@charset “utf-8”;
/********
    共通
*********/
body {
  margin: 0 auto;
  padding: 0;
  background-color: rgb(0, 0, 0);
  color: #fff;
  width: 100%;

  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
}
@media screen and (max-width: 300px) {
  body {
    width: 300px;
  }
}
a {
  display: block;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: inherit;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  pointer-events: none;
}
/********
    ヘッダー
*********/
.wrap-header {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
}
.wrap-concept-head {
  width: 100%;
  filter: brightness(20%);
  object-fit: cover;
}
.wrap-concept-logo {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%) translateY(-50%);
  width: 70%;
  display: none;
}
/* フェードインコンテンツ */
.lp-fadeIn {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
  transform: translate(0, 10%);
}
/********
    スクロールフェード
*********/
.fade_on {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
/********
    タイトル
*********/
/* subtitle */
h3 {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
/* 説明 */
.lp-title {
  text-align: center;
  width: 100%;
}
.lp-detail {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
/********
    レイヤー
*********/
#fadelayer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.9);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  cursor: wait;
  display: block;
}
/********
    NAMAIKIな目
*********/
.wrap-namaiki-eye {
  width: 100%;
  min-width: 300px;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 120px;
}
.wrap-namaiki-eye img {
  width: 100%;
}

/* Container */
#container {
  width: 100%;
  min-width: 300px;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap-content {
  width: 100%;
  min-width: 300px;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
}
.wrap-content-al {
  margin: 0 auto;
  width: 360px;
}
/********
    フッター
*********/
#footer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  /* margin-bottom           : 80px; */
}

.wrap-footer-logo {
  width: 60%;
  margin: 0 auto;
  /* margin-top              : 20px; */
}
.wrap-footer-link {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.lp-footer-icon {
  display: inline-flex;
  width: 40px;
  margin-right: 10px;
}
.lp-footer-icon img,
.wrap-footer-logo img {
  width: 100%;
}
@media screen and (max-width: 300px) {
  #footer {
    width: 300px;
  }
  .wrap-footer-link {
    width: 300px;
    margin: 0px auto;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .wrap-footer-logo {
    width: 500px;
  }
}
