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

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用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: #B44E37e6;
}

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

.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);
  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 .copy_text {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: calc(54% - 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: 60%;
  }
}

#main_visual .mv_scr {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 125px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

#main_visual .mv_scr .line {
  width: 1px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
}

#main_visual .mv_scr .line:before {
  content: '';
  width: 0;
  height: 100%;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sdb05 2s infinite;
  animation: sdb05 2s infinite;
}

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

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

@media screen and (max-width: 767px) {
  #main_visual .swiper-pagination .swiper-pagination-bullet {
    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 TOPのみ制御 */
  /******************************/
}

.side-slider_area .swiper-slide {
  opacity: .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;
}

.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 screen and (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 screen and (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 screen and (max-width: 767px) {
  .side-slider_area .swiper-button-next {
    right: 2%;
  }
}

.side-slider_area .swiper-button-prev {
  left: 1.5%;
}

@media screen and (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 screen and (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 screen and (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-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 screen and (max-width: 1280px) {
  .side-slider_area .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}

@media screen and (max-width: 1280px) {
  .side-slider_area .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_sec01 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

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

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

.tp_sec01 .layout_a .imgbox {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .layout_a .imgbox {
    width: 100%;
    margin-top: 25px;
  }
  .tp_sec01 .layout_a .imgbox figure {
    text-align: center;
  }
  .tp_sec01 .layout_a .imgbox figure img {
    width: 50%;
  }
}

.tp_sec01 .layout_b .imgbox {
  width: 53%;
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .layout_b .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
  .tp_sec01 .layout_b .imgbox:last-child {
    margin-bottom: 0;
  }
}

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

.tp_sec02 .layout_c {
  background-image: url(../images/home/sec02/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

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

.tp_sec02 .layout_c .img_area {
  background-image: url(../images/home/sec02/img_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  aspect-ratio: 96/65;
  background-color: #000;
  height: auto;
}

@media screen and (max-width: 1620px) {
  .tp_sec02 .layout_c .img_area {
    margin-right: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .layout_c .img_area {
    width: 100%;
    margin: 0;
  }
}

.tp_sec02 .layout_c .txt_area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .layout_c .txt_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.tp_sec02 .layout_c .txt_area .price_area {
  color: #DE0011;
  font-style: italic;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: clamp(38px, 2.205rem + 0.73vw, 2.75rem);
}

.tp_sec02 .layout_c .txt_area .price_area span {
  font-family: inherit;
  font-style: normal;
  font-size: 15px;
}

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

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

#imageData #imageDetails #controls,
#imageData #imageDetails {
  display: none;
}

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

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

.tp_sec04 .box {
  margin-bottom: 40px;
}

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

.tp_sec04 .box .txt01 {
  color: #582701;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .tp_sec04 .box .sub_images_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px 10px;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec04 .box .sub_images_ul li {
    width: calc(100% / 2 - 5px);
  }
}

.tp_sec04 .box .sub_images_ul li p {
  font-size: 14px;
}

.tp_sec04 .box .sub_images_ul li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/268;
  -o-object-position: center;
     object-position: center;
}

.tp_sec04 .box .sub_images_ul li .price_txt {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  color: #DE0011;
}

.tp_sec04 .box .sub_images_ul li .price_txt .jp_txt {
  font-size: 13px;
  font-style: normal;
}

.tp_sec04 .box .bent_txt {
  color: #582701;
  font-weight: 500;
}

.tp_sec04 .box .bent_txt h4 {
  color: #DE0011;
  font-size: clamp(16px, 0.886rem + 0.48vw, 1.25rem);
}

.tp_lead01 {
  position: relative;
  background-image: url(../images/home/lead/lead_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/740;
}

.tp_lead01:before {
  content: "";
  display: inline-block;
  background-image: url(../images/home/tp_lead_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 185.76px;
  height: 185.09px;
  position: absolute;
  bottom: 20px;
  right: 40px;
}

@media screen and (max-width: 1024px) {
  .tp_lead01:before {
    width: calc(185.76px / 3);
    height: calc(185.09px / 3);
    right: 20px;
  }
}

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

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

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

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

.tp_sec06 h2 {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tp_sec06 h2 img {
    width: 70%;
  }
}

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

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

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

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

.tp_sec09 {
  padding: 100px 0;
  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_sec11 {
  padding: 100px 0;
  background-color: #F9F4EA;
  position: relative;
  z-index: 1;
}

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

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