@charset "UTF-8";
/**** 共通カラー ****/
.mix-blend {
  mix-blend-mode: multiply;
}

header .inner_heder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  margin: auto;
}
header .inner_heder .logo {
  position: absolute;
  top: 20px;
  left: 8%;
  max-width: 115px;
  z-index: 999;
}
header .inner_heder .header_nav {
  position: absolute;
  top: 20px;
  right: 8%;
}
header .inner_heder .header_nav ul {
  display: flex;
  width: 100%;
  max-width: 560px;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  header .inner_heder .header_nav ul {
    flex-direction: column;
  }
}
header .inner_heder .header_nav ul li {
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  header .inner_heder .header_nav ul li {
    text-align: center;
    margin-bottom: 32px;
  }
}
header a {
  color: #DAD3CA;
  font-size: clamp(14px, 2vw, 18px);
}
@media screen and (max-width: 768px) {
  header a {
    font-size: 16px;
  }
}

.bg_cover {
  position: relative;
}
.bg_cover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(2, 1, 1, 0.6), rgba(2, 1, 1, 0.98));
  width: 100%;
  height: 100%;
  z-index: 0;
  z-index: 1;
}

section {
  position: relative;
}

.main_visual {
  padding-top: 50%;
}
@media screen and (max-width: 768px) {
  .main_visual {
    padding-top: 0;
    height: 100vh;
  }
}

.parallax_bg_visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../img/main_visual.png");
}
@media screen and (max-width: 768px) {
  .parallax_bg_visual {
    padding-top: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../img/main_visual_sp.png");
    background-size: cover;
    background-attachment: scroll;
    margin: 0;
  }
}

.catch {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 8%;
  text-align: left;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column-reverse;
  z-index: 3;
}
.catch h1 {
  font-size: clamp(24px, 3.75vw, 38px);
  font-family: "NotoSerifJP";
  color: #DAD3CA;
  line-height: 2;
}

.w1200 {
  position: relative;
  max-width: 1200px;
  margin: auto;
  z-index: 2;
  padding: 0 15px;
}

.w880 {
  max-width: 880px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.about_section {
  padding: 0 0 120px 0;
}
@media screen and (max-width: 768px) {
  .about_section {
    padding: 0 0 60px 0;
  }
}
.about_section h2 {
  transform: translateY(-50%);
}
.about_section .sub_text {
  font-size: clamp(12px, 2.5vw, 24px);
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .about_section .sub_text {
    margin-bottom: 24px;
  }
}
.about_section p {
  line-height: 2;
}
.about_section .custom_suit_image {
  position: absolute;
  top: 0;
  transform: translateY(-40%);
  right: 8%;
  max-width: 320px;
  width: 25%;
}

h2 {
  font-family: "CormorantInfant-Light";
  font-size: clamp(56.5px, 11.771vw, 120px);
  color: #DAD3CA;
}

p {
  color: #DAD3CA;
  font-size: clamp(14px, 2vw, 16px);
}

.parallax_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.how_to_order_section {
  padding: 130px 15px 120px 15px;
}
@media screen and (max-width: 768px) {
  .how_to_order_section {
    padding: 60px 15px 60px 15px;
  }
}
.how_to_order_section::after {
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(2, 1, 1, 0.98), rgb(2, 1, 1));
  z-index: 1;
  line-height: 1;
}
.how_to_order_section h2 {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .how_to_order_section h2 {
    margin-bottom: 40px;
  }
}
.how_to_order_section .flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.how_to_order_section .flex_wrap:last-of-type {
  margin-bottom: 0;
}
.how_to_order_section .flow_image {
  max-width: 320px;
  width: 36%;
}
@media screen and (max-width: 768px) {
  .how_to_order_section .flow_image {
    width: 40%;
  }
}
.how_to_order_section .flow_text {
  max-width: 480px;
  width: 54%;
}
.how_to_order_section .flow_text h3 {
  font-size: clamp(12px, 2.5vw, 24px);
  color: #DAD3CA;
  margin-bottom: 24px;
  border-bottom: solid 1px #DAD3CA;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .how_to_order_section .flow_text h3 {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
.how_to_order_section .flow_text h3 span {
  margin-right: 16px;
}
.how_to_order_section .flow_text p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .how_to_order_section .flow_text p {
    line-height: 1.6;
  }
}

.q_a_section {
  padding: 130px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .q_a_section {
    padding: 60px 0;
  }
}
.q_a_section::after {
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(20, 8, 2, 0.9);
  mix-blend-mode: multiply;
  z-index: 1;
  line-height: 1;
}
.q_a_section h2 {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .q_a_section h2 {
    margin-bottom: 24px;
  }
}
.q_a_section .accordion {
  padding: 0 15px;
}
.q_a_section dl {
  color: #DAD3CA;
  font-size: clamp(14px, 2vw, 18px);
  text-align: left;
}
.q_a_section dl:last-of-type {
  margin-bottom: 55px;
}
.q_a_section dl dt {
  padding: 22px 0;
  position: relative;
  border-bottom: solid 1px #DAD3CA;
}
.q_a_section dl dd {
  padding: 22px 0;
}
.q_a_section dl span {
  font-size: clamp(12px, 2.5vw, 24px);
  margin-right: 23px;
}
.q_a_section .mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}
.q_a_section .mark::after {
  content: "";
  position: absolute;
  background: #DAD3CA;
  width: 20px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.q_a_section .mark::before {
  content: "";
  position: absolute;
  background: #DAD3CA;
  width: 20px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.q_a_section .open .mark::before {
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
}

.view_more_btn a {
  display: inline-block;
  color: #DAD3CA;
  font-size: clamp(16px, 2vw, 18px);
  border: solid 1px #DAD3CA;
  border-radius: 30px;
  padding: 8px 30px 10px 30px;
}
.view_more_btn a:hover {
  background: #DAD3CA;
  color: #140802;
}

.info_section {
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .info_section {
    padding-bottom: 60px;
  }
}
.info_section::after {
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgb(25, 10, 3) 1%, rgb(12, 4, 1));
  z-index: 1;
  line-height: 1;
}
.info_section .custom_suit_image02 {
  max-width: 320px;
  width: 25%;
  position: absolute;
  top: 0;
  left: 15px;
  transform: translateY(-50%);
}
.info_section .access_wrap {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .info_section .access_wrap {
    width: 100%;
  }
}
.info_section .access_wrap h2 {
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .info_section .access_wrap h2 {
    text-align: center;
  }
}
.info_section .access_wrap .sub_text {
  font-size: clamp(12px, 2.5vw, 24px);
  margin-bottom: 48px;
}
.info_section .access_wrap .flex_wrap {
  display: flex;
  flex-wrap: wrap;
  color: #DAD3CA;
}
.info_section .access_wrap .flex_wrap h4 {
  width: 20%;
  font-size: clamp(14px, 2vw, 18px);
}
.info_section .access_wrap .flex_wrap .address_wrap {
  width: 80%;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 24px;
}
.info_section .access_wrap .flex_wrap .map_wrap {
  margin-left: 20%;
  margin-bottom: 80px;
  width: 80%;
}
.info_section .access_wrap .flex_wrap .calendar_wrap {
  width: 80%;
}
.info_section .access_wrap .flex_wrap .calendar_wrap table {
  width: 100%;
  font-size: clamp(12px, 2vw, 14px);
  text-align: center;
}
.info_section .access_wrap .flex_wrap .calendar_wrap table tr {
  border-bottom: solid 1px #DAD3CA;
}
.info_section .access_wrap .flex_wrap .calendar_wrap table tr:last-of-type {
  border-bottom: none;
}
.info_section .access_wrap .flex_wrap .calendar_wrap table th {
  padding: 16px;
  width: 11%;
  border-right: solid 1px #DAD3CA;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .info_section .access_wrap .flex_wrap .calendar_wrap table th {
    padding: 8px;
  }
}
.info_section .access_wrap .flex_wrap .calendar_wrap table th:last-of-type {
  border-right: none;
}
.info_section .access_wrap .flex_wrap .calendar_wrap table td {
  padding: 16px;
  width: 11%;
  border-right: solid 1px #DAD3CA;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .info_section .access_wrap .flex_wrap .calendar_wrap table td {
    padding: 8px;
  }
}
.info_section .access_wrap .flex_wrap .calendar_wrap table td:last-of-type {
  border-right: none;
}
.info_section .access_wrap .flex_wrap .calendar_wrap table .first_cell {
  width: 23%;
  padding: 16px 16px 16px 0;
  border-right: solid 1px #DAD3CA !important;
}
@media screen and (max-width: 768px) {
  .info_section .access_wrap .flex_wrap .calendar_wrap table .first_cell {
    padding: 8px;
  }
}
.info_section .access_wrap .flex_wrap .calendar_wrap p:last-of-type {
  font-size: 14px;
  margin: 16px 0 74px 0;
}
@media screen and (max-width: 768px) {
  .info_section .access_wrap .flex_wrap .calendar_wrap p:last-of-type {
    margin: 16px 0 32px 0;
  }
}
.info_section .access_wrap .flex_wrap .tel {
  margin-bottom: 26px;
}
.info_section .access_wrap .flex_wrap .reservation {
  position: relative;
  padding-right: 26px;
  font-size: clamp(12px, 2vw, 14px);
}
.info_section .access_wrap .flex_wrap .reservation span {
  border: solid 1px #DAD3CA;
  display: inline-block;
  padding: 2px 4px;
  margin-right: 6px;
}
.info_section .access_wrap .flex_wrap .reservation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #dad3c0;
  border-right: 0;
}

.footer_shop_tittle {
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 36px;
}

.footer_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .footer_menu {
    display: none;
  }
}
.footer_menu li {
  margin-right: 24px;
  font-size: clamp(14px, 2vw, 16px);
}
.footer_menu li::after {
  margin-right: 0;
}

.sns_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
  font-size: clamp(14px, 2vw, 16px);
}
.sns_flex li {
  margin: 0 8px 0 8px;
}

small {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  small {
    font-size: 10px;
  }
}

.page .page_main_visual {
  height: 100vh;
  background-image: url("../img/page-main_visual.png");
  background-color: #140802;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: relative;
}
.page .page_main_visual::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(20, 8, 2, 0.6), rgba(20, 8, 2, 0.9));
  width: 100%;
  height: 100%;
  z-index: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
.page .page_main_visual .login_wrap {
  width: 420px;
  padding-right: 60px;
  color: #DAD3CA;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 2;
}
.page .page_main_visual .login_wrap h1 {
  font-family: "CormorantInfant-Light";
  font-size: clamp(56.5px, 11.771vw, 120px);
  margin-bottom: 32px;
}
.page .page_main_visual .login_wrap .sub_text {
  font-size: clamp(12px, 2vw, 14px);
  margin-bottom: 30px;
}
.page .sign_up a {
  display: inline-block;
  color: #DAD3CA;
  font-size: clamp(16px, 2vw, 18px);
  border: solid 1px #DAD3CA;
  border-radius: 30px;
  padding: 8px 30px 10px 30px;
}/*# sourceMappingURL=page.css.map */