@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@1,300;1,400;1,500&family=Shippori+Mincho:wght@400;500;600;700;800&family=Simonetta:ital,wght@0,400;0,900;1,400;1,900&display=swap");
body {
  background-color: #dedfde;
}

.section-top__content {
  width: 80%;
  margin: 0 auto;
}
.section-top__ttl {
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
}
.section-top__desc {
  line-height: 2.3;
  letter-spacing: 0.18em;
}
.section-top__pic {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}
.section-top__picItem {
  width: 47.5%;
}
.section-top__picItem img {
  width: 100%;
}
.section-top__picCap {
  display: block;
  font-family: "Cormorant Garamond", serif;
}

.detail {
  width: 80%;
  margin: 0 auto;
}
.detail__ttl {
  letter-spacing: 0.18em;
  line-height: 1.9;
  font-weight: 400;
}
.detail__message {
  line-height: 2.3;
  letter-spacing: 0.18em;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
}
.detail__message span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#231815), to(#231815));
  background-image: -webkit-linear-gradient(top, #231815 0%, #231815 100%);
  background-image: -moz- oldlinear-gradient(top, #231815 0%, #231815 100%);
  background-image: linear-gradient(to bottom, #231815 0%, #231815 100%);
  background-position: 0px 100%;
  -moz-background-size: 0% 1px;
       background-size: 0% 1px;
  background-repeat: no-repeat;
  -webkit-transition: 1s 0.5s ease;
  -moz-transition: 1s 0.5s ease;
  transition: 1s 0.5s ease;
}
.detail__message.show span {
  -moz-background-size: 100% 1px;
       background-size: 100% 1px;
}
.detail__desc {
  line-height: 2.3;
  letter-spacing: 0.18em;
  font-family: "Cormorant Garamond", "Shippori Mincho", serif;
}
.detail__figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42.5%;
}
.detail__figureLine {
  display: inline-block;
  width: 6.5%;
  height: 1px;
  background-color: #231815;
}
.detail__figureItem {
  width: 29%;
  border: solid 1px #231815;
  text-align: center;
}
.detail__contact {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Cormorant Garamond";
  letter-spacing: 0.1em;
}
.detail__contact::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #231815;
}

.contact {
  width: 80%;
}

.contact__head {
  display: none;
}

.contact__inner {
  margin-right: auto;
}

.logo {
  margin-left: auto;
}
.logo img {
  width: 100%;
}

@media screen and (min-width: 1025px), print {
  .section-top {
    margin-top: 130px;
  }
  .section-top__content {
    max-width: 1200px;
  }
  .section-top__ttl {
    font-size: 2.7rem;
  }
  .section-top__desc {
    margin-top: 38px;
    font-size: 1.4rem;
  }
  .section-top__pic {
    margin-top: 100px;
    max-width: 1400px;
  }
  .section-top__picCap {
    margin-top: 15px;
    font-size: 1.8rem;
  }

  .detail {
    margin-top: 150px;
    margin-bottom: 100px;
    max-width: 1200px;
  }
  .detail__ttl {
    font-size: 2.1rem;
  }
  .detail__message {
    margin-top: 35px;
    font-size: 1.7rem;
  }
  .detail__message span {
    padding: 7px 0;
  }
  .detail__message.ma {
    margin-top: 60px;
  }
  .detail__desc {
    margin-top: 45px;
    font-size: 1.4rem;
  }
  .detail__figure {
    margin-top: 40px;
  }
  .detail__figureItem {
    padding: 5px 0;
    font-size: 1.35rem;
  }
  .detail__contact {
    margin-top: 70px;
    padding: 0 9px 3px;
    font-size: 2.1rem;
  }
  .detail__contact::after {
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -moz-transition: transform 0.5s ease, -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease, -moz-transform 0.5s ease;
  }
  .detail__contact:hover::after {
    -webkit-transform-origin: top right;
       -moz-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: scale(0, 0);
       -moz-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
            transform: scale(0, 0);
  }

  .contact {
    max-width: 1200px;
  }

  .logo {
    margin-right: 55px;
    margin-bottom: 25px;
    width: 105px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .section-top {
    margin-top: 110px;
  }
  .section-top__ttl {
    font-size: 2.5rem;
  }
  .section-top__desc {
    margin-top: 30px;
    font-size: 1.3rem;
  }
  .section-top__pic {
    margin-top: 70px;
  }
  .section-top__picCap {
    margin-top: 10px;
    font-size: 1.7rem;
  }

  .detail {
    margin-top: 120px;
    margin-bottom: 80px;
  }
  .detail__ttl {
    font-size: 2rem;
  }
  .detail__message {
    margin-top: 25px;
    font-size: 1.5rem;
  }
  .detail__message span {
    padding: 5px 0;
  }
  .detail__message.ma {
    margin-top: 55px;
  }
  .detail__desc {
    margin-top: 40px;
    font-size: 1.3rem;
  }
  .detail__figure {
    margin-top: 35px;
    width: 80%;
  }
  .detail__figureItem {
    padding: 5px 0;
    font-size: 1.3rem;
  }
  .detail__contact {
    margin-top: 56px;
    padding: 0 7px 3px;
    font-size: 2.1rem;
  }

  .contact {
    max-width: 1200px;
  }

  .logo {
    margin-top: 45px;
    margin-right: 45px;
    margin-bottom: 23px;
    width: 90px;
  }
}
@media screen and (max-width: 599px) {
  .section-top {
    margin-top: 80px;
  }
  .section-top__ttl {
    font-size: 2rem;
  }
  .section-top__desc {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 2.2;
  }
  .section-top__pic {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .section-top__picItem {
    width: 100%;
  }
  .section-top__picItem:nth-child(n+2) {
    margin-top: 35px;
  }
  .section-top__picCap {
    margin-top: 12px;
    font-size: 1.3rem;
  }

  .detail {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .detail__ttl {
    font-size: 1.7rem;
  }
  .detail__message {
    margin-top: 25px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 2.2;
  }
  .detail__message span {
    padding: 7px 0;
  }
  .detail__message.ma {
    margin-top: 42px;
  }
  .detail__desc {
    margin-top: 35px;
    font-size: 1.2rem;
    line-height: 2.2;
  }
  .detail__figure {
    width: 100%;
    margin-top: 35px;
  }
  .detail__figureItem {
    width: 31%;
    padding: 5px 2px;
    font-size: 1.2rem;
  }
  .detail__figureLine {
    width: 3.5%;
  }
  .detail__contact {
    margin-top: 55px;
    padding: 0 6px 2px;
    font-size: 1.8rem;
  }

  .logo {
    margin-top: 40px;
    margin-right: 30px;
    margin-bottom: 18px;
    width: 75px;
  }
}