@charset "UTF-8";


/* ---------------
	PRODUCT TOP NAV
-------------------------------------------------------*/
.product-nav-wrap {
	position: relative;
	z-index: 10;
}
.product-nav-wrap > ul {
	text-align: center;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: table;
}
.product-nav-wrap > ul > li {
	display: table-cell;
	vertical-align: top;
	width: 33%;
	min-width: 320px;
	border-left: 1px solid #fff;
	position: relative;
}
.product-nav-wrap > ul > li:first-child { border: none; }
.product-nav-wrap > ul > li > a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 0;
	height: 46px;
	line-height: 50px;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.product-nav-wrap > ul > li > a:hover {
	background-color: #666;
}
.product-nav-wrap > ul > .menu a i { margin: 0 0 0 4px; position: absolute; right: 14px;}
.product-nav-wrap > ul > .menu .down { display: inline-block; }
.product-nav-wrap > ul > .menu .up { display: none; }
.product-nav-wrap > ul > .menu.current .down { display: none; }
.product-nav-wrap > ul > .menu.current .up { display: inline-block; }
.product-nav-wrap .menu > .sub {
	display: none;
	background: #444;
	background-color: rgba(68,68,68, .9);
	text-align: left;
	position: absolute;
	top: 46px;
	width: 100%;
	z-index: 10;
}
.product-nav-wrap .menu > .sub li { border-top: 1px solid #666; }
.product-nav-wrap .menu > .sub li:first-child { border-top: none;  }
.product-nav-wrap .menu > .sub li a {
	display: block;
	padding: 10px 14px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-nav-wrap .menu > .sub li a:hover {
	background: #fff;
	background: rgba(255,255,255, .8);
	color: #444;
}


/* ---------------
	PRODUCT TOP CAMPAIGN SLIDER
-------------------------------------------------------*/
.campaign-slider {
	text-align: center;
	max-width: 1600px;
	width: 100%;
	margin: -46px auto 0 auto;
}
.campaign-slider ul {}
.campaign-slider ul li {}
.campaign-slider ul li a {}
.campaign-slider ul li a img {
	max-width: 100%;
}
.product .spcial-contents-wrap .bx-controls-direction a i { margin-top: -16px; }



/* ---------------
	PRODUCT TOP SERIES
-------------------------------------------------------*/
.produst-series {
	background-color: #f4f4f4;
	padding: 60px 0;
}
.produst-series .item-wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.produst-series.top .item-wrap { max-width: none; }
.produst-series.top .bx-wrapper { position: relative; }
.produst-series.top .bx-viewport { overflow: visible !important; }
.produst-series .item-wrap li {
	float: left;
	width: 33%;
	max-width: 320px;
	min-width: 320px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.produst-series .item-wrap li a {
	position: relative;
	display: block;
	text-decoration: none;
}
.produst-series .item-wrap li .img { background: #000; }
.produst-series .item-wrap li .img img { background: #000; max-width: 100%; }
.produst-series .item-wrap li .img .new,
.produst-series .item-wrap li .img .check {
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.produst-series .item-wrap li .img .new {
	background: url(../images/icon/icon-new-1.png) no-repeat center center;
}
.produst-series .item-wrap li .img .check {
	background: url(../images/icon/icon-check-1.png) no-repeat center center;
	display: none;
}
.produst-series .item-wrap li a:hover .img .check {
	display: block;
}
.produst-series .item-wrap li .txt-wrap {
	background-color: #fff;
	text-align: center;
	padding: 30px 0px 28px 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.produst-series .item-wrap li .txt-wrap .name span {
	display: block;
	color: #808080;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
}
.produst-series .item-wrap li .txt-wrap .name span:first-child {
	color: #000;
	font-size: 14px;
	line-height: 1.1;
	font-weight: bold;
}
.produst-series .item-wrap li .txt-wrap .border {
	display: block;
	background-color: #000;
	height: 2px;
	width: 20px;
	margin: 10px auto 0 auto;
}
.produst-series .item-wrap li .txt-wrap .read {
	font-size: 11px;
	margin: 12px 0 0 0;
	color: #000;
}
.produst-series .item-wrap li a:hover .txt-wrap { background-color: #000; }
.produst-series .item-wrap li a:hover .txt-wrap .name span { color: #808080; }
.produst-series .item-wrap li a:hover .txt-wrap .name span:first-child { color: #fff; }
.produst-series .item-wrap li a:hover .txt-wrap .border { background-color: #fff; }
.produst-series .item-wrap li a:hover .txt-wrap .read { color: #808080; }


.produst-series .bx-controls-direction a {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	background: url(../images/bg/bg-op-black-1.png);
	max-width: 960px;
	width: 100%;
	height: 100%;
}
.produst-series .bx-controls-direction a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: .6;
}
.produst-series .bx-controls-direction .bx-prev { left: -100%; }
.produst-series .bx-controls-direction .bx-next { right: -100%; }
.produst-series .bx-controls-direction a i {
	font-size: 40px;
	color: #fff;
	opacity: .6;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	width: 100%;
}
.produst-series .bx-controls-direction .bx-prev i { right: 20px; text-align: right; }
.produst-series .bx-controls-direction .bx-next i { left: 20px; text-align: left; }
.produst-caregory-wrap {
	background: #e2e2e2;
	padding: 50px 0;
}

/* ---------------
	PRODUCT CATEGORY
-------------------------------------------------------*/
.produst-caregory ul {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	display: table;
	overflow: hidden;
	position: relative;
	left: 0;
}
.produst-caregory ul li {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #eee;
}
.produst-caregory ul li:first-child { border-left: none; }
.produst-caregory ul.first { border-bottom: 1px solid #eee; }
.produst-caregory ul.bnr-l li { width: 50%; }
.produst-caregory ul.bnr-s li { width: 20%; }
.produst-caregory ul li a { display: block;}
.produst-caregory ul li a img { max-width: 100%; }

.category-list-wrap {
	display: table;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.col2 .category-list-contents { width: 50%; }
.col2 .space, .col4 .space { width: 20px; display: none;}
.col4 .category-list-contents { width: 33.33333333333%; }
/*.col4 .category-list-contents { width: 25%; }*/
.category-list-wrap .category-bnr { background: #fff; }
.category-list-wrap .category-list-contents { display: table-cell; padding-left: 14px; }
.category-list-wrap .category-list-contents:first-child {
	padding-left: 0;
}


.category-list-wrap ul {
    background-color: #fff;
    padding: 24px 20px 20px 26px;
    margin-top: 1px;
}
.category-list-wrap ul:first-child { border: none; }
.category-list-wrap.col2 ul {
    min-height: 680px;
}
.category-list-wrap.col4 ul {
    min-height: 420px;
}
.category-list-wrap ul li {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding-left: 10px;
	text-indent: -12px;
}
.category-list-wrap ul li:before {
	content: '・';
}
.category-list-wrap ul li a {}
.category-list-wrap ul li a span {}


/* ---------------
	PRODUCT 悩み
-------------------------------------------------------*/
.product-trouble-wrap {
	background-color: #f4f4f4;
	padding: 60px 0;
	text-align: center;
}
.product-trouble-inner {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.product-trouble-wrap .trouble-inner {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}
.product-trouble-wrap .trouble-inner .ttl {
	border-bottom: 1px solid #000;
	padding-bottom: 14px;
}
.product-trouble-wrap .trouble-inner .ttl span {
	font-weight: normal;
	font-size: 13px;
}
.product-trouble-wrap .trouble-inner .ttl span:first-child {
	font-size: 24px;
	margin: 0 10px 0 0;
}
.product-trouble-wrap .trouble-inner > .txt-list {
	text-align: left;
	margin: 14px 0 0 0;
}
.product-trouble-wrap .trouble-inner > .txt-list li {
	border-bottom: 1px solid #dbdbdb;
	font-size: 12px;
}
.product-trouble-wrap .trouble-inner > .txt-list li a {
	display: block;
	padding: 10px 40px 10px 20px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-trouble-wrap .trouble-inner > .txt-list li a:hover { background: #fff; }
.product-trouble-wrap .trouble-inner > .txt-list li a:before {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 12px;
	margin-top: -6px;
}



/* ---------------
	PRODUCT 一覧
-------------------------------------------------------*/
.product-series-ttl {
	position: relative;
}
.product-item-ttl-wrap {
	margin: 60px 0 0 0;
}
.product-item-ttl-wrap > .ttl {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #000;
	padding: 0 0 12px 0;
}
.product-item-ttl-wrap > .ttl span {
	display: block;
	color: #000;
	letter-spacing: 1px;
	line-height: 1.2;
	font-weight: normal;
}
.product-item-wrap {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.product-item-wrap .item {
	padding: 190px 0 80px;
	margin-top: -110px;
	border-bottom: 1px solid #ddd;
}
.product-item-wrap .item .item-img,
.product-item-wrap .item-info,
.product-item-wrap .link-btn {
	display: inline-block;
	vertical-align: top;
}
.product-item-wrap .item .item-img {
	max-width: 230px;
	width: 100%;
	margin: 0 10px 0 0;
}
.product-item-wrap .item .item-img a { }
.product-item-wrap .item .item-img a img { max-width: 100%; }
.product-item-wrap .item-info {
	max-width: 490px;
	width: 100%;
	text-align: left;
	margin: 0 30px 0 0;
}
.product-item-wrap .item-info .name {
	font-size: 18px;
	font-weight: normal;
}
.product-item-wrap .item-info .name span {}
.product-item-wrap .item-info .item-price {
	font-size: 11px;
}
.product-item-wrap .item-info .description {
	margin: 20px 0 0 0;
}
.product-item-wrap .item-info .description .ttl {
	font-size: 14px;
	font-weight: bold;
}
.product-item-wrap .item-info .description .txt {
	font-size: 12px;
	margin: 4px 0 0 0;
}
.product-item-wrap .item-info .how-to-use {
	margin: 20px 0 0 0;
}
.product-item-wrap .item-info .how-to-use .ttl {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #000;
	color: #000;
	padding: 4px 16px;
	line-height: 1;
}
.product-item-wrap .item-info .how-to-use .txt {
	margin: 6px 0 0 0;
	font-size: 12px;
}
.product-item-wrap .item-info .kuchikomi-wrap {
    margin: 20px 0 0 0;
}
.product-item-wrap .item-info .kuchikomi-inner {
    width: 694px;
}
.product-item-wrap .item-info .kuchikomi-inner .ac-btn {
    text-decoration: none;
    background-color: #f6f6f6;
    display: block;
    width: 160px;
    text-align: center;
    font-size: 11px;
    padding: 6px 0;
}
.product-item-wrap .item-info .kuchikomi-inner .ac-btn > span {}
.product-item-wrap .item-info .kuchikomi-inner .ac-btn .icon-down-open-big { display: inline-block; }
.product-item-wrap .item-info .kuchikomi-inner .ac-btn .icon-up-open-big { display: none; }
.product-item-wrap .item-info .kuchikomi-inner .ac-btn.open .icon-down-open-big { display: none; }
.product-item-wrap .item-info .kuchikomi-inner .ac-btn.open .icon-up-open-big { display: inline-block; }
.product-item-wrap .item-info .kuchikomi-inner .box {
    background-color: #f6f6f6;
    padding: 40px;
    display: none;
}
.product-item-wrap .item-info .kuchikomi-inner .box dl {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
}
.product-item-wrap .item-info .kuchikomi-inner .box dl:first-child { border: none; padding-top: 0; }
.product-item-wrap .item-info .kuchikomi-inner .box dl dt {
    font-size: 12px;
    font-weight: bold;
}
.product-item-wrap .item-info .kuchikomi-inner .box dl dd {
    font-size: 11px;
    margin: 10px 0 0 0;
    line-height: 1.7;
}
.product-item-wrap .item-info .kuchikomi-inner .box .close {
    text-align: center;
    margin: 20px auto 0 auto;
    border: 1px solid #000;
    font-size: 12px;
    padding: 4px 0;
    width: 120px;
    line-height: 1;
    letter-spacing: 1px;
    cursor: pointer;
}
.product-item-wrap .item-info .kuchikomi-inner .box .close:hover { background: #000; color: #fff }
.product-item-wrap .item-info .kuchikomi-inner .box .close span {
    margin-left: -10px;
}



.product-item-wrap .link-btn {
	max-width: 170px;
	width: 100%;
}
.product-item-wrap .link-btn ul {}
.product-item-wrap .link-btn ul li.buy { margin-top: 10px; }
.product-item-wrap .link-btn ul li a {
	text-decoration: none;
	display: block;
	position: relative;
	font-size: 11px;
	color: #000;
	line-height: 40px;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-item-wrap .link-btn ul li .product-btn { border: 1px solid #000; }
.product-item-wrap .link-btn ul li .product-btn:before {
	position: absolute;
	top: 50%;
	right: 10px;
	font-size: 12px;
	margin-top: -6px;
	padding: 0;
}
.product-item-wrap .link-btn ul li a span { margin-left: -10px; }
.product-item-wrap .link-btn ul li.detail a {}
.product-item-wrap .link-btn ul li.detail a:hover {
	background: #000;
	color:#fff;
}
.product-item-wrap .link-btn ul li.buy a {
	background-color: #000;
	color: #fff;
}
.product .series-visual img {
	width: 100%;
	height: auto;
}
.product .series-sub-ttl {
	font-size: 28px;
	letter-spacing: 1px;
	color: #000;
	margin: 60px 0 0 0;
}
.product .series-banner {
	padding: 60px 0 80px;
}
.product .series-banner li {
	margin: 20px 0 0 0;
}
.product .series-banner li a {}
.product .series-banner li a img { max-width: 100%; }

.product-item-wrap #shop-link {
	display: none;
}
.online-bnr .shop-link-ttl {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 60px;
}
.online-bnr {
	background: #f4f4f4;
	text-align: center;
	min-height: 200px;
	margin: 0 auto;
}
.online-bnr .ttl {
	font-size: 22px;
	font-weight: normal;
	color: #000;
	letter-spacing: 2px;
}
.online-bnr ul {}
.online-bnr ul li {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	margin: 10px 10px 0 10px;
}
.online-bnr ul li a {
	text-decoration: none;
	padding: 15px 0;
	background: #fff;
	width: 260px;
	display: block;
	cursor: pointer;
}
.online-bnr ul li a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0.6;
}
.online-bnr ul li .online-icon {
	display: inline-block;
	vertical-align: middle;
	float: left;
	margin-left: 20px;
}
.online-bnr ul li .online-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	text-align: left;
	float: left;
	margin-left: 16px;
	max-width: 168px;
}
.online-bnr ul li .online-text span {
	font-size: 12px;
	font-weight: bold;
}

.modal-warp h3 {
	background: #f4f4f4;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 60px;
}
.modal-warp .online-bnr ul {
	width: 580px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: left;
}
.modal-warp .online-bnr ul li {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 260px;
	margin: 10px 10px 0 10px;
}
#modal-shop {
	display: none;
}

/* ---------------
	SHADOWBOX
-------------------------------------------------------*/
/**
 * This file is part of Shadowbox <http://shadowbox-js.com/>
 */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:9999999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;height:100px;}
#sb-body{position:relative;}
#sb-body-inner{position:absolute;width:100%;}
#sb-player.html{}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%; display: none;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{display: none !important; background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info{ position: relative;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close {
	position: absolute;
	top: -300px;
	right: -40px;
	background: url(../images/btn/btn-close.png) no-repeat center center;
	background-size: cover;
	width: 26px !important;
	height: 26px !important;
}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}





