@charset "utf-8";

/*
	/tv/wakate2026/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2025-12-25
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2025-12-25
	-----------------------------------

リセットCSS
基本設定
bg-wrap
ヘッダー
フッター
メイン
コンテンツ
├movie-box
├producer-box
├
├
├
├
├

youtube設定
locipo設定
googlemap
マージンの設定
カラー設定
注釈リスト
動き data-delighter


*/

/* ***********************************************************

		リセットCSS

*********************************************************** */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}


/*Gナビの虫眼鏡のレイアウト崩れ対応用*/
svg{vertical-align:baseline}

/* ***********************************************************

		基本設定

*********************************************************** */
html {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	font-size: 62.5%;
}
body {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*font-family: 'Noto Sans JP', sans-serif;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}
@media only screen and (max-width: 640px) {
}
@media print, screen and (min-width: 641px) {
	body {
		min-width: 1280px;
	}
}

.header,
.main,
.footer {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.abel-regular {
  font-family: "Abel", serif;
  font-weight: 400;
  font-style: normal;
}



/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.wakate2026 p,
.wakate2026 figcaption,
.wakate2026 li {
	transform: rotate(0.05deg);
}
.wakate2026 .pageup {
	transform: none;
}
*/



/*デフォルトリンクカラー*/
a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}


/*画像の横幅*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	/*image-rendering: -webkit-optimize-contrast;*/
}
.img-max {
	width: 100%;
	height: auto;
	vertical-align: middle;
	/*image-rendering: -webkit-optimize-contrast;*/

}
@media only screen and (max-width: 640px) {
	.img-max-sp {
		width: 100%;
		height: auto;
		vertical-align: middle;
		/*image-rendering: -webkit-optimize-contrast;*/
	}
}

@media print, screen and (min-width: 641px) {
	.img-max-pc {
		width: 100%;
		height: auto;
		vertical-align: middle;
		/*image-rendering: -webkit-optimize-contrast;*/
	}
}

figure {
	padding: 0;
	margin: 0;
}

sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: -0.5em
}


/* -----------------------------------------------------

	非表示設定

----------------------------------------------------- */
@media only screen and (max-width: 640px) {
	.hide-sp {
		display: none !important;
	}
	#global-nav:nth-of-type(1) {
		display: none;
	}
}

@media print, screen and (min-width: 641px) {
	.hide-pc {
		display: none !important;
	}
}
.hide-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}


/* ***********************************************************

	bg-wrap

*********************************************************** */
.wakate2026 .bg-wrap {
	background: #000;
}
@media only screen and (max-width: 640px) {
	.wakate2026 .bg-wrap {
	}
}
@media print, screen and (min-width: 641px) {
	.wakate2026 .bg-wrap {
	}
}




/* ***********************************************************

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 640px) {
	.wakate2026 .header {
		background: #000 url(../images/header_sp.png) no-repeat center bottom;
		background-size: 100% auto;
		height: calc(1986 / 750 * 100vw);
		position: relative;
	}
	.wakate2026 .header .slick {
		padding: calc(141 / 750 * 100vw) 0 0;
	}
	.wakate2026 .header .slick01 li {
		width: calc(640 / 750 * 100vw);
		margin: 0 calc(12 / 750 * 100vw);;
	}
	.wakate2026 .header .slick01 li img {
		opacity: 0.7;
	}
	.wakate2026 .header-inner {
		width: 100%;
		height: calc(1986 / 750 * 100vw);
		position: absolute;
		top: 0;
		left: 0;
	}
	.wakate2026 .header-inner h1 {
		width: calc(369 / 750 * 100vw);
		position: absolute;
		top: calc(17 / 750 * 100vw);
		left: calc(30 / 750 * 100vw);
	}
	.wakate2026 .header-inner .header-photo {
		width: 100%;
		position: absolute;
		top: calc(360 / 750 * 100vw);
		left: 0;
	}
	.wakate2026 .header-inner .header-text1 {
		width: 100%;
		position: absolute;
		top: calc(976 / 750 * 100vw);
		left: 0;
	}
	.wakate2026 .header-inner .header-text2 {
		width: 100%;
		position: absolute;
		top: calc(1712 / 750 * 100vw);
		left: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.wakate2026 .header {
		background: #000 url(../images/header_pc.png) no-repeat center bottom;
		min-width: 1280px;
		height: 1606px;
		position: relative;
	}
	.wakate2026 .header .slick {
		padding: 70px 0 0;
	}
	.wakate2026 .header .slick01 li {
		width: 800px;
		margin: 0 15px;
	}
	.wakate2026 .header .slick01 li img {
		opacity: 0.7;
	}

	.wakate2026 .header-inner {
		width: 1200px;
		height: 1606px;
		margin: auto;
		position: absolute;
		top: 0;
		left: calc(50% - 600px);
	}

	.wakate2026 .header-inner h1 {
		position: absolute;
		top: 13px;
		left: 13px;
	}
	.wakate2026 .header-inner .header-photo {
		position: absolute;
		top: 338px;
		left: 2px;
	}
	.wakate2026 .header-inner .header-text1 {
		position: absolute;
		top: 729px;
		left: 52px;
	}
	.wakate2026 .header-inner .header-text2 {
		position: absolute;
		top: 1310px;
		left: 39px;
	}
}

/*
.wakate2026 .header h1,
.wakate2026 .header p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}
*/


/* ***********************************************************

	フッター

*********************************************************** */
/*フッター枠*/
.wakate2026 .footer {
	background: #00a8ff;
}

@media only screen and (max-width: 640px) {
	.wakate2026 .footer {
		padding: 0;
	}
	.wakate2026 .footer-inner {
		padding: 50px 15px 80px;
	}
	.wakate2026 .footer-inner p {
		line-height:1.5;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.wakate2026 .footer {
		margin: auto;
	}
	.wakate2026 .footer-inner {
		width: 980px;
		margin:auto;
		padding: 60px 0;
	}
	.wakate2026 .footer-inner p {
		line-height:1.5;
		text-align: center;
		margin: 0;
	}
}
.wakate2026 .footer-inner p {
	color: #000000;
	font-size: 1.4rem;
	font-weight: 500;
}
.wakate2026 .footer-inner p a,
.wakate2026 .footer-inner p a:link,
.wakate2026 .footer-inner p a:visited {
	color: #000000;
	text-decoration: none;
}
.wakate2026 .footer-inner p a:active,
.wakate2026 .footer-inner p a:hover {
	color: #000000;
	text-decoration: underline;
}
.wakate2026 .footer-inner p a:focus {
	color: #000000;
}

/*ページアップ*/

.wakate2026 .pageup {
	margin: 0;
}
.wakate2026 .pageup a {
	display: block;
	background: url('../images/pageup.png') no-repeat 0 0 ;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	position: fixed;
}
@media only screen and (max-width: 640px) {
	.wakate2026 .pageup a {
		width: calc(181 / 750 * 100vw);
		height: calc(145 / 750 * 100vw);
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 641px) {
	.wakate2026 .pageup a {
		width: 120px;
		height: 93px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	.wakate2026 .pageup a:hover {
		opacity: 0.7;
	}
}


/* ***********************************************************

	メイン

*********************************************************** */
.wakate2026 .main {

}
@media only screen and (max-width: 640px) {
	.wakate2026 .main {
	}
}
@media print, screen and (min-width: 641px) {
	.wakate2026 .main {
	}
}









/* ***********************************************************

	コンテンツ

*********************************************************** */


.wakate2026 .content {
}
/*content*/
@media only screen and (max-width: 640px) {
	.wakate2026 .content {
		max-width: 100vw;
		overflow: hidden;
	}
}
@media print, screen and (min-width: 641px) {
	.wakate2026 .content {
	}
}




/*movie-box*/
@media only screen and (max-width: 640px) {
	.wakate2026 .movie-box {
		background: #222222;
		padding: calc(120 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
	}
	.wakate2026 .movie-box-inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
	}
	.wakate2026 .movie-item {
		margin: 0 0 calc(80 / 750 * 100vw);
	}
	.wakate2026 .movie-youtube {
		position: relative;
	}
	.wakate2026 .movie-youtube img {
		opacity: 0.3;
	}
	.wakate2026 .movie-youtube p {
		color: #fff;
		font-size: 2.4rem;
		font-weight: bold;
		text-align: center;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		transform:translateY(-50%);
	}
	.wakate2026 .movie-item-btn {
		margin: calc(40 / 750 * 100vw) 0 0;
	}
	.wakate2026 .movie-item-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ff00ff;
		height: 55px;
		border-radius: 6px;
		position: relative;
	}
	.wakate2026 .movie-item-btn .movie-item-btn-icon {
		width: 45px;
		position: absolute;
		top: calc(50% - 23px);
		left: 25px;
	}
	.wakate2026 .movie-item-btn .movie-item-btn-icon2 {
		width: 35px;
		position: absolute;
		top: calc(50% - 17px);
		right: 20px;
	}
	.wakate2026 .movie-item-btn a p {
		color: #000;
		font-size: 1.6rem;
		font-weight: 500;
	}
}
@media print, screen and (min-width: 641px) {
	.wakate2026 .movie-box {
		background: #222222;
		padding: 110px 0 40px;
	}
	.wakate2026 .movie-box-inner {
		width: 1100px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.wakate2026 .movie-item {
		width: 520px;
		margin: 0 0 70px;
	}
	.wakate2026 .movie-youtube {
		position: relative;
	}
	.wakate2026 .movie-youtube img {
		opacity: 0.3;
	}
	.wakate2026 .movie-youtube p {
		color: #fff;
		font-size: 3.0rem;
		font-weight: bold;
		text-align: center;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		transform:translateY(-50%);
	}
	.wakate2026 .movie-item-btn {
		margin: 30px 0 0;
	}
	.wakate2026 .movie-item-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ff00ff;
		height: 70px;
		border-radius: 8px;
		position: relative;
	}
	.wakate2026 .movie-item-btn a:hover {
		opacity: 0.7;
	}
	.wakate2026 .movie-item-btn .movie-item-btn-icon {
		width: 60px;
		position: absolute;
		top: calc(50% - 30px);
		left: 40px;
	}
	.wakate2026 .movie-item-btn .movie-item-btn-icon2 {
		width: 51px;
		position: absolute;
		top: calc(50% - 25px);
		right: 40px;
	}
	.wakate2026 .movie-item-btn a p {
		color: #000;
		font-size: 2.0rem;
		font-weight: 500;
	}
}




/*producer-box*/
@media only screen and (max-width: 640px) {
	.wakate2026 .producer-box {
	}
	.wakate2026 .producer-box-inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
		padding: calc(45 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
	}
	.wakate2026 .producer-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: calc(81 / 750 * 100vw) 0 0;
		padding: calc(81 / 750 * 100vw) 0 0;
		border-top: 1px solid #767676;
	}
	.wakate2026 .producer-item:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	.wakate2026 .producer-item:first-of-type {
		margin: 0;
		border-top: none;
	}
	.wakate2026 .producer-item__name {
		width: calc(79 / 750 * 100vw);
	}
	.wakate2026 .producer-item__main {
		width: calc(590 / 750 * 100vw);
	}
	.wakate2026 .producer-item__title-box {
		display: flex;
		justify-content: space-between;
		margin: 0 0 calc(66 / 750 * 100vw);
	}
	.wakate2026 .producer-item__face {
		width: calc(190 / 750 * 100vw);
	}
	.wakate2026 .producer-item__title {
		width: calc(380 / 750 * 100vw);
	}
	.wakate2026 .producer-item__title h3 {
		color: #00a8ff;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.5;
		padding: 0 0 8px;
		margin: 0 0 10px;
		border-bottom: 2px solid #3f3f3f;
	}
	.wakate2026 .producer-item__title h3 strong {
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.wakate2026 .producer-item__title .producer-item__join {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #00a8ff;
		font-size: 1.2rem;
		font-weight: 500;
		width: 73px;
		height: 25px;
		margin: 0;
		border: 2px solid #00a8ff;
		border-radius: 2px;
	}
	.wakate2026 .producer-item__nerai-box {
		background: #2b2b2b;
		padding: calc(40 / 750 * 100vw);
		border-radius: 10px;
		position: relative;
	}
	.wakate2026 .producer-item__nerai-box::before {
		content: '';
		background: url(../images/fukudashi_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		width: calc(32 / 750 * 100vw);
		height: calc(36 / 750 * 100vw);
		position: absolute;
		top: calc(32 / 750 * -100vw);
		left: calc(95 / 750 * 100vw);
	}
	.wakate2026 .producer-item__nerai-box1 {
	}
	.wakate2026 .producer-item__nerai-title-box {
		display: flex;
		justify-content: space-between;
		margin: 0 0 calc(39 / 750 * 100vw);
	}
	.wakate2026 .producer-item__nerai-title {
		width: 50px;
	}
	.wakate2026 .producer-item__nerai-title h4 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ff00ff;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.5;
		width: 50px;
		height: 50px;
		margin: 0;
		border-radius: 25px;
	}
	.wakate2026 .producer-item__nerai-text {
		flex: 1;
		padding: 0 0 0 10px;
	}
	.wakate2026 .producer-item__nerai-text p {
		display: flex;
		align-items: center;
		color: #ff00ff;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.5;
		min-height: 50px;
	}
	.wakate2026 .producer-item__nerai-title2 {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.5;
		height: 40px;
		margin: 0 0 10px;
		padding: 0 0 0 22px;
		border: 2px solid #fff;
		border-radius: 20px;
		position: relative;
	}
	.wakate2026 .producer-item__nerai-title2::before {
		content: '';
		background: url(../images/producer-item__nerai-title2.png) 0 0;
		background-size: 100% auto;
		width: 16px;
		height: 19px;
		position: absolute;
		top: calc(50% - 10px);
		left: calc(50% - 7em);
	}
	.wakate2026 .producer-item__nerai-text2 {
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.5;
		margin: 0 0 14px;
	}
	.wakate2026 .producer-item__nerai-box2 {
	}
	.wakate2026 .producer-item__nerai-thumbnail {
		background: url(../images/waku1.png) no-repeat 0 0;
		background-size: 100% auto;
		height: calc(338 / 750 * 100vw);
		padding: calc(27 / 750 * 100vw) calc(32 / 750 * 100vw);
	}



}
@media print, screen and (min-width: 641px) {
	.wakate2026 .producer-box {
	}
	.wakate2026 .producer-box-inner {
		width: 1100px;
		margin: auto;
		padding: 20px 0 100px;
	}
	.wakate2026 .producer-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 70px 0 0;
		padding: 70px 0 0;
		border-top: 1px solid #767676;
	}
	.wakate2026 .producer-item:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	.wakate2026 .producer-item:first-of-type {
		margin: 0;
		border-top: none;
	}
	.wakate2026 .producer-item__name {
		width: 107px;
	}
	.wakate2026 .producer-item__main {
		width: 960px;
	}
	.wakate2026 .producer-item__title-box {
		display: flex;
		justify-content: space-between;
		margin: 0 0 35px;
	}
	.wakate2026 .producer-item__face {
		width: 180px;
	}
	.wakate2026 .producer-item__title {
		width: 750px;
	}
	.wakate2026 .producer-item__title h3 {
		color: #00a8ff;
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1.5;
		padding: 0 0 15px;
		margin: 0 0 30px;
		border-bottom: 2px solid #3f3f3f;
	}
	.wakate2026 .producer-item__title h3 strong {
		color: #fff;
		font-size: 2.8rem;
		font-weight: 500;
	}
	.wakate2026 .producer-item__title .producer-item__join {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #00a8ff;
		font-size: 2.0rem;
		font-weight: 500;
		width: 120px;
		height: 40px;
		margin: 0;
		border: 2px solid #00a8ff;
		border-radius: 4px;
	}
	.wakate2026 .producer-item__nerai-box {
		display: flex;
		justify-content: space-between;
		background: #2b2b2b;
		padding: 32px 40px;
		border-radius: 20px;
		position: relative;
	}
	.wakate2026 .producer-item__nerai-box::before {
		content: '';
		background: url(../images/fukudashi_pc.png) no-repeat 0 0;
		width: 24px;
		height: 26px;
		position: absolute;
		top: -26px;
		left: 115px;
	}
	.wakate2026 .producer-item__nerai-box1 {
		width: 540px;
	}
	.wakate2026 .producer-item__nerai-title-box {
		display: flex;
		justify-content: space-between;
		margin: 0 0 20px;
	}
	.wakate2026 .producer-item__nerai-title {
		width: 84px;
	}
	.wakate2026 .producer-item__nerai-title h4 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #ff00ff;
		color: #fff;
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1.5;
		width: 84px;
		height: 84px;
		margin: 0;
		border-radius: 42px;
	}
	.wakate2026 .producer-item__nerai-text {
		width: 446px;
	}
	.wakate2026 .producer-item__nerai-text p {
		display: flex;
		align-items: center;
		color: #ff00ff;
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1.5;
		min-height: 84px;
	}
	.wakate2026 .producer-item__nerai-title2 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(../images/producer-item__nerai-title2.png) no-repeat 118px center;
		background-size: 24px auto;
		color: #fff;
		font-size: 2.0rem;
		font-weight: 500;
		line-height: 1.5;
		height: 48px;
		margin: 0 0 15px;
		padding: 0 0 0 40px;
		border: 2px solid #fff;
		border-radius: 24px;
	}

	.wakate2026 .producer-item__nerai-text2 {
		color: #fff;
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1.5;
		text-align: center;
		margin: 0;
	}
	.wakate2026 .producer-item__nerai-box2 {
		width: 320px;
	}
	.wakate2026 .producer-item__nerai-thumbnail {
		background: url(../images/waku1.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 320px;
		height: 212px;
		padding: 17px 20px;
	}
	.wakate2026 .producer-item__nerai-thumbnail a:hover {
		opacity: 0.7;
	}
}


.wakate2026 .producer-item:nth-of-type(5n+1) .producer-item__nerai-thumbnail {
	background: url(../images/waku1.png) no-repeat 0 0;
	background-size: 100% auto;
}
.wakate2026 .producer-item:nth-of-type(5n+2) .producer-item__nerai-thumbnail {
	background: url(../images/waku2.png) no-repeat 0 0;
	background-size: 100% auto;
}
.wakate2026 .producer-item:nth-of-type(5n+3) .producer-item__nerai-thumbnail {
	background: url(../images/waku3.png) no-repeat 0 0;
	background-size: 100% auto;
}
.wakate2026 .producer-item:nth-of-type(5n+4) .producer-item__nerai-thumbnail {
	background: url(../images/waku4.png) no-repeat 0 0;
	background-size: 100% auto;
}
.wakate2026 .producer-item:nth-of-type(5n+5) .producer-item__nerai-thumbnail {
	background: url(../images/waku5.png) no-repeat 0 0;
	background-size: 100% auto;
}
.wakate2026 .producer-item__nerai-thumbnail img {
	width: 280px;
}



/*xxx*/
@media only screen and (max-width: 640px) {
	.wakate2026 .xxx {
	}
}
@media print, screen and (min-width: 641px) {
	.wakate2026 .xxx {
	}
}

/* ***********************************************************

		youtube設定

*********************************************************** */

.wakate2026 .youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.wakate2026 .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}


/* ***********************************************************

		locipo設定

*********************************************************** */

/*
.wakate2026 .locipo-box .locipo {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.wakate2026 .locipo-box .locipo iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
*/


/* ***********************************************************

		googlemap

*********************************************************** */
/*
.ggmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/



/* ***********************************************************

		マージンの設定

*********************************************************** */
/*
.wakate2026 .last {
	margin-bottom: 40px;
}
	*/

/* ***********************************************************

		カラー設定

*********************************************************** */




/*
.wakate2026 .cl-blue {
	color: #4ebbff;
}




.wakate2026 .cl-red {
	color: #e50012;
}


.wakate2026 .cl-yellow-green {
	color: #1aff2d;
}
.wakate2026 .cl-yellow {
	color: #fffc01;
}
.wakate2026 .cl-magenta {
	color: #ff06f9;
}
.wakate2026 .cl-cyan {
	color: #00e1ff;
}
.wakate2026 .cl-pink {
	color: #dc557e;
}
.wakate2026 .cl-green {
	color: #03a08c;
}
.wakate2026 .cl-orange {
	color: #f68b00;
}
.wakate2026 .cl-light-blue {
	color: #008bda;
}
.wakate2026 .cl-purple {
	color: #865cdc;
}
*/




/*マーカー*/
/*
.maker-black {
	background:linear-gradient(#000 0%, #000 100%);
}
.maker-black2 {
	display: inline-block;
	background:linear-gradient(#000 0%, #000 100%);
	margin: 4px 0;
	padding: 0 10px;
}

@media print, screen and (min-width: 641px) {
	.maker-black2-l {
		padding-right: 0;
	}
	.maker-black2-r {
		padding-left: 0;
	}
}

/*
.maker-orange {
	background:linear-gradient(transparent 70%, #ffbb00 70%);
}
.maker-red {
	background:linear-gradient(transparent 70%, #fc8c8c 70%);
}
.maker-yellow {
	background:linear-gradient(transparent 70%, #ffff00 70%);
}

.maker-dark-red {
	background:linear-gradient(#e83401 0%, #e83401 100%);
}
*/


/* ***********************************************************

		注釈リスト

*********************************************************** */
/*
/*注釈リスト*/
/*
.list-annotation {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
}

.list-annotation li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
	transform: rotate(0.05deg);
}
.list-annotation li span {
	position: absolute;
	left: 0;
	margin: 0
}
@media only screen and (max-width: 640px) {
	.list-annotation li {
		font-size: 4.266666666666667vw;
		line-height: 1.5;
	}
}
@media print, screen and (min-width: 641px) {
	.list-annotation li {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
*/


/* ***********************************************************

		動き data-delighter

*********************************************************** */
/*右から左へ*/
/*
.dl-left.delighter {
	transform: translate(30px);
	opacity: 0;
	transition: all .75s ease-out;
}
.dl-left.delighter.started {
	transform: none;
	opacity: 1;
}
*/

/*下から上へ*/

.dl-up.delighter {
	transform: translatey(100px);
	opacity: 0;
	transition: all .75s ease-out;
}
.dl-up.delighter.started {
	transform: none;
	opacity: 1;
}


/*オーバーラップ*/
/*
.dl-or.delighter {
	opacity: 0;
	transition: all .75s ease-in;
}
.dl-or.delighter.started {
	transform: none;
	opacity: 1;
}
	*/

/*リスト*/
/*
.dl-list50.delighter li {
	opacity: 0;
	transform: translatey(50px);
	transition: all .7s ease-out;
}
.dl-list50.delighter.started li {
	opacity: 1;
	transform: none;
}
.dl-list50.delighter.started li:nth-child(1) {
	transition: all .7s ease-out .1s;
}
.dl-list50.delighter.started li:nth-child(2) {
	transition: all .7s ease-out .2s;
}
.dl-list50.delighter.started li:nth-child(3) {
	transition: all .7s ease-out .3s;
}
.dl-list50.delighter.started li:nth-child(4) {
	transition: all .7s ease-out .4s;
}
.dl-list50.delighter.started li:nth-child(5) {
	transition: all .7s ease-out .5s;
}
.dl-list50.delighter.started li:nth-child(6) {
	transition: all .7s ease-out .6s;
}
.dl-list50.delighter.started li:nth-child(7) {
	transition: all .7s ease-out .7s;
}
.dl-list50.delighter.started li:nth-child(8) {
	transition: all .7s ease-out .8s;
}
.dl-list50.delighter.started li:nth-child(9) {
	transition: all .7s ease-out .9s;
}
.dl-list50.delighter.started li:nth-child(10) {
	transition: all .7s ease-out 1.0s;
}
*/
