@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通ベースラインCSS
===================================================================== */
/*width*/
/*tan-3.1*/
/*margin top*/
/*color*/
/* =====================================================================
*    共通・大枠
* =================================================================== */
@font-face {
  font-family: "Makinas";
  src: url("../fonts/Makinas-Scrap-5.eot") format("embedded-opentype"), url("../fonts/Makinas-Scrap-5.ttf") format("truetype"), url("../fonts/Makinas-Scrap-5.otf") format("opentype");
}
html {
  overflow: auto;
}
body {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  box-sizing: border-box;
  min-width: 100%;
  overflow: hidden;
}
body .wrapper {
  overflow: hidden;
  position: relative;
  background: url("../images/common/body_bg01.png");
}
body .wrapper a {
  color: #000;
  text-decoration: none;
}
body .wrapper img {
  width: 100%;
  height: auto;
}
body .wrapper .sp {
  display: block;
}
body .wrapper .pc {
  display: none;
}
body .wrapper .hov:hover {
  opacity: 0.8;
}
.btn_menu {
  display: inline-block;
  box-sizing: border-box;
  width: 30px;
  height: 22px;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1010;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.btn_menu span {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 50px;
}
.btn_menu span:nth-of-type(2) {
  top: 10px;
}
.btn_menu span:nth-of-type(3) {
  top: 20px;
}
.btn_menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  -moz-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.btn_menu.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.btn_menu.active span:nth-of-type(3) {
  opacity: 0;
}
#header {
  width: 100%;
  position: relative;
}
#header .headerInner {
  background: #ffd40e;
  position: relative;
}
#header .mainTit {
  padding: 8px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
}
#header .mainTit .logo {
  line-height: 0;
}
#header .mainTit .logo a {
  width: 152px;
  height: 30px;
  display: block;
  background: url("../images/common/head_logo_sp.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#header .mainTit .headerData {
  width: 100px;
  height: 25px;
  margin: 3px 0 0 5px;
  background: url("../images/common/head_img01_sp.png") no-repeat;
  background-size: cover;
}
#header .mainTit .headerData .platinight {
  display: none;
}
#header .mainTit .headerData .onAir {
  display: none;
}
#header #nav {
  display: none;
  background: #ffd40e;
}
#header #nav ul li {
  padding: 0 15px;
  position: relative;
  line-height: 0;
}
#header #nav ul li a {
  border-top: 1px solid #fff;
  padding: 14px 10px 16px;
  display: block;
}
#header #nav ul li a img {
  width: auto;
  height: 18px;
}
#header #nav ul li a span {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 10px;
  text-align: right;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  letter-spacing: 2px;
}
#header #nav ul li a:after {
  content: "";
  display: inline-block;
  background: url("../images/common/icon_arrow01.svg") no-repeat;
  width: 12px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#header #nav ul li.off {
  border-top: 1px solid #fff;
  margin: 0 15px;
  padding: 16px 10px 14px;
  display: block;
  background: #ccc;
  color: #999;
}
#header #nav ul li.off img {
  width: auto;
  height: 18px;
  opacity: 0.2;
}
#header #nav ul li.off span {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 10px;
  text-align: right;
  position: absolute;
  right: 40px;
  top: 50%;
  letter-spacing: 2px;
}
#main .sns_box .global_social_link ul {
  line-height: 0;
  text-align: right;
}
#main .sns_box .global_social_link ul li {
  vertical-align: top;
  display: inline-block;
  padding: 10px 8px 0 0;
}
#main #mydo_area a {
  width: 290px;
  height: 40px;
  margin: 0 auto;
  padding: 20px 0 0;
  display: block;
  background: url("../images/common/mydo-bnr_sp.png") no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-style: oblique;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
#main #mydo_area a .d_b {
  font-weight: bold;
}
#main #mydo_area a .num,
#main #mydo_area a .last {
  font-weight: bold;
  font-size: 20px;
  color: #c0192f;
}
#main #mydo_area a .last {
  font-size: 16px;
}
#main .main_content {
  margin-top: 25px;
}
#main .content_inner {
  padding: 0 15px;
}
#main .main_content_inner {
  margin: 0 15px;
  padding: 20px !important;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
#main .h1_tit {
  text-align: center;
  margin: 0 0 25px;
  padding: 15px 0;
  border-bottom: 2px solid #000;
}
#main .h1_tit span {
  font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-size: 1.2rem;
  display: block;
  letter-spacing: 4px;
}
#main .h1_tit img {
  width: auto;
  height: 22px;
  margin-top: 10px;
}
#sns-share_area {
  position: relative;
  z-index: 1;
}
#sns-share_area ul {
  margin-top: 40px;
  text-align: center;
}
#sns-share_area ul li {
  display: inline-block;
  margin: 0 12px;
  border-radius: 50%;
}
#sns-share_area ul li a {
  width: 40px;
  height: 40px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#sns-share_area ul .twitter {
  background: #1da1f2 url("../images/common/sns_icon01.svg") no-repeat;
}
#sns-share_area ul .twitter:hover {
  background-color: #008aff;
}
#sns-share_area ul .instagram {
  background: #cc2e91 url("../images/common/sns_icon02.svg") no-repeat;
}
#sns-share_area ul .instagram:hover {
  background-color: #b50071;
}
#sns-share_area ul .line {
  background: #00b800 url("../images/common/sns_icon03.svg") no-repeat;
}
#sns-share_area ul .line:hover {
  background-color: #079e00;
}
#bottom_banner_area {
  position: relative;
  z-index: 1;
}
#bottom_banner_area a {
  width: 290px;
  height: 70px;
  margin: 40px auto 20px;
  display: block;
  background: url("../images/common/bottom_bnr_sp.png") no-repeat;
  background-size: cover;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.2);
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
#pagetop_area {
  background: url("../images/common/pagetop_bg_sp.png") repeat-x center center;
  position: relative;
  z-index: 500;
}
#pagetop_area:before {
  width: 140px;
  height: 80px;
  margin: 0 auto;
  content: "";
  display: block;
  background: url("../images/common/pagetop_sp.png") no-repeat center center;
  background-size: cover;
}
#pagetop_area a {
  width: 100%;
  height: 45px;
  display: block;
  line-height: 0;
  display: block;
  background: #333 url("../images/common/pagetop_text_sp.png") no-repeat center center;
  background-size: 104px 9px;
}
#footer {
  position: relative;
  z-index: 1;
}
#footer .copy {
  text-align: center;
  color: #555;
  background: #000;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 15px 0;
}
.btn a {
  max-width: 400px;
  margin: 15px auto 0;
  display: block;
  background: #000;
  color: #fff !important;
  text-align: center;
  padding: 12px 0;
}
.btn a:hover {
  background: #333;
}
.btn a:after {
  width: 14px;
  height: 14px;
  content: "";
  display: inline-block;
  background: url("../images/common/icon_arrow03.svg") no-repeat;
  background-size: cover;
  vertical-align: middle;
  margin-left: 5px;
}
.bc_wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 100000;
  display: none;
  cursor: pointer;
}
.bc_wrapper .return_box {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.bc_wrapper .bc_movie_wrap {
  width: 100%;
  max-width: 700px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  text-align: center;
}
.bc_wrapper .bc_movie_wrap .bc_movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  border-radius: 5px;
}
.bc_wrapper .bc_movie_wrap .bc_movie video {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.bc_wrapper .bc_movie_wrap .btn a {
  margin-top: 40px;
  background-color: rgba(255,255,255,0.7);
  border: 1px solid #fff;
  padding: 15px 0;
  color: #000 !important;
  text-decoration: none;
  letter-spacing: 2px;
}
.bc_wrapper .bc_movie_wrap .btn a:after {
  display: none;
}
.bc_popup {
  display: block;
  position: relative;
}
.bc_popup:after {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../images/common/icon_arrow04.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
  z-index: 3;
}
@media screen and (min-width: 740px) {
  body {
    min-width: 1000px;
  }
  body .wrapper {
    background: url("../images/common/body_top_bg.png"), url("../images/common/body_btm_bg.png"), url("../images/common/body_bg01.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-position: top 280px right, bottom 80px left;
  }
  body .wrapper .sp {
    display: none !important;
  }
  body .wrapper .pc {
    display: block !important;
  }
  #header {
    margin-top: -100px;
    padding-top: 100px;
    position: relative;
    background: #290007;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    transform: skewY(-4deg);
    z-index: 10;
  }
  #header .headerInner {
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    transform: skewY(4deg);
    background: none;
    background: url("../images/common/head_bg01_pc.png") no-repeat center 0;
  }
  #header .mainTit {
    max-width: 1000px;
    margin: 0 auto;
    height: 200px;
    position: relative;
    padding: 0;
    background: url("../images/common/head_img02_pc.png") no-repeat left bottom -54px;
    background-size: 343px 278px;
  }
  #header .mainTit .logo a {
    width: 392px;
    height: 82px;
    position: absolute;
    top: 20px;
    right: 240px;
    background: url("../images/common/head_logo_pc.png") no-repeat;
    background-size: cover;
  }
  #header .mainTit .headerData {
    width: 223px;
    height: 65px;
    position: absolute;
    margin-left: 0;
    background: url("../images/common/head_img01_pc.png") no-repeat;
    background-size: contain;
    top: 32px;
    right: 0;
  }
  #header #nav {
    display: block;
    margin-top: -50px;
    position: relative;
  }
  #header #nav:before,
  #header #nav:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 3;
  }
  #header #nav:before {
    top: 0;
  }
  #header #nav:after {
    bottom: 0;
  }
  #header #nav ul {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  #header #nav ul:before {
    content: "";
    display: block;
    width: 200%;
    height: 2px;
    margin-left: -50%;
    background: #fff;
    position: absolute;
    top: 62px;
  }
  #header #nav ul li {
    padding: 0;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    transform: skewX(-15deg);
  }
  #header #nav ul li:nth-of-type(5) a,
  #header #nav ul li:last-child a {
    border-right: 2px solid #fff;
  }
  #header #nav ul li a {
    width: 176px;
    height: 30px;
    background: #ffd40e;
    border: 2px solid #fff;
    border-bottom: none;
    border-right: none;
  }
  #header #nav ul li a img {
    margin-top: 6px;
  }
  #header #nav ul li a:after {
    background: none;
  }
  #header #nav ul span {
    display: none;
  }
  #header #nav ul li.news a {
    background: url("../images/common/nav01_news_pc.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.news a:hover {
    background: #000 url("../images/common/nav01_news_pc_on.png") no-repeat center center;
    background-size: 160px auto;
  }
  #header #nav ul li.intro a {
    background: url("../images/common/nav02_intoro_pc.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.intro a:hover {
    background: #000 url("../images/common/nav02_intoro_pc_on.png") no-repeat center center;
    background-size: 160px auto;
  }
  #header #nav ul li.story a {
    background: url("../images/common/nav03_story_pc.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.story a:hover {
    background: #000 url("../images/common/nav03_story_pc_on.png") no-repeat center center;
    background-size: 160px auto;
  }
  #header #nav ul li.story.off {
    background: #ccc url("../images/common/nav03_story_pc_off.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.chart a {
    background: url("../images/common/nav04_chart_pc.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.chart a:hover {
    background: #000 url("../images/common/nav04_chart_pc_on.png") no-repeat center center;
    background-size: 160px auto;
  }
  #header #nav ul li.caststaff a {
    background: url("../images/common/nav05_cast_pc.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.caststaff a:hover {
    background: #000 url("../images/common/nav05_cast_pc_on.png") no-repeat center center;
    background-size: 160px auto;
  }
  #header #nav ul li.music a {
    background: url("../images/common/nav06_music_pc.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.music a:hover {
    background: #000 url("../images/common/nav06_music_pc_on.png") no-repeat center center;
    background-size: 160px auto;
  }
  #header #nav ul li.chain a {
    background: url("../images/common/nav07_chain_pc.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.chain a:hover {
    background: #000 url("../images/common/nav07_chain_pc_on.png") no-repeat center center;
    background-size: 160px auto;
  }
  #header #nav ul li.chain.off {
    background: #ccc url("../images/common/nav07_chain_pc.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.original a {
    background: url("../images/common/nav08_original_pc.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.original a:hover {
    background: #000 url("../images/common/nav08_original_pc_on.png") no-repeat center center;
    background-size: 160px auto;
  }
  #header #nav ul li.mydo a {
    background: url("../images/common/nav09_minogashi_pc.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.mydo a:hover {
    background: #000 url("../images/common/nav09_minogashi_pc_on.png") no-repeat center center;
    background-size: 160px auto;
  }
  #header #nav ul li.mydo.off {
    background: #ccc url("../images/common/nav09_minogashi_pc.png") no-repeat center center;
    background-size: 160px auto;
    display: block;
    overflow: hidden;
  }
  #header #nav ul li.off {
    margin: 0;
    width: 176px;
    height: 30px;
    border: 2px solid #fff;
    border-bottom: none;
    border-right: none;
  }
  #header #nav ul li.off:last-child {
    border-right: 1px solid #fff;
  }
  #main {
    position: relative;
  }
  #main .sns_box {
    max-width: 1000px;
    margin: 0 auto;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    transform: skewY(-4deg);
  }
  #main #mydo_area a {
    width: 554px;
    height: 62px;
    padding-top: 32px;
    font-size: 24px;
    background: url("../images/common/mydo-bnr_pc.png") no-repeat;
  }
  #main #mydo_area a:hover {
    opacity: 0.7;
  }
  #main #mydo_area a .num,
  #main #mydo_area a .last {
    font-size: 28px;
  }
  #main .main_content {
    margin-top: 50px;
    background: url("../images/common/main_bg02.png");
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    transform: skewY(-4deg);
  }
  #main .content_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
  }
  #main .main_content_inner {
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    transform: skewY(4deg);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
  }
  #main .h1_tit {
    margin: 0 0 50px;
  }
  #main .h1_tit span {
    font-size: 1.4rem;
  }
  #main .h1_tit img {
    height: 30px;
    margin: 15px 0 0;
  }
  #sns-share_area ul {
    margin-top: 80px;
  }
  #sns-share_area ul li a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  #bottom_banner_area a {
    width: 550px;
    height: 90px;
    background: url("../images/common/bottom_bnr_pc.png") no-repeat;
  }
  #bottom_banner_area a:hover {
    opacity: 0.7;
  }
  #pagetop_area {
    background: none;
    position: fixed;
    right: 0;
    bottom: 0;
  }
  #pagetop_area:before {
    display: none;
  }
  #pagetop_area a {
    width: 149px;
    height: 166px;
    background: url("../images/common/pagetop_pc.png") no-repeat;
    overflow: hidden;
  }
  #pagetop_area a:hover {
    background-position: -150px 0;
  }
  #pagetop_area a img {
    display: none;
  }
  #footer {
    margin-top: 60px;
  }
  #footer .copy {
    padding: 25px 0;
  }
  .btn a {
    margin-top: 30px;
    padding: 18px 0;
    max-width: 280px;
  }
  .bc_wrapper .bc_movie_wrap .btn a {
    margin-top: 4.3479%;
    font-size: 14px;
  }
  .bc_popup:after {
    border-width: 22.5px 0 22.5px 39px;
  }
}

/* !birdman2018 add
---------------------------------------------------------- */

.fix_menu_smartphone{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;

	width: 100%;
}
.fix_menu_smartphone img{
  width:100%;
}

.close-btn {
position: absolute;
top: 3%;
	left: 90%;
  z-index: 10100;
}

.close-btn img {
	  width:100%;
}
