﻿
/* --------------------------------------------------------------------------------------------

  CSS

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



@charset "utf-8";



html {
  height:100%;
  overflow-y:scroll;
  background: transparent;
}
body {
  height:100%;
  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: url(//www.rakuten.ne.jp/gold/cocodecow/images/common/tiny_grid_@2X.png);
  background-size: 26px;
}
body#top {
  background: url(../images/common/tiny_grid_@2X.png);
  background-size: 26px;
}
a {
  color: #666;
}
ul,ol {list-style: none;}
img { vertical-align: bottom;}
small {font-size: 78%;}
*,
*: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;
}
#ritNotification+div {
    display: none!important;
}

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

  @media (max-width: 420px) {
    body {
      font-size: 13px;
      line-height: 1.6;
      overflow-x: visible !important;
    }
    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;}
  }

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

  common

-------------------------------------------------------------------------------------------- */
.container {
  width: 990px;
  margin: 0 auto;
}
.section-pdg {
  padding: 60px 0;
}
.big-ttl {
  position: relative;
  height: 44px;
  line-height: 44px;
  padding: 0;
  margin-bottom: 20px;
  text-shadow: none;
  font-size: 108%;
  text-align: right;
  color: #E62E2E;
  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 {
  font-size: 115%;
  border-bottom: 2px solid;
  color: #498DCA;
  -webkit-font-smoothing: antialiased;
  background: #f2f2f2;
  padding: 10px 11px 7px;
  line-height: 1;
  margin: 0;
  background: url(../images/common/tiny_grid_@2X.png);
  background-size: 26px;
}

/* 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: 420px) {
    .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;
    }
  }

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

  bx-slider

-------------------------------------------------------------------------------------------- */
.main-slide-iframe {
  margin-bottom: 10px;
}
#main-slide-area-frame {
  padding: 8px;
  background: #F0F8FF;
  background-size: 26px;
  border: 2px solid #498DCA;
}
#main-slide-area .bx-wrapper {
  float: right;
  width: 780px;
}
.bx-wrapper {
  margin-bottom: 15px;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0;
  border: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}

.main-slide-side {
  width: 185px;
  float: left;
}

.main-slide-side a {
  position: relative;
  display: inline-block;
  border: 2px solid #F0F8FF;
  margin-bottom: 2px;
}
.main-slide-side a.active {
  border-color: #498DCA;
}
.main-slide-side a.active::after {
  content: "▼";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display:block;
  position: absolute;
  font-size: 10px;
  right: -10px;
  top: 28px;
  color: #498DCA;
}
.top-mini-slide-frame {
  margin-left: -10px;
}
#top-mini-slide {
  width: 790px;
  padding-left: 10px;
}
#top-mini-slide li {
  overflow: hidden;
  padding: 9px;
  background: url(../images/common/tiny_grid_@2X.png);
  background-size: 26px 26px;
  min-height: 220px;
}
#top-mini-slide li div {
  float: left;
  margin:  0 0 5px 5px;
}
#top-mini-slide li div:nth-child(1),
#top-mini-slide li div:nth-child(4) {
  margin-left: 0;
}
#top-mini-slide li div:nth-child(4),
#top-mini-slide li div:nth-child(5),
#top-mini-slide li div:nth-child(6) {
  margin-bottom: 0;
}
#top-mini-slide .bx-wrapper .bx-viewport {
  box-shadow: none;
  z-index: 90;
  border:1px solid #ccc;
}
#top-mini-slide .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -10px;
}
#top-mini-slide .bx-wrapper .bx-prev,
#top-mini-slide .bx-wrapper .bx-next {
  background: #aaa;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
  z-index: 0;
  margin-top: -10px;
}
#top-mini-slide .bx-wrapper .bx-prev {
  left: -6px;
}
#top-mini-slide .bx-wrapper .bx-next {
  right: -6px;
}
  @media (max-width: 420px) {

    #main-slide-area .bx-wrapper,
    .main-slide-side {
      width: 100%;
      float: none;
      margin-bottom: 10px;
    }
    .main-slide-side li {
      display: table-cell;
      padding: 0 1px;
    }
    .main-slide-side a::after {
      display: none;
    }
    .top-mini-slide-frame {
      margin-left: 0;
    }
    #top-mini-slide {
      width: 100%;
      padding: 0;
    }
    #top-mini-slide li {
      padding: 5px;
    }
    #top-mini-slide li div {
      width: 48%;
      margin: 1% !important;
    }
    #top-mini-slide li div a img {
        height: 65px ;     /* 2018-12-07 小柳　追記　　％指定が効かず*/
    }
    .main-slide-side a.active::after {
      content: "▲";
      top: -8px;
      line-height: 1;
      right: 0;
      left: 0;
      margin: auto;
      font-size: 8px;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      text-align: center;
    }
    #top-mini-slide .bx-wrapper .bx-prev,
    #top-mini-slide .bx-wrapper .bx-next {
      width: 16px;
      height: 16px;
      margin-top: -8px;
    }
    #top-mini-slide .bx-wrapper .bx-prev {
      left: -7px;
    }
    #top-mini-slide .bx-wrapper .bx-next {
      right: -7px;
    }
  }
/* --------------------------------------------------------------------------------------------

  header

-------------------------------------------------------------------------------------------- */
.header-iframe {
  width: 100%;
}
.header-outer {
  position: relative;
  z-index: 9990;
  border-top: 3px solid #488DCE;
  background: url(../images/common/tiny_grid_@2X.png);
  background-size: 26px;
  min-width: 1000px;
}
.header-top {
  padding: 15px 0 0;
}
.header-outer a,
.header-top a {
  text-decoration: none;
}
.header-inner {
  position: relative;
}
.header-top h1 {
  display: inline-block;
  float: left;
  width: 280px;
  padding-top: 10px;
}
.jfr-logo {
  position: relative;
  top: -10px;
  float: right;
  font-size: 73%;
  color: #666;
  letter-spacing: -0.01em;
}
#header-right-area {
  float: right;
  text-align: right;
  width: 700px;
}
.header-top-list {
  position: relative;
  display: inline-block;
  margin-right: -5px;
  top: -5px;
}
.header-top-list li {
  margin-right: 5px;
}

.header-tel a {
  position: relative;
  line-height: 1.5;
  font-size: 123%;
  color: #E82B2F;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  padding: 0 10px;
}
.header-soryo {
  display: inline-block;
  line-height: 1.2;
  padding: 10px;
  text-align: center;
  float: left;
  font-size: 143%;
  font-weight: bold;
  color: #fff;
  background: #E82B2F;
}
.card {
  margin: 7px 0 0;
}
.header-soryo .big-font {
  font-size: 120%;
  line-height: 1;
}
.truck-box {
  width: 210px;
  font-size: 116%;
  line-height: 1.2;
  color: #fff;
  padding: 4px 10px;
  background: #6faf5e;
  display: inline-block;
  margin: 0 0 0 5px;
}
/* firefox */
@-moz-document url-prefix() {
  .truck-box small {
    font-size: 76%;
  }
}
.award-area img {
    height: 40px;
}
.subnav {
  right: 0;
  bottom: 10px;
  overflow: hidden;
  line-height: 1;
  display: inline-block;
}
.subnav li {
  float: left;
  margin-left: 5px;
  padding-left: 5px;
}
.subnav li:first-child {
  border: none;
}
.subnav li a {
  font-size: 83%;
  text-decoration: none;
  color: #000;
}
.header-search-box .subnav li a {
  font-size: 103%;
}
.subnav li a:hover {
  color: #498DCA;
}
.header-review .bookmark {
  display: inline-block;
  background: #fff;
  padding: 5px 0;
  border: 1px solid #ccc;
  margin-bottom: 2px;
  width: 165px;
  text-align: center;
}
.header-review .bookmark:hover {
  background: #FEF2AA
}
.header-review .bookmark:hover i::before {
  content: "\f004";
  color: #E6272C;
}
.review-iframe {
  background: #fff;
  border: 1px solid #ccc;
}
.leview {
  position: relative;
  display: block;
  padding: 8px 8px 0;
  line-height: 1.3;
  font-size: 86%;
}
.leview-ster {
  position: relative;
  overflow: hidden;
  color: #FDD100;
  font-size: 150%;
}
.leview-ster::before {
  position: absolute;
  overflow: hidden;
  content: "★★★★★";
  left: 0;
  text-align: left;
  width: 70%;
}
  @media (max-width: 420px) {
    .header-top {
      padding: 10px 0 0;
    }
    .header-top h1{
      width: 150px;
      position: relative;
      z-index: 50;
      padding: 0;
      float: none;
    }
    .header-outer {
      z-index: 9970;
      min-width: 0;
    }
    .jfr-logo {
      display: none;
    }
    #header-right-area {
      width: auto;
      float: none;
      width: 100%;
    }
    .header-top-list {
      margin: 5px 0 0;
      width: 100%;
      top: 0;
      overflow: visible;
    }
    .header-top-list li {
      margin: 0;
      width: 100%;
      float: none;
    }
    #header-right-area .header-review .leview,
    #header-right-area .subnav,
    .award-area {
      display: none;
    }
    .header-tel {
      display: none;
    }
    .header-tel a {
      font-size: 100%;
    }
    .header-soryo {
      float: none;

      font-size: 131%;
      padding: 3px;
      width: 100%;
      position: relative;
      top: 0;
    }
    .truck-box {
      display: none;
    }
    #header-right-area .header-review .bookmark {
      position: absolute;
      top: -44px;
      width: 40px;
      height: 25px;
      overflow: hidden;
      font-size: 20px;
      color: #498dca;
      font-weight: bold;
      background: transparent;
      border: none;
      line-height: 25px;
      padding: 0 11px;
      right: 74px;
      border-right: 1px solid #ccc;
    }
    .header-review .bookmark i::before {
      content: "\f004";
    }

  }

/* #gnav
===================================================== */
#gnav {
  position: relative;
  background: #498DCA;
  margin-bottom: 12px;
  width: 100%;
  z-index: 9990;
  min-width: 1000px;
}
#gnav #gnav-parent {
  display: table;
  width: 100%;
  border-right: 1px solid #ccc;
}
#gnav #gnav-parent > li {
  display: table-cell;
  vertical-align: middle;
}
#gnav #gnav-parent > li:hover .gnav-child,
#gnav #gnav-parent > li:hover #child-container{display: block;}

#gnav #gnav-parent > li > a,
#gnav #gnav-parent > li .non-link {
  display: inline-block;
  width: 100%;
  font-size: 86%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid #ccc;
  line-height: 1.2;
  height: 44px;
  padding: 15px 0;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
#gnav #gnav-parent > li a.two-stage,
#gnav #gnav-parent > li .non-link.two-stage {
  padding: 8px 0;
}
#gnav #gnav-parent > li > a:hover {
  background: #014FA2;
}
#gnav #gnav-parent span:hover {
  background: #014FA2;
}
#gnav #gnav-parent .gnav-child {
  display: none;
  position: absolute;
  background: #fff;
  border-bottom: 1px solid #498DCA;
  z-index: 9999;
  top: 44px;
  left: 0;
  width: 100%;
  overflow: hidden;
}


#gnav #gnav-parent > li a:hover::before,
#gnav #gnav-parent > li .non-link:hover::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  margin: 0 0 0 -5px;
  z-index: 9999;
  bottom: 0;
  left: 50%;
}
#gnav #gnav-parent > li .non-link:hover::before {
  border-width: 0 8px 8px 8px;
}
#gnav #gnav-parent > li.single a:hover::before {
  display: none;
}
#gnav.fixed {
  position: fixed;
  z-index: 9980;
  width: 100%;
  top: 64px;
}
.open-under #gnav.fixed {
  z-index: 9970;
}
#gnav.fixed #gnav-parent > li > a {
  padding: 13px 0;
  height: 40px;
}
#gnav.fixed #gnav-parent > li a.two-stage {
  padding: 6px 0;
}
#gnav.fixed #gnav-parent .gnav-child {
  top: 40px;
}
  @media (max-width: 420px) {
    #gnav {
      min-width: 0;
    }
    #gnav .container {
      display: table;
      width: 100%;
    }
    .sp-only.gnav-icon,
    .sp-only.gnav-icon-sub {
      text-align: center;
      display: table-cell;
      padding: 6px 0;
      line-height: 1.3;
      font-size: 86%;
      color: #fff;
      font-weight: bold;
      vertical-align: middle;
    }
    .sp-only.gnav-icon a,
    .sp-only.gnav-icon-sub a {
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      padding: 0 2px;
      border-left: 1px solid rgba(255,255,255,.5);
      display: inline-block;
      width: 100%;
    }
    .sp-only.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;
    }
    .sp-only.gnav-icon-sub .fa-shopping-cart {
      font-size: 13px;
    }
    #gnav.fixed{
      top: 52px;
    }
    #gnav #gnav-parent {
      display: block;
      border: none;
      position: fixed;
      background: rgba(153, 192, 227, 0.9);
      top: 0;
      bottom: 0;
      left: 0;
      padding: 60px 6% 10px;
      z-index: 9998;
      overflow-y: scroll;
      display: none;
    }
    #gnav.fixed #gnav-parent {
      display: none;
      -webkit-overflow-scrolling: touch;
    }
    #gnav #gnav-parent > li {
      position: relative;
      display: block;
    }
    #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: #0050A2;
      border-radius: 3px;
      border-left: 1px solid #A3C6E5;
    }
    #gnav #gnav-parent > li.single::after {
      display: none;
    }
    #gnav #gnav-parent > li > a:hover::before,
    #gnav #gnav-parent > li .non-link:hover::before {
      display: none;
    }
    #gnav #gnav-parent > li > a,
    #gnav #gnav-parent > li .non-link {
      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 {
      color: #fff;
    }
    #gnav #gnav-parent > li br {
      display: none;
    }
    #gnav #gnav-parent .gnav-child {
      position: relative;
      border-radius: 3px;
      overflow-y:scroll;
      top: 0;
    }
    #gnav.fixed #gnav-parent .gnav-child {
      top: 0;
    }
    #gnav #gnav-parent li:nth-child(2) .gnav-child { height: 550px }
    #gnav #gnav-parent li:nth-child(3) .gnav-child { height: 330px }
    #gnav #gnav-parent li:nth-child(4) .gnav-child { height: 390px }
    #gnav #gnav-parent li:nth-child(5) .gnav-child { height: 340px }
    #gnav #gnav-parent li:nth-child(6) .gnav-child { height: 430px }
    #gnav #gnav-parent li:nth-child(7) .gnav-child { height: 470px }
    #gnav #gnav-parent li:nth-child(8) .gnav-child { height: 590px }
    #gnav #gnav-parent li:nth-child(9) .gnav-child { height: 420px }
    #gnav #gnav-parent li:nth-child(10) .gnav-child { height: 370px }
    #gnav #gnav-parent li:nth-child(11) .gnav-child { height: 590px }
    #gnav #gnav-parent li:nth-child(12) .gnav-child { height: 660px }

    #gnav #gnav-parent li:hover .gnav-child {
      display: none;
    }
  }

#child-container {
  background: #f2f2f2;
  background: linear-gradient(#fff, #f2f2f2);
  display: none;
  position: absolute;
  top: 44px;
  width: 100%;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid #498dca;
}
#gnav.fixed #child-container {
  top: 40px;
}
.child-content {
  padding: 20px;
  margin: auto;
  line-height: 1.2;
  max-width: 1030px;
  text-align: left;
  overflow: hidden;
}
.child-content .mini-width {
  max-width: 165px;
}
.child-content ul {
  padding-right: 40px;
}
.child-content .mini-width ul {
  padding-right: 20px;
}
.child-content li {
  display: block;
  width: auto;
  margin: 0 0 3px;
}

.child-content li a {
  display: block;
  font-size: 93%;
  color: #000;
  border:none;
  padding: 2px;
  text-align: left;
  text-decoration: none
}
.child-content li a:hover {
  background: transparent;
  /*font-weight: bold;*/
  color: #E56811;
}
.child-content li h3 {
  line-height: 1;
  margin-bottom: 0
}
.child-content li h3 a {
  color: #E56811;
}
.child-content h3 {
  font-size: 100%;
  margin:0 30px 10px 0;
  color: #E56811;
  -webkit-font-smoothing: antialiased;
}
.child-content h3 a{
  color: #E56811;
  text-decoration: none;
}
.list-area {
  display: table;
}
.list-area ul {
  display: table-cell;
  vertical-align: top;
}
.child-content ul.mgnBtm20 {
  margin-bottom: 10px;
}
.img-area{
  float: right;
  width: 300px;
  height: 180px;
}
.img-area a{
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: contain;
  display: inline-block;

}
.img-area:hover {
  opacity: 0.7;
}


@media (max-width: 810px) {
  .list-area ul {
    display: inline-block;
  }
  .child-content ul {
    padding-right: 20px;
  }
  .img-area a {
    width: 200px;
    height: 120px;
  }
}
  @media (max-width: 479px) {
    #gnav #gnav-parent > li{width: 100%;}
    #gnav #gnav-parent > li:hover .gnav-child, #gnav #gnav-parent > li:hover #child-container{
      display: none;
    }
    .list-area {
      display: block;
    }
    #child-container{
      position: static;
      border-radius: 3px;
      border-bottom: 1px solid #0050a2;
      margin: 0 0 5px;
    }
    .child-content {
      padding: 10px 3%;
    }
    .child-content .mini-width {
      max-width: 100%;
    }
    .child-content h3 {
      font-size: 100%;
      margin-bottom: 10px;
    }
    .child-content h3 br {
      display: none;
    }
    .img-area,
    .img-area a{
      width: 120px;
      height: 72px;
      display: block;
    }
    .child-content ul {
      display: block;
      padding: 0;
    }
    .child-content ul:last-child,
    .child-content ul.mgnBtm20 {
      margin-bottom: 10px;
    }
    .child-content li {
      margin-bottom: 3px;
    }
    .child-content li a {
      margin-bottom: 0px;
      font-size: 86%;
    }
    #gnav #gnav-parent .child-content li a:hover{color: #E56811;}
    .fltLft {
      float: none;
    }
  }
/* --------------------------------------------------------------------------------------------

  header-search-box

-------------------------------------------------------------------------------------------- */
.header-search-box-iframe {
  width: 100%;
  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;
}
.header-search-box {
  background: url(../images/common/tiny_grid_@2X.png);
  background-size: 26px;
  z-index: 9970;
  padding: 7px 0;
}
.header-search-box .container {
  position: relative;
}
.header-search-box-iframe.fixed {
}
.header-search-box h2 img {
  width: auto;
  height: 50px;
}
.header-search-box .subnav {
  width: 240px;
  top: 12px;
  position: relative;
  left: -1px;
}
/* header-search */
.header-search {
  position: absolute;
  padding: 15px;
  z-index: 9999;
  background: #fff;
  right: 0;
  top: -8px;
  text-align: right;
}
.header-search i {
  position: relative;
  top: 5px;
  font-size: 26px;
  color: #f3ca1e;
  display: inline-block;
}
.header-search select,
.header-search input[type="text"],
.header-search input[type="submit"]{
  border:1px solid #666;
  background: #fff;
  padding: 0 10px;
  font-size: 93%;
  border-radius: 3px;
  margin-left: 2px;
  height: 34px;
}
.header-search select {
  padding: 0 0 0 10px;
}
.header-search input[type="text"] {
  width: 180px;
  font-size: 100%;
}
.header-search input[type="submit"] {
  background: #f2f2f2;
  background: -webkit-linear-gradient(#fff, #ddd);
  background: -o-linear-gradient(#fff, #ddd);
  background: linear-gradient(#fff, #ddd);
  box-shadow: inset 0px 0px 0px 1px #FFFFFF;
  text-shadow: 1px 0px 0px #FFFFFF;
}
.header-search select:hover,
.header-search input[type="text"]:hover {
  background: #f2f2f2;
}
.header-search p {
  display: inline-block;
  margin: 0 0 0 2px;
  color: #666;
  font-weight: bold;
  font-size: 93%;
}


  @media (max-width: 420px) {
    .header-search-box-iframe {
      display: none;
    }
    .header-search-box-iframe.fixed {
      display: block;
    }
    .header-search-box  {
      height: 52px;
      border-top: 2px solid #498DCA;
     /* border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    }
    .header-search-box h2 img {
      height: 34px;
    }
    .subnav {
      display: block;
      width: 100%;
      background: rgba(153, 192, 227, 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: 11px 10px;
      background: #fff;
      display: block;
      margin-bottom: 3px;
      border-radius: 3px;
    }
    .subnav li.tel a {
      background: #498DCA;
      text-align: center;
      font-size: 136%;
      font-weight: bold;
      color: #fff;
    }
    .sp-only.subnav-icon,
    .sp-only.search-icon {
      font-size: 20px;
      display: inline-block;
      height: 25px;
      line-height: 27px;
      width: 36px;
      position: fixed;
      right: 5px;
      text-align: center;
      color: #498DCA;
      z-index: 9989;
      border-left: 1px solid #ccc;
      top: 15px;
      display: inline-block;
      z-index: 9975;
    }
    .sp-only.subnav-icon {
      z-index: 9979
    }
    .sp-only.search-icon {
      right: 44px;
      line-height: 25px;
      position: fixed;
      border: none;
      top: 15px;
    }
    .sp-only.search-icon.fixed {
      display: inline-block;
      z-index: 9975;
    }
    .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(153, 192, 227, 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: 124%;
      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"] {
      float: right;
      width: 26%;
      text-align: center;
      background: #498DCA;
      color: #fff;
    }
  }
/* --------------------------------------------------------------------------------------------

  popular-words
  ヘッダの下、スライドの上

-------------------------------------------------------------------------------------------- */
.popular-area {
  width: 100%;
}

.top-search {
  text-align: center;
  padding: 2px 10px;
  background: #f3ca1e;
  border-radius: 3px;
  height: 50px;
  line-height: 43px;
}
.top-search .kensaku {
  display: table;
  width: 100%;
}
.top-search div {
  display: table-cell;
  padding: 1px;
  vertical-align: middle;
}
.top-search input {
  padding: 0 10px;
  border:1px solid #666;
  font-size: 93%;
  border-radius: 3px;
  height: 34px;
}
.popular-area select {
  border: 1px solid #666;
  background: #fff;
  width: 100px;
  padding: 0 5px;
  font-size: 93%;
  border-radius: 0;
  height: 34px;
}
.top-search input[type="text"] {
  width: 700px;
  font-size: 100%;
}
.top-search input[type="submit"] {
  display: block;
  text-align: center;
  background: #f2f2f2;
  background: -webkit-linear-gradient(#fff, #ccc);
  background: -o-linear-gradient(#fff, #ccc);
  background: linear-gradient(#fff, #ccc);
  box-shadow: inset 0px 0px 0px 1px #FFFFFF;
  border: 1px solid #666;
  text-shadow: 1px 0px 0px #FFFFFF;
  font-size: 100%;
  height: 34px;
}
.popular-words {
  line-height: 1;
  height: 60px;
}
.popular-words h3 {
  position: relative;
  float: left;
  clear: left;
  margin-right: 20px;
  padding: 9px 7px 15px;
  font-size: 93%;
  font-weight: bold;
  background: #FBDB56;
  line-height: -68.8;
  height: 31px;
}
.popular-words h3::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #F9DB5D;
}
.popular-words ul {
  padding: 8px 10px;
  background: #ffe38a;
}
.popular-words li {
  display: inline;
  padding-right: 2px;
  margin-right: 2px;
  border-right: 1px solid #fff;
  margin-top: 4px;
  line-height: 1.3;
  font-size: 86%;
}
.top-comment-area-iframe {
  position: relative;
}
.top-comment-area {
  position: relative;
 /* display: inline-block;*/
  width: 100%;
  font-size: 93%;
  padding: 2px 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::before {
  background: url(../images/icon_cow_01.png) center no-repeat;
  width: 60px;
  height: 58px;
  position: absolute;
  content: " ";
  right: 5px;
  bottom: 0;
}
/* big-banner-area */
#big-banner-area {
  display: block;
  width: 995px;
  margin-bottom: 10px;
  margin-left: -5px;
}
#big-banner-area li {
  float: left;
  display: inline-block;
  margin-left: 5px;
}
#big-banner-area .matome-info-box {
  width: 600px;
}
#big-banner-area .big-banner-area-box {
  border: 3px solid #FED001;
  padding: 7px;
  height: 60px;
}
#big-banner-area .matome-info-box .big-banner-area-box {
  border-color: #E56811;
  background: #E56811;
}
#big-banner-area .matome-info-box i {
  font-size: 40px;
  float: left;
  padding: 10px 10px 0 0;
}
#big-banner-area .matome-info-box h4 {
  width: 320px;
  float: left;
  font-size: 143%;
  line-height: 1.1;
  color: #fff;
  display: block;
  padding: 0px 10px;
  margin: -7px;
}
#big-banner-area .matome-info-box h4 strong {
  font-size: 129%;
}
#big-banner-area .matome-info-box p {
  float: right;
  width: 255px;
  padding-top: 3px;
}
#big-banner-area .matome-info-box a {
  color: #fff;
}
#big-banner-area .card-info-box {
  width: 385px;
}
#big-banner-area .card-info-box h4 {
  font-size: 136%;
  line-height: 1;
  color: #F8B711;
  padding: 3px 0 0 6px;
}

  @media (max-width: 420px) {
    .top-search {
      display: block;
      border-radius: 0;
      padding: 5px;
    }
    #big-banner-area{
      display: none;
    }
    .top-search div {
      padding: 0;
    }
    .top-search select,
    .top-search p {
      display: none;
    }
    .top-search input[type="text"] {
      width: 100%;
    }
    .top-search input[type="submit"] {
      float: right;
    }
    .popular-words {
      display: block;
      width: 100%;
      margin: 0;
      border:none;
      border-top: 1px solid #eee
    }
    .popular-words h3,
    .popular-words ul {
      display: inline-block;
      padding: 5px;
    }
    .popular-words h3 {
      width: 100%;
      border:none;
      text-align: center;
      height: 22px;
      margin: 0;
      background: #ffe38a;
    }
    .popular-words h3 br {
      display: none;
    }
    .popular-words h3::before {
      display: none;
    }
    .popular-words ul {
      margin: 0;
      background: #ffe38a;
    }
    .popular-words li {
      display: inline;
      float: none;
      line-height: 1.5;
    }
    .top-comment-area {
      padding: 8px 20px 8px 10px;
    }
  }
/* --------------------------------------------------------------------------------------------

  sidebar

-------------------------------------------------------------------------------------------- */
#sidebar {
  width: 185px;
  float: left;
}
#sidebar a {
  text-decoration: none;
}
#sidebar a:hover {
  color: #000;
}
.side-ttl {
  border-bottom: 5px solid #FCCF00;
  padding: 8px 15px;
  border-radius: 5px 5px 0 0;
  line-height: 1.3;
  color: #fff;
  font-weight: normal;
  font-size: 86%;
  background: #498DCA;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient( top, #4E90CD 0%, #2E7EC5 49%, #5194CF 50%, #488ECC);
  background-image: -webkit-gradient( linear, left top,left bottom, from(#4E90CD), color-stop(0.49, #2E7EC5), color-stop(0.50, #5194CF), to(#488ECC));
  border-top: 1px solid #014EA0;
  border-right: 1px solid #0050A2;
  text-shadow: 1px 0px 0px #02238C;
}
.side-ttl strong {
  display: block;
  font-size: 167%;
}
.side-banner-area li {
  margin-bottom: 7px;
}
#side-ranking {
  background: #fff;
}

/* #side-menu */
#side-menu {
  margin-bottom: 20px;
}
#side-menu ul {
  padding: 10px 17px;
  border: 1px solid #eee;
  font-size: 93%;
  background: #fff;
}


/* .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: 5px 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #999;
  background: #F0F0E0;
  font-size: 93%;
}
#side-category-menu a:hover {
  background: #E0E0C9;
  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: 11px 0;
  color: #2E7EC5;
  border: none;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  width: 22px;
  height: 100%;
  border-left: 1px solid #999;
}
#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;
  background: #fff;
}
#side-category-menu .side-category-menu-sub {
  border-bottom: 1px solid #999999;
  margin-top: -1px;
}
#side-category-menu .side-category-menu-sub a {
  border-bottom: none;
  font-size: 93%;
  padding: 6px 30px 6px 15px;
  background: #E0E0CC;
  border-left: 2px solid #3A85C8;
}
#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: #D4D4C0;
  padding-left: 25px;
  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;
  border-top: 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,
#side-calender .holiday {
  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;
}
.calender-back {
  background: #fff;
}
  @media (min-width: 186px) and (max-width: 420px) {
    #sidebar iframe,
    #sidebar {
      width: 100%;
      float: none;
      height: 287px !important;
      top: -291px;
    }
    #side-category-menu {
      display: none;
    }
    #side-category-menu,
    .free-campaign-area,
    .side-banner-area,
    #side-menu {
      margin-bottom: 10px;
    }
    #side-ranking {
      display: none;
    }
    #side-calender {
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
      background: #fff;
    }
    #side-calender .side-ttl {
      text-align: center;
    }
    #side-calender p {
      text-align: right;
    }
    #side-category-menu .submenu-open {
      width: 36px;
    }
    #side-menu {
      display: none;
    }
    .side-banner-area {
      display: none;
    }
    .calender-01,.calender-02 {
      float: left;
      width: 48%;
      margin: 3px;
    }
  }

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

  main-column

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

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

/* .product-list-box
============================================ */
.product-list-box {
  overflow: hidden;
  padding: 15px 0 20px;
  /*padding: 10px;*/
}
.product-list-box li {
  position: relative;
  display: inline-block;
  width: 156px;
  height: 215px;
  float: left;
  padding: 0 5px;
  border-left: 1px dotted #ddd;
  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: #fff;
}
.product-list-box li:first-child {
  border:none;
}
.product-list-box li::before {
  content: "1";
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  z-index: 10;
  color: #FFFFFF;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 20px;
  background: #E9262C;
  top: 5px;
  line-height: 1;
  right: 5px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 50%;
  padding-top: 2px;
}
.product-list-box li:hover::before {
  font-size: 26px;
  line-height: 1.1;
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  color: #fff;
}
.product-list-box li:nth-child(2)::before {content: "2"}
.product-list-box li:nth-child(3)::before {content: "3"}
.product-list-box li:nth-child(4)::before {content: "4";}
.product-list-box li:nth-child(5)::before {content: "5";}
.product-list-box-imgarea {
  width: 130px;
  height: 120px;
  margin-bottom: 10px;
  background: center no-repeat;
  background-size: contain;
  margin: 0 auto 10px;
}
.product-list-box li h3 {
  padding: 0 8px;
  line-height: 1.2;
  font-size: 93%;
  text-align: left;
  height: 48px;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.link-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.link-area:hover {
  background: rgba(255,255,255,0.3);
}
.product-list-box .link-area:hover {
  border: 1px solid #E9262C;
}
.price {
  display: block;
  font-size: 172%;
  color: #FA0102;
  font-weight: bold;
  line-height: 1;
  padding: 0px 8px;
  text-align: right;
  letter-spacing: -0.01em;
}
.price small {
  font-size: 40%;
  margin-right: 2px;
  letter-spacing: 0;
}

/* ranking */
#top-main-ranking {
  padding-top: 10px;
}
#top-main-ranking .big-ttl {
  padding-right: 80px;
}
#top-main-ranking .big-ttl::after {
  content: "";
  background: url(../images/icon_cow_03.png) no-repeat;
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -22px;
}
.disnon {
  display: none;
}
.ranking-all {
  background: url(../images/common/tiny_grid_@2X.png);
  background-size: 26px;
}
.ranking-all-ttl {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  background: #498DCA;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient( top, #4E90CD 0%, #2E7EC5 49%, #5194CF 50%, #488ECC);
  background-image: -webkit-gradient( linear, left top,left bottom, from(#4E90CD), color-stop(0.49, #2E7EC5), color-stop(0.50, #5194CF), to(#488ECC));
  border-top: 1px solid #014EA0;
  border-right: 1px solid #0050A2;
  text-shadow: 1px 0px 0px #02238C;
}
.ranking-all-ttl img {
  position: absolute;
  left: 220px;
  margin: auto;
    top: -48px;
}
.ranking-all ul {
  padding: 15px 10px 10px;
  margin-bottom: 20px;
}
.ranking-all li {
  background: #fff;
  width: 152px;
  height: 215px;
}
.ranking-all .link-area:hover {
  top: 0;
  bottom: 0;
}
.ranking-all .link-area::before {
  background: url(../images/ribon_gold_top.png) no-repeat;
  width: 51px;
  height: 62px;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
}
.ranking-all .product-list-box li::before {
  color: #E9262C;
  font-size: 30px;
  top: -10px;
  font-weight: bold;
  background: transparent;
}

.top-review-area-left {
  max-width: 170px;
  background: #f2f2f2 url(../images/common/tiny_grid_@2X.png);
  background-size: 26px;
  padding: 5px;
  height: 470px;
}
.top-review-area-left .header-soryo {
  width: 100%;
  float: none;
}
.top-review-area-left .header-tel {
  font-size: 113%;
  text-align: center;
  background: #498DCA;
  color: #fff;
  padding: 9px 0;
  border-radius: 3px;
  margin-bottom: 10px;
}
.top-review-area-left .header-tel a {
  color: #fff;
  background: #498DCA;
}
#goq-review h3 {
  background: #ccc;
}
#goq-review .outer-table {
  width: 598px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
#goq-review .ifrm-container {
  width:598px;
  height:415px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
#goq-review #iframe9 {
  width:100%;
  height:100%;
  display:block;
  border:none;
  padding:0;
}
#iframe9 {
  background: #fff;
}
  @media (max-width: 420px) {
    .product-list-box {
      padding: 0;
      margin: 15px 0 15px;
    }
    .product-list-box li {
      width: 32.3%;
      height: 165px;
      margin: .5%;
    }
    .product-list-box-imgarea {
      width: 90%;
      height: 60px;
    }
    .product-list-box li h3 {
      height: 55px;
      line-height: 1.1;
      font-size: 85%;
      padding: 0 5px;
    }
    .price {
      font-size: 147%;
      padding: 0 5 5px;
    }
    .price small {
      display: block;
      margin-right: -1px;
    }
    .ranking-all .product-list-box {
      padding: 5px;
    }
    .ranking-all .medium-ttl img {
      position: relative;
      left: 0;
      top: -30px;
    }
    .ranking-all .link-area::before {
      width: 35px;
      height: 35px;
      background-size: 35px;
    }
    .ranking-all .product-list-box li::before {
      font-size: 28px;
    }
    .ranking-all-ttl img {
      left: 45px;
      top: -19px;
      width: 70%
    }
    .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;
      height: 81px;
      padding-top: 10px;
    }

    .top-review-area-left .header-tel {
      display: inline-block;
      width: 48%;
      height: 82px;
      float: right;
      clear: right;
      top: 0;
      padding: 10px 0;
      font-size: 100%;
    }
     .top-review-area-left .header-tel i {
      display: block;
      font-size: 18px;
      position: relative;
      margin-bottom: 5px;
     }
    .top-review-area-left .header-tel a {
      text-decoration: none;
      font-size: 116%;
    }
    .top-review-area-left .tCtr {
      clear: both;
      margin: 10px 0;
    }
    .top-review-area-left .tCtr img {
      height: 60px;
    }
    .top-review-area-left .tCtr br {
      display: none;
    }
    .top-review-area-left .mgnBtm10 {
      margin: 0;
    }
    .top-review-area-left .header-review {
      font-size: 93%;
    }
    .top-review-area-left .header-review .bookmark {
      display: block;
      width: 100%;
      text-align: center;
      text-decoration: none;
      padding: 8px 0;
      border-radius: 3px;
    }
    .top-review-area-left .header-review br {
      display: none;
    }
    .review-iframe {
      display: none;
      width: 100%;
      height: 50px
    }
    .leview {

      text-align: center;
      padding: 8px 0;
      border-radius: 3px;
    }
    #goq-review {
      float: none;
      display: none;
    }
    #goq-review .outer-table {
      width: 100%;
    }
    #goq-review .ifrm-container {
      width: 100%;
      height: 300px;
    }
    .qr-code {
      display: none;
    }
  }
/* --------------------------------------------------------------------------------------------

  iframe-area

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


#kakaku-iframe-area {
  position: fixed;
  top: 220px;
  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;
}
/* --------------------------------------------------------------------------------------------
3/2までの送料欄色
.kakaku-iframe-area h3 {
  background: #E9262C;
.kakaku-iframe-area a {
  background: #BD161A;
.kakaku-iframe-area a:hover {
  background: #E9262C;

-------------------------------------------------------------------------------------------- */
.kakaku-iframe-area h3 {
  background: #438CCB;
  color: #fff;
  padding: 2px 7px 2px 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;
  line-height: 1.2;
}
.kakaku-iframe-area .kakaku-number small {
  font-size: 60%;
  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: 67px;
  z-index: 9999;
}

#right-iframe-area {
  position:fixed;
  right: 0;
  bottom: 170px;
  z-index: 9998;
}
#tab01 {
  background: url(https://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: 1230px) {
    #kakaku-iframe-area,
    #left-iframe-area,
    #right-iframe-area
    {
      display: none;
    }
  }

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

  footer

-------------------------------------------------------------------------------------------- */
.footer-iframe {
  width: 100%;
  height: 2900px;
  min-width: 990px;
}
.footer02-iframe {
  width: 100%;
  height: 2210px;
  min-width: 990px;
}
.footer03-iframe {
  min-width: 1000px;
}
footer {
  background: #f2f2f2 url(../images/common/tiny_grid_@2X.png);
  background-size: 26px 26px;
  margin-top: 70px;
}
#footer-notes {
  position: relative;
  padding: 30px 0 15px;
  margin: 0 auto;
  border-top: 3px solid #488DCE;
  line-height: 1.5;
}
#footer-notes::before {
  content: "";
  position: absolute;
  top: -73px;
  background: url(../images/icon_cow_02.png) no-repeat;
  width: 71px;
  height: 71px;
  margin-left: -37px;
}
/**/
#footer-search {
  display: table;
  margin-bottom: 10px;
  float: right;
  font-size: 93%;
}
#footer-search h3,
#footer-search a,
#footer-search input {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  color: #498DCA;
  font-weight: bold;
}
#footer-search a {
  text-decoration: none;
}
/**/
#footer-category {
  margin: 0 0 30px;
  padding: 20px 15px 13px;
  background: #FFFFFF;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 75);
  border-radius: 3px;
}
.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: 8px;
  height: 30px;
  text-align: center;
  font-size: 86%;
  vertical-align: bottom;
  line-height: 1.3;
  color: #385DA2;
}
.footer-category .footer-category-box li {
  margin-bottom: 3px;
}
.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;
  border: 1px solid rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.3);
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  background-color: #5194CF;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
}
.footer-category .footer-category-box li:nth-child(2) a {
  background-color: #3D85C5;
}
.footer-category .footer-category-box li:nth-child(3) a {
  background-color: #2E78B9;
}
.footer-category .footer-category-box li:nth-child(4) a {
  background-color: #226BAB;
}
.footer-category .footer-category-box li:nth-child(5) a {
  background-color: #1761A2;
}

/* 緑の列 */
.footer-category .footer-category-box:nth-child(2n) a {
  border-color: #40712C;
  background: #6FAF5E;
}
.footer-category .footer-category-box:nth-child(2n) li:nth-child(2) a {
  background-color: #639E4B;
}
.footer-category .footer-category-box:nth-child(2n) li:nth-child(3) a {
  background-color: #589041;
}
.footer-category .footer-category-box:nth-child(2n) li:nth-child(4) a {
  background-color: #4B8235;
}
.footer-category .footer-category-box:nth-child(2n) li:nth-child(5) a {
  background-color: #40712C;
}

.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 {
  background: #004EA3 !important;
  color: #FBD200;
  box-shadow: none;
  text-shadow: none;
}
.footer-category .footer-category-box:nth-child(2n) a:hover {
  background: #285F12 !important;
}

#footer-notes .footer-left {
  float: left;
  width: 380px;
}
#footer-notes .footer-right {
  float: right;
  width: 550px;
}
#footer-notes .block {
  margin-bottom: 30px;
}
#footer-notes .footer-ttl {
  font-size: 143%;
  margin-bottom: 10px;
  padding: 0 0 5px;
  color: #498DCA;
  -webkit-font-smoothing: antialiased;
  border-bottom: 2px solid;
}

/* 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: #498DCA;
  color: #fff;
  border: none;
  font-size: 123%;
}
.footer-company-right dt {
  font-size: 93%;
  width: 95px;
  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;
  border-bottom: 1px dotted #ccc;
  background: #fff;
  font-size: 93%;
}
.style-dl .enkaku-list dt {
  width: 70px;
  padding: 2px 0 0 0;
  font-size: 100%;
}
.style-dl .enkaku-list dd {
  padding: 2px 0 0 70px;
  border: none;
  font-size: 100%;
}
.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: 113%;
  color: #E9262C;
  border-bottom: 1px dotted;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.footer-soryo:before {
  content: "￥０";
  float: left;
  background: #E9262C;
  font-size: 37px;
  margin-right: 15px;
  display: inline-block;
  padding: 15px 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;
}
/* shopping guide */
h2.footer-ttl.soryo,h2.footer-ttl.otodoke,h2.footer-ttl.oshiharai,h2.footer-ttl.henpin {
  padding: 0 0 5px 43px !important;
  position: relative !important;
}
h2.footer-ttl.soryo::before {
  background: url(../images/icon_soryo.svg);
  width: 31px;
  background-size: contain;
  height: 31px;
  content: " ";
  position: absolute;
  left: 5px;
  background-repeat: no-repeat;
  bottom: -1px;
}
h2.footer-ttl.otodoke::before {
  background: url(../images/icon_otodoke.svg);
  width: 28px;
  background-size: contain;
  height: 30px;
  content: " ";
  position: absolute;
  left: 5px;
  background-repeat: no-repeat;
  bottom: 6px;
}
h2.footer-ttl.oshiharai::before {
  background: url(../images/icon_oshiharai.svg);
  width: 30px;
  background-size: contain;
  height: 29px;
  content: " ";
  position: absolute;
  left: 5px;
  background-repeat: no-repeat;
  bottom: 5px;
}
h2.footer-ttl.henpin::before {
  background: url(../images/icon_henpin.svg);
  width: 33px;
  background-size: contain;
  height: 29px;
  content: " ";
  position: absolute;
  left: 5px;
  background-repeat: no-repeat;
  bottom: 6px;
}
.f16 span {
  color: #5A96CE;
}
.itibu {
  border-bottom: 1px dotted #5191CC;
  padding-bottom: 5px;
}
.oshiharai-card strong {
  color: #E9262C;
}
.shopping-guide-right a {
  color: #E9262C;
}
h3.footer-soryo.muryo::after {
    content: " ";
    background: url(../images/icon_cow_04.png) no-repeat;
    position: absolute;
    width: 60px;
    height: 64px;
    background-size: 60px;
    right: 10px;
    bottom: -22px;
}
.okinawa span {
  background: rgba(254, 208, 1, 0.24);
}
section.block.delivery ol {
  background: #fff;
  padding: 10px;
  border: 2px solid #BBB;
  margin-bottom: 10px;
}
section.block.paytype ol {
  background: rgba(254, 208, 1, 0.24);
  padding: 10px;
  display: inline-block;
}
  @media (max-width: 420px) {
    .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;
}
.back-white {
  background: #fff;
  padding: 6px;
}
#footer-notes .footer-mini-ttl {
  display: inline-block;
  margin-bottom: 5px;
  background: #FED001;
  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 {
  padding: 5px 10px;
  font-size: 93%;
  border:1px dotted #ccc;
  line-height: 1.3;
  background: #fff;
  vertical-align: middle;
}
.style-table td {
  padding: 5px 7px;
  font-size: 93%;
  line-height: 1.3;
  background: #fff;
  vertical-align: middle;
}
td.table-card {
  border-top: 1px dotted #ccc;
}
#footer-shopping-guide .style-table th {
  background: #F0F8FF;
}
#footer-shopping-guide .style-table th {
  white-space: nowrap;
}

#top-scroll {
  position: fixed;
  bottom: 110px;
  right: 0;
  opacity: 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;
}
/*Firefoxだけに適用されるCSSハック*/
@-moz-document url-prefix() {
  #top-scroll {
    bottom: 40px;
  }
}
/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #top-scroll {
    bottom: 40px;
  }
}
/*IEだけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
  #top-scroll {
    bottom: 80px;
  }
}
#top-scroll.fixed {
  opacity: 1;
}
#top-scroll a {
  position: relative;
  display: block;
  width: 100px;
  height: 70px;
  padding: 19px 20px;
  background: #498DCA;
  border-radius: 50px 0 0 50px;
  font-size: 86%;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  -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 {
  width: 120px;
}
  @media (max-width: 420px) {
    #top-scroll {
      bottom: -5px;
    }
    #top-scroll a {
      right: 5px;
      width: 60px;
      height: 55px;
      border-radius: 50px 50px 0 0;
      font-size: 76%;
      padding: 12px 0;
      text-align: center;
    }
    #top-scroll a:hover {
      width: 60px;
    }
  }
/* attention */

#attention .style-table {
  margin-bottom: 20px;
  border: 1px solid #bbb;
  line-height: 1.4;
  font-size: 86%;
}
#attention .style-table th,
#attention .style-table td {
  padding: 5px 8px;
  border: 1px dotted #ccc;
  background: #fff;
  vertical-align: middle;
}
#attention .style-table th {
  text-align: left;
  background: #F0F8FF;
  white-space: nowrap;
}
#attention .table-50 .style-table {
  width: 475px;
}
#attention .style-table th.tCtr,
#attention .style-table td.tCtr {
  text-align: center;
}
.icon {
  width: 34px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.icon img{
  width: 34px;
  height: 34px;
}
.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;
}
#footer-shopping-guide .style-table .card-table td {
    padding: 6px;
}

  @media (max-width: 420px) {
    #footer-search {
      display: block;
      float: none;
    }
    #footer-search h3{
      display: block;
    }
    #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::before {
      background-size: 50px;
      width: 50px;
      height: 50px;
      top: -50px;
      margin-left: 10px;
    }
    #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;
    }
  }



/*
未成年酒類販売禁止
======================================================= */
#footer-miseinen {
  background: #E6272C;
  color: #fff;
  overflow: hidden;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}
#footer-miseinen .container {
  padding: 40px 60px 40px 570px;
  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: 40px;
  color: #FED000;
  float: none;
  width: auto;
  height: auto;
}
#footer-miseinen .img-area:hover {
  opacity: 1;
}
#footer-miseinen .img-area i {
  font-size: 150px;
  margin-right: 10px;
  opacity: 0.7;
  z-index: 0
}
#footer-miseinen .img-area p {
  position: absolute;
  top: 10px;
  left: 85px;
  font-size: 110px;
  letter-spacing: -0.05em;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 2px 1px #E6272C;
  z-index: 1;
}
  @media (max-width: 420px) {
    #footer-miseinen {
      font-size: 123%;
      text-align: center;
      padding: 20px 0 20px;
      margin-top: 10px;
    }
    #footer-miseinen .container {
      padding: 0;
    }
    #footer-miseinen .img-area {
      display: none;
    }
    #footer-miseinen h3 {
      font-size: 100%;
      text-align: center;
      display: block;
    }
    #footer-miseinen .img-area i {
      font-size: 35px;
      margin-right: 0;
    }
    #footer-miseinen .img-area p {
      position: static;
      margin: auto;
      font-size: 65px;
      text-align: right;
      opacity: .7;
    }
    #footer-miseinen .container > p{
      text-shadow: 1px 0 1px rgba(0,0,0,.2);
      position: relative;
      z-index: 100;
    }

    /* SP 追加修正 0620 */
    .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%;
    }
  }

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

  下層ページ

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


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

  iframe
  etc

-------------------------------------------------------------------------------------------- */
.sp-only { display: none; }
.pc-only { display: inline-block; }

  @media (max-width: 420px) {
    .sp-only {display: inline-block;}
    .pc-only {display: none;}
  }
  /* iframe */
  @media (max-width: 420px) {

    .header-iframe {
      height: 90px;
    }
    .popular-word-iframe {
      height: 115px;
    }
    .top-comment-area-iframe iframe {
      height: 72px;
    }
    .main-slide-iframe {
      height: 240px;
    }
    .top-mini-slide-frame {
      height: 290px;
    }
    .ranking-iframe {
      height: 4525px;
    }
    .top-review-area-iframe {
      height: 230px;
    }
    #sidebar iframe {
      height: 1100px;  /*1310*/
    }
    .footer-iframe {
      height: 8100px;
    }
    .header-search-box-iframe,
    .footer-iframe,
    .footer02-iframe,
    .footer03-iframe {
      min-width: 0;
    }
  }
  /* iphone6 plus */
  @media (max-width: 414px) {
    .popular-word-iframe {
      height: 125px;
    }
    .main-slide-iframe {
      height: 210px;
    }
    .top-mini-slide-frame {
      height: 250px;
    }
    .footer-iframe {
      height: 5360px;
    }
    .footer02-iframe {
      height: 3610px;
    }
    .footer03-iframe {
      height: 210px;
    }
  }
  /* iphone6 */
  @media (max-width: 384px) {
    .main-slide-iframe {
      height: 190px;
    }
    .top-mini-slide-frame {
      height: 230px;
    }
    .footer-iframe {
      height: 5565px;
    }
    .footer02-iframe {
      height: 3880px;
    }
    .footer03-iframe {
      height: 210px;
    }
    .top-comment-area-iframe::before {
      width: 45px;
      height: 45px;
      background-size: 45px;
    }
  }

  /* iphone5 */
  @media (max-width: 320px) {
    .top-comment-area-iframe iframe {
      height: 85px;
    }
    .main-slide-iframe {
      height: 170px;
    }
    #top-mini-slide li {
      min-height: 195px;
    }
    .top-mini-slide-frame {
      height: 195px;
    }
    .footer-iframe {
      height: 5900px;
    }
    .footer02-iframe {
      height: 4090px;
    }
  }
  @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;
    }

    /*review*/
    table[bgcolor="#CCCCCC"] {
      border: 2px solid #eee;
      background: #fff;
      padding: 20px;
      display: inline-block;
      margin-bottom: 20px;
    }
    table[bgcolor="#CCCCCC"] div[style="padding:4px 8px;margin-bottom:10px;"] {
      border-bottom: 2px solid #eee;
      padding-left: 0 !important;
      padding-bottom: 10px !important;
    }
    table[bgcolor="#CCCCCC"] div[style="padding:4px 8px;margin-bottom:10px;"]:last-child {
      border-bottom: none;
      padding-bottom:  0!important;
    }
    /*header*/






    /* CATEGORY PAGE */
    td.category_uppertext {
      font-size: 100%;
    }
    .ttl-a {
      height:160px;
      line-height:120px;
      font-weight:bold;
      padding:20px;
      font-size:158%;
      background:#fff right center no-repeat;
      border:1px solid #aaa;
      margin-bottom:20px
    }
    .ttl-b {
      font-size:180%;
      border-bottom:3px solid;
      -webkit-font-smoothing:antialiased;
      padding:0 0 8px;
      line-height:1;
      margin:40px 0 10px;
    }
    .ttl-b span {
      font-size:65%;
      padding-top:6px;
      float:right;
    }
    .li-a {
      overflow:hidden
    }
    .li-a li {
      position:relative;
      float:left;
      width:156px;
      height:225px;
      padding:0 10px;
      font-size:86%;
      line-height:1.4;
      border-left:1px dotted #ddd;
      word-break:break-all;
      background:#fff
    }
    .li-a li:nth-child(1) {
      border:none
    }
    .li-a div {
      width:100%;
      height:130px;
      display:block;
      background:#fff center no-repeat;
      background-size:90%;
      margin-bottom:10px
    }
    .li-a em {
      position:absolute;
      bottom:5px;
      right:12px;
      display:block;
      font-size:186%;
      color:#FA0102;
      font-weight:bold
    }
    .li-a em::before {
      content:"\7A0E\8FBC";
      font-size:40%;
      margin-right:2px;
      letter-spacing:0
    }
    .li-a a {
      position:absolute;
      left:0;
      top:0;
      right:0;
      bottom:0
    }
    .li-a a:hover {
      background: rgba(255,255,255,0.3);
      border:1px solid #E9262C
    }
    .r li::before {
      content:"1";
      position:absolute;
      color:#FFF;
      width:26px;
      height:26px;
      text-align:center;
      font-size:20px;
      background:#E9262C;
      top:5px;
      line-height:26px;
      right:5px;
      border-radius:50%;
      font-weight:bold;
      -webkit-font-smoothing:antialiased
    }
    .r li:hover::before {
      font-size: 26px;
      line-height: 1.3;
      width: 32px;
      height: 32px;
      top: 2px;
      right: 2px
    }
    .r li:nth-child(2)::before {
      content:"2"
    }
    .r li:nth-child(3)::before {
      content:"3"
    }
    .r li:nth-child(4)::before {
      content:"4"
    }
    .r li:nth-child(5)::before {
      content:"5"
    }
    .li-b {
      margin-bottom:30px;
      background: #fff;
      padding: 10px 0;
    }
    .li-b li {
      display:table;
      vertical-align:middle;
      padding:2px 0;
      width:100%;
      background:#fff
    }
    .li-b h4,.li-b p {
      display:table-cell
    }
    .li-b h4 {
      width:290px
    }
    .li-b h4 img {
      height:58px;
      width:auto;
      vertical-align:middle;
      margin:1px 4px 0;
      border:1px solid #eee;
      padding:5px
    }
    .li-b a {
      display:inline-block;
      width:160px;
      text-decoration:none;
      padding:18px 5px;
      background:#f2f2f2;
      border-radius:3px;
      text-align:center;
      color:#000;
      margin-left: 1px;
      border:1px solid
    }
    .li-b a:hover {
      background:#498DCA;
      border-color:#498DCA;
      color:#fff
    }

    /* CATEGORY PAGE CUTE */
    .category-cute .ttl-a {
      height:160px;
      line-height:120px;
      font-weight:bold;
      padding:20px;
      font-size:158%;
      background:#fff right center no-repeat;
      border:1.5px dotted #EF5B6B;
      margin-bottom:20px;
      color:#EF5B6B
    }
    .category-cute .ttl-b {
      font-size:180%;
      border-bottom:3px solid #FDB2BA;
      -webkit-font-smoothing:antialiased;
      padding:10px 6px 5px;
      line-height: 1;
      margin:30px 0 10px;
      background: #FFF2F4;
      color:#EF5B6B;
      border-radius:5px 5px 0 0
    }
    .category-cute .ttl-b span {
      font-size:65%;
      padding-top:6px;
      float:right
    }
    .category-cute .li-a {
      overflow:hidden
    }
    .category-cute .li-a li {
      position:relative;
      float:left;
      width:156px;
      height:220px;
      padding:0 10px;
      font-size:86%;
      line-height:1.4;
      border-left: 1px dotted #ddd;
      word-break:break-all;
      background:#fff
    }
    .category-cute .li-a li:nth-child(1) {
      border:none
    }
    .category-cute .li-a div {
      width:100%;
      height:130px;
      display:block;
      background:#fff center no-repeat;
      background-size:90%;
      margin-bottom:10px
    }
    .category-cute .li-a em {
      position:absolute;
      bottom:5px;
      right:12px;
      display:block;
      font-size:186%;
      color:#EF5B6B;
      font-weight:bold
    }
    .category-cute .li-a em::before {
      content:"\7A0E\8FBC";
      font-size:40%;
      margin-right:2px;
      letter-spacing:0
    }
    .category-cute .li-a a {
      position:absolute;
      left:0;
      top:0;
      right:0;
      bottom:0
    }
    .category-cute .li-a a:hover {
      background:rgba(255,255,255,0.3);
      border:1px solid #E9262C
    }
    .category-cute .r li::before {
      content:"1";
      position:absolute;
      color:#FFF;
      width:26px;
      height:26px;
      text-align:center;
      font-size:20px;
      background:#F3CA1E;
      top:5px;
      line-height:26px;
      right:5px;
      border-radius:50%;
      font-weight:bold;
      -webkit-font-smoothing:antialiased
    }
    .category-cute .r li:nth-child(2)::before {
      content:"2"
    }
    .category-cute .r li:nth-child(3)::before {
      content:"3"
    }
    .category-cute .r li:nth-child(4)::before {
      content:"4"
    }
    .category-cute .r li:nth-child(5)::before {
      content:"5"
    }
    .category-cute .li-b {
      margin-bottom:30px;

    }
    .category-cute .li-b li {
      display:table;
      vertical-align:middle;
      padding:2px 0;
      width:100%;
      background:#fff
    }
    .category-cute .li-b h4,.li-b p {
      display:table-cell
    }
    .category-cute .li-b h4 {
      width:290px
    }
    .category-cute .li-b h4 img {
      height:58px;
      width:auto;
      vertical-align:middle;
      margin:1px 4px 0;
      border:1px dotted #F3CA1E;
      padding:5px
    }
    .category-cute .li-b a {
      display:inline-block;
      width:160px;
      text-decoration:none;
      padding:18px 5px;
      background:#F9F9F9;
      border-radius:3px;
      text-align:center;
      color:#EF5B6B;
      border:1px solid
    }
    .category-cute .li-b a:hover {
      background:#EF5B6B;
      border-color:#EF5B6B;
      color:#fff
    }
    .category-cute .r li:hover::before {
      font-size:26px;
      line-height:1.3;
      width: 32px;
      height:32px;
      top:2px;
      right:2px
    }


  }

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