@charset "utf-8";

/*-----------------------------------------
  common
-----------------------------------------*/
#sale {
  width: 100%;
  color: #444444;
}

#sale a {
  display: block;
  color: inherit;
  transition: .3s;
}

#sale a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#sale img {
  display: block;
  margin: 0 auto;
}

#sale h1,
#sale h2 {
  padding: 0;
  margin: 0;
}

#sale sup {
  font-size: 0.5em;
  vertical-align: super;
}

#sale .inner {
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  #sale .for-sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  #sale .for-pc {
    display: none;
  }
}

/*-----------------------------------------
  navi
-----------------------------------------*/
#sale .nav-list {
  display: flex;
  gap: 20px;
  margin: 52px 20px 40px;
}

#sale .nav-list li {
  flex: 1;
}

#sale .nav-list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 150px;
  padding-bottom: 15px;
  background: #e60213;
}

#sale .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 12px;
  background: #ffdb27;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#sale .nav-list li a .text {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.333;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 750px) {
  #sale .nav-list {
    gap: 2.667vw;
    margin: 6.933vw 2.667vw 5.333vw;
  }

  #sale .nav-list li a {
    gap: 2.667vw;
    height: 20vw;
    padding-bottom: 2vw;
  }

  #sale .nav-list li a::after {
    bottom: 1.6vw;
    width: 2.133vw;
    height: 1.6vw;
  }

  #sale .nav-list li a .text {
    font-size: 3.2vw;
  }

  #sale .nav-list li:nth-child(1) .img {
    width: 13.733vw;
  }

  #sale .nav-list li:nth-child(2) .img {
    width: 7.467vw;
  }

  #sale .nav-list li:nth-child(3) .img {
    width: 13.467vw;
  }
}

/*-----------------------------------------
  notice
-----------------------------------------*/
#sale .sec-notice {
  margin: 40px 20px 44px;
  padding: 45px 30px 38px;
  background: #f0f2f2;
  border-radius: 10px;
}

#sale .sec-notice h2 {
  width: fit-content;
  margin: 0 auto 15px;
  padding-left: 53px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #e60012;
  background: url(/img/usr/freepage/2025/2501luckybag/icon_notice.png) no-repeat left center / 32px;
}

#sale .sec-notice .notice-text {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1.416;
  color: #444;
}

#sale .sec-notice .notice-text a,
#sale .sec-notice .notice-text a:hover {
  display: inline-block;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  #sale .sec-notice {
    margin: 5.333vw 2.667vw 5.867vw;
    padding: 6vw 4vw 5.067vw;
    border-radius: 1.333vw;
  }

  #sale .sec-notice h2 {
    margin: 0 auto 2vw;
    padding-left: 7.067vw;
    font-size: 4vw;
    background-size: 4.267vw;
  }

  #sale .sec-notice .notice-text {
    font-size: 3.2vw;
  }
}

/*-----------------------------------------
  offer
-----------------------------------------*/
#sale .offer-box {
  position: relative;
}

#sale .offer-btn {
  position: absolute;
  bottom: 160px;
  right: 0;
  left: 0;
  margin: auto;
}

#sale .offer-detail {
  position: absolute;
  bottom: 116px;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: underline;
  color: #fff;
}

#sale #offer01 .offer-btn {
  bottom: 186px;
}

#sale #offer01 .offer-detail {
  bottom: 143px;
}

@media screen and (max-width: 750px) {
  #sale .offer-btn {
    bottom: 21.333vw;
    width: 86.133vw;
  }

  #sale .offer-detail {
    bottom: 15.467vw;
    font-size: 3.467vw;
  }

  #sale #offer01 .offer-btn {
    bottom: 24.8vw;
  }

  #sale #offer01 .offer-detail {
    bottom: 19.067vw;
  }
}

/*-----------------------------------------
  popup
-----------------------------------------*/
.popup-contentswrap {
  max-width: 750px;
  height: 100vh;
  padding: 5vh 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#offer03_popup.popup-contentswrap {
  max-width: 1050px;
}

.popup-contentswrap-frame {
  position: relative;
  width: 100%;
  height: 90vh;
}

.popup-contentswrap-frame .popup-close {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DDD;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  z-index: 1;
}

.popup-contentswrap-frame .popup-close span::before,
.popup-contentswrap-frame .popup-close span::after {
  content: '';
  width: 26px;
  border-top: #40403F 2px solid;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 13px);
  transform: rotate(45deg);
}

.popup-contentswrap-frame .popup-close span::after {
  transform: rotate(135deg);
}

.mfp-close {
  display: none !important;
}

.popup-contents {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #fff;
}

.trinityline-goods.gel-cream-premium,
.gel-cream-premium .comment_2_fv,
.trinityline-goods.moist-lotion-premium-ex,
.moist-lotion-premium-ex .mp150_01,
.adrys_detailpage {
  margin-top: 0 !important;
}

.gel-cream-premium .comment_2_4.comment_2_box,
#column_frame_advice {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .popup-contentswrap {
    height: 94vh;
    padding: 3vh 0;
    margin: 0 10px;
  }

  .popup-contentswrap-frame {
    height: 94vh;
  }

  .popup-contentswrap-frame .popup-close {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: -15px;
    right: -15px;
  }

  .popup-contentswrap-frame .popup-close span::before,
  .popup-contentswrap-frame .popup-close span::after {
    width: 20px;
    left: calc(50% - 10px);
  }

  .mfp-wrap {
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
  }

  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }

  .gel-cream-premium .comment_2_box_ttl span {
    padding: 0 1.5em !important;
  }

  .gel-cream-premium .gcp50_02_top_img_02 {
    left: 0 !important;
  }
}