
/*　subpage fv*/


html{
/*  scroll-behavior: smooth;*/
}

img{
  width: 100%;
  display: block;
}

a{
  text-decoration: none;
}

main p{
  font-size: 1rem;
  line-height: 1.5;
}

.inner{
  max-width: 1200px;
  padding:0 30px;
  width: 100%;
  margin: auto;
}


/* =========================
FV
========================= */

.service-fv{
  position: relative;
  height: 450px;
  overflow: hidden;
}

.service-fv-bg{
  position: absolute;
  inset: 0;
  background:url("../img/subpage-top.jpg") no-repeat center center / cover;
  transform: scale(1.05);
}

.service-fv-inner{
  position: relative;
  z-index: 2;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-fv-inner::after{
  display: block;
  content: '';
  width: 50vw;
  height: 50%;
  left:0;
  top:calc(50% + 25px);
  transform: translateY(-50%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: -1;
}

.service-fv-inner .title-left{
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 45px 30px 0;
}

.service-fv-inner h2{
  font-size: 90px;
  font-weight: 200;
  letter-spacing: .08em;
}

.service-fv-inner p{
  font-size: 28px;
}

.service-fv-inner span {
  background: #fff;
}



/* =========================
breadcrumb
========================= */

.breadcrumb{
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
}

.breadcrumb a{
  text-decoration: underline;
}

.breadcrumb a:hover{
  opacity: 0.8;
}

/* =========================
コンテンツタイトル
========================= */


.subpage-top-intro{
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
}

.subpage-title-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.title-box{
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.title-box span {
    width: 20px;
    height: 45px;
    background: #a0002b;
    transform: skewX(-15deg);
    position: relative;
    top: 3px;
    left: 5px;
}

.title-box h2{
  font-size: 48px;
}

.title-box p{
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

.title-bike{
  width: 220px;
  aspect-ratio: 2/1;
}

.title-bike span{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: url(../img/chief-vintage.png) no-repeat center;
  background-size: 100% auto;
}

@media(max-width:1000px){
  
  .btn-box {
    transform: skewX(0deg);  
  }
  
  .btn-box {
    margin: 20px auto;
  }
}

@media(max-width:768px){
  
  .service-fv {
    height: 300px;
  }
  
  .service-fv-inner{
    overflow: hidden;
  }
  
  .service-fv-inner::after {
    height: 120px;
    min-width: 200px;
    top: calc(50% + 35px);
  }
  
  .title-sub {
    gap: 10px;
  }
  
  .service-fv-inner h2 {
    font-size: 60px;
  }
  
  .service-fv-inner p {
    font-size: 24px;
    line-height: 1;
  }

  .title-sub span {
    width: 45px;
  }
  
  
  .service-fv-inner .title-left {
    padding: 60px 20px 0;
  }
  
  .inner {
    padding: 0 20px;
  }

  .subpage-top-intro{
    padding: 50px 0 0;
  }

  .subpage-title-wrap{
    gap: 20px;
    margin-bottom: 10px;
    position: relative;
  }

  .title-box{
    gap: 5px;
    width: 100%;
    flex-wrap: nowrap;
    align-items: baseline;
  }

  .title-box span{
    width: 10px;
    height: 30px;
  }

  .title-box h2{
    font-size: 30px;
    margin-left: 5px;
    min-width: 120px;
    letter-spacing: 0;
  }

  .title-box p{
    width: 80px;
    font-size: 0.8rem;
    margin-left: 0;
  }

  .title-bike{
    width: 100px;
    position: absolute;
    right: 0;
  }
  
  .main-content{
    padding: 0 20px;
  }
  
  main p {
    font-size: 0.9rem;
    letter-spacing: 0;
  }
  

}

@media (max-width: 450px) {
  .title-bike {
    width: 80px;
  }
}

