@charset "euc-jp";

body {
  background-color: #f7f0ea;
  background-image: url();
  color: #333333;
  font-size: 16px;
}
a {
  color: #80273f;
}
a:hover {
  color: #80273f;
}

/*
 * layout
 */
.container {
  width: 100%;
}

/*
 * header
 */
#header {
  max-width: 1220px;
  padding: 0 30px;
  margin: 0 auto 10px;
}
#header .row{
  align-items:center;
  display:flex;
  justify-content:space-between;
}
#header .row:before,#header .row:after{
  content:none;}

#header .slide_menu ul li {
	padding: 0 12px;
}

#header .slide_menu ul li a {
	border-bottom: 1px solid #f7f0ea;
	padding-bottom: 5px;

}

#header .slide_menu ul li a:hover,
#header .slide_menu ul li a.active {
	text-decoration: none;
	border-color: #80273f;
}


.home-header {
  display: none;
}

/*
 * main
 */
#main {
  max-width: 1080px;
  padding: 0 30px;
}

/*
 * contents
 */

#contents {
  padding-right: 50px;
}

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

/*
 * side
 */

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

#side .title {
  margin-top: 0;
  padding: 50px 0 0 60px;
  background: url(https://img21.shop-pro.jp/PA01425/142/etc/icon.png?cmsp_timestamp=20181203110615) no-repeat 0 bottom;
  background-size: 46px 78px;
}

#side ul li a.active {
	text-decoration: underline;
}

/*
 * footer
 */
#footer {
  background-color: #ddccbf;
}

#footer .footer-inner {
  max-width: 1220px;
  padding: 0 30px;
  margin: 0 auto;
}

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

/* 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 (min-width: 769px) {
  /* 769px~ */
  #footer .footer-inner .shopinfo .shopinfo_logo {
    padding: 0;
    width: 22%;
  }
  
  #footer .footer-inner .shopinfo .shopinfo_address {
    padding: 0 3%; 
    width: 31%;
  }
  
  #footer .footer-inner .shopinfo .shopinfo_comment {
    padding: 0 0 0 2%;
    border-left: 1px solid #333;
    width: 45%;
  }
}

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

  /*
   * contents
   */
  #contents {
    padding: 0;
  }

}
@media (max-width: 768px) {
  /* ~768px */

  /*
   * layout
   */
  .container {
    padding: 20px 0 0;
  }
  
  /*
   * header
   */
  #header {
    max-width: 100%;
    padding: 0 20px;
  }

  #header .header-logo {
    max-width: 250px;
  }

  #header ul.txt_r {
    text-align: center;
  } 

  #header ul.inline li {
    display: block;
    padding: 10px 0;
  }

  /* ______ ハンバーガーメニュー ______ */

  .nav-box {
    right: 20px;
    top: 25px;
    width: 30px;
    height: 20px;
    position: absolute;
  }

  .nav_icon { 
    z-index:10;
    position:relative;
  }

  .nav_icon a {
    width:100%;
    height:100%;
    display: -webkit-flex;/* Safari */
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-align-items: center; /* Safari */
    align-items: center;
  }

  /*オプション*/
  .n_right{
    position:fixed;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 30px;
    height: 20px;
  }

  .menu-trigger span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }

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

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

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

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }

  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }

  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  .slide_menu {
    z-index: 5;
    background-color: #F7F0EA;
    width: 100%;
    min-height: 100%;
    top: -10000px;
    display: -webkit-flex;/* Safari */
    display: flex;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    -webkit-flex-direction: column;/* Safari */
    flex-direction: column;
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    margin: 0 -20px;
  }

  .slide_menu.active{
    -moz-transform: translateY(10000px);
    -webkit-transform: translateY(10000px);
    transform: translateY(10000px);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    background-color: #F7F0EA;
    padding: 0;
  }
  
  /*
   * main
   */
  #main {
    max-width: 100%;
    padding: 0 20px;
  }

  /*
   * contents
   */
  #contents {
    padding-right: 0;
  }

  /*
   * footer
   */
  #footer {
    padding: 20px 0;
  }

  #footer .footer-inner {
    max-width: 100%;
    padding: 0 20px;
  }

  #footer .footer-inner .shopinfo .shopinfo_logo {
    width: 290px;
    margin: 0 auto 20px;
    float: none;
  }

  #footer .footer-inner .shopinfo .shopinfo_address {
    margin-bottom: 20px;
  }

  #footer .footer-inner .shopinfo .shopinfo_comment {
    border-top: 1px solid #333;
    padding: 20px 0 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); }
}

/*商品一覧*/
.productlist-unit {
  background-color: #fff;
}

.product-info {
  padding: 15px;
}

.product-name {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-name span{
	color: #333;
	display: block;
	font-weight: normal;
	font-size: 0.8rem;
}
.product-name span:hover{
  text-decoration:none;
  cursor:default;
}

@media (min-width: 481px) {
  /* 481px~ */
  .productlist-row {
    margin: 0 -1%;
  }
  
  .col-lg-4.productlist-unit {
    width: 31.3333333%;
    margin: 0 1% 20px;
    padding: 0;
  }

}

/*年齢認証*/
.modal {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 100px;
  left: 50%;
  width: 792px;
  margin-left: -396px;
  background-color: #FFF;
  text-align: center;
  border: 1px solid #80273f;
  padding: 60px 0;
}

.modal_logo {
  width: 290px;
  margin: 0 auto 20px;
}

.modal_comment {
  font-weight: bold;
  line-height: 1.8; 
  margin-bottom: 20px;
}

.modal_q {
  color: #80273f;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}

.modal_btn {
  margin-bottom: 25px;
}

.modal_btn li {
  margin: 0 15px 10px;
}

.modal_btn .close_modal,
.modal_btn a {
  display: inline-block;
  width: 254px;
  background-color: #80273f;
  border: 2px solid #80273f;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #D6C0AF;
  -webkit-box-shadow: 2px 2px 2px #D6C0AF;
  -moz-box-shadow: 2px 2px 2px #D6C0AF;
  transition: .4s;
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
}

.modal_btn .close_modal {
  cursor: pointer;
}

.modal_btn .close_modal:hover,
.modal_btn a:hover {
  background-color: #fff;
  border: 2px solid #80273f;
  color: #80273f;
  text-decoration: none;
}

.modal_note {
  font-size: 12px;
  margin-top: 10px; 
}

@media (max-width: 980px) {
  .modal {
    width: 666px;
    margin-left: -333px;
  }
}

@media (max-width: 768px) {
  .modal {
    width: 90%;
    margin-left: -45%;
  }
}

@media (max-width: 480px) {
  .modal {
    top: 50px;
    padding: 30px 0;
  }

  .modal_logo {
    width: 260px;
  }

  .modal_q {
    font-size: 20px;
  }

  .modal_btn li {
    margin: 0 auto 10px;
  }
}