@charset "utf-8";

/*
	/event/premium-movie-cup/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2025-06-04
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2025-06-04
	-----------------------------------

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

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,
.footer {
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

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

.noto-serif-jp-500 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}



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

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




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

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 640px) {
	.premium-movie-cup .header {
		background: url(../images/header_sp.jpg) no-repeat center 0;
		background-size: 100% auto;
		height: calc(957 / 750 * 100vw);
	}
}
@media print, screen and (min-width: 641px) {
	.premium-movie-cup .header {
		background: #015022 url(../images/header_pc.jpg) no-repeat center 0;
		height: 588px;
	}
	.premium-movie-cup .header-inner {
		width: 1280x;
		height: 360px;
		margin: 0 auto;
	}
}


.premium-movie-cup .header h1 {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}



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

	フッター

*********************************************************** */
/*フッター枠*/
.premium-movie-cup .footer {
	background: #015022;
}

@media only screen and (max-width: 640px) {
	.premium-movie-cup .footer {
		padding: 0;
	}
	.premium-movie-cup .footer-inner {
		padding: 50px 15px 80px;
	}
	.premium-movie-cup .footer-inner p {
		line-height:1.5;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.premium-movie-cup .footer {
		margin: auto;
	}
	.premium-movie-cup .footer-inner {
		width: 980px;
		margin:auto;
		padding: 60px 0;
	}
	.premium-movie-cup .footer-inner p {
		line-height:1.5;
		text-align: center;
		margin: 0;
	}
}
.premium-movie-cup .footer-inner p {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 500;
}
.premium-movie-cup .footer-inner p a,
.premium-movie-cup .footer-inner p a:link,
.premium-movie-cup .footer-inner p a:visited {
	color: #ffffff;
	text-decoration: none;
}
.premium-movie-cup .footer-inner p a:active,
.premium-movie-cup .footer-inner p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.premium-movie-cup .footer-inner p a:focus {
	color: #ffffff;
}

/*ページアップ*/

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


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

	メイン

*********************************************************** */
.premium-movie-cup .main {

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









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

	コンテンツ

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


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


/*box01*/
.premium-movie-cup .box01 {
	background: #015022;
}
@media only screen and (max-width: 640px) {
	.premium-movie-cup .box01-inner {
		padding: calc(72 / 750 * 100vw) 0;
	}
}
@media print, screen and (min-width: 641px) {
	.premium-movie-cup .box01-inner {
		text-align: center;
		width: 1280px;
		margin: auto;
		padding: 54px 0 66px;
	}
}


/*box02*/
@media only screen and (max-width: 640px) {
	.premium-movie-cup .box02 {
		background: #015022 url(../images/box02_sp.jpg) no-repeat center 0;
		background-size: 100% auto;
		height: calc(1650 / 750 * 100vw);
	}
	.premium-movie-cup .box02-inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
		padding: calc(140 / 750 * 100vw) 0 0;
	}
	.premium-movie-cup .box02-wrap {
	}
	.premium-movie-cup .box02-wrap-r {
		margin: 0 0 calc(45 / 750 * 100vw);
	}
	.premium-movie-cup .box02-wrap-r figure {
		width: calc(260 / 750 * 100vw);
		margin: auto;
	}
	.premium-movie-cup .box02-wrap-r figure img {
		width: calc(260 / 750 * 100vw);
		border-radius: calc(130 / 750 * 100vw);
		margin: 0 0 calc(21 / 750 * 100vw);
	}
	.premium-movie-cup .box02-wrap-r figure figcaption {
		color: #fff;
		font-size: 1.6rem;
		text-align: center;
	}
	.premium-movie-cup .box02-wrap-r ul {
		background: #007a36;
		width: calc(582 / 750 * 100vw);
		margin: calc(15 / 750 * 100vw) auto 0;
		padding: calc(18 / 750 * 100vw);
		border-radius: 8px;
	}
	.premium-movie-cup .box02-wrap-r ul li {
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.47;
		padding: 0 0 0 1em;
		position: relative;
	}
	.premium-movie-cup .box02-wrap-r ul li::before {
		content: '●';
		position: absolute;
		top: 0;
		left: 0;
	}
	.premium-movie-cup .box02-wrap-r p {
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.42;
		margin: calc(18 / 750 * 100vw) 0 0;
	}
	.premium-movie-cup .box02-wrap-l {
		background: url(../images/box02-list_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		height: calc(674 / 750 * 100vw);
	}
	.premium-movie-cup .box02-list li {
		display: flex;
		align-items: center;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: calc(32 / 750 * 100vw);
		color: #fff;
		line-height: 1.4375;
		width: calc(690 / 750 * 100vw);
		height: calc(114 / 750 * 100vw);
		margin: calc(26 / 750 * 100vw) 0 0 0;
		padding: 0 calc(20 / 750 * 100vw) 0 calc(141 / 750 * 100vw);
	}
	.premium-movie-cup .box02-list li:first-of-type {
		margin-top: 0;
	}
	.premium-movie-cup .box02-list li strong {
		font-weight: 500;
		color: #ffcf79;
	}


}
@media print, screen and (min-width: 641px) {
	.premium-movie-cup .box02 {
		background: #015022 url(../images/box02_pc.jpg) no-repeat center 0;
		height: 803px;
	}
	.premium-movie-cup .box02-inner {
		width: 1220px;
		margin: auto;
		padding: 209px 30px 0;
	}
	.premium-movie-cup .box02-wrap {
		display: flex;
		/*flex-direction: row-reverse;*/
		justify-content: space-between;
		width: 1220px;
	}
	.premium-movie-cup .box02-wrap-r {
		width: 260px;
	}
	.premium-movie-cup .box02-wrap-r figure img {
		width: 260px;
		border-radius: 130px;
		margin: 0 0 12px;
	}
	.premium-movie-cup .box02-wrap-r figure figcaption {
		color: #fff;
		font-size: 20px;
		text-align: center;
	}
	.premium-movie-cup .box02-wrap-r ul {
		background: #007a36;
		margin-top: 15px;
		padding: 13px;
		border-radius: 8px;
	}
	.premium-movie-cup .box02-wrap-r ul li {
		color: #fff;
		font-size: 12px;
		line-height: 1.67;
		padding: 0 0 0 1em;
		position: relative;
	}
	.premium-movie-cup .box02-wrap-r ul li::before {
		content: '●';
		position: absolute;
		top: 0;
		left: 0;
	}
	.premium-movie-cup .box02-wrap-r p {
		color: #fff;
		font-size: 14px;
		line-height: 24px;
		width: fit-content;
		margin: 12px auto 0;
	}
	.premium-movie-cup .box02-wrap-l {
		background: url(../images/box02-list_pc.png) no-repeat 0 0;
		width: 924px;
		height: 484px;
	}
	.premium-movie-cup .box02-list li {
		display: flex;
		align-items: center;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 28px;
		color: #fff;
		width: 924px;
		height: 84px;
		margin: 16px 0 0 0;
		padding: 0 0 0 105px;
	}
	.premium-movie-cup .box02-list li:first-of-type {
		margin-top: 0;
	}
	.premium-movie-cup .box02-list li strong {
		font-weight: 500;
		color: #ffcf79;
	}
}



/*box03*/
.premium-movie-cup .box03 {
	background: #fffadb;
}
@media only screen and (max-width: 640px) {
	.premium-movie-cup .box03-inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
		padding: calc(65 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
	}
	.premium-movie-cup .box03-kaisai {
		color: #50330e;
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0 0 calc(50 / 750 * 100vw);
	}
	.premium-movie-cup .box03-kaisai div {
		display: flex;
		border-bottom: 1px solid #c4a958;
		margin: 0 0 calc(21 / 750 * 100vw);
		padding: 0 0 calc(21 / 750 * 100vw);
	}
	.premium-movie-cup .box03-kaisai div dt {
		width: calc(180 / 750 * 100vw);
		padding: 0;
	}
	.premium-movie-cup .box03-kaisai div dd {
		flex: 1;
	}
	.premium-movie-cup .box03 h3 {
		color: #e5004f;
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: 500;
		text-align: center;
		margin: 0 0 calc(66 / 750 * 100vw);
	}
	.premium-movie-cup .box03-list {
		margin: 0 0 calc(60 / 750 * 100vw);
	}
	.premium-movie-cup .box03-list li {
		color: #50330e;
		font-size: 1.6rem;
		line-height: 1.625;
		padding: 0 0 0 1em;
		position: relative;
	}
	.premium-movie-cup .box03-list li::before {
		content: '・';
		position: absolute;
		top: 0;
		left: 0;
	}
	.premium-movie-cup .box03-list li strong{
		color: #e5004f;
		font-weight: 500;
	}
	.premium-movie-cup .box03 p.box03-text01 {
		color: #50330e;
		font-size: 1.6rem;
		line-height: 1.625;
		margin: 0 0 calc(60 / 750 * 100vw);
		overflow-wrap: break-word;
	}
	.premium-movie-cup .box03 p.box03-text02 {
		color: #e5004f;
		font-size: 2.4rem;
		line-height: 1.625;
		text-align: center;
		margin: 0 0 calc(20 / 750 * 100vw);
	}
	.premium-movie-cup .box03-btn {
		/*margin: 0 0 calc(60 / 750 * 100vw);*/
		margin: 0;
	}
	.premium-movie-cup .box03-btn li {
		text-align: center;
	}
}
@media print, screen and (min-width: 641px) {
	.premium-movie-cup .box03-inner {
		width: 1220px;
		margin: auto;
		padding: 100px 30px 120px;
	}
	.premium-movie-cup .box03-kaisai {
		color: #50330e;
		font-size: 24px;
		line-height: 42px;
		margin: 0 0 75px;
	}
	.premium-movie-cup .box03-kaisai div {
		display: flex;
		border-bottom: 1px solid #c4a958;
		margin: 0 0 25px;
		padding: 0 0 25px;
	}
	.premium-movie-cup .box03-kaisai div dt {
		width: 240px;
		padding: 0 0 0 30px;
		box-sizing: border-box;
	}
	.premium-movie-cup .box03-kaisai div dd {
		flex: 1;
	}
	.premium-movie-cup .box03 h3 {
		color: #e5004f;
		font-size: 24px;
		line-height: 1.5;
		font-weight: 500;
		text-align: center;
		margin: 0 0 45px;
	}
	.premium-movie-cup .box03-list {
		margin: 0 0 70px;
	}
	.premium-movie-cup .box03-list li {
		color: #50330e;
		font-size: 20px;
		line-height: 40px;
		padding: 0 0 0 1em;
		position: relative;
	}
	.premium-movie-cup .box03-list li::before {
		content: '・';
		position: absolute;
		top: 0;
		left: 0;
	}
	.premium-movie-cup .box03-list li strong{
		color: #e5004f;
		font-weight: 500;
	}
	.premium-movie-cup .box03 p.box03-text01 {
		color: #50330e;
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		margin: 0 0 70px;
	}
	.premium-movie-cup .box03 p.box03-text02 {
		color: #e5004f;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
		margin: 0 0 20px;
	}


	.premium-movie-cup .box03-btn {
		/*margin: 0 0 70px;*/
		margin: 0;
	}
	.premium-movie-cup .box03-btn li {
		text-align: center;
	}
	.premium-movie-cup .box03-btn li img {
		width: 640px;
	}
	.premium-movie-cup .box03-btn li a:hover {
		opacity: 0.7;
	}
}



/*box04*/
@media only screen and (max-width: 640px) {
	.premium-movie-cup .box04 {
		background: #29523A;
		background: linear-gradient(180deg,rgba(41, 82, 58, 1) 0%, rgba(0, 80, 34, 1) 100%);
	}
	.premium-movie-cup .box04-inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
		padding: calc(66 / 750 * 100vw) 0 calc(108 / 750 * 100vw);
	}
	.premium-movie-cup .box04-title {
		width: calc(235 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
		margin: 0 auto calc(36 / 750 * 100vw);
	}
	.premium-movie-cup .box04 p {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #fae289;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 1.8rem;
		line-height: 2;
		height: calc(536 / 750 * 100vw);
		box-sizing: border-box;
		border: 3px solid #dec26c;
		border-radius: 13px;
	}
}
@media print, screen and (min-width: 641px) {
	.premium-movie-cup .box04 {
		background: #29523A;
		background: linear-gradient(180deg,rgba(41, 82, 58, 1) 0%, rgba(0, 80, 34, 1) 100%);
	}
	.premium-movie-cup .box04-inner {
		width: 1220px;
		margin: auto;
		padding: 74px 30px 98px;
	}
	.premium-movie-cup .box04-title {
		width: 235px;
		height: 80px;
		margin: 0 auto 30px;
	}
	.premium-movie-cup .box04 p {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #fae289;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 36px;
		line-height: 72px;
		height: 310px;
		box-sizing: border-box;
		border: 6px solid #dec26c;
		border-radius: 25px;
	}
}



/*box05*/
@media only screen and (max-width: 640px) {
	.premium-movie-cup .box05 {
		background: #A0C9FF;
		background: linear-gradient(180deg,rgba(160, 201, 255, 1) 0%, rgba(232, 238, 228, 1) 50%, rgba(255, 250, 219, 1) 100%);
		height: calc(375 / 750 * 100vw);
	}
	.premium-movie-cup .box05-inner {
		background: url(../images/box05_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		height: calc(375 / 750 * 100vw);
		margin: auto;
	}
}
@media print, screen and (min-width: 641px) {
	.premium-movie-cup .box05 {
		background: #A0C9FF;
		background: linear-gradient(180deg,rgba(160, 201, 255, 1) 0%, rgba(232, 238, 228, 1) 50%, rgba(255, 250, 219, 1) 100%);
		height: 500px;
	}
	.premium-movie-cup .box05-inner {
		background: url(../images/box05_pc.png) no-repeat 0 0;
		width: 1280px;
		height: 500px;
		margin: auto;
	}
}



/*box06*/
.premium-movie-cup .box06 {
	background: #c4a958;
}
@media only screen and (max-width: 640px) {
	.premium-movie-cup .box06-inner {
		width: calc(690 / 750 * 100vw);
		margin: auto;
		padding: calc(36 / 750 * 100vw) 0;
	}
	.premium-movie-cup .box06 p {
		color: #50330e;
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
	}
	.premium-movie-cup .box06-btn li {
		text-align: center;
		margin: calc(30 / 750 * 100vw) 0 0;
	}
}
@media print, screen and (min-width: 641px) {
	.premium-movie-cup .box06-inner {
		width: 1280px;
		margin: auto;
		padding: 50px 0 40px;
	}
	.premium-movie-cup .box06 p {
		color: #50330e;
		font-size: 24px;
		line-height: 42px;
		text-align: center;
	}
	.premium-movie-cup .box06-btn li {
		text-align: center;
		margin: 30px 0 0;
	}
	.premium-movie-cup .box06-btn li img {
		width: 640px;
	}
	.premium-movie-cup .box06-btn li a:hover {
		opacity: 0.7;
	}
}









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

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

		youtube設定

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

.premium-movie-cup .youtube-box .youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.premium-movie-cup .youtube-box .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}


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

		locipo設定

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

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



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

		マージンの設定

*********************************************************** */
/*
.premium-movie-cup .last {
	margin-bottom: 40px;
}
	*/

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

		カラー設定

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




/*
.premium-movie-cup .cl-blue {
	color: #4ebbff;
}




.premium-movie-cup .cl-red {
	color: #e50012;
}


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