@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 {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-white: #f5f5f3;
  --color-black: #0d0c0f;
  --font-all: "Outfit", "Helvetica", "Helvetica Neue", Arial, sans-serif;
  --font-jp: "Helvetica", "Helvetica Neue", Arial, sans-serif;
  --font-en: "Outfit", "Helvetica Neue", Arial, sans-serif;
}

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

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
body, button, input, select, textarea, datalist {
  font-family: var(--font-en);
}

body {
  color: var(--color-white);
}
body.is-menu-open {
  overflow: hidden;
}

.m-modal.m-modal-custom .m-modal__content {
  width: 100%;
  max-width: 100%;
  color: var(--color-black);
  border-radius: 30px 30px 0 0;
  background-color: var(--color-white);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transform: translateY(100vh) !important;
}
.is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
  margin: 72px auto 0;
}
@media screen and (max-width: 767px) {
  .is-modal-overflow-prep .m-modal.m-modal-custom .m-modal__content {
    margin: 36px auto 0;
  }
}
.is-modal-overflow-prep.is-modal-open-anime .m-modal.m-modal-custom .m-modal__content {
  transform: translateY(0) !important;
}
.m-modal.m-modal-custom .m-modal__close-btn {
  display: flex;
  align-items: center;
  width: 115px;
  font-family: var(--font-all);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 20px;
  color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    top: 11px;
    right: 11px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  display: none;
}
.m-modal.m-modal-custom .m-modal__close-btn-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .m-modal.m-modal-custom .m-modal__close-btn-icon {
    width: 30px;
    height: 30px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn-icon::before, .m-modal.m-modal-custom .m-modal__close-btn-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color-black);
}
.m-modal.m-modal-custom .m-modal__close-btn-icon::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.m-modal.m-modal-custom .m-modal__close-btn-icon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-topics_modal {
  display: none;
  padding-bottom: 60px;
}
.m-modal .p-topics_modal {
  display: block;
}
.p-topics_modal-head {
  display: flex;
  align-items: center;
  width: 95.8%;
  margin: 0 auto 80px;
  padding: 26px 0;
  font-family: var(--font-all);
  border-bottom: 1px solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-topics_modal-head {
    margin: 0 auto 22px;
    padding: 15px 55px 9px 9px;
  }
}
.p-topics_modal-head-num {
  margin-right: 96px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-head-num {
    margin-right: 8px;
    font-size: 14px;
  }
}
.p-topics_modal-head-main {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-head-main {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
}
.p-topics_modal-content {
  width: 78.6%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content {
    width: 90.6%;
  }
}
.p-topics_modal-content-lead {
  margin-bottom: 62px;
  font-size: 18px;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-lead {
    font-size: 13px;
    line-height: 1.82;
  }
}
.p-topics_modal-content-lead .p-in-caution {
  margin-top: 15px;
  font-size: 11.6px;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-lead .p-in-caution {
    font-size: 10px;
  }
}
.p-topics_modal-content-link-title {
  margin-bottom: 31px;
  font-size: 19px;
  font-weight: 800;
  text-align: center;
  position: relative;
}
.p-topics_modal-content-link-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-black);
}
.p-topics_modal-content-link-title .p-in-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-link-title .p-in-title {
    padding: 0 16px;
    font-size: 13px;
  }
}
.p-topics_modal-content-link-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-link-main {
    display: block;
  }
}
.p-topics_modal-content-link-main .p-in-item {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-link-main .p-in-item {
    width: 80%;
    margin: 0 auto 20px;
  }
  .p-topics_modal-content-link-main .p-in-item:last-of-type {
    margin-bottom: 0;
  }
}
.p-topics_modal-content-link-main .p-in-item .c-btn-link {
  padding: 30px 0 32px;
  font-family: var(--font-all);
  color: var(--color-black);
  font-weight: 800;
  font-size: 28px;
  border-color: var(--color-black);
}
@media screen and (min-width: 768px) {
  .p-topics_modal-content-link-main .p-in-item .c-btn-link:hover {
    color: var(--color-white);
  }
  .p-topics_modal-content-link-main .p-in-item .c-btn-link:hover::after {
    opacity: 0;
  }
}
.p-topics_modal-content-link-main .p-in-item .c-btn-link::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../img/arrow_l_black.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-link-main .p-in-item .c-btn-link {
    padding: 15px;
    font-size: 20px;
  }
}
.p-topics_modal-content-link-main .p-in-item .c-btn-link .u-small {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-link-main .p-in-item .c-btn-link .u-small {
    margin-top: 5px;
    font-size: 12px;
  }
}
.p-topics_modal-content-caution {
  margin-top: 15px;
  margin-bottom: 64px;
  font-size: 11.6px;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-caution {
    margin-bottom: 45px;
    font-size: 10px;
  }
}
.p-topics_modal-content-about {
  margin-bottom: 40px;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 20px;
  position: relative;
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-about {
    margin: 20px 0 20px;
    padding: 20px 0 30px;
    border-radius: 10px;
  }
}
.p-topics_modal-content-about-num {
  font-family: var(--font-all);
  font-size: 36px;
  font-weight: 800;
  position: absolute;
  top: 15px;
  left: 18px;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-about-num {
    font-size: 18px;
    top: 9px;
    left: 11px;
  }
}
.p-topics_modal-content-about-title {
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-about-title {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.p-topics_modal-content-about-detail {
  width: 82%;
  margin: 0 auto;
  padding: 28px 0;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-about-detail {
    width: 87%;
    margin: 0 auto;
    padding: 18px 0;
  }
}
.p-topics_modal-content-about-detail-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-topics_modal-content-about-detail-list-item {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-about-detail-list-item {
    margin-bottom: 12px;
  }
}
.p-topics_modal-content-about-detail-list-item:last-of-type {
  margin-bottom: 0;
}
.p-topics_modal-content-about-detail-list-item .p-in-title {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-about-detail-list-item .p-in-title {
    width: 109px;
    font-size: 10px;
  }
}
.p-topics_modal-content-about-detail-list-item .p-in-main {
  width: calc(100% - 170px);
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-about-detail-list-item .p-in-main {
    font-size: 10px;
    width: calc(100% - 109px);
  }
}
.p-topics_modal-content-about-detail-list-item .p-in-main a {
  color: var(--color-white);
  text-decoration: none;
}
.p-topics_modal-content-about-caution {
  display: flex;
  width: 82.1%;
  margin: 0 auto;
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-about-caution {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 12px 0 0;
  }
}
.p-topics_modal-content-about-caution-head {
  width: 138px;
  line-height: 2;
  text-align: left;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-about-caution-head {
    display: block;
    font-size: 12px;
  }
}
.p-topics_modal-content-about-caution-main {
  width: calc(100% - 138px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-about-caution-main {
    width: 100%;
  }
}
.p-topics_modal-content-about-caution-main .p-in-list .p-in-item {
  font-size: 14px;
  line-height: 2.15;
  padding-left: 1em;
  text-indent: -1em;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-about-caution-main .p-in-list .p-in-item {
    font-size: 10px;
  }
}
.p-topics_modal-content-about-caution-main .p-in-list .p-in-item a {
  color: var(--color-white);
}
.p-topics_modal-content-contact {
  margin-top: 69px;
}
.p-topics_modal-content-contact-list {
  display: flex;
  justify-content: center;
  border-left: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-contact-list {
    display: block;
    border: none;
  }
}
.p-topics_modal-content-contact-list-item {
  width: 33.3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-contact-list-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-topics_modal-content-contact-list-item::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-contact-list-item::before {
    display: none;
  }
}
.p-topics_modal-content-contact-list-item:last-of-type::before {
  display: none;
}
.p-topics_modal-content-contact-list-item .p-in-head {
  margin-bottom: 23px;
  font-family: var(--font-all);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-contact-list-item .p-in-head {
    font-size: 14px;
  }
}
.p-topics_modal-content-contact-list-item .p-in-detail p {
  margin-bottom: 12px;
}
.p-topics_modal-content-contact-list-item .p-in-detail a {
  text-decoration: none;
  color: var(--color-black);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topics_modal-content-contact-list-item .p-in-detail a {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .c-btn:hover .c-btn-link {
    background-color: var(--color-black);
  }
}
.c-btn-link {
  display: block;
  padding: 20px 0;
  border-radius: 50rem;
  text-align: center;
  text-decoration: none;
  border: 3px solid var(--color-white);
  color: var(--color-white);
  position: relative;
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.c-btn-link::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-btn-link::before {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}

.l-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}
.l-bg-noise {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg_noise.png) center repeat;
  background-size: 166.5px 110.5px;
  z-index: 30;
  pointer-events: none;
  animation: noise 0.3s steps(1) infinite;
}
.l-bg-noise::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_noise.png) center repeat;
  background-size: 166.5px 110.5px;
  z-index: 30;
  pointer-events: none;
  animation: noise 0.3s steps(1) infinite;
}
.l-bg-noise::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg_noise.png) center repeat;
  background-size: 166.5px 110.5px;
  z-index: 30;
  pointer-events: none;
  animation: noise 0.3s steps(1) infinite;
}
@keyframes noise {
  0%, 100% {
    background-position: 0 0;
  }
  10% {
    background-position: -10% -10%;
  }
  20% {
    background-position: 10% 10%;
  }
  30% {
    background-position: -2% -2%;
  }
  40% {
    background-position: 3% 3%;
  }
  50% {
    background-position: -3% -3%;
  }
  60% {
    background-position: 40% 40%;
  }
  70% {
    background-position: -40% -40%;
  }
  80% {
    background-position: 2% 2%;
  }
  90% {
    background-position: -3% -3%;
  }
}

.p-header {
  width: 100%;
  padding-top: 72px;
  font-family: var(--font-all);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  font-size: 16px;
  letter-spacing: 0.06em;
  mix-blend-mode: difference;
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), filter 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-load .p-header {
  opacity: 1;
  filter: blur(0);
}
.is-menu-open .p-header {
  mix-blend-mode: normal;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-top: 38px;
    font-size: 10px;
  }
}
.p-header__name {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-header__name {
    left: 14px;
  }
}
.p-header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




  .p-header__title .sound {
    cursor: pointer;
    display: flex; 
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .p-header__title .eq span {
    display: inline-block;
    width: 2px;
    height: 10px;
    background-color: #fff;
    margin: 0 2px;
  }
  .p-header__title .eq.playing span {
    animation: scaleUp 1.2s infinite;
  }
  .p-header__title .eq.playing span:nth-child(1) {
    animation-delay: 0s;
  }
  .p-header__title .eq.playing span:nth-child(2) {
    animation-delay: 0.1s;
  }
  .p-header__title .eq.playing span:nth-child(3) {
    animation-delay: 0.2s;
  }
  .p-header__title .eq.playing span:nth-child(4) {
    animation-delay: 0.3s;
  }
  .p-header__title .eq.playing span:nth-child(5) {
    animation-delay: 0.4s;
  }
  @keyframes scaleUp {
    0%, 100% {
      transform: scaleY(0.5);
    }
    50% {
      transform: scaleY(1.5);
    }
  }
  @keyframes equalizer {
    0%, 100% {
      transform: scaleY(1);
    }
    50% {
      transform: scaleY(2);
    }
  }
  .p-header__title .sound p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-family: Arial, sans-serif;
  }
  











.p-header__menu-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-header__menu-btn {
    right: 13px;
  }
}
.p-header__menu-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-menu-open .p-header__menu-content {
  opacity: 1;
  pointer-events: auto;
}
.p-header__menu-content-inner {
  position: relative;
}
.p-header__menu-content-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  opacity: 0.5;
}
.p-header__menu-content-close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 28px 20px;
  font-family: var(--font-all);
  font-size: 16px;
  background-color: var(--color-white);
  color: var(--color-black);
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1), color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1), color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-header__menu-content-close:hover {
    color: var(--color-white);
  }
  .p-header__menu-content-close:hover::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.p-header__menu-content-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
.p-header__menu-content-close::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: -1;
}
.is-menu-open .p-header__menu-content-close {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.is-menu-open .p-header__menu-content-close::before {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-header__menu-content-close {
    font-size: 11px;
    padding: 14px 12px;
  }
}
.p-header__menu-content-list {
  position: relative;
  z-index: 1;
}
.p-header__menu-content-list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: max(8.5vh, 64px);
  font-weight: 600;
  text-align: right;
  color: var(--color-black);
  font-family: var(--font-en);
  cursor: pointer;
  padding: 10px;
  background-color: var(--color-white);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  position: relative;
}
.p-header__menu-content-list-item:nth-of-type(1) {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  top: -1px;
}
.p-header__menu-content-list-item:nth-of-type(1)::before {
  transition-delay: 0.4s;
}
.p-header__menu-content-list-item:nth-of-type(2) {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  top: -2px;
}
.p-header__menu-content-list-item:nth-of-type(2)::before {
  transition-delay: 0.5s;
}
.p-header__menu-content-list-item:nth-of-type(3) {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  top: -3px;
}
.p-header__menu-content-list-item:nth-of-type(3)::before {
  transition-delay: 0.6s;
}
.p-header__menu-content-list-item:nth-of-type(4) {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  top: -4px;
}
.p-header__menu-content-list-item:nth-of-type(4)::before {
  transition-delay: 0.7s;
}
.p-header__menu-content-list-item:nth-of-type(5) {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.5s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
  top: -5px;
}
.p-header__menu-content-list-item:nth-of-type(5)::before {
  transition-delay: 0.8s;
}
.p-header__menu-content-list-item:nth-of-type(6) {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.6s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.6s;
  top: -6px;
}
.p-header__menu-content-list-item:nth-of-type(6)::before {
  transition-delay: 0.9s;
}
.p-header__menu-content-list-item:nth-of-type(7) {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.7s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.7s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.7s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.7s;
  top: -7px;
}
.p-header__menu-content-list-item:nth-of-type(7)::before {
  transition-delay: 1s;
}
.p-header__menu-content-list-item:nth-of-type(8) {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  top: -8px;
}
.p-header__menu-content-list-item:nth-of-type(8)::before {
  transition-delay: 1.1s;
}
.p-header__menu-content-list-item:nth-of-type(9) {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.9s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.9s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.9s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.9s;
  top: -9px;
}
.p-header__menu-content-list-item:nth-of-type(9)::before {
  transition-delay: 1.2s;
}
.p-header__menu-content-list-item:nth-of-type(10) {
  transition: color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1s, color 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  top: -10px;
}
.p-header__menu-content-list-item:nth-of-type(10)::before {
  transition-delay: 1.3s;
}
@media screen and (min-width: 768px) {
  .p-header__menu-content-list-item:hover {
    color: var(--color-white);
  }
  .p-header__menu-content-list-item:hover::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.p-header__menu-content-list-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-white);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
.p-header__menu-content-list-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  z-index: -1;
}
.is-menu-open .p-header__menu-content-list-item {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.is-menu-open .p-header__menu-content-list-item::before {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-header__menu-content-list-item {
    font-size: 6.5vh;
  }
}

.p-footer {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-bottom: 30px;
  }
}
.p-footer__official {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 62.6%;
  margin: 0 auto 119px;
}
@media screen and (max-width: 767px) {
  .p-footer__official {
    width: 90%;
    margin: 0 auto 58px;
  }
}
.p-footer__official-logo {
  width: 34.6%;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .p-footer__official-logo {
    width: 49.8%;
    margin-left: 0;
  }
}
.p-footer__official-logo img {
  width: 100%;
}
.p-footer__official-link {
  width: 56.7%;
  position: relative;
  top: 23px;
}
@media screen and (max-width: 767px) {
  .p-footer__official-link {
    width: 41%;
    top: 0;
  }
}
.p-footer__official-link-item {
  display: flex;
  margin-bottom: 36px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__official-link-item {
    margin-bottom: 20px;
  }
}
.p-footer__official-link-item:last-of-type {
  margin-bottom: 0;
}
.p-footer__official-link-item a {
  display: flex;
  font-family: var(--font-en);
  font-size: 64px;
  color: var(--color-white);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-footer__official-link-item a {
    display: block;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__official-link-item a:hover .p-in-main::before {
    transform: translate(10px, calc(-50% - 10px));
  }
}
.p-footer__official-link-item .p-in-small {
  display: block;
  font-size: 15px;
  letter-spacing: 0.01em;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-footer__official-link-item .p-in-small {
    margin-bottom: 3px;
    font-size: 10px;
  }
}
.p-footer__official-link-item .p-in-main {
  position: relative;
  padding-right: 55px;
}
@media screen and (max-width: 767px) {
  .p-footer__official-link-item .p-in-main {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__official-link-item .p-in-main::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../img/arrow_l.svg) center no-repeat;
    background-size: contain;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
.p-footer__btm-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .p-footer__btm-content {
    display: block;
    width: 90%;
    margin: 0 auto 7px;
  }
}
.p-footer__btm-content-sns-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__btm-content-sns-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-footer__btm-content-sns-list-item {
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .p-footer__btm-content-sns-list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 14px;
    margin-right: 4%;
  }
  .p-footer__btm-content-sns-list-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.p-footer__btm-content-sns-list-item a {
  display: block;
  font-family: var(--font-en);
  font-size: 16px;
  color: var(--color-white);
  text-decoration: none;
  padding-right: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer__btm-content-sns-list-item a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 18px;
    position: relative;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__btm-content-sns-list-item a:hover::before {
    transform: translate(6px, calc(-50% - 6px));
  }
}
.p-footer__btm-content-sns-list-item a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/arrow_l.svg) center no-repeat;
  background-size: contain;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-footer__btm-content-sns-list-item a::before {
    width: 12px;
    height: 12px;
  }
}
.p-footer__btm-content-copy {
  font-family: var(--font-en);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-footer__btm-content-copy {
    font-size: 10px;
    text-align: center;
  }
}
.p-footer__btm-content-deco {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 10px;
}
.p-footer__btm-content-deco img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__btm-content-deco {
    margin-bottom: 15px;
  }
}



@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-in {
  animation: fadeIn 1s ease-out;
}


.p-op {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-load .p-op {
  opacity: 0;
  pointer-events: none;
}
.p-op__count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-op__count-item {
  font-size: 5vw;
  letter-spacing: -0.03em;
  font-weight: 800;
  font-family: var(--font-en);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-op .p-op__count-item {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-op__count-item {
    font-size: 24px;
  }
}

.p-main {
  padding-bottom: 96px;
  position: relative;
  z-index: 1;
}

.p-kv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-kv {
    height: auto;
  }
}
.p-kv__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 87.9%;
  max-width: 1670px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .p-kv__inner {
    width: 96%;
  }
}
@media screen and (max-width: 820px) and (max-width: 767px) {
  .p-kv__inner {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.p-kv__name {
  width: 290px;
  position: relative;
  left: 43px;
  top: 15px;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, -webkit-clip-path 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  transition: clip-path 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  transition: clip-path 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, -webkit-clip-path 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transform: translateY(30px);
}
.is-load .p-kv__name {
  transform: translateY(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1280px) {
  .p-kv__name {
    width: 190px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 925px) {
  .p-kv__name {
    width: 140px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 925px) and (max-width: 767px) {
  .p-kv__name {
    display: none;
  }
}
.p-kv__name img {
  width: 100%;
}
.p-kv__image {
  width: 46%;
  max-width: 780px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  filter: blur(60px);
  transform: translate(-50%, -50%) scale(2.6);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 1s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.is-load .p-kv__image {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 767px) {
  .p-kv__image {
    width: 114%;
    margin-top: -52px;
    position: relative;
    top: 0;
    left: 0;
    transform: scale(2.6);
  }
  .is-load .p-kv__image {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
.p-kv__image-blur {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-kv__image-main {
  position: relative;
  z-index: 1;
}
.p-kv__release {
  width: 400px;
}
@media screen and (max-width: 1280px) {
  .p-kv__release {
    width: 260px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 925px) {
  .p-kv__release {
    width: 220px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 925px) and (max-width: 767px) {
  .p-kv__release {
    width: 100%;
    margin-top: -84px;
  }
}
.p-kv__release img {
  width: 100%;
}
.p-kv__release-top {
  display: block;
  width: 70%;
  margin: 0 auto 30px;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.8s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.8s;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transform: translateY(30px);
}
.is-load .p-kv__release-top {
  transform: translateY(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-kv__release-top {
    width: 50%;
    margin: 0 auto 18px;
  }
}
.p-kv__release-title {
  width: 100%;
  margin: 0 auto 46px;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.9s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.9s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.9s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.9s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.9s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.9s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.9s;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transform: translateY(30px);
}
.is-load .p-kv__release-title {
  transform: translateY(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-kv__release-title {
    width: 84%;
    margin: 0 auto 24px;
  }
}
.p-kv__release-data {
  width: 77%;
  margin: 0 auto;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transform: translateY(30px);
}
.is-load .p-kv__release-data {
  transform: translateY(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-kv__release-data {
    width: 71%;
    margin: 0 auto;
  }
}

.p-release {
  width: 93%;
  max-width: 1462px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-release {
    width: 91%;
    margin: 0 auto;
    padding-top: 150px;
  }
}
.p-release__title {
  padding: 1vw;
  font-family: var(--font-en);
  font-size: 5vw;
}
.p-release__title h2 {
  display: flex;
  align-items: center;
}
.p-release__title .p-in-text {
  display: block;
  transform: translate(0, 20px);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-release__title .p-in-text:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-release__title .p-in-text:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-release__title .p-in-text:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-release__title .p-in-text:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-release__title .p-in-text:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-release__title .p-in-text:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-release__title .p-in-text:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-release__title .p-in-text:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-release__title .p-in-text:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-release__title .p-in-text:nth-of-type(10) {
  transition-delay: 1s;
}
.p-release__title.is-active .p-in-text {
  transform: translate(0, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-release__title {
    padding: 2vw;
    margin-left: 200px;
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-release__title {
    padding: 2vw;
    margin-left: -60px;
    font-size: 6vw;
  }
}
.p-release__content {
  margin-bottom: 7px;
}
.p-release__content-block {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-release__content-block {
    height: auto;
    margin-bottom: 88px;
    position: relative;
  }
}
.p-release__content-block-wrapper:nth-of-type(2) .p-release__content-detail {
  right: auto;
  left: 6.5%;
}
.p-release__content-block-wrapper:nth-of-type(2) .p-release__content-detail-title .p-in-item:nth-of-type(1) {
  left: 18%;
}
@media screen and (max-width: 767px) {
  .p-release__content-block-wrapper:nth-of-type(2) .p-release__content-detail-title .p-in-item:nth-of-type(1) {
    left: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-release__content-block-wrapper:nth-of-type(2) .p-release__content-detail-title .p-in-item:nth-of-type(2) {
    text-align: left;
  }
}
.p-release__content-block-wrapper:nth-of-type(2) .p-release__content-image {
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-release__content-block-sticky {
    display: none;
  }
}
.p-release__content-image {
  width: 31%;
  max-width: 520px;
  position: absolute;
  top: 60%;
  left: 12%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-active .p-release__content-image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .p-release__content-image {
    width: 41.5%; 
    max-width: none; 
    top: 35%; 
    left: 26%; 
    transform: translate(-50%, -50%); 
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); 
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@media screen and (max-width: 767px) {
  .p-release__content-image {
    width: 100%;
    padding-top: 200px;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
  }
}
.p-release__content-image-list {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-release__content-image-list {
    width: 86%;
    margin: 0 auto 16px;
  }
}
.p-release__content-image-list-item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-release__content-image-list-item.is-active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-release__content-image-list-item:first-of-type {
  position: static;
}
.p-release__content-image-nav {
  width: 86%;
  margin: 0 auto 20px;
}
.p-release__content-image-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-release__content-image-nav-list-item {
  width: 17%;
  padding-top: 17%;
  margin-right: 4%;
  position: relative;
  overflow: hidden;
  opacity: 0.7;
}
.p-release__content-image-nav-list-item.is-active {
  opacity: 1;
}
.p-release__content-image-nav-list-item:nth-of-type(5n) {
  margin-right: 0;
}
.p-release__content-image-nav-list-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-release__content-detail {
  width: 44.4%;
  position: absolute;
  top: 4.7%;
  right: 0%;
}
@media screen and (max-width: 767px) {
  .p-release__content-detail {
    width: 86%;
    margin: 20px auto 0;
    position: static;
  }
}
.p-release__content-detail-title {
  margin-bottom: 17px;
  font-family: var(--font-en);
  font-size: min(10.7vw, 220px);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-release__content-detail-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15.8vw;
    width: 100%;
  }
}
.p-release__content-detail-title .p-in-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.p-release__content-detail-title .p-in-item .p-in-text {
  display: block;
  transform: translate(0, 20px);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-active .p-release__content-detail-title .p-in-item .p-in-text {
  transform: translate(0, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-release__content-detail-title .p-in-item .p-in-text:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-release__content-detail-title .p-in-item .p-in-text:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-release__content-detail-title .p-in-item .p-in-text:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-release__content-detail-title .p-in-item .p-in-text:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-release__content-detail-title .p-in-item .p-in-text:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-release__content-detail-title .p-in-item .p-in-text:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-release__content-detail-title .p-in-item .p-in-text:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-release__content-detail-title .p-in-item .p-in-text:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-release__content-detail-title .p-in-item .p-in-text:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-release__content-detail-title .p-in-item .p-in-text:nth-of-type(10) {
  transition-delay: 1s;
}
.p-release__content-detail-title .p-in-item:first-of-type {
  position: relative;
  right: 100%;
  transform: translate(0, -20px);
}
@media screen and (max-width: 767px) {
  .p-release__content-detail-title .p-in-item:first-of-type {
    left: -40%;
  }
}
.is-active .p-release__content-detail-title .p-in-item {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .p-release__content-detail-title .p-in-item {
    text-align: right;
    justify-content: flex-end;
  }
}
.p-release__content-detail-text .p-in-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  opacity: 0;
  transform: translate(0, 15px);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-active .p-release__content-detail-text .p-in-head {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .p-release__content-detail-text .p-in-head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-release__content-detail-text .p-in-head .p-in-head-item {
    font-size: 12px;
    font-weight: 500;
  }
}
.p-release__content-detail-text .p-in-head .p-in-head-item:first-of-type {
  letter-spacing: 0.3em;
}
.p-release__content-detail-text .p-in-info {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 1.25;
  opacity: 0;
  transform: translate(0, 15px);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
}
.is-active .p-release__content-detail-text .p-in-info {
  opacity: 1;
  transform: translate(0, 0);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-release__content-detail-text .p-in-info {
    margin-bottom: 30px;
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 767px) {
  .p-release__content-detail-text .p-in-info {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.p-release__content-detail-text .p-in-info .p-in-info-list .p-in-info-item {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .p-release__content-detail-text .p-in-info .p-in-info-list .p-in-info-item {
    margin-bottom: 10px;
  }
}
.p-release__content-detail-text .p-in-about {
  opacity: 0;
  transform: translate(0, 20px);
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}
.is-active .p-release__content-detail-text .p-in-about {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .p-release__content-detail-text .p-in-about {
    font-size: 14px;
  }
}
.p-release__link-list {
  display: flex;
  margin-top: 2em;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-release__link-list {
    display: block;
  }
}
.p-release__link-list-item {
  width: 24%;
  min-width: 230px;
  margin-right: 18px;
  margin-bottom: 20px;
}
.p-release__link-list-item:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-release__link-list-item {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.p-release__link-list-item .c-btn-link {
  transition: background-color 0.6s cubic-bezier(0.33, 1, 0.68, 1), color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 768px) {
  .p-release__link-list-item .c-btn-link:hover {
    color: var(--color-black);
    background-color: var(--color-white);
  }
  .p-release__link-list-item .c-btn-link:hover::after {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-release__link-list-item .c-btn-link {
    padding: 12px 22px;
    font-size: 10px;
    text-align: left;
  }
}
.p-release__link-list-item .c-btn-link::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-size: contain;
}
@media screen and (max-width: 1410px) {
  .p-release__link-list-item .c-btn-link::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1410px) and (max-width: 767px) {
  .p-release__link-list-item .c-btn-link::before {
    display: none;
  }
}
.p-release__link-list-item .c-btn-link::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-size: contain;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 1410px) {
  .p-release__link-list-item .c-btn-link::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1410px) and (max-width: 767px) {
  .p-release__link-list-item .c-btn-link::after {
    width: 15px;
    height: 15px;
    right: 20px;
  }
}

.p-ido__content-block {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-ido__content-title.--first .p-in-top {
    font-size: 11px;
  }
}
.p-ido__content-title-inner {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  height: 100vh;
}
.p-ido__content-title-main {
  width: 100%;
  font-family: var(--font-en);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-ido__content-title .p-in-top {
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  .p-ido__content-title .p-in-top {
    margin-bottom: 3px;
    font-size: 14px;
  }
}
.p-ido__content-title .p-in-number {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 11vw;
}
@media screen and (max-width: 767px) {
  .p-ido__content-title .p-in-number {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
.p-ido__content-title .p-in-name {
  font-weight: 600;
  font-size: 3vw;
}
@media screen and (max-width: 767px) {
  .p-ido__content-title .p-in-name {
    font-size: 18px;
  }
}
.p-ido__content-title .p-in-name .u-small {
  display: block;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .p-ido__content-title .p-in-name .u-small {
    font-size: 20px;
    line-height: 1.5;
  }
}
.p-ido__content-track {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.p-ido__content-track.is-launchpad-hover .p-ido__content-track-main-list-item {
  opacity: 0.5;
}
.p-ido__content-track.is-launchpad-hover .p-ido__content-track-main-list-item.is-active {
  opacity: 1;
  z-index: 1;
}
.p-ido__content-track.is-launchpad-hover .p-ido__content-track-main-list-item.is-active .p-ido__content-track-main-list-item-image .p-in-item {
  opacity: 1;
}
.p-ido__content-track.--first .p-ido__content-track-bg .p-in-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/ido_pc.webp);
}
@media screen and (max-width: 767px) {
  .p-ido__content-track.--first .p-ido__content-track-bg .p-in-item {
    background-image: url(../img/ido_sp.webp);
  }
}
.p-ido__content-track.is-active .p-ido__content-track-bg-inner {
  transform: scale(1.08);
}
@media screen and (max-width: 767px) {
  .p-ido__content-track.is-active .p-ido__content-track-bg-inner {
    transform: scale(1.2);
  }
}
.p-ido__content-track-bg {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.p-ido__content-track-bg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px 30px 0;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-ido__content-track-bg-inner {
    border-radius: 18px 18px 0;
  }
}
.p-ido__content-track-bg-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  opacity: 0.6;
  z-index: 2;
}
.p-ido__content-track-bg .p-in-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}
.p-ido__content-track-bg .p-in-item.is-active {
  opacity: 1;
}
.p-ido__content-track-bg .p-in-item[data-scroll-launchpad-hover] {
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.p-ido__content-track-bg .p-in-item[data-scroll-launchpad-hover].is-launchpad-bg-active {
  opacity: 1;
}
.p-ido__content-track-deco {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-en);
  font-weight: 600;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  left: 32px;
  z-index: 1;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-ido__content-track-deco {
    position: absolute;
    left: 25.5%;
  }
}
.p-ido__content-track-deco .p-in-haad {
  margin-bottom: 7px;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-ido__content-track-deco .p-in-haad {
    margin-bottom: 4px;
    text-align: center;
    font-size: 24px;
  }
}
.p-ido__content-track-deco .p-in-name {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-ido__content-track-deco .p-in-name {
    font-size: 12px;
    text-align: center;
  }
}
.p-ido__content-track-deco .p-in-name .u-small {
  display: block;
  font-size: 17px;
  line-height: 1.34;
}
@media screen and (max-width: 767px) {
  .p-ido__content-track-deco .p-in-name .u-small {
    font-size: 10px;
    line-height: 1.1;
  }
}
.p-ido__content-track-main {
  padding: 240px 0 198px;
  position: relative;
  z-index: 1;
}
.p-ido__content-track-main.--first {
  padding: 152px 0 200px;
}
.p-ido__content-track-main.--first .p-ido__content-track-main-inner {
  margin-bottom: 0px;
}
.p-ido__content-track-main.--first .p-ido__content-track-main-inner:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-ido__content-track-main.--first .p-ido__content-track-main-inner {
    margin-bottom: 45px;
  }
}


.p-ido__content-track-main-inner {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 10vw;
}
@media (max-width: 768px) {
  .p-ido__content-track-main-inner {
    transform: scale(0.7);
    transform-origin: top left;
    width: 143%; 
    overflow: hidden; 
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .p-ido__content-track-main-inner {
    transform: scale(0.9); 
    transform-origin: top left;
    width: 111%; 
    overflow: hidden;
  }
}



.launch {
  display: flex;
  justify-content: center; 
  align-items: center; 
  width: auto; 
  max-width: 1200px; 
}


@media screen and (max-width: 767px) {
  .launch {
    transform: scale(0.53);
    transform-origin: top center;
    width: 200%; 
    overflow: hidden; 
  }
}

.launch .content {
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  text-align: center; 
  width: 320px; 
  height: 120px;
  margin: 25px; 
  background-image: url("../img/wheat.webp"); 
  background-size: 100%; 
  background-position: center; 
  background-repeat: no-repeat; 
}


.launch .content .title-1,
.launch .content .title-2 {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  text-align: center; 
}
.launch .content .title-1 {
  font-weight: bold;
}
.launch .content .title-2 {
  font-weight: normal;
}

.launch-data {
width: 1020px;
margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .launch-data {
    width: 90%;
  }
}

.launch-data .bar {
width: 100%;
margin: 0 0 5px;
display: flex; 
flex-wrap: nowrap;
white-space: nowrap;
}


.bar span {
font-family: Arial;
font-size: 14px;
color: #fff;
}


@media screen and (max-width: 767px) {
  .bar span {
  font-size: 22px;
  }
}
.bar .top-l {
width: 50%;
text-align: left;
}
.bar .top-r {
width: 50%;
text-align: right;
}


.bar .mid {
width: 100%;
height: 20px;
border-radius: 50px;
display: flex; 
overflow: hidden; 
position: relative;
}

@media screen and (max-width: 767px) {
  .bar .mid {
  height: 30px;
  }
}

.bar .mid::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: inherit;
  background: linear-gradient(
    45deg,
    rgba(255, 0, 0, 0.25),
    rgba(255, 154, 0, 0.25),
    rgba(208, 222, 33, 0.25),
    rgba(79, 220, 74, 0.25),
    rgba(63, 218, 216, 0.25),
    rgba(47, 201, 226, 0.25),
    rgba(28, 127, 238, 0.25),
    rgba(95, 21, 242, 0.25),
    rgba(186, 12, 248, 0.25),
    rgba(251, 7, 217, 0.25),
    rgba(255, 0, 0, 0.25)
  );
  background-size: 400% 400%;
  animation: AnimationName 8s ease infinite;
  z-index: -1;
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.mid .progress {
width: 50%; 
height: 20px;
border-radius: 50px;
background-color: #fff;
display: flex; 
justify-content: center; 
align-items: center; 
white-space: nowrap;
color: #fff; 
transition: width 0.4s ease;
background-size: 400% 400%;
animation: AnimationName 8s ease infinite;
}

@media screen and (max-width: 767px) {
  .mid .progress {
  height: 30px;
  }
}


@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.mid .progress {
  background-image: linear-gradient(
    45deg,
    rgba(255, 0, 0, 1),
    rgba(255, 154, 0, 1),
    rgba(208, 222, 33, 1),
    rgba(79, 220, 74, 1),
    rgba(63, 218, 216, 1),
    rgba(47, 201, 226, 1),
    rgba(28, 127, 238, 1),
    rgba(95, 21, 242, 1),
    rgba(186, 12, 248, 1),
    rgba(251, 7, 217, 1),
    rgba(255, 0, 0, 1)
  );
}


.mid span {
font-family: Arial;
font-size: 12px;
text-align: center;
color: #fff;
font-weight: 900;
}

@media screen and (max-width: 767px) {
  .mid span {
    font-size: 24px;
  }
}


.bar .bot {
  display: flex; 
  width: 100%;
  overflow: hidden; 
}

.bot img {
  cursor:pointer; 
  width: 14px; 
  height: 14px; 
  margin-left: 3px;
}

.bar > span {
  display: block; 
}

.bar-sp {
  display: none; 
}


@media screen and (max-width: 767px) {
  .bar > span {
    display: none; 
  }

  .bar-sp {
    display: block; 
    font-size: 22px; 
    text-align: left;
  }
}


@media screen and (min-width: 768px) {
  .bar > span {
    display: block; 
  }

  .bar-sp {
    display: none; 
  }
}


@media screen and (max-width: 767px) {
  .bot img {
    cursor:pointer; 
    width: 22px; 
    height: 22px; 
    margin-left: 5px;
  }
  .bot .invitationLink {
    font-size: 21px;
  }
}
#copyButton {
  cursor: pointer;
  margin-left: 5px; 
  width: 14px; 
  height: 14px; 
}
.copy-tooltip {
  display: none; 
  position: absolute;
  transform: translate(-50%, -25px);
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1;
}


.launch-data .input {
width: 100%;
margin: 50px 0 0;
display: flex;
justify-content: space-between;
white-space: nowrap;
}


@media screen and (max-width: 767px) {
  .launch-data .input {
    flex-direction: column; 
    align-items: center; 
    transform: scale(1.7);
    height: 300px;
  }
}

.input .email {
width: 450px;
height: 80px;
align-items: center;
}

@media screen and (max-width: 767px) {
  .input .email {
    margin-top: 50px;
  }
}

.email .box {
border-radius: 50px;
border: 1px solid rgba(255, 255, 255, 0.2);
width: 100%;
height: 100%;
padding: 0 2%; 
box-sizing: border-box;
color: #FFF;
background-color: transparent;
text-align: center;
font-size: 24px;
outline: none;
box-shadow: 0 0 3px 2px rgba(0, 255, 155, 0.75);
}
.email .box:focus {
box-shadow: 0 0 12px 3px rgba(0, 255, 155, 1); 
}
.email .box::placeholder {
color: #999;
opacity: 1;
font-size: 20px; 
}

.input .eth {
display: flex;
position: relative;
width: 450px;
height: 80px;
align-items: center;
}

@media screen and (max-width: 767px) {
  .input .eth {
    margin-bottom: 70px;
  }
}
.eth .eth-balance {
position: absolute;
left: 10px;
color: #FFF;
}
.eth .max-button {
position: absolute;
right: 10px;
background-color: transparent;
color: #FFF;
border: none;
cursor: pointer;
font-size: 24px;
}
.eth .box {
flex-grow: 1;
border-radius: 50px;
border: 1px solid rgba(255, 255, 255, 0.2);
width: 100%;
height: 100%;
padding: 0 20%; 
box-sizing: border-box;
color: #FFF;
background-color: transparent;
text-align: center;
font-size: 24px;
outline: none;
box-shadow: 0 0 3px 2px rgba(0, 255, 155, 0.75);
}
.eth .box:focus {
box-shadow: 0 0 12px 3px rgba(0, 255, 155, 1);
}
.eth .box::placeholder {
color: #999;
opacity: 1;
font-size: 22px;
}




















@media screen and (max-width: 767px) {
  .p-ido__content-track-main {
    width: 90%;
    margin: 0 auto 47px;
    padding: 117px 0 20px;
  }
  .p-ido__content-track-main.--first {
    margin: 0 auto;
    padding: 154px 0 105px;
  }
}
.p-ido__content-track-main-title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
  font-family: var(--font-all);
  width: 84.8%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-ido__content-track-main-title {
    width: 100%;
    margin-bottom: 18px;
    font-size: 18px;
  }
}
.--first .p-ido__content-track-main-title {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .--first .p-ido__content-track-main-title {
    width: 100%;
  }
}
.p-ido__content-track-main-list {
  width: calc(100% - 160px);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-ido__content-track-main-list {
    width: 100%;
  }
}
.--first .p-ido__content-track-main-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .--first .p-ido__content-track-main-list {
    width: 100%;
  }
}
.p-ido__content-track-main-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 78.7px;
  position: relative;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-ido__content-track-main-list-item-image {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 40%;
  transform: translate(-50%, -12%);
  pointer-events: none;
}
.p-ido__content-track-main-list-item-image .p-in-item {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.p-ido__content-track-main-list-item-image.is-pattern01 .p-in-item:nth-of-type(1) {
  width: 17%;
  padding-top: 10.2%;
  top: 0%;
  left: 41%;
}
.p-ido__content-track-main-list-item-image.is-pattern01 .p-in-item:nth-of-type(2) {
  width: 17%;
  padding-top: 10.2%;
  top: 24%;
  right: 0;
}
.p-ido__content-track-main-list-item-image.is-pattern01 .p-in-item:nth-of-type(3) {
  top: 42%;
  right: 20%;
  width: 14%;
  padding-top: 8.4%;
}
.p-ido__content-track-main-list-item-image.is-pattern01 .p-in-item:nth-of-type(4) {
  width: 21%;
  padding-top: 12.6%;
  top: 50%;
  left: 0;
}
.p-ido__content-track-main-list-item-image.is-pattern02 .p-in-item:nth-of-type(1) {
  width: 17%;
  padding-top: 10.2%;
  top: 30%;
  right: 24%;
}
.p-ido__content-track-main-list-item-image.is-pattern02 .p-in-item:nth-of-type(2) {
  width: 17%;
  padding-top: 10.2%;
  top: 8%;
  left: 10%;
}
.p-ido__content-track-main-list-item-image.is-pattern02 .p-in-item:nth-of-type(3) {
  width: 14%;
  padding-top: 8.4%;
  top: -20%;
  right: 2%;
}
.p-ido__content-track-main-list-item-image.is-pattern02 .p-in-item:nth-of-type(4) {
  width: 30%;
  padding-top: 18%;
  top: 40%;
  left: 0;
}
.p-ido__content-track-main-list-item-image.is-pattern03 .p-in-item:nth-of-type(1) {
  width: 17%;
  padding-top: 10.2%;
  top: 9%;
  left: 90%;
}
.p-ido__content-track-main-list-item-image.is-pattern03 .p-in-item:nth-of-type(2) {
  width: 17%;
  padding-top: 10.2%;
  top: 0;
  left: 70%;
}
.p-ido__content-track-main-list-item-image.is-pattern03 .p-in-item:nth-of-type(3) {
  top: 15%;
  padding-top: 8.4%;
  right: 40%;
  width: 14%;
}
.p-ido__content-track-main-list-item-image.is-pattern03 .p-in-item:nth-of-type(4) {
  top: -20%;
  left: 0%;
  width: 21%;
  padding-top: 12.6%;
}
.p-ido__content-track-main-list-item a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  color: var(--color-white);
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .p-ido__content-track-main-list-item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .p-ido__content-track-main-list-item {
    margin-bottom: 22px;
  }
}
.--first .p-ido__content-track-main-list-item {
  width: 50%;
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .--first .p-ido__content-track-main-list-item {
    margin-bottom: 23px;
  }
}
.p-ido__content-track-main-list-item .p-in-num {
  margin-right: 70px;
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .p-ido__content-track-main-list-item .p-in-num {
    width: 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .p-ido__content-track-main-list-item .p-in-num {
    font-size: 14px;
  }
}
.--first .p-ido__content-track-main-list-item .p-in-num {
  margin-right: 26px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .--first .p-ido__content-track-main-list-item .p-in-num {
    width: auto;
    margin-right: 10px;
    font-size: 12px;
  }
}
.p-ido__content-track-main-list-item .p-in-main {
  font-size: 50px;
  letter-spacing: 0.015em;
  font-weight: 600;
}
.p-ido__content-track-main-list-item .p-in-main .u-small {
  font-size: 25px;
  vertical-align: baseline;
}
@media screen and (max-width: 1400px) {
  .p-ido__content-track-main-list-item .p-in-main {
    font-size: 40px;
  }
  .p-ido__content-track-main-list-item .p-in-main .u-small {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) {
  .p-ido__content-track-main-list-item .p-in-main {
    width: calc(100% - 40px);
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1200px) and (max-width: 767px) {
  .p-ido__content-track-main-list-item .p-in-main {
    margin-left: auto;
    font-size: 30px;
  }
}
.--first .p-ido__content-track-main-list-item .p-in-main {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .--first .p-ido__content-track-main-list-item .p-in-main {
    width: auto;
    margin: 0 auto 0 0;
    font-size: 12px;
  }
}
.p-ido__content-track-main-list-item .p-in-tieup {
  flex: 1;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .p-ido__content-track-main-list-item .p-in-tieup {
    width: 100%;
    padding-left: 40px;
    font-size: 10px;
    text-align: left;
  }
}
.p-ido__content-track-main .p-ido__content-track-copy {
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.055em;
  line-height: 1.75;
}
.p-ido__content-track-main .p-ido__content-track-copy-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-ido__content-track-main .p-ido__content-track-copy-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-ido__content-track-main .p-ido__content-track-copy {
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}

.p-movie {
  padding-top: 300px;
  background-color: var(--color-black);
}
@media screen and (max-width: 767px) {
  .p-movie {
    padding-top: 130px;
  }
}
.p-movie__sticky {
  height: 900vh;
}
.p-movie__inner {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
.p-movie__main {
  width: 100%;
  height: 100vh;
  min-height: 50vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.p-movie__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2vw;
  margin: 50px auto 0;
  font-family: var(--font-en);
  font-size: 7.2vw;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-movie__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10vw;
    font-family: var(--font-en);
    font-size: 6.7vw;
}
}
@media screen and (max-width: 767px) {
  .p-movie__title {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 77px;
    text-align: center;
    font-size: 60px;
  }
}
.p-movie__title h2 {
  display: flex;
  align-items: center;
}
.p-movie__title .p-in-text {
  display: block;
  transform: translate(0, 20px);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie__title .p-in-text:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-movie__title .p-in-text:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-movie__title .p-in-text:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-movie__title .p-in-text:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-movie__title .p-in-text:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-movie__title .p-in-text:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-movie__title .p-in-text:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-movie__title .p-in-text:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-movie__title .p-in-text:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-movie__title .p-in-text:nth-of-type(10) {
  transition-delay: 1s;
}
.is-active .p-movie__title .p-in-text {
  transform: translate(0, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-movie__content {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
.is-active .p-movie__content {
  opacity: 1;
  transform: translateX(0);
}
.p-movie__content-inner {
  width: 100%;
  height: 100%;
  position: relative;
  margin-left: 25%;
  transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie__content-list {
  width: 100%;
  display: flex;
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-movie__content-list {
    width: auto;
  }
}
.p-movie__content-list-item {
  width: 20%;
  max-width: 700px;
  flex-shrink: 0;
  margin-right: 3vw;
  position: relative;
  transition: top 0.8s cubic-bezier(0.33, 1, 0.68, 1), left 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie__content-list-item:nth-of-type(2n) {
  position: relative;
  top: 50px;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .p-movie__content-list-item {
    width: 50%;
    max-width: 90vw; 
    margin-right: 3vw; 
  }
}
@media screen and (max-width: 767px) {
  .p-movie__content-list-item {
    width: 180%;
    max-width: 990px;
    margin-right: 40px;
  }
}
.p-movie__content-list-item.is-active .p-movie__content-list-item-main-movie {
  opacity: 1;
}
.p-movie__content-list-item.is-active .p-movie__content-list-item-main-bg {
  opacity: 0;
}
.p-movie__content-list-item a {
  color: var(--color-white);
}
.p-movie__content-list-item-main {
  width: 100%;
  padding-top: 78.25%;
  position: relative;
}
.p-movie__content-list-item-main-movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie__content-list-item-main-movie .p-in-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie__content-list-item-main-movie .p-in-iframe video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie__content-list-item-main-bg {
  width: 100%;
  padding-top: 56.25%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-movie__content-list-item-name {
  margin-top: 20px;
  position: absolute;
  bottom: 22%;
  left: 2%;
}
@media screen and (max-width: 767px) {
  .p-movie__content-list-item-name {
    bottom: 18%;
    left: 4%;
    font-size: 10px;
  }
}
.p-movie__link {
  width: 100%;
  padding-top: 50px;
  background: url(../img/movie_link_txt.webp) center repeat-x;
  background-size: 385px 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  animation: linktextSlide 3s linear infinite;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-active .p-movie__link {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-movie__link {
    padding-top: 40px;
    background-size: 281px 18px;
  }
}
.p-movie__link a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-movie__link:hover {
    opacity: 0.6;
  }
  @keyframes linktextSlide {
    0% {
      background-position: 0;
    }
    100% {
      background-position: 385px;
    }
  }
}
@media screen and (max-width: 767px) {
  @keyframes linktextSlide {
    0% {
      background-position: 0;
    }
    100% {
      background-position: 281px;
    }
  }
}
.p-shop {
  width: 92.6%;
  max-width: 1680px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-shop {
    width: 89.6%;
  }
}
.p-shop__content {
  display: flex;
  padding: 140px 0;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-shop__content {
    display: block;
    padding: 120px 0;
  }
}
.p-shop__content-about {
  width: 280px;
  height: 500px;
  margin-right: 80px;
  padding-top: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-shop__content-about {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: static;
  }
  .p-shop__content-about.--btm {
    width: 80%;
    padding-top: 46px;
  }
}
.p-shop__content-about-title {
  margin-bottom: 62px;
  font-family: var(--font-en);
  font-size: 68px;
}
.p-shop__content-about-title h2 {
  display: flex;
  align-items: center;
}
.p-shop__content-about-title .p-in-text {
  display: block;
  transform: translate(0, 20px);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-shop__content-about-title .p-in-text:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-shop__content-about-title .p-in-text:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-shop__content-about-title .p-in-text:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-shop__content-about-title .p-in-text:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-shop__content-about-title .p-in-text:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-shop__content-about-title .p-in-text:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-shop__content-about-title .p-in-text:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-shop__content-about-title .p-in-text:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-shop__content-about-title .p-in-text:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-shop__content-about-title .p-in-text:nth-of-type(10) {
  transition-delay: 1s;
}
.is-active .p-shop__content-about-title .p-in-text {
  transform: translate(0, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-shop__content-about-title {
    margin-bottom: 45px;
    font-size: 35px;
  }
}
.p-shop__content-about-link-btn {
  width: 100%;
  margin-bottom: 22px;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  opacity: 0;
  transform: translateY(30px);
}
.is-active .p-shop__content-about-link-btn {
  opacity: 1;
  transform: translateY(0);
}
.p-shop__content-about-link-btn:nth-of-type(2) {
  transition-delay: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-shop__content-about-link-btn:hover .c-btn-link {
    color: var(--color-black);
    background-color: var(--color-white);
  }
  .p-shop__content-about-link-btn:hover .c-btn-link::after {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__content-about-link-btn {
    margin-bottom: 17px;
  }
}
.p-shop__content-about-link-btn .c-btn-link {
  padding: 20px 0;
  transition: background-color 0.6s cubic-bezier(0.33, 1, 0.68, 1), color 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-shop__content-about-link-btn .c-btn-link {
    padding: 17px 0;
    font-size: 14px;
  }
}
.p-shop__content-about-link-btn .c-btn-link::before {
  content: "";
  display: block;
  width: 22px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/arrow_l_black.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-shop__content-about-link-btn .c-btn-link::before {
    width: 15px;
    height: 30px;
    right: 16px;
  }
}
.p-shop__content-about-link-btn .c-btn-link::after {
  content: "";
  display: block;
  width: 22px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/arrow_l.svg) center no-repeat;
  background-size: contain;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-shop__content-about-link-btn .c-btn-link::after {
    width: 15px;
    height: 30px;
    right: 16px;
  }
}
.p-shop__content-main {
  flex: 1;
  margin-top: 9px;
}
.p-shop__content-main-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .p-shop__content-main-list {
    margin-bottom: 40px;
  }
}
.p-shop__content-main-list-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 5.7%;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  opacity: 0;
  transform: translateY(30px);
}
.p-shop__content-main-list-item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-shop__content-main-list-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.p-shop__content-main-list-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.p-shop__content-main-list-item:nth-of-type(4) {
  transition-delay: 0.5s;
}
.p-shop__content-main-list-item:nth-of-type(5) {
  transition-delay: 0.6s;
}
.p-shop__content-main-list-item:nth-of-type(6) {
  transition-delay: 0.7s;
}
.p-shop__content-main-list-item:nth-of-type(7) {
  transition-delay: 0.8s;
}
.p-shop__content-main-list-item:nth-of-type(8) {
  transition-delay: 0.9s;
}
.p-shop__content-main-list-item:nth-of-type(9) {
  transition-delay: 1s;
}
.p-shop__content-main-list-item:nth-of-type(10) {
  transition-delay: 1.1s;
}
.is-active .p-shop__content-main-list-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .p-shop__content-main-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-shop__content-main-list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 9.2%;
  }
  .p-shop__content-main-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-shop__content-main-list-item .p-in-image {
  width: 100%;
  margin-bottom: 12px;
  padding-top: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-shop__content-main-list-item .p-in-image {
    margin-bottom: 8px;
    border-radius: 6px;
  }
}
.p-shop__content-main-list-item .p-in-image-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-shop__content-main-list-item .p-in-detail .p-in-shop {
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-shop__content-main-list-item .p-in-detail .p-in-shop {
    margin-bottom: 9px;
    font-weight: 600;
    font-size: 12px;
  }
}
.p-shop__content-main-list-item .p-in-detail .p-in-name {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-shop__content-main-list-item .p-in-detail .p-in-name {
    font-size: 10px;
  }
}
.p-shop__content-main-caution {
  font-size: 14px;
  line-height: 1.7;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  opacity: 0;
  transform: translateY(30px);
}
.is-active .p-shop__content-main-caution {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-shop__content-main-caution {
    font-size: 10px;
    line-height: 1.6;
  }
}

.p-topics {
  position: relative;
  z-index: 1;
}
.p-topics__bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  background-color: var(--color-white);
  transform: translateY(100%);
  overflow: hidden;
  border-radius: 50rem;
}
.p-topics .p-topics__title-sticky {
  height: 150vh;
}
.p-topics .p-topics__title-inner {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}
.p-topics .p-topics__title-main {
  font-family: var(--font-en);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-topics .p-topics__title-main-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: calc(50% + 60px) calc(50% + 10px);
}
@media screen and (max-width: 767px) {
  .p-topics .p-topics__title-main-wrapper {
    transform-origin: 58% 50%;
  }
}
.p-topics .p-topics__title .p-in-name {
  font-size: 3vw;
  font-weight: 900;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-topics .p-topics__title .p-in-name {
    font-size: 13px;
  }
}
.p-topics .p-topics__title .p-in-main {
  font-size: 3.5vw;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-topics .p-topics__title .p-in-main {
    font-size: 12vw;
  }
}
.p-topics__content {
  background-color: var(--color-white);
  color: var(--color-black);
}
.p-topics__content-inner {
  width: 92.8%;
  max-width: 1685px;
  margin: 0 auto;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-topics__content-inner {
    width: 89.5%;
    padding: 64px 0;
  }
}
.p-topics__content-list-item {
  margin-bottom: 21px;
  border-radius: 30px;
  color: var(--color-white);
  background-color: var(--color-black);
  position: relative;
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-topics__content-list-item:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    transform: translateY(-8px);
  }
  .p-topics__content-list-item:hover .p-in-deco {
    transform: translateY(-50%) rotate(90deg);
  }
  .p-topics__content-list-item:hover .p-in-deco::before, .p-topics__content-list-item:hover .p-in-deco::after {
    background-color: var(--color-black);
  }
}
@media screen and (max-width: 767px) {
  .p-topics__content-list-item {
    margin-bottom: 12px;
    border-radius: 16px;
  }
}
.p-topics__content-list-item .p-in-num {
  position: absolute;
  top: 17px;
  left: 20px;
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-topics__content-list-item .p-in-num {
    top: 10px;
    left: 10px;
    font-size: 12px;
  }
}
.p-topics__content-list-item .p-in-name {
  padding: 69px 102px;
  font-family: var(--font-all);
  font-size: 30px;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-topics__content-list-item .p-in-name {
    padding: 22px 50px 20px 20px;
    font-size: 15px;
  }
}
.p-topics__content-list-item .p-in-deco {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 48px;
  transform: translateY(-50%);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-topics__content-list-item .p-in-deco {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.p-topics__content-list-item .p-in-deco::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--color-white);
}
.p-topics__content-list-item .p-in-deco::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-white);
}
.p-tour {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .p-tour {
    margin-bottom: 100px;
  }
}
.p-tour__sticky {
  height: 70vh;
}
.p-tour__inner {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.p-tour__title {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.p-tour__title-image {
  width: 50%;
  max-width: 780px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-tour__title-image {
    width: 75%;
  }
}
.p-tour__title-image img {
  width: 100%;
}
.p-tour__title-bg {
  display: block;
  width: 300vh;
  height: 300vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 0 0 150vh var(--color-white) inset;
}
.p-tour__title-text {
  width: 100%;
  font-family: var(--font-en);
  text-align: center;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-tour__title-text {
    top: 80%;
  }
}
.p-tour__title-text .p-in-top {
  display: block;
  font-size: 5vw;
  transform: translateX(100%);
}
@media screen and (max-width: 1160px) {
  .p-tour__title-text .p-in-top {
    font-size: 8vw;
  }
}
@media screen and (max-width: 1160px) and (max-width: 767px) {
  .p-tour__title-text .p-in-top {
    font-size: 10vw;
  }
}
.p-tour__title-text .p-in-mid {
  display: block;
  font-size: 1.75vw;
  margin: 1.5vw;
  font-weight: 100;
  transform: translateX(-100%);
}
@media screen and (max-width: 1160px) {
  .p-tour__title-text .p-in-mid {
    font-size: 3vw;
    font-weight: 100;
    margin: 3vw;
  }
}
@media screen and (max-width: 1160px) and (max-width: 767px) {
  .p-tour__title-text .p-in-mid {
    font-size: 4vw;
    font-weight: 100;
    margin: 3vw;
  }
}
.p-tour__title-text .p-in-btm {
  display: block;
  font-size: 3.33vw;
  font-weight: 400;
  transform: translateX(100%);
}
@media screen and (max-width: 1160px) {
  .p-tour__title-text .p-in-btm {
    font-size: 5.65vw;
    font-weight: 400;
  }
}
@media screen and (max-width: 1160px) and (max-width: 767px) {
  .p-tour__title-text .p-in-btm {
    font-size: 7.5vw;
    font-weight: 400;
    position: relative;
  }
}
.p-tour__content {
  width: 92%;
  max-width: 1670px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-tour__content {
    margin: 0 auto;
  }
}
.p-tour__content-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-tour__content-list {
    display: block;
    margin-bottom: 73px;
  }
}
.p-tour__content-list-item {
  width: 33.3%;
  margin-bottom: 74px;
  font-family: var(--font-en);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-tour__content-list-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-tour__content-list-item:last-of-type {
    margin-bottom: 0;
  }
}
.p-tour__content-list-item-place {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 89px;
}
@media screen and (max-width: 1400px) {
  .p-tour__content-list-item-place {
    font-size: 70px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1160px) {
  .p-tour__content-list-item-place {
    font-size: 48px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 1160px) and (max-width: 767px) {
  .p-tour__content-list-item-place {
    margin-bottom: 12px;
    font-size: 66px;
  }
}
.p-tour__content-list-item-place .p-in-inner {
  display: flex;
  justify-content: center;
}
.p-tour__content-list-item-place .p-in-text {
  display: block;
  transform: translate(0, 20px);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-tour__content-list-item-place .p-in-text:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-tour__content-list-item-place .p-in-text:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-tour__content-list-item-place .p-in-text:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-tour__content-list-item-place .p-in-text:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-tour__content-list-item-place .p-in-text:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-tour__content-list-item-place .p-in-text:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-tour__content-list-item-place .p-in-text:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-tour__content-list-item-place .p-in-text:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-tour__content-list-item-place .p-in-text:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-tour__content-list-item-place .p-in-text:nth-of-type(10) {
  transition-delay: 1s;
}
.is-active .p-tour__content-list-item-place .p-in-text {
  transform: translate(0, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-tour__content-list-item-place .u-small {
  display: block;
  margin-top: 6px;
  font-size: 21px;
  letter-spacing: 0.03em;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transform: translateY(30px);
}
.is-active .p-tour__content-list-item-place .u-small {
  transform: translateY(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1160px) {
  .p-tour__content-list-item-place .u-small {
    font-size: 17px;
  }
}
@media screen and (max-width: 1160px) and (max-width: 767px) {
  .p-tour__content-list-item-place .u-small {
    margin-top: 2px;
    font-size: 15px;
  }
}
.p-tour__content-list-item-date-list .p-in-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 22px;
  padding-right: 26px;
  font-weight: 600;
  font-size: 44px;
  position: relative;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transform: translateY(30px);
}
.is-active .p-tour__content-list-item-date-list .p-in-item {
  transform: translateY(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1160px) {
  .p-tour__content-list-item-date-list .p-in-item {
    font-size: 38px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1160px) and (max-width: 767px) {
  .p-tour__content-list-item-date-list .p-in-item {
    margin: 0 auto 14px;
    padding-right: 15px;
    font-weight: 600;
    font-size: 30px;
  }
}
.p-tour__content-list-item-date-list .p-in-item .u-youbi {
  display: block;
  font-size: 17px;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  right: 0;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .p-tour__content-list-item-date-list .p-in-item .u-youbi {
    font-size: 13px;
    right: 4px;
    top: 4px;
  }
}
.p-tour__content-list-item-date-list .p-in-item .u-time {
  display: block;
  font-size: 16px;
  padding-left: 19px;
}
@media screen and (max-width: 767px) {
  .p-tour__content-list-item-date-list .p-in-item .u-time {
    font-size: 12px;
    margin-top: 3px;
  }
}
.p-tour__link {
  width: 736px;
  margin: 0 auto;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transform: translateY(30px);
}
.is-active .p-tour__link {
  transform: translateY(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .p-tour__link:hover .c-btn-link {
    color: var(--color-black);
    background-color: var(--color-white);
  }
  .p-tour__link:hover .p-in-text::after {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-tour__link {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-tour__link {
    width: 90%;
  }
}
.p-tour__link .c-btn-link {
  overflow: hidden;
  position: relative;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-tour__link .p-in-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 60px;
  font-family: var(--font-en);
  font-size: 70px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-weight: 600;
  padding-right: 80px;
  animation: textSlide 4s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-tour__link .p-in-text {
    padding-left: 20px;
    padding-right: 40px;
    font-size: 36px;
  }
}
.p-tour__link .p-in-text::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/arrow_l_black.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-tour__link .p-in-text::before {
    width: 28px;
    height: 28px;
  }
}
.p-tour__link .p-in-text::after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/arrow_l.svg) center no-repeat;
  background-size: contain;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .p-tour__link .p-in-text::after {
    width: 28px;
    height: 28px;
  }
}
@keyframes textSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-tour__link .c-btn-link {
  display: flex;
  width: 100%;
  padding: 37px 0 39px;
}
@media screen and (max-width: 767px) {
  .p-tour__link .c-btn-link {
    padding: 18px 0;
  }
}
.p-tour__link .c-btn-link::before {
  display: none;
}







.launch-btn {
  width: 736px;
  margin: 0 auto;
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transform: translateY(30px);
}
.is-active .launch-btn {
  margin-top: 50px;
  transform: translateY(0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .launch-btn:hover .c-btn-link {
    color: var(--color-black);
    background-color: var(--color-white);
  }
  .launch-btn:hover .p-in-text::after {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .launch-btn {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .launch-btn {
    margin-top: 50px;
    width: 48.5em;
    height: 200px;
  }
}
.launch-btn .c-btn-link {
  overflow: hidden;
  position: relative;
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.launch-btn .p-in-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 60px;
  font-family: var(--font-en);
  font-size: 70px;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-weight: 600;
  padding-right: 80px;
  animation: textSlide 4s linear infinite;
}
@media screen and (max-width: 767px) {
  .launch-btn .p-in-text {
    padding-left: 20px;
    padding-right: 40px;
    font-size: 96px;
  }
}
.launch-btn .p-in-text::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/arrow_l_black.svg) center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .launch-btn .p-in-text::before {
    width: 28px;
    height: 28px;
  }
}
.launch-btn .p-in-text::after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/arrow_l.svg) center no-repeat;
  background-size: contain;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .launch-btn .p-in-text::after {
    width: 28px;
    height: 28px;
  }
}
@keyframes textSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.launch-btn .c-btn-link {
  display: flex;
  width: 100%;
  padding: 37px 0 39px;
}
@media screen and (max-width: 767px) {
  .launch-btn .c-btn-link {
    padding: 18px 0;
    height: 100px;
  }
}
.launch-btn .c-btn-link::before {
  display: none;
}










.p-playlist {
  padding: 55px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-playlist {
    padding: 0;
    padding-top: 40px;
  }
}
.p-playlist__title {
  margin-bottom: 77px;
  font-size: 60px;
  letter-spacing: 0.03em;
  text-align: center;
  font-weight: 600;
}
.p-playlist__title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-playlist__title .p-in-text {
  display: block;
  transform: translate(0, 20px);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-playlist__title .p-in-text:nth-of-type(1) {
  transition-delay: 0.1s;
}
.p-playlist__title .p-in-text:nth-of-type(2) {
  transition-delay: 0.2s;
}
.p-playlist__title .p-in-text:nth-of-type(3) {
  transition-delay: 0.3s;
}
.p-playlist__title .p-in-text:nth-of-type(4) {
  transition-delay: 0.4s;
}
.p-playlist__title .p-in-text:nth-of-type(5) {
  transition-delay: 0.5s;
}
.p-playlist__title .p-in-text:nth-of-type(6) {
  transition-delay: 0.6s;
}
.p-playlist__title .p-in-text:nth-of-type(7) {
  transition-delay: 0.7s;
}
.p-playlist__title .p-in-text:nth-of-type(8) {
  transition-delay: 0.8s;
}
.p-playlist__title .p-in-text:nth-of-type(9) {
  transition-delay: 0.9s;
}
.p-playlist__title .p-in-text:nth-of-type(10) {
  transition-delay: 1s;
}
.is-active .p-playlist__title .p-in-text {
  transform: translate(0, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .p-playlist__title {
    margin-bottom: 60px;
    font-size: 30px;
  }
}
.p-playlist__content {
  display: flex;
  justify-content: space-between;
  width: 62%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-playlist__content {
    display: block;
    width: 80%;
  }
}
.p-playlist__content-item {
  width: 44%;
  position: relative;
  transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  opacity: 0;
  transform: translateY(30px);
}
.p-playlist__content-item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.is-active .p-playlist__content-item {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-playlist__content-item {
    width: 100%;
  }
}
.p-playlist__content-item .p-in-head {
  font-family: var(--font-en);
  font-size: 22px;
  font-weight: 600;
  padding-top: 16px;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  right: 0;
  right: -10px;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .p-playlist__content-item .p-in-head {
    font-size: 18px;
    right: -5px;
  }
}
.p-playlist__content-item .p-in-head::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-white);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-playlist__content-item .p-in-head::before {
    width: 9px;
    height: 6px;
  }
}
.p-playlist__content-item .p-in-main {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-playlist__content-item .p-in-main {
    margin-bottom: 40px;
  }
}