@charset "utf-8";

@import url(data.css);



html, body, div,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
object, embed, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, thead, tfoot,
section, menu, nav, header, footer, hgroup, article, aside, figure, figcaption,
audio, video, canvas {
	margin: 0;
	padding: 0;
}

header, footer, section, nav, menu, article, aside, figure, figcaption, hgroup {
	display: block;
}


body {
	position: relative;
	color: #595757;
	font-size: 13px;
	font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	background: #fafafa;
}

* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

a {
	color: #000;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

li {
	list-style: none;
}

img {
	border: none;
	vertical-align: bottom;
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}


body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}


::-moz-selection {
	color: #fff;
	background: #000;
}
::selection {
	color: #fff;
	background: #000;
}



body.sp .ignore-sp {
	display: none;
}



span.en,
div.en {
	display: none;
}

body.en span.en {
	display: inline;
}
body.en div.en {
	display: block;
}
body.en span.jp,
body.en div.jp {
	display: none;
}


body.en li.jp a {
	border-bottom-color: rgba(0,0,0,0) !important;
}
body.en li.en a {
	border-bottom-color: #595757 !important;
}

#caption div.en h2 {
	letter-spacing: 0 !important;
}
#caption div.en p {
}

body.en .balloon > div > dl > dd {
	padding-top: 15px !important;
}
.balloon .en {
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
}
.balloon .en dd p {
	font-size: 12px !important;
}
.balloon .en dd p.note {
	font-size: 11px !important;
	line-height: 1.2;
}
.balloon .en dd dt {
	font-size: 11px !important;
	font-weight: bold;
}
.balloon .en dd dt:before {
	display: none;
}


.vjs-captions-button {
	display: none;
}
.vjs-fullscreen-control {
	display: none !important;
}
body.sp .vjs-fullscreen-control,
body.tab .vjs-fullscreen-control {
	display: block !important;
}



body.digest.fs .embed-wrap,
body.digest.fs .embed-wrap iframe,
body.full.fs .embed-wrap,
body.full.fs .embed-wrap iframe {
	width: 100vw;
	height: 100vh;
  position: static;
	left: 0;
	top: 0;
	margin: 0;
	overflow: hidden;
}

body.digest .embed-wrap,
body.full .embed-wrap {
	position: relative;
}

body.digest.fs .embed,
body.full.fs .embed {
	width: 100vw;
	height: 100vh;
  margin: 0;
  position: static;
	left: 0;
	top: 0;
	overflow: hidden;
  -ms-transform:     translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform:    translate(0, 0);
  transform:         translate(0, 0);
}
body.digest.fs .switch,
body.full.fs .switch {
  z-index: 1;
}

.close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 50px;
	top: 50px;
	z-index: 1000;
	background-position: 50% 50%;
	background-repeat: no-repeat;

	visibility: hidden;
}
body.fs .close {
	visibility: visible;
}

.close a {
	display: block;
	height: 30px;
}
.close .hint {
	position: absolute;
	display: block;
	width: 130px;
	height: 30px;
	right: 46px;
	top: 0;
	z-index: 1000;
	line-height: 30px;
	text-align: center;
	color: #595757;
	border: 2px solid #595757;
	background: #fff;

	visibility: hidden;
	display: none;
}
.close .hint:after {
	position: absolute;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	right: 0;
	top: 50%;
	margin: -9px -15px 0 0;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 28px auto;
}

.close a:hover + .hint {
	visibility: visible;
}





.vjs-poster {
	background-color: transparent !important;
}




@media screen and (min-width: 1px) {

	#wrap {
		position: relative;
		height: 100vh;
		min-width: 720px;
		min-height: 720px;
	}

	body.tab #wrap {
		height: calc(100vh - 30px);
		min-height: 500px;
	}



	header h1 {
		position: absolute;
		width: 60px;
		height: 130px;
	}

	header h1 a {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: 0 0;
	}



	header h1 .hint {
		position: absolute;
		display: block;
		width: 130px;
		height: 30px;
		right: 78px;
		bottom: 10px;
		z-index: 100;
		line-height: 30px;
		text-align: center;
		color: #595757;
		border: 2px solid #595757;
		background: #fff;

		visibility: hidden;
	}
	header h1 .hint:after {
		position: absolute;
		display: block;
		content: "";
		width: 15px;
		height: 15px;
		right: 0;
		top: 50%;
		margin: -9px -15px 0 0;
		background-position: 100% 50%;
		background-repeat: no-repeat;
		background-size: 28px auto;
	}

	header h1 a:hover + .hint {
		visibility: visible;
	}


	body.en header h1 .hint {
		width: 160px;
	}




	#copyright {
		position: absolute;
		width: 100%;
		width: calc(100% - 55px);
		height: 14px;
		left: 0;
		left: calc(55px);
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-size: auto 14px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	#copyright a {
		position: absolute;
		width: 70px;
		height: 16px;
		left: 50%;
		top: 0;
		margin-left: -103px;
		background: #fafafa;
		opacity: 0;
	}
	#copyright a:hover {
		opacity: 0.5;
	}


	.shortcut {
		display: none;
	}



	#title {
		position: absolute;
		width: 180px;
		height: 86px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#title p {
		height: 0;
		visibility: hidden;
		overflow: hidden;
	}

	#title ul {
		display: none;
	}


	#caption {
		position: absolute;
		width: 260px;
		top: 50%;
		z-index: 100;

		-ms-transform:     translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform:    translateY(-50%);
		transform:         translateY(-50%);
	}
	#caption h2 {
		font-size: 18px;
		line-height: 2.8;
		letter-spacing: 2px;
	}
	#caption p {
		margin: 25px 0 0;
		font-size: 15px;
		line-height: 2.5;
	}

	#caption h2 span {
		display: inline-block;
		line-height: 1.6;
		border-bottom: 3px solid #595757;
	}


	body.en #caption h2 {
		font-size: 18px;
		line-height: 2.7;
		white-space: nowrap;
	}
	body.en #caption p {
		font-size: 15px;
		white-space: nowrap;
	}




	.menu {
		position: absolute;
		z-index: 100;
	}
	.menu li {
		position: relative;
		height: 30px;
	}
	.menu li + li {
		margin-top: 15px;
	}
	.menu a {
		font-size: 18px;
		color: #595757;
		line-height: 30px;
	}


	.menu li a {
		opacity: 1;
	}
	.menu li:hover a {
		opacity: 0.7;
	}
	body.clock .menu li.clock a,
	body.digest .menu li.digest a,
	body.full .menu li.full a {
		opacity: 0.4;
	}

	.menu a:before {
		content: "";
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-right: 5px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 100% auto;
		vertical-align: middle;
	}

	.menu span {
		position: relative;
		vertical-align: middle;
	}




	.menu .hint {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: auto;
		height: 30px;
		z-index: 100;
		top: -1px;
		margin: 0 0 0 12px;
		padding: 0 5px 0 10px;
		line-height: 27px;
		font-size: 12px;
		white-space: nowrap;
		border: 2px solid #595757;
		background: #fff;

		visibility: hidden;
	}
	.menu .hint:after {
		position: absolute;
		display: block;
		content: "";
		width: 15px;
		height: 15px;
		left: 0;
		top: 50%;
		margin: -8px 0 0 -15px;
		background-position: 0 50%;
		background-repeat: no-repeat;
		background-size: 28px auto;
	}

	.menu li a:hover + .hint {
		visibility: visible;
		opacity: 1;
		-webkit-font-smoothing: subpixel-antialiased;
	}




	body.en .menu a:before {
		margin-right: 7px;
	}


	body.en .menu a span {
		height: 18px;
		font-size: 0 !important;
		background-position: 0 50%;
		background-repeat: no-repeat;
		background-size: auto 15px;
	}
	body.en .menu a span.en {
		display: inline-block;
	}

	body.en .menu .clock a span {
		width: 156px;
	}
	body.en .menu .digest a span {
		width: 134px;
	}
	body.en .menu .full a span {
		width: 110px;
	}

	body.en .menu .hint {
		padding: 0 10px;
		left: 2px;
		top: 1px;

		visibility: hidden;
	}

	body.en .menu span {
		top: -1px;
	}


	.menu a em {
		font-size: 80%;
	}



	.links {
		display: none;
	}


	.extra {
		position: absolute;
		width: 30px;
		z-index: 100;
		margin-right: 15px;
	}
	.extra li {
		position: relative;
		height: 30px;
	}
	.extra li + li {
		margin-top: 10px;
	}
	.extra li > a {
		display: block;
		height: 30px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
	}

	.extra li.info > a {
		background-position: 50% 50%;
		background-size: 23px auto;
		background-repeat: no-repeat;
	}

	.extra li.facebook a {
		background-position: 50% 50%;
		background-size: 26px auto;
		background-repeat: no-repeat;
	}
	.extra li.twitter a {
		background-position: 50% 50%;
		background-size: 27px auto;
		background-repeat: no-repeat;
	}
	.extra li.instagram a {
		background-position: 50% 50%;
		background-size: 25px auto;
		background-repeat: no-repeat;
	}
	.extra li.instagram {
		margin-top: 30px;
	}


	.extra li a:hover {
		opacity: 0.5;
	}




	.extra .hint {
		position: absolute;
		display: block;
		width: 260px;
		height: 30px;
		right: 46px;
		top: 0;
		z-index: 100;
		line-height: 30px;
		text-align: center;
		color: #595757;
		border: 2px solid #595757;
		background: #fff;

		visibility: hidden;
	}
	.extra .hint:after {
		position: absolute;
		display: block;
		content: "";
		width: 15px;
		height: 15px;
		right: 0;
		top: 50%;
		margin: -9px -15px 0 0;
		background-position: 100% 50%;
		background-repeat: no-repeat;
		background-size: 28px auto;
	}

	.extra li a:hover + .hint {
		visibility: visible;
	}


	body.en .extra .hint {
		width: 210px;
	}





	.language {
		position: absolute;
		font-size: 0;
	}
	.language li,
	#title li {
		display: inline-block;
		font-size: 12px;
	}



	.language li a,
	#title li a {
		display: block;
		float: left;
		height: 13px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: auto 10px;
		background-position: 0 0;
		border-bottom: 1px solid rgba(255,255,255,0);
		cursor: pointer;
	}
	li.jp a {
		width: 55px;
		background-size: 55px 10px;
	}
	li.en a {
		width: 47px;
		background-size: 47px 10px;
	}

	li.en:before {
		display: block;
		content: "";
		float: left;
		width: 16px;
		height: 10px;
		background-repeat: no-repeat;
		background-size: auto 10px;
		background-position: 45% 50%;
	}

	.language li.active a,
	#title li.active a {
		border-bottom-color: #595757;
	}
	.language li a:hover,
	#title li a:hover {
		border-bottom-color: #595757 !important;
	}



	.switch {
		position: absolute;
		width: 30px;
		height: 90px;
		top: 50%;
		margin: -45px 15px 0 0;
	}
	.switch a {
		position: relative;
		display: block;
		height: 30px;
		cursor: pointer;
	}

	.switch a + a {
		margin-top: 30px;
	}
	.switch a i {
		display: block;
		height: 30px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	.switch a:hover i {
		opacity: 0.5 !important;
	}


	.switch a.screen i {
		background-size: 26px auto;
	}
	.switch a.sound i {
		position: relative;
		left: 2px;
		background-size: 28px auto;
	}
	.switch a.sound i:after {
		content: "";
		position: absolute;
		width: 36px;
		height: 2px;
		left: 50%;
		top: 50%;
		margin: -1px 0 0 -20px;
		background: #ed1e79;
		background: #595757;

		-ms-transform:     rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform:    rotate(-45deg);
		transform:         rotate(-45deg);

		display: none;
	}
	body.mute .switch a.sound i:after {
		display: block;
	}

	.switch a.sound i {
		opacity: 0.2;
	}
	.switch a.sound.ready i {
		opacity: 1;
	}


	body.digest .switch,
	body.full .switch{
		height: 30px;
		margin-top: -15px;
	}
	body.digest .switch .sound,
	body.full .switch .sound {
		display: none;
	}





	/*
	body.digest .switch,
	body.full .switch {
		display: none !important;
	}
	*/


	.switch .hint {
		position: absolute;
		display: block;
		width: 130px;
		height: 30px;
		right: 46px;
		top: 0;
		z-index: 100;
		line-height: 30px;
		text-align: center;
		color: #595757;
		border: 2px solid #595757;
		background: #fff;

		visibility: hidden;
	}
	.switch .hint:after {
		position: absolute;
		display: block;
		content: "";
		width: 15px;
		height: 15px;
		right: 0;
		top: 50%;
		margin: -9px -15px 0 0;
		background-position: 100% 50%;
		background-repeat: no-repeat;
		background-size: 28px auto;
	}

	.switch a:hover .hint {
		visibility: visible;
	}


	.switch .screen .hint .off {
		display: none;
	}
	body.fs .switch .screen .hint .on {
		display: none;
	}
	body.fs .switch .screen .hint .off {
		display: inline;
	}


	.switch .sound .unmute {
		display: none;
	}
	body.mute .switch .sound .hint .mute {
		display: none;
	}
	body.mute .switch .sound .hint .unmute {
		display: inline;
	}





	.balloon {
		position: absolute;
		width: 320px;
		height: 335px;
		right: 32px;
		z-index: 100;
		bottom: -10px;

		opacity: 0;
		display: none;

		/*
		-ms-transition:     opacity 300ms ease-out;
		-webkit-transition: opacity 300ms ease-out;
		-moz-transition:    opacity 300ms ease-out;
		transition:         opacity 300ms ease-out;
		*/
	}
	li.info a:hover + .balloon {
		opacity: 1;
		display: block;
	}

	.balloon > div > dl {
		width: 307px;
	}
	.balloon > div > dl > dt {
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.balloon > div > dl > dd {
		padding: 20px 18px;
	}
	.balloon > div > dl > dd p {
		font-size: 13px;
	}
	.balloon > div > dl > dd p.note {
		margin: 10px 0 0;
		font-size: 10px;
	}
	.balloon dl dl dt {
		margin-top: 8px;
		font-size: 12px;
	}
	.balloon dl dl dd {
		font-size: 11px;
	}
	.balloon dl dl dt:before {
		content: "■ ";
	}


	#clock {
		position: absolute;
		left: 50%;
		top: 50%;

		-ms-transform:     translate(20px, -20px);
		-webkit-transform: translate(20px, -20px);
		-moz-transform:    translate(20px, -20px);
		transform:         translate(20px, -20px);
	}




	.embed {
		position: absolute;
		left: 50%;
		top: 50%;

		-ms-transform:     translate(40px, -40px);
		-webkit-transform: translate(40px, -40px);
		-moz-transform:    translate(40px, -40px);
		transform:         translate(40px, -40px);
	}
	.embed p {
		margin: 20px 0 0;
		font-size: 14px;
		line-height: 1.8;
	}



	.embed > div > div.video-js {
		width: auto;
		height: auto;
		background: transparent;
	}
	.embed div.video-js video {
		position: relative !important;
	}
	.embed * {
		outline: none !important;
	}
	.vjs-dock-text {
		display: none;
	}



	#mask {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;

		width: calc(100% + 2px);
		height: calc(100% + 2px);

		left: calc(0% - 1px);
		top: calc(0% - 1px);

		z-index: 10;
		background: url(../img/mask.png) 50% 50% no-repeat;
		background-size: auto 100%;
	}

	#player-container {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		z-index: 1;
		overflow: hidden;
	}

	#player {
		position: absolute;
		display: block;
		width: 240%;
		height: 240%;
		left: 50%;
		top: 50%;
		z-index: 1;
		margin: -120% 0 0 -120%;
	}


	#clock .description {
		display: none;
	}
	.embed .description {
		display: none;
	}



	#floating-overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 100;
		background: rgba(0,0,0,0.9);
	}
	#floating-player {
		position: fixed;
		left: 50%;
		top: 50%;
		z-index: 101;
	}
	#floating-player a {
		position: absolute;
		width: 40px;
		height: 40px;
		margin: -60px 0 0 30px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 100% auto;

		opacity: 0.8;
	}
}





@media screen {
	header h1 {
		top: 120px;
	}

	#copyright {
		bottom: 100px;
	}
	#title {
		top: 120px;
	}
	#caption {
	}
	.menu {
		bottom: 100px;
	}
	.extra {
		bottom: 100px;
	}
	.language {
		top: 250px;
	}
}


@media screen and (min-width: 1920px) {
	header h1 {
		right: 120px;
	}

	#copyright {
	}
	#title {
		left: 120px;
	}
	#caption {
		left: 120px;
	}
	.menu {
		left: 120px;
	}
	.extra {
		right: 120px;
	}
	.language {
		left: 120px;
	}
	.switch {
		right: 120px;
	}


	#clock {
		width: 950px;
		height: 950px;
		margin: -475px 0 0 -475px;
	}

	.embed,
	.embed iframe,
	.embed video {
		width: 1280px;
		height: 720px;
	}
	body.ie .embed > div > div.video-js {
		width: 1280px;
		height: 720px;
	}

	.embed {
		margin: -360px 0 0 -640px;
	}


	#floating-player,
	#floating-player iframe {
		width: 1280px;
		height: 720px;
	}
	#floating-player {
		margin: -360px 0 0 -640px;
	}
}


@media screen and (min-width: 1920px) and (max-width:2099px) {

}



@media screen and (min-width: 1600px) and (max-width:1919px) {
	header h1 {
		right: 60px;
	}

	#copyright {
	}
	#title {
		left: 60px;
	}
	#caption {
		left: 60px;
	}
	.menu {
		left: 60px;
	}
	.extra {
		right: 60px;
	}
	.language {
		left: 60px;
	}
	.switch {
		right: 60px;
	}





	#clock {
		width: 950px;
		height: 950px;
		margin: -475px 0 0 -475px;
	}

	.embed,
	.embed iframe {
		width: 960px;
		height: 540px;
	}
	body.ie .embed > div > div.video-js {
		width: 960px;
		height: 540px;
	}

	.embed {
		margin: -270px 0 0 -480px;
	}

	#floating-player,
	#floating-player iframe {
		width: 1280px;
		height: 720px;
	}
	#floating-player {
		margin: -360px 0 0 -640px;
	}
}



@media screen and (min-width: 1200px) and (max-width:1599px) {
	header h1 {
		right: 30px;
	}

	#copyright {
	}
	#title {
		left: 30px;
	}
	#caption {
		left: 30px;
	}
	.menu {
		left: 30px;
	}
	.extra {
		right: 30px;
	}
	.language {
		left: 30px;
	}
	.switch {
		right: 30px;
	}

	#caption h2 {
		font-size: 15px;
	}
	#caption p {
		font-size: 12px;
	}

	body.en #caption h2 {
		font-size: 15px;
	}
	body.en #caption p {
		font-size: 12px;
	}






	.menu li + li {
		margin-top: 3px;
	}
	.menu a {
		font-size: 13px;
		line-height: 24px;
	}
	.menu a:before {
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}
	.menu a em {
		font-size: 90%;
	}



	body.en .menu a span {
		background-size: 100% 12px;
	}
	body.en .menu .clock a span {
		width: 125px;
	}
	body.en .menu .digest a span {
		width: 107px;
	}
	body.en .menu .full a span {
		width: 88px;
	}
	body.en .menu .hint {
		left: 2px;
	}

	body.en .menu span {
		top: 0;
	}




	#clock {
		width: 700px;
		height: 700px;
		margin: -350px 0 0 -350px;
	}

	.embed,
	.embed iframe {
		width: 800px;
		height: 450px;
	}
	body.ie .embed > div > div.video-js {
		width: 800px;
		height: 450px;
	}

	.embed {
		margin: -225px 0 0 -400px;
	}

	#floating-player,
	#floating-player iframe {
		width: 1024px;
		height: 576px;
	}
	#floating-player {
		margin: -288px 0 0 -512px;
	}
}




@media screen and (min-width: 1000px) and (max-width:1199px) {
	header h1 {
		right: 30px;
	}

	#copyright {
	}
	#title {
		left: 30px;
	}
	#caption {
		left: 30px;

	}
	.menu {
		left: 30px;
	}
	.extra {
		right: 30px;
	}
	.language {
		left: 30px;
	}
	.switch {
		right: 30px;
	}

	#caption h2 {
		font-size: 15px;
	}
	#caption p {
		font-size: 12px;
	}

	body.en #caption h2 {
		font-size: 15px;
	}
	body.en #caption p {
		font-size: 12px;
	}


	.menu li + li {
		margin-top: 3px;
	}
	.menu a {
		font-size: 13px;
		line-height: 24px;
	}
	.menu a:before {
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}
	.menu a em {
		font-size: 90%;
	}


	body.en .menu a span {
		background-size: 100% 12px;
	}
	body.en .menu .clock a span {
		width: 125px;
	}
	body.en .menu .digest a span {
		width: 107px;
	}
	body.en .menu .full a span {
		width: 88px;
	}
	body.en .menu .hint {
		left: 2px;
	}



	#clock {
		width: 580px !important;
		height: 580px !important;
		margin: -290px 0 0 -265px !important;
	}

	.embed,
	.embed iframe {
		width: 608px;
		height: 342px;
	}
	body.ie .embed > div > div.video-js {
		width: 608px;
		height: 342px;
	}

	.embed {
		margin: -171px 0 0 -304px;
	}

	#floating-player,
	#floating-player iframe {
		width: 800px;
		height: 450px;
	}
	#floating-player {
		margin: -225px 0 0 -400px;
	}
}






@media screen and (min-height: 1080px) and (max-height: 1280px) {
	header h1 {
		top: 60px;
	}

	#copyright {
		bottom: 40px;
	}
	#title {
		top: 60px;
	}
	#caption {
	}
	.menu {
		bottom: 40px;
	}
	.extra {
		bottom: 40px;
	}
	.language {
		top: 190px;
	}
	.switch {
	}





	#clock {
	}
}



@media screen and (min-height: 980px) and (max-height: 1079px) {
	header h1 {
		top: 30px;
	}

	#copyright {
		bottom: 40px;
	}
	#title {
		top: 30px;
	}
	#caption {
	}
	.menu {
		bottom: 40px;
	}
	.extra {
		bottom: 40px;
	}
	.language {
		top: 160px;
	}
	.switch {
	}



	#clock {
		width: 780px;
		height: 780px;
		margin: -390px 0 0 -390px;
	}
}



@media screen and (min-height: 900px) and (max-height: 979px) {
	header h1 {
		top: 30px;
	}

	#copyright {
		bottom: 30px;
	}
	#title {
		top: 30px;
	}
	#caption {
	}
	.menu {
		bottom: 30px;
	}
	.extra {
		bottom: 30px;
	}
	.language {
		top: 160px;
	}
	.switch {
	}




	#clock {
		width: 780px;
		height: 780px;
		margin: -390px 0 0 -390px;
	}
}





@media screen and (min-height: 800px) and (max-height: 899px) {
	header h1 {
		top: 30px;
	}

	#copyright {
		bottom: 20px;
	}
	#title {
		width: 140px;
		top: 30px;
	}
	#caption {
	}
	.menu {
		bottom: 20px;
	}
	.extra {
		bottom: 20px;
	}
	.language {
		top: 130px;
	}
	.switch {
	}

	#caption h2 {
		font-size: 15px;
	}
	#caption p {
		font-size: 12px;
	}

	body.en #caption h2 {
		font-size: 15px;
	}
	body.en #caption p {
		font-size: 12px;
	}



	#clock {
		width: 680px;
		height: 680px;
		margin: -340px 0 0 -340px;
	}

	#floating-player a {
		margin-top: -4px;
	}
}




@media screen and (max-height: 799px) {
	header h1 {
		top: 30px;
	}

	#copyright {
		bottom: 20px;
	}
	#title {
		width: 140px;
		top: 30px;
	}
	#caption {
	}
	.menu {
		bottom: 20px;
	}
	.extra {
		bottom: 20px;
	}
	.language {
		top: 130px;
	}
	.switch {
	}

	#caption h2 {
		font-size: 15px;
	}
	#caption p {
		font-size: 12px;
	}

	body.en #caption h2 {
		font-size: 15px;
	}
	body.en #caption p {
		font-size: 12px;
	}

	.menu li + li {
		margin-top: 3px;
	}
	.menu a {
		font-size: 13px;
		line-height: 24px;
	}
	.menu a:before {
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}
	.menu a em {
		font-size: 90%;
	}


	body.en .menu a span {
		background-size: 100% 12px;
	}
	body.en .menu .clock a span {
		width: 125px;
	}
	body.en .menu .digest a span {
		width: 107px;
	}
	body.en .menu .full a span {
		width: 88px;
	}
	body.en .menu .hint {
		left: 2px;
	}



	#clock {
		width: 620px;
		height: 620px;
		margin: -310px 0 0 -310px;
	}

}

@media screen and (min-width: 1600px) and (max-height: 799px) {
	.embed,
	.embed iframe {
		width: 960px;
		height: 540px;
	}
	body.ie .embed > div > div.video-js {
		width: 960px;
		height: 540px;
	}

	.embed {
		margin: -270px 0 0 -480px;
	}

	#floating-player a {
		margin-top: -4px;
	}
}




@media screen and (max-width: 999px) {
	header h1 {
		top: 20px;
		right: 20px;
	}

	#copyright {
		width: calc(100% - 120px);
		left: calc(120px);
		bottom: 20px;
	}
	#title {
		width: 110px;
		left: 20px;
		top: 20px;
	}
	#caption {
		left: 20px;
	}
	.menu {
		left: 20px;
		bottom: 20px;
	}
	.extra {
		right: 20px;
		bottom: 20px;
	}
	.language {
		left: 20px;
		top: 110px;
	}
	.switch {
		right: 20px;
	}

	#caption h2 {
		font-size: 15px;
	}
	#caption p {
		font-size: 12px;
	}

	body.en #caption h2 {
		font-size: 15px;
	}
	body.en #caption p {
		font-size: 12px;
	}


	.menu li + li {
		margin-top: 3px;
	}
	.menu a {
		font-size: 13px;
		line-height: 24px;
	}
	.menu a span{
		font-size: 13px !important;
	}
	.menu a:before {
		width: 24px;
		height: 24px;
		margin-right: 5px;
	}
	.menu a em {
		font-size: 90%;
	}


	body.en .menu a span {
		background-size: 100% 12px;
	}
	body.en .menu .clock a span {
		width: 125px;
	}
	body.en .menu .digest a span {
		width: 107px;
	}
	body.en .menu .full a span {
		width: 88px;
	}
	body.en .menu .hint {
		left: 2px;
	}



	#clock {
		width: 400px;
		height: 400px;
		margin: -200px 0 0 -180px;
	}

	.embed,
	.embed iframe {
		width: 400px;
		height: 225px;
	}
	body.ie .embed > div > div.video-js {
		width: 400px;
		height: 225px;
	}

	.embed {
		margin: -112px 0 0 -200px;
	}


	#floating-player,
	#floating-player iframe {
		width: 624px;
		height: 351px;
	}
	#floating-player {
		margin: -176px 0 0 -312px;
	}

	#floating-player a {
		width: 28px;
		height: 30px;
		margin-left: 1
		0px;
	}
}


@media screen and (min-width: 1600px) and (max-height: 720px) {
	#floating-player {
		top: 0 !important;
		margin-top: 0 !important;
	}
}



body.windows.fs {
	width: 100vw;
	height: 100vh;
}
body.fs h1,
body.fs #title,
body.fs #caption,
body.fs .language,
body.fs .menu,
body.fs .extra,
body.fs #copyright {
	display: none;
}
body.fs #clock {
	-ms-transform:     translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform:    translate(0px, 0px);
	transform:         translate(0px, 0px);
}
body.fs .switch {
	right: 50px !important;
	top: 50px !important;
	margin: 0 !important;
}

body.tab .switch {
	display: none;
}

html.sp,
body.sp {
	height: 100vh;
	overflow: hidden;
}

body.sp #wrap {
	position: relative;
	height: 100vh;
	min-width: 1px;
	min-height: 1px;
}
body.sp main {
	height: 100vh;
}

body.sp .hint {
	display: none !important;
}

body.sp header h1 {
	position: fixed;
	z-index: 10;
	width: 25px !important;
	height: 30px !important;
	left: 15px !important;
	top: 8px !important;
	right: auto !important;
}
body.sp header h1 a {
	display: block;
	width: 25px;
	height: 30px;
	background-size: 100% auto;
	background-repeat: no-repeat;

	background-position: 50% 50%;
}

body.sp #copyright {
	position: absolute;
	width: 100%;
	height: 11px;
	left: 0;
	bottom: 12px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-size: auto 11px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

body.sp.clock #copyright {
	visibility: hidden;
}
body.sp.clock #copyright.active {
	visibility: visible;
}


body.sp main {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body.sp main * {
	-webkit-tap-highlight-color: initial;
}
body.sp section {
	position: relative !important;
	width: 100vw !important;
	height: 100%;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;

	-ms-transform:     translateY(0px) !important;
	-webkit-transform: translateY(0px) !important;
	-moz-transform:    translateY(0px) !important;
	transform:         translateY(0px) !important;
}

body.sp #title {
	background: none;
}


body.sp #title .ex-wrap {
	display: table-cell;
	width: 100vw;
	height: 100vh;
	vertical-align: middle;
}
body.sp #title .ex-wrap > p {
	position: relative;
	visibility: visible;
	width: 75%;
	height: auto;
	margin: 0 auto;
	padding-top: 10.57%;
	font-size: 0;
	background-size: 100% 100%;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
body.sp #title .ex-wrap article {
	width: 75%;
	margin: 25px auto 0;
}
body.sp #title .ex-wrap article p {
	visibility: visible;
	height: auto;
	overflow: auto;
	white-space: nowrap;
}



body.sp .switch {
	display: none;
}


body.sp #title ul {
	position: static;
	display: block;
	width: 75%;
	margin: 15px auto 0;
}


body.sp #title h2 {
	margin: 0 0 15px;
	line-height: 2.6;
}
body.sp #title h2 span {
	display: inline-block;
	line-height: 1.6;
	border-bottom: 3px solid #595757;
}




body.sp #caption {
	text-align: center;
}
body.sp #title h2 span,
body.sp #caption h2 span {
	white-space: nowrap;
}
body.sp #caption article {
	display: inline-block;
	width: 53%;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}
body.sp #caption:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	background: #000;
}

body.sp.en #caption article {
	width: 65%;
}



body.sp #clock {
	position: absolute;
	width: 300px !important;
	height: 300px !important;
	left: 50%;
	top: 50%;
	margin: -165px 0 0 -150px;

	-ms-transform:     translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-moz-transform:    translate(0px, 0px);
	transform:         translate(0px, 0px);
}

body.sp #clock .description {
	position: absolute;
	display: block;
	width: 100vw;
	width: calc(100vw - 30px);
	left: 50%;
	top: 330px;
	margin-left: -50vw;
	margin-left: calc(-50vw + 15px);
	text-align: center;
}

body.sp #clock .description p {
	display: inline-block;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
}





body.sp .arrow {
	position: fixed;
	width: 40px;
	height: 40px;
	left: 50%;
	bottom: 20px;
	z-index: 10;
	margin-left: -20px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 28px auto;

	-webkit-transition: all 300ms ease-out;
	-moz-transition:    all 300ms ease-out;
	transition:         all 300ms ease-out;
}
body.sp .arrow.reverse {
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	transform:         rotate(180deg);
}


body.sp .subtitle {
	position: fixed;
	width: 112px;
	height: 16px;
	left: 50%;
	top: 14px;
	z-index: 10;
	margin-left: -56px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 100% auto;

	opacity: 0;

	-webkit-transition: opacity 300ms ease-out;
	-moz-transition:    opacity 300ms ease-out;
	transition:         opacity 300ms ease-out;
}
body.sp .subtitle.active {
	opacity: 1;
}


body.sp .menu-button {
	position: fixed;
	display: block;
	width: 30px;
	height: 30px;
	right: 12px;
	top: 8px;
	z-index: 10000;
}
body.sp .menu-button i {
	position: absolute;
	display: block;
	width: 24px;
	height: 3px;
	right: 0;
	background: #595757;
	border-radius: 4px;

	transition: all 200ms ease-out;
}
body.sp .menu-button i:nth-child(1) {
	top: 5px;
}
body.sp .menu-button i:nth-child(2) {
	top: 12px;
}
body.sp .menu-button i:nth-child(3) {
	top: 19px;
}

body.sp.opened-nav .menu-button i:nth-child(1) {
	transform: translate(0, 7px) rotate(45deg);
}
body.sp.opened-nav .menu-button i:nth-child(2) {
	transform: scaleX(0);
}
body.sp.opened-nav .menu-button i:nth-child(3) {
	transform: translate(0, -7px) rotate(-45deg);
}



body.sp nav {
	position: fixed;
	box-sizing: border-box;
	left: 10px;
	right: 10px;
	top: 45px;
	z-index: 100;

	height: 0;
	overflow: hidden;

	transition: height 300ms ease-out;
}
body.sp nav .inner {
	padding: 15px 15px 10px;
	background: #fff;
	border: 2px solid #595757;
}
body.sp nav * {
	position: relative !important;
}

/*
body.sp nav .shortcut {
	display: block;
	height: 50px;
	font-size: 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
body.sp nav .shortcut li {
	display: inline-block;
	height: 50px;
}
body.sp nav .shortcut li a {
	display: block;
	height: 50px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-position: 50% 40%;
	background-repeat: no-repeat;
	background-size: auto 15px;
}
body.sp nav .shortcut li + li {
	margin-left: 20px;
}
body.sp nav .shortcut li.top {
	width: 34px;
}
body.sp nav .shortcut li.about {
	width: 60px;
}
body.sp nav .shortcut li.movie {
	width: 56px;
}
*/


body.sp nav .menu {
	left: auto;
	top: auto;
	bottom: auto;
	padding: 5px 0 22px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
body.sp nav .menu ul {
	display: inline-block;
	text-align: left;
}
body.sp nav .menu span {
	display: inline-block;
	top: 1px;
}
body.sp nav .menu span.en {
	display: none;
}
body.sp.en nav .menu span.jp {
	display: none;
}
body.sp.en nav .menu span.en {
	display: inline-block;
}
body.sp .menu li + li {
	margin-top: 12px;
}
body.sp nav .menu span em {
	font-size: 75%;
}

body.sp .menu {
	font-size: 0;
}
body.sp .menu a {
	height: 28px;
	display: block;
}
body.sp .menu a:before {
	width: 28px;
	height: 28px;
	margin-right: 2px;
}
body.sp.en .menu a:before {
	margin-right: 4px;
}
body.sp nav .menu li a span {
	top: 0 !important;
	font-size: 15px !important;
}
body.sp.en nav .menu li a span {
	font-size: 0 !important;
}

body.sp.en .menu a span {
	background-position: 0 50% !important;
}
body.sp.en .menu .clock a span {
	width: 135px;
	background-size: 135px 13px !important;
}
body.sp.en .menu .digest a span {
	width: 116px;
	background-size: 116px 13px !important;
}
body.sp.en .menu .full a span {
	width: 95px;
	background-size: 95px 13px !important;
}




body.sp .links {
	display: block;
	margin: 10px 0 0;
	padding: 10px 0 0;
	font-size: 0;
	text-align: center;
	border-top: 1px solid #ddd;
}
body.sp .links li {
	display: inline-block;
}
body.sp .links a {
	display: block;
	height: 30px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;

	background-repeat: no-repeat;
}

body.sp .links li + li {
	margin-left: 20px;
}
body.sp .links li.instagram,
body.sp .links li.instagram a {
	width: 87px !important;
}
body.sp .links li.brandsite,
body.sp .links li.brandsite a {
	width: 140px !important;
}
body.sp .links li.instagram a {
	background-size: 87px 20px;
	background-position: 0 50%;
}
body.sp .links li.brandsite a {
	background-size: 140px 9px;
	background-position: 50% 52%;
}

body.sp.en .links li.brandsite,
body.sp.en .links li.brandsite a {
	width: 107px !important;
}
body.sp.en .links li.brandsite a {
	background-size: 107px 9px;
}

body.sp .extra {
	width: 100%;
	right: auto;
	bottom: auto;
	padding: 10px 0 0;
	text-align: center;
	font-size: 0;
}
body.sp .extra li {
	display: inline-block;
	width: 30px;
	height: 30px;
}
body.sp .extra li > a {
	height: 30px;
}
body.sp .extra li + li {
	margin-left: 20px;
}
body.sp .extra li.facebook a {
	background-size: 24px auto;
}
body.sp .extra li.twitter a {
	background-size: 26px auto;
}
body.sp .extra li.info > a {
	background-size: 24px auto;
}
body.sp .extra .instagram {
	display: none;
}


body.sp .language {
	left: auto;
	top: auto;
	padding: 20px 0 10px;
	text-align: center;
}
body.sp .info .balloon {
	display: none;
}
body.sp #wrap > .balloon {
	position: fixed;
	box-sizing: border-box;
	opacity: 1;
	width: 300px;
	height: auto;
	left: 50%;
	top: 50%;
	right: auto;
	bottom: auto;
	z-index: 110;
	margin: 0 0 0 -150px;
	background: #fff;
	border: 2px solid #575656;

	visibility: hidden;
	opacity: 0;

	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	transform:         translateY(-50%);

	-webkit-transition: all 300ms ease-out;
	-moz-transition:    all 300ms ease-out;
	transition:         all 300ms ease-out;
}
body.sp #wrap > .balloon > div > dl {
	width: auto;
}
body.sp #wrap > .balloon > div > dl > dt {
	border-bottom: 2px solid #575656;
}

body.sp.notice #wrap > .balloon > a {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	right: 5px;
	top: 5px;
}

body.sp.notice #wrap > .balloon > a:before,
body.sp.notice #wrap > .balloon > a:after {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	left: 50%;
	top: 50%;
	margin: -1px 0 0 -10px;
	background: #575656;
}
body.sp.notice #wrap > .balloon > a:before {
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	transform:         rotate(45deg);
}
body.sp.notice #wrap > .balloon > a:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	transform:         rotate(-45deg);
}

body.sp li.info a:hover + .balloon {
	opacity: 0;
	display: none;
}


body.sp.notice #wrap > .balloon {
	visibility: visible;
	display: block;
	opacity: 1;
}

body.sp #overlay-balloon {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 101;
	background: #fff;

	visibility: hidden;
}
body.sp.notice #overlay-balloon {
	visibility: visible;
}



body.sp.digest #title,
body.sp.digest #caption,
body.sp.digest .arrow,

body.sp.full #title,
body.sp.full #caption,
body.sp.full .arrow {
	display: none;
}
body.sp.digest .subtitle,
body.sp.full .subtitle {
	opacity: 1;
}
body.sp.digest #video:before,
body.sp.full #video:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}



body.sp .embed,
body.sp .embed iframe {
	width: 320px;
	height: 180px;
}
body.sp .embed {
	position: absolute !important;
	width: 100% !important;
	height: auto !important;
	left: 50% !important;
	top: 50% !important;
	margin: 0 !important;

	display: block;
	vertical-align: middle;

	-ms-transform:     translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}
body.sp .embed > div.embed-wrap {
	position: relative;
	padding-top: 56.25%;
}
body.sp .embed iframe,
body.sp .embed > div.embed-wrap > div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

body.sp .embed .jp {
	display: block !important;
}
body.sp.en .embed .jp {
	display: none !important;
}
body.sp.en .embed .en {
	display: block !important;
}



body.sp .embed .description {
	display: block;
	text-align: center;
}


body.sp .embed p {
	display: inline-block;
	text-align: left;

	margin: 0;
	padding: 25px 15px 0;
	font-size: 13px;
}
body.sp .vjs-big-play-button {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	font-size: 30px;
	line-height: 60px;
}


/*
body.sp.digest .shortcut,
body.sp.full .shortcut {
	display: none;
}
body.sp.digest .menu,
body.sp.full .menu {
	padding-top: 0;
}
*/


body.sp #clock {
	background: #ddd;
}
body.sp #player-container {
	margin-left: -200%;
}
body.sp.clock-view #player-container {
	margin-left: 0;
}




body.sp #title article p span {
	display: inline-block;
	width: 0.4em;
}


@media screen and (min-width: 376px) and (max-width: 414px) {
	body.sp #title .ex-wrap > p {
		margin-top: -10px;
	}

	body.sp #title h2  {
		font-size: 20px;
		line-height: 2.4;
	}
	body.sp #title article p {
		font-size: 15px;
		line-height: 2;
		letter-spacing: 0.5px;
	}

	body.sp.en #title h2  {
		font-size: 19px;
		line-height: 2.2;
	}
	body.sp.en #title article p {
		font-size: 13px;
		letter-spacing: -0.25px;
	}
}
@media screen and (min-width: 321px) and (max-width: 375px) {
	body.sp #title .ex-wrap > p {
		margin-top: -15px;
	}

	body.sp #title h2  {
		font-size: 18px;
		line-height: 2.2;
	}
	body.sp #title article p {
		font-size: 14px;
		line-height: 1.8;
		letter-spacing: 0.5px;
		white-space: nowrap;
	}


	body.sp.en #title h2  {
		line-height: 2;
	}
	body.sp.en #title article p {
		font-size: 12px;
		line-height: 1.6;
		letter-spacing: -0.25px;
	}
}
@media screen and (max-width: 320px) {
	body.sp #title .ex-wrap > p {
		margin-top: -18px;
	}

	body.sp #title h2  {
		font-size: 16px;
		line-height: 2.2;
	}
	body.sp #title article p {
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: 0.25px;
		white-space: nowrap;
	}

	body.sp.en #title h2  {
		font-size: 15px;
		line-height: 2;
	}
	body.sp.en #title article p {
		font-size: 11px;
		line-height: 1.6;
		letter-spacing: -0.6px;
	}


	/*
	body.sp .links li {
		width: 100% !important;
	}

	body.sp .links li + li {
		margin: 0;
	}
	*/

	body.sp #clock {
		margin-top: -180px;
	}
}




/*
@media screen and (orientation: landscape) {
	body.sp .arrow {
		width: 30px;
		height: 30px;
		bottom: 18px;
		margin-left: -15px;
		background-size: 18px auto;
	}


	body.sp #title {
		background-size: auto 60%;
		background-position: 50% 50%;
		background-position: 50% calc(50% - 30px);
	}

	body.sp #title ul {
		width: calc(100vh * 0.6 * 0.6813);
		left: calc(50% - (100vh * 0.3 * 0.6813));
		top: calc(50% - 12px + 30%);
		margin-top: 0;
	}




	body.sp #caption article {
		width: 170px;
	}
	body.sp #caption h2 {
		font-size: 13px;
		line-height: 1.8;
	}
	body.sp #caption p {
		margin-top: 10px;
		font-size: 11px;
		white-space: nowrap;
	}



	body.sp #clock {
		width: 220px !important;
		height: 220px !important;
		margin: -110px 0 0 -110px;
	}






	body.sp nav {
		width: 400px;
		left: auto;
	}
	body.sp nav .inner:after {
		clear: both;
		content: "";
		display: block;
		visibility: hidden;
	}
	body.sp nav .shortcut {
		float: left;
		width: 100px;
		height: auto;
		border-bottom: none;
		border-right: 1px solid #ddd;
	}
	body.sp nav .shortcut ul {
		width: 100px;
	}
	body.sp nav .shortcut li {
		display: block;
		width: 100%;
		height: 40px;
	}
	body.sp nav .shortcut li + li {
		margin: 0;
	}



	body.sp nav .menu {
		float: left;
		margin-left: 20px;
		padding: 8px 0;
		border-bottom: none;
	}



	body.sp .links {
		float: left;
		width: 100%;
		padding: 5px 0 10px;
	}


	body.sp .extra {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0 0 15px;
	}
	body.sp .extra li {
		width: 25px;
		height: 25px;
	}
	body.sp .extra li > a {
		height: 25px;
	}
	body.sp .extra li + li {
		margin: 0 0 0 20px;
	}
	body.sp .extra li.facebook a {
		background-size: 20px auto;
	}
	body.sp .extra li.twitter a {
		background-size: 22px auto;
	}
	body.sp .extra li.info > a {
		background-size: 20px auto;
	}


	body.sp .language {
		float: left;
		width: 100%;
		padding: 0 0 5px;
	}


	body.sp #wrap > .balloon {
		width: 510px;
		margin: 0 0 0 -255px;
	}
	body.sp #wrap > .balloon > dl > dd {
		padding: 16px;
	}
	body.sp #wrap > .balloon dd p:first-child {
		font-size: 12px;
	}
	body.sp #wrap > .balloon dd p:first-child br {
		display: none;
	}
}
*/
