@charset "utf-8";.cashmere-wear-content-wrap p, .cashmere-wear-content-wrap div {
	font-size: 16px;
	/* word-break: keep-all; */
	line-height: 32px;
}

.cashmere-wear-content-wrap h1 {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	margin: 50px 0;
}

.cashmere-wear-content-wrap h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

.look-item-wrap {
	margin-top: 10px;
	display: flex;
}

.look-item-category {
	font-size: 14px;
	color: #fffffe;
	background-color: #000001;
	padding: 0.5rem 2rem;
	display: math;
	text-align: center
}

.look-item-category-wrap {
	width: 30%;
	margin-top: 0.5rem;
}

.look-item-description {
	font-size: 12px;
	width: 70%;
}

.look-item-description p, .look-item-description a {
	word-break: normal;
	line-height: 24px;
}

.cashmere-look-introduction {
	display: block;
	margin: 50px 0;
}

.cashmere-blog-link {
	display: flex;
	justify-content: flex-end;
	text-decoration: underline;
}

.cashmere-blog-link:link, .cashmere-blog-link:valid {
	text-decoration: underline;
}

.look-third-item-wrap {
	position: relative;
	width: 33%;
	display: block;
	padding: 0 5px;
}

.cashmere-introduction {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.cashmere-introduction-img-wrap {
	display: flex;
	justify-content: space-between;
}

.cashmere-introduction-img-wrap img {
	width: 49%;
}

.cashmere-outlook-img-wrap {
	display: flex;
	justify-content: space-between;
}

.cashmere-items-wrap {
	width: 100%;
}

.pick-item-wrap {
	text-align: left;
	height: 7rem;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.pick-item-wrap > p {
	font-size: 12px;
	line-height: 24px;
	word-break: normal;
}

.item-view-btn {
	color: #fffffe;
	background-color: #000001;
	padding: 0.5rem 1rem;
	display: flex;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	width: 80%;
}

.cashmere-items-link {
	color: #000001;
	background-color: #C5E0B4;
	font-weight: 500;
	padding: 2rem;
	width: 100%;
	display: block;
	text-align: center;
}

.cashmere-outlook-img-wrap img {
	width: 22%;
}

.cashmere-outlook-img-wrap img:first-child {
	width: 54%;
}


@media only screen and (max-width: 960px){
	.cashmere-wear-content-wrap p, .cashmere-wear-content-wrap div {
		font-size: 14px;
	}

	.cashmere-wear-content-wrap h1 {
		font-size: 24px;
		font-weight: 600;
	}

	.cashmere-wear-content-wrap h2 {
		font-size: 22px;
		font-weight: 600;
	}

	.look-item-description {
		width: 100%;
	}

	.look-third-item-wrap {
		padding: 0;
	}

	.look-third-item-wrap > div {
		width: 50%;
		margin: 0 5px;
	}

	.look-item-category-wrap {
		width: 55%;
	}

	.look-item-wrap {
		display: block;
	}

	.look-item-description p, .look-item-description a {
		word-break: normal;
		font-size: 14px;
		line-height: 24px;
	}

	.cashmere-outlook-img-wrap img {
		display: none;
		justify-content: space-between;
	}

	.cashmere-outlook-img-wrap img:first-child {
		display: block;
		width: 100%;
	}

	.pick-item-wrap {
		text-align: left;
		height: 10rem;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 350px){
	.pick-item-wrap {
		text-align: left;
		height: 15rem;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
}
.profile_backcolor {
    background-color: #F2F2F2;
}
.profile {
    margin: 40px;
    padding: 40px 0px;
}
