@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;
}
.text__chinese{
  font-size: 65%;
}
.passArea__button br{
  display: none;
}
@media print, screen and (min-width: 681px) {
  .passList__caption .caption__02 {
      margin-left: 56px;
      top: -1.65em;
      position: relative;
  }
  .mainvisual__box {
      padding: 40px 70px 80px 0;
  }
  .featureList__pass {
      width: 285px;
  }
  .passArea__button {
      width: 378px;
  }
}

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

@media screen and (max-width: 680px) {
  .passList__caption .caption__02 {
      margin-left: 8.7vw;
  }
  .scene__title {
      line-height: 2.2;
  }
  .mainvisual__text {
    width: 112px;
  }
  .feature__title__wrap {
    height: 66.133333vw;
  }
}

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