@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Home CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

.type_1 #wrapper {
	width: 100%;
	background: url(../img/common/body_bg.jpg) no-repeat center 0px;
	background-size: cover;
	padding: 0 0 100px;
}

/* Header
----------------------------------------------- */
#header {
	height: 90px;
	width: 100%;
	padding: 20px 0;
	position: relative;
	background: rgba(107, 163, 219, 0.2)
}

#header #gNav {
	width: 1000px;
	height: 90px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -500px;
	line-height: 1;
	font-size: 0;
	text-align: center;
}
#header #gNav li {
	display: inline-block;
	margin: 0 0 0 26px;
	padding: 0 0 0 38px;
	background: url(../img/common/gnav_icon.png) 0px 19px no-repeat;
}
#header #gNav li:first-child {
	margin: 0;
	padding: 0;
	background: none;
}
#header #gNav li:first-child + li + li + li + li + li + li {
	background: none;
	padding: 0;
	margin: 0;
}
.home #header #gNav li:first-child + li + li + li + li + li {
	margin: 0 0 0 26px;
	padding: 0 0 0 38px;
	background: url(../img/common/gnav_icon.png) 0px 19px no-repeat;
}
#header #gNav li a {
	padding: 4px;
	position: relative;
}
#header #gNav li a,
#header #gNav li a img:first-child {
	width: 100%;
	height: auto;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header #gNav li a .new {
	width: 45px;
	height: auto;
	display: block;
	position: absolute;
	top: 4px;
	right: -3px;
}

#header #gNav li:first-child + li + li + li + li + li + li {
	background: none;
	padding: 0;
	margin: 0;
}


/* Container
----------------------------------------------- */
#container {
	min-height: 1530px;
	width: 1100px;
	margin: 0 auto;
	padding: 22px 0 20px;
}
#container .main_img_area {
	width: 100%;
	position: relative;
	padding: 0;
	height: 1650px;
}
#container .main_img_area h1,
#container .main_img_area h1 img {
	width: 414px;
	height: 232px;
}
#container .main_img_area .img_char {
	position: absolute;
	top: 225px;
	left: 0;
	width: 1100px;
	height: 1560px;
}

#container .main_img_area .img_frame {
	position: absolute;
	top: 35px;
	right: 0;
	width: 645px;
	height: 188px;
}
#container .main_img_area .img_frame .txt {
	width: 645px;
	height: 160px;
	background: url(../img/home/main_image_frame.png) no-repeat center center;
	position: relative;
}
#container .main_img_area .img_frame .txt li {
	width: 645px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#container .main_img_area .img_frame .txt li:first-child {
	display: block;
}
#container .main_img_area .img_frame .icon {
	text-align: center;
	font-size: 0;
	padding: 5px 0 0;
}
#container .main_img_area .img_frame .icon li {
	width: 8px;
	height: 8px;
	padding: 5px;
	display: inline-block;
	cursor: pointer;
}
#container .main_img_area .img_frame .icon li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 8px;
}
#container .main_img_area .img_frame .icon li.select:before {
	background: rgba(255, 255, 255, 1);
}


/* 右コンテンツ
------------------------ */

#container .widget_area {
	margin: -160px 0 0;
	width: 1100px;
}
#container .widget_area .widget_icon {
	width: 49px;
	height: 47px;
	position: absolute;
	top: -18px;
	right: -10px;
}

/* ニュース
------------------------ */

#container .widget_area .news_box_wrapper {
	width: 250px;
	height: 375px;
	padding: 5px;
	margin: 0 20px 0 0;
	float: left;
	border-radius: 5px;
	background: url(../img/home/wiget_bg_news.gif);
	background-size: 6px 6px;
	position: relative;
}
#container .widget_area .news_box {
	width: 210px;
	height: 335px;
	border-radius: 5px;
	background: #FFF;
	padding: 20px;
}
#container .widget_area h2 {
	padding: 0 0 20px;
	border-bottom: #E7E7E7 1px solid;
	width: 195px;
}
#container .widget_area .news_box .news_list {
	height: 301px;
}
#container .widget_area .news_box .news_list ul {
	width: 195px;
}
#container .widget_area .news_box .news_list ul li {
	width: 100%;
	border-bottom: #E7E7E7 1px solid;
}
#container .widget_area .news_box .news_list ul li a {
	width: 100%;
	display: block;
	padding: 15px 0;
	color: #000;
	text-decoration: none;
}
#container .widget_area .news_box .news_list ul li a p + p {
	margin: 10px 0 0;
}


/* カレンダー
------------------------ */

#container .widget_area .calendar_box_wrapper {
	width: 250px;
	height: 375px;
	padding: 5px;
	margin: 0 20px 0 0;
	float: left;
	border-radius: 5px;
	background: url(../img/home/wiget_bg_calendar.gif);
	background-size: 6px 6px;
	position: relative;
}
#container .widget_area .calendar_box {
	width: 210px;
	height: 335px;
	border-radius: 5px;
	background: #FFF;
	padding: 20px;
}
#container .widget_area .calendar_box h2 {
	padding: 0 0 20px;
	border-bottom: #E7E7E7 1px solid;
	width: 210px;
}
#container .widget_area .calendar_list {
	position: relative;
	width: 100%;
}
#container .widget_area .calendar_list .prev {
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 0;
	cursor: pointer;
	color: #F49C24;
	font-weight: bold;
}
#container .widget_area .calendar_list .next {
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 0;
	cursor: pointer;
	color: #F49C24;
	font-weight: bold;
}
#container .widget_area .calendar_list h3 {
	font-size: 14px;
	color: #F49C24;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 10px;
}
#container .widget_area .calendar_list table {
	width: 212px;
	border-collapse: collapse;
	margin: 0 -1px;
}
#container .widget_area .calendar_list table th,
#container .widget_area .calendar_list table td {
	border-collapse: collapse;
	padding: 10px 0;
	border: #F49C24 1px solid;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	width: 36px;
}
#container .widget_area .calendar_list table th {
	font-weight: bold;
	background: #F4B622;
	color: #FFF;
	padding: 5px 0;
}
#container .widget_area .calendar_list table td .calendar_trigger {
	cursor: pointer;
	position: relative;
}
#container .widget_area .calendar_list table td .calendar_trigger:before {
	content: '★';
	color: #F9CD91;
	position: absolute;
	top: -7px;
	left: 0;
	font-size: 28px;
	width: 100%;
}
#container .widget_area .calendar_list table td .calendar_trigger span {
	display: block;
	position: relative;
	font-weight: bold;
}


/* 試聴
------------------------ */

#container .widget_area .music_box_wrapper {
	width: 250px;
	height: 375px;
	padding: 5px;
	margin: 0 20px 0 0;
	float: left;
	border-radius: 5px;
	background: url(../img/home/wiget_bg_music.gif);
	background-size: 6px 6px;
	position: relative;
}
#container .widget_area .music_box {
	width: 210px;
	height: 335px;
	border-radius: 5px;
	background: #FFF;
	padding: 20px;
}
#container .widget_area h2 {
	padding: 0 0 20px;
	border-bottom: #E7E7E7 1px solid;
	width: 195px;
}
#container .widget_area .twitter_box h2 {
	padding: 0 0 15px;
}
#container .widget_area .music_box .music_list {
	height: 301px;
}
#container .widget_area .music_box .music_list ul {
	width: 195px;
}
#container .widget_area .music_box .music_list ul li {
	width: 100%;
	border-bottom: #E7E7E7 1px solid;
}
#container .widget_area .music_box .music_list ul li .overlay_trigger {
	width: 100%;
	display: block;
	padding: 15px 0;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#container .widget_area .music_box .music_list ul li .overlay_trigger dt {
	width: 50px;
	float: left;
}
#container .widget_area .music_box .music_list ul li .overlay_trigger dt img {
	width: 100%;
	height: auto;
}
#container .widget_area .music_box .music_list ul li .overlay_trigger dd {
	width: 135px;
	float: left;
	margin: 0 0 0 10px;
	line-height: 1.4;
	font-size: 11px;
}
#container .widget_area .music_box .music_list ul li .overlay_trigger dd p {
	font-weight: bold;
	margin: 0 0 5px;
}

/* Twitter
------------------------ */

#container .widget_area .twitter_box_wrapper {
	width: 250px;
	height: 375px;
	padding: 5px;
	margin: 0;
	float: left;
	border-radius: 5px;
	background: url(../img/home/wiget_bg_twitter.gif);
	background-size: 6px 6px;
	position: relative;
}
#container .widget_area .twitter_box {
	width: 210px;
	height: 335px;
	border-radius: 5px;
	background: #FFF;
	padding: 20px;
}
#container .widget_area .twitter_box h2 {
	position: relative;
}
#container .widget_area .twitter_box h2 .btn_follow {
	position: absolute;
	top: 0;
	right: -15px;
}
#container .widget_area .twitter_box .twit_list {
	height: 299px;
}
#container .widget_area .twitter_box .twit_list iframe {
	overflow: hidden;
}



/* Footer
----------------------------------------------- */

#footer {
	width: 100%;
	background-size: 6px 5px;
	padding: 35px 0 30px;
	margin: -100px 0 0;
}
.type_1 #footer {
	background: #C9D3FE url(../img/common/fnav_bg_border.gif) repeat-x top center;
	background-size: 6px 5px;
}
#footerInner {
	width: 1100px;
	margin: 0 auto;
}

#footerInner .banner_list {
	width: 1112px;
	margin: 0 0 0 -12px;
}
#footerInner .banner_list li {
	width: 266px;
	height: 65px;
	margin: 0 0 12px 12px;
	float: left;
}

#footerInner .sns_list {
	height: 32px;
	padding: 18px 0 30px;
}
#footerInner .sns_list li {
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
	float: left;
}
#footerInner .sns_list li img {
	width: 100%;
	height: 100%;
}

#footerInner .copyright {
	font-size: 11px;
}


/* Overlay
----------------------------------------------- */

.overlayWrap,
.calendarOverlayWrap {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 10;
}
.overlayWrap .overlayCover,
.calendarOverlayWrap .overlayCover {
	width: 100%;
	height: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
}
.overlayWrap .overlayContent,
.calendarOverlayWrap .overlayContent {
	width: 640px;
	height: auto;
	background: #FFF;
	padding: 15px 15px 10px;
	margin: -200px 0 0 -336px;
	border: #E7E7E7 1px solid;
	position: absolute;
	top: 50%;
	left: 50%;
}
.overlayWrap .overlayContent iframe {
	margin: 0;
	padding: 0;
}
.overlayWrap .overlayContent .close {
	padding: 5px;
	margin: 10px 0 0;
	text-align: right;
	cursor: pointer;
	line-height: 1;
	font-size: 11px;
}
.overlayWrap .overlayContent .close span {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}


/* Overlay
----------------------------------------------- */

.calendarOverlayWrap .overlayContent {
	width: 800px;
	height: 500px;/*400*/
	background: #FFF;
	padding: 20px;
	margin: -270px 0 0 -420px;/*-220*/
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
	position: relative;
}

.calendarOverlayWrap .overlayContent .close {
	padding: 0;
	margin: 0;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	position: absolute;
	top: -8px;
	right: -8px;
	background: #466AFD;
}
.calendarOverlayWrap .overlayContent .close:before {
	content: "";
	position: absolute;
	background: #FFF;
	top: 8px;
	left: 12px;
	width: 2px;
	height: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.calendarOverlayWrap .overlayContent .close:after {
	content: "";
	position: absolute;
	background: #FFF;
	top: 8px;
	left: 12px;
	width: 2px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.calendarOverlayWrap .overlayContent .schedule_wrap {
	width: 800px;
	height: 500px;
	overflow: auto;
	position: absolute;
	top: 20px;
	left: 20px;
	display: none;
}

.calendarOverlayWrap .overlayContent .schedule_wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #466AFD;
}

.calendarOverlayWrap .overlayContent .schedule_wrap .section {
	margin: 50px 15px 0 0;
}
.calendarOverlayWrap .overlayContent .schedule_wrap .section:first-child {
	margin: 0 15px 0 0;
}
.calendarOverlayWrap .overlayContent .schedule_wrap .section h2 {
	margin: 0 0 20px;
	padding: 0 0 5px 52px;
	border-bottom: #CCC 1px dotted;
	position: relative;
}
.calendarOverlayWrap .overlayContent .schedule_wrap .section h2 .icon,
.calendarOverlayWrap .overlayContent .schedule_wrap .section h2 .icon img {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
}
.calendarOverlayWrap .overlayContent .schedule_wrap .section h2 span {
	display: block;
	line-height: 1;
	margin: 0 0 5px;
}
.calendarOverlayWrap .overlayContent .schedule_wrap .section h2 p {
	font-size: 18px;
	font-weight: bold;
}

.calendarOverlayWrap .overlayContent .schedule_wrap .section .schedule_content {
	line-height: 1.8;
}

.calendarOverlayWrap .overlayContent .schedule_wrap .section .schedule_content p {
	margin: 1em 0 0;
}
.calendarOverlayWrap .overlayContent .schedule_wrap .section .schedule_content p:first-child {
	margin: 0;
}

.calendarOverlayWrap .overlayContent .schedule_wrap .section .schedule_content dl {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: #EEE 1px solid;
}
.calendarOverlayWrap .overlayContent .schedule_wrap .section .schedule_content dl dt {
	width: 180px;
	float: left;
	font-weight: bold;
}
.calendarOverlayWrap .overlayContent .schedule_wrap .section .schedule_content dl dd {
	width: 605px;
	float: left;
}

/* Modal Cont 201020 */

.js-modal-trigger {
	cursor: pointer;
	transition: opacity 0.6s;
}
.js-modal-trigger:hover {
	opacity: 0.6;
}

.modal_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: z-index 0s .6s ease;
}
.modal_wrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background: rgba(0, 0, 0, .5);
	transition: opacity .3s .3s ease-in-out;
}
.modal_wrapper .modal_area {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 640px;
	max-height: 600px;
	width: 100%;
	height: 100%;
	padding: 50px 20px 20px;
	opacity: 0;
	z-index: 2;
	transform: translate(-50%, -50%) scale(.5);
	transition: all .3s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.modal_wrapper .modal_area .close_btn {
	position: absolute;
	top: 0;
	right: 10px;
	color: #FFF;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0;
	padding: 10px;
}	
.modal_wrapper .modal_area .modal_content {
	display: none;
	width: 90%;
	max-height: 100%;
	padding: 100px 30px;
	overflow: auto;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
	background: #FFF;
}
.modal_wrapper .modal_area .modal_content p {
	margin-top: 30px;
	font-size: 1.1rem;
}
.modal_wrapper .modal_area .modal_content p:first-child {
	margin-top: 0;
}
.modal_wrapper.show {
	z-index: 100;
	transition: z-index 0s 0s ease;
}
.modal_wrapper.show::before {
	opacity: 1;
	transition: opacity .3s 0s ease-in-out;
}
.modal_wrapper.show .modal_area {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	transition: all .3s .3s ease-in-out;
}
