@charset "UTF-8";

.sp-hidden{
	display:block;
}

.pc-hidden{
	display:none;
}

.bg-wrapper{
	background-color:#f4e8cf;
	padding:40px 0;
}

.title-img{
	width:10%;
	margin:20px auto;
	padding:30px 0;
}

.main-content, .pick-wrapper, .small-items-wrapper{
	margin:30px auto;
	box-sizing: border-box;
	padding:30px 0;
}

.main-content, .pick-wrapper{
	width:70%;
}

.small-items-wrapper{
	width:65%;
}

.main-content .item-name{
	position:relative;
	z-index:10;
}

.main-content .item-name img{
	position:relative;
	z-index:20;
	height:40px;
	width:auto;
	top:70px;
	left:20px;
}

.main-content .rev-title img{
	left:810px;
}

.style-flex, .pick-container{
	justify-content: space-between;
	align-items: center;
}

.style-flex:nth-of-type(5){
	margin-bottom:30px;
}

.style-caption{
	width:46%;
}

.style-caption p{
	margin-bottom:20px;
}

.model-data{
	font-size:1.2rem;
}

.style-img{
	width:50%;
	position:relative;
	z-index:5;
}

.f-wrap{
	padding:40px 0;
	flex-wrap: wrap;
	gap:70px 40px;
	align-items: flex-start;
}

.middle-item-box, .s-item-box{
	width:calc((100% - 40px) / 2);
}

.middle-item-box .item-name-small{
	width:40%;
	margin:auto;
}

.middle-item-box .item-name-small img{
	height:30px;
}

.middle-item-box .img-box{
	margin:20px 0 10px;
}

.middle-item-box h1, .s-item-box h2{
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding:10px;
}

.middle-item-box h1{
	font-size:1.6rem;
}

.s-item-box h2{
	font-size:1.5rem;
	color:#344d6f;
}

.middle-item-box ul, .s-item-box ul{
	padding:0 10px;
}

.pick-container{
	margin:50px 0 30px;
	padding:40px 0 30px;
}

.img-bg{
	width:56%;
	height:50vh;
	background-repeat:no-repeat;
	background-position: top center;
	background-size: cover;
}

.nanga{
	background-image: url("img/nanga_tee_01.jpg");
}

.azuki{
	background-image:url("img/azuki_tee_01.jpg");
}

.pick-title{
	position: relative;
	z-index:11;
	top:330px;
}

.pick-title img{
	height:60px;
}

.nanga .pick-title{
	left:245px;
}

.azuki .pick-title{
	left:20px;
}

.pick-caption{
	width:40%;
}

.round-img{
	width:40%;
	margin:auto;
	box-sizing: border-box;
	padding:15px 0;
}

.yomo-title{
	width:48%;
	margin:30px 0;
}

.yomoyama-image{
	width:40%;
	margin:30px auto;
}

.red-thin{
	color:#ff0000;
	font-weight:bold;
}

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

	.title-img{
		width:15%;
		padding:30px 0 0;
	}

	.pick-wrapper .flex, .main-content .flex{
		display:block;
	}
	
	.style-caption, .pick-caption{
		width:100%;
		box-sizing: border-box;
		padding:15px;
	}
	
	.main-content .item-name img{
		height:35px;
		top:60px;
		left:14%;
	}

	.main-content .rev-title img{
		left:48%;
	}
	
	.style-img{
		width:80%;
		margin:auto;
	}
	
	.f-wrap{
		padding:30px 0;
		gap:60px 20px;
	}

	.middle-item-box, .s-item-box{
		width:calc((100% - 20px) / 2);
	}
	
	.middle-item-box h1, .s-item-box h2{
		font-size:1.4rem;
	}
	
	.middle-item-box .item-name-small{
		width:100%;
	}
	
	.middle-item-box .item-name-small img{
		height:25px;
	}
	
	.img-bg{
		width:100%;
		height:35vh;
	}
	
	.pick-caption ul li{
		text-align: center!important;
	}
	
	.pick-title img{
		height:55px;
	}

	.nanga .pick-title{
		left:19%;
	}

	.azuki .pick-title{
		left:-22%;
	}
	
	.small-items-wrapper{
		width:70%;
		padding-top:0;
	}


}

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

	.sp-hidden{
		display:none;
	}
	
	.pc-hidden{
		display:block;
	}
	
	.title-img{
		width:20%;
		padding:20px 0;
	}
	
	.main-content, .pick-wrapper, .small-items-wrapper{
		width:92%;
	}
	
	.main-content:first-of-type{
		margin-top:0;
		padding-top:15px;
	}
	
	.main-content, .pick-wrapper, .small-items-wrapper{
		margin:10px auto;
		padding:20px 0 30px;
	}
	
	.style-img{
		width:85%;
	}
	
	.main-content .item-name img{
		height:25px;
		top:0;
		left:9%;
		margin-bottom:15px;
	}

	.style-caption p{
		margin-bottom:25px;
	}
	
	.middle-item-box, .s-item-box{
		width:90%;
		margin:10px auto 70px;
	}
	
	.middle-item-box .item-name-small img{
		height:20px;
	}
	
	.middle-item-box:last-of-type, .s-item-box:last-of-type{
		margin-bottom:0;
	}
	
	.pick-container{
		margin:40px 0 20px;
		padding:30px 0 20px;
	}
	
	.img-bg{
		height:30vh;
	}

	.pick-title{
		width:80%;
		top:0;
		margin:20px auto;
	}
	
	.pick-title img{
		width:100%;
		height:auto;
	}
	
	.round-img{
		width:50%;
	}

	.yomo-title{
		width:90%;
	}
	
	.yomoyama-image{
		width:80%;
	}

}
/* CSS Document */

