:root {
  --color-main: #0093b2;
  --color-main-rgb: 0,147,178;
  --color-black: #000;
  --color-gray: #707070;
  --color-white: #FFFFFF;
}

/*!
  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;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

body .m-modal .m-modal__content {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
}
body .m-modal .m-modal__content img {
  margin: 0 auto;
}
body .m-modal[data-modal-type=youtube] .m-modal__content {
  width: 50%;
  padding: 60px 0;
}
@media screen and (max-width: 959px) {
  body .m-modal[data-modal-type=youtube] .m-modal__content {
    width: 100%;
    padding: 50px 0;
  }
}
body .m-modal[data-modal-type=youtube] .m-modal__bg {
  background: rgba(var(--color-main-rgb), 0.8);
}
body .m-modal .m-modal__close-btn {
  top: 10px;
  right: -4px;
  width: clamp(35 * 1px, calc(35 / 1280 * 100vw), 35 * 1.3px);
  height: clamp(35 * 1px, calc(35 / 1280 * 100vw), 35 * 1.3px);
}
@media screen and (max-width: 959px) {
  body .m-modal .m-modal__close-btn {
    top: 9px;
    right: 0;
  }
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn:hover::before {
    transform: rotate(135deg);
  }
  body .m-modal .m-modal__close-btn:hover::after {
    transform: rotate(-135deg);
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: rotate(-45deg);
  transition: transform 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
body .m-modal .m-modal__close-btn::after {
  transform: rotate(45deg);
}
body .m-modal .m-modal__bg {
  background: rgba(0, 0, 0, 0.6);
}

.p-modal_movie {
  display: none;
}
.p-modal_movie__inner {
  width: clamp(730 * 1px, calc(730 / 1280 * 100vw), 730 * 1.3px);
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 959px) {
  .p-modal_movie__inner {
    width: 94vw;
    max-width: 600px;
  }
}
.p-modal_movie__play {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-modal_movie__play iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@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, "Roboto", "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -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;
  line-height: 1.3;
  letter-spacing: normal;
  background: #fff;
}

body {
  position: relative;
  color: var(--color-white);
}
@media screen and (max-width: 959px) {
  body.is-phase2[data-page=top] {
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}

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

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-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media not all and (max-width: 959px) {
  .l-bg__wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  .l-bg__wrap {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 959px) {
  .l-bg__item {
    flex-shrink: 0;
  }
}
.l-bg__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-contents {
  padding-top: 80px;
}
@media screen and (max-width: 959px) {
  .l-contents {
    padding-top: 25px;
  }
}

.l-wrapper {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
[data-page=top] .l-wrapper {
  padding-top: 100vh;
  padding-top: var(--winheight);
  pointer-events: none;
}
.is-load .l-wrapper {
  opacity: 1;
}
.is-phase1 .l-wrapper {
  padding-top: var(--winheight);
}
[data-page=profile] .l-wrapper {
  padding-top: var(--winheight);
}
.l-wrapper__inner {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}
.is-phase1 .l-wrapper__inner {
  padding-top: 7.7%;
}
@media screen and (max-width: 959px) {
  .is-phase1 .l-wrapper__inner {
    padding-top: 165px;
  }
}
[data-page=profile] .l-wrapper__inner {
  padding-top: 7.7%;
}
@media screen and (max-width: 959px) {
  [data-page=profile] .l-wrapper__inner {
    padding-top: 165px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.is-menu-open .l-header {
  pointer-events: auto;
}
.l-header__container {
  width: 100%;
  height: 100%;
  background: var(--color-main);
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.is-menu-open .l-header__container {
  opacity: 1;
}
.l-header__inner {
  min-height: var(--winheight);
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__inner-wrap {
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 959px) {
  .l-header__inner-wrap {
    padding: 40px 0;
  }
}
.l-header__logo {
  width: clamp(100 * 1px, calc(100 / 1280 * 100vw), 100 * 1.3px);
  margin: 0px auto 35px;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .l-header__logo {
    width: 95px;
    margin-bottom: 20px;
  }
}
.is-menu-open .l-header__logo {
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1), opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1);
  transform: translateY(0);
  opacity: 1;
}
.l-header__link {
  width: clamp(300 * 1px, calc(300 / 1280 * 100vw), 300 * 1.3px);
  margin: 0px auto 40px;
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .l-header__link {
    margin-bottom: 20px;
  }
}
.is-menu-open .l-header__link {
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.1s, opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1) 0.1s;
  transform: translateY(0);
  opacity: 1;
}
.l-header__link-item + .l-header__link-item {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .l-header__link-item + .l-header__link-item {
    margin-top: 5px;
  }
}
.l-header__link-txt {
  display: block;
  text-align: center;
  font-size: 36px;
  font-style: italic;
  font-family: YakuHanJPs, "Playfair", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  transition: opacity 1s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .l-header__link-txt {
    font-size: 30px;
  }
}
@media (hover: hover) {
  .l-header__link-txt:hover {
    opacity: 0.5;
  }
}
.l-header__timer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: translateY(30px);
  opacity: 0;
}
.is-menu-open .l-header__timer {
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s, opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1) 0.2s;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .l-header__timer .p-timer__ttl {
    text-align: center;
  }
}
.l-header__sns {
  margin-top: clamp(33 * 1px, calc(33 / 1280 * 100vw), 33 * 1.3px);
  transform: translateY(30px);
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .l-header__sns {
    margin-top: 30px;
  }
  .l-header__sns .p-sns {
    display: flex;
    justify-content: center;
  }
  .l-header__sns .p-sns__item + .p-sns__item {
    margin-top: 0;
    margin-left: 15px;
  }
}
.is-menu-open .l-header__sns {
  transition: transform 1.5s cubic-bezier(0.19, 0.92, 0.3, 1) 0.3s, opacity 0.7s cubic-bezier(0.19, 0.92, 0.3, 1) 0.3s;
  transform: translateY(0);
  opacity: 1;
}
.l-header__sns .p-sns__icon svg {
  fill: #fff;
}
.l-header__btn {
  position: absolute;
  top: 38px;
  right: 33px;
  width: clamp(50 * 1px, calc(50 / 1280 * 100vw), 50 * 1.3px);
  height: clamp(50 * 1px, calc(50 / 1280 * 100vw), 50 * 1.3px);
  background: var(--color-white);
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  border: 1px solid var(--color-main);
}
@media (hover: hover) {
  .l-header__btn {
    transition: opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .l-header__btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 959px) {
  .l-header__btn {
    top: 14px;
    right: 9px;
    width: 42px;
    height: 42px;
  }
}
.l-header__btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 1px;
  background: var(--color-main);
  transform: translate(-50%, -50%);
  transition: transform 0.5s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.l-header__btn span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 5px)) rotate(0deg);
}
.is-menu-open .l-header__btn span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.is-menu-open .l-header__btn span:nth-child(2) {
  opacity: 0;
}
.l-header__btn span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 5px)) rotate(0deg);
}
.is-menu-open .l-header__btn span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-footer {
  position: relative;
  margin-top: 100px;
  padding-bottom: 80px;
  color: var(--color-black);
}
@media screen and (max-width: 959px) {
  .l-footer {
    margin-top: 92px;
    padding-bottom: 80px;
  }
}
[data-page=top] .l-footer {
  color: var(--color-white);
}
@media screen and (max-width: 959px) {
  [data-page=top] .l-footer {
    margin-top: 53px;
  }
}
.l-footer__pagetop {
  margin: 0 auto;
  text-align: center;
}
.l-footer__pagetop-inner {
  display: inline-block;
}
.l-footer__pagetop-inner .l-in-img {
  width: clamp(40 * 1px, calc(40 / 1280 * 100vw), 40 * 1.3px);
  margin: 0 auto;
  transition: transform 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
  filter: invert(1);
}
[data-page=top] .l-footer__pagetop-inner .l-in-img {
  filter: invert(0);
}
.l-footer__pagetop-inner .l-in-txt {
  margin-top: 10px;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .l-footer__pagetop-inner .l-in-txt {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media (hover: hover) {
  .l-footer__pagetop-inner:hover .l-in-img {
    transform: scale(1.1);
  }
}
.l-footer__sns {
  margin-top: clamp(67 * 1px, calc(67 / 1280 * 100vw), 67 * 1.3px);
}
@media screen and (max-width: 959px) {
  .l-footer__sns {
    margin-top: 53px;
  }
  .l-footer__sns .p-sns {
    display: flex;
  }
  .l-footer__sns .p-sns__item + .p-sns__item {
    margin-top: 0;
    margin-left: 15px;
  }
}
.l-footer__sns .p-sns__icon svg {
  fill: #000;
}
[data-page=top] .l-footer__sns .p-sns__icon svg {
  fill: #fff;
}
.l-footer__copy {
  border-top: 1px solid var(--color-white);
}
@media not all and (max-width: 959px) {
  .l-footer__copy {
    width: 60%;
    margin: clamp(24 * 1px, calc(24 / 1280 * 100vw), 24 * 1.3px) auto 0;
  }
}
@media screen and (max-width: 959px) {
  .l-footer__copy {
    margin-top: 25px;
  }
}
.l-footer__copy-txt {
  padding-top: clamp(19 * 1px, calc(19 / 1280 * 100vw), 19 * 1.3px);
  text-align: center;
  font-size: font_vw(10);
}
@media screen and (max-width: 959px) {
  .l-footer__copy-txt {
    padding-top: 20px;
    font-size: 12px;
  }
}

.c-btn {
  display: inline-block;
  vertical-align: baseline;
}
.c-btn.is-disable {
  pointer-events: none;
  opacity: 0.5;
}
.c-btn__inner {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
  background: var(--color-white);
  color: #7f7f7f;
  border-radius: 99px;
  letter-spacing: 0.1rem;
  transition: opacity 0.6s cubic-bezier(0.19, 0.92, 0.3, 1), background-color 0.8s cubic-bezier(0.19, 0.92, 0.3, 1), color 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .c-btn__inner {
    font-size: 13.5px;
  }
}
@media (hover: hover) {
  .c-btn__inner:hover {
    opacity: 0.5;
  }
}
.c-btn__inner span {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}
@media not all and (max-width: 959px) {
  .c-btn__inner span {
    transform: translateY(1px);
  }
}
.--arrow .c-btn__inner {
  padding: 16px 25px;
  text-align: left;
  font-size: clamp(13 * 1px, calc(13 / 1280 * 100vw), 13 * 1.3px);
}
.--arrow .c-btn__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  transform: translateY(-50%) rotate(-45deg);
}
.--fill .c-btn__inner {
  background: var(--color-main);
  color: var(--color-white);
}
.--line .c-btn__inner {
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  color: var(--color-white);
}
@media (hover: hover) {
  .--line .c-btn__inner:hover {
    opacity: 1;
    background: none;
    color: var(--color-main);
  }
}

.u-color-main {
  vertical-align: baseline;
  color: var(--color-main);
}

.u-font-bold {
  font-weight: 800;
  vertical-align: baseline;
}

.u-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.u-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.is-load .u-loading {
  opacity: 0;
}
.u-loading__inner {
  width: 60px;
  height: 60px;
  border-width: 4px;
  border-style: solid;
  border-color: var(--color-main) var(--color-main) var(--color-main) transparent;
  border-radius: 50%;
  transform: rotate(0deg);
  animation: spinner linear 1s infinite;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotete_scroll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll_line {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes vol_anime {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
@keyframes m_img {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes m_txt {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.p-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .p-sns {
    display: block;
  }
}
.p-sns__item {
  flex-shrink: 0;
}
.p-sns__item.is-x {
  width: clamp(26 * 1px, calc(26 / 1280 * 100vw), 26 * 1.3px);
}
.p-sns__item.is-insta {
  width: clamp(26 * 1px, calc(26 / 1280 * 100vw), 26 * 1.3px);
}
.p-sns__item.is-line {
  width: clamp(26 * 1px, calc(26 / 1280 * 100vw), 26 * 1.3px);
}
.p-sns__item.is-tiktok {
  width: clamp(26 * 1px, calc(26 / 1280 * 100vw), 26 * 1.3px);
}
.p-sns__item.is-yt {
  width: clamp(26 * 1px, calc(26 / 1280 * 100vw), 26 * 1.3px);
}
.p-sns__item + .p-sns__item {
  margin-left: clamp(22 * 1px, calc(22 / 1280 * 100vw), 22 * 1.3px);
}
@media screen and (max-width: 959px) {
  .p-sns__item + .p-sns__item {
    margin-left: 0;
    margin-top: 18px;
  }
}
.p-sns__icon {
  display: block;
  transition: opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
}
.p-sns__icon svg {
  display: block;
  fill: var(--color-white);
}
@media (hover: hover) {
  .p-sns__icon:hover {
    opacity: 0.5;
  }
}

.p-volume {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media (hover: hover) {
  .p-volume {
    transition: transform 0.6s cubic-bezier(0.19, 0.92, 0.3, 1);
  }
  .p-volume:hover {
    transform: scale(1.1);
  }
}
.p-volume__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-volume__btn {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}
.p-volume__btn.is-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.is-audio-playing .p-volume__btn.is-off {
  opacity: 0;
}
.p-volume__btn.is-on {
  position: relative;
  opacity: 0;
}
.is-audio-playing .p-volume__btn.is-on {
  opacity: 1;
}
.p-volume__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.is-audio-playing .p-volume__btn::after {
  animation: vol_anime 1.5s linear infinite;
}
.p-volume__btn-icon {
  display: block;
  width: 50%;
}

.p-timer {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-timer {
    max-width: 400px;
    margin: 0 auto;
  }
}
.p-timer__ttl {
  margin-bottom: 5px;
  font-size: calc(15 * 1.3px);
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 959px) {
  .p-timer__ttl {
    margin-bottom: 8px;
    font-size: 12px;
    text-align: left;
  }
}
.p-timer__inner {
  display: flex;
  justify-content: space-between;
}
.p-timer__num {
  position: relative;
  border-right: 1px solid var(--color-white);
  line-height: 1;
}
.p-timer__num:last-of-type {
  border-right: none;
}
@media not all and (max-width: 959px) {
  .p-timer__num {
    padding: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  .p-timer__num {
    padding: 0 14px;
  }
  .p-timer__num:nth-child(1) {
    padding-left: 0;
  }
}
.p-timer__num-main {
  margin-bottom: 5px;
  font-size: calc(36 * 1.3px);
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .p-timer__num-main {
    font-size: 31.5px;
  }
}
.p-timer__num-cap {
  font-size: calc(14 * 1.3px);
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .p-timer__num-cap {
    font-size: 12.5px;
  }
}
.p-timer__img {
  pointer-events: auto;
  position: relative;
  width: 50%;
  margin: 0 auto;
  transition: opacity 0.8s cubic-bezier(0.19, 0.92, 0.3, 1);
}
@media screen and (max-width: 959px) {
  .p-timer__img {
    width: 75%;
    margin: 0;
  }
  .l-header__timer .p-timer__img {
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .p-timer__img:hover {
    opacity: 0.5;
  }
}

.p-cursor {
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-cursor__default {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 30px;
  height: 30px;
  transition: transform 0.8s cubic-bezier(0.1, 1.07, 0.68, 1);
}
.p-cursor__default span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-main);
  transition: transform 0.8s cubic-bezier(0.1, 1.07, 0.68, 1);
  opacity: 0.5;
}
.is-menu-open .p-cursor__default span {
  background-color: var(--color-white);
}
.p-cursor.is-active .p-cursor__default span {
  transform: scale(1.5);
}
.p-cursor__prof {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.1, 1.07, 0.68, 1);
}
.is-prof-active .p-cursor__prof {
  opacity: 1;
}