@charset "UTF-8";

body {
  background: #000;
}

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

.summer2026-container,
.summer2026-modal-container {
  padding: 0;
  margin: 0 auto;
  letter-spacing: 0.03em;
}

.summer2026-container *,
.summer2026-container *::before,
.summer2026-container *::after,
.summer2026-modal-container *,
.summer2026-modal-container *::before,
.summer2026-modal-container *::after {
  box-sizing: border-box;
}

.summer2026-container img,
.summer2026-modal-container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  outline: none;
}

.summer2026-container button,
.summer2026-modal-container button {
  appearance: none;
  cursor: pointer;
  border-radius: 0;
  outline: none;
}

.summer2026-container button,
.summer2026-container input,
.summer2026-container a,
.summer2026-modal-container button,
.summer2026-modal-container input,
.summer2026-modal-container a {
  -webkit-tap-highlight-color: transparent;
}

.summer2026-container sup,
.summer2026-modal-container sup {
  font-size: 8px;
  letter-spacing: 0;
  vertical-align: super;
}

.summer2026-container .hn,
.summer2026-modal-container .hn {
  display: inline-block;
  font-family: HelveticaNeueLTStd-Th;
  font-weight: 200;
  transform: translateY(0.15em);
}

.summer2026-container .hn-br,
.summer2026-modal-container .hn-br {
  transform: translateY(0.32em);
}

.summer2026-container .summer2026-note,
.summer2026-modal-container .summer2026-note {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
}

.js-summer2026-accordion-content {
  display: none;
}

.summer2026-container {
  padding: 0 0 100px;
}

.summer2026-kv-video {
  margin-bottom: 50px;
  background-color: #ccc;
}

.video-js.vjs-ended .vjs-poster {
  display: block;
}

.summer2026-kv-img {
  margin-bottom: 23px;
}

.summer2026-sec-width {
  max-width: 700px;
  margin: 0 auto;
}

.summer2026-modal-btn {
  position: relative;
  margin-bottom: 88px;
  text-align: center;
}

.summer2026-modal-btn button {
  position: relative;
  display: inline-block;
  padding: 6px 1.2em 6px 0;
  font-size: 1.25em;
  color: #000;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}

.summer2026-modal-btn button::before, .summer2026-modal-btn button::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #000;
}

.summer2026-modal-btn button::after {
  transform: rotate(90deg);
}

.summer2026-main-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.225;
}

.summer2026-main-text-box {
  position: relative;
  margin-bottom: 80px;
}

.summer2026-main-text-box.is-open {
  padding-bottom: 0;
  transition: padding 0.3s ease;
}

.summer2026-main-text-box.is-open .summer2026-main-text-box-inner::after {
  opacity: 0;
}

.summer2026-main-text-box.is-open .summer2026-main-text-more::after {
  content: "-";
}

.summer2026-main-text-box-inner {
  position: relative;
  max-height: 270px;
  padding-bottom: 70px;
  overflow-y: hidden;
  transition: max-height 0.3s ease;
}

.summer2026-main-text-box-inner::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 120px;
  pointer-events: none;
  content: "";
  background: #fff;
  background: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255 255 255) 60%, rgb(255 255 255 / 0%) 100%);
  transition: opacity 0.3s ease;
}

.summer2026-main-text p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.7143;
}

.summer2026-main-text p.text-01 {
  margin-bottom: 60px;
}

.summer2026-main-text p:last-child {
  margin-bottom: 0;
}

.summer2026-main-text-more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  padding: 0;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.03em;
  background-color: transparent;
  border: none;
}

.summer2026-main-text-more::after {
  display: inline-block;
  width: auto;
  margin-top: 0;
  margin-left: 0.2em;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  content: "+";
  transform: translateY(-0.07em);
}

.summer2026-lineup {
  padding: 40px 40px 130px;
}

.summer2026-lineup-title {
  width: 117px;
  margin: 0 auto 40px;
}

.summer2026-lineup-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  /*width: 776px;*/
  margin: 0 auto;
}

.summer2026-lineup-item {
  position: relative;
  display: flex;
  width: 168px;
  border: 1px solid #e5e5e5;
}

.summer2026-lineup-item::after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 8px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #000;
  transform: translate(-50%, 0);
}

.no-arrow::after {
  background-color: #fff !important;
}

.summer2026-lineup-item a {
  position: relative;
  width: 100%;
  padding: 15px 0 35px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.summer2026-lineup-item a:hover {
  opacity: 0.7;
}

.no-arrow a:hover {
  opacity: 1 !important;
}

.summer2026-lineup-item-badge {
  margin-bottom: 20px;
  font-size: 10px;
  letter-spacing: 0.03em;
}

.summer2026-lineup-item-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 180px;
  margin-bottom: 20px;
}

.summer2026-lineup-item-img img {
  display: inline-block;
  max-height: 100%;
}

.summer2026-lineup-item-img img.lu_img-01 {
  width: 11px;
}

.summer2026-lineup-item-img img.lu_img-02 {
  width: 36px;
}

.summer2026-lineup-item-img img.lu_img-03 {
  width: 60px;
}

.summer2026-lineup-item-img img.lu_img-04 {
  width: 40px;
}

.summer2026-lineup-item-img img.lu_img-05 {
  width: 40px;
}

.summer2026-lineup-item-img img.lu_img-06 {
  width: 29px;
}

.summer2026-lineup-item-img img.lu_img-07 {
  width: 60px;
}

.summer2026-lineup-item-img img.lu_img-08 {
  width: 75px;
}

.summer2026-lineup-item-name {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.summer2026-lineup-item-price {
  font-size: 11px;
  letter-spacing: 0;
}

.summer2026-product-main-img {
  margin-bottom: 50px;
}

.summer2026-product:not(:first-child) {
  margin-bottom: 130px;
}

.summer2026-product-badge {
  margin-bottom: 4px;
}

.summer2026-product-badge span {
  display: inline-block;
  padding: 0 0.5em;
  margin-right: 0.3em;
  font-size: 10px;
  border: 1px solid #000;
}

.summer2026-product-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2;
}

.summer2026-product-title i {
  display: inline-block;
  width: auto;
  margin-top: 0;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
  transform: translateY(-0.07em);
}

.summer2026-product-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}

.summer2026-product-text .summer2026-note {
  margin-top: 10px;
}

.summer2026-product-sub-text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.summer2026-product-name {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
  white-space: pre-line;
}

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

.summer2026-product-detail {
  padding: 62px 40px 85px;
}

.summer2026-product-detail-title button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  text-align: left;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}

.summer2026-product-detail-title button::before, .summer2026-product-detail-title button::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 1px;
  content: "";
  background-color: #000;
}

.summer2026-product-detail-title button::after {
  transition: opacity 0.3s ease;
  transform: rotate(90deg);
}

.summer2026-product-detail-title button.is-open::after {
  opacity: 0;
}

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

.summer2026-product-detail-list li {
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-indent: -1.5em;
}

.summer2026-product-detail-list li:last-child {
  margin-bottom: 0;
}

.summer2026-product-detail-note {
  margin-top: 30px;
}

.summer2026-product-detail-ingredient {
  margin-top: 30px;
}

.summer2026-product-detail-ingredient .ttl-01 {
  margin-bottom: 5px;
  font-size: 11px;
  text-indent: -0.5em;
}

.summer2026-product-detail-ingredient .text-01 li {
  position: relative;
  display: block;
  padding-left: 1em;
  font-size: 11px;
}

.summer2026-product-detail-ingredient .text-01 li:not(:last-child) {
  margin-bottom: 10px;
}

.summer2026-product-detail-ingredient .text-01 li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.4em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-color: #000;
  border-radius: 50%;
}

.summer2026-product-detail-ingredient .text-02 {
  font-size: 11px;
  line-height: 2;
}

.summer2026-product-detail-link {
  margin-top: 30px;
  text-align: right;
}

.summer2026-product-detail-link a {
  font-size: 13px;
  text-decoration: underline;
}

.summer2026-product-slider-inner {
  position: relative;
}

.summer2026-product-main-slider {
  position: relative;
}

.summer2026-product-main-slider .slide-item span,
.summer2026-product-main-slider .slide-item a {
  display: block;
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.summer2026-product-main-slider .slide-item span img,
.summer2026-product-main-slider .slide-item a img {
  display: inline-block;
  max-height: 100%;
}

.summer2026-product-main-slider .slide-item span img.product-01-01,
.summer2026-product-main-slider .slide-item a img.product-01-01 {
  width: 24px;
}

.summer2026-product-main-slider .slide-item span img.product-02-01,
.summer2026-product-main-slider .slide-item a img.product-02-01 {
  width: 75px;
}

.summer2026-product-main-slider .slide-item span img.product-03-01,
.summer2026-product-main-slider .slide-item a img.product-03-01 {
  width: 130px;
}

.summer2026-product-main-slider .slide-item span img.product-04-01,
.summer2026-product-main-slider .slide-item a img.product-04-01 {
  width: 84px;
}

.summer2026-product-main-slider .slide-item span img.product-05-01,
.summer2026-product-main-slider .slide-item a img.product-05-01 {
  width: 84px;
}

.summer2026-product-main-slider .slide-item span img.product-06-01,
.summer2026-product-main-slider .slide-item a img.product-06-01 {
  width: 63px;
}

.summer2026-product-main-slider .slide-item span img.product-07-01,
.summer2026-product-main-slider .slide-item a img.product-07-01 {
  width: 120px;
}

.summer2026-product-main-slider .slide-item span img.product-01-02, .summer2026-product-main-slider .slide-item span img.product-02-02, .summer2026-product-main-slider .slide-item span img.product-03-02, .summer2026-product-main-slider .slide-item span img.product-04-02, .summer2026-product-main-slider .slide-item span img.product-05-02, .summer2026-product-main-slider .slide-item span img.product-06-02, .summer2026-product-main-slider .slide-item span img.product-07-02,
.summer2026-product-main-slider .slide-item a img.product-01-02,
.summer2026-product-main-slider .slide-item a img.product-02-02,
.summer2026-product-main-slider .slide-item a img.product-03-02,
.summer2026-product-main-slider .slide-item a img.product-04-02,
.summer2026-product-main-slider .slide-item a img.product-05-02,
.summer2026-product-main-slider .slide-item a img.product-06-02,
.summer2026-product-main-slider .slide-item a img.product-07-02 {
  width: 300px;
}

.summer2026-product-main-thumbs,
.summer2026-product-sub-thumbs {
  display: flex;
  gap: 5px;
  justify-content: center;
}

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

.summer2026-product-main-thumbs .thumb.active,
.summer2026-product-sub-thumbs .thumb.active {
  border-color: #000;
}

.summer2026-product-sub-thumbs {
  margin-top: 35px;
}

#product-01 .summer2026-product-sub-thumbs {
  flex-wrap: wrap;
  width: 90%;
  margin: 35px auto 0;
}

.summer2026-product-main-thumbs {
  width: 520px;
  margin: 30px auto 0;
}

#product-01 .summer2026-product-main-thumbs {
  flex-wrap: wrap;
  width: 680px;
}

.summer2026-product-slider-text {
  margin-top: 30px;
}

.summer2026-product-slider-text .name {
  font-size: 18px;
  text-align: center;
}

.summer2026-product-slider-text .text {
  margin-top: 8px;
  font-size: 13px;
  text-align: center;
}

.summer2026-product-main-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 420px;
  transition: top 0.6s ease;
  transform: translate(-50%, -50%);
}

.summer2026-product-main-navigation .prev,
.summer2026-product-main-navigation .next {
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  transform: rotate(45deg);
}

.summer2026-product-main-navigation .prev {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.summer2026-product-main-navigation .next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.summer2026-product-color-detail {
  display: none;
}

.summer2026-product-color-detail.active {
  display: block;
}

.summer2026-product-cartbtn {
  width: 243px;
  margin: 35px auto 20px;
}

.summer2026-product-cartbtn a {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.summer2026-product-cartbtn a:hover {
  color: #000;
  background-color: #fff;
}

.summer2026-product-lip-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 400px;
  height: 70px;
  padding: 0;
  margin: 50px auto 0;
  overflow: hidden;
  text-align: left;
          appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0;
  transition: opacity 0.3s ease;
}

.summer2026-product-lip-btn:hover {
  opacity: 0.7;
}

.summer2026-product-lip-btn-img {
  width: 70px;
  height: 70px;
}

.summer2026-product-lip-btn-img img {
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.summer2026-product-lip-btn-text {
  flex: 1;
  padding: 0 1.2em;
  font-size: 14px;
  line-height: 1.375;
  color: #000;
}

.summer2026-product-lip-btn-icon {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(-50%);
}

.summer2026-product-lip-btn-icon::before, .summer2026-product-lip-btn-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.summer2026-product-lip-btn-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.summer2026-product-lipcase-btn {
  width: 400px;
  height: 70px;
  margin: 50px auto 0;
  overflow: hidden;
  border: 1px solid #000;
}

.summer2026-product-lipcase-btn a {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.summer2026-product-lipcase-btn a:hover {
  opacity: 0.7;
}

.summer2026-product-lipcase-btn a::after {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 5px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #000;
  transform: translateY(-50%);
}

.summer2026-product-lipcase-btn-img {
  width: 70px;
  height: 70px;
}

.summer2026-product-lipcase-btn-img img {
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.summer2026-product-lipcase-btn-text {
  flex: 1;
  padding: 0;
  font-size: 14px;
  line-height: 1.375;
  color: #000;
}

.summer2026-product-lipcase-btn-text span {
  display: block;
  width: 11em;
  padding: 3px 0 2px;
  margin-bottom: 5px;
  font-size: 11px;
  text-align: center;
  border: 1px solid #000;
}

.summer2026-product-lip-tips {
  margin-top: 80px;
}

.summer2026-product-lip-tips-header {
  margin-bottom: 40px;
}

.summer2026-product-lip-tips-title {
  font-size: 32px;
  line-height: 1.07;
}

.summer2026-product-lip-tips-subtitle {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.9;
}

.summer2026-product-lip-tips-item .img {
  margin-bottom: 15px;
}

.summer2026-product-lip-tips-item .text-01 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.summer2026-product-lip-tips-item .text-02 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #000;
}

.summer2026-product-lip-tips-item .text-03 p {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0.03em;
}

.summer2026-product-lip-tips-item .text-03 p:not(:last-child) {
  margin-bottom: 1em;
}

.summer2026-product-howto {
  margin-top: 80px;
}

.summer2026-product-howto-header {
  margin-bottom: 40px;
}

.summer2026-product-howto-title {
  font-size: 22px;
  line-height: 1.3;
}

.summer2026-product-howto-subtitle {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.9;
}

.summer2026-product-howto-video {
  width: 360px;
  height: auto;
  aspect-ratio: 9/16;
  margin: 0 auto;
}

.summer2026-product-howto-video .video-js {
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.summer2026-product-eye-tips {
  margin-top: 80px;
}

.summer2026-product-eye-tips-header {
  margin-bottom: 40px;
}

.summer2026-product-eye-tips-title {
  font-size: 32px;
  line-height: 1.07;
}

.summer2026-product-eye-tips-subtitle {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.9;
}

.summer2026-product-eye-tips-text {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.5;
}

.summer2026-product-eye-tips-section {
  text-align: center;
}

.summer2026-product-eye-tips-section:not(:last-child) {
  margin-bottom: 40px;
}

.summer2026-product-eye-tips-section .title {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 2;
  border-bottom: 1px solid #000;
}

.summer2026-product-eye-tips-section .text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.375;
}

.summer2026-product-eye-tips-products {
  display: flex;
  justify-content: center;
}

.summer2026-product-eye-tips-products li {
  width: 90px;
  margin-right: 2.5%;
}

.summer2026-product-eye-tips-products li:last-child {
  margin-right: 0 !important;
}

.summer2026-product-eye-tips-products li .img {
  margin-bottom: 8px;
}

.summer2026-product-eye-tips-products li p {
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 1.375;
  white-space: nowrap;
}

.summer2026-product-eye-tips-products li:nth-of-type(2) {
  position: relative;
  margin-right: 100px;
}

.summer2026-product-eye-tips-products li:nth-of-type(2)::before, .summer2026-product-eye-tips-products li:nth-of-type(2)::after {
  position: absolute;
  top: 56px;
  left: calc(100% + 32px);
  width: 40px;
  height: 1px;
  content: "";
  background-color: #000;
}

.summer2026-product-eye-tips-products li:nth-of-type(2)::before {
  transform: rotate(45deg);
}

.summer2026-product-eye-tips-products li:nth-of-type(2)::after {
  transform: rotate(135deg);
}

.summer2026-howto {
  margin-bottom: 100px;
}

.summer2026-howto-title {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.2;
}

.summer2026-howto-combo {
  padding: 50px 0;
  margin-bottom: 60px;
  background-color: #f2f2f2;
}

.summer2026-howto-combo-title {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.07;
}

.summer2026-howto-combo-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.summer2026-howto-combo-list {
  display: flex;
  justify-content: space-between;
}

.summer2026-howto-combo-list li {
  width: 225px;
  padding: 15px 15px 0;
  background-color: #fff;
}

.summer2026-howto-combo-list li .title {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  border: 1px solid #000;
}

.summer2026-howto-combo-item {
  margin-bottom: 30px;
}

.summer2026-howto-combo-item .img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.summer2026-howto-combo-item .img img {
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.summer2026-howto-combo-item .btn {
  position: relative;
  display: block;
  width: 100%;
  min-width: auto;
  padding: 1em 0;
  font-size: 12px;
  line-height: 1;
  color: #000;
  text-align: left;
          appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
}

.summer2026-howto-combo-item .btn::before, .summer2026-howto-combo-item .btn::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 1em;
  height: 1px;
  content: "";
  background-color: #000;
}

.summer2026-howto-combo-item .btn::after {
  transform: rotate(90deg);
}

.summer2026-howto-item:not(:last-child) {
  margin-bottom: 50px;
}

.summer2026-howto-item-title {
  margin-bottom: 20px;
  font-size: 30px;
}

.summer2026-main-link {
  text-align: center;
}

.summer2026-main-link a {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  font-size: 14px;
  text-decoration: none;
}

.summer2026-main-link a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
}

/* モーダル */
body.is-modal-open {
  overflow: hidden;
}

.summer2026-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: auto;
  visibility: hidden;
  background-color: rgb(0 0 0 / 90%);
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  -webkit-overflow-scrolling: touch;
}

.summer2026-modal-container.is-show {
  visibility: visible;
  opacity: 1;
}

.summer2026-modal-content {
  padding: 80px 25px;
}

.summer2026-modal-content-inner {
  position: relative;
  max-width: 780px;
  padding: 35px 30px;
  margin: auto;
  background: #fff;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.summer2026-modal-content-inner.is-show {
  opacity: 1;
}

.summer2026-modal-close-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-tap-highlight-color: transparent;
}

.summer2026-modal-close-btn::before, .summer2026-modal-close-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  content: "";
  background-color: #000;
}

.summer2026-modal-close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.summer2026-modal-close-btn::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

.summer2026-modal-main-img {
  max-width: 460px;
  margin: 0 auto 20px;
}

.summer2026-modal-main-title {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.summer2026-look-modal-section {
  width: 480px;
  margin: 0 auto;
}

.summer2026-look-modal-section:not(:last-child) {
  margin-bottom: 50px;
}

.summer2026-look-modal-section-title {
  margin-bottom: 20px;
  font-size: 18px;
}

.summer2026-look-modal-products li {
  margin-bottom: 10px;
}

.summer2026-look-modal-products li a {
  position: relative;
  display: flex;
  flex: 1;
  gap: 20px;
  align-items: center;
  transition: opacity 0.3s ease;
}

.summer2026-look-modal-products li a:hover {
  opacity: 0.7;
}

.summer2026-look-modal-products li a::after {
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 5px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background-color: #000;
  transform: translateY(-50%);
}

.summer2026-look-modal-products li a .img {
  width: 62px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #e5e5e5;
}

.summer2026-look-modal-products li a .img img {
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.summer2026-look-modal-products li a .text {
  font-size: 14px;
  line-height: 1.5;
}

.summer2026-lip-modal-slider-trigger-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.summer2026-lip-modal-slider-trigger-list button {
  position: relative;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: none;
}

.summer2026-lip-modal-slider-trigger-list button:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 0.8em;
  content: "";
  background-color: #000;
  transform: translateY(-50%);
}

.summer2026-lip-modal-slider-trigger-list button span {
  line-height: 0.8;
  border-bottom: 1px solid #fff;
}

.summer2026-lip-modal-slider-trigger-list button.is-active span {
  border-color: #000;
}

.summer2026-lip-modal-slider {
  position: relative;
  margin-bottom: 30px;
}

.summer2026-lip-modal-slider .slide-item {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.summer2026-lip-modal-slider .slide-item img {
  display: inline-block;
  width: 300px;
  max-height: 100%;
}

.summer2026-lip-modal-slider-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 420px;
  transition: top 0.6s ease;
  transform: translate(-50%, -50%);
}

.summer2026-lip-modal-slider-navigation .prev,
.summer2026-lip-modal-slider-navigation .next {
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  transform: rotate(45deg);
}

.summer2026-lip-modal-slider-navigation .prev.swiper-button-disabled,
.summer2026-lip-modal-slider-navigation .next.swiper-button-disabled {
  opacity: 0.4;
}

.summer2026-lip-modal-slider-navigation .prev {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.summer2026-lip-modal-slider-navigation .next {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.summer2026-lip-modal-product-list {
  width: 500px;
  margin: 0 auto;
}

.summer2026-lip-modal-product-item {
  display: none;
}

.summer2026-lip-modal-product-item.is-active {
  display: block;
}

.summer2026-lip-modal-product-item-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.summer2026-lip-modal-product-item-inner a {
  display: flex;
  flex: 1;
  gap: 15px;
  align-items: center;
}

.summer2026-lip-modal-product-item-inner a .img {
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
}

.summer2026-lip-modal-product-item-inner a .img img {
  width: 100%;
  height: 100%;
     object-fit: cover;
}

.summer2026-lip-modal-product-item-inner a .text {
  font-size: 14px;
  line-height: 1.3;
}

.summer2026-lip-modal-product-item-inner a .text span {
  text-decoration: underline;
}