@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
/*---------------------------------
reset
---------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none; 
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.bx-wrapper {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  max-height: 500px;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*---------------------------------
base
---------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  scroll-behavior: smooth;
  color: #000;
}
a {
  color: #6E6E6E;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  opacity: .7;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.main {
  width: 100%;
  margin: 0 auto;
}
.contents-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 8px;
}
.item-title-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 200px 8px 0 8px;
}
.item-title-wrap span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 14px;
}
.item-title {
  color: #6E6E6E;
  font-size: 32px;
  font-weight: 400;
}
.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 60px 0 20px;
  line-height: 1.6;
}
.contents-wrap p {
  line-height: 2.4em;
}
.contents-section h3 {
  font-size: 20px;
  padding-bottom: 24px;
}
/*---------------------------------
button
---------------------------------*/
.btn-wrap {
  text-align: center;
}
.btn {
  position: relative;
  z-index: 2;
  background: #fff;
  color: #6E6E6E;
  border: 1px solid #6E6E6E;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  border-radius: 5px;
}
.btn {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.btn::before, .btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn, .btn::before, .btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn:hover {
  background: #6E6E6E;
  color: #fff;
  text-decoration: none;
  opacity: .8;
}
.product-list-btn {
  width: 230px;
}
/*---------------------------------
cart-button
---------------------------------*/
.add-btn {
  background: #af4233;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  border-radius: 3px;
}
.add-btn:hover {
  background: #EB503C;
}
.outstock-btn {
  background: #989898;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 60%;
  border-radius: 3px;
  padding: 24px;
}
.outstock {
  color: #fff;
  display: inline-block;
  border-radius: 2px;
}
.sold-btn {
  background: #adadad !important;
}
.sold-btn:hover {
  background: #989898 !important;
}
.cart-btn {
  display: inline-block;
  border-radius: 2px;
  width: 100%;
  padding: 24px;
}
.add-btn a {
  color: #fff;
  text-decoration: none;
}
.add-btn a:hover {
  opacity: 1;
}
.add-btn-right {
  width: 24%;
}
.cart-option-area {
  font-size: 12px;
  margin-top: 10px;
}
.cart-option-area span {
  display: block;
}
.sell-period-btn {
  background: #adadad !important;
}
.sell-period-btn p {
  color: #fff;
}
/*---------------------------------
header
---------------------------------*/
header {
  z-index: 999;
}
.header a:hover {
  text-decoration: none;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 14px;
}
.top-bar {
  z-index: 999;
  margin: 0;
  background: #fff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}
@-moz-document url-prefix() {
  .top-bar {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  }
}
.header-inner:first-child {
  border-bottom: 1px solid #eee;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
}
.shop-logo {
  margin: 0 16px 0 0;
}
.shop-logo a {
  display: flex;
  align-items: center;
}
.shop-logo img {
  max-height: 30px;
}
.shop-logo span {
  font-weight: 400;
  color: #000;
  padding-left: 10px;
}
.nav {
  display: flex;
}

.drop-arrow {
  margin-left: 6px;
}
.nav-item a {
  padding: 0 14px;
  vertical-align: -webkit-baseline-middle;
  color: #000;
  font-weight: 700;
}
.second-nav {
  display: flex;
}
.second-nav li span {
  padding: 8px 14px;
}
.second-nav li a, .search-icon span {
  color: #000;
}
.second-nav img {
  display: block;
  margin: 0 auto 6px;
}
.nv-dropdown:active .drop-arrow {
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nv-dropdown:checked {
  transform: rotate(180deg);
}
.sp-nav-wrap {
  display: none;
}
.sp-second-nav-wrap {
  display: none;
}
span.cart-badge {
  background: #EB503C;
  color: #fff;
  padding: 5px 7px !important;
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 50px;
}
/*---------------------------------
header-dropmenu
---------------------------------*/
.navigation ul li a {
  transition-property: border;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.navigation > ul > li {
  text-align: center;
}
.navigation .drop-nv-wrap {
  display: none;
  position: absolute;
  top: 36px;
}
.nav-item:first-child {
  margin-right: 16px;
}
.nav-item:first-child a {
  padding-left: 0;
}
.navigation .drop-nv-wrap ul {
  line-height: 1.4em;
  padding: 30px 0;
  overflow: scroll;
  overflow-x: auto;
  max-height: 80%;
  position: fixed;
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}
.navigation .drop-nv-wrap ul li {
  text-align: left;
  margin: 12px 32px 0 0 !important;
  padding-left: 15px;
}
.navigation .drop-nv-wrap ul li a {
  padding: 0 0 0 12px !important;
  display: inline-block;
}
.dropdown-menu-list a:hover {
  text-decoration: underline !important;
}
.dropdown-menu-list a:before {
  content: "-";
  padding-right: 6px;
  vertical-align: text-top;
  font-weight: bold;
}
.article-title, .article-title-pc {
  position: relative;
}
.article-title:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 20%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #6E6E6E;
  ;
  border-right: solid 2px #6E6E6E;
  ;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.article-title-pc:after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  ;
  border-right: solid 2px #000;
  ;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@-moz-document url-prefix() {
  .article-title-pc:after {
    top: 3px;
  }
}
.article-title.open:after, .article-title-pc.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 57%;
}
@-moz-document url-prefix() {
  .article-title.open:after, .article-title-pc.open:after {
    top: 44%;
  }
}
/*---------------------------------
header-serch
---------------------------------*/
.sp-header {
  display: none;
}
.search {
  float: right;
  position: relative;
}
.search-box {
  margin: 0;
  float: left;
  display: none;
  position: relative;
  right: 0;
}
.search-icon {
  margin: 0;
  float: left;
  cursor: pointer;
}
a.btn-go {
  text-decoration: none;
  position: absolute;
  right: -55px;
  background: #fff;
}
.btn-go span {
  color: #6E6E6E;
  padding: 9px 12px !important;
}
.search-box a:hover {
  opacity: 1;
}
input[type="text"] {
  margin: 21px 9px 0 0;
  padding: 0 50px 4px 0px;
  border: none;
  border-bottom: 1px solid #6E6E6E;
  outline: none;
}
.close {
  cursor: pointer;
  margin: 0 0 0 -20px;
  position: absolute;
  top: 27px;
}
/*---------------------------------
header-info
---------------------------------*/
.header-info {
  background: #664f43;
  padding: 7px;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.header-info dt, .header-info dd a {
  color: #fff;
}
.header-info dt:before {
  content: none;
}
/*---------------------------------
top
---------------------------------*/
#start-contents .contents-section {
  margin: 20px auto 40px;
}
/*---------------------------------
main-visual
---------------------------------*/
.main-visual {
  margin-top: 150px;
}
#M_slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.main-visual img {
  width: 100%;
  height: 100%;
  padding: 0 .3rem;
}
.bx-wrapper .bx-pager {
  color: #666 !important;
  bottom: 10px !important;
  padding-top: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #E57C6F !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 9px !important;
  height: 9px !important;
  margin: 0 7px !important;
}
.scroll-down a {
  display: none;
}
.bx-controls-direction {
  display: none;
}
.main-visual .bx-wrapper .bx-caption {
  bottom: 20%;
  left: 10%;
  width: 80%;
  background: none;
}
.main-visual .bx-wrapper .bx-caption span {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
}
/*---------------------------------
side-nav
---------------------------------*/
.left-nav {
  width: 240px;
  margin-right: 56px
}
.left-nav:first-child {
  border-top: 1px solid #6E6E6E;
}
.left-nav-title {
  border-bottom: 1px solid #6E6E6E;
  padding: 16px 0;
  font-weight: bold;
}
.left-bulk-title {
  border-bottom: none;
  border-top: 1px solid #6E6E6E;
}
.left-nav-item {
  font-size: 14px;
  margin: 18px 0;
  line-height: 1.4em;
}
.left-nav-item:last-child {
  margin-bottom: 40px;
}
.left-nav-item a {
  display: block;
}
.left-nav-item a:hover {
  opacity: .7;
}
.left-nav-item a:before {
  content: "-";
  padding-right: 4px;
  display: inline-block;
}
.left-nav-help {
  border-top: 1px solid #6E6E6E;
  padding: 16px 0;
}
.nav-help-list {
  margin: 18px 0;
  line-height: 1.4em;
  font-size: 14px;
}
/*---------------------------------
breadcrumb
---------------------------------*/
.breadcrumb {
  text-align: left;
  margin-bottom: 10px;
}
.breadcrumb-item {
  display: inline-block;
  margin-right: 8px;
  padding: .3rem 0;
  line-height: 1.2;
  font-size: 12px;
}
.breadcrumb-item::after {
  content: ">";
  margin-left: 8px;
}
.breadcrumb-item:last-of-type::after {
  content: none;
  margin-left: 0;
}
/*---------------------------------
banner-area
---------------------------------*/
.banner-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}
.banner-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.banner-area li {
  flex: 0 0 24%;
  max-width: 24%;
}
.banner-area img {
  width: 100%;
  height: auto;
}
/*---------------------------------
information
---------------------------------*/
.information-list-wrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.information-list {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.information-label {
  font-size: 14px;
  font-weight: 300;
  margin-right: 24px;
}
.information-contents {
  line-height: 1.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 800px;
}
.information-label:before {
  content: "-";
  padding-right: 4px;
}
.information-contents a:hover {
  text-decoration: underline;
}
.news-link {
  text-align: right;
  display: block;
  padding: 10px 30px 10px 10px;
  position: relative;
  margin: 10px 0 30px;
}
.news-link:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #6e6e6e;
  border-right: solid 2px #6e6e6e;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
}
/*---------------------------------
product-container
---------------------------------*/
.product-container {
  display: flex;
}
.product-contents-wrap {
  flex: 1;
}
.product-wrap {
  margin-bottom: 30px;
  border-bottom: 2px solid #000;
}
.product-list {
  max-width: 888px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.product-list-item {
  width: calc(100%/3 - 16px);
  min-width: 279px;
  margin: 0 24px 34px 0;
}
.product-list-item:nth-child(3n) {
  margin-right: 0;
}
.product-image-wrap {
  position: relative;
  width: auto;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 8px;
}
.product-image-wrap img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.product-image-wrap img:hover {
  opacity: .5;
}
.product-name-link {
  line-height: 1.6em;
}
.product-list-item a div:hover {
  opacity: .7;
}
.product-caption {
  font-weight: 500;
}
.product-price {
  display: inline-block;
  margin-top: 8px;
}
.product-discount {
  text-decoration: line-through;
}
.product-sale-price {
  color: #EB503C;
  font-weight: 500;
}
.sold-out {
  display: inline-block;
  font-size: 10px;
  background: #adadad;
  color: #fff;
  padding: 0 6px;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}
/*---------------------------------
index-review
---------------------------------*/
.review-list-info img {
  width: 206px;
  margin-right: 20px;
}
.review-list-category {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;;
}
/*---------------------------------
footer
---------------------------------*/
.footer {
  font-size: 14px;
}
.footer-guide {
  border-top: 1px solid #eee;
}
.footer-guide h3 {
  padding-bottom: 20px;
}
.footer-guide h4 {
  border-bottom: 3px solid #000;
  padding-bottom: 6px;
  margin-bottom: 16px;
}
.footer-guide li {
  padding-bottom: 6px;
  line-height: 1.4;
}
.footer-guide .golink {
  text-align: right;
  padding: 8px 0;
}
.footer-guide .golink a {
  position: relative;
  color: #000;
  padding-right: 16px;
}
.footer-guide .golink a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
.footer-info {
  background: #F5F5F5;
}
.footer-contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer-menu-container, .footer-guide-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-guide-container > div {
  padding: 14px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f9f9f9;
  flex: 0 0 24%;
  max-width: 24%;
}
.footer-menu {
  margin-right: 130px;
}
.footer-menu:nth-child(3) {
  margin-right: 0;
}
.footer-menu-list-title {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.footer-menu-list-item {
  margin-bottom: 30px;
}
.footer-item-list {
  display: flex;
  flex-direction: column;
  height: 700px;
  flex-wrap: wrap;
  justify-content: left;
  align-content: baseline;
  width: 440px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4em;
}
.footer-item-list li {
  margin-right: 45px;
}
.mail-icon {
  vertical-align: middle;
}
.sns-link-list {
  display: flex;
  align-items: center;
}
.sns-link {
  margin-right: 12px;
}
.footer-bottom {
  background: #000;
}
.footer-bottom-inner {
  padding: 28px 0;
  text-align: center;
  color: #fff;
}
.calender-area {
  display: flex;
  flex-wrap: wrap;
}
.calender-area > div {
  text-align: center;
  padding-right: 20px;
}
.calender-month {
  padding-bottom: 10px;
  font-weight: bold;
}
.calender-area td, .calender-area th {
  padding: 5px;
  border: 1px solid #ccc;
}
.footer-menu {
  margin-right: auto;
}
.calender-area td {
  background: #fff;
  font-family: 'Roboto', sans-serif;
}
.calender-area th {
  background: #dcdcdc;
}
.makeshop-calendar1 th.sunday, .makeshop-calendar2 th.sunday {
  color: #fff;
  background: #f08080;
}
.makeshop-calendar1 tbody td.sunday, .makeshop-calendar2 tbody td.sunday {
  background: rgba(100, 149, 237, .5);
}
.makeshop-calendar1 th.saturday, .makeshop-calendar2 th.saturday {
  color: #fff;
  background: #6495ed;
}
.makeshop-calendar1 tbody td.saturday, .makeshop-calendar2 tbody td.saturday {
  background: rgba(240, 128, 128, .5);
}
.makeshop-calendar1 td.today, .makeshop-calendar2 td.today {
  background-color: #ef9d0f;
  color: #fff;
}
.calender-note {
  text-align: left;
  padding-top: 5px;
}
.copy-right {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
/*---------------------------------
category_list
---------------------------------*/
.list-head {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}
.list-head-sort {
  display: flex;
  font-size: 0.8rem;
  margin-top: 5px;
  padding: .5rem 0;
}
.list-head-sort a {
  text-decoration: underline;
}
.list-head-sort dd {
  margin-right: 8px;
}
.empty {
  margin: 120px 0;
  color: #000;
}
.list-head-type {
  display: flex;
  font-size: 0.8rem;
}
.list-head-type li .list-head-type-btn, .list-head-type li a {
  display: inline-block;
  background: #f0efe9;
  padding: 3px 8px;
}
.list-head-type li a {
  background: #242325;
  color: #fff;
  text-decoration: none;
}
.category-image {
  position: relative;
}
.category-image img {
  margin-top: 150px;
  height: 322px;
  width: 100%;
  object-fit: cover;
}
.category-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 487px;
  top: 0;
  left: 0;
  z-index: 1;
}
.category-title-wrap {
  width: 100%;
  position: absolute;
  top: 300px;
  z-index: 2;
  text-align: center;
}
.category-title {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 8px;
  text-shadow: 0 0 10px rgb(255 255 255 / 70%);
}
.category-title-only {
  padding: 200px 0 0;
}
.child-category-list {
  background: #F2F2F2;
  padding: 6px;
  margin: 8px auto 24px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.child-category-item {
  padding: 12px;
  font-size: 12px;
}
/*---------------------------------
pager
---------------------------------*/
.pager {
  margin-bottom: 64px;
}
.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}
.pager .pagination li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #EBEBEB;
  width: 30px;
  height: 50px;
  text-align: center;
  position: relative;
}
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pagination li a:hover, .pager .pagination li a.active {
  color: #fff;
  background: #000;
}
/*---------------------------------
detail
---------------------------------*/
.item-inner {
  margin-top: 200px;
}
.item-list-icon, .item-icon-list {
  display: flex;
}
.item-list-icon li, .item-icon-list li {
  padding-right: 5px;
}
/* 複数画像(こちらの設定が優先されます） */
.item-image {
  flex: 0 0 56%;
  max-width: 56%;
}
.item-image-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-image-list img {
  max-width: 100%;
}
.item-image-large {
  text-align: center;
}
.item-image-large img {
  max-width: 100%;
}
.item-image-small {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
.item-image-list {
  margin-right: 8px;
}
.item-image-list:nth-child(4n) {
  margin-right: 0;
}
.item-image-small .item-image-list {
  flex: 0 0 24%;
  max-width: 24%;
  padding-bottom: 10px;
}
/* 追加商品画像 */
.add-images .item-image-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex: 0 0 32%;
  max-width: 32%;
}
.add-images .item-image-list p {
  padding: 10px;
  line-height: 1.6;
}
.detail {
  display: flex;
  justify-content: space-between;
}
.detail-right {
  padding-top: 40px;
  flex: 0 0 40%;
  max-width: 40%;
}
.product-name {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 24px
}
.product-price-block {
  font-size: 40px;
}
.product-price-block small {
  font-size: 24px;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input.productnum {
  font-size: 24px;
  color: #6E6E6E;
  width: 100px;
  height: 40px;
  float: left;
  text-align: right;
  padding: 0 5px;
}
div.button {
  float: left;
  width: 16px;
  padding-left: 16px;
}
input.spinner-up {
  margin-top: 3px;
  border: 0px;
  width: 13px;
  height: 13px;
  background: url("/view/images/template/6/up.png") no-repeat;
  cursor: pointer;
}
input.spinner-down {
  margin-top: 3px;
  border: 0px;
  width: 13px;
  height: 13px;
  background: url("/view/images/template/6/down.png") no-repeat;
  cursor: pointer;
}
.productnum-wrap {
  padding-top: 24px;
}
.purchase-num {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.cart-add-btn {
  margin-top: 40px;
}
.option-area {
  margin-bottom: 30px;
}
.makeshop-option-wrap {
  margin: 8px 0;
}
.makeshop-option-label {
  font-size: 14px;
  margin-bottom: 6px;
}
.makeshop-option-select {
  padding: 10px;
  width: 60%;
}
.item-share {
  display: flex;
}
.item-share li {
  padding-right: 10px;
  padding-bottom: 20px;
}
.item-category-name {
  background: #eee;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.info-area li {
  padding-bottom: 10px;
}
.info-area li:before {
  content: "-";
  padding-right: 5px;
}
.bg-section {
  background: #fafafa;
  padding: 60px 0;
}
.bg-section .description-text {
  column-count: 2;
}
.detail-description {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.detail-description h3 {
  font-size: 20px;
  padding-bottom: 24px;
}
.description-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.description-text {
  line-height: 2em;
}
.grid-multi-image {
  display: flex;
  flex-wrap: wrap;
}
.detail-sold-out {
  display: inline-block;
  font-size: 14px;
  background: #adadad;
  color: #fff;
  padding: 6px;
  font-family: 'Roboto', sans-serif; 
  margin-bottom: 5px;
  border-radius: 2px;
}
.detail-product-discount {
  font-size: 16px;
  text-decoration: line-through;
  margin: 20px 0 10px!important;
}
.detail-product-discount small {
  font-size: 16px;
}
.detail-product-sale-price {
  color: #EB503C;
  font-weight: 500;
  font-size: 20px;
}
.detail-product-sale-price span {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 12px;
}
/*---------------------------------
review
---------------------------------*/
.item-review-list {
  padding-top: 20px;
}
.review-list-name {
  padding-bottom: 20px;
}
.reviewer-info {
  display: flex;
  align-items: center;
}
.reviewer-info:nth-child(1) {
  padding-bottom: .5rem;
}
.review-list-text {
  line-height: 1.4;
  padding-top: .5rem;
}
.review-score-wrap {
  display: flex;
  padding-right: 10px;
}
.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #F8D803;
  line-height: 1;
}
.reviewRateStar::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-size: 22px;
  font-weight: 900;
}
.reviewRate {
  min-width: 150px;
}
.review-average, .review-count {
  display: inline-block;
}
.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400;
}
.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0";
}
.review-average {
  font-weight: bold;
  margin-left: 8px;
  font-size: 1.2rem;
}
.total-review .reviewRateStar::before {
  font-size: 1.1rem;
}
.review-form-wrap {
  width: 60%;
}
.review-form {
  padding-bottom: 16px;
}
.review-form-title {
  padding-bottom: 10px;
}
.review-form-content {
  flex: 1;
}
.review-form-content input, .review-form-content textarea {
  width: 100%;
}
.review-post-btn {
  width: 80%;
  margin: 30px 0 30px auto;
  display: block;
  background: #ccc;
  border-color: #ccc;
}
.review-form-content input, .review-form-content textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  margin: 0;
}
.review-list-head {
  min-width: 200px;
  margin-right: 20px;;
}
.review-list-date {
  line-height: 2;
  padding-right: 10px;
}
.review-list-unit {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.review-list-score-wrap {
  display: flex;
  align-items: center;
}
.review-score {
  font-weight: bold;
  line-height: 2;
}
.review-list-content {
  text-align: left;
  flex: 1;
  line-height: 2;
}
.review-btn-area {
  display: flex;
  margin: 0;
  justify-content: flex-end;
}
.review-item-wrap {
  padding-right: 20px;
}
.review-item-image img {
  width: 100%;
}
.review-btn-area > div {
  padding: 0 10px;
}
.review-item-info, .review-category-name, .review-item-name, .total-review {
  padding-top: 10px;
}
.total-review .reviewRate {
  padding-bottom: 10px;
}
.review-form-content textarea {
  line-height: 1.8;
}
.review-item-btn {
  width: 60%;
}
.all-review {
  padding-top: 20px;
  line-height: 2em;
}
.category-count {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
i.fas.fa-user-circle {
  padding-right: 5px;
  color: #000;
}
.review-pager .pager {
  display: flex;
  justify-content: center;
}
.review-pager li {
  width: 30px;
  height: 50px;
  background: #ebebeb;
  margin: 0 2px;
}
.review-pager li span {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.review-pager .current {
  background: #000;
  color: #fff;
}
.review-pager .pager li span:hover, .review-pager .pager li span.active {
  color: #fff;
  background: #000;
}
.review-pager .pager li a:hover, .review-pager .pager li a.active {
  text-decoration: none;
}
.review-count-all {
  margin-top: 16px;
}
/*---------------------------------
item-list
---------------------------------*/
.item-list {
  display: flex;
  flex-wrap: wrap;
}
.item-list .product-list-item {
  width: calc(100%/4 - 16px);
  min-width: 0;
  margin: 0 16px 24px 0;
}
.item-list .product-list-item:nth-child(4n) {
  margin-right: 0;
}
/*---------------------------------
cart
---------------------------------*/
.cart-title {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #000;
  letter-spacing: .1em;
}
.cart {
  margin-top: 60px;
}
.cart-text-head {
  border-bottom: 1px dotted #6E6E6E;
  padding-bottom: 16px !important;
  display: flex;
}
.cart-product {
  padding: 16px 0;
  display: flex;
  border-bottom: 1px dotted #6E6E6E;
  align-items: center;
}
.cart .img-head {
  width: 20%;
}
.cart-product img {
  width: 160px;
}
.cart .name-head {
  width: 25%;
  padding-right: 40px;
  line-height: 1.4em;
}
.cart .qty-head {
  width: 15%;
}
.cart .price-head {
  width: 25%;
}
.cart .remove-head {
  width: 15%;
}
.cart-item-text {
  display: flex;
  justify-content: space-between;
  width: 76%;
  align-items: center;
}
.cart .img {
  width: 20%;
}
.cart .name {
  width: 25%;
  line-height: 1.4em;
}
.cart .qty {
  width: 15%;
  display: flex;
}
.cart .price {
  width: 25%;
}
.cart .remove {
  width: 15%;
  padding-left: 14px;
}
.remove-sp {
  display: none;
}
.total {
  text-align: right;
  margin: 56px 0 32px;
}
.total-text {
  font-size: 18px;
}
.total-price {
  font-size: 32px;
  padding-left: 16px;
}
.total-text-small {
  font-size: 14px;
}
.continue-shopping {
  padding-right: 40px;
}
.payment-add-btn {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.quantity-notification {
  width: 44px;
  height: 44px;
  text-align: center;
}
.awesome a {
  cursor: pointer !important;
  text-align: center !important;
  display: inline-block;
  vertical-align: middle !important;
  color: #fff !important;
  width: 85px !important;
  height: 100% !important;
  background: #6E6E6E !important;
  font-size: 12px;
  margin-left: 6px;
  text-decoration: none;
  padding: 14px;
}
/*---------------------------------
news-list
---------------------------------*/

/*---------------------------------
guide
---------------------------------*/
.guide-link-area {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.guide-link-area li {
  margin: 0 5px;
}
.guide-link-area li a {
  display: block;
  background: #eee;
  padding: 14px;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}
.guide-section {
  margin-bottom: 64px;
}
.guide-section-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 24px;
  border-bottom: 1px solid #6E6E6E;
  padding-top: 200px;
  margin-top: -200px;
}
/*---------------------------------
company
---------------------------------*/
.company-section img {
  margin-bottom: 20px;
  width: 100%;
}
/*---------------------------------
contract
---------------------------------*/
.contract-section {
  margin-bottom: 64px;
}
.contract-section-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 24px;
  border-bottom: 1px solid #6E6E6E;
  padding-bottom: 12px;
}
/*---------------------------------
policy
---------------------------------*/
.policy-section pre {
  line-height: 2.4em;
  font-size: 16px;
  white-space: pre-wrap;
}
/*---------------------------------
responsive 
---------------------------------*/
@media screen and (max-width: 1184px) {
  .header-inner:first-child {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .header-wrap {
    padding: 14px 6px;
  }
  .shop-logo {
    margin-left: 16px;
  }
  .contents-section {
    margin: 20px auto;
  }
  .product-list {
    justify-content: space-between;
    width: 100%;
  }
  .product-list-item:nth-child(3) {
    margin-right: 16px;
  }
  .footer-guide-container > div {
    flex: 0 0 49%;
    max-width: 49%;
  }
  .footer-contents {
    padding: 20px 10px;
  }
  .main-visual img {
    padding: 0;
  }
  .item-title-wrap {
    padding-top: 220px;
  }
  .add-images {
    flex-direction: column;
  }
  .add-images .item-image-list {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
  }
  .product-list-item {
    min-width: 0;
    margin: 0 16px 24px 0;
  }
  .add-images .item-image-list img {
    flex: 0 0 40%;
    max-width: 40%;
  }
  span.cart-badge {
    top: 18px;
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  /*---------------------------------
common
---------------------------------*/
  .main-visual {
    position: relative;
    margin-top: 110px;
  }
  span.cart-badge {
    top: -10px;
    right: -14px;
  }
  .header, .footer {
    width: 100%;
  }
  .header-wrap {
    padding: 0 10px;
    justify-content: center;
  }
  .shop-logo {
    margin: 0;
  }
  .header-sns {
    display: none;
  }
  .sns-link-list-sp {
    display: flex;
    padding-top: 20px;
  }
  .sns-link-list-sp .sns-link {
    padding: 0 0 0 14px;
  }
  .nav, .second-nav {
    display: none;
  }
  .side-bar {
    display: none;
  }
  .bx-wrapper .bx-pager {
    text-align: center !important;
    padding-left: 0;
  }
  .bx-wrapper {
    max-height: max-content;
  }
  .banner-area li {
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 1.6%;
  }
  .header-info {
    flex-direction: column;
  }
  .header-info dt, .header-info dd {
    text-align: center;
  }
  .shop-logo span {
    display: none;
  }
  #start-contents .contents-section {
    margin: 0 auto;
  }
  /*------------------
    hamburger
    ------------------*/
  .wrapper {
    height: 100%;
    overflow-x: hidden;
    position: relative;
    display: block;
  }
  .sp-nav-wrap {
    display: block;
  }
  .sp-nav-wrap a {
    font-weight: 700;
  }
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .menu-trigger {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 13px;
    left: 16px;
    z-index: 100;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 80%;
    height: 4px;
    background-color: #000;
    transition: all .5s;
  }
  .menu-trigger.active span {
    background-color: #000;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 4px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
  }
  nav {
    width: 250px;
    height: 100%;
    padding-top: 100px;
    background: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transform: translate(-250px);
    transition: all .5s;
  }
  nav.open {
    transform: translate(0, 0);
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
  }
  nav li {
    color: #000;
    text-align: left;
    padding: 10px 20px;
    ;
  }
  nav li a {
    color: #000;
  }
  .accordion-container {
    position: relative;
    width: 100%;
    cursor: pointer
  }
  .accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    font-weight: 700;
    color: #000;
    ;
    cursor: pointer;
  }
  .accordion-container .article-title:hover i:before, .accordion-container .article-title:hover i:active, .accordion-container .content-entry.open i {
    color: white;
  }
  .article-title {
    position: relative;
  }
  .article-title:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 10%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #6E6E6E;
    border-right: solid 2px #6E6E6E;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .article-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
  .accordion-content {
    display: none;
    padding: 24px 6px 0;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .accordion-content p {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
  }
  .accordion-content a {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #000;
  }
  .accordion-container {
    margin: 0;
  }
  dl.search1 {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #aaa;
  }
  dl.search1 dt {
    padding: 12px 0px;
  }
  dl.search1 dt input {
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
  }
  dl.search1 dd {
    position: absolute;
    top: 0;
    right: 0;
  }
  dl.search1 dd button {
    display: block;
    padding: 10px;
    background: none;
    border: none;
  }
  dl.search1 dd button span {
    display: block;
    width: 20px;
    height: 20px;
    background: url('/view/images/template/6/search_icon.png') no-repeat scroll 0 0;
  }
  .search-link-sp {
    margin-bottom: 16px;
  }
  .sp-second-nav-wrap {
    display: flex;
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .cart-link {
    margin-left: 16px;
  }
  .slider li img {
    height: 50vh;
  }
  .footer-menu {
    margin-bottom: 60px;
  }
  .footer-menu:last-child {
    margin-bottom: 0;
  }
  .footer-menu-list-item {
    margin-bottom: 20px;
  }
  .product-contents-wrap {
    min-width: 100%;
  }
  .information-list-wrap {
    white-space: inherit;
  }
  .information-list {
    display: block;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .information-label {
    margin: 0 0 8px 0;
  }
  /*------------------
    category_list
    ------------------*/
  .banner-image {
    background-position: center;
    height: 20vh;
  }
  .item-title-wrap {
    padding-top: 130px;
  }
  .item-title {
    font-size: 28px;
    padding-left: 8px;
  }
  .category-image:before {
    height: 257px;
  }
  .category-image {
    margin-bottom: 10px;
  }
  .category-image img {
    height: 145px;
    margin-top: 110px;
  }
  .category-title-wrap {
    top: 170px;
  }
  .category-title {
    font-size: 26px;
  }
  .category-title-only {
    padding: 150px 0 0 6px;
  }
  .category-item-list-head {
    margin: 16px 0;
  }
  .list-head-count {
    margin-bottom: 6px;
  }
  .child-category-list {
    margin: 8px 0 10px;
  }
  .child-category-item {
    width: calc(100% / 3);
    padding: 8px 0;
  }
  .product-list-item {
    width: calc(100%/2 - 8px);
    min-width: 0;
    margin-right: 16px;
  }
  .product-list-item:nth-child(even) {
    margin-right: 0;
  }
  .item-list .product-list-item:nth-child(3n) {
    margin-right: 16px;
  }
  .item-list .product-list-item {
    width: calc(100%/2 - 16px);
    margin: 0 16px 24px 0;
  }
  .item-list .product-list-item:nth-child(even) {
    margin-right: 0;
  }
  /*------------------
    detail
    ------------------*/
  .item-inner {
    margin-top: 120px;
  }
  .detail {
    display: block;
  }
  .detail-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .add-images {
    display: block;
  }
  .add-images .item-image-list {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
  .add-images .item-image-list img {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .detail-description {
    column-count: 1;
  }
  .product-name {
    font-size: 24px;
  }
  .product-price-block {
    font-size: 32px;
  }
  .product-price-block small {
    font-size: 18px;
  }
  .productnum-wrap {
    padding: 32px 0 24px;
  }
  .add-btn {
    width: 100%;
  }
  .bg-section {
    margin-top: 60px;
    padding: 40px 0;
  }
  .detail-description {
    width: 100%;
    display: block;
  }
  .outstock-btn {
    width: 100%;
  }
  .outstock {
    width: 100%;
  }
  .item-category-name {
    margin-bottom: 20px;
  }
  .info-area li {
    padding-bottom: 20px;
  }
  /*------------------
    cart
    ------------------*/
  .cart-title {
    padding: 0 0 0 10px;
  }
  .cart-table {
    border-top: 1px dotted #6E6E6E;
  }
  .cart-text-head {
    display: none;
  }
  .cart .img {
    width: auto;
  }
  .cart .img img {
    padding-right: 16px;
  }
  .cart-item-text {
    display: block;
  }
  .cart-item-text div {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .cart .remove {
    display: none;
  }
  .remove-sp {
    display: block;
    text-align: right;
    text-decoration: underline;
  }
  .cart-add-btn {
    display: block;
    margin-bottom: 30px;
  }
  .continue-shopping {
    padding: 0;
    margin-top: 24px;
    text-align: center;
    text-decoration: underline;
  }
  .awesome {
    height: 44px !important;
  }
  .cart-product {
    align-items: flex-start;
  }
  .payment-add-btn {
    display: block;
    margin-bottom: 48px;
  }
  /*---------------------------------
    news-list
    ---------------------------------*/

  /*---------------------------------
    review
    ---------------------------------*/
  .review-item-wrap {
    padding-right: 0;
  }
  .review-item-btn {
    width: 100%;
    margin: 30px 0;
    text-align: center;
  }
  .review-form-wrap {
    width: 100%;
  }
  .review-post-btn {
    margin: 0 auto;
  }
  .guide-link-area {
    display: block;
  }
  .add-btn-right {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .main-visual .bx-wrapper .bx-caption {
    bottom: 16%;
    left: 1%;
  }
  .section-title {
    padding: 20px 0 10px 0;
  }
  .child-category-item {
    width: calc(100% / 2);
  }
  .footer-guide-container > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-menu-container {
    display: block;
  }
  .review-list-unit {
    display: block;
  }
  .review-list-content {
    padding-left: 0;
  }
  .review-btn-area {
    display: block;
  }
  .review-btn-area > div {
    padding: 10px 0;
  }
}
.contents-section .company-section * {
  line-height: 1.6em;
}
.company-section > * + * {
  margin-top: 40px;
}
.company-section {
  background: url(https://gigaplus.makeshop.jp/privatelab/privatelab_logo_bg.jpg) no-repeat center 36%;
  background-size: 30%;
}
.company-section .company-table {
  display: flex;
  flex-wrap: wrap;
}
.company-section .company-table dt {
  border-bottom: dashed 1px #ccc;
  padding: 10px;
  width: 20%;
  text-align: left;
}
.company-section .company-table dd {
  border-bottom: dashed 1px #ccc;
  padding: 10px;
  width: 80%;
  text-align: left;
}
.company-section .company-table ul {
  margin-left: 1.2em;
}
.company-section .company-table ul li {
  list-style: disc;
}
.company-section .company-table ul li.style-none {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .company-section {
    background-position: 50% 20%;
    background-size: 50%;
  }
  .company-section .company-table dt {
    border-bottom: none;
    width: 100%;
    font-weight: 700;
  }
  .company-section .company-table dd {
    width: 100%;
  }
}