@media (max-width: 1024px) {
/* メニュー */
/* #menuBarContainer > span {
  background: #fff;
}
.topMenu li a {
  color: #fff;
}

.topMenu li a.black {
  color: #000;
}
#menuBarContainer.black > span {
  background: #000;
} */

.topMenu {
  display: inline-block;
}



/* FV */
/* #fvContainer {
  width: 100%;
  height: 100vh;
  position: relative;
}

#fvContainer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#fvContainer > img {
  width: 488px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.op {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transition: 1s 1.5s;
}
.op.start {
  left: 100%;
}

.op > img {
  width: 190px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s 1s;
}

.op.start > img {
  opacity: 0;
  visibility: hidden;
} */





/* アバウト */
/* #aboutContainer {
  width: 90%;
  max-width: 960px;
  margin: 70px auto 0;
}

.about p:first-of-type {
  font-size: 42px;
  letter-spacing: 0.1em;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}

.about p:last-of-type {
  font-size: 14px;
  margin-top: 20px;
} */



/* ワークス */
/* #worksContainer {
  width: 90%;
  max-width: 960px;
  margin: 70px auto 0;
  text-align: center;
}

#player {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.6s;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
#player.playStart {
  opacity: 1;
  visibility: visible;
}

#player video {
  width: 100%;
  max-width: 1920px;
  max-height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
#player.playStart video {
  opacity: 1;
  visibility: visible;
}

h2 {
  font-size: 30px;
}

.worksContents {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.works {
  flex: 0 1 31.5%;
}

.works img {
  width: 100%;
  vertical-align: bottom;
}

.more {
  width: 180px;
  height: 40px;
  margin: 50px auto 0;
  background: #000;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.more > a {
  color: #fff;
  display: block;
} */





/* ニュース */
#newsContainer {
  /* width: 90%;
  max-width: 960px; */
  margin: 120px auto 0;
  /* display: flex; */
  flex-wrap: wrap;
}

.newsTitle {
  flex: 0 1 100%;
}

.newsContents {
  /* flex: 1 1 auto; */
  margin-top: 30px;
}

/* .news {
  border-top: 1px solid #DCDCDC;
  padding: 30px 0;
}

.news:last-of-type {
  border-bottom: 1px solid #DCDCDC;
} */




/* コンタクト */
#contactContainer {
  margin: 110px auto 150px;
}

.contactTitle p {
  margin-top: 10px;
}

#contactContainer .more {
  margin: 30px 0 0px;
}

/* footer {
  margin-top: 150px;
} */

}








@media (max-width: 560px) {
/* メニュー */
/* #menuBarContainer > span {
  background: #fff;
}
.topMenu li a {
  color: #fff;
}

.topMenu li a.black {
  color: #000;
}
#menuBarContainer.black > span {
  background: #000;
} */

.topMenu {
  display: none;
}



/* FV */
/* #fvContainer {
  width: 100%;
  height: 100vh;
  position: relative;
}

#fvContainer video {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

#fvContainer > img {
  width: 300px;
  /* position: absolute; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .op {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  transition: 1s 1.5s;
}
.op.start {
  left: 100%;
} */

.op > img {
  width: 120px;
  /* position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s 1s; */
}

/* .op.start > img {
  opacity: 0;
  visibility: hidden;
} */





/* アバウト */
#aboutContainer {
  /* width: 90%;
  max-width: 960px; */
  margin: 24px auto 0;
}

.about p:first-of-type {
  /* font-size: 42px; */
  letter-spacing: 0.07em;
  line-height: 1.3;
}

h1 {
  /* font-size: 18px;
  font-weight: bold; */
  margin-top: 16px;
  line-height: 1.6;
}

/* .about p:last-of-type {
  font-size: 14px;
  margin-top: 20px;
} */



/* ワークス */
#worksContainer {
  /* width: 90%;
  max-width: 960px; */
  margin: 50px auto 0;
  /* text-align: center; */
}

/* #player {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.6s;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
#player.playStart {
  opacity: 1;
  visibility: visible;
}

#player video {
  width: 100%;
  max-width: 1920px;
  max-height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
#player.playStart video {
  opacity: 1;
  visibility: visible;
} */

/* h2 {
  font-size: 30px;
} */

.worksContents {
  margin-top: 0px;
  /* display: flex;
  justify-content: space-between; */
  flex-wrap: wrap;
}

.works {
  flex: 0 1 100%;
  margin: 10px 0;
}

.works img {
  width: 100%;
  vertical-align: bottom;
}

.more {
  /* width: 180px;
  height: 40px; */
  margin: 40px auto 0;
  /* background: #000;
  color: #fff;
  line-height: 40px;
  text-align: center; */
}

/* .more > a {
  color: #fff;
  display: block;
} */





/* ニュース */
#newsContainer {
  /* width: 90%;
  max-width: 960px; */
  margin: 100px auto 0;
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.newsTitle {
  flex: 0 1 100%;
}

.newsContents {
  /* flex: 1 1 auto; */
  margin-top: 20px;
}

.news {
  /* border-top: 1px solid #DCDCDC; */
  padding: 20px 0;
}

/* .news:last-of-type {
  border-bottom: 1px solid #DCDCDC;
} */




/* コンタクト */
#contactContainer {
  margin: 90px auto 120px;
}

/* .contactTitle p {
  margin-top: 10px;
}

#contactContainer .more {
  margin: 30px 0 0px;
} */

/* footer {
  margin-top: 120px;
} */

}
