@charset "UTF-8";
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
    background: #ffffff!important;
  color: #333333;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
/*    
  font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 14px;
  line-height: 1.6;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, div {
  word-break: break-all;
}

a {
  color: #333333;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  opacity: .7;
}

input[type="text"],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}

input::placeholder {
  color: #B5B5B5;
  font-size: 12px;
}

pre {
  white-space: pre-wrap;
}

.clearfix {
  display: block;
}
.clearfix::before {
  content: "";
  display: block;
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.bx-wrapper {
  box-shadow: none !important;
}

.bx-controls-direction a {
  z-index: 0 !important;
}

/* -----------------------------------------------------------------
   header
----------------------------------------------------------------- */
header {
  width: 100%;
  padding: 30px 0;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  z-index: 2;
  transition: .3s;
}
header .top-nav {
  display: flex;
  justify-content: space-around;
  /*max-width: 1200px;*/
  margin: 0 auto;
}
header .header-menu {
  display: flex;
  justify-content: space-between;
}
header .header-logo img {
  max-height: 50px;
  max-width: 700px;
}

.header {
    padding: 20px 0;
    position: absolute;
    position: fixed;
    max-width: 100%;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    transition: background-color .5s, color .5s;background:rgba(0, 10, 50, 0.9);
}

.header.change-color {
    background-color:rgba(0, 10, 50, 0.9);
}

header.header {
    padding: 10px 0;
    background-color: #ffffffd9;
    transition: 0.5s;
}
header .top-nav .header-logo {
    width: 120px!important;
    padding: 0 0 0 35px;
}


.header .top-nav .header-menu ul.gnav.org li a {
    padding: 10px 12px;
    /*color: #fff;*/
}

header .top-nav .header-menu ul.gnav li.gnav-menu {
    line-height: 1.5;
    font-size: 10px;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
}
header .top-nav .header-menu ul.gnav li.gnav-menu a {
    opacity: .8;
    /*color: #fff;*/
}
header .top-nav .header-menu ul.gnav li.gnav-menu a::before {
  
    font-weight: 300;
    transition: .5s;
    font-size: 19px;
    color: #333 !important;
}

.header.fix {
  display: block;
  padding: 6px 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transition: .3s;
}

.gnav {
  display: flex;
  align-items: flex-end;
}
.gnav li {
  margin-left: 20px;
}
.gnav .account {
  font-size: 10px;
}
.gnav .account:last-child {
  margin-right: 16px;
}
.gnav .gnav-menu {
  font-weight: bold;
}

.gnav-menu {
  font-size: 10px;
}
.gnav-menu:first-child a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f002";
  font-size: 16px;
  display: block;
  /*color: #707070;*/
}
.gnav-menu:nth-child(2) a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f007";
  font-size: 16px;
  display: block;
  /*color: #707070;*/
}
.gnav-menu:nth-child(3) a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f07a";
  font-size: 16px;
  display: block;
  /*color: #707070;*/
}

.logout a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f2f5";
  font-size: 16px;
  display: /*block;*/none;
  color: #707070;
}

.membership a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f234";
  font-size: 16px;
  display: /*block;*/none;
  color: #707070;
}

.login a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f2f6";
  font-size: 16px;
  display: /*block;*/none;
  color: #707070;
}

.header-cart {
  position: relative;
}
.header-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #F23E0C;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.main-visual {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.main-visual img {
  margin: 0 auto;
  width: 100%;
}
.main-visual li {
  height: 100%;
  display: flex;
  align-items: center;
}

#M_slider {
  height: 100%;
}

.contents {
  width: 1060px;
  padding:140px 30px 48px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
}

.container {
  display: flex;
  padding: 48px 0 60px;
}

.top-container {
  padding: 0;
}

/* -----------------------------------------------------------------
   side-nav
----------------------------------------------------------------- */
.side {
  width: 210px;
  padding-right: 30px;
}

.search {
  background: #E6E6E6;
  padding: 16px;
}

.search-btn {
  font-size: 12px;
  border: 1px solid #333333;
  border-radius: 3px;
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}

.search-area li {
  margin-bottom: 20px;
}
.search-area label {
  display: block;
  margin-bottom: 10px;
}
.search-area input, .search-area select {
  width: 100%;
}

input.search-price {
  width: 36%;
  margin-right: 4px;
}

.side-section {
  margin-top: 30px;
}

.sp-side-section {
  display: none;
}

.category-list-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.side-category-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-right: 12px;
}
.side-category-item p, .side-category-item a {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
}
.side-category-item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.side-category-item p:after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .3s;
}
.side-category-item p.on {
  width: 95%;
  background: #333333;
  color: #fff;
  padding-left: 6px;
  padding-right: 14px;
}
.side-category-item p.on:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background: #fff;
  right: 10px;
}
.side-category-item p.on:after {
  background-color: transparent;
  background: #fff;
  right: 10px;
}

.child-item {
  padding: 8px !important;
  font-size: 12px;
}

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}

.side-contact li {
  margin-bottom: 16px;
}

.calendar-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.calendar-title {
  padding: 8px;
  color: #fff;
  display: flex;
  align-items: baseline;
  margin-bottom: 4px;
}
.calendar-title dt {
  font-size: 12px;
  margin-right: 6px;
}

.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  border-collapse: inherit;
  padding: 8px;
}
.makeshop-calendar1 tr,
.makeshop-calendar2 tr {
  text-align: center;
  font-size: 12px;
}
.makeshop-calendar1 thead tr th,
.makeshop-calendar2 thead tr th {
  padding-bottom: 8px;
}
.makeshop-calendar1 tbody tr td,
.makeshop-calendar2 tbody tr td {
  padding-bottom: 2px;
  height: auto !important;
}

.makeshop-calendar1 td.today {
  background: #F23E0C;
  color: #fff;
  border-radius: 50px;
  width: 20px;
  height: auto;
}

.this-month {
  background: #808080;
}

.next-month {
  background: #808080;
}

.saturday {
  color: #006BED;
}

.sunday {
  color: #F23E0C;
}

/* -----------------------------------------------------------------
   check
----------------------------------------------------------------- */
.checked-contents {
  padding-bottom: 60px;
  display: inline-block;
    padding-left: 20%;
    padding-right: 20%;
}

.checked-item-list {
  display: flex;
  flex-wrap: wrap;
}
.checked-item-list li {
  width: 140px;
  position: relative;
  margin-right: 32px;
}
.checked-item-list li:last-child {
  margin-right: 0;
}
.checked-item-list li img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */
.main {
  width: 798px;
}

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

h2 {
  font-size: 18px;
  margin-bottom: 40px;
}
h2 span {
  font-size: 12px;
  margin-left: 8px;
}

.shop-comment {
  margin-bottom: 40px;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
}
.item-list li {
  width: calc((100% - 60px) / 3 );
  margin-bottom: 40px;
  margin-right: 30px;
  position: relative;
}
.item-list li:nth-child(3n) {
  margin-right: 0;
}
.item-list li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 4px;
  position: relative;
}

.item-list-review {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.item-list-review .item-list-review-rate {
  margin: 0 6px;
}

.ranking-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  font-size: 12px;
  color: #333333;
  width: 30px;
  height: 30px;
  line-height: 2.5;
}

.rank-1 {
  background: #D1AF28;
  color: #fff;
}

.rank-2 {
  background: #ABA8A8;
  color: #fff;
}

.rank-3 {
  background: #D18858;
  color: #fff;
}

.item-icon {
  position: absolute;
  top: -10px;
  font-size: 12px;
  right: -8px;
  color: #fff;
  padding: 0 3px;
  z-index: 1;
}
.item-icon p {
  padding: 0 3px;
}
.item-icon .item-soldout {
  background: #B5B5B5;
}
.item-icon .item-sale {
  background: #F23E0C;
}

.item-category {
  margin-bottom: 8px;
  font-size: 12px;
}

/* ブランド名 */

p.item-name span {display: block;font-size: calc(100% - 13%);letter-spacing: 0;}



.original-price {
  text-decoration: line-through;
}

.item-sale-price {
  color: #F23E0C;
}

.news-list {
  margin-bottom: 10px;
}
.news-list li {
  border-bottom: 1px solid #CBCBCB;
  padding: 14px 0;
}
.news-list li:first-child {
  padding-top: 0;
}
.news-list dl dt {
  margin-bottom: 8px;
}
.news-list dl dd {
  font-size: 12px;
}

.news-wrap {
  display: flex;
}
.news-wrap dl dt a {
  text-decoration: underline;
}
.news-wrap dl dt a:hover {
  text-decoration: none;
}

.news-more a {
  text-decoration: underline;
}
.news-more a:hover {
  text-decoration: none;
}

.news-date {
  font-size: 12px;
  color: #B5B5B5 !important;
  min-width: 120px;
}

.news-content:after {
  content: "…";
}

.news-more {
  text-align: right;
  padding-bottom: 60px;
}

.index-review-list li {
  display: flex;
  margin-bottom: 60px;
}
.index-review-list li .index-review-image {
  margin-right: 18px;
  width: 140px;
  min-width: 140px;
}
.index-review-list li .index-review-image img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.review-list-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.review-index-score {
  display: flex;
  align-items: baseline;
}
.review-index-score p {
  margin-right: 16px;
}

.foot-category {
  background: #f2f2f2;
  padding: 60px 0;
}
.foot-category h2 {
  text-align: center;
}

.main-category-list {
  width: 1000px;
  margin: 0 auto;
}
.main-category-list li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
  width: 197px;
}
.main-category-list li a {
  width: 100%;
  display: block;
}

/* CLOSED */
h2#titinfo {margin-bottom: 15px;}
.closed {border:solid 1px #333;padding:20px;margin-bottom: 30px;font-size: 14px;line-height: 1.5em;}
.closed h3 {font-size: 16px;margin-bottom: 5px;}
.underbar{border-bottom:solid 1px #333;margin-bottom: 10px;}
/* renewal */
.renewal {margin: 30px 0;}
.renewal img.pc {width: 100%;}
.renewal img.sp {width: 100%;}

/*kaishu*/
.contents {
    padding: 140px 0px 48px;
    width: 100%!important;
}
.contents .container .main {
    width: 100%!important;
    order: 1;
}
.header {
    padding: 20px 0;
    position: absolute;
    position: fixed;
    max-width: 100%;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    transition: background-color .5s, color .5s;
}

.header.change-color {
    background-color:rgba(0, 10, 50, 0.9);
}



.header .top-nav .header-menu ul.gnav.org li a {
    padding: 10px 12px;
    /*color: #fff;*/
}

header .top-nav .header-menu ul.gnav li.gnav-menu {
    line-height: 1.5;
    font-size: 10px;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
}
header .top-nav .header-menu ul.gnav li.gnav-menu a {
    opacity: .8;
    /*color: #fff;*/
}
header .top-nav .header-menu ul.gnav li.gnav-menu a::before {
  
    font-weight: 300;
    transition: .5s;
    font-size: 19px;
    /*color: #fff;*/
}

.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    /*background-color: #fff!important;*/
    width: 45%;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background: #333!important;
}
.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background: #333!important;
}

#g-nav.panelactive ul {
    display: block;
    width: 59%;
}

#g-nav li {
    list-style: none;
    text-align: left;
    width: 24%;
}

#g-nav li a {
    color: #003399;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#g-nav li a span {
    font-size: 70%;
    margin: 5px;
    color: #333;
}

#g-nav li p.kokate {
    font-size: 85%;
    margin: 0;
}
#g-nav li p.kokate a {
    padding: 0 0px 0 10px;
    color: #333;
}

.category-list ul {
    display: block;
    width: 80%;
    margin-top: 2%!important;
    text-align: left;
}
.category-list00 ul {
    display: block;
    width: 85%;
    margin-bottom: 10px;
    text-align: left;
	height: 70vh;
}

.category-list00 ul li {
    list-style: none;
    text-align: left;
    width: 25%;
    margin-bottom: 20px;
    font-family: le-monde-livre-std, serif;
    font-weight: 300;
    font-style: normal;
}

.category-list00 ul li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: none;
    font-family: le monde livre std, serif;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    font-size: 120%;
}

.feature-contents {text-align: center;}

.feature-contents p.title {font-size: 30px;position: relative;display: inline-block;margin-bottom: 1em;width: fit-content;}
/*
.feature-contents p.title:before { content: '';position: absolute;left: 50%;bottom: -15px;display: inline-block;
    width: 181px;height: 1px;-webkit-transform: translateX(-50%);transform: translateX(-50%);background-color: black;
    border-radius: 1px;}
*/
.feature-contents p.title span {font-size: 30px;display: block;border: solid 2px #333;padding: 5%;border-radius: 40px;}

.feature-contents p.underbar {    width: 200px;
    text-align: center;
    border-bottom: solid 1px #333;

    margin: 3% 40%;}

.feature-contents p.text {margin: 30px;}

.feature-contents img {width: 100%;max-width: 1150px;}
.feature-contents img.sp {width: 75%;}
.feature-contents img.title {width: 55%;}

.top-category {/* max-width: 1000px; */padding: 0 15% 0 20%;margin-bottom: 120px;}

.top-category ul {text-align: left;}
.top-category ul li:nth-of-type(1),.top-category ul li:nth-of-type(5),.top-category ul li:nth-of-type(9) {
    width: 28%;
    margin: 0;
    text-align: left;
    font-family: le-monde-livre-std, serif;
    font-weight: 300;
    font-style: normal;
}
.top-category ul li {width: 23%;margin: 0;text-align: left;font-family: le-monde-livre-std, serif;font-weight: 300;
font-style: normal;}

.top-category ul li a {color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: none;
font-family: le monde livre std, serif;
    font-weight: 500!important;
    font-style: normal;
    letter-spacing: 0;
    font-size: 110%!important;}

.top-category ul li a span {font-size: 65%;
    margin: 10px;
    color: #333;    font-family: Lato, YakuHanJP, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}


.contents .container .main-section {margin: 0px 0!important;}
.item-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20%;
    /* max-width: 1000px; */
}
.ttlCmn {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.ttlCmn span {
    font-size: 18px;
    margin-right: 15px;
    margin-left: 0;
    color: #333!important;
    font-family: le monde livre std, serif;
    font-weight: 500;
    font-style: normal;letter-spacing: 0;font-size: 120%!important;
}

/* -----------------------------------------------------------------
   footer
----------------------------------------------------------------- */
.footer-bg {
  background: #FFF;
}

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

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

/* footer */
.footer-bg {background: #FFF;}

.footer .two-contents {width: 100%;padding: 0%;}
.footer .two-contents .left-contents {float: left;}
.footer .two-contents .left-contents ul.shop {margin-bottom: 10%;}
.footer .two-contents .left-contents ul.shop li {width: 25%;display: block;margin-bottom: 2%;}
.footer .two-contents .left-contents ul.login {margin-bottom: 10%;}
.footer .two-contents .left-contents ul.login li {display: block;}
.footer .two-contents .right-contents {float: right;display: inline-block;}

.footer .two-contents .right-contents ul {}
.footer .two-contents .right-contents ul li {}
.footer .two-contents .right-contents ul li p.foot-info-info {}
.footer .two-contents .right-contents ul li p.foot-info-info span.add {display: block;}
.footer .two-contents .right-contents ul li p.foot-info-info span.tel {display: block;}
.footer .two-contents .right-contents ul li p.foot-info-info span.url {display: block;}
.footer .two-contents .right-contents ul li p.foot-info-info span.mail {display: block;}
.footer .two-contents .right-contents ul li p.foot-info-info span.map {display: block;}

.footer .border {border-bottom: solid 1px #333;width: 100%;height: 1px;margin: 5% 0;}
.footer .ourshop {padding: 0%; width:100%;}
.footer .ourshop h4 {font-size: 140%;font-weight: 600;margin-bottom: 30px;}
.footer .ourshop ul {margin-bottom: 30px;}
.footer .ourshop ul li {width: 24%;margin: 0 0 10px;}

.footer .two-contents .left-contents ul.guide {text-align:left;}
.footer .two-contents .left-contents ul.guide li {display: block;margin: 0 0 10px;}
.footer .two-contents .left-contents ul.guide li.shopguide {margin-top: 2%;}
ul.sns li i.fab.fa-instagram {font-size: 32px;}
.footer .two-contents .left-contents ul.sns li {text-align: left;width: 100%;margin-top: 2%;}

.copyright {
  font-size: 12px;
  max-width: 300px;
}

/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */
.breadcrumb {
  font-size: 12px;
  padding-top: 10px;
}

.breadcrumb-item {
  margin-right: 8px;
}
.breadcrumb-item::after {
  content: ">";
  margin-left: 12px;
}
.breadcrumb-item:last-child::after {
  display: none;
}

.category-image {
  margin-bottom: 20px !important;
  display: flex;
}

.category-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-title dl {
  display: flex;
  font-size: 12px;
  margin-bottom: 40px;
}
.category-title dd {
  margin-right: 8px;
}

.category-child-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.category-child-item li {
  margin: 0 20px 12px 0;
}

.total-count span {
  font-weight: bold;
}

.pager-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.pager {
  display: flex;
}
.pager li {
  margin-right: 16px;
}
.pager li:last-child {
  margin-right: 0;
}
.pager li span.current {
    font-weight: 600;
}
.bulk-group {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: bold;
}

.bulk-group a {
  color: #B5B5B5;
}

/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */
.detail {
  padding: 48px 0 60px;
}

.item-image {
  width: 540px;
  float: left;
}
.item-image img {
  width: 100%;
}

.main-image {
  float: left;
  margin-bottom: 40px;
  width: 540px;
}
.main-image img {
  width: 100%;
}

div#item_detail {margin-bottom: 80px;width:100%;}
div#item_detail table {border-collapse:collapse;margin:0 auto;}
div#item_detail td {border-top:1px solid #ccc/*666*/;padding: 10px 0 10px 10px;text-align: left;font-size: 14px;}
div#item_detail th {border-top:1px solid #ccc/*666*/;padding: 10px 0 10px 40px;text-align:left;width:150px;font-size: 14px;}
div#item_detail th:nth-child(1){ border-top:1px solid #ccc/*666*/;padding: 10px 0 10px 40px;text-align: left;width:150px;font-size: 14px;}
div#item_detail tr:last-child td,
div#item_detail tr:last-child th {border-bottom:1px solid #ccc/*666*/;} 

.brand-contents {text-align: center;margin: 80px 0!important;width:100%;}
.brand-contents img {width: 60%!important;}
.brand-contents h4 {font-size: 18px;font-weight: 600;/* color: #003399; */}
.brand-contents p.brand-title {font-size: 24px;margin: 10px 0!important;}
.brand-contents p.brand-title span {font-size: 16px;display: block;}
.brand-contents p.brand-txt {text-align: justify;text-justify: inter-ideograph;//IE対応;;}
.brand-contents a.itemlink{display:inline-block;color:#474e51;position:relative;cursor:pointer;margin: 30px;font-size: 20px;}
.brand-contents a.itemlink::after{content:'';position:absolute;width:100%;transform:scaleX(1);height:1px;bottom:-1px;left:0;background-color:#333;transform-origin:bottom left;transition:transform .3s ease-in-out}
.brand-contents a.itemlink:hover::after{transform:scaleX(0);transform-origin:bottom right}
    

/* 店舗情報 */
.shop-introduction .shop-contents .bbbpotters p.txt {text-align: left;margin: 10px 0 15px;}
.shop-introduction .shop-contents .cafepotters p.txt {text-align: left;margin: 10px 0 15px;}
.shop-introduction .shop-contents .bbband p.txt {text-align: left;margin: 10px 0 15px;}
.shop-introduction .shop-contents a.itemlink{display:inline-block;color:#474e51;position:relative;cursor:pointer;margin: 15px 0;font-size: 14px;}
.shop-introduction .shop-contents a.itemlink::after{content:'';position:absolute;width:100%;transform:scaleX(1);height:1px;bottom:-1px;left:0;background-color:#333;transform-origin:bottom left;transition:transform .3s ease-in-out}
.shop-introduction .shop-contents a.itemlink:hover::after{transform:scaleX(0);transform-origin:bottom right}
p.shoplink {text-align: left;}


/*スライダーcss*/
.gallery li {
  list-style: none;
}
.gallery li img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}

.slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.choice-btn {
  margin-bottom: 40px;
}
.choice-btn li {
  cursor: pointer;
  background: #333;
  width: 100px !important;
  margin-right: 8px;
  margin-bottom: 12px;
}
.choice-btn li:nth-child(5n) {
  margin-right: 0;
}
.choice-btn .slick-track {
  width: 100% !important;
}

.choice-btn li img {
  opacity: 0.4;
  width: 100px;
  height: 110px;
  object-fit: cover;
}

.choice-btn li.slick-current img {
  opacity: 1;
}

/*追加*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);

  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*スライダーcssここまで*/
.add-image-section {
  margin-bottom: 40px;
}

.add-image-title {
  font-size: 18px;
  margin: 40px 0 20px;
}

.add-image-list {
  width: 164px;

  display: inline-block;
  margin-right: 20px;
}
.add-image-list:last-child {
  margin-right: 0;
}
.add-image-list img {
  width: 100%;
  height: 164px;
  object-fit: cover;
}

.group-review-section {
      width: 100%;
    display: inline-block;
    padding-left: 20%;
    padding-right: 20%;
    margin-bottom:1%;
}

.group-item-list {
  display: flex;
  flex-wrap: wrap;
}
.group-item-list li {
  width: 22%;
  margin-bottom: 40px;
  margin-right: 20px;
  position: relative;
}
.group-item-list li img {
  width: 100%;
  /*height: 120px;*/
  object-fit: cover;
}
.group-item-list li:nth-child(4n) {
  margin-right: 0;
}

.item-detail {
  width: 400px;
  padding-left: 40px;
  float: right;
}
.item-detail .item-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.item-detail .item-category-name {
  margin-bottom: 6px;
}

.item-detail-icon {
  position: absolute;
  display: contents;
  font-size: 12px;
  font-weight: normal;
  top: 0;
}
.item-detail-icon .item-detail-sale {
  color: #F23E0C;
}
p.item-detail-soldout {
    display: none;
}


.item-detail-icon p {
  margin-bottom: 12px;
}

.item-price-wrap {
  margin-bottom: 20px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}
.item-price-wrap .item-price {
  font-size: 25px;
  font-weight: 500;margin: 2% 0;
}
.item-price-wrap .item-tax {
  font-size: 14px;
  color: #333333;
}
.item-price-wrap .fixed-price {
  font-size: 12px;
}

.member-original-price {
  font-size: 12px;
}
.member-original-price span {
  font-size: 18px;
}

.sale-text .original {
  text-decoration: line-through;
}
.sale-text .sale-rate, .sale-text .sale-price {
  color: #F23E0C;
}
.sale-text .sale-rate {
  margin: 0 10px;
}
.sale-text .sale-price {
  font-size: 30px;
  font-weight: 500;
}

.sale-priod {
  font-size: 12px;
  margin: 6px 0 12px;
}

.item-point, .review-empty {
  margin-bottom: 20px;
}

.item-sell-text {
  margin: 20px 0;
}
.item-sell-text .sell-start {
  margin-bottom: 8px;
}

.item-reserve {
  margin: 20px 0;
}
.item-reserve .item-reserve-release-text,
.item-reserve .item-reserve-text {
  font-size: 12px;
  margin-top: 6px;
}

.nameprint-area {
  margin-top: 20px;
}
.nameprint-area .nameprint-title-wrap {
  margin: 18px 0 8px;
  font-size: 12px;
}
.nameprint-area .nameprint-text-wrap p {
  margin-bottom: 4px;
  font-size: 12px;
}
.nameprint-area .nameprint-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.nameprint-area .nameprint-title span {
  color: #F23E0C;
  font-size: 12px;
  font-weight: normal;
  margin-left: 6px;
}
.nameprint-area .nameprint-text input,
.nameprint-area .nameprint-text textarea {
  width: 75%;
  border: 1px solid #333333;
}

.item-quantity {
  font-size: 12px;
  margin-bottom: 20px;
}
.item-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-left: 8px;
}

.item-quantity input[type="text"]{
border-radius: 3px!important;
    border: 1px solid #333;
    /* padding: 6px; */
    font-size: inheirt;
    box-sizing: border-box;width: 35px;

}

.item-review {
  font-size: 12px;
}

.review-link a {
  text-decoration: underline;
}
.review-link a:hover {
  text-decoration: none;
}

.item-option {
  width: 100%;
}
.item-option .btn {
  margin-top: 20px;
}

.makeshop-option-wrap {
  margin-top: 10px;
}

.makeshop-option-label {
  font-size: 12px;
  margin-bottom: 6px;
}

.makeshop-option-select {
  border: 1px solid #333333;
  margin-bottom: 12px;
  width: 75%;
}

.add-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 40px;
}
.add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}
.add-cart .btn {
  width: 180px;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  padding: 15px 5px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}
.add-cart .add-cart-btn {
  background: #333333;
}
.add-cart .restock-btn {
  background: #333333;
}
.add-cart .disabled-btn {
  background: #B5B5B5;
}
.add-cart .subscription-btn {
  background: #006BED;
  margin-top: 8px;
}
.add-cart .off {
  display: none;
}
.add-cart .on {
  display: block;
}

.subscription-only {
  margin-top: 0 !important;
}

.item-stock-sku {
  margin-bottom: 8px;
}

.favorite-wrap {
  display: flex;
  align-items: baseline;
}

.favorite a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f004";
  font-size: 24px;
  font-weight: 900;
  margin-left: 18px;
  color: #ff7683;
}

.item-contact {
  margin-bottom: 10px !important;
}
.item-contact::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 0px!important;
}
.item-contact a,.gift-contact a {
  width: 100%;
  display: inline-block;
  padding: 8px 0;
  /*border: 1px solid #333333; */
  border-radius: 2px;
  text-align: left;
}
.item-contact a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0e0";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
}
.gift-contact {margin-bottom: 0px;
}
.gift-contact a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f06b";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: #707070;
  display: inline-block;
}
.delivery-contact {margin-bottom: 40px; color: #dc143c;
}

.item-description dt {
  font-size: 18px;
  margin-bottom: 16px;
}

.item-info-list {
  margin-top: 20px;
}
.item-info-list li {
  margin-bottom: 10px;
}
.item-info-list li dl {
  display: flex;
}
.item-info-list li dt {
  width: 34%;
}
.item-info-list li dd {
  width: 66%;
}

.item-share li {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;display:none;
}

.border-top::before {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0;
}

.item-share {
  margin-bottom: 40px;
}

.sku tbody {
  align-items: center;
}

.sku-option-title {
  width: 60px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px 10px 0;
  vertical-align: middle;
}

.sku-option-name {
  font-size: 10px;
  text-align: left;
  padding: 0 16px 20px 0;
  vertical-align: middle;
}

.sku-cart {
  padding-bottom: 20px;
}

.sku-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.sku-price-wrap .price {
  margin: 0 6px 4px 0;
}

.item-review-detail {
  margin-bottom: 60px;
}

.item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.item-review-list li {
  margin-bottom: 60px;
}

.item-review-list-link {
  margin-bottom: 30px;
  font-size: 12px;
}
.item-review-list-link a {
  text-decoration: underline;
}
.item-review-list-link a:hover {
  text-decoration: none;
}

.review-list-unit .review-list-name {
  margin-bottom: 12px;
}
.review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.review-list-unit .review-star {
  margin-right: 6px;
}
.review-list-unit .review-list-date {
  font-size: 12px;
  color: #B5B5B5;
  margin: 12px 0;
}
.review-list-unit .review-list-content {
  font-size: 12px;
}

.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #FFA41C;
}
.reviewRateStar::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}

.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400;
}

.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0";
}

.review-post {
  margin-top: 40px;
}

.review-post {
  text-align: center;
}
.review-post a {
  width: 260px;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #333333;
  border-radius: 2px;
  text-align: center;
}
.review-post a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}

/*定期購入*/
.product-price-block {
  font-size: 30px;
  margin: 12px 0;
  font-weight: 500;
  color: #FE5A74;
}

.product-price-block small {
  font-size: 14px;
  color: #333333;
}

.subscription-gift {
  display: flex;
  margin-top: 30px;
}
.subscription-gift img {
  margin-right: 20px;
  width: 80px;
  max-height: 80px;
}

.subscription-price {
  font-size: 26px;
  font-weight: 500;
  color: #FE5A74;
}
.subscription-price small {
  font-size: 14px;
}

.item-group-icon img {
  width: auto !important;
  height: auto !important;
  display: block;
  margin-top: 8px;
}

/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.review-item-wrap {
  border: 1px solid #333333;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}
.review-item-wrap .review-item-image {
  padding-right: 20px;
  width: 120px;
}
.review-item-wrap .review-item-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.review-item-info .review-item-category {
  font-size: 12px;
  margin-bottom: 8px;
}
.review-item-info .review-item-name {
  font-size: 18px;
}
.review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.review-item-info .review-star {
  margin-right: 10px;
}
.review-item-info .review-average {
  font-size: 20px;
  font-weight: bold;
}
.review-item-info .review-count {
  font-size: 12px;
}

.review-form-wrap {
  width: 485px;
  margin: 0 auto;
}

.review-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.review-form:last-child {
  margin-bottom: 60px;
}
.review-form dt {
  width: 150px;
  text-align: left;
}
.review-form .review-form-content {
  width: 100%;
}
.review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}
.review-form dd .reviewRateStar:before {
  font-size: 18px;
}

.review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}

/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */
.cart {
  margin-bottom: 100px;padding:0 20%;
}

.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;
}
.free-shipping-wrap p.gift-contact a {
    text-align: right;
}
.cart-list-table {
  width: 100%;
  padding: 20px;
}
.cart-list-table th {
  background: #E6E6E6;
  padding: 8px 12px;
  text-align: left;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.cart-list-table th:first-child {
  width: 360px;
}
.cart-list-table th:nth-child(2) {
  width: 190px;
}
.cart-list-table th:nth-child(3) {
  width: 200px;
}
.cart-list-table th:last-child {
  width: 200px;
}
.cart-list-table tbody tr {
  border-bottom: 1px solid #E6E6E6;
}
.cart-list-table tbody td {
  vertical-align: middle;
  padding: 20px!important;
}
.cart-list-table tbody td:first-child {
  display: flex;
}

.cart-list-info {
  font-size: 12px;
}

.cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}
.cart-list-image img {
  width: 100%;
  /*height: 100px;*/
  object-fit: cover;
}

.item-cart-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.item-cart-price {
  font-size: 24px;
}

.item-cart-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-right: 12px;width: 20%!important;
}

.item-cart-delete {
  float: right;
}
.item-cart-delete a {
  font-size: 10px;
  border: 1px solid #333333;
  padding: 2px 8px;
}

.item-cart-subtotal {
  font-size: 24px;
  font-weight: bold;
}

.cart-total {
  background: #E6E6E6;
}
.cart-total td {
  display: table-cell !important;
}
.cart-total .cart-total-title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.cart-total .cart-total-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}
.cart-total .cart-total-point {
  font-size: 12px;
}
.cart-total .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}

.cart-button-wrap {
  text-align: right;

  margin-top: 40px;
}
.cart-button-wrap .cart-button a {
  width: 320px;
  display: inline-block;
  text-align: center;
  background: #333;
  border-radius: 0px;
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.cart-button-wrap .cart-back-button a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f053";
  font-size: 12px;
  font-weight: bold;
  padding-right: 8px;
  color: #707070;
}

/* -----------------------------------------------------------------
   news
----------------------------------------------------------------- */
.news-list-unit {
  padding: 30px 0 !important;
}

.news-list-title {
  margin-bottom: 6px;
}
.news-list-title a {
  text-decoration: underline;
}
.news-list-title a:hover {
  text-decoration: none;
}

.news-list-date {
  font-size: 12px;
  color: #B5B5B5 !important;
  margin-bottom: 8px;
}

.news-content-wrap {
  margin-bottom: 30px;
}

.news-pager {
  display: flex;
  justify-content: space-between;
}
.news-pager .pager-left {
  display: flex;
}
.news-pager .pager-left .prev {
  margin-right: 20px;
}
.news-pager a {
  text-decoration: underline;
}
.news-pager a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------
   guide
----------------------------------------------------------------- */
.guide-section {
  width: 85%;
  margin: 0 auto 60px;
}
.guide-section .guide-section-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.comapany-box {
  width: 75%;
  margin: 0 auto 60px;
}
.comapany-box img {
  max-height: 640px;
  object-fit: contain;
  margin-bottom: 20px;
}


.contract-section {
  width: 85%;
  margin: 0 auto 60px;
}
.contract-section dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.policy-box {
  width: 85%;
  margin: 0 auto 60px;
}

/* -----------------------------------------------------------------
   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;
}


/* -----------------------------------------------------------------
   serch form
----------------------------------------------------------------- */

/*.search-form {
    position: relative;
    margin: 3% 10% 0px;
    padding: 0 20%;
    width: 20%;
}*/

/*.search-form input.menu-search.search-keyword {
    border-radius: 0px;
    border: none;
    padding: 6px;
    font-size: inheirt;
    box-sizing: border-box;
    border-bottom: solid 1px #333;
}*/

input[type="text"], select {
    border-radius: 0px;
    border: none;
    padding: 6px;
    font-size: inheirt;
    box-sizing: border-box;
    border-bottom: solid 1px #333;width: 100%;
}

.searchsubmit {
    width: 35px;
    height: 26px;
    cursor: pointer;
    font-size: 0px;

    position: absolute;
    top: -2px;
    right: -34px;
    padding: 0px;
    margin: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: url(https://gigaplus.makeshop.jp/bbb1991/img/mushimegane.gif) 0% 0% / 30px 25px no-repeat;
    outline: none;
}


.menu-search {
    height: 28px;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0px;
    border-bottom: 1px solid rgb(181, 181, 181);
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0px;
}


/* 検索ボタン */
input[type="submit"] {
    width: 35px;
    height: 26px;
    cursor: pointer;
    font-size: 0px;
    position: absolute;
    top: -2px;
    right: -34px;
    padding: 0px;
    margin: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: url(https://gigaplus.makeshop.jp/bbb1991/img/mushimegane.gif) 0% 0% / 30px 25px no-repeat;
    outline: none;
}

/* -----------------------------------------------------------------
   responsive
----------------------------------------------------------------- */

@media screen and (min-width: 2560px) {
.category-list00 ul {
    display: block;
    width: 85%;
    margin-bottom: 10px;
    text-align: left;
    height: 50vh;
}
}

/*-----------------------------------------------------*/
/* タブレット横用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width: 1025px) and (max-width: 1180px) {
.header .top-nav {justify-content: space-evenly;}
}

@media screen and (max-width: 1024px) {
  header .header-menu {
    justify-content: space-around;
    margin-bottom: 20px;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 20px 30px;
    background: #fff;
  }
  header .header-logo img {
    max-width: 100%;
  }

  .header {
    padding: 80px 0 10px;
    position: relative;
  }
  .header .top-nav {
    flex-direction: column-reverse;
  }

   header .top-nav .header-menu ul.gnav {
    width: 100px;
    margin-left: auto;
    margin-top: 3%;
} 
    
    ul.gnav.org {
    display: none;
}
  .gnav .account {
    display: none;
  }

  .main-visual {
    margin: 20px auto 40px;
  }
  .main-visual img {
    height: auto;
  }

  .bx-wrapper {
    margin-bottom: 0 !important;
  }

  .contents {
    width: 100%;
    padding: 0 2% 48px!important;
  }

  .container {
    display: block;
    padding: 0;
  }

  .side {
    width: auto;
    padding-right: 0;
  }

  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -120%;
    width: 100%;
    /*height: 100vh;*/
    background: #111;
    transition: all 0.6s;
  }
	
  /*#g-nav ul {
    top: 42% !important;
  }*/

  #g-nav.panelactive {
    left: 0;height: 100vh;
  }

  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
    
    .category_detail ul p.border:after {
    margin: 0;
}


  /*ボタン*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 16px;
    left: 3px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    /*color: #fff;*/
  }

  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #333!important;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    /*background: #fff;*/
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    /*background: #fff;*/
  }

  .search {
    padding: 20px 45px 16px;
    background: none;
    color: #fff;
  }

  .search-btn {
    background: #333333;
    color: #fff;
  }

	/*.search-form {
    position: relative;
    margin: 7% 13% 0px;
    padding: 0 20%;
    width: 20%;
}*/

  .side-section {
    width: 75%;
    margin: 50px auto;
  }

  .sp-side-section {
    display: block;
    padding: 90px 45px 0;
  }
  .sp-side-section .sp-gnav li {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .sp-side-section .sp-gnav li a {
    color: #fff;
  }
  .sp-side-section .sp-gnav .logout a:before {
    display: inline-block;
    margin-right: 6px;
  }
  .sp-side-section .sp-gnav .membership a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }
  .sp-side-section .sp-gnav .login a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

  .side-category-list a {
    color: #fff !important;
  }

  .category-list-title,
  .side-category-item {
    border-bottom: 1px solid #ccc;
    color: #fff;
  }

  .side-category-item {
    padding-right: 20px;
  }
  .side-category-item p:before {
    background-color: #fff;
  }
  .side-category-item p:after {
    background-color: #fff;
  }
  .side-category-item p.on {
    width: 96%;
    background: #333333;
    color: #fff;
    padding-left: 10px;
    padding-right: 18px;
  }

  .side-contact a {
    color: #fff;
  }

  .makeshop-calendar1,
  .makeshop-calendar2 {
    background: #fff;
  }
  .makeshop-calendar1 tr,
  .makeshop-calendar2 tr {
    text-align: center;
    font-size: 12px;
  }
  .makeshop-calendar1 thead tr th,
  .makeshop-calendar2 thead tr th {
    padding-bottom: 8px;
  }
  .makeshop-calendar1 tbody tr td,
  .makeshop-calendar2 tbody tr td {
    padding-bottom: 2px;
  }

  .calendar-wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .calendar-wrap div {
    background: #fff;
  }

  .calendar-title {
    margin-bottom: 0;
  }

  .main {
    width: 100%;
  }

  .item-list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list li {
    width: calc((100% - 2%) / 2 );
    margin-bottom: 40px;
    margin-right: 2%;
    position: relative;
  }
  .item-list li:nth-child(2n) {
    margin-right: 0!important;
  }
      .item-list li:nth-child(3n) {
    margin-right: 2%;
  }
     .item-list li:nth-of-type(3),.item-list li:nth-of-type(5) {
    margin-right: 2%;
  }
  .item-list li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 4px;
  }

  .news-list li {
    padding: 30px 0;
  }
  .news-list li:first-child {
    padding-top: 0;
  }

  .news-wrap {
    display: block;
  }

  .news-date {
    width: 100%;
    margin-bottom: 8px;
  }

  .index-review-list li {
    display: block;
    margin-bottom: 60px;
  }

  .review-index-score {
    display: block;
  }
  .review-index-score .review-score {
    display: none;
  }
  .review-index-score .review-list-unit,
  .review-index-score .review-list-name {
    margin-bottom: 5px;
  }
  .review-index-score .review-list-date {
    margin: 5px 0 12px;
  }
    
    /*featurecontents */
    .feature-contents p.title {font-size: 24px;position: relative;display: inline-block;margin-bottom: 1em;width: fit-content;}
.feature-contents p.title span {font-size: 22px;display: block;border: solid 2px #333;padding: 3%;border-radius: 40px;}
.feature-contents img.title {width:90%;}

  .main-category-list {
    width: 95%;
  }
  .main-category-list li {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    border-bottom: 1px solid #B5B5B5;
    width: 95%;
    padding: 12px 0;
  }
  .main-category-list li a {
    padding: 0 5px;
  }

  .footer {
    width: 95%;
    display: block;
  }
  .footer img {
    margin-bottom: 20px;
  }

.footer-bg .border01 {
    border-bottom: solid 1px #333;
    width: 90%;
    margin: 0 5%;
}

    
   .footer .two-contents {width: 100%;padding: 0 0% 0 5%;overflow: hidden;}
.footer .two-contents .left-contents {float: left;width: 35%;}
.footer .two-contents .left-contents ul.shop li {width: 100%;display: block;margin-bottom: 2%;text-align: left;}
.footer .two-contents .left-contents ul.login li {display: block;text-align: left;}
.footer .two-contents .left-contents ul.sns li {text-align: left;width: 100%;margin-top: 5%;}
.footer .two-contents .right-contents {float: right;display: inline-block;width: 60%;}
.footer .two-contents .right-contents ul li {text-align: left;}
.footer .two-contents .left-contents ul.guide li {font-size: 13px;}
.footer .two-contents .left-contents ul.guide li.shopguide {margin-top: 5%;font-size: 13px;}
.footer .two-contents .left-contents ul.sns li {text-align: left;width: 100%;margin-top: 2%;}
.footer .two-contents .left-contents ul.guide li:nth-child(n+3) {
    font-size: 9px;
}

/*.footer .two-contents .left-contents ul.guide li:nth-child(4) {
    font-size: 9px;
}*/
.footer .ourshop {padding: 0 5%;margin-top: 45px; text-align:left;}
.footer .ourshop ul {margin-bottom: 30px;text-align: left;}
.footer .ourshop ul li {width: 49%;margin: 0 0 10px;font-size: 85%;letter-spacing: 0px;}

ul.footer-nav {display: block;margin-top: 20px;}
ul.footer-nav li {width: 100%!important;display: block;text-align: center;}
footer .footer-bg .footer ul.footer-nav li a {padding: 0!important;} 
.footer .border {border-bottom: solid 1px #333;width: 90%;height: 1px;margin: 5% 5%;}
    
  .breadcrumb {
    margin-bottom: 20px;
  }

  .category-title {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category-title dl {
    margin-bottom: 20px;
  }

  .category-child-item li {
    width: 175px;
    margin: 0 0 20px 0;
  }

  .detail {
    padding: 0;
  }

  .item-image {
    width: 100%;
  }

  .main-image {
    width: 100%;
  }

  .gallery li img {
    height: 450px;
  }

  .choice-btn {
    width: 100%;
  }
  .choice-btn li {
    width: calc(93% / 5) !important;
    margin-right: 6px;
  }
  .choice-btn .slick-track {
    width: 100% !important;
  }

  .choice-btn li img {
    width: 100% !important;
    height: 65px;
  }

  .add-image-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .add-image-list img {
    height: 350px;
    object-fit: cover;
  }
  .add-image-list:nth-child(2n) {
    margin-right: 0;
  }
  .add-image-list:last-child {
    margin-bottom: 0;
  }

  .group-review-section {
    width: 100%;
    padding:0;
  }

  .group-item-list {
    justify-content: space-between;
  }
  .group-item-list li {
    width: calc((100% - 16px) / 2 );
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
  }
  .group-item-list li img {
    height: auto;
  }

  .item-detail {
    width: 100%;
    padding-left: 0;
  }
  .item-detail .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2%;
  }
  .item-detail .item-category-name {
    font-size: 14px;
  }

  .slick-prev,
  .slick-next {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }

  .slick-prev:after {
    display: none;
  }

  .slick-next:after {
    display: none;
  }

  .item-price-wrap {
    margin-bottom: 4%;
  }
  .item-price-wrap .item-price {
    font-size: 19px;
  }
  .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 {
    display: block;
    margin: 0 0 16px;
  }
  .add-cart .item-stock {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .add-cart .btn {
    width: 100%;
    font-size: 18px;
  }

  .sku-cart .btn {
    font-size: 14px;
    min-width: 160px;
  }

  .item-contact::before {
    display: none;
  }

  .item-info-list li dt {
    width: 40%;
  }
  .item-info-list li dd {
    width: 60%;
  }

  .checked-contents {
    margin-top: 60px;
    padding-bottom: 0;padding-left: 0%;
    padding-right: 0%;
  }

  .checked-item-list {
    justify-content: space-between;
  }
  .checked-item-list li {
   
    /*  width: calc((100% - 16px) / 2 );
    margin-right: 0;
    margin-bottom: 40px;
    justify-content: space-between;*/
     width: calc(100% / 3 - 1.5%)!important;
    margin-right: 1.5%!important;
    font-size: 13px;
  }
  .checked-item-list li img {
    width: 100%;
    height: 170px;
  }
    
    .checked-contents ul.checked-item-list li:nth-of-type(3n) {
    margin-right: 0!important;
}

  .cart {
    margin-bottom: 40px;
  }

  .cart-section-title {
    padding-top: 0;
  }

  .free-shipping-wrap {
    text-align: left;
  }

    .free-shipping-wrap p.gift-contact a {
    text-align: left;
}
    
  .cart-list-table {
    width: 100%;
    padding: 20px 0;
  }
  .cart-list-table th {
    display: none;
  }
  .cart-list-table tbody td {
    width: -webkit-fill-available;
    display: block;
    padding: 0;
  }
  .cart-list-table tbody td:first-child {
    margin-top: 30px;
  }

  .item-cart-price {
    font-size: 16px;
    text-align: right;
  }

  .item-cart-quantity input {
    margin-right: 8px;
  }

  .item-cart-delete {
    float: none;
    padding-left: 20px;
  }

  .item-cart-subtotal {
    font-size: 22px;
    text-align: right;
    margin-bottom: 30px !important;
  }
  .item-cart-subtotal::before {
    content: "小計";
    font-size: 14px;
  }

  .cart-total {
    display: flex;
    padding: 10px;
  }

  .cart-total-title {
    margin: 0 !important;
  }

  .cart-total-price-wrap {
    text-align: right;
  }

  .cart-button-wrap .cart-button a {
    width: 100%;
  }

  .guide-section {
    width: 100%;
  }

  .comapany-box {
    width: 100%;
  }

  .contract-section {
    width: 100%;
  }

  .policy-box {
    width: 100%;
  }

  .guide-title {
    margin: 40px 0 20px;
  }

  select::-ms-expand {
    display: none;
  }

  .makeshop-option-select-wrap {
    position: relative;
    background: #ffffff;
  }
  .makeshop-option-select-wrap::before {
    position: absolute;
    top: 10px;
    right: 8px;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }

  select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .catalog-info-wrap {
    width: 100%;
  }

  .catalog-img {
    margin: 10px 0 4px;
  }

  .catalog-list,
  .catalog-list td,
  .catalog-list th {
    border-collapse: collapse;
    text-align: center;
  }

  .catalog-list thead th {
    display: none;
  }

  .catalog-list td {
    padding: 8px 12px;
    display: block;
  }

  .catalog-list td[data-title]::before {
    color: #666;
    content: attr(data-title) "";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
  }
    
    .ttlCmn span {
    font-size: 18px;
    margin-right: 15px;
    margin-left: 0;
    color: #333!important;
    font-family: le monde livre std, serif;
    font-weight: 500;
    font-style: normal;letter-spacing: 0;font-size: 120%!important;
}

header {
    padding: 20px 0 10px !important;
    position: relative;
    overflow: hidden;
}
    header.header {
    padding: 20px 0 20px !important;
    overflow: hidden;
}
    header .header-menu {
    justify-content: space-around;
    margin-bottom: 20px;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 20px 30px;
    background: none;
}
  .header .header-logo img {
    max-width: 90%!important;
}  
    
    
   #g-nav.panelactive ul {
    display: block;
    width: 100%;
}
.contents .container .main {
    width: 100%;
    order: 1;
    margin-top: 80px;
}
#g-nav li {
    list-style: none;
    text-align: left;
    width: 100%;
    margin: 2% 0;
}

#g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 0 20px;
    display: block;
    text-transform: none;
    font-family: le monde livre std, serif;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    font-size: 100%;
}

#g-nav li a span {
    font-size: 70%;
    margin: 5px;
    color: #333;
    display: inline-block;
} 
    
 
#g-nav li p.kokate {
    font-size: 85%;
    margin: 0;display: none;
}
    
    .border:after {
    content: "";
    display: block;
    width: 100%;
    border: none;
    margin: 30px 0 60px;
}

.category-list00 ul {
    display: block;
    width: 100%;
	top: 50% !important;
}
.category-list00 ul li {
    list-style: none;
    text-align: left;
    width: 100%;
    margin: 2px;
}
.category-list00 ul li a {
    color: #333;
    text-decoration: none;
    padding: 0 20px;
    display: block;
    font-family: le monde livre std, serif;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    font-size: 120%;
}
	.category-list ul {
    margin-top: 2% !important;
	top: 40% !important;
}
    
 .sns-icon {
    position: absolute;
    z-index: 999;
    top: 85%;
    left: 55%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    width: 100%;
}


li.sns i.fab.fa-instagram {
    font-size: 140%;
}   
    
.top-category ul {text-align: center;}
.top-category ul li {width: 48%;margin: 0;text-align: center;}
.top-category ul li a span {font-size: 70%;margin: 0px;color: #333;display: block;}  
    
    
div#item_detail {margin-bottom: 80px;width:100%;padding: 0 3%;}
div#item_detail table {border-collapse:collapse;margin:0 auto;}
div#item_detail td {border-top:1px solid #ccc/*666*/;padding: 10px 0 10px 10px;text-align: left;font-size: 14px;}
div#item_detail th {border-top:1px solid #ccc/*666*/;padding: 10px 0 10px 40px;text-align:left;width:150px;font-size: 14px;}
div#item_detail th:nth-child(1){ border-top:1px solid #ccc/*666*/;padding: 10px 0 10px 10px;text-align: left;width: 70px;font-size: 14px;}
div#item_detail tr:last-child td,
div#item_detail tr:last-child th {border-bottom:1px solid #ccc/*666*/;} 

.brand-contents p.brand-title {font-size: 19px;margin: 10px 0!important;}
.brand-contents h4 {font-size: 16px;font-weight: 600; /* color: #003399; */}

.brand-contents p.brand-title span {font-size: 14px; display: block;}
    
   .cart {
    margin-top: 30px;
    padding: 0;
} 
 
.pager-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;padding: 0 5%;
}
    
    .contents .container .main-section .category-title dl.list-head-sort{flex-wrap: nowrap;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center!important;}

.contents .container .main-section .category-title dl.list-head-sort dt {
    display: none;   
    
}
    
   .shop-introduction .shop-contents a.itemlink{display:inline-block;color:#474e51;position:relative;cursor:pointer;margin: 15px 0;font-size: 14px;}
.shop-introduction .shop-contents a.itemlink::after{content:'';position:absolute;width:100%;transform:scaleX(1);height:1px;bottom:-5px;left:0;background-color:#333;transform-origin:bottom left;transition:transform .3s ease-in-out}
.shop-introduction .shop-contents a.itemlink:hover::after{transform:scaleX(0);transform-origin:bottom right}
p.shoplink {text-align: left;padding: 0 3%;}


.brand-contents a.itemlink{display:inline-block;color:#474e51;position:relative;cursor:pointer;margin: 15px;font-size: 16px;}
.brand-contents a.itemlink::after{content:'';position:absolute;width:100%;transform:scaleX(1);height:1px;bottom:-5px;left:0;background-color:#333;transform-origin:bottom left;transition:transform .3s ease-in-out}
.brand-contents a.itemlink:hover::after{transform:scaleX(0);transform-origin:bottom right} 
    
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
 
    header .top-nav {
    display: flex;
    justify-content: flex-start;
    max-width: 1024px;
    margin: 0 auto;
}
    
    p.kokate {
    display: none;
}
    #g-nav li:nth-of-type(1), #g-nav li:nth-of-type(6) {width: 100%!important;}
#g-nav li:nth-of-type(2), #g-nav li:nth-of-type(7) {width: 100%!important;}
#g-nav li:nth-of-type(3), #g-nav li:nth-of-type(8) {width: 100%!important;}
#g-nav li:nth-of-type(4), #g-nav li:nth-of-type(9) {width: 100%!important;}
#g-nav li:nth-of-type(5),#g-nav li:nth-of-type(10), {width: 100%!important;}

#g-nav li {
    list-style: none;
    text-align: left;
    width: 100%;
    margin: 2px;
}
    
    header .top-nav .header-logo {
    width: 120px!important;
    padding: 0 0 0 0px!important;
}
    #g-nav.panelactive ul {
    display: block;
    width: 92%!important;
}
    .header .header-menu {
    padding: 20px 130px;
  }

    header .top-nav .header-menu ul.gnav {
    width: 100px;
    margin-left: auto;
    margin-top: 2%;
}
    
  .main-visual img {
    height: 500px;
  }

  .main-image img {
    height: 600px;
  }

  .item-list li img {
    height: auto;
  }

  .checked-item-list li img {
    height: auto;
  }

  .sku-option-title {
    width: 100px;
  }

  .sku-cart {
    min-width: 400px;
  }

  .choice-btn li:nth-child(5n) {
    margin-right: 8px;
  }
  .choice-btn li:nth-child(10n) {
    margin-right: 0;
  }
}

@media screen and (min-width:542px) and (max-width: 767px){
.search-form {
    position: relative;
    margin: 200px 5% 0px;
    /* padding: 0 20%; */
    width: 80%;
}    
} 

@media screen and (min-width:376px) and (max-width: 541px){
.search-form {
    position: relative;
    margin: 19% 5% 0px;
    /* padding: 0 20%; */
    width: 80%;
}   
#g-nav.panelactive ul {
        margin-top: 1px !important;
    }
#g-nav.panelactive #g-nav-list .guide {
        top: 75% !important;
    }

.category-list ul { top: 41% !important; }
.category-list00 ul { top: 53% !important; }
}

@media screen and (max-width: 375px) {
/*.search-form {
    position: relative;
    margin: 55px 5% 0px!important;
    padding: 0 20%; 
    width: 80%;
}*/
}    
@media screen and (max-width: 374px) {
  .header .header-menu {
    padding: 20px 20px;
  }

  .choice-btn li {
    width: 56px !important;
    margin-right: 4px;
  }

  .choice-btn li img {
    width: 56px !important;
    height: 56px;
  }

  .sku-cart .btn {
    min-width: 120px;
  }
    
   .sns-icon {
    position: absolute;
    z-index: 999;
    top: 93%;
    left: 55%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    width: 100%;
}    
} 

/*ポイント付与*/
.detail .item-image-detailWrap .item-detail .item-point{display: block!important;}

.contents {
    padding: 140px 0px 48px!important;
    width: 100%;!important
}
.contents .container .main {
    width: 100%!important;
    order: 1;
}
.header {
    padding: 20px 0;
    position: absolute;
    position: fixed;
    max-width: 100%;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
    transition: background-color .5s, color .5s;transition: 0.5s!important;
    
}
header.header {
    padding: 20px 0;
   background-color: transparent;
    transition: 0.5s;
}


.header.change-color {
    padding: 10px 0;background-color: #ffffffd9;transition: 0.5s;
}
.header.change-color h1.header-logo.imgRp {
    width: 120px;
    padding: 0 0 0 35px;
}

.header .top-nav .header-menu ul.gnav.org li a {
    padding: 10px 12px;
    /*color: #fff;*/
}

header .top-nav .header-menu ul.gnav li.gnav-menu {
    line-height: 1.5;
    font-size: 10px;
    letter-spacing: 0;
    margin: 0;
    color: #fff;
}
header .top-nav .header-menu ul.gnav li.gnav-menu a {
    opacity: .8;
    /*color: #fff;*/
}
header .top-nav .header-menu ul.gnav li.gnav-menu a::before {
  
    font-weight: 300;
    transition: .5s;
    font-size: 19px;
    /*color: #fff!important;*/
}

.header.change-color .top-nav .header-menu ul.gnav.org li a {padding: 10px 12px;color: #333;}
.header.change-color .openbtn span {color: #003399;}
.header.change-color .top-nav .header-menu ul.gnav li.gnav-menu a {opacity: .8;color: #333;}
.header.change-color .top-nav .header-menu ul.gnav li.gnav-menu a::before {font-weight: 300;transition: .5s;font-size: 19px;color: #333!important;}

/* TOPだけ白から青へ */
header.header img.white {
    display: block;
}

header.header img.blue {
    display: none;
}

header.header.change-color {}

header.header.change-color img.white {
    display: none;
}

header.header.change-color img.blue {
    display: block;
}
header.header.change-color .openbtn span {
    background-color: #333!important;
}

.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 1px;
    border-radius: 2px;
    /*background-color: #fff!important;*/
    width: 45%;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background: #333!important;
}
.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background: #333!important;
}

#g-nav.panelactive ul {
    display: block;
    width: 59%;
}

#g-nav li {
    list-style: none;
    text-align: left;
    width: 33%;
}

#g-nav li a {
    color: #003399;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: none;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#g-nav li a span {
    font-size: 70%;
    margin: 5px;
    color: #333;
}
#g-nav li p.kokate {font-size: 85%;margin: 0;}




#g-nav li p.kokate a {padding: 0 0px 0 10px;color: #333;}
.top-category {/* max-width: 1000px; */padding: 0 11% 0 18%;margin-bottom: 130px;}

.top-category ul {text-align: left;}
.top-category ul li:nth-of-type(1),.top-category ul li:nth-of-type(5),.top-category ul li:nth-of-type(9) {
    width: 27%;
    margin: 0;
    text-align: left;
    font-family: le monde livre std, serif;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    font-size: 110%;
}
.top-category ul li {width: 23%;margin: 0;text-align: left;font-family: le monde livre std, serif;
    font-weight: 300;
    font-style: normal;
    text-transform: none;font-size: 110%;}

.top-category ul li a {color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: none;
    letter-spacing: 0em;
    font-weight: bold;}

.top-category ul li a span {font-size: 60%;
    margin: 10px;
    color: #333;font-family: "Lato", "YakuHanJP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.feature-contents {text-align: center;margin-bottom:80px;padding:0 20%;}


/*
.feature-contents p.title:before { content: '';position: absolute;left: 50%;bottom: -15px;display: inline-block;
    width: 181px;height: 1px;-webkit-transform: translateX(-50%);transform: translateX(-50%);background-color: black;
    border-radius: 1px;}
*/

.feature-contents p.underbar {    width: 200px;
    text-align: center;
    border-bottom: solid 1px #333;

    margin: 3% 40%;}

.feature-contents p.text {margin: 30px;}
.feature-contents p.text span {display: block;}
.feature-contents img {width: 100%;max-width: 1150px;}

.contents .container .main-section {margin: 120px 0;}
.item-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20%;
    /* max-width: 1000px; */
}
.ttlCmn {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.border:after {
    content: "";
    display: block;
    width: 100%;
    border: none;
    margin: 30px 0 60px;
}

a.linkbutton {display:inline-block;color:#474e51;position:relative;cursor:pointer;margin: 30px;font-size: 20px;}
a.linkbutton::after{content:'';position:absolute;width:100%;transform:scaleX(1);height:1px;bottom:-1px;left:0;background-color:#333;transform-origin:bottom left;transition:transform .3s ease-in-out}
a.linkbutton:hover::after{transform:scaleX(0);transform-origin:bottom right}

.shop-introduction {}
.shop-introduction .shop-contents {text-align: center;padding: 0 20%;}
.shop-introduction .shop-contents .bbbpotters {/* padding: 20%; */margin-bottom: 60px;}
.shop-introduction .shop-contents .bbbpotters p.logo {/* width: 30%; */margin: 10px 0 30px;}
.shop-introduction .shop-contents .bbbpotters p.logo img {width: 180px;}
.shop-introduction .shop-contents .bbbpotters img {width: 100%;max-width: 1200px;}
.shop-introduction .shop-contents .bbbpotters p.adress {text-align: left;}
.shop-introduction .shop-contents .cafepotters {width: 47%;display: inline-block;float: left;margin-bottom:180px;}
.shop-introduction .shop-contents .bbband {width: 47%;display: inline-block;float: right;margin-bottom:180px;}
.shop-introduction .shop-contents .cafepotters img {width: 100%;}
.shop-introduction .shop-contents .bbband img {width: 100%;}
.shop-introduction .shop-contents .cafepotters p.logo {}
.shop-introduction .shop-contents .cafepotters p.logo img {width: 120px;margin: 19px 0px;}
.shop-introduction .shop-contents .bbband p.logo {}
.shop-introduction .shop-contents .bbband p.logo img {width: 120px;margin: 22px 0px;}
.shop-introduction .shop-contents .cafepotters p.adress {text-align: left;}
.shop-introduction .shop-contents .bbband p.adress {text-align: left;}
.checked-contents ul.checked-item-list {padding: 0 0%;}

.newsContens {
    text-align: center;
    padding: 3%;
    border: 1px solid rgba(0,0,0,0.2);
    /* background: #EEEBE9; */
    width: 50%;
    margin: 100px auto 0;
}
.newsContens .text {text-align: left;display: inline-block;}
.newsContens .text p.title {/* font-size: 18px; */margin-bottom: 20px;}
.newsContens .text p.title span {border-bottom: solid 1px #333;}
.newsContens .text p.txt {/* font-size: 16px; */line-height: 1.8em;}
.newsContens .text p.txt span {display: block;}
.newscontents01 {
     width: 60%;
     max-width: 1200px;
     margin: auto;
 }
 .newscontents01 img {
     width: 50%;
 }
 .flexbox {
     display: flex;
 }
 .box1 {
     width: 60%;
     margin: auto;
 }
 .box2 {
     width: 40%;
     margin: auto .5rem;
     text-align: left;
 }

 .box2 .title {
     font-weight: bold;
     margin-bottom:2%;
 }

 .box2 a {
     text-decoration: underline!important;
 }

.twosection {width: 70%; margin: 0 15%; display: flex;}
.twosection .leftcontents {width: 35%;display: inline-block;margin-right: 4%;}
.twosection .rightcontents {width: 60%; vertical-align: middle; margin: auto;}
.twosection .leftcontents img {max-width: 100%;}
.info { width: 100%;
    margin: auto;
    background: #f5f5f5;
    padding: 5% 20% 3%; }
.info h2 { font-size: 110%; color: #002246; margin-bottom:1rem; font-weight: bold; text-align:left!important;}
.info a { color: #003399!important; }
.tar {text-align : right;}

.info01 {
    width: 50%;
    margin: 7% auto 0;
    padding: 2%;
    border: 1px solid rgba(0,0,0,0.2);
}

.info01 .twosection {
    width: 100%;
    margin: 0;
    display: flex;
}

.info01 .twosection .leftcontents {
    width: 40%;
    display: inline-block;
    margin-right: 4%;
}

.info01 .twosection .leftcontents img {
    max-width: 100%;
}

.info01 .twosection .rightcontents {
    width: 56%;
    vertical-align: middle;
    margin: auto;
}

.info01 h2 {
    font-size: 110%;
    color: #002246;
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: left!important;
}

.info01 p.notice {
    font-size: 110%;
    text-align: left!important;
}
.info02 {
    margin: 7% auto 0;
    padding: 2%;
}

.info02 .twosection {
    width: 100%;
    margin: 0;
    display: flex;
}

.info02 .twosection .leftcontents {
    width: 40%;
    display: inline-block;
    margin-right: 4%;
}

.info02 .twosection .leftcontents img {
    max-width: 100%;
}

.info02 .twosection .rightcontents {
    width: 56%;
    vertical-align: middle;
    margin: auto;
}

.info02 h2 {
    font-size: 110%;
    color: #002246;
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: left!important;
}

.info01 p.notice {
    font-size: 110%;
    text-align: left!important;
}

.info03 { text-align: center; padding: 140px 20% 0;}
.info03 img {width: 100%;}

.topct_pc { display: block !important; vertical-align: top !important; }
.topct_sp { display: none !important;}

@media screen and (max-width: 1024px){
 
header.header {
    padding: 20px 0 10px !important;
   overflow: hidden;background:none;
}
    
    header .header-menu {
    justify-content: space-around;
    margin-bottom: 20px;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 20px 30px;
    background: none;
}

    
    header .top-nav .header-logo {
    width: 120px!important;
    padding: 0 0 0 0px!important;
}
    .header.change-color h1.header-logo.imgRp {
    width: 120px;
    padding: 0 0 0 0px!important;
}
    
   header.header.change-color .openbtn span {background-color: #333!important;} 
    
   #g-nav.panelactive ul {
    display: block;
    width: 100%;
}

#g-nav li {
    list-style: none;
    text-align: left;
    width: 48%;
}

#g-nav li a {
    color: #003399;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#g-nav li a span {
    font-size: 70%;
    margin: 0px;
    color: #333;
    display: block;
} 
   
    
.top-category {padding: 0 5%;margin-bottom: 50px;/*display:none;*/}
/*.top-category ul {text-align: left;}*/
/*.top-category ul li {width: 48%;margin: 0;text-align: center;}*/
.top-category ul li a span {font-size: 70%;margin: 0px;color: #333;display: block;} 

/*.top-category ul li { width: 47%; font-size: 100% !important; margin: 0 4% 6% 0; }
.top-category ul li:nth-child(2n) { width: 47%; font-size: 100% !important; margin: 0 0 6% 0; }
.top-category ul li:nth-of-type(1),.top-category ul li:nth-of-type(5),.top-category ul li:nth-of-type(9) {width: 47%; font-size: 105%; margin: 0 4% 6% 0; text-align:center; }
.top-category ul li a { font-size:100% !important; padding:0;}*/
	
 .top-category ul {
        text-align: left;
        width: fit-content;
        margin: 0 auto;
        padding: 0;
    }
    .top-category ul li {
        width: 50%;
        font-size: 100% !important;
        margin: 0 0 6% 10%;
    }
    .top-category ul li:nth-child(2n) {
        width: fit-content;
        font-size: 100% !important;
        margin: 0 0 6% 0;
    }
    .top-category ul li:nth-of-type(1), .top-category ul li:nth-of-type(5), .top-category ul li:nth-of-type(9) {
        width: 50%;
        font-size: 105%;
        margin: 0 0% 6% 10%;
        text-align: center;
    }
    .top-category ul li a {
        font-size: 100% !important;
        padding: 0;
        display: block;
        text-align: left;
    }
	
.topct_pc { display: none !important; margin: 0; padding: 0; width: 0; height: 0;}
.topct_sp { display: inline-block !important; vertical-align: top !important; width:100%;}
    
 .contents {padding: 0px 0px 48px!important;width: 100%;}   
    
 .slider-item {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}   
   .slider {
    position: relative;
    z-index: 1;
    height: 78vh;
} 
    
 .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
   
}   
   .feature-contents {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 2%;
} 
.feature-contents p.text {
    margin: 0 0px 10px;
    text-align: justify;
    text-justify: inter-ideograph;
    //IE対応: ;
    padding: 2% 5%;
}
    .feature-contents p.text span {display:contents;}

.feature-contents img.title { width: 90%; }
    
.item-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2%;
    /* max-width: 1000px; */
}    
   
.shop-introduction .shop-contents .bbbpotters p.logo img {width: 120px;}
.shop-introduction .shop-contents {text-align: center;padding: 0 2%;}
.shop-introduction .shop-contents .cafepotters {width: 100%;display: inline-block;float: left;margin-bottom: 60px;
}
.shop-introduction .shop-contents .cafepotters p.logo img {width: 100px;}
.shop-introduction .shop-contents .bbband {width: 100%;display: inline-block;float: right;margin-bottom: 60px;} 
.shop-introduction .shop-contents .bbband p.logo img {width: 100px;margin: 18px 0px;}
.shop-introduction .shop-contents .bbbpotters p.txt {text-align: left;margin: 10px 0 15px;padding: 0 3%;}
.shop-introduction .shop-contents .bbbpotters p.adress {text-align: left;padding: 0 3%;}
    
.shop-introduction .shop-contents .cafepotters p.txt {text-align: left; margin: 10px 0 15px;padding: 0 3%;}    
.shop-introduction .shop-contents .cafepotters p.adress {text-align: left;padding: 0 3%;}    
    
.shop-introduction .shop-contents .bbband p.txt {text-align: left;margin: 10px 0 15px;padding: 0 3%;}    
 .shop-introduction .shop-contents .bbband p.adress {text-align: left;padding: 0 3%;}
    
    
    .checked-contents ul.checked-item-list {
    padding: 0 2%;
}    
 .checked-contents ul.checked-item-list li {
    width: calc(100% / 3 - 1%);
    margin-right: 1%;
    font-size: 13px;
}   
    
    #g-nav li p.kokate {
    font-size: 85%;
    margin: 0;
    display: none;
}
    
   a.linkbutton {display:inline-block;color:#474e51;position:relative;cursor:pointer;margin: 15px;font-size: 14px;}
a.linkbutton::after{content:'';position:absolute;width:100%;transform:scaleX(1);height:1px;bottom:-1px;left:0;background-color:#333;transform-origin:bottom left;transition:transform .3s ease-in-out}
a.linkbutton:hover::after{transform:scaleX(0);transform-origin:bottom right} 
    
.newsContens {text-align: center;
    padding: 5% 6%;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 8% auto 0;
    /* background: #EEEBE9; */
    width: 90%;}
.newsContens .text {text-align: left;display: inline-block;}
.newsContens .text p.title {font-size: 16px;margin-bottom: 20px;}
.newsContens .text p.txt {font-size: 14px;line-height: 1.8em;text-align: justify;text-justify: inter-ideograph;//IE対応: ;}
.newsContens .text p.txt span {display: revert;}
.newscontents01 {width: 100%;}
.newscontents01 img {
     width: 100%;
 }
.flexbox {
         display: block;
     }
     .flexbox .box1 {
         width: 70%;
         margin: 0 auto 10px;
     }
     .flexbox .box2 {
         width: 100%;
         margin: 0 auto;
     }


.twosection {width: 100%; margin: auto; display: block;}
.twosection .leftcontents {width: 70%; display: inline-block; margin: 5% 15%;}
.twosection .rightcontents {width: 88%;display: inline-block;vertical-align: top;margin: 6%;}
.info {
    width: 100%;
    margin: 0 auto 10%;
    padding: 6%;
    box-sizing: border-box;
		} 
.info h2 { text-align: center; }
.info span { text-align: right; }
	
.info01 {
    width: 94%;
    margin: 5% auto 10%;
    padding: 3%;
    box-sizing: border-box;
}
.info01 .twosection {width: 100%; margin: auto; display: block;}
.info01 .twosection .leftcontents {width: 70%; display: inline-block; margin: 5% 15%;}
.info01 .twosection .rightcontents {width: 92%;display: inline-block;vertical-align: top;margin: 4%;}
.info01 h2 { text-align: center; }
.info01 span { text-align: right; }
	
.info02 {
    width: 94%;
    margin: 5% auto 10%;
    padding: 3%;
    box-sizing: border-box;
}
.info02 .twosection {width: 100%; margin: auto; display: block;}
.info02 .twosection .leftcontents {width: 70%; display: inline-block; margin: 5% 15%;}
.info02 .twosection .rightcontents {width: 92%;display: inline-block;vertical-align: top;margin: 4%;}
.info02 h2 { text-align: center; }
.info02 span { text-align: right; }
.info03 { padding:80px 2% 0; }	
}


/*@media screen and (min-width:769px) (max-width:1367px){
.top-category ul li:nth-of-type(1),.top-category ul li:nth-of-type(5),.top-category ul li:nth-of-type(9) {
    width: 28%;
    margin: 0;
    text-align: left;
    font-family: le monde livre std, serif;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    font-size: 100%;
}


.top-category ul li {
    width: 23%;
    margin: 0;
    text-align: left;
    font-family: le monde livre std, serif;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    font-size: 100%;
}
   	.newsContens {
    text-align: center;
    padding: 25% 0%;
    background: #EEEBE9;
}
        
}*/
@media screen and (max-width: 766px){
     .slider {
    position: relative;
    z-index: 1;
    height: 75vh;
} 
}

@media screen and (max-width: 540px){
     .slider {
    position: relative;
    z-index: 1;
    height: 68vh;
} 
}

 @media screen and (max-width: 375px){
     .slider {
    position: relative;
    z-index: 1;
    height: 84vh;
} 
}

:root{
    --bg:#fff; --text:#111; --muted:#8a8a8a; --line:#e9e9e9; --overlay:rgba(0,0,0,.06);
    --pad:clamp(14px,3vw,28px); --z:9999;
    --fs-hero:clamp(20px,3.3vw,28px);
    --fs-item:clamp(15px,1.6vw,18px);
    --fs-small:12px;
    --action-h:42px; /* カート/バーガーの高さ */
  }

  html,body{height:100%; overflow-x:hidden;}
  body{
    margin:0;
    font-family:"le monde livre std", serif;
    color:var(--text); background:#fff; box-sizing:border-box;
  }

  /* ===== Header ===== */
  /*.site-header{
    position:fixed; top:0; left:0; right:0; z-index:var(--z);
    display:flex; align-items:center; justify-content:space-between;
    padding:10px 20px 10px 10px !important;
    background-color: rgba(255, 255, 255, 0.3);
    width:auto;
  }*/
	
  .site-header {
  background: transparent;
  border-bottom: none;
  transition: background-color .3s ease, border-color .3s ease;
  position:fixed; top:0; left:0; right:0; z-index:var(--z);
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 20px 10px 10px !important;
  width:auto;
  }
  .site-header.is-scrolled {
  background: #ffffffd9;
  }

  .brand{display:flex; align-items:center; gap:10px; text-decoration:none; color:inherit;}
  .brand__logo{display:flex; align-items:center; gap:10px;}
  .brand__logo img{
    inline-size:160px; block-size:80px; object-fit:contain; display:block;
    margin-left:5px;
  }

  .header-actions{display:flex; align-items:center; gap:12px;}

  .iconbtn{
    display:flex !important; align-items:center; justify-content:center;
    gap:8px;
    min-inline-size:15px; inline-size:auto;
    block-size:var(--action-h);
    color:inherit; text-decoration:none; cursor:pointer;
    background:transparent; border:none; padding:0 6px;
  }
  .iconbtn__label{
    display:none;
    font-size:11px; letter-spacing:.12em; font-weight:500;
  }

  .header-cart i{font-size:20px;}

  #menuToggle{
    position:absolute; inline-size:1px; block-size:1px;
    overflow:hidden; clip:rect(0 0 0 0);
  }

  .burger{}
  .burger__icon{
    position:relative; inline-size:22px; block-size:2px;
    background:#111; border-radius:2px;
    transition:background .25s;
  }
  .burger__icon::before,
  .burger__icon::after{
    content:""; position:absolute; left:0;
    inline-size:22px; block-size:2px;
    background:#111; border-radius:2px;
    transition:transform .25s, translate .25s, opacity .25s;
  }
  .burger__icon::before{translate:0 -6px;}
  .burger__icon::after {translate:0  6px;}

  #menuToggle:checked ~ header .burger__icon{background:transparent;}
  #menuToggle:checked ~ header .burger__icon::before{transform:rotate(45deg); translate:0 0;}
  #menuToggle:checked ~ header .burger__icon::after {transform:rotate(-45deg); translate:0 0;}

  /* ===== Menu Overlay ===== */
  nav.menu{
    position:fixed; inset:0; z-index:var(--z);
    display:grid; grid-template-rows:auto 1fr auto;
    background:var(--bg);
    opacity:0; pointer-events:none; transform:translateY(2%);
    transition:opacity .25s ease, transform .25s ease;
    overflow-y:auto; /* 中身が増えたら全体でスクロール */
  }
  #menuToggle:checked ~ nav.menu{opacity:1; pointer-events:auto; transform:none;}

  .menu__bar{
    display:flex; align-items:center; justify-content:flex-end; gap:12px;
    padding:12px var(--pad);
    font-family:"Lato","YakuHanJP","Yu Gothic","Hiragino Kaku Gothic Pro","Meiryo",sans-serif;
  }
  .menu__close{
    display:inline-flex; align-items:center; justify-content:center;
    cursor:pointer;
    padding:0 10px; border:1px solid var(--line); font-size:28px;
    inline-size:40px; block-size:40px;
  }

  .menu__center{
    padding:18px var(--pad) 16px;
    display:grid; gap:18px;
    width:100%;
    box-sizing:border-box;
    font-family:"le monde livre std", serif;
  }
	
  @media screen and (max-width: 1024px) {
    .site-header {padding: 10px!important;}
	.section {border-bottom: none;}
	.menu__footer {padding: 10px var(--pad) 20px;}
	}

  /* PCレイアウト調整 */
  @media (min-width:960px){
    .iconbtn__label{display:inline;}
    .menu__center{
      grid-template-columns:minmax(0,1fr) minmax(0,1fr);
      column-gap:clamp(20px,4vw,48px);
      row-gap:20px;
      align-content:start;
    }

    .menu-search-large{
      grid-column:1 / 3;
      margin-top:4px;
      margin-bottom:8px;
    }

    .section--major{
      display:flex; flex-direction:column; justify-content:flex-start;
    }
    .section--single{
      display:flex; align-items:flex-start;
    }

    .section-pair{
      grid-column:2;
      display:flex; flex-direction:column;
    }
    .section-pair .section--half{
      flex:1;
      display:flex;
      align-items:flex-start;
      padding-top:0;
      border-bottom:none;
    }
  }

  /* SP・タブレット共通 */
  @media (max-width:959.98px){
    .brand__logo{gap:0;}
    .brand__logo img{inline-size:100px; block-size:50px; margin-left: 0;}
    .menu__center{grid-template-columns:1fr;}

    .section--major,
    .section--single,
    .section-pair{min-height:auto;}
    .section__en { min-width: 170px !important; }
	  input[type="submit"] { top:3px; }
  }

  .section{
    padding-block:8px;
    width:100%;
    box-sizing:border-box;
    border-bottom:1px solid var(--line);
  }
  .section:last-of-type{border-bottom:none;}

  .section__head{
    display:flex; align-items:center; justify-content:space-between; gap:12px;
    font-size:var(--fs-hero); font-weight:500; letter-spacing:.03em;
    text-decoration:none; color:inherit; padding-block:4px;
  }
  .section__head:hover{opacity:.9;}

  .section__head-title{
    display:flex; align-items:baseline; gap:20px;
  }
  .section__furigana{
    font-size:12px;
    color:#333;
    font-weight:300;
    letter-spacing:.04em;
    font-family:"Lato","YakuHanJP","Yu Gothic","Hiragino Kaku Gothic Pro","Meiryo",sans-serif;
  }

  .chev{
    inline-size:20px; block-size:20px; display:inline-grid; place-items:center;
    border:1px solid var(--line); border-radius:999px;
  }
  .chev svg{inline-size:12px; block-size:12px;}

  /* ONLINE STORE / SHOP リスト */
  .store{display:grid; padding-top:6px; width:100%;}
  .shop{display:grid; gap:6px; padding-top:6px; width:100%;}

  .store__list,
  .shop__list{
    list-style:none; margin:0; padding:0;
  }
  .store__list li + li,
  .shop__list li + li{
    display:block !important; border-top:1px solid var(--line);
  }

  .link{
    display:flex; align-items:center; justify-content:space-between; gap:10px;
    padding:10px 14px;
    text-decoration:none; color:inherit; font-size:var(--fs-item);
  }
  /*.link:hover{background:var(--overlay);}*/

  .link01{
    display:flex; align-items:baseline; gap:8px;
    text-decoration:none; color:inherit; font-size:15px;
  }

  /* ITEMアコーディオン */
  details.ac{border:none; border-radius:0; overflow:hidden;}
  details.ac > summary{
    list-style:none; cursor:pointer; padding:10px 14px;
    font-size:var(--fs-item);
    display:flex; align-items:center; justify-content:space-between; gap:10px;
    border-bottom:1px solid var(--line);
  }
  details.ac > summary::-webkit-details-marker{display:none;}
  .section__title-wrap--item{ gap:4px; }
  .caret{
    inline-size:8px; block-size:8px;
    border-inline-end:2px solid currentColor;
    border-block-end:2px solid currentColor;
    transform:rotate(-45deg); transition:transform .2s;
  }
  details[open] > summary .caret{transform:rotate(45deg);}

  .lv2{border-top:1px solid var(--line);}
  .lv2 > summary{
    list-style:none; cursor:pointer;
    padding:10px 14px 10px 14px;
    font-weight:500; font-size:15px;
    display:flex; align-items:center; justify-content:space-between; gap:8px;
    background:#fafafa;
  }
  .lv2 > summary::-webkit-details-marker{display:none;}

  .section__title-wrap{
    display:flex;
    align-items:baseline;
    gap:5px;
  }
  .section__en{
    display:inline-block;
    min-width:200px;
  }
  .section__furigana--sub{
    font-size:12px;
    color:#333;
    font-weight:300;
  }

  .sub2{list-style:none; margin:0; padding:0; width:100%;}
  .sub2 li{
    display:block !important;
    border-top:1px solid #f1f1f1;
    width:100%;
  }
  .sub2 a {
    display: block;
    padding: 8px 14px 8px 28px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Lato", "YakuHanJP", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.sub2 a::before {
    content: "\2014";
    display: inline-block;
    margin-right: 12px;
    color: #999;
}

  /* 商品をさがす（検索フォーム） */
  .menu-search-large{
    display:flex;
    align-items:center;
    padding:10px 14px;
    font-size:16px;
    border:1px solid var(--line);
    border-radius:4px;
    text-decoration:none;
    color:inherit;
    font-weight:500;
    gap:10px;
  }

  .search-form {
    position:relative!important;
    margin:0!important;
    width:100%!important;
  }

  .search-form input.menu-search.search-keyword {
    border-radius:0;
    border:none;
    padding:6px;
    font-size:inherit;
    box-sizing:border-box;
    border-bottom:solid 1px #333;
  }

  input[type="text"], select {
    border-radius:0;
    border:none;
    padding:6px;
    font-size:inherit;
    box-sizing:border-box;
    width:100%;
    font-family: Lato, YakuHanJP, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  input:focus {
    outline:none;
  }

  .searchsubmit {
    width:35px;
    height:26px;
    cursor:pointer;
    font-size:0;
    position:absolute;
    top:-2px;
    right:-34px;
    padding:0;
    margin:0;
    border:none;
    background:url(https://gigaplus.makeshop.jp/bbb1991/img/mushimegane.gif) 0% 0% / 30px 25px no-repeat;
    outline:none;
  }

  .menu-search {
    height:28px;
    width:100%;
    font-family:"Noto Sans JP",sans-serif;
    margin:0;
    border-bottom:1px solid rgb(181,181,181);
    border-right:none;
    border-left:none;
    border-top:none;
    border-radius:0;
  }

  input[type="submit"] {
    width:35px;
    height:26px;
    cursor:pointer;
    font-size:0;
    position:absolute;
    top:-2px;
    right:-10px;
    padding:0;
    margin:0;
    border:none;
    background:url(https://gigaplus.makeshop.jp/bbb1991/img/mushimegane.gif) 0% 0% / 30px 25px no-repeat;
    outline:none;
  }

  /* Footer */
  .menu__footer{
    display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
    padding:10px var(--pad);
    border-top:1px solid var(--line);
    font-family:"Lato","YakuHanJP","Yu Gothic","Hiragino Kaku Gothic Pro","Meiryo",sans-serif;
  }
  .pol{
    display:flex; gap:18px; flex-wrap:wrap; font-size:12px;
  }
  .pol a{text-decoration:none; color:var(--muted);}
  .pol a:hover{text-decoration:underline; color:var(--text);}

  /*.sns{display:flex; align-items:center; gap:10px;}*/
  .sns a{
    display:inline-flex; /*align-items:center; justify-content:center;
    inline-size:40px; block-size:40px;
    border:1px solid var(--line); border-radius:999px;
    text-decoration:none; color:inherit;*/
  }
  .sns {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  }

  .sns__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 6px; /* アイコンと文字の間 */
  }

  .sns__item i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 48px;
  block-size: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 20px;
  }

  .sns__label {
  font-size: 10px;
  color: #333;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  }

  .fab{
    font-family:"Font Awesome 5 Brands"; font-weight:400;
  }
  i.fab.fa-instagram{font-size:24px;}
  .fa-instagram:before{content:"\f16d";}

  .fas{
    font-family:"Font Awesome 5 Pro"; font-weight:400;
  }
  i.fas.fa-cart{font-size:24px;}
  .fa-cart:before{content:"\f07a";}

  #menuToggle:checked ~ nav.menu .section{
    animation:slide .35s ease both;
  }
  @keyframes slide{
    from{opacity:0; transform:translateY(6px);}
    to  {opacity:1; transform:none;}
  }

  a,button,summary,label{outline:none;}
  a:focus-visible,
  summary:focus-visible,
  label:focus-visible{
    box-shadow:0 0 0 3px rgba(0,126,255,.25); border-radius:8px;
  }