<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#page {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif!important;
	text-shadow: none!important;
	font-feature-settings: "palt" 0;
	overflow-x: hidden;
}
#page a img:hover {
	opacity: 1.0;
}
#page a img:hover {
	opacity: 0.8;
	border: none;
}
.img_s {
	display: none;
}
.br_s {
	display: none;
}
#page h1 img {
	width: 100%;
	height: auto;
	max-width: 1920px;
}
.day {
	margin: 0 auto;
	text-align: center;
	color: #f23434;
	font-size: 4rem;
	font-weight: 600;
}
.day span {
	font-size: 2.5rem;
	font-weight: 600;
}
.day p {
	font-size: 1.2rem;
	font-weight: 600;
	margin: 20px 0 20px;
}
.movie {
	width: 100%;
	max-width: 970px;
	margin: 20px auto 40px;

}
.tvo-video {
 height: calc(970px * 0.5625)
}
.overview {
	width: 1230px;
	margin: 0 auto;
	clear: both;
}
.overview .description {
	width: 970px;
	margin: 0 auto 70px;
	;
	display: block;
}
.overview .description img {
	float: right;
}
.overview .description p {
	font-size: 1.3rem;
	line-height: 2.8rem;
}
.overview .description span {
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 4rem;
}
.mc {
	width: 1100px;
	height: 370px;
	margin: 0px auto;
	background-image: url(../images/bg_mc.gif);
}
.mc img {
	margin:-60px 0 0 50px;
}
.bt {
	background-color: #00b1f1;
	padding-top: 20px;
	 
}
.bt img:hover {
	animation: rumble 0.12s linear infinite;
}
@keyframes rumble {
 0% {
transform:rotate(0deg) translate(0, 0);
}
 12.5% {
transform:rotate(0.4deg) translate(1px, -1px);
}
 25% {
transform:rotate(0.8deg) translate(0px, 1px);
}
 37.5% {
transform:rotate(0.4deg) translate(-1px, 0);
}
 50% {
transform:rotate(0deg) translate(0, 0);
}
 62.5% {
transform:rotate(-0.4deg) translate(1px, 0);
}
 75% {
transform:rotate(-0.8deg) translate(0, 1px);
}
 87.5% {
transform:rotate(-0.4deg) translate(-1px, -1px);
}
 100% {
transform:rotate(0deg) translate(0, 0);
}
}
.bt ul {
	max-width: 1230px;
	margin: 0 auto;
	display: block;
	padding: 30px 0;
	box-sizing: border-box;
}
.bt ul li {
	display: inline-block;
	margin: 13px;
	width: 30%;
	box-sizing: border-box;
}
.detail #detail1 {
	padding: 70px 0px 40px;
	background-image: url(../images/bg1.gif);
	background-position: center bottom;
}
.detail .box_all {
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 1200px;
	padding: 30px 40px 30px 50px;
	margin: 0px auto;
	box-sizing: border-box;
}
.detail .box_all img {
	margin-top: -100px;
}
.box_detail {
	float: right;
	font-size: 1.1rem;
	line-height: 2.2rem;
	width: 470px;
}
.box_detail h1 {
	font-size: 2.8rem;
	margin: 50px 0 40px;
	;
	text-indent: -20px;
	font-weight: 800;
}
.detail #detail2 .box_detail h1 {
	font-size: 2.18rem;
	line-height: 3rem;
	margin: 30px 0px 35px;
	;
	text-indent: -20px;
	font-weight: 800;
}
.detail #detail2 {
	padding: 70px 0px 40px;
	background-image: url(../images/bg2.gif);
	background-position: center bottom;
}
.detail #detail3 {
	padding: 70px 0px 40px;
	background-image: url(../images/bg3.gif);
	background-position: center bottom;
}
.detail #detail4 {
	padding: 70px 0px 40px;
	background-image: url(../images/bg4.gif);
	background-position: center bottom;
}
.detail #detail5 {
	padding: 70px 0px 40px;
	background-image: url(../images/bg5.jpg);
	background-repeat: repeat-x;
}
.box_all {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.fade_on {
	opacity: 1;
}
#quiz {
	background-image: url(../images/bg.gif);
	clear: both;
	text-align: center;
	border-bottom: 5px #FFFFFF solid;
}
	#quiz img{
		margin-bottom: -4px;
	}

.footer {
	background-color: #00b1f1;
}
.footer_in {
	max-width: 970px;
	margin: 0 auto;
	display: block;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.footer_in img {
	float: left;
	margin-left: 70px;
	margin-top: 20px;
}
.footer_in .day {
	float: right;
	display: block;
	width: 400px;
	margin: 0px;
	text-align: center;
	color: #fff;
	font-size: 4rem;
	font-weight: 600;
	padding-top: 70px;
	line-height: 3.8rem;
}
.footer_in　.day span {
	font-size: 2.5rem;
	font-weight: 600;
}
#page .day p {
	font-size: 1.1rem;
	font-weight: 600;
	text-align: center;
	margin-top:10px;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 124px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}
.tver .img_pc{
	display: block;
	margin: 50px auto;
	background-color: #007EC4;
	
}

/*===============================================
●smart.css  画面の横幅が1024まで
===============================================*/
@media screen and (max-width:1024px) {
img {
	width: 100%;
	height: auto;
}
.img_pc {
	display: none;
}
.img_s {
	display: block;
}
.movie {
	width: 90%;
	margin: 10px auto 0;
}
.tvo-video {
 height: calc(90vw * 0.5625);
}
.br_s {
	display: block;
}
#page h1 img {
	width: 100%;
	height: auto;
	max-width: 1024px;
}
.day {
	margin: 0 auto;
	text-align: center;
	color: #f23434;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 2.3rem;
}
.day span {
	font-size: 1.6rem;
	font-weight: 600;
}
.day p {
	font-size: 1.0rem;
	font-weight: 600;
	margin: 0px;
}
.overview {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.overview .description {
	width: 90%;
	margin: 30px auto 70px;
	display: block;
}
.overview .description img {
	float: right;
	width: 33%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.overview .description p {
	font-size: 1rem;
	line-height: 1.8rem;
}
	.overview br{
		display: none;
	}
	.overview .br_s{
		display: block;
	}
.overview .description span {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 3rem;
}
.mc {
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-image: none;
	background-color: #FFF500;
	padding:0.5rem 1rem;
	box-sizing: border-box;
}
.mc img {
	margin: -20px 0 -8px 0;
}
.bt {
	background-color: #00b1f1;
	padding: 1rem 1rem 1.5rem;
	width: 100%;
	box-sizing: border-box;
	display: block;
}
.bt ul {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	padding: 0px 0;
	box-sizing: border-box;
}
.bt ul li {
	display:inline-block;
	margin: 0.4rem auto;
	width: 45%;
	box-sizing: border-box;
}
.detail #detail1 {
	padding: 3rem 0px 1.5rem;
	background-image: url(../images/s_bg1.gif);
	background-position: center bottom;
	background-size: cover;
}
.detail .box_all {
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 90%;
	padding: 1.5rem;
	margin: 0px auto;
	box-sizing: border-box;
}
.detail .box_all img {
	margin-top: -60px;
}
.box_detail {
	float: none;
	font-size: 1rem;
	line-height: 2rem;
	width: 100%;
}
.box_detail br {
	display: none;
}
.box_detail h1 {
	font-size: 1.8rem;
	margin: 30px 0 20px;
	text-indent: -20px;
	font-weight: 600;
}
.detail #detail2 .box_detail h1 {
	font-size: 1.8rem;
	line-height: 3rem;
	margin: 30px 0px 20px;
	text-indent: -20px;
	font-weight: 600;
}
.detail #detail2 {
	padding: 3rem 0px 1.5rem;
	background-image: url(../images/s_bg2.gif);
	background-position: center bottom;
	background-size: cover;
}
.detail #detail3 {
	padding: 3rem 0px 1.5rem;
	background-image: url(../images/s_bg3.gif);
	background-position: center bottom;
	background-size: cover;
}
.detail #detail4 {
	padding: 3rem 0px 1.5rem;
	background-image: url(../images/s_bg4.gif);
	background-position: center bottom;
	background-size: cover;
}
.detail #detail5 {
	padding: 3rem 0px 1.5rem;
	background-image: url(../images/s_bg5.gif);
		background-position: center bottom;
	background-size: cover;
}
.box_all {
	opacity: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.fade_on {
	opacity: 1;
}
#quiz {
	background-image: url(../images/bg.gif);

	clear: both;
	text-align: center;
	padding: 20px 0 0px;
	border-bottom: 5px #FFFFFF solid;
}
	#quiz img{
		margin-bottom: -4px;
	}
.footer {
	background-color: #00b1f1;
}
.footer_in {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	padding: 20px 0 0;
	box-sizing: border-box;
}
.footer_in img {
	float: none;
	width: 80%;
	margin: 0 auto;
	display: block;
}
.footer_in .day {
	float: none;
	display: block;
	width: 90%;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 2.5rem;
	padding: 20px 0;
}
#page .day span {
	font-size: 1.6rem;
	font-weight: 600;
}
#page .day p {
	font-size: 0.9rem;
	font-weight: normal;
	text-align: center;
	margin: 0px;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 0px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}
	.tver .img_pc{
	display: none;
	
}
		.tver .img_s{
			width: 92%;
			margin: 30px auto;
	
}
}
@media screen and (min-width:768px) and ( max-width:1024px) {
	.day br{
		display: none;
	}
	.bt {
	padding: 3rem 2rem 3rem;

}

.bt ul li {
	margin: 1rem 1rem;
	width: 45%;
}
			.tver .img_s{
				display: none;
	
}
			.tver .img_pc{
				display: block;
				width: 90%;
				margin: 30px auto;
	
}
}
@media screen and (min-width:375px) and ( max-width:767px) {

	.bt {
	padding: 0.7rem;

}
.bt ul li {
	margin: 1rem 0.5rem;
	width: 45%;
}
}
@media screen and (max-width:360px) {
.day {
	font-size: 2rem;
	line-height: 2.3rem;
}
.overview .description span {
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2.5rem;
}
	.overview .description p {
	font-size: 0.9rem;
	line-height: 1.5rem;
}

.box_detail {
	float: none;
	font-size: 1rem;
	line-height: 1.8rem;
	width: 100%;
}	
.box_detail h1 {
	font-size: 1.5rem;
	margin: 20px 0px;
	text-indent: -15px;
}
.detail #detail2 .box_detail h1 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 30px 0px 20px;
	text-indent: -15px;
}	
#page .day span {
	font-size: 1.5rem;
	font-weight:none;
}
#page .day p {
	font-size: 0.8rem;
	font-weight: normal;
	text-align: center;
	margin: 0px;
}

.bt ul li {
	margin: 0.5rem;
	width: 43%;
}	
	
	
	}

@media screen and (max-width:290px) {



.box_detail h1 {
	font-size: 1.3rem;
}
.detail #detail2 .box_detail h1 {
	font-size: 1.3rem;
}	
#page .day span {
	font-size: 1.2rem;
}
#page .day {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: none;
}
.bt ul li {
	margin: 0.3rem;
	width: 42%;
}		
	}


</pre></body></html>