@charset "UTF-8";
/* CSS Document */




/* OPEN / CLOSE BTNS */

.overlay .global-logo_overlay{
  width:130px;
  margin:28px 75px;
}

.overlay ul.sns_nav_pc{
position: absolute;
bottom:30px;
right:65px;  
}

.overlay ul.sns_nav_pc li{
  display: inline-block;
  margin:0 0 0 0 ;
}

.overlay ul.mainNav {
  width:auto;
  height:auto;
	padding:0;
	margin:0;
  position: absolute;
  top: 60%;
  left:75px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align:left;
}

.overlay .st-number{
  font-style: normal;
  color:#cccccc;
  font-size:20px;
  margin:-5px 20px 0 0;
  display: inline-block;
  vertical-align: top;
}


.overlay ul.mainNav li{
  margin:0 0 50px 0;
  font-size:40px;
}

.overlay ul.mainNav li a{
  color:#000000;
}

.overlay ul.mainNav li:nth-of-type(1) a:hover{
  color:#ffd249;
}

.overlay ul.mainNav li:nth-of-type(2) a:hover{
  color:#f55d5d;
}

.overlay ul.mainNav li:nth-of-type(3) a:hover{
  color:#43b87a;
}




.overlay ul.subNav {
  width:auto;
  height:auto;
	padding:0;
	margin:0;
  position: absolute;
  top: 60%;
  right:75px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align:right;
}


ul.subNav li{
  margin:0 0 20px 0;
  padding:0 45px 0 0;
  font-size:20px;
  position: relative;
  text-align:right!important;
}

ul.subNav li:after{
  content: "";
  height: 3px;
  background: #f4ce2f;
  position: absolute;
  top:0;
  right:0;
  display: block;
  width:30px;
  margin:8px 0 0 0;
}

.overlay ul.subNav li a{
  color:#000000;
}

.overlay ul.subNav li a:hover{
  color:#cccccc;
}



	.menu-btn {
	 width:40px;
  height: 40px;
    position: absolute;
    z-index:9999;
    top:0px;
    right:0;
	margin:0;
    padding:0;
    display: inherit;
    -webkit-appearance: none;
    cursor:pointer;

}

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

  .overlay .global-logo_overlay{
    width:100px;
    margin:28px 45px;
  }
  

  .overlay ul.sns_nav_pc{
  position: absolute;
  bottom:45px;
  right:45px;  
  }
  
  .overlay ul.sns_nav_pc li{
    display: inline-block;
    margin:0 0 0 0 ;
  }
  
  .overlay ul.mainNav {
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    position: relative;
    top: 25%;
    left:45px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    text-align:left;
  }
  
  .overlay .st-number{
    font-style: normal;
    color:#cccccc;
    font-size:20px;
    margin:-5px 20px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  
  
  .overlay ul.mainNav li{
    margin:0 0 45px 0;
    font-size:40px;
    letter-spacing:-0.01em;
  }
  
  .overlay ul.mainNav li a{
    color:#000000;
  }
  
  .overlay ul.mainNav li:nth-of-type(1) a:hover{
    color:#ffd249;
  }
  
  .overlay ul.mainNav li:nth-of-type(2) a:hover{
    color:#f55d5d;
  }
  
  .overlay ul.mainNav li:nth-of-type(3) a:hover{
    color:#43b87a;
  }
  
  
  
  
  .overlay ul.subNav {
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    position: relative;
    top: 25%;
    left:45px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    text-align:left;
  }
  
  
  ul.subNav li{
    margin:0 0 20px 0;
    padding:0 0 0 50px;
    font-size:20px;
    position: relative;
    text-align:left!important;
  }
  
  ul.subNav li:after{
    content: "";
    height: 3px;
    background: #f4ce2f;
    position: absolute;
    top:0;
    left:0;
    display: block;
    width:25px;
    margin:8px 0 0 0;
  }

  ul.subNav li:not(:first-child){
display:none;
  }


  .overlay ul.subNav li a{
    color:#000000;
  }
  
  .overlay ul.subNav li a:hover{
    color:#cccccc;
  }
  

    
    .menu-btn {
     width:40px;
    height: 40px;
      position: absolute;
      z-index:9999;
      top:0px;
      left:0;
    margin:0;
      padding:0;
      display: inherit;
      -webkit-appearance: none;
      cursor:pointer;
  
  }

}





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


  .overlay .global-logo_overlay{
   display:none;
  }
  
  .overlay ul.sns_nav_pc{
  position: absolute;
  bottom:15px;
  right:15px;  
  }
  
  .overlay ul.sns_nav_pc li{
    display: inline-block;
    margin:0 0 0 0 ;
  }
  
  .overlay ul.mainNav {
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    position: relative;
    top: 35%;
    left:30px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    text-align:left;
  }
  
  .overlay .st-number{
    font-style: normal;
    color:#cccccc;
    font-size:20px;
    margin:-5px 20px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  
  
  .overlay ul.mainNav li{
    margin:0 0 45px 0;
    font-size:40px;
    letter-spacing:-0.01em;
  }
  
  .overlay ul.mainNav li a{
    color:#000000;
  }
  
  .overlay ul.mainNav li:nth-of-type(1) a:hover{
    color:#ffd249;
  }
  
  .overlay ul.mainNav li:nth-of-type(2) a:hover{
    color:#f55d5d;
  }
  
  .overlay ul.mainNav li:nth-of-type(3) a:hover{
    color:#43b87a;
  }
  
  
  
  
  .overlay ul.subNav {
    width:auto;
    height:auto;
    padding:0;
    margin:0;
    position: relative;
    top: 35%;
    left:30px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    text-align:left;
  }
  
  
  ul.subNav li{
    margin:0 0 20px 0;
    padding:0 0 0 55px;
    font-size:20px;
    position: relative;
    text-align:left!important;
  }
  
  ul.subNav li:after{
    content: "";
    height: 3px;
    background: #f4ce2f;
    position: absolute;
    top:0;
    left:0;
    display: block;
    width:25px;
    margin:8px 0 0 0;
  }

  ul.subNav li:not(:first-child){
display:none;
  }


  .overlay ul.subNav li a{
    color:#000000;
  }
  
  .overlay ul.subNav li a:hover{
    color:#cccccc;
  }
  

    
    .menu-btn {
     width:40px;
    height: 40px;
      position: absolute;
      z-index:9999;
      top:0px;
      left:0;
    margin:0;
      padding:0;
      display: inherit;
      -webkit-appearance: none;
      cursor:pointer;
  
  }

}


.menu-btn a{cursor:pointer!important;}


.btn-open,
.btn-open span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.btn-open {
  position: relative;
  width: 40px;
  height: 40px;
cursor:pointer!important;


}
.btn-open span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
}
.btn-open span:nth-of-type(1) {
  top: 0;
}
.btn-open span:nth-of-type(2) {
  top:12px;
}
.btn-open span:nth-of-type(3) {
  bottom: 0;
}




  body.open ul.info_nav{
    display: none!important;
    opacity: 0;
    width:0;
    overflow: hidden;
  }
  
  

  




/* OVERLAY */

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    background-color:#f8f8f8;
    -webkit-transition: opacity .35s, visibility .35s, width .35s;
    transition: opacity .35s, visibility .35s, width .35s;
    z-index: 1000;
    -webkit-animation: fadeOut .5s ease forwards;
            animation: fadeOut .5s ease forwards;
            perspective: 1000;
            -webkit-backface-visibility:hidden;
            backface-visibility:hidden;
            will-change: transform; /* ←追記分 */
  }
  
  
  .overlay.open {
    -webkit-animation: fadeIn .5s ease forwards;
            animation: fadeIn .5s ease forwards;
    visibility: visible;
    height: 100%;
    perspective: 1000;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    will-change: transform; /* ←追記分 */
  }




.overlay.open:before {
  left: 0;
}

.overlay.open:after {
  right: 0;
}

.overlay:not(:target){
    filter: none;
    -ms-filter: none;
}







.menu-btn.open {
  width: 100%;
}

#toggle {
  position: fixed;
  padding:0;
  right:64px;
  top:58px;
  height:44px;
  width:45px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}


#toggle span {
  background: #000000;
  border: none;
  width: 25px;
  position: absolute;
  top: 13px;
  left: 10.1px;
  cursor: pointer;
	border-radius: 3px; /* 線幅の半分 */
    content: "";
    display: block;
    height:2px; /* 線幅 */
}

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

  #toggle {
    position: fixed;
    padding:0;
    right:35px;
    top:58px;
    height:44px;
    width:45px;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  
  
  #toggle span {
    background: #000000;
    border: none;
    width: 25px;
    position: absolute;
    top: 13px;
    left: 10.1px;
    cursor: pointer;
    border-radius: 3px; /* 線幅の半分 */
      content: "";
      display: block;
      height:2px; /* 線幅 */
  }

}


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

  #toggle {
    position: fixed;
    padding:0;
    right:0;
    top:17px;
    height:10vh;
    width:20%;
    cursor: pointer;
    z-index: 99999;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  #toggle span {
    background: #ffffff;
    border: none;
    width: 30px;
    position: absolute;
    top: 14px;
    left:28%;
    cursor: pointer;
    border-radius: 3px; /* 線幅の半分 */
      content: "";
      display: block;
      height:2px; /* 線幅 */
  }
  

}


@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) {

      #toggle {
        position: fixed;
        padding:0;
        right:23px;
        top:19.5px;
        height:47px;
        width:48px;
        cursor: pointer;
        z-index: 9999;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
      }

     }


     



#toggle span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .65s forwards;
  animation: menu-bar01 .65s forwards;
}

#toggle span:nth-of-type(2) {
  top: 21px;
  transition: all .21s .21s;
  opacity: 1;
}

#toggle span:nth-of-type(3) {
  top:29px;
  -webkit-animation: menu-bar02 .65s forwards;
  animation: menu-bar02 .65s forwards;
}

#toggle:hover {
  opacity: .3;
}

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

  #toggle span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .65s forwards;
    animation: menu-bar01 .65s forwards;
  }
  
  #toggle span:nth-of-type(2) {
    top: 21px;
    transition: all .21s .21s;
    opacity: 1;
  }
  
  #toggle span:nth-of-type(3) {
    top:28px;
    -webkit-animation: menu-bar02 .65s forwards;
    animation: menu-bar02 .65s forwards;
  }

}


@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) {

      #toggle {
        position: fixed;
        padding:0;
        right:23px;
        top:19.5px;
        height:47px;
        width:48px;
        cursor: pointer;
        z-index: 9999;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
      }

     }


     

@media screen and (max-width: 640px) {
	
#toggle:hover {
  opacity:inherit!important;
}
	
	
}

#toggle.active{
  background-color:none;
}

#toggle.active .top {
  -webkit-animation: active-menu-bar01 .65s forwards;
  animation: active-menu-bar01 .65s forwards;
  background: #000000;
}

#toggle.active .middle {
  opacity: 0;
  background: #000000;
}

#toggle.active .bottom {
  -webkit-animation: active-menu-bar03 .65s forwards;
  animation: active-menu-bar03 .65s forwards;
  background: #000000;
}

@media screen and (max-width: 640px) {
  #toggle.active .top {
    -webkit-animation: active-menu-bar01 .65s forwards;
    animation: active-menu-bar01 .65s forwards;
    background: #ffffff;
  }
  
  #toggle.active .middle {
    opacity: 0;
    background: #ffffff;
  }
  
  #toggle.active .bottom {
    -webkit-animation: active-menu-bar03 .65s forwards;
    animation: active-menu-bar03 .65s forwards;
    background: #ffffff;
  }

}

#toggle.open span {
  animation: none;
}


body.open::-webkit-scrollbar{
  display: none;
}



@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}





@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}



@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}




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


  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  
  
  
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(6.8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(6.8px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(6.8px) rotate(0);
    }
    100% {
      transform: translateY(6.8px) rotate(45deg);
    }
  }
  
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-7.5px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-7.5px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-7.5px) rotate(0);
    }
    100% {
      transform: translateY(-7.5px) rotate(-45deg);
    }
  }
  


}