@charset "euc-jp";

/* Web font */
@import url(https://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,700);

body {
  background: #fff;
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-size: 13px;
  color: #474a4d;
  line-height: 2em;
  letter-spacing: 0.08em;
}
a {
  color: #7d7d7d;
  text-decoration: none;
}
a:hover {
  opacity:.7;
  color:#4f7133;
  text-decoration: none;
}
a.link_black {
  color: #474a4d;
}
a.link_black:hover {
  opacity:.7;
    color:#4f7133;
}

.item-info p a{
  color: #474a4d;
}

.item-info p a:hover{
  color: #4f7133;
}

p.item-expl{
      color: #7d7d7d;
}

.item-info{
      color: #7d7d7d;
}

/* layout */
#wrapper {
  max-width: 1024px;
}

/* contents*/
#contents {
  float: right;
  margin-bottom: 2em;
}
#contents ul.topicpath-nav {
  margin: 0 0 10px 0;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
  }

#contents h2.topic {
  font-family: DIN Alternate, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 0 0;
  margin: 0 0 0.75em 0;
}
#contents h4 {
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

#contents li.list-title {
  font-weight: bold;
  list-style: none;
  margin: 0 0 0.5em 0;
}
#contents ul.list-disc li {
  list-style-image: disc !important;
}

.history-unit a:hover img {
  opacity: 0.8
}
.history-unit p {
  line-height: 1.4;
}

table.table-about {
  width: 100%;
}
.table-about th,
.table-about td {
  vertical-align: top;
}
.table-about th {
  font-weight: normal;
  padding: 0 20px 0 0;
  text-align: right;
  width: 20%;
  white-space: nowrap;
}
.table-about td {
  padding: 0;
  width: 80%;
}
.hidden {display: none;}

/* ¾¦ÉÊ°ìÍ÷ */
.item-info {
  line-height: 1.4;
}
.item-info p {
  margin: 0 0 0.4em 0;
}


/* header */
#header {
  position: relative;
}
.brand a:hover {
  opacity: 0.7;
}
.menu-account li {
  margin: 0 0 0 10px;
}
.invisible {
  display: none !important;
}



/* side */
#side .col {
  padding: 0 !important;
}
#side h3 {
  border-bottom: 1px #dadada solid;
  font-family: 'Gentium Book Basic',"¥Ò¥é¥®¥ÎÌÀÄ« ProN W6", "HiraMinProN-W6", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0.75em 0;
  padding: 0 0 0.75em 0;
}
#side ul {
  margin: 0 0 4em 0;
  padding: 0 0 0 0.75em;
}
#side ul li {
  border-bottom: 1px #dadada dotted;
  font-size: 13px;
  line-height: 1.5;
}
#side ul.mini {
  border-bottom: 1px #dadada solid;
  border-top: none;
  margin: 0 0 2em 0;
  padding: 0;
}
#side ul.mini li {
  border-top: 1px #dadada solid;
  border-bottom: none;
  font-size: 88%;
  line-height: 1.3;
}
#side .unstyled img {
  display: block;
}
.side_contents ul {
  list-style: none;
}
.side_contents li {
  border-bottom: 1px #dadada dotted;
  font-size: 12px;
  line-height: 1.4;
  padding: 8px 0;
}


/* footer */
#footer ul {
  margin: 0;
}
#footer ul li {
  border-left: 1px #dadada solid;
  line-height: 1.4;
  margin: 0 0 0 0.5em;
  padding: 0 0 0 0.75em;
}

/* top page */
.splash img {
  height: auto;
  width: 100%;
}

/* blog */
#enty {
  border-bottom: 1px #dadada dotted;
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
}
#enty h3 {
  margin: 0 0 20px 0;
}
.calendar table {
  margin: 0 0 40px 0;
  width: 100%;
}


/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}
.small { font-size: 88%; line-height: 1.62;}
/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_40 { margin-top: 40px; }
.mar_r_40 { margin-right: 40px; }
.mar_b_40 { margin-bottom: 40px; }
.mar_l_40 { margin-left: 40px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}





/* icons */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}









.news_list{
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}


.news_box{
	display:inline-block;
	width: 33.3333333%;
	padding-right: 1%;
	padding-left: 1%;
  margin-bottom:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.news_box ul, .news_box ul li{
list-style:none;
margin:0;
}



.news_box ul li.img{
	margin-bottom: 10px;
}


.news_box ul li.img img{
width:100%;
height:auto;
}



.news_box ul li.text p{
	font-size: 13px;
	line-height: 1.4;
	color: #474a4d;
}

.news_box ul li.text p span{
font-size:9pt;
	color: #7d7d7d;
}

@media (max-width: 480px){
	
	.news_box{
	display:block;
	width: 100%;
	padding-right: 1%;
	padding-left: 1%;
	margin-bottom: 40px;
}

.news_box ul li.img{
padding: 0 0px;
}


}






body{
  background:#3b3b42;
  color:#e8e8e8;
}


a {
  color: #e8e8e8;
  text-decoration: none;
}

.txt_c_333 {
  color: #e8e8e8;
}

p.item-expl {
  color: #e8e8e8;
}


.item-info p a {
  color: #e8e8e8;
}

.item-info {
  color: #e8e8e8;
}

a.link_black {
  color: #e8e8e8;
}






#gra_menu{
  margin-bottom:40px;
}

#gra_menu ul, #gra_menu li{
list-style:none;
}



#gra_menu ul{
padding: 0 20px 20px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    margin: 0 0 0 0;
    justify-content: space-between;
}

#gra_menu ul li{
  display: inline-block;
  color: #e8e8e8;
}

#gra_menu ul li a{
	letter-spacing:2px;
}

#gra_menu ul li a span{
    font-family: DIN Alternate, sans-serif;
}

#gra_menu ul li.logo_lucy{
  width: 80px;
}

ul li.gra_sns a{
  display: inline-block;
  width: 23px;
}



.col.col-lg-12.splash {
    padding: 0;
}


.news_box ul li.text p span.cate {
    color: #e8e8e8;
	display:inline-block;
	background:#60839b;
    font-size: 8pt;
    padding: 3px 18px;
    margin-right: 10px;
	    margin-bottom: 10px;
}

.news_box ul li.text p span.cate.type01 {
	background:#60839b;
}

.news_box ul li.text p span.cate.type02 {
	background:#6e7d6a;
}

.news_box ul li.text p span.cate.type03 {
	background:#bba17b;
}

.news_box ul li.text p span.cate.type04 {
	background:#94835f;
}





#side h3 {
  border-bottom: 1px #e8e8e8 solid;
  color:#e8e8e8;
  font-family: DIN Alternate, sans-serif;
}


#side h3 a span{
font-size: 13pt;
font-weight:normal;
font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}



#contents h2.topic {
  color: #fff;
}

#contents h2.txt_20.txt_fwn.topic{
color:#3b3b42;
}


.news_box ul li.text p span {
  color: #e8e8e8;
}


.news_box ul li.text p {
  color: #e8e8e8;
}


#footer{
  color: #e8e8e8;
}




@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  
.icon-b {
  background-image: url("https://img11.shop-pro.jp/PA01055/293/etc/icon_w.png?cmsp_timestamp=20200731224722");
}

}







.col-lg-9 {
  width: 73%;
}


#product {
  background:#fff;
  padding: 50px;
  color:#3b3b42;
}


#product a {
  color: #474a4d;
  text-decoration: none;
}



#product .product-order-exp a {
    color: #4f7133;
}



.sub_grand_menu{
display:none;
}

.sp_img{
  display:none;
  }

@media (max-width: 414px){

.pc_img{
  display:none;
  }
  
  .sp_img{
  display:block;
  }
  

.brand.col.col-lg-3.col-sm-12.mar_t_50 {
    width: 50%;
    margin-top: 25px;
}



.sub_grand_menu{
display:block;
	position: fixed;
	top: 20px;
	right: 10px;
	z-index: 9999;
	width: 60px;
	-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


#page .sub_grand_menu{
	opacity: 1;
	-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	transition: 1s cubic-bezier(0.78, .18, .34, .98);
}



.sub_grand_menu p{
text-align:center;
color:#fff;
}



.sub_grand_menu_base{
position:fixed;
top: 30px;
right: 70px;
}

.sub_grand_menu_base ul {
margin:0;
}

.sub_grand_menu_base ul li{
display:inline-block;
}


.sub_grand_menu.sub_grand_menu_ani{
position:fixed;
top:0px;
z-index: 9999;
-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu .button-navi-icon {
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 30px;
height: 1px;
	margin: -1px 0 0 -15px;
	background: #ffff;
-webkit-transition: 0.2s ease-out;
-moz-transition: 0.2s ease-out;
-ms-transition: 0.2s ease-out;
-o-transition: 0.2s ease-out;
transition: 0.2s ease-out;
}

.sub_grand_menu .button-navi-icon:after, .sub_grand_menu .button-navi-icon:before {
display: block;
content: "";
position: absolute;
top: 50%;
left: 0;
width: 30px;
height: 1px;
	background: #fff;
-webkit-transition: 0.3s ease-out;
-moz-transition: 0.3s ease-out;
-ms-transition: 0.3s ease-out;
-o-transition: 0.3s ease-out;
transition: 0.3s ease-out;
}






.sub_grand_menu .button-navi-icon:before {
margin-top: -9px;
}

.sub_grand_menu .button-navi-icon:after {
margin-top: 8px;
}





.sub_grand_menu_top{
padding: 25px 0px;
overflow:hidden;
}



.sub_grand_menu_top .sub_menu ul li{
display: inline-block;
padding:0 20px;
}




.sub_grand_menu .button-navi-icon.close:before, .sub_grand_menu .button-navi-icon.close:after {
margin-top: 0;
	background: #fff;
}

.sub_grand_menu .button-navi-icon.close:after {

}


.button-navi-icon.close:after {
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.button-navi-icon.close:before {
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}


.button-navi-icon.close {
background: transparent;
}



.button-close{
position:absolute;
padding: 25px 0px;
width: 60px;
top: 0;
z-index:-9999;
}




#menu_index {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
	background:#3b3b42;
    z-index: 999;
}


.menus {
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    margin-top: -260px;
    width: 200px;
}

.menu_index_inner ul, .menu_index_inner ul li{
list-style:none;
margin: 0 0 0px 0px;
}

.menu_index_inner ul {
    overflow: hidden;
}


.menu_index_inner ul li {
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
}


.menu_index_inner ul li a {
    text-decoration: none;
    font-size: 13pt;
    color: #fff;
}

.menu_index_inner ul li.logo_lucy{
text-align:center;
}

.menu_index_inner ul li.logo_lucy a {
   width:140px;
   display:inline-block;
}



.menu_index_inner ul li.gra_sns a {
   width:25px;
   display:inline-block;
}


  #gra_menu{
    display:none;
  }
  
  .col-lg-9 {
    width: 100%;
}
  
  
  #product {
  padding: 20px;
}

			.anc_menu{
				padding-top:40px;
				margin-top:-40px;
			}
  
  

  .news_list div:nth-child(n+4){
  display:none;
  }

  
  
/*
  #contents .col-lg-12 .row li:nth-child(n+6){
display:none;
}
*/
  
  
  
  #contents > div > div > ul.row.unstyled {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
}
   
     #contents > div > div > ul.row:before {
    display:none;
}
  
  
  #contents > div > div > ul.row.unstyled li {
      width:48%;
  }
  
  
  
  
}












