@charset "UTF-8";
/*
*******************************************************************************************************
# common style
*******************************************************************************************************
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------------------------------------

BASE LAYOUT

-------------------------------------------------------------------- */
html {
	overflow-y: scroll;
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #222;
	line-height: 1.5;
	background-color: #ffffff;
}

body.is-fixed {
	position: fixed;
}

body img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

body sup {
	vertical-align: super;
	font-size: 10px;
}

body sup.asterisk,
body span.asterisk {
	vertical-align: middle;
	font-size: 16px;
}

body sub {
	vertical-align: sub;
	font-size: 10px;
}

@media screen and (max-width: 767px) {
	body {
		width: 100%;
		min-width: auto;
	}
}
/* リンク設定 */
a {
	display: inline-block;
	position: relative;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}

a:link, a:visited {
	color: #222222;
}

a:hover {
	color: #e30019;
}

a:hover img {
	opacity: .7;
	transition: all 250ms;
}

a i[class^=icon] {
	position: absolute;
	color: #e30019;
}

.acne a i {
	color: #F30088;
}

.linkBlk a:hover {
	color: #222222;
	opacity: .7;
}

@media only screen and (max-width: 767px) {
	a:hover img {
		transition: none;
		opacity: 1;
	}

	.linkBlk a:hover {
		opacity: 1;
	}
}

/* ----------------------------------------------------------------------

共通設定

---------------------------------------------------------------------- */
/* font */
.xsmall {
	font-size: 10px;
}

.small {
	font-size: 12px;
}

.em {
	font-weight: 600;
}

.txtAlignRight {
	text-align: right;
}

.txtAlignLeft {
	text-align: left;
}

.txtAlignCenter {
	text-align: center;
}

.txtMedicine {
	padding: 2px 3px;
	border: 1px solid #222222;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .txtMedicine {
		padding: 3px 3px 0;
	}
}

.txtType {
	font-size: 12px;
}

.strong {
	color: #e30019;
}

.strong.acne {
	color: #F30088;
}

/* clearfix */
.clearfix {
	display: block;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/* break */
.break {
	display: block;
}

.breakDesktop {
	display: block !important;
}

.breakMobile {
	display: inline !important;
}

@media screen and (max-width: 767px) {
	.breakDesktop {
		display: inline !important;
	}

	.breakMobile {
		display: block !important;
	}
}

/* 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;
	}
}

/* margin */
.modMargin20 {
	margin-bottom: 20px;
}
.modMargin30 {
	margin-bottom: 30px;
}
.modMargin40 {
	margin-bottom: 40px;
}
.modMargin50 {
	margin-bottom: 50px;
}
.modMargin60 {
	margin-bottom: 60px;
}
.modMargin70 {
	margin-bottom: 70px;
}
.modMargin80 {
	margin-bottom: 80px;
}

/* img */
.imgBorder {
	border: 1px solid #e5e5e5;
}

/* bg */
.bgBlack body {
	position: relative;
}

.bgBlack body::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

@media only screen and (max-width: 767px) {
	.bgBlack,
	.bgBlack body {
		overflow: hidden;
		height: 100%;
	}
}

/* iconfont */
a i[class^=icon] {
	position: absolute;
	color: #e30019;
}

.acne a i {
	color: #F30088;
}

/* iconClose list */
#globalNav .globalNavMain .globalNavList > a i {
	display: none;
}

/* メインメニューリンク無しの場合 aタグをpタグに変更 */
#globalNav .globalNavMain .globalNavList > p i {
	display: none;
}

/* linkBlk */
.linkBlk a:hover {
	color: #222222;
	opacity: .7;
}

@media only screen and (max-width: 767px) {
	.linkBlk a:hover {
		opacity: 1;
	}
}

/* 拡大 zoom（sp） */
@media only screen and (max-width: 767px) {
	.wrpContents .txtPinch {
		position: relative;
		height: 30px;
		text-align: right;
		margin-top: 8px;
		padding: 8px 40px 0 0;
	}

	.wrpContents .txtPinch::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 30px;
		background: url(/hythiol/common/images/icn_zoom.png) no-repeat 0 0;
		background-size: 30px;
	}

	.wrpContents .listCause .modListTxt .listTxt li {
		width: 50%;
		box-sizing: border-box;
	}
}

/* --------------------------------------------------------------------

HEADER

-------------------------------------------------------------------- */
.wrpHeader {
	position: relative;
	z-index: 2;
	border-bottom: 3px solid #DE0067;
	background-color: #fff;
	padding: 0;
}

#headerContent {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	z-index: 2;
}

#headerContent:after {
	content: "";
	display: table;
}

#headerContent:after {
	clear: both;
}

#headerhythiolLogo {
	float: left;
	width: 18.53658536585366%;
	max-width: 190px;
	height: 83px;
	margin-right: 5px;
}

#headerhythiolLogo a {
	display: flex;
	align-items: center;
}

#headerhythiolLogo span {
	display: block;
	position: relative;
	width: 100%;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
}

#headerhythiolLogo span::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../common/images/logo_hd_hythiol.svg) no-repeat 0 0;
	background-size: contain;
	background-position: center;
}

/* --------------------------------------------------------------------

GLOBAL NAVIGATION

-------------------------------------------------------------------- */
#globalNav {
	float: left;
	z-index: 1;
	width: 62%;
}

#globalNav.isPc {
	display: block;
}

#globalNav .globalNavInner {
	margin: 0 auto;
}



#globalNav .globalNavMain {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#globalNav .globalNavMain > li {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	flex: 0 0 calc((100% - 128px - 136px - 64px) / 3);
	display: flex;
	justify-content: center;
    align-items: center;
}

#globalNav .globalNavMain > li.trouble {
	flex: 0 0 128px;
}

#globalNav .globalNavMain > li.qa {
	flex: 0 0 64px;
}

#globalNav .globalNavMain > li.special {
	flex: 0 0 136px;
}
/*

#globalNav .globalNavMain {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
}

#globalNav .globalNavMain > li {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

#globalNav .globalNavMain .products {
	margin-right: 48px;
}
#globalNav .globalNavMain .about {
	margin-right: 48px;
}
#globalNav .globalNavMain .trouble {
	margin-right: 51px;
}

#globalNav .globalNavMain .qa {
	margin-right: 56px;
}*/

#globalNav .globalNavMain .close {
	display: none;
}

#globalNav .globalNavMain li .globalNavBtn,
#globalNav .globalNavMain li .comingsoon {
	height: 100%;
}

#globalNav .globalNavMain li .comingsoon {
	height: 100%;
	border-right: 1px solid #e5e5e5;
	color: #bababa;
	font-size: 12px;
	line-height: 1.2;
}

#globalNav .globalNavMain li .comingsoon span {
	display: block;
	padding-top: 6px;
}

#globalNav .globalNavMain li a.act,
#globalNav .globalNavMain li a.actover {
	color: #DE0067;
	opacity: 1;
}

#globalNav .globalNavMain li a.act,
#globalNav .globalNavMain li a.actover {
	background-image: url(../../common/images/icn_arrow_t.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#globalNav .globalNavMain .qa a.act,
#globalNav .globalNavMain .qa a.actover {
	background-image: none;
}

#globalNav .globalNavMain li > .globalNavBtn:link,
#globalNav .globalNavMain li > .globalNavBtn:visited {
	text-decoration: none;
	font-weight: 600;
	height: 83px;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*#globalNav .globalNavMain li > .globalNavBtn:link,
#globalNav .globalNavMain li > .globalNavBtn:visited {
	text-decoration: none;
	font-weight: 600;
	display: table-cell;
	height: 83px;
	vertical-align: middle;
}*/

#globalNav .globalNavMain a:link,
#globalNav .globalNavMain a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}

#globalNav .globalNavMain .top .globalNavBtn {
	width: 73px;
}

#globalNav .globalNavMain .about .globalNavBtn {
	line-height: 1.428571428571429;
}

/* 注釈 */
#globalNav .modListMenuAbout .navTxtCaption {
	padding: 5px 0 5px;
}

#globalNav .modListMenuAbout .navTxtCaption p {
	color: #666;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
}

/* メインメニューリンク無しの場合 aタグをpタグに変更 */
#globalNav .globalNavMain li p.act,
#globalNav .globalNavMain li p.actover {
	color: #DE0067;
	opacity: 1;
}

#globalNav .globalNavMain li p.act,
#globalNav .globalNavMain li p.actover {
	background-image: url(../../common/images/icn_arrow_t.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#globalNav .globalNavMain li > p.globalNavBtn {
	text-decoration: none;
	font-weight: 600;
	height: 83px;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
}

#globalNav .globalNavMain p {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}

/* 下層メニュー
----------------------------------- */
#globalNav .globalNavSubWrap {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border-top: 3px solid #DE0067;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: auto;
	z-index: 999;
}

#globalNav .globalNavSub {
	position: relative;
}

#globalNav .globalNavSub li {
	width: auto;
	height: auto;
	float: none;
	font-size: 0;
	line-height: 0;
	position: static;
	border: none;
	background-color: transparent;
}

/* 製品情報　のサブナビ */
#globalNav .modListMenuProducts ul {
	display: table;
	border-bottom: 1px solid #e5e5e5;
}

#globalNav .modListMenuProducts li {
	position: relative;
	display: table-cell;
	border-right: 1px solid #e5e5e5;
	vertical-align: bottom;
	width: 255px;
}

#globalNav .modListMenuProducts li > a {
	display: block;
}

#globalNav .modListMenuProducts li:last-child {
	border-right: none;
}

#globalNav .modListMenuProducts li .img img {
	width: 100%;
}

#globalNav .modListMenuProducts li .ttl {
	position: absolute;
	right: 0;
	top: 236px;
	left: 0;
	color: #DE0067;
	font-size: 12px;
	font-weight: 600;
	margin: 0 auto;
	line-height: 1.2;
}

#globalNav .modListMenuProducts li .ttl .navTxtCaption {
	display: block;
	color: #666;
	font-size: 9px;
	font-weight: normal;
	margin-top: 4px;
}

/* iconCornerRB */
#globalNav .globalNavSubWrap li > a > .iconCornerRB {
	bottom: 0;
	right: 0;
	font-size: 32px;
	color: #DE0067;
}

#globalNav .globalNavSubWrap .collagen > a > .iconCornerRB {
	color: #f30088;
}

#globalNav .modListMenuProducts .btn {
	display: block;
	text-align: right;
}

#globalNav .modListMenuProducts .btn a {
	display: inline-block;
	padding: 25px 35px;
}

#globalNav .modListMenuProducts .btn a .iconCircleR {
	top: 50%;
	left: 8px;
	font-size: 16px;
	color: #DE0067;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* 肌の代謝とハイチオール　のサブナビ */
#globalNav .modListMenuAbout .Aboutdata {
	display: flex;
	border-bottom: 1px solid #e5e5e5;
}


#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 {
	position: relative;
	width: 228px;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	vertical-align: top;
}

#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01:last-child {
	border-right: none;
}

#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 a {
	display: block;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}

#globalNav .modListMenuAbout .Aboutdata .img {
	margin-bottom: 22px;
}

#globalNav .modListMenuAbout .Aboutdata .ttl {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
}

#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .ttl > span {
	display: block;
	font-size: 15px;
	margin-top: 15px;
}

#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .fcr {
	color: #DE0067;
}

#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .fcp {
	color: #f30088;
}

#globalNav .modListMenuAbout .Aboutdata .about01 {
	width: 1024px;
	display: flex;
}

#globalNav .modListMenuAbout .Aboutdata .about01 > a {
	width: 340px;
	height: 130px;
	padding: 18px 20px;
	box-sizing: border-box;
	background-color: #f7f7f7;
}

#globalNav .modListMenuAbout .Aboutdata .about01 .img {
	display: table-cell;
	width: 128px;
	margin-bottom: 0;
	vertical-align: top;
}

#globalNav .modListMenuAbout .Aboutdata .about01 .ttl {
	display: table-cell;
	width: 135px;
	margin-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
}

#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .img img {
	width: 100%;
}

#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list {
	overflow: hidden;
	width: calc(100% - 340px);
	height: 130px;
	text-align: left;
	padding: 24px 32px;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list li {
	width: 50%;
	padding: 8px 0;
}

#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list li a {
	display: block;
	color: #222;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	padding: 0 0 0 35px;
}

#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list li a .iconCircleR {
	top: 8px;
	left: 10px;
	font-size: 16px;
	color: #DE0067;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* 肌トラブルの症状・原因・対策　のサブナビ */
#globalNav .modListMenuTrouble .Troubledatail01 > a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
}

#globalNav .modListMenuTrouble .Troubledatail01 {
	position: relative;
	display: table-cell;
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	width: 340px;
	vertical-align: top;
}

#globalNav .modListMenuTrouble .Troubledatail01:last-child {
	border-right: none;
}

#globalNav .modListMenuTrouble .Troubledatail01 .img {
	display: table-cell;
	width: 128px;
	vertical-align: top;
}

#globalNav .modListMenuTrouble .Troubledatail01 .img img {
	width: 100%;
}

#globalNav .modListMenuTrouble .Troubledatail01 .ttl {
	display: table-cell;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	width: 135px;
	padding-left: 20px;
	vertical-align: middle;
}

/* CMギャラリーのサブナビ */
#globalNav .globalNavSubWrap.modListMenuCm {
	width: auto;
	left: auto;
	right: 0;
}

#globalNav .modListMenuCm .Cm01 > a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
}


#globalNav .modListMenuCm .Cm01 {
	position: relative;
	display: table-cell;
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
	box-sizing: content-box;
	width: 510px;
	vertical-align: top;
}

#globalNav .modListMenuCm .Cm01:last-child {
	border-right: none;
}

#globalNav .modListMenuCm .Cm01 .img {
	display: table-cell;
	width: 124px;
	vertical-align: top;
}

#globalNav .modListMenuCm .Cm01 .img img {
	width: 100%;
}

#globalNav .modListMenuCm .Cm01 .ttl {
	display: table-cell;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	width: 313px;
	padding-left: 20px;
	vertical-align: middle;
}

/* CMギャラリーのサブナビ COMING SOON */
#globalNav .modListMenuCm .Soon > div {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
}

#globalNav .modListMenuCm .Soon {
	position: relative;
	display: table-cell;
	overflow: hidden;
	box-sizing: border-box;
	width: 510px;
	vertical-align: top;
}

#globalNav .modListMenuCm .Soon .ttl{
	box-sizing: border-box;
	color: #DE0067;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	vertical-align: middle;
	width: 100%;
	height: 80px;
	text-align: left;
}

/* 限定コンテンツのサブナビ */
#globalNav .globalNavSubWrap.modListMenuSpecial {
	width: auto;
	left: auto;
	right: 0;
}

#globalNav .modListMenuSpecial .Special01 > a {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
}

#globalNav .modListMenuSpecial .Special01 {
	position: relative;
	display: table-cell;
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
	box-sizing: content-box;
	width: 510px;
	vertical-align: top;
}

#globalNav .modListMenuSpecial .Special01:last-child {
	border-right: none;
}

#globalNav .modListMenuSpecial .Special01 .img {
	display: table-cell;
	width: 110px;
	vertical-align: top;
}

#globalNav .modListMenuSpecial .Special01 .img img {
	width: 100%;
}

#globalNav .modListMenuSpecial .Special01 .ttl {
	display: table-cell;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	width: 340px;
	padding-left: 20px;
	vertical-align: middle;
}

/* ----------------------------------
navExtraArea（language、SNS）
---------------------------------- */
.navExtraArea {
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	float: right;
	padding-top: 20px;
}

/* 言語選択 */
.languageBox {
	position: relative;
	width: 86px;
	z-index: 3;
}

.languageBox .languageTtl {
	position: relative;
	border-radius: 20px;
	border: 1px solid #e5e5e5;
	background-color: #f6f6f6;
	cursor: pointer;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	padding: 11px 16px;
}

.languageBox .languageTtl > span {
	display: none;
	padding-left: 5px;
}

.languageBox .languageTtl > span.act {
	display: block;
}

.languageBox .languageTtl:hover {
	opacity: .7;
	transition: all 250ms;
}

.languageBox .languageTtl .iconLang {
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	color: #555555;
	font-size: 20px;
	width: 19px;
	height: 18px;
}

.languageBox .languageTtl::after {
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
	display: inline-block;
	content: "";
	background-image: url(../../common/images/icn_arrow_b_gray.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 11px;
	height: 7px;
}

.languageBox .areaSelect {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	width: 86px;
}

.languageBox .areaSelect > li.close {
	display: none;
}

.languageBox .areaSelect > li a {
	display: block;
	border-bottom: 1px solid #f5f5f5;
	color: #222;
	font-size: 14px;
	text-decoration: none;
	padding: 14px 10px;
}

.languageBox .areaSelect > li a:hover {
	color: #DE0067;
}

.languageBox .areaSelect > li:last-child a {
	border-bottom: none;
}

/* sns */
.navSocial {
	margin-left: 12px;
}

.navSocial .title {
	margin-bottom: 4px;
	color: #585858;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.navSocial .snsList li {
	width: 24px;
	margin: 0 12px 0 0;
}

.navSocial .snsList li:last-child {
	margin: 0;
}

/* spnav */
.navBtnBox {
	display: none;
}

@media screen and (max-width: 767px) {
	.onlydesktop {
		display: none !important;
	}

	.onlymobile {
		display: inline-block !important;
	}
/* --------------------------------------------------------------------

HEADER

-------------------------------------------------------------------- */
	.bgBlack .wrpHeader {
		border-bottom: 2px solid #DE0067;
	}

	.wrpHeader {
		position: fixed;
		background-color: transparent;
		border-bottom: 2px solid #DE0067;
		width: 100%;
		height: 54px;
		padding: 0;
		z-index: 999;
	}

	.wrpHeader .glovalNav {
		background-color: #fff;
	}

	#headerContent {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}

	#headerContent:after {
		display: none;
	}

	#headerhythiolLogo {
		display: table-cell;
		float: none;
		width: 180px;
		height: auto;
		padding-left: 20px;
		padding-right: 5px;
		margin: 0;
		vertical-align: middle;
	}

	#headerhythiolLogo span {
		width: 100%;
		height: 25px;
		padding-top: 0;
	}

  /* iconCircleR */
	.icoPos .iconCircleR {
		left: 25px;
		font-size: 16px;
	}

	.icoPos .iconCircleR .path1:before {
		color: #e30019;
	}
  /* iconCircleR list */
	.list .icoPos .iconCircleR {
		top: auto;
		-webkit-transform: none;
		transform: none;
	}
/* --------------------------------------------------------------------

GLOBAL NAVIGATION

-------------------------------------------------------------------- */
	#globalNav {
		float: none;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		box-sizing: border-box;
		border-top: 2px solid #DE0067;
		width: 100%;
	}

	#globalNav.isSp {
		display: none;
	}

	#globalNav .globalNavInner {
		margin: 0 auto;
		overflow-y: scroll;
	}

	#globalNav .globalNavMain {
		display: block;
	}

	#globalNav .globalNavMain > li {
		display: block;
		width: auto;
	}

	#globalNav .globalNavMain .products,
	#globalNav .globalNavMain .about,
	#globalNav .globalNavMain .beautydrink,
	#globalNav .globalNavMain .trouble,
	#globalNav .globalNavMain .qa {
		margin-right: 0;
	}

	#globalNav .globalNavMain .cm {
		padding-left: 0;
		border-bottom: none;
	}

	#globalNav .globalNavMain > li.close {
		display: block;
		background-color: #DE0067;
		color: #fff;
		font-size: 14px;
		text-align: center;
		padding: 18px 0;
	}

	#globalNav .globalNavMain li .globalNavBtn,
	#globalNav .globalNavMain li .comingsoon {
		height: 100%;
	}

	#globalNav .globalNavMain li .comingsoon {
		height: 100%;
		border-right: 1px solid #e5e5e5;
		color: #bababa;
		font-size: 12px;
		line-height: 1.2;
	}

	#globalNav .globalNavMain li .comingsoon span {
		display: block;
		padding-top: 6px;
	}

	#globalNav .globalNavMain .globalNavList > a:link,
	#globalNav .globalNavMain .globalNavList > a:visited {
		display: block;
		border-bottom: 1px solid #e5e5e5;
		background-color: #fff;
		text-align: left;
		height: auto;
		padding: 20px 20px 20px 56px;
	}

	#globalNav .globalNavMain li a.act,
	#globalNav .globalNavMain li a.actover {
		background-image: none;
		color: #000000;
	}

	#globalNav .globalNavSubWrap li > a > .iconCornerRB {
		font-size: 24px;
	}

	#globalNav .globalNavMain a:link,
	#globalNav .globalNavMain a:visited {
		color: #000000;
		text-decoration: none;
		font-weight: 600;
	}

	#globalNav .globalNavMain .top .globalNavBtn {
		width: 73px;
	}

	#globalNav .globalNavMain .about .globalNavBtn {
		line-height: 1.428571428571429;
	}

	#globalNav .modListMenuAbout .navTxtCaption {
		padding: 10px 0;
		text-align: left;
	}

	/* 限定コンテンツのメニュー構造変更 */
	#globalNav .globalNavMain .special {
		padding-left: 0;
		border-bottom: none;
	}

	/* メインメニューリンク無しの場合 aタグをpタグに変更 */
	#globalNav .globalNavMain .globalNavList > p.globalNavBtn {
		position: relative;
		display: block;
		border-bottom: 1px solid #e5e5e5;
		background-color: #fff;
		text-align: left;
		height: auto;
		padding: 20px 20px 20px 56px;
	}

	#globalNav .globalNavMain li p {
		background-image: none;
		color: #000000;
	}

	#globalNav .globalNavMain li p.act,
	#globalNav .globalNavMain li p.actover {
		background-image: none;
		color: #000000;
	}

	#globalNav .globalNavMain p {
		color: #000000;
		text-decoration: none;
		font-weight: 600;
	}

	/* ----------------------------------
	下層メニュー
	---------------------------------- */
	#globalNav .globalNavSubWrap {
		position: static;
		top: auto;
		left: auto;
		border-top: none;
	}

	#globalNav .globalNavSub {
		position: relative;
	}

	#globalNav .globalNavSub li {
		height: auto;
		float: left;
		font-size: 0;
		line-height: 0;
		position: static;
		border: none;
		background-color: #f7f7f7;
	}
  	/* iconCornerRB */
	#globalNav .globalNavSubWrap li > a > .iconCornerRB {
		display: none;
	}

	#globalNav .modListMenuProducts li > a > .iconCornerRB {
		display: block;
	}
  	/* iconCircleR */
	#globalNav .globalNavSub li i.iconCircleR{
		top: 50%;
		left: 35px;
		width: 12px;
		height: 12px;
		font-size: 12px;
		color: #DE0067;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	/* iconCircleR list */
	.list a .iconCircleR {
		display: none;
	}
	/* iconClose list */
	#globalNav .globalNavMain .globalNavList > a i {
		top: 50%;
		left: 19px;
		display: block;
		color: #DE0067;
		font-size: 18px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 18px;
		height: 18px;
	}

	#globalNav .globalNavMain .globalNavList.isActive > a i::before {
		content: "\e904";
	}

	/* メインメニューリンク無しの場合 aタグをpタグに変更 */
	#globalNav .globalNavMain .globalNavList > p i {
		position: absolute;
		top: 50%;
		left: 19px;
		display: block;
		color: #DE0067;
		font-size: 18px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 18px;
		height: 18px;
	}

	#globalNav .globalNavMain .globalNavList.isActive > p i::before {
		content: "\e904";
	}

	/* 製品情報のサブナビ */
	#globalNav .modListMenuProducts ul {
		display: table;
		border-bottom: 1px solid #e5e5e5;
	}

	#globalNav .modListMenuProducts li {
		width: 50%;
		box-sizing: border-box;
		border-right: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}

	#globalNav .modListMenuProducts li.hcex {
		width: 100%;
	}


	#globalNav .modListMenuProducts li:nth-child(odd) {
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
	}

	#globalNav .modListMenuProducts li:last-child,
	#globalNav .modListMenuProducts li:nth-last-child(2) {
		border-bottom: none;
	}

	#globalNav .modListMenuProducts li > a {
		display: block;
	}

	#globalNav .modListMenuProducts li .ttl {
		display: none;
	}

	#globalNav .modListMenuProducts .collagen .ttl {
		bottom: 10px;
		line-height: 1.2;
	}

	#globalNav .modListMenuProducts .hc2 .ttl {
		bottom: 5px;
		line-height: 1.2;
	}

	#globalNav .modListMenuProducts .hc2 .ttl span {
		font-size: 10px;
	}

	/* 肌の代謝とハイチオールのサブナビ */
	#globalNav .modListMenuAbout .Aboutdata {
		overflow: hidden;
		display: block;
		border-bottom: 1px solid #e5e5e5;
	}

	#globalNav .modListMenuAbout .Aboutdata .about01,
	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list{
		display: block;
		height: auto;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list{
		padding: 0 !important;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list li{
		width: 100%;
		padding: 0;
		border-top: 1px solid #e5e5e5;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 > a,
	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list li a{
		width: 100%;
		height: auto;
		padding: 18px 58px;
	}


	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list li a .iconCircleR{
		display: block;
		top: 50%;
		left: 35px;
		width: 12px;
		height: 12px;
		font-size: 12px;
		color: #DE0067;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list a .iconCircleR::before{
		font-size: 12px;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 {
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01:last-child {
		border-bottom: none;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .img {
		display: none;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .ttl {
		display: block;
		color: #222;
		font-size: 13px;
		width: auto;
		padding-left: 0;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list li a{
		color: #222;
		font-size: 13px;
		font-weight: bold;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .ttl span {
		display: block;
		margin-top: 0;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .ttl .fcr {
		color: #DE0067;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .ttl .fcp {
		color: #f30088;
	}

	#globalNav .modListMenuAbout .Aboutdata .Aboutdatail01 .list {
		overflow: hidden;
		text-align: left;
		width: auto;
		padding: 0 0 18px;
	}

	/* 肌トラブルの症状・原因・対策のサブナビ */
	#globalNav .modListMenuTrouble .Troubledatail01 > a {
		display: inline-block;
		box-sizing: border-box;
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		padding: 18px 58px;
	}

	#globalNav .modListMenuTrouble .Troubledatail01 {
		float: none;
		display: block;
		border-right: none;
		width: auto;
	}

	#globalNav .modListMenuTrouble .Troubledatail01:last-child {
		border-right: none;
	}

	#globalNav .modListMenuTrouble .Troubledatail01 .img {
		display: none;
	}

	#globalNav .modListMenuTrouble .Troubledatail01 .ttl {
		display: block;
		font-size: 13px;
		width: auto;
		padding-left: 0;
	}
	/* CMギャラリーのサブナビ */
	#globalNav .globalNavSubWrap.modListMenuCm {
		width: auto;
		left: auto;
		right: 0;
	}

	#globalNav .modListMenuCm .Cm01 > a {
		display: inline-block;
		box-sizing: border-box;
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		padding: 18px 58px;
	}

	#globalNav .modListMenuCm .Cm01 {
		float: none;
		display: block;
		border-right: none;
		width: auto;
	}

	#globalNav .modListMenuCm .Cm01:last-child {
		border-right: none;
	}

	#globalNav .modListMenuCm .Cm01 .img {
		display: none;
	}

	#globalNav .modListMenuCm .Cm01 .ttl {
		display: block;
		font-size: 13px;
		width: auto;
		padding-left: 0;
	}

	/* CMギャラリーのサブナビ COMING SOON */
	#globalNav .modListMenuCm .Soon > div {
		display: inline-block;
		box-sizing: border-box;
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		padding: 18px 58px;
	}

	#globalNav .modListMenuCm .Soon {
		float: none;
		display: block;
		border-right: none;
		width: auto;
	}

	#globalNav .modListMenuCm .Soon .ttl{
		display: block;
		font-size: 13px;
		width: auto;
		height: auto;
		padding-left: 0;
	}

	/* 限定コンテンツのサブナビ */
	#globalNav .globalNavSubWrap.modListMenuSpecial {
		width: auto;
		left: auto;
		right: 0;
	}

	#globalNav .modListMenuSpecial .Special01 > a {
		display: inline-block;
		box-sizing: border-box;
		border-bottom: 1px solid #e5e5e5;
		width: 100%;
		padding: 18px 18px 18px 58px;
	}

	#globalNav .modListMenuSpecial .Special01 {
		float: none;
		display: block;
		border-right: none;
		width: auto;
	}

	#globalNav .modListMenuSpecial .Special01:last-child {
		border-right: none;
	}

	#globalNav .modListMenuSpecial .Special01 .img {
		display: none;
	}

	#globalNav .modListMenuSpecial .Special01 .ttl {
		display: block;
		font-size: 13px;
		width: auto;
		padding-left: 0;
	}

	/* ----------------------------------
	navExtraArea（language、sns）
	---------------------------------- */
	.navExtraArea {
		padding-top: 0;
	}

	/* 言語選択 */
	.languageBox {
		position: static;
		float: none;
		display: table-cell;
		vertical-align: middle;
		width: 60px;
		padding: 0;
	}

	.languageBox .languageTtl {
		position: relative;
		padding: 32px 0 7px;
		border-radius: 0;
		border: none;
		border-left: 1px solid #e5e5e5;
		background-color: transparent;
		font-size: 10px;
		cursor: default;
	}

	.languageBox .languageTtl:hover {
		opacity: 1;
	}

	.languageBox .languageTtl.isActive {
		color: #DE0067;
	}

	.languageBox .languageTtl.isActive:after {
		content: "";
		display: inline-block;
		width: 100%;
		right: 0;
		top: 100%;
		background: #fff;
	}

	.languageBox .languageTtl .iconLang {
		position: absolute;
		top: 8px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.languageBox .languageTtl > span {
		padding-left: 0;
		white-space: nowrap;
	}

	.languageBox .languageTtl.isActive .iconLang {
		color: #DE0067;
		border-bottom: 1px solid #fff;
	}

	.languageBox .languageTtl::after {
		display: none;
	}

	.languageBox .areaSelect {
		display: none;
		position: absolute;
		top: 56px;
		left: 0;
		background-color: #fff;
		box-shadow: none;
		width: 100%;
	}

	.languageBox .areaSelect > li a {
		display: block;
		border-bottom: 1px solid #f5f5f5;
		color: #222;
		font-size: 14px;
		padding: 14px 20px;
	}

	.languageBox .areaSelect > li a:hover {
		color: inherit;
	}

	.languageBox .areaSelect > li:last-child a {
		border-bottom: none;
	}

	.languageBox .areaSelect li.close {
		display: block;
		background-color: #DE0067;
		color: #fff;
		font-size: 14px;
		text-align: center;
		padding: 18px 0;
	}
  /* spnav */
	.navBtnBox {
		display: table-cell;
		width: 60px;
		height: 50px;
		background-color: #DE0067;
	}

	.navBtnBox > div {
		position: relative;
		width: 60px;
		height: 50px;
	}

	.navBtnBox i {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		font-size: 24px;
		color: #fff;
		width: 24px;
		height: 25px;
		margin: 0 auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.navBtnBox.isActive i::before {
		content: "\e907";
	}
}


/* --------------------------------------------------------------------

promoMats

-------------------------------------------------------------------- */

.promoMatsWrap{
	max-width: 1024px;
	margin: 40px auto 40px;
}
.promoMats{
	text-align: right;
	font-size: 12px;
}
.promoMatsCode{
	border-right: 1px dotted #000;
	padding-right: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
	.promoMatsWrap{
		margin-top: 24px;
	}
}



/* ---------------------------------------------------------------------------------------------------------

wrpFooter

--------------------------------------------------------------------------------------------------------- */
.wrpFooter {
	background-color: #F7F7F7;
	border-top: 1px solid #E5E5E5;
	padding: 29px 0 48px;
}

.wrpFooter a {
	display: block;
	color: #222222;
}

.wrpFooter .modTxtCaption{
	display: block;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7;
}

.wrpFooter .jstoggleSwitch {
	pointer-events: none;
}

.wrpFooter .jstoggleCts {
	display: block;
}

.wrpFooter .wrpFooterInr {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

.wrpFooter .floorLv1 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 10px;
}

.wrpFooter .floorLv1 i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	color: #DE0067;
}

.wrpFooter .floorLv1 + .floorLv1 {
	margin-top: 22px;
}

.wrpFooter .floorLv1 + .lower {
	margin-top: 14px;
}

.wrpFooter .floorLv1 a:hover {
	color: #DE0067;
}

.wrpFooter .floorLv2Title {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
}

.wrpFooter .footerUpper {
	display: flex;
	align-items: center;
	margin-bottom: 29px;
}

.wrpFooter .footerUpper .footerLogo {
	width: 190px;
	margin-right: 20px;
}

.wrpFooter .footerUpper .footerLogo span {
	display: block;
	width: 100%;
	height: 26px;
	background: url(../../common/images/logo_hd_hythiol.svg) no-repeat 0 0;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
}

.wrpFooter .footerUpper .floorLv1 {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
}

.wrpFooter .footerUpper .floorLv1 a {
	padding-left: 22px;
}

.wrpFooter .footerUpper .floorLv1 a:hover {
	color: #222222;
}

.wrpFooter .footerUpper .floorLv1 i {
	font-size: 13px;
}

.wrpFooter .footerLower {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wrpFooter .footerLower > .column:nth-child(3) {
	width: 34%;
}

.wrpFooter .footerLower .floorLv1 {
	margin-top: 30px;
}

.wrpFooter .footerLower .floorLv1:first-child {
	margin-top: 0;
}

.wrpFooter .footerLower .lower {
	margin-left: 15px;
}

.wrpFooter .footerLower .lower .floorLv2 li {
	margin-bottom: 8px;
}

.wrpFooter .footerLower .lower .floorLv2 li:last-child {
	margin-bottom: 0;
}

.wrpFooter .footerLower .lower .floorLv2 li a {
	padding-left: 22px;
}

.wrpFooter .footerLower .lower .floorLv2 li .txt {
	font-size: 13px;
	vertical-align: middle;
}

.wrpFooter .footerLower .lower .floorLv2 li i {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13px;
	color: #DE0067;
}

.wrpFooter .footerLower .lower .floorLv3 li {
	margin-bottom: 8px;
}

.wrpFooter .footerLower .lower .floorLv3 li:first-child {
	margin-top: 10px;
}

.wrpFooter .footerLower .lower + .lower {
	margin-top: 25px;
}

@media only screen and (max-width: 767px) {



	/* --------------------------------------------------------------------

	promoMats

	-------------------------------------------------------------------- */

	.promoMatsWrap{
		padding-right: 20px;
	}
	.promoMats{
		font-size: 10px;
	}

	.wrpFooter {
		padding: 49px 0 0;
	}

	.wrpFooter .footerUpper .footerLogo {
		width: 180px;
		margin-right: 21px;
	}

	.wrpFooter .footerUpper .footerLogo span {
		width: 100%;
		height: 25px;
	}


	.wrpFooter .modTxtCaption{
		font-size: 11px;
	}

	.wrpFooter .wrpFooterInr {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	.wrpFooter .jstoggleSwitch {
		pointer-events: auto;
	}

	.wrpFooter .hcLcys {
		display: block;
		color: #DE0067;
		font-size: 12px;
	}

	.wrpFooter .hbLcys {
		display: block;
		color: #F30088;
		font-size: 12px;
	}

	.wrpFooter .footerUpper {
		margin-bottom: 0;
		padding: 0 20px 20px;
	}

	.wrpFooter .footerUpper .floorLv1 {
		font-weight: 600;
	}

	.wrpFooter .footerUpper .floorLv1 a:hover {
		color: #222222;
	}

	.wrpFooter .footerLower {
		display: block;
	}

	.wrpFooter .footerLower .floorLv1 {
		position: relative;
		height: 50px;
		margin: 0;
		border-top: 1px solid #E5E5E5;
	}

	.wrpFooter .footerLower .floorLv1 .floorLv1Inr {
		display: table;
		height: 100%;
		padding: 0 10px 0 45px;
		box-sizing: border-box;
	}

	.wrpFooter .footerLower .floorLv1 .floorLv1Inr .txt {
		display: table-cell;
		width: 100%;
		height: 100%;
		font-size: 14px;
		vertical-align: middle;
	}

	.wrpFooter .footerLower .floorLv1 i {
		top: 50%;
		left: 19px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #DE0067;
		font-size: 18px;
	}

	.wrpFooter .footerLower .floorLv1 + .floorLv1 {
		margin-top: 0;
	}

	.wrpFooter .footerLower .floorLv1 + .lower {
		margin-top: 0;
	}

	.wrpFooter .footerLower .jstoggleCts {
		display: none;
		background-color: #fff;
	}

	.wrpFooter .footerLower .floorLv1.isOpen .floorLv1Inr i::before {
		content: "\e904";
	}

	.wrpFooter .footerLower .floorLv2Title {
		display: table;
		width: 100%;
		height: 40px;
		margin-bottom: 0;
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
	}

	.wrpFooter .footerLower .floorLv2Title .txt {
		display: table-cell;
		width: 100%;
		height: 100%;
		padding: 0 20px 0 35px;
		vertical-align: middle;
	}

	.wrpFooter .footerLower .floorLv2Title + .floorLv2 li:first-child {
		border-top: 0;
	}

	.wrpFooter .footerLower .lower {
		margin-left: 0;
	}

	.wrpFooter .footerLower > .column:nth-child(3) {
		width: 100%;
	}

	.wrpFooter .footerLower .lower .floorLv2 li {
		min-height: 52px;
		margin-bottom: 0;
		border-top: 1px solid #E5E5E5;
	}

	.wrpFooter .footerLower .lower .floorLv2 li:last-child {
		margin-bottom: 0;
	}

	.wrpFooter .footerLower .lower .floorLv2 li a {
		display: table;
		width: 100%;
		height: 100%;
		min-height: 52px;
		box-sizing: border-box;
	}

	.wrpFooter .footerLower .lower .floorLv2 li .txt {
		display: table-cell;
		height: 100%;
		min-height: 52px;
		padding: 0 10px 0 35px;
		font-weight: 600;
	}

	.wrpFooter .footerLower .lower .floorLv2 li i {
		top: 50%;
		left: 35px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.wrpFooter .footerLower .lower .floorLv2 + .floorLv1 {
		margin-top: 0;
	}

	.wrpFooter .footerLower .lower .floorLv3 li {
		height: auto;
		min-height: 0;
		border: 0;
		margin-bottom: 10px;
	}

	.wrpFooter .footerLower .lower .floorLv3 li:first-child {
		margin-top: 0;
	}

	.wrpFooter .footerLower .lower .floorLv3 li:last-child {
		margin-bottom: 10px;
	}

	.wrpFooter .footerLower .lower .floorLv3 li a {
		display: block;
		min-height: 0;
	}

	.wrpFooter .footerLower .lower .floorLv3 li .txt {
		display: block;
		min-height: 0;
		font-weight: normal;
	}

	.wrpFooter .footerLower .lower + .lower {
		margin-top: 0;
	}
}

/* ---------------------------------------------------------------------------------------------------------

ページトップ

--------------------------------------------------------------------------------------------------------- */
.modBtnPageTop {
	position: absolute;
	top: -49px;
	right: 0;
}

.modBtnPageTop a {
	display: table;
	width: 160px;
	height: 40px;
	border-radius: 22px;
	box-sizing: border-box;
	background-color: #DE0067;
}

.modBtnPageTop a::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url(/hythiol/common/images/arw_pagetop.svg) no-repeat 0 0;
	background-size: 16px auto;
}

.modBtnPageTop a .txt {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding-right: 12px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.modBtnPageTop a i {
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.modBtnPageTop {
		top: -69px;
		right: 20px;
	}

	.modBtnPageTop a {
		width: 150px;
	}

	.modBtnPageTop .txt {
		font-size: 13px;




	}
}

/* ---------------------------------------------------------------------------------------------------------

wrpContents

--------------------------------------------------------------------------------------------------------- */
.wrpContents {
	color: #222222;
	margin-bottom: 80px;
	min-height: 400px;
}

.wrpContents .wrpBlk1Col,
.wrpContents .wrpBlk2Col {
	width: 1024px;
	margin: 0 auto;
}

.wrpContents .frontInner + section {
	margin-top: 60px;
}

.wrpContents *[class^=mod]:last-child {
	margin-bottom: 0;
}

.wrpContents section > *[class^=section] {
	margin-bottom: 50px;
}

.wrpContents section:last-child > *[class^=section] {
	margin-bottom: 0;
}

.wrpContents section section:last-child > *[class^=section] {
	margin-bottom: 50px;
}

.wrpContents *[class^=section] + *[class^=section] {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.wrpContents {
		min-height: 100%;
	}

	.wrpContents .wrpBlk1Col,
	.wrpContents .wrpBlk2Col {
		width: 100%;
	}

	.wrpContents .frontInner {
		padding: 0 20px;
	}

	.wrpContents .frontInner + section {
		margin-top: 50px;
	}
}


/* ---------------------------------------------------------------------------------------------------------

共通設定：フローティングバナー

--------------------------------------------------------------------------------------------------------- */
.bnrFixed-sp {
	display: none;
}
.bnrFixed-pc {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 200;
	padding-bottom: 40px;
	width: 237px;
}

.bgBlack .bnrFixed-pc,
.bgBlack .bnrFixed-sp {
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.bnrFixed-pc {
		display: none!important;
	}
	.bnrFixed-sp {
		display: block;
	}
	.bnrFixed-sp {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 0;
		z-index: 200;
		transition: all .24s cubic-bezier(.2,0,.25,.99);
	}

	.bnrFixed-sp .bnrFixedHead {
		position: absolute;
		bottom: 2px;
		right: 0;
		width: 93px;
		height: 77px;
		background: #ffffff;
		cursor: pointer;
		transition: all .24s cubic-bezier(.2,0,.25,.99);
	}

	.bnrFixed-sp .bnrFixedHead.is-close {
		transform: translateX(100%);
	}

	.bnrFixed-sp .bnrFixedHead .bnrFixedTtl {
		display: flex;
		align-items: stretch;
		flex-direction: row-reverse;
		height: 100%;
		border-top: 1px solid #DE0067;
		border-bottom: 1px solid #DE0067;
	}

	.bnrFixed-sp .bnrFixedHead .bnrFixedTtl .open {
		position: relative;
		width: 27px;
		font-size: 0;
		background-color: #DE0067;
	}

	.bnrFixed-sp .bnrFixedHead .bnrFixedTtl .open:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: calc(50% - 3px);
		width: 0;
		height: 0;
		border: 6px solid transparent;
		border-left-width: 6px;
		border-right-width: 6px;
		border-right-color: #ffffff;
		transform: translate(-50%, -50%);
	}

	.bnrFixed-sp .bnrFixedHead .bnrFixedTtl .ttl {
		flex: 1;
		height: 100%;
		font-size: 0;

	}

	.bnrFixed-sp .bnrFixedHead .bnrFixedTtl .ttl a {
		display: block;
		height: 100%;
		background: url(/hythiol/common/images/bnr_float_cart_sp.svg) no-repeat center;
		background-size: 37px auto;
	}

	.bnrFixed-sp .bnrFixedBody {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 77px;
		border: 1px solid #DE0067;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		box-sizing: border-box;
		transition: all .24s cubic-bezier(.2,0,.25,.99);
	}

	.bnrFixed-sp .bnrFixedBody.is-close {
		transform: translateX(100%);
	}

	.bnrFixed-sp .bnrFixedBody.is-open {
		transform: translateX(0);
		transition-delay: .1s;
	}

	.bnrFixed-sp .bnrFixedInner {
		display: flex;
		align-items: stretch;
		flex-direction: row-reverse;
		height: 100%;
	}

	.bnrFixed-sp .bnrFixedInner .bnrFixedClose {
		flex-shrink: 0;
		position: relative;
		width: 30px;
		background: #DE0067;
		cursor: pointer;
	}

	.bnrFixed-sp .bnrFixedInner .bnrFixedClose .bnrFixedTtl .close {
		font-size: 0;
	}

	.bnrFixed-sp .bnrFixedInner .bnrFixedClose:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: calc(50% + 3px);
		width: 0;
		height: 0;
		border: 6px solid transparent;
		border-left-width: 6px;
		border-right-width: 6px;
		border-left-color: #fff;
		transform: translate(-50%, -50%);
	}

	.bnrFixed-sp .bnrFixedInner .bnrFixedOpen {
		flex: 1;
	}

	.bnrFixed-sp .bnrFixedInner .bnrFixedOpen > a{
		display: block;
	}

	.bnrFixed-sp .bnrFixedInner .bnrFixedOpen .inner {
		display: flex;
		align-items: center;
		justify-content: space-around;

		width: 100%;
		height: 100%;
		padding: 5px 8px;
		box-sizing: border-box;
	}

	.bnrFixed-sp .bnrFixedInner .bnrFixedOpen .img {
		width: 48%;
		max-width: 150px;
	}

	.bnrFixed-sp .bnrFixedInner .bnrFixedOpen .btn {
		width: 45%;
		max-width: 141px;
		margin-right: 1.5%;
	}
	.bnrFixed-sp.is-disabled,
	.bnrFixed-sp.is-disabled a {
		pointer-events: none;
	}

	.bnrFixed-sp .bnrFixedBody{
		opacity: 0;
		transition: opacity .3s;
}

	.bnrFixed-sp .bnrFixedBody.show{
		opacity: 1;
	}
}

@media screen and (max-width: 500px) {
	.bnrFixed-sp .bnrFixedInner .bnrFixedOpen .inner {
		justify-content: space-around;
	}
}

/*--------------------------------------
hcex
--------------------------------------*/
.bnrFixedHcex .bnrFixedBody{
	background-image: url(/hythiol/common/images/bnr_float_hcex_bg_sp.jpg);
}

/*--------------------------------------
hc2
--------------------------------------*/
.bnrFixedHc2 .bnrFixedBody{
	background-image: url(/hythiol/common/images/bnr_float_hc2_bg_sp.jpg);
}

/*--------------------------------------
hywp
--------------------------------------*/
.bnrFixedHywp .bnrFixedBody{
	background-image: url(/hythiol/common/images/bnr_float_hywp_bg_sp.jpg);
}

/*--------------------------------------
hbc
--------------------------------------*/
.bnrFixedHbc .bnrFixedBody{
	background-image: url(/hythiol/common/images/bnr_float_hbc_bg_sp.jpg);
}

/*--------------------------------------
hycb
--------------------------------------*/
.bnrFixedHycb .bnrFixedBody{
	background-image: url(/hythiol/common/images/bnr_float_hycb_bg_sp.jpg);
}

/*------------------------------------
hcex リリースバナー
------------------------------------*/
.bnrFixedHcexRelease {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0;
	transition: opacity .3s;
}

.bnrFixedHcexRelease .bg{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.bnrFixedHcexRelease.show {
	pointer-events: all;
	opacity: 1;
}

.bnrFixedHcexRelease .inner{
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 85%;
	max-width: 806px;
	height: fit-content;
	margin: auto;
	display: flex;
}

.bnrFixedHcexRelease a{
	display: flex;
	align-items: center;
	height: fit-content;
}

.bnrFixedHcexRelease a:hover{
	opacity: 1;
}

.bnrFixedHcexRelease a img{
	width: initial;
	max-height: 80vh;
	object-fit: contain;
}

.bnrFixedHcexRelease .bnrCloseBtn{
	border: unset;
	background: unset;
	position: absolute;
	z-index: 1;
	width: 38px;
	top: -45px;
	right: 0;
	cursor: pointer;
}

@media screen and (max-width: 768px) {

	.bnrFixedHcexRelease .inner{
		width: fit-content;
		max-width: 85%;
	}

	.bnrFixedHcexRelease .bnrCloseBtn{
		width: calc(18 / 375 *100vw);
		top: calc(-24 / 375 *100vw);
		right: calc(-6 / 375 *100vw);
	}

}

/* ---------------------------------------------------------------------------------------------------------

Table Of Contents

--------------------------------------------------------------------------------------------------------- */
.jsTocAccordion {
	margin: 0 0 60px;
	padding: 15px 20px 0;
	border: 2px solid #F30088;
}

.jsTocAccordion .jsTocAccordionTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
	padding: 0 0 14px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #F30088;
	border-bottom: 2px dotted #F30088;
}

.jsTocAccordion .jsTocAccordionTitle svg {
	width: 16px;
	height: 16px;
	fill: #F30088;
}

.jsTocAccordion nav {
	position: relative;
	padding: 10px 10px 20px;
	overflow: hidden;
}

.jsTocAccordion nav[data-aria-hidden="true"]::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.jsTocAccordion .jsTocParentList .jsTocParentListItem {
	position: relative;
	margin: 14px 0 0;
	padding: 4px 0 4px 20px;
	font-size: 14px;
}

.jsTocAccordion .jsTocParentList .jsTocParentListItem::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 11px;
	height: 11px;
	background-color: #F30088;
	border-radius: 50%;
}

.jsTocAccordion .jsTocParentList .jsTocParentListItem .jsTocChildList {
	margin: 14px 0 0 14px;
}

.jsTocAccordion .jsTocParentList .jsTocParentListItem .jsTocChildList .jsTocChildListItem {
	position: relative;
}

.jsTocAccordion .jsTocParentList .jsTocParentListItem .jsTocChildList .jsTocChildListItem:not(:first-child) {
	margin: 10px 0 0;
}

.jsTocAccordion .jsTocParentList .jsTocParentListItem .jsTocChildList .jsTocChildListItem::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 6px;
	left: -14px;
	width: 7px;
	height: 7px;
	background-color: #F30088;
	border-radius: 50%;
}

.jsTocAccordion .jsTocAccordionCloseButton {
	display: block;
	margin: 0 -20px;
	padding: 14px 0;
	width: calc(100% + 20px + 20px);
	text-align: center;
	background-color: #FFF;
	border-top: 1px solid #F30088;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	box-sizing: border-box;
	cursor: pointer;
}

.jsTocAccordion .jsTocAccordionCloseButton > span {
	position: relative;
	padding: 0 20px 0 0;
}

.jsTocAccordion .jsTocAccordionCloseButton {
	color: #F30088;
}

/*
 * 2024/02/15 追記
 * ホバー前から aタグのカラーを #E30019 に設定
 */
.wrpContents section > *[class^=section] p.modTxtNormal a {
	display: inline;
	color: #E30019;
}

/*
 * 2024/04/25 追記
 * モバイル表示時のグローバルナビゲーション
 * 子要素のアコーディオンによる孫要素の表示
 */
 .jsSubAccordion .jsSubAccordionCont {
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0s 0.3s, max-height 0.5s;
}

.jsSubAccordion[data-aria-expanded="true"] .jsSubAccordionCont {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s, visibility 0s, max-height 0.5s;
}

.jsSubAccordion[data-aria-expanded="true"] .jsSubAccordionCont > ul {
	position: relative;
}

.jsSubAccordion[data-aria-expanded="true"] .jsSubAccordionCont > ul > li {
	text-align: left;
	float: none;
}

.jsSubAccordion[data-aria-expanded="true"] .jsSubAccordionCont > ul > li > a {
	display: inline-block;
	padding: 18px 58px;
	width: 100%;
	box-sizing: border-box;
}

.jsSubAccordion[data-aria-expanded="true"] .jsSubAccordionCont > ul > li > a > p {
	font-size: 14px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.jsSubAccordion[data-aria-expanded="true"] .jsSubAccordionCont > ul > li {
		width: 100% !important;
	}
}

/*
 * 2024/05/08
 * モバイル ハンバーガーメニュー
 */
@media screen and (max-width: 767px) {
	.iconRuledLine {
		top: 50%;
    left: 35px;
		transform: translateY(-50%);
    width: 12px;
    height: 12px;
		font-size: 12px;
	}
	.iconRuledLine::before {
		content: "\2514";
		color: #000;
	}
}

/*
 * 2024/05/07 追記
 * 大カテゴリへの導線
 */
.sectionPageLinkParentCategory {
	margin-top: 50px;
	padding: 0 20px;
}

.sectionPageLinkParentCategory > ul {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.sectionPageLinkParentCategory > ul > li {
	position: relative;
	border: 1px solid #E5E5E5;
}

.sectionPageLinkParentCategory > ul > li:not(:last-child) {
	border-bottom: none;
}

.sectionPageLinkParentCategory > ul > li::before {
	content: "\e900";
	position: absolute;
	bottom: -7px;
	right: 0;
	font-family: 'icomoon' !important;
	font-size: 28px;
	color: #F30088;
}

.sectionPageLinkParentCategory > ul > li:first-child::before {
	color: #E30019;
}

.sectionPageLinkParentCategory > ul > li > a {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.sectionPageLinkParentCategory > ul > li > a > div.image {
	width: calc(100% - 60%);
	height: 74px;
}

.sectionPageLinkParentCategory > ul > li > a > div.image > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sectionPageLinkParentCategory > ul > li > a > div.text {
	display: flex;
	align-items: center;
	width: 60%;
}

.sectionPageLinkParentCategory > ul > li > a > div.text > p {
	text-align: center;
}

.sectionPageLinkParentCategory > ul > li > a > div.text > p > span {
	display: block;
}

.sectionPageLinkParentCategory > ul > li > a > div.text > p > span:first-child {
	font-weight: bold;
	color: #F30088;
}

.sectionPageLinkParentCategory > ul > li:first-child > a > div.text > p > span:first-child {
	color: #E30019;
}

.sectionPageLinkParentCategory > ul > li > a:hover > div.text > p > span:last-child {
	color: #000;
}

@media screen and (min-width: 768px) {
	.sectionPageLinkParentCategory {
		padding: 0;
	}

	.sectionPageLinkParentCategory > ul {
		flex-direction: row;
	}

	.sectionPageLinkParentCategory > ul > li {
		padding: 32px;
		width: calc(100% / 3);
	}

	.sectionPageLinkParentCategory > ul > li:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #E5E5E5;
	}

	.sectionPageLinkParentCategory > ul > li > a {
		flex-direction: column;
	}

	.sectionPageLinkParentCategory > ul > li > a > div.image {
		margin-bottom: 20px;
		width: 100%;
		height: 114px;
	}

	.sectionPageLinkParentCategory > ul > li > a > div.image > img {
		object-fit: cover;
	}

	.sectionPageLinkParentCategory > ul > li > a > div.text {
		width: 100%;
	}

	.sectionPageLinkParentCategory > ul > li > a > div.text > p > span:first-child {
		font-size: 16px;
		letter-spacing: -1.5px;
	}

	.sectionPageLinkParentCategory > ul > li > a > div.text > p > span:last-child {
		font-size: 14px;
	}
}