@charset "UTF-8";

#section_fv_slider_wrap {
  width: 100%;
  margin-bottom: 80px;
}
.section_fv_slider img {
  width: 100%;
}
.section_fv_slider .slick-dots {
  bottom: 15px;
}
.section_fv_slider .slick-dots li {
  width: 60px;
  height: 4px;
}
.section_fv_slider .slick-dots li button {
  width: 60px;
  height: 4px;
}
.section_fv_slider .slick-dots li button:before {
  content: "";
  width: 60px;
  height: 4px;
  background: #ccc;
}

.section_coupon {
  margin-bottom: 100px;
}
.section_coupon_inner {
  width: 92%;
  max-width: 700px;
  margin: 0 auto;
}
.section_coupon_inner a img {
  width: 100%;
}

.section_feature {
  margin-bottom: 100px;
}
.section_feature_inner {
  width: 94%;
  max-width: 700px;
  margin: 0 auto 50px;
}
.section_feature .section_header {
  margin-bottom: 30px;
}
.section_feature_inner_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section_feature_inner_ul_li {
  width: calc( 100% / 2 - 2% );
  margin: 0 1% 20px;
}
/* .section_feature_inner_ul_li:last-child {
  margin: 0 1% 0px;
} */
.section_feature_inner_ul_li a img {
  width: 100%;
}

.section_category {
  margin-bottom: 100px;
}
.section_category_inner {
  width: 94%;
  max-width: 700px;
  margin: 0 auto 50px;
}
.section_category .section_header {
  margin-bottom: 30px;
}
.section_category_inner_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}
.section_category_inner_ul_li {
  width: calc( 100% / 2 - 2% );
  margin: 0 1% 20px;
}
.section_category_inner_ul_li:last-child {
  margin: 0 1% 0px;
}
.section_category_inner_ul_li:nth-last-child(2) {
  margin: 0 1% 0px;
}
.section_category_inner_ul_li a img {
  width: 100%;
}

.section_ranking {
  margin-bottom: 100px;
}
.section_ranking .section_header {
  margin-bottom: 30px;
}
.section_ranking_inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px;
}
.section_ranking_inner p {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.section_ranking_slider a img {
  width: 100%;
}
.section_ranking_slider_image {
  margin: 0 10px;
}
.section_ranking_slider .slick-prev,
.section_ranking_slider .slick-next {
  width: 15px;
  height: 60px;
  top: 55%;
}
.section_ranking_slider .slick-prev:before,
.section_ranking_slider .slick-next:before {
  width: 15px;
  height: 60px;
  display: block;
}
.section_ranking_slider .slick-prev:before {
  content: '';
  background: url(../images/202308/arrow_prev_wh.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.section_ranking_slider .slick-next:before {
  content: '';
  background: url(../images/202308/arrow_next_wh.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.section_concept {
  margin-bottom: 100px;
}

.section_top_seller .section_header {
  margin-bottom: 30px;
}

.banner_area_program_banner a {
  max-width: 350px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.banner_area_program_banner {
  margin-top: 20px;
}
.banner_area_program_banner a img {
  width: 100%;
}

.add_footer_menu_ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.add_footer_menu_ul li {
  margin: 0 20px 20px 0;
}
.add_footer_menu_ul li a {
  color: #fff;
  font-size: 13px;
}

.l-footer__info {
  max-width: 100%;
}
.c-footer_menu__title {
  display: none;
}

.header_sns_menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gheader .gnav_more_contents_inner .glink_list li {
  padding: 10px;
}
.gheader .gnav_more_contents_inner .glink_list li a {
  display: inline-block;
  padding: 0px;
}
.gheader .gnav_more_contents_inner .glink_list li .glink_list_child li {
  padding: 5px 0 0;
  margin-bottom: 5px;
}
.gheader .gnav_more_contents_inner .glink_list li .glink_list_child li a {
  margin-left: 20px;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  background: url(../images/202308/icon_menuarrow.svg) no-repeat;
  background-position: right center;
  background-size: 8px;
  width: 80%;
  line-height: 1.8em;
}

header .program_banner a {
  max-width: 90%;
  margin: 10px auto 0;
}
header .program_banner a img {
  width: 100%;
}

.main .banner_float {
  opacity: 1;
  transition:none;
  transition: .3s;
}

.main .banner_float.hide {
  opacity: 0;
  visibility: hidden;
}


.main .common_layout_section.section_agefarre {
  margin-top: 0;
}

.lowerpage_images_wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 50px;
}

.lowerpage_link_wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.item_detail {
  width: 90%;
  margin: 0 auto 30px;
  text-align: left;
}
.item_detail_name {
  font-size: 30px;
}
.item_detail_comment {
  font-size: 24px;
}
.item_price {
  font-size: 30px;
  text-align: right;
}

#nanodrop_images_wrap {
  background: #fff;
}
.nanodrop_button_area {
  padding: 20px 0;
}





@media screen and (max-width: 767px) {
  #section_fv_slider_wrap {
    margin-bottom: 50px;
  }
  .section_fv_slider .slick-dots {
    bottom: 10px;
  }
  .section_fv_slider .slick-dots li {
    width: 50px;
    height: 3px;
  }
  .section_fv_slider .slick-dots li button {
    width: 50px;
    height: 3px;
  }
  .section_fv_slider .slick-dots li button:before {
    content: "";
    width: 50px;
    height: 3px;
    background: #ccc;
  }

  .section_coupon {
    margin-bottom: 50px;
  }

  .section_feature {
    margin-bottom: 50px;
  }
  .section_feature_inner_ul_li {
    width: calc( 100% / 1 - 2% );
    margin: 0 1% 20px;
  }

  .section_category {
    margin-bottom: 50px;
  }
  .section_category_inner_ul_li {
    width: calc( 100% / 2 - 2% );
    margin: 0 1% 10px;
  }

  .section_ranking {
    margin-bottom: 50px;
  }
  .section_ranking_slider {
    width: 125%;
    margin: 0 auto 50px;
  }
  .section_ranking_slider_image {
    margin: 0 0 0 10px;
  }

  .banner_area_program_banner a {
    max-width: 400px;
    width: 90%;
  }

  .l-footer__info__store__logo {
    margin: 0 auto 20px;
  }
  .l-footer__info__store__sns {
    margin-bottom: 20px;
    text-align: center;
  }
  .add_footer_menu_ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .add_footer_menu_ul li {
    margin: 0 10px 10px;
  }

  header .program_banner a {
    max-width: 90%;
    margin: 10px auto 0;
  }
  .gheader .gnav_more_contents_inner {
    padding: 0 20px 50px;
  }

  .main .section_banner {
    background-size: cover;
    background-color: #000;
    background-position: center top 4vw;
  }
  .main .section_banner_inner {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .l-footer__info__store .u-font--body {
    text-align: center;
  }

  #section_banner {
    background-image: url(../images/bg_lineup_takeru_sp.jpg);
    background-size: 100%;
  }

  .item_detail {
    margin: 0 auto 20px;
  }
  .item_detail_name {
    font-size: 4.5vw;
  }
  .item_detail_comment {
    font-size: 4.2vw;
  }
  .item_price {
    font-size: 4.5vw;
  }
  
}