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

/* Custom Style Table of contents　------------------------------------------
01. Color set
02. Fonts settings
03. Basic settings
04. Header styles
05. Page styles
06. Sidebar styles
07. Footer styles
08. Module styles
09. Responsive
-------------------------------------------------------------------------- */

/* ======================================================================= */
/* 01. Color set
/* ======================================================================= */
.text-red {
  color: #bc1224;
}

/* ======================================================================= */
/* 02. Fonts settings
/* ======================================================================= */
html {
  font-family: 'Noto Sans JP',sans-serif;
  line-height: 1.5;
  font-size: 15px!important;
  font-weight: 400;
  -webkit-tap-highlight-color:#000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-tap-highlight-color:#000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Noto Sans JP',sans-serif;
  -webkit-tap-highlight-color:#000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}
p,ul,ol,dl,li {
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-tap-highlight-color:#000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,img {transition: .2s;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  line-height: 1.5;
}
h1, .h1 {
  font-size: 1.6rem;
}
h2, .h2 {
  font-size: 1.5rem;
}
h3, .h3 {
  font-size: 1.4rem;
}
h4, .h4 {
  font-size: 1.3rem;
}
h5, .h5 {
  font-size: 1.2rem;
}
h6, .h6 {
  font-size: 1.1rem;
}

/* ======================================================================= */
/* 03. Basic settings
/* ======================================================================= */
html {
  background: none #FFF;
  width: 100%;
  color: #000;
}
body {
  color: #000;
  border-top: none;
  background: #fff;
  background-size: auto 30px;
}
::selection {
  background: #000;
  color: #FFF;
}
::-moz-selection {
  background: #000;
  color: #FFF;
}
a {
  color: #541B00;
}
a:hover, a:active, a:link, a:visited {
  text-decoration: none;
  color: #541B00;
}
a:hover{
  color:#000;
}
a img {
  opacity: 1;
}
a:hover img {
  opacity: 0.8;
}
button:focus {
  outline:0;
}

#wrap, #makebanner {
  overflow-x: hidden;
}

.navbar {
  padding: 0;
}

/* 拡大ボタン用 */
.fs-c-productImageModal{
  z-index: 99999;
}
.fs-c-photoswipe.pswp{
  z-index: 99999;
}
.fs-c-photoswipe .pswp__ui--fit .pswp__top-bar{
  background-color: rgba(0, 0, 0, 1);
}

/* 円マーク表記 */
.fs-c-price__currencyMark{
  display: none;
}
.fs-c-price__value::after{
  content:"円";
}

/* カートボタン */
.fs-p-scrollingCartButton__icon{
  font-size:2rem;
}
.fs-p-scrollingCartButton__label{
  font-size:0.7rem;
}


/* システムアラート・パネル */
.fs-c-panelContainer{
  padding:0 8px;
}
.fs-body-forgotPassword .fs-c-panel--info{
  border:0;
  background:red;
  color:#fff;
  font-weight: bold;
  padding:15px;
  font-size:1.3rem;
  max-width:800px;
  margin:0 auto;
}
.fs-body-forgotPassword .fs-c-panel--info::before{
  color:#fff;
  top:8px;
  font-size:2.3em;
}



/* ======================================================================= */
/* 04. Header styles
/* ======================================================================= */

/* ヘッド用お知らせ
/* ----------------------------------------------------------------------- */
.head-info{
padding:10px;
}

/* Header
/* ----------------------------------------------------------------------- */
header{
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 999;
}
.header-top {
  display: none;
}

/* Header top
/* ----------------------------------------------------------------------- */
.header-top {
  padding: 0.75rem 0;
  background-color: #000;
}
.header-top .site-description p {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 0.75rem;
}
.header-top .project-name p {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 0.75rem;
}

/* Header middle
/* ----------------------------------------------------------------------- */
.header-middle {
  padding: 0.4rem 0;
  background-color: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-middle .container-fluid{
  padding:0 5px;
}
.header-middle a:hover {
  text-decoration: none;
}

#h_logo {
  margin-bottom: 0;
}
#h_logo a{
  display: block;
  padding:0;
}

.header-middle .logo img {
  height: 45px;
}

.header-middle .header-nav {
  position: relative;
  top: 0;
}
.header-middle .header-nav .cart-btn {
  display: none;
}

.header-middle .header-nav .sign {
  float: right;
}
.header-middle .header-nav .sign a {
  font-size: 0.9rem;
}
.header-nav li:first-child{
  margin:0;
}
.header-nav li li{
  font-size:13px; 
}



/* ドロワーメニュー */
.fs-p-drawer{
  transform: translateY(-101%);
  transition-duration: 0.2s;
  width:100%;
  z-index:999;
}

#DrawerMenuButton{
  display: block;
  text-align: center;
  padding:0;
  color:#541B00;
}
label[for="fs_p_ctrlDrawer"]{
  display: block;
  margin-bottom: 0!important;
} 
.fs-p-drawerButton__icon{
  font-size:1.2rem;
}
.fs-p-drawerButton__label{
  font-size:10px;
  font-weight: bold;
}
.fs-p-drawerButton__label::before{
  font-family: 'fs-icon' !important;
  content:"\e92c";
  font-size:25px;
  display: block;
}
.drowerMenuOpen .fs-p-drawerButton__label::before{
  content:"\e911";
}

.drowerMenuOpen .fs-p-drawerButton__icon{
  color:red;
}

/* dropdown */
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.dropdown-menu .dropdown-item {
  padding: 0;
  border-bottom: 1px dotted #DDD;
}
.dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu .dropdown-item a {
  display: block;
  padding: 0.75rem 1rem;
  font-weight: 700;
}
.dropdown-menu .dropdown-item a::before {
  margin-right: 0.25rem;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.header-nav #MakeShopTopSearchInput {
  width: 180px;
}

/* navbar */
.navbar-light .navbar-toggler {
  position: relative;
  display: block;
  padding: 0px;
  width: 24px;
  height: 30px;
  color: #010101;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.navbar-light .navbar-toggler-icon {
  position: absolute;
  display: block;
  width: 24px;
  height: 2.5px;
  background-image: none!important;
  background-color: #010101;
  transition: ease .5s;
}
.navbar-toggler-icon:nth-of-type(1) {top: 4px;}
.navbar-toggler-icon:nth-of-type(2) {top: 11px;}
.navbar-toggler-icon:nth-of-type(3) {top: 18px;}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top: 12px;
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top: 12px;
  transform: rotate(-45deg);
}
.navbar-toggler .txt {
  position: absolute;
  top: 26px;
  font-size: 6px;
  font-weight: 700;
}

/* navbarNavAltMarkup */

.header-nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 88888;
}
.header-nav-menu-in {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.header-nav-menu-in a{
  color:#000;
}

.header-nav-menu-head{
  display: table;
  width: 100%;
}
.header-nav-menu-head .hnv-regist{
  display: table-cell;
  width:80%;
}
.header-nav-menu-head .h-close-nav{
  display: table-cell;
  white-space: nowrap;
}
.hnv-regist .regist.my-true{
  display: none;
}
.hnv-regist .review.my-false{
  display: none;
}
.header-nav-menu-head .hnv-regist a{
  display: block;
}
.header-nav-menu-head .hnv-regist img{
  width:100%;
}

.h-close-nav{
  text-align: right;
  padding:15px 10px 5px 10px;
  font-size:11px;
  margin-bottom:5px;
}
.h-close-nav i{
  font-size:30px;
  display: block;
}

/* スマホ用メニューログイン部分 */
.sp-login-area{
  margin-bottom:10px;
}
.sp-login-area .nav{
  display: flex;
}
.sp-login-area .nav .nav-item {
  float: left;
  width: 50%;
}
.sp-login-area .nav .nav-item.mypage{
  width:70%;
}
.sp-login-area .nav .nav-item.logout{
  width: 30%;
}
.sp-login-area .sign a {
  display: block;
  padding: 1rem;
  text-align: center;
  color: #FFF;
  background-color: #7a441d;
  /*border: 2px solid #FFF;*/
  margin:2px;
  border-radius: 5px;
}
.sp-login-area .sign a:hover {
  color: #FFF;
  background-color: #222;
}
.sp-login-area .sign a span {
  font-size: 0.8rem;
}
.sp-login-area .sign a i{
  display: block;
  font-size:2rem;
}
.sp-login-area .sign .logout a {
  background:#999;
}

.sp-login-area .nav .nav-item.login{
  width:100%;
}
.sp-login-area .nav .nav-item.login a{
  background:#bc1224;
  margin:10px 0 0 0;
  border-radius: 5px;
}
.sp-login-area .sign .login a i{
  display: inline-block;
  font-size:20px;
  margin-right: 5px;
}
.sp-login-area .sign .login a span{
  font-size:20px;
}

#sp_head_cartButton{
  position:relative;
}

#sp_head_cartButton a{
  padding-top: 6px;
  margin-right: 15px;
}
#sp_head_loginButton{
  position:relative;
}

#sp_head_loginButton a{
  padding-top: 6px;
  margin-right: 15px;
}

.navbar .cart-btn {
  display: block;
  text-align: center;
  font-size: 10px;
}
.navbar .cart-btn span {
  font-weight: 600;
}
.navbar .cart-btn .icon {
  display: block;
  margin: 0 auto 2px;
  font-size: 25px;
}

.fs-client-cart-count{
  position: absolute;
  line-height: 1;
  top:-5px;
  right:3px;
  font-size:0.8rem;
  padding:5px 8px;
  border-radius: 20px;
  background: #E25B33;
  color: #fff;
}

.sp_head_member_entry.my-true{ /* ログイン時非表示 */
  display: none;
}


/* ドロワーメニュー・カテゴリメニュー　 */
.drawerMenu-cat-menu{
  list-style: none;
  margin:0;
  padding:0;
  display: flex;
  flex-wrap: wrap;
  border:solid #DDD;
  border-width: 1px 0 0 1px;
}
.drawerMenu-cat-menu li{
  width:33.3333%;
  border:solid #ddd;
  border-width: 0 1px 1px 0;
}
.drawerMenu-cat-menu li a{
  display: block;
  width:100%;
  height: 100%;
  text-align: center;
  font-size:0.75em;
  padding: 55px 0 8px 0;
  background: no-repeat center 8px;
  background-size:50px;
}

.drawerMenu-cat-menu li.item-tea a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-tea.png)}
.drawerMenu-cat-menu li.item-shirasu a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-shirasu.png)}
.drawerMenu-cat-menu li.item-unagi a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-unagi.png)}
.drawerMenu-cat-menu li.item-kinme a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-kinme.png)}
.drawerMenu-cat-menu li.item-tuna a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-tuna.png)}
.drawerMenu-cat-menu li.item-okowa a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-okowa.png)}
.drawerMenu-cat-menu li.item-himono a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-himono.png)}
.drawerMenu-cat-menu li.item-meat a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-meat.png)}
.drawerMenu-cat-menu li.item-fruits a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-fruits.png)}
.drawerMenu-cat-menu li.item-sweets a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-sweets.png)}
.drawerMenu-cat-menu li.item-ebi a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-ebi.png)}
.drawerMenu-cat-menu li.item-wasabi a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-wasabi.png)}
.drawerMenu-cat-menu li.item-wasabiduke a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-wasabiduke.png)}
.drawerMenu-cat-menu li.item-mother a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-mother.png)}
.drawerMenu-cat-menu li.item-chuca a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-chuca.png)}
.drawerMenu-cat-menu li.item-healthy a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-healthy.png)}
.drawerMenu-cat-menu li.item-suppon a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-suppon.png)}
.drawerMenu-cat-menu li.item-osechi a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-osechi.png)}
.drawerMenu-cat-menu li.item-katsuo a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-katsuo.png)}
.drawerMenu-cat-menu li.item-blueberry a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-blueberry.png)}
.drawerMenu-cat-menu li.item-kani a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-kani.png)}
.drawerMenu-cat-menu li.item-mikan a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-mikan.png)}
.drawerMenu-cat-menu li.item-melon a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-melon.png)}
.drawerMenu-cat-menu li.item-dryfigs a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-dryfigs.png)}
.drawerMenu-cat-menu li.item-restaurant a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-restaurant.png)}
.drawerMenu-cat-menu li.item-catalog a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-catalog.png)}

.drawerMenu-cat-menu li.item-shisen a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-shisen.png)}
.drawerMenu-cat-menu li.item-shanway a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-shanway.png)}
.drawerMenu-cat-menu li.item-afsa a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-afsa.png)}
.drawerMenu-cat-menu li.item-tercero a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-tercero.png)}
.drawerMenu-cat-menu li.item-hiromiya a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-hiromiya.png)}
.drawerMenu-cat-menu li.item-polipoli a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-polipoli.png)}
.drawerMenu-cat-menu li.item-theobroma a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-theobroma.png)}
.drawerMenu-cat-menu li.item-suzunari a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-suzunari.png)}
.drawerMenu-cat-menu li.item-takenoko a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-takenoko.png)}
.drawerMenu-cat-menu li.item-miyamoto a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-miyamoto.png)}
.drawerMenu-cat-menu li.item-lamba a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-lamba.png)}


.header-nav-menu .close-nav {
  width: 100%;
}
.header-nav-menu .close-nav .close-btn {
  color: #000;
  text-align: center;
  padding: 10px 20px;
  border:1px solid #000;
  border-radius: 40px;
  -webkit-border-radius: 40px;
}

.header-price-nav h4 {
  margin-bottom: 0;
  padding: 0.75rem;
  font-size: 1.1rem;
  text-align: center;
  background-image: url("https://sanchoku.itembox.design/item/assets/img/bg-pattern-01.png");
}
.header-price-nav ul {
  background-color: #FFF;
}

.header-price-nav .nav-item {
  border-bottom: 1px dotted #DDD;
}
.header-price-nav .nav-item:last-child {
  border-bottom: 1px solid #DDD;
}
.header-price-nav .nav-item .nav-link {
  padding: 0.75rem;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: transparent;
}
.header-price-nav .nav-item .nav-link::before {
  margin-right: 0.25rem;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}


.header-shop-nav .nav-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #DDD;
}
.header-shop-nav .nav-item:first-child {
  border-top: 1px solid #DDD;
}
.header-shop-nav .nav-item:last-child {
  border-bottom: 1px solid #DDD;
}
.header-shop-nav .nav-item .nav-link {
  position: relative;
  padding: 0.75rem;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: #FFF;
}
.header-shop-nav .nav-item .nav-link .icon {
  display: inline-block;
  color: #7a441d;
  width: 1.5rem;
  text-align: center;
}
.header-shop-nav .nav-item .nav-link::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: #666;
}



.header-shop-contact-btn a {
  display: block;
  padding: 1rem;
  color: #FFF;
  font-size: 1.1rem;
  background-color: #7a441d;
  border-radius: 5px;
}


.header-nav-menu .order-btn{
text-align:center;margin:2px 0 0 0;
}
.header-nav-menu .order-btn a{
display:block;font-size:13px;padding:7px;background:#000;color:#fff;
}


/* SP用ヘッダスライダーメニュー */
.swiper-sphead-catmenu{
  font-size:10px;
  text-align:center;
  margin:5px 0;
}
.swiper-sphead-catmenu img{
  display:block;
  width:80%;
  height:auto;
  margin:0 auto
}
.swiper-sphead-catmenu a{
  display: block;
  color:#000;
}

/* スライドショー */
.top_slideshow .slick-arrow{
}
.top_slideshow.fs-c-slick .slick-prev,
.top_slideshow.fs-c-slick .slick-next{
  width:20px;
  height:20px;
}
.top_slideshow.fs-c-slick .slick-prev:before,
.top_slideshow.fs-c-slick .slick-next:before{
  font-size:20px;
}

.top_slideshow .fs-pt-carousel__slide{
background:#000;
}
.top_slideshow .slick-slide{
transition:1s;
opacity:0.5;
}
.top_slideshow .slick-slide.slick-active{
opacity:1;
}


/* ======================================================================= */
/* 05. Page styles
/* ======================================================================= */

/* レイアウト */
#fs_Top .fs-l-main{
}

.fs-l-main{
  padding:20px 0 0 0;
  margin:0 auto 0 auto;
}
.fs-l-main-simple{
  margin:20px 0 80px 0;
}

.fs-c-documentArticle__content{
  padding:0;
}

/* Common
/* ----------------------------------------------------------------------- */
/* パンくず */
.fs-c-breadcrumb {
  max-width:930px;
  margin:0 auto;
  padding-bottom:5px;
}
.fs-c-breadcrumb ol {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #EEE;
}
.fs-c-breadcrumb ol:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  line-height:1.1;
}
.fs-c-breadcrumb ol li,
.fs-c-breadcrumb ol li a{
  font-size: 0.7rem;
}
.fs-c-breadcrumb ol li{
  display:inline;
}
.fs-c-breadcrumb ol li i{
  color:#999;
  padding:0 5px;
}

/**/
.fs-l-pageMain{
  margin: 0 auto 0 auto;
  width: 100%;
}


/* 書式
---------------------------- */
/* 見出し */
.fs-c-heading--page{
  color:#000;
  font-weight: bold;
  font-size:1.8rem;
  border-bottom:0;
}
.fs-c-documentArticle__heading{
  background:#333;
  color:#fff;
  font-weight: bold;
  font-size:1.3rem;
  text-align: left;
  padding:15px 10px;
}
.fs-c-documentColumn__heading{
  border:0;
  font-size:1.2rem;
  color:#000;
  font-weight: bold;
  background:#e6e6e6;
  padding:15px 10px;
}
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title{
  color:#000;
  font-size: 1.2rem;
}

.fs-p-announcement__title{
  color:#631D00;
  font-size:1.3rem;
  margin-bottom:15px;
}

/* リスト設定 */
.fs-c-list li::before{
  border-color:#631D00;
}

.fs-c-orderedList > li::before{
  color:#000;
}
.fs-c-orderedList > li .fs-c-orderedList{
  border-left-color: #333;
}

.fs-c-documentArticle ul{
  margin-bottom:1.5rem;
  padding-left: 28px;
}
.fs-c-documentArticle ol{
  margin-bottom:1.5rem;
  padding-left: 32px;
}

.fs-c-documentArticle ul li,
.fs-c-documentArticle ol li{
  font-size:1rem;
  line-height:1.7;
  margin-bottom:0.5rem;
}

/* ボタン */
button.fs-c-button--primary,
a.fs-c-button--primary,
a.fs-c-button--secondary,
button.fs-c-button--secondary{
  background:#7a441d;
  border:0;
  border-radius: 5px;
  color:#fff;
  font-size:1rem;
  padding:20px 0;
}
.fs-c-button--standard{
  border-radius: 5px;
  border:0;
  box-shadow: none;
}

.fs-c-button--standard:hover,
.fs-c-button--standard:visited,
.fs-c-button--standard:active{
padding:20px 10px;
}

/* 段落 */
.fs-l-pageMain p{
  line-height: 1.7;
  margin-bottom: 1.5rem;
}


/* トップページ
/* ----------------------------------------------------------------------- */

.top_block{
/*
  border:#E3D6D1 solid 1px;
  background:#fff;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2);
  border-radius: 20px;
  padding:15px;
*/
  margin:0 5px 40px 5px;
}

.toppage_area .top_midashi{
  text-align:center;
}
.toppage_area .top_midashi img{
  width:350px;
}

/* トップピックアップ */
.top_pickup_list{
  list-style: none;
  padding:0;
  margin:0;
  display: flex;
  flex-wrap: wrap;
}
.top_pickup_list li{
  width:50%;
  padding:2%;
}
.top_pickup_list li a{
  color:#000;
  display: block;
}
.top_pickup_list li img{
  display: block;
  margin-bottom: 10px;
  width:100%;
  height: auto;
}
.top_pickup_list li h3{
  font-size:1rem;
  line-height: 1.4;
  color:#631D00;
}
.top_pickup_list li p{
  font-size:0.8rem;
  line-height: 1.4;
  margin:0;
  padding:0;
}

/* トップランキング */
.top_ranking{
  margin-bottom: 40px;
}
.top_ranking_box{
  overflow-x: auto;
  margin:0 5px;
}
.top_ranking_list{
  list-style: none;
  margin:0;
  padding:15px 5px;
  display: flex;
  width:800px;
}

.top_ranking_list li{
  position: relative;
  border:#E3D6D1 solid 1px;
  background:#fff;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2);
  border-radius: 10px;
  margin-right: 10px;
flex: 1;
}
.top_ranking_list li:last-child{
  margin-right: 0;
}
.top_ranking_list li a{
  display: block;
padding-bottom:40px;
}
.top_ranking_list li .rank_img{
  padding:8px;
}
.top_ranking_list li img{
  display: block;
  width:100%;
}
.top_ranking_list li h3.rank_name{
  font-size:0.9rem;
  line-height: 1.3;
  padding:0 8px;
}
.top_ranking_list li p.rank_price{
  font-size:0.9rem;
  line-height: 1.3;
  margin:0;
  padding:0;
  color:#950000;
  padding:0 8px;
}
.top_ranking_list li .rank_btn{
  background:#6A4F36 url(../img_gs2304/icon_arrow01.png) no-repeat 20px center;
  color:#fff;
  font-size:0.8rem;
  text-align: center;
  margin-top:10px;
  padding:5px;
  border-radius: 0 0 10px 10px;
position:absolute;
bottom:0;
width:100%;
}
.top_ranking_list li .rank_num{
  position: absolute;
  top:-5px;
  left:-5px;
  height:30px;
  width:30px;
  display: block;
  font-size:12px;
  background:#AC7C6A;
  color:#fff;
  border-radius: 30px;
  text-align: center;
  padding:8px;
  line-height: 1;
  z-index: 99;
  border:1px solid #fff;
}
.top_ranking_list li .rank_num.n1{background-color: #B69F00;}
.top_ranking_list li .rank_num.n2{background-color: #90A4A7;}

/* 特集（ブログ） */
.blog_btn{
  text-align: right;
  padding:0 0 10px 0;
}
.blog_btn a{
  display: inline-block;
  font-weight: bold;
  padding:10px 25px 10px 15px;
  background:url(../img_gs2304/top_btn_blog.png) no-repeat right bottom;
}

/* キャンペーン */
.fs-l-pageMain .campaign_area{}

.fs-l-pageMain .campaign_area .camp_ttl {
  background:#eee;
  padding:15px;
  font-size:1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.fs-l-pageMain .campaign_area .camp_list{
  list-style: none;
  margin:0;
  padding:0;
  display: flex;
}
.fs-l-pageMain .campaign_area .camp_list li{
  width:50%;
  margin:0 0 15px 0;
  padding:1%;
  font-size:0.8rem;
}



/* メッセージボード */
.fs-p-messageBoard{
  margin:0 10px 2rem 10px;
}


/* トップバナーエリア */
.top-banner li{
  padding:0 8px;
}





/* 商品ページ
/* ----------------------------------------------------------------------- */
.product_item_comment1,
.product_item_comment2{
  margin-bottom:30px;
  padding:0 10px;
}
.product_item_comment1 td,
.product_item_comment2 td{
  padding:0;
}

/* その他のセット商品 */
.other_set_link{
list-style:none;
margin:0;
padding:0;
display:flex;
flex-wrap:wrap
}
.other_set_link li{
width:50%;
padding:5px;
}


/* SP用カートまわり余白 */
.item-info,
.fs-c-productReview,
.fs-p-snsArea{
  padding:0 10px;
}

/* サムネイル */
.fs-c-productCarouselMainImage__thumbnailList > li{
  flex-basis:60px;
  margin:0 3px 0 3px;
}

/* 商品詳細 
.item-wrap {
  padding: 0 10px;
}
.item-detail {
  float: none;
  width: 100%;
  max-width: 800px;
}
.item-detail img {
  max-width: 100%;
  height: auto;
}

.item-detail {
  margin-bottom: 30px;
}
*/

/* 商品詳細テーブル */
.product_item_table {
  display: table !important;
  margin: 0 auto 1.5rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #DDD;
}
.product_item_table tbody {
  display: table-row-group !important;
}
.product_item_table tbody tr {
  display: table-row !important;
  background-color: #FFF;
}
.product_item_table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.product_item_table tbody th {
  color: #101010;
  text-align: center;
  white-space: nowrap;
  background-color: #f0f0f0;
}
.product_item_table tbody td {
  text-align: left;
}

.product_item_table tbody th,
.product_item_table tbody td{
  display: block !important;
  width: 100%;
  padding:7px;
  font-size:0.9rem;
}

/* カートボタン */
.item-cart .fs-c-buttonContainer{
  padding:15px 0;
}
.item-cart .fs-c-button--addToCart--detail.fs-c-button--primary,
.item-cart .fs-c-button--addToCart--variation.fs-c-button--primary{
  background:#bc1224;
  border:0;
  border-radius:5px;
  width:100%;
}
.item-cart .fs-c-button--addToCart--detail.fs-c-button--primary{
  padding:20px 10px;
}
.item-cart .fs-c-button--addToCart--variation.fs-c-button--primary{
  padding:10px;
}
/* カートボタン（用途） */
.item-cart .fs-c-variationAndActions{
  padding:15px 0;
}
.item-cart .fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage{
  padding:0;
  width:100%;
  max-width:385px;
}
.item-cart .fs-c-button--addToCart--detail.fs-c-button--primary::before,
.item-cart .fs-c-button--addToCart--variation.fs-c-button--primary::before {
  margin-right: 0.25rem;
  content: "\e91f";
  color: #FFF;
  font-family: 'fs-icon' !important;
}
.item-cart .fs-c-variationCart--withImage > li{
  grid-template-columns:0 1fr 2.5em 2fr;
  border-bottom:1px dotted #ccc;
  padding:5px 0;
  margin:0;
}
.item-cart .fs-c-variationCart--withImage > li + li {
  margin-top: 0px;
}
.item-cart .fs-c-variationCart__variationName{
  font-weight: bold;
}


.item-info{
  margin-bottom:40px;
}
.item-info .fs-c-productNameHeading {
  margin: 0 0 0.7rem 0;
  font-size: 1.2rem;
}
.item-info .fs-c-productNameHeading .fs-c-productNameHeading__copy{
  display:block;
}
.fs-c-productNumber{
  font-size:0.8rem;
  padding:3px;
  margin-bottom:0.5rem;
  border:#999 1px solid;
  color:#999;
}
.fs-c-productMarks{
  margin-bottom:0.7rem;
}
.fs-c-productPrice.fs-c-productPrice--listed,
.fs-c-productPrice__addon{
  font-size:1rem;
}

.item-info .fs-c-productPrice__main__label,
.item-info .span.fs-c-productPrice__addon,
.fs-c-productPrice .fs-c-productPrice__main .fs-c-productPrice .fs-c-price__value,
.item-info .fs-c-productPrice__addon{
  font-size:1rem;
}

.member_login_link{
  margin:0 0 20px 0;
}
a.fs-c-productMembersLoginLink{
  display: inline-block;
  background:#FCF485;
  color:#000;
  padding:10px;
  border-radius: 5px;
}

a.fs-c-productMembersLoginLink::before{
margin-right: 0.25rem;
content: "\f152";
color: #BC1224;
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900; 
}

.item-info .fs-c-productSelection__label{
  font-size: 1rem;
}
.item-info .fs-c-productSelection__selection{
  margin-bottom: 8px;
}



.fs-c-quantity {
  display: block;
  white-space: nowrap;
}
.fs-c-productQuantityAndWishlist__quantity:before{
  content:"数量：";
  font-size:0.8rem;
}

/* お気に入りボタン */
.fs-c-button--particular{
  color:#BC1224;
  border:0;
  box-shadow:none;
  background:#fff;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail{
  font-size:0.8rem;
  padding:0;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after{
  font-size:2rem;
  margin-left:3px;
  color:#999;
}

.fs-c-button--addToWishList--icon.fs-c-button--particular{
  color:#999;
}
.fs-c-button--removeFromWishList--icon.fs-c-button--particular,
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
  color:#BC1224;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
  font-size:2rem;
  margin-left:3px;
}


/* ポイント進呈 */
.fs-c-productPointDisplay{
  background:none;
  color:red;
  font-size:1rem;
  padding:0;
}

/* 価格部分 */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
  color:red;
  font-weight: bold;
}


/* 商品グループ、検索結果
/* ----------------------------------------------------------------------- */

/* カテゴリリンク */
fs-c-subgroupList{
padding:10px;
}
.fs-c-subgroupList__item{
flex-basis: auto;
padding:5px;
}
.fs-c-subgroupList__item a{
border-radius:5px;
border:1px solid #ccc;
}
.fs-c-subgroupList__link::after{
grid-column:1;
}


/* 並び替えボタン */
.fs-c-productList__controller{
  padding:0 10px;
}

.fs-c-sortItems{
  border:0;
}
.fs-c-sortItems{
  font-size:0.8rem;
}
.fs-c-sortItems__label{
  padding:0;
}
.fs-c-sortItems__label::after{
  content:"：";
}

.fs-c-sortItems__list{
  border:0;
}
.fs-c-sortItems__list li{
  font-size:0.8rem;
  line-height:1;
}
.fs-c-sortItems__list li a{
  display: inline-block;
  padding: 0.5rem;
  background-color: #f6f6f6;
}
.fs-c-sortItems__list li a:hover{
  text-decoration: none;
  color: #FFF !important;
  background-color: #bc1224;
}
.fs-c-sortItems__list__item{
  margin-left:0.25rem;
}
.fs-c-sortItems__list__item.is-active{
  display: inline-block;
  padding: 0.5rem;
  text-decoration: none;
  color: #FFF !important;
  background-color: #bc1224;
}

.fs-c-sortItems__list__item__label{
  padding:0;
  display: inline;
}

/* 商品一覧部分 */
.fs-c-productListItem__image__image{
  width:100%;
}

/* 拡大ボタン */
.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer{
  display: none;
}

/* 商品アイテム部 */
.fs-c-productListItem__productName{
  font-size:1rem;
}
.fs-c-productListItem__productName a{
  color:#000;
}
.fs-c-productPrice__main__label{
  font-size:0.8rem;
}

.fs-c-productMark__mark{
  font-size:0.75rem;
}

.fs-c-productListItem__prices.fs-c-productPrices{
  margin-bottom: 5px;
}
/*
.fs-c-productPrice .fs-c-price__value{
  font-size:0.8rem;
}
*/
.fs-c-productPrice--selling .fs-c-price__value{
  font-size:1.9rem;
}
.fs-c-price__value::after{
/*  font-size:0.8rem;*/
}

.fs-c-productList__list .fs-c-productPrice--selling .fs-c-price__value,
.fs-c-wishlistProduct .fs-c-productPrice--selling .fs-c-price__value,
.fs-c-productList__list .fs-c-productPrice--member .fs-c-price__value,
.fs-c-wishlistProduct .fs-c-productPrice--member .fs-c-price__value,
.fs-c-productList__list .fs-c-productPrice.fs-c-productPrice--member .fs-c-price__value{
  font-size:1.2rem;
}


.fs-c-productPrice__addon{
  font-size:0.8rem;
}

/*
.fs-c-productList__list .fs-c-productMarks,
.fs-c-wishlistProduct .fs-c-productMarks{
display:none;
}
*/

.fs-c-productPrice.fs-c-productPrice--member .fs-c-price__value{
  font-size:1.9rem;
}

.fs-c-productListItem__control{
  display: block;
  padding:0;
}

.fs-c-button--addToCart--list.fs-c-button--plain,
.fs-c-button--viewProductDetail.fs-c-button--plain{
  background:#631D00;
  border:0;
  border-radius:5px;
  width:100%;
  padding:10px 3px;
  font-size:0.8rem;
  color:#fff;
  text-align: center;
  margin-bottom:5px;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before{
  color:#bc1224;
  font-size: 1.5rem;
}

.fs-c-button--addToWishList--icon.fs-c-button--particular::before{
  font-size:1.5rem;
}

.fs-c-productListItem__outOfStock{
  border:1px solid #999;
  font-size:1rem;
  color:#999;
  padding:5px;
  margin:10px 0 15px 0;
}

.fs-c-productMark__item{
  margin-bottom: 2px;
}

/* レビューパーツ */
 .fs-c-aggregateRating__rating.fs-c-rating{
  font-size:1rem;
}
.fs-c-aggregateRating__rating::before{
  display: none;
}
.fs-c-reviewer__profile {
    font-size: 15px;
}


/* 商品カテゴリ
/* ----------------------------------------------------------------------- */
/* カテゴリ自由入力：独自コメント */
.category-comment .cat-headimage{
	margin:0 0 30px 0;
}
.category-comment .cat-headimage img{
	width:100%;
}
.category-comment h1{
  text-align: center;
  margin:0 0 20px 0;
  font-size:2.0rem;
  font-weight: bold;
}
.category-comment p{
font-size:1rem;
line-height:1.7;
margin-bottom:40px;
padding:0 10px;
}
/*
.category-comment p br{
  display: none;
}
*/




/* レビュー関連
/* ----------------------------------------------------------------------- */
.fs-c-productReviewed__name a{
  color:#000;
  font-size:1.1rem;
  font-weight:bold;
}
.fs-body-reviews-product .fs-c-heading--page{
  padding-bottom:0;
}

.about-reviewpoints h2{
  font-size:1.2rem;
}
.about-reviewpoints{
  background:#FFF1D8;
  border:0;
}
.fs-c-reviewer__profile__status{
  display: none;
}
.fs-c-reviewInfo__date{
  font-size:0.95rem;
}
.fs-c-reviewBody{
  border:0;
  padding:0;
}


/* レビュー投稿画面
/* ----------------------------------------------------------------------- */
.fs-body-review-write .fs-l-pageMain{
  padding:0 8px;
}
.fs-body-review-write .fs-c-heading--page{
  font-size:1.4rem;
  line-height: 1.5;
}

.fs-body-review-write .fs-c-inputTable--child{
  padding:0;
}


/* ログイン画面
/* ----------------------------------------------------------------------- */
.fs-c-loginForm{
  padding:0 8px;
}
.fs-c-loginForm p{
  padding:0;
}
.fs-c-loginForm .fs-c-inputInformation__field .fs-c-inputTable__label{
  font-weight: normal;
  font-size:1rem;
}
.fs-c-loginForm .fs-c-inputInformation__field .fs-c-inputTable__label .fs-c-requiredMark{
  display: none;
}
.fs-c-loginForm .fs-c-subSection__title,
.fs-c-linkedServiceLogin__title{
  text-align: center;
  font-size:1.2rem;
  padding-bottom:10px;
  line-height: 1.3;
}

.change-password-area{
  margin-bottom:60px;
}
.change-password-area .fs-c-subSection__title{
  color:#BC1224;
}

.fs-body-wishlist-login .fs-c-fsLogin.fs-c-inputInformation{
  margin-bottom: 70px;;
}


/* ショッピングカート画面
/* ----------------------------------------------------------------------- */
.fs-body-checkout-amazon .fs-l-main-simple,
.fs-body-checkout-amazon .fs-l-main{
  padding:0 8px;
}

.fs-l-cart{
  padding:0 8px;
}
.fs-c-cartTable__product > .fs-c-cartTable__productImage{
  padding:0;
}
#fs-cartContent-container .fs-c-cartTable__productName__name a{
  color:#000;
}

#fs-cartContent-container .fs-c-cartTable__actionButton__container > button{
  font-size:0.85rem;
  background:#333;
  color:#fff;
  border-radius: 3px;
  padding:5px;
}
.fs-c-cartTable__actionButton__container{
  white-space: nowrap;
}

.fs-c-cartTable .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price .fs-c-price__value{
  color:#000;
  font-weight: normal;
  font-size:1rem;
}

.fs-c-cartTable .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--subtotal .fs-c-price__value{
  font-size:1rem;
  font-weight: bold;
}
.fs-c-cartTable .fs-c-listedProductName{
  font-size:0.85rem;
}
.fs-c-cartTable .fs-c-cartTable__product{
  grid-template-columns: 100px 1fr;
}
.fs-c-listedProductName__variation, .fs-c-listedProductName__selection{
  font-size:0.85rem;
}
tr.fs-c-orderTotalTable__itemPriceSummary.fs-c-orderTotalTable__mainRow .fs-c-price__value{
  font-size:1.2rem;
  color:red;
}


/* ご注文手続きエリア */
.fs-body-checkout-multi .fs-l-pageMain,
.fs-body-checkout-multiAddress .fs-l-pageMain,
.fs-body-checkout-multiAddress-products .fs-l-pageMain,
.fs-body-checkout-multiAddress-options .fs-l-pageMain{
  padding:0 8px;
}
.fs-l-checkout__mainColumn .fs-c-button--standard{
  border:0;
  background:#666;
  color: #fff;
  padding:10px 15px;
  font-size:1.1rem;
}
.fs-l-checkout__mainColumn .fs-c-checkout-multiDestination__title{
  background:#333;
}

.fs-l-checkout__mainColumn .fs-c-cartTable__dataCell--subtotal{
  white-space: nowrap;
}

.fs-c-checkout-previewAndEdit__info{
border:none;
}

/* 注文完了画面 */
.fs-c-checkoutSuccess__code{
font-weight:bold;
color:#BC1224;
}

/* お届け先一覧 */


/* お気に入りリスト（ログイン状態のみ表示） */
.fs-c-wishlistProduct{
  margin:60px 0;
  width:99%;
}

/* アマゾンペイamazonpay注意書き（未ログイン状態のみ表示） */
.amazonpay_notice{
background:#FFEDED;
padding:5px;
}
.amazonpay_notice .ttl{
color:#fff;
text-align:center;
margin-bottom:5px;
background:#B70000;
font-size:20px;
}
.amazonpay_notice .txt{
margin-bottom:0px;
font-size:17px;
text-align:center;
}

/* マイページ
/* ----------------------------------------------------------------------- */
.fs-body-my-top .fs-l-pageMain,
.fs-body-my-wishlist .fs-l-pageMain,
.fs-body-my-orders .fs-l-pageMain,
.fs-body-my-points .fs-l-pageMain,
.fs-body-my-reviews .fs-l-pageMain,
.fs-body-my-addressbook .fs-l-pageMain,
.fs-body-my-addressbook-new .fs-l-pageMain,
.fs-body-my-account-password .fs-l-pageMain,
.fs-body-my-account-settings .fs-l-pageMain,
.fs-body-my-account-settings-edit .fs-l-pageMain,
.fs-body-my-account-delete .fs-l-pageMain,
.fs-body-my-coupons .fs-l-pageMain,
.fs-body-checkout-success .fs-l-pageMain,
.fs-body-my-linkedAccounts .fs-l-pageMain,
.fs-body-line-connect .fs-l-pageMain,
.fs-body-my-orders-details .fs-l-pageMain{
  padding:0 8px;
}
.fs-body-my-points .fs-c-history__info{
  padding:0;
}

.fs-c-wishlistProduct__title{
  color:#000;
  font-size:1.2rem;
  border-bottom:1px solid #000;
  margin-bottom: 15px;
}

.fs-c-productListCarousel__ctrl{
  overflow: hidden;
}

.fs-c-button--carousel{
}

/*
.fs-p-accountInfo__accountName{
  margin:0 auto 20px auto;
}
*/
span.fs-p-accountInfo__accountName__name{
  font-weight: bold;
}
.fs-p-accountInfo__point__point__available__number{
  color:#B70000;
}

.fs-c-accountService{
  width:98%;
  margin:0 auto 30px auto;
  justify-content:space-between;

}
.fs-c-accountService__page{
  flex-basis: auto;
  width:32%;
  height:110px;
  margin:0 0 8px 0;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink{
  background:#631D00;
  color:#fff;
  border:0;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink:hover{
  opacity: 0.8;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label{
  font-size:0.8rem;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before{
  color: #fff;
}
.fs-c-accountService__page--accountDelete{
  align-items: flex-end;
}

.review_ex_text{
  margin:20px 0 0 0;
  background:#FDFDD7;
  padding:10px;
}
.fs-l-pageMain .review_ex_text p{
  margin-bottom: 0;
}

.fs-c-buttonContainer--deleteChange > [class^=fs-c-button]{
  font-size:1rem;
}

.fs-c-pointSummary [class$="--availablePoint"],
.fs-c-pointSummary [class$="--limitedPoint"]{
  background:none;
}
.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number{
  color:#B70000;
}

.fs-c-listTable > tbody > tr td::before,
.fs-c-pointListTable__dataDetail{
  font-size:1rem;
}

.fs-c-heading--section{
  color:#000;
}
.fs-c-orderPerAddressee__heading{
  background:#999;
}


/* 買い物かご
/* ----------------------------------------------------------------------- */

/* パスワード再設定画面
/* ----------------------------------------------------------------------- */
.fs-body-forgotPassword .fs-l-main-simple{
  padding:0 8px;
}

/* ご利用ガイド
/* ----------------------------------------------------------------------- */
.orderflow_btn a{
  display:inline-block;
  font-weight:bold;
  font-size:20px;
  padding:10px;
  border-radius:5px;
  color:#fff;
  background:#C20101;
}
.orderflow_btn a:hover{
  opacity: 0.8;
}

/* 会員登録・会員案内
/* ----------------------------------------------------------------------- */
.fs-c-inputInformation__field{
  padding:0 8px;
}
.fs-c-requiredMark{
  color:red;
  width:auto;
  height:auto;
  text-indent:0;
  overflow:inherit;
  font-size:0.8rem;
}
.fs-c-requiredMark::before{
  display: inline;
}

.fs-c-inputInformation__field .fs-c-inputTable__label{
  font-size:1.1rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

/* フォーム部分 */
body#fs_Register .fs-c-inputTable > tbody > tr + tr,
body#fs_CustomerDetails .fs-c-inputTable > tbody > tr + tr {
  margin-top: 30px;
}
body#fs_Register .fs-c-inputTable__headerCell,
body#fs_CustomerDetails .fs-c-inputTable__headerCell{
font-size: 14px;
font-weight: bold;
}

body#fs_Register .fs-c-inputField__explanation,
body#fs_CustomerDetails .fs-c-inputField__explanation {
  padding: 10px;
  line-height: 1.3;
  background: #CBE589;
  margin-top: 15px;
  font-size: 13px;
  position: relative;
}
body#fs_Register .fs-c-inputField__explanation::before,
body#fs_CustomerDetails .fs-c-inputField__explanation::before {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #CBE589;
  border-left: 10px solid transparent;
  position: absolute;
  top: -9px;
  left: 20px;
}

body#fs_Register input[type="text"],
body#fs_Register input[type="tel"],
body#fs_Register input[type="password"],
body#fs_CustomerDetails input[type="text"],
body#fs_CustomerDetails input[type="tel"],
body#fs_CustomerDetails input[type="password"]{
  padding: 5px;
  font-size: 16px;
}

body#fs_Register select,
body#fs_Register .fs-c-radio__radioLabelText, 
body#fs_Register .fs-c-checkbox__labelText,
body#fs_CustomerDetails select,
body#fs_CustomerDetails .fs-c-radio__radioLabelText, 
body#fs_CustomerDetails .fs-c-checkbox__labelText {
  font-size: 14px;
}

.fs-c-agreementConfirmation__message{
background:#CBE589;
}

/* このショップについて
/* ----------------------------------------------------------------------- */
#companyPage p{
  margin-bottom: 2.5rem;
}

/* お問い合わせ
/* ----------------------------------------------------------------------- */
.contact-not{
  margin-top:30px;
  border:1px solid red;
  padding:10px;
  background:#FFEDED;
}
.contact-not strong{
  color:red;
}
.fs-l-pageMain .contact-not p{
  margin-bottom: 0;
}



/* サイトマップ
/* ----------------------------------------------------------------------- */
.sitemap_area {
  margin-bottom: 3rem;
}

.sitemap_area .nav-item {
  text-align: left;
  border-bottom: 1px dotted #EEE;
}
.sitemap_area .nav-item .nav-link {
  color: #000;
  text-align: left;
}
.sitemap_area .nav-item .nav-link:hover {
  color: #bc1224;
}
.sitemap_area ul ul {
  padding-left: 1.5rem;
}
.sitemap_area ul ul .nav-item:last-child {
  border-bottom: none;
} 
.sitemap_area .nav-item .nav-link::before {
  margin-right: 0.25rem;
  content: "\f152";
  color: #BC1224;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900; 
}
.sitemap_area ul ul .nav-item .nav-link::before {
  margin-right: 0.25rem;
  content: "\f152";
  color: #BC1224;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400; 
}
.sitemap_area ul ul ul .nav-item .nav-link::before {
  margin-right: 0.25rem;
  content: "\f0da";
  color: #BC1224;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900; 
}
.sitemap_area .non-link {
  display: block;
  margin-top: 0.75rem;
  padding-left: 1.5rem;
}


/* お買い物の流れ
/* ----------------------------------------------------------------------- */
#beginner {
  padding:0 8px;
}
#beginner .step_ttl{
padding: 0 10px 0 0;
font-size: 1.2rem;
font-weight: bold;
margin:50px 0 10px 0;
background:#333;
color:#fff;
display: flex;
align-items: center;
}
#beginner .step_ttl span{
  display: block;
}
#beginner .step_ttl span.num{
  background:#B70000;
  color:#fff;
  font-weight:bold;
  padding:15px 0;
  margin-right:5px;
  text-align: center;
  width:40px;
  height:100%;
}
#beginner .step_ttl span.txt{
  line-height: 1.2;
  padding:5px 0;
}

#beginner .step_flow{
  padding:0;
}
#beginner .step_flow dt{
  margin-bottom:10px;
  font-size:1rem;
  background:#e6e6e6;
  padding:10px;
}
#beginner .step_flow dd{
  margin-bottom:20px;
  font-size:1rem;
}

#beginner .step_flow dd ol {
  list-style: none;
  padding:0;

}
#beginner .step_flow dd ol li{
  font-size:1rem;
  margin-bottom:10px;
}
#beginner .step_flow dd ol li strong{
  color:#B70000;
}

#beginner .notice_box{
  border:1px solid #B70000;
  color:#B70000;
  padding:8px;
  font-size:1rem;
  margin-bottom:50px;
}
.flow_list{
  list-style: none;
  margin:0;
  padding:0;
}
.flow_list li{
  font-size:1.1rem;
  margin-bottom: 0.3em;
  
}
.flow_list li a{
  color:#B70000;
  font-weight:bold;
}
.flow_list li a:hover{
  color:#000;
  text-decoration: underline;
}

#beginner .order_ss{margin-bottom:20px;}
#beginner .order_ss img{max-width:100%;}
#beginner .order_ss.sp{display:none;}
#beginner .order_ss.pc{display:block;}

/* カテゴリーエリア
/* ----------------------------------------------------------------------- */
.fs-body-category .category_area {
  padding:0 8px;
}


/* ======================================================================= */
/* 06. Sidebar styles
/* ======================================================================= */
.sidebar{
  padding:10px;
}

.sidebar .side_bn{
  list-style: none;
  padding:0;
  margin:0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar .side_bn li{
  width:50%;
  margin-bottom: 10px;
}
/*
.sidebar .side_bn li:nth-child(even){
  padding-left:3px;
}
.sidebar .side_bn li:nth-child(odd){
  padding-right:3px;
}
*/
.sidebar .side_bn li img{
  width:100%;
}

/* カレンダー */

.calendar_block p{
  font-size:0.8rem;
  padding:0;
}
.calendar_block .side_ttl.calendar{
  background:#000;
  color:#fff;
  font-size:1rem;
  font-weight: bold;
  text-align: center;
  padding:2px 0;
}

#fs_Register .calendar_block .side_ttl.calendar,
#fs_EditPassword .calendar_block .side_ttl.calendar,
#fs_MyAddressBook .calendar_block .side_ttl.calendar,
#fs_NewAddress .calendar_block .side_ttl.calendar,
#fs_MyAccountSettings .calendar_block .side_ttl.calendar,
#fs_EditAccountSettings .calendar_block .side_ttl.calendar,
#fs_DeleteAccount .calendar_block .side_ttl.calendar{
  display: none;
}

/* ======================================================================= */
/* 07. Footer styles
/* ======================================================================= */

/* SP用お知らせバナー */
ul.footer_notice_bn{
margin:20px 0 0 0;
padding:10px;
display:table;
}
ul.footer_notice_bn li{
list-style:none;
padding:5px;
margin:0;
width:50%;
float:left;
}

/* SP用SNS */
.footer_sns_ttl{
  text-align:center;
}
ul.footer_sns_bn{
  display: block;
  margin: 0 0 2.5rem 0;
  display: flex;
  padding:0;
}
ul.footer_sns_bn li{
  width:50%;
  list-style: none;
  margin:0;
  padding:0;
}
ul.footer_sns_bn li img{
  width:100%;
}

/* SP用キャンペーンエリア */
.footer_camp .camp_ttl {
    background: url(https://sanchoku.itembox.design/item/assets/img_gs2304/side_ttl_campaign.png) no-repeat bottom center;
    text-indent: -9999px;
    background-size: contain;
    height: 48px;
}
.footer_camp ul.camp_list li {
    padding: 5px;
    width: 50%;
    font-size: 12px;
}
.footer_camp ul.camp_list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}


/* SP用フッターご利用ガイド
-------------------------------------- */
#sp_footer_guide {
  width:100%;
  padding-top:30px;
}

#sp_footer_guide .sfg_ttl{
  text-align:center;
  font-weight:bold;
  background:#7a441d;
  padding:5px;
  color:#fff;
}

#sp_footer_guide dl{
  margin:0;
}
#sp_footer_guide dt{
  padding:0;
  margin:0;
}
#sp_footer_guide button{
  border:0;
  padding:8px;
  width:100%;
  text-align: center;
  background:#fff4e5;
  color:#7a441d;
  font-size:1rem;
  margin:0;
  border-bottom:1px solid #7a441d;
}
#sp_footer_guide dd{
  padding:0;
  margin:0;
}
#sp_footer_guide dd p{
  font-size:0.9rem;
  line-height:1.6;
  padding:10px;
}
#sp_footer_guide .sfg_btn{
  display:inline-block;
  padding:3px;
  border:1px solid #541B00;
  font-weight:bold;
  border-radius:5px;
  font-size:0.8rem;
  margin-top:3px;
}


.footer-cat-nav a,
.footer-price-nav a{
  color:#000;
}


/* Footer
/* ----------------------------------------------------------------------- */
#footer {
  margin-top: 0;
  background:#EFECE4 url(../img_gs2304/footer_bg.png) top right repeat-x;
  padding-top:70px;
}

#footer .footer-guide-bn{
  padding:0 20px;
  display: table;
  width: 100%;
  margin:0 0 2rem 0;
}
#footer .footer-guide-bn .calendar{
  margin-bottom: 2rem;
}
#footer .footer-guide-bn .calendar .calendar_inner{
}
#footer .footer-guide-bn .calendar iframe{
  display: block;
  width: 300px;
  height:265px;
  margin:0 auto;
}
#footer .footer-guide-bn .calendar .calendar_ttl{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size:1rem;
}
#footer .footer-guide-bn .calendar .calendar_text{
  display: block;
  font-size:0.8rem;
  line-height: 1.3;
  text-align: center;
}

#footer .footer-guide-bn .footer_bn{
  width:52%;
  float:left;
}
#footer .footer-guide-bn .footer_youtube{
  width:46.5%;
  float:right;
  padding-left: 1.5%;
}

#footer .footer-guide-bn .footer_bn ul{
  list-style: none;
  margin:0;
  padding:0;
}
#footer .footer-guide-bn .footer_bn ul li{
  margin-bottom: 5%;
}
#footer .footer-guide-bn .footer_bn ul li:last-child{
  margin-bottom: 0;
}
#footer .footer-guide-bn img{
  width: 100%;
}

.footer_inner {
  background:#EFECE4 url(../img_gs2304/footer_bg2.png) center bottom no-repeat;
  background-size:contain;
}

.footer-nav .footer-shop-info img{
  display: block;
  width:200px;
  margin:0 auto 10px auto;
}
.footer-nav .footer-shop-info p{
  font-size:0.9rem;
  text-align: center;
  margin-bottom: 2rem;
}


.footer-main-nav{
  padding-bottom: 0.5em;
}
.footer-main-nav ul{
  justify-content: center;
}
.footer-main-nav ul li{
  font-size: 0.9rem;
  padding:5px;
  margin:0 15px 0 0;
}
.footer-main-nav ul li a{
  display: block;
  color:#000;
  background:url(../img_gs2304/icon_arrow03.png) no-repeat 0 center;
  padding:0 0 0 10px;
}



/* footer nav フッターメニュー
/* ----------------------------------------------------------------------- */

/* カテゴリメニュー */
footer{
  clear:both;
}
.footer-cat-nav h4 {
  margin-bottom: 0;
  padding: 0.75rem;
  font-size: 1.1rem;
  text-align: center;
  background-image: url(https://sanchoku.itembox.design/item/assets/img/bg-pattern-01.png);
}
.footer-cat-menu{
  list-style: none;
  margin:0;
  padding:0;
  display: flex;
  flex-wrap: wrap;
}
.footer-cat-menu li{
  font-weight: bold;
  border-bottom: none;
  border-bottom: 1px dotted #DDD;
  width:50%;
}
.footer-cat-menu li:nth-child(odd) {
  border-right: 1px dotted #DDD;
}
.footer-cat-menu li a{
  display: block;
  padding: 0.75rem 0.75rem 0.75rem 50px;
  font-size: 0.9rem;
  font-weight: bold;
  background:no-repeat 5px center;
  background-size:contain;
}
.footer-cat-menu li.item-tea a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-tea.png); }
.footer-cat-menu li.item-shirasu a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-shirasu.png); }
.footer-cat-menu li.item-unagi a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-unagi.png); }
.footer-cat-menu li.item-kinme a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-kinme.png); }
.footer-cat-menu li.item-tuna a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-tuna.png); }
.footer-cat-menu li.item-okowa a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-okowa.png); }
.footer-cat-menu li.item-himono a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-himono.png); }
.footer-cat-menu li.item-meat a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-meat.png); }
.footer-cat-menu li.item-fruits a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-fruits.png); }
.footer-cat-menu li.item-sweets a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-sweets.png); }
.footer-cat-menu li.item-ebi a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-ebi.png); }
.footer-cat-menu li.item-wasabi a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-wasabi.png); }
.footer-cat-menu li.item-wasabiduke a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-wasabiduke.png); }
.footer-cat-menu li.item-mother a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-mother.png); }
.footer-cat-menu li.item-chuca a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-chuca.png); }
.footer-cat-menu li.item-suppon a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-suppon.png); }
.footer-cat-menu li.item-healthy a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-healthy.png); }
.footer-cat-menu li.item-osechi a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-osechi.png); }
.footer-cat-menu li.item-katsuo a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-katsuo.png); }
.footer-cat-menu li.item-kani a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-kani.png); }
.footer-cat-menu li.item-blueberry a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-blueberry.png); }
.footer-cat-menu li.item-mikan a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-mikan.png); }
.footer-cat-menu li.item-melon a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-melon.png); }
.footer-cat-menu li.item-dryfigs a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-dryfigs.png); }
.footer-cat-menu li.item-restaurant a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-restaurant.png); }


/* 価格 */
.footer-price-nav h4 {
  margin-bottom: 0;
  padding: 0.75rem;
  font-size: 1.1rem;
  text-align: center;
  background-image: url("https://sanchoku.itembox.design/item/assets/img/bg-pattern-01.png");
}
.footer-price-nav ul {
  background-color: #FFF;
}

.footer-price-nav .nav-item {
  border-bottom: 1px dotted #DDD;
}
.footer-price-nav .nav-item:last-child {
  border-bottom: none;
}
.footer-price-nav .nav-item .nav-link {
  padding: 0.75rem;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: transparent;
}
.footer-price-nav .nav-item .nav-link::before {
  margin-right: 0.25rem;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

#footer .copyright{
  padding-top:16px;
}
#footer address{
  text-align:center;
  color:#eee; 
  font-size:11px;
}
#footer address a{
color:#eee;
}

/* 常設サイドボタン（カート直行ボタン、ページの先頭へボタン） */
a.scroll_sidebtn{
  position: fixed;
  right:0;
  display: block;
  background:#000;
  color:#fff;
  padding:10px 0;
  font-size:0.7rem;
  text-align: center;
  line-height: 1.3;
  width:50px;
  opacity: 0.8;
}
a.scroll_sidebtn.pagetop-btn{
  bottom:200px;
}
a.scroll_sidebtn.go-cart-btn{
  bottom:120px;
  background:#bc1224;
}
a.scroll_sidebtn.go-cart-btn i{
  display: block;
  margin-bottom: 5px;
  font-size:20px;
}



/* Fixed Menu
/* ----------------------------------------------------------------------- */
.bottom-nav-menu {
  background-color: #111;
}
.bottom-nav-menu .navbar-nav .nav-item {
  border-bottom: 1px dotted #666;
  background-color: #111;
}
.bottom-nav-menu .navbar-nav .nav-item:last-child {
  border-bottom: none;
}
.bottom-nav-menu .navbar-nav .nav-item .nav-link {
  padding: 1rem;
  color: #FFF;
  background-color: #111; 
}
.bottom-nav-menu .navbar-nav .nav-item .nav-link::before {
  margin-right: 0.25rem;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}

.bottom-nav {
  text-align: center;
  color: #FFF;
  background-color: #000;
}
.bottom-nav .nav-item .nav-link {
  color: #FFF;
  font-size: 0.7rem;
  border-right: 1px solid #666;
}
.bottom-nav .nav-item:last-child .nav-link {
  border-right: none;
}
.bottom-nav .menu {
  margin: 0;
  padding: 0.25rem 0;
  border-top: 1px solid #666;
  cursor: pointer;
}
.bottom-nav .menu::before {
  display: block;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 1.2rem;
}
.bottom-nav .search {
  margin: 0;
  padding: 0.25rem 0;
  border-top: 1px solid #666;
}
.bottom-nav .search::before {
  display: block;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 1.2rem;
}
.bottom-nav .useinfo {
  margin: 0;
  padding: 0.25rem 0;
  border-top: 1px solid #666;
}
.bottom-nav .useinfo::before {
  display: block;
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 1.2rem;
}
.bottom-nav .basket {
  margin: 0;
  padding: 0.25rem 0;
  border-top: 1px solid #666;
}
.bottom-nav .basket::before {
  display: block;
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 1.2rem;
}

/* Copyright
/* ----------------------------------------------------------------------- */
.copyright {
  padding: 1.5rem 0;
  border-top: none;
  color: #FFF;
  background-color: #000;
}
.copyright address {
  margin: 0;
  padding: 0;
  color: #FFF;
}

/* page to top
/* ----------------------------------------------------------------------- */
.page-top {
  background: none #f9f9f9;
}

/* ======================================================================= */
/* 08. Module styles
/* ======================================================================= */
/* Margin & Padding
/* ----------------------------------------------------------------------- */
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Size
/* ----------------------------------------------------------------------- */
.w-75 {
  width: 75%;
  height: auto;
}

/* Font
/* ----------------------------------------------------------------------- */
.fs11r { font-size: 1.1rem; }
.fs12r { font-size: 1.2rem; }
.fs13r { font-size: 1.3rem; }
.fs14r { font-size: 1.4rem; }
.fs15r { font-size: 1.5rem; }


/* Table
/* ----------------------------------------------------------------------- */
table.normal {
  display: table;
  margin: 0 auto 1.5rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #DDD;
}
table.normal tbody {
  display: table-row-group;
}
table.normal tbody tr {
  display: table-row;
  background-color: #FFF;
}
table.normal tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}
table.normal tbody th {
  display: table-cell;
  padding: 1rem;
  color: #101010;
  text-align: center;
  white-space: nowrap;
  background-color: #f0f0f0;
}
table.normal tbody td {
  display: table-cell;
  padding: 1rem;
  text-align: left;
}

/* Video
/* ----------------------------------------------------------------------- */
.youtube-box,
.video-box {
  margin: 0 auto 1rem!important;
  position: relative!important;
  width: 100%!important;
  text-align: center!important;
  padding-top: 56.25%!important;
}

.youtube-box iframe,
.video-box iframe {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100% !important;
  height: 100% !important;
}

#category .youtube-box{
margin-bottom:3rem!important;
}



/* 調整 */



#beginner .order_ss.sp{display:block;}
#beginner .order_ss.pc{display:none;}




/* 商品情報サムネイル */
.fs-c-productCarouselMainImage__image > img{
  width:100%;
  height:auto;
}

.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer{
  display:none;
}

/* 商品グループ */
.fs-c-sortItems__label{
  border:0;
}
.category-comment h1{
  font-size:2.3rem;
}


/* パスワード再設定のお願い
----------------------------------------------------------------------- */
/* スマホ・ヘッダー下用 */
.head-renewal-guide a{
  display: block;
  background:#B70000;
  padding:5px 8px;
  color:#fff;
  font-size:0.9rem;
}

/* 案内ボックス */
.change-password{
  background:#FFEDED;
  padding:10px;
  margin-top:0;
}
.change-password .fs-p-announcement__title{
  font-size:1.1rem;
  text-align: center;
  border-bottom: 1px solid #B70000;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.change-password .fs-c-button--standard{
  border:0;
  background:#BC1224;
  display: inline-block;
  margin-top:10px;
  font-size:1rem;
  padding:10px;
  color: #fff;
  padding:15px 20px;
}
.change-password p{
  margin-bottom: 0;
}
.change-password .link{
  text-align: center;
  margin-bottom: 10px;
}
.change-password .link2{
  text-align: center;
}

/* カート用  */
.fs-body-cart .change-password{
  margin-bottom: 60px;
}
.fs-body-cart .change-password .fs-c-button--standard{
  background:#333;
}

/* リニューアル案内ページ */
.renewal_flow{
 margin-left:0;
 padding-left:25px; 
 margin-bottom: 50px;
}
.renewal_flow li{
  margin-bottom: 1.5rem;
}
.renewal_flow .fs-c-button--primary{
  font-size:1rem;
  margin-top:10px;
  text-align: left;
}
.renewal_flow .fs-c-button--primary i{
  margin-right: 5px;
}

.renewal_tokuten{
  background:#FFF1D8;
  padding:10px;
  margin-bottom: 3rem;
  color: #D34702;
}
.fs-l-pageMain .renewal_tokuten p{
  margin-bottom: 0;
}
.fs-l-pageMain .renewal_tokuten strong{
  font-size:1.3rem;
}

/* FAQ　よくある質問
/* ----------------------------------------------------------------------- */
.faq_page{
  padding:0 8px;
}

.faq_page h2{
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: left;
  padding: 15px 10px;
  margin-bottom: 15px;
  margin-top: 50px;
}

.faq_page dt button{
  border:0;
  background:none;
  padding:0;
  width:100%;
  text-align: left;
  font-size: 1.15rem;
}
.faq_page dd{
  line-height: 1.7;
}
.fs-l-pageMain .faq_page dd p{
  margin-bottom: 0;
  padding:10px 0 15px 0;
}

.faq_page dt button::before {
  margin-right: 0.25rem;
  content: "\f059";
  color: #BC1224;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900; 
}



/* ======================================================================= */
/* 09. Responsive
/* ======================================================================= */

@media screen and (min-width: 600px) { /* 600pxから */
  .header-middle .logo img{
  }

  .daigo-blog-area{
    height:260px;
  }
  .top_ranking_list{
    width: auto;
  }
  .top_ranking_list li h3.rank_name{
    font-size:0.8rem;
  }
  .top_ranking_list li p.rank_price{
    font-size:0.8rem;
  }
  .top_ranking_list li .rank_btn{
    font-size:0.8rem;
    background-position:5px center;
  }

a.scroll_sidebtn.go-cart-btn{
    bottom:150px;
}

a.scroll_sidebtn.pagetop-btn{
    bottom:240px;
}

@media screen and (min-width: 768px) { /* 768pxから */
  .fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer{
    display: none;
  }

/* トップページ
--------------------------------------------------------------------- */

/* トップ用：パスワード再設定のお願い */
.fs-body-top .change-password{
  padding:15px
}
.fs-body-top .change-password .fs-p-announcement__title{
  font-size:1.4rem;
}
.fs-body-top .change-password .fs-c-button--standard{
  font-size:1.2rem;
}
.fs-body-top .change-password p{
  margin-bottom: 0;
}
.fs-body-top .change-password .link{
  text-align: center;
}



  /* 商品グループ */
  .fs-c-sortItems__label{
    border:0;
  }


  /* カテゴリ自由入力：独自コメント */
.category-comment p{
text-align: center;
}
.category-comment p{
  padding:0;
  }
  .category-comment p br{
    display: inline;
  }

#beginner .order_ss.sp{display:none;}
#beginner .order_ss.pc{display:block;}


/* 商品ページ
/* ----------------------------------------------------------------------- */
.product_item_comment1,
.product_item_comment2{
  padding:0;
}
.product_item_comment2{
  margin-bottom:30px;
}
.product_item_comment1 td,
.product_item_comment2 td{
}


.item-cart{
  width:100%;
  display:table;
  table-layout:fixed;
}
.item-cart .item-thumb{
  display:table-cell;
  width:315px;
  padding-left:10px;
}
.item-cart .item-info{
  display:table-cell;
  padding-left:20px;
  vertical-align:top;
}

  /* 商品情報サムネイル */
  .fs-c-productCarouselMainImage__image > img{
    max-width:305px;
  }

  .fs-c-productCarouselMainImage__thumbnailList{
    flex-wrap: wrap;
    overflow: hidden;
  }
  .fs-c-productCarouselMainImage__thumbnailList > li{
    flex-basis:60px;
    
    margin:0 3px 3px 0;
  }


}


@media screen and (min-width: 960px) { /* 960pxから */

/* ※レイアウト※ */
body#fs_Top .fs-l-main{

}
body#fs_Top .fs-l-pageMain{

}

.header_space{
  margin-top:122px;
}

header{
  position: fixed;
  width:100%;
  transition: .2s;
  }


header.fixed{
  width:100%;
  z-index: 9999;
  transition: .2s;
}

header #h_logo img{
}
header #h_logo img{
    width:auto;
    height:75px;
  transition: .2s;
  }
header.fixed .main-nav{
  display: none;
}
header.fixed #h_logo img{
  height:60px;
  width:auto;
  margin:5px 0;
}
header.fixed .header-middle{
  padding:0;
}





  /* ヘッダーナビゲーション部分 */
  .header a{
    color:#000;
  }

/* ナビゲーション上部 */
.header-middle .main-nav{
  margin-bottom: 1rem;
}
  .header-middle .main-nav .nav-item {
  margin: 0 1.5rem 0 0.25rem;
  font-size:0.8rem;
}
.header-middle .main-nav .nav-item:last-child {
  margin-right: 0;
}
.header-middle .main-nav .nav-item .nav-link {
  padding: 0rem;
  color: #541B00;
  background: no-repeat left center;
}
.header-middle .main-nav .nav-item.about .nav-link{ background-image: url(../img_gs2304/icon_h_daigo.png);padding-left:20px; }
.header-middle .main-nav .nav-item.guide .nav-link{ background-image: url(../img_gs2304/icon_h_first.png);padding-left:18px; }
.header-middle .main-nav .nav-item.contact .nav-link{ background-image: url(../img_gs2304/icon_h_mail.png);padding-left:25px; }

.header-middle .main-nav .sp-nav,
.header-middle .main-nav .sp-nav .menu {
  text-align: center;
}
.header-middle .main-nav .sp-nav .menu span {
  padding: 0;
  color: #000 !important;
  font-size: 0.5rem;
}
.header-middle .main-nav .sp-nav .menu .icon {
  display: block;
  font-size: 0.9rem;
  color: #000 !important;
}

.header-middle .main-nav .nav-item a{
  transition: .2s;
}
.header-middle .main-nav .nav-item a:hover{
  opacity: 0.7;
}


/* ナビゲーション下部 */
.header-middle .user-nav {
}
.header-middle .user-nav a{
  color:#541B00;
}
.header-middle .user-nav li{
  margin-right: 1rem;
}
.header-middle .user-nav li:last-child{
}

/* ログインボタン部分 */
.header-middle .user-nav li.login,
.header-middle .user-nav li.mypage,
.header-middle .user-nav li.cart,
.header-middle .user-nav li.logout{
  font-size:0.8rem;
  text-align: center;
}
.header-middle .user-nav li.login a,
.header-middle .user-nav li.mypage a,
.header-middle .user-nav li.cart a,
.header-middle .user-nav li.logout a{
  display: block;
  background:no-repeat top center;
  transition: .2s;
}
.header-middle .user-nav li.login a:hover,
.header-middle .user-nav li.mypage a:hover,
.header-middle .user-nav li.cart a:hover,
.header-middle .user-nav li.logout a:hover{
  opacity: 0.5;
}
.header-middle .user-nav li.login a,
.header-middle .user-nav li.mypage a{
background-image:url(../img_gs2304/icon_h_user.png);
  padding:35px 0 0 0;
}
.header-middle .user-nav li.cart a{
background-image:url(../img_gs2304/icon_h_cart.png);
  padding:35px 5px 0 5px;
}
.header-middle .user-nav li.logout a{
background-image:url(../img_gs2304/icon_h_logout.png);
  padding:35px 0 0 0;
}

.header-middle .user-nav li.cart{
  position: relative;
}
.header-middle .header-nav .cart .fs-client-cart-count{
    margin:0;
    right:-15px;
    top: -5px;
  }


  /* hotword */
.header-middle .hotword{
  text-align: left;
}
.header-middle .hotword .hotword_ttl{
  background:#541B00;
  color:#fff;
  display: inline-block;
  font-size:0.8rem;
  padding:2px 4px;
  border-radius: 5px;
}
.header-middle .hotword ul li{
  display:inline-block;
  vertical-align:middle;
  margin:0 0.5rem 0 0;
  font-size:0.8rem;
}
.header-middle .hotword ul li:last-child{
  margin-right: 0;
}
.header-middle .hotword ul{
  padding:0;
}
.header-middle .hotword ul li a{
  color:#541B00;
  border-bottom: 1px dotted #541B00;
}
.header-middle .hotword ul li a:hover{
  border-bottom-style: solid;
}


/* 検索欄・ボタン */
.fs-p-searchForm__button::before{
  font-size:1.8rem;
  color:#541B00;
}
.fs-p-inputGroup{
  border:0;
  background:#FFFFE9;
  padding:5px 2px 5px 5px;
  border-radius: 20px;
}
  .header-middle .header-nav .fs-p-searchForm__input{
    width:180px;
    background:transparent;
    font-size:0.8rem;
  }
  .fs-p-inputGroup__button{
    background:transparent;
  }



  /* スライドショー */
 .top_slideshow{
  margin-top:98px;
 }
  .top_slideshow .slick-arrow{
  }
  .top_slideshow.fs-c-slick .slick-prev,
  .top_slideshow.fs-c-slick .slick-next{
    width:40px;
    height:40px;
  }
  .top_slideshow.fs-c-slick .slick-prev:before,
  .top_slideshow.fs-c-slick .slick-next:before{
    font-size:40px;
  }

  /* トップページ */
  .top_block{
  border:#E3D6D1 solid 1px;
  background:#fff;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2);
  border-radius: 20px;
  padding:15px;

    margin:0 0 40px 0;
  }
  .top_ranking_box{
    margin:0;
  }


  /* トップページ：ランキング */
    .top_pickup_list li h3{
      font-size:1.1rem;
    }
    .top_pickup_list li p{
      font-size:1rem;
      line-height: 1.6;
    }
    .top_pickup_list li{
      margin-bottom: 10px;
    }

  /* レイアウトシンプル */
  .fs-l-main-simple{
    width:100%;
    max-width:1100px;
    margin:24px auto 60px auto;
  }
  .fs-l-main-simple .fs-l-pageMain{
    width:100%;
    margin-top:0;
    margin-bottom:100px;
    padding:0 10px;
  }




  /* ボタン */
  button.fs-c-button--primary,
  a.fs-c-button--primary,
  a.fs-c-button--secondary,
  .fs-c-button--standard,
  .fs-c-buttonContainer--deleteChange > [class^=fs-c-button]{
  font-size:1.1rem;
  padding:15px 10px;
  }
  .fs-c-button--standard{
  }

  /* 商品詳細テーブル */
  .product_item_table tbody th,
  .product_item_table tbody td{
  display: table-cell !important;
  padding: 1rem;
  font-size:1rem;
  width:auto;
}

/* ログイン画面 */
.fs-c-loginForm{
  padding:0;
}



/* レビュー投稿画面
/* ----------------------------------------------------------------------- */
.fs-body-review-write .fs-l-pageMain{
  padding:0;
}



/* ショッピングカート画面
/* ----------------------------------------------------------------------- */

.fs-l-cart{
  padding:0;
}
.fs-body-cart .fs-l-cart__mainColumn{
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.fs-body-cart .fs-l-cart__sideColumn{
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}
.cart-top-change-password{
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

/* ご注文手続きエリア */
.fs-body-checkout-multi .fs-l-pageMain{
  padding:0;
}
.fs-l-checkout__mainColumn .fs-c-button--standard{
}
.fs-body-checkout-amazon .fs-l-pageMain-simple{
  padding:0;
}



/* マイページ
/* ----------------------------------------------------------------------- */
.fs-body-my-top .fs-l-pageMain,
.fs-body-my-wishlist .fs-l-pageMain,
.fs-body-my-orders .fs-l-pageMain,
.fs-body-my-points .fs-l-pageMain,
.fs-body-my-reviews .fs-l-pageMain,
.fs-body-my-addressbook .fs-l-pageMain,
.fs-body-my-addressbook-new .fs-l-pageMain,
.fs-body-my-account-password .fs-l-pageMain,
.fs-body-my-account-settings .fs-l-pageMain,
.fs-body-my-account-settings-edit .fs-l-pageMain,
.fs-body-my-account-delete .fs-l-pageMain,
.fs-body-my-coupons .fs-l-pageMain,
.fs-body-checkout-success .fs-l-pageMain,
.fs-body-my-linkedAccounts .fs-l-pageMain,
.fs-body-line-connect .fs-l-pageMain,
.fs-body-my-orders-details .fs-l-pageMain{
  padding:0;
}

.fs-body-my-orders .fs-c-history{
  grid-template-columns:none;
  display: block;
}

.fs-body-my-orders-details .fs-c-orderPerAddressee{
  display: block;
}

/* パスワード再設定のお願い
/* ----------------------------------------------------------------------- */

/* 案内ボックス */
.change-password{
  padding:10px;
}
.change-password .fs-p-announcement__title{
  font-size:1.3rem;
}
.change-password .fs-c-button--primary{
  font-size:1rem;
}
.fs-l-pageMain .change-password p{
  font-size: 1rem;
  margin-bottom: 0;
}
.change-password .link{
}

/* リニューアル案内ページ */
.renewal_flow{
  padding-left:23px;
 }
 .renewal_flow li{
  font-size:1.1rem;
 }
 .renewal_flow .fs-c-button--primary{
   font-size:1.1rem;
 }
 .renewal_flow .fs-c-button--primary i{
 }




  .header-top {
    display: block;
  }

  /* レイアウト通常 */
  #fs_Top .fs-l-page{
    padding-top:0;
  }
  .fs-l-main{
    display: table;
    width:100%;
    width:930px;
  }
  .fs-l-pageMain{
    width:700px;
    float:right;
    margin-top:0;
  }
  .fs-l-main .sidebar{
    display: block;
    width:200px;
    float:left;
    padding:0;
  }
  .fs-c-documentArticle{
    padding:0;
  }

  .fs-p-drawer{
    display: none;
  }




  .item-cart .item-thumb{
    display:table-cell;
    width:305px;
    padding-left:0px;
  }


  /* 書式 */
  .fs-c-documentArticle__heading{
    font-size:1.6rem;
    margin-top:50px;
  }
  .fs-c-heading--page{
    font-size:2.3rem;
  }

  .fs-c-documentColumn__heading{
    font-size:1.3rem;
  }
  
  .fs-l-pageMain p{
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 1.1rem;
  }

  .fs-c-explainList dt,
  .fs-c-explainList dd,
  .fs-c-orderedList li,
  .fs-c-note li,
  th.fs-c-specTable__headerCell,
  td.fs-c-specTable__dataCell,
  .fs-c-list li{
    font-size:1.1rem;
  }
  .fs-c-note li,
  .fs-c-list li{
    margin-bottom: 0.5rem;
  }

  .fs-c-documentArticle ul{
  }
  
  .fs-c-documentArticle ul li,
  .fs-c-documentArticle ol li{
    font-size:1.1rem;
    line-height:1.8;
  }
  

  /* SP用カートまわり余白 */
.item-info,
.fs-c-productReview,
.fs-p-productDescription,
.fs-p-snsArea{
  padding:0px;
}

/* ヘッダーメニュー */
.header-menu-category{
  padding:0;
  margin:0;
}
.header-menu-category li{
  list-style: none;
  margin:0;
  padding:0;
  border-bottom: 1px dotted #DDD;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
}
.header-menu-category li a{
  display: block;
  padding: 0.75rem 1rem;
  font-weight: bold;
  color: #000;
}
.header-menu-category li:focus, .header-menu-category li:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #fff;
}
.header-menu-category li:active{
  background:#007bff;
}
.header-menu-category li a::before {
  margin-right: 0.25rem;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
}


/* サイドメニュー */

.side-cat-nav{
  background:#E9DBC8;
  margin-bottom: 3rem;
}
.side-cat-nav-ttl{
  background:#631D00 no-repeat 0 0;
  color:#fff;
    height:38px;
    background-size:contain;
  text-indent: -9999px;
}
.side-cat-nav-ttl.organic{ background-image: url(../img_gs2304/sidemenu_ttl_organic.png); }
.side-cat-nav-ttl.gurume{ background-image: url(../img_gs2304/sidemenu_ttl_gurume.png); }
.side-cat-nav-ttl.choice{ background-image: url(../img_gs2304/sidemenu_ttl_choice.png); }
.side-cat-nav-ttl.gift{ background-image: url(../img_gs2304/sidemenu_ttl_gift.png); }
.side-cat-nav-ttl.price{ background-image: url(../img_gs2304/sidemenu_ttl_price.png); }

.side-cat-nav ul{
  padding:10px 10px 25px 10px;
  margin:0;
}
.side-cat-nav ul li{
  list-style: none;
  margin:0;
  padding:0;
  background: #fff;
  line-height: 1.2;
    font-size:1rem;
  font-weight: bold;
}
.side-cat-nav ul li a{
  display: block;
  padding:13px 5px 13px 30px;
  background:url(../img_gs2304/icon_arrow02.png) 10px center no-repeat;
  border-bottom: 1px dotted #E7DCDC;
  color:#631D00;
}
.side-cat-nav ul li a:hover{
  background-color: #FFFAEA;
}
.side-cat-nav ul li span {
    font-size: 0.8rem;
}
span.li_tag {
    background: #ffeeb2;
    color: #631D00;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 2px;
    line-height: 1;
}
.side-cat-nav ul.li_restaurant li a{
  display: block;
  padding:13px 5px 13px 55px;
  background: 3px center no-repeat;
  background-size:50px;
  border-bottom: 1px dotted #E7DCDC;
  color:#631D00;
}
.side-cat-nav ul.li_restaurant li a:hover{
  background-color: #FFFAEA;
}
.side-cat-nav ul.li_restaurant li.shisen a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-shisen.png)}
.side-cat-nav ul.li_restaurant li.shanway a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-shanway.png)}
.side-cat-nav ul.li_restaurant li.afsa a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-afsa.png)}
.side-cat-nav ul.li_restaurant li.tercero a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-tercero.png)}
.side-cat-nav ul.li_restaurant li.hiromiya a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-hiromiya.png)}
.side-cat-nav ul.li_restaurant li.polipoli a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-polipoli.png)}
.side-cat-nav ul.li_restaurant li.theobroma a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-theobroma.png)}
.side-cat-nav ul.li_restaurant li.suzunari a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-suzunari.png)}
.side-cat-nav ul.li_restaurant li.takenoko a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-takenoko.png)}
.side-cat-nav ul.li_restaurant li.miyamoto a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-miyamoto.png)}
.side-cat-nav ul.li_restaurant li.lamba a{background-image:url(https://sanchoku.itembox.design/item/assets/img/cat-icon-lamba.png)}



.sidebar .camp_ttl{
  background:url(../img_gs2304/side_ttl_campaign.png) no-repeat bottom center;
  text-indent:-9999px;
  background-size:contain;
  height:48px;
  margin-bottom:5px;
}

.sidebar .camp_list{
  list-style: none;
  padding:0;
  margin:0 0 30px 0;
}
.sidebar .camp_list li{
  margin-bottom: 10px;
  font-size:0.8rem;
}

.sidebar .side_bn{
  display: block;
  margin-bottom: 2.5rem;
}
.sidebar .side_bn li{
  width:100%;
  margin-bottom: 5px;
  padding:0;
}
.sidebar .side_bn li img{
  display: block;
}
.sidebar .side_sns_bn{
  display: block;
  margin: 0 0 2.5rem 0;
  display: flex;
  padding:0;
}
.sidebar .side_sns_bn li{
  width:50%;
  list-style: none;
  margin:0;
  padding:0;
}


/* Footer フッター */

.footer-guide-area,.footer-nav-area{
  box-sizing: border-box;
  padding:16px;   
  font-size:13px;
}
.footer-guide-area .footer-guide-title{
  padding-bottom: 0.3rem;
  margin-bottom:0.3rem;
  font-weight:bold;   
  font-size:1.1rem;
  border-bottom: 1px solid #000;
}
.footer-guide-area p{
  font-size:0.85rem;
  line-height: 1.6;
}
.footer-guide-area ul{
  margin:0;
  padding:0;
}
.footer-guide-area ul li{
  font-size:0.9rem;
  list-style: none;
  padding:0;
  margin:0 0 0.5rem 0;
  line-height: 1;
}
.footer-guide-area ul li a{
  display: block;
  background: #fff url(../img_gs2304/icon_arrow03.png) no-repeat 10px center;
  color:#000;
  padding:10px 5px 10px 25px;
  border:1px solid #000;
}
.footer-guide-area ul li a:hover{
  background-color: #FFFAEA;
}

.footer-nav{
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  width: 100%;
  justify-content: space-between;
}
.footer-nav .footer-shop-info{
  display: flex;
  align-items: flex-end;
}
.footer-nav .footer-shop-info .footer-logo{
  margin: 0 20px;
  float:left;
}
.footer-nav .footer-shop-info .footer-logo img{
  width:280px;

}
.footer-nav .footer-shop-info p{
  margin-bottom: 0;
  text-align: left;
}
.footer-nav .footer-main-nav{
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: right;
}


.footer-main-nav ul li{
  padding:0;
}


#footer .footer-guide-bn{
  display: flex;
  padding:0;
  margin-left:auto;
  margin-right: auto;
  max-width:1120px;
  align-items: flex-end;
}
#footer .footer-guide-bn > div{
  padding:0 1rem;
}
#footer .footer-guide-bn .calendar{
  width:29%;
  margin-bottom: 0;
}
#footer .footer-guide-bn .calendar iframe{
  width: 100%;
}
#footer .footer-guide-bn .footer_bn{
  width:auto;
  float:none;
  width:38%;
  }
#footer .footer-guide-bn .footer_youtube{
  float:none;
  padding-left: 1rem;
  width:33%;
}


/* 初めての方へ */
#beginner{
  padding:0;
}
.flow_list li{
  font-size:1.4rem;
}
#beginner .step_ttl{
  font-size:1.5rem;
  margin-top:80px;
  margin-bottom: 20px;
}
#beginner .step_ttl span.num{
  margin-right: 20px;
  width: 60px;;
}
#beginner .step_flow dt{
  font-size:1.3rem;
}
#beginner .step_flow dd{
  font-size:1.1rem;
  margin-bottom: 2em;
  line-height: 1.8;
}
#beginner .step_flow dd ol li{
  font-size:1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
#beginner .notice_box{
  font-size:1.1rem;
}

/* FAQ　よくある質問
/* ----------------------------------------------------------------------- */
.faq_page{
  padding:0;
}
.faq_page h2 {
  font-size: 1.6rem;
  margin-top: 50px;
}

.faq_page dt button{
line-height: 1.8;
font-size: 1.3rem;
}

/* カテゴリーエリア
/* ----------------------------------------------------------------------- */
.fs-body-category .category_area {
  padding:0;
}

}

@media (min-width: 1020px) {

.top_ranking_list li .rank_btn{
    font-size:0.8rem;
    background-position:20px center;
  }

}

@media (min-width: 1140px) {

  /* レイアウト */
  body#fs_Top .fs-l-main{
    width:1120px;
  }
  body#fs_Top .fs-l-pageMain{
    width:800px;
  }

  .fs-l-main{
  }
  .fs-l-pageMain{
    width:800px;
  }
  .fs-l-main .sidebar{
    width:260px;
  }


  #header.fixed .header-middle{
    padding:0;
}

  #h_logo{
    margin:10px 0 10px 15px;
  }

  header #h_logo img{
    width:auto;
    height:90px;
  }

  header.fixed #h_logo{
    margin:3px 0 3px 15px;
  }
  .header-middle .main-nav{
    margin-bottom: 1rem;
  }
  .header-middle .main-nav .nav-item{
    font-size:1rem;
  }
  .header-middle .main-nav .nav-item .nav-link{
    padding:0.3rem;
  }

  .header-middle .hotword ul li{
    font-size:1rem;
    margin-right: 1rem;
  }

  .fs-p-inputGroup{
    padding:10px 5px 10px 10px;
  }

  .header-middle .header-nav .fs-p-searchForm__input{
    width:200px;
    font-size:1rem;
  }

  .top_slideshow{
    margin-top:122px;
  }

  /* パンくず */
  .fs-c-breadcrumb {
    max-width:1120px;
  }


/* トップページ */



  .item-cart{
  }
  .item-cart .item-thumb{
    width:385px;
  }
  .item-cart .item-info{
  }
  
  /* 商品情報サムネイル */
  .fs-c-productCarouselMainImage__image > img{
    max-width:385px;
  }


    
  /* カテゴリ自由入力：独自コメント */
  .category-comment .cat-headimage{
  }
  .category-comment .cat-headimage img{
  }
  .category-comment h1{
  }
  .category-comment p{
  font-size:1.1rem;
  }

}


@media (min-width: 1140px) {
  body .fs-l-main{
    width:1100px;
  }

  body .fs-l-pageMain{
    width:800px;
  }

  .side-cat-nav-ttl{
    height:45px;
  }
  .side-cat-nav ul li{
    font-size: 1.1rem;
  }
.side-cat-nav ul li span {
    font-size: 0.85rem;
}


  
  .fs-c-heading--page{
    padding:0.8em 0 1.2em 0;
  }
}

@media (min-width: 1200px) { /* マイページ　SNS連携 */

.fs-c-linkServicesList{
  grid-template-columns:none;
}

}


@media (min-width: 1240px) {
  body#fs_Top .fs-l-main{
    width:1200px;
  }
  body#fs_Top .fs-l-pageMain{
    width:900px;
  }
  .top_ranking_list{
    width:900px;
  }

  
  }



