.navbar,#header{margin-bottom: 60px;}
.topNavBox{background-color: rgba(0,0,0,.85);position: relative;}
.product_name{float: left;color: #fff;font-size: 20px;padding:16px 6px;}
.r_menu{float: right}
.r_menu_l{
    float:right;
    font-size:14px;
    height: 60px;
    line-height: 60px;
    padding:0;
    /*width:60px;*/
    color:#999;
    margin-left:30px;
    text-align: center;
    -webkit-transition: none;
    transition: none;
    transition: color 0.5s;
}
.r_menu_l:hover{color: white}
.buy-button{
	display: block;
	background: #ff763a;
	color: #fff;
	padding:0 14px;
	text-align: center;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
}
.buy-button:hover,
.buy-button:focus{
    background: #ff6000;
    color: #fff;
}
.buy-button.out-of-stock{
    background: #cccccc
}
.buy-button.out-of-stock:hover{
    background: #cccccc;
}
.tabControl{float: right;font-size: 0}
.tabControl a{display: inline-block;float: left}
.button-box{float: right;padding:16px 0;margin-left: 30px;}
.buy-list img{width:64px;height: 64px;display: inline;margin-bottom: 10px}

.topNavMaxScreen{
    z-index: 20;
    position: absolute;
    top: 61px;
    width: 100%;
    max-width: 1920px;
}
#buyModal{
    width: 400px;
    max-width: 100%;
}
#buyModal h4{
    margin:10px 0 10px;
    font-size: 18px;
    font-weight: bold;
}
#buyModal p{
    font-size: 14px;
    margin:0;
}
.li-list{
    margin:0;
    padding:20px 10px 15px;
}
.li-list li{
    position: relative;
    height: 64px;
    margin-bottom: 20px;
}
.li-list li:last-child{
    margin-bottom: 0;
}
.li-list li .btn-icon{
    position: absolute;
    display: block;
    left: 0;

}
.li-list li .url-list{
    position: relative;
    right: 0;
    height: 64px;
    float: right;
    width: 64px;
    font-size: 15px;
}
.li-list li .url-list .coupon-url{
    position: absolute;
    text-decoration: underline;
    top: 4px;
    right: 0;
    color: gray;
    cursor: not-allowed;
}
.li-list li .url-list.has-coupon .coupon-url{
    color: green;
    cursor:pointer;
}
.li-list li .url-list .buy-url{
    position: absolute;
    text-decoration: underline;
    bottom: 4px;
    right: 0;
    color: red;
}
.buy-list p{font-size: 14px}
#myModalLabel{margin:10px 0;font-size: 20px;}
@media (max-width: 1199px){
}
@media (max-width: 991px){
} 
@media (max-width:767px){
    .topNavBox{background-color: rgba(0,0,0)}
	.topNavBox .custom_container{padding:0;}
	.product_name{font-size: 3.9vw;padding:2.8vw 4.9075vw;}
	.r_menu_l{height: 35px;line-height: 35px;font-size: 12px}
	.button-box{
		padding:0;
		margin-top: 2.4vw;
    	margin-right: 5%;
	}
	.buy-button{
		font-size: 2.8vw;
		padding:0 3vw;
		height: 6vw;
		border-radius: 2.8vw;
		line-height: 6vw;
	}
	.tabControl{
		width: 100%;
		position: relative;
		display: block;
		height: 0;
		opacity: 0;
	    overflow: hidden;
	    visibility: hidden;
	    transition: all 300ms ease-in-out 0s;
	}
	.tabControl.showTab{
		display: block;
		height: 24.4vw;
		opacity: 1;
	    visibility: visible;
	    transition: all 300ms ease-in-out 0s;
	}
	.tabControl{float: right;font-size: 0}
	.tabControl a{display: block;float: none}
	.r_menu_l{
		width: 80%;
	    height: 12.2vw;
	    margin-right: 10%;
	    margin-left: 10%;
	    font-size: 3.2vw;
	    line-height: 12.2vw;
	    color: #999;
	    text-align: left;
	    font-weight: 400;
	    border-width: 0 0 1px;
	    border-style: solid;
	    border-color: #4d4d4d;
	}
	.tabControl a:last-child .r_menu_l{
		border:none;
	}
}
@media (max-width:480px){
}


.topNavBox .MobShowHide{
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.86,0,.07,1),-webkit-transform-origin .6s cubic-bezier(0.86,0,.07,1);
    transition: transform .6s cubic-bezier(0.86,0,.07,1),transform-origin .6s cubic-bezier(0.86,0,.07,1),-webkit-transform .6s cubic-bezier(0.86,0,.07,1),-webkit-transform-origin .6s cubic-bezier(0.86,0,.07,1),-ms-transform-origin .6s cubic-bezier(0.86,0,.07,1);
    -webkit-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -o-transform: translateY(15%);
    transform: translateY(15%);
}
.topNavBox .MobShowHide::before, .topNavBox .MobShowHide::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 1px;
    z-index: 1;
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.86,0,.07,1),-webkit-transform-origin .6s cubic-bezier(0.86,0,.07,1);
    transition: -webkit-transform .6s cubic-bezier(0.86,0,.07,1),-webkit-transform-origin .6s cubic-bezier(0.86,0,.07,1),transform .6s cubic-bezier(0.86,0,.07,1),transform-origin .6s cubic-bezier(0.86,0,.07,1),-ms-transform-origin .6s cubic-bezier(0.86,0,.07,1);
}
.topNavBox .MobShowHide::before {
    background: #fff;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    -moz-transform: rotate(40deg) scaleY(1.5);
    -o-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
}
.topNavBox .MobShowHide::after {
    background: #fff;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    -moz-transform: rotate(-40deg) scaleY(1.5);
    -o-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
}
.topNavBox .range{
    -webkit-transform: translateY(-9%);
    -ms-transform: translateY(-9%);
    -moz-transform: translateY(-9%);
    -o-transform: translateY(-9%);
    transform: translateY(-9%);
}
.topNavBox .range:before {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    -moz-transform: rotate(-40deg) scaleY(1.5);
    -o-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
}
.topNavBox .range:after {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    -moz-transform: rotate(40deg) scaleY(1.5);
    -o-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
}
.topNavBox .MobShowHide::before {
    right: 50%;
}
.topNavBox .MobShowHide::after {
    left: 50%;
}
.topNavBox .MobShowHide {
    display: none;
    margin-bottom: 0
}
@media (max-width: 1024px) {
    .topNavMaxScreen{
        top: 51px;
    }
}
@media(max-width: 767px){
.topNavBox .MobShowHide {
    display: block;
    width: 10vw;
    height: 10vw;
    margin-left: -5vw;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: transparent;
}
.topNavMaxScreen{
		position: absolute;
		width: 100%;
		height: auto;
	    /*top: 14.81481vw;*/
	    background: rgba(0,0,0,.95)!important;
	    z-index: 888;
	}
.scrolledNav{
    position: fixed;
    top: 0;
  }
.navbar{
	margin-bottom: 10.8vw;
    border-bottom: none;
}
#header{
    margin-bottom: 10.8vw;
    z-index: 999;
}
}
@media(min-width:768px){
.scrolledNav_pc{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 888;
}
}

.topNav-container{
    max-width: 1400px;
    padding: 0 30px;
    width: auto;
}
.topNav-container::after{
    content: "";
    display: table;
    clear: both;
}
.product_name{
    padding: 16px 0;
}
@media (max-width: 767px){
    .product_name {
        font-size: 3.9vw;
        padding: 2.8vw 4.9075vw;
    }
}

/*modal list*/
.blocker{
    z-index: 999;
}
.buy-list-modal{
    overflow: visible;
    z-index: 99;
    max-width: 800px;
    padding: 0;
    width: 100%;
    height: 80%;
}
.buy-list-modal .modal-wrap{
    padding: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    background-color: #f1f1f1;
}
.buy-list-modal .modal-title{
    width: 365px;
    margin: auto;
}
.buy-list-modal .link-list{
    margin: 0;
    padding: 0;
    margin-top: 50px;
}
.buy-list-modal .link{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}
.buy-list-modal .link-text{
    font-size: 20px;
    padding: 0 10px;
    width: calc(100% - 277px);
}
.buy-list-modal .link-style{
    width: 163px;
    flex: 0 0 163px;
}
.buy-list-modal .link-btn{
    width: 114px;
    flex: 0 0 114px;
    display: block;
}
.buy-list-modal .modal-title img,
.buy-list-modal .link-style img,
.buy-list-modal .link-btn img{
    width: 100%;
    height: auto;
}
.buy-list-modal a.close-modal{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJFREVDNUZGN0E2QjExRUM4RDdCRTA4MUU1MzI0MkM5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJFREVDNjAwN0E2QjExRUM4RDdCRTA4MUU1MzI0MkM5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkVERUM1RkQ3QTZCMTFFQzhEN0JFMDgxRTUzMjQyQzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkVERUM1RkU3QTZCMTFFQzhEN0JFMDgxRTUzMjQyQzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7i99yUAAAFU0lEQVR42uSby0skVxSHb7uYWRgnTcYI4wwBXbgRd1n4wkmcWUx8oPgYJPkH1NVAko2atYtEwVeD4HY0uJiNg61oDDMm0waiiSNuBO2gwSgK0+0DfPR455ymKpR3bnVX3Ud3dXLgh1BWnXO+quqqU/ee6yP67ENQGehTUDGoAHQX5Ad9YOxzAoqAdkFboHXQ76AQKOokCKWUpNPugb4G/QqKYT6Cihk+0NcnyYDdSJVVgaYkIRPBo+/7XgD+DPRSA6SdXhoxhYF9gqB3QN+Dvkq0U1lZGamuribFxcWksLCQ5OfnE7/fT3JycuL/Pz4+JpFIhOzu7pKtrS2yvr5OFhYWSCgUShb/Kehb0D+p+A23Gg8a7lUASDo8PEwPDg6oqOGxgUAg7ivB1cYcWnXe0jdAQ3YJtLe30+npaaragsFg3HcCcMzppmpgvAfneQFramrozMwM1W0YA2PZQL8AfaQK+GPj3fheoIGBAZpqw5g20H9irrLAWDws836ny8vLNF2GsW1+3yuYsygw/mZ/4t3C5+fnNN12dXVFGxoaeNCY8w0R4BHWWVNTE/WaYU4c6BG3wK2sk7q6OupVw9w40I+dAmOB/8Z6cEVFBb24uPAsMOaGOTLAyHDPCfAz9myl8wHl1FZWVnhX+Vky4M/ZgwYHB2mm2NDQEA/6QSLgRevOLS0tNNMMc2aAF+2Aq9izMzs7m3HAc3NzvKtcxQOesu7U0dFBM9UwdwZ4ygTOMmDzQI+s9PX19SRTjZP7I5/Pl2fd8MR6RkpLS5UU+ycnJ0LHTk5OSsdHBuYqP7He0tceVv39/dKw6Ketrc01dF9fX/xY/CtjyMB7eJkfCNfGovb29qRhTbmBNmFNyUAjA2dsDFnJF+yXkIwhIPuUdALNwqKKioro/v6+cC6cLypkJd3WjV1dXVLACOYW2g52c3NTKpeenh7W73cI/KN148TEhPQDww20Llg0ZGF8Iyv5zbpxaWlJybvQCbROWDRkYfwjK9mxbtze3lZWACSC1g2LtrOzw8b4Oz48bN14dHSktOqxg9YNixaNRtk4R4QNrMOSQeuANY0TTz+wCY1gPODV1VUtMc/OzthY51nGlOW/htMfOmx0dJRsbGxw/9fb20tOT0+Vx4ST/N4mrQ+tRK8ekeLErYXDYTbOX9peS8nes6IVmYrXkvLCw0lRIVKRqSo8eqwbu7u7tcPKlKEqSkulHw9uKyid0HYfD0o/D0UqKB3QNp+H/iyjW+balPv4+LjwqwBn+60GsCQYDMY7AOwsOzubjI2NEQBU9kriMITgPES0DPGYgwBuKyjrlZa9pZMN8eAA16V1B9nZfIQWKRcREse0ZGAxdwYW2fLYYdrn/+Fh2ueOBuJxUDvTbH5+3vFA/P9uqgXtAXt2cIIqwyfTHlK306U4Fel1E50uNRtEr02IV1ZW0lgs5llY7PfAHEUnxNEes2ersbHRs8CYm0zLg2kB1klzc7PnYDEnDmyACrYt/cw6q62tpZeXl56AtWlbeiHatoR2G/SadVpeXp72xjROEws1cr1NJVsPsez8IwNaD1+b5SNV0Fx6C7TAC4S3eCqaS7H9wqYfy2wcV9ZcatpN0LDdIBzWr9jqq9rQZ2dnZ6IBwBEd7cOOG8Tx943N3YeHh8KQeCz6QF8JQKMiDeIySwB+AH3pZAlASUkJKSgoILm5udwlAABIwuEwWVtbc7oEYMJY8ZKSJQDsIo/FFC7y+MVonkv7Mp77xvf0Ww2Qbw3fnljGwxouqvoG9ErBQq1Xhi+lC7V8Gm9361K8EmMpXq7NUrxDUBi0pnsp3jsBBgBgPDvhUfUIJwAAAABJRU5ErkJggg==);
}
@media(max-width: 1440px){
    /*0.75*/
   .buy-list-modal{
        max-width: 700px;
    }
    .buy-list-modal .modal-wrap{
        padding: 45px 30px 30px;
    }
    .buy-list-modal .modal-title{
        width: 273px;
    }
    .buy-list-modal .link-list{
        margin-top: 30px;
    }
    .buy-list-modal .link-style{
        width: 122px;
        flex: 0 0 122px;
    }
    .buy-list-modal .link-btn{
        width: 95px;
        flex: 0 0 95px;
    }
    .buy-list-modal .link-text{
        font-size: 17px;
        width: calc(100% - 217px);
    }
}
@media(max-width: 1080px){
    /*0.5625*/
    .buy-list-modal{
        max-width: 600px;
    }
    .buy-list-modal .modal-wrap{
        padding: 40px 20px 20px;
    }
    .buy-list-modal .modal-title{
        width: 200px;
    }
    .buy-list-modal .link-list{
        margin-top: 20px;
    }
    .buy-list-modal .link-style{
        width: 100px;
        flex: 0 0 100px;
    }
    .buy-list-modal .link-btn{
        width: 80px;
        flex: 0 0 80px;
    }
    .buy-list-modal .link-text{
        font-size: 15px;
        width: calc(100% - 180px);
    }
}
@media(max-width: 720px){
    /*0.375*/
    .blocker{
        overflow-x: hidden;
        padding: 4vw;
    }
    .buy-list-modal{
        max-width: none;
    }
    .buy-list-modal .modal-wrap{
        padding:8vw 4vw;
    }
    .modal-title{
        width: 40vw;
    }
    .buy-list-modal .link{
        padding: 2vw;
        margin-bottom: 2vw;
        border-radius: 2vw;
    }
    .buy-list-modal .link-list{
        margin-top: 6vw;
    }
    .buy-list-modal .link-style{
        width: 30%;
        flex: none;
    }
    .buy-list-modal .link-btn{
        width: 25%;
        flex: none;
    }
    .buy-list-modal .link-text{
        padding: 0 2vw;
        font-size: 3vw;
        width: 45%;
        flex: none;
    }
}