@charset "utf-8";

/* トップバナー */
.topBanner {
  background-color: #EA5514;
}

.topBanner__wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.topBanner__wrap img {
  width: 100%;
}


/* メインビジュアル */
#mv {
  margin-top: -40px;
  padding-top: 40px;
  display: block;
}

.mv {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 1390px;
  overflow: hidden;
}

.mv__topWrap {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 10;
}

.mv__ttl {
  margin-top: 60px;
  text-align: center;
  max-width: 910px;
  margin: 60px auto 0 auto;
}

.mv__problemList {
  display: flex;
  justify-content: space-evenly;
  margin: 40px 0;
}

.mv__problemList li img {
  width: 220px;
}

.mv__topInWrap {
  display: flex;
  justify-content: flex-start;
  gap: 70px;
  position: relative;
}

.mv__copy {
  width: 500px;
  text-align: center;
  margin-top: 100px;
  padding-left: 15px;
}

.mv__copy img {
  width: 300px;
}

.mv__illust {
  width: 500px;
  position: absolute;
  right: -20px;
  top: -80px;
}

.mv__illust:before {
  content: "";
  width: 665px;
  height: 545px;
  background-image: url(../img/mv_home_bg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  right: -170px;
  bottom: 330px;
}

.mv__illust img {
  width: 100%;
}

.mv__bg {
  position: absolute;
  z-index: 100;
  width: 100%;
  min-width: 1920px;
  overflow: hidden;
  height: 1390px;
  z-index: 50;
  padding: 40px 0 0 0;
}

.mv__bg img {
  width: 100%;
  min-width: 1920px;
}

@media (min-width: 1921px) {
  .mv__bg img {
    /* デザイン上崩れるので非表示に*/
    display: none;
  }
}

.mv__bottomWrap {
  position: absolute;
  z-index: 100;
  top: 870px;
  background-color: #0058aa;
  width: 100%;
  min-height: 100%;
}

.mv__bottomInWrap {
  width: 100%;
  max-width: 1000px;
  min-height: 475px;
  margin: 0 auto;
  position: relative;
}

.mv__logoList {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  top: -220px;
  padding: 0 20px;
}

.mv__cat {
  position: absolute;
  left: 0;
  top: -30px;
}

.mv__cat img {
  height: 440px;
}

.mv__txt {
  position: absolute;
  top: 100px;
  right: 35px;
}

.mv__txt img {
  width: 570px;
}

.mv__caption {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 11px;
  width: 100%;
  text-align: center;
}


/* cta */
.cta {
  background-color: #EA5514;
  width: 100%;
}

.cta__link {
  max-width: 700px;
  margin: 0 auto;
}

.cta__link a img {
  width: 100%;
}

.cta.fixed {
  position: fixed;
  bottom: 0;
  left: auto;
  z-index: 1000;
}

.cta.fixed.none {
  opacity: 0;
  z-index: -1;
}


/* manga1 */
.manga1 {
  margin: 60px 0 20px 0;
}

.manga1__img {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.manga1__img img {
  width: 100%;
  max-width: 700px;
}


/* manga2 */
.manga2 {
  margin-bottom: 60px;
}

.manga2__img {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.manga2__img img {
  width: 100%;
  max-width: 700px;
}


/* enquete */
.enquete {
  position: relative;
  background-image: url(../img/common_bg1_top_pc.png), url(../img/common_bg1_bottom_pc.png);
  background-position: center top, center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #FCF4E4;
  padding: 250px 0 150px 0;
  margin: -250px 0 -150px 0;
  z-index: -1;
}

.enquete__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.enquete__subttl {
  text-align: center;
}

.enquete__subttl img {
  width: 135px;
}

.enquete__ttl {
  text-align: center;
  margin: 20px 0 35px 0;
}

.enquete__ttl img {
  width: 540px;
}

.enquete__txt {
  text-align: center;
  margin-bottom: 30px;
}

.enquete__txt img {
  width: 422px;
}

.enquete__itemWrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 0 0 120px 0;
}

.enquete__itemWrap:after {
  content: "";
  background-image: url(../img/enquete_arrow_pc.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.enquete__itemImg {
  width: 500px;
  text-align: left;
}

.enquete__itemImg img {
  height: 350px;
}

.enquete__copy {
  text-align: center;
  margin-bottom: 65px;
}

.enquete__copy img {
  width: 770px;
}


/* manga3 */
.manga3__img {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.manga3__img img {
  width: 100%;
  max-width: 700px;
}


/* pickup1 */
.pickup1 {
  position: relative;
  background-image: url(../img/common_bg1_top_pc.png), url(../img/common_bg1_bottom_pc.png);
  background-position: center top, center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #FCF4E4;
  padding: 160px 0 180px 0;
  margin: -160px 0 -180px 0;
  z-index: -1;
}

.pickup1__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.pickup1__product {
  margin-top: 60px;
  text-align: center;
}

.pickup1__product img {
  width: 630px;
}

.pickup1__subttl {
  margin-top: 50px;
  text-align: center;
}

.pickup1__subttl img {
  width: 135px;
}

.pickup1__ttl {
  text-align: center;
  margin: 35px;
}

.pickup1__ttl img {
  width: 315px;
}

.pickup1__itemWrap {
  display: flex;
  justify-content: space-between;
}

.pickup1__itemInWrap {
  padding: 10px;
}

.pickup1__itemTtl {
  text-align: center;
}

.pickup1__itemTtl img {
  width: 155px;
}

.pickup1__itemTxt {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pickup1__itemTxt img {
  width: 460px;
}

.pickup1__itemImg {
  text-align: center;
}

.pickup1__itemImg img {
  max-width: 480px;
  max-height: 305px;
}

.pickup1__graphTtl {
  margin: 10px 0;
  text-align: center;
}

.pickup1__graphTtl img {
  width: 930px;
}

.pickup1__graphWrap {
  display: flex;
  justify-content: space-around;
}

.pickup1__graphImage img {
  width: 430px;
}

.pickup1__caption {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 60px 0;
}

.pickup1__caption dt {
  width: 2em;
  font-size: 11px;
  line-height: 1.75em;
  margin: 1px 0;
}

.pickup1__caption dd {
  width: calc(100% - 2em);
  font-size: 11px;
  line-height: 1.75em;
  margin: 1px 0;
}


/* manga4 */
.manga4 {
  margin-bottom: 20px;
}

.manga4__img {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.manga4__img img {
  width: 100%;
  max-width: 700px;
}


/* manga5 */
.manga5__img {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.manga5__img img {
  width: 100%;
  max-width: 700px;
}


/* pickup2 */
.pickup2 {
  position: relative;
  background-image: url(../img/common_bg1_top_pc.png), url(../img/common_bg1_bottom_pc.png);
  background-position: center top, center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #FCF4E4;
  padding: 250px 0;
  margin: -250px 0;
  z-index: -1;
}

.pickup2__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.pickup2__product {
  margin-top: 60px;
  text-align: center;
}

.pickup2__product img {
  width: 630px;
}

.pickup2__itemWrap {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 100px 0 100px 0;
  margin: 45px 0 40px 0;
  padding: 40px 0;
}

.pickup2__itemInWrap {
  padding: 0 40px;
  width: 50%;
}

.pickup2__itemInWrap:first-child {
  border-right: 2px dotted #0058aa;
}

.pickup2__itemSubTtl {
  text-align: center;
}

.pickup2__itemSubTtl img {
  width: 155px;
}

.pickup2__itemTtl {
  text-align: center;
  margin: 30px 0;
  height: 100px;
}

.pickup2__itemTtl img {
  width: 100%
}

.pickup2__itemTxt {
  text-align: center;
  margin-bottom: 10px;
}

.pickup2__itemTxt img {
  width: 460px;
}

.pickup2__itemImg {
  text-align: center;
}

.pickup2__itemImg img {
  max-width: 410px;
  max-height: 440px;
}


/* manga6 */
.manga6__img {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.manga6__img img {
  width: 100%;
  max-width: 700px;
}


/* reviewTop */
.reviewTop {
  position: relative;
  background-image: url(../img/common_bg2_top_pc.png);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #0058aa;
  padding: 250px 0;
  margin: -250px 0;
  z-index: -1;
}

.reviewTop__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.reviewTop__subttl {
  margin-top: 65px;
  text-align: center;
}

.reviewTop__subttl img {
  width: 75px;
}


/* review */
.review {
  position: relative;
  background-color: #0058aa;
}

.review__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.review__ttl {
  text-align: center;
  margin: 20px 0 35px 0;
}

.review__ttl img {
  width: 540px;
}

.review__tab div[role="tablist"] {
  display: flex;
  gap: 20px;
  padding: 0 15px;
}

.review__tab button[role="tab"] {
  border: none;
  opacity: 0.6;
  background-color: #fff;
  width: 50%;
  padding: 20px 0;
  border-bottom: 5px solid #0058aa;
  border-radius: 15px 0 0 0;
}

.review__tab button[role="tab"] img {
  width: 295px;
}

.review__tab button[role="tab"][aria-selected="true"] {
  background-color: #FFFFFF;
  opacity: 1;
  border-bottom-color: #fff;
}

.review__tab button[role="tab"][aria-selected="false"]:hover {
  background-color: #FFFFFF;
  cursor: pointer;
  opacity: 0.8;
}

.review__panel {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 30px 80px;
}

.review__reviewEach--normal {
  display: flex;
  gap: 25px;
  margin-bottom: 40px;
}

.review__reviewEach--reverse {
  display: flex;
  gap: 25px;
  flex-flow: row-reverse;
  margin-bottom: 40px;
}

.review__reviewAvatar img {
  max-width: unset;
  height: 120px;
}

.review__reviewBalloon {
  position: relative;
  display: inline-block;
  padding: 15px 50px;
  width: 100%;
  height: 130px;
  border: solid 5px #0058aa;
  box-sizing: border-box;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1.7em;
  color: #3E3A39;
}

.review__reviewEach--normal .review__reviewBalloon:before {
  content: "";
  position: absolute;
  bottom: 8%;
  left: -10px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
  transform: rotate(-30deg);
}

.review__reviewEach--reverse .review__reviewBalloon:before {
  content: "";
  position: absolute;
  bottom: 8%;
  right: -10px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  z-index: 2;
  transform: rotate(210deg);
}

.review__reviewEach--normal .review__reviewBalloon:after {
  content: "";
  position: absolute;
  bottom: 4%;
  left: -18px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #0058aa;
  z-index: 1;
  transform: rotate(-30deg);
}

.review__reviewEach--reverse .review__reviewBalloon:after {
  content: "";
  position: absolute;
  bottom: 4%;
  right: -18px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #0058aa;
  z-index: 1;
  transform: rotate(210deg);
}

.review__caption {
  text-align: right;
  font-size: 11px;
}


/* faq */
.faq {
  position: relative;
  z-index: 20;
  background: rgb(0, 88, 170);
  background: linear-gradient(180deg, rgba(0, 88, 170, 1) 0%, rgba(0, 88, 170, 1) 93%, rgba(0, 88, 170, 0) 93%);
}

.faq__wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 85px;
}

.faq__subttl {
  text-align: center;
}

.faq__subttl img {
  width: 75px;
}

.faq__ttl {
  text-align: center;
  margin: 20px 0 35px 0;
}

.faq__ttl img {
  width: 540px;
}

.faq__tab div[role="tablist"] {
  display: flex;
  gap: 20px;
  padding: 0 15px;
}

.faq__tab button[role="tab"] {
  border: none;
  opacity: 0.6;
  background-color: #fff;
  width: 50%;
  padding: 20px 0;
  border-bottom: 5px solid #0058aa;
  border-radius: 15px 0 0 0;
}

.faq__tab button[role="tab"] img {
  width: 295px;
}

.faq__tab button[role="tab"][aria-selected="true"] {
  background-color: #FFFFFF;
  opacity: 1;
  border-bottom-color: #fff;
}

.faq__tab button[role="tab"][aria-selected="false"]:hover {
  background-color: #FFFFFF;
  cursor: pointer;
  opacity: 0.8;
}

.faq__panel {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 55px 40px;
}

.faq__qaWrap {
  margin: 25px 0;
}

.faq__question {
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}

.faq__answer {
  margin-left: 40px;
  position: relative;
  display: none;
}

.faq__question--close {
  position: relative;
}

.faq__question--close:after {
  content: "";
  background-image: url(../img/faq_icon_close.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 30px;
}

.faq__question--open {
  position: relative;
}

.faq__question--open:after {
  content: "";
  background-image: url(../img/faq_icon_open.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 30px;
}


.faq_qaTxt {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  min-height: 100%;
  align-items: center;
  font-size: 18px;
  line-height: 1.5em;
  color: #3E3A39;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.faq__question .faq_qaTxt {
  padding: 25px 50px 25px 90px;
  font-weight: 600;
}

.faq__answer .faq_qaTxt {
  font-size: 14px;
  padding: 25px 100px 25px 40px;
}


/* info */
.info {
  position: relative;
  z-index: 10;
  background-image: url(../img/info_bg.jpg);
  margin-top: -150px;
  overflow: hidden;
}

.info__bg {
  position: absolute;
  z-index: 100;
  left: calc(50% - 960px);
  width: 1920px;
  overflow: hidden;
  height: 1390px;
  padding: 0;
}

.info__bg img {
  width: 1920px;
}

.info__wrap {
  position: relative;
  z-index: 110;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.info__ttlWrap {
  position: relative;
  padding-top: 250px;
}

.info__lead {
  position: absolute;
  left: 90px;
}

.info__lead img {
  width: 135px;
}

.info__ttl {
  text-align: center;
}

.info__ttl img {
  width: 550px;
}

.info__date {
  text-align: center;
  margin: 35px 0;
}

.info__date img {
  width: 680px;
}

.info__shipTtl {
  text-align: center;
}

.info__shipTtl img {
  height: 24px;
}

.info__shipTtl span {
  margin-left: 25px;
  font-size: 12px;
  font-weight: 600;
  color: #3E3A39;
}

.info__inWrap {
  display: flex;
  margin: 50px 0 10px 0;
}

.info__product {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.info__productLogo img {
  width: 310px;
}

.info__productImg img {
  height: 280px;
}

.info__productName img {
  width: 450px;
}

.info__caption {
  text-align: right;
  font-size: 12px;
  color: #3E3A39;
}

.info__linkBt {
  margin: 45px 0 180px 0;
}


@media (max-width: 700px) {
  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  /* topBanner */
  .topBanner__wrap {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }


  /* mv */
  .mv {
    min-height: 100%;
    height: auto;
    background-image: url(../img/mv_bg_sp.png);
    background-position: middle center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .mv__topWrap {
    position: relative;
  }

  .mv__ttl {
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .mv__topInWrap {
    display: flex;
    gap: 0;
  }

  .mv__problemList {
    gap: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 140px;
    margin-bottom: 30px;
  }

  .mv__problemList li:nth-child(2) {
    margin-top: -100px;
  }

  .mv__problemList li img {
    transform: scale(1.1);
  }

  .mv__copy {
    width: 45%;
    margin-top: 0;
  }

  .mv__copy img {
    width: 100%;
  }

  .mv__illust {
    display: none;
  }

  .mv__bg {
    display: none;
  }

  .mv__bottomWrap {
    position: relative;
    top: auto;
    background: rgb(0, 88, 170);
    background: linear-gradient(0deg, rgba(0, 88, 170, 1) 49%, rgba(0, 88, 170, 0) 50%);
  }

  .mv__bottomInWrap {
    top: 0;
    min-height: auto;
    margin-top: 20px;
  }

  .mv__logoList {
    top: auto;
    width: 50%;
    position: relative;
    padding-left: 10px;
    padding-right: 0;
  }

  .mv__logoListSp {
    width: 100%;
    right: 0;
    top: -10dvw;
    position: relative;
  }

  .mv__logoListSp li {
    text-align: right;
    padding-right: 15px;
  }

  .mv__logoListSp li img {
    width: 45%;
  }

  .mv__cat {
    position: relative;
    left: 0;
    top: 0;
    margin-top: -50dvw;
  }

  .mv__cat img {
    height: auto;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .mv__txt {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    padding: 15px;
  }

  .mv__txt img {
    width: 100%;
  }

  .mv__caption {
    position: relative;
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }


  /* cta */
  .cta__link {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }


  /* enqute */
  .enquete {
    background-image: url(../img/common_bg1_top_sp.png), url(../img/common_bg1_bottom_sp.png);
  }

  .enquete__wrap {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .enquete__subttl img {
    width: 120px;
  }

  .enquete__itemWrap {
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 60px;
  }

  .enquete__itemImg {
    width: 100%;
    text-align: center;
  }

  .enquete__itemImg img {
    width: 100%;
    height: auto;
  }

  .enquete__itemWrap:after {
    background-image: url(../img/enquete_arrow_sp.png);
    height: 60px;
  }


  /* pickup1 */
  .pickup1__wrap {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .pickup1__ttl {
    margin-left: 0;
    margin-right: 0;
  }

  .pickup1__itemWrap {
    flex-wrap: wrap;
  }

  .pickup1__itemInWrap {
    padding: 0;
    margin-top: 40px;
  }

  .pickup1__itemTxt img {
    width: 100%;
  }

  .pickup1__itemImg {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .pickup1__itemImg img {
    max-width: 100%;
    max-height: 230px;
  }


  /* pickup2 */
  .pickup2__product {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .pickup2__wrap {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .pickup2__itemWrap {
    flex-wrap: wrap;
    border-radius: 30px 0 30px 0;
    padding: 10px 20px;
  }

  .pickup2__itemInWrap {
    width: 100%;
    padding: 30px 0;
  }

  .pickup2__itemInWrap:first-child {
    border-right: 0;
    border-bottom: 2px dotted #0058aa;
  }

  .pickup2__itemSubTtl img {
    width: 140px;
  }

  .pickup2__itemTtl {
    height: auto;
    text-align: center;
  }

  .pickup2__itemTtl img {
    max-width: 100%;
    width: auto;
  }

  .pickup2__itemImg img {
    max-width: 100%;
  }


  /* reviewTop */
  .reviewTop {
    background-image: url(../img/common_bg2_top_sp.png);
  }

  .reviewTop__subttl img {
    width: 60px;
  }


  /* review */
  .review__wrap {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .review__tab button[role="tab"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .review__panel {
    padding: 30px 15px;
  }

  .review__reviewEach--normal {
    gap: 5px;
    align-items: flex-end;
  }

  .review__reviewEach--reverse {
    gap: 5px;
    align-items: flex-end;
  }

  .review__reviewAvatar img {
    height: 80px;
  }

  .review__reviewBalloon {
    padding: 15px 10px 15px 15px;
    font-size: 13px;
    height: auto;
    border-radius: 30px;
  }

  .review__reviewEach--normal .review__reviewBalloon:before {
    bottom: 29px;
    left: -22px;
    transform: rotate(0deg);
  }

  .review__reviewEach--normal .review__reviewBalloon:after {
    bottom: 27px;
    left: -31px;
    transform: rotate(0deg);
  }

  .review__reviewEach--reverse .review__reviewBalloon:before {
    bottom: 29px;
    right: -22px;
    transform: rotate(180deg);
  }

  .review__reviewEach--reverse .review__reviewBalloon:after {
    bottom: 27px;
    right: -31px;
    transform: rotate(180deg);
  }


  /* faq */
  .faq__wrap {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .faq__subttl img {
    width: 60px;
  }

  .faq__tab button[role="tab"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq__panel {
    padding: 30px 15px;
  }

  .faq__question {
    margin-right: 20px;
  }

  .faq__question .faq_qaTxt {
    font-size: 14px;
    padding: 10px 40px 10px 30px;
  }

  .faq__question--close:after {
    right: 10px;
    top: 15px;
  }

  .faq__question--open:after {
    right: 10px;
    top: 15px;
  }

  .faq__answer {
    margin-left: 20px;
  }

  .faq__answer .faq_qaTxt {
    font-size: 12px;
    padding: 10px 30px 10px 15px;
  }


  /* info */
  .info {
    margin-top: -100px;
  }

  .info__bg {
    width: 200%;
    left: -50%;
  }

  .info__bg img {
    width: 100%;
  }

  .info__ttlWrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;
  }

  .info__ttl {
    text-align: right;
  }

  .info__ttl img {
    width: 80%;
  }

  .info__lead {
    left: 15px;
    width: calc(100% - 30px);
  }

  .info__lead img {
    width: 20%;
  }

  .info__date {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
  }

  .info__shipTtl {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 1em;
  }

  .info__shipTtl span {
    text-align: left;
    text-indent: -1em;
  }

  .info__inWrap {
    padding-left: 15px;
    padding-right: 15px;
    gap: 15px;
    margin-top: 20px;
  }

  .info__product {
    width: 50%;
  }

  .info__productImg {
    height: 180px;
    display: flex;
    align-items: center;
  }

  .info__productImg img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }

  .info__caption {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info__linkBt {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 100px;
  }
}

@media (min-width: 701px) {
  .spOnly {
    display: none;
  }
}