@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 {
  color: #000;
  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-kv-img {
  margin-bottom: 50px;
}

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

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

.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: 280px;
  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: 16px;
  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 80px;
}

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

.summer2026-lineup-text {
  margin-bottom: 16px;
  line-height: 1.6316;
  text-align: center;
}

.summer2026-lineup-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 520px;
  margin: 0 auto 50px;
}

.summer2026-lineup-item {
  position: relative;
  display: flex;
  flex: 1;
  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);
}

.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;
}

.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: 150px;
  margin-bottom: 20px;
}

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

.summer2026-lineup-item-img img.lu_img-01, .summer2026-lineup-item-img img.lu_img-02 {
  width: 38px;
}

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

.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: 60px;
}

.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: 40px;
  font-size: 15px;
  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 50px 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 {
  position: relative;
}

.summer2026-product-main-slider .slide-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 300px;
  height: 100%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.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 {
  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;
}

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

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

.summer2026-product-slider-text .name {
  font-size: 14px;
  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: 580px;
  transition: top 0.6s ease;
  transform: translate(-50%, -50%);
}

.width-N {
  width: 380px;
}

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

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

.summer2026-product-main-navigation .next {
  right: 0;
  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-kit {
  margin: 70px 0 100px;
}

.summer2026-product-kit-title {
  padding: 7px 0;
  margin: 0 0 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.summer2026-product-kit-section {
  position: relative;
  padding: 30px 0;
  background-color: #f2f2f2;
}

.summer2026-product-kit-section-01 {
  margin-bottom: 100px;
}

.summer2026-product-kit-section-01::before, .summer2026-product-kit-section-01::after {
  position: absolute;
  top: calc(100% + 50px);
  left: 50%;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #000;
}

.summer2026-product-kit-section-01::before {
  transform: translateX(-50%);
}

.summer2026-product-kit-section-01::after {
  transform: translateX(-50%) rotate(90deg);
}

.summer2026-product-kit-section-title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.48;
  text-align: center;
}

.summer2026-product-kit-section-text {
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.summer2026-product-kit-list {
  display: flex;
  gap: 10px;
  justify-content: center;
  width: 680px;
  margin: 0 auto;
}

.summer2026-product-kit-item {
  position: relative;
  width: 213.3333333333px;
  padding: 30px 15px 20px;
  background-color: #fff;
}

.summer2026-product-kit-section-01 .summer2026-product-kit-item {
  padding-top: 50px;
}

.summer2026-product-kit-item .badge {
  position: absolute;
  top: 15px;
  left: 50%;
  padding: 0 0.5em;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  border: 1px solid #000;
  transform: translateX(-50%);
}

.summer2026-product-kit-item .img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
}

.summer2026-product-kit-item .img-01 img {
  width: 23%;
}

.summer2026-product-kit-item .img-02 img {
  width: 19%;
}

.summer2026-product-kit-item .img-03 img {
  width: 26%;
}

.summer2026-product-kit-item .img-04 img {
  width: 27%;
}

.summer2026-product-kit-item .img-05 img {
  width: 27%;
}

.summer2026-product-kit-item .img-06 img {
  width: 85%;
}

.summer2026-product-kit-item .name {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.summer2026-product-kit-section-02 .summer2026-product-kit-item .name {
  margin-bottom: 10px;
}

.summer2026-product-kit-item .type {
  font-size: 12px;
  line-height: 1.3;
}

.summer2026-product-kit-item .btn {
  position: relative;
  display: block;
  min-width: 100%;
  padding: 1em 0;
  margin: 10px 0 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-product-kit-item .btn::before, .summer2026-product-kit-item .btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 1px;
  content: "";
  background-color: #000;
}

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

.summer2026-product-kit-section-note {
  padding: 20px 20px 0;
}

.summer2026-product-kit-step {
  width: 940px;
  padding: 50px 120px 40px;
  margin: 100px 0 0 -120px;
  background-color: #f2f2f2;
}

.summer2026-product-kit-step-content-01 {
  margin-bottom: 40px;
}

.summer2026-product-kit-step-title {
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.summer2026-product-kit-step-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.summer2026-product-kit-select-btn {
  width: 600px;
  margin: 20px auto 0;
}

.summer2026-product-kit-select-btn-item {
  display: flex;
  min-height: 120px;
  padding: 0;
  text-align: left;
  appearance: none;
  background-color: transparent;
  background-color: #fff;
  border: 1px solid #ccc;
}

.summer2026-product-kit-select-btn-item:not(:last-child) {
  margin-bottom: 15px;
}

.summer2026-product-kit-select-btn-item.is-selected {
  border-color: #000;
}

.summer2026-product-kit-select-btn-item.is-selected .select {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.summer2026-product-kit-select-btn-item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
}

.summer2026-product-kit-select-btn-item .img.img-01 img, .summer2026-product-kit-select-btn-item .img.img-02 img {
  width: 15%;
}

.summer2026-product-kit-select-btn-item .img.img-03 img {
  width: 65%;
}

.summer2026-product-kit-select-btn-item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 330px;
  padding-right: 20px;
  font-size: 12px;
}

.summer2026-product-kit-select-btn-item .text span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.summer2026-product-kit-select-btn-item .select {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  font-size: 14px;
  text-align: center;
  border-left: 1px solid #ccc;
}

.summer2026-product-kit-select-cartbtn {
  display: none;
}

.summer2026-product-kit-select-cartbtn.active {
  display: block;
}

.summer2026-product-kit-select-cartbtn .summer2026-product-cartbtn {
  margin-top: 20px;
}

.summer2026-product-makeup-tips {
  padding-top: 80px;
}

.summer2026-product-makeup-tips-header {
  margin-bottom: 32px;
}

.summer2026-product-makeup-tips-title {
  font-size: 24px;
  line-height: 1.4286;
}

.summer2026-product-makeup-tips-list {
  display: flex;
  gap: 40px;
}

.summer2026-product-makeup-tips-item {
  flex: 1;
}

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

.summer2026-product-makeup-tips-item .text-01 {
  font-size: 20px;
  line-height: 1.3;
}

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

.summer2026-product-makeup-tips-item .text-03 p {
  font-size: 13px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 0;
}

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

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

.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-smoothlockmist {
  padding-top: 120px;
  width: 90%;
  margin: 0 auto;
}

.summer2026-product-smoothlockmist-header {
  margin-bottom: 32px;
}

.summer2026-product-smoothlockmist-title {
  font-size: 24px;
  line-height: 1.4286;
}

.summer2026-product-smoothlockmist-list {
  display: flex;
}

.summer2026-product-smoothlockmist-item {
  flex: 1;
}

.summer2026-product-smoothlockmist-item:nth-of-type(1) {
  padding: 0 30px 40px 0;
  border-right: 1px solid #f2f2f2;
}

.summer2026-product-smoothlockmist-item:nth-of-type(2) {
  padding: 0 0 40px 30px;
}

.summer2026-product-smoothlockmist-item .img {
  margin-bottom: 20px;
}

.summer2026-product-smoothlockmist-item .name {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.summer2026-product-smoothlockmist-item .list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.375;
}

.summer2026-product-smoothlockmist-item .list li::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 1em;
  height: 1em;
  content: "";
  background-color: #000;
}

.summer2026-product-smoothlockmist-item .list li::after {
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  width: 0.4em;
  height: 0.6em;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.summer2026-product-smoothlockmist-common {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px;
  background-color: #f2f2f2;
}

.summer2026-product-smoothlockmist-common li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  height: 120px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
}

.summer2026-product-smoothlockmist-link {
  display: flex;
}

.summer2026-product-smoothlockmist-link-item {
  flex: 1;
  padding: 30px 30px 0;
}

.summer2026-product-smoothlockmist-link-item:nth-of-type(1) {
  border-right: 1px solid #f2f2f2;
}

.summer2026-product-smoothlockmist-link-item 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-smoothlockmist-link-item a:hover {
  color: #000;
  background-color: #fff;
}

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

.summer2026-product-mechanism {
  padding: 62px 50px 0;
}

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

.summer2026-product-mechanism-text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
}

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

.summer2026-product-mechanism-item-title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.23;
}

.summer2026-product-mechanism-item-img {
  max-width: 340px;
  margin: 0 auto 30px;
}

.summer2026-product-mechanism-item-text {
  font-size: 14px;
  line-height: 2;
}

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

.summer2026-product-foundation {
  padding-top: 80px;
}

.summer2026-product-foundation-title {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.4286;
}

.summer2026-product-foundation-list {
  margin-bottom: 30px;
}

.summer2026-product-foundation-list .swiper-slide:not(:last-child) {
  border-right: 1px solid #ccc;
}

.summer2026-product-foundation-item .top {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.summer2026-product-foundation-item .bottom {
  padding: 30px 20px 0;
}

.summer2026-product-foundation-item .img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}

.summer2026-product-foundation-item .img.img-01 img, .summer2026-product-foundation-item .img.img-02 img {
  width: 17%;
}

.summer2026-product-foundation-item .img.img-03 img {
  width: 70%;
}

.summer2026-product-foundation-item .main-text {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  letter-spacing: 0;
}

.summer2026-product-foundation-item .name {
  font-size: 12px;
  line-height: 1.375;
  text-align: center;
  letter-spacing: 0;
}

.summer2026-product-foundation-item .name span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}

.summer2026-product-foundation-item .list {
  margin-bottom: 20px;
}

.summer2026-product-foundation-item .list li {
  position: relative;
  display: block;
  padding-left: 1em;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.375;
}

.summer2026-product-foundation-item .list 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-foundation-item .btn {
  display: block;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  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-foundation-item .btn:hover {
  color: #000;
  background-color: #fff;
}

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

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

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

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

.summer2026-bmu {
  max-width: 710px;
  margin: 0 auto;
}

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

.summer2026-bmu-main-text {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.7;
}

.summer2026-bmu-main-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

.summer2026-bmu-main-link li {
  width: 220px;
  margin: 0 25px 10px 0;
}

.summer2026-bmu-main-link li:nth-of-type(3n) {
  margin-right: 0;
}

.summer2026-bmu-main-link li a {
  position: relative;
  display: block;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 1.9;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.summer2026-bmu-main-link li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 9px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #000;
  transform: translate(0, -50%);
}

.summer2026-bmu-sec {
  margin-bottom: 100px;
}

.summer2026-bmu-sec-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 2;
}

.summer2026-bmu-slider {
  width: 740px;
  margin: 0 calc(50% - 370px) 60px;
  overflow-x: hidden;
}

.summer2026-bmu-slider .swiper {
  width: 100%;
  padding: 0 15px;
  overflow: visible;
}

.summer2026-bmu-slider-navigation {
  position: absolute;
  top: 78px;
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 725px;
  transform: translate(-50%, 0);
}

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

.summer2026-bmu-slider-navigation .prev.swiper-button-disabled,
.summer2026-bmu-slider-navigation .next.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}

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

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

.summer2026-bmu-slider-item-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
}

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

.summer2026-bmu-slider-item-name {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
}

.summer2026-bmu-slider-item-text {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}

.summer2026-bmu-slider-item-price {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0;
}

.summer2026-bmu-slider-item-btn a {
  display: block;
  padding: 7px 0;
  font-size: 11px;
  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-bmu-slider-item-btn a:hover {
  color: #000;
  background-color: #fff;
}

.summer2026-bmu-chart-title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.5;
}

.summer2026-bmu-chart-img {
  width: 600px;
  margin: 0 auto;
}

.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: 860px;
  padding: 35px 30px 50px;
  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-kit-modal-slider {
  position: relative;
}

.summer2026-kit-modal-slider .slide-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 470px;
  margin: 0 auto;
  text-align: center;
}

.summer2026-kit-modal-slider .slide-item img {
  display: inline-block;
  height: auto;
}

.summer2026-kit-modal-slider .slide-item .img-01 {
  width: 90px;
}

.summer2026-kit-modal-slider .slide-item .img-02 {
  width: 80px;
}

.summer2026-kit-modal-slider .slide-item .img-03 {
  width: 100px;
}

.summer2026-kit-modal-slider .slide-item .img-04 {
  width: 100px;
}

.summer2026-kit-modal-slider .slide-item .img-05 {
  width: 100px;
}

.summer2026-kit-modal-slider .slide-item .img-06 {
  width: 300px;
}

.summer2026-kit-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-kit-modal-slider-navigation .prev,
.summer2026-kit-modal-slider-navigation .next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
  transform: translate(0, -50%) rotate(45deg);
}

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

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

.summer2026-kit-modal-detail-item {
  display: none;
  max-width: 540px;
  margin: 0 auto;
}

.summer2026-kit-modal-detail-item.is-active {
  display: block;
}

.summer2026-kit-modal-detail-item .main-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.summer2026-kit-modal-detail-item .name {
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.summer2026-kit-modal-detail-item .list {
  padding: 0 10px 25px;
}

.summer2026-kit-modal-detail-item .list li {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  line-height: 1.8;
}

.summer2026-kit-modal-detail-item .list li:not(:last-child) {
  margin-bottom: 10px;
}

.summer2026-kit-modal-detail-item .list li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.4em;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-color: #000;
  border-radius: 50%;
}

.summer2026-kit-modal-detail-item .img-box {
  margin-top: 40px;
}

.summer2026-kit-modal-detail-item .img-box .img:not(:last-child) {
  margin-bottom: 15px;
}

.summer2026-kit-modal-detail-item .img-box .img img {
  width: 100%;
  height: auto;
}

.summer2026-kit-modal-detail-item .btn {
  position: relative;
  display: block;
  width: 73%;
  max-width: 320px;
  padding: 12px 0;
  margin: 50px auto 0;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
}

.summer2026-kit-modal-detail-item .btn::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 10px;
  height: 5px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: #000;
  transform: translate(0, -50%) rotate(-90deg);
}