@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon/icomoon.eot?5oyspu');
  src: url('../fonts/icomoon/icomoon.eot?5oyspu#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?5oyspu') format('truetype'), url('../fonts/icomoon/icomoon.woff?5oyspu') format('woff'), url('../fonts/icomoon/icomoon.svg?5oyspu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
a {
  color: #000;
  text-decoration: underline;
  outline: none;
  opacity: 1;
  transition: all .3s ease-out;
}
a:hover {
  opacity: 0.8;
  transition: all .3s ease-out;
}
*:hover {
  transition: all .3s ease-out;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background-color: #fff;
}
#wrapper {
  overflow: hidden;
}
#main {
  margin-top: 75px;
}
#content { /*ワードプレス　各モデルページ用*/
  margin-top: 75px !important;
}
/*トップ ========================================================================*/
.top {
  height: 100vh;
  min-height: 600px;
  margin-top: -75px;
  position: relative;
}
.top .swiper-slide:before {
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.top .swiper {
  width: 100%;
  height: 100vh;
  min-height: 600px;
}
.top .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.top .swiper.sp {
  display: none;
}
.top .txt {
  position: absolute;
  left: 7%;
  bottom: 80px;
  z-index: 3;
}
.top .txt h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 68px;
  color: #fff;
  margin: 0 auto 20px;
}
.top .txt .btn {
  margin: 0;
}
.top .txt .btn a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
  width: 200px;
  background: linear-gradient(45deg, rgba(52, 52, 52, 1), rgba(149, 149, 149, 1), rgba(52, 52, 52, 1));
  background-position: 1% 50%;
  background-size: 200% auto;
}
.top .txt .btn a:hover {
  opacity: 1;
  background-position: 99% 50%;
  transition: all .3s;
}
/*sinn mission partnerバナー*/
.top .banner_sinn_mission_partner {
  position: absolute;
  right: 2%;
  bottom: 70px;
  z-index: 3;
}
.top .banner_sinn_mission_partner a {
  display: block;
  text-decoration: none;
  width: 450px;
  height: 220px;
  background-color: #fff;
  overflow: hidden;
}
.top .banner_sinn_mission_partner .inner {
  display: flex;
  align-items: center;
  height: 220px;
}
.top .banner_sinn_mission_partner .inner .txt {
  width: 55%;
  padding: 0 0 0 5%;
  position: static;
  color: #333;
}
.top .banner_sinn_mission_partner .inner .txt h3 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: normal;
  font-size: 22px;
  margin: 0 auto 7px;
}
.top .banner_sinn_mission_partner .inner .txt h4 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 19.7px;
  margin: 0;
}
.top .banner_sinn_mission_partner .inner figure {
  width: 40%;
}
.top .banner_sinn_mission_partner .inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .banner_sinn_mission_partner .close {
  margin: 0;
  font-size: 16px;
  position: absolute;
  right: 6px;
  top: 1.5px;
  cursor: pointer;
  color: #fff;
}
/*ニュース ========================================================================*/
#news_box {
  padding: 50px 0;
  color: #000;
  background-color: #f9f9f9;
  border-bottom: solid 1px #ccc;
}
#news_box h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 28px;
  color: #000;
  margin: 0 auto 30px;
}
#news_box .inner {
  width: 1100px;
  margin: 0 auto;
}
#news_box .scroll {
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
}
#news_box dl {
  margin: 0;
}
#news_box dl a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  padding: 20px 0;
  border-bottom: solid 1px #eee;
  position: relative;
  display: flex;
  justify-content: space-between;
}
#news_box dl dt {
  width: 15%;
  padding: 0 3%;
}
#news_box dl dd {
  width: 85%;
  padding: 0 3%;
  margin: 0;
}
#news_box dl:not(.link_none):hover {
  background-color: #eee;
  transition: all .3s ease-out;
}
#news_box .icon_new {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 12px;
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate(-3%, -50%);
  background-color: #ccc;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 40px;
}
#news_box .banner_box a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border: solid 4px #d5d5d5;
  margin: 40px auto 0;
  padding: 25px 0;
  text-align: center;
  color: #111;
}
#news_box .banner_box a:hover {
  opacity: 1;
  background-color: #f9f9f9;
}
#news_box .banner_box p {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 0;
}
#news_box .banner_box .sub {
  display: block;
  font-size: 15px;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #888;
}
/*プロダクト ========================================================================*/
#product_top_box {
  padding: 50px 0 0;
}
#product_top_box h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 28px;
  color: #000;
  margin: 0 auto 30px;
}
#product_top_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
#product_top_box ul li {
  width: 33.33%;
}
#product_top_box ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 20px 0 25px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#product_top_box ul li:nth-child(3n) a {
  border-right: none;
}
#product_top_box ul li:nth-child(7) a, #product_top_box ul li:nth-child(8) a, #product_top_box ul li:nth-child(9) a {
  border-bottom: none;
}
#product_top_box ul li figure {
  width: 60%;
  margin: 0 auto 10px;
}
#product_top_box ul li p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin: 0;
}
#product_top_box ul li span {
  display: block;
  font-size: 12px;
  font-family: "Noto Sans Japanese";
  color: #888;
  margin-top: 5px;
}
/*他コンテンツ ========================================================================*/
#contents_top_box {
  padding: 50px 0;
}
#contents_top_box .inner {
  width: 80%;
  min-width: 1100px;
  margin: 0 auto;
}
#contents_top_box .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#contents_top_box ul li {
  width: 48%;
  margin: 10px 1%;
}
#contents_top_box ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 30px 0;
  text-align: center;
  border: solid 4px #d5d5d5;
}
#contents_top_box ul li a:hover {
  opacity: 1;
  background-color: #f9f9f9;
}
#contents_top_box ul li p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin: 0;
}
#contents_top_box ul li span {
  display: block;
  font-size: 12px;
  font-family: "Noto Sans Japanese";
  color: #888;
  margin-top: 5px;
}
#contents_top_box ul li .caption {
  display: none;
}
/*第二階層 ========================================================================*/
#main .inner_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
#main .ttl_main h1 {
  width: 90%;
  padding: 100px 5%;
  margin: 0;
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 20px #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#main .ttl_main h1 span {
  display: block;
  font-size: 16px;
  font-family: "Noto Sans Japanese";
  margin-top: 5px;
}
ul.breadcrumb a {
  text-decoration: none;
}
ul.breadcrumb a:hover {
  color: #000;
  text-decoration: underline;
}
ul.breadcrumb {
  padding: 15px 5%;
  margin: 0;
  font-size: 13px;
  color: #000;
  list-style: none;
  border-bottom: solid 1px #eee;
}
ul.breadcrumb li {
  display: inline;
}
ul.breadcrumb li.current {
  color: #999;
}
ul.breadcrumb li:first-child {
  margin-left: 0;
}
ul.breadcrumb li:first-child::before {
  content: '';
  margin: 0;
}
ul.breadcrumb li::before {
  content: '>';
  color: #000;
  margin: 0 5px;
}
#main .gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width:700px) and (max-width:1050px) {
  /*トップ ========================================================================*/
  .top {
    height: 85vh;
    min-height: 600px;
    margin-top: 0;
  }
  .top .swiper {
    width: 100%;
    height: 85vh;
    min-height: 600px;
  }
  .top .txt {
    position: absolute;
    left: 7%;
    top: 50px;
    bottom: auto;
  }
  .top .txt h2 {
    font-size: 58px;
  }
  /*sinn mission partnerバナー*/
  .top .banner_sinn_mission_partner {
    position: absolute;
    right: 5%;
    bottom: 70px;
  }
  .top .banner_sinn_mission_partner a {
    width: 270px;
    height: 120px;
  }
  .top .banner_sinn_mission_partner .inner {
    height: 120px;
  }
  .top .banner_sinn_mission_partner .inner .txt {
    width: 55%;
    padding: 0 0 0 5%;
  }
  .top .banner_sinn_mission_partner .inner .txt h3 {
    font-size: 12.5px;
    margin: 0 auto 5px;
  }
  .top .banner_sinn_mission_partner .inner .txt h4 {
    font-size: 12px;
  }
  .top .banner_sinn_mission_partner .inner figure {
    width: 40%;
  }
  /*ニュース ========================================================================*/
  #news_box .inner {
    width: 80%;
    min-width: 80%;
  }
  /*プロダクト ========================================================================*/
  #product_top_box ul li {
    width: 50%;
  }
  #product_top_box ul li:nth-child(3n) a {
    border-right: solid 1px #ccc;
  }
  #product_top_box ul li:nth-child(2n) a {
    border-right: none;
  }
  /*他コンテンツ ========================================================================*/
  #contents_top_box .inner {
    width: 80%;
    min-width: 80%;
  }
  /*第二階層 ========================================================================*/
  #main .inner_box {
    width: 85%;
    max-width: 85%;
  }
}
@media screen and (max-width:700px) {
  /*トップ ========================================================================*/
  .top {
    height: 85vh;
    min-height: 400px;
    margin-top: 0;
  }
  .top .swiper {
    width: 100%;
    height: 85vh;
    min-height: 400px;
  }
  .top .swiper.pc {
    display: none;
  }
  .top .swiper.sp {
    display: block;
  }
  .top .txt {
    /*position: absolute;
    left: 7%;
    bottom: 50px;*/
    position: absolute;
    left: 7%;
    top: 20px;
    bottom: auto;
  }
  .top .txt h2 {
    font-size: 30px;
    margin: 0 auto 10px;
  }
  /*sinn mission partnerバナー*/
  .top .banner_sinn_mission_partner {
    position: absolute;
    right: 20px;
    bottom: 70px;
  }
  .top .banner_sinn_mission_partner a {
    width: 270px;
    height: 120px;
  }
  .top .banner_sinn_mission_partner .inner {
    height: 120px;
  }
  .top .banner_sinn_mission_partner .inner .txt {
    width: 55%;
    padding: 0 0 0 5%;
  }
  .top .banner_sinn_mission_partner .inner .txt h3 {
    font-size: 12.5px;
    margin: 0 auto 5px;
  }
  .top .banner_sinn_mission_partner .inner .txt h4 {
    font-size: 12px;
  }
  .top .banner_sinn_mission_partner .inner figure {
    width: 40%;
  }
  /*ニュース ========================================================================*/
  #news_box .inner {
    width: 80%;
  }
  #news_box dl a {
    display: block;
  }
  #news_box dl dt {
    width: auto;
    padding: 0 3%;
    margin-bottom: 5px;
  }
  #news_box dl dd {
    width: auto;
    padding: 0 3%;
  }
  #news_box .icon_new {
    position: absolute;
    right: 5px;
    top: 10%;
    transform: translate(-5px, -10%);
  }
  #news_box .banner_box a {
    padding: 20px 0;
  }
  #news_box .banner_box p {
    font-size: 22px;
  }
  #news_box .banner_box p .sub {
    font-size: 14px;
    margin-top: 2px;
  }
  /*プロダクト ========================================================================*/
  #product_top_box {
    padding: 40px 0 0;
  }
  #product_top_box ul li {
    width: auto;
    border-right: none;
  }
  #product_top_box ul li a {
    border-right: none;
  }
  #product_top_box ul li:nth-child(3n) a {
    border-right: none;
  }
  #product_top_box ul li:nth-child(2n) a {
    border-right: none;
  }
  #product_top_box ul li:nth-child(7) a, #product_top_box ul li:nth-child(8) a, #product_top_box ul li:nth-child(9) a {
    border-bottom: solid 1px #ccc;
  }
  #product_top_box ul li:last-child a {
    border-bottom: none;
  }
  #product_top_box ul li figure {
    width: 75%;
  }
  /*他コンテンツ ========================================================================*/
  #contents_top_box {
    padding: 40px 0;
    border: none;
  }
  #contents_top_box .inner {
    width: 80%;
    min-width: 80%;
  }
  #contents_top_box .inner ul {
    display: block;
  }
  #contents_top_box ul li {
    width: auto;
    margin: 10px auto;
  }
  #contents_top_box ul li a {
    padding: 20px 0;
  }
  #contents_top_box ul li p {
    font-size: 22px;
  }
  #contents_top_box ul li .caption {
    display: block;
    font-size: 11px;
    line-height: 15px;
    margin: 10px auto 0;
  }
  /*第二階層 ========================================================================*/
  #main .inner_box {
    width: 85%;
    max-width: 85%;
    padding: 20px 0 40px;
  }
  #main .ttl_main h1 {
    padding: 70px 5%;
    font-size: 26px;
  }
  #main .ttl_main h1 span {
    font-size: 14px;
  }
  #main .block_sp {
    display: block;
  }
}