@charset "UTF-8";


/*===========import=============*/
@import url("clearfix.css");
@import url("reset.css");



/*===========Selected Text=============*/

*{
  cursor: none!important;
}

body, header, nav, #main, #mainVisual{
  position: relative;
  font:13px 'Playfair Display SC', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  cursor: none!important;
}


hr{ 
    width: 30px;
    text-decoration: none; 
    border:1px solid  #000;
    margin-bottom: 90px;
}

.pcOnly{display: block;}
.spOnly{display: none;}

.bgwhite{
  background: #fff;
  
  z-index: 0;
}

#main{
  width:100%;
}


#mainVisual {
    height:100%;
    z-index                 : 0;
    background-color        : #000;
    background-image: url(../img/main_img01.jpg);
    background-repeat       : no-repeat;
    background-position: center center;
    background-size         : cover;
    /*position                : fixed;*/
    /*top                     : 0;
    left                    : 0;
    right                   : 0;
    bottom                  : 0;
    margin: 0;  
    -webkit-transition-property: margin;  
    -webkit-transition-duration: 1s;  
    -webkit-transition-timing-function: ease-out; */
}


#cont01,#cont02,#cont03{
  min-height:100px;
  position: relative;
  padding: 300px 40px 300px;
  
}

/*#cont02{
    background: #fff;
    width:auto;
}*/

.tit_area01{
    position: relative;
    min-height:700px;
    margin-bottom: 150px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;


}

.category_tit{
    font-family:'Playfair Display SC', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
    font-size: 170px;
    width: 30%;
    margin: 0 0 -100px;
    color: #111;
    z-index: 100;
    position: relative;

    margin-left: -100px;
    letter-spacing: -60px;
    line-height: 100px;

    -ms-writing-mode: tb-rl; 
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}


#summary01{
    position: absolute;
    /*top:-30px;*/
    left: 45%;
    max-width:500px;
    line-height: 25px;
    z-index: 100;
}

#summary02,#summary03{
    position: absolute;
    top:-60px;
    left: 50%;
    max-width:500px;
    line-height: 25px;
    z-index: 100;
    max-height:400px;

    
}

.summary_tit{
    font-size: 30px;
    margin: 0 0 30px;
    font-weight: bold;
    /*mix-blend-mode: exclusion;*/
}



/*frame*/

.frame_common div{
    /*background: #810142;*/
    background: #fff;
    z-index: 1500;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.frame_common_black div{
    background: #fff!important;

}

#frame_top{
    position: fixed;
    top:-20px;
    left:0;
    right:0;
    height:0;
    width:100%;
}

#frame_top p{
letter-spacing: 5px;
    text-align: center;
    text-indent: 100px;
    position: absolute;
    left: 46%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}
#frame_top p img{
  width:50px;
  height:auto;
  margin-right: 20px;
}
#frame_top p a{
    color:#000;
    text-decoration: none;
    /*cursor: pointer!important;*/
}


#frame_bottom{
    position: fixed;
    bottom:-20px;
    left:0;
    right:0;
    height:0;
    width:100%;
}

#frame_bottom p{
    letter-spacing: 100px;
    text-align: center;
    text-indent: 100px; 
    position: absolute;
    left: 50%; 
    top: 5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

hr.style-one{
    position: absolute;
    left: 50%; 
    top: 16%;
    width:30%;
    border: 0;
    height: 1px;
    background: #444;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#scroll{
    color:#444;
}

#frame_left{
    position: fixed;
    top:0;
    left:-20px;
    bottom:0;
    height:100%;
    width:0;
}

#frame_left p{
    position: absolute;
    top: 58%;
    left: 57%;
    height: 378px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 3px;
    font-size: 8px;
    color:#444;

    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}


#frame_right{
    position: fixed;
    top:0;
    right:-20px;
    bottom:0;
    height:100%;
    width:0;
}

#frame_right p{
    position: absolute;
    top: 36%;
    left: -13%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    letter-spacing: 6px;
        width: 188px;
    height: 160px;
    font-size: 10px;
    color:#444;

-webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);

}





/*logo*/

#name-svg{
    position: fixed;
    top:34%;
    left:0;
    right:0;
    width:700px;
    margin:0 auto;
    z-index: 300;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: none;
}

#name-svg.active{
    width:200px;
  top: 0%;
  display: inline-block;
  z-index: 1600;
}

#name-svg.active svg{
  max-width: 100%;
}

#second #name-svg{
  width:200px;
  top: 0%;
  display: inline-block;
}

#svg-tit{
  display: block;
        width: 200px;
        /*margin: 160px auto 0 auto;*/

}

/*KV*/

/*#mainVisual{
    position: relative;
}*/

#title_font{
    position:absolute;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right:0px;
    bottom:0px;
    left:0px;
    margin:auto auto;
    font-size: 40px;
    color:#fff;
    width:50%;
    font-family: 'Futura','Cinzel', cursive;
    font-weight: bold;
    /*transform: scale( 1 , 1   ); */


}

#title_chars01{
    position: relative;
    /*top:17%;*/
    margin-bottom:20%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    /*align-items: center;*/

}
#title_chars02{
    position: relative;
    /*top:38%;*/
    margin-bottom:20%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    /*align-items: center;*/
}
#title_chars03{
    position: relative;
    /*top:59%;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    /*align-items: center;*/
}




.chars_splitted {
  position: relative;
}

@keyframes noise-anim {
  0% {
    clip: rect(89px, 9999px, 95px, 0);
  }
  5% {
    clip: rect(58px, 9999px, 98px, 0);
  }
  10% {
    clip: rect(96px, 9999px, 92px, 0);
  }
  15% {
    clip: rect(58px, 9999px, 65px, 0);
  }
  20% {
    clip: rect(69px, 9999px, 7px, 0);
  }
  25% {
    clip: rect(8px, 9999px, 3px, 0);
  }
  30% {
    clip: rect(8px, 9999px, 76px, 0);
  }
  35% {
    clip: rect(43px, 9999px, 25px, 0);
  }
  40% {
    clip: rect(55px, 9999px, 67px, 0);
  }
  45% {
    clip: rect(57px, 9999px, 59px, 0);
  }
  50% {
    clip: rect(85px, 9999px, 14px, 0);
  }
  55% {
    clip: rect(2px, 9999px, 42px, 0);
  }
  60% {
    clip: rect(89px, 9999px, 98px, 0);
  }
  65% {
    clip: rect(47px, 9999px, 6px, 0);
  }
  70% {
    clip: rect(57px, 9999px, 20px, 0);
  }
  75% {
    clip: rect(71px, 9999px, 39px, 0);
  }
  80% {
    clip: rect(99px, 9999px, 19px, 0);
  }
  85% {
    clip: rect(73px, 9999px, 66px, 0);
  }
  90% {
    clip: rect(23px, 9999px, 75px, 0);
  }
  95% {
    clip: rect(1px, 9999px, 56px, 0);
  }
  100% {
    clip: rect(26px, 9999px, 96px, 0);
  }
}
.chars_splitted:after {
  content: attr(data-text);
  position: absolute;
  left: 1px;
  text-shadow: -1px 0 red;
  top: 0;
  color: white;
  background: transparent;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 4s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(37px, 9999px, 16px, 0);
  }
  5% {
    clip: rect(42px, 9999px, 39px, 0);
  }
  10% {
    clip: rect(74px, 9999px, 32px, 0);
  }
  15% {
    clip: rect(25px, 9999px, 60px, 0);
  }
  20% {
    clip: rect(74px, 9999px, 94px, 0);
  }
  25% {
    clip: rect(6px, 9999px, 12px, 0);
  }
  30% {
    clip: rect(70px, 9999px, 13px, 0);
  }
  35% {
    clip: rect(21px, 9999px, 19px, 0);
  }
  40% {
    clip: rect(85px, 9999px, 70px, 0);
  }
  45% {
    clip: rect(38px, 9999px, 26px, 0);
  }
  50% {
    clip: rect(37px, 9999px, 51px, 0);
  }
  55% {
    clip: rect(60px, 9999px, 1px, 0);
  }
  60% {
    clip: rect(86px, 9999px, 17px, 0);
  }
  65% {
    clip: rect(27px, 9999px, 16px, 0);
  }
  70% {
    clip: rect(51px, 9999px, 60px, 0);
  }
  75% {
    clip: rect(9px, 9999px, 29px, 0);
  }
  80% {
    clip: rect(22px, 9999px, 41px, 0);
  }
  85% {
    clip: rect(2px, 9999px, 82px, 0);
  }
  90% {
    clip: rect(75px, 9999px, 18px, 0);
  }
  95% {
    clip: rect(48px, 9999px, 25px, 0);
  }
  100% {
    clip: rect(73px, 9999px, 98px, 0);
  }
}
.chars_splitted:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 blue;
  top: 0;
  color: white;
  background: transparent;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}




/*menu*/

#menuButton {
    position: fixed;
    left: -200px;
    top: 0;
    bottom: 0;
    width: 46px;
    height: 34px;
    background: transparent;
    border: none;
    outline: none;
    /*cursor: pointer;*/
    z-index: 1000;
    margin: auto 58px;
    padding: 0px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#menuButton .line {
    display: block;
    height: 2px;
    background-color: #444;
    position: absolute;
    left: 0;
    right: 0;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: transparent solid 1px;
}

#menuButton .line_1 {
    top: 2px;
}

#menuButton .line_2 {
    top: 16px;
}

body.menu_active #menuButton.on {
  -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

#menuButton:hover .line_1{ top:-4px;}
#menuButton:hover .line_2 { top:20px;}

body.menu_active #menuButton.on .line_1 {
    top: 16px!important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.menu_active #menuButton.on .line_2 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px!important;
}





@-webkit-keyframes clipOpenLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  60% {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes clipOpenLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  60% {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes clipCloseLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  33% {
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}

@keyframes clipCloseLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  33% {
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}



/*#menu_cont{
    height:100%;
    background-color: #eee;
    position: fixed;

    left:0;

    z-index: 400;
    -webkit-transition:all 800ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
    -moz-transition:all 800ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
    transition:all 800ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
}*/

/*body.menu_active #menu {
  min-width:400px;
  -webkit-animation: clipOpenLeft 0.5s forwards linear;
          animation: clipOpenLeft 0.5s forwards linear;
}*/

/*body.menu_active #menu {
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:70%;
    background: #eee;
    z-index: 4;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/

#div .mask2{
  height: 100%;
}
#menu_cont{
    font-family:'Playfair Display SC', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
}

#menu_cont .mask1{
    margin:0 0 0 0;
    position: fixed;
    top:0;
    right:100%;
    bottom:0;
    left:0;
    background: #650026;
    z-index: 350;
    -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#menu_cont .mask2{
    width:50%;
    margin:0 0 0 0;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left: -50%;
    /*background-color: #fff;*/
    background-image: url(../img/photo01-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    z-index: 350;
    opacity: 1;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}

#menu_cont .mask3{
    width:0%;
    margin:0 0 0 0;
    position: fixed;
    top:0;
    right:100%;
    bottom:0;
    left:0;
    background-color: #111;
    z-index: 350;
    opacity: 1;
    line-height: 0px;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: 'Playfair Display SC', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#menu_cont .mask3 #menu{
  opacity: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin:  0px 50px 0 100px;
  padding: 0px;
    color: #fff;
    font-size:14px;
    line-height: 0px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
  }

_::-webkit-full-page-media, _:future, :root #menu_cont .mask3 #menu{
    position: absolute;
    top:50%;
    left:100%;
}





#menu_cont.is-visible .mask1{
    margin-right: 0;
    right:0;
    bottom:0;
    left:0;
}
#menu_cont.is-visible .mask2{
    margin-right: 0;
    bottom: 0;
    right: 0px;
    left: 50%;
    width: 50%;
    /*background-size: auto 100%;*/
}
#menu_cont.is-visible .mask3{
    margin-right: 0;
    right:0;
    bottom:0;
    left:0;
    width:50%;
    font-family: 'Playfair Display SC', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    /*width: 35%;
    padding: 10% 5% 10% 10%;*/
    
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#menu_cont.is-visible .mask3 #menu{
    opacity: 1;
    margin: 0px 20px 0 0;
		padding: 0 0 0 125px;
    -moz-transition: all 0.65s ease-in-out 1s;
    -webkit-transition: all 0.65s ease-in-out 1s;
    transition: all 0.65s ease-in-out 1s;
    line-height:60px;
    font-size: 20px;
}




/*#menu ul{
    width:100px;
    height: auto;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);

  -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}*/


#menu ul li{
    /*margin-bottom: 40px;*/
    /*cursor: pointer;*/
    /*opacity: 0;*/
    /*font-size: 80px;*/
     /* -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
}

/*#menu_cont .mask3 #menu ul li:nth-child(1){
    margin:0 40px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
#menu_cont .mask3 #menu ul li:nth-child(2){
    margin:0 40px;
    -moz-transition: all 0.5s ease-in-out 0.3s;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    transition: all 0.5s ease-in-out 0.3s;
  }*/



#menu ul li a{
    color:#fff;
    text-decoration: none;
    font-weight: normal;
    font-size: 20px;

}

#menu ul li{
  /*color:#fff;*/
  margin: 0;
  -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#menu ul li:hover{
  color:#650026;
  margin-left:80px;
  -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*	#menu_cont #menu ul{
  	opacity: 1;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/

#menu_cont.is-visible #menu ul li a{
  font-size: 20px;

    font-weight: normal;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}


.underline{
  position: relative;
  display: inline-block;
  font-size: 2em;
}

.underline:before{
  position: absolute;
  /*top: 1.3em;*/
  left: 25px;
  content: "";
  display: inline-block;
  height: 0;
  width: 2px;
  background: #fff;
  transition: 0.5s;
}

.underline:hover:before{
  height: 100%;
}


/*snsbutton*/

#snsButton {
    position: fixed;
    right: -200px;
    top: 0;
    bottom: 0;
    width: 46px;
    height: 44px;
    background: transparent;
    border: none;
    outline: none;
    /*cursor: pointer;*/
    z-index: 1000;
    margin: auto 58px;
    padding: 0px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#snsButton .line {
    display: block;
    height: 2px;
    background-color: #444;
    position: absolute;
    left: 0;
    right: 0;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: transparent solid 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px!important;
}

#snsButton .line_3 {
    top: 0px;
}

#snsButton.on {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -11px!important;
    right:-10px!important;
}

#snsButton:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -11px!important;
    right:-10px!important;
}



@-webkit-keyframes clipOpenRight {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  60% {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes clipOpenRight {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  60% {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes clipCloseRight {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  33% {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes clipCloseRight {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  33% {
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}



#sns{
    height:100%;
    /*background-color: #eee;*/
    position: relative;
    top:0;
    right:0;
    z-index: 400;
    -webkit-transition:all 800ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
    -moz-transition:all 800ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
    transition:all 800ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
}



#sns_cont .mask1{
    margin:0 0 0 0;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:100%;
    background: #650026;
    z-index: 350;
    -moz-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#sns_cont .mask2{
    width:50%;
    margin:0 0 0 0;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left: 100%;
    /*background-color: #fff;*/
    background-image: url(../img/menu_img_menu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    z-index: 350;
    opacity: 1;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}

#sns_cont .mask3{
    width:0%;
    margin:0 0 0 0;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:100%;
    background-color: #111;
    z-index: 350;
    opacity: 1;
    line-height: 0px;
    -moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);

}

#sns_cont .mask3 .mask_cont{
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin:  0px 50px 0 100px;
  padding: 0px;
    color: #fff;
    font-size:14px;
    -moz-transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
  }



#sns_cont.is-visible .mask1{
    margin-right: 0;
    right:0;
    bottom:0;
    left:0;
}
#sns_cont.is-visible .mask2{
    margin-right: 0;
    bottom: 0;
    right: 50%;
    left: 0;
    width: 50%;
    /*background-size: auto 100%;*/
}
#sns_cont.is-visible .mask3{
    margin-right: 0;
    right:0;
    bottom:0;
    left:50%;
    width:50%;
    /*width: 35%;
    padding: 10% 5% 10% 10%;*/
    line-height:20px;
}
#sns_cont.is-visible .mask3 .mask_cont{

    opacity: 1;
    margin: 0px 50px 0 150px;
    -moz-transition: all 0.65s ease-in-out 1s;
    -webkit-transition: all 0.65s ease-in-out 1s;
    transition: all 0.65s ease-in-out 1s;
}



#sns ul{
  text-align: center;
    width:100px;
    height:200px;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    

}


#sns_cont.is-visible #sns ul li{
  
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
    opacity: 1;
}

#sns_cont.is-visible #sns ul li:nth-child(2){
  margin-top:40px;
  margin-bottom: 40px;
}


#sns ul li{
  opacity: 0;
    /*display: none;*/
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#sns ul li:nth-child(2){
  margin-top:10px;
  margin-bottom: 10px;
}

#sns ul li a{
    color:#000;
    text-decoration: none;
}

#sns ul li a img{
    width:30px;
    height: auto;
        -moz-transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}


/*body.sns_active #sns {
  min-width:400px;
  -webkit-animation: clipOpenRight 0.5s forwards linear;
          animation: clipOpenRight 0.5s forwards linear;
}

body.sns_passive #sns  {
  min-width:0px;
  -webkit-animation: clipCloseRight 0.5s forwards linear;
          animation: clipCloseRight 0.5s forwards linear;
}

body.sns_passive #sns ul{
  opacity: 0;
}

#sns ul{
    width:100px;
    height:200px;
    position: absolute;
    top:52%;
    right:222px;
    
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}




body.sns_active #sns ul{
  z-index: 400;
  opacity: 0;
  -moz-transition: all 1.0s ease-in-out 0.5s;
    -webkit-transition: all 1.0s ease-in-out 0.5s;
    transition: all 1.0s ease-in-out 0.5s;
}

#sns ul li{
    margin-bottom: 40px;
    display: none;
}

#sns ul li a{
    color:#000;
    text-decoration: none;
}

#sns ul li a img{
    width:30px;
    height: auto;
}*/











.blackBox01{
    position: absolute;
    width: 550px;
    height: 450px;
    background-color: #000;
    top: 470px;
    right: 0px;
    z-index: 50;
}


.liquid{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;

}




.liquid-web{
    /*float: left;*/
    /*display: table-cell;*/

    margin-bottom: 150px;
    margin-right:10%;
    position: relative;
    max-width: 40%;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}


.liquid-web img,.liquid-web--two img  {
 width: 100%;
}

.liquid-web .mask{
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #fff;
    z-index: 4;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.liquid-web .mask2{
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #111;
    z-index: 3;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}

/*.liquid-web .mask3{
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #111;
    z-index: 2;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0.4s;
    -webkit-transition: all 0.5s ease-in-out 0.4s;
    transition: all 0.5s ease-in-out 0.4s;
}*/

.liquid-web.is-visible .mask,.liquid-web.is-visible .mask2,.liquid-web.is-visible .mask3{
    margin-right: 0;
    right:0;
    bottom:0;
    left:100%;
}







.liquid-web--two {
    /*float: left;*/
    /*display: table-cell;*/
    margin-bottom: 150px;
    position: relative;
    max-width: 40%;
    background-color: white;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.liquid-web--two .mask{
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #fff;
    z-index: 4;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}



.liquid-web--two .mask2{
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #111;
    z-index: 3;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0.6s;
    -webkit-transition: all 0.5s ease-in-out 0.6s;
    transition: all 0.5s ease-in-out 0.6s;
}


/*.liquid-web--two .mask3{
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #111;
    z-index: 2;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0.8s;
    -webkit-transition: all 0.5s ease-in-out 0.8s;
    transition: all 0.5s ease-in-out 0.8s;
}*/

.liquid-web--two.is-visible .mask,.liquid-web--two.is-visible .mask2,.liquid-web--two.is-visible .mask3{
    margin-right: 0;
    right:0;
    bottom:0;
    left:100%;
}

.whitebox{
    display: table-cell;
    margin-bottom: 20%;
    position: relative;
    top:0;
    width: 50%;
    background: #fff;

}

.whitebox div{
    position: absolute;
    top:50%;
    margin-left:40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.whitebox p{
    font-size: 8px;
    color:#111;
    margin-bottom: 20px;
}
.whitebox h4{
    font-size: 8px;
    color:#111;
}


.liquid-web h3, .liquid-web--two h3{
    text-align: center;
    padding-top: 20px;
    height:30px;
    position: absolute;
    left:0;
    right:0;
    opacity: 0;
    color:#444;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.liquid-web:hover h3, .liquid-web--two:hover h3 {
    opacity: 1;
    padding-top:30px;
    height:20px;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.liquid-web h3:hover, .liquid-web--two h3:hover {
    pointer-events: none;
    box-shadow:none;
    opacity:0;
}







/* ---- */

.blackBox02{
  position: absolute;
  width:40%;
  height:550px;
  background-color: #000;
  top:-100px;
  right:0px;
  z-index: 50;
}


.photo-overlay{
    position: absolute;    
    width:60%;
    height: auto;
    right:30px; 
    top:260px;
    overflow: hidden;
    background: repeating-linear-gradient(45deg, hsla(60,99%,40%,1), hsla(170,99%,41%,1), hsla(335,100%,41%,1), hsla(271,99%,33%,1)) 0 0/200% no-repeat;
    z-index: 60;
}

.photo-overlay img{
    width:100%;
    height: auto;
    display: block;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.photo-overlay img:hover{ 
    mix-blend-mode: exclusion;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.photo-content,
.photo-content-02{
    width:100%!important;
    /*margin-top: 100px;*/
    margin-bottom: 100px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.photo-content-first{
    margin-top:100px;
}

.liquid-photo01{
    position: relative;
    width:25%;
    overflow: hidden;
    background: repeating-linear-gradient(45deg, hsla(60,99%,40%,1), hsla(170,99%,41%,1), hsla(335,100%,41%,1), hsla(271,99%,33%,1)) 0 0/200% no-repeat;

}
.liquid-photo01 a img,.liquid-photo02 a img{
    display: block;
    height: auto;
    max-width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.liquid-photo01 a img:hover,.liquid-photo02 a img:hover{
    mix-blend-mode: exclusion;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.liquid-photo02{
    width:42%;
    overflow: hidden;
    background: repeating-linear-gradient(45deg, hsla(60,99%,40%,1), hsla(170,99%,41%,1), hsla(335,100%,41%,1), hsla(271,99%,33%,1)) 0 0/200% no-repeat;

}


.liquid-photo01 img,.liquid-photo02 img  {
 width: 100%;
}

.liquid-photo01 .mask{
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #fff;
    z-index: 4;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}



.liquid-photo01 .mask2{
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #111;
    z-index: 3;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}


/*.liquid-photo01 .mask3{
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #111;
    z-index: 2;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0.8s;
    -webkit-transition: all 0.5s ease-in-out 0.8s;
    transition: all 0.5s ease-in-out 0.8s;
}*/

.liquid-photo01.is-visible .mask,.liquid-photo01.is-visible .mask2,.liquid-photo01.is-visible .mask3{
    margin-right: 0;
    right:0;
    bottom:0;
    left:100%;
}




#picArea01{
    min-height:200px;
    background:url(../img/main_img02_close.jpg) no-repeat center center;
    background-size: cover;
    position: relative;

}

#picArea01.active{
  min-height:200px;
    background:url(../img/main_img02_open.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.reverse{
  display: none;
}


#photo-modal,
#photo-modal-02{
    height:100%;
    background-color: #eee;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top:0;
    z-index: 1200!important;
    /*cursor: url(../img/close.png), pointer;*/
    -webkit-transition:all 1000ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
    -moz-transition:all 1000ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
    transition:all 1000ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
}




/*prof*/

#prof{
    background:url(../img/prof_img.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
#prof-cont{
    color:#444;
    height:100%;
    background-color: #fff;
    position: fixed;
    top:0;
    z-index: 1100;
    
    -webkit-transition:all 1300ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
    -moz-transition:all 1300ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
    transition:all 1300ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
}

#prof-cont:hover{
/*cursor: url(../img/close.png), pointer!important;*/
}


#prof-cont-left{
    /*float: left;*/
    height:100%;
    width:50%;
    margin-left:40px;
}
#prof-cont-left img{
        width: 50%;
    position: absolute;
      top: 60%;
      opacity: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);

    -moz-transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}


#prof-cont-right{
    position: absolute;
    top: 50%;
    left: 66%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width:35%;

    -moz-transition: all .9s ease-in-out;
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

#prof-cont-right h3{
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 27px;
    letter-spacing: 4px;
}

#prof-cont-right h3 span{
    font-size: 10px;
    }

#prof-cont-right p{
    
    line-height: 28px;
}

#prof-cont-right p.prize{
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 22px;
}
#prof-cont-right p.prize span{
    border:1px solid #222;
    font-size: 12px;
    padding: 1px 5px;
}
#prof-cont-right div.prize{
    border:1px solid #222;
    font-size: 12px;
    padding: 1px 5px;
    margin-bottom: 5px;
    display: inline;
}



html|* > svg {
    transform-origin: 50% 50% 0px;
}

.icon-full{
    position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;transition:all 350ms ease-in-out
}
.icon-full:hover {
    -webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}
.icon-full svg{position:absolute;top:1rem;left:1rem;width:calc(100% - 2rem);height:calc(100% - 2rem)
    }
.icon-full svg g,.icon-full svg path{transition:all 350ms ease-in-out;stroke-width:.0000!important;stroke:#111!important
    }
.icon-full:hover svg g,.icon-full:hover svg path{stroke-width:4!important;}




#prof-cont-right dl {
  width:100%;
  margin-top: 10px;
  font-size: 12px;
}
#prof-cont-right dt {
  float:left;
}
#prof-cont-right dd {
  margin-left:50px;
  margin-bottom: 5px;
}







/*footer*/
footer{
    text-align: center;
    position: relative;
    bottom: 40px;
    position: absolute;
    bottom: 45px;
    right: 0;
    left:0;
}

.cr{
    font-size: 10px;
    color: #fff;
}


#prof div a svg rect,#prof div a{
    box-sizing: inherit;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.btn {
  color: #fff;
  /*cursor: pointer;*/
  display: block;
  font-size:16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 auto 2em;
  max-width: 160px; 
  position: absolute;
  bottom:15%;
  left:0;
  right:0;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  width: 100%; 

}

.btn:hover {
  text-decoration: none;
  /*color: #8e0000;*/
}

/*.btn-1 {
  font-weight: 100;
}
.btn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
}

.btn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
}
.btn-1:hover rect {
    stroke: #fff;
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}*/

.btn_contact{
/*    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.1s ease;
    padding: 13px 10px 10px;
    border: #ccc solid 1px;*/
}
.btn_contact a{
    display: block;
    color: #fff;
    width: 100%;
    background-color: #222;
    border: #ccc solid 1px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
  }

.btn_contact a:hover{
  background-color: #960c12;
}

.back{
    text-align: center;
    /*cursor: pointer;*/
}

.btn_effect div {
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom:9%;
    text-align: center;
    width: 13%;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.btn_effect div:nth-child(1) {
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.1s ease;
    padding: 13px 10px 10px;
    border: #fff solid 1px;
}

.btn_effect div:nth-child(2) {
    overflow: hidden;
}

.btn_effect div:nth-child(2) div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: #fff hidden 1px;
}

.btn_effect div:nth-child(2) div:nth-child(1) {
    color: rgba(200, 120, 120, 0.8);
    opacity: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

.btn_effect div:nth-child(2) div:nth-child(2) {
    color: rgba(120, 200, 120, 0.8);
    opacity: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

.btn_effect div:nth-child(2) div:nth-child(3) {
    color: rgba(120, 120, 200, 0.8);
    opacity: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

.btn_effect:hover div:nth-child(1) {
    color: #000;
    background-color: #fff;
    border: none;
    transition: color 0s ease;
    -webkit-transition: color 0s ease;
    -moz-transition: color 0s ease;
    transition: background-color 0.3s ease 0.2s;
    -webkit-transition: background-color 0.3s ease 0.2s;
    -moz-transition: background-color 0.3s ease 0.2s;
}

.btn_effect:hover div:nth-child(2) div:nth-child(1) {
    animation: btn_effect_red 0.5s linear;
    -webkit-animation: btn_effect_red 0.5s linear;
    -moz-animation: btn_effect_red 0.5s linear;
}

.btn_effect:hover div:nth-child(2) div:nth-child(2) {
    animation: btn_effect_green 0.5s linear;
    -webkit-animation: btn_effect_green 0.5s linear;
    -moz-animation: btn_effect_green 0.5s linear;
}

.btn_effect:hover div:nth-child(2) div:nth-child(3) {
    animation: btn_effect_blue 0.5s linear;
    -webkit-animation: btn_effect_blue 0.5s linear;
    -moz-animation: btn_effect_blue 0.5s linear;
}

@-webkit-keyframes btn_effect_red {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(1.8, 1.6) translate(-10px, 3px) skewX(30deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.5, 1.2) translate(20px, 6px) skewX(5deg);
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(0.9, 1.8) translate(-16px, -1px) skewX(-20deg);
    }
}

@-webkit-keyframes btn_effect_green {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(1.3, 1.5) translate(3px, 6px) skewX(25deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.6, 1.1) translate(-16px, -5px) skewX(-15deg);
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(1, 1.8) translate(18px, 4px) skewX(15deg);
    }
}

@-webkit-keyframes btn_effect_blue {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.4) translate(-10px, -3px) skewX(-25deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.9, 1.1) translate(16px, 3px) skewX(5deg);
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(1.3, 2) translate(-30px, -3px) skewX(20deg);
    }
}

@-moz-keyframes btn_effect_red {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        transform: scale(1.8, 1.6) translate(-10px, 3px) skewX(30deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.5, 1.2) translate(20px, 6px) skewX(5deg);
    }
    75% {
        opacity: 1;
        transform: scale(0.9, 1.8) translate(-16px, -1px) skewX(-20deg);
    }
}

@-moz-keyframes btn_effect_green {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        transform: scale(1.3, 1.5) translate(3px, 6px) skewX(25deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.6, 1.1) translate(-16px, -5px) skewX(-15deg);
    }
    75% {
        opacity: 1;
        transform: scale(1, 1.8) translate(18px, 4px) skewX(15deg);
    }
}

@-moz-keyframes btn_effect_blue {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        transform: scale(1.2, 1.4) translate(-10px, -3px) skewX(-25deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.9, 1.1) translate(16px, 3px) skewX(5deg);
    }
    75% {
        opacity: 1;
        transform: scale(1.3, 2) translate(-30px, -3px) skewX(20deg);
    }
}




/********SECOND********/


/*bluewing*/

#second-contact{
    background-image: url(../img/contact02-bg.jpg);
}
#second-misaki{
    background-image: url(../img/web28-bg.jpg);
}
#second-ryo{
    background-image: url(../img/web29-bg.jpg);
}

.second-bg{
    z-index                 : -2;
    background-color        : #000;
    background-repeat       : no-repeat;
    background-position: center center;
    background-size         : cover!important;
    position                : fixed;
    top                     : 0;
    left                    : 0;
    right                   : 0;
    bottom                  : 0;
    -webkit-transition:all 1000ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
    -moz-transition:all 1000ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
    transition:all 1000ms cubic-bezier(0.500, 0.000, 0.000, 1.000);
}


#second_wrapper{
    background:#fff;
    /*width:100%;*/
}

#second_wrapper #second_cont{
    max-width:800px;
    margin:0 auto;
    padding:100px 50px;
}

.second_space{
  height: 400px;
}

.second_tit{
    margin-bottom: 50px;
}

.second_tit .site_icon img{
    width:60px;
    height:auto;
    margin-right: 20px;
    float: left;
}

.second_tit .site_right{
    float: left;
}
.second_tit .site_year{
    float: right;
    border: 1px solid #111;
    padding:1px 10px 5px ;

}

.second_tit .site_right .site_tit{
    font-weight: bold;
    font-size: 16px;
    margin:0px 0 15px;
}

.second_tit .site_right .site_url a{
    /*border:1px solid #000;*/
    background-color: black;
    padding:5px 10px;
    color:white;
    text-decoration: none;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.second_tit .site_right .site_url a:hover{
    color:black;
    border:1px solid #000;
    background-color: transparent;
}

.site_img{
    max-width:100%;
    border:1px solid #ddd;
    text-align: center;
    margin: 0 auto;
}

.site_img_gray{
    max-width:100%;
    height:auto;
    padding:80px;
    background:#efefef;
    text-align: center;
}

.site_img_gray img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
}

.site_img_gray_large img{
    max-height: 400px;
}


#second_wrapper #second_cont h5{
    color:#8e0000;
    margin: 50px 0 20px;
    font-size: 16px;
    border-bottom:1px solid #ddd;
    padding: 10px 5px;
}

#second_wrapper #second_cont .site_text01{
    /*font-weight: bold;*/
    font-size: 26px;
    margin: 30px 0;
}

#second_wrapper #second_cont .site_text02{
    /*font-size: 20px;*/
    margin-bottom: 50px;
}

#second_wrapper #second_cont .skill{
    margin: 40px 0 100px;
    
}

#second_wrapper #second_cont .skill li{
    /*border:1px solid #222;*/
    background-color:#eee;
    font-size: 14px;
    padding: 8px 8px;
    margin-bottom: 20px;
}

.btn_close{
    position: fixed;
    top: 40px;
    left: 42px;
    z-index: 999;
    opacity: 1;
    /*cursor: pointer;*/
    width:20px;
}

.btn_close img{
    width:30px;
    height:auto;
}


/*PJAX*/


.fadeOut {
    -webkit-animation: fadeOut 1.5s cubic-bezier(.55,0,.1,1) both;
    animation: fadeOut 1.5s cubic-bezier(.55,0,.1,1) both;
}
/*.fadeIn01 {
    -webkit-animation: fadeIn 1.5s cubic-bezier(.55,0,.1,1) both;
    animation: fadeIn 1.5s cubic-bezier(.55,0,.1,1) both;
}*/

.fadeIn01 {
    -moz-animation: fadeUpfast 1s ease-in-out;
    -webkit-animation: fadeUpfast 1s ease-in-out;
    animation: fadeUpfast 1s ease-in-out;
}
.fadeIn02 {
    -moz-animation: fadeUp 1.5s ease-in-out;
    -webkit-animation: fadeUp 1.5s ease-in-out;
    animation: fadeUp 1.5s ease-in-out;
}


/*@-webkit-keyframes fadeOut { to { opacity: 0; -webkit-transform: scale(1.2); }}
@keyframes fadeOut { to { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }}*/
/*@-webkit-keyframes fadeIn { from { opacity: 0; -webkit-transform: scale(.8); }}
@keyframes fadeIn { from { opacity: 0; -webkit-transform: scale(.8); transform: scale(.8); }}*/


@-webkit-keyframes fadeUpfast {
    0% { opacity: 0; -webkit-transform: translate(0, 1200px); }
    100% { opacity:1;}
}
@keyframes fadeUpfast {
 0% { opacity: 0; -webkit-transform: translate(0, 1200px); transform: translate(0, 300px); }
 100% { opacity:1;}
}

@-webkit-keyframes fadeUp {
    0% { opacity: 1; -webkit-transform: translate(0, 1200px); }
    100% { opacity:1;}
}
@keyframes fadeUp {
 0% { opacity: 1; -webkit-transform: translate(0, 1200px); transform: translate(0, 300px); }
 100% { opacity:1;}
}









/*CONTACT*/
#request{
	position: relative;
  padding: 100px 0 140px;
  background-color: #f6f6f6;
}
.title-2{color:#000; text-align: center;font-size: 24px;}
.p-lead{ text-align: center; padding-top: 20px; width:90%; margin:0 auto 50px auto; letter-spacing: 2px; color: #000;}
.p-lead .fz-ttl{ display: block; margin-bottom: 10px; ;font-size: 20px; font-weight: bold;}
.p-lead .fw-bold{ display: block; margin: 25px 0 10px; font-weight: bold;}
.map-wrap{ width:83%; margin:0 auto 50px auto;}
.map-wrap iframe{ width:100%;}
/*#contact h3 span{font-size: 12px;}*/
.contact_textJP{font-size: 32px; line-height: 38px; }
.contact_textEng{font-size: 14px; margin-top: 20px; line-height: 20px;}



#success{
    text-align: center;
    font-size: 24px;
    color: #b30202;
}


/*ribbon*/
#daa-ribbon img,#cssda-badge,#awwwards{
  opacity: 1;
-moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}




#ribbon.active #daa-ribbon img,#ribbon.active #cssda-badge,#ribbon.active #awwwards{
  opacity: 0;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#daa-ribbon img{ position:fixed; right: 38px; top: 0px; width: 60px; height: 145px;  z-index: 1;}
#daa-ribbon a{ width:100%; height:100%; }
#cssda-badge{
  /* monogram position here */
  position: fixed;
  top: 45px;
  right:106px;
  /* ––– */
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background: #EDEDED;
  -webkit-transition: all .25s cubic-bezier(.615,.19,.305,.91);
  -moz-transition: all .25s cubic-bezier(.615,.19,.305,.91);
  transition: all .25s cubic-bezier(.615,.19,.305,.91);
  /*cursor: pointer;*/
  z-index: 1;
}
#cssda-badge:hover{
  -webkit-animation: bounce .75s linear both;
  -moz-animation: bounce .75s linear both;
  animation: bounce .75s linear both;
  background: #673AB7;
}
#cssda-badge svg {
  position: absolute;
  width: 90px;
  height: 90px;
  fill: #000000;
}
#cssda-badge:hover svg{
  fill: #EDEDED;
}
.cssda-badge-content{
  position: absolute;
  width: 90px;
  height: 90px;
  -webkit-transition: all .12s cubic-bezier(.615,.19,.305,.91);
  -moz-transition: all .12s cubic-bezier(.615,.19,.305,.91);
  transition: all .12s cubic-bezier(.615,.19,.305,.91);
}
#cssda-badge:hover .cssda-badge-content{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
#cssda-badge:hover #cssda-badge-logo{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 700px) {
  #cssda-badge{
    /* monogram responsive position here */
    top: 40px;
    right: 60px;
    /* ––– */
    width: 60px;
    height: 60px;
  }
  #cssda-badge svg {
    width: 60px;
    height: 60px;
  }
  #cssda-badge-logo{
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    transform: scale(1.35);
  }
  #cssda-badge:hover #cssda-badge-logo{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
  #cssda-badge-title{
    display: none;
  }
  #cssda-badge-award{
    display: none;
  }
}

/* Generated with Bounce.js */
@-webkit-keyframes bounce{0%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}3.4%{-webkit-transform:matrix3d(1.032,0,0,0,0,1.041,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.032,0,0,0,0,1.041,0,0,0,0,1,0,0,0,0,1)}4.7%{-webkit-transform:matrix3d(1.045,0,0,0,0,1.06,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.045,0,0,0,0,1.06,0,0,0,0,1,0,0,0,0,1)}6.81%{-webkit-transform:matrix3d(1.066,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.066,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1)}9.41%{-webkit-transform:matrix3d(1.088,0,0,0,0,1.117,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.088,0,0,0,0,1.117,0,0,0,0,1,0,0,0,0,1)}10.21%{-webkit-transform:matrix3d(1.094,0,0,0,0,1.123,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.094,0,0,0,0,1.123,0,0,0,0,1,0,0,0,0,1)}13.61%{-webkit-transform:matrix3d(1.112,0,0,0,0,1.133,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.112,0,0,0,0,1.133,0,0,0,0,1,0,0,0,0,1)}14.11%{-webkit-transform:matrix3d(1.114,0,0,0,0,1.133,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.114,0,0,0,0,1.133,0,0,0,0,1,0,0,0,0,1)}17.52%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.124,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.124,0,0,0,0,1,0,0,0,0,1)}18.72%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1)}21.32%{-webkit-transform:matrix3d(1.12,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.12,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1)}24.32%{-webkit-transform:matrix3d(1.115,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.115,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1)}25.23%{-webkit-transform:matrix3d(1.113,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.113,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1)}29.03%{-webkit-transform:matrix3d(1.106,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.106,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1)}29.93%{-webkit-transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1)}35.54%{-webkit-transform:matrix3d(1.098,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.098,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1)}36.74%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.098,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.098,0,0,0,0,1,0,0,0,0,1)}41.04%{-webkit-transform:matrix3d(1.096,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.096,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}44.44%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.103,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.103,0,0,0,0,1,0,0,0,0,1)}52.15%{-webkit-transform:matrix3d(1.099,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.099,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1)}59.86%,63.26%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1)}100%,75.28%,85.49%,90.69%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}}@keyframes bounce{0%{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}3.4%{-webkit-transform:matrix3d(1.032,0,0,0,0,1.041,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.032,0,0,0,0,1.041,0,0,0,0,1,0,0,0,0,1)}4.7%{-webkit-transform:matrix3d(1.045,0,0,0,0,1.06,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.045,0,0,0,0,1.06,0,0,0,0,1,0,0,0,0,1)}6.81%{-webkit-transform:matrix3d(1.066,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.066,0,0,0,0,1.089,0,0,0,0,1,0,0,0,0,1)}9.41%{-webkit-transform:matrix3d(1.088,0,0,0,0,1.117,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.088,0,0,0,0,1.117,0,0,0,0,1,0,0,0,0,1)}10.21%{-webkit-transform:matrix3d(1.094,0,0,0,0,1.123,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.094,0,0,0,0,1.123,0,0,0,0,1,0,0,0,0,1)}13.61%{-webkit-transform:matrix3d(1.112,0,0,0,0,1.133,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.112,0,0,0,0,1.133,0,0,0,0,1,0,0,0,0,1)}14.11%{-webkit-transform:matrix3d(1.114,0,0,0,0,1.133,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.114,0,0,0,0,1.133,0,0,0,0,1,0,0,0,0,1)}17.52%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.124,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.124,0,0,0,0,1,0,0,0,0,1)}18.72%{-webkit-transform:matrix3d(1.121,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.121,0,0,0,0,1.119,0,0,0,0,1,0,0,0,0,1)}21.32%{-webkit-transform:matrix3d(1.12,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.12,0,0,0,0,1.107,0,0,0,0,1,0,0,0,0,1)}24.32%{-webkit-transform:matrix3d(1.115,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.115,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1)}25.23%{-webkit-transform:matrix3d(1.113,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.113,0,0,0,0,1.094,0,0,0,0,1,0,0,0,0,1)}29.03%{-webkit-transform:matrix3d(1.106,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.106,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1)}29.93%{-webkit-transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.105,0,0,0,0,1.09,0,0,0,0,1,0,0,0,0,1)}35.54%{-webkit-transform:matrix3d(1.098,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.098,0,0,0,0,1.096,0,0,0,0,1,0,0,0,0,1)}36.74%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.098,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.098,0,0,0,0,1,0,0,0,0,1)}41.04%{-webkit-transform:matrix3d(1.096,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.096,0,0,0,0,1.102,0,0,0,0,1,0,0,0,0,1)}44.44%{-webkit-transform:matrix3d(1.097,0,0,0,0,1.103,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.097,0,0,0,0,1.103,0,0,0,0,1,0,0,0,0,1)}52.15%{-webkit-transform:matrix3d(1.099,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.099,0,0,0,0,1.101,0,0,0,0,1,0,0,0,0,1)}59.86%,63.26%{-webkit-transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.101,0,0,0,0,1.099,0,0,0,0,1,0,0,0,0,1)}100%,75.28%,85.49%,90.69%{-webkit-transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1.1,0,0,0,0,1.1,0,0,0,0,1,0,0,0,0,1)}}

/*footer*/
footer{color:#fff; text-align: center;}
footer .cr{margin-top: 50px;}

/*SNS*/
#snsBtn{padding-top:40px; overflow: hidden;
    position: relative;}
#snsBtn ul{float: left; position: relative; left: 50%;}
#snsBtn ul li{float:left; margin-right: 20px; position: relative; left: -50%;}
#snsBtn ul li:last-child{margin-right: 0px;}
#snsBtn ul li img {width:50px; height:50px; margin-top: 6px;}


/***** cursor ******/


html,
body {
  cursor: none!important;
}

a,
button{
  cursor: none!important;
}

.cursor-dot,
.cursor-dot-outline {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 10000;
}

.cursor-dot {
    size: 10px;
    width: 7px;
    height: 7px;
    background-color: #e6e6e6;
}

.cursor-dot-outline {
    size: 40px;
    width: 40px;
    height: 40px;
    background-color: #b5b5b5;

}
