@charset "utf-8";
/* CSS Document */

html.noscroll {
  /*position: fixed;
  overflow-y: scroll;*/
  overflow-y: hidden !important;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.drewer-ct li a{
	text-decoration: none;
	color: #fff;
	display: block;
}

/*=========================================
-- navi
=========================================*/

header.commonh{
	color: #fff;
	width:100%;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 和文フォント指定, sans-serif;
	height: 79px;
	letter-spacing: 1px;
	position: fixed;
	z-index: 999999;
	top: 0;
	transition: .5s;
	background: #222;
	min-width: 1040px;
}
header.commonh:after {
	content: "";
	width: 100%;
	height: 7.5px;
	background: url(https://dev.2019.images.forbesjapan.media/public/user/img/menu/headerwrap_bg.png) center bottom repeat-x;
	background-size: auto 7.5px;
}
header.hide {
	transform: translateY(-115%);
}
header.commonh #logo{
	float: left;
	margin: 25px 145px 0 92px;
	position: relative;
	z-index: 3;
}
#gnav{
	z-index: 3;
	color: #333;
	line-height: 160%;
	font-size: 14px;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 和文フォント指定, sans-serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#gnav > li{
	float: left;
	margin: 0 0 0 0;
	padding: 0 25px 0 20px;
	font-size: 14px;
	line-height: 79px;
	color: #fff;
	list-style: none;
}
#gnav > li a{
	display: block;
	text-decoration: none;
	color: #fff;
}
#gnav > li.level1{
	background: url(https://dev.2019.images.forbesjapan.media/public/user/img/menu/ar.png) no-repeat right 10px bottom 40px/6px 3px;
}
#gnav > li:first-of-type{
	padding: 0 30px 0 30px;
}
#gnav > li:nth-last-child(2){
	border-right: 0 solid #000;
}
/*
#gnav > li:nth-last-child(2),#gnav > li:nth-last-child(1){
	float: right;
	font-size: 12px;
}
*/
#gnav .auth {
	float: right;
	font-size: 12px;	
}
#gnav > li.search{
	float: right;
	font-size: 12px;	
	padding: 0 20px 0 27px;
	background: url(https://dev.2019.images.forbesjapan.media/public/user/img/menu/search.png) no-repeat 5px 50%/18px auto;
	position: relative;
}
#gnav .level2-1,#gnav .level2-2, #gnav .level2-3{
	display: none;
	position: absolute;
	top: 79px;
	left: 0;
	width: 100%;
	background: #000;
}
#gnav .level2-1.active,
#gnav .level2-2.active,
#gnav .level2-3.active {
	display: block;
}
.hide #gnav .level2-1.active,
.hide #gnav .level2-2.active,
.hide #gnav .level2-3.active {
  display: none;
}
#gnav > li:hover{
	background: #000;
	cursor: pointer;
}
#gnav > li.level1:hover{
	background: url(https://dev.2019.images.forbesjapan.media/public/user/img/menu/ar.png) no-repeat right 10px bottom 40px/6px 3px #000;
	cursor: pointer;
}
#gnav > li:nth-last-child(2):hover{
	background:none;
}
#gnav > li:nth-last-child(1):hover{
	background: url(https://dev.2019.images.forbesjapan.media/public/user/img/menu/search.png) no-repeat 5px 50%/18px auto;
}
#gnav .level2 {
	padding-left: 0;
}
#gnav .level2,
#gnav .level2 li {
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* nav contents*/
.gnav-ct1{
	width: 980px;
	margin: 35px auto;
	padding: 0;
}
.gnav-ct1 li{
	float: left;	
	width: 200px;
	padding:0 calc(177px / 6) 0 calc(177px / 6);
	border-right: 1px solid #4d4d4d;
	position: relative;
}
.gnav-ct1 li:first-of-type{
	padding:0 calc(177px / 6) 0 0;
}
.gnav-ct1 li:last-of-type{
	padding:0 0 0 calc(177px / 6);
	border-right: none;
}
.gnav-ct1 li img{
	width: 100%; 
}
.gnav-ct1 li img:hover{
	opacity: 0.85;
}
.gnav-ct1 li p{
	line-height: 150%;
	height: 4.5em;
	margin: 5px 0;
}
.gnav-ct2{
	width: 1240px;
	margin: 35px auto;
	padding: 0;
}
.gnav-ct2 li{
	float: left;	
	/*width: 200px;
	padding:0 calc(236px / 10) 22px calc(236px / 10);*/
  padding: 0 calc(236px / 10) 22px;
  width: 158.6px;
	border-right: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	position: relative;
	box-sizing: content-box;
}
/*.gnav-ct2 li:nth-of-type(n + 6)*/
.gnav-ct2 li:nth-of-type(n + 7){
	padding:18px calc(236px / 10) 22px calc(236px / 10);
	border-bottom:none;
}
/*.gnav-ct2 li:nth-of-type(5),.gnav-ct2 li:nth-of-type(10),.gnav-ct2 li:nth-of-type(15),.gnav-ct2 li:nth-of-type(20)*/
.gnav-ct2 li:nth-of-type(6),.gnav-ct2 li:nth-of-type(12),.gnav-ct2 li:nth-of-type(18),.gnav-ct2 li:nth-of-type(24){
	border-right: none;
}
.gnav-ct2 li img{
	width: 100%; 
}
.gnav-ct2 li img:hover{
	opacity: 0.85;
}
.gnav-ct2 li p{
	line-height: 150%;
	height: 4.5em;
	margin: 5px 0;
}
.gnav-ct2 strong{
	display: block;
	width: 100%;
	font-weight: normal;
	line-height: 40px;
	background: url(https://dev.2019.images.forbesjapan.media/public/user/img/menu/ar2.png) no-repeat right 0px bottom 14px/6px 12px #000;
}
.gnav-ct3{
	width: 100%;
	min-width: 980px;
	height: 250px;
	margin: 0 auto;
	line-height: 160%;
}
.gnav-ct3 li{
	float: left;	
	width: 50%;
}
.gnav-ct3 li:nth-of-type(2){
	background: #212121;
	height: 100%;
	width: calc(50% - 15px);
	border-right: 15px solid #000;
}
.gnav-ct3-lt{
	float: right;
	width: 380px;
	margin: 40px 0 40px;
}
.gnav-ct3-lt img{
	float: left;
	width: 140px;
}
.gnav-ct3-txt{
	float: left;
	width: 200px;
	margin: 0 0 40px 30px;
}
.gnav-ct3-lt p{
	font-size: 14px;
	line-height: 140%;
	margin: 15px 0;

}
.gnav-ct3-lt a{
	width: 150px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	background: #222222;
	text-align: center;
}
.gnav-ct3-rt{
	margin: 50px 0 0 40px;
}
.gnav-btn{
	width: 200px;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 12px;
	display: block;
	color: #fff;
	background: url(https://dev.2019.images.forbesjapan.media/public/user/img/menu/ar2.png) no-repeat right 7px bottom 12px/3px 6px #323232;
	margin: 0 0 15px;
}
.gnav-ct3 a:hover{
	opacity: 0.85;
}

/*=========================================
-- drewer
=========================================*/

/* drewer checkbox */
#drewer.hidden {
  display: none;
}
#drewer.hidden:checked ~ .drewer-ic::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(6px, -7px, 0);
  transform: rotate(45deg) translate3d(6px, -7px, 0);
}
#drewer.hidden:checked ~ .drewer-ic::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, 7px, 0);
  transform: rotate(-45deg) translate3d(6px, 7px, 0);
}
#drewer.hidden:checked ~ .drewer-ct {
  left: 0;
}
.drewer-ic {
	transition: .5s;
}
.drewer-ic.hide {
	opacity: 0;
	margin-top: -70px;
}
.drewer-ct li {
	list-style-type: none;
	transition: all .3s;
}
.drewer-ct li a {
	color: #fff;
	text-decoration: none;
}
.dw-list li:hover {
	text-indent: 0.6em;
}
.drewer-ct ul {
	padding: 0;
	margin: 0;
}
.dw-mg li:hover,
.dw-info li:hover {
	opacity: .7;
}

/* drewer icon */
.drewer-ic {
  position: fixed;
  left: 34px;
  top:31px;
  cursor: pointer;
  display: block;
  height: 18px;
  width: 26px;
  z-index: 1000000;
}
.drewer-ic::before {
  -webkit-box-shadow: #fff 0 8px 0;
  box-shadow: #fff 0 8px 0;
  height: 2px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 26px;
}
.drewer-ic::after {
  bottom: 0;
  height: 2px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 26px;
}
.drewer-ic::before,
.drewer-ic::after {
  background: #fff;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: -webkit-box-shadow 0.1s linear, -webkit-transform 0.2s 0.1s;
  transition: box-shadow 0.1s linear, transform 0.2s 0.s;
}

/* drewer contents wrapper */
.open {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 1100px;
  z-index: 1000000;
}
.drewer-ct {
  background: #222;
  bottom: 0;
  left: -380px;
  position: fixed;
  top: 79px;
  width: 380px;
  padding: 0px 0px 80px;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  color: #fff;
  height: 100% !important;
  line-height: 160%;
  font-size: 14px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  overflow: hidden;
}

/* drewer contents */
.drewer-ct h2{
	color: #fff;
	border: 1px solid #fff;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 和文フォント指定, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 2px;
	width: 110px;
	text-align: center;
	margin: 40px 0 0;
}
div.dw-top{
	width: 100%;
	/*height: 129px;*/
	position: relative;
	margin: 10px auto 5px;
}
div.dw-top label{
	width: 110px;
	height: 28px;
	position:absolute;
	top:14px;
	left:12px;
	opacity: 0.17;
}
div.dw-top p{
	background:rgba(0,0,0,0.37);
	width: 100%;
	padding: 6px 5% 4px;
	height: auto;
	position:absolute;
	display: block;
	bottom:0px;
	font-size: 14px;
	line-height: 150%;
	margin: 0;
}
div.dw-top img,div.dw-top label img{
	width: 100%;
}
ul.dw-list li{
	float: left;
	width: calc(272px / 2);
	line-height: 100%;
	border-bottom: 1px solid #fff;
	padding: 15px 0 12px;
	margin:0 28px 0 0;
}
ul.dw-list li:nth-of-type(even){
	margin:0 0 0 0;
}
div.dw-mg{
	margin: 30px auto 15px;
	text-align: center;
}
div.dw-mg img{
	height: 190px;
}
div.dw-mg p{
	margin: 15px 0 0;
}
ul.dw-mg li{
	float: left;
	width: calc(298px / 2);
	line-height: 34px;
	margin:0 2px 0 0;
	font-size: 13px;
	background: #393939;
	text-align: center;
}
ul.dw-mg li:nth-of-type(even){
	margin:0 0 0 0;
}
ul.dw-info{
	border-top: 1px #474747 solid;
	padding: 20px 0 0 0;
}
ul.dw-info li{
	float: left;
	width: calc(298px / 2);
	line-height: 29px;
	margin:0 2px 2px 0;
	font-size: 12px;
	background: #000;
	text-align: center;
}
ul.dw-info li:nth-of-type(even){
	margin:0 0 2px 0;
}
.dw-copy{
	text-align: center !important;
	margin:25px auto;
	font-size: 12px;
	line-height: 120%;
}
.search form input {
    border-bottom: 1px solid rgba(255,255,255,0.8);
    background: 0 0;
    width: 130px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
.search form {
    display: none;
}
.search form input {
	border: none;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    background: 0 0;
    width: 130px;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding-bottom: 4px;
}
.search.active form,
.search.active_p form {
    display: inline;
    position: absolute;
    left: -140px;
}
.viewicon a {
	position: relative;
}
.viewicon a span {
	font-size: 10px;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", 和文フォント指定, sans-serif;
	color: #fff;
	background: #474747;
	position: absolute;
	right: 0;
	padding: 1px 5px 1.5px;
	top: -1px;
	text-indent: 0!important;
}
.gnav-ct1 li a span.brand-voice {
	width: 105px;
	background: url(https://dev.2019.images.forbesjapan.media/public/user/new_top/img/main_ico_brand-voice.png) center center no-repeat #fff;
	color: rgba(255,255,255,0);
	opacity: 1;
	background-size: 100px;
	padding: 2px 3px 3px;
	display: inline-block;
}
.gnav-ct1 li a,
.gnav-ct2 li a {
	transition: all .3s;
}
.gnav-ct1 li a:hover,
.gnav-ct2 li a:hover {
	opacity: .7;
}



/******************* 2018.4.18追加*/
.headerWrap{
  position: relative;
  padding-bottom: 0;
  background: none;
}
.headerWrap.no-active header.commonh{
  position: relative !important;
}
.headerWrap.no-active .open .drewer-ic{
  position: absolute;
}
.headerWrap.no-active .open .drewer-ct{
  position: relative;
}
