@charset "UTF-8";
/* CSS Document */
.pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block;
  }
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

body {
  background-color: #FFD302;
}

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

.lp-header {
  margin-top: 14px;
}

.lp-header__btn {
  position: fixed;
  z-index: 1000;
  top: 14px;
  left: 14px;
}
@media screen and (max-width: 769px) {
  .lp-header__btn {
    top: 14px;
    left: 5%;
  }
}

.br-bar {
  background: linear-gradient(transparent 10%, #080808 10%);
  padding: 14px 22px 8px;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 54px;
  font-weight: 600;
  display: inline;
}
.h3 {
    font-size: 40px;
}
@media screen and (max-width: 992px) {
  .br-bar {
    font-size: 28px;
  }
}
@media screen and (max-width: 769px) {
  .br-bar {
    padding: 14px 14px 8px;
  }
    .h3 {
    font-size: 25px;
}
}

.gr-concept__img--abs {
  position: absolute;
  top: clamp(22%, 1.25vw, 24%);
  right: -5%;
  width: 33%;
}
@media screen and (max-width: 769px) {
  .gr-concept__img--abs {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-top: 24px;
  }
}

.gr-fv {
  padding: 80px;
}
@media screen and (max-width: 769px) {
  .gr-fv {
    padding: 0;
    margin-top: 40px;
  }
}

.gr-concept-bar {
  background-color: #FFFFFF;
  margin-top: 24px;
}

.concept-img01 {
  margin-top: 160px;
}
@media screen and (max-width: 769px) {
  .concept-img01 {
    margin-top: 60px;
  }
}

.concept-text {
  font-size: 36px;
  font-weight: 600;
  margin-top: 180px;
  font-size: clamp(18px, 1.4583333333vw, 28px);
  position: relative;
}
@media screen and (max-width: 769px) {
  .concept-text {
    margin-top: 80px;
  }
}

.concept-price {
  position: absolute;
  top: 54%;
  right: -5%;
  font-weight: 800;
  font-size: clamp(66px, 5.4166666667vw, 104px);
  line-height: 80%;
}
.concept-price .price01 {
  font-size: clamp(40px, 3.3333333333vw, 64px);
}
.concept-price .price02 {
  font-size: clamp(20px, 1.5625vw, 30px);
}
@media screen and (max-width: 769px) {
  .concept-price {
    top: 0;
    position: relative;
    right: 0;
    margin-top: 24px;
  }
}

.concept-img02 {
  margin-top: 160px;
}
@media screen and (max-width: 769px) {
  .concept-img02 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 769px) {
  .concept-img02 img {
    width: 100%;
  }
}

.gr-plan_title {
  background-color: #FFFFFF;
  padding: 160px 0;
}
@media screen and (max-width: 769px) {
  .gr-plan_title {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 769px) {
  .gr-plan_title img {
    width: 90%;
    margin: auto;
  }
}

.gr-plan_title_text {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 600;
  line-height: 180%;
  margin-top: 24px;
}

.gr-plan {
  margin-top: -80px;
}

.gr-plan__title {
  margin-top: 120px;
}

.gr-plan_detail {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 600;
  line-height: 180%;
  margin-top: 0px;
}
.gr-plan_detail .img {
  margin-top: 40px;
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 769px) {
  .gr-plan_detail .img {
    width: 100%;
  }
}
.gr-plan_detail .owners {
  margin-top: 80px;
  background-color: #F2F2F2;
  padding: 10%;
}
@media screen and (max-width: 769px) {
  .gr-plan_detail .owners {
    padding: 40px 5%;
  }
}
.gr-plan_detail .owners .owners-genre {
  display: flex;
  align-items: center;
  width: 25%;
  margin-right: 10%;
}
@media screen and (max-width: 769px) {
  .gr-plan_detail .owners .owners-genre {
    margin: auto;
    width: 60%;
  }
}
.gr-plan_detail .owners .img {
  width: 65%;
}
@media screen and (max-width: 769px) {
  .gr-plan_detail .owners .img {
    width: 100%;
  }
}
.gr-plan_detail .owners .owners-top {
  display: flex;
}
@media screen and (max-width: 769px) {
  .gr-plan_detail .owners .owners-top {
    display: block;
  }
}
.gr-plan_detail .owners .owners-title {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 769px) {
  .gr-plan_detail .owners .owners-title {
    display: block;
  }
}
.gr-plan_detail .owners .owners-title .img {
  width: 80%;
  margin-top: 0;
}
.gr-plan_detail .owners .owners-title .title-text {
  width: 20%;
  display: flex;
  font-weight: 400;
  align-items: end;
}
@media screen and (max-width: 769px) {
  .gr-plan_detail .owners .owners-title .title-text {
    width: 100%;
  }
}

.gr-style__title {
  background-color: #FFFFFF;
  margin-top: 120px;
  padding: 32px 0;
}

.gr-content__title {
  margin-top: -24px;
}
.gr-content__title .img {
  width: 30%;
}
@media screen and (max-width: 769px) {
  .gr-content__title .img {
    width: 60%;
    margin: auto;
  }
}
.gr-content__title .title__wrap {
  width: 70%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .gr-content__title .title__wrap {
    width: 100%;
    margin-top: 24px;
  }
}
.gr-style_text {
  max-width: 998px;
  margin: 40px auto;
  font-size: clamp(16px, 1.4583333333vw, 28px);
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .gr-style_text {
    text-align: center;
  }
}

.gr-style .gr-style_img {
  margin: 60px auto;
}
.gr-style .gr-style_img img {
  width: 100%;
}
.gr-style .gr-style__detail--title {
  font-size: clamp(24px, 1.6666666667vw, 32px);
  line-height: 180%;
  margin: 40px auto;
}
.gr-style .gr-style__detail--text {
  font-size: clamp(16px, 1.4583333333vw, 28px);
}

@media screen and (max-width: 769px) {
  .gr03-detail {
    margin-top: 24px;
  }
}

.gr03-detail__wrap {
  background-color: #FFFFFF;
  padding: 60px;
}
@media screen and (max-width: 769px) {
  .gr03-detail__wrap {
    padding: 0;
  }
}

.gr03-detail__title {
  font-size: clamp(24px, 1.6666666667vw, 32px);
  margin-top: 24px;
}

.gr03-detail__text {
  font-size: clamp(16px, 1.4583333333vw, 28px);
  line-height: 160%;
  margin-top: 24px;
}

.gr03-other {
  margin-top: 120px;
}
.gr03-other .other-child {
  align-items: center;
  margin-bottom: 24px;
}
.gr03-other .other-child p {
  padding: 14px;
  font-size: clamp(18px, 1.4583333333vw, 28px);
  line-height: 160%;
  font-weight: 600;
  background-color: #fff;
  flex-grow: 1;
  display: flex;
  height: 120px;
  justify-content: center;
  align-items: center;
}

.gr03-other__attention--title {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .gr03-other__attention--title {
    margin-top: 40px;
  }
}

.gr03-other__attention--text {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  margin-top: 40px;
  font-weight: 600;
}

.price {
  background-color: #FFFFFF;
  padding: 60px 0;
  margin-top: 120px;
}
.price .price-text {
  font-size: clamp(28px, 2.1875vw, 42px);
  font-weight: 600;
  line-height: 180%;
}
.price .price-main__text {
  font-size: clamp(64px, 6.25vw, 120px);
  font-weight: 600;
  line-height: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  .price .price-main__text {
    line-height: 80%;
  }
}
.price .price-main__text .price_unit {
  font-size: clamp(35px, 5.2083333333vw, 100px);
}
.price .price-main__text .price-attention {
  font-size: clamp(20px, 1.8229166667vw, 35px);
}
@media screen and (max-width: 769px) {
  .price .price-main__text .price-attention {
    display: block;
  }
}

.gr-qa {
  margin-top: 120px;
}
@media screen and (max-width: 769px) {
  .gr-qa .img {
    width: 60%;
    margin: auto;
  }
}
.gr-qa .qa-detail {
  margin-top: 60px;
}
.gr-qa .qa-detail .qa-title {
  font-size: clamp(24px, 1.6666666667vw, 32px);
  font-weight: 600;
}
.gr-qa .qa-detail .qa-text {
  margin-top: 32px;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 160%;
}

.gr-cta {
  margin-top: 120px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 769px) {
  .gr-cta {
    margin-top: 60px;
  }
}/*# sourceMappingURL=style.css.map */
hr {
    border-bottom: 1px solid #000000;
    border-top-width: 0px;
}
dl.data {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
dl.data dt {
    width: 40%;
}
dl.data dd {
     width: 60%;
}