@charset "UTF-8";

padding * {0;}
margin * {0;}
a:link { color:rgb(35, 56, 34); text-decoration:none; }
a:visited { color:rgb(35, 56, 34); }
a:hover { color:#048198; }


li { 
    font-family: 'Noto Sans JP', sans-serif;
	  margin:0; 
    padding:0; 
    list-style: none;
}

h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.1em;
    letter-spacing: 0;
    text-align: center;
}
.small-h1 {
  font-size:0.85em;
}


h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size:0.8em; 
    letter-spacing: 0.1em;
    text-align: center;
}

.small-h2 {
  font-size:0.75em;
  text-align: left;
  line-height: 1.2em;
}

h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size:0.8em; 
    letter-spacing: 0.1em;
    text-align: justify;
}
p {
	font-family: sans-serif;
	font-size:0.5em; 
	letter-spacing: 0.1em;
	font-weight: lighter;
}




body { 
	margin:0;
	background:transparent;
}



* img {
	width:100%; 
	vertical-align: bottom;
}

#pagewrap { 
	max-width:100%;
  max-height:100%; 
	margin:0; 
	padding:0; 
}


/*header内ここから*/
#header {
	position: fixed; 
	width:100%; 
	height:60px; 
	top:0; 
	left:0; 
	padding:0; 
	background: #fff;
	z-index:500; 
	text-align: center;
}

#rogo {
  position: relative;
  vertical-align: middle;
  width:55%;
  height:60px;
  top:0;
	left:20px;
	margin:0;
	line-height: 60px;
  z-index: -10;
    
}



#rogo img {
  position: relative;
  vertical-align: middle;
  width:100%;
  height:auto;
	margin-top:0%;
  
}





#nav-content h1 {
  font-family: 'Noto Sans JP', sans-serif;
	font-size:1.2em;
}


/*ナビドロワーここから*/
#nav-drawer {
	position: absolute;
	width:25px; height:60px;
	top:0px;
  right:20px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	background: transparent; 
	width: 60px;
  height: 60px;
	
	
}

/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  margin-top:20px;	
  height: 4px;/*線の太さ*/
  width: 26px;/*長さ*/
  border-radius: 2px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: block;/*はじめは隠しておく*/
  position: fixed;
  z-index: 999;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 0;
  height: 0;
  background: black;
  opacity: 0;
  
}

/*中身*/
#nav-content {
   	background: url("../resources/navislide-bg.png"); /*メニュー背景色*/
	background-size: cover;
   	box-sizing: border-box;
   	height: 100%;
   	padding: 90px 0px 10px 0px; /*メニュー内部上下左右余白*/
   	position: fixed;
   	right: -200px; /*メニュー横幅①と合わせる*/
   	top: 0;
   	transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
   	width: 200px; /*メニュー横幅①*/
   	z-index: 9999;
   	list-style: none;
   	text-align: center;
   	line-height: 40px;
	/* 縦方向のスクロールバーを表示 */
  	overflow-y: auto;
	height:100%;
}

#nav-content a { 
    display: block; 
    width:100%; 
    color:#fff; 
    font-size:0.9em; 
}
#nav-content a:hover { 
    background:#f79d0e; 
    text-decoration:none 
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
  opacity: 0.7; /*黒背景部分透過度*/
  height: 100%; width: 100%; z-index: 5000;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(-200px);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/*ナビ終わり*/
/*header内ここまで*/



/*スライド3種ここから*/

/*スライド010203*/
 /*=== 画像の表示エリア ================================= */

.slide010203 {
  position: absolute;
	top:30vw;
	left:0;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height     : 35vw;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : transparent;
}
 
 /*=== 画像の設定 ======================================= */
.slide010203 img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime010203 15s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide010203 img:nth-of-type(1) { animation-delay: 0s }
.slide010203 img:nth-of-type(2) { animation-delay: 5s }
.slide010203 img:nth-of-type(3) { animation-delay: 10s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime010203{
   0% { opacity: 0; transform: scale(2, 2)  }
   2% { opacity: 1; transform: scale(1, 1)  }
  31% { opacity: 1; transform: scale(1, 1)  }
  33% { opacity: 0; transform: scale(.1, .1)}
 100% { opacity: 0; transform: scale(.1, .1)}
}

/*スライド04*/
 /*=== 画像の表示エリア ================================= */


.slide04 {
  position: absolute;
	top:115vw;
	left:0;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 90%;
  height     : 25vw;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : transparent;
}
 /*=== 画像の設定 ======================================= */
.slide04 img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  left       : -100%;
  animation  : slideAnime04 20s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide04 img:nth-of-type(1) { animation-delay: 0s }
.slide04 img:nth-of-type(2) { animation-delay: 10s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime04{
   0% { left: -100% }
   3% { left: 0     }
  47% { left: 0     }
  50% { left: 100%  }
 100% { left: 100%  }
}

/*スライド0506*/
 /*=== 画像の表示エリア ================================= */


.slide0506 {
  position: absolute;
	top:135vw;
	left:5%;
  	overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 75%;
  height     : 20vw;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : transparent;
}
/*=== 画像の設定 ======================================= */
.slide0506 img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime0506 16s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide0506 img:nth-of-type(1) { animation-delay: 0s }
.slide0506 img:nth-of-type(2) { animation-delay: 8s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime0506{
   0% { opacity: 0 }
   6% { opacity: 1 }
  44% { opacity: 1 }
  50% { opacity: 0 }
 100% { opacity: 0 }
}

/*スライド3種ここまで*/



#main { 
	position: relative; 
	margin:0;
  padding-top:60px;
    
}

#top-image {
    position: relative;
    width:100%;
    height:auto;
}  


/*mainとメイン画像周りここまで*/

/*indexページのcontents内*/
#contents { 
  position: relative;
	padding-top:20px;
	padding-bottom:5px;
	
}

#info {
	padding-top:30px;
  padding-left:5%;
  padding-right:5%;
	
}

#info-fukidashi  {width: 25%}
#info-fukidashi:hover { 
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}

#info iframe {border:solid 1px #d8d8d8;}
/*indexページのcontents内ここまで*/

/*ナビボタン-ボトム*/
#navimenu-bottom {
	position: relative;
	width:95%;
	margin-left:2.5%;
	margin-right:2.5%;
	padding-top:20px;
  padding-bottom:2.5%;
}

#nav-btn01, #nav-btn02, #nav-btn03, #nav-btn04, #nav-btn05, #nav-btn06, #nav-btn07, #nav-btn08, #nav-btn09 {
	position: relative;
	display: block;
	border:solid 1px #d8d8d8;
	border-right:solid 5px #0060E3;
	height:90px;
	margin-bottom:10px;
}

#nav-btn02 {border-right:solid 5px #8CE330;}
#nav-btn03 {border-right:solid 5px #00C78D;}
#nav-btn04 {border-right:solid 5px #F7931E;}
#nav-btn05 {border-right:solid 5px #29C5E2;}
#nav-btn06 {border-right:solid 5px #FFBD0F;}
#nav-btn07 {border-right:solid 5px #FF4762;}
#nav-btn08 {border-right:solid 5px #B149AE;}
#nav-btn09 {border-right:solid 5px #FF7792;}

#nav-btn01:hover,#nav-btn02:hover, #nav-btn03:hover, #nav-btn04:hover, #nav-btn05:hover, #nav-btn06:hover, #nav-btn07:hover, #nav-btn08:hover, #nav-btn09:hover {background: #d1f5ff;}

#nav-btn01 h1, #nav-btn02 h1, #nav-btn03 h1, #nav-btn04 h1, #nav-btn05 h1, #nav-btn06 h1, #nav-btn07 h1, #nav-btn08 h1, #nav-btn09 h1 {
	position: absolute;
	top:0.5em;
	left:25vw;
	line-height: 45px;
	margin-top:0;
	margin-left:20px;
}

#nav-btn01 h2, #nav-btn02 h2, #nav-btn03 h2, #nav-btn04 h2, #nav-btn05 h2, #nav-btn06 h2, #nav-btn07 h2, #nav-btn08 h2, #nav-btn09 h2 {
	position: absolute;
	top:3em;
	left:25vw;
	margin-left:20px;
}

#nav-img01, #nav-img02, #nav-img03, #nav-img04, #nav-img05, #nav-img06, #nav-img07, #nav-img08, #nav-img09 {
	position: relative;
	width:25vw;
	height:90px;
	object-fit: cover;
}





/*ナビボタン-ボトムここまで*/

/*スポンサーズここから*/
#sponsors {
  display: none;
  width:100%;
  background-image: url(../resources/sponsors-bg.jpg);
  background-size: cover;
  background-repeat:no-repeat ;
  background-position: center;
  padding:0;
  margin-top:10%;
  overflow:hidden;
}

#sponsors-contents {
  width:90%;
  padding-left:5%;
  padding-right:5%;
  padding-bottom:5%;
  margin-left: 5%;
  margin-right:5%;
  margin-bottom:10%;
}

#sponsors-contents .style02 {
  color:#fff;
  font-size:1.5em;
}

#sponsor-name {
  width:100%;
  background-color: transparent;
}

#sponsors-img01, #sponsors-img02, #sponsors-img03, #sponsors-img04, #sponsors-img05, #sponsors-img06, #sponsors-img07 {
  position:relative;
  display: block;
  width:100%;
  margin-top:10px;
}


#sponsors-contents a:hover {
  display: block;
  filter: invert(20%);
  background-color: transparent;
}

/*スポンサーズここまで*/


/*フッターの指定*/
#footer { 
	position:relative;
	text-align:center; 
}

#footer-contents {
  text-align: center;
  padding-top:30px;
	padding-left:5%;
	padding-right:5%;
  margin-top:0px;
  background: #e5e9ea;
}

#footer-rogo {
    width:40%;
    vertical-align: middle;
    text-align: center;
    margin-left:30%;
}

#menulist {
    width:100%;
    padding-top:20px;
    padding-bottom:10px;
    margin-bottom:20px;
    
}

#menulist li {
    display: inline;
    text-align: left;
    padding-top:10px;
    list-style: none;
    font-size:0.6em;
    font-family:sans-serif;
    margin-left:auto;
    
}

#menulist a {color:rgb(62, 62, 62);}
#menulist a:hover {color:#66a0ff;}

#footer-contents p {
  padding-bottom: 20px;
}


#snslink img {
    display: inline-block;
    width:10%;
    padding-bottom:20px;
    margin-left:2px;
    margin-right:2px;
}

#snslink a :hover {
    filter: invert(80%);
}



#pagetop {
    position: fixed;
    width:45px;
    height:45px;
    bottom:85px;
    right:4%;
    z-index: 50;
}


#go-top {
    position: fixed;
    width:45px;
    height:45px;
    bottom:6vw;
    right:4%;
    z-index: 50;
    
}

#copyright {
    padding-top:5px;
    padding-bottom:5px;
    background: #000;
}
#copyright p {
    color:#fff; 
    font-size:0.7em;
}
/*フッターの指定ここまで*/



/*　画面サイズが568pxからはここを読み込む-スマホ横　*/  
@media screen and (min-width:568px) { 
 
.br-sp {display: none;} 

#rogo {
  position: relative;
  vertical-align: middle;
  width:40%;
  height:60px;
  top:0;
  left:20px;
  margin:0;
  line-height: 60px;
  
}

#info-fukidashi  {width: 15%}


 /*スポンサーズここから*/
#sponsors {
  width:100%;
  background-image: url(../resources/sponsors-bg.jpg);
  background-size: cover;
  background-repeat:no-repeat ;
  background-position: center;
  padding:0;
  margin-top:10%;
  overflow:hidden;
}

#sponsors-contents {
  width:90%;
  padding-left:5%;
  padding-right:5%;
  padding-bottom:5%;
  margin-left: 5%;
  margin-right:5%;
  margin-bottom:10%;
  background: transparent;
}

#sponsors-contents .style02 {
  width:100%;
  padding-left:0;
  padding-right:0;
  margin-left:0;
  margin-right:0;
  color:#fff;
  font-size:1.5em;
  text-align: center;
  background-color: transparent;
}

#sponsor-name {
  position:relative;
  display: inline-block;
  width: 49.5%;
  margin-left:0%;
  margin-right:0;
}

#sponsors-img01, #sponsors-img02, #sponsors-img03, #sponsors-img04, #sponsors-img05, #sponsors-img06, #sponsors-img07 {
  position:relative;
  width:100%;
  margin:0;
  padding:0;
}

#sponsors-img01:hover, #sponsors-img02:hover, #sponsors-img03:hover, #sponsors-img04:hover, #sponsors-img05:hover, #sponsors-img06:hover, #sponsors-img07:hover {
  display: block;
  filter: invert(20%);
  background-color: transparent;
}
/*スポンサーズここまで*/ 


/*フッターの指定*/
#footer { 
	position:relative;
	text-align:center; 
}

#footer-contents {
  text-align: center;
  padding-top:30px;
	padding-left:5%;
	padding-right:5%;
  margin-top:0px;
  background: #e5e9ea;
}

#footer-rogo {
    width:30%;
    margin-left:auto;
    margin-right:auto;
    vertical-align: middle;
}

#pagetop {
  position: fixed;
  width:45px;
  height:45px;
  bottom:14vw;
  right:4%;
  z-index: 50;
}


#go-top {
  position: fixed;
  width:45px;
  height:45px;
  bottom:5vw;
  right:4%;
  z-index: 50;
  
}


#snslink img {
  display: inline-block;
  width:7%;
  padding-bottom:20px;
  margin-left:2px;
  margin-right:2px;
}

#snslink a :hover {
  filter: invert(80%);
}
/*フッターの指定ここまで*/

}
  
 
	
/*　画面サイズが767pxからはここを読み込む-タブレット*/ 	
@media screen and (min-width: 767px) and (max-width:900px) {

#rogo {
    position: relative;
    vertical-align: middle;
    width:35%;
    height:60px;
    top:0;
	  left:20px;
	  margin:0;
	  line-height: 60px;
    
}

#info-fukidashi  {
	width: 10%;
	padding-top:0;
}



/*フッターの指定*/
#footer { 
	position:relative;
	text-align:center; 
}

#footer-contents {
  text-align: center;
  padding-top:30px;
	padding-left:5%;
	padding-right:5%;
  margin-top:0px;
  background: #e5e9ea;
}

#footer-rogo {
    width:25%;
    margin-left:auto;
    margin-right:auto;
    vertical-align: middle;
}

#pagetop {
  position: fixed;
  width:45px;
  height:45px;
  bottom:9vw;
  right:4%;
  z-index: 50;
}


#go-top {
  position: fixed;
  width:45px;
  height:45px;
  bottom:2vw;
  right:4%;
  z-index: 50;
  
}


#snslink img {
  display: inline-block;
  width:4%;
  padding-bottom:20px;
  margin-left:2px;
  margin-right:2px;
}

#snslink a :hover {
  filter: invert(80%);
}
/*フッターの指定ここまで*/

}



    
/*　画面サイズが900pxからはここを読み込む　*/ 	
@media screen and (min-width:900px) {

  #rogo {
    position: relative;
    vertical-align: middle;
    width:30%;
    height:60px;
    top:0;
	  left:20px;
	  margin:0;
	  line-height: 60px;
    
}


/*スライド3種ここから*/

/*スライド010203*/
 /*=== 画像の表示エリア ================================= */

.slide010203 {
  background: #f53333;
	position: absolute;
	top:21vw;
	left:0;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height     : 35vw;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : transparent;
}
 
 /*=== 画像の設定 ======================================= */
.slide010203 img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime010203 15s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide010203 img:nth-of-type(1) { animation-delay: 0s }
.slide010203 img:nth-of-type(2) { animation-delay: 5s }
.slide010203 img:nth-of-type(3) { animation-delay: 10s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime010203{
   0% { opacity: 0; transform: scale(2, 2)  }
   2% { opacity: 1; transform: scale(1, 1)  }
  31% { opacity: 1; transform: scale(1, 1)  }
  33% { opacity: 0; transform: scale(.1, .1)}
 100% { opacity: 0; transform: scale(.1, .1)}
}

/*スライド04*/
 /*=== 画像の表示エリア ================================= */


.slide04 {
  background: #f53333;
	position: absolute;
	top:70vw;
	left:0;
  	overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 90%;
  height     : 25vw;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : transparent;
}
 /*=== 画像の設定 ======================================= */
.slide04 img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  left       : -100%;
  animation  : slideAnime04 20s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide04 img:nth-of-type(1) { animation-delay: 0s }
.slide04 img:nth-of-type(2) { animation-delay: 10s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime04{
   0% { left: -100% }
   3% { left: 0     }
  47% { left: 0     }
  50% { left: 100%  }
 100% { left: 100%  }
}

/*スライド0506*/
 /*=== 画像の表示エリア ================================= */


.slide0506 {
  background: #f53333;
	position: absolute;
	top:138vw;
	left:5%;
  	overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 75%;
  height     : 20vw;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : transparent;
}
/*=== 画像の設定 ======================================= */
.slide0506 img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime0506 16s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide0506 img:nth-of-type(1) { animation-delay: 0s }
.slide0506 img:nth-of-type(2) { animation-delay: 8s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime0506{
   0% { opacity: 0 }
   6% { opacity: 1 }
  44% { opacity: 1 }
  50% { opacity: 0 }
 100% { opacity: 0 }
}

/*スライド3種ここまで*/

 /*スポンサーズここから*/
 #sponsors {
  width:100%;
  background-image: url(../resources/sponsors-bg.jpg);
  background-size: cover;
  background-repeat:no-repeat ;
  background-position: center;
  padding:0;
  margin-top:10%;
  overflow:hidden;
}

#sponsors-contents {
  width:90%;
  padding-left:12%;
  padding-right:0%;
  padding-bottom:5%;
  margin-left: 5%;
  margin-right:5%;
  margin-bottom:10%;
  background: transparent;
}

#sponsors-contents .style02 {
  width:100%;
  padding-left:0;
  padding-right:0;
  margin-left:0;
  margin-right:0;
  color:#fff;
  font-size:2em;
  padding-right:15%;
  background-color: transparent;
}

#sponsor-name {
  position:relative;
  display: inline-block;
  width: 28%;
  margin-left:0%;
  margin-right:0;
}

#sponsors-img01, #sponsors-img02, #sponsors-img03, #sponsors-img04, #sponsors-img05, #sponsors-img06, #sponsors-img07 {
  position:relative;
  width:100%;
  margin:0;
  padding:0;
}

#sponsors-img01:hover, #sponsors-img02:hover, #sponsors-img03:hover, #sponsors-img04:hover, #sponsors-img05:hover, #sponsors-img06:hover, #sponsors-img07:hover {
  display: block;
  filter: invert(20%);
  background-color: transparent;
}
/*スポンサーズここまで*/ 


#footer-rogo {
  width:20%;
  margin-left:auto;
  margin-right:auto;
  vertical-align: middle;
}

#snslink img {
display: inline-block;
width:5%;
padding-bottom:20px;
margin-left:2px;
margin-right:2px;
}


#pagetop {
  position: fixed;
  width:45px;
  height:45px;
  bottom:7vw;
  right:4%;
  z-index: 50;
}

#go-top {
  position: fixed;
  width:45px;
  height:45px;
  bottom:2vw;
  right:4%;
  z-index: 50;
  
}

}

    
/*　画面サイズが1070pxからはここを読み込む　*/ 	
@media screen and (min-width:1070px) {   

#header {
  width:70%;
  background: -webkit-linear-gradient(left,#fff 15%, rgba(255, 255, 255, 0) 65%);
  background: -moz-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0) 65%);
  background:linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0) 65%);
}
	
#rogo {
  position: relative;
  vertical-align: middle;
  width:30%;
  height:60px;
  top:0;
  left:20px;
  margin:0;
  line-height: 60px;
  
}

#rogo img {
  max-width:100%;
  height:auto;
}
	
#page-container {
	position: relative; 
	width:70%;
}
	
#main { 
	position: relative;
	width:100%;
	margin:0;
    
}#contents { 
  position: relative;
	width:100%;
	margin-left:5%;
	padding-top:20px;
	padding-bottom:5px;
  padding-left:0;
  padding-right:0;
	top:3vw;
	
}


#footer {
	position: relative;
	width:100%;
  margin-top:0px;/*　協賛企業入りの場合は100pxに変更　*/ 
  
}

#footer-contents {
  background: transparent;
  padding-bottom:70px;
}
#footer-rogo {
  width:20%;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:20px;
  vertical-align: bottom;
}

#rogo img {
  position: relative;
  vertical-align: middle;
  text-align: center;
  width:100%;
	margin-top:0%;
	margin-left:10px;
}
	
#snslink img {
  display: inline-block;
  width:3.5%;
  padding-bottom:20px;
}

#pagetop {
    display:block;
    position: fixed;
    width:45px;
    height:45px;
    top:850px;
    right:80px;
    z-index: 50;
}


#go-top {
    display:block;
    position: fixed;
    width:45px;
    height:45px;
    top:850px;
    right:20px;
    z-index: 50;
    
}

#copyright {
    padding-top:5px;
    padding-bottom:5px;
    background: #000;
}
#copyright p {
    color:#fff; 
    font-size:1em;
}
    
/*ナビドロワーここから*/
#nav-drawer {
	position: relative;
	width:25px; height:60px;
	top:0px;
	display: none;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	position: relative;
	display: inline-block;
	background: #000; 
	width: 60px;
  	height: 60px;
	padding-left:17px;
	top:0;
	left:0;
	
	
	
}

/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  margin-top:20px;	
  height: 4px;/*線の太さ*/
  width: 26px;/*長さ*/
  border-radius: 2px;
  background: #fff;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: block;/*はじめは隠しておく*/
  position: fixed;
  z-index: 999;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 0;
  height: 0;
  background: black;
  opacity: 0;
  
}

/*中身*/
#nav-content {
   	background: url("../resources/navislide-bg.png"); /*メニュー背景色*/
	background-size: cover;
   	box-sizing: border-box;
   	height: 100%;
   	padding: 90px 0px 10px 0px; /*メニュー内部上下左右余白*/
   	position: fixed;
   	right: -200px; /*メニュー横幅①と合わせる*/
   	top: 0;
   	transition: transform 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
   	width: 200px; /*メニュー横幅①*/
   	z-index: 9999;
   	list-style: none;
   	text-align: center;
   	line-height: 40px;
}

#nav-content a { 
    display: block; 
    width:100%; 
    color:#fff; 
    font-size:0.9em; 
}
#nav-content a:hover { 
    background:#f79d0e; 
    text-decoration:none 
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
  opacity: 0.7; /*黒背景部分透過度*/
  height: 100%; width: 100%; z-index: 5000;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(-200px);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/*ナビ終わり*/
/*header内ここまで*/



/*スライド3種ここから*/

/*スライド010203*/
 /*=== 画像の表示エリア ================================= */

.slide010203 {
  background: transparent;
	position: absolute;
	top:15vw;
	left:0;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height     : 25vw;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : transparent;
}
 
 /*=== 画像の設定 ======================================= */
.slide010203 img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime010203 15s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide010203 img:nth-of-type(1) { animation-delay: 0s }
.slide010203 img:nth-of-type(2) { animation-delay: 5s }
.slide010203 img:nth-of-type(3) { animation-delay: 10s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime010203{
   0% { opacity: 0; transform: scale(2, 2)  }
   2% { opacity: 1; transform: scale(1, 1)  }
  31% { opacity: 1; transform: scale(1, 1)  }
  33% { opacity: 0; transform: scale(.1, .1)}
 100% { opacity: 0; transform: scale(.1, .1)}
}

/*スライド04*/
 /*=== 画像の表示エリア ================================= */


.slide04 {
  background: transparent;
	position: absolute;
	top:60vw;
	left:0;
  	overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 90%;
  height     : 17vw;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : transparent;
}
 /*=== 画像の設定 ======================================= */
.slide04 img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  left       : -100%;
  animation  : slideAnime04 20s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide04 img:nth-of-type(1) { animation-delay: 0s }
.slide04 img:nth-of-type(2) { animation-delay: 10s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime04{
   0% { left: -100% }
   3% { left: 0     }
  47% { left: 0     }
  50% { left: 100%  }
 100% { left: 100%  }
}

/*スライド0506*/
 /*=== 画像の表示エリア ================================= */


.slide0506 {
  background: transparent;
	position: absolute;
	top:80vw;
	left:5%;
  	overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 80%;
  height     : 17vw;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : transparent;
}
/*=== 画像の設定 ======================================= */
.slide0506 img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime0506 16s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide0506 img:nth-of-type(1) { animation-delay: 0s }
.slide0506 img:nth-of-type(2) { animation-delay: 8s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime0506{
   0% { opacity: 0 }
   6% { opacity: 1 }
  44% { opacity: 1 }
  50% { opacity: 0 }
 100% { opacity: 0 }
}

/*スライド3種ここまで*/

/*サイドメニュー*/

#info {
	position: fixed;
  top:560px;
	right:1%;
	width:27%;
	margin-left:0;
	margin-right:0;
	margin-top:0;
  padding-left:0%;
  padding-right:2%;
  z-index: 50;
	
	
}
	
#info-fukidashi  {
	width: 25%;
	padding-top:0;
}

#navimenu-bottom {
	position: fixed;
	top:30px;
	right:1%;
	width:28%;
	margin-left:0;
	margin-right:0;
	padding-left:1%;
	padding-right:1%;
	padding-top:0;
	background: #fff;
	overflow-y: scroll;
	height: 550px;
	background-color: transparent;
}




	
#nav-btn01, #nav-btn02, #nav-btn03, #nav-btn04, #nav-btn05, #nav-btn06, #nav-btn07, #nav-btn08, #nav-btn09 {
	position: relative;
	display: block;
	height:55px;
	margin-bottom:5px;
	background: #fff;
}
	
#nav-btn01 h1, #nav-btn02 h1, #nav-btn03 h1, #nav-btn04 h1, #nav-btn05 h1, #nav-btn06 h1, #nav-btn07 h1, #nav-btn08 h1, #nav-btn09 h1 {
	position: absolute;
	top:0.5em;
	left:7vw;
	line-height: 18px;
	margin-top:0;
	margin-left:2vw;
}

#nav-btn01 h2, #nav-btn02 h2, #nav-btn03 h2, #nav-btn04 h2, #nav-btn05 h2, #nav-btn06 h2, #nav-btn07 h2, #nav-btn08 h2, #nav-btn09 h2 {
	position: absolute;
	top:2.1em;
	left:7vw;
	margin-left:2vw;
	line-height:0;
}



#nav-img01, #nav-img02, #nav-img03, #nav-img04, #nav-img05, #nav-img06, #nav-img07, #nav-img08, #nav-img09 {
	position: relative;
	width:7vw;
	height:55px;
	object-fit: cover;
}
/*ナビボトムここまで*/


/*スポンサーズここから*/
#sponsors {
  display: none;
  position: relative;
	width:90%;
  margin-top:0;
  margin-left:0;
	margin-right:0;
	padding-left:0%;
	padding-right:0%;
	padding-top:0;
	background: transparent;
  height:auto;
}


#sponsors-contents {
  position: relative;
  width:100%;
  padding-top:0;
  padding-left:0%;
  padding-right:0%;
  padding-bottom:0%;
  margin-top:0;
  margin-left: 10%;
  margin-right:5%;
  margin-bottom:5%;
  background: transparent;
  z-index: 50;
}



#sponsors-contents .style02 {
  position: relative;
  width:100%;
  padding-left:0;
  padding-right:10%;
  margin-top:0;
  margin-left:0;
  margin-right:0;
  color:#000;
  font-size:1.8em;
  background-color: transparent;
  z-index: 51;
}

#sponsor-name {
  position:relative;
  display: inline-block;
  top:0px;
  width: 29%;
  margin-top:5px;
  margin-left:0%;
  margin-right:0;
  z-index: 52;
}

#sponsors-img01, #sponsors-img02, #sponsors-img03, #sponsors-img04, #sponsors-img05, #sponsors-img06, #sponsors-img07 {
  position:relative;
  width:100%;
  margin:0;
  padding:0;
}

#sponsors-img03 {
  border:solid #b6c9c9 1px;
}

#sponsors-img01:hover, #sponsors-img02:hover, #sponsors-img03:hover, #sponsors-img04:hover, #sponsors-img05:hover, #sponsors-img06:hover, #sponsors-img07:hover {
  display: block;
  filter: invert(20%);
  background-color: transparent;
}
/*スポンサーズここまで*/ 
/*サイドメニューここまで*/
	
/*　画面サイズが1500pxからはここを読み込む　*/ 	
@media screen and (min-width:1500px) { 

  #rogo {
    position: relative;
    vertical-align: middle;
    width:23%;
    height:60px;
    top:0;
	  left:20px;
	  margin:0;
	  line-height: 60px;
    
}


 
  
#rogo img {
    max-width:100%;
    height:auto;
}


#info {
	position: fixed;
  top:580px;
	right:2%;
	width:26%;
	margin-left:0;
	margin-right:0;
	margin-top:0;
  padding-left:0%;
  padding-right:2%;
  z-index: 50;
	
	
}
	
#info-fukidashi  {
	width: 25%;
	padding-top:0;
}

#navimenu-bottom {
	position: fixed;
	top:30px;
	right:2%;
	width:27%;
	margin-left:0;
	margin-right:0;
	padding-left:1%;
	padding-right:1%;
	padding-top:0;
	background: #fff;
	overflow-y: scroll;
	height: 550px;
	background-color: transparent;
}

#footer-rogo {
    width:20%;
    margin-left:auto;
    margin-right:auto;
    vertical-align: bottom;
}

#rogo img {
    position: relative;
    vertical-align: middle;
    text-align: center;
    width:100%;
	margin-top:0%;
	margin-left:10px;
}
	
#snslink img {
    display: inline-block;
    width:3.5%;
    padding-bottom:20px;
}

}