.slick-dots{
    padding: 0px !important;
    padding-top: 1% !important;
}
.slick-dots button{
    height: 15px !important;
}
.movie_w2{
    display: block;
    width: 70%;
   
    margin-left: 15%;
    margin-bottom: 18%;
    height: 400px;
    margin-top: -3%;
}
.g_movie2{
  width: 100%;
  padding:2%;
  border: 2px dotted gray;
    display: block !important;
   

}

.movie_w{
    display: block;
    width: 50%;
    
    margin-left: 25%;
    margin-bottom: 0%;
    height: 500px;
    margin-top: 6%;
}
.g_movie{
  width: 50%;
  padding:2%;
  border: 2px dotted gray;
    display: block !important;
    position: relative !important;

}
.title_mov{
    display: block;
    margin-bottom: 5%;
   color: #444444;
   margin-top: 0px;
}

/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:50px 20px;
}

.sort-btn li{
	background:#eee;
list-style:none;
	border-radius:0px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
	background:#ccc;	
}
.top_ii{
    width: 100%;
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 600px) {
    .modaal-inner-wrapper{
        padding:52px 14px !important;
    }
    .movie_w2{
        width: 92%;
        margin-left: 2%;
        margin-top: 1%;
        height: 190px;
    }
    .slick-next{
        display: none !important;
    }
    .slick-prev{
        display: none !important;
    }
    .slick-dots{
        display: none !important; 
    }
    .slider{
        width: 100% !important;
        padding-left: 0px !important;
    }
    .title_mov{
        margin-bottom: 2%;
    }
    .movie_w{
        display: block;
        width: 90%;
     
        margin-left: 5%;
        margin-bottom: 10%;
        height: 250px;
        margin-top: 0%;
    }

    .g_movie{
        width: 100%;
      
        padding:2%;
        border: 2px dotted gray;
          display: block !important;
          position: relative !important;
      left: 50% !important;
      }
.sort-btn{
	justify-content: space-between;
padding-top: 2%;
padding-bottom: 1%;
}

.sort-btn li{
	width:40%;
	margin:0 0 10px 0;
	text-align:center;
	}	
}

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
  width: 84%;
 padding-left: 0%;
 margin-left: 9.5%;
 
}
.gallery_w{
    width: 100%;
    margin-left: 0%;
   padding-left: 0px;
    text-align: center;
}
/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 30%;/*横並びで3つ表示*/
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  z-index: 1;
list-style:none;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 600px) {
    .grid {
        position: relative;/*並び替えの基準点を指定*/
        width: 92%;
       padding-left: 0%;
       margin-left: 4%;
       
      }
.item {
  width: 48%;/*横並びで2つ表示*/
}


}

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent!important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}

.sk-container {
    max-width: 70%;
    margin: 0 auto;
    padding: 2rem 1rem;
    margin-bottom: 0px;
    padding-bottom: 0px;
    
  }
  .damovie{
    width: 70%;
    height: 350px;
  }
.sikokui{
    width: 100%;
}
  .sk-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.5rem;
  }

  .sk-event {
    margin-bottom: 2rem;
    display: inline-block;
    width: 26.5%;
    padding: 2%;
    margin: 1%;
    border: 1px dotted #444444;
    vertical-align: top;
    height: 350px;
  }

  .sk-event h2 {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: #333;
    margin-top: 0px;
    margin-bottom: 6.5%;
  }

  .sk-subtitle {
    
    text-align: left;
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0.5rem;
  }

  .sk-details {
    text-align: left;
    font-size: 1rem;
    line-height: 2em;
    color: #444;
  }
  .moviek{
    width: 100%;
  }
.skbtn{
    padding: 1%;
    padding-bottom: 1.4%;
    margin-top: 4%;
    background-color: #444;
    color: white;
    display: inline-block;
}
.goma_info{
    width: 60%;
    margin-top: 1%;
    margin-bottom: 10%;
}
.new_frame{
    padding-top: 4.5%;
    width: 100%;
    border: white !important;
    height: 300px;
    
}
#top-bar{
    display: none !important;
    opacity: 0 !important;
}
  @media screen and (max-width: 600px) {
    .new_frame{
        overflow: scroll;
    }
    .goma_info{
        width: 100%;
        margin-top: 3%;
        margin-bottom: 14%;
    }
    .spdai{
        margin-bottom: 3% !important;
    }
    .damovie{
        width: 100%;
        margin-top: 5%;
        margin-bottom: 14%;
    }
    .sk-event {
        width: 80%;
        padding: 9%;
        margin-bottom: 10%;
    }
    .sk-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 2rem 1rem;
        margin-bottom: 3%;
        padding-top: 0px;
        padding-bottom: 0px;
        
      }
    .sk-title {
      font-size: 1.5rem;
    }

    .sk-event h2 {
      font-size: 1.2rem;
    }

    .sk-details {
      font-size: 1em;
    }
    .spevent{
        height: 220px;
    }
  }

.goma_sc{
 width: 50%;
    height: 280px;
    border: none;
    overflow: hidden !important;
    scrollbar-width: none; /* Firefox対応 */
    -ms-overflow-style: none;  /* IE対応 */
    
}
.ectex{
    margin: 0px;
    text-align: left;
}
.bwhite{
    position: absolute !important;
    z-index: 300;
    left: 0px;
    bottom: 80px;
    width: 50%;
    height: 50px;
    background-color: white;;
}
  
  .goma_sc::-webkit-scrollbar {
    display: none !important;  /* Chrome, Safari */
  }
.switcherOuter{
    display: none !important;
    opacity: 0 !important;
}
.cont_img{
    width: 70%;
}
.scon_t{
    font-size: 1.4em;
    font-weight: 900;
}
.cont_tex{
    width: 70%;
    text-align: left;
    margin-left: 15%;
    line-height: 2.5em;
    padding-bottom: 5%;
    
}
.bwhite{
    position: relative;
}
.cont_tit{
letter-spacing: 0.1em;
    display: inline-block;
    padding-bottom: 0.8%;
    margin-bottom: 5%;
    border-bottom: 1px solid black;
    margin-top: -3%;
}
.con_wrap{
    padding: 2%;
    background-color: rgb(72, 72, 72); /* 黒の50%透過 */
    padding-top: 1.5%;
    padding-bottom: 1.3%;
}
.gnavi{
   padding-top: 0.5%;
   float: right;
}
.conlogo{
width: 12%;
display: inline-block;
}
    .fadeUpTrigger{
        opacity: 0;
        }
        .fadeUp {
            animation-name: fadeUpAnime;
            animation-duration:2s;
            animation-fill-mode:forwards;
            opacity: 0;
        }
        @keyframes fadeUpAnime{
        from {
            opacity: 0;
            transform: translateY(100px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
        }
.kbacki{
    width: 100%;
    margin-bottom: 2%;
}
.kmapb{
    background-color: #444444;
    color: white;
    display: block;
    width: 20%;
    padding: 1%;
    
    text-align: center;
}
.koya_btn{
    width: 50%;
    margin-left: 22%;
color: black;
text-align: center;
position: absolute;
bottom: 15%;

padding-top: 4%;
color: white;
background-color: #444444;
padding-bottom: 4%;
cursor: pointer;
}
.kouyai{
    width: 70%;
    display: inline-block;
    text-align: center;

}
.abt_title3{
    width: 5%;
        font-size: 2em;
            writing-mode: vertical-rl;
            display: inline-block;
            height: 38%;
            letter-spacing: 0.3em;
            text-align: left;
        }
.kouya_lef{
    width: 25%;
    display: inline-block;
    position: relative;
}
.under_ft{
    margin-top: 2%;
}
.kouya_w{
    margin-top: 2%;
    
    width: 90%;
    margin-left: 4%;
}
.f_under{
    width: 100%;
text-align: center;
   background-image: url("img/fb_back.jpg");
   padding-bottom: 2%;
}
.flogo{
    width: 10%;
    margin-top: 2%;
  }
  .footer-menu{
    /* background-color: #689808; */
    width: 100%;
  }
  .footer-menu li a{
    text-decoration: none;
    list-style:none;
    color: black;
  
  }
  .fmapi{
    width: 4%;
    margin-right: 1%;
  
  }
  .footer-menu ul{
    margin-top:0%;
  }
  .footer-menu li {
    
    display: inline-block;
  text-decoration: none;
  list-style:none;
  
  }
.f1_w{
    margin-top: 0%;
    padding: 4%;
    margin-bottom: 0%;
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 5%;
   
    border-bottom: 1px solid gray;
  }
  .gmap{
    display: inline-block;
    width: 40%;
   
  }
      .gm{
        width: 100%;
      height: 275px;
      }
      .bigm{
        font-size: 1.5em;
      }
      a{
        text-decoration: none;
        list-style: none;
        }
        .micon{
          width: 8%;
          vertical-align: middle;
          margin-right: 5%;
        }
      .funder_b{
        margin-top: 3%;
        display: block;
        width: 50%;
      text-align: center;
      border-radius: 5px;
        background-color: white;
        color: #4ea100;
        vertical-align: middle;
      }

      .map_right{
        display: inline-block;
        vertical-align: top;
        line-height: 2.5em;
        width: 40%;
        text-align: left;
        font-size: 1em;
        margin-left: 4%;
        letter-spacing: 0.1em;
        text-decoration: none !important;
        list-style: none !important;
      }





.f_title{
    font-size: 2em;
text-align: center;
    margin: 0px;
    width: 30%;
    display: inline-block;
color: white;
vertical-align: top;
padding-top: 4%;
}
.kbig_t{
    font-size: 2em;
    color: white !important;
    text-decoration: none !important;
    list-style: none !important;
}
.f_c2{
    color: white !important;
    display: inline-block;
  
    padding: 3%;
  padding-top: 1%;
  padding-bottom: 1%;
    margin-left: 4%;
    border: 1px solid white;
    text-align: center;
    margin-top: 4%;
    vertical-align: top;
    
}
.f_c1{
color: white;
    width:40%;
    display: inline-block;
    line-height: 2.5em;
    border-right: 1px solid white;
    padding-right: 3%;
}

.fotter_w{
    padding: 3%;
    background-image: url(img/f_back.jpg);
    background-size: contain;
  

}
.ticon{
    width: 4%;
    margin-right: 2%;
}
.in_bold{
    background-color: #444444;
    color: white;
    padding: 1%;
    padding-top: 0.2%;
    padding-bottom: 0.4%;
}
.in_lis{
    padding-top: 4%;
    padding-bottom: 2.5%;
    width: 95%;
    padding-left: 2%;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted rgb(153, 153, 153);
}
.in_lis a{
    color: #555555;
}

.in_wra {
    overflow-x: auto;               /* 横スクロール有効 */
    scrollbar-width: none;         /* Firefoxでスクロールバー非表示 */
    -ms-overflow-style: none;      /* IE対応 */
  }
  
  .in_wra::-webkit-scrollbar {
    height: 0px;                   /* 横スクロールバーの高さを0にする */
  }
.in_wra{
    vertical-align: top;
    width: 80%;
    margin-left: 6%;
    height: 200px;
    overflow-x: scroll;
    display: inline-block;
    
}
.tirasi{
    width: 50%;
    margin-left: 1%;
    margin-right: 2%;
    display: inline-block;
}
.tirasi2{
    display: inline-block;
    width:28%;
    margin-left: 1%;
    margin-right: 1%;
   
    
    vertical-align: top;
    margin-top: 0px;
}
.top_2con{
    display: inline-block;
    width: 60%;
    margin-top: 1%;
    margin-bottom: 4%;
}
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}
a{
    list-style: none;
    text-decoration: none;
}
.modaal-content-container{
    padding: 5% !important;
}
.modaal-content-container p{
    line-height: 2em;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

.abt_btn{
    padding: 3%;
    color: white;
    background-color: #444444;
    padding-bottom: 4%;
    cursor: pointer;
}
.abt_back{
    background-color: white;
    padding: 3%;
    width: 20%;
    position: absolute;
    top: 10%;
    left: 37%; 
    padding-top: 5%;
    padding-bottom: 8%;
    text-align: -webkit-center;
   
}
.abt_p{
    width: 100%;
    text-align: left;
    line-height: 2em;
}
.info_w{
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    width: 68%;
    margin-top: 2%;
    margin-bottom: 4%;
    padding:1%;
    display: inline-block;
}
.abt_title2{
width: 5%;
    font-size: 2em;
        writing-mode: vertical-rl;
        display: inline-block;
        height: 30%;
        letter-spacing: 0.3em;
    }
.abt_title{
font-size: 2em;
    writing-mode: vertical-rl;
    display: block;
    height: 30%;
}
.mov_link{
    width: 50%;
    margin-bottom: 1%;
}
.k_about{
    margin-top: 3%;
    margin-bottom: 3%;
    width: 100%;
   position: relative;
    text-align: center;
}
.about_img{
    width: 70%;
}
.k_content{
  background-image: url(img/k_back.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; /* ←これが固定のポイント */
    display: block;
    height: 5%;
    width: 100%;
    padding-top: 7%;
    text-align: center;
    padding-bottom: 8%;
}
.t_ul {
    display: flex;           /* liを横に並べる */
    list-style: none;        /* ●マーク削除 */
    padding: 0;
    margin: 0;
   position: absolute;
    left:28%;
    top: 23%;
    text-align: left;
   
  }
  .t_ul2 {
    display: flex;           /* liを横に並べる */
    list-style: none;        /* ●マーク削除 */
    padding: 0;
    margin: 0;
    position: absolute;
    right:28%;
    top: 23%;
    text-align: left;
    
  }
  
  .t_li {
    writing-mode: vertical-rl;  /* 縦書き（右から左へ） */
    text-align: center;
    margin: 0 10px;             /* 横の余白 */
font-size: 1.5em;
letter-spacing: 0.4em;
line-height: 3em;
text-align: justify;

}
  
  .t_li a {
    display: block;
    text-decoration: none;
    color: white;
  
    padding: 10px;
    border-radius: 5px;
  transition: 0.5s;
  vertical-align: top;
    
  }
  
  .t_li a:hover {
   
    opacity: 0.7;
  }
  


.top_wrap{
    background-color: rgba(0, 0, 0, 0.3); /* 黒の50%透過 */
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.top_logo_i{
    width: 10%;
    position: absolute;
    left: 45%;
    top: 11%;
    filter: drop-shadow(0px 0px 0px rgb(255, 255, 255));
}

body{
  
        font-family: "Shippori Mincho", serif !important;
        font-weight: 400;
        font-style: normal;
     
      
}
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

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

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-25px;
	top: -30px;
    /*テキストの形状*/
	color: #eee;
	font-size: 1rem;
  
	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;
    
    
}
.brsp{
    display: none;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:50px;
		opacity: 1;
	}
	100%{
		height:0;
		top:60px;
		opacity: 0;
	}
}
.spno{
    display: none;
}
.kouyai_sp{
    display: none;
}
.hun_w{
    display: none;
}
.hh_wrap{
    display: none;
}
.con_pp{
    padding: 0%;
    margin-top: 0%;
}
.conadd{
    padding-top: 6.5%;
}
.ecbor{
    padding: 3%;
    text-align: left;
    border: 1px dotted gray;
    margin-top: 2%;
}
.c_remove{
    padding-bottom: 0px;
}
@media screen and (max-width: 600px) {
    .c_remove{
        padding-bottom: 14%;
    }

    .fotter_w{
        padding: 3%;
        background-image: url(img/f_back2.jpg);
        background-size: cover;
      
    
    }
    .bwhite{
        width: 100%;
        bottom: 41px;
    }
    .goma_sc{
        width: 100%;
        padding-bottom: 5%;
    }
    .cont_tex{
        width: 92%;
        margin-left: 4.5%;
        line-height: 2.2em;
        margin-top: 0px;
    }
    .cont_img{
        width: 100%;
    }
    .cont_tit{
        font-size: 1.8em;
        margin-top: 3%;
        margin-bottom: 10%;
        padding-bottom: 2.5%;
    }
    .con_pp{
    padding-top: 12%;
    }
    .con_wrap{
        display: none;
    }
    .f_under{
        padding-bottom: 8%;
    }
    .footer-menu ul{
        width: 90%;
        padding: 0px;
        padding-left: 5%;
    }
    .footer-menu li{
        font-size: 0.7em;
    }

    .footer-menu li:first-of-type {
      display: none;
      }
    .flogo{
        width: 30%;
        margin-top: 7%;
    }
    .map_right{
        width: 100%;
        margin-bottom: 5%;
        margin-top: 6%;
        text-decoration: none;
        list-style: none;
        letter-spacing: 0em;
    }
    .gmap{
        width: 100%;
        margin-top: 12%;
    }
    .f_c2{
        margin-top: 0px;
        padding-top: 2%;
        padding-bottom: 2%;
        margin-bottom: 15%;
    }
    .kbig_t{
        letter-spacing: 0.05em;
        color: white !important;
        text-decoration: none !important;
        list-style: none !important;
    }
    .ticon{
        width: 6.5%;
        margin-right: 4%;
    }
    .f_c1{
        width: 94%;
        padding-left: 3%;
        border: none;
    }
    .f_title{
        width: 100%;
        padding-top: 12%;
    }
    .kmapb{
        width: 55%;
        padding: 4%;
    }
    .koya_btn{
        bottom: 6%;
    }
    .kouyai_sp{
        display: block;
        width: 100%;
        margin-bottom: 15%;
    }
    .koya_btn{
        margin-left: 25%;
    }
    .abt_title3{
        margin-right: 1%;
        height: 46%;
        margin-bottom: 5%;
    }
    .kouyai{
        display: none;
    }
    .kouya_lef{
        width: 100%;
    }
    .kouya_w{
        margin-top: 15%;
        margin-left: 5%;
    }
    .tirasi{
        width: 58%;
    }
    .tirasi2{
        width: 33%;
        margin-left:0px;
    }
    .top_2con{
        width: 100%;
    }
    .mov_link{
        width: 94%;
        margin-bottom: 1%;
    }
    .info_w{
        padding: 0px;
        width: 90%;
        border:none;
        margin-bottom: 8%;
    }
    .in_lis{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 4%;
    }
    .in_lis{
        line-height: 1.8em;
    }
    .brsp{
        display: block;
    }
    .in_wra{
        width: 100%;
        margin: 0px;
        margin-bottom: 10%;
        height: 160px;
    }
    .spbr{
        display: none;
    }
    .abt_title{
        margin-top: 4%;
        margin-bottom: 8%;
        height: 44%;
    }
    .abt_title2{
        margin-right: 1%;
        margin-top: 4%;
        height: 30%;
        margin-bottom: 4%;
    }
    .abt_back{
        width: 90%;
        position: relative;
        left: 0%;
        padding-left: 5%;
        background-color: rgba(0, 0, 0, 0);
        padding-bottom: 0%;
    }
    .modaal-close{
        top: 8px !important;
    }
    
    
    
    .k_content{
        padding-top: 1%;
        padding-bottom: 1.5%;
        background-image:none ;
    }

    .k_background-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(img/k_back2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        z-index: -1;
      }
      
      .k_content {
        position: relative;
        z-index: 1;
        padding-top: 7%;
        padding-bottom: 8%;
        text-align: center;
      }

    .k_about{
        margin-top: 5%;
        margin-bottom: 10%;
    }
    .about_img{
        width: 100%;
        display: none;
    }
    .top_logo_i{
        width: 32%;
        left: 34%;
        top: 16%;
    }
    
    video{
        left: 100% !important;
        top: 56% !important;
    }
    .t_ul{
        display: none;
    }
    .t_ul2{
        display: none;
    }
.scrolldown1{
    bottom: 60px !important;
}
.spno{
    display: block;
    margin-top: 10%;
}

/* メニュー開始 */
/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	
	cursor: pointer;
    width: 100px;
    height:100px;
	border-radius: 5px;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
	background: #ffffff;
  	width: 45%;
  }


.openbtn span:nth-of-type(1) {
	top:9px;	
}

.openbtn span:nth-of-type(2) {
	top:17px;
}

.openbtn span:nth-of-type(3) {
	top:25px;
}

.openbtn span:nth-of-type(3)::after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:8px;
	left:-0px;
	color: #666666;
	font-size: 1rem;
	text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
	top:10px;
	left:12px;
}


.batu_b{
    position: absolute;
    left: 0px;
    bottom: 3%;
    width: 99%;
    font-size: 2em;
    font-weight:100;
    opacity: 0.5;
    color: black !important;
  }
.blackww{
    background-color: black;
    width: 100vw;
    height: 100vh;
    display: block;
    opacity: 0.4;
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 25000;
    
    }
    .show_menu{
      top: 0px !important;
      opacity: 1 !important; 
    }
    .show_black{
      display: block;
    }
.openbtn span{
    height: 1px;
  }
  .fmi{
    margin-right: 9%;
    width: 24%;
  }
  .left_icon{
    width: 30%;
    position: absolute;
    left: 18px;
    top: 15px;
    z-index: 13000;
  }

  .openbtn span:nth-of-type(3)::after {
    content:none;/*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top:8px;
    left:-0px;
    color: #666666;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .openbtn{
    /*ボタン内側の基点となるためrelativeを指定。
  追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: relative;
    
    cursor: pointer;
      width: 70px;
      height:100px;
    border-radius: 5px;
  }
.hun_w{
    display: block;
    position:absolute;
    top: 30px;
    right: 0px !important;
    z-index: 12000 !important;
   
  }
.h_lis{
    height: 150px;
    color: black;
    font-weight: 100 !important;
    font-size: 1.1em;
  }

.hhlis_w{
    top: 8vh;
    left: 0px;
    width: 96%;
    color: black;
   margin-left: 0%;
    line-height: 2.5em;
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.1em;
  }
.h_lis2{
    height: 300px;
    font-weight: 100 !important;
  }
.hhlis_w0{
    top: 10vh;
    left: 0px;
    width: 10%;
    color:#412512;
   margin-left: 10%;
    line-height: 2.5em;
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1em;
  }
.hh_wrap{
    display: block;
    opacity: 0;
    position: fixed;
    top: -100vh;
    left: 3vw;
    width: 94vw;
  height: 64vh;
  background-image: url(img/nikoniko.jpg);
    background-size: contain;
    z-index: 30000;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: ease-in-out;
  }
/* メニュー終了 */


}