@charset "euc-jp";

/*
common.css
Copyright (C) Brisees All Rights Reserved.

------------------------------------------------------------
	0. Basic Elements | Yahoo UI Library: Reset CSS, Fonts CSS
	1. Basic Elements | HTML, Body, Anchor, font
	2. Basic Elements | Heading, Form
	3. Basic Elements | Inline-level Elements
	4. Basic Elements | Block-level Elements
	5. Basic Elements | For IE - Page Zoom
------------------------------------------------------------
*/

/* ============================================
	Basic Elements
	============================================ */
/* ------------------------------------------------------------
	0. Yahoo UI Library: Reset CSS, Fonts CSS
	------------------------------------------------------------ */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html
version: 3.2.0
*/
html{color:#333333;background:#ffffff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html
version: 3.2.0
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor, font
	------------------------------------------------------------ */
html {
	height: 100%;
	}
html {
    -webkit-tap-highlight-color: transparent;
}
body {
	background-color: #fff;
	height: 100%;
	font:108%;
	font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ","Yu Gothic",YuGothic,"¥Ò¥é¥®¥Î³Ñ¥´ Pro","Hiragino Kaku Gothic Pro","¥á¥¤¥ê¥ª",Meiryo,sans-serif;
	line-height: 2; 
	color: #27333a;
	-webkit-font-smoothing: antialiased;
	}
body {
    -webkit-font-smoothing: antialiased;
}
/* IE7 */
*:first-child+html body {
	font-family: "¥á¥¤¥ê¥ª", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}

a { cursor: pointer; text-decoration: none; }
a:link, a:visited { color: #27333a; }
a:hover, a:active, a:focus { color: #000; }

dt, dd {
    line-height: 2;
}

img {
	vertical-align: middle;
	}
body > #container {
	height: auto;
	}
#gmo_CMSPbar {display:none;}

/* ------------------------------------------------------------
	2. Heading, Form
	------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 { line-height: 1.8; }
legend { display: none; }
label { cursor: pointer; }
input[type="submit"] { cursor: pointer; }
select { cursor: pointer; }

/* ------------------------------------------------------------
	3. Inline-level Elements
	------------------------------------------------------------ */
img { vertical-align: middle; }
object { outline: none; }
strong { font-weight: bold; }
/* input, select, textarea { border: 1px solid #dcdcdc;} */
input, select, textarea { 
	font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ","Yu Gothic",YuGothic,"¥Ò¥é¥®¥Î³Ñ¥´ Pro","Hiragino Kaku Gothic Pro","¥á¥¤¥ê¥ª",Meiryo,sans-serif;
}
/* IE7 */
*:first-child+html input {font-family: "¥á¥¤¥ê¥ª", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;}
*:first-child+html select {font-family: "¥á¥¤¥ê¥ª", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;}
*:first-child+html textarea {font-family: "¥á¥¤¥ê¥ª", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;}

/* ------------------------------------------------------------
	4. Block-level Elements
	------------------------------------------------------------ */
hr { display: none; }

/* ------------------------------------------------------------
	5. For IE
	------------------------------------------------------------ */
/* 
*:first-child+html, 
* html {zoom: 1;}
 */
/* For IE7 Page Zoom */
*:first-child+html body { letter-spacing: 0; }
*:first-child+html br { letter-spacing: 0; }

/* ------------------------------------------------------------
	6. page-wrapper
	------------------------------------------------------------ */
#page-wrapper {
  position: relative;
  background-color: #fff;
}
#wrapper {
  padding: 0;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 769px){
.container {
    width: 750px;
}
}
@media (min-width: 992px){
.container {
    width: 970px;
}
}
@media (min-width: 1200px){
.container {
    width: 1170px;
}
}
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 #ccc;
  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);
}

.muted {
  color: #999;
}
*, :after, :before {
    box-sizing: border-box;
}
a, button {
    transition: color .2s,background-color .2s,border-color .2s,text-decoratin .2s;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

h2.ttl-h2 {
    color: #27333a;
    font-size: 30px;
    font-weight: bold;
    line-height: 112px;
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
    padding: 0;
    border: 3px solid #27333a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    clear: both;
  }


/* icon */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), 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/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}

/* header */
#header-wrapper {
  margin-bottom: 0;
  position: relative;
}
.header-link a {
  color: #27333a;
}
.header-link a:hover {
  text-decoration: none;
}

/* header-line-nav */
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.site-branding {
    padding: 50px 0;
    text-align: center;
}
@media (min-width: 981px) {
.site-branding {
    text-align: center;
}
}
@media (min-width: 981px) {
.site-branding {
    padding-bottom: 0;
}
}
@media (max-width: 980px)
.site-branding {
    padding: 20px 0;
}
.shop-name {
  clear: both;
  margin: 0;
  font-size: 24px;
  line-height: 1;
}
.shop-name img {
    height: auto;
    max-width: 90px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #27333a;
}

/* drawer */
.sb-toggle-right {
    color: #27333a;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    width: 40px;
    height:40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    padding: 0;
    border: none;
    transition: all .1s;
    -webkit-transition:  all .1s;
    cursor: pointer;
}
.sb-toggle-right:hover {
    color: #000;
}
.sb-toggle-right:before {
    content: '\f419';
    font: normal 28px Genericons;
}
.sb-toggle-right:after {
    content: 'MENU';
    font-size: 10px;
    line-height: 1;
    display: block;
}
.js-close-any-slidebar .sb-toggle-right:before {
    content: '\f406';
}

[off-canvas*=right] {
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #2f2f2f;
}
#drawer-global-nav {
    margin-top: 24px;
    margin-bottom: 21px;
}
#drawer-global-nav ul#drawer-menu {
    border-bottom: 1px solid #3c3c3c;
}
#drawer-global-nav ul, #drawer-global-nav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#drawer-global-nav .drawer-menu-list {
    text-align: left;
}
#drawer-global-nav li {
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #2f2f2f;
}
ul#drawer-menu a {
	color: #ccc;
	font-weight: bold;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
}
ul#drawer-menu a:hover {
    background-color: #2f2f2f;
    color: #fff;
}
ul#drawer-menu li.dgn_contact a:after {
    font-family: 'FontAwesome';
    content: "\f003";
    padding-left: 5px;
}
ul#drawer-menu li.dgn_cart a:after {
    font-family: 'FontAwesome';
    content: "\f07a";
    padding-left: 5px;
}
ul#drawer-menu li.dgn_instagram a:after {
    font-family: 'FontAwesome';
    content: "\f16d";
    padding-left: 5px;
}
#drawer-global-nav ul#drawer-menu ul.sub-menu {
    border-top: 1px solid #2f2f2f;
    border-left: 1px solid #2f2f2f;
    margin-bottom: -1px;
    margin-left: 3em;
    opacity: 1;
    visibility: visible;
}

/* header global nav */
div#header-global-nav {
	margin-top: 24px;
	margin-bottom: 21px;
	text-align: center;
	}
ul#bcat {
	display: inline-block;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	}

ul#bcat li.bcat_list {
	padding: 0 25px;
	font-weight: bold;
	text-align: center;
	float: left;
	zoom: 1;
	position: relative;
	}
ul#bcat li.bcat_list>a {
	border-bottom: 2px solid transparent;
	display: block;
	line-height: 2;
	text-decoration: none; 
	}
ul#bcat li.bcat_list>a:hover {
	border-bottom: 2px solid #27333a;
	}
ul#bcat li.bcat_list>a .icon-b {
    margin-bottom: -3px;
}
ul#bcat li {
	cursor: pointer;
	text-align: left;
	}
ul#bcat li:hover {
	cursor: pointer;
	}
ul#bcat li a {
	font-weight: bold;
	background-color: #ffffff;
}
ul#bcat li.hgn_contact a:after {
	font-family: 'FontAwesome';
    content: "\f003";
    padding-left: 5px;
}
ul#bcat li.hgn_cart a:after {
	font-family: 'FontAwesome';
    content: "\f07a";
    padding-left: 5px;
}
ul#bcat li.hgn_instagram a:after {
	font-family: 'FontAwesome';
    content: "\f16d";
    padding-left: 5px;
}
ul.scat {
	display: none;
	position: absolute;
	top: 100%;
	left: 25px;
	background-color: #fff;
	padding: 22px 10px 10px 10px;
	z-index:5000;
	width: 220px;
	transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	}
ul.scat li {
	padding: 0;
	zoom: 1;
	z-index:6000;
	}
ul.scat li a {
	display: block;
	z-index:7000;
	padding: 10px;
	border-top: 1px solid #75828a;
	color: #75828a;
	}
ul.scat li a:hover {
	color: #27333a;
	}
ul.scat li:last-child a {
    border-bottom: 1px solid #75828a;
}

/* incart delivery */
.incart-delivery {
  float: right;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/* slider */
.slider {
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

/* TOPICS */
dl#topics {
    margin-top: 0;
    margin-bottom: 100px;
}
#topics .topic_title {
    font-size: 16px;
    font-weight:normal;
    float: left;
    margin-right: -7em;
    line-height: 20px;
}
#topics .topic_update {
    float: left;
    margin-right: 2em;
    padding-left: 7em;
    line-height: 20px;
}
#topics .topic_date {
    font-size: 10px;
    line-height: 20px;
    float: none;
}

@media screen and (max-width: 767px) {
#topics .topic_title {
    font-weight:normal;
    float: none;
    margin-right: 0;
}
#topics .topic_update {
    font-size: 12px;
    float: left;
    margin-right: 1.5em;
    padding-left: 0;
}
}

/* topicpath */
ul.topicpath-nav {
    margin-bottom: 50px;
}
ul.topicpath-nav:after {
    content: '';
    display: block;
    clear: both;
}
ul.topicpath-nav li {
    padding-right: 0px;
    padding-left: 0px;
    float: left;
}
ul.topicpath-nav li:before {
content: ">";
padding: 0 15px;
}

ul.topicpath-nav li:first-child:before {
content: "";
padding: 0;
}

/* category list freespace 1 */
img.pr_img {
    margin: 0 0 11.5px;
}
.brand_description {
    margin-bottom: 100px;
    font-size: 16px;
}
.brand_description h2 {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 18px;
}
.brand_description h2.brand_title:before {
    color: #fff;
    background: #26333B;
    padding: 7px 14px;
    margin-right: 12px;
}
#bingo-fushiori h2.brand_title:before {
    content:"È÷¸å -bingo-";
}
#tango-tsumugi h2.brand_title:before {
    content:"Ã°¸å -tango-";
}
#senshu-mensya h2.brand_title:before {
    content:"Àô½£ -sensyu-";
}
#ise-momen h2.brand_title:before {
    content:"°ËÀª -ise-";
}
#yaezou h2.brand_title:before {
    content:"»ùÅç -kojima-";
}
#awa-shijiraori h2.brand_title:before {
    content:"°¤ÇÈ -awa-";
}
#takashima h2.brand_title:before {
    content:"¹âÅç -takashima-";
}
#matsuzakamomen h2.brand_title:before {
    content:"¾¾ºå -matsuzaka-";
}
#bingo-product h2.brand_title:before {
    content:"goodmorning & goodnight";
}
.brand_description p {
    margin-bottom: 1.5em;
}
@media screen and (max-width: 480px) {
.brand_description h2.brand_title {
    font-size: 16px;
}
.brand_description h2.brand_title span {
    display: block;
    line-height: 40px;
}
}

/* category list freespace 2 */
.product_sale {
    margin-bottom: 50px;
    font-size: 16px;
}
.product_sale h2.product_sale_title {
    color: #27333a;
    font-size: 30px;
    font-weight: bold;
    line-height: 112px;
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
    padding: 0;
    border: 3px solid #27333a;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.product_sale h2 {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 18px;
}
.product_sale h2.brand_title:before {
    color: #fff;
    background: #26333B;
    padding: 7px 14px;
    margin-right: 12px;
}
#bingo-fushiori-product h2.brand_title:before {
    content:"goodmorning & goodnight";
}

@media screen and (max-width: 480px) {
.product_sale h2.product_sale_title {
    font-size:18px;
    line-height: 60px;
}
}

.cg_freespace_02 .productlist-items {
    padding: 0 0 100px;
}

/* product list */
.prd-lst{
  margin-bottom: 50px;
}
.productlist-items .prd-lst{
  margin-bottom: 0px;
}
.prd-lst-unit {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.product_item {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto;
}
.prd-lst-name {
    font-size: 18px;
    margin: 0;
    padding: 15px 0px 0 ;
    color: #27333a;
    text-align: left;
}
.product_item .price .price_all {
	font-size: 18px;
	color: #27333a;
	text-align: right;
}
.product_item .price .regular_price_top {
	font-size: 14px;
	text-decoration: line-through;
	text-align: right;
}
.product_item .prd-lst-name .transform45 {
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	text-align:center;
	display: block;
	background-color: #0573D2;
	width: 200px;
	height: auto;
	padding: 7px 0 8px;
	visibility: visible;
	position: absolute;
    top: 25px;
    left: -49px;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	z-index: 100;
	}
.product_item .price .discount_rate_all {
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	text-align:center;
	display: block;
	background: #cc0033;
	width: 200px;
	height: auto;
	padding: 7px 0 8px;
	position: absolute;
    top: 25px;
    left: -49px;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 101;
	}
.product_item .price .soldout_price {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align:center;
	display: block;
	background-color: #000;
	width: 200px;
	height: auto;
	padding: 7px 0 8px;
	position: absolute;
    top: 25px;
    left: -49px;
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	z-index: 100;
	}

@media (min-width: 1200px) {
  .prd-lst-unit {
    margin-bottom: 30px;
    height: 460px !important;
  }
}
@media (max-width: 1199px) {
  .prd-lst-unit {
    margin-bottom: 30px;
    height: 400px !important;
  }
}
@media (max-width: 768px) {
.prd-lst-name {
    font-size: 16px;
}
.product_item .price .price_all {
	font-size: 16px;
	color: #27333a;
}
.product_item .price .regular_price_top {
	font-size: 14px;
	text-decoration: line-through;
}
  .prd-lst-unit {
    margin-bottom: 30px;
    height: 440px !important;
  }
}
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 30px;
    height: none;
  }
}

/* sort pager */
.sort-pager.under-prdlst{
padding: 0 0 50px;
}
.sort-pager .btn {
    color: #fff;
    font-weight: bold;
    background-color: #ccc;
    border-color: #ccc;
}
.sort-pager .btn:hover {
    background-color: #333;
    border-color: #333;
}
.sort-pager .disabled {
    cursor: default;
    font-weight: bold;
    color: #fff;
    background-color: #777;
    border-color: #777;
    opacity: 1;
    filter: alpha(opacity=100);
}
.sort-pager .disabled:hover {
    background-color: #777;
    border-color: #777;
}

@media (min-width: 620px) {
.sort-pager .col-lg-6.sort {
text-align: left;
padding-bottom: 50px;
margin: 0;
}
.sort-pager .col-lg-6.pager {
text-align: right;
padding-bottom: 50px;
margin: 0;
}
}
@media (max-width: 619px) {
.sort-pager .col-lg-6 {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
}
.sort-pager .col-lg-6 .score_number {
font-size: 12px;
line-height: 30px;
padding: 0 10px;
}

/* delivery/payment/info */
#delivery, #payment, #info {
    margin-bottom: 50px;
}

.shopkeeper-h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
}
.shopkeeper-h2 span {
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
}
.def-lst-dd {
    margin-bottom: 1em;
}


/* not applicable */
.notApplicable {
    color: #27333a;
    font-size: 20px;
    font-weight: bold;
    line-height: 100px;
    width: 100%;
    text-align: center;
    margin: 0 0 100px;
    padding: 0;
}

/* footer */
footer {
    background-color: #27333a;
}
/* footer nav */
#footer-wrapper {
    margin-top: 3em;
    padding: 3em 0;
    text-align: center;
}
.footer-nav {
    list-style: none;
    margin: 0 auto;
    display: inline-block;
}
    .footer-nav li {
    float: left;
}
    .footer-nav li:after {
    content:"/";
    font-size: 12px;
    font-weight: bold;
    padding: 0 8px;
}
    .footer-nav li:last-child:after {
    content:"";
}
    .footer-nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #27333a;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}
.footer-nav li a:hover {
    color: #000;
    border-bottom: 2px solid #000;
}
@media (max-width: 768px) {
#footer-wrapper {
    margin-top: 3em;
    border-top: 1px solid #C7C0B9;
    padding: 0;
    text-align: left;
    background: #E6E6E6;
}
.footer-nav {
    list-style: none;
    margin: 0 auto;
    display: block;
}
.footer-nav li {
    float: none;
    border-bottom: 1px solid #C7C0B9;
}
.footer-nav li:last-child {
    border-bottom: none;
}
.footer-nav li:after {
    content:"";
    padding: 0;
}
.footer-nav li a {
    font-size: 13px;
    font-weight: bold;
    color: #27333a;
    display: block;
    padding: 10px 0 10px 20px;
    border: none;
    text-decoration: none;
}
    .footer-nav li a:hover {
    color: #000;
    border: none;
}
}
/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
    background-color: #26333B;
    color: #dcdcdc;
    font-family: "Helvetica Neue",Arial,sans-serif, Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 15px 0;
    margin-bottom: 0;
    line-height: 2;
}
.copyright a {
    color: #dcdcdc;
    text-decoration: underline;
}
.copyright a:hover {
    color: #fff;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* Back to top button */
#backtoTop {
	position: fixed;
	bottom: 40px;
	right: 25px;
	z-index: 100; /* front of div#footer */
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 120px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 980px) {
  #wrapper {
    padding-top: 0;
  }
  .container {
    width: auto;
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
.header-dropdown .dropdown-nav {
      border-top: 1px solid #dbdbdb;
}
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #dbdbdb;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px;
    }
    .header-dropdown .btn-dropdown {
      font-size: 13px;
      line-height: 1.5;
      padding: 11px 10px 9px 34px;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 0.4;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #337ab7;
      color: #fff;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -148px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  .icon-cross {background-position: -123px -123px;}
  @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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
h2.ttl-h2 {
    font-size: 18px;
    line-height: 60px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}

/* IEÍÑ */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}
