@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,
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;
}

@keyframes rotate_loop {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes horizon_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes deco {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
body {
  background-color: #ee86b3;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.l-wrap {
  overflow: hidden;
  position: relative;
}
.l-wrap__inner {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.l-particle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background: url(../img/bg/dot.png) repeat center 0;
  background-size: 10px;
}
@media screen and (max-width: 959px) {
  .l-bg {
    background-size: 5px;
  }
}

.l-frame {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.l-frame__inner {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 10px;
}

.l-buy {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 150px;
  z-index: 1;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 959px) {
  .l-buy {
    bottom: 10px;
    right: 4px;
    width: 93px;
  }
}
.is-foot .l-buy {
  pointer-events: none;
  opacity: 0;
}
.l-buy a {
  display: block;
  position: relative;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .l-buy a:hover {
    transform: scale(1.08);
  }
}
.l-buy__base {
  animation: rotate_loop 10s linear infinite;
}
.l-buy__text {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.l-section {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 959px) {
  .l-section {
    padding: 73px 0;
  }
}
.l-section:nth-child(2n)::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  pointer-events: none;
}
.l-section__ttl {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 500px;
  margin-bottom: 45px;
  transform: translateY(30px);
  opacity: 0;
}
.l-section.is-active .l-section__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .l-section__ttl {
    width: 75%;
    margin-bottom: 37px;
  }
}
.l-section__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
@media screen and (max-width: 959px) {
  .l-section__inner {
    width: 84%;
  }
}

.l-footer {
  background-color: #000;
  padding: 50px 40px;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding: 45px 20px 51px;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__links-list {
  display: flex;
}
@media screen and (max-width: 959px) {
  .l-footer__links-list {
    justify-content: center;
  }
}
.l-footer__links-list-item + .l-footer__links-list-item {
  margin-left: 28px;
}
@media screen and (max-width: 959px) {
  .l-footer__links-list-item + .l-footer__links-list-item {
    margin-left: 20px;
  }
}
.l-footer__links-list-item a {
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 20px;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.5px;
  transition: color 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media (hover: hover) {
  .l-footer__links-list-item a:hover {
    color: #e15994;
  }
  .l-footer__links-list-item a:hover::before {
    background-color: #e15994;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__links-list-item a {
    padding-right: 16px;
    font-size: 15px;
  }
}
.l-footer__links-list-item a::before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-mask: url(../img/arrow02.png) no-repeat center center;
  mask: url(../img/arrow02.png) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  transition: background 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .l-footer__links-list-item a::before {
    width: 9px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__sns {
    margin-top: 28px;
  }
}
.l-footer__sns-list {
  display: flex;
}
@media screen and (max-width: 959px) {
  .l-footer__sns-list {
    justify-content: center;
  }
}
.l-footer__sns-list-item {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-footer__sns-list-item + .l-footer__sns-list-item {
  margin-left: 10px;
}
.l-footer__sns-list-item a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .l-footer__sns-list-item a:hover .l-footer__sns-list-icon svg {
    fill: #e15994;
  }
}
.l-footer__sns-list-item svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  width: 100%;
  height: 100%;
  transition: fill 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.l-footer__sns-list-item svg .none {
  fill: none;
}
.l-footer__sns-list-icon {
  margin: 0 auto;
  width: 57%;
}
.l-footer__copy {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.3px;
  margin-top: 27px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .l-footer__copy {
    margin-top: 30px;
    text-align: center;
  }
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ee86b3;
  transform: translate3d(0, 0, 0);
}
.is-load .l-loading {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.c-btn {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
}
@media (hover: hover) {
  .c-btn:hover .c-btn__text {
    color: #e15994;
  }
  .c-btn:hover .c-btn__inner::before {
    background-color: #e15994;
  }
}
.c-btn__inner {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 80px;
  padding: 0 45px;
}
@media screen and (max-width: 959px) {
  .c-btn__inner {
    padding: 0 30px;
    min-height: 60px;
  }
}
.c-btn__inner::before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 7%;
  -webkit-mask: url(../img/arrow01.png) no-repeat center center;
  mask: url(../img/arrow01.png) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  transition: background 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .c-btn__inner::before {
    right: 5%;
    width: 6px;
  }
}
.c-btn__text {
  line-height: 1.4;
  color: #fff;
  font-size: 17px;
  transition: color 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .c-btn__text {
    font-size: 12px;
  }
}

body .m-modal .m-modal__bg {
  background-color: rgba(238, 134, 179, 0.8);
}
body .m-modal .m-modal__content {
  max-width: 1100px;
}

.m-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .m-modal__close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .m-modal__close:hover::before, .m-modal__close:hover::after {
    background-color: #e15994;
  }
}
.m-modal__close::before, .m-modal__close::after {
  content: "";
  width: 40%;
  height: 2px;
  position: absolute;
  transition: background 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.m-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 960px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.p-hero {
  height: 100vh;
  min-height: 45vw;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 40px;
}
@media screen and (max-width: 959px) {
  .p-hero {
    padding: 22px 24px;
  }
}
.p-hero__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-hero__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-top: 15px;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-hero__head {
    padding-top: 0;
    font-size: 12px;
    line-height: 1.3;
  }
}
.p-hero__head-right {
  text-align: right;
}
.p-hero__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  overflow: hidden;
}
.p-hero__text-list {
  display: flex;
}
.p-hero__text-list-item {
  flex-shrink: 0;
  width: 5500px;
  animation: horizon_loop 30s linear infinite forwards;
}
@media screen and (max-width: 959px) {
  .p-hero__text-list-item {
    width: 2750px;
  }
}
.p-hero__scrolldown {
  position: absolute;
  bottom: 10px;
  left: 0;
  border: 1px solid #000;
  border-radius: 100px;
  overflow: hidden;
  background-color: #fff;
  width: 240px;
  height: 32px;
}
@media screen and (max-width: 959px) {
  .p-hero__scrolldown {
    bottom: -6px;
    height: 24px;
    width: 164px;
  }
}
.p-hero__scrolldown-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-hero__scrolldown-list {
  display: flex;
}
.p-hero__scrolldown-list-item {
  flex-shrink: 0;
  width: 390px;
  animation: horizon_loop 15s linear infinite forwards;
}
@media screen and (max-width: 959px) {
  .p-hero__scrolldown-list-item {
    width: 280px;
  }
}
.p-hero__kv {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67%;
}
@media screen and (min-width: 960px) {
  .p-hero__kv {
    min-width: 900px;
  }
}
@media screen and (max-width: 959px) {
  .p-hero__kv {
    width: 156%;
  }
}
.p-hero__kv-logo {
  position: absolute;
  bottom: 14%;
  right: 7%;
  width: 40%;
  transform: scale(0.8);
  opacity: 0;
}
.is-load .p-hero__kv-logo {
  opacity: 1;
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 1s;
}
@media screen and (max-width: 959px) {
  .p-hero__kv-logo {
    bottom: 13%;
    right: 17%;
    width: 37%;
  }
}
.p-hero__kv-content {
  width: 100%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  -webkit-mask: url(../img/kv/msk.svg) no-repeat center center;
  mask: url(../img/kv/msk.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: scale(0.7);
  opacity: 0;
}
.is-load .p-hero__kv-content {
  opacity: 1;
  transform: scale(1);
  transition: transform 1.5s cubic-bezier(0.65, 0, 0.35, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 959px) {
  .p-hero__kv-content {
    padding-top: 100%;
  }
}
.p-hero__kv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.15);
  transition: transform 10s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__kv-img.is-select {
  opacity: 1;
  transform: scale(1);
  transition: transform 10s cubic-bezier(0.25, 1, 0.5, 1), opacity 2s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0s;
}
.p-hero__kv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-intro {
  position: relative;
  padding-bottom: 9.5%;
}
@media screen and (max-width: 959px) {
  .p-intro {
    padding-bottom: 15.5%;
  }
}
.p-intro::before {
  content: "";
  width: 100%;
  min-width: 1400px;
  padding-bottom: 9.5%;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/read_bottom_pc.png) no-repeat center bottom;
  background-size: 180%;
}
@media screen and (max-width: 959px) {
  .p-intro::before {
    padding-bottom: 15.5%;
    background: url(../img/read_bottom_sp.png) no-repeat center bottom;
    background-size: 29%;
  }
}
.p-intro__content {
  background-color: #fff;
  position: relative;
  text-align: center;
  line-height: 2;
  padding-top: 80px;
  letter-spacing: 0.5px;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .p-intro__content {
    line-height: 1.8;
    padding-top: 46px;
    padding-bottom: 12px;
    font-size: 11.5px;
    letter-spacing: 0;
  }
}
.p-intro__catch {
  font-size: 22px;
  margin-top: 1px;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .p-intro__catch {
    margin-top: 17px;
    font-size: 14px;
  }
}
.p-intro__deco {
  transform: translateY(-1px);
}

.p-info__box {
  position: relative;
  transform: translateY(40px);
  opacity: 0;
}
.l-section.is-active .p-info__box {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.l-section.is-active .p-info__box:nth-child(1) {
  transition-delay: 0.2s;
}
.l-section.is-active .p-info__box:nth-child(2) {
  transition-delay: 0.35s;
}
.p-info__box + .p-info__box {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-info__box + .p-info__box {
    margin-top: 15px;
  }
}
.p-info__box-inner {
  display: flex;
  align-items: center;
  padding: 49px 49px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-info__box-inner {
    display: block;
    padding: 29px 20px 34px;
  }
}
.p-info__box-thumb {
  flex-shrink: 0;
  width: 42%;
  border-radius: 10px;
  margin-right: 4.9%;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-info__box-thumb {
    margin-right: 0;
    width: 92%;
    margin: 0 auto;
    border-radius: 5px;
  }
}
.p-info__box-deco {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .p-info__box-deco {
    display: none;
  }
}
.p-info__box-deco-item {
  position: absolute;
}
.p-info__box-deco-item.-d1 {
  top: 0;
  transform: translateY(-58%);
  left: 2%;
  width: 7.5%;
}
.p-info__box-deco-item.-d2 {
  bottom: 17%;
  right: -4%;
  width: 10%;
  animation: deco 2.6s steps(2, end) infinite;
}
.p-info__box-deco-item.-d3 {
  bottom: 7%;
  right: -6%;
  width: 12.5%;
}
.p-info__box-content {
  flex-grow: 1;
  word-break: break-all;
}
@media screen and (max-width: 959px) {
  .p-info__box-content {
    margin-top: 22px;
  }
}
.p-info__box-head {
  line-height: 1.7;
}
.p-info__box-head-ttl {
  font-size: 32px;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
@media screen and (max-width: 959px) {
  .p-info__box-head-ttl {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
  }
}
.p-info__box-head-price {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .p-info__box-head-price {
    font-size: 12px;
  }
}
.p-info__box-head-price .is-small {
  font-size: 11px;
  vertical-align: baseline;
}
.p-info__box-head-serial {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .p-info__box-head-serial {
    font-size: 11px;
    margin-top: -2px;
  }
}
.p-info__box-other {
  margin-top: 38px;
}
@media screen and (max-width: 959px) {
  .p-info__box-other {
    margin-top: 17px;
  }
}
.p-info__box-other-cap {
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-bottom: 19px;
}
@media screen and (max-width: 959px) {
  .p-info__box-other-cap {
    font-size: 13px;
    margin-bottom: 14px;
    padding-bottom: 7px;
  }
}
.p-info__box-other-list-item {
  line-height: 1.2;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-info__box-other-list-item {
    padding-left: 6px;
    font-size: 12px;
  }
}
.p-info__box-other-list-item + .p-info__box-other-list-item {
  margin-top: 9px;
}
@media screen and (max-width: 959px) {
  .p-info__box-other-list-item + .p-info__box-other-list-item {
    margin-top: 5px;
  }
}
.p-info__box-other-list-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-info__box-other-list-item .is-small {
  font-size: 13px;
  padding-top: 10px;
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (max-width: 959px) {
  .p-info__box-other-list-item .is-small {
    font-size: 12px;
    padding-top: 7px;
    line-height: 1.3;
  }
}
.p-info__btns {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
  margin-top: 60px;
  transform: translateY(40px);
  opacity: 0;
}
.l-section.is-active .p-info__btns {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
  transition-delay: 0.6s;
}
@media screen and (max-width: 959px) {
  .p-info__btns {
    width: 87%;
    margin-top: 30px;
    display: block;
  }
}
.p-info__btns-item {
  width: 49%;
}
@media screen and (max-width: 959px) {
  .p-info__btns-item {
    width: 100%;
  }
}
.p-info__btns-item + .p-info__btns-item {
  margin-left: 2%;
}
@media screen and (max-width: 959px) {
  .p-info__btns-item + .p-info__btns-item {
    margin-top: 10px;
    margin-left: 0;
  }
}

.p-music__head {
  text-align: center;
  font-family: "Poppins", YakuHanJP, "Zen Kaku Gothic Antique", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  padding-top: 8px;
  transform: translateY(40px);
  opacity: 0;
}
.l-section.is-active .p-music__head {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .p-music__head {
    padding: 0;
  }
}
.p-music__head-cap {
  font-size: 18px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 959px) {
  .p-music__head-cap {
    font-size: 12px;
    letter-spacing: 0;
  }
}
.p-music__head-main {
  font-size: 30px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 959px) {
  .p-music__head-main {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
}
.p-music__head-bottom {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .p-music__head-bottom {
    font-size: 12px;
    padding-top: 3px;
  }
}
.p-music__deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1800px;
  height: 100%;
}
.p-music__deco.-after {
  z-index: 1;
}
.p-music__deco-item {
  position: absolute;
}
.p-music__deco-item.-d1 {
  top: 0;
  left: 5.5%;
  width: 13.5%;
  transform: translateY(-8%);
}
@media screen and (max-width: 959px) {
  .p-music__deco-item.-d1 {
    left: 1.5%;
    width: 22.5%;
  }
}
.p-music__deco-item.-d2 {
  right: 10%;
  top: 19.5%;
  width: 6.5%;
  transform: scaleX(-1);
}
.p-music__deco-item.-d2 img {
  animation: deco 2.6s steps(2, end) infinite;
}
@media screen and (max-width: 959px) {
  .p-music__deco-item.-d2 {
    top: auto;
    bottom: 1.5%;
    right: 6%;
    width: 12.5%;
  }
}
.p-music__deco-item-img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-music__tracklist {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  transform: translateY(40px);
  opacity: 0;
}
.l-section.is-active .p-music__tracklist {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 959px) {
  .p-music__tracklist {
    margin-top: 25px;
    display: block;
  }
}
.p-music__tracklist-box {
  width: 48.5%;
}
@media screen and (max-width: 959px) {
  .p-music__tracklist-box {
    width: 100%;
  }
  .p-music__tracklist-box:nth-child(1) .p-music__tracklist-list .p-music__tracklist-list-item:last-child::before {
    content: none;
  }
}
.p-music__tracklist-list + .p-music__tracklist-list {
  margin-top: 55.5px;
}
@media screen and (max-width: 959px) {
  .p-music__tracklist-list + .p-music__tracklist-list {
    margin-top: 44.5px;
  }
}
.p-music__tracklist-list-item {
  line-height: 1.5;
  padding: 18px 9px 15px;
  font-size: 15px;
  position: relative;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-music__tracklist-list-item {
    padding: 11px 6px 13px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
.p-music__tracklist-list-item:first-of-type::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 5px, transparent 5px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}
.p-music__tracklist-list-item::before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 5px, transparent 5px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}

.p-benefit__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  transform: translateY(40px);
  opacity: 0;
}
.l-section.is-active .p-benefit__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .p-benefit__list {
    display: block;
    padding: 0 6%;
  }
}
.p-benefit__list-item {
  width: 31%;
  margin-right: 3.5%;
}
@media screen and (max-width: 959px) {
  .p-benefit__list-item {
    width: 100%;
    margin-right: 0;
  }
  .p-benefit__list-item + .p-benefit__list-item {
    margin-top: 29px;
  }
}
.p-benefit__list-item:nth-child(3n) {
  margin-right: 0;
}
.p-benefit__list-thumb {
  border-radius: 10px;
  border: 1px solid #000;
  overflow: hidden;
}
.p-benefit__list-ttl {
  margin-top: 18px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-benefit__list-ttl {
    text-align: left;
    margin-top: 11px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}
.p-benefit__list-items {
  margin-top: 14px;
}
@media screen and (max-width: 959px) {
  .p-benefit__list-items {
    margin-top: 8px;
  }
}
.p-benefit__list-items-text {
  line-height: 1.5;
  font-size: 14px;
  position: relative;
  padding-left: 8px;
}
@media screen and (max-width: 959px) {
  .p-benefit__list-items-text {
    font-size: 10px;
  }
  .p-benefit__list-items-text + .p-benefit__list-items-text {
    margin-top: 3px;
  }
}
.p-benefit__list-items-text::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-benefit__list-items-text .is-small {
  font-size: 11px;
  margin-top: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .p-benefit__list-items-text .is-small {
    font-size: 10px;
    margin-top: 10px;
    line-height: 1.5;
  }
}

.p-benefit2__deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1800px;
  z-index: 1;
}
.p-benefit2__deco-item {
  position: absolute;
}
.p-benefit2__deco-item.-d1 {
  left: 18%;
  top: 5%;
  width: 4%;
}
@media screen and (max-width: 959px) {
  .p-benefit2__deco-item.-d1 {
    top: 0;
    left: 10%;
    width: 8%;
    transform: translateY(57%);
  }
}
.p-benefit2__deco-item.-d1 img {
  animation: deco 2.6s steps(2, end) infinite;
}
.p-benefit2__deco-item.-d2 {
  right: 17.5%;
  top: -1.5%;
  width: 6.8%;
}
@media screen and (max-width: 959px) {
  .p-benefit2__deco-item.-d2 {
    top: 0;
    right: 12.5%;
    transform: translateY(-33%);
    width: 11.8%;
  }
}
.p-benefit2__deco-item.-d2 img {
  animation: deco 2.6s steps(2, end) infinite 0.5s;
}
.p-benefit2__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  transform: translateY(40px);
  opacity: 0;
}
.l-section.is-active .p-benefit2__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .p-benefit2__list {
    padding: 0 6%;
    display: block;
  }
}
.p-benefit2__list-textarea {
  margin-top: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-benefit2__list-textarea {
    margin-top: 9px;
  }
}
.p-benefit2__list-shop {
  color: #e15994;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .p-benefit2__list-shop {
    font-size: 13px;
  }
}
.p-benefit2__list-item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 5.5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 959px) {
  .p-benefit2__list-item {
    margin-bottom: 0;
    width: 100%;
    margin-right: 0;
  }
  .p-benefit2__list-item + .p-benefit2__list-item {
    margin-top: 40px;
  }
}
.p-benefit2__list-item:nth-child(3n) {
  margin-right: 0;
}
.p-benefit2__list-thumb {
  border-radius: 10px;
  border: 1px solid #000;
  overflow: hidden;
}
.p-benefit2__list-ttl {
  margin-top: 3px;
  letter-spacing: 0.5px;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .p-benefit2__list-ttl {
    font-size: 13px;
  }
}
.p-benefit2__list-btn {
  flex-grow: 1;
  margin-top: 26px;
}
@media screen and (max-width: 959px) {
  .p-benefit2__list-btn {
    margin-top: 16px;
  }
}
.p-benefit2__list-btn .c-btn {
  margin: 0 auto;
  width: 82%;
}
@media screen and (max-width: 959px) {
  .p-benefit2__list-btn .c-btn {
    width: 90%;
  }
}
.p-benefit2__list-btn .c-btn__inner {
  min-height: 50px;
}
@media screen and (max-width: 959px) {
  .p-benefit2__list-btn .c-btn__inner {
    min-height: 45px;
  }
}
.p-benefit2__list-btn .c-btn__text {
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .p-benefit2__list-btn .c-btn__text {
    font-size: 12px;
  }
}
.p-benefit2__attention {
  transform: translateY(40px);
  opacity: 0;
}
.p-benefit2__attention.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .p-benefit2__attention {
    margin-top: 48px;
  }
}
.p-benefit2__attention-cap {
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .p-benefit2__attention-cap {
    font-size: 13px;
    margin-bottom: 11px;
    padding-bottom: 10px;
  }
}
.p-benefit2__attention-list-item {
  padding-left: 7px;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 959px) {
  .p-benefit2__attention-list-item {
    font-size: 10px;
  }
}
.p-benefit2__attention-list-item + .p-benefit2__attention-list-item {
  margin-top: 1px;
}
@media screen and (max-width: 959px) {
  .p-benefit2__attention-list-item + .p-benefit2__attention-list-item {
    margin-top: 5px;
  }
}
.p-benefit2__attention-list-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-movie .l-section__inner {
  max-width: none;
  width: 100%;
}
.p-movie__slider {
  transform: translateY(40px);
  opacity: 0;
}
.l-section.is-active .p-movie__slider {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
  transition-delay: 0.2s;
}
.p-movie__official {
  margin: 41px auto 0;
  width: 420px;
  transform: translateY(40px);
  opacity: 0;
}
.l-section.is-active .p-movie__official {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 959px) {
  .p-movie__official {
    margin: 30px auto 0;
    width: 72%;
  }
}
.p-movie__official .c-btn__inner {
  min-height: 50px;
}
@media screen and (max-width: 959px) {
  .p-movie__official .c-btn__inner {
    min-height: 45px;
  }
}
.p-movie__official .c-btn__text {
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .p-movie__official .c-btn__text {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}

.movie_swiper {
  position: relative;
  z-index: 0;
}
.movie_swiper .swiper-slide {
  position: relative;
  width: 100%;
  padding-top: 31.25%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #000;
  cursor: pointer;
}
@media (hover: hover) {
  .movie_swiper .swiper-slide:hover .movie_swiper__thumb {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 959px) {
  .movie_swiper .swiper-slide {
    padding-top: 40.25%;
  }
}
.is-no-slide .movie_swiper .swiper-slide {
  width: 57%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .is-no-slide .movie_swiper .swiper-slide {
    width: 74%;
  }
}
.movie_swiper .swiper-slide::after {
  content: "";
  width: 12%;
  padding-top: 12%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/btn_movie.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .movie_swiper .swiper-slide::after {
    width: 18%;
    padding-top: 18%;
  }
}
.movie_swiper__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}