@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
@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-price__list__item .List-Table table th,
.c-price__list__item .List-Table table td, .c-menu-sl__nav ul li a h4, .c-menu__nav__item a, .p-access__wrap .address dl, .p-access__wrap .Table table tr th,
.p-access__wrap .Table table tr td, .p-menu__list__item a, .p-voice__list__item__title, .p-news .category-list__item ul li a, .link-btn__item, .breadcrumb {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .c-txt-sm, .c-price__list__item .List-Table table th,
  .c-price__list__item .List-Table table td, .c-menu-sl__nav ul li a h4, .c-menu__nav__item a, .p-access__wrap .address dl, .p-access__wrap .Table table tr th,
  .p-access__wrap .Table table tr td, .p-menu__list__item a, .p-voice__list__item__title, .p-news .category-list__item ul li a, .link-btn__item, .breadcrumb {
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .c-txt-sm, .c-price__list__item .List-Table table th,
  .c-price__list__item .List-Table table td, .c-menu-sl__nav ul li a h4, .c-menu__nav__item a, .p-access__wrap .address dl, .p-access__wrap .Table table tr th,
  .p-access__wrap .Table table tr td, .p-menu__list__item a, .p-voice__list__item__title, .p-news .category-list__item ul li a, .link-btn__item, .breadcrumb {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .c-txt-sm, .c-price__list__item .List-Table table th,
  .c-price__list__item .List-Table table td, .c-menu-sl__nav ul li a h4, .c-menu__nav__item a, .p-access__wrap .address dl, .p-access__wrap .Table table tr th,
  .p-access__wrap .Table table tr td, .p-menu__list__item a, .p-voice__list__item__title, .p-news .category-list__item ul li a, .link-btn__item, .breadcrumb {
    font-size: 15px;
  }
}

.c-txt-xs {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 2;
  color: #b8965a;
}
@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, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview__img, .c-storebtn__title, .p-contact__desc, .c-points__img, .p-title, .wp-categories {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview__img, .c-storebtn__title, .p-contact__desc, .c-points__img, .p-title, .wp-categories {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .mb-sm, .tab-cate, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .c-contact .c-topview__img, .c-storebtn__title, .p-contact__desc, .c-points__img, .p-title, .wp-categories {
    margin-bottom: 40px;
  }
}

.mb-md, .p-service-menu, .area, .c-thanks-text, .c-privacy-text, .c-contact .c-description, .c-menu-sl .c-topview, .c-storebtn, .c-points__item, .c-top, .breadcrumb {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .mb-md, .p-service-menu, .area, .c-thanks-text, .c-privacy-text, .c-contact .c-description, .c-menu-sl .c-topview, .c-storebtn, .c-points__item, .c-top, .breadcrumb {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .mb-md, .p-service-menu, .area, .c-thanks-text, .c-privacy-text, .c-contact .c-description, .c-menu-sl .c-topview, .c-storebtn, .c-points__item, .c-top, .breadcrumb {
    margin-bottom: 60px;
  }
}

.mb-lr, .c-thanks, .c-privacy, .pagination, .c-voice-sl, .c-news-sl, .faq-contents, .c-price, .c-staff, .c-flow, .c-about, .c-menu-sl__nav, .p-access, .c-points, .p-menu, .p-voice, .p-about, .p-policy, .p-worry, .p-slider, .p-news, .top-view {
  margin-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .mb-lr, .c-thanks, .c-privacy, .pagination, .c-voice-sl, .c-news-sl, .faq-contents, .c-price, .c-staff, .c-flow, .c-about, .c-menu-sl__nav, .p-access, .c-points, .p-menu, .p-voice, .p-about, .p-policy, .p-worry, .p-slider, .p-news, .top-view {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .mb-lr, .c-thanks, .c-privacy, .pagination, .c-voice-sl, .c-news-sl, .faq-contents, .c-price, .c-staff, .c-flow, .c-about, .c-menu-sl__nav, .p-access, .c-points, .p-menu, .p-voice, .p-about, .p-policy, .p-worry, .p-slider, .p-news, .top-view {
    margin-bottom: 80px;
  }
}

.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 {
  padding-bottom: 60px;
}
@media screen and (min-width: 600px) {
  .pb-lr {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 960px) {
  .pb-lr {
    padding-bottom: 80px;
  }
}

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

/* ---------------------------------- **
		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: #c9a84c;
  border: 1px solid #c9a84c;
  cursor: pointer;
}

/* --↑必須なのはここまで↑-- */
/* --modalWindow タイトル部分-- */
.layer_borad_title {
  padding: 30px 0 10px 0;
  line-height: 2;
  font-weight: bold;
  color: #c9a84c;
  font-size: 14px;
  text-align: center;
  background-color: #0a0908;
  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: 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: 600px) {
  .scrolldown {
    right: 5vw;
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  .scrolldown {
    font-size: 18px;
  }
  .scrolldown::after {
    width: 2px;
  }
}
@media (min-width: 1200px) {
  .scrolldown {
    right: 7vw;
  }
}
@keyframes sdl {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(40px);
  }
}

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

Stylesheet: ベーススタイル

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

html {
  scroll-behavior: smooth;
}

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

.breadcrumb {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
}
.breadcrumb li {
  color: rgb(196, 196, 196);
  padding-right: 10px;
}
.breadcrumb li a {
  color: #1a1814;
  border-bottom: 1px solid #1a1814;
}
@media (min-width: 600px) {
  .breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .breadcrumb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.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 {
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1814;
  background-color: #fff;
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #162040;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.font, .mobile-container .cta-mobbile, .mobile-menu__item, .c-thanks-title, .c-privacy-title, .c-voice-sl__title h2, .faq-contents .faq dt, .c-price__list__item .List-Desc, .c-price__list__item .List h4, .c-flow .item-tit, .c-promise h2, .c-about__desc h3, .c-menu-sl__nav h3, .c-menu-sl__nav h2, .c-storebtn__list__item a, .p-access__wrap .Map__btn a, .p-access__wrap .address h3, .c-points__desc .item-tit, .p-menu__category__title, .p-voice__store__title, .p-about__desc h3, .p-policy__desc h3, .p-news .category-list__item h4, .c-title, .c-topview__title h2 {
  font-family: "Shippori Mincho", serif;
}

.eng, .c-voice-sl__title span, .faq-contents .faq dt .q, .c-staff h3, .c-flow .item-img .num, .c-storebtn__title .txt .en, .p-slider .text, .p-title .en {
  font-family: "Libre Baskerville", serif;
}

body.hidden {
  overflow: hidden;
}
body.hidden::before {
  opacity: 0.5;
  pointer-events: auto;
}

.superwrapper {
  overflow: hidden;
}

.c-top {
  padding: 40px 20px;
  background: linear-gradient(135deg, #162040 0%, #1e2d5a 100%);
}
.c-top__title {
  color: #fff;
  text-align: center;
}
@media (min-width: 600px) {
  .c-top {
    padding: 70px 20px;
  }
}

.c-topview {
  position: relative;
}
.c-topview__img {
  position: relative;
  height: 30vh;
}
.c-topview__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #0a0908;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  opacity: 0.65;
}
.c-topview__title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 60;
  color: #fff;
}
.c-topview__title h2 {
  font-size: 22px;
  letter-spacing: 2px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
@media (min-width: 600px) {
  .c-topview__title h2 {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  .c-topview__img {
    height: 40vh;
  }
  .c-topview__title h2 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .c-topview__title h2 {
    font-size: 48px;
  }
}

.p-title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  color: #162040;
}
.p-title__wrap {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.p-title__wrap::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(22, 32, 64, 0.07);
  position: absolute;
  top: -10px;
  bottom: 0;
  left: -25px;
  margin: auto;
  z-index: -1;
}
.p-title .ja {
  position: relative;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.p-title .en {
  font-size: 0.9rem;
  font-weight: 300;
}
@media (min-width: 600px) {
  .p-title__wrap {
    display: inline-block;
    position: relative;
    z-index: 10;
  }
  .p-title__wrap::before {
    top: -20px;
  }
  .p-title .ja {
    font-size: 1.5rem;
  }
}
@media (min-width: 960px) {
  .p-title {
    margin-bottom: 40px;
  }
  .p-title .ja {
    font-size: 1.8rem;
  }
  .p-title__wrap::before {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .p-title {
    margin-bottom: 50px;
  }
  .p-title__wrap::before {
    width: 100px;
    height: 100px;
    left: -40px;
    top: -30px;
  }
  .p-title .ja {
    font-size: 2.2rem;
  }
  .p-title .en {
    font-size: 1rem;
  }
}

.c-title {
  margin-bottom: 30px;
  color: #162040;
  font-size: 1.2rem;
}
.c-title span {
  display: inline-block;
  padding-left: 8px;
  position: relative;
}
.c-title span::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(22, 32, 64, 0.07);
  position: absolute;
  top: 0px;
  bottom: 0;
  left: -15px;
  margin: auto;
  z-index: -1;
}
@media (min-width: 960px) {
  .c-title {
    font-size: 1.5rem;
  }
  .c-title span::before {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .c-title .en {
    font-size: 62px;
  }
  .c-title .ja {
    top: -0.7rem;
    font-size: 20px;
  }
}

.more-btn {
  position: relative;
  display: inline-block;
  text-align: center;
}
.more-btn__link {
  background-color: #fff;
  display: inline-block;
  padding: 12px 15px;
  border: 4px solid #1a1814;
  background: #1a1814;
  border-image-slice: 1;
  z-index: 1;
}
.more-btn__link span {
  position: relative;
  color: #1a1814;
}
.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-wh.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: #1a1814;
  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-price__list__item .List-Table table th, .c-price__list__item .List-Table table .more-btn__link th,
  .more-btn__link .c-price__list__item .List-Table table td,
  .c-price__list__item .List-Table table .more-btn__link td, .more-btn__link .c-menu-sl__nav ul li a h4, .c-menu-sl__nav ul li a .more-btn__link h4, .more-btn__link .c-menu__nav__item a, .c-menu__nav__item .more-btn__link a, .more-btn__link .p-access__wrap .address dl, .p-access__wrap .address .more-btn__link dl, .more-btn__link .p-access__wrap .Table table tr th, .p-access__wrap .Table table tr .more-btn__link th,
  .more-btn__link .p-access__wrap .Table table tr td,
  .p-access__wrap .Table table tr .more-btn__link td, .more-btn__link .p-menu__list__item a, .p-menu__list__item .more-btn__link a, .more-btn__link .p-voice__list__item__title, .more-btn__link .p-news .category-list__item ul li a, .p-news .category-list__item ul li .more-btn__link a, .more-btn__link .link-btn__item, .more-btn__link .breadcrumb {
    font-size: 16px;
  }
}

.link-btn {
  text-align: center;
}
.link-btn__item {
  display: inline-block;
  padding: 18px 30px;
  min-width: 220px;
  border: 1px solid rgba(22, 32, 64, 0.6);
  color: #162040;
  position: relative;
  transition: all 0.3s;
}
.link-btn__item::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #888;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  transition: all 0.3s;
}
.link-btn__item::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #888;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.link-btn__item:hover {
  border: 1px solid rgba(201, 168, 76, 0.6);
  color: #c9a84c;
}
.link-btn__item:hover::before {
  width: 0;
  right: 0;
  background-color: #1a1814;
}
.link-btn__item:hover::after {
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: #1a1814;
}
@media (min-width: 600px) {
  .link-btn__item {
    padding: 20px 40px;
    min-width: 280px;
  }
}
@media (min-width: 960px) {
  .link-btn__item::before {
    width: 60px;
    right: -30px;
  }
  .link-btn__item::after {
    right: -35px;
  }
}
.pb-0 {
  padding-bottom: 0 !important;
}

.mark {
  background: linear-gradient(transparent 50%, rgba(201, 168, 76, 0.35) 50%);
}

.p-cta {
  margin: 40px 0;
}
.p-cta.fv-btn {
  margin-top: -100px;
  position: relative;
  z-index: 4000;
  text-align: center;
}
@media (min-width: 960px) {
  .p-cta.fv-btn {
    margin-top: -140px;
  }
}
.p-cta.fv-btn .p-cta-info {
  display: flex;
  justify-content: center;
}
.p-cta.fv-btn .p-cta-info a {
  width: 330px;
}
@media (min-width: 960px) {
  .p-cta.fv-btn .p-cta-info a {
    width: 450px;
  }
}
.p-cta-info {
  text-align: center;
}
.p-cta-info a {
  background: linear-gradient(90deg, #b8965a, #e8d4a0, #b8965a);
  display: block;
  padding: 5px 0;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (min-width: 960px) {
  .p-cta-info a {
    font-size: 1.4rem;
    height: 80px;
  }
}
.p-cta-info a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #1a1814;
}
.p-cta-info a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.p-cta-info a span {
  position: relative;
}
.p-cta-info a span::before {
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/icon-link-1-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-cta-info a.tel {
  background-color: #1a1814;
  color: #fff;
}
.p-cta-info a.tel::before {
  background-color: #ffea61;
}
.p-cta-info a.tel::after {
  border-top: 3px solid #1a1814;
  border-right: 3px solid #1a1814;
}
.p-cta-info a.tel span::before {
  top: -20px;
  left: -35px;
  background-image: url(../images/common/tel-white.png);
}
.p-cta-info a.tel small {
  display: block;
  width: 100%;
}
.p-cta-info a.line {
  background-color: rgb(11, 157, 11);
  color: #fff;
}
.p-cta-info a.line::before {
  background-color: #fff;
}
.p-cta-info a.line::after {
  border-top: 3px solid #1a1814;
  border-right: 3px solid #1a1814;
}
.p-cta-info a.line span::before {
  top: -20px;
  left: -35px;
  background-image: url(../images/common/icon-line-cta.png);
}
.p-cta-info a.line small {
  display: block;
  width: 100%;
}

.top-view {
  position: relative;
}
.top-view .hero {
  position: relative;
}
.top-view .hero::before {
  content: "";
  width: 100%;
  height: 80%;
  background: linear-gradient(to bottom, rgba(22, 32, 64, 0.35) 0%, rgba(22, 32, 64, 0.15) 50%, rgba(10, 9, 8, 0.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-view .hero .swiper-slide {
  margin-bottom: 40px;
}
.top-view .hero .swiper-slide .hero-img.top {
  -o-object-position: center top;
     object-position: center top;
}
.top-view .hero__text {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: 3vw;
  z-index: 100;
  width: 100%;
}
.top-view .hero__text h2 {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #162040;
  font-weight: 400;
  text-shadow: -2px -2px 5px white, 2px -2px 5px white, -2px 2px 5px white, 2px 2px 5px white;
}
.top-view .hero__desc {
  text-align: center;
}
.top-view .hero__desc p {
  margin-bottom: 15px;
  color: gray;
}
.top-view .hero__desc p.c-txt-sm, .top-view .hero__desc p.p-voice__list__item__title, .top-view .hero__desc p.breadcrumb, .top-view .hero__desc p.link-btn__item {
  line-height: 2;
}
@media (min-width: 600px) {
  .top-view .hero {
    margin-bottom: 60px;
  }
  .top-view .hero__text {
    left: 4vw;
  }
  .top-view .hero__text h2 {
    font-size: 2.8rem;
    letter-spacing: 3px;
  }
  .top-view .hero__text h2 .onlySP {
    display: none;
  }
}
@media (max-width: 959px) {
  .top-view .hero .view-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .top-view .hero {
    margin-bottom: 100px;
  }
  .top-view .hero::before {
    height: 60%;
  }
  .top-view .hero .view-sp {
    display: none;
  }
  .top-view .hero__text {
    top: 35%;
    left: 5vw;
  }
  .top-view .hero__text h2 {
    font-size: 3rem;
  }
  .top-view .hero__desc {
    text-align: left;
    position: absolute;
    left: 5vw;
    bottom: 0;
    z-index: 10;
    margin-bottom: 30px;
  }
  .top-view .hero__desc p {
    text-shadow: -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white, 1px 1px 3px white;
  }
  .top-view .hero__desc p.c-txt-sm, .top-view .hero__desc p.p-voice__list__item__title, .top-view .hero__desc p.breadcrumb, .top-view .hero__desc p.link-btn__item {
    font-size: 14px;
  }
  .top-view .hero__desc .onlyPC {
    display: none;
  }
}
@media (min-width: 1200px) {
  .top-view .hero__text {
    left: 6vw;
  }
  .top-view .hero__text h2 {
    font-size: 4.6rem;
  }
  .top-view .hero__desc {
    margin-bottom: 50px;
    left: 6vw;
  }
  .top-view .hero__desc p.c-txt-sm, .top-view .hero__desc p.p-voice__list__item__title, .top-view .hero__desc p.breadcrumb, .top-view .hero__desc p.link-btn__item {
    font-size: 17px;
  }
}

.p-news {
  padding: 60px 0;
  background-color: #fff;
}
.p-news__link {
  color: #1a1814;
  display: block;
}
.p-news__img.has-thumbnail {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-news__img.has-thumbnail img {
  border-radius: 8px 8px 0 0;
}
.p-news__img.no-thumbnail {
  aspect-ratio: 3/2;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
}
.p-news__img.no-thumbnail span {
  color: #fff;
}
.p-news-wrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.p-news__date {
  color: #888;
  padding: 5px 12px;
  font-size: 13px;
}
.p-news__content {
  margin-top: 10px;
}
.p-news__list {
  margin-bottom: 50px;
}
.p-news__item {
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid rgba(201, 168, 76, 0.2);
}
.p-news .cate-item {
  color: rgba(201, 168, 76, 0.5);
  font-size: 12px;
  display: inline-block;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 9999px;
  padding: 5px 12px;
}
.p-news.c-news {
  background-color: #fff;
  padding: 0;
}
.p-news .category-list {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.p-news .category-list__item {
  margin-bottom: 50px;
}
.p-news .category-list__item h4 {
  text-align: center;
  color: #162040;
  font-size: 1rem;
  border-top: 1px solid #162040;
  border-bottom: 1px solid #162040;
  padding: 15px 0;
  margin-bottom: 30px;
}
.p-news .category-list__item ul li {
  margin-bottom: 8px;
}
.p-news .category-list__item ul li a {
  display: block;
  color: #1a1814;
  position: relative;
}
.p-news .category-list__item ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #1a1814;
  border-right: 1px solid #1a1814;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
}
@media (min-width: 600px) {
  .p-news__list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .p-news__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
    background-color: #fff;
  }
  .p-news__item:nth-child(2n) {
    margin: 0 0 30px;
  }
  .p-news .category-list__item h4 {
    font-size: 1.2rem;
  }
  .p-news .category-list__item ul li {
    margin-bottom: 12px;
  }
}
@media (min-width: 960px) {
  .p-news {
    padding: 80px 0;
  }
  .p-news__item {
    flex-basis: 32%;
    margin: 0 2% 30px 0;
  }
  .p-news__item:nth-child(2n) {
    margin: 0 2% 30px 0;
  }
  .p-news__item:nth-child(3n) {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .p-news {
    padding: 100px 0 80px;
  }
  .p-news__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-news.c-news .c-container, .p-news.c-news .breadcrumb {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 75% 20%;
    gap: 0 5%;
  }
  .p-news.c-news .p-news__list {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .p-news.c-news .pagination {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .p-news.c-news .category-list {
    grid-row: 1/3;
    grid-column: 2/3;
    max-width: none;
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1800px) {
  .p-news.c-news .c-container, .p-news.c-news .breadcrumb {
    max-width: 1500px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-slider {
  position: relative;
}
.p-slider .text {
  position: absolute;
  bottom: -9px;
  left: 5vw;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
}
.p-slider #js-infiniteslide {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.p-slider #js-infiniteslide img {
  aspect-ratio: 6/5;
  width: 70%;
}
@media (min-width: 600px) {
  .p-slider .text {
    font-size: 3rem;
    bottom: -14px;
  }
  .p-slider #js-infiniteslide img {
    width: 40%;
  }
}
@media (min-width: 960px) {
  .p-slider .text {
    font-size: 4rem;
    bottom: -17px;
  }
  .p-slider #js-infiniteslide img {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .p-slider #js-infiniteslide img {
    width: auto;
    height: 320px !important;
  }
}

.p-worry {
  background: rgb(53, 53, 53);
  padding: 60px 0;
  position: relative;
}
.p-worry .p-title__wrap::before {
  display: none;
}
.p-worry .p-title__wrap .ja {
  color: #fff;
}
.p-worry .p-title__wrap .en {
  color: #fff;
}
.p-worry .top-desc {
  text-align: center;
  margin-bottom: 40px;
  color: white;
}
.p-worry__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.p-worry__list__item {
  flex-basis: 48%;
  text-align: center;
  margin-bottom: 20px;
}
.p-worry__list__item .Icon {
  background-color: #fff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.p-worry__list__item .Icon img {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}
.p-worry__list__item .Desc {
  font-size: 12px;
  color: white;
}
.p-worry__bubble {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.p-worry__bubble svg {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 600px) {
  .p-worry {
    padding-bottom: 80px;
  }
  .p-worry__list__item {
    flex-basis: 32%;
  }
  .p-worry__list__item .Icon {
    width: 150px;
    height: 150px;
  }
  .p-worry__list__item .Icon img {
    padding: 30px;
  }
  .p-worry__list__item .Desc {
    font-size: 13px;
  }
}
@media (min-width: 960px) {
  .p-worry {
    padding: 80px 0 100px;
  }
  .p-worry .top-desc {
    margin-bottom: 50px;
  }
  .p-worry__list {
    justify-content: center;
  }
  .p-worry__list__item {
    flex-basis: 20%;
    margin-bottom: 30px;
  }
  .p-worry__list__item .Icon {
    margin-bottom: 15px;
  }
  .p-worry__list__item .Desc {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-worry {
    padding-bottom: 10vw;
  }
  .p-worry__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-worry__list__item .Desc {
    font-size: 15px;
  }
}

.p-policy__img {
  padding-left: 15vw;
}
.p-policy__img img {
  border-radius: 10px 0 0 10px;
}
.p-policy__wrap {
  background-color: rgba(22, 32, 64, 0.15);
  margin-top: -50px;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-policy .p-title {
  text-align: left;
}
.p-policy__desc h3 {
  color: #162040;
  line-height: 2;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.p-policy__desc p {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .p-policy__img {
    padding-left: 20vw;
    padding-right: 6vw;
  }
  .p-policy__img img {
    border-radius: 10px;
  }
  .p-policy__wrap {
    margin-top: -80px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-policy__desc h3 {
    color: #162040;
    line-height: 2;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .p-policy {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 150px;
  }
  .p-policy__img {
    padding-left: 0vw;
    padding-right: 8vw;
    margin-left: -40vw;
  }
  .p-policy__wrap {
    align-self: flex-end;
    border-radius: 10px;
    margin-bottom: -100px;
  }
  .p-policy__desc h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1400px) {
  .p-policy {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-policy__img {
    padding-right: 0;
    margin-left: -500px;
  }
  .p-policy__wrap {
    padding: 80px;
  }
  .p-policy .c-container, .p-policy .breadcrumb {
    padding: 0;
  }
}

.p-about__img {
  max-width: 500px;
  margin: 0 auto 30px;
}
.p-about__img img {
  border-radius: 10px;
}
.p-about__desc {
  margin-bottom: 30px;
}
.p-about__desc h3 {
  font-size: 1.3rem;
  color: #162040;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .p-about__desc {
    margin-bottom: 40px;
  }
  .p-about__desc h3 {
    font-size: 1.6rem;
  }
  .p-about__desc p {
    margin: 0 20px;
  }
}
@media (min-width: 960px) {
  .p-about__wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 49% 49%;
    gap: 0 2%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-about__img {
    grid-row: 1/2;
    grid-column: 1/2;
    max-width: none;
    margin: 0;
    align-self: flex-start;
  }
  .p-about__desc {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 0;
  }
  .p-about__desc h3 {
    font-size: 1.8rem;
  }
  .p-about .link-btn {
    grid-row: 2/3;
    grid-column: 1/3;
    margin-top: 30px;
  }
}

.p-voice {
  padding: 60px 0;
  position: relative;
}
.p-voice::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #f5f3ef 0%, #fff 100%);
  z-index: -1;
  border-radius: 0 10px 10px 0;
}
.p-voice .p-title {
  text-align: left;
}
.p-voice .p-title__wrap::before {
  background-color: #fff;
}
.p-voice__list {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.p-voice__list__item {
  margin-bottom: 30px;
  flex-basis: 48%;
  margin: 0 4% 30px 0;
}
.p-voice__list__item:nth-child(2n) {
  margin: 0 0 30px;
}
.p-voice__list__item a {
  color: #1a1814;
  display: block;
  transition: all 0.3s;
}
.p-voice__list__item a:hover {
  opacity: 0.6;
}
.p-voice__list__item__title {
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  height: 85px;
}
.p-voice__list__item__name {
  display: inline-block;
  background-color: #fff;
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 5px;
  font-size: 10px;
  color: #888;
  padding: 3px;
}
.p-voice__img {
  margin-bottom: 10px;
}
.p-voice__img.has-thumbnail {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-voice__img.has-thumbnail img {
  border-radius: 9999px;
}
.p-voice__img.no-thumbnail {
  aspect-ratio: 3/2;
  background-color: rgba(201, 168, 76, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.p-voice__img.no-thumbnail span {
  color: #fff;
}
.p-voice.c-voice {
  padding: 0;
}
.p-voice.c-voice::before {
  display: none;
}
.p-voice.c-voice .p-title {
  text-align: center;
}
.p-voice.c-voice .p-title__wrap::before {
  background-color: rgba(22, 32, 64, 0.07);
}
.p-voice__store {
  margin-bottom: 50px;
}
.p-voice__store__title {
  margin-bottom: 30px;
  font-size: 1.3rem;
  color: #162040;
  border-top: 1px solid #162040;
  border-bottom: 1px solid #162040;
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 600px) {
  .p-voice__list__item {
    flex-basis: 46%;
    margin: 0 8% 30px 0;
  }
  .p-voice__list__item__title {
    height: 75px;
    margin-bottom: 8px;
  }
  .p-voice__list__item__name {
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  .p-voice {
    padding: 80px 0;
  }
  .p-voice::before {
    width: 60%;
  }
  .p-voice__list__item {
    flex-basis: 24%;
    margin: 0 1.3% 30px 0;
  }
  .p-voice__list__item:nth-child(2n) {
    margin: 0 1.3% 30px 0;
  }
  .p-voice__list__item:nth-child(4n) {
    margin: 0 0 30px;
  }
  .p-voice__list__item__title {
    margin-bottom: 12px;
  }
  .p-voice__list__item__name {
    font-size: 13px;
  }
  .p-voice__store {
    margin-bottom: 70px;
  }
  .p-voice__store__title {
    margin-bottom: 40px;
    font-size: 1.5rem;
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .p-voice {
    padding-top: 100px;
  }
  .p-voice__list__item {
    flex-basis: 23%;
    margin: 0 2% 30px 0;
  }
  .p-voice__list__item:nth-child(2n) {
    margin: 0 2% 30px 0;
  }
  .p-voice .p-title, .p-voice__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-menu__content {
  margin-bottom: 30px;
}
.p-menu__category {
  margin-bottom: 30px;
}
.p-menu__category__title {
  font-size: 1.1rem;
  color: #162040;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}
.p-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-menu__list__item {
  flex-basis: 49%;
  margin-bottom: 10px;
}
.p-menu__list__item a {
  display: block;
  border: 1px solid #888;
  font-size: 12px;
  color: #1a1814;
  letter-spacing: 1px;
  padding: 15px 20px 15px 8px;
  position: relative;
  transition: all 0.3s;
}
.p-menu__list__item a span {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  height: 26px;
}
.p-menu__list__item a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.p-menu__list__item a:hover {
  color: #1a1814;
  border: 1px solid #1a1814;
}
.p-menu__list__item a:hover::before {
  border-top: 1px solid #1a1814;
  border-right: 1px solid #1a1814;
}
@media (min-width: 600px) {
  .p-menu__category {
    margin-bottom: 30px;
  }
  .p-menu__category__title {
    font-size: 1.3rem;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .p-menu__list__item {
    margin-bottom: 15px;
  }
  .p-menu__list__item a {
    font-size: 14px;
    padding: 20px 30px 20px 10px;
  }
  .p-menu__list__item a::before {
    right: 15px;
  }
}
@media (min-width: 960px) {
  .p-menu .c-container, .p-menu .breadcrumb {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 175px auto;
  }
  .p-menu .p-title {
    writing-mode: vertical-rl;
    text-align: left;
    grid-row: 1/2;
    grid-column: 1/2;
    margin: 0 30px 0 0;
  }
  .p-menu .p-title__wrap::before {
    bottom: auto;
    left: auto;
    right: 35px;
  }
  .p-menu__content {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .p-menu .link-btn {
    grid-row: 2/3;
    grid-column: 1/3;
    text-align: right;
  }
  .p-menu .link-btn__item {
    text-align: center;
  }
  .p-menu__category {
    margin-bottom: 40px;
  }
  .p-menu__category__title {
    font-size: 1.5rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .p-menu__list__item {
    margin-bottom: 15px;
  }
  .p-menu__list__item a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .p-menu .c-container, .p-menu .breadcrumb {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 250px auto;
  }
  .p-menu .p-title {
    margin: 0 50px 0 0;
  }
  .p-menu__category__title {
    font-size: 1.7rem;
  }
  .p-menu__list {
    justify-content: left;
  }
  .p-menu__list__item {
    flex-basis: 32%;
    margin: 0 2% 15px 0;
  }
  .p-menu__list__item:nth-child(3n) {
    margin: 0 0 15px;
  }
  .p-menu__list__item a {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .p-menu .c-container, .p-menu .breadcrumb {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.c-points__img {
  position: relative;
  z-index: 10;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.c-points__img img {
  z-index: 1;
  aspect-ratio: 3/2;
  border-radius: 20px;
}
.c-points__img svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.c-points__img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 30px;
  left: 5px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 960px) {
  .c-points__img::after {
    top: 20px;
    left: 20px;
  }
}
.c-points ul {
  position: relative;
  margin-bottom: 30px;
}
.c-points ul::after {
  content: "";
  position: absolute;
  top: 50px;
  left: calc(100% - 50vw);
  display: inline-block;
  width: 4060px;
  height: 3050px;
  background-image: url(../images/home/bg-02.svg);
  z-index: -1;
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  .c-points ul::after {
    width: 3060px;
    height: 2050px;
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .c-points ul::after {
    width: 2800px;
    height: 2200px;
    top: 100px;
    background: url(../images/home/bg-02.svg) no-repeat center/contain;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.c-points__item:last-child {
  margin-bottom: 0;
}
.c-points__desc .num {
  color: #1a1814;
  font-weight: 800;
  margin-bottom: 10px;
}
.c-points__desc .num strong {
  font-size: 1.3rem;
}
.c-points__desc .item-tit {
  font-size: 1.2rem;
  color: #162040;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .c-points__desc .num {
    margin-bottom: 15px;
    font-size: 1.1rem;
  }
  .c-points__desc .num strong {
    font-size: 1.5rem;
  }
  .c-points__desc .item-tit {
    font-size: 1.4rem;
    margin-bottom: 20px;
    line-height: 1.7;
  }
}
@media (min-width: 960px) {
  .c-points__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-points__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .c-points__img {
    flex-basis: 48%;
    margin: 0;
    max-width: none;
  }
  .c-points__desc {
    flex-basis: 48%;
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .c-points ul {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-points__img {
    flex-basis: 42%;
  }
  .c-points__desc {
    flex-basis: 55%;
  }
  .c-points__desc .num {
    margin-bottom: 15px;
    font-size: 1.3rem;
  }
  .c-points__desc .num strong {
    font-size: 1.7rem;
  }
  .c-points__desc .item-tit {
    font-size: 1.7rem;
    margin-bottom: 30px;
    line-height: 1.7;
  }
}

.p-access__list {
  background-color: #fff;
  padding: 60px 0;
}
.p-access__list__item {
  margin-bottom: 60px;
}
.p-access__list__item:last-child {
  margin-bottom: 0;
}
.p-access__wrap .Title {
  text-align: center;
  font-size: 1.3rem;
  color: #162040;
  margin-bottom: 20px;
}
.p-access__wrap .Img {
  max-width: 500px;
  margin: 0 auto 30px;
}
.p-access__wrap .Img img {
  border-radius: 15px;
}
.p-access__wrap .Table {
  margin-bottom: 15px;
}
.p-access__wrap .Table table {
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.p-access__wrap .Table table tr {
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}
.p-access__wrap .Table table tr th,
.p-access__wrap .Table table tr td {
  padding: 8px 3px;
  font-weight: 400;
  text-align: center;
}
.p-access__wrap .caution {
  max-width: 550px;
  margin: 0 auto 30px;
}
.p-access__wrap .caution p {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
.p-access__wrap .address {
  margin-bottom: 30px;
}
.p-access__wrap .address h3 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.8;
  color: #162040;
}
.p-access__wrap .address dl {
  display: flex;
  align-items: center;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.p-access__wrap .address dl dt {
  font-weight: normal;
  width: 45px;
}
.p-access__wrap .address dl dd {
  flex: 1;
}
.p-access__wrap .address dl dd a {
  display: inline-block;
  margin-left: 8px;
  color: #1a1814;
  border-bottom: 1px solid #1a1814;
  line-height: 1;
}
.p-access__wrap .Map {
  margin-left: -6vw;
  margin-right: -6vw;
}
.p-access__wrap .Map__g-map {
  height: 350px;
  margin-bottom: 20px;
}
.p-access__wrap .Map__g-map iframe {
  width: 100%;
  height: 100%;
}
.p-access__wrap .Map__btn {
  text-align: center;
}
.p-access__wrap .Map__btn a {
  display: inline-block;
  color: #162040;
  border-bottom: 1px solid #162040;
  padding-right: 30px;
  position: relative;
}
.p-access__wrap .Map__btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/link.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 600px) {
  .p-access__wrap .Title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .p-access__list {
    padding: 80px 0;
  }
  .p-access__list__item {
    margin-bottom: 80px;
  }
  .p-access__wrap {
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 48% 48%;
    gap: 40px 4%;
  }
  .p-access__wrap .Title {
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: left;
    align-self: flex-end;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .p-access__wrap .address {
    grid-row: 2/3;
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .p-access__wrap .address h3 {
    text-align: left;
    font-size: 1.3rem;
  }
  .p-access__wrap .address dl {
    max-width: none;
    margin: 0 0 10px;
  }
  .p-access__wrap .Img {
    grid-row: 1/3;
    grid-column: 2/3;
    max-width: none;
    margin: 0;
  }
  .p-access__wrap .Table {
    grid-row: 3/4;
    grid-column: 1/2;
    margin-bottom: 0;
  }
  .p-access__wrap .caution {
    max-width: none;
    margin: 0;
  }
  .p-access__wrap .Map {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .p-access__wrap .Map__g-map {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .p-access__list__item {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-access__list__item .c-container, .p-access__list__item .breadcrumb {
    padding: 0;
  }
}

.p-contact {
  padding-top: 40px;
  background-color: #eeeeee;
}
.p-contact__desc {
  position: relative;
  z-index: 1000;
  color: #fff;
}
.p-contact__wrap {
  padding: 30px 30px;
  text-align: center;
}
.p-contact__wrap li {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.p-contact__tit {
  text-align: center;
}
.p-contact__tit h4 {
  color: #1a1814;
  border-bottom: 1px solid #1a1814;
  display: inline-block;
  padding-bottom: 10px;
}
.p-contact__tel {
  padding: 20px 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1000;
  border-radius: 50px;
  background: #e8691c;
  border: 2px solid rgb(83, 83, 83);
  text-align: center;
}
.p-contact__tel a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 35px;
}
.p-contact__tel a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-contact__tel#bnr1 {
  margin-bottom: 20px;
}
.p-contact__tel#bnr2 {
  background: linear-gradient(135deg, #162040 0%, #2a3d6e 100%);
  margin: 0 0 50px 0;
}
.p-contact__tel#bnr2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.p-contact__tel#bnr3 {
  background: green;
  margin: 0 0 50px 0;
}
.p-contact__tel#bnr3 a::before {
  background-image: url(../images/common/icon-line-cta.png);
}
.p-contact__tel#bnr4 {
  background-color: #fff;
  padding: 15px 10px;
  margin: 0 0 30px 0;
}
.p-contact__tel#bnr4 a img {
  width: 50%;
}
.p-contact__tel#bnr4 a::before {
  display: none;
}
@media (min-width: 374px) {
  .p-contact__tel {
    width: 300px;
  }
}
.p-contact .info:last-of-type {
  margin-bottom: 20px;
}
.p-contact .contact-tit {
  font-weight: bold;
  margin-bottom: 10px;
  color: rgb(85, 85, 85);
}
.p-contact__form a {
  background-color: #fff;
}
@media (min-width: 960px) {
  .p-contact ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .p-contact ul li {
    width: 33%;
    border: none;
  }
}
@media (min-width: 1200px) {
  .p-contact__tel {
    width: 380px;
    padding: 34px 10px;
  }
}

.c-storebtn {
  scroll-margin: 80px;
}
.c-storebtn__title {
  display: flex;
  align-items: center;
}
.c-storebtn__title .txt {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.c-storebtn__title .txt .en {
  font-weight: bold;
  color: #162040;
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 15px;
}
.c-storebtn__title .txt .ja {
  font-size: 0.7rem;
  font-weight: 400;
  color: #999;
}
.c-storebtn__title .line {
  position: relative;
  flex: 1;
}
.c-storebtn__title .line::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(201, 168, 76, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.c-storebtn__list__item {
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
}
.c-storebtn__list__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background-color: #162040;
  opacity: 0.7;
  transition: all 0.3s;
}
.c-storebtn__list__item a {
  display: block;
  padding: 25px 0;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
.c-storebtn__list__item:nth-child(1) {
  background: url(../images/home/senba-bg.webp) no-repeat center/cover;
}
.c-storebtn__list__item:nth-child(2) {
  background: url(../images/home/miwa-bg.JPG) no-repeat center/cover;
}
.c-storebtn__list__item:nth-child(3) {
  background: url(../images/home/akatsuka-bg.webp) no-repeat center/cover;
}
.c-storebtn__list__item:hover::before {
  opacity: 0.3;
}
@media (min-width: 600px) {
  .c-storebtn__title .txt {
    margin-right: 40px;
  }
  .c-storebtn__title .txt .en {
    font-size: 1.7rem;
    letter-spacing: 2px;
    margin-right: 30px;
  }
  .c-storebtn__title .txt .ja {
    font-size: 0.9rem;
  }
  .c-storebtn__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-storebtn__list__item {
    flex-basis: 48%;
    margin-bottom: 4%;
  }
  .c-storebtn__list__item a {
    padding: 25px 0;
    font-size: 17px;
    line-height: 1.6;
  }
}
@media (min-width: 960px) {
  .c-storebtn {
    scroll-margin: 100px;
  }
  .c-storebtn__title .txt .en {
    font-size: 2rem;
  }
  .c-storebtn__title .txt .ja {
    font-size: 1rem;
  }
  .c-storebtn__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .c-storebtn__list__item {
    flex-basis: 32%;
    margin: 0 2% 2% 0;
  }
  .c-storebtn__list__item:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  .c-storebtn__list__item a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .c-storebtn {
    scroll-margin: 130px;
  }
  .c-storebtn__title {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-storebtn__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-storebtn__list__item a {
    padding: 40px 0;
  }
}

.p-footer {
  padding: 40px 0 100px 0;
  background-color: #303030;
}
.p-footer__logo {
  margin-bottom: 50px;
  text-align: center;
}
.p-footer__logo img {
  width: 225px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__nav {
  display: block;
  margin-bottom: 40px;
}
.p-footer__nav ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.p-footer__nav ul li:first-child {
  border-top: 1px solid #fff;
  padding-top: 15px;
}
.p-footer__nav ul li span {
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.3s;
}
.p-footer__nav ul li span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.p-footer__nav ul li span:hover {
  color: #1a1814;
}
.p-footer__nav ul li span:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-footer .c-txt-sm, .p-footer .c-price__list__item .List-Table table th, .c-price__list__item .List-Table table .p-footer th,
.p-footer .c-price__list__item .List-Table table td,
.c-price__list__item .List-Table table .p-footer td, .p-footer .c-menu-sl__nav ul li a h4, .c-menu-sl__nav ul li a .p-footer h4, .p-footer .c-menu__nav__item a, .c-menu__nav__item .p-footer a, .p-footer .breadcrumb, .p-footer .link-btn__item, .p-footer .p-news .category-list__item ul li a, .p-news .category-list__item ul li .p-footer a, .p-footer .p-voice__list__item__title, .p-footer .p-menu__list__item a, .p-menu__list__item .p-footer a, .p-footer .p-access__wrap .Table table tr th, .p-access__wrap .Table table tr .p-footer th,
.p-footer .p-access__wrap .Table table tr td,
.p-access__wrap .Table table tr .p-footer td, .p-footer .p-access__wrap .address dl, .p-access__wrap .address .p-footer dl {
  color: #fff;
}
.p-footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media (min-width: 600px) {
  .p-footer {
    padding: 60px 0 30px;
  }
  .p-footer .c-container, .p-footer .breadcrumb {
    padding: 0 8vw;
  }
  .p-footer__logo img {
    width: 200px;
  }
  .p-footer__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-footer__nav ul li {
    width: 48%;
  }
  .p-footer__nav ul li:nth-child(2) {
    border-top: 1px solid rgba(201, 168, 76, 0.2);
    padding-top: 15px;
  }
}
@media (min-width: 960px) {
  .p-footer {
    padding: 80px 0 40px;
  }
  .p-footer__logo {
    text-align: left;
  }
  .p-footer__logo img {
    width: 220px;
  }
  .p-footer__nav {
    flex-basis: 63%;
  }
  .p-footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-footer__left {
    flex-basis: 35%;
  }
  .p-footer .copyright {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .p-footer .c-container, .p-footer .breadcrumb {
    padding: 0 15vw;
  }
  .p-footer__wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  .p-footer__logo img {
    width: 230px;
  }
}

.c-menu__nav {
  background-color: #fff;
  padding: 30px 6vw;
  margin: 0 -6vw;
  margin-bottom: 50px;
}
.c-menu__nav__item {
  margin-bottom: 8px;
}
.c-menu__nav__item:last-child {
  margin-bottom: 0;
}
.c-menu__nav__item a {
  font-size: 15px;
  color: #1a1814;
  display: block;
  padding-left: 30px;
  position: relative;
  transition: all 0.3s;
}
.c-menu__nav__item a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #1a1814;
  border-right: 1px solid #1a1814;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.c-menu__nav__item a:hover {
  color: #1a1814;
}
.c-menu__nav__item a:hover::before {
  border-top: 1px solid #1a1814;
  border-right: 1px solid #1a1814;
}
.c-menu__category {
  scroll-margin: 80px;
  margin-bottom: 80px;
}
.c-menu__list__item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}
.c-menu__list__item a {
  display: block;
  color: #1a1814;
}
.c-menu__list__item a:hover .Desc h4 {
  color: #1a1814;
}
.c-menu__list__item a:hover .Desc h4::before {
  border-top: 1px solid #1a1814;
  border-right: 1px solid #1a1814;
}
.c-menu__list__item .Img {
  margin-bottom: 20px;
}
.c-menu__list__item .Img.has-thumbnail {
  aspect-ratio: 2/1;
  overflow: hidden;
}
.c-menu__list__item .Img.no-thumbnail {
  aspect-ratio: 2/1;
  background-color: rgba(201, 168, 76, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-menu__list__item .Img.no-thumbnail span {
  color: #fff;
}
.c-menu__list__item .Desc h4 {
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 12px;
  position: relative;
  color: #1a1814;
  transition: all 0.3s;
}
.c-menu__list__item .Desc h4::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #1a1814;
  border-right: 1px solid #1a1814;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.c-menu__list__item .Desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
@media (min-width: 600px) {
  .c-menu__nav {
    padding: 50px 6vw;
  }
  .c-menu__nav__item {
    margin-bottom: 12px;
  }
  .c-menu__category {
    margin-bottom: 50px;
  }
  .c-menu__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-menu__list__item {
    flex-basis: 48%;
    margin: 0 4% 30px 0;
  }
  .c-menu__list__item:nth-child(2n) {
    margin: 0 0 30px;
  }
}
@media (min-width: 960px) {
  .c-menu__nav {
    background-color: transparent;
    padding: 0 0 30px;
    margin: 0 0 90px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.2);
    display: flex;
    flex-wrap: wrap;
  }
  .c-menu__nav__item {
    margin: 0 40px 30px 0px;
  }
  .c-menu__nav__item a {
    font-size: 18px;
  }
  .c-menu__nav__item a::before {
    width: 10px;
    height: 10px;
  }
  .c-menu__category {
    scroll-margin: 120px;
    margin-bottom: 80px;
  }
  .c-menu__list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-menu__list__item {
    flex-basis: 32%;
    margin: 0 2% 30px 0;
  }
  .c-menu__list__item:nth-child(2n) {
    margin: 0 2% 30px 0;
  }
  .c-menu__list__item:nth-child(3n) {
    margin: 0 0 30px;
  }
}
@media (min-width: 1200px) {
  .c-menu__nav, .c-menu__content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-menu-sl__img {
  max-width: 700px;
  margin: 0 auto 50px;
}
.c-menu-sl__img img {
  border-radius: 15px;
}
.c-menu-sl__worry, .c-menu-sl__about, .c-menu-sl__content, .c-menu-sl__caution {
  margin-bottom: 50px;
}
.c-menu-sl__worry__wrap {
  background: linear-gradient(135deg, #162040 0%, #2a3d6e 100%);
  border-radius: 10px;
  padding: 15px;
}
.c-menu-sl__worry__list {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.c-menu-sl__worry__list__item {
  margin-bottom: 8px;
}
.c-menu-sl__worry__list__item p {
  padding-left: 20px;
  position: relative;
}
.c-menu-sl__worry__list__item p::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/check-round.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-menu-sl .c-menu__content {
  border-top: 1px solid rgba(201, 168, 76, 0.2);
  padding-top: 50px;
}
.c-menu-sl__nav {
  padding: 0 6vw;
}
.c-menu-sl__nav h2 {
  text-align: center;
  color: #162040;
  font-size: 1rem;
  border-top: 1px solid #162040;
  border-bottom: 1px solid #162040;
  padding: 15px 0;
  margin-bottom: 30px;
}
.c-menu-sl__nav h3 {
  font-size: 1rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
}
.c-menu-sl__nav ul {
  margin-bottom: 40px;
}
.c-menu-sl__nav ul li {
  margin-bottom: 5px;
}
.c-menu-sl__nav ul li a {
  display: block;
  color: #1a1814;
  position: relative;
  transition: all 0.3s;
}
.c-menu-sl__nav ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #1a1814;
  border-right: 1px solid #1a1814;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.c-menu-sl__nav ul li a:hover {
  color: #1a1814;
}
.c-menu-sl__nav ul li a:hover::before {
  border-top: 1px solid #1a1814;
  border-right: 1px solid #1a1814;
}
.c-menu-sl__nav ul li a h4 {
  font-weight: normal;
}
@media (min-width: 600px) {
  .c-menu-sl__worry__wrap {
    padding: 20px;
  }
  .c-menu-sl__worry__list {
    padding: 30px;
  }
  .c-menu-sl__worry__list__item {
    margin-bottom: 15px;
  }
  .c-menu-sl__worry__list__item p {
    padding-left: 30px;
  }
  .c-menu-sl__worry__list__item p::before {
    width: 20px;
    height: 20px;
  }
  .c-menu-sl__nav h2 {
    font-size: 1.2rem;
  }
  .c-menu-sl__nav h3 {
    font-size: 1rem;
  }
  .c-menu-sl__nav ul {
    margin-bottom: 40px;
  }
  .c-menu-sl__nav ul li {
    margin-bottom: 8px;
  }
}
@media (min-width: 960px) {
  .c-menu-sl-contents {
    display: flex;
    justify-content: space-between;
  }
  .c-menu-sl-contents .c-container, .c-menu-sl-contents .breadcrumb {
    flex-basis: 65%;
    padding: 0 0 0 6vw;
  }
  .c-menu-sl__nav {
    flex-basis: 31%;
    padding: 0 6vw 0 0;
  }
  .c-menu-sl__nav h2 {
    font-size: 1.4rem;
  }
  .c-menu-sl__nav h3 {
    font-size: 1.1rem;
  }
  .c-menu-sl__worry__wrap {
    padding: 20px;
  }
  .c-menu-sl__worry__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-menu-sl__worry__list__item {
    flex-basis: 48%;
  }
}
@media (min-width: 1200px) {
  .c-menu-sl-contents .c-container, .c-menu-sl-contents .breadcrumb {
    padding: 0 0 0 8vw;
  }
  .c-menu-sl__nav {
    padding: 0 8vw 0 0;
  }
}
@media (min-width: 1500px) {
  .c-menu-sl-contents {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-menu-sl .c-container, .c-menu-sl .breadcrumb {
    padding: 0;
  }
  .c-menu-sl__nav {
    padding: 0;
  }
}

.c-about__img {
  max-width: 700px;
  margin: 0 auto 30px;
  padding-left: 15vw;
}
.c-about__img img {
  border-radius: 15px;
}
.c-about .p-title {
  text-align: left;
}
.c-about__desc h3 {
  font-size: 1.2rem;
  color: #162040;
  margin-bottom: 20px;
}
.c-about__desc p {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .c-about__desc h3 {
    font-size: 1.4rem;
  }
  .c-about__desc .onlySP {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-about .c-container, .c-about .breadcrumb {
    padding: 0 0 0 6vw;
  }
  .c-about__wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
  }
  .c-about__img {
    flex-basis: 48%;
    padding: 0;
    max-width: none;
    margin: 0;
  }
  .c-about__img img {
    border-radius: 15px 0 0 15px;
  }
  .c-about__desc {
    flex-basis: 48%;
  }
  .c-about__desc h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .c-about__desc p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .c-about .c-container, .c-about .breadcrumb {
    padding: 0 0 0 8vw;
  }
}
@media (min-width: 1500px) {
  .c-about .c-container, .c-about .breadcrumb {
    padding: 0;
  }
  .c-about__wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-promise {
  padding: 60px 0;
  position: relative;
}
.c-promise::before {
  content: "";
  width: 100%;
  height: calc(100% - 300px);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-promise h2 {
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.c-promise h2::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #1a1814;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-promise__list {
  margin-bottom: 30px;
}
.c-promise__list__item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 8px;
  border-radius: 5px;
}
.c-promise__list__item p {
  padding-left: 30px;
  position: relative;
}
.c-promise__list__item p::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/common/check-round.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-promise__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-promise__img .Img {
  flex-basis: 48.5%;
  aspect-ratio: 1/1;
  margin-bottom: 8px;
}
.c-promise__img .Img img {
  border-radius: 10px;
}
@media (min-width: 600px) {
  .c-promise h2 {
    font-size: 1.5rem;
  }
  .c-promise__img .Img {
    flex-basis: 48%;
    margin-bottom: 20px;
  }
}
@media (min-width: 960px) {
  .c-promise {
    padding: 80px 0;
  }
  .c-promise::before {
    height: calc(100% - 200px);
  }
  .c-promise h2 {
    font-size: 1.8rem;
    padding-bottom: 25px;
    margin-bottom: 50px;
  }
  .c-promise h2::before {
    width: 80px;
  }
  .c-promise__list {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .c-promise__list__item {
    padding: 20px 30px;
    margin-bottom: 12px;
  }
  .c-promise__list__item p {
    padding-left: 40px;
    position: relative;
  }
  .c-promise__list__item p::before {
    width: 20px;
    height: 20px;
  }
  .c-promise__img .Img {
    flex-basis: 23%;
    margin-bottom: 0px;
  }
  .c-promise__img .Img:nth-child(2n) {
    margin-top: 40px;
  }
  .c-promise__img .Img:nth-child(2n+1) {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .c-promise__img {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-flow .item-tit {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #162040;
}
.c-flow .item-img {
  position: relative;
  aspect-ratio: 3/2;
  max-width: 500px;
  margin: 0 auto 20px;
}
.c-flow .item-img img {
  border-radius: 15px;
}
.c-flow .item-img .num {
  position: absolute;
  z-index: 10;
  top: -35px;
  right: 10px;
  color: #1a1814;
  font-size: 50px;
  display: inline-block;
  font-weight: bold;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
}
.c-flow-item {
  position: relative;
  padding-bottom: 80px;
}
.c-flow-item::after {
  content: "";
  position: absolute;
  z-index: 20;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 40px 0 40px;
  border-color: #1a1814 transparent transparent transparent;
}
.c-flow-item:last-child {
  padding-bottom: 0;
}
.c-flow-item:last-child::after {
  display: none;
}
@media (min-width: 600px) {
  .c-flow-item {
    padding-bottom: 100px;
  }
  .c-flow-item::after {
    border-width: 30px 40px 0 40px;
  }
}
@media (min-width: 960px) {
  .c-flow-item {
    padding-bottom: 130px;
  }
  .c-flow-item::after {
    bottom: 50px;
  }
  .c-flow-item .item-tit {
    font-size: 1.5rem;
  }
  .c-flow .item-wrap {
    display: flex;
    justify-content: space-between;
  }
  .c-flow .item-img {
    flex-basis: 38%;
    max-width: none;
    margin: 0;
  }
  .c-flow .item-desc {
    flex-basis: 58%;
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .c-flow .item-img {
    flex-basis: 28%;
  }
  .c-flow .item-desc {
    flex-basis: 68%;
  }
  .c-flow .item-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-staff {
  padding: 60px 0;
  background-color: #fff;
}
.c-staff h3 {
  text-align: center;
  color: #162040;
  font-weight: normal;
}
@media (min-width: 960px) {
  .c-staff {
    padding: 80px 0;
  }
}
.c-price__list__item {
  margin-bottom: 50px;
}
.c-price__list__item .Img {
  max-width: 500px;
  margin: 0 auto 30px;
  aspect-ratio: 3/2;
}
.c-price__list__item .Img img {
  border-radius: 15px;
}
.c-price__list__item .Desc {
  margin-bottom: 30px;
}
.c-price__list__item .List {
  background-color: #fff;
  padding: 20px;
}
.c-price__list__item .List h4 {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #162040;
}
.c-price__list__item .List ul li {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 38% 58%;
  gap: 0 4%;
  margin-bottom: 20px;
}
.c-price__list__item .List-Icon {
  grid-row: 1/2;
  grid-column: 1/2;
}
.c-price__list__item .List-Icon img {
  border-radius: 8px;
}
.c-price__list__item .List-Desc {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: center;
}
.c-price__list__item .List-Desc h5 {
  font-size: 1rem;
}
.c-price__list__item .List-Table {
  grid-row: 2/3;
  grid-column: 1/3;
  margin-top: 15px;
}
.c-price__list__item .List-Table table {
  background-color: #fff;
  width: 100%;
}
.c-price__list__item .List-Table table th,
.c-price__list__item .List-Table table td {
  padding: 8px 16px;
  border: 1px solid rgba(201, 168, 76, 0.2);
}
.c-price__list__item .List-Table table thead th {
  text-align: center;
}
.c-price__list__item .List-Table table tbody.short tr th {
  width: 30%;
}
.c-price__list__item .List-Table table tbody.short tr td {
  padding: 5px;
  text-align: center;
}
@media (min-width: 600px) {
  .c-price__list__item {
    margin-bottom: 70px;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 48% 48%;
    gap: 0 4%;
  }
  .c-price__list__item .Img {
    grid-row: 1/2;
    grid-column: 1/2;
    max-width: none;
    margin: 0;
  }
  .c-price__list__item .Desc {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
  }
  .c-price__list__item .List {
    grid-row: 2/3;
    grid-column: 1/3;
    padding: 30px;
    margin-top: 30px;
  }
  .c-price__list__item .List h4 {
    font-size: 1.3rem;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .c-price__list__item .List ul li {
    margin-bottom: 30px;
  }
  .c-price__list__item .List-Desc h5 {
    font-size: 1.1rem;
  }
  .c-price__list__item .List-Table {
    margin-top: 20px;
  }
}
@media (min-width: 960px) {
  .c-price__list__item .List {
    margin-top: 40px;
  }
  .c-price__list__item .List h4 {
    font-size: 1.5rem;
  }
  .c-price__list__item .List ul li {
    grid-template-columns: 28% 68%;
  }
  .c-price__list__item .List-Icon {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .c-price__list__item .List-Desc {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
  }
  .c-price__list__item .List-Desc h5 {
    font-size: 1.3rem;
  }
  .c-price__list__item .List-Table {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .c-price__list__item .List-Table table th,
  .c-price__list__item .List-Table table td {
    padding: 12px 20px;
  }
}
@media (min-width: 1200px) {
  .c-price__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq-contents .link-btn {
  margin-top: 50px;
}
.faq-contents .faq__item {
  margin-bottom: 20px;
}
.faq-contents .faq dt {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  border-bottom: 1px solid rgba(201, 168, 76, 0.2);
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.faq-contents .faq dt .q {
  color: #1a1814;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 4px 9px;
  margin-right: 15px;
  font-size: 18px;
  transition: all 0.3s;
}
.faq-contents .faq dt .q::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #eaecf5;
  border: 1px solid #1a1814;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  transition: all 0.3s;
}
.faq-contents .faq dt .c-txt-sm, .faq-contents .faq dt .breadcrumb, .faq-contents .faq dt .link-btn__item, .faq-contents .faq dt .p-news .category-list__item ul li a, .p-news .category-list__item ul li .faq-contents .faq dt a, .faq-contents .faq dt .p-voice__list__item__title, .faq-contents .faq dt .p-menu__list__item a, .p-menu__list__item .faq-contents .faq dt a, .faq-contents .faq dt .p-access__wrap .Table table tr th, .p-access__wrap .Table table tr .faq-contents .faq dt th,
.faq-contents .faq dt .p-access__wrap .Table table tr td,
.p-access__wrap .Table table tr .faq-contents .faq dt td, .faq-contents .faq dt .p-access__wrap .address dl, .p-access__wrap .address .faq-contents .faq dt dl, .faq-contents .faq dt .c-menu__nav__item a, .c-menu__nav__item .faq-contents .faq dt a, .faq-contents .faq dt .c-menu-sl__nav ul li a h4, .c-menu-sl__nav ul li a .faq-contents .faq dt h4, .faq-contents .faq dt .c-price__list__item .List-Table table th, .c-price__list__item .List-Table table .faq-contents .faq dt th,
.faq-contents .faq dt .c-price__list__item .List-Table table td,
.c-price__list__item .List-Table table .faq-contents .faq dt td {
  flex: 1;
  padding-right: 50px;
  font-size: 14px;
}
.faq-contents .faq dt .i_box {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.faq-contents .faq dt .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #1a1814;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.faq-contents .faq dt .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #1a1814;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}
.faq-contents .faq dd {
  position: relative;
}
.faq-contents .faq dd .m-description-article {
  display: block;
  padding: 20px;
}
@media (min-width: 600px) {
  .faq-contents .c-container, .faq-contents .breadcrumb {
    padding: 0 7vw;
  }
  .faq-contents .faq dt {
    padding: 20px 0;
  }
  .faq-contents .faq dt .q {
    margin-right: 20px;
  }
  .faq-contents .faq dt .c-txt-sm, .faq-contents .faq dt .breadcrumb, .faq-contents .faq dt .link-btn__item, .faq-contents .faq dt .p-news .category-list__item ul li a, .p-news .category-list__item ul li .faq-contents .faq dt a, .faq-contents .faq dt .p-voice__list__item__title, .faq-contents .faq dt .p-menu__list__item a, .p-menu__list__item .faq-contents .faq dt a, .faq-contents .faq dt .p-access__wrap .Table table tr th, .p-access__wrap .Table table tr .faq-contents .faq dt th,
  .faq-contents .faq dt .p-access__wrap .Table table tr td,
  .p-access__wrap .Table table tr .faq-contents .faq dt td, .faq-contents .faq dt .p-access__wrap .address dl, .p-access__wrap .address .faq-contents .faq dt dl, .faq-contents .faq dt .c-menu__nav__item a, .c-menu__nav__item .faq-contents .faq dt a, .faq-contents .faq dt .c-menu-sl__nav ul li a h4, .c-menu-sl__nav ul li a .faq-contents .faq dt h4, .faq-contents .faq dt .c-price__list__item .List-Table table th, .c-price__list__item .List-Table table .faq-contents .faq dt th,
  .faq-contents .faq dt .c-price__list__item .List-Table table td,
  .c-price__list__item .List-Table table .faq-contents .faq dt td {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .faq-contents .link-btn {
    margin-top: 70px;
  }
  .faq-contents .c-container, .faq-contents .breadcrumb {
    padding: 0 12vw;
  }
  .faq-contents .faq__item {
    margin-bottom: 30px;
  }
  .faq-contents .faq dt .q {
    width: 55px;
    height: 55px;
    padding: 8px 9px;
    margin-right: 30px;
    font-size: 22px;
  }
  .faq-contents .faq dt .c-txt-sm, .faq-contents .faq dt .breadcrumb, .faq-contents .faq dt .link-btn__item, .faq-contents .faq dt .p-news .category-list__item ul li a, .p-news .category-list__item ul li .faq-contents .faq dt a, .faq-contents .faq dt .p-voice__list__item__title, .faq-contents .faq dt .p-menu__list__item a, .p-menu__list__item .faq-contents .faq dt a, .faq-contents .faq dt .p-access__wrap .Table table tr th, .p-access__wrap .Table table tr .faq-contents .faq dt th,
  .faq-contents .faq dt .p-access__wrap .Table table tr td,
  .p-access__wrap .Table table tr .faq-contents .faq dt td, .faq-contents .faq dt .p-access__wrap .address dl, .p-access__wrap .address .faq-contents .faq dt dl, .faq-contents .faq dt .c-menu__nav__item a, .c-menu__nav__item .faq-contents .faq dt a, .faq-contents .faq dt .c-menu-sl__nav ul li a h4, .c-menu-sl__nav ul li a .faq-contents .faq dt h4, .faq-contents .faq dt .c-price__list__item .List-Table table th, .c-price__list__item .List-Table table .faq-contents .faq dt th,
  .faq-contents .faq dt .c-price__list__item .List-Table table td,
  .c-price__list__item .List-Table table .faq-contents .faq dt td {
    padding-right: 50px;
    font-size: 18px;
  }
  .faq-contents .faq dt .i_box {
    right: 30px;
    width: 25px;
    height: 25px;
  }
  .faq-contents .faq dt .i_box::before {
    width: 25px;
  }
  .faq-contents .faq dt .i_box::after {
    height: 25px;
    right: 11px;
  }
  .faq-contents .faq dd .m-description-article {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .faq-contents .c-container, .faq-contents .breadcrumb {
    padding: 0 18vw;
  }
}

.c-news-sl {
  padding: 50px 0 0;
}
.c-news-sl .c-container, .c-news-sl .breadcrumb {
  padding: 0 5vw 0 5vw;
}
.c-news-sl__date {
  color: #1a1814;
}
.c-news-sl__contents {
  padding: 10vw 0;
  line-height: 2.5;
}
.c-news-sl__link {
  text-align: right;
}
.c-news-sl__link a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(114, 114, 114);
}
.c-news-sl__link a span {
  color: #1a1814;
}
@media (min-width: 600px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 8vw;
  }
  .c-news-sl__contents {
    padding: 7vw 0;
  }
}
@media (min-width: 960px) {
  .c-news-sl {
    padding: 80px 0 0;
  }
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 12vw;
  }
  .c-news-sl__contents {
    padding: 5vw 0;
  }
}
@media (min-width: 1200px) {
  .c-news-sl .c-container, .c-news-sl .breadcrumb {
    padding: 0 18vw;
  }
  .c-news-sl__contents {
    padding: 3vw 0;
  }
}

.c-voice-sl {
  padding: 50px 0 0;
}
.c-voice-sl__title {
  border: 1px solid #162040;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 20px 20px 10px;
  position: relative;
}
.c-voice-sl__title span {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #1a1814;
  width: 100px;
  text-align: center;
}
.c-voice-sl__title h2 {
  font-size: 1.1rem;
  color: #162040;
  line-height: 1.8;
  margin-bottom: 10px;
}
.c-voice-sl__title p {
  text-align: center;
  color: #888;
  font-size: 0.9rem;
}
.c-voice-sl__img {
  max-width: 500px;
  margin: 0 auto 50px;
}
.c-voice-sl__img img {
  border-radius: 10px;
}
.c-voice-sl__desc__item {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .c-voice-sl__title {
    margin-bottom: 40px;
    padding: 30px 30px 20px;
  }
  .c-voice-sl__title h2 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  .c-voice-sl__desc__item {
    margin-bottom: 50px;
  }
}
@media (min-width: 960px) {
  .c-voice-sl {
    padding: 80px 0 0;
  }
  .c-voice-sl .c-container, .c-voice-sl .breadcrumb {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 320px auto;
  }
  .c-voice-sl__title {
    margin-bottom: 50px;
    padding: 40px 20px 30px;
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .c-voice-sl__title h2 {
    text-align: center;
  }
  .c-voice-sl__img {
    grid-row: 2/3;
    grid-column: 1/2;
    max-width: none;
    margin: 0;
  }
  .c-voice-sl__desc {
    grid-row: 2/3;
    grid-column: 2/3;
    margin-left: 5vw;
  }
  .c-voice-sl__desc__item {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .c-voice-sl .c-container, .c-voice-sl .breadcrumb {
    grid-template-columns: 420px auto;
  }
}
@media (min-width: 1800px) {
  .c-voice-sl .c-container, .c-voice-sl .breadcrumb {
    max-width: 1500px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.pagination .page-numbers {
  margin: 6vw 0;
}
.pagination .page-numbers:not(.next):not(.prev) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1814;
  font-size: 12px;
  padding-left: 3px;
}
.pagination .page-numbers:not(.next):not(.prev) .current {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #1a1814 !important;
  color: #fff;
}
.pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid rgba(22, 32, 64, 0.2);
  background: #fff;
  margin: 0 1.3vw;
}
.pagination .page-numbers:not(.next):not(.prev) .next {
  position: relative;
  padding-right: 22px;
  color: #1a1814;
  top: 0;
}
.pagination .page-numbers:not(.next):not(.prev) .next::after {
  transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/common/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 1px;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
@media (min-width: 600px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 45px;
    height: 45px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 1px;
  }
}
@media (min-width: 900px) {
  .pagination .page-numbers:not(.next):not(.prev) .page-numbers:not(.next):not(.prev) {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next {
    top: 2px;
    font-size: 18px;
  }
  .pagination .page-numbers:not(.next):not(.prev) .next::after {
    top: 4px;
  }
}
@media (min-width: 600px) {
  .pagination .page-numbers {
    margin: 0 0 5vw;
  }
}
@media (min-width: 1200px) {
  .pagination .page-numbers {
    margin: 0;
  }
}

.c-contact {
  background-color: #f5f3ef;
  padding: 40px 0;
}
.c-contact-text {
  text-align: left;
  margin-bottom: 30px;
}
.c-contact dt p {
  display: inline-block;
}
.c-contact .c-topview .c-container p, .c-contact .c-topview .breadcrumb p {
  text-align: center;
  font-weight: bold;
}
.c-contact .c-description {
  padding: 40px 0;
  background-color: #1a1814;
  color: #fff;
  text-align: center;
}
.c-contact .c-description .desc-wrap {
  text-align: left;
  display: inline-block;
}
.c-contact .c-description ul {
  padding: 20px 0;
}
.c-contact .c-description .c-txt-xs {
  font-size: 12px;
  color: #fff;
}
.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: 1px solid #1a1814;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  height: 45px;
  border: 1px solid #1a1814;
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
  padding-bottom: 20px;
}
.c-contact .contact-form dt {
  font-size: 14px;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .must::after {
  content: "*";
  font-size: 14px;
  color: rgb(29, 100, 158);
}
.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.c-contact .contact-form .ct-flex select {
  width: 135px;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.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 {
  border-color: #888888;
}
.c-contact .contact-form .submit-btn input {
  border-color: #1a1814;
  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 .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form select {
    width: 250px;
  }
  .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: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 800px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form select {
    width: 380px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
@media (min-width: 1500px) {
  .c-contact .wrap {
    padding: 0 200px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-privacy {
  margin-top: 30px;
}
.c-privacy-title {
  text-align: center;
  font-size: 26px;
  display: block;
  margin: 30px 0 50px;
  color: #162040;
}
.c-privacy h3 {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.c-privacy-item {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .c-privacy {
    margin-top: 50px;
  }
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 10vw;
  }
  .c-privacy-title {
    font-size: 32px;
    margin: 50px 0;
  }
  .c-privacy h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .c-privacy .c-container, .c-privacy .breadcrumb {
    padding: 0 15vw;
  }
  .c-privacy-desc {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-thanks {
  margin-top: 30px;
}
.c-thanks-title {
  text-align: center;
  font-size: 24px;
  display: block;
  margin: 30px 0 50px;
  color: #162040;
}
.c-thanks h3 {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.c-thanks-item {
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .c-thanks .onlySP {
    display: none;
  }
}
@media (min-width: 960px) {
  .c-thanks {
    margin-top: 50px;
  }
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 10vw;
  }
  .c-thanks-title {
    font-size: 32px;
    margin: 50px 0;
  }
  .c-thanks h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .c-thanks {
    margin-top: 50px;
  }
  .c-thanks .c-container, .c-thanks .breadcrumb {
    padding: 0 15vw;
  }
  .c-thanks-desc {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.area ul {
  background-color: transparent;
}
.area ul li {
  margin: 0;
}
.area .tizu {
  margin-bottom: 48px;
}
.area .tizu .area-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(201, 168, 76, 0.2);
  pointer-events: none;
}
.area .tizu .area-img img {
  width: 100%;
  display: block;
}
.area-wrap {
  margin-bottom: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(201, 168, 76, 0.12);
}
.area-wrap:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.area .labl,
.area .labl2,
.area .labl3,
.area .labl4 {
  display: block;
  background: none;
  font-size: 14px;
  letter-spacing: 3px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 20px;
  padding: 8px 0 8px 16px;
  position: relative;
}
.area .labl::before,
.area .labl2::before,
.area .labl3::before,
.area .labl4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
}
.area .labl {
  color: #c8b890;
}
.area .labl::before {
  background: #c8b890;
}
.area .labl2 {
  color: #c9a84c;
}
.area .labl2::before {
  background: #c9a84c;
}
.area .labl3 {
  color: #a8865a;
}
.area .labl3::before {
  background: #a8865a;
}
.area .labl4 {
  color: #7a6040;
}
.area .labl4::before {
  background: #7a6040;
}
.area-flex {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.area-flex .item {
  background: #162040;
  border: 1px solid rgba(232, 212, 160, 0.35);
  padding: 7px 14px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 70px;
  transition: border-color 0.25s, background 0.25s;
}
.area-flex .item.gl {
  border-color: rgba(201, 168, 76, 0.35);
}
.area-flex .item.or {
  border-color: rgba(168, 134, 90, 0.35);
}
.area-flex .item.yl {
  border-color: rgba(122, 96, 64, 0.35);
}
.area-flex .bl {
  color: #e8ddd0;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 1;
}
.area .c-txt-sm, .area .breadcrumb, .area .link-btn__item, .area .p-news .category-list__item ul li a, .p-news .category-list__item ul li .area a, .area .p-voice__list__item__title, .area .p-menu__list__item a, .p-menu__list__item .area a, .area .p-access__wrap .Table table tr th, .p-access__wrap .Table table tr .area th,
.area .p-access__wrap .Table table tr td,
.p-access__wrap .Table table tr .area td, .area .p-access__wrap .address dl, .p-access__wrap .address .area dl, .area .c-menu__nav__item a, .c-menu__nav__item .area a, .area .c-menu-sl__nav ul li a h4, .c-menu-sl__nav ul li a .area h4, .area .c-price__list__item .List-Table table th, .c-price__list__item .List-Table table .area th,
.area .c-price__list__item .List-Table table td,
.c-price__list__item .List-Table table .area td {
  margin-bottom: 20px;
  text-align: left;
}
@media (min-width: 600px) {
  .area-flex .item {
    min-width: 80px;
    padding: 8px 18px;
  }
}
@media (min-width: 960px) {
  .area {
    padding: 80px 0;
  }
  .area .c-container, .area .breadcrumb {
    padding: 0 6vw;
  }
  .area ul {
    display: flex;
    justify-content: space-between;
  }
  .area ul li {
    width: 50%;
  }
  .area-flex .bl {
    font-size: 14px;
  }
}

.p-service-menu__header {
  text-align: center;
  margin-bottom: 48px;
}
.p-service-menu__note {
  display: inline-block;
  font-size: 13px;
  color: #a89070;
  letter-spacing: 1.5px;
  border-bottom: 1px solid rgba(184, 150, 90, 0.35);
  padding-bottom: 8px;
}
.p-service-menu__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.p-service-menu__card {
  position: relative;
  background-color: #2e2d2b;
  border: 1px solid rgba(184, 150, 90, 0.25);
  padding: 40px 28px 32px;
  overflow: hidden;
  transition: border-color 0.3s;
}
.p-service-menu__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #b8965a 0%, #e8d4a0 50%, #b8965a 100%);
}
.p-service-menu__card:hover {
  border-color: rgba(184, 150, 90, 0.6);
}
.p-service-menu__badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1.5px;
  padding: 4px 12px;
  background: linear-gradient(135deg, #b8965a 0%, #e8d4a0 100%);
  color: #0f0e0c;
  font-weight: 700;
  margin-bottom: 16px;
}
.p-service-menu__badge--beauty {
  background: linear-gradient(135deg, #6b5a3e 0%, #a89070 100%);
  color: #f0e8d8;
}
.p-service-menu__num {
  position: absolute;
  top: 20px;
  right: 24px;
  font-family: "Libre Baskerville", serif;
  font-size: 52px;
  font-weight: 400;
  color: rgba(184, 150, 90, 0.12);
  line-height: 1;
  letter-spacing: -2px;
  pointer-events: none;
}
.p-service-menu__card-head {
  margin-bottom: 20px;
}
.p-service-menu__duration {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  color: #b8965a;
  border: 1px solid rgba(184, 150, 90, 0.5);
  padding: 3px 10px;
  margin-bottom: 12px;
}
.p-service-menu__title {
  font-size: 1.25rem;
  color: #f0e8d8;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 400;
}
.p-service-menu__title-sub {
  display: block;
  font-size: 0.75rem;
  color: #a89070;
  letter-spacing: 1.5px;
  margin-top: 4px;
}
.p-service-menu__desc {
  font-size: 13px;
  color: #f2f2f2;
  line-height: 2;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
  border-top: 1px solid rgba(184, 150, 90, 0.12);
  padding-top: 20px;
}
.p-service-menu__price {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(184, 150, 90, 0.2);
  padding-top: 20px;
}
.p-service-menu__price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.p-service-menu__price-row--new {
  background: rgba(184, 150, 90, 0.07);
  padding: 8px 12px;
  margin: 0 -12px;
}
.p-service-menu__price-label {
  font-size: 12px;
  color: rgba(201, 168, 76, 0.5);
  letter-spacing: 1.5px;
}
.p-service-menu__price-value {
  font-family: "Libre Baskerville", serif;
  font-size: 1.35rem;
  color: #c8c0b4;
  letter-spacing: 1px;
}
.p-service-menu__price-value--new {
  color: #d4af70;
  font-size: 1.5rem;
}
.p-service-menu__option {
  margin-top: 48px;
  border: 1px solid rgba(184, 150, 90, 0.3);
  position: relative;
}
.p-service-menu__option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #b8965a 0%, #e8d4a0 50%, #b8965a 100%);
}
.p-service-menu__option-inner {
  padding: 40px 28px 36px;
}
.p-service-menu__option-title {
  font-size: 1.1rem;
  color: #d4af70;
  letter-spacing: 3px;
  margin-bottom: 24px;
  font-weight: 400;
}
.p-service-menu__option-title::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, #b8965a, transparent);
  margin-top: 10px;
}
.p-service-menu__option-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid rgba(184, 150, 90, 0.15);
  margin-bottom: 28px;
}
.p-service-menu__option-name {
  font-size: 13px;
  color: #c8c0b4;
  letter-spacing: 2px;
}
.p-service-menu__option-price {
  font-family: "Libre Baskerville", serif;
  font-size: 1.3rem;
  color: #d4af70;
  letter-spacing: 1px;
}
.p-service-menu__option-courses {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-service-menu__option-course {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
  background: rgba(184, 150, 90, 0.05);
  border-left: 2px solid rgba(184, 150, 90, 0.4);
}
.p-service-menu__option-course-name {
  font-size: 12px;
  color: #b8965a;
  letter-spacing: 2px;
}
.p-service-menu__option-course-prices {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.p-service-menu__option-course-prices span {
  font-size: 13px;
  color: #7a6e60;
  letter-spacing: 1px;
}
.p-service-menu__option-course-new {
  color: #d4af70 !important;
}
@media (min-width: 960px) {
  .p-service-menu__list {
    grid-template-columns: 1fr 1fr;
  }
  .p-service-menu__card {
    padding: 48px 36px 40px;
  }
  .p-service-menu__option-courses {
    flex-direction: row;
    gap: 20px;
  }
  .p-service-menu__option-course {
    flex: 1;
  }
  .p-service-menu__option-course-prices {
    flex-direction: column;
  }
}

.p-service .flex h2,
.p-service .flex p {
  position: relative;
  z-index: 10000;
}
.p-service .flex a {
  color: #fff;
  position: relative;
  z-index: 200;
  position: relative;
  display: block;
  height: 100%;
}
.p-service .flex a h2 {
  font-size: 16px;
}
.p-service .flex a p {
  font-size: 12px;
}
.p-service .flex .bg {
  position: relative;
  transition: all 0.2s;
}
.p-service .flex .bg:hover {
  opacity: 0.6;
}
.p-service .flex .bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #1a1814;
  opacity: 0.6;
  z-index: 100;
}
.p-service .flex .big-item {
  background-image: url(../images/home/img13.webp);
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}
.p-service .flex .big-item a {
  padding: 80px 10px;
}
.p-service .flex .big-item::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 10px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  transform: skew(45deg);
  z-index: 1000;
}
.p-service .flex .big .bg1-img {
  background-image: url(../images/home/img33.webp);
}
.p-service .flex .sub {
  display: flex;
  flex-wrap: wrap;
}
.p-service .flex .sub-item {
  width: 50%;
  background-image: url(../images/home/img5.webp);
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}
.p-service .flex .sub-item a {
  padding: 50px 10px;
}
.p-service .flex .sub-item::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 10px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  transform: skew(45deg);
  z-index: 1000;
}
.p-service .flex .sub-item:nth-child(2) {
  background-image: url(../images/home/img12.webp);
}
.p-service .flex .sub-item:nth-child(3) {
  background-image: url(../images/home/img10.webp);
}
.p-service .flex .sub-item:nth-child(4) {
  background-image: url(../images/home/img8.webp);
}
.p-service .flex .sub-item:nth-child(5) {
  background-image: url(../images/home/img21.jpg);
}
.p-service .flex .sub .bg2-img {
  background-image: url(../images/home/img27.webp);
}
.p-service .flex .sub .bg2-img2 {
  background-image: url(../images/home/img38.webp);
}
@media (min-width: 960px) {
  .p-service .flex {
    display: flex;
    cursor: pointer;
    flex-wrap: wrap;
  }
  .p-service .flex a h3 {
    font-size: 20px;
  }
  .p-service .flex .big {
    width: 40%;
  }
  .p-service .flex .big h3 {
    font-size: 24px;
  }
  .p-service .flex .big-item {
    height: 100%;
  }
  .p-service .flex .big-item a {
    padding: 140px 10px;
  }
  .p-service .flex .big-item::after {
    bottom: 30%;
  }
  .p-service .flex .sub {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .p-service .flex .sub-item {
    width: 50%;
  }
}

.p-header {
  width: 100%;
  height: 64px;
}
.p-header .logo__img {
  display: inline-block;
  margin: 0 0 0 10px;
}
.p-header .logo {
  background-image: url(../images/common/logo01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  width: 136px;
  opacity: 1;
  position: relative;
  z-index: 2000;
}
@media (max-width: 959px) {
  .p-header {
    height: 64px;
  }
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
.p-header .sp-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 8vh;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
.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%;
  background-color: #e8691c;
  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;
  color: #1a1814;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  padding-top: 25px;
  font-size: 14px;
}
.p-header .sp-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .sp-navbtn__container .sp2 {
  background-color: #2a3d6e;
}
.p-header .sp-navbtn__container .sp2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.p-header .sp-navbtn__container .sp3 {
  background-color: green;
}
.p-header .sp-navbtn__container .sp3 a::before {
  background-image: url(../images/common/icon-line-cta.png);
}
.p-header .sp-navbtn__container a:hover,
.p-header .sp-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .pc-navbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 10vh;
  width: 100%;
  z-index: 2000;
  transition: all 0.3s;
  background-color: #fff;
}
.p-header .pc-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 .pc-navbtn__container li {
  width: 49.5%;
  height: 100%;
  background-color: #e8691c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.p-header .pc-navbtn__container li p {
  font-size: 12px;
  padding-left: 35px;
}
.p-header .pc-navbtn__container .sp2 {
  background-color: #2a3d6e;
}
.p-header .pc-navbtn__container .sp2 a::before {
  background-image: url(../images/common/ico-mail-wh.png);
}
.p-header .pc-navbtn__container .sp3 {
  background-color: green;
}
.p-header .pc-navbtn__container .sp3 a::before {
  background-image: url(../images/common/icon-line-cta.png);
}
.p-header .pc-navbtn__container .sp3 a img {
  width: 65%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 50px;
  border: 4px solid #fff;
}
.p-header .pc-navbtn__container a {
  position: relative;
  color: #1a1814;
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-left: 35px;
  height: 100%;
}
.p-header .pc-navbtn__container a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 25px;
  width: 25px;
  background-image: url(../images/common/tel-white.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header .pc-navbtn__container a:hover,
.p-header .pc-navbtn__container a:active {
  text-decoration: underline;
}
.p-header .hide.sp-navbtn {
  transform: translateY(100%);
  transition: all 0.4s;
}
@media (min-width: 600px) {
  .p-header .logo__img {
    margin: 0 0 0 15px;
  }
  .p-header .logo {
    height: 57px;
    width: 173px;
  }
  .p-header .sp-navbtn {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .p-header {
    height: 80px;
  }
  .p-header .logo__img {
    margin: 0 0 0 15px;
  }
  .p-header .logo {
    height: 77px;
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .p-header .pc-container,
  .p-header .pc-navbtn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .p-header {
    height: 100px;
  }
  .p-header .pc-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8000;
    width: 100%;
    height: 100px;
    background-color: #1a1a1a;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(22, 32, 64, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-header .pc-container .pc-nav-list {
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(22, 32, 64, 0.15);
    margin-right: 3vw;
  }
  .p-header .pc-container .pc-nav-item {
    font-size: 16px;
    transition: all 0.3s;
    padding: 0 1.5vw;
    border-left: 1px solid #fff;
  }
  .p-header .pc-container .pc-nav-item a {
    color: #fff;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item a:hover {
    color: #fff;
  }
  .p-header .pc-container .pc-nav-item.hoverItem {
    position: relative;
  }
  .p-header .pc-container .pc-nav-item.hoverItem p {
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .p-header .pc-container .pc-nav-item.hoverItem p:hover {
    color: #1a1814;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 58px;
    left: -50%;
    width: 300px;
    padding: 30px;
    background-color: #162040;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(22, 32, 64, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: wrap;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li {
    margin: 0 15px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 15px 0 0;
    opacity: 0;
    transform: translateY(-5px);
    transition: all 0.3s ease;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li a {
    font-size: 16px;
    color: #fff;
  }
  .p-header .pc-container .pc-nav-item.hoverItem .dropDown li a:hover {
    color: #1a1814;
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover p::before {
    transform: rotate(270deg);
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .p-header .pc-container .pc-nav-item.hoverItem:hover .dropDown li {
    opacity: 1;
    transform: translateY(0);
  }
  .p-header .pc-container .logo__img {
    margin: 5px 0 0 30px;
  }
  .p-header .pc-container .logo {
    height: 95px;
    width: 210px;
  }
  .p-header .mobile-container,
  .p-header .mobile-menu {
    display: none;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateX(100%);
  z-index: -1;
  background-color: #fff;
}
.mobile-menu__nav {
  display: block;
  height: 100%;
  width: 100%;
  overflow: scroll;
}
.mobile-menu__list {
  width: 100%;
  list-style: none;
  padding: 110px 0 50px;
}
.mobile-menu__item {
  padding-bottom: 15px;
  font-size: 16px;
  letter-spacing: 2px;
  border-bottom: 1px solid #1a1814;
  margin: 0 30px 15px 30px;
  position: relative;
  z-index: 1000;
}
.mobile-menu__item ul {
  margin: 15px 30px 8px;
}
.mobile-menu__item ul li {
  margin-bottom: 12px;
  position: relative;
}
.mobile-menu__item ul li:last-child {
  margin-bottom: 0;
}
.mobile-menu__item ul li::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
}
.mobile-menu a {
  color: #1a1814;
  display: block;
  transition: all 0.3s;
}
.mobile-menu a:hover {
  color: #c9a84c;
}
@media (min-width: 600px) {
  .mobile-menu__nav {
    width: 60%;
  }
  .mobile-menu__item {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .mobile-menu__nav {
    width: 50%;
  }
  .mobile-menu__list {
    padding: 140px 0 50px;
  }
  .mobile-menu__item {
    margin: 0 50px 15px 50px;
  }
}

.mobile-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 64px;
  width: 100%;
  background-color: #1a1a1a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07), 0 1px 0 rgba(22, 32, 64, 0.1);
}
.mobile-container .mobile-button {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 3000;
  display: flex;
  align-items: center;
}
.mobile-container .cta-mobbile {
  display: none;
}
.mobile-container .mobile-menu__btn {
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  display: block;
}
.mobile-container .mobile-menu__btn > span {
  background-color: #fff;
  width: 25px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  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: 13px;
    right: 15px;
  }
  .mobile-container .cta-mobbile {
    display: block;
    margin-right: 15px;
  }
  .mobile-container .cta-mobbile a {
    display: block;
    border: 1px solid #1a1814;
    padding: 8px 20px 8px 35px;
    border-radius: 9999px;
    font-size: 14px;
    background-color: #1a1814;
    color: #fff;
    position: relative;
    transition: all 0.3s;
  }
  .mobile-container .cta-mobbile a::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/common/navbtn-icon-wh.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    transition: all 0.3s;
  }
  .mobile-container .cta-mobbile a:hover {
    background-color: #fff;
    color: #1a1814;
  }
  .mobile-container .cta-mobbile a:hover::before {
    background: url(../images/common/navbtn-icon.svg) no-repeat center/contain;
  }
  .mobile-container .mobile-menu__btn > span {
    width: 35px;
    margin-bottom: 8px;
  }
}
@media (min-width: 960px) {
  .mobile-container {
    height: 80px;
  }
  .mobile-container .mobile-button {
    top: 17px;
    right: 20px;
  }
  .mobile-container .cta-mobbile a {
    padding: 10px 25px 10px 45px;
    font-size: 17px;
  }
  .mobile-container .cta-mobbile a::before {
    content: "";
    width: 22px;
    height: 22px;
    left: 15px;
  }
}

.menu-open.mobile-menu {
  z-index: 8000;
  transition: all 0.5s;
  transform: translateX(0);
}
.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;
}
@media (min-width: 600px) {
  .menu-open.mobile-menu {
    transform: translateX(40%);
  }
}
@media (min-width: 960px) {
  .menu-open.mobile-menu {
    transform: translateX(50%);
  }
}
.menu-open .mobile-menu__btn > span {
  background-color: #fff !important;
}
.menu-open .mobile-menu__btn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(8px) 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(-8px) 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(20px);
}

.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(20px);
}

.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.8s;
  opacity: 0;
}
.appear.inview .item {
  opacity: 1;
  transform: none;
}
.appear.inview .item:nth-child(1) {
  transition-delay: 0.6s;
}
.appear.inview .item:nth-child(2) {
  transition-delay: 1.2s;
}
.appear.inview .item:nth-child(3) {
  transition-delay: 1.8s;
}
.appear.inview .item:nth-child(4) {
  transition-delay: 2.4s;
}
.appear.inview .item:nth-child(5) {
  transition-delay: 3s;
}
.appear.inview .item:nth-child(6) {
  transition-delay: 3.6s;
}
.appear.inview .item:nth-child(7) {
  transition-delay: 4.2s;
}
.appear.inview .item:nth-child(8) {
  transition-delay: 4.8s;
}
.appear.inview .item:nth-child(9) {
  transition-delay: 5.4s;
}
.appear.inview .item:nth-child(10) {
  transition-delay: 6s;
}
.appear.inview .item:nth-child(11) {
  transition-delay: 6.6s;
}
.appear.inview .item:nth-child(12) {
  transition-delay: 7.2s;
}
.appear.inview .item:nth-child(13) {
  transition-delay: 7.8s;
}
.appear.inview .item:nth-child(14) {
  transition-delay: 8.4s;
}
.appear.inview .item:nth-child(15) {
  transition-delay: 9s;
}
.appear.inview .item:nth-child(16) {
  transition-delay: 9.6s;
}
.appear.inview .item:nth-child(17) {
  transition-delay: 10.2s;
}
.appear.inview .item:nth-child(18) {
  transition-delay: 10.8s;
}
.appear.inview .item:nth-child(19) {
  transition-delay: 11.4s;
}
.appear.inview .item:nth-child(20) {
  transition-delay: 12s;
}
.appear.inview .item:nth-child(21) {
  transition-delay: 12.6s;
}
.appear.inview .item:nth-child(22) {
  transition-delay: 13.2s;
}
.appear.inview .item:nth-child(23) {
  transition-delay: 13.8s;
}
.appear.inview .item:nth-child(24) {
  transition-delay: 14.4s;
}
.appear.inview .item:nth-child(25) {
  transition-delay: 15s;
}
.appear.inview .item:nth-child(26) {
  transition-delay: 15.6s;
}
.appear.inview .item:nth-child(27) {
  transition-delay: 16.2s;
}
.appear.inview .item:nth-child(28) {
  transition-delay: 16.8s;
}
.appear.inview .item:nth-child(29) {
  transition-delay: 17.4s;
}
.appear.inview .item:nth-child(30) {
  transition-delay: 18s;
}
.appear.inview .item:nth-child(31) {
  transition-delay: 18.6s;
}
.appear.inview .item:nth-child(32) {
  transition-delay: 19.2s;
}
.appear.inview .item:nth-child(33) {
  transition-delay: 19.8s;
}
.appear.inview .item:nth-child(34) {
  transition-delay: 20.4s;
}
.appear.inview .item:nth-child(35) {
  transition-delay: 21s;
}
.appear.inview .item:nth-child(36) {
  transition-delay: 21.6s;
}
.appear.inview .item:nth-child(37) {
  transition-delay: 22.2s;
}
.appear.inview .item:nth-child(38) {
  transition-delay: 22.8s;
}
.appear.inview .item:nth-child(39) {
  transition-delay: 23.4s;
}

.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: #eaecf5;
  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%;
}

.faq-contents .faq .ac-title.is-active {
  transition: all 3s;
}
.faq-contents .faq .ac-title.is-active .q {
  color: #fff;
}
.faq-contents .faq .ac-title.is-active .q::before {
  background-color: #1a1814;
}
.faq-contents .faq .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;
}

.tab-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 3vw;
  border-bottom: 1px solid rgb(143, 143, 143);
}
@media (min-width: 600px) {
  .tab-group {
    justify-content: center;
  }
}

.panel {
  display: none;
}

.tab-cate {
  text-align: center;
  border-bottom: 3px solid #1a1814;
  padding-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.tab-cate .tab {
  padding: 10px 5px;
  border: 1px solid gray;
  font-weight: bold;
  color: gray;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  width: 46%;
  margin: 5px;
  background: #1a1814;
  color: #fff;
}
@media (min-width: 960px) {
  .tab-cate .tab {
    font-size: 20px;
    padding: 15px 15px;
    width: 25%;
  }
}
@media (min-width: 960px) {
  .tab-cate {
    justify-content: center;
    padding-bottom: 17px;
  }
}

.tab.is-active {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #1a1814;
  border: 1px solid #1a1814;
}

.tab.is-active2 {
  color: #fff;
  transition: all 0.2s ease-out;
  background-color: #9e0808;
  border: 1px solid #9e0808;
}

.panel.is-show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.panel.is-show .mv {
  display: block;
}

.panel2.is-show2 {
  display: block;
}

.panel-group {
  padding: 2vw 0vw;
}

.name {
  margin-bottom: 10px;
}

.panel .mv {
  display: none;
}
.panel__item {
  width: 47%;
  padding: 3vw 0;
}
.panel__img {
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .panel__item {
    width: 30%;
    padding: 3vw 0;
  }
  .panel .name {
    font-size: 24px;
  }
  .panel .price {
    font-size: 24px;
  }
  .panel__img {
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */