@charset "UTF-8";
/*--------------------------------
   Media Queries (~ 767px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw/1600));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/500));
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_content {
  color: var(--color-text);
  font-family: var(--font-en), var(--font-jp), "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "palt";
  text-align: center;
  width: 100%;
  max-width: calc(750 * 50rem/750);
}
.lp_content img,
.lp_content svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.lp_content picture {
  display: block;
}
.lp_content a {
  display: block;
  color: inherit;
}
.lp_content *:focus {
  outline: none;
}
.lp_content a,
.lp_content label {
  -webkit-tap-highlight-color: rgba(67, 142, 175, 0.2);
}
.lp_content input {
  display: none;
}
.lp_content li,
.lp_content ol {
  list-style-type: none;
}
.lp_content .spOnly {
  display: block;
}
.lp_content .pcOnly {
  display: none;
}
.lp_content ::-moz-selection {
  color: #fff;
  background-color: rgba(67, 142, 175, 0.5);
}
.lp_content ::selection {
  color: #fff;
  background-color: rgba(67, 142, 175, 0.5);
}
.lp_content sup {
  font-size: 0.5em;
}
.lp_content #share img {
  margin: auto;
}
.lp_content .anim {
  opacity: 0;
}
.lp_content .anim_enable {
  -webkit-animation: fade 1.4s 1s ease forwards;
          animation: fade 1.4s 1s ease forwards;
}
@-webkit-keyframes fade {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lp_content .fvArea__mv {
  transform: translateY(20px);
  -webkit-animation: mv-fade 1.6s ease 0.3s forwards;
          animation: mv-fade 1.6s ease 0.3s forwards;
  opacity: 0;
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.lp_content .move {
  opacity: 0;
  -webkit-animation: opa 2s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 2s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 2s 0.2s linear;
  transition: mask-position 2s 0.2s linear;
  transition: mask-position 2s 0.2s linear, -webkit-mask-position 2s 0.2s linear;
}
.lp_content .move_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.lp_content .present .anim_enable .icon::after {
  -webkit-animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
          animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
}
@-webkit-keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}
@keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}

/* .lp_content : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.lp_content {
  --color-text: #000000;
  --color-primary: #438eaf;
  --color-secondary: #d64363;
  --color-tertiary: #e87e90;
  --color-marker1: #eae78c;
  --color-marker2: #d15973;
  --font-en: "Roboto";
  --font-jp: "hiragino-kaku-gothic-pron";
  --font-century-gothic: "century-gothic";
}
.lp_content .fvArea {
  margin-bottom: calc(120 * 50rem/750);
}
.lp_content .fvArea__mv {
  margin-bottom: calc(92 * 50rem/750);
}
.lp_content .fvArea__title {
  display: inline-block;
  margin-bottom: calc(35 * 50rem/750);
  width: calc(500 * 50rem/750);
}
.lp_content .fvArea__border {
  display: block;
  margin: auto;
  width: 2px;
  height: calc(80 * 50rem/750);
}
.lp_content .fvArea__border.move_enable .scroll-border::before {
  -webkit-animation: scrollbar 1.8s ease-in-out infinite;
          animation: scrollbar 1.8s ease-in-out infinite;
}
.lp_content .fvArea .scroll-border {
  position: relative;
  top: calc(0 * 50rem/750);
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.lp_content .fvArea .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100 * 50rem/750);
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  margin: auto;
}
@-webkit-keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  20% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  20% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
.lp_content .fvArea__comming {
  margin-top: calc(43 * 50rem/750);
  font-family: var(--font-century-gothic), var(--font-jp), sans-serif;
}
.lp_content .fvArea__comming__title {
  font-size: calc(44 * 50rem/750);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_content .fvArea__comming__box {
  margin: calc(82 * 50rem/750) auto 0;
  padding: calc(38 * 50rem/750) calc(30 * 50rem/750) calc(33 * 50rem/750);
  width: calc(602 * 50rem/750);
}
.lp_content .fvArea__comming__box--title {
  margin-bottom: calc(24 * 50rem/750);
  color: var(--color-primary);
  font-size: calc(30 * 50rem/750);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_content .fvArea__comming__box--text {
  margin: auto;
  font-size: calc(36 * 50rem/750);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lp_content .fvArea__comming__box--text .jp {
  padding-left: calc(15 * 50rem/750);
  padding-right: calc(38 * 50rem/750);
  font-size: calc(30 * 50rem/750);
}
.lp_content .intro {
  padding: calc(105 * 50rem/750) 0 calc(118 * 50rem/750);
  background: center/contain repeat-y url(../img/bg1.png);
}
.lp_content .intro__title {
  margin-bottom: calc(38 * 50rem/750);
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(64 * 50rem/750);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.lp_content .intro__title--jp {
  font-size: calc(26 * 50rem/750);
  letter-spacing: 0.1em;
}
.lp_content .intro__accordion {
  margin-top: calc(75 * 50rem/750);
}
.lp_content .intro__accordion .text {
  font-size: calc(30 * 50rem/750);
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.lp_content .intro__accordion .text:nth-of-type(n+2) {
  margin-top: calc(34 * 50rem/750);
  margin-bottom: calc(12 * 50rem/750);
}
.lp_content .intro .accordionBox__inner {
  max-height: calc(505 * 50rem/750);
}
.lp_content .packageArea {
  position: -webkit-sticky;
  position: sticky;
  top: calc(-400 * 50rem/750);
  padding: calc(120 * 50rem/750) 0 calc(116 * 50rem/750);
  background: top center/100% auto no-repeat url(../img/package_bg.png);
  z-index: 0;
}
.lp_content .packageArea__title {
  margin-bottom: calc(52 * 50rem/750);
  color: var(--color-primary);
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(50 * 50rem/750);
  font-weight: normal;
  letter-spacing: 0.075em;
  line-height: 1;
}
.lp_content .packageArea__headding {
  margin-bottom: calc(26 * 50rem/750);
  font-size: calc(40 * 50rem/750);
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.lp_content .packageArea__headding .small {
  font-size: calc(26 * 50rem/750);
}
.lp_content .packageArea__subtitle {
  display: inline-block;
  position: relative;
  margin-bottom: calc(60 * 50rem/750);
  width: calc(490 * 50rem/750);
  z-index: 0;
}
.lp_content .packageArea__subtitle p {
  font-size: calc(32 * 50rem/750);
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_content .packageArea__subtitle .border {
  position: absolute;
  top: calc(11 * 50rem/750);
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
}
.lp_content .packageArea__subtitle .border img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../img/border.jpg), url(../img/border.jpg);
          mask-image: url(../img/border.jpg), url(../img/border.jpg);
  -webkit-mask-size: calc(100 * 50rem/750), calc(100 * 50rem/750);
          mask-size: calc(100 * 50rem/750), calc(100 * 50rem/750);
  -webkit-mask-position: top left, top right;
          mask-position: top left, top right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: translateZ(0);
}
.lp_content .packageArea .accordionBox__inner {
  max-height: calc(327 * 50rem/750);
}
.lp_content .packageArea .accordionBox__inner .text {
  font-size: calc(28 * 50rem/750);
  line-height: 2.25;
  letter-spacing: 0.1em;
}
.lp_content .packageArea .accordionBox__inner .text .marker {
  padding: 0 calc(10 * 50rem/750) calc(2 * 50rem/750);
  background: linear-gradient(transparent 40%, rgba(206, 242, 236, 0.7) 40%);
}
.lp_content .packageArea .accordionBox__inner .text .marker.--left {
  padding-right: 0;
}
.lp_content .packageArea .accordionBox__inner .text:nth-of-type(n+2) {
  margin-top: calc(50 * 50rem/750);
  margin-bottom: calc(12 * 50rem/750);
}
.lp_content .section {
  padding: calc(106 * 50rem/750) 0 calc(120 * 50rem/750);
}
.lp_content .section__release {
  background-image: repeating-linear-gradient(90deg, var(--color-primary), var(--color-primary) calc(12 * 50rem/750), transparent calc(12 * 50rem/750), transparent calc(24 * 50rem/750)), repeating-linear-gradient(180deg, var(--color-primary), var(--color-primary) calc(12 * 50rem/750), transparent calc(12 * 50rem/750), transparent calc(24 * 50rem/750)), repeating-linear-gradient(90deg, var(--color-primary), var(--color-primary) calc(12 * 50rem/750), transparent calc(12 * 50rem/750), transparent calc(24 * 50rem/750)), repeating-linear-gradient(180deg, var(--color-primary), var(--color-primary) calc(12 * 50rem/750), transparent calc(12 * 50rem/750), transparent calc(24 * 50rem/750));
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
}
.lp_content .section__title {
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(60 * 50rem/750);
  font-weight: bold;
  letter-spacing: 0.075em;
}
.lp_content .section__read {
  font-size: calc(36 * 50rem/750);
  line-height: 1.75;
  letter-spacing: 0.075em;
}
.lp_content .section .button--all {
  margin-bottom: calc(82 * 50rem/750);
}
.lp_content .section__box {
  width: 100%;
}
.lp_content .section__box.half .section__box__title::before,
.lp_content .section__box.half .section__box__title::after {
  width: calc(30 * 50rem/750);
}
.lp_content .section__box.half .section__box__title::before {
  left: calc(-50 * 50rem/750);
}
.lp_content .section__box.half .section__box__title::after {
  right: calc(-50 * 50rem/750);
}
.lp_content .section__box__title {
  display: inline-block;
  position: relative;
  margin-bottom: calc(60 * 50rem/750);
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(36 * 50rem/750);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.075em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
.lp_content .section__box__title::before, .lp_content .section__box__title::after {
  content: "";
  position: absolute;
  top: calc(16 * 50rem/750);
  height: 1px;
  border-bottom: 1px solid #000;
  width: calc((330 * 50rem/750) - (50% + (20 * 50rem/750)));
  z-index: 0;
}
.lp_content .section__box__title::before {
  left: calc((-330 * 50rem/750) + 50%);
}
.lp_content .section__box__title::after {
  right: calc((-330 * 50rem/750) + 50%);
}
.lp_content .lineupArea {
  position: -webkit-sticky;
  position: sticky;
  top: calc(-2500 * 50rem/750);
  background: top center/100% auto repeat-y url(../img/bg1.png) #fff;
  z-index: 1;
}
.lp_content .lineupArea .section__title {
  margin-bottom: calc(45 * 50rem/750);
  color: var(--color-primary);
}
.lp_content .lineupArea__boxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(120 * 50rem/750) calc(17 * 50rem/750);
}
.lp_content .lineupArea__box.half {
  width: calc(334 * 50rem/750);
}
.lp_content .lineupArea__box__title {
  margin-bottom: calc(calc(50 * 50rem/750) * 50rem/750);
}
.lp_content .lineupArea__box__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(60 * 50rem/750) calc(50 * 50rem/750);
}
.lp_content .lineupArea__box__item {
  width: calc(300 * 50rem/750);
}
.lp_content .lineupArea__box__item .img {
  margin-bottom: calc(36 * 50rem/750);
}
.lp_content .lineupArea__box__item .name {
  margin-bottom: calc(23 * 50rem/750);
  font-size: calc(28 * 50rem/750);
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.lp_content .lineupArea__box__item .credit {
  margin-bottom: calc(32 * 50rem/750);
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(24 * 50rem/750);
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_content .giftArea {
  position: relative;
  background: top center/100% auto repeat-y url(../img/bg2.png) #fff;
  z-index: 2;
}
.lp_content .giftArea .section__title {
  margin-bottom: calc(31 * 50rem/750);
  color: var(--color-secondary);
}
.lp_content .giftArea .section__read {
  margin-bottom: calc(16 * 50rem/750);
  color: var(--color-secondary);
}
.lp_content .giftArea__img {
  position: relative;
  margin: 0 calc(87 * 50rem/750) calc(17 * 50rem/750) calc(144 * 50rem/750);
  z-index: 0;
}
.lp_content .giftArea__img::after {
  content: "";
  position: absolute;
  bottom: calc(-189 * 50rem/750);
  left: calc(-89 * 50rem/750);
  width: calc(363 * 50rem/750);
  height: calc(363 * 50rem/750);
  background: center/contain no-repeat url(../img/gift_detail.png);
  z-index: 1;
}
.lp_content .giftArea__credit {
  margin-left: calc(466 * 50rem/750);
  margin-bottom: calc(80 * 50rem/750);
  font-size: calc(22 * 50rem/750);
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: left;
  width: calc(220 * 50rem/750);
}
.lp_content .giftArea__text {
  margin: 0 auto calc(38 * 50rem/750);
  font-size: calc(28 * 50rem/750);
  line-height: 1.75;
  letter-spacing: 0.075em;
  text-align: left;
  width: calc(624 * 50rem/750);
}
.lp_content .giftArea__text .breaks {
  display: inline-block;
  white-space: nowrap;
}
.lp_content .giftArea__text .marker {
  position: relative;
  z-index: 0;
}
.lp_content .giftArea__text .marker.--left::after {
  width: calc(100% + (10 * 50rem/750));
}
.lp_content .giftArea__text .marker::after {
  content: "";
  position: absolute;
  bottom: calc(0 * 50rem/750);
  left: calc(-10 * 50rem/750);
  width: calc(100% + (20 * 50rem/750));
  height: 60%;
  background: var(--color-marker1);
  z-index: -1;
}
.lp_content .giftArea__note {
  margin: auto;
  font-size: calc(20 * 50rem/750);
  letter-spacing: 0.075em;
  text-align: left;
  width: calc(624 * 50rem/750);
}
.lp_content .giftArea__campaign {
  margin: calc(74 * 50rem/750) auto 0;
  padding: calc(80 * 50rem/750) calc(75 * 50rem/750) calc(77 * 50rem/750);
  background-color: var(--color-tertiary);
  color: #fff;
  width: calc(680 * 50rem/750);
  box-sizing: border-box;
}
.lp_content .giftArea__campaign__title {
  margin-bottom: calc(32 * 50rem/750);
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(60 * 50rem/750);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_content .giftArea__campaign__subTitle {
  display: inline-block;
  position: relative;
  margin-bottom: calc(60 * 50rem/750);
  width: calc(260 * 50rem/750);
  z-index: 0;
}
.lp_content .giftArea__campaign__subTitle p {
  font-size: calc(36 * 50rem/750);
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_content .giftArea__campaign__subTitle .border {
  position: absolute;
  top: calc(15 * 50rem/750);
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 0;
}
.lp_content .giftArea__campaign__subTitle .border img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../img/border.jpg), url(../img/border.jpg);
          mask-image: url(../img/border.jpg), url(../img/border.jpg);
  -webkit-mask-size: calc(30 * 50rem/750), calc(30 * 50rem/750);
          mask-size: calc(30 * 50rem/750), calc(30 * 50rem/750);
  -webkit-mask-position: top left, top right;
          mask-position: top left, top right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: translateZ(0);
}
.lp_content .giftArea__campaign__img {
  margin: 0 auto calc(20 * 50rem/750);
  width: calc(350 * 50rem/750);
}
.lp_content .giftArea__campaign__text .marker::after {
  background: var(--color-marker2);
}
.lp_content .releaseArea {
  position: relative;
  padding-top: calc(104 * 50rem/750);
  padding-bottom: calc(160 * 50rem/750);
  background-color: #fff;
  z-index: 1;
}
.lp_content .releaseArea .section__title {
  margin-bottom: calc(64 * 50rem/750);
  color: var(--color-primary);
}
.lp_content .releaseArea__box {
  margin: calc(38 * 50rem/750) auto 0;
  padding: calc(62 * 50rem/750) 0 calc(48 * 50rem/750);
  width: calc(642 * 50rem/750);
}
.lp_content .releaseArea__box__headding {
  margin-bottom: calc(43 * 50rem/750);
  font-size: calc(32 * 50rem/750);
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_content .releaseArea__box h4 {
  margin-bottom: calc(14 * 50rem/750);
  color: var(--color-primary);
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(30 * 50rem/750);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.lp_content .releaseArea__box dd {
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(24 * 50rem/750);
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.lp_content .releaseArea__box dd + dt {
  margin-top: calc(37 * 50rem/750);
}
.lp_content .releaseArea__box dd span {
  position: relative;
  padding-left: calc(15 * 50rem/750);
  padding-right: calc(15 * 50rem/750);
  z-index: 0;
}
.lp_content .releaseArea__box dd span::after {
  content: "";
  position: absolute;
  top: calc(5 * 50rem/750);
  right: 0;
  width: 1px;
  height: calc(20 * 50rem/750);
  border-right: 1px solid var(--color-primary);
  z-index: 0;
}
.lp_content .releaseArea__box dd span.last::after {
  content: unset;
  position: static;
  border-right: none;
}
.lp_content .accordionBox.open .accordionBox__inner {
  -webkit-mask-position: center 0%;
          mask-position: center 0%;
  max-height: calc(900 * 50rem/750);
}
.lp_content .accordionBox.open .accordionBox__button .ui-border::after {
  transform: rotate(0deg);
}
.lp_content .accordionBox__inner {
  position: relative;
  transition: all 0.6s ease;
  max-height: 0;
  overflow: hidden;
  z-index: 0;
  -webkit-mask-image: linear-gradient(360deg, transparent, transparent 0%, rgba(0, 0, 0, 0.02) 4%, rgba(0, 0, 0, 0.08) 5%, rgba(0, 0, 0, 0.18) 6%, rgba(0, 0, 0, 0.32) 7%, rgba(0, 0, 0, 0.5) 8%, rgba(0, 0, 0, 0.68) 9%, rgba(0, 0, 0, 0.82) 11%, rgba(0, 0, 0, 0.92) 12%, rgba(0, 0, 0, 0.98) 14%, #000 18%, #000);
          mask-image: linear-gradient(360deg, transparent, transparent 0%, rgba(0, 0, 0, 0.02) 4%, rgba(0, 0, 0, 0.08) 5%, rgba(0, 0, 0, 0.18) 6%, rgba(0, 0, 0, 0.32) 7%, rgba(0, 0, 0, 0.5) 8%, rgba(0, 0, 0, 0.68) 9%, rgba(0, 0, 0, 0.82) 11%, rgba(0, 0, 0, 0.92) 12%, rgba(0, 0, 0, 0.98) 14%, #000 18%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 94%;
          mask-position: center 94%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
}
.lp_content .accordionBox__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a8a9a9;
  -moz-column-gap: calc(13 * 50rem/750);
       column-gap: calc(13 * 50rem/750);
  padding: calc(30 * 50rem/750) calc(4 * 50rem/750) calc(4 * 50rem/750);
  border-bottom: calc(1 * 50rem/750) solid;
  cursor: pointer;
}
.lp_content .accordionBox__button .ui-border {
  position: relative;
  width: calc(14 * 50rem/750);
  height: calc(14 * 50rem/750);
  z-index: 0;
}
.lp_content .accordionBox__button .ui-border::before, .lp_content .accordionBox__button .ui-border::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.6s ease;
  border-bottom: 1px solid;
  width: calc(14 * 50rem/750);
  height: 0;
  z-index: 0;
}
.lp_content .accordionBox__button .ui-border::after {
  transform: rotate(90deg);
}
.lp_content .accordionBox__button p {
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(20 * 50rem/750);
  line-height: 1;
  letter-spacing: 0.075em;
}
.lp_content .button {
  display: inline-block;
  box-sizing: border-box;
}
.lp_content .button--all {
  position: relative;
  padding: calc(7 * 50rem/750) calc(50 * 50rem/750) calc(8 * 50rem/750) calc(50 * 50rem/750);
  background-color: var(--color-primary);
  border-radius: calc(4 * 50rem/750);
  color: #fff;
  font-family: var(--font-century-gothic), sans-serif;
  font-size: calc(30 * 50rem/750);
  line-height: 1;
  letter-spacing: 0.1em;
  width: calc(400 * 50rem/750);
  z-index: 0;
}
.lp_content .button--all::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: calc(28 * 50rem/750);
  bottom: 0;
  width: calc(10 * 50rem/750);
  height: calc(15 * 50rem/750);
  background: center/contain no-repeat url(../img/arrow_button.svg);
  z-index: 0;
}
.lp_content .button--detail {
  padding-bottom: calc(8 * 50rem/750);
  border-bottom: 1px solid;
  font-size: calc(24 * 50rem/750);
  line-height: 1;
  letter-spacing: 0.075em;
}

.page-share-btn #share {
  transition: all 0.6s 0.1s ease;
  left: auto;
  right: 4%;
  bottom: 2%;
}

#share.up-move {
  transform: translateY(-140%);
}

/* .lp_content SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .lp_content {
    position: relative;
    max-width: 100vw;
    z-index: 0;
  }
  .lp_content::after {
    content: "";
    position: fixed;
    pointer-events: none;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: center/160rem auto repeat url(../img/bg_pc.png);
    z-index: -1;
  }
  .lp_content a {
    cursor: pointer;
  }
  .lp_content .pcOnly {
    display: block;
  }
  .lp_content .spOnly {
    display: none;
  }
  /* .lp_content : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .lp_content__inner {
    grid-column: 2;
    margin-inline: auto;
    background-color: #fff;
    width: 50rem;
    z-index: 1;
  }
  .lp_content .section {
    text-align: center;
  }
  .lp_content .fixed_area {
    display: grid;
    grid-template-columns: 1fr 50rem 1fr;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .lp_content .fixed_area .fixed_nav {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    height: 100vh;
    pointer-events: all;
  }
  .lp_content .fixed_area .fixed_left {
    top: 0;
    grid-column: 1;
  }
  .lp_content .fixed_area .fixed_left__inner {
    position: relative;
    padding-top: 8rem;
    width: 100%;
    max-width: 25rem;
    z-index: 0;
  }
  .lp_content .fixed_area .fixed_right {
    top: 2rem;
    text-align: center;
  }
  .lp_content .fixed_area .fixed_right .nav__list {
    padding-top: 2rem;
  }
  .lp_content .fixed_area .fixed_right .nav__list li {
    position: relative;
    padding: 1.5rem 3rem 1.4rem 3.2rem;
    font-family: var(--font-century-gothic), sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.09em;
    text-align: center;
    z-index: 0;
  }
  .lp_content .fixed_area .fixed_right .nav__list li::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 0.7rem;
    background: center/contain no-repeat url(../img/arrow.svg);
    z-index: 0;
  }
  /* .lp_content PC*/
}
/*# sourceMappingURL=style.css.map */