@charset "UTF-8";
/* %算出に使用 */
/* ===============================
  コンセプト
=============================== */
.concept__mv {
  background: url(../img/concept_mv.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .concept__mv {
    background: url(../img/concept_mv_sp.jpg) no-repeat center center/cover;
  }
}

/*------------------------------
message
------------------------------*/
.message {
  padding: 0.6369426752vw 0 6.3694267516vw;
}
@media (max-width: 767px) {
  .message {
    padding: 5% 0 78%;
  }
}

.message__header {
  width: 77%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .message__header {
    width: 100%;
    max-width: 100%;
  }
}

.message__en {
  font-size: 11.4649681529vw;
  font-weight: 400;
  line-height: 1.1111111111;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.06em;
  color: #fff;
  position: relative;
}
.message__en::before {
  content: "";
  position: absolute;
  background: url(../img/concept1.jpg) no-repeat center center/100%;
  aspect-ratio: 1039/1320;
  transform: translate(0%, 6.3%);
  width: 43%;
  right: 0%;
  top: 0%;
}
.message__en p {
  position: relative;
  z-index: 10;
  opacity: 0;
}
.message__en.act p {
  -webkit-animation: text_color 3s 0.5s forwards;
          animation: text_color 3s 0.5s forwards;
}
@media (max-width: 767px) {
  .message__en {
    font-size: 18.6666666667vw;
  }
  .message__en::before {
    top: 52%;
    width: 42%;
  }
}

@-webkit-keyframes text_color {
  0% {
    color: #fff;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    color: #4d5156;
    opacity: 1;
  }
}

@keyframes text_color {
  0% {
    color: #fff;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    color: #4d5156;
    opacity: 1;
  }
}
.message__content {
  margin-top: 4%;
  position: relative;
}
.message__content::before {
  content: "";
  position: absolute;
  background: url(../img/concept2.jpg) no-repeat center center/100%;
  aspect-ratio: 1920/1280;
  transform: translate(0%, -50%);
  width: 39.5%;
  left: -15.4%;
  top: 62%;
}
@media (max-width: 767px) {
  .message__content {
    margin-top: 20%;
  }
  .message__content::before {
    aspect-ratio: 1920/1090;
    background-size: cover;
    width: 77.5%;
    top: 123.5%;
  }
}

.message__text {
  width: 67.3%;
  margin-left: auto;
  font-size: 1.2738853503vw;
  font-weight: 200;
  line-height: 2.65;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .message__text {
    width: 100%;
    font-size: 3.2vw;
    line-height: 3.05;
  }
}

/*------------------------------
value
------------------------------*/
.value {
  padding: 5.8% 0 13.3%;
  position: relative;
}
.value::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #e9e6de;
  width: 88.3%;
  height: 100%;
}
@media (max-width: 767px) {
  .value {
    padding: 30.6666666667vw 0 20%;
    background: #e9e6de;
  }
  .value::before {
    display: none;
  }
  .value::after {
    content: "";
    position: absolute;
    background: url(../img/concept3.jpg) no-repeat center center/100%;
    aspect-ratio: 456/268;
    transform: translate(0%, -47%);
    width: 61%;
    right: 0%;
    top: 0%;
  }
}

.value__container {
  position: relative;
}
@media (min-width: 768px) {
  .value__container::after {
    content: "";
    position: absolute;
    background: url(../img/concept4.jpg) no-repeat center center/100%;
    aspect-ratio: 1920/1125;
    transform: translate(0%, -50%);
    right: -14.9350649351%;
    width: 46.5%;
    top: 29%;
  }
}

.value__heading {
  font-size: 1.9108280255vw;
  font-weight: 200;
  line-height: 2.1666666667;
  margin-top: 4.6%;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .value__heading {
    font-size: 5.6vw;
    margin-top: 8.6%;
  }
}

.value__message {
  margin-top: 2.4%;
  font-size: 1.1464968153vw;
  font-weight: 200;
  line-height: 2.7777777778;
}
@media (max-width: 767px) {
  .value__message {
    font-size: 3.2vw;
    margin-top: 4.4%;
    line-height: 2.9;
  }
}

.value__bottom {
  margin-top: 10%;
  position: relative;
}
@media (max-width: 767px) {
  .value__bottom {
    margin-top: 16%;
  }
}

.value__en {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  font-size: 8.2802547771vw;
  font-weight: 400;
  line-height: 1.5384615385;
  font-family: "Cormorant Garamond", serif;
  color: #4d5156;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .value__en {
    font-size: 10.9333333333vw;
  }
}

.value__images {
  width: 95.3333333333%;
}
@media (max-width: 767px) {
  .value__images {
    width: 100%;
  }
}
/*# sourceMappingURL=concept.css.map */