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

p-top-mv

-------------------------------------------------*/
.p-top-mv {
  position: relative;
  margin-top: 90px;
  background: url(../../../img/top/mv-pc.jpg) no-repeat center center/cover;
  height: 700px;
}
.p-top-mv .p-top-mv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.p-top-mv .p-top-mv__area {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1s ease;
}
.p-top-mv .p-top-mv__area.isActive {
  opacity: 1;
  top: 50%;
}
.p-top-mv .p-top-mv__area-img {
  width: 200px;
  margin: auto;
}
.p-top-mv .p-top-mv__area-txt {
  margin-top: 30px;
  color: #fff;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-mv .p-top-mv__area-txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    position: relative;
    margin-top: 0px;
    background: url(../../../img/top/mv-sp.jpg) no-repeat center center/cover;
    height: 100vh;
  }
  .p-top-mv .p-top-mv__area {
    width: 100%;
    text-align: center;
  }
  .p-top-mv .p-top-mv__area-img {
    width: 37.3333333333vw;
  }
  .p-top-mv .p-top-mv__area-txt {
    margin-top: 20px;
    font-size: 26px;
  }
}

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

p-top-about

-------------------------------------------------*/
.p-top-about {
  background-color: #F0F0F0;
  padding: 0px 0 120px;
}
.p-top-about .p-top-about__item {
  position: relative;
  padding-top: 80px;
}
.p-top-about .p-top-about__item.p-top-about__item--dry .-bgtxt {
  right: auto;
  left: 20px;
}
.p-top-about .p-top-about__item.p-top-about__item--dry .p-top-about__item-area .-img {
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
.p-top-about .p-top-about__item.p-top-about__item--dry .p-top-about__item-area .-txtbox {
  margin-right: 0px;
  margin-left: 0;
}
.p-top-about .p-top-about__item .-bgtxt {
  position: absolute;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 100px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  writing-mode: vertical-rl;
  top: 20px;
  right: 20px;
  letter-spacing: 0.08em;
  height: 200%;
}
.p-top-about .p-top-about__item-area {
  position: relative;
  align-items: flex-end;
}
.p-top-about .p-top-about__item-area .-img {
  flex: 1;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
}
.p-top-about .p-top-about__item-area .-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-about .p-top-about__item-area .-img::before {
  content: "";
  display: block;
  padding-top: 400px;
}
.p-top-about .p-top-about__item-area .-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 260px;
  left: 0;
  bottom: 0;
  background-color: #F0F0F0;
}
.p-top-about .p-top-about__item-area .-txtbox {
  width: 56%;
  margin-left: 70px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}
.p-top-about .p-top-about__item-area .-txtbox.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-top-about .p-top-about__item-area .-ttl {
  font-size: 32px;
  padding-bottom: 20px;
  font-family: "Shippori Mincho", sans-serif;
}
.p-top-about .p-top-about__item-area .-en {
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  letter-spacing: 0.04em;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.1;
  color: #909090;
}
.p-top-about .p-top-about__item-area .-txt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-top-about .p-top-about__item-area .-txtbox {
    width: 50%;
    margin-left: 50px;
  }
  .p-top-about .p-top-about__item-area .-ttl {
    font-size: 22px;
  }
  .p-top-about .p-top-about__item-area .-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding: 8vw 0 16vw;
    background-color: #fff;
  }
  .p-top-about .p-top-about__item {
    padding-top: 0px;
  }
  .p-top-about .p-top-about__item.p-top-about__item--dry .-bgtxt {
    right: auto;
    left: 0px;
  }
  .p-top-about .p-top-about__item.p-top-about__item--dry .p-top-about__item-area {
    flex-direction: column-reverse;
  }
  .p-top-about .p-top-about__item.p-top-about__item--dry .p-top-about__item-area .-img {
    margin-right: 0;
    margin-left: 0;
    margin: 0 calc(50% - 50vw);
    margin-top: 8vw;
    width: 100vw;
  }
  .p-top-about .p-top-about__item.p-top-about__item--dry .p-top-about__item-area .-txtbox {
    margin-right: 0px;
    margin-left: 0;
  }
  .p-top-about .p-top-about__item .-bgtxt {
    display: none;
  }
  .p-top-about .p-top-about__item-area {
    position: relative;
    align-items: flex-end;
  }
  .p-top-about .p-top-about__item-area .-img {
    flex: auto;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-left: 0;
    overflow: hidden;
    position: relative;
  }
  .p-top-about .p-top-about__item-area .-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-about .p-top-about__item-area .-img::before {
    content: "";
    display: block;
    padding-top: 53.3333333333vw;
  }
  .p-top-about .p-top-about__item-area .-img::after {
    display: none;
  }
  .p-top-about .p-top-about__item-area .-txtbox {
    width: 100%;
    margin-left: 0px;
  }
  .p-top-about .p-top-about__item-area .-ttl {
    font-size: 6.9333333333vw;
    padding-bottom: 0px;
  }
  .p-top-about .p-top-about__item-area .-en {
    font-size: 4.2666666667vw;
  }
  .p-top-about .p-top-about__item-area .-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.p-top-about__loading {
  position: relative;
  top: 50px;
  height: 170px;
  background: url(../../../img/top/about-loarding.png) top 0px left 0/1750px auto repeat-x;
  background-size: cover;
  width: 100%;
  animation: scroll 60s linear infinite;
}
@keyframes scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1750px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__loading {
    top: 5.3333333333vw;
    height: 24vw;
  }
}

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

p-top-feature

-------------------------------------------------*/
.p-top-feature {
  padding: 60px 0 100px;
  background-color: #D9D9D8;
}
.p-top-feature .p-top-feature__area {
  margin-top: 40px;
  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-block {
  margin-top: 30px;
}
.p-top-feature .p-top-feature__area .p-top-feature__area-block:first-child {
  margin-top: 0;
}
.p-top-feature .p-top-feature__area .p-top-feature__area-block .-imgbox {
  position: relative;
  width: 280px;
  margin-right: 50px;
}
.p-top-feature .p-top-feature__area .p-top-feature__area-block .-txtbox {
  width: calc(100% - 330px);
}
.p-top-feature .p-top-feature__area .p-top-feature__area-block .-txtbox-ttl {
  padding: 5px 17px;
  position: relative;
  font-size: 20px;
  font-family: "Shippori Mincho", sans-serif;
  background-color: #F7F7F7;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.p-top-feature .p-top-feature__area .p-top-feature__area-block .-txtbox-ttl.-txtbox-ttl-bg {
  background-color: #fff;
}
.p-top-feature .p-top-feature__area .p-top-feature__area-block .-txtbox-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  background-color: #000;
  top: 0;
  left: 0;
  bottom: 0;
}
.p-top-feature .p-top-feature__area .p-top-feature__area-block .-txtbox-txt {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-top-feature {
    padding: 10.6666666667vw 0 16vw;
  }
  .p-top-feature .p-top-feature__area {
    margin-top: 5.3333333333vw;
  }
  .p-top-feature .p-top-feature__area .p-top-feature__area-block {
    margin-top: 10.6666666667vw;
  }
  .p-top-feature .p-top-feature__area .p-top-feature__area-block:first-child {
    margin-top: 0;
  }
  .p-top-feature .p-top-feature__area .p-top-feature__area-block .-imgbox {
    order: 2;
    width: 100%;
    margin-top: 5.3333333333vw;
    margin-right: 0px;
  }
  .p-top-feature .p-top-feature__area .p-top-feature__area-block .-txtbox {
    width: 100%;
    display: contents;
  }
  .p-top-feature .p-top-feature__area .p-top-feature__area-block .-txtbox-ttl {
    order: 1;
    padding: 1.3333333333vw 4vw;
    font-size: 4.8vw;
  }
  .p-top-feature .p-top-feature__area .p-top-feature__area-block .-txtbox-ttl::before {
    width: 1.0666666667vw;
  }
  .p-top-feature .p-top-feature__area .p-top-feature__area-block .-txtbox-txt {
    order: 3;
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}

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

p-top-link

-------------------------------------------------*/
.p-top-link .p-top-link__area {
  position: relative;
  width: 50%;
  padding: 50px 0;
  overflow: hidden;
}
.p-top-link .p-top-link__area:hover .p-top-link__area-banner {
  transform: scale(1.1);
  opacity: 0.8;
}
.p-top-link .p-top-link__area-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
}
.p-top-link .p-top-link__area-banner--01 {
  background: url(../../../img/top/banner01.jpg) no-repeat center center/cover;
}
.p-top-link .p-top-link__area-banner--02 {
  background: url(../../../img/top/banner02.jpg) no-repeat center center/cover;
}
.p-top-link .p-top-link__area-ttlbox {
  padding: 45px 0;
  position: relative;
  margin: auto;
  width: 62%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-top-link .p-top-link__area-ttlbox::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/top/arrow.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.p-top-link .p-top-link__area-ttlbox .-line01 {
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-link .p-top-link__area-ttlbox .-line02 {
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.p-top-link .p-top-link__area-ttlbox .-line03 {
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-top-link .p-top-link__area-ttlbox .-line04 {
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-top-link .p-top-link__area-ttlbox .-ttl {
  position: relative;
  text-align: center;
  font-family: "Shippori Mincho", sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
.p-top-link .p-top-link__area-ttlbox .-ttl::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-top-link .p-top-link__area-ttlbox .-ttl .-en {
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.p-top-link .p-top-link__area-ttlbox .-txt {
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .p-top-link .p-top-link__area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-link {
    flex-direction: column-reverse;
  }
  .p-top-link .p-top-link__area {
    padding: 5.3333333333vw 0;
  }
  .p-top-link .p-top-link__area-ttlbox {
    padding: 5.3333333333vw 0;
    width: 64vw;
  }
  .p-top-link .p-top-link__area-ttlbox::after {
    width: 8vw;
    height: 8vw;
    right: -4vw;
  }
  .p-top-link .p-top-link__area-ttlbox .-line01 {
    height: 2.6666666667vw;
  }
  .p-top-link .p-top-link__area-ttlbox .-line02 {
    height: 2.6666666667vw;
  }
  .p-top-link .p-top-link__area-ttlbox .-line03 {
    height: 2.6666666667vw;
  }
  .p-top-link .p-top-link__area-ttlbox .-line04 {
    height: 2.6666666667vw;
  }
  .p-top-link .p-top-link__area-ttlbox .-ttl {
    font-size: 5.0666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-top-link .p-top-link__area-ttlbox .-ttl::before {
    width: 6.6666666667vw;
  }
  .p-top-link .p-top-link__area-ttlbox .-ttl .-en {
    font-size: 3.2vw;
  }
  .p-top-link .p-top-link__area-ttlbox .-txt {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}/*# sourceMappingURL=index.css.map */