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

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

.lato {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

.radley {
  font-family: "Radley", 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: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #main_visual {
    height: 60vh;
  }
}
#main_visual {
  /*
   .swiper-slide-active .swiper-img {
     animation: zoomUp 6s linear 0s normal both;
   }*/
}
#main_visual .copy_text {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: calc(50% - 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}
@media (max-width: 767px) {
  #main_visual .copy_text {
    width: 90%;
  }
}
#main_visual .copy_text img {
  display: block;
}
@media (max-width: 767px) {
  #main_visual .copy_text img {
    display: none;
  }
}
#main_visual .copy_text img + img {
  display: none;
}
@media (max-width: 767px) {
  #main_visual .copy_text img + img {
    display: block;
  }
}
#main_visual {
  /* -- -- */
}
@-webkit-keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}
#main_visual {
  /******************************/
  /* swiper TOPのみ制御 */
  /******************************/
}
#main_visual .swiper-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide {
    height: 100vh;
  }
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}
@media (max-width: 1280px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 60vh;
  }
}
#main_visual .swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}
@media (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 (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;
}

/******************************/
/* サイドスライダー */
/******************************/
.side-slider_area .swiper-slide {
  opacity: 0.3;
  /* 左右のスライドを薄くする */
  /* 左右のスライドを小さくする */
  /* ゆっくり小さくさせる */
}
.side-slider_area .swiper-slide.swiper-slide-active {
  opacity: 1;
  /* 中央のスライドは薄くしない */
  /* 中央のスライドは小さくしない */
  z-index: 1;
}
.side-slider_area .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  border-radius: 20px;
}
.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;
}

/* -------------- */
/* works */
/* ------------- */
/* -------------- */
/* 実績 SLICK */
/* ------------- */
.slick_slider .slick-slide {
  padding: 0 5px;
}
.slick_slider .slick-slide:nth-child(even) img {
  position: relative;
  padding-top: 30px;
}

.img_slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_news {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  position: relative;
  background-color: #FFFFFF;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_news {
    padding: 50px 0;
  }
}

.tp_sec01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(65%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 65%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  border-bottom: solid 10px;
  -o-border-image: linear-gradient(90deg, #F3C65F 0%, #FFECAE 21%, #FFE57A 40%, #DFAC2A 64%, #E5A535 70%, #FFB614 87%, #FFDA6B 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#F3C65F), color-stop(21%, #FFECAE), color-stop(40%, #FFE57A), color-stop(64%, #DFAC2A), color-stop(70%, #E5A535), color-stop(87%, #FFB614), to(#FFDA6B)) 1;
     border-image: linear-gradient(90deg, #F3C65F 0%, #FFECAE 21%, #FFE57A 40%, #DFAC2A 64%, #E5A535 70%, #FFB614 87%, #FFDA6B 100%) 1;
}
@media (max-width: 767px) {
  .tp_sec01 {
    padding: 50px 0;
  }
}

.tp_sec02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec02/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-bottom: solid 10px;
  -o-border-image: linear-gradient(90deg, #F3C65F 0%, #FFECAE 21%, #FFE57A 40%, #DFAC2A 64%, #E5A535 70%, #FFB614 87%, #FFDA6B 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#F3C65F), color-stop(21%, #FFECAE), color-stop(40%, #FFE57A), color-stop(64%, #DFAC2A), color-stop(70%, #E5A535), color-stop(87%, #FFB614), to(#FFDA6B)) 1;
     border-image: linear-gradient(90deg, #F3C65F 0%, #FFECAE 21%, #FFE57A 40%, #DFAC2A 64%, #E5A535 70%, #FFB614 87%, #FFDA6B 100%) 1;
}
@media (max-width: 767px) {
  .tp_sec02 {
    padding: 50px 0;
  }
}

.tp_sec03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 0;
  position: relative;
  z-index: 1;
  background: transparent -webkit-gradient(linear, left top, right top, from(#F3C65F), color-stop(21%, #FFECAE), color-stop(40%, #FFE57A), color-stop(64%, #DFAC2A), color-stop(70%, #E5A535), color-stop(87%, #FFB614), to(#FFDA6B)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #F3C65F 0%, #FFECAE 21%, #FFE57A 40%, #DFAC2A 64%, #E5A535 70%, #FFB614 87%, #FFDA6B 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .tp_sec03 {
    padding: 50px 0;
  }
}
.tp_sec03 .sub_images_ul.cul2 .li a figure {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  aspect-ratio: 660/360;
}
.tp_sec03 .sub_images_ul.cul2 .li a figure img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 660/360;
  border-radius: 0;
}
.tp_sec03 .sub_images_ul.cul2 .li a figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.tp_sec03 .sub_images_ul.cul2 .li a figure figcaption img {
  width: 40%;
}
.tp_sec03 .sub_images_ul.cul2 .li a:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.tp_sec03 .sub_images_ul.cul2 .li a:hover figure figcaption img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.tp_sec04 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec04 {
    padding: 0 0 50px;
  }
}
.tp_sec04 .full_imgsize01 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/500;
}
.tp_sec04 .box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .tp_sec04 .box {
    padding: 50px 0 0;
  }
}
.tp_sec04 .sec04_ttl {
  font-family: "Radley", serif;
  font-weight: 400;
  line-height: 1;
  font-size: 100px;
}
@media (max-width: 767px) {
  .tp_sec04 .sec04_ttl {
    font-size: 30px;
  }
}

.tp_sec05 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  position: relative;
  z-index: 1;
  color: #fff;
  background-image: url(../images/home/sec05/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tp_sec05 {
    padding: 50px 0;
  }
}

.tp_sec06 {
  position: relative;
}

/******************************/
/* #JS　MASK */
/*
**JS
const targets = document.querySelectorAll('.js-inview');
	const observer = new IntersectionObserver((entries) => {
		entries.forEach(entry => {
			if (entry.isIntersecting) {
				entry.target.classList.add('is-show');
				observer.unobserve(entry.target);
			}
		});
	}, {
		rootMargin: '-20% 0px',
		threshold: 0
	});

	targets.forEach(el => observer.observe(el));

**HTML
<figure class="l-mask js-inview">
<img src="<?php bloginfo('template_directory'); ?>/images/no_images.jpg" alt="" class="l-zoomOut">
</figure>
*/
/******************************/
/* マスク用 */
.l-mask {
  overflow: hidden;
  position: relative;
}

/* 初期状態：マスクが下に被さってる */
.l-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  /* 背景色に合わせる */
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

/* 表示後：マスクが上に抜ける */
.l-mask.is-show::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

/* 画像ズームアウト */
.l-zoomOut {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 1.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 表示後 */
.l-mask.is-show .l-zoomOut {
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*# sourceMappingURL=css_map/style_home.css.map */
