@charset "UTF-8";

#page_mainvisual .cap{left: auto; right: 0;}


/* gallery_content
============================ */
.fullMovie {
  background: linear-gradient(90deg, rgba(0, 38, 98, 1) 0%, rgba(0, 31, 91, 1) 45.9%, rgba(0, 14, 70, 1) 100%);
  color: #fff;
  margin-top: 90px;
  padding-block: 50px 90px;
}
.fullMovie > .inner {
  max-width: 860px;
}
.fullMovie__title {
  font-family: "EB Garamond", serif;
  font-size: 35px;
  letter-spacing: 0.1em;
  text-align: center;
}
.fullMovie figure {
  margin-top: 30px;
}

@media screen and (max-width: 767px){
  .fullMovie {
    margin-top: 40px;
    padding-block: 30px 40px;
  }
  .fullMovie__title {
    font-size: 20px;
  }
}

/* photoGallery */
.photoGallery {
  padding-top: 180px;
}
.photoGallery > .inner {
  max-width: 860px;
}

.photoGallery__title {
  font-family: "EB Garamond", serif;
  font-size: 35px;
  letter-spacing: 0.1em;
  color: #9b7c1a;
  text-align: center;
}

.photoGalleryTime {
  margin-top: 100px;
}

.photoGalleryTimeHead {
  display: flex;
  align-items: center;
  column-gap: 5%;
}
.photoGalleryTime__title {
  font-size: 24px;
  letter-spacing: 0.14em;
  padding-inline: 2.5em;
}
.photoGalleryTimeHead__img {
  width: calc(420 / 830 * 100%);
}

.photoGalleryTimeBody {
  margin-top: 100px;
}

.photoGalleryBox {
  border-bottom: 1px solid #9b7c1a;
  margin-inline: auto;
  padding-bottom: 10px;
}
.photoGalleryBox + .photoGalleryBox {
  margin-top: 100px;
}
.photoGalleryBox--small {
  max-width: 610px;
}

.photoGalleryBox__title {
  display: flex;
  align-items: baseline;
  column-gap: 1em;
  color: #9b7c1a;
  font-family: "EB Garamond", serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.photoGalleryBox__title::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9b7c1a;
}

* + .photoGalleryBoxImg {
  margin-top: 10px;
}

.photoGalleryBox:nth-child(even) .photoGalleryBox__title {
  flex-direction: row-reverse;
}

.photoGalleryTime--night .photoGalleryTimeHead {
  flex-direction: row-reverse;
  column-gap: 0;
}

@media screen and (max-width: 767px){
  .photoGallery {
    padding-top: 80px;
  }
  .photoGallery > .inner {
    max-width: 560px;
  }

  .photoGallery__title {
    font-size: 20px;
  }

  .photoGalleryTime {
    margin-top: 50px;
  }

  .photoGalleryTimeHead {
    column-gap: 5%;
  }
  .photoGalleryTime__title {
    flex: 1;
    font-size: 16px;
    padding-inline: 0;
    text-align: center;
  }
  .photoGalleryTimeHead__img {
    width: calc(150 / 345 * 100%);
  }

  .photoGalleryTimeBody {
    margin-top: 50px;
  }

  .photoGalleryBox {
    padding-bottom: 10px;
  }
  .photoGalleryBox + .photoGalleryBox {
    margin-top: 50px;
  }
  .photoGalleryBox--small {
    width: calc(240 / 345 * 100%);
  }

  .photoGalleryBox__title {
    font-size: 20px;
  }
}