@charset 'UTF-8';

*{ box-sizing: border-box;}

/*-----------------------------------------------
サイズ/共通
------------------------------------------------*/

/*------------メインイメージ------------*/
.sizeCont .mainImg-box{
	height: 520px;
	background-color: #e8eeee;
	margin-bottom: 30px;
}
.sizeCont .mainImg-box > .inner{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	width: 1050px;
	margin: auto;
	position: relative;
}
.sizeCont .mainImg-box > .inner:before{
	content: "";
	display: block;
	width: 205px;
	height: 205px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: -50px;
	top: 0;
	z-index: 5;
}

.sizeCont .mainImg-box > .inner img.itemImg{
	width: 510px;
}

.sizeCont .mainImg-box > .inner > .titleBox{
	width: 525px;
	background-color: #666;
	padding: 30px 50px 40px;
	text-align: center;
	position: relative;
}

.sizeCont .mainImg-box > .inner > .titleBox > p.whiteBg{
	display: inline-block;
	background-color: #fff;
	color: #333;
	margin-bottom: 10px;
	padding: 5px 20px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	border-radius: 10px;
}
.sizeCont .mainImg-box > .inner > .titleBox h1{
	color: #fff;
	margin: auto;
	padding: 25px 0 35px;
	font-size: 55px;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
}
.sizeCont .mainImg-box > .inner > .titleBox h1 span{
	display: block;
	font-size: 70px;
	font-weight: 600;
}
.sizeCont .mainImg-box > .inner > .titleBox h1:after{
	content: "";
	display: block;
	width: 180px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.sizeCont .mainImg-box > .inner > .titleBox > p.text{
	margin: 15px 0 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}




/*------------特徴------------*/
.sizeCont .feature-sample ul{
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 30px auto;
}
.sizeCont .feature-sample ul li{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
}
.sizeCont .feature-sample ul li dl{
	width: 420px;
}
.sizeCont .feature-sample ul li dl dt{
	color: #166bd9;
	margin-bottom: 15px;
	padding: 13px 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	border-left: 8px solid #166bd9;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px,#e0f8f9 1.5px, #e0f8f9 7px);
}
.sizeCont .feature-sample ul li > div.img-box{
	width: 290px;
	height: 270px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}



/*------------デザイン例------------*/
.sizeCont .scene-sample ul{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sizeCont .scene-sample ul li{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 15px;
}
.sizeCont .scene-sample ul li dl dt{
	color: #166bd9;
	margin-bottom: 15px;
	padding: 13px 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	border-left: 8px solid #166bd9;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px,#e0f8f9 1.5px, #e0f8f9 7px);
}

/*-----------------------------------------------
サイズ/小
------------------------------------------------*/
.sizeCont.sizeSmall .mainImg-box > .inner:before{
	background-image: url(../../../../_images/type/tumbler/size/small/main-item-badge.webp);
}
.sizeCont.sizeSmall .mainImg-box > .inner > .titleBox h1:after{
	background-image: url(../../../../_images/type/tumbler/size/small/main-title-en.gif);
}
.sizeCont.sizeSmall .mainImg-box > .inner > .titleBox{
	background-color: #4dd09d;
}
.sizeCont.sizeSmall .mainImg-box > .inner > .titleBox > p.whiteBg{
	color: #4dd09d;
}


/*-----------------------------------------------
サイズ/中
------------------------------------------------*/
.sizeCont.sizeMiddle .mainImg-box > .inner:before{
	background-image: url(../../../../_images/type/tumbler/size/middle/main-item-badge.webp);
}
.sizeCont.sizeMiddle .mainImg-box > .inner > .titleBox h1:after{
	background-image: url(../../../../_images/type/tumbler/size/middle/main-title-en.gif);
}
.sizeCont.sizeMiddle .mainImg-box > .inner > .titleBox{
	background-color: #4dcbd0;
}
.sizeCont.sizeMiddle .mainImg-box > .inner > .titleBox > p.whiteBg{
	color: #4dcbd0;
}

/*-----------------------------------------------
サイズ/大
------------------------------------------------*/
.sizeCont.sizeLarge .mainImg-box > .inner:before{
	background-image: url(../../../../_images/type/tumbler/size/large/main-item-badge.webp);
}
.sizeCont.sizeLarge .mainImg-box > .inner > .titleBox h1:after{
	background-image: url(../../../../_images/type/tumbler/size/large/main-title-en.gif);
}
.sizeCont.sizeLarge .mainImg-box > .inner > .titleBox{
	background-color: #5c8fed;
}
.sizeCont.sizeLarge .mainImg-box > .inner > .titleBox > p.whiteBg{
	color: #5c8fed;
}









