@charset "UTF-8";
@font-face {
  font-family: "Jost";
  src: url("../font/Jost-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
body {
  font-family: "Source Han Sans", "源ノ角ゴシック", "Noto Sans CJK JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --s-val: 10px;
  --color-beige: #9b8465;
  --color-blue: #81c4b1;
  --font-goshic: "Source Han Sans", "源ノ角ゴシック", "Noto Sans CJK JP", "Noto Sans JP",
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-mincho: "Source Han Serif", "源ノ明朝", "Noto Serif CJK JP", "Noto Serif JP",
    "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --font-jost: "Jost", sans-serif;
}

.sp-style {
  display: none;
}

.est-bg {
  background: #f8f5ee;
}

@media screen and (max-width: 780px) {
  .est-container {
    --s-val: 2vw;
  }
}
.accordion-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.accordion-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(var(--s-val) * 1.5) calc(var(--s-val) * 3);
  padding: 4% 8% 6%;
}
.accordion-inner li {
  width: calc(50% - var(--s-val) * 1.5);
}

.accordion-btn {
  position: relative;
  cursor: pointer;
}

/* プラス記号の枠 */
.accordion-btn::after,
.accordion-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1.8em;
  height: 1.8em;
  border: 1.5px solid currentColor;
  transform: translateY(-50%);
}

/* 棒（横線） */
.accordion-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10.5%;
  width: calc(var(--s-val) * 1.5);
  height: 0;
  background: currentColor;
  transform: translateY(-50%);
}

/* 棒（縦線） */
.accordion-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12%;
  width: 0;
  height: calc(var(--s-val) * 1.5);
  background: currentColor;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

/* open時に縦棒を90°回転して横棒に重ね → マイナス */
.accordion-btn.open::after {
  transform: translateY(-50%) rotate(90deg);
}

.est-container {
  max-width: 525px;
  margin: 0 auto;
  background: #fff;
}
.est-container span.asterisk-box {
  position: relative;
}
.est-container .asterisk {
  font-size: 0.4em;
  vertical-align: text-top;
  line-height: 1;
  position: absolute;
  right: -1em;
}
.est-container .asterisk-top {
  top: -3px;
}
.est-container h1.est-kv {
  margin-bottom: 5%;
}

/*===== section-01 =====*/
.section-01,
.section-09 {
  max-width: 500px;
  width: 95%;
  margin: 0 auto 7%;
}
.section-01 .item_content,
.section-09 .item_content {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto 3%;
}
.section-01 .item_text,
.section-01 .item_photo,
.section-09 .item_text,
.section-09 .item_photo {
  width: 50%;
  margin: 0 auto;
  white-space: nowrap;
}
.section-01 .item_photo img,
.section-09 .item_photo img {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-left: 35%;
}
.section-01 .item_title,
.section-09 .item_title {
  font-weight: 500;
  font-size: calc(var(--s-val) * 2.2);
  margin-bottom: 5%;
}
.section-01 .item_title span,
.section-09 .item_title span {
  font-size: calc(var(--s-val) * 1.6);
  display: block;
  margin-top: calc(var(--s-val) * 1);
}
.section-01 .item_detail,
.section-09 .item_detail {
  display: flex;
  gap: calc(var(--s-val) * 1);
  margin-bottom: 5%;
  align-items: center;
}
.section-01 .item_detail p:nth-child(1),
.section-09 .item_detail p:nth-child(1) {
  font-size: calc(var(--s-val) * 1.4);
  border: 1px solid;
  padding: calc(var(--s-val) * 0.4) calc(var(--s-val) * 1);
  line-height: 1;
}
.section-01 .item_detail p:nth-child(2),
.section-09 .item_detail p:nth-child(2) {
  font-size: calc(var(--s-val) * 1.6);
}
.section-01 .item_annotation,
.section-09 .item_annotation {
  font-size: calc(var(--s-val) * 1);
  line-height: 2;
}
.section-01 .price_content,
.section-09 .price_content {
  display: flex;
  margin-bottom: 5%;
}
.section-01 .price_text,
.section-09 .price_text {
  width: 50%;
  text-align: center;
  font-size: calc(var(--s-val) * 2.4);
}
.section-01 .price_text dt,
.section-09 .price_text dt {
  font-size: calc(var(--s-val) * 1.6);
}
.section-01 .price_text dd,
.section-09 .price_text dd {
  font-size: calc(var(--s-val) * 4);
  font-weight: 500;
}
.section-01 .price_text .unit,
.section-09 .price_text .unit {
  font-size: calc(var(--s-val) * 3.3);
}
.section-01 .price_text .tax,
.section-09 .price_text .tax {
  font-size: calc(var(--s-val) * 1.4);
}
.section-01 .price_text .price_benefits,
.section-09 .price_text .price_benefits {
  display: flex;
  justify-content: center;
  gap: calc(var(--s-val) * 1);
}
.section-01 .price_text .price_benefits p,
.section-09 .price_text .price_benefits p {
  font-size: calc(var(--s-val) * 1.2);
  color: var(--color-blue);
  border: 1px solid;
  padding: calc(var(--s-val) * 0.5) calc(var(--s-val) * 1.5);
  font-weight: 800;
  line-height: 1;
}
.section-01 .price_text .price-note,
.section-09 .price_text .price-note {
  font-size: calc(var(--s-val) * 1);
  margin-top: 1rem;
}
.section-01 .shopping-btn,
.section-09 .shopping-btn {
  font-size: calc(var(--s-val) * 2);
  text-align: center;
  background-color: #231815;
  border-radius: 5px;
  width: 95%;
  margin: 0 auto;
}
.section-01 .shopping-btn a,
.section-09 .shopping-btn a {
  color: #fff;
  display: block;
  padding: 4% 0 4.5%;
  line-height: 1;
  position: relative;
}
.section-01 .shopping-btn a::before,
.section-09 .shopping-btn a::before {
  content: "";
  display: block;
  width: calc(var(--s-val) * 2);
  height: calc(var(--s-val) * 1.5);
  background-image: url(../image/arrow-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
}

/*===== section-01-2 =====*/
.section-01-2 {
  margin-bottom: 13%;
}
.section-01-2 .item_detail {
  white-space: nowrap;
  margin-bottom: 1rem;
}
.section-01-2 .item_detail p:nth-child(1) {
  font-size: calc(var(--s-val) * 1.4);
  border: 1px solid;
  padding: calc(var(--s-val) * 0.4) calc(var(--s-val) * 1);
  line-height: 1;
}
.section-01-2 .item_title {
  margin-top: 4rem;
  margin-bottom: 1rme;
}
.section-01-2 .item_photo img {
  width: 80%;
}

/*=====section-02=====*/
.section-02 {
  margin: 0 auto 15%;
  text-align: center;
  max-width: 500px;
  width: 90%;
}
.section-02 .benefits_area {
  border: 1px solid rgba(205, 182, 144, 0.5);
}
.section-02 .benefits_title {
  font-size: calc(var(--s-val) * 2);
  font-weight: 500;
  background-color: rgba(205, 182, 144, 0.5);
  padding: 4% calc(var(--s-val) * 6) 4% 0px;
  letter-spacing: 0px;
  line-height: 1;
}

/*=====section-03=====*/
.section-03 {
  background-image: url(../image/worries-bg.jpg);
  margin: 0 auto;
  padding: 10% 0;
  font-size: calc(var(--s-val) * 1.2);
  position: relative;
  z-index: 1;
  box-shadow: 0px 12px 10px -5px rgba(0, 0, 0, 0.1);
}
.section-03 .worries_title {
  text-align: center;
  font-size: calc(var(--s-val) * 3.4);
  font-family: var(--font-mincho);
  font-weight: 300;
  margin-bottom: 4%;
  letter-spacing: calc(var(--s-val) * -0.5);
}
.section-03 .worries_list {
  width: 96%;
  margin: 0 auto;
}

/*=====section-04=====*/
.section-04 {
  font-family: var(--font-mincho);
  font-weight: 300;
  text-align: center;
  margin: 0 auto;
  background-image: url(../image/change-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 0;
  line-height: 1.8;
  background-position: bottom 0 left 50%;
}
.section-04 .change_area {
  width: 95%;
  margin: 0 auto;
}
.section-04 .change_title p:nth-child(1) {
  font-size: calc(var(--s-val) * 2.6);
  margin-bottom: 1%;
}
.section-04 .change_title p:nth-child(2) {
  font-size: calc(var(--s-val) * 2.6);
  color: var(--color-blue);
  background-image: url(../image/arrow_bg.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: top 100% left 50%;
  padding: 0% 0 2%;
  margin-bottom: 3%;
}
.section-04 .change_title p:nth-child(3) {
  font-size: calc(var(--s-val) * 3);
  margin-bottom: 5%;
  line-height: 1.5;
}
.section-04 .change_detail {
  font-size: calc(var(--s-val) * 1.8);
  margin-bottom: 7%;
}
.section-04 .change_detail span {
  border-bottom: 1px solid;
}
.section-04 .change_detail_02 {
  background-image: url(../image/change-image.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: top 70% left 50%;
}
.section-04 .change_detail_02 p:nth-child(1) {
  font-size: calc(var(--s-val) * 2.4);
  margin-bottom: 25%;
  letter-spacing: calc(var(--s-val) * -0.2);
}
.section-04 .change_detail_02 p:nth-child(2) {
  font-size: calc(var(--s-val) * 1.8);
  line-height: 1.5;
}

/*=====section-05=====*/
.section-05 {
  position: relative;
  background-image: url(../image/features-bg.jpg);
  padding: 12% 0 5%;
  font-family: var(--font-mincho);
  font-weight: 300;
}
.section-05 .overview_area {
  max-width: 500px;
  margin: 0 auto;
  width: 90%;
}
.section-05 .overview_content {
  font-size: calc(var(--s-val) * 2);
  line-height: 2;
  margin-bottom: 15%;
}
.section-05 .overview-photo {
  position: absolute;
  top: -6%;
  right: 0;
  width: 34%;
}
.section-05 .overview_detail {
  text-align: center;
}
.section-05 .overview_detail p:nth-child(1) {
  font-size: calc(var(--s-val) * 2);
  margin-bottom: 5%;
}
.section-05 .overview_detail p:nth-child(2) {
  font-size: calc(var(--s-val) * 1.8);
}
.section-05 .overview_detail p:nth-child(2) span {
  font-size: calc(var(--s-val) * 1);
  font-family: var(--font-goshic);
}

/*=====section-06=====*/
.section-06 {
  text-align: center;
  font-family: var(--font-mincho);
  font-weight: 300;
  padding: 13% 0 11%;
  background-image: url(../image/ranking-bg.jpg);
  background-size: cover;
}
.section-06 .ranking-title {
  font-size: calc(var(--s-val) * 3);
  margin-bottom: 6%;
}
.section-06 .ranking-list {
  display: flex;
  gap: 20px;
  max-width: 500px;
  margin: 0 auto 6%;
  width: 90%;
}
.section-06 .ranking-list li {
  width: 100%;
  font-size: calc(var(--s-val) * 1);
  font-family: var(--font-goshic);
}
.section-06 .ranking-list li img {
  margin-bottom: 10%;
}
.section-06 .ranking-list li p {
  font-size: calc(var(--s-val) * 1);
}
.section-06 .ranking-medal_title {
  font-size: calc(var(--s-val) * 2.3);
}
.section-06 .ranking-medal_photo {
  width: 68%;
  margin: 0 auto 3%;
}
.section-06 .ranking-medal_detail {
  text-align: left;
  display: inline-flex;
  font-size: calc(var(--s-val) * 1);
  font-family: var(--font-goshic);
}

/*=====section-07=====*/
.section-07 {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  padding: 10% 0 14%;
}
.section-07 .cause-title {
  font-family: var(--font-mincho);
  font-weight: 300;
  text-align: center;
  font-size: calc(var(--s-val) * 2.8);
  margin-bottom: 4%;
}
.section-07 .cause-list {
  display: flex;
  gap: calc(var(--s-val) * 2);
  margin-bottom: 10%;
}
.section-07 .cause-list dl {
  width: 50%;
  text-align: center;
  padding-bottom: 5%;
}
.section-07 .cause-list dt {
  text-align: center;
  font-size: calc(var(--s-val) * 2);
  border-radius: 10px 10px 0 0;
  padding: 3% 0;
  margin-bottom: 12%;
}
.section-07 .cause-list dd {
  margin: 0 auto 10%;
}
.section-07 .cause-list dd:nth-child(3) {
  font-size: calc(var(--s-val) * 1.5);
  display: inline-block;
  margin: 0 auto;
  text-align: left;
  margin: 0 auto;
}
.section-07 .cause-mens,
.section-07 .cause-ladies {
  border-radius: 13px;
}
.section-07 .cause-mens {
  border: 2px solid #e2e2e2;
}
.section-07 .cause-ladies {
  border: 2px solid #faf0f5;
}
.section-07 .cause-mens dt {
  background-color: #e2e2e2;
}
.section-07 .cause-ladies dt {
  background-color: #faf0f5;
}
.section-07 .cause-mens dd:nth-child(2) {
  width: 88%;
  min-height: calc(var(--s-val) * 20);
}
.section-07 .cause-ladies dd:nth-child(2) {
  width: 45%;
  min-height: calc(var(--s-val) * 20);
}
.section-07 .cause-ladies dd span {
  background-image: linear-gradient(to bottom, transparent 50%, rgba(203, 230, 220, 0.7) 50%);
}
.section-07 .cause-cycle {
  max-width: 500px;
  margin: 0 auto 7%;
  text-align: center;
}
.section-07 .cause-cycle_title {
  font-size: calc(var(--s-val) * 2.4);
  background-color: #e5e5e5;
  padding: 1% 0;
  width: 90%;
  margin: 0 auto 1%;
}
.section-07 .cause-care .cause-care_title {
  text-align: center;
  font-size: calc(var(--s-val) * 2.6);
  font-family: var(--font-mincho);
  font-weight: 300;
  color: var(--color-beige);
  margin-bottom: 6%;
}
.section-07 .cause-care .cause-care_title span {
  font-size: calc(var(--s-val) * 3.6);
}
.section-07 .cause-care .cause-care_content {
  border: 2px solid #cdb690;
  border-radius: 5px;
  padding-bottom: 3%;
  width: 90%;
  margin: 0 auto;
}
.section-07 .cause-care .cause-care_content .note {
  text-align: right;
  width: 90%;
  margin: 0 auto;
  font-size: calc(var(--s-val) * 1);
}
.section-07 .cause-care .cause-care_content_title {
  text-align: center;
  background-color: rgba(205, 182, 144, 0.5);
  padding: 3% 0;
  font-size: calc(var(--s-val) * 2.4);
  font-weight: 500;
}
.section-07 .cause-care .cause-care_content_title span {
  font-size: calc(var(--s-val) * 2);
  font-weight: normal;
  background-color: #fff;
  border-radius: 100px;
  padding: 1% 5%;
}
.section-07 .cause-care .cause-care_detail_container {
  display: flex;
  gap: calc(var(--s-val) * 2);
  padding: 5% 7% 3%;
}
.section-07 .cause-care .cause-care_detail_container .cause-care_photo {
  width: 80%;
  margin: 0 auto 6%;
}
.section-07 .cause-care .cause-care_detail_container .cause-care_detail {
  width: 50%;
}
.section-07 .cause-care .cause-care_detail_container .cause-care_detail dt {
  font-size: calc(var(--s-val) * 1.6);
  text-align: center;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
  width: 90%;
  margin: 0 auto 8%;
  padding: 1% 0%;
}
.section-07 .cause-care .cause-care_detail_container .cause-care_detail dd {
  font-size: calc(var(--s-val) * 1.4);
}
.section-07 .cause-care .cause-care_detail_container .cause-care_detail:nth-child(1) dt {
  background-color: #81c4b1;
}
.section-07 .cause-care .cause-care_detail_container .cause-care_detail:nth-child(2) dt {
  background-color: #878787;
}

/*=====section-08=====*/
.section-08 {
  background-color: rgba(205, 182, 144, 0.15);
}
.section-08 .infl-area {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  padding: 8% 0 10%;
}
.section-08 .infl-title {
  text-align: center;
  font-size: calc(var(--s-val) * 2.6);
  font-family: var(--font-mincho);
  font-weight: 300;
  margin-bottom: 8%;
}
.section-08 .infl-title span {
  font-size: calc(var(--s-val) * 3);
}
.section-08 .infl-content {
  background-color: #fff;
  padding: 5% 5%;
}
.section-08 .infl-profile_wrap {
  display: flex;
  gap: calc(var(--s-val) * 2);
  align-items: center;
  margin-bottom: 5%;
}
.section-08 .infl-profile_wrap .infl-profile {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.section-08 .infl-profile_wrap .infl-profile_photo {
  width: 30%;
}
.section-08 .infl-profile_wrap .shop-name {
  font-size: calc(var(--s-val) * 1.6);
  margin-bottom: 5%;
}
.section-08 .infl-profile_wrap .name {
  font-size: calc(var(--s-val) * 2.6);
  font-weight: 500;
  border-bottom: 1px solid;
}
.section-08 .infl-profile_wrap .name span {
  font-size: calc(var(--s-val) * 1.4);
  color: #826b67;
  font-weight: normal;
  margin-left: 3%;
  font-weight: var(--font-jost);
}
.section-08 .infl-detail01 {
  margin-bottom: 8%;
}
.section-08 .infl-detail01 dt,
.section-08 .infl-detail02 dt {
  font-size: calc(var(--s-val) * 2);
  text-align: center;
  background-color: rgba(203, 230, 220, 0.5);
  padding: 2% 0;
  margin-bottom: 5%;
}
.section-08 .infl-detail01 dd,
.section-08 .infl-detail02 dd {
  font-size: calc(var(--s-val) * 1.6);
  line-height: 1.6;
}
.section-08 .infl-detail02 dd:nth-child(2) {
  margin-bottom: 5%;
}

/*=====divider=====*/
.divider-area {
  margin-bottom: 5%;
}

.divider-area p {
  padding: 7% 0;
  background-color: rgba(205, 182, 144, 0.8);
  text-align: center;
  font-size: calc(var(--s-val) * 2.6);
  font-family: var(--font-mincho);
  font-weight: 300;
}

/*=====section-10=====*/
.section-10 .point01-title_box {
  background-color: rgba(203, 230, 220, 0.5);
  display: flex;
  margin-bottom: 6%;
}
.section-10 .point01-title_box .point01-content01 {
  width: 60%;
}
.section-10 .point01-title_box .point01-content01 .point01-title_detail {
  font-family: var(--font-mincho);
  font-weight: 300;
  font-size: calc(var(--s-val) * 2.2);
  padding-top: 10%;
  text-align: center;
}
.section-10 .point01-title_box .point01-content01 .point01-title_detail .main-title {
  font-size: calc(var(--s-val) * 2.4);
  margin-bottom: 5%;
  border-bottom: 3px solid #81c4b1;
  display: inline-block;
}
.section-10 .point01-title_box .point01-photo {
  width: 46%;
}
.section-10 .point01-title {
  background-color: #cbe6dc;
  color: #fff;
  padding-left: 7%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.section-10 .point01-title::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 90%;
  height: 2px;
}
.section-10 .point01-title p {
  font-size: calc(var(--s-val) * 2.6);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  width: 100%;
}
.section-10 .point01-title p .value {
  font-size: calc(var(--s-val) * 5);
  font-weight: 300;
}
.section-10 .point01-content02 {
  margin-bottom: 8%;
}
.section-10 .point01-content02 .point01-content02-title {
  font-size: calc(var(--s-val) * 3.4);
  text-align: center;
  font-family: var(--font-mincho);
  font-weight: 300;
  color: var(--color-beige);
  margin-bottom: 3%;
}
.section-10 .point01-content02 .point01-content02_photo {
  width: 85%;
  margin: 0 auto;
}
.section-10 .point01-content03 .point-content03_wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.section-10 .point01-content03 .point-content03_wrapper dt {
  font-size: calc(var(--s-val) * 2.8);
  text-align: center;
  font-family: var(--font-mincho);
  font-weight: 300;
  color: var(--color-blue);
  letter-spacing: -1px;
  margin-bottom: 3%;
}
.section-10 .point01-content03 .point-content03_wrapper dd {
  font-size: calc(var(--s-val) * 1.5);
  text-align: center;
  margin-bottom: 3%;
}
.section-10 .point01-content03 .point-content03_wrapper dd:nth-child(2) {
  margin-bottom: 5%;
}
.section-10 .point01-content03 .point-content03_wrapper .point01-content03_title {
  margin-bottom: 10%;
}
.section-10 .point01-content03 .point-content03_wrapper .term {
  font-size: calc(var(--s-val) * 3);
}
.section-10 .point01-content03 .point-content03_wrapper .note {
  font-size: calc(var(--s-val) * 2.5);
}
.section-10 .point01-content03 .point-content03_wrapper .point-content03_image {
  text-align: right;
  font-size: calc(var(--s-val) * 1);
  line-height: 1.8;
}
.section-10 .point01-content03 .point01-content03_features {
  background-image: url(../image/point01-features_bg.png);
  text-align: center;
  padding: 20% 0 4%;
  background-size: cover;
  background-position: top 0 left 60%;
  margin-bottom: 18%;
}
.section-10 .point01-content03 .point01-content03_features .point01-content03_features_wrap {
  max-width: 500px;
  margin: 0 auto;
}
.section-10 .point01-content03 .point01-content03_features .point01-features_title {
  max-width: 500px;
  font-family: var(--font-mincho);
  font-weight: 300;
  width: 64%;
  margin: 0 0 0 auto;
}
.section-10 .point01-content03 .point01-content03_features .point01-features_title dt {
  font-size: calc(var(--s-val) * 2);
}
.section-10 .point01-content03 .point01-content03_features .point01-features_title dt .font-size {
  font-size: calc(var(--s-val) * 3.4);
}
.section-10 .point01-content03 .point01-content03_features .point01-features_title dt .font-size .asterisk {
  font-size: 0.3em;
  vertical-align: text-top;
  right: -0.6em;
}
.section-10 .point01-content03 .point01-content03_features .point01-features01 span {
  font-size: calc(var(--s-val) * 2.4);
}
.section-10 .point01-content03 .point01-content03_features .point01-features02 {
  margin-bottom: 5%;
}
.section-10 .point01-content03 .point01-content03_features .point01-features03 {
  font-size: calc(var(--s-val) * 1.6);
  margin-bottom: 5%;
}
.section-10 .point01-content03 .point01-content03_features .point01-features04 {
  font-size: calc(var(--s-val) * 1);
  text-align: right;
  font-family: var(--font-goshic);
}
.section-10 .point01-content04 {
  font-family: var(--font-mincho);
  font-weight: 300;
  margin-bottom: 12%;
}
.section-10 .point01-content04 .point01-content04_title {
  text-align: center;
  font-size: calc(var(--s-val) * 3);
  color: var(--color-blue);
  margin-bottom: 5%;
}
.section-10 .point01-content04 .point01-content04_title .font-size {
  font-size: calc(var(--s-val) * 3.2);
}
.section-10 .point01-content04 .point01-content04_title .asterisk {
  font-size: 0.3em;
}
.section-10 .point01-content04 dt {
  font-size: calc(var(--s-val) * 2.4);
  text-align: center;
  color: var(--color-beige);
  margin-bottom: 5%;
}
.section-10 .point01-content04 dd {
  font-size: calc(var(--s-val) * 2);
  text-align: center;
}
.section-10 .point01-content04 .note {
  margin-top: 2%;
  font-size: calc(var(--s-val) * 1);
  font-family: var(--font-goshic);
}
.section-10 .point01-content05 {
  text-align: center;
  font-family: var(--font-mincho);
  font-weight: 300;
}
.section-10 .point01-content05 .point01-content05_title {
  font-size: calc(var(--s-val) * 3);
  color: var(--color-blue);
  margin-bottom: 10%;
}
.section-10 .point01-content05 .point01-content05_title .font-size {
  font-size: calc(var(--s-val) * 3.5);
}
.section-10 .point01-content05 .point01-content05_detail {
  display: flex;
  align-items: center;
  margin-bottom: 8%;
  gap: calc(var(--s-val) * 1);
}
.section-10 .point01-content05 .point01-content05_detail .point01-content05_photo {
  width: 48%;
}
.section-10 .point01-content05 .point01-content05_detail .point01-content05_text {
  width: 50%;
  font-size: calc(var(--s-val) * 1.8);
  line-height: 1.8;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.section-10 .point01-content05 .point01-content05_detail p:nth-child(1) {
  margin-bottom: 5%;
}
.section-10 .point01-content05 .point01-content05_detail p:nth-child(2) {
  font-size: calc(var(--s-val) * 1);
  text-align: right;
}
.section-10 .point01-content05 .point01-content05_soy {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  margin: 0 auto;
}
.section-10 .point01-content05 .point01-content05_ratio {
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 500px;
  justify-content: center;
  margin-bottom: 10%;
}
.section-10 .point01-content05 .point-ratio-photo {
  width: 40%;
  text-align: right;
}
.section-10 .point01-content05 .point-ratio-photo img {
  width: 45%;
}
.section-10 .point01-content05 .point-ratio_text {
  width: 60%;
  margin-top: 7%;
}
.section-10 .point01-content05 .point-ratio_text p:nth-child(1) {
  font-size: calc(var(--s-val) * 2);
}
.section-10 .point01-content05 .point-ratio_text p:nth-child(1) .font-size {
  font-size: calc(var(--s-val) * 2.5);
}
.section-10 .point01-content05 .point-ratio_text p:nth-child(2) {
  font-size: calc(var(--s-val) * 5.5);
  color: var(--color-blue);
  background-image: linear-gradient(to bottom, transparent 75%, rgb(250, 245, 220) 50%);
  display: inline-block;
  line-height: 1;
}
.section-10 .point01-content05 .point-ratio_text p:nth-child(2) .value {
  font-size: calc(var(--s-val) * 9);
  vertical-align: -5px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.section-10 .point01-content05 .point-ratio_text p:nth-child(2) .percent {
  font-size: calc(var(--s-val) * 5);
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
.section-10 .point01_content05_title {
  text-align: center;
  font-size: calc(var(--s-val) * 3.2);
  font-family: var(--font-mincho);
  font-weight: 300;
  color: var(--color-blue);
  line-height: 1.2;
  margin-bottom: 5%;
}
.section-10 .point01_content05_title .value {
  font-size: calc(var(--s-val) * 5);
  vertical-align: -2px;
}
.section-10 .point01_content05_title .keywords {
  font-size: calc(var(--s-val) * 4);
}
.section-10 .point01_content05_title .point01-content06_photo {
  width: 90%;
  margin: 0 auto;
}
.section-10 .point01-content06_photo {
  width: 90%;
  margin: 0 auto;
}
.section-10 .point01-content06_detail {
  text-align: center;
  font-size: calc(var(--s-val) * 2.8);
  color: var(--color-beige);
  font-family: var(--font-mincho);
  font-weight: 300;
  margin-bottom: 8%;
}
.section-10 .point01-content06_list {
  text-align: center;
  max-width: 500px;
  width: 90%;
  margin: 0 auto 10%;
}
.section-10 .point01-content06_list .point01-list_title {
  font-size: calc(var(--s-val) * 2.5);
  font-weight: 500;
  background-color: #cbe6dc;
  padding: 2% 0;
}
.section-10 .point01-content06_list .point01-list_inner {
  padding: 4% 2%;
  background-color: rgba(203, 230, 220, 0.15);
  margin-bottom: 2%;
}
.section-10 .point01-content06_list .point-list_annn {
  text-align: right;
  font-size: calc(var(--s-val) * 1.2);
}
.section-10 .point01-content07 {
  max-width: 500px;
  margin: 0 auto 20%;
  width: 90%;
}
.section-10 .point01-content07 .accordion-inner {
  background: rgba(205, 182, 144, 0.15);
  padding: 10% 6%;
  gap: calc(var(--s-val) * 6) calc(var(--s-val) * 3);
}
.section-10 .point01-content07 .accordion-btn::before {
  right: 6%;
  width: calc(var(--s-val) * 2);
}
.section-10 .point01-content07 .accordion-btn::after {
  right: 8%;
  width: 0;
  height: calc(var(--s-val) * 2);
}
.section-10 .point01-content07 .point01-content07_title {
  font-size: calc(var(--s-val) * 2.5);
  text-align: center;
  background: rgba(205, 182, 144, 0.5);
  padding: 4% 0 4.5%;
  font-weight: 500;
  line-height: 1;
}
.section-10 .point01-content07 .point-pick_box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5%;
}
.section-10 .point01-content07 .point01-pick {
  background-image: url(../image/text-bg01.png);
}
.section-10 .point01-content07 .point02-pick {
  background-image: url(../image/text-bg02.png);
}
.section-10 .point01-content07 .point01-pick,
.section-10 .point01-content07 .point02-pick {
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
  background-size: contain;
  background-color: #fff;
  padding: 5%;
}
.section-10 .point01-content07 .point01-pick .pick-no,
.section-10 .point01-content07 .point02-pick .pick-no {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: calc(var(--s-val) * 2);
  background-color: #81c4b1;
  border-radius: 100px;
  color: #fff;
  padding: 2px 5%;
}
.section-10 .point01-content07 .point01-pick .pick-no span,
.section-10 .point01-content07 .point02-pick .pick-no span {
  font-size: calc(var(--s-val) * 2.8);
  line-height: 0;
  vertical-align: -5px;
}
.section-10 .point01-content07 .point01-pick .pick-text,
.section-10 .point01-content07 .point02-pick .pick-text {
  font-size: calc(var(--s-val) * 2.2);
  font-weight: 500;
  border-bottom: 2px solid #81c4b1;
}
.section-10 .point01-content07 .point01-pick .point01-pick_detail,
.section-10 .point01-content07 .point02-pick .point01-pick_detail {
  font-size: calc(var(--s-val) * 1.6);
}

.section-11 .point02-title_box {
  background-color: rgba(203, 230, 220, 0.5);
  display: flex;
  margin-bottom: 12%;
}
.section-11 .point02-title_box .point02-content01 {
  width: 60%;
}
.section-11 .point02-title_box .point02-content01 .point02-title_detail {
  font-family: var(--font-mincho);
  font-weight: 300;
  font-size: calc(var(--s-val) * 2.2);
  padding-left: 0%;
  padding-top: 8%;
  text-align: center;
}
.section-11 .point02-title_box .point02-content01 .point02-title_detail .main-title {
  font-size: calc(var(--s-val) * 2.4);
  margin-bottom: 5%;
  border-bottom: 3px solid #81c4b1;
  display: inline-block;
}
.section-11 .point02-title_box .point02-photo {
  width: 45%;
}
.section-11 .point02-title {
  background-color: #cbe6dc;
  color: #fff;
  padding-left: 10%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.section-11 .point02-title::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 80%;
  height: 2px;
}
.section-11 .point02-title p {
  font-size: calc(var(--s-val) * 2.6);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  width: 100%;
}
.section-11 .point02-title p .value {
  font-size: calc(var(--s-val) * 5);
}
.section-11 .point02-content02 {
  text-align: center;
  font-family: var(--font-mincho);
  font-weight: 300;
  border: 2px solid #cdb690;
  padding: 5% 0 6%;
  width: 90%;
  margin: 0 auto 13%;
}
.section-11 .point02-content02 .point02-content02_title {
  margin-bottom: 8%;
}
.section-11 .point02-content02 .point02-content02_title p:nth-child(1) {
  font-size: calc(var(--s-val) * 2);
  margin-bottom: 4%;
}
.section-11 .point02-content02 .point02-content02_title p:nth-child(2) {
  font-size: calc(var(--s-val) * 2.2);
  line-height: 1.8;
}
.section-11 .point02-content02 .point02-content02_title p:nth-child(2) span {
  background-color: #cdb690;
  color: #fff;
  padding: 1% 1%;
}
.section-11 .point02-content02 .point02-content02_image {
  width: 95%;
  margin: 0 auto;
}
.section-11 .point02-content03 {
  text-align: center;
  font-family: var(--font-mincho);
  font-weight: 300;
  margin-bottom: 10%;
}
.section-11 .point02-content03 .point02-content03_title {
  font-size: calc(var(--s-val) * 3);
  color: var(--color-beige);
  margin-bottom: 4%;
}
.section-11 .point02-content03 .point02-content03_title .value {
  font-size: calc(var(--s-val) * 5);
  line-height: 1;
  vertical-align: -1px;
}
.section-11 .point02-content03 .point02-content03_detail {
  font-size: calc(var(--s-val) * 2);
  margin-bottom: 7%;
}
.section-11 .point02-content03 .point02-content03_list {
  display: flex;
  justify-content: center;
  gap: calc(var(--s-val) * 3);
  width: 85%;
  margin: 0 auto;
}
.section-11 .point02-content03 .point02-list_content,
.section-11 .point02-content03 .point02-list_content {
  background-color: #cbe6dc;
  background-image: url(../image/component-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3% 3%;
  width: 100%;
  position: relative;
}
.section-11 .point02-content03 .point02-list_content .point02-list_No,
.section-11 .point02-content03 .point02-list_content .point02-list_No {
  position: absolute;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: calc(var(--s-val) * 5);
  left: 50%;
  transform: translateX(-50%);
  top: 2%;
  line-height: 0;
  color: #81c4b1;
}
.section-11 .point02-content03 .point02-list_content .point02-list_title,
.section-11 .point02-content03 .point02-list_content .point02-list_title {
  background-color: #fff;
  font-size: calc(var(--s-val) * 2);
  min-height: calc(var(--s-val) * 9);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10%;
}
.section-11 .point02-content03 .point02-list_detail {
  font-size: calc(var(--s-val) * 1.5);
  text-align: left;
  font-family: var(--font-goshic);
}
.section-11 .point02-content04 {
  max-width: 500px;
  margin: 0 auto 13%;
  width: 90%;
}
.section-11 .point02-content04 .point02-content04_title {
  text-align: center;
  font-family: var(--font-mincho);
  font-weight: 300;
  font-size: calc(var(--s-val) * 2.6);
  color: var(--color-blue);
  margin-bottom: 8%;
}
.section-11 .point02-content04 .point02-content04_title span {
  font-size: calc(var(--s-val) * 4);
}
.section-11 .point02-content04 .point02-content04_title span .value {
  font-size: calc(var(--s-val) * 5.5);
}
.section-11 .point02-content04 .point02-content04_photo {
  width: 80%;
  margin: 0 auto 3%;
}
.section-11 .point02-content04 .point02-content04_note {
  text-align: right;
  font-size: calc(var(--s-val) * 1);
}

.section-12 .point03-title_box {
  background-color: rgba(203, 230, 220, 0.5);
  display: flex;
  margin-bottom: 10%;
}
.section-12 .point03-title_box .point03-content01 {
  width: 60%;
}
.section-12 .point03-title_box .point03-content01 .point03-title_detail {
  font-family: var(--font-mincho);
  font-weight: 300;
  font-size: calc(var(--s-val) * 2.2);
  padding-left: 0%;
  padding-top: 11%;
  text-align: center;
  line-height: 1.8;
}
.section-12 .point03-title_box .point03-content01 .point03-title_detail .main-title {
  font-size: calc(var(--s-val) * 3.7);
  margin-bottom: 5%;
  border-bottom: 3px solid #81c4b1;
  display: inline-block;
}
.section-12 .point03-title_box .point03-photo {
  width: 45%;
}
.section-12 .point03-title {
  background-color: #cbe6dc;
  color: #fff;
  padding-left: 10%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.section-12 .point03-title::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 80%;
  height: 2px;
}
.section-12 .point03-title p {
  font-size: calc(var(--s-val) * 2.6);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  width: 100%;
}
.section-12 .point03-title p .value {
  font-size: calc(var(--s-val) * 5);
}
.section-12 .point03-content02_title {
  text-align: center;
  color: var(--color-blue);
  font-family: var(--font-mincho);
  font-weight: 300;
  font-size: calc(var(--s-val) * 3);
  margin-bottom: 5%;
}
.section-12 .point03-content02_title .font-size {
  font-size: calc(var(--s-val) * 3.5);
}
.section-12 .point03-content02_detail .point03-content02_inner {
  display: flex;
  align-items: center;
  margin-bottom: 10%;
}
.section-12 .point03-content02_detail .point03-content02_photo {
  width: 43%;
}
.section-12 .point03-content02_detail .point03-content02_text {
  width: 55%;
  text-align: center;
}
.section-12 .point03-content02_detail .point03-content02_text dt {
  font-size: calc(var(--s-val) * 2.6);
  text-align: center;
  font-weight: 500;
  color: var(--color-beige);
  margin-bottom: 5%;
}
.section-12 .point03-content02_detail .point03-content02_text dd {
  font-size: calc(var(--s-val) * 1.6);
  display: inline-flex;
  text-align: left;
}
.section-12 .point03-content02_detail .point03-content03_advice {
  background-color: rgba(203, 230, 220, 0.25);
  padding: 7% 5% 10%;
  margin-bottom: 15%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_title {
  display: flex;
  align-items: center;
  font-family: var(--font-mincho);
  font-weight: 300;
  text-align: center;
  justify-content: center;
  gap: calc(var(--s-val) * 3);
  margin-bottom: 8%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_title img {
  width: 23%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_title p {
  font-size: calc(var(--s-val) * 2.4);
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_title p .value {
  font-size: calc(var(--s-val) * 2.8);
  vertical-align: -2px;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner {
  background-color: #fff;
  padding: 4%;
  width: 100%;
  margin: 0 auto 7%;
  box-sizing: border-box;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner .point03-advice_profile {
  display: flex;
  gap: calc(var(--s-val) * 2);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner .point03-advice_profile .point03-advice_text {
  width: 70%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner .point03-advice_profile .point03-advice_text .point03-advice_shopname {
  font-size: calc(var(--s-val) * 2);
  margin-bottom: 8%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner .point03-advice_profile .point03-advice_text .point03-advice_name {
  font-size: calc(var(--s-val) * 2.4);
  border-bottom: 2px solid #9b8465;
  display: inline-block;
  font-weight: 500;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner .point03-advice_profile .point03-advice_text .point03-advice_name .font-size {
  font-size: calc(var(--s-val) * 1.8);
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner .point03-advice_profile .point03-advice_photo {
  width: 42%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner .point03-advice_detail {
  font-size: calc(var(--s-val) * 1.6);
  line-height: 1.8;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-use_title {
  font-size: calc(var(--s-val) * 2.6);
  text-align: center;
  margin-bottom: 1%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-use_title span {
  color: #81c4b1;
  font-weight: 500;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-use_photo {
  width: 94%;
  margin: 0 auto 1%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-use_detail {
  text-align: center;
  font-size: calc(var(--s-val) * 1.8);
  margin-bottom: 12%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-use_detail .border-style {
  background-image: linear-gradient(to bottom, transparent 51%, rgb(203, 230, 220) 0%);
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-howto_wrapper {
  background-color: #fff;
  padding: 5% 5% 10%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-howto_wrapper .point03-howto_title {
  text-align: center;
  font-size: calc(var(--s-val) * 3.6);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: var(--color-blue);
  margin-bottom: 4%;
  font-weight: 300;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-howto_wrapper .point03-howto_text {
  text-align: center;
  font-size: calc(var(--s-val) * 2);
  margin-bottom: 10%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-howto_wrapper .point03-howto_text p {
  border-bottom: 2px solid var(--color-blue);
  display: inline-block;
  font-weight: 500;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-howto_wrapper .point03-howto_list li {
  display: flex;
  font-size: calc(var(--s-val) * 1.4);
  margin-bottom: 10%;
  gap: calc(var(--s-val) * 2);
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-howto_wrapper .point03-howto_list li p:nth-child(1) {
  font-size: calc(var(--s-val) * 6);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #cbe6dc;
  line-height: 0.8;
  width: 15%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-howto_wrapper .point03-howto_list li p:nth-child(2) {
  width: 85%;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-howto_wrapper .point03-howto_list .point03-howto_photo {
  width: 75%;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.section-12 .point03-content02_detail .point03-content03_advice .point03-howto_wrapper .point03-howto_list .point03-howto_photo video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-12 .point03-content02_detail .point03-content4 {
  margin-bottom: 16%;
}
.section-12 .point03-content02_detail .point03-content4 .point03-content04_title {
  text-align: center;
  font-size: calc(var(--s-val) * 3.6);
  color: var(--color-blue);
  font-family: var(--font-mincho);
  font-weight: 300;
  margin-bottom: 5%;
  line-height: 1.2;
}
.section-12 .point03-content02_detail .point03-content4 .point03-content04_detail {
  font-size: calc(var(--s-val) * 2);
  padding: 10% 0 20%;
  background-image: url(../image/flower-image.png);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: bottom calc(var(--s-val) * 2) right 0;
  margin-bottom: 2%;
}
.section-12 .point03-content02_detail .point03-content4 .point03-content04_detail p {
  max-width: 500px;
  margin: 0 auto;
  width: 90%;
}
.section-12 .point03-content02_detail .point03-content4 .point03-content04_conclusion {
  text-align: center;
  font-size: calc(var(--s-val) * 2.4);
  font-family: var(--font-mincho);
  font-weight: 300;
  color: var(--color-beige);
}
.section-12 .point03-content02_detail .point03-content4 .point03-content04_conclusion .font-size {
  font-size: calc(var(--s-val) * 3);
  margin-top: 2%;
  display: block;
}

.section-13 {
  background-color: rgba(205, 182, 144, 0.15);
}
.section-13 .benefits02-area {
  padding: 10% 7% 20%;
}
.section-13 .benefits02-title {
  text-align: center;
  font-size: calc(var(--s-val) * 2);
  margin-bottom: 5%;
}
.section-13 .benefits02-title .value {
  font-size: calc(var(--s-val) * 3);
  font-weight: 500;
}
.section-13 .benefits02-title .asterisk {
  margin: 0;
  top: -0.2rem;
  right: -0.4rem;
}
.section-13 .benefits02-content_title {
  font-weight: 500;
  font-size: calc(var(--s-val) * 1.4);
  text-align: center;
  background-color: rgba(205, 182, 144, 0.5);
  padding: 4% 0;
  margin-bottom: 3%;
}
.section-13 .benefits02-content_title span {
  font-size: calc(var(--s-val) * 2.5);
}
.section-13 .benefits02-content_note {
  text-align: center;
  font-size: calc(var(--s-val) * 1);
  margin-bottom: 4%;
}
.section-13 .benefits02-list_wrap {
  background-color: #fff;
  border: 2px solid #cdb690;
  padding: 5% 7%;
}
.section-13 .benefits02-list_wrap .benefits02-list_title {
  text-align: center;
  font-size: calc(var(--s-val) * 2);
  color: #9b8465;
  margin-bottom: 5%;
}
.section-13 .benefits02-list_wrap .benefits02-list_title p {
  border-bottom: 2px solid;
  display: inline-block;
}
.section-13 .benefits02-list_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(var(--s-val) * 2) calc(var(--s-val) * 3);
}
.section-13 .benefits02-list_wrap li {
  width: calc(50% - var(--s-val) * 1.5);
}

.section-14 {
  background-color: rgba(205, 182, 144, 0.25);
  position: relative;
  padding: 15% 0 10%;
}
.section-14 .warranty-area {
  width: 90%;
  margin: 0 auto;
}
.section-14 .warranty-area .warranty-icon {
  width: 25%;
  margin: -28% auto 3%;
}
.section-14 .warranty-area .warranty-title {
  text-align: center;
  font-size: calc(var(--s-val) * 1.8);
  font-family: var(--font-mincho);
  font-weight: 300;
  margin-bottom: 4%;
  line-height: 1.8;
}
.section-14 .warranty-area .warranty-title span {
  font-size: calc(var(--s-val) * 4);
}
.section-14 .warranty-area .warranty-text_wrap {
  background-color: #fff;
  text-align: center;
  margin-bottom: 8%;
}
.section-14 .warranty-area .warranty-text_wrap .warranty-text {
  padding: 5% 0 4%;
}
.section-14 .warranty-area .warranty-text_wrap .warranty-text p:nth-child(1) {
  font-size: calc(var(--s-val) * 2);
  margin-bottom: 1%;
}
.section-14 .warranty-area .warranty-text_wrap .warranty-text p:nth-child(2) {
  font-size: calc(var(--s-val) * 2);
  font-weight: 500;
  background-image: linear-gradient(to bottom, transparent 60%, rgb(252, 236, 185) 30%);
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 4%;
}
.section-14 .warranty-area .warranty-text_wrap .warranty-text p:nth-child(2) .highlight {
  font-size: calc(var(--s-val) * 4);
  color: #9b8465;
}
.section-14 .warranty-area .warranty-text_wrap .warranty-text p:nth-child(3) {
  font-size: calc(var(--s-val) * 1.6);
}
.section-14 .warranty-area .warranty-time {
  background-color: #cbe6dc;
  padding: 3% 0;
  font-size: calc(var(--s-val) * 1.6);
  font-weight: 500;
}
.section-14 .warranty-area .warranty-time span {
  font-size: calc(var(--s-val) * 1.8);
}
.section-14 .warranty-area .warranty-list_wrap {
  background-color: #fff;
}
.section-14 .warranty-area .warranty-list_wrap ul {
  width: 100%;
}
.section-14 .warranty-area .warranty-list_wrap .accordion-inner {
  gap: unset;
  padding: 7% 7% 8%;
}
.section-14 .warranty-area .warranty-list_wrap .accordion-inner li {
  width: 100%;
}
.section-14 .warranty-area .warranty-list_wrap .accordion-inner .warranty-02 {
  margin-bottom: 5%;
}
.section-14 .warranty-area .warranty-list_wrap .accordion-inner .warranty-03 {
  margin-bottom: 3%;
}
.section-14 .warranty-area .warranty-list_wrap .warranty-list_title {
  font-size: calc(var(--s-val) * 2);
  text-align: center;
  font-weight: 500;
  background-color: #cdb690;
  padding: 4% 0 4.5%;
  line-height: 1;
}
.section-14 .warranty-area .warranty-list_wrap .inner-title {
  font-size: calc(var(--s-val) * 2);
  text-align: center;
  color: var(--color-beige);
  border: 1px solid;
  padding: 2% 0;
  margin-bottom: 5%;
}
.section-14 .warranty-area .warranty-list_wrap .text-lg {
  font-size: calc(var(--s-val) * 1.4);
  margin-bottom: 3%;
  text-indent: -1.2rem;
  padding-left: 1rem;
  line-height: 1.3;
}
.section-14 .warranty-area .warranty-list_wrap .text-md {
  font-size: calc(var(--s-val) * 1.2);
  padding-left: 1rem;
  margin-bottom: 4px;
}
.section-14 .warranty-area .warranty-list_wrap .text-sm {
  font-size: calc(var(--s-val) * 0.9);
  margin-bottom: 3%;
}
.section-14 .warranty-area .warranty-list_wrap .contact-btn {
  display: block;
  width: 100%;
  margin-bottom: 8%;
}
.section-14 .warranty-area .warranty-list_wrap .contact-btn a {
  background-color: #cdb690;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 4% 0 4.5%;
  font-size: calc(var(--s-val) * 1.6);
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: calc(var(--s-val) * 2);
  line-height: 1;
}
.section-14 .warranty-area .warranty-list_wrap .contact-btn a span {
  background-image: url(../image/arrow-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: calc(var(--s-val) * 1);
  height: calc(var(--s-val) * 1.5);
}
.section-14 .warranty-area .warranty-list_wrap .contact-box {
  text-align: center;
  background-color: rgba(205, 182, 144, 0.25);
  padding: 2% 0;
  width: 90%;
}
.section-14 .warranty-area .warranty-list_wrap .contact-box p:first-child {
  font-size: calc(var(--s-val) * 2);
}
.section-14 .warranty-area .warranty-list_wrap .contact-box a {
  font-size: calc(var(--s-val) * 2.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.section-14 .warranty-area .warranty-list_wrap .contact-box a img {
  width: 8%;
}
.section-14 .warranty-area .warranty-list_wrap .contact-box p:last-child {
  font-size: calc(var(--s-val) * 1.2);
}

.section-15 .step-heading {
  margin-bottom: 10%;
}
.section-15 .step-area {
  max-width: 500px;
  margin: 0 auto;
  width: 90%;
}
.section-15 .step-area .step-title {
  margin-bottom: 5%;
}
.section-15 .step-area .step-title .nom {
  font-size: calc(var(--s-val) * 5);
  vertical-align: -5px;
}
.section-15 .step-area .step-title02 {
  background-color: #cbe6dc;
  padding: 1% 0;
  text-align: center;
  font-size: calc(var(--s-val) * 3);
  font-family: var(--font-mincho);
  font-weight: 300;
  line-height: 1;
}
.section-15 .step-area .step-item_container {
  display: flex;
  justify-content: space-around;
  width: 95%;
  margin: 0 auto 5%;
}
.section-15 .step-area .step-item_container .step-item_left {
  width: 60%;
}
.section-15 .step-area .step-item_container .step-item_left dt {
  font-size: calc(var(--s-val) * 2);
  font-family: var(--font-mincho);
  font-weight: 400;
  margin-bottom: 3%;
}
.section-15 .step-area .step-item_container .step-item_left dd {
  font-size: calc(var(--s-val) * 1.4);
  line-height: 1.8;
}
.section-15 .step-area .step-item_container .step-item_left dd span {
  font-size: calc(var(--s-val) * 1.4);
}
.section-15 .step-area .step-item_container .step-item_right {
  width: 50%;
}
.section-15 .step-area .step-item_container .step-item_right img {
  width: 94%;
}
.section-15 .step-area .step-item_container .step-item_right02 {
  width: 40%;
}
.section-15 .step-area .step-item_container02 {
  justify-content: space-between;
}
.section-15 .step-area .step-item_container02 .step-item_left dt {
  font-size: calc(var(--s-val) * 2.8);
}
.section-15 .step-area .step-price_box {
  width: 100%;
  width: calc(var(--s-val) * 50);
}
.section-15 .step-area .step-price_list {
  display: flex;
  align-items: center;
  margin-bottom: 2%;
}
.section-15 .step-area .step-price_list li:nth-child(1) {
  font-size: calc(var(--s-val) * 1.6);
  width: calc(var(--s-val) * 13);
}
.section-15 .step-area .step-price_list li:nth-child(2) {
  font-size: calc(var(--s-val) * 2.6);
  line-height: 1;
  font-weight: 500;
  margin-right: calc(var(--s-val) * 0.5);
  letter-spacing: 0px;
  width: calc(var(--s-val) * 14);
}
.section-15 .step-area .step-price_list .unit {
  font-size: calc(var(--s-val) * 1.6);
}
.section-15 .step-area .step-price_list .tax {
  font-size: calc(var(--s-val) * 1.2);
}
.section-15 .step-area .step-price_list li:nth-child(3) {
  font-size: calc(var(--s-val) * 1.4);
  color: var(--color-blue);
  border: 1px solid;
  padding: 1% 1%;
  line-height: 1;
  font-weight: 800;
}
.section-15 .step-area .step-price_list:last-child {
  margin: 0;
}
.section-15 .step-area .step-price_wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 6%;
  margin-left: 3%;
}
.section-15 .step-area .step-price_wrap .step-price_offer {
  position: absolute;
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  font-size: calc(var(--s-val) * 2);
  line-height: 1;
  background-image: url(../image/price-balloon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 50% left 50%;
  padding: 5% 5% 5% 8%;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
.section-15 .step-area .step-price_wrap .step-price_offer .nom {
  font-size: calc(var(--s-val) * 4);
}
.section-15 .step-area .shopping-btn {
  font-size: calc(var(--s-val) * 1.8);
  text-align: center;
}
.section-15 .step-area .shopping-btn a {
  position: relative;
  color: #fff;
  background-color: #000;
  border-radius: calc(var(--s-val) * 0.5);
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4% 0 4.5%;
  margin: 0 auto 10%;
  line-height: 1;
}
.section-15 .step-area .shopping-btn a::after {
  content: "";
  background-image: url(../image/arrow-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(var(--s-val) * 0.8);
  height: calc(var(--s-val) * 1.5);
  position: absolute;
  right: 27%;
  top: 52%;
  transform: translateY(-50%);
}

.section-16 {
  max-width: 500px;
  margin: 0 auto 15%;
}
.section-16 .teiki-area {
  background-color: rgba(203, 230, 220, 0.25);
  max-width: 500px;
  margin: 0 auto;
  width: 90%;
  padding: 10% 5%;
  box-sizing: border-box;
}
.section-16 .teiki-btn {
  font-size: calc(var(--s-val) * 1.8);
  text-align: center;
  margin-bottom: 5%;
}
.section-16 .teiki-btn a {
  color: #fff;
  background-color: #81c4b1;
  border-radius: 5px;
  display: flex;
  padding: 5% 0;
  align-items: center;
  justify-content: center;
  gap: calc(var(--s-val) * 2);
  line-height: 1;
}
.section-16 .teiki-btn a span {
  background-image: url(../image/arrow-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(var(--s-val) * 1);
  height: calc(var(--s-val) * 1.5);
}
.section-16 .teiki-note {
  text-align: center;
  font-size: calc(var(--s-val) * 1);
}

.section-17 {
  background-color: rgba(205, 182, 144, 0.1);
  padding: 10% 5% 5%;
}
.section-17 .qa-title {
  text-align: center;
  font-size: calc(var(--s-val) * 4);
  font-family: "Jost", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 5%;
}
.section-17 .qa-title span {
  font-size: calc(var(--s-val) * 2);
}
.section-17 .qa-list .qa-content {
  margin-bottom: 6%;
}
.section-17 .qa-list .qa-content .accordion-btn {
  font-size: calc(var(--s-val) * 1.6);
  background-color: rgba(205, 182, 144, 0.5);
  padding: 3% 4.5%;
  gap: calc(var(--s-val) * 1.5);
  display: flex;
  align-items: center;
}
.section-17 .qa-list .qa-content .accordion-btn span {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: calc(var(--s-val) * 2.5);
  line-height: 1;
}
.section-17 .qa-list .qa-content .accordion-wrap {
  font-size: calc(var(--s-val) * 1.4);
}
.section-17 .qa-list .qa-content .accordion-inner {
  background-color: #fff;
  flex-wrap: unset;
  padding: 5% 5%;
  gap: calc(var(--s-val) * 1.5) calc(var(--s-val) * 1.5);
}
.section-17 .qa-list .qa-content .accordion-inner span {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  font-size: calc(var(--s-val) * 2.5);
  color: #cdb690;
  line-height: 1;
}
.section-17 .qa-list .qa-content .accordion-btn::after {
  height: calc(var(--s-val) * 1.5);
  right: 7%;
}
.section-17 .qa-list .qa-content .accordion-btn::before {
  width: calc(var(--s-val) * 1.5);
  right: 5.5%;
}

.section-18 {
  background-image: url(../image/overview-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 0 13%;
  font-family: var(--font-mincho);
  font-weight: 300;
  text-align: center;
  font-size: calc(var(--s-val) * 1.6);
}
.section-18 .overview-inner {
  margin-bottom: 7%;
}
.section-18 .overview-inner p {
  margin-bottom: 3%;
  line-height: 1.8;
}
.section-18 .overview-inner p:nth-child(2) {
  margin-bottom: 5%;
}
.section-18 .overview-inner p:last-child {
  margin-bottom: 0;
}
.section-18 .overview-title {
  font-size: calc(var(--s-val) * 2.4);
  margin-bottom: 2%;
  display: inline-block;
  position: relative;
}
.section-18 .overview-title .asterisk {
  position: absolute;
  right: 1em;
  font-size: 0.4em;
}
.section-18 .overview-note {
  font-size: calc(var(--s-val) * 1);
  font-family: var(--font-goshic);
}

.section-19 {
  padding: 13% 0 10%;
  background-image: url(../image/lineup-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-19 .lineup-area {
  text-align: center;
  font-size: calc(var(--s-val) * 2);
  color: #fff;
  font-family: var(--font-mincho);
  font-weight: 300;
  line-height: 1.8;
}
.section-19 .lineup-area a {
  font-size: calc(var(--s-val) * 2.4);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  position: relative;
}
.section-19 .lineup-area a::before {
  content: "";
  background-image: url(../image/arrow-image.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(var(--s-val) * 0.6);
  height: calc(var(--s-val) * 1.5);
  display: block;
  position: absolute;
  right: -26%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 780px) {
  .sp-style {
    display: block;
  }
  .pc-style {
    display: none;
  }
  .est-container .asterisk {
    margin-left: 0px;
  }
  .section-01 .shopping-btn,
  .section-01 .section-09 .shopping-btn {
    border-radius: 3px;
  }
  .section-01 .item_photo img,
  .section-01 .section-09 .item_photo img {
    width: 75%;
    justify-content: center;
    padding-left: 35%;
  }
  .section-03 .worries_title {
    font-weight: 400;
  }
  .section-03 .section-04 {
    font-weight: 400;
  }
  /*  section-04*/
  .section-05 {
    font-weight: 400;
  }
  .section-05 .overview_detail p:nth-child(1) {
    font-size: calc(var(--s-val) * 1.8);
  }
  .section-05 .section-05 .overview_content {
    font-size: calc(var(--s-val) * 2.2);
  }
  .section-06 {
    font-weight: 400;
  }
  .section-06 .ranking-list li {
    font-size: calc(var(--s-val) * 0.8);
  }
  .section-06 .ranking-list li p {
    font-size: calc(var(--s-val) * 0.8);
  }
  .section-07 .cause-list dd:nth-child(3) {
    font-size: calc(var(--s-val) * 2);
  }
  .section-07 .cause-ladies dd:nth-child(2) {
    width: 45%;
    min-height: calc(var(--s-val) * 19);
  }
  .section-07 .cause-mens dd:nth-child(2) {
    min-height: calc(var(--s-val) * 19);
  }
  .section-07 .cause-care .cause-care_detail_container {
    gap: calc(var(--s-val) * 2);
    padding: 5% 4% 3%;
  }
  .section-07 .section-07 .cause-care .cause-care_title span {
    font-size: calc(var(--s-val) * 3);
  }
  .section-07 .cause-title {
    font-size: calc(var(--s-val) * 2.4);
    font-weight: 400;
  }
  .section-07 .cause-list dd:nth-child(3) {
    font-size: calc(var(--s-val) * 1.4);
  }
  .section-07 .cause-care .cause-care_title {
    font-weight: 400;
  }
  .section-08 .section-08 .infl-title {
    font-weight: 400;
  }
  .section-08 .infl-title span {
    font-size: calc(var(--s-val) * 3);
  }
  .section-08 .infl-profile_wrap .shop-name {
    font-size: calc(var(--s-val) * 1.6);
  }
  .section-08 .section-08 .infl-detail01 dd,
  .section-08 .section-08 .infl-detail02 dd {
    font-size: calc(var(--s-val) * 1.4);
  }
  .divider-area p {
    font-weight: 400;
  }
  .section-10 .point01-content07 .accordion-btn::before {
    right: 6.7%;
    width: calc(var(--s-val) * 1.7);
  }
  .section-10 .point01-content03 .point-content03_wrapper .point-content03_image {
    width: 95%;
  }
  .section-10 .point01-title::before {
    width: 100%;
  }
  .section-10 .point01-content03 .point-content03_wrapper dd {
    font-size: calc(var(--s-val) * 1.6);
  }
  .section-10 .point01-title_box .point01-content01 .point01-title_detail .main-title {
    font-size: calc(var(--s-val) * 2.2);
  }
  .section-10 .point01-title_box .point01-content01 .point01-title_detail {
    font-size: calc(var(--s-val) * 2);
    font-weight: 400;
  }
  .section-10 .point01-content02 .point01-content02-title {
    font-weight: 400;
  }
  .section-10 .point01-content05 .point-ratio-photo img {
    margin-right: 10%;
  }
  .section-10 .point01_content05_title {
    font-weight: 400;
  }
  .section-10 .point01-content06_detail {
    font-weight: 400;
  }
  .section-10 .point01-content03 .point-content03_wrapper dt {
    font-weight: 400;
  }
  .section-10 .point01-content04 {
    font-weight: 400;
  }
  .section-10 .point01-content05 {
    font-weight: 400;
  }
  .section-10 .point01-title p {
    font-size: calc(var(--s-val) * 2.2);
  }
  .section-10 .point01-title p .value {
    font-size: calc(var(--s-val) * 4);
  }
  .section-10 .point01-content07 .accordion-btn::after {
    height: calc(var(--s-val) * 1.7);
    right: 8.5%;
  }
  .section-10 .point01-content04 dt {
    font-size: calc(var(--s-val) * 2.2);
  }
  .section-10 .point01-content05 .point01-content05_title .font-size {
    font-size: calc(var(--s-val) * 3);
  }
  .section-10 .point01-content03 .point01-content03_features .point01-features04 {
    text-align: right;
    margin-right: 5%;
  }
  .section-10 .point01-content04 .point01-content04_title .font-size .asterisk {
    margin: 0;
  }
  .section-10 .point01-content05 .point01-content05_detail .point01-content05_text {
    font-size: calc(var(--s-val) * 1.6);
    width: 45%;
  }
  .section-10 .point01_content05_title .value {
    font-size: calc(var(--s-val) * 4.5);
  }
  .section-10 .point01_content05_title {
    font-size: calc(var(--s-val) * 3);
  }
  .section-10 .point01-content03 .point01-content03_features .point01-features_title dt {
    font-size: calc(var(--s-val) * 1.8);
  }
  .section-10 .point01-content03 .point01-content03_features .point01-features01 span {
    font-size: calc(var(--s-val) * 2);
  }
  .section-10 .point01-content03 .point01-content03_features .point01-features03 {
    font-size: calc(var(--s-val) * 1.4);
  }
  .section-10 .point01-content03 .point-content03_wrapper dd {
    font-size: calc(var(--s-val) * 1.4);
    text-align: center;
    margin-bottom: 3%;
  }
  .section-11 .point02-content03 .point02-content03_list {
    width: 90%;
  }
  .section-11 .section-11 .point02-title::before {
    width: 100%;
  }
  .section-11 .point02-title_box .point02-content01 .point02-title_detail {
    font-weight: 400;
  }
  .section-11 .point02-content02 {
    font-weight: 400;
  }
  .section-11 .point02-content03 {
    font-weight: 400;
  }
  .section-11 .point02-content04 .point02-content04_title {
    font-weight: 400;
  }
  .section-11 .point02-title p {
    font-size: calc(var(--s-val) * 2.2);
  }
  .section-11 .point02-title p .value {
    font-size: calc(var(--s-val) * 4);
  }
  .section-12 .point03-title::before {
    width: 100%;
  }
  .section-12 .point03-title p {
    font-size: calc(var(--s-val) * 2.2);
  }
  .section-12 .point03-title_box .point03-content01 .point03-title_detail {
    font-weight: 400;
  }
  .section-12 .point03-content02_detail .point03-content03_advice .point03-advice_title {
    font-weight: 400;
  }
  .section-12 .point03-content02_detail .point03-content4 .point03-content04_title {
    font-weight: 400;
  }
  .section-12 .point03-content02_detail .point03-content4 .point03-content04_conclusion {
    font-weight: 400;
  }
  .section-12 .point03-content02_detail .point03-content4 .point03-content04_conclusion .font-size {
    font-size: calc(var(--s-val) * 2.6);
  }
  .section-12 .point03-title p .value {
    font-size: calc(var(--s-val) * 4);
  }
  .section-12 .point03-content02_detail .point03-content02_text dt {
    font-size: calc(var(--s-val) * 2.4);
  }
  .section-12 .point03-content02_detail .point03-content02_text dd {
    font-size: calc(var(--s-val) * 1.4);
  }
  .section-12 .section-12 .point03-content02_detail .point03-content02_inner {
    gap: calc(var(--s-val) * 1);
  }
  .section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner .point03-advice_profile .point03-advice_text .point03-advice_name .font-size {
    font-size: calc(var(--s-val) * 1.6);
  }
  .section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner .point03-advice_profile .point03-advice_text .point03-advice_name {
    font-size: calc(var(--s-val) * 2);
  }
  .section-12 .point03-content02_detail .point03-content03_advice .point03-howto_wrapper .point03-howto_list li {
    font-size: calc(var(--s-val) * 1.4);
    letter-spacing: -1px;
  }
  .section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner .point03-advice_detail {
    font-size: calc(var(--s-val) * 1.4);
  }
  .section-12 .point03-content02_detail .point03-content03_advice .point03-advice_inner .point03-advice_profile .point03-advice_text .point03-advice_name {
    font-size: calc(var(--s-val) * 2.2);
  }
  .section-12 .point03-content02_title {
    font-size: calc(var(--s-val) * 2.6);
  }
  .section-14 .warranty-area .warranty-title {
    font-weight: 400;
  }
  .section-14 .warranty-area .warranty-list_wrap .accordion-inner {
    padding: 5% 5%;
  }
  .section-14 .warranty-area .warranty-list_wrap .text-lg {
    font-size: calc(var(--s-val) * 1.5);
  }
  .section-14 .warranty-area .warranty-list_wrap .text-md {
    font-size: calc(var(--s-val) * 1.4);
    padding-left: 1rem;
  }
  .section-14 .section-14 .warranty-area .warranty-list_wrap .text-sm {
    font-size: calc(var(--s-val) * 1.2);
  }
  .section-15 .section-15 .step-area .shopping-btn a {
    border-radius: 3px;
  }
  .section-15 .step-area .step-price_box {
    width: calc(var(--s-val) * 43);
  }
  .section-15 .step-area .step-price_list li:nth-child(1) {
    width: calc(var(--s-val) * 10.5);
    font-size: calc(var(--s-val) * 1.4);
  }
  .section-15 .step-area .step-price_list li:nth-child(3) {
    font-size: calc(var(--s-val) * 1.3);
  }
  .section-15 .step-area .step-price_list li:nth-child(2) {
    margin-right: calc(var(--s-val) * 0.5);
    width: calc(var(--s-val) * 15);
    font-size: calc(var(--s-val) * 2.4);
  }
  .section-15 .step-area .step-price_wrap .step-price_offer {
    right: 0;
  }
  .section-15 .step-area .step-price_list .unit {
    margin: 0 2%;
  }
  .section-15 .step-area .step-item_container .step-item_left dt .step-area .step-item_container02 .step-item_left dt {
    letter-spacing: -1px;
  }
  .section-16 .teiki-btn a {
    border-radius: 3px;
  }
  .section-17 .qa-list .qa-content .accordion-btn::after {
    right: 7.3%;
  }
  .section-18 {
    font-weight: 400;
  }
}/*# sourceMappingURL=style.css.map */