@charset "UTF-8";


#mainImage {
	width: 100%;
	height: 1100px;
	position: relative;
	padding: 150px 0 0 0;
	overflow: hidden;
}
	#mainImage .bg {
		position: absolute;
		width: 100%;
		height: 1100px;
		background: #f6e2d9;
		padding: 200px 0;
		z-index: -10;
	}
		#mainImage .bg p {
			position: absolute;
			top: 20%;
			left: 50%;
			margin-left: -600px;
			width: 1200px;
			height: 675px;
			
			animation-name: clipAnime;
			animation-duration:12s;
			animation-fill-mode:forwards;
			animation-iteration-count:infinite;

		}
		#mainImage .bg img {
			width: 100%;
			height: auto;
		}


	#mainImage .main {
		position: absolute;
		width: 100%;
		height: 1100px;
		background: #FFF;
		padding: 200px 0;
		z-index: 0;
		clip-path:inset(15% 25% 25% 25%);

		
	}
		#mainImage .main p {
			position: absolute;
			top: 20%;
			left: 50%;
			margin-left: -600px;
			width: 1200px;
			height: 675px;
			background: url("../img/top/mainimage_c.jpg") no-repeat;
			background-size: cover;
			
			animation-name: clipAnime;
			animation-duration:12s;
			animation-fill-mode:forwards;
			animation-iteration-count:infinite;
		}

		#mainImage .main img {
			width: 100%;
			height: auto;
		}


@keyframes clipAnime{
	0% {
		top: 20%;
		left: 50%;
	}
	20% {
		top: 0%;
		left: 65%;
	}
	40% {
		top: 25%;
		left: 70%;
	}
	60% {
		top: 20%;
		left: 40%;
	}
	80% {
		top: 0%;
		left: 45%;
	}
	100% {
		top: 20%;
		left: 50%;
	}
}

#mainImage h1 {
	position: absolute;
	bottom: 200px;
	right: 50px;
	font-size: 1.8rem;
	font-weight: 500;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#mainImage .tt {
	position: absolute;
	top: 200px;
	left: 50px;
	font-family: "Noto Serif JP";
	font-size: 5rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
	#mainImage .tt p strong {
		font-size: 5rem;
		font-family: "Noto Sans JP";
		font-weight: 700;
	}
	#mainImage .tt p.two {
		margin-top: 3em;
	}


#mainImage .bnr {
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 390px;
}
	#mainImage .bnr img {
		width: 100%;
		height: auto;
	}

#mainImage .news {
	position: absolute;
	bottom: 50px;
	right: 550px;

}





#Episode {
	position: relative;
	overflow: hidden;
}
	#Episode .title {
		width: 50%;
		font-weight: 500;
		position: relative;
		padding-left: 100px;
		margin-bottom: 100px;
	}
	#Episode .title h2 {
		display: inline-block;
		font-size: 4rem;
		margin-right: 30px;
	}
	#Episode .title p {
		display: inline-block;
		font-size: 1.2rem;
	}
	#Episode .title:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		border-bottom: solid 1px #000;
	}

	#Episode .title.on:before {
		animation: border_anim 1s linear forwards;
	}

	@keyframes border_anim {
		0%{
			width: 0%;
		}
		100%{
			width: 100%;
		}
	}

#Episode .tit {
	width: 220px;
	height: 830px;
	background: #F5F5F5;
	color: #B90101;
	font-weight: 500;
	padding: 80px 50px;
	position: absolute;
	top: 0;
	right: 0;
	
    animation-name: fadeUpTit;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
	
}
@keyframes fadeUpTit{
from {
    opacity: 0;
    transform: translatex(50px);
}
to {
    opacity: 1;
    transform: translatex(0);
}
}




	#Episode .tit p {
		font-size: 1.6rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding-left: 40px;
		margin-bottom: 30px;
	}
	#Episode .tit h3 {
		font-size: 4rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}


#Episode .border {
	position: absolute;
	top: 80px;
	right: 60px;
	width: 1px;
	height: calc(100% - 160px);
	background: #000;
	padding: 0;
}


#Episode .inner {
}
#Episode .pht {
	width: 100%;
	max-width: 890px;
	margin-bottom: 60px;
}
	#Episode .pht img {
		width: 100%;
		height: auto;
	}
	#Episode .text {
		position: relative;
		font-size: 1.8rem;
	}
	#Episode .text p {
		margin-bottom: 30px;
	}

#Episode .btn {
	position: absolute;
	bottom: -100px;
	right: 0;
	font-size: 3rem;
	border: solid 1px #000;
	width: 300px;
	text-align: center;
}
	#Episode .btn a {
		display: block;
		color: #B90101;
		font-weight: 500;
		padding: 10px 20px;
	}
#Episode .btn:hover {
	border: solid 1px #B90101;
	background: #B90101;
}
	#Episode .btn:hover a {
		color: #FFF;
	}


.more {
	margin-top: 100px;
	margin-bottom: 100px;
}
	.more p {
		float: left;
		font-weight: 700;
		font-size: 3rem;
		background: url("../img/top/arrow.svg") no-repeat right;
		background-size: 7px;
		padding-right: 30px;
	}
	.more ul {
		float: right;
		width: 80%;
	}
		.more ul li {
			font-size: 2.5rem;
			border: solid 1px #000;
			font-weight: 500;
			margin-top: 20px;
			line-height: 1;
			padding: 20px 0;
		}
		.more ul li a {
			color: #B90101;
		}
		.more ul li a span {
			display: inline-block;
			padding: 0 20px;
			margin-right: 50px;
			border-right: solid 1px #000;
		}

		.more ul li:hover {
			border: solid 1px #B90101;
			background: #B90101;
		}
		.more ul li:hover a {
			color: #FFF;
		}
		.more ul li:hover a span {
			border-right: solid 1px #FFF;
		}


#Profile {
	margin-bottom: 100px;
}
	#Profile .text {
		float: right;
		width: 70%;
		line-height: 1.6;
	}
		#Profile .text dl {
			font-weight: 500;
			margin-bottom: 20px;
		}
			#Profile .text dl dt {
				font-size: 3rem;
				margin-bottom: 10px;
			}
				#Profile .text dl dt span {
					font-size: 2rem;
				}
			#Profile .text dl dd {
				font-size: 2rem;
			}

		#Profile .text p {
			margin-bottom: 10px;
		}
		#Profile .text ul {
			margin-bottom: 10px;
		}
			#Profile .text ul li span {
				display: inline-block;
				width: 25em;
			}


	#Profile .ill {
		float: left;
		width: 20%;
	}
	#Profile .ill img {
		width: 100%;
		height: auto;
	}

#achievement {
	margin-top: 60px;
	font-size: 2.4rem;
	font-weight: 700;
}
	#achievement p {
		float: left;
		width: 20%;
		text-align: center;
	}
	#achievement ul {
		float: right;
		width: 78%;
		margin-top: 10px;
		background: url("../img/top/arrow02.svg") no-repeat left;
		background-size: 38px;
		padding-left: 80px;
		
	}
	#achievement li {
		display: inline;
		margin-right: 30px;
	}
	#achievement li:last-child {
		margin-right: 0px;
	}



#achievement p {
	border: solid 1px #000;
	text-align: center;
}
	#achievement p a {
		display: block;
		color: #B90101;
		padding: 10px 20px;
	}
#achievement p:hover {
	border: solid 1px #B90101;
	border: none;
	background: #B90101;
}
	#achievement p:hover a {
		color: #FFF;
	}


.bnr {
	margin-top: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;

	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bnr li {
	width: 49%;
	margin-right: 2%;
}
.bnr li:last-child {
	margin-right: 0%;
}
	.bnr li img {
		width: 100%;
		height: auto;
	}



/* 1200px */
@media screen and (max-width: 1200px) {



}





/* max 1023px */
@media screen and (max-width: 1023px) {


	
#mainImage {
	width: 100%;
	height: 1000px;
	position: relative;
	padding: 100px 0 0 0;
	overflow: hidden;
}
	#mainImage .bg {
		overflow: hidden;
		position: absolute;
		width: 100%;
		height: 300px;
		background: #f6e2d9;
		padding: 0;
		z-index: -10;
	}
		#mainImage .bg p {
			position: absolute;
			top: 20%;
			left: 50%;
			margin-left: -50%;
			width: 100%;
			height: 300px;
			
			animation-name: clipAnime;
			animation-duration:12s;
			animation-fill-mode:forwards;
			animation-iteration-count:infinite;

		}
		#mainImage .bg img {
			width: 100%;
			height: auto;
		}


	#mainImage .main {
		position: absolute;
		width: 100%;
		height: 300px;
		background: #FFF;
		padding: 0;
		z-index: 0;
		clip-path:inset(5% 5% 5% 5%);

		
	}
		#mainImage .main p {
			position: absolute;
			top: 20%;
			left: 50%;
			margin-left: -50%;
			width: 100%;
			height: 300px;
			background: url("../img/top/mainimage_c.jpg") no-repeat;
			background-size: 100%;
			
			animation-name: clipAnime;
			animation-duration:12s;
			animation-fill-mode:forwards;
			animation-iteration-count:infinite;
		}

		#mainImage .main img {
			width: 100%;
			height: auto;
		}

	
	

#mainImage h1 {
	padding: 350px 5% 0% 5%;
	position: relative;
	bottom: 0;
	right: 0;
	font-size: 1.4rem;
	font-weight: 500;
	-ms-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
}
#mainImage .tt {
	margin-bottom: 5%;
	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	font-family: "Noto Serif JP";
	font-size: 2rem;
	-ms-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
}
	#mainImage .tt p {
		margin: 0;
		text-decoration: underline;
	}
	#mainImage .tt p strong {
		font-size: 2rem;
		font-family: "Noto Sans JP";
		font-weight: 700;
	}
	#mainImage .tt p.two {
		margin-top: 0em;
	}


#mainImage .bnr {
	position: relative;
	bottom: 0;
	right: 0;
	width: 90%;
	margin: 0 auto;
}
	#mainImage .bnr img {
		width: 100%;
		height: auto;
	}

#mainImage .news {
	width: 90%;
	margin: 5% auto;
	position: relative;
	bottom: 0;
	right: 0;

}





#Episode {
	position: relative;
	overflow: hidden;
}
	#Episode .title {
		width: 100%;
		font-weight: 500;
		position: relative;
		padding-left: 5%;
		margin-bottom: 5%;
	}
	#Episode .title h2 {
		display: inline-block;
		font-size: 2rem;
		margin-right: 30px;
	}
	#Episode .title p {
		display: inline-block;
		font-size: 1.2rem;
	}
	#Episode .title:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		border-bottom: solid 1px #000;
	}

	#Episode .title.on:before {
		animation: border_anim 1s linear forwards;
	}

	@keyframes border_anim {
		0%{
			width: 0%;
		}
		100%{
			width: 100%;
		}
	}

#Episode .tit {
	width: 20%;
	height: auto;
	background: #F5F5F5;
	color: #B90101;
	font-weight: 500;
	padding: 40px 20px;
	position: absolute;
	top: 50px;
	right: 0;
	
    animation-name: fadeUpTit;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
	
}
@keyframes fadeUpTit{
from {
    opacity: 0;
    transform: translatex(50px);
}
to {
    opacity: 1;
    transform: translatex(0);
}
}




	#Episode .tit p {
		font-size: 1.2rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding-left: 10px;
		margin-bottom: 10px;
	}
	#Episode .tit h3 {
		font-size: 2rem;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}


#Episode .border {
	display: none;
	position: absolute;
	top: 80px;
	right: 60px;
	width: 1px;
	height: calc(100% - 160px);
	background: #000;
	padding: 0;
}


#Episode .inner {
}
#Episode .pht {
	width: 70%;
	max-width: 890px;
	margin-bottom: 60px;
}
	#Episode .pht img {
		width: 100%;
		height: auto;
	}
	#Episode .text {
		position: relative;
		font-size: 1.4rem;
	}
	#Episode .text p {
		margin-bottom: 30px;
	}

#Episode .btn {
	position: relative;
	bottom: 0;
	right: 0;
	font-size: 1.6rem;
	border: solid 1px #000;
	width: 100%;
	text-align: center;
}
	#Episode .btn a {
		display: block;
		color: #B90101;
		font-weight: 500;
		padding: 10px 20px;
	}
#Episode .btn:hover {
	border: solid 1px #B90101;
	background: #B90101;
}
	#Episode .btn:hover a {
		color: #FFF;
	}


.more {
	margin-top: 100px;
	margin-bottom: 100px;
}
	.more p {
		float: none;
		font-weight: 700;
		font-size: 2rem;
		background: none;
		background-size: 7px;
		padding-right: 30px;
	}
	.more ul {
		float: none;
		width: 100%;
	}
		.more ul li {
			font-size: 1.6rem;
			border: solid 1px #000;
			font-weight: 500;
			margin-top: 20px;
			line-height: 1;
			padding: 20px;
		}
		.more ul li a {
			color: #B90101;
			
		}
		.more ul li a span {
			display: block;
			padding: 0 0;
			margin-right: 0;
			border-right: none;
			margin-bottom: 10px;
		}

		.more ul li:hover {
			border: solid 1px #B90101;
			background: #B90101;
		}
		.more ul li:hover a {
			color: #FFF;
		}
		.more ul li:hover a span {
			border-right: solid 1px #FFF;
		}


#Profile {
	margin-bottom: 100px;
}
	#Profile .text {
		float: none;
		width: 100%;
		line-height: 1.6;
	}
		#Profile .text dl {
			font-weight: 500;
			margin-bottom: 20px;
		}
			#Profile .text dl dt {
				font-size: 2rem;
				margin-bottom: 10px;
			}
				#Profile .text dl dt span {
					display: block;
					font-size: 1.4rem;
				}
				#Profile .text dl dt br {
					display: none;
				}
			#Profile .text dl dd {
				font-size: 1.4rem;
			}

		#Profile .text p {
			margin-bottom: 10px;
		}
		#Profile .text ul {
			margin-bottom: 10px;
		}
			#Profile .text ul li span {
				display: inline;
				width: auto;
			}


	#Profile .ill {
		float: none;
		width: 40%;
		margin: 0 auto;
		margin-top: 5%;
	}
	#Profile .ill img {
		width: 100%;
		height: auto;
	}

#achievement {
	margin-top: 60px;
	font-size: 1.6rem;
	font-weight: 700;
}
	#achievement p {
		float: none;
		width: 100%;
		text-align: center;
	}
	#achievement ul {
		text-align: center;
		float: none;
		width: 100%;
		margin-top: 10px;
		background: none;
		background-size: 38px;
		padding-left: 00px;
		
	}
	#achievement li {
		display: block;
		margin-right: 0px;
	}
	#achievement li:last-child {
		margin-right: 0px;
	}



#achievement p {
	border: solid 1px #000;
	text-align: center;
}
	#achievement p a {
		display: block;
		color: #B90101;
		padding: 10px 20px;
	}
#achievement p:hover {
	border: solid 1px #B90101;
	border: none;
	background: #B90101;
}
	#achievement p:hover a {
		color: #FFF;
	}

	
	
.bnr {
	margin-top: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;

	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bnr li {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
}
.bnr li:last-child {
	margin-right: 0%;
}
	.bnr li img {
		width: 100%;
		height: auto;
	}
	
	
	
}