@charset "utf-8";

/* 共通 */
body {
  font-family: "Sawarabi Mincho", "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
}
.hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.flex {
  box-sizing: border-box;
  display: flex;
}

/* #top */
body {
  width: 100%;
  height: 100vh;
}

.outwrapper {
  min-height: 100vh;
  max-width: 980px;
  background-color: #fff;
  margin: auto;
  box-sizing: border-box;
}
.pc_off{
  display: none;
}

/* メイン */
#main{

}
.main_wrap{
  max-width: 996px;
  margin: 0 auto;
}
.main_logo{
  padding: 20px;
  background-color: #000;
}
.main_logo figure{

}
.main_img{

}
.main_img figure{

}
.main_txt{
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 40px 0px;
  font-size: 60px;
  font-weight: bold;
}
.main_txt span{
  font-size: 50px;
}

/* 特長 */
.feature_wrap{
  max-width: 1000px;
  margin: 70px auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.feature_wrap figure{

}
.feature_txt{

}
.feature_txt h2{
  color: #fff;
  background-image: url(../img/feature_ti_bg.png);
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 41px;
  background-size: contain;
  padding-left: 15px;
}
.feature_txt p{
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  margin: 20px 0px;
}
.feature_txt a{
  display: flex;
      width: 200px;
      align-items: center;
      justify-content: center;
      height: 57px;
      background-color: #000;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
}

/* 用途 */
.detail_wrap{
  max-width: 1000px;
  margin: 0px auto 70px auto;
}
.detail_wrap h2{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.detail_wrap h2 span{
  display: block;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
}
.detail_wrap h2 span::before{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 10px;
  right: 140px;
  margin: auto;
}
.detail_wrap h2 span::after{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0px;
  top: 10px;
  left: 140px;
  margin: auto;
}
.detail_wrap p{
  max-width: 560px;
  margin: 30px auto 0px auto;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
}

/* 使用イメージ */
.image_wrap{
  max-width: 1000px;
  margin: 0px auto 70px auto;
}
.image_wrap h2{
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.image_wrap h2 span{
  display: block;
  margin-top: 10px;
  font-size: 20px;
  position: relative;
}
.image_wrap h2 span::before{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 10px;
  right: 140px;
  margin: auto;
}
.image_wrap h2 span::after{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0px;
  top: 10px;
  left: 140px;
  margin: auto;
}
.image_wrap ul{
  display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px 16px;
      margin-top: 30px;
}
.image_wrap ul li{

}
.image_wrap ul li figure{

}

/* カラー */
.color_wrap{
  max-width: 1000px;
  margin: 0px auto 70px auto;
}
.color_wrap h2{
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.color_wrap h2 span{
  display: block;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
}
.color_wrap h2 span::before{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 10px;
  right: 140px;
  margin: auto;
}
.color_wrap h2 span::after{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0px;
  top: 10px;
  left: 140px;
  margin: auto;
}
.color_wrap ul{
  display: flex;
      flex-wrap: wrap;
      gap: 30px 37px;
      margin-top: 30px;
}
.color_wrap ul li{

}
.color_wrap ul li figure{

}
.color_wrap ul li p{
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

/* 購入 */
#shop{
  padding-bottom: 40px;
}
.shop_logo{
  margin: 0 auto;
  text-align: center;
}
.shop_item{
  margin: 20px auto;
  text-align: center;
}
#shop a{
  display: flex;
      width: 200px;
      align-items: center;
      justify-content: center;
      height: 57px;
      background-color: #000;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      margin: 0 auto;
}

/* 水性メイン */
.suisei_main_wrap{
  max-width: 1050px;
  display: flex;
  margin: 0 auto;
}
.suisei_main_left{

}
.suisei_main_logo{

}
.suisei_main_title{

}
.suisei_main_marker{

}
.suisei_main_anzen{

}

/* 水性ポイント */
.suisei_point_wrap{
  max-width: 1000px;
  margin: 80px auto 0px auto;
}
.suisei_point_cont{
  display: flex;
      gap: 230px;
      align-items: center;
      margin-bottom: 40px;
}
.suisei_point_txt{
  max-width: 460px;
}
.suisei_point_txt h2{
  font-weight: bold;
  font-size: 30px;
}
.suisei_point_txt h2 img{
  display: block;
  margin-bottom: 25px;
}
.suisei_point_txt p{
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 25px;
}
.suisei_point_cont figure{

}

/* 水性塗装イメージ */
.suisei_img_wrap{
  max-width: 1000px;
  margin: 140px auto 0px auto;
}
.suisei_img_wrap h2{
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #0eab39;
  position: relative;
}
.suisei_img_wrap h2::before{
  content: "";
  display: block;
  width: 123px;
  height: 89px;
  background-image: url(../img/suisei_sozai_txt.png);
  position: absolute;
  right: 200px;
  top: -90px;
}
.suisei_img_wrap ul{
  display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 35px;
      margin-top: 40px;
}
.suisei_img_wrap ul li{

}

/* 水性カラーバリエーション */
.suisei_color_wrap{
  max-width: 1000px;
  margin: 80px auto;
}
.suisei_color_wrap h2{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.suisei_color_wrap h2 span{
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  color: #308dd1;
  font-weight: bold;
}
.suisei_color_wrap ul{
  display: flex;
      flex-wrap: wrap;
      margin-top: 40px;
      gap: 15px 30px;
      justify-content: space-between;
}
.suisei_color_wrap ul li{

}
.suisei_color_wrap ul li p{
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}

/* 水性ショップ */
.suisei_shop_logo{
  display: block;
  margin: auto;
  text-align: center;
}
.suisei_shop_marker{
  text-align: center;
  margin: 20px 0px;
}

/* サイズ別設定 */


@media screen and (max-width: 574px) {
  .pc_off {
    display: block;
  }
  .sp_off {
    display: none;
  }
/* メイン */
#main{

}
.main_wrap{
  max-width: 100%;
  margin: 0 auto;
}
.main_logo{
  padding: 14px;
  background-color: #000;
}
.main_logo figure{
  width: 75%;
}
.main_img{

}
.main_img figure{

}
.main_txt{
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 0px;
  font-size: 40px;
  font-weight: bold;
}
.main_txt span{
  font-size: 30px;
}

/* 特長 */
.feature_wrap{
  max-width: 92%;
  margin: 40px auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.feature_wrap figure{

}
.feature_txt{

}
.feature_txt h2{
  color: #fff;
  background-image: url(../img/feature_ti_bg.png);
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 41px;
  background-size: contain;
  padding-left: 15px;
}
.feature_txt p{
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  margin: 20px 0px;
}
.feature_txt a{
  display: flex;
          width: 180px;
          align-items: center;
          justify-content: center;
          height: 50px;
          background-color: #000;
          color: #fff;
          font-weight: bold;
          font-size: 16px;
}

/* 用途 */
.detail_wrap{
  max-width: 92%;
  margin: 0px auto 40px auto;
}
.detail_wrap h2{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.detail_wrap h2 span{
  display: block;
  font-size: 15px;
  margin-top: 10px;
  position: relative;
}
.detail_wrap h2 span::before{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 9px;
  right: 130px;
  margin: auto;
}
.detail_wrap h2 span::after{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0px;
  top: 9px;
  left: 130px;
  margin: auto;
}
.detail_wrap p{
  max-width: 100%;
  margin: 30px auto 0px auto;
  font-size: 17px;
  line-height: 25px;
  font-weight: bold;
}

/* 使用イメージ */
.image_wrap{
  max-width: 92%;
  margin: 0px auto 70px auto;
}
.image_wrap h2{
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.image_wrap h2 span{
  display: block;
  margin-top: 10px;
  font-size: 15px;
  position: relative;
}
.image_wrap h2 span::before{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 9px;
  right: 130px;
  margin: auto;
}
.image_wrap h2 span::after{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0px;
  top: 9px;
  left: 130px;
  margin: auto; 
}
.image_wrap ul{
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          gap: 10px 0px;
          margin-top: 30px;
}
.image_wrap ul li{
  width: 47%;
}
.image_wrap ul li figure{

}

/* カラー */
.color_wrap{
  max-width: 92%;
  margin: 0px auto 70px auto;
}
.color_wrap h2{
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.color_wrap h2 span{
  display: block;
  font-size: 15px;
  margin-top: 10px;
  position: relative;
}
.color_wrap h2 span::before{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 9px;
  right: 130px;
  margin: auto;
}
.color_wrap h2 span::after{
  content: "";
  width: 60px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0px;
  top: 9px;
  left: 130px;
  margin: auto;
}
.color_wrap ul{
  display: flex;
          flex-wrap: wrap;
          gap: 20px 18px;
          margin-top: 30px;
}
.color_wrap ul li{

}
.color_wrap ul li figure{

}
.color_wrap ul li p{
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

/* 購入 */
#shop {
  padding-bottom: 40px;
  max-width: 92%;
  margin: 0 auto;
}
.shop_logo{
  margin: 0 auto;
  text-align: center;
}
.shop_item{
  margin: 20px auto;
  text-align: center;
}
#shop a{
  display: flex;
      width: 200px;
      align-items: center;
      justify-content: center;
      height: 57px;
      background-color: #000;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      margin: 0 auto;
}

/* 水性ポイント */
.suisei_point_wrap{
  max-width: 92%;
  margin: 40px auto 0px auto;
}
.suisei_point_cont{
  display: flex;
          gap: 40px;
          align-items: center;
          margin-bottom: 40px;
          flex-direction: column;
}
.suisei_point_txt{
  max-width: 100%;
}
.suisei_point_txt h2{
  font-weight: bold;
  font-size: 25px;
}
.suisei_point_txt h2 img{
  display: block;
  margin-bottom: 25px;
  max-width: 30%;
}
.suisei_point_txt p{
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 25px;
}
.suisei_point_cont figure{
  width: 50%;
}

/* 水性塗装イメージ */
.suisei_img_wrap{
  max-width: 92%;
  margin: 80px auto 0px auto;
}
.suisei_img_wrap h2{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #0eab39;
  position: relative;
}
.suisei_img_wrap h2::before{
  content: "";
  display: block;
  width: 83px;
  height: 58px;
  background-image: url(../img/suisei_sozai_txt.png);
  position: absolute;
  left: 0px;
  right: -220px;
  margin: auto;
  top: -63px;
  background-size: contain;
  background-repeat: no-repeat;
}
.suisei_img_wrap ul{
  display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          gap: 20px 0px;
          margin-top: 20px;
}
.suisei_img_wrap ul li{

}

/* 水性カラーバリエーション */
.suisei_color_wrap{
  max-width: 92%;
  margin: 40px auto;
}
.suisei_color_wrap h2{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.suisei_color_wrap h2 span{
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  color: #308dd1;
  font-weight: bold;
}
.suisei_color_wrap ul{
  display: flex;
          flex-wrap: wrap;
          margin-top: 40px;
          gap: 15px 0px;
          justify-content: space-between;
}
.suisei_color_wrap ul li{
  width: 46%;
}
.suisei_color_wrap ul li p{
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
}

/* 水性ショップ */
.suisei_shop_logo{
  display: block;
  margin: auto;
  text-align: center;
}
.suisei_shop_marker{
  text-align: center;
  margin: 20px 0px;
}





}