@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.content {
  background: url("../images/bg_content.png") bottom center/100% auto no-repeat;
  background-color: #000;
  color: #fff;
  padding-bottom: 200px;
}
@media all and (max-width: 1025px) {
  .content {
    background-size: 1000px auto;
  }
}
@media all and (max-width: 896px) {
  .content {
    padding-bottom: 150px;
  }
}

.top_content {
  position: relative;
  z-index: 20;
}
.top_content::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #000), to(transparent));
  background: linear-gradient(to bottom, #000 75%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
}
@media all and (max-width: 1025px) {
  .top_content::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #000), to(transparent));
    background: linear-gradient(to bottom, #000 90%, transparent 100%);
  }
}

/* top_mainvisual
*****************************************************************/
.top_mainvisual {
  height: 100vh;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .top_mainvisual {
    min-height: 600px;
  }
}
.top_mainvisual .movie_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* top_intro
*****************************************************************/
.top_intro .area_intro {
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .top_intro .area_intro {
    padding-top: 80px;
  }
}
.top_intro .copy_intro {
  max-width: 800px;
  margin: 0 auto;
}
.top_intro .txt_intro {
  text-align: center;
  margin-top: 100px;
  font-size: 2.4rem;
  line-height: 2.4;
}
@media all and (max-width: 896px) {
  .top_intro .txt_intro {
    margin-top: 80px;
    font-size: 1.8rem;
  }
}
.top_intro .txt_intro .txt_strong {
  color: #C30D23;
}

/* top_link
*****************************************************************/
.top_link .area_link {
  text-align: center;
  padding-top: 80px;
}
.top_link .list_link {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 2.7%;
}
@media all and (max-width: 896px) {
  .top_link .list_link {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 15px;
  }
}
.top_link .list_link .block_txt {
  padding-top: 97%;
  position: relative;
}
.top_link .list_link .block_txt .box_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_link .list_link .block_img {
  padding-top: 97%;
  position: relative;
  overflow: hidden;
}
.top_link .list_link .block_img .box_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_link .list_link .block_img .fitimg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top_link .list_link > li:nth-of-type(1) .box_txt {
  background: #986C4C;
}
.top_link .list_link > li:nth-of-type(2) .box_txt {
  background: #2D6996;
}
.top_link .list_link > li:nth-of-type(3) .box_txt {
  background: #7D0046;
}
.top_link .list_link > li:nth-of-type(4) .box_txt {
  background: #64578D;
}
.top_link .list_link > li > a {
  display: block;
  position: relative;
}
.top_link .list_link > li > a:hover {
  opacity: 1;
}
.top_link .list_link > li > a:hover .fitimg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.top_link .list_link > li > a.link_none {
  pointer-events: none;
}
.top_link .list_link > li > a.link_none .box_txt {
  background: #333;
  color: #afafaf;
}
.top_link .list_link > li > a.link_none .txt_circle {
  background: #1a1a1a;
}
.top_link .list_link > li > a.link_none .fitimg {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.top_link .list_link > li .txt_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  height: 45px;
  font-size: 1.6rem;
  background: #820009;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 50;
}
@media all and (max-width: 480px) {
  .top_link .list_link > li .txt_circle {
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
    top: -25px;
  }
}
.top_link .list_link > li .txt_soon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 0.6em;
  background: #820009;
  color: #fff;
  font-size: 2rem;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 480px) {
  .top_link .list_link > li .txt_soon {
    font-size: 1.6rem;
  }
}
.top_link .ttl_link {
  font-size: 3rem;
}
@media all and (max-width: 480px) {
  .top_link .ttl_link {
    font-size: 2rem;
  }
}
.top_link .ttl_link .ttl_ruby {
  position: relative;
}
.top_link .ttl_link .ttl_ruby rt {
  font-size: 0.5em;
  width: 100%;
  -moz-text-align-last: justify;
       text-align-last: justify;
  position: absolute;
  top: -1.8em;
  left: 0;
}
.top_link .btn_reserve {
  text-align: center;
  width: 240px;
  margin: auto;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .top_link .btn_reserve {
    width: 200px;
    margin-top: 40px;
  }
}
.top_link .btn_reserve > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6em 0.8em;
  display: block;
  font-size: 2.2rem;
  background: #C30D23;
  color: #fff;
}
@media all and (max-width: 896px) {
  .top_link .btn_reserve > a {
    font-size: 1.8rem;
  }
}
.top_link .btn_reserve > a::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/circle_arrow_right_white.svg") center center/contain no-repeat;
  vertical-align: -0.2em;
  margin-left: 0.5em;
}
/* 背景動画：ラッパーごと操作不能にしてYouTube UIを出させない
*****************************************************************/
.top_mainvisual .video_wrap,
.top_mainvisual .video_wrap *,
.top_mainvisual #video_background,
.top_mainvisual iframe {
  pointer-events: none !important;
  border: 0;
}
.top_mainvisual .video_wrap {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
/* 動画の上に重ねる透明レイヤー（ブラウザ側の動画UI対策） */
.top_mainvisual .video_shield {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: transparent;
  cursor: default;
}
/* イントロ等のコンテンツは前面 */
.top_content { position: relative; z-index: 20; }

/* 素のiframe埋め込み用 */
.top_mainvisual .video_wrap iframe#video_background {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  pointer-events: none !important;
}


/* fixes: mobile - hide redundant top_link quick-nav cards (duplicates the 01-04 detail list below) */
@media (max-width: 820px) {
  body.page-template-urara .top_link .list_link { display: none !important; }
}


/* fixes: .txt_circle badge text (e.g. "専用") was near-black on a dark maroon background - unreadable */
.top_link .list_link > li .txt_circle { color: #fff; }
