@charset "euc-jp";

/* swiper-pagenation & button */
.topSwiper {
	position: relative;
}

.swiper-horizontal>.swiper-pagination.swiper-pagination-bullets {
	bottom: -40px;
	bottom: min(-24px, -5%);
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #000;
}

.topSwiper .swiper-button {
	background: rgba(255, 255, 255, .8);
	border-radius: 50%;
	width: 3.5rem;
	height: 3.5rem;
	border: solid 1px #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topSwiper .swiper-button-next {
	right: 16%;
}

.topSwiper .swiper-button-prev {
	left: 16%;
}

.topSwiper .swiper-button-next::after,
.topSwiper .swiper-button-prev::after {
	display: inline-block;
	content: "";
	width: 30%;
	height: 30%;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
}

.topSwiper .swiper-button-next::after {
	rotate: 45deg;
	translate: -17% 0;
}

.topSwiper .swiper-button-prev::after {
	rotate: 225deg;
	translate: 17% 0;
}

@media screen and (max-width: 1024px) {
	.topSwiper .swiper-button {
		display: none;
	}
}


/*----------------------------------------
	TOP
----------------------------------------*/
.topLineBtn{
  max-width: 400px;
  margin: 0 auto 80px;
  text-align: center;
}
.topBnr{
	max-width: 1200px;
	margin: 0 auto 80px;
}
.topBnr li{
	width: 48%;
	margin: 0 4% 0 0;
}
.topBnr li:nth-child(2n){
	margin-right: 0;
}
@media (max-width: 769px) {
	.topBnr{
	max-width: 600px;
	}
	.topBnr li{
	width: 100%;
	margin: 0 0 20px 0;
	}
	.topBnr li:last-child{
	margin-bottom: 0;
	}
}
.topBlockTit {
	font-size: clamp(2rem, 1.838rem + 0.38vw, 2.3rem);
	font-weight: 700;
	/* margin-bottom: max(28px, 4%); */
}

.topItemList {
	width: 100%;
	margin-bottom: max(6%, 80px);
}

.topItemList ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 32px 2.7%;
}

.topItemList li {
	letter-spacing: 0.08em;
	line-height: 1.6;
	position: relative;
	overflow: hidden;
}


.topItemList li a:hover {
	color: #999;
}

.topItemListImg {
	overflow: hidden;
	background: #FFF;
	cursor: pointer;
}

.topItemListImg img {
	transition: 0.5s all;
}

.topSlideImg-sp {
	display: none;
}

a:hover .topItemListImg img {
	transition: 0.5s all;
	opacity: 0.8;
}

.topItemList li h3 {
	font-size: clamp(1.3rem, 2.2vw, 1.5rem);
	font-weight: bold;
	margin: 15px 0 5px;
	line-height: 1.7 !important;
}

.topItemList li h3 span {
	border: solid 1px;
	padding: 3px 8px 1px;
	margin-right: 10px;
	font-size: 1.2rem;
	color: #666;
	border-radius: 5px;
}

.topItemList li p {
	font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
	.topSlideImg-pc {
		display: none;
	}

	.topSlideImg-sp {
		display: block;
	}
}

@media (max-width: 769px) {
	.topItemList ul {
		grid-template-columns: repeat(2, 1fr);
	}

}


/* ---------------------------
top product link 
---------------------------------- */

.topProductNew {
	margin: max(8%, 100px) 0 max(6%, 80px);
}

.topProductNewGrid {
	display: grid;
	/* grid-template-columns: repeat(3, 1fr); */
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 8px;
	/* margin-top: 12px; */
}

.topProductNewGrid>div {
	width: 100%;
	position: relative;
	/* border-right: solid 1px #cdcdcd; */
	box-sizing: border-box;
	background: #000;
	overflow: hidden;
}

.topProductNewGrid a>div:hover img {
	opacity: .85;
	scale: 1.02;
}

.topProductNewGrid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .15s ease-out;
}

.topProductNewAbso {
	position: absolute;
	left: 5%;
	bottom: 5%;
	color: #555;
}

.topProductNewAbso h1 {
	font-size: clamp(2rem, 0.307rem + 1.65vw, 2.4rem);
	letter-spacing: .07em;
}

.topProductNewAbso p {
	font-size: clamp(1.3rem, 1.246rem + 0.13vw, 1.4rem);
	margin-top: .5em;
}





/* New arrival */
.topNewArrival {
	letter-spacing: 0.08em;
	padding: max(64px, 4%) 0;
}

.topNewArrivalTit {
	display: flex;
	justify-content: space-between;
	margin-bottom: max(24px, 3%);
}

.topNewArrivalTit h4 {
	/* font-size: clamp(2rem, 1.711rem + 1.19vw, 2.6rem); */
	font-weight: 700;
}

.swiperArrow {
	display: flex;
	gap: 6px;
}

.swiper-arrow {
	width: 26px;
	height: 26px;
	border: solid 1px #ababaf;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.swiper-arrow::before {
	display: inline-block;
	content: "";
	width: 20%;
	height: 20%;
	border-color: #000;
	border-width: 1px;
	border-top-style: solid;
}

.swiper-arrow-prev::before {
	border-left-style: solid;
	rotate: -45deg;
	translate: 25% 0;
}

.swiper-arrow-next::before {
	border-right-style: solid;
	rotate: 45deg;
	translate: -25% 0;
}

.topNewArrivalList {
	overflow: hidden;
}

.topNewArrivalList li:nth-child(3n) {
	margin-right: 0;
}

.topNewArrivalList li img {
	width: 100%;
}

.topNewArrivalList h3 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: .3em 0 .5em;
	line-height: 1.5;
}

.topNewArrivalList li p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 2%;
}

@media (max-width: 769px) {
	.topNewArrivalList li {
		width: 48%;
		margin: 0 4% 3% 0;
	}

	.topNewArrivalList li:nth-child(3n) {
		margin-right: 4%;
	}

	.topNewArrivalList li:nth-child(2n) {
		margin-right: 0;
	}
}


/* Series */

.topSeriesContainer {
	margin: max(80px, 6%) 0;
}

.seriesSwiper .aspectBox {
	overflow: hidden;
}

.seriesSwiper img {
	width: 100%;
	height: 100%;
	scale: 1.015;
	transition: .15s ease-in;
}

.seriesSwiper a:hover img {
	scale: 1;
	transition: .38s ease-out;
}


.seriesSwiper__text {
	font-size: clamp(1.8rem, 1.692rem + 0.26vw, 2rem);
	padding: .45em 0 .65em;
	color: #6c6c6c;
}

.sst_animal {
	/*  background: #bbb5ad;*/
}

.sst_paradise {
	/*  background: #d1b1b9; */
}

.sst_circle {
	/*  background: #A7B6C7; */
}

.seriesSwiper h3 {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .075em;
	margin-bottom: 0.25em;
}

.seriesSwiper p {
	font-size: 1.4rem;
	letter-spacing: .075em;
}




/* News */
.topBlog h4 {
	font-weight: 700;
	margin-bottom: 1em;
}

.topNewsBlog {
	margin: max(106px, 7.5%) 0 max(48px, 6%);
}

.topNewsBlog  iframe#topBlogHeight {
	width: 100%;
	height: clamp(250px, 387.5px - 12.5vw, 350px);

}

.topBlogContainer ul li {
	border-bottom: solid 1px #ddd;
	font-size: clamp(1.5rem, 2vw, 1.6rem);
	line-height: 1.5;
	letter-spacing: .05em;
}

.topBlogContainer ul li:first-child {
	border-top: solid 1px #ddd;
}

.topBlogContainer ul li a {
	/* display: inline-block; */
	padding: 1em 0 1em;
	display: flex;
	align-items: center;
	width: 100%;
	gap: 5px 2em;
	flex-wrap: wrap;
}

.topBlogContainer ul li a span {
	display: inline-block;
	font-size: 1.3rem;
	/* margin-bottom: 4px; */
	color: #A0A0A0;
}

.topBlogBtn {
	text-align: center;
	margin-top: max(32px, 2%);
}

.topBlogLink a:hover {
	background: #999;
}

.topNews {
	width: 48%;
	float: left;
}

@media (max-width: 769px) {

	.topNewsBlog p,
	.topNewsBlog h3 {
		float: none;
		width: 100%;
	}
}

/* top about banner */
.topPageBnr {
	margin-top: max(80px, 7%);
}

.topPageBnr__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 64px max(24px, 5vw);
}

.topPageBnr__inner {
	position: relative;
}

.topPageBnrImg {
	width: 100%;
	height: clamp(220px, 139.706px + 19.12vw, 350px);
}

.topPageBnrImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topPageBnrTxt {
	padding: 18px 0 0;
}



.topPageBnrTxt h4 {
	font-size: clamp(1.8rem, 1.774rem + 0.63vw, 2.2rem);
	margin: .9em 0;
	line-height: 1.5;
	letter-spacing: .04em;
}

.topPageBnrTxt p {
	font-size: clamp(1.4rem, 1.314rem + 0.35vw, 1.5rem);
	margin-bottom: 1.5em;
	line-height: 1.65;
	letter-spacing: .08em;
}



/* membership */
.topMembership {
	background: #F5F5F5;
	padding: max(32px, 4%) 0;
	margin-top: max(106px, 7.5%);
}

.topMembershipTit {
	text-align: center;
	font-size: clamp(1.7rem, 1.486rem + 0.88vw, 2.2rem);
	font-weight: 700;
	margin-bottom: max(24px, 4%);
}

.topMembershipGrid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 3%;
	margin-bottom: max(24px, 4%);
}

.topMembershipBox {
	background: #fff;
	padding: max(16px, 5%);
	text-align: center;
}

.topMembershipBox .topMembershipImg img {
	width: 100%;
	max-width: 360px;
	min-width: 90px;
}

.topMembershipBox .topMenbershipTxtMin {
	font-size: 1.5rem;
	letter-spacing: .1em;
	color: #c6c6c6;
	margin-bottom: 1.0em;
	font-weight: 400;
}

.topMembershipBox .topMembershipTxt {
	font-size: clamp(1.4rem, 1.238rem + 0.38vw, 1.7rem);
	letter-spacing: .025em;
	line-height: 1.65;
	font-weight: 700;
}

.topMembershipBox .topMembershipTxt span {
	font-size: 1.5em;
	color: #E44E63;
}

.topMembershipBtn {
	text-align: center;
}

.topMembershipBtn a {
	display: inline-block;
	font-size: clamp(1.4rem, 1.357rem + 0.18vw, 1.5rem);
	background: #000;
	color: #fff;
	padding: 1em 2.6em;
	letter-spacing: .12em;
}

.topMembershipLink {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #6C6C6C;
	text-decoration: underline;
	margin-top: 1.2em;
  font-size:1.6rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
	.topMembershipBox {
		display: block;
		text-align: center;
		padding-left: 40px;
		padding-right: 40px;
	}
}

/* shop banner */
.topShopBnr {
	margin: max(32px, 4%) 0;
}

.topShopBnrGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px 5%;
}

.topShopBnrGrid p {
	text-align: center;
	margin-top: .7em;
	letter-spacing: .05em;
	font-size: 1.2rem;
}

.topShopBnrGrid img:hover {
	opacity: .75;
}

@media screen and (max-width: 767px) {
	.topShopBnrGrid {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* bottom links */
.layoutBorder {
	width: 100%;
	height: 8px;
	background: #F0F0F0;
}

.topBottomNavi {
	margin: max(32px, 3%) 0;
}

.topBottomNaviOuterGrid {
	display: grid;
	grid-template-columns: 1fr .6fr;
	gap: 5%;
	font-size: 1.4rem;
}

.topBottomNaviOuterGrid a:hover {
	text-decoration: underline;
}

.topBottomNaviOuterContainerTit {
	font-weight: 700;
	/* border-bottom: solid 1px #000; */
	background: #F5F5F5;
	padding: 5px 8px 4px;
	margin-bottom: 2em;
}

.topBottomNaviMiddleContainer {
	display: flex;
	gap: 5%;
	margin-bottom: 2em;
}

.topBottomNaviInnerContainer {
	display: flex;
	gap: 28px 8%;
	flex-wrap: wrap;
}

.topBottomNaviInnerContainer ul li {
	margin-bottom: 1em;
}

.topBottomNaviInnerContainer ul li:first-child {
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 1.1em;
}

.topBottomNaviInnerContainer ul li a {
	color: #555;
}

.topBottomNaviMiddleContainer li i {
	font-size: 1rem;
	color: #bcbcbc;
	margin-right: .5em;
}

@media screen and (max-width: 1024px) {
	.topBottomNaviOuterGrid {
		display: block;
	}

	.topBottomNaviOuterGrid>div:first-child {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 767px) {
	.topBottomNavi {
		display: none;
	}

}

/* bottom instagram */
.topInsta {
	margin: max(32px, 5%) 0 max(42px, 8%);
}

.topInstaTit {
	font-size: clamp(1.4rem, 0.848rem + 2.76vw, 2.4rem);
	text-align: center;
	margin-bottom: 2em;
}

/*----------------------------------------
Christmas
----------------------------------------*/
#Christmas {
	background: #FFF;
	padding-top: 50px;
	margin-bottom: 20px;
}

.Christmascopy {
	text-align: center;
	padding: 0 3% 50px;
}

.Christmas_B1 {
	float: left;
	width: 49%;
}

.Christmas_B2 {
	float: right;
	width: 49%;
}