@charset "UTF-8";
/*main color*/
/*accent*/
/*mono*/
/*navfoot*/
/*addcolor*/
/*font-family*/
/*font-weight notosans*/
/*media query break point*/
/*sp*/
/*tablet*/
/*se*/
/*追加*/
/*topConcept*/
/*grid settings*/
/* media query */
#bellecourt main {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  #bellecourt main {
    padding-top: 0;
  }
}
#bellecourt .u-container {
  max-width: 1200px;
}

.p-cont-bg {
  background-color: #fff;
}

.p-mv {
  position: relative;
}
.p-mv__img {
  width: 100%;
  aspect-ratio: 800/350;
  max-height: 70rem;
}
@media only screen and (max-width: 768px) {
  .p-mv__img {
    aspect-ratio: unset;
    height: calc(100vh - 60px);
    max-height: 100vh;
  }
}
.p-mv__img picture {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .p-mv__img img {
    -o-object-position: 38%;
       object-position: 38%;
  }
}
.p-mv__img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-mv__ttl {
  margin-top: 3vw;
  display: block;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
  font-size: min(2vw, 28px);
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-mv__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl {
    margin-top: unset;
    top: calc(50% + 3rem);
  }
}
.p-mv__ttl span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl span {
    width: 25rem;
  }
}
.p-mv__ttl__en {
  font-size: 0.4em;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl__en {
    margin-top: 1.5rem;
  }
}
.p-mv__ttl__logo {
  display: block;
  width: min(32vw, 40rem);
  min-width: 1.2cm;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl__logo {
    width: 23rem;
  }
}
.p-mv__ttl__logo img {
  width: 100%;
  height: 100%;
}
.p-mv__ttl__logo-wrap {
  position: absolute;
  top: calc(50% - 16vw);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .p-mv__ttl__logo-wrap {
    top: calc(50% - 12rem);
  }
}

.p-belle {
  background-color: #F7F4F1;
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .p-belle__ttl {
    margin-left: 4rem;
  }
}
.p-belle__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 4.5rem 0;
}
@media (max-width: 768px) {
  .p-belle__txt {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-belle__txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-belle__txt {
    text-align: left;
    margin-left: 2rem;
  }
}
.p-belle__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: min-content 1fr;
  gap: 4rem;
  background-color: #fff;
  padding: 4rem 2rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .p-belle__box {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-belle__box__logo {
  padding: 0 2rem;
  width: 26rem;
}
@media only screen and (max-width: 768px) {
  .p-belle__box__logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-belle-gal img {
  width: 100%;
  height: auto;
}

.p-point {
  background-color: #F7F4F1;
  padding: 4rem 0;
}
.p-point__list {
  margin: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .p-point__list {
    margin: 3rem 0;
  }
}

.p-pcont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-pcont {
    grid-template-columns: 1fr;
    margin-left: 4rem;
    padding-bottom: 6rem;
  }
}
.p-pcont__img {
  height: 100%;
}
.obj--ord .p-pcont__img {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .obj--ord .p-pcont__img {
    order: unset;
  }
}
.p-pcont__img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-pcont__cont {
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-pcont__cont {
    background-color: unset;
    padding-right: 5%;
  }
}
.p-pcont__cont__no {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  color: #D1C4C9;
  line-height: 1;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .p-pcont__cont__no {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .p-pcont__cont__no {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pcont__cont__no {
    position: absolute;
    left: -3.9rem;
    top: 0;
  }
}
.p-pcont__cont__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .p-pcont__cont__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-pcont__cont__ttl {
    font-size: 2rem;
  }
}
.p-pcont__cont__ttl-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: calc((100vw - 1200px) / 2);
  padding-left: 4rem;
}
@media only screen and (max-width: 1320px) {
  .p-pcont__cont__ttl-wrap {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-pcont__cont__ttl-wrap {
    padding: unset;
    margin: unset;
  }
}
.obj--ord .p-pcont__cont__ttl-wrap {
  margin-right: unset;
  margin-left: calc((100vw - 1200px) / 2);
  padding-right: 4rem;
  padding-left: unset;
}
@media only screen and (max-width: 1320px) {
  .obj--ord .p-pcont__cont__ttl-wrap {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .obj--ord .p-pcont__cont__ttl-wrap {
    padding: unset;
    margin: unset;
  }
}
.p-pcont__cont__txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-pcont__cont__txt {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-pcont__cont__txt {
    font-size: 1.3rem;
  }
}

.obj--scrolldown {
  width: 1px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.obj--scrolldown-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -80px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}

#slidergal.slider {
  padding: 0;
  background-color: #F7F4F1;
}
@media only screen and (max-width: 768px) {
  #slidergal.slider {
    padding: 0;
  }
}
#slidergal .slider-wrapper {
  pointer-events: none;
}
#slidergal .inner {
  width: 98%;
}
@media only screen and (max-width: 768px) {
  #slidergal .inner {
    width: 100%;
  }
}
#slidergal .slides {
  left: -33.3333333333%;
}
@media only screen and (max-width: 768px) {
  #slidergal .slides {
    left: -100%;
  }
}
#slidergal .slider-dotcont {
  display: none;
}
#slidergal .slides.shifting {
  transition: left 7s linear;
}/*# sourceMappingURL=bellecourt.css.map */