@charset "UTF-8";









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

リセット

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
*{
	margin: 0;
	padding: 0;
	line-height: 100%;
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,
div,p,
span,em,strong,
ul,ol,li,
dl,dt,dd,
a{
	background-repeat: no-repeat;
	background-size: 100% auto;
}

a{
	outline: none;
}

img {
	vertical-align: bottom;
}

.pc{
	display: none!important;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RESET_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

共通処理

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
html,body {
	width: 100%;
	height: 100%;
}

body {
	background-image: url(../images/bg.png);
	background-size: 50px auto;
	background-position: bottom center;
	background-repeat: repeat-x;
	background-color: #e7e7e7;
	color: #262829;
	letter-spacing: 0.065em;
	line-height: 1.65em;
	word-break: break-word;
	/*basefont*/
	font-family: "Google Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-variation-settings:
		"slnt" 0,
		"wdth" 100,
		"GRAD" 0,
		"ROND" 0;
}

/*特殊フォントセット（和文系）*/
.fontset_ex_1 {
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

/*特殊フォントセット（ハングル系）*/
.fontset_ex_2 {
	font-family: "Noto Sans KR", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}

/*特殊フォントセット（アラビック系）*/
.fontset_ex_3 {
	font-family: "Noto Naskh Arabic", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}




/*
画面全体処理
*/
#grandwrapper {
	width: 100%;
	overflow: hidden;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

ローディング

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
LOADING_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#loading{
	z-index: 999;
	background-color: #e7e7e7;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: 1000ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}



/*
SVG格納要素指定
*/
#loading > div {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -100px;
	display: inline-block;
	width: 200px;
	height: 20px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}

/*SVGオブジェクト全体のサイズ*/
#loading > div svg {
    width: 100%;
    height: 100%;
}

/*テキスト*/
#loading > div svg .load_text {
	fill: #262829;
}

/*アニメーション用汎用設定*/
#loading > div svg .load_logo {
	animation-duration: 6000ms;
	animation-delay: 0;
	animation-timing-function: linear;
	animation-direction: normal;
	animation-fill-mode: forwards;
	animation-play-state: running;
	animation-iteration-count: infinite;
}



/*
ロード中演出
*/
#loading.start > div {
	opacity: 1;
	transform: scale(1);
}

#loading.start > div svg .load_logo {
	animation-name: common_anime_startloading;
}

@keyframes common_anime_startloading {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.2;
	}
	100%{
		opacity: 1;
	}
}



/*
フェードアウト演出
*/
#loading.remove > div {
	opacity: 0;
	animation-name: common_anime_removeloading;
}
@keyframes common_anime_removeloading {
	0% {
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}



/*
削除
*/
/*アニメーション停止*/
#loading.remove > div,
#loading.destroy > div svg .load_logo {
	animation-name: none;
}
/*不可視化・クリック非対象に*/
#loading.destroy{
	opacity: 0;
	pointer-events: none;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　LOADING_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/







/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

フッター

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#grandfooter {
	position: fixed;
	bottom: 30px;
	left: 0;
	width: 100%;
}





/*
リンクリストレイアウト
*/
#grandfooter .footerlinks {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 30px;
	margin: 0 0 20px 0;
}





/*
シェア
*/
#grandfooter .share {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 20px 0 0;
}


#grandfooter .share h3 {
	box-sizing: border-box;
	background-image: url(../svg/icon_share.svg);
	background-size: auto 30%;
	background-position: 10px center;
	background-repeat: no-repeat;
	width: 70px;
	height: 30px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	border-top: 2px #262829 solid;
	border-right: 2px #262829 solid;
	border-bottom: 2px #262829 solid;
	border-radius: 0 10px 10px 0;
}


#grandfooter .share ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#grandfooter .share ul li a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
}

#grandfooter .share ul li img {
	width: 100%;
}





/*
そよぎEXPO
*/
#grandfooter .external {
	padding: 0 10px 0 0;
}

#grandfooter .external a {
	display: block;
	background-image: url(../svg/logo_soyogiexpo_1l.svg);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 120px;
	height: 30px;
	text-indent: -9999px;
}





/*
権利表記
*/
#grandfooter .copyright {
	text-align: center;
}

#grandfooter .copyright small {
	font-size: 10px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer：アニメーション処理_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#grandfooter {
	transition-duration: 1600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 1000ms;
	transform-origin: center;
	opacity: 0;
	transform: translateY(220px);
}

#grandfooter.active {
	opacity: 1;
	transform: translateY(0);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer：アニメーション処理_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

ボイス

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ボイス：汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
基本レイアウト
*/
#voice {
	position: relative;
	width: 100%;
}




/*
PC用カルーセルリセット処理
*/
#top #member .swiper_wrap {
	overflow: visible;
}

#top #member .swiper {
	pointer-events: none;
}

#top #member .swiper-wrapper {
	display: block;
	height: auto;
}

#top #member .swiper-slide {
	width: auto;
	height: auto;
}

#top #member .ui {
	display: none;
}





/*
スライド
*/
#voice .swiper_wrap {
	/*background-color: #180f3d;*/
	z-index: 2;
	position: relative;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 50vh;
	padding: 0 0 0 0;
	overflow: hidden;
}

#voice .swiper_wrap .swiper {
	height: 100%;

}



/*
スライド本体設定
*/
#voice .swiper_wrap .swiper .swiper-slide {
	/*background-color: #b22222;*/
	flex-shrink: 0;
	width: 70%;
	max-width: 1000px;
	margin: 0 15px;
	transition-duration: 1600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}



/*
スライド強調設定
*/
#voice .swiper_wrap .swiper .swiper-slide {
	opacity: 0.55;
}
#voice .swiper_wrap .swiper-slide.swiper-slide-active {
	opacity: 1;
	transform: translateY(0px) scale(1);
}
#voice .swiper_wrap .swiper-slide.swiper-slide-next,
#voice .swiper_wrap .swiper-slide.swiper-slide-prev {
	opacity: 0.3;
	transform: translateY(60px) scale(0.6);
}



/*
アロー
*/
#voice .swiper_wrap .swiper-button-next,
#voice .swiper_wrap .swiper-button-prev {
	margin-top: calc(0px - (var(--swiper-navigation-size) / 4)) !important;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	aspect-ratio: 4/5;
	width: 5vw;
	max-width: 60px;
	height: auto;
}
#voice .swiper_wrap .swiper-button-next::after,
#voice .swiper_wrap .swiper-button-prev::after {
	display: none;
}


/*左右余白*/
#voice .swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 15px;
}
#voice .swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 15px;
}


/*画像指定*/
#voice .swiper_wrap .swiper-button-next {
	background-image: url(../images/arrow_r.png);
}
#voice .swiper_wrap .swiper-button-prev {
	background-image: url(../images/arrow_l.png);
}





/*
テキストレイアウト
*/
/*ボタン・文字位置調整*/
#voice .swiper_wrap .swiper .swiper-slide {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}


/*メッセージテキスト*/
#voice .swiper_wrap .swiper .swiper-slide h2 {
	display: inline-block;
	background: linear-gradient(90deg, #054b6e, #262829);
	background: -webkit-linear-gradient(0deg, #054b6e, #262829);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0.2em 0;
	font-size: min(5.5vw, 60px);
	text-align: center;
	letter-spacing: 0em;
	line-height: 1.75em;
	filter: drop-shadow(1px 1px 0 #ffffff);
}


/*ボタン*/
#voice .swiper_wrap .swiper .swiper-slide .playvoice > p {
	background-color: rgba(255,255,255,0.6);
	background-image: url(../svg/icon_play.svg);
	background-size: 13px auto;
	background-position: 20px center;
	background-repeat: no-repeat;
	padding: 10px 20px 10px 40px;
	font-size: 11px;
	line-height: 1em;
	border: 1px #262829 solid;
	cursor: pointer;
	border-radius: 100px;
	transition-duration: 600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ボイス：汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ボイス：アニメーション処理_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#voice {
	transition-duration: 1600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 0ms;
	transform-origin: center;
	opacity: 0;
	transform: translateY(-60px);
}

#voice.active {
	opacity: 1;
	transform: translateY(0);
}



#voice .swiper_wrap .swiper .swiper-slide h2 {
	transition-duration: 1600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 1000ms;
	transform-origin: center;
	opacity: 0;
}

#voice.active .swiper_wrap .swiper .swiper-slide h2 {
	opacity: 1;
}



#voice .swiper_wrap .swiper .swiper-slide .playvoice {
	position: relative;
	transition-duration: 1600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transition-delay: 1300ms;
	transform-origin: center;
	opacity: 0;
	transform: translateY(100px);
}

#voice.active .swiper_wrap .swiper .swiper-slide .playvoice {
	opacity: 1;
	transform: translateY(0);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ボイス：アニメーション処理_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/









/*――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

カウントダウン

――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
カウントダウン：汎用_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*
基本レイアウト
*/
#countdown {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15vh;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
カウントダウン：汎用_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
カウントダウン：カウントダウンパネル_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#countdown > div ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

#countdown > div ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 5px;
	width: 20vw;
	max-width: 100px;
	text-align: center;
}

#countdown > div ul li div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 15px 0;
}





/*
数字画像
*/
#countdown > div ul li span {
	display: block;
	font-size: 10px;
}


/*時間セル*/
#countdown > div ul li time {
	display: block;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	width: 10vw;
	height: auto;
	aspect-ratio: 10/15;
}

#countdown > div ul li time.c0 {
	background-image: url(../images/date_num_0.png);
}
#countdown > div ul li time.c1 {
	background-image: url(../images/date_num_1.png);
}
#countdown > div ul li time.c2 {
	background-image: url(../images/date_num_2.png);
}
#countdown > div ul li time.c3 {
	background-image: url(../images/date_num_3.png);
}
#countdown > div ul li time.c4 {
	background-image: url(../images/date_num_4.png);
}
#countdown > div ul li time.c5 {
	background-image: url(../images/date_num_5.png);
}
#countdown > div ul li time.c6 {
	background-image: url(../images/date_num_6.png);
}
#countdown > div ul li time.c7 {
	background-image: url(../images/date_num_7.png);
}
#countdown > div ul li time.c8 {
	background-image: url(../images/date_num_8.png);
}
#countdown > div ul li time.c9 {
	background-image: url(../images/date_num_9.png);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
カウントダウン：カウントダウンパネル_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
カウントダウン：アニメーション処理_start
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#countdown > div ul li {
	transition-duration: 1600ms;
	transition-property: all;
	transition-timing-function: cubic-bezier(.42,0,0,.99);
	transform-origin: center;
	opacity: 0;
}

#countdown > div ul li:nth-of-type(1) {
	transition-delay: 1600ms;
	transform: translateX(-300px) scale(1.5);
}

#countdown > div ul li:nth-of-type(2) {
	transition-delay: 1400ms;
	transform: translateX(-300px) scale(0.5);
}

#countdown > div ul li:nth-of-type(3) {
	transition-delay:1400ms;
	transform: translateX(300px) scale(0.5);
}

#countdown > div ul li:nth-of-type(4) {
	transition-delay: 1600ms;
	transform: translateX(300px) scale(1.5);
}

#countdown.active > div ul li {
	opacity: 1;
	transform: translateX(0) scale(1);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
カウントダウン：アニメーション処理_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/