@charset "utf-8";

/*
	/event/75th/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2026-01-30
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2026-01-30
	-----------------------------------

リセットCSS
基本設定
bg-wrap
ヘッダー
フッター
メイン
コンテンツ
├calendar-box
├trip-box
├list-box
├more-box
├

youtube設定
locipo設定
googlemap
マージンの設定
カラー設定
注釈リスト
動き data-delighter

*/

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

		リセット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: "Gothic A1", "Zen Kaku Gothic New", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-size: 62.5%;
}
body {
	font-family: "Gothic A1", "Zen Kaku Gothic New", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	word-break: break-word;
	letter-spacing: -0.02em;
	-webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 640px) {
}
@media print, screen and (min-width: 641px) {
	body {
		min-width: 1100px;
	}
}

/*フォントの滲みの修正＠EdgeとFirefox*/
/*
#cbc75th p,
#cbc75th figcaption,
#cbc75th li {
	transform: rotate(0.05deg);
}
#cbc75th .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;
	}
	#hicbc-head {
		position: relative;
		z-index: 999;
	}
}

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


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

	ヘッダー

*********************************************************** */
#cbc75th .header {
}

#cbc75th .header-catch {
	text-align: center;
}
#cbc75th .header-catch .block-up {
	animation: block-up 2s ease;
}
#cbc75th .header-catch .block-down {
	animation: block-down 2s ease;
}
@keyframes block-up {
	0% {
		transform: translateY(60px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes block-down {
	0% {
		transform: translateY(-60px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

#cbc75th .icon-scroll {
}
#cbc75th .icon-scroll p {
	color: #fff;
	font-weight: bold;

	writing-mode: sideways-lr;

	animation: slide-fade 3.0s ease-in-out infinite;
}

@media only screen and (max-width: 640px) {
	#cbc75th .header {
		background: linear-gradient(90deg, #E482AE 0%, #E482AE 50%, #6DBCE2 50%, #6DBCE2 100%);
	}
	#cbc75th .header-inner {
		background: url('../images/noisegradation_sp.png') no-repeat center top;
		background-size: cover;
		padding: calc(120 / 750 * 100vw) 0 calc(140 / 750 * 100vw);
	}

	#cbc75th .header-catch {
	}
	#cbc75th .header-catch .catch01 {
		font-size: calc(40 / 750 * 100vw);
		font-weight: 700;
		color: #1c97d0;
		text-shadow: 2px 2px 10px #fff,
					-2px 2px 10px #fff,
					2px -2px 10px #fff,
					-2px -2px 10px #fff;
		margin: 0 0 calc(100 / 750 * 100vw);
	}
	#cbc75th .header-catch h1 {
		width: calc(360 / 750 * 100vw);
		filter: drop-shadow(0 0 20px rgba(255,255,255,1));
		margin: 0 auto calc(74 / 750 * 100vw);
	}
	#cbc75th .header-catch h2 {
		width: calc(640 / 750 * 100vw);
		background: #1f97d3;
		font-size: calc(42 / 750 * 100vw);
		line-height: 1.4;
		font-weight: 700;
		text-align: left;
		color: #fff;
		padding: calc(28 / 750 * 100vw) 0 calc(20 / 750 * 100vw) calc(36 / 750 * 100vw);
		position: absolute;
		right: 0;
	}
	#cbc75th .header-catch .catch02 {
		font-size: calc(36 / 750 * 100vw);
		line-height: 1.9;
		font-weight: 700;
		padding: calc(4.2em + (60 / 750 * 100vw) + (140 / 750 * 100vw)) 0 0;
	}

	#cbc75th .icon-scroll {
		height: calc(210 / 750 * 100vw);
		border-left: 5px solid #fff;
		padding: 0 0 0 2px;

		position: absolute;
		top: calc(860 / 750 * 100vw);
		left: calc(24 / 750 * 100vw);
	}
	#cbc75th .icon-scroll p {
		font-size: calc(20 / 750 * 100vw);
	}
	@keyframes slide-fade {
		0% {
			transform: translateY(0);
			opacity: 0;
		}
		20% {
			transform: translateY(0);
			opacity: 1;
		}
		40% {
			opacity: 1;
		}
		100% {
			transform: translateY(calc(140 / 750 * 100vw));
			opacity: 0;
		}
	}
}
@media print, screen and (min-width: 641px) {
	#cbc75th .header {
		background: linear-gradient(90deg, #E482AE 0%, #E482AE 50%, #6DBCE2 50%, #6DBCE2 100%);
		height: 1008px;
	}
	#cbc75th .header-inner {
		background: url('../images/noisegradation_pc.png') no-repeat center top;
		width: 100%;
		height: 1008px;
		padding: 68px 0 0;
	}

	#cbc75th .header-catch {
		width: 1080px;
		margin: auto;
	}
	#cbc75th .header-catch .catch01 {
		font-size: 3.6rem;
		font-weight: 700;
		color: #1c97d0;
		text-shadow: 2px 2px 10px #fff,
					-2px 2px 10px #fff,
					2px -2px 10px #fff,
					-2px -2px 10px #fff;
		margin: 0 0 30px;
	}
	#cbc75th .header-catch h1 {
		text-align: center;
		margin: 0 0 40px;
	}
	#cbc75th .header-catch h2 {
		width: 640px;
		background: #1f97d3;
		font-size: 3.2rem;
		line-height: 1.4;
		font-weight: 700;
		color: #fff;
		padding: 12px 0 8px;
		margin: 0 auto 64px;
	}
	#cbc75th .header-catch .catch02 {
		font-size: 2.4rem;
		line-height: 2.2;
		font-weight: 700;
	}

	#cbc75th .icon-scroll {
		height: 150px;
		border-right: 4px solid #fff;
		padding: 0 2px 0 0;

		position: absolute;
		top: 440px;
		right: 40px;
	}
	#cbc75th .icon-scroll p {
		font-size: 2.0rem;
	}
	@keyframes slide-fade {
		0% {
			transform: translateY(0);
			opacity: 0;
		}
		20% {
			transform: translateY(0);
			opacity: 1;
		}
		40% {
			opacity: 1;
		}
		100% {
			transform: translateY(80px);
			opacity: 0;
		}
	}
}


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

	フッター

*********************************************************** */
/*フッター枠*/
#cbc75th .footer {
	background: #00a2e5;
}

@media only screen and (max-width: 640px) {
	#cbc75th .footer {
		padding: 0;
	}
	#cbc75th .footer-inner {
		padding: 50px 15px 80px;
	}
	#cbc75th .footer-inner p {
		line-height:1.5;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	#cbc75th .footer {
		margin: auto;
	}
	#cbc75th .footer-inner {
		width: 1280px;
		margin:auto;
		padding: 60px 0;
	}
	#cbc75th .footer-inner p {
		line-height:1.5;
		text-align: center;
		margin: 0;
	}
}

#cbc75th .footer-inner p {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
}
#cbc75th .footer-inner p a,
#cbc75th .footer-inner p a:link,
#cbc75th .footer-inner p a:visited {
	color: #fff;
	text-decoration: none;
}
#cbc75th .footer-inner p a:active,
#cbc75th .footer-inner p a:hover {
	color: #fff;
	text-decoration: underline;
}
#cbc75th .footer-inner p a:focus {
	color: #fff;
}


/* ページアップ */
#cbc75th .pageup {
	margin: 0;
}
#cbc75th .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;
	z-index: 999;
}

@media only screen and (max-width: 640px) {
	#cbc75th .pageup a {
		width: calc(96 / 750 * 100vw);
		height: calc(96 / 750 * 100vw);
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 641px) {
	#cbc75th .pageup a {
		width: 66px;
		height: 66px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	#cbc75th .pageup a:hover {
		opacity: 0.7;
	}
}


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

	メイン

*********************************************************** */
#cbc75th .main {
	background: #fff;
	position: relative;
	z-index: 20;
}

@media only screen and (max-width: 640px) {
	#cbc75th .main {
		padding: calc(120 / 750 * 100vw) 0 calc(140 / 750 * 100vw);
	}
}
@media print, screen and (min-width: 641px) {
	#cbc75th .main {
		padding: 80px 0 120px;
	}
}


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

	コンテンツ

*********************************************************** */
#cbc75th .content {
}

/* content */
@media only screen and (max-width: 640px) {
	#cbc75th .content {
		max-width: 100vw;
		overflow: hidden;
	}
}
@media print, screen and (min-width: 641px) {
	#cbc75th .content {
	}
}


/* event-box */
#cbc75th .event-box .event-list .event-detail {
	background: linear-gradient(90deg, #28a6d9 0%, #28a6d9 2%, #cb96e6 45%, #cb96e6 55%, #e37cab 98%, #e37cab 100%);
	color: #fff;
}

#cbc75th .event-box .event-list .event-detail h3 {
	font-weight: bold;
	text-align: center;

	display: flex;
	align-items: center;
	justify-content: center;
}
#cbc75th .event-box .event-list .event-detail p {
	text-align: center;
}

@media only screen and (max-width: 640px) {
	#cbc75th .event-box {
		width: calc(680 / 750 * 100vw);
		margin: 0 auto calc(78 / 750 * 100vw);
	}
	#cbc75th .event-box .event-list {
	}
	#cbc75th .event-box .event-list .event-detail {
		padding: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) calc(40 / 750 * 100vw);
		border-radius: calc(20 / 750 * 100vw);
		margin: 0 0 calc(80 / 750 * 100vw);
	}
	#cbc75th .event-box .event-list .event-detail:last-child {
		margin: 0;
	}
	#cbc75th .event-box .event-list .event-detail-inner {
	}
	#cbc75th .event-box .event-list .event-detail figure img {
		border-radius: calc(14 / 750 * 100vw);
		height: calc(292 / 750 * 100vw);
		margin: 0 auto calc(28 / 750 * 100vw);
	}
	#cbc75th .event-box .event-list .event-detail h3 {
		font-size: calc(36 / 750 * 100vw);
		line-height: 1.6;
		font-weight: 700;
		margin: 0 0 calc(10 / 750 * 100vw);
	}
	#cbc75th .event-box .event-list .event-detail p {
		font-size: calc(28 / 750 * 100vw);
		line-height: 2.0;
		font-weight: 500;
	}
	#cbc75th .event-box .event-list .event-detail .apply {
		padding: calc(24 / 750 * 100vw) 0 0;
	}
	#cbc75th .event-box .event-list .event-detail .apply a {
		display: block;
		background: url('../images/btn_apply.png') no-repeat center;
		background-size: contain;
		width: calc(461 / 750 * 100vw);
		height: calc(83 / 750 * 100vw);
		font-size: calc(36 / 750 * 100vw);
		line-height: 1.0;
		font-weight: 700;
		color: #000;
		padding: 7px 0 0;
		margin: 0 auto;

		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media print, screen and (min-width: 641px) {
	#cbc75th .event-box {
		width: 1080px;
		margin: 0 auto 100px;
	}
	#cbc75th .event-box .event-list {
		display: flex;
		justify-content: space-between;
	}
	#cbc75th .event-box .event-list .event-detail {
		width: 346px;
		border-radius: 24px;
		padding: 6px 6px 30px;
		margin: 0 21px 0 0;
	}
	#cbc75th .event-box .event-list .event-detail:last-child {
		margin: 0;
	}
	#cbc75th .event-box .event-list .event-detail-inner {
		padding: 0 6px;
	}
	#cbc75th .event-box .event-list .event-detail figure img {
		border-radius: 20px;
		height: 190px;
		margin: 0 0 18px;
	}
	#cbc75th .event-box .event-list .event-detail h3 {
		font-size: 1.8rem;
		line-height: 1.8;
		font-weight: 700;
		margin: 0 0 12px;
	}
	#cbc75th .event-box .event-list .event-detail p {
		font-size: 1.6rem;
		line-height: 1.7;
		font-weight: 500;
	}
	#cbc75th .event-box .event-list .event-detail .apply {
		padding: 24px 0 0;
	}
	#cbc75th .event-box .event-list .event-detail .apply a {
		display: block;
		background: url('../images/btn_apply.png') no-repeat center;
		background-size: contain;
		width: 280px;
		height: 50px;
		font-size: 2.8rem;
		line-height: 1.0;
		font-weight: 700;
		color: #000;
		padding: 7px 0 0;
		margin: 0 auto;
		transition: 0.3s ease-in-out;

		display: flex;
		align-items: center;
		justify-content: center;
	}
	#cbc75th .event-box .event-list .event-detail .apply a:hover {
		opacity: .7;
	}
}


/* calendar-box */
#cbc75th .calendar-box {
}

#cbc75th .calendar-box p.head {
	display: inline-block;
	font-weight: bold;
	background: linear-gradient(120deg, #bedff2 0%, #bedff2 20%, #f3dffa 50%, #f6d0df 80%, #f6d0df 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#cbc75th .calendar-box .calendar-list-head h3 {
	display: inline-block;
	font-weight: bold;
	background: linear-gradient(120deg, #28a6d9 0%, #28a6d9 20%, #cb96e6 50%, #e37cab 80%, #e37cab 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#cbc75th .calendar-box .calendar-list-detail {
	border-left: 9px solid;
	border-image: linear-gradient(0deg, #28a6d9 0%, #28a6d9 10%, #cb96e6 45%, #cb96e6 55%, #e37cab 90%, #e37cab 100%) 1;
}
#cbc75th .calendar-box .calendar-list-detail div {
	width: 100%;
}
#cbc75th .calendar-box .calendar-list-detail div a,
#cbc75th .calendar-box .calendar-list-detail div span {
	color: #000;
}

#cbc75th .calendar-box h2 {
	width: 100%;
	font-weight: 700;
	text-align: center;
	background: linear-gradient(120deg, #28a6d9 0%, #28a6d9 20%, #cb96e6 50%, #e37cab 80%, #e37cab 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}
#cbc75th .calendar-box h2::before {
	content: '';
	border-top: 4px solid;
	border-left: 4px solid;
	border-image: linear-gradient(120deg, #28a6d9 0%, #28a6d9 80%, #cb96e6 100%) 1;
	position: absolute;
	top: 0;
	left: 0;
}
#cbc75th .calendar-box h2::after {
	content: '';
	border-bottom: 4px solid;
	border-right: 4px solid;
	border-image: linear-gradient(120deg, #cb96e6 0%,#e37cab 80%, #e37cab 100%) 1;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 640px) {
	#cbc75th .calendar-box {
		width: calc(680 / 750 * 100vw);
		margin: 0 auto;
	}
	#cbc75th .calendar-box-inner {
	}

	#cbc75th .calendar-box h2 {
		font-size: calc(48 / 750 * 100vw);
		padding: calc(40 / 750 * 100vw) 0;
		margin: 0 0 calc(60 / 750 * 100vw);
	}
	#cbc75th .calendar-box h2::before,
	#cbc75th .calendar-box h2::after {
		width: calc(260 / 750 * 100vw);
		height: calc(64 / 750 * 100vw);
	}

	#cbc75th .calendar-box p.head {
		font-size: calc(92 / 750 * 100vw);
		line-height: 1.0;
		font-weight: 700;
		margin: 0 0 calc(28 / 750 * 100vw);
	}
	#cbc75th .calendar-list {
		width: 100%;
		margin: 0 0 calc(80 / 750 * 100vw);
	}
	#cbc75th .calendar-list:last-child {
		margin: 0;
	}
	#cbc75th .calendar-list .calendar-list-head {
		margin: 0 0 calc(20 / 750 * 100vw);

		display: flex;
		align-items: baseline;
	}
	#cbc75th .calendar-list .calendar-list-head h3 {
		font-size: calc(72 / 750 * 100vw);
		line-height: 1.0;
		font-weight: 700;
	}
	#cbc75th .calendar-list .calendar-list-head p {
		font-size: calc(32 / 750 * 100vw);
		line-height: 1.0;
		font-weight: 500;
	}
	#cbc75th .calendar-list .calendar-list-detail {
		border-left: 5px solid;
		padding: calc(14 / 750 * 100vw) calc(28 / 750 * 100vw);
	}
	#cbc75th .calendar-list .calendar-list-detail div {
		margin: 0 0 calc(24 / 750 * 100vw);
	}
	#cbc75th .calendar-list .calendar-list-detail div:last-child {
		margin: 0;
	}
	#cbc75th .calendar-box .calendar-list-detail a {
	}
	#cbc75th .calendar-list .calendar-list-detail dl {
		line-height: 2.0;
		display: flex;
		align-items: flex-start;
	}
	#cbc75th .calendar-list .calendar-list-detail dt {
		width: 6.0em;
		font-size: calc(28 / 750 * 100vw);
		font-weight: 700;
	}
	#cbc75th .calendar-list .calendar-list-detail dt.soon {
		width: 8.0em;
	}
	#cbc75th .calendar-list .calendar-list-detail dd {
		flex: 1;
		font-size: calc(28 / 750 * 100vw);
		font-weight: 500;
		text-decoration: underline #f2a8c3;
		-webkit-text-decoration: underline #f2a8c3;
		overflow-wrap: break-word;
	}
}
@media print, screen and (min-width: 641px) {
	#cbc75th .calendar-box {
		width: 1080px;
		margin: auto;
	}
	#cbc75th .calendar-box-inner {
	}

	#cbc75th .calendar-box h2 {
		font-size: 4.0rem;
		padding: 32px 0;
		margin: 0 0 60px;
	}
	#cbc75th .calendar-box h2::before,
	#cbc75th .calendar-box h2::after {
		width: 260px;
		height: 64px;
	}

	#cbc75th .calendar-box p.head {
		font-size: 7.6rem;
		line-height: 1.0;
		font-weight: 700;
	}
	#cbc75th .calendar-list {
		width: 100%;
		border-bottom: 1px solid #71c4e7;
		margin: auto;

		display: flex;
	}
	#cbc75th .calendar-list:last-child {
		border-bottom: none;
	}
	#cbc75th .calendar-list:first-of-type {
		margin: -3px auto 0;
	}
	#cbc75th .calendar-list .calendar-list-head {
		width: 116px;
		padding: 24px 0 0;
	}
	#cbc75th .calendar-list .calendar-list-head h3 {
		font-size: 6.0rem;
		line-height: 1.0;
		font-weight: 700;
	}
	#cbc75th .calendar-list .calendar-list-head p {
		font-size: 2.8rem;
		line-height: 1.0;
		font-weight: 500;
	}
	#cbc75th .calendar-list .calendar-list-detail {
		flex: 1;
		border-left: 9px solid;
		padding: 20px 42px 30px;
	}
	#cbc75th .calendar-list .calendar-list-detail div {
		margin: 0 0 46px;
	}
	#cbc75th .calendar-list .calendar-list-detail div:last-child {
		margin: 0;
	}
	#cbc75th .calendar-box .calendar-list-detail a,
	#cbc75th .calendar-box .calendar-list-detail div span {
		display: inline-block;
		border-bottom: 1px solid #f2a8c3;

		transition: 0.15s ease-in-out;
	}
	#cbc75th .calendar-list .calendar-list-detail a:hover {
		color: #e37cab;
		border-bottom: 1px solid #28a6d9;
	}
	#cbc75th .calendar-list .calendar-list-detail dl {
		line-height: 1.6;
		display: flex;
		align-items: center;
	}
	#cbc75th .calendar-list .calendar-list-detail dt {
		width: 6.0em;
		font-size: 2.4rem;
		font-weight: 700;
	}
	#cbc75th .calendar-list .calendar-list-detail dt.soon {
		width: 8.0em;
	}
	#cbc75th .calendar-list .calendar-list-detail dd {
		flex: 1;
		font-size: 2.0rem;
		font-weight: 500;
		overflow-wrap: break-word;
	}
}


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


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

		youtube設定

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


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

		locipo設定

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


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

		マージンの設定

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


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

		カラー設定

*********************************************************** */
/*
#cbc75th .cl-blue {
	color: #4ebbff;
}
#cbc75th .cl-red {
	color: #e50012;
}

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


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

		動き data-delighter

*********************************************************** */
/*右から左へ*/
.dl-left.delighter {
	transform: translate(30px);
	transition: all .75s ease-out;
	opacity: 0;
}
.dl-left.delighter.started {
	transform: none;
	opacity: 1;
}

.dl-left.type2.delighter {
	transform: translate(50px);
	transition: all 1.0s ease-out .3s;
	opacity: 0;
}
.dl-left.type2.delighter.started {
	transform: none;
	opacity: 1;
}

/*下から上へ*/
.dl-up.delighter {
	transform: translatey(60px);
	transition: all .75s ease-out;
	opacity: 0;
}
.dl-up.delighter.started {
	transform: none;
	opacity: 1;
}

/*オーバーラップ*/
/*
.dl-or.delighter {
	transition: all .75s ease-in;
	opacity: 0;
}
.dl-or.delighter.started {
	transform: none;
	opacity: 1;
}
*/

/*リスト*/
/*
.dl-list50.delighter li {
	transform: translatey(50px);
	transition: all .7s ease-out;
	opacity: 0;
}
.dl-list50.delighter.started li {
	transform: none;
	opacity: 1;
}
.dl-list50.delighter.started li:nth-child(1) {
	transition: all .7s ease-out .1s;
}
.dl-list50.delighter.started li:nth-child(2) {
	transition: all .7s ease-out .2s;
}
.dl-list50.delighter.started li:nth-child(3) {
	transition: all .7s ease-out .3s;
}
.dl-list50.delighter.started li:nth-child(4) {
	transition: all .7s ease-out .4s;
}
.dl-list50.delighter.started li:nth-child(5) {
	transition: all .7s ease-out .5s;
}
.dl-list50.delighter.started li:nth-child(6) {
	transition: all .7s ease-out .6s;
}
.dl-list50.delighter.started li:nth-child(7) {
	transition: all .7s ease-out .7s;
}
.dl-list50.delighter.started li:nth-child(8) {
	transition: all .7s ease-out .8s;
}
.dl-list50.delighter.started li:nth-child(9) {
	transition: all .7s ease-out .9s;
}
.dl-list50.delighter.started li:nth-child(10) {
	transition: all .7s ease-out 1.0s;
}
*/
