@charset "UTF-8";
:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* cleafix
------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  home.css
***************************************************/
@media only screen and (min-width: 1025px) {
  .l-global_nav__menu .list > li:nth-child(1) a::before {
    background: url(/assets/img/common/mark.png) 50% 50% no-repeat;
    background-size: cover;
    opacity: 1;
  }
}
/* #home.home
------------------------------------------------------------ */
#home.home {
  /* inview */
}
#home.home .p-mainvisual {
  position: relative;
  z-index: 10;
}
#home.home .p-mainvisual__text {
  position: absolute;
  top: 53%;
  left: 9%;
  letter-spacing: 0.15em;
}
#home.home .p-mainvisual__text .title {
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 8rem;
  font-weight: 600;
}
#home.home .p-mainvisual__text .catsc_text {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}
#home.home .p-mainvisual__image img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#home.home .p-mainvisual .c-scrolldown {
  position: absolute;
  bottom: -10rem;
  left: 50%;
  height: 20rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-mainvisual {
    position: relative;
    z-index: 10;
  }
  #home.home .p-mainvisual__text {
    position: absolute;
    top: 53%;
    left: 9%;
    letter-spacing: 0.15em;
  }
  #home.home .p-mainvisual__text .title {
    font-size: 4rem;
  }
  #home.home .p-mainvisual__text .catsc_text {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}
#home.home .l-main {
  padding-top: 12rem;
}
#home.home .p-head {
  min-height: 90rem;
  padding-bottom: 34%;
  background: url(/assets/img/home/bg01.png) 50% 100% no-repeat;
  background-size: 90% auto;
  overflow: hidden;
}
#home.home .p-head .c-marquee {
  position: absolute;
}
#home.home .p-head .u-container {
  padding-top: 10rem;
}
#home.home .p-head__title01 {
  font-size: 4rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}
#home.home .p-head__text01 {
  margin-top: 5rem;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
}
#home.home .p-head__text01 p + p {
  margin-top: 3rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-head {
    min-height: 90rem;
    padding-bottom: 80%;
    background: url(/assets/img/home/bg01.png) 40% 100% no-repeat;
    background-size: 200% auto;
  }
  #home.home .p-head .u-container {
    padding-top: 10rem;
  }
  #home.home .p-head__title01 {
    font-size: 2.2rem;
  }
  #home.home .p-head__text01 {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
  #home.home .p-head__text01 p + p {
    margin-top: 3rem;
  }
}
#home.home .l-main {
  padding-top: 3rem;
}
#home.home .p-floor,
#home.home .p-menu {
  margin-top: 10rem;
  overflow: hidden;
}
#home.home .p-floor__media,
#home.home .p-menu__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
#home.home .p-floor__media .content,
#home.home .p-menu__media .content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31%;
}
#home.home .p-floor__media .content .title01,
#home.home .p-menu__media .content .title01 {
  margin-bottom: 4rem;
  color: #fff;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.3;
}
#home.home .p-floor__media .content .title01 > span,
#home.home .p-menu__media .content .title01 > span {
  display: block;
  width: 6.6rem;
  margin: 0 0 1rem -1.5rem;
}
#home.home .p-floor__media .content .title01 > span img,
#home.home .p-menu__media .content .title01 > span img {
  width: 100%;
}
#home.home .p-floor__media .image,
#home.home .p-menu__media .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 62%;
  padding-top: 48%;
}
#home.home .p-floor__media .image > img,
#home.home .p-menu__media .image > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60vw;
  max-width: none;
  max-height: none;
}
#home.home .p-floor__media .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#home.home .p-floor__media .image > img {
  right: 0;
}
#home.home .p-menu__media .image > img {
  left: 0;
}
@media only screen and (max-width: 599px) {
  #home.home .p-floor,
  #home.home .p-menu {
    margin-top: 5rem;
    overflow: hidden;
  }
  #home.home .p-floor__media,
  #home.home .p-menu__media {
    display: block;
  }
  #home.home .p-floor__media .content,
  #home.home .p-menu__media .content {
    width: 100%;
  }
  #home.home .p-floor__media .content .title01,
  #home.home .p-menu__media .content .title01 {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
  #home.home .p-floor__media .image,
  #home.home .p-menu__media .image {
    width: 100%;
    margin-top: 3rem;
    padding-top: 0;
  }
  #home.home .p-floor__media .image > img,
  #home.home .p-menu__media .image > img {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
}
#home.home .p-instagram {
  margin-top: 10rem;
}
#home.home .p-instagram .u-container {
  position: relative;
  min-height: 63rem;
  padding-left: 6rem;
  background: #0f0f0f;
  overflow: hidden;
}
#home.home .p-instagram__title01 {
  margin-top: 16rem;
  color: #fff;
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.3;
}
#home.home .p-instagram__text01 {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Barlow", "Verdana", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
#home.home .p-instagram__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  position: absolute;
  top: -25rem;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 150rem;
  margin-bottom: 10rem;
  overflow: hidden;
}
#home.home .p-instagram__slide .item {
  position: relative;
  width: 25.5rem;
  height: 167rem;
  overflow: hidden;
}
#home.home .p-instagram__slide .item img {
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-animation: scroll_up 50s linear infinite;
          animation: scroll_up 50s linear infinite;
}
#home.home .p-instagram__slide .item img:nth-child(2) {
  top: -100%;
}
#home.home .p-instagram__slide .item:nth-child(2) {
  height: 125.5rem;
}
#home.home .p-instagram__slide .item:nth-child(2) img {
  -webkit-animation: scroll_down 50s linear infinite;
          animation: scroll_down 50s linear infinite;
}
#home.home .p-instagram__slide .item:nth-child(3) {
  height: 125rem;
}
@-webkit-keyframes scroll_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scroll_down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scroll_up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scroll_up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 599px) {
  #home.home .p-instagram {
    margin-top: 5rem;
  }
  #home.home .p-instagram .u-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50rem;
    padding-left: 0;
  }
  #home.home .p-instagram__title01 {
    margin-top: 0rem;
  }
}
#home.home [class^=js-inview_] {
  -webkit-transition: all 1.8s ease;
  transition: all 1.8s ease;
  opacity: 0;
  visibility: hidden;
}
#home.home [class^=js-inview_][class*=inBottom] {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
#home.home [class^=js-inview_][class*=inLeft] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#home.home [class^=js-inview_][class*=inRight] {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
#home.home [class^=js-inview_].is-inview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}/*# sourceMappingURL=home.css.map */