@charset "UTF-8";
/* ローカルの秀英明朝があればそれを使い、無ければ Shippori Mincho */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap");
.mincho-txt {
  font-family: "A-OTF 秀英明朝 Pro", "A-OTF 秀英明朝 Pr6N", "A-OTF 秀英明朝 Pr6", "A-OTF Shuei Mincho Pro", "A-OTF ShueiMincho Pro", "Shuei Mincho Pro", "ShueiMinchoPro", "Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS PMincho", "MS Mincho", serif;
}

/* Google FontsをCSSから直接インポート */
/* ローカルにあるFutura系フォントを優先的に探す */
.futura {
  font-family: "Futura", "Futura PT", "Futura Std", "Futura BT", "Futura-Medium", "Futura-Book", "Fira Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

section.artist--cont-wrap {
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  section.artist--cont-wrap {
    padding: 140px 0 0 0;
  }
}
section.artist--cont-wrap h2 {
  text-align: center;
  margin-bottom: 5%;
}
section.artist--cont-wrap h2 span.en-txt {
  display: block;
  font-size: 1.6em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.artist--cont-wrap h2 span.en-txt {
    font-size: 58px;
  }
}
section.artist--cont-wrap h2 span.ja-txt {
  font-size: clamp(3vw, 3vw, 11px);
  display: block;
  font-weight: 100;
  letter-spacing: 0.4em;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px) {
  section.artist--cont-wrap h2 span.ja-txt {
    font-size: 18px;
    margin-top: 25px;
    letter-spacing: 0.4em;
  }
}

/**/
@media screen and (min-width: 768px) {
  section.artist--cont-wrap02 {
    padding: 140px 0 0 0;
  }
}

figure.artist--cont--image01 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  figure.artist--cont--image01 {
    width: 90%;
    max-width: 1085px;
    margin: 0 auto;
    margin-top: 45px;
  }
}

figure.artist--cont--image02 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  figure.artist--cont--image02 {
    width: 55%;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 45px;
  }
}

div.artist--cont--prof {
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  div.artist--cont--prof {
    margin-top: 40px;
  }
}
div.artist--cont--prof p.artist--cont--name {
  text-align: center;
}
div.artist--cont--prof p.artist--cont--name span.ja-txt {
  font-size: clamp(5vw, 6vw, 24px);
  letter-spacing: 0.4em;
}
@media screen and (min-width: 768px) {
  div.artist--cont--prof p.artist--cont--name span.ja-txt {
    font-size: 34px;
  }
}
div.artist--cont--prof p.artist--cont--name span.en-txt {
  display: block;
  font-size: clamp(4vw, 4vw, 13px);
}
@media screen and (min-width: 768px) {
  div.artist--cont--prof p.artist--cont--name span.en-txt {
    font-size: 24px;
    margin-top: 10px;
  }
}
div.artist--cont--prof p.artist--cont--prof--txt {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  font-size: clamp(3vw, 3vw, 12px);
  text-align: justify;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  div.artist--cont--prof p.artist--cont--prof--txt {
    font-size: clamp(0.8vw, 1.6vw, 18px);
    font-weight: 200;
    line-height: 2em;
    text-align: center;
    margin-top: 20px;
  }
}

/*div.artist--cont--prof*/
/*開催期間*/
div.artist--cont--period {
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  div.artist--cont--period {
    margin-top: 40px;
  }
}
div.artist--cont--period p.date {
  font-size: 1.6em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.artist--cont--period p.date {
    font-size: 48px;
  }
}
div.artist--cont--period p.date02 {
  font-size: 1.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.artist--cont--period p.date02 {
    font-size: 30px;
    line-height: 1.6em;
    margin-top: 20px;
  }
}
div.artist--cont--period p.date03 {
  text-align: center;
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  div.artist--cont--period p.date03 {
    font-size: 13px;
    line-height: 1em;
  }
}

div.artist--cont--prof-inner { /*アーティストのプロフィール部分*/
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  padding: 5%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  /*dl*/
}
div.artist--cont--prof-inner::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translate(0, 0);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  div.artist--cont--prof-inner {
    max-width: 940px;
    padding: 0;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  div.artist--cont--prof-inner dl {
    display: flex;
    align-items: center;
  }
}
div.artist--cont--prof-inner dl dt {
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  div.artist--cont--prof-inner dl dt {
    width: 25%;
    font-size: 18px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
div.artist--cont--prof-inner dl dt span span {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  div.artist--cont--prof-inner dl dt span span {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}
div.artist--cont--prof-inner dl dd {
  font-size: clamp(3vw, 3vw, 12px);
  text-align: justify;
  line-height: 1.8em;
  font-size: #666;
}
@media screen and (min-width: 768px) {
  div.artist--cont--prof-inner dl dd {
    width: 75%;
    font-size: 13px;
    box-sizing: border-box;
    padding: 50px;
  }
}

section.who--we--are {
  margin-top: 15%;
  /*div.who-content{*/
}
section.who--we--are h2 {
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.who--we--are h2 {
    font-size: 58px;
  }
}
section.who--we--are div.who-content {
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
  position: relative;
  /*div.who-cont-txt{*/
}
@media screen and (min-width: 768px) {
  section.who--we--are div.who-content {
    display: flex;
    max-width: 1080px;
    margin-top: 80px;
  }
}
section.who--we--are div.who-content div.logo-image {
  width: 25%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.who--we--are div.who-content div.logo-image {
    width: 44%;
    margin: 0;
  }
  section.who--we--are div.who-content div.logo-image span {
    display: block;
    width: 52%;
    margin-left: 30%;
  }
}
section.who--we--are div.who-content div.who-cont-txt {
  width: 100%;
  margin: 0 auto;
  margin-top: 10%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.who--we--are div.who-content div.who-cont-txt {
    width: 56%;
    margin: 0;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  section.who--we--are div.who-content div.who-cont-txt h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
section.who--we--are div.who-content div.who-cont-txt p {
  font-size: clamp(3vw, 3vw, 12px);
  text-align: justify;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  section.who--we--are div.who-content div.who-cont-txt p {
    font-size: 16px;
  }
}
section.who--we--are div.who-content div.who-cont-txt dl {
  margin-top: 1em;
  font-size: clamp(3vw, 3vw, 12px);
}
@media screen and (min-width: 768px) {
  section.who--we--are div.who-content div.who-cont-txt dl {
    margin-top: 10px;
  }
}
section.who--we--are div.who-content div.who-cont-txt dl dt {
  font-size: 1.2em;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  section.who--we--are div.who-content div.who-cont-txt dl dt {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
section.who--we--are div.who-content div.who-cont-txt dl dd {
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.who--we--are div.who-content div.who-cont-txt dl dd {
    font-size: 16px;
  }
}
section.who--we--are div.who-content div.who-cont-txt dl dd span {
  display: block;
  margin-top: 1em;
}

div.gmap-wrap {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  div.gmap-wrap {
    max-width: 1080px;
  }
}
div.gmap-wrap div.gmap-box {
  width: min(100%, 1200px);
  aspect-ratio: 4/3;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  div.gmap-wrap div.gmap-box {
    aspect-ratio: 16/9;
  }
}
div.gmap-wrap div.gmap-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(100%);
}

/*gmap-wrap*//*# sourceMappingURL=content.css.map */