@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 1000px){

body {
	display: block;
}

#page {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#headerbox, #line, #gnavi, #slider #wrapper{
	width: auto;
	max-height: 100%;
	margin: 0px auto 20px auto;
	text-align: center;
}



.ttl_page {
	padding-bottom: 10px;
	padding-left: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E1D59F;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.7em;
	font-weight: bold;
	background: url(../images/icon_ttl.png) no-repeat;
	background-position: top left;
}

.subttl {
	padding: 5px 10px;
	border-left: 5px double #CCC;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 1.3em;
	margin: 20px 0px 10px 0px;
}

.subttl02 {
	padding: 5px 15px;
	border-left: 5px solid #333;
	margin: 20px 0px;
	width: 100%;
	height: auto;
}

.subttl03 {
	padding: 5px 15px;
	border-left: 5px solid #333;
	margin: 30px 0px;
	width: 100%;
	height: auto;
}

.txt {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 10px;
	margin-bottom: 150px;
}

.txt02 {
	font-size:0.9em;
	line-height: 1.5em;
	padding: 10px;
	margin-bottom: 20px;
}

.txt p , .txt02 p {
	margin-bottom: 10px;
}

.fixed {
	position: fixed;
	top: 0px;
}

p.ttl_product {
	margin: 30px 0px 0px 0px;
	width: 100%;
	height: auto;
}

a img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover img {
	opacity: 0.7;
}

.image {
	margin: 0px auto;
}

.image img {
	width: 100%;
	height: auto;
}

.image02 {
	margin: 0px auto 100px auto;
	width: 100%;
	height: auto;
	text-align: center;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.lineupbox-sp,
.detail-sp {
	display: none;
}

.mfp_thanks p {
	text-align: center;
}

a {
	text-decoration: none;
	transition: color .3s;
	color: #000;
}

a:hover {
	color: #F6C;
	
}

p.caution {
	font-size: 0.8em;
	text-align: right;
	margin-bottom: 2em;
}





/*******

header

*******/


#headerbox {
	background-image: url(../images/img_line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 170px;
	width: 1000px;
}

h1.ttl {
	margin: 0px;
	font-size: 0.8em;
	color: #666;
	text-align: right;
}

p#logo {
	width: 100%;
	height: auto;
	text-align: center;
}

#gnavi {
	margin: 0px auto;
	z-index: 5;
	width: 100%;
	height: auto;
	padding: 15px 0px 30px 0px;
}

#gnavi ul {
	display: table;
	margin: 0px auto;
	position: relative;

}

#gnavi ul li {
	display: table-cell;
}

#gnavi ul li.inner a img {
	border-left: 1px solid #999;
	margin: 0px;
	width: 200px;
	/*width: 166px; webショップを入れる場合*/ 
}

#gnavi ul li a {
	position: relative;
	padding-bottom: 5px;
}

#gnavi ul li a::after {
	position: absolute;
	top: 100%;
	left: 11%;
	width: 80%;
	height: 1px;
	background: #CCC;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

#gnavi ul li a:hover::after,
#gnavi ul li a:focus::after {
	height: 3px;
	
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}



.Fixnav {
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 6;
	background: rgba(255,255,255,0.7);
	padding-top: 20px;
}

.Fixnav ul {
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	margin: 0 auto;
	display: table;
}

.Fixnav ul:before {
	content: "";
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 1001;
	width: 1px;
	height: 17px;
}

.Fixnav li {
	position: relative;
	top: 0;
	left: 0;
	width: 130px;
	padding: 0 0 0 1px;
	display: table-cell;
	text-align: center;
}

.Fixnav li .on {
	position: absolute;
	bottom: 0;
	left: 0;
}

.Fixnav li a {
	display: block;
	width: 130px;
	height: 65px;
}

.Fixnav:before, .Fixnav:after {
    content: "";
    position: absolute;
    z-index: -2;
}
.Fixnav div {
	width: 100%;
	height: 56px;
	background: #FFF;
}

#header {
	width: 1000px;
	height: 100px;
	margin: 0px auto 20px auto;
	clear: both;
}


p#logo_min {
	width: 195px;
	height: auto;
	float: left;
	padding-top: 5px;
}

p#logo_min img {
	width: 70%;
}

.navi {
	width: 100%;
	height: auto;
	padding-top: 35px;
}

.navi ul {
	float: right;
}

.navi li {
	display: inline-block;
	padding: 0px 30px;
	border-left: 1px solid #666;
	
}

.navi li:first-child {
	border-left: none;
}

.navi li a {
	position: relative;
	padding-bottom: 3px;
}

.navi ul li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #CCC;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.navi ul li a:hover::after,
.navi ul li a:focus::after {
	height: 3px;
	
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}




/*******

pan

*******/

.pan {
	font-size: 0.7em;
	color: #000;
}

.pan li {
	display: inline-block;
}

.pan a {
	text-decoration: none;
	transition: color .3s;
}

.pan a:hover {
	color: #F6C;
}





/*******

guide

*******/

.president {
	text-align: right;
	
}







/*******

contents

*******/

#wrapper {
	width: 1000px;
	margin: 0px auto;
}

#wrapper .topwrap-inner {
	margin: 0 auto 50px auto;
	background-image: url(../images/img_line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	height: 270px;
}


#wrapper .top-link {
	display: table;
}

#wrapper .top-link li {
	display: table-cell;
}

.shopping {
	width: 100%;
}

.shopping a:hover {
	opacity: 0.6;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.oem {
	margin-bottom: 40px;
	
	height: auto;
}

.oem a:hover {
	opacity: 0.6;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}




/***************

contents_main

***************/


#mainwrap {
  float: left;
  width: 75%;
  position: relative;
}


#main {
	height: auto;
}


#elements01,#elements02,#elements03,#elements04,#elements05 {
	margin-bottom: 50px;
}

#elements01 .president {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
}

#elements01 .president-name {
	text-align: right;
}

.txt table {
	border-collapse: collapse;
	width: 100%;
}

.txt table tr {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
}

.txt table th {
	padding: 20px 30px;
	background: #EFEFEF;
	text-align: left;
	width: 30%;
	font-weight: bold;
	border-right: 1px solid #CCC;
}

.txt table td {
	padding: 20px 30px;
	line-height: 140%;
}

.txt table tr td .works {
	margin-left: 5px;
	float: right;
}

#elements02 .txt dl {
	margin-top: 10px;
}

#elements02 .txt dl dt {
	margin-right: 20px;
	float: left;
}





/***************

sidebar 

***************/


#sidewrap {
	width: 23%;
	float: right;
	
}

#side {
	display: inline-block;
	margin: 20px 0px;
	background-color: #FFF;
	height: auto;
	width: 230px;
}


#side ul {
	padding: 0px 10px;
	border-left: 1px solid #CCC;
}

#side li {
	padding: 30px 10px;
	color: #333;
	border-bottom: 1px dotted #CCC;
	font-size: 0.8em;
}

#side li:first-child {
	border-top: 1px dotted #CCC;
}

#side li a {
	color: #333;
	text-decoration: none;
	padding-left: 15px
}

#side li a:hover {
	color: #F6C;
}

.fixed-side {
	position: fixed;
	top:0;
}
.bottom-side {
	position: absolute;
	bottom: 0;
}
.static-side {
	position: static;
}

i {
	color: #F6C;
}







/********

商品情報ページ

********/


#lineupbox , .conceptbox , .reasonbox , .detail {
	margin-bottom: 100px;
}




.lineup-inner {
	width: 860px;
	height: auto;
	margin: 0px auto;
}

#lineupbox ul {
}

#lineupbox li {
	display: inline-block;
}

#lineupbox li:first-child {
	margin-left: 4px;
}

.LineUp01 a {
	display: block;
	width: 260px;
	height: 320px;
	margin: 0px 10px;
}


.LineUp02 a {
	display: block;
	width: 260px;
	height: 320px;
	margin: 0px 10px;
}


.LineUp03 a {
	display: block;
	width: 260px;
	height: 320px;
	margin: 0px 10px;
}





/*-------商品詳細------*/


#lotion , #serum , #trialSet {
	width: 900px;
	height: auto;
	margin: 0px auto 100px auto;
	
}

#lotion ul {
	clear: both;
}

.detail-left{
	width: 300px;
	height: auto;
	padding: 10px 20px 10px 10px;
	float: left;
}

.detail-right {
	width: 70%;
	margin-left: 270px;
	text-align: left;
}

.ttl_detail {
	padding: 10px 5px 20px 5px;
	text-align: left;
}

.detail-right dl dd {
	margin-bottom: 20px;
}




.material {
	position: relative;
	text-align: center;
	margin: 10px 0px;
	clear: both;
}

.material-inner {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
	font-size: 1.2em
}

.material::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #6C0;
}

.detail-inner table {
	width: 100%;
	margin-bottom: 50px;
}

.detail-inner table tr {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	
}

.detail-inner table th {
	padding: 20px 30px;
	background: #EFEFEF;
	text-align: left;
	width: 160px;
	font-weight: bold;
	border-right: 1px solid #CCC;
}

.detail-inner table td {
	padding: 20px 30px;
	line-height: 140%;
}

.btn_shop {
	text-align: left;
}

.btn_shop a {
	display: inline-block;
	width: 230px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	background: #666;
	color: #FFF;
}

.btn_shop a:hover {
	background: #6C3;
}

.btn_shop a::before,
.btn_shop a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.btn_shop a,
.btn_shop a::before,
.btn_shop a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.use-que {
	margin-top: 30px;
	
}

.usettl {
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	font-size: 1.2em;
	margin-bottom: 15px;
}

.usettl::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #6C3;
}

.usettl i {
	color: #6C3;
	padding-right: 10px;
}

.use-que p {
	margin-bottom: 10px;
}

.use-que ul {
	padding: 20px 0;
	list-style-type: disc;
	list-style-position: inside;
	display: flex;
	flex-wrap: wrap;
}

.use-que ul li {
	width: 50%;
	line-height: 1.8em;
}



.lasttxt {
	border: 4px double #ddd;
	padding: 1em;
	line-height: 1.3em;
	margin-top: 20px;
	margin-bottom: 50px;
	
}

.lasttxt p {
	font-weight: bold;
}

.lasttxt p.btn {
	text-align: center;
	margin-top: 1em;
}

.lasttxt p.btn a {
	display: inline-block;
	width: 50%;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	background: #666;
	color: #FFF;
}

p.btn a:hover {
	background: #6C3;
}

.btn a::before,
.btn a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.btn a,
.btn a::before,
.btn a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}





/*******

contact

*******/


.form {
	width: 80%;
	margin: 0px auto;
	padding: 0px 20px;
}

.form_sentence {
	text-align: center;
}

.point {
	background: #FFF7FB;
}

.txt .form .description {
	margin-bottom: 40px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	border-width: medium;
}

.addressbox {
	width: 80%;
	height: auto;
	margin: 0px auto 30px auto;
	padding: 0px 20px;
	overflow: hidden;
}

.ad-left {
	width: 30%;
	float: left;
	text-align: center;
}

.ad-left li {
	font-size: 0.8em;
	margin: 0px;
	color: #999;
}

.ad-left .phone {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	color: #000;
}

.ad-left li.fax {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

.ad-right {
	float: right;
	padding-left: 30px;
	border-left: 1px solid #999;
}

.fa-phone {
	color: #000;
	margin-right: 5px;
}







/*******

OEMについて

*******/


#oembox03 {
	margin-bottom: 150px;

}

#oembox03 .btn_oem {
	text-align: center;
}

a.button {
	background: #666;
	border: 2px solid #666; 
	color: #FFF;
	text-align: center;
	margin: 0px auto;
	border-radius: 5px;
}

a.button:hover {
	background: #FFF;
	border-color: #6C3;
	color: #6C3;
}

.button {
	display: inline-block;
	width: 70%;
	height: 44px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition:  .3s;
	transition:  .3s;
}





/*******

sentence

*******/


.sentence {
	margin-bottom: 50px;
	text-align: left;
	padding: 10px 0px 60px 0px;
	background-image: url(../images/bg_mimosa.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	
	
}

.sentence p {
	line-height: 140%;
	font-size: 1em;
	width: 100%;
}

.sentence p.under {
	margin-bottom: 20px;
}




/*******

pagetop

*******/



#pageTop {
	position: fixed;
	bottom: 50px;
	right: 50px;
}

#pageTop a {
	display: block;
	z-index: 999;
	height: 35px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}





/*******

footer

*******/


#footerbox {
	padding: 20px 0px;
	background-color: #ddd9d7;
	margin: 0px auto;
	height: auto;
	width: 100%;
	text-align: center;
	clear: both;
}

#footerbox ul {
	display: table;
	margin: 0px auto 105px auto;
	text-align: center;
}

#footerbox ul li {
	display: table-cell;
	font-size: 0.9em;
	padding: 0px 10px;
	border-left: 1px solid #333;

}

#footerbox ul li a {
	text-decoration: none;
	color: #666;
	margin: 0px;
}

#footerbox ul li:first-child {
	border-left: none;
}

#footerbox ul li a:hover {
	color: #87D18B;
	text-decoration: underline;
}

#footerbox p.copyright {
	font-family: 'Bitter', serif;
}
	
	
/*2020追加分*/
	
	.tokushou{
		margin-top: 10px;
		line-height: 1.5em;
	}
	
	.tokushou tr{
	border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
	}
	
.tokushou th {
	padding: 20px;
	background: #EFEFEF;
	text-align: left;
	width: 30%;
	font-weight: bold;
	border-right: 1px solid #CCC;
}
	
.tokushou td {
	padding: 20px;
	text-align: left;
	width: 70%;
}
	
	.policy{
		line-height: 1.5em;
		margin-bottom: 100px;
	}
	
	.policy h4{
		padding: 10px 0;
		font-weight: bold;
	}
	
	.policy ol{
		margin-left: 20px;
		padding: 10px;
		
	}
	.txt-right{
		text-align: right;
	}

}
