@font-face {
	font-family: "BigCaslon";
	src: url("/assets/fonts/bigCaslon/BigCaslonRegular.woff2") format("woff2"),
	url("/assets/fonts/bigCaslon/BigCaslonRegular.woff") format("woff");
}

.container_sq {
	margin-top: 0;
}

.header {
	background: transparent !important;
}

.tab_logo path {
	fill: #fff;
}

.header .icon_wishlist path {
	stroke: #fff;
}

.header.reversed {
	background: #fff !important;
	color: #000;
}

.header.reversed .tab_logo path,
.header.reversed .icon_downarrow path,
.header.reversed .icon_nav path,
.header.reversed .icon_search path {
	fill: #000 !important;
}

.header.reversed .icon_wishlist path {
	stroke: #000;
}

.header.reversed .header_nav_section_link,
.header.reversed .account_btn,
.header.reversed .tab_storelocator_btn {
	color: inherit !important;
}

.header.reversed .header_nav_section_link,
.header.reversed .account_btn,
.header.reversed .tab_storelocator_btn {
	color: inherit !important;
}

[class*="popup_layout"] .header {
	background: #fff !important;
	color: #000;
}

[class*="popup_layout"] .header .tab_logo path,
[class*="popup_layout"] .header .icon_downarrow path,
[class*="popup_layout"] .header .icon_nav path,
[class*="popup_layout"] .header .icon_search path {
	fill: #000 !important;
}

[class*="popup_layout"] .header .icon_wishlist path {
	stroke: #000;
}

[class*="popup_layout"] .header .header_nav_section_link,
[class*="popup_layout"] .header .account_btn,
[class*="popup_layout"] .header .tab_storelocator_btn {
	color: inherit !important;
}

[class*="popup_layout"] .header .header_nav_section_link,
[class*="popup_layout"] .header .account_btn,
[class*="popup_layout"] .header .tab_storelocator_btn {
	color: inherit !important;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes fadeDown {
	from {
		-webkit-transform: translateY(-1rem);
		transform: translateY(-1rem);
		opacity: 0;
		visibility: hidden;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}

@keyframes fadeDown {
	from {
		-webkit-transform: translateY(-1rem);
		transform: translateY(-1rem);
		opacity: 0;
		visibility: hidden;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}

@-webkit-keyframes fadeUp {
	from {
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
		opacity: 0;
		visibility: hidden;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}

@keyframes fadeUp {
	from {
		-webkit-transform: translateY(1rem);
		transform: translateY(1rem);
		opacity: 0;
		visibility: hidden;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
}

.font-title {
	font-family: "GM_C", "Noto Sans", Helvetica, Arial, sans-serif !important;
}

.relative {
	position: relative;
}

.inline {
	font-size: 0;
}

.inline > * {
	display: inline-block;
	vertical-align: top;
}

.resize-full {
	width: 100%;
	height: auto;
}

.collection {
	padding-bottom: 150px;
}

.collection-container {
	max-width: 1450px;
	width: 100%;
	margin: 0 auto;
	padding: 0 88px;
}

.collection-container--product {
	padding: 0 57px;
}

.collection__summary {
	padding: 50px 0 115px;
}

.collection__subject {
	text-align: center;
	margin: 0 0 20px;
}

.collection__title {
	font-size: 17px;
	margin: 0 0 17px;
}

.collection__description {
	/* max-width: 730px; */
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
	font-size: 15.6px;
	line-height: 1.6;
}

.collection__description span {
	display: block;
	margin-top: 25px;
	line-height: 1.6;
	word-break: break-word;
}

.collection-main {
	position: relative;
}

.collection-main__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.collection-main__content--des {
	/* top: 150vh; */
	top: 38%;
}

.collection-main__inner {
	display: table;
	width: 100%;
	height: 100%;
}

.collection-main__align {
	display: table-cell;
	vertical-align: middle;
}

.collection-main__des {
	-webkit-transition: all 0.1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 0.1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 0.1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.collection-main__banner {
	overflow: hidden;
}

.collection-main__banner img {
	opacity: 0;
	-webkit-animation: fadeIn 1.5s ease-in-out forwards;
	animation: fadeIn 1.5s ease-in-out forwards;
}

.collection-main__title {
	font-family: 'BigCaslon', sans-serif;
	font-size: 64px;
	line-height: 67px;
	color: #fff;
	margin-bottom: 30px;
	opacity: 0;
	-webkit-animation: fadeDown 0.8s ease-in-out 0.7s forwards;
	animation: fadeDown 0.8s ease-in-out 0.7s forwards;
}

.collection-main__caption {
	font-family: 'BigCaslon', sans-serif;
	font-size: 2.2rem;
	line-height: 1.88rem;
	color: #fff;
	padding-top: 60px;
}

.collection-main__caption--main {
	font-size: 1.7rem;
	padding-top: 0px;
	opacity: 0;
	font-family: "GM_R", "Noto Sans", Helvetica, Arial, sans-serif !important;
	-webkit-animation: fadeUp 0.8s ease-in-out 0.7s forwards;
	animation: fadeUp 0.8s ease-in-out 0.7s forwards;
}

.collection-main__description {
	font-family: 'BigCaslon', sans-serif;
	font-size: 55px;
	line-height: 67px;
	letter-spacing: 1px;
	color: #fff;
	width: 100%;
	margin: 0 auto;
}

.collection__description--artist {
	margin-top: 10px;
}

.collection__subject {
	margin: 0 0 25px;
	font-size: 23px;
}

.collection__summary--main {
	padding: 130px 0 200px;
}

.collection__products--shop {
	padding-bottom: 200px;
}

.product-banner, .collection__banner {
	position: relative;
}

.product-banner--pc {
	float: left;
	width: calc(50% - 34px);
	margin: 0 22px 0 12px;
}

.product-banner--right {
	float: right;
}

.collection__summary--mid {
	padding: 150px 0;
}

.collection__carousel {
	position: relative;
	padding: 75px 120px 160px;
}

.collection__banner--carousel {
	width: calc(33.333% - 20px);
	margin: 0 10px;
	position: relative;
}

.collection__annotation {
	position: absolute;
	bottom: 1.5rem;
	left: 2.5rem;
	font-size: 13px;
}

.collection__annotation--white {
	color: #fff;
}

.paint {
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 0.1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 0.1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	/* transition: all 1s; */
}

.paint--one {
	width: 265px;
	bottom: -510px;
	left: -75px;
}

.paint--two {
	width: 453px;
	top: 410px;
	right: -225px;
}

.paint--three {
	width: 471px;
	bottom: -460px;
	left: 57px;
}

.paint--four {
	width: 260px;
	top: 0px;
	right: -150px;
}

.paint--five {
	width: 375px;
	top: 450px;
	left: -185px;
}

.paint--six {
	width: 400px;
	top: 0px;
	right: -50px;
}

.paint--seven {
	width: 320px;
	top: -210px;
	right: 50px;
}

.paint--eight {
	width: 292px;
	top: 155px;
	left: -115px;
}

.paint--nine {
	width: 350px;
	top: 300px;
	right: -150px;
}

.product-list:not(.slidehorizontal) .product {
	display: block;
}

.product {
	width: calc(100% + 24px);
	margin-left: -12px;
}

.product__item {
	width: calc(25% - 24px);
	margin: 0 12px 45px;
}

.product__item--banner {
	margin-bottom: 133px;
}

.product__info {
	padding-top: 10px;
}

.product__name {
	font-size: 13px;
	margin-bottom: 2px;
}

.product__price {
	font-size: 12px;
	font-weight: bold;
}

.slide-btn > * {
	display: block;
	width: 6rem;
	height: 6rem;
	border: none;
	line-height: 1;
	position: absolute;
	top: 50%;
	margin-top: -3rem;
	font-size: 0;
	background: #fff url("https://web-resource.gentlemonster.com/assets/stories/mymars/img/btn_rect.svg") no-repeat center;
	z-index: 6;
}

.slide-btn__prev {
	left: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slide-btn__next {
	right: 0;
}

.collection-main {
	width: 100%;
}

.collection-main,
.collection__banner,
.collection__products {
	overflow: hidden;
}

@media (max-width: 768px) {

	.collection {
		padding-bottom: 0;
	}

	.product-banner--pc, .collection__products--banner .slide-btn,
	.slide--indent::before, .slide--indent::after {
		display: none;
	}

	.collection-container {
		padding: 0 12px;
	}

	.collection-main__content--des {
		top: 28%;
	}

	.collection-main__title {
		font-size: 50px;
		line-height: 65px;
		word-break: break-word;
	}

	.collection-main__description {
		padding: 0 80px;
		font-size: 35px;
		line-height: 45px;
	}

	.collection-main__description br {
		display: none;
	}

	.collection__description--artist {
		margin-top: 15px;
	}

	.collection__summary--main {
		padding: 35px 0 65px;
	}

	.collection__products--shop {
		padding-bottom: 0;
	}

	.product-list {
		padding-bottom: 65px;
	}

	.collection__summary--mid {
		padding: 65px 0;
	}

	.collection__carousel {
		padding: 0 0 65px;
	}

	.collection__carousel .swiper-container::before,
	.collection__carousel .swiper-container::after {
		content: '';
		width: 12px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.collection__carousel .swiper-container::after {
		left: auto;
		right: 0;
	}

	.collection__carousel .swiper-container {
		padding: 0 12px;
	}

	.collection__banner--carousel {
		width: 100%;
		margin: 0;
	}

	.paint--one {
		width: 175px;
		left: -80px;
		bottom: -290px;
	}

	.paint--two {
		width: 215px;
		top: 375px;
		right: -100px;
	}

	.paint--three {
		width: 179px;
		bottom: -35px;
		left: 210px;
	}

	.paint--four {
		width: 160px;
		top: -125px;
		right: -23px;
	}

	.paint--five {
		width: 180px;
		top: 35px;
		left: -70px;
	}

	.paint--six {
		width: 215px;
		top: auto;
		bottom: -100px;
		right: -15px;
	}

	.paint--seven {
		width: 187px;
		top: -90px;
		right: 0;
	}

	.paint--eight {
		width: 130px;
		top: 460px;
		left: -40px;
	}

	.paint--nine {
		width: 285px;
		top: 42%;
		left: auto;
		right: -100px;
	}

	.product {
		width: calc(100% + 12px);
		margin-left: -6px;
	}

	.product__item {
		width: calc(50% - 12px);
		margin: 0 6px 35px !important;
	}

	.product__name {
		margin-bottom: 6px;
	}

	.slide-btn > * {
		width: 4.7rem;
		height: 4.7rem;
		margin-top: -2.35rem;
	}

}

@media (max-width: 414px) {

	.collection-main__title {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.collection-main__caption {
		font-size: 15px;
		padding-top: 30px;
	}

	.collection-main__caption--main {
		max-width: 220px;
		width: 100%;
		margin: 0 auto;
		font-size: 11px;
		padding-top: 0;
		line-height: 1.5rem;
	}

	.collection-main__description {
		padding: 0 30px;
		font-size: 23px;
		line-height: 30px;
	}

	.collection__description--artist {
		margin-top: 18px;
	}

	.collection__banner .slide-btn {
		display: none;
	}

	.collection__banner .slide-pager {
		bottom: 20px;
		text-align: center;
		display: block;
		width: 100%;
	}

	.collection__banner .swiper-pagination-bullet {
		margin: 0 2px;
	}

	.collection__banner .slide-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff;
	}

	.paint--two {
		top: 175px;
		right: -60px;
	}

	.paint--three {
		bottom: -50px;
		left: 80px;
	}

	.paint--eight {
		top: 20%;
	}

	.collection__subject {
		font-size: 15px;
	}

	.collection__description {
		font-size: 13px;
	}

	.collection__title {
		font-size: 14px;
	}

}