/* ---------------------------------------------------
mixin
---------------------------------------------------- */
/* color */
/*-------------------------------------------
common
-------------------------------------------*/
.contents-wrap {
  width: 100%;
  max-width: 100%;
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .contents-wrap {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .contents-wrap {
    padding: 64px 0;
  }
}
.contents-wrap .contents-inner {
  position: relative;
  width: 94vw;
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  .contents-wrap .contents-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contents-wrap .contents-inner {
    width: 90vw;
  }
}
.contents-wrap .contents-inner + .contents-inner {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .contents-wrap .contents-inner + .contents-inner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contents-wrap .contents-inner + .contents-inner {
    margin-top: 30px;
  }
}

.bg-blk {
  background: url(../../20th/img/bg_black01.webp) repeat 0 0;
  color: #fff;
}

.c-ttl-20th {
  font-size: 3.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .c-ttl-20th {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl-20th {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
}

.c-read-20th {
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-read-20th {
    margin-bottom: 64px;
  }
}

/*-------------------------------------------
about
-------------------------------------------*/
.c-20th-about {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-20th-about {
    padding-bottom: 16px;
    z-index: 1;
    overflow: visible;
  }
}
.c-20th-about .c-head-20th {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .c-20th-about .c-head-20th {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-20th-about .c-head-20th {
    margin-bottom: 40px;
  }
}
.c-20th-about .c-head-20th .c-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
@media screen and (max-width: 1024px) {
  .c-20th-about .c-head-20th .c-marquee {
    -webkit-animation: marquee 24s linear infinite;
            animation: marquee 24s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .c-20th-about .c-head-20th .c-marquee {
    -webkit-animation: marquee 20s linear infinite;
            animation: marquee 20s linear infinite;
  }
}
.c-20th-about .c-head-20th .c-marquee img {
  height: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .c-20th-about .c-head-20th .c-marquee img {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-20th-about .c-head-20th .c-marquee img {
    height: 60px;
  }
}
.c-20th-about .c-logo-20th {
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .c-20th-about .c-logo-20th {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 768px) {
  .c-20th-about .c-logo-20th {
    margin-bottom: 48px;
  }
}
.c-20th-about .c-logo-20th figure img {
  width: 303px;
  -webkit-filter: drop-shadow(0 0 120px rgba(255, 255, 255, 0.7));
          filter: drop-shadow(0 0 120px rgba(255, 255, 255, 0.7));
}
@media screen and (max-width: 1024px) {
  .c-20th-about .c-logo-20th figure img {
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  .c-20th-about .c-logo-20th figure img {
    width: 43%;
    -webkit-filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.7));
            filter: drop-shadow(0 0 40px rgba(255, 255, 255, 0.7));
  }
}
.c-20th-about .c-txt {
  text-align: center;
  position: relative;
}
.c-20th-about .c-txt .stl {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 52px;
}
@media screen and (max-width: 1024px) {
  .c-20th-about .c-txt .stl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-20th-about .c-txt .stl {
    font-size: 1.6rem;
    margin-bottom: 42px;
  }
}
.c-20th-about .c-txt .read {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-20th-about .c-txt .read {
    max-width: 100%;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-20th-about .c-txt .read p {
    text-align: left;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*-------------------------------------------
special campaign
-------------------------------------------*/
/* swiper */
.js-swiper__campaign {
  position: relative;
}
.js-swiper__campaign .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.js-swiper__campaign .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  background: #6a6a6a;
  border-radius: 30px;
  width: 8px;
  height: 8px;
}
.js-swiper__campaign .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 8px;
}
.js-swiper__campaign .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
}

#campaign {
  position: relative;
}
@media screen and (max-width: 768px) {
  #campaign {
    overflow: visible;
    z-index: 0;
  }
}
#campaign .bg-cmpn01 {
  position: absolute;
  width: 100vw;
  top: 0;
  right: -15%;
}
@media screen and (max-width: 1024px) {
  #campaign .bg-cmpn01 {
    width: 120vw;
    right: -30%;
  }
}
@media screen and (max-width: 768px) {
  #campaign .bg-cmpn01 {
    width: 280vw;
    top: -200px;
    right: -100%;
  }
}
#campaign .bg-cmpn01 img {
  width: 100%;
}
#campaign .c-20th-cmpn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 96px;
}
@media screen and (max-width: 1320px) {
  #campaign .c-20th-cmpn {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #campaign .c-20th-cmpn {
    display: block;
    padding-bottom: 48px;
  }
}
#campaign .c-20th-cmpn + .c-20th-cmpn {
  border-top: #fff 5px solid;
  padding-top: 96px;
}
@media screen and (max-width: 1320px) {
  #campaign .c-20th-cmpn + .c-20th-cmpn {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  #campaign .c-20th-cmpn + .c-20th-cmpn {
    border-top: #fff 3px solid;
  }
}
@media screen and (max-width: 768px) {
  #campaign .c-20th-cmpn + .c-20th-cmpn {
    border-top: #fff 2px solid;
    padding-top: 48px;
  }
}
#campaign .c-20th-cmpn.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #campaign .c-20th-cmpn.reverse {
    display: block;
  }
}
#campaign .c-20th-cmpn.reverse .c-point {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#campaign .c-20th-cmpn:last-child {
  padding-bottom: 0;
}
#campaign .c-20th-cmpn .c-point {
  width: 58px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  #campaign .c-20th-cmpn .c-point {
    width: 32px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #campaign .c-20th-cmpn .c-point {
    width: 100%;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-bottom: 24px;
  }
}
#campaign .c-20th-cmpn .c-point span {
  font-weight: 400;
}
#campaign .c-20th-cmpn .c-column-cmpn {
  max-width: calc(100% - 112px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1320px) {
  #campaign .c-20th-cmpn .c-column-cmpn {
    max-width: calc(100% - 60px);
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #campaign .c-20th-cmpn .c-column-cmpn {
    gap: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #campaign .c-20th-cmpn .c-column-cmpn {
    max-width: 100%;
    display: block;
  }
}
#campaign .c-20th-cmpn .c-column-cmpn > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 75px);
          flex: 0 0 calc(50% - 75px);
}
@media screen and (max-width: 1320px) {
  #campaign .c-20th-cmpn .c-column-cmpn > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 25px);
            flex: 0 0 calc(50% - 25px);
  }
}
@media screen and (max-width: 1024px) {
  #campaign .c-20th-cmpn .c-column-cmpn > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
  }
}
#campaign .c-20th-cmpn .c-column-cmpn.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #campaign .c-20th-cmpn .c-column-cmpn.reverse {
    display: block;
  }
}
#campaign .c-20th-cmpn .c-column-cmpn .c-img {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #campaign .c-20th-cmpn .c-column-cmpn .c-img {
    margin-bottom: 30px;
  }
}
#campaign .c-20th-cmpn .c-column-cmpn .c-txt .stl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 1320px) {
  #campaign .c-20th-cmpn .c-column-cmpn .c-txt .stl {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #campaign .c-20th-cmpn .c-column-cmpn .c-txt .stl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  #campaign .c-20th-cmpn .c-column-cmpn .c-txt .stl br {
    display: none;
  }
}
#campaign .c-20th-cmpn .c-column-cmpn .c-txt .txt {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  #campaign .c-20th-cmpn .c-column-cmpn .c-txt .txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #campaign .c-20th-cmpn .c-column-cmpn .c-txt .txt {
    margin-bottom: 30px;
  }
}
#campaign .c-20th-cmpn .c-column-cmpn .c-txt .txt .red {
  color: #e60012;
  font-weight: 700;
}
#campaign .c-20th-cmpn .c-column-cmpn .c-txt .txt .c-list-memo {
  margin-top: 10px;
}
#campaign .c-20th-cmpn .c-column-cmpn .c-txt .txt .c-list-memo > li {
  font-size: 0.9rem;
}
#campaign .c-20th-cmpn .c-column-cmpn .c-txt .txt .c-list-memo > li .u-memo__mark {
  font-size: 0.6rem;
}
@media screen and (max-width: 768px) {
  #campaign .c-20th-cmpn .c-column-cmpn .c-txt .btn {
    text-align: center;
  }
}
#campaign .c-20th-cmpn .c-column-cmpn .c-txt .btn .c-button--black {
  border: #fff 1px solid;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #campaign .c-20th-cmpn .c-column-cmpn .c-txt .btn .c-button--black {
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #campaign .c-20th-cmpn .c-column-cmpn .c-txt .btn .c-button--black {
    min-width: 90%;
  }
}
#campaign .c-20th-cmpn .c-column-cmpn.noimg > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#campaign .c-20th-cmpn .c-blnk {
  width: 58px;
}
@media screen and (max-width: 1024px) {
  #campaign .c-20th-cmpn .c-blnk {
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  #campaign .c-20th-cmpn .c-blnk {
    display: none;
  }
}

/*-------------------------------------------
other contents
-------------------------------------------*/
#others .c-20th-other {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 64px;
}
@media screen and (max-width: 1024px) {
  #others .c-20th-other {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 54px;
  }
}
@media screen and (max-width: 768px) {
  #others .c-20th-other {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 32px;
  }
}
#others .c-20th-other .c-other-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  #others .c-20th-other .c-other-box a {
    gap: 10px;
  }
}
#others .c-20th-other .c-other-box a .img {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
}
#others .c-20th-other .c-other-box a .img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#others .c-20th-other .c-other-box a .stl {
  font-size: 1.1rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #others .c-20th-other .c-other-box a .stl {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #others .c-20th-other .c-other-box a .txt {
    display: none;
  }
}
#others .c-20th-other .c-other-box a .txt .c-list-memo {
  margin-top: 10px;
}
#others .c-20th-other .c-other-box a .txt .c-list-memo > li {
  font-size: 0.9rem;
}
#others .c-20th-other .c-other-box a .txt .c-list-memo > li .u-memo__mark {
  font-size: 0.6rem;
}
#others .c-20th-other .c-other-box a .btn {
  margin-top: auto;
}
#others .c-20th-other .c-other-box a .btn .c-button--white {
  max-width: 100%;
  width: 100%;
  padding: 10px 50px 10px 40px;
}
@media screen and (max-width: 768px) {
  #others .c-20th-other .c-other-box a .btn .c-button--white {
    padding: 5px 40px 5px 30px;
  }
}
#others .c-20th-other .c-other-box a:hover {
  opacity: 1;
}
#others .c-20th-other .c-other-box a:hover .img {
  overflow: hidden;
}
#others .c-20th-other .c-other-box a:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#others .c-20th-other .c-other-box a:hover .btn .c-button--white {
  background: #dcdcdc;
  border-color: #dcdcdc;
}
#others .c-20th-other.is-single {
  grid-template-columns: 1fr;
  width: calc((100% - 80px) / 3);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  #others .c-20th-other.is-single {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #others .c-20th-other.is-single {
    width: 70%;
  }
}
#others .c-20th-other.is-single.noimg {
  width: 52%;
}
@media screen and (max-width: 1024px) {
  #others .c-20th-other.is-single.noimg {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #others .c-20th-other.is-single.noimg {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #others .c-20th-other.is-single a .txt {
    display: block;
  }
}

/*-------------------------------------------
20th anniversary gallery
-------------------------------------------*/
/* modal + swipper */
.modal__gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  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;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal__gallery.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal__gallery .modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal__gallery .modal__content {
  position: relative;
  width: 100%;
  background-color: #f7f7f7;
  color: #272727;
  padding: 24px 0 40px;
}
@media screen and (max-width: 768px) {
  .modal__gallery .modal__content {
    height: 100%;
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .modal__gallery .modal__slider {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
.modal__gallery .modal__slider .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 30px;
  margin: 0 0 56px 50px;
}
@media screen and (max-width: 768px) {
  .modal__gallery .modal__slider .modal-title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin: 0 22px;
  }
}
.modal__gallery .modal__slider .modal-title h2 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal__gallery .modal__slider .modal-title h2 {
    font-size: 1.2rem;
  }
}
.modal__gallery .modal__slider .modal-title .swiper-pagination {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .modal__gallery .modal__slider .modal-title .swiper-pagination {
    font-size: 0.9rem;
  }
}
.modal__gallery .modal__slider .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (max-width: 768px) {
  .modal__gallery .modal__slider .swiper-wrapper {
    height: auto;
    margin-bottom: 40px;
  }
}
.modal__gallery .modal__slider .swiper-wrapper .swiper-slide {
  width: 865px !important;
  margin: 0 73px;
}
@media screen and (max-width: 1024px) {
  .modal__gallery .modal__slider .swiper-wrapper .swiper-slide {
    width: 60% !important;
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .modal__gallery .modal__slider .swiper-wrapper .swiper-slide {
    width: calc(100% - 40px) !important;
    margin: 0 10px;
  }
}
.modal__gallery .modal__slider .swiper-navi {
  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: 120px;
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .modal__gallery .modal__slider .swiper-navi {
    position: fixed;
    bottom: 24px;
    width: calc(100vw - 40px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    margin: 0 20px;
  }
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-next,
.modal__gallery .modal__slider .swiper-navi .swiper-button-prev,
.modal__gallery .modal__slider .swiper-navi .modal__close-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-next span,
.modal__gallery .modal__slider .swiper-navi .swiper-button-prev span,
.modal__gallery .modal__slider .swiper-navi .modal__close-btn span {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-next::after,
.modal__gallery .modal__slider .swiper-navi .swiper-button-prev::after,
.modal__gallery .modal__slider .swiper-navi .modal__close-btn::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  margin-left: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 10;
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-next::before,
.modal__gallery .modal__slider .swiper-navi .swiper-button-prev::before,
.modal__gallery .modal__slider .swiper-navi .modal__close-btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  opacity: 0 !important;
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-next:hover span,
.modal__gallery .modal__slider .swiper-navi .swiper-button-prev:hover span,
.modal__gallery .modal__slider .swiper-navi .modal__close-btn:hover span {
  -webkit-animation: shrinkBounce 0.3s ease;
          animation: shrinkBounce 0.3s ease;
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-next.swiper-button-disabled,
.modal__gallery .modal__slider .swiper-navi .swiper-button-prev.swiper-button-disabled,
.modal__gallery .modal__slider .swiper-navi .modal__close-btn.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-next::before {
  background-image: url(../../20th/img/ic_next02.webp);
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-next::after {
  background-image: url(../../20th/img/ic_next01.webp);
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-next:hover::after {
  background-image: url(../../20th/img/ic_next02.webp);
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-prev::before {
  background-image: url(../../20th/img/ic_prev02.webp);
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-prev::after {
  background-image: url(../../20th/img/ic_prev01.webp);
}
.modal__gallery .modal__slider .swiper-navi .swiper-button-prev:hover::after {
  background-image: url(../../20th/img/ic_prev02.webp);
}
.modal__gallery .modal__slider .swiper-navi .modal__close-btn::before {
  background-image: url(../../20th/img/ic_close02.webp);
}
.modal__gallery .modal__slider .swiper-navi .modal__close-btn::after {
  background-image: url(../../20th/img/ic_close01.webp);
}
.modal__gallery .modal__slider .swiper-navi .modal__close-btn:hover::after {
  background-image: url(../../20th/img/ic_close02.webp);
}

@-webkit-keyframes shrinkBounce {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes shrinkBounce {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
#gallery {
  background-image: url(../../20th/img/bg_gray01.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gallery {
    background-image: url(../../20th/img/bg_gray02.webp);
  }
}
#gallery .c-20th-gallery {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
@media screen and (max-width: 1024px) {
  #gallery .c-20th-gallery {
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
  }
}
@media screen and (max-width: 768px) {
  #gallery .c-20th-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
  }
}
#gallery .c-20th-gallery .c-gallery-box {
  display: none;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#gallery .c-20th-gallery .c-gallery-box img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s ease, -webkit-filter 0.5s ease;
  transition: -webkit-transform 0.7s ease, -webkit-filter 0.5s ease;
  transition: transform 0.7s ease, filter 0.5s ease;
  transition: transform 0.7s ease, filter 0.5s ease, -webkit-transform 0.7s ease, -webkit-filter 0.5s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#gallery .c-20th-gallery .c-gallery-box::after {
  opacity: 0;
  position: absolute;
  display: block;
  content: "";
  background: url(../../20th/img/ic_enlarge.webp) no-repeat 0 0;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateY(16px);
          transform: translate(-50%, -50%) translateY(16px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.5s ease;
  transition: opacity 0.7s ease-out, -webkit-transform 0.5s ease;
  transition: opacity 0.7s ease-out, transform 0.5s ease;
  transition: opacity 0.7s ease-out, transform 0.5s ease, -webkit-transform 0.5s ease;
}
#gallery .c-20th-gallery .c-gallery-box:hover {
  cursor: pointer;
}
#gallery .c-20th-gallery .c-gallery-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#gallery .c-20th-gallery .c-gallery-box:hover::after {
  -webkit-transform: translate(-50%, -50%) translateY(0);
          transform: translate(-50%, -50%) translateY(0);
  opacity: 1;
}
#gallery .c-20th-gallery .c-gallery-box.visible {
  display: block;
}
#gallery .c-viewmore {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  #gallery .c-viewmore {
    margin-top: 48px;
  }
}
#gallery .c-viewmore p {
  position: relative;
  display: inline-block;
  padding: 0 28px 10px;
  border-bottom: #fff 2px solid;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#gallery .c-viewmore p span {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  padding-right: 38px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#gallery .c-viewmore p::before, #gallery .c-viewmore p::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  bottom: 12px;
  right: 28px;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
#gallery .c-viewmore p::before {
  background-image: url(../../20th/img/ic_arrow01.webp);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  z-index: 1;
}
#gallery .c-viewmore p::after {
  background-image: url(../../20th/img/ic_arrow02.webp);
  opacity: 0;
  z-index: 2;
}
#gallery .c-viewmore p:hover {
  cursor: pointer;
  border-color: #dcdcdc;
}
#gallery .c-viewmore p:hover span {
  color: #dcdcdc;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
#gallery .c-viewmore p:hover::before {
  opacity: 0;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
#gallery .c-viewmore p:hover::after {
  opacity: 1;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}/*# sourceMappingURL=20th.css.map */