@charset "UTF-8";
/* common
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@font-face {
  font-family: "Alinaregular";
  src: url("/webfonts/38F0A3_0_0.eot");
  src: url("/webfonts/38F0A3_0_0.eot?#iefix") format("embedded-opentype"), url("/webfonts/38F0A3_0_0.woff2") format("woff2"), url("/webfonts/38F0A3_0_0.woff") format("woff"), url("/webfonts/38F0A3_0_0.ttf") format("truetype");
}
/* color
================================================*/
/* top opening animation
================================================*/
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* font
=================================================================== */
/* font-ag
================================================*/
/* vw font
=================================================================== */
/* vw
================================================*/
/* vh
================================================*/
#contents {
  width: 100%;
  padding-top: 15vh;
}
#contents h1 {
  font-size: 2rem;
  margin-bottom: 5.4vh;
  text-align: center;
}
#contents .catch {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 5.4vh;
}
#contents .gallery-list {
  width: 62vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10vw;
  justify-content: center;
}
#contents .gallery-list .thin-pic {
  width: 12vw;
}
#contents .gallery-list li {
  width: 14vw;
  height: 16.64vw;
  margin-bottom: 2.2vw;
  margin-left: 2vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents .gallery-list li:nth-child(4n+1) {
  margin-left: 0;
}
#contents .gallery-list li a {
  display: block;
}
#contents .gallery-list li a img {
  filter: grayscale(0%);
  transition: 0.3s all;
}
@media (min-width: 1400px) {
  #contents .gallery-list li a:hover img {
    filter: grayscale(90%);
  }
}

/*モーダル表示*/
.hide-area {
  display: none;
}

.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}

.modaal-outer-wrapper {
  margin-top: 8vh;
}

.modaal-image .modal-container {
  width: 45vw;
}

.modaal-inner-wrapper {
  vertical-align: top;
  padding-top: 0;
}

.modaal-gallery-control {
  width: 6vw;
  height: 8vh;
  top: 30vh;
  background: none;
}
.modaal-gallery-control::before, .modaal-gallery-control::after {
  background: #a8a8a8;
  width: 2px;
  border-radius: initial;
  height: 46px;
  left: 50%;
}
.modaal-gallery-control::before {
  margin: -16px 0 0;
}
.modaal-gallery-control::after {
  margin: 16px 0 0;
}

.modaal-gallery-prev::before {
  margin: 16px 0 0;
}
.modaal-gallery-prev::after {
  margin: -16px 0 0;
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 45%;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  background: none;
}

.modaal-gallery-prev-inner {
  margin-right: 8vw;
}

.modaal-gallery-next-inner {
  margin-left: 8vw;
}

.modaal-gallery-label {
  color: #575757;
  display: inline-block;
  padding: 0 4vw;
  margin: 3vh 0 0;
}
.modaal-gallery-label h3 {
  font-size: 20px;
  line-height: 60px;
  margin-bottom: 1vh;
  text-align: left;
}
.modaal-gallery-label p {
  font-size: 12px;
  white-space: pre-wrap;
  text-align: left;
  letter-spacing: 0.3em;
  line-height: 24px;
  padding-bottom: 10vh;
}

.modaal-close:focus,
.modaal-close:hover {
  background: none;
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  background: #666;
}

.modaal-close {
  width: 50px;
  height: 50px;
  top: 30px;
  right: 65px;
}
.modaal-close::before, .modaal-close::after {
  background: #A8A8A8;
  width: 100%;
  height: 1px;
  left: 0;
  border-radius: 0;
  top: 23px;
}
.modaal-close::before {
  transform: rotate(-15deg);
}
.modaal-close::after {
  transform: rotate(15deg);
}

.modal-wrap01 {
  display: none;
}

@media only screen and (max-width: 1140px) {
  .modaal-gallery-control {
    top: 26vh;
  }

  .modaal-gallery-next {
    left: 100%;
    right: inherit;
  }

  .modaal-gallery-prev {
    right: 100%;
    left: inherit;
  }

  .modaal-image .modaal-inner-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .modaal-gallery-prev-inner {
    margin-right: 3vw;
  }

  .modaal-gallery-next-inner {
    margin-left: 3vw;
  }
}
#gblFooter {
  width: 100vw;
  padding-bottom: 20px;
  font-size: 1rem;
  color: #868686;
  text-align: center;
}

@media (max-width: 767px) {
  #contents {
    padding-top: 8vh;
  }
  #contents h1 {
    font-size: 2rem;
  }
  #contents .catch {
    padding: 0 5.3333333333%;
  }
  #contents .catch .br_pc {
    display: none;
  }
  #contents .gallery-list {
    width: 90vw;
  }
  #contents .gallery-list .thin-pic {
    width: 36vw;
    padding: 0 4vw;
  }
  #contents .gallery-list li {
    width: 40vw;
    height: 40vw;
    margin-bottom: 3.9vw;
    margin-left: 5vw;
    overflow: hidden;
  }
  #contents .gallery-list li:nth-child(2n+1) {
    margin-left: 0;
  }

  #control {
    width: 32vh;
    margin-left: auto;
    bottom: 28vh;
    right: calc(-32vh + 2vw);
    margin-left: -250px;
    transform: rotate(90deg);
    transform-origin: 0 0;
  }

  aside {
    display: none;
  }

  .modaal-outer-wrapper {
    margin-top: 65px;
  }

  .modaal-image .modal-container {
    width: 100%;
  }
  .modaal-image .modaal-inner-wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .modaal-gallery-control {
    top: 58vh;
  }
  .modaal-gallery-control::before, .modaal-gallery-control::after {
    height: 20px;
  }
  .modaal-gallery-control::before {
    margin: -7px 0 0;
  }
  .modaal-gallery-control::after {
    margin: 7px 0 0;
  }

  .modaal-gallery-prev::before {
    margin: 7px 0 0;
  }
  .modaal-gallery-prev::after {
    margin: -7px 0 0;
  }

  .modaal-gallery-prev-inner {
    margin-right: -5vw;
  }

  .modaal-gallery-next-inner {
    margin-left: -5vw;
  }

  .modaal-close {
    top: 10px;
    right: 20px;
  }

  .modaal-gallery-label {
    margin: 2vh 0 0;
    padding: 0 5vw;
  }
  .modaal-gallery-label h3 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 2vh;
  }
}