@charset "euc-jp";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*
 * common
 */
body, div, dl, dt, dd, menu, ul, ul li, ol, ol li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
  text-align:justify;
  margin: 0;
  padding: 0;
}
html {
  line-height:1.5;
  overflow-y: scroll;
}
body {
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  border: rgba(0,0,0,0.15) solid 1px;
  padding: 1rem;
}
th {
  white-space: nowrap;
}
img {
  vertical-align: top;
  max-width: 100%;
  margin:0 auto;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
ul li, ol li, menu li {
  list-style-type: none;
}
img, abbr, acronym, fieldset {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: rgba(0,0,104,1.00);
}
a:hover {
  color: rgba(255,104,0,1.00);
  text-decoration: none;
}





/*
 * layout
 */

#wrapper {
  position: relative;
}

.container {
}

/* common */
.heading {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 0.85rem 0.35rem;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid rgba(0,0,0,0.65);
}

.lists {
  margin: 0;
}
.list {
  border-top: 1px solid rgba(0,0,0,0.15);
  font-weight: normal;
}
.list:first-child {
  border-top: none;
}
.list_link {
  padding: 0.65rem;
}
.list_link_name {
  display: block;
  padding-right: 2rem;
}
.sale:before {
  content:url(https://img.shop-pro.jp/img/new/icons24.gif);
}
.pricedown:before {
  content:url(https://img.shop-pro.jp/img/new/icons35.gif);
}
.list_link_img {
  margin-bottom: 0.5rem;
}
.list_icon_arrow {
  float: right;
  margin-right: 1rem;
}

.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.65;
}
.item_name {
  padding-top: 0.65rem;
}
.item_regular_price {
  font-size:0.65rem;
  text-align:right;
  margin:0.35rem 0 0 0;
}
.item_regular_price:before {
  content:"Äê²Á¡§";
}
.item_through_price {
  font-size:0.65rem;
  text-align:right;
}
.item_through_price:before {
  content:"ÄÌ¾ï²Á³Ê¡§";
}
.item_price {;
  color:rgba(240,0,0,1.00);
  font-weight: bold;
  text-align:right;
  margin:0.35rem 0 0 0;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #ffffff;
  background:#cf0400;
  padding:0.35rem 0.65rem;
}

/*
.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
}
*/

/*
.rank_box_color_1 {
  background-color: #dccc18;
}
.rank_box_color_2 {
  background-color: #bab9c1;
}
.rank_box_color_3 {
  background-color: #e18961;
}
*/

/*
.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}
*/

/*
.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}
*/

/*
 * header
 */
#header {
  box-shadow:0 -0.25rem 0.25rem rgba(0,0,0,0.05) inset;
  background: rgba(248,248,248,1.00);
}

.header_top {
  width: 100%;
  height: 2.85rem;
  position: absolute;
  top: 0;
  background:rgba(0,0,104,1.00);
  z-index: 10;
}

.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}

.search_form {
  margin: 0;
  padding-top: 0.5rem;
  float: left;
}

.search_select {
  width: 12rem;
  border: 1px solid rgba(0,0,0,0.35);
  font-size: 0.75rem;
}

.search_box {
  width: 12rem;
}

.btn_search {
  padding: 2px 4px;
  border: 1px solid rgba(16,16,16,1.00);
}
/*
.btn_search i {
  vertical-align: -35%;
}
*/

.header_nav_headline {
  text-align: right;
  font-size: 0.75rem;
  margin-top: 0.65rem;
  letter-spacing: 0.1em;
  float: right;
}
.header_nav_headline li a i {
  vertical-align: -40%;
}
.header_nav_headline li a {
  color: rgba(255,255,255,1.00);
  margin-right: 0.5rem;
}
.header_nav_headline li a:hover {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
}
.header_nav_headline .headline_viewcart {
  padding-left: 1rem;
  border-left: 1px solid rgba(255,255,255,1.00);
}

.header_mid {
  width: 100%;
  height: 2.15rem;
  border-bottom: 1px solid rgba(0,0,0,0.35);
  position: absolute;
  top: 2.85rem;
  background-color: rgba(255,255,255,1.00);
  z-index: 9;
}

.header_mid_cmspbar {
  position: fixed;
}

.header_mid_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.header_nav_global {
  font-size: 0.75rem;
  margin-top: 0.35rem;
}
ul.header_nav_global > li {
  padding: 0 0.25rem 0 0;
}
.header_nav_global li a i {
  vertical-align: -40%;
}
.header_nav_global li a {
}
.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background: rgba(0,0,104,1.00);
  border: 1px solid rgba(0,0,0,0.35);
  position: absolute;
  top: 2.15rem;
  left: -1px;
  padding: 0;
}

.header_nav_global_box_heading {
  color: rgba(255,255,255,1.00);
  font-size: 0.75rem;
  margin: 0;
  padding-top: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.header_nav_global_box_detail {
  background-color: rgba(255,255,255,1.00);
  padding: 1rem 1.5rem;
}

.header_nav_global_left {
  float: left;
  margin: 0;
}
.header_nav_global_left li {
  padding-bottom: 1rem;
}
.header_nav_global_left li:nth-of-type(3) , 
.header_nav_global_left li:nth-of-type(4) {
  display:none;
}

.header_nav_global_right {
  float: right;
}

.header_nav_global_social {
  padding-left: 0.25rem;
}
ul.header_nav_global_social > li {
  padding: 0;
}
.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  max-width: 980px;
  padding-top: 5.35rem;
  padding-bottom: 0.85rem;
}
.header_btm > h1 {
  margin:0.35rem 0 0 0;
  float:left;
}
.header_btm > h1 > a > img {
  width:85%;
}
.header_btm > p {
  font-size:0.85rem;
  text-align:right;
  margin:0.35rem 0 0.65rem 0;
  float:right;
}
.header_btm > p > span:nth-of-type(1) {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size:1.15rem;
  font-weight:700;
  letter-spacing: -0.1rem;
  margin:0 0 0 1rem;
}
.header_btm > p > span:nth-of-type(2) {
  color:rgba(0,0,0,0.65);
  font-size:0.65rem;
}
.header_btm > p > span:nth-of-type(3) {
  color:rgba(0,0,0,0.65);
  font-family:"Arial Black", Gadget, sans-serif;
  font-size:0.85rem;
  margin:0 0 0 1rem;
}
.header_btm > p > span:nth-of-type(3):before {
  content:"phone : ";
  font-size:0.65rem;
}

.header_nav_phone {
  z-index: 99;
  float: right;
  height: 3rem;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: rgba(255,255,255,1.00);
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 0.85rem;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 0.5rem 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 0.85rem;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}



/*
 * main
 */
.main {
  max-width: 980px
}

/*
 * contents
 */
.contents {
  padding: 0;
  float: right;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 10px;
  border-top:rgba(0,0,0,0.15) solid 1px;
  border-bottom:rgba(0,0,0,0.15) solid 1px;
  margin-top:1rem;
  margin-bottom:1rem;
  padding:0.35rem;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}

/* info */
.info {
  margin: 4rem 0;
}
.info_heading {}
.info > div {
  border-bottom:rgba(0,0,0,0.15) dotted 1px;
  padding:1rem;
}
.info > div > p {
  margin:-1.35rem 0 0 7rem;
}

/* ranking */
.seller {
  margin-bottom: 20px;
}

.seller_heading {
}

.seller_lists {
  margin-top: 20px;
  font-size: 12px;
}

.seller_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* recommend */
.recommend {
  margin: 2rem 0;
}
.recommend_heading {}
.recommend_lists {
  margin-top: 2rem;
  font-size: 0.75rem;
}
.recommend_list {
  border:rgba(0,0,0,0.15) solid 1px;
  width: calc( ( 100% - 2.2rem ) / 3 );
  margin: 0 0.35rem 0.65rem 0.35rem;
  padding:0.65rem;
  position: relative;
}

/* free_space */
.free_space {}

/*
 * side
 */
.side {
  padding: 0;
}

.side .unstyled img {
  display: block;
}

.side_banner {
  margin: 4rem 0;
}
.side_banner_lists {
}
.side_banner_list {
  border-bottom:rgba(0,0,0,0.15) solid 1px;
  padding:0.15rem 0;
}
.side_banner_list > a {}
.side_banner_list > a > figure {
  position:relative;
}
.side_banner_list > a > figure > img {
  vertical-align:middle;
  border:rgba(0,0,0,0.15) solid 1px;
  display:inline-block !important;
  width:3rem;
  height:3rem;
}
.side_banner_list > a > figure > figcaption {
  font-size:0.75rem;
  display:inline-block !important;
  margin:0 0 0 0.85rem;
}

.side_category {}
.ss {
  font-size:1.15;
  font-weight:900;
  border-top:rgba(0,0,0,0.15) solid 1px;
  border-left:rgba(106,204,204,1.00) solid 0.65rem;
  padding:1rem 0 1rem 0.65rem;
  background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.05) 100%);
}
.aw {
  font-size:1.15;
  font-weight:900;
  border-top:rgba(0,0,0,0.15) solid 1px;
  border-left:rgba(204,139,204,1.00) solid 0.65rem;
  padding:1rem 0 1rem 0.65rem;
  background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.05) 100%);
}
.ot {
  font-size:1.15;
  font-weight:900;
  border-top:rgba(0,0,0,0.15) solid 1px;
  border-left:rgba(245,213,88,1.00) solid 0.65rem;
  padding:1rem 0 1rem 0.65rem;
  background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.05) 100%);
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
/*
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
*/
}
.side_subcategory_list {
  margin-left:-0.65rem;
  padding:0 0 0 1.65rem;
}
.side_subcategory_list a {
  position:relative;
}
.side_subcategory_list a:before {
  content:url(https://img20.shop-pro.jp/PA01196/472/etc/arrow1.gif) ;
  position:absolute;
  top:1rem;
  left:-0.65rem;
}

.side_group {

  display:none;

  margin-top: 4rem;
}
.side_group_org {
  margin-top: 4rem;
}
.side_group_heading {}
.side_group_lists {}
.side_group_list {}
.side_group_list > ul {
  margin:-0.35rem 0 0.35rem 0.35rem;
}
.side_group_list > ul > li {
  display:inline-block;
}
.side_group_list > ul > li > a {
  font-size:0.75rem;
}
.side_group_list > ul > li > a:before {
  content:"¡Ú";
}
.side_group_list > ul > li > a:after {
  content:"¡Û";
}

.side_freepage {
  margin-top: 3rem;
}
.side_freepage_heading {
  margin-bottom: 1rem;
}
.side_freepage_lists {
}
.side_freepage_list {
  border: none;
}
.side_freepage_list a {
  padding: 0 0 0.65rem 0;
}
.side_freepage_list a:before {
  content:url(https://img20.shop-pro.jp/PA01196/472/etc/arrow1.gif) ;
}

.side_delivery_free {
  color:rgba(255,255,255,1.00);
  border-radius:0.15rem;
  background:rgba(0,0,0,0.35);
  margin-top: 1rem;
  padding:1rem;
}
.side_delivery_free > dl {
  position:relative;
}
.side_delivery_free > dl:before {
  content:url(https://img20.shop-pro.jp/PA01196/472/etc/delivery_free.png) ;
  position:absolute;
  top:-0.5rem;
  right:0rem;
}
.side_delivery_free > dl > dt {
  font-size:1.85rem;
  font-weight:500;
}
.side_delivery_free > dl > dd {
  border-top:rgba(255,255,255,1.00) dotted 1px;
  margin-top:0.65rem;
  padding-top:0.65rem;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 2rem;
}

/*
 * footer
 */
.footer {
  margin-top: 2rem;
}
.footer_inner {
  max-width: 980px;
  margin: 0 auto;
}
.footer_heading {}
.footer_lists {
  margin-top: 1rem;
}
.footer_list {
  padding: 0.65rem 1.35rem;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}
.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 1rem;
}
.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}
.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 1rem;
}

.footer_banner {

  display:none;

  padding-bottom: 1rem;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: #333;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  border-top:rgba(0,0,0,0.15) solid 1px;
  padding: 1rem 0;
  background-color: rgba(0,0,0,0.05);
}
h3.footer_notice_heading {
  padding-bottom: 1rem;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0 1rem;
}
.footer_notice_list_dt {
  padding: 1rem 0 0.35rem 0;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 0.35rem 0;
}
.footer_notice_list_dd {
  font-size:0.75rem;
  line-height: 1.6;
  margin: 0;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
.tbl_calendar caption {
  font-weight: 700;
  text-align: center;
}
.tbl_calendar th {
  font-weight: 700;
  padding: .3em 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.tbl_calendar td {
  padding: .5em 0;
  width: 14.2%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  padding: 1rem 0;
  background-color:rgba(0,0,0,0.10);
}
.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

.footer_nav_lists {
}
.footer_nav_list {
  padding-top: 0.35rem;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: rgba(0,0,104,1.00);
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
  text-align: center;
  padding: 2em 0;
}
/*
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
.footer_powered a {
  color: #a1a19f;
  text-decoration: none;
  font-size: 12px;
}
.footer_powered img {
  margin-bottom: 1rem;
  margin-left: 0.25rem;
  width: 200px;
  height: 18px;
}
*/



/*
 * Slider
 */
/*
.slider {
  position: relative;
  margin-bottom: 40px;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

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

.slider .bx-wrapper .bx-caption {
  background: #000\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}
*/



/*
 * sk privacy
 */
/*
.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}

.skpr_detail_lists {
}

.skpr_detail_list_dt {
  padding: 20px 0 5px;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.skpr_detail_list_dd {
  margin: 0;
}
*/

/*
 * temp
 */

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/*
 * icons
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }

.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/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }

/*
 * freepage
 */
div.freepage {
	margin:2rem 3rem;
}
div.freepage h3 {
	font-size:1.35rem;
	text-align:center;
	border:#c0c0c0 double 3px;
	background-color:#fff;
	margin:3rem 0 0 0;
	padding:0.25rem 0.5rem;
}
div.freepage table {
	background-color:#fff;
	border-collapse: collapse;
	width:100%;
	margin:1rem 0 0 0;
}
div.freepage table caption {
	text-align:left;
	font-weight:bold;
	border:#c0c0c0 solid 1px;
	background-color:#c0c0c0;
	padding:0.25rem 0.5rem;
}
div.freepage table th {
	font-weight:normal;
	background-color:#f0f0f0;
	border:#c0c0c0 solid 1px;
	width:25%;
	padding:0.25rem 0.5rem;
}
div.freepage table td {
	border:#c0c0c0 solid 1px;
	padding:0.25rem 0.5rem;
}










@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/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }

}





@media ( max-width: 768px ) {  /* 48rem */

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/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/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }

}










/*
 * Media Queries
 */
@media ( min-width: 980px ) {

  .contents {
    width: 680px;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 270px;
  }

  .header_nav_global_right li {
    display: inline-block !important;
  }

}





@media ( min-width: 769px ) {

  .footer_list {
    width: 18%;
  }

}





@media ( max-width: 980px ) {

  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header_nav_phone {
    margin-right: 1rem;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
    display: block;
    height: 2rem;
    padding-top: 1rem;
  }

}





@media ( max-width: 768px ) {

  .recommend_list {
    width: calc( ( 100% - 2.2rem ) / 2 );
  }
  .seller_list {
    border-top: dotted gray 1px;
    padding-top: 20px;
    width: 100%;
    width: calc( ( 100% - 2.2rem ) / 2 );
  }
  .show {
    text-align: center;

  .contents,
  .side,
  .footer_heading {
    padding: 0.85rem 0.35rem;
  }

/*
  .productlist_lists {
    padding: 0 10px 20px;
  }
*/

  .header_btm {
    padding-top: 3rem;
    text-align: center ;
  }

  .header_logo {
    float: none;
  }
  
  .header_lead {
    font-size: 0.85rem;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
  }

  .search_form {
    float: none;
  }

  .search_select {
    width: 100%;
    margin-bottom: 0.65rem;
  }
  
  .search_box {
    width: 75%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

/*
  .slider {
    margin-bottom: 20px;
  }
*/

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0;
  }

  .free_space {
    font-size: 0.85rem;
    padding: 1rem;
  }

/*
  .list {
    padding: 0;
  }

  .list_link {
    padding: 0.85rem;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    margin-bottom: 40px;
    text-align: center;
  }

  .side_banner_list {
    margin-top: 0;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .heading {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 20px;
  }

  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }

  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    background-color: #333;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    border-bottom: 1px solid #333;
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }
*/

  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 0.85rem;
  }

  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 2rem;
  }
  .footer_checked_list {
    margin-bottom: 1rem;
  }

  .footer_notice {
    padding: 0;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 2rem 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 1rem;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid rgba(0,0,0,0.35);
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid rgba(0,0,0,0.35);
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid rgba(0,0,0,0.35);
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 0.85rem 0.65rem;
      text-decoration: none;
      font-size: 0.85rem;
    }

  .footer_nav_menu {
    padding: 1rem;
    text-align: center;
    font-size: 10px;
    background-color: #333;
  }

  .footer_nav_list {
    padding-top: 0.35rem;
  }

  .footer_copyright {
    font-size: 0.85rem;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 0.35rem 1.35rem;
  }

  .skpr_box {
    padding-top: 4rem;
    margin-top: -1rem;
  }
  
  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }

}





@media ( max-width: 480px ) {

  .side_banner_list {
    margin-top: 0.15rem;
  }
  .side_banner_list:first-child {
    margin-top: 1rem;
  }

  .header_btm > p {
    font-size:0.75rem;
  }
  .header_btm > p > span:nth-of-type(1) {
    font-size:1rem;
  }
  .header_btm > p > span:nth-of-type(3) {
    display:block;
  }

  .header_btm ul .icon-lg-b {
    display:none;
  }

}