@charset "utf-8";

.youtube {
	margin-top: 40px;
	margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 16 / 9;
	text-align: center;
}
.youtube iframe {
  width: 90%;
  height: 90%;
}



.sampleBox img {
    position: absolute;
    right: 20px;
    bottom: 20px;
	z-index: 999;
	width: 400px;
	height: auto;
}






#FUT_IMG1:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#FUT_IMG1 {
zoom: 1;
}

/* CONTAINER */

/* VISUAL */
#VISUAL {}
#VISUAL .cont {
position: relative;
margin-bottom: 0px;
padding: 50px 0 0 0;
}




#VISUAL .images {
position: relative;
}
#VISUAL .slider .slick-list li {
position: relative;
background-position: center center;
background-size: cover;
height: 350px;
}

#VISUAL .slider .slick-list p {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
left: 50%;
top: 50%;
padding: 0 5px;
font-family: 'Roboto Condensed', sans-serif;
font-size: 32px;
font-style: italic;
text-shadow: 1px 4px 8px #000;
font-weight: 700;
line-height: 40px;
white-space: nowrap;
color: #fff;
}



@media (min-width: 1020px) {
	#VISUAL {}
	#VISUAL .cont {
	position: relative;
	margin-bottom: 0px;
	padding: 100px 0 0 0;
	}
	
	#VISUAL .cont .sp{
	display: none;
	}
	
	#VISUAL .slider .slick-list li {
	width: 50vw;
	height: 75vh;
	}
	
	#VISUAL .slider .slick-list p {
	font-size: 60px;
	line-height: 60px;
	}
}

/*スマホ画面*/
@media (max-width: 1019px) {
		
	#VISUAL .cont .pc{
	display: none;
	}
	.sampleBox img {
    position: absolute;
    right: 20px;
    bottom: -60px;
	z-index: 999;
	width: 50%;
	height: auto;
	}
}



.section h2 {
padding-top: 50px;
font-size: 20px;
font-weight: bold;
text-align: center;
}

#NEWS h2 {
position: relative;
background-size: auto 42px;
}
#SPECIAL h2 {
position: relative;
background: url("../../img/flag_black.svg")no-repeat center top;
background-size: auto 41px;
}
#OFFICIAL h2 {
position: relative;
background-size: auto 41px;
color: #000;
}
.section h2 span {
position: relative;
display: inline-block;
background-color: #fff100;
padding: 0 16px;
z-index: 2;
}
.section h2::before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 15px;
background: url("../../img/tit_lin.png")repeat left top;
background-size: auto 3px ;
width: 100%;
height: 3px;
z-index: 1;
}
@media (min-width: 1020px) {
	.section h2 {
	padding-top: 47px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	}
	.section h2 span {
	position: relative;
	display: inline-block;
	background-color: #fff100;
	padding: 0;
	width: 280px;
	z-index: 2;
	}
	.section h2::before {
	background-size: auto 3px;
	bottom: 23px;
	}
}


/* NEWS */
#NEWS {
/*background-color: #fff;*/
background-image: url("../../img/bg_2nd.png");
background-repeat: repeat-x repeat-y;
padding: 10px;
}
#NEWS .cont {

padding: 10px 10px 30px 10px;

}

#NEWS  a:link {
color: #ff0000;
text-decoration: underline;
}

#NEWS  a:hover {
color: #ff0000;
text-decoration: underline;
}

#NEWS .pack {
position: relative;
padding: 0px 0px 35px 0px;
}
#NEWS .pack h1 {
margin-top: 20px;
margin-bottom: 30px;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
font-style: italic;
font-size: 24px;
font-weight: bold;
text-align: center;
color: #fff;
}

#NEWS .pack h3 {
margin-top: 20px;
margin-bottom: 30px;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
font-size: 18px;
font-weight: bold;
text-align: center;
color: #000;
}

#NEWS .pack img {
width: 100%;
height: auto;
}
#NEWS .pack p {
margin-bottom: 25px;
font-size: 18px;
left: 1.55;
color: #111;
text-align: center;
font-weight: bold;
}
#NEWS .pack p span{
display: block;
margin-bottom: 25px;
font-size: 16px;
left: 1.55;
color: #111;
text-align: center;
}
#NEWS .btn {
list-style: none;
}
#NEWS .btn li {
margin: 15px auto 0 auto;
width: 100%;
	
font-size: 16px;
font-weight: bold;
line-height: 50px;
text-align: center;
}
#NEWS .btn li a {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
border-radius: 25px;
height: 50px;
color: #fff;
}
#NEWS .btn li a:hover {
opacity: 0.7;
}
#NEWS .btn li:nth-child(1) a {
background-color: #0071b8;
}
#NEWS .btn li:nth-child(1) a {
background-color: #0071b8;
}

#NEWS .btn {
list-style: none;
}
#NEWS .btn li {
margin: 15px auto 0 auto;
width: 100%;
	
font-size: 16px;
font-weight: bold;
line-height: 50px;
text-align: center;
}
#NEWS .btn li  {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
border-radius: 25px;
height: 50px;
color: #ccc;
}

#NEWS .btn li:nth-child(1) {
background-color: #666;
}
#NEWS .btn li:nth-child(2) {
background-color: #666;
}
#NEWS .btn li:nth-child(2) a {
background-color: #0071b8;
}



#NEWS .map li {
margin: 15px auto 0 auto;
width: 100%;
font-size: 20px;
font-weight: bold;
line-height: 50px;
text-align: center;
display: block;
}

#NEWS .map li:nth-child(1) a {
background-color: #0071b8;
}
#NEWS .map li:nth-child(2) a {
background-color: #0071b8;
}

#NEWS .map {
list-style: none;
}

	#NEWS li iframe {
	width: 100%;
	height: 370px;
	}







#NEWS .corona {
	margin-top: 20px;
	padding-top: 15px;
	width: 100%;
	height: 40px;
	background-color: #91a75a;
	border-radius: 35px;
	color: #fff;
	text-align: center;
	}

	#NEWS .corona a:link {
	color: #fff;
	text-decoration: none;
	}
	#NEWS .corona a:active,
	#NEWS .corona a:visited { 
	color: #fff;
	text-decoration: none;
	}
	#NEWS .corona a:hover { 
	color: #fff;
	text-decoration: underline;
	}
#NEWS .corona2 {
	margin-top: 20px;
	padding: 15px 5px;
	width: 100%;
	background-color: #ff0000;
	border-radius: 35px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	}

	#NEWS .corona2 a:link {
	color: #fff;
	text-decoration: none;
	}
	#NEWS .corona2 a:active,
	#NEWS .corona2 a:visited { 
	color: #fff;
	text-decoration: none;
	}
	#NEWS .corona2 a:hover { 
	color: #fff;
	text-decoration: underline;
	}

	#NEWS .title{
	width: 100%;
	background-color: #000;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	}
@media (min-width: 1020px) {
	#NEWS {
	}
	#NEWS .cont {
	box-sizing: border-box;
	margin: 0 auto;
	width: 800px;
	}
	#NEWS .pack {
	padding: 0;
	}
	#NEWS .pack-in {
	padding: 0 0 40px 0;
	
	}
	#NEWS .pack h1 {
	margin-top: 20px;	
	margin-bottom: 40px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
	font-size: 40px;
	}
	
	
	
	#NEWS .pack h3 {
	margin-top: 10px;	
	margin-bottom: 30px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
	font-size: 20px;
	}
	
	#NEWS .pack img {
		width: 800px;
		height: auto;
	}
	#NEWS .pack p {
	margin: 0 auto;
	width: 740px;
	font-size: 18px;
	left: 1.55;
	color: #111;
	text-align: center;
	}
	#NEWS .pack p span{
	display: block;
	margin: 0 auto;
	width: 740px;
	font-size: 18px;
	left: 1.55;
	color: #111;
	text-align: center;
	}
	#NEWS .btn {
	list-style: none;
	}
	#NEWS .btn {
	margin: 45px auto 0 auto;
	width: 740px;
	}
	#NEWS .btn li {
	margin: 0;
	width: 350px;
	font-size: 20px;
	}
	#NEWS .btn li:nth-child(1) {
	float: left;
	}
	#NEWS .btn li:nth-child(2) {
	float: right;
	}
	#NEWS .btn li a {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 30px;
	}
	#NEWS .btn li {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 30px;
	}

	#NEWS .corona2 {
	width: 100%;
	background-color: #ff0000;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	}

	#NEWS .corona2 a:link {
	color: #fff;
	text-decoration: none;
	}
	#NEWS .corona2 a:active,
	#NEWS .corona2 a:visited { 
	color: #fff;
	text-decoration: none;
	}
	#NEWS .corona2 a:hover { 
	color: #fff;
	text-decoration: underline;
	}
	
	#NEWS .list {
	margin-top: 40px;
	height: 300px;
	}
	#NEWS dt {
	float: left;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	
	}
	#NEWS dd {
	margin-bottom: 30px;
	margin-left: 105px;
	font-size: 14px;
	line-height: 1.59;
	
	}
	#NEWS dd:last-of-type {
	margin-bottom: 0;
	}
	
	
	
	#NEWS .map li {
	margin: 0;
	width: 370px;
	font-size: 20px;
	line-height: 60px;
	}
	#NEWS .map img {
	margin: 0;
	width: 100%;
	}
	#NEWS .map li:nth-child(1) {
	float: left;
	}
	#NEWS .map li:nth-child(2) {
	float: right;
	}



	#NEWS li iframe {
	width: 100%;
	height: 370px;
	}
	
}
.title{
	width: 100%;
	background-color: #000;
	padding: 10px 0;
	text-align: center;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}




/* OFFICIAL */
#OFFICIAL {
padding: 0px 10px;
margin-top: 0px;
}

#OFFICIAL .cont {
background-image: url("../../img/bg_3nd.png");
background-repeat: repeat-x;
background-position: center;
background-size: cover;
margin: 0 -10px;
padding: 10px 20px 30px 20px;
margin-top: 50px;
}
#OFFICIAL h2 {
color: #000;

}
#OFFICIAL h2 span {
background-image: url("../../img/bg_dot.png");
}
#OFFICIAL .ticker {
position: relative;
margin: 30px -20px 40px -20px;
overflow: hidden;
height: 325px;
}
#OFFICIAL .ticker div {
position: absolute;
left: 0;
top: 0;
animation: loop 50s -25s linear infinite;
}
@keyframes loop {
0% {transform: translateX(0);}
to {transform: translateX(-100%);}
}
#OFFICIAL .ticker img {
width: auto;
height: 325px;
}
#OFFICIAL .ticker img:last-child {
position: absolute;
left: 100%;
top: 0;
}


#OFFICIAL h3 {
margin-bottom: 18px;
font-size: 22px;
font-weight: bold;
text-align: center;
color: #000;
}

#OFFICIAL .team dl {
margin-left: -20px;
}

#OFFICIAL .team dt {
margin-bottom: 20px;
font-size: 20px;
font-weight: bold;
color: #17458e;
text-align: center;
}

#OFFICIAL .team dd {
padding-left: 20px;
}

#OFFICIAL .team dd{
box-sizing: border-box;
float: left;
width: 50%;
}
#OFFICIAL .team dd span{
display: block;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
font-size: 16px;
font-weight: bold;
}

#OFFICIAL .team dd img {
display: block;
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
border-radius: 5px;
width: 100%;
height: auto;
}
#OFFICIAL .team a img {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
#OFFICIAL .team a:hover img {
opacity: 0.8;
}

#OFFICIAL .tour {
clear: both;
text-align: center;
}

#OFFICIAL .tour img{
width: 80%;
}

@media (min-width: 1020px) {
	
	#OFFICIAL {
	padding: 0px 0;
	}
	#OFFICIAL .cont {
	padding: 45px 0 75px 0;
	text-align: center;
	}
	#OFFICIAL h2 {
	margin: 0 auto;
	width: 860px;
	color: #000;
	}
	#OFFICIAL h2 span {
	background-color: #db6a8d;
	}
	#OFFICIAL .ticker {
	margin: 40px 0 40px 0;
	height: 370px;
	}
	#OFFICIAL .ticker img {
	height: 370px;
	}
	#OFFICIAL h3 {
	margin-bottom: 25px;
	font-size: 26px;
	color: #000;
	}
	#OFFICIAL p {
	text-align: center;
	color: #000;
	margin: 0 auto;
	width: 860px;
	font-size: 16px;
	line-height: 2;
	}
	#OFFICIAL .team{
	
	}
	#OFFICIAL .team dl{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0;
	width: 1000px;
	}
	#OFFICIAL .team dd {
	box-sizing: border-box;
	margin-bottom: 27px;
	padding-right: 20px;
	width: 250px;
	float: left;
	}
	#OFFICIAL .team img {
	width: 238px;
	}
	#OFFICIAL .team dd {
	padding-right: 20px;
	}
	#OFFICIAL .tour img{
	width: 50%;
	}

}


/* SPONCER */
#SPONCER {
padding: 30px 5px 25px 30px;
}
#SPONCER .special {
margin-bottom: 35px;
}
#SPONCER dt {
margin-bottom: 20px;
padding-right: 25px;
font-size: 20px;
font-weight: bold;
color: #44863a;
text-align: center;
}
#SPONCER dd {
padding-right: 25px;
}
#SPONCER .normal dd {
box-sizing: border-box;
margin-bottom: 20px;
width: 100%;
float: left;
}
#SPONCER .flat dd {
box-sizing: border-box;
margin-bottom: 20px;
width: 50%;
float: left;
}
#SPONCER img {
display: block;
box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
border-radius: 10px;
width: 100%;
height: auto;
}
#SPONCER a img {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
#SPONCER a:hover img {
opacity: 0.8;
}
@media (min-width: 1020px) {
	#SPONCER {
	padding: 35px 0 60px 0;
	}
	#SPONCER .cont {
	margin: 0 auto;
	width: 1000px;
	}
	#SPONCER .special {
	float: left;
	margin-bottom: 0;
	width: 400px;
	}
	#SPONCER .normal {
	margin-right: -19px;
	/*float: left;*/
	float: right;
	width: 541px;
	}
	#SPONCER dt {
	margin-bottom: 20px;
	padding-right: 0;
	font-size: 20px;
	text-align: left;
	}
	#SPONCER dd {
	margin-bottom: 27px;
	padding-right: 0;
	}
	#SPONCER .normal dd {
	box-sizing: border-box;
	margin-bottom: 27px;
	width: 207px;
	float: left;
	}
	#SPONCER .normal img {
	width: 250px;
	}
	
	#SPONCER .flat {
	margin-right: -19px;
	float: left;
	width: 100%;
	}
	#SPONCER dt {
	margin-bottom: 20px;
	padding-right: 0;
	font-size: 20px;
	text-align: left;
	}
	
	#SPONCER .flat dd {
	box-sizing: border-box;
	margin-bottom: 40px;
	width: 200px;
	float: left;
	}
	#SPONCER .flat img {
	width: 180px;
	}
}


#SPONCER dl {
display: inline-table;
}
