@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

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

.cardo {
  font-family: "Cardo", 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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home header.fixed {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}

.home header.fixed .h-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.home header.fixed #menu-header-navi li a {
  color: #333;
}

.home .header_drawer_toggle .gnav-trg span.line,
.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.line,
.home .header_drawer_toggle.fixed .gnav-trg::before,
.home .header_drawer_toggle.fixed .gnav-trg::after {
  background-color: #333;
}

.home .header_drawer_toggle .gnav-trg span.txt:before {
  color: #fff;
}

/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 100px);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: mv_bg 0.7s ease-out;
          animation: mv_bg 0.7s ease-out;
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
  /* -- -- */
  /******************************/
  /* swiper MAINのみ制御 */
  /******************************/
}

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

#main_visual .swiper-slide-active .swiper-img,
#main_visual .swiper-slide-duplicate-active .swiper-img,
#main_visual .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 4s linear 0s normal both;
          animation: zoomUp 4s linear 0s normal both;
}

#main_visual .copy_text {
  width: 28%;
  max-width: 560px;
  height: 100%;
  color: #fff;
  background-color: #F8B622;
  position: absolute;
  z-index: 2;
  top: calc(0px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: sdb05 0.7s ease-out;
  animation: sdb05 0.7s ease-out;
}

@media screen and (max-width: 767px) {
  #main_visual .copy_text {
    width: 100%;
    height: 19%;
    -webkit-animation: sdb05sp 0.7s ease-out;
            animation: sdb05sp 0.7s ease-out;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

#main_visual .copy_text .mv_logo01 {
  position: absolute;
  z-index: 1;
  top: calc(50%);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}

@media screen and (max-width: 767px) {
  #main_visual .copy_text .mv_logo01 {
    width: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

#main_visual .copy_text .mv_logo02 {
  position: absolute;
  z-index: 1;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #main_visual .copy_text .mv_logo02 {
    width: 25%;
    right: 20px;
    top: 50%;
    bottom: initial;
    left: initial;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

#main_visual .copy_text .mv_logo02 img {
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  #main_visual .copy_text .mv_logo02 img {
    max-width: inherit;
    width: 100%;
  }
}

@-webkit-keyframes sdb05 {
  0% {
    height: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

@keyframes sdb05 {
  0% {
    height: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes sdb05sp {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes sdb05sp {
  0% {
    width: 0;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes mv_bg {
  0% {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 1;
  }
  50% {
    -webkit-filter: grayscale(60%);
            filter: grayscale(60%);
    opacity: 1;
  }
  100% {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
  }
}

@keyframes mv_bg {
  0% {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 1;
  }
  50% {
    -webkit-filter: grayscale(60%);
            filter: grayscale(60%);
    opacity: 1;
  }
  100% {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
  }
}

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

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

@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;
  }
}

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

/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
@media screen and (max-width: 767px) {
  .home .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .thum_list li {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width: 1024px) {
  .home .thum_list li {
    width: calc(100% / 2 - 10px);
  }
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_lead {
  background-color: #000;
  background-image: url(../images/home/tp_lead/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

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

.tp_lead .lead_ttl {
  font-family: "Cardo", serif;
  font-size: 40px;
}

@media screen and (max-width: 1024px) {
  .tp_lead .lead_ttl {
    font-size: 26px;
  }
}

.tp_lead .lead_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .tp_lead .lead_txt {
    font-size: 16px;
  }
}

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

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

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

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

.tp_sec01:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F3F1EE;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .layout_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .layout_a .imgbox {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .layout_a .txtbox {
    margin-bottom: 20px;
  }
}

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

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

.tp_sec02 iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 54/44;
}

.tp_sec03 {
  padding: 100px 0;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 1;
}

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

.tp_sec03 .contents_wrap.w1360 p {
  padding: 0 10%;
}

.tp_sec03 .ttl02.type01 .eng_txt {
  color: #fff;
}

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

.tp_sec04 {
  position: relative;
}

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

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

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

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

.tp_sec05 {
  position: relative;
}

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

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

.tp_sec05 .box_b {
  padding: 100px 0;
  position: relative;
  background-color: #F3F1EE;
  z-index: 1;
}

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

.tp_sec06 {
  position: relative;
}

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

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

.tp_sec06 .box_b {
  padding: 100px 0;
  position: relative;
  background-color: #F3F1EE;
  z-index: 1;
}

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

.tp_sec04 .box_b .layout_b .imgbox img,
.tp_sec05 .box_b .layout_b .imgbox img,
.tp_sec06 .box_b .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 670/446;
}

.tp_sec04 .box_b .layout_b .txtbox .h3,
.tp_sec05 .box_b .layout_b .txtbox .h3,
.tp_sec06 .box_b .layout_b .txtbox .h3 {
  color: #87620B;
}

.tp_sec04 .box_b .sub_images_ul.cul4 li img,
.tp_sec05 .box_b .sub_images_ul.cul4 li img,
.tp_sec06 .box_b .sub_images_ul.cul4 li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

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

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

.tp_sec07 .sec07_ttl_num {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 46px;
}

@media screen and (max-width: 767px) {
  .tp_sec07 .sec07_ttl_num {
    font-size: 28px;
  }
}

.tp_sec07 .layout_b .imgbox,
.tp_sec07 .layout_a .imgbox {
  width: 55%;
}

@media screen and (max-width: 1024px) {
  .tp_sec07 .layout_b .imgbox,
  .tp_sec07 .layout_a .imgbox {
    width: 100%;
  }
}

.tp_sec07 .layout_b .imgbox img,
.tp_sec07 .layout_a .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 55/70;
}

.tp_sec07 .layout_sec04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tp_sec07 .layout_sec04 .imgbox01 {
  width: 30%;
}

.tp_sec07 .layout_sec04 .imgbox01 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 80/90;
}

.tp_sec07 .layout_sec04 .txtbox01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}

.tp_sec07 .layout_sec04 .txtbox01 .price_txt {
  font-size: 15px;
}

.tp_sec07 .layout_sec04 .txtbox01 .price_txt span {
  font-size: 13px;
}

.tp_sec08 {
  padding: 100px 0;
  background-color: #000000;
  color: #fff;
  position: relative;
  z-index: 1;
}

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

.tp_sec08 .flow_list02 .layout_a,
.tp_sec08 .flow_list02 .layout_b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tp_sec08 .flow_list02 .layout_a .imgbox,
.tp_sec08 .flow_list02 .layout_b .imgbox {
  width: 25%;
}

.tp_sec08 .flow_list02 .layout_a .imgbox figure img,
.tp_sec08 .flow_list02 .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

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

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

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

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

.tp_sec10 .infobox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  border: solid 3px #000;
  padding: 30px 50px;
}

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

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

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