@charset "UTF-8";
.reservation {
  width: 320px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  background-color: #ff3c00;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  transition: all ease-in-out .2s 0s;
  box-shadow: 0 0 25px rgba(255, 60, 0, 0.7);
  animation: reservation-pulse 1.6s ease-in-out infinite;
}
@keyframes reservation-pulse {
  0%, 100% { box-shadow: 0 0 15px rgba(255, 60, 0, 0.5); }
  50% { box-shadow: 0 0 35px rgba(255, 60, 0, 0.9); }
}
.reservation:hover {
  opacity: 0.6;
}
.reservation a {
  color: #fff;
  font-size: 2.6em;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  display: block;
  padding: 8px;
  transition: all ease-in-out .2s 0s;
}
.reservation a:hover {
  padding: 10px;
}
.reservation a span {
  animation: blink 1.5s ease-in-out infinite; /* 1.5秒かけて点滅を無限に繰り返す */
  display: inline-block;
}
@keyframes blink {
  0%, 100% {
    color: #fff;
  }
  50% {
    color: #000;
  }
}

/* ===== 電話CTA ===== */
.phone-cta {
  position: fixed;
  bottom: 0;
  right: 320px;
  z-index: 100;
}
.phone-btn {
  width: 76px;
  height: 76px;
  border: 2px solid #000;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  background-color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease-in-out .2s 0s;
}
.phone-btn:hover {
  opacity: 0.7;
}
.phone-menu {
  display: none;
  position: absolute;
  bottom: 76px;
  right: 0;
  width: 280px;
  max-width: 80vw;
  background-color: #fff;
  border: 2px solid #000;
}
.phone-menu.open {
  display: block;
}
.phone-option {
  display: flex;
  flex-direction: column;
  padding: 14px 18px;
  color: #000;
  font-weight: 600;
  font-size: 1.1em;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.phone-option:last-of-type {
  border-bottom: none;
}
.phone-option:hover {
  background-color: #ff3c00;
  color: #fff;
}
.phone-option span {
  font-weight: 400;
  font-size: 0.85em;
  margin-top: 4px;
}

.tih2 {
  font-size: 4.1em;
  margin-bottom: 50px;
  color: #fff;
  line-height: 100%;
  text-align: center;
}
.fv {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fv .logo {
  position: absolute;
  z-index: 10;
  width: 244px;
  height: 213px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.fv h1 {
  font-style: italic;
}
.fv h1 span {
  font-size: 11.7vw;
  color: #fff;
  filter: drop-shadow(0px 0px 6px #000);
  text-shadow: 11px 10px 0px #FF3C00;
  position: absolute;
  z-index: 1;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 0, 0.81);
}
.fv h1 span:nth-of-type(1) {
  top: 63px;
  left: 59px;
  transform: translate(-15%, 0px);
  animation-name: transform1;
}
.fv h1 span:nth-of-type(2) {
  bottom: 63px;
  right: 59px;
  transform: translate(15%, 0px);
  animation-name: transform2;
}
.fv h1 em {
    font-size: 61vw;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #000;
  text-shadow: 3px 0px 0px #FF3C00;
  animation-name: opacity;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.6, -0.65, 0, 1.62);
  opacity: 0;
  animation-direction: reverse;
}
.fv .bg {
  position: absolute;
  z-index: -1;
  width: 57.2%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 0, 0.81);
}
.fv .bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #141414;
  animation-name: opacity;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.6, -0.65, 0, 1.62);
  opacity: 1;
}
.fadein {
  opacity: 0;
  transition: all ease-in-out .2s 0.2s;
}
.fadein.on {
  opacity: 1;
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes transform1 {
  0% {
    transform: translate(-15%, 0px);
  }
  100% {
    transform: translate(0%, 0px);
  }
}
@keyframes transform2 {
  0% {
    transform: translate(15%, 0px);
  }
  100% {
    transform: translate(0%, 0px);
  }
}
.fv .bg1 {
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  left: 0;
  background-image: url("../../img/campaign/3871639_m.jpg");
  transform: translate(-15%, 0px);
  animation-name: transform1;
}
.fv .bg2 {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  right: 0;
  background-image: url("../../img/campaign/23544373_s.jpg");
  transform: translate(15%, 0px);
  animation-name: transform2;
}
.sec01 {
  padding: 180px 0;
  position: relative;
  z-index: 0;
}
.sec01::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1200px;
  max-width: 95%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  background-image: url("../../img/campaign/IMG_2002_k.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  height: 100%;
  opacity: 0;
  transition: all ease 2s 0s;
}
.sec01.on::before {
  opacity: 1;
}
.sec01 h2 {
  font-size: 5.3em;
  color: #fff;
  text-align: center;
  line-height: 110%;
  font-weight: 600;
}
.sec01 h2 span {
  opacity: 0.2; /* 最初の文字の透明度 */
  transition: opacity 0.1s linear; /* 0.5秒かけて滑らかに変化 */
}
.sec01.on h2 span {
  opacity: 1; /* onクラスが付いた後の文字の透明度 */
}
#about {
  background-color: #FF3C00;
  padding: 100px 0;
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#about .vir-txt {
  position: absolute;
  font-size: 5.3em;
  text-stroke: 1px #FFF;
  -webkit-text-stroke: 1px #FFF;
  color: #ffffff00;
  white-space: nowrap;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 90%;
}
/* アニメーションの定義 */
@keyframes slide-right {
  0% {
    transform: translateX(0%);
  } /* 開始地点 */
  100% {
    transform: translateX(-100%);
  } /* 終了地点 */
}
@keyframes slide-left {
  0% {
    transform: translateX(0%);
  } /* 開始地点 */
  100% {
    transform: translateX(-100%);
  } /* 終了地点 */
}
/* rightクラスのアニメーション（左へ流れる） */
.vir-txt.right span {
  display: inline-block; /* 横並びにする */
  animation: slide-right 20s linear infinite; /* アニメーションの適用 */
}
/* leftクラスのアニメーション（右へ流れる） */
.vir-txt.left span {
  display: inline-block;
  animation: slide-left 20s linear infinite;
}
#about .vir-txt.left {
  bottom: 0;
  left: 15px;
  transform: rotate(-90deg) translate(-30%, 0px);
  transform-origin: left top;
}
#about .vir-txt.right {
  top: 0;
  right: 15px;
  transform: rotate(90deg) translate(100%, 0px);
  transform-origin: right top;
}
#about .img {
  position: relative;
  z-index: 0;
}
#about .l-1200 {
  padding-top: 70px;
}
#about .l-1200 h3 {
  font-size: 5.88em;
  text-align: center;
  line-height: 100%;
  font-weight: 600;
}
#about .l-1200 h3 span {
  font-size: 0.6em;
  display: block;
}
#about .l-1200 .flex {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
#about .l-1200 .flex .inner {
  width: 100%;
  text-align: center;
}
#about .l-1200 .flex .inner.big {
  font-size: 1.2em;
}
#about .l-1200 .flex .inner.small {
  font-size: .8em;
}
#about .l-1200 .flex .inner:not(:last-of-type) {
  margin-bottom: 5%;
}
#about .l-1200 .flex .inner p {
  font-size: 1.76em;
}
#about .l-1200 .flex .inner h5 {
  font-size: 3.9em;
  padding: 10px 0;
  color: #fff;
  text-shadow: 4px 4px 0px #000;
}
#about .l-1200 .flex .inner h5 span {
  font-size: 2.5em;
  line-height: 90%;
  display: inline-block;
  padding: 0 10px;
  margin: 0 15px;
  position: relative;
  z-index: 0;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-shadow: 3px 3px 0px #000, 0 0 8px rgba(255, 255, 255, 0.5);
}
#about .l-1200 .flex .inner.price-pop-play h5 span {
  animation: price-pop 1s ease-in-out 1;
}
@keyframes price-pop {
  0% {
    transform: scale(0.8);
    text-shadow: 3px 3px 0px #000, 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    transform: scale(1.15);
    text-shadow: 3px 3px 0px #000, 0 0 20px rgba(255, 255, 255, 1);
  }
  100% {
    transform: scale(1);
    text-shadow: 3px 3px 0px #000, 0 0 8px rgba(255, 255, 255, 0.5);
  }
}
#about .l-1200 .flex .inner h5 span::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  transition: all ease-in-out .4s 0s;
}
#about .l-1200 .flex .inner.on h5 span::before {
  width: 100%;
}

/* 注意書き：控えめなサイズ・トーンに */
#about .l-1200 .terms {
  margin-top: 60px;
  position: relative;
  z-index: 0;
  opacity: 0.85;
}
#about .l-1200 .terms h4 {
  font-size: 1.7em;
  display: inline-block;
  background-color: #000;
  padding: 6px 24px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  transform: translate(50%, -50%);
}
#about .l-1200 .terms ul {
  width: 950px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #000;
  padding: 30px;
  padding-top: 55px;
}
#about .l-1200 .terms ul li {
  font-size: 1.15em;
  color: #444;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
  z-index: 0;
}
#about .l-1200 .terms ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
#about .l-1200 .terms ul li::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  width: 20px;
  height: 18px;
  background-image: url(../../img/campaign/mark_check_illust_110464.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(0, -50%);
  opacity: 0.7;
}
#menu {}
#menu .tih2 {}
#menu .main_menu_slider {
  padding: 100px 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#menu .main_menu_slider .swiper-slide {
  position: relative;
  z-index: 0;
  padding-bottom: 10%;
}
#menu .main_menu_slider .slider-next {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  background-image: url(../../img/campaign/g-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 45%;
  margin: auto;
}
#menu .main_menu_slider .slider-prev {
  position: absolute;
  z-index: 1;
  width: 80px;
  height: 80px;
  background-image: url(../../img/campaign/g-arrow.png);
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 70%;
  bottom: 0;
  right: 0;
  left: 45%;
  margin: auto;
}
#menu .main_menu_slider .swiper-container01 {
  position: relative;
  z-index: 0;
}
#menu .main_menu_slider .swiper-container01::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #FF3C00;
  top: 45%;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
#menu .main_menu_slider .swiper-slide h4 {
  font-size: 10em;
  text-align: center;
}
#menu .main_menu_slider .swiper-slide h4 span {
  display: block;
  line-height: 68%;
  opacity: 0;
}
#menu .main_menu_slider .swiper-slide.swiper-slide-active h4 span {
  opacity: 1;
}
#menu .main_menu_slider .swiper-slide h4 span:nth-of-type(1) {
  color: #FF3C00;
  transition: all ease-in-out .4s 0.5s;
}
#menu .main_menu_slider .swiper-slide h4 span:nth-of-type(2) {
  color: #141414;
  -webkit-text-stroke: 1px #FF3C00;
  text-stroke: 1px #FF3C00;
  transition: all ease-in-out .4s 0.55s;
}
#menu .main_menu_slider .swiper-slide h4 span:nth-of-type(3) {
  color: #141414;
  -webkit-text-stroke: 1px #861F00;
  text-stroke: 1px #861F00;
  transition: all ease-in-out .4s 0.6s;
}
#menu .main_menu_slider .swiper-slide .img {
  position: absolute;
  z-index: 0;
  width: 34%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#menu .side_menu_slider {
  padding: 100px 0;
  background-color: #FF3C00;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#menu .side_menu_slider .swiper-wrapper {
  transition-timing-function: linear;
}
#menu .side_menu_slider .swiper-slide {}
#menu .side_menu_slider .swiper-slide .img {}
#menu .side_menu_slider .swiper-slide h4 {
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 2.35em;
  line-height: 80%;
  margin-top: 10px;
}
@media screen and (max-width:1300px) {}
@media screen and (max-width:900px) {}
@media screen and (max-width:768px) {
  .reservation {
    width: 60vw;
  }
  .phone-cta {
    right: 60vw;
  }
  .phone-btn {
    width: 15vw;
    height: 15vw;
  }
  .phone-menu {
    position: fixed;
    left: 4vw;
    right: 4vw;
    width: auto;
    max-width: none;
    bottom: 17vw;
  }
  .fv {
    height: 85vw;
  }
  .fv .logo {
    width: 36vw;
    height: 32vw;
  }
  .fv h1 em {
    font-size: 12.8em;
  }
  .fv h1 span {
    font-size: 2.65em;
    text-shadow: 1vw .9vw 0px #FF3C00;
  }
  .fv h1 span:nth-of-type(2) {
    bottom: 0;
    right: 5vw;
    top: 44vw;
    margin: auto;
    height: 16vw;
  }
  .fv h1 span:nth-of-type(1) {
    top: 0;
    left: 9px;
    margin: auto;
    height: 16vw;
    bottom: 44vw;
  }
  .sec01 h2 {
    font-size: 3.3em;
  }
  .sec01::before {
    background-size: cover;
    max-width: 100%;
    opacity: .6;
  }
  .sec01 {
    padding: 20vw 0;
  }
  #about {
    padding: 15vw 0;
  }
  #about .vir-txt {
    font-size: 3.3em;
    text-stroke: 1px #ffffffb3;
    -webkit-text-stroke: 1px #ffffffb3;
    width: 1000%;
    border-top: 1px solid #ffffffb3;
    border-bottom: 1px solid #ffffffb3;
    opacity: .6;
  }
  .tih2 {
    font-size: 3.1em;
    margin-bottom: 7vw;
  }
  #about .l-1200 {
    padding-top: 7vw;
  }
  #about .l-1200 h3 {
    font-size: 2.5em;
  }
  #about .l-1200 .flex {
    margin-top: 2vw;
  }
  #about .l-1200 .flex .inner {
    width: 100%;
  }
  #about .l-1200 .flex .inner:not(:last-of-type) {
    margin-bottom: 4vw;
  }
  #about .l-1200 .flex .inner p {
    font-size: 1.3em;
  }
  #about .l-1200 .flex .inner h5 {
    font-size: 2.5em;
    padding: 10px 0;
  }
  #about .l-1200 .flex .inner h5 span {
    font-size: 2.2em;
  }
  #about .l-1200 .terms h4 {
    font-size: 1.2em;
    transform: translate(12%, -50%);
  }
  #about .l-1200 .terms ul {
    padding: 4vw;
    padding-top: 8vw;
  }
  #about .l-1200 .terms ul li {
    font-size: 0.95em;
  }
  #about .l-1200 .terms ul li:not(:last-of-type) {
    margin-bottom: 7px;
  }
  #menu .main_menu_slider {
    padding: 15vw 0;
  }
  #menu .main_menu_slider .swiper-slide h4 {
    font-size: 4em;
    text-align: center;
  }
  #menu .main_menu_slider .swiper-slide .img {
    width: 46%;
  }
  #menu .main_menu_slider .swiper-slide {
    padding-bottom: 22%;
  }
  #menu .main_menu_slider .slider-next {
    width: 35px;
    height: 35px;
    top: 90%;
    right: 65%;
  }
  #menu .main_menu_slider .slider-prev {
    width: 35px;
    height: 35px;
    top: 90%;
    left: 65%;
  }
  #menu .side_menu_slider {
    padding: 10vw 0;
  }
  #menu .side_menu_slider .swiper-slide h4 {
    font-size: 1.85em;
  }
  .l-footer {
    padding: 4vw 4vw;
  }
  .l-footer .logo {
    width: 69px;
    height: 31px;
  }
  .l-footer .cop {
    font-size: 9px;
  }
.phone-option {
    padding: 10px 17px;
    font-size: 1.7em;
}
}