@charset "utf-8";

#mobileHeader{
   display:block;
	position:relative;
	width:50px;
   z-index: 99999;
   top: 0;
	font-size: 100%;
}

.head_m{
   position: fixed;
   top: 0;
   left: 0;
	width:50px;
   /*height: 50px;*/
}

.gmenu_wrap_m{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.gmenu_inner{
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
   min-height: 100vh;
   width: 100%;
   max-width: 1024px;
   margin: auto;
}

.gmenu_left{
   position: relative;
   width: 38%;
}

.gmenu_left .logo{
   position: relative;
   width: 90%;
   margin-bottom: 30px;
   z-index: 100;
}

.gmenu_left .logo_over{
   position: absolute;
   width: 100%;
   top: 0;
   left: 0;
   z-index: 101;
}

.gmenu_right{
   width: 60%;
}

.gmenu_right ol{
   margin-left: 10%;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

.gmenu_right ol li{
   position: relative;
   width: 48%;
   font-size: 140%;
   letter-spacing: 1px;
   line-height: 1.2;
   margin: 0 0 30px 0;
   font-weight: 400;
   border-bottom: var(--main-point2-color) 1px solid;
   background-image: url("../images/tmp/kazari/k_004.png");
   background-position: bottom center;
   background-repeat: no-repeat;
   background-size: 100% auto;
   padding: 0 0 30px 0;
}

.gmenu_right ol li .m_kana{
   font-size: 50%;
   font-weight: 600;
}

.gmenu_right ol li a{
   display: block;
   text-decoration: none;
   color: var(--main-txt-color);
   font-family: "Sawarabi Mincho", serif;
   transform: rotate(0.05deg);
   font-weight: 900;
}

.gmenu_right ol li:hover a{
   color: var(--main-point-color);
}

.gmenu_right .m_k_chara{
   display: none;
}
   @media screen and (max-width: 1024px) {
      .gmenu_right .m_k_chara{
         display: block;
         position: relative;
         width: 200px;
         margin: auto;
         margin-bottom: 100px;
      } 
   }



.logo_tate{
   display: block;
}
   @media screen and (max-width: 1024px) {
      .logo_tate{
         display: none;
      } 
   }


.logo_yoko{
   display: none;
}
   @media screen and (max-width: 1024px) {
      .logo_yoko{
         display: block;
         width: 60%;
         margin: auto;
      } 
   }
   @media screen and (max-width: 600px) {
      .logo_yoko{
         display: block;
         width: 80%;
         margin: auto;
      } 
   }
   @media screen and (max-width: 480px) {
      .logo_yoko{
         display: block;
         width: 90%;
         margin: auto;
      } 
   }

/* OPEN / CLOSE BTNS */

.menu_btn_open{
	position: fixed;
	top: 0;
   width: 70px;
   height: 70px;
   margin: 15px 10px auto auto;
   box-sizing: border-box;
	right: 0px;
	z-index: 99999;
	display: inline;
	overflow: hidden;
   line-height: 1.2;
   cursor: pointer;
   text-align: center;
    transition: all 1s;
}
   @media screen and (max-width: 1200px) {
      .menu_btn_open{
         width: 60px;
         height: 60px;
         margin: 10px 10px auto auto;
      } 
   }
   @media screen and (max-width: 480px) {
      .menu_btn_open{
         width: 50px;
         height: 50px;
         margin: 5px 5px auto auto;
      } 
   }


/*
.menu_btn_open::after {
   font-family: "Font Awesome 5 Free";
   content: "\f039";
   font-weight: 900;
   font-size: 200%;
   color: rgba(255,255,255,1.00);
}
*/

.menu_btn_close{
	position: fixed;
	top: 0;
   width: 70px;
   height: 70px;
   box-sizing: border-box;
	right: 0px;
   margin: 15px 10px auto auto;
	z-index: 99999;
	display: none;
	overflow: hidden;
   line-height: 1.2;
   cursor: pointer;
   text-align: center;
}
   @media screen and (max-width: 1200px) {
      .menu_btn_close{
         width: 60px;
         height: 60px;
         margin: 10px 10px auto auto;
      } 
   }
   @media screen and (max-width: 480px) {
      .menu_btn_close{
         width: 50px;
         height: 50px;
         margin: 5px 5px auto auto;
      } 
   }


/*
.menu_btn_close::after {
   font-family: "Font Awesome 5 Free";
   content: "\f00d";
   font-weight: 900;
    font-size: 240%;
    line-height: 1.0;
    padding-left: 2px;
   color: rgba(255,255,255,1.00);
}
*/


.menu-btn {
	position: fixed;
	top: 0;
   width: 90px;
   height: 90px;
   box-sizing: border-box;
	right: 0px;
   padding: 10px 10px 10px 12px ;
	z-index: 99999;
	display: inline;
	overflow: hidden;
   background-color: rgba(230,0,0,1.00);
   line-height: 1.2;
   cursor: pointer;
}
.menu-btn a{
    display: inline-block;
    text-decoration: none;
    color: rgba(255,255,255,1.00);
    font-size: 240%;
    /* safari hack */
}
.btn-open:after {
   font-family: "Font Awesome 5 Free";
   content: "\f039";
   font-weight: 900;
   font-size: 200%;
}
.btn-open:hover:after {
    color: #FFFFFF;
}

.btn-close:after {
   font-family: "Font Awesome 5 Free";
   content: "\f00d";
   font-weight: 900;
    font-size: 240%;
    line-height: 1.0;
    padding-left: 2px;
}
.btn-close:hover:after {
    color: #FFFFFF;
}

/* OVERLAY */
.overlay {
  position: fixed;
  overflow: auto;
  top: 0;
  z-index: 1000;
  display: none;
  overflow-x: none;
  width: 100%;
  height: 100%;
  background: rgb(2,0,36);
  background: linear-gradient(270deg, rgba(2,0,36,1) 0%, rgba(235,227,214,1) 0%, rgba(254,248,241,1) 28%, rgba(255,236,247,1) 100%);
}

.overlay .oly_bg01{
   position: absolute;
   top: 0;
   right: 0;
   height: 100vh;
}
   @media screen and (max-width: 800px) {
      .overlay .oly_bg01{
         position: fixed;
         width: 60%;
      } 
   }

.overlay .oly_bg02{
   position: absolute;
   width: 20%;
   bottom: 0;
   right: 0;
}
   @media screen and (max-width: 800px) {
      .overlay .oly_bg02{
         osition: fixed;
         width: 60%;
      } 
   }


.overlay .menu {
    margin: 80px auto;
    width: 80%;
}

.overlay .m_mahou01{
   position: fixed;
   width: 40%;
   opacity: 1;
   filter: blur(4px);
   animation:8s linear infinite rotation;
}

.overlay .m_mahou02{
   position: fixed;
   overflow: hidden;
   width: 40%;
   opacity: 1;
}

.overlay .m_mahou02 div{
   position: relative;
   overflow: hidden;
   filter: blur(4px);
   animation:8s linear infinite rotation;
}

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}



/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   タブレット版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 1024px) {

html,body{
   min-width: 100%;
}

.gmenu_wrap_m{
   display: flex;
   justify-content: center;
   align-items: flex-start;
   flex-wrap: wrap;
   width: 100%;
   align-content: flex-start;
}

.gmenu_inner{
   position: relative;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   flex-wrap: wrap;
   align-content: center;
   min-height: inherit;
}

.gmenu_left{
   width: 100%;
   margin-top: 65px;
}

.gmenu_left .logo{
   width: 70%;
   margin: 0 auto 50px auto;
}

.gmenu_right{
   width: 100%;
}

.gmenu_right ol{
   margin: auto;
}

.gmenu_right ol li{
   width: 100%;
   font-size: 4vw;
   text-align: center;
   padding-bottom: 10px;
   margin: 0 50px 30px 50px;
   background-image: url("../images/tmp/kazari/k_005.png");
   background-position: bottom center;
   background-repeat: no-repeat;
   background-size: 100% auto;
   padding: 0 0 30px 0;
}




}


/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
   スマホ版
   〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓 */

@media screen and (max-width: 480px) {

#mobileHeader{
	font-size: 120%;
}

.gmenu_left .logo{
   width: 70%;
   margin: 0 auto 50px auto;
}

.gmenu_right ol li{
   font-size: 6vw;
   text-align: center;
   padding-bottom: 10px;
   margin: 0 20px 20px 20px;
   background-image: url("../images/tmp/kazari/k_006.png");
   background-position: bottom center;
   background-repeat: no-repeat;
   background-size: 100% auto;
   padding: 0 0 20px 0;
}

}


