@charset "UTF-8";
.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
.main_width {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .header {
    border-block-start: none;
  }
  .contents {
    margin-block-start: 27rem !important;
  }
}
@media screen and (max-width: 768px) {
  .header-wrap .logo-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    gap: 6px 0;
  }
  .header-wrap .logo-link .logo-text {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
  }
  /* .contents {
    padding-block-start: 32rem;
  } */
  .header {
    border-block-start: none;
  }
}
.img_link_wrapper {
  width: 100%;
  max-width: 120rem;
  margin: 10px auto;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .img_link_wrapper {
    padding: 0 10px;
  }
}
.img_link_wrapper .img_link_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0.4%;
}
@media screen and (max-width: 767px) {
  .img_link_wrapper .img_link_list {
    gap: 3px 1.3%;
  }
}
.img_link_wrapper .img_link_list li {
  width: 7.6%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .img_link_wrapper .img_link_list li {
    width: 24%;
  }
}

.img_link_wrapper li a {
  width: 100%;
  display: block;
  padding: 4px 5%;
  background-color: #ffffff;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.img_link_wrapper li a .img {
  width: 100%;
  max-width: 50px;
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .img_link_wrapper li a .img {
    max-width: 45px;
  }
}
.img_link_wrapper li a .ttl {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .img_link_wrapper li a .ttl {
    font-size: 1rem;
  }
}

.img_link_wrapper .img_link_list li.current a {
  background-color: #fcfde7;
  border: 2px solid #007AC7;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .header-navi-category-wrap {
    top: 28.5rem !important;
  }
  .scroll_height .header-navi-category-wrap {
    top: 18.5rem !important;
  }
}
.main-section.first_product_block {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .main-section.first_product_block {
    margin-bottom: 15px;
  }
}

.first_product_block .box a {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding: 25px 2%;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  gap: 0 5%;
}
@media screen and (max-width: 767px) {
  .first_product_block .box a {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
  }
}
.first_product_block .box a .img {
  width: 40%;
  max-width: 250px;
}
@media screen and (max-width: 767px) {
  .first_product_block .box a .img {
    width: 50%;
  }
}
.first_product_block .box a .txt_box {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .first_product_block .box a .txt_box {
    width: 100%;
  }
}

.first_product_block .box .ttl {
  margin-bottom: 0.5em;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.5;
  color: #007AC7;
}
@media screen and (max-width: 767px) {
  .first_product_block .box .ttl {
    font-size: 1.7rem;
  }
}
.first_product_block .box .function {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em 0.4em;
  margin-bottom: 15px;
}
.first_product_block .box .function li {
  display: inline-block;
  padding: 0.35em 0.65em;
  background-color: #ffffff;
  border: 2px solid #007AC7;
  border-radius: 30px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #007AC7;
}
@media screen and (max-width: 767px) {
  .first_product_block .box .function li {
    font-size: 1.25rem;
    border: 1px solid #007AC7;
  }
}
.first_product_block .box .sub_txt {
  padding: 0.35em 0.65em;
  background-color: #E7F4FD;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .first_product_block .box .sub_txt {
    font-size: 1.6rem;
    text-align: center;
  }
}

.first_product_block .box .price_box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  .first_product_block .box .price_box {
    flex-direction: column;
    align-items: unset;
    gap: 10px 0;
  }
}
.first_product_block .box .price_box .dis {
  position: relative;
  padding: 0.3em 0.5em;
  border-radius: 6px;
  background-color: #E83E0B;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .first_product_block .box .price_box .dis {
    width: 90%;
    padding: 0.2em 0.5em;
    font-size: 2.4rem;
    margin: 0 auto;
  }
}
.first_product_block .box .price_box .dis:before {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  left: auto;
  margin: auto;
  content: "";
  width: 10px;
  height: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #E83E0B;
}
@media screen and (max-width: 767px) {
  .first_product_block .box .price_box .dis:before {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -10px;
    left: 0;
    margin: auto;
    width: 15px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.first_product_block .box .price_box .dis .small {
  display: block;
  font-size: 0.7em;
  font-weight: 700;
  color: inherit;
}
.first_product_block .box .price_box .price {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.3;
  color: #E83E0B;
}
@media screen and (max-width: 767px) {
  .first_product_block .box .price_box .price {
    font-size: 3rem;
    text-align: center;
  }
}
.first_product_block .box .price_box .price .small {
  font-size: 0.55em;
  color: inherit;
}


@media (max-width: 768px) {
  .img_link_wrapper.ver_pc {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .img_link_wrapper.ver_pc .img_link_list {
    flex-wrap: nowrap;
    justify-content: unset;
    gap: 0;
  }
}
.img_link_wrapper.ver_pc .img_link_list li {
  height: auto !important;
}
.img_link_wrapper.ver_pc .swiper-button-prev,
.img_link_wrapper.ver_pc .swiper-button-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.img_link_wrapper.ver_pc .swiper-button-prev::after,
.img_link_wrapper.ver_pc .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
.img_link_wrapper.ver_pc .swiper-button-prev {
  left: 0;
}
.img_link_wrapper.ver_pc .swiper-button-next {
  right: 0;
}

.img_link_wrapper.ver_pc .img_link_list li {
    height: auto !important;
}

@media screen and (max-width: 768px) {
  .menu-wrap {
    z-index: 3 !important;
  }
}

@media screen and (max-width: 768px) {
  .contents {
      padding-block-start: 20rem;
  }
}
@media screen and (max-width: 530px) {
  .contents {
      padding-block-start: 16rem;
  }
}
@media screen and (max-width: 420px) {
  .contents {
      padding-block-start: 14.5rem;
  }
}
