.blockArea {
  position: relative;
}

.blockArea:not(:has(.madoriDetail--premium)) .blockArea__bg {
  width: calc(100vw - var(--scrollbar));
  background-attachment: fixed;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  inset: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .blockArea:not(:has(.madoriDetail--premium)) .blockArea__bg {
    margin-left: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
    margin-right: calc((calc(100vw - var(--scrollbar)) - 1200px) / -2);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .blockArea:not(:has(.madoriDetail--premium)) .blockArea__bg {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .blockArea:not(:has(.madoriDetail--premium)) .blockArea__bg {
    margin-left: -32px;
  }
}

.blockArea:not(:has(.madoriDetail--premium)) .blockArea__bg:after {
  background: no-repeat center top / 100% 100%;
  background-image: url("../imgs/bg-plan-01@1.5x.jpg");
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.blockArea:has(.madoriDetail) .blockArea__bg {
  margin: auto;
}

.casbeeSect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

@media screen and (max-width: 768px) {
  .casbeeSect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

@media screen and (max-width: 768px) {
  .casbeeSect .photo {
    width: 260px;
  }
}

.corridorSect {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .corridorSect {
    margin: 0 -32px;
  }
}

.corridorSect__head .headingCombi {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .corridorSect__cont, .corridorSect__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .corridorSect__cont, .corridorSect__bottom {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .corridorSect__cont .photo__image, .corridorSect__bottom .photo__image {
    max-width: unset;
    width: 1200px;
  }
}

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

.introductionSect {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .introductionSect {
    gap: 0 100px;
  }
}

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

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

@media screen and (max-width: 768px) {
  .introductionSect__head .swipeFigure__body {
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__head .swipeFigure__scrollBar {
    margin: 40px 56px 0;
  }
}

.introductionSect__head .swipeFigure__capOut {
  padding-right: 5px;
}

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

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .introductionSect__cont {
    margin-top: 100px;
  }
}

@media screen and (min-width: 768px) {
  .introductionSect__cont .headingCombi {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .introductionSect__cont .headingCombi .heading + .txt {
    letter-spacing: 0;
  }
}

.introductionSect--premium .introductionSect__cont .headingCombi .heading {
  color: #ffffff;
}

.keySection {
  height: 100vh;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.keySection:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  content: '';
  display: block;
  opacity: .3;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .keySection:after {
    aspect-ratio: 1440 / 356;
  }
}

@media screen and (min-width: 768px) {
  .keySection + * {
    margin-top: calc(-178 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .keySection + * {
    margin-top: -132px;
  }
}

.keySection.is-scrolled .keySection__symbol, .keySection.is-scrolled .keySection__ttl {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.keySection__body {
  height: 100svh;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .keySection__body {
    overflow-x: hidden;
  }
}

.keySection__body.is-scrolled {
  height: unset;
}

.keySection__bg {
  inset: 0;
  position: absolute;
  will-change: transform, width, height, left, top;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .keySection__bg {
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .keySection__bg {
    height: 100svh;
  }
}

.keySection__bg .photo {
  width: 100%;
  will-change: scale, Y;
}

@media screen and (min-width: 768px) {
  .keySection__bg .photo {
    height: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .keySection__bg .photo {
    height: 100svh;
    z-index: 3;
  }
}

.keySection__bg .photo__image {
  -o-object-position: 50% 15%;
     object-position: 50% 15%;
}

.keySection__bg .photo__capIn {
  z-index: 2;
}

.keySection__inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.keySection__desc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100vh;
  left: 0;
  position: sticky;
  top: 0;
  white-space: nowrap;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .keySection__desc {
    padding: calc(180 / 1440 * 100%) calc(160 / 1440 * 100%) 0;
  }
}

@media screen and (max-width: 768px) {
  .keySection__desc {
    padding: 140px 40px 132px;
  }
}

.keySection__symbol {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  margin-left: auto;
  opacity: 0;
  -webkit-transition: 2.4s ease;
  transition: 2.4s ease;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: filter, opacity;
  transition-property: filter, opacity, -webkit-filter;
  z-index: 1;
}

.keySection__ttl {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Shippori Mincho", serif;
  line-height: 1.25;
  opacity: 0;
  text-orientation: upright;
  -webkit-transition: 2.4s ease .6s;
  transition: 2.4s ease .6s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: filter, opacity;
  transition-property: filter, opacity, -webkit-filter;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .keySection__ttl {
    gap: calc(24 / 1440 * 100vw);
    margin-bottom: 5svh;
  }
}

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

.keySection__ttl .ttl {
  letter-spacing: .25em;
}

@media screen and (min-width: 768px) {
  .keySection__ttl .ttl {
    font-size: calc(26 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .keySection__ttl .ttl {
    font-size: 20px;
  }
}

.keySection__ttl .lead {
  letter-spacing: .25em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .keySection__ttl .lead {
    font-size: calc(16 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .keySection__ttl .lead {
    font-size: 12px;
  }
}

.keySection__ttl .lead .num {
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 8px;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}

.keySection__symbol.is-visible, .keySection__ttl.is-visible {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.keySection__symbol.is-hidden, .keySection__ttl.is-hidden {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}

.keySection__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: blur(3px) brightness(5);
          filter: blur(3px) brightness(5);
  height: 100svh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: calc(100vw - var(--scrollbar));
  will-change: filter,opacity;
  z-index: 2;
}

.keySection__heading .headingCombi {
  text-align: center;
}

.keySection__heading .headingCombi .enTtl {
  color: #dec6a5;
}

.keySection__heading .headingCombi .heading {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .keySection--plan .keySection__symbol {
    width: calc(125 / 1120 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .keySection--plan .keySection__symbol {
    width: 69px;
  }
}

.leadSect {
  position: relative;
}

@media screen and (min-width: 768px) {
  .leadSect {
    margin-top: calc(-355 / 1440 * 100vw);
  }
}

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

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .leadSect {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .leadSect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 667px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -264px -32px 0;
    overflow: hidden;
  }
}

.leadSect:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .leadSect:after {
    height: 100%;
    width: 100%;
  }
}

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

.leadSect__bg {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .leadSect__bg {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.leadSect__bg .photo__pic .photo__image {
  max-width: unset;
}

@media screen and (min-width: 768px) {
  .leadSect__bg .photo__pic .photo__image {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .leadSect__bg .photo__pic .photo__image {
    height: 667px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: auto;
  }
}

.leadSect__ttl {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.leadSect__ttl .headingCombi {
  text-align: center;
}

.leadSect__ttl .headingCombi .enTtl {
  color: #dec6a5;
}

.leadSect__ttl .headingCombi .heading {
  color: #ffffff;
}

.linkSect {
  margin: 0 auto;
}

.linkSect .planTtl .headingCombi .heading {
  border-color: #807e79;
}

.linkSect--premium .planTtl .headingCombi .heading {
  border-color: #66635c;
  color: #dec6a5;
}

.madoriSect {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .madoriSect {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriSect {
    margin: 0 -16px;
    padding: 104px 0;
  }
}

.madoriSect__head .headingCombi {
  text-align: center;
}

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

.madoriSect__head .headingCombi .enTtl {
  color: #7d6628;
}

.madoriSect__head .headingCombi .heading {
  border-bottom: 1px solid #ccc9c2;
  border-top: 1px solid #ccc9c2;
  color: #7d6628;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .madoriSect__head .headingCombi .heading {
    margin-top: 80px;
    padding: 28px 0;
  }
}

@media screen and (max-width: 768px) {
  .madoriSect__head .headingCombi .heading {
    margin-top: 32px;
    padding: 20px 0;
  }
}

.madoriSect__head .headingCombi .txt {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .madoriSect__head .headingCombi .txt {
    font-size: 24px;
    margin-top: 56px;
  }
}

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

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

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

.otherSect {
  position: relative;
}

.otherSect__head .headingCombi {
  text-align: center;
}

.otherSect__head .headingCombi .heading {
  color: #dec6a5;
}

.otherSect__head .planTtl {
  text-align: center;
}

.otherSect__head .planTtl .headingCombi .heading {
  border-bottom: 1px solid #66635c;
  border-top: 1px solid #66635c;
  color: #dec6a5;
}

@media screen and (min-width: 768px) {
  .otherSect__head .planTtl .headingCombi .heading + .txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__head .planTtl .headingCombi .heading + .txt {
    font-size: 16px;
  }
}

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

@media screen and (max-width: 768px) {
  .otherSect__cont {
    margin: 0 -16px;
    margin-top: 40px;
  }
}

.otherSect__item {
  border: 1px solid #66635c;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .otherSect__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 100px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__item {
    padding: 40px;
  }
}

@media screen and (min-width: 768px) {
  .otherSect__item .planTtl {
    width: 529px;
  }
}

.otherSect__item .planTtl .headingCombi .enTtl {
  color: #dec6a5;
  font-style: italic;
}

.otherSect__item .planTtl .headingCombi .enTtl + .heading {
  border-bottom: 1px dotted #66635c;
  border-top: 1px dotted #66635c;
  color: #dec6a5;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .otherSect__item .planTtl .headingCombi .enTtl + .heading {
    margin-top: 20px;
  }
}

.otherSect__item .planTtl .headingCombi .enTtl + .heading + .txt {
  color: #f4f3ef;
}

@media screen and (min-width: 768px) {
  .otherSect__item .planTtl .headingCombi .enTtl + .heading + .txt {
    font-size: 20px;
    margin-top: 32px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__item .planTtl .headingCombi .enTtl + .heading + .txt {
    font-size: 16px;
    margin-top: 32px;
  }
}

.otherSect__item .planTtl .headingCombi .enTtl + .heading + .txt .small {
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .otherSect__item .planTtl .headingCombi .enTtl + .heading + .txt .small {
    font-size: 15px;
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__item .planTtl .headingCombi .enTtl + .heading + .txt .small {
    font-size: 13px;
    margin-top: 12px;
    text-align: left;
  }
}

.otherSect__item .planTtl .headingCombi .enTtl + .heading + .txt .caption {
  color: #f4f3ef;
  letter-spacing: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .otherSect__item .planTtl .headingCombi .enTtl + .heading + .txt .caption {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .otherSect__item .planTtl .headingCombi .enTtl + .heading + .txt .caption {
    margin-top: 16px;
    text-align: left;
  }
}

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

@media screen and (max-width: 768px) {
  .otherSect__item .photo {
    margin-top: 40px;
  }
}

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

@media screen and (max-width: 768px) {
  .otherSect__item:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .otherSect__item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.planListSect {
  margin: 0 auto;
}

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

.planListSect__head {
  position: relative;
  z-index: 3;
}

.planListSect__head .headingCombi {
  text-align: center;
}

.planListSect__head .headingCombi .enTtl {
  color: #dec6a5;
}

.planListSect__head .headingCombi .heading {
  color: #ffffff;
}

.planListSect__cont {
  position: relative;
}

@media screen and (min-width: 768px) {
  .planListSect__cont {
    height: calc(800 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .planListSect__cont {
    height: 700px;
    margin-top: 40px;
    width: 100%;
  }
}

.planListSect__cont .caption {
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .planListSect__cont .caption {
    bottom: calc(200 / 1440 * 100vw);
  }
}

@media screen and (min-width: 768px) and (min-width: 1880px) {
  .planListSect__cont .caption {
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .planListSect__cont .caption {
    bottom: 50%;
  }
}

.planListSect__inner {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100vw - var(--scrollbar));
}

@media screen and (min-width: 768px) {
  .planListSect__inner:nth-child(2) {
    top: 100%;
  }
}

.planListSect__item {
  -webkit-clip-path: inset(0% 50%);
          clip-path: inset(0% 50%);
  position: absolute;
  -webkit-transition: -webkit-clip-path 1s ease-in-out;
  transition: -webkit-clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out;
  transition: clip-path 1s ease-in-out, -webkit-clip-path 1s ease-in-out;
  will-change: clip-path;
}

.planListSect__item.is-open {
  -webkit-clip-path: inset(0% 0%);
          clip-path: inset(0% 0%);
}

.planListSect__item .photo__image {
  max-width: unset;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .planListSect__item--01 {
    left: 0;
    top: calc(160 / 1440 * 100vw);
    width: calc(178 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .planListSect__item--01 {
    left: 0;
    top: 80px;
    width: 89px;
  }
}

.planListSect__item--02 {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .planListSect__item--02 {
    left: calc(492 / 1440 * 100vw);
    top: calc(346 / 1440 * 100vw);
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
    width: calc(166 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .planListSect__item--02 {
    left: 89px;
    top: 250px;
    width: 83px;
  }
}

.planListSect__item--03 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media screen and (min-width: 768px) {
  .planListSect__item--03 {
    left: calc(314 / 1440 * 100vw);
    top: calc(524 / 1440 * 100vw);
    width: calc(292 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .planListSect__item--03 {
    left: 0;
    top: 341px;
    width: 146px;
  }
}

.planListSect__item--04 {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

@media screen and (min-width: 768px) {
  .planListSect__item--04 {
    right: 0;
    top: calc(32 / 1440 * 100vw);
    width: calc(292 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .planListSect__item--04 {
    right: 0;
    top: 0;
    width: 146px;
  }
}

@media screen and (min-width: 768px) {
  .planListSect__item--05 {
    left: calc(815 / 1440 * 100vw);
    top: calc(532 / 1440 * 100vw);
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
    width: calc(164 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .planListSect__item--05 {
    bottom: 257px;
    right: 89px;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    width: 82px;
  }
}

@media screen and (min-width: 768px) {
  .planListSect__item--06 {
    bottom: calc(-400 / 1440 * 100vw);
    left: calc(1000 / 1440 * 100vw);
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
    width: calc(226 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .planListSect__item--06 {
    bottom: 0;
    right: 33px;
    width: 113px;
  }
}

.planTtl .headingCombi {
  text-align: center;
}

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

.planTtl .headingCombi .enTtl {
  color: #7d6628;
}

@media screen and (min-width: 768px) {
  .planTtl .headingCombi .enTtl + .heading {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .planTtl .headingCombi .enTtl + .heading {
    margin-top: 32px;
  }
}

.planTtl .headingCombi .heading {
  border-bottom: 1px solid #ccc9c2;
  border-top: 1px solid #ccc9c2;
  color: #7d6628;
  font-family: "Cormorant Infant", serif;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .planTtl .headingCombi .heading {
    padding: 28px 0;
  }
}

@media screen and (max-width: 768px) {
  .planTtl .headingCombi .heading {
    padding: 20px 0;
  }
}

.planTtl .headingCombi .txt {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .planTtl .headingCombi .txt {
    font-size: 24px;
    margin-top: 56px;
  }
}

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

.premiumLead {
  display: block;
  position: relative;
}

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

@media screen and (max-width: 768px) {
  .premiumLead {
    margin: 40px auto 0;
    width: 311px;
  }
}

.premiumLead__bg {
  position: relative;
  width: 100%;
}

.premiumLead__bg .photo__image {
  max-width: unset;
  width: 100%;
}

.premiumLead__bg .photo__capIn {
  z-index: 2;
}

.premiumLead__bg .photo:after {
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  height: 100%;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .premiumLead__bg .photo:after {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
}

.premiumLead__inner {
  display: block;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.premiumLead__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .premiumLead__head .photo {
    margin-left: 26px;
    margin-top: 20px;
    width: 104px;
  }
}

@media screen and (max-width: 768px) {
  .premiumLead__head .photo {
    margin-left: 14px;
    margin-top: 24px;
    width: 63px;
  }
}

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

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

.premiumLead__ttl {
  color: #dec6a5;
  font-family: "Cormorant Infant", serif;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .premiumLead__ttl {
    font-size: calc(28 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .premiumLead__ttl {
    font-size: 20px;
    white-space: nowrap;
  }
}

.premiumLead__dir {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .premiumLead__dir {
    margin-top: 24px;
    width: calc(100 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .premiumLead__dir {
    margin-top: 16px;
    width: 100px;
  }
}

.premiumLead__dir .arrow {
  opacity: 1;
  -webkit-transition: opacity 1.4s ease,-webkit-transform 1.4s ease;
  transition: opacity 1.4s ease,-webkit-transform 1.4s ease;
  transition: transform 1.4s ease,opacity 1.4s ease;
  transition: transform 1.4s ease,opacity 1.4s ease,-webkit-transform 1.4s ease;
}

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

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

.premiumLead__txt {
  color: #dec6a5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .premiumLead__txt {
    font-size: 12px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .premiumLead__txt {
    font-size: 12px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .premiumLead:hover .premiumLead__bg .photo:after {
    opacity: .6;
  }
}

.premiumMadoriSect {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .premiumMadoriSect {
    margin: 0 -16px;
  }
}

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

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

.premiumQualitySect {
  position: relative;
}

.premiumQualitySect__head .headingCombi {
  text-align: center;
}

.premiumQualitySect__head .headingCombi .heading {
  color: #dec6a5;
}

.premiumQualitySect__head .planTtl {
  text-align: center;
}

.premiumQualitySect__head .planTtl .headingCombi .heading {
  border-bottom: 1px solid #66635c;
  border-top: 1px solid #66635c;
}

@media screen and (min-width: 768px) {
  .premiumQualitySect__head .planTtl .headingCombi .heading + .txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .premiumQualitySect__head .planTtl .headingCombi .heading + .txt {
    font-size: 16px;
  }
}

.premiumQualitySect__head .planTtl .headingCombi .heading + .txt .caption {
  display: inline-block;
  line-height: 1;
}

.premiumQualitySect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .premiumQualitySect__cont {
    margin-top: 80px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .premiumQualitySect__cont {
    margin: 40px -16px 0;
    row-gap: 16px;
  }
}

.premiumQualitySect__cont .qualityCard {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #262521;
  border: 1px solid #66635c;
  color: #dec6a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .premiumQualitySect__cont .qualityCard {
    width: calc(calc(100% - 20px) / 2);
  }
}

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

.premiumQualitySect__cont .qualityCard__head .headingCombi .heading {
  color: #dec6a5;
}

.premiumQualitySect__cont .qualityCard__head .headingCombi .heading .caption {
  color: #b0aca2;
}

.premiumQualitySect__cont .qualityCard__cont {
  letter-spacing: .1em;
  line-height: 1;
  margin-top: 24px;
  padding-top: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .premiumQualitySect__cont .qualityCard__cont {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .premiumQualitySect__cont .qualityCard__cont {
    font-size: 16px;
  }
}

.premiumQualitySect__cont .qualityCard__cont:after {
  background-color: #66635c;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
}

@media screen and (max-width: 768px) {
  .premiumQualitySect__cont .qualityCard__cont .headingCombi {
    padding: 0;
  }
}

.premiumQualitySect__cont .qualityCard__cont .headingCombi .heading--default {
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .premiumQualitySect__cont .qualityCard__cont .headingCombi .heading--default {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .premiumQualitySect__cont .qualityCard__cont .headingCombi .heading--default {
    font-size: 15px;
    margin: 0;
    text-align: left;
  }
}

.premiumQualitySect__cont .qualityCard__cont .headingCombi .heading--default + .txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .premiumQualitySect__cont .qualityCard__cont .headingCombi .heading--default + .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .premiumQualitySect__cont .qualityCard__cont .headingCombi .heading--default + .txt {
    font-size: 12px;
    letter-spacing: .04em;
  }
}

.premiumQualitySect__cont .qualityCard__cont .headingCombi .heading--default + .txt .caption {
  color: #ffffff;
  letter-spacing: 0;
  margin-top: 5px;
}

.qualitySect {
  position: relative;
}

@media screen and (min-width: 768px) {
  .qualitySect {
    padding: 200px 0;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect {
    margin: 0 -16px;
    padding: 104px 0;
  }
}

.qualitySect__head .headingCombi {
  text-align: center;
}

.qualitySect__head .headingCombi .enTtl {
  color: #7d6628;
}

.qualitySect__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .qualitySect__cont {
    margin-top: 80px;
    row-gap: 56px;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__cont {
    margin-top: 40px;
    row-gap: 32px;
  }
}

@media screen and (min-width: 768px) {
  .qualitySect__cont .qualityCard {
    width: 258px;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__cont .qualityCard {
    width: 164px;
  }
}

.qualitySect__cont .qualityCard__cont {
  letter-spacing: .1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .qualitySect__cont .qualityCard__cont {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .qualitySect__cont .qualityCard__cont {
    font-size: 16px;
    margin-top: 20px;
  }
}

.raritySect {
  margin: 0 auto;
}

.raritySect__head .headingCombi {
  text-align: center;
}

.raritySect__head .headingCombi .enTtl {
  color: #dec6a5;
}

.raritySect__head .headingCombi .heading {
  color: #ffffff;
}

.raritySect__head .planTtl {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .raritySect__head .planTtl {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .raritySect__head .planTtl {
    margin-top: 40px;
  }
}

.raritySect__head .planTtl .heading {
  color: #dec6a5;
}

@media screen and (min-width: 768px) {
  .raritySect__head .planTtl .txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .raritySect__head .planTtl .txt {
    letter-spacing: .05em;
  }
}

.raritySect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .raritySect__cont {
    margin-top: 80px;
    width: 886px;
  }
}

@media screen and (max-width: 768px) {
  .raritySect__cont {
    margin: 40px -32px 0;
  }
}

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

@media screen and (min-width: 768px) {
  .terraceSect {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 157px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .terraceSect {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

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

@media screen and (max-width: 768px) {
  .terraceSect__head .headingCombi {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .terraceSect__head .headingCombi .heading + .txt {
    text-align: left;
  }
}

.terraceSect__head .headingCombi .heading + .txt .caption {
  color: #33312c;
}

@media screen and (max-width: 768px) {
  .terraceSect__head .headingCombi .heading + .txt .caption {
    margin-top: 10px;
  }
}

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

.torikagoSect {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .torikagoSect {
    gap: 0 100px;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1220px) {
  .torikagoSect__head {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .torikagoSect__head .enTtl {
    text-align: center;
  }
}

.torikagoSect__head .headingCombi {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .torikagoSect__head .headingCombi .heading + .txt {
    letter-spacing: 0;
    text-align: left;
  }
}

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

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

.torikagoSect__figInner {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .torikagoSect__figInner .swipeFigure[data-mode='sp'] .swipeFigure__body {
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .torikagoSect__figInner .swipeFigure[data-mode='sp'] .swipeFigure__inner {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .torikagoSect__figInner .swipeFigure[data-mode='sp'] .swipeFigure__inner .photo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .torikagoSect__figInner .swipeFigure[data-mode='sp'] .swipeFigure__scrollBar {
    margin: 70px 56px 0;
  }
}

@media screen and (max-width: 768px) {
  .torikagoSect__figInner .swipeFigure[data-mode='sp'] .swipeFigure__capOut {
    bottom: 45px;
    padding-right: 5px;
    top: unset;
  }
}

.torikagoSect__link {
  background-color: rgba(158, 133, 75, 0.8);
  display: block;
  mix-blend-mode: overlay;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  z-index: 2;
}

.torikagoSect__link[data-type='A1'] {
  height: calc(129 / 269 * 100%);
  left: calc(374 / 1200 * 100%);
  top: calc(67 / 269 * 100%);
  width: calc(102 / 1200 * 100%);
}

.torikagoSect__link[data-type='A1t'] {
  height: calc(66 / 269 * 100%);
  left: calc(374 / 1200 * 100%);
  top: calc(196 / 269 * 100%);
  width: calc(102 / 1200 * 100%);
}

.torikagoSect__link[data-type='D1'] {
  height: calc(129 / 269 * 100%);
  left: calc(272 / 1200 * 100%);
  top: calc(67 / 269 * 100%);
  width: calc(102 / 1200 * 100%);
}

.torikagoSect__link[data-type='D1t'] {
  height: calc(66 / 269 * 100%);
  left: calc(272 / 1200 * 100%);
  top: calc(196 / 269 * 100%);
  width: calc(102 / 1200 * 100%);
}

.torikagoSect__link[data-type='E'] {
  height: calc(129 / 269 * 100%);
  left: calc(67 / 1200 * 100%);
  top: calc(67 / 269 * 100%);
  width: calc(102 / 1200 * 100%);
}

.torikagoSect__link[data-type='Et'] {
  height: calc(66 / 269 * 100%);
  left: calc(67 / 1200 * 100%);
  top: calc(196 / 269 * 100%);
  width: calc(102 / 1200 * 100%);
}

.torikagoSect__link[data-type='Lr'] {
  height: calc(67 / 273 * 100%);
  left: calc(601 / 1200 * 100%);
  top: calc(7 / 273 * 100%);
  width: calc(137 / 1200 * 100%);
}

.torikagoSect__link[data-type='O'] {
  height: calc(67 / 273 * 100%);
  left: calc(737 / 1200 * 100%);
  top: calc(7 / 273 * 100%);
  width: calc(137 / 1200 * 100%);
}

.torikagoSect__link[data-type='N'] {
  height: calc(67 / 273 * 100%);
  left: calc(874 / 1200 * 100%);
  top: calc(7 / 273 * 100%);
  width: calc(137 / 1200 * 100%);
}

.torikagoSect__link[data-type='Pr'] {
  height: calc(67 / 273 * 100%);
  left: calc(1011 / 1200 * 100%);
  top: calc(7 / 273 * 100%);
  width: calc(137 / 1200 * 100%);
}

@media screen and (min-width: 768px) {
  .torikagoSect__link:hover {
    opacity: 1;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .torikagoSect__notes .svgIcon {
    height: 18px;
    width: 48px;
  }
}

@media screen and (max-width: 768px) {
  .torikagoSect__notes .svgIcon {
    height: 16px;
    width: 43px;
  }
}

.torikagoSect__notes .txt {
  font-family: "Cormorant Infant", serif;
  font-weight: 100;
  letter-spacing: 0;
  padding-left: 6px;
}

@media screen and (min-width: 768px) {
  .torikagoSect__notes .txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .torikagoSect__notes .txt {
    font-size: 16px;
  }
}

.torikagoSect--premium .torikagoSect__head .headingCombi .heading {
  color: #ffffff;
}

.torikagoSect--premium .torikagoSect__cont .swipeFigure__scrollBar {
  background-color: #807e79;
}

.torikagoSect--premium .torikagoSect__cont .swipeFigure__scrollBar .line {
  background-color: #ccc9c2;
}

.torikagoSect--premium .torikagoSect__notes .txt {
  color: #dec6a5;
}

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

@media screen and (max-width: 768px) {
  .plan-introduction {
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .plan-planlist,
  .plan-corridor,
  .plan-quality {
    padding-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .plan-planlist,
  .plan-corridor,
  .plan-quality {
    padding-top: 104px;
  }
}

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

@media screen and (max-width: 768px) {
  .plan-terrace {
    padding: 104px 0 0;
  }
}

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

@media screen and (max-width: 768px) {
  .plan-casbee {
    padding: 104px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .premium-link {
    padding: 180px 0 200px;
  }
}

@media screen and (max-width: 768px) {
  .premium-link {
    padding: 104px 0;
  }
}

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

@media screen and (max-width: 768px) {
  .plan-link {
    padding: 104px 0;
  }
}

@media screen and (min-width: 768px) {
  .premium-planList {
    margin-top: 50svh;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .premium-planList {
    margin-top: 40svh;
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .premium-quality,
  .premium-rarity {
    padding-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .premium-quality,
  .premium-rarity {
    padding-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .premium-torikago {
    margin-top: calc(150 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .premium-torikago {
    margin-top: -500px;
    padding: 0 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .premium-premiumlist {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .premium-premiumlist {
    padding-top: 104px;
  }
}

@media screen and (min-width: 768px) {
  .premium-other {
    padding-top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .premium-other {
    padding: 104px 0;
  }
}
