@charset "utf-8";

h1.ttl,
h2.heading .ja,
h3.heading,
.head-nav,
.date-place {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  color: #005EAA;
}
.en,
footer {
  color: #005EAA;
  font-family: "din-condensed", sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: .25em;
}

/*---------- fonts ----------*/
.date-place .sub,
.head-nav li a {
  font-size: 14px;
}
.date-place {
  font-size: 16px;
  letter-spacing: .1em;
}
#top h1.ttl,
.artist-talk-detail h3.heading .sub {
  font-size: 21px;
  letter-spacing: .25em;
}
#top h1.ttl {
  letter-spacing: .5em;
}
.overview-list-wrap h3.heading .main {
  font-size: 24px;
  letter-spacing: .25em;
  padding-top: 12.5px;
}
h2.heading .ja,
.artist-talk-detail h3.heading .main {
  font-size: 28px;
  letter-spacing: .25em;
}
#top h1.ttl .main-ttl {
  font-size: 48px;
}
.txt {
  font-size: 14px;
  line-height: 2;
  margin: -7px 0;
  letter-spacing: .25em;
}

/*---------- pc-only ----------*/
.pc-only {
  display: none;
}

/*---------- inner ----------*/
.inner {
  width: calc(100% - 50px);
  margin: 0 auto;
}

/*---------- flex ----------*/
.flex-sp {
  display: flex;
}


/*---------- header -----------*/
header {
  text-align: right;
  padding-top: 50px;
  padding-left: 25px;
}
.head-nav li {
  margin-top: 12.5px;
}
.head-nav li:first-of-type {
  margin-top: 0;
}

/*--------- main ---------*/
#top main {
  height: calc(100vh - 50px);
  position: relative;
  justify-content: space-between;
  padding-bottom: 50px;
}
#top h1.ttl {
  display: block;
  writing-mode: vertical-rl;
  justify-content: center;
}
h1.ttl .main-ttl {
  display: block;
  padding-right: 6.25px;
}
.main-wrap {
  width: calc(100% - 100px);
  right: 0;
  top: 0;
}
.mv {
  position: relative;
  width: auto;
  margin-top: 25px;
}
.main-wrap .mv .img-area {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: calc(100% - 25px);
  height: 125px;
}
.main-wrap .mv .img-area img {
  height: 100%;
}
.main-wrap .mv .img-area:nth-of-type(2) {
  float: right;
  margin-top: 25px;
}
.clearfix::after {
  content: "";
  clear: both;
}
.mv .img-area {
  width: 100%;
}
.main-wrap .date-place {
  float: left;
  display: block;
  padding-top: 25px;
}
.main-wrap .date-place p {
  padding-top: 12.5px;
}
.scroll {
  position: absolute;
  width: 125px;
  height: 125px;
  right: 50px;
  bottom: 50px;
}
.arw img{
  position: absolute;
  left: 62.5px;
  top: 37.5px;
  width: 10.23px;
  height: 50px;
}
#box1{
  display:inline-block;
  width:100%;
  height:100%;
  background:url(../img/scroll.png) no-repeat border-box left top/cover content-box;;
  animation:8s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
a h1.ttl {
  margin: 12.5px 25px 0 ;
  width: 100%;
}
a h1.ttl .sub-ttl {
  font-size: 12px;
}
a h1.ttl .main-ttl {
  padding-top: 6.25px;
  display: block;
  font-size: 18px;
}


/*---------- about ----------*/
.about {
  position: relative;
}
.about .inner {
  flex-direction: column-reverse;
}
.about .img-box {
  width: 100%;
  margin-top: 25px;
}
.about .img-area-wrap img {
  width: 100%;
}
.img-box-cap {
  font-size: 14px;
  padding-top: 3.125px;
}
.about .img-area-wrap:nth-of-type(2) {
  width: 62.01166181%;
  margin: 18.75px auto 0;
}
.about h2.heading .en {
  color: #fff;
  -webkit-text-stroke-width: 1.25px;
  -webkit-text-stroke-color: rgba(0, 94, 170, .25);
  z-index: -1;
  position: absolute;
  left: 0;
  top: -87.5px;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
}
.about .txt-area {
  padding-top: 12.5px;
}
.about .txt {
  padding-top: 25px;
}


/*---------- intervel ----------*/
.intervel {
  background: url(../img/intervel.png) no-repeat border-box center top/cover content-box;
  content: "";
  width: 100%;
  height: 300px;
}


/*---------- profile ----------*/
.profile {
  padding-top: 50px;
}
.profile .img-box {
  width: 50%;
  margin: 0 auto;
}
.profile .img-box img {
  width: 100%;
}
.profile .txt-box {
  padding-bottom: 0;
}
.profile h2.heading {
  padding-top: 25px;
}
.profile h2.heading .en {
  color: #005EAA;
}
.profile h2.heading .ja {
  padding-top: 1.5px;
  display: block;
  line-height: 1.5;
  margin: -10px 0;
  padding-top: 12.5px;
}
.profile .txt-area {
  width:100%;
  padding-top: 25px;
}


/*---------- overview ----------*/
.overview {
  padding-top: 50px;
}
.overview h2.heading {
  display: block;
  writing-mode: vertical-rl;
}
.overview h2.heading .ja {
  display: block;
  padding-right: 12.5px;
}
.overview .inner {
  position: relative;
}
.overview-list-wrap {
  padding-top: 75%;
}
.overview-list-wrap h3.heading .main {
  display: block;
}
.overview-list-wrap h3.heading::after {
  content: "";
  background: #005EAA;
  display: block;
  width: 100%;
  height: 1.25px;
  margin-top: 18.75px;
}
.overview-list {
  padding-top: 25px;
}
.overview-list dl {
  display: flex;
  padding-top: 12.5px;
  line-height: 2;
  margin: -7px 0;
}
.overview-list dl:first-of-type {
  padding-top: 0;
}
.overview-list dl:last-of-type {
  display: block;
}
.overview-list dt {
  font-weight: 400;
}
.overview-list dd {
  padding-left: 12.5px;
}
.overview-list dl:last-of-type dd {
  padding-left: 0;
}
.overview .img-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 67.20116618%;
}
.overview .img-box img {
  width: 100%;
}
.overview .img-area-wrap:nth-of-type(2) {
  padding-top: 12.5px;
}


/*---------- artist-talk ----------*/
.artist-talk .inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.artist-talk h2.heading {
  display: block;
  writing-mode: vertical-rl;
  margin: 0 auto;
  padding-top: 50px;
}
.artist-talk h2.heading .ja {
  display: block;
  padding-right: 12.5px;
}
.artist-talk .img-box {
  width: 100%;
  order: 3;
  display: flex;
  gap: 12.5px;
  padding-top: 25px;
}
.artist-talk .img-box img {
  width: 100%;
}
.artist-talk .img-area-wrap {
  width: 307px;
}
.artist-talk .img-area-wrap:first-of-type {
  left: -100px;
}
.artist-talk .img-area-wrap:nth-of-type(2) {
  top: 217.75px;
  right: -100px;
}
.artist-talk h3.heading {
  text-align: center;
  padding-top: 50px;
}
.artist-talk h3.heading .main {
  display: block;
  padding-top: 25px;
}
.artist-talk .date-place {
  text-align: center;
  padding-top: 25px;
}
.artist-talk .date-place p:nth-of-type(2) {
  padding-top: 12.5px;
}
.artist-talk .txt-area {
  padding-top: 37.5px;
  text-align: center;
}


/*----------- footer ----------*/
footer {
  text-align: center;
  margin-top: 100px;
  padding-top: 18.75px;
  padding-bottom: 18.75px;
  background: #005EAA;
}
footer small {
  color: #fff;
}


/*---------- snap ----------*/
.snap {
  padding-top: 37.5px;
}
.snap .inner {
  position: relative;
}
.snap h2.heading {
  text-align: center;
}
.snap h2.heading .en {
  z-index: -1;
  text-align: left;
  position: absolute;
  left: 0;
  top: -50px;
  opacity: .25;
  font-size: 72px;
  letter-spacing: 0;
  color: #fff;
  -webkit-text-stroke-width: 1.25px;
  -webkit-text-stroke-color: #005EAA;
}
.gallery-img-wrap .txt-area {
  padding-top: 12.5px;
}
.gallery-img-wrap .txt-area .txt {
  font-size: 12px;
  line-height: 1.5;
  margin: -4px 0;
}
.snap li {
  display: block;
}
.snap .snap-one-column {
  display: block;
  padding-top: 50px;
  margin: 0 auto;
}
.snap .snap-one-column li {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.snap img {
  width: 100%;
}
.snap .flex-pc {
  flex-wrap: wrap;
  padding-top: 12.5px;
}
.snap-two-column,
.snap-three-column {
  gap: 12.5px;
  row-gap: 25px;
}
.snap-two-column li{
  width: calc(50% - 6.25px);
}
.snap-three-column li {
  width: calc(32% - 6.25px);
}
.btn {
  color: #005EAA;
  border-radius: 50vh;
  display: inline-block;
  margin: 25px auto 50px;
  border: #005EAA 1.25px solid;
  padding: 1rem 5rem;
  text-align: center;
}
.snap-list {
  width: fit-content;
}
.snap-list li {
  margin-top: 18.75px;
}
.snap-list li.now {
  position: relative;
}
.snap-list li.now::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6.25px;
  background: #005EAA;
  width: 37.5px;
  height: 2.5px;
}
.movie-ttl {
  font-size: 16px;
  color: #005EAA;
  text-align: center;
  padding-top: 12.5px;
}