@charset "UTF-8";
/* ========================================
ホワイトリペア
=========================================== */
/* ------------------------------------------
共通　
-----------------------------------------  */
main{
  color: #333333;
}
img {
  max-width: 100%;
  height: auto;
}
dt{
  display: inline-block;
  font-weight: normal;
}
dd{
  display: inline-block;
}

.info{
  font-size: 0.8rem;
  margin-top: 1em;
  text-align: left;
}
.note{
  font-size: 0.8rem;
}
.jump{
  text-decoration: underline;
}

@media screen and (min-width: 768px){
  .br-sp {display: none; }
}
@media screen and (max-width: 767px) {
  .br-pc {display: none; }
}


/* ------CARTデザイン------- */
.cart form {
  height: fit-content;
  margin-top: 1em;
  height: 40px;
  display: flex;
  width: 100%;
  margin-inline: auto;
}
.present-banner_small{
  width: 100%;
}
.product .present-banner_small .info{
  font-size: 13px;
}
.select_wrapper{
  width: 55px;
  margin-right: 5px;
  height: 40px;
}
.select_wrapper select {
  font-size: 16px;
}
.cart_btn {
  font-weight: bold;
  align-items: center;
  display: inline-block;
  align-items: center;
  color: #fff;
  padding: 0.5rem;
  background-color: #858585;
  position: relative;
  width: calc(100% - 60px);
  height: 100%;
}
.cart_btn-present{
  font-weight: bold;
  align-items: center;
  display: inline-block;
  align-items: center;
  color: #fff;
  padding: 0.5rem;
  background-color: #858585;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.cart_btn:before{
  background-color: #858585;
  background: url(/assets/whiterepair/img/icon_cart.svg) ;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 19px;
  left: 30px;
  width: 18px;
}
.cart_btn:after{
  background-color: #858585;
  background: url(/assets/whiterepair/img/icon_arrow.svg) ;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 4px;
  right: 30px;
  width: 18px;
}
.cart_btn-present:after{
  background-color: #858585;
  background: url(/assets/whiterepair/img/icon_plus.svg) ;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 58%;
  text-align: center;
  transform: translate(0, -50%);
  height: 19px;
  right: 30px;
  width: 18px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .present-banner_small{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .select_wrapper select {
    background-position: center right 1.5vw;
    padding: 1.2vw 2vw 1.2vw 2vw;
  }
  .select_wrapper{
    width: 65px;
    margin-right: 5px;
    height: 40px;
  }
  .cart_btn {
    width: calc(100% - 65px);
    height: 100%;
  }
}


#whiterepair{
  color: #333333;
  background-color: #FFF;

  
  /* ------------------------------------------
  KV
  -----------------------------------------  */
  
  .kv{
    background:
      url('/assets/whiterepair/img/kv_sun.png') no-repeat right top / contain, 
      linear-gradient(113deg, #B2E0FF 0%, #F0FDFF 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }
  
  .kv__inner{
    padding-block: min(70px, 5vw);
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  
  @media screen and (max-width: 768px) {
    .kv__inner{
      flex-direction: column;
    }
  }
  
  
  /* ------------------------------------------
  CONCEPT
  -----------------------------------------  */
  .concept{
    text-align: center;
    background-image: url(/assets/whiterepair/img/bg_concept.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding-block: 80px;
    padding-inline: 10px;
  }
  .concept__title{
    font-size: clamp(20px , 5vw ,25px);
    font-family: "\6E38\660E\671D\4F53", "Yu Mincho", YuMincho, serif;
    text-align: center;
    line-height: 2;
    margin-bottom: 2em;
  }
  .concept__lead{
    font-size: 20px;
    font-size: clamp(16px , 3vw ,20px);
    line-height: 2;
    text-align: center;
  }
  @media screen and (max-width: 768px) {
    .concept{
      padding-bottom: 80px;
    }
  }
  .logo_momotani{
    width: 50%;
    max-width: 260px;
    min-width: 250px;
    margin-bottom: 20px;
  }
  
  /* ------------------------------------------
  PRODUCT
  -----------------------------------------  */
  .product{
    width: 100%;
    background: #FFF;
    padding-bottom: 90px;
  }
  .product-wrap{
    padding-top: 150px;
    display: flex;
    width: 100%;
    max-width: 1000px;
    justify-content: space-between;
    align-items: start;
    margin-inline: auto;
  }
  .product__icon{
    max-width: 175px;
    position: absolute;
    left: 10px;
    top: -55px;
    width: fit-content;
  }
  .product__item{
    position: relative;
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product__caption{
    width: 37%;
    text-align: left;
    overflow-y: auto; /* 必要に応じてスクロール */
  }
  .product__title{
    font-size: clamp(23px , 3vw,25px );
    font-weight: bold;
  }
  .detail{
    margin-top: 1em;
  }
  .detail-price{
    margin-top: 0;
  }

  .off-catch_wrap{
    width: 100%;
    box-sizing: border-box;
    background-color: #FDEEED;
    text-align: center;
    padding: 5px 0;
    margin-top: 1em;
  }
  .product .info{
    font-size: 15px;
    padding-left: 1em;  /* 全体を1文字分右にずらす */
    text-indent: -1em;  /* 1行目だけ左に戻す */
  }
  .present-small{
    margin-top: 25px;
    width: 100%;
    padding: 40px 20px 20px;
    text-align: center;
    background-color: #FFF9E8;
    border-radius: 10px;
  }
  
  @media screen and (max-width: 768px) {
    .product{
      padding-bottom: 9vw;
    }
    .product-wrap{
      flex-direction: column;
      padding-top: 19vw;
      justify-content: center;
      align-items: center;
      padding-inline: 10px;
      gap: 10vw;
    }
    .product__caption{
      width: 100%;
    }
    .product__item{
      width: 100%;
      max-width: 600px;
    }
    .product__icon{
      width: 35%;
      left: 10px;
      top: -10%;
    }
  }
  
  
  /* 表示切替　*/
  .ja-switch {
    display: none;
  }
  
  .ja-switch.is-show {
    display: block;
    animation: appear 0.8s ease;
  }
  
  @keyframes appear {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  
  @media screen and (max-width: 767px) {
    .ja-switch.is-show {
      display: block;
    }
  }
  
  
  /* ------------------------------------------
  CONTENTS01
  -----------------------------------------  */

  .contents{
    text-align: center;
  }

  /* ------------------------------------------
  CONTENTS01
  -----------------------------------------  */
  .contents01{
    background-color: #F0FDFF;
    padding-bottom: min(10vw , 90px);
  }
  .contents01__bg{
    background: linear-gradient(to bottom, #F6F6F6, #FFFFFF);
    width: 100%;
    padding: 90px 0;
    margin: 0 auto;
  }
  .contents01__line img{
    width: 100%;
  }
  .contents01__wrap{
    width: 95%;
    margin: 0 auto;
    max-width: 800px;
    border: #2B397C solid 2px;
    border-radius: 12px;
    position: relative;
    padding: 5em 1em 3em;
  }
  .contents01__ttl{
    color: #FFF;
    background-color: #2B397C;
    display: inline-block;
    padding: 0.5em 0.8em;
    letter-spacing: 0.2em;
    text-wrap: nowrap;
    border-radius: 60px;
    font-weight: bold;
    font-size: clamp(18px , 4vw , 30px);
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%);
  }
  .contents01__ttl span{
    font-size: 1.5em;
  }
  .contents01__list{
    width: fit-content;
    margin: 0 auto;
  }
  .contents01__list li{
    margin: 0 auto;
    text-align: left;
    line-height: 2.5;
    color: #2B397C;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: clamp(18px , 3vw , 24px);
  }
  .contents01__list li::before{
    content: "";
    display: inline-block;
    background-image: url("../img/icon_check.svg");
    width: 32px;
    height: 30px;
    margin-right: 0.5em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  @media screen and (max-width: 768px) {
    .contents01-wrap{
      padding: 10vw 10px calc(10vw - 40px);
      max-width: 600px;
    }
    .contents01__img{
      width: 95%;
      margin: 0 auto;
    }
  }
  
  /* ------------------------------------------
  CONTENTS02
  -----------------------------------------  */
  .contents02{
    padding-bottom: min(10vw , 90px);
    background-color: #F0FDFF;
  } 
  .contents02-wrap{
    padding-block: min(5vw , 70px);
    background-color: #FFFFFF;
    max-width: 1000px;
    width: 95%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
  }
  .contents02__ttl{
    font-size: clamp(18px , 4vw , 28px);
    text-align: center;
    margin-bottom: 1em;
  }
  .contents02__ttl span{
    font-size: 1.4em;
    text-decoration: underline #333333 solid 1.5px;
    text-underline-offset: 4px;
    font-weight: bold;
  }
  .contents02__sub-ttl{
    margin-top: 3em;
    margin-bottom: 1.3em;
    font-size: clamp(18px , 4vw , 20px);
    font-weight: bold;
  }
  .contents02__sub-ttl span{
    font-size: 1.8em;
    color: #2B397C;
    text-decoration: underline #2B397C solid 1.5px;
    text-underline-offset: 4px;
  }
  .contents02 img{
    margin: 0 auto;
    width: 95%;
    max-width: 500px;
  }
  .contents02__lead{
    font-size: clamp(16px , 3vw , 18px);
    line-height: 1.8;
    font-weight: bold;
  }
  .contents02__lead span{
    color: #EB2135;
  }
  @media screen and (max-width: 768px) {
    .contents02__ttl span{
      font-size: 1.2em;
    }
    .contents02__sub-ttl span{
      font-size: 1.6em;
    }
  }

  /* ------------------------------------------
  CONTENTS03
  -----------------------------------------  */
  .contents03{
    width: 100%;
    padding-inline: 2.5%;
    background-color: #F0FDFF;
    margin: 0 auto;
    padding-top: min(10vw , 90px);
    padding-bottom: min(6vw , 90px);
  }
  @media screen and (max-width: 768px) {

  }
  
  /* ------------------------------------------
  POINT共通
  -----------------------------------------  */
  .wr__point{
    margin-bottom: min(14vw , 120px);
  }
  .point__ttl-wrap{
    width: 95%;
    max-width: 880px;
    margin: 0 auto;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B3E5FF;
    background: linear-gradient(to right, #B7E7FF ,#DBF3FF , #B7E7FF);
    position: relative;
    margin-bottom: min(5vw , 40px);
  }
  .icon_point-num{
    position: absolute;
    left: -1.2em;
    top: -1.5em;
  }
  .wr__point h5{
    font-size: clamp(22px , 4vw , 36px);
    display: inline-block;
    transform: skewX(-15deg);
    font-weight: bold;
  }
  @media screen and (max-width: 768px) {
    .point__ttl-wrap{
      height: 20vw;
    }
    .wr__point h5{
      font-size: clamp(16px , 4vw , 23px);
      padding-left: 2em;
    }
    .icon_point-num{
      width: 20vw;
      left: -2vw;
      top: -3.5vw;
    }
    .point__img{
      width: 95%;
    }
  }


  /* ------------ POINT03 ---------  */

  .point03__txt {
    font-size: clamp(16px , 3.6vw , 25px);
  }
  .point03__txt span {
    font-weight: bold;
    font-size: 1.2em;
    text-decoration: underline solid #333333 1px;
    text-underline-offset: 4px;
    line-height: 2;
  }
  
  /* ------------------------------------------
  HOW TO
  -----------------------------------------  */
  .howto{
    background-color: #FFF; 
    padding-bottom: min(10vw , 90px);
  }
  .howto__wrap{
    width: 95%;
    max-width: 800px;
    border: #333333 solid 1px;
    margin: 0 auto;
    text-align: left;
    padding: 1em;
  }
}