/*
Theme Name: IACUCCI 2026
Theme URL: https://iacucci.com/ja-jp/
Author: XBRAIN
Version: 1.0
*/

.contactpagecont .headslide {
  margin: 0 0 56px;
}
.contactpagecont .headslide img {
  width: 100%;
  height: auto;
  display: block;
}
.contactpagecont .contact-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 1303px;
  max-width: 96%;
  margin: 0 auto 40px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.8;
}
.contactpagecont .contact-block h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.contactpagecont .contact-block p {
  margin: 0 0 8px;
  font-size: 2.2rem;
}
.contactpagecont .contact-block p:last-child {
  margin-bottom: 0;
}
.contactpagecont .contact-block .contact-note {
  margin-top: 22px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.contactpagecont .contact-block a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .contactpagecont .contact-grid {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 72px;
  }
  .contactpagecont .contact-block {
    width: 49.26%;
  }
  .contactpagecont .contact-block h3 {
    font-size: 1.8rem;
  }
  .contactpagecont .contact-block p {
    font-size: 1.6rem;
  }
}

body #wrapper #contents.aboutpagecont .headslide {
  margin: 0 0 48px;
}
body #wrapper #contents.aboutpagecont .headslide img {
  width: 100%;
  height: auto;
  display: block;
}
body #wrapper #contents.aboutpagecont .about-wrap {
  width: 1303px;
  max-width: 96%;
  margin: 0 auto 72px;
  box-sizing: border-box;
}
body #wrapper #contents.aboutpagecont .about-intro {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}
body #wrapper #contents.aboutpagecont .about-intro h2 {
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: .12em;
  margin: 0 0 24px;
  font-weight: 400;
}
body #wrapper #contents.aboutpagecont .about-intro p {
  width: auto;
  margin: 0 0 1em;
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: .08em;
  text-align: center;
}
body #wrapper #contents.aboutpagecont .about-intro p:last-child {
  margin-bottom: 0;
}
body #wrapper #contents.aboutpagecont .about-row {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 0 0 56px;
  align-items: stretch;
}
body #wrapper #contents.aboutpagecont .about-row--reverse {
  flex-direction: column;
}
body #wrapper #contents.aboutpagecont .about-media,
body #wrapper #contents.aboutpagecont .about-copy {
  width: 100%;
}
body #wrapper #contents.aboutpagecont .about-media {
  order: -1;
}
body #wrapper #contents.aboutpagecont .about-media img,
body #wrapper #contents.aboutpagecont .about-wide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
body #wrapper #contents.aboutpagecont .about-media img {
  aspect-ratio: 4 / 5;
}
body #wrapper #contents.aboutpagecont .about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
body #wrapper #contents.aboutpagecont .about-copy h3 {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: .14em;
  font-weight: 700;
  margin: 0 0 16px;
  text-transform: uppercase;
}
body #wrapper #contents.aboutpagecont .about-copy p {
  font-size: 2.4rem;
  line-height: 1.7;
  letter-spacing: .06em;
  margin: 0 0 0.9em;
}
body #wrapper #contents.aboutpagecont .about-copy p:last-child {
  margin-bottom: 0;
}
body #wrapper #contents.aboutpagecont .about-wide {
  margin: 0 0 56px;
}
@media screen and (min-width: 768px) {
  body #wrapper #contents.aboutpagecont .headslide {
    margin: 0 0 64px;
  }
  body #wrapper #contents.aboutpagecont .about-intro {
    margin-bottom: 72px;
  }
  body #wrapper #contents.aboutpagecont .about-intro h2 {
    font-size: 2.2rem;
  }
  body #wrapper #contents.aboutpagecont .about-intro p {
    font-size: 1.3rem;
  }
  body #wrapper #contents.aboutpagecont .about-row {
    flex-direction: row;
    align-items: center;
    gap: 5%;
    margin: 0 0 72px;
  }
  body #wrapper #contents.aboutpagecont .about-row--reverse {
    flex-direction: row-reverse;
  }
  body #wrapper #contents.aboutpagecont .about-media,
  body #wrapper #contents.aboutpagecont .about-copy {
    width: 47.5%;
    order: 0;
  }
  body #wrapper #contents.aboutpagecont .about-copy h3 {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
  body #wrapper #contents.aboutpagecont .about-copy p {
    font-size: 1.3rem;
  }
  body #wrapper #contents.aboutpagecont .about-wide {
    margin: 0 0 72px;
  }
}

body #wrapper.header-show header,
body #wrapper.header-sticky header {
  background-color: #fff;
}
