.sugosto *,.sugosto *:before,.sugosto *:after{
  box-sizing: border-box;
}
.sugosto img{display: inline;}




body{
  overflow-x: hidden;
}
.pc_only{
  display: none;
}
.content-inner{
  width: 100%;
  padding: 0 2rem;
}
.content-border{
  border-top: 1rem solid #3D6FE3;
}
.content-border-bottom{
  border-bottom: 1rem solid #3D6FE3;
}
.mv,
.mv-slider{
  background-color: #F1EA19;
}

.mv-slide-item img{
  width: 100%;
  height: auto;
}
.line-up{
  padding: 4vw 0 9.33vw;
  display: block;
  background-image: url(../../../../img/usr/freepage/sugosto/bg_line-up_sp.png);
  background-size: 100% 100%;
}
.line-up__content{
  display: flex;
  flex-direction: column;
}
.line-up__title{
  width: 100%;
}
.line-up__title img{
  width: 100%;
  height: auto;
}
.line-up__lists{
  padding: 0 2.67vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.line-up__item{
  width: calc((100% - 14.29%) / 2);
}
.line-up__item .line-up__product > img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
/* .line-up__item:nth-child(1) .line-up__product > img{
  width: 78.79%;
}
.line-up__item:nth-child(2) .line-up__product > img{
  width: 61.36%;
} */
.product-name{
  margin-top: 2.82vw;
  font-size: clamp(0.875rem, 0.591rem + 1.21vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0;
}
.product-pice{
  font-size: clamp(0.875rem, 0.591rem + 1.21vw, 1.5rem);
  font-weight: bold;
}
.product-pice > small{
  font-size: 0.66em;
}
.product-icon{
  margin-right: 1rem;
  padding: 0 .6rem;
  font-size: clamp(0.688rem, 0.489rem + 0.85vw, 1.125rem);
  line-height: clamp(0.688rem, 0.489rem + 0.85vw, 1.125rem);
  border: 1px solid #000;
  background-color: #fff;
}
.btn-area{
  margin-top: 2rem;
}
.cart-btn{
  width: 100%;
  padding: .5rem 0;
  display: block;
  color: #fff;
  font-size: clamp(0.875rem, 0.591rem + 1.21vw, 1.5rem);
  text-align: center;
  background-color: #000;
}
.cart-btn:visited,
.cart-btn:link{
  color: #fff;
}
.bg-wave{
  position: relative;
}
.bg-wave:before{
  content: '';
  width: 100%;
  height: 2.7rem;
  display: block;
  background-image: url(../../../../img/usr/freepage/sugosto/bg_wave_sp.png);
  background-repeat: unset;
  background-size: 100% 100%;
  position: absolute;
  top: -2.7rem;
  z-index: 1;
}
.about-head{
  padding: 2.67vw 0 5.33vw;;
  background-color: #F1EA19;
}
.about-head__lead{
  font-size: clamp(0.75rem, 0.182rem + 2.42vw, 2rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.about-head__lead > .text-large{
  font-size: 1.55em;
}
.about-head__lead img{
  width: auto;
  height: 1.8em;
  margin-bottom: 0;
  display: inline-block;
}
.about-head__title{
  text-align: center;
}
.about-head__title img{
  width: 30.27vw;
  max-width: 22.7rem;
  height: auto;
}
.about-intoro-product{
  padding: 5.33vw 0;
  background: rgb(92,206,85);
  background: linear-gradient(90deg, rgba(92,206,85,1) 0%, rgba(92,206,85,1) 50%, rgba(255,157,0,1) 50%, rgba(255,157,0,1) 100%);
}
.about-intoro--movie{
  width: 100%;
  height: 57rem;
  margin: 0 auto;
}
.about-intoro--movie iframe{
  width: 100%;
}
.about-intoro-feature{
  width: 89.01%;
  margin: 2rem auto 0 12vw;
}
.about-product__content{
  background-image: url(../../../../img/usr/freepage/sugosto/bg_silver_sp.png);
  background-size: 100% 100%;
}
.ranking{
  padding-top: 4vw;
}
.ranking-title{
  font-size: clamp(1rem, 0.261rem + 3.15vw, 2.625rem);
  font-weight: bold;
  text-align: center;
}
.ranking-graph{
  margin: 3.2vw 0 2.67vw;
  text-align: center;
}
.ranking-graph__caption{
  font-size: clamp(0.625rem, 0.455rem + 0.73vw, 1rem);
  text-align: right;
}
.feature{
  padding-bottom: 29.33vw;
}
.feature.bg-wave{
  position: relative;
}
.feature.bg-wave::before {
  top: unset;
  bottom: 4.8rem;
  z-index: 1;
}
.feature.bg-wave::after{
  content: '';
  width: 100%;
  height: 12.8vw;
  display: block;
  background-color: #F1EA19;
  position: absolute;
  bottom: 0;
}
.feature-head{
  padding: 2.67vw 0 4vw;
  background-color: #F1EA19;
  position: relative;
}
.feature-title{
  font-size: clamp(1rem, 0.091rem + 3.88vw, 3rem);
  font-weight: bold;
  text-align: center;

}
.feature-title::after{
  content: '';
  width: 11.47vw;
  height: 9.07vw;
  display: block;
  background-image: url(../../../../img/usr/freepage/sugosto/img_arrow_under.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: -6.67vw;
  left: 50%;
  transform: translateX(-50%);
}
.feature-title > img{
  width: 28.53vw;
  max-width: 21.4rem;
  margin-right: .8rem;
  display: inline-block;
}
.feature-lists{
  margin-top: 10.4vw;
}
.feature-item{
  list-style: none;
}
.feature-item:not(:first-child){
  margin-top: 8vw;
}
.feature-item__title{
  width: fit-content;
  margin-left: 2.67vw;
  padding: 0 2.67vw 0.4vw;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: clamp(1rem, 0.318rem + 2.91vw, 2.5rem);
  font-weight: bold;
  background-color: #000;
  position: relative;
  z-index: 1;
}
.feature-item__title .number{
  margin-right: 1.6vw;
  font-size: clamp(1.813rem, 0.733rem + 4.61vw, 4.188rem);
  line-height: 1;
}
.feature-item__text{
  width: 100%;
  margin-top: -4vw;
  padding: 6.93vw 2.67vw 2.67vw;
  font-size: clamp(0.875rem, 0.364rem + 2.18vw, 2rem);
  font-weight: bold;
  letter-spacing: -0.01em;
  background-color: #fff;
}
.review{
  padding: 9.6vw 0 12.67vw;
  background-color: #F1EA19;
}
.review-title{
  font-size: clamp(1.125rem, 0.273rem + 3.64vw, 3rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
.review-slide{
  margin-top: 5.33vw;
  padding: 0 1rem 5rem;
}
.review-slide-wrap {
  position: relative;
}
.review .swiper-wrapper{
  padding-right: 2rem;
}
.review-slide-item{
  height: auto;
  padding: 4vw 4vw 5.33vw;
  background-color: #fff;
  border: .2rem solid #000;
}
.review-summary__line{
  display: flex;
  flex-direction: column;
}
.review-sumary__title,
.revie-summary__text{
  font-size: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0;
}
.review-comment{
  margin-top: 4vw;
  padding-top: 4vw;
  font-size: clamp(0.875rem, 0.648rem + 0.97vw, 1.375rem);
  font-weight: bold;
  border-top: 1px solid #000;
}
.swiper-button-prev,
.swiper-button-next{
  transform: translateY(-50%);
}
.swiper-button-prev{
  left: -1rem;
}
.swiper-button-prev:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 1.7rem solid transparent;
    border-bottom: 1.7rem solid transparent;
    border-right: 2.9rem solid #000000;
    border-left: 0;
    font-size: 0;
}
.swiper-button-next{
  right: -1rem;
}
.swiper-button-next:after{
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.7rem solid transparent;
  border-bottom: 1.7rem solid transparent;
  border-left: 2.9rem solid #000000;
  border-right: 0;
  font-size: 0;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal{
  top: unset;
  bottom: 5rem;
}
.swiper-pagination-bullet{
  width: 8vw;
  height: 1.6vw;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #B8B7B8;
}
.swiper-pagination-bullet + .swiper-pagination-bullet{
  margin-left: 2rem;
}
.review .note{
  text-align: right;
}
.point-mv{
  padding: 5.33vw 0 43.73vw;
  text-align: center;
  background-image: url(../../../../img/usr/freepage/sugosto/bg_point_sp.png);
  background-size: 100% 100%;
  position: relative;
}
.point-mv::after{
  content: '';
  width: 42.67vw;
  height: 40.93vw;
  display: block;
  background-image: url(../../../../img/usr/freepage/sugosto/img_point_illust_sp.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.point .point-mv__lead-image{
  width: 64vw;
  max-width: 48rem;
  margin-top: 6.4vw;
  display: inline-block;
}
.point-mv__lead-top{
  font-size: clamp(1.125rem, 0.557rem + 2.42vw, 2.375rem);
  font-weight: bold;
  text-align: center;
}
.point-mv__lead-bottom{
  margin-top: 8vw;
  font-size: clamp(1.125rem, 0.557rem + 2.42vw, 2.375rem);
  font-weight: bold;
}
.point-banner{
  padding: 5.33vw 0;
  text-align: center;
  background-color: #F1EA19;
}
.point-lead{
  padding: 6.27vw 0 8vw;
}
.point-lead__text{
  font-size: clamp(1rem, 0.489rem + 2.18vw, 2.125rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2.31em;
}
.point-lead__text > .text-large{
  font-size: 1.25em;
}
.text-marker{
  position: relative;
  display: inline-block;
}
.text-marker::after{
  content: '';
  width: 100%;
  height: 1.07vw;
  display: block;
  background: rgb(208,208,208);
  background: linear-gradient(45deg, rgba(208,208,208,1) 0%, rgba(198,197,196,1) 33%, rgba(207,206,206,1) 66%, rgba(175,171,170,1) 100%);
}
.point-content-head{
  height: 12.67vw;
  background: rgb(208,208,208);
  background: linear-gradient(45deg, rgba(208,208,208,1) 0%, rgba(182,182,182,1) 30%, rgba(220,220,220,1) 60%, rgba(173,178,181,1) 80%, rgba(175,172,170,1) 100%);
}
.point-content-head .content-head__inner{
  height: 100%;
}
.content-head__inner{
  width: 100%;
  display: flex;
  align-items: center;
}
.point-content-head .content-head__inner > img{
  width: auto;
  height: 100%;
  margin-right: 3.73vw;
  display: inline-block;
}
.point-content-head__title{
  font-size: clamp(2.125rem, 1.159rem + 4.12vw, 4.25rem);
  font-weight: bold;
  display: flex;
  align-items: baseline;
  flex-grow: 1;
}
.point-content-head__title > small{
  margin-left: 6.67vw;
  display: inline-block;
  font-size: clamp(0.625rem, 0.17rem + 1.94vw, 1.625rem);
}
.point-content__detail{
  padding: 5.33vw 0 2.67vw;
}
.point-sub-title{
  text-align: center;
}
.point-content__detail-image{
  margin-top: 2.4vw;
  text-align: center;
}
.point-content__gard-detail{
  padding: 5.33vw 2.67vw 16vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FF9D00;
  position: relative;
}
.point-content__gard-detail::after{
  content: '';
  width: 21.87vw;
  height: 21.87vw;
  display: block;
  background-image: url(../../../../img/usr/freepage/sugosto/img_point-gard-illust.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: 2.67vw;
  right: 5.33vw;
}
.point-content__gard-point-title{
  position: absolute;
  top: 28.8vw;
}
.point-content__gard-point-detail{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.point-content__gard-point-imgae{
  width: 50%;
}
.point-content__gard-point-detail + .point-content__gard-point-detail{
  margin-top: 20vw;
  flex-direction: row;
}
.point-content__gard-point-text{
  padding-top: 5.07vw;
  font-size: clamp(0.875rem, 0.193rem + 2.91vw, 2.375rem);
  font-weight: bold;
  text-align: center;
  position: relative;
}
.point-content__gard-point-text::after{
  content: '';
  width: 10rem;
  height: .9rem;
  display: block;
  background-image: url(../../../../img/usr/freepage/sugosto/img_wave-line.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 5rem);
}
.point02-content__summary{
  margin-top: 4.48vw;
  display: flex;
  align-items: center;
}
.point02-content__summary-image{
  width: 36.42vw;
  max-width: 24.4rem;
}
.point02-content__summary-text{
  margin-left: 2.39vw;
  font-size: clamp(0.875rem, 0.364rem + 2.18vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.57em;
}
.point02-content__image{
  margin-top: 4.48vw;
}
.point-content__funcion{
  margin-top: 8vw;
}
.point-content__funcion-title{
  margin-top: 4vw;
  text-align: center;
}
.point-content__funcion-title > span{
  padding: 0 10.67vw;
  font-size: clamp(1.5rem, 0.534rem + 4.12vw, 3.625rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  position: relative;
}
.point-content__funcion-title > span::before,
.point-content__funcion-title > span::after{
  content: '';
  width: 7.33vw;
  height: 0.9vw;
  display: block;
  background-color: #000;
  border-radius: 1rem;
  position: absolute;
  bottom: 1.49vw;
}
.point-content__funcion-title > span::before{
  left: 0;
  transform: rotate(45deg);
}
.point-content__funcion-title > span::after{
  right: 0;
  transform: rotate(-45deg);
}
.point-content__funcion-lists{
  margin-top: -4vw;
  padding: 8vw 5.33vw;
  background-color: #5CCE55;
}
.point-content__funcion-item{
  width: 100%;
  height: 25.22vw;
  padding: 2.24vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}
.point-content__funcion-item::after{
  content: '';
  width: 1.79vw;
  height: 20.9vw;
  display: block;
  background-image: url(../../../../img/usr/freepage/sugosto/img_wave-line_vertical.png);
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
}
.point-content__funcion-item:not(:first-child){
  margin-top: 4.48vw;
}
.point-content__funcion-item__title{
  width: 50%;
  font-size: clamp(1rem, 0.375rem + 2.67vw, 2.375rem);
  font-weight: bold;
  text-align: center;
}
.point-content__funcion-item__text{
  width: 50%;
  font-size: clamp(1rem, 0.602rem + 1.7vw, 1.875rem);
  font-weight: bold;
  text-align: center;
}
.product{
  padding: 0 0 26.67vw;
}
.product.bg-wave::before{
  top: unset;
  bottom: 4.8rem;
}
.product.bg-wave::after{
  content: '';
  width: 100%;
  height: 12.8vw;
  display: block;
  background-color: #F1EA19;
  position: absolute;
  bottom: 0;
}
.product-head.bg-wave::before{
    transform: rotate(180deg);
    top: unset;
    bottom: -2.7rem;
}
.product-head{
  padding-top: 2.67vw;
  background-color: #F1EA19;
}
.product-head__title{
  text-align: center;
}
.product-head__title > img{
  width: 37.33vw;
  max-width: 28rem;
  height: auto;
}
.product-lead{
  padding: 16vw 10.67vw 0;
  text-align: center;
}
.product-lists{
  margin-top: 8vw;
  padding: 0 5.33vw;
}
.product-item:not(:first-child){
  margin-top: 12vw;
}
.product-card{
  display: flex;
  justify-content: space-between;
}
.product-card__detail{
  width: 50%;
}
.product-card__image{
  width: 50%;
  text-align: center;
}
/* .product-card__image > img{
  max-width: 11.7rem;
} */
.product-card_name{
  font-size: clamp(1rem, 0.773rem + 0.97vw, 1.5rem);
  font-weight: bold;
}
.product-card_price{
  margin-top: 2.67vw;
  font-size: clamp(1.125rem, 0.841rem + 1.21vw, 1.75rem);
  font-weight: bold;
  text-align: right;
}
.product-card_price > small{
  font-size: 0.6em;
}
.product-card_name > .icon-text{
  padding: 0.8vw 1.73vw;
  font-size: clamp(0.875rem, 0.761rem + 0.48vw, 1.125rem);
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
}
.product-card__variation{
  margin-top: 2.27vw;
  padding-top: 3.47vw;
  border-top: 1px solid #000;
}
.product-card__detail-line{
  display: flex;
  align-items: flex-start;
}
.product-card__detail-line + .product-card__detail-line{
  margin-top: 4.78vw;
}
.product-card__detail_title{
  padding: 0.93vw 2.4vw;
  font-size: clamp(0.75rem, 0.636rem + 0.48vw, 1rem);
  font-weight: bold;
  border-radius: 2.4vw;
  background: rgb(208, 208, 208);
  background: linear-gradient(45deg, rgba(208, 208, 208, 1) 0%, rgba(198, 197, 196, 1) 33%, rgba(207, 206, 206, 1) 66%, rgba(175, 171, 170, 1) 100%);
}
.product-card__detail_text{
  margin-left: 2.13vw;
}
.product-card__detail_text > .size-icon{
  padding: 0.67vw 1.6vw;
  font-size: clamp(0.75rem, 0.58rem + 0.73vw, 1.125rem);
  background-color: #fff;
  border: 1px solid #000;
}
.size-icon + .size-icon{
  margin-left: 0.8vw;
}
.color-list{
  display: flex;
  flex-direction: column;
}
.color-item{
  display: flex;
  align-items: center;
}
.color-item + .color-item{
  margin-top: 1.33vw;
}
.color-item img{
  width: 2.3rem;
  height: 2.3rem;
}
.color-item > figcaption{
  margin: 0 0 0 2.39vw;
  font-size: clamp(0.625rem, 0.511rem + 0.48vw, 0.875rem);
}
@media screen and (min-width:75rem){
  .sp_only{
    display: none;
  }
  .pc_only{
    display: block;
  }
  .content-inner{
    max-width: 124rem;
    margin: 0 auto;
  }
  .sugosto{
    border: none;
  }
  .content-border{
    border: none;
  }
  .content-border-bottom{
    border: none;
  }
  .line-up{
    padding-bottom: 18.2rem;
    background-image: url(../../../../img/usr/freepage/sugosto/bg_line-up.png);
  }
  .line-up__lists{
    width: 54.44%;
    padding: 0;
  }
  .line-up__content{
    width: 100%;
    max-width: 108rem;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .line-up__title{
    width: 32%;
    max-width: 35.4rem;
  }
  .line-up__item{
    width: calc((100% - 6rem) / 2);
    max-width: 26.4rem;
  }
  /* .line-up__item:nth-child(2) .line-up__product > img{
    max-width: 20rem;
    margin: 0 auto;
    display: block;
  } */
  .bg-wave:before{
    content: '';
    width: 100%;
    height: 14.2rem;
    display: block;
    background-image: url(../../../../img/usr/freepage/sugosto/bg_wave.png);
    background-repeat: unset;
    background-size: 100% 100%;
    position: absolute;
    top: -14.2rem;
    z-index: 1;
  }
  .about-head__lead > .text-large{
    font-size: 1.25em;
  }
  .about-head__lead img{
    margin-bottom: 0.8em;
  }
  .about-head__title img{
    width: 26.67vw;
    max-width: 32rem;
  }
  .about-intoro-product{
    padding: 0 0 7.5rem;
    background: rgb(92,206,85);
    background: linear-gradient(360deg, rgba(92,206,85,1) 0%, rgba(92,206,85,1) 50%, rgba(255,157,0,1) 50%, rgba(255,157,0,1) 100%);
  }
  .about-intoro--movie{
    width: auto;
    max-width: unset;
    height: auto;
  }
  .about-intoro--movie iframe{
    width: 37rem;
    height: 65.8rem;
  }
  .about-intoro-product__content{
    padding-top: 8rem;
    display: flex;
    justify-content: center;
  }
  .about-intoro--movei{
    width: 40vw;
    max-width: 48rem;
  }
  .about-intoro-feature {
    width: auto;
    margin: 0 0 0 11rem;
  }
  .about-product__content{
    background-image: url(../../../../img/usr/freepage/sugosto/bg_silver.png);
    background-size: 100% 100%;
  }
  .ranking{
    padding: 6rem;
  }
  .ranking-graph{
    max-width: 108rem;
    margin: 4rem auto 0;
  }
  .ranking-graph__caption{
    max-width: 108rem;
    margin: 1.5rem auto 0;
  }
  .feature{
    padding-bottom: 20rem
  }
  .feature.bg-wave::after{
    content: none;
  }
  .feature.bg-wave::before{
    bottom: 0;
  }
  .feature-head{
    padding: 3rem 0 5rem;
  }
  .feature-title{
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .feature-title::after{
    width: 12.3rem;
    height: 9.7rem;
    bottom: -6rem;
  }
  .feature-lists{
    margin-top: 9rem;
  }
  .feature-item:not(:first-child){
    margin-top: 3rem;
  }
  .feature-item__title{
    margin-left: 6rem;
    padding: 0 2rem .4rem;
  }
  .feature-item__title .number{
    margin-right: 1.6rem;
  }
  .feature-item__text{
    margin-top: -3.5rem;
    padding: 5.7rem 6rem 3rem;
  }
  .review{
    padding: 3rem 0 8rem;
  }
  .review-slide{
    margin-top: 4rem;
  }
  .swiper-pagination-bullet{
    width: 3rem;
    height: .6rem
  }
  .swiper-pagination-bullet + .swiper-pagination-bullet{
    margin-left: 2rem;
  }
  .review-slide-item{
    padding: 4rem 3rem;
  }
  .review-comment{
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .swiper-button-next {
    right: -2rem;
  }
  .point-mv{
    padding: 6rem 0 4.8rem;
    background-image: url(../../../../img/usr/freepage/sugosto/bg_point.png);
    background-size: 100% 100%;
  }
  .point-mv::after{
    content: '';
    width: 30rem;
    height: 23.4rem;
    background-image: url(../../../../img/usr/freepage/sugosto/img_point_illust.png);
    bottom: 0;
    left: calc(50% + 30rem);
    transform: unset;
  }
  .point .point-mv__lead-image{
    width: 40vw;
    max-width: 48rem;
    margin-top: 4.8rem;
  }
  .point-mv__lead-bottom{
    margin-top: 6rem;
  }
  .point-banner{
    padding: 4rem 0;
    text-align: left;
  }
  .point-lead{
    padding: 6rem 0 6.4rem;
  }
  .text-marker::after{
    height: .8rem;
  }
  .content-head__inner{
    max-width: 120rem;
    margin: 0 auto;
  }
  .point-content{
    padding-bottom: 13rem;
  }
  .point-content-head{
    height: 14rem;
  }
  .point-content-head .content-head__inner > img{
    margin-right: 3rem;
  }
  .point-content-head__title > small{
    margin-left: auto;
  }
  .point-content__detail{
    padding: 4rem 0 5.5rem;
  }
  .point-content__detail-image{
    margin-top: 3rem;
  }
  .point-content__gard-detail{
    width: 100%;
    max-width: 120rem;
    margin: 14rem auto 0;
    padding: 6rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .point-content__gard-detail::after{
    content: '';
    width: 23.8rem;
    height: 23.8rem;
    display: block;
    background-image: url(../../../../img/usr/freepage/sugosto/img_point-gard-illust.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: -6rem;
    right: -4rem;
  }
  .point-content__gard-point-title{
    max-width: 57.6rem;
    top: -16rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .point-content__gard-point-detail{
    width: 44.91%;
    max-width: 48.5rem;
    display: flex;
    flex-direction: column;
  }
  .point-content__gard-point-detail + .point-content__gard-point-detail{
    margin-top: 0;
    flex-direction: column;
  }
  .point-content__gard-point-text{
    margin-top: 3.4rem;
    padding-top: 4.2rem;
  }
  .point-content > .content-inner{
    padding: 0 6rem;
  }
  .point02-content__summary{
    margin-top: 4rem;
  }
  .point02-content__summary-image{
    width: 46.3vw;
    max-width: 50rem;
  }
  .point02-content__summary-text{
    margin-left: 4.2rem;
    letter-spacing: 0.12em;
    line-height: 1.875em;
  }
  .point02-content__image{
    margin-top: 4rem;
    padding-bottom: 12rem;
  }
  .point-content__funcion{
    width: 100%;
    max-width: 120rem;
    margin: 9.5rem auto 0;
  }
  .point-content__funcion-title{
    margin-top: -15.8rem;
  }
  .point-content__funcion-title > span{
    padding: 0 9rem;
    position: relative;
  }
  .point-content__funcion-title > span::before,
  .point-content__funcion-title > span::after{
    width: 8rem;
    height: .6rem;
    bottom: 1rem;
  }
  .point-content__funcion-title > span::before{
    left: 0;
    transform: rotate(45deg);
  }
  .point-content__funcion-title > span::after{
    right: 0;
    transform: rotate(-45deg);
  }
  .point-content__funcion-lists{
    margin-top: -3.2rem;
    padding: 10rem 6rem 5.5rem;
    display: flex;
    justify-content: space-between;
  }
  .point-content__funcion-item{
    width: calc((100% - 5.4rem) / 3 );
    height: auto;
    padding: 3rem;
    flex-direction: column;
  }
  .point-content__funcion-item::after{
    width: 20rem;
    height: 1.8rem;
    background-image: url(../../../../img/usr/freepage/sugosto/img_wave-line.png);
    top: 40%;
    transform: translateX(-50%);
  }
  .point-content__funcion-item:not(:first-child){
    margin: 0 0 0 2.7rem;
  }
  .point-content__funcion-item__title{
    width: 100%;
  }
  .point-content__funcion-item__text{
    width: 100%;
    margin-top: 6rem;
  }
  .product{
    padding: 0 0 38rem;
  }
  .product.bg-wave::before{
    bottom: 15.4rem;
  }
  .product.bg-wave::after{
    height: 15.4rem;
  }
  .product-head.bg-wave::before{
    bottom: -12.4rem;
  }
  .product-lead{
    padding: 18rem 4rem 0;
  }
  .product-head{
    padding-top: 3rem;
  }
  .product-head__title > img{
    width: 43.33vw;
    max-width: 52rem;
    height: auto;
  }
  .product-lists{
    margin-top: 5.2rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .product-item{
    width: 30%;
    max-width: 36rem;
  }
  .product-item{
    margin: 0 4rem;
  }
  .product-item:not(:first-child){
    margin: 0 4rem;
  }
  .product-card{
    flex-direction: column;
  }
  .product-card__image{
    width: 100%;
  }
  .product-card__image > img{
    max-width: 36rem;
  }
  /* .product-item:nth-child(2) .product-card__image > img{
    max-width: 28rem;
  } */
  .product-card_name > .icon-text{
    padding: 0.1rem .8rem .2rem;
  }
  .product-card_price{
    margin-top: 2.4rem;
  }
  .product-card__detail{
    width: 100%;
    margin-top: 3.2rem;
    padding-top: 0;
    border: none;
  }
  .product-card__detail-line + .product-card__detail-line{
    margin-top: 2rem;
  }
  .product-card__detail_title{
    padding: .6rem 1.5rem;
    border-radius: 2rem;
  }
  .product-card__variation{
    margin-top: 1.8rem;
    padding-top: 2rem;
  }
  .product-card__detail_text > .size-icon{
    padding: 0 1.5rem;
  }
  .color-list{
    flex-direction: row;
  }
  .color-item{
    flex-direction: column;
    justify-content: flex-start;
  }
  .color-item + .color-item{
    margin: 0 0 0 1.2rem;
  }
  .color-item img{
    width: 3.2rem;
    height: 3.2rem;
  }
  .color-item > figcaption{
    margin: .8rem 0 0 0;
  }
  .cart-btn:hover{
    color: #fff;
    opacity: 0.7;
  }
}
.ytp-mobile-a11y-hidden-seek-button{
  display: none;
}