@charset "utf-8";
body {
}
header {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	height: 68px;
	background-color: #323232;
	position: fixed;
	z-index: 98;
}
header div {
	width: 1200px;
	margin: 0px auto;
}
h1 {
	float: left;
}
h2 {
	padding: 20px 0px;
	font-family: 'Cabin', sans-serif;
	color: #323232;
	font-size: 26px;
	font-weight: bold;
	line-height: 34px
}

h3 {
	font-size: large;
	padding: 20px 0px 0px;
	font-weight: bold;
}
h4{
	font-size: 1.2em;
}

.text01{
	font-size: 14px;
	line-height: 1.8em;
	color: #666;
}

.text02 {
	color: #999;
	font-size: 14px;
	padding-top: 10px;
	text-align: right;
}

.text03  {
	font-size: large;
	line-height: 1.8em;
	color: #666;
}

.text04  {
	font-size: large;
	font-weight: bold;
	color: #666;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mb40{
	margin-bottom: 40px;
}

.mt20{
	margin-top: 20px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
gnav
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.logo {
	margin: 25px 0 0 20px;
}
nav {
	height: 68px;
	float: right;
	margin: 20px;
	padding: 0px;
}
nav ul {
	margin: 0 auto;
}
nav ul li {
	float: left;
	height: 18px;
	margin: 0px 0px 0px 50px;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	line-height: 1.67;
	letter-spacing: 1px;
}
nav ul li a {
	display: block;
	height: 18px;
	outline: none;
	color: #fff;
}
nav ul li a:hover {
	display: block;
	outline: none;
	color: #FF8800;
}



.menu_on {
	color: #FF8800;
	font-weight: bold
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
																			gnav_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
wrap
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#wrap {
	width: 1000px;
	margin: 0px auto;
	height: 800px;
	overflow-x: hidden;
	padding: 160px 0px 0px;
}
#wrap_sub {
	width: 1200px;
	min-height: 800px;
	margin: 0px auto;
	padding: 90px 0px 0px 20px;
	overflow-x: hidden;
}

.game_title_01 {
	float: left;
	line-height: 22px;
	font-size: 16px;
}

.game_img {
	float: right;
	padding-bottom: 10px;

}
.top_title {
	padding: 40px 0 20px 20px;
	font-family: 'Cabin', sans-serif;
	color: #323232;
	font-size: 26px;
	font-weight: bold;
	text-align: center
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
																		   wrap_sub_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
NEWS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#news {
	width: 1200px;
	padding: 0px;
	margin: 0px auto;
	margin-left: 20px;
}
#news dl {
}
#news dl dt {
	clear: both;
	float: left;
	width: 100px;
	padding: 15px 0px 3px 0;
	font-size: 14px;
	font-family: 'Cabin', sans-serif;
	color: #666;
}
#news dl dd {
	float: left;
	width: 1000px;
	padding: 15px 0px 3px 10px;
	font-size: 14px;
	border-bottom: 2px dotted #ccc;
	line-height: 1.8em;
	color: #666;
}
#news dl dd a {
	width: 1000px;
	color: #666;
}
#news dl dd a:hover {
	width: 1000px;
	color: #FF8800;
}
span.text-icon {
	display: inline-block;
	background: #ff7902;
	padding: 3px 6px;
	font-family: 'Cabin', sans-serif;
	vertical-align: middle; /* 先行する文字列と上下中央揃え */
	font-size: 0.6em;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;     /* アイコンの角を丸める */
}

/*NEWS*/
span.news-icon {
	width: auto;
	display: inline-block;
	background: #df002c;
	float: left;
	padding: 0px 5px;      /* 先行する文字列との間隔 */
	vertical-align: middle; /* 先行する文字列と上下中央揃え */
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 3px;     /* アイコンの角を丸める */
	line-height:1.8;
}

span.news-multi-line {
	display: inline-block;
	margin-bottom: 2.5pt;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
																			 	  NEWS_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
coda-slider
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.coda-slider-wrapper {
	margin: 0;
	padding: 0px;
}
.coda-slider-wrapper p {
	margin: 0;
	padding: 0px;
}
.coda-slider {
	background: #ebebeb;
}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	height: 400px;
	overflow: auto !important
}
/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 1200px;
}
.coda-slider .coda-slider .panel_game {
	width: 650px;
}
.coda-slider .coda-slider .panel_game ul {
}
.coda-slider .coda-slider .panel_game ulli {
	float: left;
}
/* Change margin and width of the slider (with dynamic arrows) */
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
	width: 1200px
}
.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel_game {
	width: 650px
}
.coda-slider-wrapper.arrows .coda-slider {
	margin: 0 10px
}
/* Arrow styling */
.coda-nav-left a, .coda-nav-right a {
	background: #000;
	color: #fff;
	padding: 5px;
	width: 100px
}
/* Tab nav */
.coda-nav ul li a.current {
	background: #39c
}
/* Panel padding */
.coda-slider .panel-wrapper {
	height: 400px;
	width: 1200px;
}
/* Preloader */
.coda-slider p.loading {
	padding: 0px;
	text-align: center
}
/* Don't change anything below here unless you know what you're doing */
/* Tabbed nav */
.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden
}
.coda-nav ul li {
	display: inline
}
.coda-nav ul li a {
	background: #000;
	color: #fff;
	display: block;
	float: left;
	margin-right: 1px;
	padding: 3px 6px;
	text-decoration: none
}
/* Miscellaneous */
.coda-slider-wrapper {
	clear: both;
	overflow: auto;
}
.coda-slider {
	float: left;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
}
.coda-slider .panel {
	display: block;
	float: left
}
.coda-slider .panel-container {
	position: relative
}
.coda-nav-left, .coda-nav-right {
	float: left;
	padding: 20px;

}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none
}
.panel h2.title {
	margin: 0;
	padding: 0;
	font-size: 110%;
	float: left;
	width: 400px;
	position: relative;
}
.panel .info {
	margin: 0;
	padding: 10px;
	font-size: 110%;
	float: left;
	width: 380px;
	position: relative;
}
.panel .info .game_info {
	clear: both;
	padding: 10px 0px 0px;
}
.panel .info .game_icon {
	width: 170px;
	height: 170px;
	padding: 0px 10px 0px 0px;
	float: left;
}
.panel .info ul {
	list-style: none;
	margin: 0px;
}
.panel .info ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
																		   coda-slider_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

footer {
	width: 100%;
	height: auto;
	background-color: #323232;
	text-align: center;
	text-decoration: none;
	padding: 20px 0px 30px;
	background-attachment: scroll;
	margin: 0px;
	color: #949494;
}

footer .fl-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
footer .fl-box .logo-box{
	margin: 0 40px 10px;
}
footer .fl-box .logo-box img{
	height: 20px;
}
footer .footer-box {
	margin: 0px auto;
	padding: 5px 0px;
	color: #949494;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
																			footer_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
company
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.sub_title01 {
	width: 1200px;
	font-family: BebasNeue, sans-serif;
	font-size: 54px;
	line-height: 1.33;
	color: #aabbd5;
	margin: 40px 0;
}
.company_info {
	float: left;
}
.company_info ul li {
	padding: 10px 5px;
	font-size: 16px;
	color: #666;
	width: 600px;
}
.company_info_navi {
	margin: 50px 10px;
}
.company_info_navi p {
	font-size: 14px;
	padding-top: 4px;
	color: #6887a2;
	width: 600px;
}
.navi {
	float: right;
	width: 550px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: 6px;
}
.navi img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.navi:before, .navi:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff; /* 배경색과 같은 색 */
	transform: rotate(-30deg);
}
/* left */
.navi:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;
}
/* right */
.navi:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
																				   company
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
GAME
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.game_bg_dt {
	background-image: url(../images/game/ST_ga_destinychild.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
}
.game_bg_tr {
	background-image: url(../images/game/ST_ga_trickster_2.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
}
.game_info {
	float: right;
	margin: 0px;
	padding: 30px 0px 50px 0px;
}
.game_info li {
	margin: 0px;
	padding: 5px;
	font-size: 15px;
	line-height: 22px;
}
.title a {
	font-size: 18px;
	font-weight: bold;
	color: #323232
}
.title a:hover {
	font-size: 18px;
	font-weight: bold;
	color: #ff9407;
	text-decoration-line: none
}
.btn {
	padding: 20px 0 0 0;
}
.btn img {
	padding: 0px;
}
.btn ul li {
	display: inline-block
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
																			 GAME
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
RECRUIT
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.accordion {
	width: 740px;
	padding: 30px 0px 20px;
}
.accordion_dl dl {
}
.accordion_dl dt {
	cursor: pointer;
	font-size: 12pt;
	padding: 10px 0px 10px 20px;
	background-color: #e0e0e0;
	border-radius: 6px;
	margin: 10px 0 0 0;
	color: #666
}
.accordion dd {
	overflow: auto;
	display: block;
	padding: 10px 20px;
	height: 300px;
}
.accordion_dl table td.title {
	width: 150px;
	text-align: center;
	color: #e56361;
	border-right: 2px dotted #ccc;
}
.accordion_dl table tr {
	border-bottom: 2px dotted #ccc;
	line-height: 24px;
	color: #999;
}
.accordion_dl table tr td {
	width: 520px;
	padding: 8px;
}
.entry_bt {
	width: 300px;
	background-color: #f8585b;
	border: none;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 50px 0 0 0;
	cursor: pointer;
	border-radius: 12px;
}
.entry_bt:hover {
	background-color: #323232;
}
.entry_bt a {
	color: #fff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
																		RECRUIT_end
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/







/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
CONTACT
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.confirm_bt {
	width: 300px;
	background-color: #f8585b;
	border: none;
	color: #fff;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 12px;
}
.confirm_bt:hover {
	background-color: #323232;
}
.confirm_bt a:hover {
	color: #f8585b;
}
.reset_bt {
	width: 300px;
	background-color: #999999;
	border: none;
	color: #fff;
	padding: 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 12px;
}
.reset_bt:hover {
	background-color: #323232;
}
.reset_bt a:hover {
	color: #f8585b;
}
.contact {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
.contact section div {
	width: 700px;
	padding: 10px 20px;
}
.contact form {
	padding: 10px 0px 0px;
}
.contact input {
	margin: 10px 0px 0px;
}
.contact table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
.contact table.formTable td, table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
}
.contact table.formTable th {
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
	color: #666
}
.contact .accordion {
	width: 740px;
	padding: 0px;
	margin: 0px auto 0px 0px;
}
.contact .accordion dl {
}
.contact .accordion dt {
	cursor: pointer;
	font-size: large;
	padding: 10px 0px;
}
.contact .accordion dd {
	width: 740px;
	overflow: auto;
	display: block;
	height: 160px;
}
.contact .accordion h2 {
	width: 720px;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0px 0px;
	padding: 0px;
}
.contact .accordion div {
	width: 700px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
.contact .accordion ul {
	width: 670px;
	font-size: 12px;
	margin: 0px 0px 0px 40px;
}
.contact .accordion ul li {
	list-style-type: disc;
}
.contact .accordion p {
	width: 700px;
	font-size: 12px;
	padding: 20px 0px 0px;
}
.thanks li {
	line-height: 22px;
	padding: 3px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
																			 CONTACT
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
dialog
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
		z-index: 5;
}

.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 370px;
}

.modal__content .fl-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.modal__content h3{
	font-weight: bold;
}
.modal__content p{
	color: #666;
	line-height: 1.8em;
}

.yes_bt {
	width: 120px;
	background-color: #f8585b;
	border: none;
	color: #fff;
	padding: 16px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 12px;
	margin: 10px;
}
.yes_bt:hover {
	background-color: #323232;
}
.yes_bt a,
.yes_bt a:hover,
.no_bt a,
.no_bt a:hover{
	color: #fff;
}

.no_bt {
	width: 120px;
	background-color: #999999;
	border: none;
	color: #fff;
	padding: 16px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	border-radius: 12px;
	margin: 10px;
}
.no_bt:hover {
	background-color: #323232;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
dialog
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
