@charset "UTF-8";
/*------------------------------------------------------------*/
/*PC設定*/
/*------------------------------------------------------------*/
/*全体レイアウト*/
#wrapper_mazica {
  /*フェードインアニメーション*/
  animation: bodyFadeIn 2s ease 0s 1 normal;
  -webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
  /*基本設定*/
  display: block;
  width: 100%;
  background: #000;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #FFF;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: -1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.movieOP {
    position: relative;
    width: 640px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

/*閉じるボタン*/
.mfp-close-btn-in .mfp-close {
  position: absolute;
  width: 62px;
  height: 62px;
  background: url("../../_img/popup_close@2x.png")no-repeat center top/100% auto;
  top: -30px;
  right: -44px;
  ;
  text-indent: -999999px;
  z-index: 4;
}
/*------------------------------------------------------------*/
/*グローバルナビゲーション*/
/*------------------------------------------------------------*/
#wrapper_mazica nav#mazicaMenu {
  width: 980px;
  height: 164px;
  margin: 0 auto;
  padding-top: 86px;
  background: url("../../_img/bg_menu.png") no-repeat right 10px top 64px/ 924px 68px;
  position: relative;
  box-sizing: border-box;
}
/*ナビゲーションレイアウト*/
#wrapper_mazica nav#mazicaMenu ul {
  display: flex;
  justify-content: center;
  margin-left: 184px;
}
/*ナビゲーション間隔*/
#wrapper_mazica nav#mazicaMenu ul li {
  margin: 2px 16px 0;
  font-weight: bold;
}
/*画像にドロップシャドウ*/
#wrapper_mazica nav#mazicaMenu ul li img {
  height: 17px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}
/*マジカパーティロゴ*/
#wrapper_mazica nav#mazicaMenu h1 {
  position: absolute;
  width: 234px;
  height: 126px;
  left: 0;
  top: 27px;
}
/*ロゴはオンマウスでも透過しない*/
#wrapper_mazica nav#mazicaMenu h1 a:hover {
  opacity: 1;
}
/*------------------------------------------------------------*/
/*スライドバナー*/
/*------------------------------------------------------------*/
section#mainBanners {
  width: 100%;
  margin: 0 auto;
}
.sliderBanner .slick-slide:not(.slick-center) {
  opacity: 0.4;
}
/*------------------------------------------------------------*/
/*マジカパーティとは*/
/*------------------------------------------------------------*/
/*高解像度を下部で設定*/
section#about {
  width: 100%;
  height: 800px;
  background: url("../../_img/about_pc.png") no-repeat center top /1100px auto;
  margin: 0 auto;
  padding: 0;
}
/*------------------------------------------------------------*/
/*ムービー*/
/*------------------------------------------------------------*/
.movie {
  width: 520px;
  margin: 0 auto;
}
#play3 .movie {
  width: 640px;
  margin: 0 auto 36px;
}
/*------------------------------------------------------------*/
/*最新情報*/
/*------------------------------------------------------------*/
/*スクロール設定*/
#sample {
  position: relative;
  padding: 0 8px;
  height: 200px;
  z-index: 5;
}
/*ニュースリスト*/
.news ul.newsList {
  height: 200px;
  margin: 0 auto;
}
/*下線*/
.news ul.newsList li {
  padding: 0 8px 8px;
  text-align: left;
  border-bottom: 1px solid #999;
}
/*リストの最後は下線なし*/
.news ul.newsList li:last-child {
  border-bottom: 0px;
}
/*clearFix*/
.news ul.newsList li::after {
  content: "";
  display: block;
  clear: both;
}
/*日付*/
.news ul.newsList li span {
  display: block;
  width: 12%;
  float: left;
}
/*最新情報テキスト*/
.news ul.newsList li a {
  display: block;
  width: 88%;
  padding-right: 20px;
  float: right;
}
/*------------------------------------------------------------*/
/*初めての方はこちら*/
/*------------------------------------------------------------*/
.playList {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
.playList li {
  display: inline-block;
  width: 50%;
  margin: 18px 0 0;
  font-size: 0;
}
.playList li:last-child {
  width: 100%;
}
/*------------------------------------------------------------*/
/*下層ページ*/
/*------------------------------------------------------------*/
/*キービジュアル*/
div #mainImg {
  width: 1024px;
  margin: -56px auto -68px;
  position: relative;
  z-index: 10;
}
/*トップページのアニメビジュアル*/
div #mainImg.anime_visual {
  margin: 0 auto -114px;
  z-index: 1;
}
/*キャンペーンキービジュアル*/
div #mainImg.campaign_visual {
  width: 890px;
  margin: 0 auto -62px;
  z-index: 10;
}
/*------------------------------------------------------------*/
/*下層ページ 一覧ページレイアウト*/
/*------------------------------------------------------------*/
/*通常リスト menu1が基準レイアウト*/
section ul.menu1 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
}
section ul.menu1 li {
  position: relative;
  width: 50%;
  margin: 0;
  padding: 12px;
}
/*------------------------------------------------------------*/
/*商品情報専用*/
section ul.menu1.lineupList {
  flex-wrap: wrap !important;
  margin: 0 auto -24px;
}
/*商品情報リスト*/
section ul.menu1.lineupList li {
  position: relative;
  width: 50%;
  margin: 0 0 24px;
  padding: 12px;
}
/*---------------------------------------------------*/
/*ボタン設定*/
/*---------------------------------------------------*/
/*通常*/
.btn_more {
  position: relative;
  display: block;
  width: 90%;
  height: auto;
  background: url("../../_img/btn_more.png") no-repeat center top/100% auto;
  padding-top: calc(100%*160/1000);
  font-size: 0px;
  margin: 0 auto -8px;
}
/*------------------------------------------------------------*/
/*注意文言*/
.caution {
  text-align: center;
  font-size: 13px;
}
/*------------------------------------------------------------*/
/*フッター*/
/*------------------------------------------------------------*/
#footer_new {
  padding: 12px 0;
}
#footer_new p {
  text-align: center;
  font-size: 13px;
  color: #FFF;
}
/*------------------------------------------------------------*/
/*clearfix*/
/*------------------------------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after /*, ul:after*/ {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*------------------------------------------------------------*/
/*高解像度ディスプレイ用設定*/
/*------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /*ナビゲーション背景*/
  #wrapper_mazica nav#mazicaMenu {
    background: url("../../_img/bg_menu@2x.png") no-repeat right 10px top 64px/ 924px 68px;
  }
  /* about */
  section#about {
    background: url("../../_img/about_pc@2x.png") no-repeat center top /1100px auto;
  }
  /*----------------------------------------高解像度ディスプレイ-end@media*/
}