:root {
  --color-black: #000;
  --color-white: #fff;
  --color-main: #0041d0;
  --color-accent: #ff11b2;
}

/*!
  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, caption, tbody, tfoot, thead, tr, th, td,
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;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: 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;
}

body .m-modal .m-modal__content {
  width: 89.5%;
  max-width: 1020px;
  margin: 0 auto;
}
body .m-modal .m-modal__content img {
  margin: 0 auto;
}
body .m-modal .m-modal__close-btn {
  top: 20px;
  right: 21px;
  width: 70px;
  height: 70px;
  background: var(--color-accent);
  border-radius: 10px;
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn:hover::before, body .m-modal .m-modal__close-btn:hover::after {
    background: var(--color-main);
  }
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__close-btn {
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--color-white);
  transition: background-color 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    width: 18px;
    height: 3px;
  }
}
body .m-modal .m-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
body .m-modal .m-modal__bg {
  background: var(--color-main);
  opacity: 0.9;
}

@media not all and (max-width: 959px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  font-family: YakuHanJPs, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 959px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  position: relative;
  background: var(--color-main);
  color: var(--color-white);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

::-moz-selection {
  background-color: rgba(255, 17, 178, 0.5);
}

::selection {
  background-color: rgba(255, 17, 178, 0.5);
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-wrapper {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
  overflow: hidden;
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-main {
  position: relative;
}

.l-section {
  position: relative;
}
@media not all and (max-width: 959px) {
  .l-section {
    padding-top: 124px;
  }
}
@media screen and (max-width: 959px) {
  .l-section {
    padding-top: 67px;
  }
}
.l-section__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background: url(../img/wave01.png) bottom center repeat-x;
  background-size: 313px auto;
  transform: translateY(-99%);
  animation: loop_wave 10s linear infinite, move_wave 2s cubic-bezier(0.58, 0, 0.42, 0.97) alternate infinite;
}
@media screen and (max-width: 959px) {
  .l-section__wave {
    height: 16px;
    background-size: 157px;
  }
}
.l-section__wave.--type2 {
  background-image: url(../img/wave02.png);
}
.l-section__container {
  position: relative;
  width: 86%;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .l-section__container {
    width: 89.5%;
  }
}
.l-section__header {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.24, 1.49, 0.6, 1), opacity 0.4s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .l-section__header {
    transform: translateY(30px);
  }
}
.l-section.is-active .l-section__header {
  transform: translateY(0px);
  opacity: 1;
}
.l-section__ttl {
  text-align: center;
  font-size: 100px;
  font-family: YakuHanJPs, "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .l-section__ttl {
    font-size: 50px;
  }
}
.l-section__ttl span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-50%);
  transition: transform 1s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.l-section__ttl span:nth-child(1) {
  transition-delay: 0s;
}
.l-section__ttl span:nth-child(2) {
  transition-delay: 0.1s;
}
.l-section__ttl span:nth-child(3) {
  transition-delay: 0.2s;
}
.l-section__ttl span:nth-child(4) {
  transition-delay: 0.3s;
}
.l-section__ttl span:nth-child(5) {
  transition-delay: 0.4s;
}
.l-section__ttl span:nth-child(6) {
  transition-delay: 0.5s;
}
.l-section__ttl span:nth-child(7) {
  transition-delay: 0.6s;
}
.l-section__ttl span:nth-child(8) {
  transition-delay: 0.7s;
}
.l-section__ttl span:nth-child(9) {
  transition-delay: 0.8s;
}
.l-section__ttl span:nth-child(10) {
  transition-delay: 0.9s;
}
.l-section.is-active .l-section__ttl span {
  transform: translateX(0);
  opacity: 1;
}
.l-section__inner {
  transform: translateY(60px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.24, 1.49, 0.6, 1) 0.2s, opacity 0.4s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
}
@media screen and (max-width: 959px) {
  .l-section__inner {
    transform: translateY(40px);
  }
}
.l-section.is-active .l-section__inner {
  transform: translateY(0px);
  opacity: 1;
}

.l-header {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .l-header {
    top: 10px;
    right: 10px;
  }
}
.is-menu-open .l-header {
  pointer-events: auto;
}
.l-header__wrap {
  background: var(--color-white);
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s cubic-bezier(0.19, 0.92, 0.3, 1), transform 0.1s cubic-bezier(0.19, 0.92, 0.3, 1) 0.5s;
  transform-origin: 95% 5%;
}
@media not all and (max-width: 959px) {
  .l-header__wrap {
    width: 330px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 959px) {
  .l-header__wrap {
    min-width: 205px;
    border-radius: 5px;
  }
}
.is-menu-open .l-header__wrap {
  transition: opacity 0.3s cubic-bezier(0.19, 0.92, 0.3, 1), transform 1s cubic-bezier(0.19, 0.92, 0.3, 1);
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 959px) {
  .l-header__container {
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .l-header__inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l-header__btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background: var(--color-white);
  border-radius: 10px;
  pointer-events: auto;
}
@media screen and (max-width: 959px) {
  .l-header__btn {
    top: 8px;
    right: 7px;
    width: 45px;
    height: 45px;
    border-radius: 5px;
  }
}
.is-menu-open .l-header__btn {
  background: var(--color-main);
}
.l-header__btn-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
.l-header__btn-inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  background: var(--color-main);
  transform: translate(-50%, -50%);
  transition: background-color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1), transform 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .l-header__btn-inner span {
    width: 20px;
  }
}
.l-header__btn-inner span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 8px));
}
@media screen and (max-width: 959px) {
  .l-header__btn-inner span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 5px));
  }
}
.is-menu-open .l-header__btn-inner span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.is-menu-open .l-header__btn-inner span:nth-child(2) {
  opacity: 0;
}
.l-header__btn-inner span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 8px));
}
@media screen and (max-width: 959px) {
  .l-header__btn-inner span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 5px));
  }
}
.is-menu-open .l-header__btn-inner span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.is-menu-open .l-header__btn-inner span {
  background: var(--color-white);
}
@media (hover: hover) {
  .l-header__btn-inner:hover span {
    background: var(--color-accent);
  }
}

.l-nav {
  margin: 0 auto;
}
@media not all and (max-width: 959px) {
  .l-nav {
    width: 72%;
    padding: 90px 0 86px;
  }
}
@media screen and (max-width: 959px) {
  .l-nav {
    width: 72%;
    padding: 50px 0;
  }
}
.l-nav__list-item {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 4px;
}
@media screen and (max-width: 959px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 2.5px;
  }
}
@media screen and (max-width: 959px) {
  .l-nav__list-item {
    transform: translateY(20px);
  }
}
.is-menu-open .l-nav__list-item {
  transition: transform 0.6s cubic-bezier(0.24, 1.49, 0.6, 1), opacity 0.4s cubic-bezier(0.19, 0.92, 0.3, 1);
  transform: translateY(0px);
  opacity: 1;
}
.is-menu-open .l-nav__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.is-menu-open .l-nav__list-item:nth-child(2) {
  transition-delay: 0.3s;
}
.is-menu-open .l-nav__list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.is-menu-open .l-nav__list-item:nth-child(4) {
  transition-delay: 0.5s;
}
.is-menu-open .l-nav__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.is-menu-open .l-nav__list-item:nth-child(6) {
  transition-delay: 0.7s;
}
.is-menu-open .l-nav__list-item:nth-child(7) {
  transition-delay: 0.8s;
}
.is-menu-open .l-nav__list-item:nth-child(8) {
  transition-delay: 0.9s;
}
.is-menu-open .l-nav__list-item:nth-child(9) {
  transition-delay: 1s;
}
.is-menu-open .l-nav__list-item:nth-child(10) {
  transition-delay: 1.1s;
}
.l-nav__link {
  position: relative;
  display: block;
  font-weight: 800;
  font-family: YakuHanJPs, "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: var(--color-main);
}
.l-nav__link-txt {
  font-size: 42px;
}
@media screen and (max-width: 959px) {
  .l-nav__link-txt {
    font-size: 28px;
  }
}

.l-footer {
  position: relative;
  padding-top: 67px;
  padding-bottom: 103px;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding-top: 59px;
    padding-bottom: 60px;
  }
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background: url(../img/wave02.png) bottom center repeat-x;
  background-size: 313px auto;
  transform: translateY(-99%);
  animation: loop_wave 10s linear infinite, move_wave 2s cubic-bezier(0.58, 0, 0.42, 0.97) alternate infinite;
}
@media screen and (max-width: 959px) {
  .l-footer::before {
    height: 16px;
    background-size: 157px;
  }
}
@media not all and (max-width: 959px) {
  .l-footer__container {
    width: 88.7%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__head {
    margin-bottom: 23px;
  }
}
.l-footer__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 959px) {
  .l-footer__link {
    justify-content: center;
  }
}
.l-footer__link-item {
  position: relative;
}
@media not all and (max-width: 959px) {
  .l-footer__link-item + .l-footer__link-item {
    margin-left: 16px;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__link-item + .l-footer__link-item {
    margin-left: 20px;
  }
}
.l-footer__link-txt {
  display: block;
  position: relative;
  padding-right: 21px;
  font-size: 17px;
  letter-spacing: 0.03rem;
  font-family: YakuHanJPs, "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 959px) {
  .l-footer__link-txt {
    padding-right: 18px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.04rem;
  }
}
@media (hover: hover) {
  .l-footer__link-txt {
    transition: color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .l-footer__link-txt:hover {
    color: var(--color-accent);
  }
  .l-footer__link-txt:hover::before {
    background: var(--color-accent);
  }
}
.l-footer__link-txt::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0px;
  width: 20px;
  height: 20px;
  -webkit-mask: url(../img/arrow.svg) center center no-repeat;
  mask: url(../img/arrow.svg) center center no-repeat;
  -webkit-mask-size: 12px auto;
  mask-size: 12px auto;
  background: var(--color-white);
  transition: background-color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .l-footer__link-txt::before {
    top: -1px;
    height: 18px;
    -webkit-mask-size: 10px auto;
    mask-size: 10px auto;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__inner {
    text-align: center;
    font-size: 10px;
  }
}
.l-footer__sns {
  display: flex;
  gap: 41px;
}
@media screen and (max-width: 959px) {
  .l-footer__sns {
    justify-content: center;
    gap: 30px;
  }
}
.l-footer__sns-link {
  position: relative;
  display: block;
  width: 26px;
}
.l-footer__sns-link svg {
  position: relative;
  width: 26px;
  fill: var(--color-white);
  transition: fill 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .l-footer__sns-link svg {
    width: 22px;
  }
}
@media (hover: hover) {
  .l-footer__sns-link:hover svg {
    fill: var(--color-accent);
  }
}
.l-footer__copy {
  margin-top: 14px;
  text-align: right;
  font-size: 12px;
  font-family: YakuHanJPs, "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 959px) {
  .l-footer__copy {
    margin-top: 36px;
    text-align: center;
    font-size: 10px;
  }
}

.c-btn {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .c-btn {
    width: 240px;
  }
}
@media not all and (max-width: 959px) {
  .c-btn.--big {
    width: 540px;
  }
}
@media screen and (max-width: 959px) {
  .c-btn.--big {
    width: 100%;
  }
}
.c-btn__inner {
  position: relative;
  display: block;
  padding: 13px 0 14px;
  text-align: center;
  border-radius: 50px;
  background: var(--color-accent);
  color: var(--color-white);
  font-weight: 700;
  border: 1px solid var(--color-accent);
}
@media screen and (max-width: 959px) {
  .c-btn__inner {
    padding: 11px 0 10px;
  }
}
@media (hover: hover) {
  .c-btn__inner {
    transition: background-color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .c-btn__inner:hover {
    background: var(--color-white);
    color: var(--color-accent);
  }
}
.c-btn.--big .c-btn__inner {
  padding: 27px 0 28px;
  font-size: 18px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 959px) {
  .c-btn.--big .c-btn__inner {
    padding: 16px 0 17px;
    font-size: 12px;
  }
}
.c-btn__txt {
  position: relative;
}
.c-btn__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: var(--color-white);
  transform: translateY(-50%);
  border-radius: 50%;
  transition: background-color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .c-btn__arrow {
    right: 7px;
    width: 25px;
    height: 25px;
  }
}
@media (hover: hover) {
  .c-btn__inner:hover .c-btn__arrow {
    background: var(--color-accent);
  }
  .c-btn__inner:hover .c-btn__arrow::after {
    background: var(--color-white);
    animation: arrow_extarnal 1s cubic-bezier(0.5, 1, 0.89, 1) forwards;
  }
}
.c-btn.--big .c-btn__arrow {
  right: 19px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 959px) {
  .c-btn.--big .c-btn__arrow {
    right: 9px;
    width: 30px;
    height: 30px;
  }
}
.c-btn.--big .c-btn__arrow::after {
  -webkit-mask-size: 14px auto;
  mask-size: 14px auto;
}
@media screen and (max-width: 959px) {
  .c-btn.--big .c-btn__arrow::after {
    -webkit-mask-size: 10px auto;
    mask-size: 10px auto;
  }
}
.c-btn__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/arrow.svg) center center no-repeat;
  mask: url(../img/arrow.svg) center center no-repeat;
  -webkit-mask-size: 10px auto;
  mask-size: 10px auto;
  background: var(--color-accent);
  transition: background-color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
}

@keyframes clip-in {
  0% {
    -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -20% 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 120% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 120% 100%, 0% 100%);
  }
}
@keyframes clip-out {
  0% {
    -webkit-clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 120% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 120% 100%);
  }
}
@keyframes clip-out2 {
  0% {
    -webkit-clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(-20% 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 120% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 120% 100%);
  }
}
@keyframes clip-in2 {
  0% {
    -webkit-clip-path: polygon(0 0, -20% 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, -20% 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 120% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 120% 100%, 0% 100%);
  }
}
@keyframes arrow_extarnal {
  0% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(5px, -10%);
  }
  35% {
    transform: translate(-5px, 20%);
    opacity: 0;
  }
  70% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes rotateY {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes m_translateY {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes m_scale {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loop {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}
@keyframes loop_frame {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -298.5px 0;
  }
}
@keyframes loop_frame_y {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -298.5px;
  }
}
@keyframes loop_frame_sp {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -199px 0;
  }
}
@keyframes loop_wave {
  0% {
    background-position: -313px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes move_wave {
  0% {
    transform: translateY(-98%);
  }
  100% {
    transform: translateY(-80%);
  }
}
.p-hero {
  position: relative;
  width: 100%;
}
@media not all and (max-width: 959px) {
  .p-hero {
    height: 100vh;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 959px) {
  .p-hero {
    margin-bottom: 34px;
  }
}
.p-hero__kv {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-hero__kv img {
  display: block;
  transform: scale(1.15);
  transition: transform 3s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.is-load .p-hero__kv img {
  transform: scale(1);
}
@media not all and (max-width: 959px) {
  .p-hero__kv img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-hero__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__deco-item {
  position: absolute;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.5s, opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0.5s;
}
.is-load .p-hero__deco-item {
  transform: scale(1);
  opacity: 1;
}
.p-hero__deco-item:nth-child(1) {
  top: 7%;
  left: 4.2%;
  width: 23.7%;
}
@media screen and (max-width: 959px) {
  .p-hero__deco-item:nth-child(1) {
    left: 3.6%;
    width: 37.7%;
  }
}
.p-hero__deco-item:nth-child(2) {
  top: 60.4%;
  right: 11.8%;
  width: 13%;
  transition-delay: 0.6s;
}
@media screen and (max-width: 959px) {
  .p-hero__deco-item:nth-child(2) {
    top: 72%;
    right: 5.3%;
    width: 20.7%;
  }
}
.p-hero__deco-item:nth-child(3) {
  bottom: -14%;
  right: 5.1%;
  width: 12%;
  transform: scale(1);
}
@media screen and (max-width: 959px) {
  .p-hero__deco-item:nth-child(3) {
    bottom: -10%;
    right: 7%;
    width: 21%;
  }
}
.p-hero__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64%;
  height: auto;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  transition: transform 3s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .p-hero__ttl {
    width: 88.5%;
  }
}
.is-load .p-hero__ttl {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/*============================
News
============================*/
.p-news {
  max-width: 2000px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-news {
    margin-bottom: 20px;
  }
}
.p-news__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-news__deco-item {
  position: absolute;
}
.p-news__deco-item:nth-child(1) {
  top: -43.5%;
  left: -24.5%;
  width: 34%;
  max-width: 500px;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.7s, opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1) 0.7s;
}
.is-load .p-news__deco-item:nth-child(1) {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .p-news__deco-item:nth-child(1) {
    top: -23.5%;
    left: -44%;
    width: 56%;
  }
}
.p-news__deco-item:nth-child(2) {
  top: 32%;
  right: -12%;
  width: 19%;
  max-width: 300px;
}
@media screen and (max-width: 959px) {
  .p-news__deco-item:nth-child(2) {
    top: 53%;
    right: -27%;
    width: 37%;
  }
}
.p-news__deco-item:nth-child(3) {
  bottom: -82px;
  right: 20.3%;
  width: 1.7%;
}
@media screen and (max-width: 959px) {
  .p-news__deco-item:nth-child(3) {
    bottom: 8px;
    right: 13.4%;
    width: 3.2%;
  }
}
@media not all and (max-width: 959px) {
  .p-news__container {
    display: flex;
  }
}
@media not all and (max-width: 959px) {
  .p-news__header {
    flex-shrink: 0;
    width: 360px;
  }
}
@media screen and (max-width: 959px) {
  .p-news__header {
    margin-bottom: 44px;
  }
}
@media not all and (max-width: 959px) {
  .p-news__ttl {
    text-align: left;
    transform: translateX(-2%);
    letter-spacing: -0.04rem;
  }
}
@media not all and (max-width: 959px) {
  .p-news__inner {
    flex-grow: 1;
  }
}
.p-news__more {
  margin-top: 33px;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .p-news__more {
    text-align: center;
    margin-top: 20px;
  }
}
.p-news__more-txt {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  border: none;
  margin: 0;
  padding: 0 20px 0 0;
  cursor: pointer;
  color: var(--color-white);
  font-family: YakuHanJPs, "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.06rem;
}
@media (hover: hover) {
  .p-news__more-txt {
    transition: color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-news__more-txt:hover {
    color: var(--color-accent);
  }
  .p-news__more-txt:hover::before, .p-news__more-txt:hover::after {
    background: var(--color-accent);
  }
  .p-news__more-txt:hover::after {
    transform: rotate(90deg);
  }
  .p-news__more-txt:hover::before {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 959px) {
  .p-news__more-txt {
    padding-right: 17px;
    font-size: 15px;
  }
}
.p-news__more-txt.is-hidden {
  display: none;
}
.p-news__more-txt::before, .p-news__more-txt::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 2px;
  width: 10px;
  height: 1px;
  background: var(--color-white);
  transition: background-color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1), transform 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media not all and (max-width: 959px) {
  .p-news__more-txt::before, .p-news__more-txt::after {
    height: 2px;
  }
}
@media screen and (max-width: 959px) {
  .p-news__more-txt::before, .p-news__more-txt::after {
    top: 10px;
    width: 9px;
    width: 8px;
  }
}
.p-news__more-txt::before {
  transform: rotate(90deg);
}

.p-news_data {
  display: flex;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--color-white);
}
.p-news__list-item:first-child .p-news_data {
  padding-top: 5px;
}
@media screen and (max-width: 959px) {
  .p-news__list-item:first-child .p-news_data {
    padding-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .p-news_data {
    padding-top: 16px;
    padding-bottom: 17px;
  }
}
@media (hover: hover) {
  .p-news_data {
    transition: color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-news_data:hover {
    color: var(--color-accent);
  }
}
@media not all and (max-width: 959px) {
  .p-news_data__header {
    flex-shrink: 0;
    min-width: 111px;
  }
}
@media screen and (max-width: 959px) {
  .p-news_data__header {
    min-width: 70px;
  }
}
.p-news_data__date {
  font-family: YakuHanJPs, "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media not all and (max-width: 959px) {
  .p-news_data__date {
    padding-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .p-news_data__date {
    transform: translateY(3px);
  }
}
@media not all and (max-width: 959px) {
  .p-news_data__date-year {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .p-news_data__date-year {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
@media not all and (max-width: 959px) {
  .p-news_data__date-day {
    font-size: 36px;
  }
}
@media screen and (max-width: 959px) {
  .p-news_data__date-day {
    font-size: 23px;
  }
}
@media not all and (max-width: 959px) {
  .p-news_data__inner {
    flex-grow: 1;
  }
}
.p-news_data__ttl {
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 959px) {
  .p-news_data__ttl {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.04rem;
  }
}

.m-news {
  padding: 55px 0;
}
@media screen and (max-width: 959px) {
  .m-news {
    padding: 20px 0;
  }
}
.m-news__wrap {
  background: var(--color-white);
  color: var(--color-main);
  border-radius: 10px;
}
.is-modal-open .m-news__wrap {
  animation: m_translateY 0.8s cubic-bezier(0.24, 1.49, 0.6, 1) forwards;
}
.m-news__container {
  width: 88.3%;
  margin: 0 auto;
  padding: 47px 0 45px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .m-news__container {
    width: 88%;
    padding: 27px 0 35px;
  }
}
.m-news__header {
  margin-bottom: 33px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--color-main);
}
@media screen and (max-width: 959px) {
  .m-news__header {
    margin-bottom: 18px;
    padding-bottom: 21px;
  }
}
.m-news__date {
  margin-bottom: 5px;
  font-family: YakuHanJPs, "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .m-news__date {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.m-news__ttl {
  font-size: 23px;
  letter-spacing: 0.04rem;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .m-news__ttl {
    font-size: 15px;
  }
}
.m-news__article {
  line-height: 1.8;
}
.m-news__article a {
  color: var(--color-accent);
}
@media (hover: hover) {
  .m-news__article a:hover {
    text-decoration: underline;
  }
}
.m-news__article span,
.m-news__article strong,
.m-news__article b {
  vertical-align: baseline;
}
.m-news__article img {
  max-width: 100% !important;
  height: auto;
}
.m-news__article iframe {
  width: 100%;
  max-width: 100% !important;
  height: auto;
  aspect-ratio: 1.8;
}

/*============================
Schedule
============================*/
@media not all and (max-width: 959px) {
  .p-schedule {
    padding-top: 116px;
    padding-bottom: 203px;
  }
}
@media screen and (max-width: 959px) {
  .p-schedule {
    padding-bottom: 99px;
  }
}
.p-schedule__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-schedule__deco-item {
  position: absolute;
}
.p-schedule__deco-item:nth-child(1) {
  top: 2.2%;
  left: -3.2%;
  width: 17.7%;
  max-width: 248px;
}
@media screen and (max-width: 959px) {
  .p-schedule__deco-item:nth-child(1) {
    top: -16px;
    left: -8.5%;
    width: 30.6%;
  }
}
.p-schedule__deco-item:nth-child(2) {
  bottom: 2.3%;
  right: -15.5%;
  width: 36.7%;
  max-width: 900px;
}
@media screen and (max-width: 959px) {
  .p-schedule__deco-item:nth-child(2) {
    bottom: 80px;
    right: -28.5%;
    width: 61%;
  }
}
.p-schedule__header {
  margin-bottom: 45px;
}
@media screen and (max-width: 959px) {
  .p-schedule__header {
    margin-bottom: 28px;
  }
}
.p-schedule__inner {
  position: relative;
}
.p-schedule__list {
  position: relative;
  border-top: 1px solid var(--color-white);
}
.p-schedule__list-item {
  position: relative;
  border-bottom: 1px solid var(--color-white);
}

.p-schedule_data {
  position: relative;
  line-height: 1.7;
}
@media not all and (max-width: 959px) {
  .p-schedule_data {
    display: grid;
    grid-template-columns: 198px 102px 1fr 127px 225px;
    align-items: center;
    padding: 28px 0 27px;
  }
  @media screen and (max-width: 1180px) {
    .p-schedule_data {
      grid-template-columns: 150px 77px 1fr 104px 194px;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-schedule_data {
    padding: 10px 0 20px;
  }
}
.p-schedule_data__date {
  position: relative;
  font-size: 27px;
  font-family: YakuHanJPs, "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1180px) {
    .p-schedule_data__date {
      font-size: 21.6px;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-schedule_data__date {
    font-size: 23px;
  }
}
.p-schedule_data__date .p-in-dow {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 5px;
  font-size: 14px;
  transform: translateY(-2px);
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1180px) {
    .p-schedule_data__date .p-in-dow {
      font-size: 11.2px;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-schedule_data__date .p-in-dow {
    font-size: 12px;
  }
}
.p-schedule_data__soldout {
  position: relative;
  color: var(--color-accent);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-schedule_data__soldout {
    position: absolute;
    top: 14px;
    right: 0;
  }
}
.p-schedule_data__soldout span {
  display: block;
  padding: 8px;
  background: var(--color-accent);
  color: var(--color-white);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  transform: scaleY(1.1);
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1180px) {
    .p-schedule_data__soldout span {
      padding: 5px 4px;
      font-size: 10px;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-schedule_data__soldout span {
    padding: 5px 4px;
    font-size: 10px;
    transform: scaleY(1.1) scale(0.9);
    transform-origin: top right;
  }
}
.p-schedule_data__venue {
  position: relative;
  font-size: 19px;
  letter-spacing: 0.06rem;
  font-weight: 600;
}
@media not all and (max-width: 959px) {
  .p-schedule_data__venue {
    padding-right: 10px;
  }
  @media screen and (max-width: 1180px) {
    .p-schedule_data__venue {
      font-size: 15.2px;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-schedule_data__venue {
    font-size: 14px;
    letter-spacing: 0.05rem;
  }
}
.p-schedule_data__time {
  position: relative;
  letter-spacing: 0.06rem;
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1180px) {
    .p-schedule_data__time {
      font-size: 12.8px;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-schedule_data__time {
    line-height: 1.5;
    font-size: 12px;
  }
}
.p-schedule_data__contact {
  position: relative;
  font-size: 12px;
}
@media not all and (max-width: 959px) {
  @media screen and (max-width: 1180px) {
    .p-schedule_data__contact {
      font-size: 11px;
    }
  }
}
@media screen and (max-width: 959px) {
  .p-schedule_data__contact {
    margin-top: 4px;
    font-size: 12px;
  }
}

/*============================
Ticket
============================*/
.p-ticket {
  padding-bottom: 180px;
  background: linear-gradient(to bottom, #c6ecff, #edd2b2);
  color: var(--color-main);
}
@media screen and (max-width: 959px) {
  .p-ticket {
    padding-bottom: 89px;
  }
}
.p-ticket__loop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 184px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-ticket__loop {
    height: 92px;
  }
}
.p-ticket__loop-inner {
  width: 3722px;
  height: 100%;
  background: url(../img/bg_txt_ticket.png) left center repeat-x;
  background-size: auto 100%;
  animation: loop 25s linear infinite;
}
@media screen and (max-width: 959px) {
  .p-ticket__loop-inner {
    width: 1861px;
  }
}
.p-ticket__header {
  margin-bottom: 36px;
}
@media screen and (max-width: 959px) {
  .p-ticket__header {
    margin-bottom: 22px;
  }
}
.p-ticket__list-item {
  padding-top: 25px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-black);
}
@media not all and (max-width: 959px) {
  .p-ticket__list-item {
    display: flex;
  }
}
@media screen and (max-width: 959px) {
  .p-ticket__list-item {
    padding-top: 24px;
    padding-bottom: 23px;
  }
}
@media not all and (max-width: 959px) {
  .p-ticket__list-ttl {
    min-width: 240px;
  }
  .--type .p-ticket__list-ttl {
    padding-top: 8px;
  }
  .--caution .p-ticket__list-ttl {
    padding-top: 5px;
  }
}
@media screen and (max-width: 959px) {
  .p-ticket__list-ttl {
    margin-bottom: 11px;
  }
}
.p-ticket__list-ttl span {
  display: inline-block;
  padding: 2px 12px;
  vertical-align: baseline;
  background: var(--color-black);
  color: var(--color-white);
  border-radius: 50px;
}
@media screen and (max-width: 959px) {
  .p-ticket__list-ttl span {
    padding: 1px 12px;
    font-size: 10px;
  }
}
.p-ticket__type {
  line-height: 1.22;
}
@media screen and (max-width: 959px) {
  .p-ticket__type {
    font-size: 14px;
    line-height: 1.4;
  }
}
.p-ticket__type-price {
  vertical-align: baseline;
  font-size: 27px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 959px) {
  .p-ticket__type-price {
    font-size: 24px;
  }
}
.p-ticket__type .small {
  font-size: 14px;
  vertical-align: baseline;
}
@media screen and (max-width: 959px) {
  .p-ticket__type .small {
    font-size: 11px;
  }
}
.p-ticket__caution-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-ticket__caution-item {
    font-size: 11px;
    line-height: 1.5;
  }
  .p-ticket__caution-item + .p-ticket__caution-item {
    margin-top: 3px;
  }
}
.p-ticket__btn {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .p-ticket__btn {
    width: 100%;
    margin-top: 23px;
  }
}

.p-ticket_seat {
  text-align: center;
}
.p-ticket_seat__list {
  margin-bottom: 30px;
}
.p-ticket_seat__type {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
}
.p-ticket_seat__type-cap {
  margin-right: 16px;
  font-size: 22px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 959px) {
  .p-ticket_seat__type-cap {
    margin-right: 8px;
    font-size: 18px;
  }
}
.p-ticket_seat__type-price {
  font-family: YakuHanJPs, "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 43px;
  letter-spacing: -0.13rem;
  line-height: 1;
  transform: translateY(5px);
}
@media screen and (max-width: 959px) {
  .p-ticket_seat__type-price {
    font-size: 29px;
    letter-spacing: -0.1rem;
    transform: translateY(0);
  }
}
.p-ticket_seat__type-price .p-in-small {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 3px;
  font-size: 22px;
  transform: translateY(-3px);
}
@media screen and (max-width: 959px) {
  .p-ticket_seat__type-price .p-in-small {
    font-size: 19px;
    transform: translateY(-1px);
  }
}
.p-ticket_seat__type-tax {
  margin-left: 6px;
  transform: translateY(1px);
}
@media screen and (max-width: 959px) {
  .p-ticket_seat__type-tax {
    margin-left: 3px;
    transform: translateY(-1px);
  }
}
.p-ticket_seat__caution {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .p-ticket_seat__caution {
    margin-top: 5px;
  }
}
.p-ticket_seat__caution-item {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .p-ticket_seat__caution-item {
    font-size: 11px;
  }
}
.p-ticket_seat__btn {
  margin-top: 17px;
}

.p-ticket_caution__ttl {
  margin-bottom: 6px;
}
.p-ticket_caution__list-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  line-height: 1.8;
}

.p-buy {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .p-buy {
    margin-top: 25px;
  }
}
.p-buy__ttl {
  margin-bottom: 37px;
  text-align: center;
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .p-buy__ttl {
    margin-bottom: 23px;
    font-size: 19px;
  }
}
.p-buy__box {
  overflow: hidden;
}
.p-buy__box + .p-buy__box {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .p-buy__box + .p-buy__box {
    margin-top: 10px;
  }
}
.p-buy__box-header {
  position: relative;
  padding: 29px 39px 28px;
  background: var(--color-main);
  color: var(--color-white);
  font-size: 18px;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .p-buy__box-header {
    padding: 15px 40px 15px 21px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 1.6;
  }
}
@media (hover: hover) {
  .p-buy__box-header {
    transition: color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-buy__box-header:hover {
    color: var(--color-accent);
  }
  .p-buy__box-header:hover::before, .p-buy__box-header:hover::after {
    background: var(--color-accent);
  }
}
.p-buy__box-header::before, .p-buy__box-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 20px;
  height: 2px;
  background: var(--color-white);
  transition: transform 0.6s cubic-bezier(0.19, 0.92, 0.3, 1), background-color 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .p-buy__box-header::before, .p-buy__box-header::after {
    right: 20px;
    width: 14px;
    height: 1px;
  }
}
.p-buy__box-header::after {
  transform: rotate(90deg);
}
.is-open .p-buy__box-header::after {
  transform: rotate(180deg);
}
.p-buy__box-ttl {
  font-weight: 700;
}
.p-buy__box-ttl .is-out {
  padding-right: 0.5rem;
  color: var(--color-pink);
  vertical-align: baseline;
}
.p-buy__box-inner {
  height: 0;
}
.p-buy__box-cont {
  padding: 35px 37px 39px;
  background: var(--color-white);
  line-height: 1.8;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .p-buy__box-cont {
    padding: 26px 19px 30px;
    font-size: 13px;
    border-radius: 5px;
  }
}
.p-buy__box-cont .p-in-img {
  width: 65%;
}
@media screen and (max-width: 959px) {
  .p-buy__box-cont .p-in-img {
    width: 80%;
  }
}
.p-buy__box-btn {
  margin: 24px 0 0;
}
@media screen and (max-width: 959px) {
  .p-buy__box-btn {
    margin: 13px 0 0;
  }
}
.p-buy__box-btn .c-btn {
  line-height: 1.3;
  margin: 0;
}
.p-buy__subttl {
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .p-buy__subttl {
    font-size: 15px;
  }
}
.p-buy__caution {
  margin-top: 27px;
}
@media screen and (max-width: 959px) {
  .p-buy__caution {
    margin-top: 18px;
  }
}
.p-buy__caution-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.65;
}
@media screen and (max-width: 959px) {
  .p-buy__caution-item {
    font-size: 11px;
  }
}
.p-buy__caution-item + .p-buy__caution-item {
  margin-top: 5px;
}
.p-buy__small {
  vertical-align: baseline;
  font-size: 13px;
}

.m-caution {
  padding: 50px 0;
}
.m-caution__wrapper {
  background: var(--color-white);
  color: var(--color-main);
  border-radius: 10px;
}
.is-modal-open .m-caution__wrapper {
  animation: m_translateY 0.8s cubic-bezier(0.24, 1.49, 0.6, 1) forwards;
}
.m-caution__container {
  margin: 0 auto;
}
@media not all and (max-width: 959px) {
  .m-caution__container {
    width: 88.5%;
    padding: 40px 0;
  }
}
@media screen and (max-width: 959px) {
  .m-caution__container {
    width: 89%;
    padding: 30px 0;
  }
}
.m-caution__ttl {
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 959px) {
  .m-caution__ttl {
    margin-bottom: 25px;
    font-size: 15px;
  }
}
.m-caution__subttl {
  margin-bottom: 6px;
  font-weight: 600;
}
.m-caution__inner {
  text-align: left;
  line-height: 1.8;
}
.m-caution__inner a {
  vertical-align: baseline;
  color: var(--color-accent);
}
@media (hover: hover) {
  .m-caution__inner a:hover {
    text-decoration: underline;
  }
}
.m-caution__list {
  padding-left: 1em;
  text-indent: -1em;
}
.m-caution__list-item + .m-caution__list-item {
  margin-top: 2px;
}
.--small .m-caution__list-item {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .--small .m-caution__list-item {
    font-size: 11px;
  }
  .--small .m-caution__list-item + li {
    margin-top: 5px;
  }
}
.m-caution__link {
  margin-top: 6px;
}

/*============================
Goods
============================*/
.p-goods {
  max-width: 2000px;
  margin: 0 auto;
  padding-top: 151px;
  padding-bottom: 200px;
}
@media screen and (max-width: 959px) {
  .p-goods {
    padding-top: 78px;
    padding-bottom: 105px;
  }
}
.p-goods__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-goods__deco-item {
  position: absolute;
}
.p-goods__deco-item:nth-child(1) {
  top: -16.3%;
  left: -23.5%;
  width: 33%;
  max-width: 550px;
}
@media screen and (max-width: 959px) {
  .p-goods__deco-item:nth-child(1) {
    top: -6.5%;
    left: -43.5%;
    width: 56%;
  }
}
.p-goods__deco-item:nth-child(2) {
  top: 7.7%;
  right: 7.5%;
  width: 13.7%;
}
@media screen and (max-width: 959px) {
  .p-goods__deco-item:nth-child(2) {
    top: 2.5%;
    right: 5.3%;
    width: 25.7%;
  }
}
.p-goods__deco-item:nth-child(3) {
  bottom: 23.6%;
  right: -11.4%;
  width: 18.4%;
}
@media screen and (max-width: 959px) {
  .p-goods__deco-item:nth-child(3) {
    bottom: 12.6%;
    right: -23.4%;
    width: 32%;
  }
}
.p-goods__deco-item:nth-child(4) {
  bottom: 6.5%;
  left: 3.2%;
  width: 10.5%;
}
@media screen and (max-width: 959px) {
  .p-goods__deco-item:nth-child(4) {
    bottom: 1.7%;
    left: 2.2%;
    width: 17.5%;
  }
}
.p-goods__header {
  margin-bottom: 45px;
}
@media screen and (max-width: 959px) {
  .p-goods__header {
    margin-bottom: 28px;
  }
}
.p-goods__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 1.8%;
}
@media screen and (max-width: 959px) {
  .p-goods__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 5.5%;
  }
}
.p-goods__btn {
  margin-top: 54px;
}
@media screen and (max-width: 959px) {
  .p-goods__btn {
    margin-top: 23px;
  }
}

.p-goods_data__header {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-goods_data__header {
    border-radius: 5px;
  }
}
.p-goods_data__thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media (hover: hover) {
  .p-goods_data__thumb {
    transition: transform 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-goods_data__thumb:hover {
    transform: scale(1.1);
  }
}
.p-goods_data__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-goods_data__inner {
  margin-top: 15px;
}
@media screen and (max-width: 959px) {
  .p-goods_data__inner {
    margin-top: 14px;
  }
}
.p-goods_data__ttl {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .p-goods_data__ttl {
    font-size: 11px;
    line-height: 1.5;
  }
}
.p-goods_data__ttl-s {
  vertical-align: baseline;
  font-size: 80%;
}

.m-goods {
  padding: 50px 0;
}
.m-goods__wrapper {
  background: var(--color-white);
  color: var(--color-main);
  border-radius: 10px;
}
.is-modal-open .m-goods__wrapper {
  animation: m_translateY 0.8s cubic-bezier(0.24, 1.49, 0.6, 1) forwards;
}
.m-goods__container {
  margin: 0 auto;
}
@media not all and (max-width: 959px) {
  .m-goods__container {
    width: 90%;
    display: flex;
    align-items: center;
    padding: 40px 0;
  }
}
@media screen and (max-width: 959px) {
  .m-goods__container {
    width: 88%;
    padding: 30px 0;
  }
}
@media not all and (max-width: 959px) {
  .m-goods__header {
    flex-shrink: 0;
    width: 43.5%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 959px) {
  .m-goods__header {
    margin-bottom: 16px;
  }
}
.m-goods__thumb {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .m-goods__thumb {
    border-radius: 5px;
  }
}
.m-goods__inner {
  text-align: left;
}
.m-goods__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .m-goods__ttl {
    margin-bottom: 12px;
  }
}
.m-goods__ttl-main {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 959px) {
  .m-goods__ttl-main {
    font-size: 18px;
  }
}
.m-goods__ttl-sub {
  line-height: 1.4;
  font-family: YakuHanJPs, "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .m-goods__ttl-sub {
    line-height: 1.5;
  }
}
.m-goods__desc {
  line-height: 1.75;
}
.m-goods__note {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .m-goods__note {
    margin-top: 12px;
  }
}

/*============================
Fanclub
============================*/
.p-fc {
  padding-top: 136px;
  padding-bottom: 165px;
  background: linear-gradient(to bottom, #c6ecff, #edd2b2);
  color: var(--color-main);
}
@media screen and (max-width: 959px) {
  .p-fc {
    padding-top: 74px;
    padding-bottom: 90px;
  }
}
.p-fc__loop {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 184px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-fc__loop {
    height: 92px;
  }
}
.p-fc__loop-inner {
  width: 4886px;
  height: 100%;
  background: url(../img/bg_txt_fanclub.png) left center repeat-x;
  background-size: auto 100%;
  animation: loop 30s linear infinite;
}
@media screen and (max-width: 959px) {
  .p-fc__loop-inner {
    width: 2443px;
  }
}
.p-fc__header {
  margin-bottom: 46px;
}
@media screen and (max-width: 959px) {
  .p-fc__header {
    margin-bottom: 27px;
  }
}
.p-fc__thumb {
  max-width: 860px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .p-fc__thumb {
    width: 100%;
    border-radius: 5px;
  }
}
.p-fc__thumb img {
  display: block;
  margin: 0 auto;
}
.p-fc__text {
  margin-top: 35px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.06rem;
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .p-fc__text {
    margin-top: 23px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.75;
  }
}
.p-fc__btn {
  margin-top: 36px;
}
@media screen and (max-width: 959px) {
  .p-fc__btn {
    margin-top: 20px;
  }
}

/*============================
Fixed Element
============================*/
.p-loop {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-top: 323px;
  transform: translateY(-40%);
}
@media screen and (max-width: 959px) {
  .p-loop {
    padding-top: 161.5px;
  }
}
.p-loop__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 5550px);
  height: 100%;
  background: url(../img/txt_loop.png) center left repeat-x;
  background-size: 5550px auto;
}
@media screen and (max-width: 959px) {
  .p-loop__inner {
    width: calc(100% + 2775px);
    background-size: 2775px auto;
  }
}
.is-load .p-loop__inner {
  animation: loop_pc 30s linear infinite;
}
@media screen and (max-width: 959px) {
  .is-load .p-loop__inner {
    animation: loop_sp 30s linear infinite;
  }
}

@keyframes loop_pc {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-5550px);
  }
}
@keyframes loop_sp {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-2775px);
  }
}
.p-frame {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}
.p-frame__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: var(--color-main);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .p-frame__line {
    height: 21px;
  }
}
.p-frame__line:nth-child(1) {
  border-bottom: 1px solid var(--color-white);
}
.p-frame__line:nth-child(2) {
  width: 30px;
  height: 100%;
  border-right: 1px solid var(--color-white);
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .p-frame__line:nth-child(2) {
    display: none;
  }
}
.p-frame__line:nth-child(3) {
  left: auto;
  right: 0;
  width: 30px;
  height: 100%;
  border-left: 1px solid var(--color-white);
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 959px) {
  .p-frame__line:nth-child(3) {
    display: none;
  }
}
.p-frame__line:nth-child(4) {
  top: auto;
  bottom: 0;
  border-top: 1px solid var(--color-white);
}
.p-frame__line-inner {
  width: 100%;
  height: 12px;
  background: url(../img/flm_txt.png) left center repeat-x;
  background-size: auto 100%;
  animation: loop_frame 7s linear infinite;
}
.p-frame__line:nth-child(2) .p-frame__line-inner, .p-frame__line:nth-child(3) .p-frame__line-inner {
  width: 12px;
  height: 100%;
  background: url(../img/flm_txt02.png) top center repeat-y;
  background-size: 100% auto;
  animation-name: loop_frame_y;
}
.p-frame__line:nth-child(1) .p-frame__line-inner, .p-frame__line:nth-child(3) .p-frame__line-inner {
  animation-direction: reverse;
}
@media screen and (max-width: 959px) {
  .p-frame__line-inner {
    height: 8px;
    animation-name: loop_frame_sp;
  }
}

[data-accordion-btn] {
  cursor: pointer;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}