@charset "UTF-8";

.top-info {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .top-info {
    padding: 152px 0 140px;
  }
}

@media only screen and (max-width: 767px) {
  .top-info {
    padding: 18.6666666667vw 0 17.3333333333vw;
  }
}

.top-info:before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #302e2e;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .top-info:before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}

@media only screen and (max-width: 767px) {
  .top-info:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.top-concept {
  position: relative;
  z-index: 1;
  overflow-x: clip;
}

@media only screen and (min-width: 768px) {
  .top-concept {
    padding: 157px 0 147px;
  }
}

@media only screen and (max-width: 767px) {
  .top-concept {
    padding: 22.6666666667vw 0 17.0666666667vw;
  }
}

.top-concept:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .top-concept:before {
    background: #2a2828 url("../img/pc/bg-contents-01@1.5x.png") no-repeat top center;
    background-size: auto 100%;
    height: 111.1111111111vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-concept:before {
    background: url("../img/sp/bg-contents-01.png") no-repeat top center;
    background-size: 100% auto;
    height: 306.1333333333vw;
  }
}

.top-feature {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .top-feature {
    padding: 147px 0 265px;
  }
}

@media only screen and (max-width: 767px) {
  .top-feature {
    padding: 17.0666666667vw 0 38.6666666667vw;
  }
}

.top-feature:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .top-feature:before {
    background: url("../img/pc/bg-contents-02@1.5x.png") no-repeat top center;
    background-size: auto 100%;
    height: 111.1111111111vw;
  }
}

@media only screen and (max-width: 767px) {
  .top-feature:before {
    background: url("../img/sp/bg-contents-02.png") no-repeat top center;
    background-size: 100% auto;
    height: 306.1333333333vw;
  }
}

.top-plan {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .top-plan {
    padding: 0 0 326px;
  }
}

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

.top-ekichika {
  background-color: #fff;
  color: #333333;
}

@media only screen and (min-width: 768px) {
  .top-ekichika {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .top-ekichika {
    padding-top: 16vw;
  }
}

.top-ekichika .msn-section {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .top-ekichika .msn-section {
    padding-bottom: 6.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-ekichika .msn-section {
    padding-bottom: 5rem;
  }
}

.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;
}

.mainMovie {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .mainMovie {
    height: 55.5555555556vw;
  }
}

@media only screen and (max-width: 767px) {
  .mainMovie {
    height: 171.7333333333vw;
  }
}

.mainMovie__movie {
  height: 100%;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.mainMovie__video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  position: relative;
  width: 100%;
}

.mainMovie__video:-webkit-media-controls {
  display: none !important;
}

.mainMovie__video:-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.mainMovie__poster {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mainMovie__poster .photo {
  height: 100%;
  width: 100%;
}

.mainMovie__poster .photo__pic,
.mainMovie__poster .photo__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
}

.mainMovie__poster.is-visible {
  display: block;
}

.mainMovie__cap {
  position: absolute;
  z-index: 3;
  bottom: 5px;
  right: 5px;
}

.mainMovie__cap.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

/* USP、価格帯は基本的に3〜4つ掲載 */
.uspArea {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .uspArea {
    padding: 20px 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .uspArea {
    padding: 2.6666666667vw 2.6666666667vw 0;
  }
}

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

@media only screen and (min-width: 768px) {
  .txtList {
    align-items: stretch;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}

.txtList__item {
  position: relative;
  white-space: nowrap;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.2em;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .txtList__item {
    background: url("../img/top/pc/bg-usp-area@1.5x.jpg") no-repeat center center/cover;
    width: calc((100% - 40px) / 3);
    min-height: 140px;
    font-size: 18px;
    padding: 24px 0;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .txtList__item {
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 767px) {
  .txtList__item {
    font-size: 4vw;
    padding: 6.1333333333vw 1.3333333333vw;
    background: url("../img/top/sp/bg-usp-area.jpg") no-repeat center center/cover;
    min-height: 22.6666666667vw;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .txtList__item:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}

.txtList__item .station {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 0.8;
}

@media only screen and (min-width: 768px) {
  .txtList__item .station {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .txtList__item .station {
    font-size: 4.8vw;
  }
}

.txtList__item .ruby {
  display: block;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: left;
  font-family: "Cormorant Garamond" "Noto Serif JP", serif;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 768px) {
  .txtList__item .ruby {
    font-size: 10px;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .txtList__item .ruby {
    font-size: 0.6944444444vw;
  }
}

@media only screen and (max-width: 767px) {
  .txtList__item .ruby {
    font-size: 2.6666666667vw;
  }
}

.txtList__item .small {
  display: inline-block;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .txtList__item .small {
    padding-bottom: 5px;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .txtList__item .small {
    font-size: 1.1111111111vw;
  }
}

@media only screen and (max-width: 767px) {
  .txtList__item .small {
    font-size: 3.2vw;
    padding-right: 2.6666666667vw;
  }
}

.txtList__item .en {
  font-family: "Cormorant Infant", serif;
  display: inline-block;
  color: #ccb9a6;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .txtList__item .en {
    font-size: 32px;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .txtList__item .en {
    font-size: 2.2222222222vw;
  }
}

@media only screen and (max-width: 767px) {
  .txtList__item .en {
    font-size: 6.4vw;
  }
}

.txtList__item .num {
  display: inline-block;
  color: #ccb9a6;
  font-family: "Cormorant Infant", serif;
  line-height: 0.9;
}

@media only screen and (min-width: 768px) {
  .txtList__item .num {
    font-size: 42px;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .txtList__item .num {
    font-size: 2.9166666667vw;
  }
}

@media only screen and (max-width: 767px) {
  .txtList__item .num {
    font-size: 7.4666666667vw;
  }
}

.txtList__item .length {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  color: #ccb9a6;
  letter-spacing: 0;
  line-height: 0.9;
}

@media only screen and (min-width: 768px) {
  .txtList__item .length {
    font-size: 40px;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .txtList__item .length {
    font-size: 2.7777777778vw;
  }
}

@media only screen and (max-width: 767px) {
  .txtList__item .length {
    font-size: 7.4666666667vw;
  }
}

.txtList__item .gold {
  display: inline-block;
  background: linear-gradient(0deg, rgba(159, 79, 35, 0.7) 0%, rgba(188, 121, 78, 0.7) 25%, rgba(236, 175, 131, 0.7) 40%, rgba(247, 203, 168, 0.7) 50%, rgba(236, 175, 131, 0.7) 60%, rgba(188, 121, 78, 0.7) 75%, rgba(159, 79, 35, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.txtList__item .cream {
  color: #ccb9a6;
}

.txtList__item--column {
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .txtList__item--column {
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .txtList__item--column {
    gap: 2.6666666667vw;
  }
}

/* 文字色変更不可。背景色は変更可能。 */
.newsArea__inner {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .newsArea__inner {
    width: 1200px;
    max-width: 100%;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .newsArea__inner {
    padding: 0 5.3333333333vw;
  }
}

.newsArea__ttl {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .newsArea__ttl {
    font-size: 16px;
    flex: 1;
  }
}

@media only screen and (max-width: 767px) {
  .newsArea__ttl {
    font-size: 3.2vw;
  }
}

.newsList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .newsList {
    width: 960px;
  }
}

.newsList__item {
  position: relative;
  text-align: left;
  z-index: 1;
  letter-spacing: 0.16em;
  line-height: 1.4;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .newsList__item {
    font-size: 16px;
    padding-bottom: 50px;
    gap: 66px;
  }
}

@media only screen and (max-width: 767px) {
  .newsList__item {
    font-size: 3.4666666667vw;
    margin-top: 10.4vw;
    padding-bottom: 6.4vw;
    gap: 5.3333333333vw;
  }
}

.newsList__item:after {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.newsList__item .date {
  white-space: nowrap;
  display: inline-block;
}

.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 {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) {
  .infoArea__ttl {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .infoArea__ttl {
    font-size: 3.2vw;
  }
}

.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__heading {
  text-align: center;
  letter-spacing: 0.16em;
  font-weight: 500;
  line-height: calc(1.8);
}

.infoCont__heading:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8) * 0.5em);
}

.infoCont__heading:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.8) * 0.5em);
}

@media only screen and (min-width: 768px) {
  .infoCont__heading {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .infoCont__heading {
    font-size: 4.2666666667vw;
  }
}

.infoCont__txt {
  letter-spacing: 0.16em;
  line-height: calc(1.8461538462);
}

.infoCont__txt:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.8461538462) * 0.5em);
}

.infoCont__txt:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.8461538462) * 0.5em);
}

@media only screen and (min-width: 768px) {
  .infoCont__txt {
    font-size: 13px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .infoCont__txt {
    font-size: 3.4666666667vw;
  }
}

@media only screen and (min-width: 768px) {
  .infoCont__heading+.infoCont__txt {
    margin-top: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .infoCont__heading+.infoCont__txt {
    margin-top: 1em;
  }
}

.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: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
  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;
  }
}

.conceptArea {
  text-align: center;
}

.conceptArea__ttl .jp {
  display: block;
  letter-spacing: 0.24em;
  line-height: calc(1.6666666667);
}

.conceptArea__ttl .jp:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6666666667) * 0.5em);
}

.conceptArea__ttl .jp:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.6666666667) * 0.5em);
}

@media only screen and (min-width: 768px) {
  .conceptArea__ttl .jp {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .conceptArea__ttl .jp {
    font-size: 6.4vw;
  }
}

.conceptArea__ttl .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  letter-spacing: 0.16em;
}

@media only screen and (min-width: 768px) {
  .conceptArea__ttl .en {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .conceptArea__ttl .en {
    font-size: 3.2vw;
  }
}

@media only screen and (min-width: 768px) {
  .conceptArea__ttl .en+.jp {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .conceptArea__ttl .en+.jp {
    margin-top: 8.9333333333vw;
  }
}

@media only screen and (min-width: 768px) {
  .conceptArea__head+.conceptArea__cont {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .conceptArea__head+.conceptArea__cont {
    margin-top: 13.3333333333vw;
  }
}

.conceptArea__query {
  display: inline-block;
  position: relative;
  font-weight: 500;
  background: linear-gradient(0deg, rgba(159, 79, 35, 0.7) 0%, rgba(188, 121, 78, 0.7) 25%, rgba(236, 175, 131, 0.7) 40%, rgba(247, 203, 168, 0.7) 50%, rgba(236, 175, 131, 0.7) 60%, rgba(188, 121, 78, 0.7) 75%, rgba(159, 79, 35, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  z-index: 1;
  line-height: 1;
  -webkit-mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
  mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .conceptArea__query {
    margin-top: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .conceptArea__query {
    margin-top: 6.1333333333vw;
  }
}

.conceptArea__query .inner {
  letter-spacing: 0.24em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
  display: block;
  line-height: 1.7777777778;
}

@media only screen and (min-width: 768px) {
  .conceptArea__query .inner {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .conceptArea__query .inner {
    font-size: 3.4666666667vw;
  }
}

@media only screen and (min-width: 768px) {
  .conceptArea__query+.conceptArea__txt {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .conceptArea__query+.conceptArea__txt {
    margin-top: 4.2666666667vw;
  }
}

.conceptArea__txt {
  letter-spacing: 0.24em;
  font-weight: 500;
  white-space: nowrap;
  display: inline-block;
  -webkit-mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
  mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .conceptArea__txt {
    font-size: 18px;
    line-height: calc(2.2222222222);
  }

  .conceptArea__txt:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2.2222222222) * 0.5em);
  }

  .conceptArea__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2.2222222222) * 0.5em);
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .conceptArea__txt {
    white-space: normal;
  }
}

@media only screen and (max-width: 767px) {
  .conceptArea__txt {
    font-size: 3.4666666667vw;
    line-height: calc(2.4615384615);
  }

  .conceptArea__txt:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2.4615384615) * 0.5em);
  }

  .conceptArea__txt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2.4615384615) * 0.5em);
  }
}

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

@media only screen and (min-width: 768px) {
  .conceptArea__txtArea {
    margin-top: 2.2em;
  }
}

@media only screen and (max-width: 767px) {
  .conceptArea__txtArea {
    margin-top: 2.5em;
  }
}

.conceptArea__txtArea .conceptArea__txt:not(:first-child) {
  margin-top: 3em;
}

.conceptArea__catch {
  font-style: italic;
  display: inline-block;
  opacity: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  background: linear-gradient(0deg, rgba(159, 79, 35, 0.7) 0%, rgba(188, 121, 78, 0.7) 25%, rgba(236, 175, 131, 0.7) 40%, rgba(247, 203, 168, 0.7) 50%, rgba(236, 175, 131, 0.7) 60%, rgba(188, 121, 78, 0.7) 75%, rgba(159, 79, 35, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media only screen and (min-width: 768px) {
  .conceptArea__catch {
    font-size: 48px;
    margin-top: 87px;
  }
}

@media only screen and (max-width: 767px) {
  .conceptArea__catch {
    margin-top: 12.4vw;
    font-size: 9.6vw;
  }
}

.conceptArea__lead {
  letter-spacing: 0.24em;
  line-height: calc(1.4);
  opacity: 0;
}

.conceptArea__lead:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
}

.conceptArea__lead:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
}

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

@media only screen and (max-width: 767px) {
  .conceptArea__lead {
    font-size: 4.2666666667vw;
    margin-top: 4.8vw;
  }
}

@media only screen and (min-width: 768px) {
  .featureArea__item--synergy {
    margin-top: 298px;
  }
}

@media only screen and (max-width: 767px) {
  .featureArea__item--synergy {
    margin-top: 45.8666666667vw;
  }
}

@media only screen and (min-width: 768px) {
  .featureArea__item--design {
    margin-top: 242px;
  }
}

@media only screen and (max-width: 767px) {
  .featureArea__item--design {
    margin-top: 31.7333333333vw;
  }
}

.synergyGuide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .synergyGuide {
    padding-bottom: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .synergyGuide {
    padding-bottom: 8vw;
  }
}

.synergyGuide__head {
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .synergyGuide__head {
    width: 314px;
    margin-top: 98px;
  }
}

@media only screen and (min-width: 768px) {
  .synergyGuide__head .guideTtl {
    position: absolute;
    left: 0;
    z-index: 3;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .synergyGuide__head .guideTtl {
    position: relative;
    z-index: 1;
  }
}

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

@media only screen and (min-width: 768px) {
  .synergyGuide__cont {
    margin-right: calc(50% - 50vw);
  }
}

@media only screen and (max-width: 767px) {
  .synergyGuide__cont {
    width: 72vw;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -5.3333333333vw;
  }
}

.synergyGuide__cont .photo {
  box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 0.2);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .synergyGuide__cont .photo {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .synergyGuide__cont .photo .cap--inRight {
    right: 25px;
  }
}

.synergyGuide__inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .synergyGuide__inner {
    padding: 0 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .synergyGuide__inner {
    padding: 0 5.3333333333vw;
  }
}

@media only screen and (min-width: 768px) {
  .synergyGuide__inner {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .synergyGuide__inner {
    display: block;
    padding-top: 49.0666666667vw;
  }
}

@media only screen and (min-width: 768px) {
  .synergyGuide__guide {
    position: absolute;
    left: 0;
    top: 242px;
    z-index: 2;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .synergyGuide__guide {
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .synergyGuide__guide {
    position: relative;
    z-index: 2;
    margin-top: 8.5333333333vw;
  }
}

@media only screen and (min-width: 768px) {
  .synergyGuide__guide .guideUnit .guideLink {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .synergyGuide__guide .guideUnit .guideLink {
    margin-top: 8.5333333333vw;
  }
}

.locationGuide__inner {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .locationGuide__inner {
    max-width: 960px;
  }
}

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

@media only screen and (max-width: 767px) {
  .locationGuide__inner {
    padding: 10.9333333333vw 5vw 0;
  }
}

.locationGuide__inner .guideTtl {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .locationGuide__inner .guideTtl {
    position: relative;
    z-index: 2;
    margin-right: -45px;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .locationGuide__inner .guideTtl {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .locationGuide__inner .guideTtl {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}

@media only screen and (min-width: 768px) {
  .locationGuide__inner .guideUnit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .locationGuide__inner .guideUnit {
    margin-top: 8.6666666667vw;
    padding: 0 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .locationGuide__inner .guideUnit .guideLink {
    width: -moz-fit-content;
    width: fit-content;
    margin: 8.4vw 0 0 auto;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .locationGuide__inner:hover .locationGuide__visual .photo::before {
    opacity: 0;
  }

  .locationGuide__inner:hover .locationGuide__visual .photo__image {
    filter: grayscale(0%);
  }

  .locationGuide__inner:hover .locationGuide__visual .guidanceMovie__video {
    filter: grayscale(0%);
  }
}

@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .locationGuide__inner:hover .locationGuide__visual .photo::before {
    opacity: 0;
  }

  .locationGuide__inner:hover .locationGuide__visual .photo__image {
    filter: grayscale(0%);
  }

  .locationGuide__inner:hover .locationGuide__visual .guidanceMovie__video {
    filter: grayscale(0%);
  }
}

@media only screen and (min-width: 768px) {
  .locationGuide__visual {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .locationGuide__visual {
    margin-top: -2vw;
  }
}

.locationGuide__visual .photo {
  box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 0.2);
}

@media only screen and (min-width: 768px) {
  .locationGuide__visual .photo__image {
    transition: filter 0.8s ease-in-out 0.3s;
    filter: grayscale(100%);
  }
}

@media only screen and (max-width: 767px) {
  .locationGuide__visual .photo__image {
    transition: filter 0.8s ease-in-out 0.5s;
    filter: grayscale(100%) blur(10px);
  }
}

.locationGuide__visual .guidanceMovie {
  box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 0.2);
}

.locationGuide__visual .guidanceMovie:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 31, 9, 0.3);
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .locationGuide__visual .guidanceMovie__video {
    filter: grayscale(100%);
    transition: filter 0.8s ease-in-out 0.3s;
  }
}

@media only screen and (max-width: 767px) {
  .locationGuide__visual .guidanceMovie__video {
    filter: grayscale(100%) blur(10px);
    transition: filter 0.8s ease-in-out 0.5s;
  }
}

@media only screen and (max-width: 767px) {
  .locationGuide__visual.sai-animate .photo__image {
    filter: grayscale(0%) blur(0px);
  }

  .locationGuide__visual.sai-animate .guidanceMovie__video {
    filter: grayscale(0%);
  }
}

.designGuide {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .designGuide {
    max-width: 1440px;
  }
}

@media only screen and (max-width: 767px) {
  .designGuide {
    overflow: hidden;
    padding-top: 15.6vw;
  }
}

.designGuide__head {
  position: absolute;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .designGuide__head {
    top: 12px;
    right: 76px;
  }
}

@media only screen and (max-width: 767px) {
  .designGuide__head {
    right: 0;
    top: 0;
  }
}

.designGuide__head .guideTtl {
  display: inline-block;
  writing-mode: vertical-lr;
}

@media only screen and (max-width: 767px) {
  .designGuide__head .guideTtl {
    width: .8em;
  }
}

.designGuide__visual .photo,
.designGuide__visual .guidanceMovie {
  box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 0.2);
}

.designGuide__visual--left {
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .designGuide__visual--left {
    width: 840px;
  }
}

@media only screen and (max-width: 767px) {
  .designGuide__visual--left {
    width: 94.6666666667vw;
    margin: -9.3333333333vw auto 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .designGuide__visual--left .photo__image {
    filter: grayscale(100%) brightness(0.6);
    transition: filter 0.8s ease-in-out 0.3s;
  }
}

@media only screen and (max-width: 767px) {
  .designGuide__visual--left .photo__image {
    transition: filter 0.8s ease-in-out 0.5s;
    filter: grayscale(100%) blur(10px);
  }
}

.designGuide__visual--left .guidanceMovie:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 31, 9, 0.3);
  z-index: 3;
}

@media only screen and (min-width: 768px) {
  .designGuide__visual--left .guidanceMovie__video {
    filter: grayscale(100%) brightness(0.6);
    transition: filter 0.8s ease-in-out 0.3s;
  }
}

@media only screen and (max-width: 767px) {
  .designGuide__visual--left .guidanceMovie__video {
    filter: grayscale(100%) blur(10px);
    transition: filter 0.8s ease-in-out 0.5s;
  }
}

.designGuide__visual--right {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .designGuide__visual--right {
    margin-left: -120px;
    width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .designGuide__visual--right {
    width: 90vw;
    margin: 0 0 0 auto;
  }
}

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

@media only screen and (min-width: 768px) {
  .designGuide__cont {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

.designGuide__cont .guideUnit {
  position: absolute;
  z-index: 3;
  mix-blend-mode: hard-light;
}

@media only screen and (min-width: 768px) {
  .designGuide__cont .guideUnit {
    top: 50%;
    transform: translateY(-50%);
    left: 366px;
  }
}

@media only screen and (max-width: 767px) {
  .designGuide__cont .guideUnit {
    bottom: 16vw;
    left: 9.6vw;
  }
}

.designGuide__cont .guideUnit .guideTxt {
  color: #ffffff;
  text-shadow: 0 0 10px #000000;
  will-change: color;
  transition: color 0.8s ease-in-out 0.3s;
}

.designGuide__cont .guideUnit .guideLink {
  text-shadow: 0 0 10px #000000;
}

@media only screen and (min-width: 768px) {
  .designGuide__cont .guideUnit .guideLink {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .designGuide__cont .guideUnit .guideLink {
    margin-top: 8.4vw;
  }
}

@media only screen and (min-width: 768px) {
  .designGuide__cont:hover .designGuide__visual--left .photo__image {
    filter: grayscale(0%) brightness(0.9);
  }

  .designGuide__cont:hover .designGuide__visual--left .guidanceMovie__video {
    filter: grayscale(0%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .designGuide__cont:hover .designGuide__visual--left .photo__image {
    filter: grayscale(0%) brightness(0.9);
  }

  .designGuide__cont:hover .designGuide__visual--left .guidanceMovie__video {
    filter: grayscale(0%);
  }
}

@media only screen and (max-width: 767px) {
  .designGuide__cont.sai-animate .designGuide__visual--left .photo__image {
    filter: grayscale(0%) blur(0px);
  }

  .designGuide__cont.sai-animate .designGuide__visual--left .guidanceMovie__video {
    filter: grayscale(0%) blur(0px);
  }
}

@media only screen and (min-width: 768px) {
  .designGuide__cont--comingSoon {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .designGuide__cont--comingSoon.sai-animate .designGuide__visual--left .photo__image {
    filter: grayscale(100%) blur(0px);
  }

  .designGuide__cont--comingSoon.sai-animate .designGuide__visual--left .guidanceMovie__video {
    filter: grayscale(100%) blur(0px);
  }
}

.guideTtl {
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.8;
}

@media only screen and (min-width: 768px) {
  .guideTtl {
    font-size: 96px;
    letter-spacing: 0.16em;
  }
}

@media only screen and (max-width: 767px) {
  .guideTtl {
    letter-spacing: 0.12em;
    font-size: 10.6666666667vw;
  }
}

.guideTtl .gold {
  background: linear-gradient(0deg, rgba(159, 79, 35, 0.7) 0%, rgba(188, 121, 78, 0.7) 25%, rgba(236, 175, 131, 0.7) 40%, rgba(247, 203, 168, 0.7) 50%, rgba(236, 175, 131, 0.7) 60%, rgba(188, 121, 78, 0.7) 75%, rgba(159, 79, 35, 0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.guideTtl.sai-init {
  -webkit-mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
  mask-image: linear-gradient(90deg, #fff 33.3%, rgba(255, 255, 255, 0.1) 66.6%);
  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;
  -webkit-mask-position: 100% 100%;
  mask-position: 100% 100%;
  transition: -webkit-mask-position 1.8s ease-in-out;
  transition: mask-position 1.8s ease-in-out;
  transition: mask-position 1.8s ease-in-out, -webkit-mask-position 1.8s ease-in-out;
}

.guideTtl.sai-animate {
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
}

.guideTxt {
  letter-spacing: 0.28em;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .guideTxt {
    font-size: 16px;
    line-height: calc(2);
  }

  .guideTxt:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2) * 0.5em);
  }

  .guideTxt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

@media only screen and (max-width: 767px) {
  .guideTxt {
    font-size: 4vw;
    line-height: calc(2.1333333333);
  }

  .guideTxt:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2.1333333333) * 0.5em);
  }

  .guideTxt:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2.1333333333) * 0.5em);
  }
}

.guideLink {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #ffffff;
}

.guideLink__inner {
  line-height: 1;
  letter-spacing: 0.28em;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}

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

@media only screen and (max-width: 767px) {
  .guideLink__inner {
    font-size: 3.4666666667vw;
  }
}

.guideLink__arrow {
  border-radius: 50%;
  background: linear-gradient(20deg, rgba(159, 79, 35, 0.7) 0%, rgba(188, 121, 78, 0.7) 25%, rgba(236, 175, 131, 0.7) 40%, rgba(247, 203, 168, 0.7) 50%, rgba(236, 175, 131, 0.7) 60%, rgba(188, 121, 78, 0.7) 75%, rgba(159, 79, 35, 0.7) 100%);
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .guideLink__arrow {
    width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .guideLink__arrow {
    width: 4.8vw;
    height: 4.8vw;
  }
}

.guideLink__arrow:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  display: block;
  border-radius: 50%;
  transition: transform ease-in-out 0.8s, background-color ease-in-out 0.8s;
}

@media only screen and (min-width: 768px) {
  .guideLink__arrow:before {
    width: 6px;
    height: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .guideLink__arrow:before {
    width: 1.2vw;
    height: 1.2vw;
  }
}

.guideLink__arrow:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  transform-origin: left center;
  background-color: #fff;
  height: 1px;
  width: 60px;
  transform: scaleX(0);
  transition: transform ease-in-out 0.8s;
}

.guideLink__line {
  display: block;
  background-color: rgba(219, 217, 201, 0.7);
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .guideLink__line {
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .guideLink__line {
    width: 8.5333333333vw;
  }
}

@media only screen and (min-width: 768px) {
  .guideLink:hover .guideLink__arrow:before {
    transform: translate(-50%, -50%) scale(4);
    background-color: rgba(255, 255, 255, 0.6);
  }

  .guideLink:hover .guideLink__arrow:after {
    transform: scaleX(1);
  }
}

@media (hover: hover) and (pointer: fine) {
  .guideLink:hover .guideLink__arrow:before {
    transform: translate(-50%, -50%) scale(4);
    background-color: rgba(255, 255, 255, 0.6);
  }

  .guideLink:hover .guideLink__arrow:after {
    transform: scaleX(1);
  }
}

.guideLink--disabled {
  pointer-events: none;
  flex-direction: row-reverse;
  opacity: 0.4;
}

.guideLink--disabled .guideLink__inner {
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .guideLink--disabled .guideLink__inner {
    font-size: 3.7333333333vw;
  }
}

.planArea {
  position: relative;
  z-index: 1;
  color: #111111;
}

@media only screen and (min-width: 768px) {
  .planArea {
    padding: 170px 0 130px;
  }
}

@media only screen and (max-width: 767px) {
  .planArea {
    padding: 22.6666666667vw 0 21.3333333333vw;
  }
}

.planArea .guideTtl {
  position: absolute;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .planArea .guideTtl {
    right: 7.7083333333vw;
    bottom: -40px;
  }
}

@media only screen and (max-width: 767px) {
  .planArea .guideTtl {
    right: 5.3333333333vw;
    bottom: -5.0666666667vw;
  }
}

.planArea__inner {
  margin: 0 auto;
}

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

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
  .planArea__inner {
    padding: 0 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .planArea__inner {
    padding: 0 5.3333333333vw;
  }
}

@media only screen and (min-width: 768px) {
  .planArea__inner {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    align-items: center;
  }
}

.planArea__heading {
  font-weight: 500;
  letter-spacing: 0.28em;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .planArea__heading {
    font-size: 16px;
    line-height: calc(2);
    grid-column: 9/span 2;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    align-self: end;
  }

  .planArea__heading:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2) * 0.5em);
  }

  .planArea__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}

@media only screen and (max-width: 767px) {
  .planArea__heading {
    text-align: center;
    font-size: 4vw;
    line-height: calc(2.1333333333);
  }

  .planArea__heading:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2.1333333333) * 0.5em);
  }

  .planArea__heading:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2.1333333333) * 0.5em);
  }
}

.planArea__btn {
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (min-width: 768px) {
  .planArea__btn {
    grid-column: auto/span 2;
    margin: 50px 0 0 auto;
    align-self: start;
  }
}

@media only screen and (max-width: 767px) {
  .planArea__btn {
    margin: 50px auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}

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

.planArea__bg .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.planArea__bg .photo__pic,
.planArea__bg .photo__image {
  width: 100%;
  height: 100%;
}

.planArea__bg .photo__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: grayscale(100%) blur(10px);
  transition: filter 0.8s ease-in-out 0.3s;
}

.planArea__bg .photo .cap {
  z-index: 3;
}

.planArea__bg .guidanceMovie:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(67, 31, 9, 0.3);
  z-index: 3;
}

.planArea__bg .guidanceMovie__video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: grayscale(100%) blur(10px);
  transition: filter 0.8s ease-in-out 0.3s;
}

.planArea__bg.sai-animate .photo__image {
  filter: grayscale(0%) blur(0px);
}

.planArea__bg.sai-animate .guidanceMovie__video {
  filter: grayscale(0%) blur(0px);
}

.planArea__bgInner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.planArea__bgInner:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.3;
  background-color: #431f09;
}

@media only screen and (min-width: 768px) {
  .plansList {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    grid-column: 1/span 8;
    grid-row: 1/span 2;
  }
}

@media only screen and (max-width: 767px) {
  .plansList {
    margin-top: 11.0666666667vw;
  }
}

@media only screen and (min-width: 768px) {
  .plansList__item {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .plansList__item {
    width: 100%;
  }

  .plansList__item:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}

.planLink {
  display: block;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .planLink {
    height: 100%;
    padding: 10px 10px 46px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink {
    padding: 2.6666666667vw 4.6666666667vw 9.3333333333vw;
  }
}

.planLink__cap {
  text-align: right;
}

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

.planLink__bg .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.planLink__bg .photo__pic,
.planLink__bg .photo__image {
  width: 100%;
  height: 100%;
}

.planLink__bg .photo__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform ease-in-out 0.8s, filter ease-in-out 0.8s;
}

.planLink .speckBlock {
  background-color: #444444;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .planLink .speckBlock {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .speckBlock {
    padding: 1.3333333333vw 4vw;
  }
}

.planLink .speckBlock:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: transform ease-in-out 0.8s;
}

@media only screen and (min-width: 768px) {
  .planLink .speckBlock:after {
    width: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .speckBlock:after {
    width: 5.3333333333vw;
  }
}

.planLink .speckBlock__type {
  letter-spacing: 0.1em;
  line-height: 0.7;
  font-family: "Cormorant Garamond", serif;
}

@media only screen and (min-width: 768px) {
  .planLink .speckBlock__type {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .speckBlock__type {
    font-size: 3.4666666667vw;
  }
}

.planLink .speckBlock__type .name {
  font-family: "Cormorant Infant", serif;
}

@media only screen and (min-width: 768px) {
  .planLink .speckBlock__type .name {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .speckBlock__type .name {
    font-size: 5.3333333333vw;
  }
}

.planLink .speckBlock__type .name .alphabet {
  font-family: "Cormorant Garamond", serif;
}

@media only screen and (min-width: 768px) {
  .planLink .speckBlock__type .name .alphabet {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .speckBlock__type .name .alphabet {
    font-size: 7.4666666667vw;
  }
}

.planLink .variationBlock {
  text-align: center;
  position: relative;
  font-family: "Cormorant Infant", serif;
  z-index: 1;
  letter-spacing: 0.1em;
  line-height: 0.8;
}

@media only screen and (min-width: 768px) {
  .planLink .variationBlock {
    padding-bottom: 20px;
    margin-top: 30px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .variationBlock {
    margin-top: 5.6vw;
    padding-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}

.planLink .variationBlock:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cccccc;
}

@media only screen and (min-width: 768px) {
  .planLink .variationBlock:after {
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 767px) {
  .planLink .variationBlock:after {
    width: calc(100% - 50px);
  }
}

@media only screen and (min-width: 768px) {
  .planLink .variationBlock .num {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .variationBlock .num {
    font-size: 8.5333333333vw;
  }
}

@media only screen and (min-width: 768px) {
  .planLink .variationBlock .ldk {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .variationBlock .ldk {
    font-size: 6.4vw;
  }
}

.planLink .areaBlock {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

@media only screen and (min-width: 768px) {
  .planLink .areaBlock {
    gap: 10px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .areaBlock {
    gap: 2.6666666667vw;
    margin-top: 4vw;
  }
}

.planLink .areaBlock__ttl {
  letter-spacing: 0.1em;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .planLink .areaBlock__ttl {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .areaBlock__ttl {
    font-size: 3.4666666667vw;
  }
}

.planLink .areaBlock__length {
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .planLink .areaBlock__length {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .areaBlock__length {
    font-size: 3.4666666667vw;
  }
}

.planLink .areaBlock__length .num {
  display: inline-block;
  line-height: 0.8;
  font-family: "Cormorant Infant", serif;
}

@media only screen and (min-width: 768px) {
  .planLink .areaBlock__length .num {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .planLink .areaBlock__length .num {
    font-size: 5.3333333333vw;
  }
}

@media only screen and (min-width: 768px) {
  .planLink:hover .planLink__bg .photo__image {
    transform: scale(1.1);
    filter: brightness(1.6);
  }

  .planLink:hover .speckBlock:after {
    transform: translate(10px, -50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  .planLink:hover .planLink__bg .photo__image {
    transform: scale(1.1);
    filter: brightness(1.6);
  }

  .planLink:hover .speckBlock:after {
    transform: translate(10px, -50%);
  }
}

@media only screen and (min-width: 768px) {
  .cvBlock__inner {
    display: flex;
    gap: 42px;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .cvBlock__inner .cvBtn:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}

/*共通パーツ用*/
.ohkarte-add_banner {
  display: none !important;
}