@charset "UTF-8";
/*
  LP style
*/
/* var */
:root {
  /* color */
  --color-text: #666e73;
  --color-text-bk: #231815;
  --color-blue: #005787;
  --color-pink: #f08f99;
  --color-pink-light: #fadbe8;
  --color-gray: #EDF6F3;
  --font-size-9: 0.5625rem;
  --font-size-10: 0.625rem;
  --font-size-11: 0.6875rem;
  --font-size-12: 0.75rem;
  --font-size-13: 0.8125rem;
  --font-size-14: 0.875rem;
  --font-size-15: 0.9375rem;
  --font-size-16: 1rem;
  --font-size-17: 1.0625rem;
  --font-size-18: 1.125rem;
  --font-size-19: 1.1875rem;
  --font-size-20: 1.25rem;
  --font-size-21: 1.3125rem;
  --font-size-22: 1.375rem;
  --font-size-23: 1.4375rem;
  --font-size-24: 1.5rem;
  --font-size-25: 1.5625rem;
  --font-size-26: 1.625rem;
  --font-size-27: 1.6875rem;
  --font-size-28: 1.75rem;
  --font-size-29: 1.8125rem;
  --font-size-30: 1.875rem;
  --font-size-31: 1.9375rem;
  --font-size-32: 2rem;
  --font-size-33: 2.0625rem;
  --font-size-34: 2.125rem;
  --font-size-35: 2.1875rem;
  --font-size-36: 2.25rem;
  --font-size-37: 2.3125rem;
  --font-size-38: 2.375rem;
  --font-size-39: 2.4375rem;
  --font-size-40: 2.5rem;
  --font-size-41: 2.5625rem;
  --font-size-42: 2.625rem;
  --font-size-43: 2.6875rem;
  --font-size-44: 2.75rem;
  --font-size-45: 2.8125rem;
  --font-size-46: 2.875rem;
  --font-size-47: 2.9375rem;
  --font-size-48: 3rem;
  --font-size-49: 3.0625rem;
  --font-size-50: 3.125rem;
  --font-size-51: 3.1875rem;
  --font-size-52: 3.25rem;
  --font-size-53: 3.3125rem;
  --font-size-54: 3.375rem;
  --font-size-55: 3.4375rem;
  --font-size-56: 3.5rem;
  --font-size-57: 3.5625rem;
  --font-size-58: 3.625rem;
  --font-size-59: 3.6875rem;
  --font-size-60: 3.75rem;
}

button:focus-visible {
  outline: auto;
}

a:focus-visible {
  outline: auto;
}

.wrap {
  line-height: 1.4;
}

/* utility */
.u-font-dela {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 768px) {
  .u-show-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hide-sp {
    display: none !important;
  }
}

.u-mt4 {
  margin-top: min(4px, 1.2307692308vw) !important;
}

.u-mt8 {
  margin-top: min(8px, 2.4615384615vw) !important;
}

.u-mt12 {
  margin-top: min(12px, 3.6923076923vw) !important;
}

.u-mt16 {
  margin-top: min(16px, 4.9230769231vw) !important;
}

.u-mt20 {
  margin-top: min(20px, 6.1538461538vw) !important;
}

.u-mt24 {
  margin-top: min(24px, 7.3846153846vw) !important;
}

.u-mt28 {
  margin-top: min(28px, 8.6153846154vw) !important;
}

.u-mt32 {
  margin-top: min(32px, 9.8461538462vw) !important;
}

.u-mt36 {
  margin-top: min(36px, 11.0769230769vw) !important;
}

.u-mt40 {
  margin-top: min(40px, 12.3076923077vw) !important;
}

.u-mt44 {
  margin-top: min(44px, 13.5384615385vw) !important;
}

.u-mt48 {
  margin-top: min(48px, 14.7692307692vw) !important;
}

.u-mt52 {
  margin-top: min(52px, 16vw) !important;
}

.u-mt56 {
  margin-top: min(56px, 17.2307692308vw) !important;
}

.u-mt60 {
  margin-top: min(60px, 18.4615384615vw) !important;
}

.u-mt64 {
  margin-top: min(64px, 19.6923076923vw) !important;
}

.u-mt68 {
  margin-top: min(68px, 20.9230769231vw) !important;
}

.u-mt72 {
  margin-top: min(72px, 22.1538461538vw) !important;
}

.u-mt76 {
  margin-top: min(76px, 23.3846153846vw) !important;
}

.u-mt80 {
  margin-top: min(80px, 24.6153846154vw) !important;
}

/* contents */
.l-lp-contents {
  background: url(../../img/contents/bg.png) center top;
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--font-size-16);
  font-style: normal;
  font-weight: 500;
}

.c-inner {
  margin: 0 auto;
  padding: 0 32px;
  max-width: 1504px;
}
@media screen and (max-width: 1023px) {
  .c-inner {
    padding: 0 20px;
  }
}

/* btn */
.c-btn {
  align-items: center;
  background-color: var(--color-text);
  border-radius: 24px;
  color: #e7e3b0;
  display: flex;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  max-width: 320px;
  position: relative;
  transition: all 0.2s ease;
  width: 100%;
}
.c-btn:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* mv */
.l-lp-mv {
  height: calc(100vh - 66px);
  position: relative;
}
.l-lp-mv .c-lp-mv-top {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  padding-top: 8vh;
  position: relative;
}
.l-lp-mv .c-lp-mv-img {
  max-width: 650px;
  width: 52.26%;
}
.l-lp-mv .c-lp-mv-img img {
  max-height: 570px;
}
.l-lp-mv .c-lp-mv-heading {
  max-width: 594px;
  padding-left: 24px;
  width: 47.74%;
}
.l-lp-mv .c-lp-mv-heading .c-lp-heading-date {
  margin: 8% auto;
  width: 57.07%;
}
.l-lp-mv .c-lp-mv-heading .c-lp-heading-text {
  color: var(--color-blue);
  font-size: var(--font-size-20);
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.6;
}
.l-lp-mv .c-lp-mv-bottom .c-lp-mv-bottom-scroll {
  bottom: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(6px);
}
.l-lp-mv .c-lp-mv-bottom .c-lp-mv-bottom-scroll .c-lp-mv-bottom-scroll-icon {
  border: 1px solid var(--color-text-bk);
  border-radius: 8px;
  display: block;
  height: 30px;
  margin: 0 auto;
  position: relative;
  width: 15px;
}
.l-lp-mv .c-lp-mv-bottom .c-lp-mv-bottom-scroll .c-lp-mv-bottom-scroll-icon:before {
  -webkit-animation: scroll-down 2s infinite;
          animation: scroll-down 2s infinite;
  background-color: var(--color-text-bk);
  content: "";
  height: 100%;
  left: 6px;
  position: absolute;
  top: -8px;
  width: 1px;
}
.l-lp-mv .c-lp-mv-bottom .c-lp-mv-bottom-scroll .c-lp-mv-bottom-scroll-text {
  color: var(--color-text-bk);
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .l-lp-mv {
    height: auto;
    min-height: calc(100vh - 50px);
    padding-bottom: 80px;
  }
  .l-lp-mv .c-lp-mv-top {
    display: block;
    padding-top: 0;
  }
  .l-lp-mv .c-lp-mv-img {
    left: -6%;
    max-width: none;
    position: relative;
    width: 101%;
  }
  .l-lp-mv .c-lp-mv-img img {
    max-height: none;
  }
  .l-lp-mv .c-lp-mv-heading {
    margin: 24px auto 0;
    max-width: 320px;
    padding-left: 0;
    width: 100%;
  }
  .l-lp-mv .c-lp-mv-heading .c-lp-heading-text {
    font-size: var(--font-size-10);
  }
}

@-webkit-keyframes scroll-down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes scroll-down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* contents */
.c-lp-contents {
  padding-bottom: 98px;
  padding-top: 100px;
  position: relative;
}
.c-lp-contents .c-lp-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.c-lp-contents .c-lp-nav .c-lp-nav-item {
  display: block;
  width: 327px;
}
.c-lp-contents .c-lp-contents-inner {
  background-color: #FFF;
  border: 5px solid var(--color-pink-light);
  border-radius: 50px;
  margin-inline: auto;
  max-width: 918px;
  padding: 72px 62px 40px;
  position: relative;
  width: 100%;
}
.c-lp-contents .c-lp-contents-inner .c-lp-contents-side-heading {
  left: 50%;
  margin-left: -457px;
  position: absolute;
  top: 70px;
  translate: -50% 0;
  width: 40px;
}
.c-lp-contents .c-lp-contents-inner .c-lp-contents-side-heading-en {
  align-items: center;
  display: flex;
  height: 582px;
  margin-right: -457px;
  position: absolute;
  right: 50%;
  top: 70px;
  translate: 50% 0;
  width: 37px;
}
.c-lp-contents .c-lp-contents-inner.is-fixed .c-lp-contents-side-heading,
.c-lp-contents .c-lp-contents-inner.is-fixed .c-lp-contents-side-heading-en {
  position: fixed;
  top: calc(50% + 60px);
}
.c-lp-contents .c-lp-contents-inner.is-fixed .c-lp-contents-side-heading {
  translate: -50% -50%;
}
.c-lp-contents .c-lp-contents-inner.is-fixed .c-lp-contents-side-heading-en {
  translate: 50% -50%;
}
.c-lp-contents .c-lp-contents-inner.is-bottom .c-lp-contents-side-heading,
.c-lp-contents .c-lp-contents-inner.is-bottom .c-lp-contents-side-heading-en {
  bottom: 80px;
  top: auto;
}
.c-lp-contents .c-lp-contents-inner.is-bottom .c-lp-contents-side-heading {
  translate: -50% 0;
}
.c-lp-contents .c-lp-contents-inner.is-bottom .c-lp-contents-side-heading-en {
  translate: 50% 0;
}
.c-lp-contents .c-lp-contents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 8.2%;
  margin-bottom: 80px;
}
.c-lp-contents .c-lp-contents-item {
  border-bottom: 2px solid var(--color-text-bk);
  width: 45.9%;
}
.c-lp-contents .c-lp-contents-item .c-lp-contents-item-body {
  text-align: left;
}
.c-lp-contents .c-lp-contents-item .c-lp-contents-item-body p {
  font-size: var(--font-size-12);
}
.c-lp-contents .c-lp-contents-item .c-lp-contents-item-body p:not(:first-of-type) {
  margin-top: 4px;
}
.c-lp-contents .c-lp-contents-item .c-lp-contents-item-body p span {
  font-size: var(--font-size-10);
}
.c-lp-contents .c-lp-contents-item .c-lp-contents-item-body p.c-lp-contents-item-name:before {
  content: "・";
}
.c-lp-contents .c-lp-contents-item .c-lp-contents-item-body .c-lp-contents-item-body-bottom {
  align-items: center;
  border-top: 1px solid var(--color-text);
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: 12px;
  padding-bottom: 12px;
  padding-top: 8px;
  position: relative;
}
.c-lp-contents .c-lp-contents-item .c-lp-contents-item-body .c-lp-contents-item-body-bottom p:first-of-type {
  white-space: nowrap;
}
.c-lp-contents .c-lp-contents-item .c-lp-contents-item-body .c-lp-contents-item-body-bottom p.c-lp-contents-item-shop-name {
  font-size: var(--font-size-14);
  line-height: 1;
  text-align: right;
}
.c-lp-contents .c-lp-contents-item .c-lp-contents-item-body .c-lp-contents-item-body-bottom p.c-lp-contents-item-shop-name a {
  color: var(--color-text);
}
.c-lp-contents .c-lp-contents-item .c-lp-contents-item-body .c-lp-contents-item-body-bottom .c-lp-contents-item-body-label {
  bottom: 100%;
  position: absolute;
  right: 20px;
  translate: 0 6px;
  width: 59px;
}
.c-lp-contents .c-lp-contents-item .c-lp-contents-item-body .c-lp-contents-item-body-bottom .c-lp-contents-item-body-label.-right {
  right: 0;
}
.c-lp-contents .c-lp-contents-3coins {
  margin-bottom: 40px;
  margin-inline: auto;
  position: relative;
  width: 330px;
}
.c-lp-contents .c-lp-contents-3coins p {
  left: 50%;
  position: absolute;
  top: 77%;
  translate: -51% 0;
}
.c-lp-contents .c-lp-contents-3coins p a {
  color: var(--color-text);
  display: block;
  font-size: var(--font-size-14);
  font-weight: 700;
}
.c-lp-contents .c-lp-contents-3coins p span {
  display: block;
  font-size: var(--font-size-11);
}
@media screen and (max-width: 917px) {
  .c-lp-contents {
    margin-bottom: -50px;
    padding-bottom: 0;
    padding-top: 24px;
  }
  .c-lp-contents .c-lp-nav {
    margin-bottom: 40px;
  }
  .c-lp-contents .c-lp-contents-inner {
    border-width: 10px;
    border-radius: 50px;
    left: -30px;
    padding: 56px 24px 24px;
    position: relative;
    width: calc(100vw + 20px);
  }
  .c-lp-contents .c-lp-contents-inner .c-lp-contents-side-heading,
.c-lp-contents .c-lp-contents-inner .c-lp-contents-side-heading-en {
    display: none;
  }
  .c-lp-contents .c-lp-contents-list {
    margin-bottom: 80px;
  }
  .c-lp-contents .c-lp-contents-item {
    width: 100%;
  }
  .c-lp-contents .c-lp-contents-item .c-lp-contents-item-img img {
    max-width: 400px;
  }
  .c-lp-contents .c-lp-contents-item .c-lp-contents-item-body p {
    font-size: var(--font-size-11);
  }
  .c-lp-contents .c-lp-contents-item .c-lp-contents-item-body p span {
    font-size: var(--font-size-9);
  }
  .c-lp-contents .c-lp-contents-item .c-lp-contents-item-body .c-lp-contents-item-body-bottom p.c-lp-contents-item-shop-name {
    font-size: var(--font-size-12);
  }
  .c-lp-contents .c-lp-contents-item .c-lp-contents-item-body .c-lp-contents-item-body-bottom .c-lp-contents-item-body-label {
    right: 0;
    width: 50px;
  }
}

/* event */
.c-lp-event {
  background-color: var(--color-gray);
  padding: 52px 0 72px;
}

.c-lp-event-header .c-lp-event-heading {
  margin: 0 auto 40px;
  max-width: 737px;
}
.c-lp-event-list {
  display: flex;
  gap: 7.4%;
  justify-content: center;
}

.c-lp-event-item {
  background-color: #FFF;
  border-bottom: 1px solid var(--color-blue);
  max-width: 532px;
  padding-bottom: 112px;
  position: relative;
  text-align: left;
  width: 46.3%;
}
.c-lp-event-item:after {
  background-color: var(--color-blue);
  border-radius: 0 26px 26px 0;
  content: "";
  height: 52px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 26px;
}
.c-lp-event-item h3 {
  display: flex;
  height: 52px;
  position: relative;
}
.c-lp-event-item h3 .c-lp-event-heading-num {
  background-color: var(--color-pink);
  color: var(--color-blue);
  font-size: var(--font-size-12);
  font-weight: 500;
  height: 52px;
  letter-spacing: 2px;
  line-height: 52px;
  text-align: center;
  width: 136px;
}
.c-lp-event-item h3 .c-lp-event-heading-title {
  background-color: var(--color-blue);
  color: #FFF;
  font-size: var(--font-size-24);
  font-weight: 500;
  height: 52px;
  letter-spacing: 2px;
  line-height: 52px;
  padding: 0 20px;
  text-align: left;
  white-space: nowrap;
  width: calc(100% - 136px);
}
.c-lp-event-item .c-lp-event-top {
  display: flex;
  padding: 20px 24px 0;
}
.c-lp-event-item .c-lp-event-top.-bottom {
  align-items: flex-end;
}
.c-lp-event-item .c-lp-event-top .c-lp-event-top-text {
  padding-right: 8px;
  width: calc(100% - 142px);
}
.c-lp-event-item .c-lp-event-top .c-lp-event-top-text p {
  color: var(--color-blue);
  font-size: var(--font-size-14);
  line-height: 1.7;
  margin-bottom: 16px;
}
.c-lp-event-item .c-lp-event-top .c-lp-event-top-text p em {
  color: var(--color-pink);
  font-size: var(--font-size-19);
  font-style: normal;
  line-height: 1.4;
}
.c-lp-event-item .c-lp-event-top .c-lp-event-top-img {
  width: 142px;
}
.c-lp-event-item .c-lp-event-bottom {
  border-top: 2px dotted var(--color-blue);
  margin: 0 24px;
  padding-top: 8px;
}
.c-lp-event-item .c-lp-event-bottom p {
  color: var(--color-blue);
  font-size: var(--font-size-14);
}
.c-lp-event-item .c-lp-event-bottom p span {
  font-size: var(--font-size-11);
}
.c-lp-event-item .c-lp-event-btn {
  background-color: #FFF;
  border: 1px solid var(--color-blue);
  border-radius: 26px;
  bottom: 28px;
  color: var(--color-blue);
  display: block;
  font-size: var(--font-size-12);
  font-weight: 700;
  height: 52px;
  left: 50%;
  letter-spacing: 2px;
  line-height: 52px;
  margin-inline: auto;
  max-width: 328px;
  position: absolute;
  text-align: center;
  translate: -50% 0;
  transition: all 0.1s linear;
  width: 100%;
}
.c-lp-event-item .c-lp-event-btn i img {
  height: 14px;
  position: absolute;
  right: 26px;
  top: 50%;
  translate: 0 -50%;
  width: 8px;
}
.c-lp-event-item .c-lp-event-btn:hover {
  background-color: var(--color-gray);
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .c-lp-event-item h3 .c-lp-event-heading-num {
    font-size: var(--font-size-11);
    width: 120px;
  }
  .c-lp-event-item h3 .c-lp-event-heading-title {
    font-size: var(--font-size-19);
    padding: 0 12px;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1023px) {
  .c-lp-event {
    padding: 80px 0 40px;
  }
  .c-lp-event-list {
    flex-wrap: wrap;
    gap: 36px;
    justify-content: flex-start;
    left: -20px;
    position: relative;
    width: 100vw;
  }
  .c-lp-event-item {
    max-width: none;
    width: calc(100% - 32px);
  }
  .c-lp-event-item:after {
    border-radius: 0 16px 16px 0;
    height: 32px;
    width: 16px;
  }
  .c-lp-event-item h3 {
    height: 32px;
  }
  .c-lp-event-item h3 .c-lp-event-heading-num {
    font-size: var(--font-size-9);
    height: 32px;
    line-height: 32px;
    width: 92px;
  }
  .c-lp-event-item h3 .c-lp-event-heading-title {
    font-size: var(--font-size-15);
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    width: calc(100% - 92px);
  }
  .c-lp-event-item .c-lp-event-top {
    padding: 16px 20px 0;
  }
  .c-lp-event-item .c-lp-event-top .c-lp-event-top-text {
    padding-right: 8px;
    width: 70%;
  }
  .c-lp-event-item .c-lp-event-top .c-lp-event-top-text p {
    font-size: var(--font-size-11);
  }
  .c-lp-event-item .c-lp-event-top .c-lp-event-top-text p em {
    font-size: var(--font-size-14);
  }
  .c-lp-event-item .c-lp-event-top .c-lp-event-top-img {
    width: 30%;
  }
  .c-lp-event-item .c-lp-event-bottom {
    margin: 0 20px;
  }
  .c-lp-event-item .c-lp-event-bottom p {
    font-size: var(--font-size-11);
  }
  .c-lp-event-item .c-lp-event-bottom p span {
    font-size: var(--font-size-9);
  }
}
/* attention */
.c-lp-attention {
  margin: 0 auto;
  max-width: 998px;
  padding: 24px 0;
  text-align: left;
}
.c-lp-attention p {
  color: var(--color-text-bk);
  font-size: var(--font-size-9);
}
/*# sourceMappingURL=style.css.map */