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

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

body,
button,
input,
select,
textarea,
datalist {
  font-family: "Lato", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -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: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

body {
  color: #fff;
  background-color: #1c1c1c;
}
@media screen and (max-width: 900px) {
  body {
    background-size: 350px auto;
  }
}

h2 {
  font-weight: 400;
}

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-wrapper {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .l-wrapper {
  opacity: 1;
}

.l-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.l-header__container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--win-h);
}
.l-header__ttl {
  position: absolute;
  top: 29px;
  left: 50%;
  width: 232px;
  transform: translate(-50%, -20px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-header__ttl {
    top: 20px;
    width: 136px;
  }
}
.is-scrolled .l-header__ttl {
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  transform: translate(-50%, 0px);
}

.l-sns {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media not all and (max-width: 900px) {
  .l-sns {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .l-sns {
    top: 17px;
    right: 19px;
  }
  .l-footer .l-sns {
    position: relative;
    top: auto;
    right: auto;
  }
}
.l-sns__ttl {
  margin-right: 28px;
  font-size: 14px;
  letter-spacing: 0.015rem;
}
@media screen and (max-width: 900px) {
  .l-sns__ttl {
    margin-bottom: 6px;
    margin-right: 0px;
    margin-bottom: 1.6vw;
    font-size: 10px;
    font-size: 2.6666666667vw;
    text-align: right;
  }
  .l-footer .l-sns__ttl {
    text-align: center;
  }
}
.l-sns__ttl {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1) 2s, opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 2s;
}
.is-load .l-sns__ttl {
  opacity: 1;
  transform: translateY(0);
}
.l-sns__list {
  display: flex;
  align-items: center;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .l-footer .l-sns__list {
    justify-content: center;
  }
}
.l-sns__list-item {
  opacity: 0;
  transform: translateY(10px);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1) 2s, opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 2s;
}
.l-sns__list-item:nth-child(1) {
  transition-delay: 2s;
}
.l-sns__list-item:nth-child(2) {
  transition-delay: 2.15s;
}
.l-sns__list-item:nth-child(3) {
  transition-delay: 2.3s;
}
.l-sns__list-item:nth-child(4) {
  transition-delay: 2.45s;
}
.l-sns__list-item:nth-child(5) {
  transition-delay: 2.6s;
}
.l-sns__list-item:nth-child(6) {
  transition-delay: 2.75s;
}
.is-load .l-sns__list-item {
  opacity: 1;
  transform: translateY(0);
}
.l-sns__list-item + .l-sns__list-item {
  margin-left: 27px;
}
@media screen and (max-width: 900px) {
  .l-sns__list-item + .l-sns__list-item {
    margin-left: 17px;
  }
}
.l-sns__link {
  position: relative;
  display: block;
  width: 25px;
  height: 20px;
}
@media screen and (max-width: 900px) {
  .l-sns__link {
    width: 6.6666666667vw;
    height: 5.3333333333vw;
  }
}
.is-ig .l-sns__link {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 900px) {
  .is-ig .l-sns__link {
    width: 6.4vw;
    height: 6.4vw;
  }
}
.is-tt .l-sns__link {
  height: 25px;
}
@media screen and (max-width: 900px) {
  .is-tt .l-sns__link {
    height: 6.6666666667vw;
  }
}
.l-sns__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (hover: hover) {
  .l-sns__link {
    transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-sns__link:hover {
    opacity: 0.6;
  }
}

.l-nav {
  position: absolute;
  bottom: 33px;
  left: 0;
  pointer-events: auto;
}
@media screen and (max-width: 900px) {
  .l-nav {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__list {
    display: flex;
    justify-content: center;
  }
}
.l-nav__list-item {
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1) 2s, opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 2s;
}
.l-nav__list-item:nth-child(1) {
  transition-delay: 2s;
}
.l-nav__list-item:nth-child(2) {
  transition-delay: 2.15s;
}
.l-nav__list-item:nth-child(3) {
  transition-delay: 2.3s;
}
.l-nav__list-item:nth-child(4) {
  transition-delay: 2.45s;
}
.l-nav__list-item:nth-child(5) {
  transition-delay: 2.6s;
}
.l-nav__list-item:nth-child(6) {
  transition-delay: 2.75s;
}
.is-load .l-nav__list-item {
  opacity: 1;
  transform: translateY(0);
}
.l-nav__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .l-nav__list-item::before {
    transform: scaleX(0);
    transform-origin: left center;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__list-item::before {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 10px;
    transform: translateX(-50%) scaleY(0);
    transform-origin: top center;
  }
}
@media not all and (max-width: 900px) {
  .l-nav__list-item.is-current::before {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 900px) {
  .l-nav__list-item.is-current::before {
    transform: translateX(-50%) scaleY(1);
  }
}
@media not all and (max-width: 900px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 14px;
  }
}
@media screen and (max-width: 900px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-left: 15px;
  }
}
.l-nav__link {
  display: block;
  margin-left: 34px;
  padding: 5px;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .l-nav__link {
    margin-left: 0;
    margin-bottom: 2.9333333333vw;
    font-size: 12px;
    font-size: 3.2vw;
    letter-spacing: 0.04rem;
  }
}
@media (hover: hover) {
  .l-nav__link {
    transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-nav__link:hover {
    opacity: 0.6;
  }
}

.l-main {
  position: relative;
}

.l-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-bottom: 20vh;
}
.l-section__wrap {
  position: relative;
  min-height: var(--win-h);
}
.l-section__container {
  position: relative;
  width: 77.1428571429%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-section__container {
    width: 89.3333333333%;
  }
}

.l-footer {
  position: relative;
  background: url(../img/bg_ftr.jpg) center center repeat;
  background-size: 700px auto;
}
@media screen and (max-width: 900px) {
  .l-footer {
    padding-top: 18.5%;
    padding-bottom: 17%;
    background-size: 350px auto;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 88.6%;
    margin: 0 auto;
    padding: 3.66% 0;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__head {
    width: 47.3%;
    max-width: 760px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__head {
    margin-bottom: 12%;
  }
}
.l-footer__logo {
  position: relative;
  margin-bottom: 114px;
}
@media screen and (max-width: 900px) {
  .l-footer__logo {
    width: 89.5%;
    margin: 0 auto 7%;
  }
}
.l-footer__official-list {
  display: flex;
}
@media screen and (max-width: 900px) {
  .l-footer__official-list {
    justify-content: center;
  }
}
.l-footer__official-item + .l-footer__official-item {
  margin-left: 68px;
}
@media screen and (max-width: 900px) {
  .l-footer__official-item + .l-footer__official-item {
    margin-left: 33px;
  }
}
.l-footer__official-link {
  position: relative;
  display: block;
  padding-right: 30px;
  font-size: 20px;
  font-size: min(1.4285714286vw, 20px);
}
@media screen and (max-width: 900px) {
  .l-footer__official-link {
    padding-right: 20px;
    font-size: 13px;
    padding-right: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media (hover: hover) {
  .l-footer__official-link {
    transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-footer__official-link:hover {
    opacity: 0.6;
  }
}
.l-footer__official-link::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 7px;
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .l-footer__official-link::after {
    top: 3px;
    right: 7px;
    width: 7px;
    height: 7px;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.l-footer__official-link::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 8px;
  width: 20px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
  transform-origin: top right;
}
@media screen and (max-width: 900px) {
  .l-footer__official-link::before {
    top: 4px;
    width: 12px;
    width: 3.2vw;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__btm {
    width: 26.4%;
    max-width: 425px;
    padding-top: 29px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__btm {
    margin-top: 13%;
  }
}
.l-footer__labels {
  display: flex;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .l-footer__labels {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .l-footer__labels {
    width: 69%;
    margin: 0 auto;
    justify-content: center;
  }
  .l-footer .l-footer__labels {
    justify-content: space-between;
  }
}
.l-footer__labels-item {
  width: 30%;
}
.l-footer__labels-item + .l-footer__labels-item {
  margin-left: 9%;
}
.l-footer__labels-item.--sml {
  width: 36.7%;
}
@media screen and (max-width: 900px) {
  .l-footer__labels-item.--sml {
    width: 34.5%;
  }
}
.l-footer__labels-item.--pr {
  width: 31.6%;
}
@media screen and (max-width: 900px) {
  .l-footer__labels-item.--pr {
    width: 30.3%;
  }
}
.l-footer__labels-item.--smar {
  width: 13.2%;
}
@media screen and (max-width: 900px) {
  .l-footer__labels-item.--smar {
    width: 12%;
  }
}
.l-footer__copy {
  text-align: right;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    margin-top: 13%;
    text-align: center;
    font-size: 10px;
  }
}
@media not all and (max-width: 900px) {
  .l-footer .l-sns {
    display: none;
  }
}

.c-btn {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 900px) {
  .c-btn {
    width: 100%;
    height: 100%;
  }
}
.c-btn__inner {
  position: relative;
  display: block;
  padding: 12px 0 15px;
  text-align: center;
  font-size: 20px;
  font-size: min(1.4285714286vw, 20px);
}
@media screen and (max-width: 900px) {
  .c-btn__inner {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-size: 4vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-btn__inner::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 9px;
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 900px) {
  .c-btn__inner::after {
    width: 7px;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.c-btn__inner::before {
  content: "";
  position: absolute;
  top: 9px;
  right: 10px;
  width: 20px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
  transform-origin: top right;
}
@media screen and (max-width: 900px) {
  .c-btn__inner::before {
    width: 13px;
    width: 3.4666666667vw;
  }
}
@media (hover: hover) {
  .c-btn__inner {
    transition: background-color 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .c-btn__inner:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.p-hero {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-bottom: 20vh;
  overflow: hidden;
}
.p-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_hdr_pc.jpg) center center no-repeat;
  background-size: cover;
  transform: scale(1.1);
  -webkit-mask-position: 300% 50%;
  mask-position: 300% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(to right, #625856 0%, rgba(98, 88, 86, 0) 100%);
  mask-image: linear-gradient(to right, #625856 0%, rgba(98, 88, 86, 0) 100%);
  -webkit-mask-size: 300% auto;
  mask-size: 300% auto;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-mask-position 3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), mask-position 3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), mask-position 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-mask-position 3s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}
.is-load .p-hero::before {
  -webkit-mask-position: 0% 50%;
  mask-position: 0% 50%;
  transform: scale(1);
}
@media screen and (max-width: 900px) {
  .p-hero::before {
    background-image: url(../img/bg_hdr_sp.jpg);
  }
}
.p-hero__wrapper {
  position: relative;
  width: 100%;
  height: var(--win-h);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-hero__ttl {
  position: relative;
  width: 55%;
  max-width: 1080px;
  margin: 0 auto;
  opacity: 0;
  transform: scale(1.3);
}
@media screen and (max-width: 900px) {
  .p-hero__ttl {
    width: 83%;
  }
}
.p-hero__ttl {
  transition: transform 3.6s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, opacity 2.4s cubic-bezier(0.65, 0, 0.35, 1) 0.8s;
}
.is-load .p-hero__ttl {
  opacity: 1;
  transform: scale(1);
}
.p-hero__scroll {
  position: absolute;
  bottom: 42px;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .p-hero__scroll {
    bottom: 60px;
    bottom: 16vw;
    width: 70px;
    height: 70px;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
}
.p-hero__scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: scale(0.5);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1) 2s;
  pointer-events: none;
  box-sizing: border-box;
}
.p-hero__scroll {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1) 2s;
}
.is-load .p-hero__scroll {
  opacity: 1;
}
.is-load .p-hero__scroll::before {
  transform: scale(1);
}
.p-hero__scroll-inner {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-hero__scroll-inner {
    transition: background-color 1.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-hero__scroll-inner:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 900px) {
  .p-hero__scroll-inner {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.p-hero__scroll-inner .p-in-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transition: opacity 3s cubic-bezier(0.25, 1, 0.5, 1) 2.5s;
}
.is-load .p-hero__scroll-inner .p-in-txt {
  opacity: 1;
}
.p-hero__scroll-inner .p-in-txt span {
  display: block;
  animation: scroll_txt 2.5s cubic-bezier(0.5, 1, 0.89, 1) infinite;
}
.p-hero__scroll-inner .p-in-txt span:nth-child(1) {
  animation-delay: 3.5s;
}
.p-hero__scroll-inner .p-in-txt span:nth-child(2) {
  animation-delay: 3.6s;
}
.p-hero__scroll-inner .p-in-txt span:nth-child(3) {
  animation-delay: 3.7s;
}
.p-hero__scroll-inner .p-in-txt span:nth-child(4) {
  animation-delay: 3.8s;
}
.p-hero__scroll-inner .p-in-txt span:nth-child(5) {
  animation-delay: 3.9s;
}
.p-hero__scroll-inner .p-in-txt span:nth-child(6) {
  animation-delay: 4s;
}
@keyframes scroll_txt {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  29% {
    transform: translateY(100%);
    opacity: 0;
  }
  30% {
    transform: translateY(-100%);
    opacity: 0;
  }
  60% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media not all and (max-width: 900px) {
  .p-hero .l-sns {
    display: none;
  }
}

.p-label {
  background: url(../img/bg_label.jpg) center center repeat;
  background-size: 700px auto;
}
@media screen and (max-width: 900px) {
  .p-label {
    background-size: 350px auto;
  }
}
.p-label__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-label__container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-label__container {
    flex-wrap: wrap;
    transform: translateY(-5%);
  }
}
.p-label__ttl {
  position: relative;
  font-weight: 700;
  font-size: 120px;
  letter-spacing: 0.1rem;
  line-height: 1;
  overflow: hidden;
}
@media not all and (max-width: 900px) {
  .p-label__ttl {
    font-size: min(8.5714285714vw, 120px);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-label__ttl {
    font-size: 80px;
    font-size: 21.3333333333vw;
    writing-mode: vertical-rl;
    transform: translate(-10%, -2%);
    display: flex;
  }
}
.p-label__ttl span {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-label__ttl span {
    transform: translateX(-100%);
  }
}
.p-label__ttl span:nth-child(1) {
  transition-delay: 0s;
}
.p-label__ttl span:nth-child(2) {
  transition-delay: 0.1s;
}
.p-label__ttl span:nth-child(3) {
  transition-delay: 0.2s;
}
.p-label__ttl span:nth-child(4) {
  transition-delay: 0.3s;
}
.p-label__ttl span:nth-child(5) {
  transition-delay: 0.4s;
}
.p-label.is-active .p-label__ttl span {
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-label.is-active .p-label__ttl span {
    transform: translateX(0);
  }
}
@media not all and (max-width: 900px) {
  .p-label__list {
    width: 27.8%;
    padding-top: 3%;
  }
}
@media screen and (max-width: 900px) {
  .p-label__list {
    width: 53.6%;
  }
}
.p-label__list-item {
  margin: 0 auto;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
.p-label__list-item:nth-child(1) {
  transition-delay: 0.25s;
}
.p-label__list-item:nth-child(2) {
  transition-delay: 0.35s;
}
.p-label__list-item:nth-child(3) {
  transition-delay: 0.45s;
}
.p-label.is-active .p-label__list-item {
  transform: translateY(0);
  opacity: 1;
}
.p-label__list-item.--sml {
  width: 100%;
}
.p-label__list-item.--pr {
  width: 86%;
}
.p-label__list-item.--smar {
  width: 39.5%;
}
.p-label__list-item + .p-label__list-item {
  margin-top: 33.4%;
}
@media screen and (max-width: 900px) {
  .p-label__list-item + .p-label__list-item {
    margin-top: 28%;
  }
}
.p-label__txt {
  line-height: 1.95;
  letter-spacing: 0.05rem;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.p-label.is-active .p-label__txt {
  transform: translateY(0);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-label__txt {
    position: absolute;
    bottom: -1.5%;
    left: 0;
    font-size: min(1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-label__txt {
    width: 100%;
    margin-top: 19.5%;
    font-size: 3.4666666667vw;
  }
}

.p-release {
  background: url(../img/bg_release.jpg) center center repeat;
  background-size: 700px auto;
}
@media screen and (max-width: 900px) {
  .p-release {
    background-size: 350px auto;
  }
}
.p-release__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media not all and (max-width: 900px) {
  .p-release__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .p-release__container {
    transform: translateY(-5%);
  }
}
.p-release__ttl {
  font-weight: 700;
  font-size: 80px;
  font-size: min(5.7142857143vw, 80px);
  letter-spacing: 0.03rem;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-release__ttl {
    margin-bottom: 10.3%;
    font-size: 60px;
    font-size: 16vw;
    text-align: center;
  }
}
.p-release__ttl span {
  display: inline-block;
  line-height: 1;
  transform: translateY(100%);
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-release__ttl span:nth-child(1) {
  transition-delay: 0s;
}
.p-release__ttl span:nth-child(2) {
  transition-delay: 0.1s;
}
.p-release__ttl span:nth-child(3) {
  transition-delay: 0.2s;
}
.p-release__ttl span:nth-child(4) {
  transition-delay: 0.3s;
}
.p-release__ttl span:nth-child(5) {
  transition-delay: 0.4s;
}
.p-release__ttl span:nth-child(6) {
  transition-delay: 0.5s;
}
.p-release__ttl span:nth-child(7) {
  transition-delay: 0.6s;
}
.p-release.is-active .p-release__ttl span {
  transform: translateY(0);
}
.p-release__logo {
  width: 20.7%;
}
@media not all and (max-width: 900px) {
  .p-release__logo {
    transform: translate(6.6%, 7.9%) scale(1.1);
  }
}
@media screen and (max-width: 900px) {
  .p-release__logo {
    width: 50.2%;
    margin: 0 auto 13.5%;
    transform: scale(1.1);
  }
}
.p-release__logo {
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
}
.p-release.is-active .p-release__logo {
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-release.is-active .p-release__logo {
    transform: translate(6.6%, 7.9%) scale(1);
  }
}
@media screen and (max-width: 900px) {
  .p-release.is-active .p-release__logo {
    transform: scale(1);
  }
}
.p-release__logo img {
  display: block;
  transform: rotateY(180deg);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-release.is-active .p-release__logo img {
  transform: rotateY(0deg);
}
.p-release__txt {
  line-height: 1.95;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
}
.p-release.is-active .p-release__txt {
  transform: translateY(0);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-release__txt {
    padding-top: 1.2%;
    flex-shrink: 0;
    font-size: min(1.1428571429vw, 16px);
  }
}
@media screen and (max-width: 900px) {
  .p-release__txt {
    text-align: center;
    font-size: 3.4666666667vw;
  }
}

.p-live {
  background: url(../img/bg_live.jpg) center center repeat;
  background-size: 700px auto;
}
@media not all and (max-width: 900px) {
  .p-live {
    min-height: var(--win-h);
    padding-top: 19.5vh;
    padding-bottom: 19vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .p-live {
    padding-top: 32%;
    padding-bottom: 30.7%;
    background-size: 350px auto;
  }
}
.p-live__container {
  width: 100%;
  max-width: none;
}
.p-live__ttl {
  position: relative;
  width: 100%;
  margin-bottom: 5.95%;
  padding-top: min(13.3214285714%, 242.5px);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-live__ttl {
    margin-bottom: 16.5%;
    padding-top: 24.8666666667%;
  }
}
.p-live__ttl-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 116.7142857143%;
  max-width: 2125px;
  height: 100%;
  background: url(../img/ttl_live.png) left center repeat-x;
  background-size: auto 100%;
  font-size: 0;
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  will-change: transform;
}
@media screen and (max-width: 900px) {
  .p-live__ttl-inner {
    width: 217.8666666667%;
  }
}
.p-live__ttl-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/ttl_live.png) left center repeat-x;
  background-size: auto 100%;
  transform: translateX(100%);
}
.p-live__inner {
  width: 77.1428571429%;
  max-width: 1400px;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-live__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .p-live__inner {
    width: 89.3333333333%;
  }
}
.p-live__detail {
  font-family: "Roboto Condensed", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 900px) {
  .p-live__detail {
    margin-bottom: 11%;
  }
}
.p-live__date {
  display: flex;
  align-items: flex-end;
  margin-bottom: 17.2%;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .p-live__date {
    margin-bottom: 10.2%;
  }
}
.p-live__date {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.p-live.is-active .p-live__date {
  transform: translateY(0);
  opacity: 1;
}
.p-live__date-month {
  font-size: 113px;
  font-size: min(8.0714285714vw, 113px);
  letter-spacing: -0.5rem;
}
@media screen and (max-width: 900px) {
  .p-live__date-month {
    font-size: 56px;
    font-size: 14.9333333333vw;
    letter-spacing: -0.2rem;
  }
}
.p-live__date-day {
  position: relative;
  font-size: 113px;
  font-size: min(8.0714285714vw, 113px);
  letter-spacing: -0.5rem;
  margin-left: 8.7%;
  transform: translateY(36%);
}
@media screen and (max-width: 900px) {
  .p-live__date-day {
    margin-left: 5.5%;
    font-size: 56px;
    font-size: 14.9333333333vw;
    letter-spacing: -0.2rem;
  }
}
.p-live__date-day::before {
  content: "";
  position: absolute;
  top: -29%;
  left: -13%;
  width: 1px;
  height: 124%;
  background: #fff;
  transform: rotate(30deg);
}
.p-live__date-dow {
  margin-left: 5%;
  font-size: 24px;
  font-size: min(1.7142857143vw, 24px);
  line-height: 1.3;
  transform: translateY(53%);
}
@media screen and (max-width: 900px) {
  .p-live__date-dow {
    margin-left: 3.2%;
    font-size: 12px;
    font-size: 3.2vw;
    transform: translateY(56%);
  }
}
.p-live__place {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
.p-live.is-active .p-live__place {
  transform: translateY(0);
  opacity: 1;
}
.p-live__place-main {
  margin-bottom: 4%;
  font-size: 34px;
  font-size: min(2.4285714286vw, 34px);
  line-height: 1.21;
}
@media screen and (max-width: 900px) {
  .p-live__place-main {
    margin-bottom: 3.3%;
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.p-live__place-sub {
  font-size: min(1.1428571429vw, 16px);
}
@media screen and (max-width: 900px) {
  .p-live__place-sub {
    font-size: 3.4666666667vw;
  }
}
.p-live__txt {
  position: relative;
  line-height: 1.95;
}
@media not all and (max-width: 900px) {
  .p-live__txt {
    padding-top: 0.5%;
  }
}
.p-live__txt-main {
  font-size: 20px;
  font-size: min(1.4285714286vw, 20px);
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
@media screen and (max-width: 900px) {
  .p-live__txt-main {
    transition-delay: 0.5s;
  }
}
.p-live.is-active .p-live__txt-main {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .p-live__txt-main {
    font-size: 15px;
    line-height: 2;
    font-size: 4vw;
  }
}
.p-live__txt-sub {
  margin-top: 15%;
  font-size: min(1.1428571429vw, 16px);
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
@media screen and (max-width: 900px) {
  .p-live__txt-sub {
    margin-top: 5.2%;
    font-size: 3.4666666667vw;
    transition-delay: 0.6s;
  }
}
.p-live.is-active .p-live__txt-sub {
  transform: translateY(0);
  opacity: 1;
}
.p-live__btn {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.p-live.is-active .p-live__btn {
  transform: translateY(0);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-live__btn {
    margin-top: 4.7%;
  }
}
@media screen and (max-width: 900px) {
  .p-live__btn {
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 80px;
    height: 80px;
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}