@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

:root {
  scroll-padding-top: 16vw;
}

img {
  height: auto;
  vertical-align: middle;
}

.show_tabpc {
  display: none !important;
}

.show_pc {
  display: none !important;
}

.hideArea {
  display: none !important;
}

body.show-nav {
  position: fixed;
  height: 100%;
  width: 100%;
}
body.show-nav #overlay {
  opacity: 1;
}

body.show-nav_top {
  position: fixed;
  height: 100%;
  width: 100%;
}
body.show-nav_top #overlay {
  opacity: 1;
}

.fs-l-page {
  padding-bottom: 20.2666666667vw;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

/* ヘッダー
-----------------*/
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 102;
}
.header_info {
  background-color: #452B22;
  text-align: center;
}
.header_info p, .header_info a {
  color: #fff;
  font-size: 3.2vw;
  padding: 4vw;
  margin: 0;
  display: block;
}
.header_info a:hover {
  color: #fff;
}
.header_logo {
  text-align: center;
}
.header_logo a {
  display: block;
  padding: 4.5333333333vw;
}
.header_logo img {
  width: 40vw;
}
.header_menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #452B22;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 20.2666666667vw;
}
.header_menu li {
  flex: 1;
}
.header_menu a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.header_menu svg {
  fill: #fff;
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  display: inline-block;
  vertical-align: middle;
}
.header_menu strong {
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 3.2vw;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 1.6vw;
}
.header_menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.header_menu-btn span {
  width: 7.4666666667vw;
  height: 7.4666666667vw;
  display: inline-block;
  vertical-align: middle;
  background: url(https://watosa.itembox.design/item/assets/img/common/icon-menu-sp.svg) no-repeat center/100% auto;
}
.header_menu-btn strong:after {
  content: "MENU";
}
.header_menu-btn.active {
  background-color: #E1DDDB;
}
.header_menu-btn.active span {
  background-image: url(https://watosa.itembox.design/item/assets/img/common/icon-close.svg);
}
.header_menu-btn.active strong:after {
  content: "CLOSE";
  color: #452B22;
}

.show-nav .header_logo {
  display: none;
}

.mypageItemNumberWrap {
  width: auto;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(2rem, 0);
}
.mypageItemNumberWrap .fs-p-cartItemNumber {
  color: #452B22;
  font-size: 1rem;
  background-color: #fff;
  border-radius: 50vw;
  line-height: 15px;
  width: 15px;
  height: 15px;
  text-align: center;
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.mypageItemNumberWrap .fs-p-cartItemNumber.is-ready {
  display: block;
}
.mypageItemNumberWrap .fs-p-cartItemNumber.fs-client-cart-count--0 {
  display: none !important;
}

/* ドロワー
-----------------*/
.drawer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: transparent;
  transform: translateX(-100%);
  pointer-events: none;
  transition: transform 0.1s;
}
.drawer.active {
  transform: translateX(0);
  pointer-events: visible;
}
.drawer_inner {
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #E1DDDB;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
}

.fs-p-drawer__welcomeMsg {
  padding: 4.2666666667vw 0;
  margin: 0;
  text-align: center;
}

.fs-p-welcomeMsg {
  font-size: 4.8vw;
  font-weight: 500;
}
.member_item .is-loggedIn--false {
  display: none;
}

.member_stage {
  padding: 1.3333333333vw 0 0.2666666667vw;
}

.fs-p-memberInfo__stage {
  font-size: 3.2vw;
  letter-spacing: 0.2em;
}

.fs-p-memberInfo__points {
  font-weight: 400;
  font-size: 3.2vw;
}
.fs-p-memberInfo__points .__bl {
  font-weight: 600;
  font-family: "tt_commons_b", serif;
  padding-right: 0.8vw;
}

.fs-p-drawer__tool {
  background-color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.fs-p-drawer__tool li {
  flex: 1;
  text-align: center;
}
.fs-p-drawer__tool a {
  display: block;
  padding: 5.3333333333vw 0 4.8vw;
}
.fs-p-drawer__tool img {
  width: 7.4666666667vw;
}
.fs-p-drawer__tool strong {
  display: block;
  font-size: 3.2vw;
  font-weight: 400;
  margin-top: 3.2vw;
}

.search {
  padding: 9.3333333333vw 0 8vw;
  overflow: hidden;
}

.fs-search_button {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: #fff;
  width: 14.6666666667vw;
  padding: 0;
}
.fs-search_button img {
  width: 100%;
}

.ym-offcan__search {
  margin: 0 4vw;
}

.fs-p-searchForm .pt-sForm_input {
  font-size: 1.4rem;
  height: 12.8vw;
}

.keywordBox {
  margin-bottom: 5.3333333333vw;
}
.keywordBox_ttl {
  margin: 0 4vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
.keywordBox_tag {
  overflow-x: scroll;
}
.keywordBox_tag_in {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 4vw 4vw 2.6666666667vw;
}
.keywordBox_tag_in li {
  background-color: #452B22;
  white-space: nowrap;
  border-radius: 3px;
}
.keywordBox_tag_in li a {
  display: block;
  color: #fff;
  font-size: 3.2vw;
  padding: 2.1333333333vw 3.2vw;
}
.keywordBox_tag_in li + li {
  margin-left: 3.2vw;
}

.drawer_menu {
  margin: 0 4vw;
  padding-bottom: 26.6666666667vw;
}
.drawer_menu .nav_col + .nav_col {
  margin-top: 10.6666666667vw;
}
.drawer_menu .nav_ttl {
  font-size: 4.2666666667vw;
  font-family: "tt_commons_b", serif;
  letter-spacing: 0.05em;
  margin: 0 0 4vw;
  line-height: 1;
}
.drawer_menu .fs-pt-menu {
  border-top: 1px solid #B6ACA7;
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer_menu .fs-pt-menu li {
  border-bottom: 1px solid #B6ACA7;
}
.drawer_menu .fs-pt-menu a {
  margin: 0;
  padding: 2.6666666667vw 10.6666666667vw 2.6666666667vw 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-family: "tt_commons_m", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: 0.05em;
  position: relative;
  display: block;
}
.drawer_menu .fs-pt-menu a:after {
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  border-top: 2px solid #452B22;
  border-right: 2px solid #452B22;
  transform: rotate(45deg);
  position: absolute;
  right: 6.4vw;
  top: 4.5333333333vw;
}
.drawer_menu .fs-pt-menu .footer_none {
  display: none;
}

.nav_col-sns {
  display: flex;
  align-items: center;
}
.nav_col-sns .nav_ttl {
  margin: 0 !important;
}

.sns_item {
  list-style: none;
  display: flex;
  margin: 0 0 0 5.3333333333vw;
  padding: 0;
}
.sns_item a {
  display: block;
  padding: 2.6666666667vw 5.3333333333vw;
}

.outer {
  width: 100%;
  overflow: hidden;
}

.fs-l-pageMain {
  margin: 0 auto;
}

/*フッター*/
.footer {
  padding-top: 30px;
}
.footer_info {
  width: 74.6666666667vw;
  margin: 0 auto 16vw;
}
.footer_info_item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_info li {
  padding: 30px 0;
  border-bottom: 1px solid #E1DDDB;
}
.footer_info li:not(.footer_info_customer) {
  display: flex;
  align-items: center;
  padding-left: 18px;
}
.footer_info li:not(.footer_info_customer) span {
  width: 34px;
  margin-right: 24px;
}
.footer_info li:not(.footer_info_customer) p {
  flex: 1;
  margin: 0;
  font-size: 1.2rem;
}
.footer_info_customer {
  text-align: center;
}
.footer_info_customer h3 {
  font-size: 1.2rem;
  margin: 0 0 8px;
}
.footer_info_customer a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-family: "tt_commons_b", serif;
  line-height: 1;
  letter-spacing: 0.05em;
}
.footer_info_customer a span {
  width: 34px;
  margin-right: 10px;
  line-height: 1;
}
.footer_info_customer p {
  font-size: 1.1rem;
  margin: 6px 0 0;
}
.footer_nav {
  position: relative;
  padding: 50px 0 20px;
}
.footer_nav:before {
  content: "";
  width: 100%;
  height: 10px;
  background: url(https://watosa.itembox.design/item/assets/img/common/stripe.png) no-repeat left top/204px auto #452B22;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.footer_logo {
  margin: 0 0 30px 4vw;
}
.footer_logo img {
  width: 120px;
}
.footer_category {
  margin: 0 4vw;
  display: flex;
  flex-wrap: wrap;
}
.footer_category .nav_col:nth-child(1) {
  width: 50%;
}
.footer_category .nav_col:nth-child(2) {
  width: 50%;
}
.footer_category .nav_col:nth-child(3) {
  width: 100%;
  margin-top: 30px;
}
.footer_category .nav_col:nth-child(3) .fs-pt-menu {
  display: flex;
  flex-wrap: wrap;
}
.footer_category .nav_col:nth-child(3) .fs-pt-menu li {
  width: 50%;
}
.footer_category .nav_col:nth-child(4) {
  width: 100%;
  margin-top: 30px;
}
.footer_category .nav_ttl {
  font-size: 1.3rem;
  font-family: "tt_commons_b", serif;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}
.footer_category .fs-pt-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_category .fs-pt-menu a {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  display: block;
  padding: 5px 0 5px 18px;
  position: relative;
}
.footer_category .fs-pt-menu a::before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 14px;
}
.footer_item {
  margin: 30px 4vw 0;
}
.footer_item .nav_guide {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_item .nav_guide li {
  width: 50%;
}
.footer_item .nav_guide a {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  display: block;
  padding: 3px 0;
}
.footer_copy {
  margin: 30px 4vw 0;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.sec__topSlider__pc .slick-prev, .sec__topSlider__pc .slick-next {
  background-color: transparent;
  width: 32px;
  height: 40px;
}
.sec__topSlider__pc .slick-prev:before, .sec__topSlider__pc .slick-next:before {
  content: "";
  width: 28px;
  height: 28px;
  border-top: 2px solid #fff;
  position: absolute;
  top: 0;
  z-index: 1;
}
.sec__topSlider__pc .slick-next:before {
  border-right: 2px solid #fff;
  transform: rotate(45deg) skew(-6deg, -6deg);
  right: 0;
  transform-origin: left top;
}
.sec__topSlider__pc .slick-prev:before {
  border-left: 2px solid #fff;
  transform: rotate(-45deg) skew(6deg, 6deg);
  left: 0;
  transform-origin: right top;
}
.sec__topSlider__pc figure.fs-pt-carousel__slide {
  display: block;
  margin: 0;
}
.sec__topSlider__pc .slick-dots {
  bottom: -3rem !important;
}
.sec__topSlider__pc .slick-dots li button {
  width: 18px !important;
  height: 18px !important;
}
.sec__topSlider__pc .slick-dots li button::before {
  content: "";
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  top: 4px !important;
  left: 4px !important;
  background-color: #452B22;
  border-radius: 50%;
}
.sec__topSlider__pc .slick-dots li:not(:nth-of-type(1)) {
  margin: 0 0 0 16px !important;
}

/*共通要素*/
.wrap_inner {
  margin: 0 4vw;
}

.btn_center {
  text-align: center;
}
.btn_center .btn_bk,
.btn_left .btn_bk {
  display: inline-block;
  background-color: #1F1F1F;
  color: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 20px 0;
  max-width: 305px;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
}

/*商品詳細*/
.fs-body-product .fs-c-featuredProduct {
  display: none;
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnailList {
  width: 100% !important;
}
.fs-body-product .fs-c-productCarouselMainImage__image > img {
  max-width: 92vw;
  max-height: 92vw;
}
.fs-body-product .fs-c-slick.slick-slider .slick-track, .fs-body-product .fs-c-slick.slick-slider .slick-list {
  padding: 0 !important;
}
.fs-body-product .fs-c-slick.slick-slider .slick-track, .fs-body-product .fs-c-slick.slick-slider .slick-list {
  padding: 0 !important;
  height: auto !important;
}
.fs-body-product .tab-panel {
  padding: 50px 0;
}
.fs-body-product .item-detail-text-pc {
  display: block !important;
  border-top: 1px solid #E1DDDB;
  padding-top: 5rem;
}
.fs-body-product .review-cnt-copy__none-review {
  min-height: 1px;
}
.fs-body-product .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label::before {
  background-image: url(https://watosa.itembox.design/item/assets/img/common/icon_mail.svg);
}
.fs-body-product .fs-c-button--inquiryAboutProduct {
  width: 100%;
  border: 1px solid #1F1F1F;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 1.2rem;
}
.fs-body-product .share_wrap {
  display: flex;
  align-items: center;
  margin: 2rem 0 0;
}
.fs-body-product .product_sns {
  margin-left: 2rem;
  display: flex;
  align-items: center;
}
.fs-body-product .product_sns a {
  padding: 1rem;
}
.fs-body-product #revi-btn-indi {
  border-bottom: 1px solid #1F1F1F;
}
.fs-body-product .product_guide {
  display: flex;
  justify-content: space-between;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
.fs-body-product .product_guide li {
  width: 48%;
}
.fs-body-product .product_guide-delivery a:before {
  background-image: url(https://watosa.itembox.design/item/assets/img/common/icon_track.svg);
}
.fs-body-product .product_guide-return a:before {
  background-image: url(https://watosa.itembox.design/item/assets/img/common/icon_attention.svg);
}
.fs-body-product .product_guide a {
  display: block;
  border: 1px solid #1F1F1F;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 1.2rem;
}
.fs-body-product .product_guide a:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}
.fs-body-product .cart-upper-cnt .variation-open-btn > * {
  max-width: 100%;
}
.fs-body-product .cart-upper-cnt .variation-open-btn .particular__open-btn {
  line-height: 1.3;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  border-radius: 5px;
}
.fs-body-product .cart-upper-cnt .variation-open-btn .particular__open-btn:hover, .fs-body-product .cart-upper-cnt .variation-open-btn .particular__open-btn:focus {
  background-color: #1F1F1F;
  color: #fff;
}
.fs-body-product .cart-upper-cnt .variation-open-btn .fs-c-button__label {
  display: block;
}
.fs-body-product .cart-upper-cnt .variation-open-btn .fs-c-button__label:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url(https://watosa.itembox.design/item/assets/img/common/icon_cart_white.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -3px;
}
.fs-body-product .cart-upper-cnt, .fs-body-product .product_guide, .fs-body-product .fs-c-inquiryAboutProduct {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.fs-body-product .fs-c-slick .slick-prev, .fs-body-product .fs-c-slick .slick-next {
  background: none;
  height: 40px;
  width: 25px;
}
.fs-body-product .fs-c-slick .slick-prev:before, .fs-body-product .fs-c-slick .slick-next:before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #1F1F1F;
  position: absolute;
  top: 13px;
}
.fs-body-product .fs-c-slick .slick-next:before {
  border-right: 2px solid #1F1F1F;
  right: 10px;
  transform: rotate(45deg) skew(-6deg, -6deg);
}
.fs-body-product .fs-c-slick .slick-prev:before {
  border-left: 2px solid #1F1F1F;
  left: 10px;
  transform: rotate(-45deg) skew(6deg, 6deg);
}

.block_recommend {
  margin: 60px 0 0;
  padding: 50px 4vw 0;
}
.block_recommend:not(.block_recommend + .block_recommend) {
  border-top: 1px solid #E1DDDB;
}
.block_recommend .fr2-carousel .rcmd-slick-next {
  right: -3vw;
}
.block_recommend .fr2-carousel .rcmd-slick-prev {
  left: -3vw;
  z-index: 1;
}
.block_recommend .fr2-carousel .rcmd-slick-arrow {
  width: 30px;
  height: 30px;
}
.block_recommend .fr2-carousel .rcmd-slick-arrow::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M15%2018l-6-6%206-6%22%2F%3E%3C%2Fsvg%3E");
  width: 30px;
  height: 30px;
}

.recommend_ttl {
  text-align: center;
}
.recommend_ttl-main {
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}
.recommend_ttl-sub {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 28px;
  letter-spacing: 0.05em;
}

/*お気に入りボタン*/
.fs-body-product .fs-c-button--addToWishList--detail,
.fs-body-product .fs-c-button--removeFromWishList--detail {
  border: none;
}

.fs-body-product .fs-c-button--addToWishList--detail:after {
  color: #1F1F1F;
}

.fs-body-product .fs-c-button--addToWishList--detail:hover,
.fs-body-product .fs-c-button--addToWishList--detail:focus,
.fs-body-product .fs-c-button--removeFromWishList--detail:hover,
.fs-body-product .fs-c-button--removeFromWishList--detail:focus {
  background: none;
  color: #DC000C;
}

.fs-body-product .fs-c-button--addToWishList--detail:hover:after,
.fs-body-product .fs-c-button--addToWishList--detail:focus::after {
  color: #1F1F1F;
}

.fs-c-button--removeFromWishList--detail:after,
.fs-c-btton--removeFromWishList--detail:hover:after,
.fs-c-button--removeFromWishList--detail:focus:after,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
.fs-body-product .fs-c-button--removeFromWishList--detail::after,
.fs-body-product .fs-c-button--removeFromWishList--detail:hover::after,
.fs-body-product .fs-c-button--removeFromWishList--detail:focus::after {
  color: #DC000C;
}

/*商品一覧*/
.fs-c-productListItem__imageContainer {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.fs-c-productListItem__imageContainer .fs-c-productListItem__image {
  height: 100%;
}
.fs-c-productListItem__imageContainer .fs-c-productListItem__image .fs-c-productImage__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product_item_detail {
  position: relative;
  padding-right: 30px;
  border-top: 1px solid #E8E8E8;
  margin-top: 10px;
}
.product_item_detail .fs-c-productListItem__control {
  position: absolute;
  right: 0;
  top: 8px;
  margin: 0;
}

.fs-c-productList > .fs-c-productList__controller:nth-of-type(1) .fs-c-pagination, .fs-c-productList > .fs-c-productList__controller:nth-of-type(3) .fs-c-sortItems, .fs-c-productList > .fs-c-productList__controller:nth-of-type(3) .fs-c-listControl .fs-c-listControl__status {
  display: none !important;
}

.fs-c-productList__controller, .fs-c-coordinationList__controller {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 10px -4vw;
}

.fs-c-sortItems {
  order: 2;
  border: none;
  display: flex;
  align-items: stretch;
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #B6ACA7;
  cursor: pointer;
}

.fs-c-sortItems__label {
  border: none;
  width: 60px;
  font-size: 1rem;
  height: 60px;
  line-height: 50px;
}
.fs-c-sortItems__label.active:after {
  transform: scale(1, 1);
}

.fs-c-sortItems__label:before {
  content: "";
  width: 100%;
  height: 23px;
  background: url(https://watosa.itembox.design/item/assets/img/common/icon_sort.svg) center center no-repeat;
  left: 0;
  top: 10px;
  background-size: auto 100%;
  margin-top: 0;
  display: block;
  position: relative;
  margin-left: 0;
}

.fs-c-sortItems__list {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  width: 100vw;
  border: none;
  background: #FFF;
  box-sizing: border-box;
  z-index: 50;
  background-color: #7C6963;
  padding: 0;
  margin: 0;
  list-style: none;
}
.fs-c-sortItems__list li:not(:first-child) {
  position: relative;
}
.fs-c-sortItems__list li:not(:first-child):before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #B6ACA7;
  position: absolute;
  top: 0;
  left: 5%;
}
.fs-c-sortItems__list a, .fs-c-sortItems__list span {
  color: #fff;
  display: block;
  padding: 15px 0;
}
.fs-c-sortItems__list span {
  position: relative;
  z-index: 0;
}
.fs-c-sortItems__list span:before {
  content: "";
  width: 90%;
  height: 40px;
  background-color: #B6ACA7;
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -20px;
  border-radius: 30px;
  z-index: -1;
}

.fs-c-listControl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 2;
  padding: 0;
  font-size: 1.4rem;
  margin: 0 0 0 4vw;
}

.fs-c-listControl__status {
  margin: 0;
}

.fs-c-productList > .fs-c-productList__controller:nth-of-type(3) .fs-c-listControl {
  flex-direction: row;
  justify-content: center;
  margin: 6rem 0 0;
}

.fs-c-pagination__item.is-active {
  background: #7C6963;
}
.fs-c-pagination__item.is-active:after {
  border-radius: 5px;
}

.fs-c-pagination__item {
  color: #7C6963;
  margin-right: 1rem;
}
.fs-c-pagination__item:after {
  background-color: #fff;
  border: 1px solid #7C6963;
  border-radius: 5px;
}

.fs-c-pagination__item--next::before {
  font-size: 2em;
}

.fs-c-pagination__item.fs-c-pagination__item--next::after {
  border: none;
}

.fs-c-productList__list .fs-c-productListItem .fs-c-productListItem__control + .fs-c-productMarks {
  margin-right: 25px;
}

.fs-c-rating {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.fs-c-rating .fs-c-rating__stars {
  margin-top: -2px;
  line-height: 15px;
}
.fs-c-rating .fs-c-rating__stars:before {
  line-height: 15px;
  color: #eab746;
  font-size: 1.5rem;
}
.fs-c-rating .fs-c-rating__value {
  margin-left: 0.5em;
  line-height: 15px;
}

.fs-c-productList__list__item > form > .fs-c-rating,
.fs-c-productList__list__item > form > .fs-c-aggregateRating {
  order: 2;
  margin-top: 0.7em;
}

.fs-c-productList__list__item .fs-c-buttonContainer--viewReview {
  display: none;
}

.fs-c-productList__list .fs-c-productListItem .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  letter-spacing: 0.05em;
}

/*フリーページ*/
.fs-l-page .f_wide {
  flex: 1;
}

#mainimage {
  display: none !important;
}
.FS2_body_Goods_company #rightbox h3 {
  font-family: "tt_commons_b", serif;
  letter-spacing: 0.05em;
}
.FS2_body_Goods_company #rightbox dl + h3 {
  margin-top: 60px;
}
.FS2_body_Goods_company #rightbox dl:not(:last-child) {
  display: flex;
  flex-wrap: wrap;
}
.FS2_body_Goods_company #rightbox dl:not(:last-child) dd {
  margin: 0;
  width: calc(100% - 110px);
  padding: 8px 0;
}
.FS2_body_Goods_company #rightbox dl:not(:last-child) dt {
  width: 110px;
  padding: 8px 0;
}
.FS2_body_Goods_company #rightbox dl:last-child dd {
  margin: 0;
}
.FS2_body_Goods_company #rightbox dl:last-child dd a {
  display: inline-block;
  text-decoration: underline;
  padding-bottom: 6px;
}
.FS2_body_Goods_company #rightbox dl:last-child dd:not(:last-child) {
  margin-bottom: 20px;
}
.FS2_body_Goods_recruit #rightbox dl {
  display: flex;
  flex-wrap: wrap;
}
.FS2_body_Goods_recruit #rightbox dl dd {
  margin: 0;
  width: calc(100% - 110px);
  padding: 8px 0;
}
.FS2_body_Goods_recruit #rightbox dl dt {
  width: 110px;
  padding: 8px 0;
}
.FS2_body_Goods_recruit #rightbox dl + h3 {
  margin-top: 60px;
}

.FS2_body_Goods_philosophy-skincare .slick-slider, .FS2_body_Goods_philosophy-makeup .slick-slider, .FS2_body_Goods_philosophy-goods .slick-slider {
  margin: 0;
}

.FS2_body_Goods_philosophy-makeup, .FS2_body_Goods_philosophy-goods {
  margin-top: 50px;
}
.page_sablo .ttl_box {
  display: none;
}
.page_sablo .side_box {
  background: #99cdff;
  margin-bottom: 20px;
  padding: 5%;
  text-align: center;
}
.page_sablo .side_box p {
  font-size: 1.2rem;
  text-align: left;
}
.page_sablo .side_box .sablo_txt01 {
  display: block;
}
.page_sablo .gmap_box {
  position: relative;
  height: 0;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.page_sablo .gmap_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.page_sablo .main_box {
  margin: 2rem 0 3rem;
}
.page_sablo .main_box .slick-slider {
  margin: 0 0 3rem;
  padding: 0;
}
.page_sablo .gallery_ttl_box {
  margin-bottom: 1em;
  width: 120px;
}
.page_sablo .gallery_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_sablo .gallery_list li {
  margin-bottom: 2%;
  width: 49%;
}

/*FAQ*/
.FS2_body_Goods_faq .faqbox:last-child {
  border-bottom: 1px solid #E1DDDB;
}
.FS2_body_Goods_faq .que {
  margin: 0;
  padding: 0 36px 0 45px;
  height: 65px;
  border-top: 1px solid #E1DDDB;
  font-size: 1.2rem;
  position: relative;
  display: flex;
  align-items: center;
}
.FS2_body_Goods_faq .que:before {
  content: "Q";
  font-size: 1.3rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #B6ACA7;
  color: #fff;
  text-align: center;
  line-height: 26px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -13px;
}
.FS2_body_Goods_faq .que:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://watosa.itembox.design/item/assets/img/common/btn_plus.svg) no-repeat center center/100% auto;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
.FS2_body_Goods_faq .que.active:after {
  background-image: url(https://watosa.itembox.design/item/assets/img/common/btn_minus.svg);
}
.FS2_body_Goods_faq .ans {
  padding: 18px 16px 18px 45px;
  font-size: 1.2rem;
  display: none;
  background-color: #E1DDDB;
  position: relative;
}
.FS2_body_Goods_faq .ans:before {
  content: "A";
  font-size: 1.3rem;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #452B22;
  color: #fff;
  text-align: center;
  line-height: 26px;
  position: absolute;
  left: 10px;
  top: 15px;
}

/*カート*/
.fs-body-cart .fs-p-flexibleColumn .fs-p-linkButton {
  border: 1px solid #333;
  padding: 2px 8px;
  font-size: 1.2rem;
  display: inline-block;
}

.fs-body-cart .fs-p-announcement {
  margin-bottom: 50px;
}

.fs-c-heading.fs-c-heading--page {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 3rem;
}

/*レビュー*/
.review-cnt-copy .output-reviw_ttl .col-ttl__sec {
  font-size: 1rem;
}

.review-cnt-copy .output-reviw_ttl .col-ttl__pri {
  font-weight: 400;
  font-size: 3rem !important;
}

.fs-c-reviewList__item__body.fs-c-reviewBody {
  font-size: 1.2rem;
}

.fs-c-reviewList--productDescription .fs-c-reviewList__item__info {
  flex-direction: row;
  flex-wrap: wrap;
}
.fs-c-reviewList--productDescription .fs-c-reviewList__item__info .fs-c-reviewRating {
  margin-top: 0.5rem;
  width: 100%;
}

.fs-c-reviewInfo__stars.fs-c-reviewStars::before, .fs-c-rating__stars.fs-c-reviewStars::before {
  color: #FBAA38;
}

.fs-c-rating .fs-c-rating__value {
  color: #1F1F1F;
  font-size: 1.4rem;
}

.fs-c-aggregateRating .fs-c-aggregateRating__count {
  color: #1F1F1F;
  text-align: right;
  font-size: 1.2rem;
}

#fs_form .fs-c-reviewer__name, #output-reviw_desc-sp .fs-c-reviewer__name, #fs_form .fs-c-reviewer__profile, #output-reviw_desc-sp .fs-c-reviewer__profile {
  font-size: 1.2rem;
}

.fs-c-reviewInfo__stars.fs-c-reviewStars::before {
  font-size: 1.4rem;
}

#fs_form .fs-c-reviewInfo__date, #output-reviw_desc-sp .fs-c-reviewInfo__date {
  margin: 0 0 0 auto;
}

#fs_form .fs-c-reviewInfo__date dt, #output-reviw_desc-sp .fs-c-reviewInfo__date dt {
  display: none;
}

#fs_form .fs-c-reviewList__item, #output-reviw_desc-sp .fs-c-reviewList__item {
  padding: 16px !important;
  background: #f2f2f2;
  border-bottom: none;
  margin-top: 1rem;
}

/*会員登録*/
.register_toparea p {
  line-height: 2;
  margin: 2em 0;
}
.register_toparea .btn_center {
  margin: 0 0 80px;
}

.soon {
  pointer-events: none;
}
.soon picture {
  display: block;
  position: relative;
}
.soon picture:before {
  content: "Coming soon";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.05em;
  border-radius: 5px;
  font-family: "tt_commons_m";
}
.guide_nav {
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.guide_nav li {
  border: 1px solid #ccc;
  height: 80px;
}
.guide_nav li a {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px 10px;
  position: relative;
}
.guide_nav li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  bottom: 12px;
  left: 50%;
}
.guide h2 {
  background-color: #E1DDDB;
  padding: 8px 12px;
  margin: 60px 0 20px;
}
.guide h3 {
  margin: 0;
}
.guide h3:before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.guide p {
  margin: 15px 0 0;
}
.guide p + h3 {
  margin: 30px 0 0;
}
.guide p a {
  text-decoration: underline;
}
.guide .noteTxt {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
}
.popupBox {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  /*align-items: center;*/
  align-items: flex-end;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.popupBox.active {
  opacity: 1;
}
.popupBox_img {
  /*max-width: 320px;*/
  /*margin: 0 auto;*/
  max-width: 50%;
  margin: 0 4vw 24vw;
  position: relative;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
  pointer-events: visible;
  z-index: 0;
}
.popupBox_close {
  background-color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #452B22;
  position: absolute;
  top: -2rem;
  right: -2rem;
  z-index: 1;
}
.popupBox_col2 {
  position: relative;
}
.popupBox_col2_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.popupBox_col2_right {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  :root {
    scroll-padding-top: 70px;
  }
  .show_sp {
    display: none !important;
  }
  .show_tabpc {
    display: block !important;
  }
  body.show-nav header {
    position: fixed;
  }
  body.show-nav_top .header_info {
    position: fixed;
    top: 0;
  }
  body.show-nav_top header {
    position: fixed;
  }
  .fs-l-page {
    padding-bottom: 0;
  }
  #overlay {
    z-index: 99;
  }
  .header {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
  }
  .header_info {
    position: relative;
    z-index: 100;
  }
  .header_info p, .header_info a {
    font-size: 1.4rem;
    padding: 12px 20px;
  }
  .header_logo {
    text-align: left;
  }
  .header_logo a {
    padding: 26px 10px;
  }
  .header_logo img {
    width: 170px;
  }
  .header_menu {
    position: static;
    background-color: #fff;
    height: 70px;
    width: auto;
  }
  .header_menu li {
    flex: none;
    width: 70px;
  }
  .header_menu svg {
    fill: #1F1F1F;
    width: 30px;
    height: 30px;
  }
  .header_menu strong {
    font-size: 1.2rem;
    margin-top: 6px;
    color: #1F1F1F;
  }
  .header_menu-btn span {
    width: 30px;
    height: 30px;
    background-image: url(https://watosa.itembox.design/item/assets/img/common/icon-menu.svg);
  }
  .show-nav .header_logo {
    display: block;
  }
  .mypageItemNumberWrap {
    transform: translate(2rem, 0.7rem);
    top: 2px;
  }
  .mypageItemNumberWrap .fs-p-cartItemNumber {
    color: #fff;
    background-color: #452B22;
  }
  .drawer {
    background-color: #E1DDDB;
    transform: none;
    top: 70px;
    opacity: 0;
    z-index: 99;
    height: auto;
    max-height: calc(100% - 120px);
    transition: opacity 0.3s;
  }
  .drawer.active {
    transform: none;
    opacity: 1;
  }
  .drawer_inner {
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: calc(100vh - 120px);
    position: static;
    margin: 0 auto;
    padding: 0 10px;
  }
  .drawer_inner::-webkit-scrollbar {
    width: 2px;
  }
  .drawer_inner::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 20px;
  }
  .drawer_inner::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
  }
  .drawer_header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #E1DDDB;
    padding: 10px 0;
    z-index: 1;
  }
  .fs-p-drawer__welcomeMsg {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .fs-p-welcomeMsg {
    font-size: 2rem;
  }
  .member_item {
    text-align: left;
    margin-left: 62px;
  }
  .member_stage {
    padding: 0;
  }
  .fs-p-memberInfo__stage {
    font-size: 1.4rem;
  }
  .fs-p-memberInfo__points {
    font-size: 1.4rem;
  }
  .fs-p-memberInfo__points .__bl {
    padding-right: 3px;
  }
  .fs-p-drawer__tool {
    background-color: transparent;
  }
  .fs-p-drawer__tool li {
    flex: none;
  }
  .fs-p-drawer__tool a {
    padding: 10px 12px;
  }
  .fs-p-drawer__tool img {
    width: 30px;
  }
  .fs-p-drawer__tool strong {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  .search {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
  }
  .fs-search_button {
    width: 52px;
  }
  .ym-offcan__search {
    width: 40%;
    margin: 0;
  }
  .fs-p-searchForm .pt-sForm_group {
    height: 60px;
  }
  .fs-p-searchForm .pt-sForm_input {
    height: 100%;
  }
  .keywordBox {
    margin: 0;
    display: flex;
    width: 58.3%;
  }
  .keywordBox_ttl {
    font-size: 1.6rem;
    margin: 15px 0 0;
    flex: 0 0 150px;
  }
  .keywordBox_tag {
    overflow: auto;
  }
  .keywordBox_tag_in {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
  }
  .keywordBox_tag_in li {
    margin: 10px 10px 0 0;
  }
  .keywordBox_tag_in li a {
    font-size: 1.4rem;
    padding: 3px 15px;
  }
  .keywordBox_tag_in li + li {
    margin-left: 0;
  }
  .drawer_menu {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .drawer_menu .nav_col + .nav_col {
    margin-top: 0;
  }
  .drawer_menu .nav_col-sns {
    width: 100%;
  }
  .drawer_menu .nav_col:not(.nav_col-sns) {
    width: 33.3333333333%;
  }
  .drawer_menu .nav_ttl {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .drawer_menu .fs-pt-menu {
    border-top: none;
  }
  .drawer_menu .fs-pt-menu li {
    border-bottom: none;
  }
  .drawer_menu .fs-pt-menu a {
    padding: 8px 0;
    font-size: 1.6rem;
  }
  .drawer_menu .fs-pt-menu a:after {
    display: none;
  }
  .drawer_menu .fs-pt-menu a:hover {
    color: #452B22;
  }
  .sns_item {
    margin: 0 0 0 28px;
  }
  .sns_item a {
    padding: 14px 28px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer_info {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 70px;
    padding: 0 10px;
  }
  .footer_info_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_info li {
    border-bottom: none;
    padding: 0;
  }
  .footer_info li:not(.footer_info_customer) {
    justify-content: center;
    width: 40%;
    border-right: 1px solid #E1DDDB;
    padding: 0 10px;
    max-width: 295px;
  }
  .footer_info li:not(.footer_info_customer) span {
    width: auto;
    flex: 0 0 37px;
    margin-right: 15px;
  }
  .footer_info li:not(.footer_info_customer) p {
    font-size: 1.4rem;
    flex: 0 1 auto;
  }
  .footer_info li:last-child {
    border-right: none;
  }
  .footer_info_customer {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer_info_customer h3 {
    font-size: 1.4rem;
  }
  .footer_info_customer a {
    font-size: 3rem;
  }
  .footer_info_customer a span {
    width: 37px;
    margin-right: 18px;
  }
  .footer_info_customer p {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
  .footer_nav {
    padding: 80px 0 20px;
  }
  .footer_nav:before {
    height: 20px;
  }
  .footer_logo {
    margin: 0 0 50px 0;
    text-align: center;
  }
  .footer_logo img {
    width: 170px;
  }
  .footer_category {
    max-width: 1200px;
    margin: 0 auto 70px;
    padding: 0 10px;
  }
  .footer_category .nav_col:nth-child(1) {
    width: 33.3333333333%;
  }
  .footer_category .nav_col:nth-child(2) {
    width: 33.3333333333%;
  }
  .footer_category .nav_col:nth-child(3) {
    width: 33.3333333333%;
    margin-top: 0;
  }
  .footer_category .nav_col:nth-child(3) .fs-pt-menu {
    display: block;
  }
  .footer_category .nav_col:nth-child(3) .fs-pt-menu li {
    width: 100%;
  }
  .footer_category .nav_ttl {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
  .footer_item {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 0 10px;
  }
  .footer_item .nav_guide {
    justify-content: center;
  }
  .footer_item .nav_guide li {
    width: auto;
  }
  .footer_item .nav_guide li + li {
    border-left: 1px solid #999;
  }
  .footer_item .nav_guide a {
    padding: 0 25px;
  }
  .footer_copy {
    margin: 0;
    text-align: center;
  }
  .wrap_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .btn_center .btn_bk,
  .btn_left .btn_bk {
    max-width: 456px;
    padding: 24px 0;
  }
  .fs-body-product .fs-c-productCarouselMainImage__image > img {
    width: min(50.9960159363vw, 640px);
    height: min(50.9960159363vw, 640px);
    max-width: 640px;
    max-height: 640px;
    object-fit: cover;
  }
  .fs-body-product .product_sns a {
    padding: 1rem 2rem;
  }
  .fs-body-product .fs-c-slick .slick-prev, .fs-body-product .fs-c-slick .slick-next {
    height: 47px;
  }
  .fs-body-product .fs-c-slick .slick-prev:before, .fs-body-product .fs-c-slick .slick-next:before {
    width: 20px;
    height: 20px;
  }
  .fs-body-product .fs-c-slick .slick-next {
    right: 10px;
  }
  .fs-body-product .fs-c-slick .slick-prev {
    left: 10px;
  }
  .block_recommend {
    padding-top: 100px;
    max-width: 1248px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 100px auto 0;
  }
  .block_recommend .fr2-carousel .rcmd-slick-next {
    right: 0;
  }
  .block_recommend .fr2-carousel .rcmd-slick-prev {
    left: 0;
  }
  .block_recommend .fr2-carousel .rcmd-slick-arrow {
    width: 45px;
    height: 45px;
  }
  .block_recommend .fr2-carousel .rcmd-slick-arrow::before {
    width: 45px;
    height: 45px;
  }
  .recommend_ttl-main {
    margin: 0 0 20px;
  }
  .recommend_ttl-sub {
    font-size: 1.4rem;
  }
  .fs-c-productList__controller, .fs-c-coordinationList__controller {
    margin: 0 0 10rem;
  }
  .fs-c-sortItems {
    border-radius: 5px;
  }
  .fs-c-sortItems__label {
    width: 240px;
    line-height: 60px;
    font-size: 1.6rem;
    padding-left: 65px;
    text-align: left;
  }
  .fs-c-sortItems__label:before {
    width: 22px;
    height: 16px;
    position: absolute;
    left: 27px;
    top: 22px;
  }
  .fs-c-sortItems__label:after {
    content: "";
    width: 15px;
    height: 10px;
    background: url(https://watosa.itembox.design/item/assets/img/common/icon_sort_arrow.svg) no-repeat center center/100% auto;
    position: absolute;
    right: 25px;
    top: 26px;
    transform: scale(1, -1);
  }
  .fs-c-sortItems__list {
    width: 240px;
    top: 55px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .FS2_body_Goods_company #rightbox {
    max-width: 700px;
    margin: 0 auto;
  }
  .FS2_body_Goods_company #rightbox dl:last-child dd:not(:last-child) {
    margin-bottom: 30px;
  }
  .FS2_body_Goods_recruit #rightbox {
    max-width: 700px;
    margin: 0 auto;
  }
  .FS2_body_Goods_philosophy-skincare .system_content, .FS2_body_Goods_philosophy-makeup .system_content, .FS2_body_Goods_philosophy-goods .system_content {
    max-width: 980px;
    margin: 0 auto;
  }
  .FS2_body_Goods_philosophy-makeup, .FS2_body_Goods_philosophy-goods {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .page_sablo .main_area {
    display: flex;
    justify-content: space-between;
    max-width: 930px;
    margin: 0 auto 40px;
  }
  .page_sablo .side_box {
    padding: 1%;
    width: 240px;
    margin: 0 40px 0 0;
  }
  .page_sablo .main_box {
    flex: 1;
    margin: 0;
  }
  .page_sablo .main_box .slick-slider {
    margin: 0 0 6rem;
  }
  .page_sablo .sablo_bnr_box img {
    width: 100%;
  }
  .page_sablo .gallery_list li {
    width: 13.4%;
    margin-bottom: 1%;
  }
  .page_sablo .gallery_list li:not(:nth-child(7n)) {
    margin-right: 1%;
  }
  .FS2_body_Goods_faq {
    max-width: 990px;
    margin: 0 auto;
  }
  .FS2_body_Goods_faq .que {
    height: 78px;
    padding: 0 56px 0 76px;
    font-size: 1.4rem;
    cursor: pointer;
  }
  .FS2_body_Goods_faq .que:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.8rem;
    left: 20px;
    margin-top: -18px;
  }
  .FS2_body_Goods_faq .ans {
    padding: 25px 20px 25px 76px;
    font-size: 1.4rem;
  }
  .FS2_body_Goods_faq .ans:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.8rem;
    left: 20px;
    top: 18px;
  }
  .fs-c-heading.fs-c-heading--page {
    font-size: 3.5rem;
  }
  .review-cnt-copy .output-reviw_ttl .col-ttl__sec {
    font-size: 1.4rem;
  }
  .review-cnt-copy .output-reviw_ttl .col-ttl__pri {
    font-size: 3.5rem !important;
  }
  .fs-c-reviewList__item__body.fs-c-reviewBody {
    font-size: 1.4rem;
  }
  .soon picture:before {
    font-size: 2rem;
  }
  .guide {
    display: flex;
    align-items: flex-start;
  }
  .guide_nav {
    flex: 0 0 230px;
    display: block;
    margin: 0 30px 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    border-top: 1px solid #ccc;
  }
  .guide_nav li {
    height: auto;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  .guide_nav li a {
    font-size: 1.4rem;
    height: auto;
    display: block;
    padding: 20px 20px 20px 0;
  }
  .guide_nav li a:after {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: none;
    transform-origin: center right;
    margin-top: -3px;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 15px;
  }
  .guide h2 {
    margin: 80px 0 30px;
  }
  .guide h2:first-child {
    margin-top: 0;
  }
  .guide p + h3 {
    margin: 60px 0 30px;
  }
  .popupBox_img {
    /*max-width: 520px;*/
    max-width: 300px;
    margin: 0 2rem 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .show_pc {
    display: block !important;
  }
  .footer_category .nav_col:nth-child(1) {
    width: 25%;
  }
  .footer_category .nav_col:nth-child(2) {
    width: 25%;
  }
  .footer_category .nav_col:nth-child(3) {
    width: 25%;
  }
  .footer_category .nav_col:nth-child(4) {
    width: 25%;
    margin-top: 0;
    display: block;
  }
  .footer_category .nav_col:nth-child(4) .sns_item {
    margin: 14px 0 0;
  }
  .footer_category .nav_col:nth-child(4) .sns_item li + li {
    margin-left: 30px;
  }
  .footer_category .nav_col:nth-child(4) .sns_item a {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .drawer_menu .fs-pt-menu a:hover {
    color: initial;
  }
  .sec__topSlider__pc .slick-prev, .sec__topSlider__pc .slick-next {
    display: none !important;
  }
  .fs-body-product .item-article, .fs-body-product .pane-target__reveiw {
    padding-top: 3rem;
  }
  .page_sablo .gallery_list li:nth-child(odd) {
    margin-right: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .footer_info li:not(.footer_info_customer) {
    width: 25%;
  }
  .footer_info_customer {
    width: 25%;
    border-right: 1px solid #E1DDDB;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .cart-upper-cnt .fs-c-variationAndActions {
    height: calc(var(--pt-env-vh) * 100 - 9rem);
  }
}

#fs_ProductDetails .fs-c-productSalesPeriod {
  display: block !important;
}

/*recruit*/
.recruit {
  line-height: 1.5;
}
.recruit_ttl {
  font-size: calc(16 / 375 * 100vw);
  background-color: #E1DDDB;
  padding: calc(8 / 375 * 100vw) calc(12 / 375 * 100vw);
}
.recruit_lead {
  margin: calc(20 / 375 * 100vw) 0 0;
  font-size: calc(14 / 375 * 100vw);
}
.recruit_detail {
  margin: calc(20 / 375 * 100vw) 0 0;
  list-style: none;
  padding: 0;
}
.recruit_detail li {
  display: grid;
  grid-template-columns: calc(20 / 375 * 100vw) 1fr;
  column-gap: calc(15 / 375 * 100vw);
  font-size: calc(14 / 375 * 100vw);
}
.recruit_detail li span img {
  width: 100%;
}
.recruit_tag {
  margin: calc(20 / 375 * 100vw) 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(8 / 375 * 100vw);
}
.recruit_tag span {
  font-size: calc(12 / 375 * 100vw);
  background-color: #E1DDDB;
  padding: .1em .5em;
}
.recruit_comment {
  margin: calc(20 / 375 * 100vw) 0 0;
  font-size: calc(14 / 375 * 100vw);
}
.recruit_work {
  margin: calc(20 / 375 * 100vw) 0 0;
  padding: calc(20 / 375 * 100vw) 0 0;
  border-top: 1px solid #E1DDDB;
}
.recruit_work dt {
  font-size: calc(14 / 375 * 100vw);
  font-weight: bold;
}
.recruit_work dd {
  font-size: calc(14 / 375 * 100vw);
  margin: calc(10 / 375 * 100vw) 0 0;
  padding: 0;
}
.recruit_work dd + dt {
  margin-top: calc(20 / 375 * 100vw);
}
.recruit_sec {
  margin: calc(40 / 375 * 100vw) 0 0;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.recruit_sec a:not(.btn_bk) {
  text-decoration: underline;
  color: #452B22;
  text-underline-offset: .2em;
}
.recruit_sec th {
  font-size: calc(14 / 375 * 100vw);
  background-color: #E1DDDB;
  padding: calc(10 / 375 * 100vw) 0;
  width: 22%;
  vertical-align: top;
  border: 1px solid #B6ACA7;
}
.recruit_sec td {
  font-size: calc(14 / 375 * 100vw);
  padding: calc(10 / 375 * 100vw);
  border: 1px solid #B6ACA7;
}
.recruit iframe {
  display: block;
  margin-top: calc(15 / 375 * 100vw);
  max-width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
}
.list_dot {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_dot li {
  position: relative;
  padding-left: calc(15 / 375 * 100vw);
}
.list_dot li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.list_dot li + li {
  margin-top: calc(5 / 375 * 100vw);
}
.recruit_sec .btn_left {
  margin: calc(5 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
}
@media screen and (min-width: 768px) {
  .recruit {
    line-height: 1.6;
  }
  .recruit_ttl {
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
  }
  .recruit_lead {
    margin: 3rem 0 0;
    font-size: 1.6rem;
  }
  .recruit_detail {
    margin: 3rem 0 0;
  }
  .recruit_detail li {
    grid-template-columns:2rem 1fr;
    column-gap: 1.5rem;
    font-size: 1.6rem;
  }
  .recruit_tag {
    margin: 3rem 0 0;
    gap: 1rem;
  }
  .recruit_tag span {
    font-size: 1.3rem;
  }
  .recruit_comment {
    margin: 3rem 0 0;
    font-size: 1.4rem
  }
  .recruit_work {
    margin: 3rem 0 0;
    padding: 3rem 0 0;
  }
  .recruit_work dt {
    font-size: 1.6rem;
  }
  .recruit_work dd {
    font-size: 1.4rem;
    margin: 1rem 0 0;
  }
  .recruit_work dd + dt {
    margin-top: 3rem;
  }
  .recruit_sec {
    margin: 5rem 0 0;
  }
  .recruit_sec th {
    font-size: 1.4rem;
    padding: 1.5rem 0;
    width: 12rem;
  }
  .recruit_sec td {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
  .recruit iframe {
    margin-top: 2rem;
    aspect-ratio: 1 / .5;
  }
  .list_dot li {
    padding-left: 2rem;
  }
  .list_dot li + li {
    margin-top: .8rem;
  }
  .recruit_sec .btn_left {
    margin: .8rem 0 1.5rem;
  }
}