@charset "euc-jp";

/* common */
.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 1s;
}

/* header start　*/
header {
    z-index: 1000;
    display:block;
  width:100%;
  position:fixed;
  top:0;
  left:0;
  margin:0;
    padding: 0;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#head-content{
  padding: 0 50px 0 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
  background-color: #B6CE60;
}

#head-content > div{
  display: inline-block;
}

#header-upper{
  width:100%
}

#head-logo{
  width: 30%;
  margin: 8px 0;
  float:left;
}

#head-logo a{
  text-decoration:none;
}

#head-logo img{
  width: 22px;
    height: 46px;
    float: left;
}

#head-logo p{
  font-size: 24px;
  margin: 9px 0px 0px 40px;
  color: #FFF;
}

#header-under{
  width:100%
}

#head-menu{
  display: inline-block;
}

#head-menu ul{
   margin: 0;
    padding: 20px 0px;
    list-style-type: none;
}

#head-menu ul li{
  display: inline-block;
    padding-right: 24px;
}

#head-menu ul li a{
  color: #FFF;
    font-size: 14px; 
}

.arrow {
    position: relative;
    margin-right: 10px;
}

.arrow::before {
    content: "";
    display: block;
    position: absolute;
  top: 2.4px;
   right: -15px;
   width: 5px;
   height: 5px;
    border-top: 1.3px solid #FFF;
    border-right: 1.3px solid #FFF;
    transform: translateX(-50%) rotate(135deg);
}

#head-sns{
  margin-top:17px;
  float: right;
}

#head-sns img{
  margin-right:5px;
  width: 25px;
  height: 25px;
}

#head-cart{
    float: right;
  margin: 18px 15px;
}

#head-cart img {
  width: 22px;
    height:22px;
}

#header-bar-category,
#header-bar-bland,{
    z-index: 3;
    position: absolute;
    display: none;
    background-color: #fff;
  width: 100%;
    border-top: 1px solid #d3d3d3;
    box-sizing: border-box;
  overflow-y: auto;
}

.bar-hidden{
  display:none;
    width: 100%;
}

.head-box {
  padding: 25px 50px;
   border: 1px solid #dcdcdc;
  background-color: white;
}

.head-menu-list{  
  display: flex;
    flex-flow: column wrap;
    column-count: 4;
  column-fill: auto;
   max-height: 338px;
    margin: 0;  
}

.bar-title{
    width: 100%;
  font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #d3d3d3;
}

.head-menu-list div{
  margin: 5px 0 0 10px;
}


/* search start　*/
#search-top{
    float: right;
}

#search-top form{
  border: 1px solid #cdcdcd;
   margin: 16px 0px;
   padding: 3px 6px;
    background-color: #FFF;
    display: inline-block;
}

#search-top input{
  　 background-color: transparent;
    border:none;
    box-shadow: none;
    outline:none;
    margin:0;
    padding:0;
    box-sizing:content-box;
}

#search-top input::placeholder{
      font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 11px;
    vertical-align: center;
  color: #cdcdcd;
}

#search-top input:focus {
  border:none;
    outline:0;
  box-shadow:none;
    background-color:#FFF;
}

#search-top button{
    background-color: #B6CE60;
  text-decoration:none;
    border:none;
}

#search-top img{
  width: 15px;
   height :15px;
}

/* top scroll start*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #bdd660;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

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

#pageTop img{
  width: 15px;
   height: 15px;
   padding: 5px 7px 0px 0;
}
/* top scroll end*/

/* sp */
#menubar-open-button-sp{
    display: inline-block;
  position: relative;
  margin: 27px 3%;
}

#menubar-open-button-sp:hover{
  cursor:pointer;
}

/* hamburger menu start */
.menu-trigger,
.menu-trigger span {
   display: inline-block;
   transition: all .4s;
  box-sizing: border-box;
}
 
.menu-trigger {
    position: relative;
    width: 16px;
    height: 14px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 6px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

/* search top sp*/
#search-open-button-sp{
    display: inline-block;
    float: right;
    padding: 25px 1% 0 3%;
}

#search-open-button-sp img{
  width: 18px;
   height :18px;
}

/* sp用 cart */
#head-cart-sp{
    float: right;
    padding: 24px 3%;
}

#head-cart-sp img {
  width: 20px;
    height: 20px;
}

/* sp用 検索フォーム */
#menubar-open-search-sp{

}

/* search start　*/
#search-sp  form{
  border: 1px solid #cdcdcd;
   margin: 10px 0px;
   padding: 3px 6px;
    background-color: #FFF;
}

#search-sp  input{
  　 background-color: transparent;
    border:none;
    box-shadow: none;
    outline:none;
    margin:0;
    padding:0;
    box-sizing:content-box;
    width: 88%;
}

#search-sp  input::placeholder{
      font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 11px;
    vertical-align: center;
  color: #cdcdcd;
}

#search-sp  input:focus {
  border:none;
    outline:0;
  box-shadow:none;
    background-color:#FFF;
}

#search-sp  button{
    background-color: #FFF;
  text-decoration:none;
    border:none;
}

#search-sp  img{
  width: 15px;
   height :15px;
}

/* sp用 menubar */
#menubar-sp{
  height: 91vh;
  overflow: scroll;
  background-color: rgba(255,255,255,0.9);
  margin: 0;
  padding: 0;
  list-style-type: none;  
}

#menubar-sp li {
  width:100%;
  margin: 15px 0 15px 0;
  list-style-type: none;
}

#menubar-sp li:last-child {
    border-bottom: none;
}

#menubar-sp p{
  margin: 0;
  padding: 3% 0 0 20%;
}

/* sp メニュー new css */
.accordion-menu {
  width: 100%;
  display:none;
  margin-bottom:50px;
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
  transform: rotate(180deg);
}

.accordion-menu li:last-child .dropdownlink {
  border-bottom: 0;
}

/* bland categoryのタイトルデザイン調整 */
.dropdownlink {
  display:block;
  position:relative;
}

.submenuItems {
  display: none;
}

p.dropdownlink img {
  width: 20px;
  position: absolute;
  right: 25%;
}

ul.submenuItems {
  margin: 15px 0 0 0;
  border-top: 1px solid #B6B6B6;
  border-bottom: 1px solid #B6B6B6;
}

.submenuItems a {
  display: block;
  transition: all 0.4s ease-out;
  padding: 0 0 0 25%;
}

/* footer start*/
footer{
  width:100%;
    position:relative;
    border-top:1px solid #999999;
    bottom:0;
    background-color: #333333;
    color: #FFF;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
   margin: 50px 0 0 0;
   letter-spacing: 1px;
}

footer ul{
  list-style-type: none;
    display: inline-block;
    margin: 0;
    padding-right: 25px;
}

footer a{
    color: #999999;
}

.foot-box{
  box-sizing: border-box;
    width: 100%;
    padding: 25px 0px;
}

.foot-box a{
  font-size: 11px;
}

.foot-title{
  font-weight: bold;
    font-size: 12px;
    padding: 0 10px;
    border-bottom: 1px solid #999999;
}

.foot-box-sns{
  margin: 0 auto;
}

#foot-left .foot-box-sns li{
    padding-left:0;
}

#foot-left  .foot-box-sns img{
  width:25px;
    height:25px;
}


#foot-left{
  display: inline-block;
  margin: 0;
    padding: 50px;
}

#foot-left ul{
  margin: 0;
    padding: 10px 0 0 10px;
}

#foot-right{
  display: inline-block;
  margin: 0;
    padding: 50px;
}

.foot-content{
  padding-left: 10px;
}

.foot-content h2{
  font-weight: normal;
    margin: 15px 0 5px 0;
    font-size: 11px;
}

.foot-content p{
  margin: 10px 0;
    padding 0;
    font-size: 11px;
}

.foot-title p{
    display: inline-block;
}


.foot-sns li{
    display: inline-block;
  margin-right:10px;
}

.foot-sns img{
  width:25px;
   height:25px;
}

.foot-detail{
  float: right;
    font-size: 12px;
}

.foot-content ul{
  margin: 0;
   padding: 0;
}

.foot-content ul li {
  display: inline-block;
}

.foot-content ul li img{
  width: 25px;
    height: 25px;
}

#foot-up {
  background-color: white;
    color: #464e54;
    padding: 0 50px 0;
}

#foot-up ul{
    margin: 0;
    padding: 10px 0 0 10px;
}

#foot-up a{
  margin: 10px 0;
    padding 0;
    font-size: 11px;
}

/* footer end*/

  /* headerの高さ分調整*/
  .header-margin-top{
    margin-top: 124px; /* headerの高さで調整 */
  }
  
  /* フリーページ用*/
  .free-page-box{
    width: 80%;
    margin: 174px auto 0;
    letter-spacing: 1px;
  }

/* media query*/
@media (max-width: 980px) {
  /* デバイスサイズ 980px以下に適用 */

}

@media (max-width: 768px) {
  /* デバイスサイズ 768px以下に適用 */
  #head-content-sp{
    box-sizing: border-box;
    height: 70px;
    border: 1px solid #dcdcdc;
    background-color: #B6CE60;
  }
  
  #head-logo-sp{
    width:18px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 15px auto;
  }

  #head-logo-sp img{
    width: 18px;
    height: 38px;
  }
  
  #foot-left{
    padding: 25px 50px 0;
  }
  
  #foot-right{
    padding: 25px 50px;  
  }
  
  /* スマホ用 headerの高さ分調整*/
  .header-margin-top{
    margin-top: 70px; /* headerの高さで調整 */
  }
  
  /* スマホ用 フリーページ用*/
  .free-page-box{
    width: 80%;
    margin: 120px auto 0;
    letter-spacing: 1px;
  }
  
}

/* /media query*/


/*  default preference */
html{
height:100%
}

body {
  overflow-x:hidden;
  height:100%;
  min-height:100%;
  width:100%;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

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

/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/* google map*/
#googlemap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * temp
 */

/* 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;}

/* 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_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 #dcdcdc; }
.bor_r_1 { border-right: 1px solid #dcdcdc; }
.bor_b_1 { border-bottom: 1px solid #dcdcdc; }
.bor_l_1 { border-left: 1px solid #dcdcdc; }

/* 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); }
}

/*  default preference */
