<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.main {
  background-color: #000;
}

.lower .mainVisual .mainVisual__inner .txtArea h2 {
  color: #fff;
  background: none;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.2em;
  font-weight: 300;
  padding-inline: 5%;
  padding-block: 4px;
  font-family: 'EB Garamond', serif;
}
.lower .mainVisual .mainVisual__inner .txtArea h2 span {
  font-size: 46px;
  color: #fff;
  display: block;
  letter-spacing: 0.195em;
}

@media only screen and (max-width:768px) {
  .lower .mainVisual .mainVisual__inner .txtArea h2 {
    font-size: 22px;
  }
  .lower .mainVisual .mainVisual__inner .txtArea h2 span {
    font-size: 28px;
  }
}

.container {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
}


/* top_area
================================== */
.top_area {
  padding-top: 120px;
  color: #fff;
}
.top_title {
  font-size: 34px;
  letter-spacing: 0.3em;
  line-height: 1.5;
  text-align: center;
}
.top_lead {
  margin-top: 32px;
  font-size: 20px;
  letter-spacing: 0.285em;
  line-height: 2;
  text-align: center;
}
.top_wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: auto auto auto;
}
.top_item {
  text-align: center;
  padding-inline: 2%;
  border-right: 1px solid rgba(215, 208, 208, .5);
  color: #d7d0d0;
}
.top_item:last-child {
  border-right: none;
}
.top_item_en {
  color: #d7c88a;
  font-family: 'EB Garamond', serif;
  letter-spacing: normal;
  font-size: 24px;
  border: 1px solid #d7c88a;
  margin-inline: auto;
  width: 34px;
}
.top_item_title {
  color: #d7c88a;
  margin-top: 14px;
  letter-spacing: 0.195em;
  font-size: 22px;
  line-height: 1.6;
}
.top_item_text {
  margin-top: 24px;
  letter-spacing: 0.2em;
  font-size: 13px;
  line-height: 2.25;
}
.top_item_cap {
  margin-top: 50px;
  letter-spacing: 0.2em;
  font-size: 12px;
  line-height: 2.25;
  text-align: right;
}

@media only screen and (max-width:768px) {
  .top_area {
    padding-top: 80px;
  }
  .top_title {
    font-size: 24px;
  }
  .top_lead {
    margin-top: 28px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .top_wrap {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .top_item {
    padding-inline: 0;
    border-right: none;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(215, 208, 208, .5);
  }
  .top_item_text {
    margin-top: 20px;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 2;
  }
  .top_item_cap {
    margin-top: 30px;
    letter-spacing: 0.1em;
  }
}

.view_title {
  margin-top: 80px;
  font-size: 34px;
  letter-spacing: 0.3em;
  line-height: 1.2;
  text-align: center;
}
.view_title span {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.view_btn_wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.switchBtn {
  display: block;
  width: 100%;
  max-width: 160px;
  color: #d7c88a;
  border: 1px solid #d7c88a;
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.switchBtn.active {
  background-color: #d7c88a; 
  color: #000; 
}
.switchBtn:hover {
  background-color: #d7c88a; 
  color: #000; 
}
.viewWrap {
  position: relative;
  margin-top: 20px;
 }
 .viewWrap figure {
  position: relative;
  height: 100%;
  overflow: hidden;
 }
 .panoramixImg {
  position: absolute;
  width: auto !important;
  max-width: none;
  margin: auto;
 }
 .viewWrap_cap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 5px 6px 6px;
  z-index: 5;
  text-align: right;
  font-size: 10px;
  line-height: 1.8;
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 7px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width:768px) {
  .view_title {
    margin-top: 60px;
    font-size: 28px;
  }
  .view_title span {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .view_btn_wrap {
    margin-top: 20px;
    column-gap: 10px;
  }
  .viewWrap {
    margin-top: 10px;
   }
}

 .pano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
 }
 .pano .controls .left, .pano .controls .right {
  display: block;
  width: 50px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(168, 142, 112, .9);
 }
 
 .pano .controls .left::before, .pano .controls .right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
 }
 
 .pano .controls .right {
  right: 0;
  left: auto;
 }
 
 .pano .controls .right::before {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
 }

 @media only screen and (min-width: 1024px) {
  .pano .controls .left::before, .pano .controls .right::before {
    transition: all .4s ease;
  }
 
  .pano .controls .left:hover::before, .pano .controls .right:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
 
  .pano .controls .left, .pano .controls .right {
    transition: all .4s ease;
    opacity: 1;
  }
 
  .pano .controls .left:hover, .pano .controls .right:hover {
    opacity: .2;
  }
 }
 
  .pano .controls .left, .pano .controls .right {
    width: 35px;
    height: 70px;
  }
 
  .pano .controls .left::before, .pano .controls .right::before {
   width: 8px;
   height: 8px;
 }

/* 
================================== */
.madoriDetail {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 80px 0 140px;
}

@media only screen and (max-width:768px) {
  .madoriDetail {
    flex-direction: column;
    padding: 40px 0 80px;
  }
}

.madoriDetail:last-child{
  padding-bottom: 70px;
}

@media only screen and (max-width:768px) {
  .madoriDetail:last-child{
    padding-bottom: 60px;
  }
}

.madoriDetail__head {
  position: relative;
  width: 40%;
  background: url(../imgs/premium_plan_bg.jpg) no-repeat center center / cover;
  padding-top: 80px;
  padding-inline: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .madoriDetail__head {
    width: 100%;
    padding-top: 60px;
    padding-inline: 20px;
    padding-bottom: 60px;
  }
}


.madoriDetail__ttl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Cormorant Garamond", serif;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .madoriDetail__ttl {
    gap: 18px 20px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__ttl {
    border-width: 2.5px;
    gap: 14px 20px;
    padding-left: 32px;
  }
}

.madoriDetail__type {
  position: relative;
  color: #66758c;
  font-family: "Cinzel", serif;
  letter-spacing: .15em;
  line-height: .9;
  padding-bottom: 10px;
  font-size: 28px;
}

.madoriDetail__type .type {
  position: relative;
  color: #66758c;
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: .15em;
  text-align: left;
  line-height: .9;
  padding-bottom: 10px;
  border-bottom: 6px solid #66758c;
  font-size: 28px;
}

.madoriDetail__type .type::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: -60px;
  width: 60px;
  height: 1px;
  background-color: #66758c;
}

@media screen and (max-width: 768px) {
  .madoriDetail__type {
    font-size: 18px;
  }
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__type .strong {
    font-size: 74px;
  }
  .madoriDetail__type .type {
    padding-bottom: 10px;
    font-size: 18px;
  }
  
  .madoriDetail__type .type::before {
    bottom: -3px;
    left: -53px;
    width: 53px;
  }
}



.madoriDetail__spec {
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  line-height: 1.2;
}

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

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

.madoriDetail__variation {
  color: #66758c;
}
@media screen and (min-width: 768px) {
  .madoriDetail__variation {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__variation {
    font-size: 26px;
  }
}

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

@media screen and (max-width: 768px) {
  .madoriDetail__variation .strong {
    font-size: 42px;
  }
}

.madoriDetail__length {
  color: #66758c;
}
@media screen and (min-width: 768px) {
  .madoriDetail__length {
    font-size: 30px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length {
    font-size: 28px;
    margin-top: 14px;
  }
}

.madoriDetail__length .unit_jp {
  display: block;
}
@media screen and (min-width: 768px) {
  .madoriDetail__length .unit_jp {
    letter-spacing: 0.12em;
    font-size: 18px;
  }
  .madoriDetail__length .unit_l {
    font-size: 60px;
  }
  .madoriDetail__length .unit {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length .unit {
    font-size: 23px;
  }
  .madoriDetail__length .unit_jp {
    letter-spacing: 0.12em;
    font-size: 16px;
  }
  .madoriDetail__length .unit_l {
    font-size: 40px;
  }
  .madoriDetail__length .unit {
    font-size: 28px;
  }
}

.madoriDetail__length .mator {
  font-family: "Cormorant Garamond", serif;
}

.madoriDetail__length .tsubo {
  display: inline-block;
  font-family: "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  letter-spacing: .15em;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .madoriDetail__length .tsubo {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length .tsubo {
    font-size: 14px;
  }
}

.madoriDetail__price {
  color: #8a6533;
}
@media screen and (min-width: 768px) {
  .madoriDetail__length {
    font-size: 30px;
    margin-top: 10px;
  }
  .madoriDetail__price {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length {
    font-size: 28px;
    margin-top: 14px;
  }
  .madoriDetail__price {
    font-size: 13px;
    margin-top: 14px;
  }
}

.madoriDetail__length .unit_jp {
  display: block;
}
.madoriDetail__price .unit_jp {
  color: #66758c;
  display: block;
}
@media screen and (min-width: 768px) {
  .madoriDetail__length .unit_jp {
    letter-spacing: 0.12em;
    font-size: 18px;
  }
  .madoriDetail__length .unit_l {
    font-size: 60px;
  }
  .madoriDetail__length .unit {
    font-size: 36px;
  }

  .madoriDetail__price .unit_jp {
    letter-spacing: 0.12em;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .madoriDetail__price .unit_l {
    font-size: 34px;
  }
  .madoriDetail__price .unit {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDetail__length .unit {
    font-size: 23px;
  }
  .madoriDetail__length .unit_jp {
    letter-spacing: 0.12em;
    font-size: 16px;
  }
  .madoriDetail__length .unit_l {
    font-size: 40px;
  }
  .madoriDetail__length .unit {
    font-size: 28px;
  }

  .madoriDetail__price .unit {
    font-size: 18px;
  }
  .madoriDetail__price .unit_jp {
    letter-spacing: 0.12em;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .madoriDetail__price .unit_l {
    font-size: 24px;
  }
  .madoriDetail__price .unit {
    font-size: 18px;
  }
}

.floor_data {
  margin-top: 40px;
  width: 100%;
  max-width: 400px;
}

.floor_data_wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 10px;
  row-gap: 14px;
}

.floor_data_item {
  font-size: 16px;
  border-top: 1px solid #66758c;
  border-bottom: 1px solid #66758c;
  text-align: center;
  color: #66758c;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
}
.floor_data_item_s {
  font-size: 12px;
  display: block;
}

@media only screen and (max-width:768px) {
  .floor_data_item {
    font-size: 15px;
    min-height: 54px;
  }
}

.floor_data_img {
  margin-top: 40px;
}

.madoriDetail__subLength {
  font-family: "Yu Mincho", YuMincho, YakuHanMP_Noto, "Cinzel", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  letter-spacing: .15em;
  color: #66758c;
}

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

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

.madoriDetail__subItem {
  font-size: 18px;
}
.madoriDetail__subItem .tsubo {
  font-size: 18px;
}
@media only screen and (max-width:768px) {
  .madoriDetail__subItem {
    font-size: 16px;
  }
  .madoriDetail__subItem .tsubo {
    font-size: 16px;
  }
}

.madoriDetail__body {
  width: 60%;
  padding-top: 40px;
  background-color: #fff;
}

@media only screen and (max-width:768px) {
  .madoriDetail__body {
    width: 100%;
    padding-block: 40px;
    padding-inline: 20px;
  }
}

.madoriFig {
  width: 100%;
  max-width: 618px;
  margin-inline: auto;
}


.madoriFig_cap {
  width: 80%;
  margin-top: 6px;
  margin-inline: auto;
  color: #66758c;
  font-size: 12px;
  line-height: 1.4;
}

@media only screen and (max-width:768px) {
  .madoriFig_cap {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}


.madoriDetail__bottom {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .madoriDetail__bottom {
    margin-top: 20px;
  }
}


.madoriDetail.sai-animate .madoriDetail__head:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

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

@media screen and (min-width: 768px) {
  .madoriDirection {
    padding: 64px 0 140px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection {
    padding: 48px 0;
  }
}

.madoriDirection:after {
  width: 100vw;
  background-color: #333333;
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .madoriDirection:after {
    margin-left: calc((100vw - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .madoriDirection:after {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}

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

.madoriDirection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

.madoriDirection__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(190, 158, 115, 0.5);
  border-top: 1px solid rgba(190, 158, 115, 0.5);
  color: #be9e73;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  letter-spacing: .15em;
  line-height: .7;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
}

@media screen and (min-width: 768px) {
  .madoriDirection__link {
    font-size: 24px;
    gap: 20px;
    padding: 32px;
    width: 583px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link {
    font-size: 15px;
    gap: 8px;
    padding: 25px 0;
    width: 137.5px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__link:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__link .icon {
    width: 22px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__link .icon {
    width: 17px;
  }
}

.madoriDirection__link--previous {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.madoriDirection__link--previous .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.madoriDirection__index {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: background-color .6s ease, color .6s ease;
  transition: background-color .6s ease, color .6s ease;
}

@media screen and (min-width: 768px) {
  .madoriDirection__index {
    font-size: 14px;
    height: 50px;
    margin-top: 56px;
    width: 377px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__index {
    font-size: 12px;
    height: 40px;
    margin-top: 36px;
    width: 295px;
  }
}

@media screen and (min-width: 768px) {
  .madoriDirection__index:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriDirection__index:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.madoriDirection__index .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .madoriDirection__index .icon {
    left: 24px;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .madoriDirection__index .icon {
    left: 14px;
    width: 17px;
  }
}

.madoriDirection__index .icon .generalArrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .madoriList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 70px 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .madoriList__item + .madoriList__item {
    margin-top: 48px;
  }
}

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

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

@media screen and (min-width: 768px) {
  .madoriSelect__head {
    padding-bottom: 200px;
    padding-right: 36px;
    width: 310px;
  }
}

@media screen and (max-width: 768px) {
  .madoriSelect__head {
    left: 0;
    padding-top: 60px;
    position: sticky;
    top: 0;
  }
}

.madoriSelect__head:after {
  background-color: #ffffff;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .madoriSelect__head:after {
    margin-left: calc((100vw - 1200px) / -2);
    width: calc(100% + ((100vw - 1200px) / 2));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .madoriSelect__head:after {
    margin-left: -30px;
    width: calc(100% + 30px);
  }
}

@media screen and (max-width: 768px) {
  .madoriSelect__head:after {
    margin: 0 -40px;
    width: 375px;
  }
}

@media screen and (min-width: 768px) {
  .madoriSelect__list {
    left: 0;
    padding: 140px 0;
    position: sticky;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriSelect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
  }
}

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

@media screen and (min-width: 768px) {
  .madoriSelect__btn + .madoriSelect__btn {
    margin-top: 40px;
  }
}

.madoriSelect__trigger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8a6533;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: .15em;
  line-height: .7;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .madoriSelect__trigger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 15px;
    gap: 12px;
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  .madoriSelect__trigger:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (hover: hover) and (pointer: fine) {
  .madoriSelect__trigger:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.madoriSelect__trigger:before, .madoriSelect__trigger:after {
  background-color: #be9e73;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}

.madoriSelect__trigger:before {
  height: 1px;
  opacity: .5;
}

.madoriSelect__trigger:after {
  height: 3px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.madoriSelect__trigger.is-active:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.madoriSelect__trigger .arrow {
  aspect-ratio: 8 / 13;
  color: #be9e73;
  display: block;
}

@media screen and (min-width: 768px) {
  .madoriSelect__trigger .arrow {
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .madoriSelect__trigger .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 6px;
  }
}

@media screen and (min-width: 768px) {
  .madoriSelect__body {
    padding: 180px 0;
    width: 789px;
  }
}

@media screen and (max-width: 768px) {
  .madoriSelect__body {
    padding: 86px 0;
  }
}

.madoriSelect__cont {
  display: none;
}

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

.usageNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      row-gap: 8px;
}

.usageNote__item {
  display: inline-block;
}

.usageNote__item p{
  color: #66758c;
  font-size: 16px;
}

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

@media screen and (max-width: 768px) {
  .usageNote {
    row-gap: 4px;
  }
  .usageNote__item {
    width: 100%;
  }
  .usageNote__item p{
    font-size: 14px;
  }
  .usageNote__item:has(.icon) {
    width: 42%;
  }
}

.usageNote__item .icon {
  display: inline-block;
  vertical-align: sub;
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon {
    margin-right: 2px;
  }
}

.usageNote__item .icon--storage {
  aspect-ratio: 41 / 15;
}

.usageNote__item .icon--storage {
  aspect-ratio: 41 / 15;
  border: 1px solid #66758c;
}

.usageNote__item .icon--storage {
  height: 16px;
  background-color: #ebe2d0;
}

.usageNote__item .icon--storage.bg_01 {
  background-color: #f2e4dd;
}

.usageNote__item .icon--wind, .usageNote__item .icon--light {
  aspect-ratio: 26 / 6;
  vertical-align: middle;
}

.madoriDetail_caption {
  margin-top: 12px;
  color: #66758c;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 6px;
  }
}

@media screen and (max-width: 768px) {
  .usageNote__item .icon--wind, .usageNote__item .icon--light {
    height: 7px;
  }
}

.usageNote__item .icon--gus {
  aspect-ratio: 24 / 13;
}


/* 訂正文
================================== */
.correction__cap{
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 20px;
}

.correction__cap p{
font-size: 12px;
color: #fff;
letter-spacing: .1429em;
line-height: 1.71429;
padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .correction__cap p{
    padding-bottom: 60px;
    }
}

/* btnWrap
=================================== */
.btnWrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  column-gap: 40px;
}
.map_btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 150px;
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-block: 18px;
  color: #4b575e;
  background-color: #f5f6f7;
  border: 1px solid #abb3c0;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 4px 0px;
  transition: all .5s ease-out;
}
.map_btn:hover {
  box-shadow: rgba(60, 64, 67, 0.7) 0px 0px 10px 0px;
  background-color: #f3f6f8;
}



@media only screen and (max-width:768px) {
  .btnWrap {
    margin-top: 20px;
    column-gap: 20px;
  }
  .map_btn {
    max-width: 150px;
    font-size: 20px;
    padding-block: 14px;
  }
}

/* 印刷時のCSS
================================== */
@media print {
  .print {
    display: none;
  }
  .madoriFig {
    margin-top: 0px;
  }
  .madoriDetail__body {
    width: 80%;
    margin-inline: auto;
  }
}

/* top-equipment */
.en {
	font-family: 'EB Garamond', serif;
  text-transform: uppercase;
}
.top-equipment figure {
	position: relative;
}
.top-equipment figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px;
	font-size: 12px;
	color: #fff;
}
.top-equipment figcaption.black {
	color: #000;
}

.top-equipment {
  margin-block: 80px;
  color: #D7D0D0;
}
.top_lead--equipment {
  letter-spacing: normal;
}
.top-equipment__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.top-equipment__item {
}
.top-equipment__item-img {
	width: fit-content;
	margin-inline: auto;
}
.top-equipment__item-img img {
	aspect-ratio: 320 / 235;
}
.top-equipment__item-caption {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
.top-equipment__item-text {
	padding-block: 20px;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
	letter-spacing: 0.01rem;
}

@media only screen and (max-width:768px) {
  .top-equipment {
    margin-block: 40px;
  }
  .top-equipment__list {
    grid-template-columns: 1fr;
  }
}
.madoriDetail__label {
  align-items: center;
  display: flex;
  width: 100%;
}
.madoriDetail__labelItem {
  border: 1px solid #8a6533;
  color: #8a6533;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .15em;
  line-height: 1;
}

@media only screen and (min-width:768px) {
  .madoriDetail__labelItem {
    font-size: 12px;
    padding: 6px 6px;
}
}
@media only screen and (max-width:768px) {
  .madoriDetail__labelItem {
    font-size: 10px;
    padding: 3px 4px;
}
}</pre></body></html>