/*------------------------------------------------

p-about-top

-------------------------------------------------*/
.p-about-top {
  position: relative;
  padding: 0px 0 100px;
  background: url(../../../img/common/bg01.jpg) repeat center center/cover;
}
.p-about-top .p-about-top__area {
  margin-top: 50px;
  position: relative;
}
.p-about-top .p-about-top__area .-img {
  flex: 1;
  overflow: hidden;
  height: 400px;
  position: relative;
  margin-right: calc(50% - 50vw);
}
.p-about-top .p-about-top__area .-img::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 100;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: all 1s cubic-bezier(0.8, 0, 0.17, 1);
}
.p-about-top .p-about-top__area .-img.isActive::before {
  transform-origin: left top;
  transform: scale(0, 1);
}
.p-about-top .p-about-top__area .-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-top .p-about-top__area .-img::before {
  content: "";
  display: block;
  padding-top: 400px;
}
.p-about-top .p-about-top__area .-txtbox {
  width: 60%;
  padding-top: 80px;
  padding-right: 80px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.p-about-top .p-about-top__area .-txtbox.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-about-top .p-about-top__area .-subttl {
  margin-top: 30px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #000;
}
.p-about-top .p-about-top__area .-txt {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-about-top .p-about-top__loading {
  margin-top: 40px;
  position: absolute;
  bottom: -40px;
  height: 190px;
  background: url(../../../img/about/about-loardingtxt.png) top 0px right 0/2750px auto repeat-x;
  background-size: cover;
  width: 100%;
  animation: scrolltxt 80s linear infinite;
}
@keyframes scrolltxt {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2750px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-about-top .p-about-top__area .-ttl {
    font-size: 22px;
  }
  .p-about-top .p-about-top__area .-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-top {
    padding-top: 0;
    padding-bottom: 13.3333333333vw;
  }
  .p-about-top .p-about-top__area {
    flex-direction: column-reverse;
  }
  .p-about-top .p-about-top__area .-img {
    height: auto;
    flex: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 5.3333333333vw;
  }
  .p-about-top .p-about-top__area .-img img {
    position: static;
  }
  .p-about-top .p-about-top__area .-img::before {
    padding-top: 53.3333333333vw;
  }
  .p-about-top .p-about-top__area .-txtbox {
    width: 100%;
    padding: 0;
  }
  .p-about-top .p-about-top__area .-subttl {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .p-about-top .p-about-top__area .-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-about-top .p-about-top__loading {
    height: 26.6666666667vw;
    bottom: -5.3333333333vw;
  }
}

/*------------------------------------------------

p-about-reason

-------------------------------------------------*/
.p-about-reason {
  padding: 70px 0 80px;
  background: url(../../../img/common/bg03.jpg) repeat center center/contain;
}
.p-about-reason .p-about-reason__area-item {
  justify-content: space-between;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}
.p-about-reason .p-about-reason__area-item.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-about-reason .p-about-reason__area-item.p-about-reason__area-item--dry {
  flex-direction: row-reverse;
}
.p-about-reason .p-about-reason__area-item:last-child {
  margin-top: 70px;
}
.p-about-reason .p-about-reason__area-item .-txtbox {
  width: calc(100% - 490px);
}
.p-about-reason .p-about-reason__area-item .-txtbox-ttl {
  position: relative;
  border-bottom: 1px solid #707070;
  padding-bottom: 16px;
  padding-left: 15px;
}
.p-about-reason .p-about-reason__area-item .-txtbox-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  top: 3px;
  bottom: 15px;
  background-color: #faed00;
  left: 0;
}
.p-about-reason .p-about-reason__area-item .-num {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2;
}
.p-about-reason .p-about-reason__area-item .-title {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #000;
}
.p-about-reason .p-about-reason__area-item .-txt {
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
}
.p-about-reason .p-about-reason__area-item .-img {
  width: 440px;
}
@media screen and (max-width: 768px) {
  .p-about-reason {
    padding: 13.3333333333vw 0 16vw;
  }
  .p-about-reason .p-about-reason__area-item {
    margin-top: 8vw;
  }
  .p-about-reason .p-about-reason__area-item:last-child {
    margin-top: 16vw;
  }
  .p-about-reason .p-about-reason__area-item .-txtbox {
    width: 100%;
    display: contents;
  }
  .p-about-reason .p-about-reason__area-item .-txtbox-ttl {
    order: 1;
    width: 100%;
    padding-bottom: 4.2666666667vw;
    padding-left: 4vw;
  }
  .p-about-reason .p-about-reason__area-item .-txtbox-ttl::before {
    width: 0.8vw;
    top: 0.8vw;
    bottom: 4vw;
  }
  .p-about-reason .p-about-reason__area-item .-num {
    font-size: 3.7333333333vw;
  }
  .p-about-reason .p-about-reason__area-item .-title {
    font-size: 4.8vw;
  }
  .p-about-reason .p-about-reason__area-item .-txt {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    order: 3;
  }
  .p-about-reason .p-about-reason__area-item .-img {
    order: 2;
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}

/*------------------------------------------------

p-about-message

-------------------------------------------------*/
.p-about-message {
  position: relative;
  padding-top: 100px;
  padding-bottom: 210px;
}
.p-about-message::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(45deg, #f0f0f0 0%, #f0f0f0 100%);
  width: 90%;
  top: 50%;
  bottom: 90px;
  right: 0;
}
.p-about-message .p-about-message--inner {
  position: relative;
}
.p-about-message .p-about-message__bgtxt {
  position: absolute;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 120px;
  line-height: 1;
  letter-spacing: 0.12em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  right: 40px;
  bottom: 70px;
}
.p-about-message .p-about-message--ttl {
  text-align: left;
}
.p-about-message .p-about-message--ttl span {
  margin: inherit;
}
.p-about-message .p-about-message__area {
  position: relative;
  margin-top: 40px;
}
.p-about-message .p-about-message__area .-img {
  flex: 1;
  overflow: hidden;
  height: 420px;
  position: relative;
  margin-left: calc(45% - 50vw);
}
.p-about-message .p-about-message__area .-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-message .p-about-message__area .-img::before {
  content: "";
  display: block;
  padding-top: 420px;
}
.p-about-message .p-about-message__area .-txtbox {
  width: 52%;
  margin-top: 20px;
  margin-left: 50px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.p-about-message .p-about-message__area .-txtbox.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-about-message .p-about-message__area .-ttl {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-left: 20px;
}
.p-about-message .p-about-message__area .-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  top: 5px;
  bottom: 2px;
  left: 0;
  background-color: #faed00;
}
.p-about-message .p-about-message__area .-txt {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2.1;
}
.p-about-message .p-about-message__area .-name {
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-about-message {
    padding-top: 13.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
  .p-about-message::before {
    width: 78.7%;
    top: 25%;
    bottom: 16vw;
  }
  .p-about-message .p-about-message__bgtxt {
    font-size: 21.3333333333vw;
    right: 0;
    bottom: 21.3333333333vw;
    writing-mode: vertical-rl;
  }
  .p-about-message .p-about-message__area {
    width: 100%;
    margin: 0 0px 0 0;
    margin-top: 0;
  }
  .p-about-message .p-about-message__area .-img {
    flex: auto;
    width: 100%;
    margin-left: 0;
    margin-top: 6.6666666667vw;
    height: 56vw;
  }
  .p-about-message .p-about-message__area .-img img {
    position: static;
  }
  .p-about-message .p-about-message__area .-img::before {
    padding-top: 0;
  }
  .p-about-message .p-about-message__area .-txtbox {
    width: 100%;
    margin-top: 2.1428571429rem;
    margin-left: 0px;
  }
  .p-about-message .p-about-message__area .-ttl {
    font-size: 5.3333333333vw;
  }
  .p-about-message .p-about-message__area .-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-about-message .p-about-message__area .-name {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}/*# sourceMappingURL=about.css.map */