/*****************************************************************************
CSS only for top page april fool ver
*****************************************************************************/

/* Header
-----------------------------------------*/
.Header {
  padding-top: 0;
  background: linear-gradient(to right, #284386 85%, #0f2d78 100%);
}
@media screen and (max-width: 1200px) {
  .Header {
    background: linear-gradient(to right, #294486 92%, #1e3a80 100%);
  }
}
.Header::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  z-index: 1;
  width: 70%;
  max-height: 85px;
  background-image: url(/index/img/theme_april-fool/bg_header_pc.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  .Header::before {
    background-image: url(/index/img/theme_april-fool/bg_header_sp.png);
    left: 0;
    width: 84%;
  }
}
.Header::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  width: 70%;
  background-color: #0c2b76;
  transform: skewX(-15deg);
}
@media screen and (max-width: 1200px) {
  .Header::after {
    left: -14px;
    width: 86%;
  }
}
.Header__link {
  background-color: transparent;
}
.Header__link ul li a:link    { color: #fff; }
.Header__link ul li a:visited { color: #fff; }
.Header__link ul li a:hover   { color: #fff; }
.Header__link ul li a:focus   { color: #fff; }
.Header__link ul li a:active  { color: #fff; }

.Header__link ul a.Iconlink::before {
  background-color: #fff;
}
.Header__link ul a span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.Nav {
  background-color: #000;
}

/* Mv
-----------------------------------------*/
.Mv {
  padding: 0;
}
.Mv::after {
  content: none;
}
.Mv__outer {
  padding: 3.64583% 0 5%;
  background: url(/index/img/theme_april-fool/bg_mv.webp) no-repeat center center / cover;
}
@media screen and (max-width: 1200px) {
  .Mv__outer {
    padding: 86px 0 60px;
  }
}
