@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}


@media screen and (max-width:840px){

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:3.7vw
}
	
.pc{display:none!important;}
.sp{display:block!important;}	


/*Contents layout
----------------------------------------------------*/
.contents{
	width: 94%;
	margin: 0 auto;
}


/*header
----------------------------------------------------*/
.header_bar{
	padding: 5px 3%;
}

.header_bar h1{
	font-size: 2.8vw;
}

.header_bar .box_right{
	display: none;
}

.header_main{
	padding: 2vw 15% 2vw 3%;
	grid-template-columns: 1fr 40vw;
}

.header_main h2{
	width: auto;
	height: 8vw;
}

.header_main h2 img{
	width: auto;
	height: 8vw;
}

.header_main .box_right{
	display: grid;
	grid-template-columns: 1fr;
}

.header_main .box_right .sns{
	width: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 0 3vw;
}

.header_main .box_right .menu,
.header_main .box_right .menu.login,
.header_main .box_right .menu.logout{
	display: none;
}


/*navigation
----------------------------------------------------*/
.header_navi{
	padding: 0;
	background: none;
}

nav{
	height: 100%;
	padding: 0 0 6vw 0;
}

nav ol{
	float:none;
	width:100%;
	margin: 6vw auto;
	padding: 0;
	display: block;
}

nav ol li{
	height:auto;
	margin: 0 0 4vw 0;
	text-align: center;
	display:block;
}

nav ol li a,
nav ol li span{
	padding: 4vw 1.5em;
	font-size:4.4vw;
	display: block;
}



/*sp button
-------------------------------------------------*/
#triggerBox{
    position: fixed;
    top: 2vw;
    right: 2vw;
	width: 45px;
	height: 45px;
    z-index: 10001;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	/*background-color: #324C9C;*/
	display: block;
}
.menu-trigger span {
    position: absolute;
    left: 13px;
    width: 20px;
    height: 2px;
    background-color: #324C9C;
}
.menu-trigger span:nth-of-type(1) {
    top: 13px;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 16px;
}
.menu-trigger.active span:nth-of-type(1) {
    top: 15px;
	-webkit-transform: translateY(4px) rotate(-315deg);
	transform: translateY(4px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	bottom: 14px;
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}


/*navigation
-------------------------------------------------*/
#headIn{
	overflow: auto;
	position: fixed;
	height:0;
	left: 0px;
	top: 65px;
	right: 0px;
	background:rgba(255,255,255,0.95);
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
    transition:height 0.3s ease;
}

#headIn.active {
	height:calc(100% - 65px);
}

.box_search{
	margin-bottom: 0;
	padding: 4vw;
	background: #F4F4F4!important;
	font-size: 3.4vw;
	line-height: 7vw;
	display: block;
}

.box_search div{
	padding: 0!important;
	background: none!important;
}

.box_search form,
.header-search{
	padding: 0 2vw 0 3vw;
	display: grid;
	grid-template-columns: 1fr 5vw;
	grid-gap: 0 2vw;
}

.box_search button[type="submit"],
.header-search a{
	width: 4vw;
	height: 4vw;
}

.box_spmenu_header{
	background: none!important;
}

.megamenu .box_spmenu_header ul{
	padding: 6vw 0!important;
	display: grid!important;
	grid-template-columns: 1fr 1fr;
	grid-gap: 3vw;
}

.megamenu .box_spmenu_header ul li{
	margin: 0;
}

.megamenu .box_spmenu_header ul li a{
	padding: 2.5em 0 0.5em 0!important;
	border-bottom: 0!important;
	border-radius: 5px;
	font-size: 2.8vw!important;
	text-align: center;
	display: block;
}

.box_spmenu_header ul li:nth-of-type(1) a{background: #FFF url("https://bamlee.com/img/common/icon_language.png") no-repeat center 0.5em / 2em;}
.box_spmenu_header ul li:nth-of-type(2) a{background: #FFF url("https://bamlee.com/img/common/icon_about.png") no-repeat center 0.5em / 2em;}
.box_spmenu_header ul li:nth-of-type(3) a{background: #FFF url("https://bamlee.com/img/common/icon_guide.png") no-repeat center 0.5em / 2em;}
.box_spmenu_header ul li:nth-of-type(4) a{background: #FFF url("https://bamlee.com/img/common/icon_mail.png") no-repeat center 0.5em / 2em;}



/*header news
----------------------------------------------------*/
.sec_news_head{
	display: none;
}


/*common
----------------------------------------------------*/
.btn{
	min-width: 36vw;
	margin: 10vw auto;
	padding: 5px 4vw;
	border-radius: 6vw;	
}

.cate{
	padding: 2px 2vw;
	font-size: 3.4vw;
}

.ttl{
	margin-bottom: 10vw;
	font-size: 4vw;
}

.ttl span{
	padding: 4vw 0;
	font-size: 8vw;
}

.ttl em{
	font-size: 6vw;
}

.breadcrumb{
	padding: 6vw 2% 10vw 2%;
	font-size: 3.0vw;
}

.breadcrumb span,
.breadcrumb a{
	font-size: 3.0vw;	
}

.category-head h2,
.search-head h2{
	padding: 0 0 6vw 0;
}

.list-head{
	margin: 0 auto 6vw auto;
}

.list-head-sort{
	margin-bottom: 6vw;
	padding-bottom: 2vw;
}

.pager{
	padding-top: 16vw;
}

.pager li span{
	padding: 3px 2vw;
}


/*cate
----------------------------------------------------*/
.sec_cate .contents{
	padding: 10vw 0 0 0;
}

.btn_cate ul{
	margin-bottom: 16vw;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 6vw 4vw;
}

.btn_cate ul li a{
	padding: 5px 6vw 5px 2vw;
	border-radius: 6vw;
	background: url("https://bamlee.com/img/common/icon_link01.png") no-repeat right 4vw center / 0.6em;
}

.btn_material ul{
	margin-bottom: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 6vw 4vw;
}

.btn_use ul:nth-of-type(1){
	width: 94%;
	margin: 0 auto 6vw auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 6vw 4vw;
}

.btn_use ul:nth-of-type(2){
	width: 94%;
	margin: 0 auto 16vw auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 6vw 4vw;
}

.btn_material ul li a,
.btn_use ul li a{
	font-size: 4vw;
}

.btn_material ul li img,
.btn_use ul li img{
	width: 145px;
	margin: 0 auto 5px auto;
}

.btn_material .center{
	margin-bottom: 16vw;
}

.btn_series ul{
	margin-bottom: 16vw;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6vw;
}


/*another
----------------------------------------------------*/
.sec_another > h2{
	margin-bottom: 6vw;
}

.sec_another > h2 span{
	padding: 0 8vw;
	font-size: 6vw;
}

.sec_another > h2 span:before{
	width: 4vw;
}

.sec_another > h2 span:after{
	width: 4vw;
}

.sec_another_inner{
	padding: 16vw 0 2vw 0;
}

.btn_another ul{
	margin-bottom: 16vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 6vw 4vw;
}

.btn_another ul li{
	margin-bottom: 6vw;
}

.btn_another ul li a{
	font-size: 4vw;
}

.btn_another ul li span{
	padding: 4vw 2vw;
}


/*sale
----------------------------------------------------*/
.sec_sale{
	margin-bottom: 30vw;
	padding: 16vw 0;
	background: url("https://bamlee.com/img/common/bg_sale.png");
	background-size: 20vw;
}

.sec_sale h2 span{
	font-size: 6vw;
}

.btn_sale{
	width: 94%;
}

.btn_sale ul{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6vw;
}


/*column link
----------------------------------------------------*/
.sec_column .contents{
	width: 94%;
	padding: 4vw 6vw;
	border-radius: 2vw;
}

.sec_column .contents h2{
	top:-10vw;
}

.sec_column .contents h2 span{
	padding: 0 12vw;
	font-size: 6vw;
}

.sec_column .contents h2 span:before{
	left:3vw;
	width: 3vw;
}

.sec_column .contents h2 span:after{
	right:3vw;
	width: 3vw;
}

.btn_link ul{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6vw;
}

.btn_link ul li iframe{
	width:100%;
	height:60vw;
}

.btn_link .btn{
	margin-top: 4vw;
}


/*news
----------------------------------------------------*/
.sec_news{
	margin-bottom: 16vw;
	padding: 16vw 0;
}

.sec_news .contents{
	width: 94%;
	margin: 0 auto;
}

.sec_news .contents h2{
	margin-bottom: 10vw;
}

.sec_news .contents h2 span{
	padding: 0 12vw;
	font-size: 8vw;
}

.sec_news .contents h2 span:before{
	left: 3vw;
	width: 3vw;
}

.sec_news .contents h2 span:after{
	right: 3vw;
	width: 3vw;
}

.box_news ul li{
	margin-bottom: 3vw;
	padding-bottom: 3vw;
}

.box_news ul li span{
	display: block;
}

.box_news .btn{
	margin: 4vw auto 0 auto;
}


/*recommend
----------------------------------------------------*/
.sec_recommend .ttl span:before,
.sec_review .ttl span:before{
	width: calc(50% - 30vw);
}

.sec_recommend .ttl span:after,
.sec_review .ttl span:after{
	width: calc(50% - 30vw);
}


/*review
----------------------------------------------------*/
.sec_review{
	margin-bottom: 30vw;
}

.reviewRateStar.starOn{
	width: 2.5vw;
	height: 2.5vw;
	background: url("https://bamlee.com/img/common/icon_star.png") no-repeat center / 2.5vw;	
}

.reviewRateStar.starOff{
	width: 2.5vw;
	height: 2.5vw;
	background: url("https://bamlee.com/img/common/icon_star_off.png") no-repeat center / 2.5vw;	
}


/*recent
----------------------------------------------------*/
.sec_recent{
	padding: 16vw 0;
}

.sec_recent .contents{
	padding-top: 10vw;
}

.sec_recent h2{
	width: 14em;
	margin: -26vw auto 0 auto;
	padding: 4vw 6vw;
	border-radius: 10vw 10vw 0 0 ;
	font-size: 6vw;
}



/*list
----------------------------------------------------*/
.category-recommend-item{
	margin-top: 12vw;
	padding: 6vw 0;
}

.category-recommend-title{
	margin: 2vw auto 6vw auto;
	padding-bottom: 2vw;
}

.child-category-list{
	margin-bottom: 10vw;
	grid-template-columns: repeat(2, 1fr);
}

.child-category-list li a{
	padding: 1vw 4vw;
	border-radius: 6vw;
}

.category-image{
	margin-bottom: 10vw;
}

.box_list_inner{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 10vw 6vw;
}


/*detail
----------------------------------------------------*/
.item-image-wrap{
	/*display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;*/
	display: block;
}

.detail .item-name{
	margin-bottom: 4vw;
	font-size: 5.5vw;
}

.detail .price{
	font-size: 8vw;
}

.detail .price span:nth-of-type(2){
	font-size: 3.7vw;
}

.detail .item-stock{
	margin: 0 1em 6vw 0;
}

.detail .item-share{
	width: 100%;
	display: block;
}

.detail .item-share li{
	margin: 0 2vw;
}

.detail .item-share li img{
	width: 12vw;
	height: auto;
}

.detail .cart-btn{
	margin-bottom: 10vw;
	padding: 3vw;
	border-radius: 10vw;
	font-size: 4vw;
}

.detail iframe{
	width: 100%;
}

.detail .tab-content hr{
	margin: 6vw 0;
}

.detail.bg{
	padding: 10vw 0 20vw 0;
}

.item-description-wrap{
	width: 100%;
	padding: 10vw 0;
	border-radius: 2vw;
}


/*review list
----------------------------------------------------*/
.review-title{
	margin-bottom: 6vw;
}

.review-item-wrap{
	padding: 6vw;
	display: grid;
	grid-gap: 6vw;
}

.review-item-name{
	font-size: 4vw;
}

.review-average{
	font-size: 4vw;
}

.review-list li{
	margin-bottom: 4vw;
	padding-bottom: 4vw;
}


/*review post
----------------------------------------------------*/
.review-form-wrap{
	width: 100%;
	margin: 10vw auto;
}

.review-form-wrap dl{
	margin-bottom: 4vw;
}


/*cart
----------------------------------------------------*/
.cart-title{
	padding: 0 0 6vw 0;
	font-size: 6vw!important;
}

.incart-total-item{
	margin-bottom: 6vw;
	padding: 6vw!important;
}

.order-box{
	margin: 0 auto 6vw auto!important;
	padding: 0 0 6vw 0!important;
	grid-template-columns: 20% 1fr!important;
}

.cart-item-name,
.cart-item-price{
	font-size: 4vw;
}

.cart-item-unit-price{
	font-size: 3.7vw;
}

.order-quantity-box{
  	width: auto;
    display: block!important;
}

.order-quantity-box input{
	width: 8em;
	padding: 0.5em 0;
	display: block;
}

.order-quantity-box .btn{
	min-width: 8em;
	width: 8em;
	margin-top: 3vw;
}

.order-quantity-box input{
	border-radius: 5px;
	border: 1px solid #CCC;
	text-align: center;
}
.cart-total-price,
.cart-total-point{
	text-align: center!important;
}

.payment-btn-wrap{
	text-align: center;
}

.btn_pay{
	max-width: 500px;
	width: 90%;
	margin: 30px auto 50px auto;
	padding: 15px;
	background: rgb(185, 65, 33);
	border: 0px;
	border-radius: 50px;
	font-size: 20px;
	color: rgb(255, 255, 255) !important;
	display: block!important;
}

.amazon-button{
	max-width: 300px!important;
	margin: 0 auto!important;
	display: block!important;
}


/*news list
----------------------------------------------------*/
.section-title.news-title{
	padding: 0 0 6vw 0!important;
	font-size: 6vw!important;
}

.news-list-unit{
	margin-bottom: 6vw!important;
	padding-bottom: 6vw!important;
}

.news-list-date {
	font-size: 3.7vw!important;
}

.news-list-title{
	font-size: 3.7vw!important;	
}

.news-list-content{
	font-size: 3.4vw!important;	
}


/*footer
----------------------------------------------------*/
footer{
	padding: 8vw 2%;
}

footer .contents{
	margin-bottom: 4vw;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 4vw;
}

footer .contents h2{
	margin-bottom: 4vw;
	height: 9vw;
}

footer .contents h2 img{
	width: auto;
	height: 9vw;
	margin: 0 auto 0 0;
}

footer .contents p{
	margin-bottom: 4vw;
}

.box_calendar{
	padding: 2vw 4vw;
	border-radius: 2vw;
	font-size: 2.8vw;
}

.box_calendar h2{
	margin-bottom: 2vw!important;
	font-size: 3.7vw;
}

.box_calendar_inner{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6vw;
}

.box_contact{
	padding: 4vw;
	border-radius: 2vw;
}

.box_contact .asirai span{
	padding: 0 7vw;
}

.box_contact .asirai span:before{
	left:3vw;
	width: 2vw;
}

.box_contact .asirai span:after{
	right:3vw;
	width: 2vw;
}

.box_contact h3{
	margin-bottom: 2vw;
	font-size: 8vw;
}

.box_contact h3 span{
	padding: 2vw;
	font-size: 3.7vw;
}

footer .contents .box_contact p{
	margin-bottom: 4vw;
	font-size: 3.4vw;
}

.box_contact a{
	padding: 4vw;
	border-radius: 2vw;
}

.copyright{
	font-size: 2.8vw;
}

.box_spmenu_footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #B94121;
	z-index: 10000;
}

.box_spmenu_footer ul.login{
	display: grid!important;
	grid-template-columns: repeat(5, 1fr);
}

.box_spmenu_footer ul.logout{
	display: grid!important;
	grid-template-columns: repeat(5, 1fr);
}

.box_spmenu_footer ul li a{
	padding: 2.5em 0 0.5em 0;
	border-radius: 5px;
	font-size: 2.8vw;
	color: #FFF;
	text-align: center;
	display: block;
}

.box_spmenu_footer ul li.icon_member a{background: url("https://bamlee.com/img/common/icon_member_w.png") no-repeat center 0.5em / 2em;}
.box_spmenu_footer ul li.icon_login a{background: url("https://bamlee.com/img/common/icon_login_w.png") no-repeat center 0.5em / 2em;}
.box_spmenu_footer ul li.icon_logout a{background: url("https://bamlee.com/img/common/icon_logout_w.png") no-repeat center 0.5em / 2em;}
.box_spmenu_footer ul li.icon_cart a{background: url("https://bamlee.com/img/common/icon_cart_w.png") no-repeat center 0.5em / 2em;}
.box_spmenu_footer ul li.icon_melmaga a{background: url("https://bamlee.com/img/common/icon_melmaga_w.png") no-repeat center 0.5em / 2em;}
.box_spmenu_footer ul li.icon_pro a{background: url("https://bamlee.com/img/common/icon_ppro_w.png") no-repeat center 0.5em / 2em;}
.box_spmenu_footer ul li.icon_mypage a{background: url("https://bamlee.com/img/common/icon_mypage_w.png") no-repeat center 0.5em / 2em;}


/*page top
--------------------------------------------*/
#page-top{
	right: 3%;
	bottom:16vw;
}

#page-top a{
	width:6vw;
	height:6vw;
}

}