@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use pc
=================================================================== */
  /* bg */
  .top {
    background-image: url("../common/images/top_bg1.jpg"),url("../common/images/top_bg2.jpg");
    background-repeat: no-repeat,no-repeat;
    background-position: left 1300px,left bottom;
    background-size: 100% auto,100% auto;
  }
  
  /* kv */
  .kv {
    position: relative;
    padding-bottom: 15em;/*25*/
  }
  .kv .bxslider {
    z-index: -1;
    overflow: hidden;
  }
  .kv ul.bxslider li {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .kv img {
    width: 100%;
    height: auto;
  }
  
  /* news */
  .news {
    position: absolute;
    z-index: 10;
    top: 45.4vw;
    width: 100%;
  }
  .news .inr {
    max-width: 1200px;
    margin: 0 auto;
    background: #000 url("../common/images/top_news_bg.jpg") no-repeat 98% 10px;
    padding-bottom: 30px;
  }
  .news h2 {
    font-size: 24px;
    line-height: 62px;
    background: url("../common/images/stripe.png") no-repeat;
    padding-left: 30px;
  }
  .news ul {
    width: 92.5%;
    margin: 0 auto;
  }
  .news li {
    background: url("../common/images/news_line.png") no-repeat right bottom;
    display: flex;
    padding: 20px 0;
  }
  .news .news_date {
    padding-right: 1em;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .news_conte .news_ttl {
    font-size: 1.6rem;
  }
  .news .more {
    margin: 20px 0;
    text-align: center;
  }
  
  /* about */
  .about {}
  .about h2 {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 62px;
    background: url("../common/images/stripe.png") no-repeat;
    padding-left: 30px;
  }
  .about .bg {
    background: url("../common/images/top_about_bg.jpg") no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
  }
  .about .ex {
    max-width: 1200px;
    margin: 0 auto;
/*
    background: url("../common/images/top_about_img.jpg") no-repeat right 20vw;
*/
  }
  .about .ex p {
    padding: 28vw 470px 80px 0;
  }
  .about .more {
    margin: 0 0 20px;
    text-align: center;
  }
  
  /* products */
  .products {
    max-width: 1200px;
    margin: 0 auto;
  }
  .products h2 {
    font-size: 24px;
    line-height: 62px;
    background: url("../common/images/stripe.png") no-repeat;
    padding-left: 30px;
  }
  .products figure {
    margin: 0;
    padding: 0;
  }
  .products figcaption {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
  }
  .products figcaption .ex {}
  .products figcaption .ex span {
    display: block;
    line-height: 3em;
  }
  .products figcaption .ex span a:after {
    content:" >>";
    color: #e4007f;
  }
  .products figcaption .more {
    margin: auto 20px 0;
  }
  
  /* lb */
  .lb {
    padding: 200px 0 0;
    text-align: center;
  }
  .lb h2 img {
    height: 80px;
    width: auto;
  }
  .lb .lb_lnk {
    padding: 20px;
  }
  .lb .contact {}
  .lb .contact a {
    padding: 0 102px 0 100px;
    font-size: 24px;
    line-height: 50px;
  }
  .lb .contact a:hover {
    padding: 0 100px;
  }
  

}

@media screen and (min-width:768px) and (max-width:1200px), print {
  /* ===================================================================
  use pc1200
=================================================================== */
  /* kv */
  .kv {
    padding-bottom: 0;
  }
  
  /* news */
  .news {
    position: relative;
    top: auto;
  }

}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use sp
=================================================================== */
  /* bg */
  .top {
    background-image: url("../common/images/top_bg1.jpg"),url("../common/images/top_bg2.jpg");
    background-repeat: no-repeat,no-repeat;
    background-position: left 1300px,left bottom;
    background-size: 100% auto,100% auto;
  }
  
  /* kv */
  .kv {
    width: 100%;
    position: relative;
  }
  
  .kv .bxslider {
    width: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .kv ul.bxslider li {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .kv img {
    width: 100%;
    height: auto;
  }
  
  /* news */
  .news {
    width: 100%;
  }
  .news .inr {
    background: #000 url("../common/images/top_news_bg.jpg") no-repeat 98% 10px;
    background-size: 60% auto;
    padding-bottom: 10vw;
  }
  .news h2 {
    font-size: 2.4rem;
    line-height: 4rem;
    background: url("../common/images/stripe.png") no-repeat;
    background-size: auto 4rem;
    padding-left: 2rem;
  }
  .news ul {
    width: 92.5%;
    margin: 0 auto;
  }
  .news li {
    background: url("../common/images/news_line.png") no-repeat right bottom;
    background-size: 100% auto;
    padding: 3vw 0;
  }
  .news .news_date {
    padding-right: 1em;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .news_conte .news_ttl {
    font-size: 1.6rem;
  }
  .news .more {
    margin: 3vw 0;
    text-align: center;
  }
  
  /* about */
  .about {
    padding-bottom: 6vw;
  }
  .about h2 {
    font-size: 2.4rem;
    line-height: 4rem;
    background: url("../common/images/stripe.png") no-repeat;
    background-size: auto 4rem;
    padding-left: 2rem;
  }
  .about .bg {
    background: url("../common/images/top_about_bg.jpg") no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
  }
  .about .ex {}
  .about .ex p {
    padding: 30vw 3vw 6vw;
  }
  .about .more {
    margin: 0 0 20px;
    text-align: center;
  }
  
  /* products */
  .products {
  }
  .products h2 {
    font-size: 2.4rem;
    line-height: 4rem;
    background: url("../common/images/stripe.png") no-repeat;
    background-size: auto 4rem;
    padding-left: 2rem;
  }
  .products figure {
    margin: 0;
    padding: 0;
  }
  .products figure img {
    width: 100%;
    height: auto;
  }
  .products figcaption {
    padding: 3vw;
  }
  .products figcaption .ex {}
  .products figcaption .ex span {
    display: block;
    line-height: 3em;
  }
  .products figcaption .ex span a:after {
    content:" >>";
    color: #e4007f;
  }
  .products figcaption .more {
    margin: 6vw auto;
    text-align: center;
  }
  
  /* lb */
  .lb {
    padding: 10vw 0 0;
    text-align: center;
  }
  .lb h2 img {
    width: 40%;
    height: auto;
  }
  .lb .lb_lnk {
    padding: 10vw;
  }
  .lb .contact {}
  .lb .contact a {
    padding: 0 62px 0 60px;
    font-size: 2.4rem;
    line-height: 2.2;
  }
  .lb .contact a:hover {
    padding: 0 60px;
  }
}
