@charset "UTF-8";
/* aタグ設定
------------------------------------- */
a:hover,
.alpha {
  opacity: 0.75;
}

a {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  animation-timing-function: ease;
  scroll-padding-top: 6.9444444444vw !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 20vw !important;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  font-family: "Hina Mincho", serif;
}

ul {
  list-style: none;
}

/* レスポンシブ設定
------------------------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.en {
  font-family: "Cinzel", serif;
}

.common {
  padding: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .common {
    padding: 2.6666666667vw;
  }
}

.fade_anime {
  transform: translateY(2.7777777778vw);
  opacity: 0;
  transition: 2s;
}
@media screen and (max-width: 768px) {
  .fade_anime {
    transform: translateY(5.3333333333vw);
  }
}
.fade_anime.on {
  transform: translateY(0);
  opacity: 1;
}

#header {
  display: none;
}
@media screen and (max-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 2.6666666667vw;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.6);
  }
  #header .logo {
    width: 16vw;
    height: 13.3333333333vw;
  }
  #header .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #header button {
    position: relative;
    width: 14.6666666667vw;
    height: 13.3333333333vw;
    background: initial;
  }
  #header button::before {
    position: absolute;
    top: calc(50% - 1.6vw);
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    content: "";
    display: block;
    width: 6.6666666667vw;
    height: 0.2666666667vw;
    background-color: #0D341B;
    transition: 0.5s;
  }
  #header button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 6.6666666667vw;
    height: 0.2666666667vw;
    background-color: #0D341B;
    opacity: 1;
    transition: 0.5s;
  }
  #header button::after {
    position: absolute;
    top: calc(50% + 1.6vw);
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    content: "";
    display: block;
    width: 6.6666666667vw;
    height: 0.2666666667vw;
    background-color: #0D341B;
    transition: 0.5s;
  }
  #header button.on::before {
    top: calc(50% - 0vw);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #header button.on span {
    opacity: 0;
  }
  #header button.on::after {
    top: calc(50% + 0vw);
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

.menu_content {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu_content {
    display: none;
    position: fixed;
    top: 13.3333333333vw;
    left: 0;
    width: 100%;
    padding: 8vw 4vw;
    background-color: rgba(13, 52, 27, 0.9);
    z-index: 99;
  }
  .menu_content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .menu_content ul li a {
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
  }
}

.bottom_nav_content {
  display: none;
}
@media screen and (max-width: 768px) {
  .bottom_nav_content {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 90;
    width: 100%;
  }
  .bottom_nav_content ul {
    display: flex;
    width: 100%;
  }
  .bottom_nav_content ul li {
    width: 25%;
    height: 100%;
    border-right: 0.2666666667vw solid #fff;
  }
  .bottom_nav_content ul li:last-child {
    border: none;
  }
  .bottom_nav_content ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 13.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
    background-color: rgba(54, 54, 54, 0.8);
  }
  .bottom_nav_content ul li a.form {
    background-color: rgba(228, 0, 0, 0.9215686275);
    font-weight: bold;
    letter-spacing: 0.2rem;
  }
}

#top_main .fv {
  position: relative;
  width: 100%;
  height: 61.6666666667vw;
  background-image: url("../images/fv_bg.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .fv {
    height: 176vw;
    padding-top: 8vw;
    background-image: url("../images/sp_fv_bg.webp");
  }
}
#top_main .fv .sub_text_box {
  position: absolute;
  top: 3.4722222222vw;
  right: 3.4722222222vw;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .sub_text_box {
    width: -moz-fit-content;
    width: fit-content;
    position: initial;
    top: initial;
    right: initial;
    gap: 1.8666666667vw;
    margin: 0 auto;
  }
}
#top_main .fv .sub_text_box p {
  font-size: 1.25vw;
  line-height: 1.1;
  font-weight: 400;
  color: #fff;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #top_main .fv .sub_text_box p {
    display: none;
    font-size: 2.6666666667vw;
    line-height: 1;
  }
}
#top_main .fv .main_text_box {
  padding-top: 4.1666666667vw;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top_main .fv .main_text_box {
    padding: 0;
    margin-top: 16vw;
  }
}
#top_main .fv .main_text_box .campaign_text {
  font-size: 3.3333333333vw;
  letter-spacing: 0.03em;
  line-height: 1.1;
  font-weight: 400;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .main_text_box .campaign_text {
    font-size: 6.4vw;
    margin-bottom: 1.8666666667vw;
    line-height: 1.4;
  }
}
#top_main .fv .main_text_box .campaign_sub_text {
  font-size: 2.7777777778vw;
  letter-spacing: 0.15em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .main_text_box .campaign_sub_text {
    text-align: center;
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#top_main .fv .main_text_box .logo {
  width: 12.2222222222vw;
  height: auto;
  margin: 0 auto 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .main_text_box .logo {
    width: 32vw;
    margin-bottom: 6.6666666667vw;
  }
}
#top_main .fv .main_text_box .logo img {
  width: 100%;
  height: auto;
}
#top_main .fv .main_text_box .campaign_main_text {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#top_main .fv .main_text_box .campaign_main_text img {
  margin: 0 auto;
  width: 52.0833333333vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .fv .main_text_box .campaign_main_text img {
    width: 100%;
    padding: 0 6.4vw 0 4.8vw;
  }
}
#top_main .fv .main_text_box .reservation_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19.4444444444vw;
  height: 2.7777777778vw;
  margin: 0 auto;
  border-radius: 10.4166666667vw;
  border: 0.0694444444vw solid #fff;
  color: #fff;
  font-size: 0.9722222222vw;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #top_main .fv .main_text_box .reservation_btn {
    width: 48vw;
    height: 9.3333333333vw;
    border-radius: 40vw;
    border: 0.2666666667vw solid #fff;
    font-size: 3.2vw;
    color: #0E0E09;
    background-color: #fff;
  }
}
#top_main .text_sec {
  width: 100%;
  padding: 9.0277777778vw 10.7638888889vw 8.3333333333vw 14.5833333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec {
    padding: 16vw 8vw;
  }
}
#top_main .text_sec .inner {
  width: 100%;
  writing-mode: vertical-rl;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec .inner {
    writing-mode: initial;
  }
}
@media screen and (max-width: 768px) {
  #top_main .text_sec .inner .main_box {
    margin-bottom: 12vw;
  }
}
#top_main .text_sec .inner .main_box .thin_text {
  padding-top: 0.6944444444vw;
  font-size: 0.9722222222vw;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-weight: 400;
  color: #8F8F8F;
  margin-left: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec .inner .main_box .thin_text {
    padding: 0;
    font-size: 3.2vw;
    margin: 0 0 4vw;
  }
}
#top_main .text_sec .inner .main_box h2 {
  display: flex;
  flex-direction: column;
  font-size: 2.7777777778vw;
  gap: 1.3888888889vw;
  letter-spacing: 0.2em;
  line-height: 1.3;
  font-weight: 400;
  margin-left: 2.4305555556vw;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec .inner .main_box h2 {
    display: inline;
    flex-direction: initial;
    font-size: 6.4vw;
    gap: initial;
    margin: 0 0 4vw;
  }
}
#top_main .text_sec .inner .main_box .en_text {
  font-size: 0.9722222222vw;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1.6;
  color: #8F8F8F;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec .inner .main_box .en_text {
    font-size: 2.6666666667vw;
  }
}
#top_main .text_sec .inner .jp_text_box {
  display: flex;
  flex-direction: column;
  gap: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec .inner .jp_text_box {
    gap: 8vw;
  }
}
#top_main .text_sec .inner .jp_text_box p {
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #313131;
}
@media screen and (max-width: 768px) {
  #top_main .text_sec .inner .jp_text_box p {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
  }
}
#top_main .reservation_sec {
  width: 100%;
  padding: 3.4722222222vw;
  background-image: url("../images/reservation_bg.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec {
    padding: 5.3333333333vw 4vw;
    background-image: url("../images/sp_reservation_bg.webp");
  }
}
#top_main .reservation_sec .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 37.8472222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec .inner {
    height: 66.6666666667vw;
  }
}
#top_main .reservation_sec .inner h2 {
  font-size: 2.2222222222vw;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec .inner h2 {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
#top_main .reservation_sec .inner a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  padding: 1.0416666667vw;
  border: 0.0694444444vw solid #fff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec .inner a {
    gap: 4vw;
    padding: 4vw;
    border: 0.2666666667vw solid #fff;
  }
}
#top_main .reservation_sec .inner a span {
  font-size: 1.1111111111vw;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec .inner a span {
    font-size: 2.6666666667vw;
  }
}
#top_main .reservation_sec .inner a img {
  width: 2.0833333333vw;
  height: auto;
  padding-top: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .reservation_sec .inner a img {
    width: 5.3333333333vw;
    padding-top: 0.8vw;
  }
}
#top_main .recommendation_sec {
  margin: 8.3333333333vw 0 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec {
    margin: 16vw 0;
    padding: 0 8vw;
  }
}
#top_main .recommendation_sec .inner {
  display: flex;
  align-items: center;
  gap: 11.4583333333vw;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner {
    flex-direction: column;
    gap: initial;
  }
}
#top_main .recommendation_sec .inner .text_box {
  width: 31.9444444444vw;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner .text_box {
    width: 100%;
  }
}
#top_main .recommendation_sec .inner .text_box h2 {
  font-size: 2.7777777778vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner .text_box h2 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
}
#top_main .recommendation_sec .inner .text_box p {
  font-size: 0.8333333333vw;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 6.9444444444vw;
  color: #8F8F8F;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner .text_box p {
    font-size: 2.6666666667vw;
    margin-bottom: 12vw;
  }
}
#top_main .recommendation_sec .inner .img {
  width: 39.3055555556vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner .img {
    width: 100%;
    margin-bottom: 12vw;
  }
}
#top_main .recommendation_sec .inner .img img {
  width: 100%;
  height: auto;
}
#top_main .recommendation_sec .inner ul li {
  font-size: 1.1111111111vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  padding: 2.4305555556vw 0;
  color: #313131;
  border-bottom: 0.0694444444vw solid #B4B4B4;
}
@media screen and (max-width: 768px) {
  #top_main .recommendation_sec .inner ul li {
    font-size: 3.7333333333vw;
    padding: 4vw 0;
    border-bottom: 0.2666666667vw solid #B4B4B4;
    text-indent: -1em;
    padding-left: 1em;
  }
}
#top_main .recommendation_sec .inner ul li:first-child {
  padding-top: 0;
}
#top_main .japanese_garden_explanation_sec {
  margin-bottom: 8.3333333333vw;
  padding: 0 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .japanese_garden_explanation_sec {
    margin-bottom: 4vw;
    padding: 0 4vw;
  }
}
#top_main .japanese_garden_explanation_sec .inner .img {
  width: 100%;
  height: auto;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .japanese_garden_explanation_sec .inner .img {
    margin-bottom: 12vw;
  }
}
#top_main .japanese_garden_explanation_sec .inner .img img {
  width: 100%;
  height: auto;
}
#top_main .japanese_garden_explanation_sec .inner .text_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top_main .japanese_garden_explanation_sec .inner .text_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #top_main .japanese_garden_explanation_sec .inner .text_box .text_left {
    padding: 0 4vw;
    margin-bottom: 12vw;
  }
}
#top_main .japanese_garden_explanation_sec .inner .text_box .text_left h2 {
  font-size: 2.7777777778vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1.0416666667vw;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_main .japanese_garden_explanation_sec .inner .text_box .text_left h2 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
    letter-spacing: 0.05em;
  }
}
#top_main .japanese_garden_explanation_sec .inner .text_box .text_left p {
  font-size: 0.8333333333vw;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 700;
  color: #8F8F8F;
}
@media screen and (max-width: 768px) {
  #top_main .japanese_garden_explanation_sec .inner .text_box .text_left p {
    font-size: 2.6666666667vw;
  }
}
#top_main .japanese_garden_explanation_sec .inner .text_box .text_right {
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
  width: 40.2777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .japanese_garden_explanation_sec .inner .text_box .text_right {
    width: 100%;
    gap: 2.6666666667vw;
    padding: 0 4vw;
  }
}
#top_main .japanese_garden_explanation_sec .inner .text_box .text_right p {
  font-size: 0.9722222222vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  color: #313131;
}
@media screen and (max-width: 768px) {
  #top_main .japanese_garden_explanation_sec .inner .text_box .text_right p {
    font-size: 3.7333333333vw;
  }
}
#top_main .ingredients_explanation_sec {
  background-color: #F8F8F8;
  padding: 8.3333333333vw 0;
}
@media screen and (max-width: 768px) {
  #top_main .ingredients_explanation_sec {
    padding: 16vw 8vw;
  }
}
#top_main .ingredients_explanation_sec .inner {
  width: 50.9722222222vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .ingredients_explanation_sec .inner {
    width: 100%;
  }
}
#top_main .ingredients_explanation_sec .inner .img {
  width: 100%;
  height: auto;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .ingredients_explanation_sec .inner .img {
    margin-bottom: 12vw;
  }
}
#top_main .ingredients_explanation_sec .inner .img img {
  width: 100%;
  height: auto;
}
#top_main .ingredients_explanation_sec .inner h2 {
  font-size: 2.7777777778vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1.0416666667vw;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_main .ingredients_explanation_sec .inner h2 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
    letter-spacing: 0.05em;
  }
}
#top_main .ingredients_explanation_sec .inner span {
  display: inline-block;
  font-size: 0.8333333333vw;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 700;
  color: #8F8F8F;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .ingredients_explanation_sec .inner span {
    font-size: 2.6666666667vw;
    margin-bottom: 12vw;
  }
}
#top_main .ingredients_explanation_sec .inner p {
  font-size: 0.9722222222vw;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.6;
  color: #313131;
}
@media screen and (max-width: 768px) {
  #top_main .ingredients_explanation_sec .inner p {
    font-size: 3.7333333333vw;
  }
}
#top_main .ingredients_explanation_sec .inner p:last-child {
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .ingredients_explanation_sec .inner p:last-child {
    margin-top: 2.6666666667vw;
  }
}
#top_main .img_slider_sec {
  overflow: hidden;
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .img_slider_sec {
    margin-bottom: 16vw;
  }
}
#top_main .img_slider_sec .inner .main_img {
  width: 100%;
  height: auto;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .img_slider_sec .inner .main_img {
    margin-bottom: 8vw;
  }
}
#top_main .img_slider_sec .inner .main_img img {
  width: 100%;
  height: auto;
}
#top_main .img_slider_sec .inner .swiper_box {
  position: relative;
}
#top_main .img_slider_sec .inner .swiper_box .slider_content {
  position: relative;
  padding: 0 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .img_slider_sec .inner .swiper_box .slider_content {
    width: calc(100% - 8vw);
    padding: 0;
    margin: 0 auto;
    height: 36vw;
    overflow: hidden;
  }
}
#top_main .img_slider_sec .inner .swiper_box .slider_content ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .img_slider_sec .inner .swiper_box .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0.4861111111vw;
  width: 1.6666666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .img_slider_sec .inner .swiper_box .swiper-button-prev {
    left: 1.8666666667vw;
    width: 3.2vw;
  }
}
#top_main .img_slider_sec .inner .swiper_box .swiper-button-prev img {
  width: 100%;
  height: auto;
}
#top_main .img_slider_sec .inner .swiper_box .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0.4861111111vw;
  width: 1.6666666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .img_slider_sec .inner .swiper_box .swiper-button-next {
    right: 1.8666666667vw;
    width: 3.2vw;
  }
}
#top_main .img_slider_sec .inner .swiper_box .swiper-button-next img {
  width: 100%;
  height: auto;
}
#top_main .step_sec {
  padding: 0 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .step_sec {
    padding: 16vw 4vw;
  }
}
#top_main .step_sec .inner .ttl_box {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .step_sec .inner .ttl_box {
    display: inline-block;
    flex-direction: initial;
    padding-left: 4vw;
    padding-right: 0;
    margin-bottom: 12vw;
  }
}
#top_main .step_sec .inner .ttl_box h2 {
  font-size: 2.7777777778vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
  writing-mode: vertical-rl;
  margin-left: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .step_sec .inner .ttl_box h2 {
    writing-mode: initial;
    font-size: 6.4vw;
    margin-left: 0;
    margin-bottom: 4vw;
  }
}
#top_main .step_sec .inner .ttl_box p {
  font-size: 0.8333333333vw;
  letter-spacing: 0.15;
  line-height: 1.6;
  font-weight: 700;
  writing-mode: vertical-rl;
  color: #8F8F8F;
}
@media screen and (max-width: 768px) {
  #top_main .step_sec .inner .ttl_box p {
    writing-mode: initial;
    font-size: 2.6666666667vw;
  }
}
#top_main .step_sec .inner .content {
  margin-top: -11.1111111111vw;
  padding: 12.5vw 4.1666666667vw 5.5555555556vw;
  background-color: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #top_main .step_sec .inner .content {
    margin-top: 0;
    width: 100%;
    padding: 12vw 4vw;
  }
}
#top_main .step_sec .inner .content ul {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.3888888889vw 5.5555555556vw;
}
@media screen and (max-width: 768px) {
  #top_main .step_sec .inner .content ul {
    gap: 8vw;
  }
}
#top_main .step_sec .inner .content ul::before {
  position: absolute;
  top: calc(50% - 0.3472222222vw);
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 2.7083333333vw;
  height: 3.8194444444vw;
  background-image: url("../images/step_sec_arrow.svg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .step_sec .inner .content ul::before {
    display: none;
  }
}
#top_main .step_sec .inner .content ul li {
  width: calc(50% - 2.7777777778vw);
  padding-bottom: 2.7777777778vw;
  border-bottom: 0.0694444444vw solid #B4B4B4;
}
@media screen and (max-width: 768px) {
  #top_main .step_sec .inner .content ul li {
    width: 100%;
    padding-bottom: 10.6666666667vw;
    border-bottom: 0.2666666667vw solid #B4B4B4;
  }
}
#top_main .step_sec .inner .content ul li span {
  display: inline-block;
  font-size: 1.25vw;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .step_sec .inner .content ul li span {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#top_main .step_sec .inner .content ul li h3 {
  font-size: 1.6666666667vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0.9027777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .step_sec .inner .content ul li h3 {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}
#top_main .step_sec .inner .content ul li p {
  font-size: 0.9722222222vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_main .step_sec .inner .content ul li p {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .form_sec {
    margin-bottom: 16vw;
  }
}
#top_main .form_sec .main_img {
  width: 100%;
  height: auto;
}
#top_main .form_sec .main_img img {
  width: 100%;
  height: auto;
}
#top_main .form_sec.confirm_sec {
  background-image: url("../images/img_slider_main.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec.confirm_sec {
    padding-top: 13.3333333333vw;
  }
}
#top_main .form_sec.confirm_sec .inner {
  opacity: 0.9;
  width: 55.0694444444vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec.confirm_sec .inner {
    width: 100%;
  }
}
#top_main .form_sec .inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 16.8055555556vw;
  padding: 0 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner {
    width: 100%;
    flex-direction: column;
    gap: 12vw;
    padding: 12vw 4vw 0;
  }
}
#top_main .form_sec .inner .ttl_box {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .ttl_box {
    flex-direction: column;
    padding-top: 0;
  }
}
#top_main .form_sec .inner .ttl_box h2 {
  font-size: 2.7777777778vw;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: 400;
  writing-mode: vertical-rl;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .ttl_box h2 {
    writing-mode: initial;
    font-size: 6.4vw;
  }
}
#top_main .form_sec .inner .ttl_box span {
  font-size: 0.8333333333vw;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 700;
  writing-mode: vertical-rl;
  color: #8F8F8F;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .ttl_box span {
    writing-mode: initial;
    font-size: 2.6666666667vw;
  }
}
#top_main .form_sec .inner .form_contents {
  width: 55.0694444444vw;
  padding: 8.3333333333vw 7.3611111111vw;
  background-color: #F8F8F8;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents {
    width: 100%;
    padding: 12vw 4vw;
  }
}
#top_main .form_sec .inner .form_contents h2 {
  font-size: 1.6666666667vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
  border-bottom: 0.0694444444vw solid #333;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents h2 {
    font-size: 4.8vw;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 8vw;
    border-bottom: 0.2666666667vw solid #333;
  }
}
#top_main .form_sec .inner .form_contents .box {
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box {
    margin-top: 5.3333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content_ttl {
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content_ttl {
    gap: 2.6666666667vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content_ttl p {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content_ttl p {
    font-size: 3.7333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content_ttl span {
  display: block;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.6;
  color: #E94868;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content_ttl span {
    font-size: 3.2vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content .common_input {
  width: 100%;
  padding: 0.9722222222vw 1.3888888889vw;
  font-size: 0.9722222222vw;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0.3472222222vw;
  background-color: #fff;
  border: 0.0694444444vw solid #DADADC;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .common_input {
    padding: 3.2vw 4vw;
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
    border: 0.2666666667vw solid #DADADC;
  }
}
#top_main .form_sec .inner .form_contents .box .content .small_text {
  font-size: 0.6944444444vw;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .small_text {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content .desired_date_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  color: #333;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .desired_date_box {
    align-items: flex-start;
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    flex-direction: column;
  }
}
#top_main .form_sec .inner .form_contents .box .content .desired_date_box span {
  white-space: nowrap;
  font-size: 0.9722222222vw;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .desired_date_box span {
    padding-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time .date_input,
#top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time .time_input {
  width: calc(50% - 0.3472222222vw);
  padding: 0.9722222222vw 1.3888888889vw;
  border-radius: 0.3472222222vw;
  background-color: #fff;
  border: 0.0694444444vw solid #EAF2F2;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time .date_input,
  #top_main .form_sec .inner .form_contents .box .content .desired_date_box .date_time .time_input {
    width: 100%;
    padding: 3.2vw 4vw;
    border-radius: 1.3333333333vw;
    border: 0.2666666667vw solid #EAF2F2;
  }
}
#top_main .form_sec .inner .form_contents .box .content .add_btn {
  display: block;
  margin-top: 1.3888888889vw;
  font-size: 0.8333333333vw;
  line-height: 1.6;
  font-weight: 400;
  background-color: initial;
  text-decoration: underline;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content .add_btn {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
#top_main .form_sec .inner .form_contents .box .content #contact_content {
  width: 100%;
  padding: 0.9722222222vw 1.3888888889vw;
  font-size: 0.9722222222vw;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 0.3472222222vw;
  background-color: #F8F9F9;
  border: 0.0694444444vw solid #EAF2F2;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .content #contact_content {
    border: 0.2666666667vw solid #EAF2F2;
    padding: 3.2vw 4vw;
    font-size: 3.2vw;
    border-radius: 1.3333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .box .common_text {
  width: 100%;
  padding: 0.6944444444vw 0;
  font-size: 0.9722222222vw;
  border-bottom: 0.0694444444vw solid #DADADC;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .common_text {
    font-size: 3.2vw;
  }
}
#top_main .form_sec .inner .form_contents .box .caveat {
  color: #E94868;
  font-size: 0.9722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .box .caveat {
    font-size: 3.2vw;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy_check {
  width: 100%;
  padding: 2.0833333333vw 0 0;
  background-color: #F8F9F9;
  position: relative;
  margin: 2.0833333333vw 0 1.7361111111vw;
  border-top: 0.1388888889vw dashed #333;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy_check {
    padding: 4vw;
    margin-bottom: 6.6666666667vw;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy_check input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 1.25vw;
  width: 1.25vw;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy_check input[type=checkbox] {
    width: 4.8vw;
    height: 4.8vw;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy_check label {
  padding-left: 2.0833333333vw;
  position: relative;
  cursor: pointer;
  display: inline-block;
  line-height: 1.7361111111vw;
  font-size: 0.9722222222vw;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy_check label {
    padding-left: 5.3333333333vw;
    line-height: 4.8vw;
    font-size: 3.2vw;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy_check label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 1.25vw;
  height: 1.25vw;
  border: 0.1388888889vw solid #333;
  border-radius: 100%;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy_check label::before {
    width: 4.8vw;
    height: 4.8vw;
    border: 0.5333333333vw solid #333;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy_check label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3472222222vw;
  transform: translateY(-50%);
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  border: 0.0694444444vw solid #333;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: #5667A1;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy_check label::after {
    left: 1.3333333333vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border: 0.2666666667vw solid #333;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy_check input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#top_main .form_sec .inner .form_contents .privacy_policy p {
  font-size: 0.6944444444vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy p {
    font-size: 2.6666666667vw;
  }
}
#top_main .form_sec .inner .form_contents .privacy_policy p a {
  color: #5667A1;
}
#top_main .form_sec .inner .form_contents .privacy_policy p:first-child {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .privacy_policy p:first-child {
    margin-bottom: 4vw;
  }
}
#top_main .form_sec .inner .form_contents .btn_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3888888889vw;
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list {
    margin-top: 8vw;
  }
}
#top_main .form_sec .inner .form_contents .btn_list .back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.6944444444vw);
  height: 4.1666666667vw;
  font-size: 0.9722222222vw;
  background-color: #fff;
  border: 0.0694444444vw solid #333;
  color: #333;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list .back_btn {
    width: 100%;
    height: 16vw;
    font-size: 3.7333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .btn_list .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.1666666667vw;
  font-size: 0.9722222222vw;
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list .submit {
    height: 16vw;
    font-size: 3.7333333333vw;
  }
}
#top_main .form_sec .inner .form_contents .btn_list .submit.confirm {
  width: calc(50% - 0.6944444444vw);
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents .btn_list .submit.confirm {
    width: 100%;
  }
}
#top_main .form_sec .inner .form_contents.confirm_contents {
  width: 100%;
  padding: 8.3333333333vw 7.2916666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .form_sec .inner .form_contents.confirm_contents {
    padding: 12vw 4vw;
  }
}
#top_main .thanks_sec {
  padding: 12.5vw 0 12.1527777778vw;
  background-image: url("../images/img_slider_main.webp");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec {
    padding: 34.6666666667vw 0 26.6666666667vw;
  }
}
#top_main .thanks_sec .inner {
  text-align: center;
  width: 51.6666666667vw;
  margin: 0 auto;
  opacity: 0.9;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec .inner {
    width: 100%;
  }
}
#top_main .thanks_sec .inner .logo {
  width: 10.1388888889vw;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec .inner .logo {
    display: none;
  }
}
#top_main .thanks_sec .inner .logo img {
  width: 100%;
  height: auto;
}
#top_main .thanks_sec .inner h2 {
  white-space: nowrap;
  font-size: 1.9444444444vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec .inner h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
#top_main .thanks_sec .inner span {
  display: inline-block;
  font-size: 0.8333333333vw;
  letter-spacing: 0.15em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 5.5555555556vw;
  color: #8F8F8F;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec .inner span {
    font-size: 2.6666666667vw;
    margin-bottom: 12vw;
  }
}
#top_main .thanks_sec .inner p {
  font-size: 0.9722222222vw;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec .inner p {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#top_main .thanks_sec .inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.3888888889vw;
  font-size: 0.9722222222vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #top_main .thanks_sec .inner a {
    width: 84vw;
    padding: 5.3333333333vw;
    margin: 0 auto;
    font-size: 3.7333333333vw;
  }
}

#footer {
  padding: 5.5555555556vw 2.7777777778vw;
  display: flex;
  justify-content: space-between;
  background-color: #232323;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16vw 8vw;
  }
}
#footer .left_content {
  display: flex;
  flex-direction: column;
  height: 17.3611111111vw;
}
@media screen and (max-width: 768px) {
  #footer .left_content {
    height: auto;
    margin-bottom: 14.6666666667vw;
  }
}
#footer .left_content .logo {
  width: 9.7222222222vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #footer .left_content .logo {
    width: 37.3333333333vw;
    margin: 0 auto 1.3333333333vw;
  }
}
#footer .left_content .logo img {
  width: 100%;
  height: auto;
}
#footer .left_content .logo_text {
  font-size: 0.9722222222vw;
  margin-top: 0.3472222222vw;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #footer .left_content .logo_text {
    text-align: center;
    font-size: 3.7333333333vw;
    margin: 0 0 4vw;
  }
}
#footer .left_content .text {
  font-size: 0.8333333333vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #footer .left_content .text {
    text-align: center;
    font-size: 3.2vw;
  }
}
#footer .left_content .text a {
  color: #fff;
  text-decoration: unset;
}
#footer .site_link {
  display: inline-block;
  font-size: 1.1111111111vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: underline;
  color: #fff;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #footer .site_link {
    font-size: 3.7333333333vw;
    margin-bottom: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #footer .site_link.sp {
    display: none !important;
  }
}
#footer .right_content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 17.3611111111vw;
}
@media screen and (max-width: 768px) {
  #footer .right_content {
    height: auto;
    width: 100%;
    align-items: center;
  }
}
#footer .right_content .sns_list {
  display: flex;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #footer .right_content .sns_list {
    justify-content: center;
    gap: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
#footer .right_content .sns_list li a {
  display: block;
  width: 2.6388888889vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #footer .right_content .sns_list li a {
    width: 10.1333333333vw;
  }
}
#footer .right_content .sns_list li a img {
  width: 100%;
  height: auto;
}
#footer .right_content .copyright {
  font-size: 0.8333333333vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #footer .right_content .copyright {
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=base.css.map */