@charset "UTF-8";
/* navi-photo.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  #sec-photo
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-photo {
  margin-top: clamp(0px, 14.9253731343vw, 200px);
}
@media only screen and (max-width: 767px) {
  .sec-photo {
    margin-top: 100px;
  }
}
.sec-photo__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 5.9701492537vw, 80px);
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .sec-photo__header {
    display: block;
    margin-bottom: 50px;
  }
}
.sec-photo__header-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .sec-photo__header-text {
    display: block;
    margin-bottom: 50px;
  }
}
.sec-photo__header-text .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0px, 2.0149253731vw, 27px);
}
@media only screen and (max-width: 767px) {
  .sec-photo__header-text .name-box {
    gap: 10px;
  }
}
.sec-photo__header-text .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-photo__header-text .number {
    gap: 4px;
  }
}
.sec-photo__header-text .number .en {
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 10px;
  font-size: clamp(14px, 2.0895522388vw, 28px);
  font-weight: 700;
  letter-spacing: 1.42px;
  line-height: 1;
  translate: 0 calc(clamp(5px, 0.7462686567vw, 10px) * -1);
}
@media only screen and (max-width: 767px) {
  .sec-photo__header-text .number .en {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
.sec-photo__header-text .number .en::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #000;
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-photo__header-text .number .en::after {
    height: 2px;
  }
}
.sec-photo__header-text .number .num {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(46px, 6.8656716418vw, 92px);
  font-weight: 500;
  letter-spacing: 4.596px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-photo__header-text .number .num {
    font-size: 37px;
  }
}
.sec-photo__header-text .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
}
.sec-photo__header-text .name ._hira {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(14px, 2.0895522388vw, 28px);
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .sec-photo__header-text .name ._hira {
    margin-bottom: 0;
    line-height: 1;
    font-size: 21px;
  }
}
.sec-photo__header-text .name ._kan {
  display: inline-block;
  margin: 0 1em 10px 0;
  font-size: clamp(11px, 1.6417910448vw, 22px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .sec-photo__header-text .name ._kan {
    line-height: 1.2;
    font-size: 15px;
  }
}
.sec-photo__header-text .name ._en {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(10px, 1.4925373134vw, 20px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .sec-photo__header-text .name ._en {
    font-size: 15px;
  }
}
.sec-photo__header-rosen {
  width: clamp(0px, 37.3134328358vw, 500px);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sec-photo__header-rosen {
    width: 100%;
  }
}
.sec-photo__header-rosen img {
  max-width: 280px;
  height: auto;
}
.sec-photo .sec-photo__gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: dense;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-photo .sec-photo__gallery {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.sec-photo .sec-photo__gallery + .sec-photo__gallery {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sec-photo .sec-photo__gallery + .sec-photo__gallery {
    margin-top: 10px;
  }
}
.sec-photo .sec-photo__gallery--reverse .sec-photo__main {
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-column: 5/7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media only screen and (max-width: 767px) {
  .sec-photo .sec-photo__gallery--reverse .sec-photo__main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
  }
}
.sec-photo .sec-photo__gallery--list .sec-photo__thumb {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.sec-photo .sec-photo__main {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
@media only screen and (max-width: 767px) {
  .sec-photo .sec-photo__main {
    width: 100%;
  }
}
.sec-photo .sec-photo__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.sec-photo .sec-photo__main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-photo .sec-photo__main a {
  display: block;
  overflow: hidden;
}
.mode-pc .sec-photo .sec-photo__main a:hover img {
  scale: 1.1;
  opacity: 0.8;
}
.sec-photo .sec-photo__stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec-photo .sec-photo__thumb {
  aspect-ratio: 1/1;
}
.sec-photo .sec-photo__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec-photo .sec-photo__thumb a {
  display: block;
  overflow: hidden;
}
.mode-pc .sec-photo .sec-photo__thumb a:hover img {
  scale: 1.1;
  opacity: 0.8;
}
.sec-photo .sec-photo__modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  z-index: 999999;
  overflow-y: auto;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sec-photo .sec-photo__modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(239, 243, 251, 0.9);
  z-index: -1;
}
.sec-photo .sec-photo__modal-body {
  position: relative;
  max-width: 1120px;
  width: calc(100% - 40px);
  min-height: 500px;
  padding: clamp(0px, 8.6206896552vw, 100px) clamp(0px, 17.2413793103vw, 200px);
  margin: auto 20px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 7px 5px 18px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 7px 5px 18px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-height: 1200px) {
  .sec-photo .sec-photo__modal-body {
    padding: 50px 100px;
    max-width: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 950px) {
  .sec-photo .sec-photo__modal-body {
    padding: 25px 50px;
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 750px) {
  .sec-photo .sec-photo__modal-body {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-photo .sec-photo__modal-body {
    max-width: none;
    height: auto;
    min-height: 400px;
    width: calc(100% - 40px);
    padding: 20px;
  }
}
.sec-photo .sec-photo__modal-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #0075C4;
  text-indent: -9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
@media only screen and (max-width: 1240px) {
  .sec-photo .sec-photo__modal-close {
    top: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 1200px) {
  .sec-photo .sec-photo__modal-close {
    width: 70px;
    height: 70px;
    top: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-photo .sec-photo__modal-close {
    width: 42px;
    height: 42px;
    top: 10px;
    right: 10px;
  }
}
.sec-photo .sec-photo__modal-close::before, .sec-photo .sec-photo__modal-close::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #0075C4;
}
@media only screen and (min-width: 768px) and (max-height: 1200px) {
  .sec-photo .sec-photo__modal-close::before, .sec-photo .sec-photo__modal-close::after {
    width: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-photo .sec-photo__modal-close::before, .sec-photo .sec-photo__modal-close::after {
    width: 22px;
  }
}
.sec-photo .sec-photo__modal-close::before {
  margin-right: -30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (min-width: 768px) and (max-height: 1200px) {
  .sec-photo .sec-photo__modal-close::before {
    margin-right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-photo .sec-photo__modal-close::before {
    margin-right: -22px;
  }
}
.sec-photo .sec-photo__modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mode-pc .sec-photo .sec-photo__modal-close:hover {
  rotate: 90deg;
  scale: 1.1;
}
.sec-photo .sec-photo__modal .swiper {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sec-photo .sec-photo__modal-img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-height: 800px) {
  .sec-photo .sec-photo__modal-img {
    max-width: 500px;
  }
}
.sec-photo .sec-photo__modal-img figure {
  aspect-ratio: 1/1;
  background-color: #999;
}
.sec-photo .sec-photo__modal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-photo .sec-photo__modal-img .sec-photo__modal-img-caption {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.54px;
}
@media only screen and (max-width: 767px) {
  .sec-photo .sec-photo__modal-img .sec-photo__modal-img-caption {
    margin-top: 70px;
    font-size: 15px;
  }
}
.sec-photo .sec-photo__modal .swiper-button-prev,
.sec-photo .sec-photo__modal .swiper-button-next {
  position: absolute;
  top: clamp(0px, 43.1034482759vw, 500px);
  right: inherit;
  left: clamp(0px, 8.6206896552vw, 100px);
  width: 70px;
  height: 70px;
  margin: 0;
  border: 1px solid #013985;
  background-color: #fff;
  border-radius: 50%;
  translate: -50% -50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-photo .sec-photo__modal .swiper-button-prev svg,
.sec-photo .sec-photo__modal .swiper-button-next svg {
  width: 22px;
  height: auto;
  translate: 0 -15%;
}
@media only screen and (min-width: 768px) and (max-height: 1200px) {
  .sec-photo .sec-photo__modal .swiper-button-prev,
  .sec-photo .sec-photo__modal .swiper-button-next {
    top: clamp(0px, 42.8571428571vw, 360px);
    left: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 950px) {
  .sec-photo .sec-photo__modal .swiper-button-prev,
  .sec-photo .sec-photo__modal .swiper-button-next {
    top: 300px;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-height: 750px) {
  .sec-photo .sec-photo__modal .swiper-button-prev,
  .sec-photo .sec-photo__modal .swiper-button-next {
    top: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-photo .sec-photo__modal .swiper-button-prev,
  .sec-photo .sec-photo__modal .swiper-button-next {
    top: calc(100vw - 25px);
    left: 40px;
    width: 38px;
    height: 38px;
  }
}
.sec-photo .sec-photo__modal .swiper-button-prev::after,
.sec-photo .sec-photo__modal .swiper-button-next::after {
  content: none;
}
.mode-pc .sec-photo .sec-photo__modal .swiper-button-prev:hover,
.mode-pc .sec-photo .sec-photo__modal .swiper-button-next:hover {
  background-color: #0075C4;
  border-color: #0075C4;
}
.mode-pc .sec-photo .sec-photo__modal .swiper-button-prev:hover svg path,
.mode-pc .sec-photo .sec-photo__modal .swiper-button-next:hover svg path {
  fill: #fff;
}
.sec-photo .sec-photo__modal .swiper-button-prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sec-photo .sec-photo__modal .swiper-button-next {
  right: clamp(0px, 8.6206896552vw, 100px);
  left: inherit;
  translate: 50% -50%;
}
@media only screen and (min-width: 768px) and (max-height: 1200px) {
  .sec-photo .sec-photo__modal .swiper-button-next {
    right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 950px) {
  .sec-photo .sec-photo__modal .swiper-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-photo .sec-photo__modal .swiper-button-next {
    left: inherit;
    right: 40px;
  }
}
.sec-photo .sec-photo__modal.is-show {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.sec-photo .sec-photo__modal.is-show .swiper {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*# sourceMappingURL=navi-photo.css.map */