/* Scss Document */
:root {
  --body-color: #F4F0E6;
  --header-height: 125px;
  --common-gap: 45px;
  --common-padding: 80px;
}
@media (max-width: 999px) {
  :root {
    --header-height: 60px;
    --common-gap: 25px;
    --common-padding: 40px;
  }
}

body {
  background: var(--body-color);
}

main {
  padding-bottom: 120px;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 999px) {
  main {
    font-size: 16px;
  }
}

h2 {
  margin-bottom: var(--common-gap);
  font-family: "Noto Serif JP Light";
  font-size: 3.75rem;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 999px) {
  h2 {
    font-size: 2.75rem;
  }
}
h2.styled {
  position: relative;
  margin-bottom: 75px;
}
h2.styled::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: var(--common-padding);
  height: 0px;
  border-bottom: 1px solid #ED3A35;
}

h3 {
  margin-bottom: var(--common-gap);
  font-family: "Noto Serif JP";
  font-size: 2.5rem;
  line-height: 1.6;
}
@media (max-width: 999px) {
  h3 {
    font-size: 2.25rem;
  }
}

.inner_M {
  max-width: 1000px;
}
@media (max-width: 999px) {
  .inner_M {
    width: 90%;
    max-width: 375px !important;
  }
}

.innerBox {
  display: inline-block;
  padding: 50px 70px;
  background: rgba(244, 240, 230, 0.9);
}

.list__check li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.list__check li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 8px;
  width: 25px;
  height: 30px;
  background-image: url(../img/vespa/icon_check.svg);
  background-repeat: no-repeat;
}
@media (max-width: 999px) {
  .list__check li::before {
    top: 7px;
  }
}

@media (max-width: 999px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 999px) {
  .sp {
    display: block;
  }
}

/* 
---------------------------------------
mv
---------------------------------------
*/
#mv {
  position: relative;
  aspect-ratio: 9/5;
  margin-top: var(--header-height);
  background-image: url("../img/vespa/mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  animation: mvFade 1s ease-out forwards;
}
@media (max-width: 999px) {
  #mv {
    aspect-ratio: unset;
    height: 100vh;
    height: calc(100vh - var(--header-height));
    background-image: url("../img/vespa/mv_sp.jpg");
    background-position: bottom;
  }
}
@media screen and (min-width: 767px) and (max-width: 999px) {
  #mv {
    aspect-ratio: 9/5;
    height: auto;
    background-image: url("../img/vespa/mv.jpg");
  }
}
#mv::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  height: var(--header-height);
  top: calc(-1 * var(--header-height));
  background: #000;
}
#mv::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at left top, rgba(247, 241, 232, 0.85) 0%, rgba(247, 241, 232, 0.25) 38%, transparent 65%);
  z-index: -1;
}
#mv .txtBox {
  padding-top: 2.5vw;
  padding-left: 6vw;
  color: #fff;
  font-family: "Noto Serif JP Light";
  font-size: 3.5vw;
  letter-spacing: 0.03em;
  text-shadow: 0px 0px 10px rgba(98, 59, 36, 0.7), 0px 0px 4px #623B24;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
@media (max-width: 999px) {
  #mv .txtBox {
    margin-top: -1vw;
    padding-top: 0;
    font-size: 3rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 767px) and (max-width: 999px) {
  #mv .txtBox {
    margin-top: 0;
    padding-top: 2.5vw;
    font-size: 4.5vw;
  }
}
#mv .txtBox.is-show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes mvFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 
---------------------------------------
vespa01
---------------------------------------
*/
.vespa01 {
  padding-top: 5vw;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 999px) {
  .vespa01 {
    padding: var(--common-padding) 0;
  }
}
.vespa01__image {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--common-gap);
}
@media (max-width: 999px) {
  .vespa01__image {
    flex-direction: column;
    gap: 20px;
  }
}
.vespa01__image img {
  max-width: 30%;
}
@media (max-width: 999px) {
  .vespa01__image img {
    max-width: 375px;
  }
}
@media (max-width: 999px) {
  .vespa01 P {
    text-align: left;
  }
}

/* 
---------------------------------------
vespa02
---------------------------------------
*/
.vespa02 {
  display: flex;
  align-items: center;
  aspect-ratio: 144/61;
  background-image: url("../img/vespa/02_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 999px) {
  .vespa02 {
    justify-content: center;
    aspect-ratio: unset;
    margin: 0 auto;
    padding-top: 50vw;
    background-image: url("../img/vespa/02_bg_sp.jpg");
    background-size: contain;
  }
}
.vespa02 .innerBox {
  margin-left: 5vw;
}
@media (max-width: 999px) {
  .vespa02 .innerBox {
    width: 90%;
    max-width: 375px !important;
    margin-left: 0;
    padding: 20px;
    background-color: #F8F6F0;
  }
}

/* 
---------------------------------------
vespa03
---------------------------------------
*/
.vespa03 {
  display: flex;
  align-items: center;
  gap: 8vw;
  padding: var(--common-padding) 0;
}
@media (max-width: 999px) {
  .vespa03 {
    flex-direction: column-reverse;
    max-width: 375px;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
@media (max-width: 999px) {
  .vespa03 .txtBox {
    width: 90%;
    max-width: 375px !important;
  }
}
.vespa03 h2 {
  text-align: left;
}
.vespa03 img {
  max-width: 50%;
}
@media (max-width: 999px) {
  .vespa03 img {
    max-width: 100%;
  }
}
.vespa03 ul {
  display: grid;
  grid-template-columns: 10em 1fr;
  gap: 0.5rem;
}
@media (max-width: 999px) {
  .vespa03 ul {
    display: flex;
    flex-direction: column;
  }
}

/* 
---------------------------------------
vespa04
---------------------------------------
*/
.vespa04 {
  padding: var(--common-padding) 0;
  background-color: #F8F6F0;
}
@media (max-width: 999px) {
  .vespa04 {
    background-color: unset;
  }
}
.vespa04 .inner_M {
  max-width: 960px;
}
.vespa04 h3 {
  margin-bottom: 20px;
}
.vespa04 ul {
  margin-bottom: var(--common-gap);
}
.vespa04 ul li {
  margin-bottom: 0.5rem;
}

/* 
---------------------------------------
vespa05
---------------------------------------
*/
.vespa05 {
  padding: var(--common-padding) 0 20px;
}
.vespa05 h2 + p {
  margin-bottom: var(--common-gap);
  text-align: center;
}
.vespa05 .qaBox {
  margin-bottom: var(--common-gap);
  padding: 40px;
  background-color: #F8F6F0;
}
@media (max-width: 999px) {
  .vespa05 .qaBox {
    padding: 0;
    background-color: unset;
  }
}
.vespa05 .qaBox h3 {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: #ED3A35 solid 1px;
}
@media (max-width: 999px) {
  .vespa05 .qaBox h3 {
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
.vespa05 .qaBox p {
  padding-left: 20px;
}
@media (max-width: 999px) {
  .vespa05 .qaBox p {
    padding-left: 10px;
  }
}

/* 
---------------------------------------
vespa06
---------------------------------------
*/
.vespa06 {
  display: flex;
  align-items: center;
  gap: 6vw;
  padding: var(--common-padding) 0;
}
@media (max-width: 999px) {
  .vespa06 {
    flex-direction: column-reverse;
  }
}
.vespa06 img {
  max-width: 45%;
}
@media (max-width: 999px) {
  .vespa06 img {
    max-width: 375px;
  }
}
.vespa06 .txtBox {
  margin-right: 6vw;
}
@media (max-width: 999px) {
  .vespa06 .txtBox {
    margin-right: 0;
    width: 90%;
    max-width: 375px !important;
  }
}

/* 
---------------------------------------
vespa07
---------------------------------------
*/
.vespa07 {
  display: flex;
  align-items: center;
  aspect-ratio: 72/35;
  margin-bottom: 120px;
  background-image: url("../img/vespa/07_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 999px) {
  .vespa07 {
    justify-content: center;
    aspect-ratio: unset;
    margin-bottom: 80px;
    padding-bottom: 55vw;
    background-image: url("../img/vespa/07_bg_sp.jpg");
    background-size: contain;
    background-position: bottom;
  }
}
.vespa07 .innerBox {
  margin-left: 5vw;
}
@media (max-width: 999px) {
  .vespa07 .innerBox {
    width: 90%;
    max-width: 375px !important;
    margin-left: 0;
    padding: 0 0 20px;
  }
}
.vespa07 .btn2 {
  margin-top: var(--common-gap);
  width: 400px;
}
@media (max-width: 999px) {
  .vespa07 .btn2 {
    width: 290px;
  }
}
.vespa07 .btn2 i {
  margin-right: 1rem;
}

#about02 .boxs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 999px) {
  #about02 .boxs {
    flex-direction: column;
  }
}

#about02 .boxs2,
#about02 .boxs3 {
  margin-top: 120px;
}
@media (max-width: 999px) {
  #about02 .boxs2,
  #about02 .boxs3 {
    margin-top: 50px;
  }
}

#about02 .r_Box {
  flex-direction: row-reverse;
}
@media (max-width: 999px) {
  #about02 .r_Box {
    flex-direction: column;
  }
}

#about02 .boxs .txtBox {
  width: 40.95%;
}
@media (max-width: 999px) {
  #about02 .boxs .txtBox {
    width: 100%;
    margin-bottom: 30px;
  }
}

#about02 .boxs .txtBox .ttlDeco {
  position: relative;
  font-size: 20px;
  font-family: "Noto Serif JP Bold";
  line-height: 1.35;
  padding-left: 15px;
  margin-bottom: 16px;
}

#about02 .boxs .txtBox .ttlDeco:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #ED3A35;
  width: 2px;
  height: 100%;
}

#about02 .boxs .txtBox h3 {
  font-size: 32px;
  font-family: "Noto Sans JP Bold";
  line-height: 1.5;
  margin-bottom: 38px;
}
@media (max-width: 999px) {
  #about02 .boxs .txtBox h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

#about02 .boxs .picBox {
  width: 54%;
}
@media (max-width: 999px) {
  #about02 .boxs .picBox {
    width: 100%;
  }
}

#about02 .boxs .picBox img {
  display: block;
}

#about02 .boxs2 .stxt {
  margin-bottom: 30px;
}

#about02 .boxs2 .btn2 {
  margin: 0 auto 0 0;
}
@media (max-width: 999px) {
  #about02 .boxs2 .btn2 {
    margin: 0 auto;
  }
}

span.mark2 {
  font-family: "Noto Sans JP Bold";
  background-image: linear-gradient(transparent 1.1em, #FBCDCC 0, #FBCDCC calc(1.1em + 6px), transparent 0);
}
@media (max-width: 999px) {
  span.mark2 {
    background-image: linear-gradient(transparent 1.1em, #FBCDCC 0, #FBCDCC calc(1.1em + 7px), transparent 0);
  }
}

.euroBike {
  font-family: "Noto Sans JP Bold";
}/*# sourceMappingURL=vespa.css.map */