/*==============================
  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;
}

/*===============================
  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;
}
.p-category__parentLists{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 24px;
}
.p-category__parentItem{
  width: calc((100% - 24px*3) / 4);
  cursor: pointer;
}
.p-category__accordionBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px 18px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.3;
  position: relative;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.p-category__accordionBtn:hover {
  opacity:0.5;
  transition: 0.5s;
}
.p-category__accordionBtn:before {
  content: "";
  width: 15px;
  background-color: #313131;
  position: absolute;
  height: 1px;
  right: 20px;
  -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  transition-delay: 0.25s;
}
.p-category__accordionBtn:after {
  content: "";
  width: 15px;
  background-color: #313131;
  position: absolute;
  height: 1px;
  right: 20px;
}
.p-category__accordionBtn.-open:before {
  content: "";
  -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.p-category__childLists{
  margin-top: 30px;
}
.p-category__childItem{
  font-size: 16px;
  line-height: 1.3;
  position:relative;
  padding: 10px;
}
.p-category__childItem::before {
  content: "";
  display: block;
  border-top: 1px solid #313131;
  width: 10px;
  height: 10px;
  border-right: 1px solid #313131;
  -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
}
@media screen and (max-width: 768px) {
  .p-category__parentLists{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
    gap: 0;
    border-bottom: 0;
  }
  .p-category__parentItem{
    width: 100%;
    border-top: 0;
  }
  .p-category__accordionBtn{
    border-top: 0;
  }
  .p-category__accordionBtn:nth-of-type(1) {
    border-top: 1px solid #ededed;
  }
}
/*===============================
  top_series
===========================================================*/
.p-series {
  width: 100%;
  margin: 0 auto;
}
.p-series__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
    column-gap: 24px;
}
.p-series__item {
  width: calc((100% - 24px*3) / 4);
  overflow: hidden;
  border: 1px solid #b5b5b5;
  border-radius: 6px;
}
@media screen and (max-width: 550px) {
  .p-series__lists {
    row-gap: 24px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
      column-gap: 20px;
  }
  .p-series__item {
    width: calc((100% - 24px) / 2);
  }
}