@charset "utf-8";
@import url("./basic.css");
@import url("./fontawesome-pro-light.css");
@import url("./fontawesome-pro-regular.css");
@import url("./fontawesome-pro-solid.css");
@import url("./fontawesome-pro-core.css");
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*******************************************
	/css/common.css
*******************************************/

/*
基本
640px【sp切り替わりポイント】 */

/*------------------------------------------
	body
------------------------------------------*/

html {
    font-size: 10px;
}

body {
    color: #000;
    font-size: 15px;
    /*font-family: "UD Shin Go Regular";*/
    /*font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
    font-family: 'Noto Sans Japanese', serif;
    letter-spacing: 0.05em;
    -webkit-text-size-adjust: 100%;
}

#app {}

/*--------------inner--------------*/

.inner,
.inner_spwide {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px;
}

.wide {
    width: auto;
    margin: 0 auto;
}

.side_inner {
    padding-left: 11%;
    padding-right: 11%;
}

@media screen and (max-width: 1100px) {
    .side_inner {
        padding-left: 14%;
        padding-right: 14%;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .inner_spwide,
    .wide,
    .wrap {
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .inner,
    .wrap .inner {
        margin: 0 auto;
        max-width: 100%;
        min-width: 100%;
        padding: 0;
    }

    .rightside_inner {
        padding-left: 0%;
    }

    .side_inner {
        padding-left: 6%;
        padding-right: 6%;
    }
}

/*--------------背景--------------*/

.bg_black {
    background-color: #000;
}

.bg_gray {
    background-color: rgb(165, 152, 152);
}

.bg_white {
    background-color: #fff;
}

.bg_gray_grade {
    background-image: linear-gradient(168deg, #eee 50%, #FFFFFF 70%, #FFFFFF);
    /* background: linear-gradient(272deg, #665E5C, #FFFFFF); */
}

.bg_black_left {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 5;
    width: 17px;
    height: 100%;
    background: url(../images/bg_left_right.png);
    background-repeat: repeat-y;
    background-position: center left;
}

.bg_black_right {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 5;
    width: 17px;
    height: 100%;
    background: url(../images/bg_left_right.png);
    background-repeat: repeat-y;
    background-position: center right;
}

.bg_upperblack {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 66px;
    background: url(../images/bg_upperblack.png);
    background-repeat: no-repeat;
    background-position: center;
}

.bg_downblack {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 66px;
    background: url(../images/bg_downblack.png);
    background-repeat: no-repeat;
    background-position: center;
}

.bg_conc_story {
    background-image: url("../images/bg_conc_story.png");
    background-position: center;
    background-size: cover;
}

.bg_conc_point {
    background-image: url("../images/bg_conc_point.png");
    background-position: center;
    background-size: cover;
}

.bg_conc_about {
    background-image: url("../images/bg_conc_about.png");
    background-position: center;
    background-size: cover;
}

.bg_conc_gameevent {
    background-image: url("../images/bg_conc_gameevent.png");
    background-position: center;
    background-size: cover;
}

.bg_conc_heading {
    background-image: url("../images/bg_conc_heading.png");
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .bg_black_right {
        display: none;
    }

    .bg_black_left {
        display: none;
    }

    .bg_conc_story {
        background-image: url("../images/bg_conc_story_sp.png");
        background-position: center bottom;
    }
}

/*--------------色指定--------------*/

.color_white {
    color: #fff;
}

/*--------------タイトル--------------*/

.tit01 {
    font-size: 5.3rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.tit01+.subtitle {
    height: 29px;
    width: auto;
    margin: 0 auto 30px;
}

.tit01.twitter_tit {
    letter-spacing: 4px;
}

.tit01+.subtitle img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.tit02 {
    font-size: 3.0rem;
    letter-spacing: 1.5px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .tit01 {
        font-size: 2.9rem;
        letter-spacing: 1.0px;
    }

    .tit01+.subtitle {
        height: 20px;
        margin: 0 auto 30px;
    }

    .tit02 {
        font-size: 1.9rem;
        letter-spacing: 0.5px;
        padding-top: 20px;
        padding-bottom: 5px;
        margin-bottom: 15px;
    }
}

/*--------------メインコンテナ--------------*/

.main-continer {
    background-color: #000;
    position: relative;
    padding-top: 69px;
}

@media screen and (max-width: 768px) {
    .main-continer {
        /* padding-top: 63px; */
        padding-top: 0px;
    }
}

/*------------------------------------------
	header(PC版)
------------------------------------------*/

#header {
    position: fixed;
    top: 0;
    z-index: 110;
    width: 100%;
    background-color: #000;
}

.header_inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px 11px;
    height: 69px;
}

.header_inn .logo {
    width: 80px;
}

.header_inn .h_tit {
    width: 230px;
}

.header_inn .logo img,
.header_inn .h_tit img {
    display: block;
}

@media screen and (max-width: 768px) {
    #header {
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background: rgba(255, 255, 255, 1);
    }

    #header {
        display: none;
    }

    #header .header_inn {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px 0;
        background-color: #000;
    }

    #header .header_inn .logo {
        width: 1px;
        margin-left: 0px;
        opacity: 0;
    }

    .header_inn .h_tit {
        width: 68px;
        padding-right: 12px;
    }
}

/*------------------------------------------
	ハンバーガーメニュー
------------------------------------------*/

#menu {
    display: block;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.menu-trigger {
    position: fixed;
    top: 6px;
    right: 8px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 3px;
    /*border: 1px solid #333;*/
    background: rgba(1, 1, 1, 1.0);
    -webkit-box-shadow: 0 0 3px gray;
    box-shadow: 0 0 3px gray;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 2px;
    background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
    top: 18px;
}

.menu-trigger span:nth-of-type(2) {
    top: 24px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 18px;
}

.menu-trigger.active span {
    width: 54%;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(18px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-18px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

@media screen and (max-width: 768px) {
    #menu {
        display: block;
    }
}

/*------------------------------------------
	グローバルメニュー(PC版)
------------------------------------------*/

nav#gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    width: calc(100% - 180px - 200px);
}

nav#gnav .glist {}

nav#gnav .glist>ul,
nav#gnav .glist2>ul {
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav#gnav .glist>ul {
    padding-right: 15px;
}

nav#gnav .glist2>ul {
    padding-left: 15px;
}

nav#gnav .glist>ul>li,
nav#gnav .glist2>ul>li {
    position: relative;
    margin: 2px 9px;
}

/*fixed時のメニューの中のインスタグラム*/

nav#gnav .glist>ul>li>a,
nav#gnav .glist2>ul>li>a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

nav#gnav .glist2>ul>li>a::before {
    content: "\f105";
    padding-right: -1px;
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: bold;
    vertical-align: 0px;
}

nav#gnav .glist>ul>li>a:hover,
nav#gnav .glist2>ul>li>a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1400px) {
    nav#gnav {
        padding: 0 7px;
    }

    nav#gnav .glist>ul {
        padding-right: 3px;
    }

    nav#gnav .glist2>ul {
        padding-left: 3px;
    }

    nav#gnav .glist>ul>li>a,
    nav#gnav .glist2>ul>li>a {
        font-size: 0.9vw;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 1100px) {
    .header_inn .logo {
        width: 80px;
    }

    nav#gnav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    nav#gnav .glist>ul,
    nav#gnav .glist2>ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    nav#gnav .glist>ul>li,
    nav#gnav .glist2>ul>li {
        margin: 0px 7px;
    }

    nav#gnav .glist>ul>li>a,
    nav#gnav .glist2>ul>li>a {
        font-size: 1.25vw;
    }
}

@media screen and (max-width: 768px) {
    nav#gnav {
        display: none;
    }
}

/*------------------------------------------
	グローバルメニュー(PC版 固定前段階ver)
------------------------------------------*/

/*------------------------------------------
	グローバルメニュー(SP版)
------------------------------------------*/

#sp_gnav {
    display: none;
}



/*sp専用メニュー*/
#sp_gnav {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    /* height: calc(100% - 56px); */
    z-index: 900;
    background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#eee));
    background: linear-gradient(to right bottom, #fff, #eee);
    border-bottom: none;
    overflow: auto;
    padding: 0px 3% 25px;
}

#sp_gnav .sp_glist {}

#sp_gnav .sp_glist ul {
    display: table;
    margin: 0px auto;
    padding: 30px 0 60px;
}

#sp_gnav .sp_glist>ul>li {
    margin: 10px 0;
}

#sp_gnav .sp_glist>ul>li>a {
    padding: 10px 0px;
    color: #000;
    letter-spacing: 2.0px;
    font-size: 2.0rem;
    font-weight: bold;
}

#sp_gnav .sp_glist>ul>li>a::before {
    content: "\f105";
    padding-right: 5px;
    font-size: 2.7rem;
    font-family: 'Font Awesome 5 Light';
    vertical-align: -2px;
}


/*------------------------------------------
    グローバルメニュー(PC・SP版)
    comming soon対応
------------------------------------------*/

/*.gnav_goods {
    position: relative;
}

.gnav_goods::before {
    position: absolute;
    top: 75%;
    left: 0;
    content: "coming soon";
    color: #EE0000;
    font-size: 1.0rem;
    letter-spacing: 0px;
    white-space: nowrap;
}

.gnav_goods a {
    pointer-events: none;
    color: #777 !important;
}*/

/*------------------------------------------
    mainエリア
------------------------------------------*/

article.main {
    margin-top: 0px;
    padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
    article.main {
        margin-top: 0px;
        padding-bottom: 0px;
    }
}

/*------------------------------------------
    fix snsボタン
------------------------------------------*/

#fixed_sns {
    width: 40px;
    height: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    position: fixed;
    right: 2%;
    top: 0;
    z-index: 105;
}

#fixed_sns ul {
    margin: -75px auto 0 auto;
    z-index: 10;
    position: absolute;
    right: 2%;
    top: 50%;
}

#fixed_sns ul li {
    margin: 12px 0;
}

#fixed_sns ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#fixed_sns ul li a:hover {
    opacity: 0.7;
}

#fixed_sns ul li.li a {
    background-image: url("../images/icon_ig.png");
}

#fixed_sns ul li.tw a {
    background-image: url("../images/icon_twitter.png");
}

#fixed_sns ul li.fb a {
    background-image: url("../images/icon_facebook.png");
}

@media screen and (max-width: 768px) {
    #fixed_sns {
        display: none;
    }
}

/*------------------------------------------
     fix チケットを購入するボタン
------------------------------------------*/

a.ticket_go_button {
    background: -webkit-gradient(linear, left top, right top, from(#F3720F), to(#D2110B));
    background: linear-gradient(to right, #F3720F, #D2110B);
    border-radius: 40px;
    display: inline-block;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    padding: 12px 0px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

a.ticket_go_button.red {
    background: #930000;
    padding: 6px 0px;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
}

a.ticket_go_button:hover {
    opacity: 0.8;
}

a.ticket_go_button::before {
    content: "\f107";
    padding-right: 10px;
    font-family: 'Font Awesome 5 Light';
    font-size: 2.7rem;
    vertical-align: -5px;
}

@media screen and (max-width: 768px) {
    a.ticket_go_button {
        font-size: 1.2rem;
    }
}

#fixed_ticket {
    width: 110px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 105;
}

@media screen and (max-width: 768px) {
    #fixed_ticket {
        width: 180px;
        bottom: 20px;
        right: 4px;
    }
}

/*------------------------------------------
	これは～～～体験型ゲーム・イベント
------------------------------------------*/

#game_event {
    padding: 40px 20px;
}

#game_event h2 {
    text-align: center;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0px;
    color: #fefefe;
}

@media screen and (max-width: 768px) {
    #game_event {
        padding: 30px 3%;
    }

    #game_event h2 {
        font-size: 3.8vw;
        text-align: left;
    }
}

/*------------------------------------------
    topへもどる
------------------------------------------*/

.gotop {}

@media screen and (max-width: 768px) {
    .gotop {}
}

/*------------------------------------------
	フッター
------------------------------------------*/

#footer {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
}

#footer .footer_area {
    padding-top: 40px;
    padding-bottom: 35px;
}

.footer_logoarea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
    width: 36%;
    margin: 40px auto;
}

.foot_logo {
    text-align: center;
}

.fl {
    width: 48%;
    margin: 0 auto;
}

.foot_logo a {
    display: table;
    width: 165px;
    height: 48px;
    margin: 0 auto;
    background-image: url(../images/logo_realdgame.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.foot_logo2 a {
    display: table;
    width: 200px;
    height: 58px;
    margin: 0 auto;
    background-image: url(../images/sonymusic.png);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.fl a:hover {
    opacity: 0.4;
}

.footer_area .official_text {
    margin-bottom: 30px;
    letter-spacing: 0px;
}

.footer_area .official_text i::before {
    content: "\f08e";
    padding-right: 5px;
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: bold;
    vertical-align: 0px;
}

ul.foot_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

ul.foot_sns li {
    position: relative;
    margin: 0 15px;
    width: 140px;
    height: 39px;
}

ul.foot_sns li:first-child a {
    background-image: url("../images/twitter_logo.png");
}

ul.foot_sns li:last-child a {
    background-image: url("../images/facebook_logo.png");
}

ul.foot_sns li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 140px;
    height: 39px;
    background-size: cover;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

ul.foot_sns li a:hover {
    opacity: 0.4;
}

ul.foot_sns li img {
    display: block;
}

.foot_logo img {
    width: 192px;
}

/*--- メールマガジン ---*/

.mailmagazine {
    padding: 30px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mailmagazine i {
    display: inline-block;
    width: 412px;
    height: 89px;
    background-image: url("../images/mailmagazine.png");
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mailmagazine a:hover i {
    opacity: 0.8;
}

/*--- コピーライト ---*/

.copyright {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    #footer {
        min-width: auto;
        border-top: none;
    }

    #footer .footer_area {
        padding: 45px 0 30px;
    }

    .foot_logo {
        margin: 0 auto;
    }

    .footer_logoarea {
        width: 76%;
    }

    .fl a {
        width: 105px;
        height: 86px;
    }

    .fl:last-child a {
        width: 135px;
        height: 86px;
    }

    .footer_area .official_text {
        margin-bottom: 30px;
    }

    ul.foot_sns {
        margin-bottom: 25px;
    }

    ul.foot_sns li {
        width: 110px;
        height: 30px;
        margin: 0 8px;
    }

    ul.foot_sns li a {
        width: 110px;
        height: 30px;
    }

    /*--- メールマガジン ---*/
    .mailmagazine {
        padding: 25px 0 25px;
    }

    .mailmagazine i {
        width: 312px;
        height: 64px;
        background-size: cover;
    }

    .copyright,
    .pot {
        font-size: 1.2rem;
        margin: 0 auto 20px;
    }
}



/* Add */

#sp_gnav .sp_glist {
    height: 100vh;
    display: flex;
    align-items: center;
}