@charset "UTF-8";
/**************************************************
* 2024.12 追加CSS
**************************************************/
/*------------------------------
common
------------------------------*/
/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-text-ctr {
  text-align: center;
}

.u-text-rd {
  color: #ff0000;
}

.c-bk-title {
  font-size: min(22px, 2.6041666667vw);
  font-weight: 800;
  letter-spacing: 1.54px;
  text-align: center;
  position: relative;
  padding-bottom: 4px;
}
.c-bk-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: url(../images/202412/img_ttl-border.svg) no-repeat center center/contain;
  width: 10.45em;
  aspect-ratio: 1517/95;
}
@media (max-width: 767px) {
  .c-bk-title {
    font-size: 16px;
  }
}

.c-cta-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 347px;
  height: 2.8lh;
  margin: 0 auto;
  max-width: 100%;
  background: #e70000;
  border-radius: 37.2px;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.5px;
  letter-spacing: -0.63px;
  padding: 0.7em 0;
  color: #fff;
  line-height: 1.1;
}
.c-cta-button a::before {
  content: "";
  position: relative;
  background: url(../images/202412/icon_arrow.png) no-repeat center center/contain;
  aspect-ratio: 1/1;
  width: 1.4em;
  margin-right: 0.7em;
}

.accordion-contents .c-cta-button {
  margin: 20px auto;
}

.container:has(.accordion__body) h4.u-h4 span {
  pointer-events: none;
}

/*------------------------------
theme 打消し
------------------------------*/
.article .features p,
.article .point p,
.article .support p,
.article .problem p,
.article .review p,
.article .reason p {
  margin-bottom: 0;
}
.article .features h3,
.article .point h3,
.article .support h3,
.article .problem h3,
.article .review h3,
.article .reason h3 {
  padding-top: 0;
  margin: 0;
  line-height: normal;
  font-size: min(32px, 2.5vw);
}
@media (max-width: 767px) {
  .article .features h3,
.article .point h3,
.article .support h3,
.article .problem h3,
.article .review h3,
.article .reason h3 {
    font-size: 20px;
  }
}

/*------------------------------
top
------------------------------*/
.home .sec01 {
  padding-top: 0;
}
.home .t-ttl01 {
  text-align: center;
  margin-bottom: 30px;
}

/*------------------------------
sec01
------------------------------*/
.sec01-pickup {
  border: none;
}
.sec01-pickup::before {
  display: none;
}

.home[class] {
  /* features
  ------------------------------*/
  /* point
  ------------------------------*/
  /* review
  ------------------------------*/
  /* problem
  ------------------------------*/
  /* support
  ------------------------------*/
  /* reason
  ------------------------------*/
  /* price
  ------------------------------*/
  /* recommend
  ------------------------------*/
  /*------------------------------
  price
  ------------------------------*/
  /*------------------------------
  既存コード調整
  ------------------------------*/
}
.home[class] .features {
  padding: 11px 0 24px;
  background: url(../images/202412/features_bg.png) no-repeat center center/cover;
}
.home[class] .features__heading {
  font-size: min(42px, 3.90625vw);
  font-weight: 700;
  letter-spacing: 2.91px;
  text-align: center;
  color: #8f7e60;
  margin: 0.2em 0 0;
}
@media (max-width: 767px) {
  .home[class] .features__heading {
    font-size: 18px;
  }
}
.home[class] .features__list {
  display: flex;
  width: 1050px;
  max-width: 100%;
  margin: 30px auto 0;
}
.home[class] .features__list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(25% - 12px);
  font-size: min(20px, 1.8229166667vw);
  line-height: normal;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-align: center;
  color: #fff;
  padding: 0.1em 0;
  border-radius: 23px;
  background: #8f7e60;
}
@media (min-width: 768px) {
  .home[class] .features__list li:nth-child(n+2) {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .home[class] .features__list {
    flex-wrap: wrap;
  }
  .home[class] .features__list li {
    width: calc(50% - 5px);
    font-size: 14px;
    height: 2lh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home[class] .features__list li:nth-child(2n) {
    margin-left: 10px;
  }
  .home[class] .features__list li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.home[class] .features__item-sm {
  font-size: min(14px, 1.5625vw);
}
@media (max-width: 767px) {
  .home[class] .features__item-sm {
    font-size: 12px;
  }
}
.home[class] .features__wrapper {
  width: 90%;
  margin: 0 auto;
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home[class] .features__wrapper {
    width: 100%;
    display: block;
  }
}
.home[class] .features__image {
  width: 42%;
}
.home[class] .features__image img {
  display: block;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .home[class] .features__image {
    width: 100%;
  }
  .home[class] .features__image img {
    width: 100%;
    margin: 0 auto;
  }
}
.home[class] .features__content {
  width: 55%;
  font-size: min(17px, 1.8229166667vw);
  font-weight: 700;
  letter-spacing: 1.19px;
}
.home[class] .features__content img {
  width: 80%;
}
.home[class] .features__content p {
  line-height: 1.25;
}
@media (min-width: 768px) {
  .home[class] .features__content p {
    padding-right: 11%;
  }
}
@media (max-width: 767px) {
  .home[class] .features__content {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
  }
  .home[class] .features__content img {
    width: 100%;
  }
}
.home[class] .features__box {
  border: 1px solid #8f7e60;
  padding: 9px 20px;
  font-size: min(17px, 1.8229166667vw);
  font-weight: 700;
  letter-spacing: 1.19px;
  text-align: center;
  width: 1050px;
  max-width: 100%;
  margin: 20px auto 0;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .home[class] .features__box {
    font-size: 14px;
  }
}
.home[class] .point {
  padding: 24px 16px 0;
}
.home[class] .poist__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 990px;
  margin: 60px auto 0;
}
.home[class] .point__item[class] {
  margin: 0;
  width: calc(33.3% - 8px);
  border: 1px solid #8f7e60;
  font-size: min(16px, 1.3020833333vw);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.48px;
  position: relative;
  padding: 0 1em;
  height: 120px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .home[class] .point__item[class]:not(:nth-child(3n)) {
    margin-right: 12px;
  }
  .home[class] .point__item[class]:last-child {
    margin-right: 0;
  }
  .home[class] .point__item[class]:nth-child(n+4) {
    margin-top: 46px;
  }
}
@media (max-width: 767px) {
  .home[class] .point__item[class] {
    width: calc(50% - 5px);
    font-size: min(13px, 3.4666666667vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 2%;
    height: 140px;
  }
  .home[class] .point__item[class]:nth-child(2n) {
    margin-left: 10px;
  }
  .home[class] .point__item[class]:nth-child(n+3) {
    margin-top: 30px;
  }
}
.home[class] .point__item-icon {
  width: 21%;
  position: absolute;
  top: 0;
  left: 11px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .home[class] .point__item-icon {
    width: 50px;
  }
}
.home[class] .review {
  padding: 30px 16px 50px;
}
.home[class] .review__list {
  display: flex;
  width: 990px;
  max-width: 100%;
  margin: 35px auto 0;
}
@media (max-width: 767px) {
  .home[class] .review__list {
    display: block;
  }
}
.home[class] .review__item {
  width: calc(33.3% - 12.6666666667px);
}
.home[class] .review__item:nth-child(n+2) {
  margin-left: 19px;
}
@media (max-width: 767px) {
  .home[class] .review__item {
    width: 100%;
  }
  .home[class] .review__item:nth-child(n+2) {
    margin-top: 20px;
    margin-left: 0;
  }
}
.home[class] .review__content {
  border: 1px solid #8f7e60;
  padding: 35px 10px;
  background: #f6efe7;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.2;
}
.home[class] .review__content p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.home[class] .problem {
  background: #f4eee8;
  padding: 43px 0 100px;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 0% 90%, calc(50% - 35px) 90%, 50% 100%, calc(50% + 35px) 90%, 100% 90%, 100% 0%);
          clip-path: polygon(0% 0%, 0% 90%, calc(50% - 35px) 90%, 50% 100%, calc(50% + 35px) 90%, 100% 90%, 100% 0%);
}
.home[class] .problem::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 50%;
  background: url(../images/202412/problem_img1.png) no-repeat center center/contain;
  transform: translateX(-45%);
  width: 240px;
  aspect-ratio: 495/305;
}
@media (max-width: 767px) {
  .home[class] .problem {
    padding: 50px 0 200px;
  }
  .home[class] .problem::after {
    width: 180px;
    transform: translateX(-44%);
  }
}
.home[class] .problem__heading {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.82px;
  text-align: center;
}
@media (max-width: 767px) {
  .home[class] .problem__heading {
    font-size: 20px;
  }
}
.home[class] .problem__heading--box {
  display: inline-block;
  background: #8f7e60;
  color: #fff;
  padding: 4px 2px;
}
.home[class] .problem__list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
}
.home[class] .problem__list li {
  width: 182px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.37px;
  text-align: center;
  color: #fff;
  background: #8f7e60;
  border-radius: 50%;
  aspect-ratio: 1/1;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .home[class] .problem__list li {
    width: 140px;
    font-size: 12px;
  }
}
.home[class] .problem__list01 {
  width: 400px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .home[class] .problem__list01 {
    width: 300px;
  }
}
.home[class] .problem__list02 {
  width: 738px;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .home[class] .problem__list02 {
    width: 300px;
    margin-top: 20px;
  }
}
.home[class] .support {
  padding: 30px 0 60px;
}
.home[class] .support__heading {
  font-size: min(42px, 4.6875vw);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.91px;
  color: #8f7e60;
  text-align: center;
}
@media (max-width: 767px) {
  .home[class] .support__heading {
    font-size: 24px;
  }
}
.home[class] .support__subtext {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 28px;
  letter-spacing: 2px;
  padding: 0 15px;
  position: relative;
}
.home[class] .support__subtext::before {
  content: "";
  width: 3px;
  height: 1.5em;
  background: #8f7e60;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}
.home[class] .support__subtext::after {
  content: "";
  width: 3px;
  height: 1.5em;
  background: #8f7e60;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
@media (max-width: 767px) {
  .home[class] .support__subtext {
    font-size: 16px;
  }
}
.home[class] .support__text {
  margin-top: 10px;
  font-size: min(17px, 2.0833333333vw);
  line-height: normal;
  font-weight: 700;
  letter-spacing: 1.21px;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .home[class] .support__text {
    font-size: 14px;
  }
}
.home[class] .support__images {
  margin-top: 30px;
}
.home[class] .reason {
  padding: 55px 0;
  background: #f4eee8;
  margin-bottom: 20px;
}
.home[class] .reason h3 {
  font-size: 22px;
}
@media screen and (max-width: 999px) {
  .home[class] .reason h3 {
    font-size: 16px;
  }
}
.home[class] .reason__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home[class] .reason__wrapper {
    flex-direction: column-reverse;
  }
}
.home[class] .reason__image {
  width: 47%;
  text-align: right;
}
.home[class] .reason__image img {
  width: 88%;
}
@media (max-width: 767px) {
  .home[class] .reason__image {
    width: 100%;
    margin-top: 30px;
  }
  .home[class] .reason__image img {
    width: 100%;
  }
}
.home[class] .reason__content {
  width: 48%;
  padding-top: 2%;
}
@media (min-width: 768px) {
  .home[class] .reason__content h3 {
    transform: translateX(-5%);
  }
}
@media (max-width: 767px) {
  .home[class] .reason__content {
    width: 100%;
  }
}
.home[class] .reason__list {
  margin-top: 7%;
}
.home[class] .reason__list li {
  display: flex;
  align-items: center;
  font-size: min(28px, 1.8229166667vw);
  font-weight: 800;
  letter-spacing: 1.72px;
  color: #8f7e60;
}
.home[class] .reason__list li:nth-child(n+2) {
  margin-top: 30px;
}
.home[class] .reason__list img {
  width: 3em;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .home[class] .reason__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 30px;
  }
  .home[class] .reason__list li {
    font-size: min(16px, 4.2666666667vw);
  }
  .home[class] .reason__list li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.home[class] .price {
  padding-top: 50px;
}
.home[class] .price__text {
  margin-top: 25px;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
  line-height: 1.2;
}
.home[class] .price__table {
  margin: 0 auto;
  margin-top: 55px;
}
@media (min-width: 768px) {
  .home[class] .price__table {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .home[class] .price__table {
    margin-top: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .home[class] .price__table img {
    width: 600px;
    max-width: unset;
  }
}
.home[class] .recommend {
  padding-top: 45px;
}
.home[class] .recommed__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home[class] .recommed__container {
    width: 80%;
  }
}
.home[class] .recommend__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.7px;
  color: #fff;
  background: #8f7e60;
  padding: 18px 2em;
}
.home[class] .recommend__table {
  margin-top: 25px;
}
.home[class] .column2.sp-block img {
  width: 100%;
}
.home[class] .sec02 {
  padding: 90px 0;
}
@media screen and (max-width: 800px) {
  .home[class] .sec02 {
    padding: 30px 0;
    margin: 0 auto;
  }
  .home[class] .sec02 .l-desc {
    padding: 30px 0 0;
  }
  .home[class] .sec02 .l-img {
    width: 100%;
  }
}
.home[class] .sec03-layout {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .home[class] .sec03-layout02 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .home[class] .sec-02 .l-img, .home[class] .sec04 .l-img, .home[class] .sec05 .l-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home[class] .sec01-btn li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.home[class] .sec06-layout video {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .home[class] .sec06-layout video {
    width: 100%;
  }
}
.home[class] .review_banner img {
  width: 100%;
}
.home[class] .t-news {
  margin-bottom: 100px;
}

/* ./home */
/*# sourceMappingURL=202412style.css.map */