@charset "UTF-8";
/* CSS Document */
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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; }

body {
	line-height: 1;
}
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; }

/* -----------------------------------------------------------------
   module
----------------------------------------------------------------- */
body {
    background:#fff;
	background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/embossing_logo.jpg);
    background-size: 600px;
    color:#000;
  font-family: 'Noto Sans Japanese';
  font-size: 100%;
  line-height: 1.6;
  height: 100%;
  text-align: center;
  position: relative;
  width: 100%; }

a {
  color: #242325;
  text-decoration: none;
  transition: .2s; }

a:hover {
  opacity: 0.6;
  text-decoration: underline; }

a[class$="btn"], a.header-incart-switch {
  text-decoration: none !important; }

a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

input[type="text"],
select {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px;
  font-size: inheirt;
  font-family: 'Noto Sans Japanese';
  box-sizing: border-box; }

select {
  width: 100%; }

.pre-wrap {
  word-break: break-all; }

.container {
    padding: .75em
}    

#header {
    position: fixed;
    top: 0;
    color: #FFF;
	background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/embossing_logo.jpg);
    background-size: 600px;
    width: 100%;
    height: 70px;
    z-index: 999;
}
#header .header-in {
    position: relative;
    height: 100%;
    width: 960px;
    margin: auto;
}
#header .shop-logo{
	position:absolute;
	text-align:center;
	z-index:1000;
	top: 50%;
	left: .75em;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#header .global-nav {
    width: 480px; /*615px;*/
    margin: auto;
    padding-top: 4px;
}
#header .global-nav li {
	margin-right: 17px;
    padding-bottom: 4px;
    position: relative;
}
#header .header-nav {
    position: absolute;
    z-index: 2000;
    right: .75em;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    display: flex;
}
#header .header-nav  li img {
}
#header .header-nav li,
#header .header-nav li li a{
}
#header .header-nav .fukidashi-space {
    display: none;
}
#header .header-nav .nav-account-menu:hover > .fukidashi-space {
    display: block;
    position: absolute;
    left: -50px;
    padding-top: 20px;
}
#header .header-nav .account-menu-box{
    width: 175px;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
}
#header .header-nav .account-menu-box::before {
    content: '';
    position: absolute;
    left: 40%;
    top: 6px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}
#header .header-nav .account-menu-box li, .header-nav .account-menu-box li a{
    color:#000;
    margin-left: 0;
}

@media screen and (min-width:1024px) {
    #header .header-nav .nav-search:hover > .fukidashi-space {
        display: block;
        position: absolute;
        left: -50px;
        padding-top: 20px;
    }
    #header .header-nav .search-box {
        width: 310px;
        background-color: #fff;
        padding: 10px;
        border-radius: 8px;
        -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
        box-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    }
    #header .header-nav .search-box::before {
        content: '';
        position: absolute;
        left: 43%;
        top: 6px;
        display: block;
        width: 0;
        height: 0;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        border-left: 15px solid transparent;
    }
    #header .header-nav .search-box li {
        margin-left: 0;
        display: flex;
    }
    #header .header-nav .search-box .search-keyword {
        padding: 4px 21px;
        padding-left: 28px;
        border: 0;
        width: 215px;
        height: 52px;
        background-image:url("https://gigaplus.makeshop.jp/munchies0924/images/search-box.png");
        background-size:cover;
        background-color: #fff;
        cursor:pointer;
        color: #333;
        font-size: .9em;
    }
    #header .header-nav .search-box input.search-keyword:focus {
        outline: none;
    }
    #header .header-nav .search-box .search-btn {
        width:76px;
        height:52px;
        background-image:url("https://gigaplus.makeshop.jp/munchies0924/images/search-button.png");
        background-size:cover;
        background-color: #fff;
        border: 0;
        outline: none;
    }
}
.smp-search-on {
    display: flex !important;
}
#smp-search {
    display: none;
    background: #333;
    padding: 12px;
    position: absolute;
    width: 100%;
    top: 48px;
}
#smp-search:before {
    content: '';
    position: absolute;
    left: 67%;
    top: -14px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #333;
    border-left: 15px solid transparent;
}
#smp-search .search-keyword {
    width: 100%;
    font-size: 16px;
    color: #000;
}
#smp-search .search-btn img {
    margin: 6px;
}

.main-container{
    margin-top: 73px;
}
@media screen and (min-width:1024px) {
	.main-container {
	    margin-top: 89px;
	}
}

#dropdown-menu {
    top: 73px;
}
@media screen and (min-width:1024px) {
	#dropdown-menu {
	    top: 89px;
	}
}
#dropdown-menu {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/bg-blank-deck.png);
    background-size: cover;
    display: none;
}
#dropdown-menu .nav-decks-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 12px 24px 12px;
}
#dropdown-menu .nav-decks-menu li {
    /*flex-basis: calc(33.333333% - 3px);*/
    flex-basis: calc(50% - 3px);
    padding: 2px 0px;
}
#dropdown-menu .mxmxmCategorySection {
    padding: 12px;    
}

.mxmxm-category {
  display: flex;
  justify-content: center;
}
.mxmxm-category li {
    width: 20%;
}
.mxmxm-category-6 li {
    width: 16.6666% !important;
}
.mxmxm-category li a {
    background-size: 100% auto;
    display: block;
    padding-bottom: 100px;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
    color: #000;
}
.mxmxm-category li.all a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/all.png);
    padding-bottom: 141.5%;
}
.mxmxm-category li.all a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/all_hover.png);
}
.mxmxm-category li.jkt a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/jkt.png);
    padding-bottom: 141.5%;
}
.mxmxm-category li.jkt a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/jkt_hover.png);
}
.mxmxm-category li.tops a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/tops.png);
    padding-bottom: 141.5%;
}
.mxmxm-category li.tops a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/tops_hover.png);
}
.mxmxm-category li.tee a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/tee.png);
	padding-bottom: 170.4%;
}
.mxmxm-category li.tee a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/tee_hover.png);
}
.mxmxm-category li.pants a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/pants.png);
    padding-bottom: 141.5%;
}
.mxmxm-category li.pants a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/pants_hover.png);
}
.mxmxm-category li.goods a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/goods.png);
	padding-bottom: 170.4%;
}
.mxmxm-category li.goods a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/goods_hover.png);
}
.mxmxm-category li.collab a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/collab.png);
    padding-bottom: 141.5%;
}
.mxmxm-category li.collab a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/collab_hover.png);
}
.mxmxm-category li.skate a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/skate.png);
	padding-bottom: 170.4%;
}
.mxmxm-category li.skate a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/skate_hover.png);
}
.mxmxm-category li.standard a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/standard.png);
	padding-bottom: 170.4%;
}
.mxmxm-category li.standard a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/standard_hover.png);
}
.mxmxm-category li.sale a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/sale.png);
	padding-bottom: 170.4%;
}
.mxmxm-category li.sale a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/sale_hover.png);
}
.mxmxm-category li.kids a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/kids.png);
	padding-bottom: 170.4%;
}
.mxmxm-category li.kids a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new_sp/kids_hover.png);
}

.tile-divider{
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/bg-tile.png);
    background-size: auto 25px;
    height: 25px;
}
.parking-block-divider{
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/parking-block3.png);
    background-size: cover;
    height: 25px;
    background-position: center;
}
.skate-divider-sp {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/skate-divider-sp.png);
    background-size: contain;
    height: 0;
    width: 100%;
    border: 0;
    margin: auto;
    padding-bottom: 6%;
}
.skate-divider-pc {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/skate-divider-pc.png);
    background-size: cover;
    height: 22px;
    width: 1000px;
    border: 0;
    margin: auto;
}

.account-nav {
  position: absolute;
  left: 16px;
  top: 0;
  display: inline-block;
  background: #f0efe9;
  padding: 8px;
  font-size: 0.8rem;
  color: #666; }

.account-nav li {
  display: inline-block;
  margin: 0 8px; }

.account-nav p {
  display: inline-block; }

.account-nav li a {
  color: #666; }

.member-point {
  margin: 0 8px; }

.member-name em {
  margin-right: 4px; }

.member-status {
  margin-left: 8px; }

.header-cart {
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 24px; }
  .header-cart .header-incart-switch {
    display: block;
    background: #242325;
    padding: 10px 40px;
    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; }

/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */
.main-visual {
  margin-top: 95px;
  background: #fff;
  width: 100%; }

.main-visual img {
  max-width: 100%; }

.bx-wrapper .bx-controls-direction a {
  transition: none; }

.wrap {
  width: 1100px;
  margin: 64px auto;
  display: flex;
  align-items: flex-start; }

.side {
  width: 220px;
  min-width: 220px; }

.sidemenu .side-category li {
	padding: 6px 0 6px 35px;
    text-align: left;
    font-size: 1.2em;
}

.sidemenu .side-collection li {
	padding: 6px 0 6px 25px;
    text-align: left;
    font-size: 1.1em;
}

.content {
}

.section {
  margin-bottom: 32px; }

.section-title {
  font-size: 1.7rem;
  text-align: left; }

.item-list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 64px; }

.item-list {
  width: calc(100% / 4);
  padding: 12px;
  position: relative; }

.new-item-list-wrap .item-list {
  width: calc(100% / 4); }

.item-list img {
  max-width: 100%; }

.item-list-image {
  background: #fff;
  position: relative; }

.item-list-icon {
  /* display: none;  */
}

.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 {
  background: #ef3c62;
  color: #fff; }

.item-soldout-badge {
  background: #242325;
  line-height: 1;
  padding-top: 14px; }

.item-list-info {
  text-align: left;
  font-size: 0.8rem;
  margin-top: 8px; }

.item-list-name {
  font-size: 1rem; }

.item-list-price {
  text-align: left;
  font-size: .9rem; }

.item-list-original-price {
  font-weight: normal;
  font-size: 0.8rem;
  color: #999;
  margin-top: 8px; }

.item-list-sale-price {
  color: #e60012; }

.item-list-sale-discount-price {
  font-size: 0.8rem; }

.item-list-sale-discount-rate {
  font-size: 0.8rem;
  background: #e60012;
  color: #fff;
  padding: 1px 4px;
  display: inline-block; }

.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;
  top: 0;
  left: 0;
  display: flex;
  width: 45px;
  height: 45px;
  background: #242325;
  color: #fff;
  z-index: 999;
  align-items: center;
  border-radius: 25px;
  justify-content: center; }

.rank-1 {
  background: #D9AE61; }

.rank-2 {
  background: #999; }

.rank-3 {
  background: #573D1C; }

.recommend-item-list,
.recent-item-list {
    margin-bottom: 48px;
}
.recommend-item-list > li:nth-child(n + 5),
.recent-item-list > li:nth-child(n + 5) {
    display: none;
}
.recommend-item-list .item-list-info,
.recent-item-list .item-list-info {
    display: none;
}
@media screen and (min-width:768px) {
    .recommend-item-list .item-list-info,
    .recent-item-list .item-list-info {
		display: block;
	}
    .recommend-item-list > li:nth-child(n + 5),
    .recent-item-list > li:nth-child(n + 5) {
        display: block;
    }
}

/******************************** 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; }
.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; }

.news-list li {
  display: flex;
  padding: 24px 0;
  text-align: left;
  border-bottom: 1px dotted #ccc; }

.news-list-date {
  width: 15%;
  margin-right: 16px;
  font-size: 0.9rem;
  color: #999; }

.news-list-detail {
  text-align: left;
  flex: 1; }

.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; }

/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */
.breadcrumb {
  text-align: left;
  margin-bottom: 16px; }

.breadcrumb-item {
  display: inline-block;
  margin-right: 8px; }
  .breadcrumb-item::after {
    content: ">";
    margin-left: 8px; }
  .breadcrumb-item:last-child::after {
    display: none; }

.category-head,
.search-head {
  margin-top: 24px; }

.search-title {
  font-size: 1.5rem; }

.category-recommend-title {
    background: url(https://gigaplus.makeshop.jp/munchies0924/images/railbar-purple-text-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
	padding-top: calc(102 / 1500 * 100%);
    margin: 24px 0;
}
.category-recent-title {
    background: url(https://gigaplus.makeshop.jp/munchies0924/images/railbar-green-text-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
	padding-top: calc(103 / 1500 * 100%);
    margin: 24px 0;
}
@media screen and (min-width:768px) {
    .category-recommend-title {
        background: url(https://gigaplus.makeshop.jp/munchies0924/images/railbar-purple-text.png);
	    background-size: contain;
    	background-repeat: no-repeat;
		padding-top: calc(102 / 2000 * 100%);
    	margin-top: 24px;
        margin-bottom: 8px;
    }
    .category-recent-title {
        background: url(https://gigaplus.makeshop.jp/munchies0924/images/railbar-green-text.png);
	    background-size: contain;
    	background-repeat: no-repeat;
		padding-top: calc(103 / 2000 * 100%);
    	margin-top: 24px;
        margin-bottom: 8px;
    }
}

.category-code {
  font-size: 0.8rem;
  margin-left: 8px; }

.category-image {
  max-width: 100%; }

.child-category-list {
  background: #f0efe9;
  padding: 16px;
  margin: 24px auto;
  text-align: left;
  display: flex; }

.child-category-item {
  width: calc(100% / 4); }

.list-head {
    font-size: 1rem;
    width: fit-content;
    margin-left: auto;
}
.list-head-count {
  	display: none;  
}
.list-head-sort {
  font-size: 1rem; }

.list-head-sort li:nth-of-type(n+2):before {
    content: "/";
    margin: 0 10px;
}
.list-head-sort-sp {
    font-size: .8rem;
}
.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; }

.M_imageThumbnail {
	width: 100%;
    overflow-x: scroll;
}
.M_imageThumbnail a{
	width: 54px;
    height: 77px;
}

.item {
  display: flex;
  margin-top: 24px; }

.item-image-wrap {
  margin-right: 32px; }

.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: 1.4rem; 
  font-weight: bold; 
}

.item-wrap {
  text-align: left;
  flex: 1; }

.sale-rate {
  margin-top: 8px; }

.sale-badge {
  display: inline-block;
  padding: 2px 12px;
  background: #cc0000;
  color: #fff;
  font-size: .9rem; }

.sale-discount {
  color: #cc0000; }

.item-price-wrap {
  padding: 16px 0; }

.item-reserve {
  margin-bottom: 16px;
  background: #f0efe9;
  padding: 16px; }

.item-price {
  font-size: 1.4rem;
}

.before-price {
  font-size: 0.9rem;    
}

.tax {
  font-size: 0.8rem;
  color: #777;
  font-weight: normal; }

.item-option {
  padding: 8px 0; }

.item-description-wrap {
  text-align: left; }

.item-adddescription-wrap {
  font-size: 0.9rem;
  margin-bottom: 32px; }

.item-info {
  margin-top: 32px;
  border-top: 1px dotted #242325;
  padding-top: 32px; }

.item-info-list {
  background: #f0efe9;
  padding: 16px;
  font-size: 0.8rem;
  color: #666;
  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 {
  background: #555;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin: 16px auto 0;
  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: 90%;
  padding: 18px 0;
  font-size: 1.1rem; }

.soldout {
  margin: 32px auto;
  color: #cc0000;
  text-align: center;
  background: #ffeeee;
  padding: 18px 0; }

input[data-id="makeshop_quantity"] {
  width: 30%; }

select[name="item-quantity"] {
  margin-left: 8px;
  width: 3rem; }

select.makeshop_option-select {
  width: 100%;
  margin: 4px auto; }

i {
  margin-right: 8px; }

.makeshop_option-wrap {
  margin-bottom: 8px; }

.add-image {
    display: block; }

.add-image-list {
    padding: 8px;
    width: 100%; }

.add-image-list img {
  max-width: 100%; }

@media screen and (min-width:1024px) {
    .add-image {
      display: flex; }
    
    .add-image-list {
      width: calc(100% / 3); }
}

.add-description {
	text-align: left;
	font-size: 0.9rem;
    margin-top: 3px;
}

.sale-info {
  margin: 16px auto 0 auto; }

.item-contact {
  text-align: right; }

.item-share {
  margin-top: 24px; }
  .item-share li {
    display: inline-block; }

/******************************** 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; }

/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */
.cart-title {
  font-size: 1.6rem;
  margin-bottom: 32px;
  text-align: left; }
  .cart-title i {
    margin-right: 8px; }

.incart-total-item {
  background: #f0f0f0;
  padding: 16px;
  text-align: left; }

.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; 
    background: #ff0d0d;
    color: #fff;
    border-radius: 11px;
    padding: 0.75em 1.5em;
    width: fit-content;
    margin-left: auto;
    position: relative;
}
.free-shipping-wrap:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #ff0d0d transparent;
    border-width: 0 10px 10px 10px;
    top: -10px;
    left: 90%;
    margin-left: -10px;
}

.payment-btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  text-align: right; }
  .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; }

.noitem-btn-wrap {
  margin-top: 64px; }

/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.review-title {
  font-size: 1.5rem;
  margin-top: 24px;
  margin-bottom: 48px;
  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; }

.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%; }

/* -----------------------------------------------------------------
   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; }

/*****************************************************
 MXMXM
*****************************************************/
.information{
	display: flex;
	margin-top: 2em;
	justify-content: center;
	margin-bottom: 1em;
}
.information #photo{
	width: 600px;
}
.information #photo img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.information #photo #main{
	height: 400px;
}
.information #photo .sub-row{
	display: flex;
	height: 129px;
	margin-top: 15px;
}
.information #photo .sub-row > div{
	width: 192px;
}
.information #info{
	width: 320px;
	margin-left: 40px;
	text-align: left;
}
.open_googlemap {
    font-size: 14px !important;
    margin-top: 6px !important;
    width: 200px !important;
    border: 1px solid #000;
    text-align: center;
    display: block;
    border-radius: unset !important;
    margin-right: 100% !important;
    text-decoration: underline !important;
}
#mxmxm-category {
    justify-content: center;
    height: 131px;
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/ramp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
#mxmxm-category li a {
    background-size: cover;
    display: block;
    width: 78px;
    height: 115px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}
#mxmxm-category li.all a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/all.png);
}
#mxmxm-category li.all a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/all_hover.png);
}
#mxmxm-category li.jkt a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/jkt.png);
}
#mxmxm-category li.jkt a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/jkt_hover.png);
}
#mxmxm-category li.tops a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/tops.png);
}
#mxmxm-category li.tops a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/tops_hover.png);
}
#mxmxm-category li.tee a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/tee.png);
}
#mxmxm-category li.tee a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/tee_hover.png);
}
#mxmxm-category li.pants a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/pants.png);
}
#mxmxm-category li.pants a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/pants_hover.png);
}
#mxmxm-category li.goods a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/goods.png);
}
#mxmxm-category li.goods a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/goods_hover.png);
}
#mxmxm-category li.collab a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/collab.png);
}
#mxmxm-category li.collab a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/collab_hover.png);
}
#mxmxm-category li.skate a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/skate.png);
}
#mxmxm-category li.skate a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/skate_hover.png);
}
#mxmxm-category li.standard a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/standard.png);
}
#mxmxm-category li.standard a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/standard_hover.png);
}
#mxmxm-category li.sale a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/sale.png);
}
#mxmxm-category li.sale a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/sale_hover.png);
}
#mxmxm-category li.kids a {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/kids.png);
}
#mxmxm-category li.kids a:hover {
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/categories_new/kids_hover.png);
}

.mxmxm-soldout{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	color: #fff;
	background: url(https://gigaplus.makeshop.jp/munchies0924/images/soldout_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
	width: 100%;
	padding-top: calc(123 / 532 * 100%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.mxmxm-soldout span {
    font-size: 15px;
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    bottom: 0;
}
.recent-item-list .mxmxm-soldout span,
.recommend-item-list .mxmxm-soldout span {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
@media screen and (min-width:768px) {
	.mxmxm-soldout span {
        font-size: 17px;
        position: absolute;
        top: 6px;
        right: 0;
        left: 0;
        bottom: 0;
	}
    .recent-item-list .mxmxm-soldout span,
    .recommend-item-list .mxmxm-soldout span {
        font-size: 15px;
        position: absolute;
        top: 3px;
        right: 0;
        left: 0;
        bottom: 0;
    }
}
@media screen and (min-width:1024px) {
	.mxmxm-soldout span {
	}
    .recent-item-list .mxmxm-soldout span,
    .recommend-item-list .mxmxm-soldout span {
        font-size: 17px;
        position: absolute;
        top: 2px;
        right: 0;
        left: 0;
        bottom: 0;
    }
}
/* -----------------------------------------------------------------
   company
----------------------------------------------------------------- */
.company-image img {
  margin: 0 auto 48px; }

/* -----------------------------------------------------------------
   order-contract
----------------------------------------------------------------- */
.order-contract-title {
  margin-bottom: 24px; }

.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
----------------------------------------------------------------- */
/* フッターPC */
.footer-pc {
    margin-top: 0;
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/bg-griptape.png);
    background-size: contain;
    position: relative;
    overflow: hidden;
}
.footer-pc .bolt-left {
    position: absolute;
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/bolt-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 185px;
    height: 150px;
    left: calc(50% - 700px);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footer-pc .bolt-right {
    position: absolute;
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/bolt-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 185px;
    height: 150px;
    right: calc(50% - 700px);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footer-pc .footer-guide,.footer-nav{
    padding:24px 0; 
    text-align:left;
    width: 960px;
}
.footer-pc .footer-guide{
    border-top:1px solid #ccc;
    color:#666; 
    background:#eee;
}
.footer-pc .footer-guide-area,.footer-nav-area{
    box-sizing:border-box;
    font-size:13px;
}
.footer-pc .footer-nav-area dl {
    display: flex;
    flex-wrap: wrap;
}
.footer-pc .footer-nav-area dt {
    width: 18%;
    text-align: right;
    padding: .5em 0;
}
.footer-pc .footer-nav-area dd {
    width: 82%;
    padding: .5em 0;
}
.footer-pc .footer-guide-title{
    margin-bottom:24px;
    font-weight:bold;   
    font-size:15px;
}
.footer-pc .footer-guide-list li{
    margin-bottom:16px; 
}
.footer-pc .footer-guide-list h6{
    font-weight:bold;
    margin-bottom:8px;  
}
.footer-pc .footer-nav{
    color:#777; 
    font-size:13px;
    position:relative;
    margin: auto;
}
.footer-pc .footer-nav a{
    color:#FFF; 
}
.footer-pc .footer-nav a:hover{
    text-decoration:underline;
}
.footer-pc .footer-shop-name{
    font-weight:bold;
    margin-bottom:4px;
    font-size:16px;
}
.footer-pc .footer-nav-list{
    margin-left: 1.5em;
}
.footer-pc .footer-nav-list li{
    display:inline; 
    padding:0 8px;
}
.footer-pc .footer-nav-list li+ li {
  border-left: 1px solid #fff;
}
.footer-pc .footer-nav-title {
    color: #fff;
    font-weight: bold;
    font-size: 1.1em;
}
.footer-pc .footer-social-list{
    text-align:center;
    margin: 1.5em 0 .75em 0;
}
.footer-pc .footer-social-list li{
	display:inline-block;
}
.footer-pc .footer-social-list li:not(:last-child){
	margin-right:16px;
}
.footer-pc .footer-social-list li img {
	height: 28px;
}
.footer-pc .copyright{
    margin-top: .75em;
}
.footer-pc address{
    text-align:center;
    color:#eee; 
    font-size:11px;
	margin:24px 0;
}

/* フッタースマホ */
.footer-sp {
    font-size:12px;
    padding-bottom: 20px;
    margin-top:60px;
    margin-top: 3em;
    margin-top: 0;
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/bg-griptape.png) !important;
    background-size: auto;
}
.footer-sp .footer-parking-block {
    display: block;
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/parking-block.png);
    background-size: contain;
    height: 26px;
    background-position: center;
}
.footer-sp .footer-nav-title {
    margin-bottom: 3px;
}
.footer-sp .footer-menu {
  margin-top: .5em;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.footer-sp .footer-menu label {
    position: relative;
    display: block;
    padding: 0 0 0 4em;
    line-height: 2;
    cursor: pointer;
    text-align: left;
    font-size: 1.2em;
}
.footer-sp .footer-menu label:before {
    background: #333232;
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 3em;
}
.footer-sp .footer-menu label.on:before {
    content: '\f068';
}
.footer-sp .footer-menu dd {
  display: none;
}
.footer-sp .footer-nav-list {
}
.footer-sp .footer-nav-list li {
    text-align: left;
    padding: .5em 0;
    list-style-type: disc;
    margin-left: 1.5em;
}
.footer-sp .footer-nav-list li a {
    color: #fff !important;
}
#page_top {
    width: 75px;
    height: 75px;
    position: fixed;
    right: 0;
    bottom: -75px;
    background-image: url(https://gigaplus.makeshop.jp/munchies0924/images/pagetop.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
@media screen and (min-width:1024px) {
    #page_top {
        width: 150px;
        height: 150px;
        right: 50px;
        bottom: -150px;
    }
}
.slick-slide {
    width: 840px;
}
.slick-prev {
    left: calc(50% - 450px) !important;
	z-index: 2;
}
.slick-next {
    right: calc(50% - 450px) !important;
    z-index: 2;
}
.slick-dots {
    bottom: -35px !important;
}
@media screen and (min-width:640px) {
    .calendar {
		width: 316px;
    }
}
.main-visual {
    margin-top: 73px;
}
@media screen and (min-width:1024px) {
	.main-visual {
	    margin-top: 89px;
	}
}
