
@charset "UTF-8";

/*********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:0vw;
}

.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: 1vw;
}

@keyframes slideDown {
  0% {
    top: -5vw;
  }
  100% {
    top: 1vw;
  }
}

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

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

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

.nav li img{
  position:absolute;
  margin: 0 2vw;
  display: inline;
  width: 1.2vw;
  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-gallery{
  position: relative;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.first-text h3{
    position: relative;
    font-family: 'MyriadPro';
    color: #fff;
    margin:0;
    font-size: 1rem;
    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:22vw;
    padding-bottom:20vw;
}


/*********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: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:4vw;
}

.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:16.2vw;
  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:16.2vw;
  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;
}