@charset "UTF-8";
.p-mainv {
  background: url("../img/home/sp/mainv_bg.webp") no-repeat center bottom/cover;
  padding: 7.5rem 0 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-mainv {
    padding: 17rem 0 8rem;
    background-image: url("../img/home/mainv_bg.webp");
  }
}

.p-mainv__title {
  width: calc(100% + 1.1rem + 0.85rem);
  margin: 0 -0.85rem 0 -1.1rem;
}
@media screen and (min-width: 769px) {
  .p-mainv__title {
    width: calc(100% + 9rem);
    margin: 0 0 0 -9rem;
  }
}

.p-about {
  padding: 3rem 0 8rem;
  background: url("../img/common/bg_town.svg") repeat-x center bottom 1rem/auto 5rem;
}
@media screen and (min-width: 769px) {
  .p-about {
    background-position: center bottom 0.2rem;
    background-size: auto 11.2rem;
    padding: 5rem 0 14rem;
  }
}

.p-about__title {
  margin: 0 auto 1rem;
}
@media screen and (min-width: 769px) {
  .p-about__title {
    width: 75.5rem;
    margin: 0 auto 4rem;
  }
}

.p-menu {
  background: #ffe900;
  padding: 3.5rem 0 3.6rem;
}
@media screen and (min-width: 769px) {
  .p-menu {
    padding: 8rem 0;
  }
}

.p-menu__title {
  width: 6.5rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-menu__title {
    width: 12rem;
    margin: 0 auto 2.5rem;
  }
}

.p-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem 1rem;
}
@media screen and (min-width: 769px) {
  .p-menu__list {
    gap: 1.5rem;
  }
}
.p-menu__list li {
  width: calc((100% - 2rem) / 2);
}
@media screen and (min-width: 641px) {
  .p-menu__list li {
    width: calc((100% - 3rem) / 3);
  }
}


/* ----------タイムセールここから---------- */

.p-timesale {
  position: relative;
  z-index: 1;
  background: #009a3e url("../img/home/flow_bg.webp") no-repeat center bottom/100% auto;
  padding-block: 11.2rem 5rem;
}
@media screen and (min-width: 769px) {
  .p-timesale {
    padding-block: 27.2rem 18.2rem;
  }
}
.p-timesale_wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -7.25rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/home/timesale_circle.svg") no-repeat top center/contain;
  width: 76.9%;
  height: 27.1rem;
  /* margin: 0 -3.45%; */
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-timesale_wrap::before {
    width: 78.6rem;
    height: 54.2rem;
    top: -15.7rem;
    left: 0;
    right: 0;
    transform: translate(0);
    margin: 0 auto;
  }
}
.p-timesale_box {
  background-color: #fff;
  border-radius: 1rem;
  padding-bottom: 6.3rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_box {
    border-radius: 2rem;
  }
}
.p-timesale_title {
  width: 21.4rem;
  position: absolute;
  top: -4.3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-timesale_title {
    width: 42.4rem;
    top: -9.3rem;
    transform: translateX(-55.5%);
  }
}
.p-timesale_catch {
    max-width: 124rem;
    padding: 3rem 2rem 0;
    margin: 0 auto;
  }
  @media screen and (min-width: 769px) {
    .p-timesale_catch {
    padding: 5rem 10rem 0;

  }
}
.p-timesale_catch_text {
    display: flex;
    justify-content: center;
    background: #03ab4e;
    border-radius: 1rem 1rem 0 0;
    padding-block: 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_catch_text {
    border-radius: 2rem 2rem 0 0;
  }
}
.p-timesale_catch_text picture {
    display: block;
    width: 21.7rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_catch_text picture {
    width: 38.7rem;
}
}
.p-timesale_catch_date {
    border-radius: 0 0 1rem 1rem;
    background-color: #c5e7d4;
}
@media screen and (min-width: 769px) {
  .p-timesale_catch_date {
    border-radius: 0 0 2rem 2rem;
    padding-bottom: 0.7rem;
  }
}
.p-timesale_catch_date p{
  text-align: center;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .p-timesale_catch_date p{
  font-size: 3.6rem;
}
}
.p-timesale_sp-break {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-timesale_sp-break {
  display: none;
}
}
.p-timesale_catch_date .__dateText {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_catch_date .__dateText {
  font-size: 2.4rem;
}
}
.p-timesale_catch_date .__year {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .p-timesale_catch_date .__year {
  margin-right: 3.7rem;
}
}
.p-timesale_cnt {
    display: flex;
    width: 100%;
    max-width: 100rem;
    margin: 3.2rem auto 0;
    flex-direction: column-reverse;
    row-gap: 5rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_cnt {
    margin: 5.2rem auto 0;
    flex-direction: row;
    row-gap: 0;
  }
}
.p-timesale_topic1,
.p-timesale_topic2 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-timesale_topic1,
  .p-timesale_topic2 {
    width: 50%;
  }
}

.p-timesale_topic1 {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .p-timesale_topic1 {
  margin-top: 1rem;
}
}

@media screen and (min-width: 769px) {
  .p-timesale_topic2 {
    padding-left: 0.3rem;
  }
}

.p-timesale_block.__num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_block.__num {
    margin-left: 0;
    justify-content: flex-start;
  }
}

.p-timesale_hanko {
    aspect-ratio: 1 / 1;
    font-size: 2.6rem;
    border-radius: 50%;
    border: 3px solid #03ab4e;
    color: #03ab4e;
    width: 9rem;
    display: grid;
    place-content: center;
}
@media screen and (min-width: 769px) {
  .p-timesale_hanko {
    font-size: 3.6rem;
    width: 11rem;
  }
}

.p-timesale_hanko p {
  line-height: 1;
  font-weight: 700;
}
.p-timesale_num {
  font-size: 6rem;
  position: relative;
  color: #03ab4e;
  z-index: 1;
  margin-left: 4rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .p-timesale_num {
    margin-left: 6rem;
    font-size: 8rem;
  }
}

.p-timesale_num .__small {
  font-size: 4.2rem;
}
.p-timesale_num::after {
  content: '';
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 167%;
  max-width: 20rem;
  height: 50%;
  background-color: #ffe900;
  border-radius: 2.4rem;
}

.p-timesale_block.__beforeCost {
  margin-top: 4.4rem;
}
.p-timesale_beforeCost-text {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-timesale_beforeCost-text {
    display: block;
    flex-direction: row;
    align-items: initial;
  }
}
.p-timesale_beforeCost .__strike {
  position: relative;
}
.p-timesale_beforeCost .__strike::before {
  content: '';
  position: absolute;
  bottom: 40%;
  z-index: 1;
  width: 95%;
  height: 2px;
  background-color: #03ab4e;
}
.p-timesale_beforeCost .__value {
  color: #03ab4e;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0;
}
.p-timesale_beforeCost .__small {
  font-size: 1.8rem;
}
.p-timesale_beforeCost-add {
      font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-align: center;
}
@media screen and (min-width: 769px) {
  .p-timesale_beforeCost-add {
    text-align: initial;
      font-size: 1.6rem;
  }
}

.p-timesale_block.__discount {
  margin-top: 2.2rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_block.__discount {
  margin-top: 5.2rem;
}
}
.p-timesale_discount {
  position: relative;
  width: 90%;
  height: 9rem;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-timesale_discount {
  /* width: 35.2rem; */
  width: auto;
    margin-left: 5rem;
    left: auto;
    transform: translate(0);
  }
}
.p-timesale_discount::before {
  content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 0;
    width: 0;
    height: 0;
    border-left: 14.5rem solid transparent;
    border-right: 14.5rem solid transparent;
    border-top: 9rem solid #03ab4e;
}
.p-timesale_discount_text {
  margin-top: 2rem;
  position: relative;
  z-index: 5;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-timesale_discount_text {
    font-size: 2.6rem;
  padding-inline: 2rem;
  text-align: left;
  }
}
.p-timesale_discount_text::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-color: #ffe900;
  border-radius: 1.9rem;
}
.p-timesale_discount_text .__small {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_discount_text .__small {
  font-size: 1.8rem;
}
}

.p-timesale_block {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-timesale_block {
  width: auto;
  margin: initial;
}
}

.p-timesale_block.__afterCost {
  margin: 3.2rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-timesale_block.__afterCost {
  margin-top: 5.2rem;
}
}
.p-timesale_tag {
    width: 10.4rem;
    text-align: center;
    color: #fff;
    background-color: #03ab4e;
    border-radius: 1.25rem;
    font-weight: 700;
    line-height: 1.7;
    font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_tag {
    width: 13.4rem;
    font-size: 1.6rem;
  }
}
.p-timesale_value {
  font-weight: 700;
}
.p-timesale_value .__value {
  font-size: 4.9rem;
  color: #ff0000;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-timesale_value .__value {
  font-size: 8rem;
  }
}

.p-timesale_value .__value::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3.4rem;
  top: 55%;
  transform: translateY(-50%);
  background-color: #ffe900;
  border-radius: 2.4rem;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .p-timesale_value .__value::before {
  height: 5rem;

  }
}

.p-timesale_value .__small {
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  .p-timesale_value .__small {
    font-size: 3rem;
  }
}
.p-timesale_afterCost-add {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-timesale_afterCost-add {
  font-size: 1.8rem;
  }
}

.p-timesale_afterCost-other {
  margin-top: 0.6rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-timesale_afterCost-other {
    font-size: 1.4rem;
    line-height: calc(0.7rem + 1em + 0.7rem);
  }
}
.p-timesale_afterCost-point {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  flex-direction: column;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_afterCost-point {
    flex-direction: row;
  margin-top: 0.2rem;
  }
}

.p-timesale_afterCost-tagList li {
    background-color: #ffe900;
    padding: 0.4rem 2rem;
    border-radius: 2.1rem;
    font-size: 1.4rem;
    font-weight: 700;
    display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-timesale_afterCost-tagList li {
    font-size: 1.6rem;
    padding: 0.6rem 2.2rem;
  }
}

.p-timesale_annotation {
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_annotation {
    font-size: 1.4rem;
  margin-top: 0;

  }
}
.p-timesale_tagGreen {
  background-color: #c5e7d4;
  display: inline-block;
  line-height: 1;
  padding: 0.6rem 2rem;
  border-radius: 1.3rem;
  font-weight: 700;
}
.p-timesale_cat {
    color: #009944;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding-left: 0.4rem;
    line-height: 1;
    margin-top: 0.6rem;
}
.p-timesale_productName1 {
  margin-top: 0.5rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-timesale_productName1 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 1;
  }
}
.p-timesale_productName2 {
  font-weight: 700;
    font-size: 3.2rem;
    line-height: 1;
    margin-top: 0;
  }
  @media screen and (min-width: 769px) {
    .p-timesale_productName2 {
    margin-top: 0.5rem;
  }
}
.p-timesale_productName2 .__light {
    font-weight: 500;
    font-size: 3rem;
    margin-left: 0.5rem;
    font-feature-settings: 'palt';
}
.p-timesale_modelNum {
      line-height: 1;
    letter-spacing: 0.023em;
    font-weight: 500;
}

.p-timesale_block.__feat {
  margin-top: 3.4rem;
}
.p-timesale_desc {
    line-height: 1.35;
    margin-top: 0.6rem;
    font-size: 1.6rem;
    font-weight: 700;
  }
  @media screen and (min-width: 769px) {
    .p-timesale_desc {
      font-size: 1.8rem;
      margin-left: -0.3rem;
  }
}
.p-timesale_img {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .p-timesale_img {
    width: auto;
    max-width: 34rem;
}
}

.p-timesale_btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
.p-timesale_btn {
  margin-top: 8.6rem;
}
}
.p-timesale_btn a {
  display: block;
    width: 64rem;
    max-width: 100%;
    margin: 0 auto;
}

/* ----------タイムセールここまで---------- */

.p-recommend {
  padding: 4.2rem 0 7.5rem;
  background: #fff9c0;
}
@media screen and (min-width: 769px) {
  .p-recommend {
    padding: 11rem 0 17rem;
  }
}

.p-recommend__title {
  width: 21.35rem;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-recommend__title {
    width: 42.7rem;
    margin: 0 auto 4.5rem;
  }
}

.p-recommend__btn {
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-recommend__btn {
    margin: 6rem auto 0;
  }
}
.p-recommend__btn a {
  display: block;
  width: 64rem;
  max-width: 100%;
  margin: 0 auto;
}

.p-flow {
  position: relative;
  z-index: 1;
  background: #009a3e url("../img/home/flow_bg.webp") no-repeat center bottom/100% auto;
  padding-bottom: 5rem;
}
@media screen and (min-width: 769px) {
  .p-flow {
    padding-bottom: 10rem;
  }
}
.p-flow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -3.25rem;
  background: url("../img/home/flow_circle.svg") no-repeat top center/contain;
  width: 106.9%;
  height: 27.1rem;
  margin: 0 -3.45%;
}
@media screen and (min-width: 769px) {
  .p-flow::before {
    width: 78.6rem;
    height: 54.2rem;
    top: -7rem;
    margin: 0 auto;
  }
}

.p-flow__deco {
  position: absolute;
  left: 0;
  right: 0;
  top: -4.5rem;
  width: 4.95rem;
  -webkit-transform: translateX(10.5rem);
          transform: translateX(10.5rem);
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-flow__deco {
    top: -9rem;
    width: 9.9rem;
    -webkit-transform: translateX(12.6rem);
            transform: translateX(12.6rem);
    -webkit-animation: deco_fuwafuwa 1.5s ease 0s infinite;
            animation: deco_fuwafuwa 1.5s ease 0s infinite;
  }
}
.p-flow__deco img {
  -webkit-animation: fuwafuwa 1.5s ease 0s infinite;
          animation: fuwafuwa 1.5s ease 0s infinite;
}

.p-flow__title {
  width: 21rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 769px) {
  .p-flow__title {
    width: 35.2rem;
    margin: 0 auto 3.5rem;
  }
}
.p-flow__title img {
  -webkit-transform: translate(-1.5srem, -1.5rem);
          transform: translate(-1.5srem, -1.5rem);
}
@media screen and (min-width: 769px) {
  .p-flow__title img {
    -webkit-transform: translate(-4rem, -1.5rem);
            transform: translate(-4rem, -1.5rem);
  }
}

.p-flow__img img {
  width: 87.2rem;
  margin: 0 auto;
}

.p-flow__list {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .p-flow__list {
    margin-top: 4rem;
  }
}
.p-flow__list li {
  position: relative;
  padding-left: 1.1rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .p-flow__list li {
    font-size: 1.4rem;
    padding-left: 1.3rem;
  }
}
.p-flow__list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
}
.p-flow__list li + li {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-flow__list li + li {
    margin-top: 2rem;
  }
}

.p-cta {
  background: url("../img/home/sp/cta_bg.webp") no-repeat center center/cover;
  padding: 3.5rem 0 4rem;
}
@media screen and (min-width: 769px) {
  .p-cta {
    padding: 12rem 0 13rem;
    background-image: url("../img/home/cta_bg.webp");
  }
}

.p-cta__inner {
  position: relative;
  border: 0.2rem solid #ffe900;
  border-radius: 1rem;
  -webkit-filter: drop-shadow(0.5rem 0.5rem 3.5rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0.5rem 0.5rem 3.5rem rgba(0, 0, 0, 0.25));
}
@media screen and (min-width: 769px) {
  .p-cta__inner {
    border-radius: 2rem;
    border: 0.4rem solid #ffe900;
  }
}

.p-cta__title {
  background: #ffe900;
  padding: 1.3rem 0 0.9rem;
}
@media screen and (min-width: 769px) {
  .p-cta__title {
    padding: 3rem 0 2rem;
  }
}
.p-cta__title img {
  max-width: 26rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-cta__title img {
    max-width: 65.6rem;
  }
}

.p-cta__detail {
  background: #fff;
  padding: 1.25rem 1.8rem 2rem;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (min-width: 769px) {
  .p-cta__detail {
    border-radius: 0 0 2rem 2rem;
    padding: 4.5rem 2rem 6.5rem;
  }
}

.p-cta__detail_btn {
  max-width: 70.8rem;
  margin: 0 auto;
}
.p-cta__detail_btn + .p-cta__detail_btn {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .p-cta__detail_btn + .p-cta__detail_btn {
    margin-top: 2rem;
  }
}

.p-cta__deco {
  position: absolute;
  top: -6.4rem;
  right: 6.5rem;
  width: 16.9rem;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 769px) {
  .p-cta__deco {
    display: block;
  }
}

.p-function {
  background: #ffe900;
  padding: 4.4rem 0 4.5rem;
}
@media screen and (min-width: 769px) {
  .p-function {
    padding: 8.5rem 0 10rem;
  }
}

.p-function__title {
  width: 17.5rem;
  margin: 0 auto 2rem;
  -webkit-transform: translateX(-2.5rem);
          transform: translateX(-2.5rem);
}
@media screen and (min-width: 769px) {
  .p-function__title {
    width: 35rem;
    margin: 0 auto 5rem;
    -webkit-transform: translateX(-5rem);
            transform: translateX(-5rem);
  }
}

@media screen and (min-width: 769px) {
  .p-function__list {
    display: flex;
    justify-content: space-between;
  }
}

.p-function__list_item {
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
}
@media screen and (min-width: 769px) {
  .p-function__list_item {
    border-radius: 2rem;
    padding: 4rem 4rem;
    width: 32.5%;
  }
}
@media screen and (max-width: 768px) {
  .p-function__list_item + .p-function__list_item {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-function__list_item:last-child .p-function__list_img img {
    width: 24.2rem;
  }
}

.p-function__list_title {
  color: #009a3e;
  font-size: 2.3rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 769px) {
  .p-function__list_title {
    font-size: 3.2rem;
    margin-bottom: 1.5rem;
  }
}

.p-function__list_tag {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .p-function__list_tag {
    gap: 1.5rem;
  }
}
.p-function__list_tag li {
  min-width: 6.7rem;
  line-height: 1.4;
  background: #ffe900;
  text-align: center;
  display: block;
  border-radius: 2rem;
  padding: 0.1rem 0 0.3rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-function__list_tag li {
    min-width: 9.4rem;
  }
}

.p-function__list_img {
  margin: 2rem 0 2rem;
}
@media screen and (min-width: 769px) {
  .p-function__list_img {
    margin: 3rem 0 2rem;
  }
}
.p-function__list_img img {
  width: 18.2rem;
  height: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-function__list_img img {
    width: 27.3rem;
  }
}

.p-function__list_text {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-function__list_text {
    min-height: 13rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-function__list_btn {
    width: 74.1%;
    margin: 0 auto;
  }
}

.p-safe {
  position: relative;
  background: #fffae1 url("../img/home/sp/safe_bg.webp") no-repeat top center/100% auto;
  padding: 6.3rem 0 10.5rem;
}
@media screen and (min-width: 769px) {
  .p-safe {
    background-image: url("../img/home/safe_bg.webp");
    padding: 13rem 0 19rem;
  }
}
.p-safe::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  width: 100%;
  height: 5.5rem;
  z-index: 1;
  background: url("../img/common/bg_town.svg") no-repeat top center/auto 100%;
}
@media screen and (min-width: 769px) {
  .p-safe::after {
    height: 11rem;
    bottom: 2rem;
  }
}

.p-safe__title {
  width: 27rem;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .p-safe__title {
    width: 51.6rem;
    margin: 0 0 5.5rem;
  }
}

.p-safe__mainv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-safe__mainv .c-text__message {
  line-height: 2.3;
}

@media screen and (max-width: 768px) {
  .p-safe__mainv_text {
    width: 100%;
    order: 1;
  }
  .p-safe__mainv_text .c-text__message {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .p-safe__mainv_img {
    width: 80%;
    padding-right: 0;
    margin: 1.5rem auto 0;
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .p-safe__mainv_img {
    width: 59.3%;
    padding-right: 6rem;
    margin-top: -4rem;
  }
}

.p-safe__cta {
  position: relative;
  background: #fbf9ed;
  border-radius: 2rem;
  -webkit-filter: drop-shadow(0 0 0.5rem rgba(209, 202, 165, 0.6));
          filter: drop-shadow(0 0 0.5rem rgba(209, 202, 165, 0.6));
  padding: 2.5rem 2rem 2rem;
}
@media screen and (min-width: 769px) {
  .p-safe__cta {
    padding: 5rem 0 4rem;
  }
}

.p-safe__cta_title {
  position: relative;
  z-index: 2;
  width: 99.9%;
  margin: -8rem auto 1rem;
  -webkit-transform: translateX(-0.2rem);
          transform: translateX(-0.2rem);
}
@media screen and (min-width: 769px) {
  .p-safe__cta_title {
    width: 68.8rem;
    margin: -11rem auto 2rem;
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
  }
}

.p-safe__cta_btn {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-safe__cta_btn {
    width: 60.4rem;
  }
}

.p-safe__cta_balloon {
  position: absolute;
  z-index: 1;
}
.p-safe__cta_balloon.__01 {
  left: 0.9rem;
  top: -6.1rem;
  width: 8.9rem;
  -webkit-animation: fuwafuwa 1.5s ease 0s infinite;
          animation: fuwafuwa 1.5s ease 0s infinite;
}
@media screen and (min-width: 769px) {
  .p-safe__cta_balloon.__01 {
    left: 9.5rem;
    top: -5rem;
    width: 14.6rem;
  }
}
.p-safe__cta_balloon.__02 {
  right: 2rem;
  top: -4.2rem;
  width: 7.65rem;
  -webkit-animation: fuwafuwa 1.4s ease 0.2s infinite;
          animation: fuwafuwa 1.4s ease 0.2s infinite;
}
@media screen and (min-width: 769px) {
  .p-safe__cta_balloon.__02 {
    right: 12.2rem;
    top: -3rem;
    width: 12.6rem;
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.p-safe__reason {
  width: 23.5rem;
  margin: 4.2rem auto 2rem;
}
@media screen and (min-width: 769px) {
  .p-safe__reason {
    width: 47.1rem;
    margin: 7.5rem auto 2rem;
  }
}

.p-step {
  background: #009a3e url("../img/home/flow_bg.webp") no-repeat center bottom/100% auto;
  padding: 2rem 0 4rem;
}
@media screen and (min-width: 769px) {
  .p-step {
    padding: 5.5rem 0 12rem;
  }
}

.p-step__title {
  width: 15.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-step__title {
    width: 26rem;
  }
}
.p-step__title img {
  -webkit-transform: translateX(1.5rem);
          transform: translateX(1.5rem);
}

.p-step__list {
  margin-top: 4.5rem;
}
@media screen and (min-width: 769px) {
  .p-step__list {
    display: flex;
    justify-content: space-between;
    margin-top: 8rem;
  }
}

.p-step__list_item {
  background: #fff;
  position: relative;
  padding: 3rem 2rem 2.5rem;
  border-radius: 1rem;
}
@media screen and (min-width: 769px) {
  .p-step__list_item {
    width: 23.2%;
    padding: 3.5rem 3rem 4rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-step__list_item + .p-step__list_item {
    margin-top: 7.5rem;
  }
}
.p-step__list_item + .p-step__list_item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-step__list_item + .p-step__list_item::before {
    border-right: 1.8rem solid transparent;
    border-left: 1.8rem solid transparent;
    border-top: 1.75rem solid #ffe900;
    border-bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -5.7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-step__list_item + .p-step__list_item::before {
    border-top: 1.4rem solid transparent;
    border-bottom: 1.4rem solid transparent;
    border-left: 1.4rem solid #ffe900;
    border-right: 0;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: -2rem;
  }
}

.p-step__list_number {
  position: absolute;
  left: 0;
  right: 0;
  top: -2.5rem;
  margin: 0 auto;
  width: 8rem;
}
@media screen and (min-width: 769px) {
  .p-step__list_number {
    width: 10rem;
    top: -3.5rem;
  }
}

.p-step__list_img {
  margin: 0 auto;
  width: 5.5rem;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-step__list_img {
    width: 7.5rem;
  }
}

.p-step__list_title {
  margin: 1.5rem 0 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #009a3e;
}
@media screen and (min-width: 769px) {
  .p-step__list_title {
    margin: 2rem 0 2rem;
    min-height: 4em;
  }
}
.p-step__list_title span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .p-step__list_title span {
    font-size: 2.6rem;
  }
}

.p-step__list_text {
  font-weight: 500;
  line-height: 1.6;
}
.p-step__list_text * {
  line-height: 1.6;
}

.p-price {
  padding: 2.25rem 0 7rem;
}
@media screen and (min-width: 769px) {
  .p-price {
    padding: 5rem 0 15rem;
  }
}

.p-price__inner {
  position: relative;
}

.p-price__title {
  width: 26rem;
  margin: 0 auto 2.5rem;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
}
@media screen and (min-width: 769px) {
  .p-price__title {
    width: 50.3rem;
    margin: 0 auto 5rem;
    -webkit-transform: translateX(8rem);
            transform: translateX(8rem);
  }
}

.p-price__deco {
  position: absolute;
}
.p-price__deco.__01 {
  width: 5.25rem;
  left: 0.75rem;
  top: 2rem;
}
@media screen and (min-width: 769px) {
  .p-price__deco.__01 {
    width: 14.9rem;
    left: 2.4rem;
    top: 22.5rem;
  }
}
.p-price__deco.__02 {
  width: 3.8rem;
  right: 0.3rem;
  top: 28rem;
}
@media screen and (min-width: 769px) {
  .p-price__deco.__02 {
    width: 10rem;
    right: 2.5rem;
    top: auto;
    bottom: -6.7rem;
  }
}
.p-price__deco.__03 {
  width: 8.5rem;
  left: -0.2rem;
  bottom: -4.5rem;
}
@media screen and (min-width: 769px) {
  .p-price__deco.__03 {
    width: 17.4rem;
    left: 2rem;
    bottom: -6rem;
  }
}

.p-reasonable {
  background: #fff9c0;
  padding: 2.5rem 0 4rem;
}
@media screen and (min-width: 769px) {
  .p-reasonable {
    padding: 8rem 0 11rem;
  }
}

.p-reasonable__title {
  width: 23.5rem;
  margin: 0 auto 2rem;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
@media screen and (min-width: 769px) {
  .p-reasonable__title {
    width: 76.5rem;
    margin: 0 auto 3.5rem;
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
}

@media screen and (min-width: 769px) {
  .p-reasonable__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.p-reasonable__contents_img {
  border-radius: 0.85rem;
  overflow: hidden;
  width: 88.2%;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-reasonable__contents_img {
    border-radius: 1.7rem;
    width: 36.7%;
    margin: 0;
  }
}

.p-reasonable__contents_text {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-reasonable__contents_text {
    width: 60%;
    line-height: 2;
  }
}

.p-reasonable__btn {
  margin: 3rem auto 1rem;
}
@media screen and (min-width: 769px) {
  .p-reasonable__btn {
    max-width: 68.7rem;
    margin: 4rem auto 2rem;
  }
}

.p-reasonable__btn_note {
  font-size: 1.1rem;
  opacity: 0.8;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-reasonable__btn_note {
    font-size: 1.4rem;
  }
}

.p-reasonable__info {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  padding: 3.5rem 2rem 3rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-reasonable__info {
    border-radius: 2rem;
    padding: 6rem 5rem 6.5rem;
    margin-top: 3rem;
  }
}

.p-reasonable__info_title {
  width: 18.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-reasonable__info_title {
    width: 55.5rem;
  }
}

.p-reasonable__info_contents {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-reasonable__info_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
  }
}

.p-reasonable__info_contents_img {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .p-reasonable__info_contents_img {
    width: 44.4%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-reasonable__info_contents_text {
    width: 50%;
  }
}
.p-reasonable__info_contents_text p {
  line-height: 1.6;
  margin-bottom: 1.7rem;
}
@media screen and (min-width: 769px) {
  .p-reasonable__info_contents_text p {
    margin-bottom: 2.4rem;
  }
}
.p-reasonable__info_contents_text ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.2rem;
  line-height: 2;
}
.p-reasonable__info_contents_text ul li::before {
  content: "・";
  color: #009a3e;
  line-height: 2;
}

.p-reasonable__web {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  padding: 0 2.2rem 0 2.2rem;
  margin-top: 5rem;
}
@media screen and (min-width: 769px) {
  .p-reasonable__web {
    border-radius: 2rem;
    padding: 0 7rem 4rem 9rem;
    margin-top: 9rem;
  }
}

.p-reasonable__web_img {
  -webkit-transform: translateY(-2.5rem);
          transform: translateY(-2.5rem);
}
@media screen and (min-width: 769px) {
  .p-reasonable__web_img {
    -webkit-transform: translateY(-3.5rem);
            transform: translateY(-3.5rem);
  }
}

.p-checkpoint {
  background: #fffdf0;
  padding: 3.5rem 0 4.2rem;
}
@media screen and (min-width: 769px) {
  .p-checkpoint {
    padding: 12rem 0 9rem;
  }
}

.p-checkpoint__title {
  width: 27.5rem;
  margin: 0 auto 2.5rem;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
@media screen and (min-width: 769px) {
  .p-checkpoint__title {
    width: 44.8rem;
    margin: 0 auto 5rem;
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
  }
}

.p-checkpoint__list {
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 769px) {
  .p-checkpoint__list {
    margin-bottom: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .p-checkpoint__list_item:first-child .p-checkpoint__list_title {
    height: 4.6rem;
  }
}
.p-checkpoint__list_item:first-child .p-checkpoint__list_title img {
  width: 29rem;
  -webkit-transform: translate(0, -3.2rem);
          transform: translate(0, -3.2rem);
}
@media screen and (min-width: 769px) {
  .p-checkpoint__list_item:first-child .p-checkpoint__list_title img {
    width: 47rem;
    -webkit-transform: translate(3rem, -3rem);
            transform: translate(3rem, -3rem);
  }
}
.p-checkpoint__list_item:last-child .p-checkpoint__list_title img {
  width: 29rem;
  -webkit-transform: translate(0, -1.7rem);
          transform: translate(0, -1.7rem);
}
@media screen and (min-width: 769px) {
  .p-checkpoint__list_item:last-child .p-checkpoint__list_title img {
    width: 55rem;
    -webkit-transform: translate(-5rem, -3.5rem);
            transform: translate(-5rem, -3.5rem);
  }
}
.p-checkpoint__list_item + .p-checkpoint__list_item {
  margin-top: 1.7rem;
}
@media screen and (min-width: 769px) {
  .p-checkpoint__list_item + .p-checkpoint__list_item {
    margin-top: 7rem;
  }
}

.p-checkpoint__list_title {
  background: #009a3e;
  min-height: 4.6rem;
  max-height: 6.8rem;
  position: relative;
  padding: 1.2rem 0 1.5rem;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (min-width: 769px) {
  .p-checkpoint__list_title {
    height: 6.8rem;
    max-height: 6.8rem;
    padding: 0 0 2rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.p-checkpoint__list_title img {
  margin: 0 auto;
}

.p-checkpoint__list_detail {
  background: #fff9c0;
  border-radius: 0 0 1rem 1rem;
  padding: 2rem 2rem 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-checkpoint__list_detail {
    display: flex;
    justify-content: space-between;
    border-radius: 0 0 2rem 2rem;
    padding: 4.5rem 5rem;
  }
}
.p-checkpoint__list_detail p {
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-checkpoint__list_detail p {
    width: 63.3%;
  }
}
.p-checkpoint__list_detail p * {
  line-height: 1.6;
  font-weight: 500;
}
.p-checkpoint__list_detail a {
  color: #009a3e;
  display: inline-block;
  border-bottom: 1px solid #009a3e;
}
.p-checkpoint__list_detail figure {
  width: 73.5%;
  margin: 3rem auto 0;
}
@media screen and (min-width: 769px) {
  .p-checkpoint__list_detail figure {
    width: 33.7%;
    margin: 0;
  }
}
.p-checkpoint__list_detail figure figcaption {
  font-size: 1rem;
  text-align: right;
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .p-checkpoint__list_detail figure figcaption {
    font-size: 1.2rem;
  }
}
.p-checkpoint__list_detail.__full p {
  width: 100%;
}

.p-area {
  background: #ffe900;
  padding: 5rem 0 4.5rem;
}
@media screen and (min-width: 769px) {
  .p-area {
    padding: 11rem 0 12rem;
  }
}

.p-area__title {
  width: 13rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 769px) {
  .p-area__title {
    width: 25.5rem;
    margin: 0 auto 5rem;
  }
}

.p-area__map {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-area__map {
    border-radius: 2rem;
  }
}

.p-area__inner {
  position: relative;
}

.p-area__deco {
  position: absolute;
  right: -1rem;
  bottom: -0.5rem;
  width: 8.5rem;
}
@media screen and (min-width: 769px) {
  .p-area__deco {
    right: -5rem;
    bottom: -0.5rem;
    width: 22.3rem;
  }
}

.p-area__map_note {
  margin-top: 3rem;
  opacity: 0.8;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-area__map_note {
    position: relative;
    padding-left: 1.2em;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
}
.p-area__map_note::before {
  content: "＊";
}
@media screen and (max-width: 768px) {
  .p-area__map_note::before {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6;
  }
}