@charset "UTF-8";
/* s5 reset */
.s5-container {
  padding: 0;
  max-width: 100%;
}

.s5-returnToTop {
  margin-top: 0;
}

/* original module */
.mod-wrap {
  width: 100%;
  max-width: 1260px;
  padding-left: 20px;
  padding-left: 5.1283vw;
  padding-right: 20px;
  padding-right: 5.1283vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .mod-wrap {
    padding: 0 30px;
  }
}
.mod-in-l {
  max-width: 1080px;
  margin: 0 auto;
}
.mod-in-m {
  max-width: 900px;
  margin: 0 auto;
}
.mod-bg-lg {
  background-color: #f8f8f8;
}
.mod-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 640px) {
  .mod-btns {
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mod-btns.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .mod-btns.center {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mod-btns.left {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .mod-btns.left {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mod-btns.right {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .mod-btns.right {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.mod-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}
.mod-btn.has-arrow {
  position: relative;
  padding: 8px 28px 8px 18px;
}
.mod-btn.has-arrow::before {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translate(-33%, -33%);
          transform: rotate(45deg) translate(-33%, -33%);
  top: 50%;
  right: 20px;
}
.mod-btn.size-l {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  width: 310px;
  height: 70px;
}
.mod-btn.size-l.has-arrow::before {
  width: 10px;
  height: 10px;
}
.mod-btn.size-m {
  width: 183px;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 980px) {
  .mod-btn.size-m {
    width: 200px;
    height: 46px;
  }
}
.mod-btn.size-m.has-arrow::before {
  width: 8px;
  height: 8px;
}
.mod-btn.bg-dark {
  background: #000;
}
.mod-btn.bg-dark:hover, .mod-btn.bg-dark:focus-visible {
  background: #4d4d4d;
}
@media screen and (min-width: 640px) {
  .mod-sticky-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 640px) {
  .mod-sticky-item {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
}
.mod-bnr-l {
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #c8c8c8;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 640px) {
  .mod-bnr-l {
    max-width: 400px;
  }
}
@media screen and (min-width: 980px) {
  .mod-bnr-l {
    max-width: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (min-width: 980px) {
  .mod-bnr-l-imgbox {
    width: min(280px, 31.1111111111%);
  }
}
.mod-bnr-l-txtbox {
  padding: 20px;
}
@media screen and (min-width: 980px) {
  .mod-bnr-l-txtbox {
    padding: 0 26px 0 min(5.5555555556%, 50px);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.mod-bnr-l-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 980px) {
  .mod-bnr-l-info {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mod-bnr-l-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.6;
  margin: 0;
}
.mod-bnr-l-ttl-sub {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 640px) {
  .mod-bnr-l-ttl-sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 980px) {
  .mod-bnr-l-ttl-sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 640px) {
  .mod-bnr-l-ttl-main {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 980px) {
  .mod-bnr-l-ttl-main {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.mod-bnr-l-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .mod-bnr-l-price {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 980px) {
  .mod-bnr-l-price {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mod-bnr-l-price .fmtPrice {
  font-weight: 400;
  font-size: 1.2em;
  margin-left: 0.8em;
}
.mod-bnr-l-price .fmtTax {
  margin-left: 0.4em;
}
.mod-bnr-l-btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .mod-bnr-l-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 980px) {
  .mod-bnr-l-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 30px;
  }
}
.mod-bnr-l .s5-buttonV3,
.mod-bnr-l .s5-storeButtonV3 {
  margin: 0;
}
.mod-imgbnr-c {
  margin: 20px 0 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 640px) {
  .mod-imgbnr-c {
    text-align: center;
  }
}
.mod-imgbnr .s5-getStarted {
  margin: 0;
}
.mod-imgbnr .s5-getStarted__item1 {
  margin: 0;
  padding: 0;
}
.mod-videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .mod-videos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mod-videos .mod-video:nth-of-type(n + 2) {
  padding-top: 30px;
  padding-top: 7.6924vw;
  margin-top: 30px;
  margin-top: 7.6924vw;
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 640px) {
  .mod-videos .mod-video:nth-of-type(n + 2) {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .mod-videos .mod-video:nth-of-type(even) {
    border-left: 1px solid #c8c8c8;
    margin-left: min(30px, 3.3333333333%);
    padding-left: min(30px, 3.3333333333%);
  }
}
.mod-video-t {
  position: relative;
}
.mod-video-t .icon-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 640px) {
  .mod-video-t .icon-play {
    width: 80px;
    height: 80px;
  }
}
.mod-video-t .icon-play img {
  opacity: 1 !important;
  -webkit-transition: 0s !important;
  transition: 0s !important;
}
.mod-video-img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mod-video:hover .mod-video-img, .mod-video:focus-visible .mod-video-img {
  opacity: 0.7;
}
.mod-video-c {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-top: 2.5642vw;
  font-weight: 700;
}
@media screen and (min-width: 640px) {
  .mod-video-c {
    margin-top: 10px;
  }
}
.mod-mt-1em {
  margin-top: 1em !important;
}

/* utils */
br.pc-block {
  display: none;
}
@media screen and (min-width: 640px) {
  br.pc-block {
    display: inline-block;
  }
}
br.sp-block {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  br.sp-block {
    display: none;
  }
}

.pdt {
  font-family: sans-serif;
  color: #000;
  /* reset */
}
.pdt img,
.pdt video {
  vertical-align: top;
}
.pdt img {
  display: block;
  width: 100%;
  height: auto;
}
.pdt-last {
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  .pdt-last {
    padding: 65px 0;
  }
}
.pdt-last .mod-btn.size-l {
  font-size: 18px;
  font-size: 1.125rem;
}
.pdt-hd {
  background-image: url("../img/mv-sp.webp");
  background-size: cover;
  background-position: center center;
  aspect-ratio: 390/680;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 640px) {
  .pdt-hd {
    background-image: url("../img/mv-pc.webp");
    background-position: center top;
    height: 480px;
    aspect-ratio: unset;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 980px) {
  .pdt-hd {
    height: 680px;
  }
}
.pdt-hd::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 84%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
}
@media screen and (min-width: 640px) {
  .pdt-hd::before {
    width: 48%;
    height: 100%;
    left: auto;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgb(0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 50%);
  }
}
.pdt-hd-in {
  position: relative;
  margin-top: auto;
  padding-bottom: 25px;
  padding-bottom: 6.4103vw;
}
@media screen and (min-width: 640px) {
  .pdt-hd-in {
    margin-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 640px) {
  .pdt-hd-cont {
    margin-left: auto;
  }
}
.pdt-hd-ttl {
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .pdt-hd-ttl {
    margin-left: auto;
  }
}
.pdt-hd-ttl-sub {
  font-size: 6.9231vw;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .pdt-hd-ttl-sub {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 980px) {
  .pdt-hd-ttl-sub {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.pdt-hd-ttl-main {
  margin-top: 10px;
  margin-top: 2.5642vw;
}
@media screen and (min-width: 640px) {
  .pdt-hd-ttl-main {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .pdt-hd-ttl-main {
    margin-top: 32px;
  }
}
.pdt-hd-ttl-main-top, .pdt-hd-ttl-main-bottom {
  display: block;
}
.pdt-hd-ttl-main-top {
  font-size: 4.1026vw;
}
@media screen and (min-width: 640px) {
  .pdt-hd-ttl-main-top {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 980px) {
  .pdt-hd-ttl-main-top {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.pdt-hd-ttl-main-bottom {
  font-size: 6.4103vw;
  line-height: 1.5;
}
@media screen and (min-width: 640px) {
  .pdt-hd-ttl-main-bottom {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 980px) {
  .pdt-hd-ttl-main-bottom {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.pdt-hd-bnr {
  background: #b40014;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 810px;
  margin-left: auto;
  margin-top: 10px;
  margin-top: 2.5642vw;
  padding-top: 8px;
  padding-top: 2.0513vw;
  padding-bottom: 8px;
  padding-bottom: 2.0513vw;
  padding-left: 10px;
  padding-left: 2.5642vw;
  padding-right: 10px;
  padding-right: 2.5642vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
  margin-top: 2.5642vw;
}
@media screen and (min-width: 640px) {
  .pdt-hd-bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
    width: 420px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .pdt-hd-bnr {
    padding-left: 15px;
    width: 520px;
    margin-top: 50px;
  }
}
.pdt-hd-bnr-imgbox {
  width: 31.7142857143%;
  max-width: 151px;
}
@media screen and (min-width: 640px) {
  .pdt-hd-bnr-imgbox {
    width: 29.6078431373%;
  }
}
.pdt-hd-bnr-txtbox {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.pdt-hd-bnr-icon {
  background: #fff;
  color: #b40014;
  padding-top: 2px;
  padding-top: 0.5129vw;
  padding-bottom: 2px;
  padding-bottom: 0.5129vw;
  padding-left: 10px;
  padding-left: 2.5642vw;
  padding-right: 10px;
  padding-right: 2.5642vw;
  font-size: 3.077vw;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
}
@media screen and (min-width: 640px) {
  .pdt-hd-bnr-icon {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 2px 10px;
  }
}
@media screen and (min-width: 980px) {
  .pdt-hd-bnr-icon {
    width: 60px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.pdt-hd-bnr-txt {
  font-size: 3.5898vw;
  margin-top: 5px;
  margin-bottom: 0;
}
@media screen and (min-width: 360px) {
  .pdt-hd-bnr-txt {
    font-size: 3.8462vw;
  }
}
@media screen and (min-width: 640px) {
  .pdt-hd-bnr-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 980px) {
  .pdt-hd-bnr-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.pdt-sec {
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  .pdt-sec {
    padding: 60px 0;
  }
}
.pdt-sec.pdt-intro {
  padding-bottom: 80px;
}
@media screen and (min-width: 640px) {
  .pdt-sec.pdt-intro {
    padding-bottom: 120px;
  }
}
.pdt-sec.pdt-s4 {
  padding-bottom: 80px;
}
@media screen and (min-width: 640px) {
  .pdt-sec.pdt-s4 {
    padding-bottom: 120px;
  }
}
.pdt-sec-ttl {
  text-align: center;
  line-height: 1.6;
  position: relative;
  margin: 0;
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (min-width: 640px) {
  .pdt-sec-ttl {
    font-size: 32px;
    font-size: 2rem;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
}
.pdt-sec-ttl::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ffe100;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pdt-intro-imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .pdt-intro-imgs {
    gap: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.pdt-intro-imgs-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 640px) {
  .pdt-intro-imgs-item {
    width: 23.3333333333%;
  }
}
.pdt-intro-main {
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .pdt-intro-main {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pdt-intro-main-imgbox {
  width: 91.4285714286%;
  margin: 0 auto;
  margin-top: 50px;
  margin-top: 12.8206vw;
}
@media screen and (min-width: 640px) {
  .pdt-intro-main-imgbox {
    margin: 0 0 0 -20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 46.9166666667%;
  }
}
@media screen and (min-width: 980px) {
  .pdt-intro-main-imgbox {
    margin: 0;
    width: 45.25%;
    margin-top: 30px;
  }
}
.pdt-intro-main-txtbox {
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .pdt-intro-main-txtbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: min(4.1666666667%, 50px);
    margin-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .pdt-intro-main-txtbox {
    margin-left: min(6.6666666667%, 80px);
  }
}
.pdt-intro-main-ttl {
  font-size: 6.4103vw;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .pdt-intro-main-ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 980px) {
  .pdt-intro-main-ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}
.pdt-intro-main-txt {
  font-size: max(16px, 4.1026vw);
  line-height: 2.1875;
  margin: 0;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .pdt-intro-main-txt {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.1875;
  }
}
@media screen and (min-width: 980px) {
  .pdt-intro-main-txt {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 26px;
  }
}
.pdt-intro-bnr {
  margin-top: 30px;
  margin-top: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .pdt-intro-bnr {
    margin-top: 70px;
  }
}
@media screen and (min-width: 980px) {
  .pdt-intro-bnr {
    margin-top: 90px;
  }
}
.pdt-2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 640px) {
  .pdt-2col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.1666666667%;
  }
}
@media screen and (min-width: 640px) {
  .pdt-2col.y-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pdt-2col-ttl-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
  font-size: 6.6667vw;
}
@media screen and (min-width: 640px) {
  .pdt-2col-ttl-a {
    margin-top: -3px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 980px) {
  .pdt-2col-ttl-a {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.pdt-2col-ttl-a-num {
  font-size: 1.2em;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 640px) {
  .pdt-2col-ttl-a-num {
    font-size: 1.38em;
  }
}
.pdt-2col-ttl-a-txt {
  line-height: 1.5;
  margin-left: 12px;
}
.pdt-2col-ttl-b {
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 40px;
  margin-top: 10.2565vw;
}
@media screen and (min-width: 640px) {
  .pdt-2col-ttl-b {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .pdt-2col-ttl-b {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-top: 50px;
  }
}
.pdt-2col-ttl-b:first-child {
  margin-top: 0;
}
.pdt-2col-ttl-b-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: calc(50% - 8px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .pdt-2col-ttl-b-icon {
    width: 60px;
    height: 60px;
    top: calc(50% - 10px);
  }
}
.pdt-2col-ttl-b-icon + .pdt-2col-ttl-b-txt {
  padding-left: 70px;
}
@media screen and (min-width: 640px) {
  .pdt-2col-ttl-b-icon + .pdt-2col-ttl-b-txt {
    padding-left: 80px;
  }
}
.pdt-2col-ttl-b-icon + .pdt-2col-ttl-b-txt.ml-small {
  padding-left: 56px;
}
@media screen and (min-width: 640px) {
  .pdt-2col-ttl-b-icon + .pdt-2col-ttl-b-txt.ml-small {
    padding-left: 66px;
  }
}
.pdt-2col-ttl-b .small {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.pdt-2col-ttl-c {
  line-height: 1.6;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .pdt-2col-ttl-c {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 980px) {
  .pdt-2col-ttl-c {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 40px;
  }
}
@media screen and (min-width: 640px) {
  .pdt-2col-imgbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 572px;
    width: 47.6666666667%;
  }
}
@media screen and (min-width: 640px) {
  .pdt-2col-imgbox.mt-100 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 980px) {
  .pdt-2col-imgbox.mt-100 {
    margin-top: 100px;
  }
}
.pdt-2col-imgbox.img-1 {
  margin-left: -10px;
  margin-left: -2.5641vw;
  width: 330px;
  width: 84.6154vw;
}
@media screen and (min-width: 640px) {
  .pdt-2col-imgbox.img-1 {
    margin-left: 0;
    width: 47.6666666667%;
  }
}
.pdt-2col-imgbox.sp-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 30px;
  margin-top: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .pdt-2col-imgbox.sp-order-2 {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-top: 0;
  }
}
.pdt-2col-imgbox img:nth-of-type(n + 2) {
  margin-top: 20px;
  margin-top: 5.1283vw;
}
@media screen and (min-width: 640px) {
  .pdt-2col-imgbox img:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .pdt-2col-imgbox img:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.pdt-2col-imgbox-c {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .pdt-2col-imgbox-c {
    font-size: 16px;
    font-size: 1rem;
  }
}
.pdt-2col-imgbox + .pdt-2col-txtbox {
  margin-top: 30px;
  margin-top: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .pdt-2col-imgbox + .pdt-2col-txtbox {
    margin-top: 0;
  }
}
.pdt-2col-txtbox {
  margin-top: 30px;
  margin-top: 7.6924vw;
}
@media screen and (min-width: 640px) {
  .pdt-2col-txtbox {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 578px;
    width: 48.1666666667%;
  }
}
.pdt-2col-txtbox > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  .pdt-2col-txtbox > *:first-child {
    margin-top: -3px;
  }
}
.pdt-2col-txtbox *:last-child {
  margin-bottom: 0;
}
.pdt-2col-txtbox.sp-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0;
}
@media screen and (min-width: 640px) {
  .pdt-2col-txtbox.sp-order-1 {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}
.pdt-2col-txt {
  font-size: 16px;
  font-size: 1rem;
}
.pdt-2col-read {
  font-size: 16px;
  font-size: 1rem;
  margin: 12px 0 22px;
}
@media screen and (min-width: 640px) {
  .pdt-2col-read {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 24px 0 30px;
  }
}
.pdt-2col-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
ul.pdt-2col-list .pdt-2col-c-txt {
  padding-left: 1em;
  position: relative;
}
ul.pdt-2col-list .pdt-2col-c-txt::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

ol.pdt-2col-list .pdt-2col-c-txt {
  padding-left: 2em;
  position: relative;
}
ol.pdt-2col-list .pdt-2col-c-txt .num {
  position: absolute;
  top: 0;
  left: 0;
}

.pdt-2col-btns {
  margin-top: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 640px) {
  .pdt-2col-btns {
    margin-top: 45px;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.pdt-2col-c-ttl, .pdt-2col-c-txt {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.8181818182;
  margin: 0;
  color: #5a5a5a;
}
@media screen and (min-width: 640px) {
  .pdt-2col-c-ttl, .pdt-2col-c-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.pdt-2col-c-ttl {
  font-weight: 400;
}
.pdt-2col-c-list {
  color: #5a5a5a;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pdt-2col-c-list .pdt-2col-c-txt::before {
  content: "・";
}
.pdt-2col-new {
  background: #b40014;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  line-height: 1.2;
}
.pdt-2col-new + * {
  margin-top: 6px;
}
@media screen and (min-width: 640px) {
  .pdt-2col-new + * {
    margin-top: 10px;
  }
}
.pdt-block {
  padding-bottom: 60px;
}
@media screen and (min-width: 640px) {
  .pdt-block {
    padding-bottom: 90px;
  }
}
.pdt-block.single-block {
  padding: 50px 0 60px;
}
@media screen and (min-width: 640px) {
  .pdt-block.single-block {
    padding: 70px 0 90px;
  }
}
.pdt-block.pt-s {
  padding-top: 0;
}
@media screen and (min-width: 640px) {
  .pdt-block.pt-s {
    padding-top: 30px;
  }
}
.pdt-block.sp-pt-s {
  padding-top: 0;
}
@media screen and (min-width: 640px) {
  .pdt-block.sp-pt-s {
    padding-top: 70px;
  }
}

.disclaimer_box + .mod-btns {
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .disclaimer_box + .mod-btns {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  .disclaimer_box + .mod-btns {
    margin-top: 60px;
  }
}

.red {
  color: #b40014;
}