html {
  overflow-x: hidden;
}
body {
  background-color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.hide {
  display: none;
}
.util-menu span {
  width: 40px;
}
.util-menu {
  width: 90px;
  height: 80px;
}
.hero {
  flex-direction: column;
  margin: 0;
}
.hero .logo-header {
  position: absolute;
  top: 45px;
}
.hero .logo-header img {
  width: 275px;
}
.util-menu {
  top: 15px;
  right: 35px;
}
.hero .hero-catchcopy .date {
  display: inline-block;
}
.hero .hero-catchcopy .date p {
  font-family: 'Cardo';
  font-weight: normal;
  line-height: 75px;
  vertical-align: bottom;
}
.hero .hero-catchcopy .date .year {
  padding-top: 8px;
}
.hero .hero-catchcopy .date .year p {
  font-size: 50px;
}
.hero .hero-catchcopy .date .mmdd {
  padding: 0px 25px;
}
.hero .hero-catchcopy .date .mmdd p {
  font-size: 75px;
}
.hero .hero-catchcopy .date .week {
  float: left;
  padding-top: 11px;
}
.hero .hero-catchcopy .date .week p {
  font-size: 38px;
}
.hero .hero-catchcopy .open h1 {
  font-size: 75px;
  font-family: 'Cardo';
  font-weight: normal;
  line-height: 75px;
  letter-spacing: 0.04em;
}
.hero .hero-mark {
  padding-top: 80px;
}
.hero .hero-mark img {
  width: 550px;
}

.container-w {
  width: 1077px;
  margin: auto;
}
.container-m {
  width: 921px;
  margin: auto;
}

.container-m iframe {
    filter: grayscale(1);
}

.intro {
  padding: 0px;
}
.gradation_wrap {
  position: relative;
  background-color: #000;
}
.gradation_wrap::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 400px;
  background: rgb(36, 47, 15);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0.8) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
}
.gradation_wrap .parallax_img img {
  height: 800px;
}
.concept {
  position: relative;
  padding-bottom: 150px;
  background-color: #000;
}
/* .concept::after { position: absolute; content: ''; width: 100%; height: 500px; background: rgb(36,47,15); background: linear-gradient(0deg, rgba(36,47,15,1) 0%, rgba(36,47,15,0.8) 70%, rgba(36,47,15,0) 100%); bottom: 0; } */
.concept .container-w {
  display: flex;
  position: relative;
  z-index: 10;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -100px;
  background-color: #000;
}
.concept .txt {
  width: 56%;
  display: flex;
  justify-content: center;
}
.concept .txt p {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.concept .reserve-btn {
  position: fixed;
  right: 0px;
  bottom: 0;
  z-index: 100;
  transition: all 0.4s ease-in-out;
}
.concept .reserve-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 70px;
  background-color: #785000;
}
.concept .reserve-btn a p {
  font-family: 'Roboto';
  font-size: 20px;
  color: #ffffff;
}
.concept .reserve-btn a .arrow-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
}

.common-title {
  width: 50%;
}
.common-title h1 {
  font-family: 'Cardo';
  font-weight: normal;
  color: #785000;
  font-size: 75px;
}
.common-title h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 38px;
  line-height: 48px;
  color: #ffffff;
  padding-top: 60px;
}
.common-title p {
  font-family: 'Noto Sans JP';
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  padding-top: 35px;
}
.common-title p:nth-child(3) {
  letter-spacing: 5px;
}
.common-title span {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 2px;
}
.common-title span:nth-child(4) {
  line-height: 30px;
  display: block;
}
.common-title span:nth-child(5) {
  line-height: 22px;
  display: block;
}

.information {
  background-color: #000;
  position: relative;
}
.information .container-w {
  display: flex;
  position: relative;
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.information .icatch {
  margin-left: -420px;
  padding-right: 50px;
}

.map {
  padding: 150px 0px;
  background-color: #000;
  position: relative;
}
.map iframe {
  height: 425px;
  width: 100%;
}

.reservation {
  padding: 130px 0px;
  background-color: #f8f0dc;
  position: relative;
}
.reservation .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
}
.reservation .title span {
  font-size: 16px;
  font-family: 'Noto Sans JP';
  letter-spacing: 2px;
  color: #000;
}
/* .reservation .title div:nth-child(2) span { line-height: 75px; } */
.reservation .title h1 {
  font-size: 75px;
  color: #000;
  font-family: 'Cardo';
  line-height: 75px;
}
.reservation .reser-btn {
  background-color: #785000;
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.reservation .reser-btn p {
  font-size: 26px;
  letter-spacing: 5px;
  color: #ffffff;
  font-family: 'Noto Sans JP';
}
.reservation .reser-btn .arrow-right {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
.reservation .reser-btn .arrow-right img {
  width: 40px;
}

footer {
  background-color: #000;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
footer .footer-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-con .con-item {
  padding: 15px 0px;
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
}
footer .footer-con .con-item img {
  width: 230px;
}
footer .footer-con .con-item:first-child {
  border-right: 1px solid #ffffff;
}
.copyright {
  padding-top: 80px;
  text-align: center;
}
.copyright p {
  color: #ffffff;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  font-weight: 500;
}

.menu {
  background: #000000dd;
}
.menu-inner {
  margin: 45px auto;
  padding: 0;
}
.menu-item:first-child {
  margin-top: 90px;
}
.menu-item {
  margin-top: 65px;
}
.menu-item span {
  font-size: 20px;
  font-family: 'Roboto';
  letter-spacing: 2px;
}
.menu-list .menu-item:nth-child(5) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-list .menu-item:nth-child(5) .con-item {
  padding: 15px 120px;
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.menu-list .menu-item:nth-child(5) .con-item img {
  width: 230px;
}
.menu-list .menu-item:nth-child(5) .con-item:first-child {
  border-right: 1px solid #ffffff;
}
.menu-item .copyright {
  padding: 25px 0px;
}
.menu-list .menu-item:nth-child(4) a {
  position: relative;
  width: 340px;
  height: 70px;
  background-color: #785000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-list .menu-item:nth-child(4) a .arrow-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.menu-list .menu-item:nth-child(4) a .arrow-icon img {
  width: 40px;
}

.parallax_img {
  overflow: hidden;
  background-color: #000;
}

.parallax_img img {
  transition: transform 0.2s ease-out;
  height: 100%;
  object-fit: cover;
}

.mask_gradation_text {
  opacity: 0;
  overflow: hidden;
}

.mask_gradation_text.show_mask_text {
  animation: mask_gradation_animation 1.5s ease-in-out forwards;
}

.mask_gradation_text1 {
  opacity: 0;
  overflow: hidden;
}

.mask_gradation_text1.show_mask_text {
  animation: mask_gradation_animation 1s ease-in-out forwards;
}

@keyframes mask_gradation_animation {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }
  70% {
    opacity: 0.5;
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
  }
}
