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

.margin-top10px{margin-top: 10px;}
.margin-top20px{margin-top: 20px;}
.margin-top30px{margin-top: 30px;}
.margin-top40px{margin-top: 40px;}
.margin-top50px{margin-top: 50px;}

/* COMMON ==================== */
#wrapper{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
	background-color: #cd121b;
  position: relative;
}

/* ミッシングリンクヘッダー ナビ ==================== */
.missinglink-header{
  padding: 5px 0 0 0;
  width: 100%;
	background-color: #000;
}

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

.missinglink-header-logo{
	float: left;
  width:70%;
  margin-left: 20px;
  position: relative;
  z-index: 9999;
}
.missinglink-header-logo a{
    float: left;
    margin-right:2.5%;
  }
.missinglink-header-logo img{
  width:100%;
} 
@media screen and ( min-width:640px ) { /* PC ==================== */
  .missinglink-header-logo a.logo-tf{
  	width:50%;
  }
  .missinglink-header-logo a.logo-missinglink{
    width:45%;
  }
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .missinglink-header-logo a.logo-tf{
    width:50%;
  }
  .missinglink-header-logo a.logo-missinglink{
    width:45%;
  }
}


/* ハンバーガーメニュー ==================== */
.missinglink-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{
  }
}
@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{
}

.content{
  width:100%;
  margin: 0;
  padding: 0;
}

.btn_ttm{
  width:500px;
  margin: 0 auto;
}

/* トランスフォーマーフッター ==================== */
@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;
}