@charset "utf-8";

body{
    height: 0%;
    margin:0px;
    padding: 0%;
    background-color: rgb(255, 255, 255);
}

.headerdesu{
    background-color:#ffffff;
    position: fixed;
    z-index: 20;
}

.headerdesu img{
    margin-top: 15px;
    margin-left: 300px;
    height: 50px;
    position: absolute;
    z-index: 30;
}

body {
    margin: 0;
    font-family: "Futura", Helvetica, sans-serif;
   
  }
  
  /* Navbar & Navmenu color */
  :root {
    --background-navbar: rgba(255, 255, 255, 0.98);
    z-index: 100;
  }
  
  .header {
    background: var(--background-navbar);
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 15;
  }
  
  /* Nav items */
  .menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    z-index: 100;
  }
  
  /* Hamburger menu button */
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    z-index: 100;
  }
  
  /* Hamburger menbu text */
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0;
    transition: 0.5s;
    z-index: 100;
  }
  
  .menu li {
    border-top: 1px solid rgb(255, 255, 255);
    padding: 15px 0;
    margin: 0 54px;
    opacity: 0;
    transition: 0.5s;
  }
  
  .menu-btn:checked ~ .menu a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  
  .menu-btn {
    display: none;
  }
  
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-top: 18px;
  }
  
  .navicon {
    background: #000000;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #000000;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before {
    top: 9px;
  }
  
  .navicon:after {
    bottom: 9px;
  }
  
  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger Menu Animation End */
  
  
  /* Navbar Text */
  .navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
  }

.haikei{
  margin: 0px;
  z-index: 1;
}

.enn1 img{
  position: absolute;
  top: 210px;
  z-index: 10;
  width: 210px;
}

.enn2 img{
  position: absolute;
  top:  80px;
  right: 0px;
  z-index: 10;
  width: 100px;
}

.enn3 img{
  position: absolute;
  top:  110px;
  left: 0px;
  z-index: 9;
  width: 100px;
}

.enn4 img{
  position: absolute;
  top:  380px;
  right: 0px;
  z-index: 9;
  width: 190px;
}

.ennn1 img{
  position: absolute;
  top:  100px;
  left: 70px;
  z-index: 11;
  width: 50px;
}

.ennn2 img{
  position: absolute;
  top:  420px;
  left: 100px;
  z-index: 12;
  width: 100px;
}

.ennn3 img{
  position: absolute;
  top:  530px;
  left: 310px;
  z-index: 12;
  width: 90px;
}

.ennn4 img{
  position: absolute;
  top:  600px;
  right: 250px;
  z-index: 12;
  width: 200px;
}

.ennn5 img{
  position: absolute;
  top:  650px;
  right: 100px;
  z-index: 12;
  width: 90px;
}

.ennn6 img{
  position: absolute;
  top:  670px;
  left: 260px;
  z-index: 9;
  width: 140px;
}

.ennn7 img{
  position: absolute;
  top:  550px;
  left: 30px;
  z-index: 9;
  width: 70px;
}

.ennn8 img{
  position: absolute;
  top:  50px;
  left: 150px;
  z-index: 9;
  width: 60px;
}

.ennn9 img{
  position: absolute;
  top:  600px;
  left: 100px;
  z-index: 8;
  width: 60px;
}

.ennn10 img{
  position: absolute;
  top:  950px;
  left: 300px;
  z-index: 9;
  width: 150px;
}

.enen1 img{
  position: absolute;
  top:  1300px;
  right: 300px;
  z-index: 9;
  width: 100px;
}

.enen2 img{
  position: absolute;
  top:  900px;
  right: 300px;
  z-index: 9;
  width: 60px;
}

.enen3 img{
  position: absolute;
  top:  1750px;
  left: 300px;
  z-index: 1;
  width: 150px;
}

.enen4 img{
  position: absolute;
  top:  1680px;
  right: 300px;
  z-index: 1;
  width: 90px;
}

.enen5 img{
  position: absolute;
  top:  2190px;
  right: 330px;
  z-index: 1;
  width: 200px;
}

.enen6 img{
  position: absolute;
  top:  3090px;
  left: 330px;
  z-index: 1;
  width: 90px;
}

.enen7 img{
  position: absolute;
  top:  3940px;
  right: 300px;
  z-index: 1;
  width: 150px;
}

.toptext1{
    height: 50px;
    margin-top: 100px;
    margin-left: 200px;
    position: absolute;
    color: #ffffff;
    font: optional;
    position: absolute;
    top: 100px;
    font-size: 18px;
}

.toptext2{
    height: 50px;
    margin-top: 150px;
    margin-left: 260px;
    position: absolute;
    color: #ffffff;
    font: optional;
    position: absolute;
    top: 100px;
    font-size: 18px;
}

.maru img{
  width: 370px;
  position: relative;
  z-index: 10;
}

.text{
  color: #ffffff;
  position: absolute;
  top: 800px;
  right: 60px;
  z-index: 20;
}

.text1{
  color: #ffffff;
  position: absolute;
  top: 980px;
  left: 60px;
  z-index: 20;
}

.text2{
  color: #ffffff;
  position: absolute;
  top: 1190px;
  right: 55px;
  z-index: 20;
}

.text3{
  color: #ffffff;
  position: absolute;
  top: 1460px;
  left: 110px;
  z-index: 20;
}

.text5{
  position: absolute;
  top: 1660px;
  left: 30px;
  text-align: center;
  color: #ffffff;
  z-index: 100;
  margin: 80px
}

.manabi img{
  position: relative;
  width: 300px;
  margin-left: 30px;
  z-index: 10;
}

.syasinn img{
  margin-top: 30px;
  margin-left: 35px;
  width: 300px;
  z-index: 80;
}

.syatext1{
  position: absolute;
  top: 1880px;
  left: 70px;
  font-size: 150%;
  z-index: 100;
  color: #ffffff;
}

.syatext2{
  position: absolute;
  top: 1930px;
  left: 70px;
  font-size: 80%;
  z-index: 100;
  color: #ffff
}

.eizou img{
  margin-top: 30px;
  margin-left: 35px;
  width: 300px;
  z-index: 10;
}

.eizoutext1{
  position: absolute;
  top: 2320px;
  left: 70px;
  font-size: 150%;
  z-index: 100;
  color: #ffffff;
}

.eizoutext2{
  position: absolute;
  top: 2360px;
  left: 70px;
  font-size: 80%;
  z-index: 100;
  color: #ffffff;
}

.webdeza img{
  margin-top: 30px;
  margin-left: 35px;
  width: 300px;
}

.webdezatext1{
  position: absolute;
  top: 2740px;
  left: 70px;
  font-size: 150%;
  z-index: 100;
  color: #ffffff;
}

.webdezatext2{
  position: absolute;
  top: 2780px;
  left: 70px;
  font-size: 80%;
  z-index: 100;
  color: #ffffff;
}

.graphic img{
  margin-top: 30px;
  margin-left: 35px;
  width: 300px;
}

.graphictext1{
  position: absolute;
  top: 3160px;
  left: 70px;
  font-size: 150%;
  z-index: 100;
  color: #ffffff;
}

.graphictext2{
  position: absolute;
  top: 3200px;
  left: 70px;
  font-size: 80%;
  z-index: 100;
  color: #ffffff;
}

.pakke-gi img{
  margin-top: 30px;
  margin-left: 35px;
  width: 300px;
}

.pakke-gitext1{
  position: absolute;
  top: 3580px;
  left: 70px;
  font-size: 150%;
  z-index: 100;
  color: #ffffff;
}

.pakke-gitext2{
  position: absolute;
  top: 3620px;
  left: 70px;
  font-size: 80%;
  z-index: 100;
  color: #ffffff;
}

.tophe img{
  width: 50px;
  margin-top: 30px;
  margin-left: 300px;
}

.kousiki{
  margin-top: 50px;
  text-align: center;
}

.kousikiyoutube img{
  position: absolute;
  top: 4130px;
  left: 70px;
  width: 50px;
  height: 50px;
}

.kousikifase img{
  position: absolute;
  top: 4130px;
  left: 130px;
  width: 50px;
  height: 50px;
}

.kousikiinsta img{
  position: absolute;
  top: 4130px;
  left: 190px;
  width: 50px;
  height: 50px;
}

.kousikiX img{
  position: absolute;
  top: 4130px;
  left: 250px;
  width: 50px;
  height: 50px;
}

.kousikisaito{
margin-top: 130px;
margin-left: 30px;
}

.koutuu{
  margin-top: 10px;
  margin-left: 30px;
}

.otoiawase{
  margin-top: 10px;
  margin-left: 30px;
}

.rogo img{
  width: 70px;
  margin-top: 50px;
  margin-left: 130px;
}




/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
    color: black;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -15px;
    /*テキストの形状*/
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
