@charset "UTF-8";

@media screen and (max-width:767.98px){
body {
	padding: 0;
	}
}

/* mv */
#mv {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	}
@media screen and (max-width:767.98px){
#mv {
	height: 100vh;
	}
}

#mv img {
	display: block;
	width: 100%;
	height: 100%;
	}

#mv h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,10%);
	display: block;
	width: 370px;
	height: 73px;
	animation: mv_h1 2s ease both .5s;
	z-index: 100;
	}
@keyframes mv_h1 {
	0% { opacity: 0; transform: translate(-50%,-10%); filter: blur(20px); }
	100% { opacity: 1; transform: translate(-50%,10%); filter: blur(0px); }
	}
@media screen and (max-width:767.98px){
#mv h1 {
	width: 240px;
	height: 47.3px;
	animation: mv_h1_sp 1s ease both .5s;
	}
@keyframes mv_h1_sp {
	0% { opacity: 0; transform: translate(-50%,-10%); filter: blur(20px); }
	100% { opacity: 1; transform: translate(-50%,10%); filter: blur(0px); }
	}
}

#mv h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-120%);
	display: block;
	width: 180px;
	height: 43px;
	animation: mv_h2 2s ease both 1s;
	z-index: 100;
	}
@keyframes mv_h2 {
	0% { opacity: 0; transform: translate(-50%,-100%); filter: blur(20px); }
	100% { opacity: 1; transform: translate(-50%,-120%); filter: blur(0px); }
	}
@media screen and (max-width:767.98px){
#mv h2 {
	width: 200px;
	height: 54.5455 px;
	animation: mv_h2_sp 1s ease both 1s;
	}
@keyframes mv_h2_sp {
	0% { opacity: 0; transform: translate(-50%,-100%); filter: blur(20px); }
	100% { opacity: 1; transform: translate(-50%,-120%); filter: blur(0px); }
	}
}

#mv p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,150px);
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.3em;
	letter-spacing: 2px;
	animation: mv_p .5s ease both .8s;
	z-index: 50;
	}
@keyframes mv_p {
	0% { opacity: 0; transform: translate(-50%,100px); }
	100% { opacity: 1; transform: translate(-50%,150px); }
	}
@media screen and (max-width:767.98px){
#mv p {
	animation: mv_p_sp .5s ease both .5s;
	}
@keyframes mv_p_sp {
	0% { opacity: 0; transform: translate(-50%,20); }
	100% { opacity: 1; transform: translate(-50%,70px); }
	}
}

#mv p br {
	display: none;
	}
@media screen and (max-width:767.98px){
#mv p br {
	display: block;
	}
}

#mv .scroll {
	display: none;
	}
@media screen and (max-width:767.98px){
#mv .scroll {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	font-family: din-2014;
	font-size: 16px;
	text-align: center;
	animation: mv_scroll 1s ease both 2s;
	z-index: 100;
	}
@keyframes mv_scroll {
	0% { opacity: 0; transform: translate(-50%,-50px); }
	100% { opacity: 1; transform: translate(-50%,0); }
	}
#mv .scroll i {
	animation: mv_scroll_i 2s infinite;
	}
@keyframes mv_scroll_i {
	0% { opacity: 0; transform: translateY(-10px); }
	50% { opacity: 1; transform: translateY(0); }
	100% { opacity: 0; transform: translateY(10px); }
	}
}

.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(/_assets/img/index/mv1.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px){
.mvbg .mvbg1 {
	background: url(/_assets/img/index/mv1.jpg) center center no-repeat;
	background-size: auto 100%;
	}
}

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

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

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

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

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

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

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

.mvbg .mvbg9 {
	background: url(/_assets/img/index/mv9.jpg) center center no-repeat;
	background-size: cover;
	}
@media screen and (max-width: 767.98px){
.mvbg .mvbg9 {
	background: url(/_assets/img/index/mv9.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: #5A4A42;
	z-index: 10;
	animation: fade 10s ease 0s both;
	}
@keyframes fade {
	0% { opacity: 1; z-index: 10; }
	30% { opacity: 1; z-index: 10; }
	99% { opacity: 0; z-index: 10; }
	100% { opacity: 0; z-index: 1; }
	}

#mv .top_zenkoku {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 220px;
	height: 220px;
	z-index: 11;
	}
@media screen and (max-width:767.98px){
#mv .top_zenkoku {
	width: 100px;
	height: 100px;
	}
}

/* News */
section.news {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 1em;
	}

section.news ul {
	display: block;
	width: 100%;
	}

section.news li {
	display: block;
	width: 100%;
	}

section.news li a {
	position: relative;
	display: block;
	padding: 10px 0 10px 100px;
	color: #333;
	font-size: 14px;
	line-height: 1.25em;
	}
@media screen and (max-width:767.98px){
section.news li a {
	font-size: 4vw;
	}
}

section.news li a:hover {
	color: #f4551e;
	}

section.news li:nth-child(odd) {
	background: #ececec;
	}

section.news li:nth-child(even) {
	background: #f3f3f3;
	}

section.news li a span.date {
	position: absolute;
	left: 20px;
	top: 10px;
	display: block;
	color: #5A4A42;
	}

/* Topics */
section.topics {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0 30px;
	}

section.topics ul {
	position: relative;
	display: block;
	width: 100%;
	}
@media screen and (max-width:767.98px){
section.topics ul {
	padding: 0 1vw;
	}
}

section.topics li {
	padding: 5px;
	}
@media screen and (max-width:767.98px){
section.topics li {
	padding: 1vw;
	}
}

section.topics li a {
	display: block;
	}

section.topics li a img {
	display: block;
	width: 100%;
	}

section.topics .slick-prev {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: +1;
	}

section.topics .slick-next {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: +1;
	}

section.topics .slick-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	bottom: -10px;
	}

section.topics .slick-dots li {
	display: block;
	padding: 0 5px;
	}

section.topics .slick-dots li button {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-indent: -100%;
	overflow: hidden;
	background: #fff;
	border: 0;
	}
@media screen and (max-width:767.98px){
section.topics .slick-dots li button {
	width: 30px;
	height: 4px;
	}
}

section.topics .slick-dots li.slick-active button {
	background: #5A4A42;
	}

/* SNS */
section.sns {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}

section.sns div {
	display: block;
	width: 50%;
	}
@media screen and (max-width:767.98px){
section.sns div {
	width: 100%;
	}
}

/* partner */
.partner {
	display: block;
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
	padding: 15px 0;
	}

.partner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	}
@media screen and (max-width:767.98px){
.partner ul {
	padding: 0 1vw;
	}
}

.partner li {
	display: block;
	width: 12.5%;
	padding: 5px;
	}
@media screen and (max-width:767.98px){
.partner li {
	width: 32%;
	padding: 1vw;
	}
}

.partner li a {
	display: block;
	}

.partner li a img {
	display: block;
	width: 100%;
	}


/* movie */
.movie {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 100px 0 0 0;
	}
@media screen and (max-width:767.98px){
.movie {
	padding: 4vw;
	}
}

.movie img {
	display: block;
	width: 100%;
	cursor: pointer;
	}

.movie p {
	display: block;
	padding: 10px 0;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	}
