@import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');
dl{
	margin-block-start:0;
    margin-block-end:0;
}
dl dd{
	margin-inline-start:0;
}
/****リセット***/
.abo_main{
	background: url(https://cellar.itembox.design/item/assets/img/about/about_main_bg.png) no-repeat right center #000;
	background-size:80% auto;
	color: #FFF;
	padding: 5%;
}
.abo_copy{
	width: 50%;
}
h2.abo_ttl{
	line-height:1;
	text-align: center;
}
h2.abo_ttl span.en_s{
	font-size: 0.6em;
}
h2.abo_ttl span.en_l{
	font-family: 'Hurricane', cursive;
	font-size: 3em;	
}
.abo_second{
	background: #000;
	color: #FFF;
	padding: 5%;
}
.abo_second dl.abo_sec_box{
	display: flex;
	flex-wrap: wrap;
}
.abo_second dl.abo_sec_box dd{
	flex: 1;
}
.tana_img{
	border: 1px solid #000;
	float: left;
	margin:10px;
}
@media screen and (min-width: 768px){
	.abo_second h2.abo_ttl{
		margin-top:100px;
	}
}
@media screen and (max-width: 767px){
	h2.abo_ttl{
		font-size:1em;
	}
	.abo_main{
	background: url(https://cellar.itembox.design/item/assets/img/about/about_main_bg.png) no-repeat right center #000;
	background-size:50% auto;
	color: #FFF;
	padding: 5%;
	}
	.abo_main .abo_copy{
		width: 80%;
	}
}