.p-top__product-point2-text,
.p-top__product-point3-text {
  /* position: relative;
  padding-left: 1.3em;
  text-align: center; */
  width: fit-content;
  margin: 10px auto 0;
}

.p-top__product-point2-text span,
.p-top__product-point3-text span {
  /* position: absolute;
  left: 0;
  bottom: -0.2em; */
}

.p-top__product-point2-title,
.p-top__product-point3-title {
  font-size: calc(24 * var(--width-ratio));
}

@media screen and (max-width: 767px) {

  .p-top__product-point2-title,
  .p-top__product-point3-title {
    font-size: calc(20 * var(--width-ratio));
  }
}

.p-top__results-item.active {
  position: relative;
}

.p-top__results-item.active::before {
  content: "";
  background-color: rgba(224, 144, 59, .7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
}

.p-top__results-item.active::after {
  content: "";
  background-image: url(../image/common/check.svg);
  background-size: 100% 100%;
  width: 33px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.p-works__box {
  box-shadow: 0 2px 0px rgba(87, 65, 9, 1);
}

.p-top__features-title-small {
  font-size: 1.3rem;
}


@media screen and (max-width: 767px) {
  .p-top__features-text p {
    font-size: 18px;
  }
}


p.p-lp__worris-wrapper-text-bottom {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-lp__worris-wrapper-text-top {
    font-size: 1rem;
  }

  p.p-lp__worris-wrapper-text-bottom {
    font-size: 16px;
  }
}

.p-lp__faq-question,
.p-lp__faq-answer {
  font-size: 20px;
}

.p-lp__faq-answer {
  padding-right: 0;
}

.p-lp__faq-answer-container {
  padding: 24px;
}

@media screen and (max-width: 767px) {

  .p-lp__faq-question,
  .p-lp__faq-answer {
    font-size: 18px;
    padding-right: 32px;
  }

  .p-lp__faq-answer {
    padding-right: 0;
  }

  .p-lp__faq-answer-container {
    padding: 24px;
  }
}

.p-lp__reason-list {
  margin-bottom: 84px;
}

.p-lp__reason-onepoint {
  margin: 0 auto 200px;
  max-width: 1058px;
  background-color: #DBB678;
  padding: 84px 36px 36px;
  position: relative;
  border-radius: 20px;
}

.p-lp__reason-onepoint::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 195px 208px 0 0;
  /* 右と下の辺に色を付ける */
  border-color: #E0903B transparent transparent transparent;
  /* 上と右の辺以外を透明にする */
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 0 0 0;
  /* 角を丸める */
  z-index: 1;
}

.p-lp__reason-onepoint-explanation {
  z-index: 2;
  position: absolute;
  top: 25px;
  left: 18.5px;
}

.p-lp__reason-onepoint-explanation-text {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin-bottom: 10px;
  color: #fff;
}

.p-lp__reason-onepoint-explanation-img {
  width: 128px;
}

.p-lp__reason-onepoint-ttl {
  position: relative;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}

.p-lp__reason-onepoint-ttl::after {
  content: "";
  display: block;
  height: 1px;
  width: 58px;
  background-color: #fff;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -11px;
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
}

.p-lp__reason-onepoint-flex {
  justify-content: space-between;
}

.p-lp__reason-onepoint-img {
  width: 50%;
}

.p-lp__reason-onepoint-text {
  width: 47%;
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  margin-top: -10px;
}

.p-lp__reason-onepoint-red {
  font-size: 24px;
  font-weight: 900;
  color: #F80808;
}

.p-lp__reason-onepoint-text .strong {
  font-size: 1.1em;
  color: #574109;
  font-weight: 700;
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-lp__reason-list {
    margin-bottom: 84px;
  }

  .p-lp__reason-onepoint {
    margin: 0 auto 84px;
    max-width: 1058px;
    width: 375px;
    background-color: #DBB678;
    padding: 144px 24px 36px;
    position: relative;
    border-radius: 20px;
  }

  .p-lp__reason-onepoint::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 165px 188px 0 0;
    /* 右と下の辺に色を付ける */
    border-color: #E0903B transparent transparent transparent;
    /* 上と右の辺以外を透明にする */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px 0 0 0;
    /* 角を丸める */
    z-index: 1;
  }

  .p-lp__reason-onepoint-explanation {
    z-index: 2;
    position: absolute;
    top: 24px;
    left: 18.5px;
  }

  .p-lp__reason-onepoint-explanation-text {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -0.06em;
    margin-bottom: 5px;
    color: #fff;
  }

  .p-lp__reason-onepoint-explanation-img {
    width: 100px;
  }

  .p-lp__reason-onepoint-ttl {
    position: relative;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
  }

  .p-lp__reason-onepoint-ttl::after {
    content: "";
    display: block;
    height: 1px;
    width: 58px;
    background-color: #fff;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -11px;
  }

  .u-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .p-lp__reason-onepoint-flex {
    justify-content: space-between;
  }

  .p-lp__reason-onepoint-img {
    width: 100%;
    margin-bottom: 24px;
  }

  .p-lp__reason-onepoint-text {
    width: 100%;
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: -10px;
  }

  .p-lp__reason-onepoint-red {
    font-size: 21px;
    font-weight: 900;
    color: #F80808;
  }

  .u-sp {
    display: block;
  }
}

@media screen and (max-width: 767px){
  .p-top__features__bnr-btn{
    position: relative;
    z-index: 1;
  }
  .p-top__case_study-slide-item-area--reason .text{
    white-space: normal;
    word-break: break-word;
  }
}


.u-pc{
  display:block;
}
.u-sp{
  display:none;
}
@media screen and (max-width: 767px){
  .p-lp__service-comparison-th-black,
  .p-lp__service-comparison-td-black{
    white-space: normal;
    padding:1.333vw 2.133vw;
    height: auto;
  }
  .p-lp__service-comparison-td-black.size-m,
  .p-lp__service-comparison-td-beige.size-m{
    font-size: 3.733vw;
    padding:3.333vw 2.133vw;
    height: auto;
    white-space: normal;
  }
  p.p-lp__service-comparison-td-black.size-m,
  p.p-lp__service-comparison-td-beige.size-m{
    padding:0;
  }
  .p-lp__service-comparison-td-black.length-s.p{
    padding: 0;
  }
  .p-lp__service-comparison-th-black.th-column {
    min-width: 40.067vw;
    height: auto;
    font-size:4.267vw;
  }
  .p-lp__service-comparison-th-beige,
  .p-lp__service-comparison-td-beige,
  .p-lp__service-comparison-th-black.length-l, .p-lp__service-comparison-th-white.length-l, .p-lp__service-comparison-td-black.length-l,
  .p-lp__service-comparison-th-black.length-m, .p-lp__service-comparison-td-black.length-m, .p-lp__service-comparison-th-white.length-m{
    font-size: 3.733vw;
    width: 58.667vw;
  }
 .p-lp__service-comparison-double-circle-white{
  padding-bottom:0;
}
  .p-lp__service-comparison-double-circle-red, .p-lp__service-comparison-circle-red, .p-lp__service-comparison-double-circle-white, .p-lp__service-comparison-circle-white--l,
  .p-lp__service-comparison-triangle-white--s,
  .p-lp__service-comparison-circle-white--s,
  .p-lp__service-comparison-triangle-white--l,
  .p-lp__service-comparison-cross-white,
  .p-lp__service-comparison-double-circle-red.padding-l,
  .p-lp__service-comparison-triangle-white--s.padding-l,
  .p-lp__service-comparison-circle-white--l.padding-s{
    width:10.667vw;
    padding-bottom:1.067vw;
  }
  .p-lp__service-comparison-triangle-white--s{

  }
  .p-lp__service-comparison-td-red{
    font-size:3.733vw;
  }
  .u-pc{
    display:none;
  }
  .u-sp{
    display:block;
  }
  .scroll-hint-icon{
    opacity: 1;
  }

  .p-lp__service-comparison-td-black.size-s{
    font-size:3.467vw;
  }
}
.p-top__case_study-slide-item-area--reason,
.p-lp__voice-slide-item-area--reason{
    margin-bottom:30px;
}
.p-top__case_study-slide-item-area--reason:last-child,
.p-lp__voice-slide-item-area--reason:last-child{
  margin-bottom:0;
}
.p-top__case_study-slide-item-area--reason .title,
.p-lp__voice-slide-item-area--reason .title{
  justify-content: center;
  text-align: center;
  width:auto;
}

.p-top__case_study-slide-item-area--title .text span.date,
.p-lp__voice-slide-item-area--title .text span.date,
.p-works__box-name span.date{
  line-height: 1;
  font-size:14px;
}
.p-top__case_study-slide-item-area--title .text span.area,
.p-lp__voice-slide-item-area--title .text span.area,
.p-works__box-name span.area{
  margin-bottom:5px;
  display: inline-block;
  font-size:18px;
}

/* for tablet miya 2025/09/04 */
@media screen and (min-width: 768px) and (max-width: 1098px) and (orientation: portrait) {
  .p-top__mv-label-text {
    /* font-size: 1.4rem; */
  }
  .p-top__mv-authority p {
    font-size: 20px;
    top: 34px;
    left: 44px;
  }
  .p-top__mv-authority-text--small {
    font-size: 0.95rem;
  }
  .p-top__mv-authority-image {
    width: 220px;
  }
  .p-top__mv-authority {
    top: -84px;
    left: 340px;
}
  .p-top__mv__circle.--01 {
    top: calc((929 / 1440) * 100vw);
    right: unset;
    left: calc((-35 / 1440) * 100vw);
    aspect-ratio: 1/1;
    width: calc((425 / 1440) * 100vw);
  }
  .p-top__mv__circle.--02 {
    top: calc((1104 / 1440) * 100vw);
    right: unset;
    left: calc((279 / 1440) * 100vw);
    aspect-ratio: 1/1;
    width: calc((300 / 1440) * 100vw);
  }
  .p-top__mv__circle.--03 {
    top: calc((1000 / 1440) * 100vw);
    right: unset;
    left: calc((472 / 1440) * 100vw);
    aspect-ratio: 1/1;
    width: calc((248 / 1440) * 100vw);
    z-index: -1;
  }
  .p-top__mv__info {
    bottom: 140px;
  }
  .p-top__product-point2-text,
  .p-top__product-point3-text {
    font-size: calc((28 / 1400) * 100vw);
    color: #574109;
  }
  .p-top__product-point4-title, .p-top__product-point5-title, .p-top__product-point6-title {
    line-height: 1.16;
    letter-spacing: 0.02em;
    color: #574109;
    font-size: calc(26 * var(--width-ratio));
    margin-top: 13px;
    font-weight: bold;
  }
  .p-top__product-point2-title,
  .p-top__product-point3-title {
    font-size: calc((36 / 1400) * 100vw);
    padding-bottom: 0.15em;
  }
  .p-top__product-point4-photo,
  .p-top__product-point5-photo,
  .p-top__product-point6-photo {
    width: calc(250 * var(--width-ratio));
    max-width: 250px;
    padding-right: 6.3%;
    object-fit: contain;
  }
  .p-top__product-point4-label, .p-top__product-point5-label, .p-top__product-point6-label {
    font-size: calc(24 * var(--width-ratio));
  }
  .p-top__product-point4-number, .p-top__product-point5-number, .p-top__product-point6-number {
    font-size: calc(40 * var(--width-ratio));
  }
  .p-top__results-list .p-top__results-item-text {
    font-size: calc(18 * var(--width-ratio));
  }
  .p-top__catalog-item-title,
  .p-top__catalog-item-title--single {
    font-size: calc(30 * 100vw / 1100);
  }
  .p-top__catalog-item-text {
    font-size: calc(21 * 100vw / 1100);
  }
  .p-top__catalog-item-image {
    width: calc(150 * 100vw / 1100);
  }
  .video-thumbnail {
    width: calc(184 * 100vw / 1100);
  }
}
@media screen and (min-width: 1099px) {
  .p-top__mv__circle.--01 {
    top: calc((-58 / 1440) * 100vw);
    right: calc((27 / 1440) * 100vw);
    aspect-ratio: 1/1;
    width: calc((326 / 1440) * 100vw);
  }
  .p-top__mv__circle.--02 {
    top: calc((170 / 1440) * 100vw);
    right: calc((-21 / 1440) * 100vw);
    aspect-ratio: 1/1;
    width: calc((211 / 1440) * 100vw);
  }
  .p-top__mv__circle.--03 {
    top: calc((344 / 1440) * 100vw);
    right: calc((127 / 1440) * 100vw);
    aspect-ratio: 1/1;
    width: calc((142 / 1440) * 100vw);
    z-index: -1;
  }
  .p-top__mv__info {
    /* bottom: 100px; */
    bottom: calc((100 / 1080) * 100vh);
  }
  .p-top__features-text p {
    max-width: 37em;
  }
  .p-top__product-point2-text, .p-top__product-point3-text {
    font-size: calc(18 * var(--width-ratio));
    color: #574109;
  }
  .p-top__product-point4-title, .p-top__product-point5-title, .p-top__product-point6-title {
    line-height: 1.16;
    letter-spacing: 0.02em;
    color: #574109;
    font-size: calc(16 * var(--width-ratio));
    margin-top: 13px;
    font-weight: bold;
  }
}

@media screen and (min-width: 1099px) and (max-height: 760px) {
  .p-top__mv__info {
    bottom: calc((50 / 1080) * 100vh);
  }
}
@media screen and (min-width: 767px) and (max-width: 999px) {
  .p-top__results-list .p-top__results-item-text {
    font-size: calc(28 * 100vw / 1000);
  }
}
@media screen and (min-width: 480px) and (max-width: 999px) {
  .p-top__results-list .p-top__results-item-text {
    font-size: calc(32 * 100vw / 1000);
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-top__catalog-list {
    gap: calc((96 / 1100) * 100vw) calc((38 / 1100) * 100vw);
  }
}
@media screen and (min-width: 1101px) and (max-width: 1400px) {
  .p-top__catalog-list {
    gap: calc((86 / 1400) * 100vw) calc((38 / 1400) * 100vw);
  }
}
@media screen and (min-width: 1401px) {
  .p-top__catalog-list {
    gap: 51px 38px;
  }
}

.md-none-ib {
  display: inline-block;
}
.md-only {
  display: none;
}
.pc-only-md-none {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .md-none-ib {
    display: none;
  }
  .pc-only-md-none {
    display: none;
  }
  .md-only {
    display: block;
  }
  .p-under__mv-ttl {
    white-space: nowrap;
  }
  .p-under__page-nav-item-link {
    font-size: 14px;
  }
  .p-under__page-nav-item:nth-of-type(2) .p-under__page-nav-item-link {
    letter-spacing: -0.1em;
  }
  .p-price__results-ttl-bottom {
    background: #fff;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 1401px) {
  .pc-only-md-none {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-under__mv {
    top: 56px;
  }
  .p-lp__reason-onepoint-ttl {
    text-align: left;
    margin-left: 131px;
  }
  .p-lp__reason-onepoint-ttl::after {
    transform: unset;
    left: 0;
    bottom: -11px;
  }
  .p-lp__reason-onepoint-img img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
  }
  .p-customer__table td, .p-customer__table td {
    text-align: left;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1401px) {
  .h1-japan-image {
    top: -73px;
    width: 120px;
    left: calc(50vw + 398px);
    transform: none;
  }
}

