@charset "UTF-8";
#top_contents {
	min-width: 1200px;
}
@media only screen and (max-width: 736px) {
	#top_contents {
		min-width: 100%;
	}
}


/*header
---------------------------------------------------------- */
#top_header {
	position: relative;
	width: 100%;
	padding-bottom: 20.3%;
	/*min-height: 900px;*/
	margin-bottom: 90px;
}
#top_header header {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3;
}
#top_header header .pc_block .header_info .site_link {
	border-bottom: 1px solid #fff;
}
#top_header header .pc_block .header_info .site_link li a {
	color: #ffffff;
}
#top_header header .pc_block .gnav ul li a {
	color: #ffffff;
}
.youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.youtube iframe {
	top: 0;
}
.movie_logo {
	padding: 254px 0 362px;
}
.movie_logo h2 {
	position: absolute;
	top: 33%;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 0;
	line-height: 1;
	margin-bottom: 0;
	z-index: 2;
}
.movie_logo h2:after {
	display: none;
}
a.tab_on {
	display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
a.tab_on {
	display: block;
	position: absolute;
	top: 122px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 80%;
}

}

@media only screen and (max-width: 736px) {
	#top_header {
		padding-bottom: 0;
		margin-bottom: 30px;
		background: url(../img/index/ph_movie_sp2.jpg) center no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	a.tab_on {
	display: none;
	}
	.youtube {
		display: none;
	}
	.movie_logo {
		padding: 90% 0 20%;
	}
	.movie_logo h2 {
		top: 30%;
	}
	.movie_logo h2 img {
		width: 30%;
		height: auto;
		min-width: 150px;
	}
}


/*season
---------------------------------------------------------- */
#season_block {
	width: 100%;
	min-width: 1200px;
	margin-bottom: 90px;
}

.season_box {
	padding: 80px 0;
	position: relative;
}

.season_box.spring {
	background: #ffc9c9;
}
.season_box.summer {
	background: #aee593;
}
.season_box.autumn {
	background: #ffd196;
}
.season_box.winter {
	background: #becfea;
}

.season_box_inner {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.season_box_inner {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	-ms-transform: translate(0, 40px);
	-o-transform: translate(0, 40px);
	transition: opacity 1s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: opacity 1s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: opacity 1s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-ms-transition: opacity 1s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: opacity 1s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.season_box_inner.js_animation {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}

.season_box_inner .ph {
	float: left;
	width: 600px;
	transition: opacity 1.5s linear;
	-webkit-transition: opacity 1.5s linear;
	-moz-transition: opacity 1.5s linear;
	-o-transition: opacity 1.5s linear;
}

.season_box_inner .ph img {
	vertical-align: middle;
}

.season_box_inner .txt {
	overflow: hidden;
	zoom: 1;
	padding: 50px 40px;
	font-size: 138.1%;
	transition: opacity 1.5s linear;
	-webkit-transition: opacity 1.5s linear;
	-moz-transition: opacity 1.5s linear;
	-o-transition: opacity 1.5s linear;
}

.season_box_inner .txt h3 {
	margin-bottom: 30px;
	font-size: 154%;
	line-height: 1.4;
}

.btn_season {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	max-width: 400px;
}

.btn_season a {
	display: block;
	text-align: center;
	font-size: 85%;
	padding: 8px 30px 8px 14px;
	color: #fff;
	text-decoration: none;
	background: url(../img/common/icon_arrow04.png) 94% center no-repeat;
	background-size: 9px auto;
	-webkit-background-size: 9px auto;/* Safari,Google Chrome用 */
	-moz-background-size: 9px auto;/* Firefox用 */
	-o-background-size: 9px auto;/* Opera用 */
}

.spring .btn_season {
	background: #ff7272;
}

.summer .btn_season {
	background: #63b734;
}

.autumn .btn_season {
	background: #ff8543;
}

.winter .btn_season {
	background: #7377c6;
}



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

	#season_block {
		min-width: 100%;
		margin-bottom: 30px;
	}

	.season_box {
		clear: both;
		width: 100%;
		padding:40px 0;
	}

	.season_box_inner {
		width: 92%;
	}

	.season_box_inner .ph {
		float: none;
		width: 100%;
	}

	.season_box_inner .txt {
		overflow: visible;
		padding: 4%;
		font-size: 108%;
	}

	.season_box_inner .txt h3 {
		margin-bottom: 15px;
		font-size: 138.1%;
	}

	.btn_season {
		display: block;
		position: static;
		max-width: 100%;
		min-width: 100%;
		margin: 15px auto 0;
	}

	.btn_season a {
		padding: 8px 10%;
	}

}

@media only screen and (min-width: 736px) {
	.season_box:hover > .txt {
		display: block;
		line-height: 2.2;
		top: 0;
		background: rgba(0, 0, 0, 0.6);
		transition: top 1s, background 1s;
		height: 100%;
		z-index: 2;
	}
	.season_box:hover > .txt p {
		display: block;
		opacity: 1;
		transition: opacity 5s;
	}
}



/*about_block
---------------------------------------------------------- */
#about_block {
	width: 100%;
	min-width: 1200px;
	padding: 24px 0;
	margin-bottom: 80px;
	background: #f1f0ec;
}
.about_wrapper {
	width: 1200px;
	margin: 0 auto;
}
.about_wrapper .left_box {
	float: left;
	margin-left: 97px;
	width: 460px;
	font-size: 114.3%;
}
.about_wrapper .right_box {
	float: right;
}
.about_wrapper .ttl_about {
	margin: 22px 0 25px;
}
.about_wrapper .ttl_about:after {
	display: block;
	content: " ";
	margin-top: 25px;
	width: 50px;
	height: 4px;
	background: #000;
}


@media only screen and (max-width: 736px) {
	#about_block {
		padding: 1em 0;
		width: 100%;
		min-width: 100%;
	}
	.about_wrapper {
		width: 92%;
		margin: 0 auto;
	}
	.about_wrapper .left_box {
		clear: both;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.about_wrapper .right_box {
		clear: both;
		width: 100%;
	}
	.about_wrapper .right_box img {
		width: 100%;
		height: auto;
	}
}


/*keyword_block
---------------------------------------------------------- */
#keyword_block {
	width: 1080px;
	margin: 0 auto 60px;
}
#keyword_block ul {
	margin: 0px;
	list-style-type: none;
}
#keyword_block ul li {
	border: 1px solid #000;
	background: #eee;
/*	background: url(../img/index/key_back.jpg) no-repeat center bottom; */
	float: left;
	font-weight: bold;
	line-height: 75px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	width: 180px;
}
#keyword_block ul li:nth-child(odd) {
/*		background: url(../img/index/key_back.jpg) no-repeat right bottom; */
}
#keyword_block ul li:nth-child(even) {
/*		background: url(../img/index/key_back.jpg) no-repeat left top; */
}
#keyword_block li:hover {
	opacity: 0.6 ;
}
#keyword_block a {
	display: block;
	width: 100%;
	height: 75px;
	color: #000;
}

@media only screen and (max-width: 736px) {
#keyword_block {
		padding: 1em 0;
		width: 100%;
		min-width: 100%;
}
#keyword_block ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
#keyword_block ul li {
	width: 44%;
	margin: 10px 0px 0px 0px 0px;
}
#keyword_block ul li:nth-child(odd) {
		float: left;
		margin-left: 7px;
}
#keyword_block ul li:nth-child(even) {
		float: right;
		margin-right: 7px;
}
#keyword_block a {
	width: 100%;
}
}


/*bnr_block
---------------------------------------------------------- */
.bnr_block {
	width: 1080px;
	margin: 0 auto 96px;
}
.bnr_block ul {
	padding: 0;
	margin: 0;
}
.bnr_block ul li {
	list-style: none;
	float: left;
	position: relative;
	width: 340px;
	margin-left: 30px;
}
.bnr_block ul li:first-child {
	margin-left: 0;
}
.bnr_block ul a {
	display: block;
	height: 160px;
	overflow: hidden;
}
.bnr_block ul .txt {
	position: absolute;
	top: 49px;
	width: 100%;
	text-align: center;
	line-height: 1;
	z-index: 2;
}
.bnr_block ul .ph {
	line-height: 1;
	z-index: 1;
}
.bnr_block ul a .ph img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-webkit-transform: translate3d(0,0,0);
}
.bnr_block ul a:hover .ph img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


@media only screen and (max-width: 736px) {
	.bnr_block {
		width: 92%;
		margin: 0 auto 50px;
	}
	.bnr_block ul {
		padding: 0;
		margin: 0;
	}
	.bnr_block ul li {
		clear: both;
		width: 100%;
		margin-left: 0;
	}
	.bnr_block ul a {
		height: auto;
	}
	.bnr_block ul .txt {
		display: none;
	}
	.bnr_block ul .ph {
		line-height: 0;
	}
}
@media only screen and (min-width: 736px) {
}



/*using_block
---------------------------------------------------------- */
.using_block {
	width: 1080px;
	margin: 0 auto 80px;
}
.using_block ul {
	margin: 0 0 50px 0;
	padding: 0;
}
.using_block ul li {
	float: left;
	width: 240px;
	margin-left: 40px;
	list-style: none;
}
.using_block ul li:first-child {
	margin-left: 0;
}
.using_block ul li .img {
	margin-bottom: 14px;
	line-height: 1;
}
.using_block ul li h4 {
	font-size: 128.6%;
	margin-bottom: 14px;
	line-height: 1.4;
}
.using_block ul li h4:after {
	display: block;
	content: " ";
	margin-top: 14px;
	width: 30px;
	height: 3px;
	background: #000;
}
.using_block ul li a{
	color: #000;
}

@media only screen and (max-width: 736px) {
	.using_block {
		width: 92%;
	}
	.using_block ul {
		margin-bottom: 30px;
	}
	.using_block ul li {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.using_block ul li .img {
		margin-bottom: 10px;
	}
	.using_block ul li h4:after {
		margin-top: 10px;
	}
}



/*bg_img_ttl
---------------------------------------------------------- */
.bg_img_ttl {
	width: 100%;
	height: 164px;
	padding: 53px 0;
	margin-bottom: 70px;
	text-align: center;
	background: url(../img/index/bg_img_ttl.jpg) center no-repeat;
	background-size: cover;
}
.bg_img_ttl h2:after {
	display: none;
}

@media only screen and (max-width: 736px) {
	.bg_img_ttl {
		height: 30%;
		margin-bottom: 40px;
	}
	.bg_img_ttl img {
		width: 50%;
	}
}


/*other_contents
---------------------------------------------------------- */
#other_contents {
	width: 1080px;
	margin: 0 auto 15px;
}
.news_block {
	float: left;
	width: 600px;
}
.news_block h3 {
	font-size: 185.7%;
	margin-bottom: 20px;
	line-height: 1.4;
}
.news_block dl {
	margin-bottom: 30px;
}
.news_block dl dt {
	position: relative;
}
.news_block .date {
	display: inline;
	color: #139351;
	font-family: 'Montserrat', sans-serif;
	font-size: 114.3%;
}
.news_block .date span {
	font-size: 150%;
}
.news_block .cat {
	position: absolute;
	top: 10px;
	margin-left: 10px;
	display: inline-block;
	min-width: 70px;
	padding: 0 5px;
	color: #fff;
	font-size: 92.9%;
	text-align: center;
	background: #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
}
.news_block dd {
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
}
.news_block dd a {
	color: #333333;
}
.purpose_block {
	float: right;
	width: 440px;
}
.purpose_block h3 {
	font-size: 142.9%;
	margin-bottom: 20px;
	line-height: 1.4;
}
.purpose_block ul {
	padding: 0;
	margin: 0 0 35px 0;
}
.purpose_block li {
	float: left;
	margin: 0 0 20px 20px;
	list-style: none;
	line-height: 1;
}
.purpose_block li:nth-child(odd) {
	margin-left: 0;
}

@media only screen and (max-width: 736px) {
	#other_contents {
		width: 92%;
	}
	.news_block,
	.purpose_block {
		clear: both;
		width: 100%;
	}
	.news_block {
		margin-bottom: 55px;
	}
	.purpose_block li {
		clear: both;
		margin: 0 auto 20px;
		width: 100%;
	}
}

/*イマオグ
---------------------------------------------------------- */
#imaogu_block {
	overflow: hidden;
	margin-bottom: 90px;
}
#imaogu_block h2:after {
	display: none;
}
#imaogu_block h2 span {
	font-size: 24px;
	display: block;
}
#imaogu_block .imaogu_box {
	position: relative;
	padding: 70px 0;
	margin-bottom: 30px;
	background: #ffcb03;
}
#imaogu_block .imaogu_box .slide_imaogu {
	width: 780px;
	margin: 0 auto;
}
#imaogu_block .imaogu_box .slide_imaogu ul {
	margin: 0;
	padding: 0;
}
#imaogu_block .imaogu_box .slide_imaogu li {
	margin: 0 10px 0;
	width: 780px;
	list-style: none;
	background: #fff;
}
#imaogu_block .imaogu_box .slide_imaogu li a {
	display: block;
}
#imaogu_block .imaogu_box .slide_imaogu li a {
	color: #000000;
}
#imaogu_block .imaogu_box .slide_imaogu li .ph,
#imaogu_block .imaogu_box .slide_imaogu li .txt {
	float: left;
}
#imaogu_block .imaogu_box .slide_imaogu li .ph {
	line-height: 0;
}
#imaogu_block .imaogu_box .slide_imaogu li .txt {
	display: table-cell;
	width: 240px;
	padding: 30px;
}
#imaogu_block .imaogu_box .slide_imaogu li .txt .date {
	display: table-cell;
	font-family: 'Montserrat', sans-serif;
	font-size: 128.6%;
	line-height: 1;
}
#imaogu_block .imaogu_box .slide_imaogu li .txt .new {
	display: table-cell;
	padding: 0 10px;
	border-left: 10px solid #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 86%;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	background: #139351;
}
#imaogu_block .imaogu_box .slide_imaogu li .txt h4 {
	display: block;
	margin-top: 40px;
	font-size: 214.3%;
	line-height: 1.4;
	color: #333;
}
#imaogu_block .slide_pager ul {
	margin: 0;
	padding: 0;
}
#imaogu_block .slide_pager li {
	position: absolute;
	top: 50%;
	cursor: pointer;
	list-style: none;
}
#imaogu_block .slide_pager li.prev {
	left: 0;
}
#imaogu_block .slide_pager li.next {
	right: 0;
}
@media only screen and (max-width: 736px) {
	#imaogu_block {
		margin: 60px auto;
	}
	#imaogu_block h2 {
		margin: 0 auto 30px;
	}
	#imaogu_block h2 img {
		width: 50%;
		max-width: 290px;
	}
	#imaogu_block .imaogu_box {
		padding: 60px 0;
	}
	#imaogu_block .imaogu_box .slide_imaogu {
		width: 90%;
		margin: 0 5%;
	}
	#imaogu_block .imaogu_box .slide_imaogu li {
		width: 90%;
		margin: 0 10px 0 20px;
	}
	#imaogu_block .imaogu_box .slide_imaogu li .ph {
		width: 100%;
	}
	#imaogu_block .imaogu_box .slide_imaogu li .ph img {
		width: 100%;
		height: auto;
	}
	#imaogu_block .imaogu_box .slide_imaogu li .txt {
		width: 100%;
		box-sizing: border-box;
	}
	#imaogu_block .imaogu_box .slide_imaogu li .txt .date {
		font-size: 110%;
	}
	#imaogu_block .imaogu_box .slide_imaogu li .txt h4 {
		margin-top: 20px;
		font-size: 138%;
	}
}
