@charset "UTF-8";

/* ================================================  
 リセットの記述
================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
p {
  margin: 0 !important;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role='list'],
ol[role='list'] {
  list-style: none;
  padding: 0;
  margin: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

/* アンカーリンクのスクロール位置調整 */
#feature {
  scroll-margin-top: 140px;
}

/* 1440px以下の追従CTAボタン */
@media (max-width: 1439px) {
  .el_ctaBtn_fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 16%);
    /* max-width: calc(500px - 16%); */
    z-index: 1000;
    display: none;
    transition: opacity 0.3s ease;
  }

  .el_ctaBtn_fixed img {
    width: 100%;
    height: auto;
  }

  .el_ctaBtn_fixed:hover,
  .el_ctaBtn_fixed:focus {
    opacity: 0.8;
  }

  /* スクロール時に表示 */
  .el_ctaBtn_fixed.show {
    display: block;
  }

  /* 768px以上の場合は最大幅を420pxに設定 */
  @media (min-width: 768px) {
    .el_ctaBtn_fixed {
      max-width: 420px;
    }
  }
}

body {
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* WordPress管理画面のツールバー */
#wpadminbar {
  display: none !important;
}

/* ================================================  
 ページ全体のスタイル
================================================ */
main {
  background: #f7f6f2;
}

.ly_rightSide,
.ly_leftSide {
  display: none;
}

.ly_lpCont {
  background: #fff;
}

.ly_lpSec>img {
  width: 100%;
  height: auto;
  display: block;
}

.ly_cta {
  position: relative;
}

.ly_cta .el_ctaBtn {
  position: absolute;
  bottom: 16%;
  width: calc(100% - 16%);
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
}

.ly_cta .el_ctaBtn:hover,
.ly_cta .el_ctaBtn:focus {
  opacity: 0.8;
}

.ly_entrust {
  margin-top: 25px;
}

.lp_effect {
  margin-top: 40px;
}

.lp_effect .un_mbMinus {
  position: relative;
  margin-bottom: -60px;
  z-index: 1;
}

.lp_effect .un_itemCenter {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
  display: flex;
  justify-content: center;
  margin-bottom: -30px;
}

.lp_effect .un_itemCenter img {
  width: 30%;
  height: auto;
}

.lp_difference {
  background: #f7f6f2;
  padding-top: 50px;
}

.lp_difference .un_mbMinus {
  margin-bottom: -45%;
  position: relative;
  z-index: 1;
}

.lp_difference .un_itemCenter {
  display: flex;
  justify-content: center;
  padding-inline: 15px;
}

.lp_difference .un_itemCenter+.un_itemCenter {
  margin-top: 10%;
}

.lp_price {
  background-color: #FBFAF8;
}

.lp_price .bl_priceBox {
  border: 1px solid #323232;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: 15px;
  background-color: #fff;
}

.lp_price .bl_priceBox p {
  background: #fcf1de;
  font-size: clamp(1.125rem, 0.9464rem + 0.8929vw, 1.75rem);
  font-weight: 700;
  padding-block: 15px 12px;
  border-bottom: 1px solid #323232;
  position: relative;
}

.lp_price .bl_priceBox p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(14%, -50%);
  background-image: url(../../img/lp/price-riyoukaisuseigennnasi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: clamp(80px, 21vw, 100px);
  height: clamp(80px, 21vw, 100px);
  z-index: 10;
  pointer-events: none;
}

.bl_priceBox__price {
  padding: 9px 24px 26px;
  display: flex;
  justify-content: center;
  background-color: white;
}

.bl_priceBox__inner {
  margin: 16px 8px;
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  background: #fdf5e8;
  border: 1px solid;
  border-image-source: linear-gradient(90deg,
      #d6b973 0%,
      #ece6b6 50%,
      #d6b973 100%);
  border-image-slice: 1;
  position: relative;
}

.bl_priceBox__inner .el_ttl {
  position: absolute;
  top: 0;
  left: -0.4%;
  transform: translate(-8px, -50%);
  height: auto;
  width: 90%;
}

.bl_priceBox__inner .el_openPriceBtn {
  padding-inline: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
  cursor: pointer;
}

.el_hidden_wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.js_openPrice .el_hidden_wrapper img {
  width: 100%;
}

.js_openPrice.open .el_hidden_wrapper {
  max-height: 1000px;
}

.lp_access {
  padding-bottom: 40px;
}

.lp_access .un_map {
  width: 100%;
  aspect-ratio: 1.051;
}

.lp_access .un_itemCenter {
  display: flex;
  justify-content: center;
  padding-inline: 15px;
}

.lp_access .un_itemCenter img {
  width: 100%;
  height: auto;
}

.lp_footer {
  padding-block: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.el_txtOrange {
  color: #db4f26;
  font-size: clamp(1.25rem, 1.0714rem + 0.8929vw, 1.875rem);
  text-align: center;
}

@media (min-width: 768px) {
  .ly_lpCont {
    max-width: 500px;
    margin-inline: auto;
    box-shadow: 0 0 10px 6px rgba(103, 52, 40, 0.15);
  }

  .bl_priceBox__inner .el_ttl {
    height: 70px;
  }
}

@media (min-width: 1440px) {
  .sm_only {
    display: none;
  }

  .ly_lpCont {
    position: relative;
    z-index: 1;
  }

  .ly_rightSide,
  .ly_leftSide {
    display: block;
    position: fixed;
    width: calc(50% - 375px);
  }

  .ly_leftSide .el_logoBox {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ly_leftSide .el_logo {
    height: 205px;
    width: auto;
    z-index: 1;
  }

  .ly_leftSide .el_sideTxt {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 13vw;
  }

  .ly_rightSide .el_kage {
    position: fixed;
    width: calc(58% - 375px);
    top: 0;
    right: 0;
    z-index: -1;
  }

  .ly_rightSide {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 56px;
    top: 0;
    right: 0;
    width: calc(50% - 285px);
    height: 100vh;
  }

  .ly_rightSide ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    list-style: none;
    text-align: center;
    padding: 0;
  }

  .ly_rightSide ul li {
    margin: 0;
    line-height: 1;
  }

  .ly_rightSide ul a {
    color: #db4f26;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
  }

  .ly_rightSide .el_ctaBtn {
    display: block;
    max-width: 316px;
    margin-inline: auto;
  }

  .ly_rightSide .el_ctaBtn img {
    width: 100%;
    height: auto;
  }
}