@charset "utf-8";@charset "utf-8";@charset "UTF-8";

@font-face {
	font-family: 'hiragino-sans-gb-r';
	src: url(/assets/front/fonts/hiragino-sans-gb-w3.otf);
}
@font-face {
	font-family: 'hiragino-sans-gb-b';
	src: url(/assets/front/fonts/hiragino-sans-gb-w6.otf);
}

.crumbsList {
	display: none;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 11.6vw;
	font-weight: bold;
}

.lpContents-inner {
	max-width: 800px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.mv-area img {
	width: 100%;
}

.movie-area p {
	font-family: 'hiragino-sans-gb-r';
	font-size: 16.5px;
	line-height: 1.5;
}

.movie-area p span.en {
	font-family: 'hiragino-sans-gb-b';
	font-size: 16.5px;
}

.image-wrap {
	display: flex;
	justify-content: space-between;
}

.look-area {
	margin-bottom: 90px;
}

.look-area .text-wrap p {
	display: flex;
	justify-content: space-between;
}

.look-area .text-wrap p {
	font-family: 'helvetica-neue-r';
	font-size: 27.5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 0;
}

.look-area .text-wrap p span {
	font-size: 15px;
}

.look-area .image-wrap {
	display: flex;
	justify-content: space-between;
}

.movie-area {
	display: flex;
	justify-content: space-between;
}

.look-area .image-wrap {
	display: flex;
	justify-content: space-between;
}
.look-area .image-wrap img {
	width: 50%;
}

.movie-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 130px;
}

.movie-area .movie-wrap {
	width: 48%;
}

.movie-area .movie-wrap video {
	width: 100%;
	margin-bottom: 50px;
}

.movie-area .text-wrap {
	width: 48%;
}

.text-wrap h3 {
	margin-bottom: 100px;
}

.text-wrap h3 img {
	width: 80%;
	margin: 0 auto;
	display: block;
}

.btn-area {
	margin-top: 60px;
	text-align: center;
}

.btn-area a {
	color: #fff;
	background: #000;
	padding: 13px 0;
	display: inline-block;
	font-family: 'Helvetica-neue-r';
	font-size: 16px;
	width: 240px;
	text-align: center;
	margin-bottom: 30px;
}

.btn-area  {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.intro-area .text-wrap h4 {
	font-family: 'hiragino-sans-gb-b';
	font-size: 17.5px;
}

.intro-area .text-wrap p {
	font-family: 'hiragino-sans-gb-r';
	font-size: 16.5px;
	margin-bottom: 50px;
	line-height: 1.8;
}

h2 {
	margin-top: -10px;
	margin-bottom: 120px;
}

 #popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000;
	justify-content: center;
	align-items: center;
}
#popup .content {
	width: 80%;
	position: relative;
}

.close {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

.close:before, 
.close:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: white;
    border-radius: 1px;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    outline: none;
}

.slick-prev:hover,
.slick-next:hover {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* 左矢印 */
.slick-prev:before,
.slick-next:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.slick-prev:before {
    transform: rotate(135deg);
background: none;
}

.slick-next:before {
    transform: rotate(-45deg);
background: none;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

#popup-slider {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

#popup-slider .slick-slide img {
    display: block;
    margin: 0 auto;
    max-height: 80vh; 
    max-width: inherit;
    object-fit: contain;
}

#popup-slider .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 80vh;
    box-sizing: border-box;
}

.slick-slide {
	display: none;
}

.slick-slide.slick-active {
	display: block;
}

@media screen and (max-width: 750px) {
	.text-wrap h3 {
		margin-bottom: 30px;
	}
	.movie-area p {
		font-size: 14px;
	}
	.movie-area .movie-wrap video {
		margin-bottom: 10px;
	}
	.movie-area {
		margin-bottom: 65px;
	}
	.look-area .text-wrap p {
		font-size: 14px;
	}
	.look-area .text-wrap p span {
		font-size: 12px;
		margin-left: 5px;
		display: block;
	}
	.intro-area .text-wrap p {
		font-size: 14px;
	}
	.look-area {
		margin-bottom: 45px;
	}
	.intro-area .text-wrap h4 {
		font-size: 16px;
	}
	.btn-area {
		margin-top: 30px;
	}
	.movie-area p span.en {
		font-size: 14px;
	}
	h2 {
		margin-bottom: 60px;
	}
	.movie-area {
		flex-direction: column-reverse;
		max-width: 400px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.movie-area .text-wrap {
		width: 100%;
		margin-bottom: 30px;
	}
	.movie-area .movie-wrap {
		width: 100%;
	}
.slick-list {
overflow: inherit !important;
}
#popup-slider .slick-slide img {
max-width:60vh !important;
}
}

