/* CSS Document */

.movie_wood{position: relative;}
.movie_wood > img[src*="movie-wood"]{
	position: absolute;
	top:0;
	left:0;
	z-index: 3;
}
.movie_deco{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	height:899px;
	z-index: 2;
	background-image: url(../images/top/movie-deco2.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: 125px;
}
.movie_deco::before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: url(../images/top/movie-text.png),url(../images/top/movie-deco1.png);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 2;
}
@media screen and (min-width: 1000px) and (max-width: 1599px) {
	.movie_wood > img[src*="movie-wood"]{left: calc(50% - 800px);}
}
@media screen and (max-width: 999px) {
	.movie_wood > img[src*="movie-wood"]{
		max-height: 103px;
    top: 60px;
    left: -17px;
	}
}
.movie_deco .btn{
	display: flex;
	position: absolute;
	bottom:-25px;
	right:0;
	width:300px;
	z-index: 2;
	border-radius: 49%;
	-webkit-border-radius: 49%;
	-moz-border-radius: 49%;
	overflow: hidden;
}
@media screen and (min-width: 1000px) {
	.movie_deco .btn{
	-webkit-animation: yura infinite;
					animation: yura infinite;
					animation-duration:6s;
					animation-timing-function:ease-in-out;
	}
}
@-webkit-keyframes yura{
	0% {
		-webkit-transform: translateY(0px);
						transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-20px);
						transform: translateY(-20px);
	}
	100% {
		-webkit-transform: translateY(0px);
						transform: translateY(0px);
	}
}

.movie_set{
	position: relative;
	width: 1235px;
	max-width: 100%;
	height:834px;
	margin: auto auto 2px;
	overflow: hidden;
	z-index: 1;
}
.movie_set > *{
	position: absolute;
	top:0;
	left:0;
	right: 0;
	width:100%;
	height:100%;
	margin: auto;
}
@media screen and (min-width: 1000px) and (max-width: 1235px) {
	.movie_set > *{
		width:1235px;
		margin: auto calc((100vw - 1235px) / 2);
	}
}
.movie_set video{
	clip-path:url(#clip-path);
	object-fit: cover;
}
@media screen and (max-width: 999px) {
	.movie_deco{
		background-image: url(../images/top/movie-deco2-sp.png);
		height: unset;
		background-size: auto 578px;
		margin-bottom: 50px;
	}
	.movie_deco::before{
		background-image: url(../images/top/movie-deco1-sp.png);
		background-size: auto 578px;
	}
	.movie_deco.iphone::before{
		background-image: url(../images/top/movie-deco1-sp.png),url(../images/top/movie-mask-sp.png);
		background-size: auto 578px,auto;
		background-position: center top,center top -34px;
	}
	.movie_set{
		width:515px;
		height: 400px;
    margin: 88px auto auto;
	}
	.movie_deco.iphone .movie_set svg[data-name="movie_clip_sp"]{display: none;}
	.movie_set video{
		clip-path:url(#clip-path_sp);
		object-fit: cover;
	}
	.movie_deco.iphone .movie_set video{clip-path:none;}
	.movie_deco .text{
		display: flex;
		justify-content: center;
    align-items: center;
    position: relative;
		z-index: 2;
		margin-top: -25px;
	}
	.movie_deco .text div{text-align: left;}
	.movie_deco .btn{
		position: relative;
		bottom: 0;
		width: 330px;
		border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
		margin-top: 75px;
	}
}
@media screen and (max-width: 515px) {
	.movie_set > *{
		width:515px;
		margin: auto calc((100vw - 515px) / 2);
	}
}

.top_news{
	margin-top: 85px;
	padding-top: 155px;
}
.top_news .bg{
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	opacity: 0.3;
}
.top_news .pad{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 35px;
}
.top_news ul{
	margin-top: 35px;
	margin-bottom: 30px;
}
.top_news ul li{
	display: flex;
	align-items: flex-start;
	text-align: left;
	line-height: 19px;
}
.top_news ul li:nth-child(n+2){margin-top: 15px;}
.top_news ul li .date{width:90px;}
.top_news ul li .cate,
.top_sec3 ul li .date .cate{
	width:60px;
	color:#FFF;
	text-align: center;
	font-size:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.top_news ul li .text{
	flex-grow: 1;
	padding-left: 1em;
}
@media screen and (max-width: 999px) {
	.top_news{
		margin-top: 60px;
		padding-top: 130px;
	}
	.top_news .pad{padding: 25px 35px;}
	.top_news ul{
		margin: 20px 0;
		width:100%;
	}
	.top_news ul li{flex-wrap: wrap;}
	.top_news ul li .text{
		width:100%;
		padding-left: 0;
		margin-top: 0.5em;
	}
}

.top_sec1{
	margin-top: 55px;
	padding-top: 225px;
}
.top_sec1 .flex{
	display: flex;
	flex-wrap: wrap;
}
.top_sec1 .flex h2{width:100%;margin-bottom: 1em;}
.top_sec1 .flex .text{width:440px;margin-right: 20px; line-height: 200%;}
.top_sec1 .flex .photo{flex-grow: 1;}
.top_sec1 .flex .photo img{
	margin-right: -440px;
	min-width: 502px;
	min-height: 582px;
	background-image: url(../images/top/photo-sec1.png),url(../images/top/photo-sec1-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top_sec1 .frame{position: relative;z-index: 2;margin-top: 175px;}
.top_sec1 .frame svg{position: absolute;top:0;left:0;width:100%;height:100%;z-index: -1;}
.top_sec1 .frame svg path{fill:url(#frame_paperG);}
.top_sec1 .frame svg path.hantoumei{opacity:0.13;}
.top_sec1 .frame .f_parts{display: flex;}
.top_sec1 .frame .f_parts > img{
	min-width: 32px;
	height:32px;
}
.top_sec1 .frame .f_parts:last-of-type{transform: scaleY(-1);}
.top_sec1 .frame .f_parts > img[src*="G."]{flex-grow: 1;}
.top_sec1 .frame .f_parts > img[src*="G-S"]{
	max-width: 32px;
	height:auto;
}
.top_sec1 .frame .f_parts > img[src*="G-"]:last-of-type{transform: scaleX(-1);}
.top_sec1 .frame .pad{
	padding: 32px;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top_sec1 .frame .f_parts .pad{
	padding: 0;
	padding-bottom: 52px;
	min-height: 0;
	flex-grow: 1;
	background-color: rgba(255,255,255,0.87);
}
.top_sec1 .frame .f_parts .pad > *{margin-top: 30px;}
.top_sec1 .frame .f_parts .pad h2 + ul{margin-top: 40px;}
.top_sec1 .frame h2{border-bottom: dotted 3pt #2bc573;}
.top_sec1 .frame .pad ul li{
	padding-left: 1em;
	text-indent: -1em;
}
.top_sec1 .frame .pad ul li span{
	min-width:1em;
	text-indent: 0;
}
.top_sec1 .frame ul li:nth-child(n+2){margin-top: 24px;}
.top_sec1 .frame.toumei{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top_sec1 .frame.toumei > *:nth-child(n+2){margin-top: 30px;}
@media screen and (max-width: 999px) {
	.top_sec1{
		margin-top: 40px;
		padding-top: 175px;
	}
	.top_sec1 .flex h2{
		width:auto;
		font-size: 21px;
		margin-bottom: 1em;
    margin-right: -1em;
	}
	.top_sec1 .flex h2 span.nopadL{margin-left: -0.5em;}
	.top_sec1 .flex h2 span:not(.nopadL){margin-right: -0.5em;}
	.top_sec1 .flex .text{
		width:auto;
		margin-right:0;
		margin-bottom: 40px;
	}
	.top_sec1 .flex .photo img{
		width:auto;
		min-width:0;
		min-height:0;
		margin: auto;
	}
	.top_sec1 .frame{margin-top: 100px;}
	.top_sec1 .frame svg path{fill:url(#frame_paperG_sp);}
	.top_sec1 .frame .f_parts .pad{
		min-height: 0;
		padding-bottom: 27px;
	}
	.top_sec1 .frame .f_parts > img{
		min-width: 27px;
		height:27px;
	}
	.top_sec1 .frame .f_parts > img[src*="G-S"]{max-width: 27px;}
	.top_sec1 .frame .pad{padding: 27px;}
	.top_sec1 .frame .pad h2{margin-top: 27px;}
	.top_sec1 .frame .f_parts .pad > *,
	.top_sec1 .frame .f_parts .pad h2 + ul{margin-top: 27px;}
	.top_sec1 .frame .pad > *:nth-child(n+2){
		margin-left: 19px;
		margin-right: 19px;
		text-align: left;
	}
	.top_sec1 .frame ul li:nth-child(n+2){margin-top: 19px;}
	.top_sec1 .frame.toumei > *:nth-child(n+2){margin-top: 27px;}
}

.top_slide{
	margin: 175px 0;
	overflow: hidden;
	height:300px;
}
.top_slide img{
	width:100%;
	height:300px;
	object-fit: cover;
}
@media screen and (max-width: 999px) {
	.top_slide{
		margin: 100px 0;
		height:180px;
	}
	.top_slide img{height:180px;}
}

.top_sec2{}
.top_sec2 h2{margin-bottom: 120px;}
.top_sec2 h3{
	border-bottom:solid 0.75pt #000;
	padding-bottom: 2px;
}
.top_sec2 h3 ~ h3{margin-top: 100px;}
.top_sec2 h3.col_2C7{border-color:#2bc573;}
.top_sec2 h3.col_F92{border-color:#FF9E24;}
.top_sec2 h3.col_4BF{border-color:#4EBEF7;}
.top_sec2 ul{
	display: flex;
	flex-wrap: wrap;
	padding-top: 36px;
	margin: -24px -10px;
}
.top_sec2 ul.typeC{justify-content: center;}
.top_sec2 ul li{
	width:210px;
	max-width: 100%;
	margin: 24px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top_sec2 ul.typeC li{width:440px;}
.top_sec2 ul li .pic{
	width:100%;
	height:156px;
	margin-bottom: 8px;
	background-color: #CCC;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.top_sec2 ul li .type{
	width:100%;
	max-width: calc(100% - 26px);
	margin-bottom: 8px;
}
.top_sec2 ul li .type > *{
	background-color: rgba(255,255,255,0.75);
	padding: 2px 0;
}
.top_sec2 ul li .name{margin-bottom: 4px;}
.top_sec2 ul li .addr{margin-bottom: 8px;}
.top_sec2 ul li .c_ovalbtn{margin-top: auto;}
@media screen and (max-width: 999px) {
	.top_sec2 h2{margin-bottom: 50px;}
	.top_sec2 h3 ~ h3{margin-top: 40px;}
	.top_sec2 ul{
		padding-top: 22px;
		margin: -17px -7px;
	}
	.top_sec2 ul li{
		width: 158px;
		margin: 17px 7px;
	}
	.top_sec2 ul.typeC li{width:330px;}
	.top_sec2 ul li .pic{height:117px;}
	.top_sec2 ul li .type{max-width: calc(100% - 18px);}
	.top_sec2 ul li .name{font-size: 17px;}
	.top_sec2 ul li .c_ovalbtn{
		min-width: 0;
		width:158px;
		max-width: 100%;
	}
}

.top_sec3{margin-top: 170px;}
.top_sec3 .bg{opacity:0.4;}
.top_sec3 .pad{
	padding-top: 45px;
	padding-bottom: 55px;
}
.top_sec3 .slide_set{
	margin-top: 20px;
	margin-bottom: 30px;
	max-height:245px;
	overflow: hidden;
	padding: 0 22px;
}
.top_sec3 ul:not(.slide){display: flex;}
.top_sec3 .slide .slide-arrow{
	position: absolute;
	top:0;
	bottom:0;
	width:40px;
	height:40px;
	margin: auto;
	cursor: pointer;
	overflow: hidden;
	z-index: 2;
}
.top_sec3 .slide .slide-arrow.prev-arrow{left:-12px;}
.top_sec3 .slide .slide-arrow.next-arrow{right:-12px;}
.top_sec3 .slide .slide-arrow.next-arrow img{transform: scaleX(-1);}
.top_sec3 .slide .slide-arrow:hover{opacity: 0.8;}
.top_sec3 ul li{
	display: flex!important;
	flex-direction: column;
	background-color: #FFF;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.top_sec3 ul:not(.slide) li,
.top_sec3 ul.slide .slick-slide{width:284px;}
.top_sec3 ul:not(.slide) li:not(:last-child){margin-right: 24px;}
.top_sec3 ul li .pic{
	height:150px;
	margin-bottom: 15px;
	background-color: #CCC;
	display: flex;
	position: relative;
}
.top_sec3 ul li .pic img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.top_sec3 ul li .date{
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 19px;
	margin-bottom: 10px;
}
.top_sec3 ul li a{
	margin-right: auto;
	font-size: 15px;
}
@media screen and (min-width: 1000px) {
	/*
	.top_sec3 ul.slide.pc_noslide .slick-track{
		transform: translate3d(0px, 0px, 0px)!important;
	}
	*/
	.top_sec3 ul.slide .slick-slide:not(:last-child){margin-right: 24px;}
}
@media screen and (max-width: 999px) {
	.top_sec3{
		margin-top: 40px;
		padding: 0;
	}
	.top_sec3 .pad{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.top_sec3 ul.slide .slick-slide{margin:0 12px;}
}