/*! Writen  by SCSS */
@media screen and (max-width: 480px) {
  .w10_sp {
    width: 10%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w20_sp {
    width: 20%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w30_sp {
    width: 30%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w40_sp {
    width: 40%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w50_sp {
    width: 50%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w60_sp {
    width: 60%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w70_sp {
    width: 70%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w80_sp {
    width: 80%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w90_sp {
    width: 90%;
    margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .w100_sp {
    width: 100%;
    margin: 0 auto; } }

.fr10 {
  font-size: 10%; }

.fr20 {
  font-size: 20%; }

.fr30 {
  font-size: 30%; }

.fr40 {
  font-size: 40%; }

.fr50 {
  font-size: 50%; }

.fr60 {
  font-size: 60%; }

.fr70 {
  font-size: 70%; }

.fr80 {
  font-size: 80%; }

.fr90 {
  font-size: 90%; }

.fr100 {
  font-size: 100%; }

.fr110 {
  font-size: 110%; }

.fr120 {
  font-size: 120%; }

.fr130 {
  font-size: 130%; }

.fr140 {
  font-size: 140%; }

.fr150 {
  font-size: 150%; }

.fr160 {
  font-size: 160%; }

.fr170 {
  font-size: 170%; }

.fr180 {
  font-size: 180%; }

.fr190 {
  font-size: 190%; }

.fr200 {
  font-size: 200%; }

.fr210 {
  font-size: 210%; }

.fr220 {
  font-size: 220%; }

.fr230 {
  font-size: 230%; }

.fr240 {
  font-size: 240%; }

.fr250 {
  font-size: 250%; }

.fr260 {
  font-size: 260%; }

.fr270 {
  font-size: 270%; }

.fr280 {
  font-size: 280%; }

.fr290 {
  font-size: 290%; }

.fr300 {
  font-size: 300%; }

.mainvisual {
  margin-bottom: 9.89%; }
  .mainvisual:after {
    padding-bottom: 25.89%;
    min-height: 390px; }
  @media screen and (max-width: 480px) {
    .mainvisual .page_ttl {
      margin-bottom: 35svh; } }

.movie_area .movie_wrap {
  max-width: 1500px;
  aspect-ratio: 16/9;
  position: relative; }
  @media screen and (max-width: 480px) {
    .movie_area .movie_wrap {
      width: 100%; } }
  .movie_area .movie_wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }

.introduction .text_wrap .ttl_in .chara span {
  letter-spacing: -0.05em; }

.gallery_wrap {
  background: #FFF; }
  .gallery_wrap .gallery_image_wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px; }
    @media screen and (max-width: 480px) {
      .gallery_wrap .gallery_image_wrap {
        row-gap: 20px; } }
    .gallery_wrap .gallery_image_wrap .in_contents {
      padding: 0 30px; }
      @media screen and (max-width: 480px) {
        .gallery_wrap .gallery_image_wrap .in_contents {
          padding: 0 20px; } }
    .gallery_wrap .gallery_image_wrap .image_wrap.full {
      width: 100%; }
    .gallery_wrap .gallery_image_wrap .image_wrap img {
      width: 100%; }
    .gallery_wrap .gallery_image_wrap .image_wrap.group01 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 25px 30px; }
      @media screen and (max-width: 480px) {
        .gallery_wrap .gallery_image_wrap .image_wrap.group01 {
          gap: 25px 30px;
          grid-template-columns: 100%; } }
      .gallery_wrap .gallery_image_wrap .image_wrap.group01 .photo01 {
        grid-row: 1/3;
        grid-column: 1/2; }
        @media screen and (max-width: 480px) {
          .gallery_wrap .gallery_image_wrap .image_wrap.group01 .photo01 {
            grid-row: auto;
            grid-column: auto; } }
    .gallery_wrap .gallery_image_wrap .image_wrap.image_multiple {
      display: flex;
      gap: 30px; }
      @media screen and (max-width: 480px) {
        .gallery_wrap .gallery_image_wrap .image_wrap.image_multiple {
          flex-direction: column;
          gap: 20px; } }
    .gallery_wrap .gallery_image_wrap .gallery_slide_wrap {
      width: 100%; }
      .gallery_wrap .gallery_image_wrap .gallery_slide_wrap .gallery-pagination {
        position: static;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        column-gap: 15px; }
        @media screen and (max-width: 480px) {
          .gallery_wrap .gallery_image_wrap .gallery_slide_wrap .gallery-pagination {
            margin-top: 20px; } }
        .gallery_wrap .gallery_image_wrap .gallery_slide_wrap .gallery-pagination .swiper-pagination-bullet {
          width: 20px;
          height: 20px;
          margin: 0;
          border: 1px solid #3E4F83;
          background: #FFF;
          opacity: 1; }
          @media screen and (max-width: 480px) {
            .gallery_wrap .gallery_image_wrap .gallery_slide_wrap .gallery-pagination .swiper-pagination-bullet {
              width: 15px;
              height: 15px; } }
          .gallery_wrap .gallery_image_wrap .gallery_slide_wrap .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #3E4F83; }

.modal_cont {
  display: none; }

.iziModal {
  width: calc(100% - 60px) !important;
  max-width: 100% !important;
  box-shadow: none !important;
  background: none !important; }
  @media screen and (max-width: 480px) {
    .iziModal {
      width: 100% !important; } }
  .iziModal .iziModal-wrap {
    position: absolute;
    inset: 0;
    width: 1360px;
    margin: auto;
    max-width: calc((100vh - 100px)/0.5625);
    height: calc((100vw - 40px) * 0.5625);
    max-height: calc(100vh - 100px); }

.modal_wrap {
  max-width: 1360px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  .modal_wrap .modal_img {
    width: 100%;
    position: relative; }
    .modal_wrap .modal_img:before {
      content: "";
      display: block;
      padding-bottom: 59.265%; }
    .modal_wrap .modal_img img {
      position: absolute;
      inset: 0; }

.izim-close {
  transition: 0.3s opacity ease-in-out 0s;
  opacity: 0;
  pointer-events: none; }
  body.izimodal_open .izim-close {
    opacity: 1;
    pointer-events: all; }

.izim-close {
  position: fixed;
  z-index: 9999999;
  right: 0;
  bottom: 0;
  width: 133px;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #B1A078;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .izim-close {
      width: 100px; } }
  .izim-close .modal_close_in {
    width: 100%;
    text-align: center;
    position: relative; }
    .izim-close .modal_close_in .close_txt {
      position: absolute;
      left: 0;
      right: 0;
      letter-spacing: 0.1em;
      top: calc(100% + 5px);
      font-size: 10px;
      line-height: 1;
      color: #FFF; }
    .izim-close .modal_close_in .close_box {
      max-width: 67px;
      height: 25px;
      margin: auto;
      overflow: hidden; }
    .izim-close .modal_close_in .arrow {
      display: block;
      margin: 0 auto;
      height: 1px;
      position: relative;
      width: 67px; }
      .izim-close .modal_close_in .arrow.arrow01 {
        transform: translate(0px, 11px) rotate(-160deg); }
      .izim-close .modal_close_in .arrow.arrow02 {
        transform: translate(0px, 10px) rotate(-20deg); }
      .izim-close .modal_close_in .arrow::before, .izim-close .modal_close_in .arrow::after {
        content: "";
        display: block;
        height: 100%;
        pointer-events: none;
        position: absolute;
        width: 100%;
        background: #FFF; }
      .izim-close .modal_close_in .arrow::before {
        transform: translate(0px, 0px); }
      .izim-close .modal_close_in .arrow::after {
        transform: translate(110%, 0px); }
    body:not(.mobile) .izim-close .modal_close_in:hover .arrow::before {
      transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1);
      transform: translate(-110%, 0px); }
    body:not(.mobile) .izim-close .modal_close_in:hover .arrow::after {
      transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.3s;
      transform: translate(0px, 0px); }
    body:not(.mobile) .izim-close .modal_close_in:hover .arrow.arrow02::before {
      transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.1s; }
    body:not(.mobile) .izim-close .modal_close_in:hover .arrow.arrow02::after {
      transition: transform 0.6s cubic-bezier(0.01, 0.69, 0.51, 1) 0.4s; }

/*# sourceMappingURL=gallery.css.map */
