@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@charset "utf-8";

/* COMMON ==================== */
#wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	overflow: hidden;
	background: linear-gradient(to right, #000, #1e1e28, #000);
	background: -webkit-linear-gradient(left, #000, #1e1e28, #000);
	background: -moz-linear-gradient(left, #000, #1e1e28, #000);
	background: -o-linear-gradient(left, #000, #1e1e28, #000);
	background: -ms-linear-gradient(left, #000, #1e1e28, #000);
}

/* MPGヘッダー ナビ ==================== */
.mpg-header{
  padding: 5px 0 0 0;
  position: absolute;
  justify-content: space-between;
  width: 100%;
	background: linear-gradient(to bottom, #000, #1e1e28, #1e1e28, #1e1e28, #1e1e28);
	background: -webkit-linear-gradient(top, #000, #1e1e28, #1e1e28, #1e1e28, #1e1e28);
	background: -moz-linear-gradient(top, #000, #1e1e28, #1e1e28, #1e1e28, #1e1e28);
	background: -o-linear-gradient(top, #000, #1e1e28, #1e1e28, #1e1e28, #1e1e28);
	background: -ms-linear-gradient(top, #000, #1e1e28, #1e1e28, #1e1e28, #1e1e28);
  /* offset-x | offset-y | blur | color */
  box-shadow: 0 5px 5px rgba(0,0,0,0.7);
  z-index: 10;
}
.mpg-header.fixed{
    position: fixed;
    top: 0;
}
.mpg-header-goldline{
	width:100%;
	height:5px;
	margin-top:5px;
	background: linear-gradient(to right, #a37c28, #efe1d0, #a37c28);
	background: -webkit-linear-gradient(left, #a37c28, #efe1d0, #a37c28);
	background: -moz-linear-gradient(left, #a37c28, #efe1d0, #a37c28);
	background: -o-linear-gradient(left, #a37c28, #efe1d0, #a37c28);
	background: -ms-linear-gradient(left, #a37c28, #efe1d0, #a37c28);
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .mpg-header-goldline{
  	height:5px;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .mpg-header-goldline{
  	height:3px;
  }
}

@media screen and ( min-width:640px ) { /* PC ==================== */
  .mpg-header-area{
  	width:1200px;
  	margin:0 auto;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .mpg-header-area{
  	width:100%;
  }
}

.mpg-header-logo{
	float: left;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .mpg-header-logo{
  	width:10%;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .mpg-header-logo{
  	width:25%;
  }
  .mpg-header-logo img{
  	height:40px;
  }
}
.mpg-header-nav{
	float: left;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .mpg-header-nav{
  	width:80%;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .mpg-header-nav{
  	width:63%;
  }
}
.mpg-header-nav nav{
	margin:0 auto;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .mpg-header-nav nav{
    width:640px;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .mpg-header-nav nav{
    width:210px;
  	margin:0 auto;
  }
}

.mpg-header-nav nav ul{
	width:100%;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .mpg-header-nav nav ul{
    background: url("../img/mpg-header-navi-bg.png") no-repeat center top;
  	margin-top:6px;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .mpg-header-nav nav ul{
  	margin-top:6px;
  }
}
.mpg-header-nav nav li{
	width:14.28%;
	float: left;
	text-align: center;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .mpg-header-nav nav li{
  	font-size: 13px;
  	line-height: 1.0;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .mpg-header-nav nav li{
  	font-size: 6px;
  	line-height: 1.0;
  }
}
.mpg-header-nav nav ul li a{
  display: block;
  text-decoration: none;
  color: #666;
  transition:all 0.3s;
	background: url("../img/mpg-header-navi-marker_off.png") no-repeat top center;
	padding-top: 25px;
}
.mpg-header-nav nav ul li.current a,
.mpg-header-nav nav ul li a:hover{
  color:#fff;
	background: url("../img/mpg-header-navi-marker_on.png") no-repeat top center;
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .mpg-header-nav nav ul li a:hover{
    color: #666;
  }
  .mpg-header-nav nav ul li.current a {
    color:#fff;
  }
}

/* ハンバーガーメニュー ==================== */
.mpg-header-menu{
	float: right;
}
.burger-btn{
	display: block;
	width: 41px;
	height: 41px;
	position: relative;
	z-index: 3;
	/* codepenの挙動のため */
	background-color:transparent;
	border:none;
	cursor: pointer;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .burger-btn{
  	margin-top:10px;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
}
.bar{
	width: 30px;
	height: 3px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #808080;
}
.bar_top{
	top: 10px;
}
.bar_mid{
	top: 50%;
	transform: translate(-50%,-50%);
}
.bar_bottom{
	bottom: 10px;
}
.burger-btn.close .bar_top{
	transform: translate(-50%,10px) rotate(45deg);
	transition: transform .3s;
}
.burger-btn.close .bar_mid{
	opacity: 0;
	transition: opacity .3s;
}
.burger-btn.close .bar_bottom{
	transform: translate(-50%,-8px) rotate(-45deg);
	transition: transform .3s;
}
.nav-wrapper{
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
.header-nav{
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,1), rgba(0,0,0,0.8));
	background: -webkit-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1)), rgba(0,0,0,1));
	background: -moz-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1)), rgba(0,0,0,1));
	background: -o-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1)), rgba(0,0,0,1));
	background: -ms-linear-gradient(left, rgba(0,0,0,1), rgba(30,30,40,1)), rgba(0,0,0,1));
	z-index: 2;
}
.header-nav .nav-list{
	display: block;
	position: absolute;
	text-align: center;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .header-nav .nav-list{
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .header-nav .nav-list{
    width:100%;
  	top: 50%;
  	transform: translate(0,-50%);
  }
}
.header-nav .nav-logo{
	margin-right: 0;
	margin-bottom: 20px;
  padding-bottom:20px;
	border-bottom: 1px solid #808080;
}
.header-nav .nav-item{
	margin-right: 0;
	border: 1px solid #808080;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .header-nav .nav-item{
    width:500px;
    margin-bottom: 10px;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .header-nav .nav-item{
    width:75%;
    margin:0 auto 10px;
  }
}
.header-nav .nav-item a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding:10px 15px;
}
.header-nav .nav-item a:hover{
}

.mpg-copyrigth{
  text-align: center;
  font-size: 12pt;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .mpg-copyrigth p{
    margin-bottom:10px;
  }
  .mpg-copyrigth ul{
    margin-bottom:50px;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .mpg-copyrigth p{
    margin-bottom:10px;
  }
  .mpg-copyrigth ul{
    margin-bottom:30px;
  }
}

/* トランスフォーマーフッター ==================== */
@media screen and ( min-width:640px ) { /* PC ==================== */
  .btn_ttm{
    width:500px;
    text-align: center;
    margin:0 auto;
    padding: 50px 0 100px 0;
  }
  .btn_ttm img{
    width:100%;
  }
}
@media (orientation: portrait) and ( max-width:640px ) { /* SP ==================== */
  .btn_ttm{
    width:80%;
    text-align: center;
    margin:0 auto;
    padding: 0 0 50px 0;
  }
  .btn_ttm img{
    width:100%;
  }
}
.copyrigth{
  text-align: center;
}
.copyrigth p{
  font-size: 16pt;
  margin-bottom:20px;
}
.copyrigth ul{
  margin-top:20px;
}
.copyrigth ul li{
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .copyrigth{
    margin-bottom:100px;
  }
  .copyrigth img{
    width: 200px;
  }
}
@media (orientation: portrait) and ( max-width:640px ) { /* SP ==================== */
  .copyrigth{
    margin-bottom:50px;
  }
  .copyrigth img{
    width: 150px;
  }
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  section.tf-menu{
    width:1200px !important;
    margin:0 auto !important;
  }
  section.tf-menu h4{
  	width:50% !important;
  }
}
@media (orientation: portrait) and ( max-width:640px ) { /* SP ==================== */
  section.tf-menu{
    width:90% !important;
    margin:0 auto !important;
  }
  section.tf-menu h4{
  	width:100% !important;
  }
}
.toys-menu{
	list-style-type:none;
}
.toys-menu li{
  float:left;
	border:1px solid #333;
	margin:5px;
  display: block;
  width:18.9%;
}
.toys-menu li img{
  width:100%;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .toys-menu li{
    display: block;
    width:18.9%;
  }
}
@media (orientation: portrait) and ( max-width:640px ) { /* SP ==================== */
  .toys-menu li{
    width:47%;
  }
}
.comic-banner{
	text-align:center;
}
.comic-banner span{
	display:block;
	padding:5px 0;
}
.ss-banner{
  background-color: #000;
  border:1px solid #333;
  text-align: center;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .ss-banner{
    width:80%;
    margin:10px auto 0;
  }
}
@media (orientation: portrait) and ( max-width:640px ) { /* SP ==================== */
  .ss-banner{
    width:100%;
  }
  .ss-banner img{
    width:60%;
  }
}
.tf-banner{
  margin: 0 auto;
  padding:20px 0 0 0;
}
@media screen and ( min-width:640px ) { /* PC ==================== */
  .tf-banner{
    width:80%;
  }
}
@media (orientation: portrait) and ( max-width:640px ) { /* SP ==================== */
  .tf-banner{
    width:100%;
  }
  .tf-banner img{
    width:100%;
  }
}
.side-hr{
	background: linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
  background: -webkit-linear-gradient(left rgba(255,255,255,1),rgba(255,255,255,0));
	background: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	background: -o-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	background: -ms-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	margin:20px 0;
}
.tf-copyrigth{
	margin-top:20px;
  padding-bottom:50px;
}
.tf-copyrigth small{
	display:block;
	width:100%;
	margin-top:5px;
	font-size:90%;
	overflow: hidden;
	line-height:1.0;
}
.tf-copyrigth small.tf-coryright{
	padding-bottom:7px;
}
.tf-copyrigth small span{
	font-size:180%;
	vertical-align:-8px;
	line-height:0.3;
}
