@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.ibm-plex-sans {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
}

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

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  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;
}
*/
/*

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

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
.home .header_drawer_toggle .gnav-trg span.txt:before {
  color: #fff;
}

/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  overflow: hidden;
  height: calc(100vh);
  position: relative;
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
  /******************************/
  /* swiper TOPのみ制御 */
  /******************************/
}

@media screen and (max-width: 767px) {
  #main_visual {
    height: calc(100vh - 60px);
  }
}

#main_visual .mv_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

#main_visual .copy_text {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: calc(50% - 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #main_visual .copy_text {
    top: calc(50% - 50px);
    width: 80%;
  }
}

#main_visual .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: calc(100vh);
}

#main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh);
}

@media screen and (max-width: 1280px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}

@media screen and (max-width: 1280px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}

#main_visual .swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #main_visual .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}

#main_visual .swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  border-radius: initial;
}

@media screen and (max-width: 767px) {
  #main_visual .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}

#main_visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}

#main_visual .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

/* -------------- */
/* works */
/* ------------- */
/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
.home .thum_list li {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width: 1024px) {
  .home .thum_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .home .thum_list li:last-child {
    margin-bottom: 0;
  }
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_sec01 {
  position: relative;
  z-index: 1;
}

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

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

.tp_sec04 {
  padding: 100px 0;
  background-color: #FFF4DB;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec04 {
    padding: 50px 0;
  }
}

.tp_sec04 .reason_bnr_bg {
  background-color: #F9E8C2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 40px 20px;
}

.tp_sec04 .reason_bnr_bg li {
  margin-bottom: 20px;
}

.tp_sec04 .reason_bnr_bg li:last-child {
  margin-bottom: 0;
}

.tp_sec05 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec05 {
    padding: 50px 0;
  }
}

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

.tp_sec07 {
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec07 {
    padding: 50px 0 0;
  }
}

.tp_sec07 .layout_c {
  gap: 0;
}

@media screen and (max-width: 1024px) {
  .tp_sec07 .layout_c {
    display: block;
  }
}

.tp_sec07 .layout_c li {
  width: 50%;
  position: relative;
  height: 330px;
}

@media screen and (max-width: 1024px) {
  .tp_sec07 .layout_c li {
    width: 100%;
    height: 154px;
  }
}

.tp_sec07 .layout_c li a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.tp_sec07 .layout_c li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.tp_sec07 .layout_c li a:hover:before {
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.tp_sec07 .layout_c li a .trivia_bnr_txt {
  position: absolute;
  bottom: 20px;
  font-size: 40px;
  font-weight: bold;
  z-index: 2;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .tp_sec07 .layout_c li a .trivia_bnr_txt {
    font-size: 20px;
  }
}

.tp_sec07 .layout_c li:nth-child(1) a:before {
  background-color: #AF3000b3;
}

.tp_sec07 .layout_c li:nth-child(1) a .trivia_bnr_txt {
  right: 20px;
}

.tp_sec07 .layout_c li:nth-child(2) a:before {
  background-color: #333333b3;
}

.tp_sec07 .layout_c li:nth-child(2) .trivia_bnr_txt {
  left: 20px;
  color: #FFB300;
}

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

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

.tp_news {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_news {
    padding: 50px 0;
  }
}

/*# sourceMappingURL=css_map/style_home.css.map */
