@charset "UTF-8";

body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.grey{
	box-sizing: border-box;
	width:100%;
	margin-top:-5px;
	background-color:#dcdcdc;
	padding:40px 0;
}

.first-wrapper{
	padding:30px 0 0;
}

.second-wrapper{
	width:900px;
}

.third-wrapper{
	width:800px;
}

.second-wrapper, .third-wrapper{
	margin:auto;
	box-sizing: border-box;
	padding:50px 0;
}

.second-wrapper p, .third-wrapper p{
	font-size:1.3rem;
}

.second-wrapper h2{
	color:#cca467;
}

.second-wrapper h2, .third-wrapper h2{
	font-size:1.8rem;
}

.third-wrapper h1{
	font-size:3rem;
	text-align: center;
}

.third-wrapper h2{
	padding-left:10px;
}

.flex-mid-container, .text-flex, .style-flex{
	display: flex;
	justify-content: space-between;
	height: auto;
	flex-wrap: wrap;
}

.flex-mid-container{
	margin-bottom:60px;
	padding-bottom:50px;
	align-items: center;
}

.flex-mid-container:last-of-type{
	margin-bottom:0;
}

.text-flex{
	align-items: center;
}

.style-flex{
	align-items: flex-start;
}

.flex-img{
	width:35%;
	position:relative;
}

.flex-img::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	z-index: 1;
}

.flex-img::before{
	top: 0;
	right: 0;
	border-top: 20px solid #dcdcdc;
	border-right: 20px solid #dcdcdc;
	border-bottom: 20px solid #fff;
	border-left: 20px solid #fff;
}

.item-text{
	width:60%;
}

.item-caption p{
	padding:10px 0 2px;
}

.color-round div{
	width:35px;
	height:35px;
	border-radius: 50%;
	display: inline-block;
	margin-left:5px;
}

.new-icon{
	width:16%;
}

.beige{
	background-color:#d0b8a2;
}

.brown{
	background-color:#907754;
}

.black{
	background-color:#2e2e36;
}

.coyote{
	background-color:#b79c86;
}

.lt-khaki{
	background:rgba(146,152,132,1);
}

.navy{
	background-color:#173f63;
}

.charcoal{
	background-color:#3d3e46;
}

.green{
	color:#578035;
}

.orange{
	color:#ea5532;
}

.style-flex{
	margin-bottom:50px;
	padding-bottom:30px;
}

.nanga-stylebox{
	width:48%;
}

.box-title{
	margin:80px 0 50px auto;
	width:700px;
	background-color:#ccc;
	padding:5px 0 5px 60px;
	display:block;
}

.box-title h1{
	text-align: justify;
	text-justify: inter-ideograph;
	color:#fff;
	line-height:1;
	font-size:3rem;
}

.box-title h1 span{
	display:block;
}

.style-flex h1, .item-title h1{
	text-align: center;
	font-size:1.9rem;
	color:#fff;
	margin-bottom:10px;
	background-color:#ccc;
	box-sizing: border-box;
	padding:5px;
}

.style-flex h2{
	text-align: center;
	font-size:1.5rem;
	margin-bottom:15px;
}

.style-caption{
	box-sizing: border-box;
	padding:15px 10px;
}

.style-caption .item-list-box{
	padding:10px 0;
}

.flex-container{
	margin-top:50px;
}

.small-caption p{
	padding:0 10px;
}

.frames-big h1{
	font-size:2.5rem;
	color:#364f72;
	margin-bottom:10px;
}

.f_img{
	width:60%;
	margin:auto;
	padding-bottom:40px;
}

.yomoyama_box h1 img{
	width:60%;
}

/*タブレット*/
@media screen and (max-width: 768px){

	.second-wrapper, .third-wrapper{
		width:650px;
	}
	
	.second-wrapper, .flex-container{
		gap:50px 15px;
	}
		
	.yomoyama_box h1 img{
		width:70%;
	}

}

/*スマホ*/
@media screen and (max-width:640px){

	.second-wrapper, .third-wrapper{
		width:320px;
	}
	
	.first-wrapper .title h1 img{
		width:93%;
	}

	.grey{
		padding:20px 0;
	}

	.first-wrapper{
		padding:10px 0 0;
	}

	.second-wrapper{
		padding:20px 0 30px;
	}
	
	.flex-mid-container, .style-flex{
		display:block;
	}
	
	.nanga-stylebox, .flex-img, .item-text{
		width:100%;
	}
	
	.flex-img{
		margin-bottom:20px;
	}
	
	.new-icon{
		margin-bottom:8px;
	}
	
	.color-round{
		margin:10px 0;
	}
	
	.color-round div{
		width:25px;
		height:25px;
	}
	
	.third-wrapper{
		padding:30px 0;
	}
	
	.third-wrapper h1{
		font-size:1.8rem;
	}
	
	.box-title{
		margin:70px 0 30px auto;
		width:250px;
	}
	
	.box-title h1{
		font-size:2.2rem;
	}

	.style-flex{
		margin-bototm:0;
		padding-bottom:0;
	}

	.nanga-stylebox{
		margin-bottom:60px;
		padding-bottom:15px;
	}
	
	.nanga-stylebox h2{
		line-height:1.8;
	}
	
	.nanga-stylebox:last-of-type{
		margin-bottom:0;
		padding-bottom:0;
	}
	
	.nanga-stylebox h2 span{
		display:block;
	}
	
	.frames-big h1{
		font-size:1.8rem;
	}
	
	.f_img{
		width:100%;
	}
	
	.yomoyama_box h1 img{
		width:100%;
	}




}

/* CSS Document */

