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

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

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

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  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 #menu-header-navi li a {
  color: #333;
  border-left: dotted 1px #333;
}

.home header.fixed {
  background-color: #fff;
}

.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;
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
  /* -- -- */
}

@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: 40%;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: calc(50% - 0px);
  left: 31%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

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

/******************************/
/* swiper TOPのみ制御 */
/******************************/
.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 100px);
}

.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) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}

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

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

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

.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) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}

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

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

.zoom_img {
  display: block;
}

.zoom_img:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/icon/zoom_icon01.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  z-index: 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 {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  .tp_sec01 .half_flex {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .tp_sec01 .half_flex .half_box {
    width: 100%;
  }
}

.tp_sec01 .half_flex .half_box:nth-child(1) {
  background-image: url(../images/kokonotsu/kokonotsu_bg.jpg);
  background-repeat: repeat-y;
  color: #fff;
}

.tp_sec01 .half_flex .half_box:nth-child(1) .basic_menu_flex {
  background-color: #0B0146;
}

.tp_sec01 .half_flex .half_box:nth-child(2) {
  background-image: url(../images/nove/nove_bg.jpg);
  background-repeat: repeat;
}

.tp_sec01 .half_flex .half_box:nth-child(2) .basic_menu_flex {
  background-color: #513500;
}

.tp_sec01 .half_flex .half_box .box01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
}

.tp_sec01 .half_flex .half_box .box01 .box01_wrapp {
  margin: 0 auto;
  width: 85%;
}

@media screen and (max-width: 1280px) {
  .tp_sec01 .half_flex .half_box .box01 .box01_wrapp h2 {
    text-align: center;
  }
}

.tp_sec01 .half_flex .half_box .box01 .box01_wrapp .txtbox {
  margin-top: 15px;
  border-left: solid 8px #F9A300;
  padding-left: 15px;
  font-size: clamp(15px, 0.739rem + 0.85vw, 22px);
}

.tp_sec01 .half_flex .half_box .sub_images_ul {
  gap: 0;
}

@media screen and (max-width: 767px) {
  .tp_sec01 .half_flex .half_box .sub_images_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tp_sec01 .half_flex .half_box .sub_images_ul li {
  width: calc(100% / 3);
}

.tp_sec01 .half_flex .half_box .sub_images_ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

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

.tp_sec02 .parts_box {
  color: #fff;
}

.tp_sec02 .parts_box .ttl02.type01 .eng_txt {
  color: #fff;
  font-family: "Outfit", sans-serif;
}

.tp_sec02 .parts_box .reserve_bnr .sub_images_ul.cul2 li a {
  border-radius: 200px;
}

.tp_sec02 .parts_box .reserve_bnr .tel_link01 {
  font-family: "Outfit", sans-serif;
  font-size: 38px;
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .parts_box .reserve_bnr .tel_link01 {
    font-size: 20px;
  }
}

.tp_sec02 .parts_box .reserve_bnr .tel_link01 span {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .parts_box .reserve_bnr .tel_link01 span {
    font-size: 14px;
  }
}

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

.tp_sec03 .ttl01.type02 .eng_txt {
  font-family: "Alegreya", serif;
}

.tp_sec03 .parts_box {
  color: #0D0D0D;
}

.tp_sec03 .parts_box .ttl09 {
  background-color: #513500;
  color: #fff;
}

.tp_sec03 .parts_box .wide_ttl .jp_ttl {
  border-left: solid 1px #513500;
}

.tp_sec03 .parts_box .parts_menu .itembox .price_txt {
  color: #513500;
}

.tp_sec03 .parts_box .tbl_list02 li {
  border-bottom: solid 1px #513500;
}

.tp_sec03 .parts_box .tbl_list02 li:before {
  background-color: #827668;
}

.kokonotsu_bg {
  background-image: url(../images/kokonotsu/kokonotsu_bg.jpg);
  background-repeat: repeat-y;
}

.nove_bg {
  background-image: url(../images/nove/nove_bg.jpg);
  background-repeat: repeat;
}

.lead_area {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .lead_area {
    top: 0;
    margin-bottom: 0;
  }
}

.parts_box {
  position: relative;
  padding: 60px 0;
}

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

@media screen and (max-width: 767px) {
  .parts_box .contents_wrap.sp_ef {
    padding: 0;
  }
  .parts_box .contents_wrap.sp_ef img {
    border-radius: 0 !important;
    border: none !important;
  }
}

.parts_concept img.border30.line03 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 12/7;
}

@media screen and (max-width: 1024px) {
  .parts_concept .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;
  }
}

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

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

.parts_concept .layout_a .txtbox {
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .parts_concept .layout_a .txtbox {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .parts_concept .layout_a .txtbox .ttl01 {
    text-align: left;
  }
}

.parts_menu .itembox .price_txt {
  color: #F9A300;
  font-weight: bold;
}

.parts_menu .itembox .price_txt .en_txt {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
}

.parts_menu .itembox .price_txt .en_txt span {
  font-size: 24px;
}

.parts_menu .itembox .price_txt .jp_txt {
  font-size: 13px;
}

.parts_menu .itembox .sub_images_ul.cul4 li img {
  border: solid 1px #fff;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.parts_shop .layout_b .imgbox {
  width: 47%;
}

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

.parts_shop .layout_b .imgbox .swiper-container .swiper-wrapper .swiper-slide {
  height: auto;
}

.parts_voice .voice_box {
  background-color: #fff;
  color: #000000;
  border-radius: 20px;
  padding: 30px 50px;
}

@media screen and (max-width: 1024px) {
  .parts_voice .voice_box {
    padding: 25px 5%;
  }
}

@media screen and (max-width: 1024px) {
  .parts_voice .voice_box .layout_a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .parts_voice .voice_box .layout_a .txtbox {
    margin-right: 0;
    margin-left: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .parts_voice .voice_box .layout_a,
  .parts_voice .voice_box .layout_b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.parts_voice .voice_box .layout_a .imgbox,
.parts_voice .voice_box .layout_b .imgbox {
  width: 20%;
}

.parts_voice .voice_box .layout_a .txtbox,
.parts_voice .voice_box .layout_b .txtbox {
  margin-left: 30px;
}

@media screen and (max-width: 1024px) {
  .parts_voice .voice_box .layout_a .txtbox,
  .parts_voice .voice_box .layout_b .txtbox {
    margin-left: 10px;
    margin-top: 0;
  }
}

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