@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-Page
 *---------------------------------------- */
.product__main-visual {
  min-width: 1200px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .product__main-visual {
    background: none;
  }
}
.product__main-visual .mv--contents {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  height: 720px;
  margin: 0 auto;
}
.product__main-visual .mv--category {
  position: absolute;
  top: 100px;
  font-size: 1.28rem;
  color: #fff;
}
.product__main-visual .mv--name {
  position: absolute;
  top: 131px;
  width: 570px;
  font-size: 3.57rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .product__main-visual .mv--name {
    width: 100%;
  }
}
.product__main-visual .mv--midashi1 {
  position: absolute;
  top: 218px;
  font-size: 1.85rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.product__main-visual .mv--midashi2 {
  position: absolute;
  top: 271px;
  font-size: 1.14rem;
  line-height: 2;
  color: #fff;
}
.product__main-visual .mv--device {
  position: absolute;
  top: 63px;
  left: 400px;
}

@media only screen and (max-width: 768px) {
  .product__main-visual {
    width: 100%;
    min-width: 100%;
  }
}
.product__main-visual .mv--bg--sp {
  position: relative;
  width: 100%;
  background-size: cover;
}
.product__main-visual .mv--bg--sp::before {
  content: "";
  display: block;
  padding-top: 78%;
}
.product__main-visual .mv--device--sp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
}
.product__main-visual .mv--device--sp img {
  width: 90%;
}
.product__main-visual .mv--category--sp {
  margin: 30px 16px 3px 16px;
  font-size: 0.83rem;
}
.product__main-visual .mv--name--sp {
  margin: 0 16px 9px 16px;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.5;
}
.product__main-visual .mv--midashi1--sp {
  margin: 0 16px 6px 16px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
}
.product__main-visual .mv--midashi2--sp {
  margin: 0 16px 0 16px;
  padding-bottom: 23px;
  border-bottom: 1px solid #ccc;
  font-size: 1.08rem;
  line-height: 2;
}

.product__categorie {
  overflow: hidden;
  *zoom: 1;
  min-width: 1200px;
  padding: 80px 0;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .product__categorie {
    min-width: 100%;
    padding: 30px 0 20px 0;
  }
}
.product__categorie h1 {
  background-color: #f5f5f5;
}

.product__categorie--image--wrap .product__categorie--image {
  display: -webkit-flex;
  display: flex;
  margin: 0 0 70px 0;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap .product__categorie--image {
    display: block;
    margin-bottom: 20px;
  }
}
.product__categorie--image--wrap figure {
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap figure {
    margin-right: 0;
  }
}
.product__categorie--image--wrap figure:last-child {
  margin-right: 0;
}
.product__categorie--image--wrap figcaption {
  margin: 20px 0 0 0;
  font-size: 1.42rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap figcaption {
    margin-bottom: 15px;
    font-size: 1rem;
  }
}
.product__categorie--image--wrap .description {
  margin-top: 18px;
  font-size: 1.14rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap .description {
    margin-top: 5px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap img {
    width: 94%;
    margin-left: 3%;
  }
}
.product__categorie--image--wrap dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap dl {
    margin-top: 15px;
  }
}
.product__categorie--image--wrap dt {
  margin: 0 0 0 0 !important;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap dt img {
    width: 60px;
  }
}
.product__categorie--image--wrap dd {
  width: 420px;
  margin: 0 0 0 30px !important;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap dd {
    margin: 0 0 0 20px !important;
    width: calc(100% - 90px);
  }
}
.product__categorie--image--wrap dd h5 {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1;
}
.product__categorie--image--wrap dd p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.product__categorie--image--wrap2 {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap2 {
    display: block;
    margin-bottom: 20px;
  }
}
.product__categorie--image--wrap2 > div {
  flex-basis: 570px;
}
.product__categorie--image--wrap2 figure {
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap2 figure {
    margin: 0;
  }
}
.product__categorie--image--wrap2 figcaption {
  margin: 20px 0 0 0;
  font-size: 1.42rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap2 figcaption {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap2 img {
    width: 94%;
    margin-left: 3%;
  }
}
.product__categorie--image--wrap2 dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product__categorie--image--wrap2 dt {
  margin: 0 0 20px 0 !important;
}
.product__categorie--image--wrap2 dd {
  width: 470px;
  margin: 0 0 20px 20px !important;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap2 dd {
    width: calc(100% - 100px);
  }
}
.product__categorie--image--wrap2 dd h5 {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1;
}
.product__categorie--image--wrap2 dd p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}
.product__categorie--image--wrap2 .dachaku-right {
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap2 .dachaku-right {
    margin: 0;
  }
}
.product__categorie--image--wrap2 .dachaku-right h3 {
  margin-top: 76px;
}
@media only screen and (max-width: 768px) {
  .product__categorie--image--wrap2 .dachaku-right h3 {
    margin-top: 0;
  }
}

.non-margin {
  margin: 0 !important;
}

.product__categorie--description {
  margin-bottom: 50px;
  font-size: 1.14rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .product__categorie--description {
    margin-bottom: 25px;
    font-size: 1rem;
  }
}

.product__categorie--description2 {
  margin-bottom: 50px;
  font-size: 1rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .product__categorie--description2 {
    margin-bottom: 25px;
    font-size: 1rem;
  }
}

.product__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 20px 0;
  padding: 50px 0 0 0;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .product__list {
    margin: 25px auto 0 auto;
    padding: 16px 0 20px;
    border-top: 1px solid #ccc;
  }
}

.product__list--thumb {
  -webkit-flex-basis: 228px;
  flex-basis: 228px;
  margin: 0 15px 0 0;
}
.product__list--thumb:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .product__list--thumb {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    width: 33%;
    width: calc(100% / 3);
    height: auto;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
  }
}
.product__list--thumb img {
  width: 228px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .product__list--thumb img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
}
.product__list--thumb figcaption {
  line-height: 1.5;
  text-align: center;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .product__list--thumb figcaption {
    font-size: 0.91rem;
  }
}

.product__list .product__list--thumb:nth-child(n+6) {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .product__list .product__list--thumb:nth-child(n+6) {
    margin-top: 0;
  }
}

.product__list--last {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .product__list--last {
    margin: 0;
  }
}

.non-border {
  padding: 0;
  border: none;
}
