/* Scss Documents */
.box__txt--desc {
  line-height: 2; }
  .box__txt--desc .title {
    max-width: 35rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 3.5rem; }

.container--link {
  display: flex;
  justify-content: center; }
  .container--link > figure {
    width: 4rem;
    text-align: center; }
    .container--link > figure img {
      width: auto;
      height: 4rem; }
    .container--link > figure.sns {
      margin-left: 4rem; }
      .container--link > figure.sns img {
        padding: 10%; }

.products {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 995px;
  margin: 6rem auto 3rem; }
  .products__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem; }
    .products__inner--images {
      width: 100%;
      padding: 0;
      margin: 0 0 1rem 0; }
      .products__inner--images:hover {
        opacity: 0.75; }
  .products__link {
    display: flex;
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between; }
    .products__link--item {
      width: 100%;
      color: #fff;
      text-align: center;
      line-height: 2;
      border-radius: 5px;
      margin-bottom: 0.5rem; }
      .products__link--item:hover {
        opacity: 0.75; }
      .products__link--item * {
        font-size: 1.6rem; }
      .products__link--item a {
        display: block;
        width: 100%; }
      .products__link--item.base {
        background: #11BEAE; }
      .products__link--item.rakuten {
        background: #BF0000; }
      .products__link--item.paypal {
        background: #0070ba; }

@media screen and (min-width: 769px) {
  .products {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .products__inner {
      width: 49.3%;
      max-width: 49rem;
      margin-left: 0;
      margin-left: 0; }
    .products__link {
      width: 80%;
      flex-direction: row; }
      .products__link--item {
        width: 48%; } }
/* fin */

/*# sourceMappingURL=index.css.map */
