@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;
}
h2.section-title {
  font-weight: bold;
  text-align:center;
}
.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;
    padding-right: 1em;
    display:none;
  }
  .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;
  }
  .drawer-display {
    left:0 !important;
  }
  .side {
    position: fixed;
    top: 0;
    left: -80%;
    z-index: 10000;
    background: rgba(0,0,0,0.9);
    width: 80%;
    transition: .1s;
    padding:8px;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    color:#fff;
  }
  #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;
  }
  .background-drawer-btn-none {
    left: 0 !important; 
  }
  .side section a img {
    width:100%;  
  }
  .side-section {
    padding: 32px 0;
    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:24px;
  }
  .side-category-item {
    position: relative;
  }
  .side-category-item a {
    text-align: left;
    padding: 12px;
    font-size: 0.9rem;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .side-category-item a:hover {
    background: #333;
    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: -4px;
    width: 160px;
    z-index: 10;
    background: #fff;
    border: 4px solid #f0efe9;
    border-left: none;
    opacity: 0;
    visibility: hidden;
    display:none;
  }
  .side-category-child-list a:hover {
    background: #f0efe9;
  }
  .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';
  }
  /* カレンダーのサイズ設定 */
  .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: 64px;
  }
  .section-title {
    font-size: 1.7rem;
    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: 4px;
    grid-template-columns: 1fr 1fr;
    padding: 4px;
  }
  .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;
  }
  .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;
  }

  .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;
  }
  .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: 0px 0;
  }
  .item-description-wrap {
    font-size: 0.9rem;
    margin: 24px auto 0;
    width:92%;
  }
  .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: 0px;
  }
  .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: 96%;
    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 12px;
  }
  .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;
  }

  /* -----------------------------------------------------------------
  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: 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: 1px solid #222;
    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.2);
    padding: 12px;
    transition: 0.3s;
  }
  .fixed {
    background:rgba(255,255,255,0.8);
    z-index: 1000;
  }
  .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;
  }
  .shop-name {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    text-align: left;
  }
  .shop-name a img{
    vertical-align: top;
    max-width: 128px;
  }
  .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;
    padding-right: 1em;
  }
  .global-nav ul li {
    padding-left: 12px;
    display: inline-block;
  }
  .global-nav ul li a {
    color:#222;
  }
  .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;
  }
  .header-cart {
    grid-column: 4;
    grid-row: 1;
    display: grid;
    align-items: center;
  }
  .header-cart .header-incart-switch {
    display: block;
    background: #222;
    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-drawer-btn, .header-cart-btn {
    display:none;
  }

  /* モジュール ヘッダー用ニュース */
  .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: 1400px;
    margin: 64px auto;
    display:grid;
    grid-template-columns:auto 1fr;
  }
  .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: 220px;
    min-width: 220px;
  }
  .side section a img {
    width:100%;
    vertical-align: top;
    margin-bottom: 4px;
  }
  .side-section {
    background: #222;
    padding: 16px 0;
    margin-bottom: 32px;
    color:#fff;
  }
  .login-wrap {
    display:none;
  }
  .side-category-list {
    margin-bottom:24px;
  }
  .side-category-item {
    position: relative;
  }
  .side-category-item a {
    text-align: left;
    padding: 12px;
    font-size: 0.9rem;
    display: block;
    color:#fff;
    text-decoration: none;
  }
  .side-category-item a:hover {
    background: #333;
    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: 24px;
    flex: 1;
    max-width: 856px;
    max-width:1156px;
    width:100%;
  }
  .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;
  }
  .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: 8px;
    position: relative;
  }
  .recommend-item-list {
    width: calc(100% / 4);
    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 12px;
    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;
  }
  .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;
  }

  /* -----------------------------------------------------------------
  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;
  }
  .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 #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 {
    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;
    grid-template-columns: 50% 50%;
    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: right;
  }
  .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: 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 {
    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;
  }

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

  /* -----------------------------------------------------------------
  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: 128px 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: 48px;
    font-family: Verdana, 'Noto Sans JP', sans-serif;
  }
}

@media screen and (max-width:767px) {
  /* -----------------------------------------------------------------
  cart
  ----------------------------------------------------------------- */
  .order-box {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: auto auto auto auto;
    width: 96%;
    margin: 0 auto 8px;
    font-size: 12px;
    background: #f1f1f1;
    padding: 6px;
  }
  .cart-item-wrap {
    grid-column: 1;
    grid-row: 1 / 3;
  }
  .cart-item-image a img {
    width:100%;
  }
  .cart-item-name {
    text-align: left;
    line-height: 1.2em;
    margin: 0 auto;
    border-bottom: dotted 1px #ddd;
    padding: 6px;
  }
  .cart-item-info {
    grid-column: 2;
    grid-row: 1;
  }
  .cart-item-option {
    text-align:left;
    line-height: 1.2em;
    margin: 0 auto;
    border-bottom: dotted 1px #ddd;
    padding: 6px;
  }
  .price-box {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    grid-column: 2;
    grid-row: 2;
    padding: 6px;
  }
  .name-print-box {
    grid-column: 2;
    grid-row: 3;
    text-align: left;
    padding: 0 6px;
  }
  .order-quantity-box {
    display: grid;
    grid-template-columns: 48% 36% 16%;
    grid-template-rows: 1fr;
    grid-column: 2;
    grid-row: 4;
    align-self: center;
  }
  .quantity-change-btn {
    margin: 0 auto;
    width: 96%;
  }
  .item-delete-btn {
    margin:0;
    width: 100%;
  }
  .cart-item-price {
    grid-column: 1 / 3;
    grid-row: 1;
    text-align: left;
  }
  .cart-item-point {
    grid-column: 1 / 3;
    grid-row: 2;
    text-align: left;
  }
  .cart-title {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .cart-title i {
    margin-right: 8px;
  }
  .incart-total-item {
    padding: 16px;
    text-align: center;
    margin-bottom: 36px;
    border: solid 1px #222;
    width: 96%;
    margin: 0 auto 12px;
  }
  .incart-total-count,
  .incart-total-price {
    font-weight: bold;
    margin-right: 8px;
  }
  .cart-list {
    width: 100%;
    margin: 32px auto 48px;
  }
  .cart-list th, .cart-list td {
    border-top: 1px solid #999;
  }
  .cart-list thead th {
    font-size: 0.9rem;
    padding: 12px 0;
  }
  .cart-list td {
    padding: 16px 8px;
    vertical-align: middle;
  }
  .cart-list .cart-item-wrap {
    display: flex;
  }
  .cart-list .cart-item-image {
    width: 100px;
  }
  .cart-list .cart-item-image img {
    max-width: 100%;
  }
  .cart-list .cart-item-info {
    text-align: left;
    font-size: 0.9rem;
    flex: 1;
    margin-left: 16px;
  }
  .cart-list .cart-item-option {
    font-size: 0.8rem;
  }
  .cart-list .cart-item-special {
    margin-top: 4px;
    font-size: 0.8rem;
    color: #999;
  }
  .cart-list .cart-item-price,
  .cart-list .cart-item-unit-price,
  .cart-list .cart-item-point {
    text-align: right;
    white-space: nowrap;
  }
  .cart-list input[name="item-quantity"] {
    width: 3em;
  }
  .cart-list .cart-item-unit-price {
    font-size: 0.8rem;
    color: #999;
  }
  .cart-list .btn {
    width: auto;
    display: inline-block;
    padding: 4px 10px;
    margin: 0;
    font-size: 0.8rem;
  }
  .cart-list .item-delete-btn {
    background: #ccc;
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .cart-list .item-delete-btn i {
    margin-right: 0;
  }
  .cart-list .cart-total-title {
    text-align: right;
  }
  .cart-list .cart-total-price-wrap {
    text-align: right;
  }
  .cart-list .cart-total-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #cc0000;
  }
  .cart-list .cart-total-point {
    color: #cc0000;
  }
  .free-shipping-wrap {
    margin-bottom: 48px;
    font-size: 0.9rem;
  }
  .payment-btn-wrap {
    text-align: center;
  }
  .payment-btn-wrap .btn {
    width: auto;
    display: inline-block;
    margin: 0;
  }
  .payment-btn-wrap .payment-btn {
    width: 40%;
    padding: 12px 0;
    background: #2996CC;
    font-size: 1.2rem;
  }
  .amazon-button {
    display: inline-block;
    margin: 20px auto 0;
  }
  .noitem-btn-wrap {
    margin-top: 64px;
  }
  .bulk-wrap {
    background: #f1f1f1;
    display: inline-block;
    padding: 18px;
    margin: 24px;
  }
  .bulk-box {
    margin-bottom:12px;
  }
  .bulk-title {
    font-weight: bold;
    font-size: 18px;
  }
  .bulk-sub-title {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .cart-total-price {
    font-size: 24px;
    font-weight: bold;
  }
  .cart-bulk {
    color:#ef3c62;  
    font-size:16px;
    font-weight: bold;
  }
  .cart-bulk-under {
    font-size:12px;
  }
}

@media screen and (min-width:768px) {
  /* -----------------------------------------------------------------
  cart PC
  ----------------------------------------------------------------- */
  .order-box {
    display: grid;
    grid-template-columns: 20% 1fr;
    grid-template-rows: auto auto auto;
    /* width: 96%; */
    margin: 0 auto 18px;
    font-size: 14px;
    background: #f685244f;
    padding: 12px;
    column-gap: 16px;
  }
  .cart-item-wrap {
    grid-column: 1;
    grid-row: 1 / 5;
  }
  .cart-item-image a img {
    width:100%;
  }
  .cart-item-name {
    text-align: left;
    line-height: 1.2em;
    margin: 0 auto;
    border-bottom: dotted 1px #ddd;
    padding: 6px;
  }
  .cart-item-info {
    grid-column: 2;
    grid-row: 1;
  }
  .cart-item-option {
    text-align: left;
    line-height: 1.2em;
    margin: 0 auto;
    border-bottom: dotted 1px #ddd;
    padding: 6px;
  }
  .price-box {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    padding: 6px;
  }
  .name-print-box {
    grid-column: 2;
    grid-row: 3;
    align-items: center;
    text-align: left;
  }
  .order-quantity-box {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .quantity-change-btn {
    margin: 0 auto;
    width: 96%;
  }
  .item-delete-btn {
    margin:0;
    width: 100%;
  }
  .cart-item-point {
    grid-column:1 / 3;
    grid-row:2;
  }
  .name-print-box {
    grid-column: 2;
    grid-row: 3;
  }
  .cart-title {
    font-size: 1.6rem;
    margin-bottom: 32px;
    text-align: left;
    color: #f68524;
  }
  .cart-title i {
    margin-right: 8px;
  }
  .incart-total-item {
    background: #f685244f;
    padding: 16px;
    text-align: left;
    margin-bottom: 36px;
  }
  .incart-total-count,
  .incart-total-price {
    font-weight: bold;
    margin-right: 8px;
  }
  .cart-list {
    width: 100%;
    margin: 32px auto 48px;
  }
  .cart-list th, .cart-list td {
    border-top: 1px solid #999;
  }
  .cart-list thead th {
    font-size: 0.9rem;
    padding: 12px 0;
  }
  .cart-list td {
    padding: 16px 8px;
    vertical-align: middle;
  }
  .cart-list .cart-item-wrap {
    display: flex;
  }
  .cart-list .cart-item-image {
    width: 100px;
  }
  .cart-list .cart-item-image img {
    max-width: 100%;
  }
  .cart-list .cart-item-info {
    text-align: left;
    font-size: 0.9rem;
    flex: 1;
    margin-left: 16px;
  }
  .cart-list .cart-item-option {
    font-size: 0.8rem;
  }
  .cart-list .cart-item-special {
    margin-top: 4px;
    font-size: 0.8rem;
    color: #999;
  }
  .cart-list .cart-item-price,
  .cart-list .cart-item-unit-price,
  .cart-list .cart-item-point {
    text-align: right;
    white-space: nowrap;
  }
  .cart-list input[name="item-quantity"] {
    width: 3em;
  }
  .cart-list .cart-item-unit-price {
    font-size: 0.8rem;
    color: #999;
  }
  .cart-list .btn {
    width: auto;
    display: inline-block;
    padding: 4px 10px;
    margin: 0;
    font-size: 0.8rem;
  }
  .cart-list .item-delete-btn {
    background: #ccc;
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .cart-list .item-delete-btn i {
    margin-right: 0;
  }
  .cart-list .cart-total-title {
    text-align: right;
  }
  .cart-list .cart-total-price-wrap {
    text-align: right;
  }
  .cart-list .cart-total-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #cc0000;
  }
  .cart-list .cart-total-point {
    color: #cc0000;
  }
  .free-shipping-wrap {
    margin-bottom: 48px;
    font-size: 0.9rem;
  }
  .payment-btn-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
    justify-content: center;
  }
  .payment-btn-wrap .btn {
    width: auto;
    display: inline-block;
    margin: 0;
  }
  .payment-btn-wrap .payment-btn {
    width: 40%;
    padding: 12px 0;
    background: #f68524;
    font-size: 1.2rem;
    color: #fff;
  }
  .amazon-button {
    display: inline-block;
    margin: 20px auto 0;
  }
  .noitem-btn-wrap {
    margin-top: 64px;
  }
  .bulk-wrap {
    background: #f1f1f1;
    display: inline-block;
    padding: 18px 48px;
    margin: 24px;
  }
  .bulk-box {
    margin-bottom:12px;
  }
  .bulk-title {
    font-weight: bold;
    font-size: 18px;
  }
  .bulk-sub-title {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .cart-total-price {
    font-size: 24px;
    font-weight: bold;
  }
  .cart-bulk {
    color:#ef3c62;  
    font-size:16px;
    font-weight: bold;
  }
  .cart-bulk-under {
    font-size:12px;
  }
}

a.btn.item-delete-btn {
    width: 70px;
    padding: 3px;
}

select.quantity-input-form {
    appearance: auto;
    width: fit-content;
    background: white;
}