@charset "UTF-8";

/* ===== 2026 03 12 add style ===== */

/* common */

main {
  background: url(../images/gallery/gallery-bg.jpg) no-repeat center top;
  background-size: auto;
  background-size: cover;
}

.viewpc {
  display: block;
}

.viewsp {
  display: none;
}

@media screen and (max-width: 800px) {
  .viewpc {
    display: none;
  }

  .viewsp {
    display: block;
  }
}

/* -- GALLERY TOP */

#section_contents_head h1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

#section_contents_head h1 .fss {
  font-size: 60%;
  margin-top: -18px;
}

.title_icon {
  width: 215px;
  height: auto;
  margin: 0 25px;
}

.gallery-menu {
  margin: 80px auto 100px;
}

.gallery-menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8% 4%;
}

.gallery-menu-list li a img {
  transition: ease all 0.25s;
}

.gallery-menu-list li a img:hover {
  opacity: 0.5;
  transition: ease all 0.25s;
}

@media screen and (max-width:800px) {

  .title_icon {
    width: 100px;
    margin: 0 10px;
  }

  .gallery-menu {
    margin: 20vw auto;
  }

  .gallery-menu-list {
    grid-template-columns: 1fr 1fr;
    gap: 3% 6%;
  }

}

/* -- GALLERY MAIN STORE */

.gallery-info {
  margin: 45px auto;
  color: #666;
  line-height: 2;
  font-size: clamp(14px, 0.95vw, 18px);
}
.gallery-info .kome {
  font-size: 70%;
}
.gallery-menu-title {
  color: #98a2ab;
  font-size: 35px;
  font-weight: 600;
  margin: 10px auto;
}

.gallery-menu.undermenu .gallery-menu-list {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 3%;
  text-align: center;
  margin: 60px auto;
}

.under_gallery_menu_ttl {
  color: #565656;
  font-weight: 600;
  font-size: 17px;
  margin: 10px auto;
  display: block;
}

@media screen and (max-width:800px) {

  .gallery-menu-title {
    font-size: 1.8em;
  }

  .gallery-menu.undermenu .gallery-menu-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .under_gallery_menu_ttl {
    font-size: 0.85em;
  }

  .gallery-info {
    margin: 30px auto;
  }


}


/*  ---- gallery slider */

.photogallery-slider {
  margin: 150px auto 180px;
}

.slideshow-wrapper {
  width: 100%;
  max-width: 1100px;
}

.main-stage {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  width: 85%;
  margin: 0 auto;
}

.arrow-btn {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: none;
  opacity: 0.4;
  transition: opacity 0.2s;
  position: absolute;
}

.arrow-btn.left {
  left: 0;
}

.arrow-btn.right {
  right: 0;
}

.arrow-btn:hover {
  opacity: 1;
}

.arrow-btn svg {
  width: 30px;
  height: 30px;
  stroke: #2a2a2a;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.slide-card {
  flex: 1;
  background: #fff;
  display: flex;
  align-items: stretch;
  min-height: 570px;
  padding: 60px 50px;
}

.slide-image-wrap {
  flex: 0 0 55%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 450px;
}

.slide-text {
  flex: 1;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.slide-title {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 600;
  color: #565656;
  line-height: 1.6;
  margin-bottom: 20px;
}

.slide-desc {
  font-size: clamp(14px, 0.9vw, 18px);
  line-height: 1.8;
  color: #565656;
  font-weight: 600;
}

.fading .slide-image-wrap img,
.fading .slide-title,
.fading .slide-desc {
  animation: fade 0.35s ease forwards;
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.thumb-track-outer {
  overflow: hidden;
  position: relative;
  width: 90%;
  margin: 75px auto;
}

.thumb-track-outer::before,
.thumb-track-outer::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.thumb-track-outer::before {
  left: 0;
  background: linear-gradient(to right, #d9f5de, transparent);
}

.thumb-track-outer::after {
  right: 0;
  background: linear-gradient(to left, #d3f2ea, transparent);
}


.thumb-track {
  display: flex;
  align-items: flex-end;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}

.thumb {
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 4px 10px 8px;
  opacity: 0.5;
  transition: opacity 0.25s, transform 0.25s;
  user-select: none;
}

.thumb:hover {
  opacity: 0.8;
}

.thumb.active {
  opacity: 1;
  transform: translateY(-4px);
}

.thumb img {
  width: 120px;
  height: 80px;
  object-fit: contain;
  display: block;
}

/* -- GALLERY UNIFORM */

.uniform .slide-image-wrap img {
  max-height: 350px;
}



@media (max-width: 800px) {

  .photogallery .title_icon {
    margin: 0 0 0 5px;
  }

  .photogallery-slider {
    margin: 10vw 2vw;
  }

  .slide-card {
    flex-direction: column;
    padding: 8vw 3vw;
    width: 100%;
    min-height: auto;
  }

  .main-stage {
    width: 90%;
  }

  .slide-image-wrap {
    flex: 0 0 200px;
  }

  .slide-text {
    padding: 24px 20px 0;
  }

  .thumb img {
    width: 90px;
    height: 60px;
  }

  .arrow-btn {
    width: 25px;
    height: 100px;
  }

  .arrow-btn.left {
    left: -3%;
  }

  .arrow-btn.right {
    right: -3%;
  }

  .thumb-track-outer::after {
    background: linear-gradient(to left, #d9f5de, transparent);
  }

  /* -- gallery unique stores */

  .unique_stores .title_icon {
    width: 85px;
    margin: 0 0 0 5px;
  }

  .sectiontitle .ttl {
    width: 54%;
  }

  .sectiontitle .fss {
    width: 4%;
  }

  .sectiontitle .goods {
    width: 28%;
  }

  .sectiontitle .title_icon {
    width: 14%;
    margin: 0;
  }
  .thumb-track-outer {
    margin: 30px auto;
  }
  .gallery-menu.undermenu .gallery-menu-list {
      margin: 30px auto;
  }
.uniform .slide-image-wrap {
    flex: 0 0 220px;
  }

.uniform .slide-image-wrap img {
  padding-top: 20px;
}
}

@media (max-width: 400px) {
  .sectiontitle .goods {
    width: 58%;
  }

  .sectiontitle .title_icon {
    width: 34%;
    margin: 0;
  }
}