@charset "UTF-8";
.lead{ border: 1px solid red; margin-bottom: 1em;}
.lead a { padding: 10px; display: block;}
.lead p { margin: 0 !important;}
.c-btn.c-btn-more::after {
    content: "→";
}
.slick-next,.slick-prev {display:none!important;}
@media (min-width: 1024px) {
  .c-section { padding-top:0 !important;}
  .l-main.p-top .c-container {
    padding-left: 265px;
  }
}

.c-flow__list {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .c-flow__list {
    display: flex;
    margin-top: 59px;
  }
  .c-flow__list + h4 {
    margin-top: 27px;
    font-size: 18px;
  }
}

.c-flow__item {
  position: relative;
  display: flex;
  min-height: 110px;
  padding: 18px 1em 5px 0;
  border: 2px solid #d2d2d2;
}
.c-flow__item:nth-of-type(1) .c-flow__item--meta {
  background-color: #d2d2d2;
}
.c-flow__item:nth-of-type(2) .c-flow__item--meta {
  background-color: #959595;
}
.c-flow__item:nth-of-type(3) .c-flow__item--meta {
  background-color: #434343;
  color: #ffffff;
}
.c-flow__item:nth-of-type(4) .c-flow__item--meta {
  background-color: #000000;
  color: #ffffff;
}
.c-flow__item + .c-flow__item {
  margin-top: 45px;
}
.c-flow__item:not(:last-of-type)::after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  display: inline-block;
  width: 18px;
  height: 26px;
  background: url(https://file003.shop-pro.jp/PA01470/357/images/icon-arrow-alt-down.svg) no-repeat center/contain;
  transform: translate(-50%, 10px);
}
@media (min-width: 1024px) {
  .c-flow__item {
    display: block;
    flex: 1;
    padding: 0 1em 1em;
  }
  .c-flow__item + .c-flow__item {
    margin-top: 0;
    margin-left: 40px;
  }
  .c-flow__item:not(:last-of-type)::after {
    top: 50%;
    left: 100%;
    width: 28px;
    height: 19px;
    background-image: url(https://file003.shop-pro.jp/PA01470/357/images/icon-arrow-alt-right.svg);
    transform: translate(6px, -50%);
  }
}

.c-flow__item--meta {
  position: absolute;
  top: 0;
  left: -2px;
  min-width: 110px;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .c-flow__item--meta {
    position: static;
    min-width: 185px;
    margin-top: -27px;
    padding: 9px 20px;
    font-size: 20px;
    transform: none;
  }
}

.c-flow__item--image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 110px;
  min-width: 110px;
}
@media (min-width: 1024px) {
  .c-flow__item--image {
    min-height: 100px;
  }
  .c-flow__item--image img {
    width: 60px;
  }
}

.c-flow__item--content {
  flex-basis: auto;
}
.c-flow__item--content p {
  margin: 0;
}
@media (min-width: 1024px) {
  .c-flow__item--content h3 {
    text-align: center;
    font-size: 20px;
  }
  .c-flow__item--content .u-sub-text {
    display: inline-block;
    line-height: 1.4;
  }
}

.u-arrival__list {
  margin: 8px 0 0;
  font-size: 12px;
}
.u-arrival__list li::before {
  content: "\30FB";
}
.u-arrival__list + .u-sub-text {
  margin-top: 3px;
  font-size: 10px;
}
@media (min-width: 1024px) {
  .u-arrival__list {
    font-size: 14px;
  }
  .u-arrival__list + .u-sub-text {
    margin-top: 3px;
    font-size: 12px;
  }
}

.c-3pr__list {
  margin-top: 0;
}
.c-3pr__list + .u-text-center {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .c-3pr__list {
    display: flex;
    margin-top: 30px;
  }
  .c-3pr__list + .u-text-center {
    margin-top: 60px;
  }
}

.c-3pr__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  min-height: 65px;
  border-bottom: 1px solid #000000;
}
@media (min-width: 1024px) {
  .c-3pr__item {
    flex-direction: column;
    border-bottom: 0;
  }
  .c-3pr__item:not(:last-of-type) {
    border-right: 1px solid #000000;
  }
}

.c-3pr__item--meta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #bc0404;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
.c-3pr__item--meta .u-sub-text {
  font-size: 10px;
  transform: scale(0.7);
}
.c-3pr__item--meta .u-font-heebo {
  display: block;
  margin-top: 2px;
  font-size: 16px;
}
.c-3pr__item--meta::after {
  position: absolute;
  top: 50%;
  right: -14px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 10px solid #bc0404;
  transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .c-3pr__item--meta {
    order: 1;
    min-width: 80px;
    flex-basis: 80px;
    min-height: 80px;
    margin-right: 0;
  }
  .c-3pr__item--meta .u-sub-text {
    font-size: 14px;
    transform: scale(1);
  }
  .c-3pr__item--meta .u-font-heebo {
    margin-top: 4px;
    font-size: 32px;
  }
  .c-3pr__item--meta::after {
    border: 8px solid transparent;
    border-top: 15px solid #bc0404;
    top: 100%;
    right: 50%;
    transform: translate(50%, -3px);
  }
}

.c-3pr__item--image {
  flex-basis: 52px;
  min-width: 52px;
  text-align: center;
}
.c-3pr__item--image.p-3pr-support img {
  width: 40px;
}
@media (min-width: 1024px) {
  .c-3pr__item--image {
    order: 3;
  }
  .c-3pr__item--image.p-3pr-support img {
    width: auto;
  }
}

.c-3pr__item--content {
  flex-basis: 230px;
  min-width: 230px;
  padding-left: 1em;
  font-weight: bold;
  line-height: 1.4;
}
.c-3pr__item--content .u-text-lg {
  font-size: 19px;
}
.c-3pr__item--content .u-text-lg .u-font-heebo {
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 1024px) {
  .c-3pr__item--content {
    order: 2;
    flex-basis: 90px;
    min-height: 90px;
    margin-top: 1em;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
    font-size: 20px;
  }
  .c-3pr__item--content .u-text-lg {
    font-size: 30px;
  }
  .c-3pr__item--content .u-text-lg .u-font-heebo {
    font-size: 45px;
    line-height: 1;
  }
}

.c-btn.c-btn-more {
  min-width: 180px;
  min-height: 50px;
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
}
.c-btn.c-btn-more::after {
  content: "\2192";
  display: inline-block;
  margin-left: 0.5em;
}
@media (min-width: 1024px) {
  .c-btn.c-btn-more {
    min-width: 225px;
    border: 2px solid #000000;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease-out;
  }
  .c-btn.c-btn-more::after {
    transition: transform 0.3s ease-out;
  }
  .c-btn.c-btn-more:hover {
    background-color: #fff;
    color: #000000;
  }
  .c-btn.c-btn-more:hover::after {
    transform: translateX(5px);
  }
}

.c-useful__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .c-useful__list {
    margin-top: 38px;
    margin-bottom: 0;
  }
  .c-useful__list + .u-text-center {
    margin-top: 40px;
  }
}

.c-useful__item {
  flex-basis: calc((100% - 14px) / 2);
  max-width: calc((100% - 14px) / 2);
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .c-useful__item {
    flex-basis: calc((100% - 120px) / 4);
    max-width: calc((100% - 120px) / 4);
    margin-bottom: 0;
  }
}

.c-useful__item--text {
  margin: 0;
}
@media (min-width: 1024px) {
  .c-useful__item--text {
    margin-top: 7px;
  }
}

.c-case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.c-case__list + .u-text-center {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .c-case__list + .u-text-center {
    margin-top: 50px;
  }
}

.c-case__item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .c-case__item {
    flex-basis: calc((100% - 60px) / 4);
    max-width: calc((100% - 60px) / 4);
  }
}

.c-case__item--text {
  margin: 0;
}

.c-recommend__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.c-recommend__list + .u-text-center {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .c-recommend__list {
    margin-top: 30px;
  }
}

.c-recommend__item {
  flex-basis: calc((100% - 35px) / 2);
  max-width: calc((100% - 35px) / 2);
}
.c-recommend__item:nth-of-type(odd) {
  margin-right: 35px;
}
.c-recommend__item .u-item-name {
  font-size: 14px;
}
.c-recommend__item .u-text-price,
.c-recommend__item .u-text-discount {
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .c-recommend__item {
    flex-basis: calc((100% - 120px) / 4);
    max-width: calc((100% - 120px) / 4);
  }
  .c-recommend__item:not(:nth-of-type(4n)) {
    margin-right: 35px;
  }
  .c-recommend__item .u-item-name {
    margin-top: 5px;
    line-height: 1.5;
    font-weight: normal;
    font-size: 16px;
  }
  .c-recommend__item .u-text-price {
    font-weight: normal;
    font-size: 16px;
  }
  .c-recommend__item .u-text-discount {
    font-size: 16px;
  }
}

.u-text-price {
  text-decoration: line-through;
}
.u-text-price.FALSE {
  text-decoration: none;
}
.u-text-price.FALSE + .u-text-discount {
  display: none;
}

.c-latest__list {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .c-latest__list {
    margin-top: 10px;
  }
}

.c-latest__item {
  border-bottom: 1px solid #d2d2d2;
}

.c-latest__item--link {
  display: block;
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .c-latest__item--link {
    display: flex;
    align-items: center;
    padding: 19px 0;
  }
}

@media (min-width: 1024px) {
  .c-latest__item--meta {
    margin-right: 60px;
    padding-right: 2em;
  }
}

.c-latest__item--title {
  margin-top: 8px;
  line-height: 1.4;
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .c-latest__item--title {
    flex: 1;
    margin-top: 0;
  }
}

.c-index-slider-thumbnail .slick-slide {
  margin: 0 5px;
}

.c-section__title+p {
  margin-top: 15px;
}

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

.c-3pr__icon {
width: 100%;
}
.c-3pr__icon td {
border: solid 1px #ccc;
text-align: center;
}
.c-3pr__icon td img {
margin: 0 auto;
}

/*20230405ランキング・*/
.c-rank {
display: block;
margin-bottom: 10px;
text-align: center;
font-weight: bold;
color:#fff;
}
.c-rank.rank1 {background-color: #d5c02d;}
.c-rank.rank2 {background-color: #bbbbbb;}
.c-rank.rank3 {background-color: #ae6229;}
.c-rank.rank4 {background-color: #f2965a;}

@media (min-width: 1024px) {
.c-section__categorylist h3 { border-bottom: solid 2px #333; margin: 10px 0;}
.c-section__categorylist a:hover { color:#bc0404;}
.c-section__categorylist li a {
 display: block;
 padding: 6px 0;
}
.c-section__categorylist li a:hover{
border-bottom: solid 1px #bc0404;
}}
@media (max-width: 1023px) {
body { padding-top: 80px !important;}
.c-section__categorylist h3 {font-size: 16px;}
.c-section__categorylist h3 a { display: inline-block; padding: 6px;}
.c-section__categorylist ul { list-style-type:none; margin:0; position: relative;}
.c-section__categorylist ul li {border-top: 1px solid #ccc;}
.c-section__categorylist ul li a::after {
    content: "\2192";
    display: inline-block;
    position: absolute;
    right: 0px;
}
.c-section__categorylist li a { display: block; padding: 10px 10px;}
.c-section__categorylist li:last-child {border-bottom: 1px solid #ccc; }
.c-section__categorylist--small li:last-child {border-bottom:none; }
.c-section__categorylist--small li a { padding: 10px 10px 10px 20px;}
}
