@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　loading
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.loading{
	width: 100%;
	height: 100%;
	display: table;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: url(../img/index/splash.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	transition: all 0.75s linear;
}
.loading .inner{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.loading img{
	width: 230px;
	height: auto;
	position: static;
	margin: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　mainImg
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.mainImg{
	overflow: hidden;
}
.mainImgWrap{
	display: table;
	width: 100%;
	min-height: 600px;
	height: calc(100vh - 113px);
	overflow: hidden;
	position: relative;
	text-shadow: 0 0 10px rgba(255,255,255,1);
}
.mainImgWrap:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/index/mainimg_light.png) center center no-repeat,
	url(../img/index/mainimg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-blend-mode: screen;
	animation-name:zoom;
	animation-duration:60s;
	animation-iteration-count:infinite;
	animation-timing-function: linear;
	/* webkit */
	-webkit-animation-name:zoom;
	-webkit-animation-duration:60s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function: linear;
}
@keyframes zoom{
	0%{transform: scale(1.0);}
	50%{transform: scale(1.3);}
	100%{transform: scale(1.0);}
}
@-webkit-keyframes zoom{
	0%{-webkit-transform: scale(1.0);}
	50%{-webkit-transform: scale(1.3);}
	100%{-webkit-transform: scale(1.0);}
}
.mainImg .innerWrap{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 40px;
	position: relative;
	background: url(../img/lace_top.png) center top repeat-x,
	url(../img/lace_bottom.png) center bottom repeat-x;
}
.mainImg .copy{
	font-size: 104px;
	line-height: 1;
	color: #b7990d;
	position: relative;
}
.mainImg .copy:after{
	content: "";
	display: block;
	width: 42px;
	height: 41px;
	position: absolute;
	top: -12px;
	right: 50%;
	margin-right: -428px;
	background: url(../img/index/mainimg_heart.png) left top no-repeat;
	-webkit-background-size: 42px 41px;
	background-size: 42px 41px;
}
.mainImg .catch{
	font-size: 28px;
	color: #887310;
	letter-spacing: 0.01em;
	margin-top: 24px;
}
.mainImg .catch + .catch{
	font-size: 32px;
	color: #333;
	margin-top: 32px;
}
.mainImg .txt{
	font-size: 18px;
}
.mainImg .scroll{
	color: rgba(0,0,0,0.3);
	position: absolute;
	left: 50%;
	bottom: 60px;
	padding-top: 50px;
	background: url(../img/index/ico_scroll.png) center top no-repeat;
	margin-left: -17px;
}
@media screen and (max-height: 713px){
	.mainImg .innerWrap *{
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
	}
	.mainImg .innerWrap{
		padding-bottom: 60px;
	}
	.mainImg .catch{
		margin-top: 10px;
	}
	.mainImg .catch + .catch{
		margin-top: 5px;
	}
	.mainImg .txt{
		margin-top: -20px;
	}
	.mainImg .scroll{
		margin-left: -14px;
	}
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　concept
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*------------------------------
intro
------------------------------*/
.concept .intro{
	text-align: center;
	padding: 75px 0 200px;
	background:  url(../img/index/concept_logo.png) center 5px no-repeat,
	url(../img/index/concept_bg.png) repeat-x left bottom,#faf0f0;
	/*-webkit-background-size: auto 100%,auto 100%,auto;
	background-size: auto 100%,auto 100%,auto;*/
	transition: all 0.25s linear;
}
/*@media screen and (max-width: 1280px){
	.concept .intro{
		background-position: -100px bottom,right center;
	}
}
@media screen and (max-width: 1100px){
	.concept .intro{
		background-position: -150px bottom,right center;
	}
}*/
.concept .intro .inner{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
}
.concept .intro .box{
    width: 51%;
}
.concept .intro .box:nth-of-type(2){
    width: 48%;
}
.concept .intro .en{
    font-size: 18px;
    position: relative;
    padding-bottom: 6px;
}
.concept .intro .en:after{
    content: "";
    display: block;
    height: 2px;
    width: 180px;
    background: #fcc3dc;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
    opacity: 0.7;
}
.concept .intro .menu{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 35px;
}
.concept .intro .copy{
	font-size: 24px;
	line-height: 1;
}
.concept .intro .txt{
	font-size: 18px;
	margin-top: 27px;
    line-height: 2.22;
}
/*------------------------------
infinity
------------------------------*/
.concept .infinity{
	padding: 0 50px;
}
.concept .infinity .innerWrap{
	min-width: 900px;
	text-align: center;
	margin-top: -60px;
	padding: 90px 320px 75px;
	background: url(../img/index/infinity_bg.png) left top repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.concept .infinity .innerWrap:before{
	content: "";
	display: block;
	width: 49px;
	height: 26px;
	background: url(../img/index/infinity_ico.png) center center no-repeat;
	-webkit-background-size: 49px 26px;
	background-size: 49px 26px;
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -24.5px;
}
.concept .infinity .innerWrap:after{
	content: "";
	display: block;
	width: 1000px;
	height: 400px;
	background: url(../img/index/infinity_shadow.png) center bottom no-repeat;
	position: absolute;
	bottom: -80px;
	left: 50%;
	margin-left: -500px;
	z-index: -1;
}
.concept .infinity .copy,
.concept .infinity .txt{
	position: relative;
	z-index: 100;
}
.concept .infinity .copy{
	font-size: 35px;
	line-height: 1.4;
}
.concept .infinity .txt{
	font-size: 18px;
	margin-top: 37px;
}
.concept .infinity .imgs{
	position: absolute;
	top: 0;
}
.concept .infinity .imgs.left{
	left: 0;
}
.concept .infinity .imgs.right{
	right: 0;
}
@media screen and (max-width: 1280px){
	.concept .infinity .innerWrap{
		padding: 75px 0 0;
	}
	.concept .infinity .imgWrap{
		height: auto;
		overflow: hidden;
		margin-top: 45px;
	}
	.concept .infinity .imgs{
		position: static;
		width: 50%;
		height: auto;
		float: left;
		overflow: hidden;
		margin: 0 auto;
	}
	.concept .infinity .imgs li{
		width: calc(100% / 3);
		float: left;
	}
	.concept .infinity .imgs li img{
		width: 100%;
		height: auto;
	}
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.style{
	padding: 75px 0 0;
}
.style ul{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.style ul li{
	display: table;
	width: 50%;
	height: 240px;
	float: left;
}
.style ul li a{
	display: table-cell;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-shadow: 0 0 6px rgba(0,0,0,0.6);
}
.style ul li a .num{
	position: absolute;
	left: 24px;
	top: 24px;
	font-size: 48px;
	line-height: 1;
	font-weight: normal;
	font-style: italic;
}
.style ul li a:before{
	content: "";
	position: absolute;
	height: 240px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	transition: all 0.25s linear;
}
.style ul li a:hover:before{
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}
.style ul li a:after{
	content: "";
	display: block;
	width: 18px;
	height: 16px;
	position: absolute;
	right: 24px;
	bottom: 24px;
	background: url(../img/ico_arrow02.png) left top no-repeat;
	-webkit-background-size: 18px 16px;
	background-size: 18px 16px;
}
.style ul li:nth-child(odd) a{
	border-right: 1px solid #fff;
}
.style ul li:nth-child(even) a{
	border-left: 1px solid #fff;
}
.style ul li:nth-of-type(1) a:before{
	background-image: url(../img/index/style_img01.jpg);
}
.style ul li:nth-of-type(2) a:before{
	background-image: url(../img/index/style_img02.jpg);
}
.style ul li:nth-of-type(3) a:before{
	background-image: url(../img/index/style_img03.jpg);
}
.style ul li:nth-of-type(4) a:before{
	background-image: url(../img/index/style_img04.jpg);
}

/* butterfly */
.butterfly span:nth-child(1){
	top: 40%;
}
.butterfly span:nth-child(2){
	top: 53%;
}
.butterfly span:nth-child(3){
	top: 72%;
}