@charset "UTF-8";
/* ///// Lity (Plugin) ///////////////////////////////// */
/**** スムーススクロール ****/
html {
  scroll-behavior: smooth;
}

/**** lity ****/
.lity-container {
  width: -moz-fit-content;
  width: fit-content;
}

.lity-container .lity-content {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.lity-content {
  padding: 4% 3%;
  background-color: #ffffff;
}

.lity-image img {
  height: 80vh;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 769px) {
  .lity-image img {
    height: auto;
  }
}
.lity {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

/* ///// Font ///////////////////////////////// */
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "LINE SEED";
  src: url("../font/LINESeedJP_OTF_Rg.woff") format("woff"), url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "LINE SEED";
  src: url("../font/LINESeedJP_OTF_Bd.woff") format("woff"), url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: "LINE SEED";
  src: url("../font/LINESeedJP_OTF_Eb.woff") format("woff"), url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2");
}
/* ///// Variables ///////////////////////////////// */
:root {
  /* --- Font --- */
  --font-family-base:"LINE SEED", sans-serif;
  /* --- General / Page Layout --- */
  --page-text:#000000;
  --page-textAccent:#119bc5;
  --page-background:#e4e6ef;
  --container-background:#ffffff;
  --modal-scrollbar-background:#00000067;
  /* --- Page Top Back Link --- */
  --pageTopBack-background:#ffffff;
  --pageTopBack-text:#000000;
  --pageTopBack-border:#adadad;
  /* --- Global Nav --- */
  --globalNav-background:#000000;
  --globalNav-text:#ffffff;
  --globalNav-divider:#ffffff;
  --globalNav-spMenu-backgroundArea:#ffffff67;
  /* --- Button --- */
  --button-primary-background:#e5458b;
  --button-primary-text:#ffffff;
  /* --- Fair Card --- */
  --fairCard-background:#ffffff;
  --fairCard-text:#000000;
  --fairCard-title-background:#000000;
  --fairCard-title-text:#ffffff;
  --fairCard-label-background:#def0f5;
  --fairCard-label-text:#0061cf;
  --fairCard-labelAccent-background:#e5f5de;
  --fairCard-labelAccent-text:#39833d;
  --fairCard-attention-text:#6d6e70;
  /* --- Service Slider --- */
  --serviceSlider-content-background:#ffffff;
  --serviceSlider-content-border:#000000;
  --serviceSlider-heading-background:#000000;
  --serviceSlider-heading-text:#ffffff;
  /* --- Tables --- */
  --table-default-border:#000000;
  --campaignTable-header-background:#bfe4e1;
  --shopInfo-header-background-base:#000000;
  --shopInfo-header-background-melonbooks:#31aa6e;
  --shopInfo-header-background-lashinban:#00b8ff;
  --shopInfo-header-background-animate:#3355af;
  --shopInfo-header-text:#ffffff;
}

/* ///// Foundation ///////////////////////////////// */
/* --- Base Tags --- */
.b-body {
  position: relative;
}

* {
  box-sizing: border-box;
}

div {
  width: 100%;
}

p,
a {
  color: var(--page-text);
  font-weight: 400;
  font-size: clamp(14px, 1.8vw, 24px);
  line-height: 1.4;
  font-family: var(--font-family-base);
  letter-spacing: 0.05rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  font-feature-settings: "palt";
}

/* --- Links --- */
a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

a[href=""] {
  pointer-events: none;
}

/* --- Lity Trigger --- */
[data-lity] {
  cursor: pointer;
}

[data-lity]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

/* ///// Layout ///////////////////////////////// */
/* --- Body --- */
.b-body {
  width: 100%;
  background-color: var(--page-background);
}

/* --- Main Area --- */
.b-main {
  padding-bottom: 3rem;
}

@media (min-width: 1280px) {
  .b-main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (min-width: 2560px) {
  :root {
    font-size: 195%;
  }
  .b-main {
    max-width: 2000px;
  }
}
/* --- Section Wrapper --- */
.b-sectionWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 1.5rem;
  gap: 1.5rem;
}

@media (min-width: 769px) {
  .b-sectionWrapper {
    padding-top: 3rem;
    gap: 3rem;
  }
}
/* --- Section --- */
.b-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.7rem;
}

@media (min-width: 769px) {
  .b-section {
    gap: 1rem;
  }
}
/* --- Container --- */
.b-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.b-container--bg {
  background-color: var(--container-background);
}

.b-container--short {
  padding-block: 1.25rem;
  padding-inline: 0.63rem;
  gap: 1.25rem;
}

@media (min-width: 769px) {
  .b-container--short {
    padding-block: 2.5rem;
    padding-inline: 3.75rem;
  }
}
.b-container--middle {
  padding-block: 1.25rem;
  padding-inline: 0.63rem;
  gap: 2.5rem;
}

@media (min-width: 769px) {
  .b-container--middle {
    padding-block: 2.5rem;
    padding-inline: 3.75rem;
  }
}
/* ///// Attention ///////////////////////////////// */
.b-attention p {
  margin-top: 0.4em;
  margin-left: 1em;
  color: var(--fairCard-attention-text);
  font-weight: 700;
  font-size: 0.69rem;
  line-height: 1.2;
  text-indent: -1em;
  word-break: break-all;
}

@media (min-width: 769px) {
  .b-attention p {
    font-size: 0.9rem;
  }
}
.b-attention p::before {
  content: "※";
}

.b-attention--center p {
  text-align: center;
}

/* ///// Button ///////////////////////////////// */
.b-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
  height: auto;
  border-radius: 5px;
  background-color: var(--button-primary-background);
  color: var(--button-primary-text);
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 24px);
  text-decoration: none;
  text-align: center;
  text-box: trim-both cap alphabetic;
  padding-block: 1rem;
  padding-inline: 1.5rem;
}

.b-button::after {
  clip-path: path("M4.38647 6.22536L0.143799 1.9827L1.35599 0.770523L6.81081 6.22536L1.35599 11.6801L0.143799 10.468L4.38647 6.22536Z");
  position: absolute;
  top: 50%;
  right: 1.88rem;
  transform: translate(0, -50%);
  width: 0.5rem;
  background-color: var(--button-primary-text);
  content: "";
  -webkit-clip-path: path("M4.38647 6.22536L0.143799 1.9827L1.35599 0.770523L6.81081 6.22536L1.35599 11.6801L0.143799 10.468L4.38647 6.22536Z");
  aspect-ratio: 7/12;
}

/* ///// Card ///////////////////////////////// */
/* --- Fair Card --- */
.b-fairCard {
  display: flex;
  flex-direction: column;
  margin-top: -2rem;
}

.e-fairCard__title {
  position: relative;
  top: 2.5rem;
  width: 80%;
  min-width: 45%;
  background: var(--fairCard-title-background);
  color: var(--fairCard-title-text);
  font-weight: 800;
  font-size: clamp(16px, 16px + 16 * (100vw - 320px) / 680, 32px);
  line-height: 1.2;
  padding-inline: 1rem;
  padding-block: 1rem;
  text-box: trim-both cap alphabetic;
}

@media (min-width: 769px) {
  .e-fairCard__title {
    top: 2rem;
    padding-inline: 1.5rem;
    padding-block: 1.5rem;
  }
}
.e-fairCard__contentBlock {
  display: grid;
  margin-top: 1.5rem;
  background: var(--fairCard-background);
  color: var(--fairCard-text);
  line-height: 1.5;
  padding-inline: 1rem;
  padding-block: 3rem 2.5rem;
  grid-template: "pic" "text" "more";
  gap: 2rem;
}

@media (min-width: 769px) {
  .e-fairCard__contentBlock {
    grid-template: "pic text" "more more"/45% 1fr;
    padding-inline: 3rem;
    padding-block: 4rem 3.5rem;
  }
}
.e-fairCard__banner {
  width: 100%;
  grid-area: pic;
}

.e-fairCard__textBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  grid-area: text;
  gap: 1rem;
}

.e-fairCard__text {
  font-weight: 700;
  font-size: clamp(14px, 16px + 16 * (100vw - 320px) / 680, 24px);
  letter-spacing: 0.01rem;
}

.e-fairCard__text--small {
  font-size: clamp(14px, 1.8vw, 16px);
}

.e-fairCard__imgWrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 769px) {
  .e-fairCard__imgWrap {
    flex-direction: row;
  }
}
.e-fairCard__periodItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 0.4rem;
  color: var(--fairCard-text);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  white-space: nowrap;
  gap: 0.3rem;
}

.e-fairCard__periodLabel {
  min-width: 50px;
  margin-right: 0.5rem;
  padding: 0.1rem 0.5rem;
  border-radius: 3px;
  background-color: var(--fairCard-label-background);
  color: var(--fairCard-label-text);
  font-weight: 700;
  font-size: clamp(14px, 14px + 2 * (100vw - 320px) / 680, 16px);
  text-align: center;
}

.e-fairCard__periodLabel--accent {
  background-color: var(--fairCard-labelAccent-background);
  color: var(--fairCard-labelAccent-text);
}

.e-fairCard__periodDate {
  flex: 1;
}

.e-fairCard__btn {
  grid-area: more;
}

/* --- Campaign Table --- */
.b-campaignTable th,
.b-campaignTable td {
  padding: 8px 12px;
  border: 1px solid var(--table-default-border);
  font-weight: bold;
  font-size: clamp(14px, 1.8vw, 18px);
  text-align: left;
}

.b-campaignTable thead th {
  background-color: var(--campaignTable-header-background);
}

/* --- Fair List --- */
.b-fairList {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.e-fairList__item {
  width: calc(50% - 0.5rem);
}

@media (min-width: 769px) {
  .e-fairList__item {
    width: calc(33.3333333333% - 0.6666666667rem);
  }
}
/* ///// Slider ///////////////////////////////// */
/* --- Service Slider --- */
.swiper.b-serviceSlider {
  width: 100%;
  overflow: hidden;
}

.swiper.b-serviceSlider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  transform: scale(0.85);
  width: 85%;
  max-width: 700px;
  height: auto;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

@media (min-width: 768px) {
  .swiper.b-serviceSlider .swiper-slide {
    width: 90%;
  }
}
.swiper.b-serviceSlider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.e-serviceSlider__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--serviceSlider-content-border);
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: var(--serviceSlider-content-background);
  padding-block: 0.88rem;
  padding-inline: 0.75rem;
}

@media (min-width: 769px) {
  .e-serviceSlider__content {
    padding-block: 1.75rem;
    padding-inline: 1.5rem;
  }
}
/* --- Service Slider Elements --- */
.e-serviceSlider__icon {
  width: 1.56rem;
}

@media (min-width: 769px) {
  .e-serviceSlider__icon {
    width: 2.81rem;
  }
}
.e-serviceSlider__heading {
  width: 100%;
  margin: 0;
  margin-top: 0.88rem;
  background: var(--serviceSlider-heading-background);
  color: var(--serviceSlider-heading-text);
  font-weight: bold;
  font-size: 16px;
  font-size: clamp(18px, 2.3vw, 32px);
  line-height: 1.4;
  text-align: center;
  text-box: trim-both cap alphabetic;
  padding-block: 0.94rem;
}

.e-serviceSlider__textWrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  margin-top: 1.13rem;
  gap: 1rem;
}

@media (min-width: 769px) {
  .e-serviceSlider__textWrap {
    gap: 2rem;
  }
}
.e-serviceSlider__imgWrap {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}

.e-serviceSlider__text {
  font-size: clamp(16px, 2.3vw, 22px);
  letter-spacing: 0;
  text-align: center;
}

.e-serviceSlider__imgIconWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  gap: 0.5rem 1rem;
}

@media (min-width: 769px) {
  .e-serviceSlider__imgIconWrap {
    width: 50%;
  }
}
.e-serviceSlider__imgIcon {
  width: calc(25% - 0.75rem);
}

.e-serviceSlider__imgIcon--point {
  width: 35%;
}

/* ///// Utility ///////////////////////////////// */
.u-textHighlight {
  color: var(--page-text);
  font-weight: bold;
}

.u-textCenter {
  text-align: center;
}

.u-textAccent {
  color: var(--page-textAccent);
  font-weight: 900;
}

.e-favoriteNoticeWrap {
  text-align: center;
}

.u-textDecoration01 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  gap: 1rem;
}
.u-textDecoration01::before, .u-textDecoration01::after {
  display: block;
  width: 2px;
  height: 1.5rem;
  background-color: var(--page-text);
  content: "";
}
.u-textDecoration01::before {
  transform: rotate(-45deg);
}
.u-textDecoration01::after {
  transform: rotate(45deg);
}

/* ///// Shop Info ///////////////////////////////// */
.b-shopInfo {
  width: 100%;
  margin-top: 1rem;
}

.b-shopInfo th,
.b-shopInfo td {
  list-style: 1.4;
  width: 25%;
  padding: 1rem 0;
  border-right: solid 1px var(--table-default-border);
  border-bottom: solid 1px var(--table-default-border);
  font-size: clamp(12px, 2.1vw, 18px);
  font-family: var(--font-family-base);
  text-align: center;
  vertical-align: middle;
}

.b-shopInfo th:first-child {
  width: 14%;
}

.b-shopInfo th:nth-of-type(1) {
  background-color: var(--shopInfo-header-background-base);
  color: var(--shopInfo-header-text);
}

.b-shopInfo th:nth-of-type(2) {
  background-color: var(--shopInfo-header-background-melonbooks);
  color: var(--shopInfo-header-text);
}

.b-shopInfo th:nth-of-type(3) {
  background-color: var(--shopInfo-header-background-lashinban);
  color: var(--shopInfo-header-text);
}

.b-shopInfo th:nth-of-type(4) {
  background-color: var(--shopInfo-header-background-animate);
  color: var(--shopInfo-header-text);
}

.e-shopInfo__textSmall {
  font-size: 0.7em;
}

/* ///// Page Top Back Button ///////////////////////////////// */
.b-pageTopBack {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: min(1vw, 30px);
  left: min(1vw, 30px);
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6em 1em 0.6em 2em;
  border: 1px solid var(--pageTopBack-border);
  border-radius: 6px;
  box-sizing: border-box;
  background: no-repeat 0.8em center/0.5em url(../images/icon_top-back.svg), var(--pageTopBack-background);
  color: var(--pageTopBack-text);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-box: trim-both cap alphabetic;
}

@media screen and (max-width: 769px) {
  .b-pageTopBack {
    display: none;
  }
}
/* ///// Global Nav ///////////////////////////////// */
/* --- Anchor Link Adjustment --- */
[id^=n-]:target {
  scroll-margin: 40px;
}

@media (min-width: 769px) {
  [id^=n-]:target {
    scroll-margin: 86px;
  }
}
html:has(input#p_gnav_sp_trigger:checked) {
  overflow: hidden;
  background-color: var(--modal-scrollbar-background);
  scrollbar-gutter: stable;
}

/* --- Nav Base --- */
.b-globalNav {
  position: sticky;
  top: 0;
  z-index: 102;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 769px) {
  .b-globalNav {
    position: absolute;
    left: 0;
    height: 100%;
    pointer-events: none;
  }
}
@media (max-width: 769px) {
  #n-pagetop {
    padding-top: 40px;
    transition: 0.3s;
  }
}
.e-globalNav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--globalNav-background);
  padding-block: 1.5rem;
}

@media (max-width: 769px) {
  .e-globalNav__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1;
    width: 70%;
    height: 100%;
    padding-top: 20%;
    transition: 0.5s;
    gap: 5%;
    pointer-events: auto;
  }
}
@media (max-width: 769px) {
  .b-globalNav:has(#p_gnav_sp_trigger:checked) .e-globalNav__inner {
    right: 0;
  }
}
/* --- Nav Menu --- */
.e-globalNav__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2.5rem;
}

@media (min-width: 770px) {
  .e-globalNav__menu {
    flex-direction: row;
    gap: 2rem;
  }
}
.e-globalNav__menu span {
  position: relative;
  line-height: 1;
}

.e-globalNav__menu span:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translatey(-50%);
  height: 2rem;
  border-left: solid 2px var(--globalNav-divider);
  content: "";
}

@media (max-width: 769px) {
  .e-globalNav__menu span:not(:last-child)::after {
    display: none;
  }
}
.e-globalNav__menu a {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--globalNav-text);
  font-weight: 900;
  font-size: clamp(14px, 1.8vw, 20px);
  line-height: 1.2;
  font-family: var(--font-family-base);
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

.e-globalNav__menu a img {
  width: auto;
  height: 1.69rem;
  filter: invert(65%) sepia(96%) saturate(679%) hue-rotate(164deg) brightness(81%) contrast(94%);
}

@media (min-width: 769px) {
  a.e-globalNav__link--small {
    font-size: 1rem;
  }
}
@media (max-width: 769px) {
  .e-globalNav__menu a {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
    white-space: break-spaces;
  }
}
.e-globalNav__menu a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

/* --- SP Nav --- */
@media (max-width: 769px) {
  .e-globalNav__spNav {
    display: contents;
  }
  .e-globalNav__spHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-bottom: solid 1px var(--page-text);
    /* Fallback for .text-base-con */
    background-color: var(--globalNav-background);
    transition: 0.5s;
    pointer-events: auto;
  }
  .b-globalNav:has(#p_gnav_sp_trigger:checked) .e-globalNav__spHeader {
    position: relative;
    z-index: -1;
  }
  /* Hamburger Button */
  :is(.e-globalNav__spOpenButton, .e-globalNav__spCloseButton) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    right: 0;
    z-index: 2;
    width: 25px;
    height: 40px;
    margin-left: auto;
    pointer-events: auto;
  }
  :is(.e-globalNav__spOpenButton, .e-globalNav__spCloseButton) span,
  :is(.e-globalNav__spOpenButton, .e-globalNav__spCloseButton) span::before,
  :is(.e-globalNav__spOpenButton, .e-globalNav__spCloseButton) span::after {
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: var(--globalNav-text);
    transition: 0.3s;
  }
  :is(.e-globalNav__spOpenButton, .e-globalNav__spCloseButton) span::before,
  :is(.e-globalNav__spOpenButton, .e-globalNav__spCloseButton) span::after {
    position: absolute;
    content: "";
  }
  :is(.e-globalNav__spOpenButton, .e-globalNav__spCloseButton) span::before {
    top: 10px;
  }
  :is(.e-globalNav__spOpenButton, .e-globalNav__spCloseButton) span::after {
    top: 28px;
  }
  .e-globalNav__spCloseButton {
    opacity: 0;
  }
  .b-globalNav:has(#p_gnav_sp_trigger:checked) .e-globalNav__spCloseButton {
    opacity: 1;
  }
  .b-globalNav:has(#p_gnav_sp_trigger:checked) .e-globalNav__spCloseButton span {
    background-color: initial;
  }
  .b-globalNav:has(#p_gnav_sp_trigger:checked) .e-globalNav__spCloseButton span::before,
  .b-globalNav:has(#p_gnav_sp_trigger:checked) .e-globalNav__spCloseButton span::after {
    top: 25px;
    right: 10px;
  }
  .b-globalNav:has(#p_gnav_sp_trigger:checked) .e-globalNav__spCloseButton span::before {
    transform: rotate(45deg);
  }
  .b-globalNav:has(#p_gnav_sp_trigger:checked) .e-globalNav__spCloseButton span::after {
    transform: rotate(-45deg);
  }
  .b-globalNav:has(#p_gnav_sp_trigger:checked) .e-globalNav__spCloseButton {
    position: fixed;
    top: 0;
    right: 0;
    background-color: inherit;
  }
  /* Background Overlay */
  .b-globalNav:has(#p_gnav_sp_trigger:checked) .e-globalNav__spBackground {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--globalNav-spMenu-backgroundArea);
    transition: 0.5s;
    pointer-events: auto;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
}
/* Checkbox Trigger */
#p_gnav_sp_trigger {
  display: none;
}

/* ///// Responsive Utilities ///////////////////////////////// */
.sp {
  display: none;
}

.pc {
  display: block;
}

.br_pc {
  display: block;
}

@media (max-width: 769px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .br {
    display: block;
  }
  .br_pc {
    display: none;
  }
}