  @charset "UTF-8";
/*! Writen  by SCSS */
/*.breadlist {
	display: none;
}*/
.main {
  margin-top: clamp(20px, 3.334vw, 40px);
  aspect-ratio: 1600/308;
  position: relative;
  background: url("/bunjyo/tsuyazaki/img/gallery/main.jpg") center center/cover no-repeat;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 480px) {
    .main {
      aspect-ratio: 2/0.9; } }
  .main .inner_head {
    color: #fff;
    padding: 0 !important; }

.sec01 {
  position: relative;
  padding-bottom: clamp(50px, 10.319vw, 110px);
  /*慌嗤何蛍ここまで*/ }
  .sec01 .bg {
    position: absolute;
    z-index: -1; }
    .sec01 .bg.bg01 {
      top: 0; }
    .sec01 .bg.bg02 {
      top: 260vh; }
    .sec01 .bg.bg03 {
      bottom: 0; }
  .sec01 .inner {
    max-width: 1066px; }
  .sec01 .ttl {
    margin-bottom: clamp(15px, 3.753vw, 40px);
    padding-top: clamp(50px, 10.788vw, 115px);
    font-size: clamp(16px, 2.627vw, 28px);
    text-align: center; }
    @media screen and (max-width: 480px) {
      .sec01 .ttl {
        width: 90%;
        margin-inline: auto; } }
  .sec01 .img_wrap {
    flex-wrap: wrap;
    row-gap: 10px; }
  .sec01 .wrap01 .ttl {
    padding-top: clamp(50px, 6.567vw, 70px); }
  .sec01 .wrap01 .img_wrap .small_img {
    width: 32.65%; }
  .sec01 .wrap03 .img_wrap {
    display: grid;
    grid-template-columns: 38.09% 60.79%;
    align-items: flex-start;
    align-content: start;
    grid-auto-flow: dense; }
    .sec01 .wrap03 .img_wrap .img01 {
      grid-column: span 2; }
    @media screen and (max-width: 480px) {
      .sec01 .wrap03 .img_wrap .img02 {
        grid-column: span 2; } }
    .sec01 .wrap03 .img_wrap .img03 {
      grid-column: 2/1; }
      @media screen and (max-width: 480px) {
        .sec01 .wrap03 .img_wrap .img03 {
          grid-column: span 2; } }
    .sec01 .wrap03 .img_wrap .img04 {
      grid-row: span 2; }
      @media screen and (max-width: 480px) {
        .sec01 .wrap03 .img_wrap .img04 {
          grid-column: span 2; } }
  .sec01 .wrap04 .img_wrap .img {
    width: 32.46%; }
  .sec01 .wrap05 .img_wrap {
    row-gap: 0; }
    .sec01 .wrap05 .img_wrap .img {
      width: 49.54%; }
  .sec01 .wrap06 .img_wrap .img {
    width: 32.46%; }
    @media screen and (max-width: 480px) {
      .sec01 .wrap06 .img_wrap .img span {
        font-size: 8px; } }
  .sec01 .wrap07 .img_wrap {
    row-gap: 0; }
    .sec01 .wrap07 .img_wrap .img {
      width: 49.54%; }

.gallery_lead_wrap {
  padding-top: clamp(60px, 8.34%, 100px);
  padding-bottom: clamp(60px, 8.34%, 100px); }
  .gallery_lead_wrap .lead {
    font-size: clamp(16px, 1.81vw, 24px);
    font-weight: 500;
    margin-bottom: clamp(40px, 5%, 60px); }
  .gallery_lead_wrap .gallery_tab {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(16px, 1.81vw, 24px);
    gap: 0 3.12%; }
    @media screen and (max-width: 768px) {
      .gallery_lead_wrap .gallery_tab {
        gap: 0 4%; } }
    @media screen and (max-width: 480px) {
      .gallery_lead_wrap .gallery_tab {
        flex-direction: column;
        gap: 15px 0; } }
    .gallery_lead_wrap .gallery_tab .item {
      width: 37.5%; }
      @media screen and (max-width: 768px) {
        .gallery_lead_wrap .gallery_tab .item {
          width: 48%; } }
      @media screen and (max-width: 480px) {
        .gallery_lead_wrap .gallery_tab .item {
          flex-direction: column;
          gap: 15px 0;
          width: 80%; } }
      .gallery_lead_wrap .gallery_tab .item a {
        width: 100%;
        height: 100%;
        padding: 0.83em 0.3em 1.66em;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        line-height: 1;
        border-radius: 5px;
        background: linear-gradient(0deg, #bbd1d3 0%, #7aa3ab 100%);
        position: relative;
        transition: opacity 0.3s ease-in-out; }
        .gallery_lead_wrap .gallery_tab .item a .gallery_number {
          flex-wrap: wrap; }
        .gallery_lead_wrap .gallery_tab .item a::after {
          content: "";
          display: block;
          position: absolute;
          width: 0.6em;
          height: 0.6em;
          border-right: 1px solid;
          border-bottom: 1px solid;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto;
          bottom: 0.6em;
          transform: rotate(45deg);
          transition: opacity 0.3s ease-in-out;
          opacity: 0; }
        @media (hover: hover) {
          .gallery_lead_wrap .gallery_tab .item a:hover {
            opacity: 0.7; }
            .gallery_lead_wrap .gallery_tab .item a:hover::after {
              opacity: 1; } }
        .gallery_lead_wrap .gallery_tab .item a.cr {
          opacity: 0.7; }
          .gallery_lead_wrap .gallery_tab .item a.cr::after {
            opacity: 1; }

.movie_btn {
  display: flex;
  justify-content: center;
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto calc(40%/9);
  margin-bottom: clamp(60px, 8.34%, 100px); }
  .movie_btn > div {
    width: calc(420%/9);
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .movie_btn > div {
        max-width: 320px;
        width: 70%; } }

.modal_wrap {
  overflow: hidden;
  position: fixed;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 999999; }
  .modal_wrap.active {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: all;
    cursor: pointer; }
  .modal_wrap .close_btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 999999;
    padding: 30px;
    font-size: 20px; }
  .modal_wrap .modal {
    position: absolute;
    inset: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal_wrap .modal.active {
      opacity: 1;
      pointer-events: all; }
    .modal_wrap .modal .video_wrap {
      width: 80%; }

.bc-iframe, .bc-iframe body, .bc-player-default_default, .bc-player-default_default .vjs-poster {
  background-color: initial; }

@media screen and (max-width: 480px) {
  video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
    height: 480px; } }

/*# sourceMappingURL=gallery.css.map */
