@import "icoWnew_top.css";

#areaTop {
  position: relative;
  width: 100%;
  height: 100vh;
}

#videoArea {
  position: absolute;
  z-index: -1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#videoArea video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.topLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.topLogo img {
  width: 500px;
  height: auto;
}

.topLogo #mainlogo {
  width: 500px;
  height: auto;
}

/* ロード後〜秒後にフェードイン */
.re-in1,
.re-in2 {
  opacity: 0;
}
.re-in1.in,
.re-in2.in {
  opacity: 1;
  transition: all 1.5s ease-out;
}

/* お知らせ */
.info {
  padding: 80px 20px;
}
.info h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
.info .inner {
  max-width: 1200px;
  margin: auto;
}
.info .infoCol {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info .infoCol .thumb {
  width: 45%;
  padding: 10px;
}
.info .infoCol .thumb img {
  width: 100%;
  max-width: 550px;
  height: auto;
}
.info .infoCol .cont {
  width: 50%;
  font-size: 0.85rem;
  line-height: 1.6rem;
  padding: 5%;
}
.info .infoCol .cont h4 {
  font-size: 1rem;
  text-indent: -1rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
}

.tbl01 {
  font-size: 0.85rem;
  line-height: 1.3rem;
  margin-bottom: 2.5rem;
}
.tbl01 th {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: left;
  padding: 6px;
  vertical-align: top;
}
.tbl01 td {
  padding: 6px;
  padding-left: 10px;
}

/* コンセプト */

.concept {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(../../images/top/bg_concept.jpg);
  background-position: center;
  background-size: cover;
}

.concept .copy {
  position: absolute;
  top: 82%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.concept .copy h4 {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
}

/* コンセプト2 */

.concept2 .inner {
  max-width: 1200px;
  padding: 80px 20px 50px;
  margin: auto;
}
.concept2 h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 3.5rem;
}
.concept2 .cont {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-button-next,
.swiper-button-prev {
  color: #b3b3b3 !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 2rem !important;
  opacity: 0.3;
}
.swiper-pagination-bullet-active {
  background: #ffffff !important;
}

/*------------------------------SP用------------------------------*/
@media screen and (max-width: 660px) {
  .topLogo {
    width: 100%;
  }
  .topLogo #mainlogo {
    width: 80%;
    max-width: 400px;
  }

  /* お知らせ */
  .info {
    padding: 20px;
  }
  .info h3 {
    font-size: 1.4rem;
    padding-top: 2rem;
  }
  .info .inner {
    max-width: initial;
  }
  .info .infoCol {
    display: flex;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
  }
  .info .infoCol .thumb {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
  }
  .info .infoCol .thumb img {
    width: 100%;
    height: auto;
  }
  .info .infoCol .cont {
    width: 100%;
    font-size: 0.85rem;
    line-height: 1.5rem;
    padding: 10px;
  }

  .tbl01 {
    width: 100%;
    font-size: 0.85rem;
    line-height: 1.3rem;
    margin-bottom: 2.5rem;
  }
  .tbl01 th {
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
    text-align: left;
    padding: 5px 8px;
    vertical-align: initial;
    background-color: #ececec;
  }
  .tbl01 td {
    display: block;
    padding: 8px;
    margin-bottom: 1rem;
  }

  .concept .copy {
    width: 100%;
    top: 75%;
  }
  .concept .copy h4 {
    width: 90%;
    font-size: 1.2rem;
    line-height: 2.1rem;
    margin: auto;
  }

  /* コンセプト2 */

  .concept2 .inner {
    max-width: initial;
    padding: 40px 20px 20px;
    margin: auto;
  }
  .concept2 h3 {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 2rem;
  }
  .concept2 .cont {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
}

/*------------------------------PC & Tab用------------------------------*/
@media screen and (min-width: 661px) {
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 661px) and (max-width: 959px) {
}
