/*==============================
  Block_overwrite
===========================================================*/
@media screen and (max-width: 768px) {
  .p-productwrap .p-productwrap__block.-large>.l-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-productwrap .p-productwrap__block.-large>.l-block .p-mvswiper {
    margin-left: 0;
  }
}
/* Ranking 
==========================================================*/
.l-block[data-value="MOD_JP00020"] .c-title__global {
  border-bottom: 1px solid #dedede;
  text-align: left;
  margin-bottom:0px;
}
@media screen and (max-width: 768px) {
  .l-block[data-value="MOD_JP00020"] .c-title__global {
    border-bottom: none;
    text-align: center;
  }
}
/* link */
.l-block[data-value="MOD_JP00020"] .l-inner .l-block__item .c-text .c-link.-arrow{
  display: none;
}

/*==============================
  Parts
===========================================================*/
/* top_newitem
===========================================================*/
.p-newitem{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.p-newitem__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 24px;
}
.p-newitem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 24px*3) / 4);
}
.p-newitem__item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  gap: 8px;
}
.p-newitem__textbox{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.p-newitem__text{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-newitem__lists{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
        flex-direction: column;
  }
  .p-newitem__item{
    width: 100%;
  }
  .p-newitem__item a{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
    -ms-flex-direction: row;
      flex-direction: row;
  }
  .p-newitem__imagebox {
    -ms-flex-negative:2;
        flex-shrink:2;
  }
  .p-newitem__textbox {
    width: 100%;
    -ms-flex-negative:1;
        flex-shrink:1;
  }
}
/* top_mustitem
===========================================================*/
.p-mustitem{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.p-mustitem__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}
.p-mustitem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 24px*4) / 5);
}
.p-mustitem__item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  gap: 8px;
}
.p-mustitem__text{
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-mustitem__item {
    width: calc((100% - 24px) / 2);
  }
}
/* top_newitem
===========================================================*/
.p-newitem{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.p-newitem__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 24px;
}
.p-newitem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 24px*3) / 4);
}
.p-newitem__item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  gap: 8px;
}
.p-newitem__textbox{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}
.p-newitem__text{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-newitem__lists{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
        flex-direction: column;
  }
  .p-newitem__item{
    width: 100%;
  }
  .p-newitem__item a{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
    -ms-flex-direction: row;
      flex-direction: row;
  }
  .p-newitem__imagebox {
    -ms-flex-negative:2;
        flex-shrink:2;
  }
  .p-newitem__textbox {
    width: 100%;
    -ms-flex-negative:1;
        flex-shrink:1;
  }
}
/* top_mustitem
===========================================================*/
.p-mustitem{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.p-mustitem__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}
.p-mustitem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 24px*4) / 5);
}
.p-mustitem__item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  gap: 8px;
}
.p-mustitem__text{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .p-mustitem__item {
    width: calc((100% - 24px) / 2);
  }
}
/* top_category
===========================================================*/
.p-category{
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 0.73fr;
      grid-template-columns: 1fr 0.73fr;
  -ms-grid-rows: 1fr 60px 1fr;
      grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 60px;
}
.p-category__lists{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.p-category__item {
  max-width: 150px;
  width: 100%;
}
.p-category__text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .p-category{
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
  .p-category__title{
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .p-category__item {
    max-width: 112px;
  }
}
@media screen and (max-width: 600px) {
  .p-category__imagebox {
    max-width: 120px;
    aspect-ratio: 1 / 1;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .p-category__imagebox {
    max-width: 81px;
  }
}