/* top arrow */
#fixedTop {
 right: 10px;
 bottom: 10px;
 width: 50px;
 height: 50px;
 line-height: 50px;
 color: #fff;
 font-size: 20px;
 text-align: center;
 display: none;
 background: #333;
 position: fixed;
 z-index: 9999;
 border-radius: 5px;
 -webkit-transform: translateZ(0);
}
#fixedTop:hover {
transition:all .3s;
opacity:0.7
}

/* GMOバー*/
div#gmo_CMSPbar {
display:none;
}

.stock-list img {
width:100%;
}
.stock-list2 img {
width:100%;
}

.stock-list ul {
list-style-type:none;
margin-bottom:20px;
text-align:center;
}
.stock-list2 ul {
list-style-type:none;
margin-bottom:20px;
text-align:center;
}

.side_banner_1 {
  list-style-type: none;
  margin-bottom: 20px;
  text-align: center;
}

@charset "euc-jp";

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  color: #333;
  background-color: #fff;
  letter-spacing: 0.5pt;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: helvetica;
}

a {
  color: #000;
}
a:hover {
  color: #666;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

ul, ol, form, p {
  margin: 0;
}

/* layout */
.wrapper {
  position: relative;
}

.gnavi {
  width: 100%;
}

.footer {
  background: #db4550;
  width: 100%;
  font-size:100%;
}

.container {
max-width:87.14375em;
margin-left:auto;
margin-right:auto;
position:relative;
}

.container::after {
clear:both;
content:"";
display:table;
}

/* module */
.section__title-h2 {
font-size:100%;
margin:0;
}
.section__suffix {
font-size:85%;
}

.menu__section {
border-radius:5px;
border:2px solid #999;
margin:0 0 30px;
}
.menu__title-h2 {
color:#fff;
background:#999;
padding:13px 0 13px 18px;
}

.menu__suffix {
padding-left:10px;
}

.menu-list {
list-style-type:none;
}

.menu-list__link {
height:100%;
width:100%;
display:table;
table-layout:fixed;
border-bottom:1px solid #ededed;
padding:14px 20px;
}
.menu-list__text {
padding-right:20px;
height:100%;
width:90%;
display:table-cell;
vertical-align:middle;
font-size:100%;
}
.menu-list__icon {
height:100%;
width:10%;
display:table-cell;
vertical-align:middle;
text-align:right;
}
.smartmenu1 {
display:none;
}
.smartmenu2 {
}

.product-list {
height:auto;
width:100%;
list-style-type:none;
letter-spacing:-.4em;
display:inline-block;
margin:5px 0 0px;
}
.product-list__title {
width:65%;
display:block;
}
.product-list__unit {
position:relative;
letter-spacing:normal;
display:inline-block;
vertical-align:top;
float:none;
text-align:center;
margin:0 0 30px;
}

/* --- 0421追記 --- */
.product-list__unit_fav {
position:relative;
letter-spacing:normal;
display:inline-block;
vertical-align:top;
float:none;
text-align:center;
margin:0 0 30px;
padding:0 1%;
}

.product-list__image:hover {
opacity:.8;
}

.product-list__name {
font-size:.85714em;
font-weight:400;
margin:10px 0 0;
}

.product-list__text {
display:block;
text-align:center;
}

.product-list__expl {
font-size:14px !important;
margin:10px 0 0;
}

.product-list__prices {
font-size:14px !important;
margin:7px 0 0;
}

.product-list__price-regular {
text-decoration:line-through;
}

.product-list__price-soldout,.product-list__discount-rate {
color:red;
}

p.product-list__expl.product-list__text b {
background-color:#888;
color:#fff;
border-radius:1px;
line-height:2em;
font-weight:400;
padding:3px .6em 2px;
font-size: 80%;
}

.none_box {
background:#f5f5f5;
color:gray;
text-align:center;
margin:40px 0 60px;
padding:25px;
}

.none_box ul {
margin:10px 0 0;
}

.none_box ul li {
list-style:none;
line-height:2;
}

.txt18 {
font-size:18px;
line-height:1.278;
}

.txt2 img{
 border:solid 1.5px #d4d9d6;
}

.rank__box {
z-index:3;
}

.rank__box--upper {
position:absolute;
top:10px;
left:10px;
}

.rank__number {
height:22px;
width:22px;
position:absolute;
background:#fff;
color:#000;
font-weight:700;
border-radius:50%;
display:block;
text-align:center;
font-size:.71429em;
border:1px solid #000;
padding:3px 0 0;
}

.rank__number-color--1 {
background:#eee8aa;
border:1px solid #eee8aa;
}

.rank__number-color--2 {
background:#cbcbcb;
border:1px solid #cbcbcb;
}

.rank__number-color--3 {
background:#d9a300;
border:1px solid #d9a300;
}

.contents__title-h2 {
margin-bottom:30px;
padding-bottom:10px;
color:#000;
border-bottom:6px double #000;
}

.contents__suffix {
padding-left:10px;
}

.side__section {
position:relative;
border:2px solid #999;
margin:0 0 30px;
padding:20px;
}

.side__title-h2 {
position:absolute;
top:10px;
left:-12px;
color:#000;
background:#eee8aa;
line-height:1;
z-index:2;
padding:13px 20px;
}

.side__title-h2:before {
height:0;
width:0;
position:absolute;
top:100%;
left:0;
content:"";
border:5px solid transparent;
border-top:5px solid #eee8aa;
border-right:5px solid #eee8aa;
}

.side__title-h2:after {
height:0;
width:0;
position:absolute;
top:0;
right:-40px;
content:"";
border:21.5px solid #eee8aa;
border-right-color:transparent;
}

.breadcrumb {
margin-bottom:30px;
}

.breadcrumb-list {
margin-bottom:5px;
font-size:.85714em;
}

.btn-primary:hover {
color:#fff;
background:#333;
border:1px solid #333;
}

.btn-secondary:hover {
color:#fff;
background:#ae9c64;
border:1px solid #ae9c64;
}

.btn-primary,.btn-secondary {
color:#fff;
background:#000;
border:1px solid #000;
}

.txt--sm {
font-size:.71429em;
}

.txt--c {
text-align:center;
}

.txt--l {
text-align:left;
}

.txt--r {
text-align:right;
}

.txt--red {
color:red;
}

.txt--md,.txt--lg {
font-size:.85714em;
}

.border--none {
border:none
}

.pad-t--20 {
padding-top:20px;
}

.pad-r--10 {
padding-right:10px;
}

.pad-r--20 {
padding-right:20px;
}

.pad-l--20 {
padding-left:20px;
}

.mar--0 {
margin:0
}

.mar-t--20 {
margin-top:20px;
}

.mar-b--0 {
margin-bottom:0;
}

.mar-b--10 {
margin-bottom:10px;
}

.mar-b--20 {
margin-bottom:20px;
}

.mar-b--40 {
margin-bottom:40px;
}

.mar-b--60 {
margin-bottom:60px;
}

.w--23per {
width:23%;
}

.w--31per {
width:31%;
}

.hide {
display:none;
}

.pos--rel {
position:relative;
}

.pos--abs {
position:absolute;
}

li.menu-list__unit.category-list__unit a:hover,li.menu-list__unit.group-list__unit a:hover {
background-color:#efefef;
color:#000;
}


/* snavi */
.snavi {
  z-index: 15;
}
.snavi__inner {
  background: #ffffff;
  border-bottom: 2px solid #333333;
}
.snavi__suffix {
  padding-left: 10px;
}

.snavi-list {
  position: relative;
}
.snavi-list__unit {
  padding: 0;
  text-align: center;
}
.snavi-list__link {
  padding: 15px 0;
  display: block;
  color: #333333;
}
.snavi-list__link:hover {
  color: #ffffff;
}
.snavi-list__link--menu {
  position: relative;
  color: #ffffff;
  background: #333333;
}
.snavi-list__triangle {
  position: absolute;
  right: 50%;
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fcfcfc transparent;
  z-index: 60;
}

.mnavi {
  position: absolute;
  top: 51px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 2px solid #333333;
  z-index: 50;
  display: none;
  opacity:0.94;
}

.mnavi-list {
  padding: 39px;
  list-style-type: none;
  text-align: left;
}
.mnavi-list__unit {
  padding: 10px;
  text-align: left;
  width: 31%;
  display: inline-block;
  vertical-align: top;
}
.mnavi-list__link {
  display: block;
  width: 100%;
}

.mnavi-bottom {
  border-top: 2px solid #333333;
}

.mnavi-bottom-list {
  margin: 0;
  padding: 20px 0;
  float: right;
}
.mnavi-bottom-list__unit {
  padding: 0 10px;
}

.text-pr {
  margin: 0;
  padding: 17px 0;
  font-size: 0.92857em;
  float: left;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* header */
.header {
  background: #fff;
  
  border-bottom: 5px solid #fff;
  background-image: url();
}
.header__inner {
  padding: 0 0 50px;
}
.header__right {
  text-align: right;
}
.header-search {
  margin: 35px 0 0;
}
.header-search__select {
  border: 1px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  height: 40px;
  width: 150px;
  font-size: 0.92857em;
}
.header-search__select:focus {
  outline: none;
  border-color: #666666;
}
.header-search__box {
  border: 1px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  padding: 8px 8px 8px 14px;
  height: 40px;
  width: 28%;
  font-size: 0.92857em;
}
.header-search__box:focus {
  outline: none;
  border-color: #666666;
}
.header-search__btn {
  height: auto;
  width: 50px;
  padding: 14px 0;
  border-radius: 5px;
  font-size: 0.78571em;
}
.header-tools {
  margin: 0;
  font-weight: bold;
  font-size: 0.92857em;
}
.header-tools__unit {
  margin-left: 32px;
  display: inline;
  line-height: 1.4;
}
.header-tools__unit-cart {
  margin-left: 12px;
}
.header-tools__btn {
  height: auto;
  width: 150px;
  padding: 10px 0 12px 20px;
  border-radius: 0 0 5px 5px;
  border-top: none;
}
.header-tools__btn:hover {
  border-top: none;
}
.header-tools__btn i {
  position: absolute;
  top: 2px;
  left: 20px;
}
.header-tools__count {
  padding: 0 3px;
  font-size: 1.14286em;
  letter-spacing: -.5px;
}
h1.header__left.header-logo.header-logo__image.col.col-md-12.col-lg-4 img {
    max-width: 225px;
    margin: 9px 0 0 0;
}
.header-tools-phone {
  margin-bottom: 20px;
}
.header-tools-phone__unit {
  padding: 5px 22px;
  border-radius: 5px;
  display: inline-block;
}
.header-tools-phone--current {
  background: #cccccc;
}
 .topbanner {
    display: none;
}

/* global navigation */
.gnavi {
  position: absolute;
  bottom: -10px;
  z-index: 10;
}

.gnavi li {
	display: block;
	float: left;
	width: 16.66666666666666666666%;
	margin: 0;
	padding: 0;
}

.gnavi__unit {
  margin: 0 1%;
  height: 100%;
  padding: 0;
  border: 1px solid #ffffff;
  background: #e4e2df;
  text-align: center;
  font-size: 100%;
}
.gnavi__link {
  padding: 8px;
  height: 100%;
  width: 100%;
  display: block;
}
.gnavi__link:hover {
  color: #000;
  background: #d9d8d6;
}
.gnavi__suffix {
  display: block;
}

/* slider */
.slider {
  padding-top: 65px;
  padding-bottom: 70px;
  position: relative;
  background-color: #fefcf2;
  border-bottom: 5px solid #9f9b90;
}
.slider__inner {
  height: auto;
  width: 96%;
  max-width: 87.14375em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.slider__inner::after {
  clear: both;
  content: "";
  display: table;
}

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

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

.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}

.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;
  background: rgba(0, 0, 0, 0.6);
}

.slider .bx-wrapper .bx-caption span {
  padding: 30px;
  font-size: 1.28571em;
}

.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}

/* main */
.main__section {
  padding-top: 0px;
  background: url(), linear-gradient(#fff, #ffffff), center repeat;
}
.main__section--top {
  padding-top: 25px;
}
.main__section--top-slideshow {
  /*padding-top: 65px;*/
}
.main__inner {
  padding: 50px 6px 60px 0px;
  background: #ffffff;
}

.nenmatsunenshi {
    padding: 10px;
    margin: 0 0 35px 9px;
    border: 2px solid #ededed;
    width: 98%;
}

.style1 p strong{
  font-size:120%;
  color:#ea5550;
}
.style1 p {
  font-size:110%;
}

<!--20190220記述-->



/* sidebar */
.sidebar {
  padding: 0 20px 0 0;
}

.subcategory-list {
  padding: 10px 0;
  display: none;
  background: #f5f1e9;
}

.side_cal {
  padding: 20px 15px 0;
}

.side_cal_memo {
  padding: 0 25px 20px;
  text-align: left;
  font-size: 90%;
}

.tbl_calendar {
  margin-bottom: 30px;
  font-size: 0.78571em;
  display: table;
  border-collapse: separate;
  width:100%;
}
.tbl_calendar caption {
  text-align: center;
  padding-bottom: 5px;
  font-size: 16px;
}
.tbl_calendar th {
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.tbl_calendar td {
  padding: 5px 0;
  width: 14.2%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.seller-list-left {
  margin: 0;
}
.seller-list-left__wrap {
  padding: 20px 0px 0;
}
.seller-list-left__name--downer {
  margin: 2px 0 0 30px;
}
.sidebar-banner-list__unit {
  margin: 0 0 30px;
}

/* contents */
.contents {
  padding: 0 0 0 20px;
  float: right;
}
.contents-main {
  padding: 0 25px 0 0;
}

.info-list {
  margin: 0;
  list-style-type: none;
}
.info-list__unit {
  padding-bottom: 20px;
}
.info-list__date {
  padding-bottom: 10px;
  display: block;
}

.free-space__section,
.info__section,
.arrival__section,
.eyecatch__section,
.together__section,
.history__section {
  /*margin-bottom: 40px;*/
  margin-top:40px;
}

.recommend__section{
  margin-top:10px;
}

.contents-sub {
  padding: 0 0 0 0px;
  margin: 0 0 0 -6px;
}

.push-list__unit {
  margin: 0;
}

.seller-list-right__unit:last-child {
  margin-bottom: 0;
}
.seller-list-right__name {
  margin-left: 30px;
}

/* footer */
/*.mail-mag {
  background: #eeeeee;
  text-align: center;
}
.mail-mag__inner {
  padding: 30px 0;
}
.mail-mag__title-h2 {
  padding-bottom: 20px;
  color: #000000;
  font-size: 1.28571em;
  line-height: .5;
}
.mail-mag__suffix {
  padding-left: 10px;
  font-size: 0.71429em;
}
.mail-mag i {
  padding-right: 20px;
}
.mail-mag__box {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  margin-right: 20px;
  padding: 13px;
  height: auto;
  width: 75%;
}
.mail-mag__box:focus {
  outline: none;
  border-color: #666666;
}
.mail-mag__btn {
  height: auto;
  width: 10%;
  padding: 13px 0;
  border-radius: 5px;
  font-size: 1.14286em;
}
.mail-mag br {
  display: none;
}*/

.guide {
  background: #ececec;
  color: #333;
}
.guide__inner {
  border-bottom: 2px solid #333;
  padding: 60px 0;
}
.guide__h1 {
  text-align: center;
}
.guide__h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #333;
}
.guide__name {
  padding-bottom: 10px;
}
.guide__other {
  padding-bottom: 30px;
  margin: 0;
  color: #999999;
}
.guide__other:last-child {
  padding-bottom: 0;
}
.guide__col.col.col-lg-4 p {
    margin: 20px 0 0 0;
    line-height: 1.6;
}
.shop-owner {
  overflow: hidden;
}
.shop-owner__image {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.shop-owner__info {
  float: left;
}
.shop-owner__name {
  font-weight: bold;
}
.shop-owner__memo {
  line-height: 1.8;
}
.shop-owner__memo a {
  color: #ffffff;
}
.shop-owner__memo a:hover {
  color: #999999;
}
.sns-list {
  display: table;
}
.sns-list__unit {
  display: table-cell;
}
.pagetop__section {
  padding: 0;
}
.pagetop__btn {
  margin: 2px 0;
  padding: 13px 0;
  border-radius: 0;
  width: 100%;
  color: #333;
  background: none;
  border: none;
}
.pagetop__btn:hover {
  color: #333333;
  background: #999;
  border: none;
}
.fnavi-list {
  padding-top: 30px;
  font-size: 0.92857em;
  color: #333;
  text-align: center;
}
.fnavi-list__unit {
  display: inline-block;
  line-height: 1.8;
}
.fnavi-list__link {
  color: #333;
}
.fnavi-list__link:hover {
  color: #999999;
}
.copyright {
  margin: 0 0 10px;
}
.copyright__section {
  padding: 50px 0 20px;
  font-size: 0.71429em;
  text-align: center;
}
.copyright__image {
  margin: 0 0 5px 5px;
  height: 18px;
  width: 200px;
}
.copyright__link {
  color: #ffffff;
}
.copyright__link:hover {
  color: #999999;
}
/* product list */
.product-list__section {
  position: relative;
  padding: 0;
}
.product-list__freespace-top {
  padding: 0px 10px 30px;
  /*border-top: dotted 1px #999;*/
  border-bottom: dotted 1px #999;
  margin: 0 0 30px 0;
  font-size:17px;
}
.product-list__freespace-bottom {
  padding-bottom: 60px;
}
.product-list__noitem {
  padding-bottom: 30px;
  text-align: center;
  margin: 60px 0 0 0;
}
.sort__section {
  position: absolute;
  top: 35px;
  right: 10px;
}
.sort__sub-layer {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  height: 37px;
  width: 200px;
  font-size: 0.92857em;
}
.sort__sub-layer:focus {
  outline: none;
  border-color: #666666;
}
.sub-list {
  height: auto;
  width: 100%;
  letter-spacing: -.4em;
  display: inline-block;
  border-bottom:1px dotted #736d71;
  padding:0 3% 15px 3%;
}
.sub-list__unit {
  margin-bottom: 20px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.sub-list__image {
  display: block;
}
.more__btn {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.85714em;
}

/* pagenation */
.pagenation {
  text-align: center;
}
.pagenation-top {
  margin: 30px 0;
}
.pagenation-bottom {
  margin: 20px 0 60px;
}
.pagenation-pos span {
  padding-right: 3px;
  padding-left: 3px;
  font-size: 1.28571em;
  font-weight: bold;
}
.pagenation-list {
  margin: 20px 0 0;
  letter-spacing: -.4em;
}
.pagenation-list__unit {
  margin: 0 2px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.pagenation-list__unit a {
  height: 40px;
  min-width: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #000;
  line-height: 2.5;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagenation-list__unit a:hover {
  background: #333;
  color: #fff;
}
.pagenation-list__unit span {
  height: 40px;
  min-width: 40px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #ccc;
  line-height: 2.5;
  color: #ccc;
  box-sizing: border-box;
  padding: 0 .5em;
}
.pagenation-list__unit i {
  line-height: 2;
}
.pagenation-list__navi-end a {
  background: #333;
  color: #fff;
}
.pagenation-list__navi-end a:hover {
  background: #555;
  border: 2px solid #555;
}

/* product */
.product__section {
  padding: 0;
}
.product__name {
  padding: 0 0 10px;
  font-size: 120%;
}
.product__model {
  color: #999999;
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.product__image {
  padding-right: 40px;
  padding-left: 0;
}
.product__image-main {
  text-align: center;
}
.product__guide {
  padding-right: 20px;
  padding-left: 0;
}
.product__prices {
  padding-bottom: 30px;
  color:#b12704;
}
.product__price {
  padding-right: 5px;
  font-size: 1.42857em;
  color:#000000;
}
.product__price-part {
  margin-bottom: 5px;
}
.product__price-regular {
  margin-bottom: 5px;
}
.product__price-establish {
  margin-bottom: 5px;
  color: #999999;
}
.product__discount {
  color: #ff0000;
}
.product__stock-str {
  padding-top: 30px;
  font-size: 1.42857em;
}
.product-social-list__unit {
  margin-bottom: 5px;
}
.product-related-list__link {
  display: block;
  padding: 5px 0;
}
.product__explain {
  padding: 0px 0 25px;
  line-height: 1.5;
}
.product__order {
  margin-top: 15px;
  /*margin-bottom: 40px;
  padding: 30px 20px 35px;
  background: #f5f1e9;*/
  width: 34%;
}
.image-thumb {
  padding: 2px;
  border: 2px solid #fff;
}
.image-thumb:hover {
  opacity: .8;
}
.image-thumb--active {
  border: 2px solid #a39055;
}
.image-thumb-list {
  margin: 10px 0 0;
}
.image-thumb-list__unit {
  margin: 0 0 10px;
  padding: 0 2px;
  cursor: pointer;
  text-align: center;
}
.option {
  padding: 0 0 20px;
}
.option-list__name {
  padding-bottom: 6px;
  font-size: 105%;
  float:left;
}
.option-list__detail {
  margin: 0;
}
.option-list__select {
  border: 2px solid #888888;
  border-radius: 5px;
  box-shadow: none;
  height: 45px;
  width: 100%;
  font-size:115%;
  background-color: #f4ffff;
  padding-top: 5px;
}
.option-list__select:focus {
  outline: none;
  border-color: #666666;
}
.text-titles {
  padding: 0 0 20px;
}
.text-titles-list__name {
  padding-bottom: 10px;
}
.text-titles-list__detail-text {
  border: 2px solid #000000;
  border-radius: 5px;
  box-shadow: none;
  padding: 8px;
  height: auto;
  width: 100%;
}
.text-titles-list__detail-text:focus {
  outline: none;
  border-color: #666666;
}
.order {
  padding: 0 0 20px;
  border-bottom: 2px solid #cecece;
}
.init-list {
  margin: 0;
  width: 45%;
  float: left;
}
.init-list__name {
  padding-bottom: 0px;
  margin: 0 0 4px 0;
}
.init-list__detail {
  margin: 0;
}
.init-list__detail-num {
  border: 2px solid #888888;
  border-radius: 5px;
  box-shadow: none;
  padding: 9px 10px 9px 16px;
  height: auto;
  width: 50%;
  font-size: 110%;
  font-weight: normal;
}
.init-list__detail-num:focus {
  outline: none;
  border-color: #666666;
}
.init-list__detail-updw {
  margin: 0;
  padding-left: 3%;
  vertical-align: middle;
  display: inline-block;
}
.order-btn-list {
  margin: 0;
  padding-top: 24px;
  padding-right: 0;
}
.order-btn-text {
  vertical-align: middle;
  font-weight: bold;
}
.order__btn {
    height: auto;
    width: 100%;
    padding: 17px 0;
    border-radius: 2px;
    font-size: 1.1em;
    margin: 20px 0 0 0;
}
.order__btn-addcart {
  color: #ffffff;
  background-color: #70becf;
  border: 1px solid #70becf;
}
.order__btn-addcart:hover {
  color: #ffffff;
  background: #a0d8ef;
  border: 1px solid #a0d8ef;
}
.order__btn-quick {
  color: #ffffff;
  background: #4da6ff;
  border: 1px solid #4da6ff;
  padding: 16px 0;
}
.order__btn-quick:hover {
  color: #ffffff;
  background: #66b3ff;
  border: 1px solid #66b3ff;
}
.order__btn-soldout.disabled {
  color: #ffffff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  font-weight: bold;
}
.order__btn-soldout[disabled] {
  color: #ffffff;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  font-weight: bold;
}
.related-list {
  margin: 0;
  text-align: right;
  font-size: 0.92857em;
}
.related-list__unit {
  display: inline-block;
}
.table-bordered {
  margin: 0;
  background: #ffffff;
  border: 1px solid #000000;
  border-left: 0;
}
.table-bordered th {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.table-bordered td {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.stock_error {
  text-align: center;
  color: #ff0000;
}

/* sk */
.sk__section {
  margin-top: -73px;
  margin-bottom: 100px;
  padding-top: 73px;
  padding-bottom: 0;
}
.sk-lead {
  margin: 0 0 20px;
}
.sk-list {
  margin: 0 0 20px;
  line-height: 1.8;
  padding: 0 0 0 5px;
}
.sk-list__dt {
  padding: 20px 0 5px;
}
.sk-list__dt:first-child {
  padding: 0 0 5px;
}
.sk-list__dd {
  margin: 0;
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 20px;
}

/* option stock */
.ex-option__title-h2 {
  margin-bottom: 20px;
}
.ex-option__section {
  padding: 20px;
  text-align: center;
}
.ex-option__price-regular {
  color: #999999;
  text-decoration: line-through;
}
.ex-option__discount-rate {
  color: #ff0000;
  font-size: 0.85714em;
}
.ex-option__none {
  margin-bottom: 20px;
}

/* banner */
.contents-sub-banner-list,
.contents-main-banner-list,
.contents-accent-banner-list {
  margin-bottom: 30px;
}

/* free page */
.contents-free {
  padding-bottom: 60px;
}

.contents-free ul,
.contents-free ol {
  /*margin: 0 0 10px 25px;*/
  padding: 0;
}

/* -- アイコン色指定 --*/
   i.fa.fa-2x {
    color: #666666;
    font-size: 1.5em;
}
.kessai img{
    width:20%;
}
.sokutoruko{
  padding:0px;
}
.sale_ichiran{
  margin: 20px 0 10px 0;
}
.sale_ichiran ul{
  list-style: none;
}
.kyo-soku{
  margin: 0 0 20px 0;
}
.kyo-soku ul{
  list-style: none;
}
.kyo-toruko{
  list-style: none;
}
.kyo-toruko ul{
  list-style: none;
}

@media screen and (max-width: 979px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
}

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

  /* module */
.menu__section {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
.menu__title-h2 {
    padding: 13px 0 13px 18px;
    color: #ffffff;
    background: #999999;
}
.menu__suffix {
    padding-left: 10px;
}
.product-list__title {
    width: 100%;
}
.rank__box {
    position: absolute;
    top: 10px;
    left: 15px;
}
.breadcrumb-list {
    font-size: 100%;
}

  /* header */
.header{
    margin: 0 0 10px 0;
    border-bottom: 5px solid #efefef;
}
.header__inner {
    padding: 0;
}
.header__right {
    display: none;
}
.header-search {
    margin-top: 0;
}
.header-search__select {
    margin: 0 0 10px;
    height: 40px;
    width: 100%;
}
.header-search__box {
    margin: 0 0 10px;
    height: auto;
    width: 100%; 
}
.header-search__btn {
    height: auto;
    width: 100%;
}
.header-logo {
    padding-right: 25px;
    padding-left: 25px;
    width: 45%;
    margin:0;
}
.header-tools-phone {
  margin-bottom: 0px;
}
.header-tools-phone__unit {
    float: left;
    padding: 5px 2%;
}
i.fa.fa-2x {
    font-size: 2.5em;
}
h1.header__left.header-logo.header-logo__image.col.col-md-12.col-lg-4 img {
    /*max-width: 255px;*/
}
.tab-block {
    background: #f2f2f2;
    box-shadow: 0 5px #444444 inset;
}
.tab-block--visible {
    display: block;
}
.tab-block--hidden {
    display: none;
}
.tab-block-list {
    padding: 25px 15px 25px;
    text-align: left;
}
.tab-block-list__unit {
    font-weight: bold;
    list-style-type: none;
}
.tab-block-list__link {
    padding: 10px;
    height: 100%;
    width: 100%;
    display: block;
    border: solid 2px #555555;
    border-radius: 6px;
    background-color: #555555;
    color: #fff;
    width: 100%;
    margin: 20px 0 10px 0;
}
.tb-pulldown-list__unit {
    font-weight: normal;
    list-style-type: none;
}
.tb-pulldown-list__link {
    padding: 15px 10px;
    height: 100%;
    width: 100%;
    display: block;
    font-size: 110%;
    border-bottom: solid 1px #ededed;
    color: black;
 }
.tb-pulldown-list__link:before {
    content: '- ';
 }
.smartmanu1{
    float: left;
    padding: 0 0 0 23px;
    display: inherit;
}
.smartmenu2{
    margin: 4.3em 0 0 0;
}

  /* global navigation */
.gnavi {
    display: none;
}

  /* slider */
.slider {
    padding-top: 0;
    padding-bottom: 50px;
}
.slider__inner {
    height: auto;
    width: 100%;
}

  /* main */
  .main__section {
    padding-top: 0;
  }
  .main__section--top {
    padding-top: 0;
  }
  .main__inner {
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
  }

  /* sidebar */
  .sidebar {
    padding: 0;
  }
  .seller-list-left__name--downer {
    margin-top: 10px;
    margin-left: 0;
  }
  .sidebar-banner-list {
    padding: 60px 20px 0;
  }
  .sidebar-banner-list__unit {
    margin: 0 0 30px;
  }
  .stock-list img {
    width: 55%;
}
  .stock-list2 li.txt img{
    text-align: center;
    width: 400px;
  }
   .stock-list2 li.txt2 img{
    text-align: center;
    width: 400px;
  }
  .side_banner_1 img {
    width: 400px;
}
    .sokutoruko{
    margin: 57px 0 0 0;
    text-align: center;
}
   .sokutoruko img{
    width: 400px;
  }

  /* contents */
  .contents {
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    float: none;
  }
  .contents-main {
    padding: 0;
  }

  .contents-sub {
    display: none;
  }

  /* footer */
  .mail-mag__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mail-mag__box {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 8px;
    height: auto;
    width: 100%;
  }
  .mail-mag__btn {
    height: auto;
    width: 49%;
    padding: 8px 0;
    font-size: 0.85714em;
  }

  .guide {
    padding: 0 20px;
  }

  /* product list */
  .sort__section {
    padding-bottom: 30px;
    position: static;
  }
  .sort__sub-layer {
    width: 100%;
  }
  .product-list__expl {
  font-size: 96%;
}
}

@media screen and (max-width: 768px) {
div#wrapper {
    margin: 0px 0 0 0;
}
.slider .bx-wrapper .bx-caption span {
    padding: 10px 20px;
    font-size: 1em;
}
.topbanner {
    display: inherit;
    background-color: #222222;
    height: 105px;
}
.topbanner a{
    color: #ffffff;
}
.topbanner_left{
    width:34%;
    float:left;
}
.topbanner_left img {
}
.topbanner_right{
    width:65%;
    float:right;
}
.topbanner_right img {
}
.header {
    background: #fff;
    border-top: 0px solid #000;
    border-bottom: 5px solid #efefef;
    margin:0 0 15px 0
}
.header__inner {
  padding: 0 20px 0px;
}
h1.header__left {
}
.header__right{
    display: none;
    /* float: left; */
    width: 50%;
}
.header-logo {
    padding-right: 10px;
    padding-left: 10px;
    width: 43%;
    margin:0px;
}
.header-tools-phone {
  margin: 0 0 0 0;
}
/*.header-tools-phone__unit {
    padding: 0.4em 15x;
    border-radius: 5px;
    display: inline-block;
}*/
i.fa.fa-2x {
    font-size: 2.5em;
}
.sticky {
}
  .recommend__section{
  margin-top:40px;
}
.smartmenu2{
}
td.left_block {
    vertical-align: bottom;
}
span.fas.fa-truck {
    font-size: 1.2em;
    vertical-align: middle;
    margin: 0 4px 3px 0px;
}
span.fa.fa-mobile {
    font-size: 1.7em;
    vertical-align: bottom;
    margin: 0 4px 0 10px;
}
  .txt--md {
font-size:.85714em;
}

  /* banner */
.contents-sub-banner-list,
.contents-main-banner-list,
.contents-accent-banner-list {
  margin-bottom: 10px;
}
  
.side_banner_1 img {
    width: 75%;
}
.kyo-soku{
    width: 47%;
    float: left;
    margin: -20px 2% 40px 0;
}
.kyo-toruko{
    width: 47%;
    float: left;
    margin: -20px 0 0 4px;
}
.stock-list2 img {
  display:none;
}
.stock-list img {
    width: 75%;
    text-align: center;
}
.ranking_kyotsu{
    display: none;
}

  /* footer */
.mail-mag i {
    padding-right: 0;
    padding-bottom: 20px;
    display: block;
  }

.guide__inner {
    padding: 30px 0;
  }

.shop-owner {
    margin-bottom: 30px;
    text-align: center;
}
.shop-owner__image {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
}
.shop-owner__info {
    float: none;
}
.shop-owner__name {
    margin-bottom: 10px;
}

.sns-list {
    margin-right: auto;
    margin-left: auto;
}

  .pagetop__section {
    padding: 0;
  }

  .fnavi-list {
    font-size: 95%;
    line-height: 1.8;
  }

  .guide-list__link {
    color: #333;
  }
  .guide-list__link:hover {
    color: #999;
  }

  /* pagenation */
  .pagenation-list__navi-end {
    margin: 0 22px;
  }

  /* product */
  .product__name {
    font-size: 1.28571em;
  }
   .product__model {
    font-size: 1.28571em;
  }
  .product__image {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .product__guide {
    padding-right: 0;
  }
  .product__price {
    font-size: 1.28571em;
  }
  .product__prices {
    font-size: 100%;
  }
  .product__stock-str {
    font-size: 1.28571em;
  }
  .product__info {
    padding-bottom: 0px;
  }
  .product-related-list {
    font-size: 0.92857em;
  }
  .product__explain {
   /*border-top: 2px solid #f5f1e9;*/
  }
  .product__order {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .product-list__expl {
  font-size: 90%;
}
  .option-list__unit--sec {
    padding-top: 20px;
  }
  .order-btn-list {
    padding-left: 0;
  }
  .order__btn-quick {
    margin-top: 10px;
  }
  .related-list {
    padding: 20px 0 0;
    line-height: 2.2;
    text-align: left;
  }
  .related-list__unit {
    display: block;
  }
  .init-list__detail-updw {
  padding-left: 5%;
}
.option-list__select {
  width: 100%;
  font-size:125%;
  height: 50px;
}
.option-list__name {
  padding-bottom: 1px;
}
.init-list__detail-num {
  padding: 13px 10px 9px 16px;
  font-size: 120%;
}

  /* sk */
  .sk__section {
    margin-top: -10px;
    padding-top: 10px;
  }
.nenmatsu table.soto{
  width:100%;
}
.nenmatsu{
  margin: 20px 0 30px 0;
}
.nenmatsu table{
}
.nenmatsu table.soto{
  width:92%;
}
.style1 p strong{
  font-size:90%;
  color:#ea5550;
}
.style1 p {
  text-align:center;
  margin: 15px 0 15px 0;
}
 .sub-list__unit {
  margin-bottom: 0px;
}
 .product-list__freespace-top{
  font-size:16px;
}
.kessai img{
  width:60%;
}
  .side_banner_1 {
    display:none;
}
}

@media screen and (max-width: 709px) {
.header-tools-phone__unit {
    float: left;
    padding: 5px 9px;
}
.smartmenu2 {
}
i.fa.fa-2x{
    font-size: 2.3em;
}
.product-list {
margin:0px 0 0;
}
.product-list__text {
  font-size: 14px;
}
  .option {
  padding: 0 0 30px;
}
  li.option-list__unit.col.col-sm-12 {
    /* margin: 0 0 20px 0; */
}
}
  
@media screen and (max-width: 600px) {
.header-tools-phone__unit {
    float: left;
    padding: 5px 7px;
}
 i.fa.fa-2x {
    font-size: 2em;
}
}
  
  @media screen and (max-width: 567px) {
.header__inner {
    padding: 0 8px 0px;
}
.header-tools-phone__unit {
    padding: 5px 6px;
}
.smartmenu2 {
    margin-left:16em;
}
h1.header__left.header-logo.header-logo__image.col.col-md-12.col-lg-4 img {
    max-width: 200px;
}
i.fa.fa-2x {
    font-size: 1.7em;
}
}

@media screen and (max-width: 480px) {
.topbanner{
    height:72px;
}
.header__inner {
    padding: 0px 0px 0px;
}
.header-logo {
    margin: 0px 0 0 0;
    float: left;
    padding: 0px 0px 0px 0px;
    width: 33%;
}
h1.header__left.header-logo.header-logo__image.col.col-md-12.col-lg-4 img {
    max-width: 100%;
    margin: 0px 0 0 0; 
    float: none;
}
.smartmenu {
    width: 33%;
    float: left;
    text-align: center;
}
.smartmenu1 {
    /*float: left;
    padding: 0 0 0 23px;*/
    display: inherit;
}
.smartmenu2 {
    display: none;
}
i.fa.fa-2x {
    font-size: 1.6em;
}
.header-tools-phone {
    margin-bottom: 0px;
    padding: 0;
}
.header-tools-phone__unit {
    padding: 0px 3%;
    border-radius: 5px;
    display: inline-block;
    margin: 22% auto 0 auto;
    float: none;
}
.main__inner{
padding-top: 0px;
padding-right: 0;
padding-left: 0;
}
.product__order {
    margin-top: 10px;
    margin-bottom: 30px;
}
  .product__prices {
  padding-bottom: 0px;
}
  .sale_ichiran {display:none}
}

@media screen and (max-width: 420px) {
.topbanner{
    height:58px;
}
}

@media screen and (max-width: 376px) {
.topbanner{
    height:52px;
}
}

@media screen and (max-width: 360px) {
.topbanner{
    height:50px;
}
}

@media screen and (max-width: 320px) {
.topbanner{
    height:43px;
}
.header__inner {
    padding: 5px 0px 0px;
}
.header-logo {
    margin: 0px 0 0 0;
    float: left;
    padding: 0px 0px 0px 0px;
    width: 100px;
}
h1.header__left.header-logo.header-logo__image.col.col-md-12.col-lg-4 img {
    max-width: 100%;
    margin: 0px 0 0 0; 
    float: none;
}
.smartmenu {
    width: 32%;
    float: left;
    text-align: center;
}
.smartmenu1 {
    /*float: left;
    padding: 0 0 0 23px;*/
    display: inherit;
}
.smartmenu2 {
    display: none;
}
i.fa.fa-2x {
    font-size: 18px;
}
.header-tools-phone {
    margin-bottom: 0px;
    padding: 0;
}
.header-tools-phone__unit {
    padding: 0px 3%;
    border-radius: 5px;
    display: inline-block;
    margin: 24% auto 0 auto;
    float: none;
}
.main__inner{
padding-top: 0px;
padding-right: 0;
padding-left: 0;
}
.product__order {
    margin-top: 10px;
    margin-bottom: 30px;
}
}

.sk-list__dd {
    margin: 0;
    border-bottom: 1px dotted #999;
    padding: 0 0 10px 0;
}
.sokuno_top {
    margin: 0px 0 0 0;
    padding: 0 0px;
}
.sokuno_top img {
    float: left;
    /* clear: left; */
    width: 48%;
    margin: 0 1%;
}

.kochira a {
color:#0033cc;
}

.kochira a:link {
color:#0033cc;
}

.kochira a:visited {
color:#0033cc;
}

.kochira a:hover {
color:#999999;
text-decoration:underline;
}

.kochira a:active {
color:#333333;
}