
@charset "UTF-8";

/*-----header-----*/
@media only screen and (min-width: 600px){
.sp-header{
    display: none;
}

.sp-bartender-background{
  display: none;
}

.sp-bartender{
  display: none;
}
}





/*------------------------*/
/*********mac book*********/
/*------------------------*/
@media (min-width:1280px) and (max-width:1281px){
/*********header*********/
.pc-header-logo{
  display:block;
  position:relative;
  float:left;
  margin-left:10vw;
  max-width:100vw;
}

.pc-header-logo img{
  position:absolute;
  width:10vw;
  height:auto;
  top:1.2vw;
}

.nav li img{
  position:absolute;
  margin: 0 2vw;
  display: inline;
  width: 1.6vw;
  height: auto;
  bottom:0;
}

.footer-gallery{
  clear:both;
  display:block;
  position:relative;
  max-width:100%;
  height:auto;
}

.footer-gallery-wrap{
  clear:both;
  background-color:#000;
  opacity:1;
  display:block;
  position:relative;
  width:100%;
  height:auto;
  margin:0 auto;
  top:12vw;
}

.footer-gallery-wrap img{
  position:relative;
  width:18%;
  margin:3vw 0;
  right:14vw;
  top:4vw;
}

.footer-gallery-logo img{
  position:relative;
  width:18%;
  margin:3vw 0;
  right:14vw;
  top:4vw;
}

.footer-gallery-logo img:hover{
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}

@-webkit-keyframes flash {
0% {opacity: 0.3;}
100% {opacity: 1;}
}
@keyframes flash {
0% {opacity: 0.3;}
100% {opacity: 1;}
}

.footer-gallery-wrap h1{
  position:absolute;
  display:inline-block;
  color:#fff;
  font-family: 'Notera';
  font-size:2.4vw;
  font-weight:200;
  letter-spacing:0.2rem;
  bottom:16vw;
  left:56vw;
  transform: rotate(-14deg);
  opacity:0.8;
  margin-bottom:1vw;
}

.footer-gallery-icon-01{
  display:inline;
  position:relative;
  width:100%;
  height:auto;
}

.footer-gallery-icon-01 img{
  display:inline;
  position:relative;
  width:2.3vw;
  left:17vw;
  top:-8vw;
}

.footer-gallery-icon-01 img:hover{
  opacity:0.6;
  transition:0.6s;
}

.footer-gallery-icon-01 h2{
  position:relative;
  display:inline-block;
  color:#fff;
  font-family: 'Yugothic';
  font-size:0.8rem;
  letter-spacing:0rem;
  line-height:1;
  bottom:10vw;
  left:13vw;
}

.footer-gallery-icon-02{
  display:inline;
  position:relative;
  width:100%;
  height:auto;
}

.footer-gallery-icon-02 img{
  display:inline;
  position:relative;
  width:2.3vw;
  left:17vw;
  top:-8vw;
}

.footer-gallery-icon-02 img:hover{
  opacity:0.6;
  transition:0.6s;
}

.footer-gallery-icon-02 h3{
  position:relative;
  display:inline-block;
  color:#fff;
  font-family: 'Yugothic';
  font-size:0.8rem;
  letter-spacing:0rem;
  line-height:1;
  bottom:10vw;
  left:13vw;
}

.footer-gallery-wrap p{
  position:relative;
  width:100%;
  z-index:999;
  font-family: 'Yugothic';
  font-weight:400;
  font-size:0.7rem;
  letter-spacing:0.1rem;
  color: #fff;
  margin:0;
  bottom:2vw;
}
}





/*------------------------*/
/********ipad pro********/
/*------------------------*/
@media (min-width:1024px) and (max-width:1279px){
/*********header*********/
.pc-header-logo{
  display:block;
  position:relative;
  float:left;
  margin-left:5vw;
  max-width:100vw;
}

.pc-header-logo img{
  position:absolute;
  width:18vw;
  height:auto;
  top:1vw;
}

.pc-header{
  display:block;
  z-index:999;
    width:100vw;
    height:auto;
  position: fixed;
  top: 0;
  left: 0;
    animation-name: slideDown;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-delay: 0s;
    transform-origin: 50% 50% 0;
    animation-duration: 1.4s;
    top: 2vw;
}

.nav{
  display:block;
  position:relative;
  text-align:right;
  margin-right:5vw;
}

.nav li {
  margin-right:3vw;
  display: inline;
}

.nav li a {
  text-decoration: none;
  color: #fff;
  font-family:'Imperial';
  font-size:2vw;
  font-weight: lighter;
  overflow: hidden;
  top:1vw;
}

.nav li img{
  position:absolute;
  margin: 0 0.5vw;
  display: inline;
  width: 2.4vw;
  height: auto;
  bottom:0;
}

.nav li :hover {
  opacity:0.6;
  transition:0.6s;
}


/*********firstview*********/
.main-background{
    display:block;
    height:100%;
    width:100%;
    animation-name: fadeIn;
    animation-duration: 5s;
}

@keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.firstview-menu{
  position: relative;
  width: 100%;
  height: 100%;
}

.first-logo{
    position: relative;
    width:100%;
    top:32vw;
}

.first-logo img{
    position:relative;
    width:50%;
    height:auto;
}

.first-text{
    display:block;
    position: relative;
    top: 30vw;
    width:100%;
    height:auto;
}

.first-text h1{
    position: relative;
    font-family: 'MyriadPro';
    color: #fff;
    margin:0;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}

.first-text h2{
    position: relative;
    font-family: 'MyriadPro';
    color: #fff;
    margin:2vw;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}

.first-text h3{
    position: relative;
    font-family: 'MyriadPro';
    color: #fff;
    margin:0;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}


/*********gallery_background*********/
.gallery-background{
    clear:both;
    display:inline-block;
    position:relative;
    text-align:-webkit-center;
    background-color: #000000d1;
    background-size:cover;
    width:80%;
    height:auto;
    margin:0 auto;
    top:8vw;
    padding-bottom:18vw;
}


/*********gallery*********/
.gallery-title{
    display:block;
    padding-top:6vw;
}

.gallery-title h1{
    position: relative;
    color: #fff;
    font-family: 'Imperial';
    font-size:2.5rem;
    letter-spacing:0.2rem;
    margin:0;
}


/*********gallery_content*********/
.gallery-content{
  display:block;
  padding-top: 4vw;
  width: 92%;
  text-align:center;
}

.content-wrap{
  width:50%;
  height:auto;
  float:left;
}

.content-wrap img{
  width:92%;
  height:auto;
}

.content-wrap h1{
  display:block;
  text-align:right;
  float:left;
  width:40%;
  height:8vw;
  position:relative;
  color:#fff;
  font-size:5vw;
  font-family: 'Imperial';
  font-weight:lighter;
  font-style:oblique;
  line-height:0;
  margin:0 2vw;
}

.content-wrap h2{
  display:inline-block;
  width:40%;
  height:8vw;
  text-align:left;
  vartical-align:bottom;
  float:left;
  position:relative;
  color:#fff;
  font-size:3vw;
  font-family: 'Imperial';
  font-weight:lighter;
  font-style:oblique;
  line-height:0.15;
  margin:0;
}


/*********footer*********/
.footer-gallery{
  clear:both;
  display:block;
  position:absolute;
  max-width:100%;
  height:auto;
}

.footer-gallery-wrap{
  background-color:#000;
  opacity:1;
  display:block;
  position:relative;
  width:100%;
  height:auto;
  margin:0 auto;
  top:0vw;
}

.footer-gallery-wrap img{
  position:relative;
  width:18%;
  margin:3vw 0;
  right:14vw;
  top:6vw;
}

.footer-gallery-logo img{
  position:relative;
  width:26%;
  margin:3vw 0;
  right:20vw;
  top:6vw;
}

.footer-gallery-logo img:hover{
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}

@-webkit-keyframes flash {
0% {opacity: 0.3;}
100% {opacity: 1;}
}
@keyframes flash {
0% {opacity: 0.3;}
100% {opacity: 1;}
}

.footer-gallery-wrap h1{
  position:absolute;
  display:inline-block;
  color:#fff;
  font-family: 'Notera';
  font-size:3vw;
  font-weight:200;
  letter-spacing:0.2rem;
  bottom:22vw;
  left:58vw;
  transform: rotate(-14deg);
  opacity:0.8;
  margin-bottom:1vw;
}

.footer-gallery-icon-01{
  display:inline;
  position:relative;
  width:100%;
  height:auto;
}

.footer-gallery-icon-01 img{
  display:inline;
  position:relative;
  width:4vw;
  left:26vw;
  top:-10vw;
}

.footer-gallery-icon-01 img:hover{
  opacity:0.6;
  transition:0.6s;
}

.footer-gallery-icon-01 h2{
  position:relative;
  display:inline-block;
  color:#fff;
  font-family: 'Yugothic';
  font-size:1rem;
  letter-spacing:0rem;
  line-height:1;
  bottom:10vw;
  left:20vw;
}

.footer-gallery-icon-02{
  display:inline;
  position:relative;
  width:100%;
  height:auto;
}

.footer-gallery-icon-02 img{
  display:inline;
  position:relative;
  width:4vw;
  left:26vw;
  top:-10vw;
}

.footer-gallery-icon-02 img:hover{
  opacity:0.6;
  transition:0.6s;
}

.footer-gallery-icon-02 h3{
  position:relative;
  display:inline-block;
  color:#fff;
  font-family: 'Yugothic';
  font-size:1rem;
  letter-spacing:0rem;
  line-height:1;
  bottom:10vw;
  left:20vw;
}

.footer-gallery-wrap p{
  position:relative;
  width:100%;
  z-index:999;
  font-family: 'Yugothic';
  font-weight:400;
  font-size:1rem;
  letter-spacing:0.1rem;
  color: #fff;
  margin:0;
  bottom:3vw;
}
}





/*------------------------*/
/********ipad********/
/*------------------------*/
@media (min-width:600px) and (max-width:1023px){
/*********header*********/
.pc-header-logo{
  display:block;
  position:relative;
  float:left;
  margin-left:4vw;
  max-width:100vw;
}

.pc-header-logo img{
  position:absolute;
  width:18vw;
  height:auto;
  top:1.5vw;
}

.pc-header{
  display:block;
  z-index:999;
    width:100vw;
    height:auto;
  position: fixed;
  top: 0;
  left: 0;
    animation-name: slideDown;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-delay: 0s;
    transform-origin: 50% 50% 0;
    animation-duration: 1.4s;
    top: 2vw;
}

.nav{
  display:block;
  position:relative;
  text-align:right;
  margin-right:4vw;
}

.nav li {
  margin-right:4vw;
  display: inline;
}

.nav li a {
  text-decoration: none;
  color: #fff;
  font-family:'Imperial';
  font-size:1.85vw;
  font-weight: lighter;
  overflow: hidden;
  top:1vw;
}

.nav li img{
  position:absolute;
  margin: 0 1vw;
  display: inline;
  width: 2.6vw;
  height: auto;
  bottom:0;
}

.nav li :hover {
  opacity:0.6;
  transition:0.6s;
}


/*********firstview*********/
.main-background{
    display:block;
    height:100%;
    width:100%;
    animation-name: fadeIn;
    animation-duration: 5s;
}

@keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.firstview-menu{
  position: relative;
  width: 100%;
  height: 100%;
}

.first-logo{
    position: relative;
    width:100%;
    top:32vw;
}

.first-logo img{
    position:relative;
    width:50%;
    height:auto;
}

.first-text{
    display:block;
    position: relative;
    top: 30vw;
    width:100%;
    height:auto;
}

.first-text h1{
    position: relative;
    font-family: 'MyriadPro';
    color: #fff;
    margin:0;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}

.first-text h2{
    position: relative;
    font-family: 'MyriadPro';
    color: #fff;
    margin:2vw;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}

.first-text h3{
    position: relative;
    font-family: 'MyriadPro';
    color: #fff;
    margin:0;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
}


/*********gallery_background*********/
.gallery-background{
    clear:both;
    display:inline-block;
    position:relative;
    text-align:-webkit-center;
    background-color: #000000d1;
    background-size:cover;
    width:80%;
    height:auto;
    margin:0 auto;
    top:0vw;
    padding-bottom:10vw;
}


/*********gallery*********/
.gallery-title{
    display:block;
    padding-top:6vw;
}

.gallery-title h1{
    position: relative;
    color: #fff;
    font-family: 'Imperial';
    font-size:2rem;
    letter-spacing:0.2rem;
    margin:0;
}


/*********gallery_content*********/
.gallery-content{
  display:block;
  padding-top: 4vw;
  width: 92%;
  text-align:center;
}

.content-wrap{
  width:50%;
  height:auto;
  float:left;
}

.content-wrap img{
  width:92%;
  height:auto;
}

.content-wrap h1{
  display:block;
  text-align:right;
  float:left;
  width:40%;
  height:4vw;
  position:relative;
  color:#fff;
  font-size:5vw;
  font-family: 'Imperial';
  font-weight:lighter;
  font-style:oblique;
  line-height:0;
  margin:0 2vw;
}

.content-wrap h2{
  display:inline-block;
  width:40%;
  height:4vw;
  text-align:left;
  vartical-align:bottom;
  float:left;
  position:relative;
  color:#fff;
  font-size:3vw;
  font-family: 'Imperial';
  font-weight:lighter;
  font-style:oblique;
  line-height:0.15;
  margin:0;
}


/*********footer*********/
.footer-gallery{
  clear:both;
  display:block;
  position:absolute;
  max-width:100%;
  height:auto;
}

.footer-gallery-wrap{
  background-color:#000;
  opacity:1;
  display:block;
  position:relative;
  width:100%;
  height:auto;
  margin:0 auto;
  top:0vw;
}

.footer-gallery-wrap img{
  position:relative;
  width:18%;
  margin:3vw 0;
  right:14vw;
  top:6vw;
}

.footer-gallery-logo img{
  position:relative;
  width:26%;
  margin:4vw 0;
  right:20vw;
  top:6vw;
}

.footer-gallery-logo img:hover{
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}

@-webkit-keyframes flash {
0% {opacity: 0.3;}
100% {opacity: 1;}
}
@keyframes flash {
0% {opacity: 0.3;}
100% {opacity: 1;}
}

.footer-gallery-wrap h1{
  position:absolute;
  display:inline-block;
  color:#fff;
  font-family: 'Notera';
  font-size:3vw;
  font-weight:200;
  letter-spacing:0.2rem;
  bottom:25vw;
  left:58vw;
  transform: rotate(-14deg);
  opacity:0.8;
  margin-bottom:1vw;
}

.footer-gallery-icon-01{
  display:inline;
  position:relative;
  width:100%;
  height:auto;
}

.footer-gallery-icon-01 img{
  display:inline;
  position:relative;
  width:4vw;
  left:27vw;
  top:-11vw;
}

.footer-gallery-icon-01 img:hover{
  opacity:0.6;
  transition:0.6s;
}

.footer-gallery-icon-01 h2{
  position:relative;
  display:inline-block;
  color:#fff;
  font-family: 'Yugothic';
  font-size:0.8rem;
  letter-spacing:0rem;
  line-height:1;
  bottom:11vw;
  left:20.5vw;
}

.footer-gallery-icon-02{
  display:inline;
  position:relative;
  width:100%;
  height:auto;
}

.footer-gallery-icon-02 img{
  display:inline;
  position:relative;
  width:4vw;
  left:27vw;
  top:-11vw;
}

.footer-gallery-icon-02 img:hover{
  opacity:0.6;
  transition:0.6s;
}

.footer-gallery-icon-02 h3{
  position:relative;
  display:inline-block;
  color:#fff;
  font-family: 'Yugothic';
  font-size:0.8rem;
  letter-spacing:0rem;
  line-height:1;
  bottom:11vw;
  left:20.5vw;
}

.footer-gallery-wrap p{
  position:relative;
  width:100%;
  z-index:999;
  font-family: 'Yugothic';
  font-weight:400;
  font-size:0.8rem;
  letter-spacing:0.08rem;
  color: #fff;
  margin:0;
  bottom:3vw;
}
}





/*------------------------*/
/********sp********/
/*------------------------*/
@media (max-width:599px) {
.pc-header{
  display:none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: fixed;
  top:4vw;
  right:5vw;
  width: 30px;
  height: 20px;
  z-index:9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  top: 24px;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}
#overlay{
  display:none;
  position:relative;
  right:0;
    text-align:left;
    width: 80%;
    height:100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.89);
    padding: 6vw;
    box-sizing: border-box;
}
#overlay ul{
    padding-left: 0px;
}
#overlay ul li{
    padding-left: 20vw;
    list-style-type: none;
    margin-top: 10vw;
}
#overlay ul li :hover{
  opacity:0.64;
}
#overlay ul li a{
    position:relative;
    top:30vw;
    color: #fff;
    text-decoration: none;
    vartical-align:middle;
    font-size: 1.6rem;
    font-family:'Imperial';
}
.sp-header{
    display:block;
    position:fixed;
    top:0;
    z-index:999;
    width:100%;
}

.sp-header .sp-nav li{
    list-style: none;
    width: 100%;
}

.sp-header img{
    display:block;
    position:fixed;
    top:0;
    height: auto;
    width:32%;
    left:34vw;
    top:5vw;
}

.sp-header img:hover{
    opacity:0.6;
    transition:0.65s;
}

.sp-header-insta img{
    display:block;
    position:fixed;
    top:0;
    height: auto;
    width:7%;
    left:5vw;
    top:5vw;
}

.sp-header-insta img:hover{
    opacity:0.6;
    transition:0.65s;
}

.sp-header-face img{
    display:block;
    position:fixed;
    top:0;
    height: auto;
    width:7%;
    left:15vw;
    top:5vw;
}

.sp-header-face img:hover{
    opacity:0.6;
    transition:0.65s;
}


/*********firstview*********/
.main-background{
    display:block;
    height:100%;
    width:100%;
    animation-name: fadeIn;
    animation-duration: 5s;
}

@keyframes fadeIn {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.firstview-menu{
  position: relative;
  width: 100%;
  height: 100%;
}

.first-logo{
    position: relative;
    width:100%;
    top:43vw;
}

.first-logo img{
    position:relative;
    width:64%;
    height:auto;
}

.first-text{
    display:block;
    position: relative;
    top: 37vw;
    width:100%;
    height:auto;
}

.first-text h1{
    position: relative;
    font-family: 'MyriadPro';
    color: #fff;
    margin:0;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}

.first-text h2{
    position: relative;
    font-family: 'MyriadPro';
    color: #fff;
    margin:2vw;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}

.first-text h3{
    position: relative;
    font-family: 'MyriadPro';
    color: #fff;
    margin:0;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}


/*********gallery_background*********/
.gallery-background{
    clear:both;
    display:inline-block;
    position:relative;
    text-align:-webkit-center;
    background-color: #000000d1;
    background-size:cover;
    width:100%;
    height:auto;
    margin:0 auto;
    top:43vw;
    padding-bottom:30vw;
}


/*********gallery*********/
.gallery-title{
  display:block;
  padding-top:10vw;
  padding-bottom:4vw;
}

.gallery-title h1{
  position: relative;
  color: #fff;
  font-family: 'Imperial';
  font-size:2rem;
  letter-spacing:0.1rem;
  margin:0 auto;
}


/*********gallery_content*********/
.gallery-content{
  display:block;
  padding-top: 4vw;
  width: 92%;
  text-align:center;
  overflow:hidden;
}

.content-wrap{
  width:100%;
  height:auto;
  float:left;
}

.content-wrap img{
  width:100%;
  height:auto;
}

.content-wrap h1{
  display:block;
  text-align:right;
  float:left;
  width:46%;
  height:16vw;
  position:relative;
  color:#fff;
  font-size:12vw;
  font-family: 'Imperial';
  font-weight:lighter;
  font-style:oblique;
  line-height:0;
  margin:0 2vw;
}

.content-wrap h2{
  display:inline-block;
  width:46%;
  height:16vw;
  text-align:left;
  vartical-align:bottom;
  float:left;
  position:relative;
  color:#fff;
  font-size:6vw;
  font-family: 'Imperial';
  font-weight:lighter;
  font-style:oblique;
  line-height:0.5;
  margin:0;
}


/*********footer*********/
.footer-gallery{
  clear:both;
  display:block;
  position:absolute;
  max-width:100%;
  height:auto;
  overflow:hidden;
}

.footer-gallery-wrap{
  clear:both;
  background-color:#000;
  opacity:1;
  display:block;
  position:relative;
  width:100%;
  height:auto;
  margin:0 auto;
  top:22vw;
}

.footer-gallery-logo img{
  position:relative;
  width:30%;
  margin:10vw 0;
  right:24vw;
  top:6vw;
}

.footer-gallery-logo img:hover{
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}

@-webkit-keyframes flash {
0% {opacity: 0.3;}
100% {opacity: 1;}
}
@keyframes flash {
0% {opacity: 0.3;}
100% {opacity: 1;}
}

.footer-gallery-wrap h1{
  position:absolute;
  display:inline-block;
  color:#fff;
  font-family: 'Notera';
  font-size:5vw;
  font-weight:200;
  letter-spacing:0.2rem;
  bottom:36vw;
  left:56vw;
  transform: rotate(-14deg);
  opacity:0.8;
  margin-bottom:1vw;
}

.footer-gallery-icon-01{
  display:inline;
  position:relative;
  width:100%;
  height:auto;
}

.footer-gallery-icon-01 img{
  display:inline;
  position:relative;
  width:7vw;
  left:26vw;
  top:-18vw;
}

.footer-gallery-icon-01 img:hover{
  opacity:0.6;
  transition:0.6s;
}

.footer-gallery-icon-01 h2{
  display:none;
}

.footer-gallery-icon-02{
  display:inline;
  position:relative;
  width:100%;
  height:auto;
}

.footer-gallery-icon-02 img{
  display:inline;
  position:relative;
  width:7vw;
  left:30vw;
  top:-18vw;
}

.footer-gallery-icon-02 img:hover{
  opacity:0.6;
  transition:0.6s;
}

.footer-gallery-icon-02 h3{
  display:none;
}

.footer-gallery-wrap p{
  position:relative;
  width:100%;
  z-index:999;
  font-family: 'Yugothic';
  font-weight:400;
  font-size:0.5rem;
  color: #fff;
  margin:0 auto;
  bottom:5vw;
}
}