@charset "UTF-8";
/* RS CSS (home.css) */
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: -0.6px;
}

.shadow {
  -moz-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
  -webkit-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
  -ms-box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
  box-shadow: 0px 0px 28px -10px rgba(0, 0, 0, 0.69);
}

.clearfix:before, .news_list ul li a:before, .news_list ul li span:before, .clearfix:after, .news_list ul li a:after, .news_list ul li span:after {
  content: "";
  display: table;
}
.clearfix:after, .news_list ul li a:after, .news_list ul li span:after {
  clear: both;
}

/* ============================================
 slider
============================================ */
#main_slick {
  padding-bottom: 30px;
}
#main_slick .wrapper {
  width: 100%;
  padding: 0;
}

.slick-slide {
  position: relative;
  margin: 20px 10px;
  width: 240px;
}
.slick-slide .youtube_inner {
  position: relative;
  width: 100%;
}
.slick-slide .youtube_inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.slick_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.slick-dots {
  bottom: -10px;
}
.slick-dots li {
  width: 50px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "ー";
  width: 50px;
  height: 20px;
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  text-align: center;
}

/* ============================================
 contents
============================================ */
#main_visual {
  position: relative;
  width: 100%;
  height: 100vh;
}

#section01_video-area {
  background: url("https://d20dfxyuz7q532.cloudfront.net/tuyu/2022/bg_fix2.jpg") no-repeat;
  background-size: cover;
  position: fixed;
  z-index: -2;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video_section01 {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.777778vh;
  height: 62.25vw;
  min-height: 180%;
  min-width: 330%;
}

.video_mesh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://d20dfxyuz7q532.cloudfront.net/tuyu/2022/mesh.png") repeat;
  opacity: 0.3;
}

.scroll {
  position: relative;
  margin: 30px auto;
  text-align: center;
}

/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  top: 1px;
  right: 50%;
  margin-right: -20px;
  width: 40px;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    top: 1px;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 1px;
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
section {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 40px;
  background: #dcf1f7;
}
section h2 {
  font-family: "Florsn01";
  text-align: left;
  line-height: 1;
  letter-spacing: 7px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-left: 20px;
  margin-top: 50px;
  color: #231e7d;
  font-size: 24px;
  font-size: 6.4vw;
}
section h2 img {
  margin-top: 0;
  height: auto;
  width: 60%;
  margin-left: 0;
}
section .inner {
  position: relative;
  padding: 5px 0;
  margin-top: 10px;
}
section .more {
  margin: 50px 0 10px;
  text-align: center;
}
section .more p {
  display: inline-block;
  width: 35%;
  max-width: 150px;
}
section .more a {
  font-family: "Florsn02";
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0 auto;
  width: 100%;
  background: transparent;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 3.2vw;
  border-radius: 10px;
  color: #2177a8;
  border: solid 1px #2177a8;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_logo {
  width: 90%;
  margin: 5% auto;
  text-align: center;
}

.main_img {
  width: 100%;
}
.main_img img {
  width: 100%;
}

#banner {
  padding: 20px 0 0px;
}
#banner .top_banner {
  width: 90%;
  margin: 10px auto 0;
}
#banner .top_banner {
  width: 95%;
  margin: 10px 0 0 0%;
  display: flex;
}
#banner .top_banner a {
  width: 45%;
  margin: 0 0 0 5%;
  display: inline-block;
}

/*-----------------------------------------------------------------
  top
------------------------------------------------------------------*/
#top {
  padding: 0;
}
#top .main_visual {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("https://d20dfxyuz7q532.cloudfront.net/tuyu/2022/sp_main.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}

/*-----------------------------------------------------------------
  news
------------------------------------------------------------------*/
#news {
  padding-top: 0px;
}
#news .inner {
  position: relative;
  padding: 5px 0;
  margin-top: 10px;
  width: 100vw;
}
#news .news_view {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
#news .news_swipe {
  position: relative;
  display: flex;
  width: 400vw;
  left: 0;
}
#news .news_sub_menu {
  margin: 50px auto 30px;
}
#news .news_sub_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .news_sub_menu ul li {
  border-right: 1px solid #2177a8;
  line-height: 1;
}
#news .news_sub_menu ul li:first-child {
  border-left: 1px solid #2177a8;
}
#news .news_sub_menu ul li a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #2177a8;
  text-align: center;
  letter-spacing: 1px;
  padding: 0 12px;
  font-size: 11px;
  font-size: 2.9333333333vw;
  font-family: "Florsn01";
}
#news .news_menu {
  display: block;
  cursor: pointer;
  z-index: 1;
}
#news .news_menu.active {
  color: #ad57de;
}

.news_list {
  padding: 0 20px;
}
.news_list ul li {
  position: relative;
  background-image: url("https://d20dfxyuz7q532.cloudfront.net/tuyu/2022/line.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 5px 5px 10px;
}
.news_list ul li .tag {
  position: absolute;
  text-align: center;
  right: 0;
  top: 18%;
  display: inline-block;
  padding: 0px 5px;
  font-size: 9px;
  font-size: 2.4vw;
  color: #fff;
  background: #2177a8;
  border-radius: 5px;
}
.news_list ul li a, .news_list ul li span {
  position: relative;
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news_list ul li a:hover, .news_list ul li span:hover {
  text-decoration: none;
}
.news_list ul li a i, .news_list ul li span i {
  position: absolute;
  right: 5px;
  font-weight: bold;
  top: 34px;
  font-size: 20px;
  font-size: 1.6666666667rem;
}
.news_list ul li .news_date {
  position: relative;
  margin-bottom: 1px;
  letter-spacing: 3px;
  color: #2177a8;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
.news_list ul li .news_date .new {
  margin-left: 5px;
  color: #6AB9E7FF;
}
.news_list ul li .news_tit {
  font-size: 14px;
  font-size: 3.7333333333vw;
}

/*-----------------------------------------------------------------
  video area
------------------------------------------------------------------*/
#video_area {
  margin-top: 220px;
  background-size: cover;
  padding: 50px 0 70px;
}
#video_area .inner {
  padding: 0 30px;
}
#video_area h2 {
  margin-top: -200px;
}
#video_area .yt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}

#video_slick {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.video_slide {
  margin: 0 0;
}

#video_slick_next, #video_slick_preview {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  margin-top: -6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

#video_slick_next {
  right: -35px;
}

#video_slick_preview {
  left: -35px;
}

.video_tit {
  margin-top: 5px;
  text-align: center;
}

.video_btn {
  text-align: center;
  margin: 25px auto 0;
}
.video_btn img {
  max-width: 90px;
}

.video_slide_inner img {
  width: 100%;
  max-width: none;
}
.video_slide_inner a {
  display: block;
  position: relative;
}
.video_slide_inner p {
  font-size: 11px;
  font-size: 0.9166666667rem;
  margin-top: 5px;
  color: #231e7d;
}

.video_fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(195, 11, 15, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.rains {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /* height: 100%; */
  z-index: 1;
}

.rains span {
  position: absolute;
  width: 1px;
  height: 60px;
  background: #2276a8;
  opacity: 0.59;
}

.rains span:nth-child(1) {
  left: 5%;
  top: -190px;
  animation: rain-anim 13s infinite;
}

.rains span:nth-child(2) {
  left: 10%;
  top: -180px;
  animation: rain-anim 14s infinite;
}

.rains span:nth-child(3) {
  left: 15%;
  top: -170px;
  animation: rain-anim 11s infinite;
}

.rains span:nth-child(4) {
  left: 20%;
  top: -160px;
  animation: rain-anim 15s infinite;
}

.rains span:nth-child(5) {
  left: 25%;
  top: -150px;
  animation: rain-anim 13s infinite;
}

.rains span:nth-child(6) {
  left: 30%;
  top: -150px;
  animation: rain-anim 14s infinite;
}

.rains span:nth-child(7) {
  left: 35%;
  top: -160px;
  animation: rain-anim 16s infinite;
}

.rains span:nth-child(8) {
  left: 40%;
  top: -170px;
  animation: rain-anim 10s infinite;
}

.rains span:nth-child(9) {
  left: 45%;
  top: -180px;
  animation: rain-anim 12s infinite;
}

.rains span:nth-child(10) {
  left: 50%;
  top: -190px;
  animation: rain-anim 14s infinite;
}

.rains span:nth-child(11) {
  left: 55%;
  top: -190px;
  animation: rain-anim 13s infinite;
}

.rains span:nth-child(12) {
  left: 60%;
  top: -180px;
  animation: rain-anim 9s infinite;
}

.rains span:nth-child(13) {
  left: 65%;
  top: -170px;
  animation: rain-anim 17s infinite;
}

.rains span:nth-child(14) {
  left: 70%;
  top: -160px;
  animation: rain-anim 15s infinite;
}

.rains span:nth-child(15) {
  left: 75%;
  top: -150px;
  animation: rain-anim 13s infinite;
}

.rains span:nth-child(16) {
  left: 80%;
  top: -150px;
  animation: rain-anim 17s infinite;
}

.rains span:nth-child(17) {
  left: 85%;
  top: -160px;
  animation: rain-anim 11s infinite;
}

.rains span:nth-child(18) {
  left: 90%;
  top: -170px;
  animation: rain-anim 12s infinite;
}

.rains span:nth-child(19) {
  left: 95%;
  top: -180px;
  animation: rain-anim 14s infinite;
}

.rains span:nth-child(20) {
  left: 100%;
  top: -190px;
  animation: rain-anim 16s infinite;
}

@keyframes rain-anim {
  0% {
    transform: translate(0px, 0px);
  }
  4% {
    transform: translate(0px, 1600px);
  }
  5% {
    transform: translate(200px, 0px);
  }
  9% {
    transform: translate(200px, 1600px);
  }
  10% {
    transform: translate(-100px, 0px);
  }
  14% {
    transform: translate(-100px, 1600px);
  }
  15% {
    transform: translate(-200px, 0px);
  }
  19% {
    transform: translate(-200px, 1600px);
  }
  20% {
    transform: translate(100px, 0px);
  }
  24% {
    transform: translate(100px, 1600px);
  }
  25% {
    transform: translate(-150px, 0px);
  }
  29% {
    transform: translate(-150px, 1600px);
  }
  30% {
    transform: translate(-80px, 0px);
  }
  34% {
    transform: translate(-80px, 1600px);
  }
  35% {
    transform: translate(150px, 0px);
  }
  39% {
    transform: translate(150px, 1600px);
  }
  40% {
    transform: translate(-60px, 0px);
  }
  44% {
    transform: translate(-60px, 1600px);
  }
  45% {
    transform: translate(90px, 0px);
  }
  49% {
    transform: translate(90px, 1600px);
  }
  50% {
    transform: translate(60px, 0px);
  }
  54% {
    transform: translate(60px, 1600px);
  }
  55% {
    transform: translate(-60px, 0px);
  }
  59% {
    transform: translate(-60px, 1600px);
  }
  60% {
    transform: translate(-40px, 0px);
  }
  64% {
    transform: translate(-40px, 1600px);
  }
  65% {
    transform: translate(40px, 0px);
  }
  69% {
    transform: translate(40px, 1600px);
  }
  70% {
    transform: translate(-20px, 0px);
  }
  74% {
    transform: translate(-20px, 1600px);
  }
  75% {
    transform: translate(-110px, 0px);
  }
  79% {
    transform: translate(-110px, 1600px);
  }
  80% {
    transform: translate(20px, 0px);
  }
  84% {
    transform: translate(20px, 1600px);
  }
  85% {
    transform: translate(-20px, 0px);
  }
  89% {
    transform: translate(-20px, 1600px);
  }
  90% {
    transform: translate(50px, 0px);
  }
  99% {
    transform: translate(50px, 1600px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
#loading {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: url("https://d20dfxyuz7q532.cloudfront.net/tuyu/2022/menu_bg_sp.jpg") no-repeat;
  background-size: 120% 120%;
  animation: gradient 20s ease infinite;
}
#loading .spinner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#loading .spinner img {
  width: 20%;
  max-width: 200px;
}

@keyframes gradient {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 20%;
  }
  100% {
    background-position: 0% 100%;
  }
}
/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 768px) {
  /* ============================================
   slider
  ============================================ */
  #main_slick {
    padding-bottom: 30px;
  }
  #main_slick .wrapper {
    width: 100%;
    padding: 0;
  }

  .slick-slide {
    margin: 20px 15px;
    width: 650px;
  }
  .slick_wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }

  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    margin: 0 5px;
    position: relative;
    display: inline-block;
    height: 40px;
    width: 110px;
  }

  .slick-dotted.slick-slider {
    margin: 0;
  }

  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "ー";
    width: 110px;
    height: 60px;
    font-family: "slick";
    font-size: 110px;
    line-height: 50px;
    text-align: center;
  }

  /* ============================================
   contents
  ============================================ */
  #main_visual {
    position: relative;
    width: 100%;
    height: 100vh;
  }

  #section01_video-area {
    background: url("https://d20dfxyuz7q532.cloudfront.net/tuyu/2022/bg_fix2.jpg") no-repeat;
    background-size: cover;
    position: fixed;
    z-index: -2;
    /*最背面に設定*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }

  #video_section01 {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.777778vh;
    height: 62.25vw;
    min-height: 180%;
    min-width: 330%;
  }

  .video_mesh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://d20dfxyuz7q532.cloudfront.net/tuyu/2022/mesh.png") repeat;
    opacity: 0.3;
  }

  .scroll {
    position: relative;
    margin: 30px auto;
    text-align: center;
  }

  /*=== 9-1-4 矢印が動いてスクロールを促す  ====*/
  /*スクロールダウン全体の場所*/
  .scrolldown4 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    top: 1px;
    right: 50%;
    margin-right: -20px;
    width: 40px;
    /*矢印の動き1秒かけて永遠にループ*/
    animation: arrowmove 1s ease-in-out infinite;
  }

  /*下からの距離が変化して全体が下→上→下に動く*/
  @keyframes arrowmove {
    0% {
      top: 1px;
    }
    50% {
      top: 5px;
    }
    100% {
      top: 1px;
    }
  }
  /*Scrollテキストの描写*/
  .scrolldown4 span {
    /*描画位置*/
    position: absolute;
    left: -20px;
    bottom: 10px;
    /*テキストの形状*/
    color: #eee;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }

  /* 矢印の描写 */
  section {
    position: relative;
    margin: 0 auto;
    padding: 80px 0 80px;
    background: #dcf1f7;
  }
  section h2 {
    font-family: "Florsn01";
    text-align: left;
    line-height: 1;
    letter-spacing: 9px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding-left: 0;
    margin-top: 50px;
    color: #231e7d;
    font-size: 33px;
    font-size: 2.75rem;
  }
  section h2 img {
    margin-top: 0;
    height: auto;
    width: 60%;
    margin-left: 0;
  }
  section .inner {
    position: relative;
    padding: 5px 0;
    margin-top: 10px;
  }
  section .more {
    margin: 100px 0 100px;
    text-align: center;
  }
  section .more p {
    display: inline-block;
    width: 35%;
    max-width: 190px;
    margin-right: 0px;
  }
  section .more a {
    font-family: "Florsn02";
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 0 auto;
    width: 100%;
    background: transparent;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.3333333333rem;
    border-radius: 20px;
    color: #2177a8;
    border: solid 1px #2177a8;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main_logo {
    width: 90%;
    margin: 5% auto;
    text-align: center;
  }

  .main_img {
    width: 100%;
  }
  .main_img img {
    width: 100%;
  }

  #banner {
    padding: 30px 0 0;
  }
  #banner .top_banner {
    width: 80%;
    max-width: 800px;
    margin: 30px auto 0;
  }

  /*-----------------------------------------------------------------
    top
  ------------------------------------------------------------------*/
  #top {
    max-width: none;
    padding: 0;
  }
  #top .main_visual {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("https://d20dfxyuz7q532.cloudfront.net/tuyu/2022/pc_main.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }

  /*-----------------------------------------------------------------
    news
  ------------------------------------------------------------------*/
  #news {
    padding-top: 30px;
  }
  #news .inner {
    position: relative;
    padding: 5px 30px;
    margin-top: 10px;
    width: 25%;
  }
  #news .news_view {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  #news .news_swipe {
    position: relative;
    display: flex;
    width: 400%;
    left: 0;
  }
  #news .news_sub_menu {
    margin: 80px auto 60px;
  }
  #news .news_sub_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #news .news_sub_menu ul li {
    border-right: 1px solid #2177a8;
    line-height: 1;
  }
  #news .news_sub_menu ul li a {
    color: #2177a8;
    text-align: center;
    letter-spacing: 3px;
    padding: 0 18px;
    font-size: 14px;
    font-size: 1.1666666667rem;
    font-family: "Florsn01";
  }

  .news_list {
    padding: 0;
  }
  .news_list ul li {
    position: relative;
    background-image: url("https://d20dfxyuz7q532.cloudfront.net/tuyu/2022/line.png");
    background-size: 520px 7px;
    background-position: center bottom;
    background-repeat: repeat-x;
    padding: 5px 5px 10px;
  }
  .news_list ul li .tag {
    position: absolute;
    text-align: center;
    right: 0;
    top: 30px;
    display: inline-block;
    padding: 0px 12px;
    font-size: 11px;
    font-size: 0.9166666667rem;
    color: #fff;
    background: #2177a8;
    border-radius: 5px;
  }
  .news_list ul li a, .news_list ul li span {
    position: relative;
    display: block;
    padding: 25px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .news_list ul li a:hover, .news_list ul li span:hover {
    text-decoration: none;
  }
  .news_list ul li a i, .news_list ul li span i {
    position: absolute;
    right: 5px;
    font-weight: bold;
    top: 34px;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  .news_list ul li .news_date {
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 3px;
    color: #2177a8;
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  .news_list ul li .news_date .new {
    margin-left: 5px;
    color: #6AB9E7FF;
  }
  .news_list ul li .news_tit {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }

  /*-----------------------------------------------------------------
    video area
  ------------------------------------------------------------------*/
  #video_area {
    margin-top: 340px;
    background-size: cover;
    padding: 50px 0 70px;
  }
  #video_area .inner {
    padding: 0 30px;
  }
  #video_area h2 {
    max-width: 1000px;
    margin: -320px auto 50px;
  }
  #video_area .yt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
  }

  #video_slick {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .video_slide {
    margin: 0 0;
  }

  #video_slick_next, #video_slick_preview {
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    margin-top: -6px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }

  #video_slick_next {
    right: -35px;
  }

  #video_slick_preview {
    left: -35px;
  }

  .video_tit {
    margin-top: 5px;
    text-align: center;
  }

  .video_btn {
    text-align: center;
    margin: 25px auto 0;
  }
  .video_btn img {
    max-width: 90px;
  }

  .video_slide_inner img {
    width: 100%;
    max-width: none;
  }
  .video_slide_inner a {
    display: block;
    position: relative;
  }
  .video_slide_inner p {
    font-size: 14px;
    font-size: 1.1666666667rem;
    margin-top: 5px;
    letter-spacing: 2px;
  }

  .video_fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(195, 11, 15, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .rains {
    left: 0;
    top: 0;
    width: 100%;
  }

  .rains span {
    position: absolute;
    width: 1px;
    height: 60px;
  }

  #loading {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: url("https://d20dfxyuz7q532.cloudfront.net/tuyu/2022/menu_bg_pc.jpg") no-repeat;
    background-size: 120% 120%;
    animation: gradient 20s ease infinite;
  }
  #loading .spinner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #loading .spinner img {
    width: 12%;
    max-width: 100px;
  }
}

/*# sourceMappingURL=home.css.map */
