@charset "UTF-8";
/*================================================
モーダル専用CSS
================================================*/

/* bgmodal
--------------------------------------------------------------------*/

#bgmodal {
	position:fixed;
	width:100%;
	height:120%;
	top:0;
	left:0;
	z-index:200;
}
#bgmodal a {
	position:fixed;
	display:block;
	width:100%;
	height:120%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: rgba(0,0,0,0.6);
	z-index:200;
}
#popupbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20000;
}

/* section_modal
--------------------------------------------------------------------*/

.modal_login_top{
	margin-top:25px;
}
.modal_login_form_heading{
	float:left;
	width:80px;
	line-height: 34px;
}
.modal_login_form_detail{
	width:250px;
	margin-left:80px;
}
.section_modal_popup {
	width:550px;
	margin-left:-275px;
	position:fixed;
	top:60px;
	left:50%;
	z-index:500;
}
.section_modal_favorite_box {
	padding: 35px 40px 40px;
	background:#fff;
	overflow: auto;
	max-height: calc(100vh - 100px);
}
.section_modal_popup_box {
	padding: 35px 40px 0;
	background:#fff;
	overflow: auto;
	max-height: calc(100vh - 100px);
}
.modal_popup_title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 16px;
	margin-bottom: 0;
	border-bottom: 1px solid #CCCCCC;
}
.modal_popup_brandname {
	margin-bottom:8px;
	text-align:center;
}
.modal_popup_brandname a {
	font-size:14px;
	font-weight:bold;
	color:#888888;
}
.modal_popup_productname {
	margin-bottom:20px;
	font-size:20px;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
}
.modal_popup_box{
	padding-top:35px;
}

/* modal_popup
--------------------------------------------------------------------*/
#favorite-logindialog2 .login_message {
	margin-bottom: 15px;
	display: inline-block;
}

.modal_popup_ul_01 > li {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 40px;
	padding-bottom: 5px;
}
.modal_popup_ul_01 > li:last-child{
	margin-bottom:0;
}
.modal_popup_ul_01 > li:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.modal_popup_ul_01 .color_info {
	clear: both;
	width: 220px;
	display: block;
	float: left;
	margin-bottom: 30px;
}
.modal_popup_ul_01 .color_photo {
	display: block;
	width: 220px;
	height: 220px;
	background: #f5f5f5;
}
.modal_popup_ul_01 .color_text {
	width: 220px;
	display:block;
	margin-top:16px;
	margin-bottom: 6px;
	text-align:center;
	font-weight: bold;
}
.modal_popup_ul_01 .color_photo img{
	display: block;
	/* width: 220px;
	height: 220px; */
  height: 100%;
  width: auto;
  margin: auto;
}
.modal_popup_ul_01 .color_photo dl {
	width:100%;
	display:table;
}
.modal_popup_ul_01 .color_photo dt {
	width:30px;
	display:table-cell;
}
.modal_popup_ul_01 .color_photo dt img {

}
.modal_popup_ul_01 .color_photo dd {
	width:90px;
	padding-left:10px;
	display:table-cell;
	font-weight:bold;
	vertical-align:middle;
}
.modal_popup_ul_02 > li {
	padding:10px 0;
	border-bottom:1px solid #eee;
}
.modal_popup_ul_02 > li:last-child {
	border-bottom:none;
}
.modal_popup_ul_01 .choose_item {
	display: block;
	margin-left: 220px;
	border: none;
}
.modal_popup_ul_01 .choose_item > ul > li{
	margin-bottom:36px;
	display: table;
}
.modal_popup_ul_01 .choose_item .popup_item_info {
	display: table-cell;
	width: 304px;
	vertical-align: middle;
	letter-spacing: -.75em;
}
.modal_popup_ul_01 .choose_item .popup_item_info *{
	letter-spacing:normal;
}
.modal_popup_ul_01 .choose_item dt {
	height:40px;
	display:table-cell;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.modal_popup_ul_01 .choose_item dd {
	height:40px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.modal_popup_ul_01 .choose_item .popup_size {
	display: inline-block;
	width: 50px;
	font-size: 14px;
	padding: 0;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
.modal_popup_ul_01 .choose_item .popup_stock {
	width: 90px;
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
}
.modal_popup_ul_01 .choose_item .popup_stock_price {
    width: 253px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: -.75em;
}
.modal_popup_ul_01 .choose_item .popup_price {
	width: 135px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	white-space: nowrap;
	text-align: right;
}
.modal_popup_ul_01 .choose_item .popup_price .tax{
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 5px;
}
.modal_popup_ul_01 .choose_item .favorite ,
.modal_popup_ul_01 .choose_item .stock_list > li > .addCart,
.modal_popup_ul_01 .choose_item .stock_list > li > .soldout,
.modal_popup_ul_01 .choose_item .stock_list > li > .restockMail,
.modal_popup_ul_01 .choose_item .stock_list > li > .reserve {
	width: 170px;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.modal_popup_ul_01 .choose_item .favorite > a {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	background: url(../images/detail/detail_favorite_02_off.png) no-repeat left center;
	white-space: nowrap;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-left: 20px;
}
.modal_popup_ul_01 .choose_item .favorite > a.selected {
	background: url(../images/detail/detail_favorite_02_on.png) no-repeat left center;
	color: #999999;
}

.modal_popup_ul_01 .choose_item .popup_item_info .sell_shipping{
	display: inline-block;
	text-align:center;
	font-size:11px;
	width: 100%;
}
.modal_popup_ul_01 .choose_item .popup_item_info .selldate{
	margin:0 1em;
}
.modal_popup_ul_01 .choose_item .popup_item_info .shippingdate{
	margin:0 1em;
}
/* close_btn
--------------------------------------------------------------------*/

.close_btn.right {
	width: 50px;
	height:30px;
	position: fixed;
	top: 10px;
	right: 10px;
}

.close_btn.right a {
	width:50px;
	height:30px;
	text-indent:-9999px;
	display:block;
	position:relative;
}
.close_btn.right a:before {
	content:"";
	width:31px;
	height:31px;
	border-top:1px solid #fff;
	border-right:none;
	position:absolute;
	top:-15px;
	left:0px;
	transform:rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.close_btn.right a:after {
	content:"";
	width:31px;
	height:31px;
	border-top:1px solid #fff;
	border-right:none;
	position:absolute;
	top:7px;
	left:0px;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.close_btn.bottom {
	padding:50px 0 0;
	text-align:center;
}
.close_btn.bottom a {
	width:198px;
	height:38px;
	margin:0 auto;
	line-height:38px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border:1px solid #fff;
	color:#fff;
	display:block;
}
.close_btn.bottom span {
	padding-left:25px;
	display:inline-block;
	position:relative;
}
.close_btn.bottom span:before {
	content:"";
	width:13px;
	height:13px;
	border-top:1px solid #fff;
	border-right:none;
	position:absolute;
	top:8px;
	left:0px;
	transform:rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.close_btn.bottom span:after {
	content:"";
	width:13px;
	height:13px;
	border-top:1px solid #fff;
	border-right:none;
	position:absolute;
	top:17px;
	left:0px;
	transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#favorite-popup-info,
#favorite-add-info,
#favorite-remove-info {
	display: none;
	position: absolute;
	width: 168px;
	height:62px;
	padding: 10px 12px;
	top: -79px;
	left: 3px;
	right: 0;
	margin: 5% auto auto;
	box-sizing: border-box;
	background-color: #000;
	color: white;
	border-radius: 0;
	z-index: 20005;
	text-align: center;
}
#favorite-remove-info {
	width: 103px;
	height:auto;
	top:-60px;
	left: 20px;
}
#favorite-popup-info h2,
#favorite-add-info h2,
#favorite-remove-info h2{
	margin-bottom: 5px;
	line-height: 1.5;
	letter-spacing: normal;
	font-size: 12px;
	white-space: nowrap;
	text-indent: 0;
}
#favorite-popup-info .inner, #favorite-add-info .inner, #favorite-remove-info .inner{
	width:100%;
	padding:0;
	margin: 0;
}
#favorite-popup-info:after,
#favorite-add-info:after,
#favorite-remove-info:after {
	content:"";
	display:block;
	transform: rotate3d(1,1,1,75deg);
	width: 20px;
	height: 20px;
	background:#000;
	position:absolute;
	bottom: -6px;
	left: 50%;
	right: 50%;
	margin: 0 0 0 -12px;
}
.pop-add{
	display: block;
	text-align:center;
	line-height: 1.2;
	z-index: 20005;
}
.pop-add a{
  	display:inline-block;
  	font-size:12px;
  	color:#fff;
  	text-align: left;
  	width: auto;
  	position:relative;
  	padding-left: 15px;
  	text-indent: 0 !important;
}

.pop-add a:before{
	content:"";
	display:block;
	width:7px;
	height:7px;
	color:#fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	transform:rotate(135deg);
	position:absolute;
	top:3px;
	bottom:0;
	left:0;
	margin:auto;
}

#stock_shop_list{
	width: 890px;
	margin: auto;
	padding: 30px;
	box-sizing: content-box;
}

.stock_item_info{
	float: left;
	width: 220px;
}
.stock_shop_info{
	float: right;
	width: 660px;
}
#stockMap {
	width: 660px;
	height: 440px;
	margin-bottom:20px;
}

.cart_stock_photo{
	width:220px;
	height:220px;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}
.cart_stock_photo img{
	width: auto;
    height: 100%;
    display: block;
    margin: auto;
}

.cart_stock_item{
	font-size:18px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
.cart_stock_brand{
	font-size:12px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 5px;
}

.cart_stock_code{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.cart_stock_price{
	font-size: 20px;
	font-weight: bold;
	margin-bottom:20px;
}
.cart_stock_size {
	margin-bottom:15px;
}
.cart_stock_color {
	margin-bottom:15px;

}
.stock_notice_txt {
	margin-top: 30px;
	font-size: 12px;
	color: #e72b1e;
	line-height: 1.35;
}
.stock_notice_txt dt {
	position: relative;
}
.stock_notice_txt dt span {
	position: absolute;
}
.stock_notice_txt dd {
	padding-left: 1em;
}
.item_data_select{
	width:100%;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 10px;
	border-radius: 4px;
	position:relative;
	margin-bottom: 0;
	background: no-repeat;
}
.cart_stock_size,
.cart_stock_color{
	display:table;
	width: 100%;
}
.cart_stock_size dt,
.cart_stock_color dt{
	width: 56px;
	display:table-cell;
}
.cart_stock_size dd,
.cart_stock_color dd{
	width: 164px;
	display:table-cell;
	position: relative;
}
.cart_stock_size dd:after,
.cart_stock_color dd:after{
	content:"";
	display:block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 10px;
}
.near_shop_title{
	font-size:18px;
	font-weight: bold;
	margin-bottom:15px;
}
.shop_info_table{
	width: 100%;
}

#nearShops .shop_info_table th{
	border-bottom: 1px solid #707070;
	line-height:1.4;
	height:20px;
}
#nearShops .shop_info_table .shop_info_notice{
	padding-left: 10px;
}
#nearShops .shop_info_table th:nth-child(2){
	text-align:center;
}
#nearShops .shop_info_table tr:nth-child(2) td{
	padding-top:15px;
}

.shop_info_table td{
	padding-bottom:12px;
	line-height: 1.4;
}
.shop_info_table td a{
	text-decoration: underline;
}

.shop_info_table .shop_buy{
	width: 110px;
	white-space: nowrap;
}
.shop_info_table .shop_buy a{
	display: block;
	background: #999999;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	padding:5px 10px;
	font-weight: bold;
	line-height:1;
	text-align: center;
	text-decoration: none;
}
.shop_info_table .shop_stock{
	width: 60px;
	white-space: nowrap;
	text-align: center;
}
.shop_info_table .shop_tel{
	width: 100px;
	white-space: nowrap;
	text-align: center;
	display: none;
}
.all_shop_title{
	font-size:18px;
	font-weight: bold;
	line-height: 1;
	margin:40px 0 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
}
#allShops *{
	line-height:1;
}
#allShops > li{
	padding: 16px 0 0;
	border-bottom:1px solid #707070;
	padding-left: 20px;
	position:relative;
}
#allShops > li span{
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 16px;
}
#allShops > li span + ul{}
#allShops .toggle{
	display:none;
}
#allShops > li > span:before{
	content:"";
	display:block;
	width:10px;
	height:2px;
	background:#000;
	position:absolute;
	top:22px;
	left:0;
	transition: 0.3s all ease;
}
#allShops > li > span:after{
	content:"";
	display:block;
	width:10px;
	height:2px;
	background:#000;
	position:absolute;
	top:22px;



	left:0;
	transform:rotate(90deg);
	transition: 0.3s all ease;
}
#allShops > li > span.active:before{
	content:"";
	display:block;
	width:10px;
	height:2px;
	background:#000;
	position:absolute;
	top:22px;
	left:0;
	transform:rotate(-180deg);
}
#allShops > li > span.active:after{
	content:"";
	display:block;
	width:10px;
	height:2px;
	background:#000;
	position:absolute;
	top:22px;
	left:0;
	transform:rotate(180deg);
}


#allShops .toggle.active{
	display:block;
}
#allShops > li > ul >li{

}

#allShops > li > ul >li span{
	font-size:14px;
	margin: 0 0 6px 0;
	padding: 5px 0 10px;
}

#allShops > li > ul >li > ul > li{
    padding: 0;
    margin-bottom: 20px;
}

/* binding_pop
--------------------------------------------------------------------*/
#calculator {
	padding: 37px 40px;
}
#calculator h5 {
	font-size: 18px;
}
.binding_info {
	padding: 24px 0 28px;
    font-size: 14px;
}
.calculator_box {
	position: relative;
	margin-bottom: 15px;
}
.stepttl {
	position: relative;
    padding: 14px 0;
    width: 170px;
    background: #F0F0F0;
    text-align: center;
    float: left;
}
.stepttl:before {
	content: "";
    position: absolute;
    top: 29px;
    right: -26px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #F0F0F0;
}
.stepttl h6 {
	font-size: 12px;
}
.stepttl h6 span {
	font-size: 14px;
    display: block;
    padding-top: 8px;
    line-height: 20px;
}
.calculator_box:after {
    content: " ";
    display: block;
    clear: both;
}
.calculator_box ul {
	float: left;
    padding: 28px 0 0 30px;
}
.calculator_box li.select_type select {
	width: 250px;
}
.calculator_box li.select_age select {
	width: 120px;
}
.selectwrap {
	position: relative;
    display: inline-block;
}
#select_1 .selectwrap {
	float: left;
    margin-right: 25px;
}
#select_2 li {
	float: left;
    margin-right: 25px;
}
#select_2 li.list_link {
	float: left;
    margin-right: 25px;
}
#select_2 li.list_link button {
	line-height: 32px;
    background: #999;
    text-align: center;
    width: 220px;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
}
.selectwrap::after {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 1px #b4b3b3;
    border-right: solid 1px #b4b3b3;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: 10px;
    margin-top: -3px;
}
.selectwrap label {
	display: inline-block;
    float: left;
    line-height: 32px;
    font-size: 14px;
    width: 50px;
    text-align: right;
    margin-right: 10px;
}
.selectwrap select {
	border: 1px solid #d3d3d3;
    border-radius: 3px;
    width: 160px;
    outline-offset: -1px;
    float: right;
    font-size: 14px;
    padding-left: 10px;
    padding: 8px 0 8px 10px;
}
.notSelected {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}
.calculation {
	padding: 0 15px;
}
#computeBtn {
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #000;
    display: block;
    width: 100%;
    border-radius: 3px;
    line-height: 40px;
    margin-bottom: 15px;
}
#dinResult {
	background-color: #F4F164;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
}
#dinResult span {
	font-size: 24px;
    padding: 0 10px;
}
#dinMessage {
	color: #ff0000;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}
#dinCheck .add_cart {
	text-align: center;
    font-size: 16px;
    color: #fff;
    background: #656565;
    display: block;
    width: 100%;
    border-radius: 3px;
    line-height: 48px;
    margin: 15px 0;
}
#selectedItemInfo {
	width :100%;
}
#list {
	padding: 37px 40px;
}
#list h5 {
	font-size: 18px;
}
#skiBoots {
}
#skiBoots .boots_list {
}
#skiBoots .boots_box {
    padding-top: 20px;
    display: block;
}
#skiBoots tr.boots_box:first-child {
	margin-top: 0;
}
.boots_box td {
	vertical-align: middle;
	font-size: 14px;
}
.boots_list .boots_img {
	width: 80px;
    padding-right: 25px;
}
.boots_list .boots_img img {
	width: 80px;
    height: 80px;
}
.boots_list .b_name {
	width: 290px;
    padding-right: 10px;
}
.boots_list .b_length {
	width: 180px;
}
.boots_list .b_length span {
	padding-left: 20px;
}
.boots_list button {
	background: #999;
    color: #fff;
    border-radius: 6px;
    line-height: 38px;
    width: 120px;
}

.no_shop{
	display:block;
	background:#f7f7f7;
	width:660px;
	height:200px;
	font-size:14px;
	padding:93px 0;
	text-align:center;
	margin-top: 20px;
}


/*
---------------------------------------*/
@media screen and (max-width: 900px) {
    .stepttl {
        width:100%
    }

    .stepttl:before {
    	content: "";
    	position: absolute;
    	top: 88px;
    	right: calc(50% - 15px);
    	margin-left: -15px;
    	border: 15px solid transparent;
    	border-left: 15px solid #F0F0F0;
    	transform: rotate(90deg);
    }
}