@charset "UTF-8";

.line:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.pageTitle__title{
  letter-spacing: -0.04em;
}
@media print, screen and (min-width: 681px) {
  .passList__caption .caption__02 {
      margin-left: 80px;
  }
  .mainvisual__box {
      padding: 40px 70px 80px 0;
  }
  .featureList__pass {
      width: 290px;
  }
}

@media screen and (min-width: 1330px) {
}

@media screen and (max-width: 680px) {
  .passList__caption .caption__02 {
      margin-left: 15vw;
  }
  .scene__title {
      line-height: 2.2;
  }
  .mainvisual__text {
    width: 92px;
  }
  .featureList__pass {
    width: 243px;
  }
}

@media screen and (max-width: 370px) {
  .passList__caption .caption__02 {
      margin-left: 18vw;
  }
  .passArea__title {
      font-size: 18px;
  }
}