body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #171717;
  background-color: #fff;
  position: relative;
}

body:before {
  background-image: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/90630323/corabo/leftnavi.jpg");
  background-repeat: repeat-y;
  -webkit-box-shadow: 0 0 7px #777;
  box-shadow: 0 0 7px #777;
  left: 0;
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
  -webkit-animation: animeVertical 1000s linear infinite;
  animation: animeVertical 1000s linear infinite;
}

@-webkit-keyframes animeVertical {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -200%;
  }
}

@keyframes animeVertical {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -200%;
  }
}
@media screen and (max-width: 1180px) {
  body:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none;
  }
}
.inline-block {
  font-weight: inherit;
  display: inline-block;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}

.inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 769px) {
  .inner .inner {
    padding-left: 64px;
    padding-right: 64px;
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fv {
  z-index: 40;
  position: relative;
}
.fv__image {
  width: 100%;
}
.fv__image img {
  aspect-ratio: 1;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fv__image img {
    aspect-ratio: 1440/428;
  }
}

.timesale {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .timesale {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.timesale__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .timesale__inner {
    max-width: 880px;
  }
}

.timesale__image {
  position: relative;
}
.timesale__image img {
  aspect-ratio: 375/224;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .timesale__image img {
    aspect-ratio: 880/525;
    max-width: 880px;
  }
}

.timesale__countdown {
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .timesale__countdown {
    bottom: 32px;
  }
}

.coupon {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .coupon {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.coupon__inner {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .coupon__inner {
    max-width: 944px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.coupon__image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .coupon__image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.coupon__image img {
  aspect-ratio: 375/64;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .coupon__image img {
    aspect-ratio: 880/150;
    max-width: 880px;
  }
}

.category {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #e50112;
}
@media screen and (min-width: 769px) {
  .category {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.category__inner {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .category__inner {
    max-width: 944px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.category__heading {
  margin-bottom: 16px;
}
.category-heading {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
}
@media screen and (min-width: 769px) {
  .category-heading {
    max-width: 800px;
  }
}

.gender {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #e50112;
}
@media screen and (min-width: 769px) {
  .gender {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.gender__inner {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .gender__inner {
    max-width: 944px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.price {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #e50112;
}
@media screen and (min-width: 769px) {
  .price {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.price__inner {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .price__inner {
    max-width: 944px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.brand {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #e50112;
}
@media screen and (min-width: 769px) {
  .brand {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.brand__inner {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .brand__inner {
    max-width: 944px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.scene {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #e50112;
}
@media screen and (min-width: 769px) {
  .scene {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.scene__inner {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .scene__inner {
    max-width: 944px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.product-sale {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #e50112;
}
@media screen and (min-width: 769px) {
  .product-sale {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.product-sale__inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .product-sale__inner {
    max-width: 944px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.advertisement {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #e50112;
}
@media screen and (min-width: 769px) {
  .advertisement {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.advertisement__inner {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .advertisement__inner {
    max-width: 944px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.footer {
  background-color: #e50112;
}
.footer__inner {
  padding-top: 16px;
  padding-bottom: 200px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    max-width: 944px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.footer-copyright {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer-copyright {
    font-size: 14px;
  }
}

.header-nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  .header-nav ul {
    width: 80px;
    display: block;
    position: fixed;
    right: 0;
    top: 70px;
  }
}

.header-nav li {
  margin: 0 5px;
}
@media screen and (min-width: 769px) {
  .header-nav li {
    margin: 0 0 10px 0;
  }
}

.btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: min(3.2vw, 12px);
  font-weight: 700;
  padding: 0.15em 0.5em;
  position: relative;
  text-decoration: none;
}
.btn--black {
  background-color: #221815;
  border: 1px solid #221815;
  color: #fff;
}

.pagetop {
  position: fixed;
  bottom: 320px;
  right: 35px;
  z-index: 10;
}
.pagetop .pagetop-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.pagetop .is-show {
  opacity: 1;
  visibility: visible;
}

.countdown {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.countdown .num {
  position: relative;
  color: #a5a5a5;
  border-radius: 4px;
  border: solid 4px #a5a5a5;
  padding: 5px;
  font-weight: 700;
  font-size: 8vw;
}
@media screen and (min-width: 769px) {
  .countdown .num {
    font-size: 72px;
    line-height: 2;
  }
}

.countdown .time {
  color: #171717;
  font-weight: 700;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .countdown .time {
    font-size: 54px;
    line-height: 1.5;
  }
}

.coupon-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .coupon-list {
    gap: 40px 40px;
  }
}

.coupon-item {
  text-align: center;
}
.coupon-item img {
  aspect-ratio: 170/77;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .coupon-item img {
    aspect-ratio: 420/189;
    max-width: 420px;
  }
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 0px;
}
.category-list--first {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .category-list--first {
    margin-bottom: 12px;
  }
}

.category-list__item a img {
  aspect-ratio: 173/71;
  max-width: 173px;
}
@media screen and (min-width: 769px) {
  .category-list__item a img {
    aspect-ratio: 295/121;
    max-width: 290px;
  }
}

.category-option {
  width: 100%;
  padding: 0px 0px 32px;
  border-radius: 0px;
  border-bottom: 4px solid #fff;
}
@media screen and (min-width: 769px) {
  .category-option {
    padding: 32px 20px 32px;
    border-radius: 50px;
    border: 6px solid #fff;
  }
}

.category-option--border-top {
  border-top: 4px solid #fff;
  padding-top: 32px;
}

.category-option__heading {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .category-option__heading {
    margin-bottom: 40px;
  }
}
.category-option__heading img {
  aspect-ratio: 350/60;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .category-option__heading img {
    aspect-ratio: 800/136;
    max-width: 800px;
  }
}

.gender-option-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .gender-option-list {
    gap: 0 24px;
    max-width: 588px;
  }
}

.gender-option-item {
  text-align: center;
}
.gender-option-item img {
  aspect-ratio: 1;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .gender-option-item img {
    max-width: 180px;
  }
}

.price-option-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .price-option-list {
    gap: 16px 40px;
    max-width: 540px;
  }
}

.price-option-item {
  text-align: center;
}
.price-option-item img {
  aspect-ratio: 172/47;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .price-option-item img {
    aspect-ratio: 250/68;
    max-width: 250px;
  }
}

.brand-option-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .brand-option-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px 16px;
    max-width: 768px;
  }
}

.brand-option-item {
  text-align: center;
}
.brand-option-item img {
  aspect-ratio: 1;
  max-width: 240px;
}
@media screen and (min-width: 769px) {
  .brand-option-item img {
    max-width: 180px;
  }
}

.scene-option-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .scene-option-list {
    gap: 16px 40px;
    max-width: 540px;
  }
}

.scene-option-item {
  text-align: center;
}
.scene-option-item img {
  aspect-ratio: 172/47;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .scene-option-item img {
    aspect-ratio: 250/68;
    max-width: 250px;
  }
}

.product-sale-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 0;
}
@media screen and (min-width: 769px) {
  .product-sale-list {
    max-width: 944px;
    gap: 48px 0;
  }
}

.product-sale-item {
  width: 100%;
  padding: 32px 0px 32px;
  border-radius: 0px;
}
@media screen and (min-width: 769px) {
  .product-sale-item {
    padding: 32px 20px 32px;
    border-radius: 50px;
    border: 6px solid #fff;
  }
}

.product-sale-item:last-child {
  padding-bottom: 48px;
}
@media screen and (min-width: 769px) {
  .product-sale-item:last-child {
    padding-bottom: 32px;
  }
}

.product-sale-item--red {
  background: #e50112;
}

.product-sale-item--orange {
  background: #ff6a00;
}

.product-sale-item--yellow {
  background: #fffc05;
}

.product-sale-item__inner {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .product-sale-item__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.product-sale-item__heading {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .product-sale-item__heading {
    margin-bottom: 40px;
  }
}
.product-sale-item__heading img {
  aspect-ratio: 350/159;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .product-sale-item__heading img {
    aspect-ratio: 800/364;
    max-width: 800px;
  }
}

.product-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px 8px;
}
@media screen and (min-width: 769px) {
  .product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.product-list-item {
  display: inline-block;
  padding: 8px;
  background: #fff;
}

.product-list-item__img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.product-list-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.product-info__bottom {
  margin-bottom: 8px;
}

.product-info__btn {
  width: 100%;
}

.product-tag {
  font-size: 10px;
  font-weight: 600;
}
.product-title {
  font-size: 12px;
  font-weight: 600;
}
.product-info-bottom {
  width: 100%;
  border-top: solid 1px #000;
  padding-top: 8px;
}

.product-info-bottom__comment {
  font-size: 16px;
  color: #777;
}

.product-comment {
  font-size: 12px;
  color: #777;
}

.product-price {
  font-size: min(6.4vw, 34px);
  color: #e50112;
  margin: 4px 0 0;
  font-weight: 700;
}
.product-price span {
  font-weight: 700;
  font-size: min(3vw, 12px);
}

span.price-value1 {
  font-weight: 700;
  font-size: min(4.6vw, 24px);
}

.product-price .free-shipping {
  margin-right: 0px;
}

.free-shipping {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.166667;
  background: #e50112;
  padding: 2px 4px 2px;
}

.product-sale-icon {
  font-size: 20px;
  font-weight: 700;
  background-color: #e50112;
  color: #fdfb07;
  text-align: center;
  padding: 0.1em 0.5em;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .product-sale-icon {
    padding: 0.15em 0.5em;
  }
}

.footer-nav__link {
  display: inline-block;
  font-weight: 700;
  color: #e50112;
  font-size: 12px;
  padding: 0 4px;
}
@media screen and (min-width: 769px) {
  .footer-nav__link {
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
  }
}

.section-heading-1 {
  display: block;
  text-align: center;
  padding: 8px;
  border-top: solid 4px #221815;
  border-bottom: solid 4px #221815;
  margin-bottom: 12px;
}
.section-heading-1 span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .section-heading-1 span {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .section-heading-1 {
    border-top: solid 8px #221815;
    border-bottom: solid 8px #221815;
    margin-bottom: 24px;
  }
}

.section-heading-2 {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .section-heading-2 {
    font-size: 24px;
  }
}

.pagetop-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 129px;
  height: 129px;
  border-radius: 50%;
  background-color: #221815;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
.pagetop-btn span {
  font-size: 20px;
}
