﻿/*!
Theme Name:麺屋武蔵PCSP2016
Description:麺屋武蔵PCSP用テーマ。
Version:1 2016-10-27
Theme URI:
Author:株式会社SPC
Author URI:http://spc-jpn.co.jp/
License:.
License URI:
Tags:
Text Domain:
*/
.l-gift .details th,
.l-gift .details td {
  color: #fff;
}
.l-gift a {
  cursor: pointer !important;
}
.l-gift .logo {
  margin: 0 5rem 0 0 !important;
}
.l-gift .l-nav ul li a {
  padding: 3rem 1rem;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .l-gift .l-nav ul li a {
    padding: 3rem 1rem;
  }
}
.l-gift .l-nav {
  justify-content: center;
  padding: 0 3.125%;
}

/* 2022.07.20～ 期間限定コラボTOPに合わせてMV調整 */
.l-top .s1 {
  position: relative;
}
.l-top .fp-scrollable {
  overflow: hidden;
}
.l-top .s1 .bg-wrap {
  height: 43.7vw;
  min-height: calc(100vh - 100px);
}
@media screen and (max-width: 767px) {
  .l-top .s1 .bg-wrap {
    height: 132.13vw;
    min-height: auto;
    background-size: 111% auto !important;
  }
}
/* 2022.07.20～ 期間限定コラボTOP */
.VTubercollabo__img {
  position: absolute;
  z-index: 9999;
  transition: 1s;
}
.VTubercollabo__img:not(.load) {
  opacity: 0;
}
.VTubercollabo__img.anime {
  animation: VTuberAnime 2s infinite alternate both running;
}
.VTubercollabo__img--01 {
  top: 500px;
  top: 50.2vh;
  right: 13.54%;
  animation-delay: -1s;
}
.VTubercollabo__img--02 {
  top: 170px;
  top: 10.48vh;
  right: 9.375%;
  animation-delay: -3s;
}
.VTubercollabo__img--03 {
  top: 330px;
  top: 39.76vh;
  left: 9.375%;
  animation-delay: -2.3s;
}
@media (max-width: 1400px) {
  .VTubercollabo__img--01 {
    right: 130px;
  }
  .VTubercollabo__img--02 {
    right: 120px;
  }
  .VTubercollabo__img--03 {
    left: 0;
  }
}
@keyframes VTuberAnime {
  0% {
    transform: rotate(-10deg);
  }
  20% {
    transform: rotate(10deg);
  }
  30% {
    transform: none;
  }
  100% {
    transform: none;
  }
}
@media (max-width: 767px) {
  .VTubercollabo__img {
    width: 40vw;
  }
  .VTubercollabo__img--01 {
    top: auto;
    right: 0;
    bottom: 80px;
    bottom: 16%;
  }
  .VTubercollabo__img--02 {
    top: 0;
    right: 0;
  }
  .VTubercollabo__img--03 {
    top: 2%;
    left: 0;
  }
}
