@charset "UTF-8";

/* ==================================================
HEADER
================================================== */
#hdrWrap {
	padding: 50px 2% 40px;
	max-width: 2400px;
	margin: 0 auto;
}

#hdrWrap .introduction {
	margin-bottom: 40px;
	text-align: left;
}

#hdrWrap .introduction .head {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	font-size: 2.6rem;
	margin-bottom: 20px;
}

#hdrWrap .introduction .comment {
}

#hdrWrap .introduction .comment p {
	line-height: 1.7;
	font-size: 1.5rem;
}

#hdrWrap .mainVisual {
	position: relative;
	height: calc(100vh - 375px);
	min-height: 370px;
	background: url("../img/hdr_visual.jpg") no-repeat center bottom;
	background-size: cover;
	padding: 30px;
}

#hdrWrap .mainVisual .ttl {
	background: #fff;
	width: 64%;
	max-width: 680px;
	margin: 0 0 0 auto;
	padding: 20px 40px;
	min-width: 480px;
}

#hdrWrap .mainVisual .ttl .date {
	margin-bottom: 30px;
}

#hdrWrap .mainVisual .ttl .date img {
	width: 100%;
}

#hdrWrap .mainVisual .ttl h1 {
}

#hdrWrap .mainVisual .ttl h1 img {
	width: 100%;
}


@media screen and (max-width: 768px) {
	#hdrWrap {
	padding: 30px 2% 40px;
	}

	#hdrWrap .introduction {
	}

	#hdrWrap .introduction .head {
	font-size: 2.2rem;
	}

	#hdrWrap .introduction .comment {
	}

	#hdrWrap .introduction .comment p {
		line-height: 1.5;
		letter-spacing: 0;
	}

	#hdrWrap .mainVisual {
	height: 50vh;
	min-height: 370px;
	padding: 30px 3%;
	}

	#hdrWrap .mainVisual .ttl {
	width: 100%;
	margin: 0 auto;
	padding: 20px 5%;
	min-width: 340px;
	}

	#hdrWrap .mainVisual .ttl .date {
	}

	#hdrWrap .mainVisual .ttl .date img {
	}

	#hdrWrap .mainVisual .ttl h1 {
	}

	#hdrWrap .mainVisual .ttl h1 img {
	}
}


/* #snsArea
------------------------------ */
#snsArea {
	padding: 60px 2%;
}

#gigyaShare {
}


/* ==================================================
CONTENTS COMMON
================================================== */
#mainCnt {
}

section.area {
	padding: 80px 2%;
	max-width: 2400px;
	margin: 0 auto;
}

section.area .areaInner {
}

@media screen and (max-width: 768px) {
}

/* .borderTxt */
.borderTxt {
	display: inline-block;
	border: 1px solid #285548;
	padding: 15px 5%;
	font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
	.borderTxt {
		font-size: 1.8rem;
		padding: 10px 5%;
	}
}

/* .linkBtn */
.linkBtn {
}

.linkBtn a {
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0 auto;
	background: #285548;
	max-width: 560px;
	padding: 5px;
	box-shadow: 0 0 16px rgba(0,0,0,0.15);
	transition: all 0.4s ease-out 0s;
}

.linkBtn a span {
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.8rem;
	padding: 20px 3%;
	border: 1px solid #fff;
}

.linkBtn a span::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 18px;
	margin-left: 15px;
	background: url("../img/icon_mail.svg") no-repeat center center;
	background-size: contain;
	transform: translateY(2px);
}

.linkBtn a:hover {
	background: #1c621d;
	box-shadow: 0 0 0 rgba(0,0,0,0.15);
}

.linkBtn a:hover span {
}

@media screen and (max-width: 768px) {
	.linkBtn {
	}

	.linkBtn a {
	}

	.linkBtn a span {
	font-size: 1.6rem;
	padding: 16px 3%;
	}

	.linkBtn a span::after {
	width: 20px;
	height: 14px;
	transform: translateY(1px);
	}

	.linkBtn a:hover {
	}

	.linkBtn a:hover span {
	}
}

/* .moreBtn */
.moreBtn {
}

.moreBtn a {
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0 auto;
	background: #285548;
	max-width: 720px;
	color: #fff;
	font-size: 1.5rem;
	padding: 12px 3%;
	box-shadow: 0 0 16px rgba(0,0,0,0.15);
	transition: all 0.4s ease-out 0s;
}

.moreBtn a::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 14px;
	margin-left: 15px;
	background: url("../img/icon_arrow.svg") no-repeat center center;
	background-size: contain;
	transform: translateY(1px);
}

.moreBtn a:hover {
	background: #1c621d;
	box-shadow: 0 0 0 rgba(0,0,0,0.15);
}

@media screen and (max-width: 768px) {
	.moreBtn {
	}

	.moreBtn a {
	font-size: 1.3rem;
	max-width: 500px;
	}

	.moreBtn a::after {
	width: 8px;
	height: 10px;
	transform: translateY(0px);
	}

	.moreBtn a:hover {
	}
}
/**/

/* ==================================================
LEAD AREA
================================================== */
#leadArea {
	padding: 0 2% 80px;
}

#leadArea .areaInner {
}

#leadArea .comment {
	text-align: right;
}

#leadArea .comment p {
	font-size: 1.5rem;
}


@media screen and (max-width: 768px) {
	#leadArea {
	}

	#leadArea .areaInner {
	}

	#leadArea .comment {
	text-align: left;
	}

	#leadArea .comment p {
	}
}


/* ==================================================
MESSAGE AREA
================================================== */
#messageArea {
	padding-top: 0;
	padding-bottom: 0;
}

#messageArea .areaInner {
	border-top: 1px solid #285548;
	border-bottom: 1px solid #285548;
	padding-top: 80px;
	padding-bottom: 80px;
}

#messageArea .borderTxt {
	margin-bottom: 50px;
}

#messageArea .theme {
	font-family: dnp-shuei-mincho-pr6n, sans-serif;
	font-weight: 500;
	font-size: 2.8rem;
	margin-bottom: 50px;
	line-height: 1.4;
}

#messageArea .theme i {
}

#messageArea .comment {
	margin-bottom: 70px;
}

#messageArea .comment p {
}

#messageArea .linkBtn {
}

#messageArea .linkBtn a {
}

#messageArea .linkBtn a span {
}


@media screen and (max-width: 768px) {
	#messageArea {
	}

	#messageArea .areaInner {
	}

	#messageArea .borderTxt {
	margin-bottom: 40px;
	}

	#messageArea .theme {
	font-size: 2.2rem;
	margin-bottom: 40px;
	}

	#messageArea .theme i {
	}

	#messageArea .comment {
	margin-bottom: 50px;
	}

	#messageArea .comment p {
	}

	#messageArea .linkBtn {
	}

	#messageArea .linkBtn a {
	}

	#messageArea .linkBtn a span {
	}
}


.liveAnchor {
	margin-top: 100px;
}

.liveAnchor a {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: row;
	max-width: 720px;
	margin: 0 auto;
	border: 1px solid #285548;
	text-decoration: none;
}

.liveAnchor a .pct {
	width: 30%;
	overflow: hidden;
}

.liveAnchor a .pct img {
	transition: all 0.6s ease-out 0s;
}

.liveAnchor a:hover .pct img {
	transform: scale(1.06);
}

.liveAnchor a .txt {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 20px 3%;
	font-size: 1.6rem;
	line-height: 1.6;
}

.liveAnchor a .txt .inner {
}

.liveAnchor a .txt i {
}

.liveAnchor a .txt .btn {
	background: #285548;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	line-height: 1.3;
	margin-top: 20px;
	transition: all 0.4s ease-out 0s;
}

.liveAnchor a:hover .txt .btn {
	background: #1c621d;
}

@media screen and (max-width: 640px) {
	.liveAnchor {
	}

	.liveAnchor a {
	display: block;
	max-width: 500px;
	padding: 30px 3% 10px;
	}

	.liveAnchor a .pct {
	display: block;
	width: 80%;
	max-width: 320px;
	margin: 0 auto;
	}

	.liveAnchor a .pct img {
	}

	.liveAnchor a .txt {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	}

	.liveAnchor a .txt i {
	}

	.liveAnchor a .txt .btn {
	padding: 10px 5%;
	width: 100%;
	}
}

/* ==================================================
PROGRAM AREA
================================================== */
#programArea {
	padding-top: 100px;
	padding-bottom: 20px;
}

#programArea .areaInner {
}

#programArea ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1600px;
	margin: 0 auto;
}

#programArea ul li {
	width: 45%;
	max-width: 580px;
	margin: 0 2.5% 100px;
	text-align: left;
	position: relative;
	padding-bottom: 70px;
}

#programArea ul li .pct {
}

#programArea ul li .pct a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}

#programArea ul li .pct a img {
	transition: all 0.6s ease-out 0s;
}

#programArea ul li .pct a:hover img {
	transform: scale(1.06);
}

#programArea ul li .ttl {
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.3;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 4.2em;
}

#programArea ul li .ttl em {
}

#programArea ul li .caption {
	border-top: 1px solid #285548;
	padding-top: 20px;
}

#programArea ul li .caption p {
}

#programArea ul li .moreBtn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#programArea ul li .moreBtn a {
}

/* .comingsoon */
#programArea ul li.comingsoon {
	padding-bottom: 0;
	margin-bottom: 60px;
}

#programArea ul li.comingsoon a {
	pointer-events: none;
}

#programArea ul li.comingsoon .moreBtn {
	display: none;
}


@media screen and (max-width: 768px) {
	#programArea {
	}

	#programArea .areaInner {
	}

	#programArea ul {
	align-items: flex-start;
	}

	#programArea ul li {
	width: 100%;
	margin: 0 auto 100px;
	max-width: 500px;
	}

	#programArea ul li .pct {
	}

	#programArea ul li .pct a {
	}

	#programArea ul li .pct a img {
	}

	#programArea ul li .pct a:hover img {
	}

	#programArea ul li .ttl {
	display: block;
	padding: 20px 0;
	min-height: 0;
	}

	#programArea ul li .ttl em {
	}

	#programArea ul li .caption {
	}

	#programArea ul li .caption p {
	font-size: 1.3rem;
	}

	#programArea ul li .moreBtn {
	}

	#programArea ul li .moreBtn a {
	}
}


/* ==================================================
LIVE AREA
================================================== */
#liveArea {
	padding-bottom: 120px;
	background: #fafafa;
	max-width: 100%;
}

#liveArea .areaInner {
}

#liveArea .ttl {
	font-size: 2.2rem;
	margin-bottom: 30px;
	line-height: 1.6;
}

#liveArea .borderTxt {
	margin-bottom: 60px;
}

#liveArea .pct {
	max-width: 1000px;
	margin: 0 auto 60px;
}

#liveArea .pct a {
	text-decoration: none;
	display: block;
	overflow: hidden;
}

#liveArea .pct a img {
	transition: all 0.6s ease-out 0s;
}

#liveArea .pct a:hover img {
	transform: scale(1.06);
}

#liveArea .caption {
	max-width: 720px;
	margin: 0 auto 80px;
}

#liveArea .caption p {
	text-align: left;
	font-size: 1.5rem;
}

#liveArea .moreBtn {
}

#liveArea .moreBtn a {
}


@media screen and (max-width: 768px) {
	#liveArea {
		padding-bottom: 80px;
	}

	#liveArea .areaInner {
	}

	#liveArea .ttl {
	font-size: 1.8rem;
	}

	#liveArea .borderTxt {
	}

	#liveArea .pct {
	max-width: 500px;
	margin-bottom: 40px;
	}

	#liveArea .pct a {
	}

	#liveArea .pct a img {
	}

	#liveArea .pct a:hover img {
	}

	#liveArea .caption {
	max-width: 500px;
	margin-bottom: 40px;
	}

	#liveArea .caption p {
	}

	#liveArea .moreBtn {
	}

	#liveArea .moreBtn a {
	}
}


.borderBox {
	position: relative;
	background: url("../img/box_bg.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
	max-width: 720px;
	margin: 80px auto 0;
	padding: 40px 2%;
}

.borderBox::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}

.borderBox::before {
	content: "";
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #fff;
	top: 5px;
	left: 5px;
	z-index: 2;
}

.borderBox .head {
	position: relative;
	z-index: 3;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
}

.borderBox .head b {
	display: inline-block;
	margin: 0 8px;
}

.borderBox .comment {
	border-top: 1px solid #fff;
	position: relative;
	z-index: 4;
	font-size: 1.5rem;
	text-align: left;
	padding-top: 20px;
	margin-top: 20px;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {
	.borderBox {
		max-width: 500px;
		padding: 40px 4%;
	}

	.borderBox::after {
	}

	.borderBox::before {
	}

	.borderBox .head {
	}

	.borderBox .head b {
	}

	.borderBox .comment {
	}
}



