@charset "UTF-8";
/* =================================
商品一覧ページ
 ================================= */
.page-item .l_fv02__wrap03 {
  align-items: flex-start;
  margin: 40px 0 0;
}
@media (max-width: 540px) {
  .page-item .l_fv02__wrap03 {
    margin: 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-item .u_mb140pc {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .page-item .u_mb84sp {
    margin-bottom: 4px;
  }
}
.page-item__notice {
  text-align: right;
  font-size: 12px;
  padding: 0 24px;
}
@media (max-width: 540px) {
  .page-item__notice {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .page-item__notice {
    margin-bottom: 86px;
  }
}
@media screen and (max-width: 1023px) {
  .page-item__notice {
    margin-bottom: 40px;
  }
}
.page-item__notice-br {
  display: none;
}
@media (max-width: 540px) {
  .page-item__notice-br {
    display: block;
  }
}

.l_fv02-item {
  height: 380px;
}
@media screen and (max-width: 1023px) {
  .l_fv02-item {
    height: 100%;
  }
}

.page-item-section01__ttl {
  border-bottom: 1px solid #eee;
  padding: 0 0 12px;
}
.page-item-section01__cat-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 50px;
}
@media (max-width: 540px) {
  .page-item-section01__cat-wrap {
    margin: 0 0 40px;
  }
}
.page-item-section01__cat-item {
  color: #acacac;
  text-decoration: none;
  margin: 0 24px 0 0;
}
@media (max-width: 540px) {
  .page-item-section01__cat-item {
    width: 33%;
    margin: 0;
  }
}
.page-item-section01__cat-item:last-of-type {
  margin: 0 0 0 0;
}
.page-item-section01__cat-item--active {
  color: #323232;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.page-item-section02__content {
  display: flex;
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto 80px;
  flex-wrap: wrap;
  gap: 120px;
}
@media screen and (max-width: 1400px) {
  .page-item-section02__content {
    gap: 80px;
  }
}
@media (max-width: 1023px) {
  .page-item-section02__content {
    gap: 30px;
  }
}
@media (max-width: 540px) {
  .page-item-section02__content {
    flex-direction: column;
    align-items: center;
    gap: 60px;
    margin: 0 auto 60px;
  }
}
.page-item-section02__item {
  width: calc((100% - 240px) / 3);
}
@media screen and (max-width: 1400px) {
  .page-item-section02__item {
    width: calc((100% - 160px) / 3);
  }
}
@media (max-width: 1023px) {
  .page-item-section02__item {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 780px) {
  .page-item-section02__item {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 540px) {
  .page-item-section02__item {
    width: 100%;
    max-width: 400px;
  }
}
.page-item-section02__link-wrap {
  text-decoration: none;
  color: #525252;
  cursor: pointer;
}
.page-item-section02__item-img {
  position: relative;
  overflow: hidden;
  margin: 0 0 12px;
}
.page-item-section02__item-img:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.page-item-section02__item-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-item-section02__item-lead {
  margin: 0 0 32px;
}
@media (max-width: 540px) {
  .page-item-section02__item-lead {
    margin: 0 0 24px;
  }
}
.page-item-section02__item-btn {
  width: 100%;
  cursor: pointer;
}

.item-pager {
  text-align: center;
  margin: 0 0 80px;
}
@media (max-width: 540px) {
  .item-pager {
    margin: 0 0 60px;
  }
}
.item-pager .wp-pagenavi {
  display: inline-block;
}
.item-pager .nextpostslink,
.item-pager .previouspostslink {
  border: none;
  color: #323232;
}
.item-pager .current,
.item-pager .page {
  border: 1px solid rgba(215, 168, 95, 0.3);
  padding: 3px 3px;
  display: inline-block;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  color: #323232;
}
.item-pager .wp-pagenavi span.current {
  border: 2px solid rgba(215, 168, 95, 0.3);
}

/* =================================
商品詳細
 ================================= */
.single-item.l_main01 {
  padding-top: 100px;
}
.single-item__cat-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1150px;
  margin: 0 auto 50px;
  padding: 0 24px;
}
@media (max-width: 540px) {
  .single-item__cat-wrap {
    margin: 0 0 40px;
  }
}
.single-item__cat-item {
  color: #acacac;
  text-decoration: none;
  margin: 0 24px 0 0;
}
@media (max-width: 540px) {
  .single-item__cat-item {
    width: 33%;
    margin: 0;
  }
}
.single-item__cat-item:last-of-type {
  margin: 0 0 0 0;
}
.single-item__cat-item--active {
  color: #323232;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.single-item__inner {
  display: flex;
  align-items: flex-start;
  max-width: 1320px;
  gap: 60px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1400px) {
  .single-item__inner {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .single-item__inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
@media (max-width: 540px) {
  .single-item__inner {
    padding: 0 36px;
  }
}
.single-item__sub-img-wrap {
  width: 143px;
}
@media screen and (max-width: 1400px) {
  .single-item__sub-img-wrap {
    width: 120px;
  }
}
@media (max-width: 1023px) {
  .single-item__sub-img-wrap {
    width: 100%;
    display: flex;
    max-width: 560px;
    gap: 10px;
  }
}
.single-item__sub-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px;
}
@media (max-width: 1023px) {
  .single-item__sub-img {
    margin: 0;
    width: calc((100% - 30px) / 4);
  }
}
.single-item__sub-img:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.single-item__sub-img.current {
  border: #848484 1px solid;
}
.single-item__sub-img.current img {
  opacity: 1;
}
.single-item__sub-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  cursor: pointer;
}
.single-item__main-img {
  flex: 1;
  position: relative;
  overflow: hidden;
  margin: 0 0 12px;
}
@media (max-width: 1023px) {
  .single-item__main-img {
    width: 100%;
    order: -1;
    max-width: 560px;
  }
}
.single-item__main-img:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.single-item__main-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-item__content {
  width: 360px;
  margin: 0 0 0 0;
}
@media screen and (max-width: 1400px) {
  .single-item__content {
    width: 300px;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .single-item__content {
    width: 100%;
    max-width: 560px;
  }
}
.single-item__item-ttl {
  font-size: 1.4em;
}
@media (max-width: 1023px) {
  .single-item__item-ttl {
    display: none;
  }
}
.single-item__item-artist {
  line-height: 1.5;
  margin: 0 0 24px;
}
@media (max-width: 1023px) {
  .single-item__item-artist {
    display: none;
  }
}
.single-item__sp-ttl {
  display: none;
}
@media (max-width: 1023px) {
  .single-item__sp-ttl {
    display: block;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 40px;
  }
}
.single-item__item-ttl-sp {
  font-size: 1.4em;
}
.single-item__item-artist-sp {
  line-height: 1.5;
  margin: 0 0 12px;
}
.single-item__item-price {
  margin: 0 0 24px;
}
@media (max-width: 540px) {
  .single-item__item-price {
    margin: 0 0 18px;
  }
}
.single-item__item-lead {
  margin: 0 0 0;
}
@media (max-width: 540px) {
  .single-item__item-lead {
    margin: 0 0 18px;
  }
}
.single-item__item-table {
  width: 100%;
}
.single-item__item-table th {
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  line-height: 1.5;
}
.single-item__item-table td {
  padding: 0 0 20px 20px;
  line-height: 1.5;
}
@media (max-width: 540px) {
  .single-item__item-table td {
    padding: 0 0 18px 15px;
  }
}
.single-item__item-table td span {
  display: block;
  font-size: 70%;
}
.single-item__select {
  border: 1px solid rgba(215, 168, 95, 0.3);
  width: 80px;
  border-radius: 9px;
  height: 60px;
  margin-left: auto;
  display: block;
}
.single-item__btn {
  width: 100%;
  background-color: rgba(215, 168, 95, 0.3);
  border-radius: 9px;
  height: 60px;
  margin: 0 0 4px;
  color: #323232;
}
.single-item__btn:hover {
  opacity: 0.5;
}
.single-item__link {
  width: 100%;
}
.single-item__guide {
  display: block;
  width: 110px;
  text-align: right;
  margin: 0 8px 24px auto;
  text-decoration: none;
  color: #323232;
  font-size: 12px;
}

/* =================================

 ================================= */
/* =================================

 ================================= *//*# sourceMappingURL=item.css.map */