@charset "UTF-8";

/*fs*/

p {
  margin: 0;
}

/* common */

html {
  font-size: 62.5%;
}

body {
  color: #3d2120;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
}

a {
  color: #222;
  text-decoration: none;
}

a,
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
a:hover img {
  opacity: 0.6;
  text-decoration: none;
}

ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  padding-left: 0;
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  line-height: 1rem;
  width: 100%;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
}

button {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.-pconly {
  display: block;
}

.-sponly {
  display: none;
}

.-sponly-imline {
  display: none;
}

.header {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
}

.-gothic {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.-mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.-engtop {
  font-family: "Vollkorn", "Georgia", sans-serif;
}

.-eng {
  letter-spacing: 2px;
  font-family: "Dancing Script", cursive;
}

.-red {
  color: #ba1e1e;
}

.-orange {
  color: #ff6808;
}

.-bold {
  font-weight: bold;
}

/* header */

.header-wrap {
  margin: 30px 0 20px;
}

.logo {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}

.global-wrapper {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 250;
}

.global {
  padding: 10px 0;
  position: relative;
  margin-bottom: 50px;
}

.global-nav {
  display: flex;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
}

.global-nav__list {
  text-align: center;
  width: 10%;
}

.global-nav__list:not(:last-child) {
  margin-right: 20px;
}

.global-nav__list--a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  /* display: block;
  padding: 14px 0; */
}

.global-nav__list--a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff6808;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  /* border-bottom: 1px solid #ff6808;
  padding-bottom: 15px; */
}

.global-nav__list--a:hover::after {
  bottom: -5px;
  opacity: 1;
  visibility: visible;
}

.eng {
  font-size: 2rem;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 5px;
}

.jp {
  font-size: 1rem;
  display: block;
}

.-icon-red {
  position: relative;
}

.icon_sns-cont {
  width: 10px;
  position: absolute;
  left: 5px;
  top: 0%;
}

.sp_header__area-top {
  display: none;
}

/* headerシンプル */

.-simple_header {
  position: relative;
  max-width: 980px;
  margin: 30px auto 50px auto;
}

.-simple_icon {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translate(-50%, -50%);
}

/* アイコンエリア */

.header__area-sns-cont {
  right: 0;
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
  display: flex;
}

.header__area-sns-cont__list {
  width: 20px;
  margin-right: 20px;
}

.header__area-sns-cont__list:first-child {
  position: relative;
}

.area-sns-cont__list--a {
  position: absolute;
}

.sp_header__area-sns-cont {
  display: none;
}

/* スライダー */

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 10;
}

.slick-dots li {}

.slick-active {}

.slick-dots li button:before {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #c9c9c9;
}

.slick-dots li.slick-active button:before {
  background: #3d2120;
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

#wrap {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  /* height: 100vh; */
}

.slick-list {}

#slider {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.slide-item img {
  width: 100%;
}

#thumbnail-list {
  width: 300px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 9;
}

.thumbnail-item {
  flex: 0 1 30%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 10%;
  transition: 2s;
  opacity: 0;
}

.-num01,
.-num02,
.-num03,
.-num04 {
  z-index: -1;
}

.-num01.thumbnail-current {
  animation: fadeIn 10s linear 0s infinite normal;
  z-index: 20;
}

.-num02.thumbnail-current {
  animation: fadeIn 10s linear 0s infinite normal;
  z-index: 20;
}

.-num03.thumbnail-current {
  animation: fadeIn 10s linear 0s infinite normal;
  z-index: 20;
}

.-num04.thumbnail-current {
  animation: fadeIn 10s linear 0s infinite normal;
  z-index: 20;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#thumbnail-list::before {
  content: "";
  display: block;
  background: #fff;
  width: 730px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 10%;
  z-index: 10;
}

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

.massage_box {
  position: relative;
  background: #fff;
  width: 730px;
  height: 200px;
}

.massage_box__tit {
  font-size: 4rem;
  position: absolute;
  top: 10%;
  left: 5%;
}

.massage_box__tit--txst {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}

.massage_box-img {
  position: absolute;
  bottom: 10%;
  right: -10%;
}

.massage_box02 {
  position: relative;
  background: #fff;
  width: 730px;
  height: 200px;
}

.massage_box03 {
  position: relative;
  background: #fff;
  width: 730px;
  height: 200px;
}

.slide-wrapper {
  margin-bottom: 150px;
  overflow-x: hidden;
}

/* 共通 */

.section-wrapper {
  max-width: 980px;
  margin: 0 auto 150px;
  text-align: center;
}

.left_section-wrapper {
  max-width: 980px;
  margin: 0 auto 150px;
}

.cate_left_section-wrapper {
  max-width: 980px;
  margin: 0 auto 150px;
}

.list_section-wrapper {
  max-width: 980px;
  margin: 0 auto 60px;
  text-align: center;
}

.mb100_section-wrapper {
  max-width: 980px;
  margin: 0 auto 100px;
}

.section-eng {
  background: url(../img/icon_foot-orange.svg) no-repeat 50% 0 / 15px 15px;
  padding-top: 15px;
  letter-spacing: 2px;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #ff6808;
}

.section-tit {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 60px;
}

.section-tit:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 50px;
  /*下線の幅*/
  height: 1px;
  /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #3d2120;
  /*下線の色*/
}

.i-scroll {
  display: grid;
  grid-template-columns: 14px 100px 14px;
  gap: 0 10px;
  position: absolute;
  z-index: 2;
  align-items: center;
  transition: 0.5s;
  bottom: 10%;
  left: 70%;
  transform: translateX(-50%);
  background: rgba(255, 255, 244, 0.8);
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0px 2px 6px #999;
}

.i-scroll-mini {
  padding: 5px 10px;
}

.fs-c-productCarouselMainImage .i-scroll {
  grid-template-columns: 14px 60px 14px;
  text-align: center;
  line-height: 1.2rem;
  bottom: 20px;
}

.i-scroll-none {
  display: none;
}

.i-scroll.active {
  opacity: 0;
  text-indent: -999px;
  pointer-events: none;
}

.i-scroll_box img {
  width: 40px;
  display: block;
  height: auto;
  margin: 0 auto 6px;
  animation-name: animation-sample;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
}

.i-scroll_box-mini img {
  width: 30px;
  display: block;
  height: auto;
  margin: 0 auto;
  animation-name: animation-item;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
}

@keyframes animation-sample {
  0% {
    transform: translate(40px);
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(-40px);
    opacity: 0;
  }
}

@keyframes animation-item {
  0% {
    transform: translate(10px);
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(-10px);
    opacity: 0;
  }
}

.i-scroll_box span {
  font-size: 1.1rem;
  text-align: center;
}

.i-scroll::before {
  content: "";
  display: block;
  border-bottom: solid 2px #3d2120;
  border-left: solid 2px #3d2120;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}

.i-scroll::after {
  content: "";
  display: block;
  border-top: solid 2px #3d2120;
  border-right: solid 2px #3d2120;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}

.section-bg100 {
  position: relative;
}

.fs-c-productCarouselMainImage {
  position: relative;
}

/*  ご案内　*/

.about_section-wrapper {
  max-width: 980px;
  margin: 0 auto 150px;
}

.wrap01 {
  position: relative;
}

.wrap01:before {
  width: 66%;
  content: "";
  position: absolute;
  right: 0;
  top: 160px;
  height: 380px;
  background-color: #f8f8f8;
  z-index: -50;
}

.about-mainimg {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: -1;
}

.about-bgimg {
  position: absolute;
  bottom: -250px;
  left: -140px;
  z-index: -2;
}

.about_section-tit {
  font-size: 2rem;
  position: relative;
  margin-bottom: 60px;
}

.about_section-eng {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ff6808;
  width: 100px;
}

.about_section-copy {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.about_section-tit:before {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -20px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 50px;
  /*下線の幅*/
  height: 1px;
  /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #3d2120;
  /*下線の色*/
}

.about_section-txst {
  margin-bottom: 40px;
  line-height: 3.2rem;
}

.section_btn {
  width: 300px;
}

.section_btn__a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6% 0%;
  color: #ccc !important;
  box-shadow: 5px 5px 0 #cbcbcb;
  transition: 0.3s;
  background: url(../img/icon-whitearrow.svg) no-repeat 95% 85% / 42px 5px #3d2120;
}

.section_btn__a:hover {
  text-decoration: none;
  background-color: #816766;
  box-shadow: 0 0 0;
}

/* ３つのこと */

.slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.policy_section-wrapper {
  text-align: center;
}

.policy_box {
  margin-bottom: 150px;
}

.policy_box__list {
  width: calc(98% / 3);
  height: auto;
  position: relative;
  overflow: hidden;
  background: #3d2120;
  transition: 0.2s;
}

.policy_box__list:hover .policy-mainimg {
  transition: 0.2s;
}

.policy_box__list--a:hover {
  opacity: 1;
}

.policy-txstimg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
}

.policy_hover:hover {}

.policy_box__list--cont {
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
  text-align: center;
}

.sp_policy_box__list--cont {
  display: none;
}

.policy_box__list:hover .policy-txstimg {
  display: none;
}

.policy_box__list:hover .policy_box__list--cont {
  display: block;
}

.policy_box__list--cont-number {
  font-size: 3.2rem;
  position: relative;
  margin-bottom: 20px;
}

.policy_box__list--cont-number::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 30px;
  /*下線の幅*/
  height: 1px;
  /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #fff;
  /*下線の色*/
}

.policy_box__list--cont-tit {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.policy_box__list--cont-txst {
  font-size: 1.4rem;
  line-height: 1.5;
  width: 320px;
}

/* 商品の特徴 */

.feature_box {
  display: flex;
  flex-wrap: wrap;
}

.feature-img {
  margin: 0 auto;
  max-width: 372px;
}

.feature_box__list {
  text-align: center;
  width: 24%;
}

.feature_box__list:not(:last-child) {
  margin-right: 14%;
}

.feature_box__list--unit {
  font-size: 2.4rem;
  padding-bottom: 30px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 40px;
}

.feature_box__list--tit {
  font-size: 2.6rem;
  margin-bottom: 30px;
}

.feature_box__list--txst {
  text-align: left;
  font-size: 1.4rem;
}

/* 表示根拠 */

.ebidence-img {
  max-width: 980px;
  margin-bottom: 20px;
}

.section-txst {
  text-align: left;
  margin-bottom: 40px;
}

.section_btn-center {
  margin: 0 auto;
  width: 30%;
}

.detail_btn__a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9% 0%;
  color: #ccc !important;
  box-shadow: 5px 5px 0 #cbcbcb;
  transition: 0.3s;
  background: url(../img/icon-whitearrow.svg) no-repeat 95% 85% / 42px 5px #3d2120;
}

.detail_btn__a:hover {
  text-decoration: none;
  background-color: #816766;
  box-shadow: 0 0 0;
}

/* バナー領域 */

.banar-area {
  display: flex;
}

.banar-area__list {
  width: 48%;
}

.banar-area__list:not(:last-child) {
  margin-right: 4%;
}

.banar-area-img {
  margin-bottom: 20px;
}

/* オリジナル商品 */

.original_box {
  display: flex;
  flex-wrap: wrap;
}

.original_box__list {
  display: flex;
  flex-wrap: wrap;
  width: 32%;
}

.original_box__list:not(:nth-child(3n)) {
  margin-right: 2%;
}

.original_box__list:first-child {
  margin-bottom: 50px;
}

/* .original_box__list--a {
  pointer-events: none;
} */

.thumbnail-current .original_box__list--a {
  pointer-events: all;
}

.original_box__list--a-img {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.original-tit {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.sp_original-tit {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.original-txst_wrap {
  position: relative;
}

.original-txst_minaoshi {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 175px;
  transform: translate(-50%, -50%);
}

/* .cart_btn-sp {
  display: none;
} */

.original-btn-area {
  margin-top: auto;
  width: 100%;
}

.original-btn-area .section_btn-center {
  margin: auto auto 0 auto;
  width: 100%;
}

.original-btn-area .minaoshi_box {
  font-size: 1.4rem;
  margin-top: auto;
  padding: 7% 0;
}

.original_box__list:first-child {
  margin-bottom: 0px;
}

.original-cont {
  margin-bottom: 20px;
}

.original_box__list {
  margin-bottom: 40px;
}

.original_box__list:first-child {
  margin-bottom: 40px;
}

.original_box__list .detail_btn__a {
  padding: 7% 0;
}

/* ランキング */

.tab_container {
  margin-bottom: 100px;
  position: relative;
}

.last_tab_container {
  margin-bottom: 0;
  position: relative;
}

.rank_section-tit {
  background: url(../img/icon_ranktit.svg) no-repeat 50% 0 / 22px 16px;
  padding-top: 30px;
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  margin: 0 auto 60px;
}

.rank_section-tit:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 50px;
  /*下線の幅*/
  height: 1px;
  /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  /*位置調整*/
  background-color: #3d2120;
  /*下線の色*/
}

.tab_content {
  border: none;
  display: none;
  clear: both;
  overflow: hidden;
}

.tab_content_wrapper {
  text-align: center;
  margin-bottom: 40px;
}

.tab_content_wrapper__date {
  display: inline-block;
  border: 1px solid #3d2120;
  border-radius: 5px;
  padding: 0 0.3%;
  margin: 0 auto 20px;
}

.tab_content_wrapper__txst {
  text-align: center;
}

.tab_content_box__list-flex {
  position: relative;
}

.tab_content_box__list:not(:last-child) {
  margin-right: 4%;
}

.rankcont-area {
  position: relative;
}

.tab_content_box__list--img-rank {
  width: 68px;
  left: 10px;
  position: absolute;
  top: -30px;
  display: flex;
}

.tab_content_box__list--txst {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.6rem;
}

.tab_content_box__list--gltenicon {
  display: inline-block;
  margin-top: 6px;
  width: 32px;
}

.tab_content_box__list--icon {
  border: 1px solid #ff6805;
  color: #fff;
  /* background-color: #fff; */
  margin-right: 2%;
  display: inline-block;
  border-radius: 5px;
  padding: 1%;
  background: url(../img/icon_foot-white.svg) no-repeat 7px center #ff6805;
  padding-left: 20px;
  padding: 0.5% 2% 0.5% 20px;
}

.tab_content_box__list--price-box {
  text-align: right;
  margin-bottom: 20px;
}

.tab_content_box__list--price {
  display: inline-block;
  font-size: 2rem;
}

.tab_content_box__list--price-tax {
  display: inline-block;
}

.tab_content_box__list--txst-ex {
  margin-bottom: 20px;
}

/* 20230221追記 */

.tab_content_box__list--pricetit {
  display: inline-block;
}

.-member_price {
  color: #ff6808;
  line-height: 1.2;
}

/* 20230221追記ここまで */

.brown-btn {
  margin-bottom: 15px;
}

.brown-btn--a {
  font-size: 1.3rem;
  background: url(../img/icon-side_delta.svg) no-repeat 95% 50% / 7px 13px;
  padding: 10px 0;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-color: #3d2120;
  color: #fff !important;
}

.minaoshi_box {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 20px 0;
  margin-top: 20px;
  border-radius: 5px;
  text-align: center;
  background-color: #fcf8ed;
  color: #3d2120;
}

.rank_brown-btn {
  margin-bottom: 10px;
}

.btn-area {
  width: 100%;
  margin-top: auto;
}

.orange-btn--a {
  font-size: 1.6rem;
  background: url(../img/icon-cart.svg) no-repeat 20% 50% / 17px 14px;
  padding: 10px 0;
  display: block;
  border-radius: 5px;
  text-align: center;
  background-color: #ff6808;
  color: #fff !important;
}

.tab_content_box__list-flex .tab_content_box__list--gltenicon {
  width: 32px;
}

/* 0411ここから追加 */

.tab_content_box__list-flex_contbox {
  display: flex;
  flex-wrap: wrap;
}

.btn-area {
  margin-top: auto;
}

/* ランキング　横スクロールここから */

.tab_content_box_wrap {
  overflow: scroll;
}

.tab_content_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0 2%;
  padding: 30px 0 0;
  width: max-content;
}

.tab_content_box_wrap::-webkit-scrollbar {
  /*スクロールバーを出しますよ*/
  height: 5px;
}

.tab_content_box_wrap::-webkit-scrollbar-track {
  /*スクロールバーの背景の色*/
  /* background: #f7f7f7; */
}

.tab_content_box_wrap::-webkit-scrollbar-thumb {
  /*スクロールバーの色を変えるなら*/
  background: #cecece;
}

.tab_content_box__list-flex {
  margin-right: 6%;
  display: flex;
  flex-wrap: wrap;
  width: 280px;
}

.tab_content_box__list-flex--img {
  width: 100%;
}

.tab_content_box__list--txst-flex {
  width: 100%;
}

.tab_content_box__list {
  width: 100%;
}

/* お客様レビュー */

.review-tit {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #3d2120;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.review-txst {
  padding-bottom: 20px;
  font-size: 1.8rem;
  border-bottom: 0.5px solid #f0f0f0;
  margin-bottom: 30px;
}

.review-icon {
  background: url(../img/icon_review.svg) no-repeat left center;

  padding-left: 20px;
}

.review_box {
  display: flex;
  margin-bottom: 40px;
}

.review_box__list {
  width: 48%;
}

.review_box__list:not(:last-child) {
  margin-right: 4%;
}

.cont-level__box--starbox {
  margin-bottom: 10px;
  display: flex;
}

.cont-level__box--star {
  display: block;
  margin-right: 3px;
  width: 11px;
  height: auto;
}

.review_box__list--tit {
  font-weight: bold;
  margin-bottom: 20px;
}

.review_box__list--txst {
  margin-bottom: 40px;
}

.review_box__twitter {
  margin-bottom: 40px;
}

/* バナー領域その２ */

.banar-area-img--a {
  display: block;
  margin-bottom: 10px;
}

.banar-area-wrapper {
  margin-bottom: 60px;
}

/* ジャーナル */

.Jouenal-wrapper {
  background-color: #f7f7f7;
  padding: 100px 0;
  margin-bottom: 100px;
}

.Jouenal {
  max-width: 980px;
  margin: 0 auto;
}

.Jouenal__img {
  margin: 0 auto;
  width: 76px;
}

.Jouenal__tit {
  font-size: 2.4rem;
  padding-top: 20px;
  text-align: center;
  margin-bottom: 100px;
}

.Jouenal_box {
  background: url(../img/icon-foot.svg) no-repeat 96% 10% / 42px 30px #fff;
  background-color: #fff;
  padding: 5%;
}

.Jouenal_box__list {
  font-size: 1.8rem;
  border-bottom: 1px solid #f0f0f0;
}

.Jouenal_box__list__a {
  padding-bottom: 20px;
  display: block;
}

.Jouenal_box__list:not(:last-child) {
  margin-bottom: 20px;
}

.Jouenal_box__list--time {
  margin-right: 50px;
}

.Jouenal_box__list--txst {
  display: inline-block;
}

/* インスタグラム */

.instagram_box {
  display: flex;
  flex-wrap: wrap;
}

.instagram_box__list {
  width: 32%;
  margin-bottom: 2%;
}

.instagram_box__list:not(:nth-child(3n)) {
  margin-right: 2%;
}

/* フッター */

.footers {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.footer-cont {
  max-width: 980px;
  margin: 0 auto;
}

.footer-cont_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

.footer-cont_box__list {}

.footer-cont_box__list--a {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-cont_box__list--a-sub {
  display: block;
  background: url(../img/icon_beside-line.svg) no-repeat left center;
  padding-left: 20px;
  margin-bottom: 10px;
}

.footer-cont_box__list--a-sub-mb {
  display: block;
  margin-bottom: 20px;
}

.footer_logo {
  margin: 0 auto 30px;
  width: 150px;
}

.footers_underbox {
  text-align: center;
}

.footers_underbox__address {
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
  margin-bottom: 30px;
}

.copyright {}

.fs-c-cartPayment__button {
  margin-bottom: 16px;
}

/* ここから小島屋テスト */

.sponly,
#foot_areanav,
.spnav,
.snav__bg {
  display: none;
}

/* ここまで */

.fs-client-cart-count {
  background: #e74908;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  height: 18px;
  right: 0;
  line-height: 1em;
  padding: 5px 0px 5px;
  position: absolute;
  top: -5px;
  width: 18px;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .policy_box__list--cont-tit {
    font-size: 2rem;
    margin-bottom: 7px;
  }

  .policy_box__list--cont-number {
    font-size: 2.8rem;
  }

  .policy_box__list--cont-txst {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  .-pconly {
    display: none;
  }

  .-sponly {
    display: block;
  }

  .-sponly-imline {
    display: inline-block;
  }

  /* ここからやってみた */

  /*--------画像サイズ調整---------*/
  .slider img {
    margin: 0 auto;
    width: 80%;
  }

  /*-----------height調整----------*/
  .slick-slide {
    height: auto !important;
  }

  /*------------------------------*/

  /*-----------矢印表示----------*/
  .slick-next {
    right: 5% !important;
  }

  .slick-prev {
    left: 5% !important;
  }

  .slick-arrow {
    width: initial !important;
    height: initial !important;
    z-index: 2 !important;
  }

  .slick-next:before {
    color: #555;
    content: ">";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
  }

  .slick-prev:before {
    background-color: #fff;
    color: #555;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    content: "<";
  }

  .slick-arrow:before {}

  /* ここまで */

  .logo {
    /* position: relative;
    margin: 0; */
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header__area-sns-cont {
    position: absolute;
  }

  .global {
    display: none;
  }

  /* 共通-sp */

  .about_section-wrapper {
    margin: 0 auto 100px;
  }

  .section-wrapper,
  .mb100_section-wrapper {
    width: 90%;
    margin: 0 auto 60px;
  }

  .section-bg100 {
    margin-bottom: 80px;
  }

  .left_section-wrapper {
    width: 90%;
    margin: 0 auto 100px;
  }

  .cate_left_section-wrapper {
    width: 100%;
    margin: 0 auto 100px;
  }

  /* header-sp */

  .header-wrap {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
    margin: 0;
  }

  .header-wrap {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 5%;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 250;
  }

  .logo {
    width: 120px;
  }

  /* headerシンプル */

  .-simple_icon {
    display: none;
  }

  .-simple_header {
    justify-content: center;
  }

  /* アイコンエリア-sp */

  .sp_header__area-sns-cont {
    display: flex;
  }

  .-dot {
    position: relative;
  }

  .icon_sns-cont {
    width: 8px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 100%;
  }

  .sp_header__area-sns-cont__list {
    position: relative;
    width: 25px;
  }

  .sp_header__area-sns-cont__list:not(:last-child) {
    margin-right: 20px;
  }

  .sp_header__area-top {
    display: inline-block;
    border: 1px solid #3d2120;
    border-radius: 3px;
    padding: 3px 12px 1px 12px;
  }

  /* スライダー-sp */

  .fs-preview-header {
    margin-bottom: 0;
  }

  .slide-wrapper {
    height: calc(100% - 58px);
  }

  #wrap {
    height: 80vh;
  }

  .slider {
    height: 80vh;
  }

  .massage_box {
    width: 250px;
  }

  .massage_box02 {
    width: 250px;
  }

  .massage_box03 {
    width: 250px;
  }

  .massage_box__tit {
    width: 120%;
    top: 15%;
    font-size: 2.5rem;
  }

  .slide {
    margin-bottom: 100px;
  }

  .slide-item {
    width: auto;
    /* 変更 */
    height: 100%;
    /* 変更 */
  }

  /* .slide-item .slick-slide {
    width: 800px;
    height: 630px;
  } */

  #thumbnail-list::before {
    right: 0;
    width: 420px;
  }

  .thumbnail-item {
    right: 17%;
  }

  .massage_box__tit--txst {
    display: none;
  }

  .massage_box-img {
    width: 200px;
    position: absolute;
    bottom: 40%;
    right: -20%;
  }

  .slick-slide img {
    height: 80vh;
    width: 100%;
  }

  .slick-list {
    height: 80vh;
  }

  /* ご案内-sp */

  .about_section-eng {
    margin: 0 auto 10px;
  }

  .about_section-wrapper {
    text-align: center;
  }

  .about_section-copy {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }

  .about_section-txst {
    margin-bottom: 30px;
  }

  .wrap01:before {
    display: none;
  }

  .about_section-tit {
    margin-bottom: 40px;
  }

  .about_section-tit:before {
    left: 50%;
  }

  .section_btn {
    margin: 0 auto 60px;
    width: 70%;
  }

  .about-bgimg {
    pointer-events: none;
    bottom: -100px;
    z-index: 1;
    left: -65px;
    width: 190px;
  }

  .about-mainimg {
    display: none;
    position: static;
  }

  .section_btn__a {
    padding: 7% 0%;
  }

  /* ３つのこと-sp */

  .policy_box {
    margin-bottom: 80px;
  }

  .policy_box__list {
    width: calc(98% / 3);
    height: auto;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: 0.2s;
  }

  .policy_box__list--cont {
    display: none !important;
  }

  .policy_box__list:hover .policy-mainimg {
    transition: none;
    opacity: 1;
  }

  /*
  .policy_box__list a {
    pointer-events: none;
  }

  .policy_box__list--a {
    pointer-events: none;
  } */

  .policy_box__list--a:hover {
    opacity: none;
    filter: brightness(50%);
  }

  .policy_detail_btn__a {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6% 0%;
    color: #ccc !important;
    box-shadow: 5px 5px 0 #cbcbcb;
    transition: 0.3s;
    background: url(../img/icon-whitearrow.svg) no-repeat 95% 85% / 42px 5px #3d2120;
  }

  .sp_policy_box__list--cont-txst {
    margin-bottom: 20px;
  }

  .sp_policy_box__list--cont {
    width: 90%;
    padding-top: 15px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
  }

  /* ここからslick */
  #main {
    width: 580px;
    height: auto;
  }

  .sample-img {
    width: 100%;
    height: auto;
  }

  .slick-slider {
    width: 100%;
    height: auto;
  }

  .slick-slide img {
    /* min-width: 100%; */
    height: auto;
  }

  /* 左右の矢印の色を調整 */
  .slick-prev:before,
  .slick-next:before {
    color: #3d2120;
  }

  /* 左右の矢印の位置を調整 */
  .slick-next {
    top: 30%;
    right: -22px;
    z-index: 99;
  }

  .slick-prev {
    top: 30%;
    left: 18px;
    z-index: 100;
  }

  /* スライド数のドットの色をBlackに */
  /* .slick-dots li.slick-active button:before,
  .slick-dots li button:before {
    color: #3D2120000;
  } */

  /* ドットの位置調整(画像の真ん中に) */
  .slick-dots {
    width: 94.8%;
  }

  /* ここまでslick */

  .sp_policy_box__list--cont {
    padding-top: 20px;
    display: block;
    background-color: #fff;
    text-align: center;
  }

  .sp_policy_box__list--cont-number {
    font-size: 2.6rem;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
    width: 50px;
    margin: 0 auto 10px;
  }

  .sp_policy_box__list--cont-tit {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .sp_policy_box__list--cont-txst {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }

  /* ここまで */

  .policy-txstimg {
    display: none;
  }

  .policy_box {
    display: block;
  }

  .policy_box__list {
    width: 100%;
  }

  /*  商品の特徴-sp　*/

  .feature_box {
    text-align: center;
  }

  .feature_box__list:not(:last-child) {
    margin-right: 0;
  }

  .feature-img {
    width: 50%;
  }

  .feature_box__list {
    margin-right: 0;
  }

  .feature_box__list {
    display: block;
    width: 100%;
  }

  .feature_box__list--unit {
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    width: 100px;
  }

  .feature_box .slick-next:before {
    background: #938483;
  }

  .feature_box .slick-prev:before {
    background: #938483;
  }

  .feature_box__list--txst {
    text-align: center;
  }

  .feature_box .slider {
    text-align: center;
  }

  .feature_box__list {
    text-align: center;
  }

  /* 表示根拠-sp */

  .ebidence-img {
    margin-bottom: 30px;
  }

  .section_btn-center {
    width: 70%;
  }

  /* バナー領域-sp */

  .banar-area {
    text-align-last: left;
    display: block;
  }

  .banar-area__list {
    margin-right: 0;
    width: 100%;
  }

  .banar-area-img {
    margin-bottom: 10px;
  }

  .banar-area__list:not(:last-child) {
    margin-bottom: 20px;
  }

  /* オリジナル商品-sp */

  .cart_btn-sp {
    width: 100%;
  }

  .original_box__list {
    display: flex;
    flex-wrap: wrap;
  }

  .original-btn-area {
    width: 100%;
    margin-top: auto;
  }

  .original_box__list:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .original_box__list:nth-child(n + 2):not(:nth-child(n + 6)) {
    margin-bottom: 50px;
    width: 47%;
  }

  .original_box__list:nth-child(2),
  .original_box__list:nth-child(4) {
    margin-right: 6%;
  }

  .original_box__list:nth-child(5) {
    margin-right: 0;
  }

  .original_box__list:last-child {
    width: 100%;
    margin-right: 0;
  }

  .original_box__list--a-img {
    margin-bottom: 20px;
  }

  .original-cont {
    width: 100%;
  }

  .original-txst {
    margin-bottom: 25px;
    text-align: left;
  }

  .cart_btn-sp {
    display: block;
    width: 100%;
  }

  /* ランキング-sp */

  .tab_content_box__list--img-rank {
    top: -20px;
    width: 45px;
  }

  .tab_container {
    margin-bottom: 50px;
  }

  .rank_section-tit {
    margin: 0 auto 40px;
  }

  .last_tab_container {
    margin-bottom: 0;
  }

  .tab_content_wrapper {
    margin-bottom: 0px;
    text-align: center;
  }

  .tab_content_wrapper__date {
    margin-bottom: 20px;
    padding: 1px 2px;
  }

  .tab_content_wrapper__txst {
    text-align-last: left;
  }

  .tab_content_box {
    padding: 10% 0 0;
  }

  .ranknumber {
    font-size: 2.5rem;
  }

  .tab_content_box__list--txst-ex {
    margin-bottom: 30px;
  }

  .ranknumber {
    margin-top: 30px;
  }

  .tab_content_box__list .orange-btn--a {
    font-size: 1.3rem;
  }

  .tab_content_box__list-flex .orange-btn--a {
    font-size: 1.3rem;
  }

  .tab_content_box__list--price-box {
    margin-bottom: 10px;
  }

  .tab_content_box__list--icon {
    font-size: 1.2rem;
    margin-top: 3px;
    margin-right: 3%;
    padding: 0.5% 4% 0.5% 20px;
  }

  .tab_content_box__list-flex .tab_content_box__list--gltenicon {
    width: 50px;
  }

  .tab_content_box__list-flex .tab_content_box__list--icon {
    margin-right: 35%;
  }

  /* お客様レビュー-sp */

  .review-txst {
    text-align: center;
  }

  .review-icon {
    background: none;
    padding-left: 0;
  }

  .review_box {
    display: block;
  }

  .review_box__list {
    width: 100%;
  }

  .review_box__list--tit {
    margin-bottom: 10px;
  }

  .review_box__list--txst {
    margin-bottom: 20px;
  }

  .review_box__list:first-child {
    margin-bottom: 40px;
  }

  .orange-btn--a {
    background: url(../img/icon-cart.svg) no-repeat 15% 50% / 17px 14px #ff6808;
  }

  /* バナー領域その２-sp */

  .banar-area-wrapper {
    margin-bottom: 50px;
  }

  /* ジャーナル-sp */
  .Jouenal-wrapper {
    margin-bottom: 60px;
    padding: 60px 0;
  }

  .Jouenal__img {
    width: 117px;
  }

  .Jouenal__tit {
    margin-bottom: 30px;
  }

  .Jouenal_box {
    background: url(../img/icon-foot.svg) no-repeat 96% 5% / 42px 30px #fff;
    width: 90%;
    margin: 0 auto;
    padding-top: 15%;
  }

  .Jouenal_box__list {
    background: url(../img/icon-right_delta.svg) no-repeat 95% 50% / 8px 15px;
    display: block;
    padding-right: 15%;
  }

  /* インスタグラム-sp */
  .instagram_box__list {
    margin-bottom: 6%;
    width: 47%;
  }

  .instagram_box__list:nth-child() {}

  .instagram_box__list:not(:nth-child(3n)) {
    margin-right: 0%;
  }

  .instagram_box__list:not(:nth-child(2n)) {
    margin-right: 6%;
  }

  .instagram_box__list:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  /* フッター-sp */

  .footers {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }

  .footer-cont_box {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .spfooter_mb0 {
    margin-bottom: 0;
  }

  .footers_underbox__address {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .footer-cont_box__list:not(:last-child) {
    margin-bottom: 20px;
  }

  .policy_box .slider .slick-list {
    height: auto;
  }

  .fs-client-cart-count {
    display: none;
  }

  .sp_header__area-sns-cont.foot_nav--list .fs-client-cart-count {
    display: none;
  }

  .foot_nav--list .fs-client-cart-count {
    display: block;
  }

  .foot_nav--list .fs-client-cart-count {
    background: #e74908;
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    height: 18px;
    right: 10px;
    line-height: 1em;
    padding: 5px 0px 5px;
    position: absolute;
    top: 5px;
    width: 18px;
    letter-spacing: 0;
    text-align: center;
  }

  /* ここからSPナビ */

  .hidden {
    display: none;
  }

  #foot_areanav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 270;
  }

  #foot_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: env(safe-area-inset-bottom);
    background: #3d2120;
    z-index: 2000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
  }

  .foot_nav--list {
    width: 20%;
    border-right: 1px solid #fff;
  }

  .foot_nav--list:last-child {
    border-right: none;
  }

  .foot_nav--box {
    font-size: 1.3rem;
    text-align: center;
    margin: 0 auto;
  }

  .foot_nav--a,
  .foot_nav--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* background: ##3d2120; */
    background: #3d2120;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 10px 5% 5%;
  }

  .foot_nav--button {
    display: inline-block;
    width: 100%;
    transition: opacity 0.3s;
  }

  .foot_nav--button:hover {
    opacity: 0.7;
  }

  .foot_nav--icon {
    max-width: 32px;
    margin: 0 auto 0px;
    position: relative;
  }

  .foot_nav--txt {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }

  #page-top {
    bottom: 110px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  #pop_history {
    display: none;
  }

  .spnav {
    display: block;
    opacity: 0;
    position: fixed;
    bottom: -100vh;
    left: 0px;
    z-index: 1000;
    height: 93vh;
    width: 100vw;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10vh 0 15vh;
  }

  .open .spnav {
    opacity: 1;
    bottom: 0%;
    height: 92vh;
    width: 100vw;
  }

  .open_detail .spnav_search {
    opacity: 1;
    left: 0%;
    z-index: 1000;
    overflow: auto;
    max-height: 9999px;
  }

  .inbox {
    width: 90vw;
    height: 80vh;
    overflow: auto;
    margin: 0 auto;
  }

  .spnav_search .scrolls {
    padding-top: 10px;
  }

  .open .snav__bg {
    display: block;
    z-index: 500;
    background: rgba(77, 77, 77, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }

  .open #page-top {
    display: none !important;
  }

  .spf_navarea {
    background: #fff;
    padding: 5%;
    border-radius: 10px;
  }

  .spf_tab {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .spf_tab--list {
    width: 32%;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
  }

  .spf_tab--list:not(:last-child) {
    margin-right: 2%;
  }

  .spf_content--list {
    padding: 5%;
  }

  .spf__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3%;
  }

  .spf__item--list {
    text-align: center;
    width: 100%;
  }

  .spf__item--list:not(:last-child) {
    margin-bottom: 3%;
  }

  .spf__item--a {
    display: block;
    padding: 9px 10px;
    background: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.4rem;
    border-radius: 5px;
    color: #3d2120 !important;
  }

  .spf__item--img {
    max-width: 32px;
  }

  .spf_singlebtnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .spf_singlebtn {
    text-align: center;
    margin-top: 10px;
    width: 100%;
  }

  .spf_singlebtn--act {
    color: #3d2120;
    background-color: #fff;
    display: block;
    padding: 10px 5px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  /* .spf_pink {
    background: ##3d2120;
  } */

  .spf_blue {
    background: #1b668d;
  }

  .spf_close {
    color: #fff;
    background: #3d2120;
  }

  .spf_txst {
    text-align: center;
    margin-bottom: 1%;
  }

  .spf_txst_un {}

  .spf_bnrarea {
    display: flex;
  }

  .spf_bnrarea__list {
    width: 48%;
  }

  .spf_bnrarea__list:not(:last-child) {
    margin-right: 4%;
  }

  .spf__itemlist {
    display: flex;
    flex-wrap: wrap;
  }

  .spf__item--img {
    max-width: 25px;
    margin: 0 auto 4px;
  }

  .list_spf__item--img {
    max-width: 100px;
    margin: 6px auto 0 auto;
  }

  .spf__itemlist__list {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 2%;
    width: 49%;
  }

  .spf__itemlist__list:not(:nth-child(2n)) {
    margin-right: 2%;
  }

  .spf__itemlist__list .spf__item--a {
    font-size: 1.2rem;
    text-align: center;
  }

  /* ここから追加0411 */

  .spf_flex .spf__item--a {
    align-items: center;
    display: flex;
  }

  .spf_flex .spf__item--img {
    margin: 0 auto;
    width: 20%;
  }

  .spf_flex .spf__item--txst {
    font-size: 1.1rem;
    width: 80%;
  }

  /* ここまで */

  .spf_tab--list:first-child,
  .spf_content--list:first-child {
    background: #e4eabe;
    letter-spacing: -1px;
  }

  .spf_tab--list:nth-child(2),
  .spf_content--list:nth-child(2) {
    background: #fffbf2;
  }

  .spf_tab--list:last-child,
  .spf_content--list:last-child {
    background: #f5dfe1;
  }

  /* .spf_tab--list:first-child,
  .spf_content--list:first-child {
    background: #f5dfe1;
  }

  .spf_tab--list:nth-child(2),
  .spf_content--list:nth-child(2) {
    background: #d5dbab;
    background: #d5dbab;
  }

  .spf_tab--list:last-child,
  .spf_content--list:last-child {
    background: #f5f5f5;
  } */

  .spf__item--list__imgbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .spf__item_flex {
    display: flex;
  }

  .spf__item_flex .spf__item--list {
    width: 48%;
  }

  .spf__item_flex .spf__item--list:not(:last-child) {
    margin-right: 4%;
  }

  /* spナビここまで */
}

@media (max-width: 767px) {

  /* 共通 */
  .i-scroll {
    display: grid !important;
  }

  .slide-wrapper {
    height: calc(100% - 58px);
    margin-bottom: 60px;
    padding-top: 58px;
    margin-top: 0;
  }

  #thumbnail-list::before {
    right: 0;
    width: 340px;
  }

  .slick-next {
    top: 22%;
    right: -22px;
    z-index: 99;
  }

  /* ランキング-sp　横スクロールここから */

  .tab_content_box__list-flex {
    margin-right: 6%;
    display: flex;
    width: 190px;
  }

  .tab_content_box__list--icon {
    font-size: 1.2rem;
    margin-top: 3px;
    margin-right: 25%;
    padding: 0.5% 4% 0.5% 20px;
  }

  .fs-body-product .footers {
    margin-bottom: 130px;
  }
}

@media (max-width: 519px) {
  #wrap {
    height: calc(100vh - 238px);
  }
}

@media screen and (max-width: 320px) {
  .spf_tab {
    font-size: 1rem;
  }
}


/* ここからSPメニュー */
.foot-spmenu {
  position: fixed;
  top: 58px;
  right: 0;
  left: 0;
  bottom: 70px;
  background: #fff;
  translate: 0 100%;
  transition: translate .225s ease-out;
  z-index: 260;
  border-top: 2px solid #3D2120;
}

.foot-spmenu.is-open {
  translate: 0 0;
}

.foot-spmenu_inner {
  padding: 12px 18px 20px;
  height: 100%;
  overflow-y: auto;
  max-width: 475px;
  margin-inline: auto;
}

.foot-spmenu_close-wrap {
  text-align: right;
}

.foot-spmenu_close {
  cursor: pointer;
}

.foot-spmenu_close .txt {
  display: none;
}

.spmenu-bnrarea {
  margin-top: 6px;
}

.spmenu-bnrarea_img img {
  max-width: 100%;
  height: auto;
}

.foot-spmenu_navs {
  margin-top: 24px;
}


.spmanu-navs_title {
  font-size: 18px;
  border-left: 3px solid #3d2120;
  padding-left: 0.5em;
  line-height: 1.5;
}

.spmanu-navs_wrap {
  margin-top: 16px;
}

.spmanu-navs_parent_node {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}

.spmanu-navs_triger {
  width: 100%;
  text-align-last: left;
  display: grid;
  grid-template-columns: 50px 1fr 30px;
  gap: 16px;
  align-items: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #3d2120;
}

.spmanu-navs_triger .img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #EEEEEE;
}

.spmanu-navs_triger .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spmanu-navs_triger .txt {
  font-size: 16px;
  line-height: 1.5;

}

.spmanu-navs_triger .icon {
  display: block;
  aspect-ratio: 1 / 1;
  position: relative;
}

.spmanu-navs_triger .icon:before,
.spmanu-navs_triger .icon:after {
  content: "";
  display: inline-block;
  width: 60%;
  height: 2px;
  border-radius: 2px;
  background: #3d2120;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .225s, transform .225s;
}

.spmanu-navs_triger .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.spmanu-navs_triger.is-active .icon:before {
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
}

.spmanu-navs_triger.is-active .icon:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.spmanu-navs_child {
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
  transition: grid-template-rows .3s, opacity .3s;
}

.spmanu-navs_child[hidden] {
  grid-template-rows: 0fr;
  opacity: 0;
}

.spmanu-navs_child_inner {
  height: 100%;
  padding: 10px 8px;
  overflow: hidden;
}

.spmanu-navs_child[hidden] .spmanu-navs_child_inner {
  padding: 0;
}

.spmanu-navs_child_node {
  border-top: 1px solid #EEEEEE;
}

.spmanu-navs_child_node:first-child {
  border-top: none;
}

.spmanu-navs_child_node a {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 10px 0;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: 16px;
}

.spmanu-navs_child_node a::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: 4px;
  flex-shrink: 0;
  border-right: 1px solid #3d2120;
  border-bottom: 1px solid #3d2120;
  transform: rotate(-45deg);
}

.spmanu-navs_child_node:has(.-category) {
  margin-top: 10px;
  text-align: center;
  border-top: none;
}

.spmanu-navs_child_node a.-category {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.5em;
  padding: 8px 28px 8px 20px;
  border-radius: 999px;
  /* background: #3d2120; */
  border: 1px solid #3d2120;
  line-height: 1.5;
  /* color: #fff; */
  position: relative;
}

.spmanu-navs_child_node a.-category span {
  display: inline-block;
}

.spmanu-navs_child_node a.-category::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: 8px;
  flex-shrink: 0;
  border-right: 1px solid #3d2120;
  border-bottom: 1px solid #3d2120;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
}

/* ここからカート おすすめ商品 */
.recommend {
  margin-bottom: 20px;
  margin-inline: auto;
  border: 1px solid #ccc;
  padding: 20px;
}

.recommend_head {
  max-width: 520px;
  margin-inline: auto;
  text-align: center;
}

.recommend_lead {
  margin-top: 1em;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
}
.recommend_lead span {
  display: inline-block;
}

.recommend_body {
  max-width: 680px;
  margin-top: 12px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .recommend {
    width: 100%;
    padding: 20px 12px;
  }

  .recommend_body {
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }
}

.recommend_img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.recommend_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.recommend_name {
  text-decoration: underline;
}

.recommend_price {
  margin-top: 4px;
}

.recommend_button {
  margin-top: 10px;
  max-width: 200px;
}