@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
    .ekko-lightbox .modal-dialog {
      flex: 100%!important;
      margin-left: 0;
      margin-right: 0;
      overflow: hidden;
      -ms-overflow-style: none;
    }
}
.triangle1{
	width: 0;
	 height: 0;
	 border-right: 30vw solid transparent;
	 border-top: 10vw solid darkorange;
	 position: absolute;
	 top:0px;
	 left:0px;
	 opacity: 0;
}


.triangle2{
	width: 0;
	 height: 0;
	 border-left: 30vw solid transparent;
	 border-top: 10vw solid darkorange;
	 position: absolute;
	 top:0px;
	 right:0px;
	  opacity: 0;
}







body{

overflow-x:hidden;
}



.white {
	color: #ffffff!important;
}
#baseball {
	background: url("../image/bg1_1.png") center top/cover no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width : 100%;
	height : 1000px;
 	/*padding-top : calc(1263 / 1400 * 100%);  calc (image heigth ÷ image width × 100 %)*/
	position: relative;
}
#baseball img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#slogan {
	background: url("../image/bg2.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width : 100%;
	height : 0;
 padding-top : calc(632 / 1400 * 100%);  /*calc (image heigth ÷ image width × 100 %)*/
	position: relative;
	margin-top: -1px;
}
#slogan img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

}
#section {
	padding: 0px;
}
#section img {
	min-width: 100%;

	margin-top: -1px;
}
#stardium {
	background: url("../image/stardium.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width : 100%;
	height : 0;
 padding-top : calc(854 / 1400 * 100%);  /*calc (image heigth ÷ image width × 100 %)*/
	position: relative;
}






.modal-open .modal {

    z-index: 100000;
}



#stardium_mov {
	position: absolute;
	margin: auto;
	top: 38%;
	bottom: 0;
	left: 0;
	right: 0;
}
.mov {
	position: relative;
	padding-bottom: 2%;
	margin: auto;

	bottom: 0;
	left: 0;
	right: 0;
}
.vid {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	top: 0px;
	z-index: 1500;
}
.vid iframe, .vid object, .vid embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#gallery {
	background-color: #05137a;
	padding: 2% 0% 2% 0%;
	margin-top: -1px;
}
#team {
	background-color: #ffffff;
	padding: 4% 0% 4% 0%;
	margin-top: -1px;
}
#program {
	background-color: #e7eaff;
	padding: 2% 0% 4% 0%;
	margin-top: -1px;
}
#campaign {
	background-color: #05137a;
	padding: 2% 0% 4% 0%;
	margin-top: -1px;
}
#touei {
	background-color: #ffffff;
	padding: 4% 0% 4% 0%;
	margin-top: -1px;

}







.gallety_title, .team_title, .program_title, .campaign_title, .touei_title {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0px 0px 30px
}
.carousel {
	margin-bottom: 0;
	padding: 0% 2% 0% 2%;
}

.carousel img {

	margin-bottom: 10%;

}
/* The controlsy */
.carousel-control {

	height: 40px;
	width: 40px;
	margin-top: 6%;
}
.carousel-control.left{
	left: -12px;
	vertical-align: middle;
	margin:auto;
}
.carousel-control.right {
	right: -12px;
	vertical-align: middle;
	margin:auto;
}

/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The color of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
	background: #428bca;
}
.container .jumbotron, .container-fluid .jumbotron {
	padding: 15px;
}
.jumbotron {
	background-color: #fff;
	border: 8px #d1d4ed solid;
}
.jumbotron p a {
	white-space: normal;
}
.jumbotron h2 {
	font-size: 16px;
	font-weight: bold;
}
.jumbotron p {
	font-size: 12px;
}
.jumbotron img {
	max-width: 100%;
}
.btn {
	background-color: #05137a;
	font-size: 1.5rem!important;
	font-weight: bold;
	border: 1px #05137a solid;
	border-radius: 0px;
	padding: 15px;
	letter-spacing: 2px;
	margin-top: 10px;
}
.btn:hover {
	background-color: #fff;
	border: 1px #05137a solid;
	border-radius: 0px;
	padding: 15px;
	letter-spacing: 2px;
	color: #05137a!important;
}
.btn-inactive {
	background-color: #adadad;
	font-size: 20px!important;
	font-weight: bold!important;
	border-radius: 0px;
	padding: 15px;
	letter-spacing: 2px;
	margin-top: 10px;
}
.btn1 {
	background-color: #e7eaff;
	color: #05137a;
	font-weight: normal;
	font-size: 20px!important;
	border: 2px #05137a solid;
	border-radius: 0px;
	padding: 15px 0px;
	letter-spacing: 2px;
	margin-top: 10px;
}
.btn1:hover {
	background-color: #05137a;
	color: #fff;
}
.btn1-space {
	margin-bottom: 70px;
}

.btn2 {
	background-color: #05137a;
	color: #ffffff;
	font-weight: normal;
	font-size: 20px!important;
	border: 2px #ffffff solid;
	border-radius: 0px;
	padding: 15px 0px;
	letter-spacing: 2px;
	margin-top: 10px;
}
.btn2:hover {
	background-color: #ffffff;
	color: #05137a;
}
.btn2-space {
	margin-bottom: 70px;
}


/*
.program-card {
	padding: 0px 30px 10px 30px;
}
*/


.card-title {
	color: #102066;
	border-bottom: 4px #d1d4ed solid;
	margin-top: -15px;
	padding-bottom: 10px;
	font-weight: bold!important;
}

.card-subtitle {
	color: #102066;
	margin-bottom: 0px;
	padding-top: 10px;
	font-weight: bold!important;
}
.card-date {
	font-size: 24px!important;
	padding: 5px;
	margin-top: 0px;
	background-color: #05137a;
	border: 1px #05137a solid;
	border-radius: 0px;
	letter-spacing: 2px;
}
.card-text {
	padding-bottom: 10px;
	letter-spacing: 2px;
	line-height: 1.7;

}

.card-text-nl {
	clear: both;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}


@media (max-width:576px) {
.card-text-nl {
	clear: none;
}
.card-text-nlsp {
	clear: both;
}
}

#gallery, #team, #program, #campaign, #touei {
	padding: 10% 0% 10% 0%;
	margin-top: -1px;
}


.triangle-isosceles {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  color:#000;
  background:#ff7800;
  border-radius:10px;
  }


.triangle-isosceles:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#ff7800 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}


.triangle-isosceles.top:after {
  top:-15px; /* value = - border-top-width - border-bottom-width */
  left:20px; /* controls horizontal position */
  bottom:auto;
  border-width:0px 0px 15px 15px; /* vary these values to change the angle of the vertex */
  border-color:#ff7800 transparent;
}



.card-footer {
	background-color: #ff7800;
	border: 1px #ff7800 solid;
}
.footer {
	background-color: #102066;
	padding: 2%;
}
#campaign p{
	text-align: left;
	    line-height: 1.3;
}
#campaign dt, #campaign dd {
	font-size: 18px;
	text-align: center;
	line-height: 2;
	letter-spacing: 1.5px;
}
#campaign dd {
	font-size: 14px;
}
#campaign ul li {
	text-align: left;
	font-size: 12px;
}

#campaign ul {
	padding-left: 0px;
}

.campaign_title{

	padding-top: 2%;
	padding-bottom: 2%;
}

#touei .img-responsive img{
	width: 100%;

}

.border-x {
	border: 0px!important;
	border-radius: 0px!important;
}

.card-img-top{
	width: 100%;
}

.navbar.navbar-4 .navbar-toggler-icon {
    background-image: url('https://mdbootstrap.com/img/svg/hamburger7.svg?color=BFE100');
}

@media (max-width:576px) {
#stardium {
	background: url("../image/stardium.png") no-repeat center center;
	-webkit-background-size: 200%;
	-moz-background-size: 200%;
	-o-background-size: 200%;
	background-size: 200%;
	width : 100%;
	height : 0;
 padding-top : calc(1500 / 1400 * 100%);  /*calc (image heigth ÷ image width × 100 %)*/
	position: relative;
}

#gallery, #team, #program, #campaign, #touei {
	padding: 10% 0% 10% 0%;
	margin-top: -1px;
}

.center{
	text-align: center;;
}
.jumbotron {
	margin-left: 2%;
	margin-right: 2%;}

#baseball, #slogan, #section, .triangle1, .triangle2{
		display: none;
	}

#baseball_m, #slogan_m, #section_m, .navbar{
		display: block;
	}


}



@media (min-width:577px) {
	#baseball, #slogan, #section, .triangle1, .triangle2{
		display: block;
	}


	#baseball_m, #slogan_m, #section_m, .navbar  {
		display: none;
	}


}




#baseball_m, #slogan_m, #section_m {
	padding: 0px;
}
#baseball_m img, #slogan_m img, #section_m img  {
	min-width: 100%;

	margin-top: -1px;
}


.navbar{
	border:0px;
}
.navbar-brand {
	padding: 2%;
}
.navbar-brand img{
	max-width: 90%;
	display: block;

}
.navbar-toggle{
	border: 0px;
}
.navbar-default{
	margin-bottom: 0px;
}
.navbar_bg{
	background-color: #033B88;
	color: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
   background-color: #003B87;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-collapse{
	border: 0px;
}



/* trampoline 2019.2.14 */
#section_trampoline{
	line-height: 1.7;
	margin-right: -15px;
    margin-left: -15px;
}
#section_trampoline ul{
	list-style-type: none;
	padding: 0;
}

#section_trampoline img{
	max-width: 100%;
	height: auto;
}
#trampoline_header{
	margin-bottom: 50px;
	width: 100%;
	background: url('../image/trp/img01.jpg') no-repeat right bottom;
	background-size: cover;
	padding: 30px 10%;
}
#trampoline_header img{
	width: 250px;
}
.tram_wrap{
	max-width: 900px;
	width: 90%;
	margin: 0 auto;
}
#trampoline_intro h2{
	margin: 20px 0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
}
#trampoline_intro p{
	margin-bottom: 30px;
}
#trampoline_intro p br{
	display: none;
}
#trampoline_profile{
	border: #000 solid 1px;
	padding: 20px;
	margin-bottom: 80px;
}
#trampoline_profile__inner{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}
#trampoline_profile__inner img{
	width: 30%;
}
#trampoline_profile__txt{
	width: 70%;
	padding-left: 20px;
}
#trampoline_profile__txt h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5;
}
#trampoline_profile__txt h2 span{
	display: block;
	font-size: 16px;
}
#trampoline_profile__txt ul{
	font-size: 12px;
}
#trampoline_profile__txt p{
	font-size: 12px;
}
#trampoline_history h3{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#trampoline_history table{
	width: 100%;
	margin-bottom: 30px;
}
#trampoline_history table tr{
	border-top: #000 solid 2px;
}
#trampoline_history table th{
	width: 70px;
	vertical-align: top;
	padding: 10px;
}
#trampoline_history table td{
	padding: 10px;
}
#trampoline_history table td p{
	margin: 0;
}
#section_trampoline .btn1{
	background: #fff;
	max-width: 240px;
	margin: 0 auto;
}
#section_trampoline .btn1:hover{
	background: #05137a;
}
.history_box h3{
	background: #cdd0e4;
	color: #05137a;
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
	margin: 30px 0 20px;
	font-weight: bold;
}
.history_box h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.history_box p{
	margin: 10px 0;
}
.table-data{
	width: 100%;
}
.table-data th,
.table-data td{
	border: #000 solid 1px;
	padding: 5px;
	text-align: center;
}
.table-data thead th{
	background: #ccc;
}
#trampoline_interview h2 img.pc{
	display: none;
}
#trampoline_interview h2 img{
	width: 100%;
}
#trampoline_interview h3{
	margin: 50px 0 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	padding-left: 30px;
}
#trampoline_interview h3::before{
	content: '';
	background: #000;
	width: 20px;
	height: 2px;
	position: absolute;
	top: 15px;
	left: 0;
}
#trampoline_interview h3 br{
	display: none;
}
#trampoline_interview p{
	margin: 20px 0;
}
#trampoline_interview iframe{
	max-width: 100%;
}
@media screen and (min-width: 768px){
	#trampoline_header{
		padding: 50px 10%;
	}
	#trampoline_intro p br{
		display: block;
	}
	#trampoline_intro{
		text-align: center;
	}
	#trampoline_intro h2{
		margin: 30px 0;
		font-size: 26px;
	}
	#trampoline_intro p{
		line-height: 2;
	}
	#trampoline_profile__inner img{
		width: 180px;
	}
	#trampoline_profile__txt{
		padding-left: 40px;
	}
	#trampoline_profile__txt h2{
		font-size: 30px;
		margin: 0 0 20px;
	}
	#trampoline_profile__txt h2 span{
		display: inline;
		margin-left: 20px;
		font-size: 18px;
	}
	#trampoline_profile__txt ul{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#trampoline_profile__txt ul li{
		width: 50%;
	}
	#trampoline_history table{
		margin-bottom: 50px;
	}
	#trampoline_history table th{
		width: 100px;
	}
	#trampoline_history table td p{
		position: relative;
	}
	#trampoline_history table td p span{
		position: absolute;
		top: 0;
		right: 10px;
	}
	.history_box h3{
		font-size: 24px;
	}
	.history_box h4{
		font-size: 18px;
	}
	#trampoline_interview h3 br{
		display: block;
	}
	#trampoline_interview h2 img.sp{
		display: none;
	}
	#trampoline_interview h2 img.pc{
		display: inline;
	}
	.img_float{
		overflow: hidden;
	}
	.img_left img{
		float: left;
		margin-right: 20px;
	}
	.img_right img{
		float: right;
		margin-left: 20px;
	}
}
@media screen and (min-width: 1024px){
	#trampoline_header{
		padding: 100px 20%;
	}
	#trampoline_header img{
		width: auto;
	}
	#trampoline_intro p{
		font-size: 16px;
		margin-bottom: 50px;
	}
	#trampoline_profile{
		padding: 50px 80px;
	}
	#trampoline_history table{
		font-size: 16px;
	}
	#trampoline_profile{
		margin-bottom: 150px;
	}
	#trampoline_interview h3{
		font-size: 22px;
		padding: 0;
		line-height: 1.7;
		margin: 80px 0 30px;
	}
	#trampoline_interview h3::before{
		width: 50px;
		left: -70px;
	}
	#trampoline_interview p{
		font-size: 18px;
		line-height: 2;
		margin-bottom: 30px;
	}
}

.team_u {
	margin-bottom: 30px;
}