body {
	background: rgb(255, 255, 255); 
	font: 1.5em/1.2em arial, helvetica, sans-serif; 
	margin: 0px auto; 
	height: 100%; 
	color: rgb(51, 51, 51); 
/*	min-width: 320px; 
	max-width: 1024px; */
	font-size-adjust: none; 
	font-stretch: normal;
	line-height:150%;
word-wrap: break-word;
}
a {
	color: rgb(114, 115, 120);

}

ul {
	margin: 0px 0px 10px 10px; padding: 0px;
}
ul ul {
	margin: 2px 0px 2px 15px;
}
.hr {
	margin: 0px -9px 14px; 
	padding: 0px 9px; 
	height: 1px; 
	overflow: hidden; 
	clear: both; 
	border-bottom-color: rgb(204, 204, 204); 
	border-bottom-width: 1px; 
	border-bottom-style: dashed;
}
/*ヘッダー*/
#header {
        margin: 0 auto;
	position:relative;
	display:table;
	width:100%;
/*  max-width:1023px;
	background: url("../img/header_bg.png") bottom rgb(249, 246, 242) ; 
	padding-left: 3px; 
	padding-right: 3px;*/ 
	padding-top:0px; 
/*	padding-bottom: 12px; */
/*	overflow: hidden; */
	background-repeat: repeat-x;
}
#header > a{
	display:table-cell;
}

/*検索*/
form #search{
	width:100%;
	height:80px;
	position: static;	
}

#keywords{
	text-indent:5px;
	font-size: large;
	color:rgb(40, 40, 40);
	border: 1px solid rgb(204, 204, 204);
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	height:36px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:0px;
}
/*
#searchbtn{
	width:31px;
	height:41px;
	position: relative;   
	top: 0px;   
	right: 7px;
	margin-right:0px;
	padding:0px;	
}
*/

#header .logo {
	display: block; width:100%;
}
#header ul {
	list-style: none; 
	margin: 0px; 
/*	line-height: 23px; */
	font-size: 12px; 
	font-weight: bold; 
/*	float: right;*/
width:100%;
}
*/
#menu_area {
	clear: both;  
}
/*メニューボタン*/
.menu_title_button {
	background-position: right top; 
	text-align: center; 
	text-decoration: none; 
	float: left; 
	display: block; 
	margin-right: 15px;
	background-repeat: no-repeat;
}
.menu_title_button span {
	display: block; 
	padding-right: 15px; 
	background-repeat: no-repeat;
	color:  rgb(25, 25, 25);
}

.menu_title_button span {
	height: 30px; 
	padding-top: 7px; 
	padding-left: 13px;
	font-size: 14px; 
        color: rgb(253, 253, 253);
	background-image: url("../img/menu_back.png");
}
.pc_button {
	vertical-align: middle;
	color: rgb(255, 255, 255); 
	height: 36px;
	padding-right: 5px;
	margin-right: 5px;
	cursor: pointer; 
	line-height:40px;
	margin-left:5px;
}
a .pc_button {
	display:block;
	vertical-align: middle;
	height: 36px;
	padding-right: 5px;
	margin-right: 5px;
	cursor: pointer; 
	line-height:40px;
	margin-left:5px;
}
/*メインナビ*/
nav {
	margin: 0px; padding: 0px;
}

#main-nav {
	border-width: 3px 0px 0px; 
	overflow: hidden; 
	padding-top: 3px; 
	font-size: 0.9em;
}
#main-nav ul {
	border-width: 1px 0px; 
	border-style: solid; 
	border-color: rgb(179, 170, 131) rgb(218, 218, 218) rgb(218, 218, 218); 	list-style: none; 
	margin: 0px; 
	width: 100%; 
	overflow: hidden; 
	display: table;
}
#main-nav ul.end {
	border-top-color: currentColor; 
	border-top-width: 0px; 
	border-top-style: none;
}
#main-nav li {
	width: 50%; 
	height: 40px; 
	vertical-align: middle; 
	display: table-cell;
}
#main-nav li.navcenter {
	border-left-color: rgb(217, 217, 217); 
	border-left-width: 1px; 
	border-left-style: solid;
}
#main-nav li.navright {
	width: 32%;
}
#main-nav a {
	text-align: center; 
	color: rgb(0, 0, 0); 
	font-size: 12px; 
	text-decoration: none; 
	display: block; 
	white-space: nowrap;
}
#main-nav li:first-child {
	border: 0px currentColor;
}
#main-nav li:first-child a {
	
}
#main-nav span {
	line-height: 100%; display: block;
}
/*フッター*/
#footer {
	padding: 0px; 
	width: 100%; 
	text-align: center; 
	color: rgb(51, 51, 51); 
	line-height: 1.8em; 
	overflow: hidden;
	background: rgb(0 32 78);
	padding-bottom: 0px; 
	display: block;
	margin-bottom:50px;
}
#footer a {
	color: rgb(255, 255, 255);text-decoration: none;
}
.footer-nav {
	list-style: none; 
	margin: 0px 0px 10px; 
	padding: 15px 10px; 
	line-height: 1.4em; 
	border-bottom-color: rgb(155, 155, 155); 
	border-bottom-width: 1px; 
	border-bottom-style: solid;
}
.footer-nav li {
	background: url("../img/footer.gif") no-repeat 0px 50%; 
	padding: 0px 2px 0px 6px; 
	font-size: 12px; 
	display: inline;
}
.footer-nav li:first-child {
	
}
/*コンテンツ*/
#content {
	/*footer固定*/
	min-height:100%;
	height:auto !important;
	height:100%;/*ie6*/
	padding: 10px 0px 0px;
}
#content .product-title h5 {
	margin: 0px; 
	padding: 9px 0px; 
	border: 0px currentColor; 
	color: rgb(255, 255, 255); 
	overflow: hidden; 
	font-size: 1.14em; 
	font-weight: bold; 
	display: block; 
	background-color: rgb(162,147,130);
}
.slide-block header {
	margin: 0px; 
	padding: 0px 0px; 
	border: 0px currentColor; 
	color: rgb(255, 255, 255); 
	overflow: hidden; 
	font-size: 1.14em; 
	font-weight: bold; 
	display: block; 
/*　平面的なグラデ―ション　茶 */
	border-top:rgb(244,230,211) 1px solid;
	background:-webkit-gradient(linear, left top, left bottom, from(#fef2e1),color-stop(0.1,#e5d4be),color-stop(0.9,#e5d4be), to(#c8b195));
	background:linear-gradient(top,#fef2e1 0%, #e5d4be 10%,#c8b195 90%);
	width:100%;
}
#content .featured h5 {
	margin: 0px; 
	padding: 9px 0px; 
	border: 0px currentColor; 
	color: rgb(255, 255, 255); 
	overflow: hidden; 
	font-size: 1.14em; 
	font-weight: bold; 
	display: block; 
	background-color: rgb(162,147,130);
}
#content .product-list h5 {
	margin: 0px; 
	padding: 9px 0px; 
	border: 0px currentColor; 
	color: rgb(255, 255, 255); 
	overflow: hidden; 
	font-size: 1.14em; 
	font-weight: bold; 
	display: block; 
	background-color: rgb(162,147,130);
}
.rounded.slide-block header {
	margin: 0px;
}
.slide-block header h5 {
margin: 10px 20px 0px 10px !important;
padding: 10px 0 15px 10px;
	border: 0px currentColor !important; 
	color: rgb(142,127,110); 
	float: left;
}
.slide-block header a {
	color: rgb(255, 255, 255); 
	text-decoration: none;
}
.rounded header {
	margin: 0px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
#content .product-list h5 {
	margin: 0px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
#content .product-title h5 {
	margin: 0px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

#content .product-list h5 {
	border-bottom-right-radius: 0px; 
	border-bottom-left-radius: 0px; 
	-webkit-border-bottom-left-radius: 0; 
	-webkit-border-bottom-right-radius: 0; 
	-moz-border-radius-bottomleft: 0; 
	-moz-border-radius-bottomright: 0;
}
#content .product-title h5 {
	border-bottom-right-radius: 0px; 
	border-bottom-left-radius: 0px; 
	-webkit-border-bottom-left-radius: 0; 
	-webkit-border-bottom-right-radius: 0; 
	-moz-border-radius-bottomleft: 0; 
	-moz-border-radius-bottomright: 0;
}
.slide-block header .open-close {
	background-position: right center; 
float: right;
margin: -33px 15px 10px 0px; 
	right: 10px;
	top: 0px; 
	width: 100%; 
	text-indent: -9999em; 
	overflow: hidden; 
	background-repeat: no-repeat;
zoom:1.1;
}

.slide-box-ue .slide-block header {
	margin: 0px; 
	padding: 4px 0px 4px 16px; 
	background-color: rgb(176, 161, 108);
}
.theory-skin-care .slide-block header {
	margin: 0px; 
	padding: 4px 0px 4px 16px; 
	background-color: rgb(176, 161, 108);
}
.product-info .slide-block header {
	margin: 0px; 
	padding: 4px 0px 4px 16px; 
	background-color: rgb(176, 161, 108);
}
.main-images2 img {
	width: 97% !important; 
	margin-top: 5px; 
	margin-bottom: 1px; 
}
.slide-box-ue {
	background: rgb(255, 255, 255); 
	margin: 0px -1px 5px; 
	padding: 8px 10px 0px; 
	border-radius: 6px; 
	border: 1px solid rgb(157, 157, 157); 
	color: rgb(65, 61, 63); 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
}
.slide-box-ue h5 img {
	vertical-align: top;
}
.slide-box-ue {
	border-color: rgb(224, 210, 137);
}
#content .slide-box-ue h5 {
	margin: 0px 0px 8px; 
	padding: 0px 0px 0px 6px; 
	line-height: 20px; 
	border-bottom-color: currentColor; 
	border-left-color: rgb(140, 82, 36); 
	border-bottom-width: 0px; 
	border-left-width: 3px; 
	border-bottom-style: none; 
	border-left-style: solid;
}
.slide-box-ue .slide-block header {
	margin: 0px; 
	padding: 4px 0px 4px 16px; 
	background-color: rgb(176, 161, 108);
}
.slide-box-ue .open-close {
	background-image: url("../img/open_g.png");
	margin: 0px 10px 0px 0px;
}
.slide-box-ue .active .open-close {
	background-image: url("../img/close_g.png");
	margin: 0px 10px 0px 0px;
}

/*お客様の声*/
.cus_feed li{
	padding:0 15px;
	text-align:left;
}

.class_zoom {
zoom: 1.1;
}
.menu_icon ul li{
	display:inline-block;
	margin:0 0 3px 5px;
	font-size:80%;
	text-align:center;
	vertical-align:top;
	}
/* devicePixelRatio=1.5 （Android系に多い）*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
.class_zoom {
	zoom: 0.9;
     }
.menu_icon ul li{
	display:inline-block;
	margin:0 0 3px -20px;
	font-size:80%;
	text-align:center;
	vertical-align:top;
	}
}

/* devicePixelRatio=2 （iPhone4）*/

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

.class_zoom {
	zoom: 0.8;
     }
.menu_icon ul li{
	display:inline-block;
	margin:0 0 3px 5px;
	font-size:80%;
	text-align:center;
	vertical-align:top;
	}
}
/* PCページにモバイル切替 */
#disp_mode_change {
	margin: 20px auto;  
	color: rgb(51, 51, 51);
	text-align: center;
	font-size:1.2em;
}
#disp_mode_change a{
	height: 40px;
	line-height:20px;
	font-size:1.2em;
	padding: 5px 8px;
	color: rgb(255, 255, 255);
	text-decoration: none;
/*角丸*/
	-moz-border-radius: 6px;
 	-webkit-border-radius: 6px;
 	-o-border-radius: 6px;
	border-radius: 6px;
/*グラデーション*/
	background-image: -moz-linear-gradient(top, rgb(211,211,211), rgb(116,122,118));
	background-image: -ms-linear-gradient(top, rgb(211,211,211), rgb(116,122,118));
	background-image: -o-linear-gradient(top, rgb(211,211,211), rgb(116,122,118));
	background-image: -webkit-linear-gradient(top, rgb(211,211,211), rgb(116,122,118));
	background-image: linear-gradient(top, rgb(211,211,211), rgb(116,122,118));	
}
#disp_mode_change a:hover{
	text-decoration: none;
}
.flick_area {
max-height: 270px;
padding: 0;
margin: 0;
overflow-x: scroll;
overflow-y: scroll;
overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
background-color: #fff;
border: solid #ccc;
border-width: 2px;
text-align: left;
}
.clear_both { clear:both;}



.youtube_ifr {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}
.youtube_ifr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.note_p_box ul,.note_p_box ol {padding-left: 30px;}
.note_p_box ul,.note_p_box ol {margin: initial;}

.price_font_2{font-size:1.4rem !important;font-weight:bold;}
.price_font_1{font-size:1.8rem !important;font-weight:bold;}

marquee {
position: relative;
z-index: -1;
}
video{cursor: pointer;}

/*20230905*/

#content {
overflow-y: auto;
/*20231121 overscroll-behavior-y: none;*/
}

html {
  overscroll-behavior: none;
}

/*
html{
  overflow: hidden;
}

body{
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
*/
@media (min-width: 310px){ 
.header_title_p_280{
display:none;
}	}

@media (max-width: 309px){ 
.header_title_p{
display:none;
}	}

/*SPヘッダー文字*/
#header_title {
	/* 最小1.6rem | SP:2rem | TB:2.5rem | PC:3rem | 最大4.0rem */
	font-size: clamp(1.6rem, calc(1.25vw + 1.5rem), 4.0rem);
}

@media (max-width: 430px){ 
#header_title {
	font-size:75%;
}	}

