@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600&display=swap');
/* -----------------------------------------------------------------
   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: #444;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 1.4;
}
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: #444;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  opacity: .7;
}

input, select {
  -webkit-appearance: none;
  appearance: none;
}

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;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px rgba(0,0,0,0.65) inset;
  -webkit-text-fill-color: white !important;
}
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;
}
.bx-wrapper {
  background: none !important;
  margin: 0 auto 0px !important;
  border: none !important;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  overflow: visible !important;
  background: transparent !important;
}
.bx-wrapper .bx-pager {
  padding-top: 10px !important;
  left: unset;
  z-index: 1;
}
.visual-wrap {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
.main-visual {
  width: 100%;
}
.main-visual .sliderOpacity {
  position: absolute;
  width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
}
.sliderOpacity_left {
  position: absolute;
  width: 1200px;
  height: 560px;
  top: 0;
  left: -1200px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 88;
}
.sliderOpacity_right {
  position: absolute;
  height: 560px;
  width: 1200px;
  top: 0;
  left: 1200px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 88;
}
.main-visual .bx-wrapper {
  width: 100%;
}
/* .bx-wrapper .bx-pager.bx-default-pager a{
    width: 50px !important; /*ページャーアイコンのサイズ */
/*height: 4px !important;
} */
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #D4D4D4 !important;
    width: 30px !important;
    height: 2px !important;
    margin: 0 7px !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #7B000D !important;
}
.bx-wrapper .bx-controls-direction a {
  top: calc(50% - 37px + 55px) !important;
  width: 21px !important;
  height: 72px !important;
}
.bx-wrapper .bx-prev {
  left: 60px !important;
  background: url(https://gigaplus.makeshop.jp/atable/img/prev.svg) no-repeat center !important;
}
.bx-wrapper .bx-next {




  right: 60px !important;
  background: url(https://gigaplus.makeshop.jp/atable/img/next.svg) no-repeat center !important;
}
.main-visual li {
  margin: 0;
}
.en {
    font-family: 'Cormorant', serif;
}

.ja {
    font-family: 'Noto Serif JP', serif;
}
.left {
    text-align: left !important;
}
.center{
	text-align: center;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.pc-flex {
  display: flex !important;
}
.sp-flex {
  display: none !important;
}
/* -----------------------------------------------------------------
   header
----------------------------------------------------------------- */
header:not(.c-entry__header) {
    width: 100%;
    height: 110px;
    background: rgba(0,0,0,0.65);
    margin: 0 auto;
    text-align: center;
    position: fixed;
    z-index: 2;
    transition: .3s;
}
.top-page .header {
        background: transparent;
}
.header-logo{
	margin-right: 8%;
}
.header-logo a {
    display: flex;
}
.h-header {
  display: flex;
  max-width: 1200px;
  margin: 14px auto 10px;
  justify-content: space-between;
  align-items: center;
}
.h-header .h-menu {
  display: flex;
  align-items: center;
}
.h-header .h-menu li {
  padding: 0 15px;
  position: relative;
}
.h-header .h-menu li::after {
  content: "|";
  position: absolute;
  color: #a9a9a9;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.h-header .h-menu a {
  font-size: 13px;
}
.h-header .h-menu li:last-child::after {
  display: none;
}
.gnav .header-category:hover .header-category-list {
  display: block;
}
header .top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    height: 110px;
    position: relative;
}
.h-left {
  display: flex;
  align-items: center;
}
.header-right-wrap {
    width: 100%;
}
.h-shiping-wrap {
  display: flex;
  align-items: center;
}
.h-shiping-wrap > div {
  margin-right: 10px;
  border: 1px solid #bf9c4b;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  color: #bf9c4b;
}
.h-shiping-wrap > div span {
  font-size: 11px;
  font-weight: normal;
}
header .header-menu {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0 20px;
}
header .header-logo img {}
.header.fix {
  display: block;
        background: rgba(0,0,0,0.65);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: .3s;
}
.gnav {
  display: flex;
  align-items: center;
}
.gnav li {
  margin-left: 30px;
  position: relative;
}
.gnav li.header-cart img {
  width: 28px;
}
.gnav li.logout img {
  width: 18px;
}
.gnav li.header-mail img {
    width: 23.5px;
}
.gnav li.header-myp img {
    width: 20px;
}
.gnav .account.login::after {
    content: "ログイン";
    font-size: 10px;
    color: #fff;
    position: absolute;
    white-space: nowrap;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.gnav .account.logout::after {
    content: "ログアウト";
    font-size: 10px;
    color: #fff;
    position: absolute;
    white-space: nowrap;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.gnav .header-mail::after {
    content: "メール";
    font-size: 10px;
    color: #fff;
    position: absolute;
    white-space: nowrap;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.gnav-menu.header-myp::after {
    content: "マイページ";
    font-size: 10px;
    color: #fff;
    position: absolute;
    white-space: nowrap;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.gnav-menu.header-cart::after {
    content: "カート";
    font-size: 10px;
    color: #fff;
    position: absolute;
    white-space: nowrap;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.gnav .account {
  font-size: 13px;
}
.gnav .account:last-child {}
.gnav .header-category {
  position: relative;
  margin-right: 10px;
}
.gnav .header-category::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 9px;
  right: -15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #00523A;
  border-right: 1px solid #00523A;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.gnav li.head-category-item {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.gnav-menu {
    font-size: 10px;
    height: 22px;
    display: flex;
    align-items: center;
}
.gnav li a {
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.gnav li.gnav-menu.header-search a {
  padding-right: 0;
  padding-left: 10px;
  cursor: pointer;
}
#gnav-wrap {
  display: flex;
  align-items: center;
}
.gnav-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between
}
.gnav-list li.gnav-link {
	position: relative;
}
.gnav-list li.gnav-link a {
    cursor: pointer;
    font-size: 22px;
    display: block;
    line-height: 24px;
    color: #fff;
    padding-bottom: 5px;
    font-family: 'Cormorant', serif;
}
.gnav-list li.gnav-link a span {
    display: block;
    font-size: 14px;
    font-family: 'Noto Serif JP', serif;
}

.gnav-list li.gnav-link a:hover {
    opacity: 1;
}
.gnav-list li.gnav-link>a:hover::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
}
.h-tel {
  display: flex;
  align-items: center;
  margin-right: 30px;
  font-size: 22px;
  letter-spacing: 0.04em;
  font-family: 'Didact Gothic', sans-serif;
}
.h-tel .telno span {
  font-size: 14px;
}
.h-tel .time {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.h-search {
  display: flex;
  align-items: center;
  position: relative;
}
.btn-go-wrap img {
  height: 18px;
}
.h-search .search-url {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.h-search #search {
    width: 256px;
    height: 26px;
    padding: 6px 30px 6px 5px;
    color: #fff;
    background: none;
    border-bottom: 1px solid #fff;
    font-size: 12px;
	border-radius: 0;
}
.header-cart {
  position: relative;
}
.header-cart .cart-count {
    position: absolute;
    left: 22px;
    top: -3px;
    color: #fff;
    background: #7B000D;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    font-size: 8px;
    font-weight: 600;
}
.header-cart a {
  position: relative;
}
.gnav-wrap {
  background: #ae0002;
  padding: 14px 0;
}
#gnav {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
#gnav li.gnav-list {
  width: calc((100% - 232px) / 5);
}
#gnav li.gnav-list > a {
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  color: #fff;
}
#gnav li.gnav-list a:hover {
  opacity: 1;
  color: #bf9c4b;
}
#gnav li.gnav-list a::after {
  display: block;
  content: "";
  background: #fff;
  width: 1px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#gnav li.gnav-list:first-child a::before {
  display: block;
  content: "";
  background: #ddd;
  width: 1px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#gnav li.gnav-list a:hover::after {
  opacity: 1;
}
#gnav li.gnav-list.header-search {
  position: relative;
  width: 232px;
}
#gnav li.gnav-list.header-search #search {
  width: 209px;
  height: 34px;
  border-radius: 200px;
  padding: 6px 40px 6px 15px;
  background: #f2f2f2;
}
#gnav li.gnav-list > a.btn-go.search-url {
  position: absolute;
  padding: 0;
  right: 25px;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#gnav li.gnav-list > a.btn-go.search-url::after {
  display: none;
}
.main-visual {
  margin: 0 auto 74.5px;
}
.main-visual img {
  margin: 0 auto;
  width: 100%;
}
.main-visual li {
  /*display: flex;
  align-items: center;*/
}
#M_slider {
  height: 100%;
}
.contents {
    width: 100%;
    padding: 0 0 48px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.container {
  display: flex;
  padding: 48px 0 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.top-container {
  padding: 0;
}
.banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.banner-area::after {
  content: "";
  display: block;
  width: 33%;
}
.banner-area img {
  max-width: 330px;
}
.header-search input#search {
  width: 426px;
  line-height: 37px;
  border: 1px solid #222222;
  padding: 8px 50px 8px 20px;
  font-size: 16px;
  border-radius: 0;
}

.header-search input#search::placeholder {
  font-size: 16px;
  color: #bfbfbf;
}
.header-search .search-url {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
ul.spmenu-list {
  display: none;
}
/*メガメニュー*/
.gnav-list li.gnav-link .h-cat-list {
    display: none;
    background: rgba(0,0,0,0.65);
    padding: 15px;
    position: absolute;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 190px;
}
.top-page .header .gnav-list li.gnav-link .h-cat-list {
    background: transparent;
}
.top-page .header.fix .gnav-list li.gnav-link .h-cat-list {
    background: rgba(0,0,0,0.65);
}
#category #allcat-VinChampagne, #category #allcat-Entertaining {
    display: none;
}
#scene .h-childitem-wrap,#wine .h-childitem-wrap {
    display: none;
}
#scene .h-childitem-wrap#cat-Entertaining,#wine .h-childitem-wrap#cat-VinChampagne {
    display: block;
}
.h-childitem-wrap {
}
.h-childitem-wrap > li {
  width: 100%;
}
.h-childitem-wrap > li.h-category-item > a {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    display: block;
    text-align: left;
    position: relative;
    padding-left: 20px;
}
.h-childitem-wrap > li.h-category-item > a::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}


/* -----------------------------------------------------------------
   side-nav
----------------------------------------------------------------- */
.side {
    width: 200px;
    padding-right: 40px;
}
a.sp-search-link {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 200px;
    margin-bottom: 30px;
    position: relative;
    background: #7B000D;
}
a.sp-search-link::before {
    content: "";
    background: url(https://gigaplus.makeshop.jp/atable/img/search.svg)no-repeat;
    width: 17px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 7px;
}
.side-section.side-menu {
    background: rgba(0,0,0,0.65);
    padding: 0 10px;
	margin-bottom: 45px;
}
.search {
  background: #F8F8F8;
  padding: 15px 15px 20px;
}
.search h3 {
  font-size: 20px;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  margin-bottom: 10px;
}
.search-area li {
  margin-bottom: 17px;
}
.search-area label {
  display: block;
  margin-bottom: 5px;
}
.search-area input, .search-area select {
    width: 100%;
    height: 36px;
    border-radius: 0;
}
input.search-price {
  width: 36%;
  margin-right: 6px;
}
input.search-price:last-child {
  margin-left: 6px;
}


  p.category-list-title.accordion::before, p.category-list-title.accordion::after {
    content: "";
    height: 1px;
    width: 18px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 9px);
    transition: all 0.2s ease-in-out;
}
	p.category-list-title.accordion::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
p.category-list-title.accordion.on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.side-section.side-category {
  margin-top: 0;
}
.sp-side-section {
  display: none;
}
.side-bnr img {
  margin-bottom: 10px;
}
  .side-contact a {
    display: block;
    position: relative;
    font-size: 18px;
    padding: 0 0 10px 20px;
    width: calc(100% - 2px);
}
	.side-contact a::before{
	content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 13px;
	}
	.side-contact.myp a::before {
    display: none;
}
.sidecat-wrap#search-link {
    border-top: none;
}
.sidecat-wrap {
    padding: 30px 0 0;
    border-top: 1px solid #fff;
}

.side-category-item a {
  position: relative;
}
.side-category-item a.on {}
.side-category-item .side-category-item:last-child a {
  border: none;
}

.child-item.accordion:before, .child-item.accordion:after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 11px;
  width: 15px;
  height: 1px;
  background: #000;
  margin: auto;
  transition: .2s;
}
.child-item.accordion:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.child-item.accordion.on:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.first-accordion::after {
  display: block;
  content: "";
  position: absolute;
  top: 44px;
  right: 7px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transition: .2s;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
a.disable.first-accordion {
  cursor: pointer;
}
.side-category-item p.on {}
.side-category-grandchild-item .side-category-item, .side-category-lastgrandchild-item .side-category-item {
  border: none;
}
ul.side-category-child-item {
  margin: 10px 0 20px;
}
.child-item {
  /*padding: 5px 20px 5px 10px !important;
    font-weight: normal !important;
    position: relative;*/
}
.side-category-list a {
    font-size: 14px;
    padding: 0 0 10px 20px;
    width: calc(100% - 20px);
    display: block;
    color: #fff;
}
.side-category-list a::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 9px;
}
.side-category-list a.grandchild-item {
  padding: 12px 48px 12px 40px !important;
  position: relative;
  width: calc(100% - 88px) !important;
  font-size: 12px !important;
  border-bottom: 1px dotted #DEDEDE;
}
.side-category-grandchild-item {
  display: none;
}
.side-category-list a.grandchild-item::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 42%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-category-lastgrandchild-item a {
  padding: 5px 20px 5px 22px !important;
  font-weight: normal !important;
  position: relative;
  width: calc(100% - 42px);
  font-size: 11px;
}
.side-category-lastgrandchild-item a::before {
  content: "-";
  margin-right: 5px;
}
.side-category-grandchild-item li:last-child {}
.close {
  display: none;
}
.accordion {
  cursor: pointer;
}
.side-contact li {
  margin-bottom: 16px;
}
.side-category-grandchild-item {
  display: none;
}
.cat-box {
    display: none;
	margin-bottom: 23px;
}
.category-list-title {
    font-size: 22px;
    text-align: center;
    padding: 0;
    color: #fff;
    position: relative;
    padding-bottom: 57px;
    font-family: 'Cormorant', serif;
}
.category-list-title span {
    display: block;
    font-size: 16px;
} 
.category-list-title a{
	color:#fff;
}
.sidecat-wrap#vin .category-list-title {
    font-size: 18px;
}
.category-list-title span {
    display: block;
    font-size: 14px;
}
.sidecat-wrap.link-wrap .category-list-title {
    padding-bottom: 30px;
}
.sidecat-wrap#Category #allcat-Entertaining, .sidecat-wrap#Category #allcat-VinChampagne {
    display: none;
}
.sidecat-wrap#scene .side-category-list,.sidecat-wrap#vin .side-category-list {
    display: none;
}
.sidecat-wrap#scene .side-category-list#cat-Entertaining {
    display: block;
}
.sidecat-wrap#vin .side-category-list#cat-VinChampagne {
    display: block;
}
.calendar-wrap {
    margin-bottom: 30px;
}
.calendar-title {
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}
.calendar-title dt {
  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 {
  color: #fff;
  height: auto;
  border-radius: 100%;
  position: relative;
  z-index: 0;
}
.makeshop-calendar1 td.today::after {
    width: 20px;
    height: 20px;
    background: #7B000D;
    border-radius: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
}
.this-month {
  background: #000;
}
.next-month {
  background: #000;
}
.saturday {
  color: #006BED;
}
.sunday {
  color: #F23E0C;
}



.side-sns {
    display: flex;
    justify-content: right; /* center */
    align-items: center;
    gap: 11px;
}
.side-contact.pc {
    padding-bottom: 30px;
    margin: 0 10px;
}
.side-contact.pc a {
    font-size: 14px;
    color: #fff;
	padding-bottom: 0;
}
.side-contact.pc a::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 9px;
}
/* -----------------------------------------------------------------
   check
----------------------------------------------------------------- */
.checked-contents {
  width: 100%;
}
.checked-item-list {
  display: flex;
  flex-wrap: wrap;
}
.checked-item-list li {
  width: calc((100% - 81px) / 4);
  margin-bottom: 30px;
  margin-right: 27px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.checked-item-list li:nth-child(4n) {
  margin-right: 0;
}
.item-list-image img {
  max-width: 100%;
  max-height: 100%;
}
/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */
.main {
  width: 960px;
}
.main-section {
  margin-bottom: 0;
  position: relative;
}
.main-section.pickup-section {
    background: #F5F5F5 url(https://gigaplus.makeshop.jp/atable/img/bg-white.png)no-repeat 123% -34px;
    padding: 51.5px 15px 90px;
}
.main-section.scene-section {
    padding: 100px 15px;
}
.main-section.recommend-section,.main-section.special-section,.main-section.review-wrap {
    padding: 100px 15px;
    background: #F5F5F5;
}
.main-section.newitem-section,.main-section.ranking-section,.main-section.news-section,.main-section.info-section,.main-section.recently-section{
	padding: 100px 15px;
}
.main-section.subbnr-section {
    padding: 60px 15px;
    background: #F5F5F5;
}
.main-section.recommend-section::after {
    content: "";
    background: url(https://gigaplus.makeshop.jp/atable/img/bg-gray.png);
    width: 696px;
    height: 696px;
    background-size: 696px;
    display: block;
    position: absolute;
    top: -295px;
    left: -200px;
}
.main-section.ranking-section {
    background: url(https://gigaplus.makeshop.jp/atable/img/bg-gray.png)no-repeat -23% -34px;
    padding: 51.5px 15px 90px;
}
.main-section.subbnr-section::after {
    content: "";
    background: url(https://gigaplus.makeshop.jp/atable/img/bg-gray-right.png);
    width: 696px;
    height: 696px;
    background-size: 696px;
    display: block;
    position: absolute;
    top: -550px;
    right: -200px;
}
.main-section.recently-section::after {
    content: "";
    background: url(https://gigaplus.makeshop.jp/atable/img/bg-gray.png);
    width: 696px;
    height: 696px;
    background-size: 696px;
    display: block;
    position: absolute;
    top: -295px;
    left: -200px;
}
.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	position: relative;
	z-index: 1;
}






.main-section.pickup-section h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.pickup-container {
    background: #000;
    width: 81%;
    max-width: 970px;
    margin: 0 0 0 auto;
}
.main-section.pickup-section img {
    max-width: 460px;
    position: absolute;
    top: 85px;
}
.container-inner {
    padding: 45px 50px 45px 280px;
	margin-top:85px;
}
.main-section.pickup-section h3 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.main-section.pickup-section .container-inner p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
	text-align: left;
}

.scene-container {
    display: flex;
    align-items: stretch;
}
.scene-left {
    position: relative;
    display: flex;
    width: 53%;
    overflow: hidden;
}
.scene-left img {
    max-width: 100%;
    min-width: 100%;
}
.scene-right {
    background: url(https://gigaplus.makeshop.jp/atable/img/scene-bg.png);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3.7%;
    width: calc(47% - 7.4%);
}
.main-section.scene-section h2 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.main-section.scene-section h2 span {
    display: block;
    font-size: 14px;
    top: -10px;
    position: relative;
}
.scene-right ul.scene-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}
.scene-right ul.scene-list li {
    width: calc(100% / 3 - 10px);
    padding-top: 31%;
    position: relative;
}
.scene-right ul.scene-list li a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
}
.scene-right ul.scene-list li a:hover {
    background: rgba(256,256,256,0.2);
    opacity: 1;
}

@media screen and (max-width: 786px) {
	.scene-container {
    flex-wrap: wrap;
}
	.scene-left {
    width: 100%;
}
	.scene-right {
    padding: 20px;
    width: calc(100% - 40px);
}
	.scene-right ul.scene-list {
    gap: 20px;
    width: 100%;
}
	.scene-right ul.scene-list li {
    width: calc(100% / 2 - 10px);
    padding-top: 20%;
}
	.main-section.scene-section h2 span{
		top:0;
	}
}







.main-section.recommend-section, .main-section.special-section, .main-section.review-wrap {
    padding: 50px 15px;
}
.main-section.newitem-section, .main-section.ranking-section, .main-section.news-section, .main-section.info-section, .main-section.recently-section,.main-section.column-section {
    padding: 50px 15px;
}

.border:after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 60px;
}
.main-ttl {

    font-size: 46px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 70px;
    padding: 0;
    font-weight: 500;
    position: relative;
    color: #000;
}
.main-ttl span {
    display: block;
    line-height: 26px;
    font-size: 14px;
	color:#6A6A6A;
}
.main-ttl::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 135px;
    height: 3px;
    background-image: linear-gradient(to right, #00245B 33%, #D4D4D4 33%, #D4D4D4 66%, #7B000D 66%);
}
.main-ttl.baseunder {
    margin-bottom: 80px;
}
.main-ttl.baseunder span {
    position: relative;
    bottom: -10px;
}
.main-ttl.baseunder::after {
    bottom: -30px;
}
.cl-white {
  color: #fff !important;
}

.subbnr-list li {
    position: relative;
}
.subbnr-list li:first-child {
    margin-bottom: 50px;
}
.subbnr-list li h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 50px;
    line-height: 50px;
}
.subbnr-list li h3 span {
    display: block;
    font-size: 20px;
}
.shop-comment {
  margin-bottom: 40px;
}

.item-list , .group-item-list{
    display: flex;
    flex-wrap: wrap;
    gap: 60.5px 27px;
}
.item-list.index-item-list {
	gap:30px;
	flex-wrap: nowrap;
}
.recommend-section .item-list, .ranking-section .item-list, .recently-section .checked-item-list, .newitem-section .item-list, .index-review-list, .review-section .item-list {
  margin: 0 auto;
  flex-wrap: nowrap;
  gap: 30px;
}

.item-list li, .group-item-list li {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 18px);
    margin-bottom: 0;
}
.item-list.index-item-list li {
    width: calc(100% / 3);
    margin-bottom: 0;
}
.item-list-image {
    width: 100%;
    padding-top: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.item-list-image a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.item-list li img {
  margin-bottom: 4px;
  position: relative;
}
.item-list li p.item-name, .checked-item-list li p.item-name, .group-item-list li p.item-name {
    margin-top: 15px;
    line-height: 23px;
    font-size: 16px;
    text-align: left;
}
.item-list li p.item-name a, .checked-item-list li p.item-name a, .group-item-list li p.item-name a {
  color: #000;
}
.item-list-txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    color: #444;
}
.item-list li .item-list-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.item-list-review {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.item-list-review .item-list-review-rate {
  margin: 0 6px;
}



.ranking-section .item-list.ranking-item-list {
    gap: 10px;
	flex-wrap: wrap;
	position: relative;
	/* padding-left:50%; */
        display: grid;
    grid-auto-flow: column;
    grid-area: item;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    scroll-behavior: smooth;
    scroll-marker-group: after;
    scrollbar-width: none;
}
.ranking-section .item-list li {
    width: calc(100% / 2);
    width: 40vw;
    max-width: 300px;
	margin: 0;
	display: block;
}
.ranking-section .item-list li.rank-first {
    position: absolute;
    left: 0;
    width: 50%;
}
.ranking-section .item-list li p.item-name a, .ranking-section .price {
    color: #fff;
}
.ranking-section .item-list li p.item-name a{
	font-size: 16px;
    line-height: 23px;
	font-weight: 500;
    @media (max-width: 768px) {
	font-size: 14px;
    }
}
.ranking-section .price{
	font-size: 20px;
}
.ranking-section .item-list.ranking-item-list .item-list-image a:hover {
    opacity: 1;
}
.rankinginner {
    position: absolute;
    width: calc(100% - 38px);
    bottom: 0;
    background: rgba(0,0,0,0.5);
    padding: 16px 19px 12px;
    display: none;
    justify-content: space-between;
	align-items: center;
}
.ranking-section .item-list li:hover > .rankinginner {
    display: flex;
}
.ranking-left {
    margin-right: 20px;
}
.rankinginner .item-list-cart {
    margin: 0 !important;
}
.rank-first .rankinginner {
    padding: 30px;
    width: calc(100% - 60px);
}
.rankinginner .item-list-btn {
    display: block;
    line-height: 48px;
    font-size: 16px;
    padding: 0;
}
.rankinginner .item-list-btn.otherrank {
    height: 48px;
    width: 48px;
    position: relative;
}
.rankinginner .item-list-btn.otherrank img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.rank-first .rankinginner .item-list-btn span {
    display: block;
    width: 236px;
}
.ranking-icon {
    position: absolute;
    top: 0;
    left: 15px;
    text-align: center;
    font-size: 32px;
    color: #000;
    width: 50px;
    height: 62.15px;
    background: url(https://gigaplus.makeshop.jp/atable/img/rank.png);
    line-height: 50px;
}
.ranking-icon.rank-1 {
    background: url(https://gigaplus.makeshop.jp/atable/img/rank1.png);
    color: #fff;
    width: 70px;
    height: 87px;
        width: 50px;
    height: 62.15px;

    line-height: 70px;
    font-size: 45px;
        line-height: 50px;

        font-size: 32px;
    

}
.ranking-icon.rank-2 {
    background: url(https://gigaplus.makeshop.jp/atable/img/rank2.png);
    color: #fff;
}
.ranking-icon.rank-3 {
    background: url(https://gigaplus.makeshop.jp/atable/img/rank3.png);
    color: #fff;
}
.item-icon {
  position: absolute;
  top: 5px;
  font-size: 12px;
  right: 5px;
  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 {
  font-size: 14px;
  margin-top: 5px;
}
.original-price {
  text-decoration: line-through;
}
.item-sale-price {
  color: #F23E0C;
}


.info-section .inner.news-inner {
    max-width: 960px;
    border: 1px solid #ddd;
    padding: 38px 75px 51px 75px;
}
.info-section .inner.news-inner::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #00245B 33%, #D4D4D4 33%, #D4D4D4 66%, #7B000D 66%);
}
.info-section h2.main-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.info-section h2.main-ttl span {
    text-align: left;
    margin-left: 20px;
}
.info-section h2.main-ttl::after{
	display: none;
}

.ttl-wrap {
    justify-content: space-between;
    display: flex;
    align-items: baseline;
    margin-bottom: 50px;
}
a.link{
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 40px;	
}

a.link::after {
    content: "";
    display: block;
    position: absolute;
    background: url(https://gigaplus.makeshop.jp/atable/img/arrow1.svg);
    top: 33%;
    right: 0;
    width: 30px;
    height: 9px;
    background-size: 31px;
}
.news-list {
    margin-bottom: 50px;
}
.news-list.index-news-list {
    padding: 0;
    width: 100%;
	margin:0;
}
.news-list li {
  padding: 24px 0;
  border-bottom: 1px solid #e7e7e7;
}
.news-list li:first-child {
    padding-top: 0 !important;
}
.news-list.index-news-list li {
    padding: 0 0 20px !important;
    border: none;
    line-height: 28px;
}
.news-list li:last-child {
    border: none;
    padding-bottom: 0 !important;
}
.news-list.index-news-list li:first-child {
  padding-top: 5px;
}
.news-list dl dt.news-title {
  font-size: 16px;
  font-weight: 500;
}
.news-list dl dd {
  font-size: 12px;
}
.news-wrap {
  display: flex;
  align-items: center;
}
.news-wrap dl dt a {
    line-height: 28px;
    font-size: 14px;
    color: #000;
}
.news-wrap dl dt a:hover {
  text-decoration: none;
}

.news-date {
    font-size: 16px;
    min-width: 95px;
    color: #7B000D;
}
.news-content:after {
  content: "…";
}

.index-review-list li {
   /* display: flex; */
    margin-bottom: 40px;
    padding: 40px;
    background: #fff;
	align-items: center;
}
.index-review-list li .index-review-image {
/*    margin-right: 40px; */
    max-width: 300px;
}
.index-review-list li .index-review-image a {
  display: flex;
  align-items: center;
  height: 100%;
}
.index-review-list li .index-review-image img {
  width: 100%;
}
.review-list-content-wrap {
    /* width: calc(100% - 340px); */
}
.review-list-category {
  margin-bottom: 8px;
  font-size: 12px;
}
.review-index-score {
    display: flex;
    align-items: baseline;
    font-size: 16px;
    line-height: 16px;
    flex-wrap: wrap;
}
.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;
}
a.more-link {
    display: block;
    width: 236px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    position: relative;
    background: #7B000D;
    color: #fff;
}
.main-section.pickup-section .more {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.main-section.pickup-section a.more-link {
    margin: 30px 0 0 auto;
}
/* -----------------------------------------------------------------
   footer
----------------------------------------------------------------- */
/*.footer-bg {
  background: #E6E6E6;
}

.footer {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer img {
  max-width: 120px;
}

.footer-nav {
  display: flex;
  align-items: center;
}
.footer-nav li {
  margin-right: 30px;
}

.copyright {
  font-size: 12px;
  max-width: 300px;
}*/
p + ul.kome {
  margin-top: -10px;
}
.pageTop {
  width: 90px;
  height: 90px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  border-radius: 100%;
}
.pageTop a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.pageTop img{
	max-width:100%;
}
#footer_guideWrap {
    width: 100%;
    padding: 100px 0 0;
    background: #F5F5F5 url(https://gigaplus.makeshop.jp/atable/img/bg-white-large.png)no-repeat 123% 0px;
    position: relative;
}
.main-ttl.f-ttl::after {
	display: none;
}
#footer_guide {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  color: #3F4F5F;
}
#footer_guide h3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    color: #333;
    border-bottom: 1px solid #6A6A6A;
}
#footer_guidebig {
  overflow: hidden;
  display: flex;
  padding-bottom: 100px;
}
.footer_guide_small {
    width: 33%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
}
.footer_guide_small:first-child {
  margin-right: 30px;
}
ul.footer_guide_small:last-of-type {
  margin-left: 30px;
}
.footer_guide_small > li {
  margin-bottom: 50px;
}
.footer_guide_small > li.sns-wrap {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    height: 100%;
    margin-bottom: 0;
}
.footer_guide_small p {
    clear: both;
    font-size: 14px;
    line-height: 26px;
}
.circle {
  padding-left: 1em;
  text-indent: -1em;
}
.circle::before {
    content: "";
    background: #7B000D;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
}
.footer_guide_small p .mini {
  font-size: 15px;
}
.footer_guide_small p.bn {
  text-align: center;
}
.footer_guide_small ul.payment {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footer_guide_small li.payment_small {
    width: 49%;
    box-sizing: border-box;
    margin: 2px 0;
    padding: 4px 0;
    font-size: 14px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.footer_guide_small .clum3 li.payment_small {
  width: 32%;
}
.footer_guide_small > li.flink-wrap {
  background: #191919;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.footer_guide_small .payment_big {
    clear: both;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    padding: 13px 0;
    margin: 0 auto;
    margin-top: 8px;
}
.f-button {
    color: #fff;
    background: #707070;
    display: block;
    margin: 30px auto 0;
    line-height: 40px;
    position: relative;
    font-size: 16px;
    text-align: center;
    width: 236px;
}

.haisou-wrap ul {
  display: flex;
  justify-content: center;
  padding: 8px 0;
  margin-bottom: 20px;
  align-items: stretch;
  justify-content: space-between;
}
.haisou-wrap ul li {
  width: 49%;
  background: #fff;
  padding: 8px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.haisou-wrap ul li:last-child {
  margin-right: 0;
}
.yamato img {
    width: 148px;
}
.sagawa img {
    width: 115px;
}
.postal img {
  width: 110px;
}
.shipping-list {
    display: flex;
    padding: 20px 30px;
    background: #fff;
    justify-content: center; /* space-between */
    align-items: center;
}
.shipping-list li, ul.shipping-list li img {
    display: flex;
}
ul.shipping-list li img {
    max-width: 100%;
}
ul.shipping-list li.sagawa {
    margin-right: 10px;
}
ul.footer_guide_small .payment_big h4 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: 500;
}
ul.payment_iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
ul.payment_iconWrap li {
  margin: 0 10px;
}
ul.payment_iconWrap img {
    max-width: 100%;
}
.payment_big.conv .payment_iconWrap {
  width: 70%;
}
ul.footer_guide_small ul.payment_iconWrap li {
  display: flex;
}
.visa img {
    width: 64px;
}
.mastercard img {
    width: 44px;
}
.jcb img {
    width: 44px;
}
.american img {
    width: 34px;
}
.diners img {
    width: 46px;
}
.seven img {
  width: 21px;
}
.family img {
  width: 75px;
}
.lawson img {
  width: 73px;
}
.seico img {
  width: 77px;
}
.ministop img {
  width: 42px;
}
ul.footer_guide_small ul.payment h4 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: center;
  display: flex;
}
ul.footer_guide_small ul.payment_big h4 {
  margin-bottom: 10px;
}
.footer_guide_small table.cash {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  background: #fff;
}
.footer_guide_small table.cash td {
  text-align: right;
  border: 1px solid #ccc;
  padding: 5px 10px 5px 20px;
  border-left: none;
}
.footer_guide_small table.cash td.range {
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
  background: #ddd;
  padding: 5px 15px 5px 10px;
  border-right: none;
  border-left: 1px solid #ccc !important;
  color: #545454;
}
td.cash-ttl {
  font-size: 14px;
  text-align-last: center;
  color: #fff;
  background: #666666;
  border: #666666 1px solid !important;
}

.f-shopname {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.kome {
  text-indent: -1em;
  padding-left: 1em;
}
.kome::before {
  content: "※";
}
.kome.square {
  margin-left: 0;
  padding-left: 15px;
  position: relative;
  text-indent: 0;
}
.kome.square::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #a0a0a0;
  display: block;
  margin-right: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}
.footer_guide_small .delivery {
  border: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 16px 10px;
}
.footer_guide_small .delivery li {
  margin-bottom: 0;
  padding: 0 10px;
}
.footer_guide_small p.shopname {
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 10px;
}
.footer_guide_small #shopaddres {
  font-size: 15px;
}
.footer_guide_small .haisou {
  display: flex;
}
.footer_guide_small .haisou dt {
  line-height: 24px;
  background: #90745d;
  color: #fff;
  padding: 0 10px;
  margin-right: 5px;
}
#footerWrap {
    width: 100%;
    background: #fff;
    padding: 15px 0 15px;
}
#footer {
  max-width: 1200px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
.f-add-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.f-comp {
  display: flex;
}
.f-logo {
  margin-bottom: 18px;
}
#f_nav {
  overflow: hidden;
  _zoom: 1;
  display: flex;
	justify-content: center;
}
#f_nav li {
  vertical-align: middle;
  font-size: 14px;
	line-height: 1.4;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0px 15px;
}
#f_nav li:first-child {
  padding-left: 0;
}
#f_nav li a:hover {
  text-decoration: underline;
  color: #971e23;
}
#f_nav li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
    height: 12px;
    background: #000;
}
#f_nav li:first-child::before {
  display: none;
}
#f_nav li a:link, #f_nav li a:visited, #f_nav li a:active {
    font-size: 12px;
    color: #000;
}
.f-sns {
  display: flex;
  align-items: center;
}
.f-sns a {
  margin-right: 10px;
}
.f-sns a:last-child {
  margin-left: 30px;
  margin-right: 0;
}
.f-sns img, .side-sns img {
  width: 30px;
	display: flex;
}
ul.f-sns {
  display: flex;
  justify-content: space-between;
  width: 89px;
  margin: 0 0 0 auto;
}
#f_info {
  padding: 9px 0;
  color: #fff;
  background-color: #333;
  font-size: 12px;
  text-align: center;
}
.f_info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #595959;
}
.f-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.f-link-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
/* テキスト段落 */
.footer_guide_small .pt1em {
  padding-top: 1em;
}
/* テキスト右寄せ */
.footer_guide_small .textright {
  text-align: right;
}
/* テキスト赤色 */
.red {
  color: #7B000D;
}
/* テキスト青色 */
.blue {
  color: #54BEF3;
}
/* テキスト太字 */
.bold {
  font-weight: bold;
}
/* テキスト文字大 */
.large {
    font-size: 24px;
    margin-left: 3px;
}
.footer_guide_small .ft18 {
  font-size: 18px;
}
.footer_guide_small .f-button.green {
  background: #fff;
  width: 200px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 5px;
  border: 2px solid #f4efc1;
  margin-top: 10px;
}
.footer_guide_small .haisou_big.clear {
  clear: both;
  border: 1px solid #ccc;
  margin: 2px auto 10px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  text-align: center;
}
address {
    font-size: 10px;
    color: #6A6A6A;
    text-align: center;
    letter-spacing: 0.05em;
    margin-top: 5px;
}
.f-comp h4 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}
.f-comp p {
  font-size: 14px;
  line-height: 22px;
}
.haisou_big img {
  max-width: 85%;
  height: auto;
  width /***/ : auto;
  margin: 0 5px;
}
.time-list {
  margin-top: -10px;
}
.time-list li {
  margin: 10px 0;
  font-size: 14px;
}
.time-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #c4a27a;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.footer_guide_small .f-button.green p {
  text-align: center;
  color: #333;
  font-size: 14px;
  position: relative;
  padding-bottom: 0;
}
.footer_guide_small .f-button.green p:hover {
  opacity: 0.6;
}
.footer_guide_small .f-button.green p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #333333;
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer_guide_small .f-kome li:before {
  counter-increment: number;
  content: "※";
}
.footer_guide_small .f-kome li {
  text-align: left;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.footer_guide_small .mail {
  background: #7c6b65;
  width: 75%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
  margin: 0 auto;
}
.footer_guide_small .mail p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-bottom: 0;
  padding-left: 24px;
  line-height: 36px;
}
.footer_guide_small .mail p::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  left: 2.5em;
  background-image: url(https://gigaplus.makeshop.jp/clarenet24/img/pc/mail.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 21px;
  height: 15px;
}
#f_nav img {
  padding: 0 4.5px;
}
ul.address li {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.add-wrap {
  display: flex;
  align-items: center;
}
.f-shop {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: 25px;
}
ul.sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.sns-list li {
  margin-right: 20px;
}
#g-nav-list ul.sns-list {
  margin-top: 28px;
}
p.eigyou {
  position: relative;
  top: -5px;
  text-align: center;
  color: #333;
  font-size: 14px;
  left: 5px;
}
a.f-mail {
    color: #fff;
    background: #7B000D;
}
/* -----------------------------------------------------------------
   item-list-cart
----------------------------------------------------------------- */
.item-list-cart {
  margin: auto 0 0 0;
}
.item-list-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  font-size: 13px;
}
.item-list-sold {
  background: #B5B5B5;
  color: #fff;
}
.rank-first .rankinginner .item-list-btn.item-list-sold {
    background: #B5B5B5;
    color: #fff;
    width: 236px;
    border-radius: 0;
}
.rankinginner .item-list-btn.item-list-sold .sold {
    width: 48px;
    display: block;
}
.option-list-cart {
  border: 1px solid #808080;
  color: #808080;
  ;
}
.add-list-cart {
    background: #7B000D;
    color: #fff;
}
.price {
    margin-top: 5px;
    font-size: 20px;
    color: #000;
}
.price span {
    font-size: 16px;
    margin-left: 3px;
}
.price.original-price {
    font-size: 14px;
}
.sale-discount-rate {
    color: #7B000D;
    font-size: 14px !important;
}
/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */
.breadcrumb {
    font-size: 13px;
    padding-top: 10px;
    max-width: 1200px;
    margin: 0 auto 18px;
	color:#000;
}
.breadcrumb-item {
  margin-right: 8px;
}
.breadcrumb-item a {
    color: #000;
}
.breadcrumb-item:last-child a {
  text-decoration: underline;
  color: #000;
}
.breadcrumb-item::after {
  content: ">";
  margin-left: 14px;
}
.breadcrumb-item:last-child::after {
  display: none;
}
.category-image {
  margin-bottom: 20px !important;
  display: flex;
}
.category-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
	color:#000;
	margin-bottom:18px;
}
.category-title dl {
  display: flex;
  font-size: 14px;
}
.category-title dd {
  margin-right: 8px;
}
.category-title dd a {
    color: #000;
    text-decoration: underline;
}
.category-child-item {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.category-child-item li {
    margin: 0 0 20px 0;
    width: calc(100% / 4);
    text-align: center;
}
.category-child-item li:nth-child(4n) {
  margin-right: 0;
}
.category-child-item li a {
    font-size: 16px;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    text-align: left;
    border-right: 1px solid #ddd;
    background: #fff;
    padding: 13px 44px 13px 22px;
    position: relative;
    color: #000;
}
.category-child-item li a::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.2s ease-in-out;
    top: 38%;
    right: 22px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #6A6A6A;
    border-right: 1px solid #6A6A6A;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.category-child-item li a:hover {
    background: #F5F5F5;
}
.total-count span {
  margin: 0 3px;
}
.pager-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
	margin-bottom: 100px;
}
.pager {
  display: flex;
}
.pager li {
  margin-right: 8px;
}
.pager li:last-child {
  margin-right: 0;
}
.pager-wrap li span, .pager-wrap li a span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    text-align-last: center;
    line-height: 30px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}
.pager-wrap li span {
    background: #7B000D;
    color: #fff;
}
p.btn-next, p.btn-prev {
  position: relative;
  padding: 0 15px;
}
p.btn-next::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 18px;
  right: -17px;
  width: 7px;
  height: 7px;
  border-top: 3px solid #6A6A6A;
  border-right: 3px solid #6A6A6A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}
p.btn-prev::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 18px;
  left: -17px;
  width: 7px;
  height: 7px;
  border-top: 3px solid #6A6A6A;
  border-right: 3px solid #6A6A6A;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-radius: 3px;
}
.bulk-group {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: bold;
}
.bulk-group a {
  color: #B5B5B5;
}


@media screen and (max-width: 786px) {
.pager-wrap li span, .pager-wrap li a span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 16px;
}
}
/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */
.detail {
  display: flex;
  padding: 0 0 50px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.item-image {
    width: 50%;
    float: left;
    max-width: 600px;
}
.item-image img {
  width: 100%;
}
.mainimg-wrap {
  margin-bottom: 25px;
}
.main-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.main-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  float: unset;
}
/*スライダーcss*/
.gallery li {
  list-style: none;
}
.gallery li img {
  width: 100%;
}
.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;
  z-index: 1;
}
.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);
  display: none;
}
.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);
  display: none;
}
.slick-prev {
  left: 15px !important;
  top: calc(50% - 30px) !important;
}
.slick-next {
    right: 15px !important;
    top: calc(50% - 30px) !important;
}
.slick-next:before {
    content: "" !important;
    background: url(https://gigaplus.makeshop.jp/atable/img/detail/next.svg)no-repeat;
    width: 20px;
    background-size: 20px;
    height: 100px;
    display: block;
}
.slick-prev:before {
  content: "" !important;
  background: url(https://gigaplus.makeshop.jp/atable/img/detail/prev.svg)no-repeat;
    width: 20px;
    background-size: 20px;
  height: 100px;
  display: block;
}
.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.choice-btn {
  margin: 6px 0 40px;
}
.choice-btn li {
    cursor: pointer;
    background: #000;
    width: calc(100% / 4 - 6px) !important;
    margin-bottom: 7px;
    margin-right: 7px;
}
.choice-btn li:nth-child(4n) {
  margin-right: 0;
}
.choice-btn .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.choice-btn .slick-track::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.choice-btn .slick-track::after {
  content: "";
  display: block;
  width: 23%;
}
.choice-btn li img {
  opacity: 0.7;
}
.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: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 {
    max-width: 960px;
    width: 100%;
    display: flex;
    margin: 0 auto;
}
.add-image-title {
  font-size: 18px;
  margin: 40px 0 20px;
}
.add-image-list {
  width: calc(100% / 3 - 13px);
  display: inline-block;
  margin-right: 20px;
}
.add-image-list:last-child {
  margin-right: 0;
}
.add-image-list:last-child {
  margin-right: 0;
}
.add-image-list img {
  width: 100%;
}
.add-description {
    font-size: 14px;
    line-height: 24px;
}
.group-review-section {
  width: 540px;
  display: inline-block;
}
.group-item-list {
  display: flex;
  flex-wrap: wrap;
}
.group-item-section {
  margin-bottom: 70px;
}
.item-detail {
  width: calc(50% - 54px);
  padding-left: 54px;
  float: right;
}
.item-detail .item-title {
    font-size: 20px;
    line-height: 34px;
    position: relative;
    color: #333;
    margin-bottom: 10px;
}
.item-icon-list {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.item-detail .item-category-name {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
}
.item-detail .item-category-name a {
    padding: 7px 24px;
    border: 2px solid #EEEEEE;
    border-radius: 200px;
}
.item-description {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 26px;
    margin: 0 auto;
}
.detail .item-description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: bold;
	letter-spacing: 0;
}
.detail-code {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.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 .item-price {
    font-size: 32px;
    color: #000;
}
.item-price-wrap {
    margin-bottom: 10px;
}
span.price-txt {
  font-size: 26px;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #000;
  margin-right: 40px;
}
.item-price-wrap .item-tax {
  font-size: 26px;
}
.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;
    font-size: 26px;
}
.sale-text {
    margin-bottom: 10px;
}
.sale-text .sale-rate, .sale-text .sale-price {
    color: #7B000D;
    font-size: 20px;
}
.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 {
    font-size: 14px;
    color: #000;
}
.item-point span {
    font-size: 20px;
}
.special-txt {
  font-size: 16px;
}
.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 .button {
  height: 36px;
  display: flex;
  width: 18px;
  margin-left: 3px;
  flex-flow: column;
  justify-content: space-between;
}
.item-quantity {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.item-quantity p {
  width: auto;
  margin-bottom: 3px;
  font-size: 17px;
  color: #000;
}
.item-quantity input {
    width: 95px;
    height: 36px;
    border: 1px solid #ddd;
    font-size: 16px;
    border-radius: 0;
}
.item-quantity .item-stock {
  font-size: 14px;
  line-height: 25px;
  background: #999;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  margin-left: 35px;
}
input.spinner_up {
  border: 0px;
  width: 25px;
  height: 17px;
  background: url("https://gigaplus.makeshop.jp/atable/img/detail/up.svg") no-repeat;
  cursor: pointer;
  margin-left: 0;
  margin-top: 0px;
}
input.spinner_down {
  border: 0px;
  width: 25px;
  height: 17px;
  background: url("https://gigaplus.makeshop.jp/atable/img/detail/down.svg") no-repeat;
  cursor: pointer;
  margin-left: 0;
  margin-bottom: 0px;
}
.item-review {
  font-size: 12px;
}
.review-link {
  margin-bottom: 5px;
  display: flex;
}
.review-link a {
  text-decoration: underline;
}
.review-link a:hover {
  text-decoration: none;
}
.item-option {
  width: 100%;
}
.item-option .btn {}
.makeshop-option-wrap {
  margin-top: 10px;
  width: 100%;
}
.makeshop-option-label {
  font-size: 17px;
}
.makeshop-option-select {
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    width: 100%;
    height: 36px;
    background-image: url(https://gigaplus.makeshop.jp/atable/img/detail/select.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 6px;
}
.add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}
.add-cart .btn {
    width: 100%;
    max-width: 360px;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    border-radius: 200px;
}
.add-cart .add-cart-btn {
    border: 1px solid #7B000D;
    color: #7B000D;
}
.add-cart .restock-btn {
  background: #333333;
}
.add-cart .disabled-btn {
    color: #000;
    border: 1px solid #000;
    cursor: auto;
    font-size: 20px;
}
.add-cart .subscription-btn {
  background: #719FB6;
}
.add-cart .off {
  display: none;
}
.add-cart .on {
  display: block;
}
.add-cart .add-cart-btn span {
    position: relative;
    display: inline-block;
    text-indent: 30px;
}
.add-cart .add-cart-btn span::before, .add-cart .subscription-btn span::before {
    content: "";
    background: url(https://gigaplus.makeshop.jp/atable/img/cart-icon.svg)no-repeat;
    width: 30px;
    height: 29px;
    background-size: 30px;
    display: block;
    position: absolute;
    left: -10px;
    top: 0px;
}
.add-cart .subscription-btn span {
  display: inline-block;
  position: relative;
  text-indent: 45px;
}
.favorite-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 20px auto;
    justify-content: space-between;
    max-width: 360px;
    width: 100%;
}
.favorite-list a {
    display: block;
    line-height: 28px;
    padding: 9.5px 0;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    max-width: 173px;
    width: 49%;
}
.favorite-list a.fav-link {
    position: relative;
    border: 1px solid #C90505;
    color: #C90505;
}

.favorite-list a.mail-link {
    position: relative;
    border: 1px solid #000;
}

.subscription-only {
  margin-top: 0 !important;
}
.item-stock-sku {
  margin-bottom: 8px;
  padding-right: 62px;
}
.favorite-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
.favorite a {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    margin-left: 7px;
    line-height: 55px;
}
.favorite a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f004";
    font-size: 30px;
    font-weight: 900;
    margin-left: 14px;
    margin-right: 4px;
    color: #7B000D;
}
.item-contact {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.item-contact a {
    display: block;
    line-height: 28px;
    text-align: center;
    padding: 14px 0;
    border: 1px solid #000;
}

.item-description dt {
  font-size: 18px;
  margin-bottom: 16px;
}
.item-info-list {
  margin-top: 10px;
}
.item-info-list li {
  margin-bottom: 10px;
}
.item-info-list li dl {
  display: flex;
}
.item-info-list li dt {}
.item-info-list li dd {}
.item-share li {
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    max-width: 90px;
}
.item-share li:last-child {
    margin-right: 0;
}
.item-share {
    display: flex;
    justify-content: center;
    margin: 30px 65px 0 0;
}
.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-name-wrap {
  display: flex;
}
.sku-option-name {
    font-size: 13px;
    text-align: left;
    padding: 0 5px 0 0;
    vertical-align: middle;
    width: 50px;
}
table.sku {
  width: 100%;
    margin-top:15px;
}
.sku-cart {
    padding-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.skucart-wrap {
    text-align: center;
}
.skucart-wrap .price {
    margin-bottom: 10px;
}
.sku-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
.sku-price-wrap .price {
  margin: 0 6px 4px 0;
  font-size: 17px;
}
.sku-cart .modal-open {
  margin-top: 0;
}
.item-review-detail {
  margin-bottom: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.item-review-list li {
    border-top: 1px solid #ddd;
    padding: 10px 0 10px;
}
.item-review-list li:first-child {
  border: none;
}
.item-review-list li:last-child {
    border-bottom: 1px solid #ddd;
}
.review-item-name {
    margin-bottom: 5px;
}
.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-section {
  margin-bottom: 110px;
}
.review-data-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #D6D6D6;
  padding-bottom: 3px;
}
.review-list-unit .review-list-name {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}
.item-review-detail .review-list-unit .review-list-name {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-right: 0;
    font-weight: normal;
	margin-bottom: 0;
}
.review-index-score .review-list-name {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
}
.review-date-wrap {
    display: flex;
    justify-content: space-between;
}
.review-right {
    display: flex;
    align-items: center;
}
.score-wrap {
  display: flex;
  justify-content: space-between;
}
.review-list-unit .star-score {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.review-list-unit .review-star {
  margin-right: 6px;
}
.review-list-unit .review-list-date {
    margin-right: 17px;
    font-size: 16px;
    color: #7B000D;
    letter-spacing: 0.1em;
    width: 100%;
}
.review-list-unit .review-list-content {
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
}
.item-review-detail .review-list-unit .review-list-content {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-top: 10px;
    padding-top: 10px;
    line-height: 25px;
    border-top: 1px dashed #DDDDDD;
}
.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;
}
.item-review-list .reviewRateStar {
    color: #B68937;
}
.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: 50px;
}
.review-post {
  text-align: center;
}
.review-post a {
    width: 236px;
    margin: 0 auto;
    display: inline-block;
    line-height: 43px;
    letter-spacing: 0.02em;
    text-align: center;
    background: #7B000D;
    color: #fff;
    font-size: 16px;
}
/*定期購入*/
.product-price-block {
  font-size: 35px;
  font-weight: bold;
  color: #253E88;
}
.product-price-block small {
  color: #444;
  font-size: 26px;
  margin-right: 15px;
}
.subscription-gift {
  display: flex;
  margin-top: 30px;
}
.subscription-gift img {
  margin-right: 20px;
  width: 80px;
  max-height: 80px;
}
.subscription-price {
  font-size: 35px;

  font-weight: bold;
  color: #253E88;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 80%;
}
.subscription-price small {}
.item-group-icon img {
  width: auto !important;
  height: auto !important;
  display: block;
  margin-top: 8px;
}
h2.detail_ttl {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 26px;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
  margin-bottom: 35px;
  border-bottom: 1px solid #90C132;
}
h2.detail_ttl.green_ttl {
  color: #90C132;
}



/*コラム*/

.main-section.column-section .content {
    margin: 10px 0;
    line-height: 28px;
    font-size: 14px;
    color: #000;
}


.main-section.column-section a.more-link {
    width: 100%;
}
/* -----------------------------------------------------------------
   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: 80%;
  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 .review-form-content textarea {
    width: 99%;
}
.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 {
    max-width: 1200px;
    margin: 0 auto 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: #000000;
    padding: 9px 12px;
    text-align: center;
    border-right: 4px solid #fff;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.cart-list-table th:first-child {}
.cart-list-table th:nth-child(2) {
  width: 200px;
}
.cart-list-table th:nth-child(3) {
  width: 200px;
}
.cart-list-table th:last-child {
  width: 50px;
}
.cart-list-table tbody tr {
  border-bottom: 1px solid #ddd;
}
.cart-list-table tbody td {
    vertical-align: middle;
    padding: 20px;
    text-align: center;
}
.cart-list-table tbody td:first-child {
    display: flex;
    border-left: none;
	align-items: center;
}
.cart-list-table tbody td.item-cart-price {
  font-size: 20px;
}
.cart-list-table tbody td.item-cart-price span.yen {
  font-size: 10px;
}
.cart-list-info {
  font-size: 12px;
}
.cart-list-image {
    width: 100px;
    min-width: 100px;
    margin-right: 22px;
}
.cart-list-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cart-list-option {
    text-align: left;
    padding: 5px 0;
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
.item-cart-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.item-cart-price {
  font-size: 24px;
}
.item-cart-quantity input {
    width: 55px;
    height: 37px;
    border: 1px solid #ddd;
    margin-right: 5px;
    border-radius: 0;
    font-size: 16px;
}
td.item-cart-quantity a {
    display: inline-block;
    width: 50px;
    line-height: 37px;
    background: #000;
    color: #fff;
    position: relative;
    font-size: 14px;
}
.item-cart-delete {
  float: right;
}
.item-cart-delete a {
  width: 30px;
  height: 30px;
  display: block;
}
.item-cart-subtotal {
  font-size: 24px;
  font-weight: bold;
}
.cart-total {}
.cart-total td {
  display: table-cell !important;
  text-align: right !important;
}
.cart-total .cart-total-title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.cart-total .cart-total-price {
  font-size: 28px;
  margin-bottom: 6px;
}
.cart-total .cart-total-price span {
    font-size: 14px;
    margin-right: 50px;
    letter-spacing: 0.02em;
}
.cart-total .cart-total-price span.tax {
    margin-right: 0;
    font-size: 21px;
}
.cart-total .cart-total-point {
  font-size: 14px;
}
.cart-total .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}
.cart-button-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-button-wrap li.cart-back-button a {
    display: block;
    width: 345px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.02em;
    position: relative;
    border: 1px solid #000;
    border-radius: 200px;
}
.cart-button-wrap .cart-button a {
    width: 347px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #7B000D;
    position: relative;
    border: 1px solid #7B000D;
    border-radius: 200px;
}
.cart-button-wrap .cart-button a::before {
    content: "";
    background: url(https://gigaplus.makeshop.jp/atable/img/cart-icon.svg)no-repeat;
    width: 30px;
    height: 29px;
    background-size: 30px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 16px;
}

.cart-button-wrap .cart-back-button a:before {
    content: "";
    display: block;
    position: absolute;
    transition: .2s;
    left: 35px;
    top: 24px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/* -----------------------------------------------------------------
   news
----------------------------------------------------------------- */
.news-list-unit {
  padding: 30px 0 !important;
}
.news-list-title {
    font-size: 16px;
    font-weight: 500;
}
.news-list-title a {
	color:#000;
}
.news-list-title a:hover {
  text-decoration: none;
}
h2.news-title {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.news-list-date {
    margin-bottom: 8px;
    font-size: 16px;
    min-width: 95px;
    color: #7B000D;
}
.news-content-wrap {
  margin-bottom: 30px;
}
.news-pager {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news-pager .pager-left {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news-pager .pager-left .prev {
  margin-right: 20px;
}
.news-pager a {
  text-decoration: underline;
}
.news-pager a:hover {
  text-decoration: none;
}
.total-count {
    text-align: center;
}
/* -----------------------------------------------------------------
   guide
----------------------------------------------------------------- */
.main-section.guidewrap-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.guide-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
    margin-top: 50px;
    gap: 0;
    @media (min-width: 440px) {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 12px;
    }
     @media (min-width: 768px) {
        grid-template-columns: repeat(3, 1fr);
        gap:12px;
    }
}
.guide-link li {
    text-align: center;
}
.guide-link li a {
    display: block;
    letter-spacing: 0.05em;
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 9px 30px 9px 9px;
    font-size: 16px;
    color: #000;
    position: relative;
}
.guide-link li:first-child a,
.guide-link li:nth-child(4) a {
    border-left: 1px solid #ddd;
}
.guide-link li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #6A6A6A;
    border-right: 1px solid #6A6A6A;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.guide-link li a:hover {
    opacity: 1;
    background: #F5F5F5;
}
.guide-section {
    width: 100%;
    margin-bottom: 80px;
    margin-top: -130px;
    padding-top: 130px;
}
.guide-section .guide-section-title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid #E8E8E8;
}
.guide-section .guide-section-title span {
    display: block;
    width: 100%;
    position: relative;
}
.guide-section .guide-section-title span::after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.guide-inner {

}
.guide-section .attention {
    display: flex;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
.guide-section .attention dt {
  white-space: nowrap;
}
.guide-section p {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 26px;
    color: #000;
}
.guide-section p.uketuke {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  color: #333;
}
.guide-section p.free-shipping span {
    font-size: 20px;
}
.guide-section .pay-content p {
  font-size: 16px;
}
table.shipping-price {
    width: 100%;
    max-width: 655px;
    line-height: 26px;
}
table.shipping-price th {
    padding: 9px 22px;
    background: #000;
    border-bottom: 1px solid #fff;
    color: #fff;
    max-width: 56px;
    width: 15%;
}
table.shipping-price td {
    border: 1px solid #ddd;
    padding: 9px 22px;
}
table.shipping-price td:last-child {
    padding-right: 33px;
    text-align: right;
    width: 17%;
}
.guide-section a {
  text-decoration: underline;
}
.guide-section .guide-step li {
    position: relative;
    margin: 25px 0 0 0;
    padding-left: 84px;
    counter-increment: num;
}
.guide-section .guide-step li::before {
    content: "STEP"counter(num);
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
    background: #7B000D;
    width: 64px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 0;
}
.guide-section .guide-step li h3 {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 24px;
    color: #7B000D;
}
.guide-section .guide-step li div {
  width: 100%;
  margin-bottom: 10px;
}
.guide-section .guide-tel {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  width: 293px;
  line-height: 65px;
  background: #F2F2F2;
  color: #333;
  text-align: center;
  position: relative;
}
.guide-section .guide-tel::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/linnsakurai/img/free.svg);
  width: 25px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.pay-content-wrap {
  margin-bottom: 30px;
}
.guide-inner h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #7B000D;
}
.guide-inner h4.inner-ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  width: 293px;
  line-height: 65px;
  background: #192F60;
  color: #fff;
  text-align: center;
}
.pay-content-wrap h5 {
    font-size: 18px;
    margin-top: 15px;
}
.pay-content {}
.circle {
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}

.guide-section .bank {
    margin: 26px 0 0;

    width: 100%;
    display: flex;
}
.guide-section .bank dt {
    display: flex;
    width: 100px;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: bold;
}
.guide-section .bank dd {
    letter-spacing: 0.08em;
    font-size: 16px;
    font-weight: bold;
}
.bank dd ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bank dd ul li {
  width: calc(100% - 80px);
}
.bank dd ul .bank-ttl {
  width: 78px;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.guide-section .bank dd ul .bank-ttl {
  width: 78px;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
.guide-section div.bank {
    display: inline-block;
    padding: 15px 15px;
    max-width: unset;
    width: 400px;
    border: 1px solid #E6E6E6;
}
.guide-section div.bank.minibank {
    width: auto;
}
.guide-section div.bank ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.guide-section div.bank ul li {
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.guide-section div.bank ul li:first-child {
  padding-left: 0;
}

li.g-seven img {
  width: 35px;
}
li.g-lawson img {
  width: 32px;
}
li.g-family img {
  width: 118px;
}
li.g-ministop img {
  width: 38px;
}
li.g-seico img {
  width: 95px;
}
li.g-jcb img {
  width: 43px;
}
li.g-amex img {
  width: 33px;
}
.guide-section .shipping {
  font-size: 14px;
  letter-spacing: 0.1em;
  border: 1px solid #ddd;
  white-space: nowrap;
	color:#000;
}
.guide-section .shipping thead th {
    background: #000;
    color: #fff;
    line-height: 40px;
    border-right: 1px solid #fff;
}
.guide-section .shipping tbody th {
    padding: 0 35px 0 15px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    text-align: right;
}
.guide-section .shipping tbody td {
    padding: 0 76px 0 15px;
    border: 1px solid #ddd;
    line-height: 40px;
    width: 105px;
    text-align: right;
}
.guide-section .shipping thead td {
  text-align: center;
  border: 1px solid #ccc;
  line-height: 40px;
  background: #f4f4f4;
}
.guide-section .return-wrap {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 15px;
  margin: 10px 0 20px 15px;
}
.guide-section .return-wrap ul li {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
}
.guide-section .return-wrap ul li::before {
  content: "";
  width: 8px;
  height: 2px;
  background: #111;
  border-radius: 2px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.guide-section .return-ttl {
  margin: 14px 0 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.comapany-box {
    max-width: 1200px;
    margin: 0 auto 150px;
}
.guide-section .tax-wrap {
  font-size: 18px;
}
.guide-section .tax-wrap p {
  font-size: 16px;
  color: #333;
}
.comapany-box img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  margin-bottom: 20px;
}
.contract-section {
  margin: 0 auto;
  display: flex;
  width: 100%;
}
.contract-section:first-of-type {
  border-top: 1px solid #D6D6D6;
}
.contract-section dt {
  font-size: 15px;
  line-height: 24px;
  width: 137px;
  padding: 13px;
  border-bottom: 1px solid #D6D6D6;
  text-align: center;
  background: #E8F7E8;
  color: #000;
}
.contract-section dd {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.08em;
  padding: 13px 20px;
  width: calc(100% - 163px);
  border-bottom: 1px solid #D6D6D6;
}

.policy-box {
    max-width: 1200px;
    margin: 0 auto 100px;
	width:100%;
}
#company {
    max-width: 1200px;
    margin: 0 auto 100px;
	width:100%;
}
.company-list {
  width: 100%;
  margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.company-list th {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    width: 182px;
    padding: 16.5px 34px;
    border-bottom: 1px solid #fff;
    text-align: center;
    background: #000;
    color: #fff;
    vertical-align: middle;
}
.company-list td {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 17.5px 34px;
    border-bottom: 1px solid #ECECEC;
    color: #000;
}
.company-list tr:first-child th {
  border-top: 1px solid #D6D6D6;
}
.company-list tr:first-child td {
  border-top: 1px solid #D6D6D6;
}
.company-list td a {
  text-decoration: underline;
  color: #0093FF;
}

/* -----------------------------------------------------------------
   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;
}
/* -----------------------------------------------------------------
   responsive
----------------------------------------------------------------- */
@media screen and (max-width: 786px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
	html.open {
  overflow: hidden;
}
  .h-header {
    display: none;
  }
  .h-shiping-wrap {
    background: #fff;
    padding: 4px 10px;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .h-shiping-wrap > div {
    margin-right: 10px;
    border: 1px solid #bf9c4b;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    color: #bf9c4b;
    width: 48%;
  }
  .h-shiping-wrap > div span {
    font-size: 10px;
    font-weight: normal;
  }
  header .header-menu {
    justify-content: flex-end;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
  }
	.header-logo a {
    width: 100%;
    justify-content: center;
}
	.header-logo {
    margin-right: unset;
    width: 100%;
}
  header .header-logo img {
    width: 110px;
}
  .header:not(.c-entry__header) {
    position: fixed;
    transition: unset;
    height: 70px;
  }
  .header-txt {
    line-height: 20px;
    font-size: 8px;
  }
  .header .top-nav {
    width: 100vw;
    height: 70px;
    justify-content: center;
    margin: 0;
    position: relative;
    justify-content: center;
}
	.header-right-wrap{
		display: none;
	}
  .header.fix {
    position: fixed;
  }
  .header.fix .top-nav {
    position: fixed;
  }
  .h-search {
    display: none;
    width: calc(100% - 10px);
    padding: 5px;
    background: #e8f7e8;
    position: fixed;
    top: 80px;
  }
  .h-search #search {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 6px 37px 6px 15px;
    background: #fff;
    box-shadow: none;
    color: #444;
    font-size: 14px;
  }
  .h-tel {
    display: none;
  }
  .gnav-wrap {
    display: none;
  }
  .header-cart {
    height: 60px;
    width: 60px;
  }
  .header-cart a {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    width: 60px;
  }
  .header-cart a::before {
    content: "";
    background: url()no-repeat;
    width: 32px;
    height: 28px;
    background-size: 32px;
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .header-cart.sp-fav a::before {
    content: "";
    background: url()no-repeat;
    width: 28px;
    height: 24px;
    background-size: 28px;
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .header-cart p {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .header-cart .cart-count {
    position: absolute;
    left: 40px;
    top: 7px;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    font-family: 'Shippori Mincho', serif;
  }
  .gnav .account {
    display: none;
  }
  #gnav-wrap {
    display: none;
  }
  .main-visual {
    margin: 0 auto 0;
    padding-bottom: 30px;
  }
  .main-visual img {
    height: auto;
  }
	.bx-wrapper .bx-controls-direction a {
    display: none;
}
  .bx-wrapper .bx-controls-direction a {
    width: 15px !important;
    height: 30px !important;
    background-size: 15px !important;
  }
  .bx-wrapper {
    margin-bottom: 0 !important;
  }
  .banner-area {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .banner-area img {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 6px;
  }
  .contents {
    width: 100%;
    padding: 0 0 0px !important;
  }
  .container {
    display: block;
    padding: 0;
  }
  .side {
    width: auto;
    padding-right: 0;
  }
  #g-nav {
    position: fixed;
    z-index: 999;
    top: 70px;
    left: -120%;
    width: 100%;
    min-height: 100vh;
    background: rgba(0,0,0,0.65);
    transition: all 0.6s;
    padding: 0 0 80px;
}
  #g-nav.panelactive {
    left: 0;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: calc(100% - 60px);
    padding: 0 30px;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
  /*ボタン*/
  .openbtn {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 15px;
    cursor: pointer;
    width: 70px;
    height: 70px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 1px;
    border-radius: 2px;
    background-color: #fff;
    width: 50%;
  }
  .openbtn span:nth-of-type(1) {
    top: 25px;
  }
  .openbtn span:nth-of-type(2) {
    top: 35px;
  }
  .openbtn span:nth-of-type(3) {
    top: 45px;
  }
  .openbtn p {
    font-size: 9px;
    white-space: nowrap;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #474644;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 28px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 40px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .spcart {
    position: fixed;
    z-index: 9999;
    top: 25px;
    right: 60px;
    cursor: pointer;
    width: 60px;
    height: 55px;
  }
  .spcart p {
    font-size: 9px;
    white-space: nowrap;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #474644;
  }
  .spcart a {
    display: block;
    height: 55px;
    width: 60px;
  }
  .cart-badge.cart-count {
    position: absolute;
    left: 30px;
    top: -2px;
    background: #7B000D;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
  .spcart img {

    width: 31px;

    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .gnav {
    display: none;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 200vh;
    opacity: 1;
  }
  .side-search {
    padding: 10px 10px 20px;
    position: relative;
}
  .side-search #search {
    background: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    padding-right: 30px;
  }
  .side-search a.btn-go {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .guest-name {
    padding: 0 15px 18.5px;
    background: #000;
    color: #fff;
    position: relative;
    top: -1px;
    font-size: 14px;
  }
  .guest-name::before {
    content: "";
    background: url(https://gigaplus.makeshop.jp/clarityshop/img/f-nav3.svg)no-repeat;
    width: 27.3px;
    height: 24.2px;
    background-size: 27.3px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 12px;
  }
  .search {
    padding: 55px 0;
    color: #fff;
    background: #333333;
  }
  .search h3 {
    font-size: 20px;
    text-align: left;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 22px;
    padding: 0 15px 10px;
    border-bottom: 1px solid #CCCCCC;
  }
  ul.search-area {
    padding: 0 20px;
  }
  .search-area input, .search-area select {
    height: 36px;
  }
  input.search-price {
    width: 43%;
  }
  .search-area select {
    background: #fff;
  }
  .side-section {
    width: 100%;
    margin: 30px auto 0;
  }
	.side-section.side-menu {
    background: none;
    padding: 0;
		margin:0;
}
  .sp-side-section {
    display: block;
  }
  ul.sp-gnav a {
    font-weight: normal;
    font-size: 15px;
    width: calc(100% - 50px);
    padding: 10px 30px 10px 20px;
    display: block;
  }
  ul.sp-gnav li {
    margin: 0 0 25px;
  }
  ul.sp-gnav .login a, ul.sp-gnav .logout a {
    font-size: 15px;
    letter-spacing: 0.05em;
    width: 300px;
    display: block;
    border-radius: 200px;
    text-align: center;
    background: #474644;
    padding: 0;
    line-height: 45px;
    margin: 0 auto;
    color: #fff;
    position: relative;
  }
	ul.sp-gnav .myp a {
    font-size: 15px;
    letter-spacing: 0.05em;
    width: 300px;
    display: block;
    border-radius: 200px;
    text-align: center;
    background: #474644;
    padding: 0;
    line-height: 45px;
    margin: 0 auto;
    color: #fff;
    position: relative;
  }
  ul.member-list {
    padding: 15px 0 0;
    width: 50%;
    margin: 0 auto;
  }
  .side-member {
    margin-top: 0;
    background: #F8F8F8;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .side-member a.side-link {
    margin: 15px auto 0;
    background: url(https://gigaplus.makeshop.jp/wonderchef/img/sp-member.svg)no-repeat 12% 50%;
    max-width: 300px;
    line-height: 54px;
    padding: 0;
  }
  .side-category-list a {
    font-size: 18px;
    padding: 0 0 10px 20px;
    width: calc(100% - 20px);
}
	.side-category-list a::before {
    top: 13px;
}
  .category-switch {
    width: calc(100% - 50px);
    padding: 10px 30px 10px 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  .category-switch::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 0.2s ease-in-out;
    top: 42%;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .category-switch.open-cat::after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 43%;
  }
	.sidecat-wrap#Category {
    border-top: 1px solid #fff;;
}

  p.category-list-title.accordion::before, p.category-list-title.accordion::after {
    content: "";
    height: 1px;
    width: 22px;
    background: #fff;
    display: block;
    position: absolute;
    right: 10px;
    bottom: unset;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
}
	p.category-list-title.accordion::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
p.category-list-title.accordion.on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
  .sp-search {
    margin: 15px;
    position: relative;
  }
  .sp-search input#search {
    width: 100%;
    height: 34px;
    border-radius: 200px;
    padding: 6px 40px 6px 15px;
    background: #f2f2f2;
  }
  .sp-search .search-url {
    position: absolute;
    padding: 0;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
	.sidecat-wrap {
    padding: 0;
}
	.category-list-title {
    font-size: 22px;
    text-align: left;
    padding: 0;
    color: #fff;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
}
	.sidecat-wrap#vin .category-list-title {
    font-size: 22px;
}
	.sidecat-wrap#vin .category-list-title span {
    display: block;
    margin-left: 0px;
}
	.category-list-title span {
    display: inline-block;
    font-size: 12px;
    margin-left: 15px;
}
	.category-list-title span::after {
    /*content: "";*/
    display: block;
    height: 2px;
    width: 74px;
    background: #fff;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

  .side-category-child-itemose {
    display: none;
  }

  .side-category-list .side-category-lastgrandchild-item a {
    padding: 5px 20px 5px 30px !important;
    font-size: 11px;
    font-weight: normal !important;
    position: relative;
    width: calc(100% - 50px);
    font-size: 11px;
  }
  ul.side-category-child-item {
    margin: 0 0 15px;
  }

  ul.side-contact {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 70px;
}
  .side-contact a {
    color: #fff;
  }
  .first-cat.first.side-category-item > .disable.on {
    border-bottom: 1px dotted #ccc;
  }
  .side-contact.myp {
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
}
  .category-list-title.myp {
    font-size: 15px;
    width: calc(100% - 50px);
    padding: 10px 30px 10px 20px;
    display: block;
    border-bottom: none;
    border-top: 1px solid #ccc;
    font-weight: normal;
  }
  ul.side-contact.myp a {
    padding: 0 0 10px;
    position: relative;
    font-size: 18px;
}
	ul.side-contact.myp p {
    padding: 0 0 10px;
    position: relative;
    font-size: 18px;
    color: #fff;
}

  .first-cat.first.side-category-item > .disable.spaccordion::after, .first-cat.first.side-category-item > .disable.spaccordion::before {
    display: block;
    content: "";
    position: absolute;
    top: 26px;
    right: 11px;
    width: 15px;
    height: 1px;
    background: #000;
    margin: auto;
    transition: .2s;
  }
  .first-cat.first.side-category-item > .disable.spaccordion::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .first-cat.first.side-category-item > .disable.spaccordion.on::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .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;
  }
  .side-menu-section {}
  .side-contact li {
    margin-bottom: 0;
  }
  .side-contact a {
    display: block;
    position: relative;
    font-size: 18px;
    padding: 0 0 10px 20px;
    width: calc(100% - 2px);
}
	.side-contact a::before{
	content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 13px;
	}
	.side-contact.myp a::before {
    display: none;
}

  .side-bnr {
    text-align: center;
    margin: 0 15px 200px;
  }
  .side-bnr img {
    max-width: 100%;
  }
  ul.side-sns {
    display: flex;
    margin: 0;
    gap: 10px;
    justify-content: center;
    width: 100%;
    order: 1;
  }
	.side ul.side-sns {
    margin-bottom: 200px;
    justify-content: center; /* space-between */
}
  .main {
    width: 100%;
  }
  .main img {
    max-width: 100%;
  }
	h2.main-ttl {
    font-size: 34px;
}

	.main-section.scene-section {
    padding: 50px 15px;
}
	.main-section.pickup-section h2 {
    font-size: 24px;
}
	.main-section.scene-section h2, .subbnr-list li h3 {
    font-size: 34px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
}
	.main-section.scene-section h2 span ,.subbnr-list li h3 span{
    font-size: 14px;
}
	
	.main-section.recommend-section::after {
    background: url(https://gigaplus.makeshop.jp/atable/img/bg-gray.png);
    width: 300px;
    height: 300px;
    background-size: 300px;
    top: -150px;
    left: -100px;
}
	.main-section.ranking-section {
    background: url(https://gigaplus.makeshop.jp/atable/img/bg-gray.png)no-repeat -43% -34px;
    background-size: 300px;
}
	.main-section.subbnr-section::after {
    background: url(https://gigaplus.makeshop.jp/atable/img/bg-gray-right.png);
    width: 300px;
    height: 300px;
    background-size: 300px;
    top: -140%;
    right: -100px;
}
	.main-section.recently-section::after {
    background: url(https://gigaplus.makeshop.jp/atable/img/bg-gray.png);
    width: 300px;
    height: 300px;
    background-size: 300px;
    top: -90px;
    left: -110px;
}


  h2.main-ttl span {
    font-size: 14px;
  }
  h3.cat-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
	.main-section.pickup-section {
    padding: 51.5px 0 90px;
}
	.main-section.pickup-section img {
    top: auto;
    width: 60vw;
    min-width: 150px;
    z-index: 1;
    position: absolute;
    left: 15px;
}
	.main-section.pickup-section .inner {
    text-align: center;
}
	.pickup-container {
    width: calc(100% - 55px);
    margin: 100px 15px 0 40px;
    /* position: relative; */
}
	.container-inner {
    padding: 44% 20px 20px;
    margin-top: 0;
}
	.main-section.pickup-section h3 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    /* padding-left: 40%;
    position: absolute; */
}
	.main-section.pickup-section .container-inner p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    /* padding-top: 20vw; */
    margin-bottom: 30px;
    text-align: left;
}
    .main-section.pickup-section .more {
        display: inline;
    }
	.main-section.pickup-section a.more-link {
    margin: 30px auto 0;
}

  .info-section h2.main-ttl {
    margin-bottom: 20px;
  }


  .news-list.index-news-list {
    margin: 0;
    padding: 0;
    width: 100%;
}

	.recommend-section .item-list, .ranking-section .item-list, .recently-section .checked-item-list, .newitem-section .item-list, .index-review-list, .group-item-list, .review-section .item-list,.special-section .item-list,.recently-section .item-list,.column-section .item-list{
    flex-wrap: wrap;
    gap: 28px 27px;
}	
  .item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 27px;
}
  .item-list li {
    width: calc((100% - 27px) / 2);
    margin-bottom: 28px;
    position: relative;
}
  .item-list li:nth-child(2n) {
    margin-right: 0;
  }
  .item-list.index-item-list li {
    width: calc(100% / 2 - 14px);
}
  .item-list li img {
    width: 100%;
    margin-bottom: 4px;
  }
  .item-list-image {
    height: auto;
  }
	.price {
    margin-top: 5px;
    font-size: 18px;
}
	.price span {
    font-size: 14px;
    margin-left: 3px;
}
	.info-section .inner.news-inner {
    padding: 20px 20px 90px;
    width: calc(100% - 70px);
    margin: 0 15px;
}
	.ttl-wrap a.link {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
	.ttl-wrap {
    margin-bottom: 0px;
}
  .index-news-list {
    margin: 0 15px;
    padding: 15px;
  }
  .news-list li {
    padding: 12px 0 !important;
  }
  .news-wrap {
    display: block;
  }
  .news-date {
    width: 100%;
  }
  .news-more a {
    width: 100%;
    line-height: 54px;
  }
  .index-review-list li {
    display: block;
    margin: 0 0 20px;
    padding: 20px;
  }
	.review-list-content-wrap {
    width: 100%;
}
	.index-review-list li .index-review-image {
    margin-right: 10px;
    max-width: 300px;
}
	.review-list-info-wrap.sp-flex {
    flex-wrap: wrap;
}
	.review-list-unit .review-list-name {
    margin-top: 10px;
}
  .review-index-score {
    flex-wrap: wrap;
  }
  .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: 10px 0 10px;
    width: 100%;
}
  .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;
  }
	.ranking-section .item-list.ranking-item-list {
    padding-left: 0;
    /* gap: 30px 27px; */
}

.ranking-section .item-list.ranking-item-list {
    padding-left: 0;
}
	.ranking-section .item-list li {
    /* width: calc(100% / 2 - 14px); */
    margin: 0;
    display: block;
}
	.ranking-section .item-list li.rank-first {
    position: relative;
    left: 0;
    width: 100%;
}
	.rankinginner {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0;
    display: block;
}
	.rank-first .rankinginner {
    padding: 0;
    width: 100%;
}
	.ranking-left {
    margin-right: 0;
}
	.ranking-section .item-list li p.item-name a, .ranking-section .price {
    color: #000;
}
	.rank-first .rankinginner .item-list-btn span {
    width: 100%;
}
	.rankinginner .item-list-btn {
    margin-top: 10px;
}
	.rankinginner .item-list-btn.otherrank img {
    width: 24px;
}
.rankinginner .item-list-btn.item-list-sold {
    width: 48px;
}


  .ranking-icon {
    position: absolute;
    top: 0;
    left: 15px;
    text-align: center;
    font-size: 24px;
    color: #000;
    width: 40px;
    height: 50.15px;
    background: url(https://gigaplus.makeshop.jp/atable/img/rank.png);
    line-height: 40px;
    background-size: 40px !important;
}
	.ranking-icon.rank-1 {
    background-size: 70px !important;
    background-size: 50px !important;
}
  a.more-link {
    margin-top: 25px;
  }

  /*footer カテゴリー*/
  .footer-section .side-category-list {
    display: block;
  }
  .side-category-list.f-cat {
    border-top: 1px solid #d9d9d9;
  }
  h2.main-ttl.f-catttl {
    margin-bottom: 0;
  }
  .footer {
    width: 95%;
    display: block;
  }
  #footer_guideWrap {
    width: 100%;
    padding: 50px 0 0;
    background: #F5F5F5 url(https://gigaplus.makeshop.jp/atable/img/bg-white-large.png)no-repeat 120% 0px;
    background-size: 400px;
}
  .footer img {
    margin-bottom: 20px;
  }
  .footer-nav {
    display: block;
    margin-top: 20px;
  }
  .footer-nav li {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .breadcrumb {
    font-size: 12px;
    padding: 10px 15px;
	  margin-bottom: 0;
  }
  .category-title {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category-title dl {
    margin-bottom: 20px;
	  font-size: 12px;
  }
	.category-child-item {
    margin-bottom: 15px;
}
	.category-child-item li a {
    font-size: 14px;
}
  .category-child-item li {
    width: calc(100% / 2 - 5px);
    margin: 0 10px 10px 0;
  }
  .category-child-item li:nth-child(2n) {
    margin-right: 0;
  }
	.category-child-item li:nth-child(odd) a {
    border-left: 1px solid #ddd;
}
  .detail {
    padding: 0 15px;
    width: calc(100% - 30px);
  }
  h2.detail_ttl {
    margin: 0 15px 20px;
  }
  .item-description {
    padding: 0 15px;
  }
  .detail .item-description {
    padding: 0;
  }
  .item-image {
    width: 100%;
	  max-width:unset;
  }
  .main-image {
    width: 100%;
  }
  .choice-btn {
    width: 100%;
  }
  .choice-btn li {
    margin-right: 8px;
    margin-bottom: 8px;
}

  .choice-btn .slick-track {
    width: 100% !important;
  }
  .choice-btn li img {
    width: 100% !important;
  }
  .add-image-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .add-image-list:nth-child(2n) {
    margin-right: 0;
  }
  .add-image-list:last-child {
    margin-bottom: 0;
  }
  .item-review-list {
    margin: 0 15px;
  }
  .group-review-section {
    width: 100%;
  }
  .group-item-list {
    justify-content: space-between;
  }
  .group-item-list li {
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
    width: calc((100% - 27px) / 2);
}
  .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-next, .slick-prev {
    top: 35% !important;
  }
  .slick-next:before, .slick-prev:before {
    width: 15px;
    height: 50px;
  }
  .slick-prev:after {
    display: none;
  }
  .slick-next:after {
    display: none;
  }
  .item-price-wrap {
    margin-bottom: 8px;
  }
  .item-price-wrap .item-price {
    font-size: 22px;
  }
  .item-price-wrap .item-tax {
    font-size: 12px;
  }
  .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 .add-cart-btn span::before, .add-cart .subscription-btn span::before {
    top: -5px;
}
  .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: 16px;
	  max-width:unset
  }
  .sku-cart .btn {
    font-size: 14px;
    min-width: 160px;
  }
	
	.favorite-list{
		max-width:unset;
	}
  .item-contact::before {
    display: none;
  }
  .item-info-list li dt {
    width: 40%;
  }
  .item-info-list li dd {
    width: 60%;
  }
  .checked-contents {
    padding-bottom: 0;
  }
  .checked-item-list {
    justify-content: space-between;
    margin: 0 15px;
  }
  .checked-item-list li {
    width: calc((100% - 23px) / 2);
    margin-right: 0;
  }
  .checked-item-list li:nth-child(2n) {
    margin-right: 0;
  }
  .recommend-section .item-list, .ranking-section .item-list, .recently-section .item-list, .review-section .item-list {
    margin: 0;
  }

  .cart {
    margin-top: 40px;
	  margin-bottom: 0;
}
  .cart-section-title {
    padding-top: 0;
  }
  .free-shipping-wrap {
    text-align: left;
  }
.cart-list-table {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
}
	.cart-list-table tbody tr {
    border-top: 1px solid #ddd;
    border-bottom: none;
    padding: 15px 30px;
    display: block;
    position: relative;
}
  .cart-list-table th {
    display: none;
  }
  .cart-list-table tbody td {
    display: block;
    padding: 0 0 0 120px;
    margin-bottom: 6px;
	  margin-top: 8px;
    border-left: none;
}
	.cart-list-image {
    position: absolute;
    left: 30px;
		top:15px;
}
  .cart-list-table tbody td:first-child {
    width: calc(100% - 15px);
}
  .cart-list-info {
    width: calc(100% - 100px);
    text-align: left;
  }
  td.item-cart-quantity, td.item-cart-del, td.item-cart-price {
    text-align: left !important;
  }
  td.item-cart-quantity a {
    text-align: center;
}
  .item-cart-price {
    font-size: 16px;
    text-align: right;
  }

  .item-cart-delete {
    float: none;
    padding-left: 0;
    width: 100%;
    display: block;
    text-align: right;
  }
  .item-cart-delete a {
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 100%;
    margin: 0 0 0 auto;
    white-space: nowrap;
    text-decoration: underline;
}
  .item-cart-subtotal {
    font-size: 22px;
    text-align: right;
    margin-bottom: 30px !important;
  }
  .item-cart-subtotal::before {
    content: "小計";
    font-size: 14px;
  }
	.cart-list-table tbody tr.cart-total {
    border: none;
    border-top: 1px solid #ddd;
    display: flex !important;
    padding: 0 30px;
}
	.cart-list-table tbody td.cart-total-price-wrap {
    padding-left: 0;
    width: 100%;
}
  .cart-total-title {
    margin: 0 !important;
  }
  .cart-button-wrap {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
	.cart-total .cart-total-price {
    font-size: 27px;
}
	.cart-total .cart-total-price span {
    font-size: 16px;
}
	.cart-total .cart-total-price span.tax {
    font-size: 16px;
}
  .cart-button-wrap li {
    width: 80%;
  }
  .cart-button-wrap li.cart-back-button {
    order: 1;
    margin-top: 10px;
  }
  .cart-button-wrap li.cart-back-button a {
    width: 100%;
    margin-bottom: 10px;
  }
  .cart-button-wrap .cart-button a {
    width: 100%;
  }
  .guide-section {
    width: 100%;
  }
  .comapany-box {
    width: 100%;
  }
  .contract-section {
    width: calc(100% - 30px);
    flex-wrap: wrap;
    margin: 0 15px;
    border: none !important;
  }
  .contract-section dt {
    width: 100%;
    border-right: none;
    text-align: left;
    padding-left: 20px;
    border: none;
  }
  .contract-section dd {
    width: 100%;
    border: none;
  }
  .policy-box {
    width: calc(100% - 30px);
  }
  .guide-title {
    margin: 40px 0 20px;
  }
  .company-list {
    width: 100%;
    margin: 0;
  }
  .company-list tr {
    display: flex;
    flex-wrap: wrap;
  }
  .company-list th {
    width: 100%;
    border-right: none;
    text-align: left;
    border: none;
  }
  .company-list tr:first-child th {
    border-top: none;
  }
  .company-list tr:first-child tｄ {
    border-top: none;
  }
  .company-list td {
    width: 100%;
    border: none;
  }
  .company-list tr:first-child td {
    border-top: none;
  }
  .company-list td h5 {
    width: 100%;
    padding: 10px 0;
  }
  /*ご利用案内*/
  .guide-link {
    margin-bottom: 0;
    padding: 0 15px;
      gap: 0 12px;
  }
  .guide-link li {
    width: 100%;
    text-align: left;
  }
	.guide-link li:first-child a,
    .guide-link li:nth-child(4) a {
    border-left: none;
}

	.guide-link li a {
    border-bottom: 1px solid #ddd;
		border-right:none;
}

  .guide-section {
    margin-bottom: 30px;
    margin-top: -50px;
    padding: 80px 15px 0 15px;
    width: calc(100% - 30px) !important;
}
  .guide-inner {
    padding: 0;
  }
  .guide-inner h4.inner-ttl {
    font-size: 23px;
    line-height: 50px;
    width: auto;
  }
  .guide-section p.uketuke {
    font-size: 18px;
  }
  .guide-section p {
    font-size: 14px;
    line-height: 26px;
  }
  .guide-section .guide-section-title {
    font-size: 24px;
  }
  .guide-section .guide-step li h3 {
    font-size: 20px;
  }
.guide-section p.free-shipping span {
    font-size: 16px;
}
  .guide-section .attention {
    font-size: 14px;
  }
	.guide-section .shipping {
    width: 100%;
}
	.guide-section .shipping tbody td {
    padding: 0 18px;
    width: 105px;
}
	.guide-section .shipping tbody th {
    padding: 0 10px;
}
	table.shipping-price th {
    padding: 10px;
    width: 19%;
}
	table.shipping-price td {
    padding: 10px;
}
	table.shipping-price td:last-child {
    padding-right: 10px;
    width: 22%;
}
  .guide-section .guide-tel {
    font-size: 23px;
    line-height: 50px;
    width: auto;
  }
  .guide-section .guide-tel::before {
    top: -2px;
  }
  .guide-section .bank {
    max-width: unset;
    width: 100%;
    flex-wrap: wrap;
  }
  .guide-section .bank dt {
    width: 100%;
    line-height: 40px;
  }
  .guide-section .bank dd {
    width: 100%;
  }
  .guide-section div.bank {
    width: calc(100% - 30px);
  }
  .guide-section div.bank ul {
    flex-wrap: wrap;
    width: 100%;
  }
  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;
  }
  #footer_guide {
    width: calc(100% - 30px);
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px;
  }
  .footer {
    width: 95%;
    display: block;
    padding: 44px 0 24px;
  }
  .footer img {
    margin-bottom: 20px;
  }
  #footer_guidebig {
    flex-wrap: wrap;
  }
  .footer_guide_small {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
  }
  .footer_guide_small > li {
    margin-bottom: 55px;
    width: 100%;
    margin-right: 0;
    height: auto;
  }
	.footer_guide_small > li.sns-wrap {
    display: block;
    height: auto;
    margin-bottom: 0;
}
  .footer_guide_small.size350 > li {
    height: auto;
  }
  .payment_big.conv .payment_iconWrap {
    width: 80%;
  }
  ul.footer_guide_small:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  .footer-nav {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    width: calc(100% - 12px);
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .footer-nav a {
    padding: 0 10px;
  }
  .footer-nav li {
    margin-right: 0;
  }
  .footer-nav li:first-child {
    order: 3;
  }
  .footer-nav li:nth-child(2) {
    order: 1;
  }
  .footer-nav li:nth-child(3) {
    order: 2;
  }
  .footer-nav li:nth-child(4) {
    order: 4;
  }
  .daibiki {
    font-size: 14px;
  }
  .daibiki dt {
    width: 180px;
  }
  .daibiki dd {
    width: calc(100% - 242px);
  }
  #footer {
    flex-wrap: wrap;
    padding: 0 15px 0;
    width: calc(100% - 30px);
  }
  .f_info_wrap {
    margin: 0 15px;
    flex-wrap: wrap;
  }
  #f_nav {
    flex-wrap: wrap;
    justify-content: center;
    order: 2;
  }
  .f_info_wrap address {
    display: none;
  }
  .f-sns {
    margin: 0 auto;
  }
  address {
    width: calc(100% - 30px);
    text-align: center;
    padding: 0 15px;
    padding-bottom: 90px;
  }
  .f-wrap {
    flex-wrap: wrap;
  }
  .f-left {
    width: 100%;
    margin-bottom: 28px;
  }
  .f-right {
    width: 100%;
  }
  ul.f-sns {
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  ul.f-sns li:first-child {
    margin-left: 0;
  }
  ul.side-sns li.side-fb img {
    width: 20px;
  }
  ul.side-sns li.side-tw img {
    width: 38px;
  }
  ul.side-sns li.side-in img {
    width: 37px;
  }
  ul.side-sns li.side-li img {
    width: 39px;
  }
  #footerWrap ul.side-sns {
    margin-top: 0;
    margin-bottom: 0;
  }
  /*下部追従メニュー*/
  ul.spmenu-list {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 15px 15px;
    background: #000;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
height: 65px;
        box-sizing: border-box;
    }
ul.spmenu-list li {
    position: relative;
    padding: 0 9px 5px;

}
 
  ul.spmenu-list li.spmenu-login img,ul.spmenu-list li.spmenu-logout img {
    height: 31px;
  }
  ul.spmenu-list li.spmenu-cart img {
    width: 35px;
  }
  ul.spmenu-list li.spmenu-fav img {
    height: 29px;
  }
  ul.spmenu-list li.spmenu-mail img {
    height: 18px;
    margin-bottom: 2px;
  }
	ul.spmenu-list li::after {
    content: "ログイン";
    color: #fff;
    font-size: 8px;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    white-space: nowrap;
	text-align: center;
}
    ul.spmenu-list .spmenu-logout::after {
            content: "ログアウト";
    }
	ul.spmenu-list li.spmenu-mail::after {
		content:"メール"
	}
	ul.spmenu-list li.spmenu-myp::after {
		content:"マイページ"
	}
	ul.spmenu-list li.spmenu-cart::after {
		content:"カート"
	}
  .f-logo {
    width: 100%;
    text-align: center;
  }
  .f-logo img {
    margin: 0 auto;
    height: 80px;
  }
  .f-logo p {
    margin-left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  .f-add-wrap {
    width: 100%;
    margin: 0 auto 30px;
  }
  .f-link-wrap {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .pageTop {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 10px;
  }
  .pageTop a {
    height: 40px;
    width: 40px;
  }
  .pageTop a::before {
    right: 14px;
    top: 17px;
    width: 10px;
    height: 10px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 5px !important;
    z-index: 1;
  }
  .bx-wrapper .bx-pager {
    bottom: -15px !important;
  }
  /*ポップアップメニュー*/
  #search-popup, #cart-popup {
    position: absolute;
    right: 0;
    top: 82px;
    width: calc(100% - 30px);
    min-width: unset;
    padding: 40px 15px 40px;
    background: #fff;
  }
  #cart-popup h2.content-title {
    font-size: 18px;
    text-indent: 35px;
  }
  #cart-popup h2.content-title::before {
    width: 29px;
    height: 28px;
    background-size: 29px;
    top: -3px;
  }
  #cart-popup p.cart-txt {
    font-size: 12px;
    text-align: left;
  }
  #cart-popup .cart-list-img {
    width: 60px;
    height: 60px;
    padding-right: 1rem;
  }
  .header-search input#search {
    width: 100%;
    line-height: 25px;
    border: 1px solid #222222;
    padding: 8px 50px 8px 20px;
    font-size: 14px;
    border-radius: 0;
  }
  .btn-go-wrap img {
    width: 20px;
  }
  .header-search .search-url {
    top: 55%;
  }
  #search-popup h3.search-ttl {
    text-indent: 32px;
  }
  #search-popup h3.search-ttl::before {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc-flex {
    display: none !important;
  }
  .sp-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 787px) and (max-width: 1200px) {
  .main-section {
    padding: 0 10px;
  }
  header .top-nav {
    width: calc(100% - 30px);
    margin: 0 15px;
}

  #footer {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .f-logo {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

	.main-section.pickup-section img {
    width: 400px;
}
	
	#footer_guide {
    width: calc(100% - 30px);
    margin: 0 15px;
}

}
@media only screen and (min-width: 787px) and (max-width: 1024px) {
  #gnav li.gnav-list > a {
    font-size: 13px;
  }
  .gnav-wrap {
    margin-top: 15px;
  }
	header .header-logo img {
    height: 50px;
}
  .gnav-list li.gnav-link a {
    font-size: 24px;
}
	.gnav-list li.gnav-link a span {
    font-size: 14px;
}
	.h-childitem-wrap > li.h-category-item > a {
    font-size: 14px !important;
}
  .h-search #search {
    width: 180px;
  }
}

@media screen and (min-width: 576px) {
   .index-review-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 27px !important;
}
}
@media screen and (min-width: 787px) {
   .index-review-list {
       grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 374px) {

  header .header-logo img {
    height: 27px;
    width: auto;
  }
  .choice-btn li {
    width: 56px !important;
    margin-right: 4px;
  }
  .choice-btn li img {
    width: 56px !important;
    height: 56px;
  }
  .sku-cart .btn {
    min-width: 120px;
  }
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4 / 3;
    --wp--preset--aspect-ratio--3-4: 3 / 4;
    --wp--preset--aspect-ratio--3-2: 3 / 2;
    --wp--preset--aspect-ratio--2-3: 2 / 3;
    --wp--preset--aspect-ratio--16-9: 16 / 9;
    --wp--preset--aspect-ratio--9-16: 9 / 16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--sm-accent: var(--accent-color);
    --wp--preset--color--sm-sub-accent: var(--sub-accent-color);
    --wp--preset--color--sm-text: var(--_color-text);
    --wp--preset--color--sm-text-alt: var(--_color-white);
    --wp--preset--color--sm-lightest-gray: var(--_lightest-color-gray);
    --wp--preset--color--sm-lighter-gray: var(--_lighter-color-gray);
    --wp--preset--color--sm-light-gray: var(--_light-color-gray);
    --wp--preset--color--sm-gray: var(--_color-gray);
    --wp--preset--color--sm-dark-gray: var(--_dark-color-gray);
    --wp--preset--color--sm-darker-gray: var(--_darker-color-gray);
    --wp--preset--color--sm-darkest-gray: var(--_darkest-color-gray);
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--sm-xs: 0.8rem;
    --wp--preset--font-size--sm-s: 0.88rem;
    --wp--preset--font-size--sm-m: 1rem;
    --wp--preset--font-size--sm-l: 1.14rem;
    --wp--preset--font-size--sm-xl: 1.33rem;
    --wp--preset--font-size--sm-2-xl: 1.6rem;
    --wp--preset--font-size--sm-3-xl: 2rem;
    --wp--preset--font-size--sm-4-xl: 2.66rem;
    --wp--preset--font-size--sm-5-xl: 4rem;
    --wp--preset--font-size--sm-6-xl: 8rem;
    --wp--preset--spacing--20: var(--_s-2);
    --wp--preset--spacing--30: var(--_s-1);
    --wp--preset--spacing--40: var(--_s1);
    --wp--preset--spacing--50: var(--_s2);
    --wp--preset--spacing--60: var(--_s3);
    --wp--preset--spacing--70: var(--_s4);
    --wp--preset--spacing--80: var(--_s5);
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
    --wp--custom--slim-width: 46rem;
    --wp--custom--content-width: var(--_global--container-max-width);
    --wp--custom--content-wide-width: var(--_global--container-max-width);
    --wp--custom--has-sidebar-main-basis: var(--wp--custom--slim-width);
    --wp--custom--has-sidebar-sidebar-basis: 336px;
}
.line-floating-button {
position: fixed;
    right: 5px;
    bottom: 130px;
    z-index: 10;
    background: transparent;
    border: 0;
    width: 100px;
    padding: 0;
    cursor: pointer;
    >img {
    max-width: 100%;}
}
.ranking-item-list-wrapper {
    position: relative;
}
.ranking-item-list-button-prev,
.ranking-item-list-button-next {
    position: absolute;
    background: transparent;
    border: none;
    display: none;
    width: 30px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
        mix-blend-mode: difference;
    z-index: 10;
    
    &::before,
    &::after {
        position: absolute;
        content: '';
        left: 10px;
        width: 20px;
        height: 2px;
        background: white;
        transform-origin: left;
    }
    &::before {
    top: 50%;
      
    }
    &::after {
    bottom: 50%;
    }
    @media (min-width: 768px) {
        display: block;
    }
}

.ranking-item-list-button-prev {
    left: 0;
        &::before {
    transform: rotate(-55deg);
      
    }
    &::after {
    transform: rotate(55deg);
    }
}
.ranking-item-list-button-next {
    right: 0;
    
    &::before {
    transform: rotate(-125deg);
        left: 20px;
      
    }
    &::after {
    transform: rotate(125deg);
        left: 20px;
    }
}