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



/*------------------
header
--------------------*/
.inner-header-inc {
	text-align: center;
	padding: 20px 0 ;
	margin: 0 auto;
	position: relative;
}


.inner-header-inc .leading-inc {
	text-align: left;
	padding-bottom: 5px;
	margin:0;
  margin: 0 auto;
	font-size: 11px;
	display: none;
}

.inner-header-inc h1 {
	margin: 0 5px;
	text-align: center;
	line-height: 1;
}

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


/*ham menu*/

.header-inc #ham-menu-box {
    background-color: #333; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 0; /*メニュー内左右上下余白*/
    position: fixed;
    right: -280px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.2s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 280px; /*メニュー横幅*/
    z-index: 999999;
	list-style: none;
}

.header-inc #menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.2s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}

.header-inc .ham-title {
  color: #999999;
  font-weight: bold;
  line-height: 30px;
  margin:  10px ;
  font-size: 16px
}


.header-inc #menu-icon {
    background-color: none; /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #666; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.1s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
		margin-top: -5px;
		font-size: 30px;
}
.header-inc .menu-icon-close {
    display: none;
}

.header-inc #menu-nonecb {
    display: none; /*チェックボックス本体は消しておく*/
}

.header-inc #menu-nonecb:checked ~ #ham-menu-box,
.header-inc #menu-nonecb:checked ~ #menu-icon {
    transform: translate(-280px); /*メニュー本体横幅 width と合わせる*/
}

.header-inc #menu-nonecb:checked ~ #menu-icon .menu-icon-close {
	 display: block;
   transition: all 0.1s;
	 color: #f0159b;
}

.header-inc #menu-nonecb:checked ~ #menu-icon .menu-icon-open {
   display: none;
   transition: all 0.1s;
 }

.header-inc #menu-nonecb:checked ~ #menu-background {
    opacity: 0.1;
    z-index: 999;
}


.header-inc .-ham-menu-list {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;

}

.header-inc ul.-ham-menu-list li.ham-bold-line{
 border-bottom: 1px solid #fff;  
}

.header-inc ul.-ham-menu-list li form  input.ham-search-box {
  width: 82%;
	padding: 3px 0 2px 4px;
	margin: 0 -21px 0 7px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
  position: relative;
  top: -8px;
}

.header-inc .ham-item {
  margin: 0;
	text-align: left;
}
.header-inc .ham-link {
    color: #fff;
    display: block;
    padding: 14px 0px 14px 10px;
    position: relative;
    text-decoration: none;
    z-index: 1;
    font-size: 13px;
    line-height: 20px;
    border-bottom: 1px solid #4a4a4a;
}
.header-inc .ham-link::before {
  background: #333;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  z-index: -1;
}
.header-inc .ham-link::after {
  content: attr(name);
  color: #fff;
  float: right;
  opacity: 0;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
  transition: opacity 0.8s, transform 0.4s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.header-inc .ham-link:hover::before {
  right: 0;
}
.header-inc .ham-link:hover::after {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



/*sns-list*/
.header-inc .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: 5px;
		bottom: 5px;
		margin:0 0 5px;
		align-items: center;
		display: none;
}






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

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

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

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

.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;
}

.navbar-inc ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
		justify-content:center;
		max-width: 1170px;
    margin:0 auto;
		list-style: none;
		padding: 5px 0 2px 0;
		flex-wrap: wrap;
}

.navbar-inc ul li a {
    padding:0.1em 1em;
		color: #fff;
		display: block;
		text-decoration: none;
		box-sizing: border-box;
		border-bottom:solid 5px #333;
		font-size: 12px;
}

.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 #fd5f00;
}

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

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

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

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

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


/* sp hidden nab list */

.navbar-inc ul li.-business,
.navbar-inc ul li.-entertainment,
.navbar-inc ul li.-outdoor,
.navbar-inc ul li.-culture {
	display: none;
}


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

.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: 25px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px ;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.navbar-inc li.megadrop-inc:hover ul.-megadrop-second {
    top: 30px;
    visibility: visible;
    opacity: 1;
}

.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.megadrop-inc ul.-megadrop-second > li:nth-child(3n+2) {
    margin: 0 1%;
}

/*  */

.navbar-inc li.megadrop-inc.-feature ul.-megadrop-second,
.navbar-inc li.megadrop-inc.-others ul.-megadrop-second {
    background: #f0159b;
}



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

section.top-area-inc {
    max-width: 1170px;
		height: auto;
		margin: 0 auto;
		padding:0;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		font-weight: bold;
		margin: 10px 2px;
		padding: 0.5px 0 0 0;
		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 .thumbbox-inc {
  padding:10px;
}

section.top-area-inc .contentbox-inc {
	   padding: 10px;
		 line-height: 1.4;
		 color:#f2f2f2;
}

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: 11px;
	margin:0;
}

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


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

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

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

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

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;
		display: block;
}

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.3;
}


section.top-area-inc .today-inc .contentbox-inc .-innner-content {
		max-width: 100%;
		margin: 0 auto;
		align-self: center;
		padding:10px 20px 20px;

}

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;
	font-size: 18px;
}


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


section.top-area-inc .today-inc .contentbox-inc .-innner-content h2 {
	position: relative;
	width: 100%;
	padding: 10px 15px;
	-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: 1px solid #fff;
	border-left: 1px solid #fff;
}
section.top-area-inc .today-inc .contentbox-inc .-innner-content h2::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

/*--tertiary--*/
section.top-area-inc .second-row-inc {
		align-items: center;
		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;
}

section.top-area-inc .second-row-inc .tertiary-inc .thumbbox-inc {
			-webkit-flex-basis: calc(35% - 1px * 2);
			-ms-flex-preferred-size: calc(35% - 1px * 2);
			flex-basis: calc(35% - 1px * 2);
			background: #000;

}

section.top-area-inc .second-row-inc .tertiary-inc .contentbox-inc {
			-webkit-flex-basis: calc(65% - 1px * 2);
			-ms-flex-preferred-size: calc(65% - 1px * 2);
			flex-basis: calc(65% - 1px * 2);
			background: #000;
			padding-left: 0;

}



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:0 1px;
	    padding: 0;
			background: #000;
			position:relative;
			min-height: 226px;
}

section.top-area-inc .third-row-inc .secondary-inc .thumbbox-inc {
	  padding-bottom: 0;
}

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


@media  (max-width: 320px) {
	section.top-area-inc .third-row-inc .secondary-inc {
    min-height: 246px;
}
section.top-area-inc .second-row-inc .tertiary-inc{
	  width:100%;
	  margin: 1px 0px 1px 0px;
}
}

/* magtop style */
.page-id-193617 header#masthead,
.page-id-193617 .entry-header-background,
.page-id-193617 div#click-menu {
    display: none!important;
}
.page div#content {
    margin: 0!important;
}

.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: 330px;
}
.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:10px 335px 5px;
}

@media  (max-width: 1024px) {
section.top-area-inc .third-row-inc .secondary-inc{
		min-height: 447px;
}
}
@media  (max-width: 768px) {
.thumbbox-inc span.thumbbox_top{
    height: 410px;
    background-size: cover;
}
.thumbbox-inc span.thumbbox_middle {
    height: 146px;
    background-size: cover;
}
.thumbbox-inc span.thumbbox_bottom {
    height: 193px;
    background-size: cover;
}
section.top-area-inc .third-row-inc .secondary-inc{
		min-height: 250px;
}

}
@media  (max-width: 415px) {
.thumbbox-inc span.thumbbox_top{
    height: 215px;
    background-size: cover;
}
.thumbbox-inc span.thumbbox_middle {
    height: 77px;
    background-size: cover;
}
.thumbbox-inc span.thumbbox_bottom {
    height: 96px;
    background-size: cover;
}
}

