:root {
  --main-accent-color: #b40202;
}

.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  overflow: visible !important;
}

.holiday-calendar {
  position: relative;
  background-color: var(--main-accent-color);
}
.holiday-calendar .main-content-bg {
  position: relative;
  z-index: 10;
  display: flex;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-bg {
    display: block;
  }
}
.holiday-calendar .main-content-bg .kv {
  position: sticky;
  top: 0;
  left: 0;
  width: 45vw;
  height: 100vh;
  z-index: 10;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-bg .kv {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 550px;
  }
}
.holiday-calendar .main-content-bg .kv .kv-images {
  height: 100%;
  position: relative;
}
.holiday-calendar .main-content-bg .kv .kv-images .kv-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.holiday-calendar .main-content-bg .kv .kv-images .kv-image.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-bg .kv .kv-images .kv-image {
    height: auto;
  }
}
.holiday-calendar .main-content-bg .kv .kv-logo {
  position: absolute;
  top: 30px;
  left: 24px;
  z-index: 1;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-bg .kv .kv-logo {
    top: 9px;
    left: 15px;
    width: 90px;
  }
}
.holiday-calendar .main-content-bg .kv .kv-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: fot-cezanne-pron, sans-serif;
  bottom: 11%;
  z-index: 1;
  width: 57%;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-bg .kv .kv-text {
    width: 90%;
    bottom: 3%;
  }
}
.holiday-calendar .main-content-wrapper {
  position: relative;
  z-index: 10;
  width: 55vw;
  padding-top: 84px;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper {
    width: 100%;
    margin-left: inherit;
    padding-top: 64px;
  }
}
.holiday-calendar .main-content-wrapper .main-content {
  margin: auto;
  max-width: 450px;
  color: #fff;
  container-type: inline-size;
}
.holiday-calendar .main-content-wrapper .main-content .main-kv-text {
  width: 312px;
  margin: auto;
  margin-bottom: 75px;
}
.holiday-calendar .main-content-wrapper .main-content .lead {
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  font-family: fot-cezanne-pron, sans-serif;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lead {
    font-size: 11px;
    line-height: 24px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .content-index {
  padding: 75px 24px 120px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .content-index {
    padding: 63px 20px 100px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .content-index .content-index-item {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.holiday-calendar .main-content-wrapper .main-content .content-index .content-index-item:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.holiday-calendar .main-content-wrapper .main-content .content-index .content-index-item .credit {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 17px;
  font-family: bressay, serif;
  line-height: 30px;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .content-index .content-index-item .credit {
    font-size: 14px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .content-index > :last-child:nth-child(odd) {
  grid-column: 1/-1;
  justify-self: center;
  width: 50%;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section {
  margin-top: 140px;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section {
    margin-top: 120px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .credits {
  justify-content: end;
  display: grid;
  gap: 5px;
  margin-right: 18px;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .credits {
    margin-right: 15px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .credits .credit {
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .credits .credit .credit-info {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  font-family: bressay, serif;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  gap: 4px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .credits .credit .credit-info {
    font-size: 12px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .credits .credit .buy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: var(--main-accent-color);
  padding: 4px 8px;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .credits .credit .buy-button {
    padding: 3px 8px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .credits .credit .buy-button div {
  font-size: 12px;
  line-height: 1;
  font-family: bressay, serif;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .credits .credit .buy-button div {
    font-size: 10px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .credits .credit .buy-button.coming-soon {
  background-color: #e97e7e;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head {
  width: 78%;
  margin-left: auto;
  margin-bottom: 48px;
  margin-right: 18px;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .section-head {
    margin-bottom: 40px;
    margin-right: 15px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-title {
  font-size: 33px;
  line-height: 33px;
  font-family: bressay, serif;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-title {
    font-size: 26px;
    line-height: 26px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image {
  margin: 25px 0;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image {
    margin: 21px 0;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image.sec-5 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image.sec-6 {
  position: relative;
  height: 70cqw;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image.sec-6 img {
  position: absolute;
  width: 49%;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image.sec-6 img:first-child {
  top: 50px;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image.sec-6 img:last-child {
  right: 0px;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image.sec-7 {
  position: relative;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image.sec-7 div {
  width: 100%;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image.sec-7 div:first-child {
  text-align: right;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image.sec-7 div:first-child img {
  width: 45cqw;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image.sec-7 div:last-child {
  margin-top: 8px;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-image.sec-7 div:last-child img {
  width: 55cqw;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-text {
  font-size: 13px;
  font-family: fot-cezanne-pron, sans-serif;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .section-head .sec-text {
    font-size: 11px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-credits {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  margin-bottom: 61px;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-credits.has-images {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .section-credits {
    margin-bottom: 51px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-credits .credit-image {
  width: 56%;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style {
  margin: auto;
  width: 95%;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-inner {
  background-color: #ffffff;
  padding: 8%;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-title {
  color: var(--main-accent-color);
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-title .style-subtitle {
  font-size: 13px;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-title .style-subtitle {
    font-size: 11px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-title .style-title {
  font-size: 36px;
  line-height: 36px;
  font-family: bressay, serif;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-title .style-title {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-image {
  margin-top: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-image {
    margin-top: 21px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-image .section-style-credits {
  position: absolute;
  bottom: 0;
  background-color: rgba(62, 67, 67, 0.5019607843);
  left: 0;
  width: 100%;
  transition: transform 1s ease;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-image .section-style-credits.active {
  transform: translateY(0px);
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-image .section-style-credits .credits {
  margin: inherit;
  padding: 0px 12px 12px;
  display: none;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-image .section-style-credits .credits.active {
  display: grid;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-image .section-style-credits .close-btn-wrapper {
  padding: 10px 12px 10px;
  display: flex;
  justify-content: flex-end;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-image .section-style-credits .close-btn-wrapper .close-btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: transparent;
  transition: transform 0.3s ease;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-image .section-style-credits .close-btn-wrapper .close-btn img {
  width: 17px;
  height: 17px;
  transition: transform 0.3s ease;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-image .section-style-credits .close-btn-wrapper .close-btn.active img {
  transform: rotate(45deg);
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-image .section-style-credits .close-btn-wrapper .close-btn:hover {
  opacity: 0.7;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-text {
  margin-top: 25px;
  color: #3e4343;
  font-size: 13px;
  font-family: fot-cezanne-pron, sans-serif;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-text {
    font-size: 11px;
    margin-top: 21px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-main-credit {
  margin-top: 25px;
  margin-right: inherit !important;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-main-credit {
    margin-top: 21px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-main-credit .credit-info {
  color: #3e4343;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-style .section-style-main-credit .buy-button {
  background-color: var(--main-accent-color);
  color: #ffffff;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-staff-style {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.holiday-calendar .main-content-wrapper .main-content .lp-section .section-staff-style .section-staff-style-link {
  width: 72%;
  text-align: center;
  display: inline-block;
  padding: 23px 1.5em;
  border: 4px double #fff;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-family: fot-cezanne-pron, sans-serif;
}
@media (max-width: 767px) {
  .holiday-calendar .main-content-wrapper .main-content .lp-section .section-staff-style .section-staff-style-link {
    margin-top: 11px;
  }
}
.holiday-calendar .main-content-wrapper .main-content .photo-credit {
  font-family: bressay, serif;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  margin: 120px 0;
}
.holiday-calendar .main-content-wrapper .main-content .brand-link {
  margin-bottom: 125px;
}
.holiday-calendar .main-content-wrapper .main-content .brand-link a {
  margin: auto;
  background-color: #fff;
  color: var(--main-accent-color);
  display: block;
  width: 60cqw;
  padding: 12px;
  text-align: center;
}
.holiday-calendar .main-content-wrapper .main-content .brand-link a span {
  font-family: bressay, serif;
  font-size: 17px;
  line-height: 1;
  position: relative;
}

.animate-ready {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-in {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.content-index-item.animate-ready {
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.content-index-item.animate-in {
  opacity: 1 !important;
  transform: translateY(0px) scale(1) !important;
}

.sec-title.animate-ready {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.sec-title.animate-in {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.sec-image.animate-ready,
.section-credits.animate-ready {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.sec-image.animate-in,
.section-credits.animate-in {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.sec-text.animate-ready,
.lead.animate-ready {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.sec-text.animate-in,
.lead.animate-in {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.section-style.animate-ready {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 1.1s ease, transform 1.1s ease;
}

.section-style.animate-in {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.section-staff-style.animate-ready {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.section-staff-style.animate-in {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.photo-credit.animate-ready,
.brand-link.animate-ready {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.photo-credit.animate-in,
.brand-link.animate-in {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

img.lazy-loading {
  opacity: 0;
  transition: opacity 0.5s ease;
}

img.loaded {
  opacity: 1 !important;
}

.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.snowflake {
  position: absolute;
  top: -10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: snowfall linear infinite;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
  will-change: transform, opacity;
}

@keyframes snowfall {
  0% {
    transform: translateY(-10px) translateX(0px) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(100vh) translateX(var(--drift, 0px)) rotate(360deg);
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .snowflake {
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
  }
}
.sec-images {
  position: relative;
  width: 100%;
  height: auto;
}
.sec-images .sec-image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.sec-images .sec-image-item.active {
  opacity: 1;
}
.sec-images .sec-image-item:first-child {
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .animate-ready,
  .animate-in,
  img.lazy-loading,
  img.loaded {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .snow-container {
    display: none !important;
  }
  .sec-images .sec-image-item {
    transition: none !important;
  }
  .sec-images .sec-image-item.active {
    opacity: 1 !important;
  }
  .sec-images .sec-image-item:not(.active) {
    opacity: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */