@charset "euc-jp";

@import url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.2/css/swiper.min.css");

body {
  background-color: #fff;
  color: #000;
}
a {
  color: #000;
  text-decoration: underline;
  transition: all .3s;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
img.kadomaru-6 {
  border-radius: 6px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*--------------------------------------
   Header
*/
#header {
  padding: 15px 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
@media (max-width: 480px) {
  #header {
    padding: 10px 0;
  }
}
#header-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
/* left */
.header-left {
  padding-top: 60px;
  /*background: #eee;*/
}
.header-left h1 {
  margin: 0;
  padding: 0;
}
/* center */
.header-center {
  text-align: center;
}
.header-center a.logo {
  display: inline-block;
  width: 160px;
  height: 160px;
  background: url("https://img21.shop-pro.jp/PA01381/649/etc/logo.png") center center no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .header-center a.logo {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .header-center a.logo {
    width: 80px;
    height: 80px;
  }
}
/* right */
.header-right {
  padding-top: 60px;
}
.header-right select {
  border-color: #999;
  border-radius: 0;
  font-size: 12px;
  height: 35px;
}
.header-right .keyword-wrap {
  display: table-row;
}
.header-right .keyword-wrap div:nth-child(1) {
  display: table-cell;
  width: 90%;
}
.header-right .keyword-wrap div:nth-child(1) input {
  width: 100%;
  height: 25px;
  border: 1px solid #999;
  border-radius: 0;
}
.header-right .keyword-wrap div:nth-child(2) {
  display: table-cell;
  width: 35px;
  padding-left: 20px;
}
.header-right .keyword-wrap div:nth-child(2) .btn {
  border-color: #999;
  border-radius: 0;
  height: 35px;
  background: #fff;
}
/* global navi */
.global-navi {
  padding-top: 15px;
  text-align: center;
}
.global-navi a {
  display: block;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background: #fff;
  font-size: 13px;
  text-decoration: none;
  height: 31px;
  line-height: 31px;
}
.global-navi a:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .global-navi {
    display: none;
  }
  .global-navi a {
    border-bottom: none;
  }
  .global-navi div:last-child a {
    border-bottom: 1px solid #666;
  }
}
/* hamburger button */
.hamburger {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #666;
  cursor: pointer;
  padding-top: 17px;
}
.hamburger span {
  display: block;
  width: 26px;
  height: 1px;
  background: #000;
  margin: 0 auto 6px;
}
.hamburger span:last-child {
  margin-bottom: 0;
}
/* right */
.header-right {
  padding-left: 5px;
}

/*--------------------------------------
  tool box
*/
#tool-box {
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 305px;
  height: 60px;
}
/* close box */
.closed-box {
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 60px;
  background: #000;
  cursor: pointer;
  color: rgba(255,255,255,.5);
  transition: all .3s;
}
@media (max-width: 768px) {
  .closed-box {
    right: 0;
  }
}
.closed-box:hover {
  color: rgba(255,255,255,1);
}
.closed-box:before {
	content: "\f053";
	font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 16px;
  left: 23px;
}
/* open box */
.opened-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 305px;
  height: 60px;
  background: #fff;
}
@media (max-width: 768px) {
  .opened-box {
    right: -183px;
  }
}
.opened-box * {
  box-sizing: border-box;
}
.opened-box ul {
  margin: 0;
  list-style-type: none;
}
.opened-box ul li {
  font-size: 9px;
  float: left;
  width: 60px;
  height: 60px;
  margin-left: 1px;
  background: #000;
  text-align: center;
  color: #fff;
}
.opened-box ul li:nth-child(1) {
  background: #ddd;
  color: #D80000;
  font-size: 10px;
  padding-top: 7px;
}
/*.opened-box ul li:nth-child(2) {
  background: #999;
  line-height: 1;
  padding-top: 10px;
}
.opened-box ul li:nth-child(2) div {
  font-size: 30px;
  font-weight: bold;
}*/
.opened-box ul li a:before {
	font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 0;
  line-height: 1;
  display: inline-block;
  width: 100%;
}
.opened-box ul li:nth-child(2) a:before {
  content: "\f07a";
}
.opened-box ul li:nth-child(3) a:before {
  content: "\f007";
}
.opened-box ul li:nth-child(4) a:before {
  content: "\f0e0";
}
.opened-box ul li a {
  color: #fff;
  text-decoration: none;
  padding: 37px 0 0;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
}
.opened-box ul li a:hover {
  color: #fff;
}
.opened-box .close-btn {
  float: right;
  background: #000;
  width: 60px;
  height: 60px;
  padding: 15px 0 0 15px;
}
.opened-box .close-btn img {
  cursor: pointer;
  background: rgba(255,255,255,.5);
  transition: all .3s;
}
.opened-box .close-btn img:hover {
  background: rgba(255,255,255,1);
}
.opened-box .in-cart {
  position: absolute;
  top: 60px;
  right: 0;
  width: 305px;
  background: #fff;
  color: #000;
  font-size: 12px;
  display: none;
}
.opened-box .in-cart .name {
  float: left;
  width: 243px;
  margin: 1px 0 0 1px;
  padding: 0 10px;
  background: #ddd;
  height: 29px;
  line-height: 29px;
  white-space: nowrap;
  overflow: hidden;
}
.opened-box .in-cart .pnum {
  float: left;
  width: 60px;
  margin: 1px 0 0 1px;
  background: #ddd;
  height: 29px;
  line-height: 29px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

/*--------------------------------------
  swiper content slider
*/
.swiper-container {
    width: 100%;
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23eeeeee'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23eeeeee'%2F%3E%3C%2Fsvg%3E") !important;
}

/*--------------------------------------
   layout
*/
#wrapper {
  max-width: 1170px;
  padding-top: 15px;
}
@media (max-width: 480px) {
  #wrapper {
    padding-top: 20px;
  }
}

/*--------------------------------------
  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;
  }
.history-block h2 {
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

/*--------------------------------------
  side
*/
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
.side-content-list {
  font-size: 12px;
}
.side-content-list .bor_t_1,
.side-content-list .bor_b_1 {
  border-color: #999;
}
.side-content-list li {
  position: relative;
  font-size: 12px;
  padding-left: 20px;
}
.side-content-list li:before {
  position: absolute;
  top: 5px;
  left: 0;
	font-family: FontAwesome;
  content: "\f0f4";
  font-size: 16px;
}
.side-content-list li a {
  text-decoration: none;
}
.side-content-list li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  #side .side-category, #side .side-group {
    display: none;
  }
}

/*--------------------------------------
  footer
*/
#footer {
  width: 100%;
  border-top: 1px solid #999;
  padding: 0 0 30px;
}
.footer-wrap {
  max-width: 1170px;
}
.scrollup-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #999;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  color: #666;
  background: rgba(255,255,255,.9);
  display: none;
}
.scrollup-btn i {
  line-height: 46px;
}

/*--------------------------------------
  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_11 { font-size: 11px; }
.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; }
@media (max-width: 480px) {
  .mar_5 { margin: 2.5px; }
  .mar_t_5 { margin-top: 2.5px; }
  .mar_r_5 { margin-right: 2.5px; }
  .mar_b_5 { margin-bottom: 2.5px; }
  .mar_l_5 { margin-left: 2.5px; }
  .mar_t_10 { margin-top: 5px; }
  .mar_r_10 { margin-right: 5px; }
  .mar_b_10 { margin-bottom: 5px; }
  .mar_l_10 { margin-left: 5px; }
  .mar_t_20 { margin-top: 10px; }
  .mar_r_20 { margin-right: 10px; }
  .mar_b_20 { margin-bottom: 10px; }
  .mar_l_20 { margin-left: 10px; }
  .mar_t_30 { margin-top: 15px; }
  .mar_r_30 { margin-right: 15px; }
  .mar_b_30 { margin-bottom: 15px; }
  .mar_l_30 { margin-left: 15px; }
  .mar_t_50 { margin-top: 25px; }
  .mar_r_50 { margin-right: 25px; }
  .mar_b_50 { margin-bottom: 25px; }
  .mar_l_50 { margin-left: 25px; }
}

/* 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 */
  .container {
      padding: 0 15px;
  }
  #contents, #side {
    padding-left: 0;
    padding-right: 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); }
}
