@charset "UTF-8";
@import url("root.css");
/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
------------- TOP COMMON -------------
***************************************/
/* 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;
  }
}
/***************************************
------------- ABOUT ------------
***************************************/
.sec_about {
  padding: 90px 0;
  background: var(--base-color01);
}
@media (max-width: 767px) {
  .sec_about {
    padding: 50px 0;
  }
}
.sec_about .h2_styled {
  color: #fff;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .sec_about .h2_styled {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.sec_about .desc {
  color: #fff;
  line-height: 3;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sec_about .desc {
    line-height: 2.2;
    margin-bottom: 25px;
    letter-spacing: -1px;
  }
}
.sec_about .button {
  border-color: #fff;
  color: #fff;
}
.sec_about .button:after {
  border-color: #fff;
}

/***************************************
------------- FIFA ------------
***************************************/
.sec_fifa {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .sec_fifa {
    padding: 50px 0;
  }
}
.sec_fifa .container {
  padding: 6.5%;
  background: url(../img/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_fifa .container {
    max-width: 92%;
    margin: 0 auto;
    background: url(../img/sp_bg_img001.jpg) no-repeat center center/cover;
  }
}
.sec_fifa .contents {
  max-width: 680px;
}
.sec_fifa .contents .h3_fifa {
  color: #fff;
  margin: 0 0 25px;
  letter-spacing: 0;
  font-size: clamp(25px, 3.5vw, 38px);
  font-family: var(--title-font-family);
}
@media (max-width: 767px) {
  .sec_fifa .contents .h3_fifa {
    margin: 0 0 10px;
  }
}
.sec_fifa .contents .h4_fifa {
  color: #fff;
  letter-spacing: 0;
  font-size: clamp(19px, 2vw, 28px);
  font-family: var(--title-font-family);
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin: 50px 0 15px;
}
@media (max-width: 767px) {
  .sec_fifa .contents .h4_fifa {
    margin: 10px 0 5px;
    padding-bottom: 5px;
  }
}
.sec_fifa .contents .desc {
  color: #fff;
  line-height: 1.8;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .sec_fifa .contents .desc {
    margin: 0 0 15px;
    letter-spacing: -1px;
  }
}
.sec_fifa .contents .btn a {
  color: var(--base-color01);
  background: #fff;
  border-color: #fff;
}

/***************************************
------------- PRODUCTS ------------
***************************************/
.sec_products {
  padding: 90px 0;
  background: url(../img/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_products {
    padding: 50px 0;
    background: url(../img/sp_bg_img002.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .sec_products .row {
    gap: 0 45px;
  }
}
.sec_products .name {
  color: var(--base-color01);
  letter-spacing: 0;
  font-weight: bold;
  font-size: clamp(14px, 1.4vw, 18px);
  font-family: var(--title-font-family);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec_products .name {
    margin-bottom: 15px;
  }
}

/***************************************
------------- COMPARISON ------------
***************************************/
.sec_unsatisfied,
.sec_comparison {
  padding: 90px 0;
  picture img { width: 100%;}
}
@media (max-width: 767px) {
  .sec_unsatisfied,
  .sec_comparison {
    padding: 50px 0;
  }
}

.sec_unsatisfied {
  position: relative;
  padding: 90px 0;
  margin-bottom: min(25vw, 32px);
  background: url(../img/bg_img005.jpg) no-repeat center center/cover;
  h2 {
    color: #fff;
    text-align: center;
    letter-spacing: 0.02em;
    font-family: var(--title-font-family);
    font-size: clamp(23px, 3vw, 40px);
    position: relative;
    padding: 0 0 40px;
    margin: 0 auto 50px;
  }
  h2::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 80px;
    height: 2px;
    background: #d5bb6d;
  }
}
.sec_unsatisfied::after {
  content: "";
  display: block;
  width: 100%;
  height: min(25vw, 32px);
  background: url(../img/bg_img005_02.png) no-repeat top center/contain;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0,100%);
}

.sec_comparison {
  .comparison_txt {
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.02em;
    font-size: clamp(18px, 2vw, 28px);
    font-family: var(--title-font-family);
    .color_pri {
      color: #44871b;
    }
  }
  ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5% 5%;
    background: #003714;
    padding: 15px 25px;
    border-radius: 4px;
    li {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      color: #fff;
      font-weight: bold;
      font-size: clamp(18px, 2vw, 28px);
      font-family: var(--title-font-family);
    }
    li:nth-of-type(odd) { width: 40%; }
    li:nth-of-type(even) { width: 55%; }
    li::before {
      content: "";
      display: block;
      width: auto;
      height: .8em;
      margin-right: 5px;
      aspect-ratio: 100/87;
      object-fit: contain;
      background: url(../img/common/check_1.svg) no-repeat top center/contain;
    }
  }
}
/***************************************
------------- REASON ------------
***************************************/
.sec_reason {
  padding: 90px 0 100px;
  background: url(../img/bg_img003.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_reason {
    padding: 50px 0;
    background: url(../img/sp_bg_img003.jpg) no-repeat center center/cover;
  }
}
.sec_reason .row {
  position: relative;
}
.sec_reason .row:not(:last-of-type) {
  margin: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.sec_reason .row:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: url(../img/sp_line.png) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .sec_reason .row {
    gap: 0 50px;
    grid-template-columns: repeat(9, 1fr);
  }
  .sec_reason .row:not(:last-of-type) {
    margin: 0;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .sec_reason .row:not(:last-of-type):after {
    height: 8px;
    background: url(../img/line.png) no-repeat center center/cover;
  }
  .sec_reason .row .col-6:first-child {
    grid-column: span 4;
  }
  .sec_reason .row .col-6:last-child {
    grid-column: span 5;
  }
}
.sec_reason .h3_reason {
  display: flex;
  gap: 20px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: clamp(21px, 2.2vw, 32px);
  font-family: var(--title-font-family);
  border-bottom: 2px solid #44871b;
  padding-bottom: 10px;
  margin: 0 0 15px;
}
.sec_reason .h3_reason.adjust {
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  .sec_reason .h3_reason {
    align-items: center;
    gap: 5px;
    letter-spacing: -1px;
  }
}
.sec_reason .h3_reason .num {
  color: #d5bb6d;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 0.9;
  font-family: "Oswald";
  font-size: clamp(56px, 6vw, 90px);
}
.sec_reason .h3_reason .color_pri {
  color: #44871b;
}
.sec_reason .list_category {
  display: flex;
  gap: 11px;
  margin-top: 30px;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec_reason .list_category {
    gap: 8px;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .sec_reason .list_category li {
    width: calc((100% - 16px) / 3);
  }
}
.sec_reason .desc {
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 1.4vw, 16px);
}

/***************************************
------------- ATTENTION ------------
***************************************/
.sec_attention {
  padding: 90px 0;
  background: url(../img/bg_img005.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_attention {
    padding: 50px 0;
    background: url(../img/sp_bg_img005.jpg) no-repeat center center/cover;
  }
}
.sec_attention .h2_attention {
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: var(--title-font-family);
  font-size: clamp(23px, 3vw, 40px);
  position: relative;
  padding: 85px 0 40px;
  margin: 0 0 45px;
}
@media (max-width: 767px) {
  .sec_attention .h2_attention {
    padding: 55px 0 20px;
    margin: 0 0 30px;
    letter-spacing: -1px;
    line-height: 1.2;
  }
}
.sec_attention .h2_attention:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  width: 98px;
  height: 65px;
  background: url(../img/attention_icon.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_attention .h2_attention:after {
    width: 58.8px;
    height: 39px;
  }
}
.sec_attention .h2_attention:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 2px;
  background: #d5bb6d;
}
@media (max-width: 767px) {
  .sec_attention .h2_attention:before {
    width: 60px;
  }
}
.sec_attention .h2_attention span {
  color: #fff;
  display: block;
  font-size: clamp(19px, 2.4vw, 32px);
  margin-bottom: 10px;
}
.sec_attention .desc {
  color: #fff;
  line-height: 2;
  font-size: clamp(14px, 1.4vw, 16px);
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .sec_attention .desc {
    margin: 0 0 30px;
    letter-spacing: -1px;
  }
}
@media (min-width: 768px) {
  .sec_attention .row {
    max-width: 1000px;
    margin: 0 auto;
    gap: 0 50px;
  }
}
.sec_attention .h3_attention {
  color: #fff;
  text-align: center;
  line-height: 1.8;
  font-family: var(--title-font-family);
  font-size: clamp(15px, 1.6vw, 24px);
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .sec_attention .h3_attention {
    margin: 25px 0 0;
  }
}
.sec_attention .h3_attention .color_sub {
  color: #d5bb6d;
}
.sec_attention .h3_attention .border {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 2px solid #d5bb6d;
}
@media (max-width: 767px) {
  .sec_attention .h3_attention .border {
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .sec_attention .h3_attention .sp-mt {
    margin-top: 20px;
  }
}

/***************************************
------------- ATTENTION02 ------------
***************************************/
.sec_attention02 {
  padding: 110px 0 0;
  background: url(../img/bg_img005_02.png) no-repeat top center/auto;
}
@media (max-width: 767px) {
  .sec_attention02 {
    padding: 60px 0 0;
    background: url(../img/sp_bg_img005_02.png) no-repeat top center/100px 20px;
  }
}
.sec_attention02 .h4_attention {
  text-align: center;
  font-size: clamp(17px, 1.6vw, 28px);
  font-family: var(--title-font-family);
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .sec_attention02 .h4_attention {
    margin: 0 0 25px;
  }
}
.sec_attention02 .h4_attention .color_pri {
  display: block;
  color: #44871b;
  font-size: clamp(23px, 2.4vw, 36px);
}
.sec_attention02 .h4_attention small {
  font-size: clamp(14px, 1.4vw, 18px);
}
.sec_attention02 picture img {
  display: block;
  margin: 0 auto;
}

/***************************************
------------- RESULTS ------------
***************************************/
.sec_results {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .sec_results {
    padding: 50px 0;
  }
}
.sec_results .list_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 13px;
  max-width: 1000px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .sec_results .list_nav {
    margin: 0 auto 25px;
    gap: 10px;
  }
}
.sec_results .list_nav li {
  width: calc((100% - 39px) / 4);
}
@media (max-width: 767px) {
  .sec_results .list_nav li {
    width: calc((100% - 10px) / 2);
  }
}
.sec_results .list_nav li a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #cb8511;
  padding: 10px 20px 12px;
  border-radius: 4px;
  font-size: clamp(14px, 1.4vw, 16px);
  position: relative;
}
@media (max-width: 767px) {
  .sec_results .list_nav li a {
    padding: 10px 20px 12px 15px;
  }
}
.sec_results .list_nav li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  width: 17px;
  height: 9px;
  background: url(../img/arrow.png) no-repeat center center/cover;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .sec_results .list_nav li a:after {
    width: 12px;
    height: 6px;
    right: 12px;
  }
}
.sec_results .list_nav li a img {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .sec_results .list_nav li a img {
    max-width: 16%;
    margin-right: 10px;
  }
}
.sec_results .list_nav li.color02 a {
  background: #be3d77;
}
.sec_results .list_nav li.color03 a {
  background: #88a24f;
}
.sec_results .list_nav li.color04 a {
  background: #61a2bf;
}
.sec_results .list_nav li.color05 a {
  background: #4f457e;
}
.sec_results .list_nav li.color06 a {
  background: #2a7636;
}
/***************************************
------------- DELIVERY ------------
***************************************/
.sec_delivery {
  padding: 90px 0;
  background: url(../img/bg_img006.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_delivery {
    padding: 50px 0;
    background: url(../img/sp_bg_img006.jpg) no-repeat center center/cover;
  }
}
.sec_delivery .h2_styled {
  color: #fff;
}
.sec_delivery .desc {
  color: #fff;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .sec_delivery .desc {
    line-height: 1.8;
    letter-spacing: -1px;
  }
}
.sec_delivery .btn {
  text-align: center;
  margin: 50px 0 70px;
}
@media (max-width: 767px) {
  .sec_delivery .btn {
    margin: 25px 0;
  }
}
.sec_delivery .btn a {
  color: #fff;
  background: #ceb35f;
}
.sec_delivery .btn a:after {
  border-color: #fff;
}
.sec_delivery .box_border {
  padding: 3%;
  border: 1px solid #fff;
}
.sec_delivery .box_border .h3_delivery {
  color: #fff;
  border-bottom: 1px solid #d5bb6d;
  font-size: clamp(13px, 1.4vw, 18px);
  margin: 0 0 20px;
  padding: 0 0 10px;
}
@media (max-width: 767px) {
  .sec_delivery .box_border .h3_delivery {
    margin: 0 0 5px;
    padding: 0 0 5px;
  }
}
.sec_delivery .box_border .area {
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
}

/***************************************
------------- FAQ ------------
***************************************/
.sec_faq {
  padding: 90px 0;
  background: url(../img/bg_img007.jpg) repeat top center;
}
@media (max-width: 767px) {
  .sec_faq {
    padding: 50px 0;
    background: url(../img/sp_bg_img007.jpg) repeat top center /70%;
  }
}
/***************************************
------------- NEWS ------------
***************************************/
.sec_news {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .sec_news {
    padding: 50px 0;
  }
}
.sec_news .news .news-lists dd a {
  text-decoration: underline;
}

/***************************************
------------- 追加分 ------------
***************************************/










