@charset "utf-8";

/* CSS Document */

/***********
mainVisual
************/

/*
container
*/

.mainVisual-block {
}
.mainVisual-lead {
  line-height: 1.8;
  padding-bottom: 1em;
  font-family: var(--font-family-gothic-en);
  font-weight: 400;
  font-size: clamp(1.6rem,1.5vw, 2.2rem);
  max-width: 16em;
  letter-spacing: 0.05em;
}

@media screen and (max-width:834px) {

  .mainVisual-lead {
    max-width: 500px;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: clamp(1.2rem,4.4vw, 2rem);
  }
}

/***********
homeNews
************/

.homeNews-heading-title {
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.homeNews-heading-link {
  white-space: nowrap;
}

/***********
homeAbout
************/

.homeAbout-img figcaption {
  font-size: 0.7rem;
}

@media screen and (max-width:640px) {

  .homeAbout-img figcaption {
    font-size: 0.6rem;
  }

}


/***********
xxxxx
************/
