.guide {
	background: #222;
}
.app-guide .banner {
	background: url("../images/main-img01.jpg")no-repeat 50% 50% / cover;
	color: #fff;
	text-align: right;
}
.app-guide img {
	width: 100%;
}
.app {
	background: url("../images/main-app-bg.jpg")no-repeat 50% 50% / cover;
	text-align: center;
	color: #ccad56;
	padding: 125px 50px;
}
.app .btn-area a {
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}
.app .btn-area a img {
	width: 180px;
}





.studio-guide {
	background: #1f1f1f;
}
.studio-guide .img {
	position: relative;
	/*background: url("../images/studio_guide_bg.png")no-repeat 50% 50% / cover;*/
	background: url("../images/studio_guide_bg01.png")no-repeat 50% 50% / cover;
	padding-bottom: 31%;
}
.studio-guide .img h2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #ebebeb;
	width: 100%;
	z-index: 1;
	font-size: 45px;
    font-weight: 500;
}
.studio-guide .img h2 img {
	display: block;
	margin: 0 auto 20px;
	max-width: 134px;
	width: 15%;
}
.studio-guide .img + .inner {
	padding: 115px 0 100px;
	color: #fff;
}
.studio-guide > .inner {
	padding-bottom: 90px;
	color: #fff;
}
.studio-guide h3 {
	padding: 80px 0 25px;
	font-size: 25px;
}
.studio-guide ul {
	padding-bottom: 80px;
}
.studio-guide ul li {
	font-size: 17px;
	line-height: 1.5;
	word-break: keep-all;
}
.studio-guide ul li:before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #fff;
	margin: 50px auto 20px;
}
.studio-guide ul li strong {
	display: block;
	margin-bottom: 5px;
}
.studio-guide .inner img {
	margin: 0 35px;
	width: 100%;
}
.studio-guide .desc {
	line-height: 2;
}
.studio-guide .desc p {
	position: relative;
	padding-left: 25px;
	word-break: keep-all;
}
.studio-guide .desc em {
	display: block;
	font-size: 13px;
}
.studio-guide .desc b {
	font-weight: 400;
}

.white-bg {
	background: #fff;
	color: #222;
	padding-bottom: 80px;
}
.studio-guide .white-bg ul li:before {
	background: #222;
}
.img-tit {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.img-tit h4 {
	font-size: 45px;
	font-weight: 500;
	color: #ebebeb;
}
.img-tit span {
	width: 10%;
	height: 3px;
	background: #fff;
	margin: 10px 0;
}
.img-tit p {
	font-size: 30px;
	font-weight: 500;
	color: #ebebeb;
}


@media screen and (max-width: 1280px){
	.studio-guide .inner img {
		width: 65%;
	    margin: 0 3%;
	    max-width: 800px;
	}
}
@media screen and (max-width: 1024px){
	.app-guide .banner {
		background: url("../images/m-main-img01.jpg")no-repeat 50% 50% / cover;
	}
	.app-guide .banner .table {
	    height: 100vh;
	}
	.guide .banner .table-cell {
		vertical-align: bottom;
		text-align: center;
	}
	.guide .banner h2 {
		margin: 0 0 130px;
	    font-size: 35px;
	    letter-spacing: 2px;
	    color: #fff;
	    font-weight: bold;
	}

	.studio-guide .banner .table {
	    height: 250px;
	}
	.studio-guide .img {
	    padding-bottom: 50%;
	}
	.studio-guide .img h2 {
		font-size: 30px;
	}
}

@media screen and (max-width: 768px){
	.app {
		padding: 55px 50px;
		/*background: url("../images/m-main-app-bg.jpg")no-repeat 50% 50% / cover;*/
		background: url("../images/m-main-app-bg01.jpg")no-repeat 50% 50% / cover;
	}
	.app .btn-area a img {
	    width: 150px;
	}

	.studio-guide .img {
	    padding-bottom: 65%;
	}
	.studio-guide .img h2 {
		font-size: 4vw;
	}
	.studio-guide .inner img {
    	/*width: 85%;*/
		width: 100%;
    	margin: 0 0 0;
    }
	.studio-guide h3 {
		font-size: 20px;
	}
	.studio-guide ul li {
    	font-size: 15px;
    }

    .studio-guide .desc {
    	text-align: left;
    }
    .studio-guide .desc b {
    	position: absolute;
    	top: 0;
    	left: 0;
    }
	.img-tit h4 {
		font-size: 1.5rem;
	}
	.img-tit p {
		font-size: 1rem;
	}
}