@charset "utf-8";

/*
	/tv/campaign/thanksgiving2025/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2025-10-27
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2025-10-27
	-----------------------------------

リセット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 Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-size: 62.5%;
	color: #221714;
}
body {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	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: 1100px;
	}
}

/*デフォルトリンクカラー*/
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) {
	.sp-hide {
		display: none !important;
	}
	#global-nav:nth-of-type(1) {
		display: none;
	}
}
@media print, screen and (min-width: 641px) {
	.pc-hide {
		display: none !important;
	}
}

.hide-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}


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

	bg-wrap

*********************************************************** */
body {
	width: 100%;
	height: 100vh;
}

@media only screen and (max-width: 640px) {
	body {
		/* background: url(../images/bg-sp.png) no-repeat center;
		background-attachment: fixed;
		background-size: cover; */
	}
	body::before {
		display: block;
		content: "";
		width: 100%;
		height: 100vh;
		background: url(../images/bg-sp.png) no-repeat center;
		background-size:cover;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
}
}
@media print, screen and (min-width: 641px) {
	body {
		background: url(../images/bg-pc.png) no-repeat center;
		background-attachment: fixed;
		background-size: cover;
	}
}


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

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 640px) {
	.thanksgiving2025 .header {
		background: url(../images/header-h-sp.png) no-repeat center top;
		background-size: 100% auto;
	}
	.thanksgiving2025 .header-inner {
		width: 92%;
		height: 128vw;
	}
}
@media print, screen and (min-width: 641px) {
	.thanksgiving2025 .header {
		background: url(../images/header-h-pc.png) no-repeat center top;
		margin: 0 0 32px;
	}
	.thanksgiving2025 .header-inner {
		width: 980px;
		height: 1517px;
	}
}
.thanksgiving2025 .header-inner {
	margin: 0 auto;
}
.thanksgiving2025 .header-logo,
.thanksgiving2025 .header p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}

/* doga-box */
@media only screen and (max-width: 640px) {
	.thanksgiving2025 .doga-box {
		margin: 128% 0 0;
	}
	.thanksgiving2025 .doga-box::after {
		display: block;
		content: "";
		background: url(../images/header-f-sp.png) no-repeat center top;
		background-size: contain;
		padding: 41.594203% 0 0;
		position: sticky;
	}
	.thanksgiving2025 .doga-box-inner {
		background: url(../images/movie_back.jpg) no-repeat center top;
		background-size: contain;
		padding: 60% 0 0;
		position: relative;
	}
	.thanksgiving2025 .doga-box .youtube-box {
		width: 91.8%;
		margin: auto;
		position: absolute;
		top: 6.8%;
		left: 4.1%;
	}
}
@media print, screen and (min-width: 641px) {
	.thanksgiving2025 .doga-box {
		margin: 643px 0 0;
	}
	.thanksgiving2025 .doga-box::after {
		display: block;
		content: url('../images/header-f-pc.png');
		width: 980px;
		height: 287px;
	}
	.thanksgiving2025 .doga-box-inner {
		width: 980px;
		height: 588px;
		background: url(../images/movie_back.jpg) no-repeat center top;
		padding: 40px 0 0;
		margin: auto;
	}
	.thanksgiving2025 .doga-box .youtube-box {
		width: 900px;
		margin: auto;
	}
}


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

	フッター

*********************************************************** */
.thanksgiving2025 .footer {
	background: #221714;
}

@media only screen and (max-width: 640px) {
	.thanksgiving2025 .footer {
		padding: 0;
	}
	.thanksgiving2025 .footer-inner {
		padding: calc(70 / 750 * 100vw) 15px calc(220 / 750 * 100vw);
	}
	.thanksgiving2025 .footer-inner p {
		line-height: 1.5;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.thanksgiving2025 .footer {
		min-width: 980px;
	}
	.thanksgiving2025 .footer-inner {
		width: 980px;
		margin: auto;
		padding: 60px 0 160px;
	}
	.thanksgiving2025 .footer-inner p {
		line-height: 1.5;
		text-align: center;
		margin: 0;
	}
}
.thanksgiving2025 .footer-inner p {
	color: #fff;
	font-size: 14px;
}
.thanksgiving2025 .footer-inner p a,
.thanksgiving2025 .footer-inner p a:link,
.thanksgiving2025 .footer-inner p a:visited {
	color: #fff;
	text-decoration: none;
}
.thanksgiving2025 .footer-inner p a:active,
.thanksgiving2025 .footer-inner p a:hover {
	color: #fff;
	text-decoration: underline;
}
.thanksgiving2025 .footer-inner p a:focus {
	color: #fff;
}

/* ページアップ */
.thanksgiving2025 .pageup {
	margin: 0;
}
.thanksgiving2025 .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) {
	.thanksgiving2025 .pageup a {
		width: calc(120 / 750 *100vw);
		height: calc(120 / 750 *100vw);
		right: calc(32 / 750 *100vw);
		bottom: calc(40 / 750 *100vw);
	}
}
@media print, screen and (min-width: 641px) {
	.thanksgiving2025 .pageup a {
		width: 80px;
		height: 80px;
		right: 20px;
		bottom: 15px;
		transition: 0.3s ease-in-out;
	}
	.thanksgiving2025 .pageup a:hover {
		opacity: 0.7;
	}
}


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

	メイン

*********************************************************** */
@media only screen and (max-width: 640px) {
	.thanksgiving2025 .main {
		padding: 92vw 0 0;
	}
}
@media print, screen and (min-width: 641px) {
	.thanksgiving2025 .main {
	}
}


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

	コンテンツ

*********************************************************** */
.thanksgiving2025 .content {
}

/* 共通 */
@media only screen and (max-width: 640px) {
	.thanksgiving2025 .block {
		width: 92%;
		margin: 0 auto 6.0vw;
	}
	.thanksgiving2025 #block03 {
		margin: 0 auto 9.6vw;
	}
	.thanksgiving2025 #block04 {
		margin: 0 auto 16.0vw;
	}
}
@media print, screen and (min-width: 641px) {
	.thanksgiving2025 .block {
		width: 1081px;
	}
	.thanksgiving2025 #block04 {
		width: 1080px;
	}
	.thanksgiving2025 #block01 {
		margin: 0 auto 20px;
	}
	.thanksgiving2025 #block02 {
		margin: 0 auto 80px;
	}
	.thanksgiving2025 #block03 {
		margin: 0 auto 120px;
	}
	.thanksgiving2025 #block03 {
		margin: 0 auto 120px;
	}
	.thanksgiving2025 #block04 {
		margin: 0 auto 100px;
	}
}

/*** block04 ***/
.thanksgiving2025 #block04 .frame01 {
	background: rgba(255, 255, 255, .6);
}
.thanksgiving2025 #block04 .frame01 ul li {
	padding-left: 1.0em;
}
.thanksgiving2025 #block04 .frame01 ul li::before {
	content: "※";
	margin-left: -1.0em;
}

.thanksgiving2025 #block04 .frame02 {
	background: #221714;
	position: relative;
}

.thanksgiving2025 #block04 .frame02 figure.program-head {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}

@media only screen and (max-width: 640px) {
	.thanksgiving2025 #block04 .frame01 {
		border-radius: 1.2vw 1.2vw 0 0;
		padding: 11.0% 6.0% 19.0%;
		margin: -1.2vw 0 0;
	}
	.thanksgiving2025 #block04 .frame01 .pic-data {
		margin: 0 auto 5.4vw;
	}
	.thanksgiving2025 #block04 .frame01 .pic-tel {
		margin: 0 auto 5.4vw;
	}
	.thanksgiving2025 #block04 .frame01 .pic-present {
		margin: 0 auto 4.8vw;
	}
	.thanksgiving2025 #block04 .frame01 ul {
		font-size: 3.466667vw;
		line-height: 1.6;
	}
	.thanksgiving2025 #block04 .frame01 ul li {
		margin: 0 0 0.24em;
	}

	.thanksgiving2025 #block04 .frame02 {
		border-radius: 0 0 1.2vw 1.2vw;
		padding: 24.0% 5.0% 8.8%;
	}
	.thanksgiving2025 #block04 .frame02 figure.program-head {
		width: 45%;
		top: -12.0vw;
	}
}
@media print, screen and (min-width: 641px) {
	.thanksgiving2025 #block04 .frame01 {
		border-radius: 10px 10px 0 0;
		padding: 52px 50px 100px;
		margin: -10px 0 0;
	}
	.thanksgiving2025 #block04 .frame01 .pic-data {
		margin: 0 auto 36px;
	}
	.thanksgiving2025 #block04 .frame01 .pic-tel {
		margin: 0 auto 28px;
	}
	.thanksgiving2025 #block04 .frame01 .pic-present {
		margin: 0 auto 18px;
	}
	.thanksgiving2025 #block04 .frame01 ul {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.thanksgiving2025 #block04 .frame01 ul li {
		margin: 0 0 0.2em;
	}

	.thanksgiving2025 #block04 .frame02 {
		border-radius: 0 0 10px 10px;
		padding: 210px 50px 80px;
	}
	.thanksgiving2025 #block04 .frame02 figure.program-head {
		top: -48px;
	}
}

/* block04 - program-box */
.thanksgiving2025 .program-box table th {
	background: #eeda7d;
	color: #464646;
}
.thanksgiving2025 .program-box table td {
	background: #fff5cd;
	color: #464646;
}

.thanksgiving2025 .program-box table dl {
	display: flex;
	flex-wrap: wrap;
}
.thanksgiving2025 .program-box table dl dt {
	font-weight: normal;
	width: 7.0em;
}
.thanksgiving2025 .program-box table dl dd {
	flex: 1;
}

@media only screen and (max-width: 640px) {
	.thanksgiving2025 .program-box {
	}
	.thanksgiving2025 .program-box-inner {
		width: 100%;
		margin: auto;
	}
	.thanksgiving2025 .program-box table {
		width: 100%;
		font-size: 3.466667vw;
		line-height: 1.6;
		margin: 0 auto;
	}
	.thanksgiving2025 .program-box table th {
		display: block;
		font-weight: normal;
		width: 100%;
		padding: 0.36em 1.2em 0.4em;
	}
	.thanksgiving2025 .program-box table td {
		display: block;
		width: 100%;
		padding: 0.36em 1.2em 0.4em;
	}
	.thanksgiving2025 .program-box table tr:first-child > *:first-child {
		border-radius: 1.2vw 1.2vw 0 0;
	}
	.thanksgiving2025 .program-box table tr:last-child > *:last-child {
		border-radius: 0 0 1.2vw 1.2vw;
	}
	.thanksgiving2025 .program-box table tr:last-child td > *:last-child {
		padding-bottom: 0.8em;
	}

	.thanksgiving2025 .program-box table dl {
		margin: 0;
	}

	.thanksgiving2025 .program-box .pre {
		width: 40%;
		font-size: 3.466667vw;
		color: #fff;
		text-align: center;
		margin: 2.0em auto 1.4em;
	}
}
@media print, screen and (min-width: 641px) {
	.thanksgiving2025 .program-box {
	}
	.thanksgiving2025 .program-box-inner {
		width: 980px;
		margin: auto;
	}
	.thanksgiving2025 .program-box table {
		width: 980px;
		font-size: 1.8rem;
		line-height: 1.3;
		margin: 0 auto;
	}
	.thanksgiving2025 .program-box table th {
		width: 310px;
		font-weight: normal;
		padding: 18px 50px 14px;
		border-bottom: 1px solid #fff;
	}
	.thanksgiving2025 .program-box table td {
		width: 670px;
		padding: 18px 50px 14px;
		border-bottom: 1px solid #fff;
	}
	.thanksgiving2025 .program-box table tr:first-child > *:first-child {
		border-radius: 10px 0 0 0;
	}
	.thanksgiving2025 .program-box table tr:first-child > *:last-child {
		border-radius: 0 10px 0 0;
	}
	.thanksgiving2025 .program-box table tr:last-child > *:first-child {
		border-radius: 0 0 0 10px;
		border-bottom: none;
	}
	.thanksgiving2025 .program-box table tr:last-child > *:last-child {
		border-radius: 0 0 10px 0;
		border-bottom: none;
	}
	.thanksgiving2025 .program-box table tr:first-child th,
	.thanksgiving2025 .program-box table tr:first-child td {
		padding-top: 28px;
	}
	.thanksgiving2025 .program-box table tr:last-child th,
	.thanksgiving2025 .program-box table tr:last-child td {
		padding-bottom: 24px;
	}

	.thanksgiving2025 .program-box table dl {
		margin: 0 0 0.4em;
	}

	.thanksgiving2025 .program-box .pre {
		width: 300px;
		font-size: 2.0rem;
		color: #fff;
		text-align: center;
		margin: 2.0em auto 1.4em;
	}
}


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

		youtube設定

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