@charset "utf-8";

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

リセット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: 'Noto Serif JP', serif;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	font-size: 62.5%;
	color: #fff;
}
body {
	font-family: 'Noto Serif JP', serif;
	/*font-family: 'Noto Sans JP', sans-serif;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
@media only screen and (max-width: 640px) {
}
@media print, screen and (min-width: 641px) {
	body {
		min-width: 1200px;
	}
}

/* フォントの滲みの修正＠EdgeとFirefox */
/*
.sanzoro2025 p,
.sanzoro2025 figcaption,
.sanzoro2025 li {
	transform: rotate(0.05deg);
}
.sanzoro2025 .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

*********************************************************** */
.sanzoro2025 .bg-wrap {
}

@media only screen and (max-width: 640px) {
	.sanzoro2025 .bg-wrap {
		background: #64080b url(../images/bg01_sp.jpg) no-repeat center top;
		background-size: 100% auto;
		/* min-height: 541.6vw; */
	}
}
@media print, screen and (min-width: 641px) {
	.sanzoro2025 .bg-wrap {
		background: #000 url(../images/bg_pc.jpg) no-repeat center top;
		height: 3041px;
		margin: auto;
	}
}


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

	ヘッダー

*********************************************************** */
.sanzoro2025 .header {
}
.sanzoro2025 .header-inner {
	position: relative;
}

.sanzoro2025 .header .oa-title {
	background: #2d315a;
	font-weight: 600;
}
.sanzoro2025 .header .oa-title .circle {
	display: inline-block;
	background: #fff;
	color: #2d315a;
	text-align: center;
	vertical-align: middle;
}

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

@media only screen and (max-width: 640px) {
	.sanzoro2025 .header {
	}
	.sanzoro2025 .header-inner {
		width: 94.6%;
		/* height: 240.933333vw; */
		padding: 19.0% 0 0;
		margin: 0 auto;
	}

	.sanzoro2025 .header .oa-title {
		width: 100%;
		font-size: 4.8vw; /* 36px */
		line-height: 1.4;
		text-align: center;
		letter-spacing: 0.01em;
		padding: 1.8vw 1.0em 2.4vw;
		margin: 0 0 18.8%;
	}
	.sanzoro2025 .header .oa-title .first {
		padding: 0 4.0em 0 0;
	}
	.sanzoro2025 .header .oa-title .second {
		padding: 0 0 0 2.5em;
	}
	.sanzoro2025 .header .oa-title .number {
		font-size: 6.666667vw; /* 50px */
	}
	.sanzoro2025 .header .oa-title .circle {
		width: 7.0vw;
		height: 7.0vw;
		line-height: 6.8vw;
		border-radius: 3.5vw;
		margin: 0 0 2.0vw 0.6vw;
	}

	.sanzoro2025 .header .header01 {
		width: 91.549296%;
		margin:  0 0 10.8%;
	}
	.sanzoro2025 .header .header02 {
		width: 93.521127%;
		margin: 0 0 15.2% 3.0%;
	}
	.sanzoro2025 .header .header03 {
	}
}
@media print, screen and (min-width: 641px) {
	.sanzoro2025 .header {
	}
	.sanzoro2025 .header-inner {
		width: 1200px;
		height: 1044px;
		margin: auto;
	}

	.sanzoro2025 .header .oa-title {
		font-size: 3.0rem;
		padding: 14px 28px 10px;

		position: absolute;
		top: 488px;
		left: 50px;
	}
	.sanzoro2025 .header .oa-title .number {
		font-size: 4.0rem;
	}
	.sanzoro2025 .header .oa-title .circle {
		width: 46px;
		height: 46px;
		line-height: 42px;
		border-radius: 23px;
		margin: 0 10px 10px 8px;
	}

	.sanzoro2025 .header .header01 {
		position: absolute;
		top: 45px;
		left: 27px;
	}
	.sanzoro2025 .header .header02 {
		position: absolute;
		top: 84px;
		right: 72px;
	}
	.sanzoro2025 .header .header03 {
		position: absolute;
		bottom: 0;
		left: 50px;
	}
}


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

	フッター

*********************************************************** */
/* footer */
.sanzoro2025 .footer {
	background: #222;
}
.sanzoro2025 .footer .matsuri-banner a {
	display: block;
}

@media only screen and (max-width: 640px) {
	.sanzoro2025 .footer {
	}
	.sanzoro2025 .footer-inner {
		width: 94.6%;
		padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
		margin: 0 auto;
	}
	.sanzoro2025 .footer-inner p {
		line-height: 1.5;
		margin: 0;
	}
	.sanzoro2025 .footer .matsuri-banner a {
		width: 42.66666666666667vw;
		margin: 0 auto calc(60 / 750 * 100vw);
	}
}
@media print, screen and (min-width: 641px) {
	.sanzoro2025 .footer {
	}
	.sanzoro2025 .footer-inner {
		width: 1100px;
		margin: 0 auto;
		padding: 56px 0 80px;
	}
	.sanzoro2025 .footer-inner p {
		line-height: 1.5;
		text-align: center;
		margin: 0;
	}
	.sanzoro2025 .footer .matsuri-banner a {
		width: 320px;
		margin: 0 auto 50px;
		transition: 0.3s ease-in-out;
	}
	.sanzoro2025 .footer .matsuri-banner a:hover {
		opacity: 0.7;
	}
}
.sanzoro2025 .footer-inner p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.sanzoro2025 .footer-inner p a,
.sanzoro2025 .footer-inner p a:link,
.sanzoro2025 .footer-inner p a:visited {
	color: #fff;
	text-decoration: none;
}
.sanzoro2025 .footer-inner p a:active,
.sanzoro2025 .footer-inner p a:hover {
	color: #fff;
	text-decoration: underline;
}
.sanzoro2025 .footer-inner p a:focus {
	color: #fff;
}

/* pageup */
.sanzoro2025 .pageup {
	margin: 0;
}
.sanzoro2025 .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) {
	.sanzoro2025 .pageup a {
		width: 12vw;
		height: 12vw;
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 641px) {
	.sanzoro2025 .pageup a {
		width: 70px;
		height: 70px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	.sanzoro2025 .pageup a:hover {
		opacity: 0.7;
	}
}

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

	メイン

*********************************************************** */
.sanzoro2025 .main {

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


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

	コンテンツ

*********************************************************** */
.sanzoro2025 .content {
}

@media only screen and (max-width: 640px) {
	.sanzoro2025 .content .inner {
		width: 94.6%;
		margin: 0 auto;
	}
}
@media print, screen and (min-width: 641px) {
	.sanzoro2025 .content .inner {
		width: 1100px;
		margin: 0 auto;
	}
}

/* box01 */
.sanzoro2025 #box01 .head {
	color: #cfa581;
	position: relative;
}
.sanzoro2025 #box01 .head h2 {
	font-weight: 500 !important;
}
.sanzoro2025 #box01 .head h3 {
	font-weight: 500 !important;
	position: absolute;
}

@media only screen and (max-width: 640px) {
	.sanzoro2025 #box01 {
	}
	.sanzoro2025 #box01 .inner {
		width: 94.6%;
		padding: 13.6% 0 0;
		margin: 0 auto;
	}

	.sanzoro2025 #box01 .head {
		margin: 0 0 8.4%;
	}
	.sanzoro2025 #box01 .head h2 {
		font-size: 5.333333vw; /* 40px */
		line-height: 1.9;
		letter-spacing: -0.01em;
	}
	.sanzoro2025 #box01 .head h2 span {
		font-size: 8.533333vw; /* 64px */
	}
	.sanzoro2025 #box01 .head h3 {
		font-size: 3.466667vw; /* 26px */
		top: 34.0%;
		left: 51.6vw;
	}
	.sanzoro2025 #box01 p {
		font-size: 4.533333vw; /* 34px */
		line-height: 2.24;
		letter-spacing: -0.01em;
		margin: 0 0 19.6%;
	}
	.sanzoro2025 #box01 p:last-of-type {
		margin: 0 0 30.0%;
	}
}
@media print, screen and (min-width: 641px) {
	.sanzoro2025 #box01 {
		max-width: 1540px;
		margin: auto;
	}
	.sanzoro2025 #box01 .inner {
		padding: 106px 0 0;
	}

	.sanzoro2025 #box01 .head {
		margin: 0 0 40px;
	}
	.sanzoro2025 #box01 .head h2 {
		font-size: 4.0rem;
	}
	.sanzoro2025 #box01 .head h2 span {
		font-size: 6.0rem;
	}
	.sanzoro2025 #box01 .head h3 {
		font-size: 2.4rem;
		top: -30px;
		right: 150px;
	}
	.sanzoro2025 #box01 p {
		font-size: 2.4rem;
		line-height: 2.2;
		margin: 0 0 60px;
	}
	.sanzoro2025 #box01 p:last-of-type {
		margin: 0 0 96px;
	}
}


/*box02*/
@media only screen and (max-width: 640px) {
	.sanzoro2025 #box02 {
		background: url(../images/bg02_sp.jpg) no-repeat center bottom;
		background-size: 100% auto;
		/* min-height: 105.733333vw; */
	}
	.sanzoro2025 #box02 .inner {
		padding: 22.4% 0 16.0%;
	}
	.sanzoro2025 #box02 p {
		font-size: 6.133333vw; /* 46px */
		line-height: 2.15;
		text-align: center;
	}
}
@media print, screen and (min-width: 641px) {
	.sanzoro2025 #box02 {
		margin: auto;
	}
	.sanzoro2025 #box02 .inner {
		padding: 76px 0 0;
	}
	.sanzoro2025 #box02 p {
		font-size: 4.0rem;
		line-height: 2.1;
		text-align: center;
	}
}


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


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

		youtube設定

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


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

		マージンの設定

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


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

		カラー設定

*********************************************************** */
/*
.hashigojishi .cl-red {
	color: #e50012;
}
.hashigojishi .cl-blue {
	color: #4ebbff;
}
.hashigojishi .cl-yellow-green {
	color: #1aff2d;
}
.hashigojishi .cl-yellow {
	color: #fffc01;
}
.hashigojishi .cl-magenta {
	color: #ff06f9;
}
.hashigojishi .cl-cyan {
	color: #00e1ff;
}
.hashigojishi .cl-pink {
	color: #dc557e;
}
.hashigojishi .cl-green {
	color: #03a08c;
}
.hashigojishi .cl-orange {
	color: #f68b00;
}
.hashigojishi .cl-light-blue {
	color: #008bda;
}
.hashigojishi .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: 16px;
		line-height: 1.5;
	}
}
