@charset "utf-8";

.tab-list {
  display: grid;
  justify-content: center;
  left: 4rem;
  position: absolute;
  top: 16rem;
}

.tab-menu {
  font-size: 2rem;
  opacity: .3;
  display: block;
}

.tab-menu.is-current {
  opacity: 1;
}

.content-box {
  display: none;
}

.style-datas {
  bottom: 4rem;
  font-size: 1.6rem;
  left: 4rem;
  line-height: 1.6;
  position: absolute;
}

.swiper-area {
  margin: 0 auto;
  max-width: 112.2rem;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide {
  text-align: center;
}

.swiper-slide figure {
  display: inline-block;
  margin: 0;
  padding: 1rem;
}

.yoko img {
  aspect-ratio: 1500 / 1016;
}

.yok2 img {
  aspect-ratio: 1000 / 750;
}

.tate img {
  aspect-ratio: 698 / 1000;
  width: auto;
}

.tate2img {
  aspect-ratio: 750 / 1000;
  width: auto;
}

.swiper-slide img {
  box-shadow: 0 .3rem .6rem rgb(138 125 132 / 50%);
  max-height: 69.07407407407408vh;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-button-prev,
.swiper-button-next {
  background: center / 30% no-repeat;
  color: transparent;
  font-size: 0;
  height: 6.2rem;
  margin-top: -3.1rem;
  width: 6.2rem;
}

.swiper-button-prev {
  background-image: url(/img/ico/prev.svg);
  left: 1rem;
}

.swiper-button-next {
  background-image: url(/img/ico/next.svg);
  right: 1rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/* ================================================================
  hoverアニメーション
================================================================ */
@media (hover: hover) and (pointer: fine) {

  .swiper-button-prev,
  .swiper-button-next {
    transition: .3s ease;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: .7;
  }

  .tab-menu:not(.is-current):hover {
    opacity: 1;
  }
}

/* ================================================================
  タブレットレイアウト
================================================================ */
@media screen and (max-width: 1024px) {

  .tab-list {
    line-height: 1.6;
    margin-top: 4rem;
    padding: 0 5rem;
    position: static;
        display:flex;
        justify-content: space-between;

  }

    .tab-list a{
        font-size:1.1rem!important;
    }

  .tab-menu {
    text-align: center;
  }

  .style-datas {
    position: static;
    padding: 0 2rem 6rem;
    text-align: center;
  }

  .swiper-area {
    margin: 2rem auto;
    position: static;
    transform: none;
  }
}

/* ================================================================
  スマホ版レイアウト
================================================================ */
@media screen and (max-width: 750px) {

  .tab-menu {
    font-size: 1.6rem;
  }

  .style-datas {
    font-size: 1.2rem;

  }

  .swiper-area {
    max-width: 36rem;
  }

  .swiper-slide img {
    max-height: 36.8rem;
  }

  .swiper-button-prev,
  .swiper-button-next {
    height: 3.6rem;
    margin-top: -1.8rem;
    width: 3.6rem;
  }
}