@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

トップページ用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #main_visual {
    height: calc(80vh - 60px);
  }
}

/** MV GLID**************/
.mv_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mv_list.collage {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  margin: 10px;
  width: calc(100% - 20px);
  height: 100%;
  grid-gap: 20px;
  grid-template-areas: "collage_img01 collage_img03 collage_img02" "collage_img01 collage_img03 collage_img05" "collage_img04 collage_img03 collage_img05";
}
@media (max-width: 767px) {
  .mv_list.collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: "collage_img01 collage_img02" "collage_img03 collage_img03" "collage_img04 collage_img05";
  }
}
.mv_list.collage li {
  width: 100%;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.mv_list.collage li:nth-child(1) {
  grid-area: collage_img01;
}
.mv_list.collage li:nth-child(2) {
  grid-area: collage_img02;
}
.mv_list.collage li:nth-child(3) {
  grid-area: collage_img03;
}
.mv_list.collage li:nth-child(4) {
  grid-area: collage_img04;
}
.mv_list.collage li:nth-child(5) {
  grid-area: collage_img05;
}

/***/
.mv_logo_area {
  width: 100vw;
  height: 100%;
  /*aspect-ratio: 1600 / 852;*/
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  opacity: 0;
  /* -webkit-transform: scale(0.4); */
  /* transform: scale(0.4); */
}
.mv_logo_area.active {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.mv_logo_area figure {
  max-width: 600px;
  position: absolute;
  top: calc(50% - 0px);
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*
  .swiper-slide-active .swiper-img,
  .swiper-slide-duplicate-active .swiper-img,
  .swiper-slide-prev .swiper-img {
    animation: zoomUp 8.5s linear 0s normal;
  }
*/
.swiper-slide-active .swiper-img {
  -webkit-animation: zoomUp 8s ease-in 0s normal;
          animation: zoomUp 8s ease-in 0s normal;
}

.mv_logo {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 45vw;
  z-index: 555;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mv_logo figure {
  margin: 0;
  text-align: center;
}

.copy_text {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 10%;
  left: 10%;
}
@media (max-width: 1024px) {
  .copy_text {
    top: auto;
    bottom: 10%;
    width: 70%;
    left: 5%;
    -webkit-transform: none;
            transform: none;
  }
}

/******************************/
/* swiper TOPのみ制御 */
/******************************/
.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
.swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}
@media (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}

.swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  border-radius: initial;
}
@media (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

/* -------------- */
/* ヘッダー */
/* ------------- */
@media (max-width: 767px) {
  .home header .h-logo .h1 a img {
    display: none;
  }
  .home header .h-logo .h1 a img + img {
    display: block;
  }
}
.home .header_drawer_toggle .gnav-trg span,
.home .header_drawer_toggle .gnav-trg::before,
.home .header_drawer_toggle .gnav-trg::after {
  background-color: #fff;
}
@media (max-width: 767px) {
  .home .header_drawer_toggle .gnav-trg span,
  .home .header_drawer_toggle .gnav-trg::before,
  .home .header_drawer_toggle .gnav-trg::after {
    background-color: #333;
  }
}
.home .header_drawer_toggle.fixed .gnav-trg span,
.home .header_drawer_toggle.fixed .gnav-trg::before,
.home .header_drawer_toggle.fixed .gnav-trg::after {
  background-color: #333;
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_news {
  padding: 80px 0 0;
  background-color: #F7F6F9;
}
@media (max-width: 1024px) {
  .tp_news {
    padding: 50px 0 0;
  }
}

.tp_sec01 {
  padding: 90px 0 0;
}
@media (max-width: 767px) {
  .tp_sec01 {
    padding: 45px 0 0;
  }
}
.tp_sec01 .layout_sec01 .ttlbox {
  width: 300px;
}
@media (max-width: 767px) {
  .tp_sec01 .layout_sec01 .ttlbox {
    width: 100%;
  }
}
.tp_sec01 .btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 767px) {
  .tp_sec01 .btn_flex {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tp_sec01 .btn_flex li {
    margin-bottom: 15px;
  }
  .tp_sec01 .btn_flex li:last-child {
    margin-bottom: 0;
  }
}

.tp_sec02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .tp_sec02 {
    padding: 0 0 50px;
  }
}
.tp_sec02 .lead {
  position: relative;
  background-image: url(../images/home/tp_sec02_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  width: 100%;
  height: 100%;
  max-height: 575px;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .tp_sec02 .lead {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .tp_sec02 .layout_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.tp_sec02 .layout_a .imgbox figure {
  text-align: center;
}
.tp_sec02 .layout_a .imgbox figure img {
  width: 50%;
}
@media (max-width: 1024px) {
  .tp_sec02 .layout_a .txtbox {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.tp_sec03 {
  position: relative;
  z-index: 1;
}

.tp_sec04 {
  position: relative;
  z-index: 1;
  background-color: #F7F6F9;
}

.tp_sec05 {
  position: relative;
  z-index: 1;
}
/*# sourceMappingURL=css_map/style_home.css.map */
