﻿@charset "UTF-8";
* {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
a {
  color: #000;
  text-decoration: none;
}
/**/
.breadcrumb.breadcrumb-scroll {
  margin: 12px auto;
  display: flex;
  overflow: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  line-height: 1;
}
.breadcrumb.breadcrumb-scroll li {
  font-size: 10px;
  margin-right: 4px;
  display: flex;
}
/**/
.serif {
  font-family: "Noto Serif JP", serif !important;
}
/**/
h2.title-h2-2024 {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 4px;
  line-height: 1;
  letter-spacing: 0;
}
h2.title-h2-2024 span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  margin-top: 2px;
}
h2.title-h2-2024 span.pink {
  display: inline-block;
  color: #E91E63;
  padding: 0;
  font-weight: bold;
  margin: 0 3px;
}
/*newbutton*/
.button_202410 {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #000;
  font-family: sans-serif;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
  margin: 8px auto 0;
  width: 80%;
  max-width: 400px;
  border-radius: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.button_202410:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-flex {
  display: flex;
  width: 96%;
  margin: 8px auto 0;
  justify-content: space-between;
  gap: 8px;
}
.btn-flex .button_202410 {
  font-size: 12px;
  margin: 0;
}
.button_202410.orange {
  background: #ffa500;
  color: #fff;
  font-weight: 800;
  border-color: #ffa500;
}
.button_202410.black {
  background: #000;
  color: #fff;
}
.button_202410.pink {
  background: #fc73aa;
  color: #fff;
  border-color: #fc73aa;
}
.button_202410.orange:after, .button_202410.pink:after, .button_202410.black:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
}
/*汎用アイテム並び202410*/
.itemcol2024_wrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 80px;
}
.itemcol2024_wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.itemcol2024_h2 span, .itemcol2024_wrap h2 span {
  font-weight: normal;
  font-family: sans-serif;
  font-size: 12px;
  display: block;
  margin: .5em 0 0;
}
.itemcol2024_wrap h3 {
  width: 60%;
  text-align: center;
  margin: 0 auto 8px;
  padding: 8px 0 6px;
  border-bottom: 2px dashed #000;
  border-top: 2px dashed #000;
  font-size: 17px;
}
.itemcol2024_wrap h3 span {
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: normal;
}
.itemcol2024 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 94%;
  max-width: 640px;
  margin: 0 auto;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.itemcol2024.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.itemcol2024.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.itemcol2024.col5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
/**/
.itemcol2024.rank_5 > :nth-child(-n+2) {
  grid-column: span 6;
}
.itemcol2024.rank_5 {
  grid-template-columns: repeat(12, 1fr);
}
.itemcol2024.rank_5 > :nth-child(n+3) {
  grid-column: span 4;
}
/**/
.itemcol2024.rank_7 > :nth-child(-n+4) {
  grid-column: span 6;
}
.itemcol2024.rank_7 {
  grid-template-columns: repeat(12, 1fr);
}
.itemcol2024.rank_7 > :nth-child(n+5) {
  grid-column: span 4;
}
/**/
.itemcol2024.rank_1 > :nth-child(1) {
  grid-column: 1 / -1; /* 1行目の1個目を横いっぱいに */
  width: 100%;
  margin: 0 auto;
}
.itemcol2024 .buy-button {
  text-align: center;
  width: 85%;
  box-sizing: border-box;
  margin: 4px auto 0;
  border: 1px solid #000;
  color: #000;
  padding: 6px;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.itemcol2024 .buy-button img {
  width: 18px;
  height: auto;
  margin-right: 4px;
}
.itemcol2024 .buy-button.black {
  background: #000;
  color: #fff;
}
.itemcol2024 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.itemcol2024 li {
  min-width: 0;
}
.itemcol2024 li a {
  color: inherit;
  display: block;
  line-height: 1;
}
.itemcol2024 li .rank_no {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 4px;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.itemcol2024 li .rank_no.rank_no1 {
  color: #e9bc00;
}
.itemcol2024 li .rank_no.rank_no2 {
  color: #9fa09e;
}
.itemcol2024 li .rank_no.rank_no3 {
  color: #c2894b;
}
.fa-w-20 {
  color: #e9bc00;
  margin-right: 4px;
}
.itemcol2024 li .pd-list-img {
  position: relative;
}
.itemcol2024 li .pd-list-img .soldout-box {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  margin: 0 !important;
}
.itemcol2024 li .pd-list-img .soldout-box .soldout-in {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.itemcol2024 li .name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 1em;
  line-height: 1em !important;
  font-size: 12px;
  padding: 0;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 4px 0;
}
.itemcol2024 li .come {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  padding: 0;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin: 4px 0;
}
.itemcol2024 li p.rank22_price {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding: 0;
  margin: 3px 0 0!important;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
}
.itemcol2024 li .rank22_price.center{
  text-align: center;
}
.itemcol2024 li .rank22_price span {
  font-size: 10px;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
}
.itemcol2024.col5 li .rank22_price {
  font-size: 11px;
}
.itemcol2024.col5 li .rank22_price span {
  font-size: 10px;
}
.itemcol2024 .itemcol-btn {
  position: relative;
  border: 1px solid #000;
  padding: 0.5em;
  text-align: center;
  font-size: 0.9em;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.itemcol2024 .itemcol-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.itemcol2024 li .rank22_price.sale {
  color: #ed293e;
}
.itemcol2024 li .rank22_price strike {
  display: block;
  font-size: 11px;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  margin-bottom: 3px;
}
.itemcol2024 .member-price {
  display: block;
  background: #c1ab05;
  color: #fff;
  padding: 3px;
  font-size: 10px;
  text-align: center;
  margin: 4px 0;
}
.itemcol2024 li .sale-label{
  display: block;
  background: #ed293e;
  color: #fff;
  padding: 3px 0 2px;
  line-height: 18px;
  font-size: 10px;
  margin-bottom: 2px;
  letter-spacing: 0.05em;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.1;
}
.itemcol2024 li .sale-label.vip{
  background: #c1ab05;
}
.black_btn_2024 a {
  background: #000 !important;
  display: block;
  width: 70%;
  margin: 0 auto;
  color: #fff !important;
  text-align: center;

  padding: 16px;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
}
.black_btn_2024_all a {
  background: #E91E63;
  margin: 40px auto;
}
.itemcol2024_wrap .itemcol2024_block {
  margin: 40px auto 0;
}
.itemcol2024_wrap .itemcol2024_item {
  width: 80%;
  margin: 0 auto 16px;
}
.itemcol2024_wrap .itemcol2024_item .name {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 16px 0 0;
}
.itemcol2024_wrap .itemcol2024_item .point {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin: 8px 0 0;
}
.itemcol2024_wrap .itemcol2024_item .price {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0 0;
}
.itemcol2024_wrap .itemcol2024_item .price span {
  font-size: 12px;
  font-weight: normal;
}
.itemcol2024_wrap .itemcol2024_item .black_btn2 {
  background: #000;
  width: 180px;
  margin: 8px auto 0;
  color: #fff;
  padding: 8px;
  font-size: 13px;
  text-align: center;
}
.itemcol2024 .cicon {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.itemcol2024 .cicon img {
  height: 15px;
  width: auto;
  margin-top: 4px;
}
/**/
.itemcol2024 .icon-box span {
  position: absolute;
  width: 60px;
}
.itemcol2024 .icon-box span.right-t {
  top: -5px;
  right: -5px;
}
.itemcol2024 .icon-box span.right-b {
  bottom: -5px;
  right: -5px;
}
.itemcol2024 .icon-box span.left-t {
  top: -5px;
  left: -5px;
}
.itemcol2024 .icon-box span.left-b {
  bottom: -5px;
  left: -5px;
}
.itemcol2024 .setpromo-p {
  color: #e62f8b;
  font-size: 10px;
  margin: 4px 0 0;
  line-height: 1.2;
}
.itemcol2024 .setpromo-p:nth-of-type(n+2){
  display: none;
}
.itemcol2024 .fav-circle {
  text-align: center;
  font-size: 10px;
  border: 1px solid #000;
  border-radius: 50px;
  width: auto;
  margin: 0;
  padding: 3px 4px 2px;
  font-family: "Roboto Condensed", sans-serif;
}
.itemcol2024 .fav-circle i {
  margin-right: 2px;
  color: deeppink;
}
.itemcol2024 .price-fav-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px auto 0;
}
.itemcol2024 .price-fav-flex p.rank22_price{
  margin-top: 0!important;
}
/**/
#fixed-banner.pd-slim-banner {
  width: 100%;
  margin: 0 auto;
}
.pd-slim-banner {
  margin: 8px auto;
  width: 94%;
  max-width: 640px;
}
.pd-inner .pd-slim-banner {
  width: 100%;
}
.pd-slim-banner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pd-slim-banner.flex {
  margin: 8px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pd-slim-banner.flex div {
  width: 49%;
}
/* タイマー */
.timer {
  font-weight: bold;
  text-align: center;
  padding: 3px 1%;
  width: 94%;
  max-width: 640px;
  margin: 8px auto;
  box-sizing: border-box;
  line-height: 1.0;
}
.pd-inner .timer {
  width: 100%;
}
.timer p.title {
  margin-bottom: 2px;
  font-size: 15px;
}
.timer p.sub {
  margin-top: 4px;
  font-size: 12px;
}
.timer span {
  font-size: 22px;
}
.timer span.label {
  font-size: 12px;
}
/**/
.bnrcolumn1 {
  margin: 8px auto;
  width: 94%;
  max-width: 640px;
}
ul.bnrcolumn2, ul.bnrcolumn3, ul.bnrcolumn4, ul.bnrcolumn5, ul.bnrcolumn6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 94%;
  max-width: 640px;
  margin: 8px auto;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.bnrcolumn1 p, ul.bnrcolumn2 p, ul.bnrcolumn3 p, ul.bnrcolumn4 p, ul.bnrcolumn5 p, ul.bnrcolumn6 p {
  padding: 0;
  margin: 4px auto 0;
  font-size: 10px;
  text-align: center;
  line-height: 1.4;
}
.bnrcolumn1 img, ul.bnrcolumn2 img, ul.bnrcolumn3 img, ul.bnrcolumn4 img, ul.bnrcolumn5 img, ul.bnrcolumn6 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul.bnrcolumn2 {
  grid-template-columns: repeat(2, 1fr);
}
ul.bnrcolumn3 {
  grid-template-columns: repeat(3, 1fr);
}
ul.bnrcolumn4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
ul.bnrcolumn5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}
ul.bnrcolumn6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 6px;
}
.bnrcolumn4.circle {
  margin: 8px auto;
  width: 94%;
}
.bnrcolumn4.circle li img {
  border-radius: 100px;
}
/**/
.inner2024 * {
  box-sizing: border-box;
}
.inner2024 {
  margin: 16px auto;
  max-width: 640px;
}
.inner2024 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.inner2024.wd100 {
  width: 100%;
}
.inner2024.wd96 {
  width: 94%;
}
.inner2024.wd94 {
  width: 94%;
}
.inner2024.bg_eee {
  background: #f5f5f5;
  padding: 12px 0;
  margin: 16px auto;
}
.inner2024.bg_pink {
  background: #ffe6ea;
  padding: 16px 0;
  margin: 16px auto;
}
.inner2024.bg_yellow {
  background: #ffffdb;
  padding: 16px 0;
  margin: 16px auto;
}
/**/
.page-link-box {
  margin-top: -80px;
  padding-top: 80px;
}
/**/
.rankingtab ul.tab {
  width: 100%;
  max-width: 640px;
  margin: .5em auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border: none;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.rankingtab ul.tab li {
  position: relative;
  margin: 0;
  z-index: 1;
  text-align: center;
  font-weight: normal;
  background: #fff;
  width: 100%;
  padding: 0;
  border: 1px solid #E91E63;
  border-right: none;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.rankingtab ul.tab li:first-of-type {
  border-left: none;
}
.rankingtab ul.tab li a {
  display: block;
  color: #E91E63;
  padding: .5em .3em;
  font-size: 12px;
  font-weight: 800;
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.rankingtab ul.tab li.ui-tabs-active {
  background-color: #E91E63;
}
.rankingtab ul.tab li.ui-tabs-active a {
  color: #fff;
}
.rankingtab .tab-box {
  background: #f5f5f5;
  max-width: 640px;
  margin: 0 auto;
  padding: .5em 0 1em;
  border-top: 1px solid #E91E63;
}
/**/
#ranking-tab ul.tab {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border: none;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
#ranking-tab ul.tab li {
  position: relative;
  margin: 0;
  z-index: 1;
  text-align: center;
  font-weight: normal;
  background: #fff;
  width: 100%;
  padding: 0;
  border: 1px solid #E91E63;
  border-right: none;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
#ranking-tab ul.tab li:first-of-type {
  border-left: none;
}
#ranking-tab ul.tab li a {
  display: block;
  color: #E91E63;
  padding: .5em .3em;
  font-size: 12px;
  font-weight: 800;
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
#ranking-tab ul.tab li.ui-tabs-active {
  background-color: #E91E63;
}
#ranking-tab ul.tab li.ui-tabs-active a {
  color: #fff;
}
#ranking-tab .tab-box {
  background: #eee;
  max-width: 640px;
  margin: 0 auto;
  padding: 8px 0 12px;
  border-top: 1px solid #E91E63;
}
/**/
.slider-main {
  position: relative;
  max-width: 640px;
  margin: 0 auto 8px;
  padding-bottom: 24px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.slider-main {
  width: 100%;
}
.slider-main img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.slider-main a {
  display: block;
}
.slider-main .swiper-pagination-horizontal {
  height: 24px;
  bottom: 0;
  line-height: 24px;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider-main .swiper-pagination-bullet {
  background-color: #000;
  height: 10px;
  width: 10px;
}
.swiper-main-next, .swiper-main-prev {
  position: absolute;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-main-prev {
  left: 2%;
}
.swiper-main-next {
  right: 2%;
}
.swiper-main-next::after, .swiper-main-prev::after {
  color: #000;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 24px;
  font-family: "Font Awesome 5 Free";
}
.swiper-main-next::after {
  content: "\f054";
}
.swiper-main-prev::after {
  content: "\f053";
}
/**/
.itemtab ul.tab {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border: none;
}
.itemtab ul.tab li {
  position: relative;
  margin: 0;
  z-index: 1;
  text-align: center;
  font-weight: normal;
  background: #fff;
  width: 100%;
  padding: 0;
  border: 1px solid #E91E63;

  border-right: none;
  border-bottom: 1px solid #E91E63;
  border-radius: 8px 8px 0 0;
}
.itemtab ul.tab li:first-of-type {
  border-left: none;
}
.itemtab ul.tab li a {
  display: block;
  color: #C4002F;
  padding: .3em .3em;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  /* font-family: "Roboto Condensed", sans-serif; */
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.itemtab ul.tab li a:after {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin-top: 3px;
}
#newitem-tab ul.tab li a:after {
  content: "新作";
}
#renewitem-tab ul.tab li a:after {
  content: "再販";
}
.itemtab ul.tab li.ui-tabs-active {
  background-color: #fff6f6;
  border-bottom: none;
}
.itemtab ul.tab li.ui-tabs-active a {
  color: #C4002F;
}
.itemtab .newitem-bg {
  background: #fff6f6;
  padding: 8px 0 12px;
}
/**/
.plist-sort {
  width: 100%;
  max-width: 640px;
  margin: 12px auto;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.plist-sort-inner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 8px;
}
.plist-sort-inner li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #000;
}
.plist-sort-inner li:last-of-type {
  border-right: none;
}
.plist-sort-inner li.active {
  font-size: 12px;
  background: #E91E63;
  padding: 8px 0;
  color: #fff;
}
.plist-sort-inner li a {
  font-size: 12px;
  display: block;
  color: #000;
  padding: 8px 0;
}
.plist-sort-displaycount {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plist-sort-displaycount li.plist-sort-displaycount-top {
  font-size: 10px;
  margin-right: 4px;
}
.plist-sort-displaycount li ins, .plist-sort-displaycount li a {
  display: block;
  text-decoration: none;
  border: 1px solid #000;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 50px;
  margin: 0 4px;
  line-height: 1;
}
.plist-sort-displaycount li ins {
  background: #000;
  color: #fff;
}
/**/
.alert-message {
  line-height: 100px;
  text-align: center;
  font-family: "Montserrat", "Noto Sans JP", sans-serif
}
/**/
.tab_link_2024 {
  width: 100%;
  max-width: 640px;
  margin: 8px auto;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tab_link_2024 li {
  text-align: center;
  width: 20%;
}
.tab_link_2024 li a {
  display: block;
  margin: 0 auto;
  background: #eee;
  color: #666;
  font-size: 10px;
  padding: 6px 0;
  line-height: 1.5em;
}
.tab_link_2024 li.active a {
  background: #FF5782;
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  line-height: 1.5em;
}