@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tinos:wght@400;700&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* wrap */
/*	textcolor
---------------------------------*/
.clOrange {
  color: #FD5A2A !important;
}

.clBlue {
  color: #2053E0 !important;
}

.clPurple {
  color: #9A70CB !important;
}

.clGreen {
  color: #48BCC6 !important;
}

.clGreen2 {
  color: #51DE72 !important;
}

.clGreen3 {
  color: #3E865A !important;
}

.clRed {
  color: #E84A5C !important;
}

.clBlack {
  color: #000 !important;
}

/*	bgcolor
---------------------------------*/
.bgOrange {
  background: #FD5A2A !important;
}

.bgBlue {
  background: #2053E0 !important;
}

.bgPurple {
  background: #9A70CB !important;
}

.bgGreen {
  background: #48BCC6 !important;
}

.bgGreen2 {
  background: #51DE72 !important;
}

.bgGreen3 {
  color: #3E865A !important;
}

.bgGreen4 {
  background: #4CAF43 !important;
}

.bgGreen5 {
  background: #40835a !important;
}

.bgRed {
  background: #E84A5C !important;
}

.bgWhite {
  background: #fff !important;
}

.bgGold {
  background: #a0842c !important;
}

.bgBlack {
  background: #000 !important;
}

.bgGray {
  background: #DEDEDE !important;
}

/*	bgGrade
---------------------------------*/
.bgGradeWhite {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(26%, rgba(255, 255, 255, 0.6)), color-stop(40%, rgba(255, 255, 255, 0.45)), color-stop(73%, rgba(255, 255, 255, 0.24)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 26%, rgba(255, 255, 255, 0.45) 40%, rgba(255, 255, 255, 0.24) 73%, rgba(255, 255, 255, 0) 100%);
}

.bgGradePink {
  background: rgb(252, 92, 179);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 92, 179)), to(rgb(211, 85, 5))) !important;
  background: linear-gradient(180deg, rgb(252, 92, 179) 0%, rgb(211, 85, 5) 100%) !important;
}

.bgGreenBlue {
  background: rgb(167, 224, 173);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(167, 224, 173)), to(rgb(32, 159, 190))) !important;
  background: linear-gradient(180deg, rgb(167, 224, 173) 0%, rgb(32, 159, 190) 100%) !important;
}

/*	radius
---------------------------------*/
.noRadius {
  border-radius: 0 !important;
}

.radius10 {
  border-radius: 10px !important;
  overflow: hidden !important;
}
/*	common
---------------------------------*/
body {
  max-width: 1920px;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1.875;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  body {
    font-size: 14px;
  }
}

/* link */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

a:active, a:focus {
  outline: none;
}

sup, sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  line-height: inherit;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.2em;
}

sub {
  vertical-align: bottom;
}

/* figure */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* heading */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before, .cl:after {
  content: " ";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  *zoom: 1;
  display: block;
}

.block_p {
  display: block !important;
}
@media screen and (max-width: 850px) {
  .block_p {
    display: none !important;
  }
}

.block_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .block_s {
    display: block !important;
  }
}

.inline_p {
  display: inline !important;
}
@media screen and (max-width: 850px) {
  .inline_p {
    display: none !important;
  }
}

.inline_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .inline_s {
    display: inline !important;
  }
}

.inline-block_p {
  display: inline-block !important;
}
@media screen and (max-width: 850px) {
  .inline-block_p {
    display: none !important;
  }
}

.inline-block_s {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .inline-block_s {
    display: inline-block !important;
  }
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}
.hide {
  display: none !important;
}

@media screen and (max-width: 850px) {
  .show-pc {
    display: none !important;
  }
}

.show-sp {
  display: none !important;
}
@media screen and (max-width: 850px) {
  .show-sp {
    display: block !important;
  }
}

.main {
  overflow: hidden;
  padding-top: var(--page-header-height);
  padding-top: 135px;
}
@media screen and (max-width: 850px) {
  .main {
    padding-top: 65px;
  }
}

.inner {
  position: relative;
  width: calc(100% - 20px);
  max-width: 1100px;
  margin: auto;
}

.btn-gold {
  cursor: pointer;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Tinos", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 10px 30px 10px 20px;
  background-color: #a4872a;
  color: #fff;
}
.btn-gold::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/common/icon_btn-arw.svg");
  background-size: cover;
  width: 6.5px;
  height: 13px;
}

.btn-green {
  cursor: pointer;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Tinos", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 10px 30px 10px 20px;
  background-color: #40835a;
  color: #fff;
}
.btn-green::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/common/icon_btn-arw.svg");
  background-size: cover;
  width: 6.5px;
  height: 13px;
}

.btnTap {
  display: none;
}
@media screen and (max-width: 850px) {
  .btnTap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 3px 0;
    margin-top: 10px;
  }
}

.btnCont {
  margin-top: 150px;
  margin-bottom: 50px;
}
.btnCont__box {
  max-width: 700px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.btnCont .commonBtn {
  margin: 0 10px 20px;
}
.btnCont__ttl {
  width: 100%;
  display: block;
  font-weight: 600;
  margin: 0 0 20px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 20px;
}

.commonBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  background: #CCC;
  font-size: 25px;
  min-width: 230px;
  min-height: 60px;
}
.commonBtn__inner {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 0 0;
  color: #FFF;
}
.commonBtn__inner:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}

.commonBtn-type_s {
  font-size: 12px;
  min-width: 130px;
  min-height: 35px !important;
}
.commonBtn-type_s .commonBtn__inner:before {
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
}

.commonBtn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 0 60px;
  min-height: 180px;
  min-width: 690px;
  background: #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.commonBtn2:after {
  content: "";
  position: absolute;
  right: 60px;
  top: calc(50% - 22.5px);
  width: 45px;
  height: 45px;
  background: url("../img/common/icon_arrow_common.svg") no-repeat;
  background-size: 45px;
}
.commonBtn2__inner {
  font-size: 32px;
  color: #FFF;
  font-weight: 600;
  line-height: 1.375;
}

/* footer */
/* image caption */
.img-caption {
  z-index: 0;
  position: relative;
}
.img-caption::before {
  content: attr(data-caption);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  padding: 3px 10px;
}
.img-caption img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-caption.left::before {
  right: auto;
  left: 0;
}
.img-caption.rightout::before {
  bottom: auto;
  top: 100%;
}

.img-caption-white {
  z-index: 0;
  position: relative;
}
.img-caption-white::before {
  content: attr(data-caption);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  padding: 3px 10px;
}
.img-caption-white img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-caption-white.left::before {
  right: auto;
  left: 0;
}
.img-caption-white.rightout::before {
  bottom: auto;
  top: 100%;
}
.img-caption-white::before {
  color: #fff;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.8));
}

.img-caption-bg {
  z-index: 0;
  position: relative;
}
.img-caption-bg::before {
  content: attr(data-caption);
  z-index: 1;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  color: #000;
  padding: 3px 10px;
}
.img-caption-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-caption-bg.left::before {
  right: auto;
  left: 0;
}
.img-caption-bg.rightout::before {
  bottom: auto;
  top: 100%;
}
.img-caption-bg::before {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

@media screen and (max-width: 850px) {
  *:has(> .pinch-to-zoom) {
    position: relative;
    padding-top: 70px;
  }
}
*:has(> .pinch-to-zoom) .pinch-to-zoom {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 75px;
}
@media screen and (max-width: 850px) {
  *:has(> .pinch-to-zoom) .pinch-to-zoom {
    display: block;
  }
}

/* animations */
.fadeUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 0.2rem, 0);
          transform: translate3d(0, 0.2rem, 0);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.fadeUp.scrollIn {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.blurIn {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
}
.blurIn.scrollIn {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.slideIn {
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, black), to(transparent));
          mask-image: linear-gradient(to right, black 0%, black 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-position: 300% 0;
          mask-position: 300% 0;
}
.slideIn.scrollIn {
  -webkit-animation: reveal-mask 2s forwards ease-out;
          animation: reveal-mask 2s forwards ease-out;
}
@-webkit-keyframes reveal-mask {
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@keyframes reveal-mask {
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}

.revealOut {
  overflow: hidden;
  position: relative;
}
.revealOut::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d2cec6;
  width: 100%;
  height: 100%;
  translate: 0 0 0;
  -webkit-transition: translate 1s ease;
  transition: translate 1s ease;
}
.revealOut.scrollIn::after {
  translate: 100% 0 0;
}

/* size */
.header {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 15;
  /*========= ぼかしのためのCSS ===============*/
}
.header__inner {
  height: 70px;
}
.header__pcInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Safari etc. */
  -ms-justify-content: space-between; /* IE10        */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 40px);
  max-width: 1600px;
  padding: 10px 0 0;
  margin: 0 auto 10px;
}
@media screen and (max-width: 850px) {
  .header__pcInner {
    width: 100%;
    padding: 0 70px 0 0;
    margin: 0;
    height: 65px;
  }
}
.header__pcNavList {
  width: calc(100% - 40px);
  padding: 0 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .header__pcNavList {
    display: none;
  }
}
.header__pcNavList .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.header__pcNavList .menu-item {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0 min(1.6923076923vw, 22px);
  padding: 0 22px;
}
.header__pcNavList .menu-item.grayout .menu-item__link {
  pointer-events: none;
}
.header__pcNavList .menu-item.grayout .menu-item__link span {
  color: #e2e2e2 !important;
}
.header__pcNavList .menu-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.3846153846vw, 5px);
  scale: 1;
  -webkit-transition: scale 0.2s ease;
  transition: scale 0.2s ease;
}
.header__pcNavList .menu-item__link:hover {
  scale: 1.05;
}
.header__pcNavList .menu-item__link .en {
  font-family: "Tinos", serif;
  font-size: min(1.3846153846vw, 18px);
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #585757;
}
.header__pcNavList .menu-item__link .jp {
  font-family: "Zen Old Mincho", serif;
  font-size: min(0.9230769231vw, 12px);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #a79e92;
}
.header__pcNavList .menu-item__link::after {
  position: absolute;
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  bottom: -10px;
  background: #7a6a56;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.header__pcNavList .menu-item__link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.header__pcNavList .menu-item__link.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header__pcNavList .menu-item + .menu-item {
  position: relative;
}
.header__pcNavList .menu-item + .menu-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d2cbc1;
  width: 1px;
  height: 50%;
}
.header__ttlLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  background: #FFF;
  padding: 12px 19px;
}
@media screen and (max-width: 850px) {
  .header__ttlLogo {
    margin: 0;
    padding: 3px 10px 6px;
    max-width: 180px;
    top: auto;
  }
}
.header__ttl {
  font-size: 14px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  .header__ttl {
    font-size: 9px;
    position: relative;
    top: 2px;
    line-height: 1.2;
  }
}
.header__logo {
  width: 150px;
  display: block;
  margin-right: 15px;
}
@media screen and (max-width: 850px) {
  .header__logo {
    width: 75px;
    margin-right: 7px;
  }
}
.header__spBtn {
  display: none;
}
@media screen and (max-width: 850px) {
  .header__spBtn {
    display: block;
  }
}
.header__spBtn a {
  color: #FFF;
  font-size: 12px;
  padding: 0 10px;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .header__pcNav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    display: block;
    border-radius: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.header__pcList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 30px;
  position: relative;
}
@media screen and (max-width: 850px) {
  .header__pcList {
    width: auto;
    height: auto;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__pcLi {
  margin-right: 10px;
}
.header__pcLi__arw::after {
  content: ">";
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .header__pcLi {
    display: none;
  }
}
.header__pcLi:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .header__pcLi-type_spBlock {
    display: block;
    width: calc(33.3333333333% - 5px);
    margin: 0;
  }
}
.header__pcLink {
  color: #000;
  font-size: 15px;
}
.header__pcLink-type_btn {
  font-size: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
@media screen and (max-width: 850px) {
  .header__pcLink-type_btn {
    border-radius: 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5px;
  }
}
.header__pcLink-type_btn span {
  position: relative;
  top: -1px;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .header__pcLink-type_btn span {
    font-size: 10px;
    letter-spacing: -0.5px;
  }
}
.header .mainblur {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.header__spNav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (max-width: 850px) {
  .header__spNav {
    background: url("../img/common/bg_spnav.png") center no-repeat;
    background-size: cover;
  }
  .header__spNav::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
  }
}
.header__spNav.panelactive {
  opacity: 1;
  z-index: 999;
}
.header__spNav.panelactive .header__spLink {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.header__spNav.panelactive .header__spLink.grayout {
  pointer-events: none;
  color: #b2b2b2 !important;
}
.header__spNav.panelactive .header__spLink.active {
  color: #ffdd72;
}
@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.header__spNavInner {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header__spNavBg {
  background: url("../img/common/bg_pcnav.png") center no-repeat;
  background-size: cover;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .header__spNavBg {
    height: 100%;
    background: none;
  }
}
.header__spNavWrap {
  max-width: 1274px;
  margin: auto;
  position: relative;
  padding: 155px 60px 70px;
}
@media screen and (max-width: 850px) {
  .header__spNavWrap {
    padding: 70px 0 0 0;
  }
}
.header__spnavList {
  display: none;
  z-index: 999;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .header__spnavList {
    padding: 10px 15px 5px; /* Safari etc. */
    -ms-justify-content: space-between; /* IE10        */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  .header__spLi.header__spLi-type_w100 {
    width: 100%;
  }
}
.header__spLi {
  width: calc(25% - 48.5px);
  margin-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #FFF;
  margin-right: 64px;
}
@media screen and (max-width: 850px) {
  .header__spLi {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #FFF;
    margin-right: 0;
  }
}
.header__spLi:nth-child(4n) {
  margin-right: 0px;
}
.header__spLink {
  color: #FFF;
  font-size: 19px;
  display: block;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 850px) {
  .header__spLink {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    padding-bottom: 15px;
  }
}
.header__spLinkInner {
  display: block;
  font-family: "Marcellus";
  opacity: 0.7;
  position: relative;
  font-size: 15px;
  margin-bottom: -5px;
}
@media screen and (max-width: 850px) {
  .header__spLinkInner {
    margin: 0 0 5px;
    font-size: 12px;
  }
}
.header__spNew {
  display: inline-block;
  border-radius: 100px;
  color: #E84A5C;
  border: 1px solid #E84A5C;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: calc(50% - 5px);
  background: #FFF;
  font-size: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Marcellus";
}
@media screen and (max-width: 850px) {
  .header__spNew {
    height: 23px;
    top: calc(50% - 8px);
  }
}
.header__spTtlLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  top: 19px;
  max-width: 380px;
  padding: 12px 14px 12px 19px;
  background: #FFF;
}
@media screen and (max-width: 850px) {
  .header__spTtlLogo {
    margin: 0;
    padding: 3px 10px 6px;
    max-width: 180px;
    top: auto;
  }
}
.header__spTtl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  .header__spTtl {
    font-size: 9px;
    position: relative;
    margin: 0;
    top: 2px;
    line-height: 1.2;
  }
}
.header__spLogo {
  width: 150px;
  display: block;
  margin-right: 15px;
}
@media screen and (max-width: 850px) {
  .header__spLogo {
    width: 75px;
    margin-right: 7px;
  }
}
.header__otherNav {
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  .header__otherNav {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
.header__otherNavLink {
  font-size: 14px;
  color: #FFF;
}
@media screen and (max-width: 850px) {
  .header__otherNavLink {
    font-size: 12px;
  }
}
.header__otherNavLi {
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  .header__otherNavLi {
    margin-right: 15px;
  }
}
.header__otherNavLi:last-of-type {
  margin-right: 0;
}
.header__otherNavIcon1 {
  width: 27px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 850px) {
  .header__otherNavIcon1 {
    width: 13.5px;
    margin-right: 5px;
  }
}
.header__otherNavIcon2 {
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 850px) {
  .header__otherNavIcon2 {
    width: 10.5px;
    top: auto;
    margin-right: 5px;
  }
}
.header__otherNavIcon3 {
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  .header__otherNavIcon3 {
    width: 8px;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
}
.header__spBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  .header__spBtns {
    display: block;
    padding: 0 15px 150px;
  }
}
.header__spBtnsLi {
  margin-right: 20px;
}
@media screen and (max-width: 850px) {
  .header__spBtnsLi {
    margin: 0 0 15px;
  }
}
.header__spBtnsLi:last-of-type {
  margin: 0;
}
.header__spContactBtn1 {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 32px;
  border: 1px solid #FFF;
  border-radius: 100px;
  width: 130px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header__spContactBtn1:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #FFF;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}
.header__spContactBtn1 span {
  margin-left: 20px;
  position: relative;
  top: -1px;
  color: #FFF;
}
.header__spContactBtn2 {
  border: 2px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  min-width: 210px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  font-size: 16px;
  color: #FFF;
  line-height: 1.375;
  font-weight: 500;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .header__spContactBtn2 {
    max-width: 100%;
    min-height: 70px;
    font-size: 20px;
  }
}
.header__spContactBtn2:after {
  content: "";
  background: url("../img/common/icon_arrow1.svg") no-repeat;
  background-size: 24px;
  height: 24px;
  width: 24px;
  right: 22px;
  top: calc(50% - 12px);
  position: absolute;
}
.header__spNavHead {
  height: 125px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7543631213)), color-stop(35%, rgba(255, 255, 255, 0.5496847588)), color-stop(65%, rgba(255, 255, 255, 0.2455911915)), color-stop(80%, rgba(255, 255, 255, 0.0993923611)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7543631213) 0%, rgba(255, 255, 255, 0.5496847588) 35%, rgba(255, 255, 255, 0.2455911915) 65%, rgba(255, 255, 255, 0.0993923611) 80%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  padding-top: 11px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 850px) {
  .header__spNavHead {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.header__triger {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 25px;
  cursor: pointer;
  width: 65px;
  height: 65px;
  background: url("../img/common/btn_open.png") center no-repeat;
  background-size: 65px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid #fff;
}
@media screen and (max-width: 850px) {
  .header__triger {
    display: revert;
    bottom: auto;
    right: 10px;
    top: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 45px;
    height: 45px;
    background: url("../img/common/btn_open.png") center no-repeat;
    background-size: 45px;
  }
}
.header__trigerCircle {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  right: 8px;
  top: 2px;
  border: 1px solid #FFF;
}
.header__triger.active {
  background: url("../img/common/btn_close.png") center no-repeat;
  background-size: 65px;
}
@media screen and (max-width: 850px) {
  .header__triger.active {
    background: url("../img/common/btn_close.png") center no-repeat;
    background-size: 45px;
  }
}
@media screen and (max-width: 850px) {
  .header__triger-type_mv, .header__trigerLeft-type_mv, .header__trigerRight-type_mv {
    bottom: 75px !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.header__trigerLeft, .header__trigerRight {
  line-height: 1;
  display: none;
}
@media screen and (max-width: 850px) {
  .header__trigerLeft, .header__trigerRight {
    position: fixed;
    z-index: 9999;
    bottom: 35px;
    left: calc(50% - 125px);
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #F5F5F5;
    background-size: 65px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 1000px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #FFF;
    display: block;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
  }
}
@media screen and (max-width: 850px) {
  .header__trigerRight {
    left: auto;
    right: calc(50% - 125px);
  }
}
.header__trigerContact {
  cursor: pointer;
}

.header__spNav.panelactive .header__spnavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.headerEnttl {
  font-family: "Marcellus";
  font-size: 32px;
  line-height: 1.188;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .headerEnttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

.headerContact {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: #FFF;
}
.headerContact__closePc {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 90px;
}
.headerContact__closeBtn {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 32px;
  border: 1px solid #FFF;
  border-radius: 100px;
  width: 130px;
  background: #FD5A2A;
  -ms-flex-line-pack: center;
      align-content: center;
}
.headerContact__closeBtn:after {
  content: "";
  width: 25px;
  height: 8px;
  background: url("../img/common/icon_close2.svg") center no-repeat;
  background-size: 25px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
}
.headerContact__closeBtn span {
  margin-left: 20px;
  position: relative;
  top: -1px;
  color: #FFF;
}
.headerContact__contactWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Safari etc. */
  -ms-justify-content: space-between; /* IE10        */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1266px;
  margin: auto;
  padding: 125px 40px 0;
}
@media screen and (max-width: 850px) {
  .headerContact__contactWrap {
    padding: 80px 15px 0;
  }
}
.headerContact__contactBox {
  width: calc(33.3333333333% - 14px);
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #FFF;
}
@media screen and (max-width: 850px) {
  .headerContact__contactBox {
    width: 100%;
    display: block;
    margin: 0 0 20px;
    border-radius: 10px;
  }
}
.headerContact__contactBoxInner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px 30px;
  position: relative;
}
.headerContact__contactTtl {
  font-weight: 600;
}
.headerContact__contactTxt {
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .headerContact__contactTxt {
    font-size: 12px;
  }
}
.headerContact__contactTxt span {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 850px) {
  .headerContact__contactTxt span {
    font-size: 10px;
  }
}
.headerContact__contactIcon {
  display: block;
  width: 21px;
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.headerContact__lineBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Safari etc. */
  -ms-justify-content: space-between; /* IE10        */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 450px;
  height: 100px;
  border: 2px solid #FFF;
  border-radius: 10px;
  color: #FFF;
  background: #43A229;
  font-weight: 600;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 80px auto;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 850px) {
  .headerContact__lineBtn {
    width: calc(100% - 30px);
    margin: 40px auto;
    height: 75px;
    font-size: 16px;
  }
}
.headerContact__lineBtn span {
  display: inline-block;
  width: 32px;
  position: relative;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 850px) {
  .headerContact__lineBtn span {
    width: 22.5px;
  }
}
.headerContact__lineBtn span img {
  vertical-align: bottom;
}
.headerContact__info {
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 850px) {
  .headerContact__info {
    padding: 40px 0 100px;
  }
}
.headerContact__infoWrap {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1266px;
}
@media screen and (max-width: 850px) {
  .headerContact__infoWrap {
    padding: 0 15px;
  }
}
.headerContact__infoTtl {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  .headerContact__infoTtl {
    font-size: 12px;
  }
}
.headerContact__infoTel {
  display: block;
  width: 390px;
  margin: 15px auto 25px;
}
@media screen and (max-width: 850px) {
  .headerContact__infoTel {
    width: 315px;
  }
}
.headerContact__infoTxt {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .headerContact__infoTxt {
    font-size: 12px;
  }
}

.headerContact.panelactive {
  opacity: 1;
  z-index: 9999999;
}

.footer__top {
  padding: 120px 0 50px;
}
@media screen and (max-width: 850px) {
  .footer__top {
    padding: 60px 0 20px;
  }
}
.footer__li {
  font-size: 9px;
  text-indent: -1em;
  margin-left: 1em;
}
.footer__ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  .footer__ttl {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
}
.footer__tel {
  display: block;
  width: 390px;
  margin: auto;
  margin: 15px auto 25px;
}
@media screen and (max-width: 850px) {
  .footer__tel {
    width: 315px;
  }
}
.footer__txt {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .footer__txt {
    font-size: 12px;
  }
}
.footer__txt.close {
  width: calc(100% - 20px);
  max-width: 730px;
  border: 1px solid #d2cbc1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto 0;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__bottomInner {
  background-color: #f0efee;
  width: 100%;
  padding: 40px 0;
}
.footer__bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
}
.footer__bnrs li {
  margin: 0 15px;
}
@media screen and (max-width: 850px) {
  .footer__bnrs li {
    margin: 0 8px;
  }
}
@media screen and (max-width: 850px) {
  .footer__bnrs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 10px;
  }
}
.footer__bnr {
  display: block;
}
.footer__bnr > span {
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 850px) {
  .footer__bnr > span {
    font-size: 14px;
    width: 100%;
  }
  .footer__bnr > span > span {
    margin-left: 20%;
  }
}
.footer__bnr1 {
  width: 212px;
}
.footer__bnr1 > span {
  margin-left: 50px;
}
@media screen and (max-width: 850px) {
  .footer__bnr1 {
    width: 100%;
  }
  .footer__bnr1 > span {
    margin-left: 20%;
  }
}
.footer__bnr2 {
  width: 227px;
}
.footer__bnr2 > span {
  margin-left: 48px;
}
@media screen and (max-width: 850px) {
  .footer__bnr2 {
    width: 100%;
  }
  .footer__bnr2 > span {
    margin-left: 20%;
  }
}
.footer__bnr3 {
  width: 227px;
}
.footer__bnr3 > span {
  margin-left: 38px;
}
@media screen and (max-width: 850px) {
  .footer__bnr3 {
    width: 100%;
  }
  .footer__bnr3 > span {
    margin-left: 20%;
  }
}
.footer__otherLinks {
  border-top: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 15px;
}
@media screen and (max-width: 850px) {
  .footer__otherLinks {
    padding: 20px 0 30px;
  }
}
.footer__otherLinks li {
  margin: 0 15px;
}
.footer__otherLink {
  font-size: 12px;
}
.footer__copy {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
}
@media screen and (max-width: 850px) {
  .footer__copy {
    font-size: 10px;
    line-height: 1.2;
    padding: 15px 15px;
  }
}

.topMv {
  position: relative;
  width: 100%;
  /*&__slide1 {
    background-image:url("../img/top/mv_slide1.jpg");
    @media screen and (max-width: $viewport) {
      background-image:url("../img/top/mv_slide1_sp.jpg");
    }
  }
  &__slide2 {
    background-image:url("../img/top/mv_slide1.jpg");
    @media screen and (max-width: $viewport) {
      background-image:url("../img/top/mv_slide1_sp.jpg");
    }
  }
  &__slide3 {
    background-image:url("../img/top/mv_slide1.jpg");
    @media screen and (max-width: $viewport) {
      background-image:url("../img/top/mv_slide1_sp.jpg");
    }
  }
  &__slide4 {
    background-image:url("../img/top/mv_slide1.jpg");
    @media screen and (max-width: $viewport) {
      background-image:url("../img/top/mv_slide1_sp.jpg");
    }
  }*/
}
.topMv__ttl {
  position: absolute;
  left: calc(50% - 86.5px);
  top: calc(50% - 230px);
  width: 173px;
}
@media screen and (max-width: 850px) {
  .topMv__ttl {
    width: 160px;
    left: calc(50% - 80px);
    top: calc(50% - 170px);
  }
}
.topMv__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
.topMv__slide .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
.topMv__slides.stop video {
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
  opacity: 0;
}
.topMv__slides.stop .image {
  opacity: 1;
}
.topMv__slide:has(.bld) {
  background-color: #fff;
  background-image: url("../img/top/bg_slide2-ptn.png"), url("../img/top/bg_slide2.jpg");
  background-size: 50% auto, cover;
  background-position: top right, center;
}
.topMv__slide:has(.bld) .bld {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-height: 700px) {
  .topMv__slide:has(.bld) .bld img {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 850px) {
  .topMv__slide:has(.bld) .bld {
    bottom: 20px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .topMv__slide:has(.bld) .bld img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.topMv__dots {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 30px;
  top: calc(50% - 60px);
}
@media screen and (max-width: 850px) {
  .topMv__dots {
    right: 15px;
  }
}
.topMv__dots li.slick-active button {
  border: 1px solid #FFF;
  opacity: 1;
  -webkit-box-shadow: 0px 0px 12px 0px #dbdbdb;
          box-shadow: 0px 0px 12px 0px #dbdbdb;
}
.topMv__dots li {
  margin-bottom: 0px;
  width: 30px;
  height: 30px;
}
.topMv__dots li:last-of-type {
  margin-bottom: 0;
}
.topMv__dots li button {
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 10000px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
.topMv__dots li button:before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background: #FFF;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 12px 0px #8a8a8a;
          box-shadow: 0px 0px 12px 0px #8a8a8a;
}
.topMv__control-btn {
  border: none;
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
  color: #FFF;
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  position: absolute;
  left: 30px;
  bottom: 30px;
  cursor: pointer;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  line-height: 1;
}
@media screen and (max-width: 850px) {
  .topMv__control-btn {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    font-size: 16px;
    left: 10px;
    bottom: 10px;
    padding: 7px 14px;
    background: rgba(0, 0, 0, 0.4);
  }
}
.topMv__control-btn:after {
  width: 22px;
  aspect-ratio: 1;
  display: inline-block;
  margin: 0 0 -4px 5px;
  content: "";
}
@media screen and (max-width: 850px) {
  .topMv__control-btn:after {
    width: 17px;
    margin: 0 0 -3px 5px;
  }
}
.topMv__control-btn.skip:after {
  background: url(../img/top/ico_skip.svg) center/contain no-repeat;
}
.topMv__control-btn.replay {
  display: none;
}
.topMv__control-btn.replay:after {
  background: url(../img/top/ico_play.svg) center/contain no-repeat;
}

#topMv__slides .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 100%;
  aspect-ratio: 1920/1000;
  pointer-events: none;
}
@media screen and (max-width: 850px) {
  #topMv__slides .slick-slide {
    aspect-ratio: 1;
  }
}
#topMv__slides .mask-wrapper {
  width: 100%;
  height: 100%;
}
#topMv__slides .mask-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#topMv__slides .mask-inner > .copy {
  position: absolute;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.6));
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
}
#topMv__slides .mask-inner > .copy small {
  font-size: 17px;
}
#topMv__slides .mask-inner > .copy span {
  font-size: 42px;
}
#topMv__slides .mask-inner > .copy.copy01 {
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#topMv__slides .mask-inner > .copy.copy02 {
  top: 20%;
  right: 10%;
  color: #000;
  -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
          filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8)) drop-shadow(0 0 5px rgba(255, 255, 255, 0.6));
}
@media screen and (max-width: 850px) {
  #topMv__slides .mask-inner > .copy.copy02 {
    top: 8%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    font-size: 18px;
    white-space: nowrap;
  }
  #topMv__slides .mask-inner > .copy.copy02 span {
    font-size: 32px;
  }
}
#topMv__slides .mask-inner > .copy.copy03 {
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 850px) {
  #topMv__slides .mask-inner > .copy.copy03 {
    top: 45%;
    font-size: 20px;
    white-space: nowrap;
  }
  #topMv__slides .mask-inner > .copy.copy03 span {
    font-size: 32px;
  }
}
#topMv__slides .mask-inner > .copy.copy03 .copy-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 10px;
}
#topMv__slides .mask-inner > .copy.copy03 .copy-lines span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#topMv__slides .mask-inner > .copy.copy03 .copy-lines span:nth-child(2) small {
  font-size: 22px;
}
#topMv__slides .mask-inner > .main-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Tinos", serif;
  line-height: 0.85;
  font-weight: 400;
  margin: 50px 0 0;
  opacity: 0;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)) blur(5px);
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)) blur(5px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  z-index: 1;
}
#topMv__slides .mask-inner > .main-copy span {
  display: block;
  font-size: 62px;
  letter-spacing: 0.15em;
  color: white;
}
#topMv__slides .mask-inner > .main-copy span strong {
  display: inline-block;
  font-weight: 400;
  opacity: 0;
  scale: 0;
  -webkit-transition: opacity 0.3s 1.5s ease-out, scale 0.4s 1.3s ease-out;
  transition: opacity 0.3s 1.5s ease-out, scale 0.4s 1.3s ease-out;
}
#topMv__slides .mask-inner > .main-copy span:nth-child(2) {
  font-size: 106px;
  letter-spacing: 0.15em;
  margin-right: -0.15em;
}
#topMv__slides .mask-inner > .main-copy span:last-child {
  font-size: 28px;
  letter-spacing: 0.3em;
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  #topMv__slides .mask-inner > .main-copy {
    margin: 20px 0;
  }
  #topMv__slides .mask-inner > .main-copy span {
    font-size: 48px;
  }
  #topMv__slides .mask-inner > .main-copy span:nth-child(2) {
    font-size: 82px;
  }
  #topMv__slides .mask-inner > .main-copy span:last-child {
    font-size: 20px;
    margin-top: 10px;
  }
}
#topMv__slides .slick-active {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
#topMv__slides .slick-active .mask-inner {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
#topMv__slides .slick-active .mask-inner .copy {
  opacity: 1;
}
#topMv__slides .slick-active .mask-inner .main-copy {
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)) blur(0px);
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)) blur(0px);
}
#topMv__slides .slick-active .mask-inner .main-copy strong.scrollIn {
  opacity: 1;
  scale: 1;
}
#topMv__slides video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 850px) {
  #topMv__slides video#scene1 {
    -o-object-position: 25% center;
       object-position: 25% center;
  }
}
@-webkit-keyframes arr {
  0% {
    clip-path: polygon(-6% 0, 114% 0, 114% 120%, -6% 120%);
  }
  41% {
    clip-path: polygon(-6% 0, -6% 0, -6% 120%, -6% 120%);
  }
  41.01%, 48% {
    clip-path: polygon(114% 0, 114% 0, 114% 120%, 114% 120%);
  }
  100% {
    clip-path: polygon(-6% 0, 114% 0, 114% 120%, -6% 120%);
  }
}
@keyframes arr {
  0% {
    clip-path: polygon(-6% 0, 114% 0, 114% 120%, -6% 120%);
  }
  41% {
    clip-path: polygon(-6% 0, -6% 0, -6% 120%, -6% 120%);
  }
  41.01%, 48% {
    clip-path: polygon(114% 0, 114% 0, 114% 120%, 114% 120%);
  }
  100% {
    clip-path: polygon(-6% 0, 114% 0, 114% 120%, -6% 120%);
  }
}
@-webkit-keyframes clipshow {
  to {
    clip-path: polygon(0 0, 100% 0, 100% 120%, 0 120%);
  }
}
@keyframes clipshow {
  to {
    clip-path: polygon(0 0, 100% 0, 100% 120%, 0 120%);
  }
}

.topPrice {
  width: 100%;
}
.topPrice__wrapper {
  background-color: #a89f93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 10px 0 5px;
}
@media screen and (max-width: 850px) {
  .topPrice__wrapper {
    gap: 15px;
    padding: 15px 0 15px;
  }
}
.topPrice__wrapper p {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: white;
}
.topPrice__wrapper p:nth-child(3) {
  line-height: 45px;
  letter-spacing: 0.02em;
}
.topPrice__wrapper p:nth-child(3) > span {
  font-size: 56px;
  line-height: 1;
}
.topPrice__wrapper p:nth-child(3) > span small {
  font-size: 32px;
  display: inline-block;
}
.topPrice__wrapper p:nth-child(3) > span:last-child {
  font-size: 32px;
}
.topPrice__wrapper p:nth-child(3) > span:last-child strong {
  font-weight: 500;
  font-size: 56px;
}
.topPrice__wrapper p:nth-child(3) > span:last-child small {
  font-weight: 400;
  font-size: 10px;
}
.topPrice__wrapper p:nth-child(2) {
  width: 55px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFF;
  line-height: 1.2;
  padding: 0 0 0 2px;
}
@media screen and (max-width: 850px) {
  .topPrice__wrapper p {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
  }
  .topPrice__wrapper p:nth-child(3) {
    line-height: 28px;
    text-align: left;
  }
  .topPrice__wrapper p:nth-child(3) > span {
    font-size: 26px;
  }
  .topPrice__wrapper p:nth-child(3) > span small {
    font-size: 18px;
  }
  .topPrice__wrapper p:nth-child(3) > span:last-child {
    font-size: 18px;
  }
  .topPrice__wrapper p:nth-child(3) > span:last-child strong {
    font-size: 26px;
  }
  .topPrice__wrapper p:nth-child(3) > span:last-child small {
    font-size: 8px;
  }
  .topPrice__wrapper p:nth-child(2) {
    font-size: 18px;
  }
}

.topInfo {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 50px 0 80px;
}
.topInfo h2 {
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
.topInfo ul {
  width: calc(100% - 20px);
  max-width: 1100px;
  margin: 10px auto 0;
}
.topInfo ul li {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 23px;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 30px 0;
}

.topMerit {
  border: 1px solid #3E865A;
  width: calc(100% - 40px);
  max-width: 740px;
  padding: 30px 0 0;
  margin: 0 auto 60px;
}
.topMerit__inner {
  width: calc(100% - 30px);
  max-width: 710px;
  margin: 0 auto;
}
.topMerit__inner h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .topMerit__inner h2 {
    font-size: 20px;
  }
}
.topMerit__inner p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 850px) {
  .topMerit__inner p {
    font-size: 14px;
  }
}
.topMerit .merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 15px;
  width: 100%;
  margin-top: 40px;
}
.topMerit .merit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  width: 100%;
}
.topMerit .merit-item > span {
  font-family: "Tinos", serif;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.15em;
  text-align: center;
}
.topMerit .merit-item > p {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.1em;
}
.topMerit .btn-wrapper {
  display: block;
  background-color: #3E865A;
  width: 100%;
  margin-top: 30px;
}
.topMerit .btn-wrapper .btn-green {
  margin: 0 auto;
}

.topUsp {
  background-color: #a4872a;
  width: 100%;
}
.topUsp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 850px) {
  .topUsp__wrap {
    display: grid;
    grid-template-columns: auto auto;
    place-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topUsp__box {
  border-right: 1px solid #fff;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
}
@media screen and (max-width: 850px) {
  .topUsp__box {
    border-right: none;
    width: 100%;
    height: 100%;
    padding: 15px 12px;
  }
}
.topUsp__box:first-of-type {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 850px) {
  .topUsp__box:first-of-type {
    border-left: none;
    position: relative;
  }
  .topUsp__box:first-of-type::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #fff;
  }
}
@media screen and (max-width: 850px) {
  .topUsp__box:nth-of-type(3) {
    border-top: 1px solid #fff;
    position: relative;
  }
  .topUsp__box:nth-of-type(3)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #fff;
  }
}
@media screen and (max-width: 850px) {
  .topUsp__box:last-of-type {
    border-top: 1px solid #fff;
  }
}
.topUsp__txt {
  text-align: center;
  color: #fff;
}
.topUsp__txt span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.topUsp__txt span:not(.sml) {
  font-size: 18px;
}
.topUsp__txt span:not(.sml):has(strong) {
  font-size: 16px;
}
.topUsp__txt span:not(.sml):has(strong) strong {
  font-size: 20px;
}
@media screen and (max-width: 850px) {
  .topUsp__txt span {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .topUsp__txt span:not(.sml) {
    font-size: 17px;
  }
  .topUsp__txt span:not(.sml):has(strong) {
    font-size: 15px;
  }
  .topUsp__txt span:not(.sml):has(strong) strong {
    font-size: 22px;
  }
}

.topPlan {
  position: relative;
  background-color: #d2cec6;
  width: 100%;
  padding: 80px 0 100px;
}
@media screen and (max-width: 1240px) {
  .topPlan {
    overflow-x: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 850px) {
  .topPlan {
    overflow-x: hidden;
    max-width: 100%;
    padding: 20px 15px;
  }
}
.topPlan__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Safari etc. */
  -ms-justify-content: space-between; /* IE10        */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  padding: 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .topPlan__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.topPlan__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 15px;
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 850px) {
  .topPlan__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
    padding: 0;
  }
}
.topPlan__box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: relative;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 850px) {
  .topPlan__box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.topPlan__box:hover {
  opacity: 0.7;
}
.topPlan__box:before {
  content: "";
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(32%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 32%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 250px;
}
.topPlan__box1 {
  background-image: url("../img/top/bg_plan1.jpg");
  height: 317.5px;
}
@media screen and (max-width: 850px) {
  .topPlan__box1 {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 10px;
  }
}
.topPlan__box2 {
  background-image: url("../img/top/bg_plan2.jpg");
  height: 317.5px;
}
@media screen and (max-width: 850px) {
  .topPlan__box2 {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 10px;
  }
}
.topPlan__box3 {
  background-image: url("../img/top/bg_plan3.jpg");
  height: 317.5px;
}
@media screen and (max-width: 850px) {
  .topPlan__box3 {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 10px;
  }
}
.topPlan__box4 {
  background-image: url("../img/top/bg_plan4.jpg");
  height: 317.5px;
}
@media screen and (max-width: 850px) {
  .topPlan__box4 {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 10px;
  }
}
.topPlan__box5 {
  background-image: url("../img/top/bg_plan5.jpg");
  height: 317.5px;
}
@media screen and (max-width: 850px) {
  .topPlan__box5 {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 10px;
  }
}
.topPlan__box6 {
  background-image: url("../img/top/bg_plan6.jpg");
  height: 317.5px;
}
@media screen and (max-width: 850px) {
  .topPlan__box6 {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 10px;
  }
}
.topPlan__boxInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  color: #FFF;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 850px) {
  .topPlan__boxInner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.topPlan__subTtl {
  font-family: "Tinos", serif;
}
.topPlan__ttl {
  font-family: "Tinos", serif;
  font-size: 27px;
  line-height: 1.259;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (max-width: 850px) {
  .topPlan__ttl {
    font-size: 18px;
  }
}
.topPlan__txt {
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  .topPlan__txt {
    font-size: 12px;
    line-height: 1.6;
  }
}
.topPlan__btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 30px;
  border: 1px solid #FFF;
  font-family: "Tinos", serif;
  color: #FFF;
  font-size: 12px;
  letter-spacing: 1px;
}
@media screen and (max-width: 850px) {
  .topPlan__btn {
    width: 110px;
    font-size: 10px;
  }
}

.topBrand {
  margin: 120px auto;
}
@media screen and (max-width: 850px) {
  .topBrand {
    margin: 30px auto;
  }
}
.topBrand .inner {
  max-width: 900px;
}
.topBrand__wrap {
  overflow: hidden;
  background: #FFF;
  width: 100%;
  height: auto;
  aspect-ratio: 900/224;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 850px) {
  .topBrand__wrap {
    border: 1px solid #fff;
    display: block;
    width: calc(100% - 60px);
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 auto;
  }
}
.topBrand__pic {
  width: 510px;
  height: 100%;
  background: url("../img/top/bg_brand.png") center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 850px) {
  .topBrand__pic {
    background: none;
    width: 100%;
  }
}
.topBrand__pic img {
  width: 100%;
}
.topBrand__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 850px) {
  .topBrand__box {
    display: block;
    padding: 20px 0 30px;
  }
}
.topBrand__boxInner {
  text-align: center;
}
.topBrand__subTtl {
  font-family: "Marcellus";
  font-size: 28px;
}
@media screen and (max-width: 850px) {
  .topBrand__subTtl {
    font-size: 19px;
  }
}
.topBrand__ttl {
  font-size: 28px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .topBrand__ttl {
    font-size: 18px;
  }
}
.topBrand.lower {
  margin: 60px 0;
}
@media screen and (max-width: 850px) {
  .topBrand.lower .topBrand__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    aspect-ratio: auto;
  }
}

.topConcept {
  position: relative;
  background-color: #d2cec6;
  background-image: url("../img/top/bg_concept.jpg");
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  padding: 100px 0 min(46.1538461538vw, 600px);
  padding: 100px 0 600px;
}
@media screen and (max-width: 850px) {
  .topConcept {
    background: url("../img/top/bg_concept-sp.jpg") center no-repeat;
    background-size: auto 100%;
    padding: 35px 0 200px;
  }
}
.topConcept__mv {
  height: 410px;
  background: url("../img/top/img_concept1.png") center no-repeat;
  background-size: cover;
  width: calc(100% - 60px);
  margin: auto;
  position: relative;
}
@media screen and (max-width: 850px) {
  .topConcept__mv {
    display: none;
  }
}
.topConcept__wrap {
  position: relative;
  margin-top: -270px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 90px 130px;
}
@media screen and (max-width: 850px) {
  .topConcept__wrap {
    margin: 0;
    padding: 0;
    display: block;
    padding: 20px 30px;
  }
}
.topConcept__pic {
  width: calc(50% - 40px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 850px) {
  .topConcept__pic {
    width: 100%;
    border-radius: 0px;
  }
}
.topConcept__pic img {
  display: block;
}
@media screen and (max-width: 850px) {
  .topConcept__pic img {
    width: 100%;
  }
}
.topConcept__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
}
@media screen and (max-width: 850px) {
  .topConcept__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.topConcept__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Tinos", serif;
  line-height: 0.85;
  font-weight: 400;
  margin: 20px 0 50px;
}
.topConcept__ttl span {
  display: block;
  font-size: 93px;
  letter-spacing: 0.15em;
  color: #a89f93;
}
.topConcept__ttl span strong {
  display: inline-block;
  font-weight: 400;
  color: #a4872a;
  opacity: 0;
  scale: 0;
  -webkit-transition: opacity 0.3s 1.3s ease-out, scale 0.3s 1.1s ease-out;
  transition: opacity 0.3s 1.3s ease-out, scale 0.3s 1.1s ease-out;
}
.topConcept__ttl span strong.scrollIn {
  opacity: 1;
  scale: 1;
}
.topConcept__ttl span:nth-child(2) {
  font-size: 160px;
  letter-spacing: 0.15em;
  margin-right: -0.15em;
}
.topConcept__ttl span:last-child {
  font-size: 46px;
  letter-spacing: 0.3em;
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .topConcept__ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 40px 0;
  }
  .topConcept__ttl span {
    font-size: 48px;
  }
  .topConcept__ttl span:nth-child(2) {
    font-size: 82px;
  }
  .topConcept__ttl span:last-child {
    font-size: 20px;
    margin-top: 10px;
  }
}
.topConcept__subTtl {
  position: relative;
  font-family: "Tinos", serif;
  font-size: 23px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #968b7f;
  margin: 0 0 40px;
}
.topConcept__subTtl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background-color: #968b7f;
  width: 1px;
  height: 100px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(60%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 60%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(60%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 0%, black 60%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-position: 0 300%;
          mask-position: 0 300%;
}
@media screen and (max-width: 850px) {
  .topConcept__subTtl {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 0 10px;
  }
  .topConcept__subTtl::before {
    height: 55px;
  }
}
.topConcept__subTtl.scrollIn::before {
  -webkit-animation: reveal-mask-line 1s forwards ease-out;
          animation: reveal-mask-line 1s forwards ease-out;
}
@-webkit-keyframes reveal-mask-line {
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@keyframes reveal-mask-line {
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.topConcept h2 {
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #595757;
  margin: 0 0 20px;
}
@media screen and (max-width: 850px) {
  .topConcept h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 20px;
    margin: 0;
  }
}
.topConcept p:not(.topConcept__subTtl) {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #595757;
}
@media screen and (max-width: 850px) {
  .topConcept p:not(.topConcept__subTtl) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.topConcept p:not(.topConcept__subTtl) + p {
  font-size: 17px;
  letter-spacing: 0.15em;
  margin: 20px 0 0;
}
@media screen and (max-width: 850px) {
  .topConcept p:not(.topConcept__subTtl) + p {
    margin-top: 80px;
  }
}
.topConcept p:not(.topConcept__subTtl) .caption {
  font-size: 12px;
  position: absolute;
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  margin: 10px 0 0;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  .topConcept p:not(.topConcept__subTtl) .caption {
    -webkit-transform: translate(calc(-100% - 30px), calc(100% + 5px));
            transform: translate(calc(-100% - 30px), calc(100% + 5px));
    font-size: 10px;
    width: 13em;
  }
}

.topSections {
  width: 100%;
  padding: 0 0 80px;
}
.topSections .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
}
.topSections__mv {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: min(60vw, 780px);
  height: 780px;
  max-height: 600px;
}
.topSections__mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.6));
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .topSections__mv {
    height: 600px;
  }
  .topSections__mv::before {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
  }
}
.topSections__title {
  position: relative;
  translate: 0 calc(-50% - 3px) 0;
  width: 100%;
  height: 71px;
  margin: 0 0 -20px;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, black), color-stop(60%, transparent), to(transparent));
  -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 60%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, black), color-stop(60%, transparent), to(transparent));
          mask-image: linear-gradient(to right, black 0%, black 50%, transparent 60%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-mask-position: 200% 0;
          mask-position: 200% 0;
}
@media screen and (max-width: 850px) {
  .topSections__title {
    height: 40px;
  }
}
.topSections__title p {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(calc(50% + 3px) 0 0 0);
  width: 100%;
  font-size: 71px;
  line-height: 71px;
  text-align: center;
  color: #968b7f;
}
.topSections__title p span {
  color: #a4872a;
}
.topSections__title p:nth-child(2) {
  clip-path: inset(0 0 calc(50% - 3px) 0);
  color: #fff;
}
@media screen and (max-width: 850px) {
  .topSections__title p {
    font-size: 40px;
    line-height: 40px;
  }
}
.topSections__title.scrollIn {
  -webkit-animation: reveal-mask 1.5s forwards ease-out;
          animation: reveal-mask 1.5s forwards ease-out;
}
@keyframes reveal-mask {
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.topSections__subTtl {
  width: 100%;
  margin: 0 0 30px;
}
.topSections__subTtl span {
  display: block;
  width: 100%;
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 40px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #968b7f;
}
.topSections__txt h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #595757;
}
.topSections__txt p {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #595757;
}
.topSections__txt .caption {
  font-size: 12px;
  position: absolute;
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  margin: 10px 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 850px) {
  .topSections__txt .caption {
    width: 100%;
    margin: 14px 0 0;
    text-align: right;
    font-size: 10px;
  }
}
.topSections__txt + .topSections__txt {
  margin: 20px 0 30px;
}
@media screen and (max-width: 850px) {
  .topSections__txt + .topSections__txt {
    margin: 20px 0;
  }
}
.topSections__image {
  width: calc(100% - 20px);
}
.topSections.residence {
  padding-bottom: 0;
}
.topSections.residence .inner {
  position: relative;
  background-image: url("../img/top/bg_section1.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 60px;
}
@media screen and (max-width: 850px) {
  .topSections.residence .inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 40px;
  }
}
.topSections.residence .topSections__mv {
  background-image: url("../img/top/bg_mv-section1.png");
}
@media screen and (max-width: 850px) {
  .topSections.residence .topSections__mv {
    background-image: url("../img/top/bg_mv-section1_sp.png");
    background-position: 50% center;
  }
}
.topSections.residence .topSections__image {
  max-width: 740px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 850px) {
  .topSections.residence .topSections__image::before {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.topSections.plans {
  padding-bottom: 0;
}
.topSections.plans .inner {
  position: relative;
  background-image: url("../img/top/bg_section2.png");
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 990px;
}
@media screen and (max-width: 850px) {
  .topSections.plans .inner {
    background-color: #e4e4e0;
    background-image: url("../img/top/bg_section2-sp.png");
    background-size: 100% auto;
    background-position: bottom center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 80px;
  }
}
.topSections.plans .topSections__mv {
  background-image: url("../img/top/bg_mv-section2.png");
}
@media screen and (max-width: 850px) {
  .topSections.plans .topSections__mv {
    background-image: url("../img/top/bg_mv-section2_sp.png");
  }
}
.topSections.plans .topSections__caption {
  position: absolute;
  bottom: 7%;
  left: 19%;
  font-size: 10px;
  line-height: 1;
}
.topSections.plans .pageHeader {
  padding-bottom: 0;
}
.topSections.plans .pageHeader .inner {
  position: relative;
  background-image: url("../img/plan/bg_mv-inner.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 890px;
}
@media screen and (max-width: 850px) {
  .topSections.plans .pageHeader .inner {
    background-color: #e4e4e0;
    background-image: url("../img/top/bg_section2-sp.png");
    background-size: 100% auto;
    background-position: bottom center;
  }
}
.topSections.plans .pageHeader__mv {
  background-image: url("../img/top/bg_mv-section2.png");
}
.topSections.plans .pageHeader__mv::after {
  display: none;
}
.topSections.plans .pageHeader__subTtl {
  left: auto;
  right: min(7.6923076923vw, 100px);
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.topSections.plans .pageHeader__title {
  margin-bottom: 40px;
}
.topSections.plans .pageHeader__point {
  width: calc(100% - 20px);
  max-width: 1040px;
  height: 550px;
}
.topSections.plans .pageHeader__point::before {
  left: 60px;
  top: 102%;
}
@media screen and (max-width: 850px) {
  .topSections.plans .pageHeader__point::before {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 850px) {
  .topSections.plans .pageHeader__point {
    height: 500px;
    margin-top: 60px;
  }
}
.topSections.plans .pageHeader__point .scrollable {
  width: 100%;
}
.topSections.plans .pageHeader__point .scrollable > .point {
  position: absolute;
}
.topSections.plans .pageHeader__point .scrollable > .point p {
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.topSections.plans .pageHeader__point .scrollable > .point p + p {
  width: 200px;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  .topSections.plans .pageHeader__point .scrollable > .point p {
    font-size: 20px;
  }
  .topSections.plans .pageHeader__point .scrollable > .point p + p {
    width: 40%;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 850px) and (max-width: 850px) {
  .topSections.plans .pageHeader__point .scrollable > .point p + p {
    width: 45%;
  }
}
.topSections.plans .pageHeader__point .scrollable > .point.point01 {
  top: 40px;
  left: 60px;
}
@media screen and (max-width: 850px) {
  .topSections.plans .pageHeader__point .scrollable > .point.point01 {
    top: 0;
    left: 0;
  }
}
.topSections.plans .pageHeader__point .scrollable > .point.point02 {
  top: 0;
  right: 0;
  text-align: right;
}
.topSections.plans .pageHeader__point .scrollable > .point.point02 p {
  margin-left: auto;
}
.topSections.plans .pageHeader__point .scrollable > .point.point02 .btn-gold {
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (max-width: 850px) {
  .topSections.plans .pageHeader__point .scrollable > .point.point02 .btn-gold {
    font-size: 10px;
  }
}
.topSections.plans .pageHeader__point .scrollable > .point.point03 {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(calc(-50% + 40px));
          transform: translateY(calc(-50% + 40px));
  text-align: right;
}
@media screen and (max-width: 850px) {
  .topSections.plans .pageHeader__point .scrollable > .point.point03 {
    top: 38%;
  }
}
.topSections.plans .pageHeader__point .scrollable > .point.point03 p + p {
  width: 300px;
}
@media screen and (max-width: 850px) {
  .topSections.plans .pageHeader__point .scrollable > .point.point03 {
    right: auto;
    left: 0;
    -webkit-transform: translateY(calc(-50% + 20px));
            transform: translateY(calc(-50% + 20px));
    text-align: left;
  }
  .topSections.plans .pageHeader__point .scrollable > .point.point03 p + p {
    width: 40%;
  }
}
@media screen and (max-width: 850px) and (max-width: 850px) {
  .topSections.plans .pageHeader__point .scrollable > .point.point03 p + p {
    width: 45%;
  }
}
.topSections.plans .pageHeader__point .scrollable > .point.point04 {
  bottom: 0;
  right: 0;
}
.topSections.plans .pageHeader__point .scrollable > .point.point04 p {
  margin-left: auto;
}
.topSections.plans .pageHeader__point .scrollable > .point.point04 p + p {
  width: 300px;
}
@media screen and (max-width: 850px) {
  .topSections.plans .pageHeader__point .scrollable > .point.point04 {
    bottom: -20px;
    text-align: right;
  }
  .topSections.plans .pageHeader__point .scrollable > .point.point04 p + p {
    width: 40%;
  }
}
@media screen and (max-width: 850px) and (max-width: 850px) {
  .topSections.plans .pageHeader__point .scrollable > .point.point04 p + p {
    width: 60%;
  }
}
.topSections.location {
  padding-bottom: 0;
}
.topSections.location .inner {
  background-color: #f2f1ed;
  background-image: url("../img/top/bg_section3-left.png"), url("../img/top/bg_section3-right.png");
  background-size: 360px auto, 330px auto;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
@media screen and (max-width: 850px) {
  .topSections.location .inner {
    background-size: 180px auto, 165px auto;
  }
}
.topSections.location .topSections__mv {
  background-image: url("../img/top/bg_mv-section3.png");
}
.topSections.location .topSections__image {
  max-width: 1100px;
}
@media screen and (max-width: 850px) {
  .topSections.location .topSections__image::before {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.topSections.position {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
}
.topSections.position::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/top/bg_section4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px) opacity(0.4);
          filter: blur(5px) opacity(0.4);
}
@media screen and (max-width: 850px) {
  .topSections.position::before {
    display: none;
  }
}
.topSections.position .inner {
  background-image: url("../img/top/bg_section4.jpg");
  background-size: 1920px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1200/1235;
  min-height: 1416px;
  max-height: 1510px;
  padding-bottom: 80px;
}
@media screen and (max-width: 850px) {
  .topSections.position .inner {
    background-size: auto 100%;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: auto;
    min-height: 0;
    padding-bottom: 330px;
  }
}
.topSections.position .topSections__mv {
  background-image: url("../img/top/bg_mv-section4.png");
}
@media screen and (max-width: 850px) {
  .topSections.position .topSections__mv {
    background-image: url("../img/top/bg_mv-section4_sp.png");
    background-position: 18% center;
  }
}
.topSections__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topSections__more span {
  font-family: "Tinos", serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
}
.topSections__more .icon {
  width: 80px;
  height: 80px;
  margin-left: -10%;
}

.topArea {
  background-color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 850px) {
  .topArea {
    margin-bottom: 60px;
  }
}
.topArea__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 850px) {
  .topArea__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 0px;
  }
}
.topArea__box {
  position: relative;
  width: calc(33.3333333333% - 15px);
  height: 170px;
  margin: 0 0 40px;
}
@media screen and (max-width: 850px) {
  .topArea__box {
    width: calc(50% - 5px);
    margin: 0 0 20px;
  }
}
.topArea__ttl {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .topArea__ttl {
    font-size: 14px;
    line-height: 1.429;
  }
}
.topArea__pic {
  position: relative;
  width: 100%;
  height: 100%;
}
.topArea__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topArea__pic span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.6)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 850px) {
  .topArea__pic span {
    font-size: 18px;
  }
}
.topArea__pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
}
.topArea__txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, calc(50% - 3px));
          transform: translate(-50%, calc(50% - 3px));
  width: 100%;
  height: 32px;
}
@media screen and (max-width: 850px) {
  .topArea__txt {
    height: 22px;
  }
}
.topArea__txt p {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(calc(50% + 3px) 0 0 0);
  width: 100%;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #968b7f;
}
@media screen and (max-width: 850px) {
  .topArea__txt p {
    font-size: 22px;
    line-height: 22px;
  }
}
.topArea__txt p span {
  color: #a4872a;
}
.topArea__txt p:nth-child(2) {
  clip-path: inset(0 0 calc(50% - 3px) 0);
  color: #fff;
}
.topArea__subTtl {
  font-family: "Marcellus";
  font-size: 12px;
}

.topInfoMation {
  border-top: 1px solid #3E865A;
  margin-top: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 850px) {
  .topInfoMation {
    margin-top: 20px;
    padding-top: 35px;
  }
}
@media screen and (max-width: 850px) {
  .topInfoMation__inner {
    padding: 0 30px;
  }
}
.topInfoMation__list {
  border-bottom: 1px dashed #707070;
  padding-bottom: 10px;
  max-width: 945px;
  margin: 0 auto 30px;
}
.topInfoMation__list:last-of-type {
  margin-bottom: 0;
}
.topInfoMation__dt {
  margin-bottom: 5px;
}
.topInfoMation__link {
  color: #002393;
  text-decoration: none;
  text-decoration: underline;
}

.topSlides,
.topRecommend {
  position: relative;
}
.topSlides__inner,
.topRecommend__inner {
  padding: 60px 20px 100px;
}
@media screen and (max-width: 850px) {
  .topSlides__inner,
  .topRecommend__inner {
    padding: 30px 0px 50px;
  }
}
@media screen and (max-width: 850px) {
  .topSlides__inner .inner,
  .topRecommend__inner .inner {
    padding: 0;
  }
}
.topSlides .headerEnttl,
.topRecommend .headerEnttl {
  color: #000;
}
.topSlides .slick-prev,
.topSlides .slick-next,
.topRecommend .slick-prev,
.topRecommend .slick-next {
  width: 45px;
  height: 45px;
  border-radius: 100px;
  background-size: 45px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 850px) {
  .topSlides .slick-prev,
  .topSlides .slick-next,
  .topRecommend .slick-prev,
  .topRecommend .slick-next {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.topSlides .slick-prev:before,
.topSlides .slick-next:before,
.topRecommend .slick-prev:before,
.topRecommend .slick-next:before {
  content: none;
}
.topSlides .slick-next,
.topRecommend .slick-next {
  right: -62px;
  background-image: url("../img/common/icon_arrow_next.svg");
}
@media screen and (max-width: 850px) {
  .topSlides .slick-next,
  .topRecommend .slick-next {
    right: 15px;
  }
}
.topSlides .slick-prev,
.topRecommend .slick-prev {
  left: -60px;
  background-image: url("../img/common/icon_arrow_prev.svg");
}
@media screen and (max-width: 850px) {
  .topSlides .slick-prev,
  .topRecommend .slick-prev {
    left: 15px;
    z-index: 10;
  }
}
.topSlides__slide,
.topRecommend__slide {
  padding: 0 15px;
}
@media screen and (max-width: 850px) {
  .topSlides__slide,
  .topRecommend__slide {
    padding: 0 10px;
    width: 297px;
  }
}
.topSlides__link,
.topRecommend__link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.topRecommend {
  background: #578F5C;
  border-top: 1px solid #48BCC6;
}
.topSlides {
  /*&__txts {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding-right: 15px;
    @media screen and (max-width: $viewport) {}
  }*/
}
.topSlides__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topSlides__ttl {
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 5px;
}
.topSlides__txt {
  font-size: 12px;
  line-height: 1.4;
}

.topOther {
  padding: 100px 0;
}
@media screen and (max-width: 850px) {
  .topOther {
    padding: 50px 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .topOther__btn {
    padding: 0 30px 40px;
    margin-top: -20px;
  }
}
.topOther__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 945px;
  margin: auto;
}
@media screen and (max-width: 850px) {
  .topOther__list {
    padding: 0 15px; /* Safari etc. */
    -ms-justify-content: space-between; /* IE10        */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.topOther__li {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .topOther__li {
    width: calc(50% - 8px);
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.topOther__li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .topOther__txt {
    font-size: 12px;
  }
}

.page {
  position: relative;
  padding: 60px 30px 0;
}
@media screen and (max-width: 850px) {
  .page {
    padding: 40px 15px 0;
  }
}

.pageHeader {
  width: 100%;
  padding: 0 0 80px;
}
.pageHeader .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1920px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 900px;
  padding: 0 20px;
}
@media screen and (max-width: 850px) {
  .pageHeader .inner {
    min-height: 0;
  }
}
.pageHeader__mv {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: min(60vw, 780px);
  height: 780px;
  max-height: 600px;
}
.pageHeader__mv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.6));
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .pageHeader__mv {
    height: 450px;
  }
  .pageHeader__mv::before {
    bottom: 20px;
  }
}
.pageHeader__title {
  position: relative;
  translate: 0 calc(-50% - 3px) 0;
  width: 100%;
  height: 71px;
  margin: 0 0 -20px;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, black), color-stop(60%, transparent), to(transparent));
  -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 60%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(50%, black), color-stop(60%, transparent), to(transparent));
          mask-image: linear-gradient(to right, black 0%, black 50%, transparent 60%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-mask-position: 200% 0;
          mask-position: 200% 0;
}
@media screen and (max-width: 850px) {
  .pageHeader__title {
    height: 40px;
    margin: 0;
  }
}
.pageHeader__title p {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(calc(50% + 3px) 0 0 0);
  width: 100%;
  font-size: 71px;
  line-height: 71px;
  text-align: center;
  color: #968b7f;
}
.pageHeader__title p span {
  color: #a4872a;
}
.pageHeader__title p:nth-child(2) {
  clip-path: inset(0 0 calc(50% - 3px) 0);
  color: #fff;
}
@media screen and (max-width: 850px) {
  .pageHeader__title p {
    font-size: 40px;
    line-height: 40px;
  }
}
.pageHeader__title.scrollIn {
  -webkit-animation: reveal-mask 1.5s forwards ease-out;
          animation: reveal-mask 1.5s forwards ease-out;
}
@keyframes reveal-mask {
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.pageHeader__subTtl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pageHeader__subTtl span {
  display: block;
  width: 100%;
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .pageHeader__subTtl {
    left: 13.3333333333vw;
  }
  .pageHeader__subTtl span {
    font-size: 32px;
  }
}
.pageHeader__txt h3 {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: #595757;
}
.pageHeader__txt p {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: normal;
  text-align: center;
  color: #595757;
}
.pageHeader__txt + .pageHeader__txt {
  margin: 20px 0 60px;
}
@media screen and (max-width: 850px) {
  .pageHeader__txt + .pageHeader__txt {
    margin: 20px 0 30px;
  }
}
.pageHeader__image {
  width: calc(100% - 20px);
}
.pageHeader.plans {
  padding-bottom: 0;
}
.pageHeader.plans .inner {
  position: relative;
  background-image: url("../img/top/bg_section2.png");
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 900px;
}
@media screen and (max-width: 850px) {
  .pageHeader.plans .inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 300px;
  }
}
.pageHeader.plans .pageHeader__mv {
  background-image: url("../img/top/bg_mv-section2.png");
}
.pageHeader.plans .pageHeader__caption {
  position: absolute;
  bottom: 220px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 380px));
          transform: translateX(calc(-50% + 380px));
  font-size: 10px;
  line-height: 1;
}
.pageHeader.location {
  padding-bottom: 0;
}
.pageHeader.location .inner {
  background-color: #f2f1ed;
  background-image: url("../img/top/bg_section3-left.png"), url("../img/top/bg_section3-right.png");
  background-size: 360px auto, 330px auto;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
.pageHeader.location .pageHeader__mv {
  background-image: url("../img/top/bg_mv-section3.png");
}
.pageHeader.location .pageHeader__image {
  max-width: 1100px;
}
.pageHeader.position {
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 160px;
}
@media screen and (max-width: 850px) {
  .pageHeader.position {
    margin-bottom: 80px;
  }
}
.pageHeader.position::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/top/bg_section4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px) opacity(0.4);
          filter: blur(5px) opacity(0.4);
}
@media screen and (max-width: 850px) {
  .pageHeader.position::before {
    display: none;
  }
}
.pageHeader.position .inner {
  background-image: url("../img/top/bg_section4.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: calc(100% - 40px);
  max-width: 1100px;
  height: 900px;
  padding-bottom: 80px;
}
@media screen and (max-width: 850px) {
  .pageHeader.position .inner {
    background-size: auto 100%;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 200px;
  }
}
.pageHeader.position .pageHeader__mv {
  background-image: url("../img/top/bg_mv-section4.png");
}

.pageSection {
  width: 100%;
  padding: 110px 0 0;
}
.pageSection__title {
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #968b7f;
  margin: 0 0 35px;
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, filter 1s ease;
  transition: opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}
.pageSection__title span:first-child {
  margin-right: 0.5em;
}
.pageSection__title span:last-child {
  margin-left: 0.5em;
}
.pageSection__title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  background-color: #968b7f;
  width: 1px;
  height: 110px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(60%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 60%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(60%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 0%, black 60%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-position: 0 300%;
          mask-position: 0 300%;
}
.pageSection__title.scrollIn {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.pageSection__title.scrollIn::after {
  -webkit-animation: reveal-mask-line 1s 0.5s forwards ease-out;
          animation: reveal-mask-line 1s 0.5s forwards ease-out;
}
@keyframes reveal-mask-line {
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.pageSection__header {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 30px;
  width: 100%;
  height: min(43.0769230769vw, 560px);
  height: 560px;
  min-height: 500px;
  padding: 0 0 100px;
}
.pageSection__header::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: -180px;
  left: 150px;
  background-color: #d2cec6;
  width: 100%;
  height: 100%;
}
.pageSection__header .section-title {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 80px), -60%);
          transform: translate(calc(-50% + 80px), -60%);
  opacity: 0;
  translate: 0 100% 0;
  -webkit-transition: translate 1s ease, opacity 1s ease;
  transition: translate 1s ease, opacity 1s ease;
}
@media screen and (max-width: 850px) {
  .pageSection__header .section-title {
    translate: 0 30% 0;
  }
}
.pageSection__header .section-title > h2 {
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 82px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
}
.pageSection__header .section-title.scrollIn {
  opacity: 1;
  translate: 0 0 0;
}
@media screen and (max-width: 850px) {
  .pageSection__header .section-title.scrollIn {
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px);
  }
}
.pageSection__header .section-mv {
  overflow: hidden;
  position: relative;
  width: 60%;
}
.pageSection__header .section-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d2cec6;
  width: 100%;
  height: 100%;
  translate: 0 0 0;
  -webkit-transition: translate 1s ease;
  transition: translate 1s ease;
}
.pageSection__header .section-mv.scrollIn::after {
  translate: 100% 0 0;
}
.pageSection__header .section-txt {
  width: 40%;
  padding-top: 85px;
}
.pageSection__header .section-txt p {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.15em;
}
.pageSection__header .section-txt p + p {
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  margin-top: 40px;
}
.pageSection__header.layout-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}
.pageSection__header.layout-reverse::after {
  left: auto;
  right: 150px;
}
.pageSection__header.layout-reverse .section-title {
  -webkit-transform: translate(calc(-50% - 80px), -60%);
          transform: translate(calc(-50% - 80px), -60%);
}
.pageSection__header.layout-reverse .section-txt {
  text-align: right;
}
@media screen and (max-width: 850px) {
  .pageSection__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 0;
    padding: 0 0 40px;
  }
  .pageSection__header::after {
    left: 0;
    bottom: -90px;
  }
  .pageSection__header .section-title {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 30%);
            transform: translate(0, 30%);
  }
  .pageSection__header .section-title h2 {
    font-size: 42px;
  }
  .pageSection__header .section-mv {
    width: calc(100% - 40px);
    height: 200px;
    margin: 0 auto;
  }
  .pageSection__header .section-txt {
    width: calc(100% - 40px);
    padding-top: 0;
    margin: 0 auto;
  }
  .pageSection__header .section-txt p + p {
    margin-top: 20px;
  }
  .pageSection__header.layout-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .pageSection__header.layout-reverse::after {
    left: 0;
    right: auto;
  }
  .pageSection__header.layout-reverse .section-title {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 30%);
            transform: translate(0, 30%);
  }
}
@media screen and (max-width: 850px) and (max-width: 850px) {
  .pageSection__header.layout-reverse .section-title {
    -webkit-transform: translate(0, 6px);
            transform: translate(0, 6px);
  }
}
@media screen and (max-width: 850px) {
  .pageSection__header.layout-reverse .section-txt {
    text-align: left;
  }
}
.pageSection .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: none;
}
.pageSection .inner .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 40px;
  width: calc(100% - 40px);
  max-width: 1100px;
}
.pageSection .inner .wrapper.layout-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 850px) {
  .pageSection .inner .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 20px;
  }
  .pageSection .inner .wrapper.layout-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.pageSection .inner .wrapper > .image {
  width: 100%;
}
.pageSection .inner .wrapper > .image img {
  width: 100%;
}
.pageSection .inner .wrapper > .image.sp-flex {
  display: none;
}
@media screen and (max-width: 850px) {
  .pageSection .inner .wrapper > .image.sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
  }
  .pageSection .inner .wrapper > .image.sp-flex:before {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    color: #000;
    -webkit-filter: none;
            filter: none;
  }
  .pageSection .inner .wrapper > .image.sp-flex .fb {
    width: 100%;
  }
}
.pageSection .inner .wrapper > .text {
  width: 100%;
}
.pageSection .inner .wrapper > .text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 36px;
  letter-spacing: 0.15em;
}
.pageSection .inner .wrapper > .text p + p {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
@media screen and (max-width: 850px) {
  .pageSection .inner .wrapper > .text p {
    font-size: 20px;
    letter-spacing: normal;
  }
  .pageSection .inner .wrapper > .text p > span {
    font-size: 12px;
  }
  .pageSection .inner .wrapper > .text p + p {
    font-size: 14px;
    line-height: 1.8;
  }
  .pageSection .inner .wrapper > .text p + p span {
    font-size: 12px;
  }
  .pageSection .inner .wrapper > .text p + p span.note {
    display: inline-block;
    font-size: 10px;
    margin-top: 10px;
  }
}

main.residence .pageHeader {
  padding-bottom: 0;
}
main.residence .pageHeader .inner {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(207, 227, 161, 0.2)), to(rgba(92, 168, 149, 0.2))), url("../img/residence/bg_master-ptn.png");
  background-image: linear-gradient(to right, rgba(207, 227, 161, 0.2), rgba(92, 168, 149, 0.2)), url("../img/residence/bg_master-ptn.png");
  background-size: cover, 1920px auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  main.residence .pageHeader .inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 40px;
  }
}
main.residence .pageHeader__mv {
  background-image: url("../img/top/bg_mv-section1.png");
}
@media screen and (max-width: 850px) {
  main.residence .pageHeader__mv {
    background-position: 24% center;
  }
}
main.residence .pageHeader__subTtl {
  left: auto;
  right: min(7.6923076923vw, 100px);
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 850px) {
  main.residence .pageHeader__subTtl {
    right: 40px;
  }
}
main.residence .pageHeader__txt .caption {
  font-size: 12px;
  position: absolute;
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  margin: 10px 0 0;
  line-height: 1.5;
  width: 13em;
}
@media screen and (max-width: 850px) {
  main.residence .pageHeader__txt .caption {
    font-size: 10px;
  }
}
main.residence .pageHeader__image {
  max-width: 740px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 850px) {
  main.residence .pageHeader__image::before {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
main.residence .pageHeader__items {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 60px 0 0;
}
main.residence .pageHeader__items .list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
}
@media screen and (max-width: 850px) {
  main.residence .pageHeader__items .list-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
main.residence .pageHeader__items .list-item {
  border-left: 1px solid #000;
  width: 100%;
  padding: 5px 0;
}
main.residence .pageHeader__items .list-item:last-child {
  border-right: 1px solid #000;
}
@media screen and (max-width: 850px) {
  main.residence .pageHeader__items .list-item {
    border-left: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  main.residence .pageHeader__items .list-item:last-child {
    border-top: none;
    border-right: none;
    grid-column: span 2;
  }
}
main.residence .pageHeader__items .list-item p {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #a4872a;
}
@media screen and (max-width: 850px) {
  main.residence .pageHeader__items .list-item p {
    font-size: 13px;
  }
}
main.residence .pageSection {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(207, 227, 161, 0.2)), to(rgba(92, 168, 149, 0.2)));
  background-image: linear-gradient(to right, rgba(207, 227, 161, 0.2), rgba(92, 168, 149, 0.2));
  padding-bottom: 100px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection {
    padding-bottom: 60px;
  }
}
main.residence .pageSection__header .section-txt p + p {
  color: #fff;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection__header .section-txt p {
    color: #fff;
  }
}
main.residence .pageSection__header::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(207, 227, 161)), to(rgb(92, 168, 149)));
  background-image: linear-gradient(to right, rgb(207, 227, 161), rgb(92, 168, 149));
}
@media screen and (max-width: 850px) {
  main.residence .pageSection__header.library .section-title h2, main.residence .pageSection__header.studio .section-title h2 {
    font-size: 38px;
  }
}
main.residence .pageSection.master-plan .pageSection__header:after {
  display: none;
}
main.residence .pageSection.master-plan .pageSection__header::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 100px;
  left: 0;
  background: url("../img/residence/bg_material.jpg") center/cover no-repeat;
  width: 100%;
  height: calc(100% - 300px);
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.master-plan .pageSection__header::before {
    top: auto;
    bottom: 0;
    height: calc(100% - 100px);
    background-size: 160% auto;
    background-position: left center;
  }
}
main.residence .pageSection.master-plan .pageSection__header .section-title {
  left: calc(50vw - 400px);
  bottom: auto;
  top: 120px;
}
main.residence .pageSection.master-plan .pageSection__header .section-title h2 {
  color: #d0d0d0;
  font-size: 100px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.master-plan .pageSection__header .section-title h2 {
    font-size: inherit;
  }
}
main.residence .pageSection.master-plan .pageSection__header .section-txt {
  padding: 0;
}
main.residence .pageSection.master-plan .section-mv {
  background: url("../img/img_exterior-full.png") center/103% auto no-repeat;
  width: calc(60% + 300px);
  margin-right: -300px;
  bottom: -100px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.master-plan .section-mv {
    width: calc(100% - 40px);
    margin: -15px auto 0;
    bottom: auto;
    height: 180px;
  }
}
main.residence .pageSection.master-plan .section-mv::after {
  display: none;
}
main.residence .pageSection.master-plan .inner {
  background-image: url("../img/residence/bg_master-ptn.png");
  background-size: 1920px auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
main.residence .pageSection.master-plan .inner .wrapper {
  height: 230px;
  margin: 120px 0 0;
}
main.residence .pageSection.master-plan .inner .wrapper > .image {
  width: 60%;
}
main.residence .pageSection.master-plan .inner .wrapper > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.residence .pageSection.master-plan .inner .wrapper > .text {
  width: 40%;
}
main.residence .pageSection.master-plan .inner .wrapper > .text.box {
  background-color: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.master-plan .inner .wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 60px 0 0;
  }
  main.residence .pageSection.master-plan .inner .wrapper > .image {
    width: 100%;
  }
  main.residence .pageSection.master-plan .inner .wrapper > .text {
    width: 100%;
  }
}
main.residence .pageSection.master-plan .inner .mov {
  margin: 120px 0 0;
  width: 100vw;
  display: block;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.master-plan .inner .mov {
    margin: 60px 0 0;
  }
}
main.residence .pageSection.master-plan .building {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
main.residence .pageSection.master-plan .building__map {
  width: 100%;
}
main.residence .pageSection.master-plan .building__map.img-caption::before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.master-plan .building__map.img-caption::before {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
main.residence .pageSection.master-plan .building__area {
  position: absolute;
}
main.residence .pageSection.master-plan .building__area.area01 {
  width: 20%;
  top: 18%;
  left: 5%;
}
main.residence .pageSection.master-plan .building__area.area02 {
  width: 16%;
  top: 32%;
  left: 42%;
}
main.residence .pageSection.master-plan .building__detail {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(207, 227, 161)), to(rgb(92, 168, 149)));
  background-image: linear-gradient(to right, rgb(207, 227, 161), rgb(92, 168, 149));
  width: 100%;
  padding: 40px 0;
}
main.residence .pageSection.master-plan .building__detail .wrapper {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.master-plan .building__detail .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 20px;
  }
}
main.residence .pageSection.master-plan .building__detail .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.master-plan .building__detail .detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.residence .pageSection.master-plan .building__detail .detail > .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  width: 100%;
  max-width: 192px;
}
main.residence .pageSection.master-plan .building__detail .detail > .text p {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
main.residence .pageSection.master-plan .building__detail + .inner {
  position: relative;
  background-image: none;
}
main.residence .pageSection.landscape {
  margin-bottom: 0;
}
main.residence .pageSection.landscape .pageSection__header p + p {
  color: #fff;
}
main.residence .pageSection.landscape .section-mv::before {
  left: auto;
  right: 0;
}
main.residence .pageSection.landscape .section-mv .mov {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.residence .pageSection.landscape .inner {
  background-image: url("../img/residence/bg_landscape-ptn.png");
  background-position: top right;
  background-repeat: no-repeat;
}
main.residence .pageSection.landscape .inner .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 150px 0 0;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .inner .wrapper {
    margin: 60px 0 0;
  }
}
main.residence .pageSection.landscape .inner .wrapper > .image {
  width: 100%;
}
main.residence .pageSection.landscape .inner .wrapper > .image img {
  mix-blend-mode: darken;
}
main.residence .pageSection.landscape .inner .wrapper > .text {
  width: 100%;
}
main.residence .pageSection.landscape .spot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 55px;
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 20px 0 60px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .spot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 30px;
    margin: 20px 0 40px;
  }
}
main.residence .pageSection.landscape .spot__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .spot__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 10px;
  }
}
main.residence .pageSection.landscape .spot__wrapper > .image {
  width: 100%;
}
main.residence .pageSection.landscape .spot__wrapper > .image img {
  width: 100%;
}
main.residence .pageSection.landscape .spot__wrapper > .text {
  width: 100%;
}
main.residence .pageSection.landscape .spot__wrapper > .text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.1em;
}
main.residence .pageSection.landscape .spot__wrapper > .text p + p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}
main.residence .pageSection.landscape .flower {
  position: relative;
  width: calc(100% - 40px);
  max-width: 900px;
  padding: 0 0 20px;
  margin: 0 0 80px;
}
main.residence .pageSection.landscape .flower .note {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  line-height: 1;
}
main.residence .pageSection.landscape .flower .flower-title {
  margin-bottom: 15px;
}
main.residence .pageSection.landscape .flower .flower-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
main.residence .pageSection.landscape .flower .flower-item {
  width: 100%;
}
main.residence .pageSection.landscape .flower .flower-item > .image {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
}
main.residence .pageSection.landscape .flower .flower-item > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.residence .pageSection.landscape .flower .flower-item > span {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  text-align: right;
  margin-top: 0.5em;
}
main.residence .pageSection.landscape .flower .tree-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .flower .tree-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
main.residence .pageSection.landscape .flower .tree-item {
  width: 100%;
}
main.residence .pageSection.landscape .flower .tree-item > .image {
  border-bottom: 1px solid #000;
  width: 100%;
}
main.residence .pageSection.landscape .flower .tree-item > .image img {
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .flower .tree-item > .image img {
    width: 100%;
  }
}
main.residence .pageSection.landscape .flower .tree-item > span {
  display: block;
  width: 100%;
  font-size: 10px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .flower .tree-item:nth-child(-n+3) {
    width: 33.3333333333%;
  }
  main.residence .pageSection.landscape .flower .tree-item:nth-child(n+4):nth-child(-n+7) {
    width: 25%;
  }
}
main.residence .pageSection.landscape .designer-wrapper {
  background-image: url("../img/residence/bg_designer.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 100px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .designer-wrapper {
    background-image: url("../img/residence/bg_designer_sp.jpg");
  }
}
main.residence .pageSection.landscape .designer {
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  padding: 0 0 10px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .designer {
    margin-bottom: 40px;
  }
}
main.residence .pageSection.landscape .designer__title {
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 0.8;
  letter-spacing: 0.02em;
  text-align: right;
  color: #d3d3d4;
  opacity: 0.6;
  margin: 0 0 40px;
}
main.residence .pageSection.landscape .designer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 60px;
  width: calc(100% - 40px);
  max-width: 780px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .designer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 20px;
  }
}
main.residence .pageSection.landscape .designer__content > .text {
  width: 100%;
}
main.residence .pageSection.landscape .designer__content > .text p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.08em;
}
main.residence .pageSection.landscape .designer__content > .text p + p {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: normal;
  margin-top: 20px;
}
main.residence .pageSection.landscape .designer__content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 10px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .designer__content .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    gap: 20px;
  }
}
main.residence .pageSection.landscape .designer__content .content-wrapper > .profile {
  width: 100%;
}
main.residence .pageSection.landscape .designer__content .content-wrapper > .profile .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}
main.residence .pageSection.landscape .designer__content .content-wrapper > .profile .photo {
  height: 100%;
}
main.residence .pageSection.landscape .designer__content .content-wrapper > .profile .photo img {
  width: auto;
  height: 100%;
}
main.residence .pageSection.landscape .designer__content .content-wrapper > .profile .company {
  width: 100%;
  max-width: 120px;
  margin-bottom: 20px;
}
main.residence .pageSection.landscape .designer__content .content-wrapper > .profile .role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
main.residence .pageSection.landscape .designer__content .content-wrapper > .profile .role p {
  font-weight: 500;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.02em;
}
main.residence .pageSection.landscape .designer__content .content-wrapper > .profile .role p + p {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.15em;
}
main.residence .pageSection.landscape .designer__content .content-wrapper > .profile > .text {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
}
main.residence .pageSection.landscape .designer__content .content-wrapper > .image {
  width: 100%;
  max-width: 150px;
}
main.residence .pageSection.landscape .designer__content .content-wrapper > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .designer__content .content-wrapper > .image {
    max-width: 200px;
  }
}
main.residence .pageSection.landscape .designer__work {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  width: calc(100% - 40px);
  max-width: 780px;
  padding: 30px 0 20px;
  margin: 0 auto 20px;
}
main.residence .pageSection.landscape .designer__work .image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .designer__work .image-list {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
main.residence .pageSection.landscape .designer__work .image-item {
  width: 100%;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.landscape .designer__work .image-item {
    width: calc(50% - 5px);
  }
}
main.residence .pageSection.landscape .designer__work .image-item > .image {
  width: 100%;
  aspect-ratio: 10/7;
}
main.residence .pageSection.landscape .designer__work .image-item > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.residence .pageSection.landscape .designer__work .image-item > span {
  display: block;
  width: 100%;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-align: right;
  margin-top: 5px;
}
main.residence .pageSection.garden {
  padding-bottom: 0;
}
main.residence .pageSection.garden .pageSection__header.studio {
  z-index: 2;
}
main.residence .pageSection.garden .section-mv::before {
  right: auto;
  left: 0;
}
main.residence .pageSection.garden .section-mv.library {
  background-image: url("../img/residence/bg_section-library.jpg");
  background-size: cover;
  background-position: center;
}
main.residence .pageSection.garden .section-mv.library::after {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: -100px;
  left: calc(100% - 150px);
  background-color: #eee;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.garden .section-mv.library::after {
    display: none;
  }
}
main.residence .pageSection.garden .section-mv.studio {
  background-image: url("../img/residence/bg_section-studio.jpg");
  background-size: cover;
  background-position: center;
}
main.residence .pageSection.garden .section-mv.studio::before {
  left: auto;
  right: 0;
}
main.residence .pageSection.garden .inner.library {
  background-image: url("../img/residence/bg_library-ptn.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding: 60px 0 100px;
  margin: 0 0 60px;
}
main.residence .pageSection.garden .inner.library .wrapper > .text {
  position: relative;
  max-width: 460px;
}
main.residence .pageSection.garden .inner.library .wrapper > .text img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 140px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.garden .inner.library .wrapper > .text img {
    top: 10px;
    max-width: 120px;
  }
}
main.residence .pageSection.garden .inner.library .wrapper > .image {
  width: 100%;
  aspect-ratio: 48/33;
}
main.residence .pageSection.garden .inner.library .wrapper > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.residence .pageSection.garden .inner.studio {
  background-image: url("../img/residence/bg_master-ptn.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding: 160px 0 60px;
  margin: -100px 0 0;
}
main.residence .pageSection.garden .inner.studio .studio-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  width: calc(100% - 40px);
  max-width: 1100px;
}
@media screen and (max-width: 850px) {
  main.residence .pageSection.garden .inner.studio .studio-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
main.residence .pageSection.garden .inner.studio .studio-item {
  width: 100%;
}
main.residence .pageSection.garden .inner.studio .studio-item > .image {
  width: 100%;
  aspect-ratio: 24/15;
}
main.residence .pageSection.garden .inner.studio .studio-item > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.residence .pageSection.garden .inner.studio .studio-item > span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
}

body:has(main.residence) .footer__top {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(207, 227, 161, 0.2)), to(rgba(92, 168, 149, 0.2)));
  background-image: linear-gradient(to right, rgba(207, 227, 161, 0.2), rgba(92, 168, 149, 0.2));
}

main.plan .pageHeader {
  padding-bottom: 0;
}
main.plan .pageHeader .inner {
  position: relative;
  background-image: url("../img/plan/bg_mv-inner.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 890px;
}
@media screen and (max-width: 850px) {
  main.plan .pageHeader .inner {
    background-color: #e4e4e0;
    background-image: url("../img/top/bg_section2-sp.png");
    background-size: 100% auto;
    background-position: center 110%;
  }
}
main.plan .pageHeader__mv {
  background-image: url("../img/top/bg_mv-section2.png");
}
main.plan .pageHeader__mv::after {
  display: none;
}
main.plan .pageHeader__subTtl {
  left: auto;
  right: min(7.6923076923vw, 100px);
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main.plan .pageHeader__title {
  margin-bottom: 50px;
}
main.plan .pageHeader__point {
  width: calc(100% - 20px);
  max-width: 1040px;
  height: 500px;
}
main.plan .pageHeader__point::before {
  left: 60px;
  top: 102%;
}
@media screen and (max-width: 850px) {
  main.plan .pageHeader__point::before {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 850px) {
  main.plan .pageHeader__point {
    margin-top: 50px;
  }
}
main.plan .pageHeader__point .scrollable {
  width: 100%;
}
main.plan .pageHeader__point .scrollable > .point {
  position: absolute;
}
main.plan .pageHeader__point .scrollable > .point p {
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0.02em;
}
main.plan .pageHeader__point .scrollable > .point p + p {
  width: 200px;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  main.plan .pageHeader__point .scrollable > .point p {
    font-size: 20px;
  }
  main.plan .pageHeader__point .scrollable > .point p + p {
    width: 45%;
    letter-spacing: normal;
  }
}
main.plan .pageHeader__point .scrollable > .point.point01 {
  top: 40px;
  left: 60px;
}
@media screen and (max-width: 850px) {
  main.plan .pageHeader__point .scrollable > .point.point01 {
    top: 0;
    left: 0;
  }
}
main.plan .pageHeader__point .scrollable > .point.point02 {
  top: 0;
  right: 0;
  text-align: right;
}
main.plan .pageHeader__point .scrollable > .point.point02 p {
  margin-left: auto;
}
main.plan .pageHeader__point .scrollable > .point.point02 .btn-gold {
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (max-width: 850px) {
  main.plan .pageHeader__point .scrollable > .point.point02 .btn-gold {
    font-size: 10px;
  }
}
main.plan .pageHeader__point .scrollable > .point.point03 {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(calc(-50% + 40px));
          transform: translateY(calc(-50% + 40px));
  text-align: right;
}
main.plan .pageHeader__point .scrollable > .point.point03 p + p {
  width: 300px;
}
@media screen and (max-width: 850px) {
  main.plan .pageHeader__point .scrollable > .point.point03 {
    pointer-events: none;
    right: auto;
    left: 0;
    -webkit-transform: translateY(calc(-50% + 20px));
            transform: translateY(calc(-50% + 20px));
    text-align: left;
    top: 38%;
  }
  main.plan .pageHeader__point .scrollable > .point.point03 p + p {
    width: 40%;
  }
}
@media screen and (max-width: 850px) and (max-width: 850px) {
  main.plan .pageHeader__point .scrollable > .point.point03 p + p {
    width: 45%;
  }
}
main.plan .pageHeader__point .scrollable > .point.point04 {
  bottom: 0;
  right: 0;
}
main.plan .pageHeader__point .scrollable > .point.point04 p {
  margin-left: auto;
}
main.plan .pageHeader__point .scrollable > .point.point04 p + p {
  width: 300px;
}
@media screen and (max-width: 850px) {
  main.plan .pageHeader__point .scrollable > .point.point04 {
    text-align: right;
  }
  main.plan .pageHeader__point .scrollable > .point.point04 p + p {
    width: 60%;
  }
}
main.plan .planList {
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 850px) {
  main.plan .planList {
    padding: 40px 0;
  }
}
main.plan .planList .plan-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 850px) {
  main.plan .planList .plan-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
main.plan .planList .plan-item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #bea764;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 850px) {
  main.plan .planList .plan-item {
    width: calc(100% - 20px);
    padding: 0 10px;
    margin: 0 auto;
  }
}
main.plan .planList .plan-item:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
main.plan .planList .plan-item__head {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  height: 60px;
}
main.plan .planList .plan-item__head .type {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  color: #bea764;
  padding: 5px;
}
main.plan .planList .plan-item__head .type span {
  display: block;
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.02em;
}
main.plan .planList .plan-item__head .type span + span {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}
main.plan .planList .plan-item__head .detail p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  main.plan .planList .plan-item__head .detail p {
    font-size: 14px;
    line-height: 22px;
  }
}
main.plan .planList .plan-item__head .detail p:first-child {
  font-family: "Tinos", serif;
  letter-spacing: 0.1em;
}
main.plan .planList .plan-item__head .detail p:first-child span {
  font-size: 20px;
  margin-right: 0.05em;
}
@media screen and (max-width: 850px) {
  main.plan .planList .plan-item__head .detail p:first-child span {
    font-size: 24px;
  }
}
main.plan .planList .plan-item__head .detail p:last-child {
  font-size: 10px;
}
@media screen and (max-width: 850px) {
  main.plan .planList .plan-item__head .detail p:last-child {
    font-size: 12px;
  }
}
main.plan .planList .plan-item__head .detail p:last-child span {
  font-size: 14px;
  margin-left: 0.2em;
}
main.plan .planList .plan-item__head .detail p:last-child span strong {
  font-size: 22px;
}
@media screen and (max-width: 850px) {
  main.plan .planList .plan-item__head .detail p:last-child span {
    font-size: 16px;
  }
  main.plan .planList .plan-item__head .detail p:last-child span strong {
    font-size: 24px;
  }
}
main.plan .planList .plan-item__detail {
  pointer-events: none;
  width: 100%;
  margin: 10px 0 0;
}
main.plan .planList .plan-item__detail .detail-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
main.plan .planList .plan-item__detail .detail-item {
  background-color: #968b7f;
  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;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 30px;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 850px) {
  main.plan .planList .plan-item__detail .detail-item {
    font-size: 12px;
  }
}
main.plan .planList .plan-item__detail .detail-limit {
  background: -webkit-gradient(linear, left top, right top, from(#c4af71), to(#a4872a));
  background: linear-gradient(to right, #c4af71, #a4872a);
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
main.plan .planList .plan-item__more {
  cursor: pointer;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Tinos", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 10px 30px 10px 20px;
  color: #fff;
  margin: 5px auto;
}
main.plan .planList .plan-item__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/common/icon_btn-arw.svg");
  background-size: cover;
  width: 6.5px;
  height: 13px;
}
main.plan .planList .plan-item.limited {
  background-color: #968b7f;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  main.plan .planList .plan-item.limited {
    margin-top: 0;
  }
}
main.plan .planList .plan-item.limited .plan-item__head .type {
  color: #968b7f;
}
main.plan .planList .plan-item.limited .plan-item__more {
  pointer-events: none;
  opacity: 0;
}
main.plan .planList .plan-item.limited-label {
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 850px) {
  main.plan .planList .plan-item.limited-label {
    margin-top: 10px;
  }
}
main.plan .planList .plan-item.limited-label .label {
  position: absolute;
  top: 0;
  right: -12px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 60px;
  aspect-ratio: 1;
  background: #B81C22;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  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;
  line-height: 1.2;
}
@media screen and (max-width: 850px) {
  main.plan .planList .plan-item.limited-label .label {
    width: auto;
    aspect-ratio: auto;
    border-radius: 20px;
    padding: 5px 10px;
    right: -5px;
    top: -5px;
  }
}
main.plan .planList .btn-green {
  padding: 20px 40px 20px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  main.plan .planList .btn-green {
    line-height: 1.4;
    text-align: center;
  }
}
main.plan .pageSection.planning .section-mv {
  background-image: url("../img/plan/bg_mv-planning.jpg");
  background-size: cover;
  background-position: center;
}
main.plan .pageSection.planning .inner {
  background-image: url("../img/residence/bg_landscape-ptn.png");
  background-size: auto 100%;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 80px 0;
}
main.plan .pageSection.planning .inner > .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.plan .pageSection.planning .inner > .wrapper .image > span {
  display: block;
  font-size: 10px;
  margin-top: 20px;
}
main.plan .pageSection.moatelier .section-mv {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 5px;
}
main.plan .pageSection.moatelier .section-mv.img-caption::before {
  bottom: -25px;
}
main.plan .pageSection.moatelier .section-mv::after {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: -100px;
  left: calc(100% - 150px);
  background-color: #f3f2f0;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 850px) {
  main.plan .pageSection.moatelier .section-mv::after {
    display: none;
  }
}
main.plan .pageSection.moatelier .section-mv > .image {
  width: 100%;
}
main.plan .pageSection.moatelier .section-mv > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.plan .pageSection.moatelier .section-txt::before {
  content: "";
  z-index: -99;
  position: absolute;
  bottom: 0;
  left: calc(100% - 150px);
  background-color: #f3f2f0;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 850px) {
  main.plan .pageSection.moatelier .section-txt::before {
    display: none;
  }
}
main.plan .pageSection.moatelier .inner {
  background-color: #f3f2f0;
  background-image: url("../img/plan/bg_moa-ptn.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding: 80px 0 0;
}
main.plan .pageSection.moatelier .moat__content.--01 {
  background-color: #f3f2f0;
}
main.plan .pageSection.moatelier .moat__title {
  margin-bottom: 20px;
}
main.plan .pageSection.moatelier .moat__title p {
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
main.plan .pageSection.moatelier .moat__title p + p {
  font-size: 12px;
  line-height: 34px;
  margin-top: 20px;
}
main.plan .pageSection.moatelier .moat__merit {
  width: calc(100% - 40px);
  max-width: 900px;
}
main.plan .pageSection.moatelier .moat__merit .merit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  main.plan .pageSection.moatelier .moat__merit .merit-list {
    gap: 10px;
  }
}
main.plan .pageSection.moatelier .moat__merit .merit-item {
  background-color: #fff;
  width: 100%;
  padding: 15px;
}
main.plan .pageSection.moatelier .moat__merit + .moat__content {
  margin-top: 60px;
}
main.plan .pageSection.moatelier .moat__content {
  background-color: #fefefe;
  width: 100%;
}
main.plan .pageSection.moatelier .moat__content:last-child {
  background-image: url("../img/plan/bg_moa-ptn-bottom.png");
  background-position: right 0 bottom 125px;
  background-repeat: no-repeat;
}
main.plan .pageSection.moatelier .moat__content .content-title {
  background-color: #d2cec6;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  margin: 0 0 60px;
}
main.plan .pageSection.moatelier .moat__content .content-title h2 {
  font-weight: 400;
  font-size: 37px;
  letter-spacing: 0.15em;
  color: #a4872a;
}
main.plan .pageSection.moatelier .moat__content .content-title h2:has(span) {
  line-height: 42px;
  margin-bottom: 10px;
}
main.plan .pageSection.moatelier .moat__content .content-title h2:has(span) span {
  font-size: 28px;
}
@media screen and (max-width: 850px) {
  main.plan .pageSection.moatelier .moat__content .content-title h2 {
    font-size: 20px;
  }
  main.plan .pageSection.moatelier .moat__content .content-title h2:has(span) {
    line-height: 32px;
  }
  main.plan .pageSection.moatelier .moat__content .content-title h2:has(span) span {
    font-size: 16px;
  }
}
main.plan .pageSection.moatelier .moat__content .content-title p {
  font-size: 14px;
  letter-spacing: 0.15em;
}
main.plan .pageSection.moatelier .moat__content .content-title p span {
  font-size: 10px;
}
@media screen and (max-width: 850px) {
  main.plan .pageSection.moatelier .moat__content .content-title p {
    width: calc(100% - 40px);
    font-size: 12px;
    margin: 0 auto;
  }
}
main.plan .pageSection.moatelier .moat__content .content-catch {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 850px) {
  main.plan .pageSection.moatelier .moat__content .content-catch {
    font-size: 18px;
  }
}
main.plan .pageSection.moatelier .moat__content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 40px auto 60px;
}
@media screen and (max-width: 850px) {
  main.plan .pageSection.moatelier .moat__content .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 50px;
  }
}
main.plan .pageSection.moatelier .moat__content .content-wrapper .image {
  margin-right: 60px;
}
@media screen and (max-width: 850px) {
  main.plan .pageSection.moatelier .moat__content .content-wrapper .image {
    margin: 0;
  }
}
main.plan .pageSection.moatelier .moat__content .content-wrapper .image > span {
  display: block;
  width: 100%;
  margin-top: 40px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 850px) {
  main.plan .pageSection.moatelier .moat__content .content-wrapper .image > span {
    margin-top: 30px;
  }
}
main.plan .pageSection.moatelier .moat__content .content-wrapper .image:first-child {
  width: 100%;
  max-width: 230px;
  height: auto;
  max-height: 340px;
  aspect-ratio: 23/34;
}
main.plan .pageSection.moatelier .moat__content .content-wrapper .image:last-child {
  width: 100%;
  max-width: 520px;
}
main.plan .pageSection.moatelier .moat__content .content-wrapper .image:last-child img {
  width: 100%;
}
main.plan .pageSection.moatelier .moat__content .content-wrapper .image::before {
  top: 100%;
}
@media screen and (max-width: 850px) {
  main.plan .pageSection.moatelier .moat__content .content-wrapper .image:first-child {
    max-height: none;
    margin-bottom: 40px;
  }
}
main.plan .pageSection.moatelier .moat__content .content-wrapper > .arrow {
  width: 30px;
  height: 70px;
}
@media screen and (max-width: 850px) {
  main.plan .pageSection.moatelier .moat__content .content-wrapper > .arrow {
    width: 15px;
    height: 35px;
    rotate: 90deg;
  }
}
main.plan .pageSection.moatelier .moat__content .content-graph {
  width: calc(100% - 40px);
  max-width: 900px;
  padding: 0 0 80px;
  margin: 0 auto;
}
main.plan .rating {
  width: 100%;
  margin: 60px 0 0;
}
main.plan .rating > .image {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 0 auto;
}
main.plan .rating > .image img {
  width: 100%;
}

main.plan-detail {
  padding: 195px 0 60px;
}
@media screen and (max-width: 850px) {
  main.plan-detail {
    padding-top: 125px;
  }
}
main.plan-detail.limitedplan {
  background: linear-gradient(-60deg, #f1e7cc 0%, #faf6ea 50%, #f1e7cc 100%);
}
main.plan-detail .title {
  margin-bottom: 60px;
}
main.plan-detail .title p {
  font-family: "Tinos", serif;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #9d9989;
}
main.plan-detail .title p + p {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  line-height: 37px;
}
main.plan-detail .plan-content {
  width: 100%;
}
main.plan-detail .plan-content > .inner {
  border: 2px solid #a4872a;
  background-color: #fff;
  max-width: 900px;
  padding: 0 60px 60px;
}
@media screen and (max-width: 850px) {
  main.plan-detail .plan-content > .inner {
    padding: 0 20px 30px;
  }
}
main.plan-detail .plan-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  main.plan-detail .plan-content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
main.plan-detail .plan-content__head .type {
  background-color: #bea764;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 78px;
  height: 110px;
}
main.plan-detail .plan-content__head .type span {
  display: block;
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 40px;
  color: #fff;
}
main.plan-detail .plan-content__head .type span + span {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.15em;
}
main.plan-detail .plan-content__head .detail p {
  font-weight: 400;
  font-size: 22px;
  line-height: 46px;
  letter-spacing: 0.08em;
  color: #968b7f;
}
main.plan-detail .plan-content__head .detail p span {
  font-size: 44px;
}
@media screen and (max-width: 850px) {
  main.plan-detail .plan-content__head .detail p {
    font-size: 18px;
    line-height: 36px;
  }
  main.plan-detail .plan-content__head .detail p span {
    font-size: 36px;
  }
}
main.plan-detail .plan-content__head .balcony {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  main.plan-detail .plan-content__head .balcony {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
main.plan-detail .plan-content__head .balcony.--01 p {
  font-size: 16px;
}
main.plan-detail .plan-content__head .balcony p {
  font-size: 18px;
  line-height: 42px;
  color: #968b7f;
}
main.plan-detail .plan-content__head .balcony p span {
  font-size: 26px;
}
main.plan-detail .plan-content__head .balcony p span strong {
  font-size: 40px;
}
main.plan-detail .plan-content__head .balcony p + p {
  font-size: 17px;
  line-height: 36px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  main.plan-detail .plan-content__head .balcony p {
    font-size: 16px;
    line-height: 32px;
  }
  main.plan-detail .plan-content__head .balcony p span {
    font-size: 20px;
  }
  main.plan-detail .plan-content__head .balcony p span strong {
    font-size: 30px;
  }
}
main.plan-detail .plan-content__head .label {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  aspect-ratio: 1;
  background: #B81C22;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  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;
  line-height: 1.2;
}
main.plan-detail .plan-content__detail {
  pointer-events: none;
  width: 100%;
  margin: 20px 0 60px;
}
main.plan-detail .plan-content__detail .detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 10px;
}
@media screen and (max-width: 850px) {
  main.plan-detail .plan-content__detail .detail-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
main.plan-detail .plan-content__detail .detail-item {
  background-color: #968b7f;
  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;
  width: 100%;
  max-width: 120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 55px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 850px) {
  main.plan-detail .plan-content__detail .detail-item {
    max-width: none;
  }
}
main.plan-detail .plan-content__detail .detail-limit {
  background: -webkit-gradient(linear, left top, right top, from(#c4af71), to(#a4872a));
  background: linear-gradient(to right, #c4af71, #a4872a);
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
main.plan-detail .plan-content__text {
  width: 100%;
  margin: 0 0 60px;
}
main.plan-detail .plan-content__text p {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.15em;
  text-align: center;
}
main.plan-detail .plan-content__note {
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 20px auto 0;
}
main.plan-detail .plan-content__note img {
  width: 100%;
  max-width: 600px;
}
main.plan-detail .btn-gold {
  font-size: 22px;
  margin: 40px auto 0;
}

main.location .pageHeader {
  padding-bottom: 0;
}
main.location .pageHeader .inner {
  background-color: #f2f1ed;
  padding-bottom: 60px;
}
main.location .pageHeader__mv {
  background-image: url("../img/top/bg_mv-section3.png");
}
@media screen and (max-width: 850px) {
  main.location .pageHeader__mv {
    background-image: url("../img/top/bg_mv-section3_sp.png");
  }
}
main.location .pageHeader__mv::after {
  display: none;
}
main.location .pageHeader__subTtl {
  left: min(7.6923076923vw, 100px);
  left: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main.location .pageHeader__subTtl span {
  color: #595757;
}
@media screen and (max-width: 850px) {
  main.location .pageHeader__subTtl span {
    color: #fff;
    padding-bottom: 6rem;
  }
}
main.location .pageHeader__title {
  margin-bottom: 40px;
}
main.location .pageHeader__image {
  width: 100%;
  max-width: 900px;
}
main.location .pageHeader__image:before {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
main.location .locationContent {
  width: 100%;
}
main.location .locationContent.shopping {
  background-image: url("../img/location/bg_shop.png");
  background-position: top center;
  background-repeat: no-repeat;
}
main.location .locationContent.shoppingSec {
  background-color: #eee;
  background-image: url("../img/location/bg_shop-ptn.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding: 100px 0 10px;
}
main.location .locationContent.public {
  background-image: url("../img/location/bg_public-ptn.png");
  background-position: top right;
  background-repeat: no-repeat;
}
main.location .locationContent.public .img:before {
  right: auto;
  left: 0;
}
main.location .locationContent.gourmet {
  background-color: #eee;
  background-image: url("../img/residence/bg_garden-library.jpg");
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0 0 10px;
}
main.location .locationContent.park {
  background-image: url("../img/location/bg_park-ptn.png");
  background-position: top right;
  background-repeat: no-repeat;
}
main.location .locationContent.education {
  background-color: #f0efee;
  background-image: url("../img/location/bg_edu-ptn.png");
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 100px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent.education .locationContent__content {
    margin: 20px auto 40px;
  }
  main.location .locationContent.education .locationContent__content .images {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
main.location .locationContent .inner {
  width: 100%;
  max-width: none;
}
main.location .locationContent .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 30px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent .images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 850px) {
  main.location .locationContent .images > .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  main.location .locationContent .images > .image .text {
    margin-top: auto;
  }
}
main.location .locationContent .images > .image img {
  aspect-ratio: 3/1.6;
}
@media screen and (max-width: 850px) {
  main.location .locationContent .images > .image > p {
    font-size: 16px;
  }
  main.location .locationContent .images > .image > p:has(+ .text) {
    margin: 10px 0 5px;
  }
}
@media screen and (max-width: 850px) and (max-width: 850px) {
  main.location .locationContent .images > .image > p:has(+ .text) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 850px) {
  main.location .locationContent .images > .image:last-child > p:has(+ .text) {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
main.location .locationContent .images.col2 > .image {
  width: calc(50% - 15px);
}
@media screen and (max-width: 850px) {
  main.location .locationContent .images.col2 > .image {
    width: 100%;
  }
}
main.location .locationContent .image {
  width: 100%;
}
main.location .locationContent .image img {
  width: 100%;
  height: auto;
}
main.location .locationContent .image > p {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
main.location .locationContent .image > p span {
  font-size: 12px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 850px) {
  main.location .locationContent .image > p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
  }
  main.location .locationContent .image > p span {
    font-size: 10px;
  }
}
main.location .locationContent .image > .text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
main.location .locationContent .image > .text span {
  font-size: 9px;
}
main.location .locationContent .image:has(.badge) .img {
  position: relative;
}
main.location .locationContent .image:has(.badge) .badge {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(135deg, #e2d7b9, #a4872a);
  border-radius: 50%;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent .image:has(.badge) .badge {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 850px) {
  main.location .locationContent .image:has(.badge) .badge.bottom {
    bottom: -0.5rem;
  }
}
main.location .locationContent .image:has(.badge) .badge:has(+ .text) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
main.location .locationContent .image:has(.badge) .badge > span {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
main.location .locationContent .image:has(.badge) .badge > span strong {
  font-size: 28px;
  margin-right: 0.05em;
}
@media screen and (max-width: 850px) {
  main.location .locationContent .image:has(.badge) .badge > span {
    font-size: 12px;
  }
  main.location .locationContent .image:has(.badge) .badge > span strong {
    font-size: 16px;
  }
}
main.location .locationContent .image + .text {
  margin-top: 10px;
}
main.location .locationContent .anchors {
  width: 100%;
  padding: 60px 0 0;
  margin: 0 0 120px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent .anchors {
    padding: 40px 0 0;
    margin: 0 0 40px;
  }
}
main.location .locationContent .anchors .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  main.location .locationContent .anchors .tab-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
main.location .locationContent .anchors .tab-item {
  background-color: #9b9b9c;
  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;
  width: 100%;
  max-width: 155px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
main.location .locationContent .anchors .tab-item.current {
  background-color: #a4872a;
}
@media screen and (max-width: 850px) {
  main.location .locationContent .anchors .tab-item {
    max-width: none;
    font-size: 12px;
    text-align: center;
  }
}
main.location .locationContent__title {
  width: 100%;
  margin-bottom: 40px;
  opacity: 0;
  translate: 0 100% 0;
  -webkit-transition: translate 1s ease, opacity 1s ease;
  transition: translate 1s ease, opacity 1s ease;
}
main.location .locationContent__title.scrollIn {
  opacity: 1;
  translate: 0 0 0;
}
main.location .locationContent__title h2 {
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #968b7f;
}
main.location .locationContent__main {
  width: 100%;
  padding-left: calc((100% - 1100px) / 2);
  margin: 0 auto;
}
main.location .locationContent__main:has(.content.layout-reverse) {
  padding-left: 0;
  padding-right: calc((100% - 1100px) / 2);
}
main.location .locationContent__main > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__main > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.location .locationContent__main > .content .side {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__main > .content .side {
    max-width: calc(100% - 40px);
  }
}
main.location .locationContent__main > .content .side .text p {
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
main.location .locationContent__main > .content .side .text p + p {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 0.08em;
  margin: 20px 0;
}
main.location .locationContent__main > .content .side .image + .text p {
  font-size: 11px;
  line-height: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__main > .content .side .image + .text p {
    font-size: 12px;
  }
}
main.location .locationContent__main > .content .main-image {
  overflow: hidden;
  width: 100%;
  max-height: 600px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__main > .content .main-image {
    width: calc(100% - 40px);
  }
}
main.location .locationContent__main > .content .main-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d2cec6;
  width: 100%;
  height: 100%;
  translate: 0 0 0;
  -webkit-transition: translate 1s ease;
  transition: translate 1s ease;
}
main.location .locationContent__main > .content .main-image.scrollIn::after {
  translate: 100% 0 0;
}
main.location .locationContent__main > .content .main-image:has(.image)::after {
  display: none;
}
main.location .locationContent__main > .content .main-image:has(.image) .image {
  position: relative;
}
main.location .locationContent__main > .content .main-image:has(.image) .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d2cec6;
  width: 100%;
  height: 100%;
  translate: 0 0 0;
  -webkit-transition: translate 1s ease;
  transition: translate 1s ease;
}
main.location .locationContent__main > .content .main-image:has(.image).scrollIn .image::after {
  translate: 100% 0 0;
}
main.location .locationContent__main > .content .main-image img {
  width: 100%;
  height: 100%;
}
main.location .locationContent__main > .content .main-image:has(.text) {
  max-height: none;
}
main.location .locationContent__main > .content .main-image:has(.text) > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__main > .content .main-image:has(.text) > .text {
    gap: 10px;
    width: 100%;
  }
}
main.location .locationContent__main > .content .main-image:has(.text) > .text p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 17px;
  line-height: 21px;
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__main > .content .main-image:has(.text) > .text p {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
main.location .locationContent__main > .content .main-image:has(.text) > .text p > span {
  font-size: 14px;
}
main.location .locationContent__main > .content .main-image:has(.text) > .text p + p {
  max-width: 360px;
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__main > .content .main-image:has(.text) > .text p + p {
    width: 100%;
  }
}
main.location .locationContent__main > .content.layout-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__main > .content.layout-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
  }
}
main.location .locationContent__main.limit {
  max-width: 1100px;
  padding-left: 0;
}
main.location .locationContent__main.limit > .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.location .locationContent__main.limit .main-image .image {
  overflow: hidden;
  max-height: 400px;
}
main.location .locationContent__content {
  overflow: hidden;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 60px auto;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__content {
    margin: 40px auto;
  }
}
main.location .locationContent__content .images + .images {
  margin-top: 20px;
}
main.location .locationContent__content .content-title {
  overflow: visible;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.15em;
  margin: 0 auto 20px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__content .content-title {
    font-size: 18px;
    letter-spacing: 0.08em;
    text-align: center;
  }
}
main.location .locationContent__content .content-title::after, main.location .locationContent__content .content-title::before {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #595757;
  width: 100%;
  height: 1px;
}
main.location .locationContent__content .content-title::after {
  right: -10px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
main.location .locationContent__content .content-title::before {
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
main.location .locationContent__content .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__content .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 20px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}
main.location .locationContent__content .content-wrapper > .image {
  width: 100%;
  aspect-ratio: 1/1;
}
main.location .locationContent__content .content-wrapper > .side {
  width: 100%;
}
main.location .locationContent__content .content-wrapper > .side .floor-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 10px;
  margin-bottom: 20px;
}
main.location .locationContent__content .content-wrapper > .side .floor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 10px;
}
main.location .locationContent__content .content-wrapper > .side .floor-wrapper .floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #595757;
  width: 100%;
  max-width: 46px;
  font-family: "Tinos", serif;
  font-size: 20px;
  padding-right: 10px;
}
main.location .locationContent__content .content-wrapper > .side .floor-wrapper .floor > span {
  font-size: 16px;
}
main.location .locationContent__content .content-wrapper > .side .floor-wrapper .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  line-height: 14px;
}
main.location .locationContent__content .content-map {
  width: 100%;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__content .content-map {
    padding-top: 0;
  }
  main.location .locationContent__content .content-map .pinch-to-zoom {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
main.location .locationContent__content .content-map .map-title {
  background-image: url("../img/location/bg_shop-map-title.svg");
  background-position: center left;
  background-repeat: no-repeat;
  width: 100%;
  height: 36px;
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 0.15em;
  color: #fff;
  padding-left: 20px;
  margin-top: 40px;
}
main.location .locationContent__content .content-map .map-note {
  font-size: 10px;
  line-height: 12px;
}
main.location .locationContent__content .content-map > .image {
  position: relative;
}
main.location .locationContent__content .content-map > .image .badge {
  bottom: auto;
  top: 0;
  -webkit-transform: none;
          transform: none;
  width: 165px;
  height: 165px;
}
main.location .locationContent__content .content-map > .image .badge span {
  font-size: 38px;
}
main.location .locationContent__content .content-map > .image .badge span strong {
  font-size: 58px;
}
main.location .locationContent__content .content-map > .image .badge span + span {
  font-size: 32px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__content .content-map > .image .badge {
    width: 100px;
    height: 100px;
  }
  main.location .locationContent__content .content-map > .image .badge span {
    font-size: 20px;
  }
  main.location .locationContent__content .content-map > .image .badge span strong {
    font-size: 36px;
  }
  main.location .locationContent__content .content-map > .image .badge span + span {
    font-size: 16px;
  }
}
main.location .locationContent__content .shops {
  width: 100%;
  margin: 40px 0 0;
}
main.location .locationContent__content .shops__title {
  border-bottom: 1px solid #968b7f;
  width: 100%;
  font-size: 17px;
  line-height: 36px;
  color: #968b7f;
  margin-bottom: 20px;
}
main.location .locationContent__content .shops__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 60px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__content .shops__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 10px;
  }
}
main.location .locationContent__content .shops .shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 5px;
  width: 100%;
}
main.location .locationContent__content .shops .shop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../img/location/bg_shop-list-ptn.svg");
  background-size: auto 4px;
  background-position: center;
  background-repeat: repeat-x;
  width: 100%;
}
main.location .locationContent__content .shops .shop-item > span {
  background-color: #fff;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__content .shops .shop-item > span {
    font-size: 12px;
  }
}
main.location .locationContent__education {
  border: 2px solid #a4872a;
  background-color: #fff;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding: 10px;
  margin: 0 auto;
}
main.location .locationContent__education .education-content {
  border: 1px solid #a4872a;
  width: 100%;
  padding: 50px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__education .education-content {
    padding: 20px;
  }
}
main.location .locationContent__education .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__education .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse nowrap;
            flex-flow: column-reverse nowrap;
    gap: 20px;
  }
}
main.location .locationContent__education .wrapper > .text {
  width: 100%;
  max-width: 300px;
}
main.location .locationContent__education .wrapper > .text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.15em;
}
main.location .locationContent__education .wrapper > .text p + p {
  font-size: 13px;
  line-height: 30px;
  margin-top: 10px;
}
main.location .locationContent__education .place-list {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__education .place-list {
    margin-top: 20px;
  }
}
main.location .locationContent__education .place-list .place-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__education .place-list .place-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
main.location .locationContent__education .place-list .place-item {
  background-color: #b59c50;
  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;
  width: 100%;
  height: 50px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__education .place-list .place-item {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
  }
}
main.location .locationContent__education .place-list__note {
  font-size: 10px;
  line-height: 30px;
}
@media screen and (max-width: 850px) {
  main.location .locationContent__education .place-list__note {
    font-size: 8px;
    line-height: 16px;
  }
}
main.location .locationInformation {
  background-color: #d2cec6;
  width: 100%;
  padding-bottom: 80px;
}
main.location .locationInformation__title {
  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-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #a4872a;
  width: calc(100% - 40px);
  max-width: 400px;
  height: 42px;
  font-family: "Tinos", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto 40px;
}
main.location .locationInformation .gMaps {
  width: calc(100% - 40px);
  max-width: 1100px;
  height: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  main.location .locationInformation .gMaps {
    height: 400px;
  }
}
main.location .locationInformation .info-tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 20px auto;
}
@media screen and (max-width: 850px) {
  main.location .locationInformation .info-tab {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.location .locationInformation .info-tab > .tab {
  cursor: pointer;
  background-color: #9b9b9c;
  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;
  width: 100%;
  height: 40px;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
}
main.location .locationInformation .info-tab > .tab.current {
  background-color: #a4872a;
}
@media screen and (max-width: 850px) {
  main.location .locationInformation .info-tab > .tab {
    height: 50px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
  }
}
main.location .locationInformation__list {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 40px;
  background: #fff;
}
@media screen and (max-width: 850px) {
  main.location .locationInformation__list {
    padding: 20px;
  }
}
main.location .locationInformation__list .item-detail__public, main.location .locationInformation__list .item-detail__education, main.location .locationInformation__list .item-detail__park, main.location .locationInformation__list .item-detail__clinic, main.location .locationInformation__list .item-detail__culture, main.location .locationInformation__list .item-detail__shop {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
main.location .locationInformation__list .item-detail__public.current, main.location .locationInformation__list .item-detail__education.current, main.location .locationInformation__list .item-detail__park.current, main.location .locationInformation__list .item-detail__clinic.current, main.location .locationInformation__list .item-detail__culture.current, main.location .locationInformation__list .item-detail__shop.current {
  display: revert;
  opacity: 1;
}
main.location .locationInformation__list .item-detail__public .list-items, main.location .locationInformation__list .item-detail__education .list-items, main.location .locationInformation__list .item-detail__park .list-items, main.location .locationInformation__list .item-detail__clinic .list-items, main.location .locationInformation__list .item-detail__culture .list-items, main.location .locationInformation__list .item-detail__shop .list-items {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 40px;
  counter-reset: list-counter;
}
@media screen and (max-width: 850px) {
  main.location .locationInformation__list .item-detail__public .list-items, main.location .locationInformation__list .item-detail__education .list-items, main.location .locationInformation__list .item-detail__park .list-items, main.location .locationInformation__list .item-detail__clinic .list-items, main.location .locationInformation__list .item-detail__culture .list-items, main.location .locationInformation__list .item-detail__shop .list-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.location .locationInformation__list .item-detail__public .list-item, main.location .locationInformation__list .item-detail__education .list-item, main.location .locationInformation__list .item-detail__park .list-item, main.location .locationInformation__list .item-detail__clinic .list-item, main.location .locationInformation__list .item-detail__culture .list-item, main.location .locationInformation__list .item-detail__shop .list-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 850px) {
  main.location .locationInformation__list .item-detail__public .list-item, main.location .locationInformation__list .item-detail__education .list-item, main.location .locationInformation__list .item-detail__park .list-item, main.location .locationInformation__list .item-detail__clinic .list-item, main.location .locationInformation__list .item-detail__culture .list-item, main.location .locationInformation__list .item-detail__shop .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.location .locationInformation__list .item-detail__public .list-item__name, main.location .locationInformation__list .item-detail__education .list-item__name, main.location .locationInformation__list .item-detail__park .list-item__name, main.location .locationInformation__list .item-detail__clinic .list-item__name, main.location .locationInformation__list .item-detail__culture .list-item__name, main.location .locationInformation__list .item-detail__shop .list-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  main.location .locationInformation__list .item-detail__public .list-item__name, main.location .locationInformation__list .item-detail__education .list-item__name, main.location .locationInformation__list .item-detail__park .list-item__name, main.location .locationInformation__list .item-detail__clinic .list-item__name, main.location .locationInformation__list .item-detail__culture .list-item__name, main.location .locationInformation__list .item-detail__shop .list-item__name {
    gap: 2vw;
  }
}
main.location .locationInformation__list .item-detail__public .list-item__name::before, main.location .locationInformation__list .item-detail__education .list-item__name::before, main.location .locationInformation__list .item-detail__park .list-item__name::before, main.location .locationInformation__list .item-detail__clinic .list-item__name::before, main.location .locationInformation__list .item-detail__culture .list-item__name::before, main.location .locationInformation__list .item-detail__shop .list-item__name::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  display: inline-block;
  background: #a4872a;
  border-radius: 50%;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 850px) {
  main.location .locationInformation__list .item-detail__public .list-item__name::before, main.location .locationInformation__list .item-detail__education .list-item__name::before, main.location .locationInformation__list .item-detail__park .list-item__name::before, main.location .locationInformation__list .item-detail__clinic .list-item__name::before, main.location .locationInformation__list .item-detail__culture .list-item__name::before, main.location .locationInformation__list .item-detail__shop .list-item__name::before {
    width: 26px;
    height: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  main.location .locationInformation__list .item-detail__public .list-item__text, main.location .locationInformation__list .item-detail__education .list-item__text, main.location .locationInformation__list .item-detail__park .list-item__text, main.location .locationInformation__list .item-detail__clinic .list-item__text, main.location .locationInformation__list .item-detail__culture .list-item__text, main.location .locationInformation__list .item-detail__shop .list-item__text {
    padding-left: 36px;
  }
}

main.position .pageHeader .inner {
  position: relative;
  background-image: url("../img/position/bg_head-ptn.png");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 0;
}
@media screen and (max-width: 850px) {
  main.position .pageHeader .inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 40px;
  }
}
main.position .pageHeader__mv {
  background-image: url("../img/top/bg_mv-section4.png");
}
@media screen and (max-width: 850px) {
  main.position .pageHeader__mv {
    background-position: -47px center;
  }
}
main.position .pageHeader__title {
  margin-bottom: 40px;
}
main.position .pageHeader__subTtl {
  left: auto;
  right: min(7.6923076923vw, 100px);
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main.position .pageHeader__image {
  max-width: 740px;
}
main.position .pageHeader__image::before {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  color: #000;
  -webkit-filter: none;
          filter: none;
}
main.position .badge {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: linear-gradient(135deg, #e2d7b9, #a4872a);
  border-radius: 50%;
  width: 115px;
  height: 115px;
  margin: 10px;
}
@media screen and (max-width: 850px) {
  main.position .badge {
    width: 80px;
    height: 80px;
  }
  main.position .badge.--01 {
    left: auto;
    right: 50px;
  }
}
main.position .badge:has(+ .text) {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
main.position .badge > span {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
main.position .badge > span strong {
  font-size: 36px;
  margin-right: 0.05em;
}
@media screen and (max-width: 850px) {
  main.position .badge > span {
    font-size: 12px;
  }
  main.position .badge > span strong {
    font-size: 16px;
  }
}
main.position .badge .icon {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 32px;
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  main.position .badge .icon {
    height: 20px;
  }
}
main.position .badge.bus .icon {
  background-image: url("../img/position/icon_bus.svg");
}
main.position .badge.bike .icon {
  background-image: url("../img/position/icon_bike.svg");
}
main.position .pageSection {
  margin-bottom: 100px;
}
@media screen and (max-width: 850px) {
  main.position .pageSection {
    margin-bottom: 40px;
  }
}
main.position .pageSection .section-mv {
  position: relative;
}
main.position .pageSection .section-mv .badge-wrapper {
  position: relative;
  margin: 20px 30px;
}
@media screen and (max-width: 850px) {
  main.position .pageSection .section-mv .badge-wrapper {
    margin: 10px 10px;
    scale: 0.8;
  }
}
main.position .pageSection .section-mv .badge-wrapper .badge {
  margin: 0;
}
main.position .pageSection .section-mv .badge-wrapper .badge:last-child {
  -webkit-transform: translateX(calc(100% + 10px));
          transform: translateX(calc(100% + 10px));
}
main.position .pageSection.kawasaki .section-mv {
  background-image: url("../img/position/bg_section-kawasaki.jpg");
  background-size: cover;
  background-position: center;
}
main.position .pageSection.kawasaki .inner {
  background-image: url("../img/position/bg_kawaski-ptn.png");
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
  main.position .pageSection.redevelop {
    position: relative;
  }
  main.position .pageSection.redevelop::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #8d796a;
    width: 100%;
    height: 300px;
  }
  main.position .pageSection.redevelop .pageSection__header .section-txt p + p {
    white-space: nowrap;
  }
  main.position .pageSection.redevelop .pageSection__header .section-title h2 {
    font-size: 38px;
  }
}
main.position .pageSection.redevelop .pageSection__header {
  min-height: 480px;
}
main.position .pageSection.redevelop .pageSection__header::after {
  z-index: 1;
}
@media screen and (max-width: 850px) {
  main.position .pageSection.redevelop .pageSection__title {
    color: #fff;
  }
}
main.position .pageSection.redevelop .section-title {
  z-index: 3;
}
main.position .pageSection.redevelop .section-txt {
  z-index: 2;
}
main.position .pageSection.redevelop .section-mv {
  z-index: 2;
  position: relative;
  background-image: url("../img/position/bg_section-redev.jpg");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
main.position .pageSection.redevelop .section-mv > span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-family: "Zen Old Mincho", serif;
  font-size: 10px;
  line-height: 1.2;
  text-align: right;
  color: #fff;
}
main.position .pageSection.redevelop .inner {
  background-image: url("../img/position/bg_redev-ptn.png"), url("../img/position/bg_redev-ptn-bottom.png");
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 850px) {
  main.position .pageSection.redevelop .inner .wrapper.layout-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
main.position .pageSection.musashi .pageSection__header {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
main.position .pageSection.musashi .pageSection__header::after {
  bottom: -90px;
}
main.position .pageSection.musashi .section-mv {
  background-image: url("../img/position/bg_section-musashi.jpg");
  background-size: cover;
  background-position: center;
}
main.position .pageSection.musashi .section-txt {
  padding-bottom: 60px;
  padding-top: 0;
}
@media screen and (max-width: 850px) {
  main.position .pageSection.musashi .section-txt {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  main.position .pageSection.musashi .section-title h2 {
    font-size: 38px;
  }
}
main.position .pageSection.musashi .side-text {
  margin-top: 30px;
}
main.position .pageSection.musashi .side-text p {
  font-size: 17px;
  line-height: 22px;
}
main.position .pageSection.musashi .side-text p span {
  font-size: 14px;
}
main.position .pageSection.musashi .side-text p span.sm {
  font-size: 10px;
  letter-spacing: 1px;
}
main.position .pageSection.musashi .side-text p + p {
  font-size: 11px;
  margin-top: 10px;
}
main.position .pageSection.musashi .images {
  margin-top: 100px;
}
@media screen and (max-width: 850px) {
  main.position .pageSection.musashi .images {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 60px;
  }
}
main.position .pageSection .wrapper {
  margin: 120px 0 120px;
}
main.position .pageSection .wrapper + .wrapper {
  margin: 0 0 120px;
}
main.position .pageSection .wrapper:has(.image-list) .text p.bg {
  background-color: #8d796a;
  color: #fff;
  padding: 10px;
}
main.position .pageSection .wrapper .text .innertxt {
  font-size: 15px;
}
main.position .pageSection .wrapper .text .innertxt.--01 {
  font-size: 14px;
}
main.position .pageSection .wrapper .innertxt {
  font-size: 15px;
}
main.position .pageSection .wrapper .innertxt.--01 {
  font-size: 14px;
}
@media screen and (max-width: 850px) {
  main.position .pageSection .wrapper {
    margin: 30px 0;
  }
  main.position .pageSection .wrapper + .wrapper {
    margin: 0 0 30px;
  }
}
main.position .pageSection .wrapper > .text p {
  padding-left: 30px;
}
@media screen and (max-width: 850px) {
  main.position .pageSection .wrapper > .text p {
    padding-left: 0;
  }
}
main.position .pageSection .wrapper > .text p span {
  font-size: 12px;
}
main.position .pageSection .wrapper > .text p span.note {
  font-size: 10px;
  display: inline-block;
  line-height: initial;
  margin: 20px 0 0;
}
main.position .pageSection .wrapper > .text .image {
  margin-top: 20px;
}
main.position .pageSection .wrapper > .text .image + p {
  margin-top: 20px;
}
main.position .pageSection .wrapper > .text .image + p.add-space {
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  main.position .pageSection .wrapper.layout-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
main.position .pageSection .wrapper.layout-reverse > .text p {
  padding-left: 0;
  padding-right: 30px;
}
@media screen and (max-width: 850px) {
  main.position .pageSection .wrapper.layout-reverse > .text p {
    padding-right: 0;
  }
}
main.position .pageSection .wrapper.layout-reverse > .text .note {
  font-size: 10px;
  margin-top: 20px;
}
main.position .pageSection .image-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
main.position .pageSection .image-list .image-item {
  width: 100%;
}
main.position .pageSection .image-list .image-item > .image {
  width: 100%;
}
main.position .pageSection .image-list .image-item > .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
main.position .pageSection .image-list .image-item > .text span {
  display: block;
  font-family: "Tinos", serif;
  font-size: 28px;
  line-height: 1;
  color: #e0d4b4;
}
main.position .pageSection .image-list .image-item > .text p {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  main.position .pageSection .image-list .image-item > .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
main.position .pageSection .image-list > span {
  grid-column: 1/-1;
  width: 100%;
  font-size: 10px;
}
main.position .pageSection .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 30px;
  width: calc(100% - 40px);
  max-width: 1100px;
}
@media screen and (max-width: 850px) {
  main.position .pageSection .images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
main.position .pageSection .images .image {
  width: 100%;
}
main.position .pageSection .images .image > p {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
main.position .pageSection .images .image > p span {
  font-size: 12px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 850px) {
  main.position .pageSection .images .image > p {
    font-size: 18px;
    letter-spacing: normal;
  }
  main.position .pageSection .images .image > p span {
    font-size: 10px;
  }
}
main.position .pageSection .images .image > p + p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}
main.position .pageSection .images .image > p + p span {
  font-size: 9px;
}
@media screen and (max-width: 850px) {
  main.position .pageSection .images .image > p + p {
    font-size: 14px;
    line-height: 18px;
  }
  main.position .pageSection .images .image > p + p span {
    font-size: 8px;
  }
}

@media screen and (max-width: 850px) {
  main.access .pageHeader {
    padding-bottom: 0;
  }
}
main.access .pageHeader .inner {
  position: relative;
  background-image: url("../img/position/bg_head-ptn.png");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 0;
}
@media screen and (max-width: 850px) {
  main.access .pageHeader .inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
}
main.access .pageHeader__mv {
  background-image: url("../img/access/bg_mv-access.jpg");
}
main.access .pageHeader__title {
  margin-bottom: 40px;
}
main.access .pageHeader__subTtl {
  left: auto;
  right: min(7.6923076923vw, 100px);
  right: 100px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main.access .pageHeader__image {
  max-width: 1100px;
  mix-blend-mode: darken;
}
@media screen and (max-width: 850px) {
  main.access .pageHeader__image {
    width: 100%;
    padding: 80px 5px;
  }
  main.access .pageHeader__image .pinch-to-zoom {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
main.access .pageSection .content {
  width: 100%;
  max-width: 900px;
  margin: 100px 0 0;
}
main.access .pageSection .content .pinch-to-zoom-solo {
  display: none;
}
@media screen and (max-width: 850px) {
  main.access .pageSection .content {
    margin: 20px 0 10px;
  }
  main.access .pageSection .content:nth-child(2) {
    margin-top: 30px;
  }
  main.access .pageSection .content:last-child {
    margin-top: 60px;
  }
  main.access .pageSection .content .pinch-to-zoom-solo {
    display: block;
    width: 60px;
    margin-left: auto;
    margin-bottom: -30px;
  }
}
main.access .pageSection .content .content-title {
  border-bottom: 1px solid #a29572;
  width: 100%;
  font-size: 22px;
  letter-spacing: 0.18em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  main.access .pageSection .content .content-title {
    margin-bottom: 20px;
  }
}
main.access .pageSection .content .banner {
  background-color: #fff;
  width: 100%;
  padding: 20px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 850px) {
  main.access .pageSection .content .banner {
    padding: 10px;
  }
}
main.access .pageSection .content .note {
  font-size: 10px;
  line-height: 13px;
}
main.access .pageSection.train .section-mv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 50%);
}
main.access .pageSection.train .section-mv::before {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
main.access .pageSection.train .section-mv > .mv {
  position: relative;
  width: 100%;
  height: 100%;
}
main.access .pageSection.train .section-mv > .mv .image {
  position: absolute;
  width: 100%;
  height: 100%;
}
main.access .pageSection.train .section-mv > .mv .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 100%;
}
main.access .pageSection.train .section-mv > .mv .text {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
main.access .pageSection.train .section-mv > .mv .text > p {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
}
main.access .pageSection.train .section-mv > .mv .text > p strong {
  font-size: 36px;
}
main.access .pageSection.train .section-mv > .mv .text > p span {
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  main.access .pageSection.train .section-mv > .mv .text > p {
    font-size: 16px;
    line-height: 20px;
  }
  main.access .pageSection.train .section-mv > .mv .text > p strong {
    font-size: 26px;
  }
  main.access .pageSection.train .section-mv > .mv .text > p span {
    font-size: 12px;
  }
}
main.access .pageSection.train .section-title {
  -webkit-transform: translate(20%, -60%);
          transform: translate(20%, -60%);
}
@media screen and (max-width: 850px) {
  main.access .pageSection.train .section-title {
    -webkit-transform: translate(0, 30%);
            transform: translate(0, 30%);
  }
}
main.access .pageSection.train .inner {
  background-image: url("../img/access/bg_train-ptn.png"), url("../img/access/bg_train-ptn-bottom.png");
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 380px;
}
@media screen and (max-width: 850px) {
  main.access .pageSection.train .inner {
    width: 100%;
    padding: 0 20px 60px;
  }
}
main.access .pageSection.bus {
  margin-top: -300px;
}
@media screen and (max-width: 850px) {
  main.access .pageSection.bus {
    margin-top: 0;
  }
}
main.access .pageSection.bus .section-mv {
  background-image: url("../img/access/bg_section-bus.jpg");
  background-size: cover;
  background-position: bottom;
}
main.access .pageSection.bus .inner {
  background-image: url("../img/access/bg_bus-ptn-bottom.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}
main.access .pageSection.bus .content {
  margin: 40px 0 0;
}
main.access .pageSection.bus .content:has(.image-grid) {
  border: 2px solid #a4872a;
  background-color: #fff;
  width: calc(100% - 40px);
  max-width: 900px;
  padding: 10px;
}
main.access .pageSection.bus .content:has(.image-grid) .image-grid {
  border: 1px solid #a4872a;
  width: 100%;
  padding: 50px;
}
@media screen and (max-width: 850px) {
  main.access .pageSection.bus .content:has(.image-grid) .image-grid {
    padding: 20px;
  }
}
main.access .pageSection.bus .content:has(.image-grid) .image-grid .title {
  font-size: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  main.access .pageSection.bus .content:has(.image-grid) .image-grid .title {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
main.access .pageSection.bus .content:has(.image-grid) .image-grid .image-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 850px) {
  main.access .pageSection.bus .content:has(.image-grid) .image-grid .image-list {
    gap: 10px;
  }
}
main.access .pageSection.bus .content:has(.image-grid) .image-grid .image-item .text {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  main.access .pageSection.bus .content:has(.image-grid) .image-grid .image-item .text {
    font-size: 12px;
  }
}
main.access .pageSection.carlife {
  margin-top: -100px;
}
main.access .pageSection.carlife .section-mv {
  background-image: url("../img/access/bg_section-car.jpg");
  background-size: cover;
  background-position: center;
}
main.access .pageSection.carlife .inner {
  width: calc(100% - 40px);
}
main.access .pageSection.carlife .content {
  max-width: 1068px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 20px;
}
@media screen and (max-width: 850px) {
  main.access .pageSection.carlife .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
main.access .pageSection.carlife .content > .image {
  width: 100%;
  aspect-ratio: 259/211;
}
main.access .pageSection.carlife .content > .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 20px;
  height: 100%;
}

main.zeh .pageHeader .inner {
  position: relative;
  background-image: url("../img/position/bg_head-ptn.png");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 400px;
}
@media screen and (max-width: 850px) {
  main.zeh .pageHeader .inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 40px;
  }
}
main.zeh .pageHeader__mv {
  background-image: url("../img/zeh/bg_mv-zeh.jpg");
}
@media screen and (max-width: 850px) {
  main.zeh .pageHeader__mv {
    background-image: url("../img/zeh/bg_mv-zeh_sp.jpg");
  }
}
main.zeh .pageHeader__title {
  margin-bottom: 40px;
}
main.zeh .pageHeader__subTtl {
  left: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
main.zeh .pageHeader__subTtl span {
  color: #727171;
}
@media screen and (max-width: 850px) {
  main.zeh .pageHeader__subTtl span {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 850px) {
  main.zeh .pageHeader__subTtl {
    left: auto;
    right: 0;
  }
}
main.zeh .pageHeader__image {
  max-width: 900px;
}
main.zeh .pageSection.oriented {
  margin-top: -250px;
}
main.zeh .pageSection.oriented .pageSection__header {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
main.zeh .pageSection.oriented .section-mv {
  background-image: url("../img/zeh/bg_section-zeh.jpg");
  background-size: cover;
  background-position: center;
}
main.zeh .pageSection.oriented .section-txt {
  padding-bottom: 30px;
}
main.zeh .pageSection.oriented .section-txt .logo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 5px;
}
main.zeh .pageSection.oriented .section-txt .note {
  font-size: 8px;
}
main.zeh .pageSection.oriented .inner {
  background-image: url("../img/zeh/bg_zeh-ptn.png"), url("../img/zeh/bg_oriented-ptn.png");
  background-position: top left, bottom left;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .inner {
    padding-bottom: 100px;
  }
}
main.zeh .pageSection.oriented .bels {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 10px;
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 60px 0;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .bels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
main.zeh .pageSection.oriented .bels__note {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 8px;
  line-height: 11px;
  text-align: right;
  padding-top: 12px;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .bels__note {
    position: static;
    text-align: left;
    padding: 0;
  }
}
main.zeh .pageSection.oriented .bels .wrapper {
  border: 1px solid #a4872a;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .bels .wrapper {
    padding: 20px;
  }
}
main.zeh .pageSection.oriented .bels .wrapper > .text p {
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.15em;
  color: #a4872a;
}
main.zeh .pageSection.oriented .bels .wrapper > .text p span {
  font-size: 10px;
  color: #000;
}
main.zeh .pageSection.oriented .bels .wrapper > .text p + p {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .bels .wrapper > .text p {
    letter-spacing: 0.1em;
  }
}
main.zeh .pageSection.oriented .merit {
  width: calc(100% - 40px);
  max-width: 1100px;
}
main.zeh .pageSection.oriented .merit + .merit {
  margin-top: 100px;
}
main.zeh .pageSection.oriented .merit__title {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
main.zeh .pageSection.oriented .merit__title span:first-child {
  margin-right: 0.5em;
}
main.zeh .pageSection.oriented .merit__title span:last-child {
  margin-left: 0.5em;
}
main.zeh .pageSection.oriented .merit__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
main.zeh .pageSection.oriented .merit__tab .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 20/3;
  opacity: 0.6;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__tab .tab {
    gap: 10px;
  }
}
main.zeh .pageSection.oriented .merit__tab .tab .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-family: "Tinos", serif;
  font-size: 48px;
  line-height: 0.8;
  letter-spacing: 0.06em;
  color: #fff;
}
main.zeh .pageSection.oriented .merit__tab .tab .number span {
  font-size: 14px;
  padding-top: 0.4em;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__tab .tab .number {
    font-size: 20px;
  }
}
main.zeh .pageSection.oriented .merit__tab .tab .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  color: #fff;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__tab .tab .title {
    font-size: 11px;
    line-height: 22px;
  }
}
main.zeh .pageSection.oriented .merit__tab .tab.tab01 {
  background-image: url("../img/zeh/bg_merit-tab.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
main.zeh .pageSection.oriented .merit__tab .tab.tab01 .number {
  margin-left: 20px;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__tab .tab.tab01 .number {
    margin-left: 5px;
  }
}
main.zeh .pageSection.oriented .merit__tab .tab.tab02 {
  background-image: url("../img/zeh/bg_merit-tab-r.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
main.zeh .pageSection.oriented .merit__tab .tab.tab02 .number {
  margin-left: 60px;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__tab .tab.tab02 .number {
    margin-left: 10px;
  }
}
main.zeh .pageSection.oriented .merit__tab .tab.current {
  opacity: 1;
}
main.zeh .pageSection.oriented .merit__inner {
  background-color: #eeedea;
  width: 100%;
  padding: 60px 0;
}
main.zeh .pageSection.oriented .merit__content {
  background-color: #fff;
  width: calc(100% - 40px);
  max-width: 1000px;
  padding: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__content {
    padding: 10px 10px 30px;
  }
}
main.zeh .pageSection.oriented .merit__content + .merit__content {
  margin-top: 60px;
}
main.zeh .pageSection.oriented .merit__content .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__content .content-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
main.zeh .pageSection.oriented .merit__content .content-title > .icon {
  width: auto;
  height: 45px;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__content .content-title > .icon {
    height: 32px;
  }
}
main.zeh .pageSection.oriented .merit__content .content-title > .icon img {
  width: auto;
  height: 100%;
}
main.zeh .pageSection.oriented .merit__content .content-title > .text {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__content .content-title > .text {
    font-size: 14px;
    line-height: 20px;
  }
}
main.zeh .pageSection.oriented .merit__content .content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__content .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main.zeh .pageSection.oriented .merit__content .content-wrapper + .content-note {
  max-width: 800px;
  margin: 5px auto 0;
}
main.zeh .pageSection.oriented .merit__content .content-wrapper.narrow {
  max-width: 720px;
}
main.zeh .pageSection.oriented .merit__content .content-wrapper.narrow + .content-note {
  max-width: 720px;
}
main.zeh .pageSection.oriented .merit__content .content-wrapper > .text,
main.zeh .pageSection.oriented .merit__content .content-wrapper > .image {
  width: calc(50% - 10px);
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__content .content-wrapper > .text,
  main.zeh .pageSection.oriented .merit__content .content-wrapper > .image {
    width: 100%;
  }
}
main.zeh .pageSection.oriented .merit__content .content-wrapper > .text p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #a4872a;
}
main.zeh .pageSection.oriented .merit__content .content-wrapper > .text p + p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #000;
  margin: 10px 0 20px;
}
main.zeh .pageSection.oriented .merit__content .content-wrapper .content-item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__content .content-wrapper .content-item {
    width: 100%;
  }
}
main.zeh .pageSection.oriented .merit__content .content-wrapper .content-item > .text p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #a4872a;
}
main.zeh .pageSection.oriented .merit__content .content-wrapper .content-item > .text p + p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #000;
  margin: 10px 0 20px;
}
main.zeh .pageSection.oriented .merit__content .content-wrapper .content-item > .image img {
  width: auto;
  max-height: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .merit__content .content-wrapper .content-item > .image img {
    width: 100%;
    max-height: none;
    margin: 0 auto 20px;
  }
}
main.zeh .pageSection.oriented .merit__content .content-wrapper .content-item > .image span {
  font-size: 8px;
  line-height: 11px;
}
main.zeh .pageSection.oriented .merit__content .content-wrapper > .note {
  width: 100%;
  font-size: 8px;
  line-height: 12px;
}
main.zeh .pageSection.oriented .merit__content .content-detail {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}
main.zeh .pageSection.oriented .merit__content .content-image {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 24px;
  position: relative;
}
main.zeh .pageSection.oriented .merit__content .content-image > span {
  font-size: 8px;
  line-height: 11px;
  white-space: nowrap;
}
main.zeh .pageSection.oriented .merit__content .content-image > span.note.leftin {
  position: absolute;
  left: 0.4rem;
  bottom: 6px;
}
main.zeh .pageSection.oriented .merit__content .content-note {
  font-size: 10px;
  line-height: 12px;
  margin-top: 5px;
}
main.zeh .pageSection.oriented .merit__content .content-text {
  margin-top: 30px;
}
main.zeh .pageSection.oriented .merit__content .content-text > p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.15em;
  text-align: center;
}
main.zeh .pageSection.oriented .merit__content .content-text > p span {
  font-weight: 500;
  font-size: 28px;
  position: relative;
}
main.zeh .pageSection.oriented .merit__content .content-text > p span strong {
  font-weight: 400;
  font-family: "Tinos", serif;
  font-size: 60px;
  line-height: 1;
  color: #a4872a;
}
main.zeh .pageSection.oriented .merit__content .content-text > p span.note {
  position: absolute;
  top: 98%;
  right: 10px;
  font-size: 10px;
  line-height: 1;
}
main.zeh .pageSection.oriented .energy {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 60px 0;
}
main.zeh .pageSection.oriented .energy__title {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 40px;
}
main.zeh .pageSection.oriented .energy__title span:first-child {
  margin-right: 0.5em;
}
main.zeh .pageSection.oriented .energy__title span:last-child {
  margin-left: 0.5em;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .energy__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
main.zeh .pageSection.oriented .energy__detail {
  margin-bottom: 60px;
}
main.zeh .pageSection.oriented .energy__detail p {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.oriented .energy__detail p {
    text-align: left;
  }
}
main.zeh .pageSection.oriented .energy__detail p small {
  font-size: 0.7em;
}
main.zeh .pageSection.oriented .energy__detail p + p {
  font-size: 12px;
  line-height: 25px;
  letter-spacing: normal;
  margin-top: 30px;
}
main.zeh .pageSection.oriented .energy__image {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
main.zeh .pageSection.oriented .energy__image > span {
  display: block;
  width: 100%;
  font-size: 8px;
  text-align: right;
  margin-top: 5px;
}
main.zeh .pageSection.recon {
  margin-top: -100px;
}
main.zeh .pageSection.recon .section-mv {
  position: relative;
  background-image: url("../img/zeh/bg_section-recon.jpg");
  background-size: cover;
  background-position: center;
}
main.zeh .pageSection.recon .section-mv > .note {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  font-size: 10px;
  line-height: 12px;
  text-align: right;
}
@media screen and (max-width: 850px) {
  main.zeh .pageSection.recon .section-mv > .note {
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
main.zeh .pageSection.recon .inner {
  width: calc(100% - 40px);
  max-width: 900px;
  padding: 60px 0;
}
main.zeh .pageSection.recon .content-title {
  font-size: 22px;
  margin-bottom: 30px;
}
main.zeh .pageSection.recon .content-image {
  margin-bottom: 100px;
}
main.zeh .pageSection.recon .content-image > span {
  font-size: 10px;
}
main.zeh .pageSection.recon .content-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 200px);
  gap: 5px;
  width: 100%;
}
main.zeh .pageSection.recon .content-grid .image:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/3;
}
main.zeh .pageSection.recon .content-grid .image:nth-child(4) {
  grid-column: 1/2;
  grid-row: 2/4;
}
main.zeh .pageSection.recon .content-grid .image:nth-child(6) {
  grid-column: 2/4;
  grid-row: 3/4;
}
main.zeh .pageSection.recon .content-grid > span {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 10px;
}

main.brand {
  padding-top: 0;
}
main.brand .pageHeader .inner {
  position: relative;
  min-height: 0;
}
@media screen and (max-width: 850px) {
  main.brand .pageHeader .inner {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 40px;
  }
}
main.brand .pageHeader__mv {
  background-image: url("../img/brand/bg_mv-brand.jpg");
}
main.brand .pageHeader__mv::after {
  display: none;
}
main.brand .pageHeader__title {
  margin-bottom: 40px;
}
main.brand .pageHeader__subTtl {
  left: auto;
  right: min(7.6923076923vw, 100px);
  right: 100px;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.8));
}

main.map .map {
  width: 100%;
}
main.map .map__inner {
  background-image: url("../img/map/bg_map-ptn.png");
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 300px 0 100px;
}
main.map .map__inner .title {
  margin-bottom: 60px;
}
main.map .map__inner .title p {
  font-family: "Tinos", serif;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #9d9989;
}
main.map .map__inner .title p + p {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  line-height: 37px;
}
main.map .map__inner .map {
  width: calc(100% - 40px);
  max-width: 900px;
}
main.map .map__inner .btn-gold {
  font-size: 22px;
  margin-top: 60px;
}

main.outline .outline {
  width: 100%;
}
main.outline .outline__inner {
  background-image: url("../img/map/bg_map-ptn.png");
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 300px 0 100px;
}
main.outline .outline__inner .title {
  margin-bottom: 60px;
}
main.outline .outline__inner .title p {
  font-family: "Tinos", serif;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #9d9989;
}
main.outline .outline__inner .title p + p {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  line-height: 37px;
}
main.outline .outline__content {
  width: calc(100% - 40px);
  max-width: 910px;
  margin: 0 auto;
}
main.outline .outline__content .inner01 {
  width: 100%;
}
main.outline .outline__content .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.15em;
  margin: 0 0 24px;
}
@media screen and (max-width: 850px) {
  main.outline .outline__content .ttl {
    font-size: 18px;
  }
}
main.outline .outline__content .ttl::before {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 1em;
  aspect-ratio: 1/1;
}
main.outline .outline__content .txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.15em;
  margin: 0 0 24px;
}
main.outline .outline__content table {
  border: 1px solid #9d9989;
  width: 100%;
  margin: 0 auto 120px;
}
main.outline .outline__content table:last-child {
  margin: 0 auto 190px;
}
main.outline .outline__content tr {
  background-color: #efebe0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
main.outline .outline__content tr + tr {
  border-top: 1px solid #9d9989;
}
main.outline .outline__content tr th {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 100%;
  max-width: 290px;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.15em;
  padding: 20px;
}
@media screen and (max-width: 850px) {
  main.outline .outline__content tr th {
    max-width: 100px;
    font-size: 12px;
    padding: 10px;
  }
}
main.outline .outline__content tr td {
  background-color: #f8f7f6;
  border-left: 1px solid #9d9989;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.15em;
  padding: 20px;
}
@media screen and (max-width: 850px) {
  main.outline .outline__content tr td {
    font-size: 12px;
    padding: 10px;
  }
}

main.limited .pageHeader {
  padding-bottom: 0;
}
main.limited .pageHeader .inner {
  min-height: 0;
  padding: 60px 0;
}
main.limited .pageHeader__mv {
  background-image: url("../img/limited/bg_mv-limited.jpg");
}
main.limited .pageHeader__mv::after {
  display: none;
}
main.limited .pageHeader__subTtl {
  left: min(7.6923076923vw, 100px);
  left: 100px;
  -webkit-transform: translate(0, calc(-100% - 20px));
          transform: translate(0, calc(-100% - 20px));
}
main.limited .pageHeader__subTtl span {
  color: #9d9989;
}
main.limited .pageHeader__subTtl span + span {
  font-size: 22px;
  line-height: 38px;
  text-align: left;
}
main.limited .pageHeader__title {
  margin-bottom: 40px;
}
main.limited .pageHeader__auth {
  width: calc(100% - 40px);
  max-width: 400px;
}
main.limited .pageHeader__auth .password {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
}
main.limited .pageHeader__auth .password input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #9d9989;
  background-color: #fff;
  width: 100%;
  height: 60px;
  font-family: "Tinos", serif;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0.1em;
  color: rgba(157, 153, 137, 0.6);
  padding-left: 20px;
  margin: 0 20px;
}
main.limited .pageHeader__auth .password input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
main.limited .pageHeader__auth .password .pw-enter {
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#c4af71), to(#a4872a));
  background: linear-gradient(to right, #c4af71, #a4872a);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  width: 100%;
  height: 55px;
  padding: 0;
}
main.limited .pageHeader__auth .password .pw-enter > span {
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}

main.limited-content .limited-content {
  width: 100%;
}
main.limited-content .limited-content__inner {
  background-image: url("../img/map/bg_map-ptn.png");
  background-position: top center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 240px 0 100px;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content__inner {
    padding: 60px 0 100px;
  }
}
main.limited-content .limited-content__inner .title {
  margin-bottom: 60px;
}
main.limited-content .limited-content__inner .title p {
  font-family: "Tinos", serif;
  font-size: 42px;
  line-height: 40px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #9d9989;
}
main.limited-content .limited-content__inner .title p + p {
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  line-height: 37px;
}
main.limited-content .limited-content .contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .contents {
    gap: 20px;
  }
}
main.limited-content .limited-content .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-position: center;
  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;
  width: 100%;
  height: 120px;
  font-family: "Zen Old Mincho", serif;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .content {
    font-size: 16px;
    line-height: 20px;
  }
}
main.limited-content .limited-content .content::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 67, 89, 0.5);
  background-blend-mode: multiply;
  width: 100%;
  height: 100%;
}
main.limited-content .limited-content .content span,
main.limited-content .limited-content .content p,
main.limited-content .limited-content .content .wrapper,
main.limited-content .limited-content .content .logo {
  z-index: 1;
}
main.limited-content .limited-content .content .logo {
  height: 35px;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(348deg) brightness(101%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(348deg) brightness(101%) contrast(103%);
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .content .logo {
    height: 18px;
  }
}
main.limited-content .limited-content .content.plans {
  background-image: url("../img/limited/bg_limited1.jpg");
}
main.limited-content .limited-content .content.museum {
  background-image: url("../img/limited/bg_limited2.jpg");
}
main.limited-content .limited-content .content.view {
  background-image: url("../img/limited/bg_limited3.jpg");
}
main.limited-content .limited-content .content.movie {
  background-image: url("../img/limited/bg_limited4.jpg");
}
main.limited-content .limited-content .content.salon {
  background-image: url("../img/limited/bg_limited5.jpg");
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
main.limited-content .limited-content .content.salon .wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main.limited-content .limited-content .content.salon .wrapper .logo {
  width: 100%;
}
main.limited-content .limited-content .content.salon .wrapper .logo img {
  width: auto;
  height: 100%;
  margin-right: auto;
}
main.limited-content .limited-content .content.ideas {
  background-image: url("../img/limited/bg_limited6.jpg");
  gap: 15px;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .content.ideas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 10px;
  }
}
main.limited-content .limited-content .content.ideas .logo {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 8px;
}
main.limited-content .limited-content .content.ideas .logo img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .content.ideas .logo {
    padding-bottom: 0;
  }
  main.limited-content .limited-content .content.ideas .logo img {
    height: 20px;
  }
}
main.limited-content .limited-content .content.ideas span {
  font-size: 35px;
  line-height: 1;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .content.ideas span {
    font-size: 18px;
  }
}
main.limited-content .limited-content .plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .plan-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    gap: 20px;
  }
}
main.limited-content .limited-content .plan-item {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #bea764;
  width: 100%;
  max-width: 400px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .plan-item {
    width: 100%;
    padding: 0 10px;
  }
}
main.limited-content .limited-content .plan-item .label {
  position: absolute;
  top: 0;
  right: -12px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 60px;
  aspect-ratio: 1;
  background: #B81C22;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  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;
  line-height: 1.2;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .plan-item .label {
    width: auto;
    aspect-ratio: auto;
    border-radius: 20px;
    padding: 5px 10px;
    right: -5px;
    top: -5px;
  }
}
main.limited-content .limited-content .plan-item__head {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  height: 60px;
}
main.limited-content .limited-content .plan-item__head .type {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  color: #bea764;
  padding: 5px;
}
main.limited-content .limited-content .plan-item__head .type span {
  display: block;
  font-family: "Tinos", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0.02em;
}
main.limited-content .limited-content .plan-item__head .type span + span {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}
main.limited-content .limited-content .plan-item__head .detail p {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .plan-item__head .detail p {
    font-size: 16px;
    line-height: 22px;
  }
}
main.limited-content .limited-content .plan-item__head .detail p:first-child {
  font-family: "Tinos", serif;
  letter-spacing: 0.1em;
}
main.limited-content .limited-content .plan-item__head .detail p:first-child span {
  font-size: 20px;
  margin-right: 0.05em;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .plan-item__head .detail p:first-child span {
    font-size: 24px;
  }
}
main.limited-content .limited-content .plan-item__head .detail p:last-child {
  font-size: 10px;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .plan-item__head .detail p:last-child {
    font-size: 12px;
  }
}
main.limited-content .limited-content .plan-item__head .detail p:last-child span {
  font-size: 14px;
  margin-left: 0.2em;
}
main.limited-content .limited-content .plan-item__head .detail p:last-child span strong {
  font-size: 22px;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .plan-item__head .detail p:last-child span {
    font-size: 16px;
  }
  main.limited-content .limited-content .plan-item__head .detail p:last-child span strong {
    font-size: 24px;
  }
}
main.limited-content .limited-content .plan-item__detail {
  pointer-events: none;
  width: 100%;
  margin: 10px 0 0;
}
main.limited-content .limited-content .plan-item__detail .detail-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
main.limited-content .limited-content .plan-item__detail .detail-item {
  background-color: #968b7f;
  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;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 30px;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 850px) {
  main.limited-content .limited-content .plan-item__detail .detail-item {
    font-size: 12px;
  }
}
main.limited-content .limited-content .plan-item__detail .detail-limit {
  background: -webkit-gradient(linear, left top, right top, from(#c4af71), to(#a4872a));
  background: linear-gradient(to right, #c4af71, #a4872a);
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
main.limited-content .limited-content .plan-item__more {
  cursor: pointer;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Tinos", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 10px 30px 10px 20px;
  color: #fff;
  margin: 5px auto;
}
main.limited-content .limited-content .plan-item__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/common/icon_btn-arw.svg");
  background-size: cover;
  width: 6.5px;
  height: 13px;
}
main.limited-content .limited-content .plan-item.limited {
  background-color: #968b7f;
}
main.limited-content .limited-content .plan-item.limited .plan-item__head .type {
  color: #968b7f;
}
main.limited-content .limited-content .plan-item.limited .plan-item__detail .detail-item {
  background-color: #a4872a;
}