@charset "utf-8";
/* ******************************************************
全デバイス共通
****************************************************** */
.mainVisual{
  background: url(/img/bg_top-mainVisual.jpg) center center no-repeat;
}
/* 共通レイアウト */
.title-container h2{
  position: relative;
  font-weight: bold;
}
.title-container h2:after{
  content:"";
  background-color: #d6000b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
}
/* 動画 */
.top-movie-container{
  position: relative;
}
.top-movie-container .banner{
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
}
.top-movie-container .banner:hover .thumbnail{
  opacity: .5;
}
.top-movie-container .banner:hover .txt-link{
  text-decoration: underline;
}
.top-movie-container .contents{
  padding-left: 1rem;
  color: #000;
}
.top-movie-container .contents h2{
  font-size: 1.2rem;
}
.top-movie-container .contents .txt-link{
  color: #ed0000;
  font-size: 1.1rem;
  margin-bottom: 0;
}
/* 取扱商品 */
.top-col-product-link{
  display: block;
}
.top-col-product-link:hover{
  color: #000;
}
.top-col-product-link:hover img{
  opacity: .5;
}
.top-product-inner{
  background-color: #f7f6f5;
  position: relative;
}
.top-product-inner img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top-col-product-name{
  color: #000;
  margin: 0;
}
.top-col-product-name span{
  position: relative;
}
.top-col-product-name span:after{
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 0;
  color: #d6000b;
  line-height: 1;
  display: inline-block;
}
/* ニュース */
.news-article-link{
  display: flex;
  align-self: stretch;
  color: #000;
}
.news-article-link:hover{
  color: #000;
  text-decoration: none;
}
.news-article-link:hover h2{
  text-decoration: underline;
}
.btn-top-news-link{
  background-color: #000;
  position: relative;
  display: block;
}
.btn-top-news-link:before{
  font-family: "FontAwesome";
  content: "\f0ca";
  color: #9c9c9c;
  padding-right: 1rem;
  display: inline-block;
}
.news-article-link h2{
  margin: 0 0 0 2rem;
}
@media (max-width: 575.98px) {
  /* メインビジュアル */
  .mainVisual{
    height: 400px;
    padding: 1rem;
    background-size: 1600px auto;
  }
  .mainVisual-title{
    font-size: 3rem;
  }
  .mainVisual-txt{
    font-size: .875rem;
    line-height: 1.65;
    -moz-text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    -webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    -ms-text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  }
  /* 共通レイアウト */
  .top-common-wrapper{
    margin: 3rem 0;
  }
  .title-container h2{
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
  .title-container h2:after{
    width: 40px;
  }
  /* 動画 */
  .top-movie-container{
    margin: 30px 15px;
  }
  .top-movie-container .row{
    justify-content: center;
  }
  .top-movie-container .thumbnail img{
    width: 180px !important;
    min-width: 180px;
  }
  .top-movie-container .contents h2{
    font-size: 1rem;
  }
  .top-movie-container ul{
    padding-left: 1.25rem;
    padding-bottom: 10px;
  }
  .top-movie-container ul li{
    font-size: .875rem;
  }
  /* 取扱商品 */
  .top-product-row{
    margin: 0 -7.5px 20px;
  }
  .top-product-row .col-6{
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .top-col-product-link{
    margin-bottom: 1rem;
  }
  .top-product-inner{
    padding: 1.5rem;
    min-height: 150px;
  }
  .top-product-inner img{
    max-height: 110px;
    max-width: 110px;
    line-height: 1;
  }
  .top-col-product-name{
    font-size: .875rem;
    padding: .75rem 0;
  }
  /* ニュース */
  .top-news-link-box{
    max-width: 200px;
    margin: 0 auto;
  }
  .btn-top-news-link{
    padding: .75rem 2rem;
    background-color: #000;
  }
  #output-news-container{
    margin-bottom: 2rem;
    font-weight: bold;
  }
  .news-article-link-outer{
    margin-top: 1rem;
  }
  .news-article-link-outer .date{
    font-size: .8rem;
  }
  .news-article-link-outer .news-article-title{
    font-size: .875rem;
    line-height: 1.25;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  /* メインビジュアル */
  .mainVisual{
    height: 500px;
    background-size: 1800px auto;
  }
  .mainVisual-title{
    font-size: 4rem;
    margin-top: -150px;
  }
  .mainVisual-txt{
    font-size: 1rem;
    line-height: 1.65;
  }
  /* 共通レイアウト */
  .top-common-wrapper{
    margin: 4rem 0;
  }
  .title-container h2{
    margin-bottom: 2.25rem;
    padding-bottom: 1rem;
    font-size: 1.75rem;
  }
  .title-container h2:after{
    width: 50px;
  }
  /* 動画 */
  .top-movie-container{
    margin: 0 15px;
  }
  .top-movie-container ul{
    padding-left: 1.25rem;
    padding-bottom: 10px;
  }
  .top-movie-container ul li{
    font-size: .9375rem;
  }
  .top-movie-container .banner{
    position: absolute;
    top: -190px;
  }
  /* 取扱商品 */
  .top-common-container{
    padding-left: 0;
    padding-right: 0;
  }
  .top-product-row{
    margin-bottom: 20px;
  }
  .top-col-product-link{
    margin-bottom: 1rem;
  }
  .top-product-inner{
    padding: 2rem;
    min-height: 160px;
  }
  .top-product-inner img{
    max-height: 120px;
    max-width: 120px;
    line-height: 1;
  }
  .top-col-product-name{
    font-size: .875rem;
    padding: .5rem 0;
  }
  /* ニュース */
  .top-news-link-box{
    max-width: 200px;
    margin: 0 auto;
  }
  .btn-top-news-link{
    padding: .75rem 2rem;
    background-color: #000;
  }
  #output-news-container{
    max-width: 450px;
    margin: 0 auto 2rem !important;
    font-weight: bold;
  }
  .news-article-link-outer{
    margin-top: 1rem;
  }
  .news-article-link-outer .date{
    font-size: .875rem;
  }
  .news-article-link-outer .news-article-title{
    font-size: .9375rem;
    line-height: 1.35;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* メインビジュアル */
  .mainVisual{
    height: 600px;
  }
  .mainVisual-title{
    font-size: 4.5rem;
    margin-top: -150px;
  }
  .mainVisual-txt{
    font-size: 1.1rem;
    line-height: 1.75;
  }
  /* 共通レイアウト */
  .top-common-wrapper{
    margin: 4.5rem 0;
  }
  .title-container h2{
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 1.75rem;
  }
  .title-container h2:after{
    width: 50px;
  }
  /* 動画 */
  .top-movie-container ul{
    padding-left: 1rem;
    padding-bottom: 10px;
  }
  .top-movie-container ul li{
    font-size: .9375rem;
  }
  .top-movie-container .banner{
    position: absolute;
    top: -220px;
  }
  /* 取扱商品 */
  .top-common-container{
    padding-left: 0;
    padding-right: 0;
  }
  .top-product-row{
    margin-bottom: 20px;
  }
  .top-col-product-link{
    margin-bottom: 1rem;
  }
  .top-product-inner{
    padding: 2.5rem;
    min-height: 180px;
  }
  .top-product-inner img{
    max-height: 140px;
    max-width: 160px;
    line-height: 1;
  }
  .top-col-product-name{
    font-size: .9375rem;
    padding: .5rem 0;
  }
  /* ニュース */
  .top-news-link-box{
    max-width: 300px;
    margin: 0 auto;
  }
  .btn-top-news-link{
    padding: 1rem 3rem;
    background-color: #000;
  }
  #output-news-container{
    max-width: 500px;
    margin: 0 auto 2rem !important;
    font-weight: bold;
  }
  .news-article-link-outer{
    margin-top: 1.25rem;
  }
  .news-article-link-outer .date{
    font-size: .875rem;
  }
  .news-article-link-outer .news-article-title{
    font-size: 1rem;
    line-height: 1.35;
  }
}
@media (min-width: 992px) {
  /* メインビジュアル */
  .mainVisual{
    height: 800px;
  }
  .mainVisual-title{
    font-size: 5rem;
    margin-top: -150px;
  }
  .mainVisual-txt{
    font-size: 1.25rem;
    line-height: 1.75;
  }
  /* 共通レイアウト */
  .top-common-wrapper{
    margin: 6rem 0;
  }
  .title-container h2{
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
  }
  .title-container h2:after{
    width: 60px;
  }
  /* 動画 */
  .top-movie-container ul{
    padding-left: 1rem;
    padding-bottom: 10px;
  }
  .top-movie-container ul li{
    font-size: .9375rem;
  }
  .top-movie-container .banner{
    position: absolute;
    top: -300px;
  }
  /* 取扱商品 */
  .top-product-row{
    margin-bottom: 20px;
  }
  .top-col-product-link{
    margin-bottom: 2rem;
  }
  .top-product-inner{
    padding: 2.5rem;
    min-height: 180px;
  }
  .top-product-inner img{
    max-height: 140px;
    max-width: 160px;
    line-height: 1;
  }
  .top-col-product-name{
    font-size: 1rem;
    padding: .75rem 0;
  }
  /* ニュース */
  .top-news-link-box{
    max-width: 300px;
    margin: 0 auto;
  }
  .btn-top-news-link{
    padding: 1rem 3rem;
    background-color: #000;
  }
  #output-news-container{
    max-width: 600px;
    margin: 0 auto 2rem !important;
    font-weight: bold;
  }
  .news-article-link-outer{
    margin-top: 1.5rem;
  }
  .news-article-link-outer .date{
    font-size: .875rem;
  }
  .news-article-link-outer .news-article-title{
    font-size: 1rem;
    line-height: 1.35;
  }
}
@media (min-width: 1200px) {
  /* 取扱商品 */
  .top-product-row{
    margin: 0 -30px 20px;
  }
  .top-product-inner{
    padding: 3rem;
    min-height: 250px;
  }
  .top-product-inner img{
    max-height: 200px;
    max-width: 180px;
    line-height: 1;
  }
}
/* ******************************************************
2026.0330追加
****************************************************** */
/* SPのみ改行*/
br.sp-only {
  display: none;
}
@media (max-width: 575.98px) {
  br.sp-only {
    display: inline;
  }
}