@charset "utf-8";



/* 商品情報トップ共通 */


/* 新ナビゲーション */
.style-nav{
  margin: 64px 0;
}
.style-nav-list{
  display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
  width: calc(100% + 8px);
  justify-content: flex-start;
}
.style-nav-list .style-nav-item{
  position: relative;
  display: flex;
	margin: 0 4px;
  align-items: center;
  width: calc((100% / 3) - 8px);
	min-height: 80px;
  background-color: #f6f6f6;
}
.style-nav-list .style-nav-item:nth-of-type(n+4){
	margin-top: 8px;
}
.style-nav-list .style-nav-item-title{
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  margin-left: 20px;
  font-family: Ryumin Regular KL,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho",serif;
}
.style-nav-list .style-nav-item a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: opacity 0.2s;
}
.style-nav-list .style-nav-item a:hover{
  opacity: 0.7;
}
.style-nav-list .style-nav-img{
  width: auto;
  height: 100%;
  object-fit: cover;
}

.productsNav{
	border-top:		1px solid #9FA0A0;
	margin-bottom:		40px;
}

.productsNav h3{
	display:		table;
	float:			left;
	background:		url(/common/_img/foo_bg.png) repeat 0 0;
	width:			146px;
}

.brandNav h3{
	/*background:		#eed5cc;*/
}

.productsNav h3 a,
.productsNav h3 span{
	display:		table-cell;
	width:			146px;
	text-align:		center;
	vertical-align:		middle;
}

.productsNav h3 a img{
	transition: all 0.5s ease;
}

.productsNav h3 a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

.productsNav ul{
	float:			left;
	width:			804px;
}

.productsNav ul li{
	float:			left;
	width:			201px;
	height:			97px;
	overflow:		hidden;
}

.productsNav ul.even li.odd,
.productsNav ul.odd li.even{
	background:		#E6E6E6;
}

.productsNav ul.odd li.odd,
.productsNav ul.even li.even{
	background:		#F6F6F6;
}

.productsNav ul li img{
	transition: all 0.5s ease;
}

.productsNav ul li:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}


.productsNav ul.w2{
	width:			324px;
}

.productsNav ul li.w2{
	width:			324px;
}

.productsNav ul li.h2{
	height:			122px;
}

.productsNav ul li.w3{
	width:			804px;
	height:			124px;
}

.productsNav ul li.blk,
.productsNav ul li.blk:hover{
	background:		transparent!important;
}

.productsNav ul li a{
	display:		block;
	position:		relative;
}

.productsNav ul li a .icon{
	position:		absolute;
	left:			15px;
	top:			8px;
}



.productsIndex .pIfltArea .productsNav{
	float:			left;
	width:			470px;
}

.productsIndex .pIfltArea #pn-caxaup,
.productsIndex .pIfltArea #pn-touchgold{
	margin-right:		10px;
}


/* 商品情報トップ 各ブランドナビのタイトル画像 */

#pn-refa h3 a{
	height:			1744px;
}

#pn-refaactive h3 a{
	height:			97px;
}

#pn-plosion h3 a{
height:			777px;
}

#pn-obleu h3 a{
	height:			97px;
}

#pn-inbeaute h3 a{
	height:			291px;
}

#pn-caxaup h3 a,
#pn-caxaup h3 span{
	height:			97px;
}

#pn-liplu h3 a,
#pn-liplu h3 span{
	height:			97px;
}

#pn-touchgold h3 a,
#pn-touchgold h3 span{
	height:			97px;
}

#pn-glamure h3 a,
#pn-glamure h3 span{
	height:			97px;
}

#pn-period h3 a,
#pn-period h3 span{
	height:			124px;
}

#pn-sixpad h3 a,
#pn-sixpad h3 span{
	height:			679px;
}

#pn-sixpad.MTGProShowEX h3 span{
	height:			auto;
}

#pn-pao h3 a{
	height:			97px;
}

#pn-activelink h3 a,
#pn-activelink h3 span{
	height:			124px;
}

#pn-golfbeauty h3 a{
	height:			97px;
}

#pn-jackson h3 a,
#pn-jackson h3 span{
	height:			97px;
}

#pn-lady h3 a{
	height:			194px;
}

#pn-style h3 a,
#pn-style h3 span{
	height:			679px;
}

#pn-dreamin h3 a,
#pn-dreamin h3 span{
	height:			97px;
}

#pn-roomy h3 a,
#pn-roomy h3 span{
	height:			97px;
}

#pn-cupro h3 a,
#pn-cupro h3 span{
	height:			97px;
}




/* 各製品トップ共通 */
.brandTop.cn{
  p, td, dd{
    text-align: start;
		font-family: 'SimSun', serif !important;
  }
	.viewer{
		height: 430px;
		span{
			display: contents !important;
			.img{
				width: 100%;
				height: 100%;
				object-fit: cover;
				object-position: 50% 49%;
			}
		}
	}
}

.brandTop .mainVisual{
	margin-top:		10px;
}

.brandTop .bannerArea{
	margin-top:		45px;
	text-align:		center;
}
.brandTop .bannerArea li {
	padding-top: 20px;
}
.brandTop .bannerArea li:first-child {
	padding-top: 0;
}

.brandTop .mainCopy{
	margin-top:		65px;
	padding-bottom: 25px;
	border-bottom: solid 1px #a5a6a6;
	text-align: center;
}

.brandTop .leadArea{
	margin-top:		35px;
	/*margin-bottom:		50px;*/
	margin-bottom:	75px;
	font-size:		87.5%;
	text-align:		center;
}



/* 各製品詳細共通 */

.brandDetail .mainVisual{
	margin-top:		10px;
	text-align: 	center;
}


.brandDetail .detailNav .dnWrapper{
	background:		url(/common/_img/foo_bg.png) repeat 0 0;
	/*padding:		25px 0 30px 0;*/
	padding:		30px 0;
}

.brandDetail .detailNav ul{
	width:			890px;
	margin:			0 auto;
}

.brandDetail .detailNav ul li{
	float:			left;
	width:			178px;
	height:			55px;
	overflow:		hidden;
	background:		#f6f6f6;
}

.brandDetail .detailNav ul li:nth-child(even) {
	background:		#e6e6e6;
}

.brandDetail .detailNav ul li img{
	transition: all 0.5s ease;
}

.brandDetail .detailNav ul li:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

.brandDetail .detailNav ul li.current{
	background:		#ffffff!important;
	box-shadow:0 5px 40px 0 #BBBBBB inset!important;
}


.brandDetail .bannerArea{
	margin-top:		45px;
	text-align:		center;
}

.brandDetail .mainCopy{
	margin-top:		65px;
}

.brandDetail .leadArea{
	margin-top:		30px;
	margin-bottom:		50px;
	font-size:		87.5%;
	line-height:		1.7;
	color:			3E3A39;
	text-align:		center;
}

.brandDetail .movieArea ul li{
	float:			left;
	width:			460px;
}

.brandDetail .featureArea{
	margin-top:		40px;
	border-bottom:		1px solid #9FA0A0;
}

.brandDetail .featureArea h4{
	margin-bottom:		70px;
}

.brandDetail .featureArea .article{
	margin-bottom:		70px;
}

.brandDetail .featureArea .article .image{
	float:			left;
	width:			389px;
	padding-right:		35px;
}

.brandDetail .featureArea .article dl{
	float:			left;
	width:			526px;
}

.brandDetail .featureArea .article dl dt{
	padding-bottom:		30px;
}

.brandDetail .featureArea .article dl dd{
	font-size:		81.75%;
}

/* アコーディオン有り */
.brandDetail .detailNav.accordion .toggle a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 1.4rem;
}
.brandDetail .detailNav.accordion li {
	display: none;
}
.brandDetail .detailNav.accordion li.is-active {
	display: block;
}


/* 各製品グループナビ */

#brandGN{
	margin:			60px auto 0 auto;
	width:			950px;
}

#brandGN .beautyPart{
	width:			470px;
	float:			left;
	padding-right:		4px;
	border-right:		1px dotted #848484;
	background:		url(../_img/gn_bg_beauty.png) no-repeat left bottom;
}

#brandGN .wellnessPart{
	width:			470px;
	float:			right;
	background:		url(../_img/gn_bg_wellness.png) repeat-x left bottom;
}

#brandGN p{
	position: relative;
}

#brandGN table{
	border-collapse:	separate;
	border-bottom:		1px dotted #848484;
	font-size:		68.75%;
}

#brandGN table th{
	padding:		10px 0;
	text-align:		center;
	vertical-align:		middle;
}

#brandGN table th a,
#brandGN table th span{
	position: 	relative;
}
#brandGN table td{
	padding:		10px 0;
}

#brandGN table td a:hover,
#brandGN table td a.active{
	text-decoration:	none;
	color:			#FF5500;
}

#brandGN table th img{
	vertical-align:		middle;
}

#brandGN table td a img{
	display:		none;
	position:		absolute;
	z-index:		1000;
}

#brandGN table.last{
	border-bottom:		none;
	padding-bottom:		10px;
}

@-moz-document url-prefix(){
	#brandGN table.last{
		padding-bottom:		0;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	#brandGN table.last{
		padding-bottom:		0;
	}
}



/* スライドショーフェード用 */

.viewer {
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.viewer ul {
    text-align: left;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    display: none;
    position: absolute;
}

.brandTop .viewer , .brandTop .viewer ul , .brandTop .viewer ul li{
    width: 950px;
    height: 330px;
}
.brandDetail .viewer , .brandDetail .viewer ul , .brandDetail .viewer ul li{
    width: 950px;
    height: 330px;
	text-align: center;
}
#otherCategory .viewer , #otherCategory .viewer ul , #otherCategory .viewer ul li{
    width: 910px;
    height: 352px;
}


/* ---------------------------------------------------------------- */
/*   フォントサイズ */
/* ---------------------------------------------------------------- */
.base-ss {
	font-size: 68.75%;
	line-height: 150%;
}

.base-s {
	font-size: 75%;
	line-height: 150%;
}

.base-m {
	font-size: 87.5%;
	line-height: 170%;
}


/* ---------------------------------------------------------------- */
/*   美容ページ共通 */
/* ---------------------------------------------------------------- */
.beauty_cnt {
	margin-top: 40px;
	padding: 0 60px;
}


/* ---------------------------------------------------------------- */
/*   WELLNESSページ共通 */
/* ---------------------------------------------------------------- */
.wellness_cnt {
	margin-top: 40px;
	padding: 0 60px;
}


/* ---------------------------------------------------------------- */
/*   仕様 */
/* ---------------------------------------------------------------- */
.tbl_spec table{
	border-bottom:solid 1px #ccc;
	width:100%;
}
.tbl_spec th{
	/*font-size: 68.75%;*/
	font-size: 0.9em;
	color:#5f7077;
	padding:10px;
	background:#F4F4F4;
	border-top:solid 1px #ccc;
	width:120px;
}
.tbl_spec td{
	/*font-size: 68.75%;*/
	font-size: 0.9em;
	padding:10px;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;
}


.tbl_spec .base-s{
	margin-top:7px;
}


.tbl_spec dl{
	margin-top:15px;
	line-height:140%;
}
.tbl_spec dd{
	padding:5px 0 20px 12px;
}


.tbl_spec .color{
	border-top:solid 1px #CCCCCC;
	background:url(../_img/color.gif) no-repeat 20px 20px;
	padding-top:50px;
	text-align:center;
}
.tbl_spec .color2{
	border-top:solid 1px #CCCCCC;
	padding-top:50px;
	text-align:center;
}


/* ---------------------------------------------------------------- */
/*   お問い合わせバナー */
/* ---------------------------------------------------------------- */
.bnr_contact {
	margin-top: 50px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 30px 0;
	text-align: center;
	margin-bottom: 30px;
}


/* ---------------------------------------------------------------- */
/*   取扱説明書 */
/* ---------------------------------------------------------------- */
.manualPdfArea {
	width: 700px;
	margin: 0 auto 35px 0;
}
.manualPdfArea.m-center {
	margin: 0 auto 35px;
}
.manualPdfArea__link {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 7px 0 0;
	text-decoration: underline !important;
	font-family: Ryumin Regular KL;
}
.manualPdfArea__link:hover {
	opacity: .5;
}
.manualPdfArea__icon {
	margin-right: 7px;
	vertical-align: text-bottom;
}
.manualPdfArea__note {
	position: relative;
	padding-left: 12px;
	font-size: 10.5px;
}
.manualPdfArea__note::before {
	content: '●';
	position: absolute;
	top: 0;
	left: 0;
}

/* ---------------------------------------------------------------- */
/*   お問い合わせバナー */
/* ---------------------------------------------------------------- */
.link_brand_user_flow {
	max-width: 500px;
	margin: 0 auto;
}
.link_brand_user_flow .btnArea {
	margin-top: 20px;
}
.link_brand_user_flow .btnArea .exbtn {
	width: 500px;
	box-sizing: border-box !important;
}
.link_brand_user_flow .btnArea .exbtn:hover {
	text-decoration: none;
}
.link_brand_user_flow .btnArea .exbtn.newWindow:after {
	content: '';
	position: absolute;
	top: 14px;
	right: 15px;
	left: auto;
	width: 20px;
	background: url('/shr/img/common/icon_newwindow_black.png');
	background-size: auto 40%;
	background-repeat: no-repeat;
}
.link_brand_user_flow .btnArea .exbtn.newWindow:hover:after {
	background: url('/shr/img/common/icon_newwindow.png');
	background-size: auto 40%;
	background-repeat: no-repeat;
}
.link_brand_user_flow .btnArea span {
	top: 0;
	right: 0;
	left: 0;
	display: initial;
	width: 368px;
	margin: auto;
	font-size: 1.6rem;
}
.link_brand_user_flow .btnArea span .sp {
	display: none;
}

.link_brand_user_flow.btnLarge {
	max-width: 560px;
}
.link_brand_user_flow.btnLarge .btnArea {
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 40px;
}
.link_brand_user_flow.btnLarge .btnArea .exbtn {
	width: 560px;
	padding: 10px 0;
	border-radius: 40px;
}
.link_brand_user_flow.btnLarge .btnArea .exbtn.newWindow:after {
	content: '';
	position: absolute;
	top: 23px;
	right: 25px;
	left: auto;
	width: 20px;
	background: url('/shr/img/common/icon_newwindow_black.png');
	background-size: auto 30%;
	background-repeat: no-repeat;
}
.link_brand_user_flow.btnLarge .btnArea .exbtn.newWindow:hover:after {
	background: url('/shr/img/common/icon_newwindow.png');
	background-size: auto 30%;
	background-repeat: no-repeat;
}
.link_brand_user_flow.btnLarge .btnArea span {
	width: 430px;
	font-size: 2rem;
	padding: 10px 0;
  text-align: center;
}

.link_brand_user_flow .pageLink {
	font-family: Ryumin Regular KL !important;
	max-width: 890px;
	display: block;
	padding: 0;
	margin: 35px auto;
	text-align: left;
}
.link_brand_user_flow .pageLink li {
	display: table;
	margin: 0;
}
.link_brand_user_flow .pageLink li a {
	display: block;
    position: relative;
    padding: 0 0 0 20px;
}
.link_brand_user_flow .pageLink li a::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    left: 0;
    top: 0.45em;
    background-color: #000;
}
.link_brand_user_flow .pageLink li a span {
    display: block;
    position: relative;
	text-decoration: underline;
}
.link_brand_user_flow .pageLink li a span::before {
	position: absolute;
	content: "";
	left: -13px;
	top: 0.6em;
	width: 1px;
	height: 7px;
	background: #FFF;
}
.link_brand_user_flow .pageLink li a span::after {
    position: absolute;
    content: "";
    left: -15px;
    top: 0.75em;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* ---------------------------------------------------------------- */
/*   ページ内バナー */
/* ---------------------------------------------------------------- */
.page_nav{
    overflow : hidden;
    _zoom : 1;
	margin: 10px auto 0;
}
.page_nav li{
	float: left;
	margin-left: 1px;
}
.page_nav li:first-child{
	margin-left: 0;
}

/* ---------------------------------------------------------------- */
/*   プロダクトページ共通 */
/* ---------------------------------------------------------------- */

#market_list {
	clear: both;
	font-size: 13px;
	line-height: 150%;
	padding: 20px;
	width: 800px;
	margin: 50px auto 20px;
	border: 1px solid #FFFFFF;
	background-color: #F4F4F4;
	color: #555555;
}

#market_list_w {
	clear: both;
	font-size: 13px;
	line-height: 150%;
	padding: 20px;
	width: 800px;
	margin: 50px auto 20px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}


#market_list_h {
	clear: both;
	font-size: 13px;
	line-height: 150%;
	padding: 20px;
	width: 600px;
	margin: 50px auto 20px;
	border: 1px solid #FFFFFF;
	background-color: #F4F4F4;
	color: #555555;
}

/* ---------------------------------------------------------------- */
/*   ONLINESHOP リンク*/
/* ---------------------------------------------------------------- */

div#shopBnr{
    text-align: center;
    margin-top: 80px;
}

div#shopBnr > span{
	display: inline-block;
    width: 63%;
}
div#shopBnr > span a{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif!important;
	}


div#shopBnr > span a:hover .icon_bl:after  {
    background: url(../_img/icon_newwindow.png) no-repeat 0 0;
    background-size: cover;
}

div#shopBnr > span a:hover{
		text-decoration:none;
}

/* ---------------------------------------------------------------- */
/*   ONLINESHOP リンク*/
/* ---------------------------------------------------------------- */

div#feedBackBnr{
    text-align: center;
	margin: 30px auto 50px;
}

div#feedBackBnr > span{
	display: inline-block;
    width: 63%;
}
div#feedBackBnr > span a{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Helvetica, Arial, sans-serif!important;
	}
div#feedBackBnr > span a:hover{
	text-decoration:none;
}


/* ---------------------------------------------------------------- */
/*   別窓 リンク*/
/* ---------------------------------------------------------------- */

.icon{
	display:inline-block;
	position: relative;
    z-index: 99;
}

.icon_bl:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 7px;
    content: '';
    vertical-align: middle;
    background: url(../_img/icon_newwindow_black.png) no-repeat 0 0;
	background-size: cover;
}



/* ---------------------------------------------------------------- */
/*   新商品導線*/
/* ---------------------------------------------------------------- */
.newBanner {
	position: relative;
	margin-top: 50px;
	margin-bottom: 40px;
	padding-top: 30px;
	border-top: solid 1px #a5a6a6;
}
.newBanner__heading {
	position: absolute;
	top: -21px;
	left: 0;
	right: 0;
	width: 100px;
	margin: auto;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	background: #fff;
}
.newBanner__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newBanner__item {
	width: 19%;
	border: 1px solid #333;
}
.newBanner__item img {
	width: 100%;
	height: auto;
}
.newBanner__item a {
	transition: all .3s;
}
.newBanner__item a:hover {
	opacity: .8;
}



/* ---------------------------------------------------------------- */
/*   メインビジュアル　スライダー*/
/* ---------------------------------------------------------------- */
.viewer .swiper-pagination {
	display: flex;
	justify-content: flex-end;
	margin-left: -20px;
	margin-bottom: 9px;
}
.viewer .swiper-pagination-bullet {
	width: 50px;
	height: 6px;
	border-radius: 0;
	background: #fff;
	opacity: .3;
}
.viewer .swiper-pagination-bullet:hover {
	opacity: 1;
}
.viewer .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000;
	opacity: 1;
}