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


/*------------------
header
--------------------*/
.header-inc {
	background-size: cover;
	background-position: center;
	position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

.header-inc::after{
		content:"";
		position:absolute;
		top:0; right:0; bottom:0; left:0;
		box-shadow:inset 0 0 0 200px rgba(0,0,0,0.7);
		width: 100%;
		height: 100%;
}

.inner-header-inc {
	text-align: center;
	max-width:1170px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	z-index: 999;
}

.inner-header-inc .leading-inc {
	text-align: center;
	padding-left: 5px;
	margin:0;
	max-width: 750px;
  margin: 0 auto;
}

.inner-header-inc h1 {
	max-width: 750px;
	margin: 0 auto;
}

.inner-header-inc h1 img{
	width: 100%;
}


.inner-header-inc ul.-sns-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
		justify-content:flex-end;
		list-style: none;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 200px;
		margin:0 0 20px;
}

.inner-header-inc ul.-sns-list li a {
    display: block;
	  -webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		width:30px;
		height:30px;
		background: #727171;
		margin: 0 5px;
		color: #333;
		transition: all 0.3s;
}

.inner-header-inc ul.-sns-list li a .fa {
	color: #333;
	font-size: 15px;
	padding: 7.5px 0;
}

.inner-header-inc ul.-sns-list li.-facebook a:hover {
	background: #3b5998;
}

.inner-header-inc ul.-sns-list li.-twitter a:hover {
  background: #fff;
}

.inner-header-inc ul.-sns-list li.-feed a:hover {
  background: #ef8000;
}

.inner-header-inc ul.-sns-list li.-mail a:hover {
  background: #e80008;
}

/*------------------
nav
--------------------*/
.navbar-inc {
	border-top: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
	background: #333333;
	margin-right: -100%;
	margin-left: -100%;
	padding-right: 100%;
	padding-left: 100%;
}

.navbar-inc ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
		justify-content:left;
		max-width: 1170px;
    margin:0 auto;
		list-style: none;
		padding: 5px 0 2px 0;
		flex-wrap: wrap;
		font-family: Raleway,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.navbar-inc ul li a {
    padding:0.2em 1em;
		color: #fff;
		display: block;
		text-decoration: none;
		box-sizing: border-box;
		border-bottom:solid 5px #333;
		min-width: 50px;
}

.navbar-inc ul li.-Popularity a:hover {
    border-bottom:solid 5px #f0ff00;
}

.navbar-inc ul li.-japan a:hover {
    border-bottom:solid 5px #ff0000;
}

.navbar-inc ul li.-international a:hover {
    border-bottom:solid 5px #00a1ad;
}

.navbar-inc ul li.-business a:hover {
    border-bottom:solid 5px #00aff4;
}

.navbar-inc ul li.-entertainment a:hover {
    border-bottom:solid 5px #cb00dd;
}

.navbar-inc ul li.-life a:hover {
    border-bottom:solid 5px #00fd0c;
}

.navbar-inc ul li.-culture a:hover {
    border-bottom:solid 5px #906834;
}

.navbar-inc ul li.-feature a:hover {
    border-bottom:solid 5px #f0159b;
}

.navbar-inc ul li.-outdoor a:hover {
    border-bottom:solid 5px #fc8f00;
}

.navbar-inc ul li.-company a:hover {
    border-bottom:solid 5px #3541c9;
}

.navbar-inc ul li.-pickup a:hover {
	border-bottom:solid 5px #c95335;
}

.navbar-inc ul li.-feature .-open-btn {
    color: #f0159b;
}


/* drop down menu */
.navbar-inc .navbar-inc-list {
    position: relative;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.navbar-inc .navbar-inc-list > li a {
    display: block;
    color: #fff;
}

.navbar-inc ul.-megadrop-second {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.navbar-inc .navbar-inc-list > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar-inc .navbar-inc-list {
    *zoom: 1;
}

.navbar-inc li.megadrop-inc ul.-megadrop-second {
    position: absolute;
    top: 35px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px ;
    background: #f0159b;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.navbar-inc li.-search ul.-megadrop-second {
    background: #f2f2f2;
}

.navbar-inc li.megadrop-inc:hover ul.-megadrop-second {
    top: 43px;
    visibility: visible;
    opacity: 1;
    justify-content: center;
}

.navbar-inc li.megadrop-inc ul.-megadrop-second > li {
    border: none;
		text-align: left;
		position: relative;

}

.navbar-inc li.megadrop-inc ul.-megadrop-second > li a {
		border: none;
		margin: 0 10px;
		padding: 5px 10px;
}


.navbar-inc li.megadrop-inc ul.-megadrop-second > li a:hover {
		border: none;
		background: #000;
}

.navbar-inc li.-search ul.-megadrop-second > li a:hover {
		border: none;
		background: none;
}

.navbar-inc li.megadrop-inc ul.-megadrop-second > li:nth-child(3n+2) {
    margin: 0 1%;
}

/*検索ボタン　navbar*/

.navbar-inc div.navbar-inc-box {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding:0 ;
}

.navbar-inc div.search-box-top {
	position: absolute;
	right: 0;
	top: 10px;
}

.navbar-inc div.search-box-top form {
	line-height: 1;
        position: relative;
}

.navbar-inc div.search-box-top form input.ham-search-box {
    width: 150px;
    padding: 0 25px 0 10px;
    margin: 0 0px 0 7px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 15px;
    box-sizing: border-box;
    border: none;
    height:28px;
    line-height:28px;
    -webkit-appearance: none;
     vertical-align:middle;
}

.navbar-inc div.search-box-top form input.ham-search-box:focus {
    outline: 0;
    box-shadow: 0 0 5px #f0159b;
}

.navbar-inc div.search-box-top form input[type="submit"] {
    -webkit-appearance: button;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background: none;
    border: 0;
    color: #f0159b;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 0 5px 0 0;
    text-align: center;
    font-family: FontAwesome;
    margin-left: -24px;
    position: absolute;
    right: 7px;
    top: 6px;
}

.navbar-inc div.search-box-top form input[type="submit"]:hover {
   background:none!important;
   opacity: 0.8;
}


/*------------------
header-area
--------------------*/

section.top-area-inc {
    max-width: 1170px;
		height: auto;
		margin: 0 auto;
		padding:1px;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		font-weight: bold;
                animation-duration: 30s;
                animation-name: bkFade;
                animation-timing-function: ease-in;
                animation-iteration-count: infinite;
                background: #f15214 ;
}
@keyframes bkFade {
 0% { background: #f15214 ; }
 35% { background: #e80008 ; }
 70% { background: #f7c626 ; }
}

section.top-area-inc .today-inc .thumbbox-inc,
section.top-area-inc .today-inc .contentbox-inc,
section.top-area-inc .second-row-inc .tertiary-inc,
section.top-area-inc .third-row-inc .secondary-inc {
	-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		padding: 0;
}

section.top-area-inc .today-inc,
section.top-area-inc .third-row-inc,
section.top-area-inc .second-row-inc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:center;
	padding: 0;

}

section.top-area-inc .contentbox-inc {
	   padding: 15px 20px
}

section.top-area-inc .contentbox-inc a {
	color:#ffffff;
	text-decoration: none;
	transition: all 0.3s;
}

section.top-area-inc .contentbox-inc a:hover {
  color: #f0159b;
}

section.top-area-inc .thumbbox-inc img:hover {
	opacity: 0.8;
	transition: all 0.3s;
}

section.top-area-inc .contentbox-inc .-mag-name {
  font-size: 12px;
	margin:0;
}

section.top-area-inc .contentbox-inc .-mag-name em {
  color: #f0159b;
	padding-left: 0.5em;
	font-style:normal;
}

section.top-area-inc .contentbox-inc .-sns-count {
  display: none;
}

section.top-area-inc h2 {
	font-size: 24px;
}

section.top-area-inc h3 {
	font-size: 20px;
}

section.top-area-inc h4 {
	font-size: 18px;
}

section.top-area-inc .-bottom-area {
	font-size: 20px;
	text-align: right;
	margin:5px 1px 5px;
	padding-right: 3px;
}

section.top-area-inc .-headline-title {
	font-size: 20px;
	color: #000;
	border-bottom: 5px solid #000000;
}


/*--today--*/

section.top-area-inc .today-inc {
		background: #000;
		margin:1px;
}

section.top-area-inc .today-inc .thumbbox-inc,
section.top-area-inc .today-inc .contentbox-inc {
		-webkit-flex-basis: calc(50% - 1px * 2);
		-ms-flex-preferred-size: calc(50% - 1px * 2);
		flex-basis: calc(50% - 1px * 2);
}

section.top-area-inc .today-inc .contentbox-inc {
    align-self: center;
		line-height: 1.6;
}


section.top-area-inc .today-inc .contentbox-inc .-innner-content {
		max-width: 480px;
		margin: 0 auto;
		align-self: center;
}

section.top-area-inc .thumbbox-inc img {
	  width:100%;
		height: 100%;
		object-fit: cover;
	  font-family: object-fit\: cover;
}

section.top-area-inc .today-inc .-today-top {
  margin: 0 0 5px;
	font-size: 30px;
}


section.top-area-inc .today-inc .-mag-name {
  font-size: 16px;
	margin:10px 0;
}


section.top-area-inc .today-inc .contentbox-inc .-innner-content h2 {
	position: relative;
	width: 100%;
	padding: 15px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

section.top-area-inc .today-inc .contentbox-inc .-innner-content h2::before,
section.top-area-inc .today-inc .contentbox-inc .-innner-content h2::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
section.top-area-inc .today-inc .contentbox-inc .-innner-content h2::before {
	top: 0;
	left: 0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
section.top-area-inc .today-inc .contentbox-inc .-innner-content h2::after {
	bottom: 0;
	right: 0;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}




/*--tertiary--*/
section.top-area-inc .second-row-inc {
		align-items: inherit;
}

section.top-area-inc .second-row-inc .tertiary-inc {
			-webkit-flex-basis: calc(33% - 1px * 2);
			-ms-flex-preferred-size: calc(33% - 1px * 2);
			flex-basis: calc(33% - 1px * 2);
	    margin: 1px;
      padding: 0;
			background: #000;
      width: 100%;
      min-height: 346px;
}

section.top-area-inc .second-row-inc .tertiary-inc .contentbox-inc h4,
section.top-area-inc .third-row-inc .secondary-inc .contentbox-inc h3 {
      margin:0;
}



/*--secondary--*/

section.top-area-inc .third-row-inc {
	align-items: center;
	margin:0;
}

section.top-area-inc .third-row-inc .secondary-inc {
			-webkit-flex-basis: calc(50% - 1px * 2);
			-ms-flex-preferred-size: calc(50% - 1px * 2);
			flex-basis: calc(50% - 1px * 2);
	    margin: 1px;
	    padding: 0;
			background: #000;
			position:relative;
			overflow:hidden;
}

section.top-area-inc .third-row-inc .secondary-inc .contentbox-inc {
		 background: #000;
		 position: absolute;
		 bottom: 0;
}


@media  (max-width: 1024px) {

/*-------------------------
header
------------------------------*/

.inner-header-inc ul.-sns-list {
			position: static;
			width: 100%;
			padding: 0;
			margin-bottom: 0;
}

/*-------------------------
header area
------------------------------*/

section.top-area-inc article.tertiary-inc {
	min-height: 315px;
}

section.top-area-inc .-innner-content {
	padding: 20px 20px
}

section.top-area-inc .contentbox-inc {
			padding: 20px 20px
}

/*------------------------------
nav
----------------------------------*/

.navbar-inc div.search-box-top {
	position: static;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}


}



@media  (max-width: 767px) {
	/*-------------------------
	header area
	------------------------------*/

	section.top-area-inc .contentbox-inc {
				padding: 20px ;
	}

	section.top-area-inc h2 {
    font-size: 22px;
}
	section.top-area-inc h3 {
		font-size: 18px;
	}

	section.top-area-inc h4 {
		font-size: 16px;
	}


/*    */

.navbar-inc li.megadrop-inc ul.-megadrop-second {
    top: 70px;
}

.navbar-inc li.megadrop-inc:hover ul.-megadrop-second {
    top: 74px;
}


/*--today--*/
	section.top-area-inc .today-inc {
		display: block;
	}

	section.top-area-inc .today-inc .-today-top {
	    margin: 0 0 5px;
	    font-size: 20px;
	}

	section.top-area-inc .today-inc .-mag-name {
    font-size: 12px;
    margin: 0;
}

section.top-area-inc .today-inc .contentbox-inc .-innner-content {
    max-width: 100%;
		padding:10px 40px 20px;
}

	/*--tertiary--*/
	section.top-area-inc .second-row-inc {
			align-items: inherit;
	}

section.top-area-inc .second-row-inc {
	display: block;
}

	section.top-area-inc .second-row-inc .tertiary-inc {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content:center;
		padding: 0;
		flex-wrap:no-wrap;
		min-height: 50px;
    margin: 1px 1px 1px 0px;
	}

	section.top-area-inc .second-row-inc .tertiary-inc .thumbbox-inc {
				-webkit-flex-basis: calc(30% - 1px * 2);
				-ms-flex-preferred-size: calc(30% - 1px * 2);
				flex-basis: calc(30% - 1px * 2);
		    padding: 0;
	}

	section.top-area-inc .second-row-inc .tertiary-inc .contentbox-inc {
				-webkit-flex-basis: calc(70% - 1px * 2);
				-ms-flex-preferred-size: calc(70% - 1px * 2);
				flex-basis: calc(70% - 1px * 2);
		    margin: 1px;
	}

/*--secondary--*/

section.top-area-inc .third-row-inc .secondary-inc {
			-webkit-flex-basis: calc(50% - 1px * 2);
			-ms-flex-preferred-size: calc(50% - 1px * 2);
			flex-basis: calc(50% - 1px * 2);
	    margin: 1px;
	    padding: 0;
			background: #000;
			position:relative;
			min-height: 247px;
}

section.top-area-inc .third-row-inc .secondary-inc .contentbox-inc {
		 background: #000;
		 position: inherit;;
		 bottom: 0;
}

section.top-area-inc .third-row-inc .secondary-inc .contentbox-inc {
			padding: 10px 20px ;
			width: 85%;
      min-height: 150px;
}

}

/* template VG */
.page-template-page-magtop .masthead.classic-header.left.bg-behind-menu.widgets.full-height.line-decoration.dt-parent-menu-clickable.show-mobile-logo,
.page-template-page-magtop header#fancy-header{
     z-index:-9999;
}
.page-template-page-magtop .classic-header .branding,
.page-template-page-magtop .classic-header .navigation,
.page-template-page-magtop header#fancy-header{
    display:none;
}
.page-template-page-magtop div.new_toppage{
    margin-top: -200px!important;
    z-index: 9999999999;
}

@media  (max-width: 1100px) {
.page-template-page-magtop div.new_toppage{
    margin-top: -56px!important;
}

}

.page-template-page-magtop div#main.sidebar-right {
    /* max-width: 1300px!important; */
    margin: 0!important;
    padding: 0!important;
    width: 100%;
}

.page-template-page-magtop .wf-wrap {
    width: 100%!important;
    margin: 0 auto;
    max-width: 1300px!important;
    padding: 1px;
}

.page-template-page-magtop div.main-timeline{
    margin:0 5rem;
}
.wf-container-main {
    /* background: #000; */
}

article.today-inc h2{
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif!important;
}
article.secondary-inc h3{
  padding:0;
  border-left: none;
  line-height: 1.2;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif!important;
}

article.tertiary-inc h4{
  border-bottom:none;
  line-height: 1.2;
  padding:0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif!important;
}

.thumbbox-inc span {
  width: 100%;
  height:100%;
}

.thumbbox-inc span.thumbbox_top,
.thumbbox-inc span.thumbbox_middle,
.thumbbox-inc span.thumbbox_bottom {
    display: inline-block;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: -7px;
}
.thumbbox-inc span.thumbbox_top{
    object-fit: contain;
    width: 100%;
    height: 360px;
}
.thumbbox-inc span.thumbbox_middle {
    object-fit: contain;
    width: 100%;
    height: 200px;
}
.thumbbox-inc span.thumbbox_bottom {
    object-fit: contain;
    width: 100%;
    height: 350px;
}

.thumbbox-inc .thumbbox_ad {
	  margin: 35px auto 0;
    text-align: center;
}

section.top-area-inc .third-row-inc .secondary-inc .contentbox-bottom-inc{
    width: 100%;
    min-height: 118px;
    box-sizing: border-box;
}

@media  (max-width: 1024px) {

}

@media  (max-width: 767px) {
  .thumbbox-inc span.thumbbox_top {
    height: 360px;
  }
  .thumbbox-inc span.thumbbox_middle {
    height: 114px;
  }
  .thumbbox-inc span.thumbbox_bottom {
    height: 170px;
  }
  section.top-area-inc .third-row-inc .secondary-inc .contentbox-bottom-inc{

			min-height: 88px;
  }

.thumbbox-inc .thumbbox_ad {
		margin: 25px auto 15px;
}

}

@media  (min-width: 767px) {
	section.top-area-inc .second-row-inc .tertiary-inc{
		min-height: 330px;
  }
}

@media (max-width: 641px){
	section.top-area-inc .third-row-inc .secondary-inc .contentbox-bottom-inc{
    min-height: 106px;
}
}
