@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
/*----------------------------------------
 * Initialize */
/*---------------------------------------- */
html {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  html {
    background: url("../images/common/extra-bg.png") #222;
  }
}

body {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #222222;
}
@media only screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 1920px) {
  body {
    background-color: #FFF;
    max-width: 1920px;
    width: 1920px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

p {
  margin: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #222222;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
a:hover {
  color: #929497;
  text-decoration: none;
}
a:focus {
  color: #929497;
}

/*----------------------------------------
 *        Product
 *---------------------------------------- */
body > section {
  position: relative;
  z-index: 0;
}

section .contents-wrap {
  padding: 0;
}

.product__class--title, .product__class--title2 {
  transform-origin: 0 100%;
  display: inline-block;
  height: 70px;
  margin: 126px auto 58px auto;
  padding: 17px 36px;
  position: relative;
  z-index: 1;
  left: -10px;
  transform: skewX(-30deg);
  background: #e91d25;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .product__class--title, .product__class--title2 {
    height: 36px;
    margin: 42px auto 20px auto;
    padding: 9px 24px;
  }
}
.product__class--title h2, .product__class--title2 h2 {
  transform: skewX(30deg);
  font-size: 2.71rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .product__class--title h2, .product__class--title2 h2 {
    font-size: 1.5rem;
  }
}

.product__class--title2 {
  background: #929497;
  margin-left: -5px;
  z-index: 0;
  padding: 21px 36px;
  vertical-align: 3px;
}
@media only screen and (max-width: 768px) {
  .product__class--title2 {
    padding: 11px 15px 10px 15px;
    vertical-align: 0.5px;
  }
}
.product__class--title2 h3 {
  transform: skewX(30deg);
  font-size: 2.14rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .product__class--title2 h3 {
    font-size: 1.25rem;
  }
}

.product__class--title2 {
  margin: 0;
  padding: 21px 36px 21px 60px;
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -webkit-transform: skewX(0);
  transform: skewX(0);
}
@media only screen and (max-width: 768px) {
  .product__class--title2 {
    padding: 11px 16px 10px 30px;
  }
}
.product__class--title2 h3 {
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -webkit-transform: skewX(0);
  transform: skewX(0);
}

.kankyo .product__class--title, .kankyo .product__class--title2,
.other .product__class--title,
.other .product__class--title2 {
  padding-right: 30px;
  padding-left: 20px;
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -webkit-transform: skewX(0);
  transform: skewX(0);
}
@media only screen and (max-width: 768px) {
  .kankyo .product__class--title, .kankyo .product__class--title2,
  .other .product__class--title,
  .other .product__class--title2 {
    padding-right: 15px;
    padding-left: 10px;
  }
}
.kankyo .product__class--title:before, .kankyo .product__class--title2:before,
.other .product__class--title:before,
.other .product__class--title2:before {
  content: "";
  top: 0;
  left: -20px;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #e91d25;
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
@media only screen and (max-width: 768px) {
  .kankyo .product__class--title:before, .kankyo .product__class--title2:before,
  .other .product__class--title:before,
  .other .product__class--title2:before {
    left: -12px;
  }
}
.kankyo .product__class--title h2, .kankyo .product__class--title2 h2,
.other .product__class--title h2,
.other .product__class--title2 h2 {
  -moz-transform: skewX(0);
  -ms-transform: skewX(0);
  -webkit-transform: skewX(0);
  transform: skewX(0);
}

.kankyo .product__class--title, .kankyo .product__class--title2 {
  left: 12px;
}
@media only screen and (max-width: 768px) {
  .kankyo .product__class--title, .kankyo .product__class--title2 {
    left: 12px;
  }
}

.other .product__class--title, .other .product__class--title2 {
  left: 18px;
}
@media only screen and (max-width: 768px) {
  .other .product__class--title, .other .product__class--title2 {
    left: 12px;
  }
}

.product__class--copy {
  font-size: 1.71rem;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .product__class--copy {
    margin: 15px 0 0 16px;
    font-size: 0.91rem;
    text-align: left;
  }
}

.product__class--copy {
  font-size: 1.71rem;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .product__class--copy {
    font-size: 1.08rem;
  }
}

.collapse {
  display: block;
}
@media only screen and (max-width: 768px) {
  .collapse {
    display: none;
    background: #e1e1e1;
  }
}

@media only screen and (max-width: 768px) {
  .collapsing {
    background-color: #e1e1e1;
  }
}

.product__tokusou--bg, .product__tokusou2--bg, .product__kankyo--bg, .product__other--bg {
  overflow: hidden;
  *zoom: 1;
  min-width: 1200px;
  height: 400px;
  margin-bottom: 80px;
  background: url("../images/top-product-tokusou-bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product__tokusou--bg, .product__tokusou2--bg, .product__kankyo--bg, .product__other--bg {
    height: 150px;
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
}

.product__tokusou2--bg {
  background: url("../images/top-product-tokusou2-bg.jpg") no-repeat;
  background-size: cover;
}

.product__kankyo--bg {
  background: url("../images/top-product-kankyo-bg.jpg") no-repeat;
  background-size: cover;
}

.product__other--bg {
  background: url("../images/top-product-other-bg.jpg") no-repeat;
  background-size: cover;
}
