<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes fadeDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@media screen and (min-width: 768px) {
  .areaSearch {
    margin-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.areaSearch__block {
  -webkit-animation: fadeUp .8s ease forwards;
          animation: fadeUp .8s ease forwards;
  height: auto;
  -webkit-transition: visibility 0s linear 0s;
  transition: visibility 0s linear 0s;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .areaSearch__block {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__block {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

.areaSearch__block.is-hidden {
  -webkit-animation: fadeDown .8s ease forwards;
          animation: fadeDown .8s ease forwards;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition: visibility 0s linear .8s;
  transition: visibility 0s linear .8s;
  visibility: hidden;
}

.areaSearch__ttl {
  border-bottom: 1px solid #a7a08a;
  border-top: 1px solid #a7a08a;
  color: #333331;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .areaSearch__ttl {
    font-size: 16px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__ttl {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(22 / 750 * 100vw) 0;
  }
}

.areaSearch__ttl .en {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .areaSearch__ttl .en {
    font-size: 19px;
  }
}

@media screen and (min-width: 768px) {
  .areaSearch__ttl .en .num {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__ttl .en .num {
    font-size: calc(56 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .areaSearch__ttl + .areaSearch__list {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__ttl + .areaSearch__list {
    margin-top: 20px;
  }
}

.areaSearch__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .areaSearch__list {
    gap: 56px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .areaSearch__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}

.areaSearch__item {
  display: block;
}

@media screen and (min-width: 768px) {
  .areaSearch__item {
    width: calc((100% - 56px * 2) / 3);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .areaSearch__item {
    width: 362px;
  }
}

@media screen and (max-width: 768px) {
  .areaSearch__item {
    width: 100%;
  }
}

.areaSearch__item.is-hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  .pageIntro__cont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__cont {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__cont .photo {
    width: 572px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__cont .photo:not(:first-child) {
    margin-top: calc(187 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .pageIntro__head + .pageIntro__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .pageIntro__head + .pageIntro__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.planListSect__head {
  color: #ffffff;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .planListSect__head {
    padding: 259px 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__head {
    padding: calc(303 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}

.planListSect__head:before {
  background-color: #666255;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

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

@media screen and (min-width: 768px) {
  .planListSect__ttl {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__ttl {
    padding-bottom: calc(30 / 750 * 100vw);
  }
}

.planListSect__ttl .jp {
  display: block;
  line-height: 1.36364;
}

.planListSect__ttl .jp:before {
  content: '';
  margin-top: calc((1 - 1.36364) * .5em);
}

.planListSect__ttl .jp:after {
  margin-bottom: calc((1 - 1.36364) * .5em);
}

.planListSect__ttl .jp:before, .planListSect__ttl .jp:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .planListSect__ttl .jp {
    font-size: 12px;
    letter-spacing: .3em;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__ttl .jp {
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: .15em;
  }
}

.planListSect__ttl .en {
  display: block;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .planListSect__ttl .en {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__ttl .en {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .planListSect__ttl .en + .jp {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__ttl .en + .jp {
    margin-top: calc(20 / 750 * 100vw);
  }
}

.planListSect__ttl:after {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .planListSect__head + .planListSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__head + .planListSect__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .planListSect__bottom {
    margin: 180px auto 0;
    width: 371px;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__bottom {
    margin: calc(200 / 750 * 100vw) auto 0;
    width: calc(437 / 750 * 100vw);
  }
}

.recommendBlock__txt {
  color: #a69663;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .recommendBlock__txt {
    font-size: 12px;
    margin-bottom: 14px;
    width: 185px;
    line-height: 1.75;
  }
  .recommendBlock__txt:before {
    content: '';
    margin-top: calc((1 - 1.75) * .5em);
  }
  .recommendBlock__txt:after {
    margin-bottom: calc((1 - 1.75) * .5em);
  }
  .recommendBlock__txt:before, .recommendBlock__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .recommendBlock__txt {
    font-size: calc(14 / 1440 * 100vw);
    width: calc(224 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__txt {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0;
    margin-bottom: calc(16 / 750 * 100vw);
    width: calc(280 / 750 * 100vw);
    line-height: 1.5;
  }
  .recommendBlock__txt:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .recommendBlock__txt:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .recommendBlock__txt:before, .recommendBlock__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

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

.recommendBlock__item {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .recommendBlock__item--landry01 {
    bottom: calc(639 / 716 * 100%);
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__item--landry01 {
    bottom: calc(941 / 750 * 100vw);
    right: calc(13 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendBlock__item--landry02 {
    bottom: calc(291 / 619 * 100%);
    right: calc(168 / 1000 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__item--landry02 {
    right: calc(-15 / 750 * 100vw);
    top: calc(10 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendBlock__item--terrace01 {
    bottom: calc(368 / 442 * 100%);
    right: calc(69 / 466 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__item--terrace01 {
    bottom: calc(355 / 750 * 100vw);
    right: calc(13 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendBlock__item--terrace02 {
    bottom: calc(73 / 619 * 100%);
    left: calc(151 / 1000 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__item--terrace02 {
    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;
    gap: calc(16 / 750 * 100vw);
    left: 0;
    top: calc(898 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendBlock__item--corridor01 {
    left: calc(11 / 716 * 100%);
    top: calc(29 / 716 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__item--corridor01 {
    left: calc(0 / 750 * 100vw);
    top: calc(65 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendBlock__item--corridor02 {
    right: calc(181 / 1000 * 100%);
    top: calc(110 / 619 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__item--corridor02 {
    left: calc(0 / 750 * 100vw);
    top: calc(57 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendBlock__item--atrium01 {
    bottom: calc(25 / 716 * 100%);
    left: calc(215 / 716 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__item--atrium01 {
    bottom: calc(82 / 750 * 100vw);
    left: calc(206 / 750 * 100vw);
  }
}

.recommendBlock__item--atrium01 .recommendBlock__txt {
  margin-bottom: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .recommendBlock__item--atrium01 .recommendBlock__txt {
    bottom: calc(-520 / 716 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__item--atrium01 .recommendBlock__txt {
    bottom: calc(-65 / 750 * 100vw);
  }
}

.recommendBlock__trigger {
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  color: #ffffff;
  position: relative;
  -webkit-transition: color .6s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  transition: color .6s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  transition: box-shadow .4s ease-in-out, color .6s ease-in-out;
  transition: box-shadow .4s ease-in-out, color .6s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .recommendBlock__trigger {
    width: 180px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .recommendBlock__trigger {
    width: calc(224 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__trigger {
    -webkit-animation: glowEffect 3s infinite ease-in-out;
            animation: glowEffect 3s infinite ease-in-out;
    width: calc(255 / 750 * 100vw);
  }
}

@-webkit-keyframes glowEffect {
  0% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
  50% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 0 18px rgba(234, 218, 158, 0.6), 0 0 24px rgba(234, 218, 158, 0.6), 1px 1px 18px rgba(234, 218, 158, 0.6);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 0 18px rgba(234, 218, 158, 0.6), 0 0 24px rgba(234, 218, 158, 0.6), 1px 1px 18px rgba(234, 218, 158, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
}

@keyframes glowEffect {
  0% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
  50% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 0 18px rgba(234, 218, 158, 0.6), 0 0 24px rgba(234, 218, 158, 0.6), 1px 1px 18px rgba(234, 218, 158, 0.6);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 0 18px rgba(234, 218, 158, 0.6), 0 0 24px rgba(234, 218, 158, 0.6), 1px 1px 18px rgba(234, 218, 158, 0.6);
  }
  100% {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
}

.recommendBlock__trigger .bg {
  height: auto;
  -webkit-transition: -webkit-filter .4s ease-in-out;
  transition: -webkit-filter .4s ease-in-out;
  transition: filter .4s ease-in-out;
  transition: filter .4s ease-in-out, -webkit-filter .4s ease-in-out;
  width: 100%;
}

.recommendBlock__trigger .bg .photo {
  height: auto;
  width: 100%;
}

.recommendBlock__trigger .bg .photo__pic, .recommendBlock__trigger .bg .photo__image {
  height: auto;
  width: 100%;
}

.recommendBlock__trigger .ov {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 100%;
  z-index: 2;
}

.recommendBlock__trigger .ov .photo {
  height: 100%;
  width: auto;
}

.recommendBlock__trigger .ov .photo__pic, .recommendBlock__trigger .ov .photo__image {
  height: 100%;
  width: auto;
}

.recommendBlock__trigger .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .recommendBlock__trigger .inner {
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .recommendBlock__trigger .inner {
    padding: 0 calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__trigger .inner {
    padding: 0 calc(24 / 750 * 100vw);
  }
}

.recommendBlock__trigger .t {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .recommendBlock__trigger .t {
    font-size: 12px;
    gap: 16px;
    letter-spacing: .1em;
    line-height: calc(24 / 16);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .recommendBlock__trigger .t {
    font-size: calc(16 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__trigger .t {
    font-size: calc(22 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
    letter-spacing: -.07em;
    line-height: calc(36 / 28);
  }
}

.recommendBlock__trigger .t .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: rgba(167, 160, 138, 0.8);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .recommendBlock__trigger .t .num {
    font-size: 20px;
    width: 36px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .recommendBlock__trigger .t .num {
    font-size: calc(26 / 1440 * 100vw);
    width: calc(43 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__trigger .t .num {
    font-size: calc(32 / 750 * 100vw);
    width: calc(50 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendBlock__trigger:hover {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
  .recommendBlock__trigger:hover .bg {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .recommendBlock__trigger:hover {
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05), 0 20px 20px rgba(0, 0, 0, 0.1), 0 0 40px rgba(12, 17, 11, 0.05);
  }
  .recommendBlock__trigger:hover .bg {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}

@media screen and (min-width: 768px) {
  .recommendBlock__trigger--ov:hover {
    color: #120f04;
  }
  .recommendBlock__trigger--ov:hover .ov {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .recommendBlock__trigger--ov:hover {
    color: #120f04;
  }
  .recommendBlock__trigger--ov:hover .ov {
    opacity: 1;
  }
}

.recommendBlock__trigger--noModal {
  background-color: #858177;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .recommendBlock__trigger--noModal {
    -webkit-animation: none;
            animation: none;
  }
}

.recommendBlock__trigger--noModal .inner {
  left: unset;
  position: relative;
  top: unset;
  -webkit-transform: unset;
          transform: unset;
}

@media screen and (min-width: 768px) {
  .recommendBlock__trigger--noModal .inner {
    padding: 10px 7px;
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__trigger--noModal .inner {
    padding: calc(14 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock__point {
    margin-top: calc(36 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendBlock--01 {
    padding-top: 56px;
    width: 499px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .recommendBlock--01 {
    padding-top: calc(56 / 1440 * 100vw);
    width: calc(499 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock--01 {
    padding-top: calc(122 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendBlock--02 {
    width: 466px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .recommendBlock--02 {
    width: calc(466 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .recommendBlock--02 {
    border-top: 1px solid rgba(166, 150, 99, 0.5);
    margin-top: calc(80 / 750 * 100vw);
    padding-top: calc(146 / 750 * 100vw);
  }
}

.recommendCard {
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
          box-shadow: 0 20px 20px rgba(12, 17, 11, 0.1);
  color: #6b6a67;
}

@media screen and (min-width: 768px) {
  .recommendCard {
    height: 100%;
    padding: 24px;
  }
}

@media screen and (max-width: 768px) {
  .recommendCard {
    padding: calc(32 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.recommendCard__ttl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.recommendCard__ttl .num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1 / 1;
  background-color: #6b6a67;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .05em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .recommendCard__ttl .num {
    font-size: 22px;
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .recommendCard__ttl .num {
    font-size: calc(30 / 750 * 100vw);
    width: calc(45 / 750 * 100vw);
  }
}

.recommendCard__ttl .inner {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: .1em;
  padding-top: .325em;
  line-height: 1.5;
}

.recommendCard__ttl .inner:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.recommendCard__ttl .inner:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.recommendCard__ttl .inner:before, .recommendCard__ttl .inner:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .recommendCard__ttl .inner {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recommendCard__ttl .inner {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendCard__head + .recommendCard__cont {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .recommendCard__head + .recommendCard__cont {
    margin-top: calc(32 / 750 * 100vw);
  }
}

.recommendCard__txt {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .1em;
  line-height: 1.5;
}

.recommendCard__txt:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.recommendCard__txt:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.recommendCard__txt:before, .recommendCard__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .recommendCard__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .recommendCard__txt {
    font-size: calc(22 / 750 * 100vw);
  }
}

.recommendCard--col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.recommendCard--col .recommendCard__ttl {
  white-space: nowrap;
}

.recommendCard--col .recommendCard__cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  min-width: 6em;
}

.recommendDetail {
  background-color: #ffffff;
  border-top: 2px solid rgba(166, 150, 99, 0.5);
}

@media screen and (min-width: 768px) {
  .recommendDetail {
    padding: 112px 100px 86px;
  }
}

@media screen and (max-width: 768px) {
  .recommendDetail {
    margin-left: -20px;
    margin-right: -20px;
    padding: calc(160 / 750 * 100vw) 20px;
  }
}

@media screen and (min-width: 768px) {
  .recommendDetail:not(:first-child) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .recommendDetail:not(:first-child) {
    margin-top: calc(57 / 750 * 100vw);
  }
}

.recommendDetail__desc {
  color: #333331;
}

@media screen and (min-width: 768px) {
  .recommendDetail__spec {
    margin-top: -30px;
    padding-left: 213px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .recommendDetail__spec {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendDetail__specIntro {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 56px;
  }
}

@media screen and (min-width: 768px) {
  .recommendHead + .recommendDetail__head {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead + .recommendDetail__head {
    margin-top: calc(100 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendDetail__cont {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  .recommendDetail__cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .recommendDetail__head + .recommendDetail__cont {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .recommendDetail__head + .recommendDetail__cont {
    margin-top: calc(70 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendDetail__point {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .recommendDetail + .usageNote {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .recommendDetail + .usageNote {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.recommendHead {
  color: #333331;
}

@media screen and (min-width: 768px) {
  .recommendHead {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
  }
}

@media screen and (min-width: 768px) {
  .recommendHead__spec {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 30px;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__spec {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendHead__specIntro {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 56px;
  }
}

.recommendHead__type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(204, 202, 196, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Infant", serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: .1em;
  line-height: .7;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .recommendHead__type {
    font-size: 14px;
    margin-left: -100px;
    min-width: 290px;
    padding: 18px 40px 18px;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__type {
    font-size: calc(20 / 750 * 100vw);
    margin-left: -20px;
    padding: calc(16 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendHead__type .type {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__type .type {
    font-size: calc(40 / 750 * 100vw);
  }
}

.recommendHead__type .ttl {
  display: inline-block;
}

.recommendHead__type .pickup {
  background-color: #666255;
  color: #ffffff;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .recommendHead__type .pickup {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__type .pickup {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(14 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendHead__type .pickup + .ttl {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__type .pickup + .ttl {
    margin-left: 15px;
  }
}

.recommendHead__variation {
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: .7;
}

@media screen and (min-width: 768px) {
  .recommendHead__variation {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__variation {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendHead__variation .strong {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__variation .strong {
    font-size: calc(64 / 750 * 100vw);
  }
}

.recommendHead__mainLength {
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
}

@media screen and (min-width: 768px) {
  .recommendHead__mainLength {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__mainLength {
    font-size: calc(40 / 750 * 100vw);
    margin-top: calc(46 / 750 * 100vw);
  }
}

.recommendHead__mainLength .strong {
  line-height: .7;
}

.recommendHead__mainLength .ja {
  color: #6b6a67;
  display: inline-block;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.5;
}

.recommendHead__mainLength .ja:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.recommendHead__mainLength .ja:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.recommendHead__mainLength .ja:before, .recommendHead__mainLength .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .recommendHead__mainLength .ja {
    font-size: 14px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__mainLength .ja {
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: .15em;
  }
}

@media screen and (min-width: 768px) {
  .recommendHead__mainLength .unit {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .recommendHead__mainLength .int {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__mainLength .int {
    font-size: calc(64 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendHead__subLength {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: .5em 0;
    margin-top: 40px;
    max-width: 575px;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__subLength {
    margin-top: calc(24 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendHead__subItem {
    width: 50%;
    line-height: 2;
  }
  .recommendHead__subItem:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .recommendHead__subItem:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .recommendHead__subItem:before, .recommendHead__subItem:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__subItem {
    line-height: 1.5;
  }
  .recommendHead__subItem:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .recommendHead__subItem:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .recommendHead__subItem:before, .recommendHead__subItem:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.recommendHead__subItem .ja {
  color: #6b6a67;
  display: inline-block;
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
  .recommendHead__subItem .ja {
    font-size: 14px;
    letter-spacing: .1em;
  }
}

@media screen and (max-width: 768px) {
  .recommendHead__subItem .ja {
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: .15em;
  }
}

.recommendList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .recommendList {
    gap: 56px;
  }
}

@media screen and (max-width: 768px) {
  .recommendList {
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {
  .recommendList__item {
    width: calc(50% - 28px);
  }
}

@media screen and (max-width: 768px) {
  .recommendList__item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .recommendList__item--half {
    width: calc(50% - 5px);
  }
}

@media screen and (min-width: 768px) {
  .recommendList__item--full {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .recommendSect__head .headingUnit .heading {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .recommendSect__head + .recommendSect__cont {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .recommendSect__head + .recommendSect__cont {
    margin-top: calc(100 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .stackingSect__head .headingUnit .heading {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .stackingSect__head + .stackingSect__cont {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .stackingSect__head + .stackingSect__cont {
    margin-top: calc(126 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .stackingSect__body {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .stackingSect__body {
    margin-top: calc(25 / 750 * 100vw);
  }
}

.stackingSect__item {
  display: none;
}

.stackingSect__item.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .plan-introduction {
    padding: 0 0 220px;
  }
}

@media screen and (max-width: 768px) {
  .plan-introduction {
    padding: 0 0 calc(380 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .plan-stacking {
    padding: 151px 0 209px;
  }
}

@media screen and (max-width: 768px) {
  .plan-stacking {
    padding: calc(200 / 750 * 100vw) 0 calc(261 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .plan-recommend {
    padding: 209px 0 322px;
  }
}

@media screen and (max-width: 768px) {
  .plan-recommend {
    padding: calc(261 / 750 * 100vw) 0 calc(317 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .plan-list {
    padding-bottom: 152px;
  }
}

@media screen and (max-width: 768px) {
  .plan-list {
    padding-bottom: calc(300 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .plan-detail {
    padding: 240px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .plan-detail {
    padding: calc(240 / 750 * 100vw) 0 calc(176 / 750 * 100vw);
  }
}
</pre></body></html>