@charset "UTF-8";
/*---Reset---*/
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd, img, form, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
  border-collapse: collapse;
}

textarea {
  font-size: 100%;
  vertical-align: middle;
}

img {
  border-style: none;
  display: block;
}

hr {
  display: none;
}

em {
  font-style: normal;
}

input {
  line-height: auto;
  vertical-align: middle;
}

strong.more {
  color: #c30;
}

a {
  text-decoration: none;
}

body {
  font-family: Georgia, "游ゴシック", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

a {
  color: #000;
}

/*クラス定義*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  min-height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------------------------------------------------
BreakPoint
----------------------------------------------------------*/
/*---------------------------------------------------------
color
----------------------------------------------------------*/
/*---------------------------------------------------------
BrakePoint
----------------------------------------------------------*/
.nav-sp {
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 16px;
  position: fixed;
  width: 100%;
  background-image: url("../img/bg_01.png");
  background-size: 100%;
  background-position: top;
}
@media screen and (min-width: 600px) {
  .nav-sp {
    display: none;
  }
}
.nav-sp .logotype {
  font-family: sans-serif;
  font-size: 24px;
  color: #ffffff;
}
.nav-sp .logotype .nav_logo img {
  width: 200px;
}
.nav-sp nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 48em) {
  .nav-sp nav nav {
    display: inline;
  }
}
.nav-sp .menu__box {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
@media screen and (max-width: 48em) {
  .nav-sp .menu__box {
    flex-direction: column;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    margin: -600px 0 0 0;
    text-align: center;
    background-color: #2d303a;
    box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition-duration: 0.5s;
    background-image: url("../img/bg_01.png");
    background-size: 100%;
    background-position: top;
  }
}
.nav-sp .menu__box .nav_logo {
  width: 240px;
  display: block;
  padding: 10px 20px;
}
.nav-sp .menu__box .nav_logo img {
  width: 200px;
}
.nav-sp .menu__box .nav_sns {
  font-family: "Yuji Syuku", serif;
  display: flex;
  background-color: #fff;
  padding: 12px 24px;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}
.nav-sp .menu__box .nav_sns ul {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 48em) {
  .nav-sp .menu__box .nav_sns ul li a img {
    width: 40px;
  }
}
.nav-sp .menu__item {
  display: flex;
  flex-direction: column;
  padding: 0 1em 0 1.9em;
  color: #0F0F0F;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Yuji Syuku", serif;
}
@media screen and (max-width: 48em) {
  .nav-sp .menu__item {
    display: block;
    padding: 12px 24px;
    color: #0F0F0F;
    font-size: 18px;
    transition-duration: 0.5s;
    text-align: end;
  }
  .nav-sp .menu__item:hover {
    background-color: #4f5464;
  }
}
.nav-sp #menu__toggle {
  opacity: 0;
}
.nav-sp #menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
.nav-sp #menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background: #fff;
}
.nav-sp #menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background: #fff;
}
.nav-sp #menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  margin: 0;
}
.nav-sp .menu__btn {
  transition-duration: 0.25s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  bottom: 2px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 2;
}
.nav-sp .menu__btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.nav-sp .menu__btn span::before {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  content: "";
  top: -8px;
  transition-duration: 0.25s;
}
.nav-sp .menu__btn span::after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  content: "";
  top: 8px;
  transition-duration: 0.25s;
}
@media screen and (min-width: 48em) {
  .nav-sp .menu__btn {
    display: none;
  }
}

.nav-pc {
  height: 70px;
  width: 100%;
  background-image: url("../img/bg_01.png");
  background-size: 100%;
  background-position: top;
  position: fixed;
  z-index: 999;
  font-family: "Yuji Syuku", serif;
}
@media (max-width: 600px) {
  .nav-pc {
    display: none;
  }
}
.nav-pc .nav {
  max-width: 1020px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .nav-pc .nav {
    width: 100%;
  }
}
.nav-pc .nav .nav_logo img {
  width: 200px;
}
.nav-pc .nav .nav_btn {
  display: flex;
  align-items: center;
  gap: 39px;
}
.nav-pc .nav .nav_list {
  display: flex;
  gap: 39px;
}
.nav-pc .nav .nav_sns {
  background-color: #fff;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 145px;
}
.nav-pc .nav .nav_sns ul {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.nav-pc .nav .nav_sns ul img {
  width: 100%;
  height: 21px;
}
.nav-pc .nav .nav_sns p {
  color: #757575;
}

footer {
  background-image: url("../img/bg_foot.png");
  background-size: 100%;
  background-position: center;
  position: relative;
}
footer .photos {
  background-image: url("../img/bg_moku.jpg");
  background-size: cover;
  background-position: center;
  padding: 10px 0px;
  position: relative;
  overflow: hidden;
  /* スライドの動き等速 */
}
footer .photos:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1450980392);
  z-index: 2;
}
footer .photos .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 16/11;
}
footer .photos .swiper-wrapper {
  transition-timing-function: linear;
}
footer .photos .swiper-slide {
  padding: 10px 10px;
}
@media (max-width: 600px) {
  footer .photos .swiper-slide {
    padding: 5px;
  }
}
footer .nav {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Yuji Syuku", serif;
  font-style: normal;
}
@media (max-width: 768px) {
  footer .nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 600px) {
  footer .nav .nav_head {
    width: 100%;
    padding: 20px 18px;
  }
}
footer .nav .nav_head a {
  width: 200px;
  display: block;
}
footer .nav .nav_head a img {
  width: 100%;
}
footer .nav .nav_head p {
  font-weight: 700;
}
footer .nav .nav_main ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 30px 50px;
  align-items: center;
  flex-wrap: wrap;
  width: 300px;
}
@media (max-width: 600px) {
  footer .nav .nav_main ul {
    width: 270px;
    justify-content: flex-end;
    margin-right: 18px;
    gap: 10px 20px;
    padding-bottom: 18px;
  }
}
footer .nav .nav_main ul li a {
  color: #fff;
  font-size: 14px;
}
footer .nav .nav_sns {
  background-color: #fff;
  height: 236px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  width: 245px;
  gap: 8px;
}
@media (max-width: 600px) {
  footer .nav .nav_sns {
    width: 100%;
    height: auto;
  }
}
footer .nav .nav_sns ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
footer .nav .nav_sns ul li a img {
  width: 40px;
}
footer .nav .nav_sns .left {
  text-align: start;
}
footer .nav .nav_sns .right {
  text-align: end;
}
footer .rights {
  text-align: center;
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  footer .rights {
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    padding: 10px 0;
  }
}

body {
  background-color: #FFFEF9;
}

.top .mv {
  width: 100%;
  height: auto;
  max-height: 100vh;
  padding-bottom: 180px;
  background-image: url("../img/bg_moku.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 115px;
}
.top .mv::after {
  content: "";
  background-image: url(../img/bg_arch.png);
  background-position: top center;
  background-size: cover;
  width: 100%;
  display: block;
  height: 145px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top .mv .swiper-slide {
  opacity: 0.3; /* 左右のスライドを薄くする */
  transform: scale(0.8); /* 左右のスライドを小さくする */
  transition: 0.7s; /* ゆっくり小さくさせる */
}
.top .mv .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 16/11;
}
.top .mv .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
.top .mv .swiper-button-prev {
  left: 24%;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
}
.top .mv .swiper-button-prev:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.top .mv .swiper-button-next {
  right: 24%;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
.top .mv .swiper-button-next:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.top .mv-sp {
  width: 100%;
  height: auto;
  background-image: url("../img/bg_moku.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 68px;
}
@media (max-width: 600px) {
  .top .mv-sp {
    padding-bottom: 0px;
  }
}
.top .mv-sp::after {
  content: "";
  background-image: url(../img/bg_arch.png);
  background-position: top center;
  width: 100%;
  display: block;
  height: 145px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 600px) {
  .top .mv-sp::after {
    background-image: url(../img/bg_arch-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    bottom: -5px;
    height: 80px;
  }
}
.top .mv-sp .logo-icon {
  position: absolute;
  width: 140px;
  right: 30px;
  top: 75px;
}
.top .mv-sp .swiper-slide {
  opacity: 0.3; /* 左右のスライドを薄くする */
  transform: scale(0.8); /* 中央のスライドは小さくしない */
  transition: 0.7s; /* ゆっくり小さくさせる */
  position: relative;
  left: -250px;
}
.top .mv-sp .swiper-slide {
  opacity: 0; /* 非アクティブなスライドを透明にする */
  transition: opacity 0.7s; /* スムーズなトランジション */
}
.top .mv-sp .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 16/11;
}
.top .mv-sp .swiper-slide-prev,
.top .mv-sp .swiper-slide-next {
  position: relative;
  left: -150px;
  margin: 0;
  opacity: 0.7;
}
.top .mv-sp .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 左右のスライドを小さくする */
  z-index: 1; /* 中央のスライドを一番上にする */
  position: relative;
  left: 0px;
  padding-left: 20px;
}
.top .mv-sp .swiper-slide-active {
  opacity: 1; /* アクティブとその前後のスライドを表示 */
}
.top .mv-sp .swiper-pagination {
  display: none;
}
.top .mv-sp .swiper-pagination-btn {
  display: flex;
  bottom: -50px;
  right: -100px;
  position: relative;
}
.top .mv-sp .swiper-button-prev {
  left: 29%;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
}
.top .mv-sp .swiper-button-prev:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.top .mv-sp .swiper-button-next {
  right: 29%;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
.top .mv-sp .swiper-button-next:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.top .mv-sp .wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .top .mv-sp .wrapper {
    margin-right: 20px;
    margin-left: 0%;
  }
}
.top .mv-sp img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.top .mv-sp .swiper-sp {
  height: 410px;
  width: min(100%, 640px);
  margin-inline: auto;
}
@media (max-width: 600px) {
  .top .mv-sp .wrapper {
    height: 130vw;
    height: 520px;
    overflow: hidden;
  }
}
.top .concept {
  background: url(../img/nami.png) no-repeat top/cover;
  height: 116vh;
  margin-bottom: -300px;
  /* padding-bottom: 310px; */
  z-index: 1;
  position: relative;
}
@media (max-width: 600px) {
  .top .concept {
    height: auto;
    padding: 30px 24px 140px;
    margin-bottom: -70px;
    margin-bottom: -16vw;
    background-size: 100%;
    background-position: bottom;
  }
}
.top .concept .concept_body {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  gap: 93px;
  align-items: flex-end;
}
@media (max-width: 600px) {
  .top .concept .concept_body {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 0px;
  }
}
.top .concept .concept_body .concept_body_img {
  width: 470px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .top .concept .concept_body .concept_body_title {
    margin-left: 10px;
    margin-bottom: 12px;
  }
}
.top .concept .concept_body .concept_body_title h4 {
  font-size: 77px;
  font-family: "Segoe Print", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 600px) {
  .top .concept .concept_body .concept_body_title h4 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
.top .concept .concept_body .concept_body_title h4 .font_img {
  width: 70%;
}
@media (max-width: 600px) {
  .top .concept .concept_body .concept_body_title h4 .font_img {
    width: 175px;
  }
}
.top .concept .concept_body .concept_body_title h4::after {
  content: "";
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background-color: #B5B5B5;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .top .concept .concept_body .concept_body_title h4::after {
    width: 63px;
    height: 5px;
  }
}
@media (max-width: 600px) {
  .top .concept .concept_body .concept_body_title p {
    font-size: 12px;
  }
}
.top .concept .concept_body .concept_body_text .concept_body_text-txt {
  margin-block: 46px 0;
}
@media (max-width: 600px) {
  .top .concept .concept_body .concept_body_text .concept_body_text-txt {
    margin-block: 14px 0;
  }
}
.top .concept .concept_body .concept_body_text .concept_body_text-txt h3 {
  font-size: 32px;
}
@media (max-width: 600px) {
  .top .concept .concept_body .concept_body_text .concept_body_text-txt h3 {
    font-size: 22px;
  }
}
.top .concept .concept_body .concept_body_text .concept_body_text-txt p {
  font-size: 20px;
  margin-top: 34px;
}
@media (max-width: 600px) {
  .top .concept .concept_body .concept_body_text .concept_body_text-txt p {
    font-size: 14px;
    margin-top: 12px;
  }
}
.top .concept .concept_body .concept_body_text .concept_body_text-txt a {
  margin-top: 90px;
  width: 280px;
  display: block;
}
@media (max-width: 600px) {
  .top .concept .concept_body .concept_body_text .concept_body_text-txt a {
    margin: 0 auto;
    margin-top: 50px;
    width: 154px;
  }
}
.top .concept h4 {
  font-family: "Segoe Print", sans-serif;
}
.top .plan {
  height: auto;
  padding-top: 300px;
  padding-bottom: 60px;
  background-image: url("../img/bg_01.png");
  background-size: 101%;
  background-position: center;
}
@media (max-width: 600px) {
  .top .plan {
    padding-top: 100px;
  }
}
.top .plan .plan_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top .plan .plan_title h4 {
  font-size: 77px;
  font-family: "Segoe Print", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 600px) {
  .top .plan .plan_title h4 {
    font-size: 40px;
  }
}
.top .plan .plan_title h4 .font_img {
  width: 45%;
}
@media (max-width: 600px) {
  .top .plan .plan_title h4 .font_img {
    width: 117px;
  }
}
.top .plan .plan_title h4::after, .top .plan .plan_title h4::before {
  content: "";
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .top .plan .plan_title h4::after, .top .plan .plan_title h4::before {
    width: 63px;
    height: 5px;
  }
}
.top .plan .plan_title p {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .top .plan .plan_title p {
    font-size: 13px;
    margin-top: 10px;
  }
}
.top .plan .plan_body {
  background-color: rgba(0, 0, 0, 0.1450980392);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .top .plan .plan_body {
    padding-bottom: 80px;
  }
}
.top .plan .plan_body .swiper-plan {
  width: 1070px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .top .plan .plan_body .swiper-plan {
    width: 100%;
  }
}
.top .plan .plan_body .swiper-plan .swiper-slide {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
  width: 310px;
  background-color: #fff;
  border-radius: 5px;
}
.top .plan .plan_body .swiper-plan .swiper-slide-link img {
  border-radius: 5px 5px 0 0;
  aspect-ratio: 16/11;
  object-fit: cover;
}
.top .plan .plan_body .swiper-plan .swiper-slide-link .swiper-slide-img p {
  font-family: "Yuji Syuku", serif;
}
.top .plan .plan_body .swiper-plan .swiper-slide-link .swiper-slide-txt {
  padding: 9px 23px;
  letter-spacing: 1.5px;
  height: auto;
  max-height: 207px;
  min-height: 207px;
  font-family: "Yuji Syuku", serif;
}
.top .plan .plan_body .swiper-plan .swiper-slide-link .swiper-slide-txt h4 {
  font-size: 16px;
  padding-bottom: 9px;
}
.top .plan .plan_body .swiper-plan .swiper-slide-link .swiper-slide-txt p {
  font-size: 13px;
}
.top .plan .plan_body .swiper-plan .swiper-slide-link .swiper-slide-txt .price {
  font-size: 20px;
  text-align: end;
}
.top .plan .plan_body .swiper-plan .swiper-slide-link .swiper-slide-txt .price span {
  font-family: "Yuji Syuku", serif;
}
.top .plan .plan_body .swiper-plan .swiper-slide img {
  height: auto;
  width: 100%;
  max-height: 163px;
  object-fit: cover;
  object-position: center;
}
.top .plan .plan_body .swiper-plan .swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
.top .plan .plan_body .swiper-plan .swiper-slide-img {
  position: relative;
}
.top .plan .plan_body .swiper-plan .swiper-slide-img p {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #ef7e45;
  padding: 3px 13px;
  font-size: 14px;
  color: #fff;
  border-radius: 50px;
  line-height: 1.3;
}
.top .plan .plan_body .swiper-pagination-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
}
@media (max-width: 600px) {
  .top .plan .plan_body .swiper-pagination-btn {
    justify-content: space-between;
  }
}
.top .plan .plan_body .swiper-pagination-btn .swiper-button-prev {
  position: relative;
  left: calc(0% - 530px);
  top: -175px;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 10;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  .top .plan .plan_body .swiper-pagination-btn .swiper-button-prev {
    left: 20px;
    top: 50px;
  }
}
.top .plan .plan_body .swiper-pagination-btn .swiper-button-prev:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.top .plan .plan_body .swiper-pagination-btn .swiper-button-next {
  position: relative;
  right: calc(0% - 530px);
  top: -175px;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 10;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  .top .plan .plan_body .swiper-pagination-btn .swiper-button-next {
    right: 20px;
    top: 50px;
  }
}
.top .plan .plan_body .swiper-pagination-btn .swiper-button-next:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.top .plan .bnr_area {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Yuji Syuku", serif;
}
@media (max-width: 600px) {
  .top .plan .bnr_area {
    padding: 0 40px;
  }
}
.top .plan .bnr_area .banner-link {
  width: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 17px 27px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .top .plan .bnr_area .banner-link {
    width: 100%;
    flex-direction: column;
    gap: 5px;
  }
}
.top .plan .bnr_area .banner-link img {
  width: 240px;
  height: 130px;
  object-fit: cover;
}
.top .plan .bnr_area .banner-link .swiper-slide-txt {
  width: 290px;
  letter-spacing: 1.5px;
}
@media (max-width: 600px) {
  .top .plan .bnr_area .banner-link .swiper-slide-txt {
    width: 100%;
  }
}
.top .plan .bnr_area .banner-link .swiper-slide-txt h4 {
  font-size: 16px;
}
@media (max-width: 600px) {
  .top .plan .bnr_area .banner-link .swiper-slide-txt h4 {
    font-size: 15px;
  }
}
.top .plan .bnr_area .banner-link .swiper-slide-txt p {
  font-size: 13px;
}
@media (max-width: 600px) {
  .top .plan .bnr_area .banner-link .swiper-slide-txt p {
    font-size: 12px;
    margin-top: 5px;
  }
}
.top .plan .bnr_area .banner-link::after {
  content: "";
  background-image: url(../img/arrow_gr.svg);
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
}
@media (max-width: 600px) {
  .top .plan .bnr_area .banner-link::after {
    display: none;
  }
}
.top .plan .plan_body-txt {
  text-align: center;
  margin: 67px 0;
}
@media (max-width: 600px) {
  .top .plan .plan_body-txt {
    font-size: 13px;
    padding: 0 35px;
    margin: 20px 0 52px;
  }
}
.top .plan .plan_body-btn {
  width: 280px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .top .plan .plan_body-btn {
    width: 154px;
  }
}
.top .chef {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../img/bg_02.png");
  background-size: 100%;
  background-position: center;
}
@media (max-width: 600px) {
  .top .chef {
    padding: 50px 24px;
  }
}
.top .chef .chef_body {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  gap: 93px;
  padding: 150px 0;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .top .chef .chef_body {
    width: 100%;
    flex-direction: column;
    padding: 0;
    gap: 0px;
  }
}
.top .chef .chef_body .chef_body_img {
  width: 470px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .top .chef .chef_body .chef_body_img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .top .chef .chef_body .chef_body_title {
    margin-left: 10px;
    margin-bottom: 12px;
  }
}
.top .chef .chef_body .chef_body_title h4 {
  font-size: 77px;
  font-family: "Segoe Print", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 600px) {
  .top .chef .chef_body .chef_body_title h4 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
.top .chef .chef_body .chef_body_title h4 .font_img {
  width: 62%;
}
@media (max-width: 600px) {
  .top .chef .chef_body .chef_body_title h4 .font_img {
    width: 119px;
  }
}
.top .chef .chef_body .chef_body_title h4::after {
  content: "";
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background-color: #B5B5B5;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .top .chef .chef_body .chef_body_title h4::after {
    width: 63px;
    height: 5px;
  }
}
.top .chef .chef_body .chef_body_title p {
  line-height: 2;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .top .chef .chef_body .chef_body_title p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .top .chef .chef_body .chef_body_text {
    width: 100%;
  }
}
.top .chef .chef_body .chef_body_text .chef_body_text-txt {
  margin-block: 46px 0;
}
@media (max-width: 600px) {
  .top .chef .chef_body .chef_body_text .chef_body_text-txt {
    margin-block: 16px 0;
  }
}
.top .chef .chef_body .chef_body_text .chef_body_text-txt h3 {
  font-size: 32px;
}
@media (max-width: 600px) {
  .top .chef .chef_body .chef_body_text .chef_body_text-txt h3 {
    font-size: 22px;
  }
}
.top .chef .chef_body .chef_body_text .chef_body_text-txt p {
  font-size: 20px;
  margin-top: 34px;
}
@media (max-width: 600px) {
  .top .chef .chef_body .chef_body_text .chef_body_text-txt p {
    margin-top: 15px;
    font-size: 14px;
  }
}
.top .chef .chef_body .chef_body_text .chef_body_text-txt a {
  margin-top: 50px;
  width: 280px;
  display: block;
}
@media (max-width: 600px) {
  .top .chef .chef_body .chef_body_text .chef_body_text-txt a {
    width: 154px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
.top .chef h4 {
  font-family: "Segoe Print", sans-serif;
}
.top .qa {
  background-image: url("../img/bg_01.png");
  background-size: 100%;
  background-position: center;
  padding: 100px 0;
}
@media (max-width: 600px) {
  .top .qa {
    padding: 50px 0;
  }
}
.top .qa .qa_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .top .qa .qa_title {
    margin-bottom: 70px;
  }
}
.top .qa .qa_title p {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .top .qa .qa_title p {
    font-size: 13px;
    margin-top: 10px;
  }
}
.top .qa .qa_title h4 {
  font-size: 77px;
  font-family: "Segoe Print", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 600px) {
  .top .qa .qa_title h4 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
.top .qa .qa_title h4 .font_img {
  width: 41%;
}
@media (max-width: 600px) {
  .top .qa .qa_title h4 .font_img {
    width: 105px;
  }
}
.top .qa .qa_title h4::after, .top .qa .qa_title h4::before {
  content: "";
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .top .qa .qa_title h4::after, .top .qa .qa_title h4::before {
    width: 63px;
    height: 5px;
  }
}
.top .qa .qa_body {
  width: 1020px;
  margin: 0 auto;
  font-family: "Yuji Syuku", serif;
}
@media (max-width: 600px) {
  .top .qa .qa_body {
    width: 100%;
  }
}
.top .qa .qa_body ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 80px;
}
@media (max-width: 600px) {
  .top .qa .qa_body ul {
    padding: 0 60px;
    gap: 50px;
  }
}
.top .qa .qa_body ul li {
  padding: 10px 20px;
  background-color: #fff;
  width: 552px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 600px) {
  .top .qa .qa_body ul li {
    padding: 14px 8px;
    width: 100%;
    font-size: 14px;
  }
}
.top .qa .qa_body ul li p {
  z-index: 1;
  position: relative;
  line-height: 1.5;
}
.top .qa .qa_body ul li:nth-child(odd) {
  margin-left: 0;
}
@media (max-width: 600px) {
  .top .qa .qa_body ul li:nth-child(odd) {
    position: relative;
    left: 40px;
  }
}
.top .qa .qa_body ul li:nth-child(odd)::before {
  content: "";
  background-image: url(../img/fukidasi_man.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 80px;
  display: block;
  position: absolute;
  top: -40px;
  left: -80px;
}
@media (max-width: 600px) {
  .top .qa .qa_body ul li:nth-child(odd)::before {
    top: -40px;
    left: -75px;
  }
}
.top .qa .qa_body ul li:nth-child(4n-3)::before {
  background-image: url(../img/fukidasi_woman.png);
}
.top .qa .qa_body ul li:nth-child(even) {
  margin-left: auto;
}
@media (max-width: 600px) {
  .top .qa .qa_body ul li:nth-child(even) {
    position: relative;
    right: 40px;
  }
}
.top .qa .qa_body ul li:nth-child(even)::before {
  content: "";
  background-image: url(../img/fukidasi_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 80px;
  display: block;
  position: absolute;
  top: -40px;
  right: -80px;
}
@media (max-width: 600px) {
  .top .qa .qa_body ul li:nth-child(even)::before {
    top: -40px;
    right: -75px;
  }
}
.top .qa .qa_btn a {
  width: 280px;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 600px) {
  .top .qa .qa_btn a {
    margin: 0 auto;
    margin-top: 50px;
    width: 154px;
  }
}
.top .stocking {
  position: relative;
  padding-bottom: 50px;
  background-image: url("../img/bg_02.png");
  background-size: 100%;
  background-position: center;
}
.top .stocking h3 {
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  padding: 10px 0 30px;
}
@media (max-width: 600px) {
  .top .stocking h3 {
    font-size: 24px;
  }
}
.top .stocking p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 36px;
}
.top .stocking .text {
  padding-top: 40px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 600px) {
  .top .stocking .text {
    font-size: 14px;
  }
}
.top .stocking .stocking-swip {
  width: 481px;
  margin: 0 auto;
  overflow: hidden;
}
.top .stocking .stocking-swip img {
  object-fit: cover;
}
@media (max-width: 600px) {
  .top .stocking .stocking-swip {
    width: 100%;
  }
}
.top .stocking .stocking-swip .swiper-stocking {
  position: relative;
}
.top .stocking .stocking-swip .swiper-button-prev {
  position: absolute;
}
.top .stocking .stocking-swip .swiper-button-next {
  position: absolute;
}
.top .stocking .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 16/11;
}
@media (max-width: 600px) {
  .top .stocking .swiper-slide img {
    padding: 0 25px;
  }
}
.top .stocking::after {
  content: "";
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right;
  height: 224px;
  width: 80%;
  display: block;
  position: absolute;
  bottom: 24%;
  right: 0px;
  transform: translate(0%, -50%); /* 要素の中心を画面の中心に */
}
@media (max-width: 600px) {
  .top .stocking::after {
    height: 79vw;
    width: 100%;
    top: 125px;
    left: 0px;
    transform: unset;
  }
}
.top .stocking .swiper-button-prev {
  left: calc(50% - 265px);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
  top: 45%;
}
@media (max-width: 600px) {
  .top .stocking .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: 44%;
    left: calc(50% - 180px);
  }
}
.top .stocking .swiper-button-prev:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.top .stocking .swiper-button-next {
  right: calc(50% - 265px);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
  top: 45%;
}
@media (max-width: 600px) {
  .top .stocking .swiper-button-next {
    right: calc(50% - 180px);
    width: 35px;
    height: 35px;
    top: 44%;
  }
}
.top .stocking .swiper-button-next:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}

.common__inner {
  padding: 0 15px;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .common__inner {
    padding: 0 16px;
  }
}
.common__btn {
  font-size: 15px;
  color: #fff;
  background: #c43527;
  line-height: 1;
  padding: 16px 45px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.common__btn:hover {
  opacity: 0.8;
  transition: ease 0.3s;
}
@media (max-width: 768px) {
  .common__btn {
    width: 100%;
  }
}
.common__btn-outer {
  margin: 0 auto;
  text-align: center;
}
.common__btn-outer--more {
  margin-top: 30px;
}
.common__btn--golf {
  margin-top: 35px;
  max-width: 250px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.common__btn--golf-plan {
  max-width: 185px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1100px) {
  .common__btn--golf-plan {
    max-width: 100%;
    margin-top: 24px;
  }
}
.common__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.common__head--singletaxi {
  margin-top: 72px;
}
@media (max-width: 600px) {
  .common__head--singletaxi {
    margin-top: 30px;
  }
}
.common__head--first {
  margin-top: 30px;
}
@media (max-width: 600px) {
  .common__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.common__head-ttl {
  font-weight: bold;
  line-height: 1.7058823529;
  margin-right: 10px;
  --min-size: 24;
  --max-size: 34;
  font-size: var(--clamp-size);
}
@media (max-width: 600px) {
  .common__head-ttl {
    line-height: 1.7083333333;
  }
}
.common__head-ttl--singletaxi {
  --min-size: 18;
  --max-size: 20;
  font-size: var(--clamp-size);
}
.common__head-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
}
@media (max-width: 600px) {
  .common__head-txt {
    font-size: 13px;
    line-height: 1.7692307692;
  }
}
.common__head-txt--singletaxi {
  --min-size: 12;
  --max-size: 14;
  font-size: var(--clamp-size);
}
.common__breadcrumbs {
  background: #f4f1f0;
  color: #9a9a9a;
  padding: 9px 0 8px;
}
.common__breadcrumbs-lists {
  display: flex;
}
.common__breadcrumbs-list {
  font-size: 10px;
}
.common__breadcrumbs-list:not(:first-child) {
  padding-left: 14px;
  position: relative;
}
.common__breadcrumbs-list:not(:first-child)::before {
  content: ">";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.common__select {
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  position: relative;
  padding: 13px 13px 13px 42px;
  line-height: 1;
  height: 42px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
}
.common__select--normal {
  padding-left: 13px;
}
.common__select-wrap {
  position: relative;
  width: 100%;
}
.common__select-wrap::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  background: url("../img/point.png") no-repeat center center/cover;
  z-index: 1;
}
.common__select-wrap--normal::before {
  background: none;
}
.common__select-wrap::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #c43527;
  border-left: 1px solid #c43527;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
  z-index: 1;
}
.common__search-submit {
  align-items: center;
  background: #c43527;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: 42px;
  justify-content: center;
  line-height: 1.7333333333;
  width: 80%;
  margin-left: auto;
}
.common__search-submit:hover {
  opacity: 0.8;
  transition: ease 0.3s;
}
@media (max-width: 600px) {
  .common__search-submit {
    width: 100%;
  }
}
.common__search-submit--normal {
  width: 100%;
}
.common__break-sp {
  display: none;
}
@media (max-width: 600px) {
  .common__break-sp {
    display: block;
  }
}
.common__break-sp-none {
  display: block;
}
@media (max-width: 600px) {
  .common__break-sp-none {
    display: none;
  }
}
.common__break-tablet {
  display: none;
}
@media (max-width: 768px) {
  .common__break-tablet {
    display: block;
  }
}
.common__break-tablet-none {
  display: block;
}
@media (max-width: 768px) {
  .common__break-tablet-none {
    display: none;
  }
}
@media (max-width: 600px) {
  .common__taxi-search {
    padding: 24px 10px;
    margin-bottom: -200px;
  }
}
.common__taxi-search-inner {
  display: flex;
}
@media (max-width: 768px) {
  .common__taxi-search-inner {
    flex-direction: column;
  }
}
.common__taxi-search-inner-select {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .common__taxi-search-inner-select {
    flex-direction: column;
    gap: 17px;
  }
}
.common__taxi-search-inner-select-box {
  width: calc((100% - 14px) / 2);
}
@media (max-width: 768px) {
  .common__taxi-search-inner-select-box {
    width: 100%;
  }
}
.common__taxi-search-inner-btn {
  flex: 1;
}
@media (max-width: 768px) {
  .common__taxi-search-inner-btn {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .common__taxi-search-inner-btn {
    margin-top: 14px;
  }
}

.wpcf7-form {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 50px;
}
.wpcf7-form p {
  margin: 50px auto;
}
.wpcf7-form-control {
  max-width: 750px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #F5F5F5;
  border: none;
  border-radius: 20px;
}
.wpcf7-textarea {
  padding: 20px 20px;
  height: 250px;
}
.wpcf7-confirm {
  max-width: 229px;
  width: 100%;
  height: 67px;
  margin: 0 auto;
  text-align: center;
  background-color: #B3EB98;
  color: #FFFFE0;
  padding: 8px 0;
  font-size: 18px;
}
.wpcf7-back, .wpcf7-submit {
  display: none;
}

.form_btn {
  text-align: center;
}

.sub-header {
  height: 30vh;
  position: unset;
  background-color: #FFFFE0;
}

.wpcf7-form p.select-p {
  margin: 50px auto 0;
}

h2.contact-ttl {
  text-align: center;
}

.service .service_mv {
  background-image: url("../img/bg_moku.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto;
  height: 586px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .service .service_mv {
    height: auto;
  }
}
.service .service_mv .mv_body {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .service .service_mv .mv_body {
    flex-direction: column;
    width: 100%;
    margin-top: 95px;
    padding-left: 35px;
    margin-bottom: 36px;
  }
}
.service .service_mv .mv_body .mv_body_img {
  width: 578px;
  height: 409px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .service .service_mv .mv_body .mv_body_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .service .service_mv .mv_body .mv_body_title {
    margin-bottom: 12px;
  }
}
.service .service_mv .mv_body .mv_body_title h4 {
  font-size: 77px;
  font-family: "Segoe Print", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 600px) {
  .service .service_mv .mv_body .mv_body_title h4 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
.service .service_mv .mv_body .mv_body_title h4 .font_img {
  width: 57%;
}
@media (max-width: 600px) {
  .service .service_mv .mv_body .mv_body_title h4 .font_img {
    width: 122px;
  }
}
.service .service_mv .mv_body .mv_body_title h4::after {
  content: "";
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .service .service_mv .mv_body .mv_body_title h4::after {
    width: 63px;
    height: 5px;
  }
}
.service .service_mv .mv_body .mv_body_title p {
  line-height: 2;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .service .service_mv .mv_body .mv_body_title p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .service .service_mv .mv_body .mv_body_text {
    width: 100%;
  }
}
.service .service_mv .mv_body .mv_body_text .mv_body_text-txt {
  margin-block: 20px 0;
}
@media (max-width: 600px) {
  .service .service_mv .mv_body .mv_body_text .mv_body_text-txt {
    margin-top: 20px;
    padding-right: 30px;
  }
}
.service .service_mv .mv_body .mv_body_text .mv_body_text-txt h3 {
  font-size: 32px;
}
@media (max-width: 600px) {
  .service .service_mv .mv_body .mv_body_text .mv_body_text-txt h3 {
    font-size: 22px;
  }
}
.service .service_mv .mv_body .mv_body_text .mv_body_text-txt p {
  font-size: 13px;
  margin-top: 15px;
  width: 400px;
  line-height: 2;
}
@media (max-width: 600px) {
  .service .service_mv .mv_body .mv_body_text .mv_body_text-txt p {
    width: 100%;
    font-size: 14px;
    margin-top: 34px;
    margin-top: 20px;
  }
}
.service .service_mv .mv_body .mv_body_text .mv_body_text-txt a {
  margin-top: 90px;
  width: 280px;
  display: block;
}
.service .service_mv h4 {
  font-family: "Segoe Print", sans-serif;
}
.service .plan {
  height: auto;
  padding-top: 0px;
  padding-bottom: 60px;
  background-image: url("../img/bg_01.png");
  background-size: 101%;
  background-position: center;
}
.service .plan .plan_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 70px;
}
@media (max-width: 600px) {
  .service .plan .plan_title {
    padding-block: 35px 25px;
  }
}
.service .plan .plan_title h4 {
  font-size: 77px;
  font-family: "Segoe Print", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
.service .plan .plan_title h4::after, .service .plan .plan_title h4::before {
  content: "";
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background-color: #B5B5B5;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .service .plan .plan_title h4::after, .service .plan .plan_title h4::before {
    width: 63px;
    height: 5px;
  }
}
.service .plan .plan_title p {
  text-align: center;
  line-height: 2;
}
@media (max-width: 600px) {
  .service .plan .plan_title p {
    font-size: 14px;
    padding: 0 40px;
  }
}
.service .plan .plan_body {
  background-color: rgba(0, 0, 0, 0.1450980392);
  padding-top: 50px;
  padding-bottom: 50px;
}
.service .plan .plan_body .swiper-plan {
  width: 1070px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.service .plan .plan_body .swiper-pagination-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0;
}
.service .plan .plan_body .swiper-pagination-btn .swiper-button-prev {
  position: relative;
  left: calc(0% - 530px);
  top: -175px;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 10;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
}
.service .plan .plan_body .swiper-pagination-btn .swiper-button-prev:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.service .plan .plan_body .swiper-pagination-btn .swiper-button-next {
  position: relative;
  right: calc(0% - 530px);
  top: -175px;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  z-index: 10;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
.service .plan .plan_body .swiper-pagination-btn .swiper-button-next:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.service .plan .plan_body .service-plan {
  width: 1070px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .service .plan .plan_body .service-plan {
    width: 100%;
  }
}
.service .plan .plan_body .service-plan ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px 36px;
}
@media (max-width: 600px) {
  .service .plan .plan_body .service-plan ul {
    align-items: center;
    flex-direction: column;
  }
}
.service .plan .plan_body .service-plan ul li {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
  width: 310px;
  background-color: #fff;
  border-radius: 5px;
}
.service .plan .plan_body .service-plan ul li .swiper-slide {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
  width: 310px;
  background-color: #fff;
  border-radius: 5px;
}
.service .plan .plan_body .service-plan ul li .swiper-slide-link img {
  border-radius: 5px 5px 0 0;
  aspect-ratio: 16/11;
  object-fit: cover;
}
.service .plan .plan_body .service-plan ul li .swiper-slide-link .swiper-slide-img p {
  font-family: "Yuji Syuku", serif;
}
.service .plan .plan_body .service-plan ul li .swiper-slide-link .swiper-slide-txt {
  font-family: "Yuji Syuku", serif;
  padding: 9px 23px;
  letter-spacing: 1.5px;
  height: auto;
  max-height: 207px;
  min-height: 207px;
}
.service .plan .plan_body .service-plan ul li .swiper-slide-link .swiper-slide-txt h4 {
  font-size: 16px;
  padding-bottom: 9px;
}
.service .plan .plan_body .service-plan ul li .swiper-slide-link .swiper-slide-txt p {
  font-size: 13px;
}
.service .plan .plan_body .service-plan ul li .swiper-slide-link .swiper-slide-txt .price {
  font-size: 20px;
  text-align: end;
}
.service .plan .plan_body .service-plan ul li .swiper-slide-link .swiper-slide-txt .price span {
  font-family: "Yuji Syuku", serif;
}
.service .plan .plan_body .service-plan ul li .swiper-slide img {
  height: auto;
  width: 100%;
  max-height: 163px;
  object-fit: cover;
  object-position: center;
}
.service .plan .plan_body .service-plan ul li .swiper-slide-img {
  position: relative;
}
.service .plan .plan_body .service-plan ul li .swiper-slide-img p {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #ef7e45;
  padding: 3px 13px;
  font-size: 14px;
  color: #fff;
  border-radius: 50px;
  line-height: 1.3;
}
.service .plan .bnr_area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 73px 13px;
  font-family: "Yuji Syuku", serif;
}
@media (max-width: 600px) {
  .service .plan .bnr_area {
    padding: 0 40px;
    margin-block: 50px 0;
  }
}
.service .plan .bnr_area .banner-link {
  width: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 17px 27px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 600px) {
  .service .plan .bnr_area .banner-link {
    width: 100%;
    flex-direction: column;
    gap: 5px;
  }
}
.service .plan .bnr_area .banner-link img {
  width: 240px;
  height: 130px;
  object-fit: cover;
}
.service .plan .bnr_area .banner-link .swiper-slide-txt {
  width: 290px;
  letter-spacing: 1.5px;
}
@media (max-width: 600px) {
  .service .plan .bnr_area .banner-link .swiper-slide-txt {
    width: 100%;
  }
}
.service .plan .bnr_area .banner-link .swiper-slide-txt h4 {
  font-size: 16px;
}
@media (max-width: 600px) {
  .service .plan .bnr_area .banner-link .swiper-slide-txt h4 {
    font-size: 15px;
  }
}
.service .plan .bnr_area .banner-link .swiper-slide-txt p {
  font-size: 13px;
}
@media (max-width: 600px) {
  .service .plan .bnr_area .banner-link .swiper-slide-txt p {
    font-size: 12px;
    margin-top: 5px;
  }
}
.service .plan .bnr_area .banner-link::after {
  content: "";
  background-image: url(../img/arrow_gr.svg);
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
}
@media (max-width: 600px) {
  .service .plan .bnr_area .banner-link::after {
    display: none;
  }
}

.chef .chef_mv {
  background-image: url(../img/bg_moku.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.chef .chef_mv .mv_body {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 150px;
}
@media (max-width: 600px) {
  .chef .chef_mv .mv_body {
    flex-direction: column;
    width: 100%;
    margin-top: 95px;
    padding-left: 35px;
    margin-bottom: 36px;
  }
}
.chef .chef_mv .mv_body .mv_body_img {
  width: 578px;
  height: 409px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .chef .chef_mv .mv_body .mv_body_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .chef .chef_mv .mv_body .mv_body_title {
    margin-bottom: 12px;
  }
}
.chef .chef_mv .mv_body .mv_body_title h4 {
  font-size: 77px;
  font-family: "Segoe Print", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 600px) {
  .chef .chef_mv .mv_body .mv_body_title h4 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
.chef .chef_mv .mv_body .mv_body_title h4 .font_img {
  width: 54%;
}
@media (max-width: 600px) {
  .chef .chef_mv .mv_body .mv_body_title h4 .font_img {
    width: 119px;
  }
}
.chef .chef_mv .mv_body .mv_body_title h4::after {
  content: "";
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .chef .chef_mv .mv_body .mv_body_title h4::after {
    width: 63px;
    height: 5px;
  }
}
.chef .chef_mv .mv_body .mv_body_title p {
  line-height: 2;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .chef .chef_mv .mv_body .mv_body_title p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .chef .chef_mv .mv_body .mv_body_text {
    width: 100%;
  }
}
.chef .chef_mv .mv_body .mv_body_text .mv_body_text-txt {
  margin-block: 20px 0;
}
@media (max-width: 600px) {
  .chef .chef_mv .mv_body .mv_body_text .mv_body_text-txt {
    margin-top: 20px;
    padding-right: 30px;
  }
}
.chef .chef_mv .mv_body .mv_body_text .mv_body_text-txt h3 {
  font-size: 32px;
}
@media (max-width: 600px) {
  .chef .chef_mv .mv_body .mv_body_text .mv_body_text-txt h3 {
    font-size: 22px;
  }
}
.chef .chef_mv .mv_body .mv_body_text .mv_body_text-txt p {
  font-size: 13px;
  margin-top: 15px;
  width: 400px;
  line-height: 2;
}
@media (max-width: 600px) {
  .chef .chef_mv .mv_body .mv_body_text .mv_body_text-txt p {
    width: 100%;
    font-size: 14px;
    margin-top: 34px;
    margin-top: 20px;
  }
}
.chef .chef_mv .mv_body .mv_body_text .mv_body_text-txt a {
  margin-top: 90px;
  width: 280px;
  display: block;
}
.chef .chef_mv h4 {
  font-family: "Segoe Print", sans-serif;
}
.chef .chef_message {
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  position: relative;
  width: 100%;
  z-index: 99;
}
.chef .chef_message .chef_message_body {
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 59%;
  position: relative;
  width: 1020px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .chef .chef_message .chef_message_body {
    width: 100%;
    background-size: 150%;
  }
}
.chef .chef_message .chef_message_body .chef_message_body-img {
  height: 410px;
  padding: 36px;
  position: relative;
}
@media (max-width: 600px) {
  .chef .chef_message .chef_message_body .chef_message_body-img {
    height: auto;
  }
  .chef .chef_message .chef_message_body .chef_message_body-img img {
    border-radius: 30px 30px 0 0;
    z-index: 1;
    position: relative;
  }
}
.chef .chef_message .chef_message_body .chef_message_body-img .chef_message_body-imagetxt {
  width: 64%;
  height: auto;
  position: relative;
  color: #fff;
  top: -100%;
  height: 338px;
  height: 100%;
  left: 36%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px 30px 30px 62px;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 600px) {
  .chef .chef_message .chef_message_body .chef_message_body-img .chef_message_body-imagetxt {
    width: 100%;
    top: -10px;
    left: 0%;
    border-radius: 0 0 30px 30px;
    padding: 18px 26px 26px 26px;
    font-size: 16px;
  }
}
.chef .chef_message .chef_message_body .chef_message_body-img .chef_message_body-imagetxt .scroll {
  overflow: scroll;
  height: 285px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.chef .chef_message .chef_message_body .chef_message_body-img .chef_message_body-imagetxt .scroll p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 2;
  font-family: "Yuji Syuku", serif;
}
.chef .chef_message .chef_message_body .chef_message_body-img .chef_message_body-imagetxt .scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.chef .main {
  background-image: url(../img/bg_02.png);
  background-size: cover;
  z-index: 1;
  position: relative;
}
.chef .main .profile {
  margin-top: -186px;
  padding-top: 186px;
}
@media (max-width: 600px) {
  .chef .main .profile {
    margin-top: 0px;
    padding-top: 0px;
  }
}
.chef .main .profile h3 {
  text-align: center;
  font-size: 32px;
  padding: 45px 0;
}
@media (max-width: 600px) {
  .chef .main .profile h3 {
    font-size: 24px;
  }
}
.chef .main .profile .profile_back {
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 59%;
  position: relative;
}
.chef .main .profile .profile_back .profile_body {
  width: 1020px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .chef .main .profile .profile_back .profile_body {
    width: 100%;
  }
}
.chef .main .profile .profile_back .profile_body .profile_body-main {
  height: 270px;
  height: auto;
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
  padding: 18px 35px;
}
@media (max-width: 600px) {
  .chef .main .profile .profile_back .profile_body .profile_body-main {
    background-repeat: repeat;
    padding: 30px 35px;
  }
}
.chef .main .profile .profile_back .profile_body .profile_body-main .boxs {
  background: linear-gradient(to left, #FCE3C4 100%, #F4CD9D 67%);
  height: 100%;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 600px) {
  .chef .main .profile .profile_back .profile_body .profile_body-main .boxs {
    flex-direction: column;
  }
}
.chef .main .profile .profile_back .profile_body .profile_body-main .boxs .profile_body-main-box {
  width: 33.3333333333%;
}
@media (max-width: 600px) {
  .chef .main .profile .profile_back .profile_body .profile_body-main .boxs .profile_body-main-box {
    width: 100%;
  }
}
.chef .main .profile .profile_back .profile_body .profile_body-main .boxs .profile_body-main-box h4 {
  font-size: 20px;
}
.chef .main .profile .profile_back .profile_body .profile_body-main .boxs .profile_body-main-box li {
  font-size: 14px;
  letter-spacing: 2px;
}
.chef .main .voice h3 {
  text-align: center;
  font-size: 32px;
  padding: 80px 0;
}
@media (max-width: 600px) {
  .chef .main .voice h3 {
    font-size: 24px;
    padding: 50px 0;
  }
}
.chef .main .voice .voice_back {
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 59%;
  position: relative;
}
.chef .main .voice .voice_back .voice_body {
  width: 1020px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .chef .main .voice .voice_back .voice_body {
    width: 100%;
  }
}
.chef .main .voice .voice_back .voice_body .voice_body-main {
  height: 270px;
  height: auto;
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
  padding: 18px 35px;
}
@media (max-width: 600px) {
  .chef .main .voice .voice_back .voice_body .voice_body-main {
    background-repeat: repeat;
    padding: 30px 35px;
  }
}
.chef .main .voice .voice_back .voice_body .voice_body-main .boxs {
  background: linear-gradient(to left, rgba(252, 227, 196, 0.8) 100%, rgba(244, 205, 157, 0.8) 67%);
  height: 100%;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 600px) {
  .chef .main .voice .voice_back .voice_body .voice_body-main .boxs {
    flex-direction: column;
  }
}
.chef .main .voice .voice_back .voice_body .voice_body-main .boxs .voice_body-main-box {
  width: 33.3333333333%;
  background-color: #F5F5F5;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 600px) {
  .chef .main .voice .voice_back .voice_body .voice_body-main .boxs .voice_body-main-box {
    width: 100%;
  }
}
.chef .main .voice .voice_back .voice_body .voice_body-main .boxs .voice_body-main-box::before {
  content: "";
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}
.chef .main .voice .voice_back .voice_body .voice_body-main .boxs .voice_body-main-box h4 {
  margin-left: 45px;
}
@media (max-width: 600px) {
  .chef .main .voice .voice_back .voice_body .voice_body-main .boxs .voice_body-main-box h4 {
    margin-top: 0px;
  }
}
.chef .main .voice .voice_back .voice_body .voice_body-main .boxs .voice_body-main-box p {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 2px;
}
.chef .main .guest {
  padding: 0 0 100px;
}
.chef .main .guest h3 {
  text-align: center;
  font-size: 32px;
  padding: 50px 0;
}
@media (max-width: 600px) {
  .chef .main .guest h3 {
    font-size: 24px;
  }
}
.chef .main .guest .guest_back {
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 59%;
  position: relative;
}
.chef .main .guest .guest_back .guest_body {
  width: 1020px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .chef .main .guest .guest_back .guest_body {
    width: 100%;
  }
}
.chef .main .guest .guest_back .guest_body .guest_body-main {
  height: 270px;
  height: auto;
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
  padding: 18px 35px;
}
@media (max-width: 600px) {
  .chef .main .guest .guest_back .guest_body .guest_body-main {
    background-repeat: repeat;
    padding: 30px 35px;
  }
}
.chef .main .guest .guest_back .guest_body .guest_body-main .boxs {
  background: linear-gradient(to left, #FCE3C4 100%, #F4CD9D 67%);
  height: 100%;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 600px) {
  .chef .main .guest .guest_back .guest_body .guest_body-main .boxs {
    flex-direction: column;
  }
}
.chef .main .guest .guest_back .guest_body .guest_body-main .boxs .guest_body-main-box {
  width: 33.3333333333%;
}
@media (max-width: 600px) {
  .chef .main .guest .guest_back .guest_body .guest_body-main .boxs .guest_body-main-box {
    width: 100%;
  }
}
.chef .main .guest .guest_back .guest_body .guest_body-main .boxs .guest_body-main-box p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: -20px;
}

.concept .concept_mv {
  background-image: url(../img/bg_moku.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.concept .concept_mv .mv_body {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 150px;
}
@media (max-width: 600px) {
  .concept .concept_mv .mv_body {
    flex-direction: column;
    width: 100%;
    margin-top: 95px;
    padding-left: 35px;
    margin-bottom: 36px;
  }
}
.concept .concept_mv .mv_body .mv_body_img {
  width: 578px;
  height: 409px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .concept .concept_mv .mv_body .mv_body_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .concept .concept_mv .mv_body .mv_body_title {
    margin-bottom: 12px;
  }
}
.concept .concept_mv .mv_body .mv_body_title h4 {
  font-size: 77px;
  font-family: "Segoe Print", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 600px) {
  .concept .concept_mv .mv_body .mv_body_title h4 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
.concept .concept_mv .mv_body .mv_body_title h4 .font_img {
  width: 70%;
}
@media (max-width: 600px) {
  .concept .concept_mv .mv_body .mv_body_title h4 .font_img {
    width: 175px;
  }
}
.concept .concept_mv .mv_body .mv_body_title h4::after {
  content: "";
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .concept .concept_mv .mv_body .mv_body_title h4::after {
    width: 63px;
    height: 5px;
  }
}
.concept .concept_mv .mv_body .mv_body_title p {
  line-height: 2;
}
@media (max-width: 600px) {
  .concept .concept_mv .mv_body .mv_body_title p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .concept .concept_mv .mv_body .mv_body_text {
    width: 100%;
  }
}
.concept .concept_mv .mv_body .mv_body_text .mv_body_text-txt {
  margin-block: 20px 0;
}
@media (max-width: 600px) {
  .concept .concept_mv .mv_body .mv_body_text .mv_body_text-txt {
    margin-top: 20px;
    padding-right: 30px;
  }
}
.concept .concept_mv .mv_body .mv_body_text .mv_body_text-txt h3 {
  font-size: 32px;
}
@media (max-width: 600px) {
  .concept .concept_mv .mv_body .mv_body_text .mv_body_text-txt h3 {
    font-size: 22px;
  }
}
.concept .concept_mv .mv_body .mv_body_text .mv_body_text-txt p {
  font-size: 13px;
  margin-top: 15px;
  width: 400px;
}
@media (max-width: 600px) {
  .concept .concept_mv .mv_body .mv_body_text .mv_body_text-txt p {
    width: 100%;
    font-size: 14px;
    margin-top: 34px;
    margin-top: 20px;
  }
}
.concept .concept_mv .mv_body .mv_body_text .mv_body_text-txt a {
  margin-top: 90px;
  width: 280px;
  display: block;
}
.concept .concept_mv h4 {
  font-family: "Segoe Print", sans-serif;
}
.concept .concept_message {
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-size: 50% auto;
  position: relative;
  width: 100%;
  z-index: 99;
}
.concept .concept_message .concept_message_body {
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 59%;
  position: relative;
  width: 1020px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .concept .concept_message .concept_message_body {
    width: 100%;
  }
}
.concept .concept_message .concept_message_body .concept_message_body-img {
  height: 112px;
  padding: 36px;
  position: relative;
}
.concept .concept_message .concept_message_body .concept_message_body-img .concept_message_body-imagetxt {
  width: 64%;
  height: auto;
  position: relative;
  color: #fff;
  top: -100%;
  height: 338px;
  height: 100%;
  left: 36%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px 30px 30px 62px;
  border-radius: 0 30px 30px 0;
}
.concept .concept_message .concept_message_body .concept_message_body-img .concept_message_body-imagetxt .scroll {
  overflow: scroll;
  height: 285px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.concept .concept_message .concept_message_body .concept_message_body-img .concept_message_body-imagetxt .scroll p {
  font-size: 16px;
  margin-bottom: 30px;
}
.concept .concept_message .concept_message_body .concept_message_body-img .concept_message_body-imagetxt .scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.concept .main {
  background-image: url(../img/bg_02.png);
  background-size: cover;
  z-index: 1;
  position: relative;
}
@media (max-width: 600px) {
  .concept .main {
    padding: 55px 30px 0 30px;
    overflow: hidden;
  }
}
.concept .main .comment {
  position: relative;
}
.concept .main .comment .comment_back .comment_body {
  width: 1020px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .concept .main .comment .comment_back .comment_body {
    width: 100%;
  }
}
.concept .main .comment .comment_back .comment_body .comment_body_main {
  display: flex;
}
@media (max-width: 600px) {
  .concept .main .comment .comment_back .comment_body .comment_body_main {
    flex-direction: column;
  }
}
.concept .main .comment .comment_back .comment_body .comment_body_main .comment_body_main-texts ul {
  line-height: 2.05;
}
.concept .main .comment .comment_back .comment_body .comment_body_main .comment_body_main-texts ul li {
  font-weight: 400;
  margin: 30px 20px;
  letter-spacing: 2px;
  margin-right: 0;
  font-size: 16px;
}
@media (max-width: 600px) {
  .concept .main .comment .comment_back .comment_body .comment_body_main .comment_body_main-texts ul li {
    margin: 0;
    font-size: 16px;
    margin: 21px 0;
  }
}
.concept .main .comment .comment_back .comment_body .comment_body_main .comment_body_main-texts ul li h4 {
  font-size: 20px;
}
.concept .main .comment .comment_back .comment_body .comment_body_main .comment_body_main-texts ul li .travel {
  background-color: rgba(174, 94, 23, 0.38);
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
.concept .main .comment .comment_back .comment_body .comment_body_main .comment_body_main-texts ul .text {
  margin: 30px;
  margin-top: 0;
  letter-spacing: 2px;
  margin-right: 0;
  position: absolute;
}
@media (max-width: 600px) {
  .concept .main .comment .comment_back .comment_body .comment_body_main .comment_body_main-texts ul .text {
    position: relative;
    margin: 0px;
  }
}
.concept .main .comment .comment_back .comment_body .comment_body_main img {
  width: 596px;
}
@media (max-width: 600px) {
  .concept .main .comment .comment_back .comment_body .comment_body_main img {
    padding-right: 0px;
  }
}
.concept .main .comment .back {
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-size: 82% auto;
  background-position: right;
  height: 224px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  display: block;
}
@media (max-width: 600px) {
  .concept .main .comment .back {
    top: 195px;
    right: -30px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4901960784);
    width: 109%;
    background-size: 100% auto;
  }
}
.concept .examples {
  position: relative;
}
.concept .examples h3 {
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 600px) {
  .concept .examples h3 {
    font-size: 24px;
    padding: 100px 0 48px;
  }
}
.concept .examples p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 36px;
}
.concept .examples .examples-swip {
  width: 595px;
  margin: 0 auto;
  overflow: hidden;
}
.concept .examples .examples-swip img {
  object-fit: cover;
}
@media (max-width: 600px) {
  .concept .examples .examples-swip {
    width: 100%;
  }
}
.concept .examples .examples-swip .swiper-examples {
  position: relative;
}
.concept .examples .examples-swip .swiper-button-prev {
  position: absolute;
}
.concept .examples .examples-swip .swiper-button-next {
  position: absolute;
}
.concept .examples::after {
  content: "";
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right;
  height: 224px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0%;
  transform: translate(0%, -40%); /* 要素の中心を画面の中心に */
}
@media (max-width: 600px) {
  .concept .examples::after {
    height: 71vw;
    width: 119%;
    top: 230px;
    left: -30px;
    transform: unset;
  }
}
.concept .examples .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 16/11;
}
.concept .examples .swiper-button-prev {
  left: 2%;
  top: 72%;
  left: calc(50% - 325px);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  .concept .examples .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: 78%;
    left: calc(50% - 180px);
  }
}
.concept .examples .swiper-button-prev:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.concept .examples .swiper-button-next {
  right: 2%;
  right: calc(50% - 325px);
  top: 72%;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  .concept .examples .swiper-button-next {
    right: calc(50% - 180px);
    width: 35px;
    height: 35px;
    top: 78%;
  }
}
.concept .examples .swiper-button-next:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.concept .stocking {
  position: relative;
  padding-bottom: 50px;
}
.concept .stocking h3 {
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  padding: 100px 0 30px;
}
@media (max-width: 600px) {
  .concept .stocking h3 {
    font-size: 24px;
  }
}
.concept .stocking p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 36px;
}
.concept .stocking .text {
  padding-top: 40px;
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 2;
}
.concept .stocking .stocking-swip {
  width: 481px;
  margin: 0 auto;
  overflow: hidden;
}
.concept .stocking .stocking-swip img {
  object-fit: cover;
}
@media (max-width: 600px) {
  .concept .stocking .stocking-swip {
    width: 100%;
  }
}
.concept .stocking .stocking-swip .swiper-stocking {
  position: relative;
}
.concept .stocking .stocking-swip .swiper-button-prev {
  position: absolute;
}
.concept .stocking .stocking-swip .swiper-button-next {
  position: absolute;
}
.concept .stocking .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 16/11;
}
.concept .stocking::after {
  content: "";
  background-image: url(../img/bg_01.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right;
  height: 224px;
  width: 80%;
  display: block;
  position: absolute;
  bottom: 22%;
  right: 0px;
  transform: translate(0%, -50%); /* 要素の中心を画面の中心に */
}
@media (max-width: 600px) {
  .concept .stocking::after {
    left: -30px;
    height: 66vw;
    transform: unset;
    width: 119%;
    top: 220px;
  }
}
.concept .stocking .swiper-button-prev {
  left: calc(50% - 265px);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
}
@media (max-width: 600px) {
  .concept .stocking .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: 51%;
    left: calc(50% - 180px);
  }
}
.concept .stocking .swiper-button-prev:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}
.concept .stocking .swiper-button-next {
  right: calc(50% - 265px);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-image: url(../img/arrow_wh.svg);
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  .concept .stocking .swiper-button-next {
    right: calc(50% - 180px);
    width: 35px;
    height: 35px;
    top: 51%;
  }
}
.concept .stocking .swiper-button-next:after {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  display: none;
}

.qa .qa_mv {
  background-image: url("../img/bg_moku.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto;
  height: 586px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .qa .qa_mv {
    height: auto;
  }
}
.qa .qa_mv .mv_body {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .qa .qa_mv .mv_body {
    flex-direction: column;
    width: 100%;
    margin-top: 95px;
    padding-left: 35px;
    margin-bottom: 36px;
  }
}
.qa .qa_mv .mv_body .mv_body_img {
  width: 578px;
  height: 409px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .qa .qa_mv .mv_body .mv_body_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
@media (max-width: 600px) {
  .qa .qa_mv .mv_body .mv_body_title {
    margin-bottom: 12px;
  }
}
.qa .qa_mv .mv_body .mv_body_title h4 {
  font-size: 77px;
  font-family: "Segoe Print", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 600px) {
  .qa .qa_mv .mv_body .mv_body_title h4 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
.qa .qa_mv .mv_body .mv_body_title h4 .font_img {
  width: 48%;
}
@media (max-width: 600px) {
  .qa .qa_mv .mv_body .mv_body_title h4 .font_img {
    width: 104px;
  }
}
.qa .qa_mv .mv_body .mv_body_title h4::after {
  content: "";
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .qa .qa_mv .mv_body .mv_body_title h4::after {
    width: 63px;
    height: 5px;
  }
}
.qa .qa_mv .mv_body .mv_body_title p {
  line-height: 2;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .qa .qa_mv .mv_body .mv_body_title p {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .qa .qa_mv .mv_body .mv_body_text {
    width: 100%;
  }
}
.qa .qa_mv .mv_body .mv_body_text .mv_body_text-txt {
  margin-block: 20px 0;
}
@media (max-width: 600px) {
  .qa .qa_mv .mv_body .mv_body_text .mv_body_text-txt {
    margin-top: 20px;
    padding-right: 30px;
  }
}
.qa .qa_mv .mv_body .mv_body_text .mv_body_text-txt h3 {
  font-size: 32px;
}
@media (max-width: 600px) {
  .qa .qa_mv .mv_body .mv_body_text .mv_body_text-txt h3 {
    font-size: 22px;
  }
}
.qa .qa_mv .mv_body .mv_body_text .mv_body_text-txt p {
  font-size: 13px;
  margin-top: 15px;
  width: 400px;
  line-height: 2;
}
@media (max-width: 600px) {
  .qa .qa_mv .mv_body .mv_body_text .mv_body_text-txt p {
    width: 100%;
    font-size: 14px;
    margin-top: 34px;
    margin-top: 20px;
  }
}
.qa .qa_mv .mv_body .mv_body_text .mv_body_text-txt a {
  margin-top: 90px;
  width: 280px;
  display: block;
}
.qa .qa_mv h4 {
  font-family: "Segoe Print", sans-serif;
}
.qa .qa {
  background-image: url("../img/bg_01.png");
  background-size: 100%;
  background-position: center;
  padding: 100px 0;
}
@media (max-width: 600px) {
  .qa .qa {
    padding: 100px 0 50px;
  }
}
.qa .qa .qa_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .qa .qa .qa_title {
    margin-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .qa .qa .qa_title p {
    margin-top: 30px;
    font-size: 13px;
  }
}
.qa .qa .qa_title h4 {
  font-size: 77px;
  font-family: "Segoe Print", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media (max-width: 600px) {
  .qa .qa .qa_title h4 {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
.qa .qa .qa_title h4::after, .qa .qa .qa_title h4::before {
  content: "";
  width: 100px;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .qa .qa .qa_title h4::after, .qa .qa .qa_title h4::before {
    width: 63px;
    height: 5px;
  }
}
.qa .qa .qa_body {
  width: 1020px;
  margin: 0 auto;
  font-family: "Yuji Syuku", serif;
}
@media (max-width: 600px) {
  .qa .qa .qa_body {
    width: 100%;
  }
}
.qa .qa .qa_body ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 80px;
}
@media (max-width: 600px) {
  .qa .qa .qa_body ul {
    padding: 0 60px;
    gap: 50px;
  }
}
.qa .qa .qa_body ul li {
  padding: 10px 20px;
  background-color: #fff;
  width: 552px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 600px) {
  .qa .qa .qa_body ul li {
    padding: 14px 8px;
    width: 100%;
    font-size: 14px;
  }
}
.qa .qa .qa_body ul li p {
  z-index: 1;
  position: relative;
  line-height: 1.5;
}
.qa .qa .qa_body ul li:nth-child(odd) {
  margin-left: 0;
}
@media (max-width: 600px) {
  .qa .qa .qa_body ul li:nth-child(odd) {
    position: relative;
    left: 40px;
  }
}
.qa .qa .qa_body ul li:nth-child(odd)::before {
  content: "";
  background-image: url(../img/fukidasi_man.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 80px;
  display: block;
  position: absolute;
  top: -40px;
  left: -80px;
}
@media (max-width: 600px) {
  .qa .qa .qa_body ul li:nth-child(odd)::before {
    top: -40px;
    left: -75px;
  }
}
.qa .qa .qa_body ul li:nth-child(4n-3)::before {
  background-image: url(../img/fukidasi_woman.png);
}
.qa .qa .qa_body ul li:nth-child(even) {
  margin-left: auto;
}
@media (max-width: 600px) {
  .qa .qa .qa_body ul li:nth-child(even) {
    position: relative;
    right: 40px;
  }
}
.qa .qa .qa_body ul li:nth-child(even)::before {
  content: "";
  background-image: url(../img/fukidasi_right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 80px;
  display: block;
  position: absolute;
  top: -40px;
  right: -80px;
}
@media (max-width: 600px) {
  .qa .qa .qa_body ul li:nth-child(even)::before {
    top: -40px;
    right: -75px;
  }
}

.button {
  width: 229px;
  height: 67px;
  text-align: center;
  background-color: #fff;
  padding: 7px 0;
  line-height: 3;
  border-radius: 30px 0;
}
.button a {
  font-size: 18px;
}

.page-button {
  width: 229px;
  height: 67px;
  text-align: center;
  background-color: #1A1F29;
  padding: 7px 0;
  line-height: 3;
  border-radius: 30px 0;
}
.page-button a {
  font-size: 18px;
}

html {
  overscroll-behavior: none;
}

body {
  font-family: "Segoe Print", Meiryo, sans-serif, Georgia, "游ゴシック", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana;
  line-height: 1.75;
  --min-size: 14;
  --max-size: 14;
  font-size: var(--clamp-size);
  color: #333333;
}
body.open-toggle {
  height: 100%;
  overflow: hidden;
}

main.sub-page {
  padding-top: 80px;
}
@media (max-width: 900px) {
  main.sub-page {
    padding-top: 60px;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.background__cover.open-toggle {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}

.pc {
  display: block;
}
@media (max-width: 600px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 600px) {
  .sp {
    display: block;
  }
}

@font-face {
  font-family: "Segoe Print";
  src: url("/fonts/segoe-print.woff2") format("woff2"), url("/fonts/segoe-print.woff") format("woff"), url("/fonts/segoe-print.ttf") format("truetype"); /* 古いブラウザ用 */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示方法を指定 */
}
a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */