@charset "UTF-8";




/* メインビジュアル */
#mv {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 11.5% 0;
	text-align: center;
	overflow: hidden;
	}
@media screen and (max-width:767px){
#mv {
	padding: 35% 0 35% 0;
	}
}

#mv img.logo {
	position: relative;
	display: block;
	width: 500px;
	margin: 0 auto 30px auto;
	z-index: 10000000;
	animation: mvlogo 3s ease .5s both;
	}
@keyframes mvlogo {
	0% { opacity: 0; transform: translateY(20px); }
	99% { opacity: 1; transform: translateY(0px); }
	100% { opacity: 1; }
	}
@media screen and (max-width:767px){
#mv img.logo {
	width: 250px;
	}
}


#mv a {
	position: absolute;
	left: 50%;
	bottom: 0px;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px;
	padding: 0;
	z-index: 10000000;
	opacity: .8;
	transition: .5s ease;
	}

#mv a:hover {
	opacity: 1;
	}

#mv a img {
	display: block;
	max-width: 100%;
	}

#youtube-movie {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	z-index: 1;
	}
 
#youtube-movie-content {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	}
 
#youtube-movie-content #youtube-movie-body,
#youtube-movie-content #youtube-movie-front {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 999999999;
	}

.mvbg {
	display: none;
	}
@media screen and (max-width:767px){
.mvbg {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	}
}

.mvbg div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	}

.mvbg .mvbg1 {
	background: url(/img/top/mvbg1.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg1 {
	background: url(/img/top/mvbg1.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg2 {
	background: url(/img/top/mvbg2.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg2 {
	background: url(/img/top/mvbg2.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg3 {
	background: url(/img/top/mvbg3.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg3 {
	background: url(/img/top/mvbg3.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg4 {
	background: url(/img/top/mvbg4.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg4 {
	background: url(/img/top/mvbg4.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg5 {
	background: url(/img/top/mvbg5.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg5 {
	background: url(/img/top/mvbg5.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg6 {
	background: url(/img/top/mvbg6.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg6 {
	background: url(/img/top/mvbg6.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg7 {
	background: url(/img/top/mvbg7.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg7 {
	background: url(/img/top/mvbg7.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg8 {
	background: url(/img/top/mvbg8.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg8 {
	background: url(/img/top/mvbg8.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg9 {
	background: url(/img/top/mvbg9.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width:767px){
.mvbg .mvbg9 {
	background: url(/img/top/mvbg9.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

.mvbg .mvbg1 {
	animation: mvbg1 45s infinite;
	}
@keyframes mvbg1 {
	0% { opacity: 1; transform: scale(1) }
	11% { opacity: 1; }
	12% { opacity: 0; transform: scale(1.1) }
	99% { opacity: 0; }
	100% { opacity: 1; }
	}

.mvbg .mvbg2 {
	animation: mvbg2 45s infinite;
	}
@keyframes mvbg2 {
	0% { opacity: 0; }
	10% { opacity: 0; }
	11% { opacity: 1; transform: scale(1) }
	22% { opacity: 1; }
	23% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg3 {
	animation: mvbg3 45s infinite;
	}
@keyframes mvbg3 {
	0% { opacity: 0; }
	22% { opacity: 0; }
	23% { opacity: 1; transform: scale(1) }
	34% { opacity: 1; }
	35% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg4 {
	animation: mvbg4 45s infinite;
	}
@keyframes mvbg4 {
	0% { opacity: 0; }
	34% { opacity: 0; }
	35% { opacity: 1; transform: scale(1) }
	46% { opacity: 1; }
	47% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg5 {
	animation: mvbg5 45s infinite;
	}
@keyframes mvbg5 {
	0% { opacity: 0; }
	46% { opacity: 0; }
	47% { opacity: 1; transform: scale(1) }
	58% { opacity: 1; }
	59% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg6 {
	animation: mvbg6 45s infinite;
	}
@keyframes mvbg6 {
	0% { opacity: 0; }
	58% { opacity: 0; }
	59% { opacity: 1; transform: scale(1) }
	71% { opacity: 1; }
	72% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg7 {
	animation: mvbg7 45s infinite;
	}
@keyframes mvbg7 {
	0% { opacity: 0; }
	71% { opacity: 0; }
	72% { opacity: 1; transform: scale(1) }
	83% { opacity: 1; }
	84% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg8 {
	animation: mvbg8 45s infinite;
	}
@keyframes mvbg8 {
	0% { opacity: 0; }
	83% { opacity: 0; }
	84% { opacity: 1; transform: scale(1) }
	91% { opacity: 1; }
	92% { opacity: 0; transform: scale(1.1) }
	100% { opacity: 0; }
	}

.mvbg .mvbg9 {
	animation: mvbg9 45s infinite;
	}
@keyframes mvbg9 {
	0% { opacity: 0; }
	91% { opacity: 0; }
	92% { opacity: 1; transform: scale(1) }
	99% { opacity: 1; }
	100% { opacity: 0; transform: scale(1.1) }
	}

#mv #fade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #34908b;
	z-index: 1000000;
	animation: fade 10s ease 0s both;
	}
@media screen and (max-width: 767px) {
#mv #fade {
	background: #fffff7;
	animation: fade 3s ease 0s both;
	}
}
@keyframes fade {
	0% { opacity: 1; z-index: 1000000; }
	30% { opacity: 1; z-index: 1000000; }
	99% { opacity: 0; z-index: 1000000; }
	100% { opacity: 0; z-index: 1; }
	}

/* コンテンツ */
.info {
	margin: 0;
	padding: 50px 0;
	background: #fff;
	z-index: 1;
	}
@media screen and (max-width: 767.98px){
.info {
	padding: 5vw 5vw 0 5vw;
	}
}

.info h2 {
	position: relative;
	display: block;
	margin-bottom: 30px;
	color: #333300;
	font-size: 36px;
	line-height: 1em;
	letter-spacing: .3em;
	text-align: center;
	}
@media screen and (max-width: 767.98px){
.info h2 {
	margin-bottom: 5vw;
	font-size: 6vw;
	}
}

.info h2 span {
	display: block;
	padding-top: 10px;
	font-size: 24px;
	letter-spacing: .1em;
	}
@media screen and (max-width: 767.98px){
.info h2 span {
	font-size: 3vw;
	}
}

.info ul {
	display: block;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	}

.info li {
	display: block;
	}

.info li a {
	position: relative;
	display: block;
	padding: 20px 20px 20px 30px;
	color: #333;
	}
.info li a::before {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	content: "\f054" !important;
	font-family: FontAwesome;
	}

.info li a:hover {
	color: #0071bc;
	}

.info li .date {
	display: block;
	margin: 0 0 .5em 0;
	font-size: 16px;
	font-weight: 300;
	}
@media screen and (max-width: 767.98px){
.info li .date {
	font-size: 4vw;
	}
}

.info li h3 {
	display: block;
	margin: 0 0 .5em 0;
	font-size: 18px;
	font-weight: 500;
	}
@media screen and (max-width: 767.98px){
.info li h3 {
	font-size: 5vw;
	line-height: 1.5em;
	}
}

.info li .desc {
	display: block;
	font-size: 16px;
	font-weight: 300;
	}
@media screen and (max-width: 767.98px){
.info li .desc {
	font-size: 4vw;
	line-height: 1.5em;
	}
}




/* intro */

@media screen and (max-width: 767px) {
#intro {
	padding: 30px 0 0 0;
	}
#intro .inner {
	padding: 0 20px;
	}
}

#intro h2 {
	margin: 50px 0;
	letter-spacing: 8px;
	}
@media screen and (max-width: 767px) {
#intro h2 {
	margin-top: 20px;
	letter-spacing: 4px;
	}
}

#intro h2 span {
	display: block;
	}

#intro h2 span:nth-of-type(1) {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1.5px;
	}
@media screen and (max-width: 767px) {
#intro h2 span:nth-of-type(1) {
	margin-top: 15px;
	font-size: 18px;
	}
#intro h2 span:nth-of-type(2) {
	margin-top: 20px;
	font-size: 20px;
	}
}

#intro .desc {
	background: url(../../img/top/intro_bg.jpg) no-repeat top center/cover;
	padding: 50px 0 55px;
	}

#intro .desc p {
	color: #000;
	font-size: 18px;
	line-height: 2;
	text-align: center;
	letter-spacing: 2px;
	}
@media screen and (max-width: 767px) {
#intro .desc p {
	padding: 0 10px;
	font-size: 14px;
	letter-spacing: 1px;
	}
}




/* feature */

#feature h2 {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 31, 21, 0)), color-stop(48%, rgba(51, 31, 21, 0)), color-stop(48%, #331f15), color-stop(50%, #331f15), color-stop(50%, rgba(51, 31, 21, 0)), to(rgba(51, 31, 21, 0)));
	background: linear-gradient(to bottom, rgba(51, 31, 21, 0) 0%, rgba(51, 31, 21, 0) 48%, #331f15 48%, #331f15 50%, rgba(51, 31, 21, 0) 50%, rgba(51, 31, 21, 0) 100%);
	position: relative;
	color: #331F15;
	line-height: 1em;
	letter-spacing: 4px;
	margin: 70px auto 45px;
	z-index: 1;
	}
@media screen and (max-width: 767px) {
#feature h2 {
	margin: 20px auto;
	}
}

#feature h2 span {
	content: '';
	display: inline-block;
	background-color: #fffffa;
	padding: 0 1em;
	width: auto;
	}

#feature .desc {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 2px;
	text-align: center;
	}
@media screen and (max-width: 767px) {
#feature .desc {
	text-align: left;
	}
#feature .desc br {
	display: none;
	}
}

#feature ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 auto;
	padding: 0 20px;
	}
@media screen and (max-width: 767px) {
#feature ul {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 20px;
	}
}

#feature ul li {
	position: relative;
	background-color: #fff;
	padding: 0 0 50px 0;
	width: calc( 96% / 3);
	}
@media screen and (max-width: 767px) {
#feature ul li {
	width: 100%;
	}
}

#feature ul li div {
	padding: 20px;
	}

#feature ul li h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #331F15;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	border-bottom: 2px solid #411C00;
	}

#feature ul li h3 span {
	display: block;
	font-size: 14px;
	margin-top: 5px;
	}

#feature ul li p + p {
	margin-top: 20px;
	letter-spacing: 2px;
	}

#feature ul li div span.more {
	position: absolute;
	left: 50%;
	bottom: 20px;
	display: block;
	margin-left: -100px;
	width: 200px;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	border-radius: 5px;
	background: #34908b;
	transition: .3s ease;
	}

#feature ul li div span.more:before {
	content: "\f138" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}

#feature ul li div span.more:hover {
	opacity: .8;
	}

#feature #access {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: 20px;
	}

#feature #access li {
	padding: 20px;
	width: calc( 96% / 3);
	}

#feature #access li .show_detail_btn a {
	display: block;
	background-color: #331F15;
	color: #fff;
	font-size: 20px;
	text-align: center;
	}

#feature #access li .show_detail_btn a span {
	font-size: 15px;
	}

#feature #access li .show_detail_btn a:hover {
	opacity: 0.8;
	}

#feature #access li:last-child {
	background: none;
	width: calc(( 96% / 3) * 2 + 4%);
	padding: 0;
	}

@media screen and (max-width: 767px) {
#feature #access li {
	position: relative;
	width: 100%;
	}
#feature #access li:last-child {
	width: 100%;
	height: 320px;
	}
}

#feature #access li p {
	line-height: 1.5em;
	}

#feature #access li iframe {
	width: 100%;
	height: 100%;
	}

#feature #access li span.more {
	display: block;
	width: 200px;
	margin: 15px auto 0 auto;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	text-align: center;
	border-radius: 5px;
	background: #34908b;
	transition: .3s ease;
	}

#feature #access li span.more:before {
	content: "\f138" !important;
	font-family: FontAwesome;
	padding: 0 5px 0 0;
	}

#feature #access li span.more:hover {
	opacity: .8;
	}

#feature .book {
	width: 900px;
	margin: 40px auto 0 auto;
	}
@media screen and (max-width: 767px) {
#feature .book {
	width: 100%;
	}
}

#feature .book img {
	max-width: 100%;
	}




/* movie */

#movie {
	padding-top: 70px;
	}
@media screen and (max-width: 767px) {
#movie {
	padding-top: 30px;
	}
}

#movie h2 {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 31, 21, 0)), color-stop(48%, rgba(51, 31, 21, 0)), color-stop(48%, #331f15), color-stop(50%, #331f15), color-stop(50%, rgba(51, 31, 21, 0)), to(rgba(51, 31, 21, 0)));
	background: linear-gradient(to bottom, rgba(51, 31, 21, 0) 0%, rgba(51, 31, 21, 0) 48%, #331f15 48%, #331f15 50%, rgba(51, 31, 21, 0) 50%, rgba(51, 31, 21, 0) 100%);
	position: relative;
	color: #331F15;
	line-height: 1em;
	letter-spacing: 4px;
	margin: 70px auto 45px;
	z-index: 1;
	}
@media screen and (max-width: 767px) {
#movie h2 {
	margin: 35px auto 25px auto;
	}
}

#movie h2 span {
	content: '';
	display: inline-block;
	background-color: #fffffa;
	padding: 0 0.5em;
	width: auto;
	}




/* YouTube */

.youtubebox {
	width: 900px;
	margin: 0 auto 100px auto;
	}
@media screen and (max-width: 767px) {
.youtubebox {
	width: 100%;
	margin: 0;
	padding: 0;
	}
}

.youtubebox:after {
	display: block;
	content: "";
	clear: both;
	}

.youtubebox div {
	position: relative;
	width: 49%;
	}
.youtubebox div:nth-child(odd) {
	float: left;
	}
.youtubebox div:nth-child(even) {
	float: right;
	}

@media screen and (max-width: 767px) {
.youtubebox div {
	width: 100%;
	margin: 0 0 20px 0;
	}
.youtubebox div:nth-child(odd),
.youtubebox div:nth-child(even) {
	float: none;
	}
}

.youtubebox div:before {
	content: "";
	display: block;
	padding-top: 56.25%;
	}

.youtubebox div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	cursor: pointer;
	transition: .3s ease;
	}

.youtubebox div img:hover {
	opacity: .8;
	}




/* media */

#media {
	padding-top: 70px;
	text-align: center;
	}
@media screen and (max-width: 767px) {
#media {
	padding-top: 30px;
	}
}

#media h2 {
	position: relative;
	color: #331F15;
	line-height: 1em;
	letter-spacing: 1px;
	margin: 70px auto 45px;
	z-index: 1;
	}
@media screen and (max-width: 767px) {
#media h2 {
	margin: 35px auto 25px auto;
	}
}

#media img {
	display: block;
	width: 500px;
	margin: 10px auto;
	}
@media screen and (max-width: 767px) {
#media img {
	width: 100%;
	}
}

/* バナー */
#banner {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	}
@media screen and (max-width:768px){
#banner {
	padding: 4vw;
	}
}

#banner a {
	display: block;
	width: 30%;
	margin: 0 auto;
	}

#banner img {
	display: block;
	width: 100%;
	}