@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.products {
  margin: 0;
  padding: 0; }
  .products__breadcrumb a {
    color: #231815; }
  .products__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .products__item {
    width: 400px;
    margin: 60px 50px 0 0;
    padding: 0; }
    .products__item--anchor {
      width: 100%;
      height: 100%;
      overflow: hidden;
      color: #231815 !important;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: column;
      border: 1px solid #231815;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .products__item--anchor::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f3f3f3;
        transform: scaleX(0);
        transform-origin: center right;
        transition: transform 0.2s ease;
        z-index: 1; }
      .products__item--anchor:hover {
        text-decoration: none; }
        .products__item--anchor:hover::before {
          transform-origin: center left;
          -moz-transform: scaleX(1);
          -webkit-transform: scaleX(1);
          transform: scaleX(1); }
        .products__item--anchor:hover .products__item--image span img {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }
    .products__item--image {
      width: 100%;
      overflow: hidden;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 2; }
      .products__item--image::before {
        content: '';
        display: block;
        padding-top: 62.5%; }
      .products__item--image span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .products__item--image span img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .products__item--image span img {
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
    .products__item--data {
      margin: 0;
      padding: 20px 20px 30px;
      position: relative;
      z-index: 3; }
      .products__item--data dt {
        margin: 0;
        padding: 0;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5; }
      .products__item--data dd {
        margin: 20px 0 0;
        padding: 0;
        line-height: 1.5; }
      .products__item--data p:first-of-type {
        margin: 0;
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex; }
        .products__item--data p:first-of-type span {
          padding: 5px 20px;
          font-size: 1rem;
          color: #FFF;
          line-height: 1.0;
          display: inline-block; }
          .products__item--data p:first-of-type span.quantity {
            font-weight: 700;
            background-color: #00a0e9; }
          .products__item--data p:first-of-type span.limited {
            margin: 0 0 0 1px;
            background-color: #90c31f; }
      .products__item--data p:last-of-type {
        margin: 10px 0 0;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5; }

@media (max-width: 1610px) {
  .products__item {
    width: calc((100% - 100px)/3);
    margin: 60px 50px 0 0; }
    .products__item:nth-of-type(3n) {
      margin: 60px 0 0; } }
@media (max-width: 1200px) {
  .products__item {
    margin: 60px 40px 0 0; } }
@media (max-width: 1000px) {
  .products__item {
    width: calc((100% - 40px)/2); }
    .products__item:nth-of-type(3n) {
      margin: 60px 40px 0 0; }
    .products__item:nth-of-type(even) {
      margin: 60px 0 0; } }
@media (max-width: 600px) {
  .products__item {
    width: calc((100% - 20px)/2);
    margin: 60px 20px 0 0; }
    .products__item:nth-of-type(3n) {
      margin: 60px 20px 0 0; }
    .products__item:nth-of-type(even) {
      margin: 60px 0 0; }
    .products__item--data dt {
      font-size: 1.25rem; }
    .products__item--data p:first-of-type {
      font-size: 1rem; }
    .products__item--data p:last-of-type {
      font-size: 1.25rem; } }
@media (max-width: 500px) {
  .products__item {
    width: 100%;
    margin: 30px 0 0; }
    .products__item:nth-of-type(3n) {
      margin: 30px 0 0; }
    .products__item:nth-of-type(even) {
      margin: 30px 0 0; } }
.productsDetail {
  margin: 40px 0 0;
  padding: 0; }
  .productsDetail__title {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center; }
    .productsDetail__title--txt {
      margin: 0 40px 0 0;
      font-size: 2.625rem;
      font-weight: 700; }
    .productsDetail__title--num {
      padding: 5px 20px;
      color: #FFF;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.0;
      background-color: #00a0e9; }
    .productsDetail__title--limited {
      margin: 0 0 0 1px;
      padding: 5px 20px;
      font-size: 1rem;
      color: #FFF;
      line-height: 1.0;
      display: inline-block;
      background-color: #90c31f; }
  .productsDetail__wrapper {
    margin: 40px 0 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start; }
  .productsDetail__btn {
    width: 360px;
    height: 90px;
    margin: 80px auto 0; }
    .productsDetail__btn--anchor {
      width: 100%;
      height: 100%;
      color: #FFF !important;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.0;
      background-color: #90c31f;
      border: 1px solid #90c31f;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .productsDetail__btn--anchor span {
        padding: 0 0 0 34px;
        background-image: url("../img/common/ar04.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 24px 20px; }
      .productsDetail__btn--anchor:hover {
        color: #90c31f !important;
        text-decoration: none;
        background-color: #FFF;
        top: 1px;
        left: 1px; }
        .productsDetail__btn--anchor:hover span {
          background-image: url("../img/common/ar04_green.svg"); }

@media (max-width: 1400px) {
  .productsDetail__wrapper {
    flex-direction: column; } }
@media (max-width: 1000px) {
  .productsDetail__title--txt {
    font-size: 2rem; } }
@media (max-width: 700px) {
  .productsDetail__title {
    flex-direction: column;
    align-items: flex-start; }
    .productsDetail__title--txt {
      margin: 0 0 10px;
      line-height: 1.5; }
    .productsDetail__title--num {
      font-size: 1rem; }
    .productsDetail__title--limited {
      margin: 1px 0 0; } }
@media (max-width: 420px) {
  .productsDetail__btn {
    width: 100%; } }
.productsPhoto {
  width: 600px;
  margin: 0;
  padding: 0; }
  .productsPhoto__main {
    width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative; }
    .productsPhoto__main::before {
      content: '';
      display: block;
      padding-top: 66.6%; }
    .productsPhoto__main span {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .productsPhoto__main span img.photo {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .productsPhoto__main span img.zoom {
        padding: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: rgba(35, 24, 21, 0.2); }
    .productsPhoto__main--anchor {
      transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
      .productsPhoto__main--anchor:hover span img.photo {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
  .productsPhoto__sub {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .productsPhoto__sub--item {
      width: calc((100% - 40px)/3);
      overflow: hidden;
      margin: 20px 20px 0 0;
      position: relative; }
      .productsPhoto__sub--item::before {
        content: '';
        display: block;
        padding-top: 66.6%; }
      .productsPhoto__sub--item span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .productsPhoto__sub--item span img.photo {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
        .productsPhoto__sub--item span img.zoom {
          padding: 7px;
          position: absolute;
          bottom: 0;
          right: 0;
          background-color: rgba(35, 24, 21, 0.2); }
      .productsPhoto__sub--item:nth-of-type(3n) {
        margin: 20px 0 0; }
      .productsPhoto__sub--item a {
        transition: 0.1s cubic-bezier(0.25, 1, 0.5, 1); }
        .productsPhoto__sub--item a:hover span img.photo {
          -moz-transform: scale(1.1);
          -webkit-transform: scale(1.1);
          transform: scale(1.1); }

@media (max-width: 1400px) {
  .productsPhoto {
    margin: 0 auto; } }
@media (max-width: 700px) {
  .productsPhoto {
    width: 100%; } }
@media (max-width: 600px) {
  .productsPhoto__sub--item {
    width: calc((100% - 20px)/3);
    margin: 10px 10px 0 0; }
    .productsPhoto__sub--item:nth-of-type(3n) {
      margin: 10px 0 0; } }
.productsData {
  width: calc(100% - 600px - 60px);
  margin: 0 0 0 60px;
  padding: 0; }
  .productsData .system-free {
    margin: 0 0 60px; }
    .productsData .system-free img {
      max-width: 100%;
      height: auto; }
  .productsData__table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse; }
    .productsData__table--row {
      border-bottom: 2px solid #FFF; }
      .productsData__table--row:last-of-type {
        border-bottom: none; }
      .productsData__table--row td {
        background-color: #f3f3f3; }
        .productsData__table--row td:first-of-type {
          width: 280px;
          padding: 20px 30px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
        .productsData__table--row td:last-of-type {
          padding: 20px 30px 20px 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
  .productsData__extra {
    margin: 10px 0 0; }

@media (max-width: 1400px) {
  .productsData {
    width: 100%;
    margin: 60px 0 0; } }
@media (max-width: 600px) {
  .productsData__table--row td:first-of-type {
    width: 100%;
    padding: 20px 20px 0;
    font-weight: 700;
    display: block;
    position: relative; }
    .productsData__table--row td:first-of-type::before {
      content: '■';
      font-size: 12px;
      margin: -4px 5px 0 0; }
  .productsData__table--row td:last-of-type {
    padding: 0 20px 20px;
    display: block; } }
