﻿﻿@charset "utf-8";

html {
  height: 100%;
  overflow-y: scroll;
}
body {
  font: 14px/1.231 'PT Sans', Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  *font-size: small;
  *font: x-small;
  letter-spacing: 0;
  color:#000;
  line-height:1.6;
  position: relative;
  background: transparent;
}
a {
  color: #666;
}
ul,ol {list-style: none;}
img { vertical-align: bottom;}
small {font-size: 79%;}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fltList { overflow: hidden;}
.fltList li {float: left;}
.fltRgt { float: right;}
.fltLft { float: left; }
.tCtr { text-align:center;}
.tRgt { text-align:right;}
.tLft {text-align: left;}
.mgnBtm5 {  margin-bottom: 5px;}
.mgnBtm10 {  margin-bottom: 10px;}
.mgnBtm20 {  margin-bottom: 20px;}
.mgnBtm30 {  margin-bottom: 30px;}
.mgnBtm40 {  margin-bottom: 40px !important;}
.mgnBtm50 {  margin-bottom: 50px;}
.mgnBtm60 {  margin-bottom: 60px;}
.mgnBtm70 {  margin-bottom: 70px;}
.mgnBtm80 {  margin-bottom: 80px;}
.mgnBtm90 {  margin-bottom: 90px;}
.mgnBtm100 {  margin-bottom: 100px;}
.f10 {
  font-size: 72%;
  line-height: 1.2;
}
.f11 {
  font-size: 79%;
  line-height: 1.3;
}
.f12 {
  font-size: 86%;
  line-height: 1.4;
}
.f13 {
  font-size: 93%;
  line-height: 1.4;
}
.f16 {
  font-size: 115%;
}
.fontred {
  color: #E9262C;
}
.font-family {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background-color: rgba(72, 142, 202, 0.6);
  color: #000;
}

/* Firefox */
::-moz-selection {
  background-color: #cf9;
  color: #000;
}
.sp-only { display: none; }
.pc-only { display: inline-block; }

  @media (max-width: 479px) {
    body {
      font-size: 14px;
      line-height: 1.8;
    }
    img {
      max-width: 100%;
      height: auto;
    }
    iframe { max-width: 100%;}

    .mgnBtm10 {  margin-bottom: 10px;}
    .mgnBtm20 {  margin-bottom: 10px;}
    .mgnBtm30 {  margin-bottom: 20px;}
    .mgnBtm40 {  margin-bottom: 20px;}
    .mgnBtm50 {  margin-bottom: 30px;}
    .mgnBtm60 {  margin-bottom: 30px;}
    .mgnBtm70 {  margin-bottom: 40px;}
    .mgnBtm80 {  margin-bottom: 40px;}
    .mgnBtm90 {  margin-bottom: 50px;}
    .mgnBtm100 {  margin-bottom: 50px;}

    .sp-only {display: inline-block;}
    .pc-only {display: none !important;}

  }

/*
  10px  72%
  11px  79%
  12px  86%
  13px  93%
  14px  100%
  15px  108%
  16px  115%
  17px  122%
  18px  129%
  19px  136%
  20px  143%
  21px  150%
  22px  158%
  23px  165%
  24px  172%
  25px  179%
  26px  186%

*/

/* --------------------------------------------------------------------------------------------

  common

-------------------------------------------------------------------------------------------- */

.container {
  width: 990px;
  margin: 0 auto;
}
.section-pdg {
  padding: 60px 0;
}
.big-ttl {
  position: relative;
  height: 35px;
  line-height: 30px;
  padding: 0;
  margin-bottom: 15px;
  text-shadow: none;
  font-size: 108%;
  text-align: right;
  color: #F08804;
  border-bottom: 2px solid;
}
.big-ttl strong {
  position: absolute;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 230%;
  margin-top: -3px;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
  line-height: 1;
}
.medium-ttl {
  padding: 7px 12px 9px;
  color: #77BB87;
  font-weight: normal;
  border-top: 1px solid;
}
.medium-ttl strong {
  font-size: 185%;
}
.medium-ttl span {
  float: right;
  font-size: 100%;
  margin: 10px 0 0;
}
.medium-ttl i {
  vertical-align: text-top;
  margin: 0 7px 0 0;
  font-size: 114%;
}

/* button */
.btn-gray {
  display: block;
  text-align: center;
  background: #f2f2f2;
  background: -webkit-linear-gradient(#fff, #d2d2d2);
  background: -o-linear-gradient(#fff, #d2d2d2);
  background: linear-gradient(#fff, #d2d2d2);
  box-shadow: inset 0px 0px 0px 1px #FFFFFF;
  border: 1px solid #ccc;
  font-size: 93%;
  text-shadow: 1px 0px 0px #FFFFFF;
}
.btn-gray:hover {
  background: #ddd;
}

  @media (max-width: 479px) {
    .container {
      width: 94%;
    }
    .section-pdg {
      padding: 30px 0;
    }
    .big-ttl {
      height: auto;
      line-height: 1.6;
      text-align: left;
    }
    .big-ttl strong {
      position: relative;
      display: block;
      text-align: left;
      margin: 0;
      font-size: 180%;
    }
    .medium-ttl {
      font-size: 123%;
      font-weight: bold;
      margin-bottom: 2px;
    }
  }
  /* iPhone4 */
  @media (max-width: 320px) {
    .container {
      width: 96%;
    }
  }
/* ------------------------------------------------------

bx-slider

------------------------------------------------------ */
#main-slide li {
  float: left;
}
#main-slide li:first-child {
  margin-right: 10px;
}
#main-slide-area .bx-wrapper {
  width: 990px;
}
.bx-wrapper {
  margin-bottom: 10px;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: 0;
  left: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}

.main-slide-side li {
  margin-right: 5px;
  float: left;
  position: relative;
}
.main-slide-side li:first-child {
  margin-left: 3px;
}
.main-slide-side li:last-child {
  margin-right: 0;
}

.main-slide-side .active {
  opacity: 0.8;
}
.thumbnail-boxs {
  padding: 7px 0;
  margin: 0 0 20px;
}
.bx-wrapper .bx-prev {
  background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 100;
}

#main-slide li a:hover,
.thumbnail-boxs li a:hover {
  opacity: 0.7;
}

  @media (max-width: 479px) {
    #main-slide-area {
      width: 100%;
    }
    #main-slide-area .bx-wrapper {
      width: 100% !important;
      margin: 0 auto 10px !important;
    }
    #main-slide-side li {
      padding: 0 1px;
    }
    #main-slide-side a::after {
      display: none;
    }

    .thumbnail-boxs {
      padding: 0 0;
      margin: 0 0 10px;
    }
    .main-slide-side { width: 100%;}
    .main-slide-side li {
      width: 32.2%;
      margin-bottom: 5px;
    }
    .main-slide-side li:first-child {
      margin-left: 0;
    }
    .main-slide-side li:nth-child(3n) {
      margin-right: 0;
    }
  }

/* --------------------------------------------------------------------------------------------

  header

-------------------------------------------------------------------------------------------- */
.header-iframe {
  width: 100%;
}
.header-inner {
  position: relative;
  width: 990px;
  margin: 0 auto;
  background: #fff;
}
.header-outer {
  padding: 0 0 0;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
  z-index: 9990;
}
.header-outer a {
  text-decoration: none;
}
.header-top h1 {
  display: inline-block;
  float: left;
  text-align: center;
  padding: 28px 0 5px;
}

#header-logo  {
  display: inline-block;
  float: left;
 vertical-align: text-bottom;
}

#header-top-of-rookie  {
  height: 45px;
  display: inline-block;
  float: left;
  position: absolute;
  z-index: 9909;
  top: 45px;
  left: 238px;
}


#header-right-area {
  display: inline-block;
  float: right;
  text-align: right;
  margin-top: 15px;
  line-height: 1.4;
  max-width: 630px;
}
.fix-head #header-right-area {
  width: 580px;
}
.pay-img {
  background-repeat: no-repeat;
  width: 169px;
  height: 26px;
  background-size: auto 100%;
  background-position: center right;
  margin: 4px 4px 0 0;
}
.logo {
  float: right;
  font-size: 72%;
  color: #666;
  letter-spacing: -0.01em;
  margin-right: 0;
  margin: 8px 0 10px;
}

.header-soryo {
  display: inline-block;
  line-height: 1.2;
  padding: 6px 5px 0 5px;
  text-align: right;
  font-size: 160%;
  font-weight: bold;
  color: #EC8400;
  margin: 0;
  float: right;
}
.fix-head .header-soryo {
  padding-top: 0;
}
.header-award-bnr {
  float: left;
  margin-left: 8px;
  margin-top: 26px;
}
.fix-head .header-award-bnr {
  margin-top: 20px;
}
.header-award-bnr li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
}

  @media (max-width: 479px) {
    .header-inner { width: 100%;}
    .header-top { padding: 6px 5px 5px;}
    .header-top h1 {
      width: 135px;
      padding: 14px 0 0 8px;
    }
    .header-top h1 img {
      max-width: 100%;
      height: 100%;
    }

    #header-right-area {
      float: none;
      width: 100%;
      margin: -47px 0 0;
      position: relative;
    }
    .header-top-list {
      width: 100%;
      overflow: visible;
      margin: 0;
    }
    .header-top-list li {
      margin: 0;
      width: 100%;
      float: none;
    }
    .header-tel {
      position: relative;
      top: -10px;
      right: 7px;
    }
    .header-tel a {
      font-size: 135%;
      border: none;
      padding: 0;
    }
    .header-soryo {
      display: none;
    }
    #header-right-area .header-review .bookmark {
      position: absolute;
      right: 3%;
      top: 10px;
      padding: 5px;
      font-size: 88%;
      line-height: 1;
    }
    .logo {
      display: none;
    }
    .header-award-bnr {
      margin-top: 16px;
    }
    .fix-head .header-award-bnr {
      margin-top: 12px;
    }
    .header-award-bnr .bnr_award_01 img {
      width: 60px;
    }
    .header-award-bnr .bnr_award_02 img {
      width: 30px;
    }
  }

.subnav {
  line-height: 1;
  display: inline-block;
  margin: 4px 0 0;
  float: right;
}
.subnav li {
  float: left;
  margin-left: 5px;
  padding: 5px 0;
  position: relative;
}
.subnav li:hover a::after {
  content: "";
  position: absolute;
  background: #eee;
  display: block;
  top: -20px;
  font-size: 10px;
  width: 68px;
  text-align: center;
  padding: 4px;
  border-radius: 3px;
  margin: 0 0 0 -16px;
  line-height: 1.2;
}
.fix-head .subnav li:hover a::after {
  top: auto;
  bottom: -16px;
}
.subnav li:nth-child(1):hover a::after {
  content: "店舗TOPへ";
}
.subnav li:nth-child(2):hover a::after {
  content: "メルマガ登録";
}
.subnav li:nth-child(3):hover a::after {
  content: "店舗レビュー";
}
.subnav li:nth-child(4):hover a::after {
  content: "お支払い方法・送料・返品";
  top: -24px;
  width: 78px;
}
.fix-head .subnav li:nth-child(4):hover a::after {
  top: auto;
}
.subnav li:nth-child(5):hover a::after {
  content: "会社概要";
}
.subnav li:nth-child(6):hover a::after {
  content: "保有ポイントの確認";
}
.subnav li:nth-child(7):hover a::after {
  content: "カートを見る";
}
.subnav li:nth-child(8):hover a::after {
  display: none;
}
.subnav li a {
  color: #666;
  font-size: 145%;
  text-decoration: none;
  padding: 5px 6px;
}
.subnav li:first-child a {
  font-size: 142%;
}
.subnav li:last-child a {
  font-size: 100%;
  line-height: 20px;
}
.subnav li a:hover {
  color: #77BB87;
}

#gnav {
  margin: 0 0 -4px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #BEEDC9;
  border-bottom: 1px solid #BEEDC9;
}
#gnav.fixed {
  position: fixed;
  z-index: 9970;
  width: 100%;
  min-width: 990px;
  top: 90px;
  background: #fff;
  padding: 2px 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  border-top: 1px solid #BEEDC9;
}
#gnav #gnav-parent {
  display: table;
  width: 100%;
  background: #fff;
}
@media (max-width: 990px) {
  #gnav,
  #gnav.fixed{border: none;}
  #gnav #gnav-parent {
    border-top: 1px solid #BEEDC9;
    border-bottom: 1px solid #BEEDC9;
  }
}
#gnav #gnav-parent li {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px dashed #BEEDC9;
}
#gnav #gnav-parent li:first-child {
  border-left: 1px solid #BEEDC9;
  border-right: 1px dashed #ffEDC9;
}
#gnav #gnav-parent li.challenge {
  background: #ffcf92;
  border-right: 1px dashed #eeddC9;
}
#gnav #gnav-parent li.cause {
  background: #ffEDC9;
  border-right: 1px dashed #eeddC9;
}
#gnav #gnav-parent li.stock {
  background: #fafaC9;
  border-right: 1px solid #ffEDC9;
}

#gnav #gnav-parent li:last-child {
  border-right: 1px solid #BEEDC9;
 /* border-right: none; */
}

#gnav #gnav-parent li a,
#gnav #gnav-parent li span {
  display: inline-block;
  width: 100%;
  font-size: 86%;
  color: #666;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  height: 44px;
  padding: 15px 0;
  vertical-align: middle;
  text-decoration: none;
  position: relative;
}
#gnav #gnav-parent li a.two-stage,
#gnav #gnav-parent li span.two-stage {
  padding: 8px 0;
}
#gnav #gnav-parent li a:hover,
#gnav #gnav-parent li span:hover {
  color: #f08804;
}

#gnav #gnav-parent .gnav-child {
  display: inline-block;
  position: absolute;
  background: transparent;
  top: 255px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 990px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none;
  border-right: none;
  border-bottom: none;
  z-index: 999;
}
#gnav #gnav-parent li.hover .gnav-child {
  display: inline-block;
  top: 255px;
  height: 200px;
  border: 1px solid #BEEDC9;
  border-right: 2px solid #BEEDC9;
  border-top: 2px solid #BEEDC9;
}
#gnav #gnav-parent li.active .gnav-child{
  display: inline-block;
  top: 255px;
  height: 200px;
  border: 1px solid #BEEDC9;
  border-right: 2px solid #BEEDC9;
  border-top: 2px solid #BEEDC9;
}
#gnav #gnav-parent li.active {
  background: #000;
}
.medium-ttl:active{
  background: #000;
}

@media all and (-ms-high-contrast:none){
  #gnav #gnav-parent .gnav-child {
    top: 255px;
  }
  #gnav #gnav-parent li.hover .gnav-child {
    top: 255px;
  }
}
@-moz-document url-prefix() {
  #gnav #gnav-parent .gnav-child {
    top: 254px;
  }
  #gnav #gnav-parent li.hover .gnav-child {
    top: 254px;
  }
}
#gnav #gnav-parent li:hover .gnav-child {
  height: auto;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #beedc9;
  border-top: 2px solid #beedc9;
}
#gnav #gnav-parent .gnav-child ul {
  float: left;
  margin-right: 40px;
}
#gnav #gnav-parent .gnav-child ul:last-child {
  margin-right: 0;
}
#gnav #gnav-parent .gnav-child li {
  display: block;
  border: none;
  margin: 0 0 7px;
}
#gnav #gnav-parent .gnav-child li a {
  text-align: left;
  padding: 0;
  height: auto;
}
#gnav #gnav-parent .gnav-child li:hover::before {
  display: none;
}
#gnav #gnav-parent .gnav-child li a:hover {
  background: transparent;
}
.child-first-list {
  margin-right: 25px;
}

#gnav #gnav-parent .img-area a {
  width: 225px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#gnav #gnav-parent .img-area-only a {
  width: 100%;
  height: 200px;
  margin: 0;

  background-repeat: no-repeat;
  background-size: 100% auto;
}


#gnav #gnav-parent .gnav-child h3 {
  font-size: 123%;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}
#gnav #gnav-parent .gnav-child h3 a {
  color: #E56811;
  width: auto;
  height: auto;
  padding: 0;
}

#gnav #gnav-parent li.fixhead-iframe .gnav-child {
  top: 46px;
}
#gnav #gnav-parent li.fixhead-iframe.hover .gnav-child {
  top: 46px;
}

#gnav #gnav-parent li:nth-child(n+4) a:hover::before,
#gnav #gnav-parent li:nth-child(n+4) span:hover::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #BEEDC9 transparent;
  margin: 0;
  z-index: 9999;
  left: 40%;
  right: 40%;
  bottom: 0;
}
#gnav #gnav-parent .gnav-child li a:hover::before,
#gnav #gnav-parent .gnav-child .img-area a:hover::before,
#gnav #gnav-parent .gnav-child h3 a:hover::before {
  display: none;
}
#gnav #gnav-parent li.single:hover::before {
  display: none;
}

  @media (max-width: 479px) {
    #gnav #gnav-parent > li{width: 100%;}
    #gnav #gnav-parent > li:hover #category-iframe, #gnav #gnav-parent > li:hover #child-container{
      display: none;
    }
    .gnav-icon {
      text-align: center;
      display: block;
      height: 36px;
      line-height: 36px;
      font-size: 108%;
      color: #77BB87;
    }
    .gnav-icon.open::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: fixed;
      right: 10px;
      top: 10px;
      color: #fff;
      content: "\f00d";
      font-size: 30px;
      z-index: 9999;
    }
    #gnav {
      margin: 0;
      background: #f5f5f5;
      text-align: center;
      border: none;
    }
    #gnav.fixed{
      top: 52px;
      background: #f5f5f5;
      z-index: 9990;
      border: none;
      min-width: 100%;
    }
    #gnav #gnav-parent {
      display: none;
      border: none;
      position: fixed;
      background: rgba(119, 187, 135, 0.9);
      top: 0;
      bottom: 0;
      left: 0;
      padding: 60px 6% 10px;
      z-index: 9998;
      overflow-y: scroll;
    }
    #gnav #gnav-parent li a:hover::before,
    #gnav #gnav-parent li span:hover::before {
      display: none;
    }
    #gnav.fixed #gnav-parent {
      display: none;
    }
    #gnav #gnav-parent li {
      position: relative;
      display: block;
      border: none;
    }
    #gnav #gnav-parent li .open-icon {
      position: absolute;
      display: block;
      width: 37px;
      height: 36px;
      z-index: 50;
      background: rgba(255, 255, 255, 0.8);
      text-align: center;
      top: 0px;
      right: 0px;
      font-size: 16px;
      padding-top: 11px;
      color: #77BB87;
      border-radius: 3px;
      border-left: 1px solid #77BB87;
    }
    #gnav #gnav-parent li.single::after {
      display: none;
    }
    #gnav #gnav-parent li:nth-child(n+3) a:hover::before,
    #gnav #gnav-parent li:nth-child(n+3) span:hover::before {
      display: none;
    }
    #gnav #gnav-parent li a,
    #gnav #gnav-parent li span {
      height: auto !important;
      padding: 11px 10px !important;
      border: none;
      text-align: left;
      font-size: 93%;
      margin-bottom: 3px;
      border-radius: 3px;
      background: #fff;
      color: #666;
      font-weight: normal;
    }
    #gnav #gnav-parent li a:hover,
    #gnav #gnav-parent li span:hover {
      color: #000;
    }
    #gnav #gnav-parent li br {
      display: none;
    }
    #gnav #gnav-parent .gnav-child h3 {
      text-align: left;
    }
    #gnav #gnav-parent .gnav-child h3 a {
      padding: 0 !important;
    }

    #gnav #gnav-parent .gnav-child {
      height: auto;
      position: static;
      width: 100%;
      background: #fff;
      padding: 10px;
    }
    #gnav #gnav-parent li:hover .gnav-child {
      padding: 10px;
    }
    #gnav #gnav-parent .gnav-child ul {
      float: none;
      margin-right: 0;
    }
    #gnav #gnav-parent .gnav-child li a {
      padding: 0 !important;
    }
    #gnav #gnav-parent .gnav-child li a:hover {
      color: #000;
    }
    #gnav #gnav-parent .gnav-child .img-area {
      display: none;
    }

    .child-first-list {
      float: none;
    }

    #gnav .container {
      display: table;
      width: 97%;
    }
    .sp-only.gnav-icon {
      width: 41%;
      position: relative;
    }
    .sp-only.gnav-icon:after {
      content: "";
      position: absolute;
      display: block;
      width: 1px;
      height: 45%;
      background: #b5e0bf;
      right: 2px;
      top: 27%;
    }
    .sp-only.gnav-icon, .sp-only.gnav-icon-sub {
      text-align: center;
      display: table-cell;
      padding: 10px 0;
      line-height: 1.3;
      font-size: 100%;
      color: #74b483;
      font-weight: bold;
      vertical-align: middle;
    }
    .sp-only.gnav-icon a, .sp-only.gnav-icon-sub a {
      color: #74b483;
      font-weight: bold;
      text-decoration: none;
      padding: 0;
      display: inline-block;
      width: 100%;
      font-size: 123%;
    }
  }
/*#gnav #gnav-parent li a.tablet-only{display: none;}
@media (max-width: 768px) {
  #gnav #gnav-parent li a.tablet-only{display: inline-block;}
  .pc-only{display: none;}
}*/
/* header-search-box */
.header-search-box .keyword {
  border-radius: 0 0 0 5px;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
}
.header-search-box .submit-btn {
  padding: 22px 11px;
  height: 85px;
  background: #DCF7E2;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  width: 105px;
  box-sizing: border-box;
  float: right;
  position: relative;
}
.header-search-box .submit-btn i {
  position: absolute;
  font-size: 118%;
  color: #fff;
  top: 36px;
  left: 24px;
}
/* header-category */
.header-category .category-btn {
  background: #014FA2;
  background: linear-gradient(#014DA1, #03318F);
  display: inline-block;
  padding: 11px 30px;
  color: #fff;
}
.header-category .category-btn:hover {
  background: #03318F;
}

.category-list {
  display: none;
  position: absolute;
  font-size: 93%;
  box-shadow: 0px 0px 2px 0px #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 9999;
  background: #fff;
}
.category-list::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 80px;
  margin-left: -7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
}
.category-list.open {
  display: block;
}
.category-box-left {
   padding: 20px 10px 20px 20px;
}

.category-box-left li a {
  display: block;
  margin-bottom: 7px;
  position: relative;
  padding-right: 20px;
}
.category-box-left li:last-child a {
  margin-bottom: 0;
}
.category-box-left li a::after {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0px;
  top: 3px;
  font-size: 12px;
  color: #ccc;
}
.category-box-left li a:hover::after {
  color: #666;
}

.category-box-right {
  float: right;
  width: 805px;
  padding: 0;
  border-left: 1px solid #ddd;
  margin: 0;
  background: right bottom no-repeat;
}

/*検索＆人気ワード*/
.popular-area {
  margin: 20px 0 0;
}
.top-seach-box {
  margin: 0;
}

/* header-search */
.header-search-box-iframe {
  width: 100%;
  min-width: 990px;
  min-width: 990px;
  z-index: 9970;
  position: fixed;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
  top: 0;
  display: block;
  background: #fff;
}
.header-search-box {
  display: block;
  background: #beedc9;
  border-radius: 5px 5px 0 0;
}
.header-search {
  padding: 10px 14px;
  clear: both;
}

.header-search input[type="text"],
.header-search input[type="submit"]{
  border:1px solid #ccc;
  background: #fff;
  padding: 0 10px;
  font-size: 93%;
  border-radius: 3px;
  margin-left: 5px;
  height: 34px;
}
select::-ms-expand {
  display: none;
}
.header-search select {
  padding: 7px 18px 7px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #CCC;
  background: #fff;
  background: url(../images/common/arrow_01.png) 93% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
  background: url(../images/common/arrow_01.png) 93% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
  background-size: 9%;
  border-radius: 3px;
  height: 34px;
}
.header-search select:hover {
  background: url(../images/common/arrow_01.png) 93% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
  background: url(../images/common/arrow_01.png) 93% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
  background-size: 9%;
}
.header-search input[type="text"]:hover {
  background: #f2f2f2;
}
.header-search input[type="submit"]{
  -webkit-appearance: none;
  background: #77BB87;
  color: #FFF;
  border: 1px solid #77BB87;
  border-radius: 5px;
  height: 34px;
  width: 8%;
  margin: 0;
  font-size: 108%;
  font-weight: bold;
  text-align: center;
  margin-left: 5px;
}
.header-search input[type="submit"]:hover {
  background: #D95929;
  border: 1px solid #D95929;
  color: #fff;
}
.header-search input[type="text"] {
  width: 55%;
  margin: 0 0 0 10px;
}
.header-search p {
  display: inline-block;
  margin: 0 0 0 3px;
  color: #77BB87;
  font-weight: bold;
  font-size: 116%;
  vertical-align: middle;
}

.fix-head .header-search {
  padding: 0;
}
.fix-head .header-search input[type="text"],
.fix-head .header-search input[type="submit"]{
  height: 30px;
}
.fix-head .header-search input[type="text"] {
  margin: 0 0 0 10px;
  width: 165px;
}
.fix-head .header-search p {
  font-size: 100%;
}

.fix-head h2 {
  float: left;
  text-align: center;
  padding: 26px 0 0;
}
.fix-head .subnav {
  margin: 0 0 5px 0;
  float: right;
}
.fix-head .header-search input[type="submit"]{
  color: #FFF;
  padding: 0 10px;
  height: 30px;
  width: auto;
  border-radius: 3px;
  font-weight: normal;
}
.header-search i {
  font-size: 26px;
  line-height: 0;
  color: #77BB87;
  padding: 0 10px 0 0;
  vertical-align: sub;
}

  @media (max-width: 479px) {

    #fix-head {
      display: none;
    }
    #fix-head.fixed {
      display: block;
    }
    #fix-head {
      height: 52px;
    }
    .fix-head h2 {
      padding-top: 13px;
    }
    .fix-head h2 img {
      width: auto;
      height: 26px;
    }
    #subnav {
      display: block;
      width: 100%;
      background: rgba(119, 187, 135, 0.9);
      right: 0;
      position: fixed;
      left: 0;
      top: 0;
      padding: 60px 6% 0;
      height: 100%;
      display: none;
      z-index: 9998;
    }
    #subnav li {
      float: none;
      display: block;
      margin: 0;
      padding: 0;
    }
    #subnav li a {
      font-size: 100%;
      padding: 5px 10px;
      background: #fff;
      display: block;
      margin-bottom: 7px;
      border-radius: 3px;
    }
    #subnav li.tel a {
      background: #E68514;
      text-align: center;
      font-size: 136%;
      font-weight: bold;
      color: #fff;
    }
    .sp-only.subnav-icon,
    .sp-only.search-icon {
      display: none !important;
      font-size: 20px;
      display: inline-block;
      height: 25px;
      line-height: 27px;
      width: 36px;
      position: fixed;
      right: 5px;
      text-align: center;
      color: #77BB87;
      z-index: 9989;
      border-left: 1px solid #ccc;
      top: 15px;
    }
    .sp-only.subnav-icon {
      z-index: 9979
    }
    .sp-only.search-icon {
      right: 44px;
      line-height: 25px;
      position: fixed;
      border: none;
      top: 15px;
    }
    .sp-only.subnav-icon.fixed,
    .sp-only.search-icon.fixed {
      display: inline-block !important;
    }
    .sp-only.search-icon.fixed {
      z-index: 9975;
      color: #77BB87;
    }
    .sp-only.search-icon.fixed.under {
      opacity: 0.1;
    }
    .sp-only.search-icon.open,
    .sp-only.subnav-icon.open {
      z-index: 9999;
    }
    .sp-only.search-icon.open i::before,
    .sp-only.subnav-icon.open i::before {
      content: "\f00d";
      font-size: 28px;
      position: relative;
      color: #fff;
    }
    .header-search {
      float: none;
      position: fixed;
      background: rgba(60, 63, 67, 0.9);
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      padding: 60px 6% 0;
      top: 0;
      z-index: 9990;
      display: none;
    }
    .header-search form {
      background: #fff;
      display: block;
      padding: 20px;
      border-radius: 3px;
      box-shadow: 1px 1px 2px -1px #498DCA;
      text-align: left;
    }
    .header-search i {
      position: relative;
      display: block;
      margin: 0 0 12px;
      font-size: 116%;
      color: #000;
    }
    .header-search i::after {
      content: "価格・キーワードで商品を検索";
      -webkit-font-smoothing: auto;
      font-size: 93%;
      margin-left: 5px;
    }
    .header-search select,
    .header-search input[type="text"],
    .header-search input[type="submit"] {
      margin: 2px 0;
      padding: 0 6px;
      height: 36px;
    }
    .header-search select {
      width: 44%;
      margin-bottom: 5px;
    }
    .header-search input[type="text"] {
      width: 70%;
    }
    .header-search input[type="submit"] {
      -webkit-appearance: none;
      float: right;
      width: 26%;
      text-align: center;
      color: #fff;
    }

    #fix-head h2 {
      padding: 7px 0 0;
      width: 110px;
    }

  }

/*popular-words*/
.popular-words {
  margin-bottom: 10px;
  background: #d9f5e0;
  border-radius: 0 0 5px 5px;
}
.popular-words h3 {
  vertical-align: middle;
  width: 120px;
  text-align: center;
  padding: 10px 0;
  float: left;
  background: #b5e0bf;
  border-radius: 0 0 0 5px;
}
.popular-words ul {
  line-height: 1;
  vertical-align: middle;
  padding: 6px 0;
  margin-top: -5px;
  float: right;
  width: 860px;
}
.popular-words li {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #ccc;
  margin-top: 5px;
  line-height: 1;
  font-size: 86%;
  color: #3C3F43;
}
  @media (max-width: 479px) {
    .popular-area {
      width: 100%;
      margin: 10px 0 0;
    }
    .popular-area::before {
      display: none;
    }
    .popular-words {
      border-radius: 2px;
    }
    .popular-words h3 {
      display: block;
      width: 100%;
      text-align: left;
      padding: 5px 6px 0;
      border-right: none;
      font-size: 93%;
      color: #3C3F43;
    }
    .popular-words ul {
      display: block;
      padding: 8px 6px;
      margin-top: 0;
      width: auto;
    }
  }

.top-comment-area {
  display: inline-block;
  width: 100%;
  font-size: 93%;
  padding: 8px 20px;
  background: #FFF3F3;
  line-height: 1;
  margin-bottom: 3px;
  border-top: 1px solid #E7282D;
  border-bottom: 1px solid #E6272C;
  color: #000;
}
.top-comment-area dt {
  float: left;
  margin-right: 30px;
}
.top-comment-area-iframe {
  position: relative;
}
.top-comment-area-iframe::before {
  background: url(../images/icon_cow_01.png) center no-repeat;
  width: 60px;
  height: 58px;
  position: absolute;
  content: " ";
  right: 5px;
  bottom: 7px;
}
  @media (max-width: 479px) {
    .top-comment-area {
      padding: 8px 10px;
    }
    .top-comment-area dt {
      margin-right: 0;
    }
  }
/* big-banner-area */
#big-banner-area {
  display: block;
  width: 995px;
  margin-bottom: 10px;
  margin-left: -5px;
}
#big-banner-area li {
  float: left;
  width: 492px;
  display: inline-block;
  margin-left: 5px;
}
#big-banner-area .big-banner-area-box {
  border: 3px solid #FED001;
  padding: 7px;
  height: 70px;
}
#big-banner-area .big-banner-area-box.matome-info-box {
  border-color: #E56811;
}
#big-banner-area .big-banner-area-box.matome-info-box h4 {
  width: 280px;
  float: left;
  font-size: 143%;
  line-height: 1.2;
  color: #fff;
  background: #E56811;
  display: block;
  padding: 4px 15px;
  margin: -10px;
}
#big-banner-area .big-banner-area-box.matome-info-box h4 strong {
  font-size: 129%;
}
#big-banner-area .big-banner-area-box.matome-info-box p {
  float: right;
  width: 190px;
}

/* --------------------------------------------------------------------------------------------

  sidebar

-------------------------------------------------------------------------------------------- */
#sidebar {
  width: 185px;
  float: left;
}
#sidebar a {
  text-decoration: none;
  color: #666;
}
#sidebar a:hover {
  color: #000;
}
.side-ttl {
  padding: 5px 0 5px 15px;
  line-height: 1.5;
  color: #77BB87;
  font-weight: normal;
  font-size: 130%;
  background-repeat: repeat-x;
  background: #fff;
  margin-bottom: 0;
  border: 1px solid #BEEDC9;
  border-bottom: 2px solid #77BB87;
}
.side-ttl strong {
  display: block;
  font-size: 167%;
  font-size: 73%;
}
/* .side-banner-area */
.side-banner-area li:nth-child(1) a, .side-banner-area li:nth-child(2) a, .side-banner-area li:nth-child(3) a {
  padding: 10px 0;
  display: block;
  border: 2px solid #BEEDC9;
  text-align: center;
  border-radius: 2px;
}
.side-banner-area li a i {
    color: #77BB87;
}
.side-banner-area li:nth-child(1) a:hover, .side-banner-area li:nth-child(2) a:hover, .side-banner-area li:nth-child(3) a:hover {
    background: #BEEDC9;
}

/* #side-menu */
#side-menu {
  margin-bottom: 20px;
}
#side-menu ul {
  padding: 10px 15px;
  border: 1px solid #BEEDC9;
  font-size: 86%;
}


/* .free-campaing-area */

.free-campaign-area {
  position: relative;
  overflow: hidden;
  padding: 5px;
  display: block;
  background: #E7282D;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #E7282D;
  margin-bottom: 20px;
}
.free-campaign-area h4 {
  font-size: 172%;
  -webkit-font-smoothing: antialiased;
  line-height: .9;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #FFF100;
}
.free-campaign-area::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #FFF100;
  position: absolute;
  right: -15px;
  bottom: -15px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.free-campaign-area::after {
  content: "\f061";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #E7282D;
  position: absolute;
  right: 1px;
  bottom: 1px;
  font-size: 8px;
}
.side-banner-area {
  margin-bottom: 20px;
}

/* #side-category-menu */
#side-category-menu {
  margin-bottom: 20px;
}
#side-category-menu li {
  position: relative;
}
#side-category-menu a,
#side-category-menu .like-a-link {
  display: inline-block;
  width: 100%;
  padding: 10px 0px 10px 10px;
  border: 1px solid #BEEDC9;
  border-top: none;
  background: #fff;
  font-size: 93%;
}
#side-category-menu a:hover {
  background: #BEEDC9;
  font-weight: bold;
}
#side-category-menu .submenu-open {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 10px;
  padding: 13px 0 0;
  color: #666;
  border: none;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  width: 22px;
  height: 100%;
}
#side-category-menu .submenu-open::before {
  content: "\f078";
}
#side-category-menu .submenu-open.open::before {
  content: "\f077";
  color: #E9262C;
}
#side-category-menu .submenu-open:hover {
  color: #E9262C;
}
#side-category-menu .side-category-menu-sub {
  margin-top: -1px;
}
#side-category-menu .side-category-menu-sub a {
  border-bottom: none;
  font-size: 93%;
  padding: 6px 20px 6px 10px;
  background: rgba(247, 245, 234, 0.39);
  border-left: 2px solid #77BB87;
  border-bottom: 1px solid #ddd;
}
#side-category-menu .side-category-menu-sub a::before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  width: 10px;
}
#side-category-menu .side-category-menu-sub .side-category-menu-sub a{
  background: rgb(245, 243, 234);
  padding-left: 15px;
  padding-right: 10px;
}
#side-category-menu .side-category-menu-sub .side-category-menu-sub a::before {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  width: 10px;
}
#side-category-menu .side-category-menu-sub .side-category-menu-sub .side-category-menu-sub a{
  background: #C1C1AD;
  padding-left: 35px;
}
#side-category-menu .side-category-menu-sub .side-category-menu-sub .side-category-menu-sub .side-category-menu-sub a{
  background: #B3B39D;
  padding-left: 40px;
}
#side-category-menu .side-category-menu-sub .side-category-menu-sub .side-category-menu-sub .side-category-menu-sub .side-category-menu-sub a{
  background: #A9A996;
  padding-left: 45px;
}

/* #side-calender */
#side-calender h4 {
  text-align: center;
  padding: 8px 0 6px;
  margin: 5px 0;
  font-size: 93%;
  border-bottom: 2px solid #BEEDC9;
  line-height: 1;
}
#side-calender table {
  width: 100%;
}
#side-calender th,
#side-calender td {
  width: 14.28%;
  text-align: center;
  border: 1px dotted #ddd;
}
#side-calender .sat,
#side-calender .sun {
  background: #eee;
}
#side-calender .holiday {
  background: rgba(254, 189, 105, 0.34);
}
#side-calender .holiday-mark {
  color: transparent;
  background: rgba(254, 189, 105, 0.34);
  width: 18px;
  margin-right: 3px;
  display: inline-block;
  height: 18px;
}

  @media (min-width: 186px) and (max-width: 479px) {
    #sidebar iframe,
    #sidebar {
      width: 100%;
      float: none;
    }
    #side-category-menu {
      display: none;
    }
    .free-campaign-area,
    .side-banner-area,
    #side-menu {
      margin-bottom: 10px;
    }
    #side-mvp-2 {
      display: none;
    }
    #side-ranking {
      display: none;
    }
    .side-banner-area,
    #side-calender {
      overflow: hidden;
    }
    .side-banner-area li,
    #side-calender div {
      float: left;
      width: 48%;
      margin: 1%;
    }
    #side-calender p {
      text-align: right;
    }
    #side-category-menu .submenu-open {
      width: 36px;
    }
  }
  @media (max-width: 420px) {
    #side-calender div {
      width: 98%;
    }
  }


/* --------------------------------------------------------------------------------------------

  main-column

-------------------------------------------------------------------------------------------- */

#main-column {
  width: 780px;
  float: right;
}
  @media (max-width: 479px) {
    #main-column {
      width: 100%;
      float: none;
    }
  }

/* .product-list-box
============================================ */
.product-list-box {
  overflow: hidden;
}
.product-list-box li {
  position: relative;
  display: inline-block;
  width: 20%;
  float: left;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  line-height: 1.5;
  font-size: 93%;
  box-shadow: inset 0px 0px 0px 1px #FFFFFF;
  text-align: center;
  background-color: #fff;
  padding: 33px 0 0 0;
  position: relative;
}
.product-list-box li:first-child {
  border-left: 1px solid #ccc;
}

.ranking-all .product-list-box li {
  border-right: 1px solid #ddd;
}

.product-list-box-imgarea {
  width: 90%;
  height: 120px;
  margin-bottom: 7px;
  background: center no-repeat;
  background-size: 100%;
  margin: auto;
}
.product-list-box li h3 {
  padding: 9px 8px 0;
  line-height: 1.2;
  font-size: 93%;
  text-align: left;
  width: 100%;
  height: 53px;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  position: absolute;
  top: 0;
  color: #000;
  font-weight: normal;
}
.link-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.link-area:hover {
  background: rgba(255,255,255,0.4);
}
.price {
  display: block;
  font-size: 100%;
  color: #000;
  font-style: normal;
  padding: 0px 10px 7px;
}
.price small {
  font-size: 50%;
}

/* ranking */
.disnon {
  display: none;
}

  @media (max-width: 479px) {
    .product-list-box {
      padding: 0;
      margin: 0 0 0;
    }
    .product-list-box li {
      width: 33.3%;
      height: 165px;
      margin: 0;
    }
    .product-list-box-imgarea {
      width: 88%;
      height: 95px;
      background-size: auto 100%;
    }
    .product-list-box li h3 {
      height: 50px;
      line-height: 1.1;
      font-size: 85%;
      padding: 7px 5px 0;
    }
    .price {
      font-size: 108%;
      padding: 8px 10px 0;
    }
    .price small {
      margin-right: -1px;
    }

    .top-review-area-left {
      max-width: 100%;
      padding: 10px;
      height: auto;
      float: none;
      margin-bottom: 10px;
    }
    .top-review-area-left .header-soryo {
      width: 49%;
      float: left;
      margin-right: 2%;
      top: 0;
    }

    #header-right-area .bookmark {
      position: absolute;
      right: 5px;
      top: -42px;
      padding: 6px;
      font-size: 75%;
      line-height: 1.4;
      display: inline-block;
      background: #fff;
      border: 1px solid #ccc;
      margin-bottom: 2px;
      border-radius: 2px;
      text-decoration: none;
      text-align: center;
    }
    .qr-code {
      display: none;
    }
  }

/* --------------------------------------------------------------------------------------------

  iframe-area

-------------------------------------------------------------------------------------------- */
#top-scroll {
  position: fixed;
  bottom: 60px;
  right: -150px;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#top-scroll.fixed {
  right: 0;
}
#top-scroll a {
  background: #77BB87;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 25px 26px;
  border-radius: 50%;
  position: relative;
  margin: 0 15px 0 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#top-scroll a:hover {
  margin: 0 26px 0 0;
}
#top-scroll a::after {
  content: "";
  border: 37px solid transparent;
  border-left: 50px solid #77BB87;
  position: absolute;
  top: 10px;
  right: -69px;
}

#kakaku-iframe-area {
  position: fixed;
  top: 165px;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.kakaku-iframe-area h3 {
  background: #438CCB;
  color: #fff;
  padding: 2px 7px 5px 8px;
  border-radius: 5px 0 0 5px;
  line-height: 1.4;
  text-align: center;
}
.kakaku-iframe-area .kakaku-number {
  font-size: 210%;
  letter-spacing: -0.05em;
  color: #FFF100;
}
.kakaku-iframe-area .kakaku-number small {
  font-size: 79%;
  margin-left: 3px;
}
.kakaku-iframe-area .kakaku-soryo {
  font-size: 200%;
  color: #FFF100;
}
.kakaku-iframe-area a {
  display: block;
  background: #4D87BC;
  border-radius: 5px 0 0 5px;
  text-decoration: none;
  color: #fff;
  margin-top: 1px;
  padding: 6px 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.kakaku-iframe-area a:hover {
  background: #438CCB;
}

.kakaku-iframe-area .zeikomi {
    font-size: 70%;
    display: inline-block;
    width: 1em;
    line-height: 1;
    font-weight: bold;
    margin-right: 5px;
}
#left-iframe-area {
  position: fixed;
  left: 0;
  top: 181px;
  z-index: 9999;
}
.fix-side-bnr {
  margin-left: -56px;
  -webkit-transition: width ease-in-out 0.2s;
  -moz-transition: width ease-in-out 0.2s;
  -ms-transition: width ease-in-out 0.2s;
  -o-transition: width ease-in-out 0.2s;
  transition: width ease-in-out 0.2s;
  display: inline-block;
}
.fix-side-bnr.first {
  margin-bottom: 20px;
}
.fix-side-bnr:hover {
  margin-left: 0;
}

#right-iframe-area {
  position:fixed;
  right: 0;
  bottom: 160px;
  z-index: 9997;
}
#tab01 {
  background: url(//www.rakuten.ne.jp/gold/hakourisenka/img/banner/0701apribanner.png) 0 0 no-repeat;
  width: 120px;
  height: 120px;
  -webkit-transition: width ease-in-out 0.2s;
  -moz-transition: width ease-in-out 0.2s;
  -ms-transition: width ease-in-out 0.2s;
  -o-transition: width ease-in-out 0.2s;
  transition: width ease-in-out 0.2s;
}
#tab01:hover {
  width: 360px;
}

  @media (max-width: 1320px) {
    #kakaku-iframe-area,
    #left-iframe-area,
    #right-iframe-area,
    #top-scroll
    {
      display: none;
    }
  }

/* --------------------------------------------------------------------------------------------

  カテゴリ一覧

-------------------------------------------------------------------------------------------- */
#cat-list-section {
  margin-bottom: 10px;
}
#cat-list-section h4 {
  color: #77BB87;
  margin: 0 0 10px;
  padding: 10px 15px 3px;
  border-top: 1px solid;
  /* box-shadow: 0 2px 2px rgba(0,0,0,0.2); */
}
#cat-list-section h4 strong {
  font-size: 185%;
}
#cat-list-section h4 i {
  vertical-align: text-top;
  margin: 0 7px 0 0;
  font-size: 114%;
}
#cat-list-section h4 span {
  font-size: 100%;
  float: right;
  margin: 10px 0 0 0;
  font-weight: normal;
}


/* JETPRICE カテゴリ */
.jetprice-cat li {
  float: left;
  margin: 0 10px 10px 0;
}
.jetprice-cat li:nth-child(4) {
  margin: 0 0 10px;
}
.jetprice-cat li h3 {
  color: #7DA838;
  font-size: 123%;
  margin-bottom: 7px;
}
.cat-parent {
  color: #666;
  background: #EEFFF2;
  text-decoration: none;
  padding: 17px 52.5px;
  display: block;
  border: 1px solid #BEEDC9;
}
.cat-parent:hover {
  color: #F08804;
}
.cat-icon {
  float: right;
}

.cat-area {
  background: #BEEDC9;
  padding: 0;
  margin: 0 0 5px;
}
.cat-area h3 {
  font-size: 118%;
  margin-left: 0;
  margin-bottom: 0;
  padding: 9px 0 8px 10px;
  color: #666;
  border: 1px solid #BEEDC9;
  background: #EEFFF2;
  font-weight: normal;
  text-shadow: 1px 1px 0 #fff;
}

.cat-content {
  background: #fff;
  margin: 0 0 0;
  border: 1px solid #BEEDC9;
  border-top: none;
}

.list-area p {
  font-size: 108%;
  color: #F08804;
  margin-bottom: 7px;
}
.list-area li {
  width: 33.3%;
  display: block;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  position: relative;
  float: left;
  border-top: 1px solid #BEEDC9;
  border-right: 1px solid #BEEDC9;
}
@media (min-width: 479px) {
  .list-area li:hover,
  .list-area li:nth-child(3n):hover,
  .list-area li:last-child:hover {
    border: 1px solid #e28111 !important;
    margin: 0 0 0 -1px;
    width: 33.4%;
    padding: 10px 0 9px 10px;
  }
  .list-area li.block2:hover{
    width: 66.7%;
  }
  .list-area li.block3:hover{
    width: 100%;
  }
}
.list-area li:nth-child(3n) {
  border-right: none;
}
.list-area li.block3 {
  width: 100%;
  border-right: none;
}
.list-area li.block2 {
  width: 66.7%;
  border-right: none;
}
.list-area li .category-icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  border-radius: 50%;
}
.list-area li span {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  font-size: 95%;
}
.list-area li:.block3 span {
  width: 93.3%;
}
.list-area li.block2 span {
  width: 90%;
}
.list-area li a {
  font-size: 93%;
  color: #666;
  display: block;
  text-decoration: none;
}
.list-area li a:hover {
  color: #E56811;
}
.img-area a {
  float: right;
  width: 190px;
  height: 110px;
  background: center no-repeat;
  background-size: contain;
}

  @media (max-width: 479px) {
    .cat-area h3 { padding: 5px 0 2px 10px;}
    .list-area p,
    .list-area li a {
      margin-bottom: 5px;
    }
    .list-area li {
      width: 50%;
      height: 49px;
      margin: 0 0 0 0;
      padding: 4px 0 4px 6px;
      line-height: 1.5;
      display: flex;
      align-items: center;
    }
    .list-area li a {
      display: flex;
      align-items: center;
      text-decoration: none;
      width: 100%;
    }

    .list-area li:nth-child(odd) {
      margin: 0;
      clear: both;
    }
    .list-area li:nth-child(3n) {
      border-right: 1px solid #BEEDC9;
    }
    .list-area li.block2,
    .list-area li.block3{width: 50%;}
    .list-area li.sp-block2{
      width: 100%;
      border-right: none;
    }
    .list-area li:nth-child(2n) {
      border-right: none;
    }
    .list-area li .category-icon {
      width: 20px;
      height: 20px;
    }
    .list-area li span {
      float: right;
      width: 85%;
    }
    .list-area li.sp-block2 span { width: 92%;}
    #cat-list-section h4 {
      padding: 6px 10px;
    }
    #cat-list-section h4 strong {
      font-size: 108%;
    }
    #cat-list-section h4 span {
      float: none;
      font-size: 10px;
      margin: -3px 0 0;
      display: block;
    }
    #cat-list-section h4 i {
      vertical-align: middle;
      margin: 0 7px 0 0;
    }
    .jetprice-cat li {
      float: left;
      margin: 0 5px 10px 0;
      width: 32.222%;
      text-align: center;
    }
    .cat-parent {
      padding: 10px 0;
      text-align: center;
    }
    .jetprice-cat li:first-child {
      width: 100%;
      margin: 0 0 5px;
    }
    .jetprice-cat li:nth-child(4) {
      margin: 0 0 10px;
    }
    .list-area {
      margin: 0 0 0 0;
      width: 100%;
    }


    .cat-area h3 { font-size: 108%;}

    #pet-taste .cat-content:nth-child(6),
    #pet-taste .cat-content:nth-child(7) {
      width: 100%;
      float: none;
    }
    #pet-taste .cat-content:nth-child(6) .list-area,
    #pet-taste .cat-content:nth-child(7) .list-area {
      width: 100%;
    }
  }
  @media (max-width: 320px) {
    .list-area li span { width: 79%}

    .list-area li.sp-block2 span{ width: 90%;}
  }


/* ---------------------------------------------------------------------------------------------------------------------

Recommend おすすめ商品

--------------------------------------------------------------------------------------------------------------------- */

.cat-recommend {
  clear: both;
  width: 100%;
  display: none;
  background: #f5f5f5;
  border-top: 2px solid #F08804;
}
.active {
  display: block;
}

.recommend-all {
  margin: 0 0 10px;
  position: relative;
  background: #e28111;
  padding: 2px;
}
.recommend-all h4 {
  color: #77BB87;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: -55px;
  left: auto;
  right: 0;
  margin: 0 auto;
}
.recommend-all .product-list-box li {
  border-top: 1px solid #e28111;
  border-right: 1px solid #e28111;
  border-bottom: 1px solid #e28111;
}
.recommend-all .product-list-box li:first-child {
  border-left: 1px solid #e28111;
}

.category-boxs {
  padding: 5px 0 0;
  border-radius: 3px 3px 0 0;
  margin: 0;
  /*border: 1px solid #BEEDC9;*/
  border-bottom: none;
}
.category-boxs h4 {
  color: #77BB87;
  font-size: 118%;
  margin: 0 0 10px 0;
  font-weight: normal;
  position: relative;
}
.category-boxs h4:after {
  content: "";
  border-top: 1px solid #77BB87;
  display: block;
  width: 100%;
  position: absolute;
  top: 12px;
  z-index: 0;
}
.category-boxs h4 span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px 0 0;
}
.category-boxs h4 .cat-link {
  float: right;
  margin: -2px 0 0;
  padding: 0 0 0 8px;
}
.category-boxs h4 .cat-link a {
  font-size: 12px;
  text-decoration: none;
  color: #F08804;
}
#recommend-category-tab {
  display: table;
  width: 100%;
}
#recommend-category-tab li {
  background: #f2f2f2;
  margin: 0 0 0 0.5%;
  border-radius: 3px 3px 0 0;
  cursor: pointer;
  color: #999;
  width: 19.9%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
  border-left: 4px solid #fff;
  line-height: 1.2;
}
#recommend-category-tab li:nth-child(1) {
  border-left: 1px solid #fff;
}
.cat-recommend {
  border-top: none;
  background: #fff;
  margin: 0 0 10px;
  padding: 3px;
}
.cat-recommend.active {
  background: #BEEDC9;
}
#recommend-category-tab li:hover {
  color: #666;
  background: #BEEDC9;
}
#recommend-category-tab li.active {
  color: #666;
  background: #BEEDC9;
}
.cat-recommend li {
  border-top: 1px solid #ccc;
}
.cat-recommend .product-list-box li::before {
  display: none;
}
  @media (max-width: 479px) {
    .recommend-all h4 {
      left: auto;
    }
    #recommend-category-tab li {
      display: flex;
      justify-content: center;
      align-items: center;
      float: left;
      margin: 0 0 5px 1px;
      padding: 5px 6px;
      width: 49%;
      font-size: 12px;
      line-height: 1.5;
      height: 46px;
      border-radius: 3px;
    }
    #recommend-category-tab li:nth-child(3) {
      border-left: none;
    }
    #recommend-category-tab li:last-child {
      width: 98.5%;
      border-left: none;
    }
    .ranking-category .medium-ttl,
    .recommend-category .medium-ttl {
      padding: 6px 10px;
    }
    .ranking-category .medium-ttl strong,
    .recommend-category .medium-ttl strong {
      font-size: 108%;
    }
    .ranking-category .medium-ttl span,
    .recommend-category .medium-ttl span {
      float: none;
      font-size: 10px;
      margin: -3px 0 0;
      display: block;
    }
    .medium-ttl i {
      vertical-align: middle;
      margin: 0 7px 0 0;
    }

    .category-boxs h4 {
      font-size: 108%;
    }
    .ranking-category .product-list-box,
    .cat-recommend {
      padding: 2px;
    }
    .ranking-category .product-list-box li, .recommend-category .product-list-box li {
      width: 50%;
      margin: -1px 0 0;
    }
    .ranking-category .product-list-box li:nth-child(1),
    .ranking-category .product-list-box li:nth-child(2),
    .recommend-category .product-list-box li:nth-child(1),
    .recommend-category .product-list-box li:nth-child(2) {
      margin: 0;
    }
    .product-list-box li:nth-child(3),
    .product-list-box li:nth-child(5) {
      border-left: 1px solid #ccc;
    }
  }

/* top-review-area　レビュー */
.review {
  text-align: -webkit-center;
}
  @media (max-width: 479px) {
    .review {
      display: none;
    }
  }


/* --------------------------------------------------------------------------------------------

  footer

-------------------------------------------------------------------------------------------- */
#foot-iframe-01,
#foot-iframe-02,
#foot-iframe-03 {
  min-width: 990px;
}
.foot-content {
  /*background: url(../images/common/worn_dots_@2X.png);*/
  background-size: 26px 26px;
  border-top: 2px solid #beedc9;
}
#footer-notes {
  padding: 30px 2px 15px;
  margin: 0 auto;
  line-height: 1.5;
}
.foot-container {
  width: 990px;
  margin: 0 auto;
  position: relative;
}
.nav-top {
  display: block;
  width: 125px;
  color: #666;
  background: #BEEDC9;
  text-align: center;
  text-decoration: none;
  padding: 6px 0 8px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: -35px;
}
#footer-search {
  display: table;
  float: right;
  font-size: 93%;
  background: #f0f0f0;
  padding: 7px;
  border-radius: 3px;
  margin: 7px 0 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#footer-search h3,
#footer-search a,
#footer-search input {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  color: #666;
  font-weight: bold;
}
#footer-search input[type="submit"] {
  margin: -1px 5px 0 -1px;
  padding: 7px 8px 6px;
}
#footer-search a {
  text-decoration: none;
}
/**/
#footer-category {
  padding: 10px 5px;
  background: #FFFFFF;
/*  border-bottom: 1px solid #eee;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);*/
  clear: both;
}

.footer-category {
  display: table;
  width: 100%;
}
.footer-category .footer-category-box {
  display: table-cell;
  padding: 0.5%;
}
.footer-category .footer-category-box h3 {
  margin-bottom: 5px;
  border-bottom: 2px solid;
  height: 38px;
  text-align: center;
  font-size: 86%;
  vertical-align: bottom;
  line-height: 1.3;
}
.footer-category .footer-category-box li {
  margin-bottom: 3px;
}
.footer-category:last-child .footer-category-box a {
  width: 180px;
}
.footer-category .footer-category-box a {
  display: table-cell;
  vertical-align: middle;
  width: 148px;
  height: 50px;
  border-radius: 3px;
  text-align: center;
  line-height: 0.95;
  text-decoration: none;
  text-decoration: none;
  border: 1px solid #DB5B2B;
  box-shadow: inset 0px 0px 0px 1px #fff;
  text-shadow: 1px 0px 0px #DD5D2D;
  background-color: #F08804;
  background-repeat: repeat-x;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
}
.footer-category .footer-category-box li:last-child a {
    background: #F08804;
}
.footer-category .footer-category-box li:nth-child(4) a {
    background: #FB9612;
}
.footer-category .footer-category-box li:nth-child(3) a {
    background: #FBA12C;
}
.footer-category .footer-category-box li:nth-child(2) a {
    background: #FCAC45;
}
.footer-category .footer-category-box li:nth-child(1) a {
    background: #FFB453;
}
.footer-category .footer-category-box:nth-child(2n) a {
  background: -webkit-linear-gradient(#6FAF5E, #639D4F);
  background: -o-linear-gradient(#6FAF5E, #639D4F);
  background: linear-gradient(#6FAF5E, #639D4F);
  border-color: #7DAE28;
  box-shadow: inset 0px 0px 0px 1px #fff;
  text-shadow: 1px 1px 0 #5C9346;
}
.footer-category .footer-category-box:nth-child(2n) li:last-child a {
    background: #7DAE28;
}
.footer-category .footer-category-box:nth-child(2n) li:nth-child(4) a {
    background: #87BA2A;
}
.footer-category .footer-category-box:nth-child(2n) li:nth-child(3) a {
    background: #91C62D;
}
.footer-category .footer-category-box:nth-child(2n) li:nth-child(2) a {
    background: #9AD330;
}
.footer-category .footer-category-box:nth-child(2n) li:nth-child(1) a {
    background: #A3E033;
}
.footer-category .footer-category-box a i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 80%;
  font-weight: bold;
}
.footer-category .footer-category-box a:hover {
  color: #943511;
  border: 1px solid #DB5B2B;
  box-shadow: none;
  text-shadow: none;
}
.footer-category .footer-category-box:nth-child(2n) a:hover {
  color: #446D34;
  border: 1px solid #5C9346;
}

#footer-notes .footer-left {
  float: left;
  width: 389px;
  margin: 10px 0 0;
}
#footer-notes .footer-right {
  float: right;
  width: 557px;
  margin: 10px 0 20px;
}
#footer-notes .block {
  margin-bottom: 30px;
}
#footer-notes .policy.block {
  margin-bottom: 23px;
}
#footer-notes .footer-right .block {
  margin-bottom: 20px;
}
#footer-notes .footer-ttl {
  font-size: 143%;
  border-bottom: 1px dashed;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
#footer-notes .footer-ttl.henpin {
  margin-bottom: 0;
}
h2.footer-ttl.soryo, h2.footer-ttl.oshiharai,
h2.footer-ttl.otodoke, h2.footer-ttl.henpin {
  padding: 0 0 5px 43px !important;
  position: relative;
}
h2.footer-ttl.soryo::before,
h2.footer-ttl.oshiharai::before,
h2.footer-ttl.otodoke::before,
h2.footer-ttl.henpin::before {
  width: 31px;
  height: 31px;
  content: " ";
  position: absolute;
  left: 5px;
  bottom: 3px;
  background-repeat: no-repeat;
}
h2.footer-ttl.soryo::before {
  background: url(../images/sopping_ttl_icon01.png);
  background-size: contain;
}
h2.footer-ttl.oshiharai::before {
  background: url(../images/sopping_ttl_icon02.png);
  background-size: contain;
}
h2.footer-ttl.otodoke::before {
  background: url(../images/sopping_ttl_icon03.png);
  background-size: contain;
}
h2.footer-ttl.henpin::before {
  background: url(../images/sopping_ttl_icon04.png);
  background-size: contain;
  bottom: 6px;
}

.copyright {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 15px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 86%;
  color: #666;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

/* company */
.footer-company-left {
  float: left;
  width: 650px;
}
.footer-company-right {
  float: right;
  width: 310px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 75);
  border-radius: 3px;
}
#footer-notes .footer-company-right .footer-ttl {
  margin: -15px -15px 0;
  padding: 10px;
  background: #77BB87;
  color: #fff;
  border: none;
  font-size: 123%;
}
.footer-company-right dt {
  font-size: 93%;
  width: 80px;
  float: left;
  padding: 5px 0;
}
.footer-company-right dd {
  padding-left: 90px;
  font-size: 93%;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  padding-top: 5px;
}
.footer-company-right dd:last-child {
  border: none;
  padding-bottom: 0;
}
.style-dl {
  display: inline-block;
  width: 460px;
}
.style-dl dt {
  font-size: 93%;
  width: 150px;
  float: left;
  padding: 8px 20px;
}
.style-dl dd {
  padding: 8px 20px 8px 150px;
  font-size: 93%;
  border-bottom: 1px dotted #ccc;
  background: #fff;
}

.history-list dt {
  width: 70px;
  padding: 2px 0;
}
.history-list dd {
  padding: 2px 0 2px 76px;
  border-bottom: none;
}

.shopping-guide-left {
  float: left;
  width: 480px;
}

.shopping-guide-right{
  float: right;
  width: 480px;
}

.footer-soryo {
  display: inline-block;
  width: 100%;
  font-size: 108%;
  padding: 15px;
  background: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
}
.footer-soryo strong {
  display: inline-block;
  font-size: 123%;
  color: #F08804;
  border-bottom: 1px dotted;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.footer-soryo:before {
  content: "￥０";
  float: left;
  background: #F08804;
  font-size: 38px;
  margin-right: 15px;
  display: inline-block;
  padding: 12px 5px 12px 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.delivery .footer-soryo:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d1";
  font-size: 40px;
}
.other-free-txt {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #aaa;
}
.other-free-txt span {
  color: #F08804;
}
.fco { color: #F08804;}

.spping-attention-area {
  background: rgba(248, 244, 230, 0.6);
  padding: 10px;
}
.spping-attention-link {
  margin-top: 5px;
  text-align: right;
}
.spping-attention-link a {
  color: #f00;
}
.no-henpin {
  background: #fff;
  border: 2px solid #ddd;
  padding: 10px;
}

  @media (max-width: 479px) {
    .footer-soryo strong {
      display: table;
    }
    h3.footer-soryo.muryo::after {
      bottom: 191px;
      width: 50px;
      height: 50px;
      background-size: contain;
    }
  }

/* detail */
#footer-shopping-guide {
  font-size: 93%;
  line-height: 1.5;
}
.block-area {
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  border-top: 10px solid #488ECA;
}

#footer-notes .footer-mini-ttl {
  display: inline-block;
  margin-bottom: 5px;
  background: #B4E6BF;
  padding: 3px 10px 0px;
  margin: 15px 0 5px;
  width: 100%;
}
#footer-notes .shiharai {
  width: 100%;
  background: #fff;
  padding: 10px;
  border: 11px solid #FFF;
  box-shadow: 1px 1px 0px 0px #ccc;
}
#footer-notes .shiharai td {
  vertical-align: middle;
  line-height: 1.2;
  padding: 0 5px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
#footer-notes .jikan-shitei {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
#footer-notes .jikan-shitei th,
#footer-notes .jikan-shitei td {
  vertical-align: middle;
  text-align: center;
  padding: 10px 0;
}
#footer-shopping-guide .style-table {
  border:2px solid #bbb;
}
#footer-shopping-guide .style-table th,
#footer-shopping-guide .style-table td {
  padding: 5px 10px;
  font-size: 93%;
  border:1px dotted #ccc;
  line-height: 1.3;
  background: #fff;
  vertical-align: middle;
}
#footer-shopping-guide .style-table th {
  background: #F5F5F5;
}
#footer-shopping-guide .style-table th {white-space: nowrap;}

#footer-shopping-guide .style-table .card-table td {
  padding: 6px;
}

/* attention */
#attention .style-table {
  border: 1px solid #bbb;
  line-height: 1.4;
  font-size: 86%;
}
#attention .style-table th,
#attention .style-table td {
  padding: 5px 9px;
  border: 1px dotted #ccc;
  background: #fff;
  vertical-align: middle;
}
#attention .style-table th {
  text-align: left;
  background: #f5f5f5;
  white-space: nowrap;
}
#attention .table-50 .style-table {
  width: 468px;
}
#attention .style-table th.tCtr,
#attention .style-table td.tCtr {
  text-align: center;
}

  @media (max-width: 479px) {
    .nav-top {
      width: 115px;
      padding: 6px 0 6px;
      top: -35px;
      left: 1%;
      font-size: 93%;
    }
    .foot-container {
      width: 94%;
    }
    #footer-search {
      display: block;
      float: none;
      background: transparent;
      padding: 0;
      border-right: none;
      border-bottom: none;
      margin: 0;
    }
    #footer-search h3{
      display: block;
      padding: 5px 0;
    }
    #footer-search input {
      display: inline-block;
    }
    #footer-search input[type="text"] {
      border:1px solid #ccc;
      padding: 7px;
      width: 75%;
    }
    #footer-search a {
      display: none;
    }
    #footer-category {
      margin: 10px 0 20px;
      padding: 10px 0;
    }
    #footer-category .footer-category .footer-category-box {
      display: inline-block;
      width: 32%;
      margin: 0 .5%;
    }
    #footer-category .footer-category .footer-category-box h3 {
      height: auto;
      padding: 6px 0;
    }
    #footer-category .footer-category .footer-category-box a {
      height: 44px;
    }
    #footer-notes {
      padding: 15px 0 0;
    }
    #footer-notes .footer-left,
    #footer-notes .footer-right {
      float: none;
      width: 100%;
    }
    #footer-shopping-guide .style-table {
      margin-bottom: 10px;
    }
    #attention .fltRgt,
    #attention .fltLft {
      float: none;
    }
    #attention .style-table,
    #attention .table-50 .style-table {
      width: 100% !important;
    }
    #attention .style-table th,
    #attention .style-table td {
      white-space: normal;
      line-height: 1.2;
      /*  display: block;
      width: 100%;*/
    }
    .footer-company-left,
    .footer-company-right,
    .shopping-guide-left,
    .shopping-guide-right {
      float: none;
      width: 100%;
      margin-bottom: 10px;
    }
    .footer-company-left-img {
      float: none;
      text-align: center;
      margin-top: 20px;
    }
    .style-dl {
      width: 100%;
      margin-bottom: 20px;
    }
    .style-dl dt {
      width: 90px;
      padding: 8px 10px;
    }
    .style-dl dd {
      padding-left: 100px;
      padding-right: 10px;
    }
    .history-list dt {
      width: auto;
      padding: 0;
    }

    .sp-table-store th,
    .sp-table-store td {
      display: block;
    }
    .sp-table-store .left-img {
      float: left;
      width: 69%;
      margin-right: 5px;
    }
    .sp-table-store .right-img {
      width: 29%;
    }
    .pc-table-store {
      display: none;
    }
  }


/*
未成年酒類販売禁止
======================================================= */
#footer-miseinen {
  background: url(../images/common/bg05.png);
  color: #fff;
  overflow: hidden;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
#footer-miseinen .container {
  padding: 25px 60px 35px 250px;
  position: relative;
}
#footer-miseinen h3 {
  font-size: 79%;
  margin-bottom: 10px;
  border-bottom: 2px solid;
  display: inline-block;
}
#footer-miseinen .img-area {
  position: absolute;
  left: 60px;
  top: 0;
  color: #E86838;
  background: #FFFFFF;
  padding: 3px 30px 35px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#footer-miseinen .img-area i {
  font-size: 96px;
  z-index: 0
}
#footer-miseinen .img-area p {
  position: absolute;
  top: 95px;
  left: 33px;
  font-size: 29px;
  letter-spacing: -0.05em;
  color: #E86838;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 2px 1px #FFFFFF;
  z-index: 1;
}

#attention .foot-info-box h4 {
  margin-bottom: 5px;
}
.foot-info-box {
  background: white;
  padding: 10px 7px 12px;
  border-top: 3px solid;
}
#footer-notes .foot-info-box .footer-ttl {
  font-size: 143%;
  margin-bottom: 9px;
  padding-bottom: 0;
  border-bottom: none !important;
}
#footer-shopping-guide .foot-info-box .style-table {
  border: 1px solid #bbb;
}

  @media (max-width: 479px) {
    #footer-miseinen {
      font-size: 118%;
      text-align: left;
      padding: 15px 0;
      line-height: 1.5;
    }
    #footer-miseinen .container {
      padding: 0;
    }
    #footer-miseinen .img-area {
      display: none;
    }
    #footer-miseinen h3 {
      font-size: 100%;
    }
    #footer-miseinen .img-area i {
      font-size: 90px;
      margin-right: 0;
    }
    #footer-miseinen .img-area p {
      left: 0;
      right: 0;
      margin: auto;
      font-size: 70px;
      top: 30px;
    }
  }

/* --------------------------------------------------------------------------------------------

  TOP PAGE

-------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------

  下層ページ

-------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------

  iframe etc

-------------------------------------------------------------------------------------------- */

/* iphone6 Plus */
@media (max-width: 420px) {
  #header-iframe {
    height: 65px;
  }
  #side-iframe {
    height: 1127px;
  }
  .header-search-box-iframe {
    min-width: 100%;
  }
  #foot-iframe-01,
  #foot-iframe-02,
  #foot-iframe-03 {
    min-width: 100%;
  }

  #category-iframe {
    display: none;
  }
  #news-iframe {
    height: 79px;
  }
}
/* iphone6 */
@media (max-width: 375px) {
  #mainSlide-iframe {
    height: 330px;
  }
  #news-iframe {
    height: 85px;
  }
}
/* iphone4 */
@media (max-width: 320px) {
  #mainSlide-iframe {
    height: 280px;
  }
}


@media (min-width: 421px) {
  /* 楽天商品一覧ページのレイアウト調整 */
  table[width="800"] {
    width: 990px;
  }
  td[width="20"] {
    display: none;
  }
  td[width="630"] {
    display: inline-block;
    width: 780px;
  }
  #risFil .risfHeadFootWrap {
    width: 780px;
    min-height: 37px;
    line-height: 1;
    margin-bottom: 20px;
  }
  #risFil .risfHeadPart {
    height: 37px;
    padding: 10px 7px;
  }
  td.breadcrumbs_list,
  td.breadcrumbs_list a {
    color: #666;
  }
  #risFil a {
    padding: 0 5px;
    text-align: left;
    max-width: 250px;
    font-size: 86%;
    line-height: 1.5;
    padding-bottom: 3px;
  }
  span.category_itemprice {
    font-size: 143% !important;
    font-weight: bold;
    line-height: 1;
    color: #d72c2b;
  }
  .category_itemprice:before {
    content: "PRICE ";
    font-size: 10px;
  }
  #risFil a:hover{
    color: #d72c2b;
  }
  span.sale_desc {
    display: inline-block;
    width: 780px;
  }
  #rakutenLimitedId_header .riShopHdrWrap {
    position: fixed;
    background: #fff;
  }


  /*raukten banner*/
  div#rakutenLimitedId_header,
    /* #marathon_parts,*/
  /*  #marathon_parts +div,*/
  div[style="background-color: #0099CC!important;  text-align: center!important;  filter: alpha(opacity=100)!important;  text-decoration: none!important;  opacity: 1!important;  z-index: 99999;  margin: 0!important;  padding: 0!important;  position: relative!important;  top: 0!important;  left: 0!important;  border-style: none !important;"] {
    display: none !important;
  }


  #rnkInShopPartsArea,
  #rnkInShopWrapper {
    width: 100% !important;
  }

}

/* firefox */
@-moz-document url-prefix() {
  .header-tel a,
  #footer-shopping-guide dd strong.f16 a,
  .ff-click-none {
    pointer-events : none;
  }
}

/*楽天のバナー消す*/
#ritNotification+div {
    display: none!important;
}
