/*----------------------------------------------------------------------------------
Ctrl + F
	基本指定

	数字付きリスト
	汎用サブタイトル
	グラデーションテキスト

	ヘッダー
	メインナビ
	見出し
	見出し（テキスト）
	見出し（dt）
	共通ページ移動ボタン

	タブ
	枠
	テーブル

	App Storeボタン
	ムービーの配置

	フッター

	画像を天地中央に置く処理 (clearfix・float不要)
	floatで並べたリストのセンタリング
	clearfix
----------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------
	基本指定
----------------------------------------------------------------------------------*/
body {
	color: #000000;
	font-size: 12pt;
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	text-justify: auto;
	font-family: "Helvetica Neue","Microsoft Sans Serif",Helvetica,Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height: 130%;
	background: url(../img/bg.png);
}
@media screen and (max-width: 640px) {
body {
	background-size: 100% 1px;
}}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 0pt;
	line-height: 0%;
	text-indent: -9999px;
}

a {
	color: #148dc2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	background: #a5cade;
}
a.img_a:active {
	background: none;
}

.alpha:hover,
.alpha:active {
	opacity: 0.6;
}

li {
	list-style: none;
}

dt {
	margin-top: 10px;
}
dd {
	margin: 5px 0px 15px 0px;
	padding: 3px;
	border-radius: 5px;
}
dd dl {
	width: 100%;
	margin: 0px auto 2px auto;
}
dd dt:first-of-type {
	margin-top: 2px;
}
dd dd {
	margin: 0px;
	padding: 5px 5px 0px 5px;
}
@media screen and (max-width: 568px) {
dt {
	margin-top: 5px;
}
dd {
	margin: 5px 0px 8px 0px;
	padding: 2px;
}
dd dt {
	padding-left: 2px !important;
}
dd dd {
	padding: 2px 2px 0px 2px;
}}

img {
	border: 0px;
	vertical-align: bottom;
}
.b {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center !important;
}

.small {
	font-size: 10pt;
	line-height: 100%;
}
.large {
	font-size: 16pt;
	line-height: 120%;
}
@media screen and (max-width: 320px) {
.large {
	font-size: 14pt;
}}

.br_l {
	display: block;
}
@media screen and (max-width: 568px) {
.br_s, .br_l {
	display: inline;
}
.br_m {
	display: block;
}}
@media screen and (max-width: 320px) {
.br_s {
	display: block !important;
}
br_m, br_l {
	display: inline !important;
}}

.hidden {
	display: none;
}
@media screen and (max-width: 340px) {
.display_l {
	display: none;
}}
@media screen and (min-width: 339px) {
.display_s {
	display: none;
}}

.width {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
.width {
	width: 100%;
}}

.box {
	width: 762px;
	margin: 10px auto;
}
@media screen and (max-width: 768px) {
.box {
	width: 98%;
}}
@media screen and (max-width: 480px) {
.box {
	width: 97%;
}}


/*----------------------------------------------------------------------------------
	数字付きリスト
----------------------------------------------------------------------------------*/
[class^="ol_"],
.ol {
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
	padding: 0px 5px;
	color: #ffffff;
	font-weight: bold;
	line-height: 130%;
	text-shadow: none;
	border-radius: 6.5px;
}
@media screen and (max-width: 568px) {
[class^="ol_"],
.ol {
	margin-top: -1px;
	padding: 0px 4px;
	border-radius: 5px;
}}

.ol_y,
.frame_y .ol,
.ol_b,
.frame_b .ol {
	background: #48cdff;
}
.ol_p,
.frame_p .ol {
	background: #ff4aa3;
}
.ol_g,
.frame_g .ol {
	background: #00d6ab;
}
.ol_v,
.frame_v .ol {
	background: #d28aff;
}


/*----------------------------------------------------------------------------------
	汎用サブタイトル ※underline と併用
----------------------------------------------------------------------------------*/
[class^="headline"] {
	padding: 3px;
	font-weight: bold;
	border-radius: 5px;
}


/*----------------------------------------------------------------------------------
	グラデーションテキスト
----------------------------------------------------------------------------------*/
[class^="gradient"],
[class^="gradient"]:before,
[class^="gradient"]:after {
	width: 100%;
	color:#ffffff;
	font-weight: bold;
	text-align: center;
	text-shadow:
		-1px 0px 1px #333333,
		-1px 1px 1px #333333,
		-1px 2px 1px #333333,
		-1px 3px 1px #333333,

		0px -1px 1px #333333,
		0px 0px 1px #333333,
		0px 1px 1px #333333,
		0px 2px 1px #333333,
		0px 3px 1px #333333,

		1px -1px 1px #333333,
		1px 0px 1px #333333,
		1px 1px 1px #333333,
		1px 2px 1px #333333,
		1px 3px 1px #333333,

		2px -1px 1px #333333,
		2px 0px 1px #333333,
		2px 1px 1px #333333,
		2px 2px 1px #333333,
		2px 3px 1px #333333,

		3px 0px 1px #333333,
		3px 1px 1px #333333,
		3px 2px 1px #333333,
		3px 3px 1px #333333;
}

[class^="gradient"] {
	display: inline-block;
	width: auto;
	position: relative;
}
[class^="gradient"]:before,
[class^="gradient"]:after {
	content: attr(title);
	display: block;
	position: absolute;
	top: 0px !important;
	left: 0px;
}
[class^="gradient"]:before {
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 80%);
}
[class^="gradient"]:after {
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 80%);
}

@media screen and (max-width: 640px) {
[class^="gradient"],
[class^="gradient"]:before,
[class^="gradient"]:after {
	text-shadow:
		-1px 0px 1px #333333,
		-1px 1px 1px #333333,
		-1px 2px 1px #333333,

		0px -1px 1px #333333,
		0px 0px 1px #333333,
		0px 1px 1px #333333,
		0px 2px 1px #333333,

		1px -1px 1px #333333,
		1px 0px 1px #333333,
		1px 1px 1px #333333,
		1px 2px 1px #333333,

		2px -1px 1px #333333,
		2px 0px 1px #333333,
		2px 1px 1px #333333,
		2px 2px 1px #333333;
}
[class^="gradient"]:before {
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,0) 15%, rgba(0,0,0,1) 70%);
}
[class^="gradient"]:after {
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 70%);
}}

.gradient_b:before {
	color: #4bd4fd;
}
.gradient_p:before {
	color: #ff6f9f;
}
.gradient_g:before {
	color: #bcff53;
}
.gradient_v:before {
	color: #c78cff;
}
.gradient_y:before {
	color: #fff01a;
}

/* 透過処理してあるので色は反映されません */
.gradient_b:after,
.gradient_p:after,
.gradient_g:after,
.gradient_v:after,
.gradient_y:after {
	color: #000000;
}


/*----------------------------------------------------------------------------------
	ヘッダー
----------------------------------------------------------------------------------*/
#header {
	margin-bottom: 20px;
}
#header .box .frame_ {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	background: rgba(125,255,67,0.5);
	box-shadow:
		0px 3px 0px 0px #7bf673,
		0px -3px 0px 0px #7bf673,
		3px 0px 0px 0px #7bf673,
		-3px 0px 0px 0px #7bf673,
		2px 2px 0px 0px #7bf673,
		2px -2px 0px 0px #7bf673,
		-2px 2px 0px 0px #7bf673,
		-2px -2px 0px 0px #7bf673;
	position: relative;
}

#logo_sega a {
	display: block;
	width: 80px;
	height: 26px;
	background: url(../img/logo_sega.png) no-repeat;
	background-size: 80px 26px;
	position: absolute;
	top: 5px;
	right: 5px;
}

#logo_AnP a {
	display: block;
	float: left;
	width: 80px;
	height: 76px;
	background: url(../img/logo_AnP.png) no-repeat;
	background-size: 80px 76px;
}

#header .box .frame_ h1 + div {
	float: left;
	margin: 0px 0px 0px 10px;
}
#header_AnP a {
	display: block;
	width: 300px;
	height: 20px;
	margin-top: 5px;
	text-indent: -9999px;
	background: url(../img/title_AnP.png) no-repeat;
	background-size: 300px 20px;
}
[id^="header_title_"] {
	display: block;
	width: 639px;
	height: 39px;
	margin-top: 10px;
	text-indent: -9999px;
}

@media screen and (max-width: 767px) {
#header {
	margin-bottom: 12px;
}
#logo_sega a {
	width: 45px;
	height: 15px;
	background-size: 45px 15px;
}
#logo_AnP a {
	width: 40px;
	height: 38px;
	background-size: 40px 38px;
}
#header .box .frame_ h1 + div {
	margin: 0px 0px 0px 5px;
}
#header_AnP a {
	width: 190px;
	height: 13px;
	margin-top: 3px;
	background-size: 190px 13px;
}
[id^="header_title_"] {
	width: 247px;
	height: 15px;
	margin-top: 5px;
	background-size: 247px 15px !important;
}}


/*----------------------------------------------------------------------------------
	メインナビ
----------------------------------------------------------------------------------*/
#nav_main {
	margin: 0px auto;
/*	margin: 0px auto 10px auto;*/
}
#nav_main ul li a {
	display: block;
	width: 320px;
	height: 76px;
	margin-right: 10px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#nav_main ul li a:hover,
#nav_main ul li a:active {
	background-position: 0px -76px;
}
#nav_main ul li.active a {
	background-position: 0px -152px;
}
#nav_main ul li:last-of-type a {
	margin-right: 0px;
}

@media screen and (max-width: 767px) {
#nav_main {
	margin-left: 2px;
	margin-right: 2px;
}
#nav_main ul li a {
	width: 234px;
	height: 56px;
	margin-right: 5px;
	background-size: 234px 167px;
}
#nav_main ul li a:hover,
#nav_main ul li a:active {
	background-position: 0px -56px;
}
#nav_main ul li.active a {
	background-position: 0px -112px;
}}

@media screen and (max-width: 479px) {
#nav_main ul li a {
	width: 152px;
	height: 36px;
	margin-right: 5px;
	background-size: 152px 108px;
}
#nav_main ul li a:hover,
#nav_main ul li a:active {
	background-position: 0px -36px;
}
#nav_main ul li.active a {
	background-position: 0px -72px;
}}

#nav_main_00 a,
#nav_main_03 a {
	width: 600px !important;
	background: url(../img/nav_main_00.png);
}
@media screen and (max-width: 767px) {
#nav_main_00 a,
#nav_main_03 a {
	width: 439px !important;
	background-size: 439px 167px !important;
}}
@media screen and (max-width: 479px) {
#nav_main_00 a,
#nav_main_03 a {
	width: 285px !important;
	background-size: 285px 108px !important;
}}

#nav_main_01 a {
	background: url(../img/nav_main_01.png);
}
#nav_main_02 a {
	background: url(../img/nav_main_02.png);
}
#nav_main_03 a {
	background: url(../img/nav_main_03.png);
}
#nav_main ul {
	background: none;
}

/*----------------------------------------------------------------------------------
	見出し
----------------------------------------------------------------------------------*/
[id^="headline_"] {
	margin-bottom: -20px;
	background-repeat: no-repeat !important;
	position: relative;
	top: -30px;
	left: -5px;
}


/*----------------------------------------------------------------------------------
	見出し（テキスト）
----------------------------------------------------------------------------------*/
h3[class^="headline_"] {
	margin: 0px auto;
	padding: 3px 0px 10px 0px;
	color: #ffffff;
	font-size: 14pt;
	line-height: 100%;
	text-align: center;
	text-indent: 0px;
	position: relative;
	z-index: 1;
}
h3[class^="headline_"]:after {
	content: "";
	display: block;
	width: 600px;
	height: 17px;
	margin: -12px auto 0px auto;
	border-radius: 10px;
	z-index: -1;
}
h3.headline_row .small {
	display: block;
}

@media screen and (max-width: 640px) {
h3[class^="headline_"]:after {
	width: 288px;
	height: 15px;
}

h3.headline_row {
	line-height: 94%;
}
h3.headline_row:after {
	height: 24px;
	margin-top: -20px;
}}

h3.headline_b {
	text-shadow:
		-1px 0px 1px #00447f,
		-1px 1px 1px #00447f,
		-1px 2px 1px #00447f,

		0px -1px 1px #00447f,
		0px 0px 1px #00447f,
		0px 1px 1px #00447f,
		0px 2px 1px #00447f,

		1px -1px 1px #00447f,
		1px 0px 1px #00447f,
		1px 1px 1px #00447f,
		1px 2px 1px #00447f,

		2px -1px 1px #00447f,
		2px 0px 1px #00447f,
		2px 1px 1px #00447f,
		2px 2px 1px #00447f;
}
h3.headline_b:after {
	background: #48cdff;
}

h3.headline_p {
	text-shadow:
		-1px 0px 1px #460022,
		-1px 1px 1px #460022,
		-1px 2px 1px #460022,

		0px -1px 1px #460022,
		0px 0px 1px #460022,
		0px 1px 1px #460022,
		0px 2px 1px #460022,

		1px -1px 1px #460022,
		1px 0px 1px #460022,
		1px 1px 1px #460022,
		1px 2px 1px #460022,

		2px -1px 1px #460022,
		2px 0px 1px #460022,
		2px 1px 1px #460022,
		2px 2px 1px #460022;
}
h3.headline_p:after {
	background: #ff4aa3;
}

h3.headline_g {
	text-shadow:
		-1px 0px 1px #003228,
		-1px 1px 1px #003228,
		-1px 2px 1px #003228,

		0px -1px 1px #003228,
		0px 0px 1px #003228,
		0px 1px 1px #003228,
		0px 2px 1px #003228,

		1px -1px 1px #003228,
		1px 0px 1px #003228,
		1px 1px 1px #003228,
		1px 2px 1px #003228,

		2px -1px 1px #003228,
		2px 0px 1px #003228,
		2px 1px 1px #003228,
		2px 2px 1px #003228;
}
h3.headline_g:after {
	background: #00d6ab;
}

h3.headline_v {
	text-shadow:
		-1px 0px 1px #25003b,
		-1px 1px 1px #25003b,
		-1px 2px 1px #25003b,

		0px -1px 1px #25003b,
		0px 0px 1px #25003b,
		0px 1px 1px #25003b,
		0px 2px 1px #25003b,

		1px -1px 1px #25003b,
		1px 0px 1px #25003b,
		1px 1px 1px #25003b,
		1px 2px 1px #25003b,

		2px -1px 1px #25003b,
		2px 0px 1px #25003b,
		2px 1px 1px #25003b,
		2px 2px 1px #25003b;
}
h3.headline_v:after {
	background: #be53ff;
}

h3.headline_y {
	text-shadow:
		-1px 0px 1px #00447f,
		-1px 1px 1px #00447f,
		-1px 2px 1px #00447f,

		0px -1px 1px #00447f,
		0px 0px 1px #00447f,
		0px 1px 1px #00447f,
		0px 2px 1px #00447f,

		1px -1px 1px #00447f,
		1px 0px 1px #00447f,
		1px 1px 1px #00447f,
		1px 2px 1px #00447f,

		2px -1px 1px #00447f,
		2px 0px 1px #00447f,
		2px 1px 1px #00447f,
		2px 2px 1px #00447f;
}
h3.headline_y:after {
	background: #48cdff;
}


/*----------------------------------------------------------------------------------
	見出し（dt）
----------------------------------------------------------------------------------*/
.dt_headline {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
dd .dt_headline,
.scroll .dt_headline {
	margin-top: 5px;
	padding-left: 5px;
	text-align: left;
	background: #ffffff !important;
}

.frame_b .dt_headline {
	background: #48cdff;
}
.frame_b dd .dt_headline,
.frame_b .scroll .dt_headline {
	color: #48cdff;
}
.frame_b dd {
	background: #edfdff;
}

.frame_p .dt_headline {
	background: #ff4aa3;
}
.frame_p dd .dt_headline,
.frame_p .scroll .dt_headline {
	color: #ff4aa3;
}
.frame_p dd {
	background: #ffeefa;
}

.frame_g .dt_headline {
	background: #00d6ab;
}
.frame_g dd .dt_headline,
.frame_g .scroll .dt_headline {
	color: #00d6ab;
}
.frame_g dd {
	background: #e3fff9;
}

.frame_v .dt_headline {
	background: #d28aff;
}
.frame_v dd .dt_headline,
.frame_v .scroll .dt_headline {
	color: #d28aff;
}
.frame_v dd {
	background: #f9eeff;
}


/*----------------------------------------------------------------------------------
	共通ページ移動ボタン
----------------------------------------------------------------------------------*/
[class^="go_"] a {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px 3px;
	color: #ffffff;
	font-size: 10pt;
	background: #00d6ab;
	border: 2px solid #ffffff;
	border-radius: 5px;
	position: relative;
}
[class^="go_"]:first-of-type a {
	margin-right: 0px;
}
[class^="go_"] a:hover,
[class^="go_"] a:active {
	text-decoration: none;
	background: #55e9cb;
}
.go_index a span {
	display: inline-block;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
}
.go_top {
	clear: both;
}


/*----------------------------------------------------------------------------------
	タブ
----------------------------------------------------------------------------------*/
.tab_btn {
	margin: 13px auto 0px auto;
	text-align: center;
	position: relative;
}

.tab_btn li {
	float: left;
	width: 140px;
	height: 40px;
	margin-right: 0px;
	font-weight: bold;
	line-height: 120%;
	border: 3px solid #ffffff;
	border-bottom: none;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	cursor: pointer;
}

.tab_btn li:first-of-type {
	position: relative;
	z-index: 40;
}
.tab_btn li:nth-of-type(2) {
	position: relative;
	z-index: 30;
}
.tab_btn li:nth-of-type(3) {
	position: relative;
	z-index: 20;
}
.tab_btn li:nth-of-type(4) {
	position: relative;
	z-index: 10;
}
.tab_btn li.active {
	position: relative;
	z-index: 50;
}
.tab_btn li span {
	display: block;
	margin: 3px;
	padding: 6px 3px;
	border-radius: 15px;
}
.tab_btn li.active span,
.tab_btn li.active:hover span,
.tab_btn li.active:active span {
	color: #ffffff;
}

/*　activeタブの下線を消す　*/
.tab_btn li.active:before {
	content: "";
	width: 140px;
	height: 3px;
	border-left: 6px solid #ffffff;
	border-right: 6px solid #ffffff;
	position: absolute;
	top: 40px;
	left: -6px;
	z-index: 60;
}
/*　タブページの一枚目は左上角丸を取る　*/
.tab_btn + .tab_content [class^="frame_"] {
	border-top-left-radius: 0px;
}
/*　タブページの二枚目以降の左上角丸の隙間を埋める　*/
.tab_btn li:first-of-type:after {
	content: "";
	width: 3px;
	height: 15px;
	border-right: 3px solid #ffffff;
	position: absolute;
	top: 39px;
	left: -6px;
	z-index: 60;
}

@media screen and (max-width: 480px) {
.tab_btn li {
	width: 108px;
	height: 34px;
	font-size: 9pt;
}
.tab_btn li span {
	margin: 3px;
	padding: 5px 1px 6px 1px;
}
.tab_btn li.active:before {
	width: 108px;
	top: 34px;
}
.tab_btn li:first-of-type:after {
	top: 34px;
}}

.tab_content {
	margin: 0px auto !important;
	position: relative;
	z-index: 40;
}

[class^="tab_more_"] {
	float: right;
	margin: -8px -3px 0px 0px;
	padding: 2px 5px;
	line-height: 120%;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	position: relative;
}
[class^="tab_more_"]:before {
	content: "";
	width: 7px;
	height: 10px;
	position: absolute;
	top: -10px;
	right: 0px;
}
[class^="tab_more_"] a {
	color: #ffffff;
	font-weight: bold;
}
[class^="tab_more_"] a:hover,
[class^="tab_more_"] a:active {
	text-decoration: none;
	background: none;
}
@media screen and (max-width: 767px) {
[class^="tab_more_"] {
	padding-top: 5px;
}}
@media screen and (max-width: 480px) {
[class^="tab_more_"] {
	padding: 2px 5px 2px 5px;
	font-size: 8pt;
}}

.tab_btn_b {
	background: #defcff;
	box-shadow:
		0px -3px 0px 0px #48cdff,
		3px 0px 0px 0px #48cdff,
		-3px 0px 0px 0px #48cdff,
		2px -2px 0px 0px #48cdff,
		-2px -2px 0px 0px #48cdff;
}
.tab_btn_b.active:before {
	background: #defcff;
}
.tab_btn_b:first-of-type:after {
	background: #48cdff;
	box-shadow: 2px 0px 0px 0px #defcff;
}
.tab_btn_b.active span,
.tab_btn_b.active:hover span,
.tab_btn_b.active:active span {
	background: #6ad6ff;
}
.tab_btn_b span {
	color: #25c3ff;
}
.tab_btn_b:hover span,
.tab_btn_b:active span {
	background: #b2eaff;
}
.tab_more_b,
.tab_more_b:before {
	background: #48cdff;
}
.tab_more_b a:hover,
.tab_more_b a:active {
	color: #b2eaff;
}

.tab_btn_p {
	background: #ffe1f6;
	box-shadow:
		0px -3px 0px 0px #ff4aa3,
		3px 0px 0px 0px #ff4aa3,
		-3px 0px 0px 0px #ff4aa3,
		2px -2px 0px 0px #ff4aa3,
		-2px -2px 0px 0px #ff4aa3;
}
.tab_btn_p.active:before {
	background: #ffe1f6;
}
.tab_btn_p:first-of-type:after {
	background: #ff4aa3;
	box-shadow: 2px 0px 0px 0px #ffe1f6;
}
.tab_btn_p.active span,
.tab_btn_p.active:hover span,
.tab_btn_p.active:active span {
	background: #ff76b9;
}
.tab_btn_p span {
	color: #ff52a7;
}
.tab_btn_p:hover span,
.tab_btn_p:active span {
	background: #ffb5d9;
}
.tab_more_p,
.tab_more_p:before {
	background: #ff4aa3;
}
.tab_more_p a:hover,
.tab_more_p a:active {
	color: #ffb5d9;
}

.tab_btn_g {
	background: #cbfff4;
	box-shadow:
		0px -3px 0px 0px #00d6ab,
		3px 0px 0px 0px #00d6ab,
		-3px 0px 0px 0px #00d6ab,
		2px -2px 0px 0px #00d6ab,
		-2px -2px 0px 0px #00d6ab;
}
.tab_btn_g.active:before {
	background: #cbfff4;
}
.tab_btn_g:first-of-type:after {
	background: #00d6ab;
	box-shadow: 2px 0px 0px 0px #cbfff4;
}
.tab_btn_g.active span,
.tab_btn_g.active:hover span,
.tab_btn_g.active:active span {
	background: #2fddba;
}
.tab_btn_g span {
	color: #00d6ab;
}
.tab_btn_g:hover span,
.tab_btn_g:active span {
	background: #95f0de;
}
.tab_more_g,
.tab_more_g:before {
	background: #00d6ab;
}
.tab_more_g a:hover,
.tab_more_g a:active {
	color: #95f0de;
}

.tab_btn_v {
	background: #f3dfff;
	box-shadow:
		0px -3px 0px 0px #be53ff,
		3px 0px 0px 0px #be53ff,
		-3px 0px 0px 0px #be53ff,
		2px -2px 0px 0px #be53ff,
		-2px -2px 0px 0px #be53ff;
}
.tab_btn_v.active:before {
	background: #f3dfff;
}
.tab_btn_v:first-of-type:after {
	background: #be53ff;
	box-shadow: 2px 0px 0px 0px #f3dfff;
}
.tab_btn_v.active span,
.tab_btn_v.active:hover span,
.tab_btn_v.active:active span {
	background: #d28aff;
}
.tab_btn_v span {
	color: #c362ff;
}
.tab_btn_v:hover span,
.tab_btn_v:active span {
	background: #e4b9ff;
}
.tab_more_v,
.tab_more_v:before {
	background: #be53ff;
}
.tab_more_v a:hover,
.tab_more_v a:active {
	color: #e4b9ff;
}

.tab_btn_y {
	background: #defcff;
	box-shadow:
		0px -3px 0px 0px #48cdff,
		3px 0px 0px 0px #48cdff,
		-3px 0px 0px 0px #48cdff,
		2px -2px 0px 0px #48cdff,
		-2px -2px 0px 0px #48cdff;
}
.tab_btn_y.active:before {
	background: #defcff;
}
.tab_btn_y:first-of-type:after {
	background: #48cdff;
	box-shadow: 2px 0px 0px 0px #defcff;
}
.tab_btn_y.active span,
.tab_btn_y.active:hover span,
.tab_btn_y.active:active span {
	color: #48cdff !important;
	background: #f6ff00;
}
.tab_btn_y span {
	color: #25c3ff;
}
.tab_btn_y:hover span,
.tab_btn_y:active span {
	color: #6ad6ff;
	background: #fcffa7;
}
.tab_content .frame_y {
	background: #defcff;
}
.tab_more_y,
.tab_more_y:before {
	background: #48cdff;
}
.tab_more_y a:hover,
.tab_more_y a:active {
	color: #fcffa7;
}


/*----------------------------------------------------------------------------------
	枠
----------------------------------------------------------------------------------*/
[class^="frame_"] {
	padding: 10px;
	line-height: 140%;
	border: 3px solid #ffffff;
	border-radius: 10px;
}
@media screen and (max-width: 568px) {
[class^="frame_"] {
	padding: 5px;
	font-size: 9pt;
	line-height: 140%;
}}

.frame_b {
	background: #defcff;
	box-shadow:
		0px 3px 0px 0px #48cdff,
		0px -3px 0px 0px #48cdff,
		3px 0px 0px 0px #48cdff,
		-3px 0px 0px 0px #48cdff,
		2px 2px 0px 0px #48cdff,
		2px -2px 0px 0px #48cdff,
		-2px 2px 0px 0px #48cdff,
		-2px -2px 0px 0px #48cdff;
}
.box_ss .impact,
.impact_v,
.frame_b .impact {
	color: #be53ff;
}
.underline_p,
.box_ss .underline,
.frame_b .underline {
	background: #ffd1f0;
}

.frame_p {
	background: #ffe1f6;
	box-shadow:
		0px 2px 0px 1px #ff4aa3,
		0px -2px 0px 1px #ff4aa3,
		2px 1px 0px 1px #ff4aa3,
		2px -1px 0px 1px #ff4aa3,
		-2px 1px 0px 1px #ff4aa3,
		-2px -1px 0px 1px #ff4aa3;
}
.impact_b,
.frame_p .impact {
	color: #309bff;
}
.underline_g,
.frame_p .underline {
	background: #c2ffb6;
}

.frame_g {
	background: #cbfff4;
	box-shadow:
		0px 2px 0px 1px #00d6ab,
		0px -2px 0px 1px #00d6ab,
		2px 1px 0px 1px #00d6ab,
		2px -1px 0px 1px #00d6ab,
		-2px 1px 0px 1px #00d6ab,
		-2px -1px 0px 1px #00d6ab;
}
.impact_p,
.frame_g .impact {
	color: #ff5dad;
}
.underline_v,
.frame_g .underline {
	background: #ebd9ff;
}

.frame_v {
	background: #f3dfff;
	box-shadow:
		0px 2px 0px 1px #be53ff,
		0px -2px 0px 1px #be53ff,
		2px 1px 0px 1px #be53ff,
		2px -1px 0px 1px #be53ff,
		-2px 1px 0px 1px #be53ff,
		-2px -1px 0px 1px #be53ff;
}
.impact_g,
.frame_v .impact {
	color: #00c19a;
}
.underline_y,
.frame_v .underline {
	background: #e1ff7a;
}

.frame_y {
	background: #f6ff00;
	box-shadow:
		0px 2px 0px 1px #48cdff,
		0px -2px 0px 1px #48cdff,
		2px 1px 0px 1px #48cdff,
		2px -1px 0px 1px #48cdff,
		-2px 1px 0px 1px #48cdff,
		-2px -1px 0px 1px #48cdff;
}
.frame_y .impact {
	color: #48cdff;
}
.underline_b,
.frame_y .underline {
	background: #a3fff3;
}


/*----------------------------------------------------------------------------------
	テーブル
----------------------------------------------------------------------------------*/
table {
	margin: 0px auto;
	line-height: 120%;
	border: none;
	border-collapse: separate;
	border-spacing: 2px;
}
th {
	padding: 4px 2px 3px 2px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: none;
	border-radius: 5px;
}
td {
	padding: 4px 0px 3px 5px;
	background: #ffffff;
	border: none;
	border-radius: 5px;
}

@media screen and (max-width: 480px) {
table {
	font-size: 8pt;
}
th {
	padding-left: 1px;
	padding-right: 1px;
}
td {
	padding-left: 2px;
}}


.table_b th {
	background: #48cdff;
}
.table_p th {
	background: #ff4aa3;
}
.table_g th {
	background: #00d6ab;
}
.table_v th {
	background: #d28aff;
}
.table_y th {
	color: #48cdff;
	background: #f6ff00;
}


/*----------------------------------------------------------------------------------
	App Storeボタン
----------------------------------------------------------------------------------*/
.btn_app a {
	display: block;
	width: 768px;
	height: 70px;
	margin: 10px auto;
	text-indent: -9999px; 
	background: url(../img/index/btn_app.png) no-repeat;
}
.btn_app a:hover {
	background-position: 0px -70px;
}

@media screen and (max-width: 768px) {
.btn_app a {
	width: 760px;
	background-size: 760px 140px;
}}

@media screen and (max-width: 767px) {
.btn_app a {
	background: url(../img/index/btn_app_s.png) no-repeat;
}}

@media screen and (max-width: 767px) and (min-width: 568px) {
.btn_app a {
	width: 564px;
	height: 107px;
	background-size: 564px 214px;
}
.btn_app a:hover {
	background-position: 0px -107px;
}}

@media screen and (max-width: 567px) and (min-width: 480px) {
.btn_app a {
	width: 476px;
	height: 91px;
	background-size: 476px 181px;
}
.btn_app a:hover {
	background-position: 0px -91px;
}}

@media screen and (max-width: 479px) {
.btn_app a {
	width: 316px;
	height: 60px;
	background-size: 316px 120px;
}
.btn_app a:hover {
	background-position: 0px -60px;
}}


/*----------------------------------------------------------------------------------
	ムービーの配置
----------------------------------------------------------------------------------*/
.video-container {
	width: 91%;
	height: 0px;
	margin: 0px auto 15px auto;
	padding-top: 30px;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}
.video-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------------------------------------
	フッター
----------------------------------------------------------------------------------*/
#footer {
	clear: both;
}

#attention {
	width: 98%;
	margin: 0px auto;
	font-size: 8pt;
	line-height: 130%;
}
#c {
	width: 98%;
	margin: 5px auto 0px auto;
	font-size: 10pt;
}
@media screen and (max-width: 640px) {
#c span {
	display: inline-block;
	font-size: 16pt;
	vertical-align: sub;
}}


/*----------------------------------------------------------------------------------
	画像を天地中央に置く処理 (clearfix・float不要)
----------------------------------------------------------------------------------*/
.vertical_centered {
	display: table;
	margin: 0 auto;
}
.vertical_centered div, 
.vertical_centered li {
	display: table-cell;
	vertical-align: middle;
}
* html .vertical_centered div, 
* html .vertical_centered li { /* IE 6 */
	display: inline;
	zoom: 1;
}
*:first-child+html .vertical_centered div, 
*:first-child+html .vertical_centered li { /* IE 7 */
	display: inline;
	zoom: 1;
}


/*----------------------------------------------------------------------------------
	floatで並べたリストのセンタリング
----------------------------------------------------------------------------------*/
.centered {
	position: relative;
	overflow: hidden;
}
.centered ul {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 50%;
}
.centered ul li {
	float: left;
	margin: 0px;
	position: relative;
	left: -50%;
}


/*----------------------------------------------------------------------------------
	clearfix
----------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	margin: 0px;
	line-height: 0%;
}
.clearfix {
	_height: 1px;
	min-height: 1px;
	/*￥*//*/
	height: auto;
	overflow: hidden;
	/**/
}