*{
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: auto;
	box-sizing: border-box;
}

ul, ol{
	list-style: none;
}

img{
	display: block;
	width: 100%;
	margin: auto;
}


.page_top {
	width: 100%;
	margin: 0 auto;
}

.page_top a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #036EB7;
	padding: 1rem;
	font-size: 1.125rem;
	font-weight: 700;
}

#head{
	position: relative;
	width: 100%;
	min-height: 710px;
	background-image: url(../image/top-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.title-area h1{
    position: absolute;
    display: inline-block;
    max-width: 1100px;
    width: 100%;
    font-size: 6rem;
    font-weight: 900;
    line-height: 5.5rem;
    padding-left: 3.75rem;
    padding-bottom: 3rem;
    color: #ffffff;
    box-sizing: border-box;
	text-shadow: 0 0 4px #000000bc;
    bottom: -6.25rem;
	left: 0;
	background-image: url(../image/top-midasi.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
    background-position: bottom;
	z-index: 1;
}

.title-area h1 > small{
	font-size: 5rem;
}

.title-area strong{
	display: block;
	font-size: 3.5rem;
}

.title-area strong > small{
	font-size: 3rem;
} 

.title-area h1 span.yel_tx{
	display: block;
	font-size: 2.25rem;
	color: #FAED00;
	text-shadow: none;
    line-height: 100%;
    margin-top: 1rem;
}

ul.genre_list{
    position: absolute;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    align-content: center;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	margin: auto;
}

ul.genre_list li{
	position:relative;
	width: 100%;
	min-height: 80px;
	align-content: center;
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 100%;
	color: #FAED00;
	margin-bottom: 0.75rem;
	padding: 0.5rem 2.5rem;
	background: #cccccc;
	box-sizing: border-box;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
}

ul.genre_list li.pr{
	background: #2CA6E0;
	right: -2.75rem;
}

ul.genre_list li.saiyo{
	background: #3377DB;
	right: -4.5rem;
}

ul.genre_list li.animation{
	background: #036EB7;
	right: -6.25rem;
}

ul.genre_list li.logo{
	background: #2B487A;
	right: -8rem;
}

ul.genre_list li:last-child{
	margin-bottom: 0;
}

#container{
	position: relative;
}

.inner{
	width: 100%;
	padding: 7.5rem 2rem;
	box-sizing: border-box;
}

.inner.bg-cyan{
	background: #EDF7FD;
	padding-top: 13.75rem;
}

ul.point-list{
	display: flex;
	max-width: 1260px;
	width: calc(100% - 2rem);
	justify-content: space-between;
	margin: auto;
}

ul.point-list li{
	max-width: 600px;
	width: calc(50% - 1rem);
	min-height: 340px;
	padding: 1.25rem 1.25rem 1.25rem;
	box-sizing: border-box;
	color: #ffffff;
	background: #cccccc;
	border-radius: 1rem;
}

ul.point-list li.icn-mon{
	background: #036EB7;
}

ul.point-list li.icn-gen{
	background: #2CA6E0;
}


ul.point-list li h3{
	position: relative;
	font-size: 1.5rem;
	line-height: 2.25rem;
	text-align: center;
	margin-bottom: 1.25rem;
	padding-top: 5rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #ffffff;
}

ul.point-list li h3::before{
	content: "";
	position: absolute;
	max-width: 120px;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	left: 0;
	right: 0;
	top: -5rem;
	margin:auto;
}

ul.point-list li.icn-mon h3::before{
	background-image: url(../image/icn-bg01.png);
}

ul.point-list li.icn-gen h3::before{
	background-image: url(../image/icn-bg02.png);
	
}

ul.point-list li p{
	font-size: 1.125rem;
	line-height: 2rem;
	margin: 0 0.5rem;
}

.bg-stc{
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../image/zisseki-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top: 0;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-stc::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: #00000066;
}

.inner.stic_area h2{
	position: relative;
	text-align: center;
	font-size: 2rem;
	line-height: 100%;
	color: #ffffff;
	margin-bottom: 1.875rem;
	padding-bottom: 1.875rem;
}

.inner.stic_area h2::before{
	content: "";
	position: absolute;
	max-width: 120px;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ffffff;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
}

.tab-area {
	display: flex;
	max-width: 640px;
	justify-content: space-between;
	margin: 0 auto 4.75rem;
}

.tab-area .tab{
	max-width: 310px;
	width: calc(50% - 1rem);
	min-height: 70px;
	align-content: center;
	text-align: center;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	cursor: pointer;
	transition: .5s;
}

.tab-area .tab.active{
	color: #cccccc;
	background: #ffffffed;
}

.tab-area .tab.movie.active{
	color: #036EB7;
}

.tab-area .tab.animation.active{
	color: #ED9E00;
}

.panel-area .panel{
	display: none;
}

.panel-area .panel.active{
	display: block;
}

.panel-area .panel h3{
	max-width: 240px;
	min-height: 80px;
	align-content: center;
	text-align: center;
	font-size: 2rem;
	line-height: 100%;
	font-weight: 900;
	color: #ffffff;
	margin: 0 auto 2.5rem;
	border: 2px solid;
}

.panel-area .panel.animation h3{
	max-width: 360px;
}

.panel-area .panel .col3{
	max-width: 1260px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	justify-content: flex-start;
}

.panel-area .panel .col3 li{
	width: calc((100% / 3) - 2.5rem);
	margin: 0 1.25rem 2.5rem;
}

.panel-area .panel .col3 li a{
	text-decoration: none;
	transition: .5s
}

.panel-area .panel .col3 li a:hover,
.panel-area .panel .col3 li a:focus{
	filter: brightness(70%);
}

.panel-area .panel .col3 li .tx_area{
	display: flex;
	width: 100%;
	min-height: 50px;
	align-content: center;
}

.panel-area .panel .col3 li .tx_area .corp{
	display: block;
	width: 70%;
    font-size: 1.125rem;
	font-weight: 700;
	padding: 0.5rem 1rem;
    align-content: center;
	box-sizing: border-box;
	color: #cccccc;
	background: #ffffff;
}

.panel-area .panel.movie .col3 li .tx_area .corp{
	color: #2B487A;
}

.panel-area .panel.animation .col3 li .tx_area .corp{
	color: #ED9E00;
}

.panel-area .panel .col3 li .tx_area .more{
	display: block;
	width: 30%;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	align-content: center;
	background: #cccccc;
}

.panel-area .panel.movie .col3 li .tx_area .more{
	background: #2B487A;
}

.panel-area .panel.animation .col3 li .tx_area .more{
	background: #ED9E00;
}

#footer{
	position: relative;
	overflow: hidden;
	padding-top: 5rem;
	background: #ffffff;
	z-index: 1;
}

#footer::before,
#footer::after{
	content: "";
	width: 390px;
	height: 280px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	top: 1rem;
    z-index: -1;
}

#footer::before{
	background-image: url(../image/foot-bg01.png);
	left :-1.875rem;
}


#footer::after{
	background-image: url(../image/foot-bg02.png);
	right: -1.875rem;
}

.contact_box{
	max-width: 340px;
	text-align: center;
	margin: auto;
}

.contact_box h5{
	font-size: 1.25rem;
	line-height: 2rem;
}

.contact_box h5:last-of-type{
	margin-bottom: 1.875rem;
}

.contact_box p{
	font-size: 1.125rem;
	margin-bottom: 3rem;
}

.contact_box p.tel_box{
	position: relative;
	max-width: 320px;
	padding-left: 3rem;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3rem;
	letter-spacing: 0.5px;
	text-align: left;
	color: #E20E0E;
	margin: auto;
	margin-bottom: 2.5rem;
	box-sizing: border-box;
}

.contact_box p.tel_box small{
    display: block;
    font-size: 1.125rem;
    line-height: 140%;
	font-weight: 400;
	letter-spacing: 1px;
	color: #000000;
}

.contact_box p.tel_box::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 50px;
	background-image: url(../image/tel_icn.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
}

.mail_btn{
	max-width: 580px;
	width: calc(100% - 2rem);
	margin: 0 auto 7.75rem;
}

.mail_btn a{
	position: relative;
	display: block;
	width: 100%;
	min-height: 80px;
	padding-left: 2.5rem;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	align-content: center;
	background: #2B487A;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

.mail_btn a::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../image/mail_icn.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 10rem;
	margin: auto;
}


.exit_top{
	margin: auto;
	text-align: center;
}

.exit_top a{
	position: relative;
	display: block;
	max-width: 180px;
	width: 100%;
	height: 50px;
	text-decoration: none;
	color: #2B487A;
    align-content: center;
	margin: auto;
	padding-left: 1rem;
	border: 2px solid #2B487A;
	border-radius: 0.5rem;
	box-sizing: border-box;
}

.exit_top a::before{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url(../image/arrow-icn.png);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	left: 2rem;
	margin: auto;
}


.mail_btn a:hover,
.mail_btn a:focus,
.exit_top a:hover,
.exit_top a:focus{
	opacity: .7;
}

.copyright {
	padding: 2.25rem 2rem;
}

.copyright p{
	text-align: center;
	font-size: 0.75rem;
}

@media screen and ( max-width:1260px ) {
	#head {
		min-height: 640px;
	}
	
	ul.genre_list li {
		min-height: 60px;
		font-size: 1.5rem;
	}
	
	.title-area h1 {
		font-size: 4rem;
		line-height: 3.5rem;
		padding-left: 2.5rem;
		padding-bottom: 2rem;
		max-width: 770px;
		bottom: -4.5rem;
	}
	
	.title-area h1 > small {
		font-size: 3.5rem;
	}
	
	.title-area strong {
		font-size: 2.5rem;
	}
	
	.title-area strong > small {
		font-size: 2rem;
	}
	
    .title-area h1 span.yel_tx {
        font-size: 1.75rem;
    }
	
	ul.genre_list {
		max-width: 460px;
	}
	
	.inner.bg-cyan {
		padding-top: 12rem;
	}
	
	.panel-area .panel.animation h3 {
    	max-width: 320px;
	}
	
	.panel-area .panel h3 {
    	font-size: 1.5rem;
	}
	
	.panel-area .panel .col3 li a{
		position: relative;
	}
	
	.panel-area .panel .col3 li {
    width: calc((100% / 3) - 1.5rem);
    	margin: 0 0.75rem 5rem;
	}
	
	.panel-area .panel .col3 li .tx_area {
		position: absolute;
        flex-direction: column;
        bottom: -2.75rem;
	}
	
	.panel-area .panel .col3 li .tx_area .corp,
	.panel-area .panel .col3 li .tx_area .more{
		width: 100%;
        min-height: 2.75rem;

	}
	
	.panel-area .panel.movie .col3 li .tx_area .corp,
	.panel-area .panel.animation .col3 li .tx_area .corp {
    	color: #ffffff;
        text-align: center;
    	background: #00000099;
	}
	
	#footer::before,
	#footer::after {
		width: 260px;
		height: 190px;
	}
}

@media screen and ( max-width:1024px ) {
	ul.point-list{
		width: 100%;
	}
}

@media screen and ( max-width:960px ) {
	
	#head{	
    	background-position: left 45% top;
	}
	
    .title-area h1 {
        font-size: 3rem;
        line-height: 3rem;	
        padding-left: 1.5rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        max-width: none;
        bottom: -3rem;
        background-image: linear-gradient(70deg, rgba(3, 110, 183, 1) 70%, rgba(44, 166, 224, 1) 70%);
    }
	
	.title-area h1 > small {
        font-size: 2.5rem;
    }
	
    .title-area strong {
        font-size: 2rem;
    }
	
	.title-area strong > small {
        font-size: 1.75rem;
    }
	
	.title-area h1 span.yel_tx {
        font-size: 1.5rem;
    }
	
	ul.genre_list{
		max-width: 340px;
	}
	
	ul.genre_list li{
        font-size: 1.25rem;
		padding: 0.5rem 1.75rem;
        min-height: 50px;
	}
	
	ul.genre_list li.pr{
		right: -2rem;
	}
	
	ul.genre_list li.saiyo{
		right: -3.5rem;
	}
	
	ul.genre_list li.animation{
		right: -5rem;
	}
	
	ul.genre_list li.logo{
		right: -6.5rem;
	}
	
	.inner.bg-cyan {
		padding-top: 10.5rem;
    }
	
	ul.point-list {
        flex-direction: column;
    }
	
	ul.point-list li {
        max-width: none;
        width: 100%;
        min-height: 200px;
        align-items: center;
		margin-bottom: 3.75rem;
	}
	
	ul.point-list li:last-child {
		margin-bottom: 0;
	}
	
	ul.point-list li h3 {
		max-width: none;
		width: 100%;
		font-size: 1.25rem;
		padding-top: 2.5rem;
	}
	
	ul.point-list li h3::before {
		max-width: 80px;
		top: -3rem;
	}
	
	ul.point-list li p{
		width: 100%;
	}
	
	.panel-area .panel .col3 li {
        width: calc((100% / 2) - 1.5rem);
	}
	
	#footer::before,
	#footer::after {
		opacity: .3;
	}
	
	#footer p {
		font-size: 1.125rem;
	}
	
	#footer .copyright p {
		font-size: 0.75rem;
	}
	
	.mail_btn {
	    margin: 0 auto 5rem;
	}
	
	.copyright {
    	padding: 1.25rem 2rem;
	}
}


@media screen and ( max-width:640px ){
	#head {
        min-height: 540px;
    }
	.title-area h1{
		font-size: 2.5rem;
        line-height: 2.5rem;
        padding-left: 1.25rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
	}
	
	.title-area h1 > small {
        font-size: 1.75rem;
    }
	
	.title-area strong {
        font-size: 1.75rem;
    }
	
	.title-area strong > small {
        font-size: 1.5rem;
    }
	
	.title-area h1 span.yel_tx {
        margin-top: .5rem;
    }
	
	.tab-area {
    	flex-direction: column;
	}
	
	.tab-area .tab {
		max-width: none;
		width: 100%;
		min-height: 60px;
		margin-bottom: 1rem;
	}
	
	.panel-area .panel .col3 {
		max-width: 480px;
		margin: auto;
	}
	
	.panel-area .panel .col3 li{
		width: 100%;
	}
	
	#footer .inner p {
		font-size: 1rem;
	}
	
	.mail_btn {
		max-width: 360px;
	}
	
	.mail_btn a::before {
		left: 3rem;
	}

}

@media screen and ( max-width:480px ){
	#head {
        min-height: 460px;
    }
	
	.inner {
	    padding: 5rem 1rem;
	}
	
	.inner.bg-cyan {
        padding-top: 8rem;
    }
	
    ul.genre_list {
        max-width: 280px;
        top: 1rem;
        bottom: auto;
    }
	
    ul.genre_list li {
        font-size: 1rem;
        min-height: 40px;
	}
	
	ul.genre_list li.saiyo {
        right: -3.25rem;
	}
	
	ul.genre_list li.animation {
        right: -4.5rem;
    }
	
	ul.genre_list li.logo {
        right: -5.75rem;
    }
	

}