@charset "UTF-8";

.line:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
@media print, screen and (min-width: 681px) {
  .featureList__pass {
      width: 393px;
  }
  .pageTitle__copy {
      font-size: 20px;
  }
  .mainvisual__box {
      padding: 40px 70px 80px 0;
  }
  .howtoList__item {
      line-height: 1.2;
      padding: 0px 20px 4px;
      text-align: center;
      height: 65px;
  }
  .featureList__attention {
      font-size: 11px;
  }
  .passList__caption .caption__02 {
      margin-left: 50px;
  }
  .passArea__button {
      width: 366px;
  }
  .download__title .text__02 {
      font-size: 56px;
  }
    .sceneList__text {
  font-size: 15px;
}
}

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

@media screen and (max-width: 680px) {
  .mainvisual__text {
    width: 190px;
  }
  .howtoList__item {
      line-height: 1.4;
      padding: 6px 7px 7px;
      text-align: center;
  }
  .passList__caption .caption__02 {
      margin-left: 6vw;
  }
  .scene__title {
      line-height: 2.2;
  }
  .passArea__title {
    white-space: nowrap;
  }
  .howtoList__textBox {
    padding: 40px 0 30px;
  }
  .featureList__pass {
      width: 285px;
      font-size: 10px;
  }
}

@media screen and (max-width: 370px) {
  .passList__caption .caption__02 {
      margin-left: 10vw;
  }
  .scene__title {
    letter-spacing: -0.02em;
  }
}