@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;
  height: 53.6885245902vw;
  max-height: 524px;
  z-index: 100;
}
@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-sld,
.block_mv .mv-sld .slick-list,
.block_mv .mv-sld .slick-list .slick-track{
  height: 100%;
}
.block_mv .mv-sld .slick-list{
  overflow: visible;
}
.block_mv .panel01{
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../common/img/bg_mv01.jpg) no-repeat center center;
  background-size: cover;
}
.block_mv .panel02{
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../common/img/bg_mv02.jpg) no-repeat center center;
  background-size: cover;
}
.block_mv .panel03{
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../common/img/bg_mv03.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .block_mv .panel01{
    background: url(../common/img/bg_mv01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .block_mv .panel02{
    background: url(../common/img/bg_mv02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .block_mv .panel03{
    background: url(../common/img/bg_mv03_sp.jpg) 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%;
  width: 382px;
}
@media screen and (max-width: 960px) {
  .block_mv .mv_txt {
    position: absolute;
    width: calc(100% - 40px);
    max-width: 976px;
    bottom: calc(20 / 375 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    padding-top: 0;
  }
}
.block_mv .mv_product {
  width: 403px;
  margin-top: -5px;
}
@media screen and (max-width: 960px) {
  .block_mv .mv_product {
    position: absolute;
    left: 50%;
    bottom: calc(-90 / 375 * 100vw);
    width: calc(100% - 40px);
    max-width: 976px;
    transform: translateX(-50%);
  }
}
@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: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.4em;
  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: 11px;
    letter-spacing: 0.25em;
  }
}
.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: 10px;
  font-size: 11px;
}
@media screen and (max-width: 960px) {
  .pagebtn_anchor .note {
    margin-top: 12px;
    font-size: 10px;
  }
}

.pagebtn_gray a {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  width: 100%;
  max-width: 180px;
  background: #fff;
  border: 1px solid #808080;
  text-align: center;
  font-size: 12px;
  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%; 
  padding-top: 80px;
  padding-bottom: 55px;
  padding-inline: 20px;
  background: #585858;
  z-index: 4;
}
.block_outline_in{
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .block_outline {
    padding-top: calc(120 / 375 * 100vw);
    padding-bottom: 60px;
  }
}
.block_outline .pretitle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
}
@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 #fff;
  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;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .block_outline .name {
    margin-top: 10px;
    font-size: 16px;
  }
}
.block_outline .maintitle {
  text-align: center;
  color: #fff;
}
.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: #fff;
}
@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;
  color: #fff;
}
@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_outline .heading{
  max-width: 730px;
  margin-inline: auto;
  margin-top: 90px;
}
.block_outline .heading .title{
  margin-bottom: 5px;
  border-bottom: 3px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}
.block_outline .heading .body{
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .block_outline .heading{
    max-width: 220px;
    margin-top: 50px;
  }
  .block_outline .heading .title{
    font-size: 21px;
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff;
  }
  .block_outline .heading .body{
    line-height: 2.25;
    font-size: 12px;
  }
}

.block_features .tabs{
  display: flex;
}
.block_features .tabs button{
  display: block;
  width: 33.333%;
  position: relative;
  padding: 40px 10px 60px;
  background: #808080;
  transition: background-color .3s;
  border: none;
}
.block_features .tabs button:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 24px;
  height: 24px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);

}
.block_features .tabs button:nth-child(n+2){
  border-left: 2px solid #4d4d4d;
}
.block_features .tabs button:hover{
  background: #666666;
}
.block_features .tabs button .name{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
  font-size: 20px;
  color: #fff;
}
.block_features .tabs button .img{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.block_features .tabs button.is-active{
  background: #666666;
}
.block_features .tabs button.is-active:after{
  transform: translateX(-50%) rotate(-135deg);
}
.block_features .content{
  background: #666666;
  padding: 140px 20px 180px;
  display: none;
}
.block_features .content .block{
  max-width: 730px;
  margin-inline: auto;
}
.block_features .content .block + .block{
  margin-top: 120px;
}
.block_features .content .lead{
  width: 100%;
  border-bottom: 3px solid #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.block_features .content .body{
  width: 100%;
  margin-top: 10px;
  line-height: 1.75;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.block_features .content .img{
  margin-top: 50px;
}
.block_features .content .pagebtn_gray{
  margin-top: 150px;
}
.block_features .content .pagebtn_gray a{
  max-width: 342px;
  letter-spacing: 0.25em;
  font-size: 17px;
}
@media screen and (max-width: 960px) {
  .block_features .tabs{
    display: block;
  }
  
  .block_features .tabs button{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 120px;
    padding: 0 calc(60 / 375 * 100vw) 0 calc(135 / 375 * 100vw);
  }
  .block_features .tabs button:nth-child(n+2){
    border-left: none;
    border-top: 2px solid #4d4d4d;
  }
  .block_features .tabs button:after{
    position: absolute;
    left: initial;
    right: 15px;
    bottom: initial;
    top: 38%;
    width: 16px;
    height: 16px;
  }
  .block_features .tabs button .name{
    text-align: left;
    font-size: 16px;
  }
  .block_features .tabs button .img{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block_features .tabs button:nth-of-type(1) .img{
    left: calc(22.5 / 375 * 100vw);
    width: calc(90 / 375 * 100vw);
  }
  .block_features .tabs button:nth-of-type(2) .img{
    left: calc(23.5 / 375 * 100vw);
    width: calc(88 / 375 * 100vw);
  }
  .block_features .tabs button:nth-of-type(3) .img{
    left: calc(29 / 375 * 100vw);
    width: calc(77 / 375 * 100vw);
  }

  .block_features .content{
    padding: 50px 20px 100px;
  }
  .block_features .content .block + .block{
    margin-top: 50px;
  }
  .block_features .content .lead{
    border-bottom: 2px solid #fff;
    font-size: 21px;
  }
  .block_features .content .body{
    margin-top: 10px;
    font-size: 12px;
  }
  .block_features .content .img{
    margin-top: 15px;
  }
  .block_features .content .pagebtn_gray{
    margin-top: 50px;
  }
  .block_features .content .pagebtn_gray a{
    max-width: 247px;
  }
  
}


.section_present {
  /* margin-top: 200px; */
  padding-top: 200px;
}
@media screen and (max-width: 960px) {
  .section_present {
    padding-top: 90px;
  }
}
.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: 1200px;
  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: 40px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.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: 24px;
  letter-spacing: 0.25em;
  font-weight: 700;
}
.block_set .lead span{
  background: linear-gradient(180deg, transparent 0%, transparent 70%, #eed100 70%, #eed100 100%);
}
.block_set .lead strong{
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .block_set .lead {
    margin-top: 14px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .block_set .lead strong{
    font-size: 28px;
  }
}
.block_set .setlist {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .block_set .setlist {
    display: block;
    margin-top: 20px;
    gap: 21px;
  }
}
.block_set .setlist .category{
  margin-bottom: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.block_set .setlist .each {
  width: 33.333%;
  padding-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .block_set .setlist .category{
    width: 100%;
  }
  .block_set .setlist .each {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
.block_set .setlist .each:nth-child(n+2):before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: calc(100% - 40px);
  background: #808080;
}
@media screen and (max-width: 960px) {
  .block_set .setlist .each:nth-child(n+2):before{
    display: none;
  }
}
.block_set .setlist .box{
  max-width: 186px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .block_set .setlist .box{
    max-width: initial;
    width: calc(33.333% - 15px);
    margin-inline: 0;
  }
}
.block_set .setlist .or{
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .block_set .setlist .or{
    width: 15px;
    font-size: 15px;
  }
  .block_set .setlist .each:nth-child(1) .or{
    margin: 34px 2px 0;
  }
  .block_set .setlist .each:nth-child(2) .or{
    margin: 80px 2px 0;
  }
  .block_set .setlist .each:nth-child(3) .or{
    margin: 70px 6px 0;
  }
}
.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;
  text-align: center;
}
@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;
    text-align: left;
  }
}
.block_set .setlist .combination {
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}
.block_set .setlist .combination_set{
  max-width: 135px;
  margin-left: auto;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .block_set .setlist .combination {
    margin-top: 13px;
    margin-left: 0;
    font-size: 11px;
    text-align: left;
  }
  .block_set .setlist .combination_set{
    margin-left: 0;
  }
}
.block_set .each .note {
  max-width: 192px;
  margin-inline: auto;
  margin-top: 20px;
  font-size: 13px;
}
@media screen and (max-width: 960px) {
  .block_set .each .note {
    max-width: initial;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    text-align: right;
  }
}
.block_set .each .pagebtn_gray{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .block_set .each .pagebtn_gray{
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}
.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;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .block_catalog .img {
    margin-top: 15px;
  }
}
.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: 0;
    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 */