@charset "UTF-8";
/* ご利用ガイド共有 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* contents area */
#breadcrumbs {
  margin: 0;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.fit {
  width: 100%;
  height: auto;
}

.mv {
  position: relative;
  padding: 70px 0 90px;
  background: url(../images/common/mv_bg01.png) repeat center top;
  font-family: "Noto Sans JP", sans-serif;
}
.mv:before, .mv:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: calc(50% - 478px);
  height: 100%;
}
.mv:before {
  left: 0;
  background: url(../images/common/mv_bg02.svg) repeat right top;
  background-size: 200px 602px;
}
.mv:after {
  right: 0;
  background: url(../images/common/mv_bg03.svg) repeat left top;
  background-size: 200px 602px;
}
.mv__ttl {
  padding: 0 0 50px;
  font-size: 45px;
  font-weight: 400;
  line-height: 1em;
  color: #9b0000;
}
.mv__ttl__icon {
  width: 134px;
  height: auto;
}
.mv__lead {
  font-size: 22px;
  font-weight: 300;
  line-height: 2em;
  color: #9b0000;
}

.pagenav {
  width: 956px;
  margin: 0 auto;
  padding: 70px 0 38px;
  overflow: hidden;
}
.pagenav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.pagenav__area {
  width: 408px;
  padding: 0 20px 32px;
}
.pagenav__area.wide {
  width: 458px;
}
.pagenav__area.narrow {
  width: 368px;
}
.pagenav .pagenav__area__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 60px;
  background: #9b0000;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  color: #fff;
}
.pagenav .pagenav__area__btn:before {
  content: "";
  position: absolute;
  display: block;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 39px;
  height: 39px;
}
.pagenav .pagenav__area__btn.staff:before {
  background: url(../images/delivery/icon01.png) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn.delivery:before {
  background: url(../images/delivery/icon02.png) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn.shipping:before {
  background: url(../images/delivery/icon03.svg) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn.summary:before {
  background: url(../images/payment/icon01.svg) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn.receipt:before {
  background: url(../images/payment/icon02.svg) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn.benefit:before {
  background: url(../images/dduet/icon02.svg) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn.premium:before {
  background: url(../images/dduet/icon03.svg) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn.trial:before {
  background: url(../images/order/icon01.svg) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn.product:before {
  background: url(../images/order/icon02.svg) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn.service:before {
  background: url(../images/order/icon03.svg) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn.rental:before {
  background: url(../images/order/icon04.svg) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn.regular:before {
  background: url(../images/order/icon05.svg) no-repeat center center;
  background-size: contain;
}
.pagenav .pagenav__area__btn:after {
  content: "";
  position: absolute;
  display: block;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.pagenav .pagenav__area__btn:hover {
  color: #fff !important;
  text-decoration: none !important;
  opacity: 0.7;
}

.contents {
  display: block;
  padding: 100px 0 0;
  background: url(../images/common/bg01.png) repeat;
  overflow: hidden;
}

.guide {
  width: 956px;
  margin: 0 auto 103px;
  padding: 72px 103px 0;
  background: #fff;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 2px rgba(145, 140, 132, 0.3);
          box-shadow: 2px 2px 2px rgba(145, 140, 132, 0.3);
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.guide a {
  color: #06f;
}
.guide__ttl {
  position: relative;
  margin: 0 0 52px;
  padding: 32px 0 32px 53px;
  border-top: 2px solid #9b0000;
  border-bottom: 1px solid #9b0000;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.4em;
  color: #9b0000;
}
.guide__ttl:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #9b0000;
}
.guide__ttl__icon {
  display: block;
  position: absolute;
  left: 0;
  top: -8px;
  width: 103px;
  height: 110px;
  padding: 0 6px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/common/ribon.svg) no-repeat center top;
  background-size: contain;
  text-align: center;
}
.guide__ttl__icon .img_icon {
  width: 66px;
  height: auto;
  margin: 14px auto 0;
}
.guide__ttl small {
  display: block;
  font-size: 22px;
  font-weight: 500;
}
.guide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 50px;
}
.guide__illust {
  width: 320px;
}
.guide__illust__txt {
  margin: 0.5em 0 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.4em;
  text-align: right;
}
.guide__detail {
  width: 411px;
  border-top: 1px solid #d9edef;
  text-align: left;
}
.guide__detail__ttl {
  padding: 1em 0 0.4em;
  font-size: 22px;
  font-weight: 400;
  line-height: 2em;
  color: #9b0000;
}
.guide__detail__txt {
  padding: 0 0 0.5em;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
}
.guide__detail__txt small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.75em;
}
.guide__detail__txt sup {
  font-size: 10px;
}
.guide__detail__txt.single__space {
  padding-bottom: 1.5em;
}
.guide__detail__notice {
  padding: 0 0 0.5em;
}
.guide__detail__notice .asterisk {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.75em;
}
.guide__detail__notice .asterisk:before {
  content: "※";
}

.outerlink {
  padding: 0 20px 0 0;
  background: url(/common/images/ico_popwin.gif) no-repeat right 0.3em center;
  background-size: 16px auto;
}

/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {
  /* contents area */
  .pc {
    display: none;
  }

  .sp {
    display: inline-block;
  }

  .mv {
    margin-top: 29vw;
    padding-top: 13.3333333333vw;
    padding-right: 6.4vw;
    padding-bottom: 10.6666666667vw;
    padding-left: 6.4vw;
    background: url(../images/common/mv_bg01_sp.png) repeat center top;
    background-size: 100% auto;
  }
  .mv:before, .mv:after {
    display: none;
  }
  .mv__ttl {
    padding: 0 0 0.8em;
    font-size: 7.4666666667vw;
    line-height: 1.5em;
  }
  .mv__lead {
    padding: 0 5vw;
    font-size: 4.2666666667vw;
  }

  .pagenav {
    width: auto;
    padding-top: 15.7333333333vw;
    padding-right: 0vw;
    padding-bottom: 7.7333333333vw;
    padding-left: 0vw;
  }
  .pagenav__inner {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    margin: 0;
    padding-top: 0vw;
    padding-right: 13.0666666667vw;
    padding-bottom: 0vw;
    padding-left: 13.0666666667vw;
  }
  .pagenav__area {
    width: auto;
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 8vw;
    padding-left: 0vw;
  }
  .pagenav__area.wide, .pagenav__area.narrow {
    width: auto;
  }
  .pagenav .pagenav__area__btn {
    height: 18.6666666667vw;
    border-radius: 10vw;
    font-size: 4vw;
    line-height: 1.5em;
  }
  .pagenav .pagenav__area__btn:before {
    left: 3.4666666667vw;
    width: 10.5333333333vw;
    height: 10.5333333333vw;
  }
  .pagenav .pagenav__area__btn:after {
    right: 5.3333333333vw;
    width: 1.6vw;
    height: 1.6vw;
    border-right: 0.7vw solid #fff;
    border-bottom: 0.7vw solid #fff;
  }

  .contents {
    padding-top: 10.6666666667vw;
    padding-right: 6.4vw;
    padding-bottom: 0vw;
    padding-left: 6.4vw;
    background: url(../images/common/bg01_sp.png) repeat-y;
    background-size: 100% auto;
  }
  .mv + .contents {
    margin-top: 0;
  }

  .guide {
    width: auto;
    margin: 0 auto 12vw;
    padding-top: 10.6666666667vw;
    padding-right: 4vw;
    padding-bottom: 0vw;
    padding-left: 4vw;
    border-top-left-radius: 1.6vw;
    border-top-right-radius: 1.6vw;
    border-bottom-left-radius: 1.6vw;
    border-bottom-right-radius: 1.6vw;
    -webkit-box-shadow: 0.7vw 0.7vw 0.7vw rgba(145, 140, 132, 0.3);
            box-shadow: 0.7vw 0.7vw 0.7vw rgba(145, 140, 132, 0.3);
  }
  .guide__ttl {
    margin: 0 0 10vw;
    padding: 1em 0 1em 21vw;
    border-top: 0.7vw solid #9b0000;
    border-bottom: 0.4vw solid #9b0000;
    font-size: 4.8vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.75em;
    text-align: left;
  }
  .guide__ttl:after {
    bottom: -1.2vw;
    height: 0.7vw;
  }
  .guide__ttl__icon {
    top: -1.8vw;
    width: 19.6vw;
    height: 21.0666666667vw;
    padding: 0 1vw 0 0;
  }
  .guide__ttl__icon .img_icon {
    width: 12.2666666667vw;
    margin: 2vw auto 0;
  }
  .guide__inner {
    display: block;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding: 0 0 10vw;
  }
  .guide__illust {
    width: auto;
  }
  .guide__illust__txt {
    font-size: 2.4vw;
  }
  .guide__detail {
    width: auto;
    border-top: none;
  }
  .guide__detail__ttl {
    padding: 0.5em 0 0.2em;
    font-size: 4.8vw;
  }
  .guide__detail__txt {
    font-size: 3.7333333333vw;
  }
  .guide__detail__txt small {
    font-size: 3.2vw;
  }
  .guide__detail__txt sup {
    font-size: 2vw;
  }
  .guide__detail__notice {
    font-size: 3.2vw;
    line-height: 2em;
  }

  .outerlink {
    padding: 0 4vw 0 0;
    background-size: 3.6vw auto;
  }
}
