@charset "utf-8";

/***** 初回モーダル ******/
#c-modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: rgba(136,200,235,0.9);
}

#c-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 90%;
    height: auto;
    transform: translate(-50%, -50%);
    background: #FFF;
	border: solid 3px #999;
	border-radius: 10px;
}

#c-modal h2 {
	background: #dc0000 url(../img/h2_channel01_s.gif) no-repeat center;
	background-size: contain;
	text-indent: -9999px;
	height: 0;
	padding: 20% 0 0 0;
	border-left: solid 10px #dc0000;
	border-right: solid 10px #dc0000;
	border-radius: 7px 7px 0 0;
}

#c-modal div.box {
	padding: 20px 10px 10px;
}

#c-modal .txt {
	text-indent: -9999px;
	background: url(../img/h2_channel02_s.gif) no-repeat center;
	background-size: contain;
	height: 0;
	padding-top: 10.95%;
	margin-bottom: 15px;
}

#c-modal h3 {
	background: #333;
	color: #FFF;
	padding: 2px 10px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 5px;
}

#c-modal p {	
	margin-bottom: 20px;
}

#c-modal .next {
	font-size: 1.6rem;
	text-align: center;
}

#c-modal label {
	border-bottom: solid 2px #dc0000;	
}

label, input[type='checkbox'] {
    cursor: pointer;
}

#c-modal .next input[type=checkbox] {
	_display: none;
}

#c-modal_close {
    cursor: pointer;
	text-align: right;
	font-size: 2rem;
	line-height: 0;
	color: #dc0000;
	transition: color 1s;
	padding: 0 10px 10px 0;
}

#c-modal_close:hover {
	color: #e77171;
}


header {
	position: relative;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}

.loop {
	position: absolute;
	bottom: 0;
	background: url(../img/bg_loop.jpg) repeat-x center bottom;
	background-size: cover;
	width: 100%;
	height: 0;
	padding: 5.63%;
	z-index: 1;

	-moz-animation: loop 60s linear infinite;
	animation: loop 60s linear infinite;
}

@keyframes loop {
  0% {
	background-position: 0 0;
  }
  100% {
    background-position: -5263px 0;
  }
}

header h1 {
	position: relative;
	padding: 30px 30% 0 30%;
	z-index: 10;
}

/*.switchBox div {
	background: url(../img/switch.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 42.4%;
	padding: 4% 0;
}

.switchBox p.albumBox {
	position: relative;
	width: 60%;
	height: 92%;
	margin: 0 20%;
}

.switchBox div img {
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 18s;
	-webkit-animation-duration: 18s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.switchBox div .img1 {
	display: block;
}

.switchBox div .img2 {
	display: block;
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
	position: absolute;
	top: 0;
	left: 0;
}

.switchBox div .img3 {
	animation-delay: 6s;
	-webkit-animation-delay: 6s;
	position: absolute;
	top: 0;
	left: 0;
}

.switchBox div .img4 {
	animation-delay: 9s;
	-webkit-animation-delay: 9s;
	position: absolute;
	top: 0;
	left: 0;
}

.switchBox div .img5 {
	animation-delay: 12s;
	-webkit-animation-delay: 12s;
	position: absolute;
	top: 0;
	left: 0;
}

.switchBox div .img6 {
	animation-delay: 15s;
	-webkit-animation-delay: 15s;
	position: absolute;
	top: 0;
	left: 0;
}

@keyframes album {
	0% {
		opacity: 0;
	}
	4% {
		opacity: 1;
	}
	14.6% {
		opacity: 1;
	}
	16.6% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	3% {
		opacity: 1;
	}
	15.6% {
		opacity: 1;
	}
	16.6% {
		opacity: 0;
	}
}*/

.switchBox .cap {
	font-size: 1.1rem;
	margin: 5px 0;
}

.movieBox {
	position: relative;
	background: url(../img/switch.png) no-repeat;
	background-size: contain;
	padding: 42.4% 20% 0 20%;
	width: 100%;
	margin-bottom: 5px;
}

.movieBox div.movie {
	position: absolute;
	top: 11%;
	left: 20%;
	width: 60%;
	height: 80%;
}

.movieBox div.movie iframe {
	width: 100%;
	height: 100%;
}

.switchBox p.txt {
	margin-bottom: 20px;
}

.newsBox,.smryBox {
	background-image: url(../img/bg_whatnew01.gif),
				url(../img/bg_whatnew01.gif),
				url(../img/bg_whatnew01.gif),
				url(../img/bg_whatnew01.gif);
	background-position: left top,
						 right top,
						 left bottom,
						 right bottom;
	background-repeat:no-repeat,
					  no-repeat,
					  no-repeat,
					  no-repeat;
	background-color: #0082ca;
	border: solid #5f5f60 2px;
	padding: 2px 10px 10px 10px;
	line-height: 1.6;
	margin-bottom: 10px;
}

.newsBox h2,.smryBox {
	text-align: center;
}

.newsBox div,.smryBox div {
	background-image: url(../img/bg_whatnew02.gif),
				url(../img/bg_whatnew02.gif),
				url(../img/bg_whatnew02.gif),
				url(../img/bg_whatnew02.gif);
	background-position: left top,
						 right top,
						 left bottom,
						 right bottom;
	background-repeat:no-repeat,
					  no-repeat,
					  no-repeat,
					  no-repeat;
	background-color: #FFF;
	border: solid #5f5f60 2px;
	padding: 10px;
	height: 180px;
	overflow-y: scroll;
}

.smryBox div {
	height: auto;
	overflow-y: hidden;
	text-align: left;
}

.smryBox div dt {
	font-weight: bold;
}

.smryBox div dt i {	
	color: #0787cc;
}

.smryBox div dd {
	margin-bottom: 10px;
}

.newsBox h3 {	
	font-weight: bold;
	margin-bottom: 5px;
}

.newsBox ul {
	border-bottom: solid 1px #0082ca;
	margin-bottom: 20px;
	font-size: 1.4rem;
}

.newsBox li {
	margin-bottom: 5px;
	padding-left: 1.6rem;
	text-indent: -.8rem;
}

.newsBox li i {
	_color: #0082ca;
}

.newsBox li i.type01 {
	color: #0082ca;
}

.newsBox li i.type02 {
	color: #e5602b;
}

.newsBox li i.type03 {
	color: #072373;
}

.newsBox li i.type04 {
	color: #55acef;
}

.btnWay {
	text-align: center;
	margin-bottom: 20px;
}

.about h2 {
	overflow: hidden;
  	text-align: center;
	margin-bottom: 20px;
	font-size: 1.6rem;
}

.about figure.logo {
	margin-bottom: 20px;
}

.about h2 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	color: #FFF;
	background: #072373;
	border-radius: 20px;
}

.about h2 span::before,.about h2 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 2px;
	background-color: #072373;
}

.about h2 span::before {
	right: 100%;
}

.about h2 span::after {
	left: 100%;
}

.aboutLine {
	border-bottom: solid 2px #072373;
}






@media (min-width: 768px) /*　中デバイス（タブレット, 768px 以上）　*/
{
    
}

@media (min-width: 992px) /*　大デバイス（デスクトップ, 992px 以上）　*/
{


/***** 初回モーダル ******/

#c-modal {
    width: 850px;
}

#c-modal h2 {
	background: #dc0000 url(../img/h2_channel01.gif) no-repeat center;
	background-size: contain;
	text-indent: -9999px;
	height: 0;
	padding: 8% 0 0 0;
	border-left: solid 15px #dc0000;
	border-right: solid 15px #dc0000;
	border-radius: 7px 7px 0 0;
}

#c-modal div.box {
	padding: 20px 40px 10px;
}

#c-modal .txt {
	text-indent: -9999px;
	background: url(../img/h2_channel02.gif) no-repeat center;
	background-size: contain;
	height: 0;
	padding-top: 5%;
	margin-bottom: 20px;
}

#c-modal h3 {
	background: #333;
	color: #FFF;
	padding: 2px 10px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 5px;
}

#c-modal p {	
	margin-bottom: 30px;
}

#c-modal .next {
	font-size: 2rem;
	text-align: center;
}

#c-modal_close {
    cursor: pointer;
	text-align: right;
	font-size: 3rem;
	line-height: 0;
	color: #dc0000;
	transition: color 1s;
}

#c-modal_close:hover {
	color: #e77171;
}


.headBox .container {
	margin-bottom: 30px;
}

header {
	height: 220px;
	margin-bottom: 30px;
}

.loop {
	height: 136px;
	padding: 0;
}

header div {	
	width: 769px;
	margin: 0 auto;
}

header h1 {
	padding: 20px 215px;
}

.switchBox {
	float: left;
	width: 650px;
}

.switchBox div {
	background: url(../img/switch.png) no-repeat;
	background-size: contain;
	position: relative;
	height: auto;
}

.newsBox {
	margin-left: 670px;
}

.newsBox div {
	height: 220px;
}

.smryBox div dt {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

.smryBox div dd {
	padding-left: 200px;
	margin-bottom: 10px;
}

.btnWay {
	text-align: right;
	background: #F363A6;
	background: url(../img/btn_way_o.gif) no-repeat right;
}

.btnWay a img {
	transition: all .5s ease;
}

.btnWay a img:hover {
	opacity: 0;
}

.about h2 {
	font-size: 1.8rem;
	font-weight: bold;
}

}

@media (min-width: 1200px) /*　特大デバイス（ワイド・デスクトップ, 1200px 以上）　*/
{

header {
	height: 258px;
}

.loop {
	height: 156px;
	padding: 0;
}

header div {	
	width: 1200px;
	margin: 0 auto;
}

header h1 {
	padding: 20px 400px;
}

.switchBox {
	width: 750px;
}

.switchBox div {
	background: url(../img/switch.png) no-repeat;
	background-size: contain;
	position: relative;
	height: 318px;
}

.newsBox {
	margin-left: 770px;
}

.newsBox div {
	height: 270px;
}


}