@charset "UTF-8";

/* contents
----------------------------------------*/
.contents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
	.contents {
		display: block;
	}
}

/* mainv_block
----------------------------------------*/
.mainv_block {
	padding-bottom: 20px;
	width: 100%;
	overflow: hidden;
	height: calc(100vh - 68px);
}
.mainv_img,
.mainv_scene01,
.mainv_scene02,
.mainv_scene03 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mainv_scene01,
.mainv_scene02,
.mainv_scene03 {
	opacity: 0;
}
.mainv_scene01 {
	z-index: 30;
}
.mainv_scene02 {
	z-index: 20;
}
.mainv_block img {
	display: block;
	margin: 0 auto;
}
.mainv_scene01 video,
.mainv_scene02 video,
.mainv_scene03 img {
	width: auto;
	height: auto;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	margin: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mainv_block h2 {
	background: #EEE;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 500;
	font-size: 2.3rem;
	letter-spacing: .05em;
	padding: 24px 10px;
	z-index: 100;
}
@media only screen and (max-width: 768px) {
	.mainv_block {
		padding-bottom: 40px;
		width: 100%;
		overflow: hidden;
		height: 0;
		padding-top: 75%;
		min-height: 0;
	}
	.mainv_block h2 {
		font-size: 1.15rem;
		padding: 11px 5% 13px;
	}
	.mainv_scene01 video,
	.mainv_scene02 video,
	.mainv_scene03 img {
		height: 100%;
	}
	@media screen and (orientation: landscape) {
		.mainv_block {
			padding-top: 60%;
		}
		.mainv_scene01 video,
		.mainv_scene02 video,
		.mainv_scene03 img {
			width: 100%;
			height: auto;
		}
	}
}
@media only screen and (max-width: 768px) {
	.mainv_block h2 {
		font-size: 2.875vw;
	}
}

@keyframes before {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(3.3);
	}
}

@keyframes after {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* topics_block
----------------------------------------*/
.topics_block {
	width: 621px;
	margin: 41px 0 93px 41px;
}
.topics_block h2 {
	font-size: 1.3rem;
	padding: 0 0 12px 1px;
	border-bottom: 2px solid #EEE;
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.topics_block h2 span {
	font-size: 3rem;
	margin-right: 19px;
	vertical-align: -3px;
}
.topics_block ul li {
	border-bottom: 1px dashed #707070;
}
.topics_block ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 0 18px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.topics_block ul a:hover {
	opacity: .6;
}
.topics_category {
	width: 90px;
}
.topics_txt {
	width: calc(100% - 90px);
	padding-left: 30px;
	font-size: 1.3rem;
}
.topics_category {
	background: #856D47;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 4px 5px;
	letter-spacing: .08em;
}
.topics_category.info {
	background: none;
	color: #333;
	box-shadow: 0 0 3px rgba(0,0,0,.16);
}
.topics_date {
	margin: 1px 0 2px;
	letter-spacing: .1em;
}
.topics_date + p {
	margin-top: -1px;
	letter-spacing: .1em;
	line-height: 1.75;
}
.topics_list {
	position: absolute;
	top: 10px;
	right: -5px;
	width: 83px;
	font-size: 1.2rem;
}
.topics_list a {
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 4px 5px 3px;
	letter-spacing: .08em;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.topics_list a:hover {
	opacity: .6;
}
.topics_list a::before {
	content: "";
	width: 11px;
	height: 9px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: 1px;
	background: url(../img/index/icon_list.svg) no-repeat;
}
@media only screen and (max-width: 768px) {
	.topics_block {
		width: auto;
		margin: 20px 3.75% 0;
	}
	.topics_block h2 {
		font-size: 1.2rem;
		padding: 0 0 7px 1px;
		margin-bottom: 0;
	}
	.topics_block h2 span {
		font-size: 2.05rem;
		margin-right: 11px;
		vertical-align: -2px;
	}
	.topics_block ul li {
		margin-bottom: 2px;
	}
	.topics_block ul a {
		padding: 10px 0 13px;
	}
	.topics_block ul a:hover {
		opacity: 1;
	}
	.topics_category {
		width: 54px;
	}
	.topics_txt {
		width: calc(100% - 54px);
		padding-left: 17px;
		font-size: 1.3rem;
	}
	.topics_category {
		font-size: 1rem;
		padding: 3px 5px;
	}
	.topics_date {
		margin: 0 0 2px;
	}
	.topics_date + p {
		line-height: 1.1;
	}
	.topics_list {
		top: 5px;
		right: 0;
		width: 70px;
		font-size: 1.1rem;
	}
	.topics_list a {
		padding: 4px 5px 3px 4px;
	}
	.topics_list a:hover {
		opacity: 1;
	}
	.topics_list a::before {
		width: 9px;
		height: 7px;
		margin-right: 7px;
		vertical-align: 0;
		background: url(../img/index/icon_list.svg) no-repeat left top / 9px auto;
	}
}

/* movie_block
----------------------------------------*/
.movie_block {
	width: 260px;
	margin: 68px 0 0 78px;
}
.movie_block h2 img {
	display: block;
	margin: 0 auto 21px;
}
.movie_block a {
	display: block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.movie_block img {
	display: block;
}
.movie_block figure {
	overflow: hidden;
}
.movie_block figure img {
	-webkit-transition: transform 300ms;
	transition: transform 300ms;
}
.movie_block a:hover figure img {
	transform: scale(1.1);
}
.movie_block figcaption {
	background: #F5F5F5;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 9px 10px 12px;
	letter-spacing: .1em;
	text-align: center;
	z-index: 1000;
}
.movie_block a:hover {
	opacity: .6;
}
.movie_block a::before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background: url(../img/index/icon_play.svg) no-repeat;
	position: absolute;
	top: 61px;
	left: 50%;
	margin-left: -22px;
	z-index: 10;
}
@media only screen and (max-width: 768px) {
	.movie_block {
		width: 185px;
		margin: 33px auto 67.5px;
	}
	.movie_block h2 img {
		width: 134px;
		margin: 0 auto 15px;
	}
	.movie_block a:hover figure img {
		transform: scale(1);
	}
	.movie_block figcaption {
		font-size: 1rem;
		padding: 9px 10px 10px;
	}
	.movie_block a:hover {
		opacity: 1;
	}
	.movie_block a::before {
		width: 31px;
		height: 31px;
		background-size: 100% auto;
		top: 43px;
		margin-left: -16px;
	}
}

/* menu_block
----------------------------------------*/
.menu_block {
	background: url(../img/index/bg_menu.png) no-repeat left bottom;
	margin: 37px 0 0;
	padding-bottom: 34px;
}
.menu_block ul {
	width: 1040px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menu_block li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 32.019%;
	margin: 0 0 22px 1.9715%;
}
.menu_block li:nth-child(3n+1) {
	margin-left: 0;
}
.menu_block li a {
	display: block;
	width: 100%;
	padding: 25px 21px 23px;
	background: rgba(255,255,255,.95);
	border: 2px solid #bba058;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.menu_block li a figure img {
	display: block;
	margin: 0 auto;
}
.menu_block h2 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	margin: 16px 0 11px;
	letter-spacing: .11em;
}
.menu_block p {
	font-size: 1.5rem;
	line-height: 1.6;
}
.menu_block li a:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.menu_block {
		background-size: 200px auto;
		padding: 0 5% 30px;
	}
	.menu_block h2 {
		margin: 10px 0;
	}
	.menu_block ul {
		width: auto;
		display: block;
	}
	.menu_block li {
		width: 100%;
		margin: 0 0 20px;
	}
	.menu_block li a figure img {
		width: 80px;
	}
	.menu_block li a {
		padding: 20px 5% 23px;
	}
	.menu_block h2 {
		font-size: 2rem;
	}
	.menu_block p {
		font-size: 1.4rem;
	}
	.menu_block li a:hover {
		opacity: 1;
	}
}

/*modal
----------------------------------------*/
#lean_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}
.modal_box {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	max-width: 900px;
	width: 96%;
	display: none;
	top: 50% !important;
	transform: translateY(-50%);
}
.modal_close{ 
	position: absolute;
	top: -25px;
	right: 0;
	display: block;
	z-index: 2;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	cursor: pointer;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* bnr_block
----------------------------------------*/
.bnr_block {
	background: #fff;
	padding: 58px 20px 55px;
	padding-right: 40px;
}
.bnr_block img {
	display: block;
}
.bnr_block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bnr_block ul li {
	margin: 0 19.3px;
}
.bnr_block ul li a {
	display: block;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.bnr_block ul li a:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.bnr_block {
		padding: 15px 5%;
	}
	.bnr_block ul {
		display: block;
	}
	.bnr_block ul li {
		margin: 20px 0;
		text-align: center;
	}
	.bnr_block ul li a {
		display: inline-block;
	}
	.bnr_block ul li a:hover {
		opacity: 1;
	}
}