@charset "utf-8";
#top {
    height: 3370px;
    background-image: url("image/back.png");
    background-size: 100%;
     text-align: left;
     position: absolute;
     top: -45px;
    
    
}

body {
    font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
  }

.fadeslide {
	position: absolute;
	width: 90%;
	height: 600px;
	overflow: hidden;
	z-index: 0;
    align-items: center;
    margin: auto;
    margin-top: 140px;
    margin-left: 17px; 
    
}

.fadeslide img{
    width: 100%;
}

.fadeslide div {
	position: absolute;
	top: 0;
	left: 0;
}

.fadeslide div:nth-of-type(1) {
	animation: fadeslide 45s 0s infinite both;
	z-index: 10;
}

.fadeslide div:nth-of-type(2) {
	animation: fadeslide 45s 5s infinite both;
	z-index: 9;
}

.fadeslide div:nth-of-type(3) {
	animation: fadeslide 45s 10s infinite both;
	z-index: 8;
}

.fadeslide div:nth-of-type(4) {
	animation: fadeslide 45s 15s infinite both;
	z-index: 7;
}

.fadeslide div:nth-of-type(5) {
	animation: fadeslide 45s 20s infinite both;
	z-index: 6;
}

.fadeslide div:nth-of-type(6) {
	animation: fadeslide 45s 25s infinite both;
	z-index: 5;
}

.fadeslide div:nth-of-type(7) {
	animation: fadeslide 45s 30s infinite both;
	z-index: 4;
}

.fadeslide div:nth-of-type(8) {
	animation: fadeslide 45s 35s infinite both;
	z-index: 3;
}

.fadeslide div:nth-of-type(9) {
	animation: fadeslide 45s 40s infinite both;
	z-index: 2;
}

.fadeslide div:nth-of-type(10) {
	animation: fadeslide 45s 45s infinite both;
	z-index: 1;
}

@keyframes fadeslide {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	25% { left: 0; opacity: 0; }
	26% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
}


*{
    margin: 0;
    padding: 0;
}

.menu-btn {
    position: fixed;
    top: 20px;
    right: 5px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    
   
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 35px;
    border-radius: 3px;
    background-color:black;
    position: absolute;
}
.menu-btn span:before {
    bottom: 11px;
}
.menu-btn span:after {
    top: 11px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}


.kigyourogo img{
    width: 30%;
    margin-top: 90px;
    margin-left: 12px;

}





.top-right {
    position: absolute;
    top: 200px;
    right: 20px;
    writing-mode: vertical-rl;
    font-size: 1em;
    letter-spacing: 2px;
    rotate: -3deg;
    font-family: bold;
  }

.treerogo img{
 position: absolute;
  top: 600px;
  left: 13px;
  width: 42%;
}


h1{
  position: absolute;
  top: 690px;
  left: 30px;
  overflow: hidden; /*overflowプロパティを追加*/
}

h1 img{
    width: 110%;
}

.fadein-before{
    /*透過度の設定。0で表示されなくなる。*/
    opacity: 0;
    /*要素を左に50pxずらしたところに配置する*/
    transform:translateX(-50px);
    /*透過度と表示位置を1秒かけて変化させる*/
    transition:opacity 1s,transform 1s;
}

.fadein-after{
    /*透過度の設定。非表示から表示にする。*/
    opacity: 1;
    /*要素を100px左にしていたのを元の位置に戻す*/
    transform: translate(0);
}




div.animation_box {
    position: absolute;
    width: 100%;
    align-items: center;

    animation: fadeIn 6s ease 1s 1 normal backwards;
  }
   
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .animation_box img{
    position: absolute;
    top: 900px;
    width: 100%;
    align-items: center;
    overflow: hidden; /*overflowプロパティを追加*/
  }


.kaburu{
    position: absolute;
    top: 949px;
    left:100px;
    text-align: center;
}


.sukunai{
    position: absolute;
    top: 1090px;
    right:82px;
    text-align: center;
}

.kantan{
    position: absolute;
    top: 1249px;
    left:58px;
    text-align: center;
}


  .kaiketu{
    position: absolute;
    top: 1399px;
    left:54px;
    text-align: center;
  }

.circle img{
    position: absolute;
    top: 1530px;

    width: 100%;
}

.lineup1{
    position: absolute;
    top: 1583px;
    left: 13px;
    font-size: 0.7em;
}

.lineup2{
    position: absolute;
    top: 1589px;
    left: 13px;
    font-size: 3em;
}

.setumei1{
    position: absolute;
    top: 1673px;
    left: 20px;
    font-size: 1.3em;
}

.setumei2{
    position: absolute;
    top: 2045px;
    right: 1px;
    font-size: 1.3em;
}


.btn {
    display: block;
    position: absolute;
    top: 2430px;
    left: 75px;
    text-align: center;
	
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1em 3rem;
	font-weight: bold;
	border: 2px solid #fce447;
	background: #fce447;
	color: black;
	border-radius: 100vh;
	transition: 0.5s;

    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
.btn:hover {
	color: goldenrod;
	background: #fff;
    
    
  }


  .com{
        position: absolute;
        top: 2630px;
        left:180px;
        writing-mode: vertical-rl;
        font-size: 1em;
        letter-spacing: 2.4px;

        height: 200px;
        font-family: bold;
      }


      html {
        scroll-behavior: smooth;
    }
    .pagetop {
        height: 50px;
        width: 50px;
        position: fixed;
        right: 30px;
        bottom: 30px;
        background: #fff;
        border: solid 2px #000;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    
    .pagetop__arrow {
        height: 10px;
        width: 10px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        transform: translateY(20%) rotate(-45deg);
    }

    .footer img{
        position: absolute;
        top: 3170px;
        width: 40%;
        left:113px;
        
    }

    .btn2 {


        position: absolute;
        top: 3260px;
        left: 135px;
      }

      .btn2 img{
        width: 38px;
      }

      .btn3 {


        position: absolute;
        top: 3264px;
        right: 133px;
      }

      .btn3 img{
        width: 43px;
      }