@charset "UTF-8";
/* CSS Document */
/*フォントの設定*/
@import url('http://fonts.cdnfonts.com/css/hoefler-text');
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.open-button {
  background: #000;
}
/*ボタン内側*/
.open-button span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  height: 2px;
  right: 0;
  background-color: #666;
}
.close-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 20px;
  padding: 20px;
}
.open-button {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 68px;
  height: 50px;
  cursor: pointer;
  transform: translateY(-50%);
}
.open-button span:nth-of-type(1) {
  top: 20px;
  width: 100%;
}
.open-button span:nth-of-type(2) {
  top: 30px;
  width: 100%;
}
/*activeクラスが付与されると線が回転して×に*/
.open-button.active span:nth-of-type(1) {
  top: 19px;
  transform: translateY(6px) rotate(-45deg);
}
.open-button.active span:nth-of-type(2) {
  top: 31px;
  transform: translateY(-6px) rotate(45deg);
}
.yuichimen_humberger a {
  text-decoration: none;
  color: inherit;
}
.header{
	padding: 0 60px;
}
.header nav {
  z-index: 1000;
  position: fixed;
  top: 0%;
  left: -100%;
  background-color: rgba(255, 255, 255, .9);
  width: 48%;
  height: 100%;
  padding-top: 67px;
  box-shadow: 10px 10px 25px rgb(0 0 0 / 40%);
  transition: all .8s;
}
.header nav h1 {
  font-size: 6rem;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
.header nav ul li a {
  color: #333333;
  text-decoration: none;
}
.header nav ul li {
  margin-top: 24px;
}
.header nav.active {
  left: 0;
}
.sns_link_humberger {
  align-self: center;
  max-width: 200px;
  margin: 0 auto;
  justify-content: space-around;
  width: 29%;
  display: flex;
  padding-bottom: 60px;
}
.header nav ul li {
  font-size: 3rem;
}
.header-content-wrapper nav ul li {
  color: #333333;
}
.official_web {
  font-size: 1.2rem;
  text-align: center;
  color: #000;
}
.yuichimen_humberger {
  letter-spacing: 8px;
}
.yuichimen_humberger h1 a {
  color: #333;
}
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333333; /* RGB */
  font-family: 'Hoefler Text', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.works_movie1, .movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.works_movie1 iframe, .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sns_title_link{
  letter-spacing: 0.6rem
}

.footer {
  padding: 60px 20px;
  background-color: #000000;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.contact_links li.contact-btn{
	display: block;
}
.footer .contact-inquiry {
  color: #fff;
}
.footer .footer__copyright {
  color: #fff;
}
.sp-hide {
  display: inline-block;
}
.sp-block-hide {
  display: none;
}
.pc-hide {
  display: block;
}
@media screen and (max-width: 768px) {
  /*タブレット以下（スマホここに書く）	*/
  /*header */
  .header {
    height: 150px;
    width: 100%;
    background-color: #000000;
  }
  .header {
    color: #FFFFFF;
    text-align: left;
    padding: 0px 60px;
    font-size: 1.6rem;
  }
  .header h1 a {
    color: #333333;
    text-decoration: none;
  }
  .header nav.open {
    display: block;
  }
  .header nav ul li {
    /*    border-bottom: 1px solid rgba(255, 255, 255, .5);*/
    text-align: center;
  }
  .header nav ul li:first-child {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
  }
  /* navigation*/
  .open-button .close-button {
    display: none;
  }
  /*ここからハンバーガーバーメニュー*/
  /*
  .open-button span, .open-button span:after {
    position: absolute;
    height: 2px;
    width: 48px;
    background: #C6C6C6;
    display: block;
    content: "";
  }
  .open-button span:before {
    bottom: -8px;
  }
  .open-button span:after {
    
  }
	
	
  .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    padding: 20px;
  }
*/
  /*

  .header nav {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    width: 70%;
    height: 100%;
    padding-top: 67px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.4);
  }
*/
  .footer {
    padding: 60px 20px;
    background-color: #000000;
  }
  .footer a {
    color: #fff;
    text-decoration: none;
  }
  .footer .contact-inquiry {
    color: #fff;
  }
  .footer .footer__copyright {
    color: #fff;
  }
  .sp-hide {
    display: none;
  }
  .pc-hide {
    display: none;
  }
  .sp-block-hide {
    display: block;
  }
  .header nav {
    z-index: 1000;
    position: fixed;
    top: 0%;
    left: -100%;
    background-color: rgba(255, 255, 255, .9);
    width: 71%;
    height: 100%;
    padding-top: 67px;
    box-shadow: 10px 10px 25px rgb(0 0 0 / 40%);
    transition: all .8s;
    letter-spacing: 2px;
  }
  .yuichimen_humberger a {
    font-size: 3rem;
  }
  .header nav ul li {
    font-size: 2rem;
  }
  .sns_link_humberger {
    width: 100%;
  }
  .footer ul li {
    margin-right: 12px;
    margin-left: 12px;
  }
	
  .contact-btn a {
    display: inline-block;
    padding: 20px 0 13px;
    color: #333;
    font-size: 25px;
    font-weight: 700;
    background-color: #FFFFFF;
    box-sizing: border-box;
    letter-spacing: 4px;
    width: 100%;
  }
  /*ここまでタブレット（スマホここに書く）	*/
}
@media screen and (max-width: 375px) {
  .works_mv {
    color: #FFFFFF;
    font-size: 13px;
    padding: 8px 0 32px;
    text-align: center;
  }
	
}