/* pc・スマホ　共通スタイル */ 
html {
  scroll-behavior: smooth;
}
body {
  /* display: none; */
  font-family: 'Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans','MS UI Gothic',sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #FAFAFA;
} 
p, span { 
  font-size: 0.7em;
  margin: 0;
}
img {
  width: 100%;
}
main, section {
  margin: 0;
  width: 100%;
}
.inner {
  padding-top: 8vw;
  width: 100%;
}
.title {
  margin: 0;
  font-size: 0;
}
ul {
  list-style: none;
}

/* 使い方　use */

.section_title {
  font-size: 0;
  text-align: center;
  margin-top: 2vw;
}
.use_flex {
  display: flex;
  margin: 6vw auto 0 auto;
  padding: 0;
}

  .use_flex > li {
    text-align: center;
    background-color: #ffffff;
    border: solid 2px #2c0f04;
  }
  .li_name {
    display: flex;
    justify-content: center;
  }
  .li_txt {
    display: flex;
    justify-content: center;
  }

/* 商品　link */
.link_flex {
  margin: 0;
  padding: 0;
  font-size: 0; /* 画像下にできる変な余白を消す */
}
    .product_link1, .product_link2 {
      display: flex;
      width: 100%;
      transition: .5s ease; /* 「背景色が」ゆっくり変わる */
    }
    .product_ttl_left, .product_ttl {
      margin: 0;
    }

/* NEWS */
.news_div {
  width: 100%;
  max-width: 65vw;
  margin: 0 auto; /* コンテンツ全体を中央配置 */
}
  h3 {
    margin: auto;
  }
  .news_ul {
    width: 100%;
    padding: 3.7vw 0 0 0;
    margin: 0;
  }
    .news_box {
      display: flex;
      flex-wrap: wrap;
      flex-wrap: nowrap;
      align-items: center;
      background-color: #ffffff;
      margin: 0.8vw 0 0 0;
      padding: 0 5vw 0 7vw;
    }
    .news_box:first-child {
      background-color: #ffffff;
      margin: 0;
    }
      .news_date {
        color: #C9B18D;
        margin: 0;
      }

/* MOVE */
#move {
  background-color: #000000;
}
  .move_content {
    padding: 3.7vw 0 0 0;
    margin: 0 auto;
  }

/* footer */
footer {
  width: 100%;
  background-color: #2c0f04;
  color:#ffffff;
}


/* ====================== 
  PC用　スタイル 
=======================*/ 
@media screen and (min-width: 845px) {
/* spの非表示 */
.sp, .footer_div_sp {
  display: none;
}
/* 全体の調整
.inner {
  padding-top: 8vw;
  width: 100%;
} */


/* fv */

/* 使い方　use */
.section_title > img {
  width: 50vw;
}

.use_flex {
  width: 65vw;
  /* display: flex;
  margin: 6vw auto 0 auto;
  padding: 0; */
  justify-content: space-between;
  align-items: stretch;
}
  .use_flex > li {
    /* text-align: center;
    background-color: #ffffff;
    border: solid 2px #E40073; */
    width: 31%;
  }
    .li_ttl {
      margin: -1.5vw auto 0 auto;
      width: 10vw;
    }
    .li_name {
      margin: 3vw auto 0 auto;
      /* display: flex;
      justify-content: center; */
      width: 78%;
    }
    /* .li_img_1 {
      margin: 3vw auto 0 auto;
      width: 6.2vw;
    }
    .li_img_2 {
      margin: 7.6vw auto 0 auto;
      width: 11vw;
    }
    .li_img_3 {
      margin: 3vw auto 0 auto;
      width: 3vw;
    } */
    .li_img {
      margin: 4.6vw auto 1.2vw auto;
      width: 15vw;
    }
    .li_txt {
      margin: 3vw auto 2vw auto;
      /* display: flex;
      justify-content: center; */
      width: 80%;
    }
  .use_txt_pc {
    margin: 6vw auto 0 auto;
    width: 40vw;
  }

/* 商品　link */
.link_flex {
  background-color: #C9B18D;
}
    .product_link1, .product_link2 {
      transition: .5s ease; /* 「背景色が」ゆっくり変わる */
    }
    .product_link2 {
      flex-direction: row-reverse;
    }
      .product_link1:hover, .product_link2:hover {
        background-color: #2c0f04;
      }
      .product_link1:hover .product_img img {
        transform: scale(1.1); /* hover時に大きくしたいだけ */
      }
      .product_link2:hover .product_img img {
        transform: scale(1.1); /* hover時に大きくしたいだけ */
      }
      .product_img {
        overflow: hidden; /* 画像をはみ出させない */
      }
        .product_img > img {
          height: auto;
          transition: .5s ease; /* 「画像が」ゆっくり動く */
        }
      .txt_box {
        justify-items: start;
        align-content: center;
        margin: 0 10vw;
      }
        .product_ttl_left, .product_ttl {
          width: 35vw;
        }
        .product_more_left, .product_more {
          margin-top: 2vw;
          width: 8vw;
        }

/* NEWS */
.news_div {
  padding-bottom: 12vw;
  max-width: 65vw;
}
  h3 {
    width: 14vw;
    margin-top: 3vw;
  }
    .news_box {
      height: 16vh;
    }
      .news_date {
        font-weight: 200;
        font-size: 1.3em;
      }
      .news_txt {
        font-weight: 150;
        font-size: 1vw;
        margin: 0 0 0 3vw;
      }

/* MOVE */
#move {
  padding-bottom: 13vw;
}
  .move_content {
    width: 65vw;
  }
    .move_ttl1 {
      width: 39vw;
    }
    .move_ttl2 {
      width: 39vw;
    }
    .move_ttl1, .move_ttl2 {
      margin: 0 auto 1vw auto;
    }


/* footer */
.footer_div_pc {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  justify-content: space-evenly;
  padding: 6vw 0;
  margin: auto;
}
  .footer_left {
    display: flex;
    flex-direction: column;
  }
    .footer_left > a {
      width: 13vw;
    }
    .footer_link{
      display: flex;
      flex-wrap: nowrap;
      margin: 1vw 0;
    }
      .footer_sitelink, .footer_sitelink_first {
        padding-right: 1vw;
        border-right: 1.5px solid #ffffff;
        margin: 0;
        color: #ffffff;
        text-decoration: none;
      }
      .footer_sitelink, .footer_sitelink_last {
        padding-left: 1vw;
      }
      .footer_sitelink_last {
        color: #ffffff;
        text-decoration: none;
      }
  .footer_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
    .footer_right > a {
      width: 3vw;
      margin-bottom: 3vw;
    }
    .sns {
      display: flex;
      justify-content: space-between;
      width: 12vw;
    }
        .sns > a > img {
          width: 3vw;
        }

}

/* ======================== 
  タブレット・スマホ用スタイル 
=========================*/ 
@media screen and (max-width: 844px) {
/* pcの非表示 */
.pc, .footer_div_pc {
  display: none;
}

/* fv */

/* 使い方　use */
  .section_title > img {
    width: 75vw;
  }
  .use_flex {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
    .use_flex:first-child {
      width: 60%;
    }
    .use_flex > li {
      width: 60%;
      margin-top: 11vw;
    }
      .li_ttl {
        margin: -5.5vw auto 0 auto;
        width: 33vw;
      }
      .li_name {
        margin: 5vw auto 0 auto;
        width: 72%;
      }
      .li_img_1 {
        margin: 7vw auto 2vw auto;
        width: 35vw;
      }
      .li_img_2 {
        margin: 7vw auto 2vw auto;
        width: 35vw;
      }
      .li_img_3 {
        margin: 7vw auto 2vw auto;
        width: 35vw;
      }
      .li_txt {
        margin: 7vw auto 5vw auto;
        width: 67%;
      }
    .use_txt_sp {
      margin: 6vw auto 0 auto;
      width: 75vw;
    }
  

/* 商品　link */
.link_flex {
  background-color: #2c0f04;
}
    .product_link1, .product_link2 {
      flex-direction: column;
      align-items: center;
    }
    .product_link1:last-child {
      padding-bottom: 9vw;
    }
      .product_img {
        margin: 9vw 9vw 5vw 9vw;
      }
      .txt_box {
        width: 82vw;
      }
        .product_ttl_left, .product_ttl {
          margin: 0;
          width: 82vw;
        }
        .product_more_left, .product_more {
          margin: 4vw 0;
          width: 22vw;
        }

/* NEWS */
.news_div {
  padding-bottom: 27vw;
  max-width: 90vw;
}
  h3 {
    width: 30vw;
    margin-top: 12vw;
    margin-bottom: 4vw;
  }
    .news_box {
      height: 18vh;
      margin: 0.8vw 0 0 0;
      padding: 0 5vw 0 7vw;
    }
      .news_date {
        font-weight: 300;
        font-size: 4vw;
      }
      .news_txt {
        font-weight: 300;
        font-size: 3.2vw;
        margin: 0 0 0 6vw;
      }

/* MOVE */
#move {
  padding-bottom: 23vw;
}
  .move_content {
    width: 90vw;
  }
    .move_ttl1 {
      margin: 0 auto 3vw auto;
      width: 75vw;
    }
    .move_ttl2 {
      margin: 6.7vw auto 3vw auto;
      width: 75vw;
    }

/* footer */
.footer_div_sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 13vw 0 25vw 0;
}
  .footer_arror {
    width: 12vw;
  }
  .footer_logo {
    width: 36vw;
    margin-top: 9vw;
  }
  .footer_link {
    margin-top: 9vw;
    text-align: center;
  }
    .footer_sitelink_first, .footer_sitelink, .footer_sitelink_last {
      text-decoration: none;
      color: #ffffff;
      font-size: 5vw;
    }
    .footer_sitelink > p, .footer_sitelink_last > p {
      margin-top: 3vw;
    }
  .sns {
    margin-top: 9vw;
    width: 45vw;
    display: flex;
    justify-content: space-between;
  }
    .sns > a {
      width: 12vw;
    }
  .footer_div_sp > p {
    color: #ffffff;
    margin-top: 9vw;
  }

}