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

.title {
	text-align: center;
}

.title,
.navi,
.content-box {
	/* font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif; */
	font-weight: 500;
}

.ttl_box {
	display: block;
	float: left;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.main_box_img {
	margin: 0 auto;
	width: 722px;
	/* height: 210px;
    aspect-ratio: 361/120; */
}

.main_box_img img {
	width: 100%;
	height: auto;
	aspect-ratio: 32 / 13;
	vertical-align: top;
}


.title-sub {
	background: #efefef;
	padding: 16px 0;
	font-size: 15px;
	line-height: 1.8;
	margin-top: 10px;
}

.title-sub p {
	font-size: 14px;
}

.title-sub p:first-child {
	margin-bottom: 10px;
}

.title-sub p.small-txt {
	font-size: .8em;
}

.navi {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.navi ul {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	font-size: 20px;
	max-width: 1000px;
}

.navi ul li {
	display: inline-block;
	overflow: hidden;
	padding: 10px;
	text-align: center;
}

.navi ul li a {
	color: #5b5b5a;
	text-decoration: none;
	display: block;
	overflow: hidden;
	font-size: 15px;
	font-feature-settings: "palt";
	letter-spacing: .03em;
}

.navi ul li a::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(anchor.png);
	background-size: contain;
	vertical-align: text-bottom;
	pointer-events: none;
	margin-left: 2px;
}

/* content-box */
.content-box {
	margin: 0 auto;
	padding: 12px 0 80px;
}



/* headline */
.headline {
	color: #3E3E3E;
	margin-bottom: 40px;
	background-color: #d1edf3;


}

/* #KNIT .headline {
} */

/* #OUTER .headline {
	background-color:#f4d7e4;
}

#SKIRT .headline {
	background-color:#f4d7e4;
}

#BLOUSE .headline {
	background-color:#f4d7e4;
}

#PANTS .headline {
	background-color:#f4d7e4;
} */

.headline-main {
	font-family: "Sawarabi Gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 16px;
	line-height: 1.2;
	letter-spacing: .02em;
}

.headline-main span {
	background: linear-gradient(transparent 88%, #fdff98 0%);
}


.headline-main img {
	display: block;
	margin: 0 auto;
}


.headline-ruby {
	display: block;
	font-size: 24px;
	/* font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif; */
	font-feature-settings: "palt";
	letter-spacing: .08em;
}

.headline-sub {
	font-size: 14px;
	line-height: 1.6;
}

.itembox-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	margin: 0 12px;
}

.itembox-img {
	margin-bottom: 8px;
}

.itembox-txt {
	background-color: #efefef;
	padding: 24px;
	border-radius: 4px;
	position: relative;

}

.itembox-comment-inner {
	padding-bottom: 1em;
}

.itembox-txt::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #efefef;
}

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

.itembox-comment-txt {
	font-size: 14px;
}

.itembox-credit {
	font-size: 16px;
}

.itembox-credit-shop {
	font-size: 22px;
}

.itembox-credit-name {
	margin-bottom: 1em;
	font-size: 14px;
}


/* coordinate-list */
.coordinate-list {
	margin: auto;
	text-align: center;
	max-width: 774px;
	margin-bottom: 20px;
}

.coordinate-list>li {
	width: 25%;
}

.coordinate-list>li img {
	aspect-ratio: 97/211;
	width: 100%;
}

.coordinate-list a {
	display: block;
}



/* itemtxt */
.itemtxt {
	font-size: 12px;
	margin: 0 0 4px;
}

.itembox-comment {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 1em;
}

/* item-list */

.item-list {
	flex-wrap: wrap;
	margin: auto;
	max-width: 980px;
}

.item-list li {
	display: flex;
	margin-top: 32px;
	margin-left: 4%;
	width: 44%;
}

.item-list img {
	height: auto;
}

.item-list li a {
	width: 100%;
}

a .icon {
	background-color: #3e3e3e;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 8px 25px;
	text-align: center;
	transition: all 0.3s ease 0s;
	float: right;
	border-radius: 4px;
	margin-top: auto;
	margin-left: auto;
}

.item-list img {
	aspect-ratio: 5/6;
	width: 100%;
}

.number {
	font-size: 26px;
	font-weight: bold;
	font-family: "Outfit", sans-serif;
	/* font-style: italic; */
	font-weight: 500;
	color: #e46a8f;
}

.itembox-main .number {
	font-size: 60px;
	position: absolute;
	top: -50px;
	left: 16px;
}

/* .number::after {
	content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    top: 60px;
    left: 0;
    display: inline-block;
    border-bottom: 1px solid #3E3E3E;
} */



/* btn-box */
.btn-box .icon,
.btn-box .m-btn-inactive {
	margin: 48px auto 0;
}



/* layoutbox */
.layoutbox {
	margin: 0;
	width: 100%;
}

.layoutbox img {
	aspect-ratio: 16/15 !important;
}





/* under */
.under {
	padding: 64px 0;
}


.con_under_sharebox {
	width: 100%;
	text-align: center;
}

.con_under_sharebox a {
	width: 67px;
	margin: 5px 10px;
	display: inline-block;
}

.con_under_sharebox a img {
	width: 100%;
}

.under-sharebox {
	text-align: center;
	width: 100%;
}

.under-mailbox {
	margin: 10px 12px 0;
	padding: 30px 0;
	border: solid 1px #d1c0a5;
	text-align: center;
	width: calc(100% - 24px);
}

.under-sharebox a {
	display: inline-block;
	margin: 10px 2px;
}

.under-mailbox .m-btn-inactive {
	width: 50%;
}

.con_under_mailbox span {
	font-size: 12px;
}

.con_under_mailbox span a {
	display: inline-block;
	text-decoration: underline;
}

.con_under_mailbox .m-btn-inactive {
	width: 50%;
}

.coordinate-list .itemtxt {
	height: 3.3em;
	font-size: 10px;
}

.lh-ur {
	line-height: 1.2;
}

.sale-price {
	color: red;
}

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

	.main_box_img {
		width: 100%;
	}


	.title-sub p {
		width: 90%;
		margin: 0 auto;
		font-size: 15px;
		text-align: left;
		line-height: 1.8;
	}

	.navi {
		width: 100%;
	}

	.navi ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-items: center;
		margin-top: 14px;
	}

	.navi ul li {
		display: inline-block;
		overflow: hidden;
		width: 90%;
		text-align: center;
		background-color: #efefef;
		border-radius: 4px;
		padding: 8px 6px;
		margin: 5px;
	}

	.navi ul li a::after {
		vertical-align: text-top;
	}

	.btn-box {
		padding: 0 4%;
	}

	.headline-wrapper {
		box-sizing: border-box;
		margin: auto;
		padding: 20px 10px;
		text-align: center;
	}

	.headline-ruby {
		margin-bottom: 4px;
	}

	.headline-wrapper-blouse {
		box-sizing: border-box;
		width: 90%;
		margin: auto;
		padding: 20px 0;
		text-align: center;
	}

	.headline-main {
		font-size: 36px;
		line-height: 1.1;
	}

	.headline-main img {
		max-width: 170px;
	}

	.headline-sub {
		margin: 0 12px;
	}

	.headline-wrapper-blouse .headline-ruby {
		display: block;
		font-size: 14px;
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		margin-bottom: 5px;
	}


	.content-box {
		margin: 15px auto 40px;
	}

	.itembox-main .number {
		font-size: 50px;
		line-height: 1.2;
		top: -40px;
	}


	.number::after {
		top: 50px;
	}

	.itemtxt {
		font-size: 12px;
		margin: 0 0 4px;
	}

}

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

	/*-----------*/
	/*    PC     */
	/*-----------*/

	.main_box_img img {
		aspect-ratio: 361 / 105;
		margin-bottom: 16px;
	}


	.title-sub p {
		text-align: center;
	}

	/* PC headline */
	.navi ul>li {
		margin: 0 auto;
	}

	.navi {
		font-size: 18px;
		margin-top: 20px;
	}


	/* PC headline */
	.headline {
		aspect-ratio: auto;
	}

	.headline-main {
		font-size: 52px;
	}

	.headline-main img {
		width: 180px;
		height: auto;
	}


	.headline-wrapper {
		box-sizing: border-box;
		margin: auto;
		padding: 33px;
		width: 600px;
		text-align: center;
	}

	.headline-wrapper-blouse {
		box-sizing: border-box;
		margin: auto;
		padding: 33px;
		width: 600px;
		text-align: center;
	}

	.itembox-main {
		display: flex;
		flex-direction: row;
		width: 940px;
		margin: 0 auto 40px;
	}

	.itembox-img {
		width: 460px;
	}

	.itembox-comment-txt {
		font-size: 16px;
	}

	.itembox-txt {
		flex: 1;
	}

	.itembox-txt::before {
		content: "";
		position: absolute;
		top: 50%;
		left: -15px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #efefef;
	}

	.number {
		font-size: 32px;
		line-height: 1.2;
	}

	/* PC item-list */
	.item-list li {
		margin-top: 32px;
		margin-left: 20px;
		width: 300px;
	}

	/* .item-list li:nth-of-type(4n-3){
	margin-left: 0;
} */



	/* PC btn-box */
	.btn-box .icon,
	.btn-box .m-btn-inactive {
		width: 320px;
	}



	/* PC under-mailbox */
	.under-mailbox {
		width: 500px;
	}



	/* hover */
	.content-box .icon:hover {
		background: #45423f;
	}

	.navi a:hover,
	.content-box a:hover {
		opacity: .7;
	}

	.coordinate-list .itemtxt {
		height: auto;
	}

	.lh-ur {
		line-height: 1.6;
	}

}

/* end media */