@charset "UTF-8";

/*//////////////////////////////////////////////////////////////
	layout
//////////////////////////////////////////////////////////////*/

/*=======================================================
	body
=======================================================*/
body {
	background-color: #000000;
}

#body_bg {
	background: url(../img/bg.jpg) 50% 0% no-repeat;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
	padding-bottom: 108px;
	background-size: cover;
}

.archives_page #body_bg {
	opacity: 0.2;
}

/*=======================================================
	container
=======================================================*/
#container {}

/* btn_sns_area */
#btn_sns_area {
	position: absolute;
	right: 150px;
	top: 10px;
	z-index: 10;
}

/* fb_btn_area */
#fb_btn_area {
	text-align: right;
	float: right;
	margin-right: 10px;
}

#fb_btn_area span {
	vertical-align: top !important;
}

/* tw_btn_area */
#tw_btn_area {
	text-align: right;
	float: right;
}

/* gnavi_area */
#gnavi_area {
	top: 0;
}

/*=======================================================
	common
=======================================================*/
section {
	width: 1200px;
	margin: 0 auto;
}

.ttl {
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 1) 30%,
			rgba(255, 255, 255, 1) 70%,
			rgba(255, 255, 255, 0) 100%);
	border-radius: 8px;
	margin-bottom: 40px;
	padding: 0.05em 1em;
}

.sttl {
	border: 2px solid #000;
	padding: 0.05em 1em;
	border-radius: 5px;
	margin-bottom: 30px;
}

table {
	width: 100%;
}

table th {
	border: 1px solid #7180C0;
	padding: 1em;
	background: #7180C0;
	color: #FFF;
	width: 36%;
}

table td {
	border: 1px solid #7180C0;
	text-align: left;
	padding: 1em;
	background: #FFF;
}

.youtube_box {
	margin-bottom: 30px;
}

.btn {}

.btn a {
	background: #FFCE00;
	border-radius: 5px;
	display: inline-block;
	padding: 0.6em 10%;
	text-decoration: none;
	transition-property: text-shadow;
	transition-duration: 0.5s;
	text-align: center;
}

.btn a:hover {
	text-shadow: 0px 0px 10px #ffea0088;
}

.btn p {
	background: #AAA;
	border-radius: 5px;
	display: inline-block;
	padding: 0.6em 10%;
	text-decoration: none;
	color: #FFF !important;
	transition-property: text-shadow;
	transition-duration: 0.5s;
	text-align: center;
	margin-bottom: 0;
}

.img_box {}

.img_box img {
	width: 100%;
	border-radius: 5px;
}

.img_list_03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.img_list_03 li {
	width: 32%;
	margin: 0 0.5% 20px;
}

.img_list_03 li img {
	width: 100%;
	border-radius: 5px;
}

.img_list_03 li h5 {
	margin-top: 5px;
}

/*=======================================================
	title_area
=======================================================*/
#title_area {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-top: 200px;
	color: white;

}

#title_area img {
	height: 232px
}


/*=======================================================
	logo_area, logo_s_area
=======================================================*/
#logo_area,
#logo_s_area {
	margin-top: 160px;
	width: 100%;
	background-color: white;
	padding: 20px 0;
	/* margin-bottom: 50px; */
}

#logo_area h2 {
	height: 172px;
	margin-bottom: 30px;
	width: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../img/logo_date.png) 50% 50% no-repeat;
	background-size: contain;
}

.broadcast-banner {
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 0%,

			rgba(255, 255, 255, 1) 50%,

			rgba(255, 255, 255, 0) 100%);
	text-align: center;
	color: #000;
	border-radius: 4px;
}

.broadcast-banner img {
	height: 100px !important;
}


/*=======================================================
	about_area
=======================================================*/
#about_area {
	margin-top: 100px;
	color: white;
	display: flex;
	justify-content: center;
	margin-bottom: 120px;
}

/*=======================================================
	intro_area
=======================================================*/
#intro_area {
	margin-bottom: 120px;
}

#intro_area .img_box img {
	width: 90%;
	max-width: 960px;
	border-radius: 10px;
	margin-bottom: 10px;
}

#intro_area .text_box h3 {
	border-bottom: 2px dotted #000;
	margin-bottom: 30px;
	color: #44AC5C;
}

#intro_area .text_box h2 {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 0.05em 1em 0.1em;
	margin-bottom: 8px;
	background: rgba(255, 235, 0, 0.3);
	color: #FF0000;
}




/*=======================================================
	previous_area
=======================================================*/
#previous_area {
	margin-bottom: 120px;
}

#previous_area .img_box img {
	width: 90%;
	max-width: 960px;
	border-radius: 10px;
	margin-bottom: 10px;
}

#previous_area .text_box h3 {
	border-bottom: 2px dotted #000;
	margin-bottom: 30px;
	color: #44AC5C;
}

#previous_area .text_box h2 {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 0.05em 1em 0.1em;
	margin-bottom: 8px;
	background: rgba(255, 235, 0, 0.3);
	color: #FF0000;
}

#previous_area .text_box p {}

/*=======================================================
	entry_area
=======================================================*/

#entry_area {
	margin-bottom: 100px;
}

.entry_box {
	margin-bottom: 50px;
}

#entry_area h3 {
	color: white;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

#entry_area p {
	margin-top: 10px;
	color: white;
}

/*=======================================================
	tver_area
=======================================================*/
#tver_area {
	margin-bottom: 120px;
}

/*=======================================================
	sns_area
=======================================================*/
#sns_area {
	margin-bottom: 120px;
}

#sns_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#sns_area ul li {
	width: 49%;
	margin: 0 0.5% 30px;
}

/*=======================================================
	cast_area
=======================================================*/
#cast_area {
	margin-bottom: 120px;
}

/*=======================================================
	archive_area
=======================================================*/
#archive_area {
	margin-bottom: 120px;
}

#archive_area h3 {
	color: white;
}

#archive_area>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#archive_area>ul>li {
	width: 45%;
	margin: 0 2% 70px;
}

#archive_area .archive_box {
	margin-bottom: 60px;
}

#archive_area .img_box img {
	width: 90%;
	max-width: 960px;
	border-radius: 10px;
	margin-bottom: 10px;
}

#archive_area .text_box h3 {
	border-bottom: 2px dotted #000;
	margin-bottom: 12px;
	color: #44AC5C;
}

#archive_area .text_box h2 {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 0.05em 1em 0.1em;
	margin-bottom: 8px;
	background: rgba(255, 235, 0, 0.3);
}

#archive_area .text_box p {
	text-align: left;
	width: 94%;
	margin: 0 auto 20px;
}

.video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*=======================================================
	cast_area
=======================================================*/
#cast_area h5 {
	color: white;
}

/*=======================================================
	footer
=======================================================*/
#footer {
	width: 100%;
	height: 180px;
}

#footer p {
	text-align: center;
	line-height: 180px;
	margin-bottom: 0;
}

#footer p a {
	color: white;
	text-decoration: none;
}

/*=======================================================
	pagetop_area
=======================================================*/
#pagetop_area {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 20;
}

#pagetop_area a {
	width: 60px;
	height: 60px;
	display: block;
	background: #222;
	border-radius: 50%;
	position: relative;
}

#pagetop_area a::before {
	position: absolute;
	content: " ";
	top: 42%;
	right: 37%;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: rotate(-45deg);
}

/*=======================================================
	form_area
=======================================================*/

#form_area {
	margin-bottom: 100px;
}

.form_box {
	margin-bottom: 50px;
}

#form_area h3 {
	color: white;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-family: "UD Shin Go DemiBold";
}

#form_area p {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 0.9rem;
}

#form_area .textarea p {
	text-align: center;
}

#form_area h2 {
	margin: 40px 0 0;
}

#form_area h4:nth-of-type(1) {
	font-size: 1.55rem;
	text-align: center;
	margin: 0 0 20px;
}

#form_area h4 {
	margin: 20px 0 10px;
	color: #056525;
	font-size: 1.2rem;
	font-family: "UD Shin Go DemiBold";
}

#form_area h5 {
	font-size: 1rem;
	margin: 20px 0 10px;
	font-family: "UD Shin Go DemiBold";
}

#form_area .form_box p.kiyaku_main_outer {
	border-radius: 10px;
	overflow: hidden;
}

#form_area .form_box p.kiyaku_main_outer img {
	border-radius: 10px;
}

#form_area .form_box .explanation {
	background-color: rgba(255, 255, 255, 1);
	width: 100%;
	border-radius: 10px;
	text-align: left;
	color: black;
	margin: 0px auto;
	padding: 40px 0 60px;
}

#form_area .form_box .explanation_inner {
	width: 85%;
	margin: 0px auto;
}

#form_area .form_box .btn a {
	border-radius: 50px;
}

.responsive-br {
	display: none;
}

@media (max-width: 1199px) {
	.responsive-br {
		display: inline;
	}
}


#body_bg {
	animation: gradientMove 8s ease infinite;
}

.background {
	position: relative;
	perspective: 1000px;
	transform-style: preserve-3d;
}

.cube {
	position: absolute;
	transform-style: preserve-3d;
	animation: float 6s ease-in-out infinite alternate;
}

.face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.front img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.front {
	transform: rotateY(0deg) translateZ(0px);
}

@keyframes float {
	0% {
		transform: translate(0px, 0px);
	}

	100% {
		transform: translate(30px, -20px);
	}
}

@keyframes gradientMove {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(30px, 0px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}