@charset "utf-8";
.blueguitars #header {
  background-color: #011C33;
}
.rocklabel #header {
  background-color: #A61E2B;
}
.vanvan #header {
  background-color: #A61E2B;
}
body.mobile-mode {
  margin-top: 60px;
}
.text-decoration-through {
  text-decoration: line-through;
}
#footer {
  background-color: #000;
  color: #fff;
}
#footer #footer-links ul {

}
#footer #footer-links ul li{
  list-style: none;
}
#footer a {
  color: #fff;
}
#copyright {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.foot-sns-icon-links {
  text-align: center;
  font-size: 24px;
  width: 100%;
  margin-bottom: 40px;
  letter-spacing:10px;
}
#footer .foot-sns-icon-links  a {
  font-size: 24px;
}
/* --------------------------------
	Tabs menu
-------------------------------- */
#bottom-menus ,#bottom-search{
  bottom: 0px;
	height: 0px;
  background-color: #000;
  width: 100%;
  z-index:1000;
  color: #fff;
	overflow: scroll;
  display: block;
	position: fixed;
}
#bottom-menus.modalHide ,#bottom-search.modalHide{
  bottom: 0px;
  opacity: 1;
  visibility: hidden;
  top: 100vh;
  -webkit-animation: modalHide 10s both;
  animation: modalHide 10s both;
}
#bottom-menus.active ,#bottom-search.active{

	bottom: 0px;
	height: 100%;
	opacity: 1;
  -webkit-animation: modalShow 0.5s both;
    animation: modalShow 0.5s both;
}
#bottom-menus ul {
	margin: 0;
	padding: 0;
  padding-top: 60px;
}
#bottom-menus ul li{
	list-style: none;
	border-bottom: 1px solid #999;
}

#bottom-menus ul li a {
	color: #fff;
	display: block;
	padding: 20px 15px;
}

.tabmenu i {
	display: block;
}
#bottom-menu i.fa-bars {
	display: block;
}
#bottom-menu i.fa-times {
	display: none;
}
#bottom-menu.active i.fa-bars {
	display: none;
}
#bottom-menu.active i.fa-times {
	display: block;
}
.bottom-menu-sns {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.bottom-menu-sns a {
	color: #fff;
	font-size: 1.4em;
	padding: 6px;
	display: inline-block;
}
.top-filter {
  padding: 10px 15px;
}
.top-filter .col {
  min-width: 40%;
  margin-bottom: 6px;
}
.bottom-search .top-filter {
  display: block;
  padding: 15px;
}
.bottom-search .top-filter .col {
  margin-bottom: 10px;
}
@-webkit-keyframes modalShow {
    0% {
        visibility: visible;
        opacity: 0;
        top: 100px;
        pointer-events: none
    }

    100% {
        pointer-events: default;
        opacity: 1;
        top: 0
    }
}

@keyframes modalShow {
    0% {
        visibility: visible;
        opacity: 0;
        top: 100vh;
        pointer-events: none
    }

    100% {
        pointer-events: default;
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes modalHide {
    0% {
        pointer-events: none;
        opacity: 1;
        top: 0
    }

    100% {
        pointer-events: none;
        opacity: 0;
        top: 100vh
    }
}

@keyframes modalHide {
    0% {
        visibility: visible;
        pointer-events: none;
        opacity: 1;
        top: 0
    }

    100% {

        pointer-events: none;
        opacity: 0;
        top: 100vh
    }
}
.brand-lists {


  display: block;

   margin-bottom: 80px;
   align-content:flex-start;
   width: 100%;
   height: calc(20vw*3 + 30px*2);
}

.brand-lists::-webkit-scrollbar-button {
  display:none;
}
.brand-lists::-webkit-scrollbar-corner {
  display:none;
}
.brand-h2 {
  display: block;
  width: 100%;
  text-align: center;
}

.brandlists{
  width:100%;
	height: auto;
	margin: 0px;
	padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.brandlist {
	width: 20%;
	height: auto;
	padding: 0;
	margin: 0;
	display: inline-block;


}
.brandlist a {

}
.brandlist a img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.brandlist .brand-title {
  text-align: center;
	background-color: inherit;
	display: block;
	position: relative;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 16px;
}
.row-brand h2 ,.row-about h2{
	color: #fff;
}
.footer-space {
  height:70px;
}
@media (min-width: 576px){
  .top-filter .col {
    min-width: 0;
  }
}
@media (max-width: 576px){

	.brandlist {
    width: 25%;
  }
	.brandlist img {
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.brandlist .brand-title {
		font-size: 14px;
		line-height: 1em;
	}
}
/* --------------------------------
	ハンバーガーメニュー
-------------------------------- */
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.e_name {
  font-size: 1em;
}
.j_name {
  font-size: 0.6em;
  margin-top: 0px;
  margin-bottom: 10px;
}
#mobile-menu {
  height: 0px;
  overflow: hidden;
}
#header {
  position: relative;
  height: 86px;
}
#header .top-menu ul {

}
#header .top-menu ul li {
  list-style: none;
  float: left;
}
#header .top-menu ul li a {
  color: #231815;
  display: block;
  text-decoration: none;
  padding: 8px;
}
#main-nenu {
  width: calc(100% - 315px);

  position: relative;
  display: inline-flex;
  margin: 0px;
  align-content:center;
  padding: 0px;
  justify-content: space-around;
}
#main-nenu > div {
  display: flex;
  align-items:center;
}
#main-nenu > div a {
  width: 100%;
  text-align: center;
  color: #fff;
}
#main-nenu > div a .e_name{
  height:2em;
  line-height: 1em;
  display: flex;
  text-align: center;
  align-items:center;
  justify-content:center;
  font-family: 'Prompt';
}
#main-nenu a.top-contact {
  border: 1px solid #fff;
  text-align: center;
  display: block;
}
.main-menu-logo {
  width: 120px;
  display: inline-block;
}
.main-menu-logo img {
  max-width: 120px;
  height: auto;
}
.main-menues-block {
  z-index: 1000;
}

#main-menue-top {
  display: none;
}

.top-icons {
  display: inline-block;
  font-size: 26px;
  z-index: 1000;

  right: 20px;
  width: 150px;
  height: 60px;
  margin-top: 10px;

}
.top-icons a {
  color: #ccc;
}
.top-icons > div {
  text-align: center;
  width: 50px;
  margin-top: 15px;
  position: relative;
  z-index: 1003;
}
.top-contact {
  float: right;
  width:100%;

  right:0;
  top:0;
  display: flex;
  margin-top: -15px;
  align-items: flex-end;
}
.top-contact a {
  height: 40px;
}
.top-contact .tellink {
  width: 160px;
  line-height: 40px;
  color: #3c4449;
}
.top-contact .btn-contact {
  width: 140px;
  line-height: 40px;
}
.btn-contact {
  background-color: #239B72;
  border-color: #239B72;
  border-radius: 0px;
  padding: 0 0;
  width: 100%;
  float: right;
  margin-right: 15px;
}
/* --------------------------------
	mobile menu
-------------------------------- */

#tabmenus {
  background-color: #000;
  position: fixed;
  left:0px;
  bottom: 0px;
  width: 100%;
  z-index: 1001;
  display: flex;
  padding: 8px 0px;
}
#tabmenus .tabmenu {
  width:25%;
  color: #fff;
  text-align: center;
  font-size: 1.7em;
}
#tabmenus .tabmenu a {
  color: #fff;
}
#tabmenus i {

}
#tabmenus div {
  font-size: 10px;
  display: block;
  margin-bottom: 4px;
}
@media (min-width:576px) {
  #tabmenus {
    display: none;
  }
}
.main-menu .menu-trigger {
    display: none;
		z-index: 10002;
    position: fixed;
    width: 50px;
    left: 10px;
    bottom: 7px;
    height: 50px;
    z-index: 1;
    cursor: pointer;

	}
  .main-menu .menu-trigger.active span.menu:after {
    content: "CLOSE"
}

	.main-menu .menu-trigger span {
    position: absolute;
    right: 12px;
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px
}

	.main-menu .menu-trigger span.menu {
    content: "MENU";
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    font-size: 10px;
    bottom: 18px;
    height: 0;
    width: 100%;
    font-weight: bold;
    right: 0;
    text-align: center;
    background-color: none;
    color: #fff
}

	.main-menu .menu-trigger span.menu:after {
    content: "MENU"
}

	.main-menu .menu-trigger span:nth-of-type(1) {
    top: 13px
}

	.main-menu .menu-trigger span:nth-of-type(2) {
    top: 20px
}

	.main-menu .menu-trigger span:nth-of-type(3) {
    bottom: 21px
}

	.main-menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg)
}

	.main-menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0
}

	.main-menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg)
}

@media (min-width: 840px) and (max-width: 1040px) {
  .main-menu-logo {
    width: 120px;
  }
  .main-menu-logo img {
    width: 120px;
  }
  #main-nenu {
    width: calc(100% - 120px - 25px - 160px);
    font-size: 0.90em;
  }
}
@media (min-width: 767px) and (max-width: 840px) {
  .main-menu-logo {
    width: 100px;
  }
  .main-menu-logo img {
    width: 100px;
  }
  #main-nenu {
    width: calc(100% - 86px - 20px - 120px);
    font-size: 0.7em;
  }
  .top-icons {
    width: 120px
  }
  .top-icons > div {
    width: 40px;
  }
}
@media (min-width: 745px) and (max-width: 767px) {
  .main-menu-logo {
    width: 86px;
  }
  .main-menu-logo img {
    width: 86px;
  }
  #main-nenu {
    width: calc(100% - 86px - 15px - 120px);
    font-size: 0.7em;
  }
  .top-icons {
    width: 120px
  }
  .top-icons > div {
    width: 40px;
  }
}
@media (min-width: 512px) and (max-width: 745px) {
  .main-menu-logo {
    width: 86px;
  }
  .main-menu-logo img {
    width: 86px;
  }
  #main-nenu {
    width: calc(100% - 86px - 15px - 90px);
    font-size: 0.7em;
  }
  .top-icons {
    font-size: 18px;
    width: 90px;
  }
  .top-icons > div {
    width: 30px;
  }
}
/* --------------------------------
	products
-------------------------------- */
.container-products {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row.search-lists {
  margin-right: -7.5px;
  margin-left: -7.5px;

}
.new-arrivals > div {
  margin-bottom: 8px;
}
.productitem {
  width: 50%;
  padding: 7.5px 7.5px;
  position: relative;
  font-size: 14px;
}
.productitem:hover {
  opacity: 0.7;
}
.product_list_div {
  /*background-color: #F3EEE6;*/
  height: 100%;
  background-color: #fff;
  color: #fff;
  font-family: 'Archivo Narrow', sans-serif;
}
.product_list_div .maker_name {
  margin-top: 5px;
  margin-bottom:  5px;
  padding: 0px 15px 0px 15px;
  font-weight: 700;
  font-family: '',
}
.product_list_div .pro_name {
  line-height: 1.1em;
  margin-bottom: 2.2em;
  padding: 0px 15px 4px 15px;
  font-weight: 300;
}
.product_list_div a {
  color: #393c41;

  text-decoration: none;
  line-height: 1.2em;
  display: block;
}
.product_list_div a:hover img {

}
.img-wrap {
  position: relative;
  width: 100%;
}
.img-wrap:before {
  content:"";
  display: block;
  padding-top: 67%;
}
.img-wrap img.img-product {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.img-wrap img:hover {

}
.product_condition span {
  padding: 3px 10px;
  color: #fff;
  background-color: #0A325A;

}
.product_condition {
  text-align: left;
  font-family: 'Tenor Sans', sans-serif;
  padding: 3px 8px;
  margin-left: 15px;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform:uppercase;
}
.pro-review iframe {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}
.item_price {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.product_list_div .item_price {
  font-size: 1.2em;
  text-align: left;
  position: absolute;
  font-weight: 700;
  padding: 4px 15px;
  bottom: 10px;
  width: 100%;
}
.product_list_div .item_price span > span{
  font-size: .7em;
}
.item_price .soldout {
  color: #9E2833;
  font-family: "impact";
}
.cart_area .item_price .soldout {
  font-size: 2.8rem;
}
.img-wrap {
  position: relative;
}
.img-wrap img.soldout-icon {
    position :absolute;
    top:0;
    left:0px;
    opacity:1;
    width:auto;
    max-width: 240px;
}
/*NEW*/
.product_condition-1  {
  color: #fff;
  background-color: #0A325A;
}
/*Used*/
.product_condition-2  {
  color: #fff;
  background-color: #DE5D50;
}
/*Vintage*/
.product_condition-3  {
  color: #fff;
	background-color: #bfb51d;
}
@media (min-width:640px) {
  .new-arrivals > div {
    margin-bottom: 20px;
  }
  .productitem {
    width: 33.3333%;
  }

}
@media (min-width:768px){

}
@media (min-width: 1200px){

  .productitem {
    width: 25%;
  }
}
@media (max-width:512px) {
  body {


  }
  #header {
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 1000;
    top:0px;
  }
  #main-nenu {
    display: none;
  }
  #main-nenu.main-menu {
    height: auto;
    min-height: 100%;
  }
  .content {
    margin-top: 65px;
  }

  .container.inner {
    height: auto;
    min-height: 100%;
  }
  #mobile-menu {
    position: fixed;
    background-color: #fff;
    top: 60px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 0px;
    opacity: 1;
    visibility: hidden;
    transition: .3s linear;
    padding-top: 2px;
    overflow: hidden;
  }
  #mobile-menu.active {
    opacity: 1;
    visibility: visible;
    height: calc(100% - 60px);
    z-index: 999;
  }
  .peace-menus {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width:100%;
    overflow: hidden;
  }
  .peace-menus-wrap {
    margin-left: 0;
    display: flex;
    width: 200%;
    transition: .4s linear;
  }
  .peace-menus-wrap.active{
    margin-left: -100%;
  }
  #mobile-menu .peace-menu {
    width:100%;

  }
  .peace-menu li a {
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: -1px;
  }
  #main-menue-top {
    border-top: 3px solid #999;
    display: flex;
    border-bottom: 1px solid #999;

  }
  #main-menue-top > div {
    width:50%;
    padding-top: 6px;

    text-align: center;
  }
  #main-menue-top > div > i{
    font-size: 34px;
    display: block;
  }
  .main-menue-top-1 ,.main-menue-top-2 {
    color: #999;
  }
  .main-menue-top-1.active ,.main-menue-top-2.active {
    color: #222;
  }
  .main-menue-top-1.active::after ,.main-menue-top-2.active::after {
    border-bottom: 2px solid #222;

  }
  .overlay {
      position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 200%;
    background: rgba(255, 255, 255, 1);
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
  }
  .overlay.is-open {
    opacity: 1;
    visibility: visible;
  }


  .main-menues-block {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: auto;
    min-height: 100%;
  }
  .peace-menu ul li > ul {
    display: block;
    height:0px;
    overflow: hidden;
    transition-duration: 5s;
    transition-property:left;
  }
  .peace-menu ul li > ul.show {
    height:auto;
    overflow: visible;
  }
  .peace-menu ul li > ul.show li a{
    color: #666;

  }
  .peace-menu ul li > ul > li{
    padding-left: 20px;
  }
  .peace-menu ul li {
    display: block;
    width:100%;
  }
  .peace-menu ul li > a.down-toggle {
    display: inline-block;
    width:85%;

  }
  .peace-menu ul li > a.togglebtn {
    width:15%;
    display: inline-block;
    text-align: center;
  }

  .togglebtn {
    background-color: #eee;
  }
  .top-icons {
    position: absolute;
    right:0px;
    margin-top: 8px;
  }
  .top-icons > div {
    margin-top: 0px;
  }
  .member-cart {
    display: none;
  }
  .favorite-cart {
    display: none;
  }
  .shopping-cart {
    display: none;
  }
  .main-menu-logo {
    position: absolute;
    left : calc( 50%  - 43px);
  }
  .main-menu-logo img {
    max-width: 86px;
    margin-top: 4px;
  }
		.navbar h1 { position: fixed;top:0;z-index: 9998;width: 100%;background-color: #fff;height: 70px;padding-top:5px;box-shadow: 0 3px 6px rgba(0,0,0,0.3);
		}
		.navbar h1 img {max-width: 240px;max-height: 60px;}
		.top-main {margin-top: 80px;}
		.navbar-toggle {display: display;}
		.main-menu .menu-trigger {
	    display: block;
			z-index: 10010;
		}


		.f-links {font-size: 16px; margin-bottom: 0px;}
		.f-link {font-size: 16px;margin-top: 15px; border-bottom: 1px solid #ccc;}
	}
.page-link {
  border: none;
}
.page-item.active .page-link {
  background-color: #666;
}
