@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* 基本設定
---------------------------------------- */

body {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	background: #F7F8F8;
}

/* カスタムプロパティの定義 */
:root {
  --main-color: #a8cee8;
  --secondary-color: #c6daed;
}

#wf2024 {
	background: var(--main-color);
}

#mv-sp {
	display: none;
}

#mv-pc {
	display: block;
  height: 100%;
}

.event-end {
    background: #000;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 100px;
}

.sp_only {
  display: none;
}

/* メインビジュアル
---------------------------------------- */

#mv {
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0 0;
  position: relative;
	aspect-ratio: 1900 / 1000;
}
#mv .mv-pic {
	display: block;
	max-width: 580px;
	width: 90%;
	margin: 0 auto;
}

#mv-pc .mv-pc--position {
	max-width: 700px;
  height: 100%;
	margin: 0 auto;
	position: relative;
}
#mv-pc .mv-pc--position .mv-pc--01 {
  max-width: 580px;
	position: absolute;
  left: 38%;
  top: calc(50% - 340px);
	transform: translate(-50%, 0);
}

#mv .mv-sp {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#mv-sp .mv-sp--position {
  max-width: 100%;
	margin: 0 auto;
	position: relative;
  aspect-ratio: 1;
}
#mv-sp .mv-sp--position img  {
  max-width: 100%;
  position: absolute;
  left: 0;
}


/* タイトル
---------------------------------------- */
h2 {
	color: #333;
	border-bottom: #333 solid 2px;
	text-align: center;
	max-width: 620px;
	margin: 0 auto 40px;
	padding: 0 0 10px;
}

/* コンテンツ
---------------------------------------- */
#sf2025-comingsoon {
  text-align: center;
  font-weight: bold;
  margin: 20px 0 5rem;
  background: var(--main-color);
  padding: 80px 0;
  color: #fff;
}

section {
	background: #fff;
	margin: -1px 0 0;
	padding: 0 20px;
}
#schedule_wrapper {
	padding: 0;
}
#schedule table {
	max-width: 1200px;
	margin: 0 auto;
	border-collapse: collapse;
}
#schedule th {
	border: 1px solid #333;
	padding: 10px;
	text-align: center;
}

#schedule td {
	border: 1px solid #333;
	padding: 10px;
	text-align: left;
}

#schedule td span {
	font-size: 13px;
}

/* スケジュール表 見出し */
#schedule table .schedule-title th {
	background: #333;
	color: #fff;
}
.schedule-title th:first-child { width: 26%;}
.schedule-title th:nth-child(2) { width: 50%;}
.schedule-title th:nth-child(3) { width: 24%;}

/* スケジュール表 日付 */
tr .schedule-day {
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
}

/* スケジュール表 時間 */
tr td.schedule-time {
	background-color: #b3b3b3;
	color: #fff;
	font-weight: bold;
}

/* スケジュール表 名称 */
tr td.schedule-event { background-color: #fff;}

/* スケジュール表 主催 */
tr td.schedule-host { background-color: #fff;}

section.fes-ad-section {
  padding: 20px 0;
}

.fes-ad {
  background: #fff;
  margin: 0 auto;
  max-width: 1440px;
}

.fes-ad a {
  max-width: 20%;
  margin: 0 0 0 auto;
  display: block;
}


@media (min-width: 768px) and (max-width: 1280px) {
	#mv-pc .mv-pc--position .mv-pc--01 {
		max-width: 400px;
		top: 0;
	}
}
/* 768-1280 end */



@media (max-width: 768px) {

	#mv { padding: 0;}
	#mv-pc { display: none;}
	#mv-sp {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	section { padding: 30px 20px;}
	#schedule_wrapper { padding: 0;}
	.schedule-title th:first-child { width: 33%;}
	.schedule-title th:nth-child(2) { width: 33%;}
	.schedule-title th:nth-child(3) { width: 33%;}

	#schedule th { font-size: 12px;}
	#schedule td { font-size: 12px;}
	#schedule td span { font-size: 11px;}

	/*雪のサイズ*/
	#snow_block .snow_parts_box img:nth-child(2n+1) { width: 30px !important;}
	#snow_block .snow_parts_box img:nth-child(2n) {width: 12px !important;}

	.event-end{
		font-size: 1.2rem;
	}

}
/* 768 end */


/* 装飾 
************************************************/

#snow_block {
	width: 100%;
}

#snow_block .snow_parts_box {
	position: relative;
}

#snow_block .snow_parts_box img {
	position: absolute;
}

#snow_block .snow_parts_box img:nth-child(2n+1) {
	width: 80px;
	/*雪のサイズ*/
}

#snow_block .snow_parts_box img:nth-child(2n) {
	width: 15px;
	/*雪のサイズ*/
}

/*-----------------------------------
雪パーツの表示位置
-----------------------------------*/
img.parts_01 {
	top: 0;
	left: 2%;
}

img.parts_02 {
	top: 0;
	left: 10%;
}

img.parts_03 {
	top: 30%;
	left: 18%;
}

img.parts_04 {
	top: 0;
	left: 26%;
}

img.parts_05 {
	top: 0;
	left: 34%;
}

img.parts_06 {
	top: 50%;
	left: 42%;
}

img.parts_07 {
	top: 0;
	left: 50%;
}

img.parts_08 {
	top: 0;
	left: 58%;
}

img.parts_09 {
	top: 60%;
	left: 66%;
}

img.parts_10 {
	top: 0;
	left: 74%;
}

img.parts_11 {
	top: 20%;
	left: 82%;
}

img.parts_12 {
	top: 0;
	left: 90%;
}


@keyframes snow {
	0% {
		opacity: 0;
	}

	20% {
		transform: translate(3px, 30px) rotate(0deg);
		opacity: 1;
	}

	30% {
		transform: translate(0, 50px) rotate(20deg);
	}

	50% {
		transform: translate(-20px, 100px) rotate(40deg);
	}

	70% {
		transform: translate(-40px, 150px) rotate(-20deg);
		opacity: .8;
	}

	90% {
		transform: translate(-60px, 200px) rotate(-90deg);
	}

	100% {
		transform: translate(-70px, 230px);
		opacity: 0;
	}
}

.snow_parts_box img {
	animation: snow linear 6s infinite;
	/*アニメーションが始まるまで画像を見えなくしておく*/
	opacity: 0;
}

/*-----------------------------------
アニメーションが始まるまでの時間
-----------------------------------*/
img.parts_01,
img.parts_04,
img.parts_07,
img.parts_10,
img.parts_08,
img.parts_11,
img.parts_13,
img.parts_16,
img.parts_19 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

img.parts_02,
img.parts_05 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

img.parts_03,
img.parts_06,
img.parts_09,
img.parts_12 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

img.parts_08,
img.parts_11,
img.parts_13,
img.parts_16,
img.parts_19 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

img.parts_14,
img.parts_17 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

img.parts_15,
img.parts_18 {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}




.poyon {
	animation: poyon 1.1s linear 0s 1;
	animation-delay: 2.0s;
	animation-fill-mode: forwards;
	/* アニメーション終了後の状態を維持 */
	opacity: 0;
	/* 最初は非表示 */
}

@keyframes poyon {
	0% {
		transform: scale(0.8, 1.4) translate(0%, -100%);
		opacity: 0;
		/* 最初は非表示 */
	}

	10% {
		transform: scale(0.8, 1.4) translate(0%, -15%);
		opacity: 1;
		/* アニメーション開始直後に表示 */
	}

	20% {
		transform: scale(1.4, 0.6) translate(0%, 30%);
	}

	30% {
		transform: scale(0.9, 1.1) translate(0%, -10%);
	}

	40% {
		transform: scale(0.95, 1.2) translate(0%, -30%);
	}

	50% {
		transform: scale(0.95, 1.2) translate(0%, -10%);
	}

	60% {
		transform: scale(1.1, 0.9) translate(0%, 5%);
	}

	70% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
	}

	100% {
		transform: scale(1.0, 1.0) translate(0%, 0%);
		opacity: 1;
		/* 最後も表示状態を維持 */
	}
}



.slide-in--01 {
	animation: slidein01 1.5s ease-in-out 1;
}

@keyframes slidein01 {
	from {
		transform: translate(-50%, -100%);
		opacity: 0;
	}

	to {
		transform: translate(-50%, 0%);
		opacity: 1;
	}
}

.slide-in--02 {
	animation: slidein02 1.5s ease-in-out 1;
}

@keyframes slidein02 {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

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

.slide-in--03 {
	animation: slidein03 1.5s ease-in-out 1;
}

@keyframes slidein03 {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

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

/*
  .slide-in--04 {
	animation: slidein04 1.5s ease-in-out 1;
  }
  
  @keyframes slidein04 {
	from {
	  transform: translateY(-100%);
	  opacity: 0;
	}
	to {
	  transform: translateY(0%);
	  opacity: 1;
	}
  }
	*/


.slide-in--05 {
	animation: slidein05 1.5s ease-in-out 1;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
	/* アニメーション終了後の状態を維持 */
	opacity: 0;
	visibility: visible;
}

@keyframes slidein05 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}

	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

/*
.frog{
    transform-origin: center bottom;
    animation: yurayura 3s linear infinite;
	animation-delay: 2.5s; 
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}
  */


.penguin {
	transform-origin: center bottom;
	opacity: 0;
	animation: fadeIn 1.5s ease-in-out 1 forwards, yurayura 3s linear infinite;
	animation-delay: 1.5s, 3s;
}

/* フェードインアニメーション */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes yurayura {

	0%,
	100% {
		transform: rotate(10deg);
	}

	50% {
		transform: rotate(-10deg);
	}
}

#schedule .tab-content tbody tr td:first-child::after {
    content: none;
    position: absolute;
    top: 20%;
    right: 0;
    width: 2px;
    height: 60%;
    background-color: #C7B2C5;
}

#schedule .tab-content tbody tr td:nth-of-type(1) {
	text-align: center;
	background: #b3b3b3;
	color: #fff;
	border-radius: 0;
}

.tab-content_subtext {
	padding: 16px 0 0;
	display: block;
	text-align: right;
}

.tab-content_subtext:nth-of-type(2) {
	margin: -1em 0 0;
	padding: 0;
}

#schedule .tab-menu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}