﻿ul {
  padding: 0;
  list-style: none;
}

.main {
  position: relative;
  background: #FBDEDC;
  background-position-y: 1020px;
  background-position-x: 50%;
  background-size: contain;
}

.snowbg {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%,0)
}

.snowbg02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,0)
}

.snowbg03 {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%,0)
}

.mb {
  display: none;
}

.top-banner {
  background-image: url('../../images/sp/ContactLenses_202503/pc-banner.png');
  background-position: center;
  height: 1120px;
  background-repeat: no-repeat;
  background-position-y: 5px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  z-index: 999;
  background-size: cover;
}

.member-only {
  position: absolute;
  left: 27%;
  width: 88px;
}

.top-banner .date.pc {
  max-width: 483px;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-banner .date.mb {
  width: 284.5px;
  height: 70px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}

.products {
  position: relative;
  width: 1000px;
  margin: 0px auto 0 auto;
}

.product-bg {
  position: relative;
}

.mb-event-time {
  display: none;
}

.product-area {
  position: relative;
  margin-top: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-area.first {
  margin-top: 80px;
}

.product-area.last {
  margin-bottom: 40px;
}

.product-brand {
  width: 448px;
  margin: 0 auto 64px auto;
  text-align: center;
  position: relative;
}

.product-brand.brand05 {
  width: 400px;
}

.products-area {
  display: flex;
}

.product-list.center {
  justify-content: center;
}

.product-list.max-width-750 {
  max-width: 750px;
  justify-content: center;
}



.decorations02, .decorations03 {
  display: none;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}

.product-list.flex-start {
  justify-content: start;
}

.product-list li {
  margin-bottom: 50px;
  margin-left: 11px;
  margin-right: 11px;
  z-index: 1;
  width: 228px;
}


.product {
  display: block;
  /*height: 100%;*/
}

.product a {
  display: block;
}

.product .discount {
  width: 57px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 9.2px;
  margin-top: 16px;
  font-size: 17.5px;
  font-weight: bold;
  background-color: #d30012;
  color: #fff;
  text-align: center;
}

.product .header-tag {
  position: absolute;
  margin-top: 16px;
  left: 70px;
}

.product .img {
  text-align: center;
  height: 165px;
  margin-top: 50px;
  line-height: 165px;
  padding-right: 9.2px;
}

.product .info {
  height: 60px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.product .name {
  font-size: 23.75px;
  line-height: 23.75px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.product .product-colors {
  font-size: 12.5px;
  line-height: 12.5px;
  color: #000;
  font-weight: bold;
  margin: 6.24px 0 0 0;
}

.product .num {
  font-size: 12.5px;
  line-height: 12.5px;
  font-weight: bold;
  color: #000;
  margin-top: 7.32px;
  margin-bottom: 0;
}

.product .tags {
  /*margin-bottom: 22px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;*/
}



.product .tags span {
  display: inline-block;
  padding: 2px 4.5px;
  color: #fff;
  font-weight: bold;
  font-size: 17.5px;
  margin: 0 6.45px 6px 0;
  background-image: url('../../Images/SP/ContactLenses_202310/tag-bg.png?202310');
  background-size: 100% 100%;
}

.product .tags span.pink {
  background-image: url('../../Images/SP/ContactLenses_202310/tag-bg-pink.png');
}

.product .tags span.green {
  background-image: url('../../images/sp/contactlenses_202310/tag-bg-green.png');
}

.product .event {
  margin-top: 0;
  margin-bottom: 15.25px;
  font-size: 22.5px;
  color: #d30012;
  font-weight: bold;
}

.product .event p {
  margin: 0;
}

.product .event .subtitle {
  font-size: 12.5px;
}

.product .event .subtitle-2 {
  font-size: 18.75px;
}

.product-area-footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.notify {
  display: flex;
  align-items: end;
  justify-content: center;
  color: #D84076;
  font-size: 14px;
  line-height: 27px;
  padding: 40px 0 150px 0;
  font-weight: bold;
}

.img-snow-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.icon-warning {
  margin-right: 50px;
}

.notify ul {
  list-style-type: '．';
  margin: 0;
}

@media (max-width:576px) {
  .main {
    background-position-y: 505px;
    background-position-x: 50%;
  }

  .pc {
    display: none;
  }

  .img-snow-bottom {
    bottom: -10px;
    width: 100%;
  }

  .mb {
    display: block;
  }

  .member-only {
    width: 88px;
    top: 20px;
    left: 17px;
  }

  .top-banner {
    background-image: url('../../images/sp/ContactLenses_202503/mb-banner.png');
    height: 694px;
    padding-top: 90px;
    width: 100%;
    margin-top: 30px;
    background-size: cover;
  }

  .top-banner .date {
    bottom: 28%;
    height: 40px;
  }

  .product-bg {
    background-image: url('../../Images/SP/ContactLenses_202501/bg-bubbles.png');
    background-repeat: no-repeat;
  }

  .product-list li.two-way {
    margin-left: 0;
    margin-right: 0;
  }

  .top-banner-main {
    margin-top: 0;
  }

  .products {
    width: 100%;
  }

  .decorations02 {
    display: block;
    width: 65%;
    position: absolute;
    top: -165px;
    right: -40px;
  }

  .decorations03 {
    display: block;
    width: 65%;
    position: absolute;
    bottom: -75px;
    right: -40px;
  }

  .mb-event-time {
    text-align: center;
    display: block;
    margin-bottom: -16px;
  }

  .product-area {
    margin-top: 64px;
  }

  .product-area.first {
    margin-top: 30px;
  }

  .product-brand {
    margin: 0 18px 16px 18px;
    width: auto !important;
  }

  .product-list {
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between !important;
  }

  .product-list li {
    width: 47% !important;
    margin-bottom: 16px;
    margin: 0 0 16px 0;
  }

  .product .img {
    height: 110px;
    line-height: 110px;
  }

  .product .discount {
    width: 45px;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    margin-top: 13px;
  }

  .product .tags span {
    font-size: 14px;
    margin: 0 5px 5px 0;
    padding: 1.67px 3.79px;
  }

  .product .info {
    height: 55px;
    margin-top: 17px;
    margin-bottom: 12px;
  }

  .product .name {
    font-size: 19px;
    line-height: 19px;
  }

  .product .product-colors {
    font-size: 12px;
    line-height: 12px;
    margin: 5px 0 0 0;
  }

  .product .num {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5.5px;
  }

  .product .event {
    font-size: 18px;
  }

  .product .header-tag {
    margin-top: 13px;
    left: 57px;
    width: 33px;
  }

  .product .event .subtitle {
    font-size: 12px;
  }

  .product .event .subtitle-2 {
    font-size: 15px;
  }

  .product-area-footer {
    display: none;
  }

  .notify {
    padding: 20px 30px 205px 30px;
    position: relative;
    font-size: 12px;
    line-height: 18px;
  }

  .icon-warning {
    display: none;
  }

  .products-area {
    flex-direction: column;
  }

  .product-list {
    width: 100%;
  }
}
