@charset "UTF-8";

body {
  background: #000;
}

#main {
  background: #fff;
  line-height: 1.8;
}

.lipstick-glazedbomb-container {
  margin: 0 auto;
  padding: 0 0 100px;
  letter-spacing: 0.03em;
}
.lipstick-glazedbomb-container *,
.lipstick-glazedbomb-container *::before,
.lipstick-glazedbomb-container *::after {
  box-sizing: border-box;
}
.lipstick-glazedbomb-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
  outline: none;
  vertical-align: middle;
}
.lipstick-glazedbomb-container button {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.lipstick-glazedbomb-container button,
.lipstick-glazedbomb-container input,
.lipstick-glazedbomb-container a {
  -webkit-tap-highlight-color: transparent;
}
.lipstick-glazedbomb-container sup {
  vertical-align: super;
  letter-spacing: 0;
  font-size: 8px;
}
.lipstick-glazedbomb-container .hn {
  font-family: HelveticaNeueLTStd-Th;
}
.lipstick-glazedbomb-container .lipstick-glazedbomb-note {
  display: block;
  letter-spacing: 0;
  font-size: 11px;
  line-height: 1.5;
}

.lipstick-glazedbomb-kv {
  margin: 0 0 50px;
  width: 100%;
}
.lipstick-glazedbomb-kv img {
  width: 100%;
}

.lipstick-glazedbomb-sec-width {
  margin: 0 auto;
  max-width: 710px;
}

.lipstick-glazedbomb-main-text-box {
  position: relative;
  margin-bottom: 130px;
}
.lipstick-glazedbomb-main-text-box.is-open {
  transition: padding 0.3s ease;
}
.lipstick-glazedbomb-main-text-box.is-open .lipstick-glazedbomb-main-text-box-inner::after {
  opacity: 0;
}
.lipstick-glazedbomb-main-text-box.is-open .lipstick-glazedbomb-main-text-more::after {
  content: "-";
}

.lipstick-glazedbomb-main-text-box-inner {
  overflow-y: hidden;
  position: relative;
  padding-bottom: 30px;
  max-height: 270px;
  transition: max-height 0.3s ease;
}
.lipstick-glazedbomb-main-text-box-inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lipstick-glazedbomb-main-text p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.lipstick-glazedbomb-main-text p.text-01 {
  display: inline-block;
  margin-bottom: 60px;
  font-size: 13px;
}
.lipstick-glazedbomb-main-text p .lipstick-glazedbomb-note {
  margin-top: 25px;
}

.lipstick-glazedbomb-main-text-more {
  display: inline-block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  letter-spacing: 0.03em;
  color: #000;
  font-size: 16px;
}
.lipstick-glazedbomb-main-text-more::after {
  content: "+";
  display: inline-block;
  transform: translateY(-0.07em);
  margin-top: 0;
  margin-left: 0.2em;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.lipstick-glazedbomb-product {
  margin-bottom: 100px;
}

.lipstick-glazedbomb-product-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 0 1em;
  border: 1px solid #000;
  font-size: 10px;
}

.lipstick-glazedbomb-product-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2;
}
.lipstick-glazedbomb-product-title span {
  display: inline-block;
  transform: translateY(-0.07em);
  margin-top: 0;
  width: auto;
  vertical-align: middle;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}

.lipstick-glazedbomb-product-text {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.6;
}
.lipstick-glazedbomb-product-text .lipstick-glazedbomb-note {
  margin-top: 10px;
}

.lipstick-glazedbomb-product-name {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
}

.lipstick-glazedbomb-product-price {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.lipstick-glazedbomb-product-detail {
  padding: 62px 50px 85px;
}

.lipstick-glazedbomb-product-detail-title button {
  display: block;
  position: relative;
  padding: 10px 20px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
  text-align: left;
  color: #000;
  font-size: 16px;
}
.lipstick-glazedbomb-product-detail-title button::before, .lipstick-glazedbomb-product-detail-title button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
  background-color: #000;
}
.lipstick-glazedbomb-product-detail-title button::after {
  transform: rotate(90deg);
  transition: opacity 0.3s ease;
}
.lipstick-glazedbomb-product-detail-title button.is-open::after {
  opacity: 0;
}

.lipstick-glazedbomb-product-detail-content-inner {
  padding: 25px 0 0;
}

.lipstick-glazedbomb-product-detail-list-name {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
}

.lipstick-glazedbomb-product-detail-list {
  margin-bottom: 30px;
}
.lipstick-glazedbomb-product-detail-list li {
  margin-bottom: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-size: 14px;
  line-height: 1.6;
}
.lipstick-glazedbomb-product-detail-list li:last-child {
  margin-bottom: 0;
}

.lipstick-glazedbomb-product-detail-ingredient {
  margin-bottom: 30px;
}
.lipstick-glazedbomb-product-detail-ingredient .ttl-01 {
  margin-bottom: 5px;
  text-indent: -0.5em;
  font-size: 11px;
}
.lipstick-glazedbomb-product-detail-ingredient .ttl-02 {
  margin-bottom: 5px;
  font-size: 11px;
}
.lipstick-glazedbomb-product-detail-ingredient ul {
  margin-bottom: 24px;
}
.lipstick-glazedbomb-product-detail-ingredient ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1em;
  font-size: 11px;
  line-height: 1.5;
}
.lipstick-glazedbomb-product-detail-ingredient ul li:last-child {
  margin-bottom: 0;
}
.lipstick-glazedbomb-product-detail-ingredient ul li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0.2em;
  width: 4px;
  height: auto;
  border-radius: 50%;
  background-color: #000;
  aspect-ratio: 1/1;
}

.lipstick-glazedbomb-product-detail-note {
  margin-bottom: 24px;
}

.lipstick-glazedbomb-product-detail-note-img {
  display: block;
  margin-bottom: 24px;
  width: 100px;
}

.lipstick-glazedbomb-product-detail-info {
  margin-bottom: 24px;
}
.lipstick-glazedbomb-product-detail-info p {
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 1.5;
}

.lipstick-glazedbomb-product-detail-link {
  text-align: right;
}
.lipstick-glazedbomb-product-detail-link a {
  text-decoration: underline;
  font-size: 13px;
}

.lipstick-glazedbomb-product-main-slider {
  position: relative;
}
.lipstick-glazedbomb-product-main-slider .slide-item span,
.lipstick-glazedbomb-product-main-slider .slide-item a {
  display: block;
  margin: 0 auto 20px;
  width: 300px;
  text-align: center;
}
.lipstick-glazedbomb-product-main-slider .slide-item span img,
.lipstick-glazedbomb-product-main-slider .slide-item a img {
  display: inline-block;
  max-height: 100%;
}
.lipstick-glazedbomb-product-main-slider .slide-item span img.product-01-01,
.lipstick-glazedbomb-product-main-slider .slide-item a img.product-01-01 {
  width: 80px;
}
.lipstick-glazedbomb-product-main-slider .slide-item span img.product-01-02,
.lipstick-glazedbomb-product-main-slider .slide-item a img.product-01-02 {
  width: 300px;
}
.lipstick-glazedbomb-product-main-slider .slide-item span img.product-01-03,
.lipstick-glazedbomb-product-main-slider .slide-item a img.product-01-03 {
  width: 300px;
}

.lipstick-glazedbomb-product-main-thumbs,
.lipstick-glazedbomb-product-sub-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.lipstick-glazedbomb-product-main-thumbs .thumb,
.lipstick-glazedbomb-product-sub-thumbs .thumb {
  display: flex;
  align-items: center;
  padding: 5px;
  width: 70px;
  height: auto;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border 0.3s;
  aspect-ratio: 1/1;
}
.lipstick-glazedbomb-product-main-thumbs .thumb.active,
.lipstick-glazedbomb-product-sub-thumbs .thumb.active {
  border-color: #000;
}

.lipstick-glazedbomb-product-main-thumbs {
  margin: 30px auto 0;
  width: 370px;
}

.lipstick-glazedbomb-product-sub-thumbs {
  justify-content: center;
  margin-top: 35px;
}

.lipstick-glazedbomb-product-slider-text {
  margin-top: 30px;
}
.lipstick-glazedbomb-product-slider-text .name {
  text-align: center;
  font-size: 18px;
}
.lipstick-glazedbomb-product-slider-text .name span {
  display: inline;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ W3", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}
.lipstick-glazedbomb-product-slider-text .text {
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
}

.lipstick-glazedbomb-product-main-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  transition: top 0.6s ease;
}
.lipstick-glazedbomb-product-main-navigation .prev,
.lipstick-glazedbomb-product-main-navigation .next {
  transform: rotate(45deg);
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.lipstick-glazedbomb-product-main-navigation .prev {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.lipstick-glazedbomb-product-main-navigation .next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.lipstick-glazedbomb-product-color-detail {
  display: none;
}
.lipstick-glazedbomb-product-color-detail.active {
  display: block;
}

.lipstick-glazedbomb-product-cartbtn {
  margin: 35px auto 20px;
  width: 243px;
}
.lipstick-glazedbomb-product-cartbtn a {
  display: block;
  padding: 12px 0;
  border: 1px solid #000;
  background-color: #000;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.lipstick-glazedbomb-product-cartbtn a:hover {
  background-color: #fff;
  color: #000;
}

.lipstick-glazedbomb-point {
  margin-bottom: 100px;
}

.lipstick-glazedbomb-point-title {
  margin-bottom: 15px;
  font-size: 32px;
}

.lipstick-glazedbomb-point-list {
  margin-bottom: 15px;
}

.lipstick-glazedbomb-point-list-inner {
  display: flex;
  gap: 10px;
}

.lipstick-glazedbomb-point-item {
  padding: 15px;
  width: 33.3333333333%;
  border: 1px solid #000;
}

.lipstick-glazedbomb-point-item-title {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.01em;
  font-size: 14px;
  line-height: 1.48;
  font-weight: bold;
}

.lipstick-glazedbomb-point-item-text-01 {
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.5;
}

.lipstick-glazedbomb-point-item-text-02 {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.lipstick-glazedbomb-lipcare {
  margin-bottom: 100px;
}

.lipstick-glazedbomb-lipcare-title {
  margin-bottom: 15px;
  font-size: 32px;
}

.lipstick-glazedbomb-lipcare-text {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.7;
}

.lipstick-glazedbomb-lipcare-list {
  display: flex;
  gap: 15px;
}

.lipstick-glazedbomb-lipcare-item {
  width: 33.3333333333%;
}
.lipstick-glazedbomb-lipcare-item:nth-of-type(3n) {
  margin-right: 0;
}

.lipstick-glazedbomb-lipcare-item-img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
  aspect-ratio: 1/1;
}
.lipstick-glazedbomb-lipcare-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lipstick-glazedbomb-lipcare-item-name {
  margin-bottom: 10px;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
}

.lipstick-glazedbomb-lipcare-item-text {
  margin-bottom: 10px;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
}
.lipstick-glazedbomb-lipcare-item-text .lipstick-glazedbomb-note {
  margin-top: 5px;
}

.lipstick-glazedbomb-lipcare-item-price {
  margin-bottom: 15px;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
}

.lipstick-glazedbomb-lipcare-item-detail a {
  display: block;
  padding: 8px 0;
  background-color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  color: #fff;
  font-size: 12px;
}

.makeup2025-main-link {
  text-align: center;
}
.makeup2025-main-link a {
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  text-decoration: none;
  font-size: 14px;
}
.makeup2025-main-link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.lipstick-glazedbomb-main-link {
  text-align: center;
}
.lipstick-glazedbomb-main-link a {
  display: inline-block;
  position: relative;
  padding-bottom: 7px;
  text-decoration: none;
  font-size: 14px;
}
.lipstick-glazedbomb-main-link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

/* js */
.js-lipstick-glazedbomb-accordion-content {
  display: none;
}