@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.content {
    width: 100%;
}

.content img{
	display: block;
	line-height: 0;
}

.main__bnr{
	position: relative;
}
.main__bnr h1{
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	font-family: "trade-gothic-next-compressed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 45px;
	line-height: 1.1;
	text-align: center;
	white-space:nowrap;
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 5% 0 3%;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.wrapper h1{
	text-align: center;
	font-family: "trade-gothic-next-compressed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 45px;
	line-height: 1.1;
	margin-top:5%;
}

.box{
	margin: 10% auto;
	width: 95%;
}

.box h2{
	font-family: "trade-gothic-next-compressed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 35px;
	display: flex;
	width: 100%;
	margin: 0 auto 3%;
	align-items: center;
}

.box h2:before, .box h2:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.box h2:before {
	margin-right: 1rem;
}

.box h2:after {
	margin-left: 1rem;
}	

.box p{
	text-align: center;
	font-size: 15px;
	margin: 3% auto 5%;
}

.wrapper ul{
	padding: 0;
	list-style: none;
	display: flex;
	gap :10px 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.wrapper ul li a{
	display: block;
	text-decoration: none;
	color: #000;
}

.wrapper .cate li, .wrapper .series li{
	width: calc(33.3% - 10px);
	background-color: #fff;
}

.wrapper .new li{
	width: calc(50% - 10px);
}

.wrapper ul li p{
	font-size: 12px;
	text-align:center;
	padding-bottom: 4%;
}

.wrapper ul li{
	 overflow:hidden;
}

.wrapper ul li img{
	 transition:1s all;
}

.wrapper .cate li img{
	box-sizing: border-box;
	padding: 5%;
}

.wrapper ul li img:hover{
	transform:scale(1.1,1.1);
	transition:0.5s all;
}

.boxLast{
	margin-bottom: 5%;
}

.bnr80{
	width: 80%;
	margin: 3% auto;
	overflow:hidden;
}

.bnr80 img{
	transition:1s all;
}

.bnr80 img:hover{
	transform:scale(1.1,1.1);
	transition:0.5s all;
}


@media(min-width:750px){
.wrapper h1{
	font-size: 65px;
}

.box{
	margin: 10% auto;
	width: 90%;
}

.box h2{
	font-size: 45px;
}

.box p{
	font-size: 18px;
	margin: 3% auto 5%;
}

.wrapper .cate{
	gap :0 10px;
	flex-wrap: nowrap;
}
	
.wrapper .new{
	width: 70%;
	margin: 0 auto;
}
	
.wrapper ul li p{
	font-size: 13px;
}
.boxLast{
	margin-bottom: 0%;
}
	
.bnr80{
	width: 45%;
	margin: 3% auto;
	overflow:hidden;
}
.main__bnr h1{
	top: 10%;
	font-size: 105px;
	letter-spacing: 1px;
}
}

