@charset "UTF-8";
.loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.loading #loading-animation {
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 450px;
  width: 100%;
}

.main {
  position: relative;
}

.home img {
  vertical-align: bottom;
}

.home h3 {
  font-family: "Raleway", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 60px;
}

.home section {
  margin-bottom: 240px;
}

@media screen and (max-width: 768px) {
  .home h3 {
    margin-bottom: 40px;
  }
  .home section {
    margin-bottom: 70px;
  }
}

.home .main {
  overflow: hidden;
}

.home .main p {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.home .mv {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.home .mv .container {
  position: relative;
}

.home .mv .mv_ttl_wrap {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: 2;
}

.home .mv .mv_ttl_wrap .mv_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: 10px;
  margin-bottom: 3rem;
}

.home .mv .mv_ttl_wrap .mv_ttl_sub {
  font-family: "Raleway", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 5px;
  margin-bottom: 1rem;
}

.home .mv .mv_ttl_wrap .mv_ttl_txt {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 3px;
  font-weight: 300;
}

.home .mv .mv_video {
  display: none;
  width: 100%;
  position: relative;
  right: -155px;
}

@media screen and (max-width: 768px) {
  .home .mv .mv_ttl_wrap {
    left: 20px;
  }
  .home .mv .mv_ttl_wrap .mv_ttl {
    font-size: 2.4rem;
    letter-spacing: 6px;
  }
  .home .mv .mv_ttl_wrap .mv_ttl_sub {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .home .mv .mv_ttl_wrap .mv_ttl_txt {
    font-size: 1.4rem;
  }
  .home .mv .container {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .mv .mv_ttl_wrap {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 100px;
    padding: 0 20px;
  }
  .home .mv .mv_video {
    position: static;
  }
  .home .mv .mv_video video {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .home .mv .mv_ttl_wrap .mv_ttl {
    font-size: 1.9rem;
  }
}

.home .top-news {
  position: relative;
  z-index: 2;
  margin-top: -70px;
}

.home .top-news .news_wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.home .top-news .news_wrap .news_img1 {
  width: 630px;
  height: 475px;
  background: #000;
  border-radius: 5px;
  position: relative;
  left: -155px;
  z-index: 1;
}

.home .top-news .news_wrap .news_img2 {
  width: 630px;
  height: 230px;
  background: #c0b079;
  border-radius: 5px;
  position: absolute;
  top: -110px;
  left: 50px;
  z-index: 0;
}

.home .top-news .news_wrap .news_txt {
  width: 50%;
}

.home .top-news .news_wrap .news_txt .notice {
  text-align: center;
  background: #181818;
  border: 1px solid #fff;
  display: block;
  padding: 8px 0;
  margin-bottom: 40px;
  position: relative;
  top: 10px;
}

.home .top-news .news_wrap .news_txt .notice .notice_ttl {
  font-family: "Noto Serif JP", serif;
  color: #ede07d;
}

.home .top-news .news_wrap .news_txt .notice .notice_txt {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 90%;
}

.home .top-news .news_wrap .news_txt .news_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.home .top-news .news_wrap .news_txt .news_ttl h3 {
  text-align: left;
  margin-right: 50px;
  margin-bottom: 0;
}

.home .top-news .news_wrap .news_txt .news_ttl .news_btn a {
  display: block;
  padding: 5px 50px;
  border-bottom: 1px solid #000;
  background: #fff;
}

.home .top-news .news_wrap .news_txt .news_ttl .news_btn a:hover {
  opacity: 1;
  padding: 5px 20px;
  margin-left: 30px;
}

.home .top-news .news_wrap .news_txt .news_li {
  display: block;
  letter-spacing: 2px;
}

.home .top-news .news_wrap .news_txt .news_li:not(:last-of-type) {
  margin-bottom: 30px;
}

.home .top-news .news_wrap .news_txt .news_li .date {
  color: #797979;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .home .top-news {
    margin-top: 0;
  }
  .home .top-news .news_wrap .news_img1 {
    width: 180px;
    height: 90px;
    position: absolute;
    top: -300px;
    left: -25px;
  }
  .home .top-news .news_wrap .news_img2 {
    width: 215px;
    height: 90px;
    left: -5px;
    top: -320px;
    z-index: 1;
  }
  .home .top-news .news_wrap .news_txt {
    width: 100%;
    margin-top: 140px;
  }
  .home .top-news .news_wrap .news_txt .notice {
    position: static;
  }
  .home .top-news .news_wrap .news_txt .notice .notice_ttl {
    margin-bottom: 5px;
  }
  .home .top-news .news_wrap .news_txt .notice .notice_txt {
    font-size: 1.2rem;
  }
  .home .top-news .news_wrap .news_txt .news_ttl {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 375px) {
  .home .top-news .news_wrap .news_txt .news_ttl .news_btn a {
    padding: 5px 15px;
  }
  .home .top-news .news_img1 {
    top: -360px;
  }
  .home .top-news .news_img2 {
    top: -390px;
  }
}

.home .top-banners .banner_wrap .iogus {
  width: 100%;
  margin: 0 auto;
}

.home .top-banners .banner_wrap > *:nth-of-type(n + 2) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .home .top-banners .banner_wrap .iogus {
    width: 100%;
  }
  .home .top-banners .banner_wrap > * {
    width: 100%;
  }
  .home .top-banners .banner_wrap > *:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}

.home .top-category .category a {
  display: block;
  border-radius: 12px;
}

.home .top-category .category a img {
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.home .top-category .category a:hover {
  opacity: 1;
}

.home .top-category .category a:hover img {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}

.home .top-category .category p {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .home .top-category .category p {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.home .top-category .category_wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .top-category .category_wrap > * {
  width: calc(100% / 3 - 10%);
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.home .top-category .category_wrap > *:nth-of-type(n + 4) {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .home .top-category .category_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home .top-category .category_wrap > * {
    width: calc(100% / 2 - 2%);
    margin-left: 0;
    margin-right: 0;
  }
  .home .top-category .category_wrap > *:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .home .top-category .category_wrap > *:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

.home .top-brand {
  background: url(../img/top/bg_brand.png) center center/cover no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: color;
  position: relative;
}

.home .top-brand .brand_video {
  position: relative;
  top: 0;
}

.home .top-brand .brand_video video {
  width: 100%;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  max-height: 870px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home .top-brand .brand_video:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.home .top-brand .container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 3;
}

.home .top-brand h3 {
  color: #fff;
  margin-bottom: 140px;
}

.home .top-brand .col-4 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home .top-brand .col-4 > * {
  width: calc(100% / 4);
  padding: 0 10px;
}

.home .top-brand .brand a {
  display: block;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  -ms-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
}

.home .top-brand .brand a:hover {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.8);
  -ms-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 768px) {
  .home .top-brand .brand_video video {
    height: 620px;
    -o-object-position: top 50% right 35%;
       object-position: top 50% right 35%;
  }
  .home .top-brand h3 {
    margin-bottom: 40px;
  }
  .home .top-brand .col-4 > * {
    width: calc(100% / 2 - 5%);
    padding: 0 10px;
  }
  .home .top-brand .col-4 > *:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .home .top-brand .col-4 > *:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}

@media screen and (width: 768px) {
  .home .top-brand .brand_video video {
    height: 700px;
    -o-object-position: center;
       object-position: center;
  }
  .home .top-brand .col-4 > * {
    width: calc(100% / 3 - 2%);
  }
  .home .top-brand .col-4 > *:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .home .top-brand .col-4 > *:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}

.home .top-concept .concept_wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .top-concept .concept_wrap .concept_img {
  width: 75%;
  position: relative;
  left: -155px;
}

.home .top-concept .concept_wrap .concept_img:after {
  content: "本社オフィス2F リフレッシュルーム（テラス）";
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.home .top-concept .concept_wrap .concept_txt {
  max-width: 300px;
  width: 25%;
  text-align: center;
}

.home .top-concept .concept_wrap .concept_txt p {
  line-height: 2.8;
}

.home .top-concept .concept_wrap .concept_txt .concept_btn {
  margin-top: 40px;
}

.home .top-concept .concept_wrap .concept_txt .concept_btn a {
  padding: 20px 90px;
  border-bottom: 1px solid #000;
}

.home .top-concept .concept_wrap .concept_txt .concept_btn a:hover {
  opacity: 1;
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .home .top-concept .container {
    padding: 0;
  }
  .home .top-concept .concept_wrap {
    position: relative;
  }
  .home .top-concept .concept_wrap .concept_img {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
  }
  .home .top-concept .concept_wrap .concept_img:after {
    font-size: 1.2rem;
  }
  .home .top-concept .concept_wrap .concept_txt {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  .home .top-concept .concept_wrap .concept_txt h3 {
    margin-bottom: 320px;
  }
  .home .top-concept .concept_wrap .concept_txt .concept_btn {
    margin-top: 45px;
  }
  .home .top-concept .concept_wrap .concept_txt .concept_btn a {
    padding: 15px 70px;
  }
  .home .top-concept .concept_wrap .concept_txt .concept_btn a:hover {
    padding: 15px 30px;
  }
}
