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

html{
	font-size: 0.8em;/*16px*87.5%=14px*/
  letter-spacing: 2px;
  color: #222222;
}

ul{
  padding-left: 0;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}
  



body{
  text-align: left;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}

main{
  width: 100%;
}
.wrap{
  margin: 0 32px;
}

/* 


common


*/

.unerline{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 5px #222222;
  letter-spacing: normal;
}

 .lowerpage{
    width: 100%;
    text-align: center;
   margin: 0 auto;
  }

.paragraph{
  line-height: 2.2;
  text-align: left;
  margin-bottom: 56px;
}

.englist-title{
  font-size: 12px;
  text-align: right;
}

/* 


TOP


*/
#top-head {
  width: 100%;
  height: 40px;
  
  opacity: 1;
  display: flex;
  position: fixed;
  z-index: 999;
}
#top-head .inner {
  float: left;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*nav style*/
#top-head nav ul {
  display: flex;
  list-style-type: none;
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 16px;
  color: #d8d8d8;
}
#top-head nav ul li a:hover {
  color: #df0011;
}
#nav_toggle {
  display: none;
}

/*============================



ナビゲーション メニュー



============================*/

/*hamburger menu style*/
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 8px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
/*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #222222;
    position:absolute;
    width: 100%;
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top:0px;
  }
  #nav_toggle span:nth-child(2) {
    top:9px;
    width: 20px;
  }
  #nav_toggle span:nth-child(3) {
    top:18px;
  }
/*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    right: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
/*nav style*/
  #top-head nav {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 1040px;
    background-color: rgba(0,0,0,0.80);
    z-index: 999;
    padding-top: 200px;
  }
  #top-head nav ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #top-head nav ul li {
    text-align: left;
    font-weight: bolder;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }

/*nav link style*/
  #top-head nav ul li a {
    display: block;
    color: #fff;
  }

/*logo style*/
.logo{
  margin: 0;
  color: #222222;
  letter-spacing: 9px;
  font-weight: bolder;
  font-size: 11px;
}
h1{
  display: inline-block;
  margin-top: 50px;
}



.lover-header{
  background-color: #fff;
  opacity: 1.0;
}

.right{
  text-align: right;
}

.left{
  margin-top: 24px;
  text-align: left;
}










.tab_container {
  padding-bottom: 1em;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;}
.tab_item {
  width: calc(100%/2);
  padding:15px 0;
  font-size: 1.2rem;
  text-align: center;
  color: #222222 ;
  display: block;
  float: left;
  font-weight: bolder;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content{
  display: block;
}
.tab_container input:checked + .tab_item {
  color: #D9D9D9;
}













.section-title{
  margin: 120px 0 40px;
}

.language{
  text-align: center;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 32px;
}
.grey{
  color: #C0C0C0;
  margin-right: 24px;
}


 

























/* 


Main visual


*/

.mainvisual{
  width: 100%;
}

.mv{
  width: 100%;
}

.mv-pc{
  display: none;
}

/* 


WORKS


*/

.scroll{
  margin-left: 8px;
  margin-bottom: 16px;
  text-align: right;
}

.arrow{
  margin-left: 8px;
  margin-bottom: 2px;
}


.works_wrap{
  width: 80%;
}
.works-img{
  width: 100%;
  padding-top: 60%;
  margin-bottom: 16px;
}

.work1{
  background-image: url("../images/work1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.work2{
  background-image: url("../images/work2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.work3{
  background-image: url("../images/work3.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.work4{
  background-image: url("../images/work4.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.work5{
  background-image: url("../images/work5.png");
  background-repeat: no-repeat;
  background-size: cover;
}









.tag{
  font-size: 10px;
  color: #fff;
  background-color: #222222;
  padding: 8px;
}

.tag_wrap{
  margin: 32px 0 24px;
  font-weight: bolder;
  text-align: left;
}

.moreworks{
  font-size: 22px;
  margin: 64px 0 40px;
  text-align: center;
  font-weight: bold;
}
.works-arrow{
  text-align: right;
  height: 12px;
  width: auto;
}
.category-items{
  font-size: 16px;
  margin-left: 8px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}









.horizontal_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex; }

.horizontal_scroll > li {
  width: 100%;
  min-width: 300px;
  margin-right: 24px;}




@media screen and (min-width: 600px) {


.lowerpage{
    width: 80%;
  }
  .wrap{
    margin-right: 48px;
    margin-left: 48px;
  }
.pc-smaill{
  width: 80%;
  margin: 0 auto;
  }
.mv{
  display: none;
}

.mv-pc{
  display: block;
  width: 100%;
}  
  
}

/* 画面幅が768px以上の場合、横スクロールを解除 */
@media screen and (min-width: 768px) {

.horizontal_scroll > li {
  width: 100%;
  min-width: 300px;
  margin-right: 24px;}

}





@media screen and (min-width: 768px) {

 
.pc-none{
    display: none;
  }

 .lowerpage{
    width: 70%;
  }
 .pc-smaill{
    width: 40%;
    margin: 0 auto;
  }



 }












@media screen and (min-width: 920px) {

.wrap{
    margin-right: 120px;
    margin-left: 120px;
  } 



}


/* 


FOOTER


*/


.footer{
  padding-bottom: 24px;
  border-bottom: solid 6px #222222;
}

.footer-icons{
  text-align: center;
  margin-bottom: 32px;
}

.footer-contact{
  margin-bottom: 72px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
}



/* 


Graphic Design


*/
.works-wrap{
  margin: 0 24px;
}
.category-title{
  font-size: 14px;
  font-weight: bold;
  margin: 32px auto 40px;
  text-align: center;
}

h1{
  margin: 0 auto;
}
.big-letter{
  font-size: 109px;
}

.works-category{
  position: absolute;
  top: 20px;
  width: 100%;
}

.works-item{
  margin-bottom: 24px;
}




