@charset "UTF-8";

/*--------------------------------
COMMON 
--------------------------------*/
body {
	font-family: 'Montserrat', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'YuGothic M', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ms pgothic', sans-serif;
}
.bold {
	font-family: 'Montserrat','Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ms pgothic', sans-serif;
	font-weight: bold !important;
}
.yugo {
	font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'YuGothic M', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ms pgothic', sans-serif;
}
.mont {
	font-family: 'Montserrat', sans-serif;
}
.is-sp {
	display: none !important;
}
.is-pc {
	display: inline-block !important;
}
sup {
	display: inline-block;
}

/* sp */
@media screen and (max-width: 767px) {
	.is-sp {
		display: inline-block !important;
	}
	.is-pc {
		display: none !important;
	}
}



/*--------------------------------
MV 
--------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
	#topics-header h1 {
		font-feature-settings: "palt" 1;
		font-size: 22px;
		letter-spacing: .02em;
	}
}



/*--------------------------------
CONTENT 
--------------------------------*/
#topics-content .item-info .subtitle {
	margin: 20px auto 0;
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	line-height: 1.3;
	color: #6E5654;
}
#topics-content .item-info .subtitle sup {
	font-size: 60%;
}

/* common */
.pdt-name {
	margin-top: 25px;
	font-size: 24px;
	text-align: center;
	letter-spacing: .05em;
}
sup {
	margin-right: .3em;
	font-size: 60%;
}

/* container */
.item-flex-block {
}
.item-block {
	width: 80%;
	margin: 0 auto;
}
.pdt-img {
	display: block;
	margin: 0 auto;
}
.pdt-img:first-of-type {
	margin: 0 80px 0 0;
}
.yl {
	background: #f5ffc0;
}
.gr {
	background: #d0ffd5;
}
.pdt-text {
	margin-top: 5px;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
}
.all-ingredients {
	margin-top: 50px;
}
.item-link-block {
	margin: 50px auto 0;
	padding: 17px;
	width: 100%;
	max-width: 798px;
	box-sizing: border-box;
	background: #ff8292;
	font-size: 20px;
	text-align: center;
	color: #FFF;
}
.item-link-block a {
	text-decoration: underline;
}
#topics-content .item-info .feature-block {
	margin-top: 60px;
	padding: 0;
}
.feature-block h5 {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 15px;
	font-size: 34px;
}
.feature-block h5::after {
	position: absolute;
	right: 0;
	content: "";
	width: calc(100% - 4.6em);
	height: 1px;
	background: #6E5654;
}
.feature-flex {
	display: flex;
	justify-content: space-between;
}
#topics-content .item-info .subtitle.subtitle-list {
	margin: 20px 0 0;
	min-width: 445px;
	color: #ed5a73;
}
#topics-content .item-info .subtitle.subtitle-list>li::before {
	top: 0;
}
#topics-content .item-info .subtitle.subtitle-list>li {
	margin-bottom: 10px;
	font-size: 28px;
}
.item-baloon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px 0 0;
	width: 155px;
	height: 155px;
	border: 1px solid #e65a73;
	border-radius: 100px;
}
.item-baloon p {
	font-size: 28px;
	text-align: center;
	line-height: 1.2;
	color: #e65a73;
}
.container-item {
	margin-top: 50px;
}

/* container */
.item-img-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-img-flex img {
	margin: 0;
}
.item-eyeliner {
	margin-bottom: 120px;
}

/* sp */
@media screen and (max-width: 767px) {
	#topics-content .item-info .subtitle {
		margin: 15px auto 0;
		font-size: 14px;
	}

	/* common */
	#topics-content .item-info h2 .item-sub-category {
		font-size: 20px;
		font-feature-settings: "palt" 1;
		letter-spacing: .05em;
	}
	.pdt-name {
		margin-top: 40px;
		font-size: 22px;
	}

	/* container */
	.item-flex-block {
		display: block;
	}
	.item-block {
		width: 100%;
	}
	.item-block:first-of-type {
		margin-bottom: 70px;
	}
	.pdt-img {
		width: 70%;
	}
	.pdt-text {
		margin-top: 5px;
		font-size: 20px;
	}
	.feature-flex {
		flex-wrap: wrap;
	}
	.item-link-block {
		margin: 30px auto 0;
		padding: 15px 5px;
		width: 100%;
		max-width: none;
		font-size: 14px;
		line-height: 1.2;
	}
	#topics-content .feature-block.item-info {
		margin: 30px 0 0;
		padding: 0;
	}
	.feature-block h5 {
		margin-bottom: 0;
		font-size: 20px;
	}
	#topics-content .item-info .subtitle.subtitle-list {
		display: grid;
		order: 2;
		margin-top: 15px;
		min-width: 100%;
	}
	#topics-content .item-info .subtitle.subtitle-list>li {
		margin-bottom: 5px;
		font-size: 16px;
	}
	#topics-content .item-info .subtitle.subtitle-list>li::before {
		top: 2px;
		width: 16px;
		height: 16px;
	}
	.item-block .all-ingredients {
		margin-top: 40px;
	}
	.item-baloon {
		order: 1;
		margin: 20px 0 0 0;
		padding: 10px 0;
		width: 100%;
		height: auto;
		border-radius: 0;
	}
	.item-baloon p {
		font-size: 18px;
		text-align: center;
		line-height: 1.3;
		color: #e65a73;
	}
	.item-img-flex {
		display: block;
	}
	.item-img-flex img {
		margin: 0 auto;
	}
	.item-img-flex img:first-of-type {
		margin: 0 auto 20px;
		width: 20%;
	}
	.item-img-flex img:last-of-type {
		width: 40%;
	}
	.container-item {
		margin-top: 40px;
	}
}
