@charset "utf-8";
.main-visual h2 {
	background-image: url(../img/topics/mainv.jpg);
}
.main-visual span {
	width: 417px;
	height: 88px;
}
.main-visual h2:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.4);
}

#sec1 {
    margin-bottom: 100px;
    /* max-width: 1920px; */
}
#sec1 h2{}
#sec1 h2 span {}
#sec1 p {}
.tabs * {
		margin: 0;
		padding: 0;
		}
.tabs li{
		float:left;
		list-style: none;
		width: 16.66%;
}
.tabs{
		position:relative;
		width: 100%;
		height: 922px;
		/* height: 100%; */
		margin: 0 auto 70px;
}
.tabs input[type="radio"]{
		display:none;
}
.tabs a{
		background: #fff;
		transition: all 0.3s;
		border: 1px solid #dcdcdc;
		width: 100%;
		display: block;
		text-align: center;
		line-height: 54px;
}
.tabs a.tab-case-movie {
		white-space: nowrap;
}
.tabs .tab-icon-movie {
		display: inline-block;
		width: 30px;
		height: auto;
		vertical-align: middle;
		margin-right: 10px !important;
		position: relative;
		top: -1px;
}
.tabs a:hover{
		background: aliceblue;
		/* color: #fff; */
		border-color: aliceblue;
}
.tabs .content {
		position:absolute;
		top: 54px;
		left:0;
		visibility: hidden;
		opacity :0.15;
		transition: opacity 0.6s;
		width: 100%;
		height: 100%;
		padding-top: 36px;
}

.tabs .label,
.tabs .label:hover,
.tabs [id^="page"]:checked + label {
		display: block;
		background: #283551;
		color: #fff;
}
.tabs [id^="page"]:checked ~ [class^="content"] {
		visibility: visible;
		opacity:1.0;
}
#sec1 ul.news {
    /* max-width: 1100px; */
    /* margin: 0 auto; */
    justify-content: flex-start;
}
#sec1 ul.news li {
    width: 23.6%;
    max-width: 270px;
    margin-bottom: 60px;
    margin-right: 1.86%;
    position: relative;
}
#sec1 ul.news li:nth-child(2n){}
#sec1 ul.news li:nth-child(4n){
	margin-right: 0;
}
#sec1 ul.news li a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 385px;
	padding: 0;
	border: 1px solid #ebebeb;
	background-color: #fff;
}
#sec1 ul.news li p {}
#sec1 ul.news li .news_img {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    width: 100%;
}
#sec1 ul.news li .news_cat {
    background-color: #fff;
    color: #000;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    z-index: 2;
}
#sec1 ul.news li .news_tit {
    line-height: 2.2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
    padding: 0 18px;
}
#sec1 ul.news li .news_date {
    margin-bottom: 10px;
    padding: 0 18px;
}
#sec1 ul.news li .news_txt {
    margin-bottom: 35px;
    padding: 0 18px;
}
#sec1 ul.news li .news_link {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    font-weight: bold;
    padding-right: 36px;
    /* padding-left: 5px; */
    background-color: #362e2b;
    color: #fff;
    line-height: 35px;
    width: 135px;
}
#sec1 ul.news li .news_link a{
	/*padding-right: 30px;
	padding-left: 5px;*/
}
#sec1 ul.news li .news_link:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -4.5px;
}

.pagenavi {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.pagenavi a,
.pagenavi .current {
	display: inline-block;
	padding: 0 7px;
	margin: 0 20px;
	line-height: 29px;
	vertical-align: middle;
}
.pagenavi a {}
.pagenavi a.page {
	background-color: #321a16;
	color: #fff;
}
.pagenavi a.prevlink,
.pagenavi a.nextlink {
	width: 26px;
	height: 29px;
	position: relative;
	margin: 0;
}
.pagenavi a.prevlink:before,
.pagenavi a.nextlink:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #331b17;
	border-right: solid 2px #331b17;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
}
.pagenavi a.prevlink {}
.pagenavi a.nextlink {}
.pagenavi a.prevlink:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-135deg);
	right: auto;
	left: 10px;
}
.pagenavi a.nextlink:before {}
.pagenavi .current {
	border: 1px solid #321a16;
}


.wp-pagenavi{
    text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-block;
    padding: 0 7px;
    margin: 0 20px;
    line-height: 29px;
    vertical-align: middle;
}
.wp-pagenavi span{
    border: 1px solid #321a16;
}
.wp-pagenavi a{}
.wp-pagenavi .extend{
	display: none;
}
.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi .first,
.wp-pagenavi .last{
    display: none;
}
.wp-pagenavi .first{}
.wp-pagenavi .last{}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{}
.wp-pagenavi .previouspostslink{
    width: 26px;
    height: 29px;
    position: relative;
    margin: 0;
    overflow: hidden;
    text-indent: 100px;
}
.wp-pagenavi .previouspostslink:before{
	content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #331b17;
    border-right: solid 2px #331b17;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    
    -webkit-transform: rotate(-45deg);
    transform: rotate(-135deg);
    right: auto;
    left: 10px;
}
.wp-pagenavi .nextpostslink{
    width: 26px;
    height: 29px;
    position: relative;
    margin: 0;
    overflow: hidden;
    text-indent: 100px;
}

.wp-pagenavi .nextpostslink:before{
	content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #331b17;
    border-right: solid 2px #331b17;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
  }
.wp-pagenavi .page,
.wp-pagenavi .current{}
.wp-pagenavi .page{
    background-color: #321a16;
    color: #fff;
}
.wp-pagenavi .page.smaller{}
.wp-pagenavi .page.larger{}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{}


/*-------------------------------------------------------*/
.topics_detail {
    margin-bottom: 62px;
}
.topics_detail .topics_cat {
	background-color: #333;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin-bottom: 20px;
}
.topics_detail .topics_tit {
	font-size: 28px;
	font-weight: bold;
	color: #000342;
	padding: 8px 0;
	border-bottom: 2px solid #000342;
	margin-bottom: 14px;
}
.topics_detail .topics_tit02 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 50px;
}
.topics_detail .topics_tit03 {
	font-size: 24px;
	font-weight: bold;
	color: #442402;
	margin-bottom: 40px;
}
.topics_detail .topics_date {
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	margin-bottom: 40px;
}
.topics_detail .topics_inner {
	margin-bottom: 32px;
}
.topics_detail .topics_img {
	float: right;
	margin-left: 2.9%;
	margin-bottom: 2.9%;
	max-width: 52%;
	text-align: right;
}
.topics_detail .topics_txt {}
.topics_detail .topics_txt02 {
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
    padding: 1em;
    max-width: 45.1%;
}
.topics_detail .topics_txt03 {
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    background-color: #f4f4f4;
    padding: 25px 24px;
}

.topics_detail_b {
}
.topics_detail_b .link_btn {
    max-width: 365px;
    margin: 0 auto;
}
.topics_detail_b .link_btn a {
    letter-spacing: 0.1em;
}


.wp-block-embed-youtube {
	width: 550px;
	max-width: 100%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

.wp-block-embed-youtube.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.wp-block-embed-youtube.alignright {
	margin-right: 0;
	margin-left: auto;
}

.wp-block-embed-youtube.alignleft {
	margin-right: auto;
	margin-left: 0;
}

/*---------------------------------------------------------
	w1200px
---------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	
}
/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 640px) {
	
	#sec1 ul.news {
    max-width: 540px;
}
	#sec1 ul.news li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
}
	#sec1 ul.news li:nth-child(2n){
		margin-right: 0;
	}
	#sec1 ul.news li:nth-child(4n){}
	#sec1 ul.news li a {}
	#sec1 ul.news li p {}
	#sec1 ul.news li .news_img {}
	#sec1 ul.news li .news_cat {}
	#sec1 ul.news li .news_tit {}
	#sec1 ul.news li .news_date {}
	#sec1 ul.news li .news_txt {}
	#sec1 ul.news li .news_link {
    font-size: 14px;
}
	#sec1 ul.news li .news_link a{}
	#sec1 ul.news li .news_link:after {}
	.btn_link {
    max-width: 250px;
    margin: 0 auto;
}
	.btn_link a {
}
	.btn_link a img {}
	#sec1 .sec1_b {
    margin-top: 60px;
}
	#sec1 .sec1_b ul {}
	#sec1 .sec1_b ul li {
    width: 100%;
}
	#sec1 .sec1_b ul li a {}
	#sec1 .sec1_b ul li h3 {}
	#sec1 .sec1_b ul li p {}
	#sec1 .bnr_link .bnr_txt {
		font-size: 14px;
	}	

	.tabs li{
			width: 33.33%;
	}
	.tabs .content{
	    padding-top: 80px;
	}


	.tabs .tab-icon-movie{
		width: 20px;
		margin-right: 4px !important;
	}

	.wp-pagenavi{}
	.wp-pagenavi span,
	.wp-pagenavi a{
    margin: 0 10px;
}
	.wp-pagenavi span{}
	.wp-pagenavi a{}
	.wp-pagenavi .extend{}
	.wp-pagenavi .pages{}
	.wp-pagenavi .first,
	.wp-pagenavi .last{}
	.wp-pagenavi .first{}
	.wp-pagenavi .last{}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink{}
	.wp-pagenavi .previouspostslink{}
	.wp-pagenavi .previouspostslink:before{}
	.wp-pagenavi .nextpostslink{}

	.wp-pagenavi .nextpostslink:before{}
	.wp-pagenavi .page,
	.wp-pagenavi .current{}
	.wp-pagenavi .page{}
	.wp-pagenavi .page.smaller{}
	.wp-pagenavi .page.larger{}
	.wp-pagenavi a:hover,
	.wp-pagenavi span.current{}


}
