@charset "UTF-8";

/*
*******************************************************************************************************
# Hythiol -　肌の代謝とL-システイン TOP
*******************************************************************************************************
*/

/*------------------------------------
	override
------------------------------------*/
.contentBox {
	padding-top: 30px;
	margin-bottom: 70px;
}

/*------------------------------------
	.modSecTitle
------------------------------------*/

.modSecTitle span {
	top: 30px;
	opacity: 0;
}

.modSecTitleInner:before {
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	transition: all 1.6s cubic-bezier(0.165,0.84,0.44,1);
}
.modSecTitleInner.active:after {
	border-color: #e30019;
}

.wrpContents .modContentsBnr.LcysBnr {
	margin-bottom: 132px;
}

/*------------------------------------
	.ancherList
------------------------------------*/
.sectioAncher{
	padding-bottom: 10px;
}
.ancherList {
	position: relative;
	z-index: 1;
	letter-spacing: -0.4em;
	text-align: center;
	margin-bottom: 10px;
}
.ancherList li {
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	padding: 0 40px 10px;
}
.ancherList li.active:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 6px;
	height: 6px;
	background-color: #e30019;
	border-radius: 3px 3px;
}
.ancherList li a {
	color: #535353;
}
.ancherList li.active a,
.ancherList li a:hover {
	color: #e30019;
}

@media only screen and (max-width: 767px) {
	.sectioAncher{
		padding-bottom: 0px;
	}
	.ancherList {
		position: relative;
		z-index: 1;
		text-align: right;
		padding-top: 10px;
		letter-spacing: 0;
	}
	.ancherList li {
		display: block;
		position: relative;
		padding: 0;
	}
	.ancherList li a {
		display: inline-block;
		color: #535353;
		padding: 2px 0;
		font-size: 14px;
	}
	.ancherList li.active:after {
		display: none;
	}

	.wrpContents .modContentsBnr.LcysBnr {
		margin-bottom: 0;
	}
}


/*------------------------------------
	.toggleBox
------------------------------------*/

.toggleBoxButton {
	display: none;
}

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

	/* アコーディオン */
	.toggleBoxInner {
		position: relative;
		overflow: hidden;
		margin: 0 -20px;
		padding: 0 20px;
		min-height: 100px;
		height: 100px;
	}
	.toggleBoxButton {
		display: block;
		position: relative;
		padding-top: 0;
	}
	.toggleBoxButton:before {
		content: "";
		position: absolute;
		top: -100px;
		left: 0;
		width: 100%;
		height: 100px;
		display: block;
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
		/*transition: all 0.4s ease-out;*/
	}
	.toggleBoxButton a {
		position: relative;
		z-index: 2;
		display: block;
		text-align: center;
		font-weight: bold;
		color: #fff;
		padding: 14px 0;
		background-color: #e30019;
	}
	.toggleBoxButton a:after {
		content: "";
		position: absolute;
		display: block;
		width: 20px;
		height: 20px;
		top: 50%;
		margin-top: -10px;
		right: 20px;
		background-image: url(/hythiol/lcysteine/images/sp/icn_03.png);
		background-size: 20px 40px;
		background-position: 0 0;
	}
	.active .toggleBoxInner {
		height: auto;
	}
	.active .toggleBoxButton {
		padding-top: 30px;
	}
	.active .toggleBoxButton:before {
		top: 0;
		height: 0;
	}
	.active .toggleBoxButton a:after {
		background-position: 0 -20px;
	}

}

/* --------------------------------------------------------------------
id01
-------------------------------------------------------------------- */
#id01 {
}
#id01 .modSecTitleInner:before {
	content: url(/hythiol/lcysteine/images/pic_id01_p01.jpg);
}

.sectionWorks .modImgBox {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	#id01 .modSecTitleInner:before {
		display: none;
	}
	#id01 .modSecTitleWrap:after {
		background-image: url(/hythiol/lcysteine/images/sp/pic_id01_p01.jpg);
	}
}

/* --------------------------------------------------------------------
id02
-------------------------------------------------------------------- */
#id02 {
}
#id02 .modSecTitleInner:before {
	content: url(/hythiol/lcysteine/images/pic_id02_p01.jpg);
}

.sectionTurnBox .modImgBox {
	margin-bottom: 80px;
}

.sectionTurnBox .modImgBnr {
  margin-bottom: 80px;
}

.turnBox .turnBoxBody {
	display: flex;
	margin-bottom: 60px;
}

.turnBox .boxText {
	width: 550px;
}

.turnBox .boxImage {
	width: 415px;
	margin: 0 60px 10px 0;
}

.turnBoxBody.imgRight .boxImage {
	margin: 0 0 10px 60px;
}

.turnBox .modLineImage {
	position: relative;

}

.turnBox .modLineImage:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #dcdcdc;
}

.turnBox .modLineImage img {
	position: relative;
	z-index: 1;
}

.turnBox .modLineImage.imgRight:after {
	left: -10px;
}

@media only screen and (max-width: 767px) {
	#id02 .modSecTitleInner:before {
		display: none;
	}

	#id02 .modSecTitleWrap:after {
		background-image: url(/hythiol/lcysteine/images/sp/pic_id02_p01.jpg);
	}

	.turnBox .turnBoxBody {
		display: block;
		margin-bottom: 30px;
	}

	.turnBox .boxText {
		width: 100%;
	}

	.turnBox .modLineImage {
		float: right;
		width: 42.85714%;
		margin: 0 0 20px 10px;
	}

	.turnBoxBody.imgRight .boxImage {
		float: none;
		width: 100%;
		margin: 30px 0 0;
	}
}


/* --------------------------------------------------------------------
id03
-------------------------------------------------------------------- */
#id03 {
}
#id03 .modSecTitleInner:before {
	content: url(/hythiol/lcysteine/images/pic_id03_p01.jpg);
}
.modTextBox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modTextBox ul li{
	width:50%;
}

@media only screen and (max-width: 767px) {
	#id03 .modSecTitleInner:before {
		display: none;
	}
	#id03 .modSecTitleWrap:after {
		background-image: url(/hythiol/lcysteine/images/sp/pic_id03_p01.jpg);
	}
	.modTextBox ul{
		display: block;
	}
	.modTextBox ul li{
		width:100%;
	}
}

/* --------------------------------------------------------------------
id04
-------------------------------------------------------------------- */
#id04 {
}
#id04 .modSecTitleInner:before {
	content: url(/hythiol/lcysteine/images/pic_id04_p01.jpg);
}

.sectionLcysBox {
	position: relative;
}

.lcysBox01 .boxLeft {
	width: 475px;
	text-align: center;
	margin: 10px 0;
}

.lcysBox01 .boxLeft > img {
	width: 218px;
}

.lcysSubLead {
	font-size: 15px;
}

.lcysTable {
	font-size: 15px;
	border-top: 1px solid #e5e5e5;
}

.lcysTable tr {
	border-bottom: 1px solid #e5e5e5;
}

.lcysTable tr th {
	font-weight: bold;
	padding: 30px 0;
	width: 360px;
}

.lcysTable tr th p {
	text-indent: -1em;
	padding-left: 1em;
}

.lcysTable tr td {
	padding: 30px 0;
}

@media only screen and (max-width: 767px) {
	#id04 .modSecTitleInner:before {
		display: none;
	}
	#id04 .modSecTitleWrap:after {
		background-image: url(/hythiol/lcysteine/images/sp/pic_id04_p01.jpg);
	}

	.lcysBox01 .boxLeft {
		width: 100%;
		margin: 0 0 10px;
	}

	.lcysBox01 .boxLeft > img {
		width: 100%;
	}

	.lcysTable tr th {
		display: block;
		width: 100%;
		padding: 20px 0 0;
		font-weight: bold;
	}
	.lcysTable tr td {
		display: block;
		padding: 20px 0;
	}
	.lcysList .modTextBox h4 + p {
		margin-top: 1.0em;
	}

}
