.sutanpu-top {
	padding-top: 97px;
}
.sutanpu-top div {
	position: relative;
}
.sutanpu-top span{
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	border: 3px solid #fff;
	border-right-width: 0;
	border-bottom-width: 0;
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(0px, -50%) rotate( 315deg );
}
.sutanpu-top img {
	width: 100%;
}
.sutanpu-top p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: bold;
	font-size: 27px;
	font-family: "myfont";
}
.haikei {
	background-image: url(../img/index/haikei2.png);
	background-size: 100%;
}
.width {
	margin: 0 auto;
    max-width: 92%;
	padding-top: 25px;
}
.hoyuu {
	width: 100%;
	padding: 4px;
	background-color: #ed8f26;
	box-shadow: 3px 3px 11px -4px;
}
.hoyuu div {
	display: flex;
	position: relative;
	justify-content: space-between;
	text-align: center;
	align-items: center;
	border: 1px solid #fff;
	padding: 15px 50px 15px 34px;
}
.hoyuu-p {
	font-size: 22px;
	color: #fff;
	letter-spacing: 2px;
	font-family: "myfont";
}
.hoyuu-p2 {
	font-size: 36px;
	font-weight: bold;
	padding-left: 18px;
	z-index: 3;
}
.hoyuu-p3 {
	font-size: 25px;
	color: #fff;
}
.hoyuu img {
	width: 96px;
	position: absolute;
	top: 11%;
	right: 24%;
}
.stanp1 {
	margin-top: 40px;
	text-align: center;
	font-size: 16px;
}
.ikkai {
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #b7282c;
}
.oubo {
	width: 100%;
	padding: 4px;
	background-color: #b7282c;
	box-shadow: 3px 3px 12px -3px;
}
.oubo-padd {
	border: 1px solid #fff;
	padding: 12px 13px;
}
.oubo-p {
	text-align: center;
	color: #fff;
	font-size: 25px;
	margin-bottom: 12px;
	font-family: "myfont";
}
.oubo ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.oubo li {
	font-size: 19px;
	padding: 15px 27px;
	background-color: #fff;
	font-family: "myfont";
}
.oubo ul li.genre_active {
	background-color: #fdd000;
}
.marg {
	margin-top: 25px;
}
.marg-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 13px;
}
.elia {
	position: relative;
	background-color: #fff;
	width: 31%;
	padding: 9px 6px 9px 9px;
	border-radius: 5px;
	box-shadow: 3px 3px 12px -3px;
}
.e-p {
	position: absolute;
	top: 26%;
	font-size: 14px;
	left: 50%;
	transform: translate(-50%, 0);
}
.elia img {
	width: 100%;
}
.e-p1 {
	font-size: 11px;
	margin-top: 12px;
	text-align: center;
	color: #4d8aae;
}
.e-p2 {
	font-size: 11px;
	margin-top: 12px;
	text-align: center;
	color: #90ac52;
}
.e-p3 {
	font-size: 11px;
	margin-top: 12px;
	text-align: center;
	color: #e88239;
}
.e-p4 {
	font-size: 11px;
	margin-top: 12px;
	text-align: center;
	color: #de829a;
}
#slide2, #slide3 {
	display: none;
}
@media screen and (max-width:375px) {
	.sutanpu-top {
    padding-top: 86px;
}
	.hoyuu img {
    width: 79px;
    position: absolute;
    top: 16%;
    right: 24%;
}
.oubo li {
    padding: 15px 21px;
}
.e-p {
    position: absolute;
    top: 26%;
    font-size: 14px;
    left: 40%;
    transform: translate(-29%, 0);
}
.e-p1, .e-p2, .e-p3, .e-p4{
    font-size: 10px;
}
}
@media screen and (max-width:360px) {
.ikkai {
    font-size: 18px;
}
.hoyuu div {
    padding: 15px 37px 15px 34px;
}
.hoyuu img {
    width: 77px;
    position: absolute;
    top: 17%;
    right: 21%;
}
.elia {
    width: 32%;
}
.oubo li {
    padding: 11px 19px;
}
.hoyuu-p2 {
    font-size: 31px;
}
}