@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 16px;
    font-size: 1.6em;
    color: #4e4e4e;
    line-height: 1.42857143;
    /*letter-spacing:0.2rem;*/
    font-weight: 500 !important;
    font-feature-settings: "palt";
    background: #ffffff;
    margin: 0 !important;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}

body .nav_fix {
    background: rgba(255, 255, 255, 0.998);
    position: sticky;
    top: 0;
    margin-top: 0;
    width: 100%;
    z-index: 99;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.contents_inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:link,
a:visited {
    color: #231815;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    opacity: 0.7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #000;
}

.header_tab,
.header_tab:link,
.header_tab:visited {
    color: #231815;
    text-decoration: none;
    cursor: pointer;
}

.header_tab:hover {
    opacity: 0.7;
    text-decoration: none;
}

.header_tab:hover,
.header_tab:focus {
    color: #000;
}

p {
    margin: 0;
    /*color: #4e4e4e;*/
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.row_box {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.link_btn {
    max-width: 100%;
    width: 720px;
    height: 80px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 2px solid #000;
}

.no_link {
    pointer-events: none !important;
}

@media screen and (max-width: 840px) {
    .link_btn {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .contents_inner {
        width: 95%;
    }
}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*-----------------------------------

	header

-----------------------------------*/
header {
    position: relative;
    z-index: 20;
}

header:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../images/common/line.jpg) no-repeat top;
    background-size: cover;
    height: 3px;
}

header h1 {
    margin: 0;
    padding: 14px 0 12px;
}

header h1 img {
    width: 232px;
}

/*head_menu*/
header #head_menu:not(.is_mobile) {
    display: flex;
}

header #head_menu.is_mobile {
    justify-content: center;
}

header #head_menu:not(.is_mobile) #back_btn {
    display: none;
}

header #head_menu #back_btn {
    position: absolute;
    top: 9%;
    left: 3%;
    padding: 20px;
}

header #head_menu #back_btn .cursor {
    width: 12px;
    height: 12px;
    border-top: 3px solid #eb6ea5;
    border-right: 3px solid #eb6ea5;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

header #head_menu ul {
    margin: 0;
}

header #head_menu ul li {
    padding-top: 28px;
    margin-right: 2vw;
    font-size: 12px;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    cursor: pointer;
}

header #head_menu ul li img {
    margin: 0 auto;
    display: block;
    padding-bottom: 5px;
}

header #head_menu ul li:first-child:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_home.png) no-repeat;
    background-size: contain;
    position: absolute;
    margin-right: 5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

header #head_menu ul li:nth-child(2):before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_faq.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

header #head_menu ul li:nth-child(3):before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_account.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

header #head_menu ul li:nth-child(4):before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/common/icon_shop.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

/* 20241220_追加 */
/* aタグの有効範囲を拡大 */
header #head_menu ul li .header_tab:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

header #head_menu .coin_btn {
    border-radius: 5px;
    border: 2px solid #7f7f7f;
    width: 170px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    margin: 0;
}

header #head_menu .coin_btn span {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

header small {
    font-size: 12px;
}

header #head_menu .coin_btn a {
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    display: block;
}

header #head_menu .coin_btn a::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #7f7f7f;
    border-right: 2px solid #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*nav*/
header #nav_pc {
    background: #333333;
}

header nav #nav_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav #nav_menu li:last-child {
    border-left: 1px solid #565656;
    border-right: 1px solid #565656;
}

header nav #nav_menu li {
    width: 30%;
    text-align: center;
}

header nav #nav_menu li:not(:last-child) {
    border-left: 1px solid #565656;
}

header nav #nav_menu li a {
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 20px 0;
    color: #fff !important;
}

header nav #nav_menu li a:hover {
    opacity: 1;
    background: #000;
}

#nav_menu.menu_second_level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu_single {
    position: relative;
}

.menu_single::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    top: 30px;
    right: 30px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    cursor: pointer;
}

.menu_second_level {
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.menu_single .menu_second_level {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 156.5px;
    background: #000;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.ccm-panel-ready body:not(.is_fixed) .menu_single .menu_second_level {
    top: 206px;
}

.menu_single:hover .menu_second_level {
    visibility: visible;
    opacity: 1;
}

.menu_single .row_box {
    justify-content: flex-start;
}

.menu_second_level li {
    width: 23% !important;
    border-left: none !important;
    padding: 15px 0;
    text-align: left !important;
}

.menu_second_level li:last-child {
    border-right: none !important;
}

.menu_second_level li a {
    font-size: 14px !important;
    letter-spacing: 0.01rem;
    padding: 0 !important;
    display: inline-block !important;
}

/*headline*/
#headline {
    background: #f8de00;
    position: relative;
    height: 170px;
    z-index: 10;
}

#headline:not(.before_login) {
    margin-bottom: 72px;
}

#headline h2 {
    font-size: 22px;
    font-weight: 900;
    margin: 0;
    color: #000;
}

#headline h2.title_after_login {
    max-width: 250px;
    width: 25%;
    margin-right: 10px;
}

#headline .row_box {
    align-items: center;
}

#headline .contents_inner {
    width: 90%;
    height: 120px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#headline .gacha {
    position: relative;
    width: 27%;
    max-width: 284px;
    z-index: 1;
}

#headline .gacha_btn {
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    height: 100%;
    background-image: url(/Legacy/application/themes/my_theme/images/gacha_banner/bg.svg);
    border-radius: 6px;
    background-color: rgba(0, 185, 239, 1);
    width: 250px;
    height: 64px;
    background-size: cover;
    background-position: center;
    border: 3px solid white;
    justify-content: center;
}

#headline .gacha_banner_text {
    width: 188px;
}

#headline .gacha_txt {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
}

#headline .gacha_banner_arrow {
    display: none;
}

#headline .n_71 {
    filter: drop-shadow(1px 1px 8px rgba(147, 84, 25, 0.302));
    position: absolute;
    overflow: visible;
    width: 48px;
    height: 48px;
    left: 0px;
    top: 0px;
}

#headline #n_71 {
    fill: rgba(62, 92, 158, 1);
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 2px;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    stroke-miterlimit: 4;
    shape-rendering: auto;
}

#headline .n_67_ckq {
    overflow: visible;
    position: absolute;
    width: 8px;
    height: 6px;
    transform: translate(-321px, -263px) matrix(1, 0, 0, 1, 330, 272) rotate(90deg);
    transform-origin: center;
    left: 0px;
    top: 0px;
    fill: #fff;
}

#headline .badge {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: rgba(255, 0, 29, 1);
    color: #fff !important;
    text-align: center;
    position: absolute;
    top: -6px;
    right: -12px;
    font-size: 10px;
    line-height: 20px;
    padding: 0px;
}

#headline .character_talk {
    width: 435px;
    height: 87px;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#headline .character {
    z-index: 1;
    transform: translateX(10px);
}

#headline .balloon {
    position: relative;
    width: 376px;
    height: 64px;
}

#headline .balloon .character_word {
    width: 87.5%;
    height: 39px;
    line-height: 20px;
    font-size: 13px;
}

#headline .balloon_box {
    position: absolute;
    overflow: visible;
    width: 301px;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
}

#headline .balloon_arrow {
    position: absolute;
    overflow: visible;
    width: 15px;
    height: 12px;
    transform: translate(-50px, -260px) matrix(1, 0, 0, 1, 349.5, 286.5) rotate(90deg);
    transform-origin: center;
    left: 0px;
    top: 0px;
    fill: #fff;
}

#headline .coin_inner {
    width: 90%;
    padding: 20px;
    border: 3px solid #f8de00;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 110px;
    max-width: 1100px;
}

/*coin_box */
#headline .coin_inner .coin_box {
    width: 25%;
}

#headline .coin_inner .coin_row {
    width: 65%;
}

#headline .coin_inner .coin_box p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1rem;
}

#headline .coin_inner .coin_box p span {
    display: block;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

#headline small {
    font-size: 18px;
    padding-left: 5px;
}

#headline .coin_inner .coin_box .g_conte_SP {
    display: none;
}

#headline .coin_inner .coin_box img {
    width: 30%;
}

/*txt_box */
#headline .coin_inner .txt_box {
    width: 40%;
    text-align: center
}

#headline .coin_inner .txt_box .line_conte {
    font-size: 12px;
    padding: 3px;
    border-radius: 30px;
    border: 1px solid #000;
    margin-bottom: 10px !important;
}

#headline .coin_inner .txt_box .g_conte_PC,
#headline .coin_inner .coin_box .g_conte_SP {
    background: #f0f0f0;
    border-radius: 5px;
}

#headline .coin_inner .txt_box .g_conte_PC p,
#headline .coin_inner .coin_box .g_conte_SP p {
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    background: #f0f0f0;
    border-radius: 5px;
}

#headline .coin_inner .txt_box .g_conte_PC span,
#headline .coin_inner .coin_box .g_conte_SP span {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.01rem;
    padding: 0 5px;
}

/*btn_box*/
#headline .coin_inner .btn_box {
    width: 32%;
    text-align: center;
}

#headline .coin_inner .btn_box li {
    border-radius: 5px;
}

#headline .coin_inner .btn_box li a {
    display: block;
    width: 165px;
    max-width: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    padding: 10px;
    position: relative;
}

#headline .coin_inner .btn_box li:first-child {
    background: #000;
}

#headline .coin_inner .btn_box li:last-child {
    background: #eb6ea5;
}

#gNav {
    display: none;
}

#headline .arrow_forward_ios_black_24dp {
    display: none;
}

#menuBtn .fas.fa-bell {
    display: none;
    font-size: 23px;
    color: #000;
}

@media screen and (max-width: 1200px) {
    header nav #nav_menu li a {
        font-size: 12px;
    }

    .menu_single .menu_second_level {
        top: 152px;
    }

    #headline .coin_inner .coin_box p {
        width: 100%;
    }

    #headline .coin_inner .coin_box img {
        width: 20%;
    }

    #headline .coin_inner .coin_row {
        width: 75%;
    }

    #headline .coin_inner .btn_box li {
        width: 48%;
    }

    #headline .gacha_btn {
        width: 220px;
    }

    #headline .badge {
        right: -8px;
    }

    .ccm-panel-ready body:not(.is_fixed) .menu_single .menu_second_level {
        top: 200px;
    }

    .menu_single::after {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        top: 26px;
        right: 26px;
        border-bottom: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
        -webkit-transform: rotate(45deg) translateX(-50%);
        cursor: pointer;
    }
}

@media screen and (max-width: 1024px) {
    #headline h2 {
        font-size: 22px;
    }

    #headline .gacha_txt {
        font-size: 14px;
        font-weight: bold;
    }

    #headline .character_talk {
        width: 355px;
    }

    #headline .balloon {
        width: 300px;
    }

    #headline .balloon_box {
        width: 200px;
        margin-left: 23px;
    }

    #headline .balloon .character_word {
        width: 92%;
        font-size: 11px;
    }

    #headline .balloon_arrow {
        transform: translate(-130px, -260px) matrix(1, 0, 0, 1, 349.5, 286.5) rotate(90deg);
    }
}

@media screen and (max-width: 1000px) {
    #headline:not(.before_login) {
        margin-bottom: 100px;
    }

    #headline .gacha_btn {
        width: 185px;
    }

    #headline .badge {
        right: 3px;
    }
}

@media screen and (max-width: 960px) {
    #headline .badge {
        right: -3px;
    }
}

@media screen and (max-width: 840px) {
    html.nav_open {
        overflow: hidden;
    }

    header h1 {
        padding: 10px 0;
        margin: 0 !important;
        -ms-flex-item-align: center;
        align-self: center;
    }

    header h1 img {
        width: 170px;
    }

    header #nav_pc {
        display: none;
    }

    header #head_menu .coin_btn {
        display: none;
    }

    header #head_menu ul {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        display: flex;
    }

    header #head_menu ul li:not(.active) {
        background: #888;
    }

    header #head_menu ul li.active {
        background: #333;
    }

    header #head_menu ul li {
        width: 25%;
        text-align: center;
        margin: 0;
    }

    header #head_menu ul li .header_tab {
        color: #fff;
        display: block;
        padding: 10px 0;
    }

    header #head_menu ul li .header_tab:hover {
        color: #fff !important;
    }

    header #head_menu ul li:not(:last-child) {
        border-left: 1px solid #565656;
    }

    header #head_menu ul li:first-child {
        order: 1;
    }

    header #head_menu ul li:nth-child(2) {
        order: 4;
    }

    header #head_menu ul li:nth-child(3) {
        order: 2;
    }

    header #head_menu ul li:nth-child(4) {
        order: 3;
    }

    header #head_menu ul li:first-child:before {
        width: 24px;
        background: url(../images/common/sp/icon_home.png) no-repeat;
        top: 12px;
        left: 5px;
    }

    header #head_menu ul li:nth-child(2):before {
        background: url(../images/common/sp/icon_faq.png) no-repeat;
        top: 10px;
    }

    header #head_menu ul li:nth-child(3):before {
        background: url(../images/common/sp/icon_account.png) no-repeat;
        left: 5px;
        top: 12px;
    }

    header #head_menu ul li:nth-child(4):before {
        background: url(../images/common/sp/icon_shop.png) no-repeat;
        top: 10px;
    }

    /* 20241220_追加 */
    /* aタグの有効範囲を拡大 */
    header #head_menu ul li .header_tab:before{
        position: absolute;
        content: "";
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    /* 20241220_移動 */
@media screen and (max-height: 667px) {
    header #head_menu ul li .header_tab {
        font-size: 10px;
    }
}

    /*headline*/
    #headline:not(.before_login) {
        height: 180px;
        margin-bottom: 272px;
    }

    #headline h2 {
        font-size: 18px;
        font-weight: bold;
    }

    #headline h2.title_after_login {
        position: absolute;
        top: 20px;
        left: 20px;
        width: auto;
        margin: 0;
        max-width: 70vw;
    }

    #headline .contents_inner {
        position: relative;
        height: 145px;
    }

    #headline .character_talk {
        width: 360px;
        height: 100px;
        position: absolute;
        top: 35px;
        right: 0px;
    }

    #headline .gacha {
        position: absolute;
        top: 58px;
        width: 36%;
    }

    #headline .character {
        width: 88.5px;
        height: 100px;
    }

    #headline .character_before_login {
        width: 50px;
        height: auto;
    }

    #headline .coin_inner {
        top: 135px;
        width: 95%;
    }

    #headline .coin_inner .coin_row {
        padding-left: 10px;
        width: 100%;
    }

    #headline .coin_inner .coin_box {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    #headline .coin_inner .coin_box .g_conte_SP {
        display: block;
        text-align: center;
    }

    #headline .coin_inner .txt_box {
        width: 100%;
        margin-top: 20px;
    }

    #headline .coin_inner .coin_box img {
        width: 72px;
    }

    #headline .coin_inner .txt_box .g_conte_PC {
        display: none;
    }

    #headline .coin_inner .coin_box p span {
        display: inline-block;
        text-align: center;
    }

    #headline .coin_inner .coin_box .holding_coin span {
        width: 100%;
    }

    #headline .coin_inner .btn_box {
        width: 100%;
        display: block;
    }

    #headline .coin_inner .btn_box li {
        position: relative;
        width: 100%;
    }

    #headline .coin_inner .btn_box li:first-child {
        margin-bottom: 10px;
    }

    #headline .coin_inner .btn_box li a {
        width: 100%;
        font-size: 12px;
        padding: 15px;
    }

    #headline .arrow_forward_ios_black_24dp {
        position: absolute;
        top: 35%;
        right: 20px;
        display: inline-block;
        height: 16px;
    }

    #headline .balloon_box {
        width: 160px;
        margin-left: 117px;
    }

    #headline .badge {
        left: 186px;
    }

    #headline .gacha_btn {
        width: 200px;
        margin-left: 0px;
    }

    #headline .balloon_arrow {
        transform: translate(-75px, -260px) matrix(1, 0, 0, 1, 349.5, 286.5) rotate(90deg);
    }

    #menuBtn {
        display: flex;
        align-items: center;
        position: absolute;
        top: 12px;
        right: 0;
        margin: auto;
        z-index: 100;
    }

    .menu_btn_wrap {
        width: 55px;
        height: 55px;
    }

    .menu_btn {
        width: 15px;
        height: 20px;
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
        box-sizing: border-box;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 999;
        cursor: pointer;
    }

    .menu_btn .lineh {
        position: absolute;
        width: 15px;
        height: 1px;
        background: #263b63;
        top: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .menu_btn .linem {
        position: absolute;
        width: 15px;
        height: 1px;
        background: #263b63;
        top: 9px;
        opacity: 1;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .menu_btn .lineb {
        position: absolute;
        width: 15px;
        height: 1px;
        background: #263b63;
        bottom: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .menu_btn.active .lineh {
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 11px;
        right: -6px;
        width: 25px;
    }

    .menu_btn.active .linem {
        opacity: 0;
    }

    .menu_btn.active .lineb {
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        bottom: 8px;
        right: -6px;
        width: 25px;
    }

    #gNav {
        display: none;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        background: #f0f0f0;
        position: absolute;
        top: 60px;
        padding: 20px 60px;
        z-index: 90;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        height: calc(100vh - 128px);
    }

    #gNav.toggle {
        display: inline-block;
    }

    #menuBtn.invert .menu_btn_wrap {
        border: 2px solid #000;
    }

    #menuBtn.invert .lineh,
    #menuBtn.invert .linem,
    #menuBtn.invert .lineb {
        background: #000;
    }

    .ccm-notification-help-launcher {
        display: none;
    }

    #pushLink {
        position: relative;
    }

    #innerPushBadge {
        z-index: 2;
        position: absolute;
        background-color: red;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        border: 1px solid #EEE;
    }

    #pushBadge {
        top: 6px;
        right: 6px;
    }

    #innerPushBadge {
        top: 0px;
        right: -13px;
    }

    #pushBadge.hide {
        opacity: 0;
    }


    #gNav {
        top: 135.66px;
    }

    #gNav ul {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #gNav ul li {
        padding: 0 0 3.5vh 0;
    }

    #gNav ul li:last-child {
        padding: 0;
    }

    #gNav ul li p {
        color: #231815;
        font-size: 16px;
        font-weight: 600;
    }

    #gNav ul li a {
        font-size: 18px;
        font-weight: bold;
    }

    #gNav ul li.logout-link a {
        font-size: 16px;
        font-weight: normal;
    }

    #gNav ul li ul {
        margin-top: 10px;
    }

    #gNav ul li ul li {
        padding: 0 0 2% 0;
    }

    #gNav ul li ul li a {
        font-size: 16px;
        font-weight: normal;
    }

    #gNav ul .tabicon a {
        position: relative;
        padding-right: 20px;
    }

    #gNav ul .tabicon a:before {
        content: "\f35d";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 12px;
        font-weight: bold;
    }

    #gNav ul hr {
        height: 2px;
        background-color: #FFFFFF;
    }

    #menuBtn .fas.fa-bell {
        display: block;
    }
}

@media screen and (max-width: 740px) {
    #headline .balloon_box {
        width: 363px;
        margin-left: 0px;
        top: -50px;
        height: 50px;
    }

    #headline .balloon_arrow {
        transform: translate(-75px, -287px) matrix(1, 0, 0, 1, 349.5, 286.5) rotate(180deg);
    }

}

@media screen and (max-width: 640px) {
    #headline:not(.before_login) {
        height: 240px;
        margin-bottom: 280px;
    }

    #headline h2 {
        font-size: 14px;
        margin: 0;
    }

    #headline h2.title_after_login {
        top: 90px;
        width: auto;
    }

    #headline .contents_inner {
        height: 200px;
    }

    #headline .character_talk {
        top: 0px;
        width: 100%;
    }

    #headline .balloon {
        position: absolute;
        top: 20px;
        height: 48px;
        width: 100%;
        right: 0px
    }

    #headline .balloon_box {
        width: 100%;
        margin-left: 0px;
        top: 0px;
        height: 100%;
    }

    #headline .balloon_arrow {
        left: auto;
        right: 354px;
        transform: translate(0px, -266px) matrix(1, 0, 0, 1, 317, 312) rotate(180deg);
    }

    #headline .badge {
        left: 185px;
    }

    #headline .gacha {
        top: 125px;
    }

    #headline .character {
        position: absolute;
        top: 93px;
        right: 0px;
    }

    #headline .coin_inner {
        top: 200px;
    }

    #headline .coin_inner .coin_box p span {
        text-align: right;
        padding-left: 0;
    }

    #headline .coin_inner .txt_box .line_conte {
        font-size: 11px;
    }
}

@media screen and (max-width: 550px) {
    #headline .balloon_box {
        width: 79%;
        margin-left: 0px;
        top: 0px;
        height: 100%;
    }

    #headline .balloon_arrow {
        display: none;
    }

    #headline .character {
        top: 5px;
    }
}

@media screen and (max-width: 450px) {
    #headline .gacha_btn {
        background-image: url(/Legacy/application/themes/my_theme/images/gacha_banner/bg_SP.png);
        width: 150px;
        background-size: 150% 150%;
        background-repeat: no-repeat;
    }

    #headline .gacha_banner_text {
        max-width: 150%;
    }

    #headline .contents_inner {
        width: 85%;
    }

    #headline .badge {
        left: 137px;
    }
}

/*-----------------------------------

	footer

-----------------------------------*/
footer {
    position: relative;
    margin-top: 90px;
}

footer:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../images/common/line.jpg) no-repeat top;
    background-size: cover;
    height: 3px;
    z-index: 1;
}

/*ft_top*/
footer #ft_top {
    background: #f0f0f0;
    padding: 50px 0;
    position: relative;
}

footer #ft_top .logo_box {
    width: 20%;
}

footer #ft_top h1 {
    margin-bottom: 30px;
    margin-top: 0 !important;
}

footer #ft_top img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

footer #ft_top .ft_nav {
    width: 750px;
    max-width: 100%;
}

footer #ft_top ul {
    width: 30%;
}

footer #ft_top ul li:first-child {
    margin-bottom: 30px;
}

footer #ft_top ul li:first-child a {
    margin-bottom: 0;
}

footer #ft_top li .f_nav {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

footer #ft_top li a {
    display: inline-block;
    margin-bottom: 5px;
}

footer #ft_top li p {
    font-size: 12px;
    margin-bottom: 5px !important;
}

footer #ft_top .tabicon {
    position: relative;
    padding-right: 20px;
}

footer #ft_top .tabicon:before {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: bold;
}

/*sns_block*/
footer #sns_block {
    padding: 30px 0 50px 0;
    background: #000;
}

footer #sns_block p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 30px !important;
}

footer #sns_block li {
    text-align: center;
    font-size: 14px;
    background: #fff;
    width: 16%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer #sns_block li a {
    display: block;
    line-height: 1.5;
}

footer #sns_block li img {
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
}

footer #sns_block p,
footer #sns_block li {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

/*ft_btm*/
footer #ft_btm {
    padding: 50px 0;
}

footer #ft_btm h1 {
    width: 185px;
    margin: 0 !important;
}

footer #ft_btm .ft_nav ul {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer #ft_btm .ft_nav ul li:last-child:before {
    content: none;
}

footer #ft_btm .ft_nav ul li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 70%;
    background: #757575;
}

footer #ft_btm .ft_nav ul li {
    position: relative;
}

footer #ft_btm .ft_nav ul li a {
    color: #757575;
    font-size: 12px;
}

footer #ft_btm .ft_nav ul li:not(:last-of-type) {
    margin-right: 10px;
    padding-right: 10px;
}

#footer_copy {
    margin-top: 20px;
}

footer small {
    display: block;
    color: #757575;
    font-size: 10px;
    float: right;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.01rem;
}

@media screen and (max-width: 1200px) {
    footer #ft_top .ft_nav {
        width: 70%;
    }
}

@media screen and (max-width: 840px) {
    footer {
        margin-top: 60px;
    }

    footer #ft_top {
        padding: 40px 0;
    }

    footer #ft_top .logo_box {
        width: 100%;
    }

    footer #ft_top .ft_nav {
        width: 100%;
    }

    footer #ft_top ul {
        width: 100%;
        margin-bottom: 30px;
    }

    footer #ft_top ul li {
        width: 100%;
    }

    footer #ft_top .ft_top_img {
        position: absolute;
        right: 20px;
        bottom: 0;
        width: 181px;
    }

    #ft_top .ft_nav .sp-margin-bottom-0 {
        margin-bottom: 0;
    }

    footer #sns_block {
        padding: 20px 0;
    }

    footer #sns_block .row_box {
        justify-content: center;
    }

    footer #sns_block p {
        margin-bottom: 15px !important;
        text-align: center;
    }

    footer #sns_block li {
        background: none;
        height: auto;
        width: auto;
        padding-right: 4%;
    }

    footer #sns_block li:last-child {
        padding-right: 0;
    }

    footer #sns_block li span {
        display: none;
    }

    footer #sns_block li img {
        padding-bottom: 0;
    }

    footer #ft_btm {
        padding: 30px 0;
    }

    footer #ft_btm h1 {
        width: 217px;
    }

    footer #ft_btm h1 {
        padding-bottom: 30px;
    }

    footer small {
        float: none;
    }

}

@media screen and (max-width: 640px) {
    footer #ft_btm .row_box {
        justify-content: center;
    }

    footer #ft_btm .ft_nav ul li:not(:last-of-type) {
        margin-right: 15px;
        padding-right: 15px;
    }
}

/* 非ログイン時 */
/*下層共通*/
.guest #headline {
    height: 120px;
}

.guest #headline .character {
    top: 30px;
}

@media screen and (max-width: 840px) {
    .guest #headline {
        height: 70px;
    }

    .guest #headline .contents_inner {
        height: 100%;
    }

    .guest #headline .character {
        top: 10px;
        width: 50px;
    }
}

/* bootstrap */
.alert {
    /* margin-top: 90px; */
    /*margin-bottom: -50px;*/
}

@media screen and (max-width: 840px) {
    .alert {
        /* margin-top: 270px; */
        /*margin-bottom: -250px;*/
    }
}

@media screen and (max-width: 640px) {
    #contents div[class*="col-sm-"] {
        padding: 0;
    }
}

@media screen and (max-height: 667px) {
    #gNav ul li {
        padding-bottom: 1vh;
    }

    #gNav ul li ul {
        margin-top: 4px;
    }

    #gNav ul li p {
        color: #231815;
        font-size: 12px;
        font-weight: 600;
    }

    #gNav ul li a {
        font-size: 12px;
        font-weight: bold;
    }

    #gNav ul li ul li {
        padding-bottom: 0px;
    }

    #gNav ul li ul li a {
        font-size: 12px;
        font-weight: normal;
    }

    #gNav ul li.logout-link a {
        font-size: 10px;
        font-weight: normal;
    }

    #gNav ul hr {
        margin: 4px 0px;
    }

    #gNav.toggle {
        padding-top: 4px;
    }

    #gNav {
        top: 131.66px;
    }
}

/*-----------------------------------

	お知らせ詳細

-----------------------------------*/

#news_detail_block .contents_inner {
    max-width: 900px;
}

#news_detail_block h2 {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 50px;
}

#news_detail_block .date {
    font-size: 14px;
}

#news_detail_block img {
    display: block;
    margin: 0 auto;
}

#news_detail_block .txt_box {
    margin-top: 40px;
}

#news_detail_block .txt_box p {
    font-size: 16px;
    padding-bottom: 30px;
}

#news_detail_block .txt_box .b_txt {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
}

#news_detail_block .txt_box div {
    padding-bottom: 30px;
}

#news_detail_block .txt_box div p {
    font-size: 16px;
    padding-bottom: 5px;
}

#news_detail_block .txt_box div .c_txt {
    color: #eb6ea5;
}

#news_detail_block .more_linkbtn {
    font-size: 16px;
    color: #eb6ea5 !important;
    text-decoration: underline !important;
}

#news_detail_block .back_linkbtn {
    font-size: 14px;
    display: block;
    margin: 50px auto 0;
    border: 2px solid #000;
    line-height: 1;
    letter-spacing: 0;
    padding: 13px;
    width: 260px;
    text-align: center;
    border-radius: 3px;
}

@media screen and (max-width: 640px) {
    #news_detail_block .date {
        font-size: 12px;
    }

    #news_detail_block h2 {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    #news_detail_block .txt_box {
        margin-top: 20px;
    }

    #news_detail_block .txt_box .b_txt {
        font-size: 14px;
        padding-bottom: 20px;
    }

    #news_detail_block .txt_box div p,
    #news_detail_block .txt_box p,
    #news_detail_block .more_linkbtn,
    #news_detail_block .back_linkbtn {
        font-size: 12px;
    }
}

.questionnaire_wrapper {
    display: flex;
    align-items: center;
    cursor: default;
}

.questionnaire_title_wrapper {
    margin-top: 20px;
}

.questionnaire_title_wrapper h2 {
    margin-bottom: 10px;
}

.gacha_ticket_wrapper {
    min-width: 200px;
    font-size: 10px;
    position: relative;
    margin-right: 16px;
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
}

.gacha_ticket_wrapper img {
    border-radius: 15px;
    border: 2px solid #cbf1fc;
    margin-right: 6px;
}
