@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------------
reset
----------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, 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, section, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  outline: none;
  padding: 0;
  background: transparent;
}
body {
  line-height: 1;
  font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
ol, ul, li {
  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;
}
pre {
  text-align: left;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
}
img[width="0"], img[width="1"] {
  display: none;
}
.cart-title, h2.section-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.bx-wrapper {
  box-shadow: none !important;
}
@media screen and (max-width:768px) {
  /* -----------------------------------------------------------------
  module
  ----------------------------------------------------------------- */
  body {
    background: #fff;
    font-size: 100%;
    line-height: 1.6;
    color: #242325;
    height: 100%;
    text-align: center;
    position: relative;
    width: 100%;
  }
  a {
    color: #242325;
    text-decoration: underline;
    transition: .2s;
  }
  a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  a[class$="btn"], a.header-incart-switch {
    text-decoration: none !important;
  }
  input[type="text"], select {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 6px;
    font-size: 16px;
    font-family: 'Noto Sans JP';
    box-sizing: border-box;
    background: #fff;
  }
  .select-wrap-for-yaji {
    position: relative;
  }
  .select-wrap-for-yaji::after {
    content: "\f107";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 16px;
    color: #222;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    line-height: 1em;
  }
  select {
    width: 100%;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 8px;
    border: solid 1px #999;
  }
  .pre-wrap {
    word-break: break-all;
  }
  header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.4);
  }
  .fixed {
    background: rgba(255, 255, 255, 0.8);
  }
  .header-inner-wrap {
    display: grid;
    grid-template-columns: 40% 1fr auto;
    grid-template-rows: 1fr;
    width: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
  }
  .shop-name {
    grid-column: 1;
    grid-row: 1;
    padding: 12px;
    align-self: center;
    text-align: left;
  }
  .shop-name a img {
    vertical-align: middle;
    width: 100%;
    max-width: 128px;
    max-height: 34px;
  }
  a.link-btn {
    background: #222;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 6px;
  }
  .header-section {
    background: #f0efe9;
    padding: 16px 0 32px;
    margin-bottom: 32px;
  }
  .header-section-category {
    display: none;
  }
  .header-category-item {
    display: inline-block;
  }
  .header-category-item a {
    text-align: left;
    padding: 12px;
    font-size: 0.9rem;
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .header-category-child-list a:hover {
    background: #f0efe9;
  }
  .header-category-child-list li {
    display: inline-block;
  }
  .header-category-switch.hover {
    background: #fff;
  }
  .header-category-child-list li::after {
    background-color: #f0efe9;
  }
  .global-nav {
    grid-column: 3;
    grid-row: 1;
    text-align: right;
    display: grid;
    align-items: center;
    font-size: 12px;
    padding-right: 1em;
  }
  .global-nav ul li {
    padding-left: 12px;
    display: inline-block;
  }
  .global-nav ul li a {
    color: #fff;
  }
  .account-nav {
    grid-column: 1;
    grid-row: 1;
    font-size: 14px;
  }
  .account-nav li {
    text-align: left;
  }
  .account-nav li a {
    color: #fff;
    text-decoration: none;
  }
  .account-nav li a span {
    display: block;
    font-size: 10px;
  }
  .account-nav p {
    display: inline-block;
  }
  .member-point {
    margin: 0 8px;
  }
  .member-name em {
    margin-right: 4px;
  }
  .member-status {
    margin-left: 8px;
  }
  .header-cart {
    grid-column: 4;
    grid-row: 1;
    display: grid;
    align-items: center;
    display: none;
  }
  .header-cart .header-incart-switch {
    display: block;
    background: #fff;
    padding: 10px 0;
    border-radius: 6px;
    position: relative;
    color: #222;
  }
  .header-cart-count {
    position: absolute;
    right: 0px;
    top: 4px;
    background: #ef3c62;
    color: #fff;
    width: 1.6em;
    line-height: 1.6em;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
  }
  .header-cart-btn {
    grid-column: 3;
    grid-row: 1;
    color: #222;
    display: grid;
    align-items: center;
    padding: 12px;
    font-size: 22px;
    position: relative;
  }
  .header-drawer-btn {
    grid-column: 4;
    grid-row: 1;
    color: #222;
    display: grid;
    align-items: center;
    padding: 12px;
    font-size: 22px;
  }
  #drawer-btn {
    display: inherit;
  }
  #drawer-btn i {
    vertical-align: top;
  }
  /* モジュール ヘッダー用ニュース */
  .news-swiper-container {
    height: 2.4em;
    overflow: hidden;
  }
  /* -----------------------------------------------------------------
  main
  ----------------------------------------------------------------- */
  .wrap {
    margin-top: 80 !important;
  }
  .main-visual {
    width: 100%;
    margin-top: 0;
  }
  .main-visual img {
    max-width: 100%;
  }
  .bx-wrapper .bx-controls-direction a {
    transition: none;
  }
  .wrap {
    width: 100%;
    margin: 8px auto;
    align-items: flex-start;
  }
  .top-wrap {
    margin-top: 24px;
  }
  .bx-wrapper {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    border: none;
  }
  .bx-wrapper {
    overflow: hidden;
  }
  .bx-viewport {
    overflow: visible !important;
    width: 100%;
    margin: 0 auto;
  }
  #wrap .bx-prev {
    left: 50% !important;
    margin-left: -516px;
  }
  #wrap .bx-next {
    right: 50% !important;
    margin-right: -516px;
  }
  .bx-wrapper .bx-caption {
    margin-bottom: -100px;
    transition: 0.4s;
    width: 100%;
    left: 0;
    text-align: center;
    pointer-events: none;
    width: 94%;
    margin: 0 3% -100px;
    padding: 4%;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .bx-wrapper .bx-caption span {
    font-size: 18px;
    font-weight: bold;
  }
  /* カレンダーのサイズ設定 */
  .section-side-calendar {
    font-size: 12px;
  }
  .makeshop-calendar1, .makeshop-calendar2 {
    width: 100%;
    margin: 0 auto 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #fff;
  }
  /* テキスト位置・罫線設定 */
  .makeshop-calendar1 th, .makeshop-calendar1 td, .makeshop-calendar2 th, .makeshop-calendar2 td {
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #e6e6e6;
  }
  /* 【曜日】テキストの太さ・背景設定 */
  .makeshop-calendar1 th, .makeshop-calendar2 th {
    background: #dcdcdc;
    font-weight: bold;
    padding: 10px 0;
  }
  /* 【日付】テキストの太さ・背景設定 */
  .makeshop-calendar1 td, .makeshop-calendar2 td {
    background: #fff;
    font-weight: bold;
    padding: 4px 0;
  }
  /* 【今日】テキストの太さ・背景設定 */
  .makeshop-calendar1 td.today, .makeshop-calendar2 td.today {
    background-color: #222;
    color: #fff;
  }
  /* 【日曜日】の設定 */
  .makeshop-calendar1 th.sunday, .makeshop-calendar2 th.sunday {
    color: #000;
    background: #f08080;
  }
  /* 【日曜日】日付の設定 */
  .makeshop-calendar1 tbody td.sunday, .makeshop-calendar2 tbody td.sunday {
    background: #f0808073;
    color: #000;
  }
  /* 【土曜日】の設定 */
  .makeshop-calendar1 th.saturday, .makeshop-calendar2 th.saturday {
    color: #000;
    background: #6495ed;
  }
  /* 【土曜日】日付の設定 */
  .makeshop-calendar1 tbody td.saturday, .makeshop-calendar2 tbody td.saturday {
    background: #6495ed36;
    color: #000;
  }
  /* 【月曜日】の設定 */
  .monday {
    color: black;
  }
  /* 【火曜日】の設定 */
  .tuesday {
    color: black;
  }
  /* 【水曜日】の設定 */
  .wednesday {
    color: black;
  }
  /* 【木曜日】の設定 */
  .thursday {
    color: black;
  }
  /* 【金曜日】の設定 */
  .friday {
    color: black;
  }
  .section {
    margin-bottom: 36px;
  }
  .section-title {
    font-size: 1.2rem;
    margin-bottom: 24px;
    text-align: left;
  }
  .banner-item section a img {
    width: 100%;
    vertical-align: top;
    margin-bottom: 4px;
  }

.item-list-wrap {
    display: grid;
    margin-bottom: 24px;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding: 4px;
  }
  .new-item-list,
  .ranking-item .item-list-wrap,
  .recommend-item .item-list-wrap {

	grid-template-columns: none;
	grid-auto-flow: column;
	grid-auto-columns: 45%;
	overflow-x: auto;
	overflow-y: hidden;
  }  
  
   .ranking-item .item-list-wrap{
       padding-top: 15px;
   
   } 
  
  
  
  
  
  
  
  
  
  
  .item-list {
    width: 100%;
    position: relative;
  }
  .new-item-list-wrap .item-list {
    width: calc(100% / 2);
  }
  .item-list img {
    max-width: 100%;
  }
  .item-list-image {
    position: relative;
  }
  

  
  
  
  .item-list-image a img {
    vertical-align: top;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
  }
  .item-badge {
    position: absolute;
    right: -14px;
    top: -14px;
    width: 60px;
    height: 60px;
    background: #ef3c62;
    color: #fff;
    border-radius: 50%;
    line-height: 60px;
    z-index: 10;
  }
  .item-sale-badge {
    font-size: 0.8rem;
    background: #ef3c62;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 8px;
    top: unset;
    border-radius: unset;
    line-height: unset;
    height: unset;
    width: fit-content;
  }
  .item-soldout-badge {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    height: 2em;
    line-height: 2em;
    padding: 0;
  }
  .item-list-info {
    text-align: left;
    font-size: 0.8rem;
    margin-top: 8px;
  }
  .item-list-category-name {
    margin-bottom: 6px;
    text-align: right;
  }
  .item-list-category-name a {
    background: #f0efe9;
    display: inline-block;
    color: #222;
    border-radius: 2em;
    padding: 0 12px;
    text-decoration: none;
    font-size: 12px;
  }
  .recommend-info {
    text-align: left;
    font-size: 0.8rem;
    background: #222;
    padding: 12px;
    position: relative;
    margin: 0;
  }
  .recommend-info-arrow {
    position: absolute;
    top: -22px;
    right: 0;
    width: 0;
    height: 0;
    border: solid 12px #222;
    border-top: solid 12px transparent;
    border-left: solid 12px transparent;
  }
  .recommend-item-name {
    color: #fff;
  }
  .item-list-category-name a i {
    margin: 0 0 0 1em;
  }
  .item-list-name {
    font-size: 14px;
    line-height: 1.2em;
    border-bottom: dotted 1px #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .item-list-name a {
    text-decoration: none;
  }
  .recommend-description {
    color: #fff !important;
  }
  .sale-price-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .sale-price-wrap .original-price {
    font-size: 12px;
    text-decoration: line-through;
    display: grid;
    align-items: center;
    padding-right: 8px;
  }
  .item-list-price {
    font-weight: bold;
    text-align: right;
    font-size: 16px;
  }
  .item-list-icon-and-point-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .item-list-point {
    text-align: right;
    font-size: 10px;
  }
  .item-list-point i {
    margin: 0;
  }
  .item-list-original-price {
    font-weight: normal;
    font-size: 0.8rem;
    color: #999;
    margin-top: 8px;
  }
  .item-list-sale-price {
    color: #ef3c62;
  }
  .item-list-sale-discount-price {
    font-size: 0.8rem;
  }
  .item-list-system-code {
    text-decoration: none;
  }
  .item-list-sale-discount-rate {
    font-size: 0.8rem;
    background: #ef3c62;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 8px;
  }
  .item-list-stock {
    font-weight: bold;
    margin-bottom: 4px;
  }
  .item-stock {
    margin-left: 4px;
  }
  .item-list-description {
    font-size: 0.8rem;
    color: #888;
    margin-top: 4px;
  }
  .item-list-description ::after {
    content: "…";
  }
  .index-title {
    text-align: center;
  }
  .item-list-review {
    display: flex;
    align-items: center;
  }
  .item-list-review .reviewRateStar::before {
    font-size: 1rem;
  }
  .item-list-review-rate {
    margin: 0 8px;
    font-weight: bold;
    font-size: 1rem;
  }
  .item-list-rank {
    position: absolute;
    display: flex;
    width: 45px;
    height: 45px;
    background: #242325;
    color: #fff;
    z-index: 999;
    align-items: center;
    justify-content: center;
  }
  .rank-1 {
    background: #D9AE61;
  }
  .rank-2 {
    background: #999;
  }
  .rank-3 {
    background: #573D1C;
  }
  /******************************** REVIEW */
  .index-review-list .review-list-unit {
    display: flex;
  }
  .index-review-list .review-list-info {
    width: 180px;
    text-align: left;
    font-size: 0.8rem;
    margin-right: 16px;
  }
  .index-review-list .review-list-info img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .index-review-list .review-list-content-wrap {
    flex: 1;
  }
  .index-review-list .review-list-name, .index-review-list .review-score-wrap {
    display: inline-block;
  }
  .index-review-list .reviewRateStar::before {
    font-size: 0.9rem;
  }
  /******************************** NEWS */
  .news-list {
    border-top: 1px dotted #ccc;
  }
  .news-list.index-news-list {
    margin-bottom: 24px;
    width: 96%;
    margin: 0 auto 24px;
  }
  .news-list li {
    padding: 16px 6px;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    font-size: 14px;
	        display: block!important;
  }
  .news-list-unit * img {
    width: 100%;
  }
  .news-list-date {
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #fff;
    background: #222;
    padding: 0 1em;
    display: inline-block;
    height: 100%;
  }
  .news-list-detail {
    text-align: left;
    flex: 1;
    align-self: center;
    font-size: 14px;
  }
  .news-list-content {
    margin-top: 8px;
    font-size: 0.8rem;
  }
  .news-list-content a {
    color: #888;
  }
  .news-list-content::after {
    content: "…";
  }
  .news-more {
    text-align: right;
    margin-top: 16px;
    width: 96%;
  }
  .header-news-wrap {
    background: #f1f1f1;
  }
  .header-news-list {
    margin: 58px 0 0 0 !important;
    border: none;
  }
  .header-news-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 4px;
    border: none;
  }
  .header-news-list li .news-list-date {
    margin-bottom: 0;
  }
  .header-news-list-icon {
    background: #222;
    color: #fff;
    width: 2em;
    text-align: center;
    line-height: 2em !important;
    border-radius: 2em;
    margin-right: 0.4em;
    font-size: 14px;
  }
  /* -----------------------------------------------------------------
  category
  ----------------------------------------------------------------- */
  .breadcrumb-wrap {
    margin-bottom: 16px;
  }
  .breadcrumb {
    text-align: left;
    font-size: 0.8rem;
    width: 96%;
    margin: 0 auto;
  }
  .breadcrumb-item {}
  .breadcrumb-item a {
    color: #222;
    text-decoration: none;
    font-weight: bold;
  }
  .breadcrumb-item::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    padding: 0 6px 0 12px;
  }
  .breadcrumb-item:last-child::after {
    display: none;
  }
  .category-head, .search-head {
    margin-top: 24px;
  }
  .search-title {
    font-size: 1.5rem;
  }
  .category-recomend-title {
    font-size: 1.4rem;
    text-align: center;
  }
  .category-code {
    font-size: 0.8rem;
    margin-left: 8px;
  }
  .category-image {
    max-width: 100%;
  }
  .child-category-list {
    text-align: left;
    width: 98%;
    margin: 24px auto;
  }
  .child-category-item {
    width: calc(100% / 2 - 4px);
    display: inline-block;
    text-align: center;
    background: #f0efe9;
    margin-bottom: 4px;
    padding: 4px;
  }
  .child-category-name a {
    text-decoration: none;
    display: block;
  }
  .list-head {
    margin: 24px 0;
    font-size: 0.9rem;
  }
  .list-head-sort {
    display: flex;
    font-size: 0.8rem;
    place-content: center;
  }
  .list-head-sort dd {
    margin-right: 8px;
  }
  .empty {
    margin-top: 120px;
    color: #666;
  }
  .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;
  }
  /****************************** pager */
  .pager {
    text-align: center;
  }
  .pager li {
    display: inline-block;
  }
  .pager li .current, .pager li a {
    display: inline-block;
    padding: 7px 10px;
    line-height: 1;
    border: 1px solid #ccc;
    margin: 0 2px;
    text-decoration: none;
  }
  .pager li .current, .pager li .current a {
    background: #555;
    border-color: #555;
    color: #fff;
  }
  /* -----------------------------------------------------------------
  detail
  ----------------------------------------------------------------- */
  .item-breadcrumb {
    display: flex;
  }
  .item-image-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .item-image {
    max-width: 100%;
  }
  .item-thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .item-thumbnail-list li {
    width: calc(100% / 9);
    padding: 4px;
  }
  .item-thumbnail-list li img {
    max-width: 100%;
  }
  .item-category-name {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
  .item-category-name a {
    color: #999;
  }
  .item-icon-list li {
    display: inline-block;
    margin: 0 4px;
  }
  .item-name {
    line-height: 1.2em;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .item-wrap {
    text-align: left;
    flex: 1;
  }
  .item-inner-wrap {
    padding: 12px 0;
  }
  .sale-badge {
    display: inline-block;
    padding: 0 12px;
    background: #ef3c62;
    color: #fff;
    font-size: 12px;
    border-radius: 2em;
    line-height: 1.6em;
    margin-right: 8px;
  }
  .sale-discount {
    color: #cc0000;
  }
  .item-price-wrap {
    padding: 0;
  }
  .item-reserve {
    margin-bottom: 16px;
    background: #f0efe9;
    padding: 16px;
  }
  .before-price {
    text-decoration: line-through;
  }
  .fixed-price {
    grid-column: 1 / 3;
    grid-row: 1;
  }
  .item-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ef3c62;
    line-height: 1em;
  }
  .tax {
    color: #777;
    font-weight: normal;
    font-size: 10px;
    vertical-align: middle;
  }
  .item-point {
    font-size: 12px;
    line-height: 1.2em;
  }
  .item-option {
    padding: 8px 0;
  }
  .item-description-wrap {
    font-size: 0.9rem;
    margin: 24px auto 0;
    width: 100%;
  }
  .item-description {
    text-align: left;
  }
  .item-adddescription-wrap {
    font-size: 0.9rem;
    margin-bottom: 32px;
  }
  .item-info {
    border-bottom: 1px dotted #242325;
    padding-bottom: 32px;
    margin: 0;
  }
  .item-info-list {
    padding: 4px;
    font-size: 0.8rem;
    color: #222;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .item-info-list dt {
    font-weight: bold;
    width: 40%;
    padding: 4px 0;
  }
  .item-info-list dd {
    width: 60%;
    padding: 4px 0;
    text-decoration: none;
  }
  .item-stock-count {
    margin-left: 16px;
  }
  .cart-btn-wrap {
    text-align: center;
    margin: 24px 0;
  }
  .btn {
    background: #222;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 16px auto;
    padding: 10px 0;
    width: 60%;
    text-align: center;
    font-size: 0.9rem;
    text-decoration: none !important;
  }
  .disabled {
    opacity: 0.2;
    background: #555 !important;
    pointer-events: none;
  }
  .cart-btn {
    background: #2996CC;
    width: 90%;
    padding: 18px 0;
    font-size: 1.1rem;
  }
  .restock-btn {
    background: #1c678c;
    width: 260px;
    padding: 10px 0;
    font-size: 1.1rem;
  }
  .soldout {
    margin: 32px auto;
    color: #cc0000;
    text-align: center;
    background: #ffeeee;
    padding: 18px 0;
  }
  select.makeshop-option-select {
    width: 100%;
    margin: 4px auto;
  }
  label.makeshop-option-select-wrap {
    position: relative;
  }
  label.makeshop-option-select-wrap::after {
    content: "\f107";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 50%;
    color: #222;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    line-height: 1em;
    transform: translateY(-50%);
  }
  .makeshop-option-wrap {
    margin-bottom: 8px;
  }
  .add-image {
    display: flex;
  }
  .add-image-list {
    padding: 8px;
    width: calc(100% / 3);
  }
  .add-image-list img {
    max-width: 100%;
  }
  .add-description {
    text-align: left;
    font-size: 0.8rem;
  }
  .sale-info {
    display: flex;
    margin-bottom: 4px;
  }
  .item-contact {
    text-align: center;
  }
  .item-share {
    margin-top: 24px;
  }
  .item-share li {
    display: inline-block;
    vertical-align: top;
  }
  /******************************** REVIEW STAR */
  .reviewRateStar {
    display: inline-block;
    font-size: 0;
    color: #F8D803;
  }
  .reviewRateStar::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f005";
    font-size: 1.5rem;
    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";
  }
  /******************************** ITEM REVIEW */
  .item-review {
    text-align: left;
    display: flex;
    align-items: center;
    padding-top: 16px;
  }
  .item-review-average {
    font-size: 1.3rem;
    margin: 0 4px 0 12px;
  }
  /******************************** ITEM REVIEW LIST */
  .item-review-detail {
    text-align: left;
    margin-top: 48px;
  }
  .item-review-title {
    position: relative;
    margin-bottom: 16px;
  }
  .btn-review-post-wrap {
    position: absolute;
    right: 0;
    top: 0;
  }
  .item-review-detail .btn-review-post {
    margin: 0;
    padding: 4px 8px;
    width: auto;
    display: inline-block;
    font-size: 0.7rem;
    background: #999;
  }
  .review-list-unit {
    padding: 16px 0;
    font-size: 0.9rem;
    border-bottom: 1px dotted #ccc;
  }
  .review-list-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
  }
  .review-star, .review-score {
    display: inline-block;
  }
  .review-list-score-wrap .reviewRateStar::before {
    font-size: 1.1rem;
  }
  .review-score {
    margin-left: 4px;
    font-weight: bold;
    font-size: 1.0rem;
  }
  .review-list-content {
    font-size: 0.8rem;
    text-align: left;
  }
  .review-list-date {
    font-size: 0.7rem;
    margin-top: 8px;
    color: #999;
  }
  .review-list-text {
    text-align: center;
    color: #999;
    margin-top: 64px;
  }
  /******************************** SUBSCRIPTION */
  .subscription-discount-list td {
    border: 1px solid #242325;
    padding: 8px;
  }
  .subscription-discount-point {
    font-size: 0.9rem;
  }
  .subscription-gift-list {
    margin: 32px auto;
  }
  .subscription-gift {
    background: #f0efe9;
    padding: 24px;
    margin: 16px auto;
  }
  .subscription-gift-img {
    max-width: 100px;
    height: auto;
  }
  .subscription-gift-times {
    border-bottom: 1px dotted #242325;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
  .subscription-gift-item {
    margin-bottom: 4px;
  }
  .subscription-gift-info {
    font-size: 0.8rem;
  }
  .item-subscription {
    margin-top: 48px;
    border: 2px solid #FB6107;
    padding: 24px;
    background: #FFF2EA;
    border-radius: 4px;
  }
  /* -----------------------------------------------------------------
  review
  ----------------------------------------------------------------- */
  .index-review-list {
    text-align: left;
  }
  .index-review-list .review-list-unit {
    display: inline-flex;
    width: 100%;
    background: #eee;
    padding: 12px;
    margin-bottom: 4px;
    border: none;
  }
  .review-list-info {
    width: 128px !important;
  }
  .review-title {
    font-size: 22px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: left;
  }
  .review-title em {
    font-weight: bold;
  }
  .review-item-wrap {
    display: flex;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f0f0f0;
    width: 96%;
    margin: 0 auto;
  }
  .review-item-image {
    width: 100px;
  }
  .review-item-image img {
    max-width: 100%;
  }
  .review-item-info {
    flex: 1;
    text-align: left;
    margin-left: 16px;
    font-size: 0.9rem;
  }
  .total-review {
    margin-top: 8px;
  }
  .total-review .reviewRateStar::before {
    font-size: 1.1rem;
  }
  .review-average, .review-count {
    display: inline-block;
  }
  .review-average {
    font-weight: bold;
    margin-left: 8px;
    font-size: 1.2rem;
  }
  .review-item-btn {
    text-align: right;
  }
  .btn-review-post {
    width: auto;
    display: inline-block;
    padding: 8px 24px;
  }
  .all-review {
    margin-bottom: 48px;
  }
  .all-review .review-head-wrap {
    width: 70%;
    text-align: left;
  }
  .all-review .review-list-content {
    text-align: left;
  }
  .all-review .review-name, .all-review .review-list-score-wrap {
    display: inline-block;
  }
  .review-form-wrap {
    width: 100%;
    margin: 12px auto 32px;
  }
  .review-form {
    text-align: left;
    padding: 16px 0;
  }
  .review-form-title {
    width: 200px;
    margin-bottom: 6px;
  }
  .review-form-content {
    flex: 1;
  }
  .review-form-content input, .review-form-content textarea {
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #ddd;
  }
  .review-list-category {
    display: inline-block;
  }
  .review-post-btn {
    width: 80%;
  }
  .fa-angle-right {
    padding: 0 4px;
    margin: 0;
  }
  /* -----------------------------------------------------------------
  guide
  ----------------------------------------------------------------- */
  .contents-section {
    padding: 0 0px;
  }
  .guide-title {
    margin-bottom: 48px;
  }
  .guide-section {
    margin-bottom: 64px;
    text-align: left;
    font-size: 0.9rem;
  }
  .guide-section-title {
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 1.1rem;
  }
  img {
    max-width: 100%;
  }
  /* -----------------------------------------------------------------
  news
  ----------------------------------------------------------------- */
  .news-list {
    margin-bottom: 64px;
  }
  .news-wrap {
    margin-top: 32px;
  }
  .news-head {
    margin-bottom: 24px;
  }
  .news-content-wrap {
    padding: 24px 48px 48px;
	padding-inline:0!important;
	    padding-top: 0!important;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 24px;
  }
  .news-pager {
    display: flex;
    justify-content: space-between;
  }
  .news-date {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 8px;
    text-align: left;
  }
  .news-empty {
    color: #ccc;
  }
  /* -----------------------------------------------------------------
  company
  ----------------------------------------------------------------- */
  .company-image img {
    margin: 0 auto 48px;
  }
  /* -----------------------------------------------------------------
  order-contract
  ----------------------------------------------------------------- */
  .order-contract-title {
    margin-bottom: 64px;
  }
  .contract-item {
    margin: 24px;
    display: flex;
    text-align: left;
  }
  .contract-title {
    width: 200px;
  }
  .contract-content {
    flex: 1;
    padding-left: 24px;
  }
  /* -----------------------------------------------------------------
  catalog
  ----------------------------------------------------------------- */
  .catalog-list {
    width: 100%;
    margin-bottom: 48px;
  }
  .catalog-list th {
    background: #f0efe9;
  }
  .catalog-list th, .catalog-list td {
    border: 1px solid #c7c3ac;
    padding: 6px 8px;
  }
  .catalog-input-num {
    width: 10rem;
  }
  .catalog-input-quantity {
    width: 3rem;
  }
  .catalog-info-wrap {
    text-align: left;
    font-size: 0.9rem;
    width: 400px;
  }
  .catalog-search-btn {
    width: 60px;
  }
  .catalog-cart-btn {
    width: 25%;
  }
  /* -----------------------------------------------------------------
  footer
  ----------------------------------------------------------------- */
  footer {
    margin: 28px auto 0;
    background: #111;
    padding: 18px;
    color: #fff;
  }
  .footer-nav {
    margin-bottom: 12px;
  }
  footer a {
    color: #ccc;
  }
  .footer-nav li {
    text-align: left;
    border-bottom: solid 1px #444;
    padding: 8px 0;
  }
  .footer-nav li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
  }
  .shop-info > p {
    display: inline;
    font-size: 0.8rem;
    margin: 0 8px;
  }
  .copyright {
    display: block;
    font-size: 0.7rem;
    color: #fff;
    font-family: Verdana, 'Noto Sans JP', sans-serif;
  }
}
/*------------------------------以下、PC------------------------------*/
@media screen and (min-width:769px) {
  /* -----------------------------------------------------------------
  module
  ----------------------------------------------------------------- */
  body {
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
    line-height: 1.6;
    color: #242325;
    height: 100%;
    text-align: center;
    position: relative;
    width: 100%;
  }
  a {
    color: #222;
    text-decoration: underline;
    transition: .2s;
  }
  a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  a[class$="btn"], a.header-incart-switch {
    text-decoration: none !important;
  }
  input[type="text"], select {
 border: solid 1px #AFAFAF;
    border-radius: 3px;
    padding: 6px;
    font-size: inheirt;
    font-family: 'Noto Sans JP';
    box-sizing: border-box;
    background: #fff;
    line-height: 1.8em;
  }
  .select-wrap-for-yaji {
    position: relative;
  }
  .select-wrap-for-yaji::after {
    content: "\f107";
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 50%;
    color: #222;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    line-height: 1em;
    transform: translateY(-50%);
  }
  select {
    width: 100%;
  }
  .pre-wrap {
    word-break: break-all;
  }
  header {
    width: 100%;
    margin: 0 auto;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 30px;
    transition: 0.3s;
  }
  .fixed {
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
  }
  .shop-name {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    text-align: left;
  }
  .shop-name a img {
    vertical-align: top;
    max-width: 417px;
  }
  .header-category-wrap {
    align-self: center;
  }
  a.link-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #222;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 6px;
  }
  .header-section {
    background: #f0efe9;
    padding: 16px 0 32px;
    margin-bottom: 32px;
  }
  .header-title {
    margin: 0 auto 24px;
    padding: 8px 0;
    position: relative;
    width: 86%;
    background: #fff;
  }
  .header-category-list {
    position: relative;
    text-align: left;
  }
  .header-category-item {
    display: inline-block;
  }
  .header-category-item a {
    text-align: left;
    padding: 0 12px;
    font-size: 0.9rem;
    display: block;
    text-decoration: none;
    color: #222;
  }
  .header-category-item:hover .header-category-child-list {
    opacity: 1;
    visibility: visible;
  }
  .header-category-child-list {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    border: 4px solid #f0efe9;
    opacity: 0;
    visibility: hidden;
  }
  .header-category-child-list a:hover {
    background: #f0efe9;
  }
  .header-category-child-list li {
    display: inline-block;
  }
  .header-category-switch.hover {
    background: #fff;
  }
  .header-category-child-list li::after {
    background-color: #f0efe9;
  }
  .global-nav {
    grid-column: 3;
    grid-row: 1;
    text-align: right;
    display: grid;
    align-items: center;
    font-size: 12px;
    padding-right: 0;
    margin-right: 0px;
  }
  .global-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 25px;
  }
  .global-nav ul li {
    padding-left: 0px;
    text-align: center;
  }
  .global-nav ul li a {
    color: var(--color_01);
    text-decoration: none;
    letter-spacing: 0.5px;
  }
  .global-nav ul li a span {
    display: block;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
  }
  .header_search {
    max-width: 370px;
    flex: 1;
  }
  .search_box {
    position: relative;
    height: 57px;
  }
  .search_box input {
    width: 100%;
    border: solid 1px #AFAFAF;
    height: 100%;
    padding: 5px 40px 5px 10px;
    font-size: 14px;
  }
  .sb_01 {
    height: 100%;
  }
  .sb_02 {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sb_02 a {
    padding-right: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
  }
  .account-nav {
    grid-column: 1;
    grid-row: 1;
    font-size: 14px;
  }
  .account-nav li {
    text-align: left;
  }
  .account-nav li a {
    color: #fff;
    text-decoration: none;
  }
  .account-nav p {
    display: inline-block;
  }
  .member-point {
    margin: 0 8px;
  }
  .member-name em {
    margin-right: 4px;
  }
  .member-status {
    margin-left: 8px;
  }
  /* モジュール ヘッダー用ニュース */
  .news-swiper-container {
    height: 2.4em;
    overflow: hidden;
  }
  /* -----------------------------------------------------------------
  main
  ----------------------------------------------------------------- */
  .wrap {
    margin-top: 24px !important;
  }
  .main-visual {
    width: 100%;
  }
  .main-visual img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
  }
  .bx-wrapper .bx-controls-direction a {
    transition: none;
  }
  .wrap {
    width: 100%;
    max-width: 1800px;
    margin: 64px auto;
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 1600px;
    column-gap: 40px;
  }
  .bx-wrapper {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    border: none;
  }
  .bx-wrapper {
    overflow: hidden;
  }
  .bx-viewport {
    overflow: visible !important;
    width: calc(100% / 3) !important;
    margin: 0 auto;
  }
  #wrap .bx-prev {
    left: 50% !important;
    margin-left: -516px;
  }
  #wrap .bx-next {
    right: 50% !important;
    margin-right: -516px;
  }
  .bx-wrapper .bx-caption {
    margin-bottom: -100px;
    transition: 0.4s;
    width: 100%;
    left: 0;
    text-align: center;
    pointer-events: none;
    width: 94%;
    margin: 0 3% -100px;
    padding: 4%;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .bx-wrapper .bx-caption span {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Raleway', Arial, sans-serif;
  }
  .side {
    width: 300px;
    min-width: 300px;
  }
  .side section a img {
    width: 100%;
    vertical-align: top;
    margin-bottom: 4px;
  }
  .side-section {
    background: #fff;
    padding: 16px 0;
    margin-bottom: 32px;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px;
  }
  .login-wrap {
    display: none;
  }
  .side-category-list {
    margin-bottom: 24px;
  }
  .side-category-item {
    position: relative;
  }
  .side-category-item + .side-category-item {
    border-top: solid 1px var(--color_01);
  }
  .side-category-item a {
    text-align: left;
    padding: 12px;
    font-size: 0.9rem;
    display: block;
    color: var(--color_01);
    text-decoration: none;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
  }
  .side-category-item a {
    padding-left: 15px;
  }
  .side-category-item > a:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--color_02);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .side-category-item a:hover {
    background: #f1f7ff;
    opacity: 1.0;
  }
  .side-category-item::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .side-category-item:hover .side-category-child-list {
    opacity: 1;
    visibility: visible;
  }
  .side-category-child-list {
    position: absolute;
    right: -160px;
    top: 0;
    width: 160px;
    z-index: 10;
    background: #333;
    border-left: none;
    opacity: 0;
    visibility: hidden;
  }
  .side-category-child-list a:hover {
    background: #444;
  }
  .side-category-switch.hover {
    background: #fff;
  }
  .side-category-child-list li::after {
    background-color: #f0efe9;
  }
  .side-search li {
    text-align: left;
    font-size: 0.9rem;
    padding: 4px 16px;
  }
  .side-search li span {
    margin: 0 4px;
    font-size: 12px;
  }
  .side-search label {
    display: block;
    margin-bottom: 4px;
  }
  .side-search input {
    width: 100%;
  }
  .side-search input.side-search-price {
    width: 38%;
  }
  .side-search .side-search-price {
    width: 25%;
  }
  .side-search-btn {
    display: block;
    padding: 4px 12px;
    color: #222 !important;
    border-radius: 4px;
    margin: 16px auto 0;
    width: 60%;
    background: #fff !important;
  }
  .side-section-others {
    background: #fff;
    padding: 0;
  }
  .side-section-btn-wrap {
    margin-bottom: 12px;
  }
  #background-drawer-btn {
    display: none;
  }
  .mailmagazine-btn {
    width: 100%;
    display: block;
    padding: 16px 0;
    font-size: 0.9rem;
    background: #222;
    color: #fff;
    border-radius: 4px;
  }
  .mailmagazine-btn:before {
    padding-right: 8px;
    content: "\f0e0";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
  }
  .catalog-btn {
    width: 100%;
    display: block;
    padding: 16px 0;
    font-size: 0.9rem;
    background: #222;
    color: #fff;
    border-radius: 4px;
  }
  .catalog-btn:before {
    padding-right: 8px;
    content: "\f518";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
  }
  /* カレンダーのサイズ設定 */
  .side-section-calendar {
    font-size: 12px;
  }
  .makeshop-calendar1, .makeshop-calendar2 {
    width: 100%;
    margin: 0 auto 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  /* テキスト位置・罫線設定 */
  .makeshop-calendar1 th, .makeshop-calendar1 td, .makeshop-calendar2 th, .makeshop-calendar2 td {
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #e6e6e6;
  }
  /* 【曜日】テキストの太さ・背景設定 */
  .makeshop-calendar1 th, .makeshop-calendar2 th {
    background: #dcdcdc;
    font-weight: bold;
    padding: 10px 0;
  }
  /* 【日付】テキストの太さ・背景設定 */
  .makeshop-calendar1 td, .makeshop-calendar2 td {
    background: #fff;
    font-weight: bold;
    padding: 4px 0;
  }
  /* 【今日】テキストの太さ・背景設定 */
  .makeshop-calendar1 td.today, .makeshop-calendar2 td.today {
    background-color: #222;
    color: #fff;
  }
  /* 【日曜日】の設定 */
  .makeshop-calendar1 th.sunday, .makeshop-calendar2 th.sunday {
    color: #fff;
    background: #f04444;
  }
  /* 【日曜日】日付の設定 */
  .makeshop-calendar1 tbody td.sunday, .makeshop-calendar2 tbody td.sunday {
    background: #f0444473;
  }
  /* 【土曜日】の設定 */
  .makeshop-calendar1 th.saturday, .makeshop-calendar2 th.saturday {
    color: #fff;
    background: #4682b4;
  }
  /* 【土曜日】日付の設定 */
  .makeshop-calendar1 tbody td.saturday, .makeshop-calendar2 tbody td.saturday {
    background: #4682b436;
  }
  /* 【月曜日】の設定 */
  .monday {
    color: black;
  }
  /* 【火曜日】の設定 */
  .tuesday {
    color: black;
  }
  /* 【水曜日】の設定 */
  .wednesday {
    color: black;
  }
  /* 【木曜日】の設定 */
  .thursday {
    color: black;
  }
  /* 【金曜日】の設定 */
  .friday {
    color: black;
  }
  .content {
    margin-left: 0 !important;
    flex: 1;
    max-width: 1310px;
    width: 100%;
    min-width: 0;
  }
  .new-item-swiper-container {
    max-width: 1310px;
	    margin-top: 53px;
  }
  .section {
    margin-bottom: 64px;
  }
  .banner-item section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4px;
  }
  .banner-item section a img {
    width: 100%;
    vertical-align: top;
  }
  .special-item, .new-item, .index-news, .index-review {
    position: relative;
  }
  .cart-title, .section-title {
    font-size: 1.7rem;
    margin-bottom: 24px;
    text-align: left;
  }
  .item-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 64px;
  }
  .item-list {
    width: calc(100% / 5);
    padding: 0 10px;
    position: relative;
  }
  .recommend-item-list {
    width: calc(100% / 5);
    padding: 8px;
    position: relative;
  }
  .new-item-list-wrap .item-list {
    width: calc(100% / 4);
  }
  .item-list img {
    max-width: 100%;
  }
  .item-list-image {
    position: relative;
  }
  .item-list-image a img {
    vertical-align: top;
  }
  .item-badge {
    position: absolute;
    background: #ef3c62;
    color: #fff;
    z-index: 10;
  }
  .item-sale-badge {
    font-size: 0.8rem;
    background: #ef3c62;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 8px;
  }
  .item-soldout-badge {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    height: 2em;
    line-height: 2em;
    padding: 0;
  }
  .item-list-info {
    text-align: left;
    font-size: 0.8rem;
    margin-top: 8px;
  }
  .recommend-info {
    text-align: left;
    font-size: 0.8rem;
    background: #222;
    padding: 12px;
    position: relative;
    margin: 0;
  }
  .recommend-info .item-list-name {
    line-height: 1.4em;
    height: 3.2em;
    display: grid;
    place-content: center;
  }
  .recommend-info-arrow {
    position: absolute;
    top: -30px;
    right: 0;
    width: 0;
    height: 0;
    border: solid 18px #222;
    border-top: solid 18px transparent;
    border-left: solid 18px transparent;
  }
  .item-list-category-name {
    margin-bottom: 6px;
    text-align: right;
  }
  .item-list-category-name a {
    background: #f0efe9;
    display: inline-block;
    color: #222;
    border-radius: 2em;
    padding: 0 7px;
    text-decoration: none;
    font-size: 12px;
  }
  .item-list-category-name a i {
    margin: 0 0 0 1em;
  }
  .item-list-name {
    font-size: 14px;
    line-height: 1.2em;
    border-bottom: dotted 1px #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .recommend-item-name {
    color: #fff !important;
  }
  .item-list-name a {
    text-decoration: none;
    color: #222;
  }
  .recommend-description {
    color: #fff !important;
  }
  .sale-price-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .sale-price-wrap .original-price {
    font-size: 16px;
    text-decoration: line-through;
    display: grid;
    align-items: center;
    padding-right: 8px;
  }
  .item-list-price {
    font-weight: bold;
    text-align: right;
    font-size: 1.2rem;
  }
  .item-list-icon-and-point-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .item-list-point {
    text-align: right;
  }
  .item-list-point i {
    margin: 0;
  }
  .item-list-original-price {
    font-weight: normal;
    font-size: 0.8rem;
    color: #999;
    margin-top: 8px;
  }
  .item-list-sale-price {
    color: #ef3c62;
  }
  .item-list-sale-discount-price {
    font-size: 0.8rem;
  }
  .item-list-sale-discount-rate {
    font-size: 0.8rem;
    background: #ef3c62;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 8px;
  }
  .item-list-stock {
    font-weight: bold;
    margin-bottom: 4px;
  }
  .item-stock {
    margin-left: 4px;
  }
  .item-list-description {
    font-size: 0.8rem;
    color: #222;
    margin-top: 4px;
  }
  .item-list-description ::after {
    content: "…";
  }
  .index-title {
    text-align: center;
  }
  .item-list-review {
    display: flex;
    align-items: center;
  }
  .item-list-review .reviewRateStar::before {
    font-size: 1rem;
  }
  .item-list-review-rate {
    margin: 0 8px;
    font-weight: bold;
    font-size: 1rem;
  }
  .item-list-rank {
    position: absolute;
    display: flex;
    width: 45px;
    height: 45px;
    background: #242325;
    color: #fff;
    z-index: 999;
    align-items: center;
    justify-content: center;
  }
  .rank-1 {
    background: #D9AE61;
  }
  .rank-2 {
    background: #999;
  }
  .rank-3 {
    background: #573D1C;
  }
}
/******************************** REVIEW */
.index-review-list .review-list-unit {
  display: flex;
}
.index-review-list .review-list-info {
  width: 180px;
  text-align: left;
  font-size: 0.8rem;
  margin-right: 16px;
}
.index-review-list .review-list-info img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.index-review-list .review-list-content-wrap {
  flex: 1;
}
.index-review-list .review-list-name, .index-review-list .review-score-wrap {
  display: inline-block;
}
.index-review-list .reviewRateStar::before {
  font-size: 0.9rem;
}
.review-list-category {
  display: inline-block;
}
.fa-angle-right {
  padding: 0 4px;
  margin: 0;
}
label.makeshop-option-select-wrap {
  position: relative;
}
label.makeshop-option-select-wrap::after {
  content: "\f107";
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 50%;
  color: #222;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  line-height: 1em;
  transform: translateY(-50%);
}
/******************************** NEWS */
.news-list {
  border-top: 1px dotted #ccc;
}
.news-list.index-news-list {
  margin-bottom: 24px;
}
.news-list li {
  display: flex;
  padding: 14px 0;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
.news-list-unit * img {
  width: 100%;
}
.news-list-date {
  margin-right: 16px;
  font-size: 0.9rem;
  color: #fff;
  background: #222;
  padding: 0 1em;
  display: inline-block;
  height: 100%;
}
.news-list-detail {
  text-align: left;
  flex: 1;
  align-self: center;
}
.news-list-content {
  margin-top: 8px;
  font-size: 0.8rem;
}
.news-list-content a {
  color: #888;
}
.news-list-content::after {
  content: "…";
}
.news-more {
  text-align: right;
  margin-top: 16px;
}
.header-news-wrap {
  background: #f1f1f1;
  height: 2.2em;
}
.header-news-list {
  margin: 0 auto !important;
  border: none;
  max-width: 1400px;
  font-size: 14px;
}
.header-news-list li {
  //display: grid;
  grid-template-columns: auto 1fr 1fr 1fr;
  padding: 4px;
  border: none;
  
      display: block;
}
.header-news-list li .news-list-date {
  margin-bottom: 0;
}
.header-news-list-icon {
  background: #222;
  color: #fff;
  width: 2em;
  text-align: center;
  line-height: 2em !important;
  border-radius: 2em;
  margin-right: 0.4em;
      display: none;
}
/* -----------------------------------------------------------------
  category
  ----------------------------------------------------------------- */
.breadcrumb-wrap {
  margin-bottom: 16px;
}
.breadcrumb {
  text-align: left;
  font-size: 0.8rem;
}
.breadcrumb-item {}
.breadcrumb-item a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
}
.breadcrumb-item::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  padding: 0 6px 0 12px;
}
.breadcrumb-item:last-child::after {
  display: none;
}
.news-title,
.category-head, .search-head {
  margin-top: 24px;
}
.search-title {
  font-size: 1.5rem;
}
.category-recomend-title {
  font-size: 1.4rem;
  text-align: center;
}
.category-code {
  font-size: 0.8rem;
  margin-left: 8px;
}
.category-image {
  max-width: 100%;
}
.child-category-list {
  text-align: left;
}
.child-category-item {
  width: calc(100% / 4 - 4px);
  display: inline-block;
  text-align: center;
  background: #f0efe9;
  margin-bottom: 4px;
  padding: 4px;
}
.child-category-name a {
  text-decoration: none;
  display: block;
  color: #222;
}
.list-head {
  margin: 64px 0 24px;
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}
.list-head-sort {
  display: flex;
  font-size: 0.8rem;
}
.list-head-sort dd {
  margin-right: 8px;
}
.empty {
  margin-top: 120px;
  color: #666;
}
.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;
}
/****************************** pager */
.pager {
  text-align: center;
}
.pager li {
  display: inline-block;
}
.pager li .current, .pager li a {
  display: inline-block;
  padding: 7px 10px;
  line-height: 1;
  border: 1px solid var(--color_01);
  margin: 0 2px;
  text-decoration: none;
  border-radius: 2px;
  color: var(--color_01);
  font-family: "Oswald", sans-serif;
}
.pager li a:hover, .pager li .current, .pager li .current a {
  background: var(--color_01);
  border-color: var(--color_01);
  color: #fff;
  opacity: 1;
}
/* -----------------------------------------------------------------
  detail
  ----------------------------------------------------------------- */
.item-breadcrumb {
  display: flex;
}
.item {
  display: grid;
  grid-template-columns: 50% 50%;
}
.item-image-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.item-image {
  max-width: 100%;
}
.item-thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.item-thumbnail-list li {
  width: calc(100% / 9);
  padding: 4px;
}
.item-thumbnail-list li img {
  max-width: 100%;
}
.item-category-name {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.item-category-name a {
  color: #999;
}
.item-icon-list li {
  display: inline-block;
  margin: 0 4px;
}
.item-name {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 12px;
}
.item-wrap {
  text-align: left;
  flex: 1;
  grid-column: 2;
  grid-row: 1 / 3;
  position: sticky;
  top: 80px;
  padding: 0 16px;
}
.sale-rate {
  margin-top: 8px;
  display: inline-block;
  margin: 0;
}
.sale-badge {
  display: inline-block;
  padding: 2px 12px;
  background: #ef3c62;
  color: #fff;
  font-size: 12px;
  border-radius: 2em;
  vertical-align: top;
}
.sale-discount {
  color: #cc0000;
}
.item-reserve {
  margin-bottom: 16px;
  background: #f0efe9;
  padding: 16px;
}
.item-price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ef3c62;
}
.item-price span.subscription-price-title {
  color: #222;
  font-size: 20px;
  font-weight: normal;
  margin-right: 8px;
}
.before-price {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  text-decoration: line-through;
}
.tax {
  color: #777;
  font-weight: normal;
  font-size: 10px;
  vertical-align: middle;
}
.item-point {
  font-size: 12px;
}
.item-option {
  padding: 8px 0;
  display: grid;
  grid-template-columns:100%;
  grid-template-rows: 1fr;
  grid-gap: 12px;
}
.item-description-wrap {
  font-size: 0.9rem;
  margin: 24px auto 0;
  text-align: left;
}
.item-adddescription-wrap {
  font-size: 0.9rem;
  margin-bottom: 32px;
}
.item-info {
  margin-top: 64px;
  border-top: 1px dotted #242325;
  padding-top: 32px;
}
.item-info-list {
  padding: 0 8px;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.item-info-list dt {
  font-weight: bold;
  width: 40%;
  padding: 4px 0;
}
.item-info-list dd {
  width: 60%;
  padding: 4px 0;
}
.item-stock-count {
  margin-left: 16px;
}
.cart-btn-wrap {
  text-align: center;
  margin-top: 24px;
}
.btn {
  border-radius: 4px;
  color: #fff;
  display: block;
  margin: 16px auto;
  padding: 10px 0;
  width: 60%;
  text-align: center;
  font-size: 0.9rem;
  text-decoration: none !important;
  background: #222;
}
.disabled {
  opacity: 0.2;
  background: #555 !important;
  pointer-events: none;
}
.cart-btn {
  background: #23abdd;
  margin-bottom: 24px;
  color: #fff;
}
.restock-btn {
  background: #1c678c;
  width: 330px;
  padding: 10px 0;
  font-size: 1.1rem;
  color: #fff;
}
.soldout {
  margin: 32px auto;
  color: #cc0000;
  text-align: center;
  background: #ffeeee;
  padding: 18px 0;
}
select.makeshop-option-select {
  width: 100%;
  margin: 4px auto;
}
i {
  margin-right: 8px;
}
.makeshop-option-wrap {
  margin-bottom: 8px;
}
.add-image {
  display: flex;
}
.add-image-list {
  padding: 8px;
  width: calc(100% / 3);
}
.add-image-list img {
  max-width: 100%;
}
.add-description {
  text-align: left;
  font-size: 0.8rem;
}
.sale-info {
  margin: 16px auto 0;
}
.item-contact {
  text-align: center;
}
.item-share {
  margin-top: 24px;
  text-align: center;
}
.item-share li {
  display: inline-block;
  vertical-align: top;
}
/******************************** REVIEW STAR */
.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #F8D803;
}
.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";
}
/******************************** ITEM REVIEW */
.item-review {
  text-align: left;
  display: flex;
  align-items: center;
  padding-top: 16px;
  font-size: 12px;
}
.item-review-average {
  font-size: 12px;
  margin: 0 4px 0 12px;
}
/******************************** ITEM REVIEW LIST */
.item-review-detail {
  text-align: left;
  margin-top: 48px;
}
.item-review-title {
  position: relative;
  margin-bottom: 16px;
}
.btn-review-post-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.item-review-detail .btn-review-post {
  margin: 0;
  padding: 4px 8px;
  width: auto;
  display: inline-block;
  font-size: 0.7rem;
  background: #999;
}
.review-list-unit {
  padding: 16px 0;
  font-size: 0.9rem;
  border-bottom: 1px dotted #ccc;
}
.review-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.review-star, .review-score {
  display: inline-block;
}
.review-list-score-wrap .reviewRateStar::before {
  font-size: 1.1rem;
}
.review-score {
  margin-left: 4px;
  font-weight: bold;
  font-size: 1.0rem;
}
.review-list-content {
  font-size: 0.8rem;
  text-align: left;
  padding: 0 8px 8px;
}
.review-list-date {
  font-size: 0.7rem;
  padding: 8px;
}
.review-list-text {
  text-align: center;
  color: #999;
  margin-top: 64px;
}
/******************************** SUBSCRIPTION */
.subscription-discount-list td {
  border: 1px solid #242325;
  padding: 8px;
}
.subscription-discount-point {
  font-size: 0.9rem;
}
.subscription-gift-list {
  margin: 32px auto;
}
.subscription-gift {
  background: #f0efe9;
  padding: 24px;
  margin: 16px auto;
}
.subscription-gift-img {
  max-width: 100px;
  height: auto;
}
.subscription-gift-times {
  border-bottom: 1px dotted #242325;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.subscription-gift-item {
  margin-bottom: 4px;
}
.subscription-gift-info {
  font-size: 0.8rem;
}
.item-subscription {
  margin-top: 48px;
  border: 2px solid #FB6107;
  padding: 24px;
  background: #FFF2EA;
  border-radius: 4px;
}
/* -----------------------------------------------------------------
  review
  ----------------------------------------------------------------- */
.index-review-list {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 12px;
}
.index-review-list .review-list-unit {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto;
  width: 100%;
  background: #eee;
  padding: 0 0 12px;
  margin-bottom: 4px;
  border: none;
}
.review-list-info {
  width: 100% !important;
}
.review-title {
  font-size: 1.5rem;
  margin-top: 24px;
  margin-bottom: 48px;
  text-align: center;
}
.review-title em {
  font-weight: bold;
}
.review-item-wrap {
  display: flex;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f0f0f0;
}
.review-item-image {
  width: 100px;
}
.review-item-image img {
  max-width: 100%;
}
.review-item-info {
  flex: 1;
  text-align: left;
  margin-left: 16px;
  font-size: 0.9rem;
}
.total-review {
  margin-top: 8px;
}
.total-review .reviewRateStar::before {
  font-size: 1.1rem;
}
.review-average, .review-count {
  display: inline-block;
}
.review-average {
  font-weight: bold;
  margin-left: 8px;
  font-size: 1.2rem;
}
.review-item-btn {
  text-align: right;
}
.btn-review-post {
  width: auto;
  display: inline-block;
  padding: 8px 24px;
}
.all-review {
  margin-bottom: 48px;
}
.all-review .review-head-wrap {
  width: 70%;
  text-align: left;
}
.all-review .review-list-content {
  text-align: left;
}
.all-review .review-name, .all-review .review-list-score-wrap {
  display: inline-block;
}
.review-form-wrap {
  max-width: 600px;
  margin: 48px auto 32px;
}
.review-form {
  display: flex;
  text-align: left;
  padding: 16px 0;
}
.review-form-title {
  width: 200px;
}
.review-form-content {
  flex: 1;
}
.review-form-content input, .review-form-content textarea {
  width: 100%;
}
.review-bread-link-wrap {
  padding: 8px;
  font-size: 12px;
}
@media (max-width: 767.888px) {
  .review-item-wrap {
    width: 100%;
  }
  .review-title {
    font-size: 1.2rem;
    margin-bottom: 23px;
    text-align: left !important;
  }
  .review-item-image {
    width: 65px;
  }
  .review-item-wrap {
    padding: 7px;
  }
  .review-item-info {
    font-size: 0.8rem;
  }
  .review-form-wrap {
    margin: 20px auto 32px;
  }
  .review-form {
    display: block;
  }
  .btn-review-post {
    width: 100%;
  }
  .review-form-title {
    width: 100%;
  }
  .review-post-btn {
    width: 100%;
  }
}
/* -----------------------------------------------------------------
  guide
  ----------------------------------------------------------------- */
.guide-title {
  margin-bottom: 48px;
}
.guide-section {
  margin-bottom: 64px;
  text-align: left;
  font-size: 0.9rem;
}
.guide-section-title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.1rem;
}
@media (max-width:767.888px) {
  .guide-section {
    margin-bottom: 34px;
  }
}
/* -----------------------------------------------------------------
  news
  ----------------------------------------------------------------- */
.news-list {
  margin-bottom: 64px;
}
.news-wrap {
  margin-top: 32px;
}
.news-head {
  margin-bottom: 24px;
}
.news-content-wrap {
  padding: 24px 48px 48px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 24px;
}
.news-pager {
  display: flex;
  justify-content: space-between;
}
.news-date {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 8px;
  text-align: left;
}
.news-empty {
  color: #ccc;
}
/* -----------------------------------------------------------------
  company
  ----------------------------------------------------------------- */
.company-image img {
  margin: 0 auto 48px;
}
/* -----------------------------------------------------------------
  order-contract
  ----------------------------------------------------------------- */
.order-contract-title {
  margin-bottom: 64px;
}
.contract-item {
  margin: 24px;
  display: flex;
  text-align: left;
}
.contract-title {
  width: 200px;
}
.contract-content {
  flex: 1;
  padding-left: 24px;
}
/* -----------------------------------------------------------------
  catalog
  ----------------------------------------------------------------- */
.catalog-list {
  width: 100%;
  margin-bottom: 48px;
}
.catalog-list th {
  background: #f0efe9;
}
.catalog-list th, .catalog-list td {
  border: 1px solid #c7c3ac;
  padding: 6px 8px;
}
.catalog-input-num {
  width: 10rem;
}
.catalog-input-quantity {
  width: 3rem;
}
.catalog-info-wrap {
  text-align: left;
  font-size: 0.9rem;
  width: 400px;
}
.catalog-search-btn {
  width: 60px;
}
.catalog-cart-btn {
  width: 25%;
}
/* -----------------------------------------------------------------
  footer
  ----------------------------------------------------------------- */
footer {
  margin: 90px auto 0;
  background: #222;
  padding: 48px 0;
  color: #ccc;
}
footer a {
  color: #ccc;
}
.footer-nav li {
  display: inline-block;
  padding: 0 16px;
  margin-bottom: 24px;
}
.shop-info > p {
  display: inline;
  font-size: 0.8rem;
  margin: 0 8px;
}
.copyright {
  display: block;
  font-size: 0.7rem;
  color: #fff;
  margin-top: 30px;
  font-family: Verdana, 'Noto Sans JP', sans-serif;
}
@media (max-width:767.888px) {
footer {
  margin: 40px auto 0;

  padding: 25px 0;

}
}

/* -----------------------------------------------------------------
 リニュ用追記
  ----------------------------------------------------------------- */
body, body * {
  box-sizing: border-box !important;
}
/*　変数　*/
/* CSS変数代入 */ :root {
  --color_01: #114FA1;
  --color_02: #E63279;
  --color_03: #F4F2EB;
}
.font_os {
  font-family: "Oswald", sans-serif;
}
.w1400 {
  max-width: 1400px;
  margin: 0 auto;
}
.wrap {
  width: min(100% - 50px, 1600px);
}


/*  ヘッダー　*/
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .shop-name a img {
    max-width: 300px;
  }
  .header_search {
    max-width: 300px;
  }
}

@media screen and (max-width:1070px){
  .wrap {
    column-gap: 0px;
	  width: min(100% - 30px, 1600px);
	  grid-template-columns: minmax(0, 1fr);
  }


}
  
  
/*  トップスライダー　bxslider　*/
#M_slider li {
  padding: 0 10px;
}
#M_slider li img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.main-visual {
  margin-top: 15px;
}
.main-visual .bx-wrapper .bx-viewport {
  overflow: visible !important;
  //width: 1000px !important; /* 画像の最大幅 */
    width: 800px !important;
  max-width: 100%;
  margin: 0 auto;
}
.main-visual .bx-controls {
  height: 1px;
}
.main-visual .bx-wrapper .bx-pager {
  position: relative !important;
  top: -62px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: var(--color_01);
}
.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: var(--color_02);
  opacity: 1;
}
@media (min-width: 768px) {

  #M_slider li img {
    border-radius: 20px;

	
  }
}
/*  トップバナーエリア　*/
.top_banner_area_01 img, .top_banner_area_02 img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.top_banner_area_01 {
  //background: var(--color_01);
  //padding: 25px;
}
.top_banner_list_02, .top_banner_list_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_banner_list_01 {
  grid-row-gap: 5px;
}
.top_banner_list_01 li {
  width: 100%;
}
.top_banner_list_02 {
  grid-row-gap: 5px;
  margin-top: 25px;
}
.top_banner_list_02 li {
  width: 49%;
}
.top_banner_area_02{
display: none;
}
.empty{
display: none;
}
@media (min-width: 768px) {
.top_banner_list_01{
column-gap: 25px;
  justify-content: center;
}
  .top_banner_list_01 li {
    //width: 32%;
	flex:1;
	        max-width: 450px;
  }
  .top_banner_list_02 {
    grid-row-gap: 15px;
  }
  .top_banner_list_02 li {
    width: 24%;
  }
}
@media (max-width: 767.888px) {
  .top_banner_area_01 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .top_banner_list_01 li {
  flex:1;
}

}
/*　トップページ　　*/
.new-item-swiper-container .item-list {
  width: 100%;
}
.item-list-rank span {
  font-family: "Oswald", sans-serif;
}
.item-list-rank {}
.item-list-rank:before {
  content: "";
  width: 30px;
  height: 16px;
  bottom: 104%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.item-list-rank.rank-1:before {
  background: url(https://gigaplus.makeshop.jp/sayamall/images/common/icon_rank_01.svg) no-repeat center center;
  background-size: contain;
}
.item-list-rank.rank-2:before {
  background: url(https://gigaplus.makeshop.jp/sayamall/images/common/icon_rank_02.svg) no-repeat center center;
  background-size: contain;
}
.item-list-rank.rank-3:before {
  background: url(https://gigaplus.makeshop.jp/sayamall/images/common/icon_rank_03.svg) no-repeat center center;
  background-size: contain;
}
.swiper-slide {
  //width: 20% !important;
}


@media (max-width: 767.888px) {
.new-item-swiper-container .swiper-button-next,
.new-item-swiper-container .swiper-button-prev{
display: none!important;
}

}

.c-more-btn a {
  background: var(--color_01);
  color: #fff;
  font-weight: bold;
  position: relative;
  border-radius: 5px;
  padding: 7px 19px 6px 9px;
  text-decoration: none;
  min-width: 150px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.c-more-btn a:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.new-item {
  position: relative;
}
.new-item .c-more-btn {
  position: absolute;
  top: 26px;
  right: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
.swiper-slide {
  width: 20% !important;
}
.news-swiper-container .swiper-slide {
        width: 100%!important;
    }
	
	
  .new-item .c-more-btn {
    position: absolute;
    top: 26px;
    right: 0;
    left: auto;
  }
  .c-more-btn a {
    min-width: 150px;
    width: fit-content;
    margin: 0;
    margin-left: auto;
  }
}
@media (max-width: 767.88px) {
.new-item-swiper-container {

    margin-top: 62px;
}

  .item-list-rank {
    width: 25px;
    height: 25px;
  }
  .item-list-rank:before {
    width: 25px;
  }
}
/* 商品リスト系　*/
.item-list-image a img {
  object-fit: contain;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
}
.item-list-category-name {
  text-align: left;
}
.item-list-category-name a {
  background: var(--color_01);
  color: #fff;
  border-radius: 3px;
  text-align: center;
  padding-bottom: 2px;
  font-size: 11px;
}
.item-list-category-name a i {
  display: none;
}
.item-list-name a {
  font-weight: bold;
  font-size: 10px;
  line-height: 1.3;
}
.item-list-price {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 23px;
  line-height: 1;
}
.tax {
  font-family: 'Noto Sans JP', sans-serif;
}
.item-list-wrap {
  grid-row-gap: 30px;
}
.item-list-description, .item-list-special_display, .item-list-original-code, .item-list-system-code, .item-list-icon-and-point-wrap {
  display: none;
}
@media (min-width: 768px) {
  .item-list-name a {
    font-size: 13px;
    line-height: 1.5;
  }
}
@media (min-width: 767.888px) and (max-width: 768px) {
  .item-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	column-gap: 0;
  }
  .item-list {
    width: calc(100% / 5);
    padding: 0 10px;
    position: relative;
  }
  .item-list-rank {
    width: 25px;
    height: 25px;
  }
  .item-list-rank:before {
    width: 25px;
  }
}
@media (max-width: 767.888px) {
  .list-head {
    margin: 20px 0 24px;
    display: block;
  }
  .list-head-sort {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list-head-sort dt {
    width: 100%;
  }
  .list-head-sort dd {
    margin: 0;
    width: fit-content;
  }
}
/*  商品詳細　*/
.add-image img, .item-image-wrap .main-image img {
  object-fit: contain;
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: block;
}
/* 追加画像　*/
.add_img_wrap {
  margin-top: 60px;
}
.add-image-list {}
.add-image {
  column-gap: 10px;
}
.item-category-name a {
  text-decoration: none;
  color: #fff;
  background: var(--color_01);
  border-radius: 3px;
  text-align: center;
  width: fit-content;
  display: inline-block;
  padding: 1px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.item-name {
  font-weight: bold;
  font-weight: bold;
  line-height: 1.4;
  font-size: 24px;
}
.item-price span {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
.favorite-wrap {
  column-gap: 20px;
}
.cart-btn {
  background: var(--color_02) !important;
  width: 100%;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px !important;
  position: relative;
}
.cart-btn:before {
  padding-left: 10px;
  width: 27px;
  height: 34px;
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(https://gigaplus.makeshop.jp/sayamall/images/common/icon_cart.svg) no-repeat center center;
  background-size: contain;
}
.favorite {
  margin: 0;
}
.favorite a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
}
.item-description-wrap table {
  border-collapse: separate;
  border-spacing: 5px;
  background: #fff;
  width: 100%;
}
.item-description-wrap table td, .item-description-wrap table th {
  vertical-align: middle;
  text-align: left;
  padding: 3px 7px;
      line-height: 1.3;
}
.item-description-wrap table th {
  width: 130px;
}
@media (max-width: 767.888px) {
.add_img_wrap {
    margin-top: 15px;
}
.item-info {
    margin-top: 0;
    padding: 10px 0;
	text-align:center;
}
.item-quantity input {
border: solid 1px #AFAFAF;
}
  .item {
    display: block;
  }
  .item-description-wrap table tr font {
    font-size: 10px !important;
    line-height: 1.2;
    display: block;
  }
  .item-description-wrap table th {
    width: 195px;
  }
  .item-wrap {
    padding: 0;
	position: static;
  }
  .item-name {
    font-size: 19px;
  }
  .cart-btn {
    font-size: 18px;
  }
  .favorite-wrap .btn {
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .add-cart .off {/*  売り切れボタン　*/
    display: none!important;
}

  .favorite-wrap {
    margin-bottom: 25px;
    align-items: center;
  }
  .item-contact {
    text-align: center;
  }
}
/*  カート内　　*/
.cart-item-image {
  background: #fff;
  padding: 5px;
}
.cart-item-image img {
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 154px;
}
.order-quantity-box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 10px;
}
.order-quantity-box input, .order-quantity-box a, .order-quantity-box > div {
  margin: 0;
}
.order-quantity-box .quantity-input-form {
  max-width: 50px;
  text-align: center;
  border: solid 1px #AFAFAF;
}
.order-quantity-box .quantity-change-btn {
  max-width: 150px;
}
.order-quantity-box .item-delete-btn {
  display: block;
  width: 60px;
  background: #646464;
}
.order-quantity-box .item-delete-btn i {
  margin: 0;
}
.payment-btn-wrap .payment-btn {
  background: #e63279;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .section-title, .cart-title {
    margin-top: 30px;
  }
.guide-section {
    margin-bottom: 34px;
}
}


@media (max-width: 767.888px) {
  .payment-btn-wrap .payment-btn {
    width: 100%;
  }
  .order-quantity-box .quantity-change-btn {
    max-width: 100px;
  }
}
/* 見出し系　*/
.cart-title, .section-title {
  border-bottom: solid 5px var(--color_01);
  border-top: solid 5px var(--color_01);
  color: var(--color_01);
  padding: 10px;
  letter-spacing: 1px;
  font-weight: bold;
}
.news-title{
display: block;
}
.index-title {
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
  border: none;
  padding: 0;
}
.index-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: var(--color_01);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-title span {
  display: block;
  width: fit-content;
  position: relative;
  color: var(--color_01);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  letter-spacing: 0px;
  background: #fff;
  padding: 0 40px 0 45px;
}
.index-title span:before, .index-title span:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: var(--color_02);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.index-title span:before {
  left: 14px;
}
.index-title span:after {
  right: 13px;
}
.sub_midasi {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  text-align: left;
}
.sub_midasi:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--color_02);
  position: absolute;
  top: 8px;
  left: 0;
}
.category-title .category-code {
  display: none;
}
.btn {
  background: var(--color_01);
}
@media (min-width: 768px) {
  .index-title span {
    font-size: 30px;
    letter-spacing: 3px;
    padding: 0 40px 0 45px;
  }
}
@media (max-width: 767.888px) {
.index-title {
    margin-bottom: 17px;
}
}

/*　　ご利用案内　*/
.pp_wrap .sub_midasi, .guide-section .sub_midasi {
  font-size: 18px;
}
.pp_wrap .sub_midasi:before, .guide-section .sub_midasi:before {
  top: 11px;
}
.pp_wrap .sub_midasi {
  margin: 30px 0 10px;
}
.pp_wrap p + p {
  margin-top: 15px;
}
.pp_ol {
  list-style-position: outside;
  padding-left: 20px;
  margin-left: 0;
}
.pp_ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
}
.pp_sub_ol {
  margin: 20px 0 30px 20px;
}
.pp_sub_ol li {
  list-style-type: lower-alpha;
}
/*　　特定商取引法　*/
.tokutei_wrap {}
.tokutei_wrap .contract-section {
  border-bottom: solid 1px #cfcfcf;
}
/*  会員規約　*/
.pp_wrap {
  text-align: left;
}
/* ヘッダーニュース　*/
.header-news-wrap {
  background: var(--color_01);
  color: #fff;
  height: 60px;
}
.h_news_inner_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 12px;
  position: relative;
  width: min(100% - 50px, 1400px);
}
.h_news_midasi {
  margin: 0;
  position: absolute;
  left: 0;
  top: 17px;
  text-align: left;
}
.h_news_more {
  margin: 0;
  position: absolute;
  right: 0;
  top: 8px;
  width: 170px;
  height: 44px;
}
.h_news_more a {
  height: 100%;
  text-decoration: none;
  color: var(--color_01);
  font-weight: bold;
  font-size: 14px;
  background: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.header-news-list {
  width: calc(100% - 380px);
  margin: 0 auto;
}
.header-news-list a {
  color: #fff;
}
.news-list-date {
  background: var(--color_01);
  border-radius: 2px;
}
@media (max-width: 768px) {
  .header-news-wrap {
    margin-top: 51px;
  }
  .h_news_more a {
    font-size: 10px;
    padding: 0 5px;
  }
  .h_news_more {
    top: 8px;
    width: 50px;
    height: 44px;
    line-height: 1.1;
  }
}
/*　　サイドメニュー　*/
.side_banner_wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 5px;
  vertical-align: bottom;
}
.side_banner_wrap > div {
  margin-bottom: 10px;
}
.side-section {
  background: #fff;
  padding: 16px 0;
  margin-bottom: 32px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 14px;
}
.side-section-category {
  background: #fff;
  border: solid 1px var(--color_01);
}
.login-wrap {
  display: none;
}
.side-category-list {
  margin-bottom: 2px;
}
.side-category-item {
  position: relative;
}
.side-category-item + .side-category-item {
  border-top: solid 1px var(--color_01);
}
.side-category-item a {
  text-align: left;
  padding: 12px;
  font-size: 0.9rem;
  display: block;
  color: var(--color_01);
  text-decoration: none;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}
.side-category-item a {
  padding-left: 15px;
  padding-right: 40px;
}
.side-category-child-list > li > a:before, .side-category-item > a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--color_02);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.side-category-item a:hover {
  background: #f1f7ff;
  opacity: 1.0;
}
.side-category-item::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.side-category-child-list {
  position: static;
  width: 100%;
  z-index: 10;
  background: #fff;
  border-left: none;
  opacity: 1;
  visibility: visible;
  margin-bottom: 5px;
}
.side-category-child-list > li > a {
  background: #F4F2EB;
  position: relative;
  padding: 10px 23px 10px;
  font-size: 14px;
}
.side-category-child-list > li > a:before {
  width: 4px;
  height: 4px;
  left: 13px;
}
.side-category-child-list > li + li {
  margin-top: 3px;
}
.accordionBtn {
  position: absolute;
  right: 0;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  background: transparent;
  color: var(--color_01);
  font-size: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.accordionBtn:before {
  content: "＋";
  font-weight: 500;
}
.accordionBtn.active:before {
  content: "－";
  font-weight: 500;
}
/*  header  */
.header-inner-wrap {
  /*    display: grid;
    grid-template-columns: 20% 1fr auto 10%;
    grid-template-rows: 1fr;
    width: 100%;*/
  margin: 0 auto;
  max-width: 1400px;
  align-items: center;
}
.header-inner-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 30px;
}
.header_R_wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 25px;
  flex: 1;
}
.header-cart a {
  position: relative;
  width: 200px;
  height: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex !important;
  font-weight: bold;
  font-size: 24px;
  color: var(--color_03);
  padding-left: 10px !important;
}
.header-cart a:before {
  padding-left: 10px;
  width: 27px;
  height: 34px;
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(https://gigaplus.makeshop.jp/sayamall/images/common/icon_cart.svg) no-repeat center center;
  background-size: contain;
}
.header-cart {
  grid-column: 4;
  grid-row: 1;
  display: grid;
  align-items: center;
}
.header-cart .header-incart-switch {
  display: block;
  background: var(--color_02) !important;
  padding: 10px 0;
  border-radius: 6px;
  position: relative;
  color: #fff;
}
.header-cart-count {
  position: absolute;
  right: -8px;
  top: -4px;
  background: #ef3c62;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.9rem;
}
.header-cart-count {
  background: #114fa1;
}
.header-drawer-btn, .header-cart-btn {
  display: none;
}
/*=======================================*/
/*  footer */
footer {
  background: none;
  padding: 0px 0px 24px;
  position: relative;
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 430px;
  background: var(--color_03);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.footer_inner {
  background: var(--color_01);
  color: var(--color_03);
  border-radius: 0px;
}
.footer_LR {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 25px;
  grid-row-gap: 20px;
}
.footer_L {
  width: 100%;
  text-align: left;
}
.footer_C {
  width: 100%;
  text-align: left;
  border-top: solid 1px rgb(245 243 236 / 57%);
  border-bottom: solid 1px rgb(245 243 236 / 57%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0px;
}
.footer_R {
  width: 100%;
}
.footer_calendar_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 20px;
}
.f_calendar_box {
  width: 100%;
  text-align: left;
  max-width: 100%;
}
.copyright {
  color: #333;
  font-size: 14px;
}
.footer_shop_name {
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px var(--color_03);
  width: fit-content;
  margin-bottom: 15px;
  padding-bottom: 5px;
  letter-spacing: 1px;
}
.footer_shop_name img {
  vertical-align: middle;
  margin-right: 5px;
}
.footer_L p {
  font-size: 14px;
}
.sns_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-top: 15px;
}
.footer_navi_wrap {
  width: 49%;
}
.footer_navi {
  padding-left: 15px;
}
.footer_navi li + li {
  margin-top: 5px;
}
.footer_navi a {
  color: var(--color_03);
  font-size: 12px;
}
.f_calendar_box {
  padding: 5px;
  background: #fff;
}
.f_calendar_box h2 {
  background: #fff;
  text-align: center;
  color: #333;
}
.makeshop-calendar1, .makeshop-calendar2 {
  margin: 0;
  box-shadow: none;
}
.makeshop-calendar1 tbody td.sunday, .makeshop-calendar2 tbody td.sunday {
  background: #f044449e;
}
.makeshop-calendar1 tbody td.saturday, .makeshop-calendar2 tbody td.saturday {
  background: #4682b4a1;
}
@media (min-width: 768px) {
  footer {
    padding: 0px 25px 24px;
  }
  .footer_inner {
    border-radius: 20px;
  }
  .footer_LR {
    padding: 75px 30px;
  }
  .footer_L {
    width: 28%;
    text-align: left;
  }
  .footer_C {
    padding: 0px 30px;
    width: 31%;
    border: none;
    border-right: solid 1px rgb(245 243 236 / 57%);
    border-left: solid 1px rgb(245 243 236 / 57%);
  }
  .footer_R {
    width: 40%;
    padding-left: 2.5rem;
  }
  .f_calendar_box {
    width: 49%;
    max-width: 230px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .f_calendar_box * {
    font-size: 12px;
  }
  .footer_C {
    width: 23%;
    grid-row-gap: 25px;
    padding: 0px 25px
  }
  .footer_navi_wrap {
    width: 100%;
  }
  .footer_R {
    width: 44%;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 769px) {
  .footer_L {
    width: 44%;
    text-align: left;
  }
  .footer_C {
    width: 50%;
    grid-row-gap: 25px;
    border-right: none !important;
  }
  .footer_R {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
  }
  .footer_navi_wrap {
    width: 50%;
  }
  .f_calendar_box {
    width: 48%;
    max-width: 100%;
  }
  .copyright {
    margin-top: 30px;
  }
}
@media (max-width:767.888px) {
  .copyright {
    margin-top: 30px;
  }
  html {
    overflow-x: hidden;
  }
}
/*=======================================*/
/*  sp ヘッダー */
.sp {
  display: none;
}
@media (max-width:767.888px) {
  .sp {
    display: block;
  }
  .header-inner-wrap {
    display: none;
  }
}
@media (max-width:1070px) {
  .header-inner-wrap {
    display: none;
  }
  .drawer-display {
    left: 0 !important;
  }
  .side {
    position: fixed;
    top: 0;
    left: -80%;
    z-index: 10000;
    background: var(--color_01);
    width: 40%;
    transition: .1s;
    padding: 18px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color: #fff;
    border: 1px solid var(--color_01);
  }
  #background-drawer-btn {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 100;
    transition: .1s;
    display: block;
  }
  .background-drawer-btn-none {
    left: 0 !important;
  }
  .side section a img {
    width: 100%;
  }
  .side-section {
    padding: 12px;
    margin-bottom: 32px;
  }
  .login-wrap {
    margin-bottom: 18px;
  }
  .login-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
    padding: 12px 0;
  }
  .login-box a {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
    background: #fff;
    color: #222;
  }
  .drawer-contact-box a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: solid 1px #fff;
    border-radius: 4px;
    width: 100%;
    padding: 4px;
  }
  .side-category-list {
    margin-bottom: 2px;
  }
  .side-category-item {
    position: relative;
  }
  .side-category-item a {
    text-align: left;
    padding: 12px;
    font-size: 0.9rem;
    display: block;
    color: var(--color_01);
    text-decoration: none;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
  }
  .side-category-item a:hover {
    background: #f1f7ff;
    opacity: 1.0;
  }
  .side-category-item::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .side-category-item:hover .side-category-child-list {
    opacity: 1;
    visibility: visible;
  }
  .side-category-child-list {
    border: none;
    padding: 10px 0px 10px;
    font-size: 14px;
    position: static;
    width: 100%;
    z-index: 10;
    background: #fff;
    border-left: none;
    opacity: 1;
    visibility: visible;
    margin-bottom: 5px;
  }
  .side-category-switch.hover {
    background: #fff;
  }
  .side-category-child-list li::after {
    background-color: #f0efe9;
  }
  .side-search li {
    text-align: left;
    font-size: 0.9rem;
    padding: 4px 16px;
  }
  .side-search li span {
    margin: 0 4px;
  }
  .side-search label {
    display: block;
    margin-bottom: 4px;
  }
  .side-search input {
    width: 100%;
  }
  .side-search input.side-search-price {
    width: 40%;
  }
  .side-search .side-search-price {
    width: 25%;
  }
  .side-search-btn {
    display: block;
    padding: 4px 12px;
    color: #222 !important;
    border-radius: 4px;
    margin: 16px auto 0;
    width: 60%;
    background: #fff !important;
  }
  .side-section-others {
    padding: 0;
  }
  .side-section-btn-wrap {
    margin-bottom: 12px;
  }
  .mailmagazine-btn {
    width: 100%;
    display: block;
    padding: 16px 0;
    font-size: 0.9rem;
    background: #fff;
    color: #222;
    border-radius: 4px;
  }
  .mailmagazine-btn:before {
    padding-right: 8px;
    content: "\f0e0";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
  }
  .catalog-btn {
    width: 100%;
    display: block;
    padding: 16px 0;
    font-size: 0.9rem;
    background: #fff;
    color: #222;
    border-radius: 4px;
  }
  .catalog-btn:before {
    padding-right: 8px;
    content: "\f518";
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
  }
}
@media (max-width:769px) {
  .side {
    width: 80%;
  }
}
.header-drawer-btn, .header-cart-btn {
  display: block;
}
.sp_header {
  display: none;
}
@media screen and (max-width: 1070px) {
  .sp_header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.sp_header_icon_wrap {
  max-width: 221px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.sp_header_icon_wrap .global-nav {
  width: 50%;
  padding: 0;
}
.sp_header_icon_wrap .global-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.sp_header_icon_wrap .global-nav li {
  padding: 0;
  width: 49%;
}
.sp_header_icon_wrap .header-cart-btn, .sp_header_icon_wrap .header-drawer-btn {
  width: 25%;
  padding: 0;
}
.sp_cart_text, .sp_header_icon_wrap .global-nav span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
  text-decoration: none !important;
}
.sp_header_icon_wrap .global-nav span {
  color: var(--color_01);
}
.sp_header_icon_wrap .header-cart-btn a {
  background: var(--color_02) !important;
  padding: 2px 0;
  border-radius: 2px;
  position: relative;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  text-decoration: none;
}
.sp_cart_text {
  text-decoration: none;
}
.sp_header_icon_wrap img {
  height: 25px;
  vertical-align: bottom;
}
.sp_header_icon_wrap .header-cart-btn img {
  height: 22px;
}
.sp_header_icon_wrap .header-cart-count {
  right: 0;
  top: 0;
  background: #fff;
  color: var(--color_01);
  width: 18px;
  height: 18px;
  line-height: 1.6;
  font-size: 0.7rem;
}
.header-drawer-btn {
  cursor: pointer;
}
@media (min-width:769px) and (max-width:1070px) {
  .sp_header_icon_wrap {
    max-width: 236px;
  }
  .sp_header_icon_wrap .global-nav ul {
    gap: 0;
  }
}
#drawer-btn {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  background: var(--color_01);
  color: #fff;
}
#drawer-btn i {
  margin: 0;
}
.sp_side_search {
  position: relative;
  margin-bottom: 10px;
  max-width: 100%;
}
.sp_side_search input {
  width: 100%;
  height: 56px;
  border-radius: 5px;
  padding: 5px 30px 5px 10px;
}
.sp_side_search .sb_02 {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.sp_side_search .sb_02 img {
  vertical-align: bottom;
}