﻿@charset "UTF-8";

/* =============================================================

   サイトジャック用 CSS

============================================================= */

:root {
 --color-secondary: #000;
}

body {
  position: relative;
  z-index: 0;
}
/*
body::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../../../Contents/ImagesPkg/sightjack/251119/bg_main.png);
  background-size: cover;
  content: "";
}
*/
#header_bottom {
  height: 0;
  z-index: -1;
  visibility: hidden;
}

#header #header_bottom.active {
  height: auto;
  z-index: auto;
  visibility: visible;
}

#header #header_bottom .inner {
  opacity: 0;
  padding: 0;
  transition: all .3s ease;
}

#header #header_bottom.active .inner {
  opacity: 1;
}

/* PC用*/
@media (min-width: 769px) {

  #header #header_bottom.active .inner {
    padding: 1.5rem 0;
  }

  #header #header_bottom.active .inner {
    top: 0;
    animation: hdrfx2 .2s ease 0s 1 forwards;
  }

}

/* SP用*/
@media (max-width: 768px) {

  #header #header_bottom.active .inner {
    top: 0;
    animation: hdrfx3 .2s ease 0s 1 forwards;
    transition: none;
  }

  @keyframes hdrfx3 {
    100% {
      top: calc(0 * (100vw / 428));
    }
  }

  #header #header_bottom.active .inner {
    padding: calc(10 * (100vw / 390)) calc(15 * (100vw / 390));
  }

  #header.scroll #header_bottom.active .inner {
    animation: hdrfx2 .2s ease 0s 1 forwards;
  }

}

/* コンテンツ
============================================================= */

/* -- 非表示コンテンツ --
#Contents .top_news_section,
#Contents .top_section.season_section,
#Contents .top_section.ranking_section,
#Contents .top_section.top_bnr_section,
#Contents .newitem_section {
  display: none !important;
}*/


#Wrap {
  padding-top: 6.75rem;
}

/* -- セクション色付け化 -- */
#Contents .top_mainvisual_section,
#Contents .top_news_section,
#Contents .top_special_section {
  /*background-color: var(--color-sightjack-bg_special);*/
}

#Contents .top_info_section,
#header_txt_slider,
#header_txt_slider.active,
#header_txt_slider li,
#header_txt_slider li .header_tagline {
  background: var(--color-sightjack-bg_obi);
}

#header_txt_slider li,
#header_txt_slider li .header_tagline,
#header_txt_slider li .header_tagline a {
  color: var(--color-sightjack-main);
}

#Contents .top_info_section li,
#Contents .top_info_section a:not(.header_tagline a) {
  color: var(--color-sightjack-main);
}

#Contents .top_info_section li a,
#Contents .top_info_section li div {
  color: var(--color-sightjack-main);
}

.top_mainvisual_section .feature_list_common .feature_cat {
  background-color: var(--color-sightjack-sub2);
  color: #fff;
}

/* ---- 追従モダール ---- */
.sightjack_modal_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all 0.3s;
  transform: translateY(0);
  /* opacity: 1; */
}

.sightjack_modal_wrap .hide {
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

.sightjack_modal_wrap:has(.hide) {
  pointer-events: none;
}

.sightjack_modal_wrap.modal_toggle {
  z-index: 4;
}

.sightjack_modal_wrap.hidden {
  transform: translateY(100%);
  /* opacity: 0; */
  overflow: hidden;
}

.sightjack_modal_open {
  position: relative;
  margin-right: 2rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  z-index: 6;
  width: 17.2rem;
  height: 18.2rem;
  cursor: pointer;
  transition: opacity .3s;
  opacity: 1;
}

.modal_toggle .btn_close {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  top: 0;
  right: 0;
  background: url(../../../Contents/ImagesPkg/sightjack/251119/btn_close.png) no-repeat center / 100% 100%;
  background-color: #000;
  z-index: 7;
}

.modal_toggle.hide {
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

.sightjack_modal_open img {
  width: 100%;
  height: auto;
}

.sightjack_modal_contents {
  position: relative;
  right: 2rem;
  bottom: 1rem;
  z-index: 5;
  background-color: var(--color-sightjack-sub);
  border-radius: 1.3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: opacity .3s;
  font-size: 1.12rem;
}

.sightjack_modal_contents.hide {
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}

.sightjack_modal_contents ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  padding: 1.3rem 1.3rem 1rem;
}

.sightjack_modal_contents li {
  background-color: #fff;
  width: 100%;
  border-radius: 20rem;
}

.sightjack_modal_contents a {
  display: block;
  padding: 1rem 2.6rem 1rem 1.4rem;
  background: url(../../../Contents/ImagesPkg/common/icn_btn_arw_red.svg) no-repeat 93% / 0.7rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: var(--color-sightjack-sub) !important;
}

.sightjack_modal_contents .return_btn {
  padding: 1rem 2rem 1.2rem 3.4rem;
  color: var(--color-secondary);
  font-weight: bold;
  letter-spacing: 0.08em;
  cursor: pointer;
  color: #fff;
  position: relative;
  font-size: 1.15rem;
}

.sightjack_modal_contents .return_btn::before {
  content: "";
  width: 0.8rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  background: url(../../../Contents/ImagesPkg/common/icn_btn_arw_white.svg) no-repeat center / 100%;
  transform: translateY(-62%) rotate(180deg);
}

/* -- メインビジュアル -- */
#Contents .top_mainvisual_section .swiper-pagination-bullet {
  border-color: var(--color-sightjack-sub);
}

#Contents .top_mainvisual_section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-sightjack-sub);
  ;
  border-color: var(--color-sightjack-sub);
}

#Contents .top_nav_section {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding-top: 3rem;
  background-color: var(--color-sightjack-main);
  border-bottom: none;
}

#Contents .top_nav_section,
#Contents .top_nav_section a {
  color: var(--color-sightjack-txt_header);
}

#Contents .top_nav_section .btn_viewmore a {
  color: var(--color-sightjack-txt_header) !important;
  background-image: url(../../../Contents/ImagesPkg/common/icn_btn_arw_white.svg);
}

.rmd_category {
  border-color: var(--color-sightjack-sub);
}

.rmd_keywords .ttl_section {
  color: #fff;
}

.tag_list a {
  background-color: var(--color-sightjack-main);
  color: #000;
}

/* ---- ブランドピックアップ ---- */

.rmd_brand ul {
  gap: 1rem;
}

.rmd_brand ul li {
  width: 100%;
}

/* ---- バナー ---- */

#Contents .top_special_section .swiper-pagination-bullet {
  border-color: var(--color-sightjack-main);
}

#Contents .top_special_section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-sightjack-main);
  border-color: var(--color-sightjack-main);
}

.top_special_section .feature_list_common .feature_cat {
  color: #000;
  background-color: #f4fffa;
}

/* -- 最新特集 -- */
.feature_list_common .top_special_section .feature_cat,
.header_feature .feature_cat {
  color: var(--color-sightjack-main);
}


/* ---- 特設バナー ---- */
#Contents .top_special_section {
  position: relative;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 2.8rem;
}

#Contents .top_special_section .top_section__inner {
  position: relative;
  line-height: 0;
}

/* ---- SPECIAL LINK ---- */
.top_special_section .top_special_link {
  background-color: var(--color-sightjack-bg_header) !important;
  font-family: "milibus", "Noto Sans JP", sans-serif;
}

.top_special_section .top_special_link ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_special_section .top_special_link ul li {
  border-left: 1px solid #000;
}

.top_special_section .top_special_link ul li:first-child {
  border: none;
}

.top_special_section .top_special_link ul li a {
  display: block;
  padding: 1.8rem 4.5rem;
  color: #000 !important;
  font-weight: bold;
  text-align: center;
}

.top_special_section .top_special_link ul li a span {
  display: inline-block;
  padding-right: 2rem;
  background: url(../../../Contents/ImagesPkg/common/icn_btn_arw_black.svg) no-repeat right center;
  background-size: 0.7rem;
}

/* ---- COUNT DOWN ---- */
.top_special_section .countdown_area {
  display: flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 1.2rem 0;
  background: var(--color-sightjack-bg_search);
}

.top_special_section .countdown_area {
  color: #fff;
}

.top_special_section .countdown_area .countdown_ttl {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0 1rem 0;
  line-height: 1.3;
}

.top_special_section .countdown_area .countdown_ttl span {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.top_special_section .countdown_set {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_special_section .countdown_set #days,
.top_special_section .countdown_set #hours,
.top_special_section .countdown_set #minutes,
.top_special_section .countdown_set #seconds {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #fff;
  border-radius: 0.3rem;
  text-align: center;
  font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--color-sightjack-bg_search);
}

.top_special_section .countdown_set .txt_time {
  padding: 0 1rem;
  font-size: 1.2rem;
}

/* -- クーポンコード -- */
.todays_coupon_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.8rem;
  font-size: 1.2rem;
  background: #007126;
  color: #fff;
}

.todays_coupon_wrap dt {
  line-height: 1;
}

.todays_coupon_wrap dt::after {
  content: "：";
}

.todays_coupon_wrap dd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  line-height: 1;
}

.todays_coupon_wrap .coupon_code {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1.7rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.todays_coupon_wrap .coupon_copy {
  transition: all;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.2rem;
  padding: 0.2rem 1.3rem 0;
  background: #fff;
  border-radius: 20rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #007126;
  letter-spacing: 0.04em;
  line-height: 1;
  cursor: pointer;
}

/* ---- 商品をさがす ---- */

.top_special_event {
  position: relative;
  background-color: var(--color-sightjack-main);
  color: var(--color-sightjack-txt_header);
}

.top_special_event::before {
  position: absolute;
  top: -4.2rem;
  left: 50%;
  width: 130rem;
  height: 42rem;
  margin-left: -65rem;
  background: url(../../../Contents/ImagesPkg/sightjack/251119/bg_event.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.top_special_event>.top_section__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.top_special_event .top_special_product {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  padding: 3.4rem 0;
}

.top_special_todays + .top_special_product {
  position: relative;
  width: 52rem;
  gap: 3rem;
  padding: 4rem 0 4rem 3rem;
}

.top_special_todays + .top_special_product::before {
  position: absolute;
  top: 4rem;
  left: 0;
  bottom: 4rem;
  border-left: 1px solid var(--color-sightjack-sub);
  content: "";
}

.top_special_event .top_special_product_inner {
  width: 100%;
  max-width: 52rem;
}

.top_special_event .top_special_product .section_head {
  margin-bottom: 0.9rem;
}

.top_special_event .top_special_product .section_head .ttl_section {
  font-size: 1.7rem;
}

.top_special_product ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}

.top_special_product ul li {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 20rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.top_special_product ul li a {
  display: block;
  position: relative;
  z-index: 0;
  padding: 1rem 2rem;
  background-color: #fff;
  text-align: center;
}

.top_special_product ul li .txt_sm {
  font-size: 0.8em;
}

.top_special_product .product_cate a::before,
.top_special_product .product_brand a::before,
.top_special_product .product_ranking a::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-sightjack-main);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center 1.9rem;
  -webkit-mask-size: 3.2rem;
  content: "";
}

.top_special_product .product_brand a::before {
  mask-image: url(../../../Contents/ImagesPkg/common/icn_nav_brand.svg?240130);
}

.top_special_product .product_cate a::before {
  mask-image: url(../../../Contents/ImagesPkg/common/icn_cate_skincare.svg);
}

.top_special_product .product_ranking a::before {
  mask-image: url(../../../Contents/ImagesPkg/common/icn_nav_ranking.svg);
}

/* ---- TODAYS EVENT ---- */

.top_special_todays {
  width: 52rem;
  padding: 3rem 2.5rem 3rem 0;
}

.top_special_event .top_special_todays .ttl_section {
  font-size: 2.4rem;
}

.top_special_event .top_special_todays .top_special_list {
  overflow: hidden;
  margin-top: -1rem;
}

.top_special_event .top_special_todays .top_special_list .swiper-slide {
  line-height: 0;
}

.top_special_event .top_special_point {
  display: block;
  margin: 0 auto 4.5rem;
  padding: 1.3rem 0;
  text-align: center;
  line-height: 1.5 !important;
  font-size: 1.4rem;
  border: 3px solid #ffc1ff;
  border-radius: 0.8rem;
  background: #ffe7ff;
  letter-spacing: 0.03em;
}

.top_special_event .top_special_point .txt_obi {
  padding: 0 1rem 0 0;
  color: #ee25ef;
  font-size: 1.5rem;
  font-weight: bold;
}

.top_special_event .top_special_point .item_list__cicon {
  display: inline-block;
  vertical-align: 0.2rem;
  line-height: 1;
  margin-left: 0.5rem;
}

.top_special_event .top_special_point .item_list__cicon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 2.2rem;
  margin: 0 .1rem;
  padding: 0.2rem 0.8rem;
  background: #ebfe9a;
  border-radius: 1rem 0 1rem 0;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}

.top_special_event .top_special_point .item_list__cicon .icon.icon09 {
  background-color: #ed7553;
  color: #fff;
}

/* ---- ランキングパーツ ---- */

.top_special_ranking {
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
}

.top_special_section01 .top_special_ranking.days_sale_ranking {
  position: relative;
  z-index: 0;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  border-top: none;
  background-color: var(--color-sightjack-sub);
  color: var(--color-sightjack-txt_header);
}

.top_special_section01 .top_special_ranking.days_sale_ranking::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
  background: url(../../../Contents/ImagesPkg/sightjack/251119/bg_main.jpg) ;
  background-size: 7%;
  content: "";
}

.top_special_section01 .top_special_ranking.days_sale_ranking .ttl_section .txt_sm {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 1rem 0 1.4rem;
  background-color: var(--color-sightjack-sub2);
  border-radius: 1rem 0 1rem 0;
}

.top_special_section02 .top_special_ranking:first-child {
  padding-top: 4.5rem;
  border-top: none;
}

.top_special_ranking .icn_rank {
  display: none;
}

.top_section.recommend_section {
  margin-top: 0;
  padding-top: 4rem;
  border-top: none;
  background: #fff;
}

.top_special_section .js_item_slider .slick-dots .slick-active button,
.top_special_section .js_item_slidebar .simplebar-scrollbar::before {
  background: #6e6e6e;
}

.top_special_section .js_item_slider .slick-dots {
  margin-top: -0.5rem;
  padding-top: 0;
}

.top_special_bnrlink {
  margin: 4rem auto 3rem;
  line-height: 0;
}

/* ---- 検索 ---- */

.top_search_section {
  padding: 2.2rem 0;
  background-color: var(--color-sightjack-sub);
}

.top_search_section .header_search_box {
  z-index: 0 !important;
}

.top_search_section .header_search_box .search_box input {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #fff !important;
  box-shadow: none;
  letter-spacing: 0.04em;
  outline: none;
  -webkit-appearance: none;
  border: none;
  -webkit-autofill: none;
}

.top_search_section .header_search_box .search_cate_btn {
  display: none;
}

/* ---- ベネントエリア ---- */

#BenentSnap,
#BenentVideo {
  background-color: var(--color-sightjack-main);
  border-bottom: none;
}

#BenentSnap,
#BenentVideo,
#BenentSnap a,
#BenentVideo a {
  color: var(--color-sightjack-txt_header);
}

#BenentSnap {
  padding-top: 4.5rem;
}

#BenentVideo {
  padding-top: 1rem;
}

#BenentSnap .btn_viewmore a,
#BenentVideo .btn_viewmore a {
  color: var(--color-sightjack-txt_header) !important;
  background-image: url(../../../Contents/ImagesPkg/common/icn_btn_arw_white.svg);
}

#BenentSnap .js_item_slider .slick-next,
#BenentSnap .js_item_slider .slick-next:hover,
#BenentSnap .js_item_slider .slick-next:focus,
#BenentSnap .js_articles_slider .slick-next,
#BenentSnap .js_articles_slider .slick-next:hover,
#BenentSnap .js_articles_slider .slick-next:focus,
#BenentVideo .js_item_slider .slick-next,
#BenentVideo .js_item_slider .slick-next:hover,
#BenentVideo .js_item_slider .slick-next:focus,
#BenentVideo .js_articles_slider .slick-next,
#BenentVideo .js_articles_slider .slick-next:hover,
#BenentVideo .js_articles_slider .slick-next:focus {
  background-image: url(../../../Contents/ImagesPkg/common/icn_arw_next_white.svg);
}

#BenentSnap .js_item_slider .slick-prev,
#BenentSnap .js_item_slider .slick-prev:hover,
#BenentSnap .js_item_slider .slick-prev:focus,
#BenentSnap .js_articles_slider .slick-prev,
#BenentSnap .js_articles_slider .slick-prev:hover,
#BenentSnap .js_articles_slider .slick-prev:focus,
#BenentVideo .js_item_slider .slick-prev,
#BenentVideo .js_item_slider .slick-prev:hover,
#BenentVideo .js_item_slider .slick-prev:focus,
#BenentVideo .js_articles_slider .slick-prev,
#BenentVideo .js_articles_slider .slick-prev:hover,
#BenentVideo .js_articles_slider .slick-prev:focus {
  background-image: url(../../../Contents/ImagesPkg/common/icn_arw_prev_white.svg);
}

.days_sale_ranking .js_item_slider .slick-dots .slick-active button,
#BenentSnap .js_item_slider .slick-dots .slick-active button,
#BenentVideo .js_item_slider .slick-dots .slick-active button {
  background: #fff;
}

.days_sale_ranking .js_item_slider .slick-dots li button,
#BenentSnap .js_item_slider .slick-dots li button,
#BenentVideo .js_item_slider .slick-dots li button {
  background: var(--color-sightjack-sub);
}

/* ---- 新商品 ---- */

.newitem_section,
.first-user .newitem_section {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #fff;
}

/* ---- 特集 ---- */

.feature_section {
  background: var(--color-sightjack-main);
  border-bottom: 10px solid #385484;
  color: #fff;
  padding-top: 4.5rem;
}

.feature_section::before {
  display: none;
}

.feature_section .feature_list_common {
  border-bottom: none;
}

.feature_section .feature_list_common .feature_ttl,
.feature_section .feature_list_common .feature_data {
  color: #fff;
}

.feature_section .btn_viewmore a {
  color: #fff !important;
  background-image: url(../../../Contents/ImagesPkg/common/icn_btn_arw_white.svg);
}

.feature_section .feature_list_common .feature_cat {
  background-color: var(--color-sightjack-main);
  color: #000;
}

/* ---- 記事 ---- */

.articles_section {
  background-color: #006807;
  color: var(--color-sightjack-txt_header);
}

.articles_section::before {
  display: none;
}

.articles_section .articles_list {
  margin-bottom: 4rem;
}

.bnr_pickup_link {
  border-radius: 1.1rem;
}

.btn_viewmore a {
  color: #000 !important;
  background-image: url(../../../Contents/ImagesPkg/common/icn_btn_arw_black.svg);
}


/* SPECIAL SLIDER
============================================================= */

.top_special_slider {
  position: relative;
  z-index: 0;
  padding: 2rem 0;
  background-color: var(--color-sightjack-main);
}

.top_special_slider::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: -1;
  background: url(../../../Contents/ImagesPkg/sightjack/251119/bg_main.jpg) ;
  background-size: 7%;
  content: "";
}

.top_special_slider .top_section__inner {
  width: 100%;
}

.top_special_slider .feature_list_common {
  margin: 0;
  padding: 0;
  border: none;
}

.top_special_slider .feature_list_common>ul {
  flex-wrap: inherit;
  margin: 0;
}

.top_special_slider .swiper-slide {
  width: 42rem;
  margin: 0 1rem 2rem !important;
  padding: 0 !important;
}

.top_special_slider .swiper-slide a {
  padding: 1.8rem .6rem;
  line-height: 0;
}

.top_special_slider .feature_list_common .feature_cat {
  top: 1rem;
  left: 1rem;
}

.top_special_slider .feature_list_common .feature_img {
  border-radius: 1rem;
}

.top_special_slider .feature_list_common .feature_ttl {
  font-size: 2.2rem;
}

.top_special_slider .feature_list_common .feature_cont {
  font-size: 1.2rem;
}

.top_special_slider .feature_list_common .feature_data {
  bottom: -2.8rem;
}

.top_special_slider .swiper-pagination-bullet {
  opacity: 1;
  background-color: var(--color-sightjack-sub);
   border-color: var(--color-sightjack-sub);
   box-shadow: none;
}

.top_special_slider .swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #fff;
}

/* PC用*/
@media (min-width: 769px) {

  #Contents .top_mainvisual_section {
    padding-top: 2.5rem;
  }

  #Contents .top_mainvisual_section .swiper-pagination {
  }

  .top_special_section {
    padding-bottom: 0 !important;
  }

  .top_special_section .swiper-pagination {
    bottom: 1.8rem !important;
  }

  .top_special_ranking .ttl_section .txt_sm {
    font-weight: 600;
    font-size: inherit;
  }

  .days_sale_ranking .ttl_section .txt_sm,
  .top_special_ranking .ttl_section .txt_sm {
    font-weight: normal;
    font-size: 2rem;
    line-height: 2;
  }

  /* ---- 帯バナーエリア ---- */
  #Contents .top_news_section {
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  /* ---- クーポンなし ---- */

  .top_special_event.coupon_none .top_special_product {
    width: 100%;
    border: none;
  }

  .top_special_event.coupon_none .top_special_product_inner {
    width: calc(50% - 1.5rem);
    max-width: 100%;
  }

  .top_special_event.coupon_none .top_special_product::before {
    display: none;
  }

  .top_special_event.coupon_none .top_special_product ul li {

  }

  /* ---- 検索 ---- */

  .top_search_section {}

  .top_search_section .header_search_box .search_box {
    width: 60rem;
  }

  .top_search_section .header_search_box .search_cate_list {
    width: 65rem;
  }

  .top_search_section .header_search_box .search_box input {
    padding: 0 6rem 0 1.5rem;
    border-left-width: 0;
    border-radius: 1rem;
    font-size: 1.3rem;
    /*box-shadow: 8px 10px 16px -15px rgba(0,0,0,0.4) inset;*/
  }


  /* SPECIAL SLIDER
  ============================================================= */

  .top_special_slider .feature_list_common .swiper-wrapper {

  }


}

/* SP用*/
@media (max-width: 768px) {

  #Wrap {
    padding-top: calc(65 * (100vw / 428));
  }

  .sightjack_modal_open {
    right: calc(5 * (100vw / 428));
    width: calc(120 * (100vw / 428));
    height: calc(120 * (100vw / 428));
    margin-right: 0;
    padding-top: calc(10 * (100vw / 428));
    padding-right: calc(10 * (100vw / 428));
  }

  .modal_toggle .btn_close {
    width: calc(24 * (100vw / 428));
    height: calc(24 * (100vw / 428));
    top: calc(0 * (100vw / 428));
    right: calc(0 * (100vw / 428));
  }

  .sightjack_modal_contents {
    right: calc(10 * (100vw / 428));
    bottom: calc(10 * (100vw / 428));
    border-radius: calc(10 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
  }

  .sightjack_modal_contents ul {
    gap: calc(9 * (100vw / 428));
    padding: calc(13 * (100vw / 428)) calc(13 * (100vw / 428)) calc(5 * (100vw / 428));
  }

  .sightjack_modal_contents li a {
    padding: calc(10 * (100vw / 428)) calc(28 * (100vw / 428)) calc(10 * (100vw / 428)) calc(12 * (100vw / 428));
    background-size: calc(7.2 * (100vw / 428));
  }

  .sightjack_modal_contents .return_btn {
    font-size: calc(12 * (100vw / 428));
    padding: calc(7 * (100vw / 428)) calc(13 * (100vw / 428)) calc(13 * (100vw / 428)) calc(30 * (100vw / 428));
  }

  .sightjack_modal_contents .return_btn::before {
    width: calc(7 * (100vw / 428));
    height: calc(9 * (100vw / 428));
    left: calc(15 * (100vw / 428));
    transform: translateY(-90%) rotate(180deg);
  }


  /* ---- インフォ ---- */
  #Contents .top_info_section {
    margin-top: calc(-20 * (100vw / 428));
    margin-bottom: calc(12 * (100vw / 428));
  }


  /* ---- 特設バナー ---- */
  #Contents .top_special_section {}

  #Contents .top_mainvisual_section {
    padding-top: 0;
    padding-bottom: calc(20 * (100vw / 428));
    border: none;
  }

  /* ---- SPECIAL LINK ---- */
  .top_special_section .top_special_link {}

  .top_special_section .top_special_link ul {
    justify-content: space-between;
    align-items: stretch;
  }

  .top_special_section .top_special_link ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
  }

  .top_special_section .top_special_link ul li a {
    width: 85%;
    padding: calc(14 * (100vw / 755)) 0;
  }

  .top_special_section .top_special_link ul li a span {
    display: block;
    width: 100%;
    padding-right: 0;
    background-size: calc(14 * (100vw / 755));
    font-size: calc(23 * (100vw / 755));
    line-height: 1.4;
  }

  /* ---- COUNT DOWN ---- */
  .top_special_section .countdown_area {
    margin-bottom: calc(14 * (100vw / 755));
    padding-top: calc(15 * (100vw / 755));
    padding-bottom: calc(15 * (100vw / 755));
  }

  .top_special_section .countdown_area .countdown_ttl {
    width: calc(122 * (100vw / 755));
    margin-bottom: 0;
    padding: 0 calc(20 * (100vw / 755)) 0 0;
    font-size: calc(20 * (100vw / 755));
  }

  .top_special_section .countdown_area .countdown_ttl span {
    display: block;
    font-size: calc(21 * (100vw / 755));
    line-height: 1;
  }

  .top_special_section .countdown_set {}

  .top_special_section .countdown_set #days,
  .top_special_section .countdown_set #hours,
  .top_special_section .countdown_set #minutes,
  .top_special_section .countdown_set #seconds {
    width: calc(75 * (100vw / 755));
    height: calc(75 * (100vw / 755));
    font-size: calc(32 * (100vw / 755));
    border-radius: calc(7 * (100vw / 755));
  }

  .top_special_section .countdown_set .txt_time {
    padding: 0 calc(10 * (100vw / 755));
    font-size: calc(23 * (100vw / 755));
  }

  /* ---- ナビ ---- */
  #Contents .top_nav_section {
    margin-bottom: 0;
    padding-top: calc(24 * (100vw / 428));
    padding-bottom: calc(24 * (100vw / 428));
  }

  /* ---- 商品をさがす ---- */

  .top_special_event {}

  .top_special_event::before {
    position: absolute;
    top: calc(-28 * (100vw / 428));
    left: calc(5 * (100vw / 428));
    width: calc(124 * (100vw / 428));
    height: calc(83 * (100vw / 428));
    margin-left: 0;
    background-image: url(../../../Contents/ImagesPkg/sightjack/251119/bg_event_01.png);
    background-size: 100%;
    content: "";
  }

 .top_special_section01 .top_special_ranking.days_sale_ranking::after {
    position: absolute;
    right: calc(8 * (100vw / 428));
    top: calc(-9 * (100vw / 428));
    width: calc(63 * (100vw / 428));
    height: calc(67 * (100vw / 428));
    background: url(../../../Contents/ImagesPkg/sightjack/251119/bg_event_04.png) no-repeat;
    background-size: 100%;
    content: "";
  }

  .top_special_todays {
    position: relative;
  }

  .top_special_todays::after {
    position: absolute;
    bottom: calc(-46 * (100vw / 428));
    right: calc(7 * (100vw / 428));
    width: calc(60 * (100vw / 428));
    height: calc(86 * (100vw / 428));
    background: url(../../../Contents/ImagesPkg/sightjack/251119/bg_event_03.png) no-repeat;
    background-size: 100%;
    content: "";
  }

  .top_special_event>.top_section__inner {
    display: block;
  }

  .top_special_event .top_section__inner .section_head {
    padding-right: 0;
    padding-left: 0;
  }

  .top_special_event .top_special_product {
    width: auto;
    gap: calc(19*(100vw / 375));
  }

  .top_special_event .top_special_product {
    padding: calc(60 * (100vw / 755)) calc(15 * (100vw / 428)) calc(50 * (100vw / 755));
  }

  .top_special_event .top_special_todays + .top_special_product {
    padding: calc(40 * (100vw / 755)) calc(15 * (100vw / 428)) calc(50 * (100vw / 755));
  }


  .top_special_event .top_special_product .ttl_section {
    padding-bottom: calc(10 * (100vw / 755));
    font-size: calc(20 * (100vw / 428));
  }

  .top_special_event .top_special_product::before {
    display: none;
  }

  .top_special_event .top_special_product ul {
    gap: calc(15 * (100vw / 755));
  }

  .top_special_event .top_special_product ul li {
    width: 31.8%;
    font-size: calc(23 * (100vw / 755));
    letter-spacing: 0.01em;
  }

  .top_special_event .top_special_product ul li a {
    padding: calc(20 * (100vw / 755)) 0;
  }

  .top_special_event .top_special_product ul li .txt_sm {
    font-size: calc(19 * (100vw / 755));
  }

  .top_special_event .top_special_product .product_cate a::before,
  .top_special_event .top_special_product .product_brand a::before,
  .top_special_event .top_special_product .product_ranking a::before {
    -webkit-mask-position: center calc(24 * (100vw / 755));
    -webkit-mask-size: calc(58 * (100vw / 755));
  }


  /* ---- TODAYS EVENT ---- */

  .top_special_todays {
    width: auto;
    padding: calc(60 * (100vw / 755)) calc(15 * (100vw / 428)) calc(10 * (100vw / 428));
  }

  .top_special_event .top_special_todays .ttl_section {
    padding-bottom: calc(10 * (100vw / 755));
    font-size: calc(22 * (100vw / 428));
  }

  .top_special_event .top_special_todays .top_special_list {
    overflow: hidden;
    margin-top: 0;
  }

  .top_special_event .top_special_point {
    width: auto;
    margin: calc(14*(100vw / 428)) calc(-1*(100vw / 428)) calc(25*(100vw / 428));
    padding: calc(10*(100vw / 428)) 0;
    line-height: 1.8 !important;
    font-size: calc(14*(100vw / 428));
    border-radius: 0;
    letter-spacing: 0.02em;
  }

  .top_special_event .top_special_point .txt_obi {
    display: block;
    padding: 0 0 calc(5 * (100vw / 755));
    font-size: calc(28 * (100vw / 755));
  }

  .top_special_event .top_special_point .item_list__cicon {
    vertical-align: 0.2rem;
    margin-left: calc(5 * (100vw / 755));
  }

  .top_special_event .top_special_point .item_list__cicon .icon {
    height: calc(22*(100vw / 390));
    margin: 0 calc(1*(100vw / 390));
    padding: calc(2*(100vw / 390)) calc(7*(100vw / 390));
    border-radius: calc(10*(100vw / 390)) 0 calc(10*(100vw / 390)) 0;
    font-size: calc(12*(100vw / 390));
  }

  /* -- クーポンコード -- */

  .todays_coupon_wrap {
    height: calc(30 *(100vw / 375));
    padding: 0;
    font-size: calc(11*(100vw / 375));
  }

  .todays_coupon_wrap dt {
  }

  .todays_coupon_wrap dd {
    height: calc(30*(100vw / 375));
  }

  .todays_coupon_wrap .coupon_code {
    padding: 0 calc(10*(100vw / 375)) 0 0;
    border-radius: calc(4*(100vw / 375)) 0 0 calc(4*(100vw / 375));
    font-size: calc(13*(100vw / 375));
  }

  .todays_coupon_wrap .coupon_copy {
    height: calc(18*(100vw / 375));
    padding: 0 calc(15*(100vw / 375));
    font-size: calc(11*(100vw / 375));
  }

  /* ---- 商品を探す ---- */

  .top_special_event .top_special_product_inner {
    max-width: 100%;
  }

  .top_special_event .top_special_product .section_head {
    margin-bottom: calc(-2*(100vw / 375));
  }

  .top_special_event .top_special_product .section_head .ttl_section {
    font-size: calc(16*(100vw / 375));
  }

  /* ---- ランキングパーツ ---- */

  .top_special_ranking .ttl_section {
    line-height: 1.2;
  }

  .days_sale_ranking .ttl_section .txt_sm,
  .top_special_ranking .ttl_section .txt_sm {
    display: inline-block;
    padding-bottom: calc(6 * (100vw / 428));
    font-size: calc(18 * (100vw / 428));
    letter-spacing: 0;
  }

  .top_special_ranking .ttl_section .txt_md {
    font-size: calc(19*(100vw / 390));
    font-size: calc(17 * (100vw / 390));
    letter-spacing: 0;
  }

  .top_special_ranking {
    margin-top: 0;
    padding-top: calc(25*(100vw / 390));
  }

  .top_special_section01 .top_special_ranking {
    padding-top: calc(28*(100vw / 390));
    padding-bottom: calc(15*(100vw / 390));
  }

  .top_special_section01 .top_special_ranking.days_sale_ranking {
    border-top: none;
    padding-top: calc(20*(100vw / 390));
    padding-bottom: calc(15*(100vw / 390));
  }

  .top_special_section01 .top_special_ranking.days_sale_ranking::before {
    background-size: 14%;
  }

  .top_special_section02 .top_special_ranking:first-child {
    padding-top: calc(35*(100vw / 390));
    border-top: none;
  }

  .top_special_section01 .top_special_ranking.days_sale_ranking .ttl_section {
    margin-bottom: calc(4 * (100vw / 428));
  }

  .top_special_section01 .top_special_ranking.days_sale_ranking .ttl_section .txt_sm {
    margin-bottom: calc(7 * (100vw / 428));
    padding: calc(7 * (100vw / 428)) calc(7 * (100vw / 428)) calc(5 * (100vw / 428)) calc(10 * (100vw / 428));
    border-radius: calc(10 * (100vw / 428)) 0 calc(10 * (100vw / 428)) 0;
    font-size: calc(16 * (100vw / 428));
  }

  .top_special_section01 .top_special_ranking.days_sale_ranking .ttl_section .txt_md {
    font-size: calc(22 * (100vw / 428));
  }

  .days_sale_ranking .js_item_slidebar .simplebar-scrollbar::before,
  #BenentSnap .js_item_slidebar .simplebar-scrollbar::before,
  #BenentVideo .js_item_slidebar .simplebar-scrollbar::before,
  .articles_section .js_item_slidebar .simplebar-scrollbar::before {
    background-color: #fff;
  }

  .days_sale_ranking .js_item_slidebar .simplebar-track.simplebar-horizontal,
  #BenentSnap .js_item_slidebar .simplebar-track.simplebar-horizontal,
  #BenentVideo .js_item_slidebar .simplebar-track.simplebar-horizontal {
    background-color: var(--color-sightjack-sub);
  }

  .articles_section .js_item_slidebar .simplebar-track.simplebar-horizontal {
    background-color: #004204;
  }

  .top_special_section .top_special_ranking .ttl_section {
    font-size: calc(21*(100vw / 428));
    letter-spacing: -0.01em;
  }

  .top_special_section .top_special_ranking .ttl_section .txt_sm {
    font-size: calc(16*(100vw / 428));
    font-weight: 600;
    line-height: 2;
  }

  .top_special_section .top_special_ranking .ttl_section .txt_md {
    font-size: calc(20*(100vw / 428));
    font-weight: 600;
  }

  .top_special_bnrlink {
    margin: calc(30*(100vw / 428)) auto calc(30*(100vw / 428));
  }


  /* ---- 検索 ---- */

  .top_search_section {
    padding: calc(15*(100vw / 428));
  }

  .top_search_section .search_box {
    overflow: hidden;
    border-radius: calc(12 * (100vw / 390));
  }

  .top_search_section .header_search_box .search_box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 128.5%;
    height: 128%;
    padding: calc(5 * (100vw / 586)) calc(60 * (100vw / 586)) calc(5 * (100vw / 586)) calc(26 * (100vw / 586));
    font-size: calc(17 * (100vw / 390));
    transform: scale(0.8) translate(-13%, -13%);
    line-height: 128%;
  }


  /* ---- ピックアップブランド ---- */

  .rmd_brand ul {
    gap: calc(20 * (100vw / 586));
  }

  .rmd_brand ul li {
    width: 100%;
    margin-bottom: 0;
  }

  .rmd_list .rmd_img::before {
    border-radius: calc(12 * (100vw / 586));
  }

  .rmd_brand .rmd_img {
    margin-bottom: 0;
    border-radius: calc(10 * (100vw / 586)) !important;
  }

  /* ---- ピックアップカテゴリ ---- */

  .rmd_category {
    display: none !important;
  }




  /* ---- ベネントエリア ---- */

  #BenentSnap,
  #BenentVideo {}

  #BenentSnap {
    padding-top: calc(50 * (100vw / 586));
  }

  #BenentVideo {
    padding-top: calc(10 * (100vw / 586));
  }

  #BenentVideo .ranking_list .item_list__item {
    margin-top: 0;
    overflow: hidden;
  }

  /* ---- あなただけのおすすめ ---- */

  .top_section.recommend_section {
    padding-top: calc(50 * (100vw / 586));
    padding-bottom: calc(20 * (100vw / 586));
    border-bottom: 1px solid #f5f5f5;
  }

  /* ---- 新商品 ---- */

  .newitem_section {
    margin-bottom: 0;
    padding-top: calc(45 * (100vw / 586));
    padding-bottom: calc(20 * (100vw / 586));
  }

  /* ---- 特集 ---- */

  .feature_section {
    padding-top: calc(50 * (100vw / 586));
  }

  /* ---- 記事 ---- */

  .articles_section .articles_list .articles_cont {
    color: #fff;
  }

  .articles_section .articles_list {
    margin-bottom: calc(50 * (100vw / 586));
  }

  .bnr_pickup_link {
    border-radius: calc(20 * (100vw / 586));
  }

  .js_item_slidebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    left: -2px;
  }

  .js_item_slidebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    right: calc(-31 * (100vw / 428));
  }

  /* SPECIAL SLIDER
  ============================================================= */

  .top_special_slider {
    padding: calc(15 * (100vw / 428)) 0 calc(25 * (100vw / 428));
  }

  .top_special_slider::before {
    background-size: 14%;
  }

  .top_special_slider .feature_list_common {
    position: relative;
  }

  .top_special_slider .feature_list_common .swiper-slide {
    width: calc(340 * (100vw / 428)) !important;
    margin-bottom: calc(30 * (100vw / 428));
    padding: 0 !important;
  }

  .top_special_slider .feature_list_common .swiper-slide a {
    margin: 0 calc(5 * (100vw / 428));
    padding: calc(18 * (100vw / 428)) calc(2 * (100vw / 428));
  }

  .top_special_slider .feature_list_common .feature_cat {
    top: calc(10 * (100vw / 428));
    left: calc(10 * (100vw / 428));
  }

  .top_special_slider .feature_list_common .feature_img {
    border-radius: calc(10 * (100vw / 428));
  }

  .top_special_slider .feature_list_common .feature_ttl {
    margin: 0;
    font-size: calc(16 * (100vw / 428));
  }

  .top_special_slider .feature_list_common .feature_ttl::before {
    border-radius: calc(10 * (100vw / 428));
  }

  .top_special_slider .feature_list_common .feature_cont {
    font-size: calc(12 * (100vw / 428));
  }

  .top_special_slider .feature_list_common .feature_data {
    bottom: calc(-28 * (100vw / 428));
  }

  .top_special_slider .swiper-pagination {
    bottom: calc(-2 * (100vw / 428));
  }

  .top_special_slider .swiper-pagination-bullet {
    width: calc(8 * (100vw / 428));
    height: calc(8 * (100vw / 428));
    margin: 0 calc(4 * (100vw / 428)) !important;
    padding: 0 !important;
  }


}
