@charset "utf-8";

.main{
	/* padding-top: 100vh; */
	padding-bottom: 0;
	position: relative;
	z-index: 5000;
}
.main__inner{
	padding-bottom: 0;
}
.header{
	border-bottom: 1px solid #ddd;
	background: transparent;
}
.header.on{
	background: var(--maincolor);
	border-bottom: none;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	body{
		padding-top: 0;
	}

}



/*-------------------------------
	メインビジュアル
-------------------------------*/

.Mainvisual{
	width: 100%;
    height: 100vh;
}
.Mainvisual-movie{
	width: 100%;
	height: 100%;
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.Mainvisual-movie::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
	background: #201f1e;
	mix-blend-mode: multiply;
	opacity: .4;
}
.Mainvisual-movie video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Mainvisual__content{
	width: 100%;
	height: 100%;
	padding-bottom: 9.5rem;
	padding-top: var(--header-height);
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	z-index: 6000;
    position: relative;
}
.Mainvisual__title{
	font-size: 5rem;
	margin-bottom: 2.2rem;
	font-weight: 700;
	letter-spacing: .03em;
	line-height: calc(6.6 / 5);
	color: #fff;
}
.Mainvisual__text{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .0375em;
	color: #fff;
}

.Mainvisual__blur{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	backdrop-filter: blur(2rem);
	-webkit-backdrop-filter: blur(2rem);
	opacity: 0;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Mainvisual{
		height: 100svh;
	}
	.Mainvisual__content{
		padding-bottom: 4.8rem;
	}
	.Mainvisual__title{
		margin-bottom: 1.5rem;
		letter-spacing: 0;
		line-height: calc(7.5 / 5);
	}
	.Mainvisual__text{
		font-size: 2.4rem;
		letter-spacing: 0;
	}

}



/*-------------------------------
	MESSAGE
-------------------------------*/

.Message{
	padding-top: 16.5rem;
	padding-bottom: 15rem;
	color: #fff;
}
.Message__inner{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.Message-header{
	width: 43.4rem;
	padding-top: 8rem;
}
.Message-header__tag{
	font-family: var(--en);
	margin-bottom: 4.8rem;
	font-weight: 700;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Message-header__tag::after{
	content: "";
	display: block;
	width: calc(100% - 8.5rem);
	height: 1px;
	background: #fff;
}
.Message-header__sitename{
	width: 100%;
}
.Message-header__sitename img{
	width: 100%;
}

.Message__body{
	width: calc(100% - 43.4rem);
	padding-left: 14.5rem;
}
.Message__title{
	font-size: 4.4rem;
	margin-bottom: 2rem;
	font-weight: 700;
	line-height: calc(7 / 4.4);
	letter-spacing: .035em;
}
.Message__text{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: calc(4.2 / 1.8);
	letter-spacing: .035em;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Message-header{
		width: 35rem;
	}
	.Message__body{
		width: calc(100% - 35rem);
		padding-left: 7.5rem;
	}

}
@media screen and (max-width:1120px) and (min-width: 769px){

	.Message-header{
		width: 25rem;
	}
	.Message__body{
		width: calc(100% - 25rem);
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Message{
		padding-top: 8.5rem;
		padding-bottom: 4.5rem;
	}
	.Message__inner{
		flex-direction: column;
	}
	.Message-header{
		width: 43.8rem;
		margin-bottom: 4rem;
		padding-top: 0;
	}
	.Message-header__tag{
		font-size: 2.8rem;
		margin-bottom: 2.5rem;
	}
	.Message-header__tag::after{
		width: calc(100% - 13rem);
	}
	.Message-header__sitename{
		width: 100%;
	}
	.Message-header__sitename img{
		width: 100%;
	}

	.Message__body{
		width: 100%;
		padding-left: 0;
	}
	.Message__title{
		letter-spacing: 0;
		margin-bottom: 3.5rem;
	}
	.Message__text{
		font-size: 2.9rem;
		line-height: calc(5.6 / 2.8);
		letter-spacing: 0;
		font-weight: 400;
	}

}



/*-------------------------------
	WORKS
-------------------------------*/

.Works{
	padding-bottom: 0;
	background: #2b2b2b;
}
.Works-header{
	margin-bottom: 5.5rem;
}
.Works__title{
	color: #fff;
}
.Works-block-wrap{
	margin-bottom: 10rem;
}

.Works__button{
	text-align: center;
}
.Works__button a{
	font-family: var(--en);
	border-top: 1px solid #9c9c9c;
	height: 11.2rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}
.Works__button a:hover{
	background: var(--subcolor);
	border-top-color: var(--subcolor);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Works{
		padding-top: 11.5rem;
		padding-bottom: 11.5rem;
	}
	.Works-header{
		margin-bottom: 3.5rem;
	}
	.Works-block-wrap{
		margin-bottom: 4.5rem;
	}

	.Works__button a{
		width: 100%;
		border: 1px solid #fff;
		height: 14rem;
		margin-left: auto;
		margin-right: auto;
	}

}



/*-------------------------------
	SERVICE
-------------------------------*/

.Service{
	padding-top: 17.5rem;
	padding-bottom: 0;
	background: #fff;
}
.Service-header{
	max-width: 93rem;
	margin-bottom: 6.8rem;
}
.Service-header__title-en{
	margin-bottom: 3rem;
	display: block;
}
.Service-header__title-jp{
	font-size: 4rem;
	margin-bottom: 2.2rem;
	line-height: calc(5 / 4);
	font-weight: 700;
	letter-spacing: .025em;
	display: block;
}
.Service-header__text{
	/* font-size: 1.4rem; */
	font-size: 1.5rem;
	letter-spacing: .025em;
	line-height: 1.75;
}
.Service-button{
	transition: var(--transition);
	/* width: calc(100% + (50vw - 50%)); */
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.Service-button a{
	font-family: var(--en);
	width: 100%;
	height: 9.5rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}
.Service-button:hover{
	border-top-color: var(--subcolor);
	border-bottom-color: var(--subcolor);
}
.Service-button:hover a{
	background: var(--subcolor);
	color: #fff;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Service{
		padding-top: var(--padding-topbottom);
	}

}
@media screen and (max-width:1120px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.Service{
		padding-top: 11.5rem;
		padding-bottom: 11.5rem;
	}
	.Service-header{
		max-width: 100%;
		margin-bottom: 6.5rem;
	}
	.Service-header__title-jp{
		font-size: 5rem;
		margin-bottom: 1.5rem;
		line-height: calc(7.5 / 5);
		letter-spacing: 0;
	}
	.Service-header__text{
		font-size: 3.2rem;
		letter-spacing: 0;
		line-height: calc(5.4 / 2.8);
	}
	.Service-button{
		width: 100%;
		border: 1px solid #bbb;
	}
	.Service-button a{
		height: 14rem;
		font-size: 2.4rem;
	}

}



/*-------------------------------
	EXPRESSION
-------------------------------*/

.Expression{
	padding-bottom: 18rem;
	background: #fff;
}
.Expression__inner{
	padding-top: 5.6rem;
	padding-bottom: 8rem;
	background: #2b2b2b;
}
.Expression__title{
	margin-bottom: 5.5rem;
	color: #fff;
}
.Expression-block-wrap{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Expression-block{
	width: calc((100% - (4.5rem * 2)) / 3);
	padding-top: 3rem;
	border-top: 1px solid #3f3f3f;
}
.Expression-block:not(:nth-last-of-type(-n+3)){
	margin-bottom: 8rem;
}
.Expression-block a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	opacity: 1 !important;
}
.Expression-block__header{
	width: 100%;
	height: 7.8rem;
	margin-bottom: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Expression-block__header::before{
	content: "";
	display: block;
	width: 12.6rem;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.Expression-block:nth-of-type(1) .Expression-block__header::before{
	/* width: 7.9rem; */
	height: 7.8rem;
	background-image: url(../images/index/icon_expression1.svg);
}
.Expression-block:nth-of-type(2) .Expression-block__header::before{
	/* width: 8.7rem; */
	height: 7.7rem;
	background-image: url(../images/index/icon_expression2.svg);
}
.Expression-block:nth-of-type(3) .Expression-block__header::before{
	/* width: 12.6rem; */
	height: 5.7rem;
	background-image: url(../images/index/icon_expression3.svg);
}
.Expression-block:nth-of-type(4) .Expression-block__header::before{
	/* width: 7.5rem; */
	height: 6.5rem;
	background-image: url(../images/index/icon_expression4.svg);
}
.Expression-block:nth-of-type(5) .Expression-block__header::before{
	/* width: 9.1rem; */
	height: 7.5rem;
	background-image: url(../images/index/icon_expression5.svg);
}
.Expression-block:nth-of-type(6) .Expression-block__header::before{
	/* width: 6.5rem; */
	height: 6.9rem;
	background-image: url(../images/index/icon_expression6.svg);
}
.Expression-block__title{
	transition: var(--transition);
	width: calc(100% - 12.6rem);
	font-size: 2.2rem;
	letter-spacing: .015em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: right;
}
.Expression-block__body{
	height: calc(100% - 7.8rem);
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.Expression-block__text{
	transition: var(--transition);
	/* font-size: 1.4rem; */
	font-size: 1.5rem;
	margin-bottom: .5rem;
	letter-spacing: 0;
	line-height: 1.75;
	color: #fff;
	text-align: justify;
}
.Expression-block__arrow-circle{
	width: 4rem;
	height: 4rem;
	border-color: #fff;
}
.Expression-block__arrow::before{
	background: #fff;
}
.Expression-block__arrow::after{
	border-right-color: #fff;
	border-bottom-color: #fff;
}

.Expression-block a:hover .Expression-block__title{
	color: var(--subcolor);
}
.Expression-block a:hover .Expression-block__text{
	color: var(--subcolor);
}
.Expression-block a:hover .Expression-block__arrow-circle{
	border-color: var(--subcolor);
	background: var(--subcolor);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Expression{
		padding-bottom: var(--padding-topbottom);
	}

}
@media screen and (max-width:1120px) and (min-width: 769px){

	.Expression-block{
		width: calc((100% - (3.5rem * 2)) / 3);
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Expression-block{
		width: calc((100% - (3.5rem * 1)) / 2);
	}
	.Expression-block:not(:nth-last-of-type(-n+2)){
		margin-bottom: 5rem;
	}
	.Expression-block__text{
		margin-bottom: 1.5rem;
	}

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

	.Expression{
		padding-top: 11.5rem;
		padding-bottom: 11.5rem;
		background: #2b2b2b;
	}
	.Expression__inner{
		padding-top: 0;
		padding-bottom: 0;
	}
	.Expression__title{
		margin-bottom: 4.5rem;
	}
	.Expression-block-wrap{
		flex-direction: column;
	}
	.Expression-block{
		width: 100%;
		padding-top: 4.5rem;
		border-top: none;
		border-top: 1px solid #bbb;
	}
	.Expression-block:first-child{
		padding-top: 0;
		border-top: none;
	}
	.Expression-block:not(:last-child){
		margin-bottom: 0;
		padding-bottom: 3rem;
	}
	.Expression-block__header{
		height: auto;
		margin-bottom: 3rem;
		justify-content: flex-start;
	}
	.Expression-block__header::before{
		width: 14rem;
	}
	.Expression-block:nth-of-type(1) .Expression-block__header::before{
		height: 8.6rem;
	}
	.Expression-block:nth-of-type(2) .Expression-block__header::before{
		height: 8.2rem;
	}
	.Expression-block:nth-of-type(3) .Expression-block__header::before{
		height: 6.2rem;
	}
	.Expression-block:nth-of-type(4) .Expression-block__header::before{
		height: 6.9rem;
	}
	.Expression-block:nth-of-type(5) .Expression-block__header::before{
		height: 7.9rem;
	}
	.Expression-block:nth-of-type(6) .Expression-block__header::before{
		height: 7.4rem;
	}
	.Expression-block__title{
		width: calc(100% - 14rem);
		padding-left: 3.5rem;
		font-size: 3.6rem;
		letter-spacing: 0;
		text-align: left;
	}
	.Expression-block__body{
		height: auto;
		flex-direction: column;
	}
	.Expression-block__text{
		font-size: 3.2rem;
		margin-bottom: 0;
		line-height: calc(5.4 / 2.8);
	}
	.Expression-block__arrow-circle{
		display: none;
	}

}



/*-------------------------------
	FLOW / PRICE
-------------------------------*/

.FlowPrice{
	position: relative;
	z-index: 5000;
	background: #fff;
}
.FlowPrice::before{
	content: "";
	display: block;
	width: 100%;
	height: 15rem;
	background: #2b2b2b;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.FlowPrice__inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.FlowPrice-block{
	width: calc((100% - 5rem) / 2);
	position: relative;
	overflow: hidden;
}
.FlowPrice-block a{
	width: 100%;
	height: 34rem;
	/* padding: 0 4.5rem 2.5rem 5rem; */
	padding: 0 3rem 2.5rem;
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	opacity: 1 !important;
}
.FlowPrice-block a::before{
	transition: var(--transition);
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.FlowPrice-block a:hover::before{
	transform: scale(1.1);
}
.FlowPrice-block a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
	background: RGBA(0, 0, 0, 0.5);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.5) 12%, rgba(255, 255, 255, 0) 50%);
}
.FlowPrice-block__inner{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
    z-index: 6000;
}
.FlowPrice-block__title{
	width: 10rem;
	transform: translateY(.5rem);
}
.FlowPrice-block__title span{
	line-height: 1.35;
	transform: translateY(-.25em);
}
.FlowPrice-block__text{
	width: calc(100% - 10rem);
	/* font-size: 1.4rem; */
	font-size: 1.5rem;
	text-align: justify;
}

/*----- FLOW */
.Flow a::before{
	background-image: url(../images/index/bg_flow.jpg);
    background-image: image-set(url(../images/index/bg_flow.jpg) 1x, url(../images/index/bg_flow@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/index/bg_flow.jpg) 1x, url(../images/index/bg_flow@2x.jpg) 2x);
}

/*----- PRICE */
.Price a::before{
	background-image: url(../images/index/bg_price.jpg);
    background-image: image-set(url(../images/index/bg_price.jpg) 1x, url(../images/index/bg_price@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../images/index/bg_price.jpg) 1x, url(../images/index/bg_price@2x.jpg) 2x);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1120px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

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

	.FlowPrice{
		background: #2b2b2b;
	}
	.FlowPrice::before{
		display: none;
	}
	.FlowPrice__inner{
		flex-direction: column;
	}
	.FlowPrice-block{
		width: 100%;
	}
	.FlowPrice-block:not(:last-child){
		margin-bottom: 3.8rem;
	}
	.FlowPrice-block a{
		height: 39.8rem;
		padding: 0 4.2rem 2.5rem;
	}
	.FlowPrice-block__inner{
		flex-direction: column;
	}
	.FlowPrice-block__title{
		width: 100%;
		margin-bottom: 2rem;
		transform: translateY(0);
	}
	.FlowPrice-block__title span{
		line-height: 1;
		transform: translateY(0);
	}
	.FlowPrice-block__text{
		width: 100%;
		font-size: 2.4rem;
		line-height: calc(4 / 2.4);
	}

}



/*-------------------------------
	動画制作の秘訣を知りたい方はこちらをクリック！
-------------------------------*/

.Point{
	padding-top: 15rem;
	padding-bottom: 15rem !important;
	background: #2b2b2b;
}
.Point__inner{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Point__title{
	width: 42rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: calc(4 / 2.2);
	letter-spacing: .025em;
	transform: translateY(-.5em);
	color: #fff;
	opacity: .5;
}
.Point-block-wrap{
	width: calc(100% - 42rem);
	margin-bottom: 5rem;
}
.Point-block{
	border-bottom: 2px solid #363636;
}
.Point-block:first-child{
	border-top: 2px solid #363636;
}
.Point-block a{
	width: 100%;
	padding: 4rem .5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	opacity: 1 !important;
}
.Point-block__image{
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	overflow: hidden;
}
.Point-block__image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.Point-block__body{
	width: calc(100% - 10rem);
	padding-left: 2.5rem;
}
.Point-block__title{
	transition: var(--transition);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: .025em;
	color: #fff;
}
.Point-block a:hover .Point-block__title{
	color: var(--subcolor);
}

.Point__button{
	width: 35.4rem;
	height: 7rem;
	margin-left: auto;
	margin-right: auto;
}
.Point__button a{
	font-family: var(--en);
	width: 100%;
	height: 100%;
	font-weight: 700;
	border: 1px solid #9c9c9c;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1 !important;
}
.Point__button a:hover{
	background: var(--subcolor);
	border-color: var(--subcolor);
	color: #fff;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Point{	
		padding-top: var(--padding-topbottom);
		padding-bottom: var(--padding-topbottom) !important;
	}

}
@media screen and (max-width:1120px) and (min-width: 769px){

	.Point__title{
		width: 37.5rem;
	}
	.Point-block-wrap{
		width: calc(100% - 37.5rem);
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

	.Point__inner{
		flex-direction: column;
	}
	.Point__title{
		width: 100%;
		margin-bottom: 2.5rem;
		transform: translateY(0);
		text-align: center;
	}
	.Point-block-wrap{
		width: 100%;
	}
	.Point-block{
		border-top: 2px solid #bbb;
	}
	.Point-block a{
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

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

	.Point{
		padding-top: 10rem;
		padding-bottom: 10rem !important;
	}
	.Point__inner{
		flex-direction: column;
	}
	.Point__title{
		width: 100%;
		font-size: 3.6rem;
		margin-bottom: 3rem;
		line-height: calc(6 / 3.6);
		letter-spacing: 0;
		transform: translateY(0);
	}
	.Point-block-wrap{
		width: 100%;
		margin-bottom: 5.2rem;
	}
	.Point-block{
		border-bottom: 1px solid #bbb;
	}
	.Point-block:first-child{
		border-top: 1px solid #bbb;
	}
	.Point-block a{
		padding: 4rem .5rem;
	}
	.Point-block__image{
		width: 15.2rem;
		height: 15.2rem;
	}
	.Point-block__body{
		width: calc(100% - 15.2rem);
		padding-left: 3.5rem;
	}
	.Point-block__title{
		font-size: 3.2rem;
		line-height: calc(5.4 / 2.8);
		letter-spacing: 0;
	}

	.Point__button{
		width: 100%;
		height: 14rem;
	}
	.Point__button a{
		font-size: 2.4rem;
	}

}