@charset "utf-8";

h1.ttl,
h2.heading .ja,
h3.heading,
.head-nav,
.date-place,
.snap-list,
.btn {
  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,
h3.heading .sub,
.snap-list {
  font-size: 18px;
}
#top h1.ttl,
.date-place,
h3.heading .main,
.artist-talk h3.heading .sub {
  font-size: 24px;
  letter-spacing: .1em;
}
h1.ttl {
  letter-spacing: .5em;
}
h2.heading .ja {
  font-size: 36px;
  letter-spacing: .25em;
}
.artist-talk h3.heading .main {
  font-size: 48px;
}
#top h1.ttl .main-ttl {
  font-size: 60px;
}
.txt {
  font-size: 16px;
  line-height: 2.25;
  margin: -10px 0;
  letter-spacing: .25em;
}
a h1.ttl {
  margin: 25px 71px 0 ;
  width: 100%;
}
a h1.ttl .sub-ttl {
  font-size: 12px;
}
a h1.ttl .main-ttl {
  padding-top: 12.5px;
  display: block;
  font-size: 24px;
}

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

/*---------- inner ----------*/
.inner {
  width: 1024px;
  margin: 0 auto;
}

/*---------- flex ----------*/
.flex-pc {
  display: flex;
  gap: 50px;
}


/*---------- header -----------*/
header .inner {
  padding-right: 25px;
}
.head-nav {
  width: 100%;
  height: 100px;
  justify-content: end;
  align-items: center;
}

/*--------- main ---------*/
main {
  justify-content: space-between;
  padding-bottom: 50px;
}
#top h1.ttl {
  display: block;
  writing-mode: vertical-rl;
  justify-content: center;
  padding-top: 100px;
  margin: 0 auto;
}
h1.ttl .main-ttl {
  display: block;
  padding-right: 25px;
}
.main-wrap {
  width: 75%;
}
.mv {
  position: relative;
  width: 100%;
  height: auto;
}
.main-wrap .mv .img-area {
  display: block;
  width: 96.46726331%;
}
.main-wrap .mv .img-area:nth-of-type(2) {
  float: right;
  padding-top: 25px;
}
.clearfix::after {
  content: "";
  clear: both;
}
.mv img {
  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: 175px;
  height: 175px;
  right: 50px;
  bottom: 50px;
}
.arw img{
  position: absolute;
  left: 87.5px;
  top: 62.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); }
}

/*---------- about ----------*/
.about {
  position: relative;
  padding-top: 100px;
}
.about .img-box {
  width: 512px;
}
.about .img-area-wrap img {
  width: 487px;
}
.img-box-cap {
  font-size: 14px;
  padding-top: 3.125px;
}
.about .img-area-wrap:nth-of-type(2) {
  float: right;
  width: 302px;
  padding-top: 25px;
}
.about .img-area-wrap:nth-of-type(2) img {
  width: 302px;
}
.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: 0;
  font-size: 200px;
  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 left top/cover content-box;
  content: "";
  width: 100vw;
  height: 100vh;
}


/*---------- profile ----------*/
.profile {
  padding-top: 100px;
}
.profile .img-box,
.profile .img-box img {
  width: 487px;
}
.profile .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 487px;
  padding-bottom: 0;
}
.profile h2.heading {
  writing-mode: vertical-rl;
}
.profile h2.heading .en {
  color: #005EAA;
}
.profile h2.heading .ja {
  padding-right: 18.75px;
  display: block;
  line-height: 1.5;
  margin: -10px 0;
}
.profile .txt-area {
  width: 362.5px;
}


/*---------- overview ----------*/
.overview {
  padding-top: 100px;
}
.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: 50px;
}
.overview-list {
  padding-top: 50px;
}
.overview-list dl {
  line-height: 2.5;
}
.overview-list dt {
  font-weight: 400;
  width: 150px;
}
.overview .img-box {
  position: absolute;
  right: -100px;
  width: 307px;
}
.overview .img-box img {
  width: 100%;
}
.overview .img-area-wrap:nth-of-type(2) {
  padding-top: 25px;
}


/*---------- artist-talk ----------*/
.artist-talk .inner {
  position: relative;
}
.artist-talk h2.heading {
  display: block;
  writing-mode: vertical-rl;
  margin: 0 auto;
  padding-top: 175px;
}
.artist-talk h2.heading .ja {
  display: block;
  padding-right: 12.5px;
}
.artist-talk .img-box {
  width: 100%;
}
.artist-talk .img-box img {
  width: 100%;
}
.artist-talk .img-area-wrap {
  position: absolute;
  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: 50px;
}
.artist-talk .date-place p:nth-of-type(2) {
  padding-top: 12.5px;
}
.artist-talk .txt-area {
  padding-top: 50px;
  text-align: center;
}


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



/*---------- snap ----------*/
.snap {
  padding-top: 75px;
}
.snap .inner {
  position: relative;
}
.snap h2.heading {
  text-align: center;
}
.snap h2.heading .en {
  z-index: -1;
  position: absolute;
  left: 0;
  top: -50px;
  opacity: .25;
  font-size: 192.5px;
  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 {
  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: 768px;
  margin: 0 auto;
}
.snap img {
  width: 100%;
}
.snap .flex-pc {
  flex-wrap: wrap;
  padding-top: 50px;
}
.snap-two-column li{
  width: 487px;
}
.snap-three-column li {
  width: 308px;
}
.btn {
  color: #005EAA;
  border-radius: 50vh;
  display: inline-block;
  margin: 50px auto 0;
  border: #005EAA 1.25px solid;
  padding: 1.5rem 7.5rem;
  text-align: center;
}
.snap-list {
  width: fit-content;
  margin: auto;
}
.snap-list li.now {
  position: relative;
}
.snap-list li.now::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12.5px;
  background: #005EAA;
  width: 37.5px;
  height: 2.5px;
}
.movie-ttl {
  font-size: 21px;
  color: #005EAA;
  text-align: center;
  padding-top: 12.5px;
}