@charset "UTF-8";

/*----------------------------------------
Variables
----------------------------------------*/
/*

# Color */
/* $black: #111; */
/* $white: #fff; */
/* $glay: #777; */
/* $glay-black: #999; */
/* $pink: #BBA79B; */
/* $pink-white: #fbeee4; */
/* $red: #e66f00; */
/* $white-gray: #f5f5f5; */
/* $white-gray2: #f9f9f9; */
/* $breadcrumbs: #f9f9f9; */
/* $color-copyright: #ccc; */
/* $color-input: #f8f8f8; */
/*

# Border */
/* $color-border: #ddd; */
/* $color-border-black: #111; */
/* $color-border-gray: #555; */
/* $color-border-table: #e5e5e5; */
/*

# ScrollBar */
/* $color-track: #f1f1f1; */
/* $color-thumb: #c1c1c1; */
/*

# Shadow */
/* $shadow: rgba(#333, .05); */
/* $shadow-hover: rgba(#333, .1); */
/*

# Hover */
/* $opacity: .7; */
/*

# Font Family */
/* $font: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; */
/* $font-en: "Lato", "Noto Sans Japanese", Arial, Helvetica; */
/* $font-cn: "Microsoft Yahei", "PingHei"; */
/* $font-kr: "Malgun Gothic", "Yoon Gothic"; */
/*

# Font Weight */
/* $light: 300; */
/* $regular:400; */
/* $medium: 500; */
/* $bold: 900; */
/*

# Width */
/* $outer-width: 1200px; */
/* $content-width: 1080px; */
/*

# Easing */
/* $ease: cubic-bezier(.19, 1, .22, 1); */
/*


/** 20230623 **/ figure {margin-bottom: 0;}
/*----------------------------------------
Extend
----------------------------------------*/
.p-footer-contact-info-btn, .p-footer-address-link, .p-header-contact-block, .c-btn-body, .c-pager-btn:not(.is-current), .p-about-info-col-btn-body, .p-home-shop-info-col-btn-body {
  position: relative;
  overflow: hidden;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.p-footer-contact-info-btn:hover, .p-footer-address-link:hover, .p-header-contact-block:hover, .c-btn-body:hover, .c-pager-btn:hover:not(.is-current), .p-about-info-col-btn-body:hover, .p-home-shop-info-col-btn-body:hover {
  color: #fff;
}

.p-footer-contact-info-btn:hover::before, .p-footer-address-link:hover::before, .p-header-contact-block:hover::before, .c-btn-body:hover::before, .c-pager-btn:not(.is-current):hover::before, .p-about-info-col-btn-body:hover::before, .p-home-shop-info-col-btn-body:hover::before {
  -webkit-animation: c-btn-enter 0.4s cubic-bezier(0.19, 1, 0.22, 1) 1;
          animation: c-btn-enter 0.4s cubic-bezier(0.19, 1, 0.22, 1) 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-footer-contact-info-btn::before, .p-footer-address-link::before, .p-header-contact-block::before, .c-btn-body::before, .c-pager-btn:not(.is-current)::before, .p-about-info-col-btn-body::before, .p-home-shop-info-col-btn-body::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #111;
  content: "";
  transform: translateX(-100%);
  -webkit-animation: c-btn-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: c-btn-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes c-btn-enter {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes c-btn-enter {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes c-btn-leave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes c-btn-leave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

/*----------------------------------------
Keyframes
----------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*----------------------------------------
add_to_any
----------------------------------------*/
.a2a_kit a {
  margin: 0 10px;
  padding: 0;
}

.a2a_mini {
  width: 312px !important;
}

.a2a_svg {
  background: none !important;
}

.a2a_svg svg {
  width: 28px;
  height: 28px;
}

.a2a_svg svg,
.a2a_svg path,
.a2a_svg g {
  fill: #111;
}

.a2a_full {
  height: 340px !important;
}

.a2a_full_footer {
  padding: 18px 14px !important;
}

.a2a_menu a {
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif !important;
  color: #111 !important;
}

.a2a_mini_services {
  overflow: hidden;
  padding: 6px !important;
}

.a2a_menu_show_more_less span {
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-size: 1.4rem;
}

/*--------------------
Swiper 4.5.1
--------------------*/
.swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  transition-property: transform, height;
  align-items: flex-start;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px 44px;
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007aff;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -ms-touch-action: none;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  content: '';
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  z-index: -1000;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*----------------------------------------
p-footer
----------------------------------------*/
.l-footer {
  display: block;
  padding: 0 0 120px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 0 60px;
  }
}

.p-footer-contact {
  position: relative;
  padding: 80px 0;
  background: #BBA79B;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-footer-contact {
    padding: 60px 0 40px;
  }
}

.p-footer-contact.is-active::after {
  left: 100%;
}

.p-footer-contact::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  pointer-events: none;
  content: "";
  transition: left cubic-bezier(0.19, 1, 0.22, 1) 1.4s;
}

.p-footer-contact .c-headline {
  padding: 0 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .p-footer-contact .c-headline {
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-footer-contact-info {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 0;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-footer-contact-info {
    display: block;
  }
}

.p-footer-contact-info-desc {
  position: relative;
  width: 33.33%;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .p-footer-contact-info-desc {
    width: 100%;
    padding: 10px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-contact-info-desc {
    padding: 10px 20px;
  }
}

.p-footer-contact-info-center {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-footer-contact-info-btn {
  display: block;
  height: 100%;
  min-height: 80px;
  border: 1px solid #fff;
  background: #fff;
  color: #BBA79B;
}

.p-footer-contact-info-btn::before {
  background: #fbeee4;
}

.p-footer-contact-info-btn:hover {
  color: #BBA79B;
}

.p-footer-contact-info-btn.is-tel {
  padding: 30px 0;
  background: none;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .p-footer-contact-info-btn.is-tel {
    padding: 20px 0;
  }
}

.p-footer-contact-info-btn.is-tel::before {
  display: none;
}

.p-footer-contact-info-icon {
  margin: 0 10px 0 0;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 1050px) {
  .p-footer-contact-info-icon {
    margin: 0 5px 0 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
}


@media screen and (max-width: 1024px) {
  .p-footer-contact-info-icon {
    margin: 0 5px 0 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-footer-contact-info-icon.is-tel {
  transform: rotate(90deg) translateX(-4px);
}

@media screen and (max-width: 1024px) {
  .p-footer-contact-info-icon.is-tel {
    transform: rotate(90deg) translateX(-2px);
  }
}

.p-footer-contact-info-icon.is-email {
  font-weight: normal;
  transform: translateY(2px);
}

.p-footer-contact-info-info, .p-footer-contact-info-number, .p-footer-contact-info-time {
  position: relative;
  z-index: 1;
}

.p-footer-contact-info-number {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
}

@media screen and (max-width: 1050px) {
  .p-footer-contact-info-number {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1024px) {
  .p-footer-contact-info-number {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.p-footer-contact-info-text {
  font-size: 22px;
  font-size: 1.8rem;
  font-weight: 900;
}

@media screen and (max-width: 1050px) {
  .p-footer-contact-info-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-footer-contact-info-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-footer-contact-info-time {
  display: block;
  padding: 10px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .p-footer-contact-info-time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-footer-contact-info-time-ttl {
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: left;
  vertical-align: top;
}

.p-footer-contact-info-time-txt {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.p-footer-bnr {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 0;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-footer-bnr {
    padding: 40px 30px 0;
    flex-wrap: wrap;
  }
}

.p-footer-bnr-item {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .p-footer-bnr-item {
    margin: 0 0 30px;
    padding: 0;
  }
}

.p-footer-bnr-item:first-child {
  padding-left: 0;
}

.p-footer-bnr-item:last-child {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .p-footer-bnr-item:last-child {
    margin: 0;
  }
}

.p-footer-bnr-img {
  max-height: 90px;
}

.p-global-footer {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background: #fff;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-global-footer {
    position: relative;
    display: block;
    padding: 40px 30px;
  }
}

.p-footer-address-list {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .p-footer-address-list {
    display: block;
  }
}

.p-footer-address-ttl {
  padding: 0 30px 0 0;
}

@media screen and (max-width: 1024px) {
  .p-footer-address-ttl {
    padding: 0 120px 0 0;
    width: 100%;
  }
}

.p-footer-address-logo-img {
  max-height: 58px;
}

@media screen and (max-width: 767px) {
  .p-footer-address-logo-img {
    max-width: 120px;
  }
}

.p-footer-address-desc {
  padding: 0 20px 1.5em 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #777;
}

@media screen and (max-width: 1024px) {
  .p-footer-address-desc {
    padding: 30px 0 0 0;
    font-weight: 900;
  }
}

.p-footer-address-desc p:not([class]) {
  margin: 0 0 10px;
}

.p-footer-address-link {
  display: inline-block;
  margin: 0.5em 0 0 0;;
  padding: 5px 15px;
  border: 1px solid #ddd;
  color: #777;
}

.p-footer-address-link::before {
  right: -10px;
  left: -10px;
  background: #555;
}

.p-footer-address-link-icon, .p-footer-address-link-text {
  position: relative;
  z-index: 1;
}

.p-footer-address-link-icon {
  margin: 0 2px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-footer-address-link-text {
  font-size: 12px;
  font-size: 1.2rem;
}

.p-footer-nav-items {
  display: flex;
  margin: -10px 0 80px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .p-footer-nav-items {
    display: none;
  }
}

.p-footer-nav-item {
  margin: 0 5px;
}

.p-footer-nav-link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  letter-spacing: 0.15rem;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.p-footer-nav-link::before {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: block;
  height: 3px;
  background: #BBA79B;
  content: "";
  -webkit-animation: nav-link-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: nav-link-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-footer-nav-link:hover {
  color: #BBA79B;
}

.p-footer-nav-link:hover::before {
  -webkit-animation: nav-link-enter 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: nav-link-enter 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-footer-sns {
  display: flex;
  margin: 0 0 20px;
  padding: 0 15px;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .p-footer-sns {
    position: absolute;
    top: 50px;
    right: 10px;
  }
}

.p-footer-sns-item {
  margin: 0 0 0 5px;
}

@media screen and (max-width: 1024px) {
  .p-footer-sns-item {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 374px) {
  .p-footer-sns-item {
    margin: 0 0 0 5px;
  }
}

.p-footer-sns-link {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.p-footer-sns-link:hover {
  color: #BBA79B;
}

.p-footer-sns-icon {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .p-footer-sns-icon {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.p-footer-copyright {
  display: block;
  padding: 0 22px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ccc;
  text-align: right;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 1024px) {
  .p-footer-copyright {
    margin: 40px 0 0;
    padding: 0;
    text-align: left;
  }
}

/*----------------------------------------
p-header
----------------------------------------*/
.l-header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
}

.p-header {
  position: relative;
  display: flex;
  max-width: 100%;
  padding: 0 126px 0 200px;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 1470px) {
  .p-header {
    padding: 0;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-header {
    min-height: 63px;
  }
}

.p-header-logo {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1470px) {
  .p-header-logo {
    position: static;
    transform: none;
  }
}

.p-header-logo-link {
  display: block;
  padding: 20px;
}

@media screen and (max-width: 1470px) {
  .p-header-logo-link {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-header-logo-link {
    padding: 12px 20px;
  }
}

.p-header-logo-img {
  max-height: 58px;
}

@media screen and (max-width: 767px) {
  .p-header-logo-img {
    max-height: 36px;
  }
}

.p-header-tel {
  padding: 5px 20px;
}

@media screen and (max-width: 1470px) {
  .p-header-tel {
    display: none;
  }
}

.p-header-tel-block {
  padding: 20px 20px 20px 0;
  text-align: center;
}

.p-header-tel-number {
  margin: 0 0 10px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  color: #BBA79B;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  white-space: nowrap;
}

.p-header-tel-icon {
  font-size: 20px;
  font-size: 2rem;
  transform: rotate(90deg) translateX(-2px);
}

.p-header-tel-time {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.5;
}

.p-header-tel-time-ttl {
  display: inline-block;
  margin: 0 2px 0 0;
  text-align: left;
  vertical-align: top;
}

.p-header-tel-time-txt {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.p-header-contact {
  width:auto;
  height:108px;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1470px) {
  .p-header-contact {
    display: none;
  }
}

.p-header-contact-block {
  position: relative;
  display: block;
  width: 140px;
  height: 100%;
  background: #BBA79B;
  color: #fff;
  text-align: center;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  align-items: center;
}

.p-header-contact-block::before {
  background: #fbeee4;
}

.p-header-contact-block:hover {
  color: #BBA79B;
}

.p-header-contact-center {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.p-header-contact-icon {
  margin: 0 0 10px;
  font-size: 30px;
  font-size: 3rem;
}

.p-header-contact-ttl {
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 1470px) {
  .p-gnav {
    display: none;
  }
}

.p-gnav-list {
  display: flex;
}

.p-gnav-link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 45px 25px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  letter-spacing: 0.15rem;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.p-gnav-link::before {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: block;
  height: 3px;
  background: #BBA79B;
  content: "";
  -webkit-animation: nav-link-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: nav-link-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-gnav-link:hover, .p-gnav-link.is-active {
  color: #BBA79B;
}

.p-gnav-link:hover::before, .p-gnav-link.is-active::before {
  -webkit-animation: nav-link-enter 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: nav-link-enter 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-burger-icon {
  position: relative;
  display: none;
  width: 100px;
  height: 100px;
  border: 0;
  background: none;
}

@media screen and (max-width: 1470px) {
  .p-burger-icon {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-burger-icon {
    width: 63px;
    height: 63px;
  }
}

.p-burger-icon-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2.5px;
  background: #111;
  transform: translate(-50%, -50%);
}

.p-burger-icon-line:first-child {
  margin: -8px 0 0;
}

.p-burger-icon-line:last-child {
  margin: 8px 0 0;
}

/*----------------------------------------
p-sp-menu
----------------------------------------*/
body[data-menu="active"] .p-sp-menu {
  pointer-events: auto;
}

body[data-menu="active"] .p-sp-menu-bg {
  transform: translateX(0);
}

body[data-menu="active"] .p-sp-menu-container {
  opacity: 1;
}

.p-sp-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 1470px) {
  .p-sp-menu {
    display: block;
  }
}

.p-sp-menu-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #BBA79B;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
  transform: translateX(-100%);
}

.p-sp-menu-container {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  height: 100%;
  opacity: 0;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 1.2s;
}

.p-sp-menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border: 0;
  background: none;
}

@media screen and (max-width: 767px) {
  .p-sp-menu-btn {
    width: 63px;
    height: 63px;
  }
}

.p-sp-menu-btn-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2.5px;
  background: #fff;
}

.p-sp-menu-btn-line:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-sp-menu-btn-line:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-sp-menu-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 120px 0 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-sp-menu-inner {
    padding: 40px 0 80px;
  }
}

.p-sp-menu-items {
  display: flex;
  margin: 0 0 40px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-sp-menu-items {
    margin: 0 0 20px;
  }
}

.p-sp-menu-item {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .p-sp-menu-item {
    width: 100%;
  }
}

.p-sp-menu-link {
  display: block;
  padding: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 1.5px;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 767px) {
  .p-sp-menu-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-sp-menu-tel {
  margin: 0 0 10px;
  padding: 10px 40px;
}

@media screen and (max-width: 767px) {
  .p-sp-menu-tel {
    padding: 5px 20px;
  }
}

.p-sp-menu-tel-btn {
  color: #fff;
}

.p-sp-menu-tel-block {
  padding: 20px 5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}

.p-sp-menu-tel-number {
  margin: 0 0 10px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
}

.p-sp-menu-tel-icon {
  font-size: 20px;
  font-size: 2rem;
  transform: rotate(90deg) translateX(-2px);
}

.p-sp-menu-tel-ttl {
  margin: 0 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
}

.p-sp-menu-tel-time {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-sp-menu-tel-time-ttl {
  display: inline-block;
  margin: 0 5px 0 0;
  text-align: left;
  vertical-align: top;
}

.p-sp-menu-tel-time-txt {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.p-sp-menu-contact {
  padding: 10px 40px;
}

@media screen and (max-width: 767px) {
  .p-sp-menu-contact {
    padding: 5px 20px;
  }
}

.p-sp-menu-contact-block {
  position: relative;
  display: block;
  padding: 24px 0;
  background: #fff;
  color: #BBA79B;
  text-align: center;
}

.p-sp-menu-contact-icon {
  margin: 0 10px 0 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  vertical-align: middle;
}

.p-sp-menu-contact-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
}

/*----------------------------------------
p-pagetop
----------------------------------------*/
.p-pagetop {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 40px;
  padding: 25px 20px 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(10px);
}

@media screen and (max-width: 767px) {
  .p-pagetop {
    right: 10px;
    bottom: 20px;
  }
}

.p-pagetop.is-active {
  opacity: 1;
  transform: translateY(0);
}

.p-pagetop-btn {
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-width: 1px 0 0 1px;
  outline: none;
  background: none;
  cursor: pointer;
  transform: rotate(45deg);
  transform-origin: center center;
}

/*----------------------------------------
js-animate
----------------------------------------*/
.js-animate-fade-in {
  opacity: 0;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.js-animate-fade-in.is-active {
  opacity: 1;
}

.js-animate-zoom-in {
  opacity: 0;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .8s;
  transform: scale(0.9);
}

.js-animate-zoom-in.is-active {
  opacity: 1;
  transform: scale(1);
}

.js-animate-fly-in-top {
  opacity: 0;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-30px);
}

.js-animate-fly-in-top.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-animate-fly-in-bottom {
  opacity: 0;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(30px);
}

.js-animate-fly-in-bottom.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-animate-fly-in-left {
  opacity: 0;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(-30px);
}

.js-animate-fly-in-left.is-active {
  opacity: 1;
  transform: translateY(0);
}

.js-animate-fly-in-right {
  opacity: 0;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(30px);
}

.js-animate-fly-in-right.is-active {
  opacity: 1;
  transform: translateY(0);
}

@-webkit-keyframes nav-link-enter {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes nav-link-enter {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes nav-link-leave {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(130%);
  }
}

@keyframes nav-link-leave {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(130%);
  }
}

@-webkit-keyframes line-link-after-enter {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes line-link-after-enter {
  0% {
    transform: translateX(-130%);
  }
  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes line-link-after-leave {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes line-link-after-leave {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}

/*----------------------------------------
c-articles-grid
----------------------------------------*/
.c-articles-grid-col,
.c-articles-grid-col2,
.c-articles-grid-col3,
.c-articles-grid-col4 {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-articles-grid-col,
  .c-articles-grid-col2,
  .c-articles-grid-col3,
  .c-articles-grid-col4 {
    margin: 0 -10px 20px;
  }
}

.c-articles-grid-col .c-articles-grid-item,
.c-articles-grid-col2 .c-articles-grid-item,
.c-articles-grid-col3 .c-articles-grid-item,
.c-articles-grid-col4 .c-articles-grid-item {
  margin: 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .c-articles-grid-col .c-articles-grid-item,
  .c-articles-grid-col2 .c-articles-grid-item,
  .c-articles-grid-col3 .c-articles-grid-item,
  .c-articles-grid-col4 .c-articles-grid-item {
    margin: 0 0 25px;
  }
}

.c-articles-grid-col2 .c-articles-grid-item {
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .c-articles-grid-col2 .c-articles-grid-item {
    width: 100%;
  }
}

.c-articles-grid-col3 .c-articles-grid-item {
  width: calc(99.99999% / 3);
  padding: 0 10px;
}

@media screen and (max-width: 1024px) {
  .c-articles-grid-col3 .c-articles-grid-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-articles-grid-col3 .c-articles-grid-item {
    width: 100%;
  }
}

.c-articles-grid-col4 .c-articles-grid-item {
  width: 25%;
  padding: 0 10px;
}

@media screen and (max-width: 1024px) {
  .c-articles-grid-col4 .c-articles-grid-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-articles-grid-col4 .c-articles-grid-item {
    width: 100%;
  }
}

.c-article-post {
  display: block;
  background: #fff;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.05);
  transition: box-shadow cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.c-article-post:hover {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}

.c-article-post:hover .c-article-post-thumb-img {
  transform: scale(1.1);
}

.c-article-post-thumb {
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.c-article-post-thumb::after {
  display: block;
  padding: 60% 0 0;
  content: "";
}

.c-article-post-thumb-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center no-repeat;
  background-size: cover;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.c-article-post-thumb-src {
  display: none;
}

.c-article-post-text {
  position: relative;
  padding: 25px 25px 0;
}

.c-article-post-text::after {
  display: block;
  padding: 0 0 80px;
  content: "";
}

.c-article-post-cat {
  display: inline-block;
  margin: 0 0 10px;
  vertical-align: middle;
}

.c-article-post-cat-item {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 4px 10px;
  background: #BBA79B;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
}

.c-article-post-ttl {
  margin: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
}

.c-article-post-lead {
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #777;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-article-post-date {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 0;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
  vertical-align: middle;
}

.c-article-post-more {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
}

.c-article-post-more-icon {
  margin: 0 5px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

/*----------------------------------------
c-breadcrumbs
----------------------------------------*/
.c-breadcrumbs {
  background: #f9f9f9;
}

@media screen and (max-width: 1024px) {
  .c-breadcrumbs {
    display: none;
  }
}

.c-breadcrumbs-items {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}

.c-breadcrumbs-item {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

.c-breadcrumbs-item:last-child::after {
  display: none;
}

.c-breadcrumbs-item::after {
  display: inline-block;
  margin: 0 10px;
  content: "-";
}

.c-breadcrumbs-link {
  color: #999;
}

/*----------------------------------------
c-btn
----------------------------------------*/
.c-btn {
  text-align: center;
}

.c-btn-body {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 20px 75px;
  border: 2px solid #111;
  background: none;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2.5px;
  letter-spacing: 0.25rem;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .c-btn-body {
    width: 100%;
    padding: 20px 0;
  }
}

.c-btn-txt {
  position: relative;
  z-index: 0;
}

.c-btn-white .c-btn-body {
  border-color: #fff;
  color: #fff;
}

.c-btn-white .c-btn-body:hover {
  color: #111;
}

.c-btn-white .c-btn-body::before {
  background: #fff;
}

.c-btn-black .c-btn-body {
  border-color: #111;
  background: #111;
  color: #fff;
}

.c-btn-black .c-btn-body:hover {
  color: #111;
}

.c-btn-black .c-btn-body::before {
  background: #fff;
}

/*----------------------------------------
c-form
----------------------------------------*/
.c-form {
  display: block;
  width: 100%;
}

.c-form-lead {
  margin: 0 0 50px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-form-lead {
    margin: 0 0 30px;
  }
}

.c-form-lead p:not([class]) {
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .c-form-table, .c-form-tbody, .c-form-row, .c-form-ttl, .c-form-cnt {
    display: block;
  }
}

.c-form-table {
  width: 100%;
  margin: 0 0 50px;
}

.c-form-ttl, .c-form-cnt {
  vertical-align: top;
}

.c-form-ttl {
  padding: 20px 0;
  white-space: nowrap;
  text-align: left;
  line-height: 1.6;
}

.c-form-cnt {
  padding: 20px 0 20px 40px;
}

@media screen and (max-width: 767px) {
  .c-form-cnt {
    padding: 0 0 20px;
  }
}

.c-form-cnt .error {
  margin: 10px 0 0;
}

.c-form-cnt .horizontal-item {
  display: inline-block;
  padding: 5px 0;
}

.c-form-label {
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  justify-content: left;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-form-label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-form-label-txt, .c-form-label-val {
  display: block;
	white-space: normal;
}

.c-form-label-val {
  margin: 0 15px 0 0;
  padding: 10px 13px;
  background: #e66f00;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-form-label-val {
    margin: 0 10px 0 0;
    padding: 5px 8px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.c-form-label-val.is-any {
  background: #777;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.c-form textarea,
.c-form select {
  width: 100%;
  padding: 20px 30px;
  border: 1px solid transparent;
  background: #f8f8f8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.05rem;
  transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 767px) {
  .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
  .c-form textarea,
  .c-form select {
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder,
.c-form select::-webkit-input-placeholder {
  color: #ccc;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::-moz-placeholder,
.c-form textarea::-moz-placeholder,
.c-form select::-moz-placeholder {
  color: #ccc;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder,
.c-form select:-ms-input-placeholder {
  color: #ccc;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder,
.c-form select::-ms-input-placeholder {
  color: #ccc;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::placeholder,
.c-form textarea::placeholder,
.c-form select::placeholder {
  color: #ccc;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):hover, .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus,
.c-form textarea:hover,
.c-form textarea:focus,
.c-form select:hover,
.c-form select:focus {
  border-color: #BBA79B;
}

.c-form textarea {
  width: 100%;
  min-height: 80px;
  resize: vertical;
}

.c-form input[type="radio"], .c-form input[type="checkbox"] {
  display: none;
}

.c-form input[type="radio"] + span, .c-form input[type="checkbox"] + span {
  position: relative;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 0 0 0 28px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

.c-form input[type="radio"] + span::before, .c-form input[type="checkbox"] + span::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #777;
  background: #fff;
  vertical-align: sub;
  content: "";
}

.c-form input[type="radio"] + span::after, .c-form input[type="checkbox"] + span::after {
  position: absolute;
  top: 6px;
  left: 4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-form input[type="radio"]:checked + span::after, .c-form input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.c-form input[type="radio"] + span::before {
  border-radius: 50%;
}

.c-form input[type="radio"] + span::after {
  border-radius: 50%;
  background: #111;
}

.c-form input[type="checkbox"] + span::before {
  border-width: 2px;
  border-radius: 1px;
}

.c-form input[type="checkbox"] + span::after {
  top: 4px;
  left: 6px;
  width: 5px;
  border: solid #111;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.c-form-privacy {
  padding: 20px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-form-privacy {
    padding: 10px;
  }
}

.c-form-privacy-inner {
  overflow-y: auto;
  max-height: 200px;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .c-form-privacy-inner {
    padding: 10px;
  }
}

.c-form-privacy-list-item {
  margin: 0 0 40px;
}

.c-form-privacy-ttl {
  margin: 0 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-form-privacy-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-form-privacy-subttl {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .c-form-privacy-subttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-form-privacy-txt {
  margin: 0 0 40px;
}

.c-form-privacy-order {
  counter-reset: order 0;
}

.c-form-privacy-order.is-child {
  margin: -10px 0 30px;
}

.c-form-privacy-order-txt {
  margin: 0 0 20px;
}

.c-form-privacy-order-item {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 24px;
}

.c-form-privacy-order-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #111;
  content: counter(order) ".";
  counter-increment: order 1;
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 767px) {
  .c-form-privacy-order-item::before {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.c-form-consent {
  padding: 50px 0 40px;
  text-align: center;
}

.c-form-consent label {
  font-weight: 900;
}

.c-form-consent .error {
  margin: 10px 0 0;
}

.c-form .c-btn br {
  display: none;
}

.c-form .c-btn-body {
  display: inline-block;
  margin: 15px;
}

@media screen and (max-width: 1024px) {
  .c-form .c-btn-body {
    margin: 0 0 15px;
  }
}

.mw_wp_form_confirm .is-confirm-none {
  display: none;
}

.mw_wp_form_input .c-form-lead__confirm, .mw_wp_form_confirm .c-form-lead{
  display: none;
}

.mw_wp_form_confirm .c-form-lead__confirm{
  display: block;
}

.mw_wp_form_confirm .c-form-ttl {
  padding: 20px 0;
}

.mw_wp_form_confirm .c-form-cnt {
  padding: 20px 0 20px 40px;
  background: #f8f8f8;
}

@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .c-form-cnt {
    padding: 20px;
  }
}

.mw_wp_form_confirm .c-form-label-val {
  display: none;
}

/*----------------------------------------
c-gadget
----------------------------------------*/
.c-gadget-ttl {
  margin: 0 0 20px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
}

.c-gadget-items {
  margin: 0 0 60px;
}

.c-gadget-item {
  margin: 0 0 5px;
}

.c-gadget-item-link {
  position: relative;
  display: block;
  padding: 5px 0 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
}

.c-gadget-item-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  background: #111;
  content: "";
}

.c-gadget-posts {
  margin: 0 0 60px;
}

.c-gadget-post {
  border-bottom: 1px solid #ddd;
}

.c-gadget-post:first-of-type {
  border-top: 1px solid #ddd;
}

.c-gadget-post-link {
  display: block;
  padding: 15px 0;
}

.c-gadget-post-date {
  display: block;
  margin: 0 0 5px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
}

.c-gadget-post-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

/*----------------------------------------
c-page-headline
----------------------------------------*/
.c-page-headline {
  position: relative;
  text-align: left;
}

.c-page-headline-ttl {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

@media screen and (max-width: 1024px) {
  .c-page-headline-ttl {
    padding: 40px 30px;
  }
}

.c-page-headline-text {
  position: relative;
  display: block;
  padding: 30px 0;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 900;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 1024px) {
  .c-page-headline-text {
    padding: 24px 0;
    font-size: 28px;
    font-size: 2.8rem;
    color: #fff;
    letter-spacing: 5px;
    letter-spacing: 0.5rem;
  }
}

.c-page-headline-text::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #BBA79B;
  content: "";
}

.c-page-headline-bg, .c-page-headline-bg-mobile {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% - 500px);
  background: no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .c-page-headline-bg, .c-page-headline-bg-mobile {
    display: none;
  }
}

.c-page-headline-bg::before, .c-page-headline-bg-mobile::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(17, 17, 17, 0.6);
  content: "";
}

@media screen and (max-width: 1024px) {
  .c-page-headline-bg::before, .c-page-headline-bg-mobile::before {
    display: block;
  }
}

.c-page-headline-bg-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .c-page-headline-bg-mobile {
    left: 0;
    display: block;
  }
}

/*----------------------------------------
c-pagination
----------------------------------------*/
.c-pagination {
  text-align: center;
}

.c-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-pager-item {
  margin: 5px;
}

.c-pager-btn {
  display: block;
  border: 1px solid #555;
}

.c-pager-btn.is-current {
  background: #111;
  color: #fff;
}

.c-pager-btn-txt {
  position: relative;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 58px;
}

/*----------------------------------------
c-single-pager
----------------------------------------*/
.c-single-pager {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-single-pager {
    padding: 60px 0;
  }
}

.c-single-pager-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-single-pager-item.is-none {
  pointer-events: none;
  opacity: 0;
}

.c-single-pager-item.is-prev:hover .c-single-pager-item-icon {
  transform: translateX(-5px);
}

.c-single-pager-item.is-next:hover .c-single-pager-item-icon {
  transform: translateX(5px);
}

.c-single-pager-item-body {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-single-pager-item-body {
    padding: 10px 0;
  }
}

.c-single-pager-item-icon {
  font-size: 14px;
  font-size: 1.4rem;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.c-single-pager-item-txt {
  padding: 0 20px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

.c-single-pager-item-list {
  display: block;
  width: 80px;
  padding: 0 20px;
}

.c-single-pager-item-list .c-single-pager-item-body {
  position: relative;
}

.c-single-pager-item-list .c-single-pager-item-body::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background: rgba(222, 210, 200, 0.1);
  pointer-events: none;
  content: "";
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0);
  transform-origin: center;
}

.c-single-pager-item-list .c-single-pager-item-body:hover::before {
  transform: scale(1);
}

.c-single-pager-item-list-icon {
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-size: 2.2rem;
  color: #BBA79B;
}

/*----------------------------------------
c-sub-ttl
----------------------------------------*/
.c-sub-ttl {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .c-sub-ttl {
    padding: 0 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

/*----------------------------------------
js-text-loader
----------------------------------------*/
.js-text-loader {
  position: relative;
  display: inline-block;
  transform: scaleX(0);
  transform-origin: center left;
  -webkit-animation: cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
          animation: cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-text-loader::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  display: block;
  background: #f5f5f5;
  content: "";
  transform: scaleX(1);
  transform-origin: center right;
  -webkit-animation: cubic-bezier(0.19, 1, 0.22, 1) 0.3s 0.3s;
          animation: cubic-bezier(0.19, 1, 0.22, 1) 0.3s 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.js-text-loader.is-active {
  -webkit-animation-name: text-loader-wrap;
          animation-name: text-loader-wrap;
}

.js-text-loader.is-active::after {
  -webkit-animation-name: text-loader-mask;
          animation-name: text-loader-mask;
}

@-webkit-keyframes text-loader-wrap {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes text-loader-wrap {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes text-loader-mask {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes text-loader-mask {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

/*----------------------------------------
c-ttl
----------------------------------------*/
.c-ttl {
  position: relative;
  padding: 24px 0 0;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 9px;
  letter-spacing: 0.9rem;
}

@media screen and (max-width: 767px) {
  .c-ttl {
    padding: 20px 0 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.c-ttl::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 3px;
  margin: 0 0 0 -14px;
  background: #BBA79B;
  content: "";
}

.c-ttl-left {
  text-align: left;
}

.c-ttl-left::before {
  left: 0;
  margin: 0 0 0 4px;
}

.c-ttl-right {
  text-align: right;
}

.c-ttl-right::before {
  right: 0;
  left: auto;
  margin: 0 12px 0 0;
}

/*----------------------------------------
not-found
----------------------------------------*/
.p-not-found {
  position: relative;
  overflow: hidden;
  padding: 120px 0 140px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-not-found {
    padding: 70px 0 100px;
  }
}

.p-not-found-ttl {
  margin: 0 0 50px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 10px;
  letter-spacing: 1rem;
}

@media screen and (max-width: 1024px) {
  .p-not-found-ttl {
    margin: 0 0 30px;
  }
}

.p-not-found-desc {
  margin: 0 0 80px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-not-found-desc {
    margin: 0 0 50px;
    padding: 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
}

.p-not-found-desc p:not([class]) {
  margin: 0 0 20px;
}

.p-not-found .c-btn {
  padding: 0 30px;
}

/*----------------------------------------
about-concept
----------------------------------------*/
.p-about-concept {
  position: relative;
  overflow: hidden;
  padding: 120px 0 140px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-about-concept {
    padding: 70px 0 60px;
  }
}

.p-about-concept-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: -20%;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .p-about-concept-bg {
    bottom: -50%;
  }
}

.p-about-concept-article {
  position: relative;
  z-index: 1;
}

.p-about-concept-ttl {
  margin: 0 0 50px;
}

@media screen and (max-width: 1024px) {
  .p-about-concept-ttl {
    margin: 0 0 30px;
  }
}

.p-about-concept-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-about-concept-desc {
    padding: 0 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
}

.p-about-concept-desc p:not([class]) {
  margin: 0 0 30px;
}

/*----------------------------------------
about-point
----------------------------------------*/
.p-about-point {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-about-point {
    padding: 70px 0 0;
  }
}

.p-about-point-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: -20%;
  left: 0;
  background: repeat center;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .p-about-point-bg {
    bottom: -50%;
  }
}

.p-about-point-bg.is-default {
  background: #f5f5f5;
}

.p-about-point-article {
  position: relative;
  z-index: 1;
}

.p-about-point-ttl {
  margin: 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .p-about-point-ttl {
    margin: 0 0 30px;
  }
}

.p-about-point-desc {
  margin: 0 0 80px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-about-point-desc {
    margin: 0 0 40px;
    padding: 0 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
}

.p-about-point-list {
  padding: 100px 0 50px;
}

@media screen and (max-width: 1024px) {
  .p-about-point-list {
    padding: 100px 30px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-about-point-list {
    padding: 60px 0 50px;
  }
}

.p-about-point-section {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 50px 0;
  text-align: center;
  justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
  .p-about-point-section {
    display: block;
    padding: 20% 0 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-about-point-section {
    padding: 50% 0 40px 30px;
  }
}

@media screen and (max-width: 1023px) {
  .p-about-point-section:nth-child(odd) {
    text-align: right;
  }
}

.p-about-point-section:nth-child(odd) .p-about-point-section-eyecatch {
  left: -100px;
}

@media screen and (max-width: 1023px) {
  .p-about-point-section:nth-child(odd) .p-about-point-section-eyecatch {
    left: 0;
  }
}

.p-about-point-section:nth-child(even) {
  justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
  .p-about-point-section:nth-child(even) {
    padding: 20% 30px 40px 0;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-about-point-section:nth-child(even) {
    padding: 50% 30px 40px 0;
  }
}

.p-about-point-section:nth-child(even) .p-about-point-section-eyecatch {
  right: -100px;
}

@media screen and (max-width: 1023px) {
  .p-about-point-section:nth-child(even) .p-about-point-section-eyecatch {
    right: 0;
  }
}

.p-about-point-section:nth-child(4n-3) .p-about-point-section-border {
  top: 0;
  right: 0;
  transform: translate(25%, -25%);
}

.p-about-point-section:nth-child(4n-3) .p-about-point-section-fill {
  right: 0;
  bottom: 0;
  transform: translate(40%, 25%);
}

@media screen and (max-width: 1023px) {
  .p-about-point-section:nth-child(4n-3) .p-about-point-section-fill {
    right: auto;
    left: 0;
    transform: translate(-20%, 30%);
  }
}

.p-about-point-section:nth-child(4n-2) .p-about-point-section-border {
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
}

.p-about-point-section:nth-child(4n-2) .p-about-point-section-fill {
  bottom: 0;
  left: 0;
  transform: translate(-40%, 25%);
}

@media screen and (max-width: 1023px) {
  .p-about-point-section:nth-child(4n-2) .p-about-point-section-fill {
    right: 0;
    left: auto;
    transform: translate(0, 30%);
  }
}

.p-about-point-section:nth-child(4n-1) .p-about-point-section-border {
  right: 0;
  bottom: 0;
  transform: translate(25%, 30%);
}

.p-about-point-section:nth-child(4n-1) .p-about-point-section-fill {
  top: 0;
  right: 0;
  transform: translate(35%, -20%);
}

@media screen and (max-width: 1023px) {
  .p-about-point-section:nth-child(4n-1) .p-about-point-section-fill {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    transform: translate(-10%, 30%);
  }
}

.p-about-point-section:nth-child(4n) .p-about-point-section-border {
  bottom: 0;
  left: 0;
  transform: translate(-25%, 25%);
}

.p-about-point-section:nth-child(4n) .p-about-point-section-fill {
  top: 0;
  left: 0;
  transform: translate(-40%, -25%);
}

@media screen and (max-width: 1023px) {
  .p-about-point-section:nth-child(4n) .p-about-point-section-fill {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    transform: translate(10%, 20%);
  }
}

.p-about-point-section-border {
  position: absolute;
  z-index: 0;
}

@media screen and (max-width: 1023px) {
  .p-about-point-section-border {
    display: none;
  }
}

.p-about-point-section-border-obj {
  width: 200px;
  border: 1px solid #ddd;
}

.p-about-point-section-border-obj::before {
  display: block;
  padding: 100% 0 0;
  content: "";
}

.p-about-point-section-fill {
  position: absolute;
  z-index: 0;
}

.p-about-point-section-fill-obj {
  width: 300px;
  background: #ddd;
}

@media screen and (max-width: 1023px) {
  .p-about-point-section-fill-obj {
    width: 200px;
  }
}

.p-about-point-section-fill-obj::before {
  display: block;
  padding: 100% 0 0;
  content: "";
}

.p-about-point-section-eyecatch {
  position: absolute;
  z-index: 1;
  top: 0;
  width: calc(50% + 140px);
}

@media screen and (max-width: 767px) {
  .p-about-point-section-eyecatch {
    width: 100%;
  }
}

.p-about-point-section-eyecatch-img {
  display: none;
}

.p-about-point-section-eyecatch-bg {
  background: no-repeat center;
  background-size: cover;
}

.p-about-point-section-eyecatch-bg::before {
  display: block;
  padding: 50% 0 0;
  content: "";
}

@media screen and (max-width: 1023px) {
  .p-about-point-section-eyecatch-bg::before {
    padding: 60% 0 0;
  }
}

.p-about-point-section-box {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 80px 100px 90px;
  background: #fff;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.05);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-about-point-section-box {
    width: 60%;
    padding: 50px 60px 60px;
  }
}

@media screen and (max-width: 1023px) {
  .p-about-point-section-box {
    display: inline-block;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .p-about-point-section-box {
    width: 100%;
    padding: 50px 30px 50px 40px;
  }
}

.p-about-point-section-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #111;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 80px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  .p-about-point-section-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
  }
}

.p-about-point-section-ttl {
  margin: 0 0 30px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .p-about-point-section-ttl {
    margin: 0 0 15px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
    text-align: left;
  }
}

.p-about-point-section-ttl-text {
  line-height: 1.5;
}

.p-about-point-section-desc {
  line-height: 2;
}

@media screen and (max-width: 1023px) {
  .p-about-point-section-desc {
    line-height: 1.8;
  }
}

.p-about-point-section-btn {
  margin: 50px 0 0;
}

@media screen and (max-width: 1023px) {
  .p-about-point-section-btn {
    margin: 30px 0 0;
  }
}

.p-about-point-section-btn-icon {
  margin: 0 15px 0 0;
}

.p-about-point-section-btn-body {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  box-shadow: 0 -2px 0 #999 inset;
  color: #999;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.p-about-point-section-btn-body::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  background: #BBA79B;
  content: "";
  transform: translateX(-100%);
  -webkit-animation: line-link-after-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: line-link-after-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-about-point-section-btn-body:hover {
  color: #BBA79B;
}

.p-about-point-section-btn-body:hover::after {
  -webkit-animation-name: line-link-after-enter;
          animation-name: line-link-after-enter;
}

/*----------------------------------------
about-gallery
----------------------------------------*/
.p-about-gallery {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.p-about-gallery-article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-about-gallery-slide-slider {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-about-gallery-slide-disabled {
  display: flex;
  justify-content: center;
}

.p-about-gallery-slide .bx-wrapper {
  max-width: 100% !important;
}

.p-about-gallery-slide-item {
  width: 500px;
}

.p-about-gallery-slide-img {
  display: block;
  background: no-repeat center;
  background-size: cover;
}

.p-about-gallery-slide-img::after {
  display: block;
  padding: 60% 0 0;
  content: "";
}

/*----------------------------------------
home-info
----------------------------------------*/
.p-about-info {
  position: relative;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .p-about-info {
    padding: 60px 30px;
  }
}

.p-about-info-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  pointer-events: none;
}

.p-about-info-article {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 120px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .p-about-info-article {
    padding: 50px 25px;
  }
}

.p-about-info-logo {
  margin: 0 0 50px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-about-info-logo {
    margin: 0 0 30px;
  }
}

.p-about-info-logo-img {
  max-width: 150px;
}

@media screen and (max-width: 767px) {
  .p-about-info-logo-img {
    max-width: 120px;
  }
}

.p-about-info-col-row {
  display: flex;
  padding: 30px 60px;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 1024px) {
  .p-about-info-col-row {
    display: block;
    padding: 20px 0;
  }
}

.p-about-info-col-row:first-of-type {
  border-top: 0;
}

.p-about-info-col-ttl {
  min-width: 180px;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .p-about-info-col-ttl {
    margin: 0 0 10px;
    font-weight: 900;
  }
}

.p-about-info-col-desc {
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .p-about-info-col-desc {
    font-weight: 500;
  }
}

.p-about-info-col-btn {
  margin: 20px 0 0;
}

.p-about-info-col-btn-body {
  display: inline-block;
  padding: 5px 15px 10px;
  border: 1px solid #111;
  color: #111;
}

.p-about-info-col-btn-body::before {
  background: #111;
}

.p-about-info-col-btn-icon, .p-about-info-col-btn-text {
  position: relative;
  z-index: 1;
  line-height: 1;
  vertical-align: middle;
}

.p-about-info-col-btn-icon {
  margin: 0 2px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-about-info-col-btn-text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.p-about-info-map {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (max-width: 1024px) {
  .p-about-info-map {
    width: 100%;
  }
}

.p-about-info-map iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 1024px) {
  .p-about-info-map iframe {
    height: 360px;
  }
}

/*----------------------------------------
blog-main
----------------------------------------*/
.l-blog {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 40px 80px;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .l-blog {
    padding: 40px 20px 0;
    flex-wrap: wrap;
  }
}

.l-blog-main {
  width: 100%;
}

.l-blog-side {
  min-width: 300px;
  padding: 0 0 0 60px;
}

@media screen and (max-width: 1024px) {
  .l-blog-side {
    width: 100%;
    min-width: auto;
    padding: 10px 20px 0;
  }
}

/*----------------------------------------
main-visual
----------------------------------------*/
.p-main-visual {
  position: relative;
}

.p-main-visual-poster {
  display: none;
}

.p-main-visual-catchcopy {
  position: absolute;
  z-index: 1;
  top: 45%;
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .p-main-visual-catchcopy {
    position: static;
    margin: -25% 0 10%;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-catchcopy {
    margin: 0;
    transform: translateY(-12%);
  }
}

.p-main-visual-catchcopy-inner {
  width: 80%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-main-visual-catchcopy-inner {
    width: 100%;
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-catchcopy-inner {
    padding: 0 30px;
  }
}

@media screen and (max-width: 374px) {
  .p-main-visual-catchcopy-inner {
    padding: 0 20px;
  }
}

.p-main-visual-catchcopy-ttl {
  margin: 0 0 4%;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 2vw;
}

@media screen and (max-width: 1024px) {
  .p-main-visual-catchcopy-ttl {
    font-size: 8vw;
    line-height: 1.5;
    letter-spacing: 2vw;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-catchcopy-ttl {
    font-size: 7vw;
    line-height: 1.8;
    letter-spacing: 3vw;
  }
}

.p-main-visual-catchcopy-ttl-text {
  line-height: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text {
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(1) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(1)::after {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(1)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(2) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(2)::after {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(2)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(3) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(3) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(3)::after {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(3)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(4) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(4)::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(4)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(5) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(5) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(5)::after {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(5)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(6) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(6) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(6)::after {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(6)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(7) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(7) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(7)::after {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(7)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(8) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(8)::after {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(8)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(9) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(9) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(9)::after {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(9)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(10) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(10)::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(10)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(11) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(11) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(11)::after {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(11)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(12) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(12) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(12)::after {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(12)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(13) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(13) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(13)::after {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(13)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(14) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(14) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(14)::after {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(14)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(15) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(15) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(15)::after {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(15)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(16) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(16) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(16)::after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(16)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(17) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(17) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(17)::after {
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(17)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(18) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(18) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(18)::after {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(18)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(19) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(19) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(19)::after {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(19)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(20) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(20) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text:nth-child(20)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text:nth-child(20)::after {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-ttl-text::after {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-ttl-text::after {
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
  }
}

.p-main-visual-catchcopy-sub {
  display: block;
  font-size: 1.3vw;
  font-weight: 900;
  letter-spacing: .3vw;
}

@media screen and (max-width: 1024px) {
  .p-main-visual-catchcopy-sub {
    margin: 1% 0;
    font-size: 2vw;
    letter-spacing: .5vw;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-catchcopy-sub {
    margin: 3% 0 5%;
    font-size: 3vw;
    letter-spacing: .5vw;
  }
}

.p-main-visual-catchcopy-sub::before {
  display: inline-block;
  float: left;
  width: 80px;
  height: 2px;
  margin: 1.2% 2% 0 0;
  background: #ddd;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 1024px) {
  .p-main-visual-catchcopy-sub::before {
    width: 60px;
    height: 2px;
    margin: 2% 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-catchcopy-sub::before {
    width: 40px;
    margin: 2% 10px 0 0;
  }
}

.p-main-visual-catchcopy-sub.is-active {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-sub.is-active {
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-sub.is-active::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@media all and (-ms-high-contrast: none) {
  .p-main-visual-catchcopy-sub.is-active::after {
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.p-main-visual-catchcopy-sub-txt {
  display: block;
  overflow: hidden;
  line-height: 1.5;
}

.p-main-visual-pagination {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}

@media screen and (max-width: 1024px) {
  .p-main-visual-pagination {
    position: static;
    margin: 0 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-pagination {
    margin: 0 0 10%;
  }
}

.p-main-visual-pagination-inner {
  width: 80%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .p-main-visual-pagination-inner {
    width: 100%;
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-pagination-inner {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 374px) {
  .p-main-visual-pagination-inner {
    padding: 0 20px;
  }
}

.p-main-visual-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 12px 0 0;
  border-radius: 0;
  outline: none;
  background: #ddd;
  opacity: 1;
}

.p-main-visual-pagination .swiper-pagination-bullet-active {
  background: #BBA79B;
}

.p-main-visual-slide {
  position: relative;
  z-index: 0;
}

.p-main-visual-slide-item {
  padding: 0 0 0 25vw;
}

@media screen and (max-width: 1024px) {
  .p-main-visual-slide-item {
    padding: 0;
  }
}

.p-main-visual-slide-img {
  background: no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-main-visual-slide-img {
    display: none;
  }
}

.p-main-visual-slide-img-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-main-visual-slide-img-mobile {
    display: block;
  }
}

.p-main-visual-slide-img::before {
  display: block;
  padding: 60% 0 0;
  content: "";
}

@media screen and (max-width: 767px) {
  .p-main-visual-slide-img::before {
    padding: 75% 0 0;
  }
}

.p-main-visual-posts {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 20px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .p-main-visual-posts {
    position: static;
    margin: 30px 0 0;
    padding: 20px 50px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-posts {
    padding: 20px;
  }
}

.p-main-visual-posts .c-article-post-cat {
  min-width: 110px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
  .p-main-visual-posts .c-article-post-cat {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-main-visual-posts .c-article-post-cat-item {
    font-size: 10px;
    font-size: 1rem;
  }
}

.p-main-visual-posts-post {
  display: block;
  margin: 0 0 10px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .p-main-visual-posts-post {
    margin: 0 0 20px;
  }
}

.p-main-visual-posts-post:last-child {
  margin: 0;
}

.p-main-visual-posts-post-link {
  display: block;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-main-visual-posts-post-link:hover {
  color: #BBA79B;
}

.p-main-visual-posts-post-date {
  margin: 0 20px 0 0;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  vertical-align: middle;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

.p-main-visual-posts-post-ttl {
  display: inline-block;
  overflow: hidden;
  max-width: 220px;
  margin: -3px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .p-main-visual-posts-post-ttl {
    display: block;
    max-width: 100%;
    margin: 0;
    padding: 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*----------------------------------------
home-about
----------------------------------------*/
.p-home-about {
  position: relative;
}

.p-home-about-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: -20%;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .p-home-about-bg {
    bottom: -50%;
  }
}

.p-home-about-article {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-home-about-article {
    padding: 40px 0 80px;
  }
}

.p-home-about-ttl {
  margin: 0 0 50px;
}

@media screen and (max-width: 1024px) {
  .p-home-about-ttl {
    margin: 0 0 30px;
  }
}

.p-home-about-desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-home-about-desc {
    padding: 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-home-about-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 374px) {
  .p-home-about-desc {
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-home-about-desc p:not([class]) {
  margin: 0 0 30px;
}

.p-home-about .c-btn {
  margin: 90px 0 0;
}

@media screen and (max-width: 1024px) {
  .p-home-about .c-btn {
    margin: 50px 0 0;
    padding: 0 30px;
  }
}

/*----------------------------------------
home-menu
----------------------------------------*/
.p-home-menu {
  position: relative;
  padding: 120px 0 40px;
}

@media screen and (max-width: 1024px) {
  .p-home-menu {
    padding: 120px 60px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-menu {
    padding: 0 0 40px;
  }
}

.p-home-menu-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 45%;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .p-home-menu-bg {
    bottom: 0;
  }
}

.p-home-menu-article {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .p-home-menu-article {
    display: block;
    padding: 50% 20px 0;
  }
}

.p-home-menu-eyecatch {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .p-home-menu-eyecatch {
    width: 100%;
  }
}

.p-home-menu-box {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 80px 100px 90px;
  background: #fff;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.05);
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-home-menu-box {
    width: 80%;
    max-width: 580px;
    padding: 50px 60px 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-menu-box {
    width: 100%;
    padding: 50px 30px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-menu-ttl {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-home-menu-ttl::before {
    left: 50%;
    margin: 0 0 0 -14px;
  }
}

.p-home-menu-desc {
  padding: 50px 0 60px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-home-menu-desc {
    padding: 30px 0 50px;
  }
}

.p-home-menu .c-btn {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-home-menu .c-btn {
    text-align: center;
  }
}

/*----------------------------------------
home-gallery
----------------------------------------*/
.p-home-gallery {
  position: relative;
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  .p-home-gallery {
    padding: 60px 0 0;
  }
}

.p-home-gallery-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  pointer-events: none;
}

.p-home-gallery-article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-home-gallery-desc {
  padding: 50px 0;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-home-gallery-desc {
    padding: 40px 30px;
    line-height: 1.8;
    text-align: left;
  }
}

.p-home-gallery-slide-slider {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-home-gallery-slide-disabled {
  display: flex;
  justify-content: center;
}

.p-home-gallery-slide .bx-wrapper {
  max-width: 100% !important;
}

.p-home-gallery-slide-item {
  width: 320px;
}

.p-home-gallery-slide-img {
  display: block;
  background: no-repeat center;
  background-size: cover;
}

.p-home-gallery-slide-img::after {
  display: block;
  padding: 100% 0 0;
  content: "";
}

.p-home-gallery .c-btn {
  margin: 90px 0 120px;
}

@media screen and (max-width: 1024px) {
  .p-home-gallery .c-btn {
    margin: 50px 0 60px;
    padding: 0 30px;
  }
}

/*----------------------------------------
home-staff
----------------------------------------*/
.p-home-staff {
  position: relative;
  overflow: hidden;
  min-height: 768px;
  padding: 140px 0;
}

@media screen and (max-width: 1024px) {
  .p-home-staff {
    padding: 70px 30px;
  }
}

.p-home-staff-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  pointer-events: none;
}

.p-home-staff-article {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 120px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-article {
    padding: 0;
  }
}

.p-home-staff-col {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.p-home-staff-desc {
  max-width: 340px;
  padding: 50px 0 80px;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-desc {
    padding: 20px 0;
  }
}

.p-home-staff-slider {
  position: absolute;
  z-index: 0;
  top: -40px;
  right: -20%;
  bottom: -20px;
  left: -20%;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slider {
    position: static;
    overflow: visible;
    padding: 0 0 40px;
  }
}

.p-home-staff-slider-inner {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slider-wrapper {
    overflow: visible;
  }
}

.p-home-staff-slider-controls {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.p-home-staff-slider-controls-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slider-controls-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-home-staff-slider-controls-inner {
    padding: 0;
  }
}

.p-home-staff-slider-controls-icon {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-home-staff-slider-pagination {
  display: inline-block;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
  .p-home-staff-slider-pagination {
    padding: 0;
  }
}

.p-home-staff-slider-arrows {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slider-arrows {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-home-staff-slider-prev, .p-home-staff-slider-next {
  position: static;
  display: inline-block;
  margin: 0 30px 0 0;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slider-prev, .p-home-staff-slider-next {
    display: block;
  }
}

.p-home-staff-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 12px 0 0;
  border-radius: 0;
  outline: none;
  background: #ddd;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slider .swiper-pagination-bullet {
    margin: 0 0 0 12px;
  }
}

.p-home-staff-slider .swiper-pagination-bullet-active {
  background: #BBA79B;
}

.p-home-staff-slider-disabled {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-home-staff-slider-disabled .swiper-wrapper {
  justify-content: flex-end;
}

.p-home-staff-slider-disabled-pc .p-home-staff-slider-controls {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slider-disabled-pc .p-home-staff-slider-controls {
    display: block;
  }
}

.p-home-staff-slider-disabled .p-home-staff-slider-controls {
  display: none;
}

.p-home-staff-slider-disabled .p-home-staff-slide {
  opacity: 1;
  transform: none;
}

.p-home-staff-slider-disabled .p-home-staff-slide-img {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

.p-home-staff-slider-disabled-pc .p-home-staff-slide.swiper-slide-next + .swiper-slide {
  display: none;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slider-disabled-pc .p-home-staff-slide.swiper-slide-next + .swiper-slide {
    display: block;
  }
}

.p-home-staff-slide {
  width: 320px;
  padding: 40px 10px;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
          animation: cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slide {
    padding: 20px 0;
    pointer-events: auto;
    opacity: 1;
  }
}

.p-home-staff-slide.swiper-slide-prev {
  -webkit-animation-name: swiper-slide-prev;
          animation-name: swiper-slide-prev;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slide.swiper-slide-prev {
    -webkit-animation: none;
            animation: none;
  }
}

.p-home-staff-slide.swiper-slide-prev.is-prev-animation {
  -webkit-animation-name: swiper-slide-prev-animate-prev;
          animation-name: swiper-slide-prev-animate-prev;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slide.swiper-slide-prev.is-prev-animation {
    -webkit-animation: none;
            animation: none;
  }
}

.p-home-staff-slide.swiper-slide-active {
  pointer-events: auto;
  -webkit-animation-name: swiper-slide-active;
          animation-name: swiper-slide-active;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slide.swiper-slide-active {
    -webkit-animation: none;
            animation: none;
  }
}

.p-home-staff-slide.swiper-slide-active.is-prev-animation {
  -webkit-animation-name: swiper-slide-prev-animate-active;
          animation-name: swiper-slide-prev-animate-active;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slide.swiper-slide-active.is-prev-animation {
    -webkit-animation: none;
            animation: none;
  }
}

.p-home-staff-slide.swiper-slide-next {
  pointer-events: auto;
  -webkit-animation-name: swiper-slide-next;
          animation-name: swiper-slide-next;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slide.swiper-slide-next {
    -webkit-animation: none;
            animation: none;
  }
}

.p-home-staff-slide.swiper-slide-next.is-prev-animation {
  -webkit-animation-name: swiper-slide-prev-animate-next;
          animation-name: swiper-slide-prev-animate-next;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slide.swiper-slide-next.is-prev-animation {
    -webkit-animation: none;
            animation: none;
  }
}

.p-home-staff-slide.swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  -webkit-animation-name: swiper-slide-next-after;
          animation-name: swiper-slide-next-after;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slide.swiper-slide-next + .swiper-slide {
    -webkit-animation: none;
            animation: none;
  }
}

.p-home-staff-slide.swiper-slide-next + .swiper-slide.is-prev-animation {
  -webkit-animation-name: swiper-slide-prev-animate-next-after;
          animation-name: swiper-slide-prev-animate-next-after;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slide.swiper-slide-next + .swiper-slide.is-prev-animation {
    -webkit-animation: none;
            animation: none;
  }
}

.p-home-staff-slide.swiper-slide-next + .swiper-slide + .swiper-slide.is-prev-animation {
  -webkit-animation-name: swiper-slide-prev-animate-next-after2;
          animation-name: swiper-slide-prev-animate-next-after2;
}

@media screen and (max-width: 1024px) {
  .p-home-staff-slide.swiper-slide-next + .swiper-slide + .swiper-slide.is-prev-animation {
    -webkit-animation: none;
            animation: none;
  }
}

.p-home-staff-slide-item {
  position: relative;
  display: block;
  color: #fff;
}

.p-home-staff-slide-item::before {
  position: relative;
  z-index: 1;
  display: block;
  padding: 156% 0 0;
  background: linear-gradient(to top, rgba(17, 17, 17, 0.6) 0%, rgba(17, 17, 17, 0) 60%);
  content: "";
}

.p-home-staff-slide-item::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to left, rgba(17, 17, 17, 0.2) 0%, rgba(17, 17, 17, 0) 60%);
  content: "";
}

.p-home-staff-slide-img {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: no-repeat center;
  background-size: cover;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-home-staff-slide-status {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  transform: rotate(90deg) translateX(100%);
  transform-origin: top right;
}

.p-home-staff-slide-block {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 30px 35px;
}

@media screen and (max-width: 767px) {
  .p-home-staff-slide-block {
    padding: 0 20px 25px;
  }
}

.p-home-staff-slide-en {
  margin: 0 0 15px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .p-home-staff-slide-en {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.p-home-staff-slide-name {
  margin: 0 0 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-home-staff-slide-name {
    margin: 0 0 20px;
  }
}

.p-home-staff-slide-lead {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-home-staff-slide-lead {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-home-staff .c-btn {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-home-staff .c-btn {
    margin: 50px 0 0;
    text-align: center;
  }
}

@-webkit-keyframes swiper-slide-prev {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}

@keyframes swiper-slide-prev {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}

@-webkit-keyframes swiper-slide-active {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes swiper-slide-active {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes swiper-slide-next {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(40px);
  }
}

@keyframes swiper-slide-next {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(40px);
  }
}

@-webkit-keyframes swiper-slide-next-after {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes swiper-slide-next-after {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes swiper-slide-prev-animate-prev {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}

@keyframes swiper-slide-prev-animate-prev {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}

@-webkit-keyframes swiper-slide-prev-animate-active {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes swiper-slide-prev-animate-active {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes swiper-slide-prev-animate-next {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(40px);
  }
}

@keyframes swiper-slide-prev-animate-next {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(40px);
  }
}

@-webkit-keyframes swiper-slide-prev-animate-next-after {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes swiper-slide-prev-animate-next-after {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes swiper-slide-prev-animate-next-after2 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}

@keyframes swiper-slide-prev-animate-next-after2 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}

/*----------------------------------------
home-blog
----------------------------------------*/
.p-home-blog {
  position: relative;
  padding: 120px 0 40px;
}

@media screen and (max-width: 1024px) {
  .p-home-blog {
    padding: 70px 30px 40px;
  }
}

.p-home-blog-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 400px;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .p-home-blog-bg {
    height: 300px;
  }
}

.p-home-blog-bg-img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 200%;
  background: no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-home-blog-bg-img {
    top: 0;
    height: 100%;
    transform: none !important;
  }
}

.p-home-blog-bg-img.is-default {
  background: #777;
}

.p-home-blog-header {
  position: relative;
  z-index: 1;
  color: #fff;
}

.p-home-blog-header-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-home-blog-header-inner {
    padding: 0;
  }
}

.p-home-blog-articles {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 60px;
}

@media screen and (max-width: 1024px) {
  .p-home-blog-articles {
    padding: 40px 0 20px;
  }
}

.p-home-blog-articles [class^="c-articles-grid-col"] {
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-home-blog .c-btn {
    margin: 50px 0 0;
  }
}

/*----------------------------------------
home-shop
----------------------------------------*/
.p-home-shop {
  position: relative;
}

.p-home-shop-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  pointer-events: none;
}

.p-home-shop-article {
  position: relative;
  z-index: 1;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .p-home-shop-article {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}

.p-home-shop-map {
  width: 100%;
  min-width: 50%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (max-width: 1024px) {
  .p-home-shop-map {
    width: 100%;
  }
}

.p-home-shop-map iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
}

@media screen and (max-width: 1024px) {
  .p-home-shop-map iframe {
    height: 360px;
  }
}

.p-home-shop-info {
  min-width: 50%;
  padding: 120px 100px;
}

@media screen and (max-width: 1024px) {
  .p-home-shop-info {
    padding: 40px 30px;
    order: 1;
  }
}

.p-home-shop-info-col-row {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 1024px) {
  .p-home-shop-info-col-row {
    display: block;
    padding: 20px 0;
  }
}

.p-home-shop-info-col-row:first-of-type {
  border-top: 0;
}

.p-home-shop-info-col-ttl {
  min-width: 130px;
  line-height: 1.5;
  padding-right: 1em;
  max-width: 40%;
}

@media screen and (max-width: 1024px) {
  .p-home-shop-info-col-ttl {
    margin: 0 0 10px;
    padding-right: 0;
    max-width: unset;
  }
}

.p-home-shop-info-col-desc {
  line-height: 1.5;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .p-home-shop-info-col-desc {
    font-weight: 500;
  }
}

.p-home-shop-info-col-btn {
  margin: 20px 0 0;
}

.p-home-shop-info-col-btn-icon, .p-home-shop-info-col-btn-txt {
  position: relative;
  z-index: 1;
  line-height: 1;
  vertical-align: middle;
}

.p-home-shop-info-col-btn-icon {
  margin: 0 2px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-home-shop-info-col-btn-txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.p-home-shop-info-col-btn-body {
  display: inline-block;
  padding: 5px 15px 10px;
  border: 1px solid #111;
  color: #111;
}

.p-home-shop-info-col-btn-body::before {
  background: #111;
}

.p-home-shop-btn {
  padding: 30px 0 0;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-home-shop-btn {
    padding: 30px 0 20px;
  }
}

.p-home-shop-btn-icon {
  margin: 0 15px 0 0;
}

.p-home-shop-btn-body {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 15px 0;
  box-shadow: 0 -2px 0 #111 inset;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.p-home-shop-btn-body::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  background: #BBA79B;
  content: "";
  transform: translateX(-100%);
  -webkit-animation: line-link-after-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: line-link-after-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-home-shop-btn-body:hover {
  color: #BBA79B;
}

.p-home-shop-btn-body:hover::after {
  -webkit-animation-name: line-link-after-enter;
          animation-name: line-link-after-enter;
}

/*----------------------------------------
menu-course
----------------------------------------*/
.p-menu-course {
  position: relative;
  overflow: hidden;
  margin: 100px 0 60px;
  padding: 120px 0 100px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-menu-course {
    margin: 0 0 30px;
    padding: 40px 30px 30px;
  }
}

@media screen and (max-width: 374px) {
  .p-menu-course {
    padding: 30px 10px;
  }
}

.p-menu-course-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: -20%;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .p-menu-course-bg {
    bottom: -50%;
  }
}

.p-menu-course-list {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.p-menu-course-item {
  display: flex;
  margin: 0 0 40px;
  padding: 80px;
  border-top: 3px solid #111;
  background: #fff;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.05);
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-menu-course-item {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-course-item {
    padding: 40px 20px;
  }
}

.p-menu-course-data {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .p-menu-course-data {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-course-data {
    margin: 0 0 40px;
  }
}

.p-menu-course-data-ttl {
  margin: 0 0 30px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
  line-height:1.5;
}

@media screen and (max-width: 767px) {
  .p-menu-course-data-ttl {
    margin: 0 0 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.p-menu-course-data-desc {
  margin: 0 0 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #777;
}

@media screen and (max-width: 767px) {
  .p-menu-course-data-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-menu-course-data-desc-small {
  margin: 40px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  color: #777;
}

.p-menu-course-price-row {
  position: relative;
  display: flex;
  margin: 0 0 15px;
  background: repeat-x center;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='5' viewBox='0 0 20 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23$color-border' fill-opacity='.2' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-menu-course-price-row {
    margin: 0 0 5px;
  }
}

.p-menu-course-price-ttl, .p-menu-course-price-desc {
  position: relative;
  z-index: 1;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-menu-course-price-ttl, .p-menu-course-price-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-menu-course-price-ttl-txt, .p-menu-course-price-desc-txt {
  display: inline-block;
  background: #fff;
  text-align: left;
}

.p-menu-course-price-ttl {
  padding: 5px 0;
}

.p-menu-course-price-ttl-txt {
  padding: 0 10px 0 0;
}

.p-menu-course-price-desc {
  padding: 0 0 5px;
  text-align: right;
}

.p-menu-course-price-desc-txt {
  padding: 0 0 0 10px;
}

.p-menu-course-images {
  display: flex;
  padding: 0 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .p-menu-course-images {
    padding: 0;
  }
}

.p-menu-course-images-item {
  width: 100%;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 1024px) {
  .p-menu-course-images-item {
    width: 50%;
    padding: 0;
  }
}

/*----------------------------------------
menu-banner
----------------------------------------*/
.p-menu-banner {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-menu-banner {
    padding: 40px 0;
  }
}

.p-menu-banner-list {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .p-menu-banner-list {
    display: block;
  }
}

.p-menu-banner-item {
  width: 50%;
  padding: 0 40px;
}

@media screen and (max-width: 1023px) {
  .p-menu-banner-item {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 30px;
  }
}

.p-menu-banner-item:last-of-type {
  margin: 0;
}

.p-menu-banner-item-link {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: left;
}

.p-menu-banner-item-link::before {
  display: block;
  padding: 33% 0 0;
  content: "";
}

.p-menu-banner-item-link:hover .p-menu-banner-item-link-bg {
  transform: scale(1.1);
}

.p-menu-banner-item-link-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f5f5f5 no-repeat center;
  background-size: cover;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.p-menu-banner-item-link-ttl {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  left: 0;
  padding: 0 60px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-menu-banner-item-link-ttl {
    padding: 0 30px;
  }
}

/*----------------------------------------
menu-items
----------------------------------------*/
.p-menu-items {
  position: relative;
  overflow: hidden;
  padding: 60px 0 160px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-menu-items {
    padding: 40px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-items {
    padding: 40px 30px 60px;
  }
}

.p-menu-items-ttl {
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .p-menu-items-ttl {
    margin: 0 0 30px;
  }
}

.p-menu-items-desc {
  margin: 0 0 70px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-menu-items-desc {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-items-desc {
    margin: 0 0 30px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}

.p-menu-items-desc p:not([class]) {
  margin: 0 0 10px;
  line-height: 1.5;
}

.p-menu-items-list {
  display: flex;
  max-width: 1080px;
  margin: 0 auto -40px;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 1090px) {
  .p-menu-items-list {
    display: block;
    margin: 0 auto;
  }
}

.p-menu-items-item {
  width: 360px;
  padding: 0 40px;
  margin: 0 0 40px;
  text-align: left;
}

@media screen and (max-width: 1090px) {
  .p-menu-items-item {
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-items-item {
    display: block;
    margin: 0 0 40px;
    padding: 0;
  }
}

.p-menu-items-item-fig {
  margin: 0 0 20px;
  border: 1px solid #ddd;
  text-align: center;
}

@media screen and (max-width: 1090px) and (min-width: 768px) {
  .p-menu-items-item-fig {
    width: 30%;
  }
}

.p-menu-items-item-img {
  width: 100%;
}

.p-menu-items-item-cap {
  display: none;
}

@media screen and (max-width: 1090px) {
  .p-menu-items-item-data {
    padding: 0 0 0 30px;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-items-item-data {
    padding: 0;
  }
}

.p-menu-items-item-ttl {
  margin: 0 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-menu-items-item-price {
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-menu-items-item-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999;
}

/*----------------------------------------
reserve
----------------------------------------*/
.p-reserve {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px 100px;
}

@media screen and (max-width: 1024px) {
  .p-reserve {
    padding: 30px 30px 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-reserve {
    padding: 30px 20px 60px;
  }
}

.p-reserve-article {
  padding: 80px 0px;
  background: #fff;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.00);
}

@media screen and (max-width: 1023px) {
  .p-reserve-article {
    padding: 60px;
  }
}

@media screen and (max-width: 767px) {
  .p-reserve-article {
    padding: 30px 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*----------------------------------------
blog-single
----------------------------------------*/
.l-blog-single {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 40px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-blog-single {
    padding: 20px;
  }
}

.l-blog-single-main {
  display: block;
  padding: 80px;
  background: #fff;
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.05);
}

@media screen and (max-width: 767px) {
  .l-blog-single-main {
    padding: 25px;
  }
}

.l-blog-single-side .c-gadget {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  flex-wrap: wrap;
  align-items: center;
}

.l-blog-single-side .c-gadget-ttl {
  margin: 20px 40px 20px 0;
}

.l-blog-single-side .c-gadget-items {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
}

.l-blog-single-side .c-gadget-item {
  margin: 5px 10px 5px 0;
}

.l-blog-single-side .c-gadget-item-link {
  padding: 10px 20px;
  border: 1px solid #777;
}

.l-blog-single-side .c-gadget-item-link::before {
  display: none;
}

.l-blog-single-side .c-gadget .c-articles-grid-col4 {
  width: 100%;
  padding: 10px 0 0;
}

.p-post-eyecatch {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.p-post-eyecatch::after {
  display: block;
  padding-top: 60%;
  content: "";
}

.p-post-eyecatch-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center no-repeat;
  background-size: cover;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.p-post-eyecatch-src {
  display: none;
}

.p-post-meta {
  display: flex;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .p-post-meta {
    display: block;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-post-meta-item {
    margin: 0 0 10px;
  }
}

.p-post-meta-cat {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 4px 10px;
  background: #BBA79B;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-post-meta-cat {
    margin: 0 10px 0 0;
  }
}

.p-post-meta-cat a {
  color: #fff;
}

.p-post-meta-date {
  display: inline-block;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  vertical-align: middle;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

.p-post-ttl {
  margin: 0 0 40px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .p-post-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-post-content {
  line-height: 2;
}

.p-post-content > [class|="wp"] {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .p-post-content > [class|="wp"] {
    margin: 24px 0 0;
  }
}

.p-post-content > p:not([class]) {
  margin: 40px 0 0;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-post-content > p:not([class]) {
    margin: 24px 0 0;
  }
}

.p-post-content p + p:not([class]) {
  margin: 2em 0 0;
}

.p-post-content h2 {
  margin-top: 80px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-post-content h2 {
    margin-top: 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-post-content h3 {
  display: inline-block;
  margin-top: 40px;
  padding: 0 0 10px;
  border-bottom: 1px solid #111;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-post-content h3 {
    margin: 24px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-post-content h4 {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-post-content h4:not([class]) {
    margin: 24px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-post-content > ol:not([class]) {
  margin: 40px 0 0;
  padding: 0 0 0 1em;
  counter-reset: order 0;
}

@media screen and (max-width: 767px) {
  .p-post-content > ol:not([class]) {
    margin: 24px 0 0;
  }
}

.p-post-content > ol:not([class]) > li:not([class]) {
  display: flex;
  line-height: 1.5;
}

.p-post-content > ol:not([class]) > li:not([class])::before {
  display: inline-block;
  margin: 0 .5em 0 0;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #111;
  content: counter(order, decimal-leading-zero) "";
  counter-increment: order 1;
  -ms-grid-row-align: center;
      align-self: center;
}

.p-post-content > ol:not([class]) > li:not([class]) + li:not([class]) {
  margin: .5em 0 0;
}

.p-post-content > ul:not(.wp-block-gallery) {
  margin: 40px 0 0;
  padding: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  .p-post-content > ul:not(.wp-block-gallery) {
    margin: 24px 0 0;
  }
}

.p-post-content > ul:not(.wp-block-gallery) > li:not([class]) {
  display: flex;
  line-height: 1.5;
}

.p-post-content > ul:not(.wp-block-gallery) > li:not([class])::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 .5em 0 0;
  border-radius: 50%;
  background: #111;
  content: "";
  -ms-grid-row-align: center;
      align-self: center;
}

.p-post-content > ul:not(.wp-block-gallery) > li:not([class]) + li:not([class]) {
  margin: .5em 0 0;
}

.p-post-content b:not([class]),
.p-post-content strong:not([class]) {
  background: linear-gradient(transparent 55%, rgba(222, 210, 200, 0.5) 45%);
}

.p-post-content em:not([class]) {
  font-style: italic;
}

.p-post-content .wp-block-image {
  position: relative;
}
.p-post-content .wp-block-image figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 1em 1.5em;
  background: rgba(17, 17, 17, 0.3);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}

.p-post-content .wp-block-quote {
  padding: 2em 2em 2em 3em;
  border-color: #777;
  background: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .p-post-content .wp-block-quote {
    padding: 2em 1em 2em 2em;
  }
}

@media screen and (max-width: 767px) {
  .p-post-content .wp-block-audio audio {
    min-width: 100%;
  }
}

.p-post-content .wp-block-audio figcaption {
  margin: .5em 0 0;
}

.p-post-content .wp-block-file .wp-block-file__button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  border: 2px solid #111;
  border-radius: 0;
  background: #fff;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #111 !important;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2.5px;
  letter-spacing: 0.25rem;
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .p-post-content .wp-block-file .wp-block-file__button {
    width: 100%;
    margin: 10px 0 0;
  }
}

.p-post-content .wp-block-file .wp-block-file__button:hover {
  background: #111 !important;
  color: #fff !important;
}

.p-post-content .wp-block-code {
  padding: 2em;
  border: 0;
  border-radius: 0;
  background: #111;
  color: #f5f5f5;
}

.p-post-content .wp-block-pullquote {
  border-color: #111;
  color: #111;
}

@media screen and (max-width: 767px) {
  .p-post-content .wp-block-pullquote p:not([class]) {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-post-content .wp-block-pullquote cite:not([class]) {
  color: #BBA79B;
}

.p-post-content .wp-block-button__link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 10px 45px;
  border: 2px solid #111;
  border-radius: 0;
  background: #fff;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #111 !important;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2.5px;
  letter-spacing: 0.25rem;
}
.p-post-content .wp-block-button__link:hover {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .p-post-content .wp-block-button__link {
    width: 100%;
    margin: 10px 0 0;
  }
}

.p-post-content .wp-block-button__link:hover {
  background: #111;
  color: #fff;
}

.p-post-content .wp-block-separator {
  margin-right: auto;
  margin-left: auto;
  border-color: #111;
}

.p-post-content .wp-block-separator::before {
  color: #111;
}

.p-post-content .wp-block-calendar caption {
  color: #111;
}

.p-post-content .wp-block-calendar th:not([class]) {
  background: #f5f5f5;
}

.p-post-content .wp-block-calendar a {
  display: block;
  padding: 5px 0;
  color: #111;
}

.p-post-content .wp-block-embed__wrapper {
  text-align: center;
}

.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
}

.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.p-post-content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-post-content .wp-embed-aspect-4-3 .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 75%;
}

.p-post-content .wp-embed-aspect-16-9 .wp-block-embed-youtube .wp-block-embed__wrapper::after {
  padding-top: 56.25%;
}

.p-post-content .wp-block-embed-twitter {
  text-align: center;
}

.p-post-content .wp-block-embed-twitter .wp-block-embed__wrapper {
  display: inline-block;
  border: 1px solid #ddd;
}

.p-post-content .addtoany_share_save_container {
  margin-top: 60px;
  text-align: center;
}

.p-post-section__txt {
  margin: 40px 0 0;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .p-post-section__txt {
    margin: 24px 0 0;
  }
}

.p-post-section__eyecatch {
  margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
  .p-post-section__eyecatch {
    margin: 24px 0 0;
  }
}

.p-article-nav {
  display: inline-block;
  margin-top: 64px;
  padding: 40px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .p-article-nav {
    padding: 20px;
  }
}

.p-article-nav__headline {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
}

@media screen and (max-width: 767px) {
  .p-article-nav__headline {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-article-nav__headline::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  background: #111;
  vertical-align: middle;
  content: "";
}

.p-article-nav__table-item {
  margin: 20px 0 .5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-article-nav__table-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-article-nav__table-item-child {
  padding: 0 0 0 .5em;
}

.p-article-nav__table-item-child::before {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  background: #111;
  vertical-align: middle;
  content: "";
}

/*----------------------------------------
staff-article
----------------------------------------*/
.p-staff-article {
  position: relative;
  overflow: hidden;
  margin: 100px 0 0;
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .p-staff-article {
    margin: 30px 0 0;
    padding: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .p-staff-article {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-staff-article {
    padding: 15px 0;
  }
}

.p-staff-article-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: -20%;
  left: 0;
  background: no-repeat center;
  background-size: cover;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .p-staff-article-bg {
    bottom: -50%;
  }
}

.p-staff-article-bg.is-default {
  background-color: #f5f5f5;
}

.p-staff-article .c-single-pager {
  padding: 0;
}

/*----------------------------------------
staff-list
----------------------------------------*/
.p-staff-list {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .p-staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.p-staff-post {
  display: block;
  margin: 0 0 60px;
  padding: 0 200px 0 0;
}

@media screen and (max-width: 1024px) {
  .p-staff-post {
    margin: 0 0 40px;
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .p-staff-post {
    width: 50%;
    margin: 0 0 10px;
    padding: 15px;
  }
  .p-staff-post.is-single {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-staff-post {
    width: 100%;
  }
  .p-staff-post.is-single {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .p-staff-post {
    padding: 15px 5px;
  }
}

.p-staff-post:nth-child(even) {
  padding: 0 0 0 200px;
}

@media screen and (max-width: 1024px) {
  .p-staff-post:nth-child(even) {
    padding: 0;
  }
}

@media screen and (max-width: 1023px) {
  .p-staff-post:nth-child(even) {
    padding: 15px;
  }
}

@media screen and (max-width: 374px) {
  .p-staff-post:nth-child(even) {
    padding: 15px 5px;
  }
}

.p-staff-post:first-child:last-child {
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .p-staff-post:first-child:last-child {
    padding: 15px;
  }
}

.p-staff-post-container {
  display: flex;
  background: #fff;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.05);
}

@media screen and (max-width: 1023px) {
  .p-staff-post-container {
    flex-wrap: wrap;
  }
}

.p-staff-post-thumb {
  position: relative;
  overflow: hidden;
  min-width: 350px;
  font-size: 0;
}

@media screen and (max-width: 1023px) {
  .p-staff-post-thumb {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .p-staff-post-thumb {
    min-width: 100%;
  }
}

.p-staff-post-thumb::after {
  display: block;
  padding: 156% 0 0;
  content: "";
}

.p-staff-post-thumb-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center no-repeat;
  background-size: cover;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.p-staff-post-thumb-src {
  display: none;
}

.p-staff-post-thumb-mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .p-staff-post-thumb-mobile {
    display: block;
  }
}

.p-staff-post-thumb-mobile::after {
  display: block;
  padding: 100% 0 0;
  content: "";
}

.p-staff-post-text {
  position: relative;
  width: 100%;
  padding: 70px 80px;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .p-staff-post-text {
    padding: 30px 20px 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-staff-post-text {
    padding: 30px 10px 50px 20px;
  }
}

@media screen and (max-width: 374px) {
  .p-staff-post-text {
    padding: 30px 10px 50px 15px;
  }
}

.p-staff-post-sts {
  margin: 0 0 10px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  color: #BBA79B;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 1023px) {
  .p-staff-post-sts {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-staff-post-en {
  margin: 0 0 5px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 4px;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 1023px) {
  .p-staff-post-en {
    margin: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-staff-post-en {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 374px) {
  .p-staff-post-en {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 2px;
    letter-spacing: 0.2rem;
  }
}

.p-staff-post-name {
  margin: 0 0 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .p-staff-post-name {
    margin: 0 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-staff-post-desc {
  margin: 0 0 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  .p-staff-post-desc {
    margin: 0 0 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-staff-post-table {
  margin: 0 0 40px;
}

@media screen and (max-width: 1023px) {
  .p-staff-post-table {
    display: block;
    margin: 0 0 30px;
  }
}

.p-staff-post-table-data {
  width: 100%;
  text-align: left;
}

.p-staff-post-table-row {
  display: flex;
  margin: 0 0 10px;
  flex-wrap: wrap;
}

.p-staff-post-table-ttl {
  padding: 5px 30px 5px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.5px;
  letter-spacing: -0.05rem;
}

@media screen and (max-width: 1023px) {
  .p-staff-post-table-ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-staff-post-table-desc {
  padding: 5px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #777;
}

@media screen and (max-width: 1023px) {
  .p-staff-post-table-desc {
    margin: 0 0 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-staff-post-table-desc a {
  text-decoration: underline;
}

.p-staff-post-style-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  box-shadow: 0 -2px 0 #111 inset;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.p-staff-post-style-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  background: #BBA79B;
  content: "";
  transform: translateX(-100%);
  -webkit-animation: line-link-after-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          animation: line-link-after-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-staff-post-style-link:hover {
  color: #BBA79B;
}

.p-staff-post-style-link:hover::after {
  -webkit-animation-name: line-link-after-enter;
          animation-name: line-link-after-enter;
}

.p-staff-post-style-link-icon {
  margin: 0 5px 0 0;
}

/*----------------------------------------
style-single
----------------------------------------*/
.l-style-single {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 40px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-style-single {
    padding: 20px;
  }
}

.l-style-single-main {
  background: #fff;
}

.l-style-single .c-single-pager {
  padding: 60px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-style-single .c-single-pager {
    padding: 60px 0;
  }
}

.l-style-single .c-single-pager-list {
  padding: 40px 0;
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
}

.p-style-single {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-style-single {
    display: block;
  }
}

.p-style-single-images {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .p-style-single-images {
    width: 100%;
    margin: 0 0 30px;
  }
}

.p-style-single-data {
  width: 48%;
  padding: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .p-style-single-data {
    width: 100%;
  }
}

.p-style-single-eyecatch {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
  background: #f9f9f9;
  font-size: 0;
}

.p-style-single-eyecatch::after {
  display: block;
  padding-top: 100%;
  content: "";
}

.p-style-single-eyecatch-img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-style-single-eyecatch-img.is-active {
  opacity: 1;
}

.p-style-single-eyecatch-img object-fit {
  position: relative;
  display: block;
}

.p-style-single-eyecatch-pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center no-repeat;
  background-size: contain;
}

.p-style-single-eyecatch-src {
  display: none;
}

.p-style-single-slides {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}

.p-style-single-slides-slide {
  width: 20%;
  padding: 5px;
  cursor: pointer;
}

.p-style-single-slides-img {
  position: relative;
}

.p-style-single-slides-img:hover::after {
  background: rgba(17, 17, 17, 0.3);
}

.p-style-single-slides-img::after {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 100%;
  background: rgba(17, 17, 17, 0);
  content: "";
  transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-style-single-slides-img.is-active::after {
  background: rgba(17, 17, 17, 0.6);
}

.p-style-single-slides-pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center no-repeat;
  background-size: cover;
}

.p-style-single-slides-src {
  display: none;
}

.p-style-single-ttl {
  margin: 0 0 40px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .p-style-single-ttl {
    margin: 0 0 20px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-style-single-table {
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  .p-style-single-table {
    margin: 0 0 40px;
  }
}

.p-style-single-table-tbl {
  width: 100%;
  text-align: left;
}

.p-style-single-table-ttl {
  padding: 10px 20px 10px 0;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  white-space: nowrap;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .p-style-single-table-ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-style-single-table-desc {
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-style-single-table-desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-style-single-table-desc a {
  text-decoration: underline;
}

.p-style-single-stylist-img {
  float: left;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .p-style-single-stylist-img {
    width: 80px;
  }
}

.p-style-single-stylist-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.p-style-single-stylist-img-wrap::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.p-style-single-stylist-pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center no-repeat;
  background-size: contain;
}

.p-style-single-stylist-src {
  display: none;
}

.p-style-single-stylist-name {
  margin: 15px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #777;
  text-align: center;
}

.p-style-single-stylist-data {
  overflow: hidden;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
  .p-style-single-stylist-data {
    padding: 0 0 0 20px;
  }
}

.p-style-single-stylist-ttl {
  margin: 0 0 15px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .p-style-single-stylist-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-style-single-stylist-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #777;
}

@media screen and (max-width: 767px) {
  .p-style-single-stylist-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*----------------------------------------
style-article
----------------------------------------*/
.p-style-article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .p-style-article {
    padding: 30px 30px 40px;
  }
}

/*----------------------------------------
style-nav
----------------------------------------*/
.p-style-nav {
  display: flex;
  padding: 30px 0 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-style-nav {
    padding: 10px 0;
  }
}

/*----------------------------------------
style-types
----------------------------------------*/
.p-style-types {
  display: flex;
  margin: 0 0 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-style-types {
    display: none;
  }
}

.p-style-types-item {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .p-style-types-item {
    width: 50%;
    margin: 0 0 10px;
    text-align: center;
  }
}

.p-style-types-item-link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 50px;
}

.p-style-types-item-link::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #f5f5f5;
  pointer-events: none;
  content: "";
  transform: translateX(-100%);
  -webkit-animation: nav-link-leave 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          animation: nav-link-leave 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-style-types-item-link:hover::before, .p-style-types-item-link.is-active::before {
  -webkit-animation-name: nav-link-enter;
          animation-name: nav-link-enter;
}

.p-style-types-item-txt {
  position: relative;
  z-index: 1;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
}

/*----------------------------------------
style-stylist,
style-types-mobile
----------------------------------------*/
.p-style-stylist,
.p-style-types-mobile {
  margin: 0 0 20px;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .p-style-stylist,
  .p-style-types-mobile {
    display: flex;
    width: 100%;
    padding: 0;
    justify-content: space-between;
    align-items: center;
  }
}

.p-style-stylist-ttl,
.p-style-types-mobile-ttl {
  display: inline-block;
  margin: 0 5px 0 0;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 3px;
  letter-spacing: 0.3rem;
}

.p-style-stylist-selecter,
.p-style-types-mobile-selecter {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .p-style-stylist-selecter,
  .p-style-types-mobile-selecter {
    width: 60%;
    min-width: 60%;
  }
}

.p-style-stylist-selecter-icon,
.p-style-types-mobile-selecter-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media screen and (max-width: 374px) {
  .p-style-stylist-selecter-icon,
  .p-style-types-mobile-selecter-icon {
    right: 10px;
  }
}

.p-style-stylist-select,
.p-style-types-mobile-select {
  padding: 10px 40px 10px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.4rem;
  transition: border-color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
  .p-style-stylist-select,
  .p-style-types-mobile-select {
    width: 100%;
    padding: 10px 25px 10px 10px;
  }
}

@media screen and (max-width: 374px) {
  .p-style-stylist-select,
  .p-style-types-mobile-select {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-style-stylist-select:hover, .p-style-stylist-select:focus,
.p-style-types-mobile-select:hover,
.p-style-types-mobile-select:focus {
  border-color: #BBA79B;
}

.p-style-types-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-style-types-mobile {
    display: flex;
  }
}

/*----------------------------------------
style-list
----------------------------------------*/
.p-style-list {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-style-list {
    padding: 10px 0;
  }
}

.p-style-list .c-pagination {
  margin: 30px 0 0;
}

.p-style-post {
  display: block;
}

.p-style-post:hover .p-style-post-thumb-img {
  transform: scale(1.1);
}

.p-style-post-thumb {
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.p-style-post-thumb::after {
  display: block;
  padding: 100% 0 0;
  content: "";
}

.p-style-post-thumb-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center no-repeat;
  background-size: cover;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

.p-style-post-thumb-src {
  display: none;
}

.p-style-post-text {
  position: relative;
  padding: 25px 0 0;
  text-align: left;
}

.p-style-post-text::after {
  display: block;
  padding: 0 0 25px;
  content: "";
}

.p-style-post-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}

.p-style-post-cat {
  display: inline-block;
}

.p-style-post-cat-tax {
  display: inline-block;
  margin: 10px 15px 0 0;
  font-size: 0;
}

.p-style-post-cat-tax a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 50px;
  background: #f5f5f5;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

.p-style-post-stylist {
  display: inline-block;
  padding: 15px 15px 15px 2px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

.p-style-post-stylist-ttl {
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

.p-style-post-stylist-link {
  color: #999;
  text-decoration: underline;
}
/***** refusal *****/
.refusal {
  text-align: right;
  margin-top: 30px;
}
.refusal img {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
}
@media screen and (max-width: 770px) {
  .refusal {
    margin-top: 15px;
  }
  .refusal img {
    max-width: 270px;
  }
}
hr.ShopInfo {
  margin:0;
  border-top:1px solid #333333;
}
@media screen and (max-width:600px) {
  .p-home-staff-slide {
    max-width:320px;
    width:100%;
  }
}

.appendDatepicker {
  position: relative;
}
.ui-datepicker {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
@media screen and (max-width: 767px) {
  .ui-datepicker {
    top: -100px !important;
  }
}

/* SNS POSITION SETTING SP */
@media screen and (min-width: 1025px) {
  .p-footer-copyright.sp {
    display:none;
  }
}
@media screen and (max-width: 1024px) {
  .p-global-footer {
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
  }
  .p-footer-address-ttl {
    padding:0;
    order:-2;
    text-align:center;
  }
  .p-footer-infomation {
    order:-1;
    margin: 1.5em auto;
    width:100%;
  }
  .p-footer-sns {
    position:relative;
    top:0;
    right:unset;
    padding:0;
    margin:0;
    justify-content: center;
  }
  .p-footer-sns-item {
    margin:0 5px;
  }
  .p-footer-copyright {
    display:none;
  }
  .p-footer-address-desc {
    padding:0;
  }
  .p-footer-copyright.sp {
    margin:0;
    text-align:center;
    display: block;
  }

}

.p-menu-course-bg {
  bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-menu-course-bg {
    bottom: auto;
  }
}

img[src$="reloclub_logo.jpg"] ,
img[src$="fukuri_logo.jpg"] {
    max-width:200px;
}

.p-home-staff-slider-disabled .p-home-staff-slide {
  pointer-events: auto;
}
/***** addtoany  *****/
.p-post-content .addtoany_shortcode {
  margin-top: 60px;
}
.p-home-menu-desc p,
.p-home-gallery-desc p,
.p-home-staff-desc p,
.p-about-point-desc p,
.p-about-point-section-desc p,
.p-menu-course-data-desc p,
.p-menu-items-item-desc p,
.p-style-single-stylist-desc p,
.p-staff-post-desc p {
  padding-bottom: 1.5em;
}

/* 20210730 */
.p-main-visual-posts-post-ttl {
  margin: 0;
  line-height: 1.5;
}
_::-ms-backdrop, _:-ms-lang(x), .p-main-visual-posts-post-ttl {
  margin: 2px 0 0;
}
.a2a_kit .a2a_label {display:none !important;}

/***** 20210927 refusal *****/
.refusal {
  line-height: 1;
}
.refusal img {
  width: 100%;
  max-width: 285px;
  max-height: 14px;
  vertical-align: top;
}
@media screen and (max-width: 770px) {
  .refusal img {
    max-width: 285px;
  }
}
/***** 20220111 *****/
.c-form textarea {
  vertical-align: top;
}
/***** 20220308 *****/
.mw_wp_form_confirm .c-form .c-btn-body {
  padding: 20px 0;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 770px) {
  .mw_wp_form_confirm .c-form .c-btn-body {
    max-width: 300px;
  }
}
/***** 202205 SEO *****/
.c-post-content h4:not([class]) {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 0 0 5px 10px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.c-author-txt-sns-list-item-link span {
  transform:translate(4%);
}
.p-global-header {
  display: block;
}
/*** h1 ***/
.page-title {
  font-size: 1.5rem;
  line-height: 1.6;
  background-color: #3a3b3c;
  color: #fff;
  padding: 13px 30px;
  height: 50px;
  transition: height .1s linear, padding .1s linear;
}
.l-main.is-index {
  padding-top: 0 !important;
}
.is-overed .page-title {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.page-title h1 ,
.page-title p {
  font-size: 1.5rem;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 991px) {
  .page-title {
    padding: 8px 15px;
    height: 40px;
    white-space: nowrap;
  }
  .page-title h1 ,
  .page-title p {
    font-size: 1.2rem;
    line-height: 2;
  }
}

/* author */
.c-author {
  margin-top: 2em;
  position: relative;
  background: #f9f9f9;
}
.c-author-label {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .8em;
}
.c-author-label label {
  padding: .2em 0;
  letter-spacing: .1em;
  position: relative;
  color: #BBA79B;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .c-author {
    margin-top: 1.5em;
  }
  .c-author-label {
    width: 100%;
    left: auto;
  }
}
.c-author-container {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .c-author-container {
    padding: 50px 1em 20px;
  }
}

.c-author-figure {
  display: flex;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.c-author-img {
  max-width: none;
	width: auto;
	height: auto;
}

@media screen and (max-width: 767px) {
  .c-author-figure {
    margin: 0 auto;
  }
}

.c-author-txt {
  width: calc(100% - 150px);
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .c-author-txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.c-author-txt-label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #BBA79B;
}

@media screen and (max-width: 767px) {
  .c-author-txt-label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-author-txt-name {
  padding-bottom: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #e3e3e3;
}

.c-author-txt-name-main {
  font-size: 2.2rem;
  padding-right: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-author-txt-name {
	display: block;
  }
  .c-author-txt-name-main {
    font-size: 20px;
    font-size: 2rem;
    padding: 0;
  }
}

.c-author-txt-name-sub {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  font-weight: 900;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .c-author-txt-name-sub {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-author-txt-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1em;
  color: #777777;
}

.c-author-txt-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.c-author-txt-list-item {
  font-size: 13px;
  font-size: 1.3rem;
  padding-bottom: 10px;
}

.c-author-txt-list-item:not(:last-child) {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .c-author-txt-list {
    margin-bottom: 1em;
  }
  .c-author-txt-list-item:not(:last-child) {
    margin-right: .5em;
  }
  .c-author-txt-list-item {
    padding: 0;
  }
}

.c-author-txt-list-item-link {
  color: #BBA79B;
  transition: all .2s ease;
  padding: .3em 0 0;
  display: inline-block;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .c-author-txt-list-item-link:hover {
    opacity: .8;
    border-bottom: 1px solid #BBA79B;
  }
}

.c-author-txt-sns-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-author-txt-sns-label {
  font-weight: 900;
  margin-right: 2em;
  font-size: 1.5rem;
  letter-spacing: .1em;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
}

.c-author-txt-sns-list-item-link {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 1.5em 0 0;
  transition: color .5s ease;
}

@media screen and (max-width: 767px) {
  .c-author-txt-sns-label {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .c-author-txt-sns-list-item-link:hover {
    opacity: .8;
  }
}

/*** gurtenberg nav ***/
div#toc_container {
  display: inline-block;
  margin-bottom: 0;
  padding: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

@media screen and (max-width: 991px) {
  div#toc_container {
    padding: 20px;
  }
}

#toc_container p.toc_title {
  margin: 0 0 20px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  position: relative;
  padding-left: .9em;
}
#toc_container p.toc_title::before {
  content: '■';
  font-size: 12px;
  left: 0;
  position: absolute;
  bottom: .6em;
}

div#toc_container p.toc_title+ul.toc_list {
  margin-top: 0;
}

div#toc_container ul li {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 991px) {
  div#toc_container ul li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

div#toc_container ul ul {
  margin-top: 10px;
  margin-left: 0;
}

div#toc_container ul li ul li {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  color: #666;
}

@media screen and (max-width: 991px) {
  div#toc_container ul li ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

div#toc_container ul li ul li a:before {
  content: '・ ';
  font-weight: bold;
  font-size: 1.8rem;
  bottom: -0.1em;
  position: relative;
}

div#toc_container ul ul ul {
  margin-top: 0.5em;
}

div#toc_container ul li ul li ul li {
  text-indent: 1em;
}

div#toc_container a:hover {
  text-decoration: none;
}
div#toc_container > ul ul {
padding-left: .3em;
}

/*** pass ***/
.post-password-form p:last-child {
  margin-top: 20px;
}

.post-password-form input[type="password"] {
  border: 1px solid #ccc;
  padding: 3px;
}

.post-password-form input[type="submit"] {
  color: #fff;
  background: #048abf;
  padding: 4px 10px;
}
.wp-block-video video {
  width: 100%;
}

/*----------------------------------------
privacy
----------------------------------------*/
.c-form-consent {
  padding-top: 0;
}
.p-privacy__read {
  margin: 0 0 3em;
}
.p-privacy__ttl {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #bbb;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-privacy__ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/*----------------------------------------
c-section
----------------------------------------*/
.c-section {
  position: relative;
}
.c-section:not(:last-child) {
  margin-bottom: 120px;
}
.c-section.is-privacy {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-section:not(:last-child) {
    margin-bottom: 60px;
  }
  .c-section.is-privacy {
    padding-top: 40px;
  }
}
.c-section.is-contact {
  margin-bottom: 0;
}
.c-section__container {
  position: relative;
  margin: 0 80px;
}
@media screen and (max-width: 767px) {
  .c-section__container {
    margin: 0 20px;
  }
}
.c-section__container.is-middle {
  margin: 0 160px;
}
@media screen and (max-width: 1199px) {
  .c-section__container.is-middle {
    margin: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-middle.is-sp-middle {
    margin: 0 20px;
  }
}
.c-section__container.is-small {
  margin: 0 300px;
}
@media screen and (max-width: 1600px) {
  .c-section__container.is-small {
    margin: 0 200px;
  }
}
@media screen and (max-width: 1199px) {
  .c-section__container.is-small {
    margin: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-section__container.is-small {
    margin: 0 20px;
  }
}
.p-privacy-block {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-block {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*----------------------------------------
c-o-list-child
----------------------------------------*/
.c-o-list-child {
  position: relative;
  text-align: justify;
}
.c-o-list-child:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-o-list-child:not(:first-child) {
    margin-top: 10px;
  }
}
.c-o-list-child__item {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  counter-increment: c-o-list-child-number;
}
.c-o-list-child__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
  content: "(" counter(c-o-list-child-number) ")";
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item::before {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-o-list-child__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list-child__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*----------------------------------------
c-guid-desc
----------------------------------------*/
.c-guid-desc {
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-guid-desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-privacy-block .c-guid-desc,
.p-shopping-guide-block .c-guid-desc {
  text-align: left;
}
.c-section.is-guide .c-guid-desc {
  padding-left: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .c-section.is-guide .c-guid-desc {
    padding-right: 5px;
    padding-left: 5px;
  }
}
:not(:last-child) > .c-guid-desc:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  :not(:last-child) > .c-guid-desc:last-child {
    margin-bottom: 40px;
  }
}
/*----------------------------------------
c-o-list
----------------------------------------*/
.c-o-list {
  position: relative;
  text-align: justify;
}
.c-o-list:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .c-o-list:not(:last-child) {
    margin-bottom: 40px;
  }
}
.c-o-list__item {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  padding: 0 10px 0 35px;
  counter-increment: c-o-list-number;
}
@media screen and (max-width: 767px) {
  .c-o-list__item {
    margin-bottom: 10px;
    padding-left: 23px;
  }
}
.c-o-list__item:last-child {
  margin-bottom: 3em;
}
.c-o-list__item::before {
  position: absolute;
  top: 0;
  left: 3px;
  display: block;
  line-height: 1.8;
  content: counter(c-o-list-number) ".";
}
@media screen and (max-width: 767px) {
  .c-o-list__item::before {
    left: 1px;
  }
}
.c-o-list__item-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-o-list__item-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
a:not([class]) {
  text-decoration: underline;
  position: relative;
}
a:not([class]):hover {
    color: #0f0040;
}
.c-form__consent {
    padding: 1em 0;
    text-align: center;
    letter-spacing: 0.1rem;
}
.c-u-list-child__item {
    position: relative;
    padding: 0 0 0 1.2em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-u-list-child__item {
      font-size: 12px;
      font-size: 1.2rem;
  }
}
.c-u-list-child__item::before {
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    background: #6e6e6e;
    content: "";
}
/*----------------------------------------
footer-sub-link
----------------------------------------*/
.p-footer-sub-link {
  text-align: center;
  margin: 20px auto 0;
}
.p-footer-sub-link-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 0 1em;
}
@media screen and (max-width: 1024px) {
  .p-footer-sub-link-list {
    justify-content: center;
  }
}
.p-footer-sub-link-item {
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  margin: 0 5px;
}
.p-footer-sub-link-link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px;
  font-family: "Lato", "Noto Sans JP", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 1.5px;
  letter-spacing: 0.15rem;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  line-height: 1em;
}
.p-footer-sub-link-link::before {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    display: block;
    height: 3px;
    background: #BBA79B;
    content: "";
    -webkit-animation: nav-link-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    animation: nav-link-leave 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.p-footer-sub-link-link:hover {
    color: #BBA79B;
}
.p-footer-sub-link-link:hover::before {
    -webkit-animation: nav-link-enter 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    animation: nav-link-enter 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.p-post-eyecatch-src {
  display: inline;
}
.p-post-eyecatch::after {
  content: none;
}
.c-breadcrumbs-item:last-child .c-breadcrumbs-link {
  pointer-events:none;
}
@media screen and (max-width: 1024px) {
  .c-breadcrumbs {
    display: block;
  }
}
/***** 20221021 *****/
.a2a_svg path {fill: #222 !important;}.a2a_s_share1 svg path:first-child {fill: none !important;}
/* 20230825 */
.a2a_s_share1 svg path:first-child {fill: #222 !important;}

/* CF7に差し替え */

.wpcf7-form.submitting .wpcf7-submit {
  pointer-events: none;
  cursor: auto;
}

.wpcf7-radio,
.wpcf7-checkbox {
  padding: 6px 0;
  display: block;
}

.c-form .wpcf7-select {
  color: #111;
  appearance: auto;
  height: 64px;
  min-height: 64px;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7-spinner {
  margin: 0 auto;
  display: block;
}

input[type="date"] {
  color: #111;
  min-height: 64px;
}

input[type="date"]::-webkit-date-and-time-value {
  text-align: left;
}

.p-contact-form__submit .c-btn .wpcf7-spinner {
  display: none;
}

.c-form input.c-btn-body {
  margin: 0 auto;
  display: block;
}

.c-form input.c-btn-body:hover {
  background-color: #fff;
}

.c-form__consent {
  line-height: 1.6;
}

/***** 20240508 *****/

.p-post-content h2 {
  margin-top: 80px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-post-content h2 {
    margin-top: 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-post-content h3 {
  display: inline-block;
  margin-top: 40px;
  padding: 0 0 10px;
  border-bottom: 1px solid #111;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-post-content h3 {
    margin: 24px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-post-content h4 {
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-post-content h4 {
    margin: 24px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/***** 20240517 *****/
.a2a_s_share1 svg path:first-child {fill: currentColor !important;}
/***** 20240924 *****/
.p-post-meta-cat a{
   text-decoration: none;
}
.p-post-meta-cat a:hover {
  color: #ffffff;
}
/***** 20241022 *****/
.a2a_svg.a2a_s__default.a2a_s_share2 svg path {fill: #222 !important;}
.a2a_svg.a2a_s__default.a2a_s_share2 svg path:first-child {fill: none !important;}


.p-header:has(> .p-header-contact) {
  padding-right:0;
}
.p-header-sc .p-header-contact-block {
  background: #DED2C8;
}

.p-header-logo-img {
  max-height: 98px;
}
.p-footer-address-logo-img {
  max-width: 240px;
  max-height: 200px;
}

@media screen and (max-width: 767px) {
  .p-header-logo-img {
  max-height: 54px;
  }
  .p-header-logo-link {
    padding: 0 20px;
  }
  .p-footer-address-logo-img {
  max-width: 120px;
  }
}

.p-home-about-bg,
.p-about-concept-bg {
    background-position: center top;
}
.p-header-contact-ttl {
	line-height: 1.3;
}