@charset "UTF-8";
#container {
  max-width: initial;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 641px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .tablet_only {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
  .tablet_only {
    display: none;
  }
}
.block_mv {
  position: relative;
  background: url(../common/img/bg_mv.webp) no-repeat center center;
  background-size: cover;
  height: 53.6885245902vw;
  max-height: 524px;
}
@media screen and (max-width: 960px) {
  .block_mv {
    height: 350px;
    background: url(../common/img/bg_mv_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
.block_mv .mv_in {
  position: relative;
  height: 100%;
  max-width: 1016px;
  margin-inline: auto;
  padding-inline: 20px;
}
.block_mv .mv_txt {
  padding-top: 14.7540983607%;
}
@media screen and (max-width: 960px) {
  .block_mv .mv_txt {
    padding-top: 20px;
  }
}
.block_mv .subject {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 960px) {
  .block_mv .subject {
    font-size: 16px;
  }
}
.block_mv .subject span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.block_mv .sub {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 960px) {
  .block_mv .sub {
    font-size: 12px;
  }
}
.block_mv .main {
  margin-top: 5px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 960px) {
  .block_mv .main {
    font-size: 27px;
  }
}
.block_mv .mv_product {
  position: absolute;
  right: 50%;
  bottom: -40px;
  width: calc(100% - 40px);
  max-width: 976px;
  transform: translateX(50%);
}
@media screen and (max-width: 960px) {
  .block_mv .mv_product {
    bottom: -20px;
  }
}
.block_mv .mv_product .img {
  width: 61.6803278689%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  .block_mv .mv_product .img {
    width: 100%;
  }
}

.pagebtn_anchor,
.pagebtn_gray,
.pagebtn_yellow {
  text-align: center;
}

.pagebtn_anchor a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  width: 100%;
  max-width: 340px;
  background: #eed100;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.2em;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 960px) {
  .pagebtn_anchor a {
    padding: 10px 20px;
    max-width: 247px;
    font-size: 12px;
  }
}
.pagebtn_anchor a:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  top: calc(50% - 4px);
  right: 15px;
  background: url(../common/img/arrow_b.svg) no-repeat center center;
  background-size: contain;
  transition: opacity 0.3s;
}
@media screen and (max-width: 960px) {
  .pagebtn_anchor a:after {
    width: 16px;
    height: 8px;
    top: calc(50% - 4px);
    right: 15px;
  }
}
.pagebtn_anchor span {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  width: 100%;
  max-width: 340px;
  background: #afaaaa;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 960px) {
  .pagebtn_anchor span {
    padding: 10px 20px;
    max-width: 247px;
    font-size: 12px;
  }
}

.pagebtn_anchor .note {
  margin-top: 5px;
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  .pagebtn_anchor .note {
    margin-top: 12px;
  }
}

.pagebtn_gray a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  width: 100%;
  max-width: 340px;
  background: #fff;
  border: 1px solid #808080;
  text-align: center;
  font-size: 17px;
  color: #000;
  letter-spacing: 0.25em;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 960px) {
  .pagebtn_gray a {
    padding: 10px 20px;
    max-width: 247px;
    font-size: 12px;
  }
}
.pagebtn_gray a:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 8px;
  top: calc(50% - 8px);
  right: 15px;
  background: url(../common/img/arrow_gray.svg) no-repeat center center;
  background-size: contain;
  transition: opacity 0.3s;
}
@media screen and (max-width: 960px) {
  .pagebtn_gray a:after {
    width: 16px;
    height: 8px;
    top: calc(50% - 4px);
    right: 15px;
  }
}

.pagebtn_yellow a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  width: 100%;
  max-width: 340px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  color: #828282;
  letter-spacing: 0.2em;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 960px) {
  .pagebtn_yellow a {
    padding: 10px 20px;
    max-width: 247px;
    font-size: 12px;
  }
}
.pagebtn_yellow a:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  top: calc(50% - 4px);
  right: 15px;
  background: url(../common/img/arrow.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(-90deg);
  transition: opacity 0.3s;
}
@media screen and (max-width: 960px) {
  .pagebtn_yellow a:after {
    width: 16px;
    height: 8px;
    top: calc(50% - 4px);
    right: 15px;
  }
}

.pagebtn_anchor a:hover {
  background: rgba(238, 209, 0, 0.85);
}

.pagebtn_yellow a:hover {
  color: #acacac;
  background: rgba(255, 255, 255, 0.85);
}

.pagebtn_anchor a:hover:after,
.pagebtn_yellow a:hover:after {
  opacity: 0.75;
}

.pagebtn_caution {
  margin-top: 15px;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.pagebtn_caution_gray {
  margin-top: 15px;
  padding: 0 5px;
  font-size: 12px;
  text-align: center;
}

.block_outline {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 80px;
  padding-inline: 20px;
  z-index: 4;
}
@media screen and (max-width: 960px) {
  .block_outline {
    margin-top: 50px;
  }
}
.block_outline .pretitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  .block_outline .pretitle {
    gap: 5px;
  }
}
.block_outline .free {
  display: inline-block;
  padding: 3px 8px 2px 12px;
  border: 1px solid #565656;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  .block_outline .free {
    padding: 1px 3px 0 7px;
    font-size: 10px;
  }
}
.block_outline .choice {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 960px) {
  .block_outline .choice {
    font-size: 12px;
  }
}
.block_outline .name {
  margin-top: 25px;
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  .block_outline .name {
    margin-top: 10px;
    font-size: 16px;
  }
}
.block_outline .maintitle {
  text-align: center;
}
.block_outline .main {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  line-height: 1;
  text-align: center;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: 0.2em;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .block_outline .main {
    margin-top: 10px;
    font-size: 27px;
  }
}
.block_outline .main:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #eed100;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .block_outline .main:after {
    height: 6px;
  }
}
.block_outline .main .dots {
  position: relative;
  display: inline-block;
}
.block_outline .main .dots:before {
  content: "";
  position: absolute;
  left: calc(50% - 2px - 0.1em);
  top: -10px;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background: #000;
}
@media screen and (max-width: 960px) {
  .block_outline .main .dots:before {
    left: calc(50% - 1px - 0.1em);
    top: -5px;
    width: 2px;
    height: 2px;
  }
}
.block_outline .term {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 960px) {
  .block_outline .term {
    margin-top: 10px;
    font-size: 12px;
  }
}
.block_outline .term .date {
  font-size: 27px;
}
@media screen and (max-width: 960px) {
  .block_outline .term .date {
    font-size: 14px;
  }
}
.block_outline .button {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .block_outline .button {
    margin-top: 5px;
  }
}

.block_apology{
  position: relative;
  padding: 80px 20px 10px;
  background: #fff;
  z-index: 4;
}
.block_apology .inner{
  width: 976px;
  max-width: 100%;
  margin-inline: auto;
  padding: 25px 28px;
  border: 1px solid #000;
}
.block_apology .title{
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
}
.block_apology .body {
  margin-top: 10px;
  line-height: 2.17;
  font-size: 17px;
  letter-spacing: 0.125em;
}
.block_apology .contact_lead {
  margin-top: 20px;
  font-size: 17px;
  letter-spacing: 0.1em;
}
.block_apology .contact_body {
  margin-top: 20px;
  line-height: 2.17;
  font-size: 17px;
  letter-spacing: 0.07em;
}
.block_apology .contact_body a{
  text-decoration: underline;
}
.block_apology .epiphora {
  margin-top: 20px;
  font-size: 17px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 960px) {
  .block_apology{
    padding: 70px 20px 10px;
  }
  .block_apology .inner{
    padding: 12px;
  }
  .block_apology .title{
    text-align: left;
    font-size: 21px;
  }
  .block_apology .body {
    line-height: 2;
    font-size: 12px;
  }
  .block_apology .contact_lead {
    margin-top: 10px;
    font-size: 12px;
  }
  .block_apology .contact_body {
    margin-top: 10px;
    line-height: 1.8;
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  .block_apology .epiphora {
    margin-top: 10px;
    font-size: 12px;
  }
}

.section_feature {
  position: relative;
}
.section_feature:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section_feature .inner {
  max-width: 733px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .section_feature .inner {
    max-width: 300px;
  }
}
.section_feature .sectitle {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .section_feature .sectitle {
    font-size: 21px;
  }
}
.section_feature .sectitle span {
  display: inline-block;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 960px) {
  .section_feature .sectitle span {
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
  }
}
.section_feature .lead {
  margin-top: 10px;
  line-height: 1.8;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .section_feature .lead {
    margin-top: 14px;
    font-size: 12px;
  }
}
.section_feature .img {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .section_feature .img {
    margin-top: 20px;
  }
}

.section_smart {
  margin-top: -300px;
  padding-top: 530px;
  z-index: 3;
}
@media screen and (max-width: 960px) {
  .section_smart {
    margin-top: -60px;
    padding-top: 180px;
  }
}
.section_smart:before {
  top: 0;
  height: 49.0483162518vw;
  max-height: 670px;
  background: url(../common/img/bg_sec_smart.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .section_smart:before {
    height: 65.6vw;
    background: url(../common/img/bg_sec_smart_sp.webp) no-repeat top center;
    background-size: cover;
  }
}

.section_standard {
  margin-top: -70px;
  padding-top: 270px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .section_standard {
    margin-top: -40px;
    padding-top: 112px;
  }
}
.section_standard:before {
  top: 0;
  height: 49.2679355783vw;
  max-height: 673px;
  background: url(../common/img/bg_sec_standard.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .section_standard:before {
    height: 80vw;
    background: url(../common/img/bg_sec_standard_sp.webp) no-repeat center center;
    background-size: cover;
  }
}

.section_tough {
  margin-top: -190px;
  padding-top: 390px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .section_tough {
    margin-top: -20px;
    padding-top: 90px;
  }
}
.section_tough:before {
  top: 0;
  height: 52.9282576867vw;
  max-height: 723px;
  background: url(../common/img/bg_sec_tough.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .section_tough:before {
    height: 80vw;
    background: url(../common/img/bg_sec_tough_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
.section_tough .button {
  margin-top: 140px;
}
@media screen and (max-width: 960px) {
  .section_tough .button {
    margin-top: 72px;
  }
}

.section_present {
  margin-top: 200px;
  padding-top: 200px;
  border-top: 1px solid #afaaaa;
}
@media screen and (max-width: 960px) {
  .section_present {
    margin-top: 100px;
    padding-top: 100px;
  }
}
.section_present .sectitle {
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.25em;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .section_present .sectitle {
    font-size: 21px;
  }
}

.block_present {
  width: calc(100% - 40px);
  max-width: 733px;
  margin-inline: auto;
  padding-top: 140px;
}
@media screen and (max-width: 960px) {
  .block_present {
    padding-top: 72px;
  }
}
.block_present .heading {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 51px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .block_present .heading {
    height: 42px;
    font-size: 12px;
  }
}

.block_set .heading {
  background: url(../common/img/num01.svg) no-repeat center center;
  background-size: contain;
}
.block_set .lead {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 960px) {
  .block_set .lead {
    margin-top: 14px;
  }
}
.block_set .setlist {
  display: flex;
  justify-content: center;
  gap: 10.9140518417%;
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .block_set .setlist {
    margin-top: 20px;
    gap: 21px;
  }
}
.block_set .setlist .each {
  width: 25.3751705321%;
}
@media screen and (max-width: 960px) {
  .block_set .setlist .each {
    width: calc(33.333% - 14px);
  }
}
.block_set .setlist .name {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .block_set .setlist .name {
    font-size: 14px;
  }
}
.block_set .setlist .img {
  margin-top: 15px;
}
@media screen and (max-width: 960px) {
  .block_set .setlist .img {
    margin-top: 13px;
  }
}
.block_set .setlist .body {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 960px) {
  .block_set .setlist .body {
    margin-top: 15px;
  }
}
.block_set .setlist .combination {
  margin-top: 20px;
  margin-left: 25.8064516129%;
  font-size: 13px;
}
@media screen and (max-width: 960px) {
  .block_set .setlist .combination {
    margin-top: 13px;
    margin-left: 0;
    font-size: 11px;
  }
}
.block_set .note {
  margin-top: 20px;
  text-align: right;
  font-size: 13px;
}
@media screen and (max-width: 960px) {
  .block_set .note {
    margin-top: 15px;
    font-size: 12px;
  }
}
.block_catalog{
  padding-bottom: 100px;
}
.block_catalog .heading {
  background: url(../common/img/num02.svg) no-repeat center center;
  background-size: contain;
}
.block_catalog .img {
  margin-top: 50px;
}
@media screen and (max-width: 960px) {
  .block_catalog .img {
    margin-top: 20px;
  }
}
.block_catalog .button {
  margin-top: 140px;
}
@media screen and (max-width: 960px) {
  .block_catalog .button {
    margin-top: 72px;
  }
}

.section_terms {
  background: #f0f0f0;
  padding: 0 20px;
  margin-top: 200px;
}

.section_terms .inner {
  max-width: 518px;
  padding: 70px 0 100px;
  margin-inline: auto;
}

.section_terms * {
  word-wrap: normal;
}

.section_terms .content {
  margin-bottom: 60px;
}

.section_terms .title {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.2em;
}

.section_terms .seclead {
  font-size: 12px;
}

.section_terms .terms_section {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.section_terms .terms_section .sectitle {
  font-size: 21px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.section_terms .terms_section .ul {
  position: relative;
  padding-left: 1em;
}

.section_terms .terms_section .ul span {
  position: absolute;
  left: 0;
  top: 0;
}

.section_terms .terms_section .ol li {
  position: relative;
  padding-left: 1.2em;
}

.section_terms .terms_section .ol li span {
  position: absolute;
  left: 0;
  top: 0;
}

.section_terms .form {
  margin-top: 65px;
  text-align: center;
}

.section_terms .form input,
.section_terms .form label {
  cursor: pointer;
}

.section_terms .pagebtn_entry {
  text-align: center;
  margin-top: 80px;
}

.section_terms .pagebtn_entry a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  width: 100%;
  max-width: 340px;
  background: #eed100;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.2em;
  transition: background-color 0.3s, color 0.3s, opacity 0.1s;
}

.section_terms .pagebtn_entry a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 16px;
  top: calc(50% - 8px);
  right: 15px;
  background: url(../common/img/arrow_b.svg) no-repeat center center;
  background-size: contain;
  transform: rotate(-90deg);
  transition: opacity 0.3s;
}

.section_terms .pagebtn_entry a:hover {
  background: rgba(238, 209, 0, 0.85);
}

.section_terms .pagebtn_entry a:hover:after {
  opacity: 0.75;
}

.animate-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.animate-fade.on {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 640px) {
  .pagebtn_caution {
    font-size: 11px;
  }
  .pagebtn_caution_gray {
    font-size: 11px;
  }
  .section_terms {
    margin-top: 72px;
    padding: 33px 20px 50px;
  }
  .section_terms .inner {
    padding: 0;
  }
  .section_terms .content {
    margin-bottom: 60px;
  }
  .section_terms .title {
    font-size: 16px;
  }
  .section_terms .terms_section {
    margin-top: 17px;
    font-size: 12px;
  }
  .section_terms .terms_section .sectitle {
    font-size: 16px;
  }
  .section_terms .form label {
    font-size: 12px;
  }
  .section_terms .pagebtn_entry {
    text-align: center;
    margin-top: 60px;
  }
  .section_terms .pagebtn_entry a {
    padding: 10px 20px;
    max-width: 247px;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */