@import url('https://fonts.googleapis.com/css2?family=Potta+One&family=Rampart+One&family=Shippori+Antique&family=Yuji+Syuku&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Yuji Syuku", serif;

}


body{
    background-color: #f2f2f2;
}
.slide{
    height: 100%;
    width: 160px;
    position: absolute;
    background-color: #fff;
    transition: 0.5s ease;
    transform: translateX(-180px);
    z-index: 1;
}

h1{
    color: #1e3820;
    font-weight: bolder;
    font-size: 19px;
    text-align: right;
    padding: 10px 0;
    padding-right: 22px;
    pointer-events: none;
    
}
h2{
    color: #f2f2f2;
    font-weight: 600;
    font-style: bold;
    cursor: pointer;
    position: fixed;
    margin: 1.3em auto 20px auto;
    left: 50%;  
    transform: translateX(-50%); 
    top: 10px;
}

ul li{
    list-style: none;
    cursor: pointer;
}

ul li a{
    text-decoration: none;
    color: #011a41;
    font-weight:500;
    padding:7px 0;
    display: block;
    transition: 0.2s ease-out;
}
ul li:hover a{
    color: #fff;
    background-color: #1e3820;
    
}
ul li a i{
    width:35px;
    text-align: center;
}
input{
    display: none;
    visibility: hidden;
    -webkit-appearance: none;

}
.toggle{
    position: fixed;
    height: 26px;
    width: 30px;
    top: 50px;
    left: 3px;
    z-index: 2;
    cursor: pointer;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,1,0.6);

}
.toggle .common{
    position: absolute;
    height: 2px;
    width: 20px;background-color:#1e3820 ;
    border-radius: 50px;
    transition: 0.3s ease;
}
.toggle .topline{
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.toggle .midline{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.toggle .botline{
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}
input:checked ~ .toggle .topline{
    left: 2px;
    top: 14px;
    width: 25px;
    transform: rotate(45deg);
}
input:checked ~ .toggle .botline{
    left: 2px;
    top: 14px;
    width: 25px;
    transform: rotate(-45deg);
}
input:checked ~ .toggle .midline{
    opacity: 0;
    transform: translateX(15px);
}
input:checked ~ .slide{
    transform: translateX(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}


.top-bar {  
    background-color: #1e3820;  
    color: #fff;  
    display: flex;  
    justify-content: center;  
    align-items: center;  
    padding: 0.5rem 5%;  
    font-size: 0.9rem;  

    box-sizing: border-box; 
    width: 100%;
  }  

.logo {  
    
    margin: 1.3em auto 20px auto;
    
     
    left: 50%;  
    transform: translateX(-50%);  
    font-weight: bold;  
     
   
  }  
  .logo a {
    color: red;
    text-decoration: none;
  }

   /* ===== Video ===== */  
   .video-container {  
    position: relative;  
    width: 100%;  
    height: 100vh; /* ビューポートの高さに合わせる */  
     /* はみ出る部分を隠す */  
}  

  .video-container video {  
    position: absolute;  
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%);  
    min-width: 100%;  
    min-height: 100%;  
    width: auto;  
    height: auto;  
    object-fit: cover; /* アスペクト比を維持してコンテナに合わせる */  
    z-index: -1; /* 他の要素の背面に配置 */  
  }  
.kaishi{
    color: rgb(211, 17, 17);
    font-weight: 800;
    font-style: bold;
    font-size: 40px;
    position: relative;
    white-space: nowrap
    

  }
.fonts{
    font-family:  "Shippori Antique", serif;
    color: #fff;
    font-style: italic;
    font-size: 1.3em;
    top: 20%;
    right: 3%;
    margin: 1.3em auto 20px auto;
    position: absolute;
    font-weight: 800;
    padding: 2em auto;
    line-height: 2;
}




.yoyaku {  
    text-transform: uppercase;  
    display: inline-block;  
    text-align: center;  
    font-weight: bold;  
    position: absolute;  
    right: 23%;  
    top: 350px;  
    background-color: #fff;  
    color: #ff0072;  
    padding: 6px 6px;  
    border: 3px solid #ff0072;  
    border-radius: 2px;  
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);  
    cursor: pointer;  
    transition: all 0.3s ease; /* 添加过渡动画 */  
  }  
  
  .yoyaku:hover {  
    background-color: #fff; /* 背景颜色变为粉红色 */  
    color: #fff; /* 文字颜色变为白色 */  
    transform: scale(1.1); /* 放大按钮 */  
    box-shadow: 0 4px 15px rgba(255, 0, 114, 0.5); /* 增强阴影效果 */  
  }  
  
  .yoyaku a {  
    color: red;  
    text-decoration: none;  
    font-size: 20px;  
  }

  .button2 {  
    text-transform: uppercase;  
    display: inline-block;  
    text-align: center;  
    font-weight: bold;  
    position: fixed;  
    right: 12%;  
    top: 3em;  
    background-color: transparent; /* 背景透明 */  
    padding: 0.1em 0.1em;  
    border: 3px solid transparent; /* 如果需要透明边框 */  
    border-radius: 2px;  
    box-shadow: none; /* 移除阴影 */  
    cursor: pointer;  
    transition: all 0.3s ease; /* 添加过渡动画 */  
}  

.button2:hover {  
    background-color: transparent; /* 悬停时保持透明 */  
    color: #fff; /* 文本颜色 */  
    transform: scale(1.1); /* 放大按钮 */  
    box-shadow: none; /* 移除阴影 */  
}
  .button2 a{
    color: #1e3820;
    font-size: 10px;
    text-decoration: none;
  }
@media (max-width: 768px) {  
  .slide {  
    width: 70vw;  
    transform: translateX(-75vw);  
  }  
  .toggle {  
    width: 44px;  
    height: 44px;  
  }  
}