@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html,
body {
  background-color: #000;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  font-size: min(0.8327550312vw, 62.5%);
  overflow: visible;
  scroll-behavior: auto;
}
@media screen and (max-width: 767.98px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #ece6df;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767.98px) {
  html {
    font-size: 2.66666vw;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.u-en {
  font-family: "Lato", serif;
}

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .pc {
    display: none;
  }
}

.js-anime {
  opacity: 0;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}
.js-anime.js-animeOn {
  -webkit-animation: isFade 1.2s ease-in-out forwards;
          animation: isFade 1.2s ease-in-out forwards;
}

@-webkit-keyframes isFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes isFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
[data-inview] {
  opacity: 0;
}

[data-inview=fade-up],
[data-inview=fade-fast] {
  -webkit-transform: translate(0, 10rem);
          transform: translate(0, 10rem);
}

.c-txt {
  font-size: 1.4rem;
  line-height: 2.4;
}
@media screen and (max-width: 767.98px) {
  .c-txt {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	header
* --------------------------------------------------------------------------------------------------*/
#l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.l-header__inner {
  position: relative;
  padding: 2.55rem 3rem 3.4rem;
  z-index: 110;
}
@media screen and (max-width: 767.98px) {
  .l-header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .l-header__inner .l-language-wrapper {
    display: none;
  }
}

.l-header__logo {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s visible, 0.3s opacity;
  transition: 0.3s visible, 0.3s opacity;
}
.l-header__logo.is-in {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__logo.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.l-header__logo a {
  text-decoration: none;
}
@media (any-hover) {
  .l-header__logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header__logo {
    width: 13.2rem;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s opacity, 0.3s visibility;
    transition: 0.3s opacity, 0.3s visibility;
  }
}

.l-hamburger-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.7rem;
  position: absolute;
  right: 3rem;
  top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger-wrapper {
    margin-left: auto;
  }
}
.l-hamburger-wrapper.is-open .l-hamburger .c-line:first-of-type {
  top: calc(50% - 0.5px);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: unset;
          animation: unset;
}
.l-hamburger-wrapper.is-open .l-hamburger .c-line:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: unset;
          animation: unset;
}
.l-hamburger-wrapper.is-open .l-hamburger .c-line:last-of-type {
  top: calc(50% - 0.5px);
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-animation: unset;
          animation: unset;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.l-hamburger {
  width: 4rem;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  border: none;
  padding: 0;
}
@media (any-hover: hover) {
  .l-hamburger:hover .c-line:first-of-type {
    -webkit-animation: line-1 2s infinite;
            animation: line-1 2s infinite;
  }
  .l-hamburger:hover .c-line:nth-of-type(2) {
    -webkit-animation: line-2 2s -3.3s infinite;
            animation: line-2 2s -3.3s infinite;
  }
  .l-hamburger:hover .c-line:nth-of-type(3) {
    -webkit-animation: line-1 2s -0.1s infinite;
            animation: line-1 2s -0.1s infinite;
  }
}
@media screen and (max-width: 767.98px) {
  .l-hamburger {
    width: 2.8rem;
  }
}
.l-hamburger .c-line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.l-hamburger .c-line:first-of-type {
  top: 0;
}
.l-hamburger .c-line:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.l-hamburger .c-line:last-of-type {
  top: calc(100% - 1px);
}

@-webkit-keyframes line-1 {
  0% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  10% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  60% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
}

@keyframes line-1 {
  0% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  10% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  20% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
  60% {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.7, 1);
            transform: scale(0.7, 1);
  }
}
@-webkit-keyframes line-2 {
  0% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  10% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  20% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  50% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  60% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
}
@keyframes line-2 {
  0% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  10% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  20% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  30% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  40% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  50% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
  60% {
    -webkit-transform: scale(0.2, 1);
            transform: scale(0.2, 1);
  }
  70% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  80% {
    -webkit-transform: scale(0.4, 1);
            transform: scale(0.4, 1);
  }
  90% {
    -webkit-transform: scale(0.1, 1);
            transform: scale(0.1, 1);
  }
  100% {
    -webkit-transform: scale(0.3, 1);
            transform: scale(0.3, 1);
  }
}
.l-hamburger-inner {
  display: block;
  position: relative;
  height: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .l-hamburger-inner {
    height: 1.6rem;
  }
}

.c-menu-text {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-top: 1.4rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .c-menu-text {
    font-size: 0.8rem;
    margin-top: 0.9rem;
  }
}

.l-language-wrapper {
  position: absolute;
  right: 0;
  top: 100%;
  width: 11rem;
}
@media screen and (max-width: 767.98px) {
  .l-language-wrapper {
    right: auto;
    left: 2rem;
    position: relative;
    top: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.l-language {
  background-color: transparent;
  padding: 0;
  border: none;
  position: relative;
  font: inherit;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-left: auto;
  padding: 0 3rem 0 2rem;
}
@media screen and (max-width: 767.98px) {
  .l-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.8rem;
    margin: 0;
    padding: 0;
  }
  .l-language.is-open .c-language-txt::after {
    -webkit-transform: translateY(-10%) rotate(225deg);
            transform: translateY(-10%) rotate(225deg);
  }
}
.l-language .icn {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .l-language .icn {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.2rem;
  }
}

.c-language-txt {
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
  margin-top: 1rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .c-language-txt {
    position: relative;
    margin: 0 0 0 0.3rem;
    padding-right: 1.5rem;
    text-align: left;
    top: auto;
  }
  .c-language-txt::after {
    right: 0;
    content: "";
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
  }
}

.l-select-language {
  position: relative;
  white-space: nowrap;
  right: 0;
  padding-top: 1rem;
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-select-language {
    position: static;
    padding-top: 0.5rem;
    margin: 0 0 0 1.7rem;
  }
}
.l-select-language li {
  font-size: 1.4rem;
  text-align: right;
}
.l-select-language li.is-current {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .l-select-language li {
    text-align: left;
  }
}
.l-select-language a {
  display: block;
  padding: 1rem 3rem 1rem 2rem;
  text-decoration: none;
  text-align: right;
  color: #fff;
}
@media (any-hover) {
  .l-select-language a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-select-language a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-select-language a {
    padding: 0.8rem 0;
    display: inline-block;
    position: relative;
    padding-right: 1.6rem;
    text-align: center;
  }
}

.l-global-nav-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 100vh;
  padding-top: 20rem;
  padding-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000 no-repeat top center/cover;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity, visibility 0.3s;
  transition: 0.3s opacity, visibility 0.3s;
}
.l-global-nav-content.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767.98px) {
  .l-global-nav-content {
    display: block;
    padding-top: 12rem;
    height: 100dvh;
    overflow: auto;
    background-image: url(../img/bg_nav_sp.jpg);
  }
  @supports (background-image: url(image.webp)) {
    .l-global-nav-content {
      background-image: url(../img/bg_nav_sp.webp);
    }
  }
}
.l-global-nav-content .p-utility-nav {
  margin-top: auto;
}
@media screen and (max-width: 767.98px) {
  .l-global-nav-content .p-utility-nav {
    margin-top: 16rem;
    padding: 0 2rem;
  }
}
.l-global-nav-content .p-utility-nav__item a {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-global-nav-content .p-utility-nav__item a {
    text-align: left;
    padding: 1.3rem 0;
  }
}

.p-primary-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav {
    width: auto;
    margin: 6rem 0 0;
    padding: 0 2rem;
  }
}

.p-primary-nav__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-primary-nav__item {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item {
    font-size: 2rem;
  }
}
.p-primary-nav__item + .p-primary-nav__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item + .p-primary-nav__item {
    margin-top: 0;
  }
}
.p-primary-nav__item a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item a {
    padding: 1.2rem 0;
  }
}
@media (any-hover: hover) {
  .p-primary-nav__item a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-primary-nav__item a::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 767.98px) {
  .p-primary-nav__item a::after {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	footer
* --------------------------------------------------------------------------------------------------*/
#l-footer {
  padding-top: 5rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  #l-footer {
    padding-bottom: 5rem;
  }
}

.l-footer__inner {
  position: relative;
  z-index: 10;
}

.l-footer__logo {
  width: 10.2rem;
  margin: 0 auto;
  text-align: center;
}
@media (any-hover) {
  .l-footer__logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer__logo a:hover {
    opacity: 0.7;
  }
}

#l-footer .p-utility-nav__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3rem;
  max-width: 56rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  #l-footer .p-utility-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: inherit;
    gap: 0 1.5rem;
    padding: 0 2rem;
  }
}

.l-footer__breadcrumbs {
  padding: 0 2rem;
  max-width: 80rem;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__breadcrumbs {
    margin: 0 auto 4rem;
  }
}
.l-footer__breadcrumbs ol {
  padding: 0;
  margin: 0;
}
.l-footer__breadcrumbs ol li {
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.4;
  display: inline;
}
.l-footer__breadcrumbs ol li:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin-inline: 0.4em;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  width: 1rem;
  aspect-ratio: 1;
  background-color: #949494;
}
.l-footer__breadcrumbs ol li a {
  color: #949494;
  text-underline-offset: 3px;
}
@media (any-hover) {
  .l-footer__breadcrumbs ol li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-footer__breadcrumbs ol li a:hover {
    opacity: 0.7;
  }
}
.l-footer__breadcrumbs ol li a.current {
  pointer-events: none;
  text-decoration: none;
}

.p-utility-nav {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav {
    margin-top: 3rem;
  }
}

.p-utility-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav__list {
    display: block;
  }
}

.p-utility-nav__item {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav__item {
    text-align: center;
  }
}
.p-utility-nav__item a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
}
@media (any-hover: hover) {
  .p-utility-nav__item a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.p-utility-nav__item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}
@media screen and (max-width: 767.98px) {
  .p-utility-nav__item a {
    display: block;
    text-align: center;
    padding: 1rem 0;
  }
}
.p-utility-nav__item a[target=_blank] span {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
}
.p-utility-nav__item a[target=_blank] span::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: url(../img/icn_blank.svg) no-repeat center center/100% 100%;
  top: 0.2rem;
  right: 0;
}

.c-copyright {
  margin-top: 4rem;
  display: block;
  font-size: 1rem;
  color: #949494;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-copyright {
    margin-top: 2.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	main
* --------------------------------------------------------------------------------------------------*/
.l-mv__inner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media screen and (max-width: 767.98px) {
  .l-mv__inner {
    min-height: 56.8rem;
  }
}

video::-webkit-media-controls {
  display: none !important;
}

.mv_txt {
  position: absolute;
  z-index: 10;
  color: #fff;
  bottom: 3rem;
  font-weight: 300;
}
@media screen and (max-width: 767.98px) {
  .mv_txt {
    bottom: 1rem;
  }
}

.mv_txt01 {
  left: 3rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .mv_txt01 {
    font-size: 1rem;
    left: 2rem;
  }
}
.mv_txt01 span {
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  .mv_txt01 span {
    font-size: 1.5rem;
  }
}

.mv_txt02 {
  right: 3rem;
  font-size: 1.6rem;
  line-height: 1.6875;
}
@media screen and (max-width: 767.98px) {
  .mv_txt02 {
    padding-bottom: 2.2rem;
    right: 2rem;
    font-size: 1.3rem;
  }
}

.p-scroll {
  position: absolute;
  right: 2rem;
  bottom: 6rem;
  height: 10rem;
  width: 1rem;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-scroll {
    display: block;
  }
}
.p-scroll span {
  width: 100%;
  height: 5rem;
  position: absolute;
  -webkit-animation: arrow 3s infinite;
          animation: arrow 3s infinite;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.p-scroll span img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 0;
  }
}
.kv-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-content__inner {
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .l-content__inner {
    padding: 0 2rem;
  }
}

#greeting {
  padding-top: 6rem;
}

.p-primary__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-primary__content {
    display: block;
  }
}
.p-primary__content .c-section__ttl {
  font-weight: 300;
  padding-right: 5rem;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-primary__content .c-section__ttl {
    font-size: 2rem;
    padding-right: 0;
  }
}
.p-primary__content .c-section__ttl .u-txtsize--small {
  font-size: 2rem;
  margin-bottom: 3rem;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .p-primary__content .c-section__ttl .u-txtsize--small {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.p-primary__content .p-txt-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2rem 0 2rem 8rem;
  border-left: 1px solid #2a2a2a;
  max-width: 70rem;
}
@media screen and (max-width: 767.98px) {
  .p-primary__content .p-txt-wrapper {
    border: none;
    padding: 3rem 0 0;
    width: auto;
    max-width: inherit;
  }
}
.p-primary__content .c-txt {
  font-size: 1.4rem;
  line-height: 2.4;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .p-primary__content .c-txt {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.p-primary__content .c-txt + .c-txt {
  margin-top: 1em;
}

#about {
  padding-top: 14.9rem;
}
@media screen and (max-width: 767.98px) {
  #about {
    padding-top: 12rem;
  }
}
#about .p-primary__content .p-txt-wrapper {
  padding-left: 4rem;
}
@media screen and (max-width: 767.98px) {
  #about .p-primary__content .p-txt-wrapper {
    padding-left: 0;
  }
  #about .p-primary__content .p-txt-wrapper .u-txtsize--small {
    font-size: 1.4rem;
  }
}
#about .c-txt {
  text-align: justify;
}
#about .u-ls {
  letter-spacing: 0;
}

/* ----------------------------------------------------------------------------------------------------
*	Repeat the Unrepeatable
* --------------------------------------------------------------------------------------------------*/
#rtu {
  padding-top: 30rem;
  padding-bottom: 42rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #rtu {
    padding-top: 10rem;
    padding-bottom: 14rem;
  }
}

.l-grad-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.l-grad-content-01 {
  top: 0;
}
.l-grad-content-01 .l-gradetion > div {
  /* &.js-fade-in {
  	animation: grad 6s forwards ease-out;
  	@include mq(m) {
  		animation: grad-sp 6s forwards ease-out;
  	}
  } */
}

.l-grad-content-02 {
  bottom: 53.7rem;
}
@media screen and (max-width: 767.98px) {
  .l-grad-content-02 {
    bottom: 20.4rem;
  }
}
.l-grad-content-02 .l-gradetion > div {
  /* &.js-fade-in {
  	animation: grad-rev 8s forwards ease-out;
  	@include mq(m) {
  		animation: grad-sp-rev 6s forwards ease-out;
  	}
  } */
}

.l-grad-content-03 {
  overflow: hidden;
  height: 140vh;
  bottom: -3rem;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .l-grad-content-03 {
    height: 23.8rem;
    bottom: 29.4rem;
  }
}
.l-grad-content-03 .l-gradetion {
  height: 79.7rem;
}
@media screen and (max-width: 767.98px) {
  .l-grad-content-03 .l-gradetion {
    height: 23.8rem;
  }
}
.l-grad-content-03 .l-gradetion > div {
  height: 79.7rem;
  /* &.js-fade-in {
  	animation: grad-3 6s forwards ease-out;
  	@include mq(m) {
  		animation: grad-sp-3 6s forwards ease-out;
  	}
  } */
}
@media screen and (max-width: 767.98px) {
  .l-grad-content-03 .l-gradetion > div {
    height: 23.8rem;
  }
}

.l-grad-content-04 {
  bottom: 53.7rem;
}
@media screen and (max-width: 767.98px) {
  .l-grad-content-04 {
    bottom: 20.4rem;
  }
}
.l-grad-content-04 .l-gradetion > div {
  /* &.js-fade-in {
  	animation: grad-rev 8s forwards ease-out;
  	@include mq(m) {
  		animation: grad-sp-rev 6s forwards ease-out;
  	}
  } */
}

.l-grad-upper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 14.8rem;
}
@media screen and (max-width: 767.98px) {
  .l-grad-upper {
    height: 3rem;
  }
}
.l-grad-upper img {
  width: 100%;
  height: 100%;
}

.l-gradetion {
  -webkit-mask-image: url(../img/mask.svg);
          mask-image: url(../img/mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top center;
          mask-position: top center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 43.7rem;
}
@media screen and (max-width: 767.98px) {
  .l-gradetion {
    height: 17.4rem;
    width: 150%;
    left: auto;
  }
}
.l-gradetion > div {
  top: 0;
  right: 0;
  position: absolute;
  height: 43.7rem;
  width: 100%;
  display: block;
  -webkit-transform: translateX(-95%);
          transform: translateX(-95%);
}
@media screen and (max-width: 767.98px) {
  .l-gradetion > div {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.l-gradetion > div img {
  max-width: inherit;
  width: 100%;
  height: 100%;
}

.l-gradetion.-rev {
  -webkit-mask-image: url(../img/mask_rev.svg);
          mask-image: url(../img/mask_rev.svg);
}
@media screen and (max-width: 767.98px) {
  .l-gradetion.-rev {
    -webkit-mask-image: url(../img/mask.svg);
            mask-image: url(../img/mask.svg);
    left: 0;
  }
}
.l-gradetion.-rev > div {
  height: 43.7rem;
  width: 100%;
  -webkit-transform: translateX(95%);
          transform: translateX(95%);
}
@media screen and (max-width: 767.98px) {
  .l-gradetion.-rev > div {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@-webkit-keyframes grad {
  0% {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%);
  }
  100% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
}

@keyframes grad {
  0% {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%);
  }
  100% {
    -webkit-transform: translateX(15%);
            transform: translateX(15%);
  }
}
@-webkit-keyframes grad-sp {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@keyframes grad-sp {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@-webkit-keyframes grad-rev {
  0% {
    -webkit-transform: translateX(95%);
            transform: translateX(95%);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@keyframes grad-rev {
  0% {
    -webkit-transform: translateX(95%);
            transform: translateX(95%);
  }
  100% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
@-webkit-keyframes grad-sp-rev {
  0% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@keyframes grad-sp-rev {
  0% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
@-webkit-keyframes grad-3 {
  0% {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@keyframes grad-3 {
  0% {
    -webkit-transform: translateX(-95%);
            transform: translateX(-95%);
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
  }
}
@-webkit-keyframes grad-sp-3 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@keyframes grad-sp-3 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
.anchor {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

#unrepeatable {
  top: -8rem;
}

.p-rtu__content {
  position: relative;
}
.p-rtu__content .c-section__ttl {
  font-weight: 300;
  font-size: 8.8rem;
  width: 59.2rem;
  position: relative;
}
.p-rtu__content .c-section__ttl img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-rtu__content .c-section__ttl {
    font-size: 3rem;
    width: 6em;
    line-height: 1.2;
  }
}
.p-rtu__content .c-heading__txt {
  margin-top: 8rem;
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-rtu__content .c-heading__txt {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.p-rtu__content .p-txt-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  position: relative;
  z-index: 10;
  grid-area: ttl;
}
.p-rtu__content .p-img-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  display: block;
  margin-top: 15.3rem;
  margin-left: -1rem;
  grid-area: img;
}
@media screen and (max-width: 767.98px) {
  .p-rtu__content .p-img-wrapper {
    margin: 4rem auto 0;
    width: 100%;
  }
}

.p-rtu__inner {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  -ms-grid-columns: auto 0px min(48vw, 75rem);
  grid-template-columns: auto min(48vw, 75rem);
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
      grid-template-areas: "ttl img" "txt img";
}
@media screen and (max-width: 767.98px) {
  .p-rtu__inner {
    display: block;
  }
}

.p-rtu__txt-block {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 6rem;
  padding-top: 5rem;
  grid-area: txt;
}
@media screen and (max-width: 767.98px) {
  .p-rtu__txt-block {
    padding-top: 4rem;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-rtu__txt-block .c-ttl {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-rtu__txt-block .c-ttl {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.p-rtu__txt-block .c-txt {
  letter-spacing: 0.1em;
  line-height: 2;
  line-break: strict;
}
@media screen and (max-width: 767.98px) {
  .p-rtu__txt-block .c-txt {
    letter-spacing: 0.1em;
    line-height: 1.9;
  }
}
.p-rtu__txt-block .c-txt + .c-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .p-rtu__txt-block .c-txt + .c-txt {
    margin-top: 1.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	Gallery
* --------------------------------------------------------------------------------------------------*/
#ga {
  padding-bottom: 42rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #ga {
    padding-bottom: 14rem;
  }
}

.p-ga__content .c-section__ttl {
  font-size: 8.8rem;
  font-weight: 300;
  position: relative;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-ga__content .c-section__ttl {
    font-size: 3rem;
    letter-spacing: 0.05em;
    margin-bottom: 3rem;
  }
}

.p-ga__gallery {
  padding: 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery {
    padding: 0 2rem;
  }
}
.p-ga__gallery .p-gallery {
  position: relative;
  margin: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-ga__gallery .p-gallery__item {
  position: relative;
  opacity: 0;
}
.p-ga__gallery .p-gallery__item .inn {
  display: block;
  position: relative;
  margin: auto;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.p-ga__gallery .p-gallery__item img {
  display: block;
  margin: auto;
}
.p-ga__gallery .p-gallery__item.-item01 {
  margin-left: 6.3194444444%;
  width: 58.3333333333%;
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item01 {
    width: 100%;
    margin: auto;
  }
}
.p-ga__gallery .p-gallery__item.-item02 {
  margin-top: 6.5rem;
  margin-right: 0;
  margin-left: auto;
  width: 26.3888888889%;
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item02 {
    margin-top: 4.5138888889vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item02 {
    margin-top: 3.2rem;
    width: 100%;
  }
  .p-ga__gallery .p-gallery__item.-item02 .inn {
    width: 17.5rem;
    margin-right: 0;
  }
}
.p-ga__gallery .p-gallery__item.-item03 {
  margin-top: -17rem;
  width: 27.7777777778%;
  margin-left: 52.0833333333%;
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item03 {
    margin-top: -9.9305555556vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item03 {
    width: 100%;
    margin-top: -6.3rem;
    margin-left: 0;
  }
  .p-ga__gallery .p-gallery__item.-item03 .inn {
    width: 17rem;
    margin-left: 0;
    margin-right: auto;
  }
}
.p-ga__gallery .p-gallery__item.-item04 {
  margin-top: -3.7rem;
  width: 40.9722222222%;
  margin-left: 2.7777777778%;
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item04 {
    margin-top: -2.5694444444vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item04 {
    width: 25rem;
    margin-top: 3rem;
    margin-left: 0;
    margin-right: auto;
  }
}
.p-ga__gallery .p-gallery__item.-item05 {
  margin-top: 12rem;
  margin-right: 0;
  margin-left: auto;
  width: 53.4722222222%;
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item05 {
    margin-top: 8.3333333333vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item05 {
    width: 30rem;
    margin-top: -5rem;
    margin-right: 0;
    margin-left: auto;
  }
}
.p-ga__gallery .p-gallery__item.-item06 {
  width: 100%;
  margin-top: -18.8rem;
  padding-right: 2.7777777778%;
}
.p-ga__gallery .p-gallery__item.-item06 .inn {
  margin-right: 0;
  z-index: 2;
  width: 34.7222222222%;
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item06 .inn {
    width: 17rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item06 {
    margin-top: -13.0555555556vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item06 {
    margin-top: 0;
    padding-right: 0;
  }
}
.p-ga__gallery .p-gallery__item.-item07 {
  width: 100%;
  margin-top: -6rem;
}
.p-ga__gallery .p-gallery__item.-item07 .inn {
  z-index: 1;
  width: 36.1111111111%;
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item07 .inn {
    width: 17rem;
    margin: 0;
  }
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item07 {
    margin-top: -4.1666666667vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item07 {
    margin-top: -1rem;
  }
}
.p-ga__gallery .p-gallery__item.-item08 {
  width: 100%;
  margin-top: -6rem;
  padding-left: 2.7777777778%;
}
.p-ga__gallery .p-gallery__item.-item08 .inn {
  width: 34.6527777778%;
  margin-left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item08 .inn {
    width: 17.5rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item08 {
    margin-top: -4.1666666667vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item08 {
    margin-right: 2rem;
    padding-left: 0;
    position: relative;
    z-index: 1;
  }
}
.p-ga__gallery .p-gallery__item.-item09 {
  width: 100%;
  padding-right: 2.7777777778%;
  margin-top: 7rem;
}
.p-ga__gallery .p-gallery__item.-item09 .inn {
  margin-right: 0;
  margin-left: auto;
  width: 34.5833333333%;
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item09 .inn {
    width: 17.5rem;
    z-index: 0;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item09 {
    margin-top: 4.8611111111vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item09 {
    padding-right: 0;
    margin-top: 2rem;
  }
}
.p-ga__gallery .p-gallery__item.-item10 {
  width: 52.0833333333%;
  margin-top: -56.7rem;
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item10 {
    margin-top: -39.375vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item10 {
    width: 30rem;
    margin-top: 2rem;
    margin-left: -2rem;
  }
  .p-ga__gallery .p-gallery__item.-item10 .inn {
    z-index: 0;
  }
}
.p-ga__gallery .p-gallery__item.-item11 {
  width: 100%;
  margin-top: 10.5rem;
}
.p-ga__gallery .p-gallery__item.-item11 .inn {
  width: 52.7777777778%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item11 .inn {
    width: 30rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item11 {
    margin-top: 7.2916666667vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item11 {
    margin-top: 28.5rem;
  }
}
.p-ga__gallery .p-gallery__item.-item12 {
  width: 31.25%;
  margin-top: -59.6rem;
  margin-left: 11.8055555556%;
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item12 {
    margin-top: -41.3888888889vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item12 {
    width: 23rem;
    margin-top: -46.5rem;
    margin-left: auto;
    margin-right: 0;
  }
}
.p-ga__gallery .p-gallery__item.-item13 {
  width: 100%;
  margin-top: -26.7rem;
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item13 {
    margin-top: -18.5416666667vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item13 {
    margin-top: -29.2rem;
  }
}
.p-ga__gallery .p-gallery__item.-item13 .inn {
  width: 27.7777777778%;
  margin: 0 0 0 2.7777777778%;
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item13 .inn {
    width: 17rem;
    margin-left: 0;
  }
}
.p-ga__gallery .p-gallery__item.-item14 {
  width: 100%;
  margin-top: -13.7rem;
}
@media screen and (max-width: 1440px) {
  .p-ga__gallery .p-gallery__item.-item14 {
    margin-top: -9.5138888889vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item14 {
    margin-top: -1.2rem;
  }
}
.p-ga__gallery .p-gallery__item.-item14 .inn {
  width: 17.3611111111vw;
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item.-item14 .inn {
    width: 15rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-ga__gallery .p-gallery__item {
    max-width: none;
  }
}
.p-ga__gallery .p-gallery__item.js-fade-in {
  -webkit-animation: gaAnim 0.8s linear forwards;
          animation: gaAnim 0.8s linear forwards;
}
.p-ga__gallery .p-gallery__item.js-fade-in:nth-of-type(3n+1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.p-ga__gallery .p-gallery__item.js-fade-in:nth-of-type(5n+1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes gaAnim {
  0% {
    opacity: 0;
    -webkit-filter: blur(2rem);
            filter: blur(2rem);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes gaAnim {
  0% {
    opacity: 0;
    -webkit-filter: blur(2rem);
            filter: blur(2rem);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.p-ga__movie {
  width: 90rem;
  max-width: 100%;
  margin: 13.7rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-ga__movie {
    margin-top: 10rem;
  }
}
.p-ga__movie .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-ga__movie .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------------------------------------------
*	Event Overview
* --------------------------------------------------------------------------------------------------*/
.p-eo__content {
  position: relative;
}
.p-eo__content .c-section__ttl {
  font-size: 8.8rem;
  font-weight: 300;
  width: 40.1rem;
  position: relative;
}
.p-eo__content .c-section__ttl img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-eo__content .c-section__ttl {
    width: 7em;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}

#overivew {
  top: -8rem;
}

.p-eo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .p-eo__inner {
    display: block;
    margin-top: 2.5rem;
  }
}
.p-eo__inner .p-block01 {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-eo__inner .p-block01 {
    margin-top: 0;
  }
}
.p-eo__inner .p-block02 {
  margin-left: 2rem;
  margin-top: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-eo__inner .p-block02 {
    margin: 5rem 0 0;
  }
}
.p-eo__inner .p-block03 {
  margin-left: 8.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-eo__inner .p-block03 {
    width: auto;
    margin: 1rem 0 0;
  }
  .p-eo__inner .p-block03 img {
    width: 100%;
    height: auto;
  }
}

.p-period dt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-period dt {
    font-size: 1rem;
  }
}
.p-period dd {
  margin-top: 3rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .p-period dd {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.p-days {
  margin-top: 3rem;
}
.p-days > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-days > div.u-line--3 {
  margin-top: 2rem;
}
.p-days > div.u-line--3 dd::before {
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-days > div dt {
  font-size: 1.2rem;
  width: 9em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.1em;
}
.p-days > div dd {
  font-size: 1.2rem;
  padding-left: 2.5rem;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-days > div dd {
    padding-left: 1.5rem;
  }
  .p-days > div dd p {
    line-height: 1.9;
  }
}
.p-days > div dd::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.5px;
  height: 100%;
  background-color: #777068;
}
.p-days > div .c-note {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767.98px) {
  .p-days > div .c-note {
    letter-spacing: 0;
    text-indent: 0;
    padding-left: 0;
  }
}

.p-place {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-place dt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-place dt {
    font-size: 1rem;
  }
}
.p-place dd {
  margin-top: 3rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-place dd {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.p-place dd span {
  margin-top: 1.9rem;
  display: block;
  font-size: 1.2rem;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-place dd span {
    margin-top: 0.5rem;
    text-align: center;
  }
}

.p-gmap {
  aspect-ratio: 1100/525;
  margin-top: 10.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-gmap {
    margin-top: 5rem;
    aspect-ratio: 1/1;
  }
}
.p-gmap iframe {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  width: 100%;
  height: 100%;
}

.p-svg {
  display: none;
}

#contact {
  position: relative;
  text-align: center;
  padding-top: 23.4rem;
  padding-bottom: 20rem;
  z-index: 12;
}
@media screen and (max-width: 767.98px) {
  #contact {
    padding: 10rem 0 12.2rem;
  }
}
#contact .c-section__ttl {
  font-size: 8.8rem;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
  width: 32.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #contact .c-section__ttl {
    font-size: 3rem;
    width: 4em;
  }
}
#contact .c-txt {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  #contact .c-txt {
    font-size: 1.1rem;
  }
}

.c-contact__upper {
  padding-top: 8.3rem;
}
@media screen and (max-width: 767.98px) {
  .c-contact__upper {
    padding-top: 4rem;
  }
}

.c-contact__bottom {
  padding-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .c-contact__bottom {
    padding-top: 3rem;
  }
}

.c-contact__upper .c-link,
.c-contact__bottom .c-link {
  margin-top: 1em;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .c-contact__upper .c-link,
  .c-contact__bottom .c-link {
    font-size: 1.6rem;
  }
}
.c-contact__upper a,
.c-contact__bottom a {
  color: currentColor;
  text-decoration: none;
  display: inline-block;
}
@media (any-hover) {
  .c-contact__upper a,
  .c-contact__bottom a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-contact__upper a:hover,
  .c-contact__bottom a:hover {
    opacity: 0.7;
  }
}

.l-content_wrapper {
  overflow: hidden;
  position: relative;
}
/*# sourceMappingURL=style.css.map */