@charset "utf-8";
/* CSS Document */
header#header .l-header__logo #logo {
  display: none;
}
#main_visual {
  width: 100%;
  position: relative;
  border: none;
}
#main_visual .c-filterLayer__img {
  max-width: 300px;
  /* background: #fff; */
  z-index: 10;
  padding: 50px;
}
#main_visual .p-mainVisual__inner {
}
#main_visual .p-mainVisual__inner::before {
}
#main_visual .p-mainVisual__inner .p-mainVisual__slide {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes fadeIn {
  to { opacity: 1; }
}
@keyframes fadeOut {
  to { opacity: 0 !important; }
}
#main_visual .c-filterLayer__img {
  opacity: 0;
}
.on#main_visual .c-filterLayer__img {
  animation: 1.5s linear forwards fadeIn;
  animation-delay: 4.8s;
}
/* #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  width: 3em;
  background: url(../../../../uploads/mainv_copy.png) no-repeat center;
  background-size: 77px 256px;
} */
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle p {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle p em {
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 3px;
  color: var(--color_text);
}
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle span {
  opacity: 0;
}
.on#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle span {
  animation: 3s linear forwards fadeIn;
}
.on#main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle span:nth-child(2) {
  animation: 2s linear forwards fadeIn;
  animation-delay: 1.5s;
}
#main_visual.p-mainVisual .c-filterLayer::before {
  width: 80%;
  height: 70vh;
  background: #fff;
  left: 10%;
  top: 15vh;
  opacity: 0;
  z-index: 10;
}
.on#main_visual.p-mainVisual .c-filterLayer::before {
  animation: 1.5s linear forwards fadeIn;
  animation-delay: 3.5s;
}
/* body.on #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
  animation: 1s fadeOut;
  animation-delay: 1.0s;
} */
#main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
}
#menu_btn {
  opacity: 0;
}
body.on #menu_btn {
  animation: 1s linear forwards fadeIn;
  animation-delay: 2s;
}

.post_content > div {
  margin-bottom: 8em;
}
footer#footer {
  margin-top: 0 !important;
}

@media all and (min-width: 960px){
/*メインイメージ*/
  #main_visual .p-mainVisual__img {
    /* object-position: top; */
  }
  #main_visual .p-mainVisual__textLayer {
    /* height: 40%;
    top: 60%; */
  }
  #main_content {
    max-width: var(--article_size);
  }
  .top #content {
    padding-top: 10em;
    margin: 0 auto;
  }
  .post_content > .wp-block-group {
    padding-top: 0;
    padding-bottom: 4em;
  }
  .post_content > .wp-block-group.alignfull {
    padding-top: 0;
    padding-bottom: 0;
    /* padding: 0 var(--swl-pad_post_content,0); */
  }
  .post_content #concept>.wp-block-group__inner-container {
    max-width: none;
  }
  .post_content #concept .txt {
    padding-left: 10% !important;
  }
  .post_content #concept img {
    width: 100%;
  }
  .post_content #topics .-type-card.-pc-col3 .p-postList__item {
    width: 25%;
  }
  .post_content #room .n2-section-smartslider {
    max-width: 1000px;
    margin: auto;
  }
}

  /* chrome safari opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
  }
  /* chrome opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  }
  /* Firefox */
  @-moz-document url-prefix() {
  }
