:root {
  --accent-color: #965D57;
  --_color-text: #5a3c37;
  --bg-color: #F7F6F4;
  --em-color: #EBD5CD;
  --_container-max-width: 1350px;
  --_base-font-family: 'TsukuARdGothicStd-M', var(--font-family);
  --_base-font-family-bold: 'TsukuARdGothicStd-B', var(--font-family);
}

body {
  background-color: var(--bg-color);
  color: var(--_color-text);
  letter-spacing: 1px;
  font-size: 15px;
  font-family: var(--_base-font-family);
}
@media (min-width: 640px) {
  body {
    font-size: 16px;
  }
}
strong {
  font-family: var(--_base-font-family-bold);
}
a>span {
  text-decoration: underline;
}
.l-header {
  background-color: var(--bg-color);
}

html[data-sticky-footer=true] .l-container {
min-height: initial !important;
}

@media (max-width: 639px) {
  .u-invisible-md-down-tb {
    display: none;
  }
}

.c-site-branding__title .custom-logo {
  width: 200px;
}
@media (min-width: 1024px) {
  .c-site-branding__title .custom-logo {
    width: 280px;
  }
}
.tel-icon {
  width: 25px;
  height: auto;
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 6px;
}
.tel-link-txt {
  font-size: 25px;
  text-decoration: none;
}
.smb-media-text {
  overflow: visible;
}

.l-lp-mv {
  margin-top: 0 !important;
}
/* .l-lp-mv {
  position: relative;
  width: 100%;
  padding-left: calc(var(--_container-margin-sm, .9rem) + env(safe-area-inset-left));
  padding-right: calc(var(--_container-margin, .9rem) + env(safe-area-inset-right));
} */
@media (min-width: 640px) {
  .l-lp-mv {
    padding-left: calc(var(--_container-margin, 1.8rem) + env(safe-area-inset-left));
    padding-right: calc(var(--_container-margin, 1.8rem) + env(safe-area-inset-right));
  }
}
.lp-mv__inner {
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 15em);
  background-color: var(--em-color);
}
@media (min-width: 640px) {
  .lp-mv__inner {
    border-radius: 16px;
  }
}
.lp-mv__body {
  position: relative;
  width: 100%;
  height: 100%;
}
.lp-mv__body img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.mv-catch {
  position: absolute;
  display: flex;
  color: #fff;
  font-weight: bold;
  width: calc(100% - (var(--_space)*2));
}
@media (min-width: 769px) {
  .mv-catch {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: var(--_space);
  justify-content: left;
  }
}
@media (max-width: 768px) {
  .mv-catch {
    bottom: calc(var(--_space)*.5);
    left: calc(var(--_space)*.5);
    right: calc(var(--_space)*.5);
  }
}
.mv-catch__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--_space);
}
@media (max-width: 639px) {
.mv-catch__txt {
  gap: calc(var(--_space)*.5);
}
}
.mv-catch__txt--main {
  text-align: right;
  font-size: clamp(42px, 3.333vw, 64px);
  /* background-image: linear-gradient(90deg, rgba(235, 213, 205, 0.5), rgba(235, 213, 205, 0.5));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 40%; */
  background-color: #f28f00;
  line-height: 1;
  padding: calc(var(--_space) *.25) calc(var(--_space) *.25);
}
@media (max-width: 768px) {
  .mv-catch__txt--main {
    text-align: right;
    font-size: 6.3333vw;
  }
}
.mv-catch__txt--main span {
  font-size: 1.25em;
}
.mv-catch__txt--subs {
  display: flex;
  gap: calc(var(--_space)*.5);
}
.mv-catch__txt--subs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(255,255,255,0.2);
  border-top:    2px solid rgba(255, 255, 255, 0.4);
border-left:   2px solid rgba(255, 255, 255, 0.3);
border-right:  2px solid rgba(255, 255, 255, 0.15);
border-bottom: 2px solid rgba(255, 255, 255, 0.1);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px); */
  background: #fff;
  color: #ff1f54;
  line-height: 1.6;
    aspect-ratio: 1 / 1;
    border-radius: 500px;
    padding: clamp(16px, calc(1.11vw + 11px), 24px);
    width: clamp(120px, calc(6.38vw + 92px), 200px);
}
.mv-catch__txt--subs__item--header {
  font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 1.0356)), 32px);
}
.mv-catch__txt--subs__item--desc {
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 1.5)), 40px);
}
.mv-catch__txt--subs__item--desc span {
  font-size: clamp(14px, calc(1rem + ((1vw - 3.75px) * 0.5178)), 24px);
}
.mv-catch__txt--sup {
  line-height: 1;
  background-color: var(--accent-color);
  padding: calc(var(--_space) *.25) calc(var(--_space) *.25);
  font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 1.5)), 40px);
}

.mv-links {
  position: absolute;
    right: var(--_space);
    top: var(--_space);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(var(--_space)*.5);
}
@media (max-width: 639px) {
  .mv-links {
    display: none !important;
    visibility: hidden;
  }
}
.mv-links>.mv-links__item {
  text-decoration: none;
    text-align: center;
    border-radius: 500px;
}
.mv-links>.mv-links__item>.mv-catch__button {
  background: #fff;
    border: 2px solid var(--accent-color);
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    border-radius: 500px;
    padding: 16px;
  font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 1.0356)), 32px);
}

.smb-section__title {
  font-family: var(--_base-font-family-bold);
}
.smb-section:not(.smb-section-with-bgimage) .smb-section__title,
.smb-section:not(.smb-section-with-bgimage) .smb-section__subtitle {
  color: #97544E;
}
.smb-section-with-bgimage .smb-section__title,
.smb-section-with-bgimage .smb-section__subtitle {
  color: #fff !important;
}
.smb-section-with-bgimage .smb-section__title:after {
  background-color: #fff;
}

.main-feature .smb-media-text__title {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  .main-feature .smb-media-text__title {
    margin-left: calc(var(--_space)*-3);
  }
}
h2.eng-subttl span.eng-subttl__body,
h3.eng-subttl span.eng-subttl__body {
  font-size: .5em;
  color: var(--accent-color);
}
h2.eng-subttl span.eng-subttl__body::before,
h3.eng-subttl span.eng-subttl__body::before {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.smb-media-text__figure {
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 640px) {
  .smb-media-text__figure {
    border-radius: 8px;
  }
}
.smb-media-text__body {
  line-height: 2.2;
}
.smb-information__item__body {
  line-height: 1.6;
}

.reasons-sec {
  counter-reset: sec;
}
.reason__item {
  counter-increment: sec;
}
.reason__item::before {
  content: "";
  position: absolute;
  top: 120px;
  bottom: 25px;
  z-index: -1;
  display: block;
  width: calc(66% + 50px);
  background: #F1F0EE;
}
@media (max-width: 1023px) {
  .reason__item::before {
    top: 80px;
    width: calc(75% + 50px);
  }
}
.reason__item:nth-child(odd)::before {
  left: 0;
  border-radius: 0 16px 16px 0;
  transform: translateX(-100%);
}
.is-active.reason__item:nth-child(odd)::before {
  transform: translateX(0) !important;
  transition: transform .8s;
}
.reason__item:nth-child(even)::before {
  right: 0;
  border-radius: 16px 0 0 16px;
  transform: translateX(100%);
}
.is-active.reason__item:nth-child(even)::before {
  transform: translateX(0) !important;
  transition: transform .8s;
}
.reason-block .c-row__col.c-row__col--lg-2-3 {
  position: relative;
  padding-top: 110px;
}
.reason-block .smb-media-text__title {
  font-size: 2em;
}
.reason-block .smb-media-text__title::before {
  color: var(--accent-color);
  font-weight: 400;
  line-height: 1;
  content: "0" counter(sec);
  display: block;
  position: absolute;
  font-size: 75px;
  top: 0;
  left: calc(var(--_space, 1.8rem) * .5 * var(--_margin-scale, 1));
}
.reason__item .smb-media-text__title::before,
.reason__item .smb-media-text__figure {
  transform: translateY(50px);
  opacity: 0;
}
.is-active.reason__item .smb-media-text__title::before,
.is-active.reason__item .smb-media-text__figure {
  transform: translateY(0);
  opacity: 1;
  transition: transform .8s,opacity .8s;
}

.fip-columns .c-entries {
  max-width: 100%;
  margin: auto;
}
/* .fip-columns .c-entries__item:nth-child(odd) {
  padding-left: 0;
  padding-right: calc(var(--_space)*.5);
}
.fip-columns .c-entries__item:nth-child(even) {
  padding-right: 0;
  padding-left: calc(var(--_space)*.5);
} */
@media (min-width: 640px) {
  .fip-columns .c-entries__item {
    flex: 0 1 50%;
    max-width: 50%;
  }
  /* .fip-columns .c-entries__item:nth-child(odd) {
    padding-left: 0;
    padding-right: calc(var(--_space)*1);
  }
  .fip-columns .c-entries__item:nth-child(even) {
    padding-right: 0;
    padding-left: calc(var(--_space)*1);
  } */
}
.c-meta__item--author,
.c-entry-summary__content {
  display: none;
  visibility: hidden;
}
.c-entry-summary__figure {
  position: relative;
  border-radius: 4px;
  padding: calc(var(--_space)*1);
  background-color: transparent !important;
}
@media (min-width: 640px) and (max-width: 767px) {
  .c-entry-summary__figure {
    padding: calc(var(--_space)*.5);
  }
}
@media (min-width: 1024px) {
  .c-entry-summary__figure {
    border-radius: 8px;
    padding: calc(var(--_space)*1.5);
  }
}
.c-entry-summary__figure:before {
  content: none;
}
.c-entry-summary__figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5a3c37;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(.215,.61,.355,1);
}
.c-entries__item>a:hover .c-entry-summary__figure::after {
  opacity: .3;
}
.c-entry-summary__title {
  color: var(--_color-text);
}
.c-entry-summary__figure img {
  border-radius: 4px;
  position: initial;
  background-color: var(--em-color);
}
@media (min-width: 640px) {
  .c-entry-summary__figure img {
    border-radius: 8px;
  }
}
.c-entry-summary {
  position: relative;
}
/* @media (min-width: 1024px) {
  .c-entries__item>a .c-entry-summary__body {
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 calc(var(--_space)*.5) calc(var(--_space)*.5);
    text-align: center;
  }
} */
.c-entry-summary__meta {
  justify-content: right;
  color: #97544E;
}

.btnarrow4{
  position: relative;
  display: inline-block;
  padding: 0 1em;
  color: #97544E;
  text-decoration: none;
  outline: none;
  font-family: var(--_base-font-family-bold);
}
.btnarrow4::before{
  content: "";
  position: absolute;
  bottom: -8px;
  left: 15%; 
  width: 85%;
  height: 1px;
  background:#97544E;
  transition: all .3s;
}
.btnarrow4::after{
  content: "";
  position: absolute;
  bottom: -3px;
  right: 0; 
  width: 15px;
  height: 1px;
  background: #97544E;
  transform: rotate(35deg);
  transition: all .3s;
}
.btnarrow4:hover::before{
  left: 20%;
}
.btnarrow4:hover::after{
  right: -5%;
}

.smb-section.accent-section-01::before {
  content: "";
  position: absolute;
  width: 100%;
  background: #F1F0EE;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
}
@media (min-width: 768px) {
  .smb-section.accent-section-01::before {
    max-width: var(--_container-max-width,1280px);
    border-radius: 16px;
  }
}

.time-table {
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 639px) {
  .time-table {
    font-size: 14px;
  }
}
.time-table th,
.time-table td {
  padding: calc(var(--_space)*.25);
}
.time-table th {
  background-color: var(--accent-color);
  color: #fff;
}
.time-table td {
  vertical-align: middle;
}
.time-table svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.time-table caption {
  line-height: 1.5;
  font-size: .875em;
  caption-side: bottom;
  text-align: left;
}
.time-table .caution {
  color: #ff1f54;
}

.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, var(--em-color), var(--em-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  transition: all 1s ease-in-out;
  font-weight: bold;
  font-family: var(--_base-font-family-bold);
}
.js-marker.inview {
  background-size: 100% 30%;
}

.c-copyright--inverse {
  text-align: center;
  background-color: var(--accent-color);
  color: #fff;
}

.sp-footer-reserve-btn a {
  font-size: .875em;
  background-color: var(--accent-color);
  font-weight: bold;
  color: #fff !important;
  border: none;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.sp-footer-reserve-btn a>span {
  text-decoration: none;
}
.sp-footer-reserve-btn a>span.footer-phone {
  display: block;
}
.sp-footer-reserve-btn a>span.footer-phone>svg {
  display: inline-block;
  height: 1em;
  width: auto;
  fill: #fff;
}
.sp-footer-reserve-btn a>span.footer-phone__num {
  font-size: 1.25em;
}

body.menu-open {
  overflow: hidden;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-menu {
  display: flex;
  gap: calc(var(--_space)*.5);
}

.nav-menu a {
  text-decoration: none;
  font-weight: bold;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  border:none;
  background: none;
}

.hamburger span {
  background: var(--accent-color);
  height: 3px;
  margin: 4px 0;
  width: 25px;
  transition: 0.3s;
}

/* Overlay */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999999;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Slide-in menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: var(--accent-color);
  padding: var(--_space) calc(var(--_space)*.5);
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 9999999;
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu a {
  color: #fff;
  text-decoration: none;
  padding: calc(var(--_space)*.5) 0;
  border-bottom: 1px solid #ffffff33;
  font-weight: bold;
}

.close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  align-self: flex-end;
  cursor: pointer;
  margin-bottom: calc(var(--_space)*.5);
}

@media (max-width: 639px) {
  .nav-menu {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}

.p-footer-sticky-nav {
  z-index: 999;
}
#page-top {
  z-index: 998;
}