body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 100%;
  line-height: 1.7;
  color: #fff;
  background-color: #000;
  z-index: -1;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

span.j-sans {
  font-family: "Josefin Sans", sans-serif;
  font-weight: normal;
}

.hina-mincho-regular {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.dotgothic16-regular {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
}

/* ボタン
----------------------------------------------- */
.button {
  padding: 18px 33px;
  background: #fff;
  color: #000;
  font-size: 1.375rem;
}
.button:hover {
  background: #df1717;
  transition:0.3s;
}

/* header・home
----------------------------------------------- */
#home {
  min-height: 100vh;
}

/* main-bg
----------------------------------------------- */

.img-box {
  position: relative;
  width: 100%;
  min-height: 94vh;
  overflow: hidden;
}
.img1, .img2 {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  background: center center no-repeat;
  animation: anime 10s 0s infinite;
  z-index: 0;
  opacity: 0;
}
.img1 {
  background-image: url(../images/main-bg01.jpg);
}
.img2 {
  background-image: url(../images/main-bg02.png);
  animation-delay: 5s;
}

@keyframes anime {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 1;
  }
  60% {
      opacity: 0;
      transform: scale(1.2);
      z-index: 10;
}
  100% {
      opacity: 0;
      transform: scale(1.2);
  }
}

/* nav
----------------------------------------------- */
.logo {
  width: 210px;
  margin-top: 8px;
}

.page-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#menu-btn-check {
    display: none;
}

.main-nav {
  display: flex;
  margin-top: 12px;
}
.main-nav a:hover {
  color: #df1717;
  transition:0.3s;
}
.main-nav li {
  padding-left: 36px;
  font-size: 1.25rem;
}
.main-nav li a {
  color: #fff;
}

.home-content {
  text-align: center;
  position: relative;
}

.home-about{
  padding-top: 70px;
}

.home-about, .home-news, .home-contact {
  text-align: center;
  padding-bottom: 140px;
}

.home-about p, .home-member p, .home-contact p {
  margin-bottom: 50px;
}

.home-button {
  font-size: 1rem;
  padding: 20px 80px;
}

/* home-member
----------------------------------------------- */
.home-member {
  text-align: center;
  padding-bottom: 50px;
}

.creators{
  vertical-align: bottom;
}

.creators:hover{
  cursor: pointer;
}

.img-hazu {

  filter:grayscale(70%);
}

.img-hazu:hover {
	filter:grayscale(0);
	transition:0.3s;
}

.img-aki {

  filter:grayscale(70%);
}

.img-aki:hover {
  filter:grayscale(0);
	transition:0.3s;
}

.img-bel {
  filter:grayscale(70%);
}

.img-bel:hover {
  filter:grayscale(0);
  transition:0.3s;
}

.img-rese {

  filter:grayscale(70%);
}

.img-rese:hover {
  filter:grayscale(0);
	transition:0.3s;
}

.home-banner{
  display: flex;
  text-align: center;
  gap: 20px 30px;
  justify-content: center;

}

.twitter {
  width: 35vh;
}

/* footer
----------------------------------------------- */
footer p {
  text-align: center;
  padding: 8px 0;
}

/* ページタイトル
----------------------------------------------- */
.page-title {
  font-size: 4rem;
  text-align: center;
}

/* ABOUT
----------------------------------------------- */
#about {
  background-image: url(/images/about-bg.jpg);
  height: 270px;
  margin-bottom: 40px;
  background-position: center;
}

.about-title_sub {
  font-size: 14px;
  margin-bottom: 10px;
}

.about-title-area {
  position: relative;
}

.about-title-area .page-title {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.about-txt {
  margin-bottom: 50px;
}

.about-txt p {
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.about-txt h2 {
  font-size: 1.6rem;
  margin-top: 50px;
}

.about-txt h3{
  margin-top: 25;
}


/* MEMBER
----------------------------------------------- */

#member {
  background-image: url(/images/member-bg.jpg);
  height: 270px;
  margin-bottom: 40px;
  background-position: left center ;
}

.member-title_sub {
  font-size: 14px;
  margin-bottom: 10px;
}

.member-title-area {
  position: relative;
}

.member-title-area .page-title {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* メンバー詳細
----------------------------------------------- */

#member-hazure, #member-akise, #member-belka, #member-rese {
  height: 270px;
  margin-bottom: 40px;
}

#member-hazure{
  background-image: url(/images/member-bg.jpg);
  background-position: left center ;
}

#member-akise{
  background-image: url(/images/about-bg.jpg);
  background-position: center;
}

#member-belka{
  background-image: url(/images/belka-bg.jpg);
  background-position: left center ;
}

#member-rese{
  background-image: url(/images/contact-bg.jpg);
  background-position: center;
}

.profile{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.profile-img, .profile-txt {
  flex-basis: 50%;
}

.profile-txt {
  padding-left: 20px;
}

.profile-txt p {
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.profile-txt h2 {
  font-size: 1.6rem;
}

.profile-txt h3{
  margin-top: 25;
}

/* CONTACT
----------------------------------------------- */
#contact {
  background-image: url(/images/contact-bg.jpg);
  height: 270px;
  margin-bottom: 40px;
  background-position: center;
}

.contact-title_sub {
  font-size: 14px;
  margin-bottom: 10px;
}

.contact-title-area {
  position: relative;
}

.contact-title-area .page-title {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.contact-txt {
  padding-left: 20px;
}

.contact-txt p {
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.contact-txt .form {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	max-width: 100%;
}




/* SP版
----------------------------------------------- */

@media screen and (max-width: 600px) {
  .page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  
  .logo {
    margin-top: 20px;
  }

  .main-nav {
    margin-top: 3px;
  }

  .main-nav li {
    font-size: 1rem;
    margin: 0 20px;
    padding: 0;
  }

  .page-title, .home-title {
    font-size: 2.5rem;
  }

  .about-title-area .page-title, .member-title-area .page-title, .contact-title-area .page-title {
    top: 150px;
  }

  .profile {
    margin-bottom: 50px;
  }




  .button {
    padding: 18px 40px;
  }

  /* ハンバーガー */
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #000;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #000;
    transition: all 0.5s;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.main-nav {
  display: block;
  margin-top: 12px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;
}

  .main-nav li {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .main-nav li a {
    color: #fff;
  }

  .page-header {
    position: relative;
  }

  .logo {
    position: absolute;
    left: 4%;
    width: 180px;
    position: fixed;
    z-index: 1000;
  }

  .profile{
    display: block;
  }

  .profile-txt {
    margin-top: 30px;
  }

  #member-rese, #contact{
    background-position: center ;
  }

  .home-banner{
  display: inline-block;
  text-align: center;
  height: auto;
  margin:auto
}

.twitter {
  width: 20vh;
  margin: auto;
}

}