@charset "utf-8";

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");

/* covid-19 */
.covid-19-notice {
  border: 2px solid #a50000;
  max-width: 800px;
  margin: 0 auto 6rem;
  border-radius: 0.4rem;
}
.covid-19-notice h2 {
  background: #a50000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.covid-19-notice-body {
  padding: 1.2rem 2rem 0;
}
.covid-19-notice-body P {
  font-size: 1.6rem;
  line-height: 1.2;
  text-indent: -1.6rem;
  margin-left: 1.6rem;
  margin-bottom: 1.4rem;
}
a.visitorcard-dl {
  background: #0992c9;
  color: #fff;
  text-decoration: none;
  padding: 0.1rem 1rem 0.1rem 4rem;
  margin: 0.4rem 0;
  border-radius: 4rem;
  display: inline-block;
}
a.visitorcard-dl:hover {
  opacity: 0.7;
}
.contents-inner {
  width: 962px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.txt-min {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN",
    HGS明朝E, メイリオ, Meiryo, serif;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.main-image-area {
  display: flex;
  position: relative;
}
/* main visual */
.main-art .contents-inner {
  padding: 0;
}
.title-bloc {
  position: relative;
  height: 900px;
}
.main-art {
  height: 500px;
  background: url(../images/main_art-min.jpg);
  background-size: cover;
  background-position-x: calc(-50vw + 260px);
  background-position-y: center;
  background-repeat: no-repeat;
  position: relative;
}
.main-info-area {
  width: calc(100% - 230px);
  position: relative;
}
.main-copy-area {
  position: absolute;
  right: 0;
  top: 150px;
}
.main-title-area {
  width: 230px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
/* exhibition information */
.main-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 516px;
  margin-bottom: 5rem;
}
.title-bloc .main-title {
  display: flex;
  align-items: flex-start;
}
/* workshop streaming info */
.workshop-streaming-info {
  width: 496px;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 1rem;
}
.workshop-streaming-info .sns-icons {
  display: flex;
  justify-content: flex-end;
  padding: 0.4rem;
  border-top: 1px solid #000;
}
.workshop-streaming-info .sns-icons img {
  margin-left: 0.6rem;
}

/* Introduction */
.introduction {
  background: url(../images/bg_pic_01.png) right center no-repeat, #f1f1f1;
  padding: 7rem 0;
}
.introduction .introduction-ja {
  padding-bottom: 3rem;
  border-bottom: 2px solid #000;
}
.introduction p {
  margin-bottom: 2rem;
}
.introduction .introduction-ja p span {
  font-size: 2.8rem;
}
.introduction-en {
  font-size: 1.3rem;
  font-weight: 100;
  padding-left: 128px;
  padding-top: 3rem;
  background: url(../images/bg_pic_02.png) left center no-repeat;
}

/* access */
.access-area {
  padding: 6rem 0;
}
.gallery-info {
  display: flex;
  justify-content: space-between;
}
.gallery {
  display: flex;
  align-items: center;
}
.gallery p {
  line-height: 1.2;
  margin-left: 2rem;
}
.gallery-access p {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.gallery-access p:first-child {
  margin-top: 2rem;
}
.gallery-access p span.gallery-name {
  font-weight: bold;
  font-size: 1.6rem;
}
.open-time {
  font-size: 3rem;
}
.corona-attention {
  background: #000;
  padding: 1rem;
  font-size: 1.2rem;
  width: 800px;
  margin: 2rem auto;
  color: #fff;
}

/* artist-info */
.artist-info-area {
  background: #f1f1f1;
  padding: 3rem 0;
}
.artist-info-area .contents-inner {
  display: flex;
  align-items: center;
}
.artist-photo {
  padding-right: 2rem;
  width: 172px;
}
.artist-info {
  width: calc(100% - 200px);
  padding-left: 2rem;
  border-left: 2px solid #000;
}
.artist-info p:first-child {
  line-height: 1.2;
  margin-bottom: 2rem;
}
.artist-name {
  font-size: 2.8rem;
  font-weight: bold;
}
/* sponsored */
.sponsored .contents-inner {
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  padding: 1rem 0 3rem;
}
.btn-go-movie {
  background: #cb4637;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  text-decoration: none;
  padding: 0.6rem 0;
  margin: 1rem 0;
  letter-spacing: -0.1rem;
}
.btn-go-movie:hover{
    opacity: 0.8;
}
/* 動画埋め込み用 */
.movie-content {
  max-width: 960px;
  margin: 0 auto;
}
.movie-contents {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 6rem;
}
.movie-contents iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
