@charset "utf-8";


/*--------------------------------------------------------------------------------------------------------------------------------------------- 
FONT
---------------------------------------------------------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'kiss_tokyo'; /* フォント名 */
  src: url('../fonts/kiss_tokyo.woff') format('woff');
}

@font-face {
  font-family: 'koz_regular'; /* フォント名 */
  src: url('../fonts/KozGoPr6N-Regular.woff') format('woff');
}

@font-face {
  font-family: 'koz_medium'; /* フォント名 */
  src: url('../fonts/KozGoPr6N-Medium.woff') format('woff');
}

@font-face {
  font-family: 'koz_bold'; /* フォント名 */
  src: url('../fonts/KozGoPr6N-Bold.woff') format('woff');
}



/* @font-faceのfont-familyでつけた名前を指定 */
body {
  font-family: 'myfont', sans-serif;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------- 
COMMON
---------------------------------------------------------------------------------------------------------------------------------------------*/

* {margin: 0; padding: 0; }

html {font-size: 62.5%; }

body {
/*  min-width: 1160px;*/
background: #fff;
margin: 0;
color: #000;
font-family: TsukuGoPr5-L,"Helvetica Neue LT W05_45 Light",Helvetica,Arial,HiraKakuProN-W3,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",TsukuGoPr5-L,sans-serif;
/*
font-family: TsukuGoPr5-L,koz_regular,koz_medium,koz_bod,TsukuGoPr5-L,"Helvetica Neue LT W05_45 Light",Helvetica,Arial,HiraKakuProN-W3,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",TsukuGoPr5-L,sans-serif;*/
line-height: 2;
letter-spacing: 0.06em;
/*-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; */
}

ul,ol {padding-left: 0; list-style: none;}

dd { margin-left: 0;}

a {color: #000; 
  text-decoration: underline;
  -webkit-backface-visibility: hidden; /* 追加 */
  backface-visibility: hidden; /* 追加 */
}

a:hover {
  color:#dcdcdc;
/*  background:  #DCDCDC;*/
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;

}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=75);
}

a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

::selection {background-color: #ffff1c;}

.main-container{
  background-color: #fff;
  max-width: 100%;
  padding: 0 ;
  padding-top: 0;
  margin:  50px auto;
}

section{
  width: 90%;
  max-width: 1160px;
  padding-top: -90px;
  margin: 90px auto 240px;
}

section:last-child{margin-bottom: 80px;}

h3{margin-bottom: 120px;}

h3 img{width: 100%;}

br.pc{display: block;}



/******769******/

@media screen and (max-width: 769px) { 

  body {min-width: initial;}

  .main-container{margin:  25px auto;}

  section{width:  90%; margin: 90px auto 120px;}

  h3{margin-bottom: 40px;}

  h3 img{width: 100%;}

  br.pc{display: none;}

}



/************************ btn ************************/

.btn_area{
  display: flex;
  justify-content: space-between;
}

.btn {
  position: relative;
  width: 440px;
  height: 135px;
  margin: 80px 10px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
  opacity: 0;
}


/******769******/
@media screen and (max-width: 769px) { 

  .btn_area{flex-flow: column; margin: 40px auto 40px;}

  .btn {
    position: relative;
    width: 280px;
    height:90px;
    margin: 20px auto 0;

  }
}


/************************ mainvisual ************************/

.main-visual{
  margin: 60px auto 130px;
  width: 94%;
  max-width: 1140px;
  position: relative;
}

.main-visual img{width: 100%;}

.pcmain{display: block;}

.spmain{display: none;}

.topbtn{
  position: absolute;
  left: 0;
  top: 36%;
  width: 26%;
}

/******769******/

@media screen and (max-width: 960px) { 

  .main-visual{
    margin: 0px auto 90px;
    width: 94%;
    position: relative;
  }

  .main-visual img{
    width: 100%;
    margin: 0 auto;
  }


  .pcmain{display: none;}

  .spmain{display: block;}



  .topbtn{
    position: relative;
    margin-top: 30px;
    left: 0;
    top: 0;
    margin: 20px auto 20px;
    width: 300px;
    height: 100px;
  }




}


/************************ about ************************/

.message p{
  font-size: 22px;
  letter-spacing: 0.02;
  line-height: 2;
  margin:0 0 25px;
  text-align: justify;}


  ul.location{
    display: flex;
    justify-content: space-between;
    margin: 90px auto 130px;}

    ul.location li{
      width: 48.5%;
      position: relative;
    }

    ul.location li img{
      width: 100%;
      margin-bottom: 10px;
    }

    ul.location li p{
      font-size: 14px;
      text-align: center;
    }

    .btn_circle{
      width: 140px;
      height: 140px;
      border-radius: 140px;
      background-color: #F5EB2B ;
      position: absolute;
      bottom: 0px;
      right: -60px;
    }

    .btn_circle a{
      display: block;
      width: 140px;
      height: 140px;
      border-radius: 140px;
      text-align: center;
      position: relative;
    }

    .btn_circle a p{
      font-size: 15px !important;
      line-height: 1.6;
      width: 100%;
      position: absolute;
      top: 55%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit- transform: translateY(-50%) translateX(-50%);
      font-weight: bold;
    }

    .lemonlife{
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    .chihara{max-width: 320px; width: 27%;}

    .chihara img{
      width: 100%;
      margin-bottom: 10px;
    }

    .chihara_name{font-size: 22px; text-align: center; margin-bottom: 5px;}

    .chihara_job {font-size: 14px; margin-bottom: 10px; text-align: center;}

    .chihara_prof{font-size: 12px;text-align: justify;}

    .comment{
      width: 70%;
      max-width: 760px;
      border: 3px #F5EB2B solid;
      border-radius: 20px;
      padding: 8% 5% 5%;
      position: relative;}

      h5.comment_title{
        text-align: center;
        font-size: 24px;
        position: absolute;
        display: block;
        top: -25px;
        left: 50%;
        transform: translateY(0%) translateX(-50%);
        background: white;
        width: 60%;
      }

      .comment p{
        text-align: justify;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 2;
        margin-bottom: 20px;
      }



/******769******/
@media screen and (max-width: 960px) { 

  .message p{
    font-size: 16px;
    margin:0 0 20px;
  }

  ul.location{
    display:  block;
    margin: 50px auto 90px;}

    ul.location li{
      width: 85%;
      margin: 0 auto 30px;
    }

    ul.location li img{
      width: 100%;
      margin-bottom: 10px;
    }

    ul.location li p{font-size: 12px;}

    .btn_circle{
      width: 100px;
      height: 100px;
      border-radius: 100px;
      right: -10%;
      top: -20px;
    }

    .btn_circle a{ 
      width: 100px;
      height: 100px;
      border-radius: 100px;
    }

    .btn_circle a p{font-size: 12px !important;}

    .lemonlife{display: block;}

    .chihara{
      width: 100%;
      max-width: 100%;
      margin: 0 auto 80px;
    }

    .chihara img{
      width: 65%;
      margin: 0 auto 10px;
    }

    .comment{
      width:  100%;
      padding: 10% 7% 7%;
      position: relative;}

      h5.comment_title{
        font-size: 14px;
        top: -15px;
        left: 50%;
        width:  80%;
      }

      .comment p{text-align: justify; font-size: 13px;}

    }






/************************ kissalemon ************************/

.kissa_photo{
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.photo{
  width: 31%;
  margin: 0 auto;
}

.kissa_photo img{width: 100%;}



/******769******/
@media screen and (max-width: 769px) { 


  .kissa_photo{
    margin-top: 40px;
  }

}


/************************ instructor ************************/

h4.lineup{
  font-size: 30px;
  padding: 10px;
  border: 5px solid #F5EB2B;
  text-align: center;
  margin: 0 auto 50px ;
  width: 420px;
}

h5{
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}

p.instructor_desc{
  text-align: center;
  font-size: 22px;
  margin-bottom: 50px;
}

ul.instructor_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

ul.center{
  justify-content: center;
  width: 80%;
  margin: 0 auto; 
}

ul.instructor_list li{
  width: 30%;
  max-width: 320px;
  text-align: center;
  margin: 0  20px 45px;
}

ul.instructor_list li.column2{
  width: 44%;
  max-width: 320px;
  text-align: center;
  margin: 0  40px 45px;
}

ul.instructor_list li.andmore{
  font-family: kiss_tokyo;
  text-align: center;
  font-size: 28px;
  width: 60%;
  max-width: 100%;
  vertical-align: middle;
  padding-top: 12vh;
}

ul.instructor_list li a{text-decoration: none;}

ul.instructor_list li a:hover{color: #898989;}

ul.instructor_list_nowon{
  display: flex;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
    justify-content: space-around;
  margin-bottom: 60px;
}

ul.instructor_list_nowon li{
  width: 30%;
  max-width: 320px;
  text-align: center;
  margin: 0  10px 45px;
}

ul.instructor_list_nowon li.andmore{
  font-family: kiss_tokyo;
  text-align: center;
  font-size: 28px;
  width: 30%;
  max-width: 100%;
  vertical-align: middle;
  padding-top: 12vh;
}

ul.instructor_list_nowon li.andmore2{
  font-family: kiss_tokyo;
  text-align: center;
  font-size: 28px;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  padding-top: 0vh;
}

ul.instructor_list_nowon li.andmore3{
  font-family: kiss_tokyo;
  text-align: center;
  font-size: 28px;
  width: 60%;
  max-width: 100%;
  vertical-align: middle;
  padding-top: 12vh;
}

ul.instructor_list_nowon li a{text-decoration: none;}

ul.instructor_list_nowon li a:hover{color: #898989;}

.inst_profile{position: relative;}

.inst_img{
  margin-bottom:  15px;
  border: 1px solid #000;
  width:100%;}

  .day{
    position: absolute;
    top: -40px;
    left: -40px;
    max-width: 100px;
    max-height: 100px;
    width: 33%;
    height: 33%;
    display: block;
  }

  .day img{width: 100%;}

  a:hover .day img{
    opacity: 1;
    filter: alpha(opacity=100);
  }


.caution{
    position: absolute;
   top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 280px;
    max-height: auto;
    width: 76%;
    height: auto;
    display: block
}

.caution img{
  width: 90%;
  margin: 0 auto;}


  a:hover .caution img{
    opacity: 1;
    filter: alpha(opacity=100);
  }



  .instructor_name{text-align: center; font-size: 20px; margin-bottom: 5px;}

  .instructor_name span{font-size: 16px; display: block; margin-bottom: -50px;}

  .instructor_job{font-size: 12px; margin-top: -10px; text-align: center; line-height: 1.5;}

  a .inline-block{display: inline-block; }

  .btn_center{ margin:  0 auto 180px;}



/*モーダルウィンドウ*/

.remodal {
  position: relative;
  padding: 45px;
  max-width:1080px;
}

.mod_prof{
  display: flex;
  justify-content: left;
  margin-bottom: 30px;
}

.mod_prof_img{width: 60%; max-width: 280px; margin-right: 60px;}

.mod_prof_info01{text-align: left;}

.mod_prof_name{font-size: 22px;}

.mod_prof_job, .mod_prof_sns{font-size: 16px;}

.mod_prof_job{margin:-7px 0 10px;}

.mod_prof_info02{
  font-size: 15px;
  text-align: left;
  text-align:justify;
  word-break:break-all; 
  line-height: 1.75;
}

.remodal li.btn{ margin: 30px auto 0; width: 340px;}

.btn_twi a{
  border: 5px #F4EC2D solid;
  max-width: 400px;
  padding:  10px;
  margin: 45px auto 10px; 
  display: block;
  text-decoration: none;
}

.btn_twi a:hover{ border: #DCDCDC 5px  solid;}

.btn_twi p{font-size: 16px;  text-align: center; margin-top: 4px;}

.remodal-cancel {
  position: absolute;
  top: 0;
  right: 0;
  background: #F4EC2D;
  width:  80px;
  height:  90px;
}

.remodal-cancel:hover {background: #DCDCDC;}

.batsu{
  display: block;
  width: 74px;/*枠の大きさ*/
  height: 74px;/*枠の大きさ*/
  position: relative;
  margin: auto;
}

.batsu::before, .batsu::after{
  content: "";
  display: block;
  width: 100%;/*バツ線の長さ*/
  height: 1px;/*バツ線の太さ*/
  background: #000;
  transform: rotate(45deg);
  transform-origin:0% 50%;
  position: absolute;
  top: calc(13% - 5px);
  left: 13%;
}

.batsu::after{
  transform: rotate(-45deg);
  transform-origin:100% 50%;
  left: auto;
  right: 13%;
}


@media screen and (max-width: 1200px) { 

ul.instructor_list li{
  width: 25%;
  max-width: 25%;
  text-align: center;
  margin: 0 3% 45px;
}


}



@media screen and (max-width: 920px) { 

/*モーダルウィンドウ*/

.remodal {padding: 5%; width: 94%;}


.mod_prof{display: block; margin-bottom: 40px;}

.mod_prof_img{width: 50%; max-width: 50%; margin: 0 auto 30px;}

.mod_prof_info01{text-align: center;}

.mod_prof_name{font-size: 18px;}

.mod_prof_job, .mod_prof_sns{font-size: 13px;}

.mod_prof_info02{font-size: 13px; text-align: left; line-height: 1.75;}

.remodal ul.btn_area{margin: 0 auto;}

.remodal li.btn{ margin: 0 auto ; width: 240px; height: 90px;} 

.btn_twi p{font-size: 12px;}


.remodal-cancel {
  width:  48px;
  min-width: 48px !important;/*枠の大きさ*/
  height:  48px;
}

.batsu{ 
 width: 30px;
 height: 30px;/*枠の大きさ*/
}

}



/******769******/
@media screen and (max-width: 769px) { 

  h4.lineup{
    font-size: 22px;
    margin: 0 auto 50px ;
    width: 80%;
    max-width: 330px;
  }

  h5{
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: normal;
  }

  p.instructor_desc{
    font-size: 16px;
  }

  ul.instructor_list{
    display: block;
    margin-bottom: 60px;
  }

  ul.instructor_list li,
  ul.instructor_list li.column2{
    width: 70%;
    max-width: 70%;
    margin: 0  auto 35px;
  }


  ul.instructor_list_nowon li{
    width: 46%;
    max-width: 46%;
    margin: 0  0 15px;
  }

  ul.instructor_list_nowon li.andmore, ul.instructor_list_nowon li.andmore3{
    font-size: 24px;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

ul.center{
  justify-content: center;
  width: 100%;
  margin: 0 auto; 
}




  .day{
    position: absolute;
    top: -35px;
    left: -35px;
    width: 80px;
    height: 80px;
  }

  .instructor_name{font-size: 18px;}

  .instructor_name span{font-size: 14px;  margin-bottom: -45px;}

  .instructor_job{font-size: 12px; margin-top: -10px; }

  .btn_center{ margin:  0 auto 90px;}


}




/************************ lecture ************************/

section#lecture{
  margin-top: -30px;
}

dl.schedule{
  display: flex; 
  flex-wrap: wrap; 
  font-size: 44px;}

  dl.schedule dt{
    width: 50%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 45px;
  }

  dl.schedule dd{
    width: 50%;
    margin-bottom: 45px;
  }

  dl.schedule dt span, dl.schedule dd span{
    font-size: 16px;
    display: block;
    margin-top: -20px;
  }


/******769******/
@media screen and (max-width: 769px) { 

  dl.schedule{
    display: block;
    font-size: 24px;}

    dl.schedule dt{
      width: 100%;
      text-align: center;
      font-weight: bold;
      margin-bottom: 0;
    }

    dl.schedule dd{
      text-align: center;
      width: 100%;
      margin-bottom: 30px;
    }

    dl.schedule dt span, dl.schedule dd span{font-size: 14px;margin-top: -10px;}

  }





/************************ access ************************/

.place_area{display: flex; justify-content: space-between; }

.place_box{width: 43%; max-width: 500px; }

.place_map{width: 55%; max-width: 600px; padding-top: 160px;}

.place{margin-bottom: 70px;}

.place_name{background: #000; color: #fff; width: 300px; font-size: 22px; text-align: center; padding: 8px 5px; margin-bottom: 25px;}

.place_logo img{width: 100%; max-width: 240px; margin-bottom: 20px;}

.place_url, .place_add{font-size: 16px; margin-bottom: 20px;}

.place_add{font-size: 16px; margin-bottom: 20px; line-height: 1.5;}

dl.place_info{font-size: 13px; margin-bottom: 15px;   display: flex;  flex-wrap: wrap; }

dl.place_info dt{ width:18%; }

dl.place_info dd{ width:82%; }



/******769******/
@media screen and (max-width: 769px) { 

  .place_area{display: flex; flex-flow: column; justify-content: space-between; }

  .place_box, .place_map{width: 100%; max-width: 100%; padding-top: 0;}

  .place_map img{width:90%; margin:0 auto; }

  .place_box{margin-bottom: 50px;}

  .place_box:last-child{margin-bottom: 0;}

  .place{margin-bottom: 40px;}

  .place_name{font-size: 18px; margin: 0 auto 50px; width: 90%;}

  .place_logo img{width: 100%; margin:0 auto 20px;}

  .place_url{text-align: center;}

  .place_add{font-size: 14px; margin-bottom: 20px; line-height: 1.5;}

  dl.place_info{font-size: 14px; margin-bottom: 15px;   display: flex;  flex-wrap: wrap; }

}


/************************ ticket ************************/


.intro{
  font-size: 22px;
  text-align: center; 
}

.museigen img{
  width: 90%;
  margin: 0 auto 80px;
} 

ul.attention{
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  margin: auto;
}

ul.attention li{
  font-size: 15px;
  text-indent: 1.5em;
}

ul.attention li:before{
  content: "※";
  margin-right: 0.5em;
}


/******769******/
@media screen and (max-width: 769px) { 

  .intro{font-size:  16px;}

  .museigen img{margin: 0 auto 40px;} 

  ul.attention li{font-size: 13px; text-indent: 1em;}

}





/************************ logo ************************/

section#logo{  margin-top: -80px;}

ul.logolist{
  display: flex;
  justify-content: center;
  align-items: center;

}

ul.logolist li{margin: 0 60px;}

ul.logolist li.lemon img{ width:260px;  }

ul.logolist li.fuji{width: 100px;}


ul.logolist li a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=45);
}


/******769******/
@media screen and (max-width: 769px) { 

  ul.logolist li.lemon, ul.logolist li.fuji{ width:40%;  margin: 0 auto;}

  ul.logolist li.fuji img{width: 40%; text-align: center; display: block; margin: 0 auto;}

}




/************************ share ************************/

section#share{
  margin: -50px auto 90px;
}

.share_box{
  margin: 0 auto;
  text-align: center;
}

.textbox-sideborder {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin:0 auto 30px;
  padding: 0 20px;
  font-size: 24px;
  font-family: "kiss_tokyo", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}

.textbox-sideborder:before {
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 1px;
  margin-top: -20px;
  background: #000;
  content: "";
  -moz-transform: translate(0, 0) rotate(-30deg);
  -ms-transform: translate(0, 0) rotate(-30deg);
  -webkit-transform: translate(0, 0) rotate(-30deg);
  transform: translate(0, 0) rotate(-30deg);
}

.textbox-sideborder:after {
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 40px;
  width: 1px;
  margin-top: -20px;
  background: #000;
  content: "";
  -moz-transform: translate(0, 0) rotate(30deg);
  -ms-transform: translate(0, 0) rotate(30deg);
  -webkit-transform: translate(0, 0) rotate(30deg);
  transform: translate(0, 0) rotate(30deg);
}

ul.share_btn{
  display: flex;
  justify-content: center;
}





/************************ footer ************************/

footer{
  width: 90%;
  max-width: 1160px;
  margin: 50px auto 80px;
}

footer .contact{text-align: center; font-size: 16px; margin-bottom: 60px;}

footer .copyright{font-family: kiss_tokyo; font-size: 20px; text-align: center;}


/******769******/
@media screen and (max-width: 769px) { 

  footer{margin-bottom: 50px;}

  footer .copyright{ font-size: 14px;}

}









.mobile_menu{display: none;}






/************************************** responsive **************************************/
/************************************** responsive **************************************/


@media screen and (max-width: 769px) { 


/************************ mobile navigation ************************/

nav.pc_menu{display: none;}

.mobile_menu {
  display: block;
  display: none;
  position: relative;
  height: 100%;
  background:#fff;
}
.acordion {
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  top: 25px;
  right: 5%;
  text-align: right;
  width: 40px;
  height: 30px;
}
.acordion ul {
  margin: 0;
  border: none;
}
.acordion ul li {
  font-size: 18px;
  width: 100%;
  text-align: center;
}

.acordion ul li.mobile-logo{
  display: block;
  width: 20%;
  margin:  10px auto 30px;
}

.acordion ul li.mobile-logo img{width: 100%;}


.acordion ul li span{font-size: 14px;}

.acordion ul li a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  margin-bottom:15px;
  text-decoration: none;
  color:#000;
}
.acordion ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.acordion ul li a:hover {color:#000;}

.acordion ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);}

  .submenu {
    overflow-x: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300000;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    background: #FFFA00;
    color: #000;
  }
  nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000000;
  }

  ul.menu{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

  .trigger, .trigger span {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
  }
  .trigger {
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 10000000;
  }
  .trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #414141;
  }
  .trigger span:nth-of-type(1) {top: 0;}
  .trigger span:nth-of-type(2) {top: 38%;}
  .trigger span:nth-of-type(3) {top: 76%;}
  .trigger span:nth-of-type(4) {bottom: 0; background:none; font-size: 10px;}

  .trigger span:nth-of-type(1),
  .trigger span:nth-of-type(3) {
    -webkit-transform: translate(-5px,0);
    transform: translate(-5px,0);
  }
  .trigger span:nth-of-type(2) {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

  .trigger:hover span:nth-of-type(1),
  .trigger:hover span:nth-of-type(2),
  .trigger:hover span:nth-of-type(3)
  {-webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  #menu05 span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #0414141;
    transition: all .2s;
  }
  #menu05.active span:nth-of-type(1) {
    transform: translateY(20px) scale(0);
    background-color: #000;
  }
  #menu05.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #000;
  }
  #menu05.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #000;
  }
  #menu05.active span:nth-of-type(3) {
    transform: translateY(-20px) scale(0);
    background-color: #000;
  }

  #menu05.active span:nth-of-type(4) {color: #000;}
/*#header{display: none !important;}*/

.btnMenu {
  position: fixed;
  z-index: 999;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 65px;
  display: block;
  font-size: 30px;
  text-align: center;
  　overflow: auto;
}
.btnMenu a {
  text-align: center;
  color: #000;
}
.btnMenu a:hover {color: #878787;}

.menuicon{font-size: 12px;
  padding-left: 3px;}








}




