@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Regular.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff"), url("../fonts/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Hina Mincho";
  src: url("../fonts/HinaMincho-Regular.woff") format("woff"), url("../fonts/HinaMincho-Regular.ttf") format("truetype");
}
.c-endnote-inner__indent {
  margin-top: 0.3rem;
}
.c-endnote-inner__indent + .c-endnote-inner__indent {
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .mv-gallery {
    min-height: 310px;
  }
}

.p-mv {
  position: relative;
  height: 33rem;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: auto;
  }
}
.p-mv::before {
  position: absolute;
  left: 2rem;
  top: 2rem;
  content: "";
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  border-radius: 20px;
  background: rgba(60, 60, 60, 0.5);
  z-index: 1;
}
.p-mv__head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-mv__ttl {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    font-size: 1.6rem;
  }
}
.p-mv__en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 6rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv__en {
    font-size: 4.5rem;
  }
}
.p-mv__photo {
  position: relative;
  max-width: 188rem;
}
.p-mv__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.p-mv__txt {
  position: absolute;
  bottom: 3.5rem;
  right: 4rem;
  text-shadow: 0 0 0.5rem rgb(0, 0, 0);
  font-size: 1.2rem;
  color: #fff;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-mv__txt {
    bottom: 3rem;
    right: 3rem;
  }
}
.p-mv-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-bottom-right-radius: 4rem;
  background: #fff;
}
.p-mv-block__circle, .p-mv-block__circle2, .p-mv-block__circle1 {
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv-block__circle, .p-mv-block__circle2, .p-mv-block__circle1 {
    width: 2rem;
    height: 2rem;
  }
}
.p-mv-block__circle::before, .p-mv-block__circle2::before, .p-mv-block__circle1::before {
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  content: "";
  background: #F1F1F1;
  border-radius: 50%;
}
.p-mv-block__circle1 {
  right: 0;
  bottom: -4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-block__circle1 {
    bottom: -2rem;
  }
}
.p-mv-block__circle1::before {
  right: 0;
  top: 0;
  box-shadow: 4rem -4rem 0 0 #fff;
}
@media screen and (max-width: 767px) {
  .p-mv-block__circle1::before {
    box-shadow: 2rem -2rem 0 0 #fff;
  }
}
.p-mv-block__circle2 {
  left: -4rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-mv-block__circle2 {
    left: -2rem;
  }
}
.p-mv-block__circle2::before {
  right: 0;
  top: 0;
  box-shadow: 4rem -4rem 0 0 #fff;
}
@media screen and (max-width: 767px) {
  .p-mv-block__circle2::before {
    box-shadow: 2rem -2rem 0 0 #fff;
  }
}

.p-lead {
  position: relative;
  padding: 3.6rem 2rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-lead {
    padding: 4.5rem 0 5rem;
  }
}
.p-lead__inner {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-lead__inner {
    display: block;
  }
}
.p-lead__text {
  width: 57.4545454545%;
  margin-top: 8.1818181818%;
}
@media screen and (max-width: 767px) {
  .p-lead__text {
    width: 100%;
    padding-inline: 2rem;
  }
}
.p-lead__lead {
  font-size: 37px;
  font-weight: 700;
  color: #DB2509;
}
@media screen and (max-width: 767px) {
  .p-lead__lead {
    font-size: 3rem;
  }
}
.p-lead__body {
  margin-top: 20px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-lead__body {
    font-size: 1.2rem;
  }
}
.p-lead__img {
  position: relative;
  width: 29.8181818182%;
}
@media screen and (max-width: 767px) {
  .p-lead__img {
    width: 71%;
    margin-inline: auto;
  }
}
.p-lead__img figcaption {
  margin-top: -1em;
  line-height: 1.2;
  text-align: right;
  font-size: 10px;
}

.p-gallery {
  position: relative;
  background: #faf1eb;
  padding: 0 8rem;
  margin-bottom: 9rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-gallery:before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 0;
    width: 1px;
    height: 100%;
    background: #DB2509;
  }
}
.p-gallery__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1050px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-gallery__inner {
    display: block;
  }
}
.p-gallery-nav {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-gallery-nav {
    top: 8vh;
    height: auto;
    padding: 2rem 0;
  }
}
.p-gallery-nav:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #DB2509;
}
@media screen and (max-width: 767px) {
  .p-gallery-nav:before {
    display: none;
  }
}
.p-gallery-nav li {
  position: relative;
  padding-left: 25px;
  line-height: 1.1;
}
.p-gallery-nav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #DB2509;
  opacity: 0;
}
.p-gallery-nav li a {
  display: inline-block;
  color: #cccccc;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .p-gallery-nav li a {
    font-size: 13px;
    padding: 4px 0;
  }
}
.p-gallery-nav li.is-current:before, .p-gallery-nav li:hover:before {
  opacity: 1;
}
.p-gallery-nav li.is-current a, .p-gallery-nav li:hover a {
  color: #DB2509;
}
.p-gallery-content {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 15rem;
  width: 64.7619047619%;
}
@media screen and (max-width: 767px) {
  .p-gallery-content {
    width: calc(100% - 25px);
    margin-left: 25px;
    padding-top: 0;
    pointer-events: none;
  }
}
.p-gallery-section {
  position: relative;
  padding-top: 10.2941176471%;
  margin-top: 5.1470588235%;
}
@media screen and (max-width: 767px) {
  .p-gallery-section {
    padding-top: 10px;
    margin-top: 300px;
    background: #faf1eb;
    pointer-events: auto;
  }
  .p-gallery-section:first-child {
    margin-top: 0;
  }
}
.p-gallery-section.-right:before {
  content: "";
  position: absolute;
  right: 10.2941176471%;
  top: 0;
  width: 6.6176470588%;
  aspect-ratio: 45/132;
  background: url(../img/gallery/img_foot_l.svg) no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-gallery-section.-right:before {
    width: 32px;
    top: -130px;
  }
}
.p-gallery-section.-left:before {
  content: "";
  position: absolute;
  right: 8.0882352941%;
  top: 0;
  width: 6.6176470588%;
  aspect-ratio: 45/132;
  background: url(../img/gallery/img_foot_r.svg) no-repeat top center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-gallery-section.-left:before {
    width: 32px;
    top: -130px;
  }
}
.p-gallery-section__heading {
  display: flex;
  width: 85.8461538462%;
  min-height: 5em;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-gallery-section__heading {
    width: 100%;
    min-height: initial;
  }
}
.p-gallery-section__otherheading {
  margin-top: 11rem;
}
.p-gallery-section__num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #DB2509;
  font-size: 24px;
  font-weight: 600;
  color: #DB2509;
  font-family: Montserrat;
}
@media screen and (max-width: 767px) {
  .p-gallery-section__num {
    font-size: 20px;
    margin-right: 20px;
    padding-right: 20px;
  }
}
.p-gallery-section__title {
  align-self: center;
  font-size: 24px;
  font-weight: 600;
  color: #DB2509;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-gallery-section__title {
    font-size: 20px;
  }
}
.p-gallery-section__body {
  margin-top: 2rem;
}
.p-gallery-section__mainimage {
  margin-top: 3rem;
}
.p-gallery-section__mainimage img {
  border-radius: 2rem;
  transition: opacity 0.3s;
}
.p-gallery-section__mainimage button:hover img {
  opacity: 0.75;
}
.p-gallery-section__mainimage .caption {
  text-align: right;
  font-size: 10px;
  margin-top: 5px;
}
.p-gallery-section__mainimage.is-open .p-gallery-section__icon:after {
  display: none;
}
.p-gallery-section__mainimage.-flex {
  display: flex;
  justify-content: space-between;
}
.p-gallery-section__mainimage.-flex > .col-2 {
  width: calc(50% - 10px);
}
.p-gallery-section__icon {
  position: absolute;
  left: calc(50% - 25px);
  bottom: 4rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #DB2509;
}
.p-gallery-section__icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.p-gallery-section__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 2px;
  height: 20px;
  border-radius: 100px;
  background: #fff;
  transform: translate(-50%, -50%);
}
.p-gallery-section__detail {
  display: none;
}
.p-gallery-section__general {
  margin-top: 1.5rem;
}
.p-gallery-section__limited {
  position: relative;
}
.p-gallery-section__limited > img {
  width: 114%;
  margin-left: -7%;
}
.p-gallery-section__cta {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 348px;
  padding: 1.5rem 1rem;
  background: #fff;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}
.p-gallery-section__cta-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #DB2509;
  text-align: center;
}
.p-gallery-section__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-gallery-section__flex .col-2 {
  width: calc(50% - 5px);
}
.p-gallery-section__flex .col-2 img {
  border-radius: 16px;
}
.p-gallery-section__flex .col-3 {
  width: calc(33.333% - 6px);
}
.p-gallery-section__flex .col-3 img {
  border-radius: 16px;
}
.p-gallery-section__flex .thumb_mov {
  display: block;
  position: relative;
}
.p-gallery-section__flex .thumb_mov:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 18px;
  background: #DB2509;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-gallery-section__flex .thumb_mov:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-gallery-section__flex .caption {
  margin-top: 5px;
  font-size: 10px;
  text-align: right;
}
.p-gallery-section__entry {
  margin-top: 10px;
  text-align: center;
}
.p-gallery-section__entry a {
  display: inline-block;
  padding: 0.8rem 3.6rem 1rem 2.4rem;
  background: #DB2509;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 100px;
}
.p-gallery-section__entry a:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/gallery/icon_entry.svg) no-repeat center center;
  background-size: contain;
}

.p-gallery-modal {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}
.p-gallery-modal__mov {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.p-gallery-modal video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-endnote-inner {
  padding-top: 0;
}/*# sourceMappingURL=gallery.css.map */