
.cnt{	padding-bottom: 0;}

/** top_imgbox **/

#top_imgbox , #sp_top_imgbox {
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: calc(1000px - 92px);
	background: #fff;
}

#sp_top_imgbox{ display: none;}

#top_imgbox img:nth-of-type(1) , #sp_top_imgbox img:nth-of-type(1){
	position: relative;
	z-index: 2;
	width: 50%;
	max-width: 310px;
	height: auto;
	padding-bottom:50px; 
	animation: logo 2s ease-in-out;
}
@keyframes logo {
	0% {opacity: 0; filter: alpha(opacity=0);}
	100% {opacity: 1; filter: alpha(opacity=100);}
}

#top_imgbox img:nth-of-type(2),
#top_imgbox img:nth-of-type(3),
#top_imgbox img:nth-of-type(4){
	width: 185%;
	height: auto;
	position: absolute;
	top: 0;
}


#top_imgbox img:nth-of-type(2) , #sp_top_imgbox img:nth-of-type(2){
	opacity: 0;
	filter: alpha(opacity=0);
	animation: anime1 12s linear 2s both;
}
@keyframes anime1 {
	0% {
		opacity: 0; filter: alpha(opacity=0);
		left: -50%;
	}
	20% {
		opacity: 1; filter: alpha(opacity=100);
	}
	100% {
		opacity: 1; filter: alpha(opacity=100);
		left: 0;
	}
}
#top_imgbox img:nth-of-type(3) , #sp_top_imgbox img:nth-of-type(3){
	opacity: 0;
	filter: alpha(opacity=0);
	animation: anime2 12s linear 6s both;
}
@keyframes anime2 {
	0% {
		opacity: 0; filter: alpha(opacity=0);
		right: -50%;
	}
	20% {
		opacity: 1; filter: alpha(opacity=100);
	}
	100% {
		opacity: 1; filter: alpha(opacity=100);
		right: 0%;
	}
}
#top_imgbox img:nth-of-type(4) , #sp_top_imgbox img:nth-of-type(4){
	opacity: 0;
	filter: alpha(opacity=0);
	animation: anime3 12s ease-out 10s both;
}
@keyframes anime3 {
	0% {
		opacity: 0; filter: alpha(opacity=0);
		left: -25%;
	}
	20% {
		opacity: 1; filter: alpha(opacity=100);
	}
	100% {
		opacity: 1; filter: alpha(opacity=100);
		left: 0%;
	}
}

@media screen and (max-width: 750px) {
	#top_imgbox{display: none;}
	#sp_top_imgbox{
		display: flex;
		height: calc(100vh - 92px);
	}
	#sp_top_imgbox img:nth-of-type(2),
	#sp_top_imgbox img:nth-of-type(3),
	#sp_top_imgbox img:nth-of-type(4){
		width: 200%;
		height: auto;
		position: absolute;
		top: 0;
	}
	@keyframes anime1 {
		0% {
			opacity: 0; filter: alpha(opacity=0);
			left: -100%;
		}
		20% {
			opacity: 1; filter: alpha(opacity=100);
		}
		100% {
			opacity: 1; filter: alpha(opacity=100);
			left: 0;
		}
	}
	@keyframes anime2 {
		0% {
			opacity: 0; filter: alpha(opacity=0);
			right: -100%;
		}
		20% {
			opacity: 1; filter: alpha(opacity=100);
		}
		100% {
			opacity: 1; filter: alpha(opacity=100);
			right: 0;
		}
	}
	@keyframes anime3 {
		0% {
			opacity: 0; filter: alpha(opacity=0);
			left: -50%;
		}
		20% {
			opacity: 1; filter: alpha(opacity=100);
		}
		100% {
			opacity: 1; filter: alpha(opacity=100);
			left: 0;
		}
	}
}



#top_imgbox img:nth-of-type(3){
	opacity: 0;
	filter: alpha(opacity=0);
}
#top_imgbox img:nth-of-type(4){
	opacity: 0;
	filter: alpha(opacity=0);
}


/** top_slider **/

.top_slider_bg{
	font-size: 0;
	line-height: 0;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.top_slider_bg img{
	width: 100%;
	height: auto;
}
.slick-prev,
.slick-next{
	width: 35px;
	height: 35px;
	border: 0;
	outline: 0;
	border-radius: 50%;
	background: #a2893b;
	position: absolute;
	z-index: 2;
	top: calc(50% - 17.5px);
}

.slick-prev{	left: -17.5px;}
.slick-prev:after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	position: absolute;
	top: calc(50% - 4px);
	right: calc(50% - 4px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.slick-next{	right: -17.5px;}
.slick-next:after{
	content: '';
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: calc(50% - 4px);
	left: calc(50% - 5px);
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}


/** twit **/

#twit{
	color: #fff;
	padding: 25px 20px 30px 20px;
	background: #000;
	background: url(img/box_bg.gif) top center;
	background-size: 125px auto;
}

#twit h3{
	color: #fff;
	margin: 0 0 10px 0;
}


/** list **/

#schedule{	padding: 25px 0 30px 0;}
#schedule h3{
	width: calc(100% - 40px);
	margin: 0 auto 30px auto;
}
#schedule h3 em{	font-size: 11px;}
#schedule h3 span{	font-size: 24px;}

.list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list .cbox{
	position: relative;
	width: calc(100% / 3 - 20px);
	margin: 0 10px 30px 10px;
}
.list .cbox:hover{
	text-decoration: none;
}

.list .cbox .img{
	position: relative;
	overflow: hidden;
}

.list .cbox .img img{
	width: 100%;
	height: auto;
}

.list .cbox .i_twit{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #1da1f2;
	position: absolute;
	bottom: 37px;
	right: 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.list .cbox .i_twit:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.list .cbox .i_twit img{
	width: 40px;
	height: auto;
}

.list .cbox .name{
	width: calc(100% - 4px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: rgba(68, 61, 51, 0.8);
	padding: 5px;
	position: absolute;
	bottom: 2px;
	left: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.list .cbox .name a{	color: #fff;}

.list .cbox .icon{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #a2893b;
	position: absolute;
	top: -15px;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.list .cbox .size{
	font-size: 12px;
	line-height: 14px;
	padding: 4px 0;
}

.list .cbox .time{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #a2893b;
}
.list .cbox .time .area{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	margin-right: 3px;
	border-radius: 2px;
	padding: 0 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.list .cbox .time em{}

.list .obi{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% + 20px);
	height: 40px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: calc(50% - 20px);
	left: -10px;
	-webkit-animation:obi 1.5s ease-in-out infinite alternate;
	-moz-animation:obi 1.5s ease-in-out infinite alternate;
	animation:obi 1.5s ease-in-out infinite alternate;
	-webkit-transform: rotate(-15deg);
	   -moz-transform: rotate(-15deg);
		-ms-transform: rotate(-15deg);
		 -o-transform: rotate(-15deg);
			transform: rotate(-15deg);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


/** newface **/

#newface{
	font-size: 0;
	line-height: 0;
	color: #fff;
	padding: 25px 20px 30px 20px;
	background: #000;
	background: url(img/box_bg.gif) top center;
	background-size: 125px auto;
}

#newface h3{
	color: #fff;
	margin: 0 0 20px 0;
}

#newface .nbox{
	display: flex;
	width: 100%;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-size: 0;
	line-height: 0;
	background: #fff;
	margin: 0 0 1px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#newface .nbox:last-of-type{	margin-bottom: 0;}

#newface .nbox_l{
	position: relative;
	width: 120px;
}
#newface .nbox_l img{
	width: 100%;
	height: auto;
}
#newface .nbox_l .i_twit{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #1da1f2;
	position: absolute;
	bottom: 5px;
	right: 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#newface .nbox .i_twit:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#newface .nbox .i_twit img{
	width: 40px;
	height: auto;
}

#newface .nbox_r{
	width: calc(100% - 120px);
	text-align: left;
	color: #333;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#newface .nbox_r .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#newface .nbox_r .name a{	color: #333;}

#newface .nbox_r .size{
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dacca0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#newface .nbox_r .txt{
	font-size: 14px;
	line-height: 18px;
}


/** news **/

#news{
	padding: 25px 20px 30px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.newsbox{
	display: block;
	color: #333;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.newsbox:hover{
	color: #333;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.newsbox h4{
	position: relative;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 3px 0;
	padding: 0 0 0 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.newsbox h4 span{
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}

.newsbox p{
	font-size: 12px;
	line-height: 14px;
	color: #a2893b;
}


/** blog **/

#blog{
	padding: 25px 20px 30px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.blogbox{
	display: block;
	color: #333;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.blogbox:hover{
	color: #333;
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.blogbox h4{
	position: relative;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	margin: 0 0 3px 0;
	padding: 0 0 0 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.blogbox h4 span{
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: -2px;
	left: 0;
}

.blogbox p{
	font-size: 12px;
	line-height: 14px;
	color: #a2893b;
}


@media screen and (max-width: 420px) {
	#newface .nbox_r{	padding: 0 10px;}
	#newface .nbox_r .name{
		font-size: 18px;
		line-height: 20px;
	}
	#newface .nbox_r .size{
		font-size: 11px;
		line-height: 14px;
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
	}
	#newface .nbox_r .txt{
		font-size: 12px;
		line-height: 16px;
	}
}

/** pickup **/

#pickup{
	color: #fff;
	padding: 25px 0 0 0;
	background: #000;
	background: url(img/box_bg.gif) top center;
	background-size: 125px auto;
}

#pickup h3{
	color: #fff;
	width: calc(100% - 40px);
	margin: 0 auto 20px auto;
}

#pickup .list{
	display: block;
}

#pickup .cbox{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-top: 15px;
}
#pickup .cbox .icon{	top: 0;}
#pickup .cbox .name{	font-size: 20px;}
#pickup .slick-prev{	left: -7.5px;}
#pickup .slick-next{	right: -7.5px;}


/** top_sns_bt **/

#top_sns_bt{
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 30px 0 30px 0;
}

#top_sns_bt p{
	width: 70px;
	margin: 0 10px;
}

#top_sns_bt p a{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#top_sns_bt p a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#top_sns_bt p:nth-of-type(1) a{	background: url(img/top_sns_bt1.png) no-repeat 50% 50% #1da1f2; background-size: 70px auto;}
#top_sns_bt p:nth-of-type(2) a{	background: url(img/top_sns_bt2.png) no-repeat 50% 50% #00b900; background-size: 70px auto;}
#top_sns_bt p:nth-of-type(3) a{
	background: url(img/top_sns_bt3.png) no-repeat 50% 50%, rgb(255,221,131);
	background: url(img/top_sns_bt3.png) no-repeat 50% 50%, linear-gradient(45deg, rgba(255,221,131,1) 15%, rgba(242,105,57,1) 37%, rgba(207,46,146,1) 63%, rgba(76,100,211,1) 85%);
	background-size: 70px auto;
}

#top_sns_bt p em{
	position: relative;
	display: block;
	font-family: "FontA";
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	border-top: 1px solid #000;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#top_sns_bt p em:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 5px 4px;
	border-color: transparent transparent #000 transparent;
	position: absolute;
	top: -5px;
	left: calc(50% - 4px);
}


/** concept **/

#concept{
	color: #fff;
	padding: 30px 0;
	background: #000;
	background: url(img/box_bg.gif) top center;
	background-size: 125px auto;
}

#concept h3{	margin: 0 0 20px 0;}
#concept h3 span{
	display: block;
	font-family: "FontA";
	font-size: 32px;
	line-height: 36px;
}
#concept h3 span:first-letter{	color: #d1b660;}
#concept h3 em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}

#concept .conbox{
	margin: 0 0 20px 0;
}



#concept .conimg{
	font-size: 0;
	line-height: 0;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 20px 0 0;
}

#concept .conbox:nth-of-type(even) .conimg{
	padding: 0 0 0 20px;

}


#concept .conimg img{
	width: 100%;
	height: auto;
}

#concept .conimg h4{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0 45px 0 25px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#concept .conimg h4 span{
	width: 100%;
	font-family: "FontA";
	font-size: 62px;
	line-height: 66px;
	color: #a2893b;
}
#concept .conimg h4 em{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #333;
}
#concept .conbox:nth-of-type(even) .conimg h4{
	text-align: right;
	padding: 0 25px 0 45px;
}

@media screen and (max-width: 750px) {
	#concept .conimg h4{	padding: 0 40px 0 20px;}
	#concept .conimg h4 span{
		font-size: 8vw;
		line-height: 1.2;
	}
	#concept .conimg h4 em{
		font-size: 3vw;
		line-height: 1;
	}
}
@media screen and (max-width: 349px) {
	#concept .conimg h4 span{
		font-size: 7vw;
	}
	#concept .conimg h4 em{
		font-size: 2.8vw;
		line-height: 1;
	}
}

#concept .conbox p{
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 20px;
}

#concept .c2{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	color: #d1b660;
	margin: 0 0 20px 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#concept .c2 em{	border-bottom: 1px solid #fff; font-weight: 600;}

#concept .c3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 20px 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#concept .c3:last-of-type{	margin-bottom: 0;}

br.pc_none{	display: none;}



/** link **/

#link_bnr{
	padding: 40px 20px 20px 20px;
	background: #fff !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#link_bnr .linkbox {
    text-align: center;
    padding: 0 0 10px 0;
	font-size: 0;
    line-height: 0;
}

#link_bnr .linkbox a, #link_bnr .linkbox span {
	margin: 0 4px 8px 4px;
	display: inline-block;
    vertical-align: top;
}

#link_bnr .linkbox#com {
    text-align: center;
	padding-left: 0;
	margin-bottom: 20px;
}

#gp{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 30px 15px 0px 15px;
}

#gp a{}

#gp a img{
	width: 95px;
	height: auto;
}

#gp .link img{	width: 95px; height: auto;}
.bnr46860 img{	width: 100%; max-width: 468px; height: auto;}

#top_ban{
	font-size:0;
	line-height:0;
}

#top_ban img{
	width: 100%; max-width: 1200px; height: auto;
}

/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	.list .cbox{
		width: calc(100% / 2 - 20px);
	}
	.list .cbox .size{	font-size: 11px;}
	.list .cbox .time{	font-size: 14px;}
	#pickup .cbox .name{	font-size: 16px;}

	br.pc_none{	display: inline;}
	#concept .c2{
		font-size: 20px;
		line-height: 26px;
	}
	#concept .c3{
		font-size: 14px;
		line-height: 18px;
	}
	br.sp_none{	display: none;}
}


@media screen and (max-width: 460px) {
	.list .cbox .size{	font-size: 10px;}
	.list .cbox .time{	font-size: 13px;}
}
