@charset "utf-8";
/*
	MediaQuery Type = Parts Unit
	0 < size
	@media only screen and (max-width: 600px)
	@media only screen and (min-width: 601px)
	@media only screen and (min-width: 601px) and (max-width: 992px)
	@media only screen and (max-width: 992px)
	@media only screen and (min-width: 993px)
	@media only screen and (min-width: 993px)
*/
/* ! [.sw_]の記述は番組ディレクトリ名等適切に変更 */
.sw_wrapper {
	background: #040008;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	position: relative;
}
.pc_none {
	display: none;
}
@media only screen and (min-width: 993px) {
	.sw_wrapper a {
		transition: opacity .1s ease;
	}
	.sw_wrapper a:hover {
		opacity: 0.7;
	}
	.sw_wrapper [id^="ntv_setAD"] a:hover {
		opacity: 1;
	}
}
/* mainvisual
========================================== */
.sw_mainvisual_inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.sw_mainvisual_img {
	width: 100%;
	padding-top: calc(937 / 1600 * 100%);
	font-size: 0;
	background-image: url(../images/mainvisual_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.sw_mainvisual_present {
	width: 16.7%;
	max-width: 170px;
	height: 0;
	padding-top: 10.8%;
	margin: 0 auto;
	background: url(../images/mainvisual_present.png) no-repeat center transparent;
	background-size: contain;
	position: absolute;
	right: 14%;
	bottom: 130px;
	overflow: hidden;
	font-size: 0;
	text-indent: -99px;
	white-space: nowrap;
	z-index: 999;
}
.sw_mainvisual_title {
	position: relative;
	margin: -70px auto 0;
}
.sw_mainvisual_title::after {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 0;
	padding-top: 1.2%;
	background-repeat: repeat-x;
	background-position: right center;
	background-size: contain;
	background-image: url(../images/line-ls_red.png);
	top: 44%;
	right: 0;
}
.sw_mainvisual_title::before {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 0;
	padding-top: 1.2%;
	background-repeat: repeat-x;
	background-position: left center;
	background-size: contain;
	background-image: url(../images/line-ls_blue.png);
	top: 44%;
	left: 0;
}
.sw_mainvisual_title_img {
	width: 950px;
	height: 0;
	padding-top: 144px;
	margin: auto;
	background: url(../images/overview_title_pc.png) no-repeat center transparent;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	font-size: 0;
	text-indent: -99px;
	white-space: nowrap;
	position: relative;
	z-index: 99;
}
@media only screen and (min-width: 601px) {
	.sw_mainvisual_img a {
		padding-top: 30%;
		background-image: url(https://placehold.jp/1000x300.png);
	}
}


/* overview
========================================== */

.overview_area {
	padding: 0 0 10px;
	position: relative;
	margin: 0 auto 20px auto;
}
.overview_box {
	width: 960px;
	margin: 0 auto;
	padding: 0 45px;
}
.overview_box_end_box {
	width: 100%;
	padding: 25px;
	margin: 40px auto;
	border: solid 1px #da0000;
}
.overview_box_end_box_text {
	text-align: center;
	color: #da0000;
	font-size: 24px;
	font-weight: bold;
}
.overview_text {
	margin: 40px auto;
	font-size: 20px;
}
.overview_detail {
	display: flex;
}
.overview_detail_fee {
	width: 150px;
	padding: 16px 20px;
	background-color: #4994cf;
	position: relative;
}
.overview_detail_fee_text {
	width: 150px;
	margin: auto;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.overview_detail_box {
	padding-left: 20px;
	line-height: 1.5;
	font-size:20px;
}
.overview_detail_place {
	font-size:24px;
}
.overview_banner {
	margin: 40px auto;
}
.overview_banner_image {
	display: block;
	width: 100%;
	height: 0;
	padding-top: calc(120 / 870 * 100%);
	background: url(../images/banner_pc.png) no-repeat center transparent;
	background-size: contain;
	overflow: hidden;
	font-size: 0;
	text-indent: -99px;
	white-space: nowrap;
}


/* sw_img
========================================== */
.sw_img {
	width: 100%;
	height: 0;
	padding-top: calc(601 / 1366 * 100%);
	margin: 0 auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}
.img_01 {
	background-image: url(../images/sw_img_01.jpg)
}
.img_02 {
	background-image: url(../images/sw_img_02.jpg)
}
.img_03 {
	background-image: url(../images/sw_img_03.jpg)
}
.img_04 {
	background-image: url(../images/sw_img_04.jpg)
}
.ipad .sw_img {
	display: block;
	background-attachment: scroll !important;
	background-size: 100% auto !important;
}

/* sw_article
========================================== */
.sw_area {}
.sw_inner {
	width: 960px;
	padding: 50px 65px;
	margin: 0 auto;
}
.sw_title {
	width: 420px;
	height: 0;
	padding-top: 160px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-indent: -99px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}


/* booth
========================================== */
.booth_area {
	background-image: url(../images/booth_bg_pc.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.booth_title {
	background-image: url(../images/title_booth.png);
	left: -15px;
}
.booth_box {
	margin: 70px 0 0;
}
.booth_box:first-of-type {
	margin: 50px 0 0;
}
.booth_box_title {
	height: 57px;
	padding-left: 50px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing:0.04em;
	line-height: 1.5;
	position: relative;
	display: flex;
	align-items: center;
}
.booth_box_title::before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 0;
	padding-top: 57px;
	background-image: url(../images/booth_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	top: 0;
	left: 0;
}
.booth_img img {
	width: 100%;
}
.booth_text {
	line-height: 1.5;
	margin: 15px 0;
}
 .booth_detail {
	display: flex;
}
.booth_detail_box {
	width: 50%;
	text-align: center;
}

.booth_detail_box:first-of-type {
	margin-right: 20px;
}
.booth_img_box {
	display: flex;
}
.booth_img_box .booth_img:nth-last-of-type(2) {
	margin: 0 20px;
}
.sw_btn a {
	display: block;
	width: 100%;
	max-width: 498px;
	height: 0;
	padding-top: calc(68 / 498 * 100%);
	margin: auto;
	background-size: contain;
	overflow: hidden;
	font-size: 0;
	text-indent: -99px;
	white-space: nowrap;
}
.academy_btn a {
	background: url(../images/btn_detail_pc.png) no-repeat center transparent;
	background-size: contain;
}


/* outline
========================================== */
.outline_area {
	background-image: url(../images/outline_bg_pc.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.outline_title {
	background-image: url(../images/title_outline.png);
	left: -20px;
}
.outline_list {
	margin: 50px auto;
}
.outline_item {
	display: flex;
	margin: 15px 0;
}
.outline_item_title {
	width: 110px;
	min-width: 110px;
	text-align:justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify:inter-ideograph;
	padding-right: 30px;
	position: relative;
}
.outline_item_title::after {
	content: '：';
	display: inline-block;
	color: #fff;
	width: 1em;
	height: 1em;
	position: absolute;
	right: 8px;
}


/* introduction
========================================== */
.introduction_area {}


/* copyright_area
========================================== */
.copyright_area {
	padding: 10px;
	text-align: center;
	background-color: #000000;
}


/* contact
========================================== */
.contact_area {
	background-image: url(../images/contact_bg_pc.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.contact_title {
	width: 138px;
	height: 0;
	padding-top: 58px;
	margin: 30px auto;
	background-image: url(../images/title_contact.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-indent: -99px;
	overflow: hidden;
	white-space: nowrap;
}
.contact_text {
	margin: 35px auto;
	text-align: center;
}


/* pagetop
========================================== */
.ntv-pageTop {
	display: none;
}
.pagetop_area {
	position: fixed;
	width: 160px;
	height: 297px;
	right: 23px;
	bottom: 0px;
	z-index: 100;
	opacity: 0;
	-webkit-transition: all 0.5s 0.5s ease-out;
	transition: all 0.5s 0.5s ease-out;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.pagetop_area a {
	display: block;
	width: 160px;
	height: 297px;
	background: url(../images/pagetop.png) no-repeat top center transparent;
	background-size: contain;
	overflow: hidden;
	font-size: 0;
	text-indent: -99px;
	white-space: nowrap;
}
.pagetop_area.is-show {
	opacity: 1;
	bottom: 130px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.pagetop_area.is-active {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.pagetop_area.is-active a {
	background: url(../images/pagetop_action.png) no-repeat top center transparent;
}
.pagetop_area a:hover { opacity: 1 !important; }


/* for printer
========================================== */
@media print {
	.not_print {
		display: none;
	}
}


/* ------------------------------------------------------------------
 academyページ
------------------------------------------------------------------ */
/* academ mainvisual
========================================== */
.sw_second_mainvisual_img {
	display: block;
	width: 100%;
	padding-top: calc(220 / 1366 * 100%);
	font-size: 0;
	background-image: url(../images/second_mainvisual_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.sw_second_mainvisual_inner a {
	display: block;
}


/* academy_area
========================================== */
.academy_area {
	background-image: url(../images/academy/star_pattern.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: auto;
	position: relative;
	z-index: 0;
}
.academy_area::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	padding-top: calc(370 / 843 * 100%);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	background-image: url(../images/academy/bg_bottom_jedi.png);
	bottom: 0;
	right: 0;
	z-index: -1;
}
.academy_title {
	width: 722px;
	padding-top: 156px;
	background-image: url(../images/academy/title_academy_pc.png);
	left: -28px;
}
.academy_sub_title {
	width: 439px;
	padding-top: 30px;
	margin: 50px auto 30px;
	background-image: url(../images/academy/title_sub_academy.png);
}
.academy_img {
	width: 100%;
	padding-top: calc(467 / 830 * 100%);
	font-size: 0;
	background-image: url(../images/academy/academy_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.academy_item {
	margin:70px auto;
}
.academy_item_title {
	width: 100%;
	padding-top: 25px;
	margin-bottom: 25px;
	font-size: 0;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}
.event_title {
	background-image: url(../images/academy/event.png);
}
.details_title {
	background-image: url(../images/academy/details.png);
}
.recruitment_title {
	background-image: url(../images/academy/recruitment.png);
}
.period_title {
	background-image: url(../images/academy/period.png);
}
.method_title {
	background-image: url(../images/academy/method.png);
}
.winning_title {
	background-image: url(../images/academy/winning.png);
}
.qualification_title {
	background-image: url(../images/academy/qualification.png);
}
.academy_form_btn a {
	background: url(../images/btn_form_pc.png) no-repeat center transparent;
	background-size: contain;
}
.academy_end_box {
	width: 100%;
	max-width: 830px;
	padding: 30px;
	margin: 50px auto;
	border: solid 1px #da0000;
}
.academy_end_box_text{
	text-align: center;
	color: #da0000;
	font-size: 24px;
	font-weight: bold;
}


/* notice_box
========================================== */
.notice_box {
	margin:70px auto;
	padding: 30px 20px;
	border: solid 1px #ffffff;
}
.notice_title {
	width: 59px;
	padding-top: 21px;
	margin: 0 auto 20px;
	font-size: 0;
	background-image: url(../images/academy/notice.png);
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}
.notice_text {
	font-size: 14px;
}


/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	.pagetop_area {
		display: none;
	}
	.ntv-pageTop {
		display: block;
	}


	/* mainvisual
	========================================== */
	.sw_mainvisual_present {
		width: 18.5%;
		padding-top: 17.2%;
		right: 15%;
		bottom: 18%;
	}
	.sw_mainvisual_title {
		margin: -7% auto 0;
	}
	.sw_mainvisual_title::before,.sw_mainvisual_title::after {
		padding-top: 2.2%;
		top: 42%;
	}


	/* overview
	========================================== */
	.sw_mainvisual_title_inner {
		padding: 0 25px;
	}
	.sw_mainvisual_title_img {
		width: 100%;
		padding-top: calc(144 / 947 * 100%);
	}
	.overview_box{
		width: 100%;
	}
	.overview_detail .pc_none {
		display: block;
	}
	.overview_detail_fee {
		width: 110px;
	}
	.overview_detail_fee_text {
		width: 100px;
		font-size: 32px;
		line-height: 1.2;
	}


	/* sw_img
	========================================== */
	.sw_img {
		background-attachment: inherit;
	}


	/* sw_article
	========================================== */
	.sw_inner {
		width: 100%;
	}
	.sw_title {
		width: 100%;
	}


	/* booth
	========================================== */
	.booth_box_title {
		font-size: 20px;
	}


	/* ------------------------------------------------------------------
	academyページ
	------------------------------------------------------------------ */
	/* academy_area
	========================================== */
	.academy_title {
		width: 100%;
		padding-top: calc(156 / 722 * 100%);
	}

}

/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
	.sw_wrapper {
		font-size: 14px;
	}
	.pc_none {
		display: block;
	}

	/* mainvisual
	========================================== */
	.sw_mainvisual_img {
		width: 100%;
		padding-top: calc(1144 / 750 * 100%);
		font-size: 0;
		background-image: url(../images/mainvisual_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
	}
	.sw_mainvisual_present {
		width: 25%;
		padding-top: 25%;
		right: 3%;
		bottom: 12%;
	}
	.sw_mainvisual_title {
		margin: -18% auto 0;
	}
	.sw_mainvisual_title::after,.sw_mainvisual_title::before {
		top: 46%;
	}


	/* overview
	========================================== */
	.overview_area {
		margin: 0 auto 25px auto;
	}
	.overview_box {
		padding: 0 25px;
	}
	.overview_box_end_box {
		margin: 20px auto;
		padding: 15px;
	}
	.overview_box_end_box_text {
		font-size: 16px;
	}
	.sw_mainvisual_title_inner {
		padding: 0 8px;
	}
	.sw_mainvisual_title_img {
		width: 100%;
		height: 0;
		padding-top: calc(105 / 462 * 100%);
		background: url(../images/overview_title_sp.png) no-repeat center transparent;
		background-size: contain;
	}
	.overview_text {
		margin: 25px auto;
		font-size: 16px;
	}
	.overview_detail_fee {
		width: 50px;
	}
	.overview_detail_fee_text {
		width: 100px;
		font-size: 18px;
		line-height: 1.2;
	}
	.overview_detail_box {
		padding-left: 10px;
	}
	.overview_detail_date {
		font-size: 14px;
	}
	.overview_detail_place {
		font-size: 16px;
	}
	.overview_banner_image {
		width: 100%;
		height: 0;
		padding-top: calc(120 / 670 * 100%);
		background: url(../images/banner_sp.png) no-repeat center transparent;
		background-size: contain;
	}


	/* sw_img
	========================================== */
	.sw_img {
		background-attachment: inherit;
	}


	/* sw_article
	========================================== */
	.sw_inner {
		padding: 20px 25px;
	}
	.sw_title {
		width: 100%;
		padding-top: 124px;
	}


	/* booth
	========================================== */
	.booth_area {
		background-image: url(../images/booth_bg_sp.png);
	}
	.booth_title {
		left: -10px;
	}
	.booth_box {
		margin: 45px 0;
	}
	.booth_box_title {
		font-size: 18px;
		line-height: 1.3;
	}
	.booth_box:first-of-type {
		margin: 25px 0 0;
	}
	 .booth_detail {
		display: block;
	}
	.booth_detail_box {
		width: 100%;
		margin: 0;
	}
	.booth_img_box {
		display: block;
	}
	.booth_img_box .booth_img {
		margin: 0 !important;
	}
	.sw_btn a {
		max-width: 100%;
		padding-top: calc(108 / 678 * 100%);
	}
	.academy_btn a {
		background: url(../images/btn_detail_sp.png) no-repeat center transparent;
		background-size: contain;
	}


	/* outline
	========================================== */
	.outline_area {
		background-image: url(../images/outline_bg_sp.png);
	}
	.outline_title {
		left: -15px;
	}
	.outline_list {
		margin: 25px auto;
	}


	/* introduction
	========================================== */
	.introduction_area {}


	/* copyright_area
	========================================== */
	.copyright_area {
		font-size: 10px;
	}


	/* contact
	========================================== */
	.contact_area {
		background-image: url(../images/contact_bg_sp.png);
	}
	.contact_title {
		width: 100%;
		margin: 0 auto 25px auto;
		padding-top:48px;
	}
	.contact_text {
		margin: 25px auto;
	}


	/* ------------------------------------------------------------------
	academyページ
	------------------------------------------------------------------ */
	/* academ mainvisual
	========================================== */
	.academy .sw_second_mainvisual_img {
		padding-top: calc(240 / 752 * 100%);
		background-image: url(../images/second_mainvisual_sp.jpg);
	}
	.academy .sw_mainvisual_title {
		margin: -10% auto 0;
	}


	/* academy_area
	========================================== */
	.academy_inner.sw_inner {
		padding-bottom: 50px;
	}
	.academy_title {
		width: 80%;
		padding-top: calc(200 / 494 * 80%);
		background-image: url(../images/academy/title_academy_sp.png);
		left: -7px;
	}
	.academy_sub_title {
		padding-top: calc(30 / 439 * 100%);
	}
	.academy_item {
		margin: 40px auto;
	}
	.academy_form_btn a {
		background: url(../images/btn_form_sp.png) no-repeat center transparent;
		background-size: contain;
	}
	.academy_end_box {
		padding: 15px;
		margin: 40px auto;
	}
	.academy_end_box_text{
		font-size: 16px;
	}


	/* notice_area
	========================================== */
	.notice_box {
		margin:40px auto;
		padding: 20px 15px;
	}

}

