<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';

#kiranchu {
	width: 100%;
	min-width: 1200px;
	background: url('../img/pc/bg_img.jpg') repeat top center;
	position: relative;
	overflow: hidden;
}

#kiranchu #kiranchu_header {
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 110px;
	height: auto;
	background: url('../img/pc/bg_main.png') no-repeat top center;
	background-size: contain;
	z-index: 1;
}

#kiranchu #kiranchu_header h1 {
	text-align: center;
}

#kiranchu #kiranchu_header h1 img {
	margin-top: -95px;
}

#kiranchu #kiranchu_header #header_cont {
	width: 828px;
	margin: 0 auto;
	margin-top: -25px;
}

#kiranchu #kiranchu_header #header_cont .main_kikan {
	padding-top: 15px;
}

#kiranchu #kiranchu_header #header_cont .main_cast {
	padding-top: 15px;
	text-align: center;
}

#kiranchu #kiranchu_header .sns {
	width: 227px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 55px;
}

#kiranchu #kiranchu_header .sns li {
	padding-left: 15px;
	display: inline-block;
	vertical-align: top;

}

#kiranchu #kiranchu_header .sns li:first-child {
	padding-left: 0;
}

#kiranchu #kiranchu_header .sns li a {
	display: block;
}

#kiranchu #kiranchu_header .sns li span img {
	width: 60px;
	height: 60px;
}

#kiranchu .cont {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 50px;
}

#kiranchu .cont_top {
	margin-top: -150px;
	position: relative;
	z-index: 2;
}

#kiranchu .cont .mokuzi {
	width: 445px;
	margin: 0 auto;
}

#kiranchu .cont .cont_box {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 70px;
	position: relative;
	background: url('../img/pc/bg_cont.jpg') no-repeat top center;
	background-size: 100%;
}

#kiranchu .cont .cont_box .day {
	position: absolute;
	top: -10px;
	left: 75px;
	z-index: 2;
}

#kiranchu .cont .cont_box h2 {
	padding: 50px 40px 25px 0;
	text-align: right;
}

#kiranchu .cont .cont_box .cont_main {
	overflow: hidden;
}

#kiranchu .cont .cont_box .cont_main .cont_img {
	float: left;
	padding-left: 50px;
}

#kiranchu .cont .cont_box .cont_main .cont_img_right {
	float: right;
	padding-right: 40px;
}

#kiranchu .cont .cont_box .cont_main .cont_movie {
	float: right;
	padding-right: 40px;
}

#kiranchu .cont .cont_box .cont_main .cont_movie .cast {
	padding-bottom: 32px;
}

.movie {
	height: auto;
	padding-bottom: 0.2%;
	background: url('../img/pc/frame.png') no-repeat top center;
	background-size: 100% 100%; 
}

.movie .play {
	width: 96.5%;
	height: 0;
	margin: 0 auto;
	padding-bottom: 56.9%;
	background: url('../img/pc/bg_movie.jpg') no-repeat center center;
	background-size: 100%;
}

#kiranchu .cont .cont_box .cont_main .cont_movie_left {
	float: left;
	padding-left: 50px;
}

#kiranchu .cont .cont_box .cont_main .cont_movie_left .cast {
	padding-bottom: 30px;
}

 .movie {
	height: auto;
	padding: 1px;
	box-sizing: border-box;
	background: url('../img/pc/frame.png') no-repeat top center;
	background-size: 100% 100%; 
}

 .movie .play {
	width: 480px;
	height: 0;
	margin: 0 auto;
	padding-bottom: 281px;
	background: url('../img/pc/bg_movie.jpg') no-repeat center center;
}

.movie .play iframe {
	width: 480px;
	margin: 0 auto;
	padding-top: 1.3%;
}

#kiranchu .afterword {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

#kiranchu .afterword .end_text {
	padding-bottom: 185px;
	text-align: left;
}

#kiranchu .afterword .tomotika {
	position: absolute;
	bottom: 0;
	right: -40px;
	z-index: 2;
}

#kiranchu .copy {
	width: 100%;
	background-color: #E0A919;
	background: url('../img/pc/bg_copy.jpg') no-repeat top center;
	background-size: cover;
}

#kiranchu .copy p {
	width: 1200px;
	margin: 0 auto;
	padding-top: 3px;
	text-align: center;
}

.pc {
	display: block;
}

.pc_in {
	display: inline-block;
}

.sp {
	display: none;
}

@media screen and (max-width: 640px) {
	img {
		width: 100%;
	}

	.pc {
		display: none;
	}

	.pc_in {
		display: none;
	}

	.sp {
		display: block;
	}

	#kiranchu {
		min-width: 100%;
	}

	#kiranchu #kiranchu_header {
		width: 100%;
		height: auto;
		padding-bottom: 0;
		padding-bottom: 13%;
		background: url('../img/pc/sp_bg_main.png') no-repeat top center;
		background-size: 100% 100%;
	}

	#kiranchu #kiranchu_header h1 {
		width: 80%;
		margin: 0 auto;
	}

	#kiranchu #kiranchu_header h1 img {
		margin-top: -16%;
	}

	#kiranchu #kiranchu_header #header_cont {
		width: 95%;
		margin-top: 3%;
	}

	#kiranchu #kiranchu_header #header_cont .main_kikan {
		width: 90%;
		margin: 0 auto;
		padding-top: 5%;
	}

	#kiranchu #kiranchu_header #header_cont .main_cast {
		width: 90%;
		margin: 0 auto;
		padding-top: 5%;
	}

	#kiranchu .cont {
		width: 100%;
		margin-bottom: 5%;
	}

	#kiranchu .cont_top {
		margin-top: -7.5%;
	}

	#kiranchu .cont .mokuzi {
		width: 75%;
	}

	#kiranchu .cont .cont_box {
		width: 93%;
		height: auto;
		margin-top: 15%;
		padding-bottom: 9%;
		background: url('../img/pc/sp_bg_cont.jpg') no-repeat top center;
		background-size: 100% 100%;
	}

	#kiranchu .cont .cont_box .day {
		width: 60%;
		top: -1.3%;
		left: -2.5%;
	}

	#kiranchu .cont .cont_box h2 {
		width: 95%;
		margin: 0 auto;
		padding: 17% 0 2% 0;
	}

	#kiranchu .cont .cont_box .cont_main .cont_img {
		width: 93%;
		margin: 0 auto;
		float: none;
		padding-left: 0;
	}

	#kiranchu .cont .cont_box .cont_main .cont_img_right {
		width: 93%;
		margin: 0 auto;
		float: none;
		padding-right: 0;
		padding-left: 0;
	}

	#kiranchu .cont .cont_box .cont_main .cont_movie {
		width: 100%;
		margin: 0 auto;
		float: none;
		padding-right: 0;
	}

	#kiranchu .cont .cont_box .cont_main .cast {
		width: 88%;
		margin: 0 auto;
		padding-bottom: 5%;
	}

	.movie {
		width: 93%;
		height: auto;
		margin: 0 auto;
		margin-top: 3%;
		padding: 1%;
		padding-bottom: 1.2%;
		box-sizing: border-box;
		background: url('../img/pc/frame.png') no-repeat top center;
		background-size: 100% 100%; 
	}

	.movie .play {
		width: 99%;
		height: 0;
		margin: 0 auto;
		padding-bottom: 56%;
		background: url('../img/pc/bg_movie.jpg') no-repeat center center;
		background-size: 100%;
		position: relative;
	}

	.movie .play iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: -2%;
		bottom: 0;
		right: 0;
		left: 0;
	}

	#kiranchu .cont .cont_box .cont_main .cont_movie_left {
		width: 100%;
		margin: 0 auto;
		float: none;
		padding-left: 0;
	}

	#kiranchu .afterword {
		width: 95%;
		margin-top: 15%;
	}

	#kiranchu .afterword .end_text {
		width: 73%;
		padding-bottom: 23%;
	}

	#kiranchu .afterword .tomotika {
		width: 50%;
		right: 0%
	}

	#kiranchu .sp_sns {
		width: 100%;
		margin: 0 auto;
	}

	#kiranchu .sp_sns {
		width: 100%;
		margin: 0 auto;
		background: url('../img/pc/sp_bg_sns.jpg') no-repeat top center;
		background-size: 100%; 
	}

	#kiranchu .sp_sns .sns {
		width: 100%;
		height: auto;
		padding-top: 4%;
		padding-bottom: 3%;
		text-align: center;
	}

	#kiranchu .sp_sns .sns li {
		width: 13%;
		display: inline-block;
		padding-left: 8%;
	}

	#kiranchu .sp_sns .sns li:first-child {
		padding-left: 0;
	}

	#kiranchu .sp_sns .sns li span img {
		height: auto;
	}

	#kiranchu .copy {
		width: 100%;
		margin: 0 auto;
		background: url('../img/pc/sp_bg_copy.jpg') no-repeat top center;
		background-size: 100%;
	}

	#kiranchu .copy p {
		width: 80%;
	}

	.sp_mt0 {
		margin-top: 0 !important;
	}
}
</pre></body></html>