@charset "utf-8";
/* CSS Document */

/********* reset **********/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align: bottom;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/********* base **********/

html,body {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
}

li,
dd { list-style: none; }

.top { vertical-align: top !important; }

.middle { vertical-align: middle !important; }

.bottom { vertical-align: bottom !important; }

.left { text-align: left !important; }

.center { text-align: center !important; }

.right { text-align: right !important; }



body {
    position: relative;
    width: 610px;
    min-width: inherit;
    height: 362px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#header {
    display: none;
}

/********* #w,container **********/
#w,
.container {
    position: relative;
    width: 610px;
    height: 362px;
    background: #000000;
    overflow: hidden;
}


/********* slide **********/
.slide {
    position: relative;
    width: 609px;
    height: 332px;
    overflow: hidden;
}
.slide-inner {
    position: absolute;
    top: 0;
    left: 0;
}
.slide-inner li {
    float: left;
    position: relative;
    height: 322px;
    overflow: hidden;
}
.slide-inner li.off {
    opacity: 0.6;
}
.slide-inner li.on {
    opacity: 1;
}
.slide-inner li.on:after {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 77px;
    height: 77px;
    display: block;
    content: "";
    background: url(https://p.dmm.co.jp/p/netgame/launcher/parts_reflection.png) left top no-repeat;
}
.slide-inner li a {
    display: block;
    height: 322px;
    overflow: hidden;
}
.slide-inner li .logo {
    position: absolute;
    left: 0;
    bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.slide-inner li .bx-link {
    position: absolute;
    display: block;
    left: 0;
    bottom: -120px;
    width: 100%;
    height: 120px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: url(https://p.dmm.co.jp/p/netgame/launcher/bg_bnr.png) center bottom repeat-x;
    z-index: 1;
}
.slide-inner li .bx-link span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 70px auto 10px;
    text-decoration: underline;
}



/********* arrow **********/
.bt-prev {
    position: absolute;
    left: 0;
    top: 140px;
    width: 50px;
    height: 50px;
    text-align: left;
    z-index: 4;
}
.bt-prev > * {
    position: relative;
    display: inline-block;
    left: -50px;
    width: 30px;
    height: 50px;
    background: url(https://p.dmm.co.jp/p/netgame/launcher/bg_slidearrow.png);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.bt-prev > *:hover {
    background: url(https://p.dmm.co.jp/p/netgame/launcher/bg_slidearrow_on.png);
}
.bt-prev > * img {
    margin: 10px 0;
}

.bt-next {
    position: absolute;
    right: 0;
    top: 140px;
    width: 50px;
    height: 50px;
    text-align: right;
    z-index: 4;
}
.bt-next a {
    position: relative;
    display: inline-block;
    right: -50px;
    width: 30px;
    height: 50px;
    background: url(https://p.dmm.co.jp/p/netgame/launcher/bg_slidearrow.png);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.bt-next a:hover {
    background: url(https://p.dmm.co.jp/p/netgame/launcher/bg_slidearrow_on.png);
}
.bt-next a img {
    margin: 10px auto;
}


/********* footer **********/
.footer {
    overflow: hidden;
    height: 30px;
    background: #fff;
}
.footer .box-left {
    float: left;
    line-height: 30px;
    padding-left: 10px;
}
.footer .box-left .arrow {
    background: url(https://p.dmm.co.jp/p/netgame/launcher/ico_arrow.png) left center no-repeat;
    padding-left: 10px;
}
.footer .box-left a {
    color: #0b447d;
    font-size: 12px;
    margin-right: 10px;
}
.footer .box-left .tx-sub {
    font-size: 10px;
}

.footer .box-right {
    float: right;
    padding-right: 20px;
    padding-left: 20px;
    background: #eb4266;
    line-height: 30px;
}
.footer .box-right.general { background: #16acc2; }
.footer .box-right a {
    color: #fff;
    font-size: 12px;
}




/********* 年齢認証ページ **********/
.inner {
    position: relative;
    width: 610px;
    height: 332px;
    overflow: hidden;
    background: url(https://p.dmm.co.jp/p/netgame/launcher/bg_age.jpg) center center no-repeat;
}

.capt01 {
    font-size: 26px;
    color: #ff0000;
    text-align: center;
    margin: 35px auto 40px;
}
.inner .attention {
    font-size: 16px;
    color: #ff0000;
    text-align: center;
    line-height: 24px;
    margin-bottom: 30px;
}
.inner .check {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.inner ul {
    text-align: center;
}
.inner li {
    display: inline-block;
    margin: 0 30px;
}
.inner li a {
    color: #aaa;
    font-size: 24px;
    vertical-align: bottom;
    line-height: 36px;
}
.inner li.first a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.inner li.first a span {
    font-size: 35px;
    line-height: 48px;
}




/********* ログインフォーム&プロフ登録 **********/
/* ===== common */
.form {
    height: 322px;
    padding: 20px;
    background: #0d1721;
    color: #fff;
    overflow: auto;
}
.form a { text-decoration: underline; }
.form a:hover { text-decoration: none; }
.form form { margin-bottom: 12px; }
.form input[type="text"],
.form input[type="password"] {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: none;
    background: #212a2e;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}
.form label {
    position: relative;
    display: inline-block;
    margin: 10px 0 18px;
    font-size: 12px;
    cursor: pointer;
}
.form input[type="checkbox"] { display: none; }
.form label span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
}
.form label span:before {
    position: absolute;
    display: block;
    top: -5px;
    left: 0px;
    width: 24px;
    height: 24px;
    background: url(https://p.dmm.co.jp/p/netgame/launcher/common/input_check.jpg) 0 0 no-repeat;
    content: "";
    cursor: pointer;
}
.form label span.on:before { background-position: left bottom; }

.form input[type="submit"] {
    display: block;
    width: 390px;
    height: 44px;
    background: #1dc5d2;
    background: -moz-linear-gradient(top,  #1dc5d2 0%, #15a2b7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1dc5d2), color-stop(100%,#15a2b7));
    background: -webkit-linear-gradient(top,  #1dc5d2 0%,#15a2b7 100%);
    background: -o-linear-gradient(top,  #1dc5d2 0%,#15a2b7 100%);
    background: -ms-linear-gradient(top,  #1dc5d2 0%,#15a2b7 100%);
    background: linear-gradient(to bottom,  #1dc5d2 0%,#15a2b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dc5d2', endColorstr='#15a2b7',GradientType=0 );
    border: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
}
.form .profile .bx-btn input[type="button"] {
    display: block;
    width: 168px;
    height: 44px;
    margin-left: 12px;
    background: #8c9da0;
    background: -moz-linear-gradient(top,  #8c9da0 0%, #647072 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c9da0), color-stop(100%,#647072));
    background: -webkit-linear-gradient(top,  #8c9da0 0%,#647072 100%);
    background: -o-linear-gradient(top,  #8c9da0 0%,#647072 100%);
    background: -ms-linear-gradient(top,  #8c9da0 0%,#647072 100%);
    background: linear-gradient(to bottom,  #8c9da0 0%,#647072 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c9da0', endColorstr='#647072',GradientType=0 );
    border: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
}

.form input[type="submit"]:hover,
.form input[type="button"]:hover {
    position: relative;
    top: 1px;
}
.form .box-txt-error {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #e10000;
}

/* ===== bx-capt */
.form .bx-capt {
    position: relative;
    margin: 6px 0 12px 0;
}
.form .bx-capt h1 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.form .bx-capt a {
    position: absolute;
    top: -7px;
    right: 0;
    padding: 10px 12px;
    background: #304050;
    font-size: 12px;
    color: #fff;
}
.form .tx-sup {
    padding-top: 2px;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.6;
}
.form .tx-sup a {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding-left: 10px;
    color: #fff;
}
.form .tx-sup a:after {
    position: absolute;
    top: 4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #cccccc;
    content: "";
}

/* ===== notelist */
.login .notelist { margin-top: 14px; }
.login .notelist a {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    color: #fff;
    font-size: 12px;
}
.login .notelist a:after {
    position: absolute;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #cccccc;
    content: "";
}

/* ===== .profile */
.form .profile table {
    width: 100%;
    margin-bottom: 12px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
}
.form .profile th,td {
    height: 42px;
    font-weight: normal;
    vertical-align: middle;
}
.form .profile th {
    width: 100px;
    border-right: 2px solid #0d1721;
    border-bottom: 2px solid #0d1721;
    background: #475053;
    line-height: 1.3;
}
.form .profile td {
    border-right: 2px solid #0d1721;
    border-bottom: 2px solid #0d1721;
    background: #2b3032;
}
.form .profile th > span,
.form .profile td > span {
    display: inline-block;
    padding-left: 12px;
}
.form .profile input[type="text"] {
    font-size: 13px;
}
.form .profile label {
    position: relative;
    margin: 0 0 0 12px;

    cursor: pointer;
}
.form .profile input[type="radio"] { display: none; }
.form .profile label span:before {
    position: absolute;
    top: -4px;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url(https://p.dmm.co.jp/p/netgame/launcher/common/input_radio.png) center no-repeat;
    content: "";
}
.form .profile label:hover span:before {
    background: url(https://p.dmm.co.jp/p/netgame/launcher/common/input_radio_on.png) center no-repeat;
}
.form .profile label span.on:before {
    background: url(https://p.dmm.co.jp/p/netgame/launcher/common/input_radio_select.png) center no-repeat;
}

.form .profile select {
    margin: 0 4px 0 12px;
    border: none;
    background: #f2f2f2;
    padding: 4px;
}
.form .profile .bx-btn { overflow: hidden; }
.form .profile .bx-btn input[type="submit"],
.form .profile .bx-btn input[type="button"] {
    float: left;
}

/* ===== .box-complete */
.form .box-complete { text-align: center; }
.form .box-complete p {
    margin: 90px 0 60px;
    font-size: 18px;
    font-weight: bold;
}
.form .box-complete a {
    display: block;
    width: 390px;
    height: 44px;
    margin: 0 auto;
    line-height: 44px;
    background: #1dc5d2;
    background: -moz-linear-gradient(top,  #1dc5d2 0%, #15a2b7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1dc5d2), color-stop(100%,#15a2b7));
    background: -webkit-linear-gradient(top,  #1dc5d2 0%,#15a2b7 100%);
    background: -o-linear-gradient(top,  #1dc5d2 0%,#15a2b7 100%);
    background: -ms-linear-gradient(top,  #1dc5d2 0%,#15a2b7 100%);
    background: linear-gradient(to bottom,  #1dc5d2 0%,#15a2b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dc5d2', endColorstr='#15a2b7',GradientType=0 );
    border: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer;
}
.form .box-complete a:hover {
    position: relative;
    top: 1px;
}
.migration {
    width: 602px;
    height: 352px;
    padding: 20px;
    background: #0d1721;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}
.migration .bx-capt {
    margin-bottom: 20px;
}
.migration .bx-capt h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.2;
}
.migration .tx-mig {
    width: 500px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    background: #212A2E;
}
.migration .link {
    display: block;
    width: 280px;
    height: 60px;
    margin: 0 auto 15px;
    background: #1dc5d2;
    background: -moz-linear-gradient(top, #1dc5d2 0%, #15a2b7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1dc5d2), color-stop(100%,#15a2b7));
    background: -webkit-linear-gradient(top, #1dc5d2 0%,#15a2b7 100%);
    background: -o-linear-gradient(top, #1dc5d2 0%,#15a2b7 100%);
    background: -ms-linear-gradient(top, #1dc5d2 0%,#15a2b7 100%);
    background: linear-gradient(to bottom, #1dc5d2 0%,#15a2b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dc5d2', endColorstr='#15a2b7',GradientType=0 );
    border: none;
    border-radius: 3px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    text-decoration: none;
    outline: none;
    cursor: pointer;
    line-height: 60px;
}
.migration .link:hover {
    position: relative;
    top: 1px;
}
.migration .annotation {
    font-size: 14px;
    color: #AAAAAA;
}