@charset "UTF-8";

/*============================================================================================
Header
=============================================================================================*/
.header {
  height: 60px;
  padding: 0 30px;
  background-color: #1868b7;
}

.header_logo {
  max-width: 130px;
}

@media (max-width: 576px) {
  .header {
    height: 45px;
    padding: 0 5.3vw;
  }

  .header_logo {
    display: block;
    max-width: 98px;
  }
}

/*  追従バナー
===========================================*/
/* .ww_Nav{
min-height: 85px;
} */
.w_Nav {
  display: none;
  background-color: #fff;
}
.Nav {
  padding: 18px 0;
}
.Nav_lst_itm {
  font-size: 1.4rem;
  line-height: 1.5;
  width: 48.5%;
  /* max-width: 330px; */
  margin: 0;
}
.Nav_lst_itm:nth-of-type(2n) {
  margin-right: 0;
}

.js_nav.js_fixed {
  display: block;
  padding: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  -webkit-animation: fead 0.4s ease-in-out;
  animation: fead 0.4s ease-in-out;
  box-shadow: 0px -2px 10px 0px rgba(170, 170, 170, 0.5);
}

@-webkit-keyframes fead {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fead {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (max-width: 896px) {
  .Nav_lst_itm {
    max-width: 350px;
    /* margin: 0 3% 0 0; */
  }
}
@media (max-width: 576px) {
  /* .ww_Nav {
min-height: 78px;
margin-top: 30px;
} */
  /* .Nav_lst_itm a{
padding: 7px 0;
} */
  .Nav {
    padding: 10px 0;
  }
  .Nav_lst_itm {
    width: 100%;
    max-width: 100%;
  }
}

/*============================================================================================
Footer
=============================================================================================*/
.footer {
  background-color: #1868b7;
}

.footer_inr {
  margin: 0 0 0 auto;
}

.footer_inr .sec_index {
  top: 150px;
}

.footer_cont {
  padding: 100px 0;
}

.footer_intro {
  width: 35%;
  margin-right: 5%;
  padding-left: 70px;
}

.footer_intro h2 + p {
  margin-top: 30px;
}

.footer_intro p + p {
  margin-top: 2em;
}

.footer_link_lst {
  width: 60%;
}

.footer_link_itm {
  position: relative;
  width: 32%;
}

.footer_link_itm + .footer_link_itm {
  margin-left: 2%;
}

.footer_link_itm a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.footer_link_itm a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
}

.footer_link_img {
  position: relative;
  height: 100%;
}

.footer_link_txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  font-size: 1.8rem;
  line-height: 1.5;
  z-index: 10;
}

.footer_link_itm a:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.footer_btm {
  padding: 40px 0;
}

.footer_logo {
  max-width: 130px;
  margin: auto;
}

.footer_copy {
  margin-top: 10px;
  font-size: 1.3rem;
}

@media (max-width: 1040px) {
  .footer_intro {
    width: 55%;
    margin-right: 5%;
  }

  .footer_link_lst {
    width: 40%;
  }

  .footer_link_itm {
    width: 100%;
  }

  .footer_link_itm + .footer_link_itm {
    margin-left: 0;
    margin-top: 10px;
  }

  .footer_link_img img.u_pc {
    display: none !important;
  }

  .footer_link_img img.u_sp {
    display: block !important;
  }

  .footer_link_txt {
    font-size: 1.6rem;
  }

  .footer_link_txt br.u_pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .footer_inr .sec_index {
    top: 120px;
  }

  .footer_cont {
    padding: 80px 0 60px;
  }

  .footer_intro {
    width: 100%;
    margin-right: 0;
  }

  .footer_intro h2 + p {
    margin-top: 20px;
  }

  .footer_intro p + p {
    margin-top: 1.5em;
  }

  .footer_link_lst {
    width: 100%;
  }

  .footer_link_itm {
    width: 100%;
    margin-top: 60px;
  }

  .footer_link_img img {
    max-height: 26vw;
  }

  .footer_btm {
    padding: 20px 0;
  }

  .footer_copy {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .footer_intro {
    padding-left: 10.6vw;
  }
}

/*============================================================================================
Contents
=============================================================================================*/
.sec_lead {
  padding: 60px 0 80px;
  background-image: url(../img/lead_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

.sec_lead_bnr {
  padding-bottom: 40px;
}

.sec_lead_bnr a {
  display: inline-block;
}

.sec_lead_bnr a::after {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  z-index: 5;
}

.sec_lead_bnr a:hover:after {
  background-color: rgba(255, 255, 255, 0.4);
}

.sec_lead_bnr img {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);
}

.sec_lead_box {
  position: relative;
  max-width: 920px;
  margin: 40px auto 0;
  padding: 90px 30px 80px;
  background-color: #068fcd;
}

.sec_lead_ttl {
  position: absolute;
  display: block;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 6.8rem;
  font-weight: 900;
  text-shadow: 0 3px 16px #0084bf;
  line-height: 1;
  letter-spacing: 0.02em;
}

.sec_lead_ttl span {
  font-size: 5.8rem;
}

.sec_lead_ttl br {
  display: none;
}

@media (max-width: 991px) {
  .sec_lead_box {
    margin-top: 120px;
  }

  .sec_lead_ttl {
    top: -1.8em;
    line-height: 1.2;
  }

  .sec_lead_ttl br {
    display: block;
  }
}

@media (max-width: 576px) {
  .sec_lead {
    padding: 5.3vw 0 16vw;
  }

  .sec_lead_bnr {
    padding-bottom: 0;
  }

  .sec_lead_box {
    margin-top: 30.3vw;
    padding: 13.3vw 8vw 10.6vw;
  }

  .sec_lead_ttl {
    top: -2em;
    font-size: 4.5rem;
  }

  .sec_lead_ttl span {
    font-size: 3.8rem;
  }

  .sec_lead_box p {
    font-size: 1.5rem;
  }
}

.sec_anc {
  padding: 80px 0 50px;
}

.anc_itm {
  max-width: 160px;
  text-align: center;
}

.anc_itm a::after {
  display: block;
  width: 5px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  border-right: 2px solid #068fcd;
  border-bottom: 2px solid #068fcd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.anc_itm a {
  display: block;
  max-width: 160px;
  padding-bottom: 15px;
}

.anc_itm_ttl {
  display: block;
  color: #068fcd;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 576px) {
  .anc_itm {
    width: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .anc_itm:nth-child(odd) a {
    margin: 0 0 0 auto;
  }

  .anc_itm:nth-last-child(1),
  .anc_itm:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .sec_anc {
    padding: 10.6vw 0;
  }

  .anc_itm {
    margin-bottom: 5.3vw;
  }

  .anc_itm a {
    max-width: 100%;
    padding-bottom: 4vw;
  }
}

.sec_index {
  position: absolute;
  left: 0;
  top: 50px;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.sec_index::before {
  display: inline-block;
  width: 1px;
  height: 30px;
  top: -40px;
  left: 2px;
  right: 0;
  background-color: #fff;
}

.sec_index.g_c_bl::before {
  background-color: #068fcd;
}

.sec_cont_lead {
  padding: 0 70px;
}

@media (max-width: 576px) {
  .sec_index {
    font-size: 1rem;
  }

  .sec_cont_lead {
    padding: 0 0 0 10.6vw;
  }
}

.cool-item_lst {
  margin-top: 60px;
}

.cool-item_cont {
  margin-top: -70px;
  padding: 70px 70px 60px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(31, 143, 205, 0.16);
}

.cool-item_ttl {
  margin-top: 10px;
  line-height: 1.6;
}

.cool-item_ttl span {
  display: inline-block;
}

.cool-item_ttl__en {
  padding-left: 20px;
  letter-spacing: 0.14em;
}

.cool-item_ttl__en::before {
  display: inline-block;
  width: 10px;
  height: 1px;
  top: -2px;
  bottom: 0;
  left: 0;
  background-color: #068fcd;
}
.cool-item_data_lst {
  margin-top: 10px;
}
.cool-item_data_ttl {
  display: inline-block;
  padding: 0 7px;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: bottom;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #068fcd;
  letter-spacing: 0.06em;
}
/* .cool-item_data_itm__price__down .cool-item_data_ttl{
margin-bottom: 15px;
vertical-align: bottom;
} */

.cool-item_data_cont {
  display: inline-block;
  vertical-align: middle;
}

.cool-item_data_itm.cool-item_data_itm__price {
  margin-right: 25px;
}

.cool-item_data_itm.cool-item_data_itm__price.cool-item_data_itm__price__down {
  margin-right: 10px;
}
.cool-item_data_itm.cool-item_data_itm__size .cool-item_data_cont {
  margin-bottom: 13px;
}
.cool-item_data_itm.cool-item_data_itm__price .cool-item_data_cont span {
  letter-spacing: normal;
}

.cool-item_ic_lst {
  margin-top: 10px;
}

.cool-item_ic_itm {
  width: 30px;
  height: 30px;
}

.cool-item_ic_itm + .cool-item_ic_itm {
  margin-left: 2px;
}

.cool-item_note {
  margin-top: 20px;
}

.cool-item_note,
.cool-item_note li {
  line-height: 2;
}

.cool-item_cont .g_btn {
  margin: 30px 0 0 auto;
}

.sec_i01 .cool-item_cont .g_btn {
  margin: 30px auto 0;
}

.sec_i01.g_sec__bg {
  margin-top: 0;
}

.cool-item_itm {
  position: relative;
}

.cool-item_itm.l_flex .cool-item_img {
  position: absolute;
  width: 48%;
}

.cool-item_itm.l_flex .cool-item_cont {
  width: 57.2%;
  margin: 0 0 0 auto;
}

/* セール価格 */
.price_itm_original {
  color: #068fcd;
  font-weight: 700;
  width: 100%;
  line-height: 1;
}
.price_itm_percent {
  font-size: 22px;
  font-weight: 800;
  color: #e60012;
}
.price_itm_down_wrap {
  text-align: right;
}
.price_itm_down {
  display: inline-block;
}

@media (max-width: 1040px) {
  .sec_i01 .cool-item_cont {
    padding: 70px 30px 60px;
  }
}

@media (max-width: 896px) {
  .cool-item_lst .cool-item_itm .cool-item_img {
    position: absolute;
    width: 43%;
  }

  .cool-item_lst .cool-item_itm .cool-item_cont {
    width: 60%;
    padding: 50px 30px;
    margin: 0 0 0 auto;
  }
}

@media (min-width: 768px) {
  .cool-item_itm.l_flex {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 767px) {
  .cool-item_lst .cool-item_itm .cool-item_img {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: 0 auto -70px;
  }

  .cool-item_lst .cool-item_itm .cool-item_cont {
    width: 100%;
    margin: auto;
  }

  .cool-item_cont .g_btn {
    margin: 20px auto 0;
  }
}

@media (max-width: 576px) {
  .cool-item_lst .cool-item_itm .cool-item_img {
    margin: 0 auto -14.6vw;
  }

  .cool-item_lst .cool-item_itm .cool-item_cont {
    padding: 12vw 8vw 10.6vw;
  }

  .cool-item_ttl {
    margin-top: 1.3vw;
  }

  .cool-item_ttl span {
    display: block;
    font-size: 1.4rem;
  }

  .cool-item_data_ttl {
    padding: 0 7px;
    margin-right: 2vw;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .cool-item_data_lst {
    margin-top: 1.3vw;
  }

  .cool-item_data_itm.cool-item_data_itm__price {
    margin-right: 2.6vw;
  }

  .cool-item_data_itm.cool-item_data_itm__size .cool-item_data_cont {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }

  .cool-item_ic_lst {
    margin-top: 1.3vw;
  }

  .cool-item_ic_itm {
    width: 24px;
    height: 24px;
  }

  .cool-item_cont .g_btn {
    margin: 5.3vw auto 0;
  }

  .cool-item_note {
    margin-top: 4vw;
  }

  .cool-item_note li {
    font-size: 1.3rem;
    line-height: 1.75;
  }

  p.cool-item_note {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}

.sec_lineup {
  max-width: 920px;
  margin: 100px auto 0;
}

.sec_lineup_itm {
  width: 17.4%;
  margin-right: 3.25%;
  margin-top: 30px;
}
.fw_14 {
  font-size: 14px;
}

.sec_lineup_itm:last-child {
  margin-right: 0;
}

.sec_lineup_itm .g_btn {
  height: 40px;
  margin-top: 10px;
  border: 2px solid #f5ff00;
  background-color: #f5ff00;
}

.sec_lineup_itm .g_btn a {
  color: #068fcd;
  font-size: 1.3rem;
}

.sec_lineup_itm .g_btn::after {
  border-top: 2px solid #068fcd;
  border-right: 2px solid #068fcd;
}

.sec_lineup_itm .g_btn:hover {
  background-color: #068fcd;
}

.sec_lineup_itm .g_btn:hover a {
  color: #f5ff00;
}

.sec_lineup_itm .g_btn:hover::after {
  border-top: 2px solid #f5ff00;
  border-right: 2px solid #f5ff00;
}

.sec_lineup_itm .g_btn.sec_lineup_btn__noLink {
  border: 2px solid #bbb;
  background-color: #bbb;
}

.sec_lineup_itm .g_btn.sec_lineup_btn__noLink a {
  color: #fff;
  pointer-events: none;
}

.sec_lineup_itm__emp {
  display: none;
}

.cool-item_cont .g_btn.sec_lineup_btn__noLink {
  border: 2px solid #bbb;
  background-color: #bbb;
}
.cool-item_cont .g_btn.sec_lineup_btn__noLink a {
  color: #fff;
  pointer-events: none;
}

@media (max-width: 991px) {
  .sec_lineup_itm {
    width: 100%;
    max-width: 160px;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  /* .sec_lineup_itm:nth-child(3) {
margin-right: 0;
} */

  .sec_lineup_itm:nth-last-child(1),
  .sec_lineup_itm:nth-last-child(2) {
    margin-bottom: 0;
  }

  .sec_lineup_itm__emp {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sec_lineup_itm {
    margin-right: 20px;
  }
}

@media (max-width: 576px) {
  .sec_lineup {
    margin: 8vw auto 0;
  }

  .sec_lineup_itm__emp {
    display: none;
  }

  .sec_lineup_lst .sec_lineup_itm {
    width: 48%;
    margin-right: 2%;
    max-width: 100%;
  }

  .sec_lineup_lst li:nth-child(2),
  .sec_lineup_lst li:nth-child(4),
  .sec_lineup_lst li:nth-child(6),
  .sec_lineup_lst li:nth-child(8),
  .sec_lineup_lst li:nth-child(10) {
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .feature_itm__img {
    max-width: 285px;
    margin: 0 auto;
  }
}

.choice-table {
  max-width: 730px;
  margin: 0 auto;
  font-size: 1.4rem;
}

.choice-table thead th {
  background-color: #f5feff;
  border: 1px solid #d2eef8;
  font-size: 1.4rem;
  font-weight: bold;
  color: #068fcd;
}

.choice-table__top {
  margin: 0 20px;
}

.choice-table thead .choice-table__top {
  display: flex;
  align-items: center;
}

.choice-table thead .choice-table__top_img {
  width: 32%;
  margin-right: 2%;
}

.choice-table thead .choice-table__top_txt {
  width: 66%;
}

.choice-table tbody th {
  width: 117px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #068fcd;
  border: 1px solid #d2eef8;
}

.choice-table tbody td {
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  border: 1px solid #d2eef8;
}

.choice-table tbody .choice-table__txt_l p {
  text-align: center;
}

@media (max-width: 896px) {
  .choice-table__top {
    margin: 0 2vw;
  }

  .choice-table thead .choice-table__top_img {
    width: 48.5%;
    margin-right: 3%;
  }

  .choice-table thead .choice-table__top_txt {
    width: 48.5%;
  }
}

@media (max-width: 576px) {
  .choice-table {
    font-size: 1.3rem;
  }

  .choice-table thead th {
    font-size: 1.3rem;
  }

  .choice-table__top {
    margin: 0;
  }

  .choice-table thead .choice-table__top {
    display: block;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    padding: 8px 0;
  }

  .choice-table thead .choice-table__top_img {
    width: 50%;
    margin: 0 auto;
  }

  .choice-table thead .choice-table__top_txt {
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 1.3;
  }

  .choice-table tbody th {
    width: 77px;
    min-height: 60px;
    padding: 10px 0;
  }

  .choice-table tbody td {
    padding: 10px;
    line-height: 1.6;
  }

  .choice-table tbody .choice-table__txt_l {
    text-align: left;
  }

  .choice-table tbody .choice-table__txt_l p {
    text-align: left;
  }
}

.sec_feature__ttl-big {
  font-size: 3.8rem;
  font-weight: bold;
}

.bg_cover ul li img {
  width: 100%;
}

.pxy_img {
  padding: 40px;
}

@media (max-width: 896px) {
  .sec_feacture__ttl {
    margin-left: 50px;
  }
}

@media (max-width: 576px) {
  .sec_feature__txt {
    font-size: 1.4rem;
  }

  .sec_feacture__ttl {
    margin-left: 10vw;
  }

  .sec_feature__ttl-big {
    font-size: 2.4rem;
  }
}

.heatstroke-img {
  max-width: 730px;
  margin: 0 auto;
}

.sec_facts {
  margin-top: 100px;
}

@media (max-width: 576px) {
  .sec_facts {
    margin-top: 10vw;
  }
}

.facts-table__itm .facts-table_ttl {
  padding: 10px 22px;
  background-color: #068fcd;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.facts-table_content {
  padding: 20px;
  font-size: 1.3rem;
}

@media (max-width: 576px) {
  .facts-table__itm .facts-table_ttl {
    font-size: 1.5rem;
  }
}

.facts-table__symp_content {
  padding: 20px;
  font-size: 1.4rem;
}

.facts-table,
.facts-table__symp {
  width: 100%;
  border: 1px solid #eeeeee;
}

.facts-table_ttl,
.facts-table__symp_ttl {
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 576px) {
  .facts-table__itm:nth-child(1),
  .facts-table__itm:nth-child(2) {
    border-bottom: 1px solid #eeeeee;
  }

  .facts-table__symp_content {
    font-size: 1.3rem;
  }
}

@media (min-width: 577px) {
  .facts-table__itm:nth-child(2) {
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
  }
}

.facts-table__symp_itm {
  width: 25%;
  margin: 0;
}

@media (min-width: 897px) {
  .facts-table__symp .facts-table__symp_itm:nth-child(1),
  .facts-table__symp .facts-table__symp_itm:nth-child(2),
  .facts-table__symp .facts-table__symp_itm:nth-child(3) {
    border-right: 1px solid #eeeeee;
  }
}

@media (max-width: 896px) {
  .facts-table__symp .facts-table__symp_itm {
    width: 100%;
  }
  .facts-table__symp .facts-table__symp_itm:nth-child(1),
  .facts-table__symp .facts-table__symp_itm:nth-child(2),
  .facts-table__symp .facts-table__symp_itm:nth-child(3) {
    border-bottom: 1px solid #eeeeee;
  }
}

.facts-table__symp_ttl {
  padding: 10px 22px;
  font-weight: bold;
  color: #fff;
}

.facts-table__symp_itm:nth-of-type(1) .facts-table__symp_ttl {
  background-color: #e0b70d;
}
.facts-table__symp_itm:nth-of-type(2) .facts-table__symp_ttl {
  background-color: #eb8c3b;
}
.facts-table__symp_itm:nth-of-type(3) .facts-table__symp_ttl {
  background-color: #cb1716;
}
.facts-table__symp_itm:nth-of-type(4) .facts-table__symp_ttl {
  background-color: #890a0a;
}

/* button ------------------------------------------------*/
.sec_parts_select_link {
  margin-top: 10px;
  text-align: right;
  position: relative;
  width: 100%;
}

.sec_parts_select_link a {
  transition: 0.2s;
  color: #bddb1d;
}

.sec_parts_select_link a:hover {
  opacity: 50%;
}

.parts_select_link {
  font-size: 1.4rem;
  padding-right: 30px;
}
.parts_select_link::before {
  content: "";
  margin: auto;
  width: 25px;
  height: 25px;
  right: 0;
  border-radius: 50%;
  background-color: #bddb1d;
  position: absolute;
}

.parts_select_link::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
  bottom: 8px;
  background-image: url(../img/ic_pgtop_gr.svg);
  background-repeat: no-repeat;
}
.width_100 {
  width: 100%;
}
@media (max-width: 577px) {
  .parts_select_link::after {
    right: 8px;
    bottom: 6px;
  }
}

/* 固定バナー */
.l_bnr {
  margin-right: 20px;
}
@media (max-width: 577px) {
  .l_bnr {
    margin-right: 0;
  }
}
