@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

.l-wrap {
  font-family: "Cardo", "Shippori Mincho", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
  color: #4C4C4C;
  opacity: 0;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
body.is-load .l-wrap {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.l-section h2 {
  font-weight: normal;
}

.l-footer {
  padding: 82px 0 75px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 69px 0;
  }
}
.l-footer__inner {
  width: 88%;
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    width: 80%;
  }
}
.l-footer__banner {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer__banner {
    display: block;
    margin-bottom: 61px;
  }
}
.l-footer__banner-item {
  width: 22%;
  max-width: 240px;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  .l-footer__banner-item {
    width: 62%;
    margin: 1px auto 40px;
  }
  .l-footer__banner-item:last-of-type {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__banner-item:last-of-type {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__banner-item a {
    transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .l-footer__banner-item a:hover {
    opacity: 0.3;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-bottom: 46px;
  }
}
.l-footer__sns-item {
  width: 25px;
  margin: 0 23px;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-item {
    width: 24px;
    margin: 0 23px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__sns-item a {
    transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .l-footer__sns-item a:hover {
    opacity: 0.3;
  }
}
.l-footer__other {
  display: flex;
  justify-content: center;
  margin-bottom: 27px;
  flex-wrap: wrap;
}
.l-footer__other-item {
  margin: 0 2%;
}
@media screen and (max-width: 767px) {
  .l-footer__other-item {
    width: 40%;
    text-align: center;
    line-height: 2.1;
    margin: 0 2%;
  }
}
.l-footer__other-item a {
  text-decoration: none;
  color: #4C4C4C;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .l-footer__other-item a {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__other-item a {
    transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .l-footer__other-item a:hover {
    opacity: 0.3;
  }
}
.l-footer__copy {
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.p-op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.is-load .p-op {
  opacity: 0;
  pointer-events: none;
}
.p-op__logo {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 70%;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .p-op__logo {
    width: 60%;
    flex-direction: column;
  }
}
body.is-ready .p-op__logo.-l1 {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 5s linear;
}
.p-op__logo.-l1 img {
  width: 45%;
  margin-right: 7%;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-op__logo.-l1 img {
    width: 100%;
    margin-bottom: 20%;
    margin-right: 0;
  }
}
.p-op__logo.-l1 img:last-of-type {
  margin: 0;
}
body.is-ready .p-op__logo.-l1 img {
  animation: op 3s cubic-bezier(0.33, 1, 0.68, 1) both;
}
@keyframes op {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  55% {
    filter: blur(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    filter: blur(3px);
    opacity: 0;
  }
}

.p-hero {
  padding-bottom: 2.9%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding-bottom: 6%;
    margin-bottom: 40px;
  }
}
.p-hero__inner {
  padding-top: 40px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-hero__inner {
    padding-top: 30px;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    width: 100%;
  }
}
.p-hero .p-in_deco {
  position: absolute;
  width: 30%;
  opacity: 0;
  transform: translateY(15px);
}
.p-hero .p-in_deco img {
  width: 100%;
}
@keyframes decorote {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.is-load .p-hero .p-in_deco:nth-of-type(1) {
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transform: translateY(0);
}
body.is-load .p-hero .p-in_deco:nth-of-type(1) img {
  transform: rotate(0);
  transition: all 5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
body.is-load .p-hero .p-in_deco:nth-of-type(2) {
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transform: translateY(0);
}
body.is-load .p-hero .p-in_deco:nth-of-type(2) img {
  transform: rotate(0);
  transition: all 5s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
}
body.is-load .p-hero .p-in_deco:nth-of-type(3) {
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.9s;
  transform: translateY(0);
}
body.is-load .p-hero .p-in_deco:nth-of-type(3) img {
  transform: rotate(0);
  transition: all 5s cubic-bezier(0.33, 1, 0.68, 1) 0.9s;
}
body.is-load .p-hero .p-in_deco:nth-of-type(4) {
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
  transform: translateY(0);
}
body.is-load .p-hero .p-in_deco:nth-of-type(4) img {
  transform: rotate(0);
  transition: all 5s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
}
.p-hero .p-in_deco.-d1 {
  bottom: -16%;
  left: 11%;
  width: 14%;
}
.p-hero .p-in_deco.-d1 img {
  transform: rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .p-hero .p-in_deco.-d1 {
    bottom: 21%;
    left: 18%;
    width: 27%;
  }
}
.p-hero .p-in_deco.-d2 {
  bottom: -9%;
  left: -7.5%;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .p-hero .p-in_deco.-d2 {
    bottom: 21%;
    left: -15%;
    width: 54%;
  }
}
.p-hero .p-in_deco.-d2 img {
  transform: rotate(15deg);
}
.p-hero .p-in_deco.-d3 {
  right: 15%;
  top: -20%;
  width: 17%;
}
@media screen and (max-width: 767px) {
  .p-hero .p-in_deco.-d3 {
    right: 34%;
    top: -8%;
    width: 30%;
  }
}
.p-hero .p-in_deco.-d3 img {
  transform: rotate(-16deg);
}
.p-hero .p-in_deco.-d4 {
  top: -28%;
  right: -12%;
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-hero .p-in_deco.-d4 {
    top: -7%;
    right: -11%;
    width: 55%;
  }
}
.p-hero .p-in_deco.-d4 img {
  transform: rotate(28deg);
}
.p-hero__ttlarea {
  position: relative;
  width: 32%;
  flex-shrink: 0;
  margin-right: 2.5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-hero__ttlarea {
    display: block;
    width: 90%;
    margin: 0 auto 16%;
  }
}
.p-hero__kvarea {
  width: 65.4%;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-hero__kvarea {
    width: 100%;
    padding-bottom: 15%;
  }
}
.p-hero__kv {
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-hero__kv {
    margin-right: 15px;
  }
}
.p-hero__kv-img {
  position: relative;
}
.p-hero__kv-img span {
  display: block;
}
.p-hero__kv:nth-of-type(1) {
  transform: translateY(5px);
  opacity: 0;
}
body.is-load .p-hero__kv:nth-of-type(1) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
.p-hero__kv:nth-of-type(1) .p-in_ttl {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-hero__kv:nth-of-type(1) .p-in_ttl {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__kv:nth-of-type(1) .p-in_ttl {
    width: 78%;
    margin: 8% auto;
  }
}
.p-hero__kv:nth-of-type(2) {
  margin: 0;
  margin-top: 8.1%;
  transform: translateY(-5px);
  opacity: 0;
}
body.is-load .p-hero__kv:nth-of-type(2) {
  opacity: 1;
  transform: translateY(0);
  transition: transform 2s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
@media screen and (max-width: 767px) {
  .p-hero__kv:nth-of-type(2) {
    margin-top: 5%;
  }
}
.p-hero__kv:nth-of-type(2) .p-in_ttl {
  margin-bottom: 15px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-hero__kv:nth-of-type(2) .p-in_ttl {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__kv:nth-of-type(2) .p-in_ttl {
    width: 78%;
    margin: 0 auto 9%;
  }
}
.p-hero__scroll {
  position: absolute;
  bottom: -5.5%;
  left: 50%;
  transform: translateX(-50%);
}
.p-hero__scroll .p-in_text {
  display: inline-block;
  font-size: 12px;
  color: #000;
  font-family: "Cardo", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  padding-bottom: 23px;
  transform: translateY(-10px);
  opacity: 0;
}
.p-hero__scroll .p-in_text::before {
  content: "";
  width: 1px;
  height: 18px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(1, 0);
  background-color: #000;
  transform-origin: bottom;
}
body.is-load .p-hero__scroll .p-in_text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1s;
}
body.is-load .p-hero__scroll .p-in_text::before {
  transform: translateX(-50%) scale(1, 1);
  transform-origin: top;
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
}
.p-hero__ttl {
  text-align: center;
  margin-bottom: 20px;
  transform: translateY(15px);
  opacity: 0;
}
body.is-load .p-hero__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
@media screen and (min-width: 768px) {
  .p-hero__ttl {
    margin-bottom: 25px;
  }
}
.p-hero__ttl span {
  display: block;
}
.p-hero__ttl .p-in_caption {
  margin-bottom: 21px;
  font-size: 20px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-hero__ttl .p-in_caption {
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 6%;
  }
}
.p-hero__ttl .p-in_ttl {
  margin: 0 auto;
  width: 93%;
}
.p-hero__release {
  text-align: center;
  background-color: #000;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10.5%;
  padding: 7px 4% 4px;
  font-size: min(30px,2.3vw);
  font-family: "Cardo", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
  transform: translateY(15px);
  opacity: 0;
}
body.is-load .p-hero__release {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
@media screen and (max-width: 767px) {
  .p-hero__release {
    font-size: 24px;
    padding: 5px 3.5% 4px;
    letter-spacing: 1px;
    margin-bottom: 0;
  }
}
.p-hero__release .is-small {
  font-size: 14px;
  vertical-align: baseline;
}
@media screen and (min-width: 768px) {
  .p-hero__release .is-small {
    font-size: 18px;
  }
}
.p-hero__slider {
  position: relative;
  transform: translateY(15px);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-hero__slider {
    width: 71%;
    margin: 0 auto;
    padding-bottom: 23px;
  }
  body.is-load .p-hero__slider {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__slider {
    margin-top: 11%;
    padding-bottom: 7%;
    transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-hero__slider.is-active {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-hero .p-hero_swiper .swiper-slide {
  padding-top: 56%;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-hero .p-hero_swiper .swiper-slide:hover .p-in_thumb {
    filter: blur(1px);
    transform: scale(1.05);
  }
  .p-hero .p-hero_swiper .swiper-slide:hover .p-in_play {
    transform: translate(-50%, -50%) scale(0.95);
  }
}
@media screen and (max-width: 767px) {
  .p-hero .p-hero_swiper .swiper-slide {
    padding-top: 56.5%;
  }
}
.p-hero .p-hero_swiper .swiper-slide .p-in_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-hero .p-hero_swiper .swiper-slide .p-in_thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(53, 104, 163, 0.5);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-hero .p-hero_swiper .swiper-slide .p-in_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26%;
  transition: all 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-hero .p-hero_swiper .swiper-slide .p-in_play {
    width: 60px;
  }
}
.p-hero .p-hero_swiper .swiper-slide .p-in_play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/movie_play_arrow.png) no-repeat center center;
  background-size: contain;
}
.p-hero .p-hero_swiper .swiper-pagination {
  bottom: 0;
}
.slide_none .p-hero .p-hero_swiper .swiper-pagination {
  opacity: 0;
}
.p-hero .p-hero_swiper .swiper-pagination-bullet {
  -webkit-mask: url(../img/icon_rhombus.svg) no-repeat center center;
  mask: url(../img/icon_rhombus.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #3564AA;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-hero .p-hero_swiper .swiper-pagination-bullet:hover {
    transform: scale(1.2);
  }
}
.p-hero__decotext {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54%;
  opacity: 0;
  transform: translateY(10px);
}
body.is-load .p-hero__decotext {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
}
@media screen and (max-width: 767px) {
  .p-hero__decotext {
    display: none;
  }
}

.p-box {
  position: relative;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-box {
    padding-bottom: 80px;
  }
  .p-box.is-active::before, .p-box.is-active::after {
    opacity: 1;
  }
  .p-box::before, .p-box::after {
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F0FAFC;
    pointer-events: none;
  }
  .p-box::after {
    content: "";
    width: 76%;
    padding-top: 124%;
    position: absolute;
    bottom: 0;
    right: -14%;
    background: url(../img/bg_info.png) no-repeat bottom center;
    background-size: cover;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .p-box::after {
    width: 490px;
    padding-top: 784px;
    right: -97px;
  }
}
.p-box__outer {
  padding: 7% 0 6.8%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-box__outer {
    padding: 50px 0 36px;
  }
}
@media screen and (min-width: 768px) {
  .is-active .p-box__outer::before, .is-active .p-box__outer::after {
    opacity: 1;
  }
  .p-box__outer::before, .p-box__outer::after {
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .p-box__outer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F0FAFC;
    pointer-events: none;
  }
  .p-box__outer::after {
    content: "";
    width: 76%;
    padding-top: 124%;
    position: absolute;
    bottom: 0;
    right: -14%;
    background: url(../img/bg_info.png) no-repeat bottom center;
    background-size: cover;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-box__outer::after {
    width: 490px;
    padding-top: 784px;
    right: -97px;
  }
}
.p-box__inner {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-box__inner {
    width: 87%;
  }
}
.p-box__content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-box__content {
    display: block;
  }
}
.p-box__thumb {
  height: 100%;
  width: 48%;
  position: relative;
  margin-right: 4%;
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-box__thumb {
    width: 84%;
    margin: 0 auto 38px;
  }
}
.is-active .p-box__thumb {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-box .p-box_swiper .swiper-slide[data-modal] {
  cursor: pointer;
}
.p-box .p-box_swiper .swiper-slide[data-modal]::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #F0FAFC;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-box .p-box_swiper .swiper-slide[data-modal]:hover::before {
    opacity: 0.4;
  }
}
.p-box .p-box_swiper .swiper-pagination {
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-box .p-box_swiper .swiper-pagination {
    width: 80%;
    margin: 15px auto 0;
  }
}
.p-box .p-box_swiper .swiper-pagination-bullet {
  -webkit-mask: url(../img/icon_rhombus.svg) no-repeat center center;
  mask: url(../img/icon_rhombus.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #3564AA;
  width: 10px;
  height: 10px;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-box .p-box_swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-box .p-box_swiper .swiper-pagination-bullet:hover {
    transform: scale(1.2);
  }
}
.p-box__text {
  transform: translateX(-10px);
  opacity: 0;
  flex-grow: 1;
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-box__text {
    margin-top: -3px;
  }
}
.is-active .p-box__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.p-box__text-top {
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .p-box__text-top {
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 767px) {
  .p-box__text {
    width: 100%;
  }
}
.p-box__ttl {
  font-size: 35px;
  line-height: 1.3;
  color: #3564AA;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-box__ttl {
    font-size: 22px;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 9px;
  }
}
.p-box__release {
  font-size: 20px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-box__release {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.5px;
  }
}
.p-box__release span {
  display: inline-block;
  vertical-align: baseline;
}
.p-box__release .is-large {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-box__release .is-large {
    font-size: 27px;
  }
}
.p-box__benefit {
  padding-top: 41px;
  margin-bottom: 36px;
  border-top: 1px solid rgba(49, 56, 125, 0.2);
}
@media screen and (max-width: 767px) {
  .p-box__benefit {
    padding-top: 30px;
    margin-bottom: 24px;
  }
}
.p-box__benefit-ttl {
  color: #3564AA;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .p-box__benefit-ttl {
    margin-bottom: 15px;
  }
}
.p-box__benefit-list {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-box__benefit-list {
    margin-bottom: 22px;
  }
}
.p-box__benefit-list.-dot {
  margin: 0;
}
.p-box__benefit-list.-dot .p-box__benefit-list-item {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-box__benefit-list.-dot .p-box__benefit-list-item {
    padding-left: 27px;
    line-height: 1.5;
    margin-top: -1px;
  }
}
.p-box__benefit-list.-dot .p-box__benefit-list-item::before {
  content: "";
  width: 13px;
  height: 13px;
  -webkit-mask: url(../img/icon_rhombus.svg) no-repeat center center;
  mask: url(../img/icon_rhombus.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #4C4C4C;
  position: absolute;
  top: 2px;
  left: 1px;
}
@media screen and (min-width: 768px) {
  .p-box__benefit-list.-dot .p-box__benefit-list-item::before {
    width: 15px;
    height: 15px;
    top: -1px;
    left: 4px;
  }
}
.p-box__benefit-list-item {
  font-size: 14px;
  display: flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-box__benefit-list-item {
    margin-bottom: 7px;
    line-height: 1.35;
  }
}
.p-box__benefit-list-item:last-of-type {
  margin: 0;
}
.p-box__benefit-list-item .p-in_ttl {
  flex-shrink: 0;
  margin-right: 3.5%;
  font-size: 17px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-box__benefit-list-item .p-in_ttl {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-right: 5%;
  }
}
.p-box__benefit-list-item .p-in_text {
  line-height: 1.5;
  letter-spacing: 1px;
  padding-top: 1px;
  font-size: 15px;
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .p-box__benefit-list-item .p-in_text {
    font-size: 13px;
    margin: 0;
  }
}
.p-box__benefit-list-item .p-in_text .is-small {
  font-size: 11px;
}
.p-box__other {
  display: flex;
  border-bottom: 1px solid rgba(49, 56, 125, 0.2);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-box__other {
    padding-bottom: 25px;
    display: block;
  }
}
.p-box__other .p-box__benefit {
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .p-box__other .p-box__benefit {
    width: 100%;
  }
}
.p-box__other .p-box__benefit:last-of-type {
  margin: 0;
}
.p-box__note {
  font-size: 12px;
  margin-top: 30px;
  position: relative;
  padding-left: 15px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-box__note {
    margin-top: 40px;
  }
}
.p-box__note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-box__note {
    font-size: 13px;
  }
}

.p-buy {
  padding-top: 5.5%;
  margin-bottom: 4.2%;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-buy {
    padding-top: 56px;
    margin-bottom: 45px;
    display: none;
  }
}
.p-buy.is-active .p-buy__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-buy.is-active .p-buy__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.p-buy__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-buy__inner {
    width: 87%;
  }
}
.p-buy__ttl {
  text-align: center;
  font-family: "Cardo", YuGothic, "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 41px;
  color: #3564AA;
  margin-bottom: 3.2%;
  padding-bottom: 22px;
  letter-spacing: 3px;
  position: relative;
  opacity: 0;
  transform: translateY(15px);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-buy__ttl {
    display: none;
    letter-spacing: 0.8px;
    font-size: 27px;
    margin-bottom: 30px;
  }
}
.p-buy__ttl .p-in_deco {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-buy__ttl .p-in_deco .is-deco {
  width: 10px;
  height: 10px;
  margin: 0 9px;
  display: block;
  -webkit-mask: url(../img/icon_rhombus_fuchi.svg) no-repeat center center;
  mask: url(../img/icon_rhombus_fuchi.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #3564AA;
}
@media screen and (max-width: 767px) {
  .p-buy__ttl .p-in_deco .is-deco {
    width: 9px;
    height: 9px;
    margin: 0 6px;
  }
}
.p-buy__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(15px);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-buy__list {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-buy__list {
    width: 94%;
    margin: 0 auto;
  }
}
.p-buy__list-item {
  width: 17.8%;
  margin-right: 1.1%;
  margin-left: 1.1%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .p-buy__list-item {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 4%;
  }
}
.p-buy__list-item a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-buy__list-item a:hover::before {
    opacity: 0.7;
  }
  .p-buy__list-item a::before {
    pointer-events: none;
    transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
  }
}
.p-buy__note {
  color: #3564AA;
  text-align: left;
  font-size: 11px;
  margin-top: 10%;
  letter-spacing: 0.5px;
  line-height: 1.5;
  display: none;
}
.p-buy__btn {
  width: 79%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  text-align: center;
  background: linear-gradient(90deg, #000000, #3568a3);
  transform: translateX(-15px);
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-buy__btn {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.p-buy__btn .p-in_text {
  padding: 24px 13% 21px;
  display: block;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 15px;
  position: relative;
}
.p-buy__btn .p-in_text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9%;
  width: 15px;
  height: 15px;
  background: url(../img/banners/icon_cart.png) no-repeat center center;
  background-size: contain;
}
.p-buy__btn a {
  text-decoration: none;
  display: block;
}

.p-benefit {
  position: relative;
  padding: 7.2% 0;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-benefit {
    background: url(../img/bg_privilege.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  .p-benefit {
    padding: 81px 0;
  }
}
.p-benefit.is-active::before {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: opacity 1.5s cubic-bezier(0.33, 1, 0.68, 1), transform 2.5s cubic-bezier(0.33, 1, 0.68, 1), filter 1.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-benefit::before {
    content: "";
    position: fixed;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 120vh;
    background: url(../img/bg_privilege.jpg) no-repeat top center;
    background-size: cover;
    z-index: -1;
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), filter 1.8s cubic-bezier(0.33, 1, 0.68, 1);
    transform: scale(1.02);
    filter: blur(2px);
  }
}
.p-benefit__inner {
  position: relative;
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-benefit__inner {
    width: 87%;
  }
}
.p-benefit__ttl {
  text-align: center;
  font-size: 42px;
  letter-spacing: 6px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 3.5%;
  opacity: 0;
  transform: translateY(15px);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-benefit__ttl {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-benefit__ttl {
    font-size: 26px;
    letter-spacing: 5px;
    padding-bottom: 20px;
    margin-bottom: 28px;
  }
}
.p-benefit__ttl .p-in_deco {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-benefit__ttl .p-in_deco .is-deco {
  width: 10px;
  height: 10px;
  margin: 0 9px;
  display: block;
  -webkit-mask: url(../img/icon_rhombus_fuchi.svg) no-repeat center center;
  mask: url(../img/icon_rhombus_fuchi.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-benefit__ttl .p-in_deco .is-deco {
    width: 9px;
    height: 9px;
    margin: 0 6px;
  }
}
.p-benefit__content {
  display: flex;
  margin-bottom: 8.3%;
}
@media screen and (max-width: 767px) {
  .p-benefit__content {
    display: block;
    margin-bottom: 67px;
  }
}
.p-benefit__content-ttl {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 6px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-benefit__content-ttl {
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: 2px;
    margin-bottom: 3px;
  }
}
.p-benefit__content-subttl {
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-benefit__content-subttl {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.p-benefit__content-lead {
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .p-benefit__content-lead {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.p-benefit__content-sublead {
  line-height: 1.45;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-benefit__content-sublead {
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.p-benefit__content-note-item {
  line-height: 1.5;
  font-size: 12px;
  position: relative;
  padding-left: 13px;
  margin-bottom: 3px;
}
.p-benefit__content-note-item:last-of-type {
  margin: 0;
}
.p-benefit__content-note-item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-benefit__thumb {
  width: 42%;
  flex-shrink: 0;
  margin-right: 4%;
  transform: translateX(-15px);
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-benefit__thumb {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
@media screen and (max-width: 767px) {
  .p-benefit__thumb {
    width: 85%;
    margin: 0 auto 25px;
  }
}
.p-benefit__text {
  flex-grow: 1;
  transform: translateX(-15px);
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-benefit__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
@media screen and (max-width: 767px) {
  .p-benefit__text {
    width: 100%;
  }
}
.p-benefit__text-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-benefit__text-top {
    padding-bottom: 15px;
    margin-bottom: 21px;
  }
}
.p-benefit__list {
  display: flex;
  flex-wrap: wrap;
  transform: translateX(-15px);
  opacity: 0;
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-benefit__list-item {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 8.5%;
}
@media screen and (max-width: 767px) {
  .p-benefit__list-item {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 17.2%;
  }
  .p-benefit__list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-benefit__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.p-benefit__list-text {
  margin-top: 18px;
  padding-left: 6px;
}
@media screen and (max-width: 767px) {
  .p-benefit__list-text {
    padding: 0;
    margin-top: 12px;
  }
}
.p-benefit__list-text .p-in_ttl {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-benefit__list-text .p-in_ttl {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 7px;
  }
}
.p-benefit__list-text .p-in_ttl .is-small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-benefit__list-text .p-in_ttl .is-small {
    font-size: 11px;
  }
}
.p-benefit__list-text .p-in_text {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-benefit__list-text .p-in_text {
    font-size: 12px;
  }
}
.p-benefit__list-thumbslider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-benefit__list-thumbslider {
    padding-bottom: 30px;
  }
}
.p-benefit .benefit_swiper {
  overflow: hidden;
}
.p-benefit .benefit_swiper .swiper-pagination {
  bottom: 0;
  left: 0;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-benefit .benefit_swiper .swiper-pagination {
    position: relative;
    width: 80%;
    margin: 15px auto 0;
  }
}
.p-benefit .benefit_swiper .swiper-pagination-bullet {
  -webkit-mask: url(../img/icon_rhombus.svg) no-repeat center center;
  mask: url(../img/icon_rhombus.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #ffffff;
  width: 10px;
  height: 10px;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-benefit .benefit_swiper .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-benefit .benefit_swiper .swiper-pagination-bullet:hover {
    transform: scale(1.2);
  }
}
.p-benefit__another-note {
  font-size: 12px;
}
.p-benefit__another.is-active .p-benefit__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}

@media screen and (max-height: 900px) {
  .m-modal .m-modal__content.-width {
    max-width: 1000px;
  }
}
@media screen and (max-height: 800px) {
  .m-modal .m-modal__content.-width {
    max-width: 1000px;
  }
}
.m-modal .m-modal__content img {
  width: 100%;
}
.m-modal .m-modal__close-btn {
  width: 65px !important;
  height: 65px !important;
  right: 20px !important;
  top: 20px !important;
}
.m-modal .m-modal__close-btn.-blue::before, .m-modal .m-modal__close-btn.-blue::after {
  background: #3564AA;
}
@media screen and (min-width: 768px) {
  .m-modal .m-modal__close-btn {
    transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .m-modal .m-modal__close-btn:hover {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 767px) {
  .m-modal .m-modal__close-btn {
    width: 35px !important;
    height: 35px !important;
  }
}
.m-modal .m-modal__close-btn::before, .m-modal .m-modal__close-btn::after {
  height: 65px !important;
}
@media screen and (max-width: 767px) {
  .m-modal .m-modal__close-btn::before, .m-modal .m-modal__close-btn::after {
    height: 35px !important;
  }
}
.m-modal .p-buy {
  padding: 0;
  background: none;
  display: block;
}
.m-modal .p-buy__list {
  display: flex;
  opacity: 1;
}
.m-modal .p-buy__ttl {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.m-modal .p-buy__inner {
  width: 90%;
}
.m-modal .p-buy__note {
  display: block;
}
.m-modal .m-modal__bg.-white {
  background-color: #ffffff;
  opacity: 0.95;
}