@charset "utf-8";

/* swiper */
.swiper {
  max-width: 1100px;
}

.swiper img {
  margin: 0 auto;
  width: 100%;
}

/* 追従バナー */
.FootBnr {
  bottom: 0;
  display: block;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  transition: .3s;
  width: 6vh;
  z-index: 100;
  filter: grayscale(100%);
}

.FootBnr--active {
  transform: translate(0);
}

.FootBnr__content {
  margin-top: 10px;
  width: 100%;
}

.FootBnr--sp {
  display: none;
}

/* 完了画面・フォームページ・確認画面は非表示 */
body.event .FootBnr,
body.event-ok .FootBnr,
body.reserve .FootBnr,
body.reserve-ok .FootBnr,
body.contact .FootBnr,
body.contact-ok .FootBnr,
body.online_reserve .FootBnr,
body.online_reserve-success .FootBnr,
body.online_consult .FootBnr,
body.online_consult-success .FootBnr {
  display: none;
}


/* スクロール */
.scroll {
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  left: 50%;
  letter-spacing: .2em;
  line-height: 1;
  overflow: hidden;
  padding: 0 0 60px;
  position: absolute;
  text-decoration: none;
  transform: translate(-50%);
  z-index: 2;
}

.scroll::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  background: #fff;
  bottom: 0;
  content: "";
  height: 50px;
  left: 50%;
  position: absolute;
  width: 1px;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



/*=================================================
モバイル メディアクエリ
=================================================*/
@media only screen and (max-width:767px) {

  /* swiper */
  .swiper {
    width: 100vw;
  }

  /* 追従バナー */
  .FootBnr {
    display: none;
  }

  .FootBnr--sp {
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    transform: translateY(200%);
    transition: .3s;
    width: 100vw;
    z-index: 10000;
    filter: grayscale(100%);
  }

  .FootBnr--active {
    transform: translate(0);
  }

  .FootBnr__content--sp {
    width: calc(100vw / 3);
  }

  body.event .FootBnr--sp,
  body.event-ok .FootBnr--sp,
  body.reserve .FootBnr--sp,
  body.reserve-ok .FootBnr--sp,
  body.contact .FootBnr--sp,
  body.contact-ok .FootBnr--sp,
  body.online_reserve .FootBnr--sp,
  body.online_reserve-success .FootBnr--sp,
  body.online_consult .FootBnr--sp,
  body.online_consult-success .FootBnr--sp {
    display: none;
  }
}



/*=================================================
タブレット メディアクエリ
=================================================*/

body {
  /* background-color: #dfd9d4; */
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  /* font-weight: 400; */
  /* line-height: 20px; */
}

.renewal {
  background-color: #ddd;
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.firstView {
  position: relative;
}

.firstView__logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: auto;
  height: 15px;
  z-index: 20;
}

.firstView__mainCover {
  height: 90vh;
  object-fit: cover;
  object-position: 50%;
  pointer-events: none;
  width: 100vw;
}

.firstView__ttl {
  color: #fff;
  font-size: 6vw;
  left: 50%;
  letter-spacing: 2px;
  line-height: 12vw;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  writing-mode: vertical-rl;
  z-index: 20;
}

.lead {
  line-height: 2.5em;
  margin: 15vw 0 0;
  text-align: center;
}

.lead p {
  margin: 24px 0;
}

.nagasaku__topImg {
  height: 60vw;
  object-fit: cover;
  object-position: 0 0;
  width: 40vw;
}

.no1__topImg {
  margin: 0 -2.5vw 12.5vw 2.5vw;
  width: 40vw;
}

.campaign__swiper {
  margin: 0 auto 15vw;
  padding-bottom: 5vw;
}

.campaignBnr {
  display: block;
  margin: 0 auto;
  width: 90vw;
}

.swiper-pagination {
  margin-top: 6px;
  position: static;
}

.swiper-pagination-bullet {
  background-color: #323232;
}

.land__Bnr {
  display: block;
  height: 50vw;
  margin: 0 auto;
  object-fit: cover;
  padding: 0;
  width: 100%;
}

.land__Bnr--dark {
  filter: brightness(20%);
}

.land__txtBox {
  background-color: #fff;
}

.land__txtBox tr {
  border-bottom: 1px solid #ccc;
}

.land__txtBox tr:last-child {
  border-bottom: none;
}

.secIndex .btnList,
.land__txtBox .btnList {
  background-color: #323232;
  width: 100%;
}

.secIndex .btnList__member,
.land__txtBox .btnList__member {
  background-color: #900002;
  width: 100%;
}

.unrevealed--txt {
  border: #fff solid 1px;
  color: #fff;
  font-size: 15px;
  left: 50%;
  line-height: 26px;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: 25vw;
  transform: translate(-50%, -50%);
  width: 70%;
}

.unrevealed--txt span {
  font-size: 22px;
  width: 100%;
}

.land__swiper,
.works__swiper,
.model__swiper {
  margin: 0 auto 5vw;
}

.land__swiper a,
.works__swiper a,
.model__swiper a {
  color: #1a1a1a;
  text-decoration: none;
}

.works__Bnr {
  background-color: #fff;
  display: block;
  height: 90vw;
  margin: 0 auto;
  object-fit: cover;
  padding: 3vw 3vw 5vw 3vw;
  width: 90vw;
}

.works__ttl {
  background-color: #fff;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 5vw 5vw;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90vw;
}

.works__name {
  background-color: rgba(50, 50, 50, .8);
  color: #fff;
  left: 8vw;
  padding: 3vw 6vw;
  position: absolute;
  top: 3vw;
}

.model__Bnr {
  width: 100%;
  margin-top: 5vw;
}


/* ハンバーガーメニュー */
.menu__btn {
  align-items: center;
  animation: menuB 3s;
  animation-fill-mode: forwards;
  display: flex;
  justify-content: center;
  padding: 8px 9px;
  position: fixed;
  right: 3vw;
  top: 3vw;
  z-index: 101;
}

@keyframes menuB {
  0% {
    background-color: rgba(50, 50, 50, 0);
  }

  80% {
    background-color: rgba(50, 50, 50, 0);
  }

  100% {
    background-color: rgba(50, 50, 50, .8);
  }
}

.menu__btn span,
.menu__btn span:before,
.menu__btn span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 20px;
}

.menu__btn span:before {
  bottom: 7px;
}

.menu__btn span:after {
  top: 0;
}

#menu__btn--check {
  display: none;
}

#menu__btn--check:checked~.menu__btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu__btn--check:checked~.menu__btn span::before {
  background-color: #fff;
  bottom: 1px;
  transform: rotate(45deg);
}

#menu__btn--check:checked~.menu__btn span::after {
  background-color: #fff;
  top: -1px;
  transform: rotate(-45deg);
}

#menu__btn--check:checked~.menu__content {
  left: 0;
}

.menu__txt {
  color: #fff;
  font-size: 8px;
  margin-top: 16px;
}

.menu__content {
  background-color: rgba(50, 50, 50, .8);
  height: 100%;
  left: 100%;
  position: fixed;
  top: 0;
  transition: all .5s;
  width: 100%;
  z-index: 80;
}

.menu__list {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}

.menu__list li {
  border-bottom: 1px solid #918981;
  margin: 0 auto;
  padding: 4vw;
  text-align: center;
  width: 50%;
}

.menu__list a {
  color: #fff;
  text-decoration: none;
}

.nagasaku__project {
  margin: 10vw 0 3vw;
  width: 60vw;
}

.nagasaku__project--txt {
  font-size: 10px;
  line-height: 16px;
}



/* PCメディアクエリ */
@media only screen and (min-width: 768px) {
  .firstView__logo {
    left: 30px;
    top: 30px;
    width: auto;
    height: 15px;
  }

  .firstView__mainCover {
    height: 100vh;
  }

  .firstView__ttl {
    font-size: 2vw;
    line-height: 4vw;
  }

  .lead {
    margin: 5vw 0 0;
    text-align: center;
  }

  .nagasaku__topImg {
    height: 700px;
    position: absolute;
    top: calc(100vh + 50px);
    width: 250px;
  }

  .no1__topImg {
    margin: 20px 100px 50px 100px;
    width: 200px;
  }

  .campaignBnr {
    display: block;
    margin: 0 auto;
    pointer-events: auto;
    width: 360px;
  }

  .campaign__swiper {
    margin: 0 auto 5vw;
    max-width: 1100px;
    overflow: hidden;
  }

  .swiper-pagination {
    display: none;
  }

  .model__swiper .swiper-pagination {
    display: block;
  }

  .land__Bnr {
    height: 240px;
    width: 360px;
  }

  .unrevealed--txt {
    top: 120px;
    width: 50%;
  }

  .land__swiper,
  .works__swiper,
  .model__swiper {
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
  }

  .works__Bnr {
    display: block;
    height: calc(1070px / 4);
    margin: 0 auto;
    padding: 0;
    width: calc(1070px / 4);
  }

  .works__ttl {
    background-color: #fff;
    font-size: 15px;
    height: 120px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0 auto;
    padding: 24px;
    text-align: center;
    white-space: normal;
    width: calc(1070px / 4);
  }

  .works__name {
    background-color: rgba(50, 50, 50, .8);
    color: #fff;
    left: 0;
    padding: 12px 24px;
    position: absolute;
    top: 0;
  }

  .model__Bnr {
    width: 1100px;
    margin: 50px auto 0;
  }

  /* ハンバーガーメニュー */
  .menu__btn {
    padding: 12px;
    right: 2vw;
    top: 2vw;
  }

  .menu__btn span,
  .menu__btn span:before,
  .menu__btn span:after {
    height: 2px;
    width: 32px;
  }

  .menu__btn span:before {
    bottom: 10px;
  }

  .menu__txt {
    font-size: 12px;
    margin-top: 20px;
  }

  .menu__content {
    width: 50%;
  }

  .menu__list li {
    padding: 1vw;
    width: 25%;
  }

  #menu__btn--check:checked~.menu__content {
    left: 50%;
  }

  .nagasaku__project {
    bottom: 36px;
    margin: auto;
    position: absolute;
    right: 0;
    width: 250px;
  }

  .nagasaku__project--txt {
    bottom: 0;
    position: absolute;
    right: 12px;
  }
}