@charset "utf-8";

/* mainVisual */
.mainVisual {
	position: relative;
}
.mainVisual .swiper {
	overflow: hidden;
}
.mainVisual .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.mainVisual .mainTxt {
	font-family: "Noto Serif CJK JP", serif;
	color: #fff;
	position: absolute;
	top: 29%;
	left: 5vw;
	z-index: 1;
}
.mainVisual .mainTxt p:nth-child(1) {
	font-size: 2.5vw;
	line-height: 1.16;
}
.mainVisual .mainTxt p:nth-child(2) {
	margin-top: 4.5vw;
	font-size: 1.6vw;
	line-height: 1.6875;
}
@media (max-width: 768px) {
	.mainVisual .mainTxt {
		top: auto;
		left: 0;
		right: 0;
		bottom: 5rem;
		text-align: center;
	}
	.mainVisual .mainTxt p:nth-child(1) {
		font-size: 4.3rem;
		line-height: 5.8rem;
	}
	.mainVisual .mainTxt p:nth-child(2) {
		margin-top: 4rem;
		font-size: 2.8rem;
		line-height: 5rem;
	}
}

/* h2 */
main h2 {
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 768px) {
	main h2 {
		font-size: 2.6rem;
	}
}

/*=====chick=====*/
.chick {
	padding: 10rem 0 0;
	text-align: center;
}
.chick h2 {
	margin: 0 auto;
	width: 32.5rem;
}
.chick p {
	margin-top: 5rem;
	font-size: 1.6rem;
	font-family: "Noto Serif CJK JP", serif;
	line-height: 3.7rem;
}
@media (max-width: 768px) {
	.chick p {
		font-size: 2.7rem;
		line-height: 5.3rem;
	}
}

/*=====catalog=====*/
.catalog {
	padding: 8rem 0 10rem;
	background-color: #fff;
}
.catalog .pic {
	margin: 3rem auto 0;
	width: 30.5rem;
}
.catalog .cs {
	margin: 3rem auto 0;
	width: 30rem;
	height: 43rem;
	font-size: 3.2rem;
	color: #fff;
	background-color: #a1a6b9;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 768px) {
	.catalog {
		padding: 9rem 0 9rem;
	}
	.catalog .pic {
		width: 50rem;
	}
	.catalog .cs {
		margin-top: 2rem;
		width: 50rem;
		height: 70.7rem;
	}
}

/*=====instaArea=====*/
.instaArea {
	background: #f1ede9;
	padding: 15rem 0 17rem;
}
.instaArea .instaIcn {
	width: 5.4rem;
	margin: 2.5rem auto 0;
}
.instaArea .instaTxt {
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}
.instaArea ul {
	margin-top: 6rem;
	display: flex;
	justify-content: center;
	gap: 0 0.1rem;
}
.instaArea ul li {
	width: 22.2rem;
}
@media (max-width: 768px) {
	.instaArea {
		padding: 10rem 0 18rem;
	}
	.instaArea .instaIcn {
		width: 7.2rem;
		margin: 5rem auto 0;
	}
	.instaArea .instaTxt {
		margin-top: 1.5rem;
		font-size: 3.7rem;
	}
	.instaArea ul li {
		width: 21rem;
	}
}

/*=====brand=====*/
.brand {
	padding: 10rem 0 10rem;
	background: #fff;
}
.brand .brandBox {
	margin: 5rem auto 0;
	width: 60rem;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.brand .brandBox > ul {
	width: 30%;
} 
.brand .brandBox > ul li + li {
	margin-top: 1rem;
}
.brand .brandBox > ul li .jp {
	font-size: 1rem;
	font-weight: 700;
	color: #182e7a;
}
.brand .brandBox > ul li .en {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8rem;
	letter-spacing: 0.1em;
}
.brand .more {
	font-size: 1.5rem;
	font-weight: 300;
	color: #040000;
	position: absolute;
	bottom: -0.3rem;
	right: -6rem;
}
@media (max-width: 768px) {
	.brand {
		padding: 15rem 6rem;
	}
	.brand .brandBox {
		margin: 7.5rem auto 0;
		width: 100%;
		flex-wrap: wrap;
	}
	.brand .brandBox > ul {
		width: 50%;
	} 
	.brand .brandBox > ul:last-of-type {
		margin-top: 1.5rem;
	}
	.brand .brandBox > ul li + li {
		margin-top: 1.5rem;
	}
	.brand .brandBox > ul li .jp {
		font-size: 1.7rem;
	}
	.brand .brandBox > ul li .en {
		font-size: 2.6rem;
		line-height: 3.1rem;
		letter-spacing: 0.1em;
	}
	.brand .more {
		font-size: 2.4rem;
		bottom: 0;
		right: 0;
	}
}

/*=====online=====*/
.online {
	background: #f1ede9;
	padding: 10rem 0;
}
.online .onlineBnr {
	width: 28.6rem;
	margin: 5rem auto 0;
}
@media (max-width: 768px) {
	.online {
		padding: 15rem 0 15rem;
	}
	.online .onlineBnr {
		width: 63rem;
		margin: 3.5rem auto 0;
	}
}

/*=====shop=====*/
.shop {
	background: #fff;
	padding: 6rem 0;
}
.shop ul {
	margin: 3rem auto 0;
	width: 76rem;
	display: flex;
	justify-content: space-between;
}
.shop ul li {
	width: 19%;
}
.shop ul li a {
	display: inline-block;
	width: 100%;
	border: 0.1rem solid #000;
	padding: 0.2rem 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
}
.shop ul li a:hover {
	background: #736357;
	border: none;
	color: #fff;
}
@media (max-width: 768px) {
	.shop {
		margin: 0 0;
	}
	.shop ul {
		margin: 9rem auto 0;
		width: 100%;
		flex-direction: column;
	}
	.shop ul li {
		width: 100%;
		text-align: center;
	}
	.shop ul li + li {
		margin-top: 8.5rem;
	}
	.shop ul li a {
		width: auto;
		border: none;
		padding: 0;
		font-size: 5rem;
		letter-spacing: 0.1em;
	}
	.shop ul li a:hover {
		background: none;
		color: #000;
	}
	.shop ul li a span {
		display: inline-block;
		position: relative;
	}
	.shop ul li a span::after {
		content: '';
		border-top: solid 0.3rem #000;
		border-right: solid 0.3rem #000;
		width: 1.5rem;
		height: 1.5rem;
		transform: rotate(45deg);
		position: absolute;
		top: calc(50% - 0.75rem);
		right: -3rem;
	}
}

/*=====archive=====*/
.archive {
	background-color: #f1ede9;
	padding: 14rem 0;
}
.archive ul {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
	gap: 0 4rem;
}
.archive ul li {
	width: 30rem;
}
.archive ul li .txt {
	margin-top: 1rem;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
}
@media (max-width: 768px) {
	.archive {
		padding: 10rem 0 9rem;
	}
	.archive ul {
		margin-top: 6rem;
		flex-direction: column;
		align-items: center;
		gap: 6rem 0;
	}
	.archive ul li {
		width: 37.7rem;
	}
	.archive ul li .txt {
		margin-top: 1rem;
		font-size: 2.1rem;
	}
}
