﻿@charset "UTF-8";

/* =============================================================

   サイトジャック用 CSS

============================================================= */

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/250624/bg_main-min.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.8rem;
  background-color: #d3ddf8;
}

/* -- セクション色付け化 -- */
#Contents .top_mainvisual_section,
#Contents .top_news_section,
#Contents .top_special_section {
  /*background-color: var(--color-sightjack-bg_special);*/
}

#Contents .top_info_section {
  background: var(--color-sightjack-bg_obi);
}

#Contents .top_info_section li,
#Contents .top_info_section a:not(.header_tagline a) {
  color: var(--color-sightjack-txt_header);
}

#Contents .top_info_section li a,
#Contents .top_info_section li div {
  color: #707070;
}

/* -- メインビジュアル -- */
#Contents .top_mainvisual_section .swiper-pagination-bullet {
  background-color: #f0f3fc;
  border-color: #9bb3d7;
}

#Contents .top_mainvisual_section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9bb3d7;
  border-color: #9bb3d7;
}

#Contents .top_nav_section {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding-top: 3rem;
  background-color: var(--color-sightjack-bg);
  border-bottom: 10px solid var(--color-sightjack-bg_obi);
}

.season_section,
.ranking_section {
  background-color: #f5f8ff;
}

.ranking_section {
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.season_section .top_section__inner {
  padding-top: 6rem;
}

.rmd_category {
  border-color: var(--color-sightjack-bg_obi);
}

.top_hotword_section {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  background: none;
}

/* .top_hotword_section::before {
  position: absolute;
  top: -3rem;
  left: 50%;
  width: 130rem;
  height: 27rem;
  margin-left: -65rem;
  background: url(../../Contents/ImagesPkg/sightjack/250624/bg_hotword.png) no-repeat top center;
  background-size: 100%;
  content: "";
} */

.top_hotword_section .top_section__inner {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

body #Wrap .tag_list a,
body #Wrap .tag_list a:link {
  background-color: #fafcff;
  color: #7d9bc4!important;
}

.tab_btn_area .tab_btn {
  background-color: #fff;
}

.sightjack_img {
  margin: 3.8rem auto 0;
  width: 30rem;
}

/* ---- バナー ---- */

#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;
  text-align: center;
}

#Contents .top_special_section .top_section__inner a {
  display: block;
  position: relative;
  margin: 3rem auto 3rem;
  width: 90rem;
  z-index: 0;
}

#Contents .top_special_section .top_section__inner a::before {
  content: '';
  position: absolute;
  transform: rotate(20deg);
  top: -3rem;
  left: -10rem;
  width: 26.6rem;
  height: 13.2rem;
  background-image: url(../../../Contents/ImagesPkg/sightjack/251106/deco-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

#Contents .top_special_section .top_section__inner a::after {
  content: '';
  position: absolute;
  transform: rotate(30deg);
  bottom: 1rem;
  right: -9rem;
  width: 23.6rem;
  height: 11.6rem;
  background-image: url(../../../Contents/ImagesPkg/sightjack/251106/deco-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

#Contents .top_special_section .top_section__inner a .itemArea__button {
  transition: all .6s ease;
}

#Contents .top_special_section .top_section__inner a .itemArea__button .text {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3rem;
  padding-left: 5rem;
}

#Contents .top_special_section .top_section__inner a .itemArea__button .text::after {
  content: '';
  transition: all .6s ease;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 2.7rem;
  height: 0.8rem;
  mask-image: url(../../../Contents/ImagesPkg/sightjack/251106/arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background: var(--color-sightjack-main);
  z-index: 1;
}

#Contents .top_special_section .top_section__inner a .itemArea__button:hover {
  background-color: var(--color-sightjack-main);
  color: #fff;
}

#Contents .top_special_section .top_section__inner a .itemArea__button:hover .text::after {
  background: #fff;
}

#Contents .top_special_section .top_section__inner .itemArea__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem;
  background-color: #fff;
  border: 1px solid var(--color-sightjack-main);
  border-radius: 100px;
  color: var(--color-sightjack-main);
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: .04em;
  width: 24.8rem;
  height: 4.6rem;
}

/* ---- 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-main2);
  /*background: #ff81ff;
  border-bottom: 10px solid #fe68ff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  font-family: "milibus", "Noto Sans JP", sans-serif;*/
}

.top_special_section .countdown_area {
  color: #000;
}

.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;
  text-align: center;
  font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: #000;
}

.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;
  padding: 0.8rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}

.todays_coupon_wrap dt {
  padding-right: 1.2rem;
}

.todays_coupon_wrap dd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
}

.todays_coupon_wrap .coupon_code {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1.4rem;
  background: #fff;
  border-radius: .4rem 0 0 .4rem;
  font-size: 1.6rem;
}

.todays_coupon_wrap .coupon_copy {
  transition: all;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1.4rem;
  background: var(--color-sightjack-main2);
  border-radius: 0 .4rem .4rem 0;
  font-size: 1.2rem;
  color: #000;
  letter-spacing: 0.02em;
  cursor: pointer;
}

/* ---- 商品をさがす ---- */

.top_special_event {
  position: relative;
  background-color: var(--color-sightjack-sub);
  border-bottom: 10px solid #9dbed7;
}

.top_special_event::before {
  position: absolute;
  top: -4.2rem;
  left: 50%;
  width: 130rem;
  height: 36rem;
  margin-left: -65rem;
  background: url(../../Contents/ImagesPkg/sightjack/250624/bg_event.png) no-repeat top center;
  background-size: 100%;
  content: "";
}

.top_special_event > .top_section__inner {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

.top_special_product {
  position: relative;
  width: 52rem;
  padding: 3rem 0 2rem 3rem;
}

.top_special_product::before {
  position: absolute;
  top: 3rem;
  left: 0;
  bottom: 1.5rem;
  border-left: 1px solid #9dbed7;
  content: "";
}

.top_special_event .top_special_product .ttl_section {
  font-size: 2.3rem;
}


.top_special_product ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.top_special_product ul li {
  overflow: hidden;
  width: 32%;
  margin: 0;
  padding: 0;
  border-radius: 0.8rem;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.top_special_product ul li a {
  display: block;
  position: relative;
  z-index: 0;
  padding: 1.78rem 1rem;
  background-color: var(--color-sightjack-main2);
  text-align: center;
}

.top_special_product ul li .txt_sm {
  font-size: 0.9em;
}

.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: 52.8rem;
  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;
}

.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 {
  padding-top: 4.1rem;
  padding-bottom: 3rem;
}

.top_special_section01 .top_special_ranking:first-child {
  border-top: none;
}

.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: none;
  background: #fff;
}
/*
.top_special_section .js_item_slider .slick-dots li button,
.top_special_section .js_item_slidebar .simplebar-track.simplebar-horizontal {
  background-color: #efd3ef;
}*/

.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_special_event.coupon_none .top_special_todays {
  display: none;
}

.top_special_event.coupon_none .top_special_product {
  width: 100%;
  padding: 3.4rem 0 3rem;
  border: none;
}

.top_special_event.coupon_none .top_special_product::before {
  display: none;
}

.top_special_event.coupon_none .top_special_product ul li {
  width: 16%;
}

/* ---- 検索 ---- */

.top_search_section {
  padding: 2.2rem 0;
  background-color: var(--color-sightjack-main);
}

.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-bg);
}

#BenentSnap {
  padding-top: 4.5rem;
}

#BenentVideo {
  padding-top: 1rem;
  border: none;
}

/* ---- 新商品 ---- */

.newitem_section {
  border-top: none;
}

.newitem_section,
.first-user .newitem_section {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: #fff;
}

/* ---- 特集 ---- */

.feature_section {
  background: #d3ddf8;
  border-bottom: none;
  padding-top: 4.5rem;
}

.feature_section::before {
  display: none;
}

.feature_section .feature_list_common {
  border-bottom: none;
}

.feature_section .feature_list_common .feature_cat {
  background-color: var(--color-sightjack-main);
  color: #000;
}

/* ---- 記事 ---- */

.articles_section {
  background: none;
}

.articles_section::before {
  display: none;
}

.articles_section .articles_list {
  margin-bottom: 4rem;
}

.bnr_pickup {
  position: relative;
  padding-top: 5.5rem;
  z-index: 0;
}

.bnr_pickup::before {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 100vw;
  height: 90rem;
  background-color: #A9BDDB;
  z-index: 0;
}

.bnr_pickup_link {
  border-radius: 1.1rem;
}

.btn_viewmore a {
  color: #000 !important;
  background-image: url(../../../Contents/ImagesPkg/common/icn_btn_arw_black.svg);
}

/* ページトップボタンのスタイル */
.page-top-btn-sightjack {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
  padding: 1rem 1rem 5.7rem;
  transition: opacity 0.3s, visibility 0.3s;
  background: url(../../../Contents/ImagesPkg/sightjack/251106/top.svg) no-repeat center bottom 1rem;
  background-size: 3rem;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(169, 189, 219, .5);
  border-radius: 1rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  display: none;
  z-index: 1000;
  line-height: 1.2;
  text-align: center;
}

.page-top-btn-sightjack span {
  color: #9dbed7;
  font-weight: bold;
}

#Contents .articles_section {
  background: #fff;
}

#Contents .night_section {
  position: relative;
  margin: 6rem auto 0;
  width: 38rem;
  z-index: 1;
}



/* PC用*/
@media (min-width: 769px) {

  #Contents .top_mainvisual_section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .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_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;*/
  }

}

/* SP用*/
@media (max-width: 768px) {
  #Contents .top_info_section {
    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));
  }

  .top_special_section .countdown_set .txt_time {
    padding: 0 calc(10 * (100vw / 755));
    font-size: calc(23 * (100vw / 755));
  }

  #Contents .top_special_section .top_section__inner a {
    margin: calc(86 * (100vw / 755)) auto 0;
    width: 100%;
  }

  #Contents .top_special_section .top_section__inner a .itemArea__button .text {
    column-gap: calc(30 * (100vw / 755));
    padding-left: calc(60 * (100vw / 755));
  }

  #Contents .top_special_section .top_section__inner a .itemArea__button .text::after {
    width: calc(36 * (100vw / 755));
    height: calc(16 * (100vw / 755));
  }

  #Contents .top_special_section .top_section__inner a::before {
    top: calc(-60 * (100vw / 755));
    left: calc(-60 * (100vw / 755));
    width: calc(295 * (100vw / 755));
    height: calc(132 * (100vw / 755));
  }

  #Contents .top_special_section .top_section__inner a::after {
    bottom: calc(14 * (100vw / 755));
    right: calc(-70 * (100vw / 755));
    width: calc(253 * (100vw / 755));
    height: calc(133 * (100vw / 755));
  }

  #Contents .top_special_section .top_section__inner .itemArea__button {
    margin-top: calc(30 * (100vw / 755));
    padding-top: calc(4 * (100vw / 755));
    font-size: calc(30 * (100vw / 755));
    width: calc(320 * (100vw / 755));
    height: calc(80 * (100vw / 755));
  }

  /* ---- ナビ ---- */
  #Contents .top_nav_section {
    padding-top: calc(24 * (100vw / 428));
  }

  .season_section .top_section__inner {
    padding-top: calc(50 * (100vw / 428));
  }

  /* ---- 商品をさがす ---- */

  .top_special_event {
  }

  .top_special_event::before {
    top: calc(-28 * (100vw / 428));
    left: calc(-12 * (100vw / 428));
    width: calc(283 * (100vw / 428));
    height: calc(83 * (100vw / 428));
    margin-left: 0;
    background-image: url(../../Contents/ImagesPkg/sightjack/250624/bg_event_01.png);
  }

  .top_special_event::after {
    position: absolute;
    left: calc(-15 * (100vw / 428));
    bottom: calc(-24 * (100vw / 428));
    width: calc(444 * (100vw / 428));
    height: calc(51 * (100vw / 428));
    background: url(../../Contents/ImagesPkg/sightjack/250624/bg_event_03.png) no-repeat;
    background-size: 100%;
    content: "";
  }

  .top_special_todays {
    position: relative;
  }

  .top_special_todays::after {
    position: absolute;
    bottom: calc(-40 * (100vw / 428));
    right: calc(-5 * (100vw / 428));
    width: calc(133 * (100vw / 428));
    height: calc(71 * (100vw / 428));
    background: url(../../Contents/ImagesPkg/sightjack/250624/bg_event_02.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 .ttl_section {
    padding-bottom: calc(10 * (100vw / 755));
    font-size: calc(20 * (100vw / 428));
  }

  .top_special_event .top_special_product {
    width: auto;
    padding: calc(40 * (100vw / 755)) calc(15 * (100vw / 428)) calc(50 * (100vw / 755));
  }

  .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%;
    border-radius: calc(11 * (100vw / 755));
    font-size: calc(22 * (100vw / 755));
    letter-spacing: 0.01em;
  }

  .top_special_event .top_special_product ul li a {
    padding: calc(25 * (100vw / 755)) 0;
  }

  .top_special_event .top_special_product ul li .txt_sm {
    font-size: calc(18 * (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(20 * (100vw / 428));
  }

  .top_special_event .top_special_todays .top_special_list {
    overflow: hidden;
  }

  .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 {
    padding: calc(10*(100vw / 375)) 0 0;
    font-size: calc(15*(100vw / 375));
  }

  .todays_coupon_wrap dt {
    padding-right: calc(15*(100vw / 375));
  }

  .todays_coupon_wrap dd {
    height: calc(30*(100vw / 375));
  }

  .todays_coupon_wrap .coupon_code {
    padding: 0 calc(17*(100vw / 375));
    border-radius: calc(4*(100vw / 375)) 0 0 calc(4*(100vw / 375));
    font-size: calc(15*(100vw / 375));
  }

  .todays_coupon_wrap .coupon_copy {
    padding: 0 calc(9*(100vw / 375));
    border-radius: 0 calc(4*(100vw / 375)) calc(4*(100vw / 375)) 0;
    font-size: calc(12*(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:first-child {
    border-top: none;
  }

  .top_special_section02 .top_special_ranking:first-child {
    padding-top: calc(35*(100vw / 390));
    border-top: none;
  }

  .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_special_event.coupon_none .top_special_product {
    width: auto;
    padding: calc(60 * (100vw / 755)) calc(15 * (100vw / 428)) calc(50 * (100vw / 755));
  }

  .top_special_event.coupon_none .top_special_product ul li {
    width: 31.8%;
  }

  /* ---- 検索 ---- */

  .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%;
  }

  .sightjack_img {
    margin: calc(26 * (100vw / 586)) auto calc(16 * (100vw / 586));
    width: 70%;
  }

  /* ---- ホットワード ---- */
  #Contents .top_hotword_section {
    padding: calc(25 * (100vw / 586)) 0 calc(10 * (100vw / 586));
  }

  /* .top_hotword_section::before {
    top: calc(-28 * (100vw / 428));
    left: calc(-12 * (100vw / 428));
    width: calc(258 * (100vw / 428));
    height: calc(72 * (100vw / 428));
    margin-left: 0;
    background-image: url(../../Contents/ImagesPkg/sightjack/250624/bg_hotword_01.png);
  } */

  /* .top_hotword_section::after {
    position: absolute;
    right: 0;
    bottom: calc(-18 * (100vw / 428));
    width: calc(208 * (100vw / 428));
    height: calc(49 * (100vw / 428));
    background: url(../../Contents/ImagesPkg/sightjack/250624/bg_hotword_02.png) no-repeat;
    background-size: 100%;
    content: "";
  } */

  .tag_list ul {
    max-height: calc(28vw);
  }

  .product_tag_btn::before {
    background: linear-gradient(0deg, rgba(211, 221, 248, 1) 38%, rgba(211, 221, 248, 0.75) 80%, rgba(255, 254, 250, 0) 100%);
  }

  .product_tag_btn {
    color: var(--color-secondary);
  }

  .product_tag_btn span::before {
    background-image: url(../Contents/ImagesPkg/common/icn_btn_arw_black.svg) no-repeat left calc(3*(100vw / 428));
  }

  /* ---- ベネントエリア ---- */

  #BenentSnap,
  #BenentVideo {
  }

  #BenentSnap {
    padding-top: calc(50 * (100vw / 586));
  }

  #BenentVideo {
    padding-top: calc(30 * (100vw / 586));
    padding-bottom: calc(50 * (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(50 * (100vw / 586));
    border-bottom: 1px solid #f5f5f5;
  }

  .item_list_common {
    margin: 0;
  }

  #panel1 {
    padding-bottom: calc(50 * (100vw / 586));
  }

  /* ---- 新商品 ---- */

  .newitem_section {
    margin-bottom: 0;
    padding-top: calc(45 * (100vw / 586));
    padding-bottom: calc(50 * (100vw / 586));
  }

  /* ---- 特集 ---- */

  .feature_section {
    padding-top: calc(50 * (100vw / 586));
  }

  /* ---- 記事 ---- */

  .articles_section {
    padding-bottom: 0;
  }

  .articles_section .articles_list {
    margin-bottom: calc(50 * (100vw / 586));
  }

  .bnr_pickup {
    margin-top: 0;
    padding-top: calc(40 * (100vw / 428)) ;
  }

  .bnr_pickup_link {
    border-radius: calc(20 * (100vw / 586));
  }

  .articles_section .js_item_slidebar .simplebar-track.simplebar-horizontal {
    background: #375484;
  }

  .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));
  }

  .articles_section .articles_list.js_item_slidebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    background: #e0e4e7;
  }

  /* ページトップボタンのスタイル */
  .page-top-btn-sightjack {
    bottom: calc(20 * (100vw / 428));
    right: calc(15 * (100vw / 428));
    padding: calc(10 * (100vw / 428)) calc(12 * (100vw / 428)) calc(59 * (100vw / 428));
    background-size: calc(33 * (100vw / 428));
    border-radius: calc(12 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
    letter-spacing: 0.02em;
    background-position: center bottom calc(9 * (100vw / 428));
  }

  .page-top-btn-sightjack span {
    font-size: .9em;
  }

  #Contents .night_section {
    margin: calc(50 * (100vw / 428)) auto 0;
    width: calc(230 * (100vw / 428));
  }

  #Contents .night_section .deco_area {
    padding-bottom: calc(40 * (100vw / 428));
  }

  .bnr_pickup::before {
    padding-bottom: calc(380 * (100vw / 428));
  }

}
