@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.pc_ {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .pc_ {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .pc_ {
    display: block;
  }
}

.sp_ {
  display: block;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .sp_ {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .sp_ {
    display: none;
  }
}

:root {
  --default-color: #fff;
  --background_color: #fff;
  font-size: 62.5%;
}

.block-header-banner{
  display: none;
}

.contents_stj {
  max-width: 100%;
  margin: 0 auto;
  color: var(--default-color);
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.contents_stj li {
  list-style: none;
}
.contents_stj a {
  text-decoration: none;
}
.contents_stj a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.contents_stj .background_ {
  background-color: #fff;
}

#contents_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

#main_contents {
  margin-top: 30px;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #main_contents {
    max-width: 90vw;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 599px) {
  #main_contents {
    max-width: 92vw;
    margin: 30px auto 0;
  }
}

#first_view img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #first_view img {
    width: 1000px;
  }
}

#feature_ {
  margin-bottom: 50px;
}
#feature_ p {
  color: #d80000;
  font-family: "Noto Sans-serif JP", sans-serif;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #feature_ p {
    font-size: 2rem;
  }
}
#feature_ p span {
  font-size: 85%;
}
#feature_ .feature_container {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #feature_ .feature_container {
    flex-direction: column;
    gap: 15px;
  }
}
#feature_ .feature_container img {
  width: 360px;
}
@media screen and (max-width: 599px) {
  #feature_ .feature_container img {
    width: 95%;
    margin: 0 auto;
  }
}
#feature_ .feature_container a {
  border-radius: 20px;
}
#feature_ .feature_container a img {
  border-radius: 20px;
}
.section_title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.2em;
  background-color: #8d8d8d;
  padding: 8px;
  margin-bottom: 40px;
  font-family: "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 599px) {
  .section_title {
    font-size: 2.3rem;
    line-height: 1.3;
    padding: 12px 0 10px;
    margin-bottom: 20px!important;
  }
}
#feature_ .feature_container a {
    border-radius: 20px;
}
#feature_ .feature_container a img {
    border-radius: 20px;
}

#category_ {
  margin: 0 80px 80px;
}
@media screen and (max-width: 599px) {
  #category_ {
    margin: 0 0 50px;
  }
}
#category_ ul.ctg_container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0 20px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #category_ ul.ctg_container {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33333% - 1rem));
    padding: 0;
    gap: 0.8rem;
  }
}
#category_ ul.ctg_container li.ctg_ {
  max-width: 170px;
  background-color: #FF9E9A;
}
#category_ ul.ctg_container li.ctg_ img {
  width: 100%;
  vertical-align: top;
}
#category_ .all_btn {
  width: 400px;
  margin: 0 auto;
  border: solid 1px #434343;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #category_ .all_btn {
    width: 90vw;
    font-size: 1.4rem;
  }
}
#category_ .all_btn::after {
  content: "";
  display: inline-block;
  background-image: url(/img/usr/feature/other/2324_samantha_sale/arrows.png);
  width: 11px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  #category_ .all_btn::after {
    width: 10px;
    height: 10px;
  }
}
#category_ .all_btn a {
  display: block;
  color: #434343;
  padding: 10px 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  #category_ .all_btn a {
    margin-top: 1px;
  }
}

#brand_ ul.brand_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list {
    gap: 25px;
  }
}
#brand_ ul.brand_list li.brand_ {
  max-width: 460px;
}
#brand_ ul.brand_list li.brand_ .brd_logo {
  width: 220px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#brand_ ul.brand_list li.brand_ .brd_logo img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list li.brand_ .brd_logo {
    width: 190px;
  }
}
#brand_ ul.brand_list li.brand_:nth-child(3) .brd_logo {
  margin: -20px auto 0;
  height: 70px;
}
#brand_ ul.brand_list li.brand_:nth-child(3) .brd_logo img {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list li.brand_:nth-child(4) .brd_logo {
    width: 180px;
    margin: -20px auto 0;
    height: 67px;
  }
  #brand_ ul.brand_list li.brand_:nth-child(4) .brd_logo img {
    margin-top: 10px;
  }
}
#brand_ ul.brand_list li.brand_:nth-child(5) .brd_logo {
  width: 200px;
  margin: -20px auto 0;
  height: 70px;
}
#brand_ ul.brand_list li.brand_:nth-child(5) .brd_logo img {
  margin-top: 10px;
}
#brand_ ul.brand_list li.brand_ ul.brd_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list li.brand_ ul.brd_container {
    gap: 8px;
  }
}
#brand_ ul.brand_list li.brand_ ul.brd_container li.brd_ {
  max-width: 145px;
  background-color: #e9bbb4;
}
@media screen and (max-width: 599px) {
  #brand_ ul.brand_list li.brand_ ul.brd_container li.brd_ {
    max-width: 28.6vw;
  }
}
#brand_ ul.brand_list li.brand_ ul.brd_container li.brd_ img {
  width: 100%;
  vertical-align: top;
}
#brand_ ul.brand_list li.brand_:nth-last-child(1) ul.brd_container li.brd_ {
  background-color: #bad0dc;
}

#footer_ hr {
  height: 1px;
  background-color: #8d8d8d;
  border: none;
  max-width: 1000px;
  margin: 50px auto;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #footer_ hr {
    width: 90vw;
  }
}
@media screen and (max-width: 599px) {
  #footer_ hr {
    width: 90vw;
    margin: 30px auto;
  }
}
#footer_ .feature_ {
  border: solid 1px #8d8d8d;
  background-color: var(--background_color);
  padding: 10px 0;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  #footer_ .feature_ {
    width: 90vw;
  }
}
#footer_ .feature_ a {
  display: block;
  color: #393939;
  text-decoration: none;
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  #footer_ .feature_ a {
    font-size: var(--font-size_xs);
  }
}
#footer_ ul.sns_btn_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 70px;
}
#footer_ ul.sns_btn_container li.sns_btn {
  width: 35px;
}
#footer_ ul.sns_btn_container li.sns_btn a {
  text-decoration: none;
}
#footer_ ul.sns_btn_container li.sns_btn a img {
  width: 100%;
  vertical-align: top;
}

/* スライダー */
.swiper-button-prev,
.swiper-button-next {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    content: ""!important;
}
.swiper-button-prev {
    background-image: url("../../../../../img/usr/common/slick_left.png");
}

.swiper-button-next {
    background-image: url("../../../../../img/usr/common/slick_right.png");
}

.swiper-slide .category_name{
    color: #000;
    display: block;
    text-align: center;
    padding-top:  8px;
}

@media screen and (max-width: 1040px){
    /* .contents_stj{
        padding-bottom: 84px;
    } */
    .swiper{
        width: 100%;
        margin: 0 auto;
    }
    #slider_category{
        padding: 0px;
    }s
    #slider_ranking_st .swiper-wrapper{
        padding: 0 16px;
    }
    .slick-track .slick-slide{
        margin: 0 8px;
    }
    .slider_ li a span{
        font-size:  .95em;
        padding-top: 4px;
    }
    .slick-slider .slick-dots{
        bottom: -25px;
    }
}

/* ブランドごと */
#brand{
    margin: 0 80px 80px;
}
@media screen and (max-width: 599px) {
    #brand{
        margin: 0 0 80px;
    }
}
.brand_list{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 600px;
}
@media screen and (max-width: 599px) {
    .brand_list{
        gap: 14px;
        justify-content: center;
        width: auto;
    }
}
.brand_list li{
    width: 260px;
    height: 70px;
    border: 1px solid #000;
    position: relative;
}
@media screen and (max-width: 599px) {
    .brand_list li{
        width: calc(50% - 8px);
    }
}
.brand_list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.brand_list li img{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72%;
    left: 50%;
}
@media screen and (max-width: 599px) {
    .brand_list li img{
        width: 84%;
    }
}
#brand .section_title{
    margin-bottom: 40px;
}
.product-img{
    border: 1px solid #ccc;
}

/* OFF率で探す */
#off{
    margin: 0 80px 80px;
}
@media screen and (max-width: 599px) {
    #off{
        margin: 0 0 80px;
    }
}
#off .section_title {
    margin-bottom: 40px;
}
.off_list{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    width: 600px;
}
@media screen and (max-width: 599px) {
    .off_list{
        gap: 14px;
        justify-content: center;
        width: auto;
    }
}
.off_list li{
    width: 260px;
    height: 70px;
    border-radius: 8px;
}
@media screen and (max-width: 599px) {
    .off_list li{
        width: calc(50% - 8px);
    }
}
.off_list li a{
    font-family: "Noto Sans-serif JP", sans-serif;
    background: #FDEBD3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 100%;
    color: #EB4B19;
    font-weight: bold;
}
.all_btn{
    width: 400px;
    margin: 0 auto;
    background-color: #fff;
    border: solid 1px #8d8d8d;
    text-align: center;
    margin-top: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 599px) {
  .all_btn {
    width: 80%;
    margin-top: 34px;
  }
}
.all_btn a {
    display: block;
    color: #434343;
    padding: 10px 0;
    margin-top: 2px;
}
.all_btn::after {
    content: "";
    display: inline-block;
    background-image: url(/img/usr/feature/other/2324_samantha_sale/arrows.png);
    width: 11px;
    height: 11px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}

/* フッター */
#footer_img{
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #footer_img{
    width: 100%;
  }
}

/* SPヘッダー削除 */
@media screen and (max-width: 599px) {
    #header{
      display: none;
    }
    #pane-global{
      display: none;
    }
}