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

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.cardo { /*400,700,ITARIC*/
  font-family: "Cardo", serif;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  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;
  aspect-ratio: 1920/720;
  height: auto;
  position: relative;
  height: auto;
}
@media (max-width: 1024px) {
  #main_visual {
    aspect-ratio: 1920/1200;
  }
}
@media (max-width: 767px) {
  #main_visual {
    height: auto;
  }
}
#main_visual:before {
  content: "";
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}
#main_visual {
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
}
#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 (max-width: 767px) {
  #main_visual .copy_text {
    top: calc(50% - 50px);
    width: 80%;
  }
}
#main_visual .mv_news {
  position: absolute;
  bottom: 20px;
  left: 3%;
  z-index: 1;
}
#main_visual .mv_news h3 {
  color: #fff;
  font-weight: normal;
  font-family: "Cardo", serif;
}
#main_visual .mv_news .mv_news_box {
  width: 410px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  #main_visual .mv_news .mv_news_box {
    width: 96%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#main_visual .mv_news .mv_news_box .imgbox {
  width: 105px;
  height: 105px;
  background-color: #fff;
}
#main_visual .mv_news .mv_news_box .txtbox {
  background-color: #EBE0BD;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main_visual .mv_news .mv_news_box .txtbox .date_area {
  font-size: 13px;
}
#main_visual .mv_news .mv_news_box .txtbox .limit_text_2 {
  font-size: 14px;
}
#main_visual .swiper-container {
  width: 100%;
  height: auto;
  position: static;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 1401px) {
  #main_visual .swiper-container {
    max-width: inherit;
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
#main_visual .scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 10px;
  left: 50%;
}
@media (max-width: 1024px) {
  #main_visual .scrolldown2 {
    display: none;
  }
}
#main_visual {
  /*Scrollテキストの描写*/
}
#main_visual .scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -185px;
  /*テキストの形状*/
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}
#main_visual {
  /* 丸の描写 */
}
#main_visual .scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
#main_visual {
  /*下からの距離が変化して丸の全体が上から下に動く*/
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 160px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 160px;
  }
  100% {
    bottom: -5px;
  }
}
#main_visual {
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
#main_visual {
  /* 線の描写 */
}
#main_visual .scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 160px;
  background: #eee;
}
#main_visual {
  /******************************/
  /* swiper TOPのみ制御 */
  /******************************/
}
#main_visual .swiper-container {
  background-color: #fff;
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: auto;
  height: 90%;
  background: none;
  border: none;
  border-radius: 0;
  text-align: center;
}
@media screen and (max-width: 1401px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide {
    background: none;
    border: none;
    border-radius: 0;
    text-align: center;
  }
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1401px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1280px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1920/720;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1401px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide img {
    aspect-ratio: 1920/1200;
  }
}
#main_visual .swiper-pagination {
  /* top: 40%; */
  left: 0;
  right: 0;
  bottom: 20px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  #main_visual .swiper-pagination {
    left: inherit;
    right: 15px;
    bottom: inherit;
    top: 15px;
    width: auto;
    margin-top: 0;
  }
}
#main_visual .swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #main_visual .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    background-color: #ddd;
    margin-right: 5px;
  }
}
#main_visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D1AE3F;
  opacity: 1;
}
#main_visual .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

/******************************/
/* サイドスライダー */
/******************************/
.side-slider_area {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.side-slider_area .swiper-button-next,
.side-slider_area .swiper-button-prev {
  top: 50%;
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-next,
  .side-slider_area .swiper-button-prev {
    top: 10%;
    width: 25px;
    height: 25px;
  }
}
.side-slider_area .swiper-button-next:before, .side-slider_area .swiper-button-next:after,
.side-slider_area .swiper-button-prev:before,
.side-slider_area .swiper-button-prev:after {
  font-size: 22px;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-next:before, .side-slider_area .swiper-button-next:after,
  .side-slider_area .swiper-button-prev:before,
  .side-slider_area .swiper-button-prev:after {
    font-size: 12px;
  }
}
.side-slider_area .swiper-button-next {
  right: 1.5%;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-next {
    right: 2%;
  }
}
.side-slider_area .swiper-button-prev {
  left: 1.5%;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-button-prev {
    left: 2%;
  }
}
.side-slider_area .swiper-pagination {
  /* top: 40%; */
  position: absolute !important;
  bottom: 55px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .side-slider_area .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}
.side-slider_area .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) {
  .side-slider_area .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}
.side-slider_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}
.side-slider_area .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.side-slider_area {
  /******************************/
  /* swiper TOPのみ制御 */
  /******************************/
}
.side-slider_area .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 100px);
}
.side-slider_area .swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh - 100px);
}
@media (max-width: 1280px) {
  .side-slider_area .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}
@media (max-width: 1280px) {
  .side-slider_area .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}

/* -------------- */
/* works */
/* ------------- */
/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
@media (max-width: 767px) {
  .home .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .thum_list li {
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .home .thum_list li {
    width: calc(50% - 10px);
  }
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_sec01 {
  padding: 100px 0 200px;
  background-color: #F8F6F2;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec01 {
    padding: 50px 0 100px;
  }
}
.tp_sec01 .main-catch__video {
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.tp_sec01 .sec01_ttl span {
  position: relative;
}
.tp_sec01 .sec01_ttl span:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -15px;
  background-color: #EBE0BD;
  width: 100%;
  height: 0.7em;
  z-index: -1;
  padding: 0 15px;
}
.tp_sec01 .f46 {
  line-height: 1.4;
}
.tp_sec01 .sec01_btm {
  background-color: #fff;
  background-image: url(../images/home/sec01/sec01_btm.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .tp_sec01 .sec01_btm {
    height: 72.94px;
  }
}

.tp_sec02 {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec02 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .tp_sec02 .layout_d {
    width: 100%;
  }
}
.tp_sec02 .layout_d .imgbox {
  position: relative;
  overflow: hidden;
}
.tp_sec02 .layout_d .imgbox ul {
  aspect-ratio: 1080/640;
}
.tp_sec02 .layout_d .imgbox ul li {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1080/640;
}
.tp_sec02 .layout_d .imgbox ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1080/640;
}

.tp_sec03 {
  padding: 100px 0;
  background-color: #F8F6F2;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec03 {
    padding: 50px 0;
  }
}
.tp_sec03 .vertical_num {
  position: absolute;
  left: 15px;
  top: 15px;
}

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

.tp_sec05 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec05 {
    padding: 50px 0;
  }
}

.tp_sec06 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec06 {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=css_map/style_home.css.map */
