body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  background-color: #FFF;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 160%;
  color: #7B716C;
  background-image: url(https://img17.shop-pro.jp/PA01148/669/etc/2016gd_bd_img.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, pre, p, ul, ol, li, th, td, div {
  margin: 0;
  padding: 0;
  font-weight: normal;
  }

ul, ol, li, dl, dt, dd {
  list-style-type: none;
}
a {
  color: #595959;
}
a:hover {
  color: #E29C9A;
}
img {
  border: none;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*
		***********************************
		*float
		***********************************
		*/
.floatR {
  float: right;
}
.floatL {
  float: left;
}
.clear {
  clear: both;
  width: 100%;
}


.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}
/*
		***********************************
		*margin&padding
		***********************************
		*/
.M10 {
  margin: 10px;
}
.M20 {
  margin: 20px;
}
.M30 {
  margin: 30px;
}
.MT5 {
  margin-top: 5px;
}
.MT10 {
  margin-top: 10px;
}
.MT15 {
  margin-top: 15px;
}
.MT20 {
  margin-top: 20px;
}
.MT30 {
  margin-top: 30px;
}
.MT40 {
  margin-top: 40px;
}
.MT50 {
  margin-top: 50px;
}
.MR10 {
  margin-right: 10px;
}
.MR15 {
  margin-right: 15px;
}
.MR20 {
  margin-right: 20px;
}
.MR30 {
  margin-right: 30px;
}
.ML10 {
  margin-left: 10px;
}
.ML15 {
  margin-left: 15px;
}
.ML20 {
  margin-left: 20px;
}
.ML30 {
  margin-left: 30px;
}
.ML40 {
  margin-left: 40px;
}
.MB5 {
  margin-bottom: 5px;
}
.MB10 {
  margin-bottom: 10px;
}
.MB15 {
  margin-bottom: 15px;
}
.MB20 {
  margin-bottom: 20px;
}
.MB30 {
  margin-bottom: 30px;
}
.MB40 {
  margin-bottom: 40px;
}
.MB50 {
  margin-bottom: 50px;
}
.MTB10 {
  margin: 10px 0;
}
.MTB15 {
  margin: 15px 0;
}
.MTB20 {
  margin: 20px 0;
}
.MTB25 {
  margin: 25px 0;
}
.MTB40 {
  margin: 40px 0;
}
.MTL20 {
  margin-top: 20px;
  margin-left: 20px;
}
.MLR20 {
  margin: 0 20px;
}
.MLR30 {
  margin: 0 30px;
}
.P10 {
  padding: 10px;
}
.P20 {
  padding: 20px;
}
.PT10 {
  padding-top: 10px;
}
.PL15 {
  padding-left: 15px;
}
.PL20 {
  padding-left: 20px;
}
.PB20 {
  padding-bottom: 10px;
}
.PB20 {
  padding-bottom: 20px;
}
.PTB20 {
  padding: 20px 0;
}
.no {
  margin: 0px;
  padding: 0px;
}
/*
		***********************************
		*text&font
		***********************************
		*/
.white {
  color: #FFFFFF;
}
.gold {
  color: #B5996D;
}
.bold {
  font-weight: bold;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font13 {
  font-size: 13px;
}
.font30 {
  font-size: 30px;
}
.line110 {
  line-height: 110%;
}
.line120 {
  line-height: 120%;
}
.line150 {
  line-height: 150%;
}
.line180 {
  line-height: 180%;
}
.line300 {
  line-height: 300%;
}
.center {
  text-align: center;
}
.txtR {
  text-align: right;
}
.cat_en {
  font-family: 'Playfair Display', serif;
  color: #F9F8F2;
}
.bc_orange {
  font-weight: bold;
}
.en {
  font-family: 'Playfair Display', serif;
  color: #E29C9A;
}
/*
		***********************************
		*border
		***********************************
		*/
.border_btm {
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: dotted #666666 1px;
}
/*
		***********************************
		*画面サイズ調整
		***********************************
		*/
img {
  max-width: 100%;
  height: auto;
}
.only_pc {
  display: block;
}


@media screen and (max-width:479px) {
  .only_pc {
    display: none;
  }

}


/*
		***********************************
		*基本設定_領域
		***********************************
		*/
/*ヘッダー設定*/
#g_header {
  margin-bottom: 10px;
  background-color: #7B716C;
}
#g_header_in {
  width: 100%;
  max-width: 1130px;
  padding: 10px 10px;
  margin: 0 auto 30px auto;
  color: #EEEFEF;
}
#g_header_in:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width:479px) {
  #g_header {
    width: 100%;
    height: auto;
    position:fixed;
    z-index:2;
  }
    
  #g_header_in {
    width: 100%;
    padding: 2% 0 2px;
    margin-bottom: 0;
    
  }
}
#g_header_in::after {
  content: "";
  display: block;
  clear: both;
}
/*メインコンテナ設定*/
#g_container {
  max-width: 1110px;
  padding: 20px 20px 40px 20px;
  margin: 0 auto;
  background-color: #FFF;
}
#g_container:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width:479px) {
  #g_container {
    width: 94%;
    padding: 2% 3% 4%;
    background-color: #FFF;
  }
}
/*サイドバー設定*/
#g_sidebar {
  width: 15%;
  margin-right: 2%;
  float: left;
}
@media screen and (max-width:479px) {
  #g_sidebar {
    display: none;
  }
}
/*メインバー設定*/
#g_contents {
  width: 83%;
  float: right;
}
@media screen and (max-width:479px) {
  #g_contents {
    width: 100%;
    float: none;
    padding-top:70px;
  }
}
/*フッター設定*/
#g_footer {
  margin-top: 20px;
  background-color: #7B716C;
}
#g_footer_in {
  width: 100%;
  max-width: 1150px;
  padding: 10px 0px;
  margin: 0 auto;
}
#g_footer_in:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width:479px) {
  #g_footer_in {
    width: 100%;
    padding: 10px 0px;
    margin: 0 auto;
  }
}
/*
		***********************************
		*詳細ページ_切り替え設定
		***********************************
		*/
.pc_vis {
  width: 98%;
  margin: 20px auto 30px auto;
}
.smt_vis {
  display: none;
}
@media screen and (max-width:479px) {
  .pc_vis {
    display: none;
  }
  .smt_vis {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
}
/*
		***********************************
		*ヘッダー
		***********************************
		*/
h1 {
  width: 18%;
  margin-right: 5%;
  float: left;
  padding: 0 1%;
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}
h2 {
  font-size: 11px;
}
#g_header_side {
  width: 46%;
  float: left;
  text-align: left;
}
div#freefee {
    margin-top: 23px;
    display: inline-block;
    }

div#freefee p {
    text-align:center;
}
div#freefee span {
    font-size:80%
}



#cart_pc {
	float: right;
    margin-top: 10px;
    margin-right: 10px;
}

#cart_pc img{
  height: 70px;
}

#cart_pc a {
  color:#fff;
}
/*カートインならぶるぶるする*/
.buruburu {
    -webkit-animation:buruburu 0.1s infinite linear alternate;
    animation:buruburu 0.1s infinite linear alternate;
}

@-webkit-keyframes buruburu {
    0% {-webkit-transform:translate(0, 0) rotate(-3deg);}
    50% {-webkit-transform:translate(0, -1px) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0)rotate(3deg);}
}

@keyframes buruburu {
    0% {transform:translate(0, 0) rotate(-3deg);}
    50% {transform:translate(0, -1px) rotate(0deg);}
    100% {transform:translate(0, 0)rotate(3deg);}
}





/*スマホなら非表示*/
@media screen and (max-width:479px) {
#g_header_side {
  display:none;
}

#cart_pc {
  display:none;
  
}
 #freefee{
 display:none !important;
  }

}

.g_header_copy h2 {
  float: left;
  margin-left: 15px;
  margin-top: 5px;
  COLOR: #FBE9F1;
}
.g_header_copy {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 10px;
}
.g_header_copy:after {
  display: block;
  clear: both;
  content: "";
}

#g_header_side ul li {
  float: left;
  padding: 0 25px;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal;
  border-left: solid 1px #999999;
}
#g_header_side ul li:last-child {
  float: left;
  border-right: solid 1px #999999;
}
#g_header_side a {
  color: #EEEFEF;
  text-decoration: none;
}
#g_header_side a:hover {
  color: #D3C9B3;
}
#g_header_side:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width:479px) {
  h1 {
    width: 35%;
    /*padding:0 20%;*/
    margin: 10px auto 0 auto;
  }
  .g_header_copy h2 {
    display: none;
  }
  #g_header_side {
    width: 100%;
    text-align: center;
  }
  .g_header_copy {
    width: 60%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 20%;
  }
  .g_header_copy:after {
    display: block;
    clear: both;
    content: "";
  }
  .smt_none {
    display: none;
  }
  #g_header_side ul {
    max-width: 100%;
    margin-bottom: 15px;
  }
  #g_header_side ul li a {
    text-align: center;
  }
   /* 
  #g_header_side ul li:nth-child(1) {
    float: left;
    width: 30%;
    height: 20px;
    padding: 3px 0;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    border-left: solid 1px #999999;
  }
  #g_header_side ul li:nth-child(2) {
    float: left;
    width: 43%;
    height: 20px;
    padding: 3px 0;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    border-left: solid 1px #999999;
  }
  #g_header_side ul li:nth-child(3) {
    float: left;
    width: 25%;
    height: 20px;
    margin-top: 5px;
    padding: 3px 0;
    font-size: 13px;
    font-weight: bold;
    border-right: solid 1px #999999;
  }

  #g_header_side ul li:nth-child(4) {
    float: left;
    width: 43%;
    height: 20px;
    padding: 3px 0;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    border-left: solid 1px #999999;
  }
  #g_header_side ul li:nth-child(5) {
    float: left;
    width: 35%;
    height: 20px;
    padding: 3px 0;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    border-left: solid 1px #999999;
  }
  #g_header_side ul:after {
    display: block;
    clear: both;
    content: "";
  }*/
  #g_header_side::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media screen and (max-width:800px) {
  .header_deco {
    display: none;
  }
}
/*
		***********************************
		*スマホ用ナビゲーション
		***********************************
		*/

/*pcでは見せない*/
#smt_topagetop {
  display: none;
}
#smt_cart {
  display: none;
}



@media screen and (max-width:479px) {
  /*固定カートアイコン*/
  #smt_cart {
    width: 30%;
    display: block;
    position: fixed;
    top: 8px;
    right: 8px;
    }
  #smt_cart ul {
    display: flex;
  }
  #smt_cart ul li {
    margin-right: 7px;
  }
  /*ドロップダウンメニュー*/
  #smt_navi {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  #smt_navi:after {
    display: block;
    clear: both;
    content: "";
  }
  /*.dropmenu {
    *zoom: 1;
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin-bottom: 2px;
    margin-top: 15px;
  }
  .dropmenu a {
    font-weight: bold;
    text-decoration: none;
  }
  .dropmenu:before, .dropmenu:after {
    content: "";
    display: table;
  }
  .dropmenu:after {
    clear: both;
  }
  .dropmenu li {
    position: relative;
    float: left;
    width: 32.5%;
    height: 15px;
    padding: 15px 0;
    background-color: #D3C9B3;
    border-left: #7B716C 2px solid;
  }
  .dropmenu li:last-child {
    position: relative;
    float: left;
    width: 32.5%;
    height: 15px;
    padding: 15px 0;
    background-color: #D3C9B3;
    border-left: #7B716C 2px solid;
    border-right: #7B716C 2px solid;
  }

  .dropmenu_s li {
    width: 100%;
    height: 15px;
    padding: 10px 0;
    background: #F2EDE4;
    border-left: none;
    border-bottom: dotted 1px #999999;
  }
  .dropmenu_s li:last-child {
    width: 100%;
    height: 15px;
    padding: 10px 0;
    background: #F2EDE4;
    border-left: none;
    border-bottom: dotted 1px #999999;
  }
  .dropmenu_s li a {
    font-weight: bold;
    padding: 5px 0;
    background: #F2EDE4;
    text-align: left;
    font-size: 12px;
  }
  #droplist li ul {
    opacity: 0;
    top: 50%;
    visibility: hidden;
    transition: .5s;
  }
  #droplist li:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }*/
  /*ドロップダウンメニューEND*/
  #smt_topagetop {
    display: block;
    margin: 30px 0 10px 0;
    padding: 20px 0;
    background-color: #CCC;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px; /* CSS3草案 */
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
    -moz-border-radius: 5px; /* Firefox用 */
  }
}
/*
		***********************************
		*サイドバー
		***********************************
		*/
#g_sidebar .sb_cat {
  background-color: #F4F0EE;
  padding: 0 0 15px 0;
  margin-bottom: 20px;
}
#g_sidebar .sb_cat ul {
  padding: 0 15px;
  display:flex;
  flex-direction: column;
}

/*PCカテゴリの並び替え*/
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(1){order:6}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(2){order:5}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(3){order:1}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(4){order:2}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(5){order:3}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(6){order:4}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(7){order:9}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(8){order:8}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(9){order:7}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(10){order:10}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(11){order:11}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(12){order:12}
#g_sidebar>.sb_cat>ul#pc_category li:nth-child(13){order:13}


#g_sidebar .sb_cat li {
  padding: 8px 0 6px 0;
  border-bottom: dotted 1px #999;
  font-weight: bold;
}
#g_sidebar .sb_cat li a {
  text-decoration: none;
}
.sb_tit {
  background-color: #dbdbdb;
  font-weight: bold;
  color: #6b6b6b;
  padding: 5px 0 3px 10px;
  margin-bottom: 10px;
}

form#search {
  text-align:center;
}
		/************************************
		*スマホサイドバー
		***********************************
		*/

/*パソコンなら非表示*/
header {
  display: none;
}

/*サイドバーの表示*/
@media screen and (max-width:479px) {
  /*ハンバーガーリストの制御*/
 .overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
    
  header {
    color: #000;
    display: block;
  }

 
    
  header nav li {
    list-style: none;
  }   


}
 
  #g_header header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  #g_header header nav {
    overflow: auto;
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    max-width: 320px;
    height: 100%;
    background: #fff;
    opacity: 1;
    text-decoration: none;
  }
    
  #g_header header.navOpen nav {
    opacity: 1;
    right: 0;
  }
    
  #g_header header nav #login-head {
    background: #7B716C;
  }
  nav #login-head ul {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    margin: 0px 0px 10px 0px;
  }

  #login-head ul li {
    border: 1px solid #969696;
    border-radius: 5px;
    padding: 13px;
    background-color: #ffffff;
  }

  #login-head ul li a{
    text-decoration: none;
  }

  #side_search #search label {
    padding: 5px 5px;
    width: 80%;
    height: 30px;
    margin: 0px auto 20px;
    display: block;
    border-radius: 5px;
    border: 1px solid #969696;
    display: flex;
    align-items: center;
  }
  #side_search #search input {
    border: none;
    width: 100%;
  }
  /* ナビゲーション：アクティブ時 */
  #side_content label {
    display: block;
    margin: 0 0 4px 0;
    padding: 15px;
    line-height: 1;
    cursor: pointer;
  }

  #side_content ul.list{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #side_content #side_footer ul {
    display: flex;
    padding: 0;
    justify-content: space-evenly;
    border: none;
  }
  #side_content {
    border-top: 1px solid #ccc;
  }
  #side_content input {
    display: none;
  }
 
  #side_content ul.list li {
    width: 45%;
    border: 1px solid #969696;
    visibility: collapse;
    box-sizing: border-box;
    text-align: center;
    height: 0;
    display:flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  /*スマホ　「カテゴリーで選ぶ」の並び替え*/
  #side_content ul.bar01 li:nth-child(1){order:5;} 
  #side_content ul.bar01 li:nth-child(2){order:1;} 
  #side_content ul.bar01 li:nth-child(3){order:2;} 
  #side_content ul.bar01 li:nth-child(4){order:3;} 
  #side_content ul.bar01 li:nth-child(5){order:4;} 
  #side_content ul.bar01 li:nth-child(6){order:8;} 
  #side_content ul.bar01 li:nth-child(7){order:7;} 
  #side_content ul.bar01 li:nth-child(8){order:6;} 
  #side_content ul.bar01 li:nth-child(9){order:9;} 
  #side_content ul.bar01 li:nth-child(10){order:10;} 



  #side_content li a{
    text-decoration: none;
  }

  #side_content .etc_guide {
    margin-top:10px;
    padding-left: 24px;
    border: none;
  }
  #side_content ul.etc_guide li {
    border: none;
    padding-bottom: 5px;
  }
  #side_content ul.etc_guide li:last-of-type {
    padding-bottom: 20px;
  }
  #side_content .etc_guide li a {
    text-decoration: none;
    color: #000;
  }



  /*アーコディオン量*/
  #menu_bar01:checked ~ ul.bar01 li, 
#menu_bar02:checked ~ ul.bar02 li, 
#menu_bar03:checked ~ ul.bar03 li,
#menu_bar04:checked ~ ul.bar04 li{
    height: 80px;
    visibility: visible;
  }
  /*labelの>マーク*/
  #side_content label {
    position: relative;
    display: block;
    padding: 1.5em;
    font-size:1.1rem;
    text-decoration: none;
  }

  #side_content label:before {
    position: absolute;
    top: 50%;
    right: 1.5em;
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -4px;
    margin-right: -4px;
    vertical-align: middle;
    border-top: 3px solid #E60012;
    border-right: 3px solid #E60012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  #side_content > li a {
    text-decoration: none;
  }
  header.navOpen nav {
    opacity: 1;
    right: 0;
  }
  header nav ul {
    border-top: 1px solid #ccc;
  }
  header nav ul li a:hover {
    background: #f2f2f2;
  }


		/************************************
		*フッター
		***********************************
		*/
#g_footer_in ul {
  margin: 15px 0;
}
#g_footer_in ul li {
  width: 33%;
  float: left;
}
#g_footer_in ul:after {
  display: block;
  clear: both;
  content: "";
}
#g_footer_in:after {
  display: block;
  clear: both;
  content: "";
}
#g_footer_in .footer_menu {
  margin: 20px 0;
  padding-top: 20px;
  border-top: dotted 1px #CCCCCC;
  text-align: center;
  color: #CCC;
}
#g_footer_in .footer_menu a {
  color: #CCC;
}
@media screen and (max-width:479px) {
  #g_footer_in ul li {
    width: 100%;
    float: none;
  }
  #g_footer_in .footer_menu a {
    color: #CCC;
  }
}
/*
		***********************************
		*商品一覧表示
		***********************************
		*/
/*3列表示*/
.itemlist3 ul {
    display: flex;
    flex-wrap: wrap;
}


.itemlist3 ul li {
  width: 32%;
  margin-right: 2%;
  margin-top: 20px;
  overflow: hidden;
}
.itemlist3 ul li:nth-child(3n) {
  float: left;
  width: 32%;
  margin-right: 0;
  margin-bottom: 20px;
}
.itemlist3:after {
  display: block;
  clear: both;
  content: "";
}
.itemlist3 ul li img {
  width: 100%;
}
@media screen and (max-width:479px) {
  .itemlist3 ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 10px;
  }
  .itemlist3 ul li:nth-child(3n) {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 15px;
  }
  .itemlist3 ul li:nth-child(2n) {
    width: 48.5%;
    margin-right: 0;
  }
  .itemlist3:after {
    display: block;
    clear: both;
    content: "";
  }
  .itemlist3 ul li img {
    width: 100%;
  }
}
/*3列アイテムリストテキスト表示*/
.itemlist3_pdt {
  font-size: 13px;
  font-weight: bold;
  line-height: 150%;
  color: #666;
  margin-top: 8px;
}
.itemlist3_pdt a {
  text-decoration: none;
}
.itemlist3_expl {
  font-size: 12px;
  line-height: 150%;
}
.itemlist3_price {
  padding: 4px 0 2px 0;
  margin: 7px 0 10px;
  font-size: 1.0rem;
  text-align: center;
  border-bottom: dotted 1px #666;
  border-top: dotted 1px #666;
}
span.soldout {
  line-height: 1.4em;
  color: #FFF;
  background: #999;
  font-size: 130%;
}
/*ピックアップ3列表示*/
.pklist3 ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.pklist3 ul li:nth-child(3n) {
  float: left;
  width: 32%;
  margin-right: 0;
  margin-bottom: 15px;
}
.pklist3:after {
  display: block;
  clear: both;
  content: "";
}
.pklist3 ul li img {
  width: 100%;
}
@media screen and (max-width:479px) {
  .pklist3 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .pklist3 ul li:nth-child(3n) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .pklist3:after {
    display: block;
    clear: both;
    content: "";
  }
  .pklist3 ul li img {
    width: 100%;
  }
}
/*ピックアップ3列リストテキスト表示*/
.pick_tit {
  background-color: #F4F0EE;
  padding: 5px 0 3px 0;
  text-align: center;
  margin-top: 0;
}
.pick_tit p {
  font-weight: bold;
}
.pick_pdt {
  padding: 10px;
}
.pick_pdt p {
  font-size: 13px;
}
@media screen and (max-width:479px) {
  .smt_float {
    float: left;
    width: 30%;
  }
  .smt_float_txt {
    float: left;
    width: 70%;
  }
  .pick_pdt p {
    font-size: 12px;
  }
}
/*4列表示*/
.itemlist4 ul li {
  float: left;
  width: 23%;
  height: 325px;
  margin-right: 2.6%;
  margin-bottom: 20px;
}
.itemlist4 ul li:nth-child(4n) {
  float: left;
  width: 23%;
  height: 325px;
  margin-right: 0;
  margin-bottom: 20px;
}
.itemlist4:after {
  display: block;
  clear: both;
  content: "";
}
.itemlist4 ul li img {
  margin-bottom: 5px;
  width: 100%;
}
/*4列アイテムリストテキスト表示*/
.itemlist_pdt {
  font-size: 11px;
  font-weight: bold;
  line-height: 140%;
  color: #666;
}
.itemlist_expl {
  font-size: 10px;
  line-height: 130%;
}
.itemlist_price {
  padding: 4px 0 2px 0;
  margin: 5px 0;
  font-size: 11px;
  text-align: center;
  border-bottom: dotted 1px #666;
  border-top: dotted 1px #666;
}
/*コラム商品4列表示*/
.itemlist4b ul {
    display: flex;
    flex-wrap: wrap;
}
.itemlist4b ul li {
  width: 23%;
  margin-right: 2.6%;
  margin-top: 20px;
  overflow: hidden;
}
.itemlist4b ul li:nth-child(4n) {
  float: left;
  width: 23%;
  margin-right: 0;
  margin-bottom: 20px;
}
.itemlist4b:after {
  display: block;
  clear: both;
  content: "";
}
.itemlist4b ul li img {
  width: 100%;
}
@media screen and (max-width:479px) {
  .itemlist4b ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 10px;
  }
  .itemlist4b ul li:nth-child(3n) {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 15px;
  }
  .itemlist4b ul li:nth-child(2n) {
    width: 48.5%;
    margin-right: 0;
  }
  .itemlist4b:after {
    display: block;
    clear: both;
    content: "";
  }
  .itemlist4b ul li img {
    width: 100%;
  }
}
/*コラム商品4列アイテムリストテキスト表示*/
.itemlist4b_pdt {
  font-size: 13px;
  font-weight: bold;
  line-height: 150%;
  color: #666;
  margin-top: 8px;
}
.itemlist4b_pdt a {
  text-decoration: none;
}
.itemlist4b_price {
  padding: 4px 0 2px 0;
  margin: 7px 0 10px;
  font-size: 1.0rem;
  text-align: center;
  border-bottom: dotted 1px #666;
  border-top: dotted 1px #666;
}
/*
		***********************************
		*表示
		***********************************
		*/
.main_cat_new {
  height: 20px;
  padding: 10px 0 10px 15px;
  margin: 20px 0;
  font-size: 18px;
  background-color:#dbdbdb;
  color:#6b6b6b;
}

.main_cat_new a{
	color:#6b6b6b;
}
.main_cat_new:first-child {
  margin: 0 0 20px 0;
}
.main_cat {
  height: 20px;
  padding: 10px 0 10px 15px;
  margin: 20px 0;
  font-size: 18px;
  color: #FFF;
  background-color: #7B716C;
}
.main_cat:first-child {
  margin: 0 0 20px 0;
  font-weight: bold;
}
.backcoloer_btn {
  padding: 14px 0;
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
  font-size: 1.0em;
  border: 1px solid #2f2f2f;
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
}
.search_tit {
  text-align: center;
  height: 20px;
  padding: 10px 0 10px 15px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #FFF;
  background-color: #A7A09D;
}
@media screen and (max-width:479px) {
  .main_cat_new {
    font-size: 16px;
  }
  .main_cat {
    margin: 10px 0;
  }
  .main_cat:first-child {
    margin: 0 0 10px 0;
  }
  .search_tit {
    margin-bottom: 10px;
  }
}
/*
		***********************************
		*カテゴリー/グループページ 解説用
		***********************************
		*/

.group_features {
  background-color: #F9F8F2;
  padding: 20px;
  margin: 15px 0;
}
.group_features_txt {
  float: left;
  width: 65%;
  margin-right: 2%;
}
.group_features_img {
  float: left;
  width: 33%;
}
.group_features:after {
  display: block;
  clear: both;
  content: "";
}
.gf_copy {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 180%;
}
.gf_subcopy {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.gf_box {
  background-color: #ecf0d0;
  padding: 15px;
  margin: 10px 0;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
.gf_box_tit {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: dotted #666666 1px;
}
@media screen and (max-width:479px) {
  .group_features_txt {
    width: 100%;
    margin-right: 0;
  }
  .group_features_img {
    width: 100%;
  }
}
/*
		***********************************
		*フリーページ用
		***********************************
		*/
/* ゼミドについて最新201611*/
#about_gd2016 {
  background-color: #F9F8F2;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
#about_gd2016 h2 {
  margin: 60px 40px;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 220%;
  color: #7B716C;
}
#about_gd2016 .conc_img {
  float: left;
  width: 50%;
}
#about_gd2016 .conc_txt {
  float: left;
  width: 40%;
  padding: 0 5%;
  line-height: 220%;
  font-size: 14px;
}
#gd_concept:after {
  display: block;
  clear: both;
  content: "";
}
#gd_promise h3 {
  font-size: 18px;
  line-height: 220%;
  font-weight: 400;
  text-align: center;
  margin: 60px 0;
  color: #7B716C;
}
#gd_promise .gd_promise_list ul {
  width: 86%;
  padding: 0 7%;
}
#gd_promise .gd_promise_list ul li {
  width: 49.5%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}
#gd_promise .gd_promise_list ul li:nth-child(2n) {
  margin-right: 0;
}
.gd_promise_list:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (max-width:479px) {
  .br_nosmt {
    display: none;
  }
  #about_gd2016 h2 {
    margin: 60px 40px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 220%;
  }
  #about_gd2016 .conc_img {
    float: none;
    width: 90%;
    margin: 0 5% 30px 5%;
  }
  #about_gd2016 .conc_txt {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  #gd_promise h3 {
    font-size: 14px;
    line-height: 220%;
    font-weight: bold;
    text-align: center;
    margin: 60px 0;
  }
  #gd_promise .gd_promise_list ul {
    width: 90%;
    padding: 0 5%;
  }
  #gd_promise .gd_promise_list ul li {
    width: 100%;
    float: none;
    margin-right: 0;
    /*margin-bottom: 4%;*/
  }
}
/* 香りについて*/
#fragrance {
  width: 100%;
}
#fragrance ul li {
  margin: 15px 0;
  background-color: #F9F8F2;
  padding: 20px;
}
#fragrance ul li:first-child {
  margin: 0 0 15px 0;
}
#fragrance ul li:after {
  display: block;
  clear: both;
  content: "";
}
#fragrance .fr_img {
  float: left;
  width: 30%;
  border: 10px #FFFFFF solid;
  margin: -10px;
}
#fragrance .fr_txt {
  float: left;
  margin-left: 5%;
  width: 65%;
}
#fragrance .fr_txt h3 {
  font-size: 18px;
  padding-bottom: 7px;
  border-bottom: dotted 1px #333333;
  margin-bottom: 10px;
}
#fragrance .txt_b {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width:479px) {
  #fragrance .fr_img {
    width: 100%;
    border: 10px #FFFFFF solid;
    margin-bottom: 30px;
  }
  #fragrance .fr_txt {
    margin-left: 0;
    width: 100%;
  }
}
/* ショップ情報*/
#shop .shoplist {
  margin-bottom: 30px;
}
#shop .shoplist:after {
  display: block;
  clear: both;
  content: "";
}
#shop .shoplist h3 {
  font-size: 16px;
  padding-bottom: 7px;
  border-bottom: dotted 1px #333;
  margin-bottom: 15px;
}
#shop .shoplist .shopimg {
  float: left;
  width: 40%;
  margin-right: 3%;
}
#shop .shoplist .shopinfo {
  float: left;
  width: 57%;
}
/* ホテル納入事例*/
#gd_hotel {
  background-color: #F9F8F2;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
#gd_hotel .hotel_tit {
  background-color: #f1d5d7;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  padding: 15px 5px 10px 5px;
}
#gd_hotel_list {
  padding: 10px 5%;
  width: 90%;
}
#gd_hotel_list ul {
  width: 100%;
}
#gd_hotel_list ul li {
  margin-bottom: 40px;
}
#gd_hotel_list ul li:after {
  display: block;
  clear: both;
  content: "";
}
#gd_hotel_list .hotel_name {
  width: 98%;
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin-bottom: 30px;
  padding: 10px 1%;
  font-size: 18px;
  letter-spacing: 2px;
}
.hotel_list_txt {
  float: left;
  width: 40%;
  margin-right: 3%;
  letter-spacing: 2px;
}
.hotel_link {
  background-color: #CCC;
  padding: 5px 5px 3px;
  margin-top: 50px;
  text-align: center;
}
.hotel_link a {
  color: #FFF;
}
.hotel_link a:hover {
  color: #CCC;
}
.hotel_list_img {
  float: left;
  width: 57%;
}
@media screen and (max-width:479px) {
  #gd_hotel .hotel_tit {
    font-size: 16px;
    text-align: center;
    padding: 15px 5% 10px 5%;
  }
  .hotel_list_txt {
    float: none;
    width: 90%;
    margin: 0 5%;
  }
  .hotel_link {
    margin: 20px 0;
  }
  .hotel_list_img {
    float: none;
    width: 90%;
    margin: 0 5%;
  }
}
/* グループ設定分*/
/* プラセンタマスク&アルガンオイル*/
#gr_mask_argan {
  margin-bottom: 30px;
  width: 100%;
}
#mask_argan_mainvis {
  width: 100%;
}
#mask_argan {
  width: 100%;
}
#mask_argan ul:after {
  display: block;
  clear: both;
  content: "";
}
#mask_argan ul li {
  float: left;
  width: 50%;
}
.mask_bg {
  background-color: #f4f9fd;
}
.argan_bg {
  background-color: #f4f1ee;
}
@media screen and (max-width:479px) {
  #mask_argan ul li {
    float: none;
    width: 100%;
  }
}
/* 使用ステップ*/
#mask_argan_exp {
  width: 94%;
  padding: 30px 3% 30px 3%;
  background-color: #f9f9f9;
}
#mask_argan_exp ul {
  width: 94%;
  background-color: #FFF;
  padding: 30px 3% 30px 3%;
}
#mask_argan_exp ul:after {
  display: block;
  clear: both;
  content: "";
}
#mask_argan_exp .step_mask_tit {
  float: left;
  width: 27%;
}
#mask_argan_exp .step_mask1 {
  float: left;
  width: 35.5%;
}
#mask_argan_exp .step_mask2 {
  float: left;
  width: 37.5%;
}
@media screen and (max-width:479px) {
  #mask_argan_exp {
    width: 100%;
    padding: 0;
    background-color: #FFF;
  }
  #mask_argan_exp ul {
    width: 100%;
    padding: 20px 0;
  }
  #mask_argan_exp .step_mask_tit {
    display: none;
  }
  #mask_argan_exp .step_mask1 {
    width: 50%;
  }
  #mask_argan_exp .step_mask2 {
    width: 50%;
  }
}
/* レビュー*/
#mask_argan_review {
  width: 90%;
  padding: 50px 5%;
  background-color: #f1f1f1;
}
#mask_argan_review img {
  width: 50%;
  text-align: center;
  margin: 0 25% 30px 25%;
}
#mask_argan_review ul li {
  border-bottom: 1px dotted #666666;
  padding: 25px 0;
}
#mask_argan_review ul li:first-child {
  border-top: 1px dotted #666666;
}
@media screen and (max-width:479px) {
  #mask_argan_review {
    padding: 35px 5%;
  }
  #mask_argan_review img {
    width: 86%;
    margin: 0 7% 30px 7%;
  }
}
/* エスペシャリー*/
#mask_argan_especially {
  width: 92%;
  padding: 50px 4% 35px;
  background-color: #ede4eb;
}
#mask_argan_especially ul:after {
  display: block;
  clear: both;
  content: "";
}
#mask_argan_especially ul li:first-child {
  width: 52%;
  float: left;
}
#mask_argan_especially ul li:last-child {
  width: 48%;
  float: left;
}
@media screen and (max-width:479px) {
  #mask_argan_especially {
    width: 88%;
    padding: 35px 6%;
    background-color: #ede4eb;
  }
  #mask_argan_especially ul li:first-child {
    width: 100%;
    float: none;
  }
  #mask_argan_especially ul li:last-child {
    width: 100%;
    float: none;
  }
}
/* ヘアケアカテゴリー*/
#haircare_cat ul:after {
  display: block;
  clear: both;
  content: "";
}
#haircare_cat {
  margin-bottom: 50px;
}
#haircare_cat ul li {
  float: left;
  width: 50%;
  margin: 0;
}
@media screen and (max-width:479px) {
  #haircare_cat ul li {
    float: left;
    width: 100%;
    margin: 0;
  }
}
/*売り切れsoldout*/
.soldout {
  text-align: center;
  background: #9b9b9b;
  color: #fff;
}

/*
***********************************
初めてさんトライアル　ここから
***********************************
*/

#firsttrial{
	width: 100%;
	height: auto;
}
#firsttrial h1{
	width: 100%;
	font-size: 26px;
	font-weight: 600;
	padding: 8px 0 14px;
	border-bottom: 1px solid ;
	margin: 18px 0 20px;
	text-align: left;
}
#firsttrial h2{
	width: 100%;
	font-size: 21px;
	font-weight: 600;
	padding: 6px 0 10px;
	border-bottom: 1px solid;
	margin-top: 30px;
	margin-bottom: 20px;
}
.trial_top_img{
	width: 100%;
}
.trial_title_text{
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 20px;
	text-align: justify;
}
.trial_h2text{
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 40px;
	text-align: justify;
}
/* トライアル　紹介商品 */
.trial_box{
	width: 90%;
	display: flex;
	justify-content:flex-start;
	align-items:flex-start;
	margin-left: 20px;
	margin-bottom: 50px;
}
/* トライアル　紹介商品 左*/
.trial_box_img{
	display: block;
	width: 240px;
	height: auto;
}
/* トライアル　紹介商品　右 */
.trial_box_item{
	flex: 1;
	margin-top: 20px;
	margin-left: 25px;
}
.trial_box_title{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 2px;
}
.trial_box_sub{
	font-size: 14px;
	margin-bottom: 10px;
}
.trial_box_price{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 14px;
}
.trial_box_text{
	font-size: 16px;
	line-height: 1.6;
	text-align: justify;
}
/* トライアル　紹介商品の文字リンク */
.trial_link{
	text-decoration: none;
}
.trial_link:hover{
	color: #595959;
}
/* トライアル　スマホ画面 */
@media screen and (max-width:479px) {
#firsttrial{
	width: 94%;
	margin: 0 3%;
	}
#firsttrial h1{
	font-size: 18px;
	padding-bottom: 8px;
	margin: 14px 0 12px;
	text-align: left;
}
#firsttrial h2{
	font-size: 16px;
	padding-bottom: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.trial_title_text{
	font-size: 13px;
	padding-bottom: 15px;
}
.trial_h2text{
	font-size: 13px;
	padding-bottom: 20px;
}
/* トライアル　紹介商品 */
.trial_box{
	margin-bottom: 15px;
	margin-left: 10px;
}
/* トライアル　紹介商品 左*/
.trial_box_img{
	width: 120px;
}
/* トライアル　紹介商品　右 */
.trial_box_item{
	flex: 1;
	margin-top: 10px;
	margin-left: 15px;
}
.trial_box_title{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 2px;
}
.trial_box_sub{
	font-size: 12px;
	margin-bottom: 8px;
}
.trial_box_price{
	font-size: 14px;
	margin-bottom: 10px;
}
/* スマホ用　商品説明*/
.trial_box_spstext{
	width: 90%;
	margin-left: 15px;
	margin-bottom: 50px;
	font-size: 13px;
	line-height: 1.4;
	text-align: justify;
	}
/* PC用　商品説明*/
.trial_box_text{
	display: none !important;
}
.trial_top_img{
	display: none !important;
}
}
/* スマホ用　商品説明の表示*/
@media (min-width: 480px){
.trial_box_spstext{
	display: none !important;
}
.trial_spstop_img{
	display: none !important;
}
}
/*初めてさんトライアル　ここまで*/



/*
***********************************
コラム
***********************************
*/


/*筆者紹介*/

.author {
    border: 1px solid #e2e2e2;
    display: table;
    margin-top: 30px;
    border-collapse: separate;
    border-spacing: 20px;
    width: 100%;
    table-layout: fixed;
}

.author .author-image {
    display: table-cell;
    vertical-align: top;
    width: 15%;
}

.author .author-info {
    display: table-cell;
    vertical-align: top;
    width: 85%;
}

.author .author-info .author-name {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: 700;
}

.author .author-info .author-description {
    font-size: 14px;
}


/*他共通設定*/

#column{
	width: 90%;
	margin: 0 auto;}

#column h2 {
    font-size: 2.0em;}

#column h3 {
    font-size: 1.0em;
    margin: 20px 0px 30px;
    background-color:#f1d5d7;
    padding:10px 20px;
}


#column_top{
	width: 60%;
	margin: 0 auto;}
