@charset "UTF-8";





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,
div,p,
span,em,strong,
ul,ol,li,
dl,dt,dd,
a{
	background-repeat: no-repeat;
	background-size: 100% auto;
}

a{
	outline: none;
}

.sp{
	display: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　RESET_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body{}
html,body{
	width: 100%;
	height: 100%;
  font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
#grandwrapper{
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　COMMON_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
footer#global{
  background-color: #000000;
  color: #ffffff;
  padding: 100px 0;
  font-size: 11px;
  text-align: center;
}



/*
share
*/
footer#global .share{
	margin: 0 auto;
}
footer#global .share h3{
	margin: 0 0 30px 0;
	font-size: 20px;
	line-height: 1em;
}
footer#global .share > ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 260px;
	margin: 0 auto;
}
footer#global .share li a{
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	border-radius: 6px;
	transition: all 300ms cubic-bezier(.42,0,0,.99) 0ms;
}
footer#global .share li a:hover{
	transform: scale(1.1);
}
footer#global .share a.siteShare__btn--facebook{background-image: url(../images/icon_sns_facebook.png);}
footer#global .share a.siteShare__btn--weibo{background-image: url(../images/icon_sns_weibo.png);}
footer#global .share a.siteShare__btn--line{background-image: url(../images/icon_sns_line.png);}



/*
appinfo
*/
footer#global .appinfo{
	box-sizing: border-box;
	background-color: #1c1c1c;
	margin: 70px auto;
	padding: 40px 0;
}

/*app*/
footer#global .appinfo .app a{
	display: none;
	background-image: url(../images/ms_app_icon_new.png);
	width: 100px;
	height: 100px;
	margin: 0 auto 20px auto;
	text-indent: -9999px;
	transition: all 300ms cubic-bezier(.42,0,0,.99) 0ms;
}
footer#global .appinfo .app a:hover{
	transform: scale(1.5);
	filter: drop-shadow(0 15px 10px rgba(0,0,0,1));
}
footer#global .appinfo .app > p{
	background-image: url(../images/footer_openapp_read.png);
	width: 581px;
	height: 63px;
	margin: 0 auto;
	text-indent: -9999px;
}

/*Store*/
footer#global .store ul{
  display: flex;
  justify-content: center;
  width: 400px;
  margin: 30px auto;
}
footer#global .store a{
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 10px;
  height: 58px;
  text-indent: -9999px;
	transition: all 300ms cubic-bezier(.42,0,0,.99) 0ms;
}
footer#global .store a:hover{
	transform: scale(1.1);
}
footer#global .store li:nth-of-type(1) a{
  background-image: url(../images/storebatch_appstore.png);
  width: 157px;
}
footer#global .store li:nth-of-type(2) a{
  background-image: url(../images/storebatch_googleplay.png);
  width: 190px;
}
footer#global .store li:nth-of-type(3) a{
  background-image: url(../images/storebatch_apk.png);
	width: 193px;
}

/*rating*/
footer#global .rating{
	background-image: url(../images/footer_rating.png);
	width: 45px;
	height: 45px;
	margin: 30px auto 0 auto;
  text-indent: -9999px;
}



/*
backtotop
*/
footer#global .backtotop{
	display: block;
	background-image: url(../images/footer_backtotop.png);
	width: 130px;
	height: 55px;
	margin: 0 auto 60px auto;
	text-indent: -9999px;

}



/*
deeplinks
*/
footer#global .deeplinks{
}
footer#global .deeplinks li{
  display: inline-block;
}
footer#global .deeplinks li a{
  display: inline-block;
  color: #ffffff;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  font-size: 13px;
  line-height: 1em;
  text-decoration: none;
  border-right: 1px #ffffff solid;
}
footer#global .deeplinks li:last-child a{
  margin: 0;
  padding: 0;
  border: none;
}



/*
licence
*/
footer#global .licence > p a{
  display: block;
  background-image: url(https://xflag.com/common/images/promotion_logo_xflag.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 45px auto;
  width: 120px;
  height: 139px;
  text-indent: -9999px;
}
footer#global .licence small{
  display: block;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　footer_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
KV
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#kv{
	position: relative;
	background-color: #000000;
	background-image: url(../images/kv_bg_grafic_1.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 947px;
}






#kv h1{
	z-index: 5;
	position: absolute;
	top: 50px;
	right: -30px;
	background-image: url(../images/kv_name.png);
	background-size: 100% auto;
	width: 406px;
	height: 808px;
	text-indent: -9999px;
}






#kv .day{
	z-index: 5;
	position: absolute;
	top: 240px;
	left: 0px;
	background-image: url(../images/kv_day.png);
	background-size: 100% auto;
	width: 250px;
	height: 470px;
	text-indent: -9999px;
}






#kv h3 a{
	z-index: 5;
	position: absolute;
	top: 50px;
	left: 50px;
	display: block;
	background-image: url(../images/logo_mss_tw.png);
	background-size: 100% auto;
	background-position: top center;
	width: 149px;
	height: 125px;
	text-indent: -9999px;
}






/*
object
*/
#kv div:nth-of-type(1){
	z-index: 3;
	width: 100%;
	height: 947px;
}
#kv div:nth-of-type(1) span{
	position: absolute;
	left: 50%;
	display: block;
	background-size: 100% auto;
	background-position: top center;
}

#kv div:nth-of-type(1) .flower{
	z-index: 4;
	background-image: url(../images/kv_flower.png);
	width: 1680px;
	height: 1010px;
	margin: 0 0 0 -840px;
	top: -20px;
}

#kv div:nth-of-type(1) .naifueffect{
	z-index: 4;
	background-image: url(../images/kv_naifueffect.png);
	width: 1680px;
	height: 945px;
	margin: 0 0 0 -840px;
	top: 0px;
}

#kv div:nth-of-type(1) .particle{
	z-index: 4;
	background-image: url(../images/kv_particle.png);
	width: 1672px;
	height: 935px;
	margin: 0 0 0 -840px;
	top: 0px;
}

#kv div:nth-of-type(1) .chara{
	z-index: 3;
	background-image: url(../images/kv_chara.png);
	width: 1245px;
	height: 1092px;
	margin: 0 0 0 -620px;
	top: 0px;
}

#kv div:nth-of-type(1) .rope{
	z-index: 2;
	top: inherit;
	bottom: 0;
	left: 0;
	background-image: url(../images/kv_rope.png);
	background-size: auto 100%;
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
}

#kv div:nth-of-type(1) .paul_l,
#kv div:nth-of-type(1) .paul_r{
	z-index: 1;
	background-image: url(../images/kv_paul.png);
	width: 132px;
	height: 935px;
	margin: 0;
	top: 0px;
	left: 0px;
}
#kv div:nth-of-type(1) .paul_l::after,
#kv div:nth-of-type(1) .paul_r::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	background-image: url(../images/kv_skull.png);
	background-repeat: no-repeat;
	width: 327px;
	height: 282px;
}

#kv div:nth-of-type(1) .paul_r{
	left: inherit;
	right: 0;
	transform: scale(-1,1);
	-webkit-transform: scale(-1,1);
}

#kv div:nth-of-type(1) .kv_bg_grafic_2{
	z-index: 0;
	background-image: url(../images/kv_bg_grafic_2.png);
	width: 1680px;
	height: 945px;
	margin: 0 0 0 -840px;
	top: 0px;
}






/*
ANIMATION
*/
#kv h1,
#kv .day{
	transition: all 300ms cubic-bezier(.42,0,0,.99) 0ms;
}






/*OPTIMIZE*/
@media screen and (min-width:768px) and ( max-width:1279px) {
	#kv h1{
		transform-origin: right;
		transform: scale(0.85);
	}
	#kv .day{
		transform-origin: left;
		transform: scale(0.85);
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　KV_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
period
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#period{
	position: relative;
	box-sizing: border-box;
	background-image: url(../images/period_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 787px;
	padding: 140px 0;
}

#period h2,
#period h4,
#period h5,
#period div:nth-last-of-type(1) h5,
#period div:nth-last-of-type(1) p{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	text-indent: -9999px;
	width: 100%;
}






/*
title
*/
#period h2{
	background-image: url(../images/period_title.png);
	height: 79px;
	margin: 0 0 20px 0;
}
#period h4{
	background-image: url(../images/logo_event.png);
	height: 270px;
	margin: 0 0 40px 0;
}






/*
span
*/
#period div:nth-of-type(1) h5{
	z-index: 2;
	position: relative;
	background-image: url(../images/period_span_title.png);
	height: 47px;
}
#period div:nth-of-type(1) p{
	z-index: 1;
	position: relative;
	top: -10px;
	background-image: url(../images/period_span.png);
	height: 100px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　period_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
chara
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#chara{
	background-image: url(../images/chara_bg.png);
	background-repeat: repeat;
	padding: 155px 0;
	border-bottom: 20px #372e34 solid;
}






/*
title
*/
#chara h2{
	position: relative;
	background-image: url(../images/chara_title_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 196px;
	margin: 0 0 100px 0;
}
#chara h2 span{
	position: relative;
	top: -70px;
	display: block;
	background-image: url(../images/chara_title.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 272px;
	text-indent: -9999px;
}






/*
charaProf
*/
#chara > section{
	position: relative;
	text-align: center;
}

#chara > hr{
	background-image: url(../images/chara_joints.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 290px;
	margin: 0 auto;
	border: none;
}

#chara > section .chara_illust{
	position: relative;
	margin: 0 0 40px 0;
	padding: 245px 0 0 0;
}
#chara > section .chara_illust img{
	z-index: 2;
	position: relative;
	left: 50%;
	display: block;
}
#chara > section .chara_illust figcaption{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -500px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 1000px;
	height: 430px;
	text-indent: -9999px;
}
#chara > section .chara_illust::after{
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 150px;
	background-color: #ffffff;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 520px;
}

#chara > section .name{}
#chara > section .name span,
#chara > section .name h3,
#chara > section .name p{
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	margin: 0 0 20px 0;
	text-indent: -9999px;
}

#chara > section .status{
	position: relative;
	top: -50px;
	left: 50%;
	box-sizing: border-box;
	background-image: url(../images/chara_evo1_bg.png);
	background-position: 40px 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 1158px;
	height: 1370px;
	margin: 0 0 0 -579px;
	padding: 190px 0 0 0;
}
#chara > section .status li{
	box-sizing: border-box;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	margin: 0 0 15px 0;
	text-indent: -9999px;
}
#chara > section .status li:first-child{
	margin: 0 0 20px 0;
	text-indent: inherit;
}






/*
evo1
*/
#chara section.evo1 .status{
	background-image: url(../images/chara_evo1_bg.png);
}
#chara section.evo1 .chara_illust img{
	width: 1280px;
	height: 1140px;
	margin: 0 0 0 -640px;
}
#chara section.evo1 .chara_illust figcaption{
	background-image: url(../images/chara_evo1_illust__evostatus.png);
}
#chara section.evo1 .chara_illust::after{
	background-color: #81042f;
	background-image: url(../images/chara_evo1_illust_bg.png);
}
#chara section.evo1 .name span{
	background-image: url(../images/chara_evo1_name_evostatus.png);
	height: 36px;
}
#chara section.evo1 .name h3{
	background-image: url(../images/chara_evo1_name.png);
	height: 60px;
}
#chara section.evo1 .name p{
	background-image: url(../images/chara_evo1_name_rarity.png);
	height: 19px;
}
#chara section.evo1 .status li:first-child{}
#chara section.evo1 .status li:nth-of-type(2){
	background-image: url(../images/chara_evo1_status_base.png);
	height: 77px;
}
#chara section.evo1 .status li:nth-of-type(3){
	background-image: url(../images/chara_evo1_status_ability.png);
	height: 157px;
}
#chara section.evo1 .status li:nth-of-type(4){
	background-image: url(../images/chara_evo1_status_bumpcombo.png);
	height: 114px;
}
#chara section.evo1 .status li:nth-of-type(5){
	background-image: url(../images/chara_evo1_status_strikeshot.png);
	height: 165px;
}
#chara section.evo1 .status li:nth-of-type(6){
	background-image: url(../images/chara_evo1_status_luckskill.png);
	height: 114px;
}






/*
evo2
*/
#chara section.evo2 .status{
	background-image: url(../images/chara_evo2_bg.png);
	height: 1367px;
}
#chara section.evo2 .chara_illust img{
	width: 1272px;
	height: 1131px;
	margin: 0 0 0 -636px;
}
#chara section.evo2 .chara_illust figcaption{
	background-image: url(../images/chara_evo2_illust__evostatus.png);
}
#chara section.evo2 .chara_illust::after{
	background-color: #4c4944;
	background-image: url(../images/chara_evo2_illust_bg.png);
}
#chara section.evo2 .name span{
	background-image: url(../images/chara_evo2_name_evostatus.png);
	height: 36px;
}
#chara section.evo2 .name h3{
	background-image: url(../images/chara_evo2_name.png);
	height: 60px;
}
#chara section.evo2 .name p{
	background-image: url(../images/chara_evo2_name_rarity.png);
	height: 19px;
}
#chara section.evo2 .status li:first-child{}
#chara section.evo2 .status li:nth-of-type(2){
	background-image: url(../images/chara_evo2_status_base.png);
	height: 77px;
}
#chara section.evo2 .status li:nth-of-type(3){
	background-image: url(../images/chara_evo2_status_ability.png);
	height: 157px;
}
#chara section.evo2 .status li:nth-of-type(4){
	background-image: url(../images/chara_evo2_status_bumpcombo.png);
	height: 114px;
}
#chara section.evo2 .status li:nth-of-type(5){
	background-image: url(../images/chara_evo2_status_strikeshot.png);
	height: 165px;
}
#chara section.evo2 .status li:nth-of-type(6){
	background-image: url(../images/chara_evo2_status_luckskill.png);
	height: 114px;
}






/*
unevo
*/
#chara section.unevo .status{
	background-image: url(../images/chara_unevo_bg.png);
	height: 1217px;
}
#chara section.unevo .chara_illust img{
	width: 1123px;
	height: 928px;
	margin: 0 0 0 -560px;
}
#chara section.unevo .chara_illust figcaption{
	background-image: url(../images/chara_unevo_illust__evostatus.png);
	background-size: 100% auto;
}
#chara section.unevo .chara_illust::after{
	background-color: #6e0c45;
	background-image: url(../images/chara_unevo_illust_bg.png);
}
#chara section.unevo .name span{
	background-image: url(../images/chara_unevo_name_evostatus.png);
	height: 36px;
}
#chara section.unevo .name h3{
	background-image: url(../images/chara_unevo_name.png);
	height: 60px;
}
#chara section.unevo .name p{
	background-image: url(../images/chara_unevo_name_rarity.png);
	height: 19px;
}
#chara section.unevo .status li:first-child{}
#chara section.unevo .status li:nth-of-type(2){
	background-image: url(../images/chara_unevo_status_base.png);
	height: 77px;
}
#chara section.unevo .status li:nth-of-type(3){
	background-image: url(../images/chara_unevo_status_ability.png);
	height: 113px;
}
#chara section.unevo .status li:nth-of-type(4){
	background-image: url(../images/chara_unevo_status_bumpcombo.png);
	height: 114px;
}
#chara section.unevo .status li:nth-of-type(5){
	background-image: url(../images/chara_unevo_status_strikeshot.png);
	height: 165px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　chara_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
making
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#making{
	position: relative;
	background-image: url(../images/making_bg.png);
	background-repeat: repeat;
	padding: 155px 0;
}
#making::after{
	z-index: 1;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 280px 100vw ;
	border-color: transparent transparent #000000 transparent;
}
#making::before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -10vw;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 450px 120vw ;
	border-color: transparent transparent #adacaf transparent;
}
#making > .bgslash{
	position: absolute;
	bottom: 0;
	left: -5vw;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 300px 110vw ;
	border-color: transparent transparent #ffffff transparent;
}






/*
title
*/
#making h2{
	position: relative;
	background-image: url(../images/making_title_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 196px;
	margin: 0 0 200px 0;
}
#making h2 span{
	position: relative;
	top: -70px;
	display: block;
	background-image: url(../images/making_title.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 272px;
	text-indent: -9999px;
}






/*
contents
*/
#making > section{
	position: relative;
	background-image: url(../images/making_content_bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: 713px;
	margin: 0 0 400px 0;
}
#making > section::after{
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -500px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 400px 0 ;
  border-color: transparent transparent #adacaf transparent;
}

#making > section > div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 700px;
	margin: -350px 0 0 -500px;
}

#making > section > div h3{
	position: relative;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 100%;
	top: -105px;
	width: 1000px;
	height: 80px;
	text-indent: -9999px;
}

#making > section > div figure{}
#making > section > div figure img{
	position: absolute;
	top: 50%;
	right: -150px;
	display: block;
}

#making > section > div figure figcaption{
	background-position: center left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}






/*
ui
*/
#making > section > ul{
	z-index: 4;
	position: absolute;
	top: -88px;
	left: 50%;
	display: flex;
	justify-content: flex-end;
	width: 1000px;
	height: 60px;
	margin: 0 0 0 -500px;
}

#making > section > ul li{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	text-indent: -9999px;
	width: 108px;
	height: 60px;
	margin: 0 0 0 15px;
	cursor: pointer;
	transition: all 600ms cubic-bezier(.42,0,0,.99) 0ms;
}
#making > section > ul li:hover,
#making > section > ul li.active{
	background-color: #747179;
}
#making > section > ul li[data-evotarget="unevo"]{
	background-image: url(../images/making_content_ui_unevo.png);
}
#making > section > ul li[data-evotarget="evo1"]{
	background-image: url(../images/making_content_ui_evo1.png);
}
#making > section > ul li[data-evotarget="evo2"]{
	background-image: url(../images/making_content_ui_evo2.png);
}






/*
gimmick
*/
#grandwrapper #making > section > div h3,
#grandwrapper #making > section > div figure figcaption,
#grandwrapper #making > section > div figure img{
  opacity: 0;
  transform: translateX(50px);
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
}
#grandwrapper #making > section > div h3{
  transition-delay: 0ms;
}
#grandwrapper #making > section > div figure figcaption{
  transition-delay: 100ms;
}
#grandwrapper #making > section > div figure img{
  transition-delay: 200ms;
}
#grandwrapper #making > section > div.active h3,
#grandwrapper #making > section > div.active figure figcaption,
#grandwrapper #making > section > div.active figure img{
  opacity: 1;
  transform: translateX(0px);
}






/*
unevo
*/
#making > section .unevo{}
#making > section .unevo h3{
	background-image: url(../images/making_content_unevo_title.png);
}
#making > section .unevo figure img{
	width: 720px;
	height: 595px;
	margin: -297px 0 0 0;
}
#making > section .unevo figure figcaption{
	background-image: url(../images/making_content_unevo_text.png);
	height: 515px;
}






/*
evo1
*/
#making > section .evo1{}
#making > section .evo1 h3{
	background-image: url(../images/making_content_evo1_title.png);
}
#making > section .evo1 figure img{
	width: 706px;
	height: 624px;
	margin: -297px 0 0 0;
}
#making > section .evo1 figure figcaption{
	background-image: url(../images/making_content_evo1_text.png);
	height: 392px;
}






/*
evo2
*/
#making > section .evo2{}
#making > section .evo2 h3{
	background-image: url(../images/making_content_evo2_title.png);
}
#making > section .evo2 figure img{
	width: 699px;
	height: 626px;
	margin: -297px 0 0 0;
}
#making > section .evo2 figure figcaption{
	background-image: url(../images/making_content_evo2_text.png);
	height: 474px;
}






/*OPTIMIZE*/
@media screen and (min-width:768px) and ( max-width:1000px) {
	#making > section > div figure,
	#grandwrapper #making > section > ul{
		transform: scale(0.8);
	}
	#making > section > div h3{
		position: relative;
		left: 90px;
	}
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　making_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
