@charset "UTF-8";
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Noto Sans CJK JP", "メイリオ", Meiryo, sans-serif;
  background-color: #353535;
  font-size: 16px;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* リスト要素のマーカー（通し番号など）をリセット */
ul,
ol {
  list-style: none;
}

/* リンクの下線を削除 */
a {
  text-decoration: none;
  color: #fff;
}

/* h1〜h6要素のデフォルトのマージンをリセット */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* フォーム要素のデフォルトのスタイルをリセット */
input,
textarea,
button,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

/* レスポンシブ*/
/* 共通項目 */
p {
  line-height: 1.8rem;
}

.sec-ttl {
  font-size: 2.4rem;
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 480px) {
  .sec-ttl {
    font-size: 1.8rem;
  }
}

.bold {
  font-weight: bold;
}

.flexBox {
  display: flex;
}
@media (max-width: 820px) {
  .flexBox {
    flex-direction: column;
  }
}

.wid100 {
  width: 100%;
  vertical-align: bottom;
}

.mT100 {
  margin: 100px auto;
}
@media (max-width: 820px) {
  .mT100 {
    margin: 60px auto;
  }
}

.txtRed {
  color: #f00000;
}

@media (min-width: 481px) {
  .sp_only {
    display: none;
  }
}
/* スタイル定義 */
/*ローディング*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #8a0000;
  position: fixed;
  z-index: 10000;
}
#loading .lol-anime {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  padding-top: 25vh;
  animation: bounce 1.2s infinite linear;
}
@keyframes bounce {
  0% {
    animation-timing-function: cubic-bezier(0.138, 0.2541, 0.2177, 0.8747);
    transform: translate(0, 0) scaleY(1);
  }
  37% {
    animation-timing-function: cubic-bezier(0.7679, 0.1817, 0.8401, 0.7167);
    transform: translate(0, -39.96%) scaleY(1);
  }
  72.2% {
    animation-timing-function: cubic-bezier(0.1045, 0.2026, 0.2224, 0.9608);
    transform: translate(0, 0) scaleY(1);
  }
  87.2% {
    animation-timing-function: cubic-bezier(0.7463, 0.2314, 0.8159, 0.6941);
    transform: translate(0, 19.85%) scaleY(0.603);
  }
  100% {
    transform: translate(0, 0) scaleY(1);
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/* container */
.container {
  overflow: hidden;
}

/*  header  */
.header-nav {
  padding: 40px 40px 40px 80px;
  position: fixed;
  z-index: 1000;
}
.header-nav ul {
  display: flex;
}
.header-nav ul li {
  margin-right: 50px;
}
.header-nav ul li :last-child {
  margin-right: 0;
}

/* TOP */
.lol-fv {
  position: relative;
  height: 100vh;
}
.lol-fv video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  z-index: -100;
}
@media (max-width: 480px) {
  .lol-fv video {
    -o-object-position: 60%;
       object-position: 60%;
  }
}
.lol-fv .bloodTop {
  position: absolute;
  width: 50%;
  right: 0;
  z-index: 100;
}
@media (max-width: 820px) {
  .lol-fv .bloodTop {
    width: 70%;
  }
}
.lol-fv .LOLbackTxt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -90;
}
.lol-fv .LOLttlBg {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 45%;
}
@media (max-width: 1024px) {
  .lol-fv .LOLttlBg {
    width: 100%;
  }
}
.lol-fv .newsLink {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  animation: bounce2 1s infinite;
}
@keyframes bounce2 {
  0% {
    transform: scale(1, 0.8);
  }
  20% {
    transform: scale(0.8, 1.1);
  }
  90% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 0.8);
  }
}
.lol-fv .newsLink :hover {
  transform: scale(1.1);
}
@media (max-width: 820px) {
  .lol-fv .newsLink {
    bottom: -8%;
  }
}
.lol-fv .newsLink img {
  width: 85%;
  transition: 0.3s ease-in;
}

/*TVアニメーション*/
.RetroTV {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-top: 50vh;
}
.RetroTV_img {
  width: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -50;
}
@media (max-width: 480px) {
  .RetroTV_img {
    width: 150%;
  }
}
.RetroTV_cautionBox {
  width: 297px;
  height: 220px;
  border-radius: 25px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #333;
  transform: translate(77%, -67%);
  scroll-snap-type: y mandatory;
}
@media (min-width: 481px) and (max-width: 820px) {
  .RetroTV_cautionBox {
    width: 38%;
    height: 29vw;
  }
}
@media (max-width: 480px) {
  .RetroTV_cautionBox {
    width: 56%;
    height: 42vw;
    transform: translate(32%, -67%);
  }
}
.RetroTV_cautionBox section {
  margin: 105px auto;
  scroll-snap-align: center;
}
@media (max-width: 480px) {
  .RetroTV_cautionBox section {
    margin: 72px auto;
  }
}
.RetroTV_cautionBox section p {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "游明朝 Medium", serif;
}
.RetroTV_cautionBox section p span {
  background-color: #f00000;
}
.RetroTV_cautionBox img {
  width: 100%;
  vertical-align: bottom;
}
.RetroTV_cautionBox::-webkit-scrollbar {
  display: none;
}

/*コンテンツ*/
.sec-info {
  max-width: 1080px;
  padding-right: 30px;
  padding-left: 30px;
}
.sec-info .main-article {
  margin-bottom: 50px;
}
@media (max-width: 820px) {
  .sec-info .main-article {
    max-width: 480px;
    margin: 0 auto 30px;
  }
}
.sec-info .sub-article {
  justify-content: space-between;
}
.sec-info .sub-article a {
  margin-bottom: 50px;
}
@media (max-width: 820px) {
  .sec-info .sub-article a {
    margin: 0 auto 30px;
  }
}
.sec-info .sub-article article {
  max-width: 480px;
}
.sec-info a img {
  transform: translate(1);
  transition: all 0.5s ease-in-out;
}
.sec-info a :hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.sec-info a .article_img {
  background-color: black;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-info .article_txt h2 {
  background-color: #8a0000;
  font-size: 1.2rem;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.sec-what {
  max-width: 920px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}
.sec-what p {
  text-align: center;
}
.sec-what .wara {
  position: absolute;
  top: 10%;
  right: -16%;
}
.sec-what .wara img {
  width: 70%;
  opacity: 0.8;
}
.sec-what .spray {
  position: absolute;
  bottom: 5%;
  left: -5%;
}
.sec-what .spray img {
  width: 70%;
  opacity: 0.8;
}

/* lol slider */
.slider-wrapper {
  overflow: hidden;
}

.lol-slider {
  background-image: url(../img/lol-slider.png);
  background-size: 50%;
  background-repeat: repeat-x;
  animation: loop-slide 25s infinite linear 0s none running;
  height: 32.6vw;
  width: 200vw;
}
@media (max-width: 480px) {
  .lol-slider {
    background-image: url(../img/lol-slider2.png);
    height: 78vw;
    width: 250vw;
  }
}

@keyframes loop-slide {
  100% {
    background-position: -100% 0;
  }
}
.sec-mem {
  max-width: 1080px;
  padding-right: 30px;
  padding-left: 30px;
}
.sec-mem .mem-note {
  text-align: center;
}
.sec-mem .mem2,
.sec-mem .mem4 {
  flex-direction: row-reverse;
}
.sec-mem .mem1,
.sec-mem .mem2,
.sec-mem .mem3,
.sec-mem .mem4,
.sec-mem .mem5 {
  margin: 50px auto;
  align-items: center;
}
@media (max-width: 820px) {
  .sec-mem .mem1,
  .sec-mem .mem2,
  .sec-mem .mem3,
  .sec-mem .mem4,
  .sec-mem .mem5 {
    flex-direction: column-reverse;
  }
}
.sec-mem .mem-detail,
.sec-mem .mem-detail {
  width: 50%;
}
@media (max-width: 820px) {
  .sec-mem .mem-detail,
  .sec-mem .mem-detail {
    width: 100%;
  }
}
.sec-mem .mem-detail {
  padding: 30px;
}
.sec-mem .mem-detail h3 {
  margin: 0 0 10px;
}
@media (max-width: 820px) {
  .sec-mem .mem-detail {
    padding: 30px 0;
  }
}
.sec-mem .mem-img {
  margin: 0 auto;
}

/* ふわっと出現 */
.zoomInTrigger {
  opacity: 0;
}

.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* 滑らかに変形して出現 */
.smoothTrigger {
  opacity: 0;
}

.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* コラボ履歴 */
.sec-clb {
  max-width: 1024px;
  padding-right: 30px;
  padding-left: 30px;
}
.sec-clb .clb-slider {
  background-image: url(../img/collabo-slider.png);
  background-size: 50%;
  background-repeat: repeat-x;
  animation: loop-slide 25s infinite linear 0s none running;
  height: 15vw;
  width: 300vw;
  margin: 50px 0 0;
}
@media (max-width: 820px) {
  .sec-clb .clb-slider {
    width: 450vw;
    height: 25vw;
  }
}
@keyframes loop-slide {
  100% {
    background-position: -100% 0;
  }
}
.sec-clb .clb-article {
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-clb .clb-article_item {
  max-width: 450px;
  padding-bottom: 20px;
}
@media (max-width: 820px) {
  .sec-clb .clb-article_item {
    margin: 0 auto;
  }
}

.sec-clb .clb-article a article{
  margin-bottom: 20px;
}


.sec-clb .clb-article a img {
  transform: translate(1);
  transition: all 0.5s ease-in-out;
}
.sec-clb .clb-article a :hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.sec-clb .clb-article a .article_img {
  background-color: black;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-clb .clb-article a .article_txt {
  margin-top: 5px;
}

footer {
  padding: 50px 0 50px;
}
footer a {
  display: block;
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}
footer a .contact-btn {
  background: linear-gradient(45deg, #550000, #8a0000);
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
footer .contact-btn:hover {
  transform: translateY(-2px);
  opacity: 0.8;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.sns-link {
  max-width: 400px;
  justify-content: space-around;
  margin: 50px auto;
  flex-direction: row;
}
@media (max-width: 480px) {
  .sns-link {
    max-width: 320px;
  }
}
.sns-link a {
  text-align: center;
}
.sns-link a :hover {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .sns-link a img {
    width: 80%;
  }
}

.copyright {
  text-align: center;
}

/*============
ページトップへ
=============*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8a0000;
  border-radius: 5px;
  width: 100px;
  height: 100px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  font-family: "ab-kokoro-no3", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#page-top a::before {
  position: absolute;
  content: "";
  background: url(../img/sho-jikun.png) no-repeat;
  display: inline-block;
  top: -40%;
  left: -42%;
  width: 95px;
  height: 90px;
  background-size: 80%;
}

#page-top a:hover {
  background: #480000;
}

#page-top a:visited {
  background: inherit;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 1;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
/*============
ハンバーガーnav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #8a0000;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.5s;
  z-index: 1000;
}

.open nav {
  left: 0;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #8a0000;
}
nav .inner ul li img {
  width: 80%;
  margin: 15px;
}

nav .inner ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav .inner ul li a:hover {
  background: #560000;
}

@media screen and (max-width: 767px) {
  nav {
    left: -240px;
    width: 240px;
  }
}
/*============
@keyframes
=============*/
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  left: 30px;
  width: 100px;
  height: 50px;
  transform: translate(0, 0);
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1000;
}

.open .toggle_btn {
  left: 330px;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 5px;
  border-radius: 5px;
  background-color: #8a0000;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 60px;
  animation: equalizer01 7000ms infinite;
}

.toggle_btn span:nth-child(2) {
  top: 20px;
  width: 40px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}

.toggle_btn span:nth-child(3) {
  top: 35px;
  width: 30px;
  animation: equalizer02 5000ms infinite;
}

.open .toggle_btn span {
  background-color: #8a0000;
  width: 50px;
}

.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
  top: 15px;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}

.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}

@media screen and (max-width: 767px) {
  .open .toggle_btn {
    left: 260px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
  transition: all 0.5s;
}

/*ghost*/
.fade-block {
  transform: translate(-100vw);
  transition: all 3s ease;
  position: absolute;
}
.fade-block img {
  opacity: 0.5;
  width: 80%;
}

/* 画面に入った時の動き */
.fade-block.blockIn {
  transform: translate(0vw);
}/*# sourceMappingURL=style.css.map */