@charset "UTF-8";
div.products-menu {
  padding-top: 50px;
  width: 25%;
  margin-right: 5%;
  float: left; }
  @media screen and (max-width: 1000px) {
    div.products-menu {
      width: 100%;
      margin-right: 0;
      float: none;
      width: 90%;
      margin: 0 auto; } }
  div.products-menu h5 {
    font-weight: normal; }
  div.products-menu ul {
    margin-bottom: 30px; }
    div.products-menu ul li {
      color: #333;
      border-top: thin dashed #ccc;
      float: none;
      padding: 0 !important;
      margin: 5px 0 0 0;
      height: 50px;
      display: table;
      width: 100%;
      text-align: left; }
      div.products-menu ul li img {
        width: 50px;
        height: 50px;
        display: table-cell; }
      div.products-menu ul li p {
        font-size: 14px;
        margin-left: 1em;
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        padding-left: 10px;
        text-align: left;
        width: 100%; }
      @media screen and (min-width: 1000px) {
        div.products-menu ul li:hover {
          opacity: 0.5; } }
    @media screen and (max-width: 1000px) {
      div.products-menu ul li {
        float: left;
        width: 48%;
        margin-right: 2%; }
        div.products-menu ul li p {
          font-size: 12px;
          line-height: 16px; }
      div.products-menu ul li:nth-child(2n) {
        margin-right: 0; } }

div.products-body {
  width: 70%;
  float: right; }
  @media screen and (max-width: 1000px) {
    div.products-body {
      width: 90%;
      margin: 0 auto;
      float: none; } }
  div.products-body h3 {
    font-weight: 300;
    border-bottom: thin solid #ccc;
    padding: 20px 0 10px 0;
    margin: 30px 0;
    font-size: 20px;
    letter-spacing: 0.1em; }
    div.products-body h3 span {
      font-size: 12px; }
  div.products-body div.category_lead {
    text-align: center;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 2px; }
  div.products-body h4 {
    font-weight: 300;
    padding: 20px 0 10px 0;
    margin: 20px 0;
    font-size: 18px; }
  div.products-body h5 {
    font-weight: 300;
    padding: 10px 0 5px 0;
    margin: 10px 0;
    font-size: 16px; }

div.prod-cont div.prod {
  float: left;
  width: 31%;
  margin-bottom: 4%;
  margin-right: 2%; }
  @media screen and (max-width: 1000px) {
    div.prod-cont div.prod {
      width: 48%;
      margin-bottom: 4%; } }
  @media screen and (min-width: 1000px) {
    div.prod-cont div.prod:hover {
      opacity: 0.8;
      filter: brightness(120%); } }
  div.prod-cont div.prod div.prod-wrapper {
    width: 100%;
    border: thin solid #eeeff0;
    border-radius: 10px;
    padding: 0;
    color: #333;
    overflow: hidden; }
    div.prod-cont div.prod div.prod-wrapper img {
      width: 100%;
      padding: 0%;
      height: auto; }
    div.prod-cont div.prod div.prod-wrapper div.title-wrapper {
      display: table;
      min-height: 70px;
      width: 100%;
      text-align: center; }
      div.prod-cont div.prod div.prod-wrapper div.title-wrapper h5 {
        display: table-cell;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 18px;
        letter-spacing: 3px;
        line-height: 20px;
        vertical-align: middle; }
        @media screen and (max-width: 1000px) {
          div.prod-cont div.prod div.prod-wrapper div.title-wrapper h5 {
            font-size: 4.7vw;
            letter-spacing: 1px; } }
    div.prod-cont div.prod div.prod-wrapper p {
      text-align: center;
      font-size: 12px;
      line-height: 19px;
      padding-bottom: 10px; }
      @media screen and (max-width: 1000px) {
        div.prod-cont div.prod div.prod-wrapper p {
          font-size: 3vw; } }
div.prod-cont a:nth-child(3n) div.prod {
  margin-right: 0; }
@media screen and (max-width: 1000px) {
  div.prod-cont div.prod {
    margin-right: 0; }
  div.prod-cont a:nth-child(2n) div.prod {
    margin-left: 4%; } }

.prodimg-cont {
  text-align: center; }
  .prodimg-cont img {
    width: 100%;
    height: auto; }

div.tags {
  text-align: center;
  padding: 30px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  div.tags p {
    text-align: center;
    margin-bottom: 10px; }
  div.tags a {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    border: solid thin #e6e6e6;
    border-radius: 2px 2px 2px 2px;
    color: #333;
    padding: 0 5px;
    margin: 5px 5px 0 0;
    line-height: 18px; }

div.prod-catch {
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 3px;
  text-align: center;
  margin: 50px 0; }

div.stores_btn-cont {
  text-align: left;
  width: 100%;
  padding: 20px 0; }
  div.stores_btn-cont div.varset {
    display: table;
    width: 100%;
    padding: 0 !important;
    margin: 10px 0 0 0;
    height: 100px;
    border-radius: 10px;
    overflow: hidden; }
    div.stores_btn-cont div.varset div {
      display: table-cell;
      vertical-align: middle; }
    div.stores_btn-cont div.varset div.varimg {
      width: 100px; }
      div.stores_btn-cont div.varset div.varimg img {
        width: 100px;
        height: 100px;
        vertical-align: middle; }
    div.stores_btn-cont div.varset div.vartxt {
      background-color: #f5f0ef; }
      div.stores_btn-cont div.varset div.vartxt h5, div.stores_btn-cont div.varset div.vartxt p {
        padding-left: 30px; }
      div.stores_btn-cont div.varset div.vartxt h5 {
        font-size: 20px; }
      div.stores_btn-cont div.varset div.vartxt p {
        font-size: 12px; }
    div.stores_btn-cont div.varset div.varbtn {
      width: 280px;
      background-color: #f5f0ef;
      text-align: center; }
    @media screen and (max-width: 1000px) {
      div.stores_btn-cont div.varset {
        display: block;
        height: auto;
        background-color: #f5f0ef;
        position: relative; }
        div.stores_btn-cont div.varset div {
          display: block; }
        div.stores_btn-cont div.varset div.varimg {
          position: absolute;
          top: 0;
          left: 0; }
        div.stores_btn-cont div.varset div.vartxt {
          padding-left: 100px;
          height: 100px; }
          div.stores_btn-cont div.varset div.vartxt h5, div.stores_btn-cont div.varset div.vartxt p {
            padding-left: 15px; }
        div.stores_btn-cont div.varset div.varbtn {
          border-top: thin dashed #ccc;
          width: 100%;
          margin-top: -10px;
          padding-top: 5px; } }

p.stores_caption {
  font-size: 10px;
  text-align: center;
  color: #666; }

/* SPEC */
div.spec-cont {
  padding: 30px;
  width: 80%;
  background-color: #eeeff0;
  border-radius: 10px;
  margin: 50px auto;
  opacity: 0.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  div.spec-cont div.spec {
    font-size: 16px;
    margin-bottom: 10px; }
  div.spec-cont div.jas, div.spec-cont div.elements {
    font-size: 12px;
    margin-bottom: 10px;
    color: #333; }

/* FAQ */
div.faq-cont {
  width: 90%;
  margin: 0 auto; }
  div.faq-cont div.accordion {
    margin-bottom: 10px; }
    div.faq-cont div.accordion h1 {
      font-size: 14px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      padding: 10px 15px;
      border: thin solid #ccc;
      border-radius: 5px;
      color: #333; }
    div.faq-cont div.accordion div {
      font-size: 12px;
      font-weight: 100;
      line-height: 24px;
      padding: 20px;
      color: #333; }

div.btn-stores {
  border: thin solid #ccc;
  text-align: center;
  padding: 10px 0;
  color: #000;
  border-radius: 5px; }
  div.btn-stores:hover {
    opacity: 0.5; }
