@charset "utf-8";

.top_headding {
	text-align: center;
	font-family: 'Caveat', cursive;
}
@media (min-width: 520px){
	.top_headding {
		font-weight: 300;
	}
}


/* ==================================
  スライダー
==================================== */
#slider-container {
	position: relative;
}
#slider-container .l-container--middle {
	position: relative;
	overflow: hidden;
}
#slider {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: none;
}
.caroufredsel_wrapper #slider {
	display: block;
}

#slider li {
	float: left;
	margin: 0;
}
#carPag {
	line-height: 1;
	text-align: center;
	width: 100%;
	top: 100%;
	margin: 10px 0 0;
}
#carPag a {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	height: 10px;
	margin: 0 5px;
	outline: none;
	width: 10px;
}
#carPag a span {
	display: none;
}
#carPag a {
	background: #d2d2d2;
}
#carPag .selected {
	background: #718cc6;
}


@media (min-width: 520px){

	#slider li img {
		width: 1047px;
	}

}

@media (max-width: 519px){
	#slider-container ul {
		width: 100%
	}
	#slider-container ul img {
		height: auto;
		width: 100%;
	}


}

/* ==================================
 NEWS
==================================== */
@media (min-width: 520px){
	.news {
		margin-top: 60px;
	}
	.news a {
		text-decoration: none;
		color: #6e6f70;
	}
	.news a:hover {
		text-decoration: underline;
		opacity: 0.7;
		-webkit-transition: all .7s ease;
		transition: all .7s ease;
	}
	.news .top_headding {
		color: #718cc6;
		font-size: 38px;
		margin: 0 0 40px 0;
		border-bottom: 3px solid #718cc6;
		padding-bottom: 15px;
	}
	.news .top_headding:after {

	}
	.news__item {
		margin: 0 0 12px;
		padding-bottom: 12px;
		border-bottom: 1px dashed #6e6f70;
	}
	.news__item p {
		float: left;
		color: #6e6f70;
	}
	.news__item__category {
		width: 127px;
		height: 27px;
		line-height: 27px;
		text-align: center;
		background: #e5e5e5;
		font-size: 16px;
		margin: 0 22px 0 0;
	}
	.news__item__date {
		font-size: 18px;
		margin: 0 22px 0 0;
		line-height: 27px;
	}
	.news__item__title {
		margin: 2px 0 0 0;
		width: 770px;
		font-size: 16px;
	}
	.news__link {
		margin: 20px auto 0;
		text-align: right;
		font-size: 18px;
	}
}

@media (max-width: 519px){
	.news {
		margin: 30px 20px 0;
	}
	.news a {
		text-decoration: none;
		color: #000;
	}
	.news a:hover {
		text-decoration: underline;
	}
	.news .top_headding {
		color: #718cc6;
		font-size: 28px;
		margin: 0 0 30px 0;
		border-bottom: 2px solid #718cc6;
		padding-bottom: 5px;
	}
	.news__item {
		padding-bottom: 8px;
		margin-bottom: 10px;
		border-bottom: 1px dashed #6e6f70;
	}
	.news__item__category {
		width: 100px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		background: #e5e5e5;
		font-size: 15px;
		margin: 0 15px 0 0;
		float: left;
	}
	.news__item__date {
		font-size: 17px;
		margin: 0;
		line-height: 20px;
	}
	.news__item__title {
		margin: 5px 0 0 0;
		font-size: 14px;
		line-height: 1.3
	}
	.news__link {
		text-align: right;
	}

}

/* ==================================
 3列コンテンツ
==================================== */
.topContents__title {
	font-family: 'Caveat', cursive;
	color: #718cc6;
	text-align: center;
	margin: 0;
}
.topContents__item a {
	text-decoration: none;
	display: block;
	color: #718cc6;
}

@media (min-width: 520px){
	.topContents {
		margin-top: 60px;
	}
	.topContents__title {
		font-size: 36px;
		font-weight: 300;
	}
	.topContents__titleSub {
		font-size: 15px;
		text-align: center;
		margin: 15px 0 0 0;

	}
	.topContents__item a {
		border-top: 9px solid #718cc6;
		border-left: 1px solid #f8f8f8;
		padding: 35px 0 196px;
		margin-top: 15px;
		box-shadow:3px 3px 2px 0px #333;
		-moz-box-shadow:3px 3px 2px 0px #333;
		-webkit-box-shadow:3px 3px 3px 0px #333;
		width: 333px;
		float: left;
		background: #fff;
	}
	.topContents__item:not(:first-child) a {
		margin-left: 24px;
	}
	.topContents__item a:hover {
		border-top: 9px solid #fff;
		border-left: none;
		background: #718cc6;
		color: #fff;
		-webkit-transition: all .7s ease;
		transition: all .7s ease;
	}
	.topContents__item a:hover .topContents__title {
		color: #fff;
		-webkit-transition: all .7s ease;
		transition: all .7s ease;
	}
}

@media (max-width: 519px){
	.topContents {
		margin: 0 20px;
	}
	.topContents__title {
		font-size: 28px;
	}
	.topContents__titleSub {
		text-align: center;
		margin: 3px 0 0 0;
		color: #718cc6;
	}
	.topContents__item a {
		border-top: 3px solid #718cc6;
		border-left: 1px solid #eee;
		padding: 15px 0 20px;
		margin-top: 15px;
		box-shadow:3px 3px 2px 0px #aaa;
		-moz-box-shadow:3px 3px 2px 0px #aaa;
		-webkit-box-shadow:3px 3px 2px 0px #aaa;
	}
}


/* ==================================
 最下部コンテンツ
==================================== */
.bottomContents {
	background: #718cc6;
}
.bottomContents ul {
	margin: 0;
	padding: 0;
}
.bottomContents li {
	list-style-type: none;
	float: left;
}
.officialSns__item {
	width: 33%;
	text-align: center;
}

@media (min-width: 520px){
	.bottomContents {
		padding: 180px 0 114px 0;
		margin-top: -90px
	}
	.bottomContents .top_headding {
		color: #fff;
		font-size: 38px;
		margin: 40px 0 20px 0;
		border-bottom: 3px solid #fff;
		padding-bottom: 15px;
	}

	.bottomContents .movie .top_headding:after {
		width: 110px;
	}
	.bottomContents .officialSns .top_headding:after {
		width: 300px;
	}
	.bottomContents .mediaBanner .top_headding:after {
		width: 200px;
	}
	.bottomContents__left {
		width: 525px;
		float: left;
	}
    .bottomContents__left .movie h2 {
        margin-bottom: 60px;
    }
    
	.movie_youtube {
		height: 294px;
	}
	.bottomContents__right {
		width: 472px;
		float: right;
	}
	.officialSns__item {
		height: 80px;
	}
	.officialSns__item.-fb a,
	.officialSns__item.-insta a {
		color: #fff;
		font-size: 70px;
	}
	.officialSns__item.-twitter a {
		display: block;
		width: 60px;
		height: 60px;
		background: #fff;
		border-radius: 50%;
		color: #718cc6;
		margin: 5px auto 0;
		font-size: 40px;
	}
	.officialSns__item.-twitter i {
		margin-top: 10px;
	}
	.officialSns__item.-fb a:hover,
	.officialSns__item.-insta a:hover {
		font-size: 73px;
	}
	.officialSns__item.-twitter a:hover {
		font-size: 43px;
		width: 66px;
		height: 66px;
	}
	.mediaBanner {
		margin-top: 30px;
	}
	.mediaBanner__item:not(:first-child) {
		margin-left: 43px;
	}
    .mediaBanner__item.-kakeru {
        margin-left: 17px;
    }
	.mediaBanner__item.-kakeru img {
		width: 140px;
	}
	.mediaBanner__item.-beable img {
		width: 120px;
	}
	.mediaBanner__item.-mcguffin img {
		width: 83px;
	}
    .mediaBanner__item.-hyakkei {
        margin-left: 0px;
    }
    .mediaBanner__item.-hyakkei img {
		width: 140px;
        margin: 10px 0 0 0;
	}
    .mediaBanner__item.-japanmade {
        margin-left: 10px;
    }
    .mediaBanner__item.-japanmade img {
		width: 150px;
        margin: 13px 0 0 0;
	}
    .mediaBanner__item.-unsungheroes {
        margin-left: 20px;
    }
    .mediaBanner__item.-unsungheroes img {
		width: 150px;
        margin: 22px 0 0 0;
	}
	.mediaBanner__item img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}



@media (max-width: 519px){
	.bottomContents {
		margin: 45px 0 50px;
		padding-bottom: 60px;
	}
	.bottomContents .top_headding {
		color: #fff;
		font-size: 28px;
		margin: 50px 0 30px 0;
		border-bottom: 2px solid #fff;
		padding-bottom: 5px;
	}
	.movie,
	.officialSns,
	.mediaBanner {
		margin: 0 20px;
	}
	.movie_youtube {
		margin: 0 20px;
		height: 180px;
	}
	.officialSns__item.-fb a,
	.officialSns__item.-insta a {
		color: #fff;
		font-size: 50px;
	}
	.officialSns__item.-twitter a {
		display: block;
		width: 40px;
		height: 40px;
		background: #fff;
		border-radius: 20px;
		color: #718cc6;
		margin: 5px auto 0;
		font-size: 26px;
	}
	.officialSns__item.-twitter i {
		margin-top: 8px;
	}
	.mediaBanner__item {
		width: 33%;
		text-align: center;
	}
	.mediaBanner__item img {
		height: 34px;
	}
    .mediaBanner__item.-mcguffin img {
        margin-left: 15px;
    }
    .mediaBanner__item.-beable img {
        margin-left: 15px;
    }
    .mediaBanner__item.-hyakkei {
        margin-left: 2px;
    }
    .mediaBanner__item.-hyakkei img {
        margin: 7px 0 0 0;
       
	}
    .mediaBanner__item.-japanmade img {
        margin: 10px 0 0 10px;
	}
    .mediaBanner__item.-unsungheroes img {
        margin: 10px 0 0 0px;
	}
}


@media (max-width: 350px) {
    .mediaBanner__item.-hyakkei {
        margin-left: 5px;
    }
}