@charset "UTF-8";

/* ==================================================

MAIN

*/
.p-main {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 800px;
	background-color: #000;
	line-height: 1;
	color: #fff;
}
.p-main__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-main__video::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
}
.p-main__video video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-main__kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.p-main__kv::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(145deg, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
}
.p-main__container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	padding: 0 50px;
	width: 100%;
	max-width: 1400px;
}
.p-main__head {
	width: 442px;
}
.p-main__head h1 {
	position: relative;
	font-weight: 700;
	font-size: 106px;
	text-indent: -3px;
	letter-spacing: 1px;
	white-space: nowrap;
}
.p-main__head h1::before,
.p-main__head h1::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
}
.p-main__head h1::before {
	width: 100%;
	height: 1px;
}
.p-main__head h1::after {
	width: 120px;
	height: 3px;
}
.p-main__head h2 {
	margin: 15px 0 0 0;
	font-weight: 600;
	font-size: 60px;
	text-indent: -2px;
	white-space: nowrap;
}
.p-main__head h3 {
	font-size: 20px;
	line-height: 1.5;
}
.p-main__frame {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
}
.p-main__frame::before,
.p-main__frame::after {
	content: '';
	display: block;
	position: absolute;
}
.p-main__frame::before {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 7680px 80px;
	background-image: url(../img/frame01.svg);
}
.p-main__frame::after {
	top: 13px;
	right: 0;
	background-color: #fff;
	width: 220px;
	height: 3px;
}
@media screen and (max-width: 768px) {
	.p-main {
		height: 180vw;
	}
	.p-main__container {
		justify-content: center;
		padding: 0;
	}
	.p-main__head {
		width: 73vw;
	}
	.p-main__head h1 {
		font-size: 17.46vw;
		text-indent: 0;
		letter-spacing: 0;
		text-align: center;
	}
	.p-main__head h1::after {
		width: 20vw;
	}
	.p-main__head h2 {
		margin: 0.3em 0 0 0;
		font-size: 9.74vw;
		text-indent: 0;
	}
	.p-main__head h3 {
		font-size: 5.1vw;
		line-height: 1.5;
	}
	.p-main__frame::after {
		width: 28vw;
	}
}

/* ==================================================

PRODUCTS

*/
.p-products {
}
.p-products * {
	min-height: 0;
	min-width : 0;
}
.p-products__heading {
	padding: 20px 0 35px 0;
}
.p-products__foot {
	position: relative;
	padding: 30px 0 100px 0;
}
.p-products__frame {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 80px;
}
.p-products__frame::before,
.p-products__frame::after {
	content: '';
	display: block;
	position: absolute;
}
.p-products__frame::before {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 7680px 80px;
	background-image: url(../img/frame02.svg);
}
.p-products__frame::after {
	top: 13px;
	right: 0;
	background-color: #fff;
	width: 220px;
	height: 3px;
}
/**/
.p-products-gallery {
	display: flex;
	position: relative;
	color: #fff;
}
.p-products-gallery__frame {
	position: absolute;
	left: 0;
	width: 100%;
	height: 80px;
}
.p-products-gallery__frame::before,
.p-products-gallery__frame::after {
	content: '';
	display: block;
	position: absolute;
}
.p-products-gallery__frame::before {
	width: 100%;
	height: 100%;
	background-size: 7680px 80px;
}
.p-products-gallery__frame::after {
	background-color: #fff;
	width: 220px;
	height: 3px;
}
.p-products-gallery__frame--top {
	top: 0;
}
.p-products-gallery__frame--top::before {
	background-position: 0% 0;
	background-image: url(../img/frame-new-products01.svg);
}
.p-products-gallery__frame--top::after {
	top: 21px;
	right: 0;
}
.p-products-gallery__frame--bottom {
	bottom: 0;
}
.p-products-gallery__frame--bottom::before {
	background-position: 100% 0;
	background-image: url(../img/frame-new-products02.svg);
}
.p-products-gallery__frame--bottom::after {
	bottom: 25px;
	left: 0;
}
.p-products-gallery__slider {
	position: relative;
	margin: 20px 0 0 0;
}
.p-products-gallery__slider .slick-arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
}
.p-products-gallery__slider .slick-arrow i {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
}
.p-products-gallery__slider .slick-prev {
	right: 50%;
	margin-right: 154px;
}
.p-products-gallery__slider .slick-prev i {
	background-image: url(../img/slick-arrow-prev.svg);
}
.p-products-gallery__slider .slick-next {
	left: 50%;
	margin-left: 154px;
}
.p-products-gallery__slider .slick-next i {
	background-image: url(../img/slick-arrow-next.svg);
}
.p-products-gallery__slider .slick-dots {
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: -100px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.p-products-gallery__slider .slick-dots button {
	overflow: hidden;
	position: relative;
	width: 16px;
	height: 16px;
	text-indent: -999px;
}
.p-products-gallery__slider .slick-dots button::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -4px;
	width: 8px;
	height: 8px;
	background-color: #ccc;
	border-radius: 50%;
}
.p-products-gallery__slider .slick-dots .slick-active button::before {
	background-color: #bc954e;
}
.p-products-gallery__block {
	position: relative;
	flex-basis: 50%;
	padding: 50px 0 20px 0;
}
.p-products-gallery__block--monoblock {
	background-color: #222;
}
.p-products-gallery__block--modular {
	background-color: #999;
}
.p-products-gallery__inner {
	position: relative;
	padding: 0 0 130px 0;
}
.p-products-gallery__heading {
	margin: 0 auto;
	width: 220px;
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 48px;
	line-height: 1;
}
.p-products-gallery__item {
	width: 25.9vw;
	min-width: 285px;
}
.p-products-gallery__image {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 285px;
	height: 285px;
}
.p-products-gallery__image img {
	display: block;
	width: 100%;
	transform: scale(0.59);
	transition: transform 0.6s;
}
.slick-center .p-products-gallery__image img {
	transform: scale(1);
}
.p-products-gallery__name {
	position: absolute;
	bottom: 60px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 60px;
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	transition: opacity 0.4s;
}
.changing .p-products-gallery__name {
	opacity: 0;
}
.p-products-gallery__block .c-button {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -20px;
	width: 100%;
}
.p-products-gallery__block .c-button::before,
.p-products-gallery__block .c-button::after {
	content: none;
}
@media screen and (min-width: 769px) {
	.device-pc .p-products-gallery__item a {
		transition: opacity 0.3s;
	}
	.device-pc .p-products-gallery__item a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 768px) {
	.p-products__heading {
		padding: 20px 0 35px 0;
	}
	.p-products__foot {
		padding: 25px 0 70px 0;
	}
	.p-products__frame::after {
		width: 28vw;
	}
	/**/
	.p-products-gallery {
		display: block;
	}
	.p-products-gallery__frame::after {
		content: none;
	}
	.p-products-gallery__slider {
		margin: 30px 0 0 0;
	}
	.p-products-gallery__slider .slick-prev {
		left: 5px;
		right: auto;
		margin-right: 0;
	}
	.p-products-gallery__slider .slick-next {
		right: 5px;
		left: auto;
		margin-left: 0;
	}
	.p-products-gallery__slider .slick-dots {
		bottom: -100px;
	}
	.p-products-gallery__block--monoblock {
		padding: 60px 0 20px 0;
	}
	.p-products-gallery__block--modular {
		padding: 80px 0 20px 0;
	}
	.p-products-gallery__inner {
		padding: 0 0 130px 0;
	}
	.p-products-gallery__heading {
		width: 160px;
		font-size: 30px;
	}
	.p-products-gallery__item {
		width: 100vw;
		min-width: initial;
	}
	.p-products-gallery__image {
		width: 73vw;
		height: 73vw;
		max-width: 285px;
		max-height: 285px;
	}
}

/* ==================================================

ABOUT

*/
.p-about {
	background-color: #000;
	color: #fff;
}
.p-about__container {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px;
}
.p-about__wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 100px 0;
}
.p-about__video {
	flex-basis: 50%;
	padding: 0 0 0 30px;
}
.p-about__video video {
	width: 100%;
}
.p-about__detail {
	flex-basis: 50%;
	padding: 0 30px 0 0;
	font-size: 18px;
}
.p-about__foot {
	position: relative;
	padding: 0 0 100px 0;
	background-color: #111;
}
.p-about__frame {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 80px;
}
.p-about__frame::before,
.p-about__frame::after {
	content: '';
	display: block;
	position: absolute;
}
.p-about__frame::before {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 7680px 80px;
	background-image: url(../img/frame02.svg);
}
.p-about__frame::after {
	top: 13px;
	right: 0;
	background-color: #fff;
	width: 220px;
	height: 3px;
}
@media screen and (max-width: 768px) {
	.p-about__container {
		padding: 0 10px;
	}
	.p-about__wrap {
		display: block;
		padding: 100px 0 80px 0;
	}
	.p-about__video {
		padding: 0;
	}
	.p-about__detail {
		padding: 20px 0 0 0;
		font-size: 15px;
	}
	.p-about__foot {
		padding: 0 0 70px 0;
	}
	.p-about__frame::after {
		width: 28vw;
	}
}

/* ==================================================

GALLERY

*/
.p-gallery {
	padding: 110px 0 0 0;
	background-color: #999;
}
.p-gallery__list {
	margin: 0 auto;
	padding: 40px 40px 60px 40px;
	max-width: 1100px;
}
.p-gallery__list ul {
	display: flex;
	flex-wrap: wrap;
}
.p-gallery__list li {
	flex-basis: 33.333%;
	padding: 10px;
}
.p-gallery__list li a {
	display: block;
	position: relative;
	height: 0;
	padding-top: 100%;
}
.p-gallery__list li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-gallery__foot {
	padding: 0 0 40px 0;
	background-color: #111;
}
@media screen and (max-width: 768px) {
	.p-gallery {
		padding: 90px 0 0 0;
	}
	.p-gallery__list {
		padding: 20px 5px 60px 5px;
	}
	.p-gallery__list li {
		flex-basis: 50%;
		padding: 5px;
	}
	.p-gallery__foot {
		padding: 0 0 50px 0;
		background-color: #111;
	}
}

/* ==================================================

点滅

*/
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
