.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: scroll;
  overscroll-behavior-y: contain;
}
.modal-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .modal-inner {
    padding: 0;
    margin-top: 24.6875vw;
    margin-top: 24.6875vw;
    max-width: 82.5vw;
  }
}
.modal-content {
  display: none;
  background-color: #fff;
  position: relative;
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 9.375vw 0 12.5vw;
  }
}
.modal-content.is-open {
  display: block;
}
.modal-content__close {
  position: absolute;
  color: #fff;
  right: 0;
  top: -32px;
  font-size: 13px;
  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;
  gap: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-content__close {
    top: -9.375vw;
    gap: 0.78125vw;
    font-size: 3.75vw;
  }
  .modal-content__close svg {
    width: 2.8125vw;
    height: auto;
  }
}
.modal-content .container {
  max-width: 1040px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .modal-content .container {
    padding: 0 3.75vw;
  }
}
.modal-content .container .heading {
  font-size: 24px;
  width: 100%;
  margin-bottom: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal-content .container .heading {
    font-size: 5.625vw;
    margin-bottom: 3.75vw;
  }
}
.modal-content .container .heading span {
  font-size: 16.8px;
  vertical-align: 2px;
}
@media screen and (max-width: 768px) {
  .modal-content .container .heading span {
    font-size: 3.9375vw;
    vertical-align: 0.6vw;
  }
}
.modal-content .container .block {
  width: 462px;
}
@media screen and (max-width: 1020px) {
  .modal-content .container .block {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal-content .container .block {
    width: 100%;
  }
}
.modal-content .container .block-title {
  color: #003e80;
  font-size: 20px;
  padding: 14px 14px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal-content .container .block-title {
    font-size: 4.6875vw;
    padding: 3.75vw 3.75vw;
  }
}
.modal-content .container .block-list {
  padding: 30px 14px;
}
@media screen and (max-width: 768px) {
  .modal-content .container .block-list {
    padding: 0px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 6.25vw;
  }
}
.modal-content .container .block-list li {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .modal-content .container .block-list li {
    width: 33.3%;
    margin-right: 0;
    padding: 5.625vw 0;
    line-height: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .modal-content .container .block-list li:nth-child(3n -2) {
    padding-left: 3.75vw;
  }
  .modal-content .container .block-list li:nth-child(3n -2):after {
    content: "";
    width: 75vw;
    height: 1px;
    background-color: #f0f0f0;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
  }
  .modal-content .container .block-list li:nth-child(3n -1) {
    text-align: center;
  }
  .modal-content .container .block-list li:nth-child(3n) {
    text-align: right;
    padding-right: 3.75vw;
  }
}
.modal-content .container .block-list li a,
.modal-content .container .block-list li span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .modal-content .container .block-list li a,
  .modal-content .container .block-list li span {
    font-size: 3.75vw;
  }
}
.modal-content .container .btn {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .modal-content .container .btn {
    margin-top: 0vw;
  }
}
.modal-content .container .btn p {
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .modal-content .container .btn p {
    font-size: 3.75vw;
  }
}

body.is-locked {
  overflow: hidden;
}

.lp-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lp-inner {
    width: 100%;
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.lp-inner h2 {
  text-align: center;
}

#main-content .lp-btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main-content .lp-btn {
    width: 100%;
  }
}
#main-content .lp-btn > a,
#main-content .lp-btn > span {
  cursor: pointer;
  width: 240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 50px;
  height: 50px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding-left: 21px;
  padding-right: 35px;
  background-color: #dc0723;
  text-align: left;
  font-size: 16px;
  position: relative;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #main-content .lp-btn > a,
  #main-content .lp-btn > span {
    width: 75vw;
    line-height: 14.6875vw;
    height: 14.6875vw;
    padding-left: 3.4375vw;
    padding-right: 0;
    font-size: 24px;
    font-size: 3.75vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#main-content .lp-btn > a:hover,
#main-content .lp-btn > span:hover {
  background-color: #e3394f;
}
#main-content .lp-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #ffffff;
}
#main-content .lp-btn a[target="_blank"]:after {
  border: none;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 10px;
  background-image: url(../image/icon_blank.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #main-content .lp-btn a[target="_blank"]:after {
    right: 3.75vw;
    width: 3.59375vw;
    height: 3.4375vw;
  }
}
#main-content .lp-btn .modal-open:after {
  border: none;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url(../image/icon_modal.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #main-content .lp-btn .modal-open:after {
    right: 3.125vw;
    width: 4.0625vw;
    height: 4.0625vw;
  }
}
#main-content .lp-note {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #main-content .lp-note {
    font-size: 3.4375vw;
  }
}
#main-content .mv {
  height: 413px;
  -webkit-background-size: auto 413px;
          background-size: auto 413px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url("../image/mv-img.png");
}
@media screen and (max-width: 768px) {
  #main-content .mv {
    -webkit-background-size: cover;
            background-size: cover;
    background-image: url("../image/mv-img--sp.png");
    height: 132.8125vw;
    background-position: bottom center;
  }
}
#main-content .mv-catch {
  margin-bottom: 17px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #main-content .mv-catch {
    margin-bottom: 6.25vw;
    padding-top: 10vw;
  }
}
#main-content .mv-catch img {
  height: 15px;
}
@media screen and (max-width: 768px) {
  #main-content .mv-catch img {
    height: 9.375vw;
  }
}
@media screen and (max-width: 768px) {
  #main-content .mv-title img {
    height: 21.09375vw;
  }
}
#main-content .mv-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #main-content .mv-inner {
    text-align: center;
    padding: 0;
  }
}
#main-content .mv .mv-text {
  margin-top: 56px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: -webkit-calc(27 / 18);
  line-height: calc(27 / 18);
}
@media screen and (max-width: 768px) {
  #main-content .mv .mv-text {
    margin-top: 53.125vw;
    font-size: 4.6875vw;
  }
}
#main-content .mv .mv-anchor {
  cursor: pointer;
  color: #fff;
  text-decoration: unset;
  font-weight: bold;
  font-size: 16px;
  line-height: -webkit-calc(27 / 16);
  line-height: calc(27 / 16);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  margin-top: 16px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #main-content .mv .mv-anchor {
    font-size: 3.75vw;
    gap: 1.71875vw;
    margin-top: 3.75vw;
  }
}
@media (any-hover: hover) {
  #main-content .mv .mv-anchor:hover {
    opacity: 0.6;
  }
}
#main-content .mv .mv-anchor svg {
  pointer-events: none;
  aspect-ratio: 1/1;
  width: 22px;
}
@media screen and (max-width: 768px) {
  #main-content .mv .mv-anchor svg {
    width: 5.625vw;
  }
}
#main-content .mv .lp-btn {
  text-align: left;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  #main-content .mv .lp-btn {
    text-align: center;
    margin-top: 9.375vw;
  }
}
#main-content .anchor {
  background-color: #f2f5f9;
}
@media screen and (max-width: 768px) {
  #main-content .anchor {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
#main-content .anchor .common-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  #main-content .anchor .common-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#main-content .anchor .anchor-col {
  width: 470px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  padding-top: 45px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1020px) {
  #main-content .anchor .anchor-col + .anchor-col {
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #main-content .anchor .anchor-col {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }
  #main-content .anchor .anchor-col + .anchor-col {
    margin-top: 9.375vw;
  }
}
#main-content .anchor .anchor-col__head {
  text-align: center;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9e2ec;
}
@media screen and (max-width: 768px) {
  #main-content .anchor .anchor-col__head {
    padding-bottom: 3.75vw;
    margin-bottom: 6.25vw;
  }
  #main-content .anchor .anchor-col__head img {
    width: auto;
    height: 5.3125vw;
  }
}
#main-content .anchor .anchor-col .lp-btn > a,
#main-content .anchor .anchor-col .lp-btn > span {
  width: 230px;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  #main-content .anchor .anchor-col .lp-btn > a,
  #main-content .anchor .anchor-col .lp-btn > span {
    width: 75vw;
  }
}
@media screen and (max-width: 768px) {
  #main-content .anchor .anchor-col .lp-btn + .lp-btn {
    margin-top: 6.25vw;
  }
}
#main-content .common-inner {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main-content .common-inner {
    padding: 0 5vw;
  }
}
#main-content .buying {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #main-content .buying {
    padding-top: 17.1875vw;
  }
}
#main-content .buying-heading {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 2px solid #d9e2ec;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-heading {
    padding-bottom: 6.25vw;
    margin-bottom: 9.375vw;
  }
  #main-content .buying-heading img {
    height: 7.8125vw;
  }
}
#main-content .buying .buying-text {
  max-width: 700px;
  padding: 0 20px;
  margin: 0 auto 39px;
}
@media screen and (max-width: 768px) {
  #main-content .buying .buying-text {
    font-size: 24px;
    font-size: 3.75vw;
    line-height: 1.75;
    padding: 0;
    margin-bottom: 7.8125vw;
  }
}
#main-content .buying-type {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-type {
    margin-bottom: 18.75vw;
  }
}
#main-content .buying-type__heading {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-type__heading {
    margin-bottom: 9.375vw;
  }
  #main-content .buying-type__heading img {
    height: 5vw;
  }
}
#main-content .buying-type__list {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-type__list {
    margin-bottom: 0;
  }
}
#main-content .buying-type__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #main-content .buying-type__list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    row-gap: 24px;
  }
}
#main-content .buying-type__list ul li {
  width: 25%;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #main-content .buying-type__list ul li {
    width: 100%;
    padding: unset;
  }
}
#main-content .buying-type__list ul li img {
  width: 85%;
}
#main-content .buying-type__list ul li span {
  margin-top: 15px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #main-content .buying-type__list ul li span {
    font-size: 24px;
    font-size: 3.75vw;
    margin-top: 3.125vw;
  }
}
#main-content .buying-type__list ul li span sup {
  font-size: 50%;
  vertical-align: top;
}
#main-content .buying-type__note {
  border: 1px solid #eaeaea;
  padding: 16px 25px 14px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-type__note {
    padding: 3.75vw;
    padding-bottom: 3.125vw;
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#main-content .buying .buying-requirements {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #main-content .buying .buying-requirements {
    margin-bottom: 9.375vw;
  }
}
#main-content .buying .buying-requirements .heading {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #main-content .buying .buying-requirements .heading {
    margin-bottom: 10vw;
  }
}
#main-content .buying .buying-requirements .heading img {
  aspect-ratio: 466/42;
  width: 466px;
}
@media screen and (max-width: 768px) {
  #main-content .buying .buying-requirements .heading img {
    aspect-ratio: 571/49;
    width: 89.21875vw;
  }
}
#main-content .buying .buying-requirements .buying-requirements-list .list-row {
  border-top: 1px solid #f0f0f0;
  display: grid;
  grid-template-columns: 30% 70%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  #main-content .buying .buying-requirements .buying-requirements-list .list-row {
    grid-template-columns: unset;
    justify-items: center;
    padding: 7.5vw 0;
    padding-left: 4.0625vw;
    padding-right: 4.0625vw;
    line-height: 1.5;
  }
}
#main-content .buying .buying-requirements .buying-requirements-list .list-row h4 {
  padding-left: 46px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #main-content .buying .buying-requirements .buying-requirements-list .list-row h4 {
    padding-left: unset;
  }
  #main-content .buying .buying-requirements .buying-requirements-list .list-row h4 img {
    height: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  #main-content .buying .buying-requirements .buying-requirements-list .list-row ul {
    justify-self: start;
    margin-top: 5.78125vw;
  }
}
#main-content .buying .buying-requirements .buying-requirements-list .list-row li p {
  position: relative;
  padding-left: 1.4em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #main-content .buying .buying-requirements .buying-requirements-list .list-row li p {
    font-size: 3.75vw;
  }
}
#main-content .buying .buying-requirements .buying-requirements-list .list-row li p::before {
  content: "";
  position: absolute;
  -webkit-border-radius: 100vmax;
          border-radius: 100vmax;
  aspect-ratio: 1/1;
  background-color: #003e80;
  width: 10px;
  top: 9px;
  left: 3px;
}
@media screen and (max-width: 768px) {
  #main-content .buying .buying-requirements .buying-requirements-list .list-row li p::before {
    width: 2.8125vw;
    top: 1.40625vw;
    left: 0.46875vw;
  }
}
#main-content .buying .buying-requirements .buying-requirements-list .list-row:last-child {
  border-bottom: 1px solid #f0f0f0;
}
#main-content .buying .buying-requirements .buying-note {
  position: relative;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  #main-content .buying .buying-requirements .buying-note {
    margin-top: 7.5vw;
  }
}
#main-content .buying-subheading {
  text-align: center;
  margin-bottom: 32px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-subheading {
    padding-top: 9.375vw;
    margin-top: 15.625vw;
    margin-bottom: 5.3125vw;
  }
  #main-content .buying-subheading img {
    height: 8.125vw;
  }
}
#main-content .buying-desc {
  max-width: 700px;
  padding: 0 20px;
  margin: 0 auto 45px;
}
#main-content .buying-desc .lp-note {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-desc .lp-note {
    margin-top: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  #main-content .buying-desc {
    font-size: 24px;
    font-size: 3.75vw;
    line-height: 1.75;
    padding: 0;
    margin-bottom: 7.8125vw;
  }
}
#main-content .buying-img {
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main-content .buying-img {
    margin-bottom: 10.9375vw;
    width: 90vw;
  }
}
#main-content .buying-point {
  margin-top: 70px;
  margin-bottom: 60px;
  padding: 50px 50px 27px;
  background-color: #f2f5f9;
}
@media screen and (max-width: 768px) {
  #main-content .buying-point {
    margin-top: 12.5vw;
    padding: 7.8125vw;
    padding-bottom: 4.0625vw;
  }
}
#main-content .buying-point__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #003e81;
  height: 55px;
  -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-bottom: 36px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-point__heading {
    height: 19.0625vw;
    margin-bottom: 6.25vw;
  }
  #main-content .buying-point__heading img {
    height: 12.65625vw;
  }
}
#main-content .buying-point__desc {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #main-content .buying-point__desc {
    font-size: 24px;
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
    line-height: 1.75;
  }
}
#main-content .buying-point__list ul li {
  background-color: #fff;
  margin-bottom: 20px;
  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;
}
@media screen and (max-width: 768px) {
  #main-content .buying-point__list ul li {
    display: block;
    width: 100%;
    margin-bottom: 3.75vw;
  }
}
#main-content .buying-point__list ul li .img {
  width: 270px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-point__list ul li .img {
    width: 100%;
  }
}
#main-content .buying-point__list ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 30px;
  padding-right: 34px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-point__list ul li .text {
    padding: 3.125vw 5.625vw 5vw;
  }
}
#main-content .buying-point__list ul li .text h4 {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-point__list ul li .text h4 {
    margin-bottom: 3.125vw;
    text-align: center;
  }
  #main-content .buying-point__list ul li .text h4 img {
    height: 17.5vw;
  }
}
#main-content .buying-point__list ul li .text p {
  font-size: 14px;
  line-height: 1.71429;
  padding-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-point__list ul li .text p {
    font-size: 24px;
    font-size: 3.75vw;
    line-height: 1.75;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #main-content .buying-point__list ul li:nth-child(3) h4 img {
    height: 23.125vw;
  }
}
#main-content .buying-assessment {
  margin-top: 60px;
  border: 6px solid #e5ebf2;
  padding: 30px 30px 28px;
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-assessment {
    margin-top: 12.5vw;
    border-width: 1.875vw;
    padding: 5.3125vw 5.3125vw 4.6875vw;
    margin-bottom: 6.25vw;
  }
}
#main-content .buying-assessment__heading {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-assessment__heading {
    margin-bottom: 4.375vw;
  }
  #main-content .buying-assessment__heading img {
    height: 4.6875vw;
  }
}
#main-content .buying-assessment__text {
  font-size: 16px;
  line-height: 1.75;
  padding-right: 270px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main-content .buying-assessment__text {
    padding-right: 0;
    font-size: 24px;
    font-size: 3.75vw;
    line-height: 1.75;
  }
}
#main-content .buying-assessment__text .lp-btn {
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-assessment__text .lp-btn {
    margin-top: 4.0625vw;
    position: static;
  }
}
#main-content .buying-assessment__note {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 768px) {
  #main-content .buying-assessment__note {
    margin-top: 5.625vw;
    padding-top: 5.625vw;
  }
}
#main-content .buying-assessment__note li {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-assessment__note li {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#main-content .buying-documents {
  border: 1px solid #eaeaea;
  padding: 17px 20px 22px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-documents {
    padding: 5.3125vw 3.75vw;
  }
}
#main-content .buying-documents__title {
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-documents__title {
    margin-bottom: 3.75vw;
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#main-content .buying-documents__title:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../image/icon-q.svg");
  display: inline-block;
  vertical-align: -5px;
  margin-right: 10px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #main-content .buying-documents__title:before {
    width: 4.375vw;
    height: 4.375vw;
    vertical-align: -0.78125vw;
    margin-right: 0.9375vw;
    -webkit-background-size: contain;
            background-size: contain;
  }
}
#main-content .buying-documents ul li {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
#main-content .buying-documents ul li .red {
  color: #d34c3f;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #main-content .buying-documents ul li {
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 1.75;
  }
}
#main-content .buying-recycle {
  border: 1px solid #eaeaea;
  padding: 34px;
  padding-right: 390px;
  margin-top: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("../image/buying-recycle-bg.png");
  background-position: top right;
  min-height: 240px;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 768px) {
  #main-content .buying-recycle {
    background-image: url("../image/buying-recycle-bg--sp.png");
    background-position: bottom center;
    min-height: 114.84375vw;
    padding-right: 0;
    padding: 6.25vw 7.5vw;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
  }
}
#main-content .buying-recycle__title {
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #main-content .buying-recycle__title {
    margin-bottom: 4.375vw;
  }
  #main-content .buying-recycle__title img {
    height: 4.6875vw;
  }
}
#main-content .buying-recycle p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #main-content .buying-recycle p {
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 1.75;
  }
}
#main-content .reuse {
  background-color: #f6f7f9;
  margin-top: 110px;
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  #main-content .reuse {
    margin-top: 17.1875vw;
    padding-top: 18.75vw;
  }
}
#main-content .reuse-heading {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 2px solid #d1dbe7;
}
@media screen and (max-width: 768px) {
  #main-content .reuse-heading {
    padding-bottom: 5.9375vw;
  }
  #main-content .reuse-heading img {
    height: 8.125vw;
  }
}
#main-content .reuse-lead {
  padding-top: 59px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 112px;
}
@media screen and (max-width: 768px) {
  #main-content .reuse-lead {
    margin-bottom: 10.4vw;
    font-size: 24px;
    font-size: 3.75vw;
    padding-top: 8.75vw;
  }
}
#main-content .reuse-voices__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #main-content .reuse-voices__title {
    margin-bottom: 6.25vw;
  }
  #main-content .reuse-voices__title img {
    height: 17.5vw;
  }
}
#main-content .reuse-voices__img {
  margin-bottom: 118px;
}
@media screen and (max-width: 768px) {
  #main-content .reuse-voices__img {
    margin-bottom: 18.75vw;
  }
}
#main-content .reuse-insurance__title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #main-content .reuse-insurance__title {
    margin-bottom: 9.375vw;
  }
  #main-content .reuse-insurance__title img {
    height: 7.5vw;
  }
}
#main-content .reuse-insurance__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #main-content .reuse-insurance__list ul {
    display: block;
  }
}
#main-content .reuse-insurance__list ul li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #main-content .reuse-insurance__list ul li {
    width: 100%;
    margin-bottom: 7.1875vw;
  }
}
#main-content .reuse-insurance__list ul li .title {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main-content .reuse-insurance__list ul li .title {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 768px) {
  #main-content .reuse-insurance__list ul li .title img {
    height: 17.1875vw;
  }
}
#main-content .reuse-insurance__list ul li .desc {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.71429;
}
@media screen and (max-width: 768px) {
  #main-content .reuse-insurance__list ul li .desc {
    font-size: 24px;
    font-size: 3.75vw;
    line-height: 1.75;
  }
}
#main-content .reuse-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 540px;
  margin: 0 auto;
  margin-top: 75px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #main-content .reuse-btns {
    width: 100%;
    display: block;
    margin-top: 9.375vw;
    padding-bottom: 12.5vw;
  }
}
#main-content .reuse-btns .lp-btn:nth-child(2) a {
  width: 260px;
}
@media screen and (max-width: 768px) {
  #main-content .reuse-btns .lp-btn {
    margin-bottom: 6.25vw;
  }
  #main-content .reuse-btns .lp-btn a {
    width: 75vw !important;
  }
}
#main-content .about {
  position: relative;
  padding-bottom: 60px;
  padding-top: 140px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #main-content .about {
    margin-bottom: 0vw;
    padding-top: 18.75vw;
    padding-bottom: 8.59375vw;
  }
}
#main-content .about-heading {
  margin-bottom: 36px;
  width: 59.5%;
}
@media screen and (max-width: 768px) {
  #main-content .about-heading {
    margin: 0 auto;
    margin-bottom: 7vw;
    width: 70.78125vw;
  }
}
#main-content .about-desc {
  width: 60%;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #main-content .about-desc {
    width: 100%;
    line-height: 1.75;
    font-size: 24px;
    font-size: 3.75vw;
  }
  #main-content .about-desc br {
    display: none;
  }
}
#main-content .about-img {
  position: absolute;
  right: 25px;
  top: -3%;
  width: 35.5%;
}
@media screen and (max-width: 768px) {
  #main-content .about-img {
    width: 70.9375vw;
    position: static;
    margin: 5.625vw auto 0;
  }
}
#main-content .about-reason {
  border-top: 1px solid #ccd9e6;
  padding-top: 66px;
  margin-top: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #main-content .about-reason {
    margin-top: 18.75vw;
    padding-top: 9.375vw;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#main-content .about-reason__text {
  width: 588px;
}
@media screen and (max-width: 768px) {
  #main-content .about-reason__text {
    width: 100%;
  }
}
#main-content .about-reason__text .heading {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #main-content .about-reason__text .heading {
    text-align: center;
  }
  #main-content .about-reason__text .heading img {
    height: 12.5vw;
  }
}
#main-content .about-reason__text p {
  font-size: 14px;
  line-height: 1.85714;
}
@media screen and (max-width: 768px) {
  #main-content .about-reason__text p {
    line-height: 1.75;
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#main-content .about-reason__img {
  width: 380px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  #main-content .about-reason__img {
    width: 100%;
    padding-right: 0;
    margin-top: 6.25vw;
  }
}
#main-content .faq {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  #main-content .faq {
    padding-top: 0vw;
  }
}
#main-content .faq-wrapper {
  border: 8px solid #e4e6f1;
  padding: 36px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #main-content .faq-wrapper {
    margin-bottom: 18.75vw;
    border: 1.875vw solid #e4e6f1;
    padding: 10.625vw 4.0625vw;
  }
}
#main-content .faq-heading {
  text-align: center;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  #main-content .faq-heading img {
    height: 8.4375vw;
  }
}
#main-content .faq-desc {
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  #main-content .faq-desc {
    text-align: center;
  }
}
#main-content .copy {
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 1.71429;
}
@media screen and (max-width: 768px) {
  #main-content .copy {
    margin-bottom: 4.6875vw;
    font-size: 20px;
    font-size: 3.125vw;
  }
}
