@charset "utf-8";

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

	index

==============================================*/
.mv {
	width: 100%;
	position: relative;
}
.mv .inner {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	text-align: center;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	max-width: 1040px;
	padding: 0 20px;
}
.mv .inner .catch {
	font-size: 1.6rem;
    letter-spacing: 2px;
	color:var(--wt);
	margin-top: 30px;
}

.mv-animation {
	clip-path: inset(100% 0 0 0);
	transition: clip-path 1.5s ease;
}
.mv-animation.move {
	clip-path: inset(0);
}
.mv-animation.visible {
	opacity: 1;
}

.mv-animation .inner h1,
.mv-animation .inner p.catch {
	transform: translateY(30px);
	transition: all 1.5s ease;
	opacity: 0;
}


.mv-animation.move .inner h1 {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .8s;
}
.mv-animation.move .inner p.catch {
	transform: translateY(0);
	opacity: 1;
	transition-delay: 1s;
}

.about {
	margin-top: 150px;
}
.about .inner {
	display: flex;
	justify-content: space-between;
	max-width: 1480px;
	margin: 0 auto;
}
.about .inner .imgs {
	width: 513px;
}
.about .inner .exp{
	width: calc(100% - 513px);
	padding-left: 190px;
}
.about .inner .exp h2 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	margin-top: 10px;
}
.about .inner .exp h3 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	margin-top: 30px;
	letter-spacing: 3px;
	line-height: 2em;
}
.about .inner .exp .text {
	font-size: 1.4rem;
	line-height: 2.4em;
}
.about .inner .exp .btn {
	margin-top: 60px;
}
.collection {
	margin-bottom: 150px;
}
.collection .inner {
	display: flex;
	max-width: 1480px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: flex-end;
	border-top: 1px solid var(--gray);
}
.collection .inner .imgs {
	order: 1;
	display: flex;
	gap: 5px;
	width: 52%;
}
.collection .inner .imgs picture img {
	width: 100%;
}
.collection .inner .imgs picture:nth-of-type(1) {
	width: 60%;
}
.collection .inner .imgs picture:nth-of-type(2) {
	width: calc(40% - 5px);
}
.collection .inner .exp {
	padding-left: calc((100% - 1180px) / 2);
	padding-bottom: 40px;
}
.collection .inner .exp h2 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	margin-top: 10px;
}
.collection .inner .exp h3 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	margin-top: 30px;
	letter-spacing: 3px;
}
.collection .inner .exp .en {
	margin-bottom: 20px;
}
.collection .inner .exp .en img:nth-of-type(1) {
	margin-bottom: 20px;
}
.collection .inner .exp .text {
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 2.4em;
}
.collection .inner .exp .btn {
	margin-top: 60px;
}
.collection .collection_box {
	margin-top: 100px;
}
.collection .collection_box .heading {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	padding-bottom: 10px;
}
.collection .collection_box h3 {
	margin-bottom: 20px;
	font-size: 1.3rem;
	margin-top: 10px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0 0px;
	padding-bottom: 10px;
	display: inline-block;
	border-bottom: 1px solid var(--gd);
}
.collection .collection_box h3 img {
	margin-right: 30px;
	display: inline;
	vertical-align: middle;
}
.collection .collection_box .btn {
	margin-left: calc((100% - 1240px) / 2 + 20px);
	margin-top: 40px;
}

.brides {
	margin: 150px 0;
	position: relative;
	/* padding-bottom: 40px; */
	/* padding-bottom: 60px; */
}
.brides > picture {
	display: flex;
	object-fit: cover;
	object-position: center;
	align-items: center;
	/* width: 100%; */
	height: 100%;
	/* display: block; */
	justify-content: center;
}
.brides > .en {
	position: absolute;
	z-index: 3;
	bottom: 440px;
	left: calc((100% - 1240px) / 2 + 70px);
}
.brides .inner {
	position: absolute;
    top: auto;
    left: calc((100% - 800px) / 2 + 100px);
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1;
    width: 880px;
}
.brides .inner .imgs {
	order: 1;
	width: 400px;
	z-index: 2;
	height: 100%;
}
.brides .inner .imgs .brides_marquee {
	height: 100%;
	overflow: hidden;
}
.brides .inner .imgs .brides_marquee__track {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
	animation: brides-marquee-vertical 40s linear infinite;
}
.brides .inner .imgs .brides_marquee__slide {
	flex-shrink: 0;
	height: auto;
}
.brides .inner .imgs .brides_marquee__slide img {
	width: 100%;
	display: block;
}
@keyframes brides-marquee-vertical {
	0% { transform: translateY(0); }
	100% { transform: translateY(-50%); }
}
@keyframes brides-marquee-horizontal {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
.brides .inner .box {
	padding-bottom: 120px;
	padding-left: 80px;
}
.brides .inner .box h2 {
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-top: 30px;
	letter-spacing: 3px;
	color: var(--wt);
	text-align: right;
}
.brides .inner .box .catch {
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: var(--wt);
	text-align: right;
}
.brides .inner .box .text {
	font-size: 1.4rem;
	line-height: 2.4em;
	color: var(--wt);
	text-align: right;
}
.brides .inner .box .btn {
	margin-top: 60px;
}
.brides .inner .box .btn a {
	margin-left: 40px;
	display: inline-block;
}

.store {
	margin: 150px 0 0;
}
.store .inner {
	display: flex;
}
.store .inner .img {
	order: 1;
	width: 50%;
	padding-right: calc((100% - 1540px) / 2 + 20px);
}
.store .inner .img img {
	width: 100%;
}
.store .inner .exp {
	width: 50%;
	padding-left: calc((100% - 1240px) / 2 + 20px);
}
.store .inner .exp h2 {
	font-size: 1.4rem;
	margin-bottom: 20px;
	margin-top: 20px;
}
.store .inner .exp .text {
	font-size: 1.4rem;
	line-height: 2.4em;
	margin-bottom: 30px;
}
.store .inner .exp .btn {
	margin-bottom: 10px;
}

.news {
	padding: 150px 0 150px;
	border-top: 1px solid var(--gray);
	background-image: url(../../common/img/c_bg.png);
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.news .inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
}
.news .inner .imgs {
	order: 1;
	width: 50%;
}
.news .inner .heading {
	width: 276px;
}
.news .inner .heading h2 {
	border-bottom: 1px solid var(--gd);
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 1.3rem;
	margin-top: 10px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0 0px;
	padding-bottom: 10px;
	display: inline-block;
}
.news .inner .heading h2 img {
	margin-right: 30px;
	display: inline;
	vertical-align: sub;
}
.news .inner .exp {
	width: calc(100% - 276px);
	margin-top: -20px;
}
.news .inner .news_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0;
}
.news .inner .news_list li a {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px 0;
	position: relative;
}
.news .inner .news_list li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 1px;
	background-color: var(--gray);
}
.news .inner .news_list li a picture {
	width: 159px;
	height: 159px;
	overflow: hidden;
}
.news .inner .news_list li a picture img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}
.news .inner .news_list li a .meta {
	padding-left: 50px;
}
.news .inner .news_list li a .meta .date {
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.news .inner .news_list li a .meta .cat {
	margin-bottom: 10px;
}
.news .inner .news_list li a .meta .cat span {
	color: var(--gd);
	font-size: 1.3rem;
	border-bottom: 1px solid var(--gray);
	padding-bottom: 3px;
}
.news .inner .news_list li a .meta .title {
	font-size: 1.3rem;
	margin-top: 20px;
	text-decoration: underline;
}
.news .inner .exp .btn {
	margin-top: 40px;
}
@media screen and (max-width: 736px) {

	.mv .inner {
		justify-content: flex-end;
		padding-bottom: 70px;
		padding-left: 40px;
	}
	.about .inner {
		flex-direction: column;
	}
	.mv .inner h1 {
		width: 256px;
	}
	.about {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.about > .inner > .en {
		font-size: 2.2rem;
		padding: 0 30px;
	}
	.about > .inner > h2 {
		font-size: 1.3rem;
		margin-bottom: 40px;
		padding: 0 30px;
		margin-top: 10px;
	}
	.about .inner .imgs {
		width: 100%;
		padding: 0 30px;
	}
	.about .inner .exp {
		width: 100%;
		padding: 0 30px;
	}
	.about .inner .exp .btn {
		margin-top: 30px;
	}
	.about .inner .exp .btn a {
		width: 100%;
	}

	.collection {
		margin-bottom: 100px;
	}
	.collection .inner {
		flex-direction: column;
	}
	.collection .inner .imgs {
		order: 0;
		width: calc(100% - 30px);
		margin-bottom: 30px;
	}
	.collection .inner .exp {
		padding: 0 30px;
	}
	.collection .collection_box {
		margin-top: 50px;
	}

	.collection .collection_box .heading {
		padding-right: 0;
		padding-left: 30px;
	}
	.collection .collection_box h3 {
		width: 100%;
	}
	.collection .collection_box .btn {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin-left: 0;
	}
	.collection .collection_box .btn a {
		width: 100%;
	}

	.brides {
		margin-top: 70px;
		margin-bottom: 70px;
	}
	.brides .inner {
		flex-direction: column;
		align-items: flex-start;
		left: 0;
		width: 100%;
		justify-content: flex-start;
	}
	.brides .inner .imgs {
		order: 0;
		width: calc(100% + 30px);
		margin-left: 70px;
		height: auto;
	}
	.brides .inner .imgs .brides_marquee {
		height: auto;
	}
	.brides .inner .imgs .brides_marquee__track {
		flex-direction: row;
		width: max-content;
		animation-name: brides-marquee-horizontal;
	}
	.brides .inner .imgs .brides_marquee__slide {
		width: 191px;
	}
	.brides > picture {
		aspect-ratio: 390 / 635;
		
	}
	.brides .inner .box {
		padding: 0;
		width: 100%;
		padding: 0 30px 60px;
		margin-top: 70px;
	}
	.brides .inner .box h2 {
		text-align: left;
		margin-bottom: 15px;
		margin-top: 0;
	}
	.brides .inner .box .catch {
		text-align: left;
		margin-bottom: 10px;
	}
	.brides .inner .box .text {
		text-align: left;
	}
	.brides .inner .box .btn {
		text-align: left;
		margin-top: 30px;
	}
	.brides .inner .box .btn a {
		width: 100%;
		margin-left: 0;
	}
	.brides > .en {
		left: 30px;
		top: 161px;
	}

	.store {
		margin-top: 70px;
	}
	.store .inner {
		flex-direction: column;
	}
	.store .inner .img {
		order: 0;
		width: 100%;
		padding-left: 30px;
		margin-bottom: 40px;
	}
	.store .inner .exp {
		padding: 0 30px;
		width: 100%;
		padding-left: 40px;
		/* margin-top: 20px; */
		padding-bottom: 60px;
	}
	.store .inner .exp a {
		width: 100%;
	}

	.news {
		background-image: url(../../common/img/c_bg-sp.png);
		padding-top: 70px;
	}
	.news .inner {
		flex-direction: column;
		padding: 0;
	}
	.news .inner .heading {
		margin-bottom: 30px;
	}
	.news .inner .heading h2 {
		padding-left: 30px;
	}
	.news .inner .exp {
		width: 100%;
		padding: 0 30px;
	}
	.news .inner .news_list li a picture {
		width: 120px;
		height: auto;
	}
	.news .inner .news_list li a picture img{
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
	.news .inner .news_list li a .meta {
		width: calc(100% - 120px);
		padding-left: 20px;
	}
	.news .inner .news_list li a .meta .date {
		margin-bottom: 5px;
	}
	.news .inner .news_list li a .meta .title {
		margin-top: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
	}
	.news .inner .exp .btn a {
		width: 100%;
	}
}