@charset "utf-8";

/*
	/tv/xanime/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2024-01-05
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2024-01-05
	-----------------------------------

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

youtube設定
googlemap
マージンの設定
カラー設定
注釈リスト


*/

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

		リセット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;*/
}
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: 768px) {
	body {
		width: 100vw;
		height: 100vh;
		overflow: hidden;
	}
	.xanime-box {
		width: 100vw;
		height: 100vh;
		overflow: auto;
	}
	/*左メニューの調整＠今回のみ*/
	.hicbc-global-nav-content {
		height: 100vh;
		overflow: auto;
	}
}
@media print, screen and (min-width: 769px) {
	body {
		min-width: 980px;
		width: 100%;
		height: 100vh;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.xanime-box {
		width: 100%;
		height: 100vh;
		overflow: auto;
	}

}



/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.xanime p,
.xanime figcaption,
.xanime li {
	transform: rotate(0.05deg);
}
.xanime .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: 768px) {
	.img-max-sp {
		width: 100%;
		height: auto;
		vertical-align: middle;
		/*image-rendering: -webkit-optimize-contrast;*/
	}
}

@media print, screen and (min-width: 769px) {
	.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: 768px) {
	.hide-sp {
		display: none !important;
	}
	#global-nav:nth-of-type(1) {
		display: none;
	}
}

@media print, screen and (min-width: 769px) {
	.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

*********************************************************** */
@media only screen and (max-width: 768px) {
	.xanime .bg-wrap {
	}
}
@media print, screen and (min-width: 769px) {
	.xanime .bg-wrap {
	}
}




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

	ヘッダー

*********************************************************** */
.xanime .header {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
}
.xanime .header-top {
	background: #a81102;
}
@media only screen and (max-width: 768px) {
	.xanime .header-top-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 26.8vw;
		margin: auto;
	}
	.xanime .header-top .header-logo {
		width: 64vw;
		margin: auto;
	}
	.xanime .header-bottom-inner {
		width: 94.8vw;
		margin: auto;
		padding: 6.4vw 0 8vw;
	}
	.xanime .header-bottom .header-date {
		color: #fff;
		font-size: 7.733333333333333vw;
		line-height: 1.5;
		text-align: center;
	}
	.xanime .header-bottom .header-time {
		color: #f6ff00;
		font-size: 6.4vw;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 4vw;
	}
	.xanime .header-bottom .header-more a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #000;
		color: #fff;
		font-size: 4.533333333333333vw;
		height: 13.2vw;
		margin: auto;
		border-radius: 6.6vw;
	}

}
@media print, screen and (min-width: 769px) {
	.xanime .header-top-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 980px;
		height: 200px;
		margin: auto;
	}
	.xanime .header-middle img {
		width: 100%;
	}
	.xanime .header-bottom-inner {
		width: 980px;
		margin: auto;
		padding: 40px 0 65px;
	}
	.xanime .header-bottom .header-date {
		color: #fff;
		font-size: 66px;
		line-height: 1.5;
		text-align: center;
	}
	.xanime .header-bottom .header-time {
		color: #f6ff00;
		font-size: 56px;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 40px;
	}
	.xanime .header-bottom .header-more a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #000;
		color: #fff;
		font-size: 30px;
		width: 630px;
		height: 90px;
		margin: auto;
		border-radius: 45px;
		transition: 0.3s ease-in-out;
	}
	.xanime .header-bottom .header-more a:hover {
		opacity: 0.7;
	}
}





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

	フッター

*********************************************************** */
/*フッター枠*/

@media only screen and (max-width: 768px) {
	.xanime .footer {
		background: #151515;
		padding: 0;
	}
	.xanime .footer-inner {
		padding: 50px 15px 80px;
	}
	.xanime .footer-inner p {
		line-height:1.5;
		margin: 0;
	}
}
@media print, screen and (min-width: 769px) {
	.xanime .footer {
		background: #151515;
	}
	.xanime .footer-inner {
		width: 980px;
		margin:auto;
		padding: 60px 0;
	}
	.xanime .footer-inner p {
		line-height:1.5;
		text-align: center;
		margin: 0;
	}
}
.xanime .footer-inner p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.xanime .footer-inner p a,
.xanime .footer-inner p a:link,
.xanime .footer-inner p a:visited {
	color: #fff;
	text-decoration: none;
}
.xanime .footer-inner p a:active,
.xanime .footer-inner p a:hover {
	color: #fff;
	text-decoration: underline;
}
.xanime .footer-inner p a:focus {
	color: #fff;
}

/*ページアップ*/
.xanime .pageup {
	margin: 0;
}
.xanime .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: 768px) {
	.xanime .pageup a {
		width: 13.6vw;
		height: 13.6vw;
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 769px) {
	.xanime .pageup a {
		width: 102px;
		height: 102px;
		right: 30px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	.xanime .pageup a:hover {
		opacity: 0.7;
	}
}

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

	メイン

*********************************************************** */
.xanime .main {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
}
@media only screen and (max-width: 768px) {
	.xanime .main {
	}
}
@media print, screen and (min-width: 769px) {
	.xanime .main {
	}
}



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

	コンテンツ

*********************************************************** */
.xanime .content {
}


@media only screen and (max-width: 768px) {
	.xanime .content {
	}
}
@media print, screen and (min-width: 769px) {
	.xanime .content {
	}
}


/*box01*/
.xanime .box01 {
	background: #000;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.xanime .box01 {
	}
	.xanime .box01-inner {
		padding: 9.2vw 0 13.2vw;
	}
	.xanime .box01-text01 {
		color: #f6ff00;
		font-size: 5.866666666666667vw;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 2.8vw;
	}
	.xanime .box01-text02 {
		font-size: 5.866666666666667vw;
		line-height: 1.5;
		text-align: center;
	}
	.xanime .box01-text03 {
		font-size: 5.866666666666667vw;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 4.8vw;
	}
	.xanime .box01-text03 strong {
		color: #ff042b;
		font-size: 6.933333333333333vw;
	}
	.xanime .box01-p {
		width: 89.33333333333333vw;
		margin: 0 auto 6.4vw;
	}
	.xanime .box01-text04 {
		font-size: 4.266666666666667vw;
		line-height: 2;
		text-align: center;
		margin: 0 0 5.6vw;
	}
	.xanime .box01-link a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 89.33333333333333vw;
		margin: auto;
		padding: 1.2vw;
		border: 1px solid #fff;
	}
	.xanime .box01-link figure {
		width: 42.26666666666667vw;
	}
	.xanime .box01-link p {
		flex: 1;
		color: #fff;
		font-size: 4.266666666666667vw;
		line-height: 1.5;
		padding: 0 0 0 6vw;
	}
}
@media print, screen and (min-width: 769px) {
	.xanime .box01 {
	}
	.xanime .box01-inner {
		width: 980px;
		margin: auto;
		padding: 90px 0 110px;
	}
	.xanime .box01-text01 {
		color: #f6ff00;
		font-size: 36px;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 20px;
	}
	.xanime .box01-text02 {
		font-size: 36px;
		line-height: 1.5;
		text-align: center;
	}
	.xanime .box01-text03 {
		font-size: 36px;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 20px;
	}
	.xanime .box01-text03 strong {
		color: #ff042b;
		font-size: 50px;
	}
	.xanime .box01-p {
		text-align: center;
		margin: 0 0 40px;
	}
	.xanime .box01-text04 {
		font-size: 24px;
		line-height: 1.75;
		text-align: center;
		margin: 0 0 65px;
	}
	.xanime .box01-link a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 790px;
		margin: auto;
		padding: 10px;
		border: 1px solid #fff;
		transition: 0.3s ease-in-out;
	}
	.xanime .box01-link a:hover {
		opacity: 0.7;
	}
	.xanime .box01-link figure {
		width: 317px;
	}
	.xanime .box01-link p {
		color: #fff;
		font-size: 26px;
		line-height: 1.5;
		text-align: center;
		width: 450px;
	}
}





/*box02*/
.xanime .box02 {
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.xanime .box02 {
	}
	.xanime .box02-inner {
		width: 89.2vw;
		margin: auto;
		padding: 12vw 0 5.6vw;
	}
	.xanime .box02 .character-wrap {
	}
	.xanime .box02 .character-item {
		margin: 0 auto 8.8vw;
	}
	.xanime .box02 .character-item figure {
		text-align: center;
		margin: 0 0 4.4vw;
	}
	.xanime .box02 .character-item figure img {
		height: 68vw;
	}
	.xanime .box02 .character-item h2 {
		font-size: 5.866666666666667vw;
		line-height: 1.5;
		margin: 0 0 2.8vw;
	}
	.xanime .box02 .character-item h2 span {
		display: block;
		font-size: 4.266666666666667vw;
		padding: 0 0 0 2.8vw;
	}
	.xanime .box02 .character-item p {
		font-size: 4.266666666666667vw;
		line-height: 2;
		padding: 0 0 0 2.8vw;
	}
}
@media print, screen and (min-width: 769px) {
	.xanime .box02 {
	}
	.xanime .box02-inner {
		width: 790px;
		margin: auto;
		padding: 80px 0 50px;
	}
	.xanime .box02 .character-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.xanime .box02 .character-item {
		width: 340px;
		margin: 0 auto 50px;
	}
	.xanime .box02 .character-item.character-item01 {
		width: 530px;
	}
	.xanime .box02 .character-item.character-item02 {
		order: 1;
	}
	.xanime .box02 .character-item.character-item03 {
		order: 3;
	}
	.xanime .box02 .character-item.character-item04 {
		order: 4;
	}
	.xanime .box02 .character-item.character-item05 {
		order: 2;
	}

	.xanime .box02 .character-item figure {
		text-align: center;
		margin: 0 0 20px;
	}
	.xanime .box02 .character-item figure img {
		height: 346px;
	}
	.xanime .box02 .character-item h2 {
		font-size: 26px;
		line-height: 1.5;
		margin: 0 0 10px;
	}
	.xanime .box02 .character-item h2 span {
		font-size: 18px;
	}
	.xanime .box02 .character-item p {
		font-size: 18px;
		line-height: 1.9;
		padding: 0 0 0 10px;
	}
}





/*box03*/
.xanime .box03 {
	background: #a81102;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.xanime .box03 {
	}
	.xanime .box03-inner {
		width: 94.8vw;
		margin: auto;
		padding: 14.8vw 0 9.2vw;
	}
	.xanime .box03 .box03-item {
		background: #000;
		margin: 0 0 4vw;
		padding: 9.6vw 6.8vw;
		border-radius: 4.8vw;
	}
	.xanime .box03 .box03-title-wrap {
		display: flex;
	}
	.xanime .box03 .box03-icon {
		width: 26.8vw;
		margin: 0 4.8vw 6vw 0;
	}
	.xanime .box03 .box03-title {
		flex: 1;
		margin: 0 0 6vw 0;
	}
	.xanime .box03 .box03-title h2 {
		color: #ff042b;
		font-size: 4.266666666666667vw;
		line-height: 1.5;
		letter-spacing: -1px;
		margin: 0 0 2vw;
	}
	.xanime .box03 .box03-title h3 {
		font-size: 7.2vw;
		line-height: 1.37;
		letter-spacing: -2px;
		margin: 0;
		padding: 0 0 0 2.8vw;
	}
	.xanime .box03 p {
		font-size: 4.266666666666667vw;
		line-height: 2;
	}
	.xanime .box03 dl {
		display: flex;
		flex-wrap: wrap;
		font-size: 4.266666666666667vw;
		line-height: 2;
	}
	.xanime .box03 dt {
		text-align: right;
		width: 6em;
	}
	.xanime .box03 dd {
		width: calc(100% - 6em);
		letter-spacing: -1px;
	}
}
@media print, screen and (min-width: 769px) {
	.xanime .box03 {
	}
	.xanime .box03-inner {
		width: 880px;
		margin: auto;
		padding: 70px 0 40px;
	}
	.xanime .box03-item-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.xanime .box03 .box03-item {
		background: #000;
		width: 420px;
		margin: 0 0 40px;
		padding: 40px 45px;
		border-radius: 30px;
	}
	.xanime .box03 .box03-item.box03-item01 {
		width: 880px;
	}
	.xanime .box03 .box03-title-wrap {
		display: flex;
	}
	.xanime .box03 .box03-icon {
		width: 110px;
		margin: 0 10px 20px 0;
	}
	.xanime .box03 .box03-title {
		flex: 1;
		margin: 0 0 20px 0;
		padding: 10px 0 0 0;
	}
	.xanime .box03 .box03-title h2 {
		color: #ff042b;
		font-size: 20px;
		line-height: 1.5;
		letter-spacing: -1px;
		margin: 0 0 5px;
	}
	.xanime .box03 .box03-title h3 {
		font-size: 38px;
		line-height: 1.5;
		letter-spacing: -1px;
		margin: 0;
		padding: 0 0 0 10px;
	}
	.xanime .box03 p {
		font-size: 18px;
		line-height: 2.1;
	}
	.xanime .box03 dl {
		display: flex;
		flex-wrap: wrap;
		font-size: 18px;
		line-height: 2.1;
	}
	.xanime .box03 dt {
		text-align: right;
		width: 6em;
	}
	.xanime .box03 dd {
		width: calc(100% - 6em);
	}
}







/*box04*/
.xanime .box04 {
	background: #000000;
	color: #fff;
}
@media only screen and (max-width: 768px) {
	.xanime .box04 {
	}
	.xanime .box04-inner {
		padding: 14.4vw 0;
	}
	.xanime .box04 h2 {
		color: #ff042b;
		font-size: 5.866666666666667vw;
		text-align: center;
		margin: 0 0 4.4vw;
	}
	.xanime .box04 p {
		font-size: 5.866666666666667vw;
		line-height: 1.82;
		text-align: center;
	}

}
@media print, screen and (min-width: 769px) {
	.xanime .box04 {
	}
	.xanime .box04-inner {
		width: 980px;
		margin: auto;
		padding: 75px 0 60px;
	}
	.xanime .box04 h2 {
		color: #ff042b;
		font-size: 26px;
		text-align: center;
		margin: 0 0 35px;
	}
	.xanime .box04 p {
		font-size: 26px;
		line-height: 2.3;
		text-align: center;
	}
}







/*xxx*/
@media only screen and (max-width: 768px) {
	.xanime .xxx {
	}
}
@media print, screen and (min-width: 769px) {
	.xanime .xxx {
	}
}


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

		youtube設定

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


.xanime .youtube-box .youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.xanime .youtube-box .youtube 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%;
}




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

		マージンの設定

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

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

		カラー設定

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

.xanime .cl-red {
	color: #cc0e14;
}

/*


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


/*マーカー*/
/*

.maker-black {
	background:linear-gradient(#000 0%, #000 100%);
}

.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: 768px) {
	.list-annotation li {
		font-size: 4.266666666666667vw;
		line-height: 1.5;
	}
}
@media print, screen and (min-width: 769px) {
	.list-annotation li {
		font-size: 16px;
		line-height: 1.5;
	}
}
