@charset "UTF-8";
/* CSS Document */
html{
	overflow:auto;
}
body{
	overflow:hidden;
	min-width:1000px;
	background-color:#fff;
	color:#333;
}

.clearfix:after{  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  
.clearfix{display:inline-table;}  
* html .clearfix{height:1%;}  
.clearfix{display:block;}  

.hide{width:0;height:0;display:block;overflow:hidden;white-space:nowrap;}
.txthide{overflow:hidden;white-space:nowrap;text-indent:200%;}

a{outline:none;text-decoration:none;color:#333;}
a:link,
a:visited,
a:hover{color:#333;text-decoration:none;}
a, 
a *{
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
}
img{box-shadow:#000 0 0 0;vertical-align:bottom;}
.sp{display:none;}



/*--------- layout ---------*/
.inner,
#container{
	box-sizing:border-box;
	width:1000px;
	padding:0 30px;
	margin:0 auto;
	position:relative;
}
#container{
	padding:20px 30px;
}



/*--------- header ---------*/
header{
	width:1000px;
	margin:0 auto;
	position:relative;
	background-color:#bd0707;
}
header#lower{
	width:100%;
	min-width:1000px;
	border-bottom:solid 6px #940000;
}
header#upper h1 a{
	display:block;
	width:470px;
	height:73px;
	background:url(../img/common/pc/logo_ya.png) no-repeat center top;
}
header#lower h1 a{
	display:block;
	width:363px;
	height:59px;
	background:url(../img/common/pc/logo_ya_low.png) no-repeat center top;
}
header #logo_arashi{
	width:50%;
	height:60px;
	position:absolute;
	left:50%;
	top:0;
	background-color:#152d78;
}
header #logo_arashi a{
	display:block;
	width:500px;
	height:60px;
	background:url(../img/common/pc/logo_arashi.png) no-repeat center top;
}
header#lower #logo_arashi{
	display:none;
}
#logo_ya_sub{
	width:270px;
	height:59px;
	position:absolute;
	left:403px;
	top:0;
	background:url(../img/common/pc/logo_ya_sub.png) no-repeat center top;
}
header#upper #logo_ya_sub{
	display:none;
}
#mag_links{
	width:284px;
	height:31px;
	position:absolute;
	left:685px;
	top:17px;
}
#mag_links li{
	width:135px;
	height:0;
	float:left;
	position:relative;
	margin-right:-6px;
	border-style:solid;
	border-width:31px 10px 0 0;
	border-color:#ccc transparent transparent #ccc;
}
#mag_links li:last-child{
	margin-right:0;
	border-width:0 0 31px 10px;
	border-color:transparent #ccc #ccc transparent;
}
#mag_links li span{
	width:135px;
	height:0;
	display:block;
	position:absolute;
	left:0;
	top:-31px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:31px;
	border-style:solid;
	border-width:27px 9px 0 0;
	border-color:#fff transparent transparent #fff;
}
#mag_links li:last-child span{
	width:134px;
	left:-8px;
	top:0;
	border-width:0 0 27px 9px;
	border-color:transparent #fff #fff transparent;
}
#mag_links li:hover,
#mag_links li:hover span,
#mag_links li.current,
#mag_links li.current span{
	border-color:#000 transparent transparent #000;
}
#mag_links li:last-child:hover,
#mag_links li:last-child:hover span,
#mag_links li:last-child.current,
#mag_links li:last-child.current span{
	border-color:transparent #000 #000 transparent;
}
#mag_links li span a{
	display:block;
	width:100%;
	height:31px;
	position:absolute;
	left:0;
	top:-27px;
}
#mag_links li:last-child span a{
	top:0;
}
#mag_links li:hover span a,
#mag_links li.current span a{
	color:#fff;
}
#mag_links li.current span a{
	cursor:default;
}
header#upper #mag_links{
	display:none;
}


/*--------- heading ---------*/
header#lower + #heading{
	display:none;
}
#heading{
	width:1000px;
	margin:0 auto;
	padding-bottom:15px;
	background-color:#bd0707;
	border-bottom:solid 10px #940000;
}
#heading_wrap{
	background-color:#fff;
	padding:15px 10px;
}
#heading_left{
	width:460px;
	float:left;
	position:relative;
}
#latest_date{
	width:215px;
	float:right;
	border-top:solid 5px #000;
	margin:0 10px 4px 15px;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
	color:#000;
}
#latest_date span{
	font-size:34px;
	letter-spacing:-0.05em;
}
#latest_date .year{
	display:block;
	font-size:23px;
	line-height:45px;
	letter-spacing:0;
}
#latest_num{
	width:100px;
	height:45px;
	padding:0 10px 0 0;
	position:absolute;
	right:10px;
	top:0;
	background-color:#000;
	text-align:right;
	font-size:21px;
	font-weight:bold;
	color:#ffff00;
}
#latest_num:before{
	content:"";
	width:0;
	height:0;
	position:absolute;
	left:-20px;
	top:0;
	border-style:solid;
	border-width:0 20px 45px 0;
	border-color:transparent #000 transparent transparent;
}
#latest_num span{
	font-size:45px;
	line-height:50px;
	letter-spacing:-0.05em;
}
#latest_cover{
	width:220px;
	height:315px;
	overflow:hidden;
	float:left;
}
#latest_cover img{
	width:220px;
	height:auto;
}
#logo_ya2{
	width:215px;
	height:77px;
	float:right;
	margin:0 10px 8px 15px;
	background:url(../img/common/pc/logo_ya2.png) no-repeat center top;
}
#lower_links{
	width:215px;
	float:right;
	margin:0 10px 0 15px;
}
#lower_links li{
	width:215px;
	height:40px;
	overflow:hidden;
	margin-bottom:10px;
}
#lower_links li:last-child{
	margin:0;
}
#lower_links li a{
	height:40px;
	display:block;
	box-sizing:border-box;
	position:relative;
	top:0;
	text-align:center;
	font-size:16px;
	line-height:38px;
	letter-spacing:0.1em;
	color:#fff;
	border-bottom:solid 4px #c11b1b;
	background-color:#e32020;
	-webkit-transition:all .1s ease;
	transition:all .1s ease;
}
#lower_links li:last-child a{
	border-bottom:solid 4px #d99e00;
	background-color:#ffba00;
}
#lower_links li:hover a{
	top:2px;
}
#heading_right{
	width:460px;
	float:right;
	position:relative;
}
#sns{
	margin-bottom:15px;
}
#sns li{
	width:45px;
	float:left;
	margin-right:10px;
}
#sns li.line{
	position:relative;
	width:45px;
}
#sns li.line img{
	display:block;
	width:45px;
	height:45px;
}
#sns li.line .line-it-button{
	width:100% !important;
	height:100% !important;
	position:absolute !important;
	left:0;
	top:0;
	opacity:0;
}
#sns li a{
	display:block;
}
#sns li a img{
	width:45px;
	height:45px;
}
#news_ttl{
	height:30px;
	margin-bottom:10px;
	border:solid 1px #000;
	background:url(../img/common/news_ttl.png) no-repeat 5px center;
	background-size:auto 15px;
}
#news_box{
	height:162px;
	margin-bottom:20px;
}
#news_box dl{
	width:440px;
	margin-bottom:8px;
	font-size:14px;
	line-height:1.5;
}
#news_box dt{
	width:60px;
	padding-left:10px;
	clear:left;
	float:left;
	color:#ff0101;
}
#news_box dd{
	width:370px;
	float:left;
}
#news_box dd a:hover{
	text-decoration:underline;
}
#wanted_links{
}
#wanted_links li{
	width:225px;
	height:30px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#wanted_links li:last-child{
	margin:0;
}
#wanted_links li a{
	height:30px;
	display:block;
	box-sizing:border-box;
	position:relative;
	top:0;
	text-align:center;
	font-size:14px;
	line-height:30px;
	color:#fff;
	border-bottom:solid 3px #303030;
	background-color:#414141;
	-webkit-transition:all .1s ease;
	transition:all .1s ease;
}
#wanted_links li:hover a{
	top:2px;
}

#nextyaBtn a{
	width:460px;
	height:30px;
	overflow:hidden;
	display:block;
	box-sizing:border-box;
	position:relative;
	top:0;
	text-align:center;
	font-size:14px;
	line-height:30px;
	color:#fff;
	border-bottom:solid 3px #303030;
	background-color:#414141;
	-webkit-transition:all .1s ease;
	transition:all .1s ease;
}

#bannerZero a{
	margin: 0 auto 15px;
	width:940px;
	height:300px;
	background: url(../img/common/banner_zero.jpg) no-repeat;
	overflow:hidden;white-space:nowrap;text-indent:200%;
	display:block;
}

#zero_anqBtn a{
	width:940px;
	height:40px;
	overflow:hidden;
	display:block;
	box-sizing:border-box;
	position:relative;
	top:0;
	text-align:center;
	font-size:20px;
	line-height:40px;
	color:#fff;
	border-bottom:solid 3px #d99e00;
	background-color:#ffba00;
	-webkit-transition:all .1s ease;
	transition:all .1s ease;
	margin: 0 0 30px 0;
}

/*--------- main_nav ---------*/
#main_nav{
	margin-bottom:30px;
}
#main_nav ul{
}
#main_nav ul li{
	width:155px;
	height:35px;
	overflow:hidden;
	float:left;
	margin-right:2px;
}
#main_nav ul li a{
	height:35px;
	display:block;
	box-sizing:border-box;
	position:relative;
	top:0;
	text-align:center;
	font-size:14px;
	line-height:35px;
	color:#fff;
	-webkit-transition:all .1s ease;
	transition:all .1s ease;
}
#main_nav ul li a.current,
#main_nav ul li:hover a{
	top:2px;
}
#main_nav ul li a.current{
	cursor:default;
}
#main_nav ul li.main_nav_official{
	margin:0;
}
#main_nav ul li.main_nav_topics a{
	background-color:#d20000;
	border-bottom:solid 4px #a80000;
}
#main_nav ul li.main_nav_gravure a{
	background-color:#ce2ad0;
	border-bottom:solid 4px #a522a6;
}
#main_nav ul li.main_nav_comics a{
	background-color:#369bf0;
	border-bottom:solid 4px #2b7cc0;
}
#main_nav ul li.main_nav_title a{
	background-color:#0088aa;
	border-bottom:solid 4px #006d88;
}
#main_nav ul li.main_nav_media a{
	background-color:#ff6600;
	border-bottom:solid 4px #cc5200;
}
#main_nav ul li.main_nav_official a{
	background-color:#57ac41;
	border-bottom:solid 4px #468a34;
}


.loading{
	width:100%;
	padding:50px 0;
	margin-bottom:20px;
	background:url(../img/common/loading.gif) no-repeat center center;
}



/*--------- footer ---------*/
footer{
	width:100%;
	background-color:#000;
}
#foot_links{
	padding:20px 0 25px;
	font-size:12px;
	line-height:14px;
}
#foot_links ul{
	text-align:center;
}
#share_links{
	margin-bottom:20px;
}
#share_links li{
	display:inline-block;
	padding:0 10px;
}
#share_links li.line{
	display:none;
}
#share_links li a{
	display:block;
	width:41px;
	height:41px;
}
#share_links li.twitter a{
	background:url(../img/sns/pc_twitter_icon.png) no-repeat 0 0;
}
#share_links li.fb a{
	background:url(../img/sns/pc_fb_icon.png) no-repeat 0 0;
}
#haku_links li{
	display:inline-block;
	padding:0 15px;
	border-right:solid 1px #fff;
}
#haku_links li:last-child{
	border:none;
}
#haku_links li a{
	display:block;
	color:#fff;
}
.copyright{
	padding:0 0 25px;
	text-align:center;
	font-size:10px;
	line-height:16px;
	color:#fff;
}
.copyright a{
	color:#fff;
	text-decoration:underline;
}
footer .abj{
    text-align: center;
    margin-top: 20px;
}
footer .abj img{
    width: 80px;
}


/*--------- h2 ---------*/
h2{
	position:relative;
	margin-bottom:25px;
	padding-left:10px;
	font-size:23px;
	line-height:1.7;
	border-left:solid 8px #e32020;
}
h2:before,
h2:after{
	content:"";
	width:-webkit-calc(100% + 8px);
	width:calc(100% + 8px);
	height:1px;
	position:absolute;
	left:-8px;
	background-image:linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 3px);
	background-size:4px 1px;
	background-repeat:repeat-x;
}
h2:before{
	top:-4px;
	background-position:top;
}
h2:after{
	bottom:-4px;
	background-position:bottom;
}



/*-----------------------------------------------------	*/
/*  for - 639px  */
/*-----------------------------------------------------	*/
@media screen and (max-width: 640px){
	
body{
	-webkit-text-size-adjust:none;
	min-width:320px;
}
.sp{display:block;}
.pc{display:none;}



/*--------- Layout ---------*/
.inner,
#container{
	width:auto;
	padding:0 10px;
}
#container{
	min-height:650px;
	padding:0 10px 20px;
}



/*--------- header ---------*/
header{
	width:auto;
	min-width:320px;
	border-bottom:solid 8px #000;
}
header#lower{
	width:auto;
	min-width:320px;
	border-bottom:solid 5px #000;
}
header#upper h1 a,
header#lower h1 a{
	width:100%;
	height:40px;
	background:url(../img/common/sp/logo_ya.png) no-repeat 10px top;
	background-size:auto 40px;
}
header .inner{
	padding:0;
}
.toggle{
	display:none;
}
.toggle-label{
	cursor:pointer;
	display:block;
	width:50px;
	height:40px;
	position:absolute;
	top:0;
	right:10px;
	user-select:none;
	-webkit-tap-highlight-color:transparent;
}
.toggle-label:active{
	-webkit-tap-highlight-color:transparent;
}
.toggle-text{
	height:11px;
	display:block;
	position:relative;
	top:5px;
	font-size:11px;
	line-height:1;
	color:#fff;
	text-align:center;
}
.toggle-text:before{
	content:"MENU";
	width:100%;
	position:absolute;
	left:0;
	-webkit-transition:all 500ms ease-in-out;
	transition:all 500ms ease-in-out;
	visibility:visible;
	opacity:1;
}
.toggle-text:after{
	content:"CLOSE";
	width:100%;
	position:absolute;
	left:0;
	-webkit-transition:all 500ms ease-in-out;
	transition:all 500ms ease-in-out;
	visibility:hidden;
	opacity:0;
}
.toggle-icon,
.toggle-icon:before,
.toggle-icon:after{
	content:"";
	display:block;
	width:28px;
	height:2px;
	position:relative;
	top:50%;
	left:50%;
	background-color:#fff;
	border-radius:1px;
	-webkit-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
}
.toggle-icon{
	-webkit-transform:translate3d(-50%, -5px, 0);
	transform:translate3d(-50%, -5px, 0);
}
.toggle-icon:before{
	-webkit-transform:translate3d(-50%, -8px, 0);
	transform:translate3d(-50%, -8px, 0);
}
.toggle-icon:after{
	-webkit-transform:translate3d(-50%, 4px, 0);
	transform:translate3d(-50%, 4px, 0);
}
.toggle:checked ~ .toggle-label{
	background-color:#000;
}
.toggle:checked ~ .toggle-label .toggle-icon{
	background-color:transparent;
}
.toggle:checked ~ .toggle-label .toggle-icon:before,
.toggle:checked ~ .toggle-label .toggle-icon:after{
	top:0;
}
.toggle:checked ~ .toggle-label .toggle-icon:before{
	-webkit-transform:translateX(-50%) rotate(45deg);
	transform:translateX(-50%) rotate(45deg);
	top:1.5px;
}
.toggle:checked ~ .toggle-label .toggle-icon:after{
	-webkit-transform:translateX(-50%) translateY(-10px) rotate(-45deg);
	transform:translateX(-50%) translateY(-10px) rotate(-45deg);
	top:9px;
}
.toggle:checked ~ .toggle-label .toggle-text:before{
	visibility:hidden;
	opacity:0;
}
.toggle:checked ~ .toggle-label .toggle-text:after{
	visibility:visible;
	opacity:1;
}
.toggle:checked ~ #sp_menu{
	left:0;
}
#sp_menu{
	box-sizing:border-box;
	width:100%;
	position:absolute;
	left:100%;
	top:48px;
	z-index:99;
	overflow:hidden;
	padding:10px 20px;
	background-color:#000;
	-webkit-transition:all 500ms ease-in-out;
	transition:all 500ms ease-in-out;
}
header#lower #sp_menu{
	top:45px;
}
#sp_menu dl{
	margin:0 0 20px;
}
#sp_menu dt{
	padding:4px 10px;
	background-color:#585656;
	font-size:18px;
	font-family:"Merriweather Sans";
	font-weight:700;
	line-height:18px;
	color:#000;
}
#sp_menu dd{
	border-top:solid 1px #fff;
	font-size:18px;
}
#sp_menu dd:last-of-type{
	border-bottom:solid 1px #fff;
}
#sp_menu dt + dd{
	border:none;
}
#sp_menu dd a{
	display:block;
	position:relative;
	padding:14px 3px;
	color:#fff;
}
#sp_menu dd a:after{
	content:"";
	width:12px;
	height:12px;
	position:absolute;
	top:20px;
	right:5px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.bnr_arashi{
	margin:0 auto 10px;
}
.bnr_arashi a{
	display:block;
	width:auto;
	height:0;
	padding-top:23.52%;
	background:url(../img/common/sp/bnr_arashi.png) no-repeat center top;
	background-size:100% auto;
}


/*--------- heading ---------*/
#heading{
	width:auto;
	min-width:320px;
	background-color:#fff;
	border:none;
}
#heading_wrap{
	padding:0;
}
#heading_left{
	width:auto;
	float:none;
	margin-bottom:20px;
}
#latest_date{
	width:auto;
	float:none;
	border:none;
	margin:0 0 10px 0;
	line-height:28px;
}
#latest_date .year{
	line-height:1.5;
}
#latest_num{
	box-sizing:border-box;
	width:30%;
	height:55px;
	right:-10px;
}
#latest_num:before{
	left:-30px;
	border-width:0 30px 55px 0;
}
#latest_num span{
	line-height:55px;
	letter-spacing:0;
}
#latest_cover{
	width:95%;
	height:auto;
	margin:0 auto 15px;
	float:none;
}
#latest_cover img{
	width:100%;
	height:auto;
}
#lower_links{
	width:auto;
	float:none;
	margin:0;
}
#lower_links li{
	width:auto;
}
#lower_links li a{
	font-size:18px;
	line-height:40px;
}
#heading_right{
	width:auto;
	float:none;
}
#sns li{
	width:14%;
	margin-right:3.2%;
}
#sns li:last-child{
	margin-right:0;
}
#sns li.line{
	width:14%;
}
#sns li.line img{
	width:100%;
	height:auto;
}
#sns li a img{
	width:100%;
	height:100%;
}
#news_ttl{
	height:35px;
	background-size:auto 19px;
}
#news_box{
	height:250px;
}
#news_box dl{
	width:auto;
	margin-bottom:6px;
	line-height:1.4;
}
#news_box dt{
	width:20%;
	padding-left:0;
}
#news_box dd{
	width:80%;
}
#wanted_links li{
	width:48.5%;
	height:36px;
	margin-right:3%;
}
#wanted_links li a{
	height:36px;
	font-size:11px;
	line-height:36px;
}
	
#nextyaBtn a{
	width:99%;
	height:40px;
	box-sizing:border-box;
	position:relative;
	top:0;
	text-align:center;
	font-size:16px;
	line-height:40px;
	color:#fff;
	border-bottom:solid 3px #303030;
	background-color:#414141;
	-webkit-transition:all .1s ease;
	transition:all .1s ease;
}
    #bannerZero{
        position: relative;
        width: 99%;
        padding-top: 32%;
	margin: 0 auto 20px;
    }
	
#bannerZero a{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
	background: url(../img/common/banner_zero.jpg) no-repeat;
	overflow:hidden;white-space:nowrap;text-indent:200%;
	display:block;
    background-size: contain;
}
	
#zero_anqBtn a{
	width:99%;
	height:40px;
	box-sizing:border-box;
	position:relative;
	top:0;
	text-align:center;
	font-size:13px;
	line-height:40px;
	color:#fff;
	border-bottom:solid 3px #d99e00;
	background-color:#ffba00;
	-webkit-transition:all .1s ease;
	transition:all .1s ease;
	margin: 0 0 30px 0;
}



/*--------- main_nav ---------*/
#main_nav{
	margin-bottom:25px;
}
#main_nav ul li{
	width:33%;
	height:38px;
	margin-right:0.5%;
	margin-bottom:3px;
}
#main_nav ul li:nth-child(3n){
	margin-right:0;
}
#main_nav ul li a{
	height:38px;
	font-size:11px;
	line-height:38px;
	color:#fff;
	display: block;
}



/*--------- footer ---------*/
footer{
	width:auto;
	min-width:320px;
	background-color:#fff;
}
footer .inner{
	padding:0;
}
#foot_links{
	padding:20px 0 0;
	line-height:15px;
}
#foot_links .bnr_arashi{
	padding:0 10px;
	margin:0 auto 15px;
}
#foot_links ul{
	font-size:0;
}
#share_links{
	margin-bottom:15px;
}
#share_links li{
	width:33%;
	padding:0;
}
#share_links li.line{
	width:34%;
	display:inline-block;
}
#share_links li a{
	width:100%;
	height:40px;
}
#share_links li.twitter a{
	background:url(../img/sns/sp_twitter_icon.jpg) no-repeat center center #00abf1;
	background-size:35px auto;
}
#share_links li.fb a{
	background:url(../img/sns/sp_fb_icon.jpg) no-repeat center center #4e6ac2;
	background-size:35px auto;
}
#share_links li.line a{
	background:url(../img/sns/sp_line_icon.jpg) no-repeat center center #00c300;
	background-size:35px auto;
}
#haku_links{
	padding:0 10px;
}
#haku_links li{
	padding:0;
	margin-bottom:10px;
	font-size:12px;
	border-right:solid 1px #333;
}
#haku_links li:last-child{
	border-right:solid 1px #333;
}
#haku_links li a{
	position:relative;
	padding:0 6px;
	color:#333;
}
#haku_links li a:before{
	content:"";
	width:0;
	height:100%;
	position:absolute;
	left:-1px;
	top:0;
	border-left:solid 1px #333;
}
.copyright{
	padding:25px 10px;
	font-size:10px;
	line-height:17px;
	background-color:#000;
}
.copyright span{
	display:block;
}



/*--------- h2 ---------*/
h2{
	font-size:18px;
	line-height:1.6;
	font-weight:bold;
}
    footer .abj {
        margin-top: 0;
        margin-bottom: 10px;
    }
footer .abj img{
    width: 20%;
}


}