@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.cinzel {
  font-family: "Cinzel", 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);
  }
}
#main_visual .copy_text {
  position: absolute;
  z-index: 2;
  top: calc(60% - 0px);
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  #main_visual .copy_text {
    top: auto;
    bottom: 10%;
    width: 90%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
#main_visual .copy_text figure img {
  max-width: 90%;
}
#main_visual .mv_btm01 {
  background-image: url(../images/home/mv_btm01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/110;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/** MV GLID**************/
/***/
/*
  .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;
}

/******************************/
/* 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;
}

/* -------------- */
/* works */
/* ------------- */
/* -------------- */
/* ABOUT */
/* ------------- */
/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_sec01 {
  position: relative;
  padding-top: 90px !important;
}
@media (max-width: 767px) {
  .tp_sec01 {
    padding-top: 50px !important;
  }
}

.tp_sec02 {
  position: relative;
  background-image: url(../images/common/pt_bg01.png);
  background-repeat: repeat;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .tp_sec02 {
    padding: 45px 0;
  }
}

.tp_sec03 {
  position: relative;
}

.tp_sec04 {
  position: relative;
}

.tp_sec05 {
  position: relative;
  background-image: url(../images/home/sec05/bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .tp_sec05 {
    padding: 45px 0;
  }
}

.tp_news {
  position: relative;
  background-color: #fff;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .tp_news {
    padding: 45px 0;
  }
}
/*# sourceMappingURL=css_map/style_home.css.map */
