@charset "UTF-8" ;

/* ==================================
共通
================================== */
html {
  width: 100%;
  font-size: 100%;
  max-width: 1980px;
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden !important;
  background: #000;
}
body {
  width: 100%;
  /* max-width: 1980px; */
  margin: 0 auto;
  font-family: serif;
  position: relative;
  overflow-x: hidden !important;
}
a {
    text-decoration: none;
    letter-spacing: 0.1rem;
}
img {
    max-width: 100%;
	vertical-align: bottom;
}
li {
    list-style: none;
}
a {
    color: #232323;
    text-decoration: none;
}
p {
    letter-spacing: 0.1rem;
    line-height: 32px;
}
h2 {
  line-height: 1;
}
h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    list-style: 0.2rem;
    margin-bottom: 60px;
}
.section_title h2::before {
    position: absolute;
    font-size: 150px;
    font-weight: 900;
    color: rgba(195, 153, 83, 0.1);
    z-index: 0;
}
.sub-title {
  color: #c39953;
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.1rem;
}


/* スクロールしたら下から出現 */
.fadein_from-above {
  transform: translateY(-20px);
  opacity: 0;
  transition: all 1s ease;
}
.fadein_from-above.show {
  transform: translateY(0);
  opacity: 1;
}
/* スクロールしたら下から出現 */
.fadein_from-below {
  transform: translateY(20px);
  opacity: 0;
  transition: all 2s ease;
}
.fadein_from-below.show {
  transform: translateY(0);
  opacity: 1;
}
/* スクロールしたらその場で出現 */
.fadein_on-the-spot {
  transform: translateY(0px);
  opacity: 0;
  transition: all 3s ease;
}
.fadein_on-the-spot.show {
  transform: translateY(0);
  opacity: 1;
}
.fadein-fv {
  transform: translateY(0px);
  opacity: 0;
  transition: all 3s ease;
}
.fadein-fv.show {
  transform: translateY(0);
  opacity: 1;
}
/* スクロールしたら左から出現 */
.fadein_from-left {
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.5s ease;
}
.fadein_from-left.show {
  transform: translateX(0);
  opacity: 1;
}

/* ==================================
上へ戻るボタン
================================== */
.page-top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 60px;
  bottom: 20px;
  cursor: pointer;
  opacity: 0; 
  pointer-events: none; 
  border: 0;
  background: none;
  transition: opacity 2s ease, transform 2s ease; 
  /* z-index: 100; */
}

/* .page-top p {
    writing-mode: vertical-rl;
    text-decoration: none;
    text-transform: uppercase;
    height: 85px;
    margin: 0;
    text-align: right;
    line-height: 2;
    font-size: 10px;
    color: #855a06;
} */
.page-top span {
    color: #855a06;
}

/* .page-top p:before {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  width: 0.5px;
  height: 10px;
  background: #855a06;
  transform: skewX(-150deg);
} */
.page-top span:before {
  position: absolute;
  top: -22px;
  left: 5px;
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 0.5px solid #855a06;
  border-width: 1px 1px 0px 0px;
}

/* .page-top p:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0.5px;
  height: 85px;
  background: #855a06;
} */
.page-top span:after {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #855a06;
  content: "";
  top: -43px;
  left: -15px;
  background: rgba(195, 153, 83, 0.3);
}

.page-top.active {
  opacity: 1; 
  pointer-events: auto; 
  transform: translateY(0); 
}
/* .page-top.is-stop {
  position: absolute;
} */

/* ==================================
キャッチ／コンタクト
================================== */
.fv-content {
  position: absolute;
  bottom: 20px;
  left: 40px;
  color: #fff;
}

/* 見出し */
.fv-title {
  font-size: 48px;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.5rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/* サブテキスト */
.fv-sub {
  font-size: 1.1rem;
  padding-bottom: 20px;
  letter-spacing: .05em;
}
.fv-sub {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

/* ボタン */
.fv-buttons,
.sp-buttons {
  display: flex;
  align-items: end;
  gap: 30px;
  flex-wrap: wrap;
}
.fv-buttons img,
.sp-buttons img {
  height: 15px;
  padding-right: 5px;
}
.fv-buttons p,
.sp-buttons p {
  color: #c39953;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.1rem;
  padding-bottom: 10px;
}
.sp-buttons {
  justify-content: center;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 1rem;
  transition: .2s;
}
/* ホバー */
.btn:hover {
  opacity: 0.8;
}

/* 電話ボタン */
.tel-btn {
  background: rgba(195, 153, 83);
  color: #000;
}
/* 問い合わせボタン */
.mail-btn {
  color: #fff;
  border: 1px solid #c39953;
  background-color: #000;
}
.mail-btn:hover {
  opacity: 0.8;
}
/* ===== 中央の縦線 ===== */
.separator {
  width: 1px;
  height: 120px; 
  background: rgba(255, 215, 160, 0.3); 
}



/* ==================================
view-more
================================== */

.view-more_wrap {
    width: 200px;
    height: 40px;
    background-color: #c39953;
    transition: 0.3s;
    font-size: 14px;
}
.view-more_wrap a {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}
.yazirusi {
    position: relative;
    transition: transform 0.7s ;
}
.line01 {
    width: 30px;
    height: 0.5px;
    background-color: #fff;
}
.line02 {
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: right bottom;
    width: 10px;
    height: 0.5px;
    background-color: #fff;
    transform: rotate(45deg);
}
/* ==== ホバー時に矢印を右に移動 ==== */
.view-more_wrap:hover .yazirusi {
    transform: translateX(10px); 
}

/* ===== header-contact ===== */
.header {
    display: flex;
    justify-content: space-between;
}

/* ===== header-mv ===== */
#top_mv {
    background: 
    linear-gradient(to bottom,
    rgba(0,0,0,0) 70%,
    rgba(0,0,0,1) 100%
    ),
    url("../img/mv/mv_top.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 
    position: relative;
}
.header-bg-wrap {
    width: 100%;
    height: 100vh;
    margin-bottom: 200px;
}
.section_title {
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}
.section_title  h2{
    font-size: 48px;
    color: #c39953;
    font-weight: normal;
    letter-spacing: 0.2rem;
}


/* ==================================
企業理念
================================== */
.philosophy_wrap {
  padding: 50px 0 80px 0;
}
.philosophy-title_bg h2::before {
  content: "PHILOSOPHY";
  transform: translate(-56%, -56%);
  font-family: "palast-variable", sans-serif;
  font-variation-settings: "opsz" 160, "wght" 900;
}



    .philosophy-inner {
      display: flex;
      align-items: end;
      justify-content: center;
      gap: 40px;
      /* margin: 0 40px; */
      /* flex-wrap: wrap; */
    }

.philosophy-inner img {
  width: 500px;
  height: 320px;
  object-fit: cover;
}

.philosophy-text {
  text-align: left;
}
.philosophy-text p {
  color: #fff;
  margin-bottom: 60px;
  line-height: 32px;
}
/* ==================================
プライス
================================== */
.price-section {
  position: relative;
  width: 100%;
  background: 
  linear-gradient(
    to bottom,
    rgba(0,0,0,0.9) 10%,     /* 上端を濃く */
    rgba(0,0,0,0.8) 50%,      /* 中央付近は透明 */
    rgba(0,0,0,0.6) 60%,      /* 中央付近は透明 */
    rgba(0,0,0,0.9) 100%    /* 下端も濃く */
  ),
  /* 外周を暗くする円形グラデーション */
  radial-gradient(
    circle at center,
    rgba(0,0,0,0) 50%,
    rgba(0,0,0,0.8) 100%
  ),
    url(../img/top/top_price_bg.png) center center / cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}
.price_wrap {
  max-width: 1200px;
  padding: 200px 140px;
}
.price-title_bg h2::before {
  content: "PRICE";
  transform: translate(0, -70%);
  font-family: "palast-variable", sans-serif;
  font-variation-settings: "opsz" 160, "wght" 900;
}
.section_title_price {
  margin-bottom: 60px;
}
.section_title_price h2 {
  font-size: 48px;
  color: #c39953;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.section_title_price h2::before {
  position: absolute;
  font-size: 150px;
  font-weight: 900;
  letter-spacing: 1rem;
  color: rgba(195, 153, 83, 0.1);
  z-index: 0;
}
.price-text {
  text-align: left;
}
.price-text p {
  color: #fff;
  margin-bottom: 60px;
  line-height: 32px;
}




/* ==================================
サービス
================================== */
.service-section {
  background-color: #ebe0cd;
}
.service_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 200px 40px;
}
.service-list {
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
  gap: 20px;
  /* margin-top: 60px; */
}
.section_title_wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: 60px;
}
.section_title_service h2 {
  font-size: 48px;
  color: #855a06;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.section_title_service h2::before {
  position: absolute;
  font-size: 150px;
  font-weight: 900;
  letter-spacing: 1rem;
  color: rgba(133, 90, 6, 0.1);
  z-index: 0;
}
.service-title_bg h2::before {
  content: "SERVICE";
  transform: translate(-70%, -100px);
  font-family: "palast-variable", sans-serif;
  font-variation-settings: "opsz" 160, "wght" 900;
}
.service-text {
  text-align: right;
}
.service-text p {
  color: #232323;
  margin-bottom: 40px;
  line-height: 32px;
}
.sub-title_service {
  color: #855a06;
  font-size: 14px;
  padding-right: 5px;
}
.service-item {
  display: block;
  /* width: 100%; */
  color: #fff;
  overflow: hidden;
  transform: skewX(-15deg); 
  position: relative;
  transition: transform 0.3s ease;
}

.image-mask {
  width: 320px;
  height: auto;
  overflow: hidden;
  transform: skewX(15deg) translateX(-10%); /* ← 逆方向に補正しつつ中央寄せ */
  position: relative;
  transition: transform 0.3s ease;
  margin-left: -10px;
}
.image-inner {
  width: 100%;
  height: 100%;
}
.image-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.5s ease;
}

.image-mask:hover img {
  transform: scale(1.1);
}
.service_title_wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: 60px;
  /* margin: 0 40px 60px 40px; */
}
.service-label-text {
  width: 235px;
  height: 40px;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.service-label::before {
  width: 100%;
  height: 40px;
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  color: #fff;
  overflow: hidden;
}



/* ==================================
車両紹介
================================== */
.hire_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  height: 100vh;
}
.hire-text {
  text-align: left;
}
.hire-text p {
  color: #fff;
  margin-bottom: 60px;
  line-height: 32px;
}
.hire_img {
  height: 100vh;
  overflow: hidden;
}
.hire_img img {
  height: 800px;
  object-fit: cover;
  object-position: right;
  position: relative;
}
.hire_inner_wrap {
  margin-left:  140px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  padding: 200px 0;
}
.hire-title_bg h2::before {
  content: "CAR";
  transform: translate(10px, -100px);
  font-family: "palast-variable", sans-serif;
  font-variation-settings: "opsz" 160, "wght" 900;
}



/* ==================================
お問い合わせ
================================== */
.contact_wrap {
  padding: 230px 10px 200px 10px;
  background-color: #ebe0cd;
}
.contact_inner_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact_title_service h2 {
  font-size: 48px;
  color: #855a06;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.contact_title_service h2::before {
  position: absolute;
  font-size: 150px;
  font-weight: 900;
  letter-spacing: 1rem;
  color: rgba(133, 90, 6, 0.1);
  z-index: 0;
}
.contact-title_bg {
  position: relative;
  text-align: center;
}
.contact-title_bg h2 {
  position: relative;
  z-index: 2;
}
.contact-title_bg h2::before {
  content: "CONTACT";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "palast-variable", sans-serif;
  font-variation-settings: "opsz" 160, "wght" 900;
  padding-bottom: 100px;
}
.sub-title_contact {
  color: #855a06;
  font-size: 14px;
  text-align: center;
}


/* ボタン */
.contact-buttons {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}
.contact-buttons img {
  height: 15px;
  padding-right: 5px;
}
.contact-buttons p {
  color: #000;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.1rem;
  padding-bottom: 10px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 1rem;
  transition: .2s;
}


/* 電話ボタン */
.tel-btn {
  background: rgba(195, 153, 83);
  color: #000;
}
/* 問い合わせボタン */
/* .mail-btn {
  color: #fff;
  border: 1px solid #c39953;
} */
/* ===== 中央の縦線 ===== */
.separator_contact {
  width: 1px;
  height: 120px; 
  background: rgba(133, 90, 6, 0.2); 
}


/* 配車権 */
/* .license {
  background-color: #855a06;
}
.license p {
  color: #232323;
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
 */
.license {
  width: 300px;
  margin: 0 auto;
  margin-top: 100px;
  background: #232323;
  color: #c9a364;
  font-size: 24px;
  letter-spacing: 3px;
  text-align: center;
  padding: 8px;
  border: 2px solid #855a06;         
  /* outline: 3px solid #c9a364;          */
  /* box-shadow: inset 0 0 0 2px #855a06;  */
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  }
  .license p {
    border: 0.1px solid #855a06; 
    padding: 5px 0;
  }



/* -----------------------------------
タブレット 【１300】
-------------------------------------- */
@media screen and (max-width: 1300px) {
/* ==================================
事業内容
================================== */
.image-mask {
  width: 200px;
  height: 300px;
  transform: scale(1);
}
.service-list {
  gap: 10px;
}
.image-mask {
  margin-left: 0;
}
.service-label-text {
  width: 100%;
}
.service-text p {
  font-size: 14px;
  line-height: 28ox;
  margin-bottom: 30px;
}
}



/* -----------------------------------
タブレット 【１０２４】
-------------------------------------- */
@media screen and (max-width: 1024px) {
  .service-list {
    flex-direction: column;
    align-items: center;
    /* padding: 0 20px; */
  }
  .service-item {
    transform: skewX(0);
  }
  .image-mask {
    width: 100%;
    height: 450px;
    transform: skewX(0) translateX(0);
    margin-left: 0;
  }
  .image-mask img {
    object-position: top;
  }
  .service-label::before {
    height: 60px;
  }
  .service-label-text {
    width: 100%;
    height: 60px;
  }
}

/* -----------------------------------
タブレット 【770】
-------------------------------------- */
@media screen and (max-width: 770px) {

/* ==================================
FV
================================== */
.fv-content {
  left: 10px;
}
.fv-title {
  font-size: 40px;
}
  .sub-title {
    font-size: 10px;
    margin-top: 10px;
  }
  .separator_contact {
    display: none;
  }
  .contact-buttons {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 60px;
  }

  .contact_title_service h2 {
    font-size: 36px;
  }
  .contact_title_service h2::before {
    font-size: 50px;
  }
  .contact-title_bg h2::before {
    padding-bottom: 60px;
    padding-left: 15px;
  }
.header-bg-wrap {
  margin-bottom: 100px;
}


/* ==================================
企業理念
================================== */
.philosophy_wrap {
  padding: 100px 20px;
}
.philosophy-inner {
  align-items: baseline;
  flex-direction: column;
  gap: 100px;
}
.section_title h2 {
  font-size: 36px;
}
.philosophy-title_bg h2::before {
  transform: translate(-80px, -65%);
}
.section_title h2::before {
  font-size: 80px;
  }


/* ==================================
事業内容
================================== */
.service_wrap {
  padding: 100px 10px;
}
  .service_title_wrap {
    /* margin: 0 20px 60px 20px; */
  }
  .section_title_service h2::before {
    font-size: 80px;
  }
  .service-title_bg h2::before {
    transform: translate(-65%, -50px);
  }
  .section_title_service h2 {
    font-size: 36px;
  }
  .sub-title_service {
    font-size: 10px;
    margin-top: 10px;
  }
  /* .service-item {
    width: 100%;
  } */
  /* .image-mask {
    width: 100%;
    height: 300px;
  } */



/* ==================================
車両のご紹介
================================== */
  .hire_wrap {
    /* flex-direction: column; */
    /* gap: 60px; */
  }
  
.hire_inner_wrap {
  margin-left: 20px;
  padding-bottom: 60px;
  padding-right: 5px;
  width: 80%;
}
.hire_img {
  width: 50%;
  object-fit: cover;
}
.hire-title_bg h2::before {
  font-size: 80px;
  transform: translate(10px, -50px);
}
.hire-text {
  font-size: 14px;
}




/* ==================================
はーやーのご料金
================================== */
.price_wrap {
  padding: 200px 40px;
}
.section_title_price h2::before {
  font-size: 80px;
}
.section_title_price h2 {
  font-size: 36px;
}
.price-text {
  font-size: 14px;
}
}


/* -----------------------------------
スマートフォン 【480】
-------------------------------------- */
@media screen and (max-width: 480px) {
  
/* ==================================
共通
================================== */
.section_title {
  margin-bottom: 40px;
}
.section_title h2 {
  font-size: 36px;
}
.section_title h2::before {
  font-size: 80px;
}
h3 {
  margin-bottom: 20px;
}
.sp_none {
  display: none;
}
.view-more {
  padding: 10px 28px;
  font-size: 14px;
}



/* ==================================
FV
================================== */
.fv-content {
  bottom: 0;
  top: 100px;
}
.fv-title {
  font-size: 32px;
}

/* ==================================
企業理念
================================== */
.philosophy_wrap {
  padding: 100px 10px;
}
.philosophy-inner {
  flex-direction: column;
  align-items: baseline;
  gap: unset;
 }
.philosophy-inner img {
  padding-bottom: 40px;
}

.philosophy-text {
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.section_title_philosophy {
  text-align: right;
}
.section_title_philosophy h2 {
  padding-top: 30px;
  text-align: right;
}
.philosophy-text h3 {
  font-size: 20px;
}
.philosophy-text p {
  font-size: 14px;
  margin-bottom: 40px;
  text-align: right;
}
.philosophy-section::before {
  font-size: 100px;
}
.sub-title {
  font-size: 12px;
}
.philosophy-section::before {
  font-size: 70px;
}




/* ==================================
企業理念
================================== */
.philosophy-inner {
  margin: unset;
}
.service_title_wrap {
  margin-bottom: 40px;
}



/* ==================================
車両料金
================================== */
.price_wrap {
  padding: 40px 10px 100px 10px;
}
.section_title_price {
  margin-bottom: 40px;
}
.price-text {
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.price-text h3 {
  font-size: 20px;
}
.price-text p {
  font-size: 14px;
  margin-bottom: 40px;
}




/* ==================================
事業紹介
================================== */
  .service-list {
    flex-direction: column;
    align-items: center;
    /* padding: 0 10px; */
  }
  .service_wrap {
    padding: 100px 10px;
  }
  .section_title_wrap {
    margin-bottom: 40px;
  }
  .service-item {
    transform: skewX(0);
  }
  
  .service-title_bg h2::before {
    transform: translate(-38%, -50px);
  }
  .section_title_service h2::before {
    font-size: 80px;
  }
  .image-mask {
    width: 100%;
    height: 250px;
    margin-left: unset;
    transform: skewX(0) translateX(0);
  }
  .section_title_service {
    text-align: end;
  }
  .section_title_service h2 {
    font-size: 36px;
  }
  .service-label-text {
    width: 100%;
    transform: skewX(0);
  }
  .service-text p {
    margin-bottom: 30px;
    line-height: 28px;
  }
  /* .image-mask {
    width: 100%;
    height: 300px;
  } */
  .service-item {
    width: 100%;
  }



/* ==================================
車両紹介
================================== */
.hire_inner_wrap {
  width: 100%;
}
.hire_wrap {
  flex-direction: column;
  gap: unset;
  height: 100%;
}
.hire_inner_wrap {
  margin-left: 10px;
  padding: 100px 0;
}
.hire-text {
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.hire-text h3 {
  font-size: 20px;
}
.hire-text p {
  font-size: 14px;
  margin-bottom: 40px;
}
.hire_img {
  width: 100%;
  height: 100%;
}
.hire_img img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}



/* ==================================
お問い合わせ
================================== */
.contact_wrap {
  padding: 130px 10px 100px 10px;
}

/* ==================================
safari
================================== */
@supports (-webkit-appearance: none) { 
/* ==================================
FV
================================== */

.fv-title {
  font-size: 28px;
}
}
}
