@charset "UTF-8";
/*color*/
/*addcolor*/
/*font-family*/
/*左カタカナ平仮名、右漢字*/
/*filler color*/
/*brightness(106%)*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*追加*/
/*topObi*/
/*topMV*/
/*members*/
/*topMV*/
/*topScroll*/
/*grid settings*/
/* media query */
/* ページリセット　CSS */
body {
  color: #231815;
}

body.animating {
  overflow: hidden;
}

#concept header,
#concept footer,
#concept .c-conv {
  color: #fff;
}

/* ページ全体　CSS */
.p-bg {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background-color: #fff;
}
.p-bg__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-bg__scroll {
  display: inline-block;
  padding: 10px 10px 110px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}
.p-bg__scroll-wrap {
  height: 40rem;
  transition: height 1s;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: height 1s;
  left: -5vw;
  top: 24rem;
}
@media only screen and (max-width: 768px) {
  .p-bg__scroll-wrap {
    left: -15%;
  }
}
@media only screen and (max-width: 768px) {
  .p-bg__scroll {
    font-size: 10px;
  }
}
.p-bg__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(39, 39, 39, 0.4);
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

/* js bg animation */
@keyframes sdl01 {
  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%;
  }
}
/* コンテンツ　CSS */
.p-cont {
  position: relative;
  height: calc(var(--js-cinf-height));
  overflow: hidden;
}
.p-cont__ttl {
  position: absolute;
  left: 7%;
  display: flex;
  gap: 1rem;
  font-size: 43px;
  font-size: 4.3rem;
  writing-mode: vertical-lr;
  color: #927d3f;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-cont__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-cont__ttl {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__ttl {
    top: 1rem;
    left: 4%;
  }
}
.p-cont__ttl__span {
  font-size: 15px;
  font-size: 1.5rem;
  color: #939493;
}
@media (max-width: 768px) {
  .p-cont__ttl__span {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-cont__ttl__span {
    font-size: 1.2rem;
  }
}
.p-cont__inf {
  padding-bottom: 1px;
  width: 100%;
  background-color: #efefef;
}
.p-cont__ttltxt {
  font-family: sheila, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  border-bottom: 1px solid;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
  line-height: 1;
}

/* js contents animation */
[data-speed] {
  will-change: transform;
}

.c-mv__inner {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 768px) {
  .c-mv__inner {
    display: contents;
  }
}
.c-mv__bg {
  width: 100%;
  max-width: 1920px;
  height: 80vh;
  max-height: 850px;
  margin: 0 auto;
  background-image: url(../../../images/special/concept/co_mv.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-mv__bg {
    max-height: 300px;
  }
}
.c-mv__bg__cap {
  font-size: 1rem;
  color: #fff;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.c-mv__ttlWrap {
  display: contents;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttlWrap {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4rem 0;
    border-bottom: #fff solid 1px;
    background-image: linear-gradient(-70deg, rgb(107, 108, 106) 0%, rgb(171, 166, 163) 40%, rgb(171, 166, 163) 60%, rgb(107, 108, 106) 100%);
  }
}
.c-mv__ttltxt {
  font-family: sheila, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 4rem;
  color: #333;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt {
    color: #fff;
  }
}
.c-mv__ttltxt__line {
  position: relative;
}
.c-mv__ttltxt__line::after {
  content: "";
  width: calc(100% + 7rem);
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt__line::after {
    background: #fff;
  }
}
.c-mv__ttltxt__small {
  display: block;
  font-family: "Yu Mincho 36p Kana M", "Yu Mincho Pr6N M", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif;
  font-size: 1rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt__small {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-mv__ttltxt {
    font-size: 3rem;
    top: unset;
    left: unset;
    position: relative;
    transform: unset;
  }
}
.c-mv__ttllead {
  color: #454545;
  font-family: "Yu Mincho 36p Kana M", "Yu Mincho Pr6N M", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", sans-serif !important;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-family: "Teko", sans-serif;
  white-space: nowrap;
  font-weight: 300;
  line-height: 1.5;
  position: absolute;
  bottom: 15%;
  left: 65%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 1080px) {
  .c-mv__ttllead {
    left: 50%;
    font-size: 3.5cqi;
  }
}
@media only screen and (max-width: 768px) {
  .c-mv__ttllead {
    bottom: 30%;
    font-size: 4cqi;
  }
}

.p-co__con {
  display: grid;
  grid-template-columns: 1fr;
  align-items: end;
  gap: 3rem;
  margin-bottom: 5rem;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .p-co__con {
    grid-template-columns: 1fr;
  }
}
.p-co__con__l {
  width: 100%;
}
.p-co__con__R {
  width: 100%;
  margin-top: -11rem;
}
@media only screen and (max-width: 768px) {
  .p-co__con__R {
    margin-top: -8rem;
  }
}
.p-co__con__ttl {
  font-size: 5rem;
  font-family: "Teko", sans-serif;
  font-weight: 300;
  color: #92837A;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .p-co__con__ttl {
    font-size: 4rem;
    margin-bottom: 2.5rem;
  }
}
.p-co__con__ttl-em {
  color: #ABA6A3;
  font-size: 2em;
  line-height: 1;
}
.p-co__con__ttl-sm {
  display: inline-block;
  font-size: 0.5em;
}
.p-co__con__ttl-cap {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.3em;
  line-height: 1.5;
  color: #6B6C6A;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-co__con__ttl-cap {
    margin-bottom: 2.5rem;
  }
}
.p-co__con__lead {
  color: #6B6C6A;
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-co__con__lead {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
  }
}
.p-co__con__txt {
  color: #6B6C6A;
  font-size: 1.4rem;
  text-align: justify;
  margin-bottom: 2rem;
}
.p-co__con__imgs {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.p-co__con__imgs__item {
  width: calc(50% - 0.25rem);
  position: relative;
}
.p-co__con__imgs__item__cap {
  font-size: 1.3rem;
  color: #fff;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  text-shadow: 0 0 3px #333;
}
@media only screen and (max-width: 768px) {
  .p-co__con__imgs__item__cap {
    font-size: 1rem;
  }
}

.u-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

.u-pci {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .u-pci {
    display: none;
  }
}

.u-spi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-spi {
    display: inline-block;
  }
}/*# sourceMappingURL=concept.css.map */