@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	overflow-x: clip;
}

/* hiroshifujiwara_lp
-------------------------------*/
@media only screen and (min-width: 1281px) {
	.hiroshifujiwara_lp {
		width: 900px;
		margin: 50px auto;

	}
}
.itemList ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	place-items: center;
	row-gap: 140px;
}
.itemList .u-large {
	width: 100%;
	height: 100%;
}
.itemList .u-large .itemImg > img {
	width: 100%;
	object-fit: cover;
}
.itemList .u-middle {
	width: 85%;
	justify-self: start;
	align-self: end;
	margin-left: 5%;
}
.siteMain .hiroshifujiwara_lp .itemList .upper {
	margin-bottom: 6%;
}
.itemList .u-small {
	width: 70%;
	justify-self: end;
	align-self: end;
	margin-right: 5%;
}
.itemList li.lookBtn {
	margin-bottom: 0;
}
.itemList li .itemImg.stacked {
	width: 45%;
	margin: 0 auto 7px auto;
}
.itemList li .itemImg.stacked:first-child {
	padding-top: 9%;
}
.itemList li .itemName {
	padding-left: 2%;
}
.itemList li .lookbookText.stacked .itemName {
	padding-left: 25%;
}
.itemList .creditWrap {
	margin: 5% 0;
}
.lpSeparator {
	width: 80%;
	margin: 60px auto 0px;
	display: block;
	border-color: #adadad;
}
.siteMain .popUp-1 {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.siteMain .popUp-1 img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 50%;
}
.siteMain .popUp-2 {
	width: 80%;
	margin: 7% auto;
}
.siteMain .hiroshifujiwara_lp .noveltytxt {
	margin-bottom: 0;
}
.siteMain .hiroshifujiwara_lp .noveltytxt div:last-child {
	margin-bottom: 7%;
}
.siteMain .popUp-2.titleArea h2 .highlight:last-child {
	font-size: 3rem;
}
.siteMain .popUp-2 h2,
.siteMain .popUp-2 p {
	text-align: center;
}
.siteMain .popUp-2.titleArea.description h2 {
	font-size: 2.5rem;
}
.siteMain .frgmt h2 {
	font-size: 2rem;
}
.siteMain .popUp-2 .text {
	margin-bottom: 5%;
}
.siteMain .popUp-2 p {
	font-size: 1.5rem;
}
.siteMain .novelty {
	width: 100%;
	margin: 0 auto;
}

/* スライダー */
.sliderArea {
	width: 100%;
	margin: 0 auto;
}
.slick-initialized .slick-slide,
.sliderArea .slick-initialized .slick-slide {
    margin-left: 15px;
	margin-right: 15px;
}
.sliderArea .slick-prev.slick-arrow {
	width: 15px;
	height: 15px;
	left: -5%;
	border-top: 2px solid #adadad;
	border-right: 2px solid #adadad;
	transform: rotate(225deg);
	z-index: 2;
	top: 45%;
}
.sliderArea .slick-prev::before,
.sliderArea .slick-next::before {
	color: unset;
}
.sliderArea .slick-next {
	width: 15px;
	height: 15px;
	border-top: 2px solid #adadad;
	border-right: 2px solid #adadad;
	transform: rotate(45deg);
	right: -5%;
	z-index: 2;
	top: 45%;
}
.sliderArea .slick-prev::before,
.sliderArea .slick-next::before {
	color: unset;
}

@media only screen and (max-width: 750px) {
	/* small */
	.hiroshifujiwara_lp {
		max-width: 100%;
	}
	.itemList ul {
		row-gap: 70px;
	}
	.siteMain .popUp-2 {
		margin: 15% auto;
	}
	.siteMain .popUp-2 .text {
		margin-bottom: 10%;
	}
	.siteMain .popUp-2.titleArea.description h2 {
	font-size: 1.5rem;
	}
	.siteMain .frgmt h2 {
	font-size: 1.1rem;
	}
	.siteMain .popUp-2.titleArea h2 .highlight:last-child {
	font-size: 1.7rem;
	}
	.siteMain .popUp-2 p {
		font-size: 1.1rem;
	}
	.siteMain .popUp-2.titleArea h2 {
		line-height: 1.5;
	}
	.siteMain .novelty {
		width: 90%;
	}
	.siteMain .hiroshifujiwara_lp .noveltytxt div:last-child {
	margin-bottom: 10%;
	}
	.itemList li .lookbookText.stacked .itemName {
	padding-left: 2%;
	}

	/* スライダー */
	.sliderArea {
		width: 90%;
	}
	.slick-initialized .slick-slide,
	.sliderArea .slick-initialized .slick-slide {
		margin-left: 5px;
		margin-right: 5px;
	}
.sliderArea .slick-prev.slick-arrow {
	width: 10px;
	height: 10px;
	left: -3%;
}
.sliderArea .slick-next {
	width: 10px;
	height: 10px;
	right: -3%;
}
}

.frgmt {
	font-family: "Futura Light BT", "Century Gothic", 'Futura','Montserrat', Helvetica, Arial, 'Noto Sans', 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	letter-spacing: 0.18em;
}
.highlight {
	font-family: "Times New Roman";
	letter-spacing: 0;
}
.description {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho";
}