@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Six+Caps&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Love+Light&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap");

/*フォント*/

/*****************************

.cinzel-<uniquifier> {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.six-caps-regular {
  font-family: "Six Caps", sans-serif;
  font-weight: 400;
  font-style: normal;
}
  .love-light-regular-筆記体- {
  font-family: "Love Light", cursive;
  font-weight: 400;
  font-style: normal;
}
  .parisienne-regular-筆記体-  {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
  .shippori-mincho- {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
  .shippori-mincho-b1- {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
  .kaisei-decol-regular {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
}

 *****************************/

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  /* overflow-x: hidden; */
}

.cont_titile span,
.contents_header p {
  font-family: "Six Caps", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.cont_titile,
.contents_header h1 {
  font-size: 1rem;
  font-weight: 500;
}
.top-info-wrap .cont_titile.pc {
  padding: 0;
}
.nav-overlay__link span {
  font-family: "Six Caps", sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.nav-overlay__link {
  font-size: 0.65rem;
  font-weight: 500;
}

/*****************************

↓   PC left nav-menu   ↓

 *****************************/

@media screen and (min-width: 768px) {
  .hamburger-overlay {
    display: none;
  }
  .pc-nav {
    display: none !important;
    margin-right: unset;
  }
  #wrapper {
    width: 80%;
    margin: 0;
    margin-left: 20.125%;
  }
  main {
    padding: 0 2rem;
  }
  .left-nav {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    /* filter: drop-shadow(0 0 0.5rem #454545); */
    z-index: 1000;
  }
  .left-nav ul {
    padding-top: 6%;
  }
  .left-nav .nav-overlay__link span {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.1rem;
  }
  .left-nav .nav-overlay__item {
    opacity: 1;
    transform: unset;
  }
  .left-nav .nav-overlay__link {
    color: #fff;
  }
  .nav-overlay__item a {
    padding: 0.5rem 0;
  }
  .left-nav-logo {
    width: 80%;
    margin: 0 auto;
    padding: 0 1vw;
  }
  .left-nav-logo img {
    width: 100%;
  }
  .left-nav .header-content {
    padding-top: 35%;
  }
  .header-inner {
    justify-content: space-between;
  }
  .h-logo {
    position: unset !important;
  }
  section {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
}

/*****************************

  ↓  透過画像クリップ  ↓

 *****************************/

.clip-fit {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  margin-block: 3rem;
}

.clip-fit > *:nth-child(1) p {
  font-size: 14px;
  hyphens: auto;
}

.clip-fit > *:nth-child(1) p:nth-of-type(1) {
  font-size: 14px;
  text-transform: uppercase;
}

.clip-fit > *:nth-child(1) img {
  float: left;
  width: 50%;
  shape-outside: url("../img/test.png");
  shape-margin: 2%;
}

.clip-fit > *:nth-child(2) p {
  font-size: 12px;
  hyphens: auto;
}

.clip-fit > *:nth-child(2) img:nth-of-type(1) {
  float: left;
  width: 45%;
  shape-outside: url("../img/test.png");
  shape-margin: 2%;
}

.clip-fit > *:nth-child(2) img:nth-of-type(2) {
  float: right;
  width: 45%;
  shape-outside: url("../img/test.png");
  shape-margin: 2%;
}

.slider2-wrap {
  position: absolute;
  width: 18%;
  top: 32.75%;
  /* left: 50%; */
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  animation: slider2Float 2s ease-in-out infinite;
}
@keyframes slider2Float {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(0.5deg) scale(1.01);
  }
  50% {
    transform: rotate(-0.5deg) scale(0.996);
  }
  75% {
    transform: rotate(-0.8deg) scale(1.02);
  }
}
/* アニメーション */
@keyframes logoscroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.btn-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, 48%);
  justify-content: space-between;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  z-index: 12;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 0 2rem;
}
.btn01 {
  font-size: 0.75rem;
  position: relative;
  margin-top: 2rem;
}
.btn01 a {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  padding: 0.25rem 2rem;
}

.btn01.btn-white a {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #000;
  color: #000;
}

.btn01.btn-white .arrow:before {
  background: #000;
}
.btn01.btn-white .arrow:after {
  border-top: solid 1px #000;
}
@media screen and (min-width: 768px) {
  .btn-wrap {
    width: 50%;
    margin: 0 auto;
  }
}

.btn01 span {
  font-family: "Six Caps", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.1rem;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}
.btn01 .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: auto;
  right: 1rem;
  width: 20px;
  height: 7px;
}
.btn01 .arrow:after,
.btn01 .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.btn01 .arrow:before {
  left: 2px;
  width: 100%;
  height: 1px;
  background: #bbb;
}
.btn01 .arrow:after {
  left: auto;
  width: 12px;
  height: 11px;
  border-top: solid 1px #bbb;
  transform: rotate(45deg);
}
.contact-section {
  position: fixed;
  top: 88%;
  right: 1rem;
  box-sizing: border-box;
  animation: fadein 0s ease-out 0s forwards;
  opacity: 0;
}

.campaign-text {
  z-index: 100;
  width: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  filter: drop-shadow(0px 1px 1px #000) drop-shadow(1px 0px 1px #000);
}
.campaign-text img {
  padding-bottom: 0.7rem;
}
.campaign-text span {
  position: absolute;
  top: 4rem;
  box-sizing: border-box;
  display: block;
  right: 0.5rem;
  margin: 0 auto;
}
.campaign-text a {
  color: #fff;
}
.campaign {
  width: 7rem;
  animation: rotate-campaign 8s linear infinite;
  margin-top: -4.5rem;
  z-index: -1;
  position: absolute;
}
.campaign img {
  animation: glowPulse 3s ease-in-out infinite;
}
/* ふわっと出るアニメーション */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes glowPulse {
  0% {
    filter: brightness(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }

  50% {
    filter: brightness(1.4) drop-shadow(0 0 16px rgba(255, 255, 255, 0.3));
  }

  100% {
    filter: brightness(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
}
/* 回転アニメーション（transform は rotate のみ変更）*/
@keyframes rotate-campaign {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.campaign a img {
  width: 100%;
}
.maintext {
  position: absolute;
  width: 100%;
  padding: 2rem;
  z-index: 10;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 2rem;
  bottom: 0;
  opacity: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.mainvisual::before {
  content: "";
  display: block;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* ===================================================
   Main Visual Slider（スマホ用：始まりマイルド・ズーム完全ゼロVer）
   =================================================== */
.bnslider,
.bnslider .swiper-wrapper,
.bnslider .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .bnslider {
    height: calc(100dvh - 5.5rem);
  }
  .bnslider .swiper-slide {
    height: 100%;
  }
  .bnslider .slide-img-zoom {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .bnslider .slide-img-zoom img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
  }
  .bnslider .swiper-slide.is-odd.is-animating .slide-img-zoom img {
    animation: spPanLeftToRight 24s cubic-bezier(0.1, 0.8, 0.5, 1) forwards;
  }
  .bnslider .swiper-slide.is-even.is-animating .slide-img-zoom img {
    animation: spPanRightToLeft 24s cubic-bezier(0.1, 0.8, 0.5, 1) forwards;
  }
}

@keyframes spPanLeftToRight {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-100% + 100vw), 0, 0);
  }
}

@keyframes spPanRightToLeft {
  0% {
    transform: translate3d(calc(-100% + 100vw), 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* ==========================================================================
   Apple風：シルキー・ダイナミックフェード（派手めリッチVer.）
   ========================================================================== */

/* 1. 画面に映る前の初期状態 */
.apple-fade-up {
  opacity: 0;
  /* ★ここがポイント：50px下に沈めつつ、サイズを「0.92倍」に小さくして奥に引っ込めておく */
  transform: translateY(50px) scale(0.92);

  /* じわーーっと極上にヌルッと動かすための1.6秒ロングイージング */
  transition:
    opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

/* 2. WOW.jsが画面への進入を検知した瞬間の状態 */
.apple-fade-up.animate__animated {
  opacity: 1;
  /* ★手前に向かってダイナミックに広がりながら、定位置に吸い付く */
  transform: translateY(0) scale(1);
}
.under-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
