@charset "UTF-8";

/***** 非表示設定 ************/
@media (min-width: 768px) {
	.sp {
		display: none;
	}
}

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

/***** 開催終了 掲載 ************/
@media (min-width: 768px) {
	.end_notice {
		background: #000;
		color: #FFF;
		padding: 16px 0;
	}
	.end_notice p{
		width: 960px;
		margin: 0 auto;
		text-align: center;
		font-size: 15px;
		font-weight: bolder;
	}
	.btn_wrap_end {
		background: #000;
		color: #FFF;
		padding: 16px 0;
		text-align: center;
		font-size: 15px;
		font-weight: bolder;
	}
}

@media (max-width: 767px) {
	.end_notice {
		background: #000;
		color: #FFF;
		padding: 2.4em 0 1.6em;
	}
	.end_notice p{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		font-size: 15px;
		font-weight: bolder;
	}
	.btn_wrap_end {
		background: #000;
		color: #FFF;
		padding: 1.6em 0;
		margin: 0 0 2.4em !important;
		text-align: center;
		font-size: 15px;
		font-weight: bolder;
	}
}

/*　2026ティザー */
#woa2026_teaser {
    background:#000;
    text-align:center;
	overflow: hidden;
}
#woa2026_teaser .contact_text{
	width: 90%;
	margin: 3em auto 3em;
	text-align: left;
	color: #FFF;
	font-size: 0.8em;
}
#woa2026_teaser .contact_text a {
	text-decoration: underline;
	color: #dc0816;
}

.woa2026_winner_peformance{
  width:1080px;
  max-width:100%;
  margin:0 auto;
  background:url(../images/woa12th/woaBg.jpg);
  padding-top:100px;
  color:#000;
}
.woa2026_winner_peformance_heading{
  text-align:center;
  font-weight:bold;
  font-size:20px;
} 
.woa2026_winner_peformance_content{
  margin:30px auto 0;
  background:#fff;
  width:96%;
  padding-top:30px;
  padding-bottom:30px;
  color:#000;
} 

.woa2026_winner_peformance_content_movies{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-top:30px;
	padding-right:30px;
}
.woa2026_winner_peformance_content_movies:first-child{
	margin-top:0;
}
.woa2026_winner_peformance_content_movies_youtube{
	width:70%;
}
.woa2026_winner_peformance_content_movies_text{
	width:30%;
	text-align:left;
	font-size:13px;
	.woa2026_winner_peformance_content_movies_text_title{
		font-weight:bold;
		margin-bottom:10px;
		font-size:15px;
	}
}

@media screen and (max-width:767px) {
  .end_notice p{
    font-size:4vw;
  }
  .woa2026_winner_peformance{
    padding-top:50px;
  }
  .woa2026_winner_peformance_heading{
    font-size:14px;
  }
  .woa2026_winner_peformance_content{
    padding-top:0px;
    padding-bottom:10px;
  }
  .woa2026_winner_peformance_content_movies{
	padding-right: 0px;
	line-height:1.3;
  }
  .woa2026_winner_peformance_content_movies_youtube{
	width:100%;
  }
  .woa2026_winner_peformance_content_movies_youtube iframe{
	 width:100%;
	 height:200px;
  }
  .woa2026_winner_peformance_content_movies_text{
	 width:100%;
	 padding: 10px;
   }
}

/***** 2025 ティザー ************/
#woa2025_teaser {
	background: url(../images/woa11th/teaser/bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 1em 0;
	background-attachment: fixed;
}
#woa2025_teaser .mv{
	width: 100%;
	margin: 0 auto;
}

#woa2025_teaser .radio{
	width: 90%;
	margin: 0 auto 2em;
}
#woa2025_teaser .winner{
	width: 90%;
	margin: 0 auto 2em;
}
#woa2025_teaser .wagashi{
	width: 90%;
	margin: 0 auto 2em;
}
#woa2025_teaser .performance{
	width: 90%;
	margin: 0 auto 2em;
}
#woa2025_teaser .trophy{
	width: 90%;
	margin: 0 auto 2em;
}
#woa2025_teaser .contact_text{
	width: 90%;
	margin: 0 auto 3em;
	text-align: left;
	color: #FFF;
	font-size: 0.8em;
}
#woa2025_teaser .contact_text a {
	text-decoration: underline;
	color: #dc0816;
}
#woa2025_teaser .btn_wrap {
	width: 90%;
	margin: 0 auto 2em;
	position: relative;
	z-index: 100;
}
#woa2025_teaser .btn_wrap a {
	display: block;
	color: #FFF;
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	background-color: #dc0816;
	padding: 0.7em 0;
	border-radius: 50px;
	
}

/** OPENING **/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
	background: url(../images/woa11th/teaser/bg.jpg) no-repeat center center #000;
	background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 0.5s 3s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 3s 0.5s forwards;
  width: 100%;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

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

  100% {
    opacity: 0;
  }
}

@media (min-width: 768px) {
	#woa2025_teaser {
		background: url(../images/woa11th/teaser/bg.jpg) no-repeat center center;
		background-size: cover;
		padding: 0 0 30px;
		background-attachment: fixed;
	}
	#woa2025_teaser .mv{
		width: 100%;
		max-width: 1280px;
		min-width: 960px;
		margin: 0 auto;
	}

	#woa2025_teaser .radio{
		width: 960px;
		margin: -450px auto 50px;
	}
	#woa2025_teaser .winner{
		width: 960px;
		margin: 0 auto 50px;
	}
	#woa2025_teaser .wagashi{
		width: 960px;
		margin: 0 auto 50px;
	}
	#woa2025_teaser .performance{
		width: 960px;
		margin: 0 auto 50px;
	}
	#woa2025_teaser .trophy{
		width: 960px;
		margin: 0 auto 50px;
	}
	#woa2025_teaser .contact_text{
		width: 960px;
		margin: 0 auto 50px;
		text-align: center;
		font-size: 14px;
	}
	#woa2025_teaser .contact_text a {
	}

	#woa2025_teaser .btn_wrap {
		width: 640px;
		margin: 0 auto 50px;
	}
	#woa2025_teaser .btn_wrap a {
		font-size: 20px;
		padding: 15px 0;		
	}

}


/***** 2024 コンテンツ ************/
#woa2024_index .main_wrap {
	position: relative;
	margin: 0;
	padding: 0 0;
	background: #FFF;
}
#woa2024_index .main_wrap .mv {
	width: 90%;
	margin: 0 auto 2em;
}

@media (min-width: 768px) {
	#woa2024_index .main_wrap {
		padding: 0 0;
	}
	#woa2024_index .main_wrap .mv {
		width: 80%;
		min-width: 800px;
		margin: 0 auto 2em;
	}

}

/***** ボタン ************/
#woa2024_index .btn01 {
	margin: 0;
	padding: 2em 0;
	background: #CF1126;
}
#woa2024_index .btn01 a {
	display: block;
	width: 90%;
	color: #CF1126;
	background: #FFF;
	border-radius: 10px;
	font-size: 1.2em;
	font-weight: bolder;
	padding: 0.6em 0;
	text-align: center;
	margin: 0 auto;
}
#woa2024_index .btn01.blue {
	background: #003780;
}
#woa2024_index .btn01.blue a {
	color: #003780;
}
@media (min-width: 768px) {
	#woa2024_index .btn01 {
		padding: 40px 0;
	}
	#woa2024_index .btn01 a {
		width: 480px;
		font-size: 18px;
		padding: 12px 0;
	}

}

/***** コンテンツ ************/
#woa2024_index .detail_wrap {
	margin: 0;
	padding: 2em 0;
	background: linear-gradient(90deg, #003780, #CF1126);
}
#woa2024_index .detail_wrap img {
	margin-bottom: 1.5em;
}
#woa2024_index .detail_wrap img:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	#woa2024_index .detail_wrap {
		padding: 40px 0;
	}
	#woa2024_index .detail_wrap .container {
		width: 86%;
		max-width: 1160px;
	}
	#woa2024_index .detail_wrap img {
		margin-bottom: 20px;
	}
	#woa2024_index .detail_wrap img:last-of-type {
	}
}






/* Clear 指定 ***************/
.clear {
	clear: both;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;	
}

/* clearFix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

html {
  scroll-padding-top: 90px; /* 固定ヘッダの高さ分 */
}
