@charset "utf-8";

/*============================
       DMM Style Sheet
==============================*/


/*---------- 全体 ----------*/
body{
    margin: 0;
}
#page {
    padding: 0;
    text-align: left;
    min-width: 1020px;
    min-height: 1200px;
    background: #f7f7f7;
    overflow: hidden;
}
#main{
    padding: 70px 0 0;
}
img, a {
    display: block;
}
a:hover {
    color: #00bcd4;
    text-decoration: none;
}
h1 {
    margin: 0;
}
/*----------　ナビ ----------*/
#head {
    width: 100%;
    height: 70px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
}
#head .area-navi {
    height: 70px;
    width: 960px;
    margin: 0 auto;
    padding: 0 30px;
    overflow: hidden;
}
/*----- ロゴ -----*/
#head .area-navi .bx-logo {
    float: left;
    width: 200px;
    height: 70px;
}
#head .area-navi .bx-logo img {
    padding: 14px 0;
}

/*----- メニュー -----*/
#head .area-navi .lst-menu {
    float: left;
    overflow: hidden;
}
#head .area-navi .lst-menu li {
    float: left;
    position: relative;
}
#head .area-navi .lst-menu__item {
    display: table-cell;
    position: relative;
    padding: 30px 0 0;
    width: 108px;
    height: 70px;
    text-align: center;
    font-size: 12px;
    color: #000;
    box-sizing: border-box;
    line-height: 1.0;
    vertical-align: middle;
}

#head .area-navi a.lst-menu__item:hover,
#head .area-navi a.lst-menu__item.is-active {
    color: #00bcd4;
}
#head .area-navi span.lst-menu__item {
    color: #b2b2b2;
}
#head .area-navi a.lst-menu__item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: #00bcd4;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .3s;
}
#head .area-navi a.lst-menu__item:hover::after,
#head .area-navi a.lst-menu__item.is-active::after {
    width: 100%;
}
#head .area-navi span.lst-menu__item::after {
    content: '';
    position: absolute;
    width: 72px;
    height: 12px;
    display: block;
    background: rgba(255, 255, 255, 0.3) url('http://p.dmm.com/p/netgame/tgs2016/tx_comesoon.png') no-repeat center center;
    top: 26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .3s;
}
/*----- メニューアイコン -----*/
#head .area-navi .lst-menu__item::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    margin: 12px auto 0;
}
#head .area-navi span.lst-menu__item::before {
    opacity: .3;
}
#head .area-navi .lst-menu__item--title::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/ico_menu.png') 0 0;
}
#head .area-navi a.lst-menu__item--title:hover::before,
#head .area-navi a.lst-menu__item--title.is-active::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/ico_menu.png') 0 30px;
}
#head .area-navi .lst-menu__item--map::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/ico_menu.png') 120px 0;
}
#head .area-navi a.lst-menu__item--map:hover::before,
#head .area-navi a.lst-menu__item--map.is-active::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/ico_menu.png') 120px 30px;
}
#head .area-navi .lst-menu__item--stage::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/ico_menu.png') 60px 0;
}
#head .area-navi a.lst-menu__item--stage:hover::before,
#head .area-navi a.lst-menu__item--stage.is-active::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/ico_menu.png') 60px 30px;
}
#head .area-navi .lst-menu__item--campaign::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/ico_menu.png') 90px 0;
}
#head .area-navi a.lst-menu__item--campaign:hover::before,
#head .area-navi a.lst-menu__item--campaign.is-active::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/ico_menu.png') 90px 30px;
}
#head .area-navi .lst-menu__item--goods::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/ico_menu.png') 30px 0;
}
#head .area-navi a.lst-menu__item--goods:hover::before,
#head .area-navi a.lst-menu__item--goods.is-active::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/ico_menu.png') 30px 30px;
}

/*----- うにアイコン -----*/
#head .area-navi .ico-attention {
    position: absolute;
    top: 33px;
    left: 3px;
}
/*----- SNS -----*/
#head .area-navi .bx-sns {
    float: left;
    display: block;
    width: 80px;
    height: 70px;
    overflow: hidden;
    background: #f7f7f7;
    position: relative;
}
#head .area-navi .bx-sns::after {
    content: '';
    width: 1px;
    height: 27px;
    position: absolute;
    bottom: 5px;
    left: 40px;
    background: #b6b6b6;
}
#head .area-navi .tx-sns {
    font-size: 9px;
    text-align: center;
    margin: 10px 0 5px;
}
#head .area-navi .bx-sns__item {
    float: left;
    padding: 10px;
}
#head .area-navi .bx-sns__item:hover img {
    opacity: .8;
}
/*----- ビジネスパートナー -----*/
#head .area-navi .link-business a {
    float: left;
    display: block;
    position: relative;
    width: 140px;
    height: 70px;
    box-sizing: border-box;
    background: #ff618c;
    background: -moz-linear-gradient(top, #ff618c 0%, #ff6e92 50%, #ff6b5d 100%);
    background: -webkit-linear-gradient(top, #ff618c 0%,#ff6e92 50%,#ff6b5d 100%);
    background: linear-gradient(to bottom, #ff618c 0%,#ff6e92 50%,#ff6b5d 100%);
}
#head .area-navi .link-business a::before {
    content: '';
    position: absolute;
    width: 42px;
    height: 28px;
    top: 13px;
    left: 14px;
    bottom: 0;
    background-image: url('http://p.dmm.com/p/netgame/tgs2016/ico_business_navi.png');
}
#head .area-navi .link-business a:hover {
    opacity: .8;
}
#head .area-navi .tx-business {
    padding: 14px 0 0 62px;
    font-size: 11px;
    line-height: 1.3;
    color: #fff;
    text-shadow: -1px 0 rgba(0, 0, 0, .2);
    letter-spacing: .02em;
}
#head .area-navi .tx-business span {
    letter-spacing: .08em;
}
#head .area-navi .tx-business--sub {
    font-size: 13px;
    margin-top: 2px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-shadow: -1px 0 rgba(0, 0, 0, .2);
    letter-spacing: 0;
}

/*----------　フッターナビ ----------*/
#f-navi {
    width: 100%;
    margin: 0 auto 20px;
    padding-top: 6px;
    background: #f7f7f7;
    position: relative;
    z-index: 90;
}
#f-navi::before {
    content: '';
    position: absolute;
    display: block;
    width: 1200px;
    height: 80px;
    top: -74px;
    left: -600px;
    right: -600px;
    margin: auto;
    background-image: url('http://p.dmm.com/p/netgame/tgs2016/bg_cap_base.png');
}
/*----- ページトップへ戻るボタン -----*/
#f-navi .bt-pagetop {
    position: fixed;
    bottom: -100px;
    right: 90px;
    transition: .4s;
}
#f-navi .bt-pagetop a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #00bcd4;
    transition: .3s;
    z-index: 100;
}
#f-navi .bt-pagetop a:hover {
    background: #66d7e5;
}
#f-navi .bt-pagetop a::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 30px;
    height: 30px;
    z-index: 90;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
}
#f-navi .bt-pagetop img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*----- バナー -----*/
#f-navi .bx-bnr {
    padding-bottom: 30px;
    text-align: center;
    font-size: 0;
}
#f-navi .bx-bnr a > img {
    display: block;
    margin: 0 auto 10px;
}
/*----- DMMリンク -----*/
#f-navi .bx-link--dmm {
    font-size: 0;
    text-align: center;
    width: 1020px;
    margin: 0 auto 50px;
    z-index: 50;
}
#f-navi .bx-link--dmm > a {
    display: inline-block;
    margin: 0 20px;
}
#f-navi .bx-link--dmm > a:hover img {
    opacity: .6;
}
/*----- SNSボタン枠 -----*/
#f-navi .lst-snsbtn {
    display: block;
    width: 960px;
    margin: 0 auto;
    font-size: 0;
    text-align: left;
}
#f-navi .lst-snsbtn__item {
    display: inline-block;
    margin-right: 15px;
}

/*----------　フッターコピー周り ----------*/
#copy {
    width: 100%;
    padding: 30px 0;
    background: #f7f7f7;
}
#copy .area-copy {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}
#copy .area-copy .bx-link--foot {
    float: left;
    width: 290px;
    margin-right: -1px;
    overflow: hidden;
    border-right: 1px solid #b6b6b6;
}
#copy .area-copy .bx-link--foot .bx-logo--foot {
    margin-bottom: 20px;
}
#copy .area-copy .bx-link--foot .lst-link--left {
    float: left;
    width: 114px;
}
#copy .area-copy .bx-link--foot .lst-link--right {
    float: left;
    width: 176px;
}
#copy .area-copy .bx-link--foot .lst-link .lst-link__item {
    position: relative;
    display: block;
    margin-bottom: 14px;
    padding-left: 15px;
    line-height: 1;
    font-size: 11px;
}
#copy .area-copy .bx-link--foot .lst-link a.lst-link__item{
    color: #000;
}
#copy .area-copy .bx-link--foot .lst-link a.lst-link__item:hover{
    color: #00bcd4;
}
#copy .area-copy .bx-link--foot .lst-link span.lst-link__item{
    color: #b6b6b6;
}
#copy .area-copy .bx-link--foot .lst-link .lst-link__item::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 3px;
    left: 0;
}
#copy .area-copy .bx-link--foot .lst-link a.lst-link__item::before{
    background-image: url('http://p.dmm.com/p/netgame/tgs2016/ico_arrow_sm_bk.png');
}
#copy .area-copy .bx-link--foot .lst-link a.lst-link__item:hover::before{
    background-image: url('http://p.dmm.com/p/netgame/tgs2016/ico_arrow_sm_b.png');
}
#copy .area-copy .bx-link--foot .lst-link span.lst-link__item::before{
    background-image: url('http://p.dmm.com/p/netgame/tgs2016/ico_arrow_sm_g.png');
}
#copy .area-copy .bx-link--foot .lst-link a.lst-link__item[target='_blank']::after{
    content: '';
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-image: url('http://p.dmm.com/p/netgame/tgs2016/ico_blank_sm_bk.png');
    vertical-align: bottom;
}
#copy .area-copy .bx-link--foot .lst-link a.lst-link__item[target='_blank']:hover::after{
    background-image: url('http://p.dmm.com/p/netgame/tgs2016/ico_blank_sm_b.png');
}
#copy .area-copy .lst-copy {
    float: right;
    width: 670px;
    padding-left: 30px;
    color: #727272;
    line-height: 1.6;
    font-size: 0;
    border-left: 1px solid #b6b6b6;
    box-sizing: border-box;
    word-break: break-all;
}
#copy .area-copy .lst-copy__item {
    font-size: 10px;
    display: inline;
}
#copy .area-copy .lst-copy__item::after {
    content: '\00a0\00a0';
}
#copy .area-copy .tx-caution {
    float: right;
    width: 670px;
    padding: 8px 30px;
    color: #000;
    line-height: 1.6;
    font-size: 12px;
    border-left: 1px solid #b6b6b6;
    box-sizing: border-box;
}


/*     コンテンツスタイル     */
.area-content {
    width: 100%;
    position: relative;
    padding-bottom: 170px;
}
.area-content--base {
    background: #f7f7f7;
}
.area-content--noise {
    background: #000 url('http://p.dmm.com/p/netgame/tgs2016/ptn_noise.jpg') repeat;
}
.area-content--grad {
    background: #ff648f;
    background: -moz-linear-gradient(top, #ff648f 0%, #ff6e8c 50%, #ff6b5d 100%);
    background: -webkit-linear-gradient(top, #ff648f 0%,#ff6e8c 50%,#ff6b5d 100%);
    background: linear-gradient(to bottom, #ff648f 0%,#ff6e8c 50%,#ff6b5d 100%);
}
.area-content--white {
    background: #fff;
}
/*   曲線部分   */
.area-content::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    max-width: 1200px;
    min-width: 1020px;
    height: 80px;
    top: -74px;
    left: -600px;
    right: -600px;
    margin: auto;
    z-index: 40;
}
.area-content--base::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/bg_cap_base.png') no-repeat center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;

}
.area-content--noise::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/bg_cap_noise.png') no-repeat center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.area-content--grad::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/bg_cap_grad.png') no-repeat center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.area-content--white::before {
    background: url('http://p.dmm.com/p/netgame/tgs2016/bg_cap_white.png') no-repeat center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
/*     見出しスタイル     */
.capt {
    position: relative;
    top: -165px;
    padding-top: 130px;
    margin-bottom: -130px;
    width: 100%;
    text-align: center;
    z-index: 50;
    font-size: 0;
    line-height: 1;
}
.capt--wide {
    padding-top: 170px;
    margin-bottom: -170px;
}

.img-capt--padd-top{
    padding-top: 40px;
}
.capt > .img-capt{
    margin: 0 auto 20px;
}
.capt > .tx-capt{
    display: block;
    line-height: 1;
    margin-bottom: -5px;
    letter-spacing: .06em;
    font-weight: 300;
}
.capt--wide > .tx-capt{
    margin-bottom: 30px;
}
.capt > .tx-capt--sm{
    font-size: 12px;
}
.capt > .tx-capt--la{
    font-size: 24px;
    font-weight: 600;
}
.area-content--base .capt > .tx-capt{
    color: #727272;
}
.area-content--noise .capt > .tx-capt,
.area-content--grad .capt > .tx-capt{
    color: #fff;
}
.area-content--white .capt > .tx-capt{
    color: #000;
}

/*=====     コンテンツ     =====*/
/*     基本     */
.area-content .sect {
    width: 960px;
    margin: 0 auto;
    padding: 0 30px;
    overflow: hidden;
}
/*=====     開催概要     =====*/
.area-overview .sect {
    width: 780px;
    padding: 0 120px;
}
/*   日程枠   */
.area-overview .bx-schedule {
    padding-top: 20px;
    font-size: 0;
}
.area-overview .bx-schedule__item {
    display: inline-block;
    width: 380px;
    padding-bottom: 34px;
    vertical-align: top;
}
.area-overview .bx-schedule__item:not(:last-child) {
    margin-right: 20px;
}
.area-overview .bx-schedule__item__capt {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    border-bottom: 1px solid #ededed;
    margin-bottom: 14px;
}
.area-overview .bx-schedule__item__capt > img {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 2px;
    margin-left: 15px;
}
.area-overview .bx-schedule__item__info {
    margin-bottom: 6px;
    font-size: 12px;
    color: #000;
    overflow: hidden;
    line-height: 2;
}
.area-overview .bx-schedule__item__info dt {
    clear: both;
    float: left;
}
.area-overview .bx-schedule__item__info dt::after {
    content: '：';
}
.area-overview .bx-schedule__item__info dd {
    float: left;
}
.area-overview .bx-schedule__item__caution {
    position: relative;
    margin-bottom: 6px;
    padding-left: 12px;
    font-size: 12px;
    color: #ff5a6e;
    overflow: hidden;
    line-height: 2;
}
.area-overview .bx-schedule__item__caution::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}

/*   マップ枠   */
.area-overview .bx-map__capt {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 1;
}
.area-overview .bx-map__capt--sub {
    font-size: 12px;
    color: #000;
    font-weight: 300;
    margin-left: 15px;
}
.area-overview .bx-map__capt--sub > a {
    display: inline;
    color: #00bcd4;
    margin-left: 1px;
}
.area-overview .bx-map__capt--sub > a::after {
    content: url('http://p.dmm.com/p/netgame/tgs2016/ico_blank_sm_b.png');
    position: relative;
    top: 1px;
    left: 2px;
}
.area-overview .bx-map__capt--sub > a:hover {
    text-decoration: underline;
}
.area-overview .bx-map .bx-google-map {
    font-size: 0;
    margin: 20px 0 40px;
    border: 1px solid #ededed;
}
.area-overview .bx-map .bx-google-map iframe{
    border: none;
}
/*   ボタン   */
.area-overview .btn-overview a {
    position: relative;
    width: 460px;
    height: 80px;
    background: #00bcd4;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    letter-spacing: .06em;
    font-weight: 600;
    line-height: 80px;
    transition: .3s;
}
.area-overview .btn-overview a::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    left: -20px;
    margin-left: -20px;
    background-image: url('http://p.dmm.com/p/netgame/tgs2016/ico_arrow_me_w.png');
}
.area-overview .btn-overview a::after {
    content: url('http://p.dmm.com/p/netgame/tgs2016/ico_blank_la_w.png');
    position: relative;
    top: 1px;
    left: 6px;
}
.area-overview .btn-overview a:hover {
    background: #66d7e5;
}


/*=====     ビジネスパートナー     =====*/
.area-business .tx-business {
    margin: 0 auto 55px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    color: #fff;
}
.area-business .btn-business a{
    position: relative;
    width: 460px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    letter-spacing: .06em;
    font-weight: 600;
    line-height: 74px;
    transition: .3s;
    border: 3px solid #fff;
    box-sizing: border-box;
}
.area-business .btn-business a::before,
.area-business .btn-business a::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    left: 140px;
    margin: auto;
    background-image: url('http://p.dmm.com/p/netgame/tgs2016/ico_arrow_me_w.png');
}
.area-business .btn-business a::after {
    background-image: url('http://p.dmm.com/p/netgame/tgs2016/ico_arrow_me_p.png');
    opacity: 0;
    transition: .3s;
}
.area-business .btn-business a:hover{
    background: #fff;
    color: #ff5a6e;
}
.area-business .btn-business a:hover::after {
    opacity: 1;
}