:root{
  --main-color : #007AB8;
}
html {
    font-size: 62.5%;
}
h2,h3,h4,h5{
  margin: 0;
  padding: 0;
}
.guide {
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
.sp_only{
  display: none;
}
.section-inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-title{
  color: var(--main-color);
  font-size: clamp(1.5rem, 0.65rem + 3.62vw, 5rem);
  font-weight: bold;
  text-align: center;
}
.more-btn{
  margin-top: clamp(3rem, 2.029rem + 4.14vw, 7rem);
  padding: 1em;
  display: block;
  color: #fff;
  font-size: clamp(1.5rem, 1.427rem + 0.31vw, 1.8rem);
  text-align: center;
  background-color: var(--main-color);
  border-radius: 50px;
}
@media screen and (max-width:768px){
  body,h2, h3, h4, h5{
    font-size: 1.4em;
  }
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  .guide {
    font-size: 1.4rem;
  }
  .section-inner{
    padding: 0 10px;
  }
  .section-title{
    font-size: 2.4rem;
    letter-spacing: -0.01em;
  }
}
/* メインビジュアル */
.mv{
  width: 100%;
  padding: 184px 0 50px;
  background-image: url(/img/usr/freepage/guide/img_mv_pc.png);
  background-size: cover;
}
.mv-lead{
  text-align: center;
}
.mv-lead__main{
  color: #fff;
  font-size: clamp(3.9rem, 2.491rem + 6.01vw, 7.3rem);
  font-weight: bold;
}
.mv-lead__sub{
  margin-top: clamp(1.6rem, 1.551rem + 0.21vw, 1.8rem);
  color: #fff;
  font-size: clamp(2rem, 1.587rem + 1.76vw, 3.7rem);
  font-weight: bold;
}
.gude-menu{
  width: 100%;
  max-width: 1280px;
  margin: clamp(11.9rem, 11.754rem + 0.62vw, 12.5rem) auto 0;
  padding: 0 20px;
}
.guide-menu__lists{
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.4rem, 1.254rem + 0.62vw, 2rem);
}
.guide-menu__item{
  width: calc((100% - (clamp(1.4rem, 1.254rem + 0.62vw, 2rem) * 3)) / 4);
}
.guide-menu__link{
  height: 108px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-color);
  font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.guide-menu__link::after{
  content: "";
  width: 16px;
  height: 8px;
  display: block;
  background-image: url(/img/usr/freepage/guide/icon_arrow-thin-top.png);
  background-size: 16px 8px;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 16px;
  transform: rotate(180deg);
}
@media screen and (max-width:768px){
  .mv{
    background-image: url(/img/usr/freepage/guide/img_mv_sp.png);
  }
  .mv-lead__main{
    line-height: 1.3;
  }
  .guide-menu__lists{
    flex-wrap: wrap;
  }
  .guide-menu__item{
    width: calc((100% - (clamp(1.4rem, 1.254rem + 0.62vw, 2rem))) / 2);
  }
  .guide-menu__link{
    height: 77px;
  }
}
/* ブランドについて */
.about{
  padding: clamp(4.6rem, 3.095rem + 6.42vw, 10.8rem) 0 clamp(5.4rem, 3.604rem + 7.66vw, 12.8rem);
}
.about-lead__text{
  margin-top: clamp(4.8rem, 3.417rem + 5.9vw, 10.5rem);
  font-size: clamp(1.5rem, 1.282rem + 0.93vw, 2.4rem);
}
.about-brand{
  margin-top: clamp(7.5rem, 5.437rem + 8.8vw, 16rem);
}
.about-brand__lists{
  display: flex;
  gap: 20px;
}
.about-brand__item{
  width: calc(100% - (20px * 3) / 3);
  align-items: flex-start;
}
.about-brad__card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-brand__card-image{
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-brand__card-image img{
  width: auto;
  height: 100%;
}
.about-brand__card-image.colombia img{
  height: 50px;
}
.about-brand__card-image.sorel img {
  height: 144px;
}
.about-brand__card-image.mhw img{
  height: 94px;
}
.about-brand__card-btn{
  margin-top: clamp(3rem, 2.029rem + 4.14vw, 7rem);
  padding: 1em;
  display: block;
  color: #fff;
  font-size: clamp(1.5rem, 1.427rem + 0.31vw, 1.8rem);
  text-align: center;
  background-color: var(--main-color);
  border-radius: 50px;
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-inner {
  position: relative;
}

.modal-close {
  width: auto;
  position: absolute;
  top: 0.3em;
  right: 0.2em;
  color: var(--main-color);
  font-size: 2em;
  background: none;
  border: none;
  cursor: pointer;
}
.modal-content{
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 80vh;
  background: white;
  padding: 3em 2em;
  display: flex;
  background-color: #fff;
}
.modal-content__image{
  max-width: 337px;
  flex-shrink: 0;
}
.modal-content__image img{
  width: auto;
}
.modal-content__catch{
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.modal-content__catch .en{
  font-size: 3rem;
}
.modal-content__detail{
  margin-left: 5%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}
.modal-content__detail > p{
  margin-top: 2em;
  font-size: clamp(1.4rem, 1.351rem + 0.21vw, 1.6rem);
}
.modal-button {
  margin-top: auto;
  width: 100%;
  max-width: 500px;
  display: block;
  padding: 0.5em 1em;
  background: black;
  color: #fff;
  font-size: clamp(1.5rem, 1.427rem + 0.31vw, 1.8rem);
  text-align: center;
  text-decoration: none;
  border-radius: 40px;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
@media screen and (max-width:768px){
  .about-lead__text{
    margin-top: 4.6rem;
    padding: 0 1.2rem;
    font-size: 1.5rem;
  }
  .about-brand{
    padding: 0 1rem;
  }
  .about-brand__lists{
    flex-direction: column;
    gap: 60px 0;
  }
  .about-brand__item{
    width: 100%;
  }
  .about-brand__card-image.colombia img{
    height: 32px;
  }
  .about-brand__card-image.sorel img{
    height: 93px;
  }
  .about-brand__card-image.mhw img{
    height: 60px;
  }
  .modal-inner{
    padding: 2em 1em 0;
  }
  .modal-content{
    padding: 0.8em;
    flex-direction: column;
    overflow-y: scroll;
  }
  .modal-content__image{
    width: 100%;
    max-width: unset;
  }
  .modal-close{
    color: #fff;
    top: 0em;
  }
  .modal-content__detail{
    margin: 2em 0 0 0;
  }
  .modal-button{
    margin-top: 2em;
  }
}




/*ご利用方法*/
.how-to-use{
  padding: clamp(5.4rem, 3.628rem + 7.56vw, 12.7rem) 0 clamp(5rem, 3.592rem + 6.01vw, 10.8rem);
  counter-reset:section-count;
}
.how-to-use__content-wrap{
  margin-top: clamp(4.8rem, 3.538rem + 5.39vw, 10rem);
}
.how-to-use__content{
  position: relative;
}
.how-to-use__content__detail-wrap{
  padding: 1em;
}
.how-to-use__content-wrap.main-tree > .how-to-use__content:not(:last-of-type):before{
  content: "";
  width: 3px;
  height: calc(100% + clamp(8rem, 7.369rem + 2.69vw, 10.6rem));
  display: block;
  background-color: var(--main-color);
  position: absolute;
  top: 0;
  left: calc(clamp(5rem, 3.981rem + 4.35vw, 9.2rem) / 2);
}
.how-to-use__content + .how-to-use__content{
  padding-top: clamp(8rem, 7.369rem + 2.69vw, 10.6rem);
}
.how-to-use__content__header{
  position: relative;
}
.how-to-use__content-title{
  min-height: clamp(5rem, 3.981rem + 4.35vw, 9.2rem);;
  padding: 0.1em 0 0 clamp(7rem, 4.718rem + 9.73vw, 16.4rem);
  font-size: clamp(2.2rem, 1.52rem + 2.9vw, 5rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}
.how-to-use__content-title:before{
  content: counter(section-count);
  counter-increment:section-count;
  width: clamp(5rem, 3.981rem + 4.35vw, 9.2rem);
  height: clamp(5rem, 3.981rem + 4.35vw, 9.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(2.5rem, 2.015rem + 2.07vw, 4.5rem);
  font-weight: bold;
  line-height: 1;
  background-color: var(--main-color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.how-to-use__content__header.js-accordion-title .how-to-use__content-title:after{
  content: '';
  width: clamp(4rem, 3.612rem + 1.66vw, 5.6rem);
  height: clamp(4rem, 3.612rem + 1.66vw, 5.6rem);
  display: block;
  background-image: url(/img/usr/freepage/guide/icon_circle-arrow_top.png);
  background-repeat: no-repeat;
  background-size: clamp(4rem, 3.612rem + 1.66vw, 5.6rem) clamp(4rem, 3.612rem + 1.66vw, 5.6rem);
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}
.how-to-use__content.is-active .how-to-use__content__header.js-accordion-title .how-to-use__content-title:after{
  transform: rotate(0);
}
.how-to-use__content-text{
  margin:clamp(3rem, 2.15rem + 3.62vw, 6.5rem) 0 0 clamp(4rem, 2.058rem + 8.28vw, 12rem);
  font-size: clamp(2rem, 1.951rem + 0.21vw, 2.2rem);
}
.how-to-use__content__detail{
  padding: 0 0 1em clamp(4rem, 2.738rem + 5.39vw, 9.2rem);

}
.how-to-use__content__header.js-accordion-title + .how-to-use__content__detail{
  overflow: hidden;
  height: 0;
}
.how-to-use__content-image{
  width:100%;
  margin-top: clamp(5rem, 4.757rem + 1.04vw, 6rem);
  padding: clamp(0.8rem, -0.268rem + 4.56vw, 5.2rem) clamp(1rem, 0.515rem + 2.07vw, 3rem) clamp(3.2rem, 2.715rem + 2.07vw, 5.2rem);
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
.how-to-use__content-image + .how-to-use__content-image{
  margin-top: clamp(0rem, -1.335rem + 5.7vw, 5.5rem);
}
.how-to-use__content-image .how-to-use__content-text{
  margin: 0;
}
.how-to-use__content{
  /* padding-left: clamp(5rem, 3.544rem + 6.21vw, 11rem); */
}
.sub-tree{
  counter-reset:sub-content;
}
.sub-tree .how-to-use__content{
  margin-top: clamp(3.6rem, 2.144rem + 6.21vw, 9.6rem);
  padding-left: 0;
}
.how-to-use__content-sub-title{
  min-height: clamp(4.2rem, 3.399rem + 3.42vw, 7.5rem);
  padding-left: clamp(6.8rem, 5.853rem + 4.04vw, 10.7rem);
  color: var(--main-color);
  display: flex;
  align-items: center;
  font-size: clamp(2rem, 1.515rem + 2.07vw, 4rem);
  font-weight: bold;
  position: relative;
}
.how-to-use__content-sub-title:before{
  content: counter(sub-content);
  counter-increment:sub-content;
  width: clamp(4.2rem, 3.399rem + 3.42vw, 7.5rem);
  height: clamp(4.2rem, 3.399rem + 3.42vw, 7.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  font-size: clamp(2.1rem, 1.712rem + 1.66vw, 3.7rem);
  font-weight: bold;
  background-color: #fff;
  border: 5px solid var(--main-color);
  position: absolute;
  left: 0;
}
.how-to-use__content-sub-title::after{
  content: '';
  width: clamp(4rem, 3.612rem + 1.66vw, 5.6rem);
  height: clamp(4rem, 3.612rem + 1.66vw, 5.6rem);
  display: block;
  background-image: url(/img/usr/freepage/guide/icon_circle-arrow_top.png);
  background-repeat: no-repeat;
  background-size: clamp(4rem, 3.612rem + 1.66vw, 5.6rem) clamp(4rem, 3.612rem + 1.66vw, 5.6rem);
  position: absolute;
  right: 0;
  transform: rotate(180deg);
}
.how-to-use__content.is-active .how-to-use__content-sub-title::after{
  transform: rotate(0);
  transition-delay: 0.2s;
}
.how-to-use__content-sub-detail{
  height: 0;
  overflow: hidden;
}
.how-to-use__content-sub-detail-wrap{
  padding: 1em;
}
.swiper.sp-slide .how-to-use__content-sub-detail-wrap{
  flex-direction: column;
  box-sizing: border-box;
}
.sub-tree .how-to-use__content-text{
  margin-left: 0;
}
.sub-tree .how-to-use__content-text + img{
  margin-top: clamp(3rem, 2.757rem + 1.04vw, 4rem);
}
.sub-tree .how-to-use__content-text + picture{
  margin-top: 1em;
  display: block;
}
.swiper.sp-slide .swiper-button-next,
.swiper.sp-slide .swiper-button-prev,
.scroll {
  display: none;
}
@media screen and (max-width:768px){
  .how-to-use__content__detail-wrap{
    padding: 1em;
  }
  .how-to-use__content-text{
    font-size: 1.5rem;
  }
  .how-to-use__content-title{
    font-size: 2.2rem;
    padding-left: 6.5rem;
  }
  .how-to-use__content__detail{
    padding-bottom: 0;
  }
  .how-to-use__content-sub-title{
    font-size: 2rem;
    padding-left: 5.5rem;
  }
  .how-to-use__content-sub-title:before{
    width: 4.2rem;
    height: 4.2rem;
    border-width: 2px;
  }
  .how-to-use__content-sub-title::after{
    width: 4rem;
    height: 4rem;
    background-size: 4rem 4rem;
  }
  .swiper.sp-slide .how-to-use__content-image + .how-to-use__content-image{
    margin: 0;
    min-width: 279px;
  }
  .swiper.sp-slide{
    padding: 1em;
  }
  .how-to-use__content-sub-detail-wrap{
    padding: 1em 0.5em;
  }
  .swiper.sp-slide .how-to-use__content-sub-detail-wrap{
    padding: 0;
    flex-direction: row;
    box-sizing: content-box;
  }
  .how-to-use__content-image{
    margin: 0;
  }
  .swiper.sp-slide .how-to-use__content-image{
    height: auto;
  }
  .swiper.sp-slide .swiper-button-next,
  .swiper.sp-slide .swiper-button-prev,
  .display-area .swiper-button-next,
  .display-area .swiper-button-prev{
    width: 4rem;
    height: 4rem;
    display: block;
    background-size: 4rem 4rem;
    background-repeat: no-repeat;
  }
  .swiper.sp-slide .swiper-button-next,
  .display-area .swiper-button-next{
    background-image: url(/img/usr/freepage/guide/icon_slide_arrow_right.png);
    right: 0;
  }
  .display-area .swiper-button-next{
    right: 30px;
  }
  .swiper.sp-slide .swiper-button-prev,
  .display-area .swiper-button-prev{
    background-image: url(/img/usr/freepage/guide/icon_slide_arrow_left.png);
    left: 0;
  }
  .display-area .swiper-button-prev{
    left: 30px;
  }
  .swiper-button-next::after, .swiper-button-prev::after{
    content: none;
  }
  .scroll {
    width: 100px;
    height: 100px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .scroll.is-hidden{
    display: none;
  }
  .scroll img {
    width: 60%;
    animation: scrollAnime 2s ease infinite;
  }
  .scroll span {
    margin-top: 5px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  @keyframes scrollAnime{
    0% {
      opacity: 0;
      transform: translateX(-10px) rotate(-90deg);
    }

    100% {
      opacity: 1;
      transform: translateX(16px) rotate(-90deg);
    }
    }
}

.information{
  margin-top: clamp(4.2rem, 3.035rem + 4.97vw, 9rem);
}
.information__lists{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: clamp(0rem, -1.165rem + 4.97vw, 4.8rem);
}
.information__item{
  width: calc((100% - clamp(0rem, -1.165rem + 4.97vw, 4.8rem)) / 2);
  height: auto;
}
.information__card{
  width: 100%;
  height: 100%;
  min-height: clamp(30rem, 23.932rem + 25.89vw, 55rem);
  padding: 0 0 2em;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
.information__card__title{
  min-height: clamp(7rem, 5.058rem + 8.28vw, 15rem);
  padding-left: clamp(7rem, 5.058rem + 8.28vw, 15rem);
  padding-right: clamp(1rem, 1.058rem + 8.28vw, 4rem);
  display: flex;
  align-items: center;
  color: var(--main-color);
  font-size: clamp(1.7rem, 1.384rem + 1.35vw, 3rem);
  font-weight: bold;
  position: relative;
}
.information__card__title:before{
  content: '';
  width: clamp(7rem, 5.058rem + 8.28vw, 15rem);
  height: clamp(7rem, 5.058rem + 8.28vw, 15rem);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.information__card.payment .information__card__title:before{
  background-image: url(/img/usr/freepage/guide/icon_payment.png);
}
.information__card.postage .information__card__title:before{
  background-image: url(/img/usr/freepage/guide/icon_postage.png);
  background-size: clamp(6.8rem, 5.441rem + 5.8vw, 12.4rem) auto;
}
.information__card.coupon .information__card__title:before{
  background-image: url(/img/usr/freepage/guide/icon_coupon.png);
  background-size: clamp(4.6rem, 3.678rem + 3.94vw, 8.4rem) auto;
}
.information__card.cancel .information__card__title:before{
  background-image: url(/img/usr/freepage/guide/icon_cancel.png);
  background-size: clamp(4.2rem, 3.205rem + 4.25vw, 8.3rem) auto;
}
.information__card.shipping .information__card__title:before{
  background-image: url(/img/usr/freepage/guide/icon_shipping.png);
  background-size: clamp(5.7rem, 4.802rem + 3.83vw, 9.4rem) auto;
}
.information__card.return .information__card__title:before{
  background-image: url(/img/usr/freepage/guide/icon_returns.png);
  background-size: clamp(7.2rem, 6.181rem + 4.35vw, 11.4rem) auto;
}
.information__card.review .information__card__title:before{
  background-image: url(/img/usr/freepage/guide/icon_review.png);
  background-size: clamp(4.2rem, 3.715rem + 2.07vw, 6.2rem) auto;
}
.information__card.stock .information__card__title:before{
  background-image: url(/img/usr/freepage/guide/icon_stock.png);
  background-size: clamp(4.1rem, 3.081rem + 4.35vw, 8.3rem) auto;
}
.information__card.mail .information__card__title:before{
  background-image: url(/img/usr/freepage/guide/icon_mail.png);
  background-size: clamp(5.1rem, 3.668rem + 6.11vw, 11rem) auto;
}
.information__card.favorite .information__card__title:before{
  background-image: url(/img/usr/freepage/guide/icon_favorite.png);
  background-size: clamp(5.2rem, 4.35rem + 3.62vw, 8.7rem) auto;
}
.information__card.benefits .information__card__title:before{
  background-image: url(/img/usr/freepage/guide/icon_member.png);
  background-size: clamp(3.6rem, 3.066rem + 2.28vw, 5.8rem) auto;
}
.information__card__title.logo{
  padding-left: 3rem;
}
.information__card__title.logo::before{
  content: none;
}
.information__card__detail{
  margin: 0.8em 0 clamp(4.8rem, 4.266rem + 2.28vw, 7rem);
  padding: 0 1.5em
}
.information__card__text{
  font-size: clamp(1.4rem, 1.206rem + 0.83vw, 2.2rem);
}
.link-lists{
  margin-top: 1em;
}
.link-item{
  font-size: clamp(1.4rem, 1.206rem + 0.83vw, 2.2rem);
}
.information__card__note{
  margin-top: 1em;
  color: #6D6D6D;
  font-size: clamp(1.2rem, 1.006rem + 0.83vw, 2rem);
}
.information__card__btn-wrap{
  margin-top: auto;
  padding: 0 1em;
}
.information__card__btn-wrap .more-btn{
  max-width: clamp(18rem, 14.359rem + 15.53vw, 33rem);
  margin: 0 auto;
}
@media screen and (max-width:768px){
  .information__item{
    width: 100%;
    padding: 0 1em;
  }
  .information__lists{
    gap: 3.8rem;
  }
  .information__card__title{
    font-size: 1.7rem;
  }
  .information__card__title.unisize img{
    width: 130px;
    height: auto;
  }
  .information__card__title.sureFit img{
    width: 134px;
    height: auto;
  }
  .link-item a{
    font-size: 1.4rem;
  }
}


/*便利な機能*/
.function{
  padding: clamp(5rem, 3.398rem + 6.83vw, 11.6rem) 0 clamp(5rem, 3.568rem + 6.11vw, 10.9rem);
}
.function .information{
  padding: 0 40px;
}
.size-guide{
  margin-top: clamp(6.1rem, 4.037rem + 8.8vw, 14.6rem);
  padding-bottom: clamp(6.8rem, 5.853rem + 4.04vw, 10.7rem);
  position: relative;
}
.size-guide:before{
  content: "";
  width: calc(958 / 1280 * 100%);
  height: 4px;
  display: block;
  background-color: var(--main-color);
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.size-guide:after{
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  border-top: 4px solid #fff;
  border-left: 4px solid var(--main-color);
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 13px);
  transform: rotate(-45deg);

}
.size-guide__title{
  font-size: clamp(1.8rem, 1.582rem + 0.93vw, 2.7rem);
  text-align: center;
}
.size-guide + .information__lists{
  margin-top: clamp(6.8rem, 5.465rem + 5.7vw, 12.3rem);
  padding: 0 40px;
}
@media screen and (max-width:768px){
  .function .information{
    padding: 0 20px;
  }
  .size-guide{
    padding-bottom: 6rem;
  }
  .size-guide__title{
    font-size: 1.8rem;
  }
  .size-guide + .information__lists{
    padding: 0 20px;
  }

}
/*会員特典*/
.membership{
  padding: clamp(5rem, 3.568rem + 6.11vw, 10.9rem) 0 clamp(4.7rem, 3.414rem + 5.49vw, 10rem);
}

/*よくある質問*/
.question{
  padding: clamp(4.7rem, 3.414rem + 5.49vw, 10rem) 0 clamp(7.5rem, 4.393rem + 13.26vw, 20.3rem);
}
.question-content{
  margin-top: 6rem;
}
.question-content-wrap{
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.16);
}
.question-content__title{
  width: 100%;
  margin-top: 1.5em;
  padding: 1em 0 0.8em 1.5em;
  color: var(--main-color);
  font-size: clamp(1.4rem, 1.206rem + 0.83vw, 2.2rem);
  font-weight: bold;
  position: relative;
}
.question-content__title:after,
.question-content__sub h3:after{
  content: "";
  width: clamp(1.4rem, 1.157rem + 1.04vw, 2.4rem);
  height: clamp(0.7rem, 0.579rem + 0.52vw, 1.2rem);
  display: block;
  background-image: url(/img/usr/freepage/guide/icon_arrow-bold-top.png);
  background-size: clamp(1.4rem, 1.157rem + 1.04vw, 2.4rem) auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%) rotate(180deg);
}
.question-content-wrap.is-active .question-content__title:after,
.question-content__sub li.is-active h3:after{
  transform: translateY(-50%) rotate(0);
}
.question-content__answer{
  width: 100%;
  height: 0;
  overflow: hidden;
}
.question-content__answer-wrap{
  padding: 1.5em 6em 1.5em 1.5em;
}
.text-link{
  color: var(--main-color);
  text-decoration: underline;
}
.question-content__answer-text + .text-link{
  margin: 1em 0 0 0;
  padding-bottom: 1.5em;
  display: inline-block;
}
.question-content__answer-content{
  padding: 1em 3em 3em 4.5em;
}
.question-content__answer-content-wrap{
  border-bottom: 1px solid var(--main-color);
}
.question .btn-wrap{
  margin-top: clamp(5rem, 3.544rem + 6.21vw, 11rem);
}
.question .more-btn{
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (max-width:768px){
  .question-content__title{
    padding-left: 2rem;
    font-size: 1.5rem;
  }
  .question-content__title:after{
    right: 1em;
  }
  .question-content__answer-wrap{
    padding: 1.5em;
  }
  .question-content__answer-content{
    padding: 1em 1em 3em 1.5em;
  }
}

/* ---------------------------------#shop_guide--------------------------------- */
/*reset*/
#shop_guide .mv {
  background-image: url(/img/usr/freepage/guide/img_shop_mv_pc.png);
  background-size: cover;
}
@media screen and (max-width:768px) {
  #shop_guide .mv {
    background-image: url(/img/usr/freepage/guide/img_shop_mv_sp.png);
  }
  #shop_guide .guide-menu__link {
    padding: 20px 5px;
    font-size: 15px;
  }
  #shop_guide .guide-menu__link::after {
    bottom: 10px;
  }
}
/*メインタブ*/
.tab_list {
  display: flex;
}
.tab_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 103px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #B5B5B5;
  border-bottom: 9px solid #C7C7C7;
  cursor: pointer;
}
.tab_list li.js-active-btn {
  position: relative;
  color: #fff;
  background: #007AB8;
  border-bottom: 9px solid #007AB8;
  pointer-events: none;
}
.tab_list li.js-active-btn::after {
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  border-top: 34px solid #007AB8;
  border-bottom: 0;
  z-index: 2;
}
.tab_list li:not(.js-active-btn):hover {
  opacity: .7;
}
@media screen and (max-width:768px) {
  .tab_list li {
    height: 89px;
    font-size: 15px;
    border-bottom: 5px solid #C7C7C7;
  }
  .tab_list li.js-active-btn {
    border-bottom: 5px solid #007AB8;
  }
  .tab_list li.js-active-btn::after {
    bottom: -24px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 24px solid #007AB8;
  }
}
/*アプリ*/
#shop_guide .display-area {
  margin-top: 50px;
}
.normal-slide {
  background: #FAF7F7;
}
.normal-slide .how-to-use__content-image {
  width: 100%;
  margin-top: 0;
  padding: 0;
  box-shadow: none;
}
.normal-slide .how-to-use__content-image img {
  margin-bottom: 20px;
}
.normal-slide .how-to-use__content-image .how-to-use__content-text {
  text-align: center;
}
#app_use .how-to-use__content-image {
  width: 90%;
  margin: auto;
}
.about-lead__text span, .how-to-use__content-text span, .information__card__text span {
  display: block;
  margin-top: 1em;
  color: #6D6D6D;
  font-size: clamp(1.2rem, 1.006rem + 0.83vw, 2rem);
}
.about:has(+ #app_shop) {
  padding: clamp(4.6rem, 3.095rem + 6.42vw, 10.8rem) 0 0;
}
.app_dl {
  padding: 0 0 clamp(5.4rem, 3.604rem + 7.66vw, 12.8rem);
}
.app_dl {
  padding-top: clamp(4.6rem, 3.095rem + 6.42vw, 10.8rem);
}
.app_dl h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 80px auto 40px;
}
.app_dl_app {
  display: flex;
  justify-content: center;
  margin: auto;
}
.app_dl_app li {
  margin: 0 8px;
}
.app_dl_app li a:hover {
  opacity: .7;
}
@media screen and (min-width:769px) {
  .normal-slide {
    padding: 47px 55px 36px;
  }
  .swiper.sp-slide.normal-slide .how-to-use__content-sub-detail-wrap {
    flex-direction: unset;
    justify-content: space-between;
  }
  .normal-slide .how-to-use__content-image {
    width: 196px;
  }
  .normal-slide .how-to-use__content-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    min-height: 45px;
  }
  #shop_guide .about .swiper-button-prev, #shop_guide .about .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width:768px) {
  #shop_guide .display-area {
    position: relative;
    padding: 47px 90px 36px;
    background: #FAF7F7;
  }
  #shop_guide .normal-slide {
    padding: 0;
  }
  .swiper.sp-slide.normal-slide .how-to-use__content-image + .how-to-use__content-image {
    min-width: unset;
  }
  .app_dl h3 {
    font-size: 15px;
    margin: 30px auto 12px;
  }
  .app_dl_app {
    margin: 0 26px;
  }
  .app_dl_app li {
    margin: 0 5px;
  }
}
/*アプリタブ*/
.tab_app_list {
  display: flex;
}
.tab_app_list li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 96px;
}
.tab_app_list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 86px;
  font-size: 22px;
  font-weight: bold;
  color: #6D6D6D;
  text-align: center;
  background: #F2F2F4;
  border-radius: 10px 10px 0 0;
}
.tab_app_list li.js-active-btn2 span {
  height: 96px;
  color: #fff;
  background: #007AB8;
  pointer-events: none;
}
.tab_app_list li:not(.js-active-btn2):hover {
  opacity: .7;
  cursor: pointer;
}
#how-to-use_shop .how-to-use__content-wrap {
  padding: 93px 46px;
  background: #EAEDF745;
}
#how-to-use_shop .tab_app_list + .how-to-use__content-wrap, #how-to-use_shop .tab_app_list + .how-to-use__content-wrap + .how-to-use__content-wrap {
  margin-top: 0;
}
[data-app-tab="tab_app_list02"] {
  display: none;
}
#how-to-use_shop .how-to-use__content-image img {
  border: 1px solid #F6F6F6;
}
@media screen and (min-width:769px) {
  #how-to-use_shop .how-to-use__content-image {
    width: 405px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
  }
}
@media screen and (max-width:768px) {
  .tab_app_list li {
    height: 68px;
  }
  .tab_app_list li span {
    height: 68px;
    font-size: 15px;
  }
  .tab_app_list li.js-active-btn2 span {
    height: 68px;
  }
  .tab_app_list li.tab_app02 span {
    font-size: 14px;
  }
  #how-to-use_shop .section-inner {
    padding: 0;
  }
  #how-to-use_shop .how-to-use__content-wrap {
    padding: 45px 18px;
  }
}
/*アイコン*/
.information__card.delivery .information__card__title:before {
  background-image: url(/img/usr/freepage/guide/icon_delivery.png);
  background-size: clamp(7.2rem, 4.7rem + 4.35vw, 11.4rem) auto;
}
.information__card.point01 .information__card__title:before {
  background-image: url(/img/usr/freepage/guide/icon_point01.png);
  background-size: clamp(7.2rem, 4.7rem + 4.35vw, 11.4rem) auto;
}
.information__card.point02 .information__card__title:before {
  background-image: url(/img/usr/freepage/guide/icon_point02.png);
  background-size: clamp(7.2rem, 4.7rem + 4.35vw, 11.4rem) auto;
}
/*よくある質問*/
/*#question_shop .question-content__title {
  font-weight: normal;
  color: unset;
  padding: 1.5em 0 1.5em 8em;
  background-image: url(/img/usr/freepage/guide/icon_question.png);
  background-size: clamp(7.2rem, 4.7rem + 4.35vw, 9rem) auto;
  background-repeat: no-repeat;
  background-position: center left 35px;
}
#question_shop .question-content__title.qinfo_icon {
  background-image: url(/img/usr/freepage/guide/icon_answer.png);
  background-size: clamp(4.2rem, 2.7rem + 4.35vw, 3rem) auto;
  background-position: center left 55px;
}
#question_shop .question-content__title:after {
  width: clamp(1.4rem, 1.557rem + 1.04vw, 2.9rem);
  height: clamp(0.7rem, 0.979rem + 0.52vw, 1.9rem);
  background-image: url(/img/usr/freepage/guide/icon_arrow-bold-top.png);
  background-size: clamp(1.4rem, 1.557rem + 1.04vw, 2.9rem) auto;
}
.question-content__answer-wrap {
  padding: 1.5em 4.2em 1.5em 7em;
}
.question-content__answer-wrap ul li {
  border-bottom: 1px solid #007AB8;
}
.question-content__sub h3 {
  width: 100%;
  padding: 0.7em 0.5em;
  color: var(--main-color);
  font-size: clamp(1.4rem, 1.206rem + 0.83vw, 2.2rem);
  font-weight: normal;
  position: relative;
}
.question-content__sub h3:after {
  right: 0.5em;
}
.question-content__answer-wrap ul li h3 + p {
  display: none;
  width: 100%;
  font-size: 22px;
  padding: 0 50px 25px 20px;
}
.question-content__answer-wrap ul li h3.js-open-toggle:after {
  transform: translateY(-50%) rotate(0);
}
@media screen and (max-width:768px) {
  #question_shop .question-content__title {
    text-align: center;
    padding: 1em 0 0.8em 1.5em;
    background-position: center left 20px;
  }
  #question_shop .question-content__title.qinfo_icon {
    background-position: center left 33px;
  }
  .question-content__answer-wrap {
    padding: 0 1.2em 1.5em 1.2em;
  }
  .question-content__sub h3:after {
    right: 0.1em;
  }
  .question-content__answer-wrap ul li h3 + p {
    font-size: 14px;
    padding: 0 0 15px 20px;
  }
}*/