@charset "utf-8";

#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: 160px 0 0 0;
	}
	#VISUAL .slider .slick-list li {
	height: 50vw;
	}
	#VISUAL .slider .slick-list p {
	font-size: 60px;
	line-height: 60px;
	}	
}


.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: #fff;
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: #fff;
	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;
padding: 10px;
}
#NEWS .cont {
padding: 45px 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 20px 35px 20px;
}
#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 img {
width: 95%;
height: auto;
}
#NEWS .pack p {
margin-bottom: 25px;
font-size: 16px;
left: 1.55;
color: #000;
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 .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-top: 15px;
	width: 100%;
	height: 40px;
	background-color: #ff0000;
	border-radius: 35px;
	color: #fff;
	text-align: center;
	}

	#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: 20px;
height: 400px;
overflow: none;
overflow-y: auto;
border-bottom: solid 3px #17458E;

}
#NEWS dt {
margin-bottom: 8px;
font-size: 13px;
font-weight: bold;

}
#NEWS dd {
margin-bottom: 25px;
font-size: 14px;
line-height: 1.59;
}
#NEWS dd:last-of-type {
margin-bottom: 0;
}

#NEWS iframe {
	aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
  border: none;
}



@media (min-width: 1020px) {
	#NEWS {
	padding: 25px 0;
	}
	#NEWS .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 70px 65px 70px;
	width: 1000px;
	}
	#NEWS .pack {
	padding: 0;
	}
	#NEWS .pack-in {
	padding: 0 0 40px 0;
	
	}
	#NEWS .pack h1 {
	margin-top: 20px;	
	margin-bottom: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
	font-size: 40px;
	}
	#NEWS .pack img {
		width: 669px;
		height: auto;
	}
	#NEWS .pack p {
	margin: 0 auto;
	width: 740px;
	font-size: 18px;
	left: 1.55;
	color: #000;
	}
	#NEWS .btn {
	list-style: none;
	}
	#NEWS .btn {
	margin: 45px auto 0 auto;
	width: 740px;
	height: 60px;
	}
	#NEWS .btn li {
	margin: 0;
	width: 350px;
	font-size: 20px;
	line-height: 60px;
	}
	#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;
	height: 60px;
	}
	#NEWS .btn li {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	border-radius: 30px;
	height: 60px;
	}
	#NEWS .corona {
	padding-top: 15px;
	width: 740px;
	height: 40px;
	background-color: #91a75a;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	}

	#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 {
	padding-top: 15px;
	width: 740px;
	height: 40px;
	background-color: #ff0000;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	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 iframe {
	aspect-ratio: 16 / 9;
  width: 80%;
  height: 80%;
  border: none;
}

}

/* SPECIAL */
#SPECIAL {
padding: 20px 10px;
}
#SPECIAL .cont {
background-color: #fff;
padding: 45px 20px 30px 20px;
}
#SPECIAL .list {
padding-top: 20px;
}
#SPECIAL .block {
margin-bottom: 27px;
}
#SPECIAL .image {
margin-bottom: 6px;
}
#SPECIAL .image img {
width: 100%;
height: auto;
}
#SPECIAL h3 {
margin-bottom: 4px;
font-size: 18px;
font-weight: bold;
text-align: center;
color: #db6a8d;
}
#SPECIAL .block p {
font-size: 14px;
line-height: 1.87;
}
#SPECIAL .catch {
padding: 30px 0;
font-size: 18px;
font-weight: bold;
line-height: 1.57;
text-align: center;
}
@media (min-width: 1020px) {
	#SPECIAL {
	padding: 25px 0;
	}
	#SPECIAL .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 70px 35px 70px;
	width: 1000px;
	}
	#SPECIAL .list {
	padding-top: 40px;
	margin-right: -55px;
	}
	#SPECIAL .block {
	margin-right: 55px;
	width: 250px;
	float: left;
	}
	#SPECIAL h3 {
	font-size: 16px;
	}
	#SPECIAL .block p {
	font-size: 14px;
	}
	#SPECIAL .catch {
	font-size: 20px;
	}
}

/* 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: 45px 20px 30px 20px;
}
#OFFICIAL h2 {
color: #000;
}
#OFFICIAL h2 span {
background-image: url("../../img/bg_dot.png");
}
#OFFICIAL .ticker {
position: relative;
margin: 20px -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 p {
font-size: 16px;
line-height: 2;
text-align: center;
color: #000;
margin-bottom: 50px;
}
@media (min-width: 1020px) {
	
	#OFFICIAL {
	padding: 0px 0;
	margin-top: 0x;
	}
	#OFFICIAL .cont {
	padding: 45px 0 75px 0;
	}
	#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;
	}
}



/* SPONCER */
#SPONCER {
padding: 30px 5px 25px 30px;
background-image: url("../../img/bg_dot.png");
}
#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 20px 0;
	}
	#SPONCER .cont {
	margin: 0 auto;
	width: 1000px;
	}
	#SPONCER .special {
	float: left;
	margin-bottom: 0;
	width: 400px;
	}
	#SPONCER .normal {
	margin-right: -19px;
	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: 260px;
	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;
	}
}


/* Slider */
.slick-slider{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus{
outline: none;
}
.slick-list.dragging{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after{
display: table;
content: '';
}
.slick-track:after{
clear: both;
}
.slick-loading .slick-track{
visibility: hidden;
}
.slick-slide{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide{
float: right;
}
.slick-slide img{
display: block;
}
.slick-slide.slick-loading img{
display: none;
}
.slick-slide.dragging img{
pointer-events: none;
}
.slick-initialized .slick-slide{
display: block;
}
.slick-loading .slick-slide{
visibility: hidden;
}
.slick-vertical .slick-slide{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

/* Arrows */
.slick-prev,
.slick-next{
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
display: block;
box-sizing: border-box;
position: absolute;
top: 50%;
background: #000;
border: none;
border-radius: 50%;
width: 25px;
height: 25px;
padding: 0;
cursor: pointer;
outline: none;
font-size: 0;
line-height: 0;
color: transparent;
z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
opacity: 0.7;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
opacity: .25;
}
.slick-prev:before{
position: absolute;
top: 9px;
left: 10px;
content: '';
display: block;
width: 5px;
height: 5px;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.slick-next:before{
position: absolute;
top: 9px;
left: 8px;
content: '';
display: block;
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.slick-prev{
left: 10px;
}
.slick-next{
right: 10px;
}


/* Dots */
.slick-dots {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
position: absolute;
bottom: 15px;
left: 50%;
display: block;
margin: 0 !important;
padding: 0 !important;
height: 10px !important;
list-style: none;
text-align: center;
}
.slick-dots li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 6px;
padding: 0;
cursor: pointer;
float: left;
}
.slick-dots li button{
font-size: 0;
line-height: 0;
display: block;
border-radius: 50%;
width: 10px;
height: 10px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background-color: #000;
margin: 0;
padding: 0;
}
.slick-dots li.slick-active button {
background-color: #fff;
}
@media (min-width: 1020px) {
	/* Arrows */
	.slick-prev,
	.slick-next{
	width: 50px;
	height: 50px;
	}
	.slick-prev:before{
	top: 19px;
	left: 20px;
	width: 10px;
	height: 10px;
	}
	.slick-next:before{
	top: 19px;
	left: 16px;
	width: 10px;
	height: 10px;
	}
	.slick-prev{
	left: 35px;
	}
	.slick-next{
	right: 35px;
	}


	/* Dots */
	.slick-dots {
	bottom: 25px;
	height: 14px !important;
	}
	.slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 9px;
	}
	.slick-dots li button {
	width: 14px;
	height: 14px;
	}
}


/* SNS */
#SNS {
padding: 20px 10px;
background-image: url("../img/header_bg.png");
background-position: bottom;
background-repeat: repeat-x;
}
#SNS .cont {
padding: 45px 20px 30px 20px;
}

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

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

#SNS .cont {
text-align: center;
}


#SNS  .twitter {
margin-bottom: 50px;
}

#SNS  .facebook iframe{
width: 100%;
height: 500px;
}


@media (min-width: 1020px) {
	#SNS {
	padding: 0 0 50px 0;
	}
	#SNS .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 70px 65px 70px;
	width: 1000px;
	}
	#SNS  .twitter {
	float: left;
	margin-bottom: 0px;
	}
	#SNS  .facebook {
	
	}
	#SNS  .facebook iframe{
	width: 500px;
	height: 500px;
}
}
