@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=BIZ+UDPMincho:wght@400;700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
.l-main {
  /***
    The new CSS reset - version 1.7.3 (last updated 7.8.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
  ***/
  /*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
  */
  /* Preferred box-sizing value */
  /* Reapply the pointer cursor for anchor tags */
  /* Remove list styles (bullets/numbers) */
  /* For images to not be able to exceed their container */
  /* removes spacing between cells in tables */
  /* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
  /* revert the 'white-space' property for textarea elements on Safari */
  /* minimum style to allow to style meter element */
  /* reset default text opacity of input placeholder */
  /* fix the feature of 'hidden' attribute.
     display:revert; revert to element instead of attribute */
  /* revert for bug in Chromium browsers
    - fix for the content editable attribute will work properly.
    - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
  /* apply back the draggable feature - exist only in Chromium and Safari */
}
.l-main *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}
.l-main *,
.l-main *::before,
.l-main *::after {
  box-sizing: border-box;
}
.l-main a, .l-main button {
  cursor: revert;
}
.l-main ol, .l-main ul, .l-main menu {
  list-style: none;
}
.l-main img {
  max-width: 100%;
}
.l-main table {
  border-collapse: collapse;
}
.l-main input, .l-main textarea {
  -webkit-user-select: auto;
}
.l-main textarea {
  white-space: revert;
}
.l-main meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}
.l-main ::-moz-placeholder {
  color: unset;
}
.l-main ::placeholder {
  color: unset;
}
.l-main :where([hidden]) {
  display: none;
}
.l-main :where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
.l-main :where([draggable=true]) {
  -webkit-user-drag: element;
}

body {
  background-color: #FEFFF5;
}

.l-main .l-wrapper {
  color: #3C3C3C;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.875;
  text-align: justify;
}
.l-main img,
.l-main svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 961px) {
  .l-main img,
  .l-main svg {
    width: auto;
  }
}
.l-main .c-svg-sprite {
  display: none;
}
.l-main a,
.l-main button {
  cursor: pointer;
}

.l-main .l-inner {
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 30px;
}
@media screen and (max-width: 960px) {
  .l-main .l-inner {
    padding-inline: 8.8vw;
  }
}

.l-main .c-svg-sprite {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.l-main .c-event-info {
  padding: 130px 0 120px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info {
    padding: 60px 0;
  }
}
.l-main .c-event-info__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info__title {
    font-size: 1.5rem;
  }
}
.l-main .c-event-info__schedule {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-main .c-event-info__year {
  writing-mode: vertical-rl;
  font-family: "Aboreto", system-ui;
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info__year {
    font-size: 2.5rem;
  }
}
.l-main .c-event-info__date {
  font-family: "Aboreto", system-ui;
  font-size: 12.8rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
}
.l-main .c-event-info__date span {
  color: #FBC501;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info__date {
    font-size: 6.5rem;
  }
}
.l-main .c-event-info__week {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  border-radius: 50%;
  background: #FBC501;
  transform: translateY(20px);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", serif;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info__week {
    width: 25px;
    height: 25px;
    margin-left: 2px;
    transform: translateY(14px);
    font-size: 1.3rem;
  }
}
.l-main .c-event-info__hyphen {
  width: 28px;
  height: 8px;
  background: #3C3C3C;
  margin-inline: 20px 7px;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info__hyphen {
    width: 15px;
    height: 4px;
    margin-inline: 10px 4px;
  }
}
.l-main .c-event-info__venue {
  font-family: "Zen Old Mincho", serif;
  margin-top: 8px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info__venue {
    font-size: 1.5rem;
  }
}
.l-main .c-event-info__intro {
  display: flex;
  align-items: center;
  gap: 77px;
  margin: 77px auto 0;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info__intro {
    display: block;
    margin-top: 60px;
  }
}
.l-main .c-event-info__image {
  flex-shrink: 0;
  width: 515px;
  height: auto;
  aspect-ratio: 515/456;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info__image {
    width: 100%;
  }
}
.l-main .c-event-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main .c-event-info__text-area {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info__text-area {
    margin-top: 30px;
  }
}
.l-main .c-event-info__catch {
  color: #FBC501;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.40625;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info__catch {
    font-size: 2rem;
  }
}
.l-main .c-event-info__text {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .l-main .c-event-info__text {
    font-size: 1.2rem;
  }
}

.l-main .c-section-title__main {
  font-family: "Aboreto", system-ui;
  font-size: 12.8rem;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.664;
}
@media screen and (max-width: 960px) {
  .l-main .c-section-title__main {
    font-size: 6rem;
  }
}
.l-main .c-section-title__sub {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-main .c-section-title__sub {
    font-size: 1.6rem;
  }
}

.l-main .c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100svh;
  display: none;
  animation: fade-In 0.3s linear;
  color: #3C3C3C;
}
.l-main .c-modal:before, .l-main .c-modal:after {
  display: none;
}
.l-main .c-modal.is-open {
  display: block;
}
.l-main .c-modal__overlay {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.l-main .c-modal__close {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FBC501;
  border: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__close {
    top: -12px;
    right: -12px;
    width: 50px;
    height: 50px;
  }
}
.l-main .c-modal__close::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__close::before {
    width: 16px;
  }
}
.l-main .c-modal__close::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__close::after {
    width: 16px;
  }
}
.l-main .c-modal__container {
  width: 968px;
  max-height: 90vh;
  background-color: #fff;
  padding: 80px;
  border-radius: 13px;
  display: flex;
  position: relative;
  z-index: 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__container {
    width: 86.4vw;
    max-width: 540px;
    padding: 30px;
  }
}
@keyframes fade-In {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-main .c-modal__main {
  overflow: auto;
}
.l-main .c-modal__content {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__content {
    padding: 0 3px;
  }
}
.l-main .c-modal__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__item {
    display: block;
    margin-top: 40px;
  }
}
.l-main .c-modal__image {
  position: relative;
  width: 380px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__image {
    width: 100%;
  }
}
.l-main .c-modal__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main .c-modal__text-area {
  width: calc(100% - 380px - 60px);
  color: #1E1E1E;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__text-area {
    width: 100%;
    margin-top: 30px;
  }
}
.l-main .c-modal__brand-name {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__brand-name {
    font-size: 3.2rem;
  }
}
.l-main .c-modal__description {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__description {
    font-size: 1.3rem;
  }
}
.l-main .c-modal__product-name {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__product-name {
    font-size: 1.8rem;
  }
}
.l-main .c-modal__link {
  margin-top: 15px;
}
.l-main .c-modal__link a {
  transition: all 0.4s ease;
}
.l-main .c-modal__link a:hover {
  opacity: 0.6;
}
.l-main .c-modal__price {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__price {
    font-size: 1.7rem;
  }
}
.l-main .c-modal__present {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__present {
    font-size: 1.4rem;
  }
}
.l-main .c-modal__present + * {
  margin-top: 20px;
}
.l-main .c-modal__other {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #999999;
}
.l-main .c-modal__other-title {
  padding: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__other-title {
    font-size: 1.3rem;
  }
}
.l-main .c-modal__material {
  padding: 16px 30px 30px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__material {
    padding: 12px 22px 22px;
    font-size: 1.1rem;
  }
}
.l-main .c-modal__place {
  display: flex;
  align-items: flex-start;
  gap: 6px 14px;
  margin-top: 20px;
}
.l-main .c-modal__place + .c-modal__place {
  margin-top: 10px;
}
.l-main .c-modal__store {
  flex-shrink: 0;
  padding: 6px 8px;
  background: #3C3C3C;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.l-main .c-modal__floor {
  padding-top: 2px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
.l-main .c-modal__swiper-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  border: 1px solid #3C3C3C;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__swiper-button {
    width: 25px;
    height: 25px;
  }
}
.l-main .c-modal__swiper-button::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 17px;
  background-image: url(../images/deco-arrow.svg);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-main .c-modal__swiper-button.-next {
  right: 18px;
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__swiper-button.-next {
    right: 12px;
  }
}
.l-main .c-modal__swiper-button.-prev {
  left: 18px;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .l-main .c-modal__swiper-button.-prev {
    left: 12px;
  }
}

.l-main .c-product__category-title {
  font-family: "Zen Old Mincho", serif;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 30px;
  padding-bottom: 40px;
  color: black;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .l-main .c-product__category-title {
    padding-inline: 8.8vw;
    padding-bottom: 30px;
    font-size: 3rem;
  }
}
.l-main .c-product-pickup {
  position: relative;
  padding-bottom: 130px;
}
@media screen and (max-width: 960px) {
  .l-main .c-product-pickup {
    padding-bottom: 60px;
  }
}
.l-main .p-top-section:nth-of-type(even) .c-product-pickup::after {
  background: url(../images/txt_pickup_wh.svg);
}
.l-main .c-product-pickup .c-product__category-title {
  padding-left: 0;
}
.l-main .c-product-pickup__block {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.875;
}
@media screen and (max-width: 960px) {
  .l-main .c-product-pickup__block {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.l-main .c-product-pickup__block .image {
  width: 516px;
  flex-shrink: 0;
  height: auto;
}
@media screen and (max-width: 960px) {
  .l-main .c-product-pickup__block .image {
    width: 100%;
  }
}
.l-main .c-product-pickup__block img + img {
  margin-top: 20px;
}
.l-main .c-product-pickup__block .item_text-area {
  width: calc(100% - 516px);
  padding: 0 60px;
}
@media screen and (max-width: 960px) {
  .l-main .c-product-pickup__block .item_text-area {
    width: 100%;
    padding: 0;
  }
}
.l-main .c-product-pickup__block .brand {
  font-size: 2.8rem;
  font-weight: 700;
}
.l-main .c-product-pickup__block .present {
  padding-bottom: 20px;
  font-weight: 700;
}
.l-main .c-product-pickup__block .product {
  font-size: 2.2rem;
  font-weight: 700;
}
.l-main .c-product-pickup__block .price {
  font-size: 1.8rem;
  font-weight: 700;
}
.l-main .c-product-pickup__block .link {
  text-decoration: underline;
}
.l-main .c-product-pickup__block .place {
  display: flex;
  align-items: flex-start;
  gap: 6px 14px;
  margin-top: 1em;
}
.l-main .c-product-pickup__block .place + .place {
  margin-top: 0.5em;
}
.l-main .c-product-pickup__block .store {
  flex-shrink: 0;
  padding: 6px 8px;
  background: #3C3C3C;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.l-main .c-product-pickup__block .store.-mitsukoshi {
  background: #9B8D6D;
}
.l-main .c-product-pickup__block .store.-marui {
  background: #BC2B2B;
}
.l-main .c-product-pickup__block .floor {
  margin-top: 0;
  padding-top: 2px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
.l-main .c-product-pickup__block p + p {
  margin-top: 1em;
}
.l-main .c-product-pickup__block a {
  transition: all 0.4s ease;
}
.l-main .c-product-pickup__block a:hover {
  opacity: 0.6;
}
.l-main .c-product-pickup__block + .c-product-pickup__block {
  margin-top: 40px;
}
.l-main .c-product-list {
  position: relative;
  left: -120px;
  width: calc(100% + 240px);
  padding: 140px 120px;
  background: white;
  overflow: hidden;
}
.l-main .c-product-list::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(243, 219, 148, 0.3) 100%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-main .c-product-list {
    left: 0;
    width: 100%;
    padding: 70px 0;
  }
}
.l-main .c-product-list__swiper {
  overflow: visible;
}
.l-main .c-product-list__item {
  width: 300px;
  cursor: pointer;
  transition: all 0.4s ease;
  text-align: left;
}
.l-main .c-product-list__item:hover {
  opacity: 0.6;
}
.l-main .c-product-list__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.l-main .c-product-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main .c-product-list__brand {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.l-main .c-product-list__name {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.l-main .c-product-list__button {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 132px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #3C3C3C;
  cursor: pointer;
  transition: all 0.4s ease;
}
.l-main .c-product-list__button::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 17px;
  background-image: url(../images/deco-arrow.svg);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-main .c-product-list__button:hover {
  opacity: 0.6;
}
.l-main .c-product-list__button.-next {
  right: -18px;
}
.l-main .c-product-list__button.-prev {
  left: -18px;
  transform: scale(-1, 1);
}
.l-main .c-product-list__button.swiper-button-disabled {
  opacity: 0.4;
}
.l-main .c-product-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 50px;
  margin-top: 42px;
}
@media screen and (max-width: 960px) {
  .l-main .c-product-block {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.l-main .c-product-block__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.l-main .c-product-block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-main .c-product-block__brand {
  margin-top: 20px;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.l-main .c-product-block__name {
  margin-top: 15px;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.l-main .c-product-block__description {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.l-main .c-product-block__price {
  margin-top: 15px;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.l-main .c-product-block__material {
  margin-top: 8px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.l-main .c-product-block__place {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 20px;
}
.l-main .c-product-block__place + .c-product-block__place {
  margin-top: 10px;
}
.l-main .c-product-block__store {
  padding: 6px 8px;
  background: #3C3C3C;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.l-main .c-product-block__store.-mitsukoshi {
  background: #9B8D6D;
}
.l-main .c-product-block__store.-marui {
  background: #BC2B2B;
}
.l-main .c-product-block__floor {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
.l-main .c-product-caption {
  margin-bottom: 110px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-main .c-product-caption {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
}
.l-main .c-product-list__swiper {
  padding-bottom: 130px;
}
.l-main .c-product-list__swiper .controlArea {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
}
.l-main .c-product-list__swiper .controlArea .c-product-list__pagination {
  position: unset;
}
.l-main .c-product-list__swiper .controlArea .c-product-list__pagination .swiper-pagination-bullet-active {
  background: black !important;
}
.l-main .c-product-list__swiper .controlArea .c-product-list__pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}
.l-main .c-product-list__swiper .controlArea .c-product-list__button {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin: unset;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  .l-main .c-product-list__swiper .controlArea {
    gap: 15px;
  }
}

.l-main .c-tab__list {
  max-width: 510px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 90px;
  margin-bottom: -60px;
}
@media screen and (max-width: 960px) {
  .l-main .c-tab__list {
    gap: 15px;
    padding: 0 1em;
  }
}
.l-main .c-tab__list.cosme {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .l-main .c-tab__list.cosme {
    margin-top: 60px;
  }
}
.l-main .c-tab__item {
  position: relative;
  width: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  text-align: center;
  transition: all 0.4s ease;
}
@media screen and (max-width: 960px) {
  .l-main .c-tab__item {
    gap: 15px;
  }
}
.l-main .c-tab__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 13.1413px white);
}
.l-main .c-tab__item .inactive {
  display: block;
}
.l-main .c-tab__item .active {
  display: none;
}
.l-main .c-tab__item.is-active {
  color: #3C3C3C;
}
.l-main .c-tab__item.is-active .inactive {
  display: none;
}
.l-main .c-tab__item.is-active .active {
  display: block;
}
.l-main .c-tab__item.is-active img {
  aspect-ratio: 47/52;
}
.l-main .c-tab__item.is-active .c-tab__frame {
  fill: #3C3C3C;
}
.l-main .c-tab__item:not(.is-active) {
  cursor: pointer;
}
.l-main .c-tab__item:not(.is-active):hover {
  opacity: 0.8;
}
.l-main .c-tab__text-main {
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .l-main .c-tab__text-main {
    font-size: 1.6rem;
  }
}
.l-main .c-tab__item:nth-of-type(1).is-active .c-tab__text-main {
  color: #5CB2E2;
}
.l-main .c-tab__item:nth-of-type(2).is-active .c-tab__text-main {
  color: #A1D25A;
}
.l-main .cosme .c-tab__item:nth-of-type(1).is-active .c-tab__text-main {
  color: #C195E8;
}
.l-main .cosme .c-tab__item:nth-of-type(2).is-active .c-tab__text-main {
  color: #C195E8;
}

.c-campaign {
  padding: 120px 0;
  background: url(../images/bg01.webp) top right/cover;
}
@media screen and (max-width: 960px) {
  .c-campaign {
    padding: 60px 0;
  }
}

.c-campaign__title {
  font-family: "Aboreto", system-ui;
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-campaign__title {
    font-size: 5rem;
  }
}

.c-campaign__title span {
  display: block;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-campaign__title span {
    font-size: 1.1rem;
  }
}

.c-campaign__list {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .c-campaign__list {
    margin-top: 40px;
  }
}

.c-campaign__item + .c-campaign__item {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .c-campaign__item + .c-campaign__item {
    margin-top: 10px;
  }
}

.c-campaign__item {
  border: 1px solid #1E1E1E;
  border-radius: 6px;
}

.c-campaign__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 53px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  transition: all 0.4s ease;
}
@media screen and (max-width: 960px) {
  .c-campaign__item a {
    padding: 30px;
    font-size: 1.5rem;
  }
}

.c-campaign__item a::after {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url(../images/icon_arrow02.svg);
}

.c-campaign__item a:hover {
  opacity: 0.6;
}

.l-main .c-cosme-pointup {
  margin-bottom: 120px;
}
.l-main .c-cosme-pointup__title {
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: 45px;
  text-align: center;
}
.l-main .c-cosme-pointup__title span {
  padding: 0 1em;
}
@media screen and (max-width: 960px) {
  .l-main .c-cosme-pointup__title {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 960px) {
  .l-main .c-cosme-pointup {
    margin-bottom: 60px;
  }
}

.l-main .c-backbtn {
  margin-top: 30px;
}
.l-main .c-backbtn .l-inner {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 960px) {
  .l-main .c-backbtn .l-inner {
    justify-content: center;
  }
}
.l-main .c-backbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border-radius: 10px;
  border: solid 1px #3C3C3C;
}
.l-main .c-backbtn a span {
  font-size: 1.6rem;
  font-weight: bold;
}

.l-main .p-top-mv {
  position: relative;
  width: 100%;
  height: auto;
}
.l-main .p-top-mv__banner {
  position: absolute;
  bottom: 12px;
  right: 30px;
  width: 284px;
  height: auto;
  filter: drop-shadow(0px 4px 4.9px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 960px) {
  .l-main .p-top-mv__banner {
    width: 230px;
    bottom: -120px;
    right: 20px;
  }
}
.l-main .p-top-mv__banner a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s linear;
}
.l-main .p-top-mv__banner a:hover {
  opacity: 0.8;
}
.l-main .p-top-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main .p-top-info {
  position: relative;
  margin: 88px auto 0;
  padding-bottom: 180px;
  max-width: 1280px;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-info {
    margin-top: 260px;
    padding-bottom: 140px;
  }
}
.l-main .p-top-info__image {
  position: absolute;
}
.l-main .p-top-info__image:nth-of-type(1) {
  top: 100px;
  left: 0;
  width: 331px;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-info__image:nth-of-type(1) {
    top: 120px;
    width: 165px;
  }
}
.l-main .p-top-info__image:nth-of-type(2) {
  top: -50px;
  right: 0;
  width: 314px;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-info__image:nth-of-type(2) {
    top: -100px;
    width: 157px;
  }
}
.l-main .p-top-banner a {
  display: block;
  width: 578px;
  height: auto;
  margin: 0 auto;
  transition: all 0.4s ease;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-banner a {
    width: 100%;
  }
}
.l-main .p-top-banner a:hover {
  opacity: 0.6;
}
.l-main .p-top-panel {
  display: none;
}
.l-main .p-top-panel:nth-of-type(1) {
  background: #DBEBF4;
}
.l-main .p-top-panel:nth-of-type(2) {
  background: #E8EFDE;
}
.l-main .p-top-panel.cosme {
  background: #E7DEEF;
}
.l-main .p-top-panel.is-active {
  display: block;
}
.l-main .p-top-section {
  position: relative;
  overflow: hidden;
  padding: 120px 120px 0;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section {
    padding: 80px 0 0;
  }
}
.l-main .p-top-section:nth-of-type(even) {
  background: url(../images/bg02.webp);
}
.l-main .p-top-section__content {
  position: relative;
  z-index: 1;
  margin-bottom: 140px;
  padding-right: 240px;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section__content {
    margin-bottom: 60px;
    padding: 117px 0 0;
  }
}
.l-main .p-top-section:nth-of-type(even) .p-top-section__content {
  padding-right: 0;
  padding-left: 240px;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section:nth-of-type(even) .p-top-section__content {
    padding-left: 0;
  }
}
.l-main .p-top-section__text-area {
  padding: 80px 270px 80px 80px;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0px 16px 16px -8px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section__text-area {
    padding: 190px 40px 60px;
  }
}
.l-main .p-top-section:nth-of-type(even) .p-top-section__text-area {
  padding: 80px 80px 80px 270px;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section:nth-of-type(even) .p-top-section__text-area {
    padding: 190px 40px 120px;
  }
}
.l-main .p-top-section__title {
  color: #FBC501;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section__title {
    white-space: wrap;
  }
}
.l-main .p-top-section__title-jp {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.40625;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section__title-jp {
    font-size: 2.5rem;
  }
}
.l-main .p-top-section__title-en {
  padding-bottom: 40px;
  font-family: "Aboreto", system-ui;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.64;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section__title-en {
    padding-bottom: 35px;
    font-size: 4rem;
  }
}
.l-main .p-top-section__text {
  margin-top: 17px;
  color: #3C3C3C;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section__text {
    margin-top: 19px;
  }
}
.l-main .p-top-section__image {
  position: absolute;
  top: -58px;
  right: -216px;
  width: 668px;
  height: auto;
  aspect-ratio: 668/567;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section__image {
    bottom: auto;
    top: 0;
    right: -10vw;
    width: 320px;
  }
}
.l-main .p-top-section__image01 {
  position: absolute;
  bottom: 66px;
  right: 0;
  width: 452px;
  height: auto;
  aspect-ratio: 452/456;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section__image01 {
    bottom: auto;
    top: 0;
    right: 0;
    width: 274px;
  }
}
.l-main .p-top-section:nth-of-type(even) .p-top-section__image01 {
  right: auto;
  left: 0;
}
.l-main .p-top-section__image02 {
  position: absolute;
  bottom: 0;
  right: 512px;
  width: 309px;
  height: auto;
  aspect-ratio: 309/191;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section__image02 {
    right: auto;
    left: 40px;
    width: 215px;
  }
}
.l-main .p-top-section:nth-of-type(even) .p-top-section__image02 {
  right: auto;
  left: 512px;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-section:nth-of-type(even) .p-top-section__image02 {
    left: 40px;
  }
}
.l-main .p-top-foot {
  text-align: left;
  padding: 50px 0;
}
.l-main .p-top-foot__text {
  color: #000;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.l-main .p-top-intro {
  position: relative;
  overflow: hidden;
}
.l-main .p-top-intro .l-inner {
  position: relative;
  padding: 180px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-intro .l-inner {
    flex-direction: column;
    padding: 60px 0;
  }
}
.l-main .p-top-intro .l-inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 20%;
  width: 200%;
  height: 100%;
  background: linear-gradient(180deg, rgba(243, 219, 148, 0.3) 0%, rgba(243, 219, 148, 0) 100%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-intro .l-inner::before {
    top: 100px;
    height: calc(100% - 100px);
    left: 15%;
  }
}
.l-main .p-top-intro .l-inner .p-top-intro__image {
  position: relative;
  width: calc(40% - 40px); /* Ellipse 11 */
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1/1;
  border-radius: 50%;
  box-shadow: 0px 0px 44px #FFFFFF;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-intro .l-inner .p-top-intro__image {
    width: 80%;
    padding-left: 30px;
    margin-top: -50px;
  }
}
.l-main .p-top-intro .l-inner .p-top-intro__text {
  width: calc(60% - 40px);
}
.l-main .p-top-intro .l-inner .p-top-intro__text-title {
  color: #FBC501;
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 85px;
}
.l-main .p-top-intro .l-inner .p-top-intro__text-caption {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-intro .l-inner .p-top-intro__text {
    width: 100%;
    padding: 0 30px;
  }
  .l-main .p-top-intro .l-inner .p-top-intro__text-title {
    color: #FBC501;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .l-main .p-top-intro .l-inner .p-top-intro__text-caption {
    font-size: 1.6rem;
  }
}
.l-main .p-top-content .p-top-content__title {
  display: block;
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-content .p-top-content__title {
    margin-bottom: 75px;
  }
}
.l-main .p-top-content .p-top-content__linkArea {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 160px;
}
.l-main .p-top-content .p-top-content__linkArea p {
  font-weight: bold;
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-content .p-top-content__linkArea p {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
.l-main .p-top-content .p-top-content__linkArea a {
  transition: 0.4s;
}
.l-main .p-top-content .p-top-content__linkArea a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 960px) {
  .l-main .p-top-content .p-top-content__linkArea {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 961px) {
  .l-main .u-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .l-main .u-pc {
    display: none;
  }
}
.l-main .u-mt05 {
  margin-top: 0.5em;
}
.l-main .u-mb05 {
  margin-bottom: 0.5em;
}
.l-main .u-pt05 {
  padding-top: 0.5em;
}
.l-main .u-pb05 {
  padding-bottom: 0.5em;
}
.l-main .u-mt1 {
  margin-top: 1em;
}
.l-main .u-mb1 {
  margin-bottom: 1em;
}
.l-main .u-pt1 {
  padding-top: 1em;
}
.l-main .u-pb1 {
  padding-bottom: 1em;
}
.l-main .u-mt2 {
  margin-top: 2em;
}
.l-main .u-mb2 {
  margin-bottom: 2em;
}
.l-main .u-pt2 {
  padding-top: 2em;
}
.l-main .u-pb2 {
  padding-bottom: 2em;
}
.l-main .u-mt3 {
  margin-top: 3em;
}
.l-main .u-mb3 {
  margin-bottom: 3em;
}
.l-main .u-pt3 {
  padding-top: 3em;
}
.l-main .u-pb3 {
  padding-bottom: 3em;
}
.l-main .u-mt4 {
  margin-top: 4em;
}
.l-main .u-mb4 {
  margin-bottom: 4em;
}
.l-main .u-pt4 {
  padding-top: 4em;
}
.l-main .u-pb4 {
  padding-bottom: 4em;
}
.l-main .u-mt5 {
  margin-top: 5em;
}
.l-main .u-mb5 {
  margin-bottom: 5em;
}
.l-main .u-pt5 {
  padding-top: 5em;
}
.l-main .u-pb5 {
  padding-bottom: 5em;
}
.l-main .u-white {
  color: #fff;
  fill: #fff;
}
.l-main .u-white * {
  color: #fff;
  fill: #fff;
}
.l-main .u-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.l-main .u-right {
  text-align: right;
  margin-left: auto;
}
.l-main .u-left {
  text-align: left;
  margin-right: auto;
}