
body{
	font-family: ibm-plex-sans-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px;
	/*background-color: #060c4f;*/
	background-image: url("../img/common/page_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
	
	
}


@keyframes bgloop{
	
}



@keyframes bgiLoop {
    0% { background-position: 0 0;}
  100% { background-position: 30px 30px;}
}



@keyframes bgiLoop2 {
    0% { background-position: 0 0;}
  100% { background-position: -100px 0px;}
}


#loading{
	    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #051565;
    z-index: 1000;
    justify-content: center;
    align-items: center;
}


#loading img {
	max-width: 300px;
	max-height: 105px;
}

#loading.loaded{
	display: none;
}


#particles-js,
#photo_bg{ 
	position:fixed;/*描画固定*/
	width: 100%;
	height: 100%;
}

#particles-js{
	z-index:1;/*描画を一番下に*/
}

#photo_bg{
	z-index: 0;
}


.loading{
	text-align: center;
	background-color: rgba(0,0,0,0.70);
	color: #FFFA00;
	font-family: bebas-kai, sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 40px;
	padding: 50px;
	margin-bottom: 50px;
}

a:hover{
opacity: 0.5;
}


#page{
	width:100%;
	float:left;
	overflow: hidden;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
	background-image: url("../img/common/footer_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 1600px auto;
	
}

#container{
	
}


#content{
	    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 10;
    background-image: url("../img/common/content_bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
	
}

#header_navi{
	    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    z-index: 100;
}

#content_navi{
	    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    /* width: calc(1440 / 1600 * 100%); */
    width: calc(1150 / 1600 * 100%);
    max-width: 1150px;
    min-width: 800px;
    margin: auto;
}

#content_navi a,
#content_navi span{
	flex-grow: 7;
	flex-shrink: 1;
}

#content_navi img{
	width: 100%;
	padding: 10px;
	max-width: 153px;
	filter: drop-shadow(0px 0px 26px #000);
}

#header_logo{
	width: 100%;
	min-width: 100px;
	max-width: 200px;
    margin-left: 10px;
    margin-top: 0px;
    float: left;
	position: relative;
	z-index: 200;
	flex-grow: 1;
	flex-shrink: 7;
}

#content_navi img#header_suminoe_logo{
	width: 100%;
	padding: 5px;
	max-width: 200px;
}

#header_sns_btn{
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
	/*width: calc(1440 / 1600 * 100%);*/
	width: 100%;

}

#header_sns_btn img{
	width: 100%;
	padding: 3px;
	max-height: 37px;
}

#header{
	width: 100%;
	text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 90px;
    
    position: relative;
    z-index: 100;
}

#race_logo{
	    width: calc( 683 / 1600 * 100% );
    max-width: 683px;
    position: absolute;
    left: calc( 683 / 1600 * 50% );
    top: calc( 32 / 1600 * 100vw );
}


#cd{
	width: 100%;
}

#navi_cd{
	width: calc( 300 / 1600 * 100% );
    max-width: 300px;
    position: absolute;
    left: calc( calc( 683 / 1600 * 100% ) + calc( 683 / 1600 * 50% ) - calc( 50 / 1600 * 100% ) );
    top: calc( -5 / 1600 * 100vw );
}

@media (max-width: 1600px) {

	
	
	
	#page{
		
		background-size: calc( 1600 * 100vw / 1600 ) auto;

	}


}




h1{
	width:1080px;
	float:left;
	margin-top: -50px;
	position: relative;
	z-index: 99;
	text-align: center;
}



.navi_btn,.navi_btn_l2
{
	
	width:273px;
	height: 88px;
	text-align: center;
	font-size:21px;
	font-weight: 500;
	float:left;
	margin-left: -17px;
	margin-top: 0px;
	padding-top: 32px;
	position: relative;
	z-index: 100;
	color: #FFF;
	text-shadow: 0px 0px 7px rgb(255 65 178);
	background-repeat: no-repeat;
	background-position: center;
}

.navi_btn_l2{
	padding-top: 20px;
}

.navi_btn a{
	display: block;
	width:273px;
	height: 88px;
	text-align: center;
  
	/*
	text-align: center;
	font-size:26px;
	font-weight: 600;
	font-style: italic;
	float:left;
	margin-left: -40px;
	margin-top: 0px;
	padding-top: 40px;
	position: relative;
	z-index: 100;
	*/
}




.navi_btn_off{
	background-image: url("../img/common/btn_off.png");

	
}

.navi_btn_on{
	background-image: url("../img/common/btn_on.png");

}







@keyframes bgLoop {
    0% { background-position: 0 0;}
  100% { background-position: 0px -175px;}
}

.slider{
	width:1080px;
	height:675px;
	float:left;
	margin-top: 30px;
}

#youtube{
	width: 1080px;
    height: 435px;
    z-index: 110;
    position: relative;
	float: left;
}

#youtube iframe{
	margin-left: 225px;
}


#footer{
	width: 100%;
    padding: 75px 0px 50px 0px;
    background-color: rgba(0,0,0,0.60);
    margin-top: 150px;
    margin-bottom: 50px;
}



#footer h2{
	width: 100%;
	float:left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#FFF;
	font-weight: 700;
	font-size: 20px;
	font-style: italic;

}


#footer_navi_btn{
	    margin-top: 0px;
    margin-left: 0px;
    padding: 40px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
}


#footer .sns_icon {
	height: 87px;
	padding: 0px 30px;
}


#footer_suminoe_logo{
	width: 190px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

}

#footer p{
	width:1080px;
	float: left;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 50px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #FFF;
}

.drawer-hamburger {
	z-index: 310;
}


.drawer-nav {
    position: fixed;
    z-index: 302;
    top: 0;
    overflow: hidden;
    height: 100%;
    color: #fff;
	background-color: rgba(0,0,0,0.85);

}


.drawer--right.drawer-open .drawer-nav{
    left: 50%;
    margin-left: -640px;
	width: 1280px;
	padding-left: 80px;
}

.drawer--right.drawer-close .drawer-nav{
    
	width:0px;
	padding-left: 0px;
	margin-left: 0px;
}

.drawer-menu{
	margin: 0;
    padding: 0;
    list-style: none;
    width: 300px;
    float: left;
    display: block;
	
    margin-top: 20px;
}


.drawer-menu ul{
	
}

.drawer-menu li{
	font-size: 20px;
    font-weight: bold;
    padding: 8px;
    padding-left: 20px;
	
}

.drawer-menu li a{
	color:#FFF;
	text-decoration: none;
	text-shadow: 0px 0px 13px rgba(216, 112, 255, 1);
}

.drawer-menu li span{
	color:#4E4E4E;
	text-decoration: none;
}


.drawer--right.drawer-open .drawer-hamburger {
    /* right: 16.25rem; */
    left: 50%;
    margin-left: -600px;
	
    background-color: #FFF;
}

#navi_index,
.drawer-menu h3{
	font-size: 25px;
    color: #FFFF00;
    font-weight: bold;
    font-style: italic;
    margin-left: 17px;
    margin-bottom: 10px;

}


#navi_index{
	width:1200px;
	float:left;
	margin-top: 120px;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before{
	background-color: #222222;
}


#banner_container,
#_slider{
	width: 960px;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 30px;
	margin-top: 100px;
}



.banner_box img{
    height:174px;
}

.fixed{
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  
}

.attention{
	text-align: center;
	color: #000000;
	padding: 10px;
}



.content_banner_container,
.news_container{
	width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
		margin-top: 80px;
}


.content_banner_container h2,
.news_container h2
{
	font-size: 26px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: calder-dark, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 0.8em;
	margin-bottom: 20px;
}


.content_banner_container span,
.content_banner_container a,
.news_container h2 span{
	font-size: 17px;
	letter-spacing: 0.3em;
	width: 100%;
	text-align: center;
	color: #FFF;
	
}

.content_banner_body{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* width: calc(1440 / 1600 * 100%); */
    width: calc(1200 / 1600 * 100%);
    max-width: 1200px;
    min-width: 800px;
    margin: 0 auto;

}

.content_banner_item{
	width: 100%;
	padding: 3px;
}

#special_container{
	margin-top: calc( 0 * 100vw / 1600 );
}

.content_banner_container #special_container_body span,
.content_banner_container #special_container_body a{
	display: block;
	max-width: 350px;
	width: 100%;
}


.news_container{

}

#news_body{
	display: flex;
    flex-wrap: nowrap;
    width: calc(1440 / 1600 * 100%);
    min-width: 800px;
    margin: 0 auto;
    flex-direction: column;
	align-items: center;
	
	
}


.news_item{
	display: block;
	width: 900px;
	background-color: #FFF;
	color: #272727;
	padding: 20px;
	margin-bottom: 10px;
	background-image: linear-gradient(116deg, rgba(255, 255, 255, 1) 95%, rgba(255, 134, 253, 1) 95%);
	
}

.news_item span{
	font-family: calder-dark, sans-serif;
	font-size: 26px;
	display: block;
	float: left;
	width: 96px;
	border-right: 3px solid #ff86fb;
}

.news_item p{
	font-size: 17px;
	display: block;
	float: left;
	padding-left: 10px;
	line-height: 30px;
}



.event_banner_item{
	max-width: 400px;
}



