@charset "utf-8";

.is_hidden{ display: none; }
.d_ib{ display: inline-block; }

.lu_inner{
	width: 90%;
	max-width: 1240px;
	margin: 0 auto 160px;
}

/* award_area */
.award_area{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.award_area .list{
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.award_area .list .img{
    min-width: 0;
	margin-right: 18px;
}
.award_area .list p{
    display: none;
}

.award_area .list.aw2019{
    margin-right: 20px;
}
.award_area .list.aw2019 .img{
    flex: 0 1 143px;
    width: 143px;
}
.award_area .list.aw2020 .img{
    flex: 0 1 82px;
    width: 82px;
}

/* lu_container */
.lu_container{
	margin-top: 120px;
}
.lu_container.top{
	margin-top: 40px;
}
/* __  lu_head */
.lu_container .lu_head{
	display: flex;
	flex-wrap: wrap;
}
.lu_container .lu_head .img{
	flex: 0 0 100%;
	width: 100%;
}
/* ___  info */
.lu_container .lu_head .info{
	flex: 1 1 100%;
	width: 100%;
}
.lu_container .lu_head .info .title{
	margin-top: 20px;
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
}
.lu_container .lu_head .info .subtitle{
	margin-top: 10px;
	font-weight: bold
}
.lu_container .lu_head .info .desp{
	margin-top: 10px;
	line-height: 1.8;
}
.lu_container .lu_head .info .desp br{
	display: none;
}
/* __  lu_body */
.lu_container .lu_body{
	margin-top: 20px;
}
/* ___  title_area */
.lu_container .lu_body .title_area{
	position: relative;
	padding: 12px 62px 16px 16px;
	background: #F1F1F1;
	cursor: pointer;
}
.lu_container .lu_body .title_area:before,
.lu_container .lu_body .title_area:after{
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: block;
	width: 34px;
	height: 0;
	margin: auto;
	border-top: 2px solid #333;
	transition: transform .3s ease;
}
.lu_container .lu_body .title_area:before{ transform: rotateZ(0deg); }
.lu_container .lu_body .title_area:after{ transform: rotateZ(90deg); }

/* is_open */
/* .lu_container .lu_body .title_area.is_open:before{ transform: rotateZ(-135deg); } */
.lu_container .lu_body .title_area.is_open:before{ transform: rotateZ(-315deg); }
.lu_container .lu_body .title_area.is_open:after{ transform: rotateZ(-45deg); }


.lu_container .lu_body .title_area .text{
	line-height: 1.2;
}
.lu_container .lu_body .title_area .text .main{
	vertical-align: middle;
	margin-right: 16px;
	font-size: 24px;
}
.lu_container .lu_body .title_area .text .sub{
	display: block;
	vertical-align: middle;
	font-size: 14px;
}
/* ___  content_area */
.lu_container .lu_body .content_area{
	padding: 60px 0;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.lu_container .lu_body .content_area .content_inner{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
/* ____  read_area */
.lu_container .lu_body .content_area .read_area{
	text-align: center;
}
.lu_container .lu_body .content_area .read_area .select_area{
	display: inline-flex;
	justify-content: space-between;
	width: 80%;
	max-width: 300px;
	margin: 60px 0 70px;
	color: #BEBEBE;
}
.lu_container .lu_body .content_area .read_area .select_area:before,
.lu_container .lu_body .content_area .read_area .select_area:after{
	content: "";
	width: 8px;
	height: 40px;
	border: 1px solid #DEDEDE;
	font-size: 0;
}
.lu_container .lu_body .content_area .read_area .select_area:before{ border-right-width: 0; }
.lu_container .lu_body .content_area .read_area .select_area:after{ border-left-width: 0; }

.lu_container .lu_body .content_area .read_area .select_area li{
	position: relative;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
/* hover */
.lu_container .lu_body .content_area .read_area .select_area li:hover{ color: #333; }
/* active */
.lu_container .lu_body .content_area .read_area .select_area li.active{ color: #333; }
.lu_container .lu_body .content_area .read_area .select_area li.active:after{
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	border-top: 2px solid #333;
}
/* ___  content_area */
.lu_container .lu_body .content_area .image_araa{
	margin-bottom: 60px;
	padding: 20px 20px 40px;
	background: #F8F8F8;
	text-align: center;
}
/* ___  price_area */
.lu_container .lu_body .content_area .price_area{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.lu_container .lu_body .content_area .price_area .price_table{
	width: 100%;
	margin-bottom: 18px;
}
.lu_container .lu_body .content_area .price_area th,
.lu_container .lu_body .content_area .price_area td{
	border-bottom: 1px dashed #BEBEBE;
	/* padding: 12px 80px 12px 20px; */
	padding: 12px 40px 12px 20px;
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
}
.lu_container .lu_body .content_area .price_area th{
	font-size: 14px;
}
.lu_container .lu_body .content_area .price_area th:first-child{
	padding-right: 40px;
}
.lu_container .lu_body .content_area .price_area th b{
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 16px;
}
.lu_container .lu_body .content_area .price_area td .name{
	font-size: 14px;
	color: #8E8E8E;
}
.lu_container .lu_body .content_area .price_area td b{
	display: block;
	font-weight: bold;
	font-size: 18px;
}
/* ___  notice */
.lu_container .lu_body .content_area .notice{
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #8E8E8E;
}
.lu_container .lu_body .content_area .next_area{
    padding: 80px 0 40px;
    text-align: center;
}
.lu_container .lu_body .content_area .next_area p{
	line-height: 1.8;
}
.lu_container .lu_body .content_area .next_area .bk_btn{
    margin: 30px auto 0;
}
/* ___  detail_area */
.lu_container .lu_body .content_area .detail_area{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.lu_container .lu_body .content_area .detail_area:first-child{
	margin-top: 0;
}
.lu_container .lu_body .content_area .detail_area > dt{
	flex: 0 0 100%;
	margin-bottom: 10px;
	font-weight: bold;
}
.lu_container .lu_body .content_area .detail_area > dd{
	flex: 1 1 auto;
}
/* ____  desc */
.lu_container .lu_body .content_area .detail_area .desc{
	display: flex;
}
.lu_container .lu_body .content_area .detail_area .desc + .desc{
	margin-top: 10px;
}
.lu_container .lu_body .content_area .detail_area .desc + .notice{
	margin-top: 0;
}
.lu_container .lu_body .content_area .detail_area .desc > dt{
	flex: 0 0 auto;
	margin-right: 1em;
}
.lu_container .lu_body .content_area .detail_area .desc > dd{
	flex: 1 1 100%;
}

.lu_container .lu_body .content_area .price_area{
	position: relative;
	z-index: 0;
}
.lu_container .lu_body .content_area .read_text{
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.8;
}

.lu_container .lu_body .content_area .price_area td{
	cursor: pointer;
}
.lu_container .lu_body .content_area .price_area td b{
	position: relative;
}

.lu_container .lu_body .content_area .price_area td:hover{
	background: #f9f9f9;
}
.lu_container .lu_body .content_area .price_area td.is_selected{
	background: #F1F1F1;
}
.lu_container .lu_body .content_area .price_area td.is_selected b:before{
	content: "";
	position: absolute;
	top: 0;
	right: -25px;
	bottom: 0;
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	border-radius: 100%;
	background: #333;
}
.lu_container .lu_body .content_area .price_area td.is_selected b:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	right: -18px;
	bottom: 0;
	width: 6px;
	height: 9px;
	margin: auto;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

/* float_selected_layout */
.float_selected_layout{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(241,241,241,.9);
	transition: bottom .3s ease;
}
.float_selected_layout.is_hide{
	bottom: -100%;
	opacity: 0;
}
/* __  head */
.float_selected_layout .head{
	position: relative;
	padding: 5px 15px;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	font-size: 15px;
}
.float_selected_layout .head .closebtn{
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 18px;
	height: 18px;
	margin: auto;
	cursor: pointer;
}
.float_selected_layout .head .closebtn:before,
.float_selected_layout .head .closebtn:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	margin: auto;
	background: #333;
}
.float_selected_layout .head .closebtn:before{ transform: rotateZ(45deg); }
.float_selected_layout .head .closebtn:after{  transform: rotateZ(-45deg); }
/* __  body */
.float_selected_layout .body{
	padding: 10px 15px 15px;
}
.float_selected_layout .body .name{
	font-weight: bold;
	font-size: 16px;
}
.float_selected_layout .body .type{
	font-weight: bold;
	font-size: 14px;
}
.float_selected_layout .body .bottom_area{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	white-space: nowrap;
}
.float_selected_layout .body .row{
	display: block;
	font-size: 14px;
}
.float_selected_layout .body .model{
	margin-left: 1em;
	font-size: 14px;
	color: #8E8E8E;
}
.float_selected_layout .body .price{
	margin-left: auto;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
}
.float_selected_layout .body .nextbtn{
	position: relative;
	width: 100%;
	background: #333;
	border: none;
	color: #FFF;
	margin-top: 10px;
	padding: 8px 8px;
	font-size: 16px;
	font-weight: bold;
}
.float_selected_layout .body .nextbtn:before{
	content: "";
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotateZ(45deg);
}

.next_area{
	margin-top: 100px;
	text-align: center;
}
.next_area .text{
	margin-bottom: 40px;
	line-height: 1.8;
}
.next_area .bk_btn{
	margin: 0 auto;
}

.price_area::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.price_area::-webkit-scrollbar-track {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
}
.price_area::-webkit-scrollbar-thumb {
	background: #c1c1c1;
}
/* 改定日追加 250529 */
.price_revise{
	padding-right: 0;
	font-size: 14px;
	text-align: right;
}
@media screen and (min-width: 640px){

	/* __  lu_head */
	.lu_container.top{
		margin-top: 120px;
	}
	.lu_container .lu_head{
		flex-wrap: nowrap;
	}
	.lu_container .lu_head .img{
		flex-basis: 30%;
		width: 30%;
		min-height: 0%;
		max-height: 372px;
	}
	/* ___  info */
	.lu_container .lu_head .info{
		flex-basis: auto;
		width: auto;
		margin-left: 6.5%;
	}
	.lu_container .lu_head .info .title{
		font-size: 48px;
	}
	/* ___  title_area */
	.lu_container .lu_body .title_area{
		padding-left: 32px;
	}
	.lu_container .lu_body .title_area .text{
		font-size: 32px;
	}
	.lu_container .lu_body .title_area .text .sub{
		display: inline-block;
	}

	/* ___  price_area */
	.lu_container .lu_body .content_area .price_area{
		overflow: auto;
	}
	.lu_container .lu_body .content_area .price_area th,
	.lu_container .lu_body .content_area .price_area td{
		width: 20.4%;
	}
	.lu_container .lu_body .content_area .price_area th:first-child{
		width: 18.4%;
	}

	/* ___  detail_area */
	.lu_container .lu_body .content_area .detail_area{
		flex-wrap: nowrap;
		margin-bottom: 10px;
	}
	.lu_container .lu_body .content_area .detail_area > dt{
		flex-basis: 240px;
		margin-bottom: 0;
	}

	/* float_selected_layout */
	.float_selected_layout{
		left: auto;
		right: 22px;
		bottom: 130px;
		width: 240px;
		border: 1px solid #F1F1F1;
		background: #FFF;
		box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
		transition: right .6s ease;
	}
	.float_selected_layout.is_hide{
		right: -100%;
		bottom: 130px;
	}

	.float_selected_layout .head{
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: none;
		background: rgb(241,241,241);
	}
	/* __  body */
	.float_selected_layout .body{
		padding-top: 20px;
		background: #FFF;
	}
	.float_selected_layout .body .type{
		margin-top: 15px;
	}
	.float_selected_layout .body .row{
		font-size: 16px;
	}
	.float_selected_layout .body .model{
		margin-left: 0;
		margin-top: 20px;
		margin-left: 0;
	}
	.float_selected_layout .body .bottom_area{
		display: block;
	}
	.float_selected_layout .body .price{
		font-size: 32px;
	}
	.float_selected_layout .body .nextbtn{
		margin-top: 20px;
	}

}  /* min-width: 750px */


@media screen and (min-width: 960px){

    /* award_area */
	.award_area .list.aw2019{
		margin-right: 70px;
	}
	.award_area .list .img{
		margin-right: 18px;
	}
    .award_area .list p{
        display: block;
    }

	.lu_container .lu_head .info .desp br{
		display: block;
	}
	.price_revise{
		padding-right: 40px;
	}
}  /* min-width: 960px */
