@charset "UTF-8";
:root {
  --spacer-height: 45vh;
  --spacer-height-small: 20vh;
  --content-height: 120vh;
  --container-height: 80vh;
  --width-min: 92%;
  --width-max: 100%;
  --border-radius-max: 16px;
  --bg-transition-duration: 0.8s;
  --show-debug: none;
  --z-bg: 0;
  --z-content: 1;
  --z-header: 50;
  --z-hamburger: 60;
  --z-nav: 55;
  --z-modal: 10000;
}
@media (max-width: 768px) {
  :root {
    --spacer-height: 60vh;
    --spacer-height-small: 25vh;
    --content-height: 150vh;
    --container-height: 100vh;
    --width-min: 85%;
    --border-radius-max: 24px;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}
html.lenis, html.lenis body {
  height: auto;
}
html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

@media (max-width: 768px) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #231815;
  background-color: #f7efe3;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

ul,
ol {
  list-style: none;
}

button {
  font-family: inherit;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid #e58d00;
  outline-offset: 2px;
}

.u-skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: 8px 16px;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.875rem;
}
.u-skip-link:focus {
  top: 0;
}

.u-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-font-en {
  font-family: "Kanit", "Arial", sans-serif;
}

#debug-screen-width {
  display: none !important;
}

.l-bg-layers {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-bg);
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.l-bg-layer {
  position: absolute;
  top: -5%;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center top;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
  will-change: transform, opacity;
}
.l-bg-layer.is-active {
  opacity: 1;
}
.l-bg-layer[data-bg="0"] {
  background-color: #f7efe3;
}
.l-bg-layer[data-bg="1"] {
  background-image: url("../img/home/bg_home_01_w2048.jpg");
}
@media (max-width: 1000px) {
  .l-bg-layer[data-bg="1"] {
    background-image: url("../img/home/bg_home_01_w1024.jpg");
    background-position: center top;
  }
}
@media (max-width: 768px) {
  .l-bg-layer[data-bg="1"] {
    background-image: url("../img/home/bg_home_01_sp.jpg");
    background-position: center top;
  }
}
.l-bg-layer[data-bg="2"] {
  background-image: url("../img/home/bg_home_02_w2048.jpg");
}
@media (max-width: 1000px) {
  .l-bg-layer[data-bg="2"] {
    background-image: url("../img/home/bg_home_02_w1024.jpg");
    background-position: center top;
  }
}
@media (max-width: 768px) {
  .l-bg-layer[data-bg="2"] {
    background-image: url("../img/home/bg_home_02_sp.jpg");
    background-position: center top;
  }
}
.l-bg-layer[data-bg="3"] {
  background-image: url("../img/home/bg_home_03_w2048.jpg");
}
@media (max-width: 1000px) {
  .l-bg-layer[data-bg="3"] {
    background-image: url("../img/home/bg_home_03_w1024.jpg");
    background-position: center top;
  }
}
@media (max-width: 768px) {
  .l-bg-layer[data-bg="3"] {
    background-image: url("../img/home/bg_home_03_sp.jpg");
    background-position: center top;
  }
}
.l-bg-layer[data-bg="4"] {
  background-image: url("../img/home/bg_home_04_w2048.jpg");
}
@media (max-width: 1000px) {
  .l-bg-layer[data-bg="4"] {
    background-image: url("../img/home/bg_home_04_w1024.jpg");
    background-position: center top;
  }
}
@media (max-width: 768px) {
  .l-bg-layer[data-bg="4"] {
    background-image: url("../img/home/bg_home_04_sp.jpg");
    background-position: center top;
  }
}
.l-bg-layer[data-bg="5"] {
  background-color: #f7efe3;
  /*
  background-image: url("../img/home/bg_home_05_w2048.jpg");
  @media (max-width: 1000px) {
    background-image: url("../img/home/bg_home_05_w1024.jpg");
    background-position: center top;
  }
  @media (max-width: 768px) {
    background-image: url("../img/home/bg_home_05_sp.jpg");
    background-position: center top;
  }
    */
}
.l-bg-layer[data-bg="6"] {
  background-color: #f7efe3;
}
.l-bg-layer[data-bg=pet] {
  background-image: var(--bg-pc, url("../img/pet/bg_pet.jpg"));
}
@media (max-width: 1000px) {
  .l-bg-layer[data-bg=pet] {
    background-image: var(--bg-sp, url("../img/pet/bg_pet_sp.jpg"));
  }
}
.l-bg-layer[data-bg=pet-footer] {
  background-color: #f5eee2;
}

.l-spacer {
  position: relative;
  z-index: var(--z-content);
  height: var(--spacer-height);
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-spacer--small {
  height: var(--spacer-height-small);
}
.l-spacer--large {
  height: 80vh;
}
@media (max-width: 768px) {
  .l-spacer--large {
    height: 100vh;
  }
}
.l-spacer__title {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 500;
  width: 100%;
  font-family: "Kanit", "Arial", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, filter, transform;
  text-transform: none;
  line-height: 1.5;
}
@media (min-width: 428px) {
  .l-spacer__title {
    font-size: calc(26px + (27 - 26) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .l-spacer__title {
    font-size: calc(27px + (36 - 27) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .l-spacer__title {
    font-size: 36px;
  }
}
@media (min-width: 1500px) {
  .l-spacer__title {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .l-spacer__title {
    line-height: 1.3;
  }
}
.l-spacer__title--sub {
  display: block;
  font-size: 14px;
}
@media (max-width: 768px) {
  .l-spacer__title--sub {
    padding-top: 10px;
  }
}
.l-spacer__title-pet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.l-spacer--has-decoration {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-spacer__decoration {
  position: fixed;
  top: calc(55% + 25px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  will-change: opacity, top;
}
@media (max-width: 768px) {
  .l-spacer__decoration {
    top: calc(50% + 20px);
  }
}
.l-spacer__line {
  display: block;
  width: 0;
  max-width: 240px;
  height: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
@media (max-width: 768px) {
  .l-spacer__line {
    max-width: 180px;
    height: 2px;
  }
}
.l-spacer__triangle {
  display: block;
  width: 0;
  height: 0;
  margin-top: 4px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #ffffff;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (max-width: 768px) {
  .l-spacer__triangle {
    margin-top: 3px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #ffffff;
    z-index: 500;
  }
}
.l-spacer__dots {
  display: block;
  width: 4px;
  height: 0;
  margin-top: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
  background-size: 4px 12px;
  background-repeat: repeat-y;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
@media (max-width: 768px) {
  .l-spacer__dots {
    width: 3px;
    background-size: 3px 10px;
    z-index: 500;
  }
}
.l-spacer--static .l-spacer__title {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
          transform: none;
  opacity: 1 !important;
  pointer-events: auto;
}
.l-spacer--static .l-spacer__title--min {
  font-size: 14px;
}
@media (min-width: 428px) {
  .l-spacer--static .l-spacer__title--min {
    font-size: calc(14px + (17 - 14) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .l-spacer--static .l-spacer__title--min {
    font-size: calc(17px + (18 - 17) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .l-spacer--static .l-spacer__title--min {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .l-spacer--static .l-spacer__title--min {
    font-size: 18px;
  }
}

.l-spacer-pet {
  height: 100vh;
}

.p-fv + .l-spacer {
  margin-top: -25vh;
  padding-top: 25vh;
}
@media (max-width: 768px) {
  .p-fv + .l-spacer {
    margin-top: 0;
    padding-top: 0;
    height: 60vh;
  }
}

.l-header {
  position: sticky !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 60px;
  background-color: rgba(247, 239, 227, 0.8);
  backdrop-filter: blur(10px);
  height: 70px;
}
.l-header.is-top-header {
  position: fixed !important;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  pointer-events: none;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.l-header.is-top-header.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.l-header::before {
  content: "";
  background: transparent url("../img/common/bg_logo.svg") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 348px;
  height: 70px;
}
@media (max-width: 768px) {
  .l-header::before {
    width: 210px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .l-header {
    height: 50px;
  }
}
.l-header:has(.l-header__nav.is-open) {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
  background-color: transparent !important;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 30px 0 0;
}
@media (max-width: 768px) {
  .l-header__inner {
    padding: 0 10px;
  }
}
.l-header__logo {
  position: relative;
  z-index: var(--z-hamburger);
  display: block;
  margin: -5px 0 0 30px;
}
@media (max-width: 768px) {
  .l-header__logo {
    margin: -5px 0 0 0px;
  }
}
.l-header__logo img {
  display: block;
  width: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .l-header__logo img {
    max-width: 148px;
  }
}
.l-header__logo .logo-active {
  display: none;
}
.l-header:has(.l-header__nav.is-open) {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .l-header:has(.l-header__nav.is-open) .l-header__logo {
    margin-top: 40px;
  }
}
.l-header:has(.l-header__nav.is-open) .l-header__logo img {
  max-width: 118px;
}
.l-header:has(.l-header__nav.is-open) .l-header__logo .logo-default {
  display: none;
}
.l-header:has(.l-header__nav.is-open) .l-header__logo .logo-active {
  display: block;
}
.l-header:has(.l-header__nav.is-open)::before {
  display: none;
}
.l-header__nav {
  position: static;
  z-index: var(--z-nav);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.l-header__nav.is-open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1051px) {
  .l-header__nav {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1050px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 160px;
    padding-left: 20px;
    padding-bottom: 150px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    background-color: rgba(74, 62, 25, 0.6);
    backdrop-filter: blur(20px) brightness(1.3);
    -webkit-backdrop-filter: blur(20px) brightness(1.3);
    opacity: 0;
    visibility: hidden;
  }
  .l-header__nav.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-header__nav-item {
  position: relative;
  z-index: 2;
  padding: 0 30px 40px;
  margin-bottom: -40px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (min-width: 1051px) {
  .l-header__nav-item.is-sp-only {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .l-header__nav-item {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) {
  .l-header__nav-item {
    padding-inline: 3vw;
  }
}
.l-header__nav-item a,
.l-header__nav-item > span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #865802;
  cursor: default;
}
@media (min-width: 428px) {
  .l-header__nav-item a,
  .l-header__nav-item > span {
    font-size: calc(22px + (15 - 22) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .l-header__nav-item a,
  .l-header__nav-item > span {
    font-size: calc(15px + (18 - 15) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .l-header__nav-item a,
  .l-header__nav-item > span {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .l-header__nav-item a,
  .l-header__nav-item > span {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .l-header__nav-item a,
  .l-header__nav-item > span {
    color: #fff;
  }
  .l-header__nav-item a.js-accordion-toggle,
  .l-header__nav-item > span.js-accordion-toggle {
    cursor: pointer;
  }
}
.l-header__nav-item a::before,
.l-header__nav-item > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 2px;
  height: 100%;
  background: #865802;
}
@media (max-width: 1200px) {
  .l-header__nav-item a::before,
  .l-header__nav-item > span::before {
    right: -3vw;
  }
}
@media (max-width: 1000px) {
  .l-header__nav-item a::before,
  .l-header__nav-item > span::before {
    display: none;
  }
}
.l-header__nav-item a {
  cursor: pointer;
}
.l-header__nav-item:last-child a::before {
  display: none;
}
.l-header__nav-item a::after,
.l-header__nav-item > span::after {
  content: "";
  width: 0;
  height: 2px;
  display: inline-block;
  background: #865802;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media (max-width: 1000px) {
  .l-header__nav-item a::after,
  .l-header__nav-item > span::after {
    display: none;
  }
}
@media (min-width: 1001px) {
  .l-header__nav-item:hover > a::after,
  .l-header__nav-item:hover > span::after {
    width: 100%;
  }
}
.l-header__nav-item.is-current > a::after,
.l-header__nav-item.is-current > span::after {
  width: 100%;
}
@media (max-width: 1000px) {
  .l-header__nav-item.is-current > a::after,
  .l-header__nav-item.is-current > span::after {
    display: none;
  }
}
@media (min-width: 1001px) and (hover: hover) {
  .l-header__nav-item:hover .l-header__nav-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.l-header__nav-toggle {
  display: none;
}
@media (max-width: 1000px) {
  .l-header__nav-toggle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    top: -2px;
    background: transparent;
    border: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .l-header__nav-toggle::before, .l-header__nav-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .l-header__nav-toggle:focus {
    outline: none;
  }
  .l-header__nav-toggle::before {
    width: 12px;
    height: 2px;
  }
  .l-header__nav-toggle::after {
    width: 2px;
    height: 12px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-header__nav-toggle.is-open::after {
    opacity: 0;
  }
}
.l-header__nav-child {
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 1000px) {
  .l-header__nav-child {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    display: none;
    padding-top: 0;
    padding-left: 50px;
    border-top: none;
  }
  .l-header__nav-child.is-open {
    display: block;
  }
}
.l-header__nav-child-item {
  text-align: center;
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(134, 88, 2, 0.1);
}
.l-header__nav-child-item:last-child {
  border-bottom: none;
}
.l-header__nav-child-item:nth-child(even) {
  background: #f7efe3;
}
.l-header__nav-child-item::before {
  content: "";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: scaleY(-50%);
          transform: scaleY(-50%);
  left: -20px;
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #fff;
}
@media (max-width: 1000px) {
  .l-header__nav-child-item {
    background: transparent;
    border-bottom: none;
    text-align: left;
  }
  .l-header__nav-child-item:nth-child(even) {
    background: transparent;
  }
}
.l-header__nav-child-item a {
  display: block;
  font-size: 13px;
  padding: 12px 10px;
}
@media (min-width: 428px) {
  .l-header__nav-child-item a {
    font-size: calc(13px + (13 - 13) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .l-header__nav-child-item a {
    font-size: calc(13px + (13 - 13) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .l-header__nav-child-item a {
    font-size: 13px;
  }
}
@media (min-width: 1500px) {
  .l-header__nav-child-item a {
    font-size: 15px;
  }
}
.l-header__nav-child-item a::after {
  display: none;
}
@media (hover: hover) {
  .l-header__nav-child-item a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1000px) {
  .l-header__nav-child-item a {
    padding: 6px 0;
    font-size: 14px;
  }
}
.l-header__nav-child-item a br.pc {
  display: block;
}
@media (max-width: 1000px) {
  .l-header__nav-child-item a br.pc {
    display: none;
  }
}

.c-hamburger {
  position: relative;
  z-index: var(--z-hamburger);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
}
.c-hamburger::after {
  content: "";
  background: transparent url("../img/common/txt_hamburger.svg") no-repeat center center/cover;
  width: 21px;
  height: 3px;
  position: relative;
  bottom: -5px;
  left: 0;
}
@media (max-width: 1050px) {
  .c-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-hamburger__line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #231815;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.c-hamburger__line + .c-hamburger__line {
  margin-top: 4px;
}
@media (max-width: 1000px) {
  .c-hamburger__line + .c-hamburger__line {
    margin-top: 6px;
  }
}
.c-hamburger.is-active::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.c-hamburger.is-active .c-hamburger__line {
  background-color: #fff;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

.l-main,
.l-lower {
  position: relative;
  z-index: var(--z-content);
  margin-top: 0;
}

.l-main.l-lower {
  margin-top: 0;
}

.l-spacer-footer {
  position: relative;
  z-index: var(--z-content);
  height: 30vh;
  background-color: #f7efe3;
}

.l-bottom {
  position: relative;
  z-index: var(--z-content);
  padding-bottom: 120px;
  background: #f5eee2;
}
@media (max-width: 768px) {
  .l-bottom {
    padding-bottom: 20px;
  }
}
.l-bottom__wrap {
  max-width: 80%;
  margin: 0 auto 40px;
}
.l-bottom__title {
  text-align: center;
  font-size: 22px;
  border-bottom: 4px solid #e8ceae;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (min-width: 428px) {
  .l-bottom__title {
    font-size: calc(22px + (24 - 22) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .l-bottom__title {
    font-size: calc(24px + (30 - 24) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .l-bottom__title {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .l-bottom__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .l-bottom__title {
    margin-bottom: 10px;
  }
}

.l-footer {
  position: relative;
  z-index: var(--z-content);
  padding: 0 5vw 0 0;
  background-color: #231815;
  color: #ffffff;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__logo {
  width: 20%;
  background: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: 25%;
  }
}
.l-footer__copyright {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 428px) {
  .l-footer__copyright {
    font-size: calc(10px + (12 - 10) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .l-footer__copyright {
    font-size: calc(12px + (14 - 12) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .l-footer__copyright {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .l-footer__copyright {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .l-footer__copyright {
    text-align: right;
  }
}
.l-footer__copyright br {
  display: none;
}
@media (max-width: 768px) {
  .l-footer__copyright br {
    display: block;
  }
}

body:has(.l-loading:not(.is-hidden)) .l-header {
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #0a0a0a;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.l-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-loading__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-loading__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
.l-loading__spinner-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
}
.l-loading__spinner-ring:nth-child(1) {
  border-top-color: #e58d00;
  -webkit-animation: spinnerRotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: spinnerRotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.l-loading__spinner-ring:nth-child(2) {
  border-right-color: #f5a020;
  -webkit-animation: spinnerRotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: spinnerRotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.l-loading__spinner-ring:nth-child(3) {
  border-bottom-color: #ffec00;
  -webkit-animation: spinnerRotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: spinnerRotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.l-loading__logo {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
          transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: opacity 0.8s ease, top 0.8s ease, -webkit-filter 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, top 0.8s ease, -webkit-filter 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s ease, top 0.8s ease;
  transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s ease, top 0.8s ease, -webkit-filter 0.8s ease, -webkit-transform 0.8s ease;
}
.l-loading__logo img {
  display: block;
  width: clamp(150px, 40vw, 250px);
  height: auto;
}
.l-loading.is-complete .l-loading__spinner {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.l-loading.is-complete .l-loading__logo {
  top: 50%;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
  .l-bg-layer {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.l-404 {
  margin-top: 50px;
  padding: 0 !important;
  min-height: auto !important;
}
.l-404 + .p-cta {
  margin-bottom: 50px;
}

body:has(.l-header__nav.is-open) .l-main,
body:has(.l-header__nav.is-open) .l-bg-layers,
body:has(.l-header__nav.is-open) .l-footer,
body:has(.l-header__nav.is-open) .l-spacer,
body:has(.l-header__nav.is-open) .l-spacer-footer {
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: none;
  max-height: 92px;
  padding: 12px 24px;
  width: 100%;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Arial Black", "Kanit", "Noto Sans JP", Arial, sans-serif;
}
@media (min-width: 428px) {
  .c-btn {
    font-size: calc(12px + (17 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .c-btn {
    font-size: calc(17px + (20 - 17) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .c-btn {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .c-btn {
    font-size: 24px;
  }
}
.c-btn--primary {
  border: none;
  background-color: #e58d00;
  color: #ffffff;
}
@media (hover: hover) {
  .c-btn--primary:hover {
    opacity: 0.85;
  }
}
.c-btn--secondary {
  border: 1px solid #e58d00;
  background-color: #ffffff;
  color: #e58d00;
}
@media (hover: hover) {
  .c-btn--secondary:hover {
    background-color: #e58d00;
    color: #ffffff;
  }
}

.sticky-wrapper {
  position: relative;
  z-index: 1;
}
.sticky-wrapper > .content-section {
  position: sticky;
  top: 70px;
  z-index: 10;
}
.sticky-wrapper:nth-child(1) {
  z-index: 1;
}
.sticky-wrapper:nth-child(2) {
  z-index: 2;
}
.sticky-wrapper:nth-child(3) {
  z-index: 3;
}
@media (max-width: 768px) {
  .sticky-wrapper:nth-child(3) {
    z-index: 999 !important;
  }
}
.sticky-wrapper:nth-child(4) {
  z-index: 4;
}
.sticky-wrapper:nth-child(5) {
  z-index: 5;
}
.sticky-wrapper:nth-child(6) {
  z-index: 6;
}
.sticky-wrapper:nth-child(7) {
  z-index: 7;
}
.sticky-wrapper:nth-child(8) {
  z-index: 8;
}
.sticky-wrapper:nth-child(9) {
  z-index: 9;
}
.sticky-wrapper:nth-child(10) {
  z-index: 10;
}

.content-section {
  position: relative;
  z-index: 10;
  min-height: var(--content-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70vh 0;
}
.l-lower .content-section {
  padding: 50px 0 20px;
  min-height: auto;
}
.l-lower .content-section.content-section-topnone {
  border-radius: 40px;
  padding-top: 0;
  margin-top: -40px;
}
.content-section:has(+ .l-spacer-pet) {
  padding-bottom: 0;
  margin-bottom: -40px;
}
.content-section-ch3 {
  padding-bottom: 20vh;
}
@media (max-width: 768px) {
  .content-section-ch3 {
    padding-bottom: 0;
  }
}
.content-section-bottom {
  padding-top: 10vh;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .content-section-bottom {
    padding-bottom: 0;
  }
}

.width-container {
  width: var(--width-min);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 64px;
  border-radius: 56px;
  will-change: width, border-radius;
  background: transparent url("../img/common/bg_section_w2048.png") no-repeat center bottom/contain;
}
.width-container.is-100vh {
  height: 100vh;
}
@media (max-width: 1000px) {
  .width-container {
    padding: 60px 70px;
    border-radius: 30px;
    background-image: url("../img/common/bg_section_w1024.png");
    background-position: center bottom;
    background-size: contain;
  }
}
@media (max-width: 768px) {
  .width-container {
    padding-inline: 32px;
  }
}
@media (max-width: 520px) {
  .width-container {
    background: transparent url("../img/common/bg_section_sp.png") no-repeat center bottom/contain;
  }
}
.l-lower .width-container {
  min-height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .l-lower .width-container {
    padding-bottom: 40px;
  }
}
.l-contents .width-container {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .l-contents .width-container {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: auto;
  }
}

.p-lower-other__en, .p-pet__label-en, .p-achievement-introduction__label-en, .p-property-introduction__label-en, .p-feature-articles__label-en, .p-cta__label-en, .p-works__label-en, .p-content__label-en {
  font-family: "Kanit", "Arial", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #666666;
}
@media (max-width: 768px) {
  .p-lower-other__en, .p-pet__label-en, .p-achievement-introduction__label-en, .p-property-introduction__label-en, .p-feature-articles__label-en, .p-cta__label-en, .p-works__label-en, .p-content__label-en {
    font-size: 0.6875rem;
  }
}

.c-title {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 6px solid #e8ceae;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 80px;
}
@media (min-width: 428px) {
  .c-title {
    font-size: calc(22px + (26 - 22) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .c-title {
    font-size: calc(26px + (28 - 26) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .c-title {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .c-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .c-title {
    margin-bottom: 40px;
    line-height: 1.4;
  }
}
.c-title::before {
  content: "";
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background: #ffec00;
  display: inline-block;
  width: 230px;
  z-index: 5;
}
.c-title::after {
  content: "";
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #e58d00;
  display: inline-block;
  width: 115px;
  z-index: 6;
}
.c-title__eng {
  font-size: 12px;
  font-family: "Arial Black", "Kanit", "Noto Sans JP", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: -50px;
  left: 0;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .c-title__eng {
    font-size: calc(12px + (15 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .c-title__eng {
    font-size: calc(15px + (18 - 15) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .c-title__eng {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .c-title__eng {
    font-size: 19px;
  }
}
@media (max-width: 1000px) {
  .c-title__eng {
    bottom: -40px;
  }
}
@media (max-width: 768px) {
  .c-title__eng {
    bottom: -30px;
  }
}

.c-sub {
  background: #f6ebdc;
  border-radius: 100px;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 5px 20px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  color: #85632d;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .c-sub {
    font-size: calc(16px + (18 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .c-sub {
    font-size: calc(18px + (18 - 18) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .c-sub {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .c-sub {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .c-sub {
    max-width: none;
  }
}

.c-lead {
  font-size: 20px;
  font-weight: 700;
  color: #85632d;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .c-lead {
    font-size: calc(20px + (21 - 20) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .c-lead {
    font-size: calc(21px + (23 - 21) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .c-lead {
    font-size: 23px;
  }
}
@media (min-width: 1500px) {
  .c-lead {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .c-lead {
    margin-bottom: 30px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 768px) {
  .c-btn-wrap {
    max-width: 300px;
    margin: 0 auto !important;
    width: 100%;
  }
}

.c-more {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (hover: hover) {
  .c-more:hover .c-more-icon {
    -webkit-transform: rotate(-42deg);
            transform: rotate(-42deg);
  }
  .c-more:hover .c-more-arrow-wrap::after {
    width: 100%;
  }
}
.c-more-icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 768px) {
  .c-more-icon {
    max-width: 20px;
    top: 12px;
  }
}
.c-more-text {
  position: relative;
  left: 50px;
  top: -10px;
}
@media (max-width: 768px) {
  .c-more-text {
    max-width: 110px;
    top: -4px;
    left: 26px;
  }
}
.c-more-arrow {
  display: block;
  opacity: 0;
}
.c-more-arrow-wrap {
  position: absolute;
  display: inline-block;
  bottom: -7px;
  left: 0;
  mask-image: url("../img/common/btn_arrow.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../img/common/btn_arrow.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background-color: #1a1311;
}
.c-more-arrow-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #e8ceae;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

/* 画像のキャプション対応 */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 0.875rem;
  text-align: center;
}

.c-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background-color: #865802;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.c-back-to-top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (hover: hover) {
  .c-back-to-top:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    background-color: rgb(184.25, 121, 2.75);
  }
}
.c-back-to-top svg {
  width: 24px;
  height: 24px;
  display: block;
}
@media (max-width: 768px) {
  .c-back-to-top {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
  .c-back-to-top svg {
    width: 20px;
    height: 20px;
  }
}
body:has(.l-header__nav.is-open) .c-back-to-top {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-modal);
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.c-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.c-modal__content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1000px;
  background-color: transparent;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.c-modal[aria-hidden=false] .c-modal__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-modal__video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-modal__video-container iframe,
.c-modal__video-container object,
.c-modal__video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .c-modal__close {
    top: -44px;
    right: -10px;
  }
}
.c-modal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}
.c-modal__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (hover: hover) {
  .c-modal__close:hover {
    opacity: 0.7;
  }
}

.p-lower-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #f7efe3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-lower-hero {
    margin-bottom: 0;
  }
}
.p-lower-hero__bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #f5eee2;
  z-index: 1;
  isolation: isolate;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .p-lower-hero__bg {
    height: 100%;
    margin-top: 0;
    padding-top: 20px;
  }
}
.p-lower-hero__bg picture {
  height: 800px;
}
.p-lower-hero__bg picture,
.p-lower-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .p-lower-hero__bg picture,
  .p-lower-hero__bg img {
    height: auto;
  }
}
.p-lower-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 4fr 6fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 1000px) {
  .p-lower-hero__inner {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .p-lower-hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 60px;
    height: auto;
    padding-bottom: 40px;
  }
}
.p-lower-hero__object {
  width: 100%;
  pointer-events: none;
  position: relative;
  max-width: 300px;
  text-align: center;
}
.p-lower-hero__object img,
.p-lower-hero__object svg {
  width: 100%;
  height: auto;
  display: block;
}
.p-lower-hero__object-white {
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% var(--clip-boundary, 50%), 0 var(--clip-boundary, 50%));
}
.p-lower-hero__object-white svg .is-black {
  fill: white !important;
  stroke: white !important;
}
.p-lower-hero__object-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  clip-path: polygon(0 var(--clip-boundary, 50%), 100% var(--clip-boundary, 50%), 100% 100%, 0 100%);
}
.p-lower-hero__object-black svg .is-black {
  fill: #1a1311 !important;
  stroke: #1a1311 !important;
}
@media (max-width: 768px) {
  .p-lower-hero__object {
    max-width: 200px;
    margin-bottom: 10px;
  }
}
.p-lower-hero__contents {
  position: relative;
  z-index: 4;
  grid-column: 2;
  text-align: left;
  top: 0;
}
@media (max-width: 768px) {
  .p-lower-hero__contents {
    width: 100%;
    text-align: center;
    margin-top: 0;
    top: 0;
  }
}
.p-lower-hero__title-wrap {
  display: inline-block;
  background: #ffffff;
  padding: 20px 60px;
  border-radius: 100px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-lower-hero__title-wrap {
    padding: 15px 40px;
    margin-bottom: 30px;
  }
}
.p-lower-hero__title {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", "MS Mincho", "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
  color: #865802;
  letter-spacing: 0.1em;
  line-height: 1.4;
  background: #fff;
  text-align: center;
  border-radius: 100px;
  max-width: none;
  padding: 10px;
  margin-bottom: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 480px;
}
@media (min-width: 428px) {
  .p-lower-hero__title {
    font-size: calc(24px + (24 - 24) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-lower-hero__title {
    font-size: calc(24px + (28 - 24) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-lower-hero__title {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .p-lower-hero__title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .p-lower-hero__title {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
.p-lower-hero__title span {
  display: block;
  font-family: "Kanit", "Arial", sans-serif;
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: 600;
}
@media (min-width: 428px) {
  .p-lower-hero__title span {
    font-size: calc(11px + (12 - 11) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-lower-hero__title span {
    font-size: calc(12px + (13 - 12) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-lower-hero__title span {
    font-size: 13px;
  }
}
@media (min-width: 1500px) {
  .p-lower-hero__title span {
    font-size: 13px;
  }
}
.p-lower-hero__lead {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}
@media (min-width: 428px) {
  .p-lower-hero__lead {
    font-size: calc(16px + (20 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-lower-hero__lead {
    font-size: calc(20px + (20 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-lower-hero__lead {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .p-lower-hero__lead {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-lower-hero__lead {
    color: #231815;
    text-shadow: none;
    margin-bottom: 20px;
    text-wrap: balance;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
.p-lower-hero__text {
  font-size: 12px;
  max-width: 530px;
}
@media (min-width: 428px) {
  .p-lower-hero__text {
    font-size: calc(12px + (15 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-lower-hero__text {
    font-size: calc(15px + (18 - 15) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-lower-hero__text {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-lower-hero__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-lower-hero__text {
    text-align: left;
  }
}

.p-lower-body {
  padding-top: 80px;
  padding-bottom: 120px;
}
.p-lower-body p {
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
.p-lower-body p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-lower-body {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.p-contents-hero .p-lower-hero__bg {
  background-image: url("../img/contents/bg_contents_w2048.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media (max-width: 1000px) {
  .p-contents-hero .p-lower-hero__bg {
    background-image: url("../img/contents/bg_contents_w1024.jpg");
    background-position: center top;
  }
}
@media (max-width: 768px) {
  .p-contents-hero .p-lower-hero__bg {
    height: 30vh;
    background-position: center top;
  }
}
.p-contents-hero .p-lower-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
  grid-template-columns: none;
  gap: 0;
}
@media (max-width: 768px) {
  .p-contents-hero .p-lower-hero__inner {
    height: 30vh;
    min-height: auto;
  }
}
.p-contents-hero .p-lower-hero__contents {
  width: auto;
  grid-column: auto;
  text-align: center;
  margin: 0;
}
.p-contents-hero .l-spacer__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: auto;
  margin: 0;
}

.p-fv {
  position: relative;
  z-index: var(--z-content);
  width: 100%;
  height: 125vh;
  min-height: 750px;
  overflow: visible;
}
@media (max-width: 768px) {
  .p-fv {
    height: auto;
    min-height: 0;
    top: 0;
    z-index: 1;
  }
}
.p-fv__video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, black), to(transparent));
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}
@media (max-width: 768px) {
  .p-fv__video-wrap {
    position: relative;
    height: auto;
  }
}
.p-fv__video-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.p-fv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-fv__video {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
  }
}
.p-fv__content {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 2;
  max-width: 250px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 768px) {
  .p-fv__content {
    top: 50%;
  }
}

.p-concept__container {
  background-color: #ffffff;
}
.p-concept__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 40px;
  gap: 60px;
}
@media (max-width: 768px) {
  .p-concept__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
    gap: 40px;
  }
}
.p-concept__image {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-concept__image {
    max-width: 250px;
    margin-inline: auto;
  }
}
.p-concept__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.p-concept__detail .c-sub {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-concept__detail .c-sub {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .p-concept__movie {
    max-width: 250px;
    margin-inline: auto;
  }
}
.p-concept__movie a {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 600;
}
.p-concept__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-concept__play-btn {
    width: 60px;
    height: 60px;
  }
}
.p-concept__play-btn svg {
  width: 100%;
  height: 100%;
}
.p-concept__sub {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .p-concept__sub {
    font-size: calc(15px + (20 - 15) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-concept__sub {
    font-size: calc(20px + (20 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-concept__sub {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .p-concept__sub {
    font-size: 28px;
  }
}
@media (max-width: 1000px) {
  .p-concept__sub {
    margin-bottom: 20px;
  }
}
@media (max-width: 910px) {
  .p-concept__sub {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .p-concept__sub {
    letter-spacing: 0;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .p-concept__sub {
    letter-spacing: 0;
  }
}
.p-concept__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-bottom: 60px;
  line-height: 2.6;
  font-size: 13px;
}
@media (min-width: 428px) {
  .p-concept__text {
    font-size: calc(13px + (14 - 13) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-concept__text {
    font-size: calc(14px + (18 - 14) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-concept__text {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-concept__text {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .p-concept__text {
    gap: 40px;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}
.p-concept__text p {
  font-size: 12px;
}
@media (min-width: 428px) {
  .p-concept__text p {
    font-size: calc(12px + (14 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-concept__text p {
    font-size: calc(14px + (18 - 14) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-concept__text p {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-concept__text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-concept__nav {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
}

.p-content__container {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-content__container {
    padding-top: 10vh;
  }
}
.p-content__head {
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-content__head {
    margin-bottom: 40px;
  }
}
.p-content__label-en {
  margin-bottom: 8px;
}
.p-content__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (min-width: 428px) {
  .p-content__title {
    font-size: calc(24px + (26 - 24) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-content__title {
    font-size: calc(26px + (28 - 26) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-content__title {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .p-content__title {
    font-size: 32px;
  }
}
.p-content__subtitle {
  margin-top: 4px;
  font-family: "Kanit", "Arial", sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: #666666;
}
@media (min-width: 428px) {
  .p-content__subtitle {
    font-size: calc(10px + (10.5 - 10) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-content__subtitle {
    font-size: calc(10.5px + (11 - 10.5) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-content__subtitle {
    font-size: 11px;
  }
}
@media (min-width: 1500px) {
  .p-content__subtitle {
    font-size: 11px;
  }
}
.p-content__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 6.5fr 3.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0 40px;
  gap: 40px;
}
.p-content__wrap + .p-content__wrap {
  margin-top: 30px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .p-content__wrap + .p-content__wrap {
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .p-content__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0px;
    gap: 20px;
  }
}
.p-content__image {
  width: 100%;
  max-width: 1150px;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .p-content__image {
    border-radius: 20px;
  }
}
.p-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-content__image {
    width: 100%;
  }
}
.p-content__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .p-content__detail {
    width: 100%;
  }
}
.p-content__detail .c-sub {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-content__detail .c-sub {
    margin-bottom: 40px;
  }
}
.p-content__sub {
  font-size: 18px;
  font-weight: 700;
  color: #85632d;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (min-width: 428px) {
  .p-content__sub {
    font-size: calc(18px + (18 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-content__sub {
    font-size: calc(18px + (22 - 18) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-content__sub {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .p-content__sub {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-content__sub {
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}
.p-content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-bottom: 30px;
  font-size: 12px;
}
@media (min-width: 428px) {
  .p-content__text {
    font-size: calc(12px + (14 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-content__text {
    font-size: calc(14px + (18 - 14) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-content__text {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-content__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-content__text {
    gap: 30px;
    margin-bottom: 20px;
  }
}
.p-content__nav {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .p-content__nav {
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
  }
}

.p-works__container {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-works__container {
    padding-top: 10vh;
  }
}
@media (max-width: 768px) {
  .p-works__container .c-title {
    margin-bottom: 30px;
  }
}
.p-works__head {
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-works__head {
    margin-bottom: 40px;
  }
}
.p-works__label-en {
  margin-bottom: 8px;
}
.p-works__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (min-width: 428px) {
  .p-works__title {
    font-size: calc(24px + (26 - 24) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-works__title {
    font-size: calc(26px + (28 - 26) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-works__title {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .p-works__title {
    font-size: 32px;
  }
}
.p-works__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 6.5fr 3.5fr;
  padding: 20px 0 40px;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-works__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    padding-bottom: 60px;
    gap: 20px;
  }
}
.p-works__slider {
  width: 100%;
  max-width: 1150px;
}
@media (max-width: 768px) {
  .p-works__slider {
    width: 100%;
  }
}
.p-works__image {
  width: 100%;
  max-width: 1150px;
  display: block;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .p-works__image {
    border-radius: 20px;
  }
}
.p-works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-works__image {
    width: 100%;
  }
}
.p-works__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-works__detail .c-sub {
  margin-bottom: 30px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-works__detail .c-sub {
    margin-bottom: 20px;
    max-width: 200px;
  }
}
.p-works__detail .c-sub a {
  display: block;
}
.p-works__sub {
  font-size: 20px;
  font-weight: 700;
  color: #85632d;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .p-works__sub {
    font-size: calc(20px + (21 - 20) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-works__sub {
    font-size: calc(21px + (23 - 21) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-works__sub {
    font-size: 23px;
  }
}
@media (min-width: 1500px) {
  .p-works__sub {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-works__sub {
    letter-spacing: 0.05em;
  }
}
.p-works__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-works__text {
    gap: 40px;
    margin-bottom: 30px;
  }
}
.p-works__text p {
  font-size: 12px;
}
@media (min-width: 428px) {
  .p-works__text p {
    font-size: calc(12px + (14 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-works__text p {
    font-size: calc(14px + (18 - 14) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-works__text p {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-works__text p {
    font-size: 18px;
  }
}
.p-works__nav {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .p-works__nav {
    margin-left: 0;
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
}

.p-properties.content-section {
  padding: 100px 0 50px;
  min-height: auto;
}
@media (max-width: 768px) {
  .p-properties.content-section {
    padding: 60px 0 30px;
  }
}
.p-properties.content-section.p-information {
  padding-top: 0;
}
.p-properties.content-section.p-information .p-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  gap: 20px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .p-properties.content-section.p-information .p-information__list {
    padding-top: 20px;
  }
}
.p-properties.content-section.p-information .p-information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-properties.content-section.p-information .p-information__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.p-properties.content-section.p-information .p-information__date {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #f6ebdc;
  color: #85632d;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 2px;
}
@media (max-width: 768px) {
  .p-properties.content-section.p-information .p-information__date {
    width: auto;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 14px;
  }
}
.p-properties.content-section.p-information .p-information__link {
  font-weight: 700;
  display: block;
}
@media (max-width: 768px) {
  .p-properties.content-section.p-information .p-information__link {
    font-size: 14px;
  }
}
.p-properties.content-section.p-information .p-information__more {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.p-properties.content-section.p-information .p-information__more a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 20px;
  color: #85632d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 80px;
  border: 3px solid #85632d;
  -webkit-transition: none;
  transition: none;
  padding: 10px 10px 20px;
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .p-properties.content-section.p-information .p-information__more a {
    font-size: 15px;
  }
}
.p-properties.content-section.p-information .p-information__more a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #85632d;
  border-right: 2px solid #85632d;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transition: none;
  transition: none;
}
.p-properties.content-section.p-information .p-information__more a.is-active::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 49%;
}
.p-properties.content-section.p-information .p-information__more a:hover {
  opacity: 0.7;
}
.p-properties__container {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-properties__container {
    padding-top: 10vh;
  }
}
@media (max-width: 768px) {
  .p-properties .c-title {
    margin-bottom: 30px;
  }
}
.p-properties__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 6.5fr 3.5fr;
  padding: 20px 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-properties__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
    gap: 20px;
  }
}
.p-properties__media {
  width: 100%;
  min-width: 0;
}
@media (max-width: 768px) {
  .p-properties__media {
    width: 100%;
  }
}
.p-properties__slider {
  width: 100%;
}
@media (max-width: 768px) {
  .p-properties__slider {
    width: 100%;
  }
}
.p-properties__slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  background: transparent;
}
.p-properties__slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 6px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-properties__slider .slick-dots li {
    width: 30px;
    height: 3px;
  }
}
.p-properties__slider .slick-dots li button {
  display: none;
}
.p-properties__slider .slick-dots li .slick-dot-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: #bcbcbc;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-properties__slider .slick-dots li.slick-active .slick-dot-bar {
  background: #e58d02;
}
.p-properties__slider-image {
  aspect-ratio: 2000/1000;
  overflow: hidden;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .p-properties__slider-image {
    border-radius: 20px;
  }
}
.p-properties__slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-properties__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-properties__detail .c-sub {
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .p-properties__detail .c-sub {
    margin-bottom: 30px;
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  .p-properties__detail .c-sub {
    margin-bottom: 20px;
  }
}
.p-properties__sub {
  font-size: 18px;
  font-weight: 700;
  color: #85632d;
  text-align: center;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: anywhere;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
@media (min-width: 428px) {
  .p-properties__sub {
    font-size: calc(18px + (20 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-properties__sub {
    font-size: calc(20px + (20 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-properties__sub {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .p-properties__sub {
    font-size: 24px;
  }
}
.p-properties__sub br.pc {
  display: none;
}
@media (max-width: 1000px) {
  .p-properties__sub {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .p-properties__sub {
    letter-spacing: 0;
    text-wrap: balance;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
.p-properties__sub-link {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-properties__sub-link:hover {
  opacity: 0.7;
}
.p-properties__title-link {
  display: block;
}
.p-properties__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .p-properties__text {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .p-properties__text {
    gap: 40px;
    margin-bottom: 30px;
  }
}
.p-properties__text p {
  font-size: 12px;
}
@media (min-width: 428px) {
  .p-properties__text p {
    font-size: calc(12px + (14 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-properties__text p {
    font-size: calc(14px + (18 - 14) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-properties__text p {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-properties__text p {
    font-size: 18px;
  }
}
.p-properties__nav {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  min-width: 330px;
}
@media (max-width: 768px) {
  .p-properties__nav {
    min-width: auto;
    max-width: 300px;
    width: 100%;
  }
}

.p-cta.content-section {
  padding-bottom: 0;
  margin-top: 30px;
}
.p-cta--sub.content-section {
  padding-top: 0;
  min-height: auto;
  margin-top: 30px;
}
.p-cta:not(.p-cta--sub).content-section {
  margin-top: 400px;
  padding-top: 100px;
  padding-bottom: 0;
  min-height: auto;
}
@media (max-width: 768px) {
  .p-cta:not(.p-cta--sub).content-section {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  min-height: auto;
}
@media (max-width: 768px) {
  .p-cta__container {
    gap: 30px;
    min-height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
.p-cta__container.width-container {
  background-color: #ffffff;
  max-width: none;
}
.p-cta--sub .p-cta__container {
  min-height: 200px;
}
.p-cta__container .c-title {
  margin-bottom: 40px;
}
.p-cta__head {
  text-align: center;
}
.p-cta__label-en {
  margin-bottom: 4px;
}
.p-cta__label {
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 428px) {
  .p-cta__label {
    font-size: calc(12px + (13 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-cta__label {
    font-size: calc(13px + (13.5 - 13) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-cta__label {
    font-size: 13.5px;
  }
}
@media (min-width: 1500px) {
  .p-cta__label {
    font-size: 14px;
  }
}
.p-cta__sns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 60px;
  padding: 20px 0 20px;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 1280px) {
  .p-cta__sns {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .p-cta__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 20px 0 0;
  }
}
.p-cta__sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #e8ceae;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  padding: 20px;
  background: #fff;
}
@media (max-width: 768px) {
  .p-cta__sns-link {
    width: 100%;
    min-height: 66px;
    padding: 5px;
    border-radius: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-cta__sns-link:hover {
    opacity: 0.7;
  }
}
.p-cta__sns-link--instagram img {
  max-width: 226px;
}
@media (max-width: 1280px) {
  .p-cta__sns-link--instagram img {
    max-width: 154px;
  }
}
.p-cta__sns-link--youtube img {
  max-width: 150px;
}
@media (max-width: 1280px) {
  .p-cta__sns-link--youtube img {
    max-width: 118px;
  }
}
.p-cta__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  padding: 0 0 60px;
  width: 100%;
}
@media (max-width: 1280px) {
  .p-cta__bottom {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .p-cta__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 10px 0 20px;
  }
}
.p-cta__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 20px;
  background: #f7efe3;
  padding: 20px;
}
@media (max-width: 1280px) {
  .p-cta__contact {
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .p-cta__contact {
    width: 100%;
    padding: 20px 20px 30px;
  }
}
.p-cta__contact-label {
  font-size: 17px;
  font-weight: 700;
}
@media (min-width: 428px) {
  .p-cta__contact-label {
    font-size: calc(17px + (20 - 17) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-cta__contact-label {
    font-size: calc(20px + (23 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-cta__contact-label {
    font-size: 23px;
  }
}
@media (min-width: 1500px) {
  .p-cta__contact-label {
    font-size: 26px;
  }
}
.p-cta__contact-text {
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 428px) {
  .p-cta__contact-text {
    font-size: calc(16px + (22 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-cta__contact-text {
    font-size: calc(22px + (29 - 22) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-cta__contact-text {
    font-size: 29px;
  }
}
@media (min-width: 1500px) {
  .p-cta__contact-text {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .p-cta__contact-text {
    margin-bottom: 25px;
  }
}
.p-cta__contact .c-btn {
  background: #e58d00;
  color: #fff;
  height: 91px;
}
@media (max-width: 1280px) {
  .p-cta__contact .c-btn {
    max-width: 200px;
    border-radius: 100px;
    min-width: auto;
    width: 100%;
    min-height: 42px;
    padding: 10px;
  }
}
.p-cta__contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-cta__contact-icon {
  max-width: 120px;
}
@media (max-width: 1600px) {
  .p-cta__contact-icon {
    max-width: 120px;
  }
}
@media (max-width: 1280px) {
  .p-cta__contact-icon {
    max-width: 120px;
  }
}
.p-cta__contact-line {
  background: #03c755;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .p-cta__contact-line {
    padding: 20px 10px 10px;
  }
}
.p-cta__contact-line .p-cta__contact-label {
  color: #fff;
}
@media (max-width: 768px) {
  .p-cta__contact-line .p-cta__contact-label {
    margin-bottom: 0;
  }
}
.p-cta__contact-line .c-btn {
  background: #ffffff;
  color: #03c755;
  max-width: 200px;
}
@media (max-width: 768px) {
  .p-cta__contact-line .c-btn {
    max-width: 200px;
    border-radius: 100px;
    min-width: auto;
    width: 100%;
    min-height: 42px;
    padding: 10px;
  }
}

.p-banners {
  position: relative;
  z-index: var(--z-content);
  padding: 150px 5vw;
}
@media (max-width: 1280px) {
  .p-banners {
    padding: 100px 5vw;
  }
}
@media (max-width: 768px) {
  .p-banners {
    padding: 80px 13vw;
  }
}
.p-banners__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .p-banners__container {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .p-banners__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-top: 20px;
  }
}
.p-banners__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-banners__item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (hover: hover) {
  .p-banners__item:hover {
    opacity: 0.8;
  }
}

.p-lower-hero.p-case-hero {
  position: relative;
  overflow: hidden;
  z-index: 3;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .p-lower-hero.p-case-hero {
    width: 100%;
    width: 100%;
    margin: 0;
  }
}
.p-lower-hero.p-case-hero .p-lower-hero__bg {
  background: #f5eee2;
}
@media (max-width: 768px) {
  .p-lower-hero.p-case-hero .p-lower-hero__bg {
    margin-top: 160px;
    padding-top: 0;
  }
}

.p-lower-hero__bg-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1461/508;
  z-index: 1;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .p-lower-hero__bg-wrap {
    aspect-ratio: 1461/808;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
  }
}

.p-lower-hero__head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-lower-hero__head {
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
}

@media (max-width: 768px) {
  .p-lower-hero__inner {
    gap: 10px;
  }
}

.p-lower-hero__lead {
  color: #fff;
  text-shadow: none;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .p-lower-hero__lead {
    width: 100vw;
  }
}

.p-case-contents {
  position: relative;
  z-index: 4;
  background: #f5eee2;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-case-contents {
    border-radius: 20px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 50px;
    top: -30px;
  }
}
.p-case-contents > section:first-child {
  margin-top: 0;
  padding-top: 0;
}

br.sp {
  display: none;
}
@media (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.p-feature-articles__container {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .p-feature-articles__container {
    padding-bottom: 60px !important;
    padding-inline: 20px;
  }
}
.p-feature-articles__head {
  text-align: center;
}
.p-feature-articles__label-en {
  margin-bottom: 8px;
}
.p-feature-articles__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (min-width: 428px) {
  .p-feature-articles__title {
    font-size: calc(16px + (20 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-feature-articles__title {
    font-size: calc(20px + (24 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-feature-articles__title {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .p-feature-articles__title {
    font-size: 32px;
  }
}
.p-feature-articles__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 6.5fr 3.5fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .p-feature-articles__wrap {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 10px;
  }
}
.p-feature-articles__wrap + .p-feature-articles__wrap {
  margin-top: 80px;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .p-feature-articles__wrap + .p-feature-articles__wrap {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.p-feature-articles__image {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  display: block;
}
@media (max-width: 1500px) {
  .p-feature-articles__image {
    border-radius: 20px;
  }
}
.p-feature-articles__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-feature-articles__image {
    width: 100%;
  }
}
.p-feature-articles__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-feature-articles__sub {
  font-size: 18px;
  font-weight: 700;
  color: #85632d;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .p-feature-articles__sub {
    font-size: calc(18px + (21 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-feature-articles__sub {
    font-size: calc(21px + (22 - 21) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-feature-articles__sub {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .p-feature-articles__sub {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-feature-articles__sub {
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
}
.p-feature-articles__text {
  font-size: 14px;
  margin-bottom: 30px;
}
@media (min-width: 428px) {
  .p-feature-articles__text {
    font-size: calc(14px + (15 - 14) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-feature-articles__text {
    font-size: calc(15px + (18 - 15) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-feature-articles__text {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-feature-articles__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-feature-articles__text {
    margin-bottom: 20px;
  }
}
.p-feature-articles__nav {
  margin-top: 20px;
}

.p-scene__container {
  background-color: #ffffff;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .p-scene__container {
    padding-bottom: 100px !important;
  }
}
.p-scene__title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 6px solid #e8ceae;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 50px;
}
@media (min-width: 428px) {
  .p-scene__title {
    font-size: calc(16px + (22 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-scene__title {
    font-size: calc(22px + (28 - 22) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-scene__title {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .p-scene__title {
    font-size: 36px;
  }
}
.p-scene__title::before {
  content: "";
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 0;
  background: #ffec00;
  display: inline-block;
  width: 230px;
  z-index: 5;
}
.p-scene__title::after {
  content: "";
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #e58d00;
  display: inline-block;
  width: 115px;
  z-index: 6;
}
.p-scene__title-eng {
  font-size: 12px;
  font-family: "Arial Black", "Kanit", "Noto Sans JP", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: -50px;
  left: 0;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .p-scene__title-eng {
    font-size: calc(12px + (15 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-scene__title-eng {
    font-size: calc(15px + (18 - 15) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-scene__title-eng {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-scene__title-eng {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-scene__title-eng {
    bottom: -40px;
  }
}
.p-scene__lead {
  font-size: 18px;
  font-weight: 700;
  color: #85632d;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .p-scene__lead {
    font-size: calc(18px + (22 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-scene__lead {
    font-size: calc(22px + (24 - 22) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-scene__lead {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .p-scene__lead {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .p-scene__lead {
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    text-wrap: balance;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
.p-scene__list {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 60px;
  padding: 0;
}
.p-scene__list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-scene__list .slick-slide {
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .p-scene__list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.p-scene__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #f5eee2;
  border-radius: 40px;
  overflow: hidden;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .p-scene__item {
    border-radius: 20px;
  }
}
.p-scene__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-scene__item-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.p-scene__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-scene__item-image img {
    height: auto;
  }
}
.p-scene__item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  background: #f5eee2;
  padding: 30px 30px 50px;
  border-radius: 0 0 40px 40px;
}
.p-scene__item-label {
  display: inline-block;
  color: #85632c;
  font-weight: 700;
  font-size: 16px;
  border: 3px solid #85632c;
  border-radius: 60px;
  background: #fff;
  text-align: center;
  padding: 2px;
  margin-bottom: 10px;
}
@media (min-width: 428px) {
  .p-scene__item-label {
    font-size: calc(16px + (18 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-scene__item-label {
    font-size: calc(18px + (20 - 18) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-scene__item-label {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .p-scene__item-label {
    font-size: 24px;
  }
}
.p-scene__item-heading {
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #85632c;
  border-radius: 80px;
  background: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 20px auto 20px;
  color: #85632c;
  padding: 4px 30px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 428px) {
  .p-scene__item-heading {
    font-size: calc(18px + (18 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-scene__item-heading {
    font-size: calc(18px + (18 - 18) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-scene__item-heading {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-scene__item-heading {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-scene__item-heading.is-long {
    font-size: 13px !important;
    padding: 4px 10px;
  }
}
.p-scene__item-text {
  font-size: 12px;
  padding: 0 30px 30px;
  text-align: left;
  line-height: 1.8;
}
@media (min-width: 428px) {
  .p-scene__item-text {
    font-size: calc(12px + (14 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-scene__item-text {
    font-size: calc(14px + (18 - 14) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-scene__item-text {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-scene__item-text {
    font-size: 18px;
  }
}
.p-scene .slick-slide {
  margin: 0 15px;
}
.p-scene .slick-list {
  margin: 0 -15px;
}
.p-scene .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 30px 0 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .p-scene .slick-dots {
    gap: 6px;
  }
}
.p-scene .slick-dots li {
  margin: 0;
}
.p-scene .slick-dots li button {
  width: 40px;
  height: 4px;
  padding: 0;
  border: none;
  background: #d1d5db;
  border-radius: 2px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  .p-scene .slick-dots li button {
    width: 20px;
  }
}
.p-scene .slick-dots li.slick-active button {
  background: #865802;
}
.p-scene .slick-prev,
.p-scene .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border: none;
  background: #85632c;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-scene .slick-prev,
  .p-scene .slick-next {
    width: 40px;
    height: 40px;
    top: 45vw;
  }
}
.p-scene .slick-prev:hover,
.p-scene .slick-next:hover {
  opacity: 0.8;
}
.p-scene .slick-prev span,
.p-scene .slick-next span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media (max-width: 768px) {
  .p-scene .slick-prev span,
  .p-scene .slick-next span {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
}
.p-scene .slick-prev {
  left: -25px;
}
@media (max-width: 768px) {
  .p-scene .slick-prev {
    left: -20px;
  }
}
.p-scene .slick-prev span {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 4px;
}
.p-scene .slick-next {
  right: -25px;
}
@media (max-width: 768px) {
  .p-scene .slick-next {
    right: -20px;
  }
}
.p-scene .slick-next span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 4px;
}
.p-scene__reserve {
  padding-top: 10px;
  color: #85632d;
  font-weight: 700;
}
.p-scene__reserve a {
  text-decoration: underline;
}

.p-scene2 .p-scene__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 768px) {
  .p-scene2 .p-scene__list.slick-initialized {
    display: block !important;
    padding-bottom: 50px;
  }
  .p-scene2 .p-scene__list.slick-initialized .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
  .p-scene2 .p-scene__list.slick-initialized .slick-slide {
    height: auto !important;
    margin: 0 10px;
  }
  .p-scene2 .p-scene__list.slick-initialized .slick-prev,
  .p-scene2 .p-scene__list.slick-initialized .slick-next {
    top: 30vw !important;
    bottom: auto !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 520px) {
  .p-scene2 .p-scene__list.slick-initialized .slick-prev,
  .p-scene2 .p-scene__list.slick-initialized .slick-next {
    top: 24vw !important;
  }
}
.p-scene2 .p-scene__item {
  background: transparent !important;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .p-scene2 .p-scene__item {
    max-width: none !important;
    width: 100% !important;
  }
}
.p-scene2 .p-scene__item-image {
  aspect-ratio: 350/233 !important;
  border-radius: 20px !important;
}
.p-scene2 .p-scene__item-title {
  border: none !important;
  background: transparent !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
}
.p-scene2 .p-scene__item-text {
  padding: 0 !important;
}

.p-spec__container, .p-scene2 .p-scene__container {
  background-color: #ffffff;
}
.p-spec__list, .p-scene2 .p-scene__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px 40px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-spec__list, .p-scene2 .p-scene__list {
    gap: 60px 0;
    padding: 0;
  }
}
.p-spec__item, .p-scene2 .p-scene__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 80px) / 3 - 1px);
          flex: 0 0 calc((100% - 80px) / 3 - 1px);
  max-width: calc((100% - 80px) / 3 - 1px);
}
@media (max-width: 768px) {
  .p-spec__item, .p-scene2 .p-scene__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.p-spec__item-image, .p-scene2 .p-scene__item-image {
  width: 100%;
  aspect-ratio: 350/233;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.p-spec__item-image img, .p-scene2 .p-scene__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-spec__item-image img, .p-scene2 .p-scene__item-image img {
    height: auto;
  }
}
.p-spec__item-title, .p-scene2 .p-scene__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #85632d;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .p-spec__item-title, .p-scene2 .p-scene__item-title {
    font-size: calc(18px + (18 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-spec__item-title, .p-scene2 .p-scene__item-title {
    font-size: calc(18px + (20 - 18) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-spec__item-title, .p-scene2 .p-scene__item-title {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .p-spec__item-title, .p-scene2 .p-scene__item-title {
    font-size: 20px;
  }
}
.p-spec__item-text, .p-scene2 .p-scene__item-text {
  text-align: left;
  font-size: 12px;
}
@media (min-width: 428px) {
  .p-spec__item-text, .p-scene2 .p-scene__item-text {
    font-size: calc(12px + (14 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-spec__item-text, .p-scene2 .p-scene__item-text {
    font-size: calc(14px + (18 - 14) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-spec__item-text, .p-scene2 .p-scene__item-text {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-spec__item-text, .p-scene2 .p-scene__item-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-spec__item-text, .p-scene2 .p-scene__item-text {
    text-align: left;
    line-height: 2.2;
  }
}
.p-spec__list--count-4 .p-spec__item, .p-scene2 .p-scene__list--count-4 .p-spec__item, .p-spec__list--count-4 .p-scene2 .p-scene__item, .p-scene2 .p-spec__list--count-4 .p-scene__item, .p-scene2 .p-scene__list--count-4 .p-scene__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px) / 2);
          flex: 0 0 calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}
@media (max-width: 768px) {
  .p-spec__list--count-4 .p-spec__item, .p-scene2 .p-scene__list--count-4 .p-spec__item, .p-spec__list--count-4 .p-scene2 .p-scene__item, .p-scene2 .p-spec__list--count-4 .p-scene__item, .p-scene2 .p-scene__list--count-4 .p-scene__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
}
.p-spec__list + .p-spec__list, .p-scene2 .p-scene__list + .p-spec__list, .p-scene2 .p-spec__list + .p-scene__list, .p-scene2 .p-scene__list + .p-scene__list {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .p-spec__list + .p-spec__list, .p-scene2 .p-scene__list + .p-spec__list, .p-scene2 .p-spec__list + .p-scene__list, .p-scene2 .p-scene__list + .p-scene__list {
    margin-top: 60px;
  }
}
.p-spec__list--special-3, .p-scene2 .p-scene__list--special-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 100%;
}
.p-spec__list--special-3 .p-spec__images-row, .p-scene2 .p-scene__list--special-3 .p-spec__images-row, .p-scene2 .p-scene__list--special-3 .p-scene__images-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-spec__list--special-3 .p-spec__images-row, .p-scene2 .p-scene__list--special-3 .p-spec__images-row, .p-scene2 .p-scene__list--special-3 .p-scene__images-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-spec__list--special-3 .p-spec__item-image, .p-scene2 .p-scene__list--special-3 .p-spec__item-image, .p-spec__list--special-3 .p-scene2 .p-scene__item-image, .p-scene2 .p-spec__list--special-3 .p-scene__item-image, .p-scene2 .p-scene__list--special-3 .p-scene__item-image {
  width: 100%;
  aspect-ratio: 350/233;
  border-radius: 20px;
  overflow: hidden;
  margin: 0;
}
.p-spec__list--special-3 .p-spec__item-image img, .p-scene2 .p-scene__list--special-3 .p-spec__item-image img, .p-spec__list--special-3 .p-scene2 .p-scene__item-image img, .p-scene2 .p-spec__list--special-3 .p-scene__item-image img, .p-scene2 .p-scene__list--special-3 .p-scene__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-spec__list--special-3 .p-spec__item-image img, .p-scene2 .p-scene__list--special-3 .p-spec__item-image img, .p-spec__list--special-3 .p-scene2 .p-scene__item-image img, .p-scene2 .p-spec__list--special-3 .p-scene__item-image img, .p-scene2 .p-scene__list--special-3 .p-scene__item-image img {
    height: auto;
  }
}
.p-spec__list--special-3 .p-spec__info-full, .p-scene2 .p-scene__list--special-3 .p-spec__info-full, .p-scene2 .p-scene__list--special-3 .p-scene__info-full {
  text-align: center;
  width: 100%;
}
.p-spec__list--special-3 .p-spec__item-title, .p-scene2 .p-scene__list--special-3 .p-spec__item-title, .p-spec__list--special-3 .p-scene2 .p-scene__item-title, .p-scene2 .p-spec__list--special-3 .p-scene__item-title, .p-scene2 .p-scene__list--special-3 .p-scene__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #85632d;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .p-spec__list--special-3 .p-spec__item-title, .p-scene2 .p-scene__list--special-3 .p-spec__item-title, .p-spec__list--special-3 .p-scene2 .p-scene__item-title, .p-scene2 .p-spec__list--special-3 .p-scene__item-title, .p-scene2 .p-scene__list--special-3 .p-scene__item-title {
    font-size: calc(18px + (18 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-spec__list--special-3 .p-spec__item-title, .p-scene2 .p-scene__list--special-3 .p-spec__item-title, .p-spec__list--special-3 .p-scene2 .p-scene__item-title, .p-scene2 .p-spec__list--special-3 .p-scene__item-title, .p-scene2 .p-scene__list--special-3 .p-scene__item-title {
    font-size: calc(18px + (20 - 18) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-spec__list--special-3 .p-spec__item-title, .p-scene2 .p-scene__list--special-3 .p-spec__item-title, .p-spec__list--special-3 .p-scene2 .p-scene__item-title, .p-scene2 .p-spec__list--special-3 .p-scene__item-title, .p-scene2 .p-scene__list--special-3 .p-scene__item-title {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .p-spec__list--special-3 .p-spec__item-title, .p-scene2 .p-scene__list--special-3 .p-spec__item-title, .p-spec__list--special-3 .p-scene2 .p-scene__item-title, .p-scene2 .p-spec__list--special-3 .p-scene__item-title, .p-scene2 .p-scene__list--special-3 .p-scene__item-title {
    font-size: 20px;
  }
}
.p-spec__list--special-3 .p-spec__item-text, .p-scene2 .p-scene__list--special-3 .p-spec__item-text, .p-spec__list--special-3 .p-scene2 .p-scene__item-text, .p-scene2 .p-spec__list--special-3 .p-scene__item-text, .p-scene2 .p-scene__list--special-3 .p-scene__item-text {
  text-align: left;
  font-size: 12px;
}
@media (min-width: 428px) {
  .p-spec__list--special-3 .p-spec__item-text, .p-scene2 .p-scene__list--special-3 .p-spec__item-text, .p-spec__list--special-3 .p-scene2 .p-scene__item-text, .p-scene2 .p-spec__list--special-3 .p-scene__item-text, .p-scene2 .p-scene__list--special-3 .p-scene__item-text {
    font-size: calc(12px + (14 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-spec__list--special-3 .p-spec__item-text, .p-scene2 .p-scene__list--special-3 .p-spec__item-text, .p-spec__list--special-3 .p-scene2 .p-scene__item-text, .p-scene2 .p-spec__list--special-3 .p-scene__item-text, .p-scene2 .p-scene__list--special-3 .p-scene__item-text {
    font-size: calc(14px + (18 - 14) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-spec__list--special-3 .p-spec__item-text, .p-scene2 .p-scene__list--special-3 .p-spec__item-text, .p-spec__list--special-3 .p-scene2 .p-scene__item-text, .p-scene2 .p-spec__list--special-3 .p-scene__item-text, .p-scene2 .p-scene__list--special-3 .p-scene__item-text {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-spec__list--special-3 .p-spec__item-text, .p-scene2 .p-scene__list--special-3 .p-spec__item-text, .p-spec__list--special-3 .p-scene2 .p-scene__item-text, .p-scene2 .p-spec__list--special-3 .p-scene__item-text, .p-scene2 .p-scene__list--special-3 .p-scene__item-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-spec__list--special-3 .p-spec__item-text, .p-scene2 .p-scene__list--special-3 .p-spec__item-text, .p-spec__list--special-3 .p-scene2 .p-scene__item-text, .p-scene2 .p-spec__list--special-3 .p-scene__item-text, .p-scene2 .p-scene__list--special-3 .p-scene__item-text {
    text-align: left;
    line-height: 2.2;
  }
}

.p-introduction__container {
  background-color: #ffffff;
}
.p-introduction__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 40px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-introduction__list {
    grid-template-columns: 1fr;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 30px;
  }
}
.p-introduction__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-introduction__item-image {
  width: 100%;
  aspect-ratio: 300/200;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.p-introduction__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-introduction__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 90%;
  height: 38px;
  padding: 0 10px;
  border: 2px solid #85632d;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  color: #85632d;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
@media (min-width: 428px) {
  .p-introduction__item-title {
    font-size: calc(20px + (24 - 20) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-introduction__item-title {
    font-size: calc(24px + (18 - 24) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-introduction__item-title {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-introduction__item-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-introduction__item-title {
    height: 40px;
    border-width: 3px;
  }
}

.p-merit__container {
  background-color: #ffffff;
}
.p-merit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 80px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .p-merit__list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 60px;
  }
}
@media (max-width: 768px) {
  .p-merit__list {
    grid-template-columns: 1fr;
    row-gap: 60px;
    padding: 0;
  }
}
.p-merit__list--count-3 {
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 768px) {
  .p-merit__list--count-3 {
    grid-template-columns: 1fr;
  }
}
.p-merit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-merit__item-image {
  width: 100%;
  aspect-ratio: 540/360;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.p-merit__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-merit__item-title {
  font-size: 18px;
  font-weight: 700;
  color: #85632d;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .p-merit__item-title {
    font-size: calc(18px + (18 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-merit__item-title {
    font-size: calc(18px + (18 - 18) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-merit__item-title {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-merit__item-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-merit__item-title {
    margin-bottom: 10px;
  }
}
.p-merit__item-lead {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 428px) {
  .p-merit__item-lead {
    font-size: calc(16px + (17 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-merit__item-lead {
    font-size: calc(17px + (19 - 17) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-merit__item-lead {
    font-size: 19px;
  }
}
@media (min-width: 1500px) {
  .p-merit__item-lead {
    font-size: 20px;
  }
}
.p-merit__item-text {
  font-size: 12px;
  text-align: left;
}
@media (min-width: 428px) {
  .p-merit__item-text {
    font-size: calc(12px + (14 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-merit__item-text {
    font-size: calc(14px + (18 - 14) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-merit__item-text {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-merit__item-text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-merit__item-text {
    text-align: left;
  }
}

.p-property-introduction__container {
  background-color: #ffffff;
}
.p-property-introduction__head {
  text-align: center;
}
.p-property-introduction__label-en {
  margin-bottom: 8px;
}
.p-property-introduction__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (min-width: 428px) {
  .p-property-introduction__title {
    font-size: calc(16px + (20 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-property-introduction__title {
    font-size: calc(20px + (24 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-property-introduction__title {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .p-property-introduction__title {
    font-size: 32px;
  }
}
.p-property-introduction__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 6fr 4fr;
  padding: 20px 0 40px;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-property-introduction__wrap {
    padding-top: 0px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-property-introduction__image {
  width: 100%;
  max-width: none;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-property-introduction__image {
    width: 100%;
    border-radius: 15px;
  }
}
.p-property-introduction__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1150/540;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-property-introduction__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
}
.p-property-introduction__detail .c-sub {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-property-introduction__detail .c-sub {
    margin-bottom: 20px;
  }
}
.p-property-introduction__sub {
  font-size: 20px;
  font-weight: 700;
  color: #85632d;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .p-property-introduction__sub {
    font-size: calc(20px + (20 - 20) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-property-introduction__sub {
    font-size: calc(20px + (20 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-property-introduction__sub {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .p-property-introduction__sub {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-property-introduction__sub {
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}
.p-property-introduction__textgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-property-introduction__textgroup {
    gap: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .p-property-introduction__textgroup p {
    font-size: 12px;
  }
}
.p-property-introduction__nav {
  margin-left: 40px;
  container-type: inline-size;
  container-name: property-nav;
}
@media (max-width: 1000px) {
  .p-property-introduction__nav {
    margin-left: 0;
  }
}
.p-property-introduction__nav .c-more {
  width: 100%;
}
@container property-nav (max-width:200px) {
  .p-property-introduction__nav .c-more-text {
    position: static;
    width: 14vw;
    max-width: 15rem;
    height: auto;
    margin-left: 5vw;
    display: block;
  }
}
.p-property-introduction__slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-property-introduction__slider {
    width: 100%;
    border-radius: 15px;
  }
}
.p-property-introduction__slider .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1150/540;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-property-introduction__slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  background: transparent;
}
.p-property-introduction__slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 6px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-property-introduction__slider .slick-dots li {
    width: 30px;
    height: 3px;
  }
}
.p-property-introduction__slider .slick-dots li button {
  display: none;
}
.p-property-introduction__slider .slick-dots li .slick-dot-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: #bcbcbc;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-property-introduction__slider .slick-dots li.slick-active .slick-dot-bar {
  background: #e58d02;
}

.p-achievement-introduction__container {
  background-color: #ffffff;
}
.p-achievement-introduction__head {
  text-align: center;
}
.p-achievement-introduction__label-en {
  margin-bottom: 8px;
}
.p-achievement-introduction__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (min-width: 428px) {
  .p-achievement-introduction__title {
    font-size: calc(16px + (20 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-achievement-introduction__title {
    font-size: calc(20px + (24 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-achievement-introduction__title {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .p-achievement-introduction__title {
    font-size: 32px;
  }
}
.p-achievement-introduction__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 6fr 4fr;
  padding: 20px 0 40px;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-achievement-introduction__wrap {
    padding-top: 0px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-achievement-introduction__image {
  width: 100%;
  max-width: none;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-achievement-introduction__image {
    width: 100%;
    border-radius: 15px;
  }
}
.p-achievement-introduction__image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1150/540;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-achievement-introduction__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
}
.p-achievement-introduction__detail .c-sub {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .p-achievement-introduction__detail .c-sub {
    margin-bottom: 20px;
  }
}
.p-achievement-introduction__sub {
  font-size: 20px;
  font-weight: 700;
  color: #85632d;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .p-achievement-introduction__sub {
    font-size: calc(20px + (20 - 20) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-achievement-introduction__sub {
    font-size: calc(20px + (20 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-achievement-introduction__sub {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .p-achievement-introduction__sub {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-achievement-introduction__sub {
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}
.p-achievement-introduction__textgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-achievement-introduction__textgroup {
    gap: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .p-achievement-introduction__textgroup p {
    font-size: 12px;
  }
}
.p-achievement-introduction__nav {
  margin-left: 40px;
  container-type: inline-size;
  container-name: achievement-nav;
}
@media (max-width: 1000px) {
  .p-achievement-introduction__nav {
    margin-left: 0;
  }
}
.p-achievement-introduction__nav .c-more {
  width: 100%;
}
@container achievement-nav (max-width:200px) {
  .p-achievement-introduction__nav .c-more-text {
    position: static;
    width: 14vw;
    max-width: 15rem;
    height: auto;
    margin-left: 5vw;
    display: block;
  }
}
.p-achievement-introduction__slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-achievement-introduction__slider {
    width: 100%;
    border-radius: 15px;
  }
}
.p-achievement-introduction__slider .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1150/540;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-achievement-introduction__slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  background: transparent;
}
.p-achievement-introduction__slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 6px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-achievement-introduction__slider .slick-dots li {
    width: 30px;
    height: 3px;
  }
}
.p-achievement-introduction__slider .slick-dots li button {
  display: none;
}
.p-achievement-introduction__slider .slick-dots li .slick-dot-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: #bcbcbc;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-achievement-introduction__slider .slick-dots li.slick-active .slick-dot-bar {
  background: #e58d02;
}
.p-achievement-introduction__head {
  text-align: center;
}
.p-achievement-introduction__label-en {
  margin-bottom: 8px;
}
.p-achievement-introduction__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (min-width: 428px) {
  .p-achievement-introduction__title {
    font-size: calc(16px + (20 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-achievement-introduction__title {
    font-size: calc(20px + (24 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-achievement-introduction__title {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .p-achievement-introduction__title {
    font-size: 32px;
  }
}
.p-achievement-introduction__slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-achievement-introduction__slider {
    width: 100%;
    border-radius: 15px;
  }
}
.p-achievement-introduction__slider .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1150/540;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-achievement-introduction__slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  background: transparent;
}
.p-achievement-introduction__slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 6px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .p-achievement-introduction__slider .slick-dots li {
    width: 30px;
    height: 3px;
  }
}
.p-achievement-introduction__slider .slick-dots li button {
  display: none;
}
.p-achievement-introduction__slider .slick-dots li .slick-dot-bar {
  display: block;
  width: 100%;
  height: 100%;
  background: #bcbcbc;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.p-achievement-introduction__slider .slick-dots li.slick-active .slick-dot-bar {
  background: #e58d02;
}

.p-freespace {
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-freespace {
    padding: 0 !important;
  }
}
.p-freespace__container {
  background-image: none;
}
@media (max-width: 768px) {
  .p-freespace__container {
    padding: 0 !important;
    margin: 0;
  }
}

.l-lower .p-freespace2 {
  padding-top: 0;
}
.l-lower .p-freespace2__container {
  background-image: none;
  padding-top: 0;
}

.p-pet__container {
  background-color: #ffffff;
}
.p-pet__head {
  text-align: center;
}
.p-pet__label-en {
  margin-bottom: 8px;
}
.p-pet__header {
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .p-pet__header {
    padding-bottom: 50px;
  }
}
.p-pet .c-lead {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 428px) {
  .p-pet .c-lead {
    font-size: calc(20px + (24 - 20) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-pet .c-lead {
    font-size: calc(24px + (28 - 24) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-pet .c-lead {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .p-pet .c-lead {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .p-pet .c-lead {
    margin-bottom: 10px;
  }
}
.p-pet__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .p-pet__list {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .p-pet__list {
    gap: 20px;
  }
}
.p-pet__list > :last-child:nth-child(odd) {
  grid-column: 1/-1;
  margin-inline: auto;
  width: calc(50% - 25px);
}
@media (max-width: 900px) {
  .p-pet__list > :last-child:nth-child(odd) {
    width: 100%;
    margin-inline: 0;
  }
}
.p-pet__list-item {
  border: 3px solid #1a1311;
  border-radius: 20px;
  width: 100%;
  background: #fff;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .p-pet__list-item {
    padding: 10px;
  }
}
@media (max-width: 520px) {
  .p-pet__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.p-pet__list-item::before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 25px solid transparent;
  border-top: 20px solid #1a1311;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-pet__list-item::before {
    bottom: -25px;
    border-width: 12.5px;
    border-top-width: 10px;
  }
}
.p-pet__list-item::after {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 25px solid transparent;
  border-top: 20px solid #fff;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-pet__list-item::after {
    bottom: -22px;
    border-width: 12.5px;
    border-top-width: 10px;
  }
}
.p-pet__list-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}
@media (max-width: 1500px) {
  .p-pet__list-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
}
.p-pet__list-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .p-pet__list-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    max-width: 80px;
  }
}
.p-pet__list-voice {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 428px) {
  .p-pet__list-voice {
    font-size: calc(18px + (20 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-pet__list-voice {
    font-size: calc(20px + (24 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-pet__list-voice {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .p-pet__list-voice {
    font-size: 26px;
  }
}
.p-pet__after {
  text-align: center;
}
.p-pet__after-label {
  color: #85632c;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  border-radius: 80px;
  border: 3px solid #85632c;
  background: #fff;
  margin-bottom: 40px;
}
@media (min-width: 428px) {
  .p-pet__after-label {
    font-size: calc(20px + (20 - 20) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-pet__after-label {
    font-size: calc(20px + (22 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-pet__after-label {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .p-pet__after-label {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-pet__after-label {
    border-radius: 20px;
  }
}
.p-pet__after-text {
  color: #85632c;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 428px) {
  .p-pet__after-text {
    font-size: calc(18px + (20 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-pet__after-text {
    font-size: calc(20px + (22 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-pet__after-text {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .p-pet__after-text {
    font-size: 24px;
  }
}
.p-pet__icon-wrapper {
  max-width: 1200px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .p-pet__icon-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-pet__icon {
  max-width: none;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-pet__icon {
    position: relative;
    top: 0;
    left: 0;
  }
}
.p-pet__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-pet__lead {
  text-align: center;
  color: #e58d02;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 428px) {
  .p-pet__lead {
    font-size: calc(16px + (20 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-pet__lead {
    font-size: calc(20px + (22 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-pet__lead {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .p-pet__lead {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-pet__lead {
    margin-bottom: 20px;
  }
}
.p-pet__lead br:first-child {
  display: none;
}
.p-pet__text {
  text-align: center;
  margin-bottom: 60px;
  font-size: 12px;
}
@media (min-width: 428px) {
  .p-pet__text {
    font-size: calc(12px + (16 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-pet__text {
    font-size: calc(16px + (18 - 16) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-pet__text {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-pet__text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-pet__text {
    margin-bottom: 30px;
  }
}
.p-pet__text br:first-child {
  display: none;
}
.p-pet__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .p-pet__title {
    font-size: 1.5rem;
  }
}
.p-pet__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 40px;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-pet__wrap {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-pet__slider {
  width: 100%;
  max-width: none;
}
@media (max-width: 768px) {
  .p-pet__slider {
    width: 100%;
  }
}
.p-pet__image {
  width: 50%;
  max-width: none;
}
@media (max-width: 768px) {
  .p-pet__image {
    width: 100%;
  }
}
.p-pet__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
}
.p-pet__detail .c-sub {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-pet__detail .c-sub {
    margin-bottom: 40px;
  }
}
.p-pet__sub {
  font-size: 20px;
  font-weight: 700;
  color: #85632d;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
@media (min-width: 428px) {
  .p-pet__sub {
    font-size: calc(20px + (21 - 20) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-pet__sub {
    font-size: calc(21px + (23 - 21) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-pet__sub {
    font-size: 23px;
  }
}
@media (min-width: 1500px) {
  .p-pet__sub {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-pet__sub {
    letter-spacing: 0.05em;
  }
}
.p-pet__textgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-pet__textgroup {
    gap: 40px;
    margin-bottom: 30px;
  }
}
.p-pet__textgroup > p {
  font-size: 12px;
}
@media (min-width: 428px) {
  .p-pet__textgroup > p {
    font-size: calc(12px + (14 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-pet__textgroup > p {
    font-size: calc(14px + (18 - 14) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-pet__textgroup > p {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-pet__textgroup > p {
    font-size: 18px;
  }
}
.p-pet__nav {
  margin-left: 40px;
}

.l-spacer-pet {
  background: var(--bg-pc, transparent) center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 768px) {
  .l-spacer-pet {
    background: none;
    clip-path: inset(0);
  }
  .l-spacer-pet::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--bg-sp, var(--bg-pc, transparent)) center/cover no-repeat;
    z-index: -1;
    will-change: transform;
  }
}

.wp-block-gallery.wp-block-gallery-1 {
  gap: 20px;
  margin-bottom: 60px;
}
.wp-block-gallery.wp-block-gallery-1 img {
  border-radius: 20px;
}

.p-case-free-image__pc {
  display: block;
}
@media (max-width: 768px) {
  .p-case-free-image__pc {
    display: none;
  }
}
.p-case-free-image__pc img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 100px;
}
.p-case-free-image__sp {
  display: none;
}
@media (max-width: 768px) {
  .p-case-free-image__sp {
    display: block;
  }
}
.p-case-free-image__sp img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 30px;
}

.p-text-image__container {
  background-color: #ffffff;
}

.p-lower-other {
  background: #fff;
  position: relative;
  padding: 70px 0;
}
.p-lower-other__head {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
@media (max-width: 768px) {
  .p-lower-other__head {
    left: auto;
    top: auto;
    margin-bottom: 30px;
    position: relative;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}
.p-lower-other__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 428px) {
  .p-lower-other__title {
    font-size: calc(18px + (20 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-lower-other__title {
    font-size: calc(20px + (28 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-lower-other__title {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .p-lower-other__title {
    font-size: 36px;
  }
}
.p-lower-other__en {
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #231815;
}
@media (min-width: 428px) {
  .p-lower-other__en {
    font-size: calc(15px + (16 - 15) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-lower-other__en {
    font-size: calc(16px + (19 - 16) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-lower-other__en {
    font-size: 19px;
  }
}
@media (min-width: 1500px) {
  .p-lower-other__en {
    font-size: 19px;
  }
}
.p-lower-other__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-lower-other__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
  }
}
.p-lower-other__btn {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-lower-other__btn--next {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .p-lower-other__btn--next {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .p-lower-other__btn--prev {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-lower-other__link {
  position: relative;
  top: -24px;
  left: 0;
}
@media (max-width: 768px) {
  .p-lower-other__link {
    top: -10px;
    margin-bottom: 40px;
  }
}
.p-lower-other__link:hover {
  opacity: 0.7;
}
.p-lower-other__image {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 4px solid #e8ceae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .p-lower-other__image {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 520px) {
  .p-lower-other__image {
    width: 140px;
    height: 140px;
  }
}
.p-lower-other__image img {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 1000px) {
  .p-lower-other__image img {
    width: 120px;
  }
}
@media (max-width: 520px) {
  .p-lower-other__image img {
    width: 90px;
  }
}
.p-lower-other__nav {
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 240px;
  height: 20px;
  font-weight: 700;
}
@media (min-width: 428px) {
  .p-lower-other__nav {
    font-size: calc(16px + (16 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-lower-other__nav {
    font-size: calc(16px + (22 - 16) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-lower-other__nav {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .p-lower-other__nav {
    font-size: 24px;
  }
}
.p-lower-other__btn--prev .p-lower-other__nav {
  text-align: right;
  background-image: url(../img/hanare/icon_arrow_prev.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .p-lower-other__btn--prev .p-lower-other__nav {
    background-image: url(../img/hanare/icon_arrow_prev_sp.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 100%;
  }
}
.p-lower-other__btn--next .p-lower-other__nav {
  background-image: url(../img/hanare/icon_arrow_next.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .p-lower-other__btn--next .p-lower-other__nav {
    background-image: url(../img/hanare/icon_arrow_next_sp.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 100%;
  }
}
.p-lower-other__title {
  font-size: 25px;
}
@media (min-width: 428px) {
  .p-lower-other__title {
    font-size: calc(25px + (25 - 25) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-lower-other__title {
    font-size: calc(25px + (32 - 25) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-lower-other__title {
    font-size: 32px;
  }
}
@media (min-width: 1500px) {
  .p-lower-other__title {
    font-size: 32px;
  }
}

.l-archive .p-contents-hero {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-archive .p-contents-hero {
    height: 200px;
  }
}
.l-archive .p-contents-hero .p-lower-hero__bg {
  position: fixed;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
@media (max-width: 768px) {
  .l-archive .p-contents-hero .p-lower-hero__bg {
    height: 200px;
    top: 50px;
  }
}
.l-archive .p-contents-hero .p-lower-hero__bg .p-lower-hero__bg-wrap,
.l-archive .p-contents-hero .p-lower-hero__bg .p-lower-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-archive .p-contents-hero .l-spacer__title {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .l-archive .p-contents-hero .l-spacer__title {
    top: 150px;
  }
}
.l-archive .p-contents-hero .p-lower-hero__inner {
  padding: 0;
  margin: 0;
  height: auto;
  min-height: auto;
  display: block;
}
.l-archive .content-section {
  position: relative;
  z-index: 2;
  background: #f5eee2;
  padding: 0 0 180px;
  margin-top: 0;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-archive .content-section {
    border-radius: 20px 20px 0 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    top: -40px;
    padding-bottom: 150px;
    margin-bottom: -40px;
  }
}
.l-archive .content-section.p-cta--sub {
  border-radius: 0;
  min-height: auto;
}
.l-archive .p-feature-articles__wrap {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-archive .p-feature-articles__wrap {
    margin-top: 30px;
  }
}
.l-archive .p-feature-articles__container {
  background-color: transparent;
}
.l-archive .width-container {
  margin-bottom: -100px;
  background: #fff;
}

.l-archive + .l-footer {
  position: relative;
  z-index: 3;
}

.l-detail {
  position: relative;
}
.l-detail .p-lower-hero {
  min-height: auto;
  margin-bottom: 0;
}
.l-detail .p-contents-hero {
  height: 150px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .l-detail .p-contents-hero {
    height: 50px;
  }
}
.l-detail .p-contents-hero .p-lower-hero__bg {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
  margin-top: 0;
}
@media (max-width: 768px) {
  .l-detail .p-contents-hero .p-lower-hero__bg {
    top: 0;
  }
}
.l-detail .p-contents-hero .p-lower-hero__bg .p-lower-hero__bg-wrap,
.l-detail .p-contents-hero .p-lower-hero__bg .p-lower-hero__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-detail .p-contents-hero .l-spacer__title {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  margin: 0;
  width: 100%;
  text-align: center;
}
.l-detail .p-contents-hero .p-lower-hero__inner {
  padding: 0;
  margin: 0;
  height: 20vh;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}
.l-detail .content-section {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(55%, #f5eee2), to(#f5eee2));
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #f5eee2 55%, #f5eee2 100%);
  padding: 0 0 160px;
  margin-top: 0;
  top: 0;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .l-detail .content-section {
    border-radius: 24px 24px 0 0;
    padding-bottom: 80px;
  }
}
.l-detail .content-section.p-cta--sub {
  border-radius: 0;
  min-height: auto;
  background: #f5eee2;
}
.l-detail .width-container {
  margin-bottom: 0;
}
.l-detail .p-article__content {
  background: transparent;
}

.p-article__content {
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px 120px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-article__content {
    padding: 40px 0 80px;
    border-radius: 15px;
  }
}
.p-article p {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
  color: #231815;
}
@media (min-width: 428px) {
  .p-article p {
    font-size: calc(14px + (15 - 14) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-article p {
    font-size: calc(15px + (18 - 15) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-article p {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-article p {
    font-size: 18px;
  }
}
.p-article p:last-child {
  margin-bottom: 0;
}
.p-article p a {
  text-decoration: underline;
  color: #0000ff;
}
.p-article h2.wp-block-heading {
  font-size: 18px;
  font-weight: 700;
  color: #865802;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  margin: 60px 0 30px;
  position: relative;
  border-bottom: 1px solid #865802;
}
@media (min-width: 428px) {
  .p-article h2.wp-block-heading {
    font-size: calc(18px + (20 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-article h2.wp-block-heading {
    font-size: calc(20px + (20 - 20) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-article h2.wp-block-heading {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .p-article h2.wp-block-heading {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .p-article h2.wp-block-heading {
    margin: 40px 0 20px;
  }
}
.p-article h2.wp-block-heading:first-child {
  margin-top: 0;
}
.p-article h3.wp-block-heading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 20px 0 10px;
  background: #f4f4f4;
  padding: 7px 12px;
}
@media (min-width: 428px) {
  .p-article h3.wp-block-heading {
    font-size: calc(16px + (18 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-article h3.wp-block-heading {
    font-size: calc(18px + (21 - 18) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-article h3.wp-block-heading {
    font-size: 21px;
  }
}
@media (min-width: 1500px) {
  .p-article h3.wp-block-heading {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-article h3.wp-block-heading {
    margin: 20px 0 10px;
  }
}
.p-article h4.wp-block-heading {
  font-size: 16px;
  font-weight: 700;
  color: #231815;
  margin: 30px 0 15px;
}
@media (min-width: 428px) {
  .p-article h4.wp-block-heading {
    font-size: calc(16px + (17 - 16) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-article h4.wp-block-heading {
    font-size: calc(17px + (18 - 17) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-article h4.wp-block-heading {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-article h4.wp-block-heading {
    font-size: 18px;
  }
}
.p-article .wp-block-image {
  overflow: hidden;
  margin: 0 auto 30px;
  max-width: 80%;
}
@media (max-width: 768px) {
  .p-article .wp-block-image {
    max-width: 100%;
    margin: 30px 0;
  }
}
.p-article .wp-block-image img {
  width: 100%;
  height: 100%;
}
.p-article .wp-block-image figcaption {
  font-size: 11px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 428px) {
  .p-article .wp-block-image figcaption {
    font-size: calc(11px + (12 - 11) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-article .wp-block-image figcaption {
    font-size: calc(12px + (12 - 12) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-article .wp-block-image figcaption {
    font-size: 12px;
  }
}
@media (min-width: 1500px) {
  .p-article .wp-block-image figcaption {
    font-size: 12px;
  }
}
.p-article .wp-block-media-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-article .wp-block-media-text {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 30px 0 0;
  }
}
.p-article .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-article .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-article .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-article .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-article .wp-block-media-text__media {
  margin: 0;
}
.p-article .wp-block-media-text__content {
  padding: 0px;
  padding-top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-article .wp-block-media-text__content {
    padding: 25px 0 30px;
  }
}
.p-article .wp-block-media-text__content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #865802;
  margin-bottom: 15px;
  margin-top: 0;
}
@media (min-width: 428px) {
  .p-article .wp-block-media-text__content h3 {
    font-size: calc(18px + (19 - 18) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-article .wp-block-media-text__content h3 {
    font-size: calc(19px + (21 - 19) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-article .wp-block-media-text__content h3 {
    font-size: 21px;
  }
}
@media (min-width: 1500px) {
  .p-article .wp-block-media-text__content h3 {
    font-size: 22px;
  }
}
.p-article .wp-block-media-text__content p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 428px) {
  .p-article .wp-block-media-text__content p {
    font-size: calc(14px + (14.5 - 14) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-article .wp-block-media-text__content p {
    font-size: calc(14.5px + (18 - 14.5) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-article .wp-block-media-text__content p {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-article .wp-block-media-text__content p {
    font-size: 18px;
  }
}
.p-article .wp-block-list {
  margin: 30px 0;
  padding-left: 0;
}
.p-article .wp-block-list li {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-left: 25px;
  margin-bottom: 10px;
}
@media (min-width: 428px) {
  .p-article .wp-block-list li {
    font-size: calc(14px + (14.5 - 14) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-article .wp-block-list li {
    font-size: calc(14.5px + (18 - 14.5) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-article .wp-block-list li {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-article .wp-block-list li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-article .wp-block-list li {
    padding-left: 20px;
  }
}
.p-article .wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #e58d00;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-article .wp-block-list li::before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
.p-article .wp-block-list li:last-child {
  margin-bottom: 0;
}
.p-article .wp-block-table {
  margin: 40px 0;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .p-article .wp-block-table {
    margin: 30px 0;
  }
}
.p-article .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
@media (min-width: 428px) {
  .p-article .wp-block-table table {
    font-size: calc(12px + (13 - 12) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-article .wp-block-table table {
    font-size: calc(13px + (14 - 13) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-article .wp-block-table table {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .p-article .wp-block-table table {
    font-size: 14px;
  }
}
.p-article .wp-block-table table td,
.p-article .wp-block-table table th {
  padding: 15px 20px;
  border: 1px solid #e8ceae;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-article .wp-block-table table td,
  .p-article .wp-block-table table th {
    padding: 10px 12px;
  }
}
.p-article .wp-block-table table th {
  background: #f5eee2;
  font-weight: 700;
  color: #865802;
}
.p-article .wp-block-table table tr:nth-child(even) td {
  background: #faf8f5;
}
.p-article .wp-block-table figcaption {
  font-size: 11px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 428px) {
  .p-article .wp-block-table figcaption {
    font-size: calc(11px + (12 - 11) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-article .wp-block-table figcaption {
    font-size: calc(12px + (12 - 12) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-article .wp-block-table figcaption {
    font-size: 12px;
  }
}
@media (min-width: 1500px) {
  .p-article .wp-block-table figcaption {
    font-size: 12px;
  }
}
.p-article .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-article .wp-block-columns {
    display: block;
    margin: 0 auto 20px;
  }
  .p-article .wp-block-columns .wp-block-column .wp-block-image {
    margin: 0 auto 20px;
  }
}
.p-article .wp-block-embed-youtube {
  margin: 40px auto;
  max-width: 80%;
}
@media (max-width: 768px) {
  .p-article .wp-block-embed-youtube {
    margin: 30px 0;
    max-width: 100%;
  }
}
.p-article .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-article .wp-block-embed-youtube .wp-block-embed__wrapper {
    border-radius: 10px;
  }
}
.p-article .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.p-article .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin: 40px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .p-article .wp-block-buttons {
    margin: 30px 0;
  }
}
.p-article .wp-block-button__link {
  display: inline-block;
  padding: 15px 50px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #865802;
  border-radius: 100px;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #865802;
}
@media (min-width: 428px) {
  .p-article .wp-block-button__link {
    font-size: calc(14px + (14.5 - 14) * (100vw - 428px) / 340);
  }
}
@media (min-width: 768px) {
  .p-article .wp-block-button__link {
    font-size: calc(14.5px + (18 - 14.5) * (100vw - 768px) / 232);
  }
}
@media (min-width: 1000px) {
  .p-article .wp-block-button__link {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .p-article .wp-block-button__link {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-article .wp-block-button__link {
    padding: 12px 40px;
  }
}
.p-article .wp-block-button__link:hover {
  background: #ffffff;
  color: #865802;
}

.p-article .wp-block-embed:has(iframe[src*="youtube"]) {
  max-width: 60% !important;
  margin-inline: auto !important;
  display: block !important;
  aspect-ratio: 16/9;
}
@media (max-width: 1000px) {
 .p-article .wp-block-embed:has(iframe[src*="youtube"]) {
    max-width: 80% !important;
  }
}
@media (max-width: 768px) {
 .p-article .wp-block-embed:has(iframe[src*="youtube"]) {
    max-width: 100% !important;
  }
}/*/*
@media (max-width: 768px) {
 .p-article .wp-block-embed:has(iframe[src*="youtube"]) {
    max-width: 100% !important;
  }
}/*
.p-article .wp-block-quote {
  margin: 40px 0 60px;
  padding: 30px 40px;
  background: #f4f4f4;
}
@media (max-width: 768px) {
  .p-article .wp-block-quote {
    padding: 20px 25px;
    margin: 30px 0;
  }
}/*# sourceMappingURL=style.css.map */