@charset "UTF-8";
.l-container {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  min-height: 99vh;
  overflow: hidden;
  background-color: #000;
}
@media screen and (min-width: 751px) {
  .l-container {
    max-width: 450px;
    min-height: 100vh;
  }
  .l-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 1px;
    height: 100%;
    background-color: #c2472a;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  .is-load .l-container::before {
    transform: scaleY(1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
  .l-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1px;
    width: 1px;
    height: 100%;
    background-color: #c2472a;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  .is-load .l-container::after {
    transform: scaleY(1);
    transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  }
}

.l-inner {
  width: 84%;
  margin: 0 auto;
}

.l-main {
  position: relative;
}

.l-header {
  margin-bottom: 32px;
  position: relative;
}
.l-header__inner {
  position: relative;
}

.l-header__ttl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  transform: translateY(15px);
  opacity: 0;
}
body.is-load .l-header__ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media screen and (min-width: 751px) {
  .l-menu {
    width: 450px;
    left: 50%;
    margin-left: -225px;
  }
}
body.is-menu-open .l-menu {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.l-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c2472a;
}
.l-menu__bg::before {
  left: 0;
}
.l-menu__bg:after {
  right: 0;
}

.l-menu__inner {
  position: relative;
  display: table;
  min-height: 100%;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.l-menu__cont {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 50px 0;
}

.l-menu__list-item {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.l-menu__list-item + .l-menu__list-item {
  margin-top: 25px;
}
.l-menu__list-item a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
@media screen and (min-width: 751px) {
  .l-menu__list-item a:hover {
    opacity: 0.6;
    transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}

.l-hamburger {
  display: block;
  position: fixed;
  top: 14px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 50;
  padding: 2px 0;
  margin: 0;
  background-color: #c2472a;
  border-radius: 50%;
  min-height: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body.is-menu-open .l-hamburger {
  background-color: #000;
}
@media screen and (min-width: 751px) {
  .l-hamburger {
    position: absolute;
  }
}
@media screen and (min-width: 751px) {
  .l-hamburger__wrap {
    position: fixed;
    top: 0;
    left: 50%;
    width: 450px;
    margin-left: -225px;
    z-index: 50;
  }
}

.l-hamburger__text {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11px;
  color: #3F5CA8;
}

.l-hamburger__bar {
  display: block;
  position: absolute;
  top: 38%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
body.is-menu-open .l-hamburger__bar.-bar1 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(220deg);
}
.l-hamburger__bar.-bar2 {
  top: 52%;
}
body.is-menu-open .l-hamburger__bar.-bar2 {
  opacity: 0;
}
.l-hamburger__bar.-bar3 {
  top: 66%;
}
body.is-menu-open .l-hamburger__bar.-bar3 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-220deg);
}

.l-section {
  position: relative;
}
.l-section__inner {
  position: relative;
  padding-bottom: 74px;
  position: relative;
  opacity: 0;
  transform: translate(30px, 0);
}
.is-active .l-section__inner {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l-section__inner::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #c2472a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(0, 1);
}
.is-active .l-section__inner::before {
  transform: translateX(-50%) scale(1, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}

.l-section__title {
  position: relative;
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 19px;
  color: #c2472a;
  letter-spacing: 0.1em;
  text-align: center;
  opacity: 0;
  transform: translate(-30px, 0);
}
.l-section__title.is-hidden {
  position: absolute;
  pointer-events: none;
  color: rgba(255, 255, 255, 0);
}
.is-active .l-section__title {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-footer {
  text-align: center;
  padding-bottom: 42px;
}
.l-footer__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 320px;
  margin: 0 auto;
}
.l-footer__link-item {
  position: relative;
  margin-bottom: 16px;
  line-height: 1.4;
  font-size: 13px;
}
.l-footer__link-item::before {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.l-footer__link-item:last-of-type::before {
  content: none;
}
.l-footer__link-item:first-of-type::before {
  content: none;
}
.l-footer__link-item.-no--line::after {
  content: none;
}
.l-footer__link-item a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  font-size: 10px;
  color: #ffffff;
}

.l-footer__copy {
  margin-top: 42px;
  font-size: 10px;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-noteList__item {
  position: relative;
  line-height: 1.55;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.c-btn {
  position: relative;
  cursor: pointer;
}
.c-btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 60px;
  padding: 10px 40px;
  text-align: center;
  font-size: 15.5px;
  text-decoration: none;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: YakuHanJP_Noto, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #000;
  background-color: #ffffff;
  border-radius: 100px;
  box-sizing: border-box;
  color: #000;
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
@media screen and (min-width: 751px) {
  .c-btn__inner {
    height: 60px;
  }
  .c-btn__inner:hover {
    opacity: 0.7;
    transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
.-text--large .c-btn__inner {
  font-size: 15px;
}
.-bg--red .c-btn__inner {
  background-color: #c2472a;
  color: #ffffff;
}
.c-btn__inner::before {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 9px;
  height: 13px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.-bg--red .c-btn__inner::before {
  border-color: #ffffff;
}

body .m-modal .m-modal__bg {
  background: #000;
  opacity: 0.8;
}

.m-link__item {
  position: relative;
  display: block;
  width: 90%;
  text-align: center;
  font-size: 20px;
  max-width: 284px;
}
.m-link__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%) rotate(45deg);
  width: 9px;
  height: 9px;
  box-sizing: border-box;
}

.m-link__btn {
  position: relative;
  font-size: 14.5px;
  padding: 13px 28px 14px;
  text-decoration: none;
  display: block;
  line-height: 1.3;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #c2472a;
}
.m-link__btn::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
  right: 16px;
  top: 50%;
  margin-top: -3px;
}

.c-header {
  position: relative;
}
.c-nav {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0);
  transition: all 0.5s cubic-bezier(0.1, 0.74, 0.46, 0.98);
  max-width: 450px;
}
body.is-menu-open .c-nav {
  opacity: 1;
  visibility: visible;
}
.c-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}

.c-nav__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.c-nav__content {
  width: 100%;
  pointer-events: auto;
}

.l-container__inner {
  transition: transform 0.5s cubic-bezier(0.1, 0.74, 0.46, 0.98);
}
.l-main {
  opacity: 0;
  top: 25px;
}
body.is-load .l-main {
  opacity: 1;
  top: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.1s;
}

@media screen and (max-width: 750px) {
  body.is-menu-open {
    overflow: hidden;
  }
}

img {
  pointer-events: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  max-width: 100%;
}

.form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 60px;
  padding: 10px 30px;
  font-family: YakuHanJP_Noto, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  border-radius: 0;
  border: 0;
  background: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 751px) {
  .form_btn:hover {
    opacity: 0.6;
    transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
@media (-ms-high-contrast: none) {
  .form_btn {
    height: 60px;
  }
}
.form_btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.form_btn::before {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 9px;
  height: 13px;
  -webkit-mask: url(../img/arrow.svg) no-repeat;
  mask: url(../img/arrow.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #000;
  transform: translateY(-50%);
}

.p-intro {
  margin-top: 0;
  text-align: left;
  padding: 0 0 0px;
  opacity: 1;
  transform: translateY(0);
}
.p-intro .l-section__inner::before {
  content: none;
}
.p-intro__title {
  transform: translate3d(0, 0, 0);
}

.p-intro__inner {
  opacity: 1;
  padding-bottom: 31px;
  transform: translate3d(0, 0, 0);
}

.p-intro__text {
  font-size: 13px;
  letter-spacing: 0.06rem;
  line-height: 1.7;
  text-align: left;
}
.p-intro__text .p-in_text {
  margin-bottom: 31px;
}
.p-intro__text .p-in_text:last-of-type {
  margin: 0;
}

.p-intro__list {
  margin-top: 34px;
  padding: 16px 6% 13px;
  background-color: #c2472a;
  text-align: center;
}
.p-intro__list-item {
  padding: 6px 0 9px;
}
.p-intro__list-head {
  font-size: 15.5px;
  background-color: #000;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #c2472a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 11px;
  padding: 2px 10px;
}
.p-intro__list-desc {
  margin-top: 3px;
  color: #ffffff;
}
.p-intro__list-desc .p-in-price {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 400;
}
.p-intro__list-desc .p-in-price .t-small {
  padding-left: 2px;
  font-size: 0.5em;
  vertical-align: baseline;
  vertical-align: 20%;
  display: inline-block;
}
.p-intro__list-desc .p-in-noteList {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.09em;
}
.p-intro__list-desc .p-in-noteList > li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-target {
  margin-top: 0;
  padding-top: 22px;
}
.p-target__title {
  margin-bottom: 20px;
}

.p-target__inner {
  padding-bottom: 48px;
}

.p-target__text {
  font-size: 13.5px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-period {
  padding-top: 42px;
}
.p-period__title {
  margin-bottom: 18px;
}

.p-period__inner {
  text-align: center;
  padding-bottom: 48px;
}

.p-period__text {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.p-period__note {
  margin-top: 20px;
  font-size: 10px;
  letter-spacing: 0.06rem;
  line-height: 1.7;
}

.p-howto {
  padding-top: 43px;
}
.p-howto__title {
  margin-bottom: 23px;
}

.p-howto__inner {
  padding-bottom: 47px;
}

.p-howto__guide + .p-howto__guide {
  margin-top: 37px;
}
.p-howto__guide-title {
  padding-bottom: 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0.03em;
  padding-top: 4px;
  padding-bottom: 7px;
  font-size: 11.8px;
  font-weight: 300;
  text-align: center;
  position: relative;
  background-color: #c2472a;
  width: 100%;
  margin: 0 auto 26px;
  height: 27px;
  font-weight: 500;
  color: #000;
  padding-top: 5px;
  font-size: 12.8px;
  position: relative;
}
.p-howto__guide-title::before, .p-howto__guide-title::after {
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  background-color: #000;
  top: 0;
}
.p-howto__guide-title::before {
  left: 0;
  transform: translate(-98%, 0);
  -webkit-mask: url(../img/ribbon.svg) no-repeat center right;
  mask: url(../img/ribbon.svg) no-repeat center right;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.p-howto__guide-title::after {
  right: 0;
  transform: translate(98%, 0) rotate(180deg);
  -webkit-mask: url(../img/ribbon.svg) no-repeat center right;
  mask: url(../img/ribbon.svg) no-repeat center right;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.p-howto__guide-title-sub {
  margin-bottom: 18px;
  color: #c2472a;
  font-weight: 400;
  letter-spacing: 0.8px;
  font-size: 12.8px;
  line-height: 1.6;
  text-align: left;
}
.p-howto__guide-title-sub.-sub2 {
  margin-top: 25px;
  margin-bottom: 18px;
}

.p-howto__guideList-item {
  position: relative;
}
.p-howto__guideList-item + .p-howto__guideList-item {
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid rgba(35, 24, 21, 0.2);
}
.p-howto__guideList-inner {
  position: relative;
}
.p-howto__guideList-step {
  position: absolute;
  top: 4px;
  left: -2px;
  font-weight: 300;
  width: 55px;
  letter-spacing: 0.15em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: 900;
}
.p-howto__guideList-step span {
  text-align: center;
  display: block;
  font-size: 29px;
  margin-top: -13px;
}
.p-howto__guideList-desc {
  text-align: left;
  min-height: 50px;
  font-size: 12px;
  letter-spacing: 0.06rem;
  line-height: 1.85;
  padding: 0 0 0 62px;
}
.p-howto__guideList-desc span {
  display: inline-block;
  font-size: 10px;
  line-height: 1.75;
  margin-top: 13px;
}
.p-howto__guideList-desc .p-in-note {
  margin-top: 0px;
  font-size: 13px;
  letter-spacing: 0.06rem;
  line-height: 1.7;
}
.p-howto__guideList-desc .p-in-note .c-noteList li {
  line-height: 1.35;
}
.p-howto__guideList-item.is-disabled .p-howto__guideList-desc {
  color: rgba(67, 67, 67, 0.6);
}

.p-howto__sup {
  padding-top: 3px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.p-prize {
  padding: 37px 0 3px;
}
.p-prize .l-section__inner::before {
  content: none;
}
.p-prize__title {
  margin-bottom: 36px;
}

.p-prize__inner {
  padding-bottom: 17px;
}

.p-prize__list {
  position: relative;
}
.p-prize__list-item {
  margin-bottom: 38px;
}
.p-prize__list-item:last-of-type {
  margin: 0 auto;
}
.p-prize__list-inner {
  margin: 0 auto;
}
.p-prize__list-title {
  display: block;
  position: relative;
  padding: 1px 4px 4px 11px;
  color: #000;
  line-height: 1.4;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
  background-color: #c2472a;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  height: 30px;
}
.p-prize__list-name {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
.p-prize__list-name .t-small {
  margin-top: 1px;
  font-size: 0.8em;
  display: block;
}
.p-prize__list-sup {
  margin-top: -2px;
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
.p-prize__list-count {
  margin-top: 9px;
  text-align: center;
  line-height: 1.1;
  color: #c2472a;
  font-size: 14px;
}
.p-prize__list-detail {
  text-align: center;
  margin: 20px 0;
}
.p-prize__list-note {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
.p-prize__list-note .p-in-item {
  text-indent: -1em;
  margin-left: 1em;
}
.p-prize__list-thumb {
  width: 76%;
  margin: 16px auto 16px;
}
.p-prize__list-about {
  margin-top: 13px;
}
.p-prize__list-about .p-in-note {
  margin-top: 13px;
  padding: 16px 17px 18px;
  font-size: 13px;
  letter-spacing: 0.06rem;
  line-height: 1.7;
  background-color: #000;
  color: #ffffff;
  width: 90.5%;
  margin: 2px auto 0;
}

.p-prize__list-item.-wchance {
  margin-top: -7px;
  padding: 31px 0 54px;
  background-color: rgba(194, 71, 42, 0.3);
  background-color: #ED7A99;
  position: relative;
}
.p-prize__list-item.-wchance::before {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: -22px;
}
.p-prize__list-item.-wchance .p-prize__list-title {
  letter-spacing: 0.07em;
  width: 77%;
  background-color: #ffffff;
  color: #ED7A99;
  padding: 4px 11px 3px 9px;
  width: 85%;
  height: 33px;
  font-size: 16px;
}
.p-prize__list-item.-wchance .p-prize__list-title::before, .p-prize__list-item.-wchance .p-prize__list-title::after {
  background-color: #ffffff;
}
.p-prize__list-item.-wchance .p-prize__list-thumb {
  width: 63%;
}
.p-prize__list-item.-wchance .p-prize__list-name {
  color: #ffffff;
  font-size: 15.5px;
}
.p-prize__list-item.-wchance .p-prize__list-about {
  width: 93%;
  margin: 0 auto;
  color: #ffffff;
}
.p-prize__list-item.-wchance .p-prize__list-about .p-in-txt {
  width: 89%;
  margin: 16px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 16px 0;
  font-size: 13px;
  letter-spacing: 0.06rem;
  line-height: 1.7;
  text-align: center;
}

.p-prize__special {
  padding: 36px 0 30px;
}
.p-prize__special-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 1px 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  background-color: #000;
}
.p-prize__special-cs {
  margin-top: 6px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.p-prize__special-thumb {
  width: 76%;
  margin: 24px auto 0;
}
.p-prize__special-cap {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-prize__special-detail {
  margin-top: 23px;
}

.p-prize__btn {
  width: 75%;
  max-width: 337px;
  margin: 49px auto 0;
}

.p-prize__btnList-item + .p-prize__btnList-item {
  margin-top: 30px;
}
.p-prize__btnList-text {
  margin-top: 7px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.06rem;
  line-height: 1.7;
}

.p-special {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-delivery {
  padding-top: 28px;
}
.p-delivery__inner {
  padding: 0;
}
.p-delivery__inner::before {
  content: none;
}
.p-delivery__title {
  position: relative;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
  padding: 3px 0 7px;
  background-color: #c2472a;
  color: #000;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.5px;
  height: 28px;
  font-weight: 500;
}

.p-delivery__list {
  margin-top: 23px;
  line-height: 1.65;
  text-align: left;
  font-size: 13.5px;
}
.p-delivery__list-item + .p-delivery__list-item {
  margin-top: 10px;
}
.p-delivery__list-head {
  margin-bottom: 13px;
  padding-bottom: 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0.03em;
  padding-top: 4px;
  padding-bottom: 7px;
  font-size: 11.8px;
  font-weight: 300;
  text-align: center;
  text-align: left;
  font-size: 14px;
  margin-bottom: 4px;
  padding-bottom: 0;
  font-weight: 500;
  color: #c2472a;
}
.p-delivery__list-desc {
  font-size: 13px;
  letter-spacing: 0.06rem;
  line-height: 1.8;
}
.p-caution {
  margin-top: 22px;
  padding-top: 14px;
}
.p-caution .l-section__inner {
  padding-bottom: 0;
}
.p-caution .l-section__inner::before {
  content: none;
}
.p-caution:last-of-type .p-caution__inner {
  padding-bottom: 0;
}
.p-caution__title {
  position: relative;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
  padding: 2px 0 5px;
  background-color: #c2472a;
  color: #000;
  width: 100%;
  margin: 0 auto 16px;
  height: 27px;
  font-weight: 500;
}

.p-caution__list {
  position: relative;
  text-align: left;
}
.p-caution__list-item {
  position: relative;
  word-break: break-all;
  text-indent: -1em;
  padding-left: 0.92em;
  font-size: 11px;
  letter-spacing: 0.06rem;
  line-height: 1.7;
  margin-bottom: -1px;
}
.p-caution__list-item:last-of-type {
  margin: 0;
}
.p-caution__list-item::before {
  content: "・";
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
.p-caution__list .c-noteList {
  padding-left: 14px;
}
.p-caution__list .c-noteList__item {
  position: relative;
  text-indent: 0;
  font-size: 11px;
  letter-spacing: 0.06rem;
  line-height: 1.7;
}
.p-caution__list .c-noteList__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -14px;
}

.p-last {
  padding: 48px 0 38px;
  opacity: 0;
  opacity: 0;
  transform: translate(0, 30px);
}
.p-last::before {
  content: none;
}
.p-last.is-active {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-last__btnList {
  width: 87%;
  max-width: 336px;
  margin: 0 auto 75px;
}
.p-last__btnList-item + .p-last__btnList-item {
  margin-top: 31px;
}
.p-last__btnList-text {
  margin-top: 6px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.06rem;
  line-height: 1.7;
}

.p-last__buy {
  position: relative;
  padding: 24px 0 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
.p-last__buy::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2F2F2F;
}
.p-last__buy a {
  color: #c2472a;
  text-decoration: none;
}
.p-last__buy-inner {
  position: relative;
}
.p-last__buy-price {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.2;
}
.p-last__buy-price .t-big {
  display: inline-block;
  position: relative;
  padding: 0 4px 0 4px;
  font-size: 1.8em;
  font-weight: 500;
  bottom: -3px;
  vertical-align: baseline;
}
.p-last__buy-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 21px;
  font-size: 13px;
}
.p-last__buy-amount .p-in-quantity {
  position: relative;
  width: 100px;
  margin: 0 8px;
}
.p-last__buy-amount .p-in-quantity::after {
  position: absolute;
  pointer-events: none;
  content: "";
  right: 10px;
  top: 50%;
  margin-top: -4px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(45deg);
}
.p-last__buy-amount .p-in-quantity select {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  outline: none;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #2F2F2F;
  color: #ffffff;
  box-shadow: none;
  font-family: YakuHanJP_Noto, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
  padding: 4px 10px 8px 10px;
  border-radius: 0;
}
.p-last__buy-btn {
  width: 83.4%;
  margin: 30px auto 0;
}
.p-last__buy-btn .form_btn {
  background: #c2472a;
  color: #ffffff;
  font-size: 16.5px;
}
.p-last__buy-btn .form_btn::before {
  position: absolute;
  content: "";
  right: 13px;
  top: 50%;
  width: 15px;
  height: 15px;
  -webkit-mask: url(../img/arrow.svg) no-repeat;
  mask: url(../img/arrow.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.p-last__buy-limit {
  margin: 10px auto 0;
  max-width: 226px;
  font-size: 13px;
  letter-spacing: 0.06rem;
  line-height: 1.7;
  padding: 3px 2px 4px;
}

.p-last__term {
  padding: 24px 0 0;
  margin: 0 auto;
  width: 90%;
  text-align: left;
  font-size: 12.5px;
  line-height: 1.45;
}
.p-last__term-head {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #c2472a;
  text-align: left;
  position: relative;
  width: 100%;
  margin: 0 auto 8px;
}
.p-last__term-head::before, .p-last__term-head::after {
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  top: 0;
}
.p-last__term-head::before {
  left: 0;
  transform: translate(-98%, 0);
  -webkit-mask: url(../img/ribbon.svg) no-repeat center right;
  mask: url(../img/ribbon.svg) no-repeat center right;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.p-last__term-head::after {
  right: 0;
  transform: translate(98%, 0) rotate(180deg);
  -webkit-mask: url(../img/ribbon.svg) no-repeat center right;
  mask: url(../img/ribbon.svg) no-repeat center right;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.p-last__term-head .t-red {
  vertical-align: baseline;
  color: #c2472a;
}
.p-last__term-head .t-blue {
  vertical-align: baseline;
  color: #7cadbc;
}
.p-last__term-head span {
  vertical-align: baseline;
  color: #ffffff;
}
.p-last__term-text {
  font-size: 12px;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
.p-last__term-text > p + p {
  margin-top: 1px;
}
.p-last__term-text .t-red {
  color: #ffffff;
  font-size: 10.5px;
  line-height: 1.8;
  letter-spacing: 0.6px;
}
.p-last__term-text.-box {
  margin: 10px 0 0;
  background: #aa0000;
  padding: 2px 2px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-align: left;
}
.p-last__term-text.-box p {
  padding: 7px 17px;
  border: solid 1px #ffff00;
}
.p-last__term-check {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 23px;
  padding: 14px 40px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  box-sizing: border-box;
  background-color: #4C4C4C;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.p-last__term-check input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 22px;
  height: 22px;
  margin: -12px 0 0 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0;
  border: none;
  opacity: 0;
}
.p-last__term-check input[type=checkbox]:checked + .p-in_check {
  background: #c2472a;
}
.p-last__term-check .p-in_check {
  cursor: pointer;
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 22px;
  height: 22px;
  margin: -12px 0 0 0;
  background: #ffffff;
  border-radius: 3px;
}
.p-last__term-check .p-in_check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 7px;
  transform: translate(-50%, -50%) rotate(40deg);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.m-link {
  display: none;
}
body.is-modal-open .m-link {
  display: block;
}
.m-link__item {
  width: 90%;
  margin: 0 auto;
}
.m-link__item + .m-link__item {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .m-modal .m-modal__content {
    margin: 30px 0 0;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  .m-modal .m-modal__content {
    min-width: 300px !important;
    max-width: 400px !important;
  }
}

.p-btm {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  z-index: 1;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 751px) {
  .p-btm {
    width: 450px;
  }
}
.p-btm.is-hide {
  transform: translate(-50%, 101%);
}
.p-btm.is-disabled {
  opacity: 0;
  pointer-events: none !important;
  transition: opacity 0.5s;
}
.p-btm__inner {
  position: relative;
  padding: 12px 13%;
  background-color: #c2472a;
}

.p-btm__close {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  top: 3px;
  right: 6px;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.p-btm__close:hover {
  opacity: 0.6;
}
.p-btm__close::before, .p-btm__close::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.p-btm__close::after {
  transform: rotate(-45deg);
}

.p-btm__btn {
  margin: 0 auto;
  max-width: 400px;
}
.p-btm__btn .c-btn__inner {
  background-color: #ffffff;
  color: #000;
}
.p-btm__btn .c-btn__inner::before {
  right: 21px;
  -webkit-mask: url(../img/arrow.svg) no-repeat;
  mask: url(../img/arrow.svg) no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #3F5CA8;
  transform: translateY(-50%) rotate(90deg);
}

button {
  color: #ffffff;
}

.p-result {
  position: relative;
  padding-bottom: 50px;
}
.p-result__inner {
  width: 90%;
  margin: 0 auto;
}

.p-result__start-text {
  margin: 6px 0 10px;
  font-size: 15.5px;
  text-align: center;
}
.p-result__start-btn {
  margin: 37px auto 0;
  max-width: 281px;
}
.p-result__start-btn + .p-result__start-btn {
  margin-top: 16px;
}
.p-result__start-sample {
  width: 68%;
  margin: 55px auto 0;
}

.p-result__lot {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 750px;
  bottom: 0;
  z-index: 10;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
  transition: all 0.6s;
}
@media screen and (min-width: 751px) {
  .p-result__lot {
    max-width: 450px;
  }
  .p-result__lot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #c2472a;
    z-index: 1;
  }
  .p-result__lot::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #c2472a;
    z-index: 1;
  }
}
.p-result.is-start .p-result__lot {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s;
}
.p-result__lot img {
  width: 100%;
}
.p-result__lot-container {
  display: table;
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 50px 0 50px;
}
.p-result__lot-container::before {
  left: 0;
}
.p-result__lot-container::after {
  right: 0;
}
.p-result__lot-inner {
  min-height: 100%;
  vertical-align: middle;
  transform: translate3d(0, 30px, 0);
  transition: all 0.5s;
  width: 90%;
  margin: 0 auto;
}
.p-result.is-start .p-result__lot-inner {
  transform: translate3d(0, 0, 0);
  transition: all 0.5s;
}
.p-result__lot-cont {
  vertical-align: middle;
  display: table-cell;
}
.p-result__lot-wrap {
  position: relative;
}
.p-result__lot-list {
  position: relative;
}
.p-result__lot-list-item {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 30px, 0);
}
.p-result__lot-list-item:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-result.is-start .p-result__lot-list-item.is-current {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 0.6s;
}
.p-result__lot-list-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  transition: opacity 0s;
  pointer-events: none;
  padding-bottom: 1px;
}
.p-result__lot.is-open .p-result__lot-list-cover {
  opacity: 0;
  transition: opacity 0.7s 0.3s;
}
.p-result__lot-list-cover .p-in-curl {
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 100%;
  pointer-events: none;
}
.p-result__lot-list-cover .p-in-curl img {
  position: relative;
  bottom: 1px;
}
.p-result__lot-list-cover .p-in-inner {
  position: relative;
  padding-top: 100%;
  transition: 0.6s;
}
.p-result__lot-list-cover .p-in-inner::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background: linear-gradient(315deg, #000 45%, #aaa 46%, #ccc 60%, white);
}
.p-result__lot.is-open .p-result__lot-list-cover .p-in-inner::before {
  width: 300%;
  transition: 1s;
  height: 330%;
}
.p-result__lot-btn {
  position: absolute;
  min-height: 60px;
  max-width: 282px;
  margin: 35px auto 0;
  visibility: hidden;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0s;
  transform: translate3d(0, 10px, 0);
}
.p-result__lot.is-open .p-result__lot-btn {
  visibility: visible;
  position: relative;
  bottom: auto;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: 0.4s 0.75s;
}
.p-result__lot-btn .p-in-item.-last {
  margin-top: 10px;
}

.p-result__all {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.p-result__all.is-show {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transition: all 1s 0.3s;
}
.is-load .p-result__all.-total {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transition: all 1s;
}
.p-result__all-title {
  margin-top: 0;
  padding: 0 0 23px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #ffffff;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.p-result__all.is-show .p-result__all-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.is-load .p-result__all.-total .p-result__all-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.p-result__all-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px auto 0;
}
.p-result__all-list .p-in-item {
  position: relative;
  width: 31%;
  margin: 0 3.5% 2.5% 0;
  cursor: pointer;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.p-result__all-list .p-in-item:nth-of-type(3n) {
  margin-right: 0;
}
.p-result__all.is-show .p-result__all-list .p-in-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(1) {
  transition-delay: 0.5s, 0.5s, 0.5s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(2) {
  transition-delay: 0.57s, 0.57s, 0.57s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(3) {
  transition-delay: 0.64s, 0.64s, 0.64s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(4) {
  transition-delay: 0.71s, 0.71s, 0.71s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(5) {
  transition-delay: 0.78s, 0.78s, 0.78s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(6) {
  transition-delay: 0.85s, 0.85s, 0.85s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(7) {
  transition-delay: 0.92s, 0.92s, 0.92s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(8) {
  transition-delay: 0.99s, 0.99s, 0.99s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(9) {
  transition-delay: 1.06s, 1.06s, 1.06s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(10) {
  transition-delay: 1.13s, 1.13s, 1.13s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(11) {
  transition-delay: 1.2s, 1.2s, 1.2s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(12) {
  transition-delay: 1.27s, 1.27s, 1.27s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(13) {
  transition-delay: 1.34s, 1.34s, 1.34s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(14) {
  transition-delay: 1.41s, 1.41s, 1.41s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(15) {
  transition-delay: 1.48s, 1.48s, 1.48s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(16) {
  transition-delay: 1.55s, 1.55s, 1.55s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(17) {
  transition-delay: 1.62s, 1.62s, 1.62s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(18) {
  transition-delay: 1.69s, 1.69s, 1.69s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(19) {
  transition-delay: 1.76s, 1.76s, 1.76s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(20) {
  transition-delay: 1.83s, 1.83s, 1.83s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(21) {
  transition-delay: 1.9s, 1.9s, 1.9s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(22) {
  transition-delay: 1.97s, 1.97s, 1.97s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(23) {
  transition-delay: 2.04s, 2.04s, 2.04s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(24) {
  transition-delay: 2.11s, 2.11s, 2.11s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(25) {
  transition-delay: 2.18s, 2.18s, 2.18s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(26) {
  transition-delay: 2.25s, 2.25s, 2.25s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(27) {
  transition-delay: 2.32s, 2.32s, 2.32s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(28) {
  transition-delay: 2.39s, 2.39s, 2.39s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(29) {
  transition-delay: 2.46s, 2.46s, 2.46s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(30) {
  transition-delay: 2.53s, 2.53s, 2.53s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(31) {
  transition-delay: 2.6s, 2.6s, 2.6s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(32) {
  transition-delay: 2.67s, 2.67s, 2.67s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(33) {
  transition-delay: 2.74s, 2.74s, 2.74s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(34) {
  transition-delay: 2.81s, 2.81s, 2.81s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(35) {
  transition-delay: 2.88s, 2.88s, 2.88s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(36) {
  transition-delay: 2.95s, 2.95s, 2.95s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(37) {
  transition-delay: 3.02s, 3.02s, 3.02s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(38) {
  transition-delay: 3.09s, 3.09s, 3.09s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(39) {
  transition-delay: 3.16s, 3.16s, 3.16s;
}
.p-result__all.is-show .p-result__all-list .p-in-item:nth-of-type(40) {
  transition-delay: 3.23s, 3.23s, 3.23s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(1) {
  transition-delay: 0.5s, 0.5s, 0.5s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(2) {
  transition-delay: 0.57s, 0.57s, 0.57s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(3) {
  transition-delay: 0.64s, 0.64s, 0.64s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(4) {
  transition-delay: 0.71s, 0.71s, 0.71s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(5) {
  transition-delay: 0.78s, 0.78s, 0.78s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(6) {
  transition-delay: 0.85s, 0.85s, 0.85s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(7) {
  transition-delay: 0.92s, 0.92s, 0.92s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(8) {
  transition-delay: 0.99s, 0.99s, 0.99s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(9) {
  transition-delay: 1.06s, 1.06s, 1.06s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(10) {
  transition-delay: 1.13s, 1.13s, 1.13s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(11) {
  transition-delay: 1.2s, 1.2s, 1.2s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(12) {
  transition-delay: 1.27s, 1.27s, 1.27s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(13) {
  transition-delay: 1.34s, 1.34s, 1.34s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(14) {
  transition-delay: 1.41s, 1.41s, 1.41s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(15) {
  transition-delay: 1.48s, 1.48s, 1.48s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(16) {
  transition-delay: 1.55s, 1.55s, 1.55s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(17) {
  transition-delay: 1.62s, 1.62s, 1.62s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(18) {
  transition-delay: 1.69s, 1.69s, 1.69s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(19) {
  transition-delay: 1.76s, 1.76s, 1.76s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(20) {
  transition-delay: 1.83s, 1.83s, 1.83s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(21) {
  transition-delay: 1.9s, 1.9s, 1.9s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(22) {
  transition-delay: 1.97s, 1.97s, 1.97s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(23) {
  transition-delay: 2.04s, 2.04s, 2.04s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(24) {
  transition-delay: 2.11s, 2.11s, 2.11s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(25) {
  transition-delay: 2.18s, 2.18s, 2.18s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(26) {
  transition-delay: 2.25s, 2.25s, 2.25s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(27) {
  transition-delay: 2.32s, 2.32s, 2.32s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(28) {
  transition-delay: 2.39s, 2.39s, 2.39s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(29) {
  transition-delay: 2.46s, 2.46s, 2.46s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(30) {
  transition-delay: 2.53s, 2.53s, 2.53s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(31) {
  transition-delay: 2.6s, 2.6s, 2.6s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(32) {
  transition-delay: 2.67s, 2.67s, 2.67s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(33) {
  transition-delay: 2.74s, 2.74s, 2.74s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(34) {
  transition-delay: 2.81s, 2.81s, 2.81s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(35) {
  transition-delay: 2.88s, 2.88s, 2.88s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(36) {
  transition-delay: 2.95s, 2.95s, 2.95s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(37) {
  transition-delay: 3.02s, 3.02s, 3.02s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(38) {
  transition-delay: 3.09s, 3.09s, 3.09s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(39) {
  transition-delay: 3.16s, 3.16s, 3.16s;
}
.is-load .p-result__all.-total .p-result__all-list .p-in-item:nth-of-type(40) {
  transition-delay: 3.23s, 3.23s, 3.23s;
}
@media screen and (min-width: 751px) {
  .p-result__all-list .p-in-item:hover figure {
    transform: translateY(-5px);
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
  .p-result__all-list .p-in-item:hover .p-in-quantity {
    transform: translateY(-5px);
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  }
}
.p-result__all-list .p-in-item figure {
  transform: translateY(0);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.p-result__all-list .p-in-quantity {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20px;
  padding: 3px 5px;
  color: #ffffff;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  background-color: #000;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0s;
}
.p-result__all-list .modal_element {
  display: none;
}
.p-result__all-btn {
  max-width: 284px;
  margin: 18px auto 0;
}
.p-result__all-btn .c-btn + .c-btn {
  margin-top: 16px;
}
.p-result__all-btn .c-btn__inner::before {
  left: 16px;
  right: auto;
  transform: translateY(-50%) scale(-1, 1);
}

.modal_element {
  margin: 0 auto;
}
.modal_element img {
  margin: 0 auto;
}