/* ------------------------------------------------------------------------- */
/* reset */

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

/* ------------------------------------------------------------------------- */
/* utility */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------------------------------------------------------- */
/* base */

html {
  font-size: 13px;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  position: relative;
}
.en {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-style: normal;
}

img {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:active {
  color: #000;
  text-decoration: underline;
}

/* ------------------------------------------------------------------------- */
h1 {
  position: absolute;
  left: 50px;
  top: 40px;
}
h1 img {
  width: 180px;
  height: auto;
}
.main-contents {
  position: relative;
  padding: 0 80px;
}
.main-contents::after {
  background-image: url(/img/mv.jpg);
  width: 80vw;
  height: 60vw;
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 50px;
  right: -50px;
  z-index: -1;
  /* max-height: 90vh; */
}
.mv {
  height: auto;
  width: 100%;
  padding: 36vw 0 0px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  flex-direction: column;
}
.mv h2 {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100px;
  line-height: 1em;
  margin-bottom: 20px;
}
.mv p {
  font-size: 30px;
}

.contents {
  margin-bottom: 300px;
}
.contents > h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 80px;
}
.contents > h3::after {
  width: 60px;
  height: 2px;
  background-color: #00b8ee;
  content: "";
  display: block;
  margin-top: 30px;
}
.contents > h3 span {
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 10px;
}
.contents.message p,
.contents dl dt,
.contents dl dd {
  font-size: 18px;
  line-height: 3em;
  margin-bottom: 1em;
}
.contents.message p br.smt {
  display: none;
}
.contents.message p br.pc {
    display: block;
  }
.contents.news p {
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 1em;
}
.contents.news p span {
  color: #888;
  font-size: 0.8em;
  display: block;
  margin-bottom: 1.2em;
  line-height: 1em;
}
.exhibition > div {
  margin-bottom: 80px;
}

.exhibition > div p {
  font-size: 20px;
  line-height: 2em;
}
.exhibition > div p a {
color: #fff;
  font-size: 0.9em;
  padding: 0.5em 1.4em;
  background-color: #00b8ee;
  border-radius: 1.4em;
  margin-top: 2em;
  display: inline-block;
  line-height: 1em;
}

.exhibition dl {
  margin-top: 5em;
}
.exhibition > div p.event-img {
  margin-top: 2em;
  width: 500px;
}
.exhibition > div p.event-img img {
  width: 100%;
  height: auto;
}
.exhibition > div p b {
  color: #00b8ee;
  margin-right: 10px;
}
.exhibition > div h4 {
  font-size: 45px;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0.5em 0;
}
  .exhibition > div h4 br.smt {
    display: none;
  }
.exhibition > div h4 small {
  font-size: 0.7em;
  display: block;
  line-height: 1.3em;
}
.exhibition > p {
  font-size: 18px;
}

.exhibition > p strong {
  font-weight: normal;
  display: block;
  margin-top: 15px;
  font-size: 30px;
  letter-spacing: 0.05em;
}
.exhibition > p strong small {
  font-size: 16px;
}

.access .map {
  margin-bottom: 60px;
}
.access .map iframe,
.access .map img {
  width: 550px;
  height: auto;
}
.access p {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 1.5em;
}

footer {
  padding: 0 60px 60px;
  display: flex;
  align-items: center;
}
footer h3 {
  font-size: 22px;
  line-height: 1em;
  /* margin-bottom: 20px; */
  font-weight: normal;
  margin-right: 30px;
}
footer p {
  font-size: 16px;
}

  .news-img {
    width: 300px;
    margin: 2em 0 0;
  }
  .news-img img {
    width: 100%;
    height: auto;
  }

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  h1 img {
    width: 140px;
    height: auto;
  }
  .main-contents {
    position: relative;
    padding: 0 58px;
  }
  .main-contents::after {
    background-image: url(/img/mv.jpg);
    width: 82vw;
    height: 58vw;
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
  }
  .mv h2 {
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    line-height: 1em;
    margin-bottom: 20px;
  }
}

.exhibition-inner {
  border-top: 1px solid #000;
  margin-top: 2em;
  padding-top: 2em;
  width: 500px;
}
.exhibition > div .exhibition-inner h4 {
  font-size: 36px;
}
.exhibition > div .exhibition-inner p {
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  h1 {
    position: absolute;
    left: auto;
    top: 5vw;
    right: 5vw;
  }
  h1 img {
    width: 25vw;
    height: auto;
  }
  .main-contents {
    position: relative;
    padding: 0 6vw;
  }
  .main-contents::after {
    background-image: url(/img/mv.jpg);
    width: 144vw;
    height: 100vw;
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: fixed;
    top: 6vw;
    right: -20vw;
    z-index: -1;
  }
  .contents {
    margin-bottom: 40vw;
  }
  .mv {
    height: auto;
    width: 100%;
    padding: 115vw 0 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
    flex-direction: column;
  }
  .mv h2 {
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14vw;
    line-height: 1em;
    margin-bottom: 2vw;
  }
  .mv p {
    font-size: 5vw;
  }
  .contents > h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 4vw;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 8vw;
  }
  .contents > h3::after {
    width: 14vw;
    height: 2px;
    background-color: #00b8ee;
    content: "";
    display: block;
    margin-top: 6vw;
  }
  .contents > h3 span {
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 8vw;
    line-height: 1em;
    margin-bottom: 2vw;
  }
  .contents.message p {
    font-size: 4vw;
    line-height: 2.5em;
    margin-bottom: 1em;
  }
  .contents.message p br.smt {
    display: block;
  }
  .contents.message p br.pc {
    display: none;
  }
  .contents.news p {
    font-size: 4vw;
    line-height: 2.2em;
    margin-bottom: 1em;
  }
  .exhibition > div p {
    font-size: 4.2vw;
    line-height: 2em;
  }
  .contents dl dt,
  .contents dl dd {
    font-size: 3.8vw;
    line-height: 2em;
  }
  .contents dl dd br {
    display: none;
  }
  .exhibition > div p.event-img {
    margin-top: 2em;
    width: 100%;
  }
  .exhibition > div p.event-img img {
    width: 100%;
    height: auto;
  }

  .exhibition > div h4 {
    font-size: 8vw;
    font-weight: normal;
    line-height: 1.4em;
    /* margin-left: -0.5em; */
  }
  .exhibition > div h4 br.smt {
    display: block;
  }
  .exhibition > div {
    margin-bottom: 18vw;
  }
  .exhibition > p {
    font-size: 4vw;
  }

  .exhibition > p strong {
    font-weight: normal;
    display: block;
    margin-top: 3vw;
    font-size: 6vw;
    letter-spacing: 0.05em;
  }
  .exhibition > p strong small {
    font-size: 0vw;
  }

  .access .map iframe {
    width: 100%;
    height: 100vw;
  }
  .access .map img {
    width: 100%;
    height: auto;
  }
  .access p {
    font-size: 3.8vw;
    line-height: 2em;
  }

  footer {
    padding: 0 6vw 10vw;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  footer h3 {
    font-size: 6vw;
    line-height: 1em;
    font-weight: normal;
    margin-right: 0;
    margin-bottom: 4vw;
  }
  footer p {
    font-size: 3.4vw;
  }

  .exhibition-inner {
    border-top: 1px solid #000;
    margin-top: 2em;
    padding-top: 2em;
    width: 100%;
  }
  .exhibition > div .exhibition-inner h4 {
    font-size: 6.5vw;
  }
  .exhibition > div .exhibition-inner p {
    font-size: 3.8vw;
  }

  .news-img {
    width: 70%;
    margin: 2em 0 0;
  }
  .news-img img {
    width: 100%;
    height: auto;
  }
}


/* #myVideo {
margin-top: 2em;
  max-width: 500px;
  height: 899px;
} */

.movie-thumb {
  width: 300px;
  margin-top: 3em;
}
.movie-thumb img {
  width: 100%;
  height: auto;
}
.movie-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  position: relative;
  max-width: 90%;
  /* width: 500px; */
}

.movie-modal video {
width: 100%;
  max-height: 800px;
  display: block;
  border-radius: 0;
  height: 80vh;
}

.close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  line-height: 1em;
}


@media only screen and (max-width: 768px) {
  .movie-thumb {
  width: 50vw;
  margin: 3em auto 0;
  }
  .modal-content {
    position: relative;
    max-width: 90vw;
  }
  .movie-modal video {
    width: 100%;
    max-height: 80vh;
    display: block;
    border-radius: 0;
    height: 70vh;
  }
  .close {
    position: absolute;
    top: -10vw;
    right: 0;
    font-size: 9vw;
    color: #fff;
    cursor: pointer;
    line-height: 1em;
  }

}
