/* ------------------------------------------------------------ */
/* PRODUCTS 商品詳細・一覧 CSS */
/* ------------------------------------------------------------ */
.item_img {
  position: relative;
  overflow: hidden;
}
.item_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.item_img.icon-new::after,
.item_img.icon-restock::after,
.item_img.icon-soldout::after,
.item_img.icon-only::after {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 2;
  font-size: 1rem;
  border: 1px solid #949494;
  padding: 0 5px;
  color: #949494;
  background-color: #fff;
  transition: all 0.3s;
}
/* a:hover .item_img.icon-new::after,
a:hover .item_img.icon-restock::after,
a:hover .item_img.icon-soldout::after  {
  color: #fff;
  border: 1px solid #fff;
} */
.item_img.icon-new::after {
  content: "NEW";
}
.item_img.icon-soldout::after {
  content: "SOLD OUT";
  opacity: 1;
}
.item_img.icon-restock::after {
  content: "\518d\5165\8377"; /* 再入荷 euc-jp用 */
}
.item_img.icon-only::after {
  content: "\5728\5eab\9650\308a"; /* 在庫限り euc-jp用 */
}

.item_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
/* ------------------------------------------------------------ */
/* 一覧 */
.l_head {
  padding: 2em 0;
}
.l_container {
  padding: 2em 0;
  margin-bottom: 10%;
}
.l_inner {
  padding: 0 1.5em;
}

.list-ttl {
  font-size: 1.8em;
  margin: 1em auto 2em;
  font-weight: 300;
}
.list-ttl .en {
  display: block;
  font-size: 0.5em;
  letter-spacing: 0.075em;
  color: #949494;
}
.normal_free {
  width: 100%;
  margin-bottom: 3.5em;
  font-size: 1.3rem;
  line-height: 2.2;
}

.list-ttl.brand-logo {
  margin-bottom: 1em;
}
.brand-logo span {
  display: inline-block;
  width: 50%;
  max-width: 220px;
  position: relative;
}
.brand-logo span::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.brand-logo span img {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translateY(-50%);
}
.brand_free {
  width: 100%;
  /* max-width: 1200px; */
  margin-bottom: 3.5em;
}
.free01 {
  margin-bottom: 1em;
}
.subvisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #bfbfbf;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.subvisual::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 110%;
}
.free02 p {
  margin-bottom: 2.5em;
  font-size: 1.3rem;
  line-height: 2.2;
}
.brand_free .moreBtn {
  margin-bottom: 0.5em;
}

.small_cat_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.small_cat_list li {
  width: 48%;
  border-bottom: 1px solid #d3d3d3;
}
.small_cat_list li a {
  display: block;
  padding: 0.5em 0;
}

.brand_list .flx_item {
  width: 100%;
  margin: 0 0 2em;
}
.brand_link {
  display: block;
}
a.brand_link:hover {
  opacity: 1;
}
.brand_img {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #ccc;
}
.brand_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 110%;
}
.brand_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.brand_link:hover .brand_img::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.brand_txt {
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 7% 8%;
  z-index: 1;
}
.brand-ttl {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 1em;
}
.viewbtn span {
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
}
.viewbtn span::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.brand_link:hover .viewbtn span {
  color: #000;
}
.brand_link:hover .viewbtn span::after {
  width: 100%;
}

.item_list_top {
  width: 100%;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 1.5em;
}
.amount::after {
  content: "item";
  display: inline-block;
  margin-left: 0.5em;
}
.sort_box {
  display: flex;
}
.sort_box > *:not(:last-child) {
  margin-right: 1em;
}
.sort_box a {
  color: #000;
}
.sort_box span {
  color: #949494;
}

.item_list {
  margin-bottom: 3em;
}
.item_list a {
  display: block;
  color: #000;
  position: relative;
  overflow: hidden;
}
.item_txt {
  text-align: center;
  font-size: 0.9em;
  margin-top: 0.5em;
}

.item_pager {
  font-size: 1.2rem;
}
.page_total {
  margin: 0 auto 5em;
  color: #949494;
}
.pager_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pager_list li:not(:last-child) {
  margin-right: 1em;
}
.is-disabled {
  color: #949494;
}

/* ------------------------------------------------------------ */
/* 詳細 */
.product_container {
  padding: 2em 0;
  margin-bottom: 10%;
}
.product_inner {
  padding: 0 1.5em;
}
#sticked {
  transition: all 0.3s ease-in-out;
}

/* slick */
.ec-slider-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
}
.ec-slider-wrap .ec-slider-for {
  width: 100%;
  margin-bottom: 0.5em;
  position: relative;
}
.ec-slider-wrap .ec-slider-nav {
  width: 100%;
  display: none;
}
.ec-slider-nav .slick-slide {
  padding: 0 2px;
}
.ec-slider-nav .slick-vertical .slick-slide {
  border: none;
}
/* slick - figure */
.slick-slide figure {
  position: relative;
}
.slick-slide figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.slick-slide figure img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.ec-slider-nav .slick-slide figure {
  border: 2px solid transparent;
  margin-right: 5px;
  opacity: 0.6;
}
.ec-slider-nav .slick-current figure {
  border: 1px solid #454545;
  opacity: 1;
}

.ec-slider-wrap .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ec-slider-wrap .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #ccc;
  margin: 5px;
}
.ec-slider-wrap .slick-dots li.slick-active button {
  background: #000;
}
.ec-slider-wrap .prev_thum,
.ec-slider-wrap .next_thum {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-top: 1px solid #949494;
  border-right: 1px solid #949494;
}
.ec-slider-wrap .prev_thum {
  left: 10px;
  transform: translateY(-50%) rotate(-135deg);
}
.ec-slider-wrap .next_thum {
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.p-cat li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-cat li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 5px;
}
.p-cat li a {
  color: #000;
}
.p-ttl {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}
.p-price {
  margin-bottom: 3em;
}
.p-price .yen {
  font-size: 1.6em;
}
.yen::before {
  content: "\0a5";
  display: inline-block;
  margin-right: 2px;
}
.taxin {
  font-size: 0.9em;
}
.p-price-list {
  margin-bottom: 0.8em;
}
.p-price-list a {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
}
.p-price-list a::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  transform: rotate(45deg);
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
  margin-left: 1.5em;
}
.order-txt {
  font-size: 1.2em;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.order-txt .icon {
  flex-shrink: 0;
  margin-right: 0.2em;
  font-size: 1.5em;
}
.pick_box {
  background-color: #f7f7f7;
  padding: 1em;
  margin-bottom: 1em;
}
.pick_box > .pick_item:not(:last-child) {
  margin-bottom: 1em;
}
.pick_item select,
.pick_item input {
  padding: 0.5em;
}
.pick_item select:focus,
.pick_item input:focus {
  outline: none;
}
.pick_item select {
  background: #fff;
  border: 1px solid #cfcfcf;
  padding-right: 1.5em;
}
.pick_item .type-select {
  position: relative;
  display: block;
}
.pick_item .type-select::after {
  content: "\02228";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  font-size: 0.7em;
  pointer-events: none;
}

/* spinner */
.btnspinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.spinner_area {
  display: flex;
  border: 1px solid #bfbfbf;
  align-items: center;
  background-color: #fff;
  max-width: 250px;
}
.spinner_area input {
  text-align: center;
  appearance: none; /* Initialize the appearance */
}
.spinner_area input[type="number"]::-webkit-inner-spin-button,
.spinner_area input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.spinner_area input[type="button"] {
  cursor: pointer;
}

.p-form-btn {
  margin-bottom: 1em;
}
.p-form-btn .btn-link {
  background-color: #404040;
  color: #fff;
  font-weight: 700;
  display: block;
  min-height: inherit;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: 0.075em;
  padding: 0.8em 0.5em;
  transition: all 0.3s;
}
.p-form-btn .btn-link:hover {
  background-color: #000;
  opacity: 1;
  cursor: pointer;
}
.p-form-btn .btn-link.btn-sold {
  background-color: #949494;
}

.detail_box {
  margin-top: 8%;
  margin-bottom: 8%;
}
.detail_box h4 {
  margin-bottom: 0.5em;
  background: #f2f2f2;
  padding: 0.5em;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.detail_box > h4:not(:first-child) {
  margin-top: 2em;
}
.detail_box p {
  font-size: 1.3rem;
  margin-bottom: 1.5em;
}
.detail_box p > a {
  text-decoration: underline solid #aaa 1px;
  text-underline-position: under;
}
.detail_box p > a:hover {
  text-decoration: none;
}

.detail_table {
  margin-bottom: 1.5em;
}
.detail_table dl {
  display: flex;
  border-left: 1px solid #d3d3d3;
  font-size: 1.2rem;
}
.detail_table dl:first-of-type {
  border-top: 1px solid #d3d3d3;
}
.detail_table dt {
  background: #f2f2f2;
}
.detail_table dt,
.detail_table dd {
  flex: 1;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 0.5em;
}

.detail_box ul {
  font-size: 1.3rem;
}
.movie-list {
  display: flex;
  flex-wrap: wrap;
}
.movie-list li {
  width: calc((100% - 3em) / 3);
  margin: 0 1.5em 1.5em 0;
  min-width: 150px;
}
.movie-list li:nth-of-type(3n) {
  margin: 0 0 1.5em;
}

.rel_post {
  display: flex;
  flex-wrap: wrap;
}
.rel_post .post_item {
  width: calc(100% / 3);
  padding: 0.5em;
}
.rel_post .post_item a {
  display: block;
}
.rel_post figure {
  margin-bottom: 0.5em;
  position: relative;
  overflow: hidden;
}
.rel_post figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.rel_post figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rel_post h5 {
  font-size: 1.4rem;
}

.link-list {
  font-size: 1.2rem;
  margin: 0 auto 2em;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1em;
}
.link-list li {
  margin-bottom: 5px;
}
.link-list a {
  font-weight: 500;
  color: #000;
}

.share-list {
  display: flex;
  flex-wrap: wrap;
}
.share-list li {
  margin-bottom: 0.5em;
}
.share-list li:not(:last-of-type) {
  margin-right: 1.5em;
}
.share-list a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #000;
}
.share-list a:hover {
  opacity: 1;
}
.sns_icon {
  font-size: 2em;
  margin-right: 0.3em;
}

/* ------------------------------------------------------------ */
/* 特商法 & プライバシーポリシー　*/
/* ------------------------------------------------------------ */
.info_item {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.info-ttl h3 {
  font-size: 1em;
  margin-bottom: 0.5em;
}
.info-txt > div {
  font-size: 1.3rem;
  line-height: 2;
}

.policy_box {
  width: 100%;
  margin-bottom: 8%;
  line-height: 2;
}

/* ------------------------------------------------------------ */
/* オプション在庫・値段表　*/
/* ------------------------------------------------------------ */

.opt_container {
  padding: 1em 1.2em;
  max-width: 600px;
}
.table_wrapper {
  width: 100%;
  overflow-x: auto;
}
.option_table {
  min-width: 100%;
}
.option_table caption {
  text-align: right;
  caption-side: bottom;
  margin-top: 0.5em;
  font-size: 1.2rem;
}
.option_table th,
.option_table td {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  vertical-align: middle;
  white-space: nowrap;
}
.option_table th {
  font-weight: 300;
  border: 1px solid #ccc;
  text-align: left;
}
.option-stock {
  font-size: 1.2rem;
}
.option-discount {
  color: #c33;
  font-size: 1.2rem;
}

@media screen and (min-width: 480px) {
  /* スマートフォン横 */
  /* ------------------------------------------------------------ */
  /* 一覧 */

  .brand_list .flx_item {
    width: calc((100% - 2em) / 2);
    margin: 0 2em 2em 0;
  }
  .brand_list .flx_item:nth-of-type(2n) {
    margin: 0 0 2em;
  }

  /* ------------------------------------------------------------ */
  /* 詳細 */
  .ec-slider-wrap .ec-slider-nav {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* タブレット縦 / スマートフォン横 */

  .has_space {
    width: 80%;
    max-width: 900px;
  }
  /* ------------------------------------------------------------ */
  /* 一覧 */
  .l_head_inner {
    padding: 0 2em;
  }
  .l_inner {
    padding: 0 3%;
  }

  .small_cat_list {
    justify-content: flex-start;
  }
  .small_cat_list li {
    width: auto;
    border-bottom: none;
  }
  .small_cat_list li:not(:last-child) {
    margin-right: 3em;
  }
  .small_cat_list li a {
    padding: 0.3em 0;
  }

  /* ------------------------------------------------------------ */
  /* 詳細 */
  .product_container {
    padding: 5% 0;
  }
  .product_inner {
    padding: 0 2em;
  }

  /* ------------------------------------------------------------ */
  /* 特商法 & プライバシーポリシー　*/
  /* ------------------------------------------------------------ */
  .info_item {
    display: flex;
    padding: 1.2em 0;
  }
  .info-ttl {
    width: 25%;
    padding-right: 2em;
  }
  .info-ttl h3 {
    margin-bottom: 0;
  }
  .info-txt {
    width: 75%;
  }
}
@media screen and (min-width: 900px) {
  /* ------------------------------------------------------------ */
  /* 一覧 */

  .brand_list .flx_item,
  .brand_list .flx_item:nth-of-type(2n) {
    width: calc(33.33333% - 20px);
    margin: 0 30px 2em 0;
  }
  .brand_list .flx_item:nth-of-type(3n) {
    margin: 0 0 2em;
  }

  .brand_free {
    display: flex;
    justify-content: space-between;
  }
  .free01 {
    width: 45%;
  }
  .free02 {
    width: calc(55% - 3em);
    margin-left: 3em;
  }

  /* ------------------------------------------------------------ */
  /* 詳細 */
  .product_main {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .side_image {
    width: 52%;
    margin-right: 3%;
    position: relative;
    flex-grow: 1;
  }
  .side_info {
    width: 48%;
    max-width: 800px;
  }
}
@media screen and (min-width: 1025px) {
  /* デスクトップ/タブレット横 */
  .product_inner {
    max-width: 2000px;
    margin: 0 auto;
  }
  /* ------------------------------------------------------------ */
  /* 一覧 */
  .list-ttl {
    font-size: 3rem;
  }
  .item_txt {
    font-size: 1em;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 0 5px;
    z-index: 1;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .item_list a:hover .item_txt {
    opacity: 1;
    visibility: visible;
  }

  /* ------------------------------------------------------------ */
  /* 詳細 */
  .p-ttl {
    font-size: 2em;
  }
  .ec-slider-wrap {
    flex-direction: row-reverse;
    margin-bottom: 0;
  }
  .ec-slider-wrap .ec-slider-for {
    width: 90%;
    flex-grow: 1;
    margin-bottom: 0;
  }
  .ec-slider-wrap .ec-slider-nav {
    width: calc(10% - 10px);
    margin-right: 10px;
  }
  .ec-slider-nav .slick-slide figure {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .pick_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .pick_item .input-ttl {
    min-width: 120px;
    flex-shrink: 0;
    margin-right: 1em;
  }
  .pick_item .input-field {
    flex-grow: 1;
    min-width: 350px;
  }

  .movie-list li {
    min-width: inherit;
  }
}
@media screen and (min-width: 1600px) {
  /* デスクトップ/タブレット横 */
  /* 4カラム */
  .item_list .flx_item,
  .item_list .flx_item:nth-of-type(2n),
  .item_list .flx_item:nth-of-type(3n),
  .item_list .flx_item:nth-of-type(4n) {
    width: calc((100% - 10%) / 6);
    margin: 0 2% 2.5em 0;
  }
  .item_list .flx_item:nth-of-type(6n) {
    margin: 0 0 2.5em;
  }
}

/* 2025.11.19追記 */
.brand-logo-img {
  width: calc((100% + 14px * 3) / 55 * 45);
}

.brand-logo-img span {
  width: 50%;
  display: inline-block;
  aspect-ratio: 1 / 1.1;
  padding: 2em 0;
}

.brand-logo-img span img {
  object-fit: contain;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.password_item .txt {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

.password_item {
  margin-bottom: 2em;
  background: #f7f7f7;
  padding: 1em 1.5em 1.5em;
  border: 1px solid #404040;
}

.password_item input.password_field {
  border: 1px solid #bfbfbf;
  padding: 0.5em;
  background: #fff;
}

.password_item .txt span {
  background: #404040;
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.5em;
  display: inline-block;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  flex-shrink: 0;
}
