@charset "UTF-8";
/* CSS Document */
/*---------------wrapper----------------*/
.contentsline {
  padding-bottom: 30px;
  text-align: center;
}

.lp_banner a {
  width: 80%;
  max-width: 620px;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: #5E5E5E;
  display: inline-block;
  padding: 5px 20px;
  transition: 0.3s;
}

.informationArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.newswrap {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #F9F9F9;
  box-sizing: border-box;
  position: relative;
  padding: 50px 10px;
}

.newswrap * {
  box-sizing: border-box;
}

.newswrap.shownews div {
  animation: show_news 1s ease 0s 1 alternate forwards running;
}

@keyframes show_news {
  0% {
    top: -100%;
    opacity: 0;
  }
  100% {
    top: 0%;
    opacity: 1;
  }
}
.newswrap h2 {
  font-weight: normal;
  font-size: 2rem;
  margin: 0 auto 20px;
}

.newswrap ul {
  padding-left: 0;
}

.newswrap ul li {
  list-style: none;
  color: #111111;
}

.newswrap ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.newswrap ul li dl {
  display: inline-flex;
  flex-wrap: wrap;
  width: 85%;
  margin: 0 auto;
}

.newswrap ul li dt {
  width: 90px;
  padding-right: 20px;
  color: #a2a2a2;
}

.newswrap ul li dd {
  width: calc(100% - 90px);
  margin-left: 0;
  text-align: left;
  line-height: 1.4;
}

.newswrap a {
  font-size: 0.875rem;
  transition: 0.3s;
  line-height: 1.2;
}

.newswrap a:hover {
  color: #EE4023;
}

.presswrap {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #F9F9F9;
  box-sizing: border-box;
  position: relative;
  padding: 50px 10px;
}

.presswrap * {
  box-sizing: border-box;
}

.presswrap h2 {
  font-weight: normal;
  font-size: 2rem;
  margin: 0 auto 20px;
}

.presswrap a {
  display: block;
  transition: 0.3s;
}

.presswrap a:hover {
  color: #EE4023;
}

.presswrap > div {
  width: 85%;
  margin: 0 auto;
}

.presswrap a dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.presswrap a dl dt {
  width: 80px;
}

.presswrap a dl dt figure {
  margin: 0;
}

.presswrap a dl dt figure img {
  width: 100%;
}

.presswrap a dl dd {
  width: calc(100% - 80px);
  margin: 0;
  text-align: left;
  padding-left: 20px;
  font-size: 0.875rem;
}

.presswrap a dl dd p {
  margin: 0;
}

.presswrap a dl dd p:first-of-type {
  color: #A2A2A2;
  margin-bottom: 5px;
}

.slick_container {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: calc(100vh - 196px);
  margin-bottom: 50px;
}

.slick_container * {
  box-sizing: border-box;
}

.slick_container ul {
  margin: 0;
  padding: 0;
}

.slick_container .slick-list li {
  height: calc(100vh - 196px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  outline: none;
}

.slick_container .slick-list li.right_position {
  background-position: right center;
}

.slick_container .slick-list li.left_position {
  background-position: left center;
}

.slick-dots {
  bottom: 10px !important;
}

.slide_sp {
  display: none;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  height: calc(100vh - 216px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slick-dots li {
  margin: 0;
}

.top_index > section {
  max-width: 1137px;
  margin: 0 auto 30px;
  position: relative;
}

.top_index h2 {
  font-family: "SourceSansPro-Light", sans-serif;
  font-weight: normal;
}

.top_index a {
  font-family: "SourceSansPro-Light", sans-serif;
}

.top_index .index_title {
  text-align: center;
}

.top_index .index_title h2 {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.2;
}

.top_index .index_title a {
  padding: 15px 40px;
  display: inline-block;
  transition: 0.3s;
}

.top_index > section.brand {
  margin-bottom: 50px;
}

.brand .index_title {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  color: #ffffff;
}

.brand .index_title a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.brand figure {
  width: 100%;
  margin: 0;
}

.brand figure img {
  width: 100%;
}

.products {
  display: flex;
  flex-wrap: wrap;
}

.products_sp {
  display: none;
}

.top_index > section.products {
  margin-bottom: 50px;
}

.products .index_title {
  width: 33.3%;
  position: relative;
  order: 5;
}

.products .index_title:after {
  content: "";
  padding-top: 43.2%;
  width: 100%;
  display: block;
}

.products .index_title div {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products .index_title a {
  color: #4C4C4c;
  border: 1px solid #d5d5d5;
  white-space: nowrap;
}

.products .index_title a:hover {
  color: #FFFFFF;
  border: 1px solid #D5D5D5;
  background-color: #D5D5D5;
}

.products figure {
  width: 33.3%;
  text-align: center;
  margin: 0;
}

.products figure img {
  max-width: 100%;
  vertical-align: middle;
}

.products figure:nth-of-type(1) {
  order: 1;
}

.products figure:nth-of-type(2) {
  order: 2;
}

.products figure:nth-of-type(3) {
  order: 3;
}

.products figure:nth-of-type(4) {
  order: 4;
}

.products figure:nth-of-type(5) {
  order: 6;
}

.products figure:nth-of-type(6) {
  order: 7;
}

.products figure:nth-of-type(7) {
  order: 8;
}

.products figure:nth-of-type(8) {
  order: 9;
}

.top_index > section.showroom {
  margin-bottom: 80px;
}

.showroom .index_title {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  color: #ffffff;
  background-color: #ccc9bb;
  width: 437px;
}

.showroom .index_title:after {
  content: "";
  display: block;
  padding-top: 81.4%;
}

.showroom .index_title > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.showroom .index_title a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  white-space: nowrap;
}

.showroom .index_title a:hover {
  color: #4c4c4c;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.showroom figure {
  margin: 0;
  max-width: 775px;
}

.showroom figure img {
  max-width: 100%;
}

.top_index > section.projects {
  margin-bottom: 50px;
}

.projects .index_title {
  color: #4c4c4c;
  margin-bottom: 25px;
}

.projects .index_title a {
  color: #4c4c4c;
  border: 1px solid #d5d5d5;
}

.projects .index_title a:hover {
  color: #ffffff;
  background-color: #D5D5D5;
}

.projects .img_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 35px;
  border: 1px solid #CCC9BB;
}

.projects figure {
  margin: 0;
  width: 49%;
}

.projects figure img {
  max-width: 100%;
}

/*---------------footer----------------*/
footer {
  position: relative;
  background-color: #F5F5F5;
}

/*===============================================
  画面の横幅が767px以上
===============================================*/
@media screen and (min-width: 767px) {
  .lp_banner a:hover {
    background-color: #EE4023;
  }
}
/*===============================================
  画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px) {
  .brand .index_title a:hover {
    color: #4c4c4c;
    background-color: hsla(0, 0%, 100%, 0.8);
  }
}
/*===============================================
  画面の横幅が1138px以下
===============================================*/
@media screen and (max-width: 1138px) {
  .showroom {
    padding: 0 20px;
  }
  .showroom .index_title {
    right: 20px;
  }
  .projects {
    padding: 0 20px;
  }
}
/*===============================================
  画面の横幅が1135px以下
===============================================*/
@media screen and (max-width: 1136px) {
  /*---------------header----------------*/
  .newswrap h2 {
    width: 100%;
  }
  .newswrap p {
    width: 100%;
    padding: 0;
  }
} /*min-width: 900px end*/
/*===============================================
  画面の横幅が1100px以下
===============================================*/
@media screen and (max-width: 1100px) {
  .slick_container .slick-list li.slide2 {
    background-position: 0px center;
  }
  .showroom {
    padding: 0;
  }
  .showroom figure {
    width: 100%;
    max-width: none;
  }
  .showroom .index_title {
    top: auto;
    right: auto;
    transform: translateY(0);
    position: relative;
    width: auto;
    margin-bottom: 20px;
    background-color: #ffffff;
  }
  .showroom .index_title:after {
    display: none;
  }
  .showroom .index_title > div {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    background-color: #ccc9bb;
    display: inline-block;
    padding: 50px 110px;
  }
}
/*===============================================
  画面の横幅が800px以下
===============================================*/
@media screen and (max-width: 800px) {
  /*---------------wrapper----------------*/
  .top_index .index_title h2 {
    margin: 0 0 10px;
  }
  .top_index .index_title a {
    padding: 10px 30px;
    font-size: 0.75rem;
  }
  .informationArea {
    display: block;
    position: relative;
    margin-bottom: 50px;
  }
  .newswrap {
    border-top-style: none;
    margin-bottom: 50px;
    padding: 50px 10px 0;
    width: 60%;
  }
  .informationArea:after,
  .brand:after,
  .products:after,
  .showroom:after {
    content: "";
    display: block;
    width: 60%;
    height: 1px;
    background-color: #dcdcdc;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .newswrap > div {
    position: relative;
    top: auto;
    left: auto;
  }
  .presswrap {
    padding: 0 10px 50px;
    width: 60%;
  }
  .slick_container {
    height: calc(100vh - 206px);
  }
  .brand {
    padding-bottom: 40px;
  }
  .top_index > section.brand {
    margin-bottom: 30px;
  }
  .brand .index_title {
    top: auto;
    right: auto;
    position: relative;
    color: #4c4c4c;
    margin-bottom: 20px;
    width: auto;
  }
  .brand .index_title a {
    color: #4c4c4c;
    border: 1px solid #d5d5d5;
  }
  .products {
    padding-bottom: 30px;
    display: block;
  }
  .top_index > section.products {
    margin-bottom: 40px;
  }
  .products .index_title {
    order: 0;
    margin: 0 auto 20px;
    width: 100%;
  }
  .products .index_title div {
    top: auto;
    left: auto;
    position: relative;
    transform: translate(0, 0);
  }
  .products .index_title:after {
    content: none;
  }
  .products_pc {
    display: none;
  }
  .products_sp {
    display: block;
  }
  .products figure {
    width: 90%;
    margin: 0 auto;
  }
  .showroom {
    padding-bottom: 30px;
  }
  .top_index > section.showroom {
    margin-bottom: 40px;
  }
  .projects .index_title {
    margin-bottom: 20px;
  }
  .projects .img_wrap {
    padding: 5px;
  }
} /*max-width: 899px end*/
/*===============================================
 画面の横幅が640px以下
===============================================*/
@media screen and (max-width: 640px) {
  /*---------------wrapper----------------*/
  .slick_container {
    display: none;
  }
  .slide_sp {
    display: block;
    margin-bottom: 30px;
  }
  .contentsline h2 {
    margin: 0 auto 10px;
  }
  .contentsline figure a span {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid #ffffff;
    color: #4C4C4C;
    padding: 5px 30px;
  }
  .lp_banner a {
    padding: 10px 20px;
  }
  .newswrap,
  .presswrap {
    width: 95%;
  }
  .newswrap ul li dl {
    width: 90%;
  }
  .showroom .index_title > div {
    width: 80%;
    padding: 20px 0;
  }
} /*max-width: 640px end*/
/*2021.7.26以降作成（モバイルファースト・min基準）*/
.mainwrap #intro {
  position: relative;
  margin-bottom: 10px;
}

.mainwrap #intro .main_video {
  width: 100%;
  padding-top: 91px;
  vertical-align: middle;
}

.mainwrap #intro .link {
  position: fixed;
  top: 81vw;
  right: 0px;
  z-index: 5;
}

.mainwrap #intro .link .wrap a {
  font-family: "Helvetica", sans-serif;
  background-color: hsl(9, 86%, 49%);
  color: #FFFFFF;
  display: block;
  text-align: center;
  padding: 5px;
  border: 1px solid hsl(9, 86%, 49%);
}

.mainwrap #intro .link p {
  margin: 0;
}

.mainwrap #intro .link p:first-of-type {
  font-weight: bold;
  font-size: 3.467vw; /*13px*/
  margin-bottom: 10px;
  line-height: 1.2;
}

.mainwrap #intro .link p:last-of-type {
  font-size: 2.667vw; /*10px*/
  padding-right: 10px;
  position: relative;
  line-height: 1.2;
}

.mainwrap #intro .link p:last-of-type span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  right: 0px;
  top: 45%;
  transition: 0.3s;
  transform: translateY(-50%);
}

.mainwrap .groundpiece_banner {
  text-align: center;
  margin-bottom: 50px;
}

.mainwrap .groundpiece_banner a {
  width: 80%;
  max-width: 620px;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: #5E5E5E;
  display: inline-block;
  padding: 5px 20px;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .mainwrap #intro {
    margin-bottom: 30px;
  }
  .mainwrap #intro .link {
    top: 25vw;
  }
  .mainwrap #intro .link a {
    transition: 0.3s;
  }
  .mainwrap #intro .link a:hover {
    color: hsl(9, 86%, 49%);
    background-color: #FFFFFF;
  }
  .mainwrap #intro .link .wrap a {
    padding: 20px 15px;
  }
  .mainwrap #intro .link .wrap a p:first-of-type {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .mainwrap #intro .link .wrap a p:last-of-type {
    font-size: 12px;
    padding-right: 12px;
  }
  .mainwrap #intro .link p:last-of-type span {
    border-width: 5px 0 5px 5px;
  }
  .mainwrap #intro .link a:hover {
    background-color: #FFFFFF;
    color: #E63312;
  }
  .mainwrap #intro .link a:last-of-type:hover span {
    border-color: transparent transparent transparent #E63312;
  }
  .mainwrap .groundpiece_banner {
    margin-bottom: 80px;
  }
  .mainwrap .groundpiece_banner a:hover {
    background-color: #EE4023;
  }
} /*min768*/
@media screen and (min-width: 1100px) {
  .mainwrap #intro .link {
    top: 33vw;
  }
  .mainwrap #intro .main_video {
    padding-top: 0;
    height: calc(100vh - 180px);
    object-fit: cover;
    object-position: 50% 80%;
  }
} /*min1100*/
/* Scss Document */
.mvvideo {
  width: 100%;
}
@media (max-width: 640px) {
  .mvvideo {
    height: 100vw;
  }
}
@media (min-width: 641px) {
  .mvvideo {
    height: 38.5714285714vw;
  }
}
.mvvideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}/*# sourceMappingURL=top.css.map */