@charset "UTF-8";
@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page {
  /* hero
  ---------------------------*/
}
.page .hero__inner {
  width: 96%;
  max-width: 1198px;
  margin-left: calc(100% - 580px);
}
@media screen and (min-width: 1441px) {
  .page .hero__inner {
    max-width: 100%;
    margin: 0 0 0 58%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 415px) {
  .page .hero__inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page .hero__inner {
    width: 87.9vw !important;
    margin: auto;
  }
}
.page .hero-slide {
  position: relative;
  height: 100vh;
  margin: auto;
  overflow: hidden;
}
.page .hero-slide__item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: bgAnime 15s infinite;
          animation: bgAnime 15s infinite;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page .hero-slide__item {
    background-position: top 0% center;
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  .page .hero-slide__item {
    background-position: top 15% center;
  }
}
.page .hero-slide__item.is-src-1 {
  background-image: url("/ec/img/usr/pg/campaign/hilton_toga/25ss/index/hero-bg-1.png");
}
@media screen and (max-width: 768px) {
  .page .hero-slide__item.is-src-1 {
    background-image: url("/ec/img/usr/pg/campaign/hilton_toga/25ss/index/hero-bg-1_sp.png");
  }
}
.page .hero-slide__item.is-src-2 {
  background-image: url("/ec/img/usr/pg/campaign/hilton_toga/25ss/index/hero-bg-2.png");
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
@media screen and (max-width: 768px) {
  .page .hero-slide__item.is-src-2 {
    background-image: url("/ec/img/usr/pg/campaign/hilton_toga/25ss/index/hero-bg-2_sp.png");
  }
}
.page .hero-slide__item.is-src-3 {
  background-image: url("/ec/img/usr/pg/campaign/hilton_toga/25ss/index/hero-bg-3.png");
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
@media screen and (max-width: 768px) {
  .page .hero-slide__item.is-src-3 {
    background-image: url("/ec/img/usr/pg/campaign/hilton_toga/25ss/index/hero-bg-3_sp.png");
  }
}
@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.page .hero-first.parallax-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page .hero-first .hero__inner {
  height: calc(100% - 209px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page .hero-first .hero__inner {
    height: calc(100% - 41vw);
    align-items: flex-start;
  }
}
.page .hero-first .hero-logo img, .page .hero-first .hero-title img {
  image-rendering: -webkit-optimize-contrast;
}
.page .hero-first .hero-logo {
  width: 488px;
  margin-top: 30vh;
}
@media screen and (max-width: 768px) {
  .page .hero-first .hero-logo {
    width: 70vw;
    margin-top: 100vw;
  }
}
.page .hero-first .hero-title {
  width: 508px;
  margin: 8.17vh 0 0;
}
@media screen and (max-width: 768px) {
  .page .hero-first .hero-title {
    width: 72.5vw;
    margin: 3.61vh 0 0;
  }
}
.page .hero-first .hero-button {
  position: absolute;
  right: 4.51%;
  bottom: 3.53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .hero-first .hero-button {
    right: 4.6vw;
    bottom: 4.8vw;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .page .hero-first .hero-button {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 7.2vw 0 0 auto;
  }
}
.page .hero-first .hero-button__item {
  width: 180px;
  margin-right: 0.694%;
}
@media screen and (max-width: 768px) {
  .page .hero-first .hero-button__item {
    width: 36.2vw;
    max-width: 180px;
    margin-right: 2.4vw;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .page .hero-first .hero-button__item {
    width: 30%;
  }
}
.page .hero-first .hero-button__item:last-child {
  margin-right: 0;
}
.page .hero-second .hero__inner {
  padding-top: 7%;
}
@media screen and (max-width: 768px) {
  .page .hero-second .hero__inner {
    padding-top: 12.1vw;
    margin: auto;
  }
}
.page .hero-second .hero-title, .page .hero-second .hero-text p {
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
}
.page .hero-second .hero-title {
  font-size: 45px;
  line-height: 1;
  margin: 0 0 3.2%;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8274509804);
}
@media screen and (max-width: 768px) {
  .page .hero-second .hero-title {
    font-size: 8vw;
    margin: 0 0 10.6vw;
    line-height: 1.7;
  }
}
.page .hero-second .hero-text p {
  font-size: 16px;
  line-height: 2.31;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8274509804);
}
@media screen and (max-width: 768px) {
  .page .hero-second .hero-text p {
    font-size: 3.4vw;
    margin: 0 0 9.7vw;
    line-height: 2.214;
  }
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page {
  /* parallax
  ---------------------------*/
}
.page .parallax {
  position: fixed;
  left: 0;
  top: 76px;
  z-index: 1;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px){
  .page .parallax {
    top: 15vw;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .page .parallax {
    height: 100% !important;
  }
}
.page .parallax:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
}
.page .parallax-item {
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .page .parallax-item {
    height: 100% !important;
  }
}
.page .parallax-out {
  position: relative;
  z-index: 3;
  background: #fff;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page {
  /* director
  ---------------------------*/
}
.page .director {
  padding: 200px 0 0;
  margin: 0 0 124px;
}
@media screen and (max-width: 768px) {
  .page .director {
    padding: 40.6vw 0 0;
    margin: 0 0 20.8vw;
  }
}
.page .director .c-inner__large {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .page .director .c-inner__large {
    width: 100%;
  }
}
.page .director .c-inner__middle {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1100px) and (min-width: 415px) {
  .page .director .c-inner__middle {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .page .director .c-inner__middle {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: auto;
  }
}
.page .director-contents {
  width: 33.2%;
  max-width: 430px;
  margin-right: 11.3%;
  padding-bottom: 14%;
}
@media screen and (max-width: 1100px) and (min-width: 415px) {
  .page .director-contents {
    width: 56%;
    margin-right: 4%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .director-contents {
    width: 100%;
    max-width: 100%;
    margin: 12.6vw auto 0;
    padding-bottom: 0;
  }
}
.page .director-mv {
  width: 55.5%;
  max-width: 719px;
}
@media screen and (max-width: 1100px) and (min-width: 415px) {
  .page .director-mv {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .page .director-mv {
    width: 100%;
    max-width: 100%;
  }
}
.page .director-title {
  margin: 0 0 60px;
}
@media screen and (max-width: 1100px) and (min-width: 415px) {
  .page .director-title {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .page .director-title {
    margin: 0 0 9.2vw;
  }
}
@media screen and (min-width: 769px) {
  .page .director-title .c-title {
    text-align: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) and (min-width: 415px) {
  .page .director-title .c-title {
    font-size: 44px;
  }
}
.page .director-title__name {
  margin: 17px auto 0;
  font-size: 30px;
  font-weight: 500;
  font-family: "YuMincho", "Yu Mincho", "Noto Serif JP", serif;
  color: #000;
}
@media screen and (max-width: 1100px) and (min-width: 415px) {
  .page .director-title__name {
    font-size: 26px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page .director-title__name {
    text-align: center;
    margin: 4.8vw auto 0;
    font-size: 5.8vw;
  }
}
.page .director-title__name span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "メイリオ", "sans-serif";
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-left: 17px;
  vertical-align: baseline;
  color: #888888;
}
@media screen and (min-width: 769px) {
  .page .director-title__name span:before {
    content: "/";
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .page .director-title__name span {
    display: block;
    font-size: 2.9vw;
    line-height: 1.2;
    margin: 0.5vw auto 0;
  }
}
.page .director-text p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 1100px) and (min-width: 415px) {
  .page .director-text p {
    line-height: 1.8;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page .director-text p {
    font-size: 3.1vw;
  }
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page {
  /* movie
  ---------------------------*/
}
.page .movie {
  margin: 0 auto 165px;
}
@media screen and (max-width: 768px) {
  .page .movie {
    margin: 0 auto 22.7vw;
  }
}
@media screen and (max-width: 768px) {
  .page .movie-title {
    margin-bottom: 9.4vw;
  }
}
.page .movie-title span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 22px auto 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .page .movie-title span {
    font-size: 3.4vw;
    margin: 5.3vw auto 0;
  }
}
.page .movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 61px 0 0 auto;
}
@media screen and (max-width: 768px) {
  .page .movie-list {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .page .movie-list .slick-list {
    padding: 0 61.5% 0 0 !important;
    padding: 0 59.8% 0 0 !important;
  }
  .page .movie-list .slide-arrow {
    display: inline-block;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 75px;
    height: 75px;
  }
  .page .movie-list .slide-arrow.prev-arrow {
    left: -3%;
  }
  .page .movie-list .slide-arrow.next-arrow {
    right: 2.32%;
  }
}
.page .movie-item__wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  pointer-events: auto !important;
}
@media screen and (max-width: 768px) {
  .page .movie-item__wrap {
    height: auto;
    padding-top: 0;
  }
}
.page .movie-item__wrap iframe, .page .movie-item__wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page .movie-item__wrap iframe, .page .movie-item__wrap img {
    position: relative;
    top: 0;
    left: 0;
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 769px) {
  .page .movie-item {
    margin-right: 24px;
    width: 100%;
  }
  .page .movie-item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .movie-item {
    margin-top: 9.7vw;
  }
  .page .movie-item:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page {
  /* sns
  ---------------------------*/
}
.page .sns {
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .page .sns {
    padding-bottom: 20vw;
  }
}
.page .sns-title {
  margin: 0 auto 43px;
}
@media screen and (max-width: 768px) {
  .page .sns-title {
    margin: 0 auto 5.8vw;
  }
}
.page .sns-mv {
  max-width: 1440px;
  width: 96%;
  margin: 0 auto 57px;
}
@media screen and (max-width: 768px) {
  .page .sns-mv {
    margin: 0 auto 8.2vw;
  }
}
.page .sns-mv img {
  margin: 0 auto;
}
.page .sns-text {
  margin: 0 auto 55px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .sns-text {
    margin: 0 auto 7.7vw;
    text-align: left;
  }
}
.page .sns-text p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page .sns-text p {
    font-size: 3.4vw;
    line-height: 1.857;
  }
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page {
  /* collection
  ---------------------------*/
}
.page .collection {
  /*	
  	【Slickスライドにする場合】
  	・下記cssを削除
  	・/js/page/index/collection.jsを読み込む 
  ----------------------------------------------*/
  padding-top: 100px;
}
.page .collection .c-title {
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .page .collection .c-title {
    margin: 0 auto 15.7vw;
  }
}
.page .collection .c-title span {
  letter-spacing: 0.06em;
  font-weight: 500;
}

.page .collection .collection-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1440px;
  width: 96%;
  margin: 0 auto;
}
.page .collection .collection-item {
  width: 33.3%;
  text-align: center;
  margin-top: 100px;
}
.page .collection .collection-item:nth-of-type(-n+3) {
  margin-top: 0;
}
.page .collection .collection-item-text-top {
  font-size: 40px;
  font-weight: 600;
  font-family: "ivypresto-display", serif;
}
.page .collection .collection-item-text-bottom {
  font-size: 24px;
  font-weight: 600;
  font-family: "ivypresto-display", serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .page .collection .collection-item {
    margin-top: 50px;
  }
  .page .collection .collection-item-text-top {
    font-size: 24px;
    font-weight: 600;
    font-family: "ivypresto-display", serif;
  }
  .page .collection .collection-item-text-bottom {
    font-size: 16px;
    font-weight: 600;
    font-family: "ivypresto-display", serif;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .page .collection .collection-item{
    width: 49.9%;
    text-align: center;
    margin-top: 9.6vw !important;
  }
  .page .collection .collection-item:nth-of-type(-n+2) {
    margin-top: 0 !important;
  }
  .page .collection .collection-item img{
    margin-bottom: 3.86vw;
  }
  .page .collection .collection-item-text-top {
    font-size: 3.86vw;
    font-weight: 600;
    font-family: "ivypresto-display", serif;
  }
  .page .collection .collection-item-text-bottom {
    font-size: 3.7vw;
    font-weight: 600;
    font-family: "ivypresto-display", serif;
    margin-bottom: 0;
  }
}

/* ポップアップ表示
---------------------------*/
body {
  padding-right: 0px !important;
}

.remodal {
  overflow: initial;
}
@media screen and (max-width: 768px) {
  .remodal {
    padding: 2.4vw;
  }
}
.remodal-overlay {
  z-index: 9997;
}
.remodal-wrapper {
  background: rgba(0, 0, 0, 0.6);
  padding: 60px 20px 20px;
  overflow: auto;
  z-index: 9998;
}
@media screen and (max-width: 768px) {
  .remodal-wrapper {
    padding: 4.8vw;
  }
}
.remodal-close {
  position: absolute;
  top: -50px;
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  .remodal-close {
    top: -10.9vw;
  }
}
.remodal-close:before {
  color: transparent;
  text-indent: -999999px;
  width: 40px;
  height: 40px;
  background-image: url("/ec/img/usr/pg/campaign/hilton_toga/25ss/icon-close.png") !important;
  background-size: auto 70% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("/ec/img/usr/pg/campaign/hilton_toga/25ss/icon-close.png") !important;
}
@media screen and (max-width: 768px) {
  .remodal-close:before {
    width: 8.5vw;
    height: 8.5vw;
  }
}
.remodal .goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .remodal .goods {
    width: 100%;
  }
}
.remodal .goods > li {
  width: 46%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .remodal .goods > li {
    width: 50%;
    margin-right: 0;
  }
}
.remodal .goods > li:last-child {
  margin-right: 0;
}
.remodal .goods > li .item__list__text {
  margin: 14px auto 0;
}
@media screen and (max-width: 768px) {
  .remodal .goods > li .item__list__text {
    width: 86%;
    margin: 2.4vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .remodal .goods > li .item__list__img img {
    max-height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .remodal.is-one .goods > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .remodal.is-one .goods > li > div {
    width: 50%;
  }
  .remodal.is-one .goods > li .item__list__text {
    margin-top: 0;
    padding: 0 3.6vw;
  }
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.page {
  /* lineup
  ---------------------------*/
}
.page .lineup {
  margin: 224px auto 0;
  padding: 0 0 110px;
}
@media screen and (max-width: 768px) {
  .page .lineup {
    margin: 46.1vw auto 0;
    padding: 0 0 18.8vw;
  }
}
.page .lineup .c-title {
  margin: 0 auto 40px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .page .lineup .c-title {
    margin: 0 auto 7vw;
    font-size: 5.8vw;
  }
}
.page .lineup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .lineup-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page .lineup-item {
  width: 9%;
  max-width: 130px;
  margin-right: 1.8%;
}
@media screen and (max-width: 1100px) and (min-width: 415px) {
  .page .lineup-item {
    width: 86px;
  }
}
@media screen and (max-width: 768px) {
  .page .lineup-item {
    width: 27.8vw;
    max-width: 100%;
    margin-right: 2.2vw;
    margin-top: 3.6vw;
  }
  .page .lineup-item:nth-child(3n) {
    margin-right: 0;
  }
  .page .lineup-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.page .lineup-item:last-child {
  margin-right: 0;
}
.page .lineup-item:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  border-bottom: 2px solid #ccc;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.page .lineup-item.is-active:after {
  width: 100%;
}
.page .lineup-item__text {
  margin: 12px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .lineup-item__text {
    margin: 1.9vw auto 0;
  }
}
.page .lineup-item__text p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page .lineup-item__text p {
    font-size: 2.9vw;
  }
}
.page .lineup-item a:hover {
  opacity: 1;
}