@charset "UTF-8";
/* =============================================================================

	style.css

============================================================================= */
.gameshow_page img {
}
.gameshow_page .section_wrp .section_inner {
	margin:0 auto;
	padding:50px 0 80px 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.gameshow_page .section_wrp .section_inner {
	margin:0 auto;
	padding:40px 40px 60px 40px;
}
}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.gameshow_page .section_wrp .section_inner {
	margin:0 auto;
	padding:5vw;
}
}/* for SP max-width: 800px */

/*===============================================================
	
	content 
	
===============================================================*/
.gameshow_page .content {
	margin:0 auto;
}
.gameshow_page .content + .content {
	margin-top: 60px;
}
.gameshow_page .headline + .content {
	margin-top: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.gameshow_page .content {
	margin:0 auto;
}
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～768px */
@media only screen and (max-width: 800px) {
.gameshow_page .headline + .content {
	margin-top: 15px;
}
.gameshow_page .content {
	width:100%;
	margin:0 auto;
}
.gameshow_page .content + .content {
	margin-top: 8vw;
}
}	/* for SP max-width: 800px */
/*===============================================================
	
	mainvisual
	
===============================================================*/
.mainvisual {
	display:flex;
	flex-direction:row-reverse;
	flex-wrap:wrap;
	justify-content:space-between;
	background: #1E1C3F;
	align-items: center;
}
.mainvisual .title {
	width: 35%;
	max-height: 500px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items: center;
	padding: 40px;
	box-sizing: border-box;
	text-align: center;
}
.mainvisual .img {
	width: 65%;
}

.mainvisual img {
	width:100%;
	height: auto;
	margin-right: -10%;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1030px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 800px) {
.mainvisual .title,
.mainvisual .img {
	width: 100%;
}
.mainvisual .title {
	padding: 5vw;
}
}/* for SP max-width: 736px */

/*===============================================================
	
	section_intro
	
===============================================================*/
.section_intro .title {
	color: #ff4e4e;
	font-size: 30px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.section_intro .read {
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}
.section_intro .about {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	padding: 30px;
	margin-top: 50px;
}
.section_intro .about .about_title {
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin-bottom: .5em;
}
.section_intro .about .about_read {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
.section_intro .about .about_read span {
	display: inline-block;
	background: linear-gradient(to bottom, transparent 50%, #ff0 50%, #ff0 100%);
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_intro .title {
	font-size: 5.0vw;
	text-align: left;
}
.section_intro .read {
	font-size: 4.4vw;
	text-align: left;
}
.section_intro .about {
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 15px;
	margin-top: 30px;
}
.section_intro .about .about_title {
	font-size: 5vw;
}
.section_intro .about .about_read {
	font-size: 4.0vw;
}

}/* for SP max-width: 800px */

/*===============================================================
	
	section_project
	
===============================================================*/
.section_project {
	background: linear-gradient(to right, #509EF7 0%, #89DCD0 100%);
}
.section_event .heading,
.section_project .heading {
	margin-bottom: 40px;
}
.section_event .heading .title,
.section_project .heading .title {
	color: #fff;
	font-size: 40px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.section_project .heading .title span {
	display: block;
	font-size: 20px;
	margin-bottom: .5em;
}
.section_project .heading .title span .num {
	display: inline;
	color: #ff0;
	font-size: 1.5em;
}
.section_project .heading p {
	color: #fff;
}
.section_project .flex_container {
	margin-top: -40px;
}
.section_project .flex_container .item {
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	background: #fff;
	border-radius: 5px;
	padding: 20px;
}
.section_project .flex_container .item.align {
	align-self: flex-start;
}
.section_project .flex_container .project_head {
	display: flex;
}
.section_project .flex_container .project_head .sponcer {
	position: relative;
	width: 70px;
	flex-basis: 70px;
	margin-right: 5px;
}
.section_project .flex_container .project_head .sponcer .tag {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	background: linear-gradient(to right, #D97A71 0%, #F3B450 100%);
	padding: 0 5px;
}
.section_project .flex_container .project_head .sponcer .tag:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 5px;
	border-color: transparent transparent transparent #F3B450;
}
.section_project .flex_container .project_head .company_name {
	flex: 1 0;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.section_project .flex_container .project_description {
	margin-bottom: 20px;
}
.section_project .flex_container .project_head + .project_description {
	margin-top: 20px;
}
.section_project .flex_container .fig {
	width: 100%;
	margin-top: auto;
}
.section_project .student_works {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
}
.section_event .caution,
.section_project .caution {
	color: #fff;
	font-size: 14px;
	text-align: right;
}
.section_event .caution {
	margin-top: 15px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_event .heading,
.section_project .heading {
	margin-bottom: 30px;
}
.section_event .heading .title,
.section_project .heading .title {
	font-size: 5vw;
	margin-bottom: 30px;
}
.section_project .heading .title span {
	font-size: 4.0vw;
}
.section_project .flex_container {
	margin-top: -3vw;
}
.section_project .flex_container .item {
	padding: 15px;
}
.section_project .flex_container .project_head .sponcer {
	width: 17vw;
	flex-basis: 17vw;
}
.section_project .flex_container .project_head .sponcer .tag {
	font-size: 3.0vw;
	line-height: 6vw;
	padding: 0 1vw;
}
.section_project .flex_container .project_head .sponcer .tag:after {
	border-width: 3vw 0 3vw 2vw;
}
.section_project .flex_container .project_head .company_name {
	font-size: 4.0vw;
}
.section_project .flex_container .project_description {
	margin-bottom: 15px;
}
.section_project .flex_container .project_head + .project_description {
	margin-top: 15px;
}
.section_project .flex_container .fig {
	width: 100%;
	margin-top: auto;
}
.section_project .student_works {
	font-size: 4.0vw;
	margin-top: 15px;
}
.section_event .caution,
.section_project .caution {
	font-size: 3.0vw;
	margin-top: 5px;
}
}/* for SP max-width: 800px */

/*===============================================================
	
	section_event
	
===============================================================*/
.section_event {
	background: linear-gradient(to right, #C883E5 0%, #F3CD9B 100%);
}
.section_event .flex_container {
	margin-top: -40px;
}
.section_event .flex_container .item {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 20px;
	z-index: 1; /* for safari */
}
.section_event .flex_container .item .fig {
	position: relative;
	margin: -20px -20px 0;
}
.section_event .flex_container .item .fig .author {
	position: absolute;
	bottom: 0;
	display: inline-block;
	color: #fff;
	font-size: 9px;
	line-height: 1.5;
	background: linear-gradient(to right, #D97A71 0%, #F3B450 100%);
	padding: 5px;
	z-index: 5;
}
.section_event .flex_container .item .fig .author.left {
	left: 0;
}
.section_event .flex_container .item .fig .author.right {
	right: 0;
}
.section_event .flex_container .item .category {
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_event .flex_container {
	margin-top: -3vw;
}
.section_event .flex_container .item {
	padding: 15px;
}
.section_event .flex_container .item .fig {
	margin: -15px -15px 0;
}
.section_event .flex_container .item .fig .author {
	font-size: 2.6vw;
}
.section_event .flex_container .item .category {
	font-size: 4.4vw;
	margin: 10px 0;
}
.section_event .caution {
	margin-top: 5px;
}
}/* for SP max-width: 800px */

/*===============================================================
	
	section_corona
	
===============================================================*/
.section_corona {
	background: #f7fafc;
}
.section_corona .content {
	text-align: center;
}
.section_corona .title {
	font-size: 20px;
	line-height: 1.4;
}
.section_corona .read {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 20px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_corona .title {
	font-size:5vw;
}
.section_corona .read {
	font-size:3.5vw;
	margin-top: 2.50vw;
	text-align: left;
}

}/* for SP max-width: 800px */

/*===============================================================
	
	section_tgs
	
===============================================================*/
.section_tgs {
	background: #1E1C3F;
	color: #fff;
}
.section_tgs img {
	width:100%; height: auto;
}
.section_tgs .title {
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_tgs .title {
	font-size: 4.5vw;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	content_info_box
	
===============================================================*/
.content_info_box {
	background: #f7fafc;
	color: #1E1C3F;
	padding: 30px;
}
.content_info_box .title {
	text-align: center;
	font-size: 24px;
}
.content_info_box dl {
	width: 500px;
	margin: 0 auto;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.content_info_box dl dt {
	width: 60px;
	text-align: center;
	margin-top: 20px;
}
.content_info_box dl dd {
	width: calc(100% - 80px);
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.6;
}
.content_info_box dl h4 {
	color: #fff;
	background: #1E1C3F;
	width: 60px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	display: inline-block;
}
.content_info_box dl address {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.content_info_box {
	padding: 4vw;
}
.content_info_box .title {
	font-size:5vw;
}
.content_info_box dl {
	width: 100%;
	
}
.content_info_box dl dt {
	width: 100%;
	margin-top: 3vw;
}
.content_info_box dl dd {
	width: 100%;
	margin-top: 2vw;
	font-size:4vw;
	text-align: center;
}
.content_info_box dl h4 {
	width: 15vw;
	font-size:4vw;
	line-height: 1.5;
}
.content_info_box dl address {
	font-size:3.5vw;
	margin-top: 1.25vw;
}

}/* for SP max-width: 800px */

/*===============================================================
	
	content_info_detail
	
===============================================================*/
.content_info_detail {
	text-align: center;
}
.content_info_detail .title {
	font-size: 30px;
	font-weight: normal;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.content_info_detail .title {
	font-size: 4.5vw;
	border-top: solid 1px #ccc;
	padding-top: 5vw;
	font-weight: bold;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	btns
	
===============================================================*/
.entry_btns {
	margin-top: 20px;
	text-align: center;
}
.entry_btns p {
	margin-top: 15px;
}
.entry_btns .btn_detail {
  display: inline-block;
	width: 400px;
  margin: 0 10px 0;
}
.entry_btns .btn_detail a {
	font-size: 20px;
	line-height: 70px;
	box-shadow: none;
	padding: 0;
	color: #fff;
	background-color: #ff4e4e;
}
.entry_btns .btn_detail a:after {
	content: "";
	width:10px; height:10px;
}
.entry_btns .btn_entry a {
	background-color: #ff4e4e;
}
.entry_btns .btn_line a {
	background-color: #00BC26;
}
.entry_btns .btn_business a {
	background-color: #0078C9;
}
.entry_btns .btn_detail a:hover {
	opacity: 0.7;
}
/* 配信ボタン */
.btn_streaming.btn_detail {
	display: inline-block;
	width: 820px;
	text-align: center;
	margin-top: 20px;
}
.btn_streaming.btn_detail a {
	line-height: 70px;
	background-color: #ff4e4e;
	padding: 0;
}
.btn_streaming.btn_detail a:after {
	content: "";
	width:10px; height:10px;
}
.btn_streaming.btn_detail a:hover {
	opacity: 0.7;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {
.entry_btns .btn_detail {
	width: 350px;
} 

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.entry_btns {
	margin-top: 5vw;
	padding: 0;
}
.entry_btns .btn_detail {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.entry_btns .btn_detail + .btn_detail {
  margin-top: 3vw;
}
.entry_btns .btn_detail a {
	font-size: 5vw;
	line-height: 2;
	padding: 3vw;
}
.entry_btns .btn_detail a:after {
	width:7px; height:7px;
}
.btn_streaming.btn_detail {
	width: 100%;
	margin-top: 3vw;
}
.btn_streaming.btn_detail a {
	font-size: 5vw;
	line-height: 1.25;
	padding: 3vw 0;
}
.btn_streaming.btn_detail a:after {
	width:7px; height:7px;
}
}/* for SP max-width: 800px */

/*===============================================================
	
	section_links
	
===============================================================*/
.section_links {
	padding: 50px 20px;
	background-color: #1E1C3F;
	text-align: center;
	color: #fff;
}
.section_links .title {
	font-size: 30px;
}
.section_links .btns {

}
.section_links .btns a {
	background-color: #383577;
	border-radius: 35px;
	border: solid 1px #48448F;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
}
.section_links .btns a:hover {
	background-color: #48448F;
	border: solid 1px #514CA3;
}

/* タブレット以下 */
@media screen and (max-width: 960px) {

}/* for tablet max-width: 960px */

/* SP向けレイアウトの指定：～736px */
@media only screen and (max-width: 736px) {
.section_links {
	padding: 5vw;
	padding-bottom: 8vw;
}
.section_links .title {
	font-size: 6vw;
}
}/* for SP max-width: 736px */

/*===============================================================
	
	section_greeting
	
===============================================================*/
.section_greeting {
	background: #E9EFF8;
}
.section_greeting .flex_container {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
}
.section_greeting .photo_block {
	width: 44%;
}
.section_greeting .photo_block img {
	width:100%; height: auto;
}
.section_greeting .txt_block {
	width: 56%;
	background-image: url("../images/ken_signature.png");
	background-position: right 15% bottom 0px;
	background-size: 200px auto;
	background-repeat: no-repeat;
}
.section_greeting .txt_block .block_inner {
	max-width: 500px;
	width: 80%;
	margin: 0 auto;
}
.section_greeting .txt_block .profile {
	
}
.section_greeting .txt_block .title {
	font-size: 30px;
	line-height: 1.6;
}
.section_greeting .txt_block .read {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 15px;
}
.section_greeting .txt_block .profile h4 {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 30px;
}
.section_greeting .txt_block .profile .name {
	font-size: 25px;
	line-height: 1.6;
}
.section_greeting .txt_block .profile .name span {
	padding-left: 10px;
	font-size: 15px;
	font-weight: normal;
}

/* タブレット以下 */
@media screen and (max-width: 13000px) {
.section_greeting .photo_block {
	width: 50%;
}
.section_greeting .txt_block {
	width: 50%;
}
.section_greeting .txt_block .block_inner {
	width: 100%;
	padding-right: 20px;
}
}/* for tablet max-width: 1070px */

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.section_greeting .txt_block .title {
	font-size: 2.80vw;
}
.section_greeting .txt_block .read {
	font-size: 1.31vw;
	margin-top: 1.40vw;
}
.section_greeting .txt_block .profile h4 {
	font-size: 1.31vw;
	margin-top: 2.80vw;
}
.section_greeting .txt_block .profile .name {
	font-size: 2.34vw;
}
.section_greeting .txt_block .profile .name span {
	padding-left: 0.93vw;
	font-size: 1.40vw;
}


}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_greeting {
}
.section_greeting .flex_container {
}
.section_greeting .photo_block,
.section_greeting .txt_block {
	width: 100%;
}
.section_greeting .txt_block {
	background-position: right 0vw bottom 3vw;
	background-size: 35vw auto;
}
.section_greeting .txt_block .block_inner {
	max-width: 100%;
	width: 100%;
	padding: 5vw;
}
.section_greeting .txt_block .profile {
}
.section_greeting .txt_block .title {
	font-size:5vw;
}
.section_greeting .txt_block .read {
	font-size:3.5vw;
	margin-top: 1.88vw;
}
.section_greeting .txt_block .profile h4 {
	font-size:3.5vw;
	margin-top: 5vw;
}
.section_greeting .txt_block .profile .name {
	font-size:5vw;
	margin-top: 2vw;
}
.section_greeting .txt_block .profile .name span {
	padding-left: 2vw;
	font-size:3vw;
}

}/* for SP max-width: 800px */


/*===============================================================
	
	section_bus
	
===============================================================*/
.section_bus {
	background: #f7fafc
}
.section_bus .title {
	font-size: 35px;
	line-height: 1.5;
	text-align: center;
}
.section_bus .table1 {
	width: 100%;
 	border-collapse: collapse;
 	border-spacing:0;
 	outline: none;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
.section_bus .table1 th,
.section_bus .table1 td {
	font-size: 16px;
	text-align: center;
	padding: 20px 5px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.section_bus .table1 th {
	background: #ffff01;
	font-size: 18px;
}
.section_bus .table1 td {
	background: #fff;
}
.section_bus .table1 tr:nth-child(odd) td {
	background: #f7fafc
}
 
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_bus .title {
	font-size:5vw;
}
.section_bus .table1 th,
.section_bus .table1 td {
	font-size:4vw;
	padding: 2vw;
}
.section_bus .table1 th {
	font-size:4vw;
}


}/* for SP max-width: 800px */


