@charset "utf-8";

.spOnly{display:none;}

body{
	position: relative;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// header
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

header{
	position: absolute;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	background: #000;
	height: 70px;
	left: 0;
	top:100vh;
}

header.fixed{
	position: fixed;
	top:0;
}

header ul{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 25px 0 0;
}

header li a{
	font-weight: 500;
	font-size:1.7rem;
	font-weight: 600;
	font-family: "Noto Sans JP",sans-serif;
	color: #fff;
	padding-bottom: 2px;
	letter-spacing: 1px;
	margin: 0 2vw;
}
header li a:hover{
	color: #fff;
}


/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// MV
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#mv {
	width: 100%;
	background: url(../images/mv.jpg) center top no-repeat #fff;
	background-size: cover;
	box-sizing: border-box;
	animation: moveimg 5s;
	position: relative;
	left: 0;
	top:0;
	z-index: 1;
}


#mv h1{
	position: absolute;
	left: 30px;
	top: 30px;
}
#mv h1 img{
	width: 80px;
}

#mv #logo{
	width: 440px;
	position: absolute;
	left: calc(50vw - 600px);
	top: 160px;
}
#mv #logo img{
	width: 100%;
}
#mv #logo span{
	display: block;
	font-weight: bold;
	font-size: 2.0rem;
	margin-top: 15px;
}

@media screen and (max-width:1030px) {
	#mv #logo{
		left: calc(50vw - 200px);
	}
}

@keyframes moveimg  {
	from { opacity: 0; }
    to {opacity: 1; }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Content
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#content{
	position: relative;
	z-index: 2;
	background: #fff;
	top: 200px;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// maintxt
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

.maintxt{
	text-align: center;
	padding-bottom: 100px;
}

.maintxt .txtbox{
	margin-bottom: 80px;
}

.maintxt .txtbox .txt01 span{
	opacity: 0;
}

.maintxt .txtbox .txt01 span:nth-child(1) img{width: 36px;height: 40px;margin: 0 15px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(2) img{width: 26px;height: 39px;margin: 0 15px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(3) img{width: 34px;height: 39px;margin: 0 15px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(4) img{width: 35px;height: 30px;margin: 8px 15px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(5) img{width: 32px;height: 35px;margin: 5px 15px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(6) img{width: 32px;height: 40px;margin: 0 15px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(7) img{width: 35px;height: 37px;margin: 2px 15px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(8) img{width: 35px;height: 36px;margin: 3px 17px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(9) img{width: 32px;height: 35px;margin: 3px 13px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(10) img{width: 39px;height: 27px;margin: 10px 11px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(11) img{width: 42px;height: 32px;margin: 3px 10px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(12) img{width: 13px;height: 13px;margin: 25px 0 0 0;}


.maintxt .txtbox2 {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.maintxt .txtbox2 p{
	font-size:2.0rem;
	line-height: 2.0;
}
.maintxt .txtbox2 p:nth-child(2),
.maintxt .txtbox2 p:nth-child(6){
	margin-bottom: 50px;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// lineup
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

.lineup{
	text-align: center;
	padding-bottom: 100px;
}

.lineup h2{
	display: inline-block;
	border-bottom: solid 3px #231816;
	padding: 0 10px 10px;
	margin:0 auto 60px;
}
.lineup h2 p{
	font-size: 4.0rem;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP",sans-serif;
}

.lineup h2 p.sub{
	font-size:2.0rem;
	font-weight: 700;
	display: block;
	font-family: "Noto Sans JP",sans-serif;
}

.lineup h3{
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 75px;
}

.lineup ul{
	display: flex;
	justify-content: center;
	margin:0 auto 15px;
	max-width: 1030px;
}
.lineup ul li{
	width: 20%;
	max-width: 200px;
	margin: 0 10px;
}


@media screen and (max-width:1030px) {
	.lineup ul li br{
		display: none;
	}
	.lineup ul li img{
		width: 100%;
	}
}


.lineup ul li p{
	text-align: center;
	color: #666666;
	font-size: 1.5rem;
	line-height: 1.8;
	margin-bottom: 35px;
}

.lineup ul figure{
	margin-bottom: 25px;
}

.lineup .more{
	margin: 0 25px;
	border: solid 2px #666666;
}

.lineup ul li a{
	display: block;
	text-align: center;
	padding: 15px 0 13px;
	color: #666666;
	font-weight: 600;
	font-family: "Noto Sans JP",sans-serif;
}

.lineup ul li a:hover{color: #fff;}
.lineup ul li:nth-child(1) a:hover{background: #8b56a0}
.lineup ul li:nth-child(2) a:hover{background: #4197cb}
.lineup ul li:nth-child(3) a:hover{background: #e64783}
.lineup ul li:nth-child(4) a:hover{background: #f18900}
.lineup ul li:nth-child(5) a:hover{background: #833c29}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// point
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
.point {
	text-align: center;
	padding-bottom: 100px;
}

.point h2{
	display: inline-block;
	border-bottom: solid 3px #231816;
	padding: 0 10px 0;
	margin:0 auto 60px;
}

.point h2 p{
	font-size: 4.0rem;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP",sans-serif;
}

.point h2 p.sub{
	font-size:2.0rem;
	display: block;
	font-weight: 700;
	font-family: "Noto Sans JP",sans-serif;
}

.point h3 {
	font-size: 3.0rem;
	font-weight: 500;
	margin-bottom: 40px;
}
.point h3 img{
	width: 100px;
	display: block;
	margin: 0 auto 20px;
}

.point .txt{
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: left;
}

.point .note p{
	text-align: left;
	font-size:1.3rem;
	margin-top: 30px;
}

.point .point_box{
	max-width: 1080px;
	margin: 0 auto 60px;
	border-bottom: solid 1px #666666;
	padding: 0 20px 60px;
}

.point .point_box:last-child{
	border-bottom: none;
}

.point .point_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 840px;
	margin: 0 auto;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// color
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#color{
	text-align: center;
	padding-bottom: 200px;
	background: url("../images/color_bg.jpg") left top repeat-x;
}

.color h2{
	padding-top: 120px;
	margin:0 auto 60px;
}
.color h2 p{
	color: #666666;
	font-size: 4.0rem;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP",sans-serif;
}

.color h2 p.sub{
	font-size:2.0rem;
	display: block;
	font-weight: normal;
	font-family: "Noto Sans JP",sans-serif;
}

.color h3{
	font-size:2.6rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 80px;
}

.color .color_box{
	display: flex;
	height: 500px;
	max-width: 1350px;
	margin:0 auto 80px;
}

.color .color_box.type05{
	margin-bottom:10px;
}

.color .price{
	display: block;
	max-width: 1350px;
	text-align: right;
	margin: 0 auto;
	font-size: 1.4rem;
}

.color .color_box .img_area{
	width: 50%;
	position: relative;
}

.color .color_box.type01 .img_area,
.color .color_box.type03 .img_area,
.color .color_box.type05 .img_area{
	order: 2;
}
.color .color_box.type02 .img_area,
.color .color_box.type04 .img_area{
	order: 1;
}

.color .color_box .detail{
	width: 50%;
	box-sizing: border-box;
	position: relative;
	display: flex;

}
.color .color_box.type01 .detail,
.color .color_box.type03 .detail,
.color .color_box.type05 .detail{
	order: 1;
	padding-left: 140px;
}

.color .color_box.type02 .detail,
.color .color_box.type04 .detail{
	order: 2;
	padding-left: 60px;
	justify-content: flex-start;
}
.color .color_box .detail_box{
	width: 380px;
	text-align: left;
	padding: 65px 0;
	position: relative;
}
.color .color_box .detail h4{
	color: #fff;
	width: 155px;
	font-size:2.8rem;
	font-weight: 600;
	margin-bottom: 40px;
	border: solid 1px #fff;
	padding: 5px 0 3px;
	text-align: center;
	display: inline-block;
}
.color .color_box .detail h5{
	color: #fff;
	font-size:2.4rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.color .color_box .detail h6{
	color: #fff;
	font-size:1.8rem;
	margin-bottom: 60px;
}
.color .color_box .detail dl{
	margin-bottom: 25px;
}
.color .color_box .detail dt{
	color: #fff;
	font-size:1.4rem;
	margin: 20px 0 5px;
}
.color .color_box .detail dd{
	color: #fff;
	font-size:1.4rem;

}
.color .color_box.type01 .detail figure,
.color .color_box.type03 .detail figure,
.color .color_box.type05 .detail figure{
	position: absolute;
	right:40px;
	bottom:30px;
}

.color .color_box.type02 .detail figure,
.color .color_box.type04 .detail figure{
	position: absolute;
	left:400px;
	bottom:30px;
}

.color .color_box.type01 .img_area{background: url(../images/pic_color01.jpg) center center no-repeat;}
.color .color_box.type02 .img_area{background: url(../images/pic_color02.jpg) center center no-repeat;}
.color .color_box.type03 .img_area{background: url(../images/pic_color03.jpg) center center no-repeat;}
.color .color_box.type04 .img_area{background: url(../images/pic_color04.jpg) center center no-repeat;}
.color .color_box.type05 .img_area{background: url(../images/pic_color05.jpg) center center no-repeat;}

.color .color_box .img_area{
	background-size: cover !important;
}

.color .color_box.type01 .detail{
	background: linear-gradient(to right, #e4e4e6 0%,#e4e4e6 10.5%,#f9d00d 64%,#805194 69%);
	background-position: 0 0;
}
.color .color_box.type02 .detail{
	background: linear-gradient(to right, #e64783 0%,#e64783 6%,#ffc93f 10.5%,#f0eff5 70%);
	background-position: 80% 0;
}
.color .color_box.type03 .detail{
	background: linear-gradient(to right, #dee2e3 0%,#dee2e3 10.5%,#ff86ae 64%,#4194c8 69%);
	background-position: 0 0;
}
.color .color_box.type04 .detail{
	background: linear-gradient(to right, #eb5f2a 0%,#eb5f2a 6%,#ffc63f 10.5%,#e7e8ea 70%);
	background-position: 80% 0;
}
.color .color_box.type05 .detail{
	background: linear-gradient(to right, #dee1df 0%,#dee1df 10.5%,#fec83f 64%,#944e10 69%);
	background-position: 0 0;
}

@media screen and (max-width:1350px) {
	.color .color_box{
		height: auto;
		display: block;
	}
	.color .color_box .img_area{
		height: 500px;
		width: 100%;
	}
	.color .color_box .detail{
		width: 100%;
		padding-left: 40px !important;
	}
	.color .color_box .detail figure{
		right: 40px !important;
		left: auto !important;
	}
}
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// IMAGE
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

.image{
	border-top: solid 14px #f0f0f0;
	margin-bottom: 230px;
}

.image h2{
	margin:0 auto 60px;
}
.image h2 p{
	color: #666666;
	font-size: 4.0rem;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP",sans-serif;
}

.image h2 p.sub{
	font-size:1.6rem;
	display: block;
	font-weight: normal;
	font-family: "Noto Sans JP",sans-serif;
}

.image h3{
	font-size:1.8rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 100px;
	background: #f0f0f0;
	padding: 25px 0;
	position: relative;
}

.image h3::after{
	content:"";
	display: block;
	width: 19px;
	height: 21px;
	background: url("../images/icon_arrow.svg") left top no-repeat;
	position: absolute;
	left:calc(50% - 10px);
	bottom: -40px;
}

.image .image_area01{
	max-width: 1020px;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px;
}

.image .image_area01 .box{
	width: 50%;
	max-width: 500px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.image .image_area01 .box h3{
	max-width: 405px;
	margin-left: auto;
}

.image .image_area01 .box figure img{
	width: 100%;
}

.image .image_area01 .note{
	display: block;
	width: 100%;
	font-size: 1.4rem;
	text-align: right;
	margin-top: 20px;
}

.image .image_area02{
	max-width: 1020px;
	margin: 0 auto 60px;
}

.image .image_area02 h3{
	color: #666666;
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 25px;
}
.image .image_area02 h3 span{
	display: block;
	font-size: 1.4rem;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 500;
}

.image .image_area02 h3::after{
	display: none;
}

.image .image_area02 figure{
	margin-bottom: 25px;
}
.image .image_area02 figure img{
	width: 100%;
}
.image .image_area02 p{
	font-size:1.4rem;
	padding: 0 20px;
}


/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// features
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

.features{
	border-top: solid 14px #f0f0f0;
	text-align: center;
	margin-bottom: 120px;
}

.features h2{
	text-align: center;
	margin:0 auto 100px;
}
.features h2 .main{
	color: #666666;
	font-size: 4.0rem;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP",sans-serif;
}

.features h2 .sub{
	font-size:1.6rem;
	font-weight: normal;
	color: #666666;
}


.features h3{
	display: inline-block;
	padding: 0 10px 0;
	margin:0 auto 60px;
}

.features h3{
	font-size: 4.0rem;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP",sans-serif;
}

.features h3 span{
	font-size:2.0rem;
	display: block;
	padding-top: 5px;
	border-top: solid 2px #231816;
	font-family: "Noto Sans JP",sans-serif;
}

.features h4{
	font-size:3.2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}

.features .txt{
	text-align: center;
	font-size:2.0rem;
	line-height: 1.6;
	margin-bottom: 50px;
}

.features .features_box{
	max-width: 1020px;
	margin: 0 auto 100px;
	border: solid 2px #b1b1b1;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 45px 30px;
}

.features .features_box .box{
	display: flex;
	width: 49%;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}
@media screen and (max-width:1030px) {
	.features .features_box{
		margin: 0 20px 100px;
	}
}

.features .features_box .box figure{
	padding-right: 20px;
}

.features .features_box .box dt{
	font-size:2.4rem;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.4;
}

.features .features_box dt span{
	font-size:1.4rem;
	line-height: 1;
	display: block;
	font-weight: normal;
}

.features .features_box .box dd{
	font-size:1.6rem;
	line-height: 1.6;
}

.features .howto_box{
	padding: 60px 0;
}

.features .howto_box.howto01{
	background: #f0f0f0;
	margin-bottom: 80px;
}

.features .howto_box.howto02{
	background: #f0f0f0;
}

.features .howto_box h3{
	font-size:4.0rem;
	background: none;
	margin-bottom: 40px;
	color: #000000;
}
.features .howto_box h3 span{
	font-size:1.6rem;
	color: #666666;
	border: none;
	font-weight: normal;
	padding: 0;
}

.features .howto_box ol{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.features .howto_box .step{
	max-width: 780px;
}
.features .howto_box .step li{
	width: 200px;
	font-size:1.6rem;
}
.features .howto_box .step li figure{
	text-align: left;
	height: 210px;
	margin-bottom: 10px;
}
.features .howto_box .step li figure img{
	margin: 0 auto;
	display: block;
}
.features .howto_box .step li figure img.icon{
	margin: 0 0 5px;
}

.features .howto_box li p{
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: left;
}

.features .howto_box .step li:last-child{
	width: 220px;
}

.features .howto_box .ttl_point{
	max-width: 880px;
	display: block;
	border-top:solid 1px #9c9c9c;
	margin: 40px auto 30px;
	padding-top: 40px;
}

.features .howto_box .point{
	max-width: 640px;
	padding-bottom: 0;
}

.features .howto_box .point li{
	width: 40%;
	max-width: 280px;
	text-align: left;
}
.features .howto_box .point li figure {
	height: 200px;
}
.features .howto_box .point li figure img{
	margin: 0 auto;
	display: block;
}
.features .howto_box .point li figure img.icon{
	margin: 0 0 5px;
}

@media screen and (max-width:1030px) {
	.features .howto_box {
		padding: 20px;
	}
}


/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// qanda
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

.qanda{
	border-top: solid 14px #f0f0f0;
	margin-bottom: 120px;
}

.qanda h2{
	text-align: center;
	margin:0 auto 60px;
}
.qanda h2 .main{
	color: #666666;
	font-size: 4.0rem;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP",sans-serif;
}

.qanda h2 .sub{
	font-size:1.6rem;
	font-weight: normal;
	color: #666666;
}


.qanda h3{
	display: inline-block;
	padding: 0 10px 0;
	margin:0 auto 60px;
}

.qanda h3{
	font-size: 4.0rem;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP",sans-serif;
}

.qanda h3 span{
	font-size:2.0rem;
	display: block;
	padding-top: 5px;
	border-top: solid 2px #231816;
	font-family: "Noto Sans JP",sans-serif;
}

.qanda h4{
	font-size:3.2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}

.qanda .txt{
	text-align: center;
	font-size:1.65rem;
	line-height: 2;
	margin-bottom: 50px;
}


/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// recommend
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

.recommend{
	/* border-top: solid 14px #f0f0f0; */
	margin-top: -120px;
	padding: 90px 0;
	text-align: center;
}

.recommend h3{
	display: inline-block;
	padding: 0 10px 0;
	margin:0 auto 10px;
}

.recommend h3{
	font-size: 4.0rem;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP",sans-serif;
}

.recommend h3 span{
	font-size:2.0rem;
	display: block;
	padding-top: 5px;
	border-top: solid 2px #231816;
	font-family: "Noto Sans JP",sans-serif;
}

.recommend h4{
	font-size:3.2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}

.recommend .txt{
	text-align: center;
	font-size:1.8rem;
	margin-bottom: 50px;
}

.recommend ul {
	text-align: left;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// color
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

.color2 {
	/* border-top: solid 14px #f0f0f0; */
	/* margin-top: -120px; */
	padding: 90px 0;
}

.color2 h3{
	display: block;
	padding: 0 10px 0;
	margin:0 auto 10px;
}

.color2 h3{
	font-size: 3.5rem;
	text-align: center;
	font-weight: 700;
	font-family: "Noto Sans JP",sans-serif;
}

.color2 .color__list h3 {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-weight: 500;
	font-size: 3.2rem;
}

.color2 h3 span{
	font-size:2.0rem;
	display: block;
	padding-top: 5px;
	border-top: solid 2px #231816;
	font-family: "Noto Sans JP",sans-serif;
}

.color2 h4{
	font-size:3.2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}

.color2 .txt{
	text-align: center;
	font-size:1.8rem;
	line-height: 1.6;
	margin-bottom: 50px;
}





/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// pagetop
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

#concept,#lineup,#point,#color,#image,#features,#qanda,
#purple,#ash,#orange,#pink,#brown{
	margin-top: -120px;
	padding-top: 120px;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// hover
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

a,a h4,a img,a p{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover,a:hover h4,a:hover img,a:hover p{
	opacity: 0.7;
	text-decoration: none;
}


/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// footer
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

footer{
	padding: 50px 0;
	text-align: center;
}

footer small{
	font-size:1.8rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// floating_bnr
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

#floating_bnr{
    position: fixed;
    right: -20px;
    bottom: 20px;
    z-index: 100;
}

#floating_bnr li a{
	display: block;
	width: 180px;
	color: #fff;
	line-height: 1.2;
	box-sizing: border-box;
	padding: 15px 20px 13px 65px;
	margin-bottom: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

#floating_bnr ul li:nth-child(1) a{
	background: url(../images/icon_media.svg) left 20px center no-repeat #666666;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// Effect
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

.fadein_effect{
	transition: all 2s;
	opacity : 0;
}

.fadein_effect.active{
	opacity: 1;
}


.title_effect p{
	opacity : 0;
}

.title_effect p.active{
	opacity : 1 ;
}

.color_box .img_area,
.color_box .detail{
	opacity: 0;
}

.color_box.active .img_area,
.color_box.active .detail{
	opacity: 1;
	transition: all 2s;
}

.color_box .img_area h4{
	opacity: 0;
	transition: all 1s;
	transition-delay: 1s;
	transform: translateY(40px);
}

.color_box.type01.active.active .detail,
.color_box.type03.active.active .detail,
.color_box.type05.active.active .detail{
	background-size:1000% auto;
	animation: gradationAnime01 1.5s forwards ease-out;
	animation-delay: 2s;
}
@keyframes gradationAnime01{
	0%{background-position:0 0}
	100%{background-position:70% 0}
}

.color_box.type02.active.active .detail,
.color_box.type04.active.active .detail{
	background-size:1000% auto;
	animation: gradationAnime02 1.5s forwards ease-out;
	animation-delay: 2s;
}
@keyframes gradationAnime02{
	0%{background-position:70% 0}
	100%{background-position:0 0%}
}
