@charset "euc-jp";

/*reset*/
html{color:#000;background:#FFF}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}ol,ul{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;*font-size:100%}legend{color:#000}#qsic-css-stamp.cssreset{display:none}
/*//reset*/

/* autoprefixer grid: autoplace */

@font-face{
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}
select,[type="file"] {
  height: 2em;
}
label {
  display: inline;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Medium",
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  line-height: 1.6em;
  font-size: 17px;
  width: auto;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

p {
  margin: .8em 0;
}

a {
  color: #F6921D;
  text-decoration: none;
}
a:visited {
  color: #F6921D;
  text-decoration: underline;
}
a:hover {
  color: #FF6600;
  text-decoration: underline;
}

.link-black a:link {
  color: #000000;
  text-decoration: none;
}
.link-black a:visited {
  color: #000000;
  text-decoration: none;
}
.link-black a:hover {
  color: #F6921D;
  text-decoration: none;
}

dt,dd {
  line-height: 1.6em;
}

table{
  margin-top:20px;
  width:100%;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  background-color:#FFF;
}
table td,th{
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  padding:3px 5px 3px;
}
button:focus {
	outline:0;
}

.option-table {
  width: 100%;
  margin-top: 10px;
}
.option-table th:first-child {
  width: 30%;
}

/*スクロールバー*/
.dr_scroll::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}
.dr_scroll::-webkit-scrollbar-track {
  border-radius: 10px;
}
.dr_scroll::-webkit-scrollbar-thumb {
  background-color: #A6A8AB;
  border-radius: 10px;
}
/**/

.btn {
  border-radius: 0;
}

.btn-area {
  display: block;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}


.product-list__section,block_section {
  display: block;
  width: 100%;
}

/* layout */
.flex-between,.flex-around,.flex-start {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}
.flex-start {
  justify-content: space-start;
}
/***商品一覧配置***/
.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.product-list__unit {
  position: relative;
  width: 100%;
  vertical-align: top;
  display:block;
}

.product-list__unit-squer:before{
  content: "";
  display: block;
  padding-top: 80%;
  border: 1px solid #E6E7E7;
}

.product-list__unit-squer:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product-list__unit-squer {
  width:100%;
  height: 100%;
  position: relative;
}

.product-list__unit-squer:hover {
  opacity: 0.9;
}
.product-list__image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 98%;
  height: auto;
  margin: auto;
}

.prices_container {
  vertical-align: top;
  position: absolute;
  width: 100%;
  top: 100%;
}

.product-list__prices {
  display: block;
  width: 100%;
  box-sizing: border-box;
  bottom: -1.5em;
}
/***↑商品一覧配置***/

.free-space__section {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.recommend-list, .seller-list, .together-list {
  margin-top: 40px;
}

.productlist_noitem {
  display: block;
  width: 100%;
}
  
.product-list__freespace-top {
  padding-bottom: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.product-list__freespace-bottom {
  padding-top: 60px;
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

/* breadcrumb.sort */
.breadcrumb__section {
  padding-bottom: 10px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 5px;
}

.sort--sub-layer {
  border-radius: 0;
}

/* favorite/history */
.dr_scroll {
  overflow-x: scroll;
  white-space: nowrap;
}
.product-list {
}

.product-list__unit-history,.product-list__unit-favorite {
  display: inline-block;
  white-space: nowrap;
  margin: 1em 1em;
}

.history__section {
  border-top: 1px solid #ddd;
  padding: 20px 0 0 5px;
}


.product-list__unit-sm {
  width: 110px;
}
/*
.product-list__unit-md {
  width: 141px;
}

.product-list__unit-lg {
  width: 303px;
}

.product-list__unit--sidebar {
  display: block;
  margin: 0 0 20px;
}

.product-list__image--sm {
  max-width: 110px;
}

.product-list__text {
  display: block;
}

.product-list__name {
  margin-top: 1em;
  text-align: left;
}

.product-list__name--sidebar {
  margin-top: 0;
  margin-left: 10px;
}
*/
.product-list__expl {
  margin-top: 1em;
  text-align: left;
}

.product-list__prices {
  margin-top: 10px;
  background: #000000;
  color: #FFFFFF;
  padding-right: 0.5em;
  box-sizing: border-box;
}

.product-list__prices--sidebar {
  margin-left: 10px;
}

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

.product-list__price-soldout {
  color: #ff0000;
}

.product-list__discount-rate {
  color: #ff0000;
}

/* 検索結果 */
.hit {
  display: inline-block;
  margin: 0 0 .3em 0;
  font-size: .9em;
}

/* //検索結果 */

/*ページャー*/
.current {
  color: #FFFFFF;
  padding: 0.8em;
  background: #F6921D;
}

.current-page a {
  cursor: pointer;
  padding: 0.8em;
}

.current-page a:hover {
  color: #FFFFFF;
  background: #F6921D;
}

.current-next {
  padding: 0.8em;
}

.current-next i{
  font-size: 1.2em;
  color: #FFFFFF;
  padding: 0.6em;
  background-color: #000000;
  cursor: pointer;
}
/* //ページャー*/


/*footer*/
.sns-list {
  list-style-type: none;
  padding: 10px 0;
}

.sns-list__unit {
  display: table-cell;
  padding-right: 5px;
}
/*↑footer*/


/*
 * Module
 */

/* list */
.common__list-ul {
  margin: 1em 0;
}
.common__list-ul li:before {
  content: "■";
  color: #F6921D;
  padding-right: 5px;
}
.common__list-ul li {
  margin-bottom: 0.5em;
}

.common__list-ol {
  margin: 1em 0;
}
.common__list-ol li {
  counter-increment: my-counter;
}
.common__list-ol li:before {
    content: counters(my-counter,".") ".";
    text-transform:uppercase;
    padding-right:3px;
}

/* btn */
.btn-primary {
  background: #F6921D;
  color: #fff;
  border: 0px #F6921D;
}
.btn-primary:hover {
  background: #FF6600;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-secondary {
  background: #48A3FF;
  border: 1px solid #48A3FF;
  color: #fff;
}
.btn-secondary:hover {
  background: #48A3FF;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn-tertiary {
  background: #cf0400;
  border: 1px solid #cf0400;
  color: #fff;
}
.btn-tertiary:hover {
  background: #cf0400;
  color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.btn__addcart, .btn__quick, .btn__soldout {
  padding: 1em 0;
}
.btn__addcart i, .btn__quick i, .btn__soldout i {
  margin-right: 10px;
}
.btn__addcart span, .btn__quick span, .btn__soldout span {
  vertical-align: middle;
}

.btn__soldout.disabled,
.btn__soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.btn-variable {
  padding: 0.5em 3em;
}
  
.btn-wide {
  width: 80%;
  padding: 0.5em 0;
}

.btn-max {
  width: 100%;
  padding: 1em 0;
}

/* title */
.common__title-h1 {
  position: relative;
  font-size: 1.2em;
  padding: 3px;
}
.common__title-h1:before {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #000;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.common__title-h2:after {
  content: "";
  display: inline-block;
  background: #FFFFFF;
  width: 960px;
}
.common__title-h2 {
  padding: 3px 5px;
  background: #000000;
  color: #FFFFFF;

}

.common__title-h3 {
  position: relative;
  font-size: 1.3em;
  padding: 3px;
  border-bottom: 3px solid #A6A8AB;
}

.common__title-h3:before {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #D6DE22;
  left: 0;
  bottom: -3px;
  width: 20%;
}

.section__title {
  display: inline-block;
  padding: 3px 10px;
  font-size: 1em;
  color: #FFFFFF;
  background: #000000;
  margin-top: 1em;
}

.section__title-bar {
  border-left: 5px solid #F6921D;
  padding-left: 0.3em;
  margin: 1em 0 10px;
}

.txtArea01 {
  background: #EEEEEE;
  padding: 1em 1em;
}

.shadow {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}


.txt--sm {
  font-size: 14px;
}

.txt--md {
  font-size: 15px;
}

.txt--lg {
  font-size: 19px;
}

.txt--bold {
  font-weight: bold;
}

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

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

.txt--red {
  color: #ff0000;
}

.txt--gray {
  color: #999;
}

.border--none {
  border: none;
}

.marker {
  background: linear-gradient(transparent 45%, #D6DE22 80%);
}

.clamp {
  overflow: hidden;
  width: 100%;
}

.clamp_2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  margin: 0;
}

.clamp_3 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  margin: 0;
}


.hide {
  display: none;
}


.sponly{
display:none;
}

/*------------------画面幅が480pxまでの時-SP------------------*/
@media screen and (max-width:480px){

  a {
     -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
  }
  
  input {
  white-space: normal;
  }
/*トップボタン SP*/
  #page_top{
    width: 20vw;
    position: fixed;
    right: 3vw;
    bottom: -20vw;
    z-index: 1;
  }

/*レイアウト SP*/

  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1em;
  }
  
  .flex-2box,.flex-3box {
    display: block;
    width:100%;
    vertical-align: top;
  }
  
/* header SP */
  .header__section a {
    color: #FFF;
	text-decoration: none;
  }
  .header__section a:hover {
    color: #D6DE22;
    text-decoration: none;
  }

  .header__section {
    width: 100%;
    text-align: center;
    display: block;
    height: 85px;
    position: fixed;
    z-index: 100;
  }

  .header__flex {
    background-color: #3A2A13;
    display: block;
    height: 50px;
  }

  .header__logo-img {
  display: inline;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  }
  .header__logo-img img {
  height: 50px;
  box-sizing: border-box;
  padding: 0.5em;
  }
  
  .header-search {
  display: block;
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  }
  .footer-search {



  display: block;
  width: 100%;
  background: #FFFFFF;
  position: relative;
  }
  
  .header-search i,.footer-search i {
  position: absolute;
  font-size: 1em;
  top: 10px;
  left: 5px;
  }

  .header-search__box,.footer-search__box {
  width: 99%;
  background: #fff;
  border: 1px solid #A6A8AB;
  border-radius: 0;
  color: #333;
  box-sizing: border-box;
  padding-left: 2em;
  height: 31px;
  }

  .header-tools {
  position: absolute;
  right: 3vw;
  margin: 2vw 0;
  text-align: right;
  color: #fff;
  }

  .header-tools__unit {
  display: inline;
  margin-left: 1.5em;
  line-height: 1.4;
  font-size: 1em;
  }

  .header-tools__unit i {
  position: absolute;
  top: 0;
  left: -1.1em;
  }

  .header-tools__count {
  padding: 0 2px;
  }

/* :::::: HM-menu :::::: */
  .sp-dw {
  }
  
  .gnavi_wrap {
    z-index: 2;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding-top: 50px;
    text-align: left;
    font-weight: bold;
    background: rgba(58,42,19,.9);
    overflow-y: scroll;
  }
  .gnavi_wrap i {
    position: relative;
    font-size: 1em;
    top: -0.15em;
  }  
  .header-gnavi {
    position: relative;
    font-weight: 400;
  }

  .header-gnavi:before {
    content: "MENU";
    display: block;
    background: #604620;
    font-size: 2em;
    color: #FFFFFF;
    line-height: 1.5em;
    text-align: center;
  }
  .header-gnavi__unit {
    width: 100vw;
    padding: 0.5em 0;
    border-bottom: 1px solid #604620;
  }
  .header-gnavi__unit_under a{
   font-size: 2em;
   text-align: center;
   line-height: 0.5em;
   padding-left: 0;
  }
  .header-gnavi__unit_under img{
   display: block;
   width: 20%;
   margin: 0 auto;
   padding: 1.5em
  }
  .header-gnavi__unit_under p{
   color: #fff;
   font-size: 0.8em;
   text-align: center;
   line-height: 0.5em;
   padding-left: 0;
  }
  .header-gnavi__link {
    display: block;
    cursor: pointer;
    padding-left: 1em;
    line-height: 3.5em;
    font-size: 18px;
    font-weight: normal;
  }
  
  .sp-dw_inner{
    display: none;
  }
  .mega-navi__unit {
    display: block;
    cursor: pointer;
    font-size: 16px;
  }
  .mega-navi__link {
    display: block;
    cursor: pointer;
    padding-left: 2em;
    line-height: 2em;
  }  
  
/* :::::: toggle button :::::: */
  
  .contents {
  transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 85px;
  }
  
  #navTgl {
  display: none;
  }

  .open {
  z-index: 3;
  width: 48px;
  height: 48px;
  transition: background .4s, transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .open::before,
  .open::after {
  content: "";
  }
  .open span,
  .open::before,
  .open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 3px solid #F6921D;
  transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
.close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .4s;
}
  
#navTgl:checked + .open span {
  transform: scaleX(0);
}
#navTgl:checked + .open::before {
  transform: rotate(45deg);
}
#navTgl:checked + .open::after {
  transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0,0,0,.8);
}

  
/*トップ画 SP*/

  .top-img:before {
  content:'';
  display: block;
  padding-top: 45vh;
  }
  .top-img {
  width: 100%;
  height: 45vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  }
  
/* main SP */
  .column02 {
  width: 96%;
  margin: 0 auto;
  }  
  
/*Footer SP*/
  .footer__section {
    background: #F1F1F2;
    font-size: 14px;
  }
  .footer-search__box {
    width: 100%;
  }

  .footer__contents {
    width:96%;
    margin:0 auto;
  }

  .footer-shop_info {
    padding-bottom: 2em;
  }

  .footer-shop_info img{
    width: 30%;
    margin: 0 auto;
    padding: 1.5em 0 0;
  }

  .footer_nav {
  }

  .widget-area {
    padding-bottom: 2em;
  }

  .footer_nav__list {
  }

  .footer_nav__list li{
    line-height: 1.5;
  }

  .footer_nav__list___first-line {
    background: #000000;
    color: #FFFF2F;
    text-align: center;
    padding: 3px 0:
  }
  
/* copyright SP */

  .copyright__section {
    padding: 2em 0;
    font-size: 12px;
  }

  .copyright {
    margin: 0 auto;
    text-align: center;
  }
  
/*
 * Module SP
 */
  
  .product-list__tit01 {
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0 10px;
    background: #000000;
    border-left: 10px solid #D6DE22;
  }
  
  .product-list__unit {
    position: relative;
    width: 100%;
    vertical-align: top;    
    display:block;
  }

  .txt--sm {
    font-size: 14px;
  }
  .txt--md {
    font-size: 15px;
  }
  
  .mar-t--10 {
    margin-top: .5em;
  }

  .mar-b--10 {
  margin-bottom: .5em;
  }

  .mar-t--20 {
  margin-top: 1.5em;
  }

  .mar-b--20 {
  margin-bottom: 1.5em;
  }

  .mar-b--40 {
  margin-bottom: 4em;
  }

  .mar-b--60 {
  margin-bottom: 6em;
  }

  .mar-b--100 {
  margin-bottom: 10em;
  }

  .width--110 {
  width: 110px;
  }

  .width--160 {
  width: 160px;
  }

  .width--100% {
  width: 100%;
  }
 
label {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
  
 /*表示しないリスト SP*/
.sp-none,.sidebar__section,.header_shippig {
  display: none;
}

.sponly{
display:inline;
font-size:0.8em;
}

}
/*------------------　//　max-width:480px-SP------------------*/

/*------------------画面幅が481px以上の時-PC/TB共通------------------*/
@media screen and (min-width:481px){

.header__section a {
  color: #FFF;
  text-decoration: none;
}
.header__section a:hover {
  color: #D6DE22;
  text-decoration: none;
}
.gnavi_wrap a {
  color: #3A2A13;
  text-decoration: none;
}
.gnavi_wrap a:hover {
  color: #F6921D;
  text-decoration: none;
}
  
.gnavi_wrap i {
  position: relative;
  font-size: 1em;
  top: -0.1em;
}
/*レイアウト PCTB*/
.container {
  width: 100%;
  margin: 0 auto;
}

.flex-2box {
  display: inline-block;
  width:49%;
  vertical-align: top;
}

.flex-3box {
  display: inline-block;
  width:33%;
  vertical-align: top;
}


/*トップボタン PCTB*/
#page_top{
  width: 80px;
  position: fixed;
  right: 10px;
  bottom: -80px;
  opacity: 1.0;
}

#page_top a{
  width: 100px;
}


/* header PCTB */
.header__section {
  background-color:#3A2A13;
  width: 100%;
  text-align: center;
  position: relative;
}

.header__flex {
  display: flex;
  flex-wrap: no-wrap;
  border-bottom: solid #F6921D 8px;
}

.header-search,.footer-search {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.header-search i,.footer-search i {
  position: absolute;
  font-size: 1.1em;
  top: 7px;
  left: 1px;
}

.header-search__box,.footer-search__box {
  width: 100%;
  height: 2em;
  padding-left: 25px;
  box-sizing: border-box;
  background: #fff;
  border: none;
  color: #000000;
}
.header-search__box:focus,.footer-search__box:focus {
  padding-left: 24px;
  background: #fff;
}

.header-tools {
  position: absolute;
  right: 10px;
  margin: 20px 0;
  text-align: right;
  color: #fff;
}

.header_shippig {
  width: 120px;
  position: absolute;
  top: 50px;
  right: 10px;
}

.header-tools__unit i {
  position: absolute;
  top: 0.1em;
  left: -1.1em;
}

.header-tools__count {
  padding: 0 2px;
}


/* gnavi PCTB */
.gnavi_wrap{
  width: 100%;
  background: #DBCDAF;
  position: absolute;
  z-index: 50;
}

.header-gnavi__unit {
  display: inline-block;
}

.mega-navi {
  display: none;
  max-width: 600px;
  position: absolute;
  top: 3em;
  padding: 1em;
  background: #DBCDAF;
  opacity: 0.95;
  z-index: 50;
  text-align: left;
}
.mega-navi {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  line-height: 1.3em;
}

.mega-navi__unit {
  padding: 0.5em;
  text-align: left;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.mega-navi__link {
  display: block;
  width: 100%;
}


/* トップ画 PCTB */
.top-img {
  width: 100%;
}


/* breadcrumb.sort PCTB */
.breadcrumb__section {
  padding-bottom: 10px;
}

.breadcrumb-list__unit {
  background: url(https://img.shop-pro.jp/tmpl_img/81/spacer.png) no-repeat;
}

.sort__section {
  position: relative;
  top: 0;
  right: 0;
  margin-bottom: 5px;
}

.sort--sub-layer {
  width: 20%;
}


/* information PCTB */
.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;

}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}


/* footer PCTB */
.footer__contents {
  display: flex;
  flex-wrap: no-wrap;
  background: #F1F1F2;
}

.footer_nav {
  margin:0 auto;
  display: flex;
  justify-content: space-evenly;
}

.widget-area {
  border-left: 1px solid #A6A8A8;
  width: 33%;
  margin: 15px 0;
}

.footer_nav__list {
  width: 90%;
  margin: 0 auto;
}

.footer_nav__list___first-line {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 3px 0:
}


/* copyright PCTB */
.copyright__section {
  padding: 20px 0;
}

.copyright {
  margin: 0 auto;
  text-align: center;
}

.copyright__img {
  width: 200px;
  height: 18px;
  margin: 0 0 5px 5px;
}


/*一覧タイトル*/ 
.product-list__tit01 {
  font-size: 2.5em;
  line-height: 1.5em;
  color: #FFFFFF;
  padding: 0 10px;
  background: #000000;
  border-left: 10px solid #D6DE22;
}
 
.sidebar__title {
  margin-bottom: 10px;
  padding: 2px;
  text-align: center;
  font-size: 16px;
  color: #FAAF3F;
  background-color: #3A2A13;
  letter-spacing: 3px;
}


/*
 * Module PCTB
 */


.img-link:hover {
  opacity: 0.9;
}

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

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

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

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

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

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

.mar-b--100 {
  margin-bottom: 150px;
}

.width--110 {
  width: 110px;
}

.width--160 {
  width: 160px;
}

.width--100% {
  width: 100%;
}


/* 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 {
  outline: none;
  border-radius: 0px;
}

}
/*------------------　//　画面幅が481px以上の時-PC/TB共通------------------*/

/*------------------画面幅が961px以上の時-PC------------------*/
@media screen and (min-width:961px){
  
/*
 * layout
 */

.contents {
  padding-top: 48px;
}

.container {
  max-width: 960px;
}


/* header PC */

.header-search_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 1fr;
  grid-template-columns: 190px 1fr;
  width: 50%;
  }
  
.header-tools__unit {
  display: inline;
  margin-left: 2.5em;
  line-height: 1.4;
  font-size: 14px;
}

.header_shippig {
  padding: 10px 0;
}


.header__logo-img {
  margin: 20px;
  -ms-grid-column: 1;
}
.header-search {
  -ms-grid-column: 2;
}

  /* gnavi PC */

.header-gnavi {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  padding: 0.7em 0;
  justify-content: space-between;
  box-sizing: border-box;
}

.header-gnavi__link {
  padding: 1em 2em;
}


/* main PC */

.flex-2column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 1fr;
  grid-template-columns: 270px 1fr;
      grid-template-areas:
        "area_left area_right";
}

.column01 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: area_left;
}

.column02 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: area_right;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.main__section {
  margin: 20px 0;
  padding: 30px 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}

/* sidebar PC */
.sidebar__section {
  width: 100%;
  max-width: 260px;
  min-width: 200px;
  margin-left: 10px;
}

.menu__section {
  margin-bottom: 20px;
}

.sidebar_list {
  font-size: 16px;
}

.sidebar_list i {
  font-size: 18px;
  padding: 0 2px 0 3px;
}

.sidebar_list li {
  margin-bottom: 10px;
}

.more-prd span {
  cursor: pointer;
}


/* contents PC */
.contents__section {
  max-width: 960px;
  margin:0 auto;
}

  
/* history PC*/
.history__container{
  max-width: 1200px;
  margin: 0 auto;
}
  
/* footer PC*/
.footer-shop_info {
  margin:auto 0;
  width:40%;
  padding-left:50px;
  margin-right:10px;
}

.footer-shop_info img{
  width:200px;
  margin:1em 0;
}

.footer-search__box {
  border: 1px solid #A6A8AB;
}
  
.footer_nav {
  width: 59%;
}

.footer_nav__list li{
  line-height: 1.5;
  margin-bottom: .5em;
}

.footer-navi__col {
  list-style-type: none;
  line-height: 2.2;
}

.pagetop__btn {
  display: block;
  padding: 18px 0;
  width: 100%;
  max-width: 50px;
  float: right;
}


/* copyright PC */
.copyright {
  font-size: 12px;
}


/* calender PC */
.cal {
  margin: 20px 0 60px;
  text-align: center;
}

.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
}
.tbl_calendar caption {
  text-align: center;
  margin: 6px 0;
  color: #FFFFFF;
  background: #333;
}

.tbl_calendar th {
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}
.tbl_calendar td {
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}


/* qrcode */
.qrcode {
  margin: 20px 0 60px;
  text-align: center;
}

  
/*非表示 PC*/
.sp-menu,#navTgl {
  display: none;
  
}
  
}
/*------------------//画面幅が961px-PC------------------*/

/*------------------画面幅が960pxまでの時-タブレット------------------*/
@media screen and (min-width:481px) and (max-width:960px){

/*レイアウト TB*/

  .contents {
    padding-top: 42px;
  }

  .container {
    max-width: 100%;
    padding: 0;
  }



/* header TB */

.header-search_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  width: 60%;
  }
  
.header__logo-img {
  margin: 20px 10px;
}

.header-tools__unit {
  display: inline;
  margin-left: 1.5em;
  line-height: 1.4;
  font-size: 1.1em;
}


/*gnavi TB*/
.header-gnavi {
  display: flex;
  flex-wrap: no-wrap;
  position: relative;
  padding: 0.5em 1em 0.7em;
  background: #C9BC9C;
  justify-content: space-between;
  font-size: 13px;
  box-sizing: border-box;
}


/* contents TB */
  .contents__section {
  max-width: 98%;
  margin:0 auto;
  padding: 0;
  }
  
/* main TB */
  .column02 {
  width: 100%;
  margin: 0 auto;
}  

.main__section {
  margin: 20px 0;
  padding: 30px 0;
  overflow: hidden;
}

.main__section--product {
  padding: 20px 0 60px;
}



/* contents TB */
.info__section, .recommend__section, .seller__section, .together__section, .product-list__section, .free-space__section, .product__image, .delivery__section, .payment__section, .cancel__section {
  margin-bottom: 60px;
}


/* footer TB */
.footer-shop_info {
  margin:auto 0;
  width:30%;
  padding:1em;
}

.footer-shop_info img{
  width:90%;
  margin-bottom: 2em;
}
.footer-search__box {
  border: 1px solid #A6A8AB;
}

.footer_nav {
  width: 69%;
}

.footer_nav__list li{
  line-height: 2;
}


/* copyright TB */
.copyright__section {
  font-size: 12px;
}


 /* 表示しないリスト TB */

  .tb-none,.sidebar__section,#navTgl,.sp-menu {
    display: none;
  }
 /**/ 
  
a {
     -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
  }
 
.sponly{
display:none;
}
  
}
/*------------------//max-width:960px-TB------------------*/