@charset "UTF-8";

*{
margin:0;
padding:0;
line-height:170%;
}
html { 
font-size: 62.5%; 
}
body {
margin:0 auto;
padding:0;
text-align:center;
color: #222;
background:#fff;
font-size:1.5em;
font-family: YakuHanJP, "Noto Sans JP", serif;
overflow-x:hidden;}

@media all and (-ms-high-contrast:none) {
body {
font-family: YakuHanJP, "Noto Sans JP", serif;
font-weight: normal;
}
}

/*---	全体	---------------------------*/
html {
}
body{
	min-width:var(--fullsize);
}
section{
	width:100%;
	margin-bottom:100px;}

section.gray{
	background:var(--c-higray);
	color:#ffffff;}

.inner{
	width:var(--fullsize);
	margin:0 auto;}

.inner.banner_document{
	margin-top:100px;}

@media (max-width: 1057px){
.inner{
	width:100%;
	padding:0 20px;
	box-sizing:border-box;}

.inner.banner_document{
	margin-top:0;}

.inner.banner_document img{
	width:100%;}
}


img.box_max{
    width: 100%;
    height: 100%;
    object-fit: cover;}

@media (max-width: 640px){
	body{
		min-width:unset;
	}
	.inner{
		width:calc(100% - 30px);
	}
}

html,body {
	overflow: hidden;}

html.open,body.open{
	overflow:unset;
}



/*ファーストビュー*/
section.first_view{
	width:100%;
	position:relative;
	margin-bottom:0;
}
section.first_view .main_box{
	height:100vh;
	width:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	z-index:999999;
}

section.first_view .main_box .img_area{
	position:relative;
	height:100%;
	width:100%;
}
section.first_view .main_box .img_area .scroll{
	position:absolute;
	bottom:60px;
	left:50%;
	transform: translateX(-50%);
}
section.first_view .main_box .img_area .copy{
	text-align:center;
	color:var(--c-red);
	font-size:3em;
	font-weight:bold;
	position:absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	width:100%;
	z-index:10;
	height:12%;
	padding:30px;
}section.first_view .main_box .img_area .copy .b{
	color:var(--c-blue);
}section.first_view .main_box .img_area .copy img{
    height:100%;
	min-height:32px;
    margin: 0 auto;
}

section.first_view .main_box .img_area .photo_box{
	position:absolute;
	width:50%;
	height:44%;
	overflow:hidden;
	z-index:1;
	opacity:0;
	transition-property: opactity,bottom;
}
section.first_view .main_box .img_area .photo_box.l{
	top:0;	left:0;
}section.first_view .main_box .img_area .photo_box.r{
	top:56%;	right:0;
}
section.first_view .main_box .img_area .photo_box img{
	width:100%;	height:100%;
    object-fit: cover;
}section.first_view .main_box .img_area .photo_box .first_img{
	opasity:1;
	position:relative;
	z-index:2;
}
section.first_view .main_box .img_area .photo_box .change_img{
    position: absolute;
    bottom: 0;	left:0;
	z-index:1;
}
section.first_view .main_box .img_area .photo_box .mask{
	background:#ffffff;
	width:100%;	height:0;
	z-index:3;
    position: absolute;
    bottom: 0;	left:0;
}


section.first_view .main_box .svg_area{
	position:absolute;
	z-index:100;
	width:105%;
    height: 100%;
	top:0%;
	left:50%;
	transform: translateX(-50%);
}
section.first_view .main_box .svg_area svg{
	width:100%;
/*	height:100%;*/
	overflow:visible;
}


section.first_view .main_box .svg_area svg .out_lines{
	clip-path: circle(100% at center);
}

section.first_view .main_box .svg_area svg .shoot_line{
	clip-path: inset(0 100% 0 0);
}
section.first_view .main_box .svg_area svg .skii_line{
    transform: translateY(180%);
    clip-path: inset(0 0 0 100%);
}

section.first_view .main_box .svg_area svg .logo g path{
    fill-opacity:0;
}
section.first_view .main_box .svg_area svg .logo .copy01 path{    fill-opacity:0;
}section.first_view .main_box .svg_area svg .logo .copy02 path{    fill-opacity:0;
}section.first_view .main_box .svg_area svg .logo .copy03 path{    fill-opacity:0;
}section.first_view .main_box .svg_area svg .logo .mount path{    fill-opacity:0;
}section.first_view .main_box .svg_area svg .logo .logo_lines path{    fill-opacity:0;
}


/*時間設定
transition:プロパティ名 変化時間 イージング 遅延時間*/
section.first_view .main_box .img_area{	transition:0.4s ease 4s;	}
section.first_view .main_box .img_area .scroll{				transition:0.4s ease 0.0s;	}
section.first_view .main_box .img_area .copy{				transition:1.9s ease 0.3s;	}
section.first_view .main_box .img_area .photo_box{			transition:opacity 1.5s ease 0s,top 1.5s 1.5s;	}
section.first_view .main_box .img_area .photo_box .first_img{	transition:opacity 1.2s ease 1.7s,transform 3s linear 0.5s;	}
section.first_view .main_box .img_area .photo_box .change_img{	transition:transform 3s linear 2.0s;	}
section.first_view .main_box .img_area .photo_box .mask{	transition:height 1.5s 2.5s;	}

section.first_view .main_box .svg_area svg .out_lines{		transition:1.8s 4.2s;		}
section.first_view .main_box .svg_area svg .shoot_line{		transition:clip-path 2.0s 1s;		}
section.first_view .main_box .svg_area svg .skii_line{		transition:clip-path 2.0s 1s,transform 1.5s 1.5s;		}

section.first_view .main_box .svg_area svg .logo g path{			transition:0.6s;	}
section.first_view .main_box .svg_area svg .logo .mount path{	transition:0.6s 3.0s;		}
section.first_view .main_box .svg_area svg .logo .copy01 path{	transition:0.6s 3.4s;		}
section.first_view .main_box .svg_area svg .logo .copy02 path{	transition:0.6s 3.7s;		}
section.first_view .main_box .svg_area svg .logo .copy03 path{	transition:0.6s 4.1s;		}
section.first_view .main_box .svg_area svg .logo .logo_lines path{transition:0.4s 4s;		}

section.first_view .main_box .svg_area svg{	transition:1.0s 6s;	}



/*動作開始*/
section.first_view.ON .main_box .img_area{
	opacity:0;
}
section.first_view.ON .main_box .img_area .scroll{
	opacity:0;
}section.first_view.ON .main_box .img_area .copy{
	opacity:0;
}
section.first_view.ON .main_box .img_area .photo_box{
	opacity:1;
}
section.first_view.ON .main_box .img_area .photo_box.l{
}section.first_view.ON .main_box .img_area .photo_box.r{
	top:0%;
}
section.first_view.ON .main_box .img_area .photo_box img{
	transform: scale(1.2)
}
section.first_view.ON .main_box .img_area .photo_box .first_img{
	opacity:0;
}
section.first_view.ON .main_box .img_area .photo_box .mask{
	height:100%;
}

section.first_view.ON .main_box .svg_area svg .out_lines{
	clip-path: circle(0% at center);
}

section.first_view.ON .main_box .svg_area svg .shoot_line{
	clip-path: inset(0 0% 0 0);
}
section.first_view.ON .main_box .svg_area svg .skii_line{
    transform: translateY(0%);
    clip-path: inset(0 0 0 0%);
}

section.first_view.ON .main_box .svg_area svg .logo g path{
}
section.first_view.ON .main_box .svg_area svg .logo .copy01 path{    fill-opacity:1;
}section.first_view.ON .main_box .svg_area svg .logo .copy02 path{    fill-opacity:1;
}section.first_view.ON .main_box .svg_area svg .logo .copy03 path{    fill-opacity:1;
}section.first_view.ON .main_box .svg_area svg .logo .mount path{    fill-opacity:1;
}section.first_view.ON .main_box .svg_area svg .logo .logo_lines path{    fill-opacity:1;
}
section.first_view.ON .main_box .svg_area svg{
	transform: scale(0.65) translateY(-35%);
}
section.first_view.ON  .main_box{
    pointer-events: none;
}




/*アニメーション終了後*/

header{
	position:fixed;
	top:0;	left:0;
	width:100%;
	height:75px;
	z-index:1000000;
	border-bottom:4px solid var(--c-blue);
	background:#ffffff;
	text-align:center;
}header.toppage_header{
	transition:0.7s;
	transform: translateY(-100%);
}header .toppage_logo{
	display:inline-block;
	height:100%;
	padding:8px 0;
	margin:0 auto;
}header .toppage_logo .logo{
	height:100%;
}

.fv_slide_area{
	width:100%;
	padding-top:calc(8% + 30px);
	padding-bottom:0;
/*	padding-bottom:100px;*/
	position:relative;
	z-index:5;
	overflow:hidden;
}.fv_slide_area .slide_overlay{
	position:fixed;
	width:100%;	height:100vh;
	top:0;	left:0;
	background:#ffffff;
	transition:1.6s;
	z-index:10;
	opacity:1;
}.fv_slide_area .slide_overlay.open{
	opacity:0;
    pointer-events: none;
}

.fv_slide_area .fv_slide .swiper-slide img{
	width:100%;
	box-shadow: 10px 10px 20px 0px #00000055;
}






.fv_openline.topline{
	position:absolute;
	top:0;	left:0;
	padding-top:8%;
	height:0;	width:0;
	border-bottom:4px solid var(--c-blue);
	transition:1.6s;
}.fv_openline.topline.open{
	width:100%;
}

.fv_slide_area .bottomline{
	position:relative;
	margin-top:40px;
	width:100%;
	overflow:hidden;
}.fv_slide_area .bottomline img{
	max-width:unset;
	width:calc(100% + 100px);
	transform: translateX(-50px);
}.fv_slide_area .bottomline:after{
	content:"";
	position:absolute;
	height:100%;	width:100%;
	top:0;	left:0;
	background:#ffffff;
	z-index:2;
	transition:1.6s;
}.fv_slide_area .bottomline.open:after{
	width:0;
}


/* slider-slick */
#slide_container{
	width:100%;
	margin:0 auto;
	text-align:center;
	clear:both;
	padding:30px 0px;}

@media (max-width: 640px){
#slide_container{
	padding:0px;}
}

.container img{
	max-width:100%;
	height:auto;}

.sliderArea {
	max-width:100%;
	margin: 0 auto;
	padding: 0;}

.slick-slide {
	margin: 0 20px;}

/*重要*/
.slick-slide img {
	width: 100%;
	height: auto;}

.slick-prev,
.slick-next {
	top:-200%;
	z-index: 1;}

.slick-prev:before,
.slick-next:before {
	color: #000;}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;}

.slick-active {
	opacity: 1;}

.slick-current {
	opacity: 1;}

.thumb {
	width:50%;
	margin: 20px auto 0;}

@media (max-width: 640px){
.thumb {
	width:100%;}
}

.thumb .slick-slide {
cursor: pointer;
margin: 0 5px;}

.thumb .slick-slide:hover {
opacity: .7;}


/* Footer */

footer{
	background:#000000;
	position:relative;
	padding:100px 0 150px;}

@media (max-width: 640px){
footer{
	padding:100px 0;}
}

footer .footer_copy{
	font-size:0.9em;
	text-align:center;
	color:#fff;}

footer .foot_shootline{
	position:absolute;
	top:50px;	left:0;
	height:4px;	width:0;
	background:var(--c-blue);
	transition:1.6s;}

footer .foot_shootline.animated{
	width:100%;}

footer .foot_skiiline{
	position: absolute;
	padding-top:50px;
	bottom: 50px;
	width:100%;
	overflow:hidden;}

footer .foot_skiiline img{
	max-width:unset;
	width:calc(100% + 100px);
	transform: translateX(-50px);}

footer .foot_skiiline:after{
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	z-index:2;
	transition:1.6s;}

footer .foot_skiiline.animated:after{
	width:0;}

footer .address{
	display:flex;
	margin-bottom:30px;}

footer .address .logo{
	margin-right:30px;}

footer .address .text{
	color:#fff;
	text-align:left;}

footer .address .text .inc{
	font-size:1.3em;
	line-height:1em;
	margin-bottom:10px;}

footer .address .text .inc span{
	font-size:1.2rem;
	margin-right:1em;}

footer .address .text ul{
	display:flex;
	flex-wrap:wrap;
	gap:10px;}

footer .address .text ul li{
	font-size:0.9em;
	margin-right:20px;}

@media (max-width: 640px){
footer .address .text ul{
	flex-direction:column;}
}

@media (max-width: 500px){
footer .address{
	flex-direction:column;
	justify-content:center;}

footer .address .logo{
	margin-right:0px;
	margin-bottom:30px;
	text-align:center;}

footer .address .logo img{
	margin:0 auto;}

footer .address .text{
	text-align:center;}
}



.inner_side{
	width:auto;
	margin-left:calc((100% - var(--fullsize)) / 2);
	overflow: hidden;}

@media (max-width: 1057px){
.inner_side{
	margin-left:20px;}
}

section.bottomgold{
	position:relative;
	padding-bottom:40px;}

section.bottomgold:after{
	content:"";
	position: absolute;
	width:calc(100% - ((100% - var(--fullsize)) / 2));
	height:1px;
	background:var(--c-gold);
	bottom:0;	left:calc((100% - var(--fullsize)) / 2);}

.toppage h2{
	font-family: urw-din, sans-serif;
	width:fit-content;
	padding-right:10px;
	position:relative;
	margin-bottom:25px;}

.toppage h2:after{
	content:"";
	position:absolute;
	top:55%;
	left:100%;
	width:100vw;
	height:2px;}

.toppage h2.all:after{
	content:"";
	position:absolute;
	top:55%;
	left:100%;
	width:100vw;
	height:2px;}

.toppage h2.red		{color:var(--c-red);}
.toppage h2.red:after	{background:var(--c-red);}
.toppage h2.blue	{color:var(--c-blue);}
.toppage h2.blue:after	{background:var(--c-blue);}
.toppage h2.gold	{color:var(--c-gold);}
.toppage h2.gold:after	{background:var(--c-gold);}
.toppage h2.white	{color:#ffffff;}
.toppage h2.white:after	{background:var(--c-white);}


section#news{
	overflow:hidden;
	padding-bottom:100px;}

@media (max-width: 1057px){
section#news{
	padding-top:50px;
	padding-bottom:0;
	margin-bottom:50px;}
}

@media (max-width: 640px){
section#news{
	padding-top:0px;}
}

.toppage .news_list{
	width:100%;
	overflow:hidden;}

.toppage .news_list li{
	width:var(--fullsize);
	position:relative;
	padding:15px 0;
	display:flex;}

@media (max-width: 1057px){
.toppage .news_list li{
	padding:15px 20px 15px 0;
	flex-wrap:wrap;}
}

.toppage .news_list li:after{
	content:"";
	position:absolute;
	width:100vw;	height:1px;
	bottom:0;	left:0;
	background:var(--c-gold);}

.toppage .news_list li .cate{
	font-size:0.9em;
	background:#8B8B8B;
	color:#fff;
	width:120px;
	border-radius:15px;
	line-height:1em;
	display:flex;
	justify-content:center;
	align-items:center;}

.toppage .news_list li .cate.red{
	background:var(--c-red);}

.toppage .news_list li .cate.blue{
	background:var(--c-blue);}

.toppage .news_list li .cate.gold{
	background:var(--c-gold);}

.toppage .news_list li .date{
	margin:0 20px;
	font-family: urw-din, sans-serif;
	font-size:1.1em;
	font-weight:bold;}

.toppage .news_list li .date span{
	font-size:0.9em;}

.toppage .news_list li .title{
	width:100%;
	text-align:left;}

section#gallery{
	background:var(--c-blue);
	padding:75px 0 0;
	margin-bottom:0;
	overflow-x: clip;}

section#gallery.insta{
	background:#c09b0f;
	padding:0 0 50px;
	overflow-x: clip;}

@media (max-width: 640px){
section#gallery{
	padding:50px 0 0;}

section#gallery.insta{
	padding:0 0 50px;}
}

.silhouette_ou{
	position:relative;
	padding-top:100px;}

@media (max-width: 1057px){
.silhouette_ou{
	display:none;}
}

.silhouette_box{
	position:absolute;
	z-index:3;}

.silhouette_box img{
	width:100%;
	transition:opacity 1.0s,transform 1.2s;
	opacity:0;}

.silhouette_box .silhouette_a{
	transform: translateY(-80px);
/*	transform: translateY(-80px);*/}

.silhouette_box .silhouette_b{
	position:absolute;
	left:0;	top:0;
	transform: translateY(80px);
/*	transform: translateY(80px);*/}

.silhouette_box.silhouette_shoot{
	width:600px;
	top:30px;
	right:calc(100% - 160px);}

.silhouette_box.silhouette_skii{
	width:680px;
	top:450px;
	left:calc(100% - 160px);}

.silhouette_box.animated .silhouette_a{
	transform: translateY(0px);
	opacity:1;}

.silhouette_box.animated .silhouette_b{
	transform: translateY(0px);
	opacity:1;}




      .cls-1 {
        fill: #c09b0f;
      }

      .cls-2 {
        fill: none;
      }

      .cls-3 {
        fill: #e60012;
      }

      .cls-4 {
        fill: #1d2088;
      }


/* サムネイルのコンテナ */
.swiper-container-thumbs {
	display: flex;
	justify-content: center;
	margin: 20px auto 0;
	width: 60%;
}

/* サムネイルスライドのスタイル */
.swiper-container-thumbs .swiper-wrapper {
	display: flex;
	justify-content: center;
	gap: 10px; /* サムネイル間の間隔 */
}

.swiper-container-thumbs .swiper-slide {
	cursor: pointer;
	opacity: 0.5; /* 非アクティブ時は半透明 */
	border: 5px solid transparent; /* 初期状態は枠なし */
	flex-basis: calc(25% - 10px); /* 4つの画像を均等に並べる */
	max-width: 150px; /* サムネイルの最大サイズを指定 */
	transition:0.5s;
	
}

.swiper-container-thumbs .swiper-slide-thumb-active {
	opacity: 1; /* アクティブ時は透明度100% */
	border: 5px solid var(--c-gold);
}

.swiper-container-thumbs img {
	width: 100%;
	height: auto;
}




.top_media_youtube{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	margin-bottom:50px;}

.top_media_youtube img{
	width:100%;}

.top_media_youtube div{
	width:32%;}

.top_media_youtube .column{
	display:flex;
	flex-direction:column;
	justify-content:space-between;}

@media (max-width: 640px){
.top_media_youtube{
	flex-wrap:wrap;}

.top_media_youtube div{
	width:49%;}

.top_media_youtube .column:last-child{
	padding-top:10px;
	width:100%;
	flex-direction:row;
	gap:10px;}
}

@media (max-width: 500px){
.top_media_youtube div{
	width:100%;}

.top_media_youtube .column{
	padding-top:10px;
	width:100%;
	flex-direction:column;
	gap:10px;}

.top_media_youtube .column:last-child{
	flex-direction:column;}
}


.top_media_ev{
	background:#251835;
	padding:25px 25px 0 25px;}

.top_media_ev.bottom{
	padding:0 25px 25px 25px;
	margin-bottom:50px;}

.top_media_ev .ev_banner img{
	width:100%;}

.top_media_ev .ev_text{
	text-align:left;
	color:#fff;}

.top_media_ev .ev_text h3{
	font-size:2.5em;
	line-height:1.2em;
	margin:20px 0}

.top_media_ev .ev_text p{
	padding:0 0 20px;}

.top_media_ev .ev_text .caution{
	color:#fff100;}

.top_media_ev .ev_link{
	color:#fff100;
	display:flex;
	justify-content:space-between;}

.top_media_ev .ev_link_left{
	display:inline-block;}

.top_media_ev .ev_link_left ul{
	display:flex;
	flex-wrap:wrap;
	gap:20px;}

.top_media_ev .ev_link_left ul .ev_logo{
	width:200px;}

.top_media_ev .ev_link_left ul .ev_logo img{
	width:100%;}

.top_media_ev .ev_link_left ul .ev_howto a{
	display:block;
	font-size:0.8em;
	padding:8px 30px;
	color:#fff100;
	border:1px solid #fff100;
	border-radius:5px;
	text-decoration:none;}

.top_media_ev .ev_link_right{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;}

.top_media_ev .ev_link_right a{
	display:block;
	font-size:0.8em;
	padding:8px 30px;
	color:#fff;
	border:1px solid #fff;
	background:#330d63;
	border-radius:22px;
	text-decoration:none;
	bottom:0;
	white-space:nowrap;}

@media (max-width: 640px){
.top_media_ev .ev_link{
	flex-direction:column;
	gap:20px;}

.top_media_ev .ev_link_left ul .ev_howto{
	width:100%;
	display:block;}
}


section#gallery.insta h3{
	line-height:1em;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
	margin-bottom:50px;}

section#gallery.insta h3 img.insta_logo{
	height:1em;}

section#gallery.insta span{
	font-size:1.5rem;
	border:1px solid #fff;
	border-radius:5px;
	padding-left:10px;
	padding-right:10px;}

section#gallery.insta .instabox{
	display:flex;
	gap:10px;}

section#gallery.insta .insta_slider{
	width:100%;
	margin-bottom:50px;}

section#gallery.insta .insta_slider .slick-slide{
	margin:0 5px;}

section#gallery.insta .x_btn{
	text-align:center;}

section#gallery.insta .x_btn a{
	display:inline-block;}

section#gallery.insta .x_btn img{
	height:50px;}






section#athletes{
	background:var(--c-red);
	padding:50px 0 75px;
	margin-bottom:0;
	overflow-x: clip;}

@media (max-width: 640px){
section#athletes{
	padding:50px 0;}
}

section#athletes h2{
	margin-bottom:0;}

section#athletes .sub{
	text-align:left;
	color:#fff;
	margin-bottom:25px;}

section#athletes .top_athletes img{
	width:100%;}



section#about{
	background-image:url("../img/top_about_back.jpg");
	background-position:center center;
	background-size:cover;
	padding:50px 0 150px;
	margin-bottom:0;
	overflow-x: clip;}

@media (max-width: 640px){
section#about{
	padding:50px 0;}
}

section#about h2{
	margin-bottom:0;}

section#about .sub{
	text-align:left;
	color:#fff;
	margin-bottom:100px;}

section#about .top_about{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:20px;}

section#about .top_about div.half{
	width:48%;}

section#about .top_about img{
	width:100%;}

@media (max-width: 640px){
section#about .top_about div,
section#about .top_about div.half{
	width:100%;}
}



section#other{
	margin-bottom:100px;}

section#other .top_mission{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-bottom:100px;}

section#other .top_mission div.half{
	width:50%;}

section#other .top_mission img{
	width:100%;}

@media (max-width: 640px){
section#other{
	margin-bottom:50px;}

section#other .top_mission{
	margin-bottom:50px;}

section#other .top_mission div,
section#other .top_mission div.half{
	width:100%;}
}

section#other .top_member{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	gap:20px;}

section#other .top_member div{
	width:48%;}

section#other .top_member img{
	width:100%;}

@media (max-width: 640px){
section#other .top_member div{
	width:100%;}
}



section#officialpartners{
	margin-bottom:100px;}

section#officialpartners .partner{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:100px;
	gap:10px;}

section#officialpartners .partner li{
	width:30%;
	text-align:center;}

section#officialpartners .partner li a{
	display:inline-block;}

section#officialpartners .partner li img,
section#officialpartners .recognition img{
	width:100%;}

@media (max-width: 640px){
section#officialpartners{
	margin-bottom:50px;}

section#officialpartners .partner li{
	width:45%;
	padding:0;
	text-align:center;}

section#officialpartners .partner{
	margin-bottom:50px;
	gap:10px;}
}



section#sponsor{
	margin-bottom:100px;}

section#sponsor .com_4{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
	gap:10px;}

section#sponsor .com_4 li{
	width:23%;
	text-align:center;}

section#sponsor .com_4 li a{
	display:inline-block;}

section#sponsor .com_4 li img{
	width:100%;
	max-width:200px;}

section#sponsor .com_5{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;}

section#sponsor .com_5 li{
/*	width:18%;*/
	text-align:center;}

section#sponsor .com_5 li a{
	display:inline-block;}

section#sponsor .com_5 li img{
	width:100%;
	max-width:200px;
	max-height:100px;}

@media (max-width: 640px){
section#sponsor{
	margin-bottom:50px;}

section#sponsor  .com_4 li,
section#sponsor  .com_5 li{
	width:45%;
	padding:0;
	text-align:center;}

section#sponsor .com_5 li img{
	max-height:80px;}

section#sponsor  .com_5{
	margin-bottom:50px;
	gap:20px;}
}





