@charset "UTF-8";
/*------------------------------------------------

p-top-mv

-------------------------------------------------*/
.p-top-mv {
  position: relative;
  margin-top: 90px;
  height: 650px;
}
.p-top-mv .p-top-mv__img {
  background: url(../../../img/top/mv-pc.jpg) no-repeat center center/cover;
  height: 100%;
  width: calc(100% - 180px);
  margin-left: auto;
}
.p-top-mv .p-top-mv__scroll {
  position: absolute;
  z-index: 1;
  left: 60px;
  bottom: 60px;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-text {
  width: 60px;
  font-size: 11px;
  letter-spacing: 0.14em;
  font-weight: bold;
  color: #464646;
  display: flex;
  writing-mode: vertical-rl;
  align-items: center;
  font-family: "Marcellus", serif;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-line {
  margin: 0 auto;
  margin-top: 10px;
  height: 100px;
  display: block;
  width: 1px;
  background: #adadad;
}
.p-top-mv .p-top-mv__scroll .mv-scroll-line:after {
  width: 1px;
  height: 100px;
  background: #464646;
  content: "";
  display: block;
  margin: 0 auto;
  position: relative;
  left: 0px;
  top: 0px;
  animation-name: mv-scroll;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
@keyframes mv-scroll {
  0% {
    height: 20px;
  }
  50% {
    height: 60px;
  }
  100% {
    height: 100px;
  }
}
.p-top-mv .p-top-mv__area {
  position: absolute;
  top: 120px;
  left: 80px;
  opacity: 0;
  transition: all 1s ease;
}
.p-top-mv .p-top-mv__area.isActive {
  opacity: 1;
  top: 100px;
}
.p-top-mv .p-top-mv__area-ttl {
  font-family: "Marcellus", serif;
  font-size: 35px;
  letter-spacing: 0.06em;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
}
.p-top-mv .p-top-mv__area-txt {
  margin-top: 5px;
  font-family: "Noto Serif", serif;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    margin-top: 16vw;
    height: 149.3333333333vw;
  }
  .p-top-mv .p-top-mv__img {
    background: url(../../../img/top/mv-sp.jpg) no-repeat center center/cover;
    height: 100%;
    width: calc(100% - 5.3333333333vw);
    margin-left: inherit;
  }
  .p-top-mv .p-top-mv__scroll {
    position: absolute;
    z-index: 1;
    left: 0vw;
    bottom: 1.3888888889vw;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-text {
    width: 16vw;
    font-size: 2.9333333333vw;
    color: #fff;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-line {
    margin-top: 2.6666666667vw;
    height: 26.6666666667vw;
  }
  .p-top-mv .p-top-mv__scroll .mv-scroll-line:after {
    height: 26.6666666667vw;
    background-color: #fff;
  }
  @keyframes mv-scroll {
    0% {
      height: 5.3333333333vw;
    }
    50% {
      height: 16vw;
    }
    100% {
      height: 26.6666666667vw;
    }
  }
  .p-top-mv .p-top-mv__area {
    top: 24vw;
    left: 5.3333333333vw;
  }
  .p-top-mv .p-top-mv__area.isActive {
    top: 18.6666666667vw;
  }
  .p-top-mv .p-top-mv__area-ttl {
    font-size: 9.3333333333vw;
    color: #fff;
  }
  .p-top-mv .p-top-mv__area-txt {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
    color: #fff;
  }
}

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

p-top-about

-------------------------------------------------*/
.p-top-about {
  position: relative;
  padding: 170px 0 100px;
}
.p-top-about .p-top-about__bgtxt {
  position: absolute;
  top: -40px;
  height: 170px;
  background: url(../../../img/top/mv-loarding.png) top 0px left 0/3300px auto repeat-x;
  background-size: cover;
  width: 100%;
  animation: scrolltxt 120s linear infinite;
  z-index: 1;
  opacity: 0;
  transition: all 1s ease;
}
.p-top-about .p-top-about__bgtxt.isActive {
  opacity: 1;
  top: -60px;
}
@keyframes scrolltxt {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3300px 0;
  }
}
.p-top-about .p-top-about__bgcicrle {
  position: absolute;
  background: url(../../../img/top/about-cicrle.png) no-repeat;
  background-size: contain;
  width: 410px;
  height: 410px;
  left: -200px;
  top: 140px;
  z-index: -1;
  animation: 40s linear infinite rotation1;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-top-about .p-top-about__area {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}
.p-top-about .p-top-about__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-about .p-top-about__area-txtbox {
  width: 510px;
  margin-right: 50px;
}
.p-top-about .p-top-about__area-txtbox .-ttl {
  font-family: "Marcellus", serif;
  font-size: 34px;
  letter-spacing: 0.11em;
  font-weight: 400;
  color: #000;
}
.p-top-about .p-top-about__area-txtbox .-jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.p-top-about .p-top-about__area-txtbox .-subttl {
  font-family: "Noto Serif", serif;
  margin-top: 40px;
  font-size: 21px;
  letter-spacing: 0.04em;
}
.p-top-about .p-top-about__area-txtbox .-txt {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 2;
}
.p-top-about .p-top-about__area-txtbox .-btn {
  width: 200px;
  margin-top: 60px;
}
.p-top-about .p-top-about__area-txtbox .-btn a {
  padding: 12px;
  text-align: center;
  display: block;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.p-top-about .p-top-about__area-img {
  height: 460px;
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.p-top-about .p-top-about__area-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 32vw 0 13.3333333333vw;
  }
  .p-top-about .p-top-about__bgtxt {
    top: -5.3333333333vw;
    height: 26.6666666667vw;
  }
  .p-top-about .p-top-about__bgtxt.isActive {
    opacity: 1;
    top: -8vw;
  }
  .p-top-about .p-top-about__bgcicrle {
    width: 45.3333333333vw;
    height: 45.3333333333vw;
    left: -18.6666666667vw;
    top: 21.3333333333vw;
  }
  .p-top-about .p-top-about__area-txtbox {
    width: 100%;
    margin-right: 0px;
    display: contents;
  }
  .p-top-about .p-top-about__area-txtbox .-ttl {
    margin: auto;
    font-size: 6.9333333333vw;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    order: 1;
  }
  .p-top-about .p-top-about__area-txtbox .-jp {
    font-size: 3.2vw;
  }
  .p-top-about .p-top-about__area-txtbox .-subttl {
    margin-top: 5.3333333333vw;
    font-size: 5.8666666667vw;
    order: 3;
  }
  .p-top-about .p-top-about__area-txtbox .-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    order: 4;
  }
  .p-top-about .p-top-about__area-txtbox .-btn {
    width: 53.3333333333vw;
    margin: auto;
    margin-top: 10.6666666667vw;
    order: 5;
  }
  .p-top-about .p-top-about__area-txtbox .-btn a {
    padding: 3.2vw;
    border-radius: 13.3333333333vw;
    font-size: 3.2vw;
  }
  .p-top-about .p-top-about__area-img {
    order: 2;
    height: auto;
    flex: auto;
    margin-right: 0;
    margin-top: 5.3333333333vw;
  }
}

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

p-top-movie

-------------------------------------------------*/
.p-top-movie {
  padding: 80px 0 80px;
  background-color: #fbfbfb;
}
.p-top-movie .p-top-movie__area {
  margin: auto;
  margin-top: 30px;
  max-width: 800px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}
.p-top-movie .p-top-movie__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-movie .p-top-movie__area video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-movie {
    padding: 16vw 0;
  }
  .p-top-movie .p-top-movie__area {
    margin-top: 8vw;
  }
}

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

p-top-feature

-------------------------------------------------*/
.p-top-feature {
  position: relative;
  margin-top: 110px;
  padding: 80px 0 460px;
}
.p-top-feature .p-top-feature__bg {
  position: absolute;
  background-color: #fbfbfb;
  width: 76.3888888889vw;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.p-top-feature .p-top-feature__area {
  position: relative;
  margin-top: 30px;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-feature .p-top-feature__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-feature .p-top-feature__area.p-top-feature__area--flexdry .p-top-feature__area-num {
  left: auto;
  right: 0;
}
.p-top-feature .p-top-feature__area.p-top-feature__area--flexdry .p-top-feature__area-item {
  flex-direction: row-reverse;
}
.p-top-feature .p-top-feature__area.p-top-feature__area--flexdry .p-top-feature__area-item .-img {
  width: 410px;
  margin-right: 0px;
  margin-left: 70px;
}
.p-top-feature .p-top-feature__area-num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 130%;
  text-align: center;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 64px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #e1e1e1;
  line-height: 1;
  writing-mode: vertical-lr;
}
.p-top-feature .p-top-feature__area-item {
  align-items: center;
}
.p-top-feature .p-top-feature__area-item .-img {
  width: 410px;
  margin-right: 70px;
}
.p-top-feature .p-top-feature__area-item .-txtbox {
  width: calc(100% - 480px);
}
.p-top-feature .p-top-feature__area-item .-txtbox-num {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.2;
  color: #a59662;
}
.p-top-feature .p-top-feature__area-item .-txtbox-ttl {
  font-family: "Noto Serif", serif;
  font-size: 24px;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  border-bottom: 1px solid #a7a7a7;
}
.p-top-feature .p-top-feature__area-item .-txtbox-txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.p-top-feature .p-top-feature__loarding {
  position: absolute;
  bottom: 110px;
  height: 245px;
  background: url(../../../img/top/feature-loarding.png) top 0px left 0/1800px auto repeat-x;
  background-size: cover;
  width: 100%;
  animation: scrollimg 90s linear infinite;
  z-index: 1;
}
@keyframes scrollimg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1800px 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-feature .p-top-feature__area.p-top-feature__area--flexdry .p-top-feature__area-item .-img {
    width: 320px;
    margin-left: 30px;
  }
  .p-top-feature .p-top-feature__area-num {
    font-size: 40px;
  }
  .p-top-feature .p-top-feature__area-item .-img {
    width: 320px;
    margin-right: 30px;
  }
  .p-top-feature .p-top-feature__area-item .-txtbox {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature {
    margin-top: 0;
    padding: 18.6666666667vw 0 80vw;
  }
  .p-top-feature .p-top-feature__bg {
    display: none;
  }
  .p-top-feature .p-top-feature__area {
    margin-top: 13.3333333333vw;
  }
  .p-top-feature .p-top-feature__area.p-top-feature__area--mt {
    margin-top: 8vw;
  }
  .p-top-feature .p-top-feature__area.p-top-feature__area--flexdry .p-top-feature__area-num {
    left: auto;
    right: 0;
  }
  .p-top-feature .p-top-feature__area.p-top-feature__area--flexdry .p-top-feature__area-item {
    flex-direction: row-reverse;
  }
  .p-top-feature .p-top-feature__area.p-top-feature__area--flexdry .p-top-feature__area-item .-img {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .p-top-feature .p-top-feature__area-num {
    display: none;
  }
  .p-top-feature .p-top-feature__area-item .-img {
    width: 100%;
    margin-right: 0px;
  }
  .p-top-feature .p-top-feature__area-item .-txtbox {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .p-top-feature .p-top-feature__area-item .-txtbox-num {
    font-size: 3.7333333333vw;
  }
  .p-top-feature .p-top-feature__area-item .-txtbox-ttl {
    font-size: 5.3333333333vw;
    margin-top: 2.6666666667vw;
    padding-bottom: 4vw;
  }
  .p-top-feature .p-top-feature__area-item .-txtbox-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-top-feature .p-top-feature__loarding {
    bottom: 18.6666666667vw;
    height: 40vw;
  }
}

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

p-top-cta

-------------------------------------------------*/
.p-top-cta {
  position: relative;
  padding: 60px 0;
  background: url(../../../img/top/cta-bg-pc.jpg) no-repeat center center/cover;
}
.p-top-cta .p-top-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.p-top-cta .p-top-cta__area {
  position: relative;
  background-color: #ededed;
  max-width: 800px;
  margin: auto;
  padding: 30px 80px;
  align-items: center;
}
.p-top-cta .p-top-cta__area-txtbox {
  width: calc(100% - 370px);
}
.p-top-cta .p-top-cta__area-txtbox .-ttl {
  text-align: center;
  font-family: "Marcellus", serif;
  font-size: 34px;
  letter-spacing: 0.11em;
  font-weight: 400;
  color: #000;
}
.p-top-cta .p-top-cta__area-txtbox .-txt {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.p-top-cta .p-top-cta__area-btnbox {
  width: 310px;
  margin-left: 60px;
}
.p-top-cta .p-top-cta__area-btnbox .-btn {
  margin-top: 10px;
}
.p-top-cta .p-top-cta__area-btnbox .-btn:first-child {
  margin-top: 0;
}
.p-top-cta .p-top-cta__area-btnbox .-btn a {
  position: relative;
  padding: 15px 30px;
  display: block;
  border-radius: 70px;
  background-color: #fff;
}
.p-top-cta .p-top-cta__area-btnbox .-btn a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 25px;
}
.p-top-cta .p-top-cta__area-btnbox .-txt {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding-left: 35px;
}
.p-top-cta .p-top-cta__area-btnbox .-txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-top-cta .p-top-cta__area-btnbox .-txt.-icon01::before {
  background: url(../../../img/top/cta-icon01.png) no-repeat;
  background-size: contain;
}
.p-top-cta .p-top-cta__area-btnbox .-txt.-icon02::before {
  background: url(../../../img/top/cta-icon02.png) no-repeat;
  background-size: contain;
}
.p-top-cta .p-top-cta__area-btnbox .-txt.-icon03::before {
  background: url(../../../img/top/cta-icon03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .p-top-cta .p-top-cta__area {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-cta {
    padding: 16vw 0;
    background: url(../../../img/top/cta-bg-sp.jpg) no-repeat center center/cover;
  }
  .p-top-cta .p-top-cta__area {
    padding: 18.6666666667vw 4vw;
  }
  .p-top-cta .p-top-cta__area-txtbox {
    width: 100%;
  }
  .p-top-cta .p-top-cta__area-txtbox .-ttl {
    font-size: 9.0666666667vw;
  }
  .p-top-cta .p-top-cta__area-txtbox .-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .p-top-cta .p-top-cta__area-btnbox {
    width: 100%;
    margin-left: 0px;
    margin-top: 8vw;
  }
  .p-top-cta .p-top-cta__area-btnbox .-btn {
    margin-top: 5.3333333333vw;
  }
  .p-top-cta .p-top-cta__area-btnbox .-btn:first-child {
    margin-top: 0;
  }
  .p-top-cta .p-top-cta__area-btnbox .-btn a {
    padding: 4vw 8vw;
  }
  .p-top-cta .p-top-cta__area-btnbox .-btn a::after {
    width: 2.1333333333vw;
    right: 6.6666666667vw;
  }
  .p-top-cta .p-top-cta__area-btnbox .-txt {
    font-size: 3.4666666667vw;
    padding-left: 9.3333333333vw;
  }
  .p-top-cta .p-top-cta__area-btnbox .-txt::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}

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

p-top-case

-------------------------------------------------*/
.p-top-case {
  position: relative;
  padding: 110px 0 140px;
  background-color: #f8f8f8;
}
.p-top-case .p-top-case__bgtxt {
  position: absolute;
  text-transform: uppercase;
  top: 40px;
  right: 0;
  text-align: center;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 188px;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  writing-mode: vertical-lr;
}
.p-top-case .p-top-case__area {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}
.p-top-case .p-top-case__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-case .slider-block {
  margin: 0 10px;
  background-color: #fff;
  cursor: pointer;
}
.p-top-case .slick-txtbox {
  position: relative;
  padding: 30px 20px;
}
.p-top-case .slick-txtbox .-category {
  position: absolute;
  left: 20px;
  top: -14px;
}
.p-top-case .slick-txtbox .-category li {
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  background-color: #bba87d;
  border-radius: 70px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.p-top-case .slick-txtbox .-ttl {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.p-top-case .slick-txtbox .-txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* ここが行数指定！ */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-top-case .slick-txtbox .-btn {
  margin-top: 50px;
  text-align: right;
}
.p-top-case .slick-txtbox .-btn-txt {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  border-bottom: 1px solid #bba87d;
  font-size: 14px;
  color: #bba87d;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.p-top-case .slick-txtbox .-btn-txt::after {
  content: "";
  position: absolute;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  border-right: 1px solid #bba87d;
  border-bottom: 1px solid #bba87d;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top-case {
    padding: 18.6666666667vw 0 24vw;
  }
  .p-top-case .p-top-case__bgtxt {
    top: 5.3333333333vw;
    font-size: 22.4vw;
  }
  .p-top-case .p-top-case__area {
    margin-top: 8vw;
  }
  .p-top-case .slider-block {
    margin: 0 1.3333333333vw;
  }
  .p-top-case .slick-txtbox {
    padding: 8vw 5.3333333333vw;
  }
  .p-top-case .slick-txtbox .-category {
    left: 5.3333333333vw;
    top: -3.7333333333vw;
  }
  .p-top-case .slick-txtbox .-category li {
    padding: 0.5333333333vw 2.6666666667vw;
    font-size: 3.2vw;
  }
  .p-top-case .slick-txtbox .-ttl {
    font-size: 4.2666666667vw;
  }
  .p-top-case .slick-txtbox .-txt {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
  }
  .p-top-case .slick-txtbox .-btn {
    margin-top: 13.3333333333vw;
  }
  .p-top-case .slick-txtbox .-btn-txt {
    padding-right: 3.2vw;
    font-size: 3.2vw;
  }
  .p-top-case .slick-txtbox .-btn-txt::after {
    width: 1.6vw;
  }
}

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

モーダル部分

-------------------------------------------------*/
body.active {
  overflow: hidden;
}

html.active {
  overflow: hidden;
}

.main-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1111111;
  width: 100%;
  left: 0;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.main-modal .modal-container {
  padding: 80px;
  position: relative;
  background-color: #fff;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1000px;
}

.main-modal .btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.main-modal .project__content {
  height: 60vh;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.main-modal .project__content::-webkit-scrollbar {
  display: none;
}

.p-top-modal__area .-img {
  width: 380px;
  margin-right: 50px;
}
.p-top-modal__area .-txtbox {
  width: calc(100% - 430px);
}
.p-top-modal__area .-ttlbox {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 20px;
}
.p-top-modal__area .-category {
  font-size: 12px;
  color: #fff;
  border-radius: 70px;
  background-color: #bba87d;
  display: inline-block;
  padding: 3px 10px;
}
.p-top-modal__area .-ttl {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.p-top-modal__area .-txt {
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 2;
}

@media only screen and (max-width: 1024px) {
  .p-top-modal__area .-img {
    width: 300px;
    margin-right: 40px;
  }
  .p-top-modal__area .-txtbox {
    width: calc(100% - 340px);
  }
}
@media only screen and (max-width: 768px) {
  .main-modal .modal-container {
    padding: 6.6666666667vw 5.3333333333vw 9.3333333333vw;
  }
  .main-modal .btn {
    width: 12vw;
    height: 12vw;
    top: 4vw;
    right: 4vw;
  }
  .main-modal .project__content {
    height: 70vh;
  }
  .p-top-modal__area .-img {
    width: 100%;
    margin-right: 0px;
  }
  .p-top-modal__area .-txtbox {
    width: 100%;
  }
  .p-top-modal__area .-ttlbox {
    padding-bottom: 5.3333333333vw;
    margin-top: 8vw;
  }
  .p-top-modal__area .-category {
    font-size: 3.2vw;
    padding: 0.8vw 2.6666666667vw;
  }
  .p-top-modal__area .-ttl {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .p-top-modal__area .-txt {
    font-size: 3.7333333333vw;
  }
}
/*------------------------------------------------

p-top-message

-------------------------------------------------*/
.p-top-message {
  position: relative;
  padding: 120px 0 60px;
}
.p-top-message .p-top-message--inner {
  max-width: 1190px;
}
.p-top-message .p-top-message__area {
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-message .p-top-message__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-message .p-top-message__area-left {
  width: 580px;
  margin-right: 120px;
  margin-top: 60px;
}
.p-top-message .p-top-message__area-right {
  width: calc(100% - 700px);
}
.p-top-message .p-top-message__area-right .-title {
  position: relative;
  font-family: "Noto Serif", serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  padding-bottom: 40px;
}
.p-top-message .p-top-message__area-right .-title::before {
  content: "";
  position: absolute;
  display: block;
  width: 200vw;
  height: 1px;
  background-color: #cecece;
  bottom: 0;
  margin: 0 calc(50% - 80vw);
  z-index: -1;
}
.p-top-message .p-top-message__area-right .-title .-en {
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 78px;
  font-weight: 400;
  text-transform: uppercase;
}
.p-top-message .p-top-message__area-right .-txtbox {
  margin-top: 60px;
}
.p-top-message .p-top-message__area-right .-main {
  font-size: 24px;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
  border-bottom: 1px solid #cecece;
}
.p-top-message .p-top-message__area-right .-main .-en {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #222;
  margin-left: 20px;
}
.p-top-message .p-top-message__area-right .-ttl {
  margin-top: 30px;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #2c2c2c;
}
.p-top-message .p-top-message__area-right .-txt {
  margin-top: 35px;
  font-size: 13px;
  letter-spacing: 0.02em;
  font-weight: 400;
  line-height: 2;
  color: #222;
}
.p-top-message .p-top-message__area-right .-txtbox-list {
  margin-top: 30px;
}
.p-top-message .p-top-message__area-right .-history {
  width: 45%;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1170px) {
  .p-top-message .p-top-message__area-left {
    width: 350px;
    margin-right: 40px;
  }
  .p-top-message .p-top-message__area-right {
    width: calc(100% - 390px);
  }
  .p-top-message .p-top-message__area-right .-title .-en {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-message {
    padding: 10.6666666667vw 0 18.6666666667vw;
  }
  .p-top-message .p-top-message__area-left {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    order: 2;
  }
  .p-top-message .p-top-message__area-right {
    width: 100%;
    display: contents;
  }
  .p-top-message .p-top-message__area-right .-title {
    order: 1;
    font-size: 3.4666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  .p-top-message .p-top-message__area-right .-title::before {
    bottom: -4vw;
  }
  .p-top-message .p-top-message__area-right .-title .-en {
    font-size: 14.9333333333vw;
  }
  .p-top-message .p-top-message__area-right .-txtbox {
    order: 3;
    margin-top: 13.3333333333vw;
  }
  .p-top-message .p-top-message__area-right .-main {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-top-message .p-top-message__area-right .-main .-en {
    font-size: 3.2vw;
    margin-left: 2.6666666667vw;
  }
  .p-top-message .p-top-message__area-right .-ttl {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
  .p-top-message .p-top-message__area-right .-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .p-top-message .p-top-message__area-right .-txtbox-list {
    margin-top: 5.3333333333vw;
  }
  .p-top-message .p-top-message__area-right .-history {
    width: 100%;
    font-size: 3.4666666667vw;
  }
}

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

p-top-voice

-------------------------------------------------*/
.p-top-voice {
  position: relative;
  padding: 70px 0 90px;
  background: url(../../../img/top/voice-bg-pc.jpg) no-repeat center center/cover;
}
.p-top-voice .p-top-voice__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.p-top-voice .p-top-voice--ttl {
  position: relative;
}
.p-top-voice .p-top-voice--ttl .c-ttl01-in {
  color: #fff;
}
.p-top-voice .p-top-voice--ttl .-jp {
  color: #fff;
}
.p-top-voice .p-top-voice--ttl .-jp::after {
  background-color: #fff;
}
.p-top-voice .p-top-voice__area {
  position: relative;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}
.p-top-voice .p-top-voice__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-voice .p-top-voice__area .slider-block-in {
  background-color: #fff;
  padding: 50px 80px;
  margin: 0 10px;
}
.p-top-voice .p-top-voice__area .slick-imgbox {
  width: 230px;
  margin-right: 50px;
}
.p-top-voice .p-top-voice__area .-img {
  width: 170px;
  height: 170px;
}
.p-top-voice .p-top-voice__area .-info {
  margin-top: 20px;
}
.p-top-voice .p-top-voice__area .-info-group {
  position: relative;
  border-bottom: 2px solid #f5f5f7;
  padding-bottom: 5px;
  margin-top: 10px;
}
.p-top-voice .p-top-voice__area .-info-group::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #c6c6c6;
  height: 2px;
  width: 45px;
  bottom: -2px;
  left: 0;
}
.p-top-voice .p-top-voice__area .-info-group-name {
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #222222;
  width: 45px;
}
.p-top-voice .p-top-voice__area .-info-group-cont {
  font-size: 14px;
  padding-left: 15px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #222222;
}
.p-top-voice .p-top-voice__area .slick-txtbox {
  width: calc(100% - 280px);
}
.p-top-voice .p-top-voice__area .-ttlbox {
  position: relative;
  padding-left: 15px;
}
.p-top-voice .p-top-voice__area .-ttlbox::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  top: 2px;
  bottom: 2px;
  left: 0;
  background-color: #c6c6c6;
}
.p-top-voice .p-top-voice__area .-category {
  background-color: #222;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.14em;
  padding: 3px 10px;
  display: inline-block;
}
.p-top-voice .p-top-voice__area .-ttl {
  margin-top: 10px;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #222;
}
.p-top-voice .p-top-voice__area .-txt {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 2;
  color: #222;
}
.p-top-voice .p-top-voice__area .slick-arrow {
  width: 60px;
  height: 60px;
  z-index: 1;
}
.p-top-voice .p-top-voice__area .slick-arrow::before {
  content: none;
}
.p-top-voice .p-top-voice__area .slick-next {
  right: 13%;
  background: url(../../../img/top/slider-next.png) no-repeat center center/contain;
}
.p-top-voice .p-top-voice__area .slick-prev {
  left: 13%;
  background: url(../../../img/top/slider-prev.png) no-repeat center center/contain;
}
@media screen and (max-width: 1024px) {
  .p-top-voice .p-top-voice__area .slider-block-in {
    padding: 40px;
  }
  .p-top-voice .p-top-voice__area .slick-imgbox {
    width: 180px;
    margin-right: 40px;
  }
  .p-top-voice .p-top-voice__area .-img {
    width: 130px;
    height: 130px;
  }
  .p-top-voice .p-top-voice__area .slick-txtbox {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-voice {
    padding: 16vw 0 16vw;
    background: url(../../../img/top/voice-bg-sp.jpg) no-repeat center center/cover;
  }
  .p-top-voice .p-top-voice__area {
    margin-top: 8vw;
  }
  .p-top-voice .p-top-voice__area .slider-block-in {
    padding: 10.6666666667vw 5.3333333333vw;
    margin: 0 2.6666666667vw;
  }
  .p-top-voice .p-top-voice__area .slick-imgbox {
    width: 100%;
    margin-right: 0px;
    order: 2;
    margin-top: 5.3333333333vw;
  }
  .p-top-voice .p-top-voice__area .-img {
    width: 34.6666666667vw;
    margin: auto;
    height: 34.6666666667vw;
  }
  .p-top-voice .p-top-voice__area .-info {
    margin-top: 5.3333333333vw;
  }
  .p-top-voice .p-top-voice__area .-info-group {
    padding-bottom: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .p-top-voice .p-top-voice__area .-info-group::after {
    width: 12vw;
  }
  .p-top-voice .p-top-voice__area .-info-group-name {
    font-size: 3.4666666667vw;
    width: 12vw;
  }
  .p-top-voice .p-top-voice__area .-info-group-cont {
    font-size: 3.4666666667vw;
    padding-left: 4vw;
  }
  .p-top-voice .p-top-voice__area .slick-txtbox {
    width: 100%;
    display: contents;
  }
  .p-top-voice .p-top-voice__area .-ttlbox {
    order: 1;
    padding-left: 4vw;
  }
  .p-top-voice .p-top-voice__area .-ttlbox::before {
    width: 0.5333333333vw;
    top: 0.5333333333vw;
    bottom: 0.5333333333vw;
  }
  .p-top-voice .p-top-voice__area .-category {
    font-size: 2.6666666667vw;
    padding: 0.5333333333vw 2.6666666667vw;
  }
  .p-top-voice .p-top-voice__area .-ttl {
    margin-top: 2.6666666667vw;
    font-size: 4.8vw;
  }
  .p-top-voice .p-top-voice__area .-txt {
    order: 3;
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .p-top-voice .p-top-voice__area .slick-arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .p-top-voice .p-top-voice__area .slick-next {
    right: 2%;
    background: url(../../../img/top/slider-next.png) no-repeat center center/contain;
  }
  .p-top-voice .p-top-voice__area .slick-prev {
    left: 2%;
    background: url(../../../img/top/slider-prev.png) no-repeat center center/contain;
  }
}/*# sourceMappingURL=index.css.map */