@charset "utf-8";

.pcOnly{display:none;}

body img{width: 100%;}

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

header{
	display: flex;
	justify-content: space-between;
	padding: 15px 15px;
	align-items: center;
	position: fixed;
	z-index: 10;
	width: 100%;
	box-sizing: border-box;
	height: 45px;
	transition: all 0.5s;
}

header h1{
	position: absolute;
	z-index: 200;
}
header h1 img{
	width: 45px;
}

header .logo_w{
	display: none;
}

header.fixed{
	background: #000;
}

header.fixed .logo_b{
	display: none;
}
header.fixed .logo_w{
	display: block;
}



header nav{
	position: fixed;
	top:0;
	left: 0;
	z-index: 9;
	width: 100%;
	display: none;
	background: #000000;
}
header nav .logo{
	width: 200px;
	margin: 100px auto 0;
}
header ul{
	position: relative;
	left: 100%;
	padding: 50px;
	box-sizing: border-box;
}

header ul li {
	text-align: center;
	margin-bottom: 15px;
}
header ul li a{
	color: #fff !important;
	font-size:1.5rem;
	font-weight: bold;
}

#spMenu{
	position: absolute;
    width: 57px;
    height: 45px;
	right:0;
	top:0;
	z-index:200;
	padding: 9px 15px;
	box-sizing: border-box;
}
#spMenu .menu-trigger,
#spMenu .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#spMenu .menu-trigger {
	position: relative;
	width: 26px;
	height: 24px;
}

#spMenu a:hover{
	opacity: 1;
}
#spMenu .menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #404040;
	border-radius: 1px;
}

#spMenu .menu-trigger.active span{
	background-color: #fff;
}

#spMenu .menu-trigger span:nth-of-type(1) {
	top: 4px;
}
#spMenu .menu-trigger span:nth-of-type(2) {
	top: 13px;
}
#spMenu .menu-trigger span:nth-of-type(3) {
	bottom: 2px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-315deg);
	transform: translateY(8px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}

header.fixed #spMenu .menu-trigger span{
	background-color: #fff;
}

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

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// MV
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

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

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

#mv #logo{
	width: 200px;
	margin: 100px auto 0;
}

#mv #logo span{
	display: none;
}

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

#content{
	position: relative;
	z-index: 2;
	background: #fff;
	top: 100vh;
	padding-top: 50px;
}

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

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

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

.maintxt .txtbox{
	margin: 0 auto;
	z-index: 2;
	order: 1;
	text-align: center;
	width: 100%;
}

.maintxt .txtbox p{
	font-size: 3.0rem;
	font-weight: bold;
}

.maintxt .txtbox span{
	opacity: 0;
}

.maintxt .txtbox .txt01{
	width: 100%;
	display: block;
	text-align: center;
}

.maintxt .txtbox .txt01 span:nth-child(1) img{width: 22px;height: 26px;margin: 0 6px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(2) img{width: 16px;height: 24px;margin: 1px 8px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(3) img{width: 22px;height: 24px;margin: 0 8px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(4) img{width: 22px;height: 18px;margin: 5px 6px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(5) img{width: 20px;height: 22px;margin: 4px 6px 0 0;}
.maintxt .txtbox .txt01 span:nth-child(6) img{width: 19px;height: 25px;margin: 0 8px 0 0}
.maintxt .txtbox .txt01 span:nth-child(7) img{width: 21px;height: 24px;margin: 3px 7px 0 0}
.maintxt .txtbox .txt01 span:nth-child(8) img{width: 21px;height: 22px;margin: 3px 10px 0 0}
.maintxt .txtbox .txt01 span:nth-child(9) img{width: 20px;height: 20px;margin: 3px 7px 0 0}
.maintxt .txtbox .txt01 span:nth-child(10) img{width: 23px;height: 16px;margin: 6px 6px 0 0}
.maintxt .txtbox .txt01 span:nth-child(11) img{width: 25px;height: 19px;margin: 3px 4px 0 0}
.maintxt .txtbox .txt01 span:nth-child(12) img{width: 9px;height: 8px;margin: 16px 0 0}



.maintxt .txtbox2 {
	width: 100%;
	padding: 20px 0 0;
	order: 3;
	box-sizing: border-box;
}

.maintxt .txtbox2 p{
	font-size:1.5rem;
	line-height: 2.4;
	text-align: center;
}

.maintxt .txtbox2 p:nth-child(2),
.maintxt .txtbox2 p:nth-child(6){
	margin-bottom: 20px;
}

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

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

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

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

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

.lineup ul{
	margin:0 auto 15px;
	max-width: 1030px;
}

.lineup ul li{
	max-width: 300px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}

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

.lineup ul li > figure{
	max-width: 110px;
}
.lineup ul li > div{
	padding-left: 10px;
}

.lineup .more{
	width: 80%;
	border: solid 2px #979797;
}

.lineup ul li a{
	display: block;
	text-align: center;
	padding: 10px 0 8px;
	color: #979797;
	font-size: 1.4rem;
	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: 50px;
}

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

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

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

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

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

.point .note{
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.point .note p{
	text-align: left;
	font-size:1.0rem;
	width: calc(100% - 80px);
	padding-left: 25px;
}

.point .note p span{
	margin-left: -25px;
}

.point .note figure{
	width: 80px;
}

.point .point_box{
	margin: 0 auto 30px;
	border-bottom: solid 1px #666666;
	padding: 0 30px;
}

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

.point .point_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding-bottom: 30px;
}

.point .point_wrap.point02{
	display: block;
}

.point .point_wrap.point02 figure{
	width: 100px;
	margin: 10px auto 0;
}

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

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

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

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

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

.color .color_box{
	margin:0 auto 20px;
}

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

.color .price{
	display: block;
	text-align: right;
	margin: 0 auto;
	padding-right: 20px;
	font-size: 1.0rem;
}

.color .color_box .img_area{
	width: 100%;
	height: 240px;
}

.color .color_box .detail{
	width: 100%;
	padding: 30px;
	position: relative;
	box-sizing: border-box;
}

.color .color_box .detail_box{
	text-align: left;
	position: relative;
	padding-right: 50px;
}
.color .color_box .detail h4{
	color: #fff;
	width: 120px;
	font-size:2.0rem;
	font-weight: 600;
	margin-bottom: 20px;
	border: solid 1px #fff;
	padding: 3px 0 1px;
	text-align: center;
	display: inline-block;
}
.color .color_box .detail h5{
	color: #fff;
	font-size:1.8rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.color .color_box .detail h6{
	color: #fff;
	font-size:1.5rem;
	margin-bottom: 20px;
}
.color .color_box .detail dt{
	color: #fff;
	font-size:1.0rem;
	margin: 10px 0 5px;
}
.color .color_box .detail dd{
	color: #fff;
	font-size:1.0rem;

}
.color .color_box .detail figure{
	position: absolute;
	right:20px;
	bottom:20px;
	width: 80px;
}


.color .color_box.type01 .img_area{background: url(../images/pic_color01_sp.jpg) center center no-repeat;}
.color .color_box.type02 .img_area{background: url(../images/pic_color02_sp.jpg) center center no-repeat;}
.color .color_box.type03 .img_area{background: url(../images/pic_color03_sp.jpg) center center no-repeat;}
.color .color_box.type04 .img_area{background: url(../images/pic_color04_sp.jpg) center center no-repeat;}
.color .color_box.type05 .img_area{background: url(../images/pic_color05_sp.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 62%,#805194 66%);
	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 62%,#944e10 69%);
	background-position: 0 0;
}

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// IMAGE
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/

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

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

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

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


.image .image_area01{
	margin: 0 auto 30px;
	padding: 0 20px;
}

.image .image_area01 .box{
	margin-bottom: 30px;
}


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

.image .image_area01 .note{
	display: block;
	width: 100%;
	font-size: 1.0rem;
	text-align: left;
	margin-top: 20px;
	padding-left: 10px;
}

.image .image_area01 .note span{
	margin-left: -10px;
}

.image .image_area02{
	margin: 0 auto 30px;
}

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


.image .image_area02 figure{
	margin: 0 20px 15px;
}
.image .image_area02 figure img{
	width: 100%;
}
.image .image_area02 p{
	font-size:1.2rem;
	margin: 0 20px 0 40px;
	position: relative;
}
.image .image_area02 p span{
	position: absolute;
	left: -15px;
	top: 0;
}

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

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

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

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


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

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

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

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

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

.features .features_box{
	margin: 0 20px 50px;
	border: solid 2px #b1b1b1;
	padding: 20px 20px 0;
}

.features .features_box .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	margin-bottom: 20px;
}

.features .features_box .box figure{
	width: 80px;
}
.features .features_box .box dl{
	width: calc(100% - 90px);
}

.features .features_box .box dt{
	font-size:1.6rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
}
.features .features_box .box dt span{
	font-size:1.2rem;
	display: block;
}

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

.features .howto_box{
	padding: 30px 20px;
}

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

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

.features .howto_box h3{
	font-size:2.4rem;
	background: none;
	margin-bottom: 40px;
	color: #000000;
}
.features .howto_box h3 span{
	font-size:1.4rem;
	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 li{
	width: 30%;
	max-width: 120px;
	font-size:1.6rem;
}
.features .howto_box .step li figure{
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.features .howto_box .step li figure img{
	width: auto;
	height: 80px;
	display: block;
	margin-bottom: 10px;
	order:1;
}
.features .howto_box .step li figure img.icon{
	margin: 0 0 5px;
	order:2;
	width: 40px;
	height: auto;
}

.features .howto_box li p{
	font-size: 1.2rem;
	text-align: left;
}

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

.features .howto_box .point{
	padding-bottom: 0;
}

.features .howto_box .point li{
	width: 46%;
	text-align: left;
}
.features .howto_box .point li figure {
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
}
.features .howto_box .point li figure img{
	width: auto;
	height: 80px;
	display: block;
}
.features .howto_box .point li figure img.icon{
	width: 40px;
	height: auto;
	margin: 0 0 5px;
}


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

.qanda{
	border-top: solid 14px #f0f0f0;
	padding-top: 50px;
}

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

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


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

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

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

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

.qanda .txt{
	font-size:1.5rem;
	line-height: 1.6;
	margin-bottom: 40px;
}


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

.recommend{
	padding: 50px 0 60px;
}

.recommend h3{
	padding: 0 10px 0;
	margin:0 auto 30px;
}

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

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

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

.recommend .txt{
	font-size:1.35rem;
}


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

.color2{
	padding: 50px 0 60px;
}

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

.color2 h3{
	font-size: 2.4rem;
	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: 2.2rem;
}

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

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

.color2 .txt{
	font-size:1.35rem;
}


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

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

/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 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: 25px 0;
	text-align: center;
}

footer small{
	font-size:0.9rem;
}

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

#floating_bnr{
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 100;
}
#floating_bnr li a{
	width: 90px;
	display: block;
	color: #fff;
	font-size: 1.0rem;
	box-sizing: border-box;
	padding: 10px 0 10px 40px;
	margin-bottom: 10px;
	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 10px center no-repeat #666666;
	background-size: 20px auto;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// 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%}
}
