@charset "utf-8";

/*
 *
 *	special:fugaku style
 *
 */

/*======================================
	mainVisual
======================================*/
.mainVisual {
	position: relative;
	background: #000;
	color: #fff;
}
.mainVisual a {
	display: block;
	color: #fff;
}


/****** titBox ******/
#titBox {
	position: relative;
	display: block;
	cursor: pointer;
}
.mainVisual .tit {
	position: absolute;
	bottom: 50%;
	left: 12.5%;
	line-height:1.5;
	z-index: 10;
}
.mainVisual .tit h1 {
	margin-bottom: .5em;
	font-size: 2.2em;
	text-align: center;
}
.mainVisual .tit h2 {
	font-size: 1.15em;
	text-align: center;
	letter-spacing: .3em;
}

.mainVisual figure {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.mainVisual figure img {
	width: 100%;
		-moz-transition: all .4s ease;
		-webkit-transition: all .4s ease;
		-ms-transition: all .4s ease;
    transition: all .4s ease;
}
.mainVisual:hover figure img {
		-moz-transform: scale(1.03);
		-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
	transform: scale(1.03);
		-ms-filter: alpha(opacity=50);
		filter: alpha(opacity=50);
	opacity: .5;
}



/****** movieBox ******/
.movieBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movieBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%!important;
	height: 100%!important;
}



/*======================================
	langNav
======================================*/
.langNav {
	padding-top: 1em;
	text-align: center;
	background: #000;
}
.langNav li {
	display: inline-block;
	color: #fff;
	margin: 0 .5em;
}
.langNav li:first-child:after {
	content: '　 /'
}
.langNav li a {
	color: #fff;
}
.langNav li a.current {
	text-decoration: underline;
}



/*======================================
	catchTxt
======================================*/
.catchTxt {
	padding: 5% 10px 7%;
	text-align: center;
	line-height: 1.8;
	background: #000;
	color: #fff;
}
.catchTxt .fontS {font-size: .8em;}



/*======================================
	nav
======================================*/
.nav {
	padding-bottom: 7%;
	background: #000;
	text-align: center;
}
.nav li {
	display: inline-block;
}
.nav li a {
	display: inline-block;
	padding: 0 4em;
	border-right: #e1be69 solid 1px;
	letter-spacing: .32em;
	color: #fff;
}
.nav li:first-child a {
	border-left: #e1be69 solid 1px;
}



/*======================================
	designBox
======================================*/
.designBox {
	position: relative;
	background: #000;
	padding-bottom: 5%;
	color: #fff;
}


/****** designSlider ******/
.designBox .designSlider li img {
	width: 100%;
}
.designBox .designSlider li p {
	margin: 3% 10px 0;
	line-height: 1.4;
	text-align: center;
}

.slick-prev,
.slick-next {
	top: 35%;
	width: 40px;
	height: 40px;
	background: none;
	border: #dab866 solid;
	border-width: 0 2px 2px 0;
	z-index: 10;
}
.slick-prev {
	left: 20px;
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.slick-next {
	right: 20px;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/****** designSliderNav ******/
.designBox .designSliderNav,
.designBox .designSliderNav .slick-track {
	margin-top: 3%;
	text-align: center;
}
.designBox .designSliderNav li {
	display: inline-block;
	float: none;
	width: 30px!important;
	height: 30px;
	line-height: 30px;
	margin: 0 10px;
	border: #fff solid 2px;
	text-align: center;
	cursor: pointer;
}
.designBox .designSliderNav li.slick-active {border-color: #dab866; color: #dab866;}
.designBox .designSliderNav li:hover {
		-ms-filter: alpha(opacity=50);
		filter: alpha(opacity=50);
	opacity: .5;
}



/*======================================
	takumiBox
======================================*/
.takumiBox {
	overflow: hidden;
	max-width: 890px;
	margin: 0 auto;
	padding: 20% 10px 10%;
	border-bottom: #000 solid 1px;
	background:url(../images/takumi-tit.png) center no-repeat;
	background-size: 20px auto;
	text-align: center;
}
.takumiBox li {
	width: 38%;
	margin-bottom: 8%;
}
.takumiBox li:nth-child(odd) {
	clear: both;
	float: left;
	margin-right: 10%;
}
.takumiBox li:nth-child(even) {
	float: right;
}


/****** popupDetail ******/
.popupBox {display: none;}
.popupDetail {
	padding: 8% 5%;
	background: #fff;
}
.popupDetail h1 {
	font-size: 1.5em;
	margin-bottom: 2em;
}
.popupDetail h1 span {
	font-size: .6em;
}
.popupDetail p,
.popupDetail li {
	line-height: 1.4;
}
.popupDetail li {
	margin-left: 5em;
	text-indent: -5em;
}


/*======================================
	specBox
======================================*/
.specBox {
	overflow: hidden;
	max-width: 890px;
	margin: 0 auto;
	padding: 10% 10px;
}

.specBox figure {
	float: left;
	width: 42%;
	margin-right: 3%;
	text-align: right;
}

.specBox h1 {
	margin-top: 20%;
	line-height: 1.3;
	margin-bottom: .5em;
	font-size: 1.6em;
}
.specBox h1 span {
	font-size: .7em;
}
.specBox p {
	font-size: 1.1em;
}

.specBox p.moreBtn {
	width: auto;
	margin-top: 1em;
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	float: left;
	background-image: url(../../../images/arrow6.png);
	border:#b79b58 solid 2px;
}
.specBox p.moreBtn a {
	display: block;
	line-height: 30px;
	color: #b79b58;
	font-size: .8em;
}



/*======================================
	limitedBox
======================================*/
.limitedBox {
	position: relative;
	background: #000;
	padding: 10% 10px;
	color: #fff;
}
.limitedBox h1 {
	text-align: center;
}
.limitedBox h1 img{margin: 0 auto;}

.limitedBox .catch {
	margin: 8% 10px;
	line-height: 1.6;
	text-align: center;
	font-size: 1.1em;
}


/****** info******/
.limitedBox .info {
	overflow: hidden;
	max-width: 680px;
	margin: 0 auto;
}
.limitedBox .info figure {
	float: left;
	width: 40%;
	margin-right: 5%;
}
.limitedBox .info figure figcaption {
	margin-top: 1em;
	font-size: .8em;
	line-height: 1.4;
}

.limitedBox .info h2 {
	margin-top: 10%;
	line-height: 1.3;
	margin-bottom: .5em;
	font-size: 1.6em;
}
.limitedBox .info h2 span {
	font-size: .7em;
}
.limitedBox .info p {
	font-size: 1.1em;
}

.limitedBox .info p.moreBtn {
	width: auto;
	margin-top: 1em;
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	float: left;
	background-image: url(../../../images/arrow6.png);
	border:#b79b58 solid 2px;
}
.limitedBox .info p.moreBtn a {
	display: block;
	line-height: 30px;
	color: #b79b58;
	font-size: .8em;
}




/*============================================================================

	responsive

============================================================================*/
@media screen and (max-width:1029px) {

}



@media screen and (max-width:767px) {
/*======================================
	mainVisual
======================================*/
.mainVisual .tit {
	bottom: 17%;
	left: 0;
	width: 100%;
}
.mainVisual .tit h1 {
	margin-bottom: 0;
	font-size: 1.5em;
}
.mainVisual .tit h2 {
	font-size: 1em;
}



/*======================================
	nav
======================================*/
.nav {
	padding: 5% 0 7%;
}
.nav li a {
	padding: 0 1.5em;
	letter-spacing: .2em;
}



/*======================================
	designBox
======================================*/
/****** designSlider ******/
.slick-prev,
.slick-next {
	top: 40%;
	width: 20px;
	height: 20px;
}
.slick-prev {left: 10px;}
.slick-next {right: 10px;}



/*======================================
	takumiBox
======================================*/
.takumiBox {
	margin: 0 10px;
	padding: 20% 0 10%;
	background-position: 93% 20%;
	background-size: 12px auto;
}
.takumiBox li {
	float: none;
	width: 75%;
	text-align: center;
}
.takumiBox li:nth-child(odd) {
	float: none;
	margin-right: 0;
}
.takumiBox li:nth-child(even) {
	float: none;
}


/*======================================
	specBox
======================================*/
.specBox figure {
	float: none;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.specBox h1 {
	margin-top: 10%;
	text-align: center;
}
.specBox p {
	text-align: center;
}

.specBox p.moreBtn {
	float: none;
	width: 150px;
	margin: 1em auto 0;
}



/*======================================
	limitedBox
======================================*/
.limitedBox h1 {
	width: 80%;
	margin: 0 auto 10%;
}

.limitedBox .catch {
	margin: 20% 10px;
	font-size: .9em;
}


/****** info******/
.limitedBox .info figure {
	float: none;
	width: 60%;
	margin-left: 20%;
}
.limitedBox .info figure figcaption {
	margin-top: 1em;
	font-size: .8em;
	line-height: 1.4;
}

.limitedBox .info h2 {
	margin-top: 10%;
	text-align: center;
}
.limitedBox .info p {
	text-align: center;
}

.limitedBox .info p.moreBtn {
	float: none;
	width: 150px;
	margin: 1em auto 0;
}

}



@media screen and (max-width:479px) {
/*======================================
	designBox
======================================*/
/****** designSlider ******/
.slick-prev,
.slick-next {
	width: 10px;
	height: 10px;
	top: 23%;
}

}
