@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
/* スクロール連動アニメ */
.scroll-in {
	transition-property: all;
	transition-duration: 0.6s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

.scroll-in.move-tb:not(.passed) {
	transform: translate(0, 30px);
}

.scroll-in.delay {
	transition-delay: 0.4s;
}

.line.scroll-in.delay {
	transition-delay: .6s;
}

.flex-container.half.spe02 .sub-img-container.scroll-in.delay {
	transition-delay: .6s;
}

.flex-container.half.care .right.scroll-in.delay {
	transition-delay: 1s;
}

/* メインビジュアル */
#mainVisual {
	overflow: hidden;
	position: relative;
}

#mainVisual .swiper-slide {
	opacity: 0;
}

#mainVisual .swiper-slide {
	overflow: hidden;
}

#mainVisual .visual figure {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/* transition: 4s linear;
	transform: scale(1); */
}

#mainVisual .swiper-slide-active figure,
#mainVisual .swiper-slide-duplicate-active figure,
#mainVisual .swiper-slide-prev figure {
	animation: zoomUp 10s linear 0s 1 normal both;
	/* transform: scale(1.06); */
}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.06);
	}
}

#mainVisual .visual1 {
	background-image: url(images/main-visual1.jpg);
}

#mainVisual .visual2 {
	background-image: url(images/main-visual4.jpg);
}

#mainVisual .visual3 {
	background-image: url(images/main-visual3.jpg);
}

#mainVisual .visual4 {
	background-image: url(images/main-visual2.jpg);
}

/* .mv-title-container .mv-title.passed {
	transition: all 2s 1s;
	opacity: 1;
} */
.mv-text .line {
	border-bottom: 2px solid #fff;
	width: 0;
}

.mv-text.t01 .line.passed {
	border-bottom: 2px solid #fff;
	width: 35%;
	transition-delay: .5s;
	transition-duration: 1s;
}

.mv-text.t02 .line.passed {
	border-bottom: 2px solid #fff;
	width: 100%;
	transition-delay: 1s;
	transition-duration: 1.4s;
}

.mv-text.t03 .line.passed {
	border-bottom: 2px solid #fff;
	width: 40%;
	transition-delay: 1.5s;
	transition-duration: .6s;
}

.mv-title-container .mv-title .text01.passed {
	transition-delay: .5s;
	transition-duration: 2.5s;
	opacity: 1;
}

.mv-title-container .mv-title .text02.passed {
	transition-delay: 1s;
	transition-duration: 3s;
	opacity: 1;
}

.mv-title-container .mv-title .text03.passed {
	transition-delay: 1.5s;
	transition-duration: 2.5s;
	opacity: 1;
}

.mv-title-container .mv-title .text01 {
	opacity: 0;
}

.mv-title-container .mv-title .text02 {
	opacity: 0;
}

.mv-title-container .mv-title .text03 {
	opacity: 0;
}

.mv-title .anime-text p {
	display: inline-block;
	transform-origin: center center;
	transform: translate3d(0, 80px, 0);
}

.mv-title .anime-text p span {
	transform-origin: center center;
	transform: scale3d(0.4, 0.4, 1);
	opacity: 0;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}


.mv-title-container .mv-copy {
	opacity: .5;
}

.mv-title-container .mv-copy span {
	color: #fff;
	line-height: 1;
}



/* .mv-copy .anime-text.passed p {
	transform: translate3d(1, 1, 1);
} */

.mv-copy .anime-text span {
	display: block;
	transform: translate(0, 87px);
	opacity: 1;
}

.mv-copy .anime-text.passed span {
	display: block;
	transform: translate(0, 0px);
	opacity: 1;
}

.mv-title .title-img.scroll-in.move-tb:not(.passed) {
	transform: translate(0, 30px);
}

.mv-title .title-img.scroll-in {
	transition-property: all;
	transition-duration: 1.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

/* 製品 */

.products-title .anime-text p {
	display: inline-block;
	transform-origin: center center;
	transform: translate3d(0, 20px, 0);
}

.products-title .anime-text span {
	display: block;
	transform: translate(0, 20px);
	opacity: 0;
}

.products-title .anime-text.passed span {
	display: block;
	transform: translate(0, 0px);
	opacity: 1;
}

/* マウスオーバー：スライドイン */
.hover.slide-in-filter {
	position: relative;
	overflow: hidden;
}

.hover.slide-in-filter {
	display: block;
	position: relative;
	overflow: hidden;
}

.hover.slide-in-filter .list-inner {
	background-size: 110% auto;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.hover.slide-in-filter .filter1,
.hover.slide-in-filter .filter2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.hover.slide-in-filter .filter1 {
	background-color: #E6000D;
	opacity: .6;
}

.hover.slide-in-filter .filter2 {
	transition-delay: .4s;
	background-color: #fff;
}

.hover.slide-in-filter.hovering .filter1,
.hover.slide-in-filter.hovering .filter2 {
	left: 0;
}

.hover.slide-in-filter:not(.hovering) .list-inner {
	background-size: 100% auto;
}


/* スクロールダウン */
.scroll-item {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.scroll-inner {
	padding-top: 35px;
	position: absolute;
	bottom: 0;
	right: 5%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.scroll-inner:hover {
	opacity: 0.5;
	transition: 0.5s ease 0s;
	-webkit-transition: 0.5s ease 0s;

}

.scroll-item a {
	color: #fff;
}

.scroll-item a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-left: -17px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}

.scroll-item a span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 8px;
	height: 8px;
	margin: -7px 0 0 -4px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	animation: arrowmove 1.5s ease-in-out infinite;
}

.scroll-item {
	font-size: 1.2rem;
	color: #fff;
}

.scroll-item a:hover {
	text-decoration: none;
}


@-webkit-keyframes arrowmove {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}

	50% {
		-webkit-transform: rotate(-45deg) translate(-2px, 2px);
	}

	100% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
	}
}

@keyframes arrowmove {
	0% {
		transform: rotate(-45deg) translate(0, 0);
	}

	50% {
		transform: rotate(-45deg) translate(-2px, 2px);
	}

	100% {
		transform: rotate(-45deg) translate(0, 0);
	}
}


/* 文字アニメーション */
.anime-text {
	opacity: 0;
}

.anime-text p {
	display: inline-block;
	transform-origin: center center;
	transform: translate3d(0, 15px, 0);
}

.anime-text p span {
	transform-origin: center bottom;
	transform: scale3d(0.1, 0.1, 1);
	opacity: 0;
}

.anime-text p:nth-child(1) {
	transition: transform 0.8s ease 0.1s;
}

.anime-text p:nth-child(1) span {
	transition: transform 0.8s ease 0.1s, opacity 0.8s ease 0.1s;
}

.anime-text p:nth-child(2) {
	transition: transform 0.8s ease 0.2s;
}

.anime-text p:nth-child(2) span {
	transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
}

.anime-text p:nth-child(3) {
	transition: transform 0.8s ease 0.3s;
}

.anime-text p:nth-child(3) span {
	transition: transform 0.8s ease 0.3s, opacity 0.8s ease 0.3s;
}

.anime-text p:nth-child(4) {
	transition: transform 0.8s ease 0.4s;
}

.anime-text p:nth-child(4) span {
	transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
}

.anime-text p:nth-child(5) {
	transition: transform 0.8s ease 0.5s;
}

.anime-text p:nth-child(5) span {
	transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
}

.anime-text p:nth-child(6) {
	transition: transform 0.8s ease 0.6s;
}

.anime-text p:nth-child(6) span {
	transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
}

.anime-text p:nth-child(7) {
	transition: transform 0.8s ease 0.7s;
}

.anime-text p:nth-child(7) span {
	transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s;
}

.anime-text p:nth-child(8) {
	transition: transform 0.8s ease 0.8s;
}

.anime-text p:nth-child(8) span {
	transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
}

.anime-text p:nth-child(9) {
	transition: transform 0.8s ease 0.9s;
}

.anime-text p:nth-child(9) span {
	transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
}

.anime-text p:nth-child(10) {
	transition: transform 0.8s ease 1.0s;
}

.anime-text p:nth-child(10) span {
	transition: transform 0.8s ease 1s, opacity 0.8s ease 1s;
}

.anime-text p:nth-child(11) {
	transition: transform 0.8s ease 1.1s;
}

.anime-text p:nth-child(11) span {
	transition: transform 0.8s ease 1.1s, opacity 0.8s ease 1.1s;
}

.anime-text p:nth-child(12) {
	transition: transform 0.8s ease 1.2s;
}

.anime-text p:nth-child(12) span {
	transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s;
}

.anime-text p:nth-child(13) {
	transition: transform 0.8s ease 1.3s;
}

.anime-text p:nth-child(13) span {
	transition: transform 0.8s ease 1.3s, opacity 0.8s ease 1.3s;
}

.anime-text p:nth-child(14) {
	transition: transform 0.8s ease 1.4s;
}

.anime-text p:nth-child(14) span {
	transition: transform 0.8s ease 1.4s, opacity 0.8s ease 1.4s;
}

.anime-text.passed {
	opacity: 1;
}

.anime-text.passed p {
	transform: translate3d(0, 0, 0);
}

.anime-text.passed span {
	display: block;
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

/* ボタンアニメーション */
.btn-item .btn-bg-icon {
	animation: anim .3s ease-out forwards;
}

.btn-item:hover .btn-bg-icon {
	animation: anim-out .3s ease-out forwards;
}

@keyframes anim-out {
	0% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(20, 20);
	}
}

@keyframes anim {
	0% {
		transform: scale(20, 20);
	}

	100% {
		transform: scale(1, 1);
	}
}

/* ムービーボタンアニメーション */
.movie-btn-item .movie-btn-bg-icon {
	animation: anim-m .3s ease-out forwards;
}

.movie-btn-item:hover .movie-btn-bg-icon {
	animation: anim-m-out .3s ease-out forwards;
}

@keyframes anim-m-out {
	0% {
		transform: scale(1, 1);
	}

	100% {
		transform: scale(28, 28);
	}
}

@keyframes anim-m {
	0% {
		transform: scale(28, 28);
	}

	100% {
		transform: scale(1, 1);
	}
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {}

/* ====================================
	767px以下専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	/* メインビジュアル */
	#mainVisual .visual {
		width: 100vw;
		height: 100vw;
	}

	#mainVisual .visual1 {
		background-image: url(images/main-visual1_sp.jpg);
	}

	#mainVisual .visual2 {
		background-image: url(images/main-visual2_sp.jpg);
	}

	#mainVisual .visual3 {
		background-image: url(images/main-visual3_sp.jpg);
	}

	#mainVisual .visual4 {
		background-image: url(images/main-visual4_sp.jpg);
	}

	.mv-title-container {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.mv-title-container .mv-copy-item {
		width: 100%;
		position: absolute;
		bottom: -4px;
		left: 0;
	}

	.mv-title-container .mv-copy {
		padding: 0;
	}

	.mv-title-container .mv-copy span {
		font-size: 14vw;
		line-height: 1;
	}

	.mv-title-container .mv-title {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5%;
	}

	.mv-title-container .mv-title span {
		font-size: 3vw;
		line-height: 1.6;
	}

	.mv-title-container .mv-text {
		margin-bottom: 4%;
	}

	.scroll-inner {
		bottom: -15px;
	}


}

/* ====================================
	768px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {}


/* ====================================
	768px以上1199px以下専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1199px) {

	/* メインビジュアル */
	#mainVisual .visual {
		width: 100%;
		height: 60vw;
	}

	.mv-title-container {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.mv-title-container .mv-copy-item {
		width: 100%;
		position: absolute;
		bottom: -6px;
		left: 0;
	}

	.mv-title-container .mv-copy {
		padding: 0 5%;
	}

	.mv-title-container .mv-copy span {
		font-size: 9vw;
		line-height: 1;
	}

	.mv-title-container .mv-title {
		position: absolute;
		top: 25%;
		left: 55%;
	}

	.mv-title-container .mv-title span {
		font-size: 2.8vw;
		line-height: 1.6;
	}

	.mv-title-container .mv-text {
		margin-bottom: 4%;
	}
}

/* ====================================
	1200px以上専用スタイル
===================================== */
@media screen and (min-width: 1200px) {

	/* メインビジュアル */
	#mainVisual .visual {
		width: 100%;
		height: calc(100vh - 159px);
	}

	.mv-title-container {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.mv-title-container .mv-copy-item {
		width: 100%;
		position: absolute;
		bottom: -6px;
		left: 0;

	}

	.mv-title-container .mv-copy {
		width: 1200px;
		margin: 0 auto;
	}

	html #mainVisual .mv-title-container .mv-copy {
		font-size: 100%;
	}

	.mv-title-container .mv-copy span {
		font-size: 12rem;
		line-height: 1;
	}

	.mv-title-container .mv-title {
		position: absolute;
		top: 20vh;
		left: 55vw;
	}

	.mv-title-container .mv-title span {
		font-size: 2.8vw;
		line-height: 1.6;
	}

	.mv-title-container .mv-text {
		margin-bottom: 4%;
	}
}