@charset "UTF-8";
/* m-box-boredrLeft-circleArrow（共通調整）
---------------------------------------------------------------------------- */
.m-box-boredrLeft-circleArrow:first-of-type {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .m-box-boredrLeft-circleArrow:first-of-type {
    margin-top: 4vw;
  }
}
/* p-mystyle
---------------------------------------------------------------------------- */
.p-mystyle {
  padding-block: 8rem 10rem;
}

.p-mystyle-read {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
}
.p-mystyle-read em {
  font-weight: 700;
  color: #F57B2A;
}

.p-mystyle-textarea {
  padding-block: 2rem;
  padding-inline: 9rem;
  width: fit-content;
  margin-inline: auto;
  margin-top: 3.5rem;
  position: relative;
}

.p-mystyle-textarea::before,
.p-mystyle-textarea::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 9rem;
  aspect-ratio: 90/123;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/assets/images/kome/mystyle/icn_rice_ear_pc.svg);
}

.p-mystyle-textarea::before {
  bottom: 0;
  left: 0;
}

.p-mystyle-textarea::after {
  top: 0;
  right: 0;
  transform: rotate(180deg);
}

.p-mystyle-txt {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
}

.p-mystyle-txt em {
  font-weight: 700;
  color: #F57B2A;
  background-image: linear-gradient(to bottom, transparent 60%, #FFE2B2 60%);
  background-repeat: no-repeat;
}

.p-mystyle-banner {
  margin-top: 7.5rem;
}

.p-mystyle-banner-link {
  display: block;
}

.p-mystyle-banner-img {
  width: 100%;
  aspect-ratio: 1100/230;
}
.p-mystyle-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-mystyle {
    padding-block: 12.8vw 13.3333333333vw;
  }
  .p-mystyle-read {
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .p-mystyle-textarea {
    padding-block: 8.8vw;
    padding-inline: 5.3333333333vw;
    margin-top: 6.9333333333vw;
  }
  .p-mystyle-textarea::before,
  .p-mystyle-textarea::after {
    width: 41.8666666667vw;
    background-image: url(/assets/images/kome/mystyle/icn_rice_ear_sp.svg);
  }
  .p-mystyle-txt {
    font-size: 4.8vw;
    line-height: 1.7777777778;
  }
  .p-mystyle-banner {
    margin-top: 12.5333333333vw;
  }
  .p-mystyle-banner-img {
    aspect-ratio: 335/240;
  }
}
