@charset "UTF-8";
/*========================================================
	riset
========================================================*/
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, 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, main, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
    /* 画面回転時の自動文字サイズ調整機能OFF */
}

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

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

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

img {
    vertical-align: top;
    font-size: 0;
    max-width: 100%;
    line-height: 1;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*========================================================
	base
========================================================*/
body {
    font-size: 62.5%;
    line-height: 1;
    color: #3c3c3c;
    font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 1rem;
    background-color: #fff2f6;
}
@media print, screen and (min-width: 768px) {
    body {
        overflow-x: hidden;
    }
}
body.hidden {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .rwd_disp_ox {
        display: none !important;
    }
}

@media print, screen and (min-width: 768px) {
    .rwd_disp_xo {
        display: none !important;
    }
}

/* SP
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .rwd_disp_xo {
        display: inline-block;
    }
}

/* PC
-------------------------------------------------- */
@media print, screen and (min-width: 768px) {
    .rwd_disp_ox {
        display: inline-block;
    }
}

.inputStyle {
    padding: 12px;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    color: #d2d2d2;
    font-family: "メイリオ", "Meiryo", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
    box-sizing: border-box;
}

.inputBtn {
    background: #ff82aa;
    border: 0;
    color: #fff;
}

input[type=checkbox] {
    border: #d2d2d2;
    border-radius: 0;
    margin: 0 5px 0 0;
}

.img {
    width: 100%;
}

.fit {
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.txt {
    line-height: 1.8;
}

.underline {
    text-decoration: underline;
}

.elp {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.elp.line01 {
    -webkit-line-clamp: 1;
}

.hover-anim {
    transition: 0.3s;
    cursor: pointer;
}
.hover-anim:hover {
    opacity: 0.8;
}

.arrow::before {
    content: "";
    background: url(../images/common_img/icon-arrow.png) no-repeat center/contain;
    width: 4px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}

.i-login.wh::before {
    content: "";
    background: url(../images/common_img/icon-login-wh.png) no-repeat center/contain;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.i-sign::before {
    content: "";
    background: url(../images/common_img/icon-memo-wh.png) no-repeat center/contain;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.i-logout.bk::before {
    content: "";
    background: url(../images/common_img/icon-logout-bk.png) no-repeat center/contain;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.i-login.bk::before {
    content: "";
    background: url(../images/common_img/icon-login-bk.png) no-repeat center/contain;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.i-mypage::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
}
.i-mypage.wh::before {
    background: url(../images/common_img/icon-mypage-wh.png) no-repeat center/contain;
}
.i-mypage.bk::before {
    background: url(../images/common_img/icon-mypage-bk.png) no-repeat center/contain;
}

.i-bell::before {
    content: "";
    width: 17px;
    height: 19px;
    display: inline-block;
    background: url(../images/common_img/icon-bell.png) no-repeat center/contain;
}

.i-game::before {
    content: "";
    width: 24px;
    height: 16px;
    display: inline-block;
    background: url(../images/common_img/icon-game.png) no-repeat center/contain;
}

.i-help::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/common_img/icon-help.png) no-repeat center/contain;
}

.i-mail::before {
    content: "";
    width: 20px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.i-mail.wh::before {
    background: url(../images/common_img/icon-mail-wh.png) no-repeat center/contain;
}
.i-mail.bk::before {
    background: url(../images/common_img/icon-mail-bk.png) no-repeat center/contain;
}

.i-coin::before {
    content: "";
    width: 20px;
    height: 23px;
    display: inline-block;
    background: url(../images/common_img/icon-coin.png) no-repeat center/contain;
}

.i-add::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.i-add.wh::before {
    background: url(../images/common_img/icon-add-wh.png) no-repeat center/contain;
}
.i-add.bk::before {
    background: url(../images/common_img/icon-add-bk.png) no-repeat center/contain;
}

/*========================================================
	header
========================================================*/
.header {
    padding: 20px 15px 12px;
    background: #fff;
    position: fixed;
    z-index: 11;
    width: 100%;
    top: 0;
    box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
    .header {
        position: relative;
    }
}
@media print, screen and (min-width: 768px) {
    .header-inner {
        max-width: 1100px;
        margin: 0 auto;
    }
}
.header-h1 {
    font-size: 1rem;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
    .header-h1 {
        text-align: left;
    }
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
    .header-wrap .logo {
        width: 105px;
    }
}
@media print, screen and (min-width: 768px) {
    .header-wrap .logo {
        width: 120px;
    }
}
.header-wrap .logo-link {
    order: 2;
    display: flex;
    align-items: flex-end;
}
.header-wrap .logo-link .i-link {
    display: flex;
    margin-left: 25px;
}
@media only screen and (max-width: 767px) {
    .header-wrap .logo-link .i-link {
        display: none;
    }
}
.header-wrap .logo-link .i-link a {
    display: flex;
    align-items: center;
    color: inherit;
    transition: 0.3s;
}
.header-wrap .logo-link .i-link a:hover {
    color: #ff82aa;
}
.header-wrap .logo-link .i-link a::before {
    margin-right: 10px;
}
.header-wrap .logo-link .i-link a + a {
    margin-left: 15px;
}
.header-wrap .icon-wrap {
    order: 3;
    display: flex;
    margin-bottom: 5px;
}
.header-wrap .icon-wrap a[class^=i-] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 10px;
    color: inherit;
    transition: 0.3s;
}
.header-wrap .icon-wrap a[class^=i-]:hover {
    color: #ff82aa;
}
.header-wrap .icon-wrap a[class^=i-] span {
    display: block;
    margin-top: 5px;
}
.header-wrap .icon-wrap a[class^=i-] + * {
    margin-left: 20px;
}
@media only screen and (max-width: 767px) {
    .header-wrap .icon-wrap a[class^=i-] + * {
        margin-left: 0;
    }
}
.header .h-menu {
    width: 23px;
    height: 20px;
    order: 1;
    margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
    .header .h-menu {
        display: none;
    }
}
.header .h-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transform-origin: left;
    transition: 0.3s;
}
.header .h-menu span + span {
    margin-top: 7px;
}
.header .h-menu:not(.default) span:nth-of-type(1) {
    transform: rotate(45deg) translate(3px, -2px);
}
.header .h-menu:not(.default) span:nth-of-type(3) {
    transform: rotate(-45deg) translate(3px, 2px);
}
.header .h-menu:not(.default) span:nth-of-type(2) {
    opacity: 0;
}
.header-nav {
    position: absolute;
    display: none;
    left: 0;
    top: 94px;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index: 11;
}
.header-btnSet {
    background: #ffe3ec;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.header-btnSet .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    height: 60px;
    background: #ff82aa;
    color: #fff;
    font-size: 1.1rem;
}
.header-btnSet .btn.i-logout {
    background: #fff;
    color: #000;
}
.header-btnSet a[class^=i]::before {
    margin-right: 10px;
}
.header-gNav {
    font-size: 1.3rem;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    height: calc(100vh - 180px);
    overflow: scroll;
    height: calc(100vh - 180px);
    overflow: scroll;
}
.header-gNav li + li {
    border-top: 1px solid #e5e5e5;
}
.header-gNav a {
    display: block;
    padding: 25px 15px;
    box-sizing: border-box;
    color: inherit;
}

/*========================================================
	footer
========================================================*/
footer {
    padding: 45px 10px;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}
@media print, screen and (min-width: 768px) {
    footer {
        padding: 30px;
    }
}
footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
    footer ul li {
        margin-bottom: 10px;
    }
}
footer ul li::after {
    content: "/";
    margin-right: 5px;
    margin-left: 5px;
}
footer ul li:last-child::after {
    content: none;
}
footer ul li a {
    color: inherit;
}
footer ul li a:hover {
    text-decoration: underline;
}
footer .copyright {
    font-size: 1rem;
    margin-top: 20px;
    text-align: center;
}

/*========================================================
appList
========================================================*/
.appList {
    padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
    .appList {
        width: 100%;
    }
}
.appList h2 {
    font-size: 1.8rem;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    background: #f4f4f4;
}
.appList h2::before {
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    .appList .tab {
        border-top: 1px solid #e5e5e5;
    }
}
.appList .tab .tab-btn {
    overflow: hidden;
}
.appList .tab .tab-btn li {
    cursor: pointer;
    width: 25%;
    height: 40px;
    font-size: 1.1rem;
    background: #f5f5f5;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    transition: 0.3s;
    cursor: pointer;
}
.appList .tab .tab-btn li:not(:nth-of-type(4n+1)) {
    border-left: 1px solid #e5e5e5;
}
.appList .tab .tab-btn li:last-of-type {
    border-right: 1px solid #e5e5e5;
}
.appList .tab .tab-btn li.active {
    background: #fff;
    color: #ff82aa;
}
@media print, screen and (min-width: 768px) {
    .appList .tab .tab-btn li {
        width: 12.5%;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        position: relative;
        z-index: 2;
    }
    .appList .tab .tab-btn li:nth-of-type(8n+8) {
        border-right: 1px solid #e5e5e5;
    }
    .appList .tab .tab-btn li:nth-of-type(n+9) {
        border-top: none;
    }
}
.appList .tab .tab-content {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (min-width: 768px) {
    .appList .tab .tab-content {
        padding: 0px 0 20px 20px;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        transform: translate(0, -1px);
        position: relative;
        z-index: 1;
    }
}
.appList .tab .tab-content.active {
    display: block;
    clear: both;
}
.appList .tab .tab-content .total {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .appList .tab .tab-content .total {
        margin-bottom: 20px;
    }
}
.appList .tab .tab-content .gameList-item {
    position: relative;
}
.appList .tab .tab-content .gameList-item.mode_hide::before {
    background: #fff;
    content: "非公開";
    font-size: 1rem;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px;
    border: 1px solid #ddd;
}
.appList-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    color: inherit;
}
@media print, screen and (min-width: 768px) {
    .appList-item {
        width: 182px;
        float: left;
        padding: 20px 20px 0 0;
    }
}
@media print, screen and (max-width: 1024px) and (min-width: 768px) {
    .appList-item {
        width: 17%;
        float: left;
        padding: 0 20px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .appList-item + * {
        margin-top: 15px;
    }
}
.appList-item-img {
    width: 30%;
}
.appList-item-img img {
    max-height: 182px;
    max-width: 182px;
    margin: auto;
    display: table;
}
@media only screen and (max-width: 767px) {
    .appList-item-img img {
        height: 27.7vw;
        width: auto;
    }
}
@media print, screen and (min-width: 768px) {
    .appList-item-img img {
        height: 15.3vw;
    }
}
@media print, screen and (min-width: 768px) {
    .appList-item-img {
        width: 100%;
    }
}
.appList-item dl {
    width: 70%;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
    .appList-item dl {
        display: none;
    }
}
.appList-item dl dt {
    margin-bottom: 10px;
}
.appList-item dl dd {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
@media print, screen and (min-width: 768px) {
    .appList-item dl dd {
        -webkit-line-clamp: 2;
    }
}

/*========================================================
	under-common
========================================================*/
.pageTitle {
    box-sizing: border-box;
    margin-top: 92px;
    background: #ffe3ec;
    text-align: center;
    padding: 20px 0;
    font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
    .pageTitle {
        max-width: 1100px;
        margin: 0 auto;
        text-align: left;
        padding: 40px 30px;
    }
}

.breadcrumb {
    background: #fff;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 30px 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .breadcrumb {
        display: none;
    }
}
.breadcrumb ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.breadcrumb ul li {
    margin-right: 10px;
}
.breadcrumb ul li:last-child {
    margin-right: 0;
}
.breadcrumb ul .arrow::before {
    vertical-align: middle;
}

.contentWrap {
    font-size: 1.3rem;
    background: #fff;
}
@media print, screen and (min-width: 768px) {
    .contentWrap {
        max-width: 1100px;
        margin: 0 auto;
        padding: 30px 30px 50px;
        box-sizing: border-box;
    }
}
.contentWrap a {
    color: inherit;
    transition: 0.3s;
}
.contentWrap a:hover {
    color: #ff82aa;
}
.contentWrap .sec {
    padding: 0 15px;
}
@media print, screen and (min-width: 768px) {
    .contentWrap .sec {
        padding: 0;
    }
}
.contentWrap .completionTxt {
    padding: 30px 15px;
    text-align: center;
    line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
    .contentWrap .completionTxt {
        padding: 50px 0 30px;
    }
}
.contentWrap .btn {
    width: 70%;
    margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
    .contentWrap .btn {
        width: 220px;
    }
}
.contentWrap .btn a {
    display: block;
    background: #ff82aa;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
.contentWrap .btn.facebook a {
    background: #0386ff url(../images/common_img/logo-facebook.png) left 15px center no-repeat;
    background-size: 22px auto;
}
.contentWrap .btn.twitter a {
    background: #06bdff url(../images/common_img/logo-twitter.png) left 15px center no-repeat;
    background-size: 22px auto;
}
.contentWrap .btn.yahoo a {
    background: #ff0342 url(../images/common_img/logo-yahoo.png) left 15px center no-repeat;
    background-size: 22px auto;
}
.contentWrap .btn.google a {
    background: #fff url(../images/common_img/logo-google.png) left 15px center no-repeat;
    background-size: 22px auto;
    color: #3c3c3c;
}
.contentWrap .btn.color_carrier a {
    background: #21D19F;
}
.contentWrap select {
    padding: 5px;
    border: 1px solid #e5e5e5;
}
.contentWrap textarea {
    width: 100%;
    height: 150px;
    padding: 5px;
    border: 1px solid #e5e5e5;
    resize: vertical;
}
.contentWrap input,
.contentWrap select,
.contentWrap textarea {
    font-family: inherit;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #3c3c3c;
    box-sizing: border-box;
    background: #fff;
}
.contentWrap input[type=file],
.contentWrap select[type=file],
.contentWrap textarea[type=file] {
    background: transparent;
}
.contentWrap input[type=text], .contentWrap input[type=url], .contentWrap input[type=password], .contentWrap input[type=number], .contentWrap input[type=email],
.contentWrap select[type=text],
.contentWrap select[type=url],
.contentWrap select[type=password],
.contentWrap select[type=number],
.contentWrap select[type=email],
.contentWrap textarea[type=text],
.contentWrap textarea[type=url],
.contentWrap textarea[type=password],
.contentWrap textarea[type=number],
.contentWrap textarea[type=email] {
    border: 1px solid #e5e5e5;
    padding: 5px;
    width: 100%;
}
.contentWrap input[type=time], .contentWrap input[type=date],
.contentWrap select[type=time],
.contentWrap select[type=date],
.contentWrap textarea[type=time],
.contentWrap textarea[type=date] {
    border: 1px solid #e5e5e5;
    padding: 5px;
}
.contentWrap input[type=button], .contentWrap input[type=submit],
.contentWrap select[type=button],
.contentWrap select[type=submit],
.contentWrap textarea[type=button],
.contentWrap textarea[type=submit] {
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
            appearance: none;
    margin: 0 auto;
    border: none;
    background-color: #ff82aa;
    color: #fff;
    padding: 20px 0;
    width: 70%;
}
@media print, screen and (min-width: 768px) {
    .contentWrap input[type=button], .contentWrap input[type=submit],
.contentWrap select[type=button],
.contentWrap select[type=submit],
.contentWrap textarea[type=button],
.contentWrap textarea[type=submit] {
        width: 300px;
        max-width: 100%;
    }
}
.contentWrap input[type=button][disabled], .contentWrap input[type=submit][disabled],
.contentWrap select[type=button][disabled],
.contentWrap select[type=submit][disabled],
.contentWrap textarea[type=button][disabled],
.contentWrap textarea[type=submit][disabled] {
    background-color: #ddd !important;
    transition: none !important;
}
.contentWrap input[type=button].back, .contentWrap input[type=button].remove, .contentWrap input[type=submit].back, .contentWrap input[type=submit].remove,
.contentWrap select[type=button].back,
.contentWrap select[type=button].remove,
.contentWrap select[type=submit].back,
.contentWrap select[type=submit].remove,
.contentWrap textarea[type=button].back,
.contentWrap textarea[type=button].remove,
.contentWrap textarea[type=submit].back,
.contentWrap textarea[type=submit].remove {
    background-color: #ddd;
    color: #3c3c3c;
}
.contentWrap input[type=radio],
.contentWrap select[type=radio],
.contentWrap textarea[type=radio] {
    position: relative;
    margin: -2px 0 0 0;
    vertical-align: middle;
}
.contentWrap input:-webkit-autofill,
.contentWrap select:-webkit-autofill,
.contentWrap textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
@media only screen and (max-width: 767px) {
    .contentWrap .dl_table_style {
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
}
@media print, screen and (min-width: 768px) {
    .contentWrap .dl_table_style {
        display: table;
        width: 100%;
        border-spacing: 0;
    }
    .contentWrap .dl_table_style > dl {
        display: table-row;
    }
    .contentWrap .dl_table_style > dl > dt,
.contentWrap .dl_table_style > dl > dd {
        display: table-cell;
        vertical-align: middle;
    }
}
.contentWrap .dl_table_style > dl {
    margin-bottom: 20px;
}
.contentWrap .dl_table_style > dl:last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
    .contentWrap .dl_table_style > dl:last-child > dt,
.contentWrap .dl_table_style > dl:last-child > dd {
        border-bottom: 1px solid #e5e5e5;
    }
}
.contentWrap .dl_table_style > dl > dt,
.contentWrap .dl_table_style > dl > dd {
    box-sizing: border-box;
    line-height: 1.6;
    margin: 0;
}
@media print, screen and (min-width: 768px) {
    .contentWrap .dl_table_style > dl > dt,
.contentWrap .dl_table_style > dl > dd {
        padding: 25px;
        border-top: 1px solid #e5e5e5;
    }
}
.contentWrap .dl_table_style > dl > dt {
    position: relative;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff2f6;
}
@media print, screen and (min-width: 768px) {
    .contentWrap .dl_table_style > dl > dt {
        margin: 0;
        padding: 20px;
        width: 300px;
    }
}
.contentWrap .dl_table_style > dl > dt.disp::before {
    content: "公開";
    float: right;
    color: #ff82aa;
    font-size: 1.1rem;
}
.contentWrap .dl_table_style > dl > dt.nodisp::before {
    content: "非公開";
    float: right;
    color: #ff82aa;
    font-size: 1.1rem;
}
.contentWrap .dl_table_style > dl > dt.hissu::before {
    content: "必須";
    float: right;
    color: #ff82aa;
    font-size: 1.1rem;
}
.contentWrap .dl_table_style > dl > dt.ninni::before {
    content: "任意";
    float: right;
    color: #ff82aa;
    font-size: 1.1rem;
}
.contentWrap.mypage, .contentWrap.console {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .contentWrap.mypage, .contentWrap.console {
        flex-direction: column;
    }
}
@media print, screen and (min-width: 768px) {
    .contentWrap.mypage, .contentWrap.console {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
}
.contentWrap.mypage .sideMenu, .contentWrap.console .sideMenu {
    background: #f5f5f5;
    padding: 25px 20px;
    word-break: break-word;
}
@media only screen and (max-width: 767px) {
    .contentWrap.mypage .sideMenu, .contentWrap.console .sideMenu {
        margin: 20px 15px;
    }
}
@media print, screen and (min-width: 768px) {
    .contentWrap.mypage .sideMenu, .contentWrap.console .sideMenu {
        width: 24%;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 767px) {
    .contentWrap.mypage .mainContent, .contentWrap.console .mainContent {
        margin-bottom: 45px;
    }
}
@media print, screen and (min-width: 768px) {
    .contentWrap.mypage .mainContent, .contentWrap.console .mainContent {
        width: 73%;
        box-sizing: border-box;
    }
}

.pageNation {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageNation li {
    margin-right: 5px;
}
.pageNation li:last-child {
    margin-right: 0;
}
.pageNation li.current a {
    border: 1px solid #ff82aa;
    background: #ff82aa;
    color: #fff;
}
.pageNation li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 26px;
    border: 1px solid #e5e5e5;
    font-size: 1.1rem;
}

/*========================================================
faq
========================================================*/
.contentWrap.faq .faqList .tab > input[type=radio] {
    display: none;
}
.contentWrap.faq .faqList .tab > input[type=radio]:checked + label {
    color: #1f7fa2;
}
@media print, screen and (min-width: 768px) {
    .contentWrap.faq .faqList .tab > input[type=radio]:checked + label {
        border-bottom: 1px solid #fff;
    }
}
.contentWrap.faq .faqList .tab .tab-btn {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.contentWrap.faq .faqList .tab .tab-btn li {
    cursor: pointer;
    width: 25%;
    height: 40px;
    font-size: 1.1rem;
    background: #f5f5f5;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
    transition: 0.3s;
    cursor: pointer;
}
.contentWrap.faq .faqList .tab .tab-btn li:not(:nth-of-type(4n+1)) {
    border-left: 1px solid #e5e5e5;
}
.contentWrap.faq .faqList .tab .tab-btn li:last-of-type {
    border-right: 1px solid #e5e5e5;
}
.contentWrap.faq .faqList .tab .tab-btn li.active {
    background: #fff;
    color: #ff82aa;
}
@media only screen and (max-width: 767px) {
    .contentWrap.faq .faqList .tab .tab-btn li:nth-of-type(4) {
        border-right: 1px solid #e5e5e5;
    }
    .contentWrap.faq .faqList .tab .tab-btn li:nth-of-type(n+5) {
        width: 50%;
    }
}
@media print, screen and (min-width: 768px) {
    .contentWrap.faq .faqList .tab .tab-btn li {
        width: 16.66666%;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        position: relative;
        z-index: 2;
    }
}
.contentWrap.faq .faqList .tab .tab-content {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
@media print, screen and (min-width: 768px) {
    .contentWrap.faq .faqList .tab .tab-content {
        padding: 0px 0 20px 20px;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        transform: translate(0, -1px);
        position: relative;
        z-index: 1;
    }
}
.contentWrap.faq .faqList .tab .tab-content.active {
    display: block;
    clear: both;
}
.contentWrap.faq .faqList .tab .total {
    text-align: right;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
    .contentWrap.faq .faqList .tab .total {
        margin-top: 20px;
        margin-bottom: 0;
        margin-right: 20px;
    }
}
.contentWrap.faq .faqList-item {
    line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
    .contentWrap.faq .faqList-item {
        margin-top: 20px;
    }
}
.contentWrap.faq .faqList-item > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.contentWrap.faq .faqList-item > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.contentWrap.faq .faqList-item dt {
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.contentWrap.faq .faqList-item p {
    margin-bottom: 10px;
}
.contentWrap.faq .faqList-item label {
    margin-right: 20px;
}
.contentWrap.faq .faqList-item label input {
    margin-right: 5px;
}
.contentWrap.faq .faqDetail .head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.contentWrap.faq .faqDetail .head time {
    margin-right: 10px;
}
.contentWrap.faq .faqDetail .txt {
    line-height: 1.6;
}
.contentWrap.faq .faqDetail .btn {
    margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
    .contentWrap.faq .faqDetail .btn {
        margin-top: 50px;
    }
}

/*========================================================
notice
========================================================*/
.contentWrap.notice .total {
    text-align: right;
    font-size: 1.1rem;
}
.contentWrap.notice .noticeList {
    line-height: 1.6;
}
.contentWrap.notice .noticeList > li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
}
.contentWrap.notice .noticeList > li:last-child {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.contentWrap.notice .noticeList > li a {
    text-decoration: underline;
}
.contentWrap.notice .noticeList dt {
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.contentWrap.notice .noticeList p {
    margin-bottom: 10px;
}
.contentWrap.notice .noticeList label {
    margin-right: 20px;
}
.contentWrap.notice .noticeList label input {
    margin-right: 5px;
}
.contentWrap.notice .tag {
    padding-top: 25px;
}
.contentWrap.notice .tag::before {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 50px;
    line-height: 1;
    padding: 5px;
    font-size: 1.1rem;
    color: #fff;
}
.contentWrap.notice .tag.notice::before {
    content: "お知らせ";
    background: #1f7fa2;
}
.contentWrap.notice .tag.trouble::before {
    content: "障害";
    background: #f5c740;
}
.contentWrap.notice .tag.important::before {
    content: "重要";
    background: #d43333;
}
.contentWrap.notice .tag.event::before {
    content: "イベント";
    background: #ff82aa;
}

.notice.detail .tit_tag {
    position: relative;
    padding-left: 75px;
    margin-bottom: 10px;
}
.notice.detail .tit_tag::before {
    width: 50px;
    background: #1f7fa2;
    content: "お知らせ";
    color: #fff;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    padding: 5px;
}
.notice.detail .tit_tag.trouble::before {
    content: "障害";
    background: #f5c740;
}
.notice.detail .tit_tag.important::before {
    content: "重要";
    background: #d43333;
}
.notice.detail .tit_tag.event::before {
    content: "イベント";
    background: #ff82aa;
}
.notice.detail .btn {
    margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
    .notice.detail .btn {
        margin-top: 50px;
    }
}

.post_data {
    margin-top: 30px;
}
.post_data > * {
    margin: 15px 0;
}
.post_data > *:first-child {
    margin-top: 0;
}

/*========================================================
coin
========================================================*/
.coinList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.coinList > li {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
}
.coinList > li .img-box {
    margin-bottom: 10px;
}
.coinList > li .data p:not(:first-child) {
    margin-top: 10px;
}
.coinList > li .data .coin {
    font-size: 1.6rem;
}
.coinList > li .data .limit {
    font-size: 1rem;
    text-align: right;
}
.coinList > li .data .price {
    font-size: 1.4rem;
    text-align: right;
}
.coinList > li .setteing {
    margin-top: 20px;
}
.coinList > li .setteing > ul > li:not(:first-child) {
    margin-top: 10px;
}
.coinList > li .setteing .tar {
    text-align: right;
    margin-top: 20px;
}
.coinList > li .setteing .tar a {
    text-decoration: underline;
}
.coinList > li .btn {
    margin-top: 10px;
    width: 100%;
}
.coinList > li .btn a {
    padding: 10px;
}
@media only screen and (max-width: 767px) {
    .coinList {
        justify-content: space-between;
    }
    .coinList > li {
        width: 48%;
    }
}
@media print, screen and (min-width: 768px) {
    .coinList > li {
        width: calc((100% - 30px) /4 );
    }
    .coinList > li:not(:nth-child(4n+1)) {
        margin-left: 10px;
    }
}

/*========================================================
.error_box
========================================================*/
.error_box {
    color: #f00;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 10px;
}
.error_box p:not(:first-child) {
    margin-top: 5px;
}

.success_box {
    font-weight: bold;
    font-size: 1.2rem;
    padding: 1em;
    border: 1px solid #1f7fa2;
    background-color: #e9f9ff;
    color: #1f7fa2;
}

.btn_mt {
    margin-top: 30px !important;
}
.btn_mt.mode_s {
    margin-top: 20px !important;
}
@media print, screen and (min-width: 768px) {
    .btn_mt {
        margin-top: 50px !important;
    }
    .btn_mt.mode_s {
        margin-top: 30px !important;
    }
}

.w100p {
    width: 100% !important;
}

/*========================================================
	mv
========================================================*/
.mv div[class^=mv-slide] {
    text-align: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
}

/*========================================================
	loginform
========================================================*/
.loginForm {
    background: #ffe3ec;
    width: 320px;
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
    .loginForm {
        display: none;
    }
}
@media print, screen and (max-width: 1024px) and (min-width: 768px) {
    .loginForm {
        width: 100%;
    }
}
.loginForm .loginForm-set {
    display: flex;
}
.loginForm .loginForm-set ul {
    margin-right: 10px;
}
.loginForm .loginForm-set ul li + li {
    margin-top: 5px;
}
.loginForm .loginForm-set ul .inputStyle {
    width: 180px;
}
.loginForm .loginForm-set .inputBtn {
    width: 90px;
}
.loginForm .autologin {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 1.1rem;
}
.loginForm .underline {
    text-align: right;
    margin-top: 10px;
    font-size: 1.1rem;
    display: block;
    cursor: pointer;
}
.loginForm .exService {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 10px;
}
.loginForm .exService-ttl {
    font-size: 1.2rem;
    margin-right: 15px;
}
.loginForm-btn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff82aa;
    font-size: 1.6rem;
    color: #fff;
}
.loginForm-btn::before {
    margin-right: 10px;
}
.loginForm .login-before {
    width: 100%;
}
@media print, screen and (max-width: 1024px) and (min-width: 768px) {
    .loginForm .login-before .loginForm-set ul {
        width: calc(100% - 100px);
    }
    .loginForm .login-before .loginForm-set ul input {
        width: 100%;
    }
}
.loginForm .login-after {
    width: 100%;
}
.loginForm .message {
    font-size: 1.6rem;
}
.loginForm .login-btnSet {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 20px;
}
.loginForm .login-btnSet a {
    background: #ff82aa;
    width: 135px;
    height: 40px;
    display: block;
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginForm .login-btnSet a::before {
    margin-right: 5px;
}
@media print, screen and (max-width: 1024px) and (min-width: 768px) {
    .loginForm .login-btnSet > li {
        width: 48%;
    }
    .loginForm .login-btnSet > li > a {
        width: 100%;
    }
}
.loginForm .balance-wrap {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}
.loginForm .balance-wrap .balance-ttl {
    display: flex;
    align-items: center;
}
.loginForm .balance-wrap .balance-ttl::before {
    margin-right: 10px;
}
.loginForm .balance-wrap .balance-cont {
    margin-left: auto;
}
.loginForm .balance-wrap .balance-btn {
    background: #fff;
    padding: 8px;
    color: #000;
    margin-left: 10px;
}

/*========================================================
	link
========================================================*/
.linkSet {
    display: flex;
    height: 50px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}
@media print, screen and (min-width: 768px) {
    .linkSet {
        display: none;
    }
}
.linkSet > a {
    width: calc(100% / 3);
    text-align: center;
    padding: 20px 0;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.linkSet > a:hover {
    color: #ff82aa;
}
.linkSet > a::before {
    margin-right: 10px;
}
.linkSet > a + a {
    border-left: 1px solid #e5e5e5;
}

/*========================================================
	pickup
========================================================*/
.pickUp {
    padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
    .pickUp {
        max-width: 690px;
        width: 64%;
    }
}
.pickUp h2 {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    padding: 20px 15px;
}
@media print, screen and (min-width: 768px) {
    .pickUp h2 {
        padding: 0 0 30px;
    }
}
.pickUp-list-wrap {
    width: 100%;
    overflow-x: scroll;
}
@media print, screen and (max-width: 1024px) and (min-width: 768px) {
    .pickUp-list-wrap {
        overflow-x: scroll;
    }
}
@media print, screen and (min-width: 768px) {
    .pickUp-list-wrap {
        overflow: unset;
    }
}
.pickUp-list {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .pickUp-list {
        padding-left: 15px;
    }
}
.pickUp-item {
    min-width: 142px;
    max-width: 210px;
}
.pickUp-item + * {
    margin-left: 20px;
}
.pickUp-item dl {
    margin: 15px 0;
    font-size: 1.3rem;
    color: #000;
}
.pickUp-item dl dt {
    margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
    .pickUp-item dl dt {
        display: none;
    }
}
.pickUp-item dl dd {
    max-height: 4.5rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

/*========================================================
	news
========================================================*/
.news {
    margin: 45px 15px;
    padding: 25px;
    box-sizing: border-box;
    background: #f5f5f5;
}
@media print, screen and (min-width: 768px) {
    .news {
        margin: 0 0 0 40px;
        font-size: 1.2rem;
    }
}
.news h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    position: relative;
}
.news h2 a {
    font-size: 1.2rem;
    margin-left: auto;
    font-weight: lighter;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.news h2 a:hover {
    text-decoration: underline;
}
.news ul {
    height: 200px;
    overflow-y: scroll;
}
.news li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news li a {
    color: inherit;
    text-decoration: underline;
    transition: 0.3s;
}
.news li a:hover {
    color: #ff82aa;
}
.news li + li {
    margin-top: 15px;
}

/*========================================================
	layout
========================================================*/
.layout-num {
    display: flex;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .layout-num {
        flex-direction: column;
    }
}
@media print, screen and (min-width: 768px) {
    .layout-num {
        max-width: 1100px;
        margin: 0 auto;
        padding: 20px 30px 50px;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-items: center;
        position: relative;
        z-index: 10;
    }
}
.layout-num .pickUp {
    order: 1;
}
@media print, screen and (min-width: 768px) {
    .layout-num .pickUp {
        float: left;
    }
}
.layout-num .appList {
    order: 2;
}
@media print, screen and (min-width: 768px) {
    .layout-num .appList {
        clear: both;
    }
}
.layout-num .news {
    order: 3;
}
@media print, screen and (min-width: 768px) {
    .layout-num .news {
        order: 2;
        max-width: 310px;
        width: 30%;
        height: 300px;
        float: right;
    }
}

/*========================================================
	mv-login
========================================================*/
@media only screen and (max-width: 767px) {
    .mv-login-set {
        padding-top: 101px;
    }
}
@media print, screen and (min-width: 768px) {
    .mv-login-set {
        display: flex;
        max-width: 1100px;
        max-height: 300px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }
    .mv-login-set .mv {
        width: 780px;
    }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
    .mv-login-set .mv {
        width: 100%;
    }
}
@media print, screen and (max-width: 1024px) and (min-width: 768px) {
    .mv-login-set {
        display: block;
    }
}

/*========================================================
	campaign
========================================================*/
.bnr-left {
    position: absolute;
    right: 0;
    top: 99px;
    max-width: 410px;
    min-width: 21.18%;
    z-index: 9;
    left: 0;
    margin: auto;
    transform: translate(-755px, 0px);
}
.bnr-left img {
    width: 100%;
}
@media print, screen and (max-width: 1024px) and (min-width: 768px) {
    .bnr-left {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .bnr-left {
        display: none;
    }
}

.bnr-right {
    position: absolute;
    right: 0;
    top: 99px;
    max-width: 410px;
    min-width: 21.18%;
    z-index: 9;
    left: 0;
    margin: auto;
    transform: translate(755px, 0px);
}
.bnr-right img {
    width: 100%;
}
@media print, screen and (max-width: 1024px) and (min-width: 768px) {
    .bnr-right {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .bnr-right {
        display: none;
    }
}
/*# sourceMappingURL=top.css.map */