@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
html {
  height: 100%;
  font-size: 16px; }

* {
  line-height: 1.5;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5 {
  word-wrap: break-word; }

p {
  margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%;
  width: auto; }

footer{
  margin-top: 0;
}

.container {
  max-width: 1140px;
  margin: 0 auto; }

/* bootstrap
=================================== */
.row {
  display: flex;
  flex-wrap: wrap; }

/*PCのカラムを調整*/
@media screen and (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%; } }
@media screen and (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media screen and (min-width: 768px) {
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%; } }
@media screen and (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
/*SPのカラムを調整*/
/*4カラム*/
@media screen and (max-width: 768px) {
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%; } }
/*3カラム*/
@media screen and (max-width: 768px) {
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
/*2カラム*/
@media screen and (max-width: 768px) {
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%; } }
/*1カラム*/
@media screen and (max-width: 768px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }
.row1 {
  margin: 0 auto;
  margin: 0 20%; }

@media screen and (max-width: 768px) {
  .row1 {
    margin: 0 8vw; } }
body {
  color: white;
  margin: 0 auto; }

#wrap {
  font-family: 'Noto Sans SC', sans-serif;
  background-image: url("../images/background.png");
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #464646; }

.main-container {
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  #wrap {
    background: none;
    position: relative; }

  #wrap::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/background.png") center/cover no-repeat;
    -webkit-background-size: cover;
    z-index: -1; } }
.contents-item img {
  vertical-align: bottom; }

/* メンバーコンテンツのCSS */
.member-box {
  width: 1000px;
  max-width: 900px;
  margin: 0 auto; }

.member-box-wrapper {
  display: flex;
  align-items: center; }

.member-contents {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.contents-item {
  /*  height: 400px;*/
  width: 380px;
  margin: 0 auto; }

.member-message {
  padding: 20px 0px 0px 20px; }

@media screen and (max-width: 768px) {
  .member-box {
    width: 100%;
    margin: 0;
    margin-top: 3rem;
   }

  .member-box .row {
    margin: 0; }

  .member-box-wrapper {
    display: block;
    align-items: center; }

  .member-contents {
    display: block; }

  .contents-item {
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
   }

  .member-message {
    padding: 3rem 0px 0px 0px; }

  .message-item {
    margin-bottom: 80px; } }
.member-contents .contents-item .intorduce {
  background-color: white;
  padding: 1rem;
  min-height: 250px; }

.member-contents .contents-item .intorduce h5 {
  font-size: 20px;
  margin-top: 0;
  color: black;
  text-shadow: none; }

.intorduce p {
  font-size: 15px;
  text-align: left;
  color: black;
  text-shadow: none; }

.member-title {
  border-bottom: 2px solid #dee7ec;
  font-size: 28px;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center; }

.message-title {
  font-size: 28px;
  padding-bottom: 15px;
  margin-bottom: 50px; }

.message-item p {
  font-size: 25px; }

/* 背景画像が読み込まれる前に表示される背景のカラー */
.house {
  text-align: center;
  height: calc(100vh - 90px);
  font-weight: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow:0px 3px 10px #000000,0px 6px 20px #012b7f;
   }
  
  @media (max-width: 767px) {
    .house {
      min-height: calc(100vh - 60px) !important; } }

.movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  /* 現プレイヤーでは不要？ */
  height: 100%;
  width: 100%;
  overflow: hidden; }

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.movie-btn {
  height: 98vh;
  width: 100vw;
  background: url("../images/movie.jpg") center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .movie-btn {
      height: calc(100vh - 90px);
      position: absolute;
      top: 90px; } }

@media screen and (max-width: 768px) {
  .movie-btn {
    background: url("../images/movie-sp.jpg") center center no-repeat; } }
.movie-area {
  /*background: rgba(100,150,210,.7);*/
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.movie-area video {
  width: 100vw;
  height: 100vh; }
  @media screen and (min-width: 768px) {
    .movie-area video {
      height: calc(100vh - 90px);
      position: absolute;
      top: 90px; } }

.movie-area-wrapper {
  position: relative; }

.is-show {
  display: block; }

#movie-area {
  display: none; }

section p {
  font-size: 25px; }

@media screen and (max-width: 768px) {
  .house p {
    font-size: 20px; } }
h1 {
  font-size: 60px; }

h2 {
  font-size: 30px; }

@media screen and (max-width: 768px) {
  .copyh2 {
    font-size: 28px; } }
@media screen and (max-width: 768px) {
  .copyh1 {
    font-size: 38px; } }


@media screen and (max-width: 768px) {
  .SP{
  display: block;
}
  }

@media screen and (min-width: 768px) {
  .PC {
  display: none;
  } }

/* ヘッダーナビゲーション
=================================== */
.header_navi {
  flex-wrap: inherit; }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
