@charset "UTF-8";

h2.tabTitle {
  margin-bottom: 40px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #2b2b40;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.tabTitle__sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 8px;
  color: #2b2b40;
}

@media screen and (min-width: 768px) {
  h2.tabTitle {
    margin-bottom: 60px;
    font-size: 34px;
  }

  .tabTitle__sub {
    font-size: 16px;
    margin-top: 10px;
  }
}

.detailModule {
  overflow: hidden;
}

.detailModule .txtWrap {
  margin: 0;
  padding: 20px 0 30px;
  text-align: center;
  font-size: 18px;
}

.detailModule .txtWrap h2.name {
  font-family: 'Noto Sans JP', sans-serif;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #2b2b40;
}

.sliderModule {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sliderModule .swiper-container {
  text-align: center;
}

.sliderModule .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sliderModule img {
  max-width: 100% !important;
  max-height: 520px !important;
  width: auto !important;
  height: auto !important;
}

.thumsModule {
  clear: both;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.thumsModule .thumbsWrap {
  max-width: 992px;
  margin: 0 auto;
  padding: 20px 15px;
}

.thumsModule .swiper-container {
  flex: 1;
  max-width: calc(100% - 132px);
  height: auto;
  box-sizing: border-box;
  padding: 20px 0;
  overflow: hidden;
}

.thumsModule .swiper-container .swiper-slide {
  width: 114px;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  position: relative;
}

.thumsModule .swiper-container .swiper-slide img {
  width: 114px !important;
  height: 114px !important;
}

.thumsModule .swiper-container .swiper-slide-active::after {
  content: '';
  display: block;
  width: 114px;
  height: 114px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #000;
  box-sizing: border-box;
  pointer-events: none;
}

.thumsModule .thumbsWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumsModule .swiper-button-prev,
.thumsModule .swiper-button-next {
  position: relative;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  margin-top: 0 !important;
  border-radius: 999px;
  border: 1px solid #000;
  background-color: #fff;
  background-image: none;
  top: auto;
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumsModule .swiper-button-prev::after,
.thumsModule .swiper-button-next::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.thumsModule .swiper-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 5px;
}

.thumsModule .swiper-button-next::after {
  transform: rotate(45deg);
  margin-right: 5px;
}

.thumsModule .swiper-button-prev {
  margin-right: 20px;
}

.thumsModule .swiper-button-next {
  margin-left: 20px;
}

.backLinks.detail-link {
  margin-top: 60px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .backLinks.detail-link {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .backLinks.detail-link .backLinks__arrow {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .sliderModule {
    max-height: 300px;
  }

  .sliderModule .swiper-slide {
    height: 300px;
    position: relative;
  }

  .sliderModule .swiper-slide img {
    display: block;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sliderModule img {
    max-width: 100% !important;
    max-height: 300px !important;
    width: auto !important;
    height: auto !important;
  }

  .thumsModule .thumbsWrap {
    padding: 0 20px;
  }

  .thumsModule .swiper-container .swiper-slide {
    width: 76px;
  }

  .thumsModule .swiper-container .swiper-slide img {
    width: 76px !important;
    height: 76px !important;
  }

  .thumsModule .swiper-container .swiper-slide-active::after {
    width: 76px;
    height: 76px;
  }

  .thumsModule .swiper-button-prev,
  .thumsModule .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  .thumsModule .swiper-button-prev::after,
  .thumsModule .swiper-button-next::after {
    width: 6px;
    height: 6px;
  }

  .thumsModule .swiper-button-prev {
    margin-right: 10px;
  }

  .thumsModule .swiper-button-next {
    margin-left: 10px;
  }

  .thumsModule .swiper-container {
    max-width: calc(100% - 80px);
  }

  .thumsModule .thumbsWrap {
    padding: 0 10px;
  }

  .detailModule .txtWrap {
    padding: 15px 0 20px;
  }

  .detailModule .txtWrap h2.name {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .detailModule .txtWrap {
    min-height: 70px;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px 0 40px;
  }

  .detailModule .txtWrap h2.name {
    font-size: 18px;
  }

  .sliderModule {
    margin: 0 auto;
    text-align: center;
  }

  .thumsModule {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 50px;
  }

  .thumsModule .thumbsWrap {
    max-width: 992px;
    margin: 0 auto;
    padding: 30px 20px;
  }

  .thumsModule .swiper-container {
    max-width: 800px;
    flex: 1;
    box-sizing: border-box;
    padding: 20px 0;
  }
}
