@charset "euc-jp";

body {
  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 {
  width: 960px;
}

/*
 * contents
 */


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

#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;
}

/*
 * 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;}
.txt_b {font-weight: bold;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

.bgc_pink {
  background-color: #f57a7b;
  color: #FFF;
}


/* 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 */
  #wrapper {
    width: calc(100% - 40px) !important;
  }
  #base_gmoWrapp,
  #gmo_CMSPbar {
    min-width: 100% !important;
    width: 100% !important;
  }
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
/*
  #wrapper {
    width: calc(100% - 20px) !important;
  }
  .container {
      padding: 0 10px;
  }
*/

}

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


/* ***************************************************
 * 追加したCSS
 * *************************************************** */


a:link { color: #000000;text-decoration:none; }
a:visited { color: #000000;text-decoration:none; }
a:hover { color: #ff0000;text-decoration:underline; }
a:active { color: #ffff00;text-decoration:underline; }


/* 
 * ヘッダー
 */


#header {
  margin-bottom: 10px;
}

#header .menu_s {
  text-align: right;
  margin-bottom: 0;
}

#header .btn_wrap {
  float: right;
}

#header .menu_s li {
  display: inline-block;
  margin-left: 15px;
}

.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow::before{
  left: 4px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
}

#header .logo {
  width: 246px;
  float: left;
  margin-top: -10px;
}

#header .bnr_header {
  width: 350px;
  float: left;
  margin-top: -10px;
  margin-left: 40px;
}


#header .btn {
  display: inline-block;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 32px 0 0;
  margin-top: 5px;
  margin-left: 10px;
  border: none;
}

#header .user {
  vertical-align: bottom;
  line-height: 3.2rem;
  font-weight: 600;
}

#header .btn_login {
  width: 5rem;
  color: #F58700;
  background: #FFF url(https://img21.shop-pro.jp/PA01410/791/etc/icon_login.png?cmsp_timestamp=20180131104239) no-repeat 50% 4px;
  background-size: 30px;
  border: solid 1px #F58700;
}

#header .btn_cart {
  width: 5rem;
  color: #FFF;
  background: #F58700 url(https://img21.shop-pro.jp/PA01410/791/etc/icon_cart.png?cmsp_timestamp=20180131103714) no-repeat 50% 4px;
  background-size: 30px;
  border: solid 1px #F58700;
}

#header .btn_contact {
  width: 6rem;
  color: #F58700;
  background: #FFD773 url(https://img21.shop-pro.jp/PA01410/791/etc/icon_contact.png?cmsp_timestamp=20180131104605) no-repeat 50% 4px;
  background-size: 30px;
  border: solid 1px #FFD773;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* 
 * gnav
 */

 #gnav {
  margin: 0;
}

#gnav li {
  list-style-type: none;
  width: 33%;
  float: left;
}

#gnav li a {
  font-weight: bold;
  font-size: 16px;
  display: block;
  line-height: 3.4em;
  text-align: center;
  border-bottom: solid 3px #ECECEC;
}

@media (min-width: 769px){

#gnav li.current a {
  border-bottom: solid 3px #F58700;
}

#gnav li a:hover {
  text-decoration: none !important;
  border-bottom: solid 3px #F58700;
}
}

/* 
 * サイド
 */


#side {
  padding-right: 0;
  padding-left: 0;
}

#side h3 {
  margin: 0;
}

#side .bar_search {
  background: #F58700;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 400;
  color: #FFF;
  height: 2rem;
  line-height: 2.1rem;
}

#side .search {
  background-color: #F2F2F2;
  padding: 1px 0;
}

#side .search_form {
  background-color: #FFF;
  margin: 5%;
  border: 1px #CCC solid;
}

#side .search_form input {
  vertical-align: top;
  margin: 0px;
  box-sizing: border-box;
  background-color: transparent;
}

#side .search_form {
  border-radius: 3px;
  position: relative;
}

#side .search_input {
  border: none;
  width: 100%;
  height: 2rem !important;
  line-height: 2rem;
  padding-left: 6px;
  padding-right: 30px;
}

#side .search_submit {
  position: absolute;
  top: 6px;
  right: 0;
  width: 30px;
  border: none;
  padding: 0;
  background-image: url(https://img21.shop-pro.jp/PA01410/791/etc/icon_search.png?cmsp_timestamp=20180129114433);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

#side label {
  display: block;
  background: #FFD773;
  padding: 12px 10px 10px 10px;
  margin-bottom: 0;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
}

#side .accordion:checked + .cate_s {
  height: auto;
  opacity: 1;
}

#side input.accordion {
  display: none;
}

#side .cate_s {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  background: #F2F2F2;
  margin-bottom: 1px;
}

#side .cate_s .inner {
  padding: 10px;
}

#side .cate_s li {
  display:inline-block;
  width: 100%;
}

#side .cate_s li a {
  position: relative;
  display: block;
  background: #FFF;
  padding: 10px 25px 10px 10px;
  font-size: 0.8rem;
}

#side .cate_s li a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 11px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #FFD773;
}

#side .cate_s li a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #FFF;
}

#side .bar {
  color: #F58700;
  background: #FFF;
  font-size: 1.05rem;
  font-weight: 500;
  border-top: 3px solid #F58700;
  border-bottom: 1px solid #F58700;
  text-align: center;
  height: 2.6rem;
  line-height: 2.6rem;
}

#side .news li {
  border-bottom: dashed 1px #999;
  padding: 0.85rem;
}

/* 
 * フッター
 */

.footer_contact {
  background: #F58700;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 50px;
}

.footer_contact .bnr {
  width: 340px;
  max-width: 100%;
}

.footer_contact .txt1 {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
}

.footer_contact .txt2 p {
  display: inline-block;
  width: 260px;
  color: #FFF;
  margin: 0;
}

.footer_contact .txt2 p img {
  Width: 220px;
}

.footer_contact .txt3 {
  display: inline-block;
  width: 260px;
  height: 3.8rem;
  border-radius: 5px;
  line-height: 3.8rem;
  vertical-align: top;
  background: #FFF;
  text-align: center;
  margin: 0 0 5px;
  padding: 0 1rem;
  color: #F58700;
  font-size: 1.15rem;
  font-weight: 600;
}

#footer {
  background: #F2F2F2;
  padding-top: 30px;
  padding-bottom: 20px;
}

#footer address {
  margin-bottom: 0;
}





/* ***********************************
 * トップページ
 ************************************* */

/* 
 * スライドのカスタム上書き
 */

#slider img {display: none;}

.bx-wrapper {
    margin-bottom: 60px !important;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
}

.bx-wrapper .bx-pager {
	color: #CCC !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #CCC !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #F58700 !important;
}

/* スライドのカスタム上書き　ここまで　 */

.bar_top {
  color: #F58700;
  background: #FFF;
  font-size: 1.05rem;
  font-weight: 500;
  border-top: 3px solid #F58700;
  border-bottom: 1px solid #F58700;
  text-align: center;
  height: 2.6rem;
  line-height: 2.6rem;
  margin: 0;
}

.news_top li {
  border-bottom: dashed 1px #999;
  padding: 0.85rem;
}


.h_top {
  color: #000;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 3rem;
  display: inline-block;
  border-bottom: solid 1px #F58700;
  padding: 0 15px 0 58px;
}

.h_news {
  background: url(https://img21.shop-pro.jp/PA01410/791/etc/icon_new_arrivals.png?cmsp_timestamp=20180201193255) 10px 50% no-repeat;
  background-size: 35px;
}

.h_osusume {
  background: url(https://img21.shop-pro.jp/PA01410/791/etc/icon_new_arrivals.png?cmsp_timestamp=20180201193255) 10px 50% no-repeat;
  background-size: 35px;
}

.h_ranking {
  background: url(https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking.png?cmsp_timestamp=20180201193823) 10px 50% no-repeat;
  background-size: 35px;
}

.h_recent {
  background: url(https://img21.shop-pro.jp/PA01410/791/etc/icon_check.png?cmsp_timestamp=20180201195121) 10px 50% no-repeat;
  background-size: 35px;
}

.h_together {
  background: url(https://img21.shop-pro.jp/PA01410/791/etc/icon_check.png?cmsp_timestamp=20180201195121) 10px 50% no-repeat;
  background-size: 35px;
}

@media (max-width: 480px){
  .h_together {
    font-size: 1rem;
  }
}

@media (min-width: 769px) {
  .recommend-unit:nth-of-type(3n+1) {
      clear: left;
  }
  .seller-unit:nth-of-type(4n+1) {
      clear: left;
  }
  .history-unit:nth-of-type(4n+1) {
      clear: left;
  }
  .together-unit:nth-of-type(3n+1) {
      clear: left;
  }
}

@media (min-width: 481px) and (max-width: 768px){
  .seller-unit:nth-of-type(3n+1) {
      clear: left;
  }
  .history-unit:nth-of-type(3n+1) {
      clear: left;
  }
}

@media (max-width: 480px){
  .recommend-unit:nth-of-type(2n+1) {
      clear: left;
  }
  .seller-unit:nth-of-type(2n+1) {
      clear: left;
  }
  .history-unit:nth-of-type(2n+1) {
      clear: left;
  }
  .together-unit:nth-of-type(2n+1) {
      clear: left;
  }
}

.ranking li .bor_1 {
  border: 1px solid #EEE;
  position: relative;
}

.ranking li .bor_1::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 10px;
  width: 26px;
  height: 45px;
  margin-top: -5px;
}

.ranking li:nth-of-type(1) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking01.png?cmsp_timestamp=20180201202455") top left no-repeat;
  background-size: 26px 45px;
}

.ranking li:nth-of-type(2) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking02.png?cmsp_timestamp=20180201202925") top left no-repeat;
  background-size: 26px 45px;
}

.ranking li:nth-of-type(3) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking03.png?cmsp_timestamp=20180201202502") top left no-repeat;
  background-size: 26px 45px;
}

.ranking li:nth-of-type(4) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking04.png?cmsp_timestamp=20180201202508") top left no-repeat;
  background-size: 26px 45px;
}

.ranking li:nth-of-type(5) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking05.png?cmsp_timestamp=20180201202515") top left no-repeat;
  background-size: 26px 45px;
}

.ranking li:nth-of-type(6) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking06.png?cmsp_timestamp=20180201202521") top left no-repeat;
  background-size: 26px 45px;
}

.ranking li:nth-of-type(7) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking07.png?cmsp_timestamp=20180201202528") top left no-repeat;
  background-size: 26px 45px;
}

.ranking li:nth-of-type(8) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking08.png?cmsp_timestamp=20180201202535") top left no-repeat;
  background-size: 26px 45px;
}

.ranking li:nth-of-type(9) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking09.png?cmsp_timestamp=20180201202541") top left no-repeat;
  background-size: 26px 45px;
}

.ranking li:nth-of-type(10) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking10.png?cmsp_timestamp=20180201202547") top left no-repeat;
  background-size: 26px 45px;
}

.ranking li:nth-of-type(11) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking11.png?cmsp_timestamp=20180329174136") top left no-repeat;
  background-size: 26px 45px;
}

.ranking li:nth-of-type(12) .bor_1::before {
  background: url("https://img21.shop-pro.jp/PA01410/791/etc/icon_ranking12.png?cmsp_timestamp=20180329174148") top left no-repeat;
  background-size: 26px 45px;
}



/* ***********************************
 * 商品一覧ページ
 ************************************* */

.btn_sub_list{
  padding: 5px 10px;
}

.btn_sub_list a {
  background-color: #FFF;
  border: solid 3px #F58700;
  display: block;
  color: #F58700;
  font-weight: 600;
  padding: 10px;
  border-radius: 6px;
}

@media (min-width: 481px){
  .productlist-unit:nth-of-type(3n+1) {
      clear: left;
  }
}

@media (max-width: 480px){
  .productlist-unit:nth-of-type(2n+1) {
      clear: left;
  }
}

/* ***********************************
 * 商品詳細ページ
 ************************************* */


.product-contents {
  padding: 0 !important;
}

span.baika {
  font-size: 1.1em;
  color: #666666;
}

span.teika {
  font-size: 0.9em;
  text-decoration: line-through;
}

span.price_off {
  color: #CC0000;
  font-weight: bold;
}


/* ***********************************
 * 2ndページ　見出しデザイン
 ************************************* */

.list_page {
  padding-top: 1.5em;
}

.list_page h2,
.privacy_page h2,
.company_page h2,
.product_page h2.cate_heading,
h2.product_detail,
#delivery h2,
#payment h2,
#info h2 {
  background: url(https://img21.shop-pro.jp/PA01410/791/etc/line_pattern.gif?cmsp_timestamp=20180216195425) repeat-x 0 0; 
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  border-bottom: solid 1px #F7931E !important;
}

.privacy_page h3 {
  background-color: #F7931E;
  color: #FFFFFF;
  padding: 3px 15px 0;
  border-radius: 5px;
}

#info dt {
  background-color: #FFD773;
  color: #F7931E;
  margin-right: 12px;
  padding: 7px 10px;
  border-radius: 5px;
}


/* テーブルデザイン */

.tbl_01 {
  width: 100%;
}

.tbl_01 th {
  padding: 25px 15px;
  vertical-align: center;
  text-align: left;
  color: #F7931E;
  border-bottom: solid 1px #F7931E;
}

.tbl_01 td {
  padding: 25px 15px;
  border-bottom: solid 1px #CCCCCC;
}






/* ***********************************
 * 共通&bootstrap
 ************************************* */

.clear_b {
  clear: both;
}

.bor_1 {
  border: 1px solid #EEE;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.w100p {
  width: 100%;
  margin-bottom: 20px;
}

.w330 {
  width: 330px;
  margin-bottom: 20px;
}

.w212 {
  width: 212px;
  margin-bottom: 20px;
}

.w230 {
  width: 230px;
}

.w345 {
  width: 345px;
}

.gutter22 {
  margin-left: -11px !important;
  margin-right: -11px !important;
}

.pad_11 {
  padding: 11px !important;
}

.gutter20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.gutter40 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

@media (min-width: 769px){
  .gutter20 .pad_10 {
    padding: 10px !important;
  }
}


.list_price {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  color: #666;
}

.regular_price {
  font-weight: 400;
  text-decoration: line-through;
}


@media (min-width: 769px){
  .sp_only {
    display: none;
  }
}

@media (max-width: 768px){
  .pc_only {
    display: none;
  }
}


/* ***********************************
 * レスポンシブ
 ************************************* */

@media (min-width: 769px){
  .col-lg-3 {
    font-size: 90%;
  }
}

@media (min-width: 481px) and (max-width: 768px){
  .col-lg-3 {
    font-size: 90%;
  }
  .col-lg-4 {
    font-size: 90%;
  }
}

@media (max-width: 768px){

  #gnav {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  #gnav li {
    width: 50%;
  }
  
  #gnav li a,#gnav li:first-child a {
    padding-top: 4px;
    font-size: 12px;
    line-height: 2.5em;
    border-bottom: solid 1px #ECECEC;
  }

  #gnav li a,#gnav li:nth-child(2n) a {
    border-left: solid 1px #ECECEC;
  }

  .w100p {
    width: 100%;
    padding: 10px 0 10px;
    margin-bottom: 0;
  }

  .w330 {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
  }

  .w330_wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .w212 {
    width: 100%;
    padding: 8px;
    margin-bottom: 0;
  }

  .w212_wrap {
    margin-left: -8px;
    margin-right: -8px;
  }

  .footer_contact.flex {
    display: block;
  }

  .footer_contact .txt2 p, .footer_contact .txt3 {
    margin-bottom: 15px;
  }

  #header {
    margin-bottom: 0;
  }

  #header .logo {
    width: 154px;
    margin: 0 0 10px -10px;
  }

  #header .bnr_header {
    float: right;
    width: 135px;
    margin: 8px -12px 0 0;
  }

  #header .btn_wrap {
    float: none !important;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  #header .user {
    display: inline-block;
    float: left;
    width: 100%;
    line-height: 2rem;
    border-top: solid 1px #F58700;
    text-align: center;
  }

  #header .btn {
    display: inline-block;
    float: left;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    border-left: none;
    border-right: none;

  }

  #header .btn_login {
    width: 33%;
  }

  #header .btn_cart {
    width: 33%;
  }

  #header .btn_contact {
    width: 34%;
  }

  .slider {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }

  #slider div {
    width: 100% !important;
  }

}

@media (max-width: 480px){

  .footer_contact .txt1 {
    font-size: 1.1rem;
  }

  .footer_contact .txt3 {
    width: calc(100% - 32px);
  }

  .footer_contact .bnr {
    width: 100%;
  }
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.subcategorylist_lists {
  font-size: 12px;
  margin-top: 40px;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
}
.subcategorylist_list a {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #F58700;
}