@charset "UTF-8";
@keyframes btn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(100%);
  }
}
.bold {
  font-weight: bold;
}

.c-txt-lg {
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lg {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lg {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lg {
    font-size: 40px;
  }
}

.c-txt-lr {
  font-size: 24px;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-lr {
    font-size: 24px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-lr {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-lr {
    font-size: 36px;
  }
}

.c-txt-md {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .c-txt-md {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-md {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-md {
    font-size: 24px;
  }
}

.c-txt-sm, .c-contact .contact-form .privacy, .c-contact .contact-form select, .c-contact .contact-form input, .c-contact .contact-form textarea, .c-contact-text, .breadcrumb {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-contact .contact-form .privacy, .c-contact .contact-form select, .c-contact .contact-form input, .c-contact .contact-form textarea, .c-contact-text, .breadcrumb {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-contact .contact-form .privacy, .c-contact .contact-form select, .c-contact .contact-form input, .c-contact .contact-form textarea, .c-contact-text, .breadcrumb {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-contact .contact-form .privacy, .c-contact .contact-form select, .c-contact .contact-form input, .c-contact .contact-form textarea, .c-contact-text, .breadcrumb {
    font-size: 16px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #ffedb8;
}
@media screen and (min-width: 600px) {
  .c-txt-xs {
    font-size: 12px;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-xs {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-xs {
    font-size: 16px;
  }
}

.mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-price__desc, .c-points__desc .num-wrap, .p-footer__address, .p-footer__nav, .p-access__desc, .faq__item, .p-instagram__img, .p-staff__desc, .p-about__desc, .wp-categories {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-price__desc, .c-points__desc .num-wrap, .p-footer__address, .p-footer__nav, .p-access__desc, .faq__item, .p-instagram__img, .p-staff__desc, .p-about__desc, .wp-categories {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact-text, .c-price__desc, .c-points__desc .num-wrap, .p-footer__address, .p-footer__nav, .p-access__desc, .faq__item, .p-instagram__img, .p-staff__desc, .p-about__desc, .wp-categories {
    margin-bottom: 50px;
  }
}

.mb-md, .c-thanks-desc, .c-privacy-desc, .c-points__item, .breadcrumb {
  margin-bottom: 50px;
}
@media screen and (min-width: 960px) {
  .mb-md, .c-thanks-desc, .c-privacy-desc, .c-points__item, .breadcrumb {
    margin-bottom: 60px;
  }
}

.mb-lr, .c-thanks, .c-privacy, .c-message, .c-points, .c-features, .p-access, .p-voices, .p-instagram, .p-staff, .p-price, .p-change, .p-about, .com, .top-view {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks, .c-privacy, .c-message, .c-points, .c-features, .p-access, .p-voices, .p-instagram, .p-staff, .p-price, .p-change, .p-about, .com, .top-view {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks, .c-privacy, .c-message, .c-points, .c-features, .p-access, .p-voices, .p-instagram, .p-staff, .p-price, .p-change, .p-about, .com, .top-view {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .mb-lr, .c-thanks, .c-privacy, .c-message, .c-points, .c-features, .p-access, .p-voices, .p-instagram, .p-staff, .p-price, .p-change, .p-about, .com, .top-view {
    margin-bottom: 100px;
  }
}

.pb-sm {
  padding-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pb-sm {
    padding-bottom: 30px;
  }
}

.pb-md {
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .pb-md {
    padding-bottom: 60px;
  }
}

.pb-lr, .c-price__table, .c-youtube, .c-flow {
  padding-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .pb-lr, .c-price__table, .c-youtube, .c-flow {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr, .c-price__table, .c-youtube, .c-flow {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .pb-lr, .c-price__table, .c-youtube, .c-flow {
    padding-bottom: 100px;
  }
}

.c-container, .c-points__desc, .breadcrumb {
  padding: 0 6vw;
}
@media screen and (min-width: 600px) {
  .c-container, .c-points__desc, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 960px) {
  .c-container, .c-points__desc, .breadcrumb {
    padding: 0 6vw;
  }
}
@media screen and (min-width: 1200px) {
  .c-container, .c-points__desc, .breadcrumb {
    padding: 0 10vw;
  }
}

/* ---------------------------------- **
		Modal Window
** ---------------------------------- */
#layer_board_area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3vw;
  overflow-y: auto;
  box-sizing: border-box;
  /*スクロールバーを非表示*/
  -ms-overflow-style: none;
  /*スクロールバーを非表示*/
  scrollbar-width: none;
  /*スクロールバーを非表示*/
  z-index: 8000;
}

#layer_board_area::-webkit-scrollbar {
  display: none;
  /*スクロールバーを非表示*/
}

.layer_board_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  background: #000;
  z-index: 0;
}

/* --modalWindow ポップアップ部分-- */
.layer_board {
  display: none;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 3em auto;
  box-sizing: border-box;
  background: #fff;
  z-index: 8000;
  font-size: 12px;
  color: black;
}
.layer_board .desc {
  margin-bottom: 20px;
}

.layer_board.shortLayer {
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --modalWindow バツ(閉じる)ボタン-- */
.layer_board .mdl_btn_close.circle_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background-color: #000;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 50%;
  transition: 0.15s;
}

.layer_board .mdl_btn_close.circle_btn:hover {
  background-color: #f7f2e3;
  border: 1px solid #f7f2e3;
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: #f7f2e3;
  font-size: 14px;
  text-align: center;
  background-color: black;
  background-color: rgb(243, 242, 242);
}

/* --modalWindow コンテンツ部分-- */
.layer_borad_content {
  padding: 20px 10px;
}
.layer_borad_content ul {
  margin-bottom: 20px;
}
.layer_borad_content li {
  margin-bottom: 5px;
}
.layer_borad_content .guideline_link {
  margin-bottom: 20px;
}
.layer_borad_content .guideline_link a {
  border-bottom: 1px solid #000;
}
.layer_borad_content .guideline_link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 7px solid #000;
}
.layer_borad_content .guideline_link-bf {
  margin-bottom: 5px;
}

/* --modalWindow 四角ボタン-- */
.layer_board .square_btn {
  display: block;
  position: relative;
  width: 140px;
  margin: 20px auto 0 auto;
  padding: 7px 10px;
  border: 1px solid #111;
  border-radius: 2px;
  font-weight: 300;
  color: #111;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.15s;
}

.layer_board .square_btn:hover {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .layer_board {
    width: 95%;
    margin: 3em auto;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 600px) {
  .layer_borad_content {
    padding: 20px 40px;
    font-size: 14px;
  }
  .layer_borad_content ul {
    padding-left: 20px;
  }
  .layer_borad_title {
    font-size: 16px;
  }
  .layer_board .mdl_btn_close.circle_btn {
    width: 40px;
    height: 40px;
  }
}
.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide > img {
  max-width: 100%;
  transform: scale(1.15);
  transition: transform 4s ease;
}
.swiper-slide-active > img {
  transform: none;
}

.scrolldown {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 42px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  z-index: 4000;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
.scrolldown::after {
  height: 20px;
  animation: sdl 2s ease infinite;
}
@media (min-width: 960px) {
  .scrolldown {
    right: 20px;
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
html :where(img) {
  height: 100% !important;
  max-width: 100%;
}

.h1-title {
  position: absolute;
  opacity: 0;
}

.wp-categories ul {
  display: flex;
}
.wp-categories ul li {
  margin-right: 10px;
}
.wp-categories ul li a {
  color: gray;
  border: 1px solid gray;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
}

body {
  color: #3c3835;
  letter-spacing: 1px;
  font-family: "アプリ明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "メイリオ", Meiryo, serif;
}

body.hidden {
  overflow: hidden;
}

.superwrapper {
  overflow: hidden;
}

.c-topview {
  height: 35vh;
  background-color: #ebe6e0;
  position: relative;
}
.c-topview__title {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 60;
}
.c-topview__title h2 {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a89989;
}
.c-topview__title h3 {
  font-size: 0.9rem;
  color: #6b5d52;
}
@media (min-width: 600px) {
  .c-topview__title h2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 960px) {
  .c-topview {
    height: 45vh;
  }
  .c-topview__title {
    top: 60%;
  }
  .c-topview__title h2 {
    font-size: 2.8rem;
    letter-spacing: 4px;
  }
  .c-topview__title h3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .c-topview__title h2 {
    font-size: 3rem;
  }
}

.breadcrumb {
  background-color: #a89989;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}
.breadcrumb li {
  color: #fff;
  padding-right: 10px;
}
.breadcrumb li a {
  color: #ebe6e0;
  border-bottom: 1px solid #ebe6e0;
}
@media (min-width: 960px) {
  .breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.breadcrumbs-wrap.no-back .breadcrumb {
  background-color: transparent;
  margin-bottom: 30px;
}
.breadcrumbs-wrap.no-back .breadcrumb li {
  color: #6b5d52;
}
.breadcrumbs-wrap.no-back .breadcrumb li a {
  color: #a89989;
  border-bottom: 1px solid #a89989;
}

.p-title {
  position: relative;
  z-index: 30;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
}
.p-title .en {
  display: block;
  font-size: 2rem;
  letter-spacing: 4px;
  line-height: 1.4;
  color: #a89989;
}
.p-title .ja {
  position: relative;
  font-size: 0.9rem;
  color: #6b5d52;
}
.p-title::before {
  content: "";
  width: 100%;
  height: calc(100% + 20px);
  background: url(../images/common/title.webp) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  opacity: 0.4;
}
@media (min-width: 600px) {
  .p-title {
    margin-bottom: 50px;
  }
  .p-title .en {
    font-size: 2.2rem;
  }
}
@media (min-width: 960px) {
  .p-title {
    margin-bottom: 65px;
  }
  .p-title .en {
    font-size: 2.7rem;
  }
  .p-title .ja {
    font-size: 1.2rem;
  }
  .p-title::before {
    height: calc(100% + 40px);
  }
}
@media (min-width: 1200px) {
  .p-title {
    margin-bottom: 75px;
  }
  .p-title .en {
    font-size: 3rem;
    line-height: 1.6;
  }
  .p-title .ja {
    font-size: 1.3rem;
  }
}

.more-btn {
  position: relative;
  display: inline-block;
  text-align: center;
}
.more-btn__link {
  background-color: #f7f2e3;
  display: inline-block;
  padding: 12px 15px;
  border: 1px solid #3c3835;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #3c3835;
}
.more-btn__link span:first-child {
  padding-right: 30px;
}
.more-btn__link span:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  background-image: url(../images/common/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 100;
}
.more-btn__link.slide-bg {
  position: relative;
  overflow: hidden;
}
.more-btn__link.slide-bg .bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-101%);
  transition: transform 0.3s;
  z-index: -1;
}
.more-btn__link.slide-bg:hover {
  z-index: 1;
}
.more-btn__link.slide-bg:hover span {
  color: #3c3835;
  transform: none;
}
.more-btn__link.slide-bg:hover span:first-child::before {
  background-image: url(../images/common/arrow.png);
}
@media (min-width: 600px) {
  .more-btn__link {
    padding: 20px 40px;
    height: auto;
  }
  .more-btn__link .c-txt-sm, .more-btn__link .c-contact .contact-form .privacy, .c-contact .contact-form .more-btn__link .privacy, .more-btn__link .c-contact .contact-form select, .c-contact .contact-form .more-btn__link select, .more-btn__link .c-contact .contact-form input, .c-contact .contact-form .more-btn__link input, .more-btn__link .c-contact .contact-form textarea, .c-contact .contact-form .more-btn__link textarea, .more-btn__link .c-contact-text, .more-btn__link .breadcrumb {
    font-size: 16px;
  }
}

.text-btn {
  text-align: right;
  text-transform: uppercase;
}
.text-btn__link {
  color: #a89989;
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: 2px;
  padding-right: 50px;
  position: relative;
}
.text-btn__link::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #a89989;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: all 0.3s;
}
.text-btn__link::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #a89989;
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(30deg);
  transition: all 0.3s;
}
.text-btn__link:hover::before, .text-btn__link:hover::after {
  right: 0;
}
@media (min-width: 960px) {
  .text-btn__link {
    font-size: 1.3rem;
    padding-right: 70px;
  }
  .text-btn__link::before {
    width: 40px;
    right: 15px;
  }
  .text-btn__link::after {
    width: 14px;
    top: -7px;
    right: 15px;
  }
}

.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
}
.top-view .hero .swiper-slide {
  height: 85vh;
}
.top-view .hero__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  color: #fff;
  background-color: rgba(130, 121, 113, 0.5019607843);
  padding: 30px 3vw;
}
.top-view .hero__text h3 {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.top-view .hero__text h2 {
  font-size: 1.8rem;
  line-height: 1.3;
}
.top-view .hero__text h2 small {
  font-size: 1rem;
}
@media (max-width: 599px) {
  .top-view .hero .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .top-view .hero .view-sp {
    display: none;
  }
  .top-view .hero__text {
    padding: 40px 8vw;
  }
  .top-view .hero__text h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .top-view .hero__text h3 br {
    display: none;
  }
  .top-view .hero__text h2 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .top-view .hero__text h2 small {
    font-size: 1.2rem;
  }
}
@media (min-width: 960px) {
  .top-view .hero .swiper-slide {
    height: 100vh;
  }
  .top-view .hero .swiper-slide img {
    -o-object-position: center top;
       object-position: center top;
  }
  .top-view .hero__text {
    width: 65%;
    left: auto;
    right: 0;
    padding: 40px 5vw 80px;
    border-radius: 30px 0 0 0;
  }
  .top-view .hero__text h3 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  .top-view .hero__text h2 {
    font-size: 2.8rem;
  }
  .top-view .hero__text h2 small {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__text {
    width: 55%;
    padding: 50px 3vw 100px;
  }
  .top-view .hero__text h3 {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .top-view .hero__text h2 {
    font-size: 3.2rem;
  }
  .top-view .hero__text h2 small {
    font-size: 1.4rem;
  }
}
.top-view .bg {
  position: relative;
}
.top-view .bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #827971;
  opacity: 0.2;
  z-index: 10;
}

.com {
  position: relative;
}
@media (min-width: 960px) {
  .com__imgage {
    padding: 0 20vw;
  }
}

.p-about {
  position: relative;
}
.p-about__img {
  max-width: 600px;
  margin: 0 auto 30px;
}
.p-about__img ul {
  display: flex;
  justify-content: space-between;
}
.p-about__img ul li {
  width: 48%;
  height: 240px;
}
.p-about__img ul li .simpleParallax {
  height: 100%;
}
.p-about__img ul li:last-of-type {
  margin-top: 60px;
}
.p-about__img ul li:nth-child(1) img {
  -o-object-position: 80% center;
     object-position: 80% center;
}
.p-about__img ul li:nth-child(2) img {
  -o-object-position: 40% bottom;
     object-position: 40% bottom;
}
.p-about__desc p {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .p-about__desc {
    text-align: center;
  }
  .p-about__desc p.c-txt-sm, .p-about__desc .c-contact .contact-form p.privacy, .c-contact .contact-form .p-about__desc p.privacy, .p-about__desc p.c-contact-text, .p-about__desc p.breadcrumb {
    line-height: 2;
  }
  .p-about .text-btn {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .p-about__img {
    max-width: 700px;
    margin: 0 auto 50px;
  }
  .p-about__img ul li {
    height: 420px;
  }
  .p-about__img ul li:last-of-type {
    margin-top: 120px;
  }
  .p-about__desc p.c-txt-sm, .p-about__desc .c-contact .contact-form p.privacy, .c-contact .contact-form .p-about__desc p.privacy, .p-about__desc p.c-contact-text, .p-about__desc p.breadcrumb {
    line-height: 2.2;
  }
}
@media (min-width: 1200px) {
  .p-about .c-container, .p-about .c-points__desc, .p-about .breadcrumb {
    padding: 0 0 0 8vw;
  }
  .p-about .p-title {
    margin-left: -8vw;
  }
  .p-about__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }
  .p-about__img {
    flex: 1;
    margin: 0 0 0 3vw;
  }
}

.p-calendar {
  padding: 50px 0;
  background-color: #f9f7f4;
  text-align: center;
}
.p-calendar__image {
  max-width: 1200px;
}
@media (min-width: 960px) {
  .p-calendar {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .p-calendar {
    padding: 100px 0;
  }
}

.p-worry {
  padding: 50px 0 0;
  margin-bottom: 90px;
  position: relative;
}
.p-worry::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/home/bg-1.webp) no-repeat center/cover;
  z-index: -1;
}
.p-worry::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(51, 51, 51, 0.4), #333333);
  z-index: -1;
}
.p-worry .c-container, .p-worry .c-points__desc, .p-worry .breadcrumb {
  position: relative;
}
.p-worry .c-container::before, .p-worry .c-points__desc::before, .p-worry .breadcrumb::before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom right, transparent 49.5%, #333333 50%) left/50% 100% no-repeat, linear-gradient(to bottom left, transparent 49.5%, #333333 50%) right/50% 100% no-repeat;
  transform: rotate(180deg);
}
.p-worry__tit {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.p-worry__list {
  max-width: 350px;
  margin: 0 auto;
}
.p-worry__list__item {
  background-color: rgba(255, 255, 255, 0.9019607843);
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #a89989;
  margin-bottom: 20px;
}
.p-worry__list__item .Icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
}
.p-worry__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-worry__list__item .Desc h3 {
  text-align: center;
  color: #a89989;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.p-worry__list__item .Desc .List-item {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ebe6e0;
}
.p-worry__list__item .Desc .List-item span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.p-worry__list__item .Desc .List-item span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/check.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .p-worry {
    padding: 70px 0 0;
    margin-bottom: 150px;
  }
  .p-worry .c-container::before, .p-worry .c-points__desc::before, .p-worry .breadcrumb::before {
    bottom: -100px;
    height: 100px;
  }
  .p-worry__tit {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .p-worry__tit br {
    display: none;
  }
  .p-worry__list {
    max-width: 450px;
  }
  .p-worry__list__item {
    padding: 30px 40px;
  }
  .p-worry__list__item .Icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
  }
  .p-worry__list__item .Desc h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .p-worry__list__item .Desc .List-item {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 960px) {
  .p-worry {
    padding: 80px 0 0;
  }
  .p-worry__tit {
    font-size: 2rem;
  }
  .p-worry__list {
    max-width: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .p-worry__list__item {
    flex-basis: 46%;
  }
}
@media (min-width: 1200px) {
  .p-worry {
    padding: 100px 0 0;
  }
  .p-worry .c-container, .p-worry .c-points__desc, .p-worry .breadcrumb {
    padding: 0 6vw;
  }
  .p-worry__tit {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
  .p-worry__list {
    justify-content: center;
  }
  .p-worry__list__item {
    flex-basis: 32%;
    margin: 0 2% 20px 0;
  }
  .p-worry__list__item:nth-child(3n) {
    margin: 0 0 20px;
  }
  .p-worry__list__item .Desc .List-item .c-txt-sm, .p-worry__list__item .Desc .List-item .c-contact .contact-form .privacy, .c-contact .contact-form .p-worry__list__item .Desc .List-item .privacy, .p-worry__list__item .Desc .List-item .c-contact .contact-form select, .c-contact .contact-form .p-worry__list__item .Desc .List-item select, .p-worry__list__item .Desc .List-item .c-contact .contact-form input, .c-contact .contact-form .p-worry__list__item .Desc .List-item input, .p-worry__list__item .Desc .List-item .c-contact .contact-form textarea, .c-contact .contact-form .p-worry__list__item .Desc .List-item textarea, .p-worry__list__item .Desc .List-item .c-contact-text, .p-worry__list__item .Desc .List-item .breadcrumb {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  .p-worry .c-container, .p-worry .c-points__desc, .p-worry .breadcrumb {
    padding: 0 10vw;
  }
  .p-worry__list {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.p-change {
  padding: 90px 0 10px;
  background-color: #f9f7f4;
  margin-top: -90px;
}
.p-change__tit {
  text-align: center;
  margin-bottom: 50px;
}
.p-change__tit h3 {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #a89989;
  margin-bottom: 15px;
}
.p-change__tit h2 {
  font-size: 1.3rem;
  line-height: 2;
  color: #6b5d52;
}
.p-change__list {
  max-width: 500px;
  margin: 0 auto;
}
.p-change__list__item {
  margin-bottom: 50px;
  position: relative;
}
.p-change__list__item .num {
  position: absolute;
  font-size: 4rem;
  top: -30px;
  left: 10px;
  line-height: 1;
  color: #6b5d52;
  opacity: 0.7;
}
.p-change__list__item .Img {
  margin-bottom: 15px;
}
.p-change__list__item .Img img {
  border-radius: 10px;
  aspect-ratio: 3/2;
}
.p-change__list__item .Desc h3 {
  color: #a89989;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .p-change {
    padding: 150px 0 30px;
    margin-top: -150px;
  }
  .p-change__tit h3 {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .p-change__tit h2 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-change__tit h2 .onlySP {
    display: none;
  }
  .p-change__list__item .Desc h3 br {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-change {
    padding: 150px 0 50px;
  }
  .p-change__list {
    max-width: 1250px;
  }
  .p-change__list__item {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .p-change__list__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .p-change__list__item:nth-child(2n) .num {
    left: auto;
    right: 15px;
  }
  .p-change__list__item .num {
    top: -40px;
    left: 15px;
  }
  .p-change__list__item .Img {
    flex-basis: 38%;
    margin-bottom: 0;
  }
  .p-change__list__item .Desc {
    flex-basis: 58%;
    align-self: center;
  }
  .p-change__list__item .Desc h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .p-change__tit {
    margin-bottom: 80px;
  }
  .p-change__tit h3 {
    font-size: 1.5rem;
  }
  .p-change__tit h2 {
    font-size: 2.2rem;
  }
  .p-change__list__item {
    margin-bottom: 70px;
  }
  .p-change__list__item .Img {
    flex-basis: 48%;
  }
  .p-change__list__item .Desc {
    flex-basis: 48%;
  }
  .p-change__list__item .Desc h3 {
    margin-bottom: 30px;
  }
  .p-change__list__item .Desc .c-txt-sm, .p-change__list__item .Desc .c-contact .contact-form .privacy, .c-contact .contact-form .p-change__list__item .Desc .privacy, .p-change__list__item .Desc .c-contact .contact-form select, .c-contact .contact-form .p-change__list__item .Desc select, .p-change__list__item .Desc .c-contact .contact-form input, .c-contact .contact-form .p-change__list__item .Desc input, .p-change__list__item .Desc .c-contact .contact-form textarea, .c-contact .contact-form .p-change__list__item .Desc textarea, .p-change__list__item .Desc .c-contact-text, .p-change__list__item .Desc .breadcrumb {
    font-size: 18px;
  }
}

.p-price h3 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #6b5d52;
}
.p-price h3 span {
  display: inline-block;
  padding: 10px 40px;
  background-color: #ebe6e0;
  border-radius: 9999px;
  position: relative;
}
.p-price h3 span::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ebe6e0;
  /* 色は任意に変更可能 */
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.p-price__list {
  margin-bottom: 30px;
}
.p-price__list__item {
  border: 1px solid #a89989;
  max-width: 500px;
  margin: 0 auto 20px;
}
.p-price__list__item h4 {
  background-color: #a89989;
  text-align: center;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.p-price__list__item .Wrap {
  padding: 15px 20px;
}
.p-price__list__item .Wrap dl {
  display: flex;
  align-items: baseline;
  justify-content: right;
  margin-top: 10px;
  color: #a89989;
}
.p-price__list__item .Wrap dl dt {
  font-size: 14px;
  margin-right: 15px;
}
.p-price__list__item .Wrap dl dd {
  font-size: 1.2rem;
}
.p-price__list__item .Wrap dl dd strong {
  font-size: 2rem;
  letter-spacing: 2px;
  display: inline-block;
  padding-left: 5px;
  font-weight: 600;
}
@media (min-width: 960px) {
  .p-price h3 {
    font-size: 1.5rem;
  }
  .p-price h3 span {
    padding: 15px 70px;
  }
  .p-price__list {
    max-width: 1000px;
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-price__list__item {
    flex-basis: 49%;
    max-width: none;
    margin: 0 0 30px;
  }
  .p-price__list__item:nth-child(1) {
    margin: 0 2% 30px 0;
  }
  .p-price__list__item h4 {
    padding: 15px 0;
    font-size: 1.3rem;
  }
  .p-price__list__item .Wrap {
    padding: 20px 30px;
  }
  .p-price__list__item .Wrap dl dt {
    font-size: 16px;
    margin-right: 20px;
  }
  .p-price__list__item .Wrap dl dd {
    font-size: 1.4rem;
  }
  .p-price__list__item .Wrap dl dd strong {
    font-size: 2.2rem;
    padding-left: 8px;
  }
  .p-price .text-btn {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.p-staff {
  background-color: #ebe6e0;
  padding-bottom: 50px;
}
.p-staff__img {
  margin-bottom: 50px;
}
.p-staff__desc p {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .p-staff {
    padding-bottom: 0;
  }
  .p-staff__wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .p-staff__img {
    flex-basis: 40%;
    margin-bottom: 0;
  }
  .p-staff .c-container, .p-staff .c-points__desc, .p-staff .breadcrumb {
    flex-basis: 60%;
    padding: 50px 3vw;
  }
}
@media (min-width: 960px) {
  .p-staff .c-container, .p-staff .c-points__desc, .p-staff .breadcrumb {
    flex-basis: 60%;
    padding: 80px 5vw 80px 8vw;
  }
}
@media (min-width: 1200px) {
  .p-staff__desc {
    text-align: center;
  }
  .p-staff__img {
    max-height: 700px;
  }
  .p-staff__img img {
    -o-object-position: center top;
       object-position: center top;
  }
}

.p-instagram #sbi_images {
  margin-bottom: 40px;
}
.p-instagram #sb_instagram .sb_instagram_header {
  display: none;
}
@media (min-width: 960px) {
  .p-instagram {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-instagram__img {
    justify-content: space-around;
    margin-bottom: 60px;
  }
}

.p-voices {
  background-color: #f4f4f4;
  padding: 50px 0;
}
@media (min-width: 960px) {
  .p-voices {
    padding: 80px 0;
  }
}

.faq h3 {
  text-align: center;
  font-size: 1rem;
  color: #6b5d52;
  margin-bottom: 15px;
}
.faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
}
.faq dt .Img {
  max-width: 450px;
  margin: 0 auto;
}
.faq dt .i_box {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: #6b5d52;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5019607843);
}
.faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #ffffff;
  width: 22px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 13px;
}
.faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #ffffff;
  width: 0;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 23px;
  transition: 0.3s;
}
.faq dd {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  margin-top: -10px;
}
.faq dd .m-description-article {
  display: block;
  line-height: 2;
  padding: 20px 15px 30px;
}
.faq dd .m-description-article ul li {
  margin-bottom: 15px;
}
.faq dd .m-description-article ul li h4 {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #a89989;
  padding-left: 30px;
  position: relative;
}
.faq dd .m-description-article ul li h4::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #a89989;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.faq dd .m-description-article ul li p span {
  display: block;
}
@media (min-width: 600px) {
  .faq h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .faq dt {
    padding: 30px;
  }
  .faq dd .m-description-article {
    padding: 10px 30px 30px;
  }
}
@media (min-width: 960px) {
  .faq {
    max-width: 1400px;
    margin: 0 auto;
  }
  .faq__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .faq__item {
    flex-basis: 48%;
  }
  .faq dt .Img {
    max-width: none;
    height: 300px;
  }
  .faq dt .Img img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center top;
       object-position: center top;
  }
  .faq dd .m-description-article ul li h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .faq dd .m-description-article ul li p.c-txt-sm, .faq dd .m-description-article ul li .c-contact .contact-form p.privacy, .c-contact .contact-form .faq dd .m-description-article ul li p.privacy, .faq dd .m-description-article ul li p.c-contact-text, .faq dd .m-description-article ul li p.breadcrumb {
    font-size: 15px;
  }
}

.p-access__img {
  max-width: 500px;
  margin: 0 auto 30px;
}
.p-access__desc h3 {
  font-size: 1.3rem;
  color: #a89989;
  margin-bottom: 8px;
}
.p-access__desc h4 {
  font-size: 1rem;
  color: #6b5d52;
  margin-bottom: 30px;
  line-height: 1.8;
}
.p-access__desc h4.Ttl {
  margin-bottom: 15px;
}
.p-access__desc a {
  color: #3c3835;
}
.p-access__desc .Table {
  margin-bottom: 30px;
  overflow: scroll;
}
.p-access__desc .Table table {
  width: 550px;
  table-layout: fixed;
}
.p-access__desc .Table table th,
.p-access__desc .Table table td {
  border: 1px solid #fff;
}
.p-access__desc .Table table thead th {
  background-color: #a89989;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
}
.p-access__desc .Table table tbody td {
  background-color: #f9f7f4;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}
.p-access__desc .Table table tbody td.time {
  line-height: 2.2;
  position: relative;
}
.p-access__desc .Table table tbody td.time::before {
  content: "";
  width: 1px;
  height: 5px;
  background-color: #3c3835;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-access__map {
  margin-bottom: 30px;
  height: 350px;
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .p-access__desc .Table {
    overflow: hidden;
  }
  .p-access__desc .Table table {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .p-access__wrap {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 38% 58%;
    gap: 0 4%;
  }
  .p-access__img {
    grid-row: 1/2;
    grid-column: 1/2;
    max-width: none;
    margin: 0 0 50px;
  }
  .p-access__desc {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-access__desc h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .p-access__desc .Table table thead th {
    font-size: 15px;
    padding: 8px 0;
  }
  .p-access__desc .Table table tbody td {
    font-size: 14px;
    padding: 10px 5px;
  }
  .p-access__desc .Table table tbody td.time {
    line-height: 2.6;
  }
  .p-access__desc .Table table tbody td.time::before {
    height: 8px;
  }
  .p-access__map {
    grid-row: 2/3;
    grid-column: 1/3;
    height: 450px;
  }
  .p-access .text-btn {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
@media (min-width: 1200px) {
  .p-access__wrap {
    grid-template-columns: 48% 48%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.p-footer {
  padding: 40px 0 0;
  background-color: #ebe6e0;
}
.p-footer__logo {
  margin-bottom: 30px;
  text-align: center;
}
.p-footer__logo img {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer .sns-link {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.p-footer .sns-link li {
  width: 35px;
  height: 35px;
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer .sns-link li a {
  display: block;
}
.p-footer .sns-link li a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-footer__nav li {
  flex-basis: 48%;
  margin-bottom: 25px;
}
.p-footer__nav li span {
  position: relative;
  display: block;
  padding-left: 20px;
}
.p-footer__nav li span::before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #6b5d52;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-footer__nav li span.c-txt-sm, .p-footer__nav li .c-contact .contact-form span.privacy, .c-contact .contact-form .p-footer__nav li span.privacy, .p-footer__nav li span.c-contact-text, .p-footer__nav li span.breadcrumb {
  font-size: 13px;
}
.p-footer__nav li a {
  color: #6b5d52;
}
.p-footer__address p {
  margin-bottom: 10px;
  color: #3c3835;
}
.p-footer .copyright {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
  color: #fff;
  background-color: #a89989;
}
@media (min-width: 600px) {
  .p-footer .c-container, .p-footer .c-points__desc, .p-footer .breadcrumb {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 38% 58%;
    gap: 0 4%;
  }
  .p-footer__wrap {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-footer__nav {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
  }
  .p-footer__address {
    grid-row: 2/3;
    grid-column: 1/3;
    text-align: center;
  }
  .p-footer__address .onlySP {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 70px 0 0;
  }
  .p-footer .c-container, .p-footer .c-points__desc, .p-footer .breadcrumb {
    grid-template-columns: auto auto;
    gap: 0;
    padding: 0 12vw;
  }
  .p-footer__wrap {
    margin-right: 8vw;
  }
  .p-footer__logo img {
    width: 160px;
  }
  .p-footer__nav li {
    flex-basis: 33%;
    margin-bottom: 35px;
  }
  .p-footer__nav li span.c-txt-sm, .p-footer__nav li .c-contact .contact-form span.privacy, .c-contact .contact-form .p-footer__nav li span.privacy, .p-footer__nav li span.c-contact-text, .p-footer__nav li span.breadcrumb {
    font-size: 17px;
  }
  .p-footer .copyright {
    font-size: 14px;
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .p-footer {
    padding: 80px 0 0;
  }
  .p-footer .c-container, .p-footer .c-points__desc, .p-footer .breadcrumb {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
  .p-footer__wrap {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .p-footer__logo {
    margin-bottom: 40px;
  }
  .p-footer__logo img {
    width: 180px;
  }
  .p-footer .sns-link {
    margin-bottom: 50px;
  }
  .p-footer .sns-link li {
    width: 45px;
    height: 45px;
    margin: 0 12px;
  }
  .p-footer__address {
    margin-bottom: 70px;
    grid-row: 2/3;
    grid-column: 2/3;
    text-align: right;
  }
}

.c-about,
.c-contact,
.c-price,
.c-trainer {
  background-color: #f9f7f4;
}

.c-features__img {
  max-width: 500px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 10;
}
.c-features__img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d4c8bb;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: -1;
}
.c-features__desc h3 {
  color: #a89989;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.c-features__desc p {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .c-features__desc h3 {
    font-size: 1.5rem;
  }
  .c-features__desc h3 br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-features .c-container, .c-features .c-points__desc, .c-features .breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-features__img {
    flex-basis: 38%;
    max-width: none;
    margin: 0 7% 0 0;
  }
  .c-features__img::before {
    top: 25px;
    left: 25px;
  }
  .c-features__desc {
    flex-basis: 55%;
  }
}
@media (min-width: 1200px) {
  .c-features__desc h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1500px) {
  .c-features .c-container, .c-features .c-points__desc, .c-features .breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

.c-points__img {
  aspect-ratio: 16/9;
  max-width: 500px;
  margin: 0 auto 30px;
}
.c-points__desc .item-tit {
  font-size: 1.1rem;
  color: #a89989;
  letter-spacing: 2px;
}
.c-points__desc .num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 28px;
  color: #f7b501;
  border-bottom: 2px solid #f7b501;
}
.c-points__desc .num-wrap {
  text-align: center;
}
@media (min-width: 960px) {
  .c-points__item {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  .c-points__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points__img {
    flex-basis: 50%;
    margin: 0;
    max-width: none;
  }
  .c-points__desc {
    flex-basis: 50%;
    padding: 30px 50px 60px;
  }
  .c-points__desc .item-tit {
    font-size: 1.3rem;
  }
  .c-points__desc .num-wrap {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .c-points ul {
    max-width: 1500px;
    margin: 0 auto;
  }
  .c-points__desc {
    padding: 30px 5vw 60px;
  }
  .c-points__desc .item-tit {
    font-size: 1.5rem;
  }
}

.c-flow__list__item {
  position: relative;
  margin-bottom: 50px;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 15px;
}
.c-flow__list__item::before {
  position: absolute;
  content: "";
  /* 上向きの二等辺三角形の場合 */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #a89989;
  /* 色は任意に変更可能 */
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.c-flow__list__item:last-child {
  margin-bottom: 0;
}
.c-flow__list__item:last-child::before {
  display: none;
}
.c-flow__list__item .Icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
}
.c-flow__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-flow__list__item .Desc h3 {
  font-size: 1.2rem;
  color: #a89989;
  margin-bottom: 15px;
}
.c-flow__list__item .Desc h3 .num {
  display: inline-block;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 9999px;
  margin-bottom: 10px;
  background-color: #a89989;
  color: #fff;
  text-transform: uppercase;
}
.c-flow__list__item .Desc a {
  color: #a89989;
  border-bottom: 1px solid #a89989;
}
@media (min-width: 600px) {
  .c-flow__list__item {
    padding: 30px;
  }
  .c-flow__list__item .Desc h3 {
    display: flex;
    align-items: center;
  }
  .c-flow__list__item .Desc h3 br {
    display: none;
  }
  .c-flow__list__item .Desc h3 .num {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 960px) {
  .c-flow__list__item {
    display: flex;
    align-items: center;
    padding: 40px;
    margin-bottom: 70px;
  }
  .c-flow__list__item::before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #a89989;
    bottom: -45px;
  }
  .c-flow__list__item .Icon {
    margin: 0 40px 0 0;
  }
  .c-flow__list__item .Desc {
    flex: 1;
  }
  .c-flow__list__item .Desc h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .c-flow__list__item .Desc h3 .num {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media (min-width: 1200px) {
  .c-flow__list {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c-flow__list__item {
    padding: 40px 5vw;
  }
}

.c-message__img {
  border-bottom: 1px solid #a89989;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.c-message__img .Img {
  margin: 0 auto 15px;
  max-width: 500px;
}
.c-message__img .Name h3 {
  text-align: center;
  font-size: 1rem;
  color: #a89989;
  margin-bottom: 8px;
}
.c-message__img .Name h2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 2px;
  color: #6b5d52;
}
.c-message__desc {
  margin-bottom: 30px;
}
.c-message__desc p {
  margin-bottom: 15px;
}
.c-message__carrer {
  max-width: 400px;
  margin: 0 auto;
}
.c-message__carrer h3 {
  background-color: #a89989;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 4px;
}
.c-message__carrer .List {
  background-color: #fff;
  border: 1px solid #ddd;
}
.c-message__carrer .List-item {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
}
.c-message__carrer .List-item p {
  padding-left: 20px;
  position: relative;
}
.c-message__carrer .List-item p::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #a89989;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 960px) {
  .c-message .c-container, .c-message .breadcrumb, .c-message .c-points__desc {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: 38% 58%;
    gap: 0 4%;
  }
  .c-message .p-title {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .c-message__img {
    grid-row: 1/3;
    grid-column: 1/2;
    align-self: flex-start;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .c-message__img .Img {
    margin-bottom: 30px;
    max-width: 500px;
  }
  .c-message__img .Name h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
  .c-message__img .Name h2 {
    font-size: 2.2rem;
  }
  .c-message__desc {
    grid-row: 2/4;
    grid-column: 2/3;
    align-self: flex-start;
  }
  .c-message__carrer {
    grid-row: 3/4;
    grid-column: 1/2;
    align-self: flex-start;
    max-width: 500px;
    margin-bottom: 80px;
  }
  .c-message__carrer h3 {
    font-size: 1.2rem;
  }
  .c-message__carrer .List-item {
    padding: 8px 15px;
  }
}
@media (min-width: 1200px) {
  .c-message .c-container, .c-message .breadcrumb, .c-message .c-points__desc {
    grid-template-columns: auto auto;
    gap: 0 4%;
  }
}
@media (min-width: 2000px) {
  .c-message .c-container, .c-message .breadcrumb, .c-message .c-points__desc {
    padding: 0 20vw;
  }
}

.read-more {
  position: relative;
}
.read-more .reList {
  position: relative;
  max-height: 120px;
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 1s;
}
.read-more .reList::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(249, 247, 244, 0) 0%, #f9f7f4 50%);
  content: "";
}
@media (min-width: 960px) {
  .read-more .reList {
    max-height: 300px;
  }
  .read-more .reList::after {
    height: 100px;
  }
}
.read-more label {
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #6b5d52;
  font-size: 0.8em;
  transition: all 0.3s;
}
.read-more label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #6b5d52;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.read-more label:hover {
  opacity: 0.5;
  cursor: pointer;
}
.read-more input {
  display: none;
}
.read-more:has(:checked) label {
  display: none;
}
.read-more:has(:checked) .reList {
  max-height: 100%;
}
.read-more:has(:checked) .reList::after {
  content: none;
}
.read-more:has(:checked) .reList2 {
  max-height: 100%;
}
.read-more:has(:checked) .reList2::after {
  content: none;
}

.c-youtube .youtube-container {
  position: relative;
  overflow: hidden;
}
.c-youtube .youtube-container .swiper-slide iframe {
  aspect-ratio: 16/9;
}
.c-youtube .swiper-button-prev,
.c-youtube .swiper-button-next {
  color: #d4c8bb;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: static;
  margin: 0 10px;
  margin-top: 20px;
}
.c-youtube .swiper-button-prev:after,
.c-youtube .swiper-button-next:after {
  font-size: 16px;
  font-weight: bold;
}
.c-youtube .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.c-youtube .swiper-pagination {
  position: static;
  margin-top: 15px;
}
.c-youtube .swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
}
.c-youtube .swiper-pagination-bullet-active {
  background: #a89989;
}
@media (min-width: 960px) {
  .c-youtube .swiper-button-prev,
  .c-youtube .swiper-button-next {
    width: 65px;
    height: 65px;
    margin: 0 10px;
    margin-top: 20px;
  }
  .c-youtube .swiper-button-prev:after,
  .c-youtube .swiper-button-next:after {
    font-size: 20px;
  }
  .c-youtube .navigation-container {
    margin-top: 20px;
  }
  .c-youtube .swiper-pagination {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .c-youtube {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c-youtube .c-container, .c-youtube .breadcrumb, .c-youtube .c-points__desc {
    padding: 0;
  }
}

.c-price__table table {
  max-width: 500px;
  margin: 0 auto 30px;
  table-layout: fixed;
}
.c-price__table table:last-child {
  margin-bottom: 0;
}
.c-price__table table th {
  background-color: #a89989;
  border: 1px solid #a89989;
  text-align: center;
  padding: 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
.c-price__table table td {
  text-align: center;
  border: 1px solid #a89989;
}
.c-price__table table tr:nth-child(2) {
  background-color: #ebe6e0;
}
.c-price__table table tr:nth-child(2) td {
  font-size: 14px;
  padding: 8px;
  color: #6b5d52;
}
.c-price__table table tr:nth-child(3) {
  background-color: #fff;
}
.c-price__table table tr:nth-child(3) td {
  font-size: 16px;
  padding: 15px 8px;
}
@media (min-width: 960px) {
  .c-price__desc {
    text-align: center;
  }
  .c-price .c-container, .c-price .breadcrumb, .c-price .c-points__desc {
    padding: 0 3vw;
  }
  .c-price__table {
    display: flex;
    justify-content: space-between;
  }
  .c-price__table table {
    flex-basis: 32%;
    margin: 0;
    max-width: none;
  }
  .c-price__table table th {
    padding: 10px 5px;
  }
  .c-price__table table tr:nth-child(2) td {
    font-size: 15px;
    padding: 10px 5px;
  }
  .c-price__table table tr:nth-child(3) td {
    font-size: 18px;
    padding: 20px 5px;
  }
}
@media (min-width: 1200px) {
  .c-price .c-container, .c-price .breadcrumb, .c-price .c-points__desc {
    padding: 0 8vw;
  }
  .c-price__table {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c-price__table table th {
    font-size: 17px;
  }
  .c-price__table table tr:nth-child(2) td {
    font-size: 16px;
  }
  .c-price__table table tr:nth-child(3) td {
    font-size: 20px;
  }
}

.c-contact-text {
  text-align: left;
}
@media (min-width: 600px) {
  .c-contact-text {
    text-align: center;
  }
}
.c-contact .contact-form {
  margin-bottom: 40px;
  text-align: center;
}
.c-contact .contact-form h1 {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: none;
  background-color: #e5e5e5;
  border-radius: 5px;
  padding: 8px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  border: none;
  background-color: #e5e5e5;
  height: 45px;
  border-radius: 5px;
  padding: 8px;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-bottom: 25px;
}
.c-contact .contact-form dt {
  font-size: 14px;
}
.c-contact .contact-form dt p {
  display: inline-block;
}
.c-contact .contact-form .must {
  position: relative;
  padding-bottom: 8px;
}
.c-contact .contact-form .must::after {
  content: "必須";
  font-size: 12px;
  padding: 5px;
  background-color: #a89989;
  color: #fff;
}
.c-contact .contact-form .free {
  padding-bottom: 8px;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  margin: auto;
}
.c-contact .contact-form .ct-sex {
  flex-basis: 48%;
}
.c-contact .contact-form .ct-age {
  flex-basis: 48%;
}
.c-contact .contact-form .ct-date {
  flex-basis: 48%;
}
.c-contact .contact-form .ct-time {
  flex-basis: 48%;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  background-color: #f2f2f2;
  color: #fff;
}
.c-contact .contact-form .submit-btn input {
  background-color: #a89989;
  color: #fff;
  width: 70%;
  max-width: 320px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  display: none;
}
@media (min-width: 600px) {
  .c-contact .contact-form {
    margin-bottom: 60px;
  }
  .c-contact .contact-form .wrap {
    max-width: 540px;
    margin: 0 auto;
  }
  .c-contact .contact-form dt {
    font-size: 16px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 24px;
    width: 24px;
    margin-right: 15px;
  }
  .c-contact .contact-form .privacy {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form {
    margin-bottom: 80px;
  }
  .c-contact .contact-form .wrap {
    max-width: 800px;
  }
  .c-contact .contact-form input, .c-contact .contact-form textarea {
    padding: 10px;
  }
  .c-contact .contact-form input {
    height: 55px;
  }
  .c-contact .contact-form select {
    height: 55px;
    padding: 10px;
  }
  .c-contact .contact-form dl {
    padding-bottom: 35px;
  }
  .c-contact .contact-form dt {
    font-size: 18px;
  }
  .c-contact .contact-form .must {
    padding-bottom: 12px;
  }
  .c-contact .contact-form .must::after {
    font-size: 14px;
  }
  .c-contact .contact-form .free {
    padding-bottom: 12px;
  }
  .c-contact .contact-form .privacy {
    font-size: 22px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 80px;
}
.c-privacy .c-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
  color: #a89989;
}
.c-privacy h3 {
  font-size: 1.1rem;
  color: #6b5d52;
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .c-privacy {
    margin-top: 110px;
  }
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .c-points__desc {
    padding: 0 10vw;
  }
  .c-privacy .c-title {
    font-size: 32px;
    margin-bottom: 70px;
  }
  .c-privacy h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .c-privacy {
    max-width: 1200px;
    margin: 120px auto 100px;
  }
}
@media (min-width: 1500px) {
  .c-privacy .c-container, .c-privacy .breadcrumb, .c-privacy .c-points__desc {
    padding: 0;
  }
}

.c-thanks {
  margin-top: 80px;
}
.c-thanks .c-title {
  text-align: center;
  font-size: 22px;
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
  color: #a89989;
}
.c-thanks h3 {
  font-size: 1.1rem;
  color: #6b5d52;
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .c-thanks .c-title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 110px;
  }
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .c-points__desc {
    padding: 0 10vw;
  }
  .c-thanks .c-title {
    font-size: 28px;
    margin-bottom: 70px;
  }
  .c-thanks h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .c-thanks {
    max-width: 1200px;
    margin: 120px auto 100px;
  }
}
@media (min-width: 1500px) {
  .c-thanks .c-container, .c-thanks .breadcrumb, .c-thanks .c-points__desc {
    padding: 0;
  }
}

.p-header {
  width: 100%;
}
.p-header .logo__img {
  display: inline-block;
  margin: 5px 10px 0 5px;
}
.p-header .logo {
  background-image: url(../images/common/logo.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  opacity: 1;
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 10vh;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s;
  background-color: #ebe6e0;
  border-top: 1px solid #a89989;
}
.p-header .sp-navbtn__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-header .sp-navbtn__container li {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header .sp-navbtn__container li .small {
  font-size: 60%;
  padding-left: 30px;
}
.p-header .sp-navbtn__container a {
  position: relative;
  font-size: 12px;
  font-family: sans-serif;
  color: #a89989;
  font-weight: normal;
  padding-top: 25px;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 22px;
  width: 22px;
  background: url(../images/common/mail.svg) no-repeat center/contain;
}
.p-header .sp-navbtn__container .sp2 a::before {
  background: url(../images/common/sns2.svg) no-repeat center/contain;
}
.p-header .sp-navbtn__container .sp3 a::before {
  background: url(../images/common/sns1.svg) no-repeat center/contain;
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}
@media (max-width: 959px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 960px) {
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 8000;
    width: 100%;
    height: 85px;
  }
  .p-header .pc-container .pc-nav {
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 2vw 0 5vw;
    border-radius: 0 0 0 30px;
  }
  .p-header .pc-container .sns-link {
    display: flex;
    align-items: center;
  }
  .p-header .pc-container .sns-link li {
    width: 35px;
    height: 35px;
    margin: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-header .pc-container .sns-link li a {
    display: block;
  }
  .p-header .pc-container .sns-link li a img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
    margin-right: 3vw;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    padding-right: 3vw;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #3c3835;
  }
  .p-header .pc-container .pc-nav-item:hover {
    transform: translateY(4px);
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item small {
    color: #a89989;
    display: block;
    text-align: center;
    font-size: 10px;
  }
  .p-header .pc-container .logo__img {
    display: inline-block;
    margin: 5px 10px 0 15px;
  }
  .p-header .pc-container .logo {
    height: 70px;
    width: 70px;
  }
  .p-header .mobile-container,
  .p-header .sp-navbtn,
  .p-header .mobile-menu {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.5s;
  z-index: -1;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 70%;
  background-color: #fff;
  box-shadow: 10px 0px 15px rgba(106, 106, 106, 0.3019607843);
}
.mobile-menu__list {
  width: 100%;
  padding-top: 110px;
}
.mobile-menu__item {
  font-size: 16px;
  margin: 0 45px 30px 30px;
}
.mobile-menu a {
  color: #a89989;
}
@media (min-width: 600px) {
  .mobile-menu__nav {
    width: 50%;
  }
  .mobile-menu__item {
    font-size: 18px;
    margin: 0 45px 30px 45px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
}
.mobile-container .mobile-button {
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 200;
  background-color: #a89989;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
  padding: 17px 12px;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 26px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  transition: transform 0.7s;
  opacity: 1;
}
.mobile-container .mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .mobile-container .mobile-button {
    top: 10px;
    right: 15px;
    width: 60px;
    height: 60px;
  }
  .mobile-container .mobile-menu__btn {
    padding: 19px 12px;
  }
  .mobile-container .mobile-menu__btn span {
    width: 35px;
    margin-bottom: 8px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  transform: none;
}
.menu-open.mobile-menu nav li {
  opacity: 1;
  transition: 0.1s;
}
.menu-open.mobile-menu nav li:nth-child(1) {
  transition-delay: 0.03s;
}
.menu-open.mobile-menu nav li:nth-child(2) {
  transition-delay: 0.06s;
}
.menu-open.mobile-menu nav li:nth-child(3) {
  transition-delay: 0.09s;
}
.menu-open.mobile-menu nav li:nth-child(4) {
  transition-delay: 0.12s;
}
.menu-open.mobile-menu nav li:nth-child(5) {
  transition-delay: 0.15s;
}
.menu-open.mobile-menu nav li:nth-child(6) {
  transition-delay: 0.18s;
}
.menu-open.mobile-menu nav li:nth-child(7) {
  transition-delay: 0.21s;
}
.menu-open.mobile-menu nav li:nth-child(8) {
  transition-delay: 0.24s;
}
.menu-open.mobile-menu nav li:nth-child(9) {
  transition-delay: 0.27s;
}
.menu-open.mobile-menu nav li:nth-child(10) {
  transition-delay: 0.3s;
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(7px) rotate(135deg);
}
.menu-open .mobile-menu__btn > span:nth-child(2) {
  transition-delay: 140ms;
  transform: scaleX(0);
}
.menu-open .mobile-menu__btn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-7px) rotate(-135deg);
}
@media (min-width: 600px) {
  .menu-open .mobile-menu__btn > span:nth-child(1) {
    transform: translateY(10px) rotate(135deg);
  }
  .menu-open .mobile-menu__btn > span:nth-child(3) {
    transform: translateY(-10px) rotate(-135deg);
  }
}

.clip-js,
.clip-js1,
.clip-js2,
.clip-js3 {
  transition: all 3s ease;
}
.clip-js.left,
.clip-js1.left,
.clip-js2.left,
.clip-js3.left {
  clip-path: inset(0 100% 0 0);
}
.clip-js.right,
.clip-js1.right,
.clip-js2.right,
.clip-js3.right {
  clip-path: inset(0 0 0 100%);
}
.clip-js.top,
.clip-js1.top,
.clip-js2.top,
.clip-js3.top {
  clip-path: inset(0 0 100% 0);
}
.clip-js.top-left,
.clip-js1.top-left,
.clip-js2.top-left,
.clip-js3.top-left {
  clip-path: inset(0 100% 100% 0);
}
.clip-js.bottom,
.clip-js1.bottom,
.clip-js2.bottom,
.clip-js3.bottom {
  clip-path: inset(100% 0 0 0);
}
.clip-js.center,
.clip-js1.center,
.clip-js2.center,
.clip-js3.center {
  clip-path: inset(100%);
}
.clip-js.circle,
.clip-js1.circle,
.clip-js2.circle,
.clip-js3.circle {
  clip-path: circle(0 at 50% 50%);
}
.clip-js.skew,
.clip-js1.skew,
.clip-js2.skew,
.clip-js3.skew {
  clip-path: polygon(0 0, 0 0, 0 0);
}
.clip-js.transform,
.clip-js1.transform,
.clip-js2.transform,
.clip-js3.transform {
  clip-path: polygon(0 0, 0 0, 0 0);
  transition: all 1.4s cubic-bezier(0.55, 0.06, 0.33, 1.85);
  transform: translateX(-30px) scale(0.86) skew(8deg);
}
.clip-js.reveal.left, .clip-js.reveal.right, .clip-js.reveal.top, .clip-js.reveal.top-left, .clip-js.reveal.bottom, .clip-js.reveal.center,
.clip-js1.reveal.left,
.clip-js1.reveal.right,
.clip-js1.reveal.top,
.clip-js1.reveal.top-left,
.clip-js1.reveal.bottom,
.clip-js1.reveal.center,
.clip-js2.reveal.left,
.clip-js2.reveal.right,
.clip-js2.reveal.top,
.clip-js2.reveal.top-left,
.clip-js2.reveal.bottom,
.clip-js2.reveal.center,
.clip-js3.reveal.left,
.clip-js3.reveal.right,
.clip-js3.reveal.top,
.clip-js3.reveal.top-left,
.clip-js3.reveal.bottom,
.clip-js3.reveal.center {
  clip-path: inset(0);
}
.clip-js.reveal.circle,
.clip-js1.reveal.circle,
.clip-js2.reveal.circle,
.clip-js3.reveal.circle {
  clip-path: circle(100% at 50% 50%);
}
.clip-js.reveal.skew,
.clip-js1.reveal.skew,
.clip-js2.reveal.skew,
.clip-js3.reveal.skew {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}
.clip-js.reveal.transform,
.clip-js1.reveal.transform,
.clip-js2.reveal.transform,
.clip-js3.reveal.transform {
  clip-path: polygon(0 0, 200% 0, 0 200%);
  transform: translateX(0) scale(1) skew(0);
}

.clip-js1 {
  transition: all 3s ease;
}

.clip-js2 {
  transition: all 4s ease;
}

.clip-js3 {
  transition: all 2s ease;
}

.clip-js-bg {
  transition: all 1.8s ease;
}
.clip-js-bg.skew {
  transition: all 1s ease;
  transform: translate(-60%, 60%);
}
.clip-js-bg.skew2 {
  transition: all 1s ease;
  transform: translate(60%, 60%);
}
.clip-js-bg.reveal.skew {
  transform: translate(0);
}
.clip-js-bg.reveal.skew2 {
  transform: translate(0);
}

.appear.up .item {
  transform: translateY(10px);
}

.appear.down .item {
  transform: translateY(20px);
}

.appear.left .item {
  transform: translateX(30px);
}

.appear.right .item {
  transform: translateX(-30px);
}

.appear.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear-l.up .item {
  transform: translateY(10px);
}

.appear-l.down .item {
  transform: translateY(20px);
}

.appear-l.left .item {
  transform: translateX(30px);
}

.appear-l.right .item {
  transform: translateX(-30px);
}

.appear-l.skew .item {
  transform: translateX(30px) translateY(30px);
}

.appear .item {
  transition: all 0.4s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.4s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 0.8s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 1.6s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 2s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 2.8s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 3.2s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 4s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 4.4s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 5.2s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 5.6s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 6.4s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 6.8s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 7.6s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 8s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 8.8s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 9.2s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 10s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 10.4s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 11.2s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 11.6s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 12.4s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 12.8s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 13.6s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 14s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 14.8s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 15.2s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 15.6s;
}

.appear-l .item {
  transition: all 0.6s;
  opacity: 0;
}
.appear-l.inview-l .item {
  opacity: 1;
  transform: none;
}
.appear-l.inview-l .item:nth-child(1) {
  transition-delay: 0.9s;
}
.appear-l.inview-l .item:nth-child(2) {
  transition-delay: 1.8s;
}
.appear-l.inview-l .item:nth-child(3) {
  transition-delay: 2.7s;
}
.appear-l.inview-l .item:nth-child(4) {
  transition-delay: 3.6s;
}
.appear-l.inview-l .item:nth-child(5) {
  transition-delay: 4.5s;
}
.appear-l.inview-l .item:nth-child(6) {
  transition-delay: 5.4s;
}
.appear-l.inview-l .item:nth-child(7) {
  transition-delay: 6.3s;
}
.appear-l.inview-l .item:nth-child(8) {
  transition-delay: 7.2s;
}
.appear-l.inview-l .item:nth-child(9) {
  transition-delay: 8.1s;
}
.appear-l.inview-l .item:nth-child(10) {
  transition-delay: 9s;
}
.appear-l.inview-l .item:nth-child(11) {
  transition-delay: 9.9s;
}
.appear-l.inview-l .item:nth-child(12) {
  transition-delay: 10.8s;
}
.appear-l.inview-l .item:nth-child(13) {
  transition-delay: 11.7s;
}
.appear-l.inview-l .item:nth-child(14) {
  transition-delay: 12.6s;
}
.appear-l.inview-l .item:nth-child(15) {
  transition-delay: 13.5s;
}
.appear-l.inview-l .item:nth-child(16) {
  transition-delay: 14.4s;
}
.appear-l.inview-l .item:nth-child(17) {
  transition-delay: 15.3s;
}
.appear-l.inview-l .item:nth-child(18) {
  transition-delay: 16.2s;
}
.appear-l.inview-l .item:nth-child(19) {
  transition-delay: 17.1s;
}
.appear-l.inview-l .item:nth-child(20) {
  transition-delay: 18s;
}
.appear-l.inview-l .item:nth-child(21) {
  transition-delay: 18.9s;
}
.appear-l.inview-l .item:nth-child(22) {
  transition-delay: 19.8s;
}
.appear-l.inview-l .item:nth-child(23) {
  transition-delay: 20.7s;
}
.appear-l.inview-l .item:nth-child(24) {
  transition-delay: 21.6s;
}
.appear-l.inview-l .item:nth-child(25) {
  transition-delay: 22.5s;
}
.appear-l.inview-l .item:nth-child(26) {
  transition-delay: 23.4s;
}
.appear-l.inview-l .item:nth-child(27) {
  transition-delay: 24.3s;
}
.appear-l.inview-l .item:nth-child(28) {
  transition-delay: 25.2s;
}
.appear-l.inview-l .item:nth-child(29) {
  transition-delay: 26.1s;
}
.appear-l.inview-l .item:nth-child(30) {
  transition-delay: 27s;
}
.appear-l.inview-l .item:nth-child(31) {
  transition-delay: 27.9s;
}
.appear-l.inview-l .item:nth-child(32) {
  transition-delay: 28.8s;
}
.appear-l.inview-l .item:nth-child(33) {
  transition-delay: 29.7s;
}
.appear-l.inview-l .item:nth-child(34) {
  transition-delay: 30.6s;
}
.appear-l.inview-l .item:nth-child(35) {
  transition-delay: 31.5s;
}
.appear-l.inview-l .item:nth-child(36) {
  transition-delay: 32.4s;
}
.appear-l.inview-l .item:nth-child(37) {
  transition-delay: 33.3s;
}
.appear-l.inview-l .item:nth-child(38) {
  transition-delay: 34.2s;
}
.appear-l.inview-l .item:nth-child(39) {
  transition-delay: 35.1s;
}

.cover-slide {
  position: relative;
  overflow: hidden;
}
.cover-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2eaf3;
  opacity: 0;
}
.cover-slide.inview::after {
  opacity: 1;
  animation-name: kf-cover-slide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}

@keyframes kf-cover-slide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.img-zoom, .bg-img-zoom {
  opacity: 0;
}
.inview .img-zoom, .inview .bg-img-zoom {
  opacity: 1;
  transition: transform 0.3s ease;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.inview .img-zoom:hover, .inview .bg-img-zoom:hover {
  transform: scale(1.05);
}

@keyframes kf-img-show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
  }
}
.hover-darken::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: background-color 0.3s ease;
  pointer-events: none;
  animation-name: kf-img-show;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.hover-darken:hover::before {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-img-zoom {
  background-image: url(../images/image-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

.img-bg50 {
  position: relative;
}
.img-bg50::before {
  display: block;
  content: "";
  padding-top: 50%;
}

.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active .i_box::after {
  height: 0;
  transition: all 0.3s;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: auto !important;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/common/loading.gif);
  background-size: cover;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 40px;
}
.lb-nav a.lb-prev::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  background-image: url(../images/common/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  position: absolute;
  top: 50%;
  right: 0;
  height: 40px;
  width: 40px;
}
.lb-nav a.lb-next::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  background-image: url(../images/common/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/common/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */