@charset "utf-8";

/*
	/cc/fukubukuro2026/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2025-11-13
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2025-11-13
	-----------------------------------

リセット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', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 62.5%;
	background: #a10000;
	color: #221714;
}
body {
	font-family: 'Noto Serif JP', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", 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;*/
	}
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

figure {
	padding: 0;
	margin: 0;
}

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

.gothic {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}

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

	非表示設定

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

@media only screen and (max-width: 640px) {
	body {
		background: url(../images/bg.png) repeat center;
		background-size: contain;
	}
}
@media print, screen and (min-width: 641px) {
	body {
		background: url(../images/bg.png) repeat center;
		background-size: 760px auto;
	}
}


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

	ヘッダー

*********************************************************** */
.fukubukuro2026 .header {
	position: relative;
}
.fukubukuro2026 .header-title {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
}
.fukubukuro2026 .header-title h1 {
	width: 100%;
	color: #008a03;
}
.fukubukuro2026 .header-title h2 {
	width: 100%;
	color: #c60000;
}

@media only screen and (max-width: 640px) {
	.fukubukuro2026 .header {
		background: url(../images/header-sp.png) no-repeat center top;
		background-size: 100% auto;
	}
	.fukubukuro2026 .header-inner {
		padding: 56.44% 0 11%;
	}

	.fukubukuro2026 .header-title {
	}
	.fukubukuro2026 .header-title h1 {
		font-size: 4.8vw; /* 36px */
		letter-spacing: -0.05em;
		position: absolute;
		top: 11.2vw;
		left: 0;
	}
	.fukubukuro2026 .header-title h2 {
		font-size: 7.466667vw; /* 56px */
		line-height: 1.4;
		letter-spacing: -0.042em;
		position: absolute;
		top: 21.4vw;
		left: 0;
	}
	.fukubukuro2026 .header-title h2 span {
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		list-style-type: none;
		height: 0;
		overflow: hidden;
	}
}
@media print, screen and (min-width: 641px) {
	.fukubukuro2026 .header {
		background: url(../images/header-pc.png) no-repeat center top;
	}
	.fukubukuro2026 .header-inner {
		height: 575px;
		padding: 228px 0 0;
	}

	.fukubukuro2026 .header-title {
	}
	.fukubukuro2026 .header-title h1 {
		font-size: 3.4rem;
		letter-spacing: -0.024em;
		position: absolute;
		top: 24px;
		left: 0;
	}
	.fukubukuro2026 .header-title h2 {
		font-size: 5.8rem;
		letter-spacing: -0.03em;
		position: absolute;
		top: 100px;
		left: 0;
	}
}


/* slider */
.fukubukuro2026 .header #slide-box {
	position: relative;
}
.fukubukuro2026 .header #slide-box .arrow_box {
	font-size: 2.0rem;
	color: #fff;
	cursor: pointer;
}
@media only screen and (max-width: 640px) {
	.fukubukuro2026 .header #slide-box .arrow_box {
		font-size: 4.2vw;
	}
	.fukubukuro2026 .header #fuku-list {
	}
	.fukubukuro2026 .header #fuku-list .fuku-slide {
		width: 68vw !important;
		margin: 0 3.0vw;
	}
	.fukubukuro2026 .header #slide-box .prev-arrow {
		position: absolute;
		left: calc(50% - 1.2vw + 16.8vw);
		bottom: -7.2vw;
	}
	.fukubukuro2026 .header #slide-box .next-arrow {
		position: absolute;
		left: calc(50% - 1.2vw - 16.8vw);
		bottom: -7.2vw;
	}
}
@media print, screen and (min-width: 641px) {
	.fukubukuro2026 .header #slide-box .arrow_box {
		font-size: 2.0rem;
	}
	.fukubukuro2026 .header #fuku-list {
	}
	.fukubukuro2026 .header #fuku-list .fuku-slide {
		width: 520px !important;
		margin: 0 20px;
	}
	.fukubukuro2026 .header #slide-box .prev-arrow {
		position: absolute;
		left: calc(50% - 8px + 66px);
		bottom: -38px;
	}
	.fukubukuro2026 .header #slide-box .next-arrow {
		position: absolute;
		left: calc(50% - 4px - 66px);
		bottom: -38px;
	}
}

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

	フッター

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

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

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


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

	メイン

*********************************************************** */
@media only screen and (max-width: 640px) {
	.fukubukuro2026 .main {
		font-size: 4.8vw; /* 36px */
	}
}
@media print, screen and (min-width: 641px) {
	.fukubukuro2026 .main {
		font-size: 1.8rem;
	}
}


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

	コンテンツ

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

/* 共通 */
.fukubukuro2026 .content {
}
.fukubukuro2026 .block {
	background: #fff;
}

.fukubukuro2026 .block .main-visual {
	text-align: center;
}

.fukubukuro2026 .block .block-head h2 {
	background: #e5ce6c;
	font-weight: bold;
	position: relative;
}
.fukubukuro2026 .block .block-head h2::before {
	content: "";
	background: #c60000;
}
.fukubukuro2026 .block .block-head-status {
	color: #fff;
	display: flex;
	align-items: center;
}
.fukubukuro2026 .block .block-head-status li.lottery {
	background: #002fb6;
}
.fukubukuro2026 .block .block-head-status li.apply {
	background: #fa4c00;
}
.fukubukuro2026 .block .block-head-status li:last-child {
	margin: 0;
}

.fukubukuro2026 .block .block-price h4 {
	text-align: center;
}

.fukubukuro2026 .block ul.notice li {
	padding-left: 1.0em;
}
.fukubukuro2026 .block ul.notice li::before {
	content: "※";
	margin-left: -1.0em;
}

.fukubukuro2026 .block table {
	width: 100%;
}
.fukubukuro2026 .block table th {
	background: #c60000;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.fukubukuro2026 .block table td {
	background: #fedcdc;
}

@media only screen and (max-width: 640px) {
	.fukubukuro2026 .block {
		width: 94.666667%;
		border-radius: 4.266667vw;
		padding: 7.0vw 7.0vw 12vw;
		margin: 0 auto 6.0vw;
	}
	.fukubukuro2026 .block .main-visual {
		margin: 0 auto 6.4vw;
	}

	.fukubukuro2026 .block .block-head {
		margin: 0 auto 7.2vw;
	}
	.fukubukuro2026 .block .block-head h2 {
		font-size: 4.533333vw; /* 34px */
		line-height: 1.4;
		border-radius: 2.666667vw;
		padding: 0.44em 0.8em 0.48em 1.2em;
		margin: 0 auto 5.0vw;
	}
	.fukubukuro2026 .block .block-head h2::before {
		width: 0.9vw;
    	height: calc(100% - 0.5em * 2);
		border-radius: 0.9vw;
		position: absolute;
		top: 0.54em;
		left: 0.54em;
	}
	.fukubukuro2026 .block .block-head-status {
		font-size: 4.266667vw; /* 32px */
		justify-content: center;
	}
	.fukubukuro2026 .block .block-head-status li {
		border-radius: 24px;
		padding: 0.4em 1.0em 0.54em 1.0em;
		margin: 0 1.6vw 0 0;
	}

	.fukubukuro2026 .block .block-price {
		margin: 0 auto 5.8vw;
	}
	.fukubukuro2026 .block .block-price .icon-price {
		background: url(../images/icon-price.png) no-repeat center top;
		background-size: cover;
		width: 32.8vw; /* 246px */
		height: 31.866667vw; /* 239px */
		margin: 0 auto 4.2vw;
		position: relative;
	}
	.fukubukuro2026 .block .block-price .icon-price p {
		width: 100%;
		font-size: 5.866667vw; /* 44px */
		line-height: 1.0;
		color: #fff;
		text-align: center;
		position: absolute;
		top: 62%;
	}
	.fukubukuro2026 .block .block-price h4 {
		font-size: 9.6vw; /* 72px */
		letter-spacing: -0.02em;
	}
	.fukubukuro2026 .block .block-price span {
		font-size: 4.266667vw; /* 32px */
		letter-spacing: -0.03em;
	}

	.fukubukuro2026 .block table {
		line-height: 1.6;
		margin: 0 auto 3.6vw;
	}
	.fukubukuro2026 .block table th,
	.fukubukuro2026 .block table td {
		display: block;
	}
	.fukubukuro2026 .block table th {
		padding: 0.36em 0 0.42em;
	}
	.fukubukuro2026 .block table td {
		padding: 0.36em 0.6em 0.42em;
	}

	.fukubukuro2026 .block .block-detail {
		margin: 0 auto 5.4vw;
	}
	.fukubukuro2026 .block .block-detail h3 {
		line-height: 1.6;
		color: #9e0f0f;
		margin: 0 auto 2.4vw;
	}
	.fukubukuro2026 .block .block-detail p {
		font-size: 4.266667vw; /* 32px */
		line-height: 1.54;
		margin: 0 auto 4.2vw;
	}
	.fukubukuro2026 .block .block-detail li {
		font-size: 4.266667vw; /* 32px */
		line-height: 1.4;
		margin: 0 0 0.6vw;
	}
	.fukubukuro2026 .block .block-detail li:last-child {
		margin: 0;
	}

	.fukubukuro2026 .block .block-apply {
	}
	.fukubukuro2026 .block .block-apply a {
		display: block;
		background: #9e0f0f;
		width: 100%;
		height: 15.4vw;
		font-size: 5.333333vw; /* 40px */
		line-height: 14.6vw;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 45px;
		margin: 0 auto;
		position: relative;
	}
	.fukubukuro2026 .block .block-apply a::before {
		content: '';
		width: 10vw;
		height: 10vw;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		top: 2.7vw;
		right: 2.7vw;
	}
	.fukubukuro2026 .block .block-apply a::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 1.6vw 0 1.6vw 2.4vw;
		border-color: transparent transparent transparent #9e0f0f;
		position: absolute;
		top: 6.2vw;
		right: 6.2vw;
	}
	.fukubukuro2026 .block .block-apply a.disabled {
		background-color: #bbb;
		color: #ddd;
	}
	.fukubukuro2026 .block .block-apply a.disabled::before {
		content: none;
	}
	.fukubukuro2026 .block .block-apply a.disabled::after {
		content: none;
	}
	.fukubukuro2026 .block .block-apply p {
		font-size: 0.8em;
		text-align: center;
		line-height: 1.4;
		margin-top: 5.4vw;
	}
}
@media print, screen and (min-width: 641px) {
	.fukubukuro2026 .block {
		width: 1060px;
		border-radius: 40px;
		padding: 60px 60px 90px;
		margin: 0 auto 60px;
	}
	.fukubukuro2026 .block .main-visual {
		margin: 0 auto 60px;
	}

	.fukubukuro2026 .block .block-head {
		margin: 0 auto 22px;
	}
	.fukubukuro2026 .block .block-head h2 {
		font-size: 3.0rem;
		line-height: 1.56;
		border-radius: 20px;
		padding: 0.4em 1.0em 0.48em 1.3em;
		margin: 0 auto 24px;
	}
	.fukubukuro2026 .block .block-head h2::before {
		width: 6px;
		height: calc(100% - 0.46em * 2);
		border-radius: 6px;
		position: absolute;
		top: 0.48em;
		left: 0.7em;
	}

	.fukubukuro2026 .block .block-head-status {
		font-size: 2.0rem;
		justify-content: flex-end;
	}
	.fukubukuro2026 .block .block-head-status li {
		border-radius: 24px;
		padding: 0.5em 1.2em 0.64em 1.2em;
		margin: 0 18px 0 0;
	}

	.fukubukuro2026 .block .block-price {
		margin: 0 auto 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fukubukuro2026 .block .block-price .icon-price {
		background: url(../images/icon-price.png) no-repeat center top;
		background-size: cover;
		width: 124px;
		height: 120px;
		margin: 0 32px 0 0;
		position: relative;
	}
	.fukubukuro2026 .block .block-price .icon-price p {
		width: 100%;
		font-size: 2.2rem;
		line-height: 1.0;
		color: #fff;
		text-align: center;
		position: absolute;
		top: 74px;
	}
	.fukubukuro2026 .block .block-price h4 {
		font-size: 8.0rem;
	}
	.fukubukuro2026 .block .block-price h4 span {
		font-size: 4.0rem;
	}

	.fukubukuro2026 .block table {
		font-size: 2.4rem;
		margin: 0 auto 50px;
	}
	.fukubukuro2026 .block table th {
		width: 166px;
		border-right: 1px solid #d64141;
		border-bottom: 1px solid #eb8e8e;
		padding: 0.6em 0 0.66em;
	}
	.fukubukuro2026 .block table td {
		border-bottom: 1px solid #eb8e8e;
		padding: 0.6em 1.0em 0.66em;
	}
	.fukubukuro2026 .block table tr:last-child th,
	.fukubukuro2026 .block table tr:last-child td {
		border-bottom: none;
	}

	.fukubukuro2026 .block .block-detail {
		margin: 0 auto 50px;
	}
	.fukubukuro2026 .block .block-detail h3 {
		font-size: 3.0rem;
		line-height: 1.8;
		color: #9e0f0f;
		margin: 0 auto 16px;
	}
	.fukubukuro2026 .block .block-detail p {
		line-height: 2.0;
		margin: 0 auto 42px;
	}
	.fukubukuro2026 .block .block-detail li {
		line-height: 1.9;
		margin: 0 0 4px;
	}
	.fukubukuro2026 .block .block-detail li:last-child {
		margin: 0;
	}

	.fukubukuro2026 .block .block-apply {
	}
	.fukubukuro2026 .block .block-apply a {
		display: block;
		background: #9e0f0f;
		width: 550px;
		height: 90px;
		font-size: 3.0rem;
		line-height: 84px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		border-radius: 45px;
		margin: 0 auto;
		position: relative;
	}
	.fukubukuro2026 .block .block-apply a::before {
		content: '';
		width: 64px;
		height: 64px;
		background: #fff;
		border-radius: 50%;
		position: absolute;
		top: 13px;
		right: 13px;
	}
	.fukubukuro2026 .block .block-apply a::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 0 9px 14px;
		border-color: transparent transparent transparent #9e0f0f;
		position: absolute;
		top: 36px;
		right: 36px;
	}
	.fukubukuro2026 .block .block-apply a.disabled {
		background-color: #bbb;
		color: #ddd;
	}
	.fukubukuro2026 .block .block-apply a.disabled::before {
		content: none;
	}
	.fukubukuro2026 .block .block-apply a.disabled::after {
		content: none;
	}
	.fukubukuro2026 .block .block-apply p {
		text-align: center;
		line-height: 1.4;
		margin-top: 1em;
	}
}

.fukubukuro2026 .block:last-child {
	margin: 0 auto;
}


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

		youtube設定

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