@charset "utf-8";

/*
	/tv/asiangames/ticket-present/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2026-07-27
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2026-07-27
	-----------------------------------

リセットCSS
基本設定
bg-wrap
ヘッダー
フッター
メイン
コンテンツ
├box01
├box02
├box03
├box04
├oubo-btn

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: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	font-size: 62.5%;
}
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: 640px) {
}
@media print, screen and (min-width: 641px) {
	body {
		min-width: 1280px;
	}
}

.header,
.main {
  font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.footer {
  font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}




/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.ticket-present p,
.ticket-present figcaption,
.ticket-present li {
	transform: rotate(0.05deg);
}
.ticket-present .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 {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}


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

	bg-wrap

*********************************************************** */
.ticket-present .bg-wrap {
}
@media only screen and (max-width: 640px) {
	.ticket-present .bg-wrap {
	}
}
@media print, screen and (min-width: 641px) {
	.ticket-present .bg-wrap {
	}
}




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

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 640px) {
	.ticket-present .header {
		background: url(../images/header-bg.png) repeat center center;
		background-size: calc(265 / 750 * 100vw) auto;
	}
	.ticket-present .header-inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
		padding: calc(65 / 750 * 100vw) 0;
	}
	.ticket-present .header-text01 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		color: #d13123;
		font-size: calc(22 / 750 * 100vw);
		font-weight: 700;
		line-height: 1.5;
		height: calc(50 / 750 * 100vw);
		border-radius: calc(25 / 750 * 100vw);
		margin: 0 auto calc(50 / 750 * 100vw);
	}
	.ticket-present .header-title {
		color: #ffffff;
		font-size: calc(72 / 750 * 100vw);
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		margin: 0 0 calc(35 / 750 * 100vw);
	}
	.ticket-present .header-text02 {
		color: #ffffff;
		font-size: calc(32 / 750 * 100vw);
		font-weight: 700;
		line-height: 1.5;
		text-align: right;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.ticket-present .header {
		background: url(../images/header-bg.png) repeat center center;
		background-size: 468px auto;
	}
	.ticket-present .header-inner {
		width: 1280px;
		margin: auto;
		padding: 38px 0;
	}
	.ticket-present .header-text01 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		color: #d13123;
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.5;
		width: 840px;
		height: 52px;
		border-radius: 26px;
		margin: 0 auto 30px;
	}
	.ticket-present .header-title {
		color: #ffffff;
		font-size: 7.2rem;
		font-weight: 700;
		line-height: 1.5;
		text-align: center;
		margin: 0 0 20px;
	}
	.ticket-present .header-text02 {
		color: #ffffff;
		font-size: 2.8rem;
		font-weight: 700;
		line-height: 1.5;
		text-align: right;
		margin: 0;
		padding: 0 130px 0 0;
	}
}

/*
.ticket-present .header h1,
.ticket-present .header p {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}
	*/



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

	フッター

*********************************************************** */
/*フッター枠*/
.ticket-present .footer {
	background: #f3f3f3;
}

@media only screen and (max-width: 640px) {
	.ticket-present .footer {
		padding: 0;
	}
	.ticket-present .footer-inner {
		/*padding: 50px 15px 80px;*/
		padding: calc(120 / 750 * 100vw) calc(30 / 750 * 100vw) calc(50 / 750 * 100vw);
	}
	.ticket-present .footer-inner p {
		line-height:1.5;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.ticket-present .footer {
		margin: auto;
	}
	.ticket-present .footer-inner {
		width: 1280px;
		margin:auto;
		padding: 64px 0;
	}
	.ticket-present .footer-inner p {
		line-height:1.5;
		text-align: center;
		margin: 0;
	}
}
.ticket-present .footer-inner p {
	color: #222222;
	font-size: 1.4rem;
}
.ticket-present .footer-inner p a,
.ticket-present .footer-inner p a:link,
.ticket-present .footer-inner p a:visited {
	color: #222222;
	text-decoration: none;
}
.ticket-present .footer-inner p a:active,
.ticket-present .footer-inner p a:hover {
	color: #222222;
	text-decoration: underline;
}
.ticket-present .footer-inner p a:focus {
	color: #222222;
}

/*ページアップ*/

.ticket-present .pageup {
	margin: 0;
}
.ticket-present .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: 11;
}
@media only screen and (max-width: 640px) {
	.ticket-present .pageup a {
		width: calc(90 / 750 * 100vw);
		height: calc(90 / 750 * 100vw);
		right: 12px;
		/*bottom: 10px;*/
		bottom: calc(150 / 750 * 100vw);
	}
}
@media print, screen and (min-width: 641px) {
	.ticket-present .pageup a {
		width: 56px;
		height: 56px;
		right: 20px;
		bottom: 15px;
		transition: 0.3s ease-in-out;
	}
	.ticket-present .pageup a:hover {
		opacity: 0.7;
	}
}


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

	メイン

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









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

	コンテンツ

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


.ticket-present .content {
	color: #222222;
}
/*content*/
@media only screen and (max-width: 640px) {
	.ticket-present .content {
		max-width: 100vw;
		overflow: hidden;
		padding: calc(40 / 750 * 100vw) 0 calc(65 / 750 * 100vw);
	}
}
@media print, screen and (min-width: 641px) {
	.ticket-present .content {
		width: 1140px;
		margin: auto;
		padding: 40px 0 70px;
	}
}


/*box01*/
.ticket-present .box01 {
}
@media only screen and (max-width: 640px) {
	.ticket-present .box01-inner {
	}
	.ticket-present .box01 h2 {
		font-size: calc(40 / 750 * 100vw);
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		margin: 0 0 calc(26 / 750 * 100vw);
	}
	.ticket-present .box01 p {
		font-size: calc(32 / 750 * 100vw);
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		margin: 0 0 calc(45 / 750 * 100vw);
	}
	.ticket-present .box01 p strong {
		color: #d13123;
		font-weight: 700;
	}
}
@media print, screen and (min-width: 641px) {
	.ticket-present .box01-inner {
	}
	.ticket-present .box01 h2 {
		font-size: 3.6rem;
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		margin: 0 0 18px;
	}
	.ticket-present .box01 p {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		margin: 0 0 30px;
	}
	.ticket-present .box01 p strong {
		color: #d13123;
		font-weight: 700;
	}
}

/*box02*/
.ticket-present .box02 {
}
@media only screen and (max-width: 640px) {
	.ticket-present .box02-inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
	}
	.ticket-present .box02 h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #d13123;
		color: #ffffff;
		font-size: calc(32 / 750 * 100vw);
		font-weight: 700;
		height: calc(80 / 750 * 100vw);
		margin: 0 0 calc(45 / 750 * 100vw);
	}
	.ticket-present .box02 h3 {
		font-size: calc(32 / 750 * 100vw);
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		margin: 0 0 calc(30 / 750 * 100vw);
	}
	.ticket-present table {
			border-collapse: collapse;
			font-size: calc(32 / 750 * 100vw);
			margin: 0 auto calc(32 / 750 * 100vw);
	}
	.ticket-present table th,
	.ticket-present table td {
			border: 1px solid #999999;
	}
	.ticket-present table th {
			width: calc(247 / 750 * 100vw);
			background: #f3f3f3;
			font-weight: 500;
			text-align: center;
			padding: calc(30 / 750 * 100vw) 0;
	}
	.ticket-present table td {
			width: calc(440 / 750 * 100vw);
			background: #ffffff;
			padding: calc(30 / 750 * 100vw) 0 calc(30 / 750 * 100vw) calc(48 / 750 * 100vw);
	}
	.ticket-present .box02-text01 {
		color: #d13123;
		font-size: calc(36 / 750 * 100vw);
		font-weight: 700;
		text-align: center;
		margin: 0 0  calc(24 / 750 * 100vw);
	}
	.ticket-present .box02-text02 {
		font-size: calc(28 / 750 * 100vw);
		text-align: center;
		margin: 0 0 calc(45 / 750 * 100vw);
	}

}
@media print, screen and (min-width: 641px) {
	.ticket-present .box02-inner {
	}
	.ticket-present .box02 h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #d13123;
		color: #ffffff;
		font-size: 2.4rem;
		font-weight: 700;
		height: 60px;
		margin: 0 0 40px;
	}
	.ticket-present .box02 h3 {
		font-size: 2.8rem;
		font-weight: 700;
		text-align: center;
		margin: 0 0 38px;
	}
	.ticket-present table {
			width: 640px;
			border-collapse: collapse;
			font-size: 2.0rem;
			margin: 0 auto 30px;
	}
	.ticket-present table th,
	.ticket-present table td {
			border: 1px solid #999999;
	}
	.ticket-present table th {
			width: 229px;
			background: #f3f3f3;
			font-weight: 500;
			text-align: center;
			padding: 15px 0;
	}
	.ticket-present table td {
			width: 408px;
			background: #ffffff;
			padding: 15px 0 15px 45px;
	}
	.ticket-present .box02-text01 {
		color: #d13123;
		font-size: 3.6rem;
		font-weight: 700;
		text-align: center;
		margin: 0 0 16px;
	}
	.ticket-present .box02-text02 {
		font-size: 1.6rem;
		text-align: center;
		margin: 0 0 40px;
	}
}

/*box03*/
.ticket-present .box03 {
}
@media only screen and (max-width: 640px) {
	.ticket-present .box03-inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
	}
	.ticket-present .box03 h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #d13123;
		color: #ffffff;
		font-size: calc(32 / 750 * 100vw);
		font-weight: 700;
		height: calc(80 / 750 * 100vw);
		margin: 0 0 calc(45 / 750 * 100vw);
	}
	.ticket-present .box03 p {
		font-size: calc(32 / 750 * 100vw);
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		margin: 0 0 calc(36 / 750 * 100vw);
	}
	.ticket-present .box03 .list-annotation {
		margin: 0 0 calc(50 / 750 * 100vw);
	}
	.ticket-present .box03 .list-annotation li {
		line-height: 1.6;
	}
}
@media print, screen and (min-width: 641px) {
	.ticket-present .box03-inner {
	}
	.ticket-present .box03 h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #d13123;
		color: #ffffff;
		font-size: 2.4rem;
		font-weight: 700;
		height: 60px;
		margin: 0 0 40px;
	}
	.ticket-present .box03 p {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.875;
		text-align: center;
		margin: 0 0 25px;
	}

	.ticket-present .box03 .list-annotation {
		width: 920px;
		margin: 0 auto 40px;
	}
	.ticket-present .box03 .list-annotation li {
		line-height: 2;
	}
}

/*box04*/
.ticket-present .box04 {
}
@media only screen and (max-width: 640px) {
	.ticket-present .box04-inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
	}
	.ticket-present .box04 h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #d13123;
		color: #ffffff;
		font-size: calc(32 / 750 * 100vw);
		font-weight: 700;
		height: calc(80 / 750 * 100vw);
		margin: 0 0 calc(45 / 750 * 100vw);
	}
	.ticket-present .box04 p.box04-text01 {
		font-size: calc(32 / 750 * 100vw);
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		margin: 0 0 calc(28 / 750 * 100vw);
	}
	.ticket-present .box04 .list-annotation {
		margin: 0 0 calc(34 / 750 * 100vw);
	}
	.ticket-present .box04 .list-annotation li {
		line-height: 1.6;
	}
	.ticket-present .box04 p.box04-text02 {
		font-size: calc(32 / 750 * 100vw);
		line-height: 1.6;
		text-align: center;
		margin: 0;
	}
	.ticket-present .box04 p.box04-text02 a {
		text-decoration: underline;
	}

	.ticket-present .box04 p.box04-text03 {
		color: #d13123;
		font-size: calc(32 / 750 * 100vw);
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		margin: calc(100 / 750 * 100vw) 0;
	}
}
@media print, screen and (min-width: 641px) {
	.ticket-present .box04-inner {
	}
	.ticket-present .box04 h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #d13123;
		color: #ffffff;
		font-size: 2.4rem;
		font-weight: 700;
		height: 60px;
		margin: 0 0 40px;
	}
	.ticket-present .box04 p.box04-text01 {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.875;
		text-align: center;
		margin: 0 0 25px;
	}

	.ticket-present .box04 .list-annotation {
		width: 920px;
		margin: 0 auto 30px;
	}
	.ticket-present .box04 .list-annotation li {
		line-height: 2;
	}
	.ticket-present .box04 p.box04-text02 {
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
		margin: 0;
	}
	.ticket-present .box04 p.box04-text02 a {
		text-decoration: underline;
	}
	.ticket-present .box04 p.box04-text02 a:hover {
		text-decoration: none;
	}

	.ticket-present .box04 p.box04-text03 {
		color: #d13123;
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.5;
		text-align: center;
		margin: 50px 0;
	}




}


/*back-btn*/
@media only screen and (max-width: 640px) {
	.ticket-present .back-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f3f3f3;
		font-size: calc(32 / 750 * 100vw);
		text-decoration: underline;
		width: calc(690 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		border-radius: calc(50 / 750 * 100vw);
		margin: calc(60 / 750 * 100vw) auto 0;
	}
}
@media print, screen and (min-width: 641px) {
	.ticket-present .back-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f3f3f3;
		font-size: 1.8rem;
		transition: 0.3s ease-in-out;
		width: 380px;
		height: 66px;
		border-radius: 33px;
		margin: 50px auto 0;
		text-decoration: underline;
	}
	.ticket-present .back-btn a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
}










/*oubo-btn*/
@media only screen and (max-width: 640px) {
	.ticket-present .oubo-btn {
		position: sticky;
		bottom: 0;
		background: rgba(34, 34, 34, 0.8);
		width: 100%;
		padding: 0;
		z-index: 10;
	}
	.ticket-present .oubo-btn-inner {
		display:  flex;
		align-items: center;
		justify-content: center;
		height: calc(90 * 1.5 / 750 * 100vw);
		margin: auto;
	}
	.ticket-present .oubo-btn p {
		width: calc(480 * 1.5 / 750 * 100vw);
		height: calc(65 * 1.5 / 750 * 100vw);
	}
	.ticket-present .oubo-btn p a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(../images/oubo-btn_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		color: #fff;
		font-size: calc(24 * 1.5 / 750 * 100vw);
		width: calc(480 * 1.5 / 750 * 100vw);
		height: calc(65 * 1.5 / 750 * 100vw);
		padding-bottom: calc(5 / 750 * 100vw);
		box-sizing: border-box;
	}
}
@media print, screen and (min-width: 641px) {
	.ticket-present .oubo-btn {
		position: sticky;
		bottom: 0;
		background: rgba(34, 34, 34, 0.8);
		width: 100%;
		padding: 0;
		z-index: 10;
	}
	.ticket-present .oubo-btn-inner {
		display:  flex;
		align-items: center;
		justify-content: center;
		width: 1280px;
		height: 90px;
		margin: auto;
	}
	.ticket-present .oubo-btn p {
		width: 480px;
		height: 65px;
	}
	.ticket-present .oubo-btn p a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(../images/oubo-btn_pc.png) no-repeat 0 0;
		color: #fff;
		font-size: 2.4rem;
		width: 480px;
		height: 65px;
		padding-bottom: 5px;
		box-sizing: border-box;
		transition: 0.3s ease-in-out;
	}
	.ticket-present .oubo-btn p a:hover {
		opacity: 0.7;
	}
}















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

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

		youtube設定

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

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

		locipo設定

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

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



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

		マージンの設定

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

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

		カラー設定

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




/*
.ticket-present .cl-blue {
	color: #4ebbff;
}




.ticket-present .cl-red {
	color: #e50012;
}


.ticket-present .cl-yellow-green {
	color: #1aff2d;
}
.ticket-present .cl-yellow {
	color: #fffc01;
}
.ticket-present .cl-magenta {
	color: #ff06f9;
}
.ticket-present .cl-cyan {
	color: #00e1ff;
}
.ticket-present .cl-pink {
	color: #dc557e;
}
.ticket-present .cl-green {
	color: #03a08c;
}
.ticket-present .cl-orange {
	color: #f68b00;
}
.ticket-present .cl-light-blue {
	color: #008bda;
}
.ticket-present .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%);
}
*/


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

		注釈リスト

*********************************************************** */
/*
/*注釈リスト*/

.ticket-present .list-annotation {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
}

.ticket-present .list-annotation li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
	/*transform: rotate(0.05deg);*/
}
.ticket-present .list-annotation li span {
	position: absolute;
	left: 0;
	margin: 0
}
@media only screen and (max-width: 640px) {
	.ticket-present .list-annotation li {
		font-size: calc(32 / 750 * 100vw);
		line-height: 1.5;
	}
}
@media print, screen and (min-width: 641px) {
	.ticket-present .list-annotation li {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}
*/


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

		動き data-delighter

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

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

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

/*リスト*/
/*
.dl-list50.delighter li {
	opacity: 0;
	transform: translatey(50px);
	transition: all .7s ease-out;
}
.dl-list50.delighter.started li {
	opacity: 1;
	transform: none;
}
.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;
}
*/
