@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP MAIN IMG -------------
***************************************/
#mv {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  #mv {
    padding: 20px 0;
    background: #e9daac;
    margin: 0 0 50px;
  }
}
#mv .splide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  background: #fff;
}
#mv .splide.is-active {
  opacity: 1;
  transition: all 0.5s;
}
#mv img {
  width: 100%;
}
#mv .splide__arrow {
  display: none;
}
#mv .is-prev, #mv .is-next {
  position: relative;
}
#mv .is-prev img, #mv .is-next img {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-top: 80px;
  }
  #mv .main_copy img {
    width: 70%;
    max-width: 521px;
    max-height: 278px;
  }
}
/***************************************
------------- TOP COMMON -------------
***************************************/
.top_ttl {
  font-size: clamp(3.3rem, 0.7rem + 3.5vw, 4.8rem);
  font-weight: 600;
  color: #555555;
  margin-bottom: 0.4em;
  line-height: 1.2;
  font-family: var(--title-font-family);
}

/* PC */
@media screen and (min-width: 1025px) {
  .tablet-only {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .sp-text-center {
    text-align: center;
  }
  .tablet-only {
    display: none;
  }
}
.btn_custom a {
  color: var(--base-color01);
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 5px 0 8px;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  font-family: var(--title-font-family);
  border: 2px solid var(--base-color01);
  position: relative;
  background: #fff;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
}
.btn_custom a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: auto;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url(../img/common/arrow.png) no-repeat center center/cover;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .btn_custom a:after {
    width: 24px;
    height: 24px;
  }
}

/***************************************
------------- SOUBA ------------
***************************************/
.sec_souba {
  padding: 20px 15px;
  background: var(--base-color01);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_souba {
    padding: 15px;
    margin: 0 0 25px;
  }
}
.sec_souba .h2_souba {
  display: table;
  color: #fff;
  margin: 0 auto 20px;
  text-align: center;
  font-family: var(--title-font-family);
  position: relative;
  padding: 0 40px;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
}
@media (max-width: 767px) {
  .sec_souba .h2_souba {
    padding: 0 20px;
  }
}
.sec_souba .h2_souba:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 22px;
  height: 15px;
  background: url(../img/common/h2_icon001.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_souba .h2_souba:after {
    left: -8px;
  }
}
.sec_souba .h2_souba:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 22px;
  height: 15px;
  background: url(../img/common/h2_icon001.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_souba .h2_souba:before {
    right: -8px;
  }
}
.sec_souba .row {
  gap: 15px;
}
.sec_souba .heading {
  margin: 0;
  padding: 10px 0;
  background: linear-gradient(to right, #e4b619 0, #efd374 100%);
}
@media (max-width: 767px) {
  .sec_souba .heading {
    padding: 5px 0;
  }
}
.sec_souba .heading p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
}
.sec_souba .heading.color02 {
  background: linear-gradient(to right, #9ba7c2 0, #bcc5d6 100%);
}
.sec_souba .heading.color03 {
  background: linear-gradient(to right, #9c8cc0 0, #bcb2d5 100%);
}
.sec_souba .heading.color04 {
  background: linear-gradient(to right, #8d8d8d 0, #bbb 100%);
}
.sec_souba .price {
  margin: 0;
  padding: 15px 0;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .sec_souba .price {
    padding: 10px 0;
  }
}
.sec_souba .price .num {
  margin-right: 5px;
  font-size: 2.1rem;
}
.sec_souba .remarks {
  margin: 20px 0 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

/***************************************
------------- POST ------------
***************************************/
.sec_post {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_post {
    margin: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .sec_post .row_custom {
    grid-template-columns: repeat(20, 1fr);
  }
}
@media (min-width: 768px) {
  .sec_post .row_custom .col_custom:first-child {
    grid-column: span 11;
  }
}
@media (min-width: 768px) {
  .sec_post .row_custom .col_custom:last-child {
    grid-column: span 9;
  }
}
.sec_post .campaign_wrap .h2_campaign {
  margin: 0;
  background: url(../img/common/h2_bg001.jpg) no-repeat center center/cover;
}
.sec_post .campaign_wrap .h2_campaign:before {
  background: url(../img/common/h2_icon002.png) no-repeat center center/cover;
}
.sec_post .campaign_wrap .box_border {
  padding: 3.5%;
  background: #fff9e5;
  border: 2px solid #a40000;
  border-top: 0;
}
.sec_post .campaign_wrap .box_border .btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 100vh;
  background: var(--base-color02);
  position: relative;
  padding: 5px 0 8px;
}
@media (max-width: 767px) {
  .sec_post .campaign_wrap .box_border .btn a {
    max-width: 160px;
    margin: 0 auto;
  }
}
.sec_post .campaign_wrap .box_border .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  transition: 0.2s;
}
.sec_post .campaign_wrap .box_border img {
  width: 20vw;
  height: 20vw;
  max-width: 100%;
  max-height: 170px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .sec_post .campaign_wrap .box_border img {
    width: 100%;
    height: 150px;
  }
}

/***************************************
------------- GREETING ------------
***************************************/
.sec_greeting {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_greeting {
    margin: 0 0 25px;
  }
}
.sec_greeting .h2_A {
  margin: 0;
}
.sec_greeting .box_border {
  padding: 3%;
  background: #fff;
  border-top: 0;
  border: 2px solid var(--base-color01);
}
@media (min-width: 768px) {
  .sec_greeting .row {
    grid-template-columns: repeat(23, 1fr);
  }
}
@media (min-width: 768px) {
  .sec_greeting .row .col-6:first-child {
    grid-column: span 9;
  }
}
@media (min-width: 768px) {
  .sec_greeting .row .col-6:last-child {
    grid-column: span 14;
  }
}
.sec_greeting .h3_greeting {
  color: #f6d949;
  padding: 5px 5px 8px 35px;
  background: var(--base-color01);
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  font-family: var(--title-font-family);
  position: relative;
  letter-spacing: 0;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .sec_greeting .h3_greeting {
    padding: 5px 5px 8px 25px;
  }
}
.sec_greeting .h3_greeting:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 15px;
  margin: auto;
  width: 4px;
  height: 80%;
  background: #f6d949;
}
@media (max-width: 767px) {
  .sec_greeting .h3_greeting:after {
    left: 12px;
    width: 3px;
  }
}
.sec_greeting .desc {
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: clamp(1.5rem, 2vw, 2rem);
}
.sec_greeting .btn_custom {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_greeting .btn_custom {
    margin-top: 25px;
  }
}
/***************************************
------------- POINT ------------
***************************************/
.sec_point {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_point {
    margin: 0 0 25px;
  }
}
.sec_point .h2_A {
  margin: 0;
}
.sec_point .box_border {
  padding: 3%;
  background: #fff9e5;
  border-top: 0;
  border: 2px solid var(--base-color01);
}
.sec_point .box_shadow {
  background: #fff;
  box-shadow: 0 0 10px rgba(4, 0, 0, 0.3);
}
.sec_point .box_shadow figure {
  text-align: center;
  padding: 20px 0;
}
.sec_point .box_shadow .h3_point {
  color: #fff;
  padding: 10px 0;
  text-align: center;
  background: var(--base-color01);
  font-family: var(--title-font-family);
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin: 0;
}
.sec_point .box_shadow .h3_point span {
  color: #f6d949;
}
.sec_point .box_shadow .desc {
  margin: 0;
  letter-spacing: 0.04em;
  padding: 15px 15px 20px;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
}

/***************************************
------------- PURCHASE ------------
***************************************/
.sec_purchase {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_purchase {
    margin: 0 0 25px;
  }
}
.sec_purchase .h2_A {
  margin: 0;
}
.sec_purchase .box_border {
  padding: 4%;
  background: #fff;
  border-top: 0;
  border: 2px solid var(--base-color01);
}
.sec_purchase .box_border .bnr {
  display: block;
}
/***************************************
------------- SEIZEN ------------
***************************************/
.sec_seizen {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_seizen {
    margin: 0 0 25px;
  }
}
/***************************************
------------- ITEMS ------------
***************************************/
.sec_items {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_items {
    margin: 0 0 25px;
  }
}
.sec_items .h2_A {
  margin: 0;
}
.sec_items .box_border {
  padding: 5% 3% 5%;
  border-top: 0;
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
  border: 2px solid var(--base-color01);
}
@media (max-width: 767px) {
  .sec_items .box_border {
    padding: 6%;
    background: url(../img/sp_bg_img001.jpg) no-repeat center center/cover;
  }
}
.sec_items .box_border .list_item {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 10px;
}
@media (max-width: 767px) {
  .sec_items .box_border .list_item {
    gap: 20px 15px;
  }
}
.sec_items .box_border .list_item li {
  width: calc((100% - 20px) / 3);
  text-align: center;
}
@media (max-width: 767px) {
  .sec_items .box_border .list_item li {
    width: calc((100% - 15px) / 2);
  }
}
.sec_items .box_border .list_item li a .desc {
  margin: 5px 0 0;
  display: block;
  text-align: center;
  font-weight: bold;
  color: var(--base-color01);
  font-size: clamp(1.5rem, 2vw, 2rem);
}
.sec_items .btn_custom {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_items .btn_custom {
    margin-top: 30px;
  }
}

/***************************************
------------- RESULTS ------------
***************************************/
.sec_results {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_results {
    margin: 0 0 25px;
  }
}
.sec_results .h2_A {
  margin: 0;
}
.sec_results .box_border {
  padding: 5% 3% 5%;
  border-top: 0;
  background: url(../img/bg_img002.jpg) no-repeat center center/cover;
  border: 2px solid var(--base-color01);
}
@media (max-width: 767px) {
  .sec_results .box_border {
    padding: 5%;
    background: url(../img/sp_bg_img002.jpg) no-repeat center center/cover;
  }
}
.sec_results .box_border .desc {
  font-size: clamp(1.5rem, 2vw, 2rem);
}
.sec_results .box_border .row {
  gap: 30px;
}
@media (max-width: 767px) {
  .sec_results .box_border .row {
    gap: 20px;
  }
}
.sec_results .box_border .row .col-4 {
  background: #fff;
  border: 2px solid #e4bd29;
  outline: 4px solid var(--base-color01);
}
.sec_results .box_border .row .col-4 a {
  display: block;
  position: relative;
  height: 0;
  padding-top: 60%;
}
.sec_results .box_border .row .col-4 a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_results .box_border .row .col-4 .txt_wrap {
  padding: 10px;
}
@media (max-width: 767px) {
  .sec_results .box_border .row .col-4 .txt_wrap {
    padding: 5px;
  }
}
.sec_results .box_border .row .col-4 .txt_wrap .date {
  font-weight: 500;
  text-align: right;
  color: var(--base-color01);
}
.sec_results .box_border .row .col-4 .txt_wrap .desc {
  line-height: 1.3;
  max-height: 105px;
}
@media (max-width: 767px) {
  .sec_results .box_border .row .col-4 .txt_wrap .desc {
    max-height: 80px;
  }
}
.sec_results .btn_custom {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_results .btn_custom {
    margin-top: 30px;
  }
}

/***************************************
------------- NEWS ------------
***************************************/
.sec_news {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_news {
    margin: 0 0 25px;
  }
}
.sec_news .h2_A {
  margin: 0;
}
.sec_news .box_border {
  padding: 3% 3% 5%;
  background: #fff;
  border-top: 0;
  border: 2px solid var(--base-color01);
}
.sec_news .box_border .news-lists dt, .sec_news .box_border .news-lists dd {
  padding: 15px 0;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .sec_news .box_border .news-lists dt {
    padding-bottom: 0;
  }
}
.sec_news .box_border .news-lists dd {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .sec_news .box_border .news-lists dd {
    padding: 5px 0 15px;
  }
}
.sec_news .box_border .news-lists dd a {
  color: var(--text-color);
}
.sec_news .btn {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .sec_news .btn {
    margin-top: 20px;
  }
}
/***************************************
------------- FAQ ------------
***************************************/
.sec_faq {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_faq {
    margin: 0 0 25px;
  }
}
.sec_faq .h2_A {
  margin: 0;
}
.sec_faq .box_border {
  padding: 3% 3% 5%;
  background: #fff9e5;
  border-top: 0;
  border: 2px solid var(--base-color01);
}
.sec_faq .box_border .faq_wrap .faq_item {
  padding: 15px 15px 10px;
  background: #fff;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .sec_faq .box_border .faq_wrap .faq_item {
    padding: 5px 20px 5px 5px;
    margin: 0 0 10px;
  }
}
.sec_faq .box_border .question {
  font-size: clamp(1.5rem, 1.4rem + 0.3vw, 2rem);
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  color: var(--base-color01);
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .sec_faq .box_border .question {
    line-height: 1.2;
    align-items: center;
  }
}
.sec_faq .box_border .question:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 15px;
  right: 20px;
  left: auto;
  margin: auto;
  width: 15px;
  height: 15px;
  border-right: 3px solid var(--base-color01);
  border-bottom: 3px solid var(--base-color01);
  transition: 0.2s;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .sec_faq .box_border .question:after {
    right: -8px;
    bottom: 2px;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--base-color01);
    border-bottom: 2px solid var(--base-color01);
  }
}
.sec_faq .box_border .question.open:after {
  bottom: 10px;
  transform: rotate(225deg);
}
.sec_faq .box_border .question span {
  flex-shrink: 0;
  font-family: var(--title-font-family);
  font-size: 2.8rem;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 34px;
  text-indent: 2px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: var(--base-color01);
  border-radius: 5px;
  margin-right: 15px;
  transform: translateY(-5px);
}
@media (max-width: 767px) {
  .sec_faq .box_border .question span {
    transform: none;
  }
}
.sec_faq .box_border .answer {
  position: relative;
  padding: 20px 0 0;
  background: #fff;
  display: flex;
}
.sec_faq .box_border .answer p {
  margin: 5px;
}
.sec_faq .box_border .answer span {
  flex-shrink: 0;
  font-family: var(--title-font-family);
  font-size: 2.8rem;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-indent: 3px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: var(--base-color02);
  border-radius: 5px;
  margin-right: 10px;
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .sec_faq .box_border .answer span {
    transform: none;
  }
}
.sec_faq .btn_custom {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .sec_faq .btn_custom {
    margin-top: 30px;
  }
}
.sec_faq .btn_custom a {
  padding-right: 20px;
}