@charset "UTF-8";


/* Sass Document */
.ly-movie-wrapper {
	position: relative;
	width: 100%;
	/* height: 780px; */
	height: 100vh;
	/* カスタムプロパティ未対応ブラウザ用のフォールバック */
	height: calc(var(--vh, 1vh) * 100);
}

.l-kv__movie {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mv {
	position: relative;
}

#mv .hot_news {
	z-index: 10;
	position: absolute;
	right: 0;
	bottom: 2.6em;
	left: 0;
	width: 86%;
	margin: 0 auto;
	padding: 2rem;
}

#mv .hot_news p,
#mv .hot_news p a {
	color: #fff;
}

#mv .hot_news .hot_news__link p {
	display: inline;
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}

#mv .hot_news .hot_news__link:hover p {
	border-bottom-color: #fff;
}

#mv .hot_news .date {
	font-size: 1.8rem;
}

#mv .hot_news .arrow {
	position: relative;
	margin: 0 0 0 auto;
	overflow: hidden;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	text-align: right;
}

#mv .hot_news .arrow a {
	display: inline-block;
	position: relative;
	padding-bottom: .6rem;
	overflow-x: hidden;
}

#mv .hot_news .arrow a:hover::after {
	animation-name: lineMove;
	animation-duration: .4s;
}

#mv .hot_news .arrow a:hover .m-arrow {
	animation-name: arrowMove;
	animation-duration: .4s;
}

#mv .hot_news .arrow a::after {
	display: inline-block;
	position: absolute;
	bottom: 0rem;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
}

#mv .hot_news .arrow a .m-arrow {
	display: inline-block;
	padding-left: 1rem;
}

@keyframes arrowMove {
	0% {
		opacity: 1;
	}
	40% {
		transform: translateX(100%);
		opacity: 0;
	}
	60% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes lineMove {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}

.news_slider {
	width: 100%;
}

.news_slider .m-wrapper {
	display: flex;
	align-items: flex-end;
}

.news-nav {
	margin-top: 1rem;
}

.news-nav .arrows {
	display: flex;
	align-items: center;
	color: #fff;
}

.news-nav .prev-arrow,
.news-nav .next-arrow {
	color: #fff;
	cursor: pointer;
}

.news-nav .slick-dots {
	display: flex;
	align-items: center;
	margin: 0 1rem;
}

.news-nav .slick-dots li {
	margin: 0 .3rem;
}

.news-nav .slick-dots button {
	border: none;
	border-bottom: 1px solid transparent;
	outline: none;
	background: transparent;
	color: #fff;
	font-size: 1.6rem;
	cursor: pointer;
}

.news-nav .slick-dots button:hover {
	border-bottom-color: #fff;
}

.news-nav .slick-dots .slick-active button {
	border-bottom-color: #fff;
}

#mv .hot_news .arrow a img {
	width: 1em;
	height: auto;
}

#mv .hot_news .txt {
	margin: 0.5em 0 0.8em;
}

#mv .ly-scroll-wrapper {
	z-index: 10;
	position: absolute;
	right: 2.6em;
	bottom: 2.6em;
	width: 2em;
}

#mv .scroll-mask {
	display: inline-block;
	width: 2em;
	overflow: hidden;
	animation: slideTextY100 3s ease-in-out infinite;
}

@keyframes slideTextY100 {
	0% {
		transform: translateY(100%);
	}
	5% {
		transform: translateY(0);
	}
	95% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}

@keyframes slideTextY-100 {
	0% {
		transform: translateY(-100%);
	}
	5% {
		transform: translateY(0);
	}
	95% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(100%);
	}
}

#mv .scroll {
	-ms-writing-mode: tb-rl;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 8em;
	color: #fff;
	animation: slideTextY-100 3s ease-in-out infinite;
	writing-mode: vertical-rl;
}

#mv .scroll img {
	margin-right: .2em;
}

#mv .copy {
	-ms-writing-mode: tb-rl;
	position: absolute;
	top: 50%;
	left: 2.6em;
	transform: translateY(-50%);
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	writing-mode: vertical-rl;
}

/*.swiper-slide{
	height: 80%;
	border: 1px solid red;
	overflow: hidden;
	.img__wrapper{
		width: 100%;
		img{
			display: inline-block;
			transform: scale(1.2,1.2) translateX(-2%);
		}
	}
}
.slick-active{
	.img__wrapper{
		 animation-duration: 5s;
		 animation-name: mvSlide;
	}
}
@keyframes mvSlide{
	0%{
		transform: scale(1.2,1.2) translateX(-2%);
	}
	100%{
		transform: scale(1.2,1.2) translateX(0%);
	}
}*/
.swiper {
	z-index: 1;
	position: relative;
}

.swiper-slide {
	height: 100%;
}

.swiper-wrapper picture　img {
	width: 100%;
	height: 50vw;
	object-fit: cover;
}

.swiper-wrapper picture {
	/* 画像 ズーム要素の初期設定 */
	transform: scale(1.1, 1.1) translateX(-3%);
	transition: 0s;
}

.swiper-wrapper .slick-active picture {
	/* 画像　slick-active(効果開始) */
	/* ズームをかける要素には必ずフェードに対して大きめのtransition-durationを取る */
	transform: scale(1.1, 1.1) translateX(0);
	transition: ease 10.0s;
}

.swiper-wrapper .slick-continue picture {
	/* 画像　slick-continue */
	/* ズームをかける要素には必ずフェードに対して大きめのtransition-durationを取る */
	transform: scale(1.1, 1.1) translateX(0);
	transition: ease 10.0s;
}

/* ------------------------------
catch
------------------------------ */
.catch {
	margin-top: 15rem;
	padding: 0 2rem 8rem;
}

.catch__title {
	font-size: 3.2rem;
	line-height: 1.8;
	text-align: center;
}

.catch .txt {
	margin-top: 5rem;
	font-size: 1.5rem;
	line-height: 2.6;
	text-align: center;
}

.catch .ly-link-wrapper {
	margin-top: 4rem;
	text-align: center;
}

/* ------------------------------
process
------------------------------ */
.process {
	margin-top: 2rem;
	padding-bottom: 2rem;
}

.process .ly-col2 {
	align-items: center;
}

.process .img-wrapper {
	flex-grow: 1;
	width: 50%;
	margin-right: calc(50% - 50vw);
	padding-left: 5%;
}

.process .img-wrapper img {
	min-height: 50rem;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/*IE対策*/
}

.process .text-wrapper {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 50%;
	padding-right: 5%;
}

.process .thumbnail-wrapper {
	margin-top: 12rem;
}

/* ------------------------------
leather
------------------------------ */
.leather {
	max-width: 1450px;
	margin: 8rem auto 0;
	padding: 0 2rem 8rem 0;
}

.leather .text-wrapper {
	padding-top: 10vw;
}

.leather .text-wrapper .text-area {
	max-width: 54rem;
}

.leather .img-wrapper {
	width: auto;
	width: 45%;
	margin-right: auto;
	padding-right: 10%;
}

.leather .thumbnail-wrapper {
	margin-top: 10rem;
	margin-left: 10%;
}

/* ------------------------------
environment
------------------------------ */
.environment {
	max-width: 1450px;
	margin: 0 auto;
	margin-top: 8rem;
	padding: 0 0 8rem 2rem;
}

.environment .ly-col2 {
	align-items: center;
	justify-content: space-between;
}

.environment .img-wrapper {
	width: 55%;
	padding-left: 5%;
}

.environment .img-wrapper img {
	min-height: 50rem;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	/*IE対策*/
}

.environment .text-wrapper {
	width: 45%;
	padding-right: 5%;
}

.environment .text-area {
	max-width: 53rem;
}

/* ------------------------------
news
------------------------------ */
.news {
	padding: 8rem 2rem;
}

.news .ly-col2 {
	justify-content: space-between;
}

.news .ly_title-wrapper {
	margin-right: 6rem;
}

.news__title {
	display: inline-block;
	font-size: 4.0rem;
	line-height: 1;
	text-align: center;
}

.news__title .m-text-small {
	display: block;
	margin-top: 1rem;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
}

.news .ly-news-content {
	flex-shrink: 0;
	width: 69.74%;
}

.news .news__list {
	margin-top: 1rem;
}

.news .news__item {
	border-top: 1px solid #000;
}

.news .news__item:last-of-type {
	border-bottom: 1px solid #000;
}

.news .news__item .m-ymd {
	display: inline-block;
	flex-shrink: 0;
	padding-top: .3em;
	padding-right: 4rem;
	font-size: 1.3rem;
}

.news .news__link {
	display: flex;
	align-items: center;
	min-height: 14rem;
	transition: 0.3s;
}

.news .news__link:hover .txt span {
	border-color: #000;
}

.news .news__link .txt {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news .news__link .txt span {
	border-bottom: 1px solid transparent;
	transition: 0.3s;
}

.news .ly-link-wrapper {
	margin-top: 4rem;
	text-align: right;
}

/* ------------------------------
column
------------------------------ */
.column {
	padding: 8rem 2rem;
}
.column .ly-link-wrapper {
	margin-top: 4rem;
	text-align: right;
}
@media screen and (min-width: 768px) {
	.column .column_list {
		width: 1000px;
		max-width: 100%;
		margin: 80px auto 0;
	}
}

/* ------------------------------
leather-image
------------------------------ */
.leather-image {
	padding: 8rem 0;
}

.leather-image img {
	width: 100%;
	height: auto;
}

/* ------------------------------
onlineshop
------------------------------ */
.onlineshop {
	display: flex;
	justify-content: space-between;
	max-width: 1360px;
	margin: 0 auto;
	margin-top: 8rem;
	padding: 0 8rem 16rem;
}

.m-link-online {
	flex: 0 0 48.5%;
	display: block;
	position: relative;
	max-width: 580px;
	overflow: hidden;
}

.m-link-online:hover .bg {
	transform: scale(1.1, 1.1);
}

.m-link-online .bg {
	width: 100%;
	height: auto;
	transition: .5s ease-in-out;
}

.m-link-online .txt {
	z-index: 10;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -.5em;
	color: #fff;
	font-size: 4.0rem;
	letter-spacing: .1em;
	line-height: 1;
	text-align: center;
}

.m-link-online .txt .m-text-small {
	display: block;
	margin-top: 1.5rem;
	font-size: 1.2rem;
	line-height: 1;
}

.m-link-online .en .logo {
	width: 150px;
}

.ly-col2 {
	display: flex;
	margin: 0 auto;
}

.ly-col2.ly-reverse {
	flex-direction: row-reverse;
}

.m-section .en-title {
	margin-bottom: 4rem;
	font-size: 4.0rem;
	line-height: 1.4;
}

.m-section .jp-title {
	margin-bottom: 2.5rem;
	font-size: 2.4rem;
	line-height: 1.6;
}

.m-section .m-text-small {
	display: block;
	font-size: 1.2rem;
	word-break: break-word;
}

.m-section .txt {
	line-height: 2.4;
}

.m-section .ly-link-wrapper {
	margin-top: 4rem;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.ly-movie-wrapper {
		height: 56vw;
	}
	#mv .hot_news {
		position: static;
		bottom: 1.5em;
		width: 100%;
		background-color: #000;
	}
	#mv .ly-scroll-wrapper {
		display: none;
	}
	#header .logo {
		display: none;
		width: 6.25rem;
	}
	#mv .copy {
		display: none;
	}
	.swiper-slide {
		height: auto;
	}
	.catch {
		margin-top: 4rem;
		padding: 0 2rem 2rem;
	}
	.catch__title {
		font-size: 5.2vw;
	}
	.catch .txt {
		margin-top: 3rem;
		font-size: 3.6vw;
		line-height: 2;
		text-align: left;
	}
	.catch .ly-link-wrapper {
		text-align: right;
	}
	.process .img-wrapper {
		width: auto;
		padding-left: 0;
	}
	.process .img-wrapper img {
		min-height: inherit;
	}
	.process .text-wrapper {
		width: auto;
		padding-right: 0;
	}
	.process .thumbnail-wrapper {
		margin-top: 8rem;
		margin-right: 12%;
	}
	.process .thumbnail-wrapper.wrap {
		padding-left: 0;
	}
	.leather {
		margin-top: 6rem;
		padding: 0 2rem 6rem;
	}
	.leather .text-wrapper {
		width: auto;
		padding-top: 0;
	}
	.leather .text-wrapper .text-area {
		max-width: inherit;
	}
	.leather .img-wrapper {
		width: auto;
		margin-left: calc(50% - 50vw);
		padding-right: 0;
	}
	.leather .img-wrapper img {
		min-height: inherit;
	}
	.leather .thumbnail-wrapper {
		margin: 6rem 5rem 0;
	}
	.environment {
		margin-top: 4rem;
		padding: 0 2rem 4rem;
	}
	.environment .img-wrapper {
		width: auto;
		margin-right: calc(50% - 50vw);
		padding-left: 0;
	}
	.environment .img-wrapper img {
		min-height: inherit;
	}
	.environment .text-wrapper {
		width: auto;
		padding-right: 0;
	}
	.environment .text-area {
		max-width: inherit;
	}
	.news {
		padding: 4rem 2rem;
	}
	.news .ly_title-wrapper {
		margin-right: 0;
	}
	.news__title {
		display: block;
		font-size: 7.8vw;
	}
	.news__title .m-text-small {
		font-size: 3.4vw;
	}
	.news .ly-news-content {
		width: auto;
	}
	.news .news__list {
		margin-top: 3rem;
	}
	.news .news__item {
		display: block;
	}
	.news .news__item .m-ymd {
		margin-bottom: 0.5rem;
		font-size: 3.6vw;
	}
	.news .news__link {
		display: block;
		padding-top: 2rem;
	}
	.news .news__link .txt {
		width: auto;
		overflow: visible;
		text-overflow: inherit;
		white-space: normal;
	}
	.leather-image {
		padding: 4rem 0;
	}
	.onlineshop {
		display: block;
	}
	.m-link-online {
		height: auto;
	}
	.m-link-online:first-child {
		margin-bottom: 2rem;
	}
	.m-link-online .txt {
		font-size: 6.2vw;
	}
	.m-link-online .txt .m-text-small {
		font-size: 2.8vw;
	}
	.m-link-online .en .logo {
		width: 25vw;
	}
	.ly-col2 {
		display: block;
	}
	.m-section .en-title {
		margin-top: 4rem;
		font-size: 8.3vw;
	}
	.m-section .jp-title {
		font-size: 5.2vw;
		line-height: 2;
	}
	.m-section .m-text-small {
		margin-top: 1rem;
		font-size: 3.1vw;
	}
	.m-section .txt {
		line-height: 2;
	}
	.m-section .ly-link-wrapper {
		margin-top: 6rem;
	}
}

@media screen and (max-width: 1000px) {
	#mv .hot_news .arrow {
		width: 9em;
	}
}

/*# sourceMappingURL=sourcemaps/index.css.map */
