


#splash.about {
	background: image-set(url(../images/about/splash.png) 1x, url(../images/about/splash@2x.png) 2x);
	background-size: cover;
}
#splash.about .title {
	position: absolute;
	color: var(--color-logo);
	font-size: 38px;
	font-weight: var(--font-bold);
	left: 120px;
	top: 155px;
}
#splash.about img {
	position: absolute;
	width: 414px;
	right: 110px;
	top: 140px;
}
#splash.about .catch {
	position: absolute;
	left: 120px;
	top: 230px;
	font-size: 34px;
	line-height: 50px;
	color: var(--text-color);
	font-weight: var(--font-bold);
	white-space: nowrap;
	z-index: 0;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding-right: 50px;
}
#splash.about .desc {
	color: var(--text-color);
	font-size: 16px;
	left: 120px;
	top: 350px;
}
/*
#splash.about .buttons {
	position: absolute;
	display: block;
	top: 222px;
	left: 60px;
}
#splash.about button {
	position: relative;
	top: inherit;
	left: inherit;
}

#splash.about .buttons {
	position: absolute;
	display: block;
	top: 222px;
	left: 60px;
}
#splash.about button {
	position: relative;
	top: inherit;
	bottom: inherit;
	left: inherit;
	font-size: 17px;
	transform: none;
	margin: 0 14px;
	width: 231px;
	white-space: nowrap;
}
#splash.about button.btn.creator {
	padding-left: 36px;
	margin-left: 20px;
}
*/




@media screen and (max-width: 767px)  {
#splash.about {
	background: image-set(url(../images/about/splash_sp.png) 1x, url(../images/about/splash_sp@2x.png) 2x);
	background-size: cover;
}
#splash.about .catch {
		left: 20px;
		top: 384px;
		font-size: 26px;
		padding-right: 0;
		line-height: 1.5;
}
#splash.about .desc {
	left: 20px;
	top: 490px;
}
}/*	<--media end	*/

@media screen and (max-width: 1077px)  {

#splash.about .title {
	left: 20px;
	top: 330px;
	font-size: 32px;
}
#splash.about img {
	display: none;
}


/*
#splash.about .buttons {
	top: 490px;
	left: 0;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}
#splash.about button {
	position: relative;
	display: inline-block;
	font-size: 16px;
	top: 0;
	left: 0;
	padding: 0 50px;
	margin-top: 0;
	transform: none;
}


#splash.about .buttons {
	top: 490px;
	left: 0;
	white-space: nowrap;
	width: 100%;
	text-align: center;

	display: flex;
	justify-content: center;
	gap: 14px;
}
#splash.about button {
	position: relative;
	display: inline-block;
	font-size: 16px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	transform: none;

	height: 54px;
	width: 188px;
}

#splash.about button.btn.client {
	margin: 0;
	padding-left: 46px;
	text-align: left;
}
#splash.about button.btn.creator {
	margin: 0;
	padding-left: 22px;
	text-align: left;
}
#splash.about button.btn.creator.arrow-r:after {
	right: 20px;
}
*/


}/*	<--media end	*/




section.pubcontents.about.yellow {
	background-color: #F5F6F7;
}
section.pubcontents.about.cyan {
	background-color: #fff;
}


/****************************/
/*	サービスの特徴(about)
*/
.block-feature {
	position: relative;
	margin: 0 var(--padding-side);
	padding: 0 var(--padding-side2);
	display: flex;
	gap: 30px;
	justify-content: space-evenly;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.block-feature .card {
	width: 30%;
	font-size: 16px;
}
.block-feature .card img {
	width: 100%;
}

.block-feature .card p {
	margin-top: 20px;
	font-weight: var(--font-bold);
}


@media screen and (max-width: 767px)  {

.block-feature {
	margin: 0;
	padding: 0;
}
.block-feature .card {
	width: 100%;
}

}/*	<--media end	*/



/****************************/
/*	様々な撮影・編集技術(about)
*/
.block-professional {
	position: relative;
	margin: 0 var(--padding-side);
	padding: 0 var(--padding-side2);
	display: flex;
	gap: 40px 20px;
	justify-content: space-evenly;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
.block-professional .card {
	width: calc(50% - 10px);
}
.block-professional .card img {
	width: 100%;
}
.block-professional .card .title {
	font-size: 24px;
	color: #202020;
	font-weight: var(--font-bold);
	text-align: center;
	margin: 20px 0;
}
.block-professional .card .desc {
	font-size: 18px;
	font-weight: var(--font-bold);
	color: var(--text-color);
}

.card video {
	width: 100%;
	border-radius: 10px;
}


.reg-banner.reg-creator {
	background-image: linear-gradient(90deg, rgba(23, 24, 27, 1), rgba(45, 45, 67, 1));
}
/*.reg-banner.client:before {
	background: rgba(95,72,19,.3);
}*/
.reg-banner.client button {
	letter-spacing: 2px;
}

.reg-creator .reg-banner_inner {
	display: block;
}

.reg-banner p.title {
	text-align: center;
}

.banner_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	margin-bottom: 15px;
}

.line-img {
	height: 100%;
}

.reg-banner_txt p {
	font-size: 28px;
}

.reg-creator .reg-banner_inner {
	display: flex;
	justify-content: center; /* 横中央 */
	align-items: center;     /* 縦中央 */
}

.text {
	font-size: 14px;
	padding: 0 10px;
	white-space: nowrap;
}

.btn-flex {
	display: flex;
	gap: 60px;
}

.left {
  transform: scaleX(-1);
}

.right {
  transform: none;
}

.creator_btn button {
	background-color: #fff!important;
	color: var(--color-creator);
	border: 1px solid var(--color-creator);
	width: 270px;
	text-align: center;
	letter-spacing: 0.5px!important;
}

.creator_btn button.btn.arrow-r:after {
    border-top: 2px solid var(--color-creator);
    border-right: 2px solid var(--color-creator);
}

button.about_btn {
    background-color: var(--color-client2)!important;
		color: #fff!important;
		border-top: none;
    border-right: none;
}

.creator_btn button.btn.arrow-r.about_btn:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

button.btn.mono-creator {
	color: #202020;
	border: 1px solid #202020;
}

@media screen and (max-width: 767px) {
    .fv_img img {
        height: 320px;
        width: 291px;
    }

		.none {
			display: none;
		}

		.choice_txt h2 {
		    font-size: 24px;
		    line-height: 1.6;
		    padding-bottom: 10px;
		}

		.choice_txt img {
			height: 44px;
		}

		.choice_content {
        display: block;
    }

		#slideshow2 {
			margin: 0 auto;
		}

		.contents_creator {
			padding: 60px 0px!important;
		}

		.choice_txt {
			padding-bottom: 40px;
		}

		.contents_creator {
			padding-bottom: 80px!important;
		}

		.fv_img {
        width: 100%;
        right: -50px;
        top: -10px;
    }

		span.creator_span {
		    font-size: 22px;
		}

		.fv_img {
        right: -100px;
        top: -10px;
    }

		.reg-banner p.title {
			font-size: 24px;
			padding-bottom: 30px;
			line-height: 1.4;
		}
		.btn-flex {
			display: block;
		}

		.banner_btn {
			margin-bottom: 15px;
		}

		.creator_btn_sp {
			margin-top: 30px;
		}

		.reg-creator {
		  height: 94vw;
		}
}

button.about_btn2 {
		padding: 15px 50px 16px 36px;
		border: none!important;
}

button.btn.mono-creator:after {
    content: "";
    border-top: 2px solid #202020;
    border-right: 2px solid #202020;
}

@media screen and (max-width: 767px)  {

	.midashi_sp {
		padding-top: 0!important;
	}

	button.about_buttons {
		left: 50%!important;
		 top: 580px!important;
		 width: 310px!important;
		 height: 56px;
		  transform: translateX(-50%);
	}

	.block-professional .card .title {
		font-size: 20px;
	}


.block-professional {
	margin: 0;
	padding: 0;
}
.block-professional .card {
	width: 100%;
}

}/*	<--media end	*/
