@charset "UTF-8";
.top-info {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .top-info {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .top-info {
    padding: 0 calc(20 / 750 * 100vw) calc(120 / 750 * 100vw);
  }
}
.top-info:after {
  background: no-repeat center top/cover;
  content: "";
  inset: 0;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .top-info:after {
    background-image: url("../img/pc/bg-wall-01@1.5x.jpg");
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-info:after {
    background-image: url("../img/sp/bg-wall-01.jpg");
    padding: calc(80 / 750 * 100vw) calc(35 / 750 * 100vw);
  }
}

.top-feature {
  padding: 0;
}

.top-plan {
  background-color: #F2F2F2;
}
@media only screen and (min-width: 768px) {
  .top-plan {
    margin-bottom: 100px;
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-plan {
    margin-bottom: 80px;
    padding: calc(120 / 750 * 100vw) 0;
  }
}

.mainVisual {
  line-height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .mainVisual {
    aspect-ratio: 1440/590;
  }
}
@media only screen and (max-width: 767px) {
  .mainVisual {
    aspect-ratio: 375/380;
  }
}
.mainVisual.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.mainVisual .photo__image {
  width: 100%;
}
.mainVisual .slick-dots {
  align-items: center;
  bottom: 0;
  display: flex !important;
  justify-content: center;
  left: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mainVisual .slick-dots {
    bottom: 0;
    gap: 14px;
    padding: 16px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .mainVisual .slick-dots {
    gap: calc(20 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
  }
}
.mainVisual .slick-dots > li {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: auto;
  margin: 0;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .mainVisual .slick-dots > li {
    height: 6px;
    width: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .mainVisual .slick-dots > li {
    height: calc(6 / 750 * 100vw);
    width: calc(6 / 750 * 100vw);
  }
}
.mainVisual .slick-dots > li.slick-active {
  background-color: #ffffff;
  pointer-events: none;
}
.mainVisual .slick-dots > li button {
  height: 100%;
  padding: 0;
  width: 100%;
}
.mainVisual .slick-dots > li button:before {
  content: initial;
}

.mainCard {
  position: relative;
}
.mainCard__copy {
  color: #ffffff;
  position: absolute;
  text-shadow: 0 0 10px #6f3a7a;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .mainCard__copy {
    font-size: 28px;
    left: calc(50 / 1440 * 100vw);
    line-height: 2.2;
    top: calc(50 / 1440 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .mainCard__copy {
    font-size: calc(20 / 375 * 100vw);
    left: calc(18 / 375 * 100vw);
    line-height: 1.4;
    top: calc(18 / 375 * 100vw);
  }
}
.mainCard__note {
  inset: 0;
  position: absolute;
}
.mainCard__note .cap {
  position: absolute;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .mainCard--01 .mainCard__note .cap:nth-child(1) {
    bottom: calc(261 / 590 * 100%);
    right: calc(509 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--01 .mainCard__note .cap:nth-child(1) {
    bottom: calc(248 / 375 * 100vw);
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mainCard--01 .mainCard__note .cap:nth-child(2) {
    bottom: 0;
    right: calc(1007 / 1440 * 100%);
    max-width: calc(434 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--01 .mainCard__note .cap:nth-child(2) {
    bottom: calc(149 / 375 * 100vw);
    right: calc(212 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .mainCard--01 .mainCard__note .cap:nth-child(3) {
    bottom: calc(261 / 590 * 100%);
    right: calc(253 / 1440 * 100%);
    max-width: calc(251 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--01 .mainCard__note .cap:nth-child(3) {
    bottom: calc(79 / 375 * 100vw);
    right: calc(166 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .mainCard--01 .mainCard__note .cap:nth-child(4) {
    bottom: 0;
    right: calc(254 / 1440 * 100%);
    max-width: calc(749 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--01 .mainCard__note .cap:nth-child(4) {
    bottom: calc(149 / 375 * 100vw);
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mainCard--01 .mainCard__note .cap:nth-child(5) {
    max-width: calc(252 / 1440 * 100%);
  }
}
.mainCard--01 .mainCard__note .cap:nth-child(5) {
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .mainCard--01 .mainCard__note .cap:nth-child(6) {
    bottom: calc(398 / 590 * 100%);
    right: 0;
    max-width: calc(508 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--01 .mainCard__note .cap:nth-child(6) {
    bottom: 0;
    right: calc(166 / 375 * 100vw);
  }
}

/* USP、価格帯は基本的に3〜4つ掲載 */
.uspArea {
  background-color: #222;
  position: relative;
}
.uspArea > .cap {
  color: #333;
  text-align: left;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .uspArea > .cap {
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    max-width: 1200px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .uspArea > .cap {
    padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
    top: 100%;
    left: 0;
  }
}
.uspArea .txtList__item:nth-child(1) .small {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .uspArea .txtList__item:nth-child(2) .desc {
    font-size: calc(16 / 375 * 100vw);
  }
}
.uspArea .txtList__item:last-child .num {
  font-family: inherit;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .uspArea .txtList__item:last-child .num {
    font-size: calc(20 / 375 * 100vw);
  }
}

.priceArea {
  background-color: #333333;
  color: #ffffff;
}

.txtList {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .txtList {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .txtList {
    padding: calc(24 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
}
.txtList__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  gap: 12px;
  line-height: 1.5;
  padding: 0 24px;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .txtList__item {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: calc(18 / 375 * 100vw);
    gap: calc(8 / 375 * 100vw);
    justify-content: center;
    padding: 0 0 calc(8 / 375 * 100vw);
  }
  .txtList__item:not(:first-child) {
    padding-top: calc(8 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .txtList__item:first-child {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .txtList__item:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item:last-child {
    padding-bottom: 0;
  }
}
.txtList__item:last-child:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .txtList__item:last-child .type {
    margin-top: calc(6 / 375 * 100vw);
  }
}
.txtList__item:last-child .num {
  font-family: inherit;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .txtList__item:last-child .num {
    font-size: calc(20 / 375 * 100vw);
  }
}
.txtList__item:after {
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  height: 55px;
  position: absolute;
  width: 1px;
}
@media only screen and (min-width: 768px) {
  .txtList__item:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item:after {
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
  }
}
.txtList__item .small {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .txtList__item .small {
    font-size: calc(12 / 375 * 100vw);
    text-align: center;
    width: 100%;
  }
}
.txtList__item .small .note {
  font-size: 0.65em;
}
.txtList__item .desc {
  text-align: center;
}
.txtList__item .type {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .txtList__item .type {
    font-size: calc(15 / 375 * 100vw);
  }
}
.txtList__item .sm {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .txtList__item .sm {
    font-size: calc(13 / 375 * 100vw);
  }
}
.txtList__item .num {
  font-family: "Cinzel", "Noto Serif Japanese", serif;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .txtList__item .num {
    font-size: calc(24 / 375 * 100vw);
  }
}
.txtList__item .en {
  font-family: "Cinzel", "Noto Serif Japanese", serif;
}
.txtList__item .cap {
  display: block;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .topNote {
    margin: 0 auto;
    max-width: 1200px;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .topNote {
    padding: calc(40 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}

.infoAreaWrap {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.32) 100%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .infoAreaWrap {
    padding: 100px 120px;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .infoAreaWrap {
    padding-left: calc(120 / 1200 * 100%);
    padding-right: calc(120 / 1200 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .infoAreaWrap {
    padding: calc(40 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}

/* 文字色変更不可。背景色は変更可能。 */
.newsArea {
  background-color: #EAECEA;
  border-radius: 5px;
  color: #000000;
  padding: 20px 40px;
}
@media only screen and (min-width: 768px) {
  .newsArea {
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .newsArea {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.newsArea__ttl {
  font-size: 15px;
  line-height: calc(26 / 15);
  margin-right: 20px;
}
@media only screen and (min-width: 768px) {
  .newsArea__ttl {
    border-right: 1px solid #cccccc;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsArea__ttl {
    border-bottom: 1px solid #cccccc;
    line-height: 0.7;
    margin-bottom: calc(40 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
    text-align: center;
    width: 100%;
  }
}

.newsList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.newsList__item {
  display: flex;
  font-size: 16px;
  line-height: calc(26 / 14);
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .newsList__item {
    font-size: calc(23 / 750 * 100vw);
  }
}
.newsList__item .date {
  margin-right: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .newsList__item .date {
    margin-right: calc(23 / 750 * 100vw);
  }
}
.newsList__item .cont {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .newsList__item.is-new {
    margin-top: calc(24 / 750 * 100vw);
  }
}
.newsList__item.is-new .cont:after {
  background-color: #ac2730;
  color: #fff;
  display: inline-block;
  content: "NEW";
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1;
  padding: 5px;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .newsList__item.is-new .cont:after {
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .newsList__item.is-new .cont:after {
    padding: calc(8 / 750 * 100vw);
    right: 0;
    bottom: 100%;
  }
}
.newsList__item + .newsList__item {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .newsList__item + .newsList__item {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.infoArea {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .infoArea {
    padding-top: calc(120 / 750 * 100vw);
  }
}
.infoArea__ttl + .infoCont {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .infoArea__ttl + .infoCont {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.infoArea__inner {
  margin: 80px auto 0;
}
@media only screen and (max-width: 767px) {
  .infoArea__inner {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.infoCont {
  text-align: center;
}
.infoCont__txt {
  font-size: 28px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .infoCont__txt {
    font-size: calc(18 / 375 * 100vw);
    line-height: 2;
  }
}
.infoCont__txt + .infoCont__txt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .infoCont__txt + .infoCont__txt {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.infoCont__txt .small {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .infoCont__txt .small {
    font-size: calc(14 / 375 * 100vw);
  }
}

.guidanceCont {
  align-items: center;
  border: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont {
    flex-direction: column;
    margin-top: calc(100 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.guidanceCont__btn {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont__btn {
    width: 100%;
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}
.guidanceCont + .cvBlock {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont + .cvBlock {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.featureArea__hero {
  position: relative;
}
.featureArea__hero .photo__image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .featureArea__hero .photo .cap {
    bottom: 137px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .featureArea__hero .photo .cap {
    left: 0;
    top: 0;
  }
}
.featureArea__inner {
  bottom: 0;
  position: absolute;
  right: 0;
}
.featureArea__ttl {
  color: #f2f2f2;
  font-family: "EB Garamond", "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 0.6;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .featureArea__ttl {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .featureArea__ttl {
    font-size: calc(50 / 375 * 100vw);
  }
}
.featureArea__heading {
  background-color: #f2f2f2;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .featureArea__heading {
    align-items: center;
    display: flex;
    gap: 10px;
    height: 136px;
    padding: 0 60px;
    width: calc(800 / 1440 * 100vw);
  }
}
@media only screen and (max-width: 767px) {
  .featureArea__heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: calc(10 / 375 * 100vw);
    height: calc(81 / 375 * 100vw);
    padding: 0 calc(24 / 375 * 100vw);
    width: calc(335 / 375 * 100vw);
  }
}
.featureArea__heading .label {
  color: #7d4e46;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .featureArea__heading .label::after {
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 1px;
    margin-left: 10px;
    vertical-align: middle;
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .featureArea__heading .label {
    font-size: calc(12 / 375 * 100vw);
  }
}
.featureArea__heading .desc {
  color: #333;
  font-size: 26px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .featureArea__heading .desc {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .featureArea__list {
    padding: 240px 0;
  }
}
@media only screen and (max-width: 767px) {
  .featureArea__list {
    padding: calc(120 / 375 * 100vw) 0;
  }
}
@media only screen and (min-width: 768px) {
  .featureArea__item + .featureArea__item {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .featureArea__item + .featureArea__item {
    margin-top: calc(80 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .featureArea__item:nth-child(odd) .featureCard {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .featureArea__item:nth-child(odd) .featureCard {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .featureArea__item:nth-child(odd) .featureCard__bg {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .featureArea__item:nth-child(odd) .featureCard__bg {
    right: calc(52 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .featureArea__item:nth-child(odd) .featureCard__ttl {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .featureArea__item:nth-child(odd) .featureCard__ttl {
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .featureArea__item:nth-child(even) .featureCard__bg {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .featureArea__item:nth-child(even) .featureCard__bg {
    left: calc(52 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .featureArea__item:nth-child(even) .featureCard__ttl {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .featureArea__item:nth-child(even) .featureCard__ttl {
    right: 0;
  }
}

.featureCard {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .featureCard {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 107px 0 119px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard {
    padding: calc(131 / 375 * 100vw) 0 calc(77 / 375 * 100vw);
    width: calc(340 / 375 * 100vw);
  }
}
.featureCard__bg {
  background: no-repeat center top/cover;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .featureCard__bg {
    background-image: url("../img/pc/bg-wall-01@1.5x.jpg");
    height: 100%;
    width: calc(862 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__bg {
    background-image: url("../img/sp/bg-wall-01.jpg");
    height: 100%;
    width: calc(323 / 375 * 100vw);
  }
}
.featureCard__head {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .featureCard__head {
    max-width: 680px;
    width: calc(680 / 1440 * 100%);
  }
}
.featureCard__ttl {
  bottom: 100%;
  color: #222;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .featureCard__ttl {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__ttl {
    gap: calc(14 / 375 * 100vw);
  }
}
.featureCard__ttl .en {
  font-family: "Cinzel", "Noto Serif Japanese", serif;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 0.7;
}
@media only screen and (min-width: 768px) {
  .featureCard__ttl .en {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__ttl .en {
    font-size: calc(38 / 375 * 100vw);
  }
}
.featureCard__ttl .jp {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.featureCard__cont {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .featureCard__cont {
    padding: 60px;
    max-width: 488px;
    width: calc(488 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__cont {
    padding: calc(40 / 375 * 100vw) calc(24 / 375 * 100vw);
  }
}
.featureCard__txt {
  color: #333;
  line-height: 2.2;
}
@media only screen and (min-width: 768px) {
  .featureCard__txt {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__txt {
    font-size: calc(18 / 375 * 100vw);
  }
}
.featureCard__btn {
  align-items: center;
  background-color: #7d4e46;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .featureCard__btn {
    gap: 8px;
    margin-top: 60px;
    padding: 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__btn {
    gap: calc(12 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    padding: calc(20 / 375 * 100vw) 0;
  }
}
.featureCard__btn .en {
  font-family: "Cinzel", "Noto Serif Japanese", serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .featureCard__btn .en {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__btn .en {
    font-size: calc(16 / 375 * 100vw);
  }
}
.featureCard__btn .jp {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .featureCard__btn .jp {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__btn .jp {
    font-size: calc(10 / 375 * 100vw);
  }
}
.featureCard__btn .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .featureCard__btn .arrow {
    height: 30px;
    right: 32px;
    width: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__btn .arrow {
    height: calc(22 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
    width: calc(11 / 375 * 100vw);
  }
}

.planArea__ttl {
  margin: 0 auto;
  max-width: 728px;
  padding: 0 15px;
}
.planArea__btn {
  margin: 50px auto 0;
  width: 305px;
}
@media only screen and (max-width: 767px) {
  .planArea__btn {
    width: 100%;
  }
}
.planArea__btn .msn-buttonMore {
  border: 1px solid #7d4e46;
  background-color: #7d4e46;
  color: #fff;
  font-family: "Noto Sans Japanese", sans-serif;
  height: 54px;
  margin: 0;
  opacity: 1;
  padding: 10px 0;
  transition: 0.4s ease;
  transition-property: background-color, color;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .planArea__btn .msn-buttonMore {
    font-size: calc(16 / 375 * 100vw);
    height: calc(54 / 375 * 100vw);
  }
}
.planArea__btn .msn-buttonMore .msn-buttonMore__label {
  transition: color 0.4s ease;
}
.planArea__btn .msn-buttonMore:after {
  border-color: currentColor;
}
.planArea__btn .msn-buttonMore:hover {
  background-color: #fff;
  color: #7d4e46;
}
.planArea__btn .msn-buttonMore:hover .msn-buttonMore__label {
  color: #7d4e46;
}

.plansList {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .plansList {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .plansList {
    margin-top: calc(70 / 750 * 100vw);
  }
}
.plansList__item {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .plansList__item {
    width: 100%;
  }
  .plansList__item:not(:first-child) {
    margin-top: calc(50 / 750 * 100vw);
  }
}

.planLink {
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(297deg, #7D4E46 -0.73%, #45231D 100%);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  display: block;
  padding: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .planLink {
    height: 100%;
  }
  .planLink:hover .thumbBlock__image {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 767px) {
  .planLink {
    padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.planLink__cap {
  text-align: right;
}
.planLink .speckBlock {
  display: flex;
  justify-content: space-between;
}
.planLink .speckBlock__type {
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__type {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(96 / 80);
  }
}
.planLink .speckBlock__type .name {
  display: block;
  font-size: 40px;
  line-height: calc(48 / 40);
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__type .name {
    font-size: calc(80 / 750 * 100vw);
  }
}
.planLink .speckBlock__variation {
  display: inline-block;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__variation {
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(80 / 60);
  }
}
.planLink .speckBlock__variation .num {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__variation .num {
    font-size: calc(60 / 750 * 100vw);
  }
}
.planLink .speckBlock__variation .ldk {
  display: block;
  font-size: 20px;
  line-height: calc(40 / 30);
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__variation .ldk {
    font-size: calc(40 / 750 * 100vw);
  }
}
.planLink .thumbBlock {
  background-color: #fff;
  margin: 20px -10px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .planLink .thumbBlock {
    margin: calc(50 / 750 * 100vw) calc(-10 / 750 * 100vw);
  }
}
.planLink .thumbBlock__image {
  transition: transform ease 0.4s;
}
@media only screen and (max-width: 767px) {
  .planLink .thumbBlock__image {
    width: 100%;
  }
}
.planLink .areaBlock {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock {
    font-size: calc(28 / 750 * 100vw);
  }
}
.planLink .areaBlock__mator {
  font-size: 20px;
  line-height: calc(40 / 30);
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock__mator {
    font-size: calc(40 / 750 * 100vw);
    line-height: calc(56 / 60);
  }
}
.planLink .areaBlock__mator .num {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock__mator .num {
    font-size: calc(60 / 750 * 100vw);
  }
}
.planLink .cap {
  color: #fff;
}

.btmCap {
  padding-bottom: 0;
}

/*共通パーツ用*/
.ohkarte-add_banner {
  display: none !important;
}/*# sourceMappingURL=top.css.map */