@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　loading
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.loading .logo img{
	height: 133px;
	width: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　mainImg
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.mainImgWrap{
	min-height: inherit;
	height: 450px;
}
.mainImg .innerWrap{
	padding-bottom: 50px;
	-webkit-background-size: auto 17px;
	background-size: auto 17px;
}
.mainImg .innerWrap *{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.mainImg .copy{
	font-size: 48px;
	line-height: 1.25;
}
.mainImg .copy:after{
	width: 20px;
	height: 20px;
	top: 60px;
	margin-right: -138px;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
.mainImg .catch{
	font-size: 14px;
	margin-top: 5px;
}
.mainImg .catch + .catch{
	font-size: 18px;
	margin-top: 12px;
}
.mainImg .txt{
	font-size: 12px;
	margin-top: 8px;
}
.mainImg .scroll{
	width: 40px;
	bottom: 35px;
	left: 50%;
	margin-left: -20px;
	padding-top: 22px;
	background: url(../../img/sp/index/ico_scroll.png) center top no-repeat;
	-webkit-background-size: 16px 19px;
	background-size: 16px 19px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　concept
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*------------------------------
intro
------------------------------*/
.concept .intro{
	/*text-align: left;*/
	padding: 30px 0 40px;
	-webkit-background-size: 300px auto, auto  400px;
	background-size: 300px auto, auto  400px;
}
/*@media screen and (max-width: 320px){
	.concept .intro{
		background-position: -110px bottom;
	}
}*/
.concept .intro .txtWrap{
	padding: 20px 35px;
	margin-top: 10px;
	/*background: rgba(255,255,255,0.5);*/
}
.concept .intro .inner{
    display: block;
    padding-top: 17px;
}
.concept .intro .box{
    width: 100%;
}
.concept .intro .box:nth-of-type(2){
    width: 100%;
    margin-top: 30px;
}
.concept .intro .en{
    font-size: 12px;
    padding-bottom: 4px;
}
.concept .intro .en:after{
    height: 1px;
    width: 110px;
    margin-left: -55px;
}
.concept .intro .menu{
    font-size: 20px;
    margin-bottom: 16px;
}
.concept .intro .copy{
	font-size: 16px;
}
.concept .intro .txt{
    font-size: 12px;
	margin-top: 15px;
    line-height: 1.9;
}
/*------------------------------
infinity
------------------------------*/
.concept .infinity{
	padding: 0;
	margin: 0 15px;
}
.concept .infinity .innerWrap{
	min-width: inherit;
	margin-top: -20px;
	padding: 42px 0 0 0;
	-webkit-background-size: 5px 5px;
	background-size: 5px 5px;
}
.concept .infinity .innerWrap:before{
	width: 24.5px;
	height: 13px;
	-webkit-background-size: 24.5px 13px;
	background-size: 24.5px 13px;
	top: 15px;
	margin-left: -12.25px;
}
.concept .infinity .innerWrap:after{
	width: 320px;
	height: 200px;
	bottom: -45px;
	margin-left: -160px;
	-webkit-background-size: 320px 200px;
	background-size: 320px 200px;
}
.concept .infinity .copy{
	font-size: 20px;
}
.concept .infinity .txt{
	font-size: 12px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 20px;
}
.concept .infinity .imgWrap{
	margin: 0;
}
.concept .infinity .imgs{
	position: static;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.concept .infinity .imgs li{
	float: left;
	width: calc(100% / 3);
}
.concept .infinity .imgs li img{
	width: 100%;
	height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.style{
	padding: 30px 0 0;
}
.style ul{
	margin-top: 10px;
}
.style ul li{
	display: table;
	width: 100%;
	height: 100px;
	float: none;
	border-bottom: 1px solid #fff;
}
.style ul li:last-child{
	border-bottom: none;
}
.style ul li a{
	font-size: 15px;
	font-weight: normal;
	border: none!important;
}
.style ul li a .num{
	left: 10px;
	top: 10px;
	font-size: 20px;
}
.style ul li a:before{
	height: 100px;
}
.style ul li a:after{
	width: 9px;
	height: 8px;
	right: 12px;
	bottom: 12px;
	-webkit-background-size: 9px 8px;
	background-size: 9px 8px;
}

/* butterfly */
.butterfly span:nth-child(1){
	top: 34%;
}
.butterfly span:nth-child(2){
	top: 46.5%;
}
.butterfly span:nth-child(3){
	top: 62.5%;
}
