
body{
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px;
	background-color: #9f0000;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}





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

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

#photo_bg{
	z-index: 0;
}


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


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

#loading.loaded{
	display: none;
}


#loadingBar {
    width: 100%;
    height: 1px;
    position: fixed;
    top: 49%;
    left: 0;
    transition: all 0.2s linear 0s;
	z-index: 1001;
}

a:hover{
opacity: 0.5;
}

#bg{

	background-repeat: no-repeat;
    background-size: cover;
	background-position: center auto;
	position: fixed;
	  left: 0;
	  top: 0;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: -1000;
	  opacity: 0.5;
}

#page{
	float:left;
	overflow: hidden;
	width:750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
	background-image: url("../img/common/new_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
}

#container{
	width:750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
}


.pc_only{
	display: none;
}

#header_logo{
	    width: 740px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
	position: relative;
	z-index: 100;
}


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

#content_navi{
	 display: flex;
    justify-content:flex-start;
    flex-wrap: nowrap;
    width: 750px;
	filter: drop-shadow(0px 0px 26px #000);
}

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

#content_navi img{
	width: 100%;
	padding: 10px;
	max-width: 153px;
}

#header_logo{
	width: 100%;
	min-width: 100px;
	max-width: 200px;
    margin-left: 10px;
    margin-top: 0px;
    float: left;
	position: relative;
	z-index: 100;
	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: 750px;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 90px;
    float: left;
    position: relative;
    z-index: 100;
}


#gp_logo{
    width: 543px;
    position: absolute;
    /* left: calc( calc( 715 - 743 / 2 ) / 1600 * 100% ); */
    left: -57px;
    top: -70px;
}


#cd{
	width: 100%;
}

#navi_cd{
	
        width: 117px;
    position: absolute;
    left: 623px;
    top: 10px;

}


#header_copy{
    position: absolute;
    top: 5px;
    left: 421px;
    width: 204px;
    /* mix-blend-mode: lighten; */
}




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

h1 img{
	width: 700px;
}

#content{

	width: 750px;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 10;
    /*background-image: url(../img/common/content_bg.jpg);
    background-repeat: no-repeat;
    background-size: 750px;
	*/
    float: left;
	
	
}


#content_container{
	
	
	width: 750px;
    float: left;
    margin: 0px;
    padding: 0px;
	
	margin-left: 0px;
	position: relative;
	z-index: 10;
	margin-top: 30px;
}




.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);

}


.navi_btn_l2{
	padding-top: 20px;
}


.navi_btn a{
	display: block;
	width:273px;
	height: 88px;
	
  
	/*
	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");

}


#dream_movie{
	
}

#page_navi{

	width: 744px;
	float: left;
	margin-left: 3px;
	margin-top: 20px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


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


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

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


#footer{
	    width: 750px;
    float: left;
    padding: 5px 0px 30px 0px;
    background-color: rgba(0,0,0,0.60);
    margin-top: 150px;
    margin-bottom: 0px;
}




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

}


#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: 310px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;

}

#footer p{
	width:750px;
	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: #fd6b94;
	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: 80px;
}


.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;
}

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


.drawer--right.drawer-open .drawer-hamburger {

    left: 50%;
    margin-left: -600px;
	
    background-color: #FFF;
}

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

}


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

*/


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

.drawer-hamburger {
   /* background: #fd6b94;*/
    width: 70px;
    height: 40px;
	z-index: 310;
}


.drawer-nav {
    position: fixed;
    z-index: 299;
    top: 0;
    overflow: scroll;
    height: 100%;
    color: #fd6b94;
    background-color: rgba(0,0,0,0.85);
    padding-bottom: 100px;

}


.drawer--right.drawer-open .drawer-nav{
    /*left: 50%; */
    /* margin-left: -600px; */
    width: 750px;
    /* 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: 700px;
    margin-left: 25px;
    float: left;
    display: block;
    margin-top: 80px;
}


.drawer-menu ul{
	
}

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

.drawer-menu li a{
	color:#FFF;
	text-decoration: none;
}

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


.drawer--right.drawer-open .drawer-hamburger {
    left: 0px;
    z-index: 1300;
    /*background-color: #fd6b94;*/

}

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

}


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


#btn_top{
	position:fixed;
	bottom: -150px;
	right: 20px;
	z-index: 1000;
	width:150px;
}

#btn_top img{
	width:150px;
}


#content_body{
	width:750px;
	margin-left: 0px;
	float: left;
}


#slider_container{
	width:750px;
	float:left;
	
	padding-top: 40px;
}

#slider{
	width:730px;
	float: left;
	margin-left: 10px;
	margin-bottom: 40px;
	text-align: center;
}


.banner_box{
	float: left;
    margin: 0px;
    width: 750px;
	text-align: center;
}

.banner_box img{
    width: 500px;
}

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


