
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
html {
  overflow-x: hidden;
}

body {
  width: 100%;
  background: #FFF !important;
  color: #222222 !important;
}
body.fixed {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.l-body {
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .l-body {
    padding: 0 !important;
  }
  .l-body_main {
    margin: 0 !important;
  }
}
.f-mincho {
  font-family: "Zen Old Mincho", serif;
}

.f-eg {
  font-family: "EB Garamond", serif;
}

.js-fadeUp, .js-fadeUp .js-fadeUp-each {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.js-fadeUp.js-fadeUp-delay-short {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-fadeUp.js-fadeUp-delay-middle {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-fadeUp.js-fadeUp-delay-long {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.js-fadeUp .js-fadeUp-delay-1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.js-fadeUp .js-fadeUp-delay-2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-fadeUp .js-fadeUp-delay-3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.js-fadeUp .js-fadeUp-delay-4 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.js-fadeUp .js-fadeUp-delay-5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.js-fadeUp.is-inview, .js-fadeUp.is-inview .js-fadeUp-each {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

a {
  color: #000;
  text-decoration: none;
}

.u-objectFit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

figure {
  padding: 0;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.l-main {
  overflow: hidden;
  line-height: 1.7;
}

svg,
img {
  max-width: 100%;
}

@media screen and (min-width: 766px) {
  [href*="tel:"] {
    pointer-events: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    width: 100%;
    height: 100%;
    color: #222222 !important;
  }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
    margin: 0;
    padding: 0;
  }
  img {
    max-width: 100%;
    max-height: 100%;
  }
}
.p-yohaku {
  font-family: "Zen Old Mincho", serif;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow-x: hidden;
}
.p-yohaku img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-yohaku {
    min-width: inherit;
  }
}
.p-yohaku .bread-crumb {
  width: 1088px;
  margin-inline: auto;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .p-yohaku .bread-crumb {
    margin: 0;
    padding: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .img-wrap {
    margin: 0;
  }
}
.p-yohaku .js-anime-blur {
  will-change: opacity, filter;
}
.p-yohaku .js-ttl-border {
  position: relative;
  width: 1px;
  margin: 0 auto;
  height: 8.5714285714vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-yohaku .js-ttl-border {
    height: 15vw;
  }
}
.p-yohaku .js-ttl-border > span {
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  background: #222;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -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;
  will-change: transform, opacity;
}
.p-yohaku .js-ttl-border .js-ttl-border-dot1 {
  top: 0;
  height: 0.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .js-ttl-border .js-ttl-border-dot1 {
    height: 1.25vw;
  }
}
.p-yohaku .js-ttl-border .js-ttl-border-dot2 {
  top: 0.7142857143vw;
  height: 0.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .js-ttl-border .js-ttl-border-dot2 {
    height: 1.25vw;
    top: 1.75vw;
  }
}
.p-yohaku .js-ttl-border .js-ttl-border-line {
  top: 1.5714285714vw;
  height: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-yohaku .js-ttl-border .js-ttl-border-line {
    height: 2.5vw;
    top: 3.5vw;
  }
}
.p-yohaku-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 14.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku-bg {
    padding-bottom: 30vw;
  }
}
.p-yohaku-white {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding-bottom: 2.5vw;
}
.p-yohaku .s-movie-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.p-yohaku .s-movie-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-yohaku .s-movie-bg__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.p-yohaku .s-mv {
  padding-top: 12.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-mv {
    padding-top: 38.25vw;
  }
}
.p-yohaku .s-mv-ttl {
  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;
  row-gap: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-mv-ttl {
    row-gap: 3.75vw;
  }
}
.p-yohaku .s-mv-ttl h1 span {
  font-size: clamp(16px, 0.5vw + 14px, 21px);
  font-weight: 400;
  letter-spacing: 0.06em;
}
.p-yohaku .s-mv-ttl object {
  width: 20.1428571429vw;
  height: 6.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-mv-ttl object {
    width: 45vw;
    height: 15vw;
  }
}
.p-yohaku .s-mv-slide {
  margin-top: 8.5714285714vw;
  height: 22.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-mv-slide {
    margin-top: 36.25vw;
    height: 45vw;
  }
}
.p-yohaku .s-mv-slide .c-marquee {
  overflow: hidden;
}
.p-yohaku .s-mv-slide .c-marquee__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  will-change: auto;
  gap: 1.1428571429vw;
  -webkit-animation: marquee 65s linear infinite;
          animation: marquee 65s linear infinite;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-mv-slide .c-marquee__inner {
    gap: 2.25vw;
    -webkit-animation: marquee 55s linear infinite;
            animation: marquee 55s linear infinite;
  }
}
.p-yohaku .s-mv-slide .c-marquee__inner figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  height: 22.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-mv-slide .c-marquee__inner figure {
    height: 45vw;
  }
}
.p-yohaku .s-mv-slide .c-marquee__inner figure img {
  height: 100%;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-yohaku .s-concept {
  position: relative;
  margin-top: 13.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept {
    margin-top: 25vw;
  }
}
.p-yohaku .s-concept::before {
  content: "";
  width: 45vw;
  height: 11.2142857143vw;
  position: absolute;
  right: 0;
  top: -2.1428571429vw;
  background: url(../img/ic-design-yohaku-top.png) no-repeat center center/cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept::before {
    width: 17.5vw;
    height: 70.5vw;
    right: 5vw;
    top: 5vw;
    background: url(../img/ic-design-yohaku-top_sp.png) no-repeat center center/cover;
  }
}
.p-yohaku .s-concept-area {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 85.7142857143vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-area {
    max-width: inherit;
  }
}
.p-yohaku .s-concept-inner {
  width: 100%;
  margin-top: 3.5714285714vw;
  margin-left: 39.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-inner {
    width: calc(100% - 27.5vw);
    margin-right: auto;
    margin-left: 14.25vw;
    margin-top: 0;
  }
}
.p-yohaku .s-concept-inner__ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-family: "EB Garamond", serif;
  font-size: clamp(16px, 0.4vw + 14.4px, 20px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-bottom: 0.7142857143vw;
}
.p-yohaku .s-concept-inner__ttl:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-yohaku .s-concept-inner__content {
  margin-top: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-inner__content {
    margin-top: 5vw;
  }
}
.p-yohaku .s-concept-inner__content h2 {
  font-size: clamp(22px, 1vw + 18px, 32px);
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-inner__content h2 {
    line-height: 1.7;
  }
}
.p-yohaku .s-concept-inner__txt {
  margin-top: 3.5714285714vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-inner__txt {
    margin-top: 7.5vw;
    row-gap: 4vw;
  }
}
.p-yohaku .s-concept-inner__txt p {
  font-size: clamp(16px, 0.2vw + 15.2px, 18px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2.2;
}
.p-yohaku .s-concept-img {
  margin-top: -25.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-img {
    margin-top: 16.25vw;
  }
}
.p-yohaku .s-concept-img__left {
  width: 24.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-img__left {
    width: 38.75vw;
    margin-right: auto;
  }
}
.p-yohaku .s-concept-img__right {
  width: 29.1428571429vw;
  margin-left: auto;
  margin-top: -2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-img__right {
    width: calc(100% - 44.25vw);
    margin-top: -50vw;
  }
}
.p-yohaku .s-concept-middle {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  margin-top: 9.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-middle {
    max-width: inherit;
    margin-top: 22.5vw;
  }
}
.p-yohaku .s-concept-middle p {
  font-size: clamp(16px, 0.2vw + 15.2px, 18px);
  font-weight: 400;
  margin-left: 56.4285714286vw;
  letter-spacing: 0.03em;
  line-height: 2.4;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-middle p {
    line-height: 2.4;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-left: auto;
  }
}
.p-yohaku .s-concept-middle figure {
  width: calc(100% - 52.1428571429vw);
  margin-right: auto;
  margin-top: -21.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-middle figure {
    width: 61.25vw;
    margin: 0 auto;
    margin-top: 10vw;
  }
}
.p-yohaku .s-concept-movie {
  margin-top: 7.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-movie {
    margin-top: 12.5vw;
  }
}
.p-yohaku .s-concept-movie > span {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: clamp(20px, 0vw + 20px, 20px);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}
.p-yohaku .s-concept-movie__img {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-yohaku .s-concept-movie__inner {
  width: 48.5714285714vw;
  height: 27.1428571429vw;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-movie__inner {
    width: 100%;
    padding: 0 5vw;
    height: auto;
    margin-top: 6vw;
    aspect-ratio: 16/9;
  }
}
.p-yohaku .s-concept-movie__inner > span {
  display: block;
  width: 6.9285714286vw;
  height: 6.9285714286vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-concept-movie__inner > span {
    width: 9.25vw;
    height: 9.25vw;
  }
}
.p-yohaku .s-concept-movie__area {
  position: absolute;
  width: calc(100% - 52.1428571429vw);
  aspect-ratio: 16/9;
}
.p-yohaku .s-catalog {
  width: 100%;
  margin: 0 auto;
  margin-top: 10vw;
  max-width: 71.4285714286vw;
  border: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog {
    margin-top: 15vw;
    max-width: inherit;
    width: calc(100% - 10vw);
  }
}
.p-yohaku .s-catalog-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.5714285714vw;
     -moz-column-gap: 3.5714285714vw;
          column-gap: 3.5714285714vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.8571428571vw 2.5vw 0 4.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-inner {
    padding: 12.5vw 7.5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-inner > figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 3.25vw;
    width: calc(100% + 12.5vw);
  }
}
.p-yohaku .s-catalog-inner__left {
  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;
  row-gap: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-inner__left {
    display: contents;
  }
}
.p-yohaku .s-catalog-inner__left > h4 {
  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;
  row-gap: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-inner__left > h4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    row-gap: 5vw;
  }
}
.p-yohaku .s-catalog-inner__left > h4 .logo {
  width: 9.1428571429vw;
  height: 3.0714285714vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-inner__left > h4 .logo {
    width: 25vw;
    height: 8.25vw;
  }
}
.p-yohaku .s-catalog-inner__left > h4 .ttl {
  width: 21.9285714286vw;
  height: 2.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-inner__left > h4 .ttl {
    width: 55.5vw;
    height: 5.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-inner__left > a {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-yohaku .s-catalog-inner__right {
  width: 21.4285714286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.0714285714vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-inner__right h4 object {
    width: 55.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-inner__right {
    width: 55vw;
    display: contents;
  }
}
.p-yohaku .s-catalog-inner__right p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 0.2vw + 13.2px, 16px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.p-yohaku .s-catalog-02 {
  max-width: 65.7142857143vw;
  margin-top: 1.7142857143vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#F3F3F3)), -webkit-gradient(linear, left bottom, left top, from(#F1F1F1), to(#F1F1F1));
  background: linear-gradient(180deg, #E8E8E8 0%, #F3F3F3 100%), linear-gradient(0deg, #F1F1F1, #F1F1F1);
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-02 {
    max-width: inherit;
    padding: 10vw 7.5vw 7.5vw 7.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 6vw;
  }
}
.p-yohaku .s-catalog-02-inner {
  -webkit-column-gap: 3.5714285714vw;
     -moz-column-gap: 3.5714285714vw;
          column-gap: 3.5714285714vw;
  padding: 3.5714285714vw 5.3571428571vw 0.7142857143vw 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-02-inner {
    display: contents;
  }
  .p-yohaku .s-catalog-02-inner > figure {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: -5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-catalog-02 .s-catalog-inner__right > h4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-yohaku .s-catalog-02 .s-catalog-inner__right > p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2.5vw;
  }
  .p-yohaku .s-catalog-02 .s-catalog-inner__right > a {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-yohaku .s-area {
  width: 100%;
  padding-top: 1.5714285714vw;
  background: rgba(217, 217, 217, 0.1);
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-area {
    padding-bottom: 5vw;
  }
}
.p-yohaku .s-area-ttl {
  position: relative;
  font-size: clamp(28px, 1.2vw + 23.2px, 40px);
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-area-ttl {
    padding-top: 7.5vw;
  }
}
.p-yohaku .s-area-ttl small {
  font-size: clamp(24px, 1.1vw + 19.6px, 35px);
  letter-spacing: 0.03em;
}
.p-yohaku .s-area-ttl .subttl {
  display: block;
  font-size: clamp(16px, 0.4vw + 14.4px, 20px);
  font-weight: 400;
  letter-spacing: 0.23em;
}
.p-yohaku .s-area-inner {
  position: relative;
  width: 100%;
  max-width: 67.8571428571vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-area-inner {
    max-width: 100vw;
  }
}
.p-yohaku .s-area-inner__bg {
  position: relative;
  width: 53.2142857143vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-area-inner__bg {
    margin-top: 12.5vw;
    width: calc(100% - 12.5vw);
    max-width: 100vw;
  }
}
.p-yohaku .s-area-inner__mark {
  position: absolute;
}
.p-yohaku .s-area-inner__mark-01 {
  top: 2.1428571429vw;
  left: 7.1428571429vw;
  width: 14.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-area-inner__mark-01 {
    width: 14.5vw;
    top: -8.75vw;
    left: 22.25vw;
  }
}
.p-yohaku .s-area-inner__mark-02 {
  width: 26.0714285714vw;
  right: 7.5vw;
  top: 18.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-area-inner__mark-02 {
    width: 39.25vw;
    left: 47.5vw;
    top: 32.5vw;
  }
}
.p-yohaku .s-area-inner__mark-03 {
  width: 20.9285714286vw;
  top: 7.8571428571vw;
  right: 0.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-area-inner__mark-03 {
    width: 19vw;
    top: 0vw;
    right: 13.5vw;
  }
}
.p-yohaku .s-yuu {
  position: relative;
  padding: 8.5714285714vw 0 10.7142857143vw 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu {
    padding: 15vw 0;
    margin-top: 12.5vw;
  }
}
.p-yohaku .s-yuu::before {
  content: "";
  position: absolute;
  width: 73.5714285714vw;
  height: 71.4285714286vw;
  background: url(../img/bg-yuu.png) no-repeat center center/cover;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu::before {
    width: 95.5vw;
    height: 99vw;
    top: 45vw;
    right: -10vw;
  }
}
.p-yohaku .s-yuu::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 28.5714285714vw);
  left: 0;
  top: 0;
  background: linear-gradient(16.08deg, #FFFFFF 18.97%, #ECEFF1 55.13%, #F6F6F6 84.05%);
  z-index: -1;
}
.p-yohaku .s-yuu .c-ttl-main h2 object {
  width: 7.9285714286vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu .c-ttl-main h2 object {
    width: 26.5vw;
  }
}
.p-yohaku .s-yuu-inner {
  position: relative;
  width: 100%;
  max-width: 57.1428571429vw;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu-inner {
    max-width: inherit;
  }
}
.p-yohaku .s-yuu-inner::after {
  content: "";
  width: 11.6428571429vw;
  height: 11.4285714286vw;
  background: url(../img/ic-yuu.png) no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: 7.1428571429vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu-inner::after {
    width: 33.25vw;
    height: 32.5vw;
    top: 30vw;
  }
}
.p-yohaku .s-yuu-txt {
  margin-top: 4.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu-txt {
    margin-top: 9.25vw;
  }
}
.p-yohaku .s-yuu-txt p {
  font-size: clamp(16px, 0.2vw + 15.2px, 18px);
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu-txt p {
    padding: 0 7.5vw;
  }
}
.p-yohaku .s-yuu-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 75.7142857143vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-top: 7.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu-img {
    margin-top: 8.75vw;
    max-width: inherit;
    width: 100%;
  }
}
.p-yohaku .s-yuu-img__main {
  height: 45.7142857143vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-yuu-img__main img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu-img__main {
    height: 115vw;
  }
}
.p-yohaku .s-yuu-img__sub01 {
  width: 33.1428571429vw;
  height: 21vw;
  margin-top: 11.4285714286vw;
  margin-left: 7.1428571429vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-yuu-img__sub01 img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu-img__sub01 {
    width: 45vw;
    height: 28vw;
    margin-right: auto;
    margin-left: 0;
    margin-top: 15vw;
  }
}
.p-yohaku .s-yuu-img__sub02 {
  width: 30.5714285714vw;
  height: 20.2857142857vw;
  margin-top: -27.8571428571vw;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-yuu-img__sub02 img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu-img__sub02 {
    width: 40vw;
    height: 27.5vw;
    margin-top: -35vw;
    margin-left: 50.75vw;
    margin-right: auto;
  }
}
.p-yohaku .s-yuu-img__sub03 {
  width: 18.5714285714vw;
  height: 13.9285714286vw;
  margin-left: auto;
  margin-right: 12vw;
  margin-top: 4.2857142857vw;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-yuu-img__sub03 img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-yuu-img__sub03 {
    width: 25.25vw;
    height: 19vw;
    margin-top: 5vw;
    margin-left: 50.75vw;
    margin-right: auto;
  }
}
.p-yohaku .s-you {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 8.5714285714vw 0 10.7142857143vw 0;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you {
    padding: 15vw 0;
  }
}
.p-yohaku .s-you::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50vw;
  background: url(../img/bg-you.png) no-repeat center center/cover;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you::after {
    background: url(../img/bg-you_sp.png) no-repeat center center/cover;
    height: 50vw;
  }
}
.p-yohaku .s-you .c-ttl-main h2 object {
  width: 7.6428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you .c-ttl-main h2 object {
    width: 26.5vw;
  }
}
.p-yohaku .s-you-inner {
  position: relative;
  width: 100%;
  max-width: 57.1428571429vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you-inner {
    max-width: inherit;
  }
}
.p-yohaku .s-you-inner::after {
  content: "";
  width: 10.8571428571vw;
  height: 11.4285714286vw;
  background: url(../img/ic-you.png) no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: 8.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you-inner::after {
    top: 25vw;
    width: 30.75vw;
    height: 32.5vw;
  }
}
.p-yohaku .s-you-txt {
  margin-top: 4.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you-txt {
    margin-top: 9.25vw;
  }
}
.p-yohaku .s-you-txt p {
  font-size: clamp(16px, 0.2vw + 15.2px, 18px);
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you-txt p {
    padding: 0 3.75vw 0 7.5vw;
  }
}
.p-yohaku .s-you-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 75.7142857143vw;
  margin: 0 auto;
  margin-top: 7.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you-img {
    margin-top: 8.75vw;
    max-width: inherit;
    width: 100%;
  }
}
.p-yohaku .s-you-img__main {
  height: 45.7142857143vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-you-img__main img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you-img__main {
    height: 115vw;
  }
}
.p-yohaku .s-you-img__sub01 {
  width: 25.4285714286vw;
  height: 41.7142857143vw;
  margin-top: 7.8571428571vw;
  margin-left: 4.2857142857vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-you-img__sub01 img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you-img__sub01 {
    width: 34.75vw;
    height: 57.25vw;
    margin-top: 10vw;
    margin-left: 7.5vw;
  }
}
.p-yohaku .s-you-img__sub02 {
  width: 30.5714285714vw;
  height: 20.2857142857vw;
  margin-top: -41.7142857143vw;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-you-img__sub02 img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you-img__sub02 {
    width: 41.75vw;
    height: 27.5vw;
    margin-top: -57.5vw;
    margin-left: auto;
    margin-right: 0;
  }
}
.p-yohaku .s-you-img__sub03 {
  width: 18.5714285714vw;
  height: 13.9285714286vw;
  margin-left: auto;
  margin-right: 12vw;
  margin-top: 4.2857142857vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-you-img__sub03 img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-you-img__sub03 {
    width: 41.75vw;
    height: 27.5vw;
    margin-right: 10vw;
    margin-top: 5vw;
  }
}
.p-yohaku .s-bou {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 8.5714285714vw 0 10.7142857143vw 0;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou {
    padding: 15vw 0;
  }
}
.p-yohaku .s-bou::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53.5714285714vw;
  background: linear-gradient(20.24deg, #FFFFFF 33.19%, #ECEFF1 72.25%, #F2F2F2 103.5%);
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou::before {
    height: 41vw;
    background: linear-gradient(20.24deg, #FFFFFF 33.19%, #ECEFF1 72.25%, #F2F2F2 103.5%);
  }
}
.p-yohaku .s-bou::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40.9285714286vw;
  background: url(../img/bg-bou.png) no-repeat center center/cover;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou::after {
    height: 41vw;
    background: url(../img/bg-bou_sp.png) no-repeat center center/cover;
  }
}
.p-yohaku .s-bou .c-ttl-main h2 object {
  width: 7.7857142857vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou .c-ttl-main h2 object {
    width: 26.5vw;
  }
}
.p-yohaku .s-bou-inner {
  position: relative;
  width: 100%;
  max-width: 57.1428571429vw;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou-inner {
    max-width: inherit;
  }
}
.p-yohaku .s-bou-inner::after {
  content: "";
  width: 10.8571428571vw;
  height: 11.4285714286vw;
  background: url(../img/ic-bou.png) no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: 10vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou-inner::after {
    top: 20vw;
    width: 32.25vw;
    height: 32.5vw;
  }
}
.p-yohaku .s-bou-txt {
  margin-top: 4.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou-txt {
    margin-top: 9.25vw;
  }
}
.p-yohaku .s-bou-txt p {
  font-size: clamp(16px, 0.2vw + 15.2px, 18px);
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou-txt p {
    padding: 0 7.5vw;
  }
}
.p-yohaku .s-bou-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 75.7142857143vw;
  margin: 0 auto;
  margin-top: 7.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou-img {
    margin-top: 8.75vw;
    max-width: 100vw;
    width: 100%;
  }
}
.p-yohaku .s-bou-img__main {
  height: 45.7142857143vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-bou-img__main img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou-img__main {
    height: 115vw;
  }
}
.p-yohaku .s-bou-img__sub01 {
  width: 29.5714285714vw;
  height: 19.7142857143vw;
  margin-top: 8.5714285714vw;
  margin-left: 16.2857142857vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-bou-img__sub01 img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou-img__sub01 {
    width: 43.25vw;
    height: 28.75vw;
    margin-left: 15vw;
    margin-top: 9vw;
  }
}
.p-yohaku .s-bou-img__sub02 {
  width: 29.5714285714vw;
  height: 19.6428571429vw;
  margin-top: 4.7142857143vw;
  margin-left: 5.7142857143vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-bou-img__sub02 img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou-img__sub02 {
    width: 43.25vw;
    height: 28.75vw;
    margin-right: auto;
    margin-top: 6.75vw;
    margin-left: 0;
  }
}
.p-yohaku .s-bou-img__sub03 {
  width: 18.2142857143vw;
  height: 27.4285714286vw;
  margin-top: -35vw;
  margin-left: auto;
  margin-right: 6.9285714286vw;
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-bou-img__sub03 img {
    width: 100%;
    height: auto;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-bou-img__sub03 {
    width: 26.75vw;
    height: 40vw;
    margin-top: -52.5vw;
    margin-left: auto;
    margin-right: 7.5vw;
  }
}
.p-yohaku .s-effect {
  width: 100%;
  margin: 0 auto;
  margin-top: 7.1428571429vw;
  max-width: 85.7142857143vw;
  padding-bottom: 6.2857142857vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#ECECEC));
  background: linear-gradient(180deg, #F1F1F1 0%, #ECECEC 100%);
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-effect {
    max-width: inherit;
    margin-top: 20vw;
    padding-bottom: 0;
  }
}
.p-yohaku .s-effect-ttl {
  text-align: center;
  font-size: clamp(30px, 0.8vw + 26.8px, 38px);
  font-weight: 400;
  letter-spacing: 0.08em;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-effect-ttl {
    padding-top: 7.5vw;
  }
}
.p-yohaku .s-effect-ttl small {
  font-size: clamp(26px, 0.9vw + 22.4px, 35px);
}
.p-yohaku .s-effect-ttl .subttl {
  font-size: clamp(16px, 0.4vw + 14.4px, 20px);
  letter-spacing: 0.23em;
  font-weight: 400;
  display: block;
}
.p-yohaku .s-effect-img {
  width: 46.4285714286vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-effect-img {
    width: 100%;
  }
}
.p-yohaku .s-effect-img ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1428571429vw 1fr 1.1428571429vw 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.1428571429vw;
     -moz-column-gap: 1.1428571429vw;
          column-gap: 1.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-effect-img ul {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.p-yohaku .s-effect-img__first {
  margin-top: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-effect-img__first {
    margin-top: 6vw;
  }
}
.p-yohaku .s-effect-img__second {
  margin-top: 3.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-effect-img__second {
    margin-top: 8.5vw;
  }
}
.p-yohaku .s-effect-list {
  width: 49.2857142857vw;
  margin: 0 auto;
  margin-top: 2.1428571429vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-effect-list {
    width: 100%;
    margin-top: 10vw;
    padding: 0 7.5vw;
    row-gap: 4.5vw;
  }
}
.p-yohaku .s-effect-list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.8571428571vw 2.1428571429vw 1fr;
  grid-template-columns: 4.8571428571vw 1fr;
  -webkit-column-gap: 2.1428571429vw;
     -moz-column-gap: 2.1428571429vw;
          column-gap: 2.1428571429vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 0.5vw + 14px, 21px);
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-effect-list li {
    -ms-grid-columns: 11vw 3vw 1fr;
    grid-template-columns: 11vw 1fr;
    -webkit-column-gap: 3vw;
       -moz-column-gap: 3vw;
            column-gap: 3vw;
  }
}
.p-yohaku .s-effect-list li span {
  width: 4.8571428571vw;
  height: 4.8571428571vw;
  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;
  background: #FFFFFF;
  font-size: clamp(22px, 0.6vw + 19.6px, 28px);
  font-weight: 400;
  font-style: italic;
  font-family: "EB Garamond", serif;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-effect-list li span {
    width: 11vw;
    height: 11vw;
  }
}
.p-yohaku .s-case {
  margin-top: 12.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case {
    margin-top: 20vw;
  }
}
.p-yohaku .s-case-ttl {
  font-size: clamp(16px, 0.6vw + 13.6px, 22px);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
}
.p-yohaku .s-case-midashi {
  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;
  row-gap: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case-midashi {
    row-gap: 5vw;
    padding-top: 7.5vw;
  }
}
.p-yohaku .s-case-midashi object {
  width: 12.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case-midashi object {
    width: 45vw;
    height: 15vw;
  }
}
.p-yohaku .s-case-midashi p {
  text-align: center;
  font-size: clamp(14px, 0.4vw + 12.4px, 18px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.p-yohaku .s-case-inner {
  max-width: 70vw;
  margin: 0 auto;
  margin-top: 1.4285714286vw;
  padding: 3.5714285714vw 4.8571428571vw 3.5714285714vw 7.1428571429vw;
  border: 1px solid #222222;
  background: url(../img/bg-case.png) no-repeat center center/cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.3571428571vw 31.1428571429vw;
  grid-template-columns: 1fr 31.1428571429vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5.3571428571vw;
     -moz-column-gap: 5.3571428571vw;
          column-gap: 5.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case-inner {
    max-width: inherit;
    width: calc(100% - 10vw);
    padding: 10vw 7.5vw 7.5vw 7.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6vw;
  }
}
.p-yohaku .s-case-inner__left {
  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 screen and (max-width: 767px) {
  .p-yohaku .s-case-inner__left {
    display: contents;
  }
}
.p-yohaku .s-case-inner__left h4 object {
  width: 18.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case-inner__left h4 object {
    width: 52.5vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-yohaku .s-case-inner__left > p {
  margin-top: 1.4285714286vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 0.2vw + 13.2px, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case-inner__left > p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 5vw;
    text-align: center;
  }
}
.p-yohaku .s-case-inner__left-map {
  margin-top: 0.7142857143vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5714285714vw;
     -moz-column-gap: 0.5714285714vw;
          column-gap: 0.5714285714vw;
  font-size: clamp(16px, -0.2vw + 16.8px, 14px);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #8A8A8A;
}
.p-yohaku .s-case-inner__left-map object {
  width: 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case-inner__left-map object {
    width: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case-inner__left-map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2.5vw;
  }
}
.p-yohaku .s-case-inner__left-btn {
  margin-top: 1.4285714286vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case-inner__left-btn {
    width: 100%;
    margin-top: 7.5vw;
    row-gap: 2vw;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.p-yohaku .s-case-inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.4285714286vw;
     -moz-column-gap: 1.4285714286vw;
          column-gap: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case-inner__right {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 7.5vw;
    -webkit-column-gap: 3.5vw;
       -moz-column-gap: 3.5vw;
            column-gap: 3.5vw;
  }
}
.p-yohaku .s-case-02 {
  margin-top: 7.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case-02 {
    margin-top: 15vw;
  }
}
.p-yohaku .s-case-02-inner {
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), to(#F3F3F3)), -webkit-gradient(linear, left bottom, left top, from(#F1F1F1), to(#F1F1F1));
  background: linear-gradient(180deg, #E8E8E8 0%, #F3F3F3 100%), linear-gradient(0deg, #F1F1F1, #F1F1F1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5.3571428571vw;
     -moz-column-gap: 5.3571428571vw;
          column-gap: 5.3571428571vw;
  max-width: 65.7142857143vw;
  margin-top: 3.5714285714vw;
  padding: 3.5714285714vw 3.5714285714vw 3.5714285714vw 5.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-case-02-inner {
    max-width: inherit;
    width: calc(100% - 10vw);
    margin: 0 auto;
    margin-top: 6vw;
    padding: 10vw 7.5vw 7.5vw 7.5vw;
  }
  .p-yohaku .s-case-02-inner .s-case-inner__right {
    margin-top: 3.75vw;
  }
}
.p-yohaku .s-plan {
  width: 100%;
  max-width: 77.1428571429vw;
  margin: 0 auto;
  margin-top: 7.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan {
    margin-top: 15vw;
    max-width: inherit;
    width: calc(100% - 10vw);
  }
}
.p-yohaku .s-plan-ttl {
  position: relative;
  cursor: pointer;
  padding: 2.8571428571vw 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-ttl {
    padding: 6.25vw 0;
  }
}
.p-yohaku .s-plan-ttl__inner {
  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;
  -webkit-column-gap: 1.7857142857vw;
     -moz-column-gap: 1.7857142857vw;
          column-gap: 1.7857142857vw;
  font-size: clamp(18px, 0.8vw + 14.8px, 26px);
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-ttl__inner {
    -webkit-column-gap: 2.5vw;
       -moz-column-gap: 2.5vw;
            column-gap: 2.5vw;
  }
}
.p-yohaku .s-plan-ttl__inner object {
  width: 3.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-ttl__inner object {
    width: 8vw;
  }
}
.p-yohaku .s-plan-ttl__arrow {
  position: absolute;
  top: 50%;
  right: 2.1428571429vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-ttl__arrow {
    right: 7.5vw;
  }
}
.p-yohaku .s-plan-ttl__arrow object {
  width: 1vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-ttl__arrow object {
    width: 3vw;
  }
}
.p-yohaku .s-plan-ttl__arrow.is-active {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-yohaku .s-plan-content {
  display: none;
}
.p-yohaku .s-plan-inner {
  margin-top: 6.4285714286vw;
  padding-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner {
    margin-top: 7.5vw;
    padding: 0 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-yohaku .s-plan-inner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner__left {
    display: contents;
  }
}
.p-yohaku .s-plan-inner__left h3 {
  font-size: clamp(20px, 1.4vw + 14.4px, 34px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner__left h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-yohaku .s-plan-inner__left p {
  width: 28.8571428571vw;
  font-size: clamp(16px, 0.2vw + 15.2px, 18px);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner__left p {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 6vw;
    line-height: 1.8;
  }
}
.p-yohaku .s-plan-inner__left figure {
  margin-top: 1.0714285714vw;
  width: 27.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner__left figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0 5vw;
    margin-top: 6.25vw;
  }
}
.p-yohaku .s-plan-inner__right {
  position: relative;
  width: 43.3571428571vw;
  margin-left: auto;
  margin-top: -37.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner__right {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 12.5vw;
    width: calc(100% + 5vw);
    margin-left: -2.5vw;
  }
}
.p-yohaku .s-plan-inner__right::after {
  content: "[ 間取り ]";
  font-size: clamp(13px, 0.1vw + 12.6px, 14px);
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  font-weight: 500;
  right: 2.8571428571vw;
  top: -2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner__right::after {
    right: 0;
    top: -7.5vw;
  }
}
.p-yohaku .s-plan-inner__plus {
  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;
  position: absolute;
  width: 3.7142857143vw;
  height: 3.7142857143vw;
  background: #222222;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner__plus {
    width: 7vw;
    height: 7vw;
  }
}
.p-yohaku .s-plan-inner__plus svg {
  width: 2vw;
  pointer-events: none;
}
.p-yohaku .s-plan-inner__plus svg path {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner__plus svg {
    width: 3.75vw;
  }
}
@media screen and (min-width: 768px) {
  .p-yohaku .s-plan-inner__plus:hover {
    background: #FFF;
    border: 1px solid #222222;
  }
  .p-yohaku .s-plan-inner__plus:hover svg path {
    stroke: #222222;
  }
}
.p-yohaku .s-plan-inner__plus-01 {
  top: 13.5714285714vw;
  right: 6.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner__plus-01 {
    top: 27.5vw;
    right: 13.25vw;
  }
}
.p-yohaku .s-plan-inner__plus-02 {
  left: 6.7857142857vw;
  bottom: 6.5vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner__plus-02 {
    left: 12.5vw;
    bottom: 11.25vw;
  }
}
.p-yohaku .s-plan-inner__plus-03 {
  left: 25.3571428571vw;
  bottom: 14.0714285714vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-inner__plus-03 {
    left: 47.75vw;
    bottom: 26.75vw;
  }
}
.p-yohaku .s-plan-list {
  width: 100%;
  max-width: 53.5714285714vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.0714285714vw 3.9285714286vw 1fr;
  grid-template-columns: 12.0714285714vw 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.9285714286vw;
     -moz-column-gap: 3.9285714286vw;
          column-gap: 3.9285714286vw;
  margin: 0 auto;
  margin-top: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-list {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5vw;
    margin-top: 2.5vw;
  }
}
.p-yohaku .s-plan-list > div {
  width: 12.0714285714vw;
  height: 12.0714285714vw;
  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;
  font-size: clamp(16px, 0.6vw + 13.6px, 22px);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  border: 1px solid #222222;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-list > div {
    width: 100%;
    height: 8vw;
  }
}
.p-yohaku .s-plan-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-list > ul {
    margin-top: 3.75vw;
  }
}
.p-yohaku .s-plan-list > ul li {
  font-size: clamp(16px, 0.2vw + 15.2px, 18px);
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-plan-list > ul li {
    line-height: 1.5;
  }
}
.p-yohaku .s-design {
  position: relative;
  z-index: 1;
  margin-top: 8.5714285714vw;
  background: linear-gradient(19.02deg, #FAFAFA 18.72%, #F2F3F4 36.19%, #ECEFF1 53.66%, #F8F8F8 82.68%);
  padding-top: 9.2857142857vw;
  padding-bottom: 8.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design {
    margin-top: 15vw;
    padding: 10vw 0;
  }
}
.p-yohaku .s-design::after {
  content: "";
  position: absolute;
  width: calc(100% - 7.1428571429vw);
  max-width: 100vw;
  height: 60.7142857143vw;
  background: url(../img/bg-design01.png) no-repeat center center/cover;
  left: 50%;
  top: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%) translateX(14.2857142857vw);
          transform: translateX(-50%) translateX(14.2857142857vw);
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design::after {
    width: 166.25vw;
    height: 93.75vw;
    right: -10vw;
    background: url(../img/bg-design01.png) no-repeat left center/cover;
  }
}
.p-yohaku .s-design-inner {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-inner {
    max-width: inherit;
  }
}
.p-yohaku .s-design-area {
  width: 100%;
  padding-left: 5vw;
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 5.3571428571vw 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 5.3571428571vw;
     -moz-column-gap: 5.3571428571vw;
          column-gap: 5.3571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-area {
    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;
    padding-left: 0vw;
  }
}
.p-yohaku .s-design-area::before {
  content: "";
  width: 43.2142857143vw;
  height: 11.3571428571vw;
  position: absolute;
  left: 50%;
  top: -1.4285714286vw;
  background: url(../img/ic-design-yohaku.png) no-repeat center center/cover;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateX(-22.8571428571vw);
          transform: translateX(-50%) translateX(-22.8571428571vw);
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-area::before {
    width: 17.25vw;
    height: 66.75vw;
    background: url(../img/ic-design-yohaku_sp.png) no-repeat center center/cover;
    left: inherit;
    top: 102.5vw;
    right: 2.5vw;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-area > div {
    padding: 0 0 0 5vw;
    margin-top: -5vw;
  }
}
.p-yohaku .s-design-area__ttl > span {
  display: inline-block;
  position: relative;
  font-size: clamp(16px, 0.4vw + 14.4px, 20px);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  padding-bottom: 0.7142857143vw;
  font-family: "EB Garamond", serif;
}
.p-yohaku .s-design-area__ttl > span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-yohaku .s-design-area__ttl p {
  margin-top: 2.1428571429vw;
  font-size: clamp(24px, 0.8vw + 20.8px, 32px);
  letter-spacing: 0.03em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-area__ttl p {
    margin-top: 5vw;
  }
}
.p-yohaku .s-design-area__ttl p small {
  font-size: clamp(22px, 0.6vw + 19.6px, 28px);
}
.p-yohaku .s-design-area__ttl p small.short {
  font-size: clamp(20px, 0.8vw + 16.8px, 28px);
}
.p-yohaku .s-design-area__ttl p > span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.p-yohaku .s-design-area__ttl p > span::after {
  content: "";
  width: calc(100% - 0.7142857143vw);
  height: 1.3571428571vw;
  background: #FFFFFF;
  position: absolute;
  left: -0.3571428571vw;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-area__ttl p > span::after {
    width: calc(100% - 2.5vw);
    height: 4.75vw;
    left: -1.25vw;
  }
}
.p-yohaku .s-design-area > div > p {
  margin-top: 2.8571428571vw;
  font-size: clamp(16px, 0.2vw + 15.2px, 18px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-area > div > p {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-area > figure {
    width: calc(100% + 7.5vw);
    margin-right: -12.5vw;
  }
}
.p-yohaku .s-design-area > figure img {
  mix-blend-mode: multiply;
}
.p-yohaku .s-design-point {
  position: relative;
  margin-top: 2.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-point {
    margin-top: 10vw;
  }
}
.p-yohaku .s-design-point::before {
  content: "";
  width: 38.2857142857vw;
  height: 52.4285714286vw;
  background: url(../img/bg-design02.png) no-repeat center center/cover;
  position: absolute;
  left: 0;
  top: -10vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-point::before {
    width: 57.5vw;
    height: 75vw;
  }
}
.p-yohaku .s-design-point__ttl {
  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;
  text-align: center;
  row-gap: 0.7142857143vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-point__ttl {
    row-gap: 2.5vw;
    padding-top: 7.5vw;
  }
}
.p-yohaku .s-design-point__ttl p {
  font-size: clamp(24px, 1vw + 20px, 34px);
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.08em;
}
.p-yohaku .s-design-point__ttl p small {
  font-size: clamp(21px, 1vw + 17px, 31px);
}
.p-yohaku .s-design-point__ttl .subttl {
  font-size: clamp(16px, 0.4vw + 14.4px, 20px);
  font-weight: 400;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-point__ttl .subttl {
    line-height: 1.7;
  }
}
.p-yohaku .s-design-list {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 21.4285714286vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list {
    margin-top: 20vw;
  }
}
.p-yohaku .s-design-list::before {
  content: "";
  width: 37.3571428571vw;
  height: 52.4285714286vw;
  background: url(../img/bg-design03.png) no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: -10vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list::before {
    width: 65.25vw;
    height: 116.75vw;
    right: -12.5vw;
    top: 25vw;
  }
}
.p-yohaku .s-design-list__inner {
  width: 100%;
  max-width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list__inner {
    max-width: inherit;
  }
}
.p-yohaku .s-design-list__item > div > p {
  margin-top: 0.7142857143vw;
  font-size: clamp(16px, 0.2vw + 15.2px, 18px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list__item > div > p {
    margin-top: 1.25vw;
  }
}
.p-yohaku .s-design-list__item figure {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list__item01 {
    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;
    row-gap: 7.5vw;
  }
}
.p-yohaku .s-design-list__item01 > div {
  margin-left: 7.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list__item01 > div {
    margin-left: 15.5vw;
  }
}
.p-yohaku .s-design-list__item01 figure {
  width: 41.2857142857vw;
  margin-left: auto;
  margin-top: -25vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list__item01 figure {
    margin-top: 0;
    width: 100%;
  }
}
.p-yohaku .s-design-list__ttl > span {
  position: relative;
  line-height: 1;
  font-size: clamp(22px, 0vw + 22px, 22px);
  letter-spacing: 0.08em;
  font-weight: 400;
}
.p-yohaku .s-design-list__ttl > span small {
  font-size: clamp(16px, 0.2vw + 15.2px, 18px);
}
.p-yohaku .s-design-list__ttl > span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #222222;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-yohaku .s-design-list__ttl > h3 {
  margin-top: 1.4285714286vw;
  font-size: clamp(18px, 0.8vw + 14.8px, 26px);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5714285714vw;
     -moz-column-gap: 0.5714285714vw;
          column-gap: 0.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list__ttl > h3 {
    margin-top: 2.5vw;
  }
}
.p-yohaku .s-design-list__ttl > h3 > span {
  font-size: clamp(26px, 1vw + 22px, 36px);
}
.p-yohaku .s-design-list__item02 {
  width: 38.5714285714vw;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list__item02 {
    width: calc(100% - 12.5vw);
    margin-top: 13.5vw;
    margin-right: 0;
    margin-left: auto;
    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;
  }
}
.p-yohaku .s-design-list__item02 figure {
  margin-top: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list__item02 figure {
    margin-top: 0;
  }
}
.p-yohaku .s-design-list__item03 {
  width: 35.7142857143vw;
  margin-left: auto;
  margin-top: -30vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list__item03 {
    width: 100%;
    margin-top: 12.5vw;
    padding: 0 3.75vw;
    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;
  }
}
.p-yohaku .s-design-list__item03 > div {
  margin-left: 7.5vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-design-list__item03 > div {
    margin-left: 0;
    padding: 0 7.5vw;
  }
}
.p-yohaku .s-design-list__item03 figure {
  margin-top: 2.5vw;
}
.p-yohaku .s-banner {
  width: 100%;
  max-width: 81.4285714286vw;
  margin: 0 auto;
  margin-top: 7.1428571429vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-banner {
    max-width: inherit;
    margin-top: 15vw;
    padding: 0 5vw;
  }
}
.p-yohaku .s-banner ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.2857142857vw 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 4.2857142857vw;
     -moz-column-gap: 4.2857142857vw;
          column-gap: 4.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .s-banner ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 2.5vw;
  }
}
.p-yohaku .c-floor-modal {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFFFFF;
  width: 100%;
  padding: 5.7142857143vw 4.2857142857vw;
  max-width: 52.8571428571vw;
  border: 1px solid #222222;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-yohaku .c-floor-modal {
    width: calc(100% - 7.5vw);
    padding: 10vw;
    padding-top: 15vw;
    max-width: inherit;
  }
}
.p-yohaku .c-floor-modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.p-yohaku .c-floor-modal__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.8571428571vw 18.5714285714vw;
  grid-template-columns: 1fr 18.5714285714vw;
  -webkit-column-gap: 2.8571428571vw;
     -moz-column-gap: 2.8571428571vw;
          column-gap: 2.8571428571vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .c-floor-modal__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.5vw;
  }
}
.p-yohaku .c-floor-modal__inner > div > span {
  display: inline-block;
  padding-bottom: 0.3rem;
  font-size: clamp(12px, 0.3vw + 10.8px, 15px);
  font-weight: 400;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.08em;
  position: relative;
}
.p-yohaku .c-floor-modal__inner > div > span::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #222222;
  left: 0;
  bottom: 0;
}
.p-yohaku .c-floor-modal__inner > div > h4 {
  margin-top: 0.5714285714vw;
  font-weight: 400;
  font-size: clamp(22px, 0.4vw + 20.4px, 26px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-yohaku .c-floor-modal__inner > div > h4 {
    margin-top: 2vw;
  }
}
.p-yohaku .c-floor-modal__inner > div > p {
  margin-top: 1.0714285714vw;
  font-weight: 500;
  font-size: clamp(16px, 0.2vw + 15.2px, 18px);
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-yohaku .c-floor-modal__inner > div > p {
    margin-top: 3.75vw;
  }
}
.p-yohaku .c-floor-modal__inner > figure {
  width: 18.5714285714vw;
  height: 15.7142857143vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-yohaku .c-floor-modal__inner > figure {
    width: 100%;
    height: 55vw;
  }
}
.p-yohaku .c-floor-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 4.2857142857vw;
  height: 4.2857142857vw;
}
@media screen and (max-width: 767px) {
  .p-yohaku .c-floor-modal__close {
    width: 15vw;
    height: 15vw;
  }
}
.p-yohaku .c-floor-modal__close object {
  width: 4.2857142857vw;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-yohaku .c-floor-modal__close object {
    width: 15vw;
  }
}
.p-yohaku .c-floor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  pointer-events: none;
}
.p-yohaku .c-floor-modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-ttl-main {
  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;
}
.c-ttl-main > span {
  font-size: clamp(44px, 1.5vw + 38px, 59px);
  font-style: italic;
}
.c-ttl-main h2 > span {
  display: block;
  text-align: center;
  font-size: clamp(12px, 0.4vw + 10.4px, 16px);
  font-weight: 400;
  letter-spacing: 0.09em;
}

.c-btn-catalog {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 21.4285714286vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #222222;
  height: clamp(60px, 0vw + 60px, 60px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-btn-catalog {
    width: 100%;
    height: 15vw;
  }
}
.c-btn-catalog::after {
  width: 1.2857142857vw;
  height: 1px;
  background: #FFF;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .c-btn-catalog::after {
    width: 4.5vw;
  }
}
.c-btn-catalog span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 0vw + 14px, 14px);
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFF;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .c-btn-catalog:hover {
    background: white;
    border: 1px solid #222222;
  }
  .c-btn-catalog:hover span {
    color: #222222;
  }
  .c-btn-catalog:hover::after {
    background: #222222;
  }
}
.c-btn-catalog-gray {
  background: #6B6B6B;
}
@media screen and (min-width: 768px) {
  .c-btn-catalog-gray:hover {
    background: white;
    border: 1px solid #6B6B6B;
  }
  .c-btn-catalog-gray:hover span {
    color: #6B6B6B;
  }
  .c-btn-catalog-gray:hover::after {
    background: #6B6B6B;
  }
}



