@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700|Montserrat:400');
.opensans_light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.opensans_bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.clearfix {
  zoom: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ease {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.shadow {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.hover {
  cursor: pointer;
}
.hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 740px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 15px;
  line-height: 1.75;
  color: #323232;
  background-color: #ffffff;
}
img {
  vertical-align: bottom;
}
li {
  list-style-type: none;
}
a {
  color: #323232;
  text-decoration: none;
}
a:hover {
  color: #323232;
}
.shadow {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
.wrap {
  margin: 0 auto;
  width: 900px;
  position: relative;
}
.hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
.logo {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 99999;
}
.logo img {
  height: 30px;
  width: auto;
}
.btn_p {
  position: fixed;
  top: 11px;
  right: 10px;
  z-index: 99999;
  width: 140px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  cursor: pointer;
}
body.d .logo {
  display: none;
}
body.d .btn_p {
  display: none;
}
.section {
  width: 100%;
  height: 100% !important;
}
.section .b {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -160px;
  width: 400px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 50px 0 60px 0;
}
.section .b .num {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 42px;
  margin-bottom: 20px;
}
.section .b h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.section .b p {
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  .section .b {
    margin-left: -150px;
    margin-top: -130px;
    width: 300px;
    padding: 20px 0 30px 0;
  }
  .section .b .num {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .section .b h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .section .b p {
    font-size: 14px;
  }
}
#s00 {
  position: relative;
}
#s00 .box {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -50px;
  text-align: center;
}
#s00 .box .wb {
  margin-bottom: 20px;
}
#s00 .box .wb img {
  width: auto;
  height: 40px;
}
#s00 .box h1 {
  font-size: 19px;
  color: #ffffff;
}
#s00 .box h1 br.sp {
  display: none;
}
@media screen and (max-width: 780px) {
  #s00 {
    position: relative;
  }
  #s00 .box {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  #s00 .box .wb img {
    height: 24px;
  }
  #s00 .box h1 {
    font-size: 16px;
  }
  #s00 .box h1 br.sp {
    display: block;
  }
}
#product {
  padding-bottom: 41px;
}
#product .fp-tableCell {
  overflow: visible !important;
  display: block;
  height: 100% !important;
}
#product .list .item {
  margin-bottom: 30px;
}
#product .list .item h3 {
  background-color: #dcdddd;
  padding: 10px 20px;
  font-size: 12px;
}
#product .list .item h3 i {
  color: #ffffff;
  background-color: #dc0823;
  font-style: normal;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 3px;
  padding: 0 12px;
  line-height: 20px;
}
#product .list .item h3 span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-right: 10px;
  line-height: 1.1;
  margin-bottom: 3px;
}
#product .list .item .images .image .i {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
#product .list .item .images .image .i img {
  width: 280px;
  height: auto;
}
#product .list .item .cycle-pager {
  text-align: center;
  height: 20px;
}
#product .list .item .cycle-pager .cnavi {
  margin: 0 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #323232;
}
#product .list .item .cycle-pager .cnavi.cycle-pager-active {
  background-color: #323232;
}
#product .list .item .copy {
  line-height: 1.75;
  font-size: 14px;
  padding: 20px;
}
#product .list .item .price {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #E60012;
  padding: 0 20px 20px 20px;
}
#product .list .item .price span {
  font-size: 12px;
  font-weight: normal;
}
#product .list .item .ats {
  margin: -5px 0 10px 0;
  text-align: center;
}
#product .list .item .ats span {
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 12px;
}
#product .list .item .btn_buy {
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 10px;
  width: 280px;
  line-height: 40px;
}
#product .list .item .btn_buy a {
  display: block;
  background-color: #E60012;
  color: #ffffff;
  text-align: center;
}
#product .list .item .btn_detail {
  width: 280px;
  background-color: #323232;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 20px;
}
#product .list .item .btn_detail span {
  display: none;
}
#product .list .item .btn_detail span.show {
  display: block;
}
#product .list .item .detail {
  display: none;
}
#product .list .item .gallery {
  margin-bottom: 20px;
  width: 280px;
  margin: 0 auto;
}
#product .list .item .gallery .box {
  width: 280px;
  height: 330px;
}
#product .list .item .gallery .box img {
  width: 278px;
  height: auto;
  border: 1px solid #323232;
  margin-bottom: 5px;
}
#product .list .item .gallery .box h4 {
  font-weight: bold;
  font-size: 14px;
}
#product .list .item .gallery .box p {
  line-height: 1.75;
}
#product .list .item .spec {
  padding: 20px 0;
}
#product .list .item .spec .t {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
#product .list .item .spec .t h4 {
  background-color: #ffffff;
  position: relative;
  padding: 0 10px;
  z-index: 2;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 20px;
  margin-bottom: 20px;
  line-height: 30px;
}
#product .list .item .spec .t .line {
  position: absolute;
  width: 280px;
  height: 1px;
  background-color: #323232;
  top: 15px;
  left: 50%;
  margin-left: -140px;
  letter-spacing: 0;
}
#product .list .item .spec .box {
  margin: 0 20px;
  margin-bottom: 40px;
  border-top: 1px dashed #e6e6e6;
}
#product .list .item .spec .box dl {
  border-bottom: 1px dashed #e6e6e6;
  padding: 5px 0;
  zoom: 100%;
}
#product .list .item .spec .box dl dt {
  font-weight: bold;
  float: left;
  width: 90px;
}
#product .list .item .spec .box dl dd {
  margin-left: 100px;
}
#product .list .item .spec .box dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
footer {
  padding: 30px;
  border-top: 1px solid #dadbdb;
}
footer ul {
  text-align: center;
  letter-spacing: 1px;
}
footer ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
footer .l {
  margin-bottom: 20px;
}
footer .l img {
  height: 55px;
  width: auto;
  display: block;
  margin: 0 auto;
}
footer .copyright {
  text-align: center;
  font-size: 10px;
}
#page_navi {
  position: fixed;
  z-index: 2000000;
  left: 0;
  bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid #dadbdb;
}
#page_navi span {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  color: #323232;
  --webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  cursor: pointer;
}
#page_navi span:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
#page_navi span:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
#page_navi span:after {
  right: 0;
  left: auto;
}
#page_navi span.current i {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
#page_navi span i {
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #323232;
  top: 50%;
  left: 0;
  margin-top: -1px;
  --webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  -moz-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -o-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}
