@charset "UTF-8";

/*reset
=====================================*/
html,body,h1,h2,ul,li,p{
  margin: 0;
  padding: 0;
  line-height: 1.0;
}
header,footer,aside,main{
    display: block;
    margin: 0;
    padding: 0;
}
ul,li{
  list-style: none;
}
a{
  text-decoration: none;
  color: inherit;
}
img{
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*body
====================================*/
body{
  background-color: #000;
  font-family:
    'Noto Sans JP',
    sans-serif;
}

/*text
====================================*/
h1{
  font-family: 'Raleway', sans-serif;
  font-weight: lighter;
  font-size: 64px;
  color: #fff;
  letter-spacing: 9px;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
h1 span{
  color: #fff;
  font-size: 43px;
  letter-spacing: 10px;
  margin-bottom: 18px;
}
h2{
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
}
header p{
  color: #8c8b62;
  font-size: 19px;
  letter-spacing:6px;
}
main .introduction p{
  font-size: 17px;
  line-height: 2;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
footer{
  line-height: 1.5;
}

/*header
===========================================*/
header{
  height: 100vh;
  display: flex;
  justify-content: space-between;
}
header .site{
  width: 50%;
}
header h1,header p{
  text-align: center;
}
header h1{
  border-bottom:1px solid #8c8b62;
}
header h1 span{
  display: block;
  padding-top: 40vh;
}
header p{
  padding-top: 10px;
  line-height: 1.5;
}

/*slider
==================================-=======*/
.main_imgBox{
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position:relative;
}
.main_imgM{
  z-index:10;
  opacity: 0;
  width : 100%;
  height: 100%;
  object-fit: cover;
  position:absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 24s 0s infinite;
  animation: anime 36s 0s infinite;
}
header .main_imgM:nth-of-type(2){
  -webkit-animation-delay: 6s;
  animation-delay: 9s;
}
header .main_imgM:nth-of-type(3){
  -webkit-animation-delay: 12s;
  animation-delay: 18s;
}
header .main_imgM:nth-of-type(4){
  -webkit-animation-delay: 18s;
  animation-delay: 27s;
}
@keyframes anime {
  0% {opacity: 0;}
  10% {opacity: 1;}
  20% {opacity: 1;}
  35% {opacity: 0;
  transform: scale(1.1);
  z-index:9;}
  100% { opacity: 0 }
}

/*navigation=======*/
.gnav{
    display: none;
    height: 100vh;
    width: 100%;
    position:fixed;
    background-color:#000;
    z-index: 9990;
    top:0;
    left:0;
}
.gnav ul{
    margin: 50vh auto 0;
    transform: translateY(-50%);
    width:44%;
}
.gnav li{
    font-size:20px;
    text-align: center;
    height: 90px;
    line-height: 90px;
    color: #8c8b62;
    border-bottom:1px solid #8c8b62;
}
.gnav li i{
    padding-right: 10px;
}
.gnav li:last-of-type{
    border: none;
}
.gnav li a{
    display: block;
}
.gnav li a:hover{
    color: #fff;
}

/*btnicon==========*/

#btn{
    position:fixed;
    bottom:30px;
    right:10px;
    z-index: 9999;
}
.btn{
    margin: 10px;
}
.nav,.blog,.insta{
    height: 50px;
    width: 50px;
    background-color: #8c8b62;
    border-radius: 10px;
    text-align: center;
    color: #000;
}
.insta img{
    height: 40px;
    padding:5px 0px 0px 0px
}
.nav span,.blog span{
    display: block;
}
.btn i{
    font-size:26px;
    padding:4px 0 0 0;
}
.nav{
    overflow: hidden;
}
.close p:first-of-type{
    display: none;
}
.top{
    height: 50px;
    line-height: 52px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    background-color: rgba(255,255,255,0.6);
}
.btn:hover{
    background-color: #fff;
}


/*main
=============================*/

/*introduction============*/
main .studio{
  background: url(../img/studio_2color4.jpg)no-repeat 40% top/cover;
  padding: 6% 12%;
  margin: 100px auto;
}
main .introduction {
  background-color: rgba(0,0,0,0.6);
  margin: 0 auto;
  padding: 50px 40px 50px;
    border-radius: 10px;
}
main .introduction p{
    text-align: center;
    color: #fff;
    letter-spacing: 0.3em;
}

/*works====================*/
main .works{
  max-width: 960px;
  height: auto;
  margin: 150px auto;
  background: url(../img/works_bar.jpg)no-repeat center center/cover;
  position:relative;
}
main .h::before{
    content:"";
    display: block;
    padding-top: 21%;
}
main .works a{
    position:absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:0.3s;
}
main .works a:hover{
    background-color: rgba(255,255,255,0.2);
}

main .box{
    background-image: url(../img/works_2.png);
    background-repeat: no-repeat;
    background-position: center -20px;
    color: #8c8b62;
    width: 300px;
    height: 150px;
    text-align: center;
    background-color: rgba(0,0,0,0.9);
    position:absolute;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    margin:auto;
}
main .box h2{
    padding-top: 52px;
    font-size:16px;
    line-height: 1.5;
}
main .works h2 span{
display: block;
}

main .more{
  font-size:20px;
  margin-top: 6px;
}
main .more i{
  font-size:22px;
  transform: translate(0px,0px);
  opacity:0;
  animation: move 1.5s infinite;
  color: #fff;
}

@keyframes move{
  0%{ transform: translateX(0px); opacity:0;}
  100%{transform: translateX(10px);opacity:1;}
}

/*icons=========================*/
main .wrap{
  max-width: 800px;
  margin: 0 auto 150px;
  display: flex;
  justify-content: space-between;
}
main .icon{
  width: 199px;
  height: 199px;
  text-align: center;
  border-radius: 50%;
  border:3px solid #8c8b62;
    color: #8c8b62;
  margin: 5px;
}
main .icon{
    background-repeat: no-repeat;
    background-position: center top;
}
main .icon:nth-of-type(1){
   background-image: url(../img/icon_profile.png);
}
main .icon:nth-of-type(2){
   background-image: url(../img/icon_lecture.png);
}
main .icon:nth-of-type(3){
   background-image: url(../img/icon_contact.png);
}
main .icon:hover{
    background-position: center -200px;
    color: #000;
}
main .icon h2{
  font-size:19px;
  padding: 90px 0 10px;
    line-height: 1.6;
}
main .icon h2 span{
display: block;
    font-size:14px;
line-height:1.5;
}

main .icon a{
  display: block;
  width: 199px;
  height: 199px;
  border-radius: 50%;
/*    transition: 0.3s;*/
}

/*news==================-*/
main .wrapper{
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

main .news{
  background: url(../img/news_bg.jpg)no-repeat center center/cover;
}
main .news h2{
  color: #8c8b62;
  width: 100px;
  margin: 0 auto;
  padding:20px 0 10px;
  border-bottom: 1px solid #8c8b62;
  margin-bottom: 20px;
}
main .news h2 span{
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.5;
    padding-left: 5px;
}
main .news p{
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.6;
}
main .news_read{
  color: #fff;
  width: 290px;
  background: rgba(0,0,0,0.3);
  margin: 0 auto;
  padding: 2px;
}
main .news .blog_area{
  width: 40%;
  margin-bottom: 40px;
}
main .news .insta_area{
  width: 14%;
  margin-right: 10%;
}
main .news .insta_area img{
  padding: 10px;
}
main .news .bloglogo{
  font-size:20px;
  color: #000;
  font-weight:bold;
  border-radius:14px;
  padding:3px 10px;
}

main .news .insta_area a,
main .news .blog_area a{
  display: block;
  background: rgba(255,255,255,0.5);
  border-radius: 14px;
  transition:0.3s;
}
  main .news .insta_area a:hover,
  main .news .blog_area a:hover{
  background: rgba(255,255,255,0.7);
}


/*footer
===========================================*/
footer{
  text-align: center;
  padding: 60px;
  color: #8c8b62;
  border-top: 1px solid #8c8b62;
}

@media screen and (max-width:767px){

/*text
====================================*/
h1{
  font-size: 56px;
  letter-spacing: 6px;
  margin-bottom: 12px;
  padding-bottom: 10px;
}
h1 span{
  font-size: 32px;
  letter-spacing: 10px;
  margin-bottom: 10px;
}
h2{
  font-size: 30px;
  letter-spacing: 2px;
}
header p{
  color: #fff;
  font-size: 17px;
  letter-spacing:4px;
}
main .introduction p{
  letter-spacing:0.1em;
    font-size: 16px;
  line-height: 1.7;
}
header{
  display:block;
  position:relative;
}
header .site{
position:absolute;
  width: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.7);
  bottom:100px;
}
header h1 span{
  padding-top: 30px;
}
header p{
  padding-bottom: 24px;
}
.main_imgBox{
  width: 100%;
}

/*introduction============*/
main .studio{
  padding: 8%;
  margin: 50px 0 30px;
}
main .introduction {
  padding: 30px 20px 20px;
}

/*works====================*/
main .works{
  width: 80%;
  height:auto;
  margin: 60px auto 30px;
  background: url(../img/works_spver.jpg)no-repeat center center/contain;
}
main .h::before{
  padding-top: 100%;
}
main .box{
  width: 200px;
  height: 200px;
  background-position: center 0px;
}
main .box h2{
  padding: 74px 0 10px;
}
main .more{
  font-size:22px;
}
main .more i{
  font-size:25px;
}

/*icons*/

main .wrap{
  padding: 10px;
  margin: 0 auto 40px;
}
main .icon a{
  display: block;
  width: 100%;
  height: 200px;
}

/*news==================-*/
main .wrapper{
  display: block;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
main .news .blog_area{
  width: 80%;
  margin: 30px auto;
}
 main .news .insta_area{
  width: 70px;
  margin: 20px auto;
}
main .news h2{
  margin-bottom: 20px;
}
footer{
  padding: 30px 0 100px;
}
}

@media screen and (max-width:639px){


main .introduction p:last-of-type{
  padding-top: 20px;
  font-size:18px;
}
main .wrap{
  display:block;
}
main .icon{
  background-position: center -40px;
  width: 258px;
  height: 140px;
  border-radius: 0%;
  margin: 20px auto;
}
    main .icon:hover{
    background-position: center -240px;
}
main .icon a{
  height: 140px;
}
main .icon h2{
  padding: 54px 0 10px;
}
main .icon p:first-of-type{
  padding-top: 10px;
}
main .icon a{
  border-radius: 0;
}

/*btn
=================================*/
#btn{
    display:flex;
    justify-content: center;
    background-color: #000;
    width: 100%;
    bottom:0;
    right :0;
}
.gnav li{
    height:70px;
    line-height: 70px;
}
}


