@charset "utf-8";

/* = Common Layout
-------------------------------------------------------------- */
.content-width {
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
}

/* =Layout
-------------------------------------------------------------- */

html {
	background: #FFF;
}
#wrapper,
#header {
	min-width: 1040px;
/* 2023.03.24 - S */
	min-width: auto;
/* 2023.03.24 - E */
}
@media screen and (max-width: 736px) {
	#wrapper,
	#header {
		min-width: 100%;
	}
	#wrapper {
		position: relative;
	}
	#header {
		top: 0;
	}
	#header.absolute {
		position: absolute;
		top: 0;
	}
}
@media screen and (max-width: 481px) {
	#masthead {
		width: 480px; /* for iPhone */
	}
}

#footer {
	position: relative;
	z-index: 5;
}
#container {
	padding-bottom: 4rem;
}
	.home #container {
		padding-bottom: 0;
	}

.two-columns {
	display: table;
	table-layout: fixed;
}
.two-columns #content {
	display: table-cell;
	vertical-align: top;
	width: 690px;
	padding-right: 30px;
	box-sizing: border-box;
}
.two-columns #sidebar {
	display: table-cell;
	vertical-align: top;
	width: 310px;
	padding-left: 29px;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
}

@media screen and (max-width: 736px) {
	/* =SP Layout
	-------------------------------------------------------------- */
	.two-columns,
	.two-columns #content,
	.two-columns #sidebar {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		border-left: none;
	}
	.two-columns {
		padding-left: 3%;
		padding-right: 3%;
	}
}

/* =Firstvisual
-------------------------------------------------------------- */

#firstvisual {
	background: url("../images/common/firstvisual.jpg") no-repeat scroll center center;
	background-size: auto 100%;
	height: 300px;
}
#firstvisual .inner {
}
#firstvisual .cell {
	text-align: center;
}
#firstvisual .titlebox h1,
#firstvisual .titlebox h2 {
	font-size: 60px;
	margin: 95px 0 0 0;
	font-family: 'Roboto Condensed', sans-serif;
}
#firstvisual .titlebox small {
	color: #486ed7;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

@media screen and (max-width: 736px) {
	#firstvisual .titlebox h1,
	#firstvisual .titlebox h2 {
		margin: 70px 0 0 0;
	}
}

/* =Breadcrumbs
-------------------------------------------------------------- */

#breadcrumbs {
	font-size: 13px;
	margin: 10px 0 40px 0;
}

/* =Title
-------------------------------------------------------------- */

/* 記事一覧タイトル */
.archive-title {
	font-size: 2.4rem;
	margin-bottom: 3rem;
}
.entry-title {
	margin-top: 0;
	font-size: 30px;
}

/* =Content
-------------------------------------------------------------- */

.entry-content {
	margin: 4rem 0;
}

/* =News
-------------------------------------------------------------- */

#news_list {
	color: #000;
	list-style: none;
}
#news_list li {
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	padding: 1.5rem 0;
	list-style: none;
}
#news_list li:first-child {
	border-top: 1px dashed #ccc;
}
#news_list li span,
#news_slider li span,
.single .entry-meta span {
	float: left;
	font-size: 1.4rem;
	margin-right: 1.5rem;
}
#news_slider li span.term,
#news_list li span.term,
.single .entry-meta span.term {
	margin-top: -0.1rem;
}
#news_list li span a,
#news_slider li span a,
.entry-meta span.term a {
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	letter-spacing: 0.03em;
	padding: 0 1.5rem;
	text-align: center;
	width: auto;
	max-width: 10em;
	background: #000;
	white-space: nowrap;
	margin-top: -0.3rem;
}
.single .entry-meta span {
	font-size: 1.5rem;
}
.single .entry-meta span.term a {
	font-size: 1.4rem;
}
#news_list li span a,
#news_slider li span a {
	width: 8em;
	box-sizing: border-box;
	padding: 0;
}
#news_list li h3,
#news_slider li h3 {
	font-size: 1.4rem;
	margin: 0 0 0 18rem;
	padding-top: 0.3rem;
}

@media screen and (max-width: 736px) {
	#news_list li h3 {
		margin-left: 0;
		clear: both;
		padding-top: 1rem;
		font-size: 1.5rem;
	}
}

/* =Activities
-------------------------------------------------------------- */
#home_activity #activity_list {
	margin-bottom: -2.4%;
}
#activity_list li {
	width: 23.2%;
	margin: 0 2.4% 2.4% 0;
}
#activity_list li:nth-child(4n) {
	margin-right: 0;
}
#activity_list li .cont {
	padding: 10px 0 0;
}
#activity_list li .date {
	display: block;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
#activity_list li h3 {
	font-size: 1.5rem;
	margin: 0;
}
#activity_list .term {
	margin: -0.3rem 0 1rem;
}

@media screen and (max-width: 736px) {
	#activity_list {
		margin-bottom: 0;
	}
	#activity_list li {
		display: table;
		width: 100%;
		margin: 0 0 2.5rem 0!important;
	}
	#activity_list li:last-child {
		margin-bottom: 0!important;
	}
	#activity_list li .imgbox,
	#activity_list li .cell {
		display: table-cell;
		vertical-align: top;
	}
	#activity_list li .imgbox {
		width: 36%;
	}
	#activity_list li .cont {
		padding: 0 15px;
	}
}

/* 記事のページャー */
.page-links {
	text-align: center;
	padding: 20px 0;
	clear: both;
	font-size: 0;
	vertical-align: middle;
}
.page-links a,
.page-links span {
	vertical-align: middle;
}
.page-links span.number,
.page-links span.pre,
.page-links span.next {
	border: 1px solid #000;
	border-radius: 5px;
	background: #000;
	color: #fff;
	font-size: 15px;
	padding: 5px 15px;
	margin: 0 2px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	line-height: 28px;
	vertical-align: middle;
}
.page-links span.number {
	font-size: 17px;
}
.page-links span.pre,
.page-links span.next {
	margin: 0 8px;
}
.page-links a span {
	background: #FFF !important;
	border: 1px solid #999!important;
	color: #000!important;
}
.page-links a span:hover {
	color: #000!important;
	border: 1px solid #000!important;
}
.page-links .before,
.page-links .after {
	border: none;
}
.page-links .before .next,
.page-links .after .pre {
	display: none;
}

/* =reco box
-------------------------------------------------------------- */
.reco_box {
	margin: 5rem 0 0;
}

/* =tag_list
-------------------------------------------------------------- */
.tag_list {
	margin: 2rem 0;
}
.tag_list li {
	font-size: 1.3rem;
	margin-right: 1.5em;
}
.tag_list li a {
	font-size: 1.5rem;
}
.tag_list li a::before {
	content: "\f292";
	font-family: FontAwesome;
	font-size: 1em;
	font-weight: inherit;
	margin-right: 0.3rem;
}

/* = related
-------------------------------------------------------------- */
.yarpp-related ul.wpp-list a h3 {
	font-size: 1.5rem;
	min-height: 2em;
}

/* =nav-below
-------------------------------------------------------------- */
#nav-below {
	padding: 2rem 0 0;
	font-size: 1.4rem;
	border-top: 1px solid #ddd;
	margin-bottom: 4rem;
	overflow: hidden;
}
#nav-below div.nav-previous {
	float: left;
	width: 50%;
}
#nav-below div.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#nav-below .left {
	width: 50%;
	box-sizing: border-box;
	float: left;
}
#nav-below .right {
	width: 50%;
	box-sizing: border-box;
	text-align: right;
	border-left: 1px solid #ddd;
	float: right;
}
#nav-below h3 {
	font-size: 1.4rem;
	margin: 0 0 1.5rem 0;
}
#nav-below a {
	display: table;
	width: 100%;
}
#nav-below .imgbox {
	display: table-cell;
	vertical-align: middle;
	width: 74px;
	border-radius: 5px;
	border: 1px solid #ccc;
	overflow: hidden;box-sizing: border-box;
}
#nav-below a img {
	width: 100%;
}
#nav-below a h4 {
	display: table-cell;
	vertical-align: middle;
	padding: 0 1rem;
	line-height: 1.25;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: unset;
}
#nav-below .first,
#nav-below .last {
	margin: 3.8rem 0 0;
}

@media screen and (max-width: 736px) {
	#nav-below {
		margin-bottom: 4rem;
	}
	#nav-below a h4 {
		font-size: 1.3rem;
	}
}

/* =Sidebar
-------------------------------------------------------------- */

.common-title {
	margin: 0 0 1.2rem;
	font-size: 1.8rem;
	border-bottom: 3px solid #ddd;
	padding-bottom: 0.8rem;
}

.sidebox {
	margin: 0 0 4rem;
}
.side_cat {
	margin: 2rem 0;
}
.side_cat > li {
	position: relative;
	padding-left: 20px;
	margin-top: 0.5rem;
	list-style: none;
	font-size: 1.5rem;
}
.side_cat > li:before {
	position: absolute;
	content: '';
	top: 0.35em;
	left: 0;
	width: 0.9em;
	height: 0.9em;
	margin: auto;
	background: #eee;
	border-radius: 50%;
}

@media screen and (max-width: 736px) {
	.sidebox {
		margin: 5rem 0 0;
	}
}

/* = Sidebar list
-------------------------------------------------------------- */

ul.wpp-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.wpp-list a {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin: 2rem 0;
		overflow: hidden;
	}
		ul.wpp-list a .thumb {
			display: table-cell;
			width: 76px;
			position: relative;
			z-index: 2;
			font-size: 0;
		}
		ul.wpp-list a .thumb .imgbox {
			overflow: hidden;
			border-radius: 5px;
			border: 1px solid #ccc;
		}
		ul.wpp-list a img {
			width: 100%;
			height: auto;
		}
		ul.wpp-list a .cont {
			display: table-cell;;
			vertical-align: middle;
			padding-left: 1.1rem;
		}
		ul.wpp-list a h3 {
			font-size: 1.4rem;
			-webkit-font-smoothing: initial;
			-moz-osx-font-smoothing: unset;
			margin: 0;
			min-height: 2.5em;
			line-height: 1.25;
		}
		ul.wpp-list li {
			display: block;
		}
		ul.wpp-list li small {
			margin-top: 0.5rem;
			margin-left: 1.5rem;
			float: right;
			line-height: 1.5;
		}

@media screen and (max-width: 736px) {
	ul.wpp-list a h3 {
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
	}
}

/* =Admin
-------------------------------------------------------------- */
#wpadminbar {
	position: fixed;
}
@media screen and (max-width: 736px) {
	html {
		margin-top: 0!important;
	}
	#wpadminbar {
		display: none!important;
	}
}

/* =パララックス対策
-------------------------------------------------------------- */
/* 2023.03.24 - S */
@media screen and (max-width: 1200px) {
	
	.content-width {
		width: 100% !important;
		margin-left: auto!important;
		margin-right: auto!important;
		padding-left: 3%!important;
		padding-right: 3%!important;
	}
	
	#home_digest_movie .content-width{
		width: 100%!important;
	}
	
	#home_digest_movie .content-width iframe{
		width: 100%;
		/*height: 400px;*/
	}
	
	/*
	#home_digest_movie .home-message-catchcopy p{
		font-size: 3.8vw !important;
	}	
	#home_digest_movie .home-message-catchcopy p:nth-child(2){
		text-align: left !important;
	}
	
	#home_digest_movie .home-message-wrap{
		grid-template-rows: 1fr 47px max-content !important;
	}
	
	#home_digest_movie .home-message-wrap .message{
		font-size: 3.0vw !important;
		padding-left: 20px;
	}	
	#home_digest_movie .home-message-wrap .bg-img img{
		max-height: 100vw !important;
		object-position: 60%;
	}
	*/
	
	#home_digest_movie .home-message-wrap{
		grid-template-rows: 16.3vw 500px max-content !important;
	}
	#home_digest_movie .home-message-wrap .bg-img {
		top: 0px !important;
	}
	
	#home_digest_movie .home-message-wrap .band-message .pc{
		display: none;
	}
	#home_digest_movie .home-message-wrap .band-message .sp{
		display: inline-block;
	}
	
	#home_digest_movie .home-message-wrap .band-message .sp div:nth-child(1){
		background: #116AB3;
		padding: 20px 50px 20px 30px;
		color: #fff;
		font-size: 3.8vw;
		font-weight: 600;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;;
		margin: 0 2vw;
		
		background: rgb(34,165,195) !important;
		background: -webkit-linear-gradient(bottom, rgba(34,165,195,1) 0%, rgba(14,77,161,1) 100%) !important;
		background: -o-linear-gradient(bottom, rgba(34,165,195,1) 0%, rgba(14,77,161,1) 100%) !important;
		background: linear-gradient(to top, rgba(34,165,195,1) 0%, rgba(14,77,161,1) 100%) !important; 
		
	}
	#home_digest_movie .home-message-wrap .band-message .sp div:nth-child(2){
		padding: 10px 30px;
		color: #116AB3;
		font-size: 4.0vw;
		font-weight: 600;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;;
	}	
	#home_digest_movie .home-message-wrap .home-message-catchcopy{
		align-items: flex-end !important;
	}
	#home_digest_movie .home-message-wrap .home-message-catchcopy > div{
		align-items: flex-end !important;
		justify-content: flex-end !important;
	}	
	#home_digest_movie .home-message-wrap .home-message-catchcopy p{

		border-radius: 50px 0 0 50px !important;
		
		background: rgb(34,165,195) !important;
		background: -webkit-linear-gradient(bottom, rgba(34,165,195,1) 0%, rgba(14,77,161,1) 100%) !important;
		background: -o-linear-gradient(bottom, rgba(34,165,195,1) 0%, rgba(14,77,161,1) 100%) !important;
		background: linear-gradient(to top, rgba(34,165,195,1) 0%, rgba(14,77,161,1) 100%) !important; 
	}
	
	
	/*
	#home_manifest .home-manifes-wrap .catchcopy > div{
		width: 50vw !important;
		height: 50vw !important;
		font-size: 4.5vw !important;
		position: relative;
		bottom: 50px;
	}
	*/
	#home_manifest .content-width{
		padding-bottom: 0px !important;
	}
	
}
/* 2023.03.24 - E */

@media only screen and (max-width: 736px), only screen and (max-device-width: 1024px) {
	/* iPad パララックス対策 */
	section, div {
		background-attachment: scroll!important;
	}
}
@media screen and (max-width: 736px) {
	
	.content-width {
		width: 100%!important;
	/* 2023.03.24 - S */
	/*	width: 480px!important; */
	/* 2023.03.24 - E */
		margin-left: auto!important;
		margin-right: auto!important;
		padding-left: 3%!important;
		padding-right: 3%!important;
	}
	
	#home_digest_movie .content-width{
		width: 100%!important;
	}
	
	#home_digest_movie .content-width iframe{
		width: 100%;
		height: 400px;
	}
	
	/* 2023.03.24 - S */
	
	#home_digest_movie .home-message-wrap{
		grid-template-rows: 16.3vw 65vw max-content !important;
	}
	
	#home_digest_movie .home-message-catchcopy p{
		font-size: 3.6vw !important;
	}	
	#home_digest_movie .home-message-wrap .message{
		font-size: 4.0vw !important;
	}	
	#home_digest_movie .home-message-wrap .bg-img img{
		max-height: 150vw !important;
	}
	#home_digest_movie .home-message-wrap .band-message .sp div:nth-child(1){
		font-size: 4.5vw;
		padding: 5px 10px;
		display: inline-block;
		
	}
	#home_digest_movie .home-message-wrap .band-message .sp div:nth-child(2){
		font-size: 6.0vw;
	}

	#home_manifest .home-manifes-wrap {
		grid-template-rows: repeat(2, max-content) repeat(2, 50px) !important;
		margin-bottom: 60px !important;
	}	
	
	#home_manifest .home-manifes-list-warp{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	
	#home_manifest .home-manifes-wrap .catchcopy > div{
		width: 60vw !important;
		height: 60vw !important;
		font-size: 5.0vw !important;
	}
	
	
	#home_manifest .home-manifes-list-warp .home-manifes-list{
		flex-direction: column !important;
	}
	
	#home_manifest .home-manifes-list-warp .home-manifes-list .home-manifes-list-item{
		width: 100% !important;
	}
	
	#home_manifest .home-manifes-list-warp .home-manifes-list .home-manifes-list-item a{
		grid-template-rows: max-content 30px 100px !important;
	}	
	
	#youtube-challenge{
		background-size: 200px !important;
	}
	
	#youtube-challenge .youtube-challenge li{
		width: calc(100% / 2 - 5px) !important;
		height: 250px !important;
	}
	#youtube-challenge .youtube-challenge li iframe{
		height: 150px !important;
	}

	#home_profile .profile-warp{
		grid-template-columns: 50% 50% !important;
		grid-template-rows: max-content 200px 250px 250px max-content !important;
	}
	#home_profile .profile-warp .profile{
		grid-area: 1 / 1 / 2 / 3 !important;
	}
	#home_profile .profile-warp .phote01{
		 grid-area: 2 / 1 / 3 / 2 !important;
	}
	#home_profile .profile-warp .phote02{
		grid-area: 2 / 2 / 3 / 3 !important;
	}
	#home_profile .profile-warp .phote02 img{
		object-position: 0 -40px;
	}
	#home_profile .profile-warp .phote03{
		  grid-area: 3 / 1 / 4 / 3 !important;
	}
	#home_profile .profile-warp .phote03 img{
		object-position: 0 0;
		padding-left: 0px !important;
	}
	#home_profile .profile-warp .phote04{
		grid-area: 4 / 1 / 5 / 2 !important;
	}
	#home_profile .profile-warp .phote04 img{
		object-position: 0 -40px;
		padding-left: 0px !important;
	}
	#home_profile .profile-warp .phote05{
		grid-area: 4 / 2 / 5 / 3 !important;
	}
	#home_profile .profile-warp .phote05 img{
		object-position: 0 -20px;
	}
	#home_profile .profile-warp .profile-detail{
		 grid-area: 5 / 1 / 6 / 3 !important;
	}
	/* 2023.03.24 - E */
}

@media screen and (max-width: 481px) {
	#youtube-challenge .youtube-challenge li{
		width: 100% !important;
		height: 350px !important;
	}
	#youtube-challenge .youtube-challenge li iframe{
		height: 300px !important;
	}
	
}

/* = Responsive
-------------------------------------------------------------- */
.sp {
	display: none;
}
@media screen and (max-width: 736px) {
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
	#wrapper {
		overflow: hidden;
		min-width: 100%!important;
	}
}
@media screen and (max-width: 481px) {
	#wrapper {
		width: 480px;
	}
}