@charset "Shift_JIS";
#header, .allWrap, body {
  width: 100%
}
#bottomCon .inner #bottomBanner .bnr a:hover, #bottomCon .inner #bottomNavi ul li a:hover, #bottomCon .inner #bottomSliderWrap #bottomSlider .slick-slide a:hover, #bottomCon .inner .ftLogo a:hover, #gNavi ul li a:hover, #header .inner a:hover, .contentWrap .btnTop a:hover {
  opacity: .7;
  cursor: pointer
}
a {
  cursor: pointer
}
a:link, a:visited {
  color: #3d5593;
  border: none;
  text-decoration: underline
}
a:active, a:hover {
  color: #3d5593;
  border: none;
  text-decoration: none
}
a img {
  border: none
}
html {
  font-size: 62.5%;
  font-family: sans-serif
}
body {
  margin: 0;
  background: #e60012;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: left;
  -webkit-text-size-adjust: 100%
}
.allWrap {
  margin: 0 auto;
  overflow: hidden;
  position: relative
}
@media screen and (max-width:740px) {
  .allWrap img {
    width: 100%;
    height: auto
  }
}
li, ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.cf:after, .cf:before {
  content: " ";
  display: table
}
.cf:after {
  clear: both
}


/*--------------------------------------------------------
　HEADER
--------------------------------------------------------*/
#header {
  background: #fff;
  height: 84px;
  -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
  position: fixed;
  z-index: 99
}
#header .inner {
  max-width: 900px;
  height: 84px;
  margin: 0 auto;
  position: relative
}
#header .inner .logoKabikiller {
  position: absolute;
  top: 0;
  left: 50%;
  width: 170px;
  height: 152px;
  margin: 0 0 0 -82px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
#header .inner .logoKabikiller img {
  width: 100%;
  height: auto
}
#header .inner .logoJohnson {
  width: 114px;
  float: left;
  padding-top: 18px
}
#header .inner .boxR {
  width: 50%;
  float: right
}
#header .inner .boxR .snsBox {
  text-align: right;
  margin-top: 20px;
  /*margin-right: 150px;*/
}
#header .inner .boxR .snsBox li {
  width: 42px;
  height: 42px;
  margin: 0 6px;
  display: inline-block
}
#header .inner .boxR .snsBox li:first-child a {
  background: #3b589e;
  border-radius: 50%
}
#header .inner .boxR .snsBox li:last-child a {
  background: #55adef;
  border-radius: 50%
}
#header .inner .boxR .snsBox li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 25px;
  padding: 9px 0 7px;
  line-height: 1
}
#header .inner .boxR .btnMenu {
  display: none
}
#header.fixed .logoKabikiller {
  width: 85px;
  height: 76px;
  margin: 0 0 0 -38px;
  top: 5px
}
@media screen and (max-width:740px) {
  #header, #header .inner {
    height: 45px
  }
  #header .inner .logoKabikiller {
    width: 115px;
    height: 103px;
    margin: 0 0 0 -57.5px
  }
  #header .inner .logoJohnson {
    width: 88px;
    padding-top: 4px;
    padding-left: 4px;
  }
  #header .inner .boxR .snsBox {
    margin-top: 8px;
    padding-right: 40px;
    margin-right: 0;
  }
  #header .inner .boxR .snsBox li {
    width: 30px;
    height: 30px;
    margin: 0 1px
  }
  #header .inner .boxR .snsBox li a {
    font-size: 18px;
    padding: 7px 0 5px
  }
  #header.fixed .logoKabikiller {
    width: 55px;
    height: 50px;
    margin: 0 0 0 -27.5px;
    top: 5px
  }
  #gNavi {
    display: none
  }
}


/*--------------------------------------------------------
　GLOBAL NAVI
--------------------------------------------------------*/
#gNavi ul li a::after, #gNavi ul li:first-child a::before, #gNavi ul li:nth-child(4) a::before {
  content: "";
  width: 1px;
  height: 28px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -14px;
}
#gNavi {
  /*padding: 114px 0 30px;*/
  padding: 114px 0 20px;
}
#gNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 900px;
  margin: 0 auto;
  text-align: center
}
#gNavi ul li:first-child {
  width: 110px
}
#gNavi ul li:nth-child(2) {
  width: 124px
}
#gNavi ul li:nth-child(3) {
  width: 116px;
  margin-right: 84px
}
#gNavi ul li:nth-child(4) {
  width: 125px;
  margin-left: 84px
}
#gNavi ul li:nth-child(5) {
  width: 120px;
}
#gNavi ul li:last-child {
  width: 137px;
}
#gNavi ul li a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none
}
#gNavi ul li a::after {
  right: 0
}
#gNavi ul li a.current {
  text-decoration: underline
}
#gNavi ul li:first-child a::before, #gNavi ul li:nth-child(4) a::before {
  left: 0
}
.btnMenu {
  display: none
}
@media screen and (max-width:740px) {
  .btnMenu {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 7px;
    right: 7px;
    background: #fff;
    z-index: 100
  }
  .btnMenu .iconMenu, .btnMenu .iconMenu::after, .btnMenu .iconMenu::before {
    position: absolute;
    display: block;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #e60012
  }
  .btnMenu .iconMenu {
    left: 50%;
    margin: -1px 0 0 -10px;
    -webkit-transition: .2s;
    transition: .2s
  }
  .btnMenu .iconMenu::after, .btnMenu .iconMenu::before {
    content: "";
    left: 0;
    -webkit-transition: .3s;
    transition: .3s
  }
  .btnMenu .iconMenu::before {
    margin-top: -8px
  }
  .btnMenu .iconMenu::after {
    margin-top: 7px
  }
  .btnMenu.open .iconMenu {
    background: 0 0
  }
  .btnMenu.open .iconMenu::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0
  }
  .btnMenu.open .iconMenu::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 0
  }
}
#btnCart, #gNaviSP, .cartInline {
  display: none
}
@media screen and (max-width:740px) {
  #gNaviSP, #gNaviSP .inner {
    width: 100%;
    background: #e60012
  }
  #gNaviSP {
    display: block;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    -webkit-overflow-scrolling: touch
  }
  #gNaviSP.action {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  #gNaviSP .inner {
    height: 92%;
    height: calc(100% - 45px);
    padding-top: 45px;
    overflow-y: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3
  }
  #gNaviSP .inner .brandTop a::after, #gNaviSP .inner .product li a::after {
    content: "";
    height: 6px;
    top: 50%;
    right: 20px;
    margin-top: -3px
  }
  #gNaviSP .inner .brandTop a {
    display: block;
    padding: 15px 6%;
    color: #fff;
    text-decoration: none;
    position: relative
  }
  #gNaviSP .inner .brandTop a::after {
    width: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  #gNaviSP .inner .product li .subnavi li a::after, #gNaviSP .inner .product li a::after {
    border-top: 1px solid #e60012;
    border-right: 1px solid #e60012;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
  }
  #gNaviSP .inner .product {
    background: #fff
  }
  #gNaviSP .inner .bannerArea, #gNaviSP .inner .other {
    background: #e60012
  }
  #gNaviSP .inner .product li {
    border-bottom: 1px solid #e60012
  }
  #gNaviSP .inner .product li a {
    display: block;
    width: 88%;
    padding: 0 6%;
    color: #e60012;
    text-decoration: none;
    position: relative
  }
  #gNaviSP .inner .product li a::after {
    width: 6px;
    position: absolute;
    transform: rotate(45deg)
  }
  #gNaviSP .inner .product li a .img, #gNaviSP .inner .product li a .name {
    display: table-cell;
    height: 50px;
    vertical-align: middle
  }
  #gNaviSP .inner .product li a .img {
    width: 40px;
    padding: 4px 10px 4px 0
  }
  #gNaviSP .inner .product li a .img img {
    vertical-align: middle
  }
  #gNaviSP .inner .other li a::after, #gNaviSP .inner .product li .subnavi li a::after {
    content: "";
    height: 6px;
    top: 50%;
    right: 20px;
    margin-top: -3px
  }
  #gNaviSP .inner .product li .subnavi {
    padding-left: 12%;
    border-top: 1px solid #e60012
  }
  #gNaviSP .inner .product li .subnavi li a {
    display: block;
    width: 100%;
    position: relative;
    text-decoration: none;
    color: #e60012;
    padding: 14px 13px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  #gNaviSP .inner .product li .subnavi li a::after {
    width: 6px;
    position: absolute;
    transform: rotate(45deg)
  }
  #gNaviSP .inner .product li .subnavi li:last-child {
    border-bottom: none
  }
  #gNaviSP .inner .other li {
    border-bottom: 1px solid #fff
  }
  #gNaviSP .inner .other li a {
    display: block;
    width: 88%;
    padding: 15px 6%;
    color: #fff;
    text-decoration: none;
    position: relative
  }
  #gNaviSP .inner .other li a::after {
    width: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  #gNaviSP .inner .other li:first-child a {
    padding: 12px 6%
  }
  #gNaviSP .inner .other li:first-child img {
    width: 24px;
    line-height: 1;
    vertical-align: middle
  }
  #gNaviSP .inner .other li img.icon_external {
    width: 16px;
    line-height: 1;
    vertical-align: middle
  }
  #gNaviSP .inner .bannerArea .name {
    padding: 15px 6%;
    color: #fff
  }
  #gNaviSP .inner .bannerArea ul {
    padding: 6% 6% 3%
  }
  #gNaviSP .inner .bannerArea ul li {
    padding-bottom: 3%
  }
  #btnCart {
    display: block;
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 98
  }
  #btnCart a {
    display: block;
    width: 30px;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #fff), to(#ccc));
    background: -webkit-linear-gradient(top, #fff 55%, #ccc 100%);
    background: linear-gradient(to bottom, #fff 55%, #ccc 100%);
    padding: 3px 5px;
    border-radius: 3px 0 0 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff
  }
}


/*--------------------------------------------------------
　CONTENT
--------------------------------------------------------*/
.contentWrap .secWrap {
  background: url(../img/common/bg_section.png) repeat-x
}
.contentWrap .secWrap > h2 {
  background: url(../img/common/bg_ttl.png) center top no-repeat;
  text-align: center;
  min-height: 145px;
  margin: 0;
  padding: 20px 0 0
}
.contentWrap .note {
  font-size: 10px;
  font-size: 1rem
}
.contentWrap .btnTop {
  width: 900px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: right
}
@media screen and (max-width:740px) {
  .contentWrap {
    padding: 107px 0 0
  }
  .contentWrap .secWrap {
    background: #e60012
  }
  .contentWrap .secWrap > h2 {
    background: url(../img/common/bg_ttl_sp.png) center top no-repeat;
    background-size: 100% auto;
    min-height: 0;
    height: 0;
    padding: 0 0 31.25%;
    position: relative
  }
  .contentWrap .secWrap > h2 img {
    position: absolute;
    width: 96%;
    top: 15%;
    left: 50%;
    margin-left: -48%
  }
  .contentWrap .btnTop {
    width: 88%;
    padding: 10% 6% 6%
  }
  .contentWrap .btnTop img {
    width: 90px
  }
}


/*--------------------------------------------------------
　BOTTOM CONTENT
--------------------------------------------------------*/
#bottomCon {
  background: #e60012;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5b00), color-stop(10%, #e60012));
  background: -webkit-linear-gradient(top, #ff5b00 0, #e60012 10%);
  background: linear-gradient(to bottom, #ff5b00 0, #e60012 10%)
}
#bottomCon .inner {
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 60px
}
#bottomCon .inner .ftLogo {
  text-align: center;
  padding: 16px 0 10px
}
#bottomCon .inner #bottomSliderWrap {
  background: #fff;
  width: 900px;
  margin: 0 auto
}
#bottomCon .inner #bottomSliderWrap .ttl {
  padding: 14px 20px
}
#bottomCon .inner #bottomSliderWrap #bottomSlider {
  padding: 0 30px 20px
}
.slick-list .slick-loading #bottomCon .inner #bottomSliderWrap #bottomSlider {
  background: url(../img/common/ajax-loader.gif) center center no-repeat #fff
}
#bottomCon .inner #bottomSliderWrap #bottomSlider .slick-next, #bottomCon .inner #bottomSliderWrap #bottomSlider .slick-prev {
  position: absolute;
  display: block;
  height: 46px;
  width: 46px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 40%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0
}
#bottomCon .inner #bottomSliderWrap #bottomSlider .slick-prev {
  background: url(../img/common/ft_arrow_l.png) no-repeat;
  background-size: 46px 46px;
  left: -23px;
  z-index: 10
}
#bottomCon .inner #bottomSliderWrap #bottomSlider .slick-next {
  background: url(../img/common/ft_arrow_r.png) no-repeat;
  background-size: 46px 46px;
  right: -23px;
  z-index: 10
}
#bottomCon .inner #bottomSliderWrap #bottomSlider .slick-slide a {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #000
}
#bottomCon .inner #bottomSliderWrap #bottomSlider .slick-slide img {
  margin: 0 auto
}
#bottomCon .inner #bottomNavi {
  padding: 40px 0 0
}
#bottomCon .inner #bottomNavi ul {
  text-align: center;
  font-size: 0
}
#bottomCon .inner #bottomNavi ul li {
  display: inline-block
}
#bottomCon .inner #bottomNavi ul li a {
  display: block;
  padding: 2px 9px 1px;
  font-size: 13px;
  font-size: 1.3rem;
  border-right: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#bottomCon .inner #bottomNavi ul li:first-child a {
  border-left: 1px solid #fff
}
#bottomCon .inner #bottomBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 0
}
#bottomCon .inner #bottomBanner h4 {
  margin: 0;
  padding: 0 0 20px
}
#bottomCon .inner #bottomBanner .bnr {
  width: 32%;
  margin: 0 2% 20px 0;
}
#bottomCon .inner #bottomBanner .bnr:nth-child(3n) {
  margin-right: 0;
}
#bottomCon .inner #bottomBanner .bnr img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:740px) {
  #bottomCon .inner {
    padding-bottom: 6%
  }
  #bottomCon .inner .ftLogo {
    width: 60px;
    margin: 0 auto;
    padding: 10px 0 8px
  }
  #bottomCon .inner #bottomSliderWrap {
    width: 88%;
    margin: 0 auto
  }
  #bottomCon .inner #bottomSliderWrap .ttl {
    width: 160px;
    padding: 6% 0 3% 6%
  }
  #bottomCon .inner #bottomSliderWrap #bottomSlider {
    padding: 0 4% 4%
  }
  #bottomCon .inner #bottomSliderWrap #bottomSlider .slick-slide a {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
    word-break: keep-all
  }
  #bottomCon .inner #bottomNavi {
    width: 100%;
    padding: 6% 0
  }
  #bottomCon .inner #bottomNavi ul {
    border-top: 1px solid #8b0000;
    text-align: left
  }
  #bottomCon .inner #bottomNavi ul li {
    border-bottom: 1px solid #8b0000;
    display: block
  }
  #bottomCon .inner #bottomNavi ul li a {
    display: block;
    padding: 12px 6%;
    font-size: 14px;
    font-size: 1.4rem;
    border-right: none;
    position: relative
  }
  #bottomCon .inner #bottomNavi ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  #bottomCon .inner #bottomNavi ul li:first-child a {
    border-left: none
  }
  #bottomCon .inner #bottomNavi ul li:last-child img {
    width: 16px;
    line-height: 1;
    vertical-align: middle
  }
  #bottomCon .inner #bottomBanner {
    width: 88%;
    margin: 0 auto;
    padding: 0
  }
  #bottomCon .inner #bottomBanner h4 {
    padding: 0 0 10px;
    width: 90%;
    margin: 0 auto
  }
  #bottomCon .inner #bottomBanner .bnr {
    width: 100%;
    margin: 0 0 10px;
  }
}
.component_pop #cboxContent, .component_pop .cboxIframe {
  background: #fff
}