@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap');
body {
	font-size: 12px;
font-family: 'Noto Sans JP',"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	letter-spacing: 0.075em;
	font-weight: 400;
}
#wrapper{
	line-height: 1.8;
	letter-spacing: 0;
	color: #000;
	background: #f2f2f2;
	font-weight: 400;
	/*word-break: break-all;*/
	word-break: break-all;
	font-weight: lighter;

}
h2,h3,h4,dt,dd,p{ font-weight: 400;}


.main a{ color: #fff;}
a {
	text-decoration: none;
	color: #000;
}

@media screen and (min-width:601px) {
a:hover {
	text-decoration: underline;
}

a:hover img{opacity: 0.7;}

a:hover h3,a:hover .caption p{
	text-decoration: underline;
}

a:hover .categorytag{ opacity: 1; text-decoration: none; z-index: 10;}
}
img {
	vertical-align: top;
}

.sidepickcon .img{ background: #000;}
.pc {
	display: block;
}
.sp {
	display: none !important;
}
.onlysp {
	display: none !important;
}



.navsWrapp{ width: 100%; transition: all 0.8s ease-out; position:absolute; transition: all 0.2s ease-out; background: #fff; z-index: 170;}
.navsWrapp.fixed{ position: fixed; top: 0; z-index: 1000; bottom: auto; }




.navs{transition: all 0.8s ease-out; border-bottom:2px solid #333;}


#wrapper {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.navs .inner{ width: 100%; padding: 0 20px; max-width: 1200px; box-sizing: border-box; margin: 0 auto; position: relative; }

.navs{ background: #000; position: fixed; width: 100%; height: 70px; color: #fff;}
.navs a{ color: #fff; padding-left: 10px;}
.navs ul li{ display: inline-block; font-size: 14px; vertical-align: top; letter-spacing: 0.075em; margin-left: 10px; padding-top: 25px;}
.navs ul li:before{ content: "|"; display: inline-block; color: #fff;}
.navs ul li:first-child:before{ display: none;}
.navs ul{ float: right; text-align: right; }
.navs .logocon{ float: left; }
.navs .logocon h2{ width: 90px; height: 90px; position: absolute; left: 20px; top: 0; background: #000;}
.logocon h2 a{ padding: 0;}
.navs .logocon h2 img{ width: 100%; height: auto;}

.navs .logocon p{ padding-left: 109px; font-size: 24px; padding-top: 15px; letter-spacing: 0.075em;}

#menu-btn_sp {
	position: fixed;
	left: 28px;
	top: 28px;
	width: 39px;
	z-index: 10000;
	cursor: pointer;
}



.categorytag{ background: #c40000; color: #fff; font-family: "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "serif"; font-size: 14px;  display: inline; padding: 5px 15px; letter-spacing: 0.2em; z-index: 10;}
.inner{padding: 0 20px; max-width: 1200px; box-sizing: border-box; margin: 0 auto; position: relative;}




.inner{ font-size: 0; letter-spacing: 0; letter-spacing: 0;}
.contentWidth{ width: 71.5%; display: inline-block; vertical-align: text-top;}
.sideWidth{ width: 25%; display: inline-block; vertical-align: text-top; margin-left: 3.5%;}

.titTxt{ font-size: 30px; font-weight: bold; font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
font-style: italic; letter-spacing: 0.025em; margin-bottom: 25px; line-height: 30px;}

.banner{ margin-top: 40px;}	 
.banner li{ margin-bottom: 20px;}
.banner li:last-child{ margin-bottom: 0;}

/* footer */
footer {
	width: 100%;
	text-align: left;
	background: #000;
	color: #fff;
	margin-top: 140px;
}









.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 20px;
	height: 20px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 2px;
}
.menu-trigger.close span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top:20px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.close span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}
.menu-trigger.close span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.close span:nth-of-type(3) {
	-webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
}
.contents {
	padding-top: 72px;;
}
.menuWrapp {
	position: fixed;
	left: 0;
	top: -200vh;
	z-index: 90;
	width: 100%;
	background: #000;
	height: 100vh;
	transition: all 0.3s ease;
}
.menuWrapp.on {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	background: #000;
	height: 100vh;
}
.close {
	color: #fff;
	position: absolute;
}
.sp_menu {
	height: 100%;
	background-color: #000;
	width: 100%;
	display: table;
}
.sp_menuWrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.sp_menu ul li {
	font-size: 40px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
	letter-spacing: 0.08em;
}
.sp_menu ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
}



footer{ padding: 35px 0 25px;}

.footer h3{ width: 62px; display: inline-block; vertical-align: middle; margin-right: 45px;}
.footer h3 img{ width: 100%; height: auto;}
.footer ul{ display: inline-block; vertical-align: middle;}
.footer li{ font-size: 14px; display: inline-block; color: #fff;}
.footer li a{ font-size: 14px; display: inline-block; color: #fff;}




.footer ul li{ letter-spacing: 0.075em;}
.footer ul li a{ }
.footer ul li:before{ content: "|"; display: inline-block; color: #fff; margin-left: 10px; margin-right: 10px;}
.footer ul li:first-child:before{ display: none;}

.cptxt{ color: #fdf8f8; text-align: right; padding-top: 30px; font-size: 12px; letter-spacing: 0.075em;}


@media screen and (max-width:600px) {
body {
	font-size: 10px;
}
.pc {
	display: none !important;
}
.sp {
	display: block!important;
}
a:hover {
	opacity: 1;
}
img {
	max-width: 100%;
	height: auto
}
/* header */
	
.contents {
	box-sizing: border-box;
}

.menuWrapp {
	position: fixed;
	left: 0;
	top: -110vh;
	z-index: 90;
	width: 100%;
	background: #000;
	height: 100vh;
	transition: all 0.3s ease;
}
.menuWrapp.on {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	background: #000;
	height: 100vh;
}
	.navs{ border-bottom: 0;}
}




 @media screen and (max-width:600px) {
	 
	 .categorytag{ background: #c40000; color: #fff; font-family: "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "serif"; font-size: 16px;  display: inline; padding: 5px 15px; letter-spacing: 0.1em;}
	 .inner{ padding: 0 20px;}
	 
	 .splogos{ display: block;}
body {
	font-weight: 400;
}
.onlysp {
	display: block;
}
#menu-btn_sp {
	left: 15px;
	right: auto;
	top: 20px;
	background: none;
	height: 47px;
	width: 47px;
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 47px;
	height: 47px;
}
.menu-trigger span {
	position: absolute;
left: 25%;
    width: 55%;
	height: 2px;
	background-color: #000;
	border-radius: 2px;
	opacity: 0.9;
}
.menu-trigger.close span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 18px;
}
.menu-trigger span:nth-of-type(2) {
	top: 25px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 13px;
}
.menu-trigger.close span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.close span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.close span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
.sp_menu ul li {
	font-size: 19px;
	margin-bottom: 25px;
}
	 


	
	 
	 
.navs .logocon h2 {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 20px;
    top: 0;
}

 .navs {
    height: 50px;
}

.navs .logocon p {
    padding-left: 60px;
    font-size: 16px;
    padding-top: 10px;
}
	 
#menu-btn_sp {
    left: auto;
    right: 20px;
    top: 5px;
    background: none;
    height: 40px;
    width: 40px;
	background: #292929
}
	 
	 .menu-trigger span{ background: #fff;}
.menu-trigger span:nth-of-type(1) {
    top: 11px;
}
.menu-trigger span:nth-of-type(2) {
    top: 19px;
}
	 

.menu-trigger span:nth-of-type(3) {
    bottom: 11px;
}
	 
.menu-trigger.close span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
	 
.contents {
    padding-top: 50px;
}
	 
	 
.contentWidth{ width: 100%; display: block;}
.sideWidth{ width: 100%; display: block; vertical-align: top; margin-left: 0;}

	 
	 .topnews .txt p.categorytag{ position: absolute; right: 0; top: 0;}
	 
	.titTxt {
    font-size: 22px;
    margin-bottom: 15px;
}
	 .footer{ margin-top: 50px;}
	 .footer ul{ text-align: left;}
	 .footer li{ font-size: 10px; padding-bottom: 5px;}
	 
	 .footer ul li:before {
    content: "|";
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}
	 
	 .footer h3{margin: 0 auto; margin-bottom: 20px; width: 50px; display: block;}
footer {
    padding: 20px 0 20px;
}
	 .footer ul{ width: 100%; text-align: center;}
	 
	 .cptxt{ font-size: 10px; color: #ccc; text-align: center; padding-top: 20px;}
	 
}






/*second*/

.pagenav{ padding-top: 20px; margin-bottom: 30px;}
.pagenav li{ display: inline-block; color: #666; display: inline-block; font-size: 12px; letter-spacing: 0.075em; font-weight: 500;}
.pagenav li a{ color: #666;}


/* =================
clearfix
================= */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
	 
	 
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


.banner{ display: none;}
  