:root {
  --pc: 1500 * 100vw;
  --sp: 375 * 100vw;
}

#content {
  overflow: visible;
}

#christmasfair2025 {
  width: 100%;
  margin-bottom: 0;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  z-index: 0;
  position: relative;
  scroll-behavior: smooth;
}
#christmasfair2025 * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#christmasfair2025 img {
  width: 100%;
  height: auto;
  line-height: 1px;
}
#christmasfair2025 ul, #christmasfair2025 li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#christmasfair2025 a {
  text-decoration: none;
}
#christmasfair2025 .sp {
  display: none;
}
#christmasfair2025 .pc {
  display: block;
}
#christmasfair2025 article {
  max-width: unset;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes switchImages {
  0% {
    opacity: 1;
  }
  49.9% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#christmasfair2025 .kv {
  width: auto;
  height: calc(840 / var(--pc));
  background: url(../img/kv-back.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#christmasfair2025 .kv .kv-txt {
  position: absolute;
  width: calc(663 / var(--pc));
  height: calc(142 / var(--pc));
  background: url(../img/kv-txt-back.png) no-repeat;
  background-size: contain;
  top: calc(369 / var(--pc));
  left: calc(419 / var(--pc));
}
#christmasfair2025 .kv .kv-txt img {
  position: absolute;
  animation: fadeup 0.8s ease-in-out forwards;
  opacity: 0;
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(1) {
  width: calc(58 / var(--pc));
  top: calc(30 / var(--pc));
  left: calc(88 / var(--pc));
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(2) {
  width: calc(60 / var(--pc));
  top: calc(37 / var(--pc));
  left: calc(145 / var(--pc));
  animation-delay: 0.1s;
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(3) {
  width: calc(39 / var(--pc));
  top: calc(34 / var(--pc));
  left: calc(206 / var(--pc));
  animation-delay: 0.2s;
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(4) {
  width: calc(31 / var(--pc));
  top: calc(33 / var(--pc));
  left: calc(245 / var(--pc));
  animation-delay: 0.3s;
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(5) {
  width: calc(40 / var(--pc));
  top: calc(19 / var(--pc));
  left: calc(288 / var(--pc));
  animation-delay: 0.4s;
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(6) {
  width: calc(38 / var(--pc));
  top: calc(32 / var(--pc));
  left: calc(328 / var(--pc));
  animation-delay: 0.5s;
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(7) {
  width: calc(21 / var(--pc));
  top: calc(17 / var(--pc));
  left: calc(368 / var(--pc));
  animation-delay: 0.6s;
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(8) {
  width: calc(33 / var(--pc));
  top: calc(34 / var(--pc));
  left: calc(391 / var(--pc));
  animation-delay: 0.7s;
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(9) {
  width: calc(32 / var(--pc));
  top: calc(30 / var(--pc));
  left: calc(434 / var(--pc));
  animation-delay: 0.8s;
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(10) {
  width: calc(34 / var(--pc));
  top: calc(33 / var(--pc));
  left: calc(468 / var(--pc));
  animation-delay: 0.9s;
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(11) {
  width: calc(33 / var(--pc));
  top: calc(36 / var(--pc));
  left: calc(501 / var(--pc));
  animation-delay: 1s;
}
#christmasfair2025 .kv .kv-txt img:nth-of-type(12) {
  width: calc(33 / var(--pc));
  top: calc(40 / var(--pc));
  left: calc(536 / var(--pc));
  animation-delay: 1.1s;
}
#christmasfair2025 .kv .kv-event1, #christmasfair2025 .kv .kv-event2, #christmasfair2025 .kv .kv-event3, #christmasfair2025 .kv .kv-event4 {
  animation: zoom 1.5s ease-in-out infinite;
}
#christmasfair2025 .kv .kv-event2, #christmasfair2025 .kv .kv-event3 {
  animation-delay: 0.5s;
}
#christmasfair2025 .kv .kv-event1 {
  width: calc(509 / var(--pc));
  height: calc(360 / var(--pc));
  margin-left: calc(120 / var(--pc));
}
#christmasfair2025 .kv .kv-event2 {
  width: calc(513 / var(--pc));
  height: calc(367 / var(--pc));
  margin: calc(-8 / var(--pc)) 0 0 calc(201 / var(--pc));
}
#christmasfair2025 .kv .kv-event3 {
  width: calc(510 / var(--pc));
  height: calc(360 / var(--pc));
  margin: calc(65 / var(--pc)) 0 0 calc(116 / var(--pc));
}
#christmasfair2025 .kv .kv-event4 {
  width: calc(510 / var(--pc));
  height: calc(360 / var(--pc));
  margin: calc(64 / var(--pc)) 0 0 calc(205 / var(--pc));
}
#christmasfair2025 .period {
  background: #A61B26;
}
#christmasfair2025 .period .period-inner {
  width: 1500px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 55px;
}
#christmasfair2025 .period .period-inner .signboard {
  width: 796px;
  height: 454px;
  margin: 0 auto;
  background: url(../img/signboard.png) no-repeat;
  background-size: contain;
  text-align: center;
  padding: 168px 0 70px;
  color: #2C2C2C;
  position: relative;
  z-index: 2;
}
#christmasfair2025 .period .period-inner .signboard dl dt, #christmasfair2025 .period .period-inner .signboard dl dd {
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
}
#christmasfair2025 .period .period-inner .signboard dl dt {
  font-size: 24px;
}
#christmasfair2025 .period .period-inner .signboard dl dd {
  font-size: 30px;
}
#christmasfair2025 .period .period-inner .signboard dl dd img {
  width: 420px;
  margin-top: 16px;
}
#christmasfair2025 .period .period-inner .signboard dl dd a {
  text-decoration: underline;
  transition: 0.3s;
}
#christmasfair2025 .period .period-inner .signboard dl dd a:hover {
  opacity: 0.6;
}
#christmasfair2025 .period .period-inner .signboard dl dd + dt {
  margin-top: 25px;
}
#christmasfair2025 .period .period-inner .signboard dl dd + dt + dd {
  margin-top: 13px;
}
#christmasfair2025 .period .period-inner .signboard + a {
  margin-top: 54px;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.02em;
  display: inline-block;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#christmasfair2025 .period .period-inner .signboard + a::before, #christmasfair2025 .period .period-inner .signboard + a::after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 19px;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
}
#christmasfair2025 .period .period-inner .signboard + a::before {
  margin-right: 10px;
}
#christmasfair2025 .period .period-inner .signboard + a::after {
  margin-left: 10px;
  transform: scale(-1, 1);
}
#christmasfair2025 .period .period-inner .signboard + a:hover {
  opacity: 0.6;
}
#christmasfair2025 .period .period-inner .presents, #christmasfair2025 .period .period-inner .horse {
  position: absolute;
  bottom: 0;
}
#christmasfair2025 .period .period-inner .presents {
  width: 213px;
  left: 132px;
}
#christmasfair2025 .period .period-inner .horse {
  width: 287px;
  right: 52px;
}
#christmasfair2025 .star01, #christmasfair2025 .star02, #christmasfair2025 .star03, #christmasfair2025 .star04, #christmasfair2025 .star05, #christmasfair2025 .star06 {
  position: absolute;
}
#christmasfair2025 .star01 picture, #christmasfair2025 .star02 picture, #christmasfair2025 .star03 picture, #christmasfair2025 .star04 picture, #christmasfair2025 .star05 picture, #christmasfair2025 .star06 picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: switchImages 1s steps(1, end) infinite;
}
#christmasfair2025 .star01 picture:nth-of-type(1), #christmasfair2025 .star02 picture:nth-of-type(1), #christmasfair2025 .star03 picture:nth-of-type(1), #christmasfair2025 .star04 picture:nth-of-type(1), #christmasfair2025 .star05 picture:nth-of-type(1), #christmasfair2025 .star06 picture:nth-of-type(1) {
  animation-delay: 0s;
}
#christmasfair2025 .star01 picture:nth-of-type(1), #christmasfair2025 .star02 picture:nth-of-type(1), #christmasfair2025 .star03 picture:nth-of-type(1), #christmasfair2025 .star04 picture:nth-of-type(1), #christmasfair2025 .star05 picture:nth-of-type(1), #christmasfair2025 .star06 picture:nth-of-type(1) {
  animation-delay: 0.5s;
}
#christmasfair2025 .star01 {
  width: 1375px;
  height: 474px;
  top: 27px;
  left: 55px;
}
#christmasfair2025 .star02 {
  width: 1394px;
  height: 913px;
  top: 72px;
  left: 63px;
}
#christmasfair2025 .star03 {
  width: 1394px;
  height: 1002px;
  top: 36px;
  left: 55px;
}
#christmasfair2025 .star04 {
  width: 1388px;
  height: 967px;
  top: 60px;
  left: 54px;
}
#christmasfair2025 .star05 {
  width: 1500px;
  height: 828px;
  top: 1px;
  left: 3px;
}
#christmasfair2025 .star06 {
  width: 1349px;
  height: 316px;
  top: 46px;
  left: 90px;
}
#christmasfair2025 .event-inner {
  width: 1500px;
  margin: 0 auto;
  position: relative;
  padding: 80px 0;
}
#christmasfair2025 #event1, #christmasfair2025 #event2, #christmasfair2025 #event3, #christmasfair2025 #event4 {
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
}
#christmasfair2025 #event1 .event-box, #christmasfair2025 #event2 .event-box, #christmasfair2025 #event3 .event-box, #christmasfair2025 #event4 .event-box {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
}
#christmasfair2025 #event1 .event-box .event-detail, #christmasfair2025 #event2 .event-box .event-detail, #christmasfair2025 #event3 .event-box .event-detail, #christmasfair2025 #event4 .event-box .event-detail {
  font-size: 20px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.02em;
  text-align: center;
}
#christmasfair2025 #event1 {
  background-image: url(../img/event1-back.jpg);
}
#christmasfair2025 #event1 .event-box {
  width: 1044px;
  height: 890px;
  background-image: url(../img/event1-box.png);
  padding-top: 180px;
}
#christmasfair2025 #event1 .event-box > p {
  font-size: 24px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.02em;
}
#christmasfair2025 #event1 .event-box .event-txt {
  width: 489px;
  margin: 4px auto 0;
}
#christmasfair2025 #event1 .event-box .event-img {
  width: 738px;
  margin: 11px auto 0;
}
#christmasfair2025 #event1 .event-box .event-detail {
  margin-top: 22px;
}
#christmasfair2025 #event2 {
  background-image: url(../img/event2-back.jpg);
}
#christmasfair2025 #event2 .event-box {
  width: 1054px;
  height: 896px;
  background-image: url(../img/event2-box.png);
}
#christmasfair2025 #event2 .event-box .event-txt {
  width: 384px;
  margin: 211px auto 0;
}
#christmasfair2025 #event2 .event-box .event-detail {
  margin-top: 32px;
}
#christmasfair2025 #event2 .event-box .btn-y, #christmasfair2025 #event2 .event-box .btn-r {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 57px;
  border-radius: 4px;
  width: 297px;
  display: block;
  margin: 0 auto;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
#christmasfair2025 #event2 .event-box .btn-y::after, #christmasfair2025 #event2 .event-box .btn-r::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
#christmasfair2025 #event2 .event-box .btn-y + p, #christmasfair2025 #event2 .event-box .btn-r + p {
  font-size: 12px;
  line-height: 170%;
  margin-top: 15px;
}
#christmasfair2025 #event2 .event-box .btn-y:hover, #christmasfair2025 #event2 .event-box .btn-r:hover {
  box-shadow: 0 0 calc(10 / var(--pc)) #fff, 0 0 calc(10 / var(--pc)) #fff, 0 0 calc(20 / var(--pc)) #fff, 0 0 calc(40 / var(--pc)) #f7ee9f, 0 0 calc(20 / var(--pc)) #f7ee9f, 0 0 calc(10 / var(--pc)) #f7ee9f, 0 0 calc(40 / var(--pc)) #f7ee9f, 0 0 calc(60 / var(--pc)) #f7ee9f;
}
#christmasfair2025 #event2 .event-box .btn-y {
  background: #D7A621;
  margin-top: 57px;
}
#christmasfair2025 #event2 .event-box .btn-r {
  background: #E70807;
  margin-top: 20px;
}
#christmasfair2025 #event2 .event-box dl {
  width: 670px;
  margin: 31px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 21px;
}
#christmasfair2025 #event2 .event-box dl dt {
  font-size: 15px;
  font-weight: 700;
  line-height: 180%;
}
#christmasfair2025 #event2 .event-box dl dd {
  font-size: 12px;
  line-height: 170%;
  margin-top: 9px;
}
#christmasfair2025 #event3 {
  background-image: url(../img/event3-back.jpg);
}
#christmasfair2025 #event3 .event-box {
  width: 1054px;
  height: 867px;
  background-image: url(../img/event3-box.png);
}
#christmasfair2025 #event3 .event-box .event-txt {
  width: 603px;
  margin: 246px auto 0;
}
#christmasfair2025 #event3 .event-box .event-img {
  width: 323px;
  margin: -18px auto 0;
}
#christmasfair2025 #event3 .event-box .event-detail {
  margin-top: 16px;
}
#christmasfair2025 #event3 .event-box .attention {
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
#christmasfair2025 #event4 {
  background-image: url(../img/event4-back.jpg);
}
#christmasfair2025 #event4 .event-box {
  width: 1054px;
  height: 668px;
  background-image: url(../img/event4-box.png);
}
#christmasfair2025 #event4 .event-box .event-txt {
  width: 411px;
  margin: 257px auto 0;
}
#christmasfair2025 #event4 .event-box .event-detail {
  margin-top: 60px;
}
#christmasfair2025 .index-link {
  background: #A61B26;
  overflow: visible;
}
#christmasfair2025 .index-link .index-link-inner {
  width: 1500px;
  margin: 0 auto;
  padding: 80px 0 188px;
  position: relative;
}
#christmasfair2025 .index-link .index-link-inner a {
  display: block;
  width: 420px;
  background: #104D33;
  border: 3px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 84px;
  margin: 0 auto;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
#christmasfair2025 .index-link .index-link-inner a:hover {
  box-shadow: 0 0 calc(10 / var(--pc)) #fff, 0 0 calc(10 / var(--pc)) #fff, 0 0 calc(20 / var(--pc)) #fff, 0 0 calc(40 / var(--pc)) #f7ee9f, 0 0 calc(20 / var(--pc)) #f7ee9f, 0 0 calc(10 / var(--pc)) #f7ee9f, 0 0 calc(40 / var(--pc)) #f7ee9f, 0 0 calc(60 / var(--pc)) #f7ee9f;
}
#christmasfair2025 .index-link .index-link-inner .snowman, #christmasfair2025 .index-link .index-link-inner .tree {
  position: absolute;
  bottom: -63px;
  z-index: 2;
}
#christmasfair2025 .index-link .index-link-inner .snowman {
  width: 158px;
  left: 340px;
}
#christmasfair2025 .index-link .index-link-inner .tree {
  width: 247px;
  right: 245px;
}
#christmasfair2025 .breadclumbs {
  background: #A61B26;
}
#christmasfair2025 .breadclumbs .breadclumbs-inner {
  width: 1500px;
  margin: 0 auto;
  padding: 22px 150px;
  text-align: left;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  #christmasfair2025 .sp {
    display: block;
  }
  #christmasfair2025 .pc {
    display: none;
  }
  #christmasfair2025 .kv {
    height: calc(375 / var(--sp));
    background: url(../img/kv-back_sp.jpg) no-repeat;
    background-size: cover;
  }
  #christmasfair2025 .kv .kv-txt {
    width: calc(327 / var(--sp));
    height: calc(68 / var(--sp));
    background: url(../img/kv-txt-back_sp.png) no-repeat;
    background-size: contain;
    top: calc(148 / var(--sp));
    left: calc(28 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(1) {
    width: calc(29 / var(--sp));
    top: calc(23 / var(--sp));
    left: calc(36 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(2) {
    width: calc(30 / var(--sp));
    top: calc(26 / var(--sp));
    left: calc(63 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(3) {
    width: calc(20 / var(--sp));
    top: calc(25 / var(--sp));
    left: calc(94 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(4) {
    width: calc(16 / var(--sp));
    top: calc(23 / var(--sp));
    left: calc(115 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(5) {
    width: calc(20 / var(--sp));
    top: calc(18 / var(--sp));
    left: calc(140 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(6) {
    width: calc(19 / var(--sp));
    top: calc(23 / var(--sp));
    left: calc(160 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(7) {
    width: calc(11 / var(--sp));
    top: calc(15 / var(--sp));
    left: calc(179 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(8) {
    width: calc(17 / var(--sp));
    top: calc(24 / var(--sp));
    left: calc(191 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(9) {
    width: calc(16 / var(--sp));
    top: calc(22 / var(--sp));
    left: calc(213 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(10) {
    width: calc(17 / var(--sp));
    top: calc(24 / var(--sp));
    left: calc(230 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(11) {
    width: calc(16 / var(--sp));
    top: calc(25 / var(--sp));
    left: calc(247 / var(--sp));
  }
  #christmasfair2025 .kv .kv-txt img:nth-of-type(12) {
    width: calc(16 / var(--sp));
    top: calc(27 / var(--sp));
    left: calc(264 / var(--sp));
  }
  #christmasfair2025 .kv .kv-event1 {
    width: calc(177 / var(--sp));
    height: calc(146 / var(--sp));
    margin-left: 0;
  }
  #christmasfair2025 .kv .kv-event2 {
    width: calc(183 / var(--sp));
    height: calc(146 / var(--sp));
    margin: 0 0 0 calc(6 / var(--sp));
  }
  #christmasfair2025 .kv .kv-event3 {
    width: calc(177 / var(--sp));
    height: calc(144 / var(--sp));
    margin: calc(60 / var(--sp)) 0 0 0;
  }
  #christmasfair2025 .kv .kv-event4 {
    width: calc(178 / var(--sp));
    height: calc(145 / var(--sp));
    margin: calc(59 / var(--sp)) 0 0 calc(10 / var(--sp));
  }
  #christmasfair2025 .period .period-inner {
    width: 100%;
    padding-bottom: calc(71 / var(--sp));
  }
  #christmasfair2025 .period .period-inner .signboard {
    width: calc(305 / var(--sp));
    height: calc(180 / var(--sp));
    background: url(../img/signboard_sp.png) no-repeat;
    background-size: contain;
    padding: calc(57 / var(--sp)) 0 calc(23 / var(--sp));
  }
  #christmasfair2025 .period .period-inner .signboard dl dt {
    font-size: calc(13 / var(--sp));
  }
  #christmasfair2025 .period .period-inner .signboard dl dd {
    font-size: calc(16 / var(--sp));
  }
  #christmasfair2025 .period .period-inner .signboard dl dd img {
    width: calc(200 / var(--sp));
    margin-top: calc(9 / var(--sp));
  }
  #christmasfair2025 .period .period-inner .signboard dl dd + dt {
    margin-top: calc(6 / var(--sp));
  }
  #christmasfair2025 .period .period-inner .signboard dl dd + dt + dd {
    margin-top: calc(4 / var(--sp));
  }
  #christmasfair2025 .period .period-inner .signboard + a {
    margin-top: calc(21 / var(--sp));
    font-size: calc(14 / var(--sp));
    line-height: 140%;
    letter-spacing: 0em;
    position: relative;
    z-index: 2;
  }
  #christmasfair2025 .period .period-inner .signboard + a::before, #christmasfair2025 .period .period-inner .signboard + a::after {
    width: calc(17 / var(--sp));
    height: calc(29 / var(--sp));
    background: url(../img/arrow_sp.png) no-repeat;
    background-size: contain;
  }
  #christmasfair2025 .period .period-inner .signboard + a::before {
    margin-right: calc(10 / var(--sp));
  }
  #christmasfair2025 .period .period-inner .signboard + a::after {
    margin-left: calc(10 / var(--sp));
  }
  #christmasfair2025 .period .period-inner .presents {
    width: calc(75 / var(--sp));
    left: calc(25 / var(--sp));
  }
  #christmasfair2025 .period .period-inner .horse {
    width: calc(103 / var(--sp));
    right: calc(22 / var(--sp));
  }
  #christmasfair2025 .star01 {
    width: calc(354 / var(--sp));
    height: calc(292 / var(--sp));
    top: calc(4 / var(--sp));
    left: calc(10 / var(--sp));
  }
  #christmasfair2025 .star02 {
    width: calc(375 / var(--sp));
    height: calc(964 / var(--sp));
    top: 0;
    left: 0;
  }
  #christmasfair2025 .star03 {
    width: calc(375 / var(--sp));
    height: calc(869 / var(--sp));
    top: 0;
    left: 0;
  }
  #christmasfair2025 .star04 {
    width: calc(367 / var(--sp));
    height: calc(788 / var(--sp));
    top: 0;
    left: calc(4 / var(--sp));
  }
  #christmasfair2025 .star05 {
    width: calc(375 / var(--sp));
    height: calc(537 / var(--sp));
    top: 0;
    left: 0;
  }
  #christmasfair2025 .star06 {
    width: calc(357 / var(--sp));
    height: calc(220 / var(--sp));
    top: calc(10 / var(--sp));
    left: calc(10 / var(--sp));
  }
  #christmasfair2025 .event-inner {
    width: 100%;
    padding: calc(40 / var(--sp)) 0 calc(46 / var(--sp));
  }
  #christmasfair2025 #event1 .event-box, #christmasfair2025 #event2 .event-box, #christmasfair2025 #event3 .event-box, #christmasfair2025 #event4 .event-box {
    margin: 0 0 0 calc(10 / var(--sp));
  }
  #christmasfair2025 #event1 .event-box .event-detail, #christmasfair2025 #event2 .event-box .event-detail, #christmasfair2025 #event3 .event-box .event-detail, #christmasfair2025 #event4 .event-box .event-detail {
    font-size: calc(15 / var(--sp));
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0em;
  }
  #christmasfair2025 #event1 {
    background-image: url(../img/event1-back_sp.jpg);
  }
  #christmasfair2025 #event1 .event-box {
    width: calc(345 / var(--sp));
    height: calc(918 / var(--sp));
    background-image: url(../img/event1-box_sp.png);
    padding-top: calc(110 / var(--sp));
  }
  #christmasfair2025 #event1 .event-box > p {
    font-size: calc(18 / var(--sp));
    line-height: 140%;
  }
  #christmasfair2025 #event1 .event-box .event-txt {
    width: calc(286 / var(--sp));
    margin: calc(4 / var(--sp)) 0 0 calc(10 / var(--sp));
  }
  #christmasfair2025 #event1 .event-box .event-img {
    width: calc(240 / var(--sp));
    margin: calc(25 / var(--sp)) 0 0 calc(10 / var(--sp));
  }
  #christmasfair2025 #event1 .event-box .event-detail {
    margin-top: calc(20 / var(--sp));
  }
  #christmasfair2025 #event2 {
    background-image: url(../img/event2-back_sp.jpg);
  }
  #christmasfair2025 #event2 .event-box {
    width: calc(345 / var(--sp));
    height: calc(734 / var(--sp));
    background-image: url(../img/event2-box_sp.png);
  }
  #christmasfair2025 #event2 .event-box .event-txt {
    width: calc(202 / var(--sp));
    margin: calc(124 / var(--sp)) 0 0 calc(10 / var(--sp));
  }
  #christmasfair2025 #event2 .event-box .event-detail {
    margin: calc(20 / var(--sp)) 0 0 calc(11 / var(--sp));
  }
  #christmasfair2025 #event2 .event-box .btn-y, #christmasfair2025 #event2 .event-box .btn-r {
    font-size: calc(15 / var(--sp));
    line-height: calc(50 / var(--sp));
    border-radius: calc(5 / var(--sp));
    width: calc(260 / var(--sp));
  }
  #christmasfair2025 #event2 .event-box .btn-y::after, #christmasfair2025 #event2 .event-box .btn-r::after {
    width: calc(10 / var(--sp));
    height: calc(10 / var(--sp));
    border-right: calc(3 / var(--sp)) solid #fff;
    border-bottom: calc(3 / var(--sp)) solid #fff;
    right: calc(15 / var(--sp));
  }
  #christmasfair2025 #event2 .event-box .btn-y + p, #christmasfair2025 #event2 .event-box .btn-r + p {
    font-size: calc(12 / var(--sp));
    margin: calc(9 / var(--sp)) 0 0 calc(11 / var(--sp));
  }
  #christmasfair2025 #event2 .event-box .btn-y {
    margin: calc(32 / var(--sp)) 0 0 calc(48 / var(--sp));
  }
  #christmasfair2025 #event2 .event-box .btn-r {
    margin: calc(22 / var(--sp)) 0 0 calc(48 / var(--sp));
  }
  #christmasfair2025 #event2 .event-box dl {
    width: calc(260 / var(--sp));
    margin: calc(22 / var(--sp)) 0 0 calc(48 / var(--sp));
    padding-top: calc(19 / var(--sp));
  }
  #christmasfair2025 #event2 .event-box dl dt {
    font-size: calc(14 / var(--sp));
    line-height: calc(27 / var(--sp));
  }
  #christmasfair2025 #event2 .event-box dl dd {
    font-size: calc(12 / var(--sp));
    line-height: 180%;
    margin-top: 0;
  }
  #christmasfair2025 #event3 {
    background-image: url(../img/event3-back_sp.jpg);
  }
  #christmasfair2025 #event3 .event-box {
    width: calc(345 / var(--sp));
    height: calc(709 / var(--sp));
    background-image: url(../img/event3-box_sp.png);
  }
  #christmasfair2025 #event3 .event-box .event-txt {
    width: calc(215 / var(--sp));
    margin: calc(123 / var(--sp)) 0 0 calc(11 / var(--sp));
  }
  #christmasfair2025 #event3 .event-box .event-img {
    width: calc(304 / var(--sp));
    margin: calc(9 / var(--sp)) 0 0 calc(26 / var(--sp));
  }
  #christmasfair2025 #event3 .event-box .event-detail {
    margin: calc(19 / var(--sp)) 0 0 calc(11 / var(--sp));
  }
  #christmasfair2025 #event3 .event-box .attention {
    font-size: calc(14 / var(--sp));
    line-height: 150%;
    margin: calc(10 / var(--sp)) 0 0 calc(11 / var(--sp));
  }
  #christmasfair2025 #event4 {
    background-image: url(../img/event4-back_sp.jpg);
  }
  #christmasfair2025 #event4 .event-box {
    width: calc(350 / var(--sp));
    height: calc(457 / var(--sp));
    background-image: url(../img/event4-box_sp.png);
  }
  #christmasfair2025 #event4 .event-box .event-txt {
    width: calc(256 / var(--sp));
    margin: calc(129 / var(--sp)) 0 0 calc(7 / var(--sp));
  }
  #christmasfair2025 #event4 .event-box .event-detail {
    margin-top: calc(20 / var(--sp)) 0 0 calc(7 / var(--sp));
  }
  #christmasfair2025 .index-link .index-link-inner {
    width: 100%;
    padding: calc(40 / var(--sp)) 0 calc(99 / var(--sp));
  }
  #christmasfair2025 .index-link .index-link-inner a {
    width: calc(260 / var(--sp));
    border: calc(3 / var(--sp)) solid #fff;
    border-radius: calc(13 / var(--sp));
    font-size: calc(14 / var(--sp));
    letter-spacing: 0em;
    line-height: calc(44 / var(--sp));
  }
  #christmasfair2025 .index-link .index-link-inner .snowman, #christmasfair2025 .index-link .index-link-inner .tree {
    bottom: calc(-49 / var(--sp));
  }
  #christmasfair2025 .index-link .index-link-inner .snowman {
    width: calc(57 / var(--sp));
    left: calc(177 / var(--sp));
  }
  #christmasfair2025 .index-link .index-link-inner .tree {
    width: calc(81 / var(--sp));
    right: calc(54 / var(--sp));
  }
  #christmasfair2025 .breadclumbs .breadclumbs-inner {
    width: 100%;
    padding: calc(14 / var(--sp)) calc(11 / var(--sp));
    font-size: calc(12 / var(--sp));
  }
}/*# sourceMappingURL=christmasfair2025.css.map */