@charset "utf-8";



/* st-Header
-----------------------------------*/
.st-Header{
	height: 0;
	position: fixed;
	z-index: 9999;
}
.st-Header_Logo{
	display: none;
}
@media only screen and (min-width: 768px){
	.st-Header{
		height: 0;
	}
	.st-Header_PcNav{
		display: none;
		margin: 0;
	}
}
@media only screen and (min-width: 1024px){
	.st-Header_PcNav{
		text-align: left;
		display: block;
		position: absolute;
		top: 7px;
		left: 75px;
		z-index: 1001;
	}
}



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro{
	height: calc(100vh - 75px);
	min-height: 540px;
	margin-bottom: 0px;
}
.sw-PageIntro .logo,
.sw-PageIntro .convNav,
.sw-PageIntro .message{
	position: absolute;
	z-index: 1001;
}
.sw-PageIntro .logo{
	text-align: center;
	width: 100%;
	top: 39%;
}
.sw-PageIntro .logo img{
	width: 152px;
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.sw-PageIntro .message{
	color: #fff;
	font-size: 93%;
	letter-spacing: .4em;
	text-shadow: 0 0 5px #222e53;
	text-align: center;
	width: 100%;
	top: 52%;
}
.sw-PageIntro .message span{
	display: block;
}
.sw-PageIntro .convNav{
	display: block;
	top: 10px;
	right: 5px;
}
.sw-PageIntro .convNav li a{
	font-size: 85%;
}
.sw-PageIntro .slick-list,
.sw-PageIntro .slick-track{
	height: 100%;
}
.sw-PageIntro .slick-slide{
	height: 100%!important;
}
.sw-PageIntro .slides{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all ease 3s;
	transition: all ease 3s;
}
.sw-PageIntro .slides.slick-initialized{
	opacity: 1;
}
.sw-PageIntro .slides:before{
	content: "";
	width: 100%;
	height: 40px;
	background-image: url("../img/bg_home_01.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 0;
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1001;
}
/* ▼　20220908_2本線削除 */
/* .sw-PageIntro .slides:after{
	content: "";
	width: 8px;
	height: 70px;
	border: 1px solid #fff;
	border-bottom: none;
	border-top: none;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	top: 65%;
	right: 0;
	left: 0;
	z-index: 1001;
	opacity: .7;
} */
.sw-PageIntro .slides .item{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sw-PageIntro .slides .item div{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.sw-PageIntro .slides .item.slick-current{
	outline: none;
}
.sw-PageIntro .slides .item-transform div{
	-webkit-transform-origin: top center;
	transform-origin: top center;
	background-position: center;
}
.sw-PageIntro .slides .item-transform.slick-current div{
	-webkit-animation: anime 6s ease;
	animation: anime 6s ease;
}
.sw-PageIntro .slides .item-scroll div{
	background-position: 100% center;
}
.sw-PageIntro .slides .item-scroll.slick-current div{
	-webkit-animation: animescroll 6s ease;
	animation: animescroll 6s ease;
}
@-webkit-keyframes anime{
	0% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes anime{
	0% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes animescroll{
	0% {
		background-position: 25% center;
	}
	100% {
		background-position: 100% center;
	}
}
@keyframes animescroll{
	0% {
		background-position: 25% center;
	}
	100% {
		background-position: 100% center;
	}
}
.sw-PageIntro .slides .item-01 div{
	background-image: url("../img/bg_slider_sp_01.jpg");
}
.sw-PageIntro .slides .item-02 div{
	background-image: url("../img/bg_slider_sp_02.jpg");
}
.sw-PageIntro .slides .item-03 div{
	background-image: url("../img/bg_slider_sp_03.jpg");
}
.sw-PageIntro .slides .item-04 div{
	background-image: url("../img/bg_slider_sp_04.jpg");
}
.sw-PageIntro .slides .item-05 div{
	background-image: url("../img/bg_slider_sp_05.jpg");
}
.sw-PageIntro .slides .item-06 div{
	background-image: url("../img/bg_slider_sp_06.jpg");
}
.sw-PageIntro .slides .item-07 div{
	background-image: url("../img/bg_slider_sp_07.jpg");
}
.sw-PageIntro .slick-dots{
	text-align: center;
	width: 100%;
	position: absolute;
	top: 83%;
}
.sw-PageIntro .slick-dots li{
	display: inline-block;
}
.sw-PageIntro .slick-dots li + li{
	margin-left: 20px;
}
.sw-PageIntro .slick-dots li button{
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid #434853;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .5;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.sw-PageIntro .slick-dots li.slick-active button{
	opacity: 1;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro{
		height: 100vh;
		min-height: 780px;
	}
	.sw-PageIntro .logo{
		top: 36%;
	}
	.sw-PageIntro .logo img{
		width: 220px;
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}
	.sw-PageIntro .message{
		font-size: 138.5%;
		top: 50%;
	}
	.sw-PageIntro .convNav{
		top: 15px;
		right: 15px;
	}
	.sw-PageIntro .slides .item-01 div{
		background-image: url("../img/bg_slider_pc_01.jpg");
	}
	.sw-PageIntro .slides .item-02 div{
		background-image: url("../img/bg_slider_pc_02.jpg");
	}
	.sw-PageIntro .slides .item-03 div{
		background-image: url("../img/bg_slider_pc_03.jpg");
	}
	.sw-PageIntro .slides .item-04 div{
		background-image: url("../img/bg_slider_pc_04.jpg");
	}
	.sw-PageIntro .slides .item-05 div{
		background-image: url("../img/bg_slider_pc_05.jpg");
	}
	.sw-PageIntro .slides .item-06 div{
		background-image: url("../img/bg_slider_pc_06.jpg");
	}
	.sw-PageIntro .slides .item-07 div{
		background-image: url("../img/bg_slider_pc_07.jpg");
	}
	.sw-PageIntro .slides:before{
		height: 90px;
	}
	/* ▼　20220908_2本線削除 */
	/* .sw-PageIntro .slides:after{
		height: 13%;
		top: 62%;
	} */
	.sw-PageIntro .slick-dots li button:hover{
		opacity: 1;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .slides:before{
		height: 120px;
	}
}



/* home-NewYear
-----------------------------------*/
.home-NewYear {
	max-width: 860px;
	margin: 60px auto 0;
}
.home-NewYear .box{
	border: 1px solid #434853;
	padding: 30px 15px 45px;
	margin: 0 25px;
}
.home-NewYear h2{
	color: #222e53;
	text-align: center;
}
.home-NewYear h2 .en{
	font-size: 184%;
}
.home-NewYear h2 .ja{
	font-size: 123.1%;
}
.home-NewYear h3{
	font-size: 123.1%;
	text-align: center;
	margin-top: 10px;
}
.home-NewYear p{
	margin-top: 10px;
}
@media only screen and (min-width: 768px){
	.home-NewYear {
		margin: 75px auto 0;
	}
	.home-NewYear .box{
		padding: 30px 30px 45px;
	}
}
@media only screen and (min-width: 1024px){
	.home-NewYear {
		margin: 90px auto 0;
	}
	.home-NewYear .box{
		padding: 30px 60px 60px;
	}
	.home-NewYear h2 .en{
		font-size: 276.9%;
	}
	.home-NewYear h2 .ja{
		font-size: 156.8%;
	}
	.home-NewYear h3{
		font-size: 153.8%;
	}
}



/* home-Media
-----------------------------------*/
.home-Media {
	max-width: 800px;
	padding: 0 15px 15px;
	margin: 60px auto 0;
}
.home-Media h2{
	color: #222e53;
	font-size: 123.1%;
	line-height: 1.8;
	text-align: center;
}
.home-Media .bnr a img{
	width: 100%;
	height: auto;
}
.home-Media .bnr{
	margin-top: 15px;
}
.home-Media .bnr .pc{
	display: none;
}
.home-Media .bnr .sp{
	display: block;
}
.home-Media .btn{
	margin-top: 15px;
}
.home-Media .btn a{
	color: #222e53;
	font-size: 108%;
	text-align: center;
	line-height: 40px;
	width: 100%;
	border: 1px solid #222e53;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.home-Media .btn a + a{
	margin-top: 10px;
}
@media only screen and (min-width: 768px){
}
@media only screen and (min-width: 1024px){
	.home-Media {
		margin: 90px auto 0;
	}
	.home-Media h2{
		font-size: 216%;
	}
	.home-Media .bnr .pc{
		display: block;
	}
	.home-Media .bnr .sp{
		display: none;
	}
	.home-Media .btn{
		margin-top: 30px;
	}
	.home-Media .btn a{
		font-size: 123.1%;
		line-height: 45px;
		-webkit-transition: all .6s ease;
		transition: all .6s ease;
	}
	.home-Media .btn a:hover{
		color: #fff;
		background: #222e53;
	}
}



/* home-BnrSlider
-----------------------------------*/
.home-BnrSlider {
	margin: 45px auto 0;
}
.home-BnrSlider h2{
	color: #222e53;
	font-size: 184%;
	text-align: center;
}
.home-BnrSlider .slides{
	margin-top: 15px;
}
.home-BnrSlider .slides .item{
	list-style: none;
	margin: 0 8px;
	opacity: 0;
}
.home-BnrSlider .slides .item img{
	width: 100%;
	height: auto;
}
.home-BnrSlider .slides .item .movie{
	width: 100%;
	padding-top: 68.38%;
	height: 0px;
	position: relative;
}
.home-BnrSlider .slides .item .movie iframe{
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
.home-BnrSlider .slides.slick-initialized li{
	opacity: 1;
}
.home-BnrSlider .slides .item.slick-current{
	outline: none;
}
.home-BnrSlider .slick-dots{
	text-align: center;
	margin-top: 20px;
}
.home-BnrSlider .slick-dots li{
	display: inline-block;
}
.home-BnrSlider .slick-dots li + li{
	margin-left: 10px;
}
.home-BnrSlider .slick-dots li button{
	text-indent: -9999px;
	width: 4px;
	height: 4px;
	border: none;
	background: #434853;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .3;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.home-BnrSlider .slick-dots li.slick-active button{
	opacity: 1;
}
.home-BnrSlider .slick-arrow{
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	padding: 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.home-BnrSlider .slick-prev{
	background-image: url("../../asset/img/prev_nav.png");
	left: 35px;
}
.home-BnrSlider .slick-next{
	background-image: url("../../asset/img/next_nav.png");
	right: 35px;
}
@media only screen and (min-width: 768px){
	.home-BnrSlider {
		max-width: 1400px;
		padding: 0;
		margin: 120px auto 0;
	}
	.home-BnrSlider h2{
		font-size: 307%;
	}
	.home-BnrSlider .slides{
		margin-top: 25px;
	}
	.home-BnrSlider .slides .item{
		margin: 0 20px;
	}
	.home-BnrSlider .slides .item a{
		display: inline-block;
	}
	.home-BnrSlider .slides .item a:hover{
		opacity: .7;
	}
	.home-BnrSlider .slides .slick-current img{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.home-BnrSlider .slick-dots{
		margin-top: 40px;
	}
	.home-BnrSlider .slick-dots li + li{
		margin-left: 20px;
	}
	.home-BnrSlider .slick-dots li button{
		width: 6px;
		height: 6px;
		cursor: pointer;
		-webkit-transition: all ease .4s;
		transition: all ease .4s;
	}
	.home-BnrSlider .slick-dots li button:hover{
		opacity: .15;
	}
	.home-BnrSlider .slick-dots .slick-active button:hover{
		opacity: .5;
	}
	.home-BnrSlider .slick-prev{
		left: 20px;
	}
	.home-BnrSlider .slick-next{
		right: 20px;
	}
	.home-BnrSlider .slick-prev,
	.home-BnrSlider .slick-next{
		-webkit-transition: all ease .4s;
		transition: all ease .4s;
	}
	.home-BnrSlider .slick-prev:hover,
	.home-BnrSlider .slick-next:hover{
		opacity: .5;
	}
}
@media only screen and (min-width: 1024px){
	.home-BnrSlider .slick-arrow{
		width: 60px;
	}
	.home-BnrSlider .slick-prev{
		left: 50%;
		margin-left: -300px;
	}
	.home-BnrSlider .slick-next{
		right: auto;
		left: 50%;
		margin-left: 240px;
	}
}



/* home-Intro
-----------------------------------*/
.home-Intro{
	margin: 95px auto 0;
}
.home-Intro h2{
	color: #222e53;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
	position: relative;
}
.home-Intro h2:before{
	content: "";
	width: 90px;
	height: 29px;
	background-image: url("../img/ico_home_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	margin-left: -45px;
	position: absolute;
	top: -50px;
	left: 50%;
}
.home-Intro p{
	color: #777;
	font-size: 93%;
	line-height: 2;
	text-align: center;
	margin-top: 15px;
}
.home-Intro .sw-Btn{
	margin-top: 15px;
}
@media only screen and (min-width: 768px){
	.home-Intro{
		margin: 250px auto 0;
	}
	.home-Intro h2{
		font-size: 160%;
	}
	.home-Intro h2:before{
		width: 140px;
		height: 46px;
		margin-left: -70px;
		top: -90px;
	}
	.home-Intro p{
		font-size: 110%;
		margin-top: 50px;
	}
	.home-Intro .sw-Btn{
		margin-top: 50px;
	}
}
@media only screen and (min-width: 1024px){

}



/* home-Location
-----------------------------------*/
.home-Location{
	background-image: url("../../asset/img/bg_common_01.png");
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 80px;
	margin: 60px auto 0;
	position: relative;
}
.home-Location:before{
	content: "";
	width: 100%;
	height: 250px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,  rgba(255,255,255,1) 150px, rgba(255,255,255,0) 100%);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.home-Location .image{
	text-align: center;
	width: 74.6%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.home-Location .image img{
	max-width: 600px;
	width: 100%;
	height: auto;
}
.home-Location .inner{
	position: relative;
	z-index: 2;
}
.home-Location .comment{
	margin-top: 55px;
}
.home-Location h2{
	color: #222e53;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
}
.home-Location p{
	color: #777;
	font-size: 93%;
	line-height: 2.2;
	text-align: center;
	margin-top: 15px;
}
.home-Location p + p{
	margin-top: 25px;
}
.home-Location .link{
	margin-top: 15px;
}
.home-Location .link .sw-Btn + .sw-Btn{
	margin-top: 20px;
}
@media only screen and (min-width: 768px){
	.home-Location{
		margin: 140px auto 0;
	}
	.home-Location h2{
		font-size: 160%;
	}
	.home-Location p{
		font-size: 110%;
		margin-top: 50px;
	}
}
@media only screen and (min-width: 1024px){
	.home-Location{
		padding-bottom: 160px;
	}
	.home-Location .inner{
		max-width: 1280px;
		padding: 0 15px;
		margin: 0 auto;
	}
	.home-Location .image,
	.home-Location .comment{
		width: 50%;
		float: left;
	}
	.home-Location .comment{
		xmargin-top: 270px;
	}
	.home-Location .link{
		margin-top: 50px;
	}
}



/* home-Fair
-----------------------------------*/
.home-Fair{
	margin: 60px auto 0;
}
.home-Fair > h2{
	color: #222e53;
	font-size: 153.9%;
	text-align: center;
}
.home-Fair .slides .item{
	list-style: none;
	padding-top: 15px;
	margin: 0 8px;
	position: relative;
}
.home-Fair .slides .item:before{
	color: #fff;
	font-size: 93%;
	line-height: 30px;
	content: "PICKUP FAIR";
	background-color: #222e53;
	padding: 0 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.home-Fair .slides .item a{
	display: block;
}
.home-Fair .slides .item .thumb{
	width: 100%;
	height: 0;
	border-bottom: 3px solid #222e53;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
}
.home-Fair .slides .item .thumb img{
	width: 100%;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home-Fair .slides .item .comment{
	margin-top: 15px;
}
.home-Fair .slides .item .title{
	font-size: 123.1%;
	line-height: 1.6;
}
.home-Fair .slides .item .category{
	margin-top: 5px;
}
.home-Fair .slides .item .category span{
	color: #333;
	text-align: center;
	background-color: #f0f0f0;
	padding: 2px 1.5em;
	margin: 5px 5px 0 0;
	display: inline-block;
}
.home-Fair .slick-dots{
	text-align: center;
	margin-top: 30px;
}
.home-Fair .slick-dots li{
	display: inline-block;
}
.home-Fair .slick-dots li + li{
	margin-left: 10px;
}
.home-Fair .slick-dots li button{
	text-indent: -9999px;
	width: 4px;
	height: 4px;
	border: none;
	background: #434853;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .3;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.home-Fair .slick-dots li.slick-active button{
	opacity: 1;
}
.home-Fair .slides .item.slick-current{
	outline: none;
}
.home-Fair .slick-arrow{
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 999;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.home-Fair .slick-prev{
	background-image: url("../../asset/img/prev_nav.png");
	left: 36px;
}
.home-Fair .slick-next{
	background-image: url("../../asset/img/next_nav.png");
	right: 36px;
}
.home-Fair .sw-Btn{
	margin-top: 15px;
}
@media only screen and (min-width: 374px){
	.home-Fair > h2{
		font-size: 184%;
	}
}
@media only screen and (min-width: 768px){
	.home-Fair{
		max-width: 1400px;
		margin: 160px auto 0;
	}
	.home-Fair > h2{
		font-size: 307%;
	}
	.home-Fair .slides{
		margin-top: 25px;
	}
	.home-Fair .slides .item{
		margin: 0 20px;
	}
	.home-Fair .slides .item a:hover{
		opacity: .7;
	}
	.home-Fair .slides .slick-current img{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.home-Fair .slick-prev{
		left: 20px;
	}
	.home-Fair .slick-next{
		right: 20px;
	}
	.home-Fair .slick-prev,
	.home-Fair .slick-next{
		-webkit-transition: all ease .4s;
		transition: all ease .4s;
	}
	.home-Fair .slick-prev:hover,
	.home-Fair .slick-next:hover{
		opacity: .5;
	}
}
@media only screen and (min-width: 1024px){
	.home-Fair .slides .item .title{
		font-size: 138.5%;
	}
	.home-Fair .slides .item .category span{
		background-color: #f9f9f9;
	}
	.home-Fair .slick-arrow{
		width: 60px;
	}
	.home-Fair .slick-prev{
		left: 50%;
		margin-left: -300px;
	}
	.home-Fair .slick-next{
		right: auto;
		left: 50%;
		margin-left: 240px;
	}
	.home-Fair .sw-Btn{
		margin-top: 60px;
	}
}


/* home-MainContents
-----------------------------------*/
.home-MainContents{
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}
.home-MainContents h2{
	font-size: 153.9%;
	text-align: center;
}
.home-MainContents h3{
	font-size: 116%;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 3px;
}
.home-MainContents .box{
	margin: 35px 13.3% 0;
}
.home-MainContents .box + .box{
	margin-top: 40px;
}
.home-MainContents .box a{
	color: #fff;
	text-align: center;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: table;
}
.home-MainContents .box a:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #222e53;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: .25;
}
.home-MainContents .box a:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	min-height: 260px;
}
.home-MainContents .box a .comment{
	padding: 35px 0;
	display: table-cell;
	vertical-align: middle;
}
.home-MainContents .box a h4,
.home-MainContents .box a p,
.home-MainContents .box a .btn{
	position: relative;
	z-index: 2;
}
.home-MainContents .box a h4{
	font-size: 153.9%;
	text-align: center;
}
.home-MainContents .box a p{
	font-size: 108%;
	margin-top: 5px;
}
.home-MainContents .box a .sw-Btn{
	margin-top: 15px;
}
.home-MainContents-dramatic{
	background-color: #222e53;
	background-image: url("../../asset/img/bg_common_01.png");
	margin: 80px auto 0;
}
.home-MainContents-dramatic h2,
.home-MainContents-dramatic h3{
	color: #fff;
}
.home-MainContents-dramatic .chapel a{
	background-image: url("../img/img_home_02.jpg");
}
.home-MainContents-dramatic .banquet a{
	background-image: url("../img/img_home_03.jpg");
}
.home-MainContents-best{
	background-image: url("../../asset/img/bg_common_01.png");
	margin: 0 auto;
}
.home-MainContents-best h2,
.home-MainContents-best h3{
	color: #222e53;
}
.home-MainContents-best .cuisine a{
	background-image: url("../img/img_home_04.jpg");
}
.home-MainContents-best .dress a{
	background-image: url("../img/img_home_05.jpg");
}
@media only screen and (min-width: 374px){
	.home-MainContents h2{
		font-size: 184%;
	}
	.home-MainContents h3{
		font-size: 131%;
	}
}
@media only screen and (min-width: 768px){
	.home-MainContents{
		padding: 180px 0;
		margin-top: 160px;
	}
	.home-MainContents h2{
		font-size: 307%;
	}
	.home-MainContents h3{
		font-size: 215%;
	}
	.home-MainContents .inner{
		max-width: 1280px;
		margin: 70px auto 0;
	}
	.home-MainContents .box{
		width: 50%;
		margin: 0;
		float: left;
	}
	.home-MainContents .box a:after{
		min-height: 600px;
	}
	.home-MainContents .box a:hover:before{
		opacity: .7;
	}
	.home-MainContents .box a h4{
		font-size: 246%;
	}
	.home-MainContents .box a p{
		font-size: 138.5%;
		margin-top: 20px;
	}
	.home-MainContents .box a .sw-Btn{
		margin-top: 55px;
	}
	.home-MainContents .box:nth-child(even){
		margin-top: 100px;
	}
	.home-MainContents-best{
		margin-top: 0;
	}
}
@media only screen and (min-width: 1024px){
	.home-MainContents .box a:after{
		min-height: 800px;
	}
	.home-MainContents .box a .comment{
		padding: 90px 0;
	}
}



/* home-Contents
-----------------------------------*/
.home-Contents{
	margin: 70px auto -15px;
}
.home-Contents h2{
	color: #222e53;
	font-size: 153.9%;
	text-align: center;
}
.home-Contents ul{
	padding: 0;
	padding: 0 30px;
	margin: 25px auto 0;
}
.home-Contents ul li{
	list-style: none;
	width: 46%;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	float: left;
}
.home-Contents ul li:nth-child(even){
	float: right;
}
.home-Contents ul li a{
	color: #fff;
	font-size: 93%;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 0;
	padding-top: 100%;
	position: relative;
	display: block;
}
.home-Contents ul .report a{
	background-image: url("../img/bg_home_02.jpg");
}
.home-Contents ul .blog a{
	background-image: url("../img/bg_home_03.jpg");
}
.home-Contents ul .topics a{
	background-image: url("../img/bg_home_04.jpg");
}
.home-Contents ul .propose a{
	background-image: url("../img/bg_home_05.jpg");
}
.home-Contents ul .party a{
	background-image: url("../img/bg_home_06.jpg");
}
.home-Contents ul .line a{
	background-image: url("../img/bg_home_07.jpg");
}
.home-Contents ul li a:before{
	content: "";
	width: 100%;
	height: 100%;
	background: #222e53;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .25;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
.home-Contents ul li a .layout{
	line-height: 1.8;
	margin: auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-Contents ul li a .en{
	font-size: 123.1%;
}
@media only screen and (min-width: 374px){
	.home-Contents h2{
		font-size: 184%;
	}
}
@media only screen and (min-width: 768px){
	.home-Contents{
		max-width: 860px;
		margin: 160px auto -50px;
	}
	.home-Contents h2{
		font-size: 307%;
	}
	.home-Contents ul{
		margin: 45px auto 0;
	}
	.home-Contents ul li{
		max-width: 180px;
		width: 22.5%;
		margin: 0 5.416% 50px;
		float: left!important;
	}
	.home-Contents ul li a{
		font-size: 123.1%;
	}
	.home-Contents ul li a:hover:before{
		opacity: .7;
	}
}
@media only screen and (min-width: 1024px){

}



/* home-Movie
-----------------------------------*/
.home-Movie{
	margin: 60px auto 0;
}
.home-Movie > h2{
	color: #222e53;
	font-size: 153.9%;
	text-align: center;
}
.home-Movie .movie{
	width: 100%;
	padding-top: 56.25%;
	height: 0px;
	position: relative;
}
.home-Movie .movie iframe{
	width: 100%;
	height: 100%;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
.home-Movie .slides .item{
	list-style: none;
	padding-top: 15px;
	margin: 0 8px;
	position: relative;
}
.home-Movie .slides .item a{
	display: block;
}
.home-Movie .slides .item .thumb{
	width: 100%;
	height: 0;
	border-bottom: 3px solid #222e53;
	padding-top: 60%;
	overflow: hidden;
	position: relative;
}
.home-Movie .slides .item .thumb img{
	width: 100%;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.home-Movie .slides .item .comment{
	margin-top: 15px;
}
.home-Movie .slides .item .title{
	font-size: 123.1%;
	line-height: 1.6;
}
.home-Movie .slides .item .category{
	margin-top: 5px;
}
.home-Movie .slides .item .category span{
	color: #333;
	text-align: center;
	background-color: #f0f0f0;
	padding: 2px 1.5em;
	margin: 5px 5px 0 0;
	display: inline-block;
}
.home-Movie .slick-dots{
	text-align: center;
	margin-top: 30px;
}
.home-Movie .slick-dots li{
	display: inline-block;
}
.home-Movie .slick-dots li + li{
	margin-left: 10px;
}
.home-Movie .slick-dots li button{
	text-indent: -9999px;
	width: 4px;
	height: 4px;
	border: none;
	background: #434853;
	border-radius: 100%;
	padding: 0;
	cursor: pointer;
	outline: none;
	opacity: .3;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.home-Movie .slick-dots li.slick-active button{
	opacity: 1;
}
.home-Movie .slides .item.slick-current{
	outline: none;
}
.home-Movie .slick-arrow{
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 999;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.home-Movie .slick-prev{
	background-image: url("../../asset/img/prev_nav.png");
	left: 36px;
}
.home-Movie .slick-next{
	background-image: url("../../asset/img/next_nav.png");
	right: 36px;
}
.home-Movie .sw-Btn{
	margin-top: 15px;
}
@media only screen and (min-width: 374px){
	.home-Movie > h2{
		font-size: 184%;
	}
}
@media only screen and (min-width: 768px){
	.home-Movie{
		max-width: 1400px;
		margin: 160px auto 0;
	}
	.home-Movie > h2{
		font-size: 307%;
	}
	.home-Movie .slides{
		margin-top: 25px;
	}
	.home-Movie .slides .item{
		margin: 0 20px;
	}
	.home-Movie .slides .item a:hover{
		opacity: .7;
	}
	.home-Movie .slides .slick-current img{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.home-Movie .slick-prev{
		left: 20px;
	}
	.home-Movie .slick-next{
		right: 20px;
	}
	.home-Movie .slick-prev,
	.home-Movie .slick-next{
		-webkit-transition: all ease .4s;
		transition: all ease .4s;
	}
	.home-Movie .slick-prev:hover,
	.home-Movie .slick-next:hover{
		opacity: .5;
	}
}
@media only screen and (min-width: 1024px){
	.home-Movie .slides .item .title{
		font-size: 138.5%;
	}
	.home-Movie .slides .item .category span{
		background-color: #f9f9f9;
	}
	.home-Movie .slick-arrow{
		width: 60px;
	}
	.home-Movie .slick-prev{
		left: 50%;
		margin-left: -300px;
	}
	.home-Movie .slick-next{
		right: auto;
		left: 50%;
		margin-left: 240px;
	}
	.home-Movie .sw-Btn{
		margin-top: 60px;
	}
}








/* sw-Insta
-----------------------------------*/
.sw-Insta{
	margin-top: 80px;
}
@media only screen and (min-width: 768px){
	.sw-Insta{
		margin-top: 120px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-Insta{
		margin-top: 160px;
	}
}
