@charset "UTF-8";


* {
margin: 0;
padding: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
      background: #fff;
      color: #333;
      font-size: 12px;
      line-height: 1.6em;
      font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
.mincho {
	font-family: MSゴシック,YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}
 html {
    -webkit-font-smoothing: antialiased;
}
a:link {
      color: #333;
      text-decoration: none;
}
a:visited {
      color: #333;
      text-decoration: none;
}
ul{
list-style:none;
}

.containerM {
	
}
.content {
	max-width: 1000px;
    margin: 0 auto;
}
.txt_h2:hover,
.c1:hover,
.c2:hover,
.c3:hover,
.c4:hover,
.c5:hover,
.c6:hover,
.s1:hover,
.s2:hover,
.s3:hover  {
	opacity: 0.8;
	display: inline-block;
}
.key_img:hover {
	opacity: 0.9;
}


._pc {
	display: block;
}
._sp {
	display: none;
}

/* header */

.head_l {
    padding: 2.6% 0 2.4% 3%;
    max-width: 240px;
    float: left;
}
.header-line-box {
    float: left;
    width: 170px;
    padding: 3.4% 0 0 0;
    display: table-cell;
    vertical-align: middle;
}
.header-line {
    width: 100%;
    height: auto;
}
.head_r {
	float: right;
}
.head_l .txt_h img {
	width: 85%;
}
.key_img {
	clear: both;
    text-align: center;
}

.my_nav li,
.nav_list li {
	float: left;
}
.my_cont,
.g_nav {
    overflow: hidden;
    width: 416px;
   clear: both;
    float: right;
}
/*.my_cont:after {
	content: "";
	clear: both;	
	display: block;
}*/
.top_h:after {
	content: "";
	clear: both;	
	display: block;
}
.my_nav {
	margin: 6% 8% 4% 0;
    overflow: hidden;	
    line-height: 1.5em;
}
.my_nav li {
	margin-left: 5%;
    font-size: 13px;
	white-space: nowrap;
}
.my_nav li img {
	padding-right: 3%;
    vertical-align: bottom;
}
.nav_list li img {
	width: 26px;
}
.nav_list li {
	margin-left: 8%;
    font-size: 17px;
	letter-spacing: 2px;
	padding-top: 0.6%;
}
.nav_list li:last-child {
	padding-top: 0.8px;
}
.g_nav {
	margin-right: 5%;
    overflow: hidden;
    width: 550px;
}
.txt_area {
	width: 100px;
	height: 16px;
}
.s_icon{
	width: 20px;
	height: auto;
	vertical-align: bottom;
}

/* 旧キャンペーン 〜202101 */
.camp {
    margin: 4% 0;
}
.camp_b_area {
	width: 286px;
    margin: 0 auto;
}
.camp_box {
	width: 286px;
    height: 55px;
    background-color: #6b6b6b;
    font-size: 18px;
    color: #FFF;
    border: none;
    font-weight: bold;
	text-align: center;
    line-height: 3em;
	/*-webkit-transition: background-color 0.5s linear;*/
}
.camp_box:hover {
	/*background-color: #f99e9e;*/
	opacity: 0.8;
}
.camp_w {
	margin: 0 auto;
    width: 420px;
    text-align: center;
}
.camp_txt {
	text-align: center;
    width: ;
    font-size: 20px;
    line-height: 1.2em;
	font-weight: bold;
}
.camp_area form {
    width: 260px;
	overflow: hidden;
    margin: 0 auto;
}
.camp_area form input[type="text"] {
	width: 200px;
    height: 28px;
    border: 1px solid #b9b9b9;
    background-color: #f0f0f0;
    border-radius: 4px;
	text-indent: 5px;
	font-size: 20px;
    letter-spacing: 2px;
}
.submit_btn {
	width: 60px;
	height: 30px;
	margin-left: -3%;
    background-color: #6b6b6b;
    font-size: 120%;
    color: #FFF;
    border: none;
    font-weight: bold;
    border-radius: 0 4px 4px 0;
	vertical-align: top;
	text-align: center;
}
.camp:after {
	content: "";
	clear: both;
	display: block;
}

/* キャンペーン 202102〜 */
.cp-box {
	display: block;
margin: 3em auto;
padding: 1em 0;
width: 934px;
max-width: 100%;
border: 1px #999 solid;
background: #000;
text-align: center;
box-sizing: border-box;
}
.cp-box h2 {
    font-size: 3.5em;
    line-height: 120%;
    color: #e5ca67;
}
@media screen and (max-width: 768px) {
    .cp-box h2 {
        font-size: 2.5em;
    }
}
@media screen and (max-width: 480px) {
    .cp-box h2 {
        font-size: 2em;
    }
}
.cp-box h2 span {
    font-size: 80%;
}
.cp-box p {
    font-size: 2em;
    line-height: 150%;
    color: #fff;
}
.cp-box p span {
    font-size: 80%;
}
@media screen and (max-width: 768px) {
    .cp-box p {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 480px) {
    .cp-box p {
        font-size: 1em;
    }
    .cp-box p span {
        font-size: 100%;
    }
}
.cp-box form {
    width: 100%;
    margin: 1em auto;
}
.cp-box input[type="text"] {
    height: 30px;
    width: 240px;
    border-radius: 4px;
    border: 1px solid #b9b9b9;
    margin: 0;
    line-height: 1em;
    vertical-align:middle;
    font-size: 2em;
}
.cp-box .cp-btn {
margin-left: 10px;
    height: 32px;
    width: 70px;
    background-color: #6b6b6b;
    font-size: 1.5em;
    color: #fff;
    border: none;
    border-radius: 4px;
	line-height: 1em;
	text-align: center;
    vertical-align:middle;
    overflow:visible;
}

/* 商品リスト */
.cosme,
.suppl {
	width: 934px;
	margin: 0 auto;
	margin-top: 7%;
}
.cosme_tit,
.suppl_tit  {
	font-size: 19px;
    margin-bottom: 2%;
	font-weight: bold;
}
.c_box,
.s_box {
	width: 300px;
	float: left;
	margin-right: 1.8%;
	margin-bottom: 5%;
}
.c_box_img,
.s_box_img {
	margin-bottom: 3%;
}
.c_box_txt,
.s_box_txt  {
	font-size: 15px;
    letter-spacing: 2px;
    line-height: 1.5em;
	height: 6em;
}
.txt_b {
	font-weight: bold;
}
.c_box:nth-child(3n),
.s_box:nth-child(3n)  {
	margin-right: 0;
}
.cosme_list:after,
.suppl_list:after {
	content: "";
	clear: both;
	display: block;
}

/* カタログ+声ボタン */
.link_b{
	margin: 5% 0;
}
.ctlg {
	float: left;
	margin-left: 3%;
}
.vc {
	float: right;
	margin-right: 3%;
}
.link_b:after {
	content: "";
	clear: both;
	display: block;
}


/* footer */
.foot {
	width: 100%;
	background-color : #f0f0f0;
}
.foot_area {
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
}
.foot_l,
.foot_r {
	width: 40%;
	margin: 5% 0 3% 3%;
}
.foot_l {
	float: left;
}
.foot_r {
	float: right;
	text-align: center;
}
.foot_link {
	font-size: 18px;
    line-height: 1.8em;
}
.foot_area:after {
	content: "";
	clear: both;
	diaplay: block;
}
.f_logo {
	margin-top: 2%;
}
.tel_kaii {
	margin: 3% 0;
}
.foot_r p {
	font-size: 16px;
	text-indent: 12px;
}
.sns_area {
	margin-top: 5%;
    margin-left: 5%;
}
.sns_list {
	/*width: 270px; */
	width: 70%;
    margin: 0 auto;
}
.sns_list li {
	float: left;
	margin-right: 9%;
}
.sns_list:after {
	content: "";
	clear: both;
	display: block;
}

.copy_area {
	text-align: center;
	padding: 1em;
}
.copy_area p {
	font-size: 1.5em;
}

/* ニュース **********************************************************/

.news {
	width: 934px;
	margin: 0 auto;
	margin-top: 1%;
}
.news_tit {
	font-size: 19px;
    margin-bottom: 0.6%;
	font-weight: bold;
}
.news_area {
	margin-bottom: 7%;
	height: 240px;
    overflow: scroll;
	border: 1px solid #ececec;
}
.news_txt li {
	line-height: 2em;
	font-size: 14px;
	margin-bottom: 1%;
	border-bottom: 1px solid #e6e6e6;
	margin-left: 4px; 
	
}
.news_txt div {
	margin-left: 1em;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.news_txt a:link {
	color: #918456;
}
.news_txt a:visited {
	color: #918456;
}

@media screen and (min-width: 1000px) {
.txt_h:hover {
	opacity: 0.7;
	display: inline-block;
}

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

._pc {
	display: none;
}
._sp {
	display: block;
}


img {
	width: 100%;
	height: auto;
}
.head_l .txt_h img {
    height: 80%;
	max-width: 100%;
}
.my_nav {
	margin: 0;
}
.my_nav li img {
    width: auto;
}
.content {
	max-width: 100%;
    margin: 0 auto;
}
.cosme, .suppl {
    width: 96%;
    margin: 0 auto;
}
.c_box, .s_box {
    width: 32.1%;
}
.ctlg,
.vc {
    width: 45%;
}
.key_img {
	margin-top: 60px;
}
.key_img:hover {
	opacity: 0.9;
}

/*  キャンペーン  */
.camp_area form {
    width: auto;
    margin: 0 auto;
}

/*  メニューボタン  */
.head_l {
    padding: 10px 0 0 10px;
    width: 142px;
}
.header-line-box {
    padding: 10px 0 0 10px;
    width: 120px;
}


header {
    position:fixed;
    width:100%;
    height:60px;
    top:0;
    left:0;
    background:#FFF;
    z-index:100;
}
.spmenu_btn {
    display:block;
    position:absolute;
    top:19px;
    right:15px;
    width:30px;
    height:22px;
    background:#000;
    border-top:10px solid #fff;
    border-bottom:10px solid #fff;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background:#FFF;
}
.spmenu_btn.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}
 
.spmenu {
    display:none;
    position:absolute;
    top:60px;
    left:0;
    width:100%;
    background:#FFF;
}
nav {
    display:block;
    width:100%;
    margin:0 auto;
}
nav li a {
    display:block;
    width:100%;
    color:#FFF;
    padding:15px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    border-bottom:1px solid #dedede;
	letter-spacing: 2px;
}
.spmenu nav ul li {
	text-align: center;
}
.my_cont, .g_nav {
    overflow: auto;
    width: 100%;
    clear: both;
	content: "";
	display: block;
}
.my_nav2 {
	margin: 0;
    overflow: auto;	
    line-height: 1.5em;
}
.my_nav2 li {
	margin-left: 0;
    font-size: 13px;
	white-space: nowrap;
}
.my_nav2 li img {
	width: 23px;
	padding-right: 4px;
	vertical-align: bottom;
}
.search_area {
	padding: 15px;
	border-bottom: 1px solid #dedede;
}

/*  フッター  */
.foot_area {
    width: 100%;
}
.f_logo,
.tel_ippa,
.tel_kaii,
.sns_area {
	width: 80%;
}
.foot_l {
    margin-left: 5%;
}
.foot_link {
    font-size: 17px;
    line-height: 1.7em;
}
.foot_l, .foot_r {
    width: 45%;
}


/* ニュース */
.news {
	width: 96%;
	margin: 0 auto;
}
.news_txt li {
    margin: 0 1%;
}
.news_txt li {
    font-size: 13px;
}


/* new arrivalページ **********************************************************/
.cosme {
    margin-top: 60px;
}




}

@media screen and (max-width: 630px){

.c_box,
 .s_box {
 
}
.c_box_txt,
.s_box_txt {
    font-size: 13px;
    letter-spacing: 1px;
}
.foot_link {
    font-size: 15px;
    line-height: 1.6em;
}
.in_b3 {
	display: inline-block;
}
.foot_r p {
	font-size: 14px;
	text-indent: 0;
	padding-right: 15%;
}

}
@media screen and (max-width: 480px) {

.camp {
    margin: 6% 0;
}
.c_box_txt, 
.s_box_txt {
    height: 10em;
    font-size: 12px;
}
.cosme_tit,
.suppl_tit {
    font-size: 17px;
}

/*  ヘッダーメニュー  */
.head_l  .txt_h img {
    height: 80%;
	max-width: 100%;
    
}
.head_l {
    padding: 8px 0 0 8px;
    width: 120px;
}
.header-line-box {
    padding: 10px 0 0 10px;
    width: 90px;
}

header {
    height: 50px;
}
.key_img {
    margin-top: 50px;
}
.spmenu_btn {
    top: 15px;
}
.spmenu {
    top: 50px;
}
.foot_link {
    font-size: 14px;
}
.foot_r p {
 	padding-right: 20%;
}

/*  キャンペーン  */
.camp_w {
   width: 90%;
}
.camp_txt_area {
	text-align: center;
	margin-bottom: 1%;
}
.camp_txt {
	float: none;
}
.camp_area form {
	text-align: center;
    margin: 0 auto;
}
	
.sns_list img {
	width: 32px;
	max-width: 44px;
	height: auto;
}
}
	
.home-banner-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 60px 0;
}
@media screen and (max-width:639px) {
    .home-banner-box {
        display: block;
    }
}
.home-banner {
	margin: 0 0 3% 3%;
	max-width: 40%;
    text-align: center;
	}

.f_banner {
	margin: 2% auto 0;
	width: 70%;
    text-align: ;
}
.f_banner img {
    max-height: 60px;
    width: auto;
    margin-right: 2%;
}

hr.hr-line1 {
	border-top: 1px solid #eee;
	width: 93%;
	margin: 20px auto;
	
}

.home-line-cp-banner {
    width: 60%;
    margin: 1em auto 0;
}
.home-line-cp-banner img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 480px) {
.home-line-cp-banner {
    width: 80%;
    }
}


.category-title {
	margin: 0 0 1em;
	padding: 0;
	font-size: 2em;
}
@media screen and (max-width: 959px) {
	.category-title img {
		width: auto;
		height: 40px;
	}
}
@media screen and (max-width: 480px) {
	.category-title {
		font-size: 1.5em;
	}
	.category-title img {
		width: auto;
		height: 30px;
	}
}


.maintenance-box {
margin: 3em auto;
padding: 20px;
width: 934px;
max-width: 96%;
border: 1px #999 solid;
background: #fff;
text-align: ;
box-sizing: border-box;
}

.maintenance-box h2 {
    font-size: 2.2em;
    line-height: 100%;
	margin: 0 0 20px;
    color: #000;
	text-align: center;
}
.maintenance-box p {
    font-size: 1.4em;
    line-height: 170%;
    color: #000;
	margin: 0 0 1em;
}

