@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .top-info {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-info {
    padding: 21.3333333333vw 0;
  }
}

@media only screen and (min-width: 768px) {
  .top-plan {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-plan {
    padding: 16vw 0;
  }
}

.mainVisual {
  line-height: 0;
}
.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: 2.6666666667vw;
    padding: 2.1333333333vw;
  }
}
.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: 0.8vw;
    width: 0.8vw;
  }
}
.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__note {
  inset: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .mainCard--02 .photo .cap--inRight {
    bottom: 38.6666666667vw;
  }
}
.mainCard--03 .mainCard__note .cap {
  position: absolute;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .mainCard--03 .mainCard__note .cap:nth-child(1) {
    bottom: 23.1944444444vw;
    right: 66.5972222222vw;
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--03 .mainCard__note .cap:nth-child(1) {
    bottom: 53.6vw;
    right: 60vw;
  }
}
@media only screen and (min-width: 768px) {
  .mainCard--03 .mainCard__note .cap:nth-child(2) {
    bottom: 25.625vw;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--03 .mainCard__note .cap:nth-child(2) {
    bottom: 61.6vw;
    right: 20vw;
  }
}
@media only screen and (min-width: 768px) {
  .mainCard--03 .mainCard__note .cap:nth-child(3) {
    bottom: 0;
    right: 66.5972222222vw;
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--03 .mainCard__note .cap:nth-child(3) {
    bottom: 0;
    right: 60vw;
  }
}
.mainCard--03 .mainCard__note .cap:nth-child(4) {
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .mainCard--03 .mainCard__note .cap:nth-child(4) {
    right: 16.5277777778vw;
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--03 .mainCard__note .cap:nth-child(4) {
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mainCard--03 .mainCard__note .cap:nth-child(5) {
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mainCard--03 .mainCard__note .cap:nth-child(5) {
    bottom: 61.6vw;
    right: 0;
  }
}

/* USP、価格帯は基本的に3〜4つ掲載 */
.uspArea {
  background-color: #29251E;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .uspArea .txtList {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .uspArea .txtList {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}

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

.txtList {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .txtList {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .txtList {
    padding: 8vw 0;
  }
}
.txtList__item {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 22px;
  justify-content: space-between;
  line-height: 1.8;
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .txtList__item {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 4.8vw;
    justify-content: center;
    padding: 0 1.3333333333vw 4vw;
  }
  .txtList__item:not(:first-child) {
    padding-top: 4vw;
  }
}
@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;
}
.txtList__item:after {
  background-color: #cccccc;
  content: "";
  height: 50px;
  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 .en {
  font-family: "EB Garamond", "Cormorant Garamond", serif;
}
.txtList__item .cinzel {
  font-family: "Cinzel", serif;
}
.txtList__item .num {
  font-family: "Cinzel", serif;
  line-height: 0.7;
}
@media only screen and (min-width: 768px) {
  .txtList__item .num {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .txtList__item .num {
    font-size: 6.4vw;
  }
}
.txtList__item .small {
  display: inline-block;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .txtList__item .small {
    font-size: 3.2vw;
  }
}
.txtList__item .cap {
  color: #ffffff;
  display: block;
  font-family: "Noto Serif Japanese", serif;
  text-align: right;
}

.informationArea {
  backdrop-filter: blur(10px);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.32) 100%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .informationArea {
    min-width: 1000px;
    max-width: 83.3333333333%;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .informationArea {
    padding: 10.6666666667vw 0;
  }
}

/* 文字色変更不可。背景色は変更可能。 */
.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: 5.3333333333vw 4vw;
  }
}
.newsArea__ttl {
  font-size: 15px;
  line-height: 1.7333333333;
  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: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    text-align: center;
    width: 100%;
  }
}

.newsList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.newsList__item {
  display: flex;
  font-size: 16px;
  line-height: 1.8571428571;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .newsList__item {
    font-size: 3.0666666667vw;
  }
}
.newsList__item .date {
  margin-right: 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .newsList__item .date {
    margin-right: 3.0666666667vw;
  }
}
.newsList__item .cont {
  display: inline-block;
  position: relative;
}
.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;
}
@media only screen and (min-width: 768px) {
  .newsList__item.is-new .cont:after {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .newsList__item.is-new .cont:after {
    padding: 1.0666666667vw;
  }
}
.newsList__item + .newsList__item {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .newsList__item + .newsList__item {
    margin-top: 4vw;
  }
}

.infoArea {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .infoArea {
    padding-top: 16vw;
  }
}
.infoArea__ttl + .infoCont {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .infoArea__ttl + .infoCont {
    margin-top: 8vw;
  }
}
.infoArea__inner {
  margin: 80px auto 0;
}
@media only screen and (max-width: 767px) {
  .infoArea__inner {
    margin-top: 13.3333333333vw;
  }
}

.infoCont {
  text-align: center;
}
.infoCont__txt {
  font-size: 28px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .infoCont__txt {
    font-size: 4.8vw;
    line-height: 2;
  }
}
.infoCont__txt + .infoCont__txt {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .infoCont__txt + .infoCont__txt {
    margin-top: 6.6666666667vw;
  }
}

.guidanceCont {
  align-items: center;
  border-bottom: 1px solid #C5CDC3;
  border-top: 1px solid #C5CDC3;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont {
    flex-direction: column;
    margin-top: 13.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
}
.guidanceCont__btn {
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont__btn {
    width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}
.guidanceCont + .cvBlock {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .guidanceCont + .cvBlock {
    margin-top: 13.3333333333vw;
  }
}
.guidanceCont .txt {
  line-height: calc(2);
}
.guidanceCont .txt:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.guidanceCont .txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .guidanceCont .txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .guidanceCont .txt {
    font-size: 3.0769230769vw;
  }
}

.featureIntro {
  overflow: hidden;
  position: relative;
}
.featureIntro__cont {
  display: flex;
  inset: 0;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .featureIntro__cont {
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 5.5555555556% 0 1.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__cont {
    align-items: flex-end;
    flex-direction: column-reverse;
    gap: 8.5333333333vw;
  }
}
.featureIntro__ttl {
  color: #FFF;
  font-family: "Cinzel", serif;
  line-height: 0.7;
  letter-spacing: 0.05em;
  mix-blend-mode: overlay;
}
@media only screen and (min-width: 768px) {
  .featureIntro__ttl {
    font-size: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__ttl {
    font-size: 14.9333333333vw;
    margin-right: auto;
  }
}
.featureIntro__desc {
  background-color: rgba(242, 242, 242, 0.9);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .featureIntro__desc {
    gap: 40px;
    margin-bottom: 6.6666666667%;
    padding: 64px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__desc {
    gap: 6.4vw;
    margin-right: 4.2666666667vw;
    padding: 8.5333333333vw 6.4vw;
  }
}
.featureIntro__desc .headingLv1 {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .featureIntro__desc .headingLv1 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__desc .headingLv1 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .featureIntro__desc .headingLv1 .jp {
    font-size: 0.5em;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__desc .headingLv1 .jp {
    font-size: 0.545454em;
    padding-top: 4.2666666667vw;
  }
}
.featureIntro__heading {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .featureIntro__heading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .featureIntro__heading {
    font-size: 4.8vw;
  }
}

.featureArea .photo:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  -webkit-mask-image: linear-gradient(to right, transparent, #fff, #fff);
          mask-image: linear-gradient(to right, transparent, #fff, #fff);
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 2.4s, -webkit-mask-position 1.2s;
  transition: mask-position 1.2s, opacity 2.4s;
  transition: mask-position 1.2s, opacity 2.4s, -webkit-mask-position 1.2s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
  z-index: 1;
}
.featureArea .photo.sai-animate:before {
  -webkit-mask-position: left;
          mask-position: left;
  opacity: 0;
}

.featureCard {
  align-items: flex-start;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .featureCard {
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard {
    gap: 4.2666666667vw;
    padding-left: 9.3333333333vw;
  }
}
.featureCard__inner {
  color: #333;
}
.featureCard__ttl {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .featureCard__ttl {
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__ttl {
    gap: 6.4vw;
  }
}
@media only screen and (min-width: 768px) {
  .featureCard__ttl + .featureCard__heading {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__ttl + .featureCard__heading {
    margin-top: 10.6666666667vw;
  }
}
.featureCard__ttl .en {
  font-family: "Cinzel", serif;
  line-height: 0.7;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .featureCard__ttl .en {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__ttl .en {
    font-size: 8.5333333333vw;
  }
}
.featureCard__ttl .jp {
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .featureCard__ttl .jp {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__ttl .jp {
    font-size: 3.2vw;
  }
}
.featureCard__heading {
  line-height: calc(1.8);
}
.featureCard__heading:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}
.featureCard__heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}
.featureCard__heading {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .featureCard__heading {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__heading {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .featureCard__heading + .generalBtn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .featureCard__heading + .generalBtn {
    margin-top: 8.5333333333vw;
  }
}

.locationFeature {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .locationFeature {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    gap: 9.3055555556%;
    justify-content: center;
    padding: 240px 0;
  }
}
@media only screen and (max-width: 767px) {
  .locationFeature {
    padding: 32vw 0 58.1333333333vw;
  }
}
.locationFeature:after {
  background: no-repeat center center/100% auto url("../img/bg-decoration-01@1.5x.png");
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .locationFeature:after {
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .locationFeature:after {
    aspect-ratio: 375/183;
    bottom: 21.3333333333vw;
    left: 0;
  }
}
.locationFeature__visual {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .locationFeature__visual {
    width: 54.1666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .locationFeature__visual .photo:nth-child(1) {
    z-index: 2;
    width: 89.7435897436%;
  }
}
@media only screen and (max-width: 767px) {
  .locationFeature__visual .photo:nth-child(1) .cap--inRight {
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .locationFeature__visual .photo:nth-child(2) {
    margin: -12.8205128205% 0 0 auto;
    width: 32.0512820513%;
  }
}
@media only screen and (max-width: 767px) {
  .locationFeature__visual .photo:nth-child(2) {
    margin: -10.6666666667vw 2.1333333333vw 0 auto;
    width: 26.6666666667vw;
  }
}

.accessFeature {
  position: relative;
  z-index: 1;
}
.accessFeature__visual {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .accessFeature__visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .accessFeature__visual .cap--inLeft {
    bottom: auto !important;
    top: 0;
  }
}
.accessFeature__cont {
  align-items: center;
  background-color: #FDFDFD;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .accessFeature__cont {
    height: 100%;
    justify-content: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 34.7222222222%;
  }
}
@media only screen and (max-width: 767px) {
  .accessFeature__cont {
    left: 0;
    padding-bottom: 17.0666666667vw;
    padding-top: 17.0666666667vw;
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 768px) {
  .planFeature {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    gap: 8.3333333333%;
    padding: 240px 0;
  }
}
@media only screen and (max-width: 767px) {
  .planFeature {
    padding: 32vw 0;
  }
}
@media only screen and (min-width: 768px) {
  .planFeature__visual {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .planFeature__visual {
    width: 90.4vw;
  }
}
@media only screen and (max-width: 767px) {
  .planFeature__cont {
    margin-top: 21.3333333333vw;
  }
}

.planArea__ttl {
  margin: 0 auto;
  max-width: 728px;
  padding: 0 15px;
}
.planArea__btn {
  margin: 50px auto 0;
  width: 280px;
}
@media only screen and (max-width: 767px) {
  .planArea__btn {
    width: 100%;
  }
}

.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: 9.3333333333vw;
  }
}
.plansList__item {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .plansList__item {
    width: 100%;
  }
  .plansList__item:not(:first-child) {
    margin-top: 6.6666666667vw;
  }
}

.planLink {
  background: linear-gradient(160deg, #535353 0%, #2E2E2E 100%);
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  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: 8vw 4vw;
  }
}
.planLink__tag {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 0.6px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .planLink__tag {
    height: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
.planLink__tag + * {
  margin-top: 20px;
}
.planLink__cap {
  text-align: right;
}
.planLink__cap .cap {
  color: rgba(255, 255, 255, 0.7);
}
.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: 3.7333333333vw;
    line-height: 1.2;
  }
}
.planLink .speckBlock__type .name {
  display: block;
  font-size: 40px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__type .name {
    font-size: 10.6666666667vw;
  }
}
.planLink .speckBlock__variation {
  display: inline-block;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__variation {
    font-size: 3.7333333333vw;
    line-height: 1.3333333333;
  }
}
.planLink .speckBlock__variation .num {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__variation .num {
    font-size: 8vw;
  }
}
.planLink .speckBlock__variation .ldk {
  display: block;
  font-size: 20px;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 767px) {
  .planLink .speckBlock__variation .ldk {
    font-size: 5.3333333333vw;
  }
}
.planLink .thumbBlock {
  background-color: #ffffff;
  margin: 20px -10px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .planLink .thumbBlock {
    margin: 6.6666666667vw -1.3333333333vw;
  }
}
.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: 3.7333333333vw;
  }
}
.planLink .areaBlock__mator {
  font-size: 20px;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock__mator {
    font-size: 5.3333333333vw;
    line-height: 0.9333333333;
  }
}
.planLink .areaBlock__mator .num {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .planLink .areaBlock__mator .num {
    font-size: 8vw;
  }
}

.btmCap {
  padding-bottom: 0;
}

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