/*font-family:"Light";*/
/*font-family: 'Noto Sans JP', sans-serif;*/
/*font-family: 'Noto Serif JP', serif;*/

.hide {visibility:hidden;}
.invisible { visibility: hidden;}

.entry_archive a {text-decoration: none; color: #000; }
.entry_archive a:hover {text-decoration: none; color: gray; }



section{
	width:1080px;
	margin:0 auto;
}


header{
	font-family:"Light"
}



header #head01{
	position:relative;
	padding:20px 0;
}


header #head01 .sns{
	width:40%;
	float:left;
	text-align:left;
}






header #head01 .search ul,
header #head01 .sns ul{
	margin:0;
	padding:0;
}
header #head01 .search ul li,
header #head01 .sns ul li{
	margin:0;
	padding:0;
	list-style:none;
	margin-right:5px;
	display:inline-block;
	position:relative;
	font-family: "Bold";
}

header #head01 .search ul li img,
header #head01 .sns ul li img{
	max-height:20px;
}

header #head01 .search ul li a,
header #head01 .sns ul li a{
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

header #head01 .search ul li a:hover,
header #head01 .sns ul li a:hover{
	opacity:0.8;
}

header #head01 .search ul li.search{
	height:20px;
	width:20px;
}



header #head01 .sns ul li.date,
header #head01 .sns ul li.link a{
font-size:10px;
color:#444;
text-decoration:none;
}
header #head01 .sns ul li.link{
	background:url(../img/common/header_link.png) no-repeat left center;
    background-size: auto 6px;
    padding-left: 12px;
	cursor:pointer;
margin-right:70px;
}



header #head01 div.search{
	width:30%;
	float:right;
	text-align:right;
	position:relative;
}

header #head01 div.since{
	width:30%;
	position:absolute;
	font-weight:800;
	font-size:10px;
	text-align:center;
	top:20px;
	left:35%;
	font-family: 'Noto Serif JP', serif;
	font-style:italic;
}




header #head02{
	background:url(../img/common/header_bg.png) repeat-x left top;
	padding:8px 0;
	position:relative;
}

header #head02 .logo{
	text-align:center;
	margin-bottom:15px;
}


/*
header #head02 h1{
	text-align:center;
	font-size:10px;
	font-style:italic;
}*/


header #head02 .subcatch{
	text-align:center;
	font-size:18px;
	margin-bottom: 20px;
}






header #gmenu{
	text-align:center;
	padding-bottom:40px;
}
header #gmenu ul{
	margin:0;
	padding:0;
}
header #gmenu ul li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	vertical-align: middle;
}
header #gmenu ul li a{
	color:#000;
	margin:0 20px;
	text-decoration:none;
	display:block;
font-family: "Bold";
}
header #gmenu ul li span.border{
	display: block;
    width: 20px;
    height: 2px;
	-webkit-transition-property:background;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
header #gmenu ul li.logo{
	display:none;
}

header #gmenu ul.btns{
	display:none;
}


header #gmenu.japan ul li.menu01 span.border,
header #gmenu ul li.menu01.active span.border,
header #gmenu ul li.menu01:hover span.border{
	background:#CE0000;
}
header #gmenu.saudi-arabia ul li.menu02 span.border,
header #gmenu ul li.menu02.active span.border,
header #gmenu ul li.menu02:hover span.border{
	background:#047d12;
}
header #gmenu.middle-east ul li.menu03 span.border,
header #gmenu ul li.menu03.active span.border,
header #gmenu ul li.menu03:hover span.border{
	background:#FD980F;
}
header #gmenu.business ul li.menu04 span.border,
header #gmenu ul li.menu04.active span.border,
header #gmenu ul li.menu04:hover span.border{
	background:#0475E5;
}
header #gmenu.features ul li.menu05 span.border,
header #gmenu ul li.menu05.active span.border,
header #gmenu ul li.menu05:hover span.border{
	background:#00B5AD;
}
header #gmenu.arts-culture ul li.menu06 span.border,
header #gmenu ul li.menu06.active span.border,
header #gmenu ul li.menu06:hover span.border{
	background:#9D32AF;
}



header #head01 .search ul li.header_lang{

}
.header_lang a{
	font-family:'Bold';
	text-decoration: none;
	font-size:14px !important;
}
header #head01 .search ul li.header_lang a.link{
	color:#4A803F;
	background:url(../img/common/header_link_02.png) no-repeat left center;
    background-size: auto 6px;
    padding-left: 12px;
	cursor:pointer;
margin: 0 20px 0 20px;
}




.header_lang .link_box,
.header_arab .link_box{
	max-height: 0;
	overflow-y: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
	position:absolute;
	top:0;
	padding-top:25px;
	z-index:2;
}
.header_lang .link_box{
    width: 60px;
    right: 0px;
}
.header_arab .link_box{
	width:150px;
	left:0px;
}


.header_lang .link_box.active,
.header_arab .link_box.active{
	max-height:1000px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}



.header_lang .link_box dl,
.header_arab .link_box dl{
	margin:0;
	padding:5px 12px;
	background:#ddd;
}

.header_lang .link_box dl dd,
.header_arab .link_box dl dd{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
border-bottom:1px solid #E9E9E9;
}

.header_lang .link_box dl dd:last-child,
.header_arab .link_box dl dd:last-child{
border-bottom:none;
margin-bottom:0;
padding-bottom:0;
}


.header_arab .link_box dl dd a{
	font-size:10px !important;
	color:#A7A7A7 !important;
padding:0 5px;
}

.header_lang .link_box dl dd a{
	color:#A7A7A7 !important;
padding:0 5px;
}

.header_lang .link_box dl dd a:hover,
.header_arab .link_box dl dd a:hover{
	opacity:0.8;
}


/*固定時のメニュー*/

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	background:#F5F5F5;
}


header #gmenu.fixed {
        text-align: left;
    padding:10px 0;
	z-index:2;
}

header #gmenu.fixed ul li a {
    margin: 0 10px;
font-size:12px;
}


header #gmenu.fixed ul li.logo{
	display:inline-block;
	margin-right:12px;
}
header #gmenu.fixed ul li.logo img{
	max-height:50px;
	width:auto;
}
header #gmenu.fixed ul li.logo a{
	margin-left:0;
}

header #gmenu.fixed ul.menus {
    float: left;
    width: 100%;
}



header #gmenu.fixed ul.clearfix.btns {
    float: right;
    width: auto;
    margin-top: 23px;
}
header #gmenu.fixed ul.clearfix.btns{
	display: inline-block;
    margin: 10px 0 0 0;
    padding: 0;
}
header #gmenu.fixed ul.clearfix.btns li{
	margin:0 5px 0 0;
	padding:0;
	list-style:none;
	display:inline-block;
	position:relative;
}
header #gmenu.fixed ul.clearfix.btns li.search .menu_search{
	width:20px;
}

header #gmenu.fixed ul.clearfix.btns li img{
	max-height:20px;
}

header #gmenu.fixed ul.clearfix.btns li a{
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.2s;
	-webkit-transition-timing-function:linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	margin:0 0 0 5px;
}

header #gmenu.fixed ul.clearfix.btns li a:hover{
	opacity:0.8;
}

header #gmenu.fixed ul.clearfix.btns li.search{
	height:20px;
	width:20px;
}

.shortUrlContainer {
	padding: 0 0 10px 0;
	position: relative;
	z-index: 1;
}
.shortUrlContainer span {
	color: #444;
	font-size: 12px;
	font-family: 'Bold';
}
/* BEGIN NEW MENU AND LANG MENU */
.row {
	display: flex;
}

.column {
	flex: 50%;
}
.column1 {
	flex: 90%;
	text-align: center;
}
.column2 {
	flex: 140px;
	text-align: center;
}
ul.langSelection {}
ul.langSelection li { padding:0; margin:0; }

ul.langSelection li a { padding: 0; margin: 0!important; }

ul.langSelection li.menu00 a:after{
	content: "";
	color:black;
	padding: 0 5px 0 10px;
}


ul.langSelection li.menu00 a:after{
	content: "|";
}

.mobLangSelection a {
	border-style: none;
	text-decoration: none;
	color: #000;
	font-family: "Bold";
}
.mobLangSelection a.menu00:after{
	content: " | ";
	color:black;
	padding: 0 2px 0 6px;
}

ul.langSelection li.menu00 a:hover span.border{
	background:#CE0000;
}

.changeLangSettings img {
	width: 25px;
}

header #gmenu.fixed .row {  float: left; width:88%; padding: 0; margin: 0; }
header #gmenu.fixed .row .column1 { flex: 80%}
header #gmenu.fixed .row .column2 { display:block; }
header #gmenu.fixed .row .column2 ul.langSelection { text-align: left; }
header #gmenu.fixed .row .column2 ul.langSelection li {/*margin-top: 14px;*/ padding-top: 7%;}
	/* END NEW MENU AND LANG MENU */


/* BEGIN EQUALIZE IMAGE SLIDER */
.equalizeImage {
	position: relative;
	float: left;
	width:  100%;
	height: 480px;
	background-position: 50% 50%;
	background-repeat:   no-repeat;
	background-size:     cover;
	overflow: hidden;
}
.equalizeImage img {
	min-height: 100%;
	min-width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.center-cropped {
	object-fit: cover;
	object-position: center;
	height: 100px;
	width: 100px;
}

/* END EQUALIZE IMAGE SLIDER */


.detail_body .body p.author a {
	font-family: 'Playfair Display';
    font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	color: #000;

}
.detail_body .body ul {
	font-family: 'Playfair Display';
	font-weight: 400;
	font-size: 16px;
}


.box .photo img {
	height: 150px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.thum_block a .photo img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 70px;
}



.color_japan{
	color:#CE0000;
}
.color_saudi{
	color:#047d12;
}
.color_middleeast{
	color:#FD980F;
}
.color_business{
	color:#0475E5;
}
.color_feature{
	color:#00B5AD;
}
.color_arts{
	color:#9D32AF;
}




.wrap_contents{
}

.wrap_contents .contents{
	width:670px;
	float:left;
}
.wrap_contents .side{
	width:370px;
	float:right;
}


img.alignright {
	float: right;
}


.article_box{
}


.article_box.main{
	margin-bottom:90px;
}


.article_box a{
	display:block;
	text-decoration:none;
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.article_box a:hover{
	opacity:0.8;
}
.article_box .photo{
	padding:0;
	margin:0 0 10px 0;
}

.article_box .photo .images{
    height: auto;
    overflow: hidden;
}
.article_box .photo .images img{
	width: 100%;
	height: 150px;
	margin-bottom: 5px;
	object-fit: cover;
	object-position: center;
}





.article_box .photo figcaption{
	/*color:#444;*/
color:#444;
	font-size:12px;
	/*font-family: 'light';*/
}
.article_box .title{
	color:#000;
	font-size:21px;
	margin-bottom:0px;
	font-family: 'Noto Serif JP', serif;
}
.article_box .point ul{
	margin:0 0 0 20px;
	padding:0;
}
.article_box .point ul li{
	margin:0 0 20px 0;
	padding:0;
	color:#000;
}
	
	
.category_list{
	margin-bottom:100px;
}
.category_list .label_wrap{
	width:145px;
	float:left;
}
.category_list .entry_wrap{
	width:485px;
	float:right;
}
	
.category_list .label_wrap h2{
	font-size:20px;
	font-family: 'Noto Serif JP', serif;
	margin-bottom:20px;
}
.category_list .label_wrap h2 a{
color:#000;
font-size: 20px;
text-decoration:none;
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.category_list .label_wrap h2 a:hover{
opacity:0.8;
}


	
.category_list .label_wrap .sub{
	font-size:16px;
	/*font-family: 'light';*/
	color:#444;
	margin-bottom:15px;
}		
.category_list .label_wrap .title{
	font-size:10px;
	padding-left:15px;
	min-height:42px;
	border-left: 2px solid #A7A7A7;
}
.category_list .label_wrap .title a{
	color:#000;
	text-decoration:none;
	display:none;
}				
.category_list .label_wrap .title a:nth-child(1){
	display:block;
}

	
	
.category_list.japan .label_wrap .title{
	border-left:2px solid #CE0000;
}
.category_list.saudi-arabia .label_wrap .title{
	border-left:2px solid #047d12;
}
.category_list.middle-east .label_wrap .title{
	border-left:2px solid #FD980F;
}
.category_list.business .label_wrap .title{
	border-left:2px solid #0475E5;
}
.category_list.features .label_wrap .title{
	border-left:2px solid #00B5AD;
}
.category_list.arts-culture .label_wrap .title{
	border-left:2px solid #9D32AF;
}



div.yougovImg {padding: 0 0 10px 0;}

	
.category_list .entry_wrap .article_box{
	margin-bottom:20px;
	float:left;
	width:46%;

	/* ADDED TO FIX LOATING DIV MIS-ALLIGNMENT */
	max-height: 700px;
	
}

/*
.category_list .entry_wrap .article_box:nth-child(even){
	width:46%;
	float:left;
}
.category_list .entry_wrap .article_box:nth-child(odd){
	width:46%;
	float:right;
}

.category_list .entry_wrap .article_box:nth-child(even) .title,
.category_list .entry_wrap .article_box:nth-child(odd) .title{
	font-size:14px;
}
.category_list .entry_wrap .article_box:nth-child(even) .point,
.category_list .entry_wrap .article_box:nth-child(odd) .point{
	display:none;
}





*/


.category_list .entry_wrap .article_box:nth-child(9n+2),
.category_list .entry_wrap .article_box:nth-child(9n+4),
.category_list .entry_wrap .article_box:nth-child(9n+6),
.category_list .entry_wrap .article_box:nth-child(9n+8){
	float:left;
}
.category_list .entry_wrap .article_box:nth-child(9n+3),
.category_list .entry_wrap .article_box:nth-child(9n+5),
.category_list .entry_wrap .article_box:nth-child(9n+7),
.category_list .entry_wrap .article_box:nth-child(9n+9){
	float:right;
}

.category_list .entry_wrap .article_box .title {
	min-height: 80px;
}



.category_list .entry_wrap .article_box:nth-child(9n+3) .title,
.category_list .entry_wrap .article_box:nth-child(9n+5) .title,
.category_list .entry_wrap .article_box:nth-child(9n+7) .title,
.category_list .entry_wrap .article_box:nth-child(9n+9) .title,
.category_list .entry_wrap .article_box:nth-child(9n+2) .title,
.category_list .entry_wrap .article_box:nth-child(9n+4) .title,
.category_list .entry_wrap .article_box:nth-child(9n+6) .title,
.category_list .entry_wrap .article_box:nth-child(9n+8) .title{
	font-size:14px;
	max-height:40px;
}
.category_list .entry_wrap .article_box:nth-child(9n+3) .point,
.category_list .entry_wrap .article_box:nth-child(9n+5) .point,
.category_list .entry_wrap .article_box:nth-child(9n+7) .point,
.category_list .entry_wrap .article_box:nth-child(9n+9) .point,
.category_list .entry_wrap .article_box:nth-child(9n+2) .point,
.category_list .entry_wrap .article_box:nth-child(9n+4) .point,
.category_list .entry_wrap .article_box:nth-child(9n+6) .point,
.category_list .entry_wrap .article_box:nth-child(9n+8) .point{
	display:none;
}





/*1個目・各11個目の打ち消し*/
.category_list .entry_wrap .article_box:first-child,
.category_list .entry_wrap .article_box:nth-child(9n+1){
	width:100%;
}


.category_list .entry_wrap .article_box:first-child .title,
.category_list .entry_wrap .article_box:nth-child(9n+1) .title{
	font-size:21px;
}
.category_list .entry_wrap .article_box:first-child .point,
.category_list .entry_wrap .article_box:nth-child(9n+1) .point{
	display:block;
	}
	
	
.category_list .entry_wrap .article_box:first-child .title,
.category_list .entry_wrap .article_box:nth-child(9n+1)  .title{

	margin-bottom:20px;
}


.category_list .entry_wrap .article_box:first-child .photo .images,
.category_list .entry_wrap .article_box:nth-child(9n+1) .photo .images{
    height: auto;
}


.category_list .entry_wrap .article_box:first-child .photo .images img,
.category_list .entry_wrap .article_box:nth-child(9n+1) .photo .images img{
    width: 100%;
    height: auto;
}



	
.category_list .more a{
	text-decoration:none;
	font-family:"Light";
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.category_list .more a:after{
	content:'>';
	font-size:12px;
	position:relative;
	top:0;
	margin-left:15px;
	font-weight:800;
}
.category_list .more a:hover{
	opacity:0.8;
}
	
.category_list.japan .more a{
	color:#CE0000;
}
.category_list.saudi-arabia .more a{
	color:#047d12;
}
.category_list.middle-east .more a{
	color:#FD980F;
}
.category_list.business .more a{
	color:#0475E5;
}
.category_list.features .more a{
	color:#00B5AD;
}
.category_list.arts-culture .more a{
	color:#9D32AF;
}
	
	
	
	
	
	
	
/*side*/
/*********************/

#slide .block_title{
    font-family:"Light";
}




#slide_category{
	/*margin-bottom:20px;*/
	position:relative;
	/*border-top: 1px solid #ddd;*/
    padding-top: 25px;
}

#slide_category .block_title{
	color: #A7A7A7;
    /*font-size: 10px;*/
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:30px;
	line-height:100%;
}
	
	
.thum_left .thum_block .photo{
	float:left;
}
.thum_left .thum_block .title{
	float:right;
}	
.thum_right .thum_block .photo{
	float:right;
}
.thum_right .thum_block .title{
	float:left;
}	

.thum_block{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #ddd;
}
.thum_block:last-child{
	border-bottom:none;
	margin-bottom:0;
}


.thum_block a{
	display:block;
	text-decoration:none;
	color:#000;
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.thum_block a:hover{
	opacity:0.8;
}
	
.thum_block .photo{
	width:35%;
}
.thum_block .title{
	width:60%;
	font-family: 'Noto Serif JP', serif;
}
.thum_block .title span{
	display:block;
}
.thum_block .title span.cate{
	font-size:10px;
    line-height: 100%;
	margin-bottom:10px;
	color:#4A803F;
	font-family:"Light";
}

.thum_block .title span.access{
    font-size: 8px;
    margin-bottom: 15px;
    color: #A7A7A7;
    background: url(../img/common/side_access.png) no-repeat left top 2px;
    line-height: 100%;
    padding: 0 0 0 20px;
}

.side_recommended div.thum_block{
display:none;
}
.side_recommended div.thum_block:nth-child(1),
.side_recommended div.thum_block:nth-child(2),
.side_recommended div.thum_block:nth-child(3){
display:block;
}



a.nav-button.sp_search {
	color: #000;
	text-decoration: none;
	font-family: "Bold";
}


a.nav-button.sp_menu.active {
	position: fixed;
	right: 10px;
	top: 15px;
}

	
	

	
.entry_archive{
	background:#fff;
	padding:30px 30px 0 30px;
	margin-bottom:50px;
}


.entry_archive .block_title{
    font-size: 21px;
	padding-bottom:10px;
	margin-bottom:30px;
	font-weight:800;
	border-bottom:1px solid #ddd;
	font-family: 'Noto Serif JP', serif;

}
	

.side_bnr{
	text-align:center;
	margin-bottom:50px;
}
.side_bnr img{
	max-width:90%;
}

.ranking_title{
	margin-bottom:15px;
}
.ranking_title .box{
	color: #A7A7A7;
	display:block;
	padding-bottom:10px;
	text-align:center;
	text-decoration:none;
	font-weight:800;
	cursor:pointer;
}


/*
.ranking_title .box.active{
	color:#000;
	border-bottom:2px solid #CE0000;
}

*
.rank_day,
.rank_week,
.rank_month{
	display:none;
}
.rank_day.active,
.rank_week.active,
.rank_month.active{
	display:block;
}
*/


.clearFloat { clear: both;}
.double-border-bottom {
	margin-bottom: 1rem;
	border-bottom: 4px double rgba(161,161,148,.4);
}
.bioDetails {


}
.bioDetails img { float:left; margin: 0 20px; width: 150px; height: auto; }
.bioDetails h2 {
	font-size: 30px;
	font-family: "Playfair Display";
	font-weight: 700;
	margin: 0 0 20px 0;
	width:150px;
}
.bioDetails h3 {
	font-size: 28px;
	font-family: "Playfair Display";
	font-weight: 700;
}

.bioDetails .bioInfoImg { padding: 0 0 20px 0; }
.authorBio {
	float: left;
	width: 12%;
	padding: 0 0 20px 0;
}

.authorBio .authorName {
	padding: 1rem 0;
	font-size: 12px;
	border-bottom: 3px double rgba(138,138,138,.3);
	text-transform: uppercase;
	border-top: 1px solid gray;
	text-align: center;

}

.authorBio .authorDate {
	padding: 1rem 0;
	border-bottom: 1px solid rgba(138,138,138,.3);
	text-align: center;
	font-size: 12px;
	font-family: 'Bold';
	color: #444;

}

.authorBio .authorImg {
	padding: 0 0 10px 0;
}


.side_opinion .thum_block .title span.auther{
	font-size:10px;
    line-height: 100%;
	margin-bottom:10px;
	color:#4A803F;
}
.side_opinion .thum_block .photo{
	/*margin-top:20px;*/
	text-align:right;
}
.side_opinion .thum_block .photo img{
	max-width:60px;
}
	
	
	
	
.entry_archive.video{
	background:#333;
}
.entry_archive.video .block_title{
	color:#fff;
    border-bottom: 1px solid #A7A7A7;
}
	
.entry_archive.video .thum_block a{
	color:#FFF;
}
.entry_archive.video .thum_block {
    border-bottom: 1px solid #A7A7A7;
}


.side_sns {
	margin-bottom:50px;
}
.side_sns .block_title{
    font-size: 21px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 800;
    border-bottom: 1px solid #A7A7A7;
	font-family: 'medium';
}


.side_sns .btn ul{
	margin:0;
	padding:0;
}
.side_sns .btn ul li{
	margin:0;
	padding:0;
	list-style:none;
	margin-right:30px;
	display:inline-block;
}
.side_sns .btn ul li img{
	max-height:30px;
}


.entry_archive.infographic{
	padding-bottom:30px;
}





.slick-prev,
.slick-next {
    top: 5px !important;
}
.slick-next {
    right: 0px !important;
}
.slick-prev {
    left:auto !important;
	right:20px;
}








footer{
	background:#fff;
	padding:50px 0;
	font-family:"Medium";
}

footer h2{
	font-size:200%;
	font-family: 'Noto Serif JP', serif;
	margin-bottom:30px;
}

footer .column4{
	margin-bottom:30px;
}
footer .box ul.link{
	margin:0 0 30px 0px;
	padding:0;
}
footer .box ul.link li{
	margin:0 0 5px 0;
	padding:0;
	font-size:90%;
	list-style:none;
}
footer .box ul.link li a{
	text-decoration:none;
	color:#000;
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
footer .box ul.link li a:hover{
	opacity:0.6;
}

footer .box.subscribe{
	text-align:center;
}
footer .box.subscribe h3{
	font-size:150%;
	margin-bottom:30px;
}
footer .box.subscribe p{
	margin-bottom:15px;
}
footer .box.subscribe hr{
	border:0;
	background:#A7A7A7;
	height:30px;
	margin-bottom:15px;
}
footer .box.subscribe a{
	border:1px solid #ccc;
	background:#fff;
	text-decoration:none;
	display:block;
    font-family:"Light";
	padding:15px;
	-webkit-transition-property:background;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
footer .box.subscribe a:hover{
	background:#efefef;
}




footer .sns{
	text-align:left;
}
footer .sns ul{
	margin:0;
	padding:0;
}
footer .sns ul li{
	margin:0;
	padding:0;
	list-style:none;
	margin-right:10px;
	display:inline-block;
}
footer .sns ul li img{
	max-height:30px;
}
footer .sns ul li a{
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

footer .sns ul li a:hover{
	opacity:0.8;
}




footer .copy{
	font-size:10px;
    font-family:"Light";
	text-align:center;
	color:#000;
}






/*menu*/
.menu_search{
    height: 20px;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 30px;
    z-index: 99;
}

.menu_search .menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}

.menu_search .menu__line{
		display:none;
}

.menu_search .menu__line--center{
    top: 9px;
}
.menu_search .menu__line--bottom{
    bottom: 0;
}

.menu_search .menu__line.active{
	display:block;
}
.menu_search.active img{
	display:none;
}

.menu_search .menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu_search .menu__line--center.active{
    transform:scaleX(0);
}
.menu_search .menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}

header #head02 .search.none,
header #head02 .spmenu.none{
	display:none;
}


.menu_spmenu{
    height: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    z-index: 99;
}

.menu_spmenu .menu__line{
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}

.menu_spmenu .menu__line.menu__line--top,
.menu_spmenu .menu__line.menu__line--bottom{
	width:80%;
}

.menu_spmenu .menu__line--center{
    top: 9px;
}
.menu_spmenu .menu__line--bottom{
    bottom: 0;
}


.menu_spmenu .menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu_spmenu .menu__line--center.active{
    transform:scaleX(0);
}
.menu_spmenu .menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}











/*gnav*/
.gnav_seach,
.gnav_spmenu{
    background: #ECF0E7;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}

.nav-wrap.pc_search_fix .search-block,
.nav-wrap.pc_search .search-block,
.nav-wrap.sp_search .search-block
{
	width:95%;
	margin:0 auto;
	margin-top:20vh;
	text-align:left;
}


.mobSearch { clear: both;  }
.mobSearch .search-block { }
.mobSearch .search-block .title { text-align: left; }

.nav-wrap.pc_search_fix .search-block .title,
.nav-wrap.pc_search .search-block .title,
.nav-wrap.sp_search .search-block .title,
.mobSearch .search-block .title
{
	font-size:14px;
	color:#B9B9B9;
    font-family: 'Light';
}


.nav-wrap.pc_search_fix .search-block .input input,
.nav-wrap.pc_search .search-block .input input,
.nav-wrap.sp_search .search-block .input input,
.mobSearch .search-block .input input
{
	border:none;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	background:none;
	font-size: 14px!important;
	font-family: 'Light'!important;
}

.nav-wrap.sp_search .search-block .input,
.nav-wrap.pc_search .search-block .input,
.mobSearch .search-block .input
{
	border-bottom:1px solid #ccc;
}


.nav-button.sp_menu.no-display,
.nav-button.sp_search.no-display{
	display:none;
}


.nav-button.pc_search_fix span,
.nav-button.pc_search span,
.nav-button.sp_search span {
    display: none;
}

.nav-button.pc_search_fix.active span,
.nav-button.pc_search.active span,
.nav-button.sp_search.active span {
    display: block;
}

.nav-button.pc_search_fix.active img,
.nav-button.pc_search.active img,
.nav-button.sp_search.active img {
    display: none;
}









.nav-wrap.sp_menu .gnav__wrap{
    align-items:center;
    /*display: flex;*/
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}


.nav-wrap.sp_menu .logo{
    margin: 25px auto 0 auto;
text-align:center;
}

.nav-wrap.sp_menu .spmenu_toggle{
    margin: 0 auto 30px;
    padding: 0;
    width: 90%;
}
.nav-wrap.sp_menu .spmenu_toggle div.link{
float:left;
width:50%;
text-align:left;
}
.nav-wrap.sp_menu .spmenu_toggle div.lang{
float:right;
width:50%;
text-align:right;
}


.nav-wrap.sp_menu .spmenu_toggle div.link a.link{
    font-size: 14px;
    color: #A7A7A7;
    text-decoration: none;
    background: url(../img/common/header_link.png) no-repeat left center;
    background-size: auto 6px;
    padding-left: 12px;
    cursor: pointer;
font-family:'Light';
}


.nav-wrap.sp_menu .spmenu_toggle div.lang a.link{
    font-size: 14px;
    color: #4A803F;
    text-decoration: none;
    background: url(../img/common/header_link_02.png) no-repeat left center;
    background-size: auto 6px;
    padding-left: 12px;
    cursor: pointer;
font-family:'Light';
}

.nav-wrap.sp_menu .spmenu_toggle div.lang .link_box,
.nav-wrap.sp_menu .spmenu_toggle div.link .link_box{
	max-height: 0;
	overflow-y: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nav-wrap.sp_menu .spmenu_toggle div.lang .link_box.active,
.nav-wrap.sp_menu .spmenu_toggle div.link .link_box.active{
	max-height:1000px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}


.nav-wrap.sp_menu .spmenu_toggle div.link .link_box dl{
	margin:0;
	padding:5px 12px;
	background:#ddd;
}
.nav-wrap.sp_menu .spmenu_toggle div.link .link_box dl dd{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #E9E9E9;
}
.nav-wrap.sp_menu .spmenu_toggle div.link .link_box dl dd:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
    text-decoration: none;
}


.nav-wrap.sp_menu .spmenu_toggle div.link .link_box dl dd a{
	font-size:12px !important;
	color:#A7A7A7 !important;
	padding:0 5px;
    text-decoration: none;
font-family:'Light';
}




.nav-wrap.sp_menu .spmenu_toggle div.lang .link_box dl{
	margin:0;
	padding:5px 12px;
	background:#ddd;
width:40%;
float:right;
}
.nav-wrap.sp_menu .spmenu_toggle div.lang .link_box dl dd{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #E9E9E9;
}
.nav-wrap.sp_menu .spmenu_toggle div.lang .link_box dl dd:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
    text-decoration: none;
}


.nav-wrap.sp_menu .spmenu_toggle div.lang .link_box a{
    font-size: 14px;
    color: #4A803F;
    text-decoration: none;
    padding-left: 12px;
    cursor: pointer;
font-family:'Light';
}





.nav-wrap.sp_menu .gnav__menu{
    margin: 0;
    padding: 20px 0 0 10px;
    width: 90%;
    text-align: left;
	font-family:'Bold';
	clear: both;
}
.nav-wrap.sp_menu .gnav__menu__item{
    margin: 0 0 10px 0;
	list-style:none;
}
.nav-wrap.sp_menu .gnav__menu__item a{
    color: #000;
    text-decoration: none;
    transition: .5s;
}









.nav-wrap.sp_menu .sns{
    margin: 0 0 15px 8px;
    padding: 0;
    width: 90%;
	/*border-bottom:1px solid #ccc;*/
	padding-bottom:20px;
	text-align:left;
}
.nav-wrap.sp_menu .sns ul{
	margin:0;
	padding:0;
}
.nav-wrap.sp_menu .sns ul li{
	margin:0;
	padding:0;
	list-style:none;
	margin-right:15px;
	display:inline-block;
}
.nav-wrap.sp_menu .sns ul li img{
	max-height:30px;
}

.nav-wrap.sp_menu .subscribe{
    margin: 0 auto 20px auto;
    padding: 0;
    width: 80%;
	text-align:center;
}
.nav-wrap.sp_menu .subscribe p{
    font-family:"Light";
	margin-bottom:5px;
}

.nav-wrap.sp_menu .subscribe .email{
	margin-bottom:10px
}
.nav-wrap.sp_menu .subscribe .email input{
	border:1px solid #ccc;
	text-align:center;
	padding:10px 0;
	width:100%;
}

.nav-wrap.sp_menu .subscribe a{
	color:#4A803F;
	text-align:center;
	border:1px solid #4A803F;
	text-decoration:none;
	display:block;
    font-family:"Light";
	padding:10px;
	-webkit-transition-property:background;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}










#pankz, .pankz{
	font-size:10px;
	padding-bottom:25px;
	margin-bottom:30px;
    font-family:"Light";
	border-bottom: 1px solid #ddd;
}

.pankz ul li { font-family:"Bold"; font-size: 12px; color:#6c7781; }
#pankz a, .pankz a{
	text-decoration:none;
	color:#000;
	font-size: 12px;
	font-weight: bold;
	-webkit-transition-property:color;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
#pankz ul, .pankz ul{
	margin:0 0 -6px 0;
	padding:0;
    position: relative;
    top: -6px;

}
#pankz ul li, .pankz ul li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
#pankz ul li:after, .pankz ul li:after{
	content:'/';
	margin:0 3px;
}
#pankz ul li:last-child:after, .pankz ul li:last-child:after{
	content:normal;
}
#pankz a:hover, .pankz a:hover{
	text-decoration:underline;
	color:#444;
}




div.wrap_contents.category section { position:relative; z-index:1; }

div.wrap_contents.category {
	position: relative;
	width: 100%;
	z-index: 0;
}
div.wrap_contents.category section { position:relative; z-index:1; }

.wrap_contents .bannerTop { width:100%; max-width:1080px; margin:0 auto; padding:0 0 15px 0; text-align: center }
.wrap_contents .bannerTop img {width:100%; height: auto;}
.wrap_contents .bannerTop div { text-align: center; margin:0 auto; }

.ads-block { text-align: center; }
.ads-block div { margin:0 auto; text-align: center; }

.wrap_contents.japan #slide_category.list_latest-category .block_title,
.wrap_contents.japan #pankz ul li, .wrap_contents.japan .pankz ul li{
	color:#CE0000;
}

.wrap_contents.saudi-arabia #slide_category.list_latest-category .block_title,
.wrap_contents.saudi-arabia #pankz ul li, .wrap_contents.saudi-arabia .pankz ul li{
	color:#047d12;
}

.wrap_contents.middle-east #slide_category.list_latest-category .block_title,
.wrap_contents.middle-east #pankz ul li, .wrap_contents.middle-east .pankz ul li{
	color:#FD980F;
}

.wrap_contents.business #slide_category.list_latest-category .block_title,
.wrap_contents.business #pankz ul li, .wrap_contents.business .pankz ul li {
	color:#0475E5;
}

.wrap_contents.features #slide_category.list_latest-category .block_title,
.wrap_contents.features #pankz ul li, .wrap_contents.features .pankz ul li{
	color:#00B5AD;
}

.wrap_contents.arts-culture #slide_category.list_latest-category .block_title,
.wrap_contents.arts-culture #pankz ul li, .wrap_contents.arts-culture .pankz ul li{
	color:#9D32AF;
}
	






#slide_category.list_latest-all .block_title{
	border-bottom:none;
	margin-bottom:0px;
}
#slide_category.list_latest-all{
	border-bottom: 1px solid #ddd;
	/*margin-bottom:50px;*/
    border-top: none;
    padding-top: 0;
}
#slide_category.list_latest-all .thum_block{
	padding-bottom:0;
}

#slide_category.list_latest-all .thum_block .title {
    width: 100%;
}

/*#slide_category.list_latest-all .thum_block .title span.cate{
	float: left;
    width: 25%;
}*/
#slide_category.list_latest-all .thum_block .title span.label{
	/*float: right;
    width: 70%;*/
	font-size:10px;
	line-height:130%;
}





.is-hidden {
  display: none;
}



#page_wrap,
#detail_wrap{
}

.page_title,
.detail_title{
	font-size:32px;
	margin-bottom:30px;
}

.detail_dateinfo{
	font-size:12px;
	margin-bottom:30px;
}
.detail_dateinfo div.name{
	float:left;
margin-right:25px;
}
.detail_dateinfo div.name a{
text-decoration:none;
color:#000;
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.detail_dateinfo div.name a{
opacity:0.8;
}

.detail_dateinfo div.etc{
	float:left;
}

.detail_dateinfo div.etc.right {
    text-align: right;
    float: right;
}


.detail_dateinfo .etc .update{
	color:#4A803F;
margin-right:15px;
}
.detail_dateinfo .etc .view{
	color:#444;
	padding-left:18px;
	margin-left:16px;
	background:url(../img/common/side_access.png) no-repeat left center;
}
.detail_dateinfo .etc .label{
	color:#444;
    /*padding-left: 20px;*/
    margin-right: 16px;
	/*border-left:2px solid #A7A7A7;*/
}
.detail_dateinfo .etc .open{
	color:#444;
	/*padding-left:10px;
	margin-left:10px;*/
}



.detail_autherbox{
margin-bottom:20px;
}
.detail_autherbox .photo{
width:12%;
float:left;
}
.detail_autherbox .text{
width:85%;
float:right;
font-size:12px;
color:#555;
}








.detail_photo{
	margin-bottom:30px;
	width:100%;
}
.detail_photo figure{
	margin:0;
}
.detail_photo figure .images{
overflow:hidden;
min-height:200px;
margin-bottom:5px;
}


.detail_photo img{
	width:100%;
	margin-bottom:10px;
}
.detail_photo figcaption{
	color:#444;
	font-size:10px;
	font-family: 'Light';
	padding: 12px 0 0 0;
	line-height:130%;
	text-align:left;
}
.detail_photo .title{
	color:#000;
	font-size:21px;
	margin-bottom:0px;
}
	
.detail_photo.slick-dotted .slick-dots {
	/*position: absolute;
	top: 480px;
	*/
	padding:10px 0;
	text-align:left;
	left:-3px;
	bottom:0;
	position: relative;
}
.detail_photo.slick-dotted.slick-slider {
    position: relative !important;
	margin-bottom: 20px;
}


.slick-slide, .slick-initialized .slick-slide {
	height: auto;
}

.slick-slide.slick-current { width:100%;}



.detail_photo.slick-dotted .slick-dots li {
    width: 15px !important;
	height:15px !important;
	margin:0 !important;
}

.detail_photo.slick-dotted .slick-dots li button:before {
    width: 15px !important;
	height:15px !important;
}

.detail_photo .slick-slide.slick-cloned {
	height:100px!important;

}
.detail_photo .slick-slide {

	height: 100px;
}

.detail_photo  .slick-slide.slick-current {
	height: auto;
}


.detail_photo .slick-arrow {
	/*background-color: #FFF;*/
	display: block;
	position: absolute;
	z-index: 999;
	top:40%!important;
	opacity:80%;
}

.detail_photo .slick-arrow:before {
	
	font-family: 'slick';
	position: absolute;
	font-size: 25px;
	line-height: 25px;
	padding:0;
	margin:0;
	display: block;
	width:100%;
	height: 100%;;
	top:0;
	left:0;
	color:#fff;
	/*background-color: #FFF;*/
	
}
.detail_photo .slick-prev {
	left:10px!important;
	content: '→';

}

.detail_photo .slick-next  { 
	right:10px!important;
	
}
.detail_photo .slick-prev:before{
	content: '←';
}

.detail_photo .slick-next:before  { 
	content: '→';
}


.page_bodywrap,
.detail_bodywrap{
}


.detail_bodywrap .detail_sns{
	float:left;
	width:10%;
}
.detail_bodywrap .detail_sns .share.is-fixed{
	position: fixed;
    top: 66px;
    padding: 0;
    width: 10%;
    z-index: 1000;
}

.detail_bodywrap .detail_body{
	float:right;
	width:85%;
}



.detail_bodywrap .detail_sns ul{
	margin:0;
	padding:0;
}
.detail_bodywrap .detail_sns ul li{
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
.detail_bodywrap .detail_sns ul li img{
	height:25px;
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.detail_bodywrap .detail_sns ul li img:hover{
	opacity:0.8;
}
.detail_bodywrap .detail_sns .label{
	display:block;
	margin-bottom:10px;
	color:#000;
	/*font-size:10px;
	font-family: 'Light';*/

}




.detail_body .point{
	margin-bottom:60px;
}
.detail_body .point ul{
	margin:0 0 0 20px;
	padding:0;
}
.detail_body .point ul li{
	margin:0 0 20px 0;
	padding:0;
	color:#000;
}

.page_body blockquote,
.detail_body blockquote{
    background: #ECF0E7;
    width: 90%;
	padding: 10px 5% 0px 5%;
	margin: 10px 0 10px 0;
	position:relative;
}

.page_body blockquote:before,
.detail_body blockquote:before{
	content:"";
	background:url(../img/common/detail_inyo01.png) no-repeat left top;
	display:block;
    width: 100%;
	height:50px;
}

.page_body blockquote p,
.detail_body blockquote p{
    position: relative;
	padding:0 5%;
    //margin-bottom: -35px;
}


.page_body blockquote:after,
.detail_body blockquote:after{
	content:"";
	background:url(../img/common/detail_inyo02.png) no-repeat right top;
	display: block;
    width: 100%;
    height: 35px;
    position: relative;
    top: -15px;
}

.page_body .body,
.detail_body .body{
	margin-bottom:50px;
}

.page_body .body iframe,
.detail_body .body iframe{
width:100%;
height:430px;
}

div.body ul li { font-size: 14px;}


.detail_body .sns{
	padding:15px 0 25px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
}
.detail_body .sns ul{
	margin:0;
	padding:0;
}
.detail_body .sns ul li{
	margin:0 20px 0 0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.detail_body .sns ul li img{
	height:25px;
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.detail_body .sns ul li img:hover{
	opacity:0.8;
}
.detail_body .sns .label{
	display:block;
	margin-bottom:10px;
	font-size:10px;
	font-family: 'Light';
}
.detail_body .sns .follow{
	width:30%;
	float:left;
}
.detail_body .sns .share{
	width:70%;
	float:right;
}

.detail_body .topics{
	margin-bottom:70px;
}

.detail_body .topics .label{
	display:block;
	margin-right:60px;
	/*font-size:10px;
	font-family: 'Light';*/
	float:left;
}

.detail_body .topics ul{
	margin:0;
	padding:0;
}
.detail_body .topics ul li{
	margin:0 12px 0 0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.detail_body .topics ul li a{
	border:1px solid #4A803F;
	text-align:center;
	padding:5px 10px;
	display:block;
	font-size:10px;
	text-decoration:none;
	line-height:130%;
	color:#000;
	-webkit-transition-property:background;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.detail_body .topics ul li a:hover{
	opacity:0.8;
	background:#4A803F;
	color:#FFF;
}
	

.detail_body .comment_btn{
	text-align:center;
	margin-bottom:50px;
}

.detail_body .comment_btn .btn{
	width:60%;
	margin:0 auto;
	padding:15px 0;
	color:#4A803F;
	font-family:"Light";
	display:none;
	border:1px solid #4A803F;
	cursor:pointer;
	-webkit-transition-property:background;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}


.detail_body .comment_btn .btn.active{
	display:inline-block;
}

.detail_body .comment_btn .btn.active{
	display:inline-block;
}
.detail_body .comment_btn .btn:hover{
	opacity:0.8;
	background:#4A803F;
	color:#FFF;
}
	

.detail_body .comment_body{
	max-height: 0;
	overflow-y: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.detail_body .comment_body.active{
	max-height:1000px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.entry-content figure {
	width: 100%!important;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}



/* BEGIN YOUTUBE EMBED */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* END YOUTUBE EMBED */


.sticky {
	position:fixed;
	top:70px;
	z-index:1;
}

div.detail_related.related_body {}
div.detail_related.related_body .block_title { margin-bottom: 12px;}
div.detail_related.related_body .thum_block { float: left; width:50%; margin-bottom:0; border-bottom: 0;  }
div.detail_related.related_body .thum_block a .photo { width:98% }
div.detail_related.related_body .thum_block a .photo img { width:100%; height: 200px; }
div.detail_related.related_body .thum_block .title { width:99%; }


/* BEGIN SPINNER */
.page-load-status {
	text-align: center;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #CE0000;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

/* END SPINNER */






/*固定ページ*/

#pankz.page{
	color:#4A803F;
}

.entry_archive.page_list ul{
	margin:0;
	padding:0;
}
.entry_archive.page_list ul li{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	list-style:none;
	font-size:12px;
	border-bottom:1px solid #ddd;
}
.entry_archive.page_list ul li:last-child{
	border-bottom:none;
}
.entry_archive.page_list ul li a{
	text-decoration:none;
	color:#989898;
	-webkit-transition-property:opacity;  
	-webkit-transition-duration:0.2s;  
	-webkit-transition-timing-function:linear; 
}
.entry_archive.page_list ul li:last-child{
	margin-bottom:0;
}
.entry_archive.page_list ul li.current_page_item a{
	color:#4A803F;
}
.entry_archive.page_list ul li a:hover{
	opacity:0.8;
}


.entry_archive.mpu-block { margin-bottom:0; }
.entry_archive.mpu-block.mpu-block-last-item { margin-bottom:50px; }
.entry_archive.mpu-block.mpu-block-last-item .yougovImg { padding-bottom: 35px;}
.entry_archive.mpu-block.mpu-block .yougovImg img { width:100%; }


div.asl_w .probox .promagnifier,
#ajaxsearchlite1 .probox, div.asl_w .probox,
div.asl_w,
div.asl_m .probox{
	background: none !important;
	border:none !important;
	box-shadow:none !important;
}
div.asl_m .probox .proinput {
    margin: 0 !important;
    padding: 0 !important;

}





/* BEGIN GENERAL ENGLISH FONT STYLES */
.articleTitleHead {
	font-family: "Playfair Display"!important;
	font-weight: 700!important;
	font-size: 28px;

}
.articleLabel{
	font-family: "Bold"!important;
	font-weight: 700!important;
	font-size: 16px;

}

.componentTitleHead {
	font-family: "Playfair Display"!important;
	font-size: 20px;
	font-weight: 700!important;
}

.moreLink, .moreLink a, .dateCaption, .breadcrumbs, .latestLabel, .topic .label, .share .label {
	font-family: "Bold"!important;
	font-size: 12px;

}

.contents div ul li {
	font-family: "Bold"!important;
	font-size: 14px;
}

/* END GENERAL ENGLISH FONT STYLES */






/******************************************************************************************/

/* for TB & SP CSS   */

/******************************************************************************************/


/******************/
/* for TB & SP    */
/* 320px-959px    */
/******************/
@media only screen and (max-width: 959px) {


section{
	width:90%;
}

#gmenu.fixed .clearfix .row {width:80%;}





}

@media only screen and (max-width: 650px) {

	#gmenu.fixed .clearfix .row {width:75%;}
}

/******************/
/* for Tablet    */
/* 600px-959px    */
/******************/
@media only screen and (min-width: 600px) and (max-width: 959px) {



}






@media only screen and (min-width: 600px) and (max-width: 970px) {

.box .photo img { height: 100px; }

header #gmenu.fixed ul li.logo{
margin-right:0px;
margin-bottom: 20px;
    float: left;
}

header #gmenu.fixed section{
width:98%;
}






}





/******************/
/* for SP-TB      */
/* 320px-599px    */
/* only Header    */
/******************/
@media only screen and (max-width: 599px) {
	.contents div h2.detail_title {
		font-size: 30px;
		line-height: 32px;
	}

	div.body p { margin-bottom:10px;}

	.equalizeImage {height: 280px;}
	.box .photo img { height: 130px; }
	.thum_block a .photo img { height: 90px; }
	.authorBio	{
		clear: both;
		width:100%;
	}
	.authorBio .authorImg {
		width:50%;
		clear: both;
		padding: 0;
		margin:0;
		border: 0px;
	}
	.authorBio .authorBio-inside { display: inline-block; width:50%; padding: 10px 0 0 0; }

	.authorBio .authorBio-inside .authorDate { 
		width: 100%;
		margin: 0;
		border: 0px;
		text-align: left;
		padding: 0;
	}

	.authorBio .authorBio-inside.odd { width:100%;}
	.authorBio .authorBio-inside.even { border-left:1px solid #ccc; }
	.authorBio .authorBio-inside.even .authorDate {width: 90%; margin-left: 8%; } 

	.authorBio .authorImg img {
		width:100%;
	}
	.authorBio .authorName {
		width:60%;
		float: left;
		margin: 0;
		border: 0px;
		text-align: left;
		padding: 0;

	}




	header #head01{
	display:none;
}


header #head01 .sns{
	display:none;
}
header #head02 h1{
	/*display:none;*/
}
header #gmenu{
	display:none;
}

header #head02 .logo {
margin-bottom: 0;
}


header #head02 .logo img{
	max-height:77px;
        width: 200px;
}

header #head02 .search{
	position:absolute;
	left:20px;
	top:20px;
	
}

	header #head02 .subcatch {
		font-size:12px;
	}


header #head02 .spmenu{
	width:15%;
	float:right;
	text-align:right;
	position:absolute;
	right: 20px;
    top: 20px;
}




.menu_search {
    right: auto;
	left:0px;
}




.wrap_contents .contents,
.wrap_contents .side{
    width: 100%;
    float: none;
}

.wrap_contents.top section{
	width:100%;
}


.article_box .photo figcaption,
.wrap_contents.top .article_box .title,
.wrap_contents.top .article_box .point {
    width:90%;
	margin-left:auto;
	margin-right:auto;
}

.wrap_contents.top .category_list{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.category_list .label_wrap {
    width: 100%;
    float: none;
	margin-bottom:20px;
}
.category_list .entry_wrap {
    width: 100%;
    float: none;
}

.category_list .label_wrap .sub {
    width: 20%;
    float: left;
}
.category_list .label_wrap .title {
    width: 70%;
    float: right;
}
	
.side{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
	



	




.ranking_title.column3 .box{
	width:30.66666%;
	float:left;
	margin-right:4%;
	margin-bottom:20px;
	padding-top:1px;
}
.ranking_title.column3 div.box:nth-child(3n){
	margin-right:0;
}

footer .box.subscribe,
footer .column4 .box.box03,
footer .column4 .box.sns{
	width:100%;
	text-align:center;
}
footer .sns ul li{
	margin:0 10px;
}


#slide_category{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}






#pankz, .pankz {
    padding-bottom: 15px;
    margin-bottom: 15px;
}




.wrap_contents.detail section{
	width:100%;
}

.wrap_contents.detail #pankz,
.wrap_contents.detail .pankz,
.wrap_contents.detail .detail_title,
.wrap_contents.detail .detail_dateinfo,
.wrap_contents.detail .detail_bodywrap,
.wrap_contents.detail .detail_related{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.detail_bodywrap .detail_body {
    float: none;
    width:100%;
}


.detail_photo.slick-dotted .slick-dots {
	left:10px;
	/*top:280px;*/
}

.detail_photo figcaption {
	padding:15px 0 0 5px;

}

.detail_dateinfo div.name{
	float:left;
	width:50%;
border-right: 2px solid #A7A7A7;
margin-right:0;
}
.detail_dateinfo div.etc{
	float:right;
	width:50%;
	text-align:center;
}

.detail_dateinfo span{
	display:block;
}

.detail_dateinfo .etc .label {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
.detail_dateinfo .etc .open {
    padding-left: 0px;
    margin-left: 0;
}
.detail_dateinfo .name .update {
	color:#4A803F;
}


.detail_bodywrap .detail_sns {
    float: none;
    width: 100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
    margin-bottom: 40px;
	padding:10px 0 15px 0;
}

.detail_bodywrap .detail_sns .share.is-fixed{
	display:none;
}

.detail_body .point {
    margin-bottom: 40px;
}
.detail_body .view{
	width:40%;
	float:left;
	color:#444;
}
.detail_body .view span{
	display:block;
}
.detail_body .view span.img img{
	height:10px;
}


.detail_body .share{
	/*width:60%;
	float:right;*/
}
.detail_body .share ul li {
	display:inline-block;
	margin:0 10px 0px 0;
}

.detail_body .sns .follow {
    width: 40%;
}
.detail_body .sns .share {
    width: 60%;
}
.detail_body .topics .label {
    margin-right: 30px;
}


.detail_related{
	margin-bottom:50px;
}

.detail_related .related_block{
	margin-bottom:50px;
}

.detail_related .block_title{
	font-size:14px;
	font-family:"Light";
	margin-bottom:20px;
	font-weight:bold;
	color:#444;
}


.detail_related .related_block .photo{
	margin-bottom:10px;
}

.detail_related .related_block .sub{
	color:#CA4E2A;
	display:block;
	margin-bottom:10px;
	font-size:10px;
	font-family:"Light";
}
.detail_related .related_block .label{
	font-size:18px;
}

.detail_related .related_block a{
	color:#000;
	display:block;
	text-decoration:none;
}





  
  
.wrap_contents.category #slide_category,  
.wrap_contents.detail #slide_category{
	display:none;
}
  
  
  
.wrap_contents.category .category_list .entry_wrap .article_box{
	float:none;
	width:100%;
}
 
/* 
.wrap_contents.category .category_list .entry_wrap .article_box:first-child{
	display:none;
}

.wrap_contents.category .category_list .entry_wrap .sponly .article_box:first-child{
	display:block;
}
*/
  
.wrap_contents.category #js-listItem .article_box .photo figcaption{
	width:100%;
}
  
.wrap_contents.category #js-listItem .article_box .photo {
    margin: 0 0 5px 0;
}
.wrap_contents.category #js-listItem .article_box .title {
	font-size:21px;
}

.wrap_contents.category #js-listItem .article_box .point {
	display:none;
}
.wrap_contents.category #js-listItem .article_box:first-child{
margin-bottom:50px;
}
.wrap_contents.category #js-listItem .article_box:first-child .point {
	display:block;
}
  
.page_body .body iframe,
.detail_body .body iframe{
width:100%;
height:255px;
}




.article_box .photo .images {
    /*height: 100px;*/
}

.category_list .entry_wrap .article_box:nth-child(9n+3) .title,
.category_list .entry_wrap .article_box:nth-child(9n+5) .title,
.category_list .entry_wrap .article_box:nth-child(9n+7) .title,
.category_list .entry_wrap .article_box:nth-child(9n+9) .title,
.category_list .entry_wrap .article_box:nth-child(9n+2) .title,
.category_list .entry_wrap .article_box:nth-child(9n+4) .title,
.category_list .entry_wrap .article_box:nth-child(9n+6) .title,
.category_list .entry_wrap .article_box:nth-child(9n+8) .title{
max-height:80px;
}



#js-listItem .article_box .photo .images {
    height: auto;
}
#js-listItem .article_box .photo .images img {
    width: 100%;
    height: auto;

}


.detail_autherbox {
    width: 90%;
    margin: 0 auto 20px auto;
}

.detail_autherbox .photo {
    width: 25%;
    float: left;
	margin: 0 15px 10px 0;
}

.detail_autherbox .text {
    width: 100%;
    float: initial;
}

.detail_photo {
    margin-bottom: 20px;
}

.detail_photo figure .images {

}


div.detail_related.related_body { width:100%!important; margin-bottom: 0px}
div.detail_related.related_body .thum_block a .photo { width:98% }
div.detail_related.related_body .thum_block a .photo img { width:100%; height: 120px; }
div.detail_related.related_body .thum_block .title { width:100%; }

div.slick-dotted.slick-slider { margin-bottom: 0;}



.shortUrlContainer { padding-left:5%; }
.wrap_contents.detail .detail_dateinfo { width: 100%; }

}














.header {
  display: flex;
  justify-content: space-between;
  background: #ddd;
  padding: 20px;
  .logo {
    font-size: 20px;
  }
}
.nav-button {
  display: none;
}
.nav {
  a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    color: #448aff;
  }
  li {
    display: inline-block;
    margin: 0 10px;
  }
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}


.body figure {
	width: 95%!important;
	margin: 0 auto 10px auto!important;
	padding: 0!important;
}

.body figure img {
	width: 100%!important;
}

@media screen and (min-width: 2000px) {
  .nav-wrap {
    display: block ;
  }
}
.content {
  padding: 20px;
}
@media screen and (max-width: 2000px) {
  .nav-button {
    display: block;
    cursor: pointer;
  }
  
.nav-button.pc_search{
    width: 20px;
    height: 20px;
}
  
  
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    /*background: #ECF0E7;*/
	background: #ffffff;
	color:#000;
    width: 100%;
    height: 100%;
    .nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
    }
    li {
      display: block;
      margin: 2em;
      a {
        color: #fff;
        font-size: 18px;
      }
    }
  }
  /*メニューボタンのエフェクト*/  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 30px;
    height: 27px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 12px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
  
  
   .nav-button.pc_search.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }
   .nav-button.pc_search.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-3px) rotate(45deg);
  } 






}