@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-yellow: #fdf353;
  --color-pink: #ff4fbc;
  --color-blue: #262ed9;
  --color-sky: #03fff9;
  --color-gray-line: #e0e0e0;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
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, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) {
  html {
    font-size: max(0.7142857143vw, 8px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 12.8571428571px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: "M PLUS Rounded 1c", -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%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

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

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  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;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
  background: url("../img/bg_pt_white.jpg") repeat 50% 0/68px auto;
}
@media screen and (max-width: 960px) {
  .l-wrap {
    background-size: 34px auto;
  }
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_pt_star.png") repeat 0 0/414px auto;
  animation: bg_star 6s linear infinite;
}
@media screen and (max-width: 960px) {
  .l-wrap::before {
    background-size: 207px auto;
    animation-duration: 12s;
  }
}
@keyframes bg_star {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 414px -413px;
  }
}
.l-wrap__loader {
  width: 4rem;
  height: 4rem;
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border-radius: 50%;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    width: 3rem;
    height: 3rem;
    bottom: 1rem;
    right: 1rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 1s var(--ease_out) 1s;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top: 2px solid var(--color-pink);
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 0.6s var(--ease_out);
}

.l-main {
  display: block;
  position: relative;
}

.l-footer {
  display: block;
  position: relative;
  padding: 9.8rem 0;
  color: var(--color-blue);
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 18rem 0 6rem;
  }
}
.l-footer__container {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__share {
  display: block;
  position: relative;
}
.l-footer__help {
  display: block;
  position: relative;
  margin-top: 6.4rem;
}
@media screen and (max-width: 960px) {
  .l-footer__help {
    margin-top: 4.3rem;
  }
}
.l-footer__legal {
  display: block;
  position: relative;
  margin-top: 1.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal {
    margin-top: 2.2rem;
  }
}
.l-footer__legal-text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.l-footer__legal-text + .l-footer__legal-text {
  margin-top: 0.6rem;
}
@media screen and (max-width: 960px) {
  .l-footer__legal-text + .l-footer__legal-text {
    margin-top: 0.2rem;
  }
}
.l-footer__deco {
  width: 25rem;
  display: block;
  position: absolute;
  top: 2.5%;
  left: 78%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-footer__deco {
    width: 16.5rem;
    top: 19%;
    left: 31%;
  }
}
.l-footer__deco-img {
  display: block;
  position: relative;
}
.l-footer__deco-img img {
  animation: deco 10s var(--ease_inout) alternate-reverse infinite;
}

.l-footer_share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share {
    gap: 4rem;
  }
}
.l-footer_share__cap {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-family: "Dela Gothic One", "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-blue);
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    font-size: 1.8rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list {
    gap: 4rem;
  }
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__link {
  width: 3.6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link {
    transition: transform 0.6s var(--ease_bounce);
  }
  .l-footer_share__link:hover {
    transform: scale(1.1) rotate(15deg);
  }
}

.l-footer_help {
  display: block;
  position: relative;
}
.l-footer_help__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.l-footer_help__list-item {
  display: block;
  position: relative;
}
.l-footer_help__link {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
  color: var(--color-blue);
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .l-footer_help__link {
    font-size: 1.2rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_help__link:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_help__link:hover {
      text-decoration: underline;
    }
  }
}

@keyframes deco {
  0% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(1rem);
  }
}
.p-hero {
  display: block;
  position: relative;
}
.p-hero__container {
  display: block;
  position: relative;
  padding: 8.4rem 0 13.5rem;
}
@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 6.8rem 0 8.9rem;
  }
}
.p-hero__visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}
.p-hero__visual-item {
  width: 23.5rem;
  display: block;
  position: relative;
  margin: 0 -2.5%;
  opacity: 0;
  transform: translateY(3rem);
}
@media screen and (max-width: 960px) {
  .p-hero__visual-item {
    width: 25.5%;
    margin: 0 -3.9%;
  }
}
.p-hero__visual-item:nth-child(1) {
  left: 1%;
}
.p-hero__visual-item:nth-child(2) {
  z-index: 1;
}
.p-hero__visual-item:nth-child(3) {
  z-index: 2;
}
.p-hero__visual-item:nth-child(4) {
  left: -1%;
  z-index: 1;
}
.is-load .p-hero__visual-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .p-hero__visual-item:nth-child(1) {
  transition-delay: 0s;
}
.is-load .p-hero__visual-item:nth-child(2) {
  transition-delay: 0.1s;
}
.is-load .p-hero__visual-item:nth-child(3) {
  transition-delay: 0.2s;
}
.is-load .p-hero__visual-item:nth-child(4) {
  transition-delay: 0.3s;
}
.is-load .p-hero__visual-item:nth-child(5) {
  transition-delay: 0.4s;
}
.is-load .p-hero__visual-item:nth-child(6) {
  transition-delay: 0.5s;
}
.is-load .p-hero__visual-item:nth-child(7) {
  transition-delay: 0.6s;
}
.is-load .p-hero__visual-item:nth-child(8) {
  transition-delay: 0.7s;
}
.is-load .p-hero__visual-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-load .p-hero__visual-item:nth-child(10) {
  transition-delay: 0.9s;
}
.p-hero__content {
  width: 100%;
  display: block;
  position: relative;
  opacity: 0;
  transform: scale(1.8) rotate(10deg);
}
@media screen and (min-width: 961px) {
  .p-hero__content {
    position: absolute;
    bottom: 10.4rem;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    margin-top: -7.8rem;
  }
}
.is-load .p-hero__content {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: opacity 0.3s var(--ease_out) 0.3s, transform 0.2s var(--ease_inout) 0.3s;
}
.p-hero__title {
  width: 55rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__title {
    width: 32.5rem;
  }
}
.p-hero__catch {
  width: 93.2rem;
  display: block;
  position: relative;
  margin: 1rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-hero__catch {
    width: 37.5rem;
    margin-top: 2.8rem;
  }
}
.p-hero__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.8rem;
  position: relative;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .p-hero__list {
    gap: 0.7rem 1.5rem;
    margin-top: 3.6rem;
  }
}
.p-hero__list-item {
  width: 21.5rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
}
@media screen and (max-width: 960px) {
  .p-hero__list-item {
    width: 15.5rem;
  }
}
.is-load .p-hero__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out), transform 0.8s var(--ease_bounce);
}
.is-load .p-hero__list-item:nth-child(1) {
  transition-delay: 0.4s;
}
.is-load .p-hero__list-item:nth-child(2) {
  transition-delay: 0.45s;
}
.is-load .p-hero__list-item:nth-child(3) {
  transition-delay: 0.5s;
}
.is-load .p-hero__list-item:nth-child(4) {
  transition-delay: 0.55s;
}
.is-load .p-hero__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-load .p-hero__list-item:nth-child(6) {
  transition-delay: 0.65s;
}
.is-load .p-hero__list-item:nth-child(7) {
  transition-delay: 0.7s;
}
.is-load .p-hero__list-item:nth-child(8) {
  transition-delay: 0.75s;
}
.is-load .p-hero__list-item:nth-child(9) {
  transition-delay: 0.8s;
}
.is-load .p-hero__list-item:nth-child(10) {
  transition-delay: 0.85s;
}
.p-hero__btn {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-hero__btn {
    transition: transform 0.6s var(--ease_bounce);
  }
  .p-hero__btn:hover {
    transform: scale(1.05) rotate(1.5deg);
  }
}
.p-hero__btn-img {
  display: block;
  position: relative;
}

.p-package {
  display: block;
  position: relative;
  padding: 9.4rem 0 10.6rem;
  background: url("../img/bg_pt_purple.jpg") repeat 50% 0/68px auto;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-package {
    padding: 6.2rem 0 5.6rem;
    background-size: 34px auto;
  }
}
.p-package::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_decor_dot_pc.png") no-repeat center top/100% auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-package::before {
    background: url("../img/bg_decor_dot_sp.png") no-repeat center top/100% auto;
  }
}
.p-package::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_decor_dot_pc.png") no-repeat center top/100% auto;
  transform: scale(1, -1);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-package::after {
    background: url("../img/bg_decor_dot_sp.png") no-repeat center top/100% auto;
  }
}
.p-package__container {
  width: 90%;
  max-width: 115rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-package__inner {
  display: block;
  position: relative;
}
.p-package__deco {
  width: 10rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-package__deco.--deco1 {
  width: 18rem;
  top: 16.3%;
  left: 90%;
}
@media screen and (max-width: 960px) {
  .p-package__deco.--deco1 {
    width: 11.5rem;
    top: 0.3%;
    left: 75%;
  }
}
.p-package__deco.--deco2 {
  width: 20rem;
  top: 48.1%;
  left: 10.2%;
}
@media screen and (max-width: 960px) {
  .p-package__deco.--deco2 {
    width: 13.5rem;
    top: 99.9%;
    left: 24%;
  }
}
.p-package__deco-img {
  display: block;
  position: relative;
}
.p-package__deco-img img {
  animation: deco 10s var(--ease_inout) alternate infinite;
}

.p-package_content {
  display: block;
  position: relative;
  padding: 6rem 0;
  z-index: 0;
  color: var(--color-white);
}
@media screen and (min-width: 961px) {
  .p-package_content {
    display: grid;
    grid-template-columns: 48.6rem 1fr;
    gap: 5.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-package_content {
    padding: 4.5rem 0;
  }
}
.p-package_content__header {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-package_content__header {
    margin-bottom: 4.2rem;
  }
}
.p-package_content__visual {
  display: block;
  position: relative;
  opacity: 0;
  transform: scale(1.3);
}
@media screen and (max-width: 960px) {
  .p-package_content__visual {
    width: 30rem;
    margin: 0 auto;
  }
}
.is-active .p-package_content__visual {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.3s var(--ease_out) 0.3s, transform 0.2s var(--ease_inout) 0.3s;
}
.p-package_content__visual-bg {
  display: block;
  position: relative;
}
.p-package_content__visual-img {
  width: 91%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  overflow: hidden;
}
.p-package_content__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
}
@media screen and (min-width: 961px) {
  .p-package_content__inner {
    margin-top: -0.5rem;
  }
}
.is-active .p-package_content__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.4s, transform 0.8s var(--ease_bounce) 0.4s;
}
.p-package_content__title {
  width: 100%;
  max-width: 60.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-package_content__title {
    width: 98%;
    margin: 0 auto;
  }
}
.p-package_content__release {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-left: 1rem;
  margin-top: 2rem;
  font-size: 3.4rem;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  font-family: "Dela Gothic One", "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-yellow);
}
@media screen and (max-width: 960px) {
  .p-package_content__release {
    margin-top: 1.6rem;
    font-size: 2.1rem;
  }
}
.p-package_content__release::before {
  content: "";
  width: calc(100% + 1rem);
  height: 1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  background: var(--color-blue);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-package_content__release::before {
    height: 0.8rem;
  }
}
.p-package_content__info {
  display: block;
  position: relative;
  margin-top: 3.4rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-package_content__info {
    margin-top: 2.3rem;
  }
}
.p-package_content__info + .p-package_content__info {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-package_content__info + .p-package_content__info {
    margin-top: 1.5rem;
  }
}
.p-package_content__info-cap {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-yellow);
}
@media screen and (max-width: 960px) {
  .p-package_content__info-cap {
    font-size: 1.5rem;
  }
}
.p-package_content__info-text {
  display: block;
  position: relative;
  margin-top: 0.2rem;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-package_content__info-text {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
.p-package_content__data {
  display: block;
  position: relative;
  margin-top: 3.6rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-package_content__data {
    margin-top: 2rem;
  }
}
.p-package_content__data + .p-package_content__data {
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-package_content__data + .p-package_content__data {
    margin-top: 2.2rem;
  }
}
.p-package_content__data-cap {
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: var(--color-yellow);
}
@media screen and (max-width: 960px) {
  .p-package_content__data-cap {
    margin-bottom: 1.2rem;
    font-size: 1rem;
  }
}
.p-package_content__data-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-package_content__data-text {
    font-size: 1rem;
  }
}
.p-package_content__note {
  display: block;
  position: relative;
  margin-top: 3rem;
  margin-left: 0.5rem;
  font-size: 1.2rem;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-package_content__note {
    margin-top: 2rem;
    font-size: 0.8rem;
  }
}
.p-package_content__btn {
  width: 90%;
  max-width: 45rem;
  display: block;
  position: relative;
  margin-top: 2.8rem;
  margin-left: 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-package_content__btn {
    width: 96%;
    margin: 3rem auto 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-package_content__btn {
    transition: transform 0.6s var(--ease_bounce);
  }
  .p-package_content__btn:hover {
    transform: scale(1.05) rotate(1.5deg);
  }
}

.p-special {
  display: block;
  position: relative;
  z-index: 0;
}
.p-special__container {
  display: block;
  position: relative;
  margin: 0 auto;
}

.p-special_common {
  display: block;
  position: relative;
  padding: 16rem 0 15rem;
  color: var(--color-blue);
}
@media screen and (max-width: 960px) {
  .p-special_common {
    padding: 10rem 0 10.5rem;
  }
}
.p-special_common__container {
  width: 90%;
  max-width: 115rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-special_common__header {
  display: block;
  position: relative;
  margin-bottom: 5.2rem;
  opacity: 0;
  transform: translateY(3rem);
}
@media screen and (max-width: 960px) {
  .p-special_common__header {
    margin-bottom: 3.5rem;
  }
}
.is-active .p-special_common__header {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.1s, transform 0.8s var(--ease_bounce) 0.1s;
}
.p-special_common__title {
  width: 100%;
  max-width: 47.5rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-special_common__title {
    max-width: 28.5rem;
  }
}
.p-special_common__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
}
.is-active .p-special_common__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.4s, transform 0.8s var(--ease_bounce) 0.4s;
}
.p-special_common__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-special_common__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6rem;
  }
}
.p-special_common__list-item {
  width: 49rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-special_common__list-item {
    width: 100%;
    max-width: 30rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .p-special_common__list-item + .p-special_common__list-item {
    margin-top: 2.8rem;
  }
}
.p-special_common__note {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 5.7rem auto 0;
  padding: 4.7rem 4rem 4.4rem;
  border-radius: 2rem;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-special_common__note {
    width: 97%;
    padding: 2.7rem 2rem 2rem;
  }
}
.p-special_common__note::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.5rem solid var(--color-pink);
  border-radius: 2rem;
}
@media screen and (max-width: 960px) {
  .p-special_common__note::before {
    border-width: 0.3rem;
    border-radius: 1.5rem;
  }
}
.p-special_common__note-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-special_common__note-text {
    font-size: 1.1rem;
  }
}
.p-special_common__note-text + .p-special_common__note-text {
  margin-top: 2.6rem;
}
@media screen and (max-width: 960px) {
  .p-special_common__note-text + .p-special_common__note-text {
    margin-top: 1.5rem;
  }
}
.p-special_common__deco {
  width: 16rem;
  display: block;
  position: absolute;
  top: -2%;
  left: 89%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-special_common__deco {
    width: 11rem;
    top: 98.4%;
    left: 76%;
  }
}
.p-special_common__deco-img {
  display: block;
  position: relative;
}
.p-special_common__deco-img img {
  animation: deco 10s var(--ease_inout) alternate infinite;
}

.p-special_common_data {
  display: block;
  position: relative;
}
.p-special_common_data__cap {
  width: 94%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-special_common_data__cap {
    width: 100%;
    font-size: 2rem;
  }
}
.p-special_common_data__title {
  width: 94%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-special_common_data__title {
    width: 100%;
    font-size: 1.3rem;
    margin-top: 0.4rem;
  }
}
.p-special_common_data__thumb {
  display: block;
  position: relative;
  margin-top: 2.3rem;
}
@media screen and (max-width: 960px) {
  .p-special_common_data__thumb {
    margin-top: 2rem;
  }
}

.p-special_common_data_thumb {
  display: block;
  position: relative;
}
.p-special_common_data_thumb__base {
  display: block;
  position: relative;
}
.p-special_common_data_thumb__slide {
  width: 92%;
  height: 92%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-special_common_data_thumb__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-special_common_data_thumb__list::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.5rem solid var(--color-gray-line);
  border-radius: 2rem;
}
.p-special_common_data_thumb__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.p-special_common_data_thumb__pagination {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: absolute;
  top: calc(100% + 1.8rem);
  left: 50%;
  transform: translate(-50%, 0);
}
.p-special_common_data_thumb__pagination-item {
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.5s var(--ease_out);
}
.p-special_common_data_thumb__pagination-item.is-slide-current {
  background: var(--color-pink);
}
@media screen and (max-width: 960px) {
  .p-special_common_data_thumb__pagination-item {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.p-special_common_data_thumb__pagination-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-pink);
  border-radius: 50%;
}

.p-special_shop {
  display: block;
  position: relative;
  padding: 16rem 0 13.8rem;
  color: var(--color-sky);
  background: url("../img/bg_pt_blue.jpg") repeat 50% 0/68px auto;
}
@media screen and (max-width: 960px) {
  .p-special_shop {
    padding: 10rem 0 9.7rem;
    background-size: 34px auto;
  }
}
.p-special_shop__container {
  width: 90%;
  max-width: 115rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-special_shop__container {
    width: 90%;
    max-width: 30.5rem;
  }
}
.p-special_shop__header {
  display: block;
  position: relative;
  margin-bottom: 8.2rem;
  opacity: 0;
  transform: translateY(3rem);
}
@media screen and (max-width: 960px) {
  .p-special_shop__header {
    margin-bottom: 2rem;
  }
}
.is-active .p-special_shop__header {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.1s, transform 0.8s var(--ease_bounce) 0.1s;
}
.p-special_shop__title {
  width: 100%;
  max-width: 40rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-special_shop__title {
    max-width: 24rem;
  }
}
.p-special_shop__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(3rem);
}
.is-active .p-special_shop__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s var(--ease_out) 0.4s, transform 0.8s var(--ease_bounce) 0.4s;
}
.p-special_shop__note {
  display: block;
  position: relative;
  margin-top: 2.8rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-special_shop__note {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-special_shop__deco {
  width: 15.6rem;
  display: block;
  position: absolute;
  top: 0.2%;
  left: 18.5%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-special_shop__deco {
    width: 10rem;
    top: 99.8%;
    left: 74.5%;
  }
}
.p-special_shop__deco-img {
  display: block;
  position: relative;
}
.p-special_shop__deco-img img {
  animation: deco 10s var(--ease_inout) alternate infinite;
}

.p-special_shop_content {
  display: block;
  position: relative;
  padding: 3.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-special_shop_content {
    padding: 2.5rem 0;
  }
}
.p-special_shop_content__header {
  display: block;
  position: relative;
  padding-bottom: 1.8rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-special_shop_content__header {
    padding-bottom: 2.3rem;
    margin-bottom: 2.3rem;
  }
}
.p-special_shop_content__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/line_dot_repeat.png") repeat-x 0 100%/10px auto;
}
@media screen and (max-width: 960px) {
  .p-special_shop_content__header::before {
    background-size: 5px auto;
  }
}
.p-special_shop_content__title {
  display: block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-special_shop_content__title {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.p-special_shop_content__title small {
  display: inline-block;
  line-height: 1;
  font-size: 0.6em;
}
.p-special_shop_content__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  gap: 3.5rem;
}
@media screen and (max-width: 960px) {
  .p-special_shop_content__list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.p-special_shop_content__list-item {
  min-width: 0;
  display: block;
  position: relative;
}

.p-special_shop_data {
  display: block;
  position: relative;
}
.p-special_shop_data__thumb {
  display: block;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .p-special_shop_data__thumb {
    margin-bottom: 1.2rem;
  }
}
.p-special_shop_data__cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--color-yellow);
}
.p-special_shop_data__title {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-special_shop_data_thumb {
  display: block;
  position: relative;
}
.p-special_shop_data_thumb__slide {
  display: block;
  position: relative;
}
.p-special_shop_data_thumb__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.p-special_shop_data_thumb__list::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.5rem solid var(--color-gray-line);
  border-radius: 2rem;
}
.p-special_shop_data_thumb__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.p-special_shop_data_thumb__pagination {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.p-special_shop_data_thumb__pagination-item {
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.5s var(--ease_out);
}
.p-special_shop_data_thumb__pagination-item.is-slide-current {
  background: var(--color-pink);
}
.p-special_shop_data_thumb__pagination-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-pink);
  border-radius: 50%;
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}