@charset "UTF-8";
/* CSS Document */

.main-content {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	margin: 0 auto;
	width: 1000px;
}

.main-content img,
.main-content a {
	transition: .3s;
}

.main-content h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 24px;
}

.main-content h3 {
	font-size: 18px;
	margin: 0 0 16px;
}

.main-content section {
	padding: 8px 12px 64px;
}

/* title */
.title {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-size: 20px;
	margin: 10px 0 20px;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}

.title-main {
	display: inline-block;
	font-size: 24px;
}

.ttl_img_container {
	aspect-ratio: 5/2;
}

.ttl_lead_container {
	margin: 16px auto 8px;
}

.ttl_lead_container p {
	font-size: 14px;
	text-align: center;
}

.title-sub {
	font-size: 24px;
}

.section-ttl {
	text-align: center;
}

.h2-sub {
	font-size: 18px;
	font-weight: 400;
}

.sub-note {
	font-size: 12px;
	margin: 0 0 0 8px;
	font-weight: 400;
}

.specialty-shop-heading {
	font-size: 18px;
	font-weight: bold;
}

/* content */
.conteiner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 30px;
}

.main-content .brand-box {
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	width: 100%;
}

.brand-box .txt-box,
.brand-box .btn-box {
	border-top: 1px dotted #ccc;
}

.img-box {
	font-size: 0;
}

.img-box a {
	display: block;
}

.img-box img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.brand-logo {
	margin: 8px;
}

.txt-box {
	box-sizing: border-box;
	padding: 20px 20px;
}

.txt-box h2 {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

.txt-box h2>span {
	display: inline-block;
	margin-left: 10px;
}

.txt-box p {
	text-align: justify;
	font-size: 14px;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
}

/* ナビ */
.nav {
	width: 1000px;
	margin: 24px auto;
}

.nav ul {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	gap: 10px;
}

.nav ul li {
	background-color: #F8F5F1;
	border-radius: 100px;
	font-size: 14px;
	text-align: center;
	align-self: center;
	transition: all 0.2s linear;
}

.nav ul li ::after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	background-image: url(150x150_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
}

.nav ul li a {
	display: block;
	padding: 5% 2%;
}

.nav ul li:hover {
	background-color: #e3e0dd;
}

/* ナビここまで */

/* アイテムを探すナビ */

.items-nav {
	width: 1000px;
}

.items-nav ul {
	display: grid;
	grid-template-columns: repeat(4, 164px);
	grid-template-rows: 1fr 1fr;
	justify-content: center;
	gap: 16px;
	margin: 16px auto;
}

.items-nav ul li:hover {
	opacity: .6;
	transition: all 0.2s linear;
}

.items-nav ul li a {
	position: relative;
	display: block;
	width: 164px;
	height: 164px;
	background-color: #101010;
}

.items-nav ul li a img {
	width: 100%;
	height: auto;
	opacity: 0.5;
	aspect-ratio: 1/1;
}

.items-nav span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	text-align: center;
	z-index: 2;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-size: 14px;
}

/* アイテムを探すナビここまで */

/* 新作・セールボタン */
.new-sale-btn-wrapper {
	display: flex;
	justify-content: center;
	-moz-column-gap: 16px;
	column-gap: 16px;
	margin: 24px auto;
}

.contents-btn {
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
	width: 80%;
	max-width: 320px;
	font-weight: bold;
}

.new-btn {
	background-color: #fff;
	border: solid #45423f 1px;
	color: #616161;
	width: 100%;
	transition: all 0.2s linear;
}

.sale-btn {
	background-color: #F25F5F;
	color: #fff;
	width: 100%;
	transition: all 0.2s linear;
}

/* ホバー */
.sale-btn:hover {
	opacity: .6;
}

.new-btn:hover {
	background-color: #eee;
}


/* 新作・セールボタンここまで */

/* 関連サービス */
.services-wrapper {
	width: 1000px;
	margin: 16px 0 24px;
}

.services-wrapper ul {
	display: grid;
	grid-template-columns: repeat(4, 209px);
	gap: 24px;
	justify-content: center;
}

.services-wrapper ul li a:hover {
	opacity: .5;

}

.services-wrapper ul li a img {
	width: 100%;
	aspect-ratio: 16/15;
}



/* 関連サービスここまで */

ul.btn-box {
	font-size: 0;
	padding: 20px 0;
	/* position: absolute; */
	text-align: center;
	width: 100%;
}

ul.btn-box li {
	display: inline-block;
	margin: 0 5px;
	width: 120px;
}

ul.btn-box li:nth-of-type(n+4) {
	margin-top: 10px;
}

ul.btn-box li a {
	background: #45423f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
	font-size: 13px;
	display: block;
	letter-spacing: .05em;
	line-height: 1;
	padding: 8px 0;
	width: 100%;
	font-weight: bold;
}

/* 続きを見るJavascropt用 */

.readmore-long p {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	padding-bottom: 1.5em;
	transition: all 0.2s linear;
}

.readmore-long p .m-btn-continue {
	position: absolute;
	bottom: 0;
	right: 0;
}

.readmore-long p.is-more-read-close {
	height: 67.5px;
	padding-bottom: 0;
}



@media screen and (max-width: 640px) {

	/* SMP stye */
	.main-content {
		box-sizing: border-box;
		margin: 0 auto;
		/* padding: 0 2%; */
		width: 100%;
	}

	section {
		padding: 16px 12px 40px;
	}

	.main-content h2 {
		font-size: 18px;
	}

	.main-content h3 {
		font-size: 16px;
		margin: 0;
	}

	.h2-sub {
		font-size: 16px;
		margin: 0 0 0 4px;
	}

	/* SMP title */
	.title {
		font-size: 20px;
	}

	.title-main {
		display: block;
		font-size: 20px;
		margin-right: 16px;
	}

	.title-sub {
		font-size: 20px;
	}

	.specialty-shop-heading {
		font-size: 16px;
	}

	.ttl_img_container img {
		width: 100%;
	}

	.ttl_lead_container {
		padding: 0 12px;
	}

	.ttl_lead_container p {
		text-align: left;
	}

	/* SMP content */
	.conteiner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 30px;
	}

	.img-box {
		text-align: center;
	}

	.brand-logo {
		width: 80px;
	}

	.txt-box {
		padding: 6vw 4vw;
	}


	.txt-box h2 {
		font-size: 14px;
		line-height: 1.6;
		margin: 0 0 10px;
	}

	.txt-box h2>span {
		margin-left: 0;
	}

	.txt-box p {
		text-align: left;
	}

	ul.btn-box {
		font-size: 0;
		padding: 10px 0;
		text-align: center;
		width: 100%;
		bottom: 0;
	}

	ul.btn-box li {
		display: inline-block;
		margin: 0 1%;
		width: 40%;
	}

	ul.btn-box li a {
		background: #45423f;
		border-radius: 4px;
		box-sizing: border-box;
		color: #fff;
		font-size: 13px;
		display: block;
		letter-spacing: .05em;
		line-height: 1;
		padding: 12px 0;
		width: 100%;
	}

	/* ナビ */

	.nav {
		width: 93%;
	}

	.nav ul {
		grid-auto-flow: initial;
		grid-template-columns: 1fr 1fr;
	}

	.nav ul li ::after {
		margin-left: 2%;
	}

	/* アイテムを探すナビ */
	.items-nav {
		width: 100%;
	}

	.items-nav ul {
		grid-template-columns: repeat(3, 30%);
		grid-template-rows: repeat(3, auto);
		gap: 12px;
	}

	.items-nav ul li a {
		width: 100%;
		height: auto;
	}

	.items-nav ul li a img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

	.items-nav span {
		font-size: 12px;
	}

	/* 新作・セールから探すボタン */
	.new-sale-btn-wrapper {
		flex-direction: column;
		-moz-column-gap: 0;
		column-gap: 0;
		row-gap: 16px;
		align-items: center;
	}

	.contents-btn {
		padding: 15px 0;
		width: 100%;
		max-width: 85%;

	}



	/* 続きを見るjavacript */

	.readmore-long p {
		padding-bottom: 2em;
	}

	.readmore-long p .m-btn-continue {
		bottom: -18px;
		height: 3.8em;
		line-height: 3.8em;
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 24%, white 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 24%, white 100%);
	}

	/* 関連サービス */
	.services-wrapper {
		width: 100%;
	}

	.services-wrapper ul {
		grid-template-columns: repeat(2, 47%);
		-moz-column-gap: 16px;
		column-gap: 16px;
		row-gap: 24px;
	}

}

/* end media */

@media screen and (max-width: 327px) {
	.font-ss {
		font-size: 13px;
	}
}

@media screen and (min-width: 641px) {

	/* HOVER stye */
	.img-box a:hover {
		opacity: .6;
	}

	ul.btn-box li a:hover {
		opacity: .6;
	}

	.main-content .brand-box {
		margin-bottom: 40px;
		width: 480px;
		display: grid;
		grid-template-rows: auto 1fr 70px;
	}


}

/* end media */