@charset "UTF-8";
.main {
  position: relative;
}

.first_mv .cont .jp {
  white-space: nowrap;
}
.first_mv .cont .en {
  font-family: "Inter", sans-serif;
}

.sec_mv {
  position: relative;
}
.sec_mv .catch {
  position: absolute;
  top: 2.5rem;
  left: 0.6rem;
  z-index: 2;
}
.sec_mv .catch .yk-close {
  margin: 0;
}
.sec_mv .catch .ttl {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 751px) {
  .sec_mv .catch .ttl {
    letter-spacing: 0.1em;
  }
}
.sec_mv .catch .text {
  margin-top: 0.3rem;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.05em;
  opacity: 0.6;
  font-size: 0.2rem;
}
.sec_mv .blur {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0;
  width: 7rem;
}

.sec_merit_info {
  width: 100%;
  overflow: hidden;
}
.sec_merit_info .merit {
  background: #F5F4E2;
  padding: 0.5rem 0;
  position: relative;
}
.sec_merit_info .merit .leaf {
  position: absolute;
  width: 3.5rem;
  top: 2.2rem;
  right: -1.5rem;
}
.sec_merit_info .merit .box_ttl {
  width: 3.9rem;
  margin: 0 auto;
  padding: 0.15rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.2rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.sec_merit_info .merit .inner .item {
  font-size: 0.32rem;
}
.sec_merit_info .merit .inner .item em {
  font-size: 0.66rem;
  color: #B1AC51;
  line-height: 1;
}
.sec_merit_info .merit .inner .item small {
  font-size: 0.2rem;
  display: block;
}
.sec_merit_info .merit .inner .item:nth-child(n+2) {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 0.2rem;
  margin-top: 0.2rem;
}
.sec_merit_info .merit .inner.--01 {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1.9rem auto;
  gap: 0.4rem;
  align-items: center;
}
.sec_merit_info .merit .inner.--01 .item.--01 small {
  letter-spacing: 0;
}
.sec_merit_info .merit .inner.--01 .item.--02 small {
  font-size: 0.24rem;
}
.sec_merit_info .merit .inner.--02 {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding-top: 0.3rem;
  margin-top: 0.3rem;
  display: grid;
  grid-template-columns: auto 1.9rem;
  gap: 0.3rem;
  align-items: center;
}
.sec_merit_info .merit .inner.--02 em.jp {
  font-size: 0.5rem;
}
.sec_merit_info .merit .inner.--02 em.en span {
  font-size: 0.45rem;
}
.sec_merit_info .merit .inner.--02 em.en sup {
  font-size: 0.24rem;
}
.sec_merit_info .info {
  background: url(../assets/imgs/bg.jpg) center top/cover no-repeat;
  padding: 0.8rem 0 3rem;
}
.sec_merit_info .info .ttlWrap {
  text-align: center;
}
.sec_merit_info .info .ttlWrap .en {
  font-family: "Forum", serif;
  opacity: 0.5;
  font-size: 0.28rem;
  letter-spacing: 0.2em;
}
.sec_merit_info .info .ttlWrap .jp {
  font-size: 0.4rem;
  margin-top: 0.5rem;
}
.sec_merit_info .info .btn_wrap {
  margin-top: 0.5rem;
}

.sec_concept {
  position: relative;
  margin-top: -1.5rem;
}
.sec_concept .inner {
  position: absolute;
  top: 1.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  color: #fff;
}
.sec_concept .inner .ttlWrap .en {
  font-family: "Forum", serif;
  opacity: 0.5;
  font-size: 0.28rem;
  letter-spacing: 0.2em;
}
.sec_concept .inner .ttlWrap .jp {
  font-size: 0.4rem;
  margin-top: 0.5rem;
}
.sec_concept .inner .text {
  margin-top: 0.8rem;
}
@media screen and (min-width: 751px) {
  .sec_concept .inner .text {
    font-size: 0.3rem;
  }
}
.sec_concept .inner .text p + p {
  margin-top: 0.8rem;
}
.sec_concept .sub {
  position: absolute;
  z-index: 2;
}
.sec_concept .sub.--01 {
  width: 1rem;
  top: 1.2rem;
  left: 0.5rem;
}
.sec_concept .sub.--02 {
  width: 1.5rem;
  top: 4.2rem;
  right: 0;
}
.sec_concept .sub.--03 {
  width: 3.4rem;
  bottom: 0.5rem;
  left: 0;
}
@media screen and (min-width: 751px) {
  .sec_concept .sub.--03 {
    bottom: -0.5rem;
    z-index: 99;
  }
}
.sec_concept .sub.--03 figcaption {
  font-size: 0.18rem;
}
.sec_concept .sub.--04 {
  width: 1.4rem;
  bottom: 0;
  left: 4.8rem;
}
@media screen and (min-width: 751px) {
  .sec_concept .sub.--04 {
    bottom: 0.2rem;
  }
}

.top_bg {
  background: url(../imgs/top_bg.png) center top/cover no-repeat;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .top_bg {
    padding-top: 2rem;
  }
}
.top_bg .leaf_bottom {
  position: absolute;
  bottom: -1.5rem;
  right: -0.1rem;
  width: 4rem;
}

.sec_common {
  padding-left: 0.8rem;
  position: relative;
}
.sec_common .ttlWrap {
  margin-top: 0.5rem;
}
.sec_common .ttlWrap .en {
  font-family: "Forum", serif;
  font-size: 0.8rem;
}
.sec_common .ttlWrap .jp {
  font-size: 0.32rem;
  line-height: 2;
}
.sec_common .btn_wrap {
  margin-top: 0.7rem;
}
.sec_common .subimage {
  position: absolute;
  width: 2.8rem;
  bottom: -1rem;
  right: 0.5rem;
}
.sec_common.reverse {
  padding-left: 0;
  padding-right: 0.8rem;
}
.sec_common.reverse .cont {
  padding-left: 0.8rem;
}

.sec_common2 {
  position: relative;
}
.sec_common2 .ttlWrap {
  margin-top: 0.5rem;
}
.sec_common2 .ttlWrap .en {
  font-family: "Forum", serif;
  font-size: 0.5rem;
}
.sec_common2 .btn_wrap {
  margin-top: 0.2rem;
}

.sec_position .subimage figcaption {
  white-space: nowrap;
}

.sec_location {
  margin-top: 2.2rem;
}
.sec_location .subimage {
  position: absolute;
  bottom: -1.5rem;
}
.sec_location .subimage figcaption {
  white-space: nowrap;
  width: auto;
  left: auto;
}

.sec_access {
  margin-top: 2.6rem;
}
.sec_access .subimage {
  position: absolute;
  bottom: -1.3rem;
}

.sec_plan {
  margin-top: 2.6rem;
  padding-right: 0 !important;
}
.sec_plan .cont {
  padding-right: 0.8rem;
}
.sec_plan .subimage {
  position: absolute;
  top: 5.5rem;
  bottom: auto;
  width: 2.3rem;
}
.sec_plan .leaf {
  position: absolute;
  top: 9.1rem;
  right: 0.2rem;
  width: 3rem;
  z-index: 2;
}
.sec_plan .slick_plan {
  margin-top: 2rem;
}
.sec_plan .slick_plan .slick-slide {
  margin: 0 15px;
}
.sec_plan .slick_note {
  font-size: 0.24rem;
  text-align: right;
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  padding-top: 0.2rem;
  padding-right: 0.2rem;
}
@media screen and (max-width: 750px) {
  .sec_plan .slick_note {
    font-size: 0.2rem;
  }
}

.sec_quality {
  margin-top: 1.5rem;
}

.sec_brand {
  margin-top: 1rem;
}
