@charset "UTF-8";
/*
*******************************************************************************************************
# Hythiol -製品情報
*******************************************************************************************************
*/

/*
		.modH1
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.wrpContents .modH1 {
		padding-left: 0;
	}
}

/* .sectionProducts
-------------------------------------------------------------------------*/

.wrpContents .sectionProducts .products {
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #E5E5E5;
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .ctsBody {
	width: 585px;
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image {
	width: 440px;
	padding: 0 70px;
	box-sizing: border-box;
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image figure {
	position: relative;
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image figure img {
	position: relative;
	z-index: 1;
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image a:hover figure::before {
	opacity: 0.7;
}

/* new +2用 */
.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image.newPlus2 figure::before {
	display: block;
	content: '';
	position: absolute;
	top: -20px;
	left: -26px;
	width: 80px;
	height: 80px;
	background: url(/hythiol/common/images/icn_new_cplus2.png) no-repeat 0 0;
	background-size: cover;
	transition: all 250ms;
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image figcaption {
	text-align: center;
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image a:hover figcaption {
	color: #000;
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image .capacity,
.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image .type {
	display: inline-block;
	margin-top: 28px;
	font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image .capacity {
	font-size: 12px;
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image .capacity .num {
	font-size: 20px;
	font-weight: 600;
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image .type {
	margin-left: 10px;
	font-size: 12px;
	line-height: 1;
}

.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image .type .txtType {
	font-size: 10px;
}
.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image .txtMedicine {
	padding: 2px 8px;
}

.modH2Icon .item {
	padding-left: 28px;
	font-size: 18px;
}

.wrpContents .sectionProducts .productsItem {
	margin-bottom: 15px;
	color: #E30019;
	font-size: 28px;
	font-weight: 600;
}

.wrpContents .sectionProducts .productsItem.acne {
	color: #F30088;
}

.wrpContents .sectionProducts .ProductsCatch {
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: 600;
}

.wrpContents .sectionProducts .checkBox dl {
	display: flex;
	align-items: center;
	border: 1px solid #E5E5E5;
}

.wrpContents .sectionProducts .checkBox dt {
	width: 143px;
	text-align: center;
}

.wrpContents .sectionProducts .checkBox dd {
	width: 441px;
	border-left: 1px solid #E5E5E5;
}

.wrpContents .sectionProducts .checkBox dt .txt {
	display: block;
	font-size: 15px;
	font-weight: 600;
}

.wrpContents .sectionProducts .checkBox .checkList {
	padding: 25px 38px;
}

.wrpContents .sectionProducts .checkBox .checkList li {
	position: relative;
	margin-bottom: 2px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.9;
}

.wrpContents .sectionProducts .checkBox .checkList li::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 0;
	background: url(/hythiol/common/images/icn_check.png) no-repeat 0 0;
	background-size: 16px auto;
}


.wrpContents .sectionProducts .checkBox .checkList.acne li::before {
	background: url(/hythiol/common/images/icn_check_acne.png) no-repeat 0 0;
	background-size: 16px auto;
}


.wrpContents .sectionProducts .checkBox .checkList li:last-child {
	margin-bottom: 0;
}

.wrpContents .sectionProducts .modBtnLink {
	margin-top: 30px;
}

.wrpContents .sectionProducts .modBtnLink .btnLinkInr {
	width: 280px;
}

.wrpContents .sectionProducts .modBtnLink .btnLinkInr .iconCart {
	position: absolute;
}

.wrpContents .sectionProducts .modBtnLink .btnLinkSoon {
	background: lightgrey;
	border: none;
}

.wrpContents .sectionProducts .modBtnLink .btnLinkInr .txt {
	padding: 0 40px;
}

.wrpContents .sectionProducts .productsHBC .text .modTxtNormal,
.wrpContents .sectionProducts .productsHCW .text .modTxtNormal {
	margin-bottom: 10px;
}

.wrpContents .sectionProducts .modBtnLinkWrap {
	display: flex;
	justify-content: space-between;
}

.wrpContents .sectionProducts .modBtnLinkWrap .modBtnLink {
	width: 280px;
	height: 56px;
	margin: 30px 0;
}

.wrpContents .sectionProducts .modBtnLinkWrap .btnBlankWrap {
	width: 280px;
	height: 56px;
	margin: 30px 0;
}
.wrpContents .sectionProducts .modBtnLinkWrap .btnBlankWrap .btnBlank{
	background-color: #fff;
	border: 1px solid #E5E5E5;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

/* soon */
.wrpContents .sectionProducts .soonAnnotation {
	font-size: 12px;
	width: 280px;
	text-align: left;
	margin-top: 5px;
}

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

	/* soon */
	.wrpContents .sectionProducts .soonAnnotation {
		width: 100%;
		margin-top: 10px;
	}

	.wrpContents .sectionProducts .products {
		padding-bottom: 30px;
		margin-bottom: 60px;
		border-bottom: 1px solid #E5E5E5;
	}

	.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .ctsBody {
		width: 100%;
	}

	.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image {
		width: 100%;
		padding: 0 48px;
	}

	.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image a:hover figure::before {
		opacity: 1;
	}

	/* new +2用 */
	.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image.newPlus2 figure::before {
		top: -7%;
		left: -8.4%;
		width: 27.2%;
		height: 28.5%;
		background-size: contain;
	}

	.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image .capacity,
	.wrpContents .sectionProducts .modCtsBox.sizeL .ctsInr .image .type {
		margin-top: 15px;
	}

	.modH2Icon .item {
		display: block;
		padding-left: 0;
		font-size: 13px;
	}

	.wrpContents .sectionProducts .productsItem {
		font-size: 20px;
	}
	.wrpContents .sectionProducts .ProductsCatch {
		font-size: 16px;
	}

	.wrpContents .sectionProducts .checkBox dl {
		display: block;
		margin-top: 32px;
	}

	.wrpContents .sectionProducts .checkBox dt {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #E5E5E5;
	}

	.wrpContents .sectionProducts .checkBox dt .txt {
		display: block;
		padding: 15px 10px;
	}

	.wrpContents .sectionProducts .checkBox dd {
		width: 100%;
		border-left: 0;
	}

	.wrpContents .sectionProducts .checkBox .checkList {
		padding: 15px 25px;
	}

	.wrpContents .sectionProducts .checkBox .checkList li {
		padding-left: 28px;
	}

	.wrpContents .sectionProducts .checkBox .checkList li::before {
		width: 14px;
		height: 14px;
		background: url(/hythiol/common/images/icn_check.png) no-repeat 0 0;
		background-size: 14px auto;
	}

	.wrpContents .sectionProducts .checkBox .checkList.acne li::before {
		background: url(/hythiol/common/images/icn_check_acne.png) no-repeat 0 0;
		background-size: 14px auto;
	}

	.wrpContents .sectionProducts .modBtnLink {
		margin-top: 20px;
	}

	.wrpContents .sectionProducts .modBtnLink a {
		width: 100%;
	}

	.wrpContents .sectionProducts .modBtnLink .btnLinkInr {
		width: 100%;
	}

	.wrpContents .sectionProducts .modBtnLinkWrap {
		display: block;
	}

	.wrpContents .sectionProducts .modBtnLinkWrap .modBtnLink {
		width: 100%;
		margin: 30px 0;
	}

	.wrpContents .sectionProducts .modBtnLinkWrap .btnBlankWrap {
		width: 100%;
		margin: 30px 0;
	}
	.wrpContents .sectionProducts .modBtnLinkWrap .btnBlankWrap .btnBlank{
		background-color: #fff;
		border: 1px solid #E5E5E5;
		width: 100%;
		height: 100%;
		margin-bottom: 10px;
	}
	.wrpContents .sectionProducts .modBtnLinkWrap .btnBlankWrap .btnBlank a span{
		display: inline-block;
		position: relative;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		padding: 0;
		font-weight: 600;
		box-sizing: border-box;
		text-align: center;
	}
	.wrpContents .sectionProducts .modBtnLinkWrap .btnBlankWrap .toAmazonCaps{
		text-align: center;
	}

}


/* .sectionOtherProduct
-------------------------------------------------------------------------*/

.wrpContents .sectionOtherProduct .bnrList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wrpContents .sectionOtherProduct .bnrList li {
	width: 497px;
	height: 130px;
	box-sizing: border-box;
	border: 1px solid #E5E5E5;
}

.wrpContents .sectionOtherProduct .bnrList li a {
	display: table;
	width: 100%;
	height: 100%;
}

.wrpContents .sectionOtherProduct .bnrList .image,
.wrpContents .sectionOtherProduct .bnrList .txt {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.wrpContents .sectionOtherProduct .bnrList .image {
	text-align: center;
}

.wrpContents .sectionOtherProduct .bnrList .image img {
	width: 178px;
}

.wrpContents .sectionOtherProduct .bnrList .txt {
	font-size: 18px;
	font-weight: 600;
}

.wrpContents .sectionOtherProduct .bnrList i {
	bottom: 15px;
	right: 15px;
}

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

	.wrpContents .sectionOtherProduct .bnrList li {
		width: 100%;
		height: 110px;
		margin-bottom: 20px;
	}

	.wrpContents .sectionOtherProduct .bnrList li:last-child {
		margin-bottom: 0;
	}

	.wrpContents .sectionOtherProduct .bnrList li a {
		display: table;
		width: 100%;
		height: 100%;
	}

	.wrpContents .sectionOtherProduct .bnrList .txt {
		font-size: 15px;
	}

}


/* .sectionHistory
-------------------------------------------------------------------------*/

.wrpContents .sectionHistory h2 {
	margin-bottom: 60px;
	color: #E30019;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.6;
}

.wrpContents .sectionHistory .modCtsBox.sizeL .ctsInr .title {
	font-size: 24px;
}

.wrpContents .sectionHistory .timeLine {
	margin-top: 23px;
}

.wrpContents .sectionHistory .timeLine .event {
	position: relative;
	display: flex;
}

.wrpContents .sectionHistory .timeLine .ad {
	position: relative;
	width: 90px;
	margin-top: -5px;
	color: #E30019;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.wrpContents .sectionHistory .timeLine .ad::before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -7px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #E30019;
}

.wrpContents .sectionHistory .timeLine .eventBody {
	width: 934px;
	margin-top: 10px;
	padding-left: 30px;
	border-left: 2px solid #E30019;
	box-sizing: border-box;
}

.wrpContents .sectionHistory .timeLine .event:last-child .eventBody {
	border: 0;
}

.wrpContents .sectionHistory .timeLine .eventBody .title {
	margin-top: -20px;
	font-size: 20px;
	font-weight: 600;
}

.wrpContents .sectionHistory .timeLine .overview {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	margin: 14px 0 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E5E5E5;
}

.wrpContents .sectionHistory .timeLine .event:last-child .overview {
	margin-bottom: 0;
}

.wrpContents .sectionHistory .timeLine .image {
	width: 170px;
	margin-right: 32px;
}

.wrpContents .sectionHistory .timeLine .text {
	width: 700px;
}


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

	.wrpContents .sectionHistory h2 {
		margin-bottom: 30px;
		font-size: 21px;
	}

	.wrpContents .sectionHistory .modCtsBox.sizeL .ctsInr {
		flex-direction: column;
	}

	.wrpContents .sectionHistory .modCtsBox.sizeL .ctsInr .title {
		font-size: 18px;
	}

	.wrpContents .sectionHistory .timeLine {
		margin-top: 23px;
	}

	.wrpContents .sectionHistory .timeLine .ad {
		width: 25%;
		margin-top: -3px;
		padding-right: 10px;
		font-size: 15px;
		box-sizing: border-box;
	}

	.wrpContents .sectionHistory .timeLine .ad::before {
		content: '';
		display: block;
		position: absolute;
		top: 2px;
		right: -6px;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		background-color: #E30019;
	}

	.wrpContents .sectionHistory .timeLine .eventBody {
		width: 75%;
		margin-top: 0;
		padding-left: 24px;
		border-left: 2px solid #E30019;
		box-sizing: border-box;
	}

	.wrpContents .sectionHistory .timeLine .event:last-child .eventBody {
		border: 0;
	}

	.wrpContents .sectionHistory .timeLine .eventBody .title {
		margin-top: -8px;
		font-size: 16px;
		font-weight: 600;
	}

	.wrpContents .sectionHistory .timeLine .overview {
		position: relative;
		flex-direction: column-reverse;
		margin: 14px 0 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #E5E5E5;
	}

	.wrpContents .sectionHistory .timeLine .image {
		width: 150px;
		margin-right: 0;
	}

	.wrpContents .sectionHistory .timeLine .text {
		width: 100%;
		margin-top: 15px;
	}

}

/* .sectionLineup
-------------------------------------------------------------------------*/
.sectionLineup{
	margin: 30px auto 44px;
}

@media screen and (max-width: 767px) {
	.sectionLineup{
		margin: 0 auto calc(40 / 375 * 100vw);
	}
}

/* PC / SP display */
.onlyMobile {
	display: none !important;
}

@media screen and (min-width: 768px) {
    .spOnly {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
	.onlyDesktop,
	.pcOnly {
		display: none !important;
	}

	.onlyMobile {
		display: block !important;
	}
}