@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	background-color:black;
}
#container{
	margin-bottom:50px;
}
.bx-viewport {
	height:auto;
	background:#000;
}
h2{
	color:white;
	text-align:center;
	font-size:2.0em;
	font-weight:bold;
	margin-top:30px;
	clear:both;
}
.imgtop {
	padding-top: 50px;
}
/* special */
[class^="spe-item"] {
	position: relative;
	background-size: cover !important;
	background: center top no-repeat;
}
@media only screen and (max-width: 736px) {
	#special{
		padding-top: 2px;
	}
	.toymens_toppage{
		margin-top: 50px;
	}
}
.spe-nav {
	position: absolute;
	bottom: -1.5em;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.spe-nav li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.spe-nav li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 40px;
	height: 18px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background-color: transparent;
	border-bottom: 3px solid #c9c9c9;
}
.spe-nav li.slick-active button {
	border-bottom: 3px solid #666;
}
.next-article a {
	padding: 1.5% 7%;
}
@media only screen and (max-width: 736px) {
.spe-nav, .spe-nav li, .spe-nav li button, .spe-nav li.slick-active button, .next-article a  {
	display: none;
}
}
@media only screen and (max-width: 736px) {
#special_seaven{
	padding-top:50px;
}
.imgtop {
	padding-top: 10px;
}
}
.itemBox{
	text-align:center;
	overflow:hidden;
} 
.itemBox ul {
	display:flex;
	text-align:center;
	flex-wrap: wrap;
}
.itemBox ul li{
	color:white;
	width:49%;
	display:flex;
	padding:2%;
	margin:30px 0;
}
.itemBox ul:after{ content: ""; display: block; clear: both; }

.itemBox ul li:nth-child(3n+1){
	clear:both;
}
.itemBox ul li a img{
	margin-bottom:15px;
	width:100%;
}
.itemBox dd{
	padding-bottom:5px;
}

.viewAll{
	clear:both;
	margin:10px;
}
.viewAll a{
	color:#FFF;
	width:200px;
	padding:10px 20px;
	border:1px white solid;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.itemBox video{
	width:100%;
}
.videoBox{
	overflow:hidden;
}
.videoBox video{
	float:left;
	width:50%;
}
/*PCのみ*/
@media (min-width: 601px){
.spview {
    display: none;
}
.topnavi{
	overflow:hidden;
}
img.rogoimg{
	float:left;
	width:15%;
}
ul.topnavi{
	float:left;
	width:80%;
	margin-left:5%;
	display:flex;
}
ul.topnavi li{
	display:flex;
	width: 25%;
    height: 50px;
}
ul.topnavi li a{
	text-decoration: none;
    color: #FFF;
	font-size:1rem;
    display: block;
    height: 20px;
    margin: auto;
}
#container{
	max-width:1260px;
	margin-left:auto;
	margin-right:auto;
}
img.floatrightpc{
	float:right;
	width:30%;
	height:auto;
}
.setsumei{
	float:left;
	width:60%;
	text-align:left;
	color:#fff;
	font-size:1rem;
	line-height:1.5;
	padding:10px;
}
}
/*スマホのみ*/
@media(max-width:600px){
.pcview{
    display: none;
}

img.floatrightpc{
	width:70%;
	height:auto;
}
header#g-header {
    width: 100%;
    height: 0;
}
#topslide{
	padding-top:50px;
}
.topnavi{
	box-sizing:content-box;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	position: fixed;
	background:#000;
  top: 0;
  left: 0;
  z-index: 997;
	width:100%;
  height: 30px;
}
img.rogoimg{
	width:30%;
}
a.btn,a.btn_close{
	display:block;
	margin-left:auto;
	margin-right:auto;
	color:#000;
	background:#fff;
	padding:10px;
}
.itemBox{
	width:100%;
	padding:5px;
	box-sizing:border-box;
}
.open{
	text-align:left;
	color:#fff;
	font-size:1rem;
	line-height:1.5;
	padding:10px;
	margin-bottom:10px;
}
.spmenu_btn {
    display: block;
    position: absolute;
	top:10px;
	right: 20px;
    width: 30px;
    height: 22px;
    background: #FFF;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.spmenu_btn:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #FFF;
    top: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.spmenu_btn:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #FFF;
    bottom: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.spmenu {
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    width: 65%;
    background: #fff;
    z-index: 9999;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	overflow-y: auto;
}
.spmenu ul {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.spmenu ul li {
	width:100%;
	height:50px;
	border-bottom:solid;
	border-bottom-color:gray;
	border-bottom-width:0.5px;
	list-style:none;
}
.spmenu ul li a {
	font-size:1.2rem;
	text-decoration:none;
	display:block;
	padding:10px;
	height:30px;
	margin:auto;
	color:#000;
}
}

/*youtube動画埋め込み箇所*/
.videobox{
	width:50%;
	float:left;
}
/*スマホのみ*/
@media(max-width:600px){
.videobox{
	width:100%;
	float:none;
	margin-bottom:50px;
}
}

.video{
position: relative;
height: 0;
padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
overflow: hidden;
width:100%;
margin-left:auto;
margin-right:auto;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width:100%;
  height:auto;
}

/*n看板縦横比固定用*/
#special_seaven section a{
display:block;
content:"";
box-sizing: border-box;
width:100vw;
height: calc(100vw * 0.416);
}
.btXXXL {
	margin-bottom: 6em
}

/*********** footer ************/

div#footer {
	margin:0;
	padding:0;
	width: 100%;
	font-size: 11px;
	color: #fff;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

.footer_navi{
	width:100%;
	max-width:1150px;
	margin:0 auto;
}
#foot_nav .accordion_ttl {
  background-color: #3f3f3f;
	font-size:1em;
	margin-top:10px;
	padding: 10px 60px 10px 45px;
}
#foot_nav .i_box .one_i {
  width: 18px;
  height: 18px;
}
#foot_nav .i_box .one_i:before {top: 0;left: 7px;width: 2px;height: 16px;}
#foot_nav .i_box .one_i:after {top: 7px;left: 0;width: 16px;height: 2px;}
#foot_nav .accordion_inner li{
	position:relative;
	width:90%;
	height:40px;
	margin-right:auto;
	margin-left:auto;
	border-bottom:1px solid #3f3f3f;
text-align:left;
}
#foot_nav .accordion_inner li a{
	padding-top:12px;
	text-decoration:none;
	font-size:1em;
	display: block;
  height: 40px;
  margin: auto;
padding-left:0.5em;
	color:#3f3f3f;
}
#foot_nav .accordion_inner li a:after{
	content: '>';
	position:absolute;
	right:3%;
}
@media only screen and (min-width: 768px) {
	.footer_menu{
		float:left;
box-sizing:border-box;
		width:50%;
		border-left: 3px solid #fff;
	}
}


#footer{
	text-align:left;
}

div#footer *{box-sizing:border-box;}
div#footer {
	margin:0;
	padding:0;
	width: 100%;
	font-size: 11px;
	color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

@media only screen and (min-width: 481px) {
	.pcblock {display: block;}
	.spblock {display: none;}
}

@media only screen and (max-width: 480px) {
	.pcblock {display: none;}
	.spblock {display: block;}
}

#footer-new01, #footer-new02 {
	clear: both;
	padding: 3em 0;
}
#footer-new01in, #footer-new02in, #footer-new02 h2{
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}
@media only screen and (min-width: 481px) and (max-width: 768px){
	#footer-new01in{width: 70%;}
	#footer-new02in {width: 95%;}
}


#footer-new01{
	margin:2rem 0 0 0;
	background-color: #FFF;
}
#footer-new01in{
	display:flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-end;
}

#footer-new01in > div{
	border-left: 1px solid #000;
	padding: 0 1.5em;
	line-height: 1.4em;
}
#footer-new01in > div:first-child{
	border-left:none;
	padding: 0 1.5em 0 0;
}
.footer01a dt {
	margin: 0 0 0.8em 0;
}
.footer01a dt img {
	max-width:100%;
	height:auto;
}
@media only screen and (min-width: 481px) and (max-width: 768px){
	#footer-new01{
		margin:0;
	}
	#footer-new01in > div{
		width:50%;
		border-left:none;
		padding: 0;
		line-height: 1.4em;
	}
	#footer-new01in > div:first-child{
		width:100%;
		margin:0 0 1em 0;
		padding:0 0 0.5em 0;
		text-align:center;
		border-bottom:1px solid #000;
	}
}
@media only screen and (max-width: 480px) {
	#footer-new01in{
		flex-flow: column-reverse nowrap;
	}
	#footer-new01in > div{
		width:80%;
		border-left: none;
		margin:0.5em auto;
		padding: 0;
	}
	.footer01a {
		border-top:1px solid #000;
		text-align:center;
	}
	.footer01a dt {
		margin: 1.5em 0 0.8em 0;
	}
	#footer-new01in span.spblock{
		display:inline;
	}
}


#footer-new02 {
	background-color: #3f3f3f;
	color: #FFF;
}
#footer-new02in{
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
#footer-new02in > div{
	width:30%;
}
#footer-new02in h3 {
	font-size: 1.1em;
	line-height: 2.4em;
	font-weight: bold;
	border-bottom: 1px solid #535353;
	margin:0 0 0.5em 0;
}
#footer-new02in  p {
	line-height: 1.8em;
	margin:0 0 2em 0;
}


#copyright {
	color: #404040;
	text-align: center;
	background-color: #000;
	padding: 20px 0;
	font-size: 1.2em;
	font-weight: bold;
}


/* フッターナビ */
.footer_navi2{
	box-sizing:border-box;
	width:100%;
	max-width:1150px;
	margin:0 auto;
	padding:2em 5%;
	/*border-top:1px solid #333;*/
}
.footer_guide{
	display:flex;
	flex-wrap:wrap;
}
.footer_guide li{
	width:50%;
	text-align:center;
}
.footer_guide li a{
	display:block;
padding:1em 0;
	color:#333;
}
@media only screen and (min-width: 481px) {
	.footer_guide{flex-wrap:nowrap;}
	.footer_guide li{width:100%;}
}


/* ページ上部へ戻るボタン */
#page_top{
width: 50px;
height: 50px;
position: fixed;
right: 0;
bottom: -50px;
background: #999999;
opacity: 0.6;
border-radius: 5px;
}
#page_top a {
position: relative;
display: block;
width: 50px;
height: 50px;
text-decoration: none;
}
#page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f102';
font-size: 25px;
color: #fff;
position: absolute;
width: 25px;
height: 25px;
top: -5px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

/***** 220426追記 *****/
header{margin-bottom:0;}
#special{
	width:100%;
	max-width:100%;
	margin:70px auto 0;
}
#special section {
	position:relative;
	background: center top no-repeat;
	background-size:cover;
	margin:0 auto;
	width:100%;
	max-width:100vw;
	height: calc(100vw * 0.666);
	max-height:600px;	
}
@media only screen and (min-width: 769px) {
	#special {margin-bottom:80px;}
	#special section {max-width:900px;}
	#special .slick-slide{margin: 0 3px;}
	/* 前後スライドopacity*/
	.slick-slide:not(.slick-active) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
	}
}
#special section a{
	display:block;
	content:"";
	width:100%;
	height:100%;
}
#special section img{
	width:100vw;
	max-width:900px;
	height: calc(100vw * 0.666);
	max-height:600px;	
}
.imgtop {
	padding-top: 50px;
}
h2{
	margin-top:30px;
}

@media only screen and (max-width: 736px) {
	#special_seaven{
		padding-top:50px;
	}
	.imgtop {
		padding-top: 10px;
	}
}

.itemBox ul{
	flex-wrap: wrap;
}

/***** 231011追記 *****/
header#g-header {
	margin-bottom:0;
	height:auto;
}



