@charset "UTF-8";
/* stylelint-disable no-descending-specificity */
/* goods一覧 */
.page-goods-list {
  background-color: #ffffff;
}

.content-goods-list {
  margin-bottom: 2em;
}

.goods-list-title {
  margin-bottom: 1.5em;
  padding: 0 5%;
  font-size: 4.2666666667vw;
}

.goods-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5%;
}
.goods-list .goods-post {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 8% 3em 0;
  width: 46%;
}
.goods-list .goods-post:nth-of-type(2n) {
  margin-right: 0;
}
.goods-list .goods-post.closed {
  pointer-events: none;
}
.goods-list .goods-post.closed .post-img::before {
  content: "受付終了";
  position: absolute;
  z-index: 2;
  bottom: 0.7em;
  left: 0;
  padding: 0.1em 0;
  width: 100%;
  background-color: #152e55;
  text-align: center;
  color: #fff;
  font-size: 3.2vw;
}
.goods-list .goods-post.closed .post-img::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.goods-list .goods-post .post-new {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 0.5em;
  left: 0.5em;
  padding: 0 1em;
  background-color: #152e55;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 2.4vw;
}
.goods-list .goods-post .post-img {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 0.8em;
  height: auto;
  background-color: #fff;
  aspect-ratio: 1/1;
}
.goods-list .goods-post .post-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.goods-list .goods-post .post-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods-list .goods-post .post-status {
  margin-bottom: 0.5em;
  font-size: 3.2vw;
}
.goods-list .goods-post .post-status.member {
  color: #152e55;
}
.goods-list .goods-post .post-status.public {
  color: #009ade;
}
.goods-list .goods-post .post-name {
  margin-bottom: 0.3em;
}
.goods-list .goods-post .post-name a {
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  font-size: 3.2vw;
}
.goods-list .goods-post .post-price,
.goods-list .goods-post .post-releasedate {
  font-size: 2.8vw;
}

.goods-kv {
  overflow: hidden;
  margin-bottom: 2em;
  aspect-ratio: 25/13;
}
.goods-kv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.goods-slider {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1.5em;
}
.goods-slider .swiper-container {
  overflow: hidden;
  width: 100%;
}
.goods-slider .swiper-slide {
  aspect-ratio: 25/13;
  overflow: hidden;
}
.goods-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 0;
  padding: 0 2%;
}
.goods-slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  flex: 1;
  margin: 0 2%;
  max-width: 42px;
  height: 4px;
  border-radius: 0;
  background-color: #b2b2b2;
}
.goods-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #666;
}
.goods-slider .swiper-button-prev,
.goods-slider .swiper-button-next {
  display: none;
}

@media (min-width: 769px) {
  .content-goods-list {
    margin-bottom: 0;
  }
  .goods-list-title {
    margin-bottom: 35px;
    padding: 0;
    font-size: 27px;
    font-size: 2.7rem;
  }
  .goods-list {
    padding: 0;
  }
  .goods-list .goods-post {
    margin: 0 6.5% 40px 0;
    width: 29%;
  }
  .goods-list .goods-post:nth-of-type(2n) {
    margin-right: 6.5%;
  }
  .goods-list .goods-post:nth-of-type(3n) {
    margin-right: 0;
  }
  .goods-list .goods-post.closed .post-img::before {
    bottom: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .goods-list .goods-post .post-new {
    top: 7px;
    left: 7px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .goods-list .goods-post .post-img {
    margin-bottom: 15px;
  }
  .goods-list .goods-post .post-status {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .goods-list .goods-post .post-name {
    margin-bottom: 5px;
  }
  .goods-list .goods-post .post-name a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .goods-list .goods-post .post-price,
  .goods-list .goods-post .post-releasedate {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .goods-kv {
    margin: 0 auto;
    margin-bottom: 78px;
    max-width: 1000px;
  }
  .goods-slider {
    margin-bottom: 78px;
    padding-bottom: 0;
  }
  .goods-slider .swiper-pagination {
    display: none;
  }
  .goods-slider .swiper-button-prev,
  .goods-slider .swiper-button-next {
    display: block;
    width: 60px;
    height: auto;
    border-radius: 100px;
    background-color: #fff;
    aspect-ratio: 1/1;
  }
  .goods-slider .swiper-button-prev::before,
  .goods-slider .swiper-button-next::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: auto;
    aspect-ratio: 1/1;
  }
  .goods-slider .swiper-button-prev::after,
  .goods-slider .swiper-button-next::after {
    display: none;
  }
  .goods-slider .swiper-button-prev {
    left: 5.5%;
  }
  .goods-slider .swiper-button-prev::before {
    transform: translate(-30%, -50%) rotate(45deg);
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
  }
  .goods-slider .swiper-button-next {
    right: 5.5%;
  }
  .goods-slider .swiper-button-next::before {
    transform: translate(-70%, -50%) rotate(45deg);
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
}
@media (width >= 1416px) {
  .goods-slider .swiper-button-prev {
    left: 8%;
  }
  .goods-slider .swiper-button-next {
    right: 8%;
  }
}
/* goods詳細 */
.page-goods-single {
  background-color: #ffffff;
}

.goods-single {
  margin-bottom: 2em;
}
.goods-single .goods-post .post-img {
  margin-bottom: 2em;
}
.goods-single .goods-post .post-img .swiper {
  margin: 0 auto 1.5em;
  width: 100%;
  max-width: 600px;
}
.goods-single .goods-post .post-img .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.goods-single .goods-post .post-img .slider-thumbnail {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5%;
}
.goods-single .goods-post .post-img .slider-thumbnail .thumbnail {
  opacity: 0.7;
  margin: 0 2.5% 1em 0;
  width: 18%;
  cursor: pointer;
}
.goods-single .goods-post .post-img .slider-thumbnail .thumbnail:nth-of-type(5n) {
  margin-right: 0;
}
.goods-single .goods-post .post-img .slider-thumbnail .thumbnail.active {
  opacity: 1;
  outline: 1px solid #000;
}
.goods-single .goods-post .post-img .slider-thumbnail .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.goods-single .goods-post .post-textarea {
  position: relative;
  padding: 0 5% 4em;
}
.goods-single .goods-post .post-status {
  position: absolute;
  top: 0;
  right: 5%;
  text-align: right;
  color: #152e55;
  font-size: 3.2vw;
}
.goods-single .goods-post .post-new {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 1em;
  background-color: #152e55;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 2.4vw;
}
.goods-single .goods-post .post-name {
  margin-bottom: 0.5em;
  line-height: 1.75;
  font-size: 3.6vw;
}
.goods-single .goods-post .post-price,
.goods-single .goods-post .post-releasedate {
  font-size: 2.8vw;
}
.goods-single .goods-post .post-text {
  margin-top: 2em;
}
.goods-single .goods-post .post-text p {
  margin-bottom: 1em;
  text-align: justify;
}
.goods-single .goods-post .post-text p:last-child {
  margin-bottom: 0;
}
.goods-single .goods-post .post-btn-buy {
  margin: 3em auto 0;
  width: 55%;
}
.goods-single .goods-post .post-btn-buy a {
  display: block;
  padding: 1em 0;
  background-color: #152e55;
  text-align: center;
  color: #fff;
  font-size: 2.8vw;
}
.goods-single .goods-post .post-btn-back {
  margin: 0 auto;
  width: 55%;
}
.goods-single .goods-post .post-btn-back a {
  display: block;
  padding: 1em 0;
  border-radius: 100px;
  background-color: #35719c;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 4vw;
}

@media (min-width: 769px) {
  .goods-single {
    margin-bottom: 80px;
  }
  .goods-single .goods-post .post-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .goods-single .goods-post .post-img {
    margin-bottom: 0;
    width: 50%;
  }
  .goods-single .goods-post .post-img .swiper {
    margin: 0 0 13px;
    width: 100%;
    max-width: 600px;
  }
  .goods-single .goods-post .post-img .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
  }
  .goods-single .goods-post .post-img .slider-thumbnail {
    padding: 0;
  }
  .goods-single .goods-post .post-img .slider-thumbnail .thumbnail {
    margin: 0 2.5% 13px 0;
    width: 18%;
  }
  .goods-single .goods-post .post-textarea {
    margin-top: 25px;
    padding: 0 0 70px;
    width: 44%;
  }
  .goods-single .goods-post .post-status {
    position: relative;
    right: 0;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .goods-single .goods-post .post-new {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .goods-single .goods-post .post-name {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .goods-single .goods-post .post-price,
  .goods-single .goods-post .post-releasedate {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .goods-single .goods-post .post-text {
    margin-top: 33px;
  }
  .goods-single .goods-post .post-text p {
    margin-bottom: 1em;
    text-align: justify;
  }
  .goods-single .goods-post .post-btn-buy {
    margin: 40px 0 0;
    width: 100%;
    max-width: 280px;
  }
  .goods-single .goods-post .post-btn-buy a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .goods-single .goods-post .post-btn-buy a.pcmo:hover {
    background-color: #6a8ec7;
  }
  .goods-single .goods-post .post-btn-back {
    width: 100%;
    max-width: 280px;
  }
  .goods-single .goods-post .post-btn-back a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .goods-single .goods-post .post-btn-back a.pcmo:hover {
    background-color: #77a8cc;
    color: #fff;
  }
  .goods-single .goods-post .post-btn-back a.pcmo:active {
    background-color: #22c5f0;
    color: #fff;
  }
}
.goods-pagination {
  display: flex;
  align-items: center;
  padding: 0 5%;
}
.goods-pagination a,
.goods-pagination span {
  display: block;
  line-height: 1;
}
.goods-pagination .prev,
.goods-pagination .next {
  position: relative;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
}
.goods-pagination .prev::before,
.goods-pagination .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.5em;
  height: auto;
  aspect-ratio: 1/1;
}
.goods-pagination .prev {
  margin-right: 0.8em;
}
.goods-pagination .prev::before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.goods-pagination .next {
  margin-left: 0.8em;
}
.goods-pagination .next::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.goods-pagination .num {
  margin: 0 0.8em;
  color: #999;
  font-size: 2.9333333333vw;
}
.goods-pagination .num.current {
  color: #000;
}

@media (min-width: 769px) {
  .goods-pagination {
    padding: 30px 0;
  }
  .goods-pagination .prev {
    margin-right: 20px;
  }
  .goods-pagination .next {
    margin-left: 20px;
  }
  .goods-pagination .num {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .goods-pagination .num.pcmo:hover {
    color: #555;
  }
}/*# sourceMappingURL=goods.css.map */