@charset "utf-8";

body {
	background-color: #FFF;
}

body.active {
	overflow: hidden;
}
body.active.scr_start,
body.active.scr_start2,
body.active.scr_start3,
body.active.scr_start4 {
	overflow: auto;
}

main {
	overflow: hidden;
	background-color: #FFF;
	padding-top: 0;
}

/*============================
loarding
============================*/
.loading__wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100dvh;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	/* display: none; */
}

.loading__wrapper .loading__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2vmin;
	font-family: "Red Rose", sans-serif;
	color: #fff;
}

.loading__wrapper .loading__text--inner {
	animation: blink 1s infinite alternate-reverse;
}

@keyframes blink {
	from {
		opacity: 1;
	}

	to {
		opacity: 0.6;
	}
}

.loading__wrapper .text__wrapper {
	position: relative;
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	font-display: swap;
	color: #fff;
}
@media screen and (max-width: 640px) {
	.loading__wrapper .text__wrapper {
		font-size: 0.6rem;
	}
}

.loading__wrapper .text__wrapper .text__row {
	display: block;
}

.loading__wrapper .text__wrapper .text__row .text {
	display: block;
	user-select: none;
	opacity: 0;
}

.loading__wrapper .text__wrapper .text__row:nth-child(1) {
	clip-path: polygon(0% 75%, 100% 75%, 100% 100%, 0% 100%);
}

.loading__wrapper .text__wrapper .text__row:nth-child(2) {
	clip-path: polygon(0% 50%, 100% 50%, 100% 75.5%, 0% 75.5%);
}

.loading__wrapper .text__wrapper .text__row:nth-child(3) {
	clip-path: polygon(0% 25%, 100% 25%, 100% 50.5%, 0% 50.5%);
}

.loading__wrapper .text__wrapper .text__row:nth-child(4) {
	clip-path: polygon(0% 0%, 100% 0%, 100% 25.5%, 0% 25.5%);
}

.loading__wrapper .text__wrapper .text__row:nth-child(5) {
	clip-path: polygon(0% -25%, 100% -25%, 100% 0.5%, 0% 0.5%);
}

.loading__wrapper .text__wrapper .text__row:nth-child(6) {
	clip-path: polygon(0% -50%, 100% -50%, 100% -24.5%, 0% -24.5%);
}

.loading__wrapper .text__wrapper .text__row.text__row--sibling {
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
}

.loading__wrapper .bg__transition--slide {
	background: #E93C1E;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/*============================
MV
============================*/
#mv {
	position: relative;
	padding-top: 2.20rem;
	z-index: 1;
	background-color: #FFF;
}

@media screen and (max-width: 640px) {
	#mv {
		padding-top: 1.00rem;
	}
}


#mv .in {
	max-width: 14.00rem;
}

#mv .lead {
	/* font-family: "Radio Canada Big", sans-serif; */
	position: relative;
	z-index: 1;
}

#mv .lead .tit {
	font-family: "Inter", sans-serif;
	font-size: 7em;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #E93C1E;
}

#mv .lead .tit p.jp{
	color: #000000;
    font-size: 0.4em;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
	#mv .lead .tit {
		font-size: 0.40rem;
		line-height: 1.2;
	}
}


#mv .video_wrap {
	width: calc(100% - (100% - 12.0rem) / 2);
	position: relative;
	z-index: 0;
	top: 0.50rem;
}

@media screen and (max-width: 640px) {
	#mv .video_wrap {
		width: calc(100% - 0.20rem);
		height: 3.00rem;
		top: 0.3rem;
	}
}

#mv .video_wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*============================
ミッション
============================*/

#mission {
	padding: 1.5rem 0 1.5rem;
	position: relative;
	z-index: 1;
	z-index: 1;
	background-color: #FFF;
}

#business_new{
	padding:0.2rem 0 2.5rem;
	position: relative;
	z-index: 1;
	z-index: 1;
	background-color: #E93C1E;
	color:white;
}

@media screen and (max-width: 640px) {
	#mission {
		padding: 0.8rem 0 0.6rem;
		position: relative;
		z-index: 1;
		z-index: 1;
		background-color: #FFF;
	}

	#business_new{
		padding: 0.2rem 0 0.9rem;
		position: relative;
		z-index: 1;
		z-index: 1;
	}
}

.hero2,
.hero {
	/* height: 100vh; */
	visibility: hidden;
}

.hero2 .container{
	position: relative;
	margin-top: 1.2rem;
}
.hero .container {
	position: relative;
}
.hero2 .container .hero-inner,
.hero .container .hero-inner {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	/* margin: 0 24px;
	height: 100vh; */
	position: relative;
}

@media screen and (max-width: 640px) {
	.hero2 .container .hero-inner,
	.hero .container .hero-inner {
		flex-flow: column-reverse;
	}

	.hero2 .container{
		position: relative;
		margin-top:0.6rem;
	}
}

.hero2 .container .hero-inner .hero-content,
.hero .container .hero-inner .hero-content {
	width: 50%;
	margin-top: 3.5rem;
}

@media screen and (max-width: 640px) {
	.hero2 .container .hero-inner .hero-content,
	.hero .container .hero-inner .hero-content {
		width: 100%;
	}
}

.hero2 .container .hero-inner .hero-content .hero-content-inner2,
.hero .container .hero-inner .hero-content .hero-content-inner {
	width: 5.60rem;
	margin-left: calc(100% - 5.6rem);
}

.hero .container .hero-inner .hero-content .hero-content-inner h3 {
	mix-blend-mode: difference;
    color: white;
}

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

	.hero2 .container .hero-inner .hero-content .hero-content-inner2,
	.hero .container .hero-inner .hero-content .hero-content-inner {
		width: calc(100% - 0.20rem);
		margin: 0 0.10rem;
	}
	.hero2 .container .hero-inner .hero-content .hero-content-line .hero-content-inner2 {
        color: white;
	}
	.hero .container .hero-inner .hero-content .hero-content-line .hero-content-inner {
		mix-blend-mode: difference;
        color: white;
	}
}

/* タイトル */
.hero2 .container .title,
.hero .container .title {
	font-size: 1.88rem;
	font-weight: bold;
	color: #E93C1E;
	position: absolute;
	top: 0.50rem;
	left: calc((100% - 11.2rem) / 2);
	z-index: 10;
}
.hero2 .container .title{
	color:white;
}

@media screen and (max-width: 920px) {
	.hero2 .container .title,
	.hero .container .title{
		left:20px;
		overflow-wrap: break-word;
		font-size: 1.2rem;
	}

	.hero2 .container .hero-inner .hero-content .hero-content-inner2,
	.hero .container .hero-inner .hero-content .hero-content-inner{
		margin-left:20px;
	}
}
@media screen and (max-width: 640px) {
	.hero2 .container .title,
	.hero .container .title {
		font-size: 0.50rem;
		top: 1rem;
		left: 0.20rem;
		z-index: 10;
	}
}

.hero2 .container .title span,
.hero .container .title span {
	display: inline-block;
	overflow: hidden;
}

/* サブタイトル */
.hero2 .container .sub_title,
.hero .container .sub_title {
	font-size: 0.46rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

@media screen and (max-width: 640px) {
	.hero2 .container .sub_title,
	.hero .container .sub_title {
		font-size: 0.30rem;
		font-weight: 700;
		line-height: 1.5;
		padding-left: 0.08rem;
	}
}

.hero2 .container .hero-inner .hero-content .hero-content-inner2 .title .hero-content-line,
.hero .container .hero-inner .hero-content .hero-content-inner .title .hero-content-line {
	margin: 0;
	overflow: hidden;
}

.hero2 .container .hero-inner .hero-content .hero-content-inner2 p,
.hero .container .hero-inner .hero-content .hero-content-inner p {
	font-size: 0.16rem;
	line-height: 2;
	padding-top: 0.30rem;
	padding-right: 0.80rem;
	box-sizing: border-box;
}

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

	.hero2 .container .hero-inner .hero-content .hero-content-inner2 p,
	.hero .container .hero-inner .hero-content .hero-content-inner p {
		padding-left: 0.3rem;
	}

}
@media screen and (max-width: 640px) {
	.hero2 .container .hero-inner .hero-content .hero-content-inner2 p,
	.hero .container .hero-inner .hero-content .hero-content-inner p {
		font-size: 0.15rem;
		padding-top: 0.20rem;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
		box-sizing: border-box;
		text-align: justify;
	}
}


/* ボタン */
.hero2 .container .hero-inner .hero-content .hero-content-inner2 .btn_common,
.hero .container .hero-inner .hero-content .hero-content-inner .btn_common {
	padding-top: 0.50rem;
}

@media screen and (max-width: 920px) {
	.hero2 .container .hero-inner .hero-content .hero-content-inner2 .btn_common,
	.hero .container .hero-inner .hero-content .hero-content-inner .btn_common {
		padding-left: 0.3rem;
	}

}
@media screen and (max-width: 640px) {
	.hero2 .container .hero-inner .hero-content .hero-content-inner2 .btn_common,
	.hero .container .hero-inner .hero-content .hero-content-inner .btn_common {
		padding-left: 0;
		padding-top: 0.50rem;
	}
	.hero2 .container .hero-inner .hero-content .hero-content-inner2 .btn_common a,
	.hero .container .hero-inner .hero-content .hero-content-inner .btn_common a {
		margin: auto;
	}
}

.hero2 .container .hero-inner .hero-images,
.hero .container .hero-inner .hero-images {
	width: 50%;
	/* height: 100vh; */
	position: relative;
}

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

	.hero2 .container .hero-inner .hero-images,
	.hero .container .hero-inner .hero-images {
		width: 80%;
		margin-left: auto;
		margin-right: 0;
	}
}

.hero2 .container .hero-inner .hero-images .hero-images-inner .hero-image,
.hero .container .hero-inner .hero-images .hero-images-inner .hero-image {
	position: absolute;
	overflow: hidden;
	width: 100%;
	max-height: 7.50rem;
	z-index:-1;
}


.hero .container .hero-inner .hero-images .hero-images-inner .hero-image img {
	width: 100%;
	width: 100%;
	object-fit: cover;
}

.hero .container .hero-inner .hero-images .hero-images-inner .hero-image.boy {
	bottom: 24px;
	left: 0px;
	width: 52%;
	height: 65%;
}





/*============================
ビジネス
============================*/
#business {
	position: relative;
	z-index: 0;
}

#business .cont_box {
	position: relative;
	height: 100dvh;
}
@media screen and (max-width: 640px) {
	#business .cont_box {
		position: relative;
		height: 150dvh;
	}
}

#business .cont_box .bg_wrap {
	position: fixed;
	width: 100vw;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

#business .cont_box .bg_wrap .bg {
	background-size: auto 130vh;
	background-repeat: no-repeat;
}

/* 左エリア */
#business .cont_box.active .bg_wrap .-left {
	width: calc(50vw - 5.00rem);
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	background-position: left;
	animation: business_left 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal forwards;
}

/* 中央エリア */
#business .cont_box.active .bg_wrap .-center {
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50vw - 5.00rem);
	transition: all 0.5s;
	background-position: center;
	animation: business_center 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal forwards;
}
@media screen and (max-width: 640px) {
	#business .cont_box.active .bg_wrap .-center {
		left: 0;
		animation: business_center 1s cubic-bezier(0.86, 0, 0.07, 1) 0s 1 normal forwards;
	}
}


/* 右エリア */
#business .cont_box.active .bg_wrap .-right {
	width: calc(50vw - 5.00rem);
	position: absolute;
	right: 0;
	bottom: 0;
	background-position: right;
	transition: all 0.5s;
	animation: business_right 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal forwards;
}

/* 左エリア（写真用） */
#business .cont_box.active .bg_wrap .-ph_left {
	width: 100vw;
	position: absolute;
	left: -50vw;
	top: 0;
	transition: height 0.5s;
	background-position: 50vw;
	animation: business_left 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal forwards;
}

/* 右エリア（写真用） */
#business .cont_box.active .bg_wrap .-ph_right {
	width: 100vw;
	position: absolute;
	right: -50vw;
	bottom: 0;
	background-position: -50vw;
	transition: height 0.5s;
	animation: business_right 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal forwards;
}

/* 左のアニメーション（通常） */
@keyframes business_left {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

/* 中央のアニメーション（通常） */
@keyframes business_center {
	0% {
		width: 0;
	}

	100% {
		width: 10.00rem;
	}
}

/* 右のアニメーション（通常） */
@keyframes business_right {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

/* 左エリア（戻るとき） */
#business .cont_box.active.complete .bg_wrap .-ph_left {
	bottom: 0;
	animation: business_left_back 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal forwards;
}

/* 右エリア（戻るとき） */
#business .cont_box.active.complete .bg_wrap .-ph_right {
	top: 0;
	animation: business_right_back 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal forwards;
}

/* 左のアニメーション */
@keyframes business_left_back {
	0% {
		height: 100%;
	}

	100% {
		height: 0;
	}
}

/* 右のアニメーション */
@keyframes business_right_back {
	0% {
		height: 100%;
	}

	100% {
		height: 0;
	}
}

#business .cont_box {
	position: relative;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#business .cont_box.active {
	z-index: 10;
}
#business .cont_box.next.complete {
	animation: business_cont_back 3s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal forwards;
}
/* 戻るときの挙動 */
@keyframes business_cont_back {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}

#business .cont_box .txt_box {
	position: fixed;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
}



/* 01〜03 */
#business .cont_box .txt_box .num_wrap {
	font-family: "Inter", sans-serif;
	font-size: 0.20rem;
	color: #FFF;
	display: inline-block;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	#business .cont_box .txt_box .num_wrap {
		font-size: 0.14rem;
	}
}

#business .cont_box .txt_box .num_wrap .mask {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#business .cont_box .txt_box .num_wrap .line {
	display: block;
	width: 0.68rem;
	height: 1px;
	background-color: #FFF;
	margin: 0 0.15rem;
}

#business .cont_box .txt_box .business_tit_wrap {
	padding: 0.30rem 0 0.80rem;
	text-align: center;
	color: #FFF;
}

@media screen and (max-width: 640px) {
	#business .cont_box .txt_box .business_tit_wrap {
		padding: 0.30rem 0 0.60rem;
	}
}


#business .cont_box .txt_box .business_tit_wrap .tit {
	font-size: 0.47rem;
	font-weight: 700;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width: 640px) {
	#business .cont_box .txt_box .business_tit_wrap .tit {
		font-size: 0.30rem;
		line-height: 1.3;
	}
}


#business .cont_box .txt_box .business_tit_wrap .tit .mask {
	overflow: hidden;
	display: inline-block;
	position: relative;
	bottom: -0.60rem;
}

#business .cont_box .txt_box .business_tit_wrap .txt {
	padding-top: 0.30rem;
	font-size: 0.18rem;
	line-height: 2;
	font-weight: 500;
	opacity: 0;
	animation: fade_in_txt 1s 2.6s forwards;
}

@media screen and (max-width: 640px) {
	#business .cont_box .txt_box .business_tit_wrap .txt {
		padding-top: 0.20rem;
		font-size: 0.15rem;
	}
}


#business .cont_box .txt_box .btn_common {
	position: relative;
	z-index: 10;
}

#business .cont_box .txt_box .btn_common a {
	margin: auto;
	border: 1px solid #FFF;
	color: #FFF;
}

#business .cont_box .txt_box .btn_common a:hover {
	border: 1px solid #E93C1E;
}

#business .cont_box.active .txt_box .num_wrap .mask {
	animation: pop_in 1s 1.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

#business .cont_box.active .txt_box .business_tit_wrap .tit .mask {
	animation: pop_in_tit 1.6s 1.6s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

@keyframes pop_in {
	from {
		bottom: -0.30rem;
	}

	to {
		bottom: 0;
	}
}

@keyframes pop_in_tit {
	from {
		bottom: -0.60rem;
	}

	to {
		bottom: 0;
	}
}

@keyframes fade_in_txt {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* #business .cont_box::before {
	content: "";
	width: 1.00rem;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
#business .cont_box::after {
	font-size: 0.16rem;
	font-weight: 600;
	position: absolute;
	top: 0.10rem;
	right: 0;
	z-index: 10;
} */


#business .cont_box.-cont00 .bg {
	background-color: #E93C1E;
}

#business .cont_box.-cont00 .txt_box .sec_tit_wrap {
	text-align: center;
	color: #FFF;
}

#business .cont_box.-cont00 .txt_box {
	opacity: 0;
	transition: opacity 1s;
}
#business .cont_box.-cont00.anime_start .txt_box {
	opacity: 1;
}

#business .cont_box.-cont00 .txt_box .sec_tit_wrap .sec_tit {
	font-family: "Inter", sans-serif;
	font-size: 1.00rem;
	font-weight: 700;
	transition: all 1s 1.6s;
	opacity: 0;
}

@media screen and (max-width: 640px) {
	#business .cont_box.-cont00 .txt_box .sec_tit_wrap .sec_tit {
		font-size: 0.30rem;
	}
}


#business .cont_box.-cont00 .txt_box .sec_tit_wrap .jp_txt {
	font-size: 0.27rem;
	font-weight: 700;
	padding-top: 0.20rem;
	transition: all 1s 2.0s;
	opacity: 0;
}

@media screen and (max-width: 640px) {
	#business .cont_box.-cont00 .txt_box .sec_tit_wrap .jp_txt {
		font-size: 0.20rem;
		padding-top: 0.10rem;
	}
}


#business .cont_box.-cont00.active .txt_box .sec_tit_wrap .sec_tit,
#business .cont_box.-cont00.active .txt_box .sec_tit_wrap .jp_txt {
	opacity: 1;
}



#business .cont_box.-cont01 .bg_wrap .bg {
	background-image: url(../img/top/business_bg_01.jpg);
}

#business .cont_box.-cont01 .txt_box {
	opacity: 0;
	top: calc(50% + 0.20rem);
	transform: translateY(-50%);
}

#business .cont_box.-cont01.active .txt_box {
	transition: all 0.6s 1.6s;
	opacity: 1;
}

#business .cont_box.-cont01.active.complete .txt_box {
	transition: all 0.6s 0s;
	opacity: 0;
	top: calc(50% - 0.20rem);
}


#business .cont_box.-cont02 .bg_wrap .bg {
	background-image: url(../img/top/business_bg_02.jpg);
}

#business .cont_box.-cont02 .txt_box {
	top: calc(50% + 0.20rem);
	opacity: 0;
}

#business .cont_box.-cont02.active .txt_box {
	transition: all 0.6s 1.6s;
	opacity: 1;
}

#business .cont_box.-cont02.active.complete .txt_box {
	transition: all 0.6s 0s;
	top: calc(50% - 0.20rem);
	opacity: 0;
}

/* 03 ANICANA事業 */
#business .cont_box.-cont03 {
	height: 120vw;
}
@media screen and (max-width: 640px) {
	#business .cont_box.-cont03 {
		height: 150vw;
	}
}
#business .cont_box.-cont03 .bg_wrap .bg {
	background-image: url(../img/top/business_bg_03.jpg);
}

#business .cont_box.-cont03 .txt_box {
	top: calc(50% + 0.20rem);
	opacity: 0;
}

#business .cont_box.-cont03.active .txt_box {
	transition: all 0.6s 1.6s;
	opacity: 1;
}

#business .cont_box.-cont03.active.complete .txt_box {
	transition: all 0.6s 0s;
	top: calc(50% - 0.20rem);
	opacity: 0;
}



/*============================
WORKS
============================*/
#works {
	position: relative;
	z-index: 1;
	background-color: #FFF;
	padding: 1.50rem 0;
}
@media screen and (max-width: 640px) {
	#works {
		padding: 0.90rem 0;
	}		
}


#works .sec_tit_wrap {
	text-align: center;
}

#works .sec_tit_wrap .sec_tit {
	font-family: "Inter", sans-serif;
	font-size: 0.60rem;
	font-weight: 700;
	transition: all 1s 1.6s;
}

@media screen and (max-width: 640px) {
	#works .sec_tit_wrap .sec_tit {
		font-size: 0.30rem;
	}
}


#works .sec_tit_wrap .jp_txt {
	font-size: 0.20rem;
	font-weight: 700;
	padding-top: 0.10rem;
	transition: all 1s 2.0s;
}

@media screen and (max-width: 640px) {
	#works .sec_tit_wrap .jp_txt {
		font-size: 0.15rem;
	}
}

#works .works_slides_wrap {
	padding: 0.80rem 0 0.40rem;
	position: relative;
}

#works .works_slides_wrap .slide .wrap_link {
	display: block;
	margin: 0 0.05rem;
	filter: blur(10px);
	opacity: 0.5;
	padding: 0.20rem 0;
	color: #222;
	/* transition: none; */
	max-width: 5.50rem;
	transform: scale(0.9);
}

@media screen and (max-width: 640px) {
	#works .works_slides_wrap .slide .wrap_link {
		max-width: 2.50rem;
	}
}

#works .works_slides_wrap .slide .wrap_link .ph_wrap {
	width: 100%;
	height: 3.70rem;
	overflow: hidden;
	box-shadow: 0 0.02rem 0.12rem rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 640px) {
	#works .works_slides_wrap .slide .wrap_link .ph_wrap {
		height: 1.70rem;
	}
}


#works .works_slides_wrap .slide .wrap_link .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#works .works_slides_wrap .slide .wrap_link .txt_box {
	padding: 0.20rem 0.40rem;
}

@media screen and (max-width: 640px) {
	#works .works_slides_wrap .slide .wrap_link .txt_box {
		padding: 0.10rem 0;
	}
}


#works .works_slides_wrap .slide .wrap_link .txt_box .date {
	font-size: 0.14rem;
	font-family: "Lato", sans-serif;
}

@media screen and (max-width: 640px) {
	#works .works_slides_wrap .slide .wrap_link .txt_box .date {
		font-size: 0.12rem;
	}
}


#works .works_slides_wrap .slide .wrap_link .txt_box .tit {
	font-size: 0.16rem;
	font-weight: 700;
	line-height: 1.65;
	padding-top: 0.10rem;
}
@media screen and (max-width: 640px) {
	#works .works_slides_wrap .slide .wrap_link .txt_box .tit {
		font-size: 0.14rem;
		padding-top: 0.05rem;
		height: 0.70rem;
	}		
}


/* 送りボタン */
#works .works_slides_wrap .slick-arrow {
	width: 0.50rem;
	height: 0.50rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.60rem);
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}

#works .works_slides_wrap .slick-arrow.prev {
	left: calc(50% - 4.30rem);
	background-image: url(../img/common/slider_btn_prev.png);
}

#works .works_slides_wrap .slick-arrow.next {
	right: calc(50% - 4.30rem);
	background-image: url(../img/common/slider_btn_next.png);
}

/* ドット */
#works .works_slides_wrap .slick-dots {
	position: relative;
	/* padding-top: 0.20rem; */
	top: 0.20rem;
}

#works .works_slides_wrap .slick-dots li {
	width: 0.30rem;
}

#works .works_slides_wrap .slick-dots li button {
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 0.06rem;
	background-color: #CCC;
	opacity: 1;
	padding: 0;
	transition: width 1s cubic-bezier(0.86, 0, 0.07, 1);
}

#works .works_slides_wrap .slick-dots li.slick-active button {
	width: 100%;
	background-color: #E93C1E;
}

#works .works_slides_wrap .slick-dots li button::before {
	display: none;
}

/* スライドアクティブ時 */
#works .works_slides_wrap .slide.is--active .wrap_link {
	filter: blur(0);
	opacity: 1;
	transform: scale(1.2);
	position: relative;
	z-index: 10;
}

#works .works_slides_wrap .slide .wrap_link {
	transition: all 0.3s !important;
}

/* view more */
#works .btn a {
	margin: auto;
}


/*============================
TOP改修
============================*/
#mv{
	position:relative;
	margin-top:1.5rem;
	height:450px;
	background:#E93C1E;
}

#mv > img{
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:700px;
	object-fit: cover;
}

#mv .lead{
	position: absolute;
    top: 40px;
    right: 0;
    width: calc(50% - 40px);
    padding-left: 40px;
}

#mv .lead .tit{
	color:white;
	font-size:100px;
    line-height: 1.2;
}

@media screen and (max-width: 1450px) {
	#mv .lead {
		top: 75px;
		width: calc(50% - 20px);
		padding-left: 20px;
	}
	#mv .lead .tit{
		font-size:80px;
	}
}
@media screen and (max-width: 1024px) {
	#mv{
		height:220px;
	}
	#mv .lead {
		top:64px;
	}
	#mv .lead .tit{
		font-size:5em;
	}
	#mv img{
		height:400px;
	}
}
@media screen and (max-width: 640px) {
	#mv{
		margin-top:68px;
		padding:0;
		height:100%;
	}
	#mv .lead{
		position:static;
		width: 100%;
		padding:20px;
	}
	#mv img{
		position:static;
		width: 100%;
		height:auto;
	}
	#mv .lead .tit{
		font-size:4em;
	}
}
@media screen and (max-width: 450px) {
	#mv .lead .tit{
		font-size:3em;
	}
}