@charset "UTF-8";
.products-header {
  margin: 15px 0;
  padding: 0 20px;
  line-height: 1.4;
}

.products-header__en {
  display: block;
  font-size: 30px;
}

.products-header__ja {
  display: block;
  font-size: 18px;
}

@media (min-width: 768px) {
  .products-header {
    margin: 45px 0 35px;
    padding: 0;
    line-height: 1.5;
  }
  .products-header__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
  .products-header__en {
    padding-right: 27px;
  }
}

.products-heading-a {
  margin-bottom: 10px;
  font-size: 21px;
}

.products-heading-b {
  margin-bottom: 24px;
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .products-heading-b {
    margin-bottom: 30px;
    padding: 6px 15px;
  }
}

.products-heading-c {
  margin-bottom: 8px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .products-heading-c {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.info {
  margin-bottom: 45px;
  padding: 0 20px;
}

.info__text {
  font-size: 15px;
}

@media (min-width: 768px) {
  .info {
    padding: 0;
  }
  .info__text {
    font-size: 14px;
    line-height: 1.8;
  }
}

.product-list {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .product-list {
    padding: 0 0 17px;
  }
}

.product {
  margin-bottom: 35px;
}

.product__image {
  margin-bottom: 15px;
}

.product__primary {
  width: 100%;
  margin-bottom: 15px;
}

.product__secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  width: 100%;
}

.product__name {
  font-size: 20px;
}

.product__price {
  margin-bottom: 10px;
  font-size: 12px;
}

.product__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.product__label .product-label {
  margin: 0 5px;
}

.product__label .product-label:first-child {
  margin-left: 0;
}

.product__sub-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 182px;
  padding-right: 15px;
}

.product__text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.product__text p {
  margin-bottom: 10px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .product {
    margin-bottom: 50px;
  }
  .product__body {
    width: 100%;
    margin-top: -6px;
  }
  .product__primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 25px;
  }
  .product__name {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .product__price {
    margin-bottom: 0;
    font-size: 13px;
  }
  .product__label {
    margin-left: 20px;
  }
  .product__sub-image {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: auto;
    padding-right: 24px;
  }
  .product__text {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .product__text p {
    line-height: 1.8;
  }
}

@media (min-width: 930px) {
  .product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  .product__image {
    -ms-flex-preferred-size: 230px;
        flex-basis: 230px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
}

.product-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
}

.product-label img {
  width: 28px;
  height: 28px;
}

.product-label span {
  margin-left: 5px;
  font-size: 10px;
  font-weight: bold;
}

.product-label--a {
  color: #0080ff;
}

.product-label--b {
  color: #299bd2;
}

.product-label--c {
  color: #1da54c;
}

.product-label--d {
  color: #e18080;
}

.data {
  margin-bottom: 45px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .data {
    margin-bottom: 84px;
    padding: 0;
  }
}

.data-table {
  width: 100%;
  border-spacing: 0;
  font-size: 12px;
  line-height: 1.2;
}

.data-table th,
.data-table td {
  padding: 8px 5px;
  text-align: center;
  vertical-align: center;
}

.data-table th {
  background-color: #000;
  color: #fff;
}

.data-table th span {
  font-size: 10px;
}

.data-table td {
  border-bottom: 2px solid #000;
}

.data-table__size {
  font-weight: bold;
}

@media (min-width: 768px) {
  .data-table th {
    font-size: 14px;
  }
  .data-table th span {
    font-size: 12px;
  }
  .data-table td {
    padding: 12px 5px;
    border-bottom: 1px solid #c3c3c3;
    font-size: 12px;
  }
  .data-table tbody tr:last-child td {
    border-bottom-color: #000;
  }
}

.products-nav {
  display: none;
}

@media (min-width: 768px) {
  .products-nav {
    display: block;
    margin-top: 45px;
  }
  .products-nav__heading {
    margin-bottom: 5px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-size: 30px;
    font-weight: bold;
  }
  .products-nav__list {
    border-top: 1px solid #c3c3c3;
  }
  .products-nav__list li {
    border-bottom: 1px solid #c3c3c3;
    font-size: 14px;
  }
  .products-nav__list a {
    display: block;
    padding: 15px 0 15px 26px;
    color: #000;
    text-decoration: none;
    transition: all 300ms ease;
  }
  .products-nav__list a:hover {
    background-color: #f0f0f0;
  }
  .products-nav__list .is-active {
    font-size: 16px;
    font-weight: bold;
  }
  .products-nav__list .is-active a {
    padding: 13px 0 13px 19px;
    border-left: 7px solid #0080ff;
  }
}

/*---------add---------*/
.product_txt_only {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 50px;
}

.data_under_txt {
  padding: 12px 5px;
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #000;
}

.products-heading-e {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.product-label--e {
  color: #dd1e79;
}

.product-label--f {
  color: #7c61ab;
}

p.data_tyusyaku {
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.6;
}

.product-zu {
  margin-bottom: 84px;
  padding: 0 20px;
}

.products-heading-d {
  font-size: 12px;
  line-height: 1.7;
}

.products-hyou {
  margin-top: 20px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #808080;
}

.products-hyou_title {
  padding-bottom: 10px;
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
  vertical-align: middle;
}

.products-hyou_list {
  width: 100%;
  font-size: 12px;
  line-height: 1.7;
  vertical-align: top;
}

.products-hyou_left {
  display: block;
  width: 100%;
  vertical-align: top;
}

.products-hyou_right {
  display: block;
  width: 100%;
  vertical-align: top;
}

.product__zu_image {
  margin-bottom: 15px;
}

.product__zu_image img {
  width: 100%;
}

.product__sub-image2 {
  /*-ms-flex-preferred-size: 50%;
  flex-basis: 50%;*/
  max-width: 182px;
  padding-right: 15px;
}

.product__sub-image3 {
  max-width: 182px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .product__zu_image img {
    width: auto;
  }
  .product-zu {
    padding: 0 0 17px;
    font-size: 14px;
    line-height: 1.8;
  }
  .products-hyou_title {
    float: left;
    margin-top: 28px;
    width: 10%;
    font-size: 13px;
    line-height: 1.8;
    vertical-align: middle;
  }
  .products-hyou_list {
    float: right;
    width: 90%;
    font-size: 12px;
    line-height: 1.7;
    vertical-align: top;
  }
  .products-hyou_left {
    display: inline-block;
    width: 60%;
  }
  .products-hyou_right {
    display: inline-block;
    width: 38%;
  }
  .product__sub-image2 {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    max-width: auto;
    padding-right: 24px;
  }
  .product__sub-image3 {
    max-width: auto;
    padding-right: 24px;
  }
}

.product-list2 {
  margin: 0 auto;
  margin-bottom: 50px;
  width: 90%;
}

.product-list2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-list2 ul li {
  margin: 0;
  padding-right: 10px;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.product-list2 ul li h4 {
  padding-bottom: 0;
  font-size: 12px;
  font-weight: bold;
}

.product__name p {
  font-size: 10px;
}

.product__image {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .product-list2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .product-list2 ul li {
    margin: 0;
    padding-right: 10px;
    padding-bottom: 20px;
    display: inline-block;
    width: 48%;
  }
  .product-list2 {
    margin-bottom: 50px;
    width: 100%;
  }
  .product__image {
    margin-right: 10px;
  }
}

/*---------end add---------*/
