@charset "UTF-8";
.is-locked {
  overflow: hidden !important;
  height: 100% !important;
}

body {
  opacity: 0;
  overflow-x: hidden;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

body.is-ready {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.page .Inner__wrap nav.gloval ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.page .Inner__wrap nav.gloval ul li a {
    padding: 0.25em;
  }
  br.u-pc-only {
    display: none;
  }
}
/* ==========================================================================
   Main Visual Stage
   ========================================================================== */
.mv-stage-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 0;
}
.mv-stage-wrapper .mv-background {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  opacity: 0.35;
}
.mv-stage-wrapper .mv-background img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-stage-wrapper .mv-wipe-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 20;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.mv-fixed-layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.mv-fixed-layers .mv-logo, .mv-fixed-layers .mv-nav, .mv-fixed-layers .mv-controls {
  pointer-events: auto;
  position: absolute;
}
.mv-fixed-layers .mv-logo {
  top: 0;
  left: 2vw;
  width: 250px;
}
.mv-fixed-layers .mv-logo img {
  width: 100%;
}
.mv-fixed-layers .mv-nav {
  top: 13vh;
  left: 4vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv-fixed-layers .mv-nav {
    display: none;
  }
}
.mv-fixed-layers .mv-nav ul {
  list-style: none;
  padding: 0;
}
.mv-fixed-layers .mv-nav ul li {
  margin-bottom: 0;
}
.mv-fixed-layers .mv-nav ul li a {
  text-decoration: none;
  color: #242424;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.mv-fixed-layers .mv-nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.mv-fixed-layers .mv-nav ul li a:hover {
  color: var(--red);
}
.mv-fixed-layers .mv-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.mv-fixed-layers .mv-controls {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-fixed-layers .mv-controls {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv-fixed-layers .mv-controls {
    height: 45px;
  }
}
.mv-fixed-layers .mv-controls button {
  background: none;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  pointer-events: auto;
}
.mv-fixed-layers .mv-controls button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.mv-fixed-layers .mv-controls button.js-mv-prev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}
.mv-fixed-layers .mv-controls button.js-mv-next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

/* メインステージ（スライド） */
.mv-main-stage {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mv-main-stage .mv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.mv-main-stage .mv-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.mv-main-stage .mv-slide .mv-caption-area {
  position: absolute;
  bottom: 12.5dvh;
  left: 4vw;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mv-main-stage .mv-slide .mv-caption-area {
    left: 0;
  }
}
.mv-main-stage .mv-slide .mv-caption-area .mv-caption-row {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#9000FF), color-stop(48%, #1933D9), to(#00BBFF));
  background: linear-gradient(90deg, #9000FF 0%, #1933D9 48%, #00BBFF 100%);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  padding: 15px 15px;
  font-family: "Shippori Mincho", serif;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 767px) {
  .mv-main-stage .mv-slide .mv-caption-area .mv-caption-row {
    margin-bottom: 5px;
  }
}
.mv-main-stage .mv-slide .mv-caption-area .mv-caption-row.secondary {
  margin-left: 2.6vw;
  background: -webkit-gradient(linear, left top, right top, from(#00BBFF), color-stop(52%, #1933D9), to(#D71267));
  background: linear-gradient(90deg, #00BBFF 0%, #1933D9 52%, #D71267 100%);
}
@media screen and (max-width: 767px) {
  .mv-main-stage .mv-slide .mv-caption-area .mv-caption-row.secondary {
    margin-left: 0;
  }
}
.mv-main-stage .mv-slide .mv-caption-area .mv-caption-row .mv-caption-text {
  display: block;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  font-size: 36px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mv-main-stage .mv-slide .mv-caption-area .mv-caption-row .mv-caption-text {
    font-size: 20px;
  }
}
.mv-main-stage .mv-slide .mv-image-grid-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .mv-main-stage .mv-slide .mv-image-grid-area {
    width: 100%;
    max-height: calc(100dvh - 150px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 150px;
  }
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-1 {
  width: 40%;
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-2 {
  width: 40%;
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-3 {
  width: 20%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-1 {
    width: 70%;
  }
  .mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-2 {
    width: 0%;
  }
  .mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-3 {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-1, .mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-2 {
    width: 50%;
    max-height: 80%;
  }
  .mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-3 {
    width: 100%;
    height: 20%;
  }
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item .mv-grid-curtain {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#9000FF), to(#00BBFF));
  background: linear-gradient(0deg, #9000FF 0%, #00BBFF 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
  mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(15%, black), color-stop(85%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item .mv-grid-curtain.secondary {
  background: -webkit-gradient(linear, left bottom, left top, from(#00BBFF), to(#9000FF));
  background: linear-gradient(0deg, #00BBFF 0%, #9000FF 100%);
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item .mv-grid-curtain {
  z-index: 5;
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-1 .mv-grid-curtain, .mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-3 .mv-grid-curtain {
  bottom: 0;
  top: auto;
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-2 .mv-grid-curtain {
  top: 0;
  bottom: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-2 {
    display: none;
  }
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item .grid-item-inner {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item .grid-item-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 767px) {
  .mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item .grid-item-inner img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mv-main-stage .mv-slide .mv-image-grid-area .mv-grid-item.grid-item-3 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-main-stage .mv-slide .mv-bottom-text-area {
  position: absolute;
  bottom: 10px;
  right: 2.6vw;
  overflow: hidden;
  z-index: 15;
  margin-bottom: 1.5vh;
}
.mv-main-stage .mv-slide .mv-bottom-text-area .mv-bottom-text-en {
  color: #f8f7f7;
  text-shadow: 2px 3px 35px rgba(0, 0, 0, 0.2);
  font-size: clamp(110px, 7.86vw, 8vw);
  font-family: "Cinzel", serif;
  letter-spacing: 0.1em;
  opacity: 0;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  z-index: 5;
  --shine-pos: -100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv-main-stage .mv-slide .mv-bottom-text-area .mv-bottom-text-en {
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mv-main-stage .mv-slide .mv-bottom-text-area .mv-bottom-text-en {
    font-size: 50px;
  }
}
.mv-main-stage .mv-slide .mv-bottom-text-area .mv-bottom-text-en::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, transparent 0%, transparent 40%, rgba(255, 255, 255, 0.7) 50%, transparent 60%, transparent 100%);
  background-size: 200% 100%;
  background-position: var(--shine-pos) center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  pointer-events: none;
}
.mv-main-stage .mv-slide .mv-bottom-text-area .mv-bottom-text-en span {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

/* ページインジケーター */
.mv-controls {
  position: absolute;
  bottom: 0;
  left: 4vw;
  width: 100%;
  height: 90px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mv-controls .mv-controls-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.8s ease;
  transition: opacity 0.1s, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.1s;
  transition: transform 0.8s ease, opacity 0.1s, -webkit-transform 0.8s ease;
}
.mv-controls.is-active .mv-controls-bg {
  opacity: 0.9;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.mv-controls .mv-controls-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 4vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: auto;
}
.mv-controls .mv-controls-dots .dot {
  width: 50px;
  height: 4px;
  background-color: #b5b5b5;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mv-controls .mv-controls-dots .dot::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}
.mv-controls .mv-controls-dots .dot.is-active {
  background-color: #e91e63;
}

.mv-slide.is-active .mv-caption-row,
.mv-slide.is-active .mv-caption-text,
.mv-slide.is-active .mv-grid-curtain,
.mv-slide.is-active .grid-item-inner,
.mv-slide.is-active .mv-bottom-text-en span {
  -webkit-transition: none !important;
  transition: none !important;
}

/****************** section2 *****************/
p {
  line-height: 2;
}

section.l-section, section.about-sec {
  padding: 10vh 4vw;
}
section.l-section .l-inner, section.about-sec .l-inner {
  max-width: 1240px;
  margin: auto;
}
section.l-section .l-inner .p-solution__container, section.about-sec .l-inner .p-solution__container {
  border-radius: 0;
}
section.l-section .p-solution__intro, section.about-sec .p-solution__intro {
  background: rgba(255, 255, 255, 0.75);
  outline: 1px solid #fff;
}
section.l-section .p-solution__intro p, section.about-sec .p-solution__intro p {
  font-size: 0.95rem;
}

@media screen and (max-width: 767px) {
  .p-solution {
    padding-bottom: 0 !important;
  }
}
h2 {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.25rem;
  }
}

h3.lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 1.35rem;
}

.c-heading-primary__sub {
  font-family: "Cinzel", serif;
  color: #A2A2A2;
  font-size: clamp(14px, 1.05vw, 1.1vw);
  display: block;
  margin-bottom: 0.5em;
  font-weight: 300;
}

.c-heading-primary__main {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.p-team__title {
  margin-top: 0;
  line-height: 1.75;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.p-team__image img {
  -webkit-box-shadow: 15px 15px 0 rgba(249, 249, 249, 0.45);
          box-shadow: 15px 15px 0 rgba(249, 249, 249, 0.45);
}

.p-team__summary {
  background: rgba(249, 249, 249, 0.5);
  border-radius: 0;
  border: 1px solid #fff;
}
.p-team__summary p {
  font-size: 1rem;
}

.p-team__row:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-team__row:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-team__row:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-team__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-team__image {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-team__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-team__body {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}

/***************About***************/
.about-sec {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .about-sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.about-sec .Left_wrap {
  width: 52.6%;
}
@media screen and (max-width: 1024px) {
  .about-sec .Left_wrap {
    width: 100%;
  }
}
.about-sec .Left_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: clamp(1em, 2.6vw, 2.8vw);
  position: relative;
  z-index: 2;
}

.about-sec .Left_wrap .Text__wrap {
  margin-top: auto;
}

.about-sec .Left_wrap .Text__top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2vw;
     -moz-column-gap: 2vw;
          column-gap: 2vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 5vh;
  line-height: 2;
}

.about-sec .Left_wrap .Text__top__wrap picture {
  max-width: 45%;
}
@media screen and (max-width: 767px) {
  .about-sec .Left_wrap .Text__top__wrap picture {
    width: 75%;
  }
}
.about-sec .Left_wrap .Text__top__wrap picture {
  display: block;
}

.about-sec .Right__wrap {
  width: 47.2916666667%;
}
@media screen and (max-width: 1024px) {
  .about-sec .Right__wrap {
    width: 100%;
  }
}
.about-sec .Right__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  background: url(../../images/about__bg.jpg) no-repeat right top/cover;
}

.about-sec .Right__wrap .Item {
  width: 50%;
}

.about-sec .Right__wrap .Item:first-of-type {
  margin-top: auto;
  margin-right: -10vw;
}

.about-sec .Right__wrap .Item:last-of-type {
  margin-bottom: auto;
}

#photo {
  background: url(../../images/photo__bg.webp) no-repeat center/cover;
  width: 100%;
  height: 100vh;
}

.bottom--title {
  font-size: 80px;
}
@media screen and (max-width: 767px) {
  .bottom--title {
    font-size: 40px;
  }
}
.bottom--title {
  line-height: 1;
  overflow: hidden;
  padding: 0 0.015em;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 300;
  letter-spacing: 0.086em;
  position: relative;
  margin-top: 5vh;
  z-index: 2;
  margin-bottom: 0;
}

/***************目的から選ぶ***************/
@media screen and (max-width: 1024px) {
  section .home__Inner.flex .Left--Inner, section .home__Inner.flex .Right--Inner, section .home__Inner.flex .Center--Inner {
    max-height: 50vh;
  }
}
section .home__Inner.flex .Center--Inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/****************** ギャラリー *****************/
.gallery-section {
  background-color: #000;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: visible;
}
.gallery-section .gallery__inner {
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.gallery-section .gallery__inner .bottom--title {
  font-size: clamp(40px, 8vw, 80px);
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  line-height: 1.2;
}
.gallery-section .gallery__inner .bottom--title span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  will-change: transform, opacity;
}
.gallery-section .gallery__container {
  width: 85%;
  height: 60vh;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 5;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .gallery-section .gallery__container {
    width: 95%;
    height: 40vh;
  }
}
.gallery-section .gallery__curtain-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.gallery-section .gallery__curtain-wrap .gallery__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-section .gallery__curtain-wrap .gallery__item .gallery__curtain {
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
  height: 100%;
  background-color: #242424;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.gallery-section .gallery__curtain-wrap .gallery__item.is-up .gallery__curtain {
  bottom: 0;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.gallery-section .gallery__curtain-wrap .gallery__item.is-down .gallery__curtain {
  top: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.gallery-section .gallery__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  pointer-events: none;
}
.gallery-section .gallery__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.gallery-section .gallery__btn-wrap {
  margin-bottom: 10vh;
}
@media screen and (max-width: 767px) {
  .gallery-section .gallery__btn-wrap {
    margin-bottom: 5vh;
  }
}
.gallery-section .gallery__btn-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.gallery-section .gallery__btn-wrap a {
  max-width: 300px;
  width: 100%;
}

/***************ニュース***************/
#News {
  background: rgba(255, 255, 255, 0.5);
}

/***************アニメーション***************/
.js-wipe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.js-wipe-container .js-wipe-rect {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  z-index: 2;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.js-wipe-container .js-wipe-img {
  z-index: 1;
  opacity: 0;
  line-height: 0;
  position: relative;
}
.js-wipe-container .js-wipe-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.js-c-jump {
  opacity: 1 !important;
}
.js-c-jump .c-char {
  display: inline-block;
  opacity: 0;
  will-change: transform, opacity, filter;
}

/****************** 追従ボタン *****************/
a.contact__btn {
  position: fixed;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(65%, #f9f9f9), to(#fff4d1));
  background: linear-gradient(to right, #f9f9f9 65%, #fff4d1 100%);
  row-gap: 5px;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #d6d5ac;
  color: #000;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(237, 241, 170, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(237, 241, 170, 0.35);
  -webkit-animation-name: updown1;
          animation-name: updown1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  right: calc(var(--row-space) / 1);
  transition: 0.3s;
  bottom: 15px;
  z-index: 10;
  letter-spacing: 0.086em;
  font-weight: 900;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
a.contact__btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fff4d1), color-stop(35%, #f9f9f9));
  background: linear-gradient(to right, #fff4d1 0%, #f9f9f9 35%);
  color: #000;
  opacity: 0.45;
}
@media screen and (max-width: 767px) {
  a.contact__btn {
    width: 85px;
    height: 85px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  a.contact__btn {
    bottom: 5vh;
    right: calc(var(--row-space) / 2);
  }
}
@media screen and (min-width: 1921px) {
  a.contact__btn {
    width: 125px;
    height: 125px;
    font-size: 16px;
  }
  a.contact__btn img {
    max-width: 72px;
  }
}
a.contact__btn img {
  max-width: 42px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  a.contact__btn img {
    max-width: 32px;
    margin-bottom: -2px;
  }
}
a.contact__btn .text {
  font-size: 10px;
  display: block;
  text-align: center;
  background: #250846;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  padding: 5px;
}
a.contact__btn .lead-border {
  height: 1px;
  width: 95%;
  display: block;
  margin: 1px auto;
  background: linear-gradient(45deg, #ffffff 6%, #fff4d1 24%, #fff4d1 24%, #f9f9f9 69%, #c9c190 85%, #fff4d1 100%);
}
@media screen and (max-width: 767px) {
  a.contact__btn .lead-border {
    display: none;
  }
}
a.contact__btn .lead-border-bottom {
  height: 1px;
  width: 95%;
  display: block;
  margin: 1px auto;
  background: linear-gradient(45deg, #fff4d1 0%, #c9c190 15%, #f9f9f9 31%, #fff4d1 76%, #fff4d1 76%, #ffffff 94%);
}
@media screen and (max-width: 767px) {
  a.contact__btn .lead-border-bottom {
    display: none;
  }
}

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}