@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation: fadeInUp;
          animation: fadeInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation: fadeInRight;
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.delay-2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.delay-3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.delay-4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.delay-5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.delay-6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.delay-7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.delay-8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.delay-9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.delay-10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inner {
    padding: 0 40px;
    max-width: 1190px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
    max-width: 728px;
  }
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.designGallery {
  position: relative;
  background-color: #010101;
}
@media screen and (min-width: 769px) {
  .designGallery {
    min-width: 1100px;
  }
}
.designGallery-bg {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .designGallery-bg {
    padding-top: 175px;
    padding-bottom: 160px;
    background-image: url(../images/top.png);
    background-size: 2220px auto;
  }
}
@media screen and (max-width: 768px) {
  .designGallery-bg {
    padding-top: 35px;
    padding-bottom: 56px;
    background-image: url(../images/top_sp.png);
    background-size: 100% auto;
  }
}
.designGalleryMv-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .designGalleryMv-content {
    margin-left: 490px;
    width: 530px;
  }
}
@media screen and (max-width: 768px) {
  .designGalleryMv-content {
    margin: auto;
  }
}
.designGalleryMv-ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .designGalleryMv-ttl {
    width: 100%;
  }
  .designGalleryMv-ttl img {
    width: 100%;
  }
}
.designGalleryMv-ttlsub {
  display: block;
  color: #fff;
  letter-spacing: 1.3px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 769px) {
  .designGalleryMv-ttlsub {
    padding-bottom: 32px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .designGalleryMv-ttlsub {
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
}
.designGalleryMv-txt {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .designGalleryMv-txt {
    margin-top: 24px;
    letter-spacing: 1.9px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .designGalleryMv-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-top: 440px;
    letter-spacing: 1px;
    font-size: 1.6rem;
  }
}
.designGalleryMv-door {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .designGalleryMv-door {
    margin-top: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .designGalleryMv-door {
    margin-top: 24px;
    margin-left: auto;
    width: 60%;
  }
  .designGalleryMv-door img {
    width: 100%;
  }
}

.item2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-animation: anime 21s infinite;
          animation: anime 21s infinite; /* アニメーションの再生間隔を15秒から5秒に変更 */
}
@media screen and (min-width: 769px) {
  .item2 {
    height: 900px;
    background-size: 1270px auto;
  }
}
@media screen and (max-width: 768px) {
  .item2 {
    height: 580px;
    background-size: 100% auto;
  }
}

.item2:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; /* アニメーションの開始遅延を0秒に変更 */
}
@media screen and (min-width: 769px) {
  .item2:nth-of-type(1) {
    background-image: url(../images/top_door_01.png);
  }
}
@media screen and (max-width: 768px) {
  .item2:nth-of-type(1) {
    background-image: url(../images/top_door_01_sp.png);
  }
}

.item2:nth-of-type(2) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s; /* アニメーションの開始遅延を5秒に変更 */
}
@media screen and (min-width: 769px) {
  .item2:nth-of-type(2) {
    background-image: url(../images/top_door_02.png);
  }
}
@media screen and (max-width: 768px) {
  .item2:nth-of-type(2) {
    background-image: url(../images/top_door_02_sp.png);
  }
}

.item2:nth-of-type(3) {
  -webkit-animation-delay: 14s;
          animation-delay: 14s; /* アニメーションの開始遅延を10秒に変更 */
}
@media screen and (min-width: 769px) {
  .item2:nth-of-type(3) {
    background-image: url(../images/top_door_03.png);
  }
}
@media screen and (max-width: 768px) {
  .item2:nth-of-type(3) {
    background-image: url(../images/top_door_03_sp.png);
  }
}

@keyframes anime {
  0%, 100% {
    opacity: 0;
  }
  29% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes anime {
  0%, 100% {
    opacity: 0;
  }
  29% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .designGalleryContents {
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .designGalleryContents {
    padding-top: 52px;
  }
}
.designGallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .designGallery-list {
    gap: 60px;
    max-width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .designGallery-list {
    gap: 60px;
    max-width: 800px;
  }
}
.designGallery-list-item {
  position: relative;
  z-index: 0;
  background: #fff;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.designGallery-list-item-img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .designGallery-list-item-img {
    height: 208.5px;
  }
}
@media screen and (max-width: 768px) {
  .designGallery-list-item-img {
    height: 174px;
  }
}
@media screen and (min-width: 769px) {
  .designGallery-list-item-img img {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .designGallery-list-item-img img {
    width: 100%;
  }
}
.designGallery-list-item.new {
  position: relative;
}
@media screen and (max-width: 768px) {
  .designGallery-list-item.new img {
    width: 100%;
  }
}
.designGallery-list-item.new::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  aspect-ratio: 104/40;
  background-image: url(../images/new.png);
  background-size: cover;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .designGallery-list-item.new::before {
    width: 82px;
  }
}
@media screen and (max-width: 768px) {
  .designGallery-list-item.new::before {
    width: 71px;
  }
}
.designGallery-list-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background-color: #625247;
  -webkit-transition: 0.6s;
  transition: 0.6s;

}
@media screen and (min-width: 769px) {
  .designGallery-list-item-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .designGallery-list-item-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.new .designGallery-list-item-link {
  background-color: #8b585e;
}
@media screen and (min-width: 769px) {
  
  .new .designGallery-list-item-link:hover {
    opacity: 0.7;
  }
  .new .designGallery-list-item-link::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    aspect-ratio: 104/40;
    background-image: url(../images/new.png);
    background-size: cover;
    opacity: 1;
    -webkit-transition: 0s;
  transition: none !important;
    pointer-events: none;
    z-index: 90;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .new .designGallery-list-item-link:hover::before {
    width: 82px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .new .designGallery-list-item-link:hover::before {
    width: 71px;
  }
}
@media screen and (max-width: 768px) {
  .new .designGallery-list-item-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.designGallery-list-item-txt {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .designGallery-list-item-txt {
    padding: 23px 0 26px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .designGallery-list-item-txt {
    padding: 18px 0 22px;
  }
}
.designGallery-list-item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .designGallery-list-item-ttl {
    min-height: 72px;
    font-size: 2.2rem;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .designGallery-list-item-ttl {
    min-height: 56px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .designGallery-list-item-subttl {
    letter-spacing: 0.08rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .designGallery-list-item-subttl {
    letter-spacing: 0.08rem;
    font-size: 1.3rem;
  }
}
.designGallery-list-item-subttlNum {
  display: block;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 769px) {
  .designGallery-list-item-subttlNum {
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .designGallery-list-item-subttlNum {
    padding-bottom: 8px;
    font-size: 1.9rem;
  }
}
.designGallery-list-item-area {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .designGallery-list-item-area {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .designGallery-list-item-area {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 769px) {
  .designGalleryCv {
    margin-top: 132px;
  }
}
@media screen and (max-width: 768px) {
  .designGalleryCv {
    margin-top: 56px;
    background-color: #010101;
  }
}
.designGalleryCv-contents {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .designGalleryCv-contents {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .designGalleryCv-contents {
    margin-top: 22px;
  }
}
.designGalleryCv-contents-txt {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 769px) {
  .designGalleryCv-contents-txt {
    margin-bottom: 32px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .designGalleryCv-contents-txt {
    margin-bottom: 14px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 769px) {
  .designGalleryCv-contents-btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .designGalleryCv-contents-btn a {
    width: 344px;
  }
  .designGalleryCv-contents-btn a img {
    width: 100%;
  }
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  visibility: hidden;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 20px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .modal {
    top: 65px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    top: 0;
    left: -3px;
    width: 101%;
  }
}
.modal::before {
  content: "";
  display: inline-block;
  margin-left: -0.2em;
  height: 100%;
  vertical-align: middle;
}
.modal-container {
  position: relative;
  display: inline-block;
  padding-bottom: 3%;
  max-width: 1500px;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .modal-container {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .modal-container {
    width: 99%;
  }
}
.modal-close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding-top: 5%;
  padding-bottom: 3%;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .modal-close {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .modal-close {
    width: 25px;
  }
}
.modal-close img {
  width: 100%;
}
.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-content-video {
  width: 100%;
  aspect-ratio: 960/540;
}
.modal-content-button {
  margin-top: 6%;
  max-width: 34%;
}
.modal-content-button img {
  width: 100%;
}
.modal-inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .modal-inner {
    max-width: 1200px;
  }
}
/* クラスが追加された時の指定 */
.modal.is-active {
  visibility: visible;
  opacity: 1;
}

.video-js.vjs-tech {
  left: 0;
  width: 100%;
}

.video-js[tabindex="-1"] {
  width: 100%;
  height: 100%;
  outline: 0;
}