<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*timer*/
.timerHidden{ display: none!important;}.timerVisible{ display: block!important;}

/*茵�ず*/
.pc {
  display: block;
}

.sp {
  display: none;
}

.hideme,
.hideme2,
.hideme3 {
  opacity: 0;
}

@media screen and (max-width:480px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*�糸��*/
.fit-present{
  width: 64%!important;
}
@media screen and (max-width:980px){
  .fit-present{
    width: 72%!important;
  }
}
@media screen and (max-width:480px){
  .fit-present{
    width: 100%!important;
  }
}

/*color*/
.gold {
  color: #d7bf7c;
}

/*篏�茖�*/
.inner h3{
  margin: 0;
}
.event-title{
  margin: 2rem 0 4rem;
}
.serif{
  font-family: serif;
}
.smaller {
  font-size: 0.85rem;
  line-height: normal;
}
.smaller-l {
  font-size: 0.72rem!important;
}
.lineheight-message{
  line-height: 200%;
}

/* Loading�����脂�∵┃絎���*/
#splash {
  /*fixed�у���≪���阪�*/
  position: fixed;
  width: 100%;
  height: 100vh;
  margin-top: -3em;
  z-index: 9999;
  background: #000000;
  text-align: center;
  color: #fff;
}

/* Loading�糸�鋇㊤ぎ��臀���*/
#splash_logo {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading �≪�ゃ�潟�潟��ぇ����荐㊤���*/
#splash_logo img {
  width: 400px;
}

@media screen and (max-width:480px) {
  #splash_logo img {
    width: 280px;
  }
}

/* fadeUp�������≪�ゃ�潟�潟������ */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.logo {
  max-width: 440px;
  margin: 0 auto 2em !important;
}

.date-label {
  background-color: #e4ca82;
  box-shadow: 0px 0px 20px 20px #e4ca82;
  border-radius: none;
  padding: 0.5rem 2rem;
  width: fit-content;
  margin: 0rem auto 2rem;
  color: #222222!important;
  font-weight: 600;
}

.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-b-1 {
  margin-bottom: 2em;
}

.margin-b-2 {
  margin-bottom: 4em;
}

.mg-t-one {
  margin-top: 2rem !important;
}
.mg-t {
  margin-top: 1rem !important;
}

/*present*/

.present-bg{
  background-color: #D9A900!important;
}
.present-bg .content p{
  color: #000!important;
}

.detail-inner {
  width: 64%;
  margin: 0 auto;
}

@media screen and (max-width:980px) {
  .detail-inner {
    width: 80%;
  }
}

@media screen and (max-width:480px) {
  .detail-inner {
    width: 100%;
  }
}

.slider {
  /*罔��94%�у窪�潟����純����������賢紊����*/
  width: 90%;
  margin: 0 auto;
}

.slider img {
  width: 44vw;
  /*�鴻���ゃ���弱�����糸���60vw�ù�������鴻���潟�激����*/
  height: auto;
}

@media screen and (max-width: 480px) {
  .slider {
    /*罔��94%�у窪�潟����純����������賢紊����*/
    width: 94%;
  }

  .slider img {
    width: 88vw;
    /*�鴻���ゃ���弱�����糸���60vw�ù�������鴻���潟�激����*/
    height: auto;
  }
}

.slider .slick-slide {
  transform: scale(0.56);
  /*綏�劻���糸����泣�ゃ�冴��80%��*/
  transition: all 0.5s;
  /*�≦ぇ��������≪���＜�若�激�с�潟��0.5腱��ц���*/
  opacity: 0.5;
  /*���50%*/
}

.slider .slick-slide.slick-center {
  transform: scale(1);
  /*鋇㊤ぎ���糸����泣�ゃ�冴����膈�����*/
  opacity: 1;
  /*����Ù��*/
}


/*�√�違��┃絎�*/

/*�祉����罨＜�悟�√�違���臀�*/
.slick-prev,
.slick-next {
  position: absolute;
  /*腟九���臀�������*/
  top: 36%;
  cursor: pointer;
  /*�����鴻���若�純���������若����*/
  outline: none;
  /*�����������������冴�������靣���羔���*/
  border-top: 2px solid #fff;
  /*�√�違����*/
  border-right: 2px solid #fff;
  /*�√�違����*/
  height: 15px;
  width: 15px;
}

.slick-prev {
  /*�祉���√�違���臀���就��*/
  left: -4%;
  transform: rotate(-135deg);
}

.slick-next {
  /*罨＜�悟�√�違���臀���就��*/
  right: -4%;
  transform: rotate(45deg);
}

@media screen and (max-width: 480px) {

  .slick-prev,
  .slick-next {
    border-top: 1.5px solid #fff;
    /*�√�違����*/
    border-right: 1.5px solid #fff;
    /*�√�違����*/
    height: 12px;
    width: 12px;
  }

  .slick-prev {
    /*�祉���√�違���臀���就��*/
    left: -4%;
    transform: rotate(-135deg);
  }

  .slick-next {
    /*罨＜�悟�√�違���臀���就��*/
    right: -4%;
    transform: rotate(45deg);
  }
}

/*�����������蚊�若�激�с�潟��┃絎�*/

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*���������帥�潟���泣�ゃ��*/
  height: 8px;
  /*���������帥�潟���泣�ゃ��*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*���������帥�潟����*/
}

.slick-dots .slick-active button {
  background: #333;
  /*���������帥�潟��憜���域；腓冴����*/
}

.slider_js {
  margin-top: 1em;
}

.slider_js ul {
  padding: 0 !important;
}

.slider_container {
  margin-bottom: 3em;
}

.grid-area {
  display: grid;
  padding-bottom: 1em;
  align-items: center;
  grid-template: auto / 1fr auto 1fr;
  grid-template-areas:
    "itemA itemB itemC";
}

.grid-item {
  font-size: 1.75em;
  font-weight: bold;
  color: #ffffff;
  padding: 8px;
  box-sizing: border-box;
}

.grid-item p {
  text-align: center !important;
  text-transform: none !important;
  margin: 0 !important;
}

.grid-itemA {
  grid-area: itemA;
  width: fit-content;
  justify-self: end;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #a0d9f5 100%);
  -webkit-background-clip: text;
  color: transparent;
  margin-right: 0.5em;
}

.grid-itemB {
  grid-area: itemB;
  width: fit-content;
  justify-self: center;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #a0d9f5 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.grid-itemB p {
  font-size: 1em !important;
}

.grid-itemC {
  grid-area: itemC;
  width: fit-content;
  justify-self: start;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #a0d9f5 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.btn-nav {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.btn-nav div:nth-child(1) {
  background-color: #A97852;
  margin-right: 2em;
}

.btn-nav div:nth-child(1) a {
  color: #fff !important;
}

.btn-nav div:nth-child(2) {
  background-color: #eeca82;
}

.btn-nav div:nth-child(2) a {
  color: #000 !important;
}

#card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.slider-container {
  max-width: 1200px;
  width: 95%;
}

.main-title {
  font-size: 2.4em;
  margin-bottom: 0.25em;
  line-height: normal;
}

.slider-container .sub-title {
  margin: 0;
  font-size: 1.2em;
}

.v-line {
  position: relative;
  /*腟九��ゆ��絎���Κ荀�膣����荀�*/
  align-items: center;
  margin-bottom: 2em;
}

.v-line:before {
  content: "";
  /*��篌取�膣���賢荳�����絎�*/
  background: #D6CEBD;
  /*膩����我��絎�*/
  width: 8px;
  /*膩������絎�*/
  height: 24px;
  /*膩��������絎�*/
}

.v-line&gt;* {
  padding: 0 10px;
  /*篏��醇��絎�*/
  color: #D6CEBD !important;
}

.slider-wrapper {
  position: relative;
}

.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 50;
  color: #fff !important;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #f1ce6f;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
  background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.slider-wrapper .slide-button#next-slide {
  right: -25px;
}

.slider-wrapper .image-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .image-list .image-item {
  width: 330px;
  height: 220px;
  object-fit: cover;
}

.container .slider-scrollbar {
  height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.slider-scrollbar .scrollbar-track {
  background: #ffffff;
  width: 100%;
  height: 3px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: relative;
}

.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  background: #f1ce6f;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  cursor: grab;
  border-radius: inherit;
}

.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}

.card-text {
  font-size: 14px;
  color: #000000;
}

.card-title {
  font-size: 16px;
  color: #000000;
  margin-top: 1em;
  line-height: 180%;
  height: calc(1rem * 1.8 * 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:480px) {
  .card-title {
    margin-top: 0em;
  }
}

.card-title-special {
  font-size: 1.5rem;
  color: #000000;
  margin-top: 1em;
  line-height: 180%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-item {}

.card-item-inner {
  background-color: #E6D8B3;
  padding: 20px 10px 0px 10px;
}

@media screen and (max-width:980px) {
  .card-text {
    font-size: 16px;
    color: #ffffff;
  }

  .card-title {
    font-size: 14px;
    line-height: normal;
  }
}

/* Styles for mobile and tablets */
@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }

  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }

  .slider-wrapper .image-list .image-item {
    width: 300px;
    height: 200px;
  }

  .slider-scrollbar .scrollbar-thumb {
    width: 25%;
  }
}

/*button*/
.btn-wrap {
  display: block;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.btn-wrap-2 {
  display: inline-block;
  margin: 0 auto;
}

.button-37 {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #000000 !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  outline: 0;
  padding: 10px 20px 10px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  margin: 0 auto 1em;
}

.btn-wrap .button-37 {
  display: block;
  width: 100% !important;
}

.button-37:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

.button-37 a {
  text-decoration: none;
  border-bottom: none;
  color: #000000 !important;
  font-size: 16px;
}

@media (min-width: 768px) {
  .button-37 {
    padding: 8px 20px;
  }
}

#gallery {
  background-color: #A97852;
}

/*�≪�潟�若���ｃ����*/
.details {
  color: #000000;
  line-height: 2;
  border: 1px solid #6fce90;
  background-color: #ffefce;
  width: 100%;
  margin: 0 auto 20px;
}

.details p {
  color: #4b4b4b;
}

.details__summary {
  position: relative;
  display:block;
  background: #6fce90;
  cursor: pointer;
  margin: 0;
  font-size: 0.8em;
  padding: 4px 40px 4px 16px;
  color: #ffffff;
}

.details__summary::after {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #ffffff;
  transition: .3s ease-in-out, top .3s ease-in-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}

.details__summary.open::after {
  transform: rotate(-90deg);
}

.details__content {
  display: none;
  overflow: hidden;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.details__content&gt;* {
  margin: 0;
  padding-top: 16px;
}

.details__content&gt;*:last-child {
  padding-bottom: 16px;
}

.details__content .image {
  margin-bottom: 0;
}

/* �㏍���㏍������ */
#star {
  position: relative;
}
.star {
  position: absolute;
  display: block;
  width: 12px; /* �㏍���㏍����┴綛�����絎� */
  height: 12px; /* �㏍���㏍����研綛�����絎� */
  background-image: url("images/glitter/star-yellow.svg"); /* �㏍���㏍�����糸������鴻��荐��� */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: glitter 1s;
  pointer-events: none;
}

/* �㏍���㏍�����榊�������≪���＜�若�激�с�� */
@keyframes glitter {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

/*�冴�����㏍��*/
.wrapper-target {
  width: 30%;
  margin: 0 auto;
}
.target {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:480px) {
  .wrapper-target {
    width: 60%;
    max-width: 300px;
  }
}
.wrapper-target {
  animation: floating-x 6.2s ease-in-out infinite alternate-reverse;
}
.target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translateX(-4%);
  }
  100% {
    transform: translateX(4%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(3%);
  }
}

/*scroll*/
#one {
  position: relative;
}
.container-scroll {
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 24px;
  margin: 0 auto;
}

.chevron {
  position: absolute;
  width: 32px;
  height: 3px;
  top: 0;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

/*fog*/
.p-canvas-webgl {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
}</pre></body></html>