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

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__area {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: 9.7222222222vw;
  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-ttl {
  font-family: "Noto Serif", serif;
  font-size: 46px;
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.3;
}
.p-top-mv .p-top-mv__area-txt {
  margin-top: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .p-top-mv .p-top-mv__area-ttl {
    font-size: 34px;
  }
  .p-top-mv .p-top-mv__area-txt {
    font-size: 14px;
  }
}
@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;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-top-mv .p-top-mv__area-ttl {
    font-size: 6.4vw;
  }
  .p-top-mv .p-top-mv__area-txt {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}

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

p-top-about

-------------------------------------------------*/
.p-top-about {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-top-about .p-top-about__area {
  margin-top: 50px;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-about .p-top-about__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-about .p-top-about__area-left {
  margin-top: 20px;
  width: calc(100% - 500px);
}
.p-top-about .p-top-about__area-left .-ttl {
  font-family: "Noto Serif", serif;
  font-size: 21px;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  border-bottom: 1px solid #CECECE;
}
.p-top-about .p-top-about__area-left .-txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-top: 10px;
}
.p-top-about .p-top-about__area-right {
  width: 450px;
  margin-left: 50px;
}
@media screen and (max-width: 1024px) {
  .p-top-about .p-top-about__area-left {
    width: calc(100% - 350px);
  }
  .p-top-about .p-top-about__area-right {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .p-top-about .p-top-about__area {
    margin-top: 5.3333333333vw;
    flex-direction: column-reverse;
  }
  .p-top-about .p-top-about__area-left {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
  .p-top-about .p-top-about__area-left .-ttl {
    font-size: 5.8666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-top-about .p-top-about__area-left .-txt {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-top-about .p-top-about__area-right {
    width: 100%;
    margin-left: 0px;
  }
}

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

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;
}
.p-top-movie .p-top-movie__area video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-movie {
    padding: 13.3333333333vw 0;
  }
  .p-top-movie .p-top-movie__area {
    margin-top: 8vw;
  }
}

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

p-top-feature

-------------------------------------------------*/
.p-top-feature {
  padding-top: 120px;
}
.p-top-feature .p-top-feature__area {
  margin-top: 60px;
  gap: 35px;
  align-items: stretch;
  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-item {
  width: calc(33.3333% - 23.3333333333px);
  display: flex;
  flex-direction: column;
}
.p-top-feature .p-top-feature__area-item .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-feature .p-top-feature__area-item .-txtbox {
  padding: 40px 10px 30px;
  border: 1px solid #707070;
  flex-grow: 1;
}
.p-top-feature .p-top-feature__area-item .-txtbox-ttl {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  font-family: "Noto Serif", serif;
  font-size: 22px;
  letter-spacing: 0.08em;
  color: #222;
}
.p-top-feature .p-top-feature__area-item .-txtbox-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 1px;
  background-color: #222;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-top-feature .p-top-feature__area-item .-txtbox-txt {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .p-top-feature .p-top-feature__area-item .-txtbox {
    padding: 20px 10px 20px;
  }
  .p-top-feature .p-top-feature__area-item .-txtbox-ttl {
    font-size: 18px;
  }
  .p-top-feature .p-top-feature__area-item .-txtbox-txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-feature {
    padding-top: 26.6666666667vw;
  }
  .p-top-feature .p-top-feature__area {
    margin-top: 13.3333333333vw;
    gap: 5.3333333333vw;
  }
  .p-top-feature .p-top-feature__area-item {
    width: 100%;
  }
  .p-top-feature .p-top-feature__area-item .-txtbox {
    padding: 10.6666666667vw 2.6666666667vw 8vw;
  }
  .p-top-feature .p-top-feature__area-item .-txtbox-ttl {
    padding-bottom: 5.3333333333vw;
    font-size: 5.8666666667vw;
  }
  .p-top-feature .p-top-feature__area-item .-txtbox-ttl::before {
    width: 53.3333333333vw;
  }
  .p-top-feature .p-top-feature__area-item .-txtbox-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

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

p-top-service

-------------------------------------------------*/
.p-top-service {
  padding-top: 120px;
  padding-bottom: 110px;
}
.p-top-service .p-top-service__info {
  margin-top: 70px;
}
.p-top-service .p-top-service__info .-txt01 {
  font-size: 21px;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-top-service .p-top-service__info .-txt02 {
  margin-top: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.p-top-service .p-top-service__area {
  margin-top: 60px;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-service .p-top-service__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-service .p-top-service__area-ttl {
  position: relative;
  font-family: "Noto Serif", serif;
  padding: 0 70px;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
}
.p-top-service .p-top-service__area-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #707070;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-service .p-top-service__area-ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #707070;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-service .p-top-service__area-item {
  margin-top: 30px;
  border: 1px solid #EDEDED;
}
.p-top-service .p-top-service__area-item .-img {
  width: 50%;
}
.p-top-service .p-top-service__area-item .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-service .p-top-service__area-item .-txtbox {
  width: 50%;
  padding: 40px 20px;
}
.p-top-service .p-top-service__area-item .-txtbox-ttl {
  font-family: "Noto Serif", serif;
  font-size: 21px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.p-top-service .p-top-service__area-item .-txtbox-txt {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-top-service {
    padding-top: 26.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
  .p-top-service .p-top-service__info {
    margin-top: 12vw;
  }
  .p-top-service .p-top-service__info .-txt01 {
    font-size: 5.3333333333vw;
  }
  .p-top-service .p-top-service__info .-txt02 {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
  .p-top-service .p-top-service__area {
    margin-top: 13.3333333333vw;
  }
  .p-top-service .p-top-service__area-ttl {
    padding: 0 18.6666666667vw;
    font-size: 5.8666666667vw;
  }
  .p-top-service .p-top-service__area-ttl::before {
    width: 13.3333333333vw;
  }
  .p-top-service .p-top-service__area-ttl::after {
    width: 13.3333333333vw;
  }
  .p-top-service .p-top-service__area-item {
    margin-top: 6.6666666667vw;
  }
  .p-top-service .p-top-service__area-item .-img {
    width: 100%;
  }
  .p-top-service .p-top-service__area-item .-txtbox {
    width: 100%;
    padding: 9.3333333333vw 5.3333333333vw;
  }
  .p-top-service .p-top-service__area-item .-txtbox-ttl {
    font-size: 5.3333333333vw;
  }
  .p-top-service .p-top-service__area-item .-txtbox-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

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

p-top-menu

-------------------------------------------------*/
.p-top-menu {
  position: relative;
  padding: 110px 0 130px;
}
.p-top-menu .p-top-menu__bg {
  position: absolute;
  background-color: #FBFBFB;
  width: 69.4444444444vw;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}
.p-top-menu .p-top-menu__area {
  position: relative;
  margin-top: 100px;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateY(20px);
}
.p-top-menu .p-top-menu__area.isActive {
  opacity: 1;
  transform: translateY(0);
}
.p-top-menu .p-top-menu__area.p-top-menu__area--flexdry .p-top-menu__area-num {
  left: auto;
  right: 0;
}
.p-top-menu .p-top-menu__area.p-top-menu__area--flexdry .p-top-menu__area-item {
  flex-direction: row-reverse;
}
.p-top-menu .p-top-menu__area.p-top-menu__area--flexdry .p-top-menu__area-item .-img {
  width: 410px;
  margin-right: 0px;
  margin-left: 70px;
}
.p-top-menu .p-top-menu__area-num {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
  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-menu .p-top-menu__area-item {
  align-items: center;
}
.p-top-menu .p-top-menu__area-item .-img {
  width: 410px;
  margin-right: 70px;
}
.p-top-menu .p-top-menu__area-item .-txbbox {
  width: calc(100% - 480px);
}
.p-top-menu .p-top-menu__area-item .-txbbox-ttl {
  font-family: "Noto Serif", serif;
  font-size: 25px;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.p-top-menu .p-top-menu__area-item .-txbbox-txt {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  color: #222;
}
.p-top-menu .p-top-menu__area-item .-txbbox-price {
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: 0, 8em;
}
@media screen and (max-width: 1024px) {
  .p-top-menu .p-top-menu__area.p-top-menu__area--flexdry .p-top-menu__area-item .-img {
    width: 320px;
    margin-left: 30px;
  }
  .p-top-menu .p-top-menu__area-item .-img {
    width: 320px;
    margin-right: 30px;
  }
  .p-top-menu .p-top-menu__area-item .-txbbox {
    width: calc(100% - 350px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu {
    padding: 18.6666666667vw 0 21.3333333333vw;
  }
  .p-top-menu .p-top-menu__bg {
    width: 100%;
  }
  .p-top-menu .p-top-menu__area {
    margin-top: 13.3333333333vw;
  }
  .p-top-menu .p-top-menu__area.p-top-menu__area--flexdry .p-top-menu__area-item .-img {
    width: 100%;
    margin-left: 0px;
  }
  .p-top-menu .p-top-menu__area-num {
    display: none;
  }
  .p-top-menu .p-top-menu__area-item .-img {
    width: 100%;
    margin-right: 0px;
  }
  .p-top-menu .p-top-menu__area-item .-txbbox {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .p-top-menu .p-top-menu__area-item .-txbbox-ttl {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-top-menu .p-top-menu__area-item .-txbbox-txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  .p-top-menu .p-top-menu__area-item .-txbbox-price {
    margin-top: 5.3333333333vw;
    font-size: 5.3333333333vw;
  }
}

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

p-top-message

-------------------------------------------------*/
.p-top-message {
  position: relative;
  padding: 120px 0 60px;
}
.p-top-message .p-top-message__bg {
  position: absolute;
  background-color: #FAFAFA;
  width: 65.9722222222vw;
  bottom: 0;
  right: 0;
  height: 400px;
  z-index: -2;
}
.p-top-message .p-top-message__bgtxt {
  position: absolute;
  font-family: "Marcellus", serif;
  font-size: 123px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.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: 430px;
  margin-right: 60px;
}
.p-top-message .p-top-message__area-left .-img {
  margin-top: 20px;
}
.p-top-message .p-top-message__area-right {
  width: calc(100% - 490px);
  margin-top: 60px;
}
.p-top-message .p-top-message__area-right .-txtbox {
  margin-top: 60px;
}
.p-top-message .p-top-message__area-right .-txtbox:first-child {
  margin-top: 0;
}
.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 #000;
}
.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: 1024px) {
  .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);
  }
}
@media screen and (max-width: 768px) {
  .p-top-message {
    padding: 18.6666666667vw 0 8vw;
  }
  .p-top-message .p-top-message__bg {
    display: none;
  }
  .p-top-message .p-top-message__bgtxt {
    display: none;
  }
  .p-top-message .p-top-message__area-left {
    width: 100%;
    margin-right: 0px;
  }
  .p-top-message .p-top-message__area-left .-img {
    margin-top: 8vw;
  }
  .p-top-message .p-top-message__area-right {
    width: 100%;
    margin-top: 9.3333333333vw;
  }
  .p-top-message .p-top-message__area-right .-txtbox {
    margin-top: 16vw;
  }
  .p-top-message .p-top-message__area-right .-txtbox:first-child {
    margin-top: 0;
  }
  .p-top-message .p-top-message__area-right .-main {
    font-size: 5.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .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: 8vw;
    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: 8vw;
  }
  .p-top-message .p-top-message__area-right .-history {
    width: 100%;
    font-size: 3.4666666667vw;
  }
}

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

p-top-company

-------------------------------------------------*/
.p-top-company {
  padding-top: 130px;
  padding-bottom: 100px;
}
.p-top-company .p-top-company__area {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}
.p-top-company .p-top-company__area.isActive {
  transform: translateY(0);
  opacity: 1;
}
.p-top-company .p-top-company__area .-img {
  width: 420px;
  margin-right: 80px;
}
.p-top-company .p-top-company__area .-txtbox {
  width: calc(100% - 500px);
}
.p-top-company .p-top-company__area .-txtbox-item {
  position: relative;
  display: flex;
  padding: 15px 5px;
  border-bottom: 1px solid #E5E3D9;
}
.p-top-company .p-top-company__area .-txtbox-item:first-child {
  border-top: 1px solid #E5E3D9;
}
.p-top-company .p-top-company__area .-txtbox-item .-ttl {
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.p-top-company .p-top-company__area .-txtbox-item .-txt {
  width: calc(100% - 100px);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.p-top-company .p-top-company__map {
  position: relative;
  margin-top: 50px;
}
.p-top-company .p-top-company__map iframe {
  width: 100%;
  height: 230px;
}
@media screen and (max-width: 1024px) {
  .p-top-company .p-top-company__area .-img {
    width: 320px;
    margin-right: 40px;
  }
  .p-top-company .p-top-company__area .-txtbox {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-company {
    padding-top: 10.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
  .p-top-company .p-top-company__area {
    margin-top: 4vw;
    padding-right: 0;
  }
  .p-top-company .p-top-company__area .-img {
    width: 100%;
    margin-top: 0vw;
    margin-right: 0;
  }
  .p-top-company .p-top-company__area .-txtbox {
    width: 100%;
    margin-top: 8vw;
  }
  .p-top-company .p-top-company__area .-txtbox-item {
    padding: 4vw 0;
  }
  .p-top-company .p-top-company__area .-txtbox-item .-ttl {
    width: 26.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-top-company .p-top-company__area .-txtbox-item .-txt {
    width: 100%;
    font-size: 3.7333333333vw;
  }
  .p-top-company .p-top-company__map {
    width: 100%;
    margin-top: 8vw;
    padding-right: 0;
  }
  .p-top-company .p-top-company__map iframe {
    width: 100%;
    height: 56vw;
  }
}

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

p-top-contact

-------------------------------------------------*/
.p-top-contact {
  position: relative;
}
.p-top-contact .p-top-contact-link {
  padding: 110px 0;
  background: url(../../../img/common/contact-bg-pc.jpg) no-repeat center center/cover;
  display: block;
}
.p-top-contact .p-top-contact-link:hover .p-top-contact-arrow::before {
  transform: scale(1.5);
}
.p-top-contact .p-top-contact-link__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(32, 32, 32, 0.5);
}
.p-top-contact .p-top-contact-link--inner {
  position: relative;
}
.p-top-contact .p-top-contact-ttl {
  color: #fff;
  font-family: "Marcellus", serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-transform: uppercase;
}
.p-top-contact .p-top-contact-ttl .-jp {
  display: block;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  letter-spacing: 0.04em;
  margin-top: 5px;
}
.p-top-contact .p-top-contact-arrow {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-contact .p-top-contact-arrow::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.p-top-contact .p-top-contact-arrow::after {
  content: "";
  position: absolute;
  width: 14px;
  height: auto;
  aspect-ratio: 1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-top-contact .p-top-contact-link {
    padding: 22.6666666667vw 0;
    background: url(../../../img/common/contact-bg-sp.jpg) no-repeat center center/cover;
  }
  .p-top-contact .p-top-contact-ttl {
    font-size: 3.2vw;
  }
  .p-top-contact .p-top-contact-ttl .-jp {
    font-size: 6.4vw;
    margin-top: 1.3333333333vw;
  }
  .p-top-contact .p-top-contact-arrow {
    width: 16vw;
    height: 16vw;
  }
  .p-top-contact .p-top-contact-arrow::after {
    width: 2.1333333333vw;
  }
}/*# sourceMappingURL=index.css.map */