@charset "utf-8";
body{width: 100%;}
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

    
    @keyframes fadein {
      0% {opacity: 0}
      100% {opacity: 1}
    }
    /*見出し設定*/
    #midasi2{
        /*要素の配置*/
        width: 40%;
        position:absolute;
        /*要素を天地中央寄せ*/
        top: 30.5%;
        left: 30%;
        transform: translateY(-50%) translateX(-50%);
        /*見た目の調整*/
        font-family: "athelas", serif;
font-weight: 300;
font-style: normal;
letter-spacing: 1.7px;
        color:#e0e0e0;
        font-size: 20px;
        text-shadow: 0 0 15px #5a5a5a;
        animation: fadeout 3s ease-out forwards;
    }
    
    @keyframes fadeout {
      0% {opacity: 1}
      100% {opacity: 0}
    }
    #midasi{position: absolute;
        top: 32%;
        left: 10.5%;
        color:#fff;
        letter-spacing: 1px;
        font-size: 7px;
        font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 100;
font-style: normal;
        
        animation: fadeout 3s ease-out forwards;
    }
    
    @keyframes fadeout {
      0% {opacity: 1}
      100% {opacity: o}
    }


/*ハンバーガーメニュー*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    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: 1.5px;
    width: 25px;
    border-radius: 3px;
    background-color: #ccc;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#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;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    opacity: 0.9;
    background-color: #000000;
}
.menu-content ul {
    padding-left: 70px;
    padding-top: 70px;
   text-align: left;
    display: block;

}
.menu-content ul li {
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 30px 15px 10px 0;
    position: relative;
    
}
.menu-content ul li a:hover{text-shadow: 0 0 5px #ffffff;
text-decoration: underline;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #292929;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}/*ここまでハンバーガー*/

.content__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
}
.content__wrap p {
    padding: 50px;
    position: relative;
    z-index: 20;
}
.content-wrap--bg p {
    color: #fff;
}
.content-wrap--bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: 0;
}
.content-wrap--bg.show::before {
    opacity: 0;
}
.content-wrap--bg001::before {
    background: #fff;
    opacity: 0;
}
.container {
    opacity: 0;
    transform: translateY(20px); /* Adjust the initial vertical position */
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
      

.box{width: 100%;
height: 100px;}
.wrap {
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}



.fade-container {
    opacity: 0;
    transform: translateY(20px); /* Adjust the initial vertical position */
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .fade-container.fade-in {
    opacity: 1;
    transform: translateY(0);
  }
  .haikei{margin-top: 1100px;
    height: 3040px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 黒色の透明な背景 */
}
.bunn3{text-align: left;
    margin-top: 370px;
    line-height: 27px;
    font-family:"a-otf-ryumin-pr6n", serif;
    font-weight: 100;
    letter-spacing: 1.4px;
    color: #b6b6b6;
    font-size: 15px;
    text-decoration: none;
    font-size: 13px;

    }


.fade-container {
    opacity: 0;
    transform: translateY(30px); /* Adjust the initial vertical position */
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .fade-container.fade-in {
    opacity: 1;
    transform: translateY(0);
  }


  .fadeIn {
    transform: translate3d(0, 50px, 0);
    transition: 1s;
    opacity: 0;
  }
  .fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }


.sisetukari{width: 100%;
height: auto;
margin-top: 50px;}

.sisetu{width: 100%;
height: auto;}

.stadio{width: 60%;
margin-left: 30px;}
.stadio1{width: 100%;
height: auto;}

.syoumei{width: 60%;
margin-left: 120px;
margin-top: 80px;}
.syoumei1{width: 100%;
height: auto;}

.kizai{width: 60%;
    margin-left: 30px;
margin-top: 80px;}
 .kizai1{width: 100%;
    height: auto;}

    .atorie{width: 50%;
        margin-left: 150px;
        margin-top: 80px;}
        .atorie1{width: 90%;
        height: auto;}
        .rokka{width: 60%;
            margin-left: 30px;
        margin-top: 80px;}
         .rokka1{width: 100%;
            height: auto;}
        .kaidan{width: 50%;
            margin-left: 145px;
            margin-top: 80px;}
            .kaidan1{width: 90%;
            height: auto;}
            .syokudou{width: 60%;
                margin-left: 30px;
            margin-top: 60px;}
                .syokudou1{width: 100%;
                height: auto;}
                .syokudoumae{width: 60%;
                    margin-left: 120px;
                margin-top: 60px;}
                    .syokudoumae1{width: 100%;
                    height: auto;}








.syousai{margin-top: -42px;
    font-family: "athelas", serif;
position: absolute;
top: 130px;}


    .sita{height: 650px;


        background-color: #fff;
        
        
        }
a {
color:#333;
text-decoration:none;
}
        .contact
        {font-size: 19px;
            color: #535353;
        margin-left: 50px;
        margin-top: 440px;
        font-family:"a-otf-ryumin-pr6n", serif;
    
        letter-spacing: 1px;
        }     
        .please{font-size: 10px;
            margin-top: 0px;
            margin-left: 50px;
            font-family:"a-otf-ryumin-pr6n", serif;
            letter-spacing: 0px;
            opacity: 0.7;
            color: #777;}
            .botan3{
                width: 18%;
            height: auto;
            margin-left: 60px;
            margin-top: 30px;
            }
            .slider1 a{
                display: block;
                background:#fff;
                text-align: left;
               
            }
            
            .tate{color: #686868;
            
                margin-top: 20px;
                }
                .wrapper1 {
                    width:70%;
                    margin:0 auto;
                }
                .insta{width: 7%;
                    height: auto;
                    margin-left: 60px;
                margin-top: 40px;
                }
                
                
                .tyosaku{font-size: 13px;
                margin-top: 180px;
                    text-align: center;
                    background-color: #fff;}
                    @media screen and (max-width:768px) {
                        .slider1 {
                           opacity: 0.7;
                            
                            
                            
                        }
                    
                        .slider1 li {
                            border-bottom:1px solid #ccc;
                            
                            font-size: 14px;
                            list-style: none;
                            line-height: 50px;
                           
                        }
                    
                        .slider1 li:last-child {
                            border-bottom:none;
                        }
                        .slider1 span {
                            display:block;
                        padding-bottom:10px;
                        font-size: 70%;
                        letter-spacing: 2px;
                        }
                    }           
                    
                 
                    .bunn1{width: 100%;
                        position: absolute;
                        margin-top: 0px;
                        }
                        .bunn5{width: 100%;
                            position: absolute;
                            margin-top: 170px; }
 .box3{width: 100%;
margin-top: 100px;}




