.visualArea {
  position: relative;
  width: 100%;
}

.visual_imgArea {
  height: 300px;
}
@media print, screen and (min-width: 769px) {
  .visual_imgArea {
    min-height: 450px;
    height: 50vh;
  }
}
.visual_imgArea .visual_img_item01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.visual_imgArea .visual_img_item01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.visual_leadArea {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  place-items: center;
  gap: 1em;
}
@media print, screen and (min-width: 769px) {
  .visual_leadArea {
    min-height: 450px;
    height: 50vh;
  }
}
.visual_leadArea .visual_leadWrap {
  text-align: left;
  color: #fff;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  width: min(85%, 1400px);
}
@media print, screen and (min-width: 600px) {
  .visual_leadArea .visual_leadWrap {
    width: min(85%, 1400px);
  }
}
.visual_leadArea .visual_lead {
  margin-top: 0.15em;
  font-size: min(4vw, 1.5rem);
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0px 1px 6px rgba(0, 0, 0, 0.3), 0px 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0px 1px 6px rgba(0, 0, 0, 0.3), 0px 1px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0px 1px 6px rgba(0, 0, 0, 0.3), 0px 1px 4px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 600px) {
  .visual_leadArea .visual_lead {
    font-size: min(2.4vw, 2.8rem);
    letter-spacing: 0.03em;
    font-weight: 300;
  }
}
@media print, screen and (min-width: 769px) {
  .visual_leadArea .visual_lead {
    -moz-text-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0px 1px 6px rgba(0, 0, 0, 0.2);
  }
}

body.is-loaded .visual_lead > span:nth-child(1) {
  -webkit-animation: opacity 1.5s ease 1s;
  animation: opacity 1.5s ease 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
body.is-loaded .visual_lead > span:nth-child(2) {
  -webkit-animation: opacity 1.4s ease 1.2s;
  animation: opacity 1.4s ease 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
body.is-loaded .visual_lead > span:nth-child(3) {
  -webkit-animation: opacity 1.3s ease 1.4s;
  animation: opacity 1.3s ease 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.aboutSection {
  width: 100%;
  position: relative;
  padding-bottom: min(10vw, 7.5rem);
}
.aboutSection_header {
  position: relative;
  text-align: center;
  padding: 60px 0 40px;
}
@media print, screen and (min-width: 769px) {
  .aboutSection_header {
    padding: 80px 0 70px;
  }
}
.aboutSection_body {
  position: relative;
  padding: 0;
  width: min(90%, 1200px);
  margin: 0 auto;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 769px) {
  .aboutSection_body {
    font-size: 1.6rem;
  }
}
.aboutSection_txt01 {
  position: relative;
}
.aboutSection_txt01 p + p {
  margin-top: 1.5em;
}
.aboutSection_imgArea {
  margin: min(5vw, 5rem) auto 0;
  text-align: center;
  padding: min(5vw, 5rem);
  background: rgba(255, 255, 255, 0.9);
}
.aboutSection_imgArea img {
  width: 100%;
  max-width: 900px;
  height: auto;
}

.pickup {
  width: 100%;
  position: relative;
  padding: 0 0 50px;
}
@media print, screen and (min-width: 769px) {
  .pickup {
    padding: 0 0 100px;
  }
}
.pickup_header {
  position: relative;
  text-align: center;
  padding: 60px 0 40px;
}
@media print, screen and (min-width: 769px) {
  .pickup_header {
    padding: 100px 0 50px;
  }
}
.pickup_header-text01 {
  margin-top: 1.5em;
  font-size: 1.2rem;
  color: #666;
}
@media print, screen and (min-width: 769px) {
  .pickup_header-text01 {
    font-size: 1.4rem;
  }
}
.pickup_body {
  position: relative;
  padding: 0 5%;
  font-size: 1.6rem;
}