@charset "UTF-8";
@charset "UTF-8";
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  color: #333333;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 1.6;
}
.gothic{font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, div {
  word-break: break-all;
}

a {
  color: #333333;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  opacity: .7;
}

input[type="text"],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}

input::placeholder {
  color: #B5B5B5;
  font-size: 12px;
}

pre {
  white-space: pre-wrap;
}

.clearfix {
  display: block;
}
.clearfix::before {
  content: "";
  display: block;
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.bx-wrapper {
  box-shadow: none !important;
}

.bx-controls-direction a {
  z-index: 0 !important;
}

/* -----------------------------------------------------------------
   header
----------------------------------------------------------------- */
header {
  width: 100%;
  padding: 39px 0 20px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  z-index: 2;
  transition: .3s;
  height: 91px;
}
header .top-nav {
  /* display: flex; */
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  position: relative;
}
header .header-logo {position:absolute;left:0;top: -18px;}
header .header-description {position:absolute;right: 330px;top: 0;font-size: 14px;}

header .header-logo a{background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/logo_icon.svg)no-repeat center;display: block;padding-top: 100px;max-width: 180px;width: 15vw;background-size: contain;height: 0;overflow: hidden;}

header .header-menu {
  position:absolute;
  right:0;
  top: 0;
  display: flex;
  justify-content: space-between;
}

header .header-menu:last-child{margin-left:auto;margin-top: 30px;position:static;float:right;margin-top: 57px;}
header .header-menu:last-child li{border-left:solid #ccc 1px;text-align:center;margin: auto;}
header .header-menu:last-child li a{padding: 6px 12px;display: block;font-size: 14px;}
header .header-menu:last-child li a:before{content:"";padding: 5px 20px;padding-left: 12px;background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/header/products_icon.svg)no-repeat center;}
header .header-menu:last-child li:nth-child(2) a:before{
background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/header/news_icon.svg)no-repeat center;
}
header .header-menu:last-child li:nth-child(3) a:before{
background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/header/voice_icon.svg)no-repeat center;
}
header .header-menu:last-child li:nth-child(3) a:before{
background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/header/eat_icon.svg)no-repeat center;
}
header .header-menu:last-child li:nth-child(4) a:before{
background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/header/guide_icon.svg)no-repeat center;
}
header .header-logo img {
  max-height: 50px;
  max-width: 700px;
}

.header.fix {
  display: block;
  padding: 39px 0 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: .3s;
  height: 91px;
  z-index: 4;
}

.gnav {
  display: flex;
  align-items: flex-end;
}
.gnav li {
  /* margin-left: 20px; */
}

.gnav .account {
  font-size: 14px;
}
.gnav .account:last-child {
  margin-right: 16px;
}
.topMenu li{position:relative;/* padding-left:10px */}
.topMenu li a{padding:10px;}
.topMenu li:before{
  content:"";
  border-left: solid 1px #cccccc;
  display:inline-block;
  width: 6px;
  height:24px;
  transform: rotate3d(1, 1, 1, 45deg);
  position: absolute;
  left: 0;
}
.gnav-menu {
  font-size: 14px;
  position: relative;
  /* padding-left: 10px; */
}


.logout a:before {
  content:"";
  background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/header/logout_icon.svg)no-repeat center;
  padding: 6px 8px;
  margin-right: 8px;
}

.membership a:before {
  content:"";
  background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/header/entry_icon.svg)no-repeat center;
  padding: 6px 8px;
  margin-right: 4px;
}

.login a:before {
  content:"";
  background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/header/login_icon.svg)no-repeat center;
  padding: 6px 12px;
  margin-right: 4px;
  /* background-size: contain; */
}
.side .login a:before{content:none;}
.header-cart a:before{
  content:"";
  background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/header/cart_icon.svg)no-repeat center;
  padding: 6px 12px;
  margin-right: 4px;
  /* background-size: contain; */
}

.header-cart {
  position: relative;
}
.header-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #F23E0C;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.main-visual {
  /* max-width: 1000px; */
  margin: 0px auto 60px;
  padding-top: 150px;
}
.main-visual img {
  margin: 0 auto;
  width: 100%;
}
.main-visual li {
  height: 100%;
  display: flex;
  align-items: center;
  border-left: solid 18px #fff;
  border-right: solid 18px #fff;
}

#M_slider {
  height: 100%;
}
/*body:not(.home) .contents*/
body:not(.home) .contents{padding-top:150px;}
body:not(.home) .contents{width:1100px;margin:auto;clear: both;padding-left: 0;padding-right: 0;overflow: hidden;}
.breadcrumb{margin-left: 280px;text-align:left}
.contents {
  /* width: 1060px; */
  padding: 0px 30px 48px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
}

.container {
  display: flex;
  padding: 48px 0 60px;
  padding-top: 0;
}

.top-container {
  padding: 0;
  width: 1100px;
  margin: auto;
}

/* -----------------------------------------------------------------
   side-nav
----------------------------------------------------------------- */
.side {
  width: 253px;
  margin-right: 47px;
}
.side .bnrArea a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align:center;
  font-size: 28px;
  height: 100px;
}
.side .bnrArea .img a{
  height:auto;
}
.side .bnrArea img{width: 100%;}
.side .bnrArea .entry a{background:#96514d;color:#fff;}
.side .bnrArea .login a{background:#f2a0a1;color:#fff;position: relative;padding-left: 20px;}
.side .bnrArea .login a:before{content:"";position: absolute;padding:1rem;background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/side/login_icon.svg)no-repeat center;display: inline-block;left: 30px;}
.side .bnrArea .logout a{background:#fff;color:#f2a0a1;border:solid 2px;position: relative;padding-left: 20px;margin-bottom: 20px;}
.side .bnrArea .logout > a:before{content:"";position: absolute;padding:1rem;background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/side/logout_icon.svg)no-repeat center;display: inline-block;left: 30px;}

.side .bnrArea .bnr{
  margin-bottom:30px;
}
.side .bnrArea a span{
  font-size:16px;
  display:block;
}

.search {
  background: #E6E6E6;
  padding: 16px;
}

.search-btn {
  font-size: 10px;
  background: #999;
  display: inline-block;
  border: solid 1px #999;
  padding: 4.5px 4px;
  text-align: center;
  width: 60px;
  height: auto;
  box-sizing: border-box;
  color: #fff;
  vertical-align: middle;
}

.search-area li {
  margin-bottom: 20px;
}
.search-area label {
  display: block;
  margin-bottom: 10px;
}
.search-area input, .search-area select {
  width: 100%;
}

input.search-price {
  width: 36%;
  margin-right: 4px;
}
.side .bnrArea.login{
margin-top:0!important;  
}
.side-section,.side .bnrArea {
  margin-top: 30px!important;
}

.search-area{display:flex;justify-content:space-between;align-items:center;}
.side-section .search-area input{border:solid 1px #ccc;border-radius:0;outline: none;padding: 9.5px 6px;max-width: calc(100% - 66px);display: inline-block;box-sizing: border-box;}
.side-category li{border-bottom:solid 1px #ccc;}
.side-category li a{
  display:block;
  line-height:1;
  padding:20px;
  padding-left: 55px;
  font-size:15px;
}
.side-category li.cat01 a{background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/side/cat01_icon.png)no-repeat center left;}
.side-category li.cat02 a{background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/side/cat02_icon.png)no-repeat center left;}
.side-category li.cat03 a{background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/side/cat03_icon.png)no-repeat center left;}
.side-category li.cat04 a{background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/side/cat04_icon.png)no-repeat center left;}
.side-category li.cat05 a{background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/side/cat05_icon.png)no-repeat center left;}


.side-content li{margin-bottom:16px;border-left:solid }
.side-content li.news{border-color:#82ae45;}
.side-content li.voice{border-color:#f08300;}
.side-content li.eat{border-color:#e45e32;}
.side-content li a{display:block;
  line-height:1;
  padding:8px;
  padding-left: 40px;
  font-size:15px;
  }
.side-content li.news a{background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/side/news_icon.svg)no-repeat 10px center;}
.side-content li.voice a{background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/side/voice_icon.svg)no-repeat 10px center;}
.side-content li.eat a{background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/side/eat_icon.svg)no-repeat 10px center;}

.side-section h4{position:relative;}
.side-section h4:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  margin:auto;
  padding:10px;
  background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/side/ttl_icon.svg)no-repeat center;
  background-size:contain;
}

.side-ranking{
  background:#fbeeee;
  padding:3px;
  margin-top: 80px!important;
  margin-bottom:40px;
  font-size: 15px;
}
.side-ranking ul{clear:both;}
.side-ranking li{position:relative;margin-top: 30px;}


.side-ranking .price{color:#990000;}
.side-ranking li img{width:100%;border-radius: 10px;}
.side-ranking h4{
  float:left;
  margin-top:-40px;
  border-bottom: none!important;
}
.side-ranking h4:after{
  content:none;
}
.side-ranking h4 img{width:100%;}

.sp-side-section {
  display: none;
}
.side .side-guide .side-contact li { background: url("https://gigaplus.makeshop.jp/sabokikuchi/img/arrow_icon.svg") left center / 16px no-repeat; padding-left: 23px; }
.side-section h4{border-bottom: 1px solid #333;margin-bottom: 20px;padding-bottom: 14px;font-size: 18px;line-height: 1;}
.side-category h4{margin-bottom: -2px;}
.category-list-title {
  /* border-bottom: 1px solid #ccc; */
  padding-bottom: 15px;
}

.side-category-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-right: 12px;
}
.side-category-item p, .side-category-item a {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
}
.side-category-item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.side-category-item p:after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .3s;
}
.side-category-item p.on {
  width: 95%;
  background: #333333;
  color: #fff;
  padding-left: 6px;
  padding-right: 14px;
}
.side-category-item p.on:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background: #fff;
  right: 10px;
}
.side-category-item p.on:after {
  background-color: transparent;
  background: #fff;
  right: 10px;
}

.child-item {
  padding: 8px !important;
  font-size: 12px;
}

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}

.side-contact li {
  margin-bottom: 16px;
}
.side .guide .side-contact li{background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/arrow_icon.svg)no-repeat center left;padding-left:23px;background-size:16px;}

.calendar-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.calendar-title {
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}
.calendar-title dt {
  font-size: 12px;
  margin-right: 6px;
}

.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  border-collapse: inherit;
  padding: 8px;
}
.makeshop-calendar1 tr,
.makeshop-calendar2 tr {
  text-align: center;
  font-size: 12px;
}
.makeshop-calendar1 thead tr th,
.makeshop-calendar2 thead tr th {
  padding-bottom: 8px;
}
.makeshop-calendar1 tbody tr td,
.makeshop-calendar2 tbody tr td {
  padding-bottom: 2px;
  height: auto !important;
}

.makeshop-calendar1 td.today {
  background: #F23E0C;
  color: #fff;
  border-radius: 50px;
  width: 20px;
  height: auto;
}

.this-month {
  background: #808080;
}

.next-month {
  background: #808080;
}

.saturday {
  color: #006BED;
}

.sunday {
  color: #F23E0C;
}

/* -----------------------------------------------------------------
   check
----------------------------------------------------------------- */
.checked-contents {
  /* padding-bottom: 60px; */
  /* display: inline-block; */
  width: 100%;
}
.checked-item-list::after,group-item-list::after{
  content:"";
  display: block;
  width:30%;
}
.checked-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checked-item-list li {
  position: relative;
  margin-right: 32px;
  width: 30%;
}
.checked-item-list li:nth-child(3n) {
  margin-right: 0;
}
.checked-item-list li img {
  width: 100%;
  /* height: 140px; */
  object-fit: cover;
  border-radius: 10px;
}

/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */
.main,.main > section {
  width: 800px;
  /* width:100%; */
}
body.page .main{float:right;}
/*.main .cols .col{width:50%;flex-basis:50%;}*/

.border:after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 60px;
}
#topNews{display:flex;align-items: center;padding: 8px 0;border-top: solid 1px #999;border-bottom: solid 1px #999;margin-bottom: 50px;}
#topNews:after{content:none;}
#topNews h2{
  font-family: serif;
  position:relative;
  width: 130px;
  height: 60px;
  font-size: 18px;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  margin-left: 16px;
}
#topNews h2:before{content:"";display:block;position:absolute;top: 2px;border: solid 2px #ccc;width: 123px;height: 52px;}
#topNews h2:after{content:"";display:block;position:absolute;top: 0;border: solid 1px #999;width: 129px;height: 58px;}
h2 {
  font-size: 18px;
  margin-bottom: 40px;
}
h2 span {
  font-size: 12px;
  margin-left: 8px;
}

.shop-comment {
  margin-bottom: 40px;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
}
.item-list li {
  width: calc((100% - 50px) / 3 );
  margin-bottom: 40px;
  margin-right: 25px;
  position: relative;
}
body.category .item-list{background:#f4f1f1;padding:25px;}
.item-list li .price{
  color:#990000;
}
.item-list li:nth-child(3n) {
  margin-right: 0;
}
.item-list li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 4px;
  position: relative;
}

.item-list-review {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.item-list-review .item-list-review-rate {
  margin: 0 6px;
}

.ranking-icon {
  position: absolute;
  top: -20px;
  left: 0;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  border: solid 1px;
  font-size: 28px;
  color: #333333;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.rank-1 {
  background: #ffdb4f;
}

.rank-2 {
  background: #dddcd6;
}

.rank-3 {
  background: #eb9b6f;
  /* color: #fff; */
}

.item-icon {
  position: absolute;
  top: -10px;
  font-size: 12px;
  right: -8px;
  color: #fff;
  padding: 0 3px;
  z-index: 1;
}
.item-icon p {
  padding: 0 3px;
}
.item-icon .item-soldout {
  background: #B5B5B5;
}
.item-icon .item-sale {
  background: #F23E0C;
}

.item-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.original-price {
  text-decoration: line-through;
}

.item-sale-price {
  color: #F23E0C;
}
#topNewsList ul{position:relative;border: solid 2px #ccc;padding: 35px;box-sizing: border-box;margin-bottom: 0;}
#topNewsList .news-outer{
    border: solid 1px #999;
    padding: 2px;
}
#topNewsList .news-list{width:100%;}

.news-list {
  margin-bottom: 10px;
}
#topNews .news-list li,#topNews .news-list{
  border:none;
  margin:auto;
  padding: 0;
  align-items: center;
  width:100%
}
.news-list li {
  border-bottom: 1px dashed #CBCBCB;
  padding: 14px 0;
}
.news-list li:first-child {
  padding-top: 0;
}
.news-list dl dt {
  /* margin-bottom: 8px; */
}
.news-list dl dd {
  font-size: 12px;
}

.news-wrap {
  display: flex;
  align-items: center;
}
.news-wrap dl dt a {
  text-decoration: underline;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.news-wrap dl dt a:hover {
  text-decoration: none;
}

.news-more a {
  /* text-decoration: underline; */
  font-size: 14px;
}
.news-more a:hover {
  text-decoration: none;
}

.news-date {
  font-size: 14px;
  /* color: #B5B5B5 !important; */
  min-width: 120px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.news-content:after {
  content: "…";
}
#topNewsList h2{
  display:inline-block;
  border:solid 1px #999;
  border-radius:5px 5px 0 0;
  padding: 14px 53px;
  font-size:24px;
  position:relative;
}
#topNewsList h2:after{
  content:"";
  position:absolute;
  display:block;
  border-bottom:solid 1px #999;
  height:1px;
  bottom: -1px;
  left:0;
  width:100vw;
  max-width: 798px;
}
#topNewsList h2 span{
  font-size:18px;
}
.news-more {
  text-align: right;
  float: right;
  margin-top: 20px;
}
.news-more:after{content:"＞";background:#666;width:16px;height:16px;display: inline-flex;align-items:center;justify-content:center;border-radius:100%;font-size: 10px;line-height: 1;color:#fff;/* padding: 2px; */margin-left: 10px;}

#topIntro{
    margin-bottom: 65px;
}
#topIntro .imgBox{text-align:center;}
#topIntro h2{
  background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/top/intro_txt.png)no-repeat center;
  height:0;
  background-size: contain;
  overflow:hidden;
  padding-top: 83px;
  width: 100%;
  max-width: 398px;
  border-left: solid  4px #cf5c45;
  padding-left: 30px;
}
#topCategory{
  margin-bottom:65px;
  background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/top/cat_bg.png);
}
#topCategory .doubleBorder{background:#fff;font-size:18px;padding: 27px 0;position: relative;text-align: center;}
#topCategory .doubleBorder span{display:block}
#topCategory .doubleBorder:before,#topCategory .doubleBorder:after {
  content:"";
  background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/cat_border.svg)no-repeat center left;
  height: 0;
  overflow: hidden;
  padding-top: 20px;
  width: 100%;
  max-width: 30%;
  display: block;
  position: absolute;
  top:0;
  bottom:0;
  margin: auto;
}
#topCategory .doubleBorder:before{left:0;}
#topCategory .doubleBorder:after{right:0}

#topCategory .doubleBorder h2{font-size: 35px;line-height:1;margin-bottom: 4px;background: #fff;position: relative;z-index: 1;display: inline-block;margin-top: 20px;}
#topCategory .categoryIntro{
  border:solid #cf5c45 8px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 64px;
}
#topCategory .categoryIntro .cols{
  align-items:stretch;
}
#topCategory .categoryIntro .col:first-child{
  line-height:0;
  object-fit: cover;
}

#topCategory .categoryIntro .txtBox{padding: 26px 36px;background: #fff;}
#topCategory .categoryIntro .col:last-child .delivery{margin-bottom: 22px;}
#topCategory .categoryIntro h3{font-size:26px;margin-bottom: 16px;line-height: 1.6;}
#topCategory .categoryIntro .txt{margin-bottom: 20px;font-size: 15px;}
#topCategory .deliveryBox{display:block;}
#topCategory .delivery{font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;background:#ddd;display:inline-block;margin-right: 10px;padding: 8px;line-height:1;}
#topCategory .categoryBox .delivery{margin-bottom:24px;}
#topCategory .categoryIntro .delivery{display:block;max-width: 80px;text-align: center;}
#topCategory .delivery.reito{color:#fff;background: #2a8ae3;}
#topCategory .delivery.jon{color:#fff;background: #e38e2a;}
#topCategory .delivery.reitodokon{color:#fff;background:#2a6be3;}
#topCategory .categoryBtn {display:inline-block;}
#topCategory .categoryBtn a{color:#fff;background-size: contain;display: block;width: 100%;box-sizing: border-box;padding: 13.5px 23px;background-image: url(https://gigaplus.makeshop.jp/sabokikuchi/img/btn_bg_l.jpg) , url(https://gigaplus.makeshop.jp/sabokikuchi/img/btn_bg_loop.jpg);background-position:left,11px center;background-repeat:no-repeat , repeat;position:relative;max-height: 52px;}
#topCategory .categoryBtn a:after{content:"";padding: 2px 11px;background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/top/btn_arrow.svg)no-repeat center;margin-left: 8px;}
#topCategory .categoryBtn a:before{content:"";background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/btn_bg_r.jpg)no-repeat center;position:absolute;width: 11px;height: 52px;top: 0;right: 0;background-size: cover;}
#topCategory .categoryIntroTitle{
  background:#cf5c45;
  text-align:center;
}
#topCategory .categoryIntroTitle img{/* width:100%; */max-height: 65px;}
#topCategory .categoryIntroTitle .col{
  background:#fff;
}
#topCategory .categoryBox h3{
  font-size:24px;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: 600;
}
#topCategory #yukari h3{
  background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/top/yukari_ttl.png)no-repeat center left;
  height:0;
  overflow:hidden;
  padding-top: 22px;
  width: 100%;
  max-width: 122px;
}
#topCategory #yukari h3{
  background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/top/yukari_ttl.png)no-repeat center left;
  height:0;
  overflow:hidden;
  padding-top: 22px;
  width: 100%;
  max-width: 122px;
}
#topCategory #umekobucha h3{
  background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/top/umekobucha_ttl.png)no-repeat center left;
  height:0;
  overflow:hidden;
  padding-top: 22px;
  width: 100%;
  max-width: 158px;
}
#topCategory #tobiume h3{
  background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/top/tobiumeduke_ttl.png)no-repeat center left;
  height:0;
  overflow:hidden;
  padding-top: 22px;
  width: 100%;
  max-width: 304px;
}
#topCategory #somen h3{
  background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/top/somen_ttl.png)no-repeat center left;
  height:0;
  overflow:hidden;
  padding-top: 22px;
  width: 100%;
  max-width: 225px;
}
#topCategory .categoryBox{
  padding:29px 0;
  border-bottom:solid 1px #ccc;
}
#topCategory .categoryBox .col:last-child{padding-left:64px;}
#topCategory .categoryBox.reverse .col:last-child{padding-right:64px;padding-left:0;}
#topCategory .categoryBox h4{
  font-size:20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#topCategory .categoryBox .txt{
  margin-bottom: 36px;
}

#topEat{
  background:#f8f6f6;
  margin-bottom:65px;
}
#topVoice{
  background:#f8f6f6;
  margin-bottom:65px;
}
#topVoice .cols{align-items:center;}
#topVoice .txtBox{padding:20px 50px;}
#topEat .imgBox,#topVoice .imgBox{
  line-height:0;
}
#topVoice .txt,#topEat .txt{
  margin-bottom: 20px;
  font-size: 14px;
  }
#topVoice h2,#topEat h2{
  /* margin-top:22px; */
  margin-bottom: 10px;
  }
section .txt-link{text-align:right;margin-left:auto;margin-right:0;}
.txt-link a { font-size: 14px; text-decoration: underline; }
.txt-link a::after {content: "";padding: 0 1rem;background: url("https://gigaplus.makeshop.jp/sabokikuchi/img/arrow_icon.svg")no-repeat center;margin-left: 8px;}
#topEat .txtBox{padding:0 50px;}
#topEat .cols{align-items:center;}
#topEat h2 {
    background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/top/eat_ttl.png)no-repeat center left;
    height: 0;
    overflow: hidden;
    padding-top: 49px;
    width: 100%;
    max-width: 265px;
    /* margin-top: 0; */
}
#topVoice h2{
    background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/top/voice_ttl.png)no-repeat center left;
    height: 0;
    overflow: hidden;
    padding-top: 49px;
    width: 100%;
    max-width: 181px;
}

.index-review-list li {
  display: flex;
  margin-bottom: 60px;
}
.index-review-list li .index-review-image {
  margin-right: 18px;
  width: 140px;
  min-width: 140px;
}
.index-review-list li .index-review-image img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.review-list-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.review-index-score {
  display: flex;
  align-items: baseline;
}
.review-index-score p {
  margin-right: 16px;
}

.foot-category {
  background: #f2f2f2;
  padding: 60px 0;
}
.foot-category h2 {
  text-align: center;
}

.main-category-list {
  width: 1000px;
  margin: 0 auto;
}
.main-category-list li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
  width: 197px;
}
.main-category-list li a {
  width: 100%;
  display: block;
}

/* -----------------------------------------------------------------
   footer
----------------------------------------------------------------- */
footer .frame {
  max-width:1100px;margin-left:auto;margin-right:auto;
}
footer .col{margin-right:60px;}
footer .cols{justify-content:space-between;}
.footer-description{font-size:24px;font-weight:600;}
.footerLogo a{background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/f_logo_icon.svg)no-repeat center;display: block;padding-top: 95px;max-width: 375px;width: 35vw;background-size: contain;height: 0;overflow: hidden;}
.footer .addressTtl{font-size:18px;margin-bottom:20px;}
.footer .col .address{margin-bottom:20px;margin-right: 0;}
.footer .col.address{margin-left: 20px;margin-right: 0;}
.footer {
  width: 1100px;
  margin: 0 auto;
  padding: 35px 0;
}
.footer .cols{width:100%;justify-content:space-between;}
footer .frame{border-top: solid 2px #999;padding-top:45px}
.footer .footer-contact{border-bottom: solid 2px #999;margin-bottom:54px;}
.footer .cols h4{font-size:16px;border-bottom:solid 1px #999;padding-bottom: 14px;padding-left: 7px;margin-bottom: 12px;}
.footer .cols .telBox{border:solid 2px #ebeaea;margin: auto 8px 68px;position:relative;}
.footer .cols .telBox.freedial:before{content:"";padding:1rem;background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/footer/tel_icon.svg)no-repeat;position: absolute;top: 13px;left: 10px;}
.footer .cols .telBox.freedial .telTtl:before{content:"";padding:1rem;background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/footer/freedial_icon.svg)no-repeat;position: absolute;top: 18px;left: 40px;}
.footer .cols .telBox.tel .telTtl:before{content:"";padding:1rem;background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/footer/tel_icon.svg)no-repeat;position: absolute;top: 13px;left: 10px;}
.footer .cols .telBox.fax .telTtl:before{content:"";padding:1rem;background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/footer/fax_icon.svg)no-repeat;position: absolute;top: 13px;left: 10px;}
.footer .cols .telBox .telTtl{padding-left:45px!important;font-weight:600!important;}
.footer .cols .telBox.freedial .telTtl{padding-left:70px!important;}

.footer .cols .telBox .telTtl{background: #ebeaea;padding:16px;line-height:1;font-size:16px;font-weight: 500;}
.footer .cols .telBox .telNumber{font-size:20px;height:60px;display:flex;justify-content:center;align-items:center;font-family: sans-serif;font-weight: bold;}
.footer .cols .telBox .telNumber.red{font-size:30px;color:#993333;}
.footer .cols .telBox .telTime{background:#f6f3f3;height:75px;display:flex;align-items:center;justify-content:center;font-size:15px;}
.footer .cols .mailBtn{text-align:center;}
.footer .cols .mailBtn a{background:#2e2930;color:#fff;display:block;padding: 18.5px 0;border-radius:2px;box-sizing: border-box;}
.footer .cols .mailBtn a:before{content:"";padding:10px;background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/footer/mail_icon.svg)no-repeat center;margin-right: 10px;}
.footer img {
  max-width: 120px;
}

.footer-nav {
  /* display: flex; */
  /* align-items: center; */
}
.footer-nav li a{background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/arrow_icon.svg)no-repeat center left;padding-left:23px;background-size:16px;line-height: 2;font-size: 14px;}
.footer-nav li {
  margin-right: 30px;
}

.copyright {
  font-size: 12px;
  /* max-width: 300px; */
  text-align: center;
  padding: 30px;
  border-top: solid 2px #999;
}

/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */
.breadcrumb {
  font-size: 14px;
  padding: 10px;
  max-width: 800px;
  /* margin: auto; */
}

.breadcrumb-item {
  margin-right: 8px;
}
.breadcrumb-item::after {
  content: ">";
  margin-left: 12px;
}
.breadcrumb-item:last-child::after {
  display: none;
}

.category-image {
  margin-bottom: 20px !important;
  display: flex;
}
body.category .category-title,body.page-guide .category-title{text-align:center;justify-content:center;}
body.category .category-title h2,body.page-guide .category-title h2{font-size:36px;padding: 0 1rem;padding-bottom: 8px;border-bottom: solid 1px #c9171e;position:relative;margin-top: 16px;}
body.category .category-title h2:before{content:"";padding: 1rem 2rem;margin-right: 1rem;background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/category/title_icon.svg)no-repeat center;}
body.category .category-title h2:after,body.page-guide .category-title h2:after{content:"";width: 0;height: 0;padding: 3px;border-radius:100%;background:#c9171e;display:block;position:absolute;bottom: -3px;left:0;right:0;margin:auto;}
body.category .category-title span,body.category .category-title dl{display:none;}
body.voice .category-title h2:before{content:"";padding: 1rem 2rem;margin-right: 1rem;background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/page/voice/title_icon.svg)no-repeat center;}

.category-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-title dl {
  display: flex;
  font-size: 12px;
  margin-bottom: 40px;
}
.category-title dd {
  margin-right: 8px;
}

.category-child-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.category-child-item li {
  margin: 0 20px 12px 0;
}

.total-count span {
  font-weight: bold;
}

.pager-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.pager {
  display: flex;
}
.pager li {
  margin-right: 16px;
}
.pager li:last-child {
  margin-right: 0;
}

.bulk-group {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: bold;
}

.bulk-group a {
  color: #B5B5B5;
}

/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */
.detail {
  padding: 48px 0 0;
  clear: both;
  overflow: hidden;
  max-width: 800px;
  /* margin: auto; */
  /* display: inline-block; */
  /* float: right; */
}
body.page .contents > div:not(.side)  section{
  max-width: 1100px;
  margin: auto;
  width: 100%;
}
body.voice .main-section{
background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/top/cat_bg.png);
}
body.voice .main-section .voiceBox{
background:rgba(251 227 227 / 0.5);
padding:25px;
margin-bottom:50px
}
body.voice .main-section .voiceBox h2{
  margin-bottom:30px;
  color:#cf6752
}
body.voice .main-section .voiceBox .author{
  text-align:right
}
body.voice .main-section .voiceBox .inner{
  background-image:url(https://gigaplus.makeshop.jp/sabokikuchi/img/page/voice/border_top.png),url(https://gigaplus.makeshop.jp/sabokikuchi/img/page/voice/border_loop.png),url(https://gigaplus.makeshop.jp/sabokikuchi/img/page/voice/border_bottom.png);
background-repeat:no-repeat,repeat-y,no-repeat;
background-position:left top,0,bottom;
background-size:100%;
position:relative;
padding:20px 45px;
}
body.eat .page-title{text-align:center;}
body.eat .page-title h2{display:inline-block;font-size:36px;border-bottom:solid 1px;padding:20px;}
body.eat .img{margin-bottom:100px;}
body.eat .main-section img{width:100%;}
body.eat .main-section .alignCenter{font-size:28px;margin-bottom:60px;}
body.eat .main-section .alignCenter h3{display:inline-block;border-bottom:solid 1px #164a84;padding:20px;}
body.eat .main-section h4{font-size:24px;margin-bottom:40px;position:relative;padding-left:55px;}
body.eat .main-section .txt{line-height:2;margin-bottom:100px;}
body.eat .main-section h4:before{content:"";border-left:solid 6px #c9171e;height:6px;position:absolute;top:0;bottom:0;left:36px;margin:auto;border-radius:8px;}
body.eat .main-section h4:after{content:"";background: #c9171e;height: 1px;position:absolute;top:0;bottom:0;left:0;margin:auto;width:36px;display:block;}
body.eat .main-section h5{font-size:18px;margin-bottom:40px;}
body.eat .main-section .greenbg{
  background:#e8ff66;
}
body.eat .main-section .red{color:#cf5c45;font-size:18px;}

body.page section#checkedProduct{
  background:#f4f1f1;
  padding:25px;
  max-width: 800px;
  box-sizing: border-box;
}

body.page section#groupProduct h2{font-size:22px;text-align:center;}
body.page section#groupProduct h2:before{content:"";padding: 10px 21px;margin-right: 16px;background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/product/recomend_ttl.svg)no-repeat center left;}

body.page section#checkedProduct .item-name{font-size:18px;}
body.page section#checkedProduct h2{font-size:22px;text-align:center;}
body.page section#checkedProduct h2:before{content:"";padding: 10px;margin-right: 10px;background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/product/check_ttl.svg)no-repeat center left;}
body.page section#checkedProduct .price,body.page section#groupProduct .price{color:#990000;font-size: 18px;}
body.page .item-description-table,body.page .item-description-table table{width:100%}
body.page .item-description-table{margin-bottom:70px;}
body.page .item-description-table tr > *{padding:10px;border:solid 1px #ccc;}
body.page .item-description-table th{background: #f6ebeb;width: 20%;}
body.page .item-description-table td{width:100%}
.item-image {
  width: 415px;
  float: left;
}
.item-image img {
  width: 100%;
}

.main-image {
  float: left;
  margin-bottom: 40px;
  /* width: 540px; */
}
.main-image img {
  width: 100%;
}

/*スライダーcss*/
.gallery li {
  list-style: none;
}
.gallery li img {
  width: 100%;
  /* height: 415px; */
  /* object-fit: cover; */
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}

.slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.choice-btn {
  margin-bottom: 40px;
}
.choice-btn li {
  cursor: pointer;
  background: #333;
  width: 100px !important;
  margin-right: 8px;
  margin-bottom: 12px;
}
.choice-btn li:nth-child(5n) {
  margin-right: 0;
}
.choice-btn .slick-track {
  width: 100% !important;
}

.choice-btn li img {
  opacity: 0.4;
  width: 100px;
  height: 110px;
  object-fit: cover;
}

.choice-btn li.slick-current img {
  opacity: 1;
}

/*追加*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*スライダーcssここまで*/
.add-image-section {
  margin-bottom: 40px;
}

.add-image-title {
  font-size: 18px;
  margin: 40px 0 20px;
}

.add-image-list {
  width: 164px;
  display: inline-block;
  margin-right: 20px;
}
.add-image-list:last-child {
  margin-right: 0;
}
.add-image-list img {
  width: 100%;
  height: 164px;
  object-fit: cover;
}

#groupProduct{
  background: #f4f1f1;
  padding: 25px;
  max-width: 800px;
  box-sizing:border-box;
  margin-bottom: 35px;
}

.group-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.group-item-list li {
  width: 30%;
  margin-bottom: 40px;
  margin-right: 20px;
  position: relative;
}
.group-item-list li:nth-child(3n){
  margin-right:0;
}
.group-item-list li img {
  width: 100%;
  /* height: 140px; */
  object-fit: cover;
  border-radius: 10px;
}
.group-item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-detail {
  width: 315px;
  padding-left: 40px;
  float: right;
}
.item-detail .item-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 26px;
  position: relative;
}
.item-detail .itemName{
    padding-bottom: 8px;
    border-bottom: solid 1px #c9171e;
    position: relative;
    font-size: 22px;
    }
.item-detail .itemName:after {
    content: "";
    width: 0;
    height: 0;
    padding: 3px;
    border-radius: 100%;
    background: #c9171e;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    margin: auto;
}
    
.item-detail .item-category-name {
  margin-bottom: 6px;
}

.item-detail-icon {
  position: absolute;
  display: contents;
  font-size: 12px;
  font-weight: normal;
  top: 0;
}
.item-detail-icon .item-detail-sale {
  color: #F23E0C;
}
.item-detail-icon p {
  margin-bottom: 12px;
}

.item-price-wrap {
  margin-bottom: 20px;
}
.item-price-wrap .item-price {
  font-size: 20px;
  font-weight: 600;
}
.item-price-wrap .item-price span:first-child{color:#990000;font-size: 36px;font-weight:600;margin-left:30px;}
.item-price-wrap .item-price small{color:#990000;font-size: 30px;font-weight:600;}
.item-price-wrap .item-tax {
  font-size: 14px;
  color: #333333;
}
.item-price-wrap .fixed-price {
  font-size: 12px;
}

.member-original-price {
  font-size: 12px;
}
.member-original-price span {
  font-size: 18px;
}

.sale-text .original {
  text-decoration: line-through;
}
.sale-text .sale-rate, .sale-text .sale-price {
  color: #F23E0C;
}
.sale-text .sale-rate {
  margin: 0 10px;
}
.sale-text .sale-price {
  font-size: 30px;
  font-weight: 500;
}

.sale-priod {
  font-size: 12px;
  margin: 6px 0 12px;
}

.item-point, .review-empty {
  margin-bottom: 20px;
}

.item-sell-text {
  margin: 20px 0;
}
.item-sell-text .sell-start {
  margin-bottom: 8px;
}

.item-reserve {
  margin: 20px 0;
}
.item-reserve .item-reserve-release-text,
.item-reserve .item-reserve-text {
  font-size: 12px;
  margin-top: 6px;
}

.nameprint-area {
  margin-top: 20px;
}
.nameprint-area .nameprint-title-wrap {
  margin: 18px 0 8px;
  font-size: 12px;
}
.nameprint-area .nameprint-text-wrap p {
  margin-bottom: 4px;
  font-size: 12px;
}
.nameprint-area .nameprint-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.nameprint-area .nameprint-title span {
  color: #F23E0C;
  font-size: 12px;
  font-weight: normal;
  margin-left: 6px;
}
.nameprint-area .nameprint-text input,
.nameprint-area .nameprint-text textarea {
  width: 75%;
  border: 1px solid #333333;
}

.item-quantity {
  font-size: 20px;
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  font-weight: 600;
}
.item-quantity input {
  width: 60px;
  border: 1px solid #999;
  margin-left: 8px;
  border-radius: 0;
  padding: 6.5px;
  text-align: right;
  vertical-align: middle;
  font-size: 18px;
  font-weight: normal;
}

.item-review {
  font-size: 12px;
}

.review-link a {
  text-decoration: underline;
}
.review-link a:hover {
  text-decoration: none;
}

.item-option {
  width: 100%;
}
.item-option .btn {
  margin-top: 20px;
}

.makeshop-option-wrap {
  margin-top: 10px;
}

.makeshop-option-label {
  font-size: 12px;
  margin-bottom: 6px;
}

.makeshop-option-select {
  border: 1px solid #333333;
  margin-bottom: 12px;
  width: 75%;
}

.add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 40px;
}
.add-cart .modal-open{
  width:100%;
}
.add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}
.add-cart .btn {
  width: 180px;
  display: inline-block;
  text-align: center;
  /* border-radius: 5px; */
  padding: 15px 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
.add-cart .add-cart-btn {
  background: #1FD5AD;
}
.add-cart .add-cart-btn{color:#fff;background-size: contain;display: block;width: 100%;box-sizing: border-box;padding: 13.5px 23px;background-image: url(https://gigaplus.makeshop.jp/sabokikuchi/img/product/btn_bg_l.jpg) , url(https://gigaplus.makeshop.jp/sabokikuchi/img/product/btn_bg_loop.jpg);background-position:left,11px center;background-repeat:no-repeat , repeat;position:relative;max-height: 62px;font-size: 22px;max-width: 100%;}
.add-cart .add-cart-btn:before{content:"";padding: 2px 11px;background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/product/cart_icon.svg)no-repeat center;background-size:contain;margin-right:8px;}
.add-cart .add-cart-btn:after{content:"";background: url(https://gigaplus.makeshop.jp/sabokikuchi/img/product/btn_bg_r.jpg)no-repeat center;position:absolute;width: 13px;height: 62px;top: 0;right: 0;background-size: cover;}
.add-cart .restock-btn {
  background: #333333;
}
.add-cart .disabled-btn {
  background: #B5B5B5;
}
.add-cart .subscription-btn {
  background: #006BED;
  margin-top: 8px;
}
.add-cart .off {
  display: none;
}
.add-cart .on {
  display: block;
}
.detail .favorite{display:none;}
.subscription-only {
  margin-top: 0 !important;
}

.item-stock-sku {
  margin-bottom: 8px;
}

.favorite-wrap {
  display: flex;
  align-items: baseline;
}

.favorite a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 24px;
  font-weight: 900;
  margin-left: 18px;
  color: #ff7683;
}

.item-contact {
  margin-bottom: 40px;
}
.item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 40px;
}
.item-contact a {
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}
.item-contact a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0e0";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
}

.item-description dt {
  font-size: 18px;
  margin-bottom: 16px;
}

.item-info-list {
  margin-top: 20px;
}
.item-info-list li {
  margin-bottom: 10px;
}
.item-info-list li dl {
  display: flex;
}
.item-info-list li dt {
  width: 34%;
}
.item-info-list li dd {
  width: 66%;
}

.item-share li {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
}

.border-top::before {
  /* content: ""; */
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0;
}

.item-share {
  margin-bottom: 40px;
}

.sku tbody {
  align-items: center;
}

.sku-option-title {
  width: 60px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px 10px 0;
  vertical-align: middle;
}

.sku-option-name {
  font-size: 10px;
  text-align: left;
  padding: 0 16px 20px 0;
  vertical-align: middle;
}

.sku-cart {
  padding-bottom: 20px;
}

.sku-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.sku-price-wrap .price {
  margin: 0 6px 4px 0;
}

.item-review-detail {
  margin-bottom: 60px;
}

.item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.item-review-list li {
  margin-bottom: 60px;
}

.item-review-list-link {
  margin-bottom: 30px;
  font-size: 12px;
}
.item-review-list-link a {
  text-decoration: underline;
}
.item-review-list-link a:hover {
  text-decoration: none;
}

.review-list-unit .review-list-name {
  margin-bottom: 12px;
}
.review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.review-list-unit .review-star {
  margin-right: 6px;
}
.review-list-unit .review-list-date {
  font-size: 12px;
  color: #B5B5B5;
  margin: 12px 0;
}
.review-list-unit .review-list-content {
  font-size: 12px;
}

.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #FFA41C;
}
.reviewRateStar::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}

.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400;
}

.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0";
}

.review-post {
  margin-top: 40px;
}

.review-post {
  text-align: center;
}
.review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}
.review-post a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}

/*定期購入*/
.product-price-block {
  font-size: 30px;
  margin: 12px 0;
  font-weight: 500;
  color: #FE5A74;
}

.product-price-block small {
  font-size: 14px;
  color: #333333;
}

.subscription-gift {
  display: flex;
  margin-top: 30px;
}
.subscription-gift img {
  margin-right: 20px;
  width: 80px;
  max-height: 80px;
}

.subscription-price {
  font-size: 26px;
  font-weight: 500;
  color: #FE5A74;
}
.subscription-price small {
  font-size: 14px;
}

.item-group-icon img {
  width: auto !important;
  height: auto !important;
  display: block;
  margin-top: 8px;
}

/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.review-item-wrap {
  border: 1px solid #333333;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}
.review-item-wrap .review-item-image {
  padding-right: 20px;
  width: 120px;
}
.review-item-wrap .review-item-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.review-item-info .review-item-category {
  font-size: 12px;
  margin-bottom: 8px;
}
.review-item-info .review-item-name {
  font-size: 18px;
}
.review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.review-item-info .review-star {
  margin-right: 10px;
}
.review-item-info .review-average {
  font-size: 20px;
  font-weight: bold;
}
.review-item-info .review-count {
  font-size: 12px;
}

.review-form-wrap {
  width: 485px;
  margin: 0 auto;
}

.review-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.review-form:last-child {
  margin-bottom: 60px;
}
.review-form dt {
  width: 150px;
  text-align: left;
}
.review-form .review-form-content {
  width: 100%;
}
.review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}
.review-form dd .reviewRateStar:before {
  font-size: 18px;
}

.review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}

/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */
.cart {
  margin-bottom: 100px;
}

.cart-section-title {
  padding-top: 60px;
}

.free-shipping-wrap {
  text-align: right;
  margin-bottom: 16px;
  font-size: 12px;
}
.free-shipping-wrap .free-shipping-text em {
  color: #F23E0C;
}

.cart-list-table {
  width: 100%;
  padding: 20px;
}
.cart-list-table th {
  background: #E6E6E6;
  padding: 8px 12px;
  text-align: left;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.cart-list-table th:first-child {
  width: 360px;
}
.cart-list-table th:nth-child(2) {
  width: 190px;
}
.cart-list-table th:nth-child(3) {
  width: 200px;
}
.cart-list-table th:last-child {
  width: 200px;
}
.cart-list-table tbody tr {
  border-bottom: 1px solid #E6E6E6;
}
.cart-list-table tbody td {
  vertical-align: middle;
  padding: 20px;
}
.cart-list-table tbody td:first-child {
  display: flex;
}

.cart-list-info {
  font-size: 12px;
}

.cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}
.cart-list-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.item-cart-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.item-cart-price {
  font-size: 24px;
}

.item-cart-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-right: 12px;
}

.item-cart-delete {
  float: right;
}
.item-cart-delete a {
  font-size: 10px;
  border: 1px solid #333333;
  padding: 2px 8px;
}

.item-cart-subtotal {
  font-size: 24px;
  font-weight: bold;
}

.cart-total {
  background: #E6E6E6;
}
.cart-total td {
  display: table-cell !important;
}
.cart-total .cart-total-title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.cart-total .cart-total-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}
.cart-total .cart-total-point {
  font-size: 12px;
}
.cart-total .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}

.cart-button-wrap {
  text-align: right;
  margin-top: 40px;
}
.cart-button-wrap .cart-button a {
  width: 320px;
  display: inline-block;
  text-align: center;
  background: #1FD5AD;
  border-radius: 5px;
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.cart-button-wrap .cart-back-button a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f053";
  font-size: 12px;
  font-weight: bold;
  padding-right: 8px;
  color: #707070;
}

/* -----------------------------------------------------------------
   news
----------------------------------------------------------------- */
.news-list-unit {
  padding: 30px 0 !important;
}

.news-list-title {
  margin-bottom: 6px;
}
.news-list-title a {
  text-decoration: underline;
}
.news-list-title a:hover {
  text-decoration: none;
}

.news-list-date {
  font-size: 12px;
  color: #B5B5B5 !important;
  margin-bottom: 8px;
}

.news-content-wrap {
  margin-bottom: 30px;
}

.news-pager {
  display: flex;
  justify-content: space-between;
}
.news-pager .pager-left {
  display: flex;
}
.news-pager .pager-left .prev {
  margin-right: 20px;
}
.news-pager a {
  text-decoration: underline;
}
.news-pager a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------
   guide
----------------------------------------------------------------- */
.guide-section {
  /* width: 85%; */
  margin: 0 auto 60px;
  margin-top: -150px;
  padding-top: 150px;
}
.guide-section .guide-section-title {
  font-weight: bold;
  margin-bottom: 16px;
  background: #cf6752;
  color: #fff;
  padding: 10px;
  padding-left:50px;
  font-size: 26px;
  line-height: 1;
  position:relative;
}
.guide-section table{margin-bottom:30px}
.guide-section table tr > *{padding:1rem 2rem;border:solid 1px #cbd0d2;}
.guide-section table th{background:#fcefee}
.guide-section h5{font-size:20px;}
.guide-section .guide-section-title:before{
  content:"";
  background:url(https://gigaplus.makeshop.jp/sabokikuchi/img/guide/h4_icon.svg)no-repeat center;
  padding:1rem;
  position:absolute;
  left:10px;
  top:0;bottom:0;margin:auto;
}
.guide-section h4{
  border-left:solid 3px #cf6752;
  font-size:22px;
  padding-left: 10px;
  margin-bottom: 14px;
}
.guide-section .txt,.guide-section ol{margin-bottom:25px;padding-left:10px;line-height:2}
.guide-section .red{color:#ca2323;}
.comapany-box {
  /* width: 75%; */
  margin: 0 auto 60px;
}
.comapany-box img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  margin-bottom: 20px;
}

.contract-section {
  /* width: 85%; */
  margin: 0 auto 60px;
}
.contract-section tr > *{
  padding:1rem;
  border:solid #cbd0d2 1px;
}
.contract-section tr th{
  background:#efeeee;
}
.contract-section dt {
  font-weight: bold;
  margin-bottom: 4px;
}
body.page-guide .intro{margin-bottom:50px;font-size: 18px;line-height: 2;}
.policy-box {
  /* width: 85%; */
  margin: 0 auto 50px;
  line-height:2;
}
.policy-box h3{
  font-size:18px;
  margin-bottom:8px
}

/* -----------------------------------------------------------------
   catalog
----------------------------------------------------------------- */
.catalog-list {
  width: 100%;
  margin-bottom: 48px;
}

.catalog-list th {
  background: #E6E6E6;
}
.catalog-list td, .catalog-list th {
  border: 1px solid #ccc;
  padding: 6px 18px;
  vertical-align: middle;
}
.catalog-list input {
  border: 1px solid #ccc;
}

.catalog-input-num {
  width: 10rem;
}

.catalog-input-quantity {
  width: 3rem;
}

.catalog-info-wrap {
  text-align: left;
  font-size: 0.9rem;
  width: 397px;
  display: flex;
  box-sizing: border-box;
}

.catalog-img img {
  margin-right: 8px;
  width: 80px;
}

.catalog-search-btn {
  width: 60px;
}

.catalog-cart-btn {
  width: 25%;
}

.catalog-cart {
  text-align: center;
  display: block;
}

.catalog-search-btn {
  background: #333;
  padding: 10px 6px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

.alignCenter{text-align:center;}
.cols{display:flex;}
.cols .col {flex-basis: 0;flex-grow: 1;flex-shrink: 1;}
.cols.reverse{flex-direction: row-reverse;}
.cols.center{align-items:center;}

/* -----------------------------------------------------------------
   responsive
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  body:not(home) .contents{width:100%;} 
  .cols{display:block;}
  header .header-menu {
    justify-content: space-around;
    margin-bottom: 20px;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    display: none;
  }
  header .header-logo{top: 10px;left: 10px;}
  header .header-logo a{width: 100%;padding-top: 40px;}
  header .header-menu:last-child,
  header .header-description{display:none;}
  header .header-logo img {
    max-width: 100%;
  }
  body.category .category-title h2 {font-size: 24px;}
  body.category .category-title h2:before{background-size:contain;padding:16px;margin-right:10px;}
  body:not(.home) .contents{padding-top:60px;width: 100%;}
 .breadcrumb{margin-left: 0;}
  .header ,.header.fix{
    padding: 0;
    height: 60px;
  }
  .header.fix{/* position: relative; */}
  .header .top-nav {
    flex-direction: column-reverse;
  }

  .gnav .account {
    display: none;
  }
.bx-viewport{
  height:100%!important;
}
  .main-visual {
    /* margin: 20px auto 40px; */
    height: auto;
    padding-top: 50px;
  }
  .main-visual img {
    height: auto;
  }

  .bx-wrapper {
    margin-bottom: 0 !important;
  }

  .contents {
    width: 100%;
    padding: 0 12px 48px;
    box-sizing: border-box;
  }

  .container {
    display: block;
    padding: 0;
  }

  .side {
    width: auto;
    padding-right: 0;
  }

  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    background: #f9f3f3;
    transition: all 0.6s;
  }

  #g-nav.panelactive {
    left: 0;
  }
  .side #g-nav-list .bnrArea.login{margin-top:60px!important;}
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive .bnrArea{
    padding:0 40px;margin-top:60px
  }

  /*ボタン*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 50%;
  }

  .openbtn span:nth-of-type(1) {
    top: 18px;
  }

  .openbtn span:nth-of-type(2) {
    top: 28px;
  }

  .openbtn span:nth-of-type(3) {
    top: 38px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
    background: #333;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
    background: #333;
  }

  .search {
    padding: 20px 45px 16px;
    background: none;
    /* color: #fff; */
  }

  .search-btn {
    background: #333333;
    color: #fff;
  }

  .side-section {
    width: 80%;
    margin: 50px auto;
  }

  .sp-side-section {
    display: none;
    padding: 90px 45px 0;
  }
  .sp-side-section .sp-gnav li {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .sp-side-section .sp-gnav li a {
    color: #fff;
  }
  .sp-side-section .sp-gnav .logout a:before {
    display: inline-block;
    margin-right: 6px;
  }
  .sp-side-section .sp-gnav .membership a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }
  .sp-side-section .sp-gnav .login a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

  .side-category-list a {
    /* color: #fff !important; */
  }

  .category-list-title,
  .side-category-item {
    border-bottom: 1px solid #ccc;
    /* color: #fff; */
  }

  .side-category-item {
    padding-right: 20px;
  }
  .side-category-item p:before {
    background-color: #fff;
  }
  .side-category-item p:after {
    background-color: #fff;
  }
  .side-category-item p.on {
    width: 96%;
    background: #333333;
    color: #fff;
    padding-left: 10px;
    padding-right: 18px;
  }

  .side-contact a {
    /* color: #fff; */
  }

  .makeshop-calendar1,
  .makeshop-calendar2 {
    background: #fff;
  }
  .makeshop-calendar1 tr,
  .makeshop-calendar2 tr {
    text-align: center;
    font-size: 12px;
  }
  .makeshop-calendar1 thead tr th,
  .makeshop-calendar2 thead tr th {
    padding-bottom: 8px;
  }
  .makeshop-calendar1 tbody tr td,
  .makeshop-calendar2 tbody tr td {
    padding-bottom: 2px;
  }

  .calendar-wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .calendar-wrap div {
    background: #fff;
  }

  .calendar-title {
    margin-bottom: 0;
  }
.top-container{width:100%;max-width:1100px;}
  .main,.main > section {
    width: 100%;
  }
  #topNews{display:block;}
  #topNews h2,#topNews ul.news-list{margin-left: 0;margin-right: auto;margin-bottom: 10px;}
  
body.category .item-list{
  padding:16px;
}
  .item-list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list li {
    width: calc((100% - 16px) / 2 );
    margin-bottom: 40px;
    margin-right: 16px;
    position: relative;
  }
  .item-list li:nth-child(2n) {
    margin-right: 0;
  }
  .item-list li:nth-child(3n){
    margin-right:auto;
  }
  .item-list li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 4px;
  }

  .news-list li {
    padding: 30px 0;
  }
  .news-list li:first-child {
    padding-top: 0;
  }

  .news-wrap {
    display: block;
  }

  .news-date {
    width: 100%;
    margin-bottom: 8px;
  }

  .index-review-list li {
    display: block;
    margin-bottom: 60px;
  }

  .review-index-score {
    display: block;
  }
  .review-index-score .review-score {
    display: none;
  }
  .review-index-score .review-list-unit,
  .review-index-score .review-list-name {
    margin-bottom: 5px;
  }
  .review-index-score .review-list-date {
    margin: 5px 0 12px;
  }

  .main-category-list {
    width: 95%;
  }
  .main-category-list li {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    border-bottom: 1px solid #B5B5B5;
    width: 95%;
    padding: 12px 0;
  }
  .main-category-list li a {
    padding: 0 5px;
  }

  .footer {
    width: 95%;
    display: block;
  }
  .footer img {
    margin-bottom: 20px;
  }

  .footer-nav {
    display: block;
    margin-top: 20px;
  }
  .footer-nav li {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .breadcrumb {
    margin-bottom: 20px;
  }

  .category-title {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category-title dl {
    margin-bottom: 20px;
  }

  .category-child-item li {
    width: 175px;
    margin: 0 0 20px 0;
  }

  .detail,.item-description-table {
    padding: 10px;
    box-sizing:border-box;
  }

  .item-image {
    width: 100%;
  }

  .main-image {
    width: 100%;
  }

  .gallery li img {
    /* height: 450px; */
  }

  .choice-btn {
    width: 100%;
  }
  .choice-btn li {
    width: calc(93% / 5) !important;
    margin-right: 6px;
  }
  .choice-btn .slick-track {
    width: 100% !important;
  }

  .choice-btn li img {
    width: 100% !important;
    height: 65px;
  }

  .add-image-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .add-image-list img {
    height: 350px;
    object-fit: cover;
  }
  .add-image-list:nth-child(2n) {
    margin-right: 0;
  }
  .add-image-list:last-child {
    margin-bottom: 0;
  }

  .group-review-section {
    width: 100%;
  }

  .group-item-list {
    justify-content: space-between;
  }
  .group-item-list li {
    width: calc((100% - 16px) / 2 );
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
  }
  .group-item-list li img {
    height: auto;
  }

  .item-detail {
    width: 100%;
    padding-left: 0;
  }
  .item-detail .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .item-detail .item-category-name {
    font-size: 14px;
  }

  .slick-prev,
  .slick-next {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }

  .slick-prev:after {
    display: none;
  }

  .slick-next:after {
    display: none;
  }

  .item-price-wrap {
    margin-bottom: 8px;
  }
  .item-price-wrap .item-price {
    font-size: 20px;
  }
  .item-price-wrap .item-tax {
    font-size: 20px;
  }

  .item-point {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .item-sell-text {
    margin: 20px 0;
  }

  .item-option {
    margin-bottom: 12px;
  }

  .makeshop-option-select {
    width: 100%;
  }

  .nameprint-area {
    margin-bottom: 40px;
  }
  .nameprint-area .nameprint-text input,
  .nameprint-area .nameprint-text textarea {
    width: 100%;
  }

  .item-share {
    margin-bottom: 40px;
  }

  .review-category-title {
    margin-bottom: 20px;
  }

  .item-review-list li {
    margin-bottom: 30px;
  }

  .review-item-wrap {
    margin-bottom: 30px;
  }

  .review-form-wrap {
    width: 100%;
  }

  .review-form {
    display: block;
    align-items: center;
    margin-bottom: 30px;
  }
  .review-form:last-child {
    margin-bottom: 60px;
  }
  .review-form dt {
    width: 100%;
    margin-bottom: 8px;
  }
  .review-form dd textarea {
    width: 98%;
  }

  .add-cart {
    display: block;
    margin: 0 0 16px;
  }
  .add-cart .item-stock {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .add-cart .btn {
    width: 100%;
    font-size: 18px;
  }
.add-cart .add-cart-btn:after{
  height: 55px;
  background-size: contain;
}

  .sku-cart .btn {
    font-size: 14px;
    min-width: 160px;
  }

  .item-contact::before {
    display: none;
  }

  .item-info-list li dt {
    width: 40%;
  }
  .item-info-list li dd {
    width: 60%;
  }

  .checked-contents {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .checked-item-list {
    justify-content: space-between;
  }
  .checked-item-list li {
    width: calc((100% - 16px) / 2 );
    margin-right: 0;
    margin-bottom: 40px;
    justify-content: space-between;
  }
  .checked-item-list li img {
    width: 100%;
    height: 170px;
  }

  .cart {
    margin-bottom: 40px;
  }

  .cart-section-title {
    padding-top: 0;
  }

  .free-shipping-wrap {
    text-align: left;
  }

  .cart-list-table {
    width: 100%;
    padding: 20px 0;
  }
  .cart-list-table th {
    display: none;
  }
  .cart-list-table tbody td {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 6px;
  }
  .cart-list-table tbody td:first-child {
    width: 100%;
    margin-top: 30px;
  }

  .item-cart-price {
    font-size: 16px;
    text-align: right;
  }

  .item-cart-quantity input {
    margin-right: 8px;
  }

  .item-cart-delete {
    float: none;
    padding-left: 20px;
  }

  .item-cart-subtotal {
    font-size: 22px;
    text-align: right;
    margin-bottom: 30px !important;
  }
  .item-cart-subtotal::before {
    content: "小計";
    font-size: 14px;
  }

  .cart-total {
    display: flex;
    padding: 10px;
  }

  .cart-total-title {
    margin: 0 !important;
  }

  .cart-total-price-wrap {
    text-align: right;
  }

  .cart-button-wrap .cart-button a {
    width: 100%;
  }

  .guide-section {
    width: 100%;
  }

  .comapany-box {
    width: 100%;
  }

  .contract-section {
    width: 100%;
  }

  .policy-box {
    width: 100%;
  }

  .guide-title {
    margin: 40px 0 20px;
  }

  select::-ms-expand {
    display: none;
  }

  .makeshop-option-select-wrap {
    position: relative;
    background: #ffffff;
  }
  .makeshop-option-select-wrap::before {
    position: absolute;
    top: 10px;
    right: 8px;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }

  select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .catalog-info-wrap {
    width: 100%;
  }

  .catalog-img {
    margin: 10px 0 4px;
  }

  .catalog-list,
  .catalog-list td,
  .catalog-list th {
    border-collapse: collapse;
    text-align: center;
  }

  .catalog-list thead th {
    display: none;
  }

  .catalog-list td {
    padding: 8px 12px;
    display: block;
  }

  .catalog-list td[data-title]::before {
    color: #666;
    content: attr(data-title) "";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
  }

#topIntro .imgBox{margin-bottom:20px;}
#topIntro h2{margin-bottom:20px;}
#topCategory .categoryIntro .col:first-child img,
#topCategory .categoryBox img,
#topVoice img,
#topEat img
{width:100%;}
#topCategory .categoryIntroTitle img {
    width: 100%;
}

#topNewsList h2:after{max-width:calc(100vw - 24px);}
#topCategory .categoryBox .col:last-child{padding-left:0;}
#topCategory .categoryBox.reverse .col:last-child{padding-right:0;}
#topIntro h2{
  max-width:100%;
  background-size: contain;
  box-sizing: border-box;
  padding-left: 10px;
  background-position: center left;
  /* background-size: calc(100% - 20px); */
  /* margin-left: 20px; */
  background-position: 12px;
}
  #topEat .txtBox,#topVoice .txtBox{padding:20px;}
  #topCategory .doubleBorder h2{padding:0 10px;}
  #topCategory .categoryBox .imgBox{margin-bottom:20px;}
  #topCategory .categoryIntro .txtBox{padding:16px;}
  #topCategory .doubleBorder:before, #topCategory .doubleBorder:after{background-position:center}
#topNewsList ul{padding:16px;}
#topNewsList h2{font-size:20px;padding:10px 24px;}
#topNewsList h2 span{font-size:15px;}
.footer-description,.footerLogo{margin:16px;font-size:20px;}
.footerLogo a{max-width:300px;width:100%}
.footer .cols .telBox{margin-bottom:20px;}
footer .col{margin-right:0;margin-bottom:30px;}
.footer .col.address{margin-left:10px;margin-right:10px;}
body.voice .main-section{padding:10px;box-sizing:border-box;}
body.voice .main-section .voiceBox{
  padding:10px;
}
body.voice .main-section .voiceBox .inner{
  padding:20px;
}
.item-detail .itemName {
    font-size: 22px;
}
body.eat .img{margin-bottom:50px;}
body.eat .main-section{padding:16px;box-sizing:border-box}
body.eat .main-section .alignCenter{font-size:28px;margin-bottom:30px;}
body.eat .main-section .alignCenter h3{display:inline-block;border-bottom:solid 1px #164a84;padding:10px;}
body.eat .main-section h4{font-size:24px;margin-bottom:20px;position:relative;padding-left:55px;}
body.eat .main-section .txt{line-height:2;margin-bottom:50px;}
body.eat .main-section h5{font-size:18px;margin-bottom:20px;}


}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header .header-menu {
    padding: 20px 130px;
  }

  .main-visual img {
    height: 500px;
  }

  .main-image img {
    height: 600px;
  }

  .item-list li img {
    height: auto;
  }

  .checked-item-list li img {
    height: auto;
  }

  .sku-option-title {
    width: 100px;
  }

  .sku-cart {
    min-width: 400px;
  }

  .choice-btn li:nth-child(5n) {
    margin-right: 8px;
  }
  .choice-btn li:nth-child(10n) {
    margin-right: 0;
  }


}
@media screen and (max-width: 374px) {
  .header .header-menu {
    padding: 20px 20px;
  }

  .choice-btn li {
    width: 56px !important;
    margin-right: 4px;
  }

  .choice-btn li img {
    width: 56px !important;
    height: 56px;
  }

  .sku-cart .btn {
    min-width: 120px;
  }
}
@media screen and (min-width: 1100px) {

.bx-wrapper{
	overflow: hidden;
	margin: 0;
	border: none!important;
}
.bx-viewport{
	overflow: visible !important;
	width: 1000px !important; /* スライド画像の横幅 */  
	margin: 0 auto;            
}
.bx-prev{
	left: 50% !important;
	margin-left:-516px; /*（スライド画像の横幅÷2）+（矢印画像の横幅÷2） */ 
}
.bx-next{
	right: 50% !important;
	margin-right:-516px; /*（スライド画像の横幅÷2）+（矢印画像の横幅÷2） */
}
}
