.xsp-br {
  display: none;
}
@media screen and (max-width: 499px) {
  .xsp-br {
    display: block;
  }
}
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}
.pc-br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}
.pc-sp-br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-sp-br {
    display: none;
  }
}
.pc-xsp-br {
  display: block;
}
@media screen and (max-width: 499px) {
  .pc-xsp-br {
    display: none;
  }
}
html,
body {
  font-family: "Kiwi Maru", "Shippori Mincho", serif;
}
body {
  overflow-x: hidden;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
}
html {
  line-height: 1.5;
  color: #333;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  background-color: #12152e;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
img {
  width: 100%;
  height: auto;
}
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.l-section {
  width: 100%;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 499px) {
  .l-section {
    background-color: #12152e;
  }
}
.l-section .l-section__container {
  width: 100%;
  margin: 0 auto;
  background-color: #12152e;
  position: relative;
}
.l-section .l-section__container-no-bg {
  background-color: transparent;
}
.l-section.--no-padding {
  padding: 0;
}
.l-section.--px-0 {
  padding-left: 0;
  padding-right: 0;
}
.l-section.--bg .l-section__container {
  background-image: url(../images/main-bg.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-section.--bg-green {
  background-color: #01934b;
}
.l-mobile-container {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  max-width: 512px;
}
@media (max-width: 512px) {
  .l-mobile-container {
    border-left: unset;
    border-right: unset;
  }
}
.swiper-pagination-progressbar {
  background-color: #e2bc81 !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #bf261c !important;
}
.c-annotation-circle-animation {
  animation-name: rotate-animation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-annotation-circle-animation-arrow {
  animation-name: circle-animation-arrow;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-spin-a {
  animation-name: animate-spin-a;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-spin-b {
  animation-name: animate-spin-a;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-scale-a {
  animation-name: animate-scale;
  animation-duration: 2s;
  animation-delay: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.55, 0.25, 0.49, 0.8);
}
.c-animate-scale-b {
  animation-name: animate-scale;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.55, 0.25, 0.49, 0.8);
}
.c-animate-scale-c {
  animation-name: animate-scale;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.55, 0.25, 0.49, 0.8);
}
.c-animate-scale-d {
  animation-name: animate-scale;
  animation-duration: 3s;
  animation-delay: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.55, 0.25, 0.49, 0.8);
}
.c-animate-floating-a {
  animation-name: animate-floating-a;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-floating-a.--timing-a {
  animation-delay: 0;
}
.c-animate-floating-a.--timing-b {
  animation-delay: -0.3s;
}
.c-animate-floating-a.--timing-c {
  animation-delay: -0.5s;
}
.c-animate-floating-b {
  animation-name: animate-floating-b;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-floating-b.--timing-a {
  animation-delay: 0;
}
.c-animate-floating-b.--timing-b {
  animation-delay: -0.3s;
}
.c-animate-floating-b.--timing-c {
  animation-delay: -0.5s;
}
.c-animate-floating-c {
  animation-name: animate-floating-c;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-floating-c.--timing-a {
  animation-delay: 0;
}
.c-animate-floating-c.--timing-b {
  animation-delay: -1.1s;
}
.c-animate-floating-c.--timing-c {
  animation-delay: -0.5s;
}
.c-animate-floating-d {
  animation-name: animate-floating-d;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-floating-d.--timing-a {
  animation-delay: 0;
}
.c-animate-floating-d.--timing-b {
  animation-delay: -0.3s;
}
.c-animate-floating-d.--timing-c {
  animation-delay: -0.5s;
}
.c-animate-floating-e {
  animation-name: animate-floating-d;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-rotate-a {
  animation-name: animate-rotate-a;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-rotate-b {
  animation-name: animate-rotate-b;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-rotate-c {
  animation-name: animate-rotate-b;
  animation-duration: 3.2s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-jump-a {
  animation-name: animate-jump-a;
  animation-duration: 3.2s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.c-animate-jump-b {
  animation-name: animate-jump-a;
  animation-duration: 2.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes animate-spin-a {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(-1);
  }
  70% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes animate-scale {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(0);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes animate-rotate-a {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes animate-rotate-b {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes animate-jump-a {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-3%);
  }
  30% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-5%);
  }
  60% {
    transform: translateY(0);
  }
}
@keyframes animate-floating-a {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(2px);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animate-floating-b {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(4px);
  }
  75% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animate-floating-c {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(6px);
  }
  75% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animate-floating-d {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(0);
  }
}
.c-fv {
  width: 100%;
  position: relative;
  height: 100vh;
}
.c-fv .c-fv__inner {
  position: sticky;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 512px;
  width: 100%;
  margin: 0 auto;
  top: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__inner {
    border: unset;
  }
}
.c-fv .c-fv__inner .c-fv__image-sky {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.c-fv .c-fv__inner .c-fv__image-town {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 15%;
  z-index: 1;
}
.c-fv .c-fv__inner .c-fv__image-town .c-fv__image-town-item {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-fv .c-fv__inner .c-fv__image-animation-group {
  width: 100%;
  padding: 80px 60px;
  overflow: hidden;
  margin-bottom: max(22vh, 330px);
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__inner .c-fv__image-animation-group {
    padding: 32px;
    margin-top: 80px;
    margin-bottom: 64vw;
  }
}
.c-fv .c-fv__inner .c-fv__image-animation-group .c-fv__image-animation {
  position: absolute;
  height: auto;
  object-fit: contain;
  width: 4%;
  z-index: 1;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-1 {
  width: 4%;
  top: 3%;
  left: 3%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-2 {
  width: 4%;
  top: 0.4%;
  left: 25%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-3 {
  width: 2.5%;
  top: 0%;
  left: 44%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-4 {
  width: 5%;
  top: 2%;
  left: 35%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-5 {
  width: 4.6%;
  top: 4%;
  right: 23%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-6 {
  width: 6%;
  top: 5%;
  right: -2%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-7 {
  width: 4%;
  bottom: 3%;
  left: 3%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-8 {
  width: 4%;
  bottom: 5%;
  left: 18%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-9 {
  width: 2.5%;
  bottom: 0%;
  left: 44%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-10 {
  width: 5%;
  bottom: 3%;
  left: 65%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-11 {
  width: 4.6%;
  bottom: 19%;
  right: 8%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-12 {
  width: 6%;
  bottom: 5%;
  right: 5%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-13 {
  width: 3%;
  bottom: 24%;
  left: 5%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-14 {
  width: 7%;
  bottom: 7.6%;
  left: 7%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-14
  .c-fv__image-animation-item {
  display: block;
  transform: rotate(15deg);
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-15 {
  width: 12%;
  top: 0%;
  right: 35%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-15
  .c-fv__image-animation-item {
  display: block;
  transform: rotate(-50deg);
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-16 {
  width: 16%;
  top: 40%;
  left: -5%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-16
  .c-fv__image-animation-item {
  display: block;
  transform: rotate(34deg);
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-17 {
  width: 7%;
  top: 33%;
  right: -3%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-17
  .c-fv__image-animation-item {
  display: block;
  transform: rotate(70deg);
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-18 {
  width: 6%;
  top: 12%;
  left: 10%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-18
  .c-fv__image-animation-item {
  display: block;
  transform: rotate(110deg);
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-19 {
  width: 6.3%;
  bottom: 3%;
  right: 13%;
}
.c-fv
  .c-fv__inner
  .c-fv__image-animation-group
  .c-fv__image-animation.c-fv__image-animation-19
  .c-fv__image-animation-item {
  display: block;
  transform: rotate(4deg);
}
.c-fv .c-fv__inner .c-fv__image-animation-group .c-fv__image-animation-text {
  height: auto;
  object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 499px) {
  .c-fv .c-fv__inner .c-fv__image-animation-group .c-fv__image-animation-text {
    max-height: 40vw;
  }
}
.c-section-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  position: relative;
  z-index: 1;
}
.c-section-text.--center {
  text-align: center;
}
.c-section-text.--large {
  font-size: 18px;
}
.c-section-text.--gold {
  color: #e2bc81;
}
.c-section-text.--lh-2 {
  line-height: 2;
}
.c-christmas-event {
  width: 100%;
  padding-top: 40px;
  position: relative;
  position: sticky;
  top: var(--dynamic-top, 0);
  background-color: transparent;
  z-index: 0;
  min-height: 100vh;
  overflow-x: clip;
}
.c-christmas-event .c-christmas-event__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: hidden;
}
.c-christmas-event .c-christmas-event__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  height: calc(100% + 100px);
  width: calc(100% + 200px);
  border-radius: 100vh 100vh 0 0;
  border-top: solid 10px #e2bc81;
  border-right: solid 10px #e2bc81;
  border-left: solid 10px #e2bc81;
}
.c-christmas-event .c-christmas-event__header {
  padding: 42px 0 20px;
  text-align: center;
}
.c-christmas-event .c-christmas-event__title {
  color: #e2bc81;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  font-family: "Limelight", sans-serif;
}
.c-christmas-event .c-christmas-event__wrapper {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.c-christmas-event .c-christmas-event__wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.c-christmas-event
  .c-christmas-event__wrapper
  .c-christmas-event__treat-wrapper-5 {
  position: absolute;
  bottom: -30px;
  left: -70px;
  max-width: 157px;
  width: 100%;
}
.c-christmas-event
  .c-christmas-event__wrapper
  .c-christmas-event__treat-wrapper-5
  img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event
  .c-christmas-event__wrapper
  .c-christmas-event__treat-wrapper-8 {
  position: absolute;
  bottom: -30px;
  right: -90px;
  max-width: 205px;
  width: 100%;
}
.c-christmas-event
  .c-christmas-event__wrapper
  .c-christmas-event__treat-wrapper-8
  img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event .c-christmas-event__description {
  padding: 32px 0px 32px;
  text-align: center;
}
.c-christmas-event .c-christmas-event__description .c-christmas-event__text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.87;
  text-align: center;
}
.c-christmas-event.--solid {
  background-color: #ffffff;
  border: 3px solid #bf261c;
}
.c-christmas-event.--solid .c-christmas-event__title {
  color: #bf261c;
}
.c-christmas-event.--solid .c-christmas-event__description {
  padding: 32px 0px 32px;
  text-align: center;
}
.c-christmas-event.--solid
  .c-christmas-event__description
  .c-christmas-event__text {
  color: #bf261c;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.c-christmas-event.--first {
  padding-bottom: 260px;
  margin-top: -200px;
}
.c-christmas-event.--first .c-christmas-event__sparkling-wrapper-1 {
  position: absolute;
  top: 100px;
  right: 30px;
  max-width: 25px;
  width: 100%;
}
.c-christmas-event.--first .c-christmas-event__sparkling-wrapper-1 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--first .c-christmas-event__sparkling-wrapper-2 {
  position: absolute;
  top: 230px;
  left: 120px;
  max-width: 25px;
  width: 100%;
}
.c-christmas-event.--first .c-christmas-event__sparkling-wrapper-2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--first .c-christmas-event__sparkling-wrapper-3 {
  position: absolute;
  top: 360px;
  right: 20px;
  max-width: 25px;
  width: 100%;
}
.c-christmas-event.--first .c-christmas-event__sparkling-wrapper-3 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--first .c-christmas-event__sparkling-wrapper-4 {
  position: absolute;
  top: 450px;
  left: 40px;
  max-width: 25px;
  width: 100%;
}
.c-christmas-event.--first .c-christmas-event__sparkling-wrapper-4 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--first .c-christmas-event__treat-wrapper-1 {
  width: 22%;
  position: absolute;
  top: 0%;
  left: 6%;
}
.c-christmas-event.--first .c-christmas-event__treat-wrapper-1 img {
  width: 100%;
}
.c-christmas-event.--first .c-christmas-event__treat-wrapper-2 {
  width: 24%;
  position: absolute;
  top: -2%;
  right: 5%;
}
.c-christmas-event.--first .c-christmas-event__treat-wrapper-2 img {
  width: 100%;
}
.c-christmas-event.--first .c-christmas-event__bg::before {
  background-color: #bf261c;
}
.c-christmas-event.--second {
  padding-bottom: 290px;
  margin-top: -240px;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-5 {
  position: absolute;
  top: 40px;
  right: 200px;
  max-width: 19px;
  width: 100%;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-5 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-6 {
  position: absolute;
  top: 140px;
  left: 120px;
  max-width: 25px;
  width: 100%;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-6 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-7 {
  position: absolute;
  top: 240px;
  right: 80px;
  max-width: 19px;
  width: 100%;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-7 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-8 {
  position: absolute;
  top: 616px;
  left: 20%;
  max-width: 14px;
  width: 100%;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-8 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-9 {
  position: absolute;
  top: 616px;
  right: 120px;
  max-width: 19px;
  width: 100%;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-9 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-10 {
  position: absolute;
  bottom: 251px;
  right: 190px;
  max-width: 20px;
  width: 100%;
}
.c-christmas-event.--second .c-christmas-event__sparkling-wrapper-10 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--second .c-christmas-event__treat-wrapper-3 {
  width: 31%;
  position: absolute;
  top: -7%;
  left: 3%;
}
@media screen and (max-width: 499px) {
  .c-christmas-event.--second .c-christmas-event__treat-wrapper-3 {
    top: -6%;
  }
}
.c-christmas-event.--second .c-christmas-event__treat-wrapper-3 img {
  width: 100%;
}
.c-christmas-event.--second .c-christmas-event__treat-wrapper-4 {
  width: 28%;
  position: absolute;
  top: -4%;
  right: -14px;
}
@media screen and (max-width: 499px) {
  .c-christmas-event.--second .c-christmas-event__treat-wrapper-4 {
    top: -3%;
  }
}
.c-christmas-event.--second .c-christmas-event__treat-wrapper-4 img {
  width: 100%;
}
.c-christmas-event.--second .c-christmas-event__bg::before {
  background-color: #01934b;
}
.c-christmas-event.--third {
  padding-bottom: 290px;
  margin-top: -240px;
}
.c-christmas-event.--third .c-christmas-event__sparkling-wrapper-11 {
  position: absolute;
  top: 180px;
  left: 110px;
  max-width: 19px;
  width: 100%;
}
.c-christmas-event.--third .c-christmas-event__sparkling-wrapper-11 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--third .c-christmas-event__sparkling-wrapper-12 {
  position: absolute;
  top: 248px;
  right: 70px;
  max-width: 19px;
  width: 100%;
}
.c-christmas-event.--third .c-christmas-event__sparkling-wrapper-12 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--third .c-christmas-event__sparkling-wrapper-13 {
  position: absolute;
  top: 380px;
  left: 80px;
  max-width: 24px;
  width: 100%;
}
.c-christmas-event.--third .c-christmas-event__sparkling-wrapper-13 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--third .c-christmas-event__sparkling-wrapper-14 {
  position: absolute;
  top: 660px;
  left: 100px;
  max-width: 14px;
  width: 100%;
}
.c-christmas-event.--third .c-christmas-event__sparkling-wrapper-14 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--third .c-christmas-event__sparkling-wrapper-15 {
  position: absolute;
  top: 660px;
  right: 100px;
  max-width: 21px;
  width: 100%;
}
.c-christmas-event.--third .c-christmas-event__sparkling-wrapper-15 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--third .c-christmas-event__treat-wrapper-6 {
  width: 38%;
  position: absolute;
  top: -4%;
  left: -1%;
}
.c-christmas-event.--third .c-christmas-event__treat-wrapper-7 {
  width: 37%;
  position: absolute;
  top: -5%;
  right: -2%;
}
.c-christmas-event.--third .c-christmas-event__bg::before {
  background-color: #bf261c;
}
.c-christmas-event.--fourth {
  margin-top: -240px;
  padding-top: 60px;
  height: auto;
  min-height: unset;
}
.c-christmas-event.--fourth .c-christmas-event__sparkling-wrapper-16 {
  position: absolute;
  top: 170px;
  left: 100px;
  max-width: 19px;
  width: 100%;
}
.c-christmas-event.--fourth .c-christmas-event__sparkling-wrapper-16 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--fourth .c-christmas-event__sparkling-wrapper-17 {
  position: absolute;
  top: 360px;
  left: 90px;
  max-width: 21px;
  width: 100%;
}
.c-christmas-event.--fourth .c-christmas-event__sparkling-wrapper-17 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--fourth .c-christmas-event__sparkling-wrapper-18 {
  position: absolute;
  top: 260px;
  right: 100px;
  max-width: 21px;
  width: 100%;
}
.c-christmas-event.--fourth .c-christmas-event__sparkling-wrapper-18 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--fourth .c-christmas-event__sparkling-wrapper-19 {
  position: absolute;
  top: 580px;
  left: 134px;
  max-width: 14px;
  width: 100%;
}
.c-christmas-event.--fourth .c-christmas-event__sparkling-wrapper-19 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--fourth .c-christmas-event__sparkling-wrapper-20 {
  position: absolute;
  top: 610px;
  right: 90px;
  max-width: 21px;
  width: 100%;
}
.c-christmas-event.--fourth .c-christmas-event__sparkling-wrapper-20 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--fourth .c-christmas-event__treat-wrapper-9 {
  position: absolute;
  top: -7%;
  left: 0;
  bottom: 0;
  width: 32%;
  height: fit-content;
  margin: 0 auto;
  right: 0;
}
@media screen and (max-width: 499px) {
  .c-christmas-event.--fourth .c-christmas-event__treat-wrapper-9 {
    width: 160px;
    top: -6%;
  }
}
.c-christmas-event.--fourth img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-christmas-event.--fourth .c-christmas-event__bg::before {
  border-radius: 100vh 100vh 0 0;
  height: 100%;
  border-bottom: solid 10px #e2bc81;
  background-color: #01934b;
  border-bottom: none;
}
.c-accordion-button {
  margin-top: 20px;
}
.c-accordion-button .c-accordion-button__details {
  border: none;
  outline: none;
}
.c-accordion-button .c-accordion-button__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 999px;
  padding: 12px 24px;
  cursor: pointer;
  list-style: none;
  transition: all 0.3s ease;
  border: 2px solid #e2bc81;
  max-width: 262px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.c-accordion-button .c-accordion-button__summary:hover {
  background-color: #f8f8f8;
}
.c-accordion-button .c-accordion-button__summary::-webkit-details-marker {
  display: none;
}
.c-accordion-button .c-accordion-button__summary::marker {
  display: none;
}
.c-accordion-button .c-accordion-button__text {
  color: #01934b;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  flex: 1;
  text-align: center;
}
.c-accordion-button .c-accordion-button__icon {
  color: #01934b;
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
}
.c-accordion-button .c-accordion-button__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: #01934b;
}
.c-accordion-button .c-accordion-button__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 20px;
  background-color: #01934b;
}
.c-accordion-button
  .c-accordion-button__details[open]
  .c-accordion-button__summary {
  display: none;
}
.c-accordion-button .c-accordion-button__content {
  max-width: 313px;
  margin: 0 auto;
  width: 100%;
  background-color: #ffffff;
  border-radius: 12px;
  margin-top: 0;
  padding: 35px 20px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 2px solid #01934b;
}
.c-accordion-button .c-accordion-button__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-accordion-button .c-accordion-button__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-accordion-button .c-accordion-button__culumn-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-accordion-button .c-accordion-button__label {
  background-color: #fff;
  color: #01934b;
  padding: 6.2px 15.2px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  border: 1px solid #01934b;
  text-align: center;
  width: fit-content;
  line-height: 1;
}
.c-accordion-button .c-accordion-button__date {
  font-size: 16px;
  font-weight: 700;
  color: #01934b;
}
.c-accordion-button .c-accordion-button__work-time {
  font-size: 16px;
  font-weight: 700;
  color: #01934b;
}
.c-accordion-button .c-accordion-button__value {
  color: #01934b;
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
}
.c-accordion-button .c-accordion-button__value p {
  font-size: 16px;
  color: #01934b;
}
.c-accordion-button .c-accordion-button__note {
  color: #01934b;
  font-size: 12px;
}
.c-accordion-button.--red .c-accordion-button__summary {
  background-color: #fff;
  border: 2px solid #e2bc81;
}
.c-accordion-button.--red .c-accordion-button__text {
  color: #bf261c;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  flex: 1;
  text-align: center;
}
.c-accordion-button.--red .c-accordion-button__icon {
  color: #bf261c;
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
}
.c-accordion-button.--red .c-accordion-button__icon::before {
  background-color: #bf261c;
}
.c-accordion-button.--red .c-accordion-button__icon::after {
  background-color: #bf261c;
}
.c-accordion-button.--red .c-accordion-button__content {
  border: 2px solid #bf261c;
  background-color: #bf261c;
}
.c-accordion-button.--red .c-accordion-button__label {
  background-color: #fff;
  color: #bf261c;
  border: 1px solid #bf261c;
}
.c-accordion-button.--red .c-accordion-button__date {
  color: #fff;
}
.c-accordion-button.--red .c-accordion-button__work-time {
  color: #fff;
}
.c-accordion-button.--red .c-accordion-button__value {
  color: #fff;
}
.c-accordion-button.--red .c-accordion-button__value p {
  color: #fff;
}
.c-accordion-button.--red .c-accordion-button__note {
  color: #fff;
}
.c-accordion-button.--swiper {
  margin-top: 14px;
}
.c-accordion-button.--swiper .c-accordion-button__summary {
  padding: 10px;
  border: 2px solid #e2bc81;
  max-width: 170px;
  margin: 0 auto;
  width: 100%;
  background-color: #bf261c;
}
.c-accordion-button.--swiper .c-accordion-button__text {
  color: #fff;
  line-height: 1;
  font-size: 14px;
}
.c-accordion-button.--swiper .c-accordion-button__icon {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease;
  position: absolute;
  right: 15px;
  width: 20px;
  height: 20px;
}
.c-accordion-button.--swiper .c-accordion-button__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background-color: #fff;
}
.c-accordion-button.--swiper .c-accordion-button__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 14px;
  background-color: #fff;
}
.c-accordion-button.--swiper .c-accordion-button__content {
  border: 2px solid #bf261c;
  background-color: #fff;
  padding: 24px 20px;
}
.c-accordion-button.--swiper .c-accordion-button__label {
  background-color: #bf261c;
  color: #fff;
  border: 1px solid #bf261c;
  font-size: 13px;
  padding: 4.2px 24px;
}
.c-accordion-button.--swiper .c-accordion-button__date {
  color: #bf261c;
}
.c-accordion-button.--swiper .c-accordion-button__work-time {
  color: #bf261c;
}
.c-accordion-button.--swiper .c-accordion-button__value {
  color: #bf261c;
}
.c-accordion-button.--swiper .c-accordion-button__value p {
  color: #bf261c;
  text-align: justify;
}
.c-accordion-button.--swiper .c-accordion-button__note {
  color: #bf261c;
  text-align: justify;
}
.c-star-section {
  width: 100%;
  height: auto;
  background-color: #12152e;
  position: relative;
  overflow: hidden;
  position: relative;
  background-image: url(../images/present-bg.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}
.c-star-section .c-star-section__animation-group {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100% - 130px);
  width: 100%;
  z-index: 0;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item {
  position: absolute;
  height: auto;
  object-fit: contain;
  width: 4%;
  z-index: 1;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-1 {
  width: 3%;
  top: 13%;
  left: 1%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-2 {
  width: 4%;
  top: 5.4%;
  left: 15%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-3 {
  width: 4.5%;
  top: 9%;
  right: 15%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-4 {
  width: 5%;
  top: 2%;
  right: 5%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-5 {
  width: 4.6%;
  top: 21%;
  right: 4%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-6 {
  width: 4%;
  top: 46%;
  left: 7%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-7 {
  width: 5%;
  bottom: 49%;
  right: 14%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-8 {
  width: 7%;
  bottom: 30%;
  left: 14%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-9 {
  width: 6.5%;
  bottom: 29%;
  right: 3%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-10 {
  width: 6%;
  bottom: 14%;
  left: 1%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-11 {
  width: 5.6%;
  bottom: 13%;
  right: 31%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-12 {
  width: 6%;
  bottom: 5%;
  right: 5%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-13 {
  width: 3%;
  bottom: 24%;
  left: 5%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-14 {
  width: 13%;
  top: 2.6%;
  left: -4%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-14
  .c-star-section__animation-item-img {
  display: block;
  transform: rotate(15deg);
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-15 {
  width: 14%;
  top: 2%;
  right: 7%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-15
  .c-star-section__animation-item-img {
  display: block;
  transform: rotate(50deg);
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-16 {
  width: 20%;
  top: 30%;
  left: 5%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-16
  .c-star-section__animation-item-img {
  display: block;
  transform: rotate(-32deg);
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-17 {
  width: 10%;
  top: 31%;
  right: 3%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-17
  .c-star-section__animation-item-img {
  display: block;
  transform: rotate(-40deg);
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-18 {
  width: 9%;
  bottom: 14%;
  left: 32%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-18
  .c-star-section__animation-item-img {
  display: block;
  transform: rotate(110deg);
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-19 {
  width: 6.3%;
  bottom: 3%;
  right: 13%;
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item.c-star-section__animation-item-19
  .c-star-section__animation-item-img {
  display: block;
  transform: rotate(4deg);
}
.c-star-section
  .c-star-section__animation-group
  .c-star-section__animation-item-text {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-bg {
  width: 100%;
}
.c-bg .c-bg__container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-bg .c-bg__container img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .c-bg .c-bg__container img {
    object-fit: cover;
  }
}
.c-banner-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
.c-banner-group .c-banner-group__item {
  width: 100%;
  max-width: 313px;
}
.c-banner-group .c-banner-group__item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-section-heading {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  color: #e2bc81;
  text-align: center;
  font-family: "Limelight", sans-serif;
  position: relative;
  z-index: 1;
}
.c-section-heading.--color-green {
  color: #1b934b;
}
.c-christmas-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.c-christmas-item .c-christmas-item__decoration {
  width: 100%;
}
.c-christmas-item .c-christmas-item__decoration img {
  width: 100%;
  height: auto;
  display: block;
}
.c-christmas-item .c-christmas-item__inner {
  background-color: #1b934b;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2) 1px,
    transparent 2px
  );
  background-size: 25px 25px;
  background-position: 0 0;
  position: relative;
}
.c-christmas-item .c-christmas-item__inner .c-christmas-item__carousel {
  padding: 30px 20px;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.c-christmas-item .c-christmas-item__inner .c-christmas-item__swiper {
  overflow: visible;
  margin-top: 20px;
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__wrapper {
  align-items: center;
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__wrapper
  .c-christmas-item__slide {
  height: auto;
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__nav {
  width: 36px;
  height: 36px;
  background-color: #bf261c;
  border: 2px solid #bf9757;
  border-radius: 4px;
  color: #bf9757;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__nav:hover {
  background-color: #a01e16;
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__nav::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__nav--prev {
  left: 32px;
}
@media screen and (max-width: 499px) {
  .c-christmas-item
    .c-christmas-item__inner
    .c-christmas-item__swiper
    .c-christmas-item__nav--prev {
    left: calc(5%);
  }
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__nav--prev::after {
  position: absolute;
  left: 12px;
  transform: rotate(315deg);
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__nav--next {
  right: 32px;
}
@media screen and (max-width: 499px) {
  .c-christmas-item
    .c-christmas-item__inner
    .c-christmas-item__swiper
    .c-christmas-item__nav--next {
    right: calc(5%);
  }
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__nav--next::after {
  position: absolute;
  right: 12px;
  transform: rotate(135deg);
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__progress-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__progress-container
  .c-christmas-item__progress-current,
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__progress-container
  .c-christmas-item__progress-total {
  color: #bf9757;
  font-family: "Limelight", sans-serif;
  font-size: 14px;
  font-weight: bold;
  min-width: 20px;
  text-align: center;
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__pagination {
  position: relative;
  margin: 0;
  width: 200px;
  height: 2px;
  background-color: #bf9757;
  border-radius: 1px;
  overflow: hidden;
}
.c-christmas-item
  .c-christmas-item__inner
  .c-christmas-item__swiper
  .c-christmas-item__pagination
  .swiper-pagination-progressbar-fill {
  background-color: #bf261c;
  border-radius: 1px;
}
.c-christmas-item.--food .c-christmas-item__inner {
  background-color: #12152e;
}
.c-christmas-item.--food .c-christmas-item__nav {
  background-color: #1b934b !important;
}
.c-christmas-item.--food
  .c-christmas-item__pagination
  .swiper-pagination-progressbar-fill {
  background-color: #1b934b !important;
}
.c-christmas-item.--food .c-christmas-item__progress-current,
.c-christmas-item.--food .c-christmas-item__progress-total {
  color: #1b934b !important;
}
.c-christmas-item.--cosmetics .c-christmas-item__inner {
  background-color: #bf261c;
}
.c-christmas-item.--cosmetics .c-christmas-item__nav {
  background-color: #bf261c !important;
}
.c-christmas-item.--cosmetics
  .c-christmas-item__pagination
  .swiper-pagination-progressbar-fill {
  background-color: #1b934b !important;
}
.c-christmas-item.--goods .c-christmas-item__inner {
  background-color: #12152e;
}
.c-christmas-item.--goods .c-christmas-item__nav {
  background-color: #1b934b !important;
}
.c-product-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px 29px;
  border: solid 3px #bf261c;
  text-align: center;
}
.c-product-card .c-product-card__image {
  margin-bottom: 20px;
}
.c-product-card .c-product-card__image img {
  width: 100%;
  aspect-ratio: 1.1208406305;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}
.c-product-card .c-product-card__content .c-product-card__button {
  background-color: #bf261c;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.c-product-card .c-product-card__content .c-product-card__button:hover {
  background-color: #a01e16;
}
.c-product-card
  .c-product-card__content
  .c-product-card__button
  .c-product-card__button-text {
  margin-right: 4px;
}
.c-product-card
  .c-product-card__content
  .c-product-card__button
  .c-product-card__button-icon {
  font-size: 16px;
}
.c-logo {
  width: 100%;
  height: auto;
}
.c-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-blank-section {
  height: 29px;
  background-color: #fff;
  border: 1px solid #707070;
  width: 100%;
}
.c-popup-section {
  background-color: #1b934b;
  width: 100%;
  padding: 120px 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.c-popup-section .c-popup-section__sparkling-wrapper-1 {
  position: absolute;
  top: 60px;
  left: 240px;
  width: 100%;
  height: auto;
  max-width: 19px;
  z-index: 2;
}
.c-popup-section .c-popup-section__sparkling-wrapper-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-popup-section .c-popup-section__sparkling-wrapper-2 {
  position: absolute;
  top: 138px;
  left: 70px;
  width: 100%;
  height: auto;
  max-width: 24px;
  z-index: 2;
}
.c-popup-section .c-popup-section__sparkling-wrapper-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-popup-section .c-popup-section__sparkling-wrapper-3 {
  position: absolute;
  top: 138px;
  right: 90px;
  width: 100%;
  height: auto;
  max-width: 24px;
  z-index: 2;
}
.c-popup-section .c-popup-section__sparkling-wrapper-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-popup-section .c-popup-section__sparkling-wrapper-4 {
  position: absolute;
  bottom: 90px;
  left: 111px;
  width: 100%;
  height: auto;
  max-width: 24px;
  z-index: 2;
}
.c-popup-section .c-popup-section__sparkling-wrapper-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-popup-section .c-popup-section__sparkling-wrapper-5 {
  position: absolute;
  bottom: 90px;
  right: 110px;
  width: 100%;
  height: auto;
  max-width: 14px;
  z-index: 2;
}
.c-popup-section .c-popup-section__sparkling-wrapper-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-popup-section .c-popup-section__inner {
  position: relative;
  z-index: 0;
}
.c-popup-section .c-popup-section__inner::before {
  content: "";
  background-color: #bf261c;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -66px;
  height: 600px;
  width: 600px;
  margin: auto;
  border-radius: 50%;
  border: solid 10px #e2bc81;
  z-index: 1;
}
@media (max-width: 512px) {
  .c-popup-section .c-popup-section__inner::before {
    height: 520px;
    width: 520px;
    left: calc((520px - 100vw) / 2 * -1 - 20px);
  }
}
.c-popup-section .c-popup-section__swiper {
  overflow: visible;
  margin-top: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-popup-section .c-popup-section__swiper .c-popup-section__wrapper {
  align-items: center;
}
.c-popup-section
  .c-popup-section__swiper
  .c-popup-section__wrapper
  .c-popup-section__slide {
  height: auto;
  max-width: 400px;
  width: 100%;
}
.c-popup-section
  .c-popup-section__swiper
  .c-popup-section__wrapper
  .c-popup-section__slide
  .c-product-card {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.c-popup-section .c-popup-section__swiper .c-popup-section__nav {
  width: 36px;
  height: 36px;
  background-color: #bf261c;
  border: 2px solid #bf9757;
  border-radius: 4px;
  color: #bf9757;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.c-popup-section .c-popup-section__swiper .c-popup-section__nav:hover {
  background-color: #a01e16;
}
.c-popup-section .c-popup-section__swiper .c-popup-section__nav::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}
.c-popup-section .c-popup-section__swiper .c-popup-section__nav--prev {
  left: 32px;
}
@media screen and (max-width: 499px) {
  .c-popup-section .c-popup-section__swiper .c-popup-section__nav--prev {
    left: calc(5%);
  }
}
.c-popup-section .c-popup-section__swiper .c-popup-section__nav--prev::after {
  position: absolute;
  left: 12px;
  transform: rotate(315deg);
}
.c-popup-section .c-popup-section__swiper .c-popup-section__nav--next {
  right: 32px;
}
@media screen and (max-width: 499px) {
  .c-popup-section .c-popup-section__swiper .c-popup-section__nav--next {
    right: calc(5%);
  }
}
.c-popup-section .c-popup-section__swiper .c-popup-section__nav--next::after {
  position: absolute;
  right: 12px;
  transform: rotate(135deg);
}
.c-popup-section .c-popup-section__swiper .c-popup-section__progress-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.c-popup-section
  .c-popup-section__swiper
  .c-popup-section__progress-container
  .c-popup-section__progress-current,
.c-popup-section
  .c-popup-section__swiper
  .c-popup-section__progress-container
  .c-popup-section__progress-total {
  color: #bf9757;
  font-size: 14px;
  font-weight: bold;
  min-width: 20px;
  text-align: center;
}
.c-popup-section .c-popup-section__swiper .c-popup-section__pagination {
  position: relative;
  margin: 0;
  width: 200px;
  height: 2px;
  background-color: #bf9757;
  border-radius: 1px;
  overflow: hidden;
}
.c-popup-section
  .c-popup-section__swiper
  .c-popup-section__pagination
  .swiper-pagination-progressbar-fill {
  background-color: #bf261c;
  border-radius: 1px;
}
.c-popup-section .c-popup-section__decoration {
  width: 100%;
  height: 100%;
}
.c-popup-section .c-popup-section__decoration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.c-modal .c-modal__overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.c-modal .c-modal__inner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 60px 18px;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.c-modal .c-modal__inner .c-modal__item {
  background-color: #bf261c;
  border: 2px solid #e2bc81;
  border-radius: 20px;
  max-width: 353px;
  height: auto;
  position: relative;
  width: 100%;
}
.c-modal .c-modal__inner .c-modal__item .c-modal__close-icon {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: 30px;
  height: 30px;
  display: block;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__close-icon
  .c-modal__close-icon-line {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
  transform: rotate(45deg);
  width: 100%;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__close-icon
  .c-modal__close-icon-line:nth-child(2) {
  transform: rotate(-45deg);
}
.c-modal .c-modal__inner .c-modal__item .c-modal__header {
  padding: 16px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__header
  .c-modal__header-title {
  font-family: "Limelight", sans-serif;
  font-size: 36px;
  text-align: center;
  color: #e2bc81;
}
.c-modal .c-modal__inner .c-modal__item .c-modal__image {
  width: 100%;
  display: block;
  border-top: 2px solid #e2bc81;
  border-bottom: 2px solid #e2bc81;
}
.c-modal .c-modal__inner .c-modal__item .c-modal__image .c-modal__image-img {
  width: 100%;
  height: auto;
}
.c-modal .c-modal__inner .c-modal__item .c-modal__content {
  padding: 30px 16px;
}
@media screen and (max-width: 499px) {
  .c-modal .c-modal__inner .c-modal__item .c-modal__content {
    padding: 30px min(15px, 5vw);
  }
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-box-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-message
  .c-modal__content-message-title {
  font-size: 30px;
  font-weight: 800;
  font-family: "Kiwi Maru", "Shippori-mincho", serif;
  color: #ffffff;
  font-feature-settings: "palt";
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-message
  .c-modal__content-message-text {
  color: #ffffff;
  font-family: "Kiwi Maru", "Shippori-mincho", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-profile
  .c-modal__content-profile-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-profile
  .c-modal__content-profile-header.c-modal__content-profile-header-oneline {
  flex-direction: row;
  align-items: baseline;
  width: calc(100% + 15px);
  margin-left: 0px;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-profile
  .c-modal__content-profile-title {
  font-size: 20px;
  font-weight: 800;
  font-family: "Kiwi Maru", "Shippori-mincho", serif;
  color: #ffffff;
  font-feature-settings: "palt";
  white-space: nowrap;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-profile
  .c-modal__content-profile-text {
  color: #ffffff;
  font-family: "Kiwi Maru", "Shippori-mincho", serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-profile
  .c-modal__content-profile-text-sm {
  color: #ffffff;
  font-family: "Kiwi Maru", "Shippori-mincho", serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-profile
  .c-modal__content-profile-text-slim {
  letter-spacing: -0.06em;
  font-feature-settings: "palt";
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-profile
  .c-modal__content-profile-text-adjust-left {
  margin-left: -4px;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-profile
  .c-modal__content-profile-text-lg {
  color: #ffffff;
  font-family: "Kiwi Maru", "Shippori-mincho", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: -0.025em;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-profile
  .c-modal__content-profile-border {
  background: radial-gradient(
    circle farthest-side,
    #fff,
    #fff 30%,
    transparent 30%,
    transparent
  );
  background-size: 12px;
  content: "";
  display: inline-block;
  height: 12px;
  width: 100%;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__circle-wrapper {
  max-width: 240px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-shop
  .c-modal__content-shop-title {
  font-size: 30px;
  font-weight: 800;
  font-family: "Kiwi Maru", "Shippori-mincho", serif;
  color: #ffffff;
  text-align: center;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-shop
  .c-modal__content-shop-text {
  color: #ffffff;
  font-family: "Kiwi Maru", "Shippori-mincho", serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info {
  padding: 32px 20px;
  border-radius: 20px;
  font-family: "Kiwi Maru", "Shippori-mincho", serif;
  color: #bf261c;
  display: flex;
  flex-direction: column;
  gap: 18px;
  border: 2px solid #e2bc81;
  background-color: #ffffff;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info.c-modal__content-info-noborder {
  border: transparent;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info
  .c-modal__content-info-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info
  .c-modal__content-info-col {
  flex-direction: column;
  display: flex;
  gap: 12px;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info
  .c-modal__content-info-label {
  border-radius: 100vh;
  border: 1px solid #bf261c;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  padding: 5px 16px 6px;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info
  .c-modal__content-info-fill-label {
  background-color: #bf261c;
  border-radius: 100vh;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 5px 10px 6px;
  text-align: center;
  width: 100px;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info
  .c-modal__content-info-value {
  font-size: 16px;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info
  .c-modal__content-info-value-sm {
  font-size: 14px;
}
.c-modal
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info
  .c-modal__content-info-value-xs {
  font-size: 12px;
}
.c-modal.is-open {
  display: block;
}
.c-modal.--color-green .c-modal__inner .c-modal__item {
  background-color: #01934b;
}
.c-modal.--color-green
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info {
  color: #01934b;
}
.c-modal.--color-green
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info
  .c-modal__content-info-label {
  border: 1px solid #01934b;
}
.c-modal.--color-green
  .c-modal__inner
  .c-modal__item
  .c-modal__content
  .c-modal__content-info
  .c-modal__content-info-fill-label {
  background-color: #01934b;
}
.c-modal.--bg-green .c-modal__overlay {
  background-color: rgba(28, 147, 75, 0.8);
}
@media screen and (max-width: 499px) {
  .c-modal.--bg-green .c-modal__overlay {
    background-color: #1c934b;
  }
}
.c-modal.--bg-navy .c-modal__overlay {
  background-color: rgba(9, 13, 43, 0.8);
}
@media screen and (max-width: 499px) {
  .c-modal.--bg-navy .c-modal__overlay {
    background-color: #090d2b;
  }
}
.c-modal.--bg-red .c-modal__overlay {
  background-color: rgba(191, 38, 28, 0.8);
}
@media screen and (max-width: 499px) {
  .c-modal.--bg-red .c-modal__overlay {
    background-color: #bf261c;
  }
}
.c-modal.--bg-blue .c-modal__overlay {
  background-color: rgba(57, 117, 198, 0.8);
}
@media screen and (max-width: 499px) {
  .c-modal.--bg-blue .c-modal__overlay {
    background-color: #3975c6;
  }
}
.c-modal.--type-swiper .c-modal__inner {
  padding: 0;
  height: 100%;
  max-width: 353px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c-modal.--type-swiper .c-modal__inner .c-modal__close-icon {
  background-color: #1c934b;
  padding: 4px;
  position: absolute;
  right: 20px;
  top: 24px;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 10;
}
.c-modal.--type-swiper
  .c-modal__inner
  .c-modal__close-icon
  .c-modal__close-icon-line {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 2px;
  pointer-events: none;
  transform: rotate(45deg);
  width: 100%;
}
.c-modal.--type-swiper
  .c-modal__inner
  .c-modal__close-icon
  .c-modal__close-icon-line:nth-child(2) {
  transform: rotate(-45deg);
}
.c-modal[aria-hidden="false"] .c-modal__item {
  animation: mmslideIn 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal .c-modal__item,
.c-modal .c-modal__overlay {
  will-change: transform;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.c-modal-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 999px;
  padding: 16px 24px;
  cursor: pointer;
  list-style: none;
  transition: all 0.3s ease;
  border: 2px solid #bf9757;
  max-width: 262px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.c-modal-button:hover {
  background-color: #f8f8f8;
}
.c-modal-button .c-modal-button__text {
  color: #01934b;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  flex: 1;
  pointer-events: none;
  text-align: center;
}
.c-modal-button .c-modal-button__icon {
  color: #01934b;
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease;
  position: absolute;
  right: 15px;
  width: 20px;
  pointer-events: none;
  height: 20px;
}
.c-modal-button .c-modal-button__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: #01934b;
}
.c-modal-button .c-modal-button__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 20px;
  background-color: #01934b;
}
.c-modal-button.--color-red .c-modal-button__text {
  color: #bf261c;
}
.c-modal-button.--color-red .c-modal-button__icon {
  color: #bf261c;
}
.c-modal-button.--color-red .c-modal-button__icon::before {
  background-color: #bf261c;
}
.c-modal-button.--color-red .c-modal-button__icon::after {
  background-color: #bf261c;
}
.c-modal-button.--fill-red {
  background-color: #bf261c;
  color: #ffffff;
  border: 2px solid #bf9757;
}
.c-modal-button.--fill-red:hover {
  background-color: #a52117;
}
.c-modal-button.--fill-red .c-modal-button__text {
  color: #ffffff;
}
.c-modal-button.--fill-red .c-modal-button__icon {
  color: #ffffff;
}
.c-modal-button.--fill-red .c-modal-button__icon::before {
  background-color: #ffffff;
}
.c-modal-button.--fill-red .c-modal-button__icon::after {
  background-color: #ffffff;
}
.c-modal-button.--size-sm {
  max-width: 180px;
  padding: 10px 16px 12px;
}
.c-modal-button.--size-sm .c-modal-button__text {
  font-size: 14px;
}
.c-modal-button.--size-sm .c-modal-button__icon {
  width: 16px;
  height: 16px;
}
.c-modal-button.--size-sm .c-modal-button__icon::before {
  width: 16px;
}
.c-modal-button.--size-sm .c-modal-button__icon::after {
  height: 16px;
}
.c-christmas-items {
  position: relative;
}
.c-christmas-items .c-christmas-items__decoration-top {
  width: 100%;
  height: 130px;
  background-color: transparent;
  position: relative;
  z-index: 10;
  top: -1px;
  overflow: hidden;
}
.c-christmas-items .c-christmas-items__decoration-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100px;
  height: 700px;
  width: calc(100% + 200px);
  border-radius: 0 0 100vh 100vh;
  border-top: solid 10px #e2bc81;
  border-right: solid 10px #e2bc81;
  border-left: solid 10px #e2bc81;
  background-color: #1b934b;
  border-bottom: solid 10px #e2bc81;
}
.c-christmas-items .c-christmas-items__container {
  position: relative;
  padding-top: 350px;
}
@media screen and (max-width: 499px) {
  .c-christmas-items .c-christmas-items__container {
    padding-top: 63vw;
  }
}
.c-christmas-items .c-christmas-items__animation-group {
  overflow: hidden;
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  height: calc(100% + 130px);
  width: 100%;
  z-index: 0;
}
.c-christmas-items
  .c-christmas-items__animation-group
  .c-christmas-items__animation-item {
  position: absolute;
  height: auto;
  object-fit: contain;
  width: 4%;
  z-index: 1;
}
.c-christmas-items
  .c-christmas-items__animation-group
  .c-christmas-items__animation-item.c-christmas-items__animation-item-1 {
  width: 3%;
  top: 14%;
  right: 7%;
}
.c-christmas-items
  .c-christmas-items__animation-group
  .c-christmas-items__animation-item.c-christmas-items__animation-item-2 {
  width: 6%;
  top: 24.4%;
  left: 34%;
}
.c-christmas-items
  .c-christmas-items__animation-group
  .c-christmas-items__animation-item.c-christmas-items__animation-item-3 {
  width: 6%;
  top: 54.4%;
  left: 8%;
}
.c-christmas-items
  .c-christmas-items__animation-group
  .c-christmas-items__animation-item-text {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-christmas-items .c-christmas-items__img {
  position: absolute;
  top: -23%;
  left: 0;
  right: -4.6%;
  margin: 0 auto;
  width: 82%;
  height: auto;
  object-fit: contain;
  z-index: 10;
}
.c-event-list {
  position: relative;
  z-index: 1;
}
.c-section-img-wrapper {
  width: 100%;
  height: 100%;
}
.c-section-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-main-content {
  display: flex;
  background-color: #070d2b;
  width: 100%;
  justify-content: center;
  z-index: 0;
}
.c-main-content .c-main-content__visual {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  height: 100vh;
  z-index: 0;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .c-main-content .c-main-content__visual {
    display: none;
  }
}
.c-main-content .c-main-content__visual .c-main-content__visual-logo {
  width: 130px;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 2;
}
.c-main-content .c-main-content__visual .c-main-content__visual-town {
  width: 100%;
  height: 240px;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.c-main-content .c-main-content__visual .c-main-content__visual-animation-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: -50px;
  margin: auto 0 auto;
  width: 100%;
  height: calc(100dvh - 200px);
  max-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12% 5% 15%;
  position: relative;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-text {
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow {
  position: absolute;
  height: auto;
  object-fit: contain;
  z-index: 1;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-1 {
  width: min(6.12%, 24px);
  top: 2.4%;
  left: 25%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-2 {
  width: min(4.92%, 19.2px);
  top: 5%;
  left: 36%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-3 {
  width: min(6.6%, 26.4px);
  top: 7%;
  left: 48%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-4 {
  width: min(6%, 21.6px);
  top: 9%;
  right: 8%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-5 {
  width: min(3.6%, 15.6px);
  top: 18%;
  left: 8%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-6 {
  width: min(3.6%, 15.6px);
  top: 23%;
  right: 3%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-7 {
  width: min(4.8%, 20.4px);
  bottom: 5%;
  left: 19%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-8 {
  width: min(7.8%, 26.4px);
  bottom: 19%;
  left: 0;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-9 {
  width: min(8.4%, 28.8px);
  top: 7%;
  left: 10%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-10 {
  width: min(6%, 3.6px);
  bottom: 6%;
  left: 63%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-11 {
  width: min(8.4%, 19.2px);
  top: 90%;
  left: 35%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-12 {
  width: min(4.32%, 19.2px);
  bottom: 8%;
  left: 40%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-13 {
  width: min(7.2%, 19.2px);
  bottom: 3%;
  right: 38%;
}
.c-main-content
  .c-main-content__visual
  .c-main-content__visual-animation-area
  .c-main-content__visual-snow.c-main-content__visual-snow-14 {
  width: min(8.4%, 19.2px);
  bottom: 2%;
  right: 11%;
}
.c-main-content .c-main-content__content {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  max-width: 512px;
}
@media (max-width: 512px) {
  .c-main-content .c-main-content__content {
    border-left: unset;
    border-right: unset;
  }
}
@media screen and (max-width: 991px) {
  .c-main-content .c-main-content__content {
    flex: 1 0 25%;
  }
}
.c-main-content .c-main-content__border {
  background-color: #070d2b;
  width: 24px;
  height: 100dvh;
  height: 100vh;
  flex-shrink: 0;
  padding: 0 1px;
  display: flex;
  justify-content: center;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
.c-main-content .c-main-content__border::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/box-tate.png);
  background-size: contain;
  background-repeat: repeat-y;
}
@media screen and (max-width: 580px) {
  .c-main-content .c-main-content__border {
    display: none;
  }
}
.c-main-content .c-main-content__aside {
  background-color: #bf261c;
  overflow-y: auto;
  flex-shrink: 0;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 0;
  max-width: 300px;
  height: 100dvh;
  height: 100vh;
  flex: 1 0 auto;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1100px) {
  .c-main-content .c-main-content__aside {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-main-content .c-main-content__aside {
    display: none;
  }
}
.c-main-content .c-main-content__aside .c-main-content__aside-content {
  max-width: 220px;
}
.c-aside-menu {
  align-items: flex-start;
  background-color: #bf261c;
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
}
.c-aside-menu .c-aside-menu__title {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: 19px;
  color: #ffffff;
  font-family: "Limelight", sans-serif;
}
.c-aside-menu .c-aside-menu__title .c-aside-menu__img {
  width: 20px;
}
.c-aside-menu .c-aside-menu__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-aside-menu .c-aside-menu__item {
  line-height: 1.1;
}
.c-aside-menu .c-aside-menu__item .c-aside-menu__link {
  font-size: 14px;
  line-height: 1.1;
  font-family: "Limelight", sans-serif;
  color: #fde5be;
}
.c-aside-menu .c-aside-menu__item .c-aside-menu__link:hover {
  cursor: pointer;
}
.c-aside-menu .c-aside-menu__img-snowman {
  position: absolute;
  width: 52%;
  height: auto;
  object-fit: contain;
  bottom: 5%;
  right: -2%;
}
.c-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
.c-header .c-header__logo {
  max-width: 130px;
  position: relative;
  z-index: 0;
}
.c-header .c-header__drawer-button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}
.c-header .c-header__drawer-button .c-header__drawer-button-bar {
  width: 46px;
  height: 1px;
  pointer-events: none;
  background-color: #fff;
}
.c-header .c-header__drawer-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.c-header .c-header__drawer {
  background-color: #bf261c;
  display: none;
  position: fixed;
  width: 400px;
  height: 100vh;
  right: 0;
  top: 0;
  padding: 80px 32px;
  display: none;
  z-index: 40;
  animation: drawerOpenAnimation 0.5s 0.1s ease-out both;
}
@media screen and (max-width: 499px) {
  .c-header .c-header__drawer {
    width: 100%;
  }
}
.c-header .c-header__drawer .c-header__drawer-inner {
  max-width: 400px;
  z-index: 1;
}
.c-header .c-header__drawer-opened-button {
  position: absolute;
  right: 40px;
  top: 40px;
}
body[data-drawer="opened"] .c-header .c-header__drawer-overlay {
  display: block;
}
body[data-drawer="opened"]
  .c-header
  .c-header__drawer-button
  .c-header__drawer-button-bar {
  width: 46px;
  height: 1px;
  background-color: #fff;
}
body[data-drawer="opened"]
  .c-header
  .c-header__drawer-button
  .c-header__drawer-button-bar:nth-of-type(1) {
  transform: translateY(11px) rotate(45deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
body[data-drawer="opened"]
  .c-header
  .c-header__drawer-button
  .c-header__drawer-button-bar:nth-of-type(3) {
  transform: translateY(-11px) rotate(-45deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
body[data-drawer="opened"]
  .c-header
  .c-header__drawer-button
  .c-header__drawer-button-bar:nth-of-type(2) {
  opacity: 0;
}
body[data-drawer="opened"] .c-header .c-header__drawer {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes drawerOpenAnimation {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}
.c-popup-section-illust {
  position: relative;
}
.c-popup-section-illust .c-popup-section-illust__illust {
  position: absolute;
  height: auto;
  z-index: 1;
}
.c-popup-section-illust
  .c-popup-section-illust__illust.c-popup-section-illust__illust-a {
  top: -10%;
  right: -16%;
  width: 37%;
}
.c-popup-section-illust
  .c-popup-section-illust__illust.c-popup-section-illust__illust-b {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22%;
}
.c-popup-section-illust
  .c-popup-section-illust__illust
  .c-popup-section-illust__illust-img {
  width: 100%;
  height: auto;
}
.c-modal-swiper {
  overflow: visible;
  margin-top: 20px;
  display: none;
  position: fixed;
  padding-left: 20px !important;
  padding-right: 20px !important;
  top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 100;
}
.c-modal-swiper.--active {
  display: block;
}
.c-modal-swiper .c-modal-swiper__close-button {
  background-color: #1c934b;
  padding: 6px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  display: block;
}
.c-modal-swiper
  .c-modal-swiper__close-button
  .c-modal-swiper__close-button-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  display: block;
  transform: translateY(1px) rotate(45deg);
}
.c-modal-swiper
  .c-modal-swiper__close-button
  .c-modal-swiper__close-button-icon:nth-of-type(2) {
  transform: translateY(-1px) rotate(-45deg);
}
.c-modal-swiper .c-modal-swiper__wrapper {
  align-items: center;
  width: 100%;
}
.c-modal-swiper .c-modal-swiper__wrapper .c-modal-swiper__slide {
  overflow-y: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-modal-swiper
  .c-modal-swiper__wrapper
  .c-modal-swiper__slide::-webkit-scrollbar {
  display: none;
}
.c-modal-swiper
  .c-modal-swiper__wrapper
  .c-modal-swiper__slide
  .c-modal-swiper__slide-inner {
  margin-top: 80px;
  margin-bottom: 80px;
  height: auto !important;
}
.c-modal-swiper .c-modal-swiper__nav-group {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: fit-content;
  margin: auto;
}
.c-modal-swiper .c-modal-swiper__nav {
  width: 36px;
  height: 36px;
  background-color: #bf261c;
  border: 2px solid #bf9757;
  border-radius: 4px;
  color: #bf9757;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.c-modal-swiper .c-modal-swiper__nav:hover {
  background-color: #a01e16;
}
.c-modal-swiper .c-modal-swiper__nav::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-bottom: none;
  border-right: none;
}
.c-modal-swiper .c-modal-swiper__nav.c-modal-swiper__nav--prev {
  left: 0;
}
.c-modal-swiper .c-modal-swiper__nav.c-modal-swiper__nav--prev::after {
  position: absolute;
  left: 12px;
  transform: rotate(315deg);
}
.c-modal-swiper .c-modal-swiper__nav.c-modal-swiper__nav--next {
  right: 0;
}
.c-modal-swiper .c-modal-swiper__nav.c-modal-swiper__nav--next::after {
  position: absolute;
  right: 12px;
  transform: rotate(135deg);
}
.c-christmas-illust {
  background-color: #1b934b;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.c-christmas-illust .c-christmas-illust__wrapper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.c-christmas-illust .c-christmas-illust__wrapper img {
  height: auto;
  object-fit: contain;
  width: 100%;
}
.c-christmas-illust .c-christmas-illust__animation-group {
  overflow: hidden;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 45%;
  width: 100%;
  z-index: 2;
}
.c-christmas-illust
  .c-christmas-illust__animation-group
  .c-christmas-illust__animation-item {
  position: absolute;
  height: auto;
  object-fit: contain;
  width: 4%;
  z-index: 1;
}
.c-christmas-illust
  .c-christmas-illust__animation-group
  .c-christmas-illust__animation-item.c-christmas-illust__animation-item-1 {
  width: 6%;
  top: 24%;
  right: 14%;
}
.c-christmas-illust
  .c-christmas-illust__animation-group
  .c-christmas-illust__animation-item.c-christmas-illust__animation-item-2 {
  width: 4%;
  top: 4.4%;
  left: 40%;
}
.c-christmas-illust
  .c-christmas-illust__animation-group
  .c-christmas-illust__animation-item.c-christmas-illust__animation-item-3 {
  width: 4%;
  top: 19.4%;
  left: 11%;
}
.c-opening-animation {
  background-color: #070d2b;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}
.c-opening-animation .c-opening-animation__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-opening-animation .c-opening-animation__wrapper .c-opening-animation__gif {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.l-main {
  position: relative;
  z-index: 1;
}
.u-mt-10 {
  margin-top: 10px;
}
.u-mt-12 {
  margin-top: 12px;
}
.u-mt-16 {
  margin-top: 16px;
}
.u-mt-24 {
  margin-top: 24px;
}
.u-mt-28 {
  margin-top: 28px;
}
.u-mt-32 {
  margin-top: 32px;
}
.u-mt-48 {
  margin-top: 48px;
}
.u-mt-64 {
  margin-top: 64px;
}
.u-mb-48 {
  margin-bottom: 48px;
}
.u-mt-minus-200 {
  margin-top: -200px;
}
.u-pt-36 {
  padding-top: 36px;
}
.u-pt-40 {
  padding-top: 40px;
}
.u-pb-40 {
  padding-bottom: 40px;
}
.u-pt-60 {
  padding-top: 60px;
}
.px-20 {
  padding: 0 20px;
}
.u-pb-32 {
  padding-bottom: 32px;
}
.u-pb-48 {
  padding-bottom: 48px;
}
.u-pb-60 {
  padding-bottom: 60px;
}
.u-pt-60 {
  padding-top: 60px;
}
.u-font-weight-700 {
  font-weight: 700;
}
.u-font-weight-600 {
  font-weight: 600;
}
.u-font-weight-500 {
  font-weight: 500;
}
.u-font-weight-400 {
  font-weight: 400;
}
.u-font-weight-300 {
  font-weight: 300;
}
.u-font-weight-200 {
  font-weight: 200;
}
.u-font-weight-100 {
  font-weight: 100;
}
html,
body {
  scroll-behavior: smooth;
}
