@charset "UTF-8";
/* CSS Document */
/*remにするやり方を相談する*/
/*文字全体の指定(webフォント)*/
* {
  font-family: kinuta-mincho-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header-top {
  height: 7vw;
  width: auto;
  background-color: black;
  position: relative;
}
.ustance-top-rogo {
  position: absolute;
  top: 2.5vw;
  left: 3vw;
  width: 15%;
  height: auto;
}

/* ハンバーガーのマーク */
.navigation{
  display:flex;
}
.nav_toggle {
  display: block;
  position: relative;
  width: 3vw;
  height: 3vw;
  margin-right: 3vw;
  z-index: 2;
  margin-left:auto;
  top:1.8vw;
  z-index: 9000;
}
.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}
/* クリックされた後のハンバーガーのマーク */
.nav_toggle.show i:nth-child(1) {
  transform: translateY(1vw) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-1.7vw) rotate(45deg);
}
/* クリックで表示されるメニュー：クリックされる前 */
.nav {
  display: flex;
  position: fixed;
  
  top: 0;
  left: 0;
  right: 20vw;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  background-color: #000000;
  z-index: 4000;
}
.nav_menu_ul {
  margin-top: 10vw;
  margin-left: 10vw;
  line-height: 10vw;
  
}
.nav_menu_ul a {
  color: white;
  text-decoration: none;
  text-decoration-color: none;
}
/* クリックで表示されるメニュー：クリックされた後 */
.nav.show {
  opacity: .8;
  visibility: visible;
}



/*top-catergory*/
.top-category {
  position: relative;
}
.top-category-video img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.top-category-text {
  position: absolute;
  top: 50%;
  left: 3vw;
}
.top-introduction1 {
  font-size: 4vw;
  font-weight: 400;
  color: white;
}
.top-introduction2 {
  font-size: 2vw;
  line-height: 5vw;
  color: white;
}
.top-introduction3 {
  font-size: 1.5vw;
}

.top-introduction3 a{
  text-decoration-line: none;
  text-decoration-color: none;
  color: #fff;
}
.top-introduction-line {
  color: white;
}
.header-top2 {
  height: 7vw;
  width: auto;
  background-color: black;
}



/*humansの内容*/
.top-text {
  margin-left: 3vw;
  margin-right: 3vw;
}
.top-text-top {
  margin-top: 80px;
  justify-content: space-between;
  border-bottom: solid 0.5px #000000;
}
.top-text-top-right {
  display: flex;
  align-items: center;
}
.top-text-ustance-rogo {
  width: 7%;
}
.top-text-name {
  font-size: 3vw;
}
.top-text-more {
  font-size: 1.5vw;
  text-align: right;
  margin-bottom: 1vw;
}
.top-text-description {
  font-size: 1vw;
  margin-top: 1vw;
}
/*ここからはhumans写真の項目です*/
.human-category {
  margin-left: 3vw;
  margin-right: 3vw;
}
.humans-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
}
@media (max-width:600px) {
  .humans-list {
    justify-content: center;
  }
}
.humans-image {
  width: 40vw;
  height: auto;
  margin: 40px 30px;
}
.humans-wrapper {
  position: relative;
}
.humans-text {
  position: absolute;
  z-index: 1000;
  text-shadow: 0.5px 0.5px 0 #fff;
  line-height: 3vw;
  bottom: -1vw;
  width: 100%;
}
.humans-with-set {
  display: flex;
}
.namecompany {
  padding-left: 10px;
}
.datetime {
  font-size: 0.5vw;
}
/*レウポンシブにならない*/
.with {
  font-size: 1vw;
}
/*レウポンシブにならない*/
.namecompany {
  font-size: 1.5vw;
}
.name {
  font-size: 2vw;
}
.vol-number {
  font-size: 1vw;
}
/*レウポンシブにならない*/
.onlynumber {
  font-size: 3vw;
  text-align: right;
  padding: 0 20px 0 0;
}
/*humansの文字中心部分*/
.human-text-last {
  margin-left: 3vw;
  margin-right: 3vw;
  font-size: 1vw;
  text-align: center;
  line-height: 30px;
}
.human-text-japanese {
  margin: 100px 30px 100px 30px;
  letter-spacing: 0.2vw;
}
.human-text-english {
  margin: 100px 30px 100px 30px;
  letter-spacing: 0.2vw;
}
.service-text-japanese1, .service-text-japanese2{
  margin-bottom: 1vw;
  margin-top: 1vw;
}
/*youtube部分*/
.youtube {
  margin-left: 3vw;
  margin-right: 3vw;
}
.youtube-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  margin: 30px 0;
}
/*YouTube動画アスペクト比はデフォルトで16:9 、横幅は width: 100%; 、高さは padding-top: 56.25%; （16 を 100% とした時の 9 の値 56.25%）を指定。padding の特性として、pading-top 100% は、width の100% と同じ値になる特性。これを用いてアスペクト比率保持する。*/
.youtube-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube-click {
  font-size: 2vw;
  text-align: center;
  margin-top: 10vw;
}
.youtube-clicl-link {
  text-align: center;
  margin: 10vw;
}
.youtube-clicl-link img {
  width: 60%;
}
/*サービス内容*/
.service-wrapper {
  margin-left: 3vw;
  margin-right: 3vw;
}
.service-wrapper li {
  display: block;
}
.shop {
  border: solid 0.5px #000000;
  border-radius: 3px;
  padding: 30px;
  margin: 50px;
}
.service-shop {
  font-size: 2vw;
  font-weight: 100;
  margin-bottom: 10px;
}
.service-shop-description {
  font-size: 1vw;
  text-align: left;
}
.moive-design {
  border: solid 0.5px #000000;
  border-radius: 3px;
  padding: 30px;
  margin: 50px;
}
.service-movie-design {
  font-size: 2vw;
  font-weight: 100;
  margin-bottom: 10px;
}
.service-movie-design-description {
  font-size: 1vw;
  text-align: left;
}
/*ショッピングの内容*/
.shopping-wrapper {
  box-sizing: border-box;
  width: 100%;
  background-color: #444444;
  margin-top: 40px;
  padding: 5vw;
}
.shopping-img1 {
  padding: 2vw;
  width: 80vw;
  height: auto;
}
.shopping-text {
  font-size: 1vw;
  color: white;
  line-height: 5vw;
  margin-top: 7vw;
  margin-left: 2vw;
}
.shopping-email {
  font-size: 2vw;
  color: white;
}
.shopping-mail-link {
  text-decoration-line: none;
  text-decoration-color: none;
}
/*nsutagram*/
.insutagram-link {
  margin-top: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}
/*フッターの内容*/
.footer {
  padding: 3vw;
  width: auto;
  background-color: #333333;
  margin-top: 100px;
}
.footer-mail {
  text-align: right;
  font-size: 2vw;
  color: white;
  margin: 5vw;
}
.footer-mail-link {
  text-decoration-line: none;
}
.footer-link {
  color: white;
  margin-right: 5vw;
  margin-left: 5vw;
}
.footer-link nav ul li a {
  text-decoration-line: none;
}
.footer-link1 {
  text-align: left;
  left: 3vw;
  font-size: 2vw;
  line-height: 5vw;
}
.footer-link1 a {
  text-decoration-color: none;
  color: white;
}
.footer-link2 {
  text-align: right;
  font-size: 1.5vw;
  line-height: 5vw;
  text-decoration: underline;
  position: relative;
  top: -20vw;
}
.footer-link2 a {
  text-decoration-color: none;
  color: white;
}
.footer-rogo {
  width: 0.5%;
  height: auto;
  margin-right: 10px;
}
.adress-all {
  font-size: 1vw;
  color: white;
  margin-bottom: 0;
  margin: 2vw;
}

/*
.test01 {
  height: 100vh;
  overflow-y:  hidden;
}
*/
.test02 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}