@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

section .inner {
  width: 1000px;
  margin: 0 auto;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
header {
  display: none;
}

.logo {
  width: 208px;
  margin: 0 auto;
  padding-top: 60px;
}
.logo h1 {
  display: block;
}
.logo h1 img {
  display: block;
}

/*-----------------------------------------------------------------
product
-----------------------------------------------------------------*/
#contents {
  width: 1100px;
  margin: 0 auto;
}

.product {
  width: 980px;
  margin: 0 auto;
  padding-top: 57px;
  padding-bottom: 200px;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}
.product .inner {
  display: flex;
  justify-content: center;
}
.product .inner .imgs {
  width: 500px;
}
.product .inner .imgs .main {
  overflow: hidden;
  position: relative;
}
.product .inner .imgs .main .swiper-wrapper {
  width: 500px;
  height: 597px;
}
.product .inner .imgs .main .swiper-button-next,
.product .inner .imgs .main .swiper-button-prev {
  display: block;
  width: 48px;
  height: 48px;
}
.product .inner .imgs .main .swiper-button-next::after,
.product .inner .imgs .main .swiper-button-prev::after {
  display: none;
}
.product .inner .imgs .main .swiper-button-next:hover,
.product .inner .imgs .main .swiper-button-prev:hover {
  opacity: 0.65;
}
.product .inner .imgs .main .swiper-button-prev {
  background: url(../img/arrow-left.png) center no-repeat;
  background-size: contain;
  left: 14px;
}
.product .inner .imgs .main .swiper-button-next {
  background: url(../img/arrow-right.png) center no-repeat;
  background-size: contain;
  right: 14px;
}
.product .inner .imgs .main .main-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 597px;
}
.product .inner .imgs .main .main-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product .inner .imgs .thumbs {
  margin-top: 19px;
}
.product .inner .imgs .thumbs .swiper-wrapper {
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, 91px);
}
.product .inner .imgs .thumbs .swiper-slide {
  width: 91px;
  height: 110px;
}
.product .inner .imgs .thumbs .thumb a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 91px;
  height: 110px;
}
.product .inner .imgs .thumbs .thumb a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.product .inner .detail {
  width: 400px;
  margin-left: 80px;
}
.product .inner .detail .title {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: -0.01rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.product .inner .detail .timesale_price {
  margin-top: 35px;
  text-align: left;
  color: #202020;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.product .inner .detail .timesale_price .price {
  display: inline-block;
  font-size: 1.235rem;
  font-weight: 500;
  text-align: left;
}
.product .inner .detail .timesale_price .price .num {
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 500;
  margin-left: 4px;
}
.product .inner .detail .timesale_price .label {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: 2px;
  padding-bottom: 3px;
}
.product .inner .detail .product_price {
  margin-top: 12px;
  text-align: left;
  color: #202020;
  display: inline-block;
  color: #999999;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
.product .inner .detail .product_price .price {
  display: inline-block;
  text-align: left;
}
.product .inner .detail .product_price .price .num {
  display: inline-block;
  font-size: 1.6rem;
}
.product .inner .detail .product_price .label {
  margin-left: 10px;
  padding-bottom: 4px;
}
.product .inner .detail .description {
  margin-top: 25px;
  border-top: 1px solid #434343;
  padding-top: 25px;
  color: #202020;
  font-size: 1.235rem;
  line-height: 1.8;
}
.product .inner .detail .description h1,
.product .inner .detail .description h2,
.product .inner .detail .description h3,
.product .inner .detail .description h4,
.product .inner .detail .description h5,
.product .inner .detail .description h6 {
  font-size: 1.235rem;
  line-height: 1.8;
  margin-top: 30px;
  margin-bottom: 30px;
}
.product .inner .detail .description h1:first-of-type,
.product .inner .detail .description h2:first-of-type,
.product .inner .detail .description h3:first-of-type,
.product .inner .detail .description h4:first-of-type,
.product .inner .detail .description h5:first-of-type,
.product .inner .detail .description h6:first-of-type {
  margin-top: 0;
}