@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: "Saol Display Trial";
  src: url("https://elleshop.jp/contents/ssi_v2/common_css/SaolDisplay-LightItalic.woff") format("woff");
  
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.navigation-item {
  list-style-type: none;
}
@media (max-width: 767px) {
  .navigation-item {
    padding: 4px 0;
    border-top: 1px solid #f2f2f2;
    width: 100%;
  }
  .accordion-navigation .navigation-item {
    border: none;
  }
}
.navigation-item__container {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
  text-decoration: none;
  color: #262626;
  cursor: pointer;
}
@media (min-width: 768px) {
  .navigation-item__container:hover .navigation-item__label {
    text-shadow: 0.001em 0.001em 0 #262626, -0.001em 0.001em 0 #262626, 0.001em -0.001em 0 #262626, -0.001em -0.001em 0 #262626;
  }
  .navigation-item__container:hover .navigation-item__arrow {
    opacity: 1;
  }
  .navigation-item__container:hover .navigation-item__label.sale {
  text-shadow: 0.001em 0.001em 0 #E70A1A, -0.001em 0.001em 0 #E70A1A, 0.001em -0.001em 0 #E70A1A, -0.001em -0.001em 0 #E70A1A;
}

}
@media (max-width: 767px) {
  .navigation-item__container {
    padding: 4.2666666667vw 0;
  }
}
.accordion-navigation .navigation-item__container {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .accordion-navigation .navigation-item__container {
    padding: 4.2666666667vw 0;
  }
}
.navigation-item__label {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
  transition: text-shadow 0.3s ease-in-out;
}

.navigation-item__label.sale {
color:#E70A1A;
}

@media (max-width: 767px) {
  .navigation-item__label {
    font-size: 3.4666666667vw;
  }
}
.navigation-item__arrow {
  display: inline-block;
  flex-shrink: 0;
  opacity: 0;
  line-height: 1;
  vertical-align: middle;
  transition: opacity 0.3s ease-in-out;
  width: 5px;
  height: 10px;
  aspect-ratio: 2/1;
}
@media (max-width: 767px) {
  .navigation-item__arrow {
    display: none;
  }
  .accordion-navigation .navigation-item__arrow {
    display: block;
    opacity: 1;
  }
}
.navigation-item--active {
  font-weight: 600;
}
.view-more-button {
  display: inline-block;
  padding: 18px 79px;
  border: 1px solid #161616;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}
@media (min-width: 768px) {
  .view-more-button {
    transition: background-color 0.1s ease-in-out;
  }
  .view-more-button:hover {
    background-color: #161616;
  }
}
@media (max-width: 767px) {
  .view-more-button {
    padding: 5.0666666667vw 21.0666666667vw;
    width: 100%;
  }
}
.view-more-button__text {
  color: #161616;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.04em;
  gap: 10px;
}
@media (min-width: 768px) {
  .view-more-button__text {
    transition: color 0.1s ease-in-out;
  }
  .view-more-button:hover .view-more-button__text {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .view-more-button__text {
    font-size: 3.2vw;
    gap: 2.6666666667vw;
  }
}
.quantity-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 40px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .quantity-control {
    width: 32vw;
    height: 10.6666666667vw;
    padding: 2.6666666667vw;
  }
}
.quantity-control__display {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-control__value {
  color: #161616;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  line-height: 1.4;
  text-transform: uppercase;
}
.quantity-control__button {
  width: 12px;
  height: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 767px) {
  .quantity-control__button {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.quantity-control__icon {
  width: 100%;
  height: auto;
  display: block;
}
.slider-controls {
  display: flex;
  justify-content: space-between;
  width: 48px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .slider-controls {
    width: 13.0666666667vw;
  }
}
.slider-controls__button {
  background: transparent;
  color: #161616;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.1s ease-in-out;
}
@media (min-width: 768px) {
  .slider-controls__button:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .slider-controls__button {
    padding: 1.6vw;
  }
}
.slider-controls__button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.slider-controls__button svg {
  width: 8px;
  height: 16px;
}
@media (max-width: 767px) {
  .slider-controls__button svg {
    width: 2.1333333333vw;
    height: 4.2666666667vw;
  }
}
.product-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  text-decoration: none;
  position: relative;
}
@media (min-width: 768px) {
  .product-card:hover:not(:has(.product-card__brand:hover)) .product-card__image,
  .product-card:hover:not(:has(.product-card__brand:hover)) .product-card__stock-badge,
  .product-card:hover:not(:has(.product-card__brand:hover)) .product-card__number,
  .product-card:hover:not(:has(.product-card__brand:hover)) .product-card__name,
  .product-card:hover:not(:has(.product-card__brand:hover)) .product-card__price-container {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .product-card {
    gap: 3.2vw;
  }
}
.product-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 2/3;
  overflow: hidden;
  transition: opacity 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .product-card__image {
    display: flex;
    justify-content: center;
  }
}
.product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-card__item-tags {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-card__item-tag {
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.4;
  color: #a3a3a3;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border: 1px solid #a3a3a3;
}
@media (max-width: 767px) {
  .product-card__item-tag {
    padding: 1.0666666667vw 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.product-card__item-tag--white {
  color: #a3a3a3;
  border: 1px solid #a3a3a3;
  background-color: #fff;
}
.product-card__item-tag--gray {
  color: #fff;
  border: none;
  background-color: #a3a3a3;
}
.product-card__item-tag--black {
  color: #fff;
  background-color: #262626;
  border: none;
}
.product-card__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .product-card__info {
    gap: 5.3333333333vw;
  }
}
.product-card__number {
  color: #262626;
  transition: opacity 0.1s ease-in-out;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-size: 13px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .product-card__number {
    font-size: 3.4666666667vw;
  }
}
.product-card__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .product-card__details {
    gap: 4.2666666667vw;
  }
}
.product-card__name-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}
@media (max-width: 767px) {
  .product-card__name-container {
    gap: 3.2vw;
  }
}
.product-card__brand {
  letter-spacing: 0.25px;
  color: rgba(22, 22, 22, 0.5);
  position: relative;
  z-index: 1;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .product-card__brand {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .product-card__brand {
    transition: opacity 0.1s ease-in-out;
  }
  .product-card__brand:hover {
    opacity: 0.6;
  }
}
.product-card__name {
  color: #262626;
  margin: 0;
  text-decoration: none;
  font-feature-settings: "liga" off, "clig" off;
  transition: opacity 0.1s ease-in-out;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .product-card__name {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .product-card__name {
    font-size: 3.2vw;
  }
}
.product-card__name::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-card__price-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  transition: opacity 0.1s ease-in-out;
  pointer-events: none;
}
@media (max-width: 767px) {
  .product-card__price-container {
    gap: 2.1333333333vw;
  }
}
.product-card__original-price {
  letter-spacing: 0.48px;
  color: rgba(22, 22, 22, 0.3);
  text-decoration: line-through;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .product-card__original-price {
    font-size: 3.2vw;
  }
}
.product-card__original-price {
  transition: opacity 0.1s ease-in-out;
}
.product-card__sale-price {
  letter-spacing: 0.48px;
  color: #ef0000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .product-card__sale-price {
    font-size: 3.2vw;
  }
}
.product-card__price {
  letter-spacing: 0.48px;
  color: #262626;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .product-card__price {
    font-size: 3.2vw;
  }
}
.product-card__stock-badge {
  font-feature-settings: "liga" off, "clig" off;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  transition: opacity 0.1s ease-in-out;
  color: #262626;
}
@media (max-width: 767px) {
  .product-card__stock-badge {
    font-size: 3.2vw;
  }
}
.article-card {
  text-decoration: none;
}
@media (min-width: 768px) {
  .article-card {
    transition: opacity 0.1s ease-in-out;
  }
  .article-card:hover {
    opacity: 0.6;
  }
}
.article-card__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transform: translateZ(0);
  width: 100%;
}
@media (max-width: 767px) {
  .article-card__container {
    gap: 4.2666666667vw;
  }
}
.article-card__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/5;
}
.article-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .article-card__content {
    gap: 3.2vw;
  }
}
.article-card__brand {
  color: rgba(22, 22, 22, 0.5);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .article-card__brand {
    font-size: 3.2vw;
  }
}
.article-card__title {
  color: #262626;
  margin: 0;
  letter-spacing: 0.005em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .article-card__title {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .article-card__title {
    letter-spacing: 0;
  }
}
.article-card__date {
  color: rgba(22, 22, 22, 0.5);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .article-card__date {
    font-size: 3.2vw;
  }
}
.article-card__magazine-logo {
  width: 54px;
  height: 18px;
}
@media (max-width: 767px) {
  .article-card__magazine-logo {
    width: 14.4vw;
    height: 4.8vw;
  }
}
.article-card--square .article-card__container {
  gap: 16px;
}
@media (max-width: 767px) {
  .article-card--square .article-card__container {
    gap: 4.2666666667vw;
  }
}
.article-card--square .article-card__image {
  aspect-ratio: 1/1;
}
.article-card--square .article-card__content {
  gap: 16px;
  width: 87.24%;
}
@media (max-width: 767px) {
  .article-card--square .article-card__content {
    gap: 4.2666666667vw;
    width: 100%;
  }
}
.article-flag {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 1080px) {
  .article-flag {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .article-flag {
    flex-direction: column;
    gap: 6.4vw;
    align-items: flex-start;
  }
}
.article-flag__image-wrapper {
  width: 46.4471403813%;
  aspect-ratio: 4/5;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .article-flag__image-wrapper {
    width: 100%;
  }
}

.article-flag__image {
  width: 100%;
  height: 100%; 
  display: block;
object-fit: contain;
object-position: bottom;
}

@media (max-width: 767px) {
  .article-flag__image {
 object-fit: cover;
 object-position: top;
  }
}

@media (max-width: 767px) {
  .article-flag__content {
    width: 81%;
  }
}
.article-flag__meta {
  color: rgba(22, 22, 22, 0.5);
  display: flex;
  align-items: center;
  gap: 0.25em;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .article-flag__meta {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .article-flag__meta {
    margin-bottom: 4.2666666667vw;
  }
}
.article-flag__category, .article-flag__date {
  text-transform: uppercase;
}
.article-flag__separator {
  color: rgba(22, 22, 22, 0.3);
}
.article-flag__title {
  color: #161616;
  margin-bottom: 8px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .article-flag__title {
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 767px) {
  .article-flag__title {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.article-flag__brand {
  color: rgba(22, 22, 22, 0.5);
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .article-flag__brand {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .article-flag__brand {
    margin-bottom: 4.2666666667vw;
  }
}
.article-flag__description {
  color: #161616;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 18px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .article-flag__description {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .article-flag__description {
    margin-bottom: 4.8vw;
  }
}
.article-flag__cta {
  color: #161616;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .article-flag__cta {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .article-flag__cta {
    transition: opacity 0.1s ease-in-out;
  }
  .article-flag__cta:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .article-flag__cta {
    text-underline-offset: 0.5333333333vw;
  }
}
.article-recommend-flag {
  text-decoration: none;
}
@media (min-width: 768px) {
  .article-recommend-flag {
    transition: opacity 0.1s ease-in-out;
  }
  .article-recommend-flag:hover {
    opacity: 0.6;
  }
}
.article-recommend-flag__container {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .article-recommend-flag__container {
    gap: 3.2vw;
  }
}
.article-recommend-flag__image-wrapper {
  width: 30.2127659574%;
  aspect-ratio: 4/5;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .article-recommend-flag__image-wrapper {
    width: 39.4495412844%;
  }
}
.article-recommend-flag__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-recommend-flag__category {
  color: rgba(22, 22, 22, 0.5);
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .article-recommend-flag__category {
    font-size: 3.2vw;
  }
}
@media (max-width: 767px) {
  .article-recommend-flag__category {
    margin-bottom: 4.2666666667vw;
  }
}
.article-recommend-flag__title {
  color: #161616;
  margin-bottom: 12px;
  letter-spacing: 0.005em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .article-recommend-flag__title {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .article-recommend-flag__title {
    margin-bottom: 2.1333333333vw;
    letter-spacing: 0;
  }
}
.article-recommend-flag__description {
  color: #161616;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .article-recommend-flag__description {
    font-size: 3.7333333333vw;
  }
}
.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .cart-item {
    gap: 4.2666666667vw;
  }
}
.cart-item__image {
  flex-shrink: 0;
  width: 117px;
  aspect-ratio: 2/3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cart-item__image {
    width: 31.2vw;
  }
}
.cart-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cart-item__item-status {
  position: absolute;
  top: 8px;
  background: #fff;
  border-radius: 26px;
  padding: 2px 12px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
  color: #262626;
}
@media (max-width: 767px) {
  .cart-item__item-status {
    top: 2.1333333333vw;
    padding: 0.5333333333vw 3.2vw;
    font-size: 3.2vw;
  }
}
.cart-item__record {
  display: flex;
  max-width: 447px;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1080px) {
  .cart-item__record {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cart-item__record {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.cart-item__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 194px;
  width: 100%;
}
@media (max-width: 1080px) {
  .cart-item__details {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .cart-item__details {
    gap: 4.2666666667vw;
  }
}
.cart-item__product-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .cart-item__product-info {
    gap: responsize-size(10);
  }
}
.cart-item__brand {
  color: rgba(22, 22, 22, 0.5);
  letter-spacing: 0.25px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cart-item__brand {
    font-size: 3.2vw;
  }
}
.cart-item__name {
  color: #262626;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cart-item__name {
    font-size: 3.7333333333vw;
  }
}
.cart-item__name {
  line-height: 1.3;
}
.cart-item__variant {
  color: rgba(22, 22, 22, 0.5);
  letter-spacing: 0.03px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cart-item__variant {
    font-size: 3.2vw;
  }
}
.cart-item__price-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .cart-item__price-container {
    gap: 2.1333333333vw;
  }
}
.cart-item__price {
  letter-spacing: 0.48px;
  color: #262626;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cart-item__price {
    font-size: 3.2vw;
  }
}
.cart-item__original-price {
  letter-spacing: 0.48px;
  color: rgba(22, 22, 22, 0.3);
  text-decoration: line-through;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cart-item__original-price {
    font-size: 3.2vw;
  }
}
.cart-item__sale-price {
  letter-spacing: 0.48px;
  color: #ef0000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .cart-item__sale-price {
    font-size: 3.2vw;
  }
}
.cart-item__controls {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cart-item__controls {
    justify-content: space-between;
  }
}
.cart-item__remove {
  flex-shrink: 0;
}
.cart-item__remove-link {
  color: #161616;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-underline-position: from-font;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cart-item__remove-link {
    font-size: 3.2vw;
  }
}
.magazine-card {
  width: 100%;
  aspect-ratio: 4/5;
  background-color: #f5f5f4;
  padding: 64px 0 104px;
}
@media (max-width: 767px) {
  .magazine-card {
    aspect-ratio: auto;
    padding: 0;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .magazine-card__container {
    display: flex;
    flex-direction: column;
  }
}
.magazine-card__issue-date {
  text-align: center;
  color: #333;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .magazine-card__issue-date {
    order: 2;
    text-align: left;
    margin-bottom: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.magazine-card__image-link {
  display: block;
  width: 254px;
  height: auto;
  margin: 0 auto 20px;
}
@media (max-width: 767px) {
  .magazine-card__image-link {
    order: 1;
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.magazine-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.magazine-card__content {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .magazine-card__content {
    order: 3;
    text-align: left;
    margin-bottom: 5.3333333333vw;
  }
}
.magazine-card__title {
  color: #262626;
  line-height: 1.3;
  margin-bottom: 8px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .magazine-card__title {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .magazine-card__title {
    margin-bottom: 2.1333333333vw;
  }
}
.magazine-card__shipping-info {
  color: #262626;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .magazine-card__shipping-info {
    font-size: 3.7333333333vw;
  }
}
.magazine-card__button {
  display: block;
  width: 253px;
  margin: 0 auto;
  padding: 16px 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .magazine-card__button {
    transition: border-color 0.1s ease-in-out;
  }
  .magazine-card__button:hover {
    border-color: #262626;
  }
}
@media (max-width: 767px) {
  .magazine-card__button {
    display: none;
  }
}
.magazine-card__button-text {
  color: #777;
  letter-spacing: 0.048em;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 768px) {
  .magazine-card__button-text {
    transition: color 0.1s ease-in-out;
  }
  .magazine-card__button:hover .magazine-card__button-text {
    color: #262626;
  }
}
@media (max-width: 767px) {
  .magazine-card__button-text {
    font-size: 3.2vw;
  }
}
@keyframes iconShow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes iconHide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.accordion-navigation {
  background: #fff;
}
@media (max-width: 767px) {
  .accordion-navigation {
    border-top: 1px solid #f2f2f2;
  }
}
.accordion-navigation__header {
  display: inline-flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 8px;
}
@media (min-width: 768px) {
  .accordion-navigation__header:hover .accordion-navigation__title {
    text-shadow: 0.001em 0.001em 0 #262626, -0.001em 0.001em 0 #262626, 0.001em -0.001em 0 #262626, -0.001em -0.001em 0 #262626;
  }
}
@media (max-width: 767px) {
  .accordion-navigation__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4.2666666667vw 0;
  }
}
.accordion-navigation__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #262626;
  text-transform: uppercase;
  transition: text-shadow 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .accordion-navigation__title {
    font-size: 3.4666666667vw;
  }
}
.accordion-navigation__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  color: #262626;
  position: relative;
}
@media (max-width: 767px) {
  .accordion-navigation__icon {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    color: #ccc;
  }
}
.accordion-navigation__icon-plus {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  animation: iconShow 0.3s ease-in-out forwards;
}
@media (max-width: 767px) {
  .accordion-navigation__icon-plus {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.accordion-navigation__icon-minus {
  display: none;
  width: 8px;
  height: 1px;
  position: absolute;
  animation: iconHide 0.3s ease-in-out forwards;
}
@media (max-width: 767px) {
  .accordion-navigation__icon-minus {
    width: 2.6666666667vw;
  }
}
.accordion-navigation__content {
  height: 0;
  background: #f5f5f4;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.accordion-navigation__list {
  list-style: none;
  margin: 0;
  padding: 8px 20px;
}
@media (max-width: 767px) {
  .accordion-navigation__list {
    padding: 0 4.2666666667vw;
  }
}
.accordion-navigation--expanded .accordion-navigation__header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
.accordion-navigation--expanded .accordion-navigation__icon-plus {
  display: none;
  animation: iconHide 0.3s ease-in-out forwards;
}
.accordion-navigation--expanded .accordion-navigation__icon-minus {
  display: block;
  animation: iconShow 0.3s ease-in-out forwards;
}
.recently-checked-items__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .recently-checked-items__header {
    align-items: center;
    gap: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.recently-checked-items__header .slider-controls {
  width: 36px;
}
@media (max-width: 767px) {
  .recently-checked-items__header .slider-controls {
    width: 12.8vw;
  }
}
.recently-checked-items__header .slider-controls__button svg {
  width: 6px;
  height: 12px;
}
@media (max-width: 767px) {
  .recently-checked-items__header .slider-controls__button svg {
    width: 1.6vw;
    height: 3.2vw;
  }
}
.recently-checked-items__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #262626;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .recently-checked-items__title {
    color: #161616;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
}
.recently-checked-items__slider-controls {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .recently-checked-items__slider-controls {
    align-self: flex-end;
  }
}
.recently-checked-items__items {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .recently-checked-items__items {
    gap: 2.6666666667vw;
  }
}
.recently-checked-items__item {
  flex: 0 0 auto;
  aspect-ratio: 4/5;
  max-width: 100px;
  background-color: #f5f5f4;
  transition: opacity 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .recently-checked-items__item {
    width: 26.6666666667vw;
  }
}
@media (min-width: 768px) {
  .recently-checked-items__item:hover {
    opacity: 0.6;
  }
}
.recently-checked-items__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-list-slider {
  width: 100%;
  --slide-spacing: 20px;
  --slide-size: 253px;
}
@media (min-width: 768px) {
  .card-list-slider--desktop-large {
    --slide-size: 322px;
  }
}
@media (max-width: 767px) {
  .card-list-slider {
    --slide-spacing: calc(12 / 375 * 100vw);
    --slide-size: calc(242 / 375 * 100vw);
  }
  .card-list-slider--mobile-small {
    --slide-size: calc(129 / 375 * 100vw);
  }
}
.card-list-slider__slider-viewport {
  width: 100%;
}
.card-list-slider__slider-container {
  display: flex;
  width: 100%;
  touch-action: pan-y pinch-zoom;
  margin-right: calc(var(--slide-spacing) * -1);
}
.card-list-slider__slider-slide {
  flex: 0 0 var(--slide-size);
  margin-right: var(--slide-spacing);
  max-width: var(--slide-size);
}
.card-list-slider__slider-slide:last-child {
  margin-right: 0;
}
.card-grid {
  display: grid;
  justify-content: flex-start;
  grid-template-columns: minmax(41.3%, 248px) minmax(41.3%, 248px);
  gap: 36px 32px;
}
@media (max-width: 767px) {
  .card-grid {
    gap: 6.6666666667vw 3.2vw;
    grid-template-columns: 1fr 1fr;
  }
}
.card-grid .article-card {
  max-width: 248px;
}
@media (max-width: 767px) {
  .card-grid .article-card {
    max-width: 41.8666666667vw;
  }
}
.card-grid .product-card {
  max-width: 248px;
}
@media (max-width: 767px) {
  .card-grid .product-card {
    max-width: 41.8666666667vw;
  }
}
.content-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .content-slider-header {
    margin-bottom: 6.4vw;
  }
}
.content-slider-header__title {
  color: #161616;
  margin: 0;
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 64px;
  letter-spacing: -0.0312em;
}
@media (max-width: 767px) {
  .content-slider-header__title {
    font-size: 12.8vw;
    letter-spacing: -0.0417em;
  }
}
.content-slider-header__slider-controls {
  margin: 0 -18px 16px 0;
}
@media (max-width: 767px) {
  .content-slider-header__slider-controls {
    margin: 0 -2.1333333333vw 3.2vw 0;
  }
}
.content-slider-header--small {
  align-items: center;
}
@media (max-width: 767px) {
  .content-slider-header--small {
    margin-bottom: 7.2vw;
  }
}
.content-slider-header--small .content-slider-header__title {
  text-transform: uppercase;
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.015em;
}
@media (max-width: 767px) {
  .content-slider-header--small .content-slider-header__title {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
}
.content-slider-header--small .content-slider-header__slider-controls {
  margin-bottom: 0;
}
.content-slider-cluster__button {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-slider-cluster__button {
    margin-top: 9.0666666667vw;
  }
}
.content-slider-cluster__view-more-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 80px;
  border: 1px solid #161616;
  background: transparent;
  color: #161616;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .content-slider-cluster__view-more-button {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .content-slider-cluster__view-more-button:hover {
    background-color: #161616;
    color: #fff;
  }
}
.content-slider-cluster__view-more-button:focus-visible {
  outline: 2px solid #161616;
  outline-offset: 2px;
}
.article-flag-row {
  --slide-spacing: 38px;
  --slide-size: minmax(50%, 575px);
}
@media (max-width: 767px) {
  .article-flag-row {
    width: 100%;
    --slide-spacing: calc(12 / 375 * 100vw);
    --slide-size: calc(242 / 375 * 100vw);
  }
}
.article-flag-row__viewport {
  width: 100%;
}
@media (max-width: 767px) {
  .article-flag-row__viewport {
    position: relative;
    width: calc(100% + 12.8vw);
    margin-left: -6.4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.article-flag-row__container {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .article-flag-row__container {
    padding: 0 6.4vw;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
}
.article-flag-row__slide {
  flex: 0 0 var(--slide-size);
  margin-right: var(--slide-spacing);
width:50%;
max-width:575px;
}



@media (max-width: 767px) {
  .article-flag-row__slide:last-child {
    margin-right: 6.4vw;
  }
}
.article-flag-row__buttons {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 5.3333333333vw);
  position: absolute;
  align-items: center;
  margin: 0 auto;
  top: 36.5333333333vw;
}
@media (min-width: 768px) {
  .article-flag-row__buttons {
    display: none;
  }
}
.article-flag-row__button {
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 1.6vw;
  margin: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.1s ease-in-out;
  mix-blend-mode: difference;
}
.article-flag-row__button[disabled] {
  opacity: 0;
}
.article-flag-row__button__svg {
  width: 3.2vw;
  height: 6.4vw;
  fill: none;
}
.article-flag-row__button__svg path {
  stroke: #fff;
}
.reading-log-cluster {
  padding-top: 80px;
  --slide-spacing: 124px;
  --slide-size: 1084px;
}
@media (max-width: 767px) {
  .reading-log-cluster {
    padding-top: 21.3333333333vw;
    --slide-spacing: calc(24 / 375 * 100vw);
    --slide-size: calc(327 / 375 * 100vw);
  }
}
.reading-log-cluster__title {
  color: #161616;
  margin-bottom: 32px;
  text-transform: uppercase;
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.015em;
}
@media (max-width: 767px) {
  .reading-log-cluster__title {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .reading-log-cluster__title {
    margin-bottom: 8.5333333333vw;
  }
}
.reading-log-cluster__content {
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .reading-log-cluster__content {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.reading-log-cluster__slider {
  overflow: hidden;
}
.reading-log-cluster__slider-viewport {
  width: var(--slide-size);
}
.reading-log-cluster__slider-container {
  display: flex;
  width: 100%;
  touch-action: pan-y pinch-zoom;
}
.reading-log-cluster__slider-slide {
  flex: 0 0 var(--slide-size);
  width: 100%;
  margin-right: var(--slide-spacing);
  display: flex;
  gap: 124px;
}
.reading-log-cluster__slider-slide:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .reading-log-cluster__slider-slide {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.reading-log-cluster__slider-slide .article-recommend-flag {
  max-width: 470px;
}
.reading-log-cluster__navigation {
  position: absolute;
  right: -16px;
}
@media (max-width: 767px) {
  .reading-log-cluster__navigation {
    position: static;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.key-visual {
  max-width: 100%;
  margin: auto;
  --slide-spacing: min(2.34375%, 5dvh, 30px);
  --slide-size: 1280px;
}
@media (max-width: 767px) {
  .key-visual {
    --slide-height: responsive-size(469);
    --slide-spacing: 0;
    --slide-size: 100%;
  }
}
.key-visual__viewport {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.key-visual__container {
  display: flex;
  width: 100%;
  touch-action: pan-y pinch-zoom;
  flex-shrink: 0;
}
.key-visual__slide {
  flex: 0 0 auto;
  min-width: 0;
  margin-left: var(--slide-spacing);
  position: relative;
  aspect-ratio: 2/1;
  width: 100%;
  max-width: var(--slide-size);
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1280px) and (max-height: 830px) {
  .key-visual__slide {
    height: 80vh;
    max-height: calc(100vh - 200px);
    min-height: 500px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .key-visual__slide {
    max-width: none;
    flex: 0 0 var(--slide-size);
    aspect-ratio: 4/5;
  }
}
.key-visual__slide--current {
  opacity: 1;
}
.key-visual__slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 31.25%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.32%, rgba(0, 0, 0, 0.35) 82.29%);
}
.key-visual__slide__image {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
          user-select: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.key-visual__buttons {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
  position: absolute;
  top: 45%;
  align-items: center;
}
@media (max-width: 767px) {
  .key-visual__buttons {
    width: calc(100% - 5.3333333333vw);
  }
}
.key-visual__button {
  appearance: none;
  background-color: #161616;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.1s ease-in-out;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .key-visual__button:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .key-visual__button {
    width: 8vw;
    height: 8vw;
    background-color: transparent;
    mix-blend-mode: difference;
  }
}
.key-visual__button:disabled {
  opacity: 0.4;
}
.key-visual__button--prev {
  left: 0;
}
.key-visual__button--next {
  right: 0;
}
.key-visual__button__svg {
  width: 8px;
  height: 16px;
  fill: none;
}
@media (max-width: 767px) {
  .key-visual__button__svg {
    width: 3.2vw;
    height: 6.4vw;
  }
}
.key-visual__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3.3%;
  gap: 4px;
}
@media (max-width: 767px) {
  .key-visual__dots {
    gap: 1.0666666667vw;
    bottom: 4.2666666667vw;
  }
}
.key-visual__dot {
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .key-visual__dot {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.key-visual__dot:after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: "";
  box-shadow: none;
  background-color: #fff;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .key-visual__dot:after {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.key-visual__dot--selected:after {
  opacity: 1;
}
.key-visual__captions {
  display: flex;
  text-align: center;
  align-items: flex-end;
  position: absolute;
  width: min(80%, 1240px);
  bottom: 8.6%;
  height: 2lh;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 767px) {
  .key-visual__captions {
    width: 100%;
    font-size: 3.7333333333vw;
    line-height: 1.6;
    bottom: 17.1733333333vw;
  }
}
.key-visual__caption {
  display: block;
  position: absolute;
  width: 100%;
  visibility: hidden;
  animation: hide 0.3s ease-in-out;
}
.key-visual__caption--selected {
  visibility: visible;
  animation: show 0.3s ease-in-out;
}
.hero-with-grid-section {
  padding: 120px 0 160px;
  position: relative;
}
@media (max-width: 767px) {
  .hero-with-grid-section {
    padding: 21.3333333333vw 0;
  }
  .hero-with-grid-section--sp-main-article-first {
    padding-top: 0;
  }
  .hero-with-grid-section--sp-main-article-first .hero-with-grid-section__main-article {
    order: 1;
    width: calc(100% + 12.8vw);
    margin-bottom: 16vw;
  }
  .hero-with-grid-section--sp-main-article-first .hero-with-grid-section__header {
    order: 2;
    margin-bottom: 8.5333333333vw;
  }
}
.hero-with-grid-section--light-gray {
  background-color: #f5f5f4;
}
.hero-with-grid-section--beige {
  background-color: #f0ede6;
}
.hero-with-grid-section--border-bottom {
  border-bottom: 1px solid #ccc;
}
.hero-with-grid-section__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: minmax(44.6%, 535px) minmax(320px, 528px);
  grid-template-rows: min-content 1fr;
  gap: 40px 65px;
}
@media (max-width: 767px) {
  .hero-with-grid-section__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: none;
    padding: 0 6.4vw;
  }
}
.hero-with-grid-section__main-article {
  position: sticky;
  top: 80px;
  height: fit-content;
  grid-column: 1/2;
  grid-row: 1/3;
}
@media (min-width: 768px) {
  .hero-with-grid-section__main-article .article-card__container {
    position: relative;
  }
  .hero-with-grid-section__main-article .article-card__content {
    position: absolute;
    top: calc(100% + 8px);
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .hero-with-grid-section__main-article {
    top: 125px;
  }
}
@media (max-width: 767px) {
  .hero-with-grid-section__main-article {
    position: static;
    order: 2;
    width: 100%;
    margin-bottom: 8.5333333333vw;
  }
}
.hero-with-grid-section__content-area {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .hero-with-grid-section__content-area {
    gap: 9.6vw;
    order: 3;
    flex-direction: column-reverse;
  }
}
.hero-with-grid-section__header {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .hero-with-grid-section__header {
    flex-direction: column-reverse;
    gap: 0;
    order: 1;
    margin-bottom: 10.6666666667vw;
    width: 100%;
  }
}
.hero-with-grid-section__subtitle {
  color: #161616;
  margin: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 767px) {
  .hero-with-grid-section__subtitle {
    font-size: 3.7333333333vw;
  }
}
.hero-with-grid-section__title {
  color: #161616;
  margin: 0;
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 96px;
  line-height: 0.9;
  letter-spacing: -0.0208em;
}
@media (max-width: 767px) {
  .hero-with-grid-section__title {
    font-size: 19.2vw;
    letter-spacing: -0.0278em;
  }
}
@media (max-width: 767px) {
  .hero-with-grid-section__sub-articles {
    order: 3;
  }
}
.hero-with-grid-section__view-more {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 80px;
  border: 1px solid #161616;
  background-color: transparent;
  color: #161616;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .hero-with-grid-section__view-more {
    width: 87.4666666667vw;
    align-self: stretch;
    order: 4;
    padding: 5.3333333333vw 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .hero-with-grid-section__view-more:hover {
    background-color: #161616;
    color: #fff;
  }
}
.hero-with-grid-section__view-more:focus-visible {
  outline: 2px solid #161616;
  outline-offset: 2px;
}
.hero-with-grid-section .article-card__container {
  gap: 8px;
}
@media (max-width: 767px) {
  .hero-with-grid-section .article-card__container {
    gap: 4.2666666667vw;
  }
}
.hero-with-grid-section .article-card__content {
  gap: 8px;
}
@media (max-width: 767px) {
  .hero-with-grid-section .article-card__content {
    gap: 2.6666666667vw;
  }
}
.split-slider-section {
  padding: 80px 0 100px;
  background-color: #fff;
  overflow: hidden;
  --slide-spacing: 20px;
  --slide-size: 322px;
}
@media (max-width: 767px) {
  .split-slider-section {
    padding: 16vw 0 26.6666666667vw;
    --slide-spacing: calc(12 / 375 * 100vw);
    --slide-size: calc(242 / 375 * 100vw);
  }
}
.split-slider-section--square {
  --slide-size: 290px;
}
@media (max-width: 767px) {
  .split-slider-section--square {
    --slide-size: calc(242 / 375 * 100vw);
  }
}
.split-slider-section--square .split-slider-section__buttons {
  top: 133px;
}
@media (max-width: 767px) {
  .split-slider-section--square .split-slider-section__buttons {
    width: calc(100% + 7.4666666667vw);
    margin: 0 -3.7333333333vw;
    top: 29.0666666667vw;
  }
}
@media (max-width: 767px) {
  .split-slider-section--square .split-slider-section__button {
    width: 6.4vw;
    height: 9.6vw;
  }
}
.split-slider-section--square .split-slider-section__button[disabled] {
  opacity: 0;
}
@media (max-width: 767px) {
  .split-slider-section--square .split-slider-section__button__svg {
    width: 3.2vw;
    height: 6.4vw;
  }
}
.split-slider-section__container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .split-slider-section__container {
    max-width: 1280px;
    display: grid;
    grid-template-columns: minmax(284px, min-content) 1fr;
    grid-template-rows: min-content 1fr;
    gap: 60px 80px;
    padding-left: 40px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .split-slider-section__container {
    padding: 0 6.4vw;
    display: flex;
    flex-direction: column;
  }
}
.split-slider-section__header {
  text-align: left;
}
@media (min-width: 768px) {
  .split-slider-section__header {
    top: 80px;
    grid-row: 1/2;
  }
}
@media (max-width: 767px) {
  .split-slider-section__header {
    margin-bottom: 10.6666666667vw;
  }
}
.split-slider-section__title {
  margin: 0;
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 96px;
  line-height: 0.9;
  letter-spacing: -0.0208em;
}
@media (max-width: 767px) {
  .split-slider-section__title {
    font-size: 19.2vw;
    letter-spacing: -0.0278em;
  }
}
.split-slider-section__subtitle {
  margin: 8px 0 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 767px) {
  .split-slider-section__subtitle {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .split-slider-section__subtitle {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .split-slider-section__content {
    overflow: hidden;
    grid-row: 1/3;
    margin-right: calc(-50vw + 640px);
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .split-slider-section__content {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .split-slider-section__content {
    margin-bottom: 8.5333333333vw;
    margin-right: 0;
  }
}
.split-slider-section__slider-viewport {
  display: flex;
  position: relative;
}
.split-slider-section__slider-container {
  display: flex;
  width: 100%;
  touch-action: pan-y pinch-zoom;
  flex-shrink: 0;
  margin-left: calc(var(--slide-spacing) * -1);
}
.split-slider-section__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  margin-left: var(--slide-spacing);
}
.split-slider-section__buttons {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
  position: absolute;
  top: 200px;
  align-items: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .split-slider-section__buttons {
    width: 10.6666666667vw;
    top: -18.1333333333vw;
    right: -0.5333333333vw;
    gap: 3.2vw;
    margin: 0 0 0 auto;
  }
}
.split-slider-section__button {
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.1s ease-in-out;
  mix-blend-mode: difference;
}
@media (min-width: 768px) {
  .split-slider-section__button:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .split-slider-section__button {
    padding: 1.6vw;
  }
}
.split-slider-section__button[disabled] {
  opacity: 0;
}
@media (max-width: 767px) {
  .split-slider-section__button[disabled] {
    opacity: 0.2;
  }
}
.split-slider-section__button__svg {
  width: 12px;
  height: 24px;
  fill: none;
}
@media (max-width: 767px) {
  .split-slider-section__button__svg {
    width: 2.1333333333vw;
    height: 4.2666666667vw;
  }
}
.split-slider-section__button__svg path {
  stroke: #fff;
}
@media (min-width: 768px) {
  .split-slider-section__action {
    grid-row: 2/3;
  }
}
@media (max-width: 767px) {
  .split-slider-section__action {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
}
.split-slider-section--light-gray {
  background-color: #f5f5f4;
}
.split-slider-section--title-xl .split-slider-section__title {
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 110px;
  line-height: 0.9;
  letter-spacing: -0.0182em;
}
@media (max-width: 767px) {
  .split-slider-section--title-xl .split-slider-section__title {
    font-size: 21.3333333333vw;
    letter-spacing: -0.025em;
  }
}
.split-slider-section--title-xl .split-slider-section__title {
  line-height: 1;
}
.split-slider-section--title-xl .split-slider-section__container {
  grid-template-columns: minmax(370px, min-content) 1fr;
  gap: 60px 64px;
}
.recommend-section {
  background-color: #fff;
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recommend-section {
    padding: 21.3333333333vw 0;
  }
}
.recommend-section__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .recommend-section__container {
    max-width: none;
    padding: 0 6.4vw;
  }
}
.recommend-section__header + .content-slider-cluster {
  margin-top: 0;
}
.recommend-section__subtitle {
  color: #262626;
  margin-bottom: 24px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 767px) {
  .recommend-section__subtitle {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .recommend-section__subtitle {
    margin-bottom: 4.2666666667vw;
  }
}
.recommend-section__title {
  color: #161616;
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 96px;
  line-height: 0.9;
  letter-spacing: -0.0208em;
}
@media (max-width: 767px) {
  .recommend-section__title {
    font-size: 19.2vw;
    letter-spacing: -0.0278em;
  }
}
@media (max-width: 767px) {
  .recommend-section__title {
    font-size: 17.0666666667vw;
    line-height: 1;
  }
}
.recommend-section__content {
  padding-top: 48px;
}
@media (max-width: 767px) {
  .recommend-section__content {
    padding-top: 10.6666666667vw;
  }
}
.recommend-section .content-slider-cluster {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .recommend-section .content-slider-cluster {
    padding-top: 26.6666666667vw;
  }
}
.recommend-section .content-slider-cluster:first-of-type {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .recommend-section .content-slider-cluster:first-of-type {
    padding-top: 21.3333333333vw;
  }
}
.ranking-section {
  padding: 80px 0 100px;
  overflow: hidden;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .ranking-section {
    padding: 16vw 0 26.6666666667vw;
  }
}
.ranking-section__container {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ranking-section__container {
    padding: 0 6.4vw;
  }
}
.ranking-section__categories {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .ranking-section__categories {
    margin-bottom: calc(6.4vw - 1px);
  }
}
.ranking-section__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-right: -18px;
}
@media (max-width: 767px) {
  .ranking-section__category-list {
    flex-wrap: nowrap;
    gap: 2.1333333333vw;
    margin: 0 -6.4vw;
    padding: 0 6.4vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ranking-section__category-list::-webkit-scrollbar {
    display: none;
  }
}
.ranking-section__category-tab {
  color: rgba(22, 22, 22, 0.5);
  background-color: transparent;
  border: 1px solid #f1f1f1;
  border-radius: 24px;
  padding: 5px 15px;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  font-feature-settings: "liga" off, "clig" off;
  font-size: 12px;
  font-family: "Inter", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
@media (min-width: 768px) {
  .ranking-section__category-tab:hover {
    color: #161616;
    border-color: #161616;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .ranking-section__category-tab {
    padding: 1.6vw 4.2666666667vw;
    border-radius: 4.8vw;
    margin-bottom: 1px;
  }
}
.ranking-section__category-tab--active {
  color: #161616;
  border-color: #161616;
  background-color: #fff;
  font-weight: 600;
  pointer-events: none;
}
.ranking-section__products {
  position: relative;
}
.ranking-section__category-products {
  display: none;
}
.ranking-section__category-products--active {
  display: block;
}
.app-download-section {
  background-color: #f5f2ed;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .app-download-section {
    padding: 16vw 0 32vw;
  }
}
.app-download-section__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .app-download-section__container {
    padding: 0 6.4vw;
  }
}
.app-download-section__eyebrow {
  color: #161616;
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 767px) {
  .app-download-section__eyebrow {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .app-download-section__eyebrow {
    margin-bottom: 10.6666666667vw;
  }
}
.app-download-section__title {
  color: #161616;
  margin-bottom: 48px;
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 80px;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  .app-download-section__title {
    font-size: 17.0666666667vw;
    letter-spacing: -0.031em;
  }
}
@media (max-width: 767px) {
  .app-download-section__title {
    margin-bottom: 10.6666666667vw;
  }
}
.app-download-section__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .app-download-section__buttons {
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.app-download-section__button {
  display: block;
}
@media (min-width: 768px) {
  .app-download-section__button {
    transition: opacity 0.1s ease-in-out;
  }
  .app-download-section__button:hover {
    opacity: 0.7;
  }
}
.app-download-section__button img {
  display: block;
  height: 40px;
  width: auto;
}
@media (max-width: 767px) {
  .app-download-section__button img {
    height: 10.6666666667vw;
  }
}
.app-download-section__subtitle {
  color: rgba(22, 22, 22, 0.5);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .app-download-section__subtitle {
    font-size: 3.2vw;
  }
}
.footer {
  background-color: #262626;
  color: #fff;
  padding: 100px 0 40px;
/*    position: relative; */
    z-index: 11;
}
@media (max-width: 767px) {
  .footer {
    padding: 16vw 0;
  }
}
.footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .footer__container {
    padding: 0 6.4vw;
  }
}
.footer__to-top-marker {
  position: absolute;
  top: 300dvh;
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
}
.footer__to-top-button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 300dvh;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .footer__to-top-button {
    transition: opacity 0.1s ease-in-out;
  }
  .footer__to-top-button:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .footer__to-top-button {
    right: 4.2666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
z-index:10;
  }
}
.footer__to-top-button--fixed {
  position: fixed;
  top: auto;
  bottom: 20px;
}
.footer__to-top-button--footer {
  position: absolute;
  top: auto;
  bottom: auto;
  transform: translateY(-140px) translateY(-20px);
}
@media (max-width: 767px) {
  .footer__to-top-button--footer {
    transform: translateY(-26.6666666667vw) translateY(-20px);
  }
}
.footer__to-top-button svg {
  width: 100%;
  height: auto;
  display: block;
}
.footer__header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 64px;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer__header {
    gap: 6.4vw;
    margin-bottom: 15.4666666667vw;
  }
}
.footer__brand {
  display: flex;
  width: 240px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .footer__brand {
    width: 38.9333333333vw;
  }
}
.footer__logo {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
@media (max-width: 767px) {
  .footer__logo {
    gap: 1.3333333333vw;
  }
}
.footer__logo svg:first-child {
  width: 64px;
  height: auto;
}
@media (max-width: 767px) {
  .footer__logo svg:first-child {
    width: 17.0666666667vw;
  }
}
.footer__logo svg:last-child {
  width: 76px;
  height: auto;
}
@media (max-width: 767px) {
  .footer__logo svg:last-child {
    width: 20.2666666667vw;
  }
}
.footer__header-links {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .footer__header-links {
    display: none;
  }
}
.footer__header-link {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.65px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer__header-link {
    transition: opacity 0.1s ease-in-out;
  }
  .footer__header-link:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .footer__header-link {
    font-size: 3.4666666667vw;
  }
}
.footer__header-link:visited {
  color: #fff;
}
.footer__social {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .footer__social {
    gap: 5.3333333333vw;
  }
}
.footer__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e9e9e9;
  width: 22px;
  height: auto;
}
@media (min-width: 768px) {
  .footer__social-link {
    transition: opacity 0.1s ease-in-out;
  }
  .footer__social-link:hover {
    opacity: 0.5;
  }
}
.footer__social-link svg {
  width: 100%;
  display: block;
}
.footer__content {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .footer__content {
    margin-bottom: 12.8vw;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 10px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .footer__nav {
    flex-direction: column;
    gap: 12.8vw;
  }
}
.footer__column {
  min-width: 240px;
}
.footer__column-title {
  color: #fff;
  margin-bottom: 26px;
  letter-spacing: 0.48px;
  opacity: 0.6;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 350;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer__column-title {
    margin-bottom: 4.2666666667vw;
  }
}
.footer__link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer__link-list {
    gap: 3.2vw;
  }
}
.footer__link-item {
  margin: 0;
  padding: 0;
}
.footer__link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}
@media (min-width: 768px) {
  .footer__link {
    transition: text-shadow 0.1s ease-in-out;
  }
  .footer__link:hover {
    text-shadow: 0.001em 0.001em 0 #fff, -0.001em 0.001em 0 #fff, 0.001em -0.001em 0 #fff, -0.001em -0.001em 0 #fff;
  }
}
.footer__link:visited {
  color: #fff;
}
.footer__bottom {
  border-top: 1px solid #777;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__bottom {
    padding-top: 12.8vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 12.8vw;
  }
}
.footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .footer__legal {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.footer__legal-link {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .footer__legal-link {
    transition: opacity 0.1s ease-in-out;
  }
  .footer__legal-link:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .footer__legal-link {
    font-size: 3.4666666667vw;
  }
}
.footer__legal-link:visited {
  color: #fff;
}
.footer__copyright {
  color: #fff;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 350;
  line-height: 1.2;
  color: rgba(181, 181, 181, 0.8);
  margin: 0;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 3.2vw;
  }
}
.app-install-prompt-section {
  background: #f5f2ed;
  padding: 2.1333333333vw 9.6vw;
  position: relative;
  z-index: 60;
}
@media (min-width: 768px) {
  .app-install-prompt-section {
    display: none;
  }
}
.app-install-prompt-section__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4.8vw;
}
.app-install-prompt-section__icon {
  width: 16.8vw;
  height: 16.8vw;
}
.app-install-prompt-section__icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius:20%;
}
.app-install-prompt-section__text {
  display: flex;
  flex-direction: column;
  gap: 1.0666666667vw;
}
.app-install-prompt-section__title {
  font-family: "Saol Display Trial", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 7.4666666667vw;
  line-height: 1;
  color: #161616;
  margin: 0;
}
.app-install-prompt-section__subtitle {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 3.2vw;
  line-height: 1.6;
  color: #161616;
  margin: 0;
}
.app-install-prompt-section__close {
  position: absolute;
  top: 4.2666666667vw;
  right: 4.2666666667vw;
  width: 3.2vw;
  height: 3.2vw;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.app-install-prompt-section__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .header-member-section {
    padding: 7.4666666667vw 0;
  }
}
.header-member-section__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .header-member-section__container {
    display: block;
    padding: 0 6.4vw;
    gap: 0;
    max-width: none;
  }
}
.header-member-section__auth-area {
  width: 50%;
  border-right: 1px solid #e9e9e9;
  padding: 48px 48px 78px 0;
}
@media (max-width: 767px) {
  .header-member-section__auth-area {
    width: 100%;
    padding: 0;
    border: none;
  }
}
.header-member-section__auth-container {
  max-width: 280px;
}
@media (max-width: 767px) {
  .header-member-section__auth-container {
    max-width: none;
  }
}
.header-member-section__section-title {
  color: rgba(22, 22, 22, 0.3);
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-size: 13px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .header-member-section__section-title {
    font-size: 3.4666666667vw;
  }
}
.header-member-section__section-title {
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-member-section__section-title {
    margin-bottom: 4.2666666667vw;
  }
}
.header-member-section__login {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .header-member-section__login {
    margin-bottom: 6.4vw;
  }
}
.header-member-section__login-button {
  width: 100%;
  background-color: #262626;
  color: #fff;
  border: 1px solid #262626;
  padding: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header-member-section__login-button {
    font-size: 3.7333333333vw;
  }
}
.header-member-section__login-button {
  font-size: 12px;
}
@media (min-width: 768px) {
  .header-member-section__login-button:hover {
    background-color: #fff;
    color: #262626;
  }
}
@media (max-width: 767px) {
  .header-member-section__login-button {
    max-width: 100%;
    padding: 4.2666666667vw;
  }
}
@media (max-width: 767px) {
  .header-member-section__signup {
    margin-bottom: 4.2666666667vw;
  }
  .header-member-section__signup .member-logout-section__section-title {
    display: none;
  }
}
.header-member-section__signup-button {
  width: 100%;
  color: #262626;
  border: 1px solid #262626;
  padding: 16px;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header-member-section__signup-button {
    font-size: 3.7333333333vw;
  }
}
.header-member-section__signup-button {
  font-size: 12px;
}
@media (min-width: 768px) {
  .header-member-section__signup-button:hover {
    background-color: #262626;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .header-member-section__signup-button {
    margin-bottom: 4.2666666667vw;
    padding: 4.2666666667vw;
  }
}
.header-member-section__signup-info {
  background: #f5f5f4;
  border-radius: 4px;
  padding: 30px 24px;
}
@media (max-width: 767px) {
  .header-member-section__signup-info {
    padding: 8vw 6.4vw;
    border-radius: 1.0666666667vw;
  }
}
.header-member-section__signup-info-header {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .header-member-section__signup-info-header {
    margin-bottom: 5.3333333333vw;
  }
}
.header-member-section__info-title {
  color: rgba(22, 22, 22, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header-member-section__info-title {
    font-size: 3.7333333333vw;
  }
}
.header-member-section__info-title {
  font-size: 13px;
}
@media (max-width: 767px) {
  .header-member-section__info-title {
    color: #b5b5b5;
  }
}
.header-member-section__info-text {
  color: #262626;
  letter-spacing: 0.5px;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header-member-section__info-text {
    font-size: 3.7333333333vw;
  }
}
.header-member-section__info-text {
  font-size: 13px;
}
@media (max-width: 767px) {
  .header-member-section__info-text {
    text-transform: none;
    font-size: 3.4666666667vw;
  }
}
.header-member-section__signup-info-link {
  color: #262626;
  text-underline-offset: 2px;
  text-decoration: underline!important;
  margin-top: 10px;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-member-section__signup-info-link {
    font-size: 3.2vw;
  }
}
.header-member-section__signup-info-link {
  font-weight: 500;
}
@media (min-width: 768px) {
  .header-member-section__signup-info-link {
    transition: opacity 0.1s ease-in-out;
  }
  .header-member-section__signup-info-link:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .header-member-section__signup-info-link {
    text-underline-offset: 0.5333333333vw;
  }
}
.header-member-section__help-container,
.header-member-section__help-area {
  width: 50%;
  padding: 48px 48px 0 48px;
}
.header-member-section__help-area .header-member-section__help-container {
  width: auto;
  padding:0;}
@media (max-width: 767px) {
.header-member-section__help-container{
  width: auto;
  padding:0;}
}
@media (max-width: 767px) {
  .header-member-section__help-area {
    width: 100%;
    padding: 0;
  }
  .header-member-section__help-area .header-member-section__section-title {
    margin-bottom: 6.4vw;
  }
}
@media (max-width: 767px) {
  .header-member-section__help-nav {
    margin-top: responsize-size(24);
  }
}
.header-member-section__help-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-member-section {
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  max-height: calc(100dvh - var(--header-available-offset, 60px));
}
@media (max-width: 1080px) {
  .header-member-section--login .header-member-section__menu {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .header-member-section--login {
    padding: 0 0 7.4666666667vw;
  }
}
.header-member-section--login .header-member-section__container {
  display: grid;
  grid-template-rows: min-content min-content min-content max-content;
  grid-template-columns: 1fr 1fr;
  padding: 48px 40px;
}
@media (max-width: 767px) {
  .header-member-section--login .header-member-section__container {
    display: flex;
    flex-direction: column;
    padding: 0 6.4vw;
  }
}
.header-member-section__right {
  background-color: #f5f5f4;
  padding: 48px 80px 48px 48px;
  grid-row: 1/5;
  grid-column: 2/3;
  margin: -48px calc(-50vw + 600px) -48px 0;
  overflow-x: clip;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .header-member-section__right {
    margin-right: -48px;
  }
}
@media (max-width: 767px) {
  .header-member-section__right {
    order: 2;
    margin: 0 -6.4vw;
    padding: 0 6.4vw;
  }
  .header-member-section__right .header-member-section__recently {
    display: none;
  }
}
.header-member-section__user-info {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .header-member-section__user-info {
    padding: 5.3333333333vw 0;
    order: 1;
  }
}
.header-member-section__welcome {
  color: #161616;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header-member-section__welcome {
    font-size: 3.7333333333vw;
  }
}
.header-member-section__welcome {
  font-size: 14;
}
@media (max-width: 767px) {
  .header-member-section__welcome {
    font-size: 3.7333333333vw;
  }
}
.header-member-section__welcome-text {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header-member-section__welcome-text {
    font-size: 3.7333333333vw;
  }
}
.header-member-section__user-name {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header-member-section__user-name {
    font-size: 3.7333333333vw;
  }
}
.header-member-section__welcome-suffix {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header-member-section__welcome-suffix {
    font-size: 3.7333333333vw;
  }
}
.header-member-section__points-info {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .header-member-section__points-info {
    gap: 4.2666666667vw;
  }
}
.header-member-section__points, .header-member-section__coupons {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header-member-section__points, .header-member-section__coupons {
    font-size: 3.7333333333vw;
  }
}
.header-member-section__points, .header-member-section__coupons {
  font-size: 12;
}
@media (max-width: 767px) {
  .header-member-section__points, .header-member-section__coupons {
    font-size: 3.2vw;
  }
}
.header-member-section__points, .header-member-section__coupons {
  line-height: 1;
  color: #161616;
}
.header-member-section__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .header-member-section__menu {
    margin: 10.6666666667vw 0 17.0666666667vw;
    display: block;
    order: 3;
  }
}
.header-member-section__menu-group {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .header-member-section__menu-group {
    margin-bottom: 0;
  }
  .header-member-section__menu-group:not(:first-of-type) {
    margin-top: 6.4vw;
  }
}
.header-member-section__menu-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-member-section__menu-title {
    font-size: 3.2vw;
  }
}
.header-member-section__menu-title {
  font-size: 13;
}
@media (max-width: 767px) {
  .header-member-section__menu-title {
    font-size: 3.4666666667vw;
  }
}
.header-member-section__menu-title {
  color: #161616;
  opacity: 0.3;
  margin-bottom: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-member-section__menu-title {
    margin-bottom: 24px;
  }
}
.header-member-section__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-member-section__notifications {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  max-width: 512px;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .header-member-section__notifications {
    margin-bottom: 0;
    padding: 8.5333333333vw 0 0;
  }
}
.header-member-section__notifications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 20px 0;
  background-color: #f5f5f4;
}
@media (max-width: 767px) {
  .header-member-section__notifications-header {
    padding: 5.3333333333vw 0;
  }
}
.header-member-section__notifications-title {
  color: #262626;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .header-member-section__notifications-title {
    font-size: 3.7333333333vw;
  }
}
.header-member-section__notifications-title {
  font-size: 13;
}
@media (max-width: 767px) {
  .header-member-section__notifications-title {
    font-size: 3.4666666667vw;
  }
}
.header-member-section__notifications-title {
  line-height: 1;
}
.header-member-section__notifications-viewall {
  color: #262626;
  text-decoration: underline;
  text-underline-offset: 2px;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  appearance: none;
  font: inherit;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .header-member-section__notifications-viewall {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .header-member-section__notifications-viewall {
    transition: opacity 0.1s ease-in-out;
  }
  .header-member-section__notifications-viewall:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .header-member-section__notifications-viewall {
    text-underline-offset: 0.5333333333vw;
  }
}
.header-member-section__notifications-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .header-member-section__notifications-list {
    margin-top: 3.2vw;
    padding-bottom: 8.5333333333vw;
  }
}
@media (max-width: 767px) {
  .header-member-section__notifications-list.is-collapsed .header-member-section__notification-item:nth-child(n+4) {
    pointer-events: none;
    opacity: 0.5;
  }
}
.header-member-section__notification-item {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .header-member-section__notification-item {
    margin-bottom: 16px;
    transition: opacity 0.3s ease-in-out;
  }
  .header-member-section__notification-item:last-child {
    margin-bottom: 0;
  }
}
.header-member-section__notification-link {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  color: #262626;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none;
  display: block;
}
@media (min-width: 768px) {
  .header-member-section__notification-link {
    transition: opacity 0.1s ease-in-out;
  }
  .header-member-section__notification-link a:hover {
    opacity: 0.5;
  }
  .header-member-section__notification-link a {
    width:100%;display:block;
    text-decoration:underline;
  }
}
@media (max-width: 768px) {
  .header-member-section__notification-link a {
    text-decoration:underline;
  }
}

.header-member-section__recently {
  max-width: 512px;
}
@media (min-width: 768px) {
  .header-member-section__container > .header-member-section__recently {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-member-section__recently {
    order: 4;
    margin-bottom: 10.6666666667vw;
  }
}
.header-member-section__logout-btn {
  color: #262626;
  padding: 8px 0;
  opacity: 0.5;
  line-height: 1;
  display: inline-block;
  width: fit-content;
  text-underline-offset: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: opacity 0.1s ease-in-out;
}
@media (min-width: 768px) {
  .header-member-section__logout-btn:hover {
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  .header-member-section__logout-btn {
    font-size: 3.2vw;
    order: 5;
    margin: 0 auto;
    text-underline-offset: 2.1333333333vw;
  }
}
.shop-feature-item-section {
  background: #fff;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .shop-feature-item-section {
    padding: 21.3333333333vw 0 26.6666666667vw;
  }
}
.shop-feature-item-section__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .shop-feature-item-section__container {
    padding: 0 6.4vw;
  }
}
.shop-feature-item-section__title h2 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 1;
  text-transform: uppercase;
  color: #161616;
}
@media (max-width: 767px) {
  .shop-feature-item-section__title h2 {
    font-size: 4.2666666667vw;
  }
}
.shop-feature-item-section__cluster {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .shop-feature-item-section__cluster {
    padding-top: 21.3333333333vw;
  }
}
.shop-feature-item-section__cluster:first-of-type {
  padding-top: 48px;
}
@media (max-width: 767px) {
  .shop-feature-item-section__cluster:first-of-type {
    padding-top: 10.6666666667vw;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
header.header {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 19;
  width: 100%;
  background-color: #fff;
}
.header__body {
  border-bottom: 1px solid #f2f2f2;
}
.header__container {
  max-width: 1280px;
  min-height: 60px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 30px;
}
@media (max-width: 1080px) {
  .header__container {
    flex-wrap: wrap;
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  .header__container {
    min-height: 16vw;
    padding: 0 4.2666666667vw 0 1.0666666667vw;
  }
}
.header__label {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1080px) {
  .header__label {
    order: 1;
    padding-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .header__label {
    gap: 1.0666666667vw;
    padding: 3.2vw 0;
    transform: translateZ(0);
    will-change: transform;
  }
}
.header__menu-button {
  width: 40px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .header__menu-button {
    transition: opacity 0.1s ease-in-out;
  }
  .header__menu-button:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .header__menu-button {
    width: 10.6666666667vw;
    height: 9.6vw;
    touch-action: manipulation;
  }
}
.header__menu-button svg {
  position: absolute;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .header__menu-button svg {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.header__menu-button[aria-expanded=true] .header__menu-icon-open {
  display: none;
}
.header__menu-button[aria-expanded=true] .header__menu-icon-close {
  display: block;
}
.header__menu-button[aria-expanded=false] .header__menu-icon-open {
  display: block;
}
.header__menu-button[aria-expanded=false] .header__menu-icon-close {
  display: none;
}
.header__logo {
  width: 131px;
  display: block;
  line-height: 1;
  font-size: 0;
}
@media (max-width: 767px) {
  .header__logo {
    width: 30.1333333333vw;
  }
}
.header__logo img {
  width: 100%;
  line-height: 1;
}
.header__cat-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1080px) {
  .header__cat-nav {
    width: 100vw;
    order: 3;
    padding: 16px 40px 16px 50px;
    margin: 0 -40px 0 -30px;
    border-top: 1px solid #f2f2f2;
  }
}
@media (max-width: 767px) {
  .header__cat-nav {
    width: auto;
    overflow-x: scroll;
    padding: 4vw 4.2666666667vw;
    margin: 0 -4.2666666667vw 0 -1.0666666667vw;
    scrollbar-width: none;
  }
}
.header__cat-list {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style-type: none;
  padding: 0 32px;
  margin: 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  .header__cat-list {
    flex-shrink: 0;
    gap: 5.3333333333vw;
    padding: 0 5.3333333333vw;
  }
}
.header__cat-list:first-of-type {
  border-right: 1px solid #ccc;
  font-family: "Inter", sans-serif;
  font-weight: 350;
  line-height: 1;
}
@media (max-width: 767px) {
  .header__cat-list:first-of-type {
    font-size: 3.4666666667vw;
  }
}
@media (max-width: 1080px) {
  .header__cat-list:first-of-type {
    padding-left: 0;
  }
}
.header__cat-list:last-of-type {
  line-height: 1.2;
  font-weight: 300;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media (max-width: 1080px) {
  .header__cat-list:last-of-type {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header__cat-list:last-of-type {
    font-size: 3.2vw;
  }
}
.header__cat-item {
  display: block;
  margin: 0;
  padding: 0;
}
.header__cat-item--active a {
  text-shadow: 0.001em 0.001em 0 #161616, -0.001em 0.001em 0 #161616, 0.001em -0.001em 0 #161616, -0.001em -0.001em 0 #161616;
}
.header__cat-item a {
  text-decoration: none;
  color: #161616;
}
@media (min-width: 768px) {
  .header__cat-item a {
    transition: text-shadow 0.1s ease-in-out;
  }
  .header__cat-item a:hover {
    text-shadow: 0.001em 0.001em 0 #161616, -0.001em 0.001em 0 #161616, 0.001em -0.001em 0 #161616, -0.001em -0.001em 0 #161616;
  }
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1080px) {
  .header__nav {
    order: 2;
    padding-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .header__nav {
    gap: 4.2666666667vw;
    padding: 5.6vw 0;
    transform: translateZ(0);
    will-change: transform;
  }
}
.header__nav-button {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #161616;
}
@media (min-width: 768px) {
  .header__nav-button {
    transition: opacity 0.1s ease-in-out;
  }
  .header__nav-button:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .header__nav-button {
    width: 4.8vw;
    height: 4.8vw;
    touch-action: manipulation;
  }
}
.header__nav-button:focus-visible {
  outline: 2px solid #161616;
  outline-offset: 2px;
}
.header__nav-button svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .header__nav-button svg {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.header__nav-button .header__nav-icon-open,
.header__nav-button .header__nav-icon-close {
  position: absolute;
}
.header__nav-button[aria-expanded=true] .header__nav-icon-open {
  display: none;
}
.header__nav-button[aria-expanded=true] .header__nav-icon-close {
  display: block;
}
.header__nav-button[aria-expanded=false] .header__nav-icon-open {
  display: block;
}
.header__nav-button[aria-expanded=false] .header__nav-icon-close {
  display: none;
}
.header__nav-button--mypage .header__nav-button-icon {
  width: 18px;
  height: 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header__nav-button--mypage .header__nav-button-icon {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.header__nav-button--mypage .header__nav-button-icon .header__nav-icon-open {
  padding: 0.75px 0.5px;
}
@media (max-width: 767px) {
  .header__nav-button--mypage .header__nav-button-icon .header__nav-icon-open {
    padding: 0.2vw 0.1333333333vw;
  }
}
.header__nav-button-note {
  display: block;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ef0000;
  position: absolute;
  right: -6px;
  top: -2px;
}
.header__nav-button[aria-expanded=true] .header__nav-button-note {
  display: none;
}
@media (max-width: 767px) {
  .header__nav-button-note {
    width: 1.6vw;
    height: 1.6vw;
    right: -1.6vw;
    top: -0.5333333333vw;
  }
}
.header__nav-button-count {
  display: block;
  flex-shrink: 0;
  position: absolute;
  left: 100%;
  top: -5px;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}
.header__nav-button[aria-expanded=true] .header__nav-button-count {
  display: none;
}
@media (max-width: 767px) {
  .header__nav-button-count {
    top: -0.5333333333vw;
    font-size: 2.6666666667vw;
  }
}
.header__section-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 200;
  overflow-y: auto;
  opacity: 1;
}
@media (max-width: 1080px) {
  .header__section-wrapper {
    top: calc(100% - 47px);
  }
}
@media (max-width: 767px) {
  .header__section-wrapper {
    top: calc(100% - 12vw);
    overscroll-behavior: none;
  }
}
.header__section-wrapper--hidden {
  opacity: 0;
  pointer-events: none;
}
.header__section-wrapper--opening {
  animation: fadeIn 0.1s ease-out both;
}
.header__section-wrapper--closing {
  animation: fadeOut 0.1s ease-out both;
}
.header--menu-open .header__cat-nav {
  display: none;
}
@media (max-width: 1080px) {
  .header--menu-open .header__cat-nav {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .header--menu-open .header__cat-nav {
    display: inherit;
  }
}
.scroll-lock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .scroll-lock {
    touch-action: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
}
.header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.navigation-menu {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}
@media (max-width: 767px) {
  .navigation-menu {
    overflow-y: auto;
    max-height: calc(100dvh - var(--header-available-offset, 16vw));
  }
}
.navigation-menu__content {
  width: 100%;
  max-width: 1280px;
  background: #fff;
  display: flex;
  margin: 0 auto;
  height: 740px;
}
@media (max-width: 767px) {
  .navigation-menu__content {
    flex-direction: column;
    height: auto;
  }
}
.navigation-menu__main-panel {
  width: 42.578%;
  padding: 0 56px 0 86px;
  flex-shrink: 0;
  overflow-y: scroll;
  position: relative;
  max-height: calc(100dvh - var(--header-available-offset, 60px));
}
@media (max-width: 1080px) {
  .navigation-menu__main-panel {
    width: 50%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .navigation-menu__main-panel {
    width: 100%;
    padding: 0;
    overflow-y: visible;
    max-height: none;
  }
}
.navigation-menu__cat-tab {
  padding: 48px 0 32px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 15;
}
@media (max-width: 767px) {
  .navigation-menu__cat-tab {
    padding: 0 7.2vw;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0;
  }
}
.navigation-menu__cat-tab-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 40px;
  line-height: 1;
}
@media (max-width: 767px) {
  .navigation-menu__cat-tab-list {
    gap: 13.3333333333vw;
  }
}
@media (max-width: 767px) {
  .navigation-menu__cat-tab-list-item {
    padding: 4.2666666667vw 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .navigation-menu__cat-tab-list-item--active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #161616;
  }
}
.navigation-menu__cat-tab-list-item--active .navigation-menu__cat-tab-list-button {
  font-weight: 600;
}
.navigation-menu__cat-tab-list-item--active .navigation-menu__cat-tab-list-button:hover {
  text-shadow: none;
}
.navigation-menu__cat-tab-list-button {
  border: none;
  background: transparent;
  color: #161616;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .navigation-menu__cat-tab-list-button {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .navigation-menu__cat-tab-list-button {
    transition: text-shadow 0.1s ease-in-out;
  }
  .navigation-menu__cat-tab-list-button:hover {
    text-shadow: 0.001em 0.001em 0 #161616, -0.001em 0.001em 0 #161616, 0.001em -0.001em 0 #161616, -0.001em -0.001em 0 #161616;
  }
}
.navigation-menu__section {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .navigation-menu__section {
    margin-bottom: 8.5333333333vw;
    padding: 0 6.4vw;
  }
}
.navigation-menu__section:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .navigation-menu__section:last-child {
    margin-bottom: 12.8vw;
  }
}
.navigation-menu__section-title {
  color: rgba(22, 22, 22, 0.3);
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .navigation-menu__section-title {
    font-size: 3.4666666667vw;
    margin-bottom: 6.4vw;
  }
}
.navigation-menu__section-nav {
  width: 100%;
}
.navigation-menu__section-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
/*  max-width: 290px; */
  max-width: 310px;
}
@media (max-width: 767px) {
  .navigation-menu__section-list {
    max-width: 100%;
  }
}
.navigation-menu__section-list .accordion-navigation--expanded .accordion-navigation__header {
  top: 94px;
}
@media (max-width: 767px) {
  .navigation-menu__section-list .accordion-navigation--expanded .accordion-navigation__header {
    top: 12.5333333333vw;
  }
}
.navigation-menu__side-panel {
  min-width: -moz-available;
  min-width: stretch;
  min-width: -webkit-fill-available;
  padding: 48px 56px;
  overflow: auto;
  display: grid;
  background-color: #f5f5f4;
  gap: 98px 83px;
  flex-shrink: 0;
  grid-template-columns: max-content max-content;
  grid-template-rows: min-content min-content;
  max-height: calc(100dvh - var(--header-available-offset, 60px));
}
@media (min-width: 768px) and (max-width: 1279px) {
  .navigation-menu__side-panel {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .navigation-menu__side-panel {
    display: flex;
    flex-direction: column;
    overflow: unset;
    max-height: none;
    width: 100%;
    padding: 0;
    gap: 0;
    background-color: transparent;
    border-top: 1px solid #ccc;
  }
}
.navigation-menu__contents {
  display: none;
}
@media (max-width: 767px) {
  .navigation-menu__contents {
    padding: 17.0666666667vw 6.4vw 0;
    margin-bottom: 8.5333333333vw;
  }
}
.navigation-menu__contents--active {
  display: block;
}
.navigation-menu__contents-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 42px;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .navigation-menu__contents-title {
    font-size: 3.2vw;
  }
}
.navigation-menu__contents-title {
  font-weight: 600;
}
@media (max-width: 767px) {
  .navigation-menu__contents-title {
    margin-bottom: 6.4vw;
  }
}
.navigation-menu__contents-nav {
  width: 100%;
}
.navigation-menu__contents-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.navigation-menu__promo {
  grid-column: 2/3;
  grid-row: 1/3;
  max-width: 262px;
}
@media (max-width: 767px) {
  .navigation-menu__promo {
    max-width: 100%;
    padding: 0 6.4vw;
    margin-bottom: 26.6666666667vw;
  }
}
.navigation-menu__promo-item {
  display: none;
}
.navigation-menu__promo-item--active {
  display: block;
}
.navigation-menu__promo-link {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navigation-menu__promo-link {
    transition: opacity 0.1s ease-in-out;
  }
  .navigation-menu__promo-link:hover {
    opacity: 0.7;
  }
}
.navigation-menu__promo-image {
  width: 100%;
  aspect-ratio: 4/5;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .navigation-menu__promo-image {
    margin-bottom: 4.2666666667vw;
  }
}
.navigation-menu__promo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.navigation-menu__promo-title {
  display: inline-flex;
  align-items: flex-start;
  color: #262626;
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  line-height: 1.6;
  gap: 20px;
}
@media (max-width: 767px) {
  .navigation-menu__promo-title {
    font-size: 3.7333333333vw;
    gap: 5.3333333333vw;
  }
}
.navigation-menu__promo-title::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjIyIiB2aWV3Qm94PSIwIDAgNyAyMiIgZmlsbD0ibm9uZSI+IDxwYXRoIGQ9Ik0wLjk5OTk5OSAxNkw2IDExTDEgNiIgc3Ryb2tlPSIjMTYxNjE2Ii8+PC9zdmc+");
  display: inline-block;
  height: 1lh;
  justify-content: center;
  align-items: center;
}
.navigation-menu__promo-text {
  color: #262626;
}
@media (max-width: 767px) {
  .navigation-menu__stay-loop {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f5f5f4;
    padding-top: 10.6666666667vw;
  }
}
.navigation-menu__stay-loop-title {
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 58px;
  line-height: 1;
  color: #161616;
  margin-bottom: 40px;
  letter-spacing: -0.0345em;
}
@media (max-width: 767px) {
  .navigation-menu__stay-loop-title {
    font-size: responsive-font-size(56);
    margin-bottom: 4.2666666667vw;
    letter-spacing: -0.035em;
  }
  .navigation-menu__stay-loop-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .navigation-menu__platforms {
    display: flex;
    background-color: #161616;
    padding: 4.2666666667vw 5.0666666667vw;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.navigation-menu__social {
  display: flex;
  gap: 20px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .navigation-menu__social {
    margin-bottom: 0;
    gap: 4.2666666667vw;
  }
}
.navigation-menu__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #161616;
  text-decoration: none;
}
@media (min-width: 768px) {
  .navigation-menu__social-link {
    transition: opacity 0.1s ease-in-out;
  }
  .navigation-menu__social-link:hover {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .navigation-menu__social-link {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    color: #fff;
  }
}
.navigation-menu__social-link svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .navigation-menu__social-link svg {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
  .navigation-menu__social-link svg path {
    fill: #fff;
  }
}
.navigation-menu__app-links {
  display: flex;
  gap: 16px;
}
.navigation-menu__app-link {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
  font-feature-settings: "liga" off, "clig" off;
  letter-spacing: 0.5px;
  opacity: 0.5;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .navigation-menu__app-link {
    transition: opacity 0.1s ease-in-out;
  }
  .navigation-menu__app-link:hover {
    opacity: 0.3;
  }
}
@media (max-width: 767px) {
  .navigation-menu__app-link {
    color: #fff;
    text-underline-offset: 1.0666666667vw;
  }
  .navigation-menu__app-link:last-of-type {
    display: none;
  }
}
.navigation-menu__app-download {
  display: none;
}
@media (max-width: 767px) {
  .navigation-menu__app-download {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 5.3333333333vw 2.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.navigation-menu__app-download-label {
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  justify-content: center;
  font-size: 3.2vw;
  font-weight: 300;
  color: rgba(22, 22, 22, 0.3);
}
.navigation-menu__app-button {
  display: block;
}
.navigation-menu__app-button img {
  max-width: 100%;
  height: 10.6666666667vw;
  display: block;
  margin: 0 auto;
}
.navigation-menu__category-content {
  display: none;
  padding: 16px 0 30px;
}
@media (max-width: 767px) {
  .navigation-menu__category-content {
    padding: 8vw 0 0;
  }
}
.navigation-menu__category-content--active {
  display: block;
}
.cart-section {
  background: #fff;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .cart-section {
    overflow: auto;
    max-height: calc(100dvh - var(--header-available-offset, 16vw));
  }
}
.cart-section__container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(max-content, 850px) minmax(430px, min-content);
  grid-template-rows: min-content 1fr;
  padding-left: 84px;
}
@media (max-width: 1080px) {
  .cart-section__container {
    padding-left: 40px;
    grid-template-columns: minmax(382px, 1fr) minmax(min-content, 430px);
  }
}
@media (max-width: 767px) {
  .cart-section__container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.cart-section__count {
  border-bottom: 1px solid #f2f2f2;
  padding: 16px 84px 16px 0;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-left: -50vw;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .cart-section__count {
    margin-left: -84px;
    padding-left: 84px;
  }
}
@media (max-width: 767px) {
  .cart-section__count {
    padding: 6.4vw;
    margin: 0;
  }
}
.cart-section__count-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-size: 13px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .cart-section__count-text {
    font-size: 3.4666666667vw;
  }
}
.cart-section__count-text {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  color: #161616;
  width: 100%;
  max-width: 683px;
}
@media (max-width: 767px) {
  .cart-section__count-text {
    max-width: 100%;
  }
}
.cart-section__items {
  padding: 32px 0;
  height: calc(100dvh - var(--header-available-offset, 60px) - 47px);
  overflow-y: scroll;
  margin: 0 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1080px) {
  .cart-section__items {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .cart-section__items {
    padding: 6.4vw 6.4vw 11.2vw;
    overflow: auto;
    height: auto;
  }
  .cart-section--empty .cart-section__items {
    padding: 0;
  }
}
.cart-section__item {
  border-bottom: 1px solid #f2f2f2;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto 0 0;
  width: 77.3%;
  max-width: 580px;
}
@media (max-width: 1080px) {
  .cart-section__item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cart-section__item {
    padding: 6.4vw 0;
    gap: 6.4vw;
  }
}
.cart-section__item:first-child {
  padding-top: 0;
}
.cart-section__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.cart-section__item-note {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  color: #262626;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .cart-section__item-note {
    font-size: 3.2vw;
  }
}
.cart-section__item-note-emphasis {
  font-weight: 600;
}
.cart-section__summary {
  background: #f5f5f4;
  grid-column: 2/3;
  grid-row: 1/3;
  padding: 40px;
  display: flex;
  flex-direction: column;
  margin-right: -50vw;
  max-height: calc(100dvh - var(--header-available-offset, 60px));
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (max-width: 1080px) {
  .cart-section__summary {
    margin-right: -40px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .cart-section__summary {
    padding: 8vw 6.4vw 10.6666666667vw;
    margin: 0;
  }
  .cart-section--empty .cart-section__summary {
    padding: 10.6666666667vw 6.4vw 17.0666666667vw;
  }
}
.cart-section__summary .recently-checked-items {
  max-width: 350px;
}
.cart-section__summary-inner {
  display: flex;
  flex-direction: column;
  max-width: 349px;
}
@media (max-width: 767px) {
  .cart-section__summary-inner {
    max-width: 100%;
  }
}
.cart-section__summary-title {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  color: #262626;
  font-size: 13px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cart-section__summary-title {
    font-size: 3.4666666667vw;
    margin-bottom: 6.4vw;
  }
}
.cart-section__summary-content {
  display: flex;
  flex-direction: column;
}
.cart-section__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  color: #262626;
  opacity: 0.5;
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .cart-section__summary-row {
    padding: 4.2666666667vw 0;
  }
}
.cart-section__summary-row:first-of-type {
  border-top: 1px solid #ccc;
}
.cart-section__summary-value {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cart-section__summary-value {
    gap: 2.1333333333vw;
  }
}
.cart-section__summary-value--original {
  text-decoration: line-through;
  opacity: 0.3;
}
.cart-section__summary-note {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  color: #161616;
  opacity: 0.5;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cart-section__summary-note {
    font-size: 3.2vw;
    margin-top: 4.2666666667vw;
  }
}
.cart-section__actions {
  margin-top: auto;
  padding-top: 20px;
  max-width: 349px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-section--empty .cart-section__actions {
  margin-top: 40px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .cart-section__actions {
    padding-top: 0;
    margin-top: 12.8vw;
    gap: 4.2666666667vw;
  }
}
.cart-section__actions-note {
  font-size: 11px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  color: #ef0000;
}
@media (max-width: 767px) {
  .cart-section__actions-note {
    font-size: 2.9333333333vw;
  }
}
.cart-section__action {
  width: 100%;
  padding: 16px 60px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.6px;
  line-height: 1;
  border: 1px solid #262626;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .cart-section__action {
    padding: 16px 40px;
  }
}
.cart-section__action--secondary {
  color: #161616;
  background-color: transparent;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .cart-section__action--secondary:hover {
    background-color: #262626;
    color: #fff;
  }
}
.cart-section--empty .cart-section__action--secondary {
  width: 220px;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .cart-section--empty .cart-section__action--secondary {
    width: 100%;
  }
}
.cart-section__action--primary {
  color: #fff;
  background-color: #262626;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .cart-section__action--primary:hover {
    background-color: #fff;
    color: #262626;
  }
}
.latest-article-section {
  background-color: #f5f2ed;
  overflow: hidden;
}
.latest-article-section--light-gray {
  background-color: #f5f5f4;
}
.latest-article-section__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 40px 0;
}
@media (max-width: 767px) {
  .latest-article-section__container {
    padding: 26.6666666667vw 6.4vw 0;
  }
}
.latest-article-section__header {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .latest-article-section__header {
    margin-bottom: 6.4vw;
  }
}
.latest-article-section__title {
  color: #161616;
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 110px;
  line-height: 0.9;
  letter-spacing: -0.0182em;
}
@media (max-width: 767px) {
  .latest-article-section__title {
    font-size: 21.3333333333vw;
    letter-spacing: -0.025em;
  }
}
@media (max-width: 767px) {
  .latest-article-section__title {
    font-family: "Saol Display Trial", serif;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    font-size: 80px;
    letter-spacing: -0.025em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .latest-article-section__title {
    font-size: 17.0666666667vw;
    letter-spacing: -0.031em;
  }
}
.latest-article-section__subtitle {
  color: #161616;
  text-transform: uppercase;
  padding-top: 48px;
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.015em;
}
@media (max-width: 767px) {
  .latest-article-section__subtitle {
    font-size: 5.3333333333vw;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .latest-article-section__subtitle {
    padding-top: 5.3333333333vw;
  }
}
.latest-article-section__content {
  display: grid;
  grid-template-columns: minmax(44.6%, 535px) minmax(320px, 528px);
  gap: 64px;
  align-items: flex-start;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .latest-article-section__content {
    display: flex;
    padding-bottom: 21.3333333333vw;
    flex-direction: column;
    align-items: stretch;
    gap: 8.5333333333vw;
  }
}
.latest-article-section__content .article-card__container {
  gap: 8px;
}
@media (max-width: 767px) {
  .latest-article-section__content .article-card__container {
    gap: 4.2666666667vw;
  }
}
.latest-article-section__content .article-card__content {
  gap: 8px;
}
@media (max-width: 767px) {
  .latest-article-section__content .article-card__content {
    gap: 2.6666666667vw;
  }
}
.latest-article-section__main-article {
  grid-column: 1/2;
}
@media (max-width: 767px) {
  .latest-article-section__main-article {
    flex: 0 0 100%;
    grid-column: auto;
  }
}
.latest-article-section__sub-article {
  grid-column: 2/3;
}
@media (max-width: 767px) {
  .latest-article-section__sub-article {
    width: 100%;
  }
}
.latest-article-section__ctr {
  text-align: center;
  grid-column: 1/3;
}
.latest-article-section__sub-article .latest-article-section__ctr {
  margin: 48px auto 20px;
  grid-column: none;
}
@media (max-width: 767px) {
  .latest-article-section__sub-article .latest-article-section__ctr {
    margin: 10.6666666667vw auto 5.3333333333vw;
  }
}
.latest-article-section__slider-area {
  background-color: #f0ede6;
  padding: 0 0 100px;
}
.latest-article-section--light-gray .latest-article-section__slider-area {
  background-color: #f5f5f4;
}
@media (max-width: 767px) {
  .latest-article-section__slider-area {
    padding: 0 0 26.6666666667vw;
  }
}
.latest-article-section__slider-area .latest-article-section__container {
  padding-top: 0;
}
.latest-article-section__cluster {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .latest-article-section__cluster {
    padding-top: 21.8666666667vw;
  }
}
@media (max-width: 767px) {
  .latest-article-section__cluster .card-list-slider__slider-slide {
    flex: 0 0 57.0666666667vw;
    max-width: 57.0666666667vw;
  }
}
@media (max-width: 767px) {
  .latest-article-section__cluster + .latest-article-section__cluster {
    padding-top: 21.3333333333vw;
  }
}
.latest-article-section__cluster .article-card__brand {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-section {
  width: 100%;
  position: relative;
  padding: 9px 0 10px;
  background-color: #e5e5e5;
  z-index: 60;
}
@media (max-width: 767px) {
  .news-section {
    padding: 2.6666666667vw 0;
    overflow: hidden;
  }
}
.news-section__content {
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .news-section__content {
    width: 100%;
    flex-direction: row;
    padding: 0 0 0 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}
.news-section__list {
  flex: 1;
  min-width: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-section__list {
    font-size: 3.2vw;
  }
}
.news-section__viewport {
  overflow: hidden;
  height: 1lh;
  position: relative;
}
.news-section__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-section__slide {
  flex: 0 0 auto;
  min-height: 0;
  height: 1lh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.5lh;
}
@media (max-width: 767px) {
  .news-section__slide {
    justify-content: flex-start;
  }
}
.news-section__link {
  text-decoration: none;
  color: #262626;
  white-space: nowrap;
  gap: 16px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .news-section__link {
    gap: 4.2666666667vw;
  }
}
.news-section__label {
  color: #161616;
  text-transform: uppercase;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-section__label {
    font-size: 3.2vw;
  }
}
.news-section__label {
  font-weight: 600;
}
.news-section__title {
  flex: 1;
}
@media (max-width: 767px) {
  .news-section__title {
    min-width: 81.6vw;
    overflow: hidden;
  }
}
.news-section__title-container {
  display: block;
  white-space: nowrap;
}

.news-section__title-container a{
text-decoration:underline;
}

@media (max-width: 767px) {
  .news-section__title-container.is-marquee {
    animation-name: newsMarquee;
    animation-duration: var(--marquee-duration, 10s);
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
}
@keyframes newsMarquee {
  0% {
    transform: translateX(var(--container-width, 100%));
  }
  100% {
    transform: translateX(calc(-1 * var(--text-width, 53.3333333333vw)));
  }
}
@keyframes contentShow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes contentHide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.search-menu {
  width: 100%;
  overflow: hidden;
}
.search-menu__container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: auto auto auto;
  position: relative;
}
@media (max-width: 767px) {
  .search-menu__container {
    padding: 0 4.2666666667vw;
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
}
.search-menu__input-container {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-row: 1/3;
}
.search-menu__input-container::before {
  content: "";
  position: absolute;
  left: -50vw;
  top: 0;
  width: 50vw;
  height: 62px;
  background: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .search-menu__input-container::before {
    display: none;
  }
}
.search-menu__input {
  background: #fff;
  color: #161616;
  border: none;
  outline: none;
  width: calc(100% - 286px);
  margin: 0;
  padding: 21.905px 0;
  appearance: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .search-menu__input {
    font-size: 3.7333333333vw;
  }
}
.search-menu__input {
  line-height: 1.3;
  flex-shrink: 0;
}
.search-menu__input::placeholder {
  color: rgba(22, 22, 22, 0.3);
}
@media (max-width: 767px) {
  .search-menu__input {
    width: 100%;
    padding: 6.4vw 0;
    order: 1;
    font-size: 4.2666666667vw;
    transform: scale(0.875);
    transform-origin: left top;
    width: 114.2857142857%;
    margin-bottom: -2.296vw;
  }
}
.search-menu__suggestions {
  border-top: 1px solid #f2f2f2;
  margin: 0 -50vw;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .search-menu__suggestions {
    margin: 0 -40px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .search-menu__suggestions {
    order: 2;
    margin: 0;
  }
}
.search-menu__suggestions-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0 30px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .search-menu__suggestions-container {
    padding: 2.1333333333vw 0;
  }
}
.search-menu__suggestion-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .search-menu__suggestion-item {
    padding: 2.1333333333vw 0;
    gap: 2.1333333333vw;
  }
}
.search-menu__suggestion-label {
  color: #161616;
  background: #e9e9e9;
  border-radius: 26px;
  padding: 2px 16px;
  flex-shrink: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .search-menu__suggestion-label {
    font-size: 3.7333333333vw;
  }
}
.search-menu__suggestion-label {
  font-size: 12px;
}
@media (max-width: 767px) {
  .search-menu__suggestion-label {
    font-size: 3.2vw;
    border-radius: 6.9333333333vw;
    padding: 0.5333333333vw 4.2666666667vw;
  }
}
.search-menu__suggestion-text {
  color: #161616;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .search-menu__suggestion-text {
    font-size: 3.7333333333vw;
  }
}
.search-menu__suggestion-content {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
@media (max-width: 767px) {
  .search-menu__suggestion-content {
    gap: 2.1333333333vw;
  }
}
.search-menu__suggestion-category {
  color: rgba(22, 22, 22, 0.3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .search-menu__suggestion-category {
    font-size: 3.7333333333vw;
  }
}
.search-menu__suggestion-category {
  font-size: 12px;
}
@media (max-width: 767px) {
  .search-menu__suggestion-category {
    font-size: 3.2vw;
  }
}
.search-menu__no-results {
  color: rgba(22, 22, 22, 0.3);
  text-align: center;
  padding: 16px 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .search-menu__no-results {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .search-menu__no-results {
    padding: 4.2666666667vw 0;
  }
}
.search-menu__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 14px 0;
  background: #fff;
  grid-row: 1/2;
  position: absolute;
  right: 40px;
  min-width: 286px;
}
.search-menu__buttons::after {
  content: "";
  position: absolute;
  right: -50vw;
  top: 0;
  width: 50vw;
  height: 100%;
  background: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .search-menu__buttons::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .search-menu__buttons {
    position: static;
    right: 0;
    min-width: auto;
    order: 3;
    flex-direction: column;
    padding: 4.2666666667vw 0;
    gap: 6.4vw;
  }
}
.search-menu__clear-button {
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .search-menu__clear-button {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .search-menu__clear-button {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .search-menu__clear-button {
    order: 2;
    text-align: center;
    width: 100%;
  }
}
.search-menu__results-button {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  background: #262626;
  border: 1px solid #262626;
  cursor: pointer;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .search-menu__results-button {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) {
  .search-menu__results-button--idle {
    background: #e9e9e9;
    color: #777777;
    border-color: #e9e9e9;
  }
}
@media (max-width: 767px) {
  .search-menu__results-button {
    width: 100%;
    padding: 16px 40px;
  }
}
.search-menu--empty .search-menu__clear-button,
.search-menu--empty .search-menu__suggestions {
  animation: contentHide 0.1s ease-in-out both;
}
.search-menu--empty .search-menu__results-button {
  background-color: #e9e9e9;
  color: #777;
  border-color: #e9e9e9;
}
.search-menu--active .search-menu__clear-button,
.search-menu--active .search-menu__suggestions {
  animation: contentShow 0.1s ease-in-out both;
}
.search-menu--active .search-menu__results-button {
  background-color: #262626;
  color: #fff;
  border-color: #262626;
}
@media (min-width: 768px) {
  .search-menu--active .search-menu__results-button:hover {
    background-color: #fff;
    color: #262626;
    border-color: #262626;
  }
}
:root {
  --anchor-offset: 72px;
}
main :is(section, article, div, p)[id] {
  scroll-margin-top: var(--anchor-offset);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scrollbar-gutter: stable;
}
body {
  color: #161616;
  background-color: #fff;
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

@font-face {
  font-family: "Saol Display Trial";
  src: url("https://elleshop.jp/contents/ssi_v2/common_css/SaolDisplay-LightItalic.woff") format("woff");

  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.app-download-section {
  background-color: #f5f2ed;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .app-download-section {
    padding: 16vw 0 32vw;
  }
}
.app-download-section__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .app-download-section__container {
    padding: 0 6.4vw;
  }
}
.app-download-section__eyebrow {
  color: #161616;
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 767px) {
  .app-download-section__eyebrow {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .app-download-section__eyebrow {
    margin-bottom: 10.6666666667vw;
  }
}
.app-download-section__title {
  color: #161616;
  margin-bottom: 48px;
  font-family: "Saol Display Trial", serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  font-size: 80px;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  .app-download-section__title {
    font-size: 17.0666666667vw;
    letter-spacing: -0.031em;
  }
}
@media (max-width: 767px) {
  .app-download-section__title {
    margin-bottom: 10.6666666667vw;
  }
}
.app-download-section__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .app-download-section__buttons {
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.app-download-section__button {
  display: block;
}
@media (min-width: 768px) {
  .app-download-section__button {
    transition: opacity 0.1s ease-in-out;
  }
  .app-download-section__button:hover {
    opacity: 0.7;
  }
}
.app-download-section__button img {
  display: block;
  height: 40px;
  width: auto;
}
@media (max-width: 767px) {
  .app-download-section__button img {
    height: 10.6666666667vw;
  }
}
.app-download-section__subtitle {
  color: rgba(22, 22, 22, 0.5);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  .app-download-section__subtitle {
    font-size: 3.2vw;
  }
}



/* add */
.latesttopics ul{display:flex;flex-wrap:wrap;gap:35px 13px}.latesttopics ul .bok,.latesttopics ul .bom{width:calc((100% - 26px)/3) !important;height:auto !important;margin:0 !important;padding:0 !important;float:none !important}.latesttopics ul .bok a,.latesttopics ul .bom a{display:flex;flex-direction:column;gap:5px}.latesttopics ul .bok a .figure,.latesttopics ul .bom a .figure{aspect-ratio:4/5;margin-bottom:5px}.latesttopics ul .bok a .figure img,.latesttopics ul .bom a .figure img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.latesttopics ul .bok a .text,.latesttopics ul .bom a .text{font-weight:normal;font-size:14px;font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,sans-serif;height:auto !important}.latesttopics ul .bok a .date,.latesttopics ul .bom a .date{display:block;font-size:12px;color:#aaa;font-family:"Jost"}.latesttopics ul .bok a .brand,.latesttopics ul .bom a .brand{display:block;font-size:14px;font-family:"Jost" !important;font-weight:600}.latesttopics .bana-area{display:flex;flex-wrap:wrap;gap:35px 13px;margin-top:0 !important}.latesttopics .bana-area .bana-big{width:calc((100% - 26px)/3) !important;height:auto !important;margin:0 !important;padding:0 !important;float:none !important}.latesttopics .bana-area .bana-big a{display:flex !important;flex-direction:column;gap:5px}.latesttopics .bana-area .bana-big a img{aspect-ratio:4/5;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:5px}.latesttopics .bana-area .bana-big a div{font-weight:normal;font-size:14px !important;margin:0 !important;font-family:"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,sans-serif;height:auto !important}.latesttopics .bana-area .appStore{width:100%}.features_bottom .kvBnr{display:flex;gap:6.6666666667vw 5.3333333333vw;padding-bottom:12vw;margin-bottom:6.6666666667vw}.features_bottom .kvBnr li{margin:0 !important;width:calc(50% - 2.66667vw)}.features_bottom .kvBnr li a{display:flex;flex-direction:column;gap:1.3333333333vw}.features_bottom .kvBnr li a img{aspect-ratio:4/5;width:100% !important;height:auto;-o-object-fit:cover;object-fit:cover;margin-bottom:0 !important}.features_bottom .middleBnr{padding:0 0 12vw !important;margin-bottom:6.6666666667vw}.features_bottom .middleBnr li{width:100%}.features_bottom .middleBnr li a img{aspect-ratio:4/5;width:44vw !important;height:auto;-o-object-fit:cover;object-fit:cover}.features_bottom .middleBnr li a .middleBnr__desc{display:flex;flex-direction:column;gap:1.3333333333vw}.features_bottom .middleBnr li a .middleBnr__desc .brand{font-size:3.2vw;font-weight:bold;font-family:"Jost";line-height:2;white-space:nowrap;display:block;text-overflow:ellipsis;overflow:hidden}.features_bottom ul.longMiddleBnr{display:flex;gap:6.6666666667vw 5.3333333333vw;flex-wrap:wrap;padding-top:0 !important}
.features_bottom #latesttopics ul.longMiddleBnr li{width:calc(50% - 2.6666666667vw) !important;margin:0 !important}
.features_bottom ul.longMiddleBnr li a{display:block}.features_bottom ul.longMiddleBnr li a img{aspect-ratio:4/5;width:100% !important;height:auto !important;-o-object-fit:cover;object-fit:cover}



@media (max-width: 767px) {
    .header-member-section__static{
        margin-top: 6.4vw;}
    .header-member-section__static + a{
        margin-top: 16vw;}
    .header-member-section__auth-area__static .header-member-section__menu-group h3.header-member-section__menu-title{
        margin-top: 24px;}
}

@media (max-width: 767px) {
  a.navigation-item__container {
    display: block;
    width:100%;
  }
  .header-member-section__auth-area__static{
    width:auto!important;
  }
}

.header-member-section__auth-area__static{
width:83%;}

.header-member-section__static{
padding-left:0!important;}

.header-member-section__static + a{
text-decoration:underline;}

.header .header_bottom{display:none;}
