@charset "UTF-8";

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

# Color */
/* $black: #111; */
/* $white: #fff; */
/* $glay: #777; */
/* $glay-black: #999; */
/* $pink: #929292; */
/* $pink-white: #ededed; */
/* $red: #e60012; */
/* $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); */
/*



*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

body {
  height: 100%;
  line-height: 1.7;
  font-size: 15px;
  font-size: 1.5rem;
font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  -webkit-text-size-adjust: 100%;
}


/*----------------------------------------
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: #929292;
  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: 50%;
  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%);
}

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

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

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

.p-footer-contact-info-btn.is-tel {
  padding: 30px 0;
  background: none;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: 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: 40px;
  font-size: 4rem;
  font-weight: 900;
}

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

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

@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: 150px;
}

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

.p-footer-address-desc {
  padding: 0 15px 1.5em 15px;
  font-size: 12px;
  font-size: 1.2rem;
  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 3px;
}

.p-footer-nav-link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

  font-size: 12px;
  font-size: 1.2rem;
  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: #929292;
  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: #929292;
}

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

.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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: 9999;
  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: 1400px) {
  .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: 1400px) {
  .p-header-logo {
    position: static;
    transform: none;
  }
}

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

@media screen and (max-width: 1400px) {
  .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: 45px;
}

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

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

@media screen and (max-width: 1400px) {
  .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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 900;
  color: #929292;
  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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

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

.p-header-contact-block {
  position: relative;
  display: block;
  width: 140px;
  height: 100%;
  background: #929292;
  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: #ededed;
}

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

.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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  letter-spacing: 0.2rem;
}

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

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

.p-gnav-link {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 45px 15px;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: #929292;
  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: #929292;
}

.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: 1400px) {
  .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: 1400px) {
  .p-sp-menu {
    display: block;
  }
}

.p-sp-menu-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #929292;
  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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: #929292;
  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 40px;
  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: #929292;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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 ,
a.c-breadcrumbs-link {
  color: #111;
}

/*----------------------------------------
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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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, .c-form-lead__confirm {
  margin: 0 0 50px;
  line-height: 1.8;
}

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

.c-form-lead p:not([class]) , .c-form-lead__confirm 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;
}

.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;
}

.c-form-label-val {
  margin: 0 15px 0 0;
  padding: 10px 13px;
  background: #e60012;
  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"]),
.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"]),
  .c-form textarea,
  .c-form select {
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-form input:not([type="radio"]):not([type="checkbox"])::-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"])::-moz-placeholder,
.c-form textarea::-moz-placeholder,
.c-form select::-moz-placeholder {
  color: #ccc;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):-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"])::-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"])::placeholder,
.c-form textarea::placeholder,
.c-form select::placeholder {
  color: #ccc;
}

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

.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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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;
  }
}

/*202411.c-page-headline-text::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #929292;
  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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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(146, 146, 146, 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: #929292;
}

/*----------------------------------------
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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

  font-size: 32px;
  font-size: 3.2rem;
  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;
  }
}

/*202411.c-ttl::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 20px;
  height: 3px;
  margin: 0 0 0 -14px;
  background: #929292;
  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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: #929292;
}

@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: #929292;
  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: #929292;
  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: #929292;
}

.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: 200px;
}

@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;
  flex: 1;
}

@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: 90%;
  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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 3.5vw;
  font-weight:900;
  line-height: 1.8;
  letter-spacing: 0.8vw;
    filter: drop-shadow(6px 6px 6px rgba(255,255,255,0.7));
}


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

.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;
  }
}


@media screen and (max-width: 767px) {
  
  .p-main-visual-catchcopy-ttl-text {
    line-height:1.5;
  }
}


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

.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 20px;
  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: #929292;
}

.p-main-visual-posts-post-date {
  margin: 0 20px 0 0;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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 0px;
  }
}

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

.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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  background:#929292;
  padding:5px;

}

.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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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 20px;
  font-size: 20px;
  font-size: 2rem;
}

@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: 20%;
  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: 50%;
  min-width: 50%;
  background: no-repeat center right 17%;
  background-size: cover;
  pointer-events: none;
/*  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
*/
}

@media screen and (max-width: 1024px) {
  .p-home-shop-map {
    width: 100%;
	background: no-repeat top 10% right 8%;
  }
}

.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-map.map-image {
    height: 360px;
  }

}

.p-home-shop-info {
  min-width: 50%;
  padding: 120px 100px;
}
@media screen and (max-width: 1150px) {
	.p-home-shop-info {
    	padding: 100px 80px;
	}
}

@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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: #929292;
  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: #929292;
}

.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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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;

}

@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;

}

.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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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 100px;
  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: #929292;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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:not([class]) {
  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:not([class]) {
    margin-top: 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.p-post-content h3:not([class]) {
  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:not([class]) {
    margin: 24px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-post-content h4:not([class]) {
  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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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(146, 146, 146, 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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: #929292;
}

.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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  color: #111;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2.5px;
  letter-spacing: 0.25rem;
}

@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;
  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;
  padding: 2em;
  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: top no-repeat;
  background-size: contain;
  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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  color: #929292;
  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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: #929292;
  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: #929292;
}

.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 40px;
}

@media screen and (max-width: 767px) {
  .p-style-single-table {
    margin: 0 0 20px;
  }
}

.p-style-single-table-tbl {
  width: 100%;
  text-align: left;
}

.p-style-single-table-ttl {
  padding: 10px 20px 10px 0;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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 0px;
}

@media screen and (max-width: 767px) {
  .p-style-single-stylist-data {
    padding: 0 0 0 0px;
  }
}

.p-style-single-stylist-ttl {
  margin: 0 0 15px;
  font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: #929292;
}

.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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',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;
}

/*----------------------------------------
p-faq
----------------------------------------*/
#about-faq {
	margin-top:-200px;
	padding-top:200px;
}

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

.p-about-faq .p-about-concept-desc {
  text-align:center;
}

.p-faq dt {
	cursor:pointer;
	position:relative;
	background:#e5e5e5;
	padding:30px;
	margin-bottom:20px;
	display:flex;
	align-items: center;
	line-height:1.7;
}

.p-faq dt:hover {
	background:#929292;
	color:#fff;
}

.p-faq dd {
	display:none;
	padding:0 30px 50px 30px;
	line-height:1.7;
}

.p-faq dt span {
	width: calc(100% - 20px);
	padding-right:15px;
}

.p-faq .fa-minus {
	display:none;
}

.p-faq .is-actived .fa-minus {
	display:inline-block;
}

.p-faq .fa-plus {
	display:none;
	display:inline-block;
}

.p-faq .is-actived .fa-plus {
	display:none;
}

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

.p-faq dt {
	padding:20px;
}

.p-faq dt:hover {
	background:#e5e5e5;
	color:#000;
}

.p-faq dd {
	padding:0 20px 30px 20px;
}

}
/***** addtoany  *****/
.p-post-content .addtoany_shortcode {
  margin-top: 60px;
}


/*202204*/
/*▼ショーの見どころ
----------------------------------------
about-show
----------------------------------------*/
.p-about-show {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
  text-align: center;
}

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

.p-about-show-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-show-bg {
    bottom: -50%;
  }
}

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

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

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

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

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

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

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

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

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

.p-about-show-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-show-section {
    display: block;
    padding: 20% 0 40px 30px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-about-show-section-fill-obj {
  width: 300px;
  background: #6E6270;
}

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

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

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

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

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

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

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

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

.p-about-show-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-show-section-box {
    width: 60%;
    padding: 50px 60px 60px;
  }
}

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

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

.p-about-show-section-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #6E6270;
  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-show-section-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
  }
}

.p-about-show-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-show-section-ttl {
    margin: 0 0 15px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
    text-align: left;
  }
}

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

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

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

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

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

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

.p-about-show-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-show-section-btn-body::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 2px;
  background: #929292;
  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-show-section-btn-body:hover {
  color: #929292;
}

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

/*▲ショーの見どころ*/

/*▼ギャラリー
----------------------------------------
about-gallery
----------------------------------------*/
.p-about-gallery-ttl{
    margin: 0 0 40px;
}
.p-about-gallery-desc {
	margin: 0 0 80px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
}
@media print, (min-width: 1025px) {
.wrapper_gallery{
	position: relative;
	z-index: 1;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 120px 80px;
	background: #fff;
	}
}
@media screen and (max-width: 1024px) {
.gallery_about{
	padding: 70px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	}
.wrapper_gallery {
	position: relative;
	z-index: 1;
	max-width: 90vw;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	}
.p-about-gallery-desc {
	margin: 0 0 40px;
	padding: 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
	}
}
/*▲ギャラリー*/


/*▼ご依頼方法
----------------------------------------
about-ask
----------------------------------------*/
.p-about-ask{
    padding: 80px 0 80px;	
	background:#e5e5e5;
}
.p-about-ask-ttl{
	margin-bottom:50px;
}
.p-about-ask-inner{
	position: relative;
	z-index: 1;
	max-width: 750px;
	margin: 0 auto;
	padding: 50px 120px;
	background: #fff;
}
.p-about-ask-inner a{
	text-decoration:underline;
	transition:all 0.3s ease;
}
.p-about-ask-inner a:hover{
	opacity:0.7;
}

@media screen and (max-width: 1024px) {
.p-about-ask{
	padding:50px 0;
}
.p-about-ask-ttl{
	margin-bottom:30px;
}
.p-about-ask-inner{
	margin-left:25px;
	margin-right:25px;
	padding:10vw;
}
}
/*▲ご依頼方法


/*▼FAQ内のリンク*/
.c-row-list__item a{
	text-decoration:underline;
	transition:all 0.3s ease;
}
.c-row-list__item a:hover{
	opacity:0.7;
}
/*▲FAQ内のリンク*/

/*▼FAQ下のフォームへのリンクボタン*/

.conversion_contact{
	margin: 0 auto;
	position: relative;
	text-align: center;
	border: 1px solid #ccc;
}

@media print, (min-width: 768px) {
.conversion_contact {
	width: 500px;
	margin-top: 80px;
}
.gallery_about{
	position: relative;
	overflow: hidden;
	padding: 120px 0 0;
	text-align: center;
	}
	a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
@media screen and (max-width: 767px) {
	.conversion_contact {
		width:75vw;
		margin-top:1.5rem;
	}
}

/*プロフィール*/
.p-staff-post-text p{
	text-align:justify;
}
h3.profile_heading{
	background:#E7E7E7;
	text-align:center;
}

@media print, (min-width: 1024px) {
	h3.profile_heading{
		padding:5px 0;
		margin-bottom:1em;
		background:#E7E7E7;
		text-align:center;		
	}
}
@media screen and (max-width: 1023px) {
	h3.profile_heading{
		padding:1rem 0;
		margin-bottom:2rem;
	}
		.p-about-concept-desc p{
		text-align:justify;
	}
}

.p-privacy-policy{
	margin:0 auto;
	text-align:left;
	background: #fff;
}


@media print, (min-width: 768px) {
	.p-privacy-policy{
		max-width:1200px;
		padding: 5em;
		margin-bottom: 5em;
		font-size: 1.2em;
	}
	.p-privacy-policy h2{
		font-size:1.6em;
		font-weight:bold;
		margin-top:1.8em;
	}
	.p-privacy-policy ul{
		margin:2em 0;
		list-style:disc;
		margin-left:2em;
	}
}
@media screen and (max-width: 767px) {
	.p-privacy-policy{
		width:90vw;
		margin: 0 auto;
		font-size:1em;
		padding:5vw;
		margin-bottom:2em;
	}
	.p-privacy-policy h2{
		font-size:1.3em;
		font-weight:bold;
		margin-top:1.2em;
	}
	.p-privacy-policy ul{
		margin:2em 0;
		list-style:disc;
		margin-left:1.2em;
	}
	.privacy-footer{
		text-align:center;
	}
	.privacy-footer a{
		color:#757575;		
	}
}

/*▼MENUのレイアウト変更*/
@media print, (min-width: 1023px) {
	.p-menu-course-list li.p-menu-course-item{
	display:block;
	}
}

/*▼プロフィールのSNSリンク*/
.p-staff-sns-list {
	padding: 2em;
	background: #fff;
	box-shadow: 0 0 20px rgba(51, 51, 51, 0.05);
}
.container_sns_banner{
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
}
@media print, (min-width: 1024px) {
	.p-staff-sns-list{
		margin-top:100px;
	}
}
@media print, (max-width: 1023px) {
	.p-staff-sns-list{
		margin-top:30px;
	}
}
@media print, (min-width: 1024px) {
	.p-staff-sns-list .snsbnrlist{
		width: calc((100% - 6rem) / 2);
    	margin: 1.2rem 1.5rem;
	}
	.container_sns_banner a img{
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	.container_sns_banner a:hover img{
		opacity:0.8;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
}
@media print, (max-width: 1023px) {
	.p-staff-sns-list .snsbnrlist{
		width:85vw;
		margin:2vw 0;
	}
}

/*レスポンシブ切り替え*/
@media print, (min-width: 1024px) {
	.sm{
		display: none !important;
	}
}
@media print, (max-width: 1023px) {
	.pc{
		display:none !important;
	}
}

/*reCAPTCHAマーク非表示*/
.grecaptcha-badge { visibility: hidden; } 
.alert_recaptcha_form{
	margin:1.8em 0 0 0;
}
.alert_recaptcha_form a{
	text-decoration:underline;
}

/*▼スマホ固定フッター*/
@media only screen and (max-width:1023px){
	.fixed_footer{
		position:fixed;
		width:100vw;
		display:flex;
		justify-content:center;
		bottom:0;
		left:0;
		z-index:9999;
	}
	.fixed_footer ul{
		display:flex;
		justify-content:space-between;
		width:90vw;
		margin-bottom:0.5rem;
	}
	.fixed_footer ul li{
		justify-content:center;
		color:#fff;
		height: 1rem;
		display:flex;
		align-items:center;
	}
	.fixed_footer ul li{
		background:#000;
		height:4.5rem;
	}

	.fixed_footer > ul:nth-child(1) > a:nth-child(1){
		width:80vw;
	}
	.fixed_footer ul a:nth-child(4) li{
		background:#f2f2f2 url(../img/common/icon_mail_fixedfooter.png) no-repeat left 0.2rem center;
		background-size:0.4rem;
		color:rgb(75,75,75);
		width:37vw;
		padding-left:0.33rem;
	}
}
/*▲スマホ固定フッター*/

/*▼PC用オファーバナー*/
.bnr_offer_fixed{
	background:#000;
	width:40px;
	height:300px;
	position:fixed;
	right:30px;
	top:180px;
}
.bnr_offer_fixed a{
	display:flex;
	width:100%;
	height:100%;
	writing-mode: vertical-rl;
	color:#fff;
	justify-content:center;
	align-items:center;
	position: relative;
	overflow: hidden;
	transition: color cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.bnr_offer_fixed a:hover {
	color: #fff;
}
.bnr_offer_fixed a: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;
}
.bnr_offer_fixed a::before{
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content:center;
	align-items:center;
	background:rgba(255,255,255,0.4);
	color:#fff;
	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;
}
/*▲PC用オファーバナー*/

/*▼ページトップボタン*/
a.btn_PageTop {
	color: #333;
	position: fixed;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: right;
	transform: rotate(90deg);
	transform-origin: bottom right;
	z-index:9999;
}
.arrow1 {
	width: 48px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	right: 62px;
}

.arrow2 {
	width: 1px;
	height: 12px;
	background: #333;
	position: absolute;
	top: calc(50% + 1px);
	right: 109px;
	transform: rotate(-130deg);
	transform-origin: top left;
}
@media print, (min-width: 1024px) {
	a.btn_PageTop {
		bottom: 24px;
		right: 80px;
		padding: 16px 20px;
	}
}
@media print, (max-width: 1023px) {
	a.btn_PageTop {
		bottom: 0;
		right: 5.5rem;
		padding: 2rem 1.5rem;
	}
}

/*▲ページトップボタン*/

/*▼営業電話お断り*/
.p-footer-no-sales {
	display: flex;
	width: 100%;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
}
.p-footer-no-sales p {
  width: 100%;
  background: #fff;
  color: #f00;
}
@media print, (min-width: 1024px) {
	.p-footer-no-sales {
		padding:20px;
	}
	.p-footer-no-sales p {
		padding:20px 0;
	}
}
@media print, (max-width: 1023px) {
	.p-footer-no-sales {
		padding:10px 20px;
	}
	.p-footer-no-sales p {
		padding:10px 0;
		font-size:1.4rem;
	}
}
/*▲営業電話お断り*/

/*▼ブログ記事一覧へ*/
.btn_archive {
	color: #333;
	position: relative;
	display:inline-block;
	text-decoration: none;
	width: 100px;
	text-align: left;
	transform-origin: bottom right;
	z-index:9999;
	left: 100%;	
}

.btn_archive:before,
.btn_archive:after{
	content:'';
	position:absolute;
	background: #333;
}
.btn_archive:after{
	transform: rotate(130deg);
	transform-origin: top left;	
}
@media print, (min-width: 1024px) {
	.btn_archive {
		transform: translateX(-130px);
		margin-top:10px;
		transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);		
	}
	.btn_archive:before{
		width: 53px;
		height: 1px;
		top: 50%;
		left: 62px;
	}
	.btn_archive:after{
		width: 1px;
		height: 12px;
		top: 50%;
		left: 116px;
	}
	.btn_archive:hover {
		color: #929292;
	}
	.btn_archive:hover:before,
	.btn_archive:hover:after {
		background: #929292; 
	}
}
@media print, (max-width: 1023px) {
	a.btn_archive {
		transform: translateX(-130px);
		margin-top:2rem;
		margin-left:15px;
	}
	.btn_archive:before{
		width: 53px;
		height: 1px;
		top: 50%;
		left: 56px;
	}
	.btn_archive:after{
		width: 1px;
		height: 12px;
		top: 50%;
		left: 110px;
	}	
}

/*▲ブログ記事一覧へ*/

/*本番公開時に元を直す*/
.p-main-visual-posts{
	right:90px;
}
/*202411.c-ttl::before */

/*▼YouTubeメンバーシップ*/

.p-YouTubeMB {
	position: relative;
	overflow: hidden;
}
.p-home-YT-bg{
	display: flex;
	max-width: 1080px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction:column;
		]
}
.overlay{
	   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* 半透明の白 */
}
.p-home-YT-bg h3,
.p-home-YT-bg p{
	z-index:9999;
}


@media print, (min-width: 1024px){
	.p-YouTubeMB{
		padding:80px 0;
		min-height:450px;
	}
	.txt_YT{
		width:600px;
		margin:40px auto;
	}
}
@media only screen and (max-width: 767.98px){
	.p-YouTubeMB{
		padding:3.5rem;
	}
	.txt_YT{
		margin:2rem 0;
	}
}
/*▲YouTubeメンバーシップ*/

/*▼トップページSNSバナー*/
.p-sns-section {
	position: relative;
	z-index: 2; /* 他のセクションが上書きしないように設定 */
	background-color: #fff; /* セクション背景色 */
}
.p-sns-section-content {
	margin: 0 auto; /* 中央寄せ */
	display:flex;
	flex-direction:column;
}
.p-sns-section-content div{
	display:flex;
	justify-content:center;
}

/* 全体のスタイル */
.banner-container {
	display: flex;
	flex-wrap: wrap; /* 上下段に分けるためにラップを許可 */
	justify-content:center;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* バナーアイテム共通スタイル */
.banner-item {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.banner-item img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
/* 擬似要素でホバーエフェクト */
.banner-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.4);
	transform: translateX(-100%);
	transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1;
}
/* ホバー時のアニメーション */
.banner-item:hover::before {
	transform: translateX(0); /* 擬似要素をスライドイン */
}

@media print, (min-width: 1024px){

	.p-sns-section{
		padding: 120px 20px; /* セクション内余白 */
		margin: 0; /* 上下余白 */
	}
	.p-sns-section-content {
		max-width: 1200px; /* コンテンツ幅 */
	}
	.p-sns-section-content h3{
		text-align:center;
	}
	.banner-item{
		margin:20px 0;
	}

}
@media only screen and (max-width: 767.99px){
	.p-sns-section{
		padding:1rem 2rem 3rem;
	}
	.banner-container{
		justify-content:space-between;
	}

}
/* パララックスの影響をリセットまたは調整 */
/*[data-speed-y] {
	transform: none !important; 
}/* パララックス効果を無効化 */

/* p-home-aboutセクション特有のパララックス調整 */
.p-home-about[data-speed-y] {
	transform: translate3d(0, 0, 0) !important; /* 位置を固定 */
}

/* p-home-staffセクション特有のパララックス調整 */
.p-home-staff[data-speed-y] {
	transform: translate3d(0, 0, 0) !important; /* 位置を固定 */
}
	@media print, (min-width: 1024px) {
	.p-main-visual-pagination-inner{
		padding:20px;
	}
}
/*その他の調整*/
@media only screen and (max-width: 767.99px){
	.p-home-about-article{
		padding:3.5rem 0;
	}
	.p-home-staff,
	.p-footer-contact,
	.p-about-concept,
	.p-about-point,
	.p-about-show,
	.p-about-ask,
	.p-menu-course{
		padding-top:3.5rem;
		padding-bottom:3.5rem;
	}
	.p-menu-course{
		margin-bottom:0;
		padding-bottom:0;
	}
	#about-faq{
		margin-top:0;
		margin-bottom:0;
		padding-top:0;
		padding-bottom:3.5rem;		
	}
	.p-about-faq-inner{
		padding-top:0;
		padding-bottom:0;
	}
	.p-footer-contact-info,
	.p-about-point-list,
	.p-about-show-list{
		padding-bottom:0;
	}
	.p-global-footer{
		padding:3.5rem 30px 0;
	}
	.p-about-concept-desc p:not([class]),
	.p-about-point-desc{
		margin-bottom:0;
	}
	.p-menu-course-data-desc{
		font-size:1.6rem;
	}
	.c-row-list{
		margin-top:1.5rem;
	}
	.p-main-visual-posts-post{
		border-bottom: 1px solid #333;
		margin:15px 0 0;
		padding-bottom:15px;
	}
	.p-main-visual-posts-post-date{
		font-size:1rem;
	}
	.p-main-visual-posts-post-ttl{
		font-size:1.4rem;
	}
	.p-home-news-ttl.c-ttl{
		padding-top:0;
		padding-bottom:0.8rem
	}
	.p-main-visual-posts-post-ttl{
		padding-top:3px;
	}
}
@media print, (min-width: 1024px) {
	.p-home-news-ttl.c-ttl{
		padding-top:0;
		padding-bottom: 10px;
		transform: translate(-10px,-5px);
	}
	.p-main-visual-posts-post-date{
		font-size:1rem;
		margin-right:10px;
	}
	.p-main-visual-posts{
		padding:40px;
		z-index:9999;
	}
}

/*オファーページ価格表*/
.pricetable dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.pricetable dt {
	background-color: #ccc;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.pricetable dd {
	padding: 5px;
	margin: 0;
	text-align:center;
}
.BtnOffer{
	display:flex;
	justify-content:center;
}
@media (min-width: 768px) {
	.pricetable div.row{
		width:calc(100% / 3);
	}
	.pricetable dt,
	.pricetable dd{
		border:1px solid #000;
		text-align:center;
	}
	.pricetable dt{
		border-bottom:0;
		border-right:0;
	}
	.pricetable dd{
		border-right:0;
	}
	.pricetable .row:last-child dt,
	.pricetable .row:last-child dd{
	    border-right:1px solid #000;
	}
	.BtnOffer{
		margin:40px 0;
	}
	.beforoffer{
		padding-bottom:70px;
	}
	.page-id-1857 .p-menu-course-images{
		padding:0;
	}
	.page-id-1857 .p-menu-course-images-item{
		padding:0 20px;
	}
}
/* スマホ（767px以下）で強制的に縦並び */
@media (max-width: 767px) {
    .pricetable dl {
        width: 100%; /* スマホでは横幅いっぱい */
        display: block; /* フレックス解除して縦並び */
    }
	.pricetable dt,
	.pricetable dd {
		width: 100%; /* スマホでは横幅100%に */
		display: block; /* 確実に縦並びに */
		text-align: left;
		padding-left: 1.5rem;
    }
	.pricetable dt {
		border-bottom: none; /* タイトルの下線を削除 */
	}
	.pricetable dd {
		border-bottom: none; /* タイトルの下線を削除 */
	}
	.beforoffer{
		padding-bottom:4rem;
	}
}

.p-post-content a{
	color:blue;
}
.p-post-content a:visited{
	color:purple;
}
.p-post-content a:hover{
	text-decoration:underline;
}

/*【202601　schedule】*/
/* スケジュール一覧のスタイル */
.c-schedule-month-title {

    font-weight: bold;
    padding: 15px 0 10px;
    margin: 40px 0 10px;
    border-bottom: 2px solid #333; /* デザインに合わせて調整 */
}

.c-schedule-item {
    border-bottom: 1px solid #eee;
}

.c-schedule-header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 15px;
    font-size: 1.5rem;
    transition: background 0.2s;
}

.c-schedule-header:hover {
    background-color: #f9f9f9;
}

.c-schedule-date {
    font-weight: bold;
    min-width: 80px;
}

.c-schedule-time {
    color: #333;
    min-width: 60px;
	font-weight:bold;
}

.c-schedule-title {
    flex: 1;
}

/* ＋アイコンの擬似要素 */
.c-schedule-icon {
    position: relative;
    width: 20px;
    height: 20px;
}
.c-schedule-icon::before, .c-schedule-icon::after {
    content: '';
    position: absolute;
    background: #333;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
}
.c-schedule-icon::before { width: 14px; height: 2px; }
.c-schedule-icon::after { width: 2px; height: 14px; }

/* 開閉時のアイコン変化 */
.c-schedule-item.is-open .c-schedule-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

/* アコーディオンの中身（JSで高さを制御するかCSSで制御） */
.c-schedule-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #fff;
}

.c-schedule-item.is-open .c-schedule-content {
    max-height: 2000px; /* 十分な高さ */
    border-top: 1px solid #eee;
}

.c-schedule-inner {
    padding: 20px;
    line-height: 1.8;
}
/* スケジュールページのみ全幅にする設定 */
.l-blog.is-fullwidth {
    display: block; /* フレックスボックスを解除（必要に応じて） */
}

.l-blog.is-fullwidth .l-blog-main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important; /* 昔のテーマの場合の対策 */
    padding-right: 0; /* サイドバーがあった側の余白を消す */
}

/* PC表示の時に内容が見やすくなるよう調整 */
@media (min-width: 768px) {
    .c-schedule-header {
        padding: 25px 20px; /* 少し広く */
    }
}
/* ヘッダー全体のフォントを本文と同じに合わせる */
.c-schedule-header {
    font-family: inherit; /* 親要素（bodyなど）のフォントを強制的に継承 */
    color: #333;          /* テキストの色を明示的に指定（テーマに合わせて変更） */
    line-height: 1.6;     /* 行間を調整 */
}

/* 日付やタイトルの細かい微調整 */
.c-schedule-date,
.c-schedule-time,
.c-schedule-title {
    font-family: inherit;
}

/* 展開後の本文内の文字サイズをヘッダーに合わせたい場合 */
.c-schedule-inner {
    color: #444;          /* 本文は少しだけ柔らかい色にするなどの調整 */
}

/* 本文内の段落（pタグ）などの余白調整 */
.c-schedule-inner p {
    margin-bottom: 1em;
}
.c-schedule-inner img {
    max-width: 100%;
    height: auto;
}
/* 1. フォントとサイズの継承設定 */
.c-schedule-header,
.c-schedule-header * {
    font-family: inherit; /* サイト共通のフォントを強制継承 */
    font-size: inherit;   /* 個別にサイズを指定せず、テーマの標準に従う */
    font-weight: inherit;
}

/* 2. ヘッダー（タイトル部分）の基本スタイル */
.c-schedule-header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1.5em 1em; /* サイズ指定の代わりに余白(em)で高さを出す */
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* 3. 【重要】展開時のタイトル部分の背景色 */
.c-schedule-item.is-open .c-schedule-header {
    background-color: #f0f0f0; /* 開いている時はタイトル背景をグレーに */
    border-bottom: 1px solid #ccc;
}

/* 4. 【重要】展開される本文エリアの背景色と余白 */
.c-schedule-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;

}

.c-schedule-item.is-open .c-schedule-content {
    max-height: 2000px;
}

.c-schedule-inner {
    padding: 2em 1.5em; /* 本文のまわりに十分な余白をとる */
    border-bottom: 2px solid #ddd; /* 項目の終わりを強調 */
}

/* 5. アイコンの色の変化 */
.c-schedule-icon::before,
.c-schedule-icon::after {
    background: currentColor; /* 文字色と同じ色にする */
}
section.p-schedule{
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	background: #efefef;
}
section.p-schedule .l-blog{
	padding:80px 40px 100px;
}
/* --- 通常時のヘッダー（ホバー時は既存のスタイルを維持） --- */
.c-schedule-header {
    background-color: #fff;
    color: #333; /* 通常の文字色 */
    transition: all 0.3s ease;
}

/* --- 【重要】クリックして展開している時のスタイル --- */
.c-schedule-item.is-open .c-schedule-header {
    background-color: #555; /* ダークな背景 */
    color: #f0f0f0;          /* 白っぽい文字色 */
    border-bottom-color: #444; /* 境界線も少し暗くして馴染ませる */
}

/* 展開時のアイコンの色も白に変える */
.c-schedule-item.is-open .c-schedule-icon::before,
.c-schedule-item.is-open .c-schedule-icon::after {
    background-color: #f0f0f0;
}

/* 展開時の日付や時間の文字色も強制的に白っぽく */
.c-schedule-item.is-open .c-schedule-date,
.c-schedule-item.is-open .c-schedule-time,
.c-schedule-item.is-open .c-schedule-title {
    color: inherit; /* 親の header で指定した color を引き継ぐ */
}

.c-schedule-header {
    display: grid;
    /* 1列目(日付): 固定幅 100px */
    /* 2列目(時間): 固定幅 250px（複数あっても収まる幅に調整） */
    /* 3列目(タイトル): 残りの幅すべて */
    /* 4列目(アイコン): 固定幅 30px */
    grid-template-columns: 100px 250px 1fr 30px;
    align-items: center; /* 垂直方向を中央揃え */
    gap: 20px;           /* 各要素の間隔 */
    text-align: left;    /* 左揃えに固定 */
    width: 100%;
    padding: 15px 20px;
}

/* 各スパンの余計なマージンを消して位置を安定させる */
.c-schedule-date,
.c-schedule-time,
.c-schedule-title {
    margin: 0;
    white-space: nowrap; /* 勝手に改行されないようにする */
}

/* タイトルが長すぎる場合は三点リーダーで省略するか、折り返しを許可する */
.c-schedule-title {
    white-space: normal; /* タイトルは長い場合があるので折り返しを許可 */
    overflow: hidden;
    text-align: left;
}

/* モバイル対応：画面が狭いときはグリッドを組み直す */
@media (max-width: 768px) {
    .c-schedule-header {
        grid-template-columns: 80px 1fr 30px; /* 時間を2行目にするなど */
    }
    .c-schedule-time {
        grid-column: 2 / 3;
        grid-row: 2;
    }
}
.c-schedule-inner p{
	text-align:left;
}
/* ボタンの配置エリア */
.c-schedule-controls {
    margin-bottom: 30px;
    text-align: right; /* 右寄せ（左寄せが良ければ left に変更） */
}

/* 全部開閉ボタンの基本スタイル */
.js-schedule-toggle-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
	font-family: inherit; 
    letter-spacing: 0.05em; /* もし文字間隔を少し広げて綺麗にしたい場合 */	
}

/* ホバー時の挙動 */
.js-schedule-toggle-all:hover {
    background-color: #333;
    color: #fff;
}

/* 「開いている」状態のスタイル：背景を少し暗くし、文字は黒を維持 */
.js-schedule-toggle-all[data-state="opened"] {
    background-color: #eee; /* 薄いグレー */
    border-color: #999;
    color: #333 !important; /* 強制的に黒系にする */
}

/* ホバー時は常に反転して見やすくする */
.js-schedule-toggle-all:hover {
    background-color: #333 !important;
    color: #fff !important;
}

/* スマホでの調整 */
@media (max-width: 768px) {
    .c-schedule-controls {
        text-align: center; /* スマホでは中央寄せ */
    }
    .js-schedule-toggle-all {
        width: 100%; /* スマホでは横幅いっぱいに */
        padding: 12px;
    }
}
.c-schedule-content {
    display: none;       /* 最初は隠す */
    overflow: hidden;    /* はみ出しを隠す（アニメーションに必須） */
    transition: height 0.3s ease; /* スルスル動かす設定 */
}
/* アンカーリンクで飛んできた際、要素の頭に余白を作る */
.c-schedule-item {
    scroll-margin-top: 120px; /* JSのoffsetと合わせるとさらに安定します */
}
/* PC: 6件目以降を非表示 */
@media (min-width: 769px) {
    .is-pc-hide {
        display: none;
    }
    /* PCでは詳細エリアとアイコンを絶対出さない */
    .u-mobile-only {
        display: none !important;
    }
}

/* スマホ: 展開機能のスタイル */
@media (max-width: 768px) {
    .p-main-visual-posts-post {
        border-bottom: 1px solid #eee;
    }
    .p-main-visual-posts-post-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        cursor: pointer;
    }
    .c-schedule-content {
        display: none; /* 初期状態は閉じる */
        overflow: hidden;
        transition: height 0.3s ease;
        background: #f9f9f9; /* 少し色を変えると見やすい */
        padding: 0 10px;
    }
}
@media (max-width: 768px) {
    .c-schedule-header {
        display: flex;
        align-items: center; /* 上下中央揃え */
        gap: 8px; /* 要素間の隙間 */
        padding: 12px 35px 12px 10px; /* 右側にアイコン用のスペースを確保 */
        text-align: left;
        position: relative;
        overflow: hidden; /* はみ出し防止 */
    }

    /* 月/日(曜) */
    .c-schedule-date {
        font-size: 13px;
        font-weight: bold;
        white-space: nowrap; /* 改行させない */
        flex-shrink: 0; /* 日付が潰れないように固定 */
    }

    /* イベント名 */
    .c-schedule-title {
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap; /* 1行に収める */
        overflow: hidden; /* はみ出た分を隠す */
        text-overflow: ellipsis; /* 長すぎる場合は「...」にする */
        flex-grow: 1; /* 余ったスペースを埋める */
    }

    /* 公演時間はスマホでは非表示（1行に収めるための優先順位） */
    .c-schedule-time {
        display: none;
    }

    /* アイコン */
    .c-schedule-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        flex-shrink: 0;
    }
}
@media (max-width: 768px) {
    /* コンテナの左右余白を削って幅を広げる（親要素のpaddingに合わせて調整） */
    .l-blog.is-fullwidth {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .c-schedule-header {
        display: flex;
        flex-wrap: wrap; /* 2行構成を許可 */
        align-items: center;
        padding: 12px 35px 12px 10px; /* アイコン用の右余白を確保 */
        width: 100%;
        text-align: left;
        position: relative;
    }

    /* 1行目左：日付 */
    .c-schedule-date {
        font-size: 14px;
        font-weight: bold;
        margin-right: 8px;
        white-space: nowrap; /* 改行させない */
    }

    /* 1行目右：タイトル */
    .c-schedule-title {
        flex: 1; /* 残りの幅を占有 */
        font-size: 15px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; /* 長いタイトルは1行で切る（お好みで） */
    }

    /* 2行目：公演時間 */
    .c-schedule-time {
        display: block;
        width: 100%; /* 強制改行 */
        font-size: 12px;
        color: #333;
		font-weight:bold;
        margin-top: 4px; /* 1行目との間隔 */
        padding-left: 0; 
    }

    /* アイコンの位置（右端中央） */
    .c-schedule-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 768px) {
    .c-schedule-header,
    .p-main-visual-posts-post-link {
        display: flex !important;
        flex-wrap: wrap !important; /* 折り返しを許可 */
        align-items: center;
        padding: 12px 40px 12px 10px !important;
        position: relative;
        text-align: left;
    }

    /* --- 1行目：日付 --- */
    .c-schedule-date, 
    .p-main-visual-posts-post-date {
        font-size: 14px;
        font-weight: bold;
        margin-right: 10px;
        flex-shrink: 0; /* 日付を潰さない */
        display: inline-block;
    }

    /* --- 1行目：イベント名 --- */
    .c-schedule-title, 
    .p-main-visual-posts-post-ttl {
        font-size: 15px;
        font-weight: bold;
        flex: 1; /* 残りの幅を使い切る */
        white-space: nowrap; /* 1行に収める */
        overflow: hidden;
        text-overflow: ellipsis; /* 長い場合は「...」 */
        display: inline-block;
    }

    /* --- 2行目：時間（ここがポイント） --- */
    .c-schedule-time {
        display: block !important;
        width: 100% !important; /* 幅100%にして強制的に改行させる */
        margin-top: 4px; /* 1行目との隙間 */
        font-size: 12px;
        color: #333;
        font-weight: bold;
    }

    /* アイコンは右端中央に固定 */
    .c-schedule-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (max-width: 768px) {
    /* 親要素：折り返しを許可 */
    .c-schedule-header {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center;
        padding: 12px 40px 12px 15px !important;
        position: relative;
    }

    /* 1行目・左：日付 */
    .c-schedule-date {
        order: 1; /* 1番目に配置 */
        font-size: 14px;
        font-weight: bold;
        margin-right: 10px;
    }

    /* 1行目・右：タイトル */
    .c-schedule-title {
        order: 2; /* 2番目に配置（日付の横） */
        font-size: 15px;
        font-weight: bold;
        flex: 1; /* 残りの幅を占有 */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* 2行目：時間（強制改行） */
    .c-schedule-time {
        order: 3; /* 3番目に配置（下の行へ） */
        display: block !important;
        width: 100% !important; /* 幅100%で下の行に落とす */
        margin-top: 4px;
        font-size: 12px;
        color: #333;
    }

    /* アイコンは右端中央 */
    .c-schedule-icon {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
}
/* ==========================================================================
   TOPページ専用：リストの高さと垂直位置の強制統一
   ========================================================================== */
@media (max-width: 768px) {
    /* リスト項目の外枠から余計なドットや余白を消す */
    .p-main-visual-posts-post {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #eee;
    }
    .p-main-visual-posts-post::before,
    .p-main-visual-posts-post::after {
        display: none !important; /* リストのドット等を強制排除 */
    }

    /* リンクエリアを均一な高さに固定 */
    .p-main-visual-posts-post-link {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important; /* 垂直方向中央 */
        align-content: center !important;
        padding: 10px 40px 10px 0 !important; /* 左右の余白を調整 */
        min-height: 54px !important; /* 全体の高さを統一してガタつき防止 */
        text-decoration: none !important;
    }

    /* 1行目テキストの位置を揃える */
    .p-main-visual-posts-post-date,
    .p-main-visual-posts-post-ttl {
        display: inline-block !important;
        vertical-align: middle !important;
        line-height: 1.4 !important;
        margin-bottom: 0 !important;
    }

    /* 2行目：時間（位置を固定） */
    .p-main-visual-posts-post-time {
        width: 100% !important;
        display: block !important;
        margin: 2px 0 0 0 !important; /* 上の隙間だけ固定 */
        padding: 0 !important;
        font-size: 11px !important;
        line-height: 1.2 !important;
    }

    /* アイコンを右端中央に完全に固定 */
    .p-main-visual-posts-post-link .c-schedule-icon {
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        margin: 0 !important;
    }
}
/* スマホ版：展開時の表示を保証 */
@media (max-width: 768px) {
    .c-schedule-item.is-open .c-schedule-content {
        display: block !important; /* 強制的に表示 */
        height: auto !important;   /* 高さを確保 */
        max-height: none !important;
    }
    

}
/* ==========================================================================
   スマホ版TOP：展開コンテンツのテキスト表示修正
   ========================================================================== */
@media (max-width: 768px) {
    /* 1. コンテンツエリアを強制的に可視化 */
    .c-schedule-content.u-mobile-only {
        display: none; /* 初期状態（JSでblockに切り替わる） */
        width: 100% !important;
        background-color: #f9f9f9 !important; /* 背景色をつけて境界を明確に */
    }

    /* 展開時（is-openクラスがついた時） */
    .c-schedule-item.is-open .c-schedule-content {
        display: block !important;
        height: auto !important;
        max-height: none !important;
    }

    /* 2. テキスト（pタグなど）の文字色と透明度を強制指定 */
    .c-schedule-inner,
    .c-schedule-inner p,
    .c-schedule-inner span {
        color: #333 !important;      /* 文字色を濃いグレーに固定 */
        opacity: 1 !important;       /* 透明度をリセット */
        visibility: visible !important;
        text-align: left !important;
        line-height: 1.6 !important;
    }

    /* 3. 画像がはみ出さないように調整 */
    .c-schedule-inner img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin: 10px 0;
    }
}
@media (max-width: 768px) {
    /* 1. コンテンツエリア自体の可視化を徹底 */
    .c-schedule-content {
        display: none; /* JSで切り替え */
        background-color: #fefefe !important; 
        border-top: 1px solid #eee;
        position: relative;
        z-index: 10;
    }

    /* 展開時 */
    .c-schedule-item.is-open .c-schedule-content {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* 2. 本文内のテキスト（pタグ）を「見える状態」に強制上書き */
    .c-schedule-inner p {
        display: block !important;       /* 消えている可能性を排除 */
        visibility: visible !important;   /* 隠れている可能性を排除 */
        color: #333000 !important;        /* 真っ黒に近い色で固定 */
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 1em !important;
        height: auto !important;          /* 高さが0になるのを防ぐ */
        opacity: 1 !important;            /* 透明化を解除 */
    }

    /* 3. 親の <a> タグの影響を遮断する */
    .p-main-visual-posts-post-link {
        color: #000 !important;
    }
}
@media (max-width: 768px) {
    /* スケジュールセクション内の More ボタンを非表示にする */
    .p-schedule .btn_archive,
    .p-main-visual-posts .btn_archive {
        display: none !important;
    }
}
@media (max-width: 768px) {
    /* 1. タイトルを左に寄せ、折り返しを許可する */
    .c-schedule-title,
    .p-main-visual-posts-post-ttl {
        order: 2;
        flex: 1;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
        
        /* --- 修正ポイント：左寄せと折り返し --- */
        margin-left: -5px;      /* 日付との距離を詰めて左に寄せる */
        white-space: normal !important; /* 改行を許可して全表示 */
        overflow: visible !important;   /* 省略せずに表示 */
        text-overflow: clip !important;
        
        /* アイコンと重ならないための右余白 */
        padding-right: 10px; 
    }

    /* 2. 日付の幅を最小限にする */
    .c-schedule-date,
    .p-main-visual-posts-post-date {
        order: 1;
        margin-right: 5px; /* 右側の余白を少し詰める */
        flex-shrink: 0;
        min-width: 65px;   /* n/j(D)が収まる最小幅 */
    }

    /* 3. アイコン（＋ボタン）の位置を調整 */
    .c-schedule-icon {
        position: absolute !important;
        right: 10px;
        /* タイトルが複数行になっても1行目の高さに固定する場合 */
        top: 22px !important; 
        transform: translateY(-50%) !important;
        flex-shrink: 0;
    }

    /* 4. ヘッダー全体の余白を微調整 */
    .c-schedule-header,
    .p-main-visual-posts-post-link {
        padding-right: 35px !important; /* アイコンがある右側のガードを固める */
        align-items: flex-start !important; /* 複数行時に上揃えにする */
    }
}
@media (max-width: 768px) {
    /* --- TOPページの時間（時刻）を2行目に強制 --- */
    .p-main-visual-posts-post-time {
        order: 3 !important;      /* 3番目に配置 */
        display: block !important;
        width: 100% !important;   /* 幅100%で1行目を占有させない */
        margin-top: 4px !important;
        font-size: 11px;
        color: #000 !important;
		font-weight:bold;
        line-height: 1.2;
    }

    /* --- TOPページの日付とタイトル --- */
    .p-main-visual-posts-post-date {
        order: 1 !important;
        margin-right: 5px;
        min-width: 65px;
        font-size: 13px;
    }

    .p-main-visual-posts-post-ttl {
        order: 2 !important;
        flex: 1;
        font-size: 14px;
        margin-left: -5px; /* 左に寄せる */
        white-space: normal !important; /* 改行を許可 */
        line-height: 1.4;
    }

    /* --- 親要素の並び順を制御（TOPリンク） --- */
    .p-main-visual-posts-post-link {
        display: flex !important;
        flex-wrap: wrap !important; /* これがないとorderが効きません */
        align-items: flex-start !important;
        padding-right: 40px !important;
    }

    /* --- アイコンの位置固定 --- */
    .p-main-visual-posts-post-link .c-schedule-icon {
        position: absolute !important;
        right: 10px;
        top: 22px !important; /* 1行目の高さに固定 */
        transform: translateY(-50%) !important;
    }
}
@media only screen and (max-width: 767.99px) {
  .p-main-visual-posts-post-ttl {
    padding-top: 0px;
  }
}