@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;
}

/*========================================================
common
========================================================*/
.breadcrumb a {
    color: inherit;
    transition: 0.3s;
}
.breadcrumb a:hover {
    color: #ff82aa;
}

.sideMenu .userInfo {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 5px 20px;
    margin-bottom: 20px;
}
.sideMenu .userInfo dt {
    margin-bottom: 3px;
    font-size: 1rem;
}
.sideMenu .userInfo dd {
    margin-bottom: 15px;
    line-height: 1.6;
}
.sideMenu .userInfo dd span {
    font-size: 1rem;
}
.sideMenu .userInfo a {
    margin-top: 15px;
    display: block;
    text-align: right;
}
.sideMenu .menuList {
    padding: 0 5px;
}
.sideMenu .menuList li {
    margin-bottom: 10px;
}
.sideMenu .menuList li:last-child {
    margin-bottom: 0;
}

/*========================================================
※base.scssをこのように修正
========================================================*/
.contentWrap.u_page, .contentWrap.mypage, .contentWrap.console {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .contentWrap.u_page, .contentWrap.mypage, .contentWrap.console {
        flex-direction: column;
    }
}
@media print, screen and (min-width: 768px) {
    .contentWrap.u_page, .contentWrap.mypage, .contentWrap.console {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 767px) {
    .contentWrap.u_page .sideMenu, .contentWrap.mypage .sideMenu, .contentWrap.console .sideMenu {
        margin: 20px 15px;
    }
}
@media print, screen and (min-width: 768px) {
    .contentWrap.u_page .sideMenu, .contentWrap.mypage .sideMenu, .contentWrap.console .sideMenu {
        width: 24%;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 767px) {
    .contentWrap.u_page .mainContent, .contentWrap.mypage .mainContent, .contentWrap.console .mainContent {
        margin-bottom: 45px;
    }
}
@media print, screen and (min-width: 768px) {
    .contentWrap.u_page .mainContent, .contentWrap.mypage .mainContent, .contentWrap.console .mainContent {
        width: 73%;
        box-sizing: border-box;
    }
}
.contentWrap.mypage .sideMenu, .contentWrap.console .sideMenu {
    background: #f5f5f5;
    padding: 25px 20px;
}

/*========================================================
 ※top.scssと一緒　base.scssに移動
========================================================*/
.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;
}

/*========================================================
.u_page common
========================================================*/
.annotation {
    font-size: 1rem;
    margin-top: 5px;
}

.a_under {
    text-decoration: underline !important;
}

.u_page .catch {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 20px;
}
.u_page .loginForm {
    background: #ffe3ec;
    padding: 30px 20px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.u_page .loginForm .login-after {
    width: 100%;
}
.u_page .loginForm .login-btnSet {
    width: 100%;
    margin: 20px 0 20px;
}
.u_page .loginForm .login-btnSet > li:not(:first-child) {
    margin-top: 10px;
}
.u_page .loginForm .login-btnSet a {
    background: #ff82aa;
    width: 100%;
    height: 40px;
    display: block;
    color: #fff;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.u_page .loginForm .login-btnSet a::before {
    margin-right: 5px;
}
.u_page .loginForm .balance-wrap {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    flex-wrap: wrap;
}
.u_page .loginForm .balance-wrap .balance-ttl {
    width: 100%;
    display: flex;
    align-items: center;
}
.u_page .loginForm .balance-wrap .balance-ttl::before {
    margin-right: 10px;
}
.u_page .loginForm .balance-wrap .balance-btn {
    background: #fff;
    padding: 8px;
    color: #000;
    margin-left: auto;
}
.u_page .loginForm .login-before {
    width: 100%;
}
.u_page .loginForm .underline {
    text-align: right;
    margin-top: 10px;
    font-size: 1.1rem;
    display: block;
    cursor: pointer;
}
.u_page .loginForm .autologin {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 1.1rem;
}
.u_page .loginForm .exService {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 10px;
}
@media print, screen and (min-width: 768px) {
    .u_page .loginForm .exService {
        display: block;
    }
    .u_page .loginForm .exService dd {
        display: flex;
        justify-content: flex-end;
        margin-top: 10px;
    }
    .u_page .loginForm .exService dd a {
        margin-left: 5px;
    }
}
.u_page .loginForm .exService-ttl {
    font-size: 1.2rem;
    margin-right: 15px;
}
.u_page .loginForm .loginForm-btn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff82aa;
    font-size: 1.6rem;
    color: #fff;
}
.u_page .loginForm .loginForm-btn::before {
    margin-right: 10px;
}
.u_page .loginForm .loginForm-set {
    display: flex;
}
.u_page .loginForm .loginForm-set ul {
    width: calc(100% - 100px);
    margin-right: 10px;
}
.u_page .loginForm .loginForm-set ul li + li {
    margin-top: 5px;
}
.u_page .loginForm .loginForm-set .inputBtn {
    width: 90px;
}
.u_page .sideMenu .bnr-list li {
    margin-top: 15px;
}
@media only screen and (max-width: 767px) {
    .u_page .sideMenu .bnr-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .u_page .sideMenu .bnr-list li {
        width: 48.5%;
        margin-top: 10px;
    }
    .u_page .sideMenu .bnr-list li img {
        width: 100%;
    }
}
@media print, screen and (min-width: 768px) {
    .u_page .sideMenu .loginForm .exService {
        flex-wrap: wrap;
    }
    .u_page .sideMenu .loginForm .exService .exService-ttl {
        width: 100%;
        padding-top: 5px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .u_page .sideMenu .loginForm .exService .exService-item {
        margin-left: auto;
    }
    .u_page .sideMenu .loginForm .exService .exService-item > a {
        display: inline-block;
    }
    .u_page .sideMenu .loginForm .exService .exService-item > a:first-child {
        margin-left: auto;
    }
}
.u_page .mainContent h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
    .u_page .mainContent h3 {
        margin-bottom: 30px;
    }
}
.u_page .sec-area {
    padding-top: 100px;
    margin-top: -70px;
}
.u_page .page-tit {
    background: #ddd;
    font-size: 1.8rem;
    line-height: 1.6;
    position: relative;
    padding: 60px 30px;
}
.u_page .page-tit h3 {
    text-align: center;
    margin-bottom: 0;
}
.u_page .page-tit img {
    height: 40px;
    display: block;
    margin: 0 auto 10px;
}
.u_page .txt-box {
    margin-top: 20px;
}
.u_page .txt-box > *:not(:first-child) {
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .u_page .sec {
        padding: 40px 15px 0;
    }
}
@media print, screen and (min-width: 768px) {
    .u_page {
        flex-direction: row;
    }
    .u_page .sideMenu {
        order: 2;
    }
    .u_page .mainContent {
        order: 1;
    }
    .u_page.col01 .sideMenu {
        display: none;
    }
    .u_page.col01 .mainContent {
        width: 100%;
    }
    .u_page .page-tit {
        padding: 80px 30px;
    }
    .u_page .page-tit h3 {
        display: flex;
        align-items: flex-end;
        margin-bottom: 0;
    }
    .u_page .page-tit img {
        height: 60px;
        margin-right: 5px;
    }
}

/*========================================================
game
========================================================*/
.game .played-game {
    overflow: hidden;
}
.game .played-game li {
    width: calc((100% - 30px) / 4 );
    float: left;
    margin-left: 10px;
}
.game .played-game li a {
    transition: 0.3s;
}
.game .played-game li a:hover {
    opacity: 0.8;
}
@media only screen and (max-width: 767px) {
    .game #sec-pickUp .loginForm {
        display: none;
    }
    .game #sec-title,
.game .pickUp-list-wrap {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .game .played-game {
        margin-top: -10px;
    }
    .game .played-game li {
        margin-top: 10px;
    }
    .game .played-game li:nth-child(4n+1) {
        margin-left: 0;
    }
}
@media print, screen and (min-width: 768px) {
    .game #sec-pickUp > .inner {
        display: flex;
    }
    .game #sec-pickUp > .inner .pickUp-list-wrap {
        width: calc(100% - 32%);
    }
    .game #sec-pickUp > .inner .loginForm {
        width: 30%;
        margin-left: auto;
    }
    .game .played-game {
        overflow: hidden;
    }
    .game .played-game li {
        width: calc((100% - 140px) / 8 );
        margin-top: 0;
        margin-left: 20px;
    }
    .game .played-game li:first-child {
        margin-left: 0;
    }
}

.game.detail #sec-gameHead > .inner .side .btn-mt {
    margin-top: 20px;
}
.game.detail #sec-gameHead > .inner .side .btn-mt .btnStart {
    width: 70%;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 15px 30px;
    border-radius: 8px;
    margin: 0 auto;
    z-index: 0;
}
.game.detail #sec-gameHead > .inner .side .btn-mt .btnStart::before, .game.detail #sec-gameHead > .inner .side .btn-mt .btnStart::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(#c14343, #ff8282);
    content: "";
    display: block;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.game.detail #sec-gameHead > .inner .side .btn-mt .btnStart::after {
    background: linear-gradient(#ff8282, #c14343);
}
.game.detail #sec-gameHead > .inner .side .btn-mt .btnStart:hover::after {
    opacity: 0;
}
.game.detail #sec-gameData .btn-mt.rwd_disp_xo {
    margin-top: 20px;
    display: block;
}
.game.detail #sec-gameHead > .inner .side .btn-mt .btnStart,
.game.detail #sec-gameData .btn-mt .btnStart {
    width: 70%;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 15px 30px;
    border-radius: 8px;
    margin: 0 auto;
    z-index: 0;
}
.game.detail #sec-gameHead > .inner .side .btn-mt .btnStart::before, .game.detail #sec-gameHead > .inner .side .btn-mt .btnStart::after,
.game.detail #sec-gameData .btn-mt .btnStart::before,
.game.detail #sec-gameData .btn-mt .btnStart::after {
    width: 100%;
    height: 100%;
    background: linear-gradient(#c14343, #ff8282);
    content: "";
    display: block;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.game.detail #sec-gameHead > .inner .side .btn-mt .btnStart::after,
.game.detail #sec-gameData .btn-mt .btnStart::after {
    background: linear-gradient(#ff8282, #c14343);
}
.game.detail #sec-gameHead > .inner .side .btn-mt .btnStart:hover::after,
.game.detail #sec-gameData .btn-mt .btnStart:hover::after {
    opacity: 0;
}
.game.detail #sec-gameData > .inner {
    line-height: 1.6;
    padding: 20px 15px;
    border: 4px double #ffe3ec;
}
.game.detail #sec-gameData .img_li li {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .game.detail #sec-gameHead > .inner .img-box {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .game.detail #sec-gameHead > .inner .img-box img {
        width: 100%;
    }
    .game.detail #sec-gameHead > .inner .side {
        margin-top: 20px;
    }
    .game.detail #sec-gameHead > .inner .side .loginForm {
        display: none;
    }
}
@media print, screen and (min-width: 768px) {
    .game.detail #sec-gameHead > .inner {
        display: flex;
    }
    .game.detail #sec-gameHead > .inner .img-box {
        width: calc(100% - 22%);
    }
    .game.detail #sec-gameHead > .inner .side {
        width: 20%;
        margin-left: auto;
    }
    .game.detail #sec-gameData > .inner {
        padding: 30px;
    }
    .game.detail #sec-gameData .img_li {
        overflow: hidden;
    }
    .game.detail #sec-gameData .img_li li {
        width: calc((100% - 40px) / 3);
        float: left;
    }
    .game.detail #sec-gameData .img_li li:not(:first-child) {
        margin-left: 20px;
    }
}
@media print, screen and (max-width: 1024px) and (min-width: 768px) {
    .game.detail #sec-gameHead > .inner {
        display: block;
    }
    .game.detail #sec-gameHead > .inner .img-box {
        width: 100%;
    }
    .game.detail #sec-gameHead > .inner .side {
        width: 100%;
        margin-top: 20px;
    }
    .game.detail #sec-gameHead > .inner .side .loginForm .login-btnSet {
        display: flex;
        justify-content: space-between;
    }
    .game.detail #sec-gameHead > .inner .side .loginForm .login-btnSet > li {
        width: 48%;
        margin-top: 0;
    }
}

/*========================================================
guide
========================================================*/
.guide .page-tit {
    background: url(../images/guide/bg.png) center center/cover no-repeat;
}
.guide .page-tit .chara {
    width: 120px;
    position: absolute;
    right: -10px;
    bottom: -20px;
}
.guide .page-tit .chara img {
    width: 100%;
    height: auto;
}
.guide .guid-li li {
    display: flex;
    align-items: center;
    border: 1px solid #ffe3ec;
    margin-top: 20px;
}
.guide .guid-li li img {
    width: 28%;
}
.guide .guid-li li .txt {
    width: calc(100% - 32%);
    box-sizing: border-box;
    font-size: 1.2rem;
    padding-right: 15px;
    margin-left: auto;
}
@media print, screen and (min-width: 768px) {
    .guide .page-tit h3 {
        justify-content: center;
    }
    .guide .page-tit img {
        display: inline-block;
        margin: 0 0 5px 0;
    }
    .guide .page-tit .chara {
        width: 160px;
        right: 10px;
        bottom: -10px;
    }
    .guide .guid-li li {
        padding: 20px;
    }
    .guide .guid-li li img {
        width: 20%;
    }
    .guide .guid-li li .txt {
        width: calc(100% - 23%);
        padding-right: 0;
    }
}

/*========================================================
company
========================================================*/
@media print, screen and (min-width: 768px) {
    .company .dl_table_style > dl > dt {
        width: 180px;
    }
}

/*========================================================
company
========================================================*/
.contact .dl_table_style {
    margin-top: 10px;
}
.contact .dl_table_style + input[type=submit] {
    margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
    .contact .dl_table_style + input[type=submit] {
        margin-top: 50px;
    }
}
.contact .dl_table_style dd img {
    margin-bottom: 10px;
}
.contact .dl_table_style dd p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.contact .dl_table_style dd p:last-child {
    margin-bottom: 0;
}

/*========================================================
terms
========================================================*/
.hierarchy-0 {
    line-height: 1.6;
    margin-top: 30px;
}
.hierarchy-0 h4 {
    font-size: 1.6rem;
}
.hierarchy-0 > dl {
    margin-top: 20px;
}
.hierarchy-0 > dl > dt {
    font-weight: bold;
    margin-bottom: 10px;
}
.hierarchy-0 > dl > dd {
    padding-left: 1em;
}
.hierarchy-0 > dl > dd > dl {
    margin-top: 10px;
}
.hierarchy-0 > dl > dd > dl > dt {
    margin-bottom: 5px;
}
.hierarchy-0 > dl > dd > dl > dd {
    padding-left: 1em;
}
.hierarchy-0 .ol-initial {
    list-style: initial;
    margin-left: 1.4em;
    margin-top: 10px;
}
.hierarchy-0 .ol-initial li {
    list-style: upper-latin;
}

.signature {
    line-height: 1.6;
    text-align: right;
    margin-top: 30px;
}

/*========================================================
terms
========================================================*/
.contentWrap.faq .faqList-item dt a {
    text-decoration: underline;
}
.contentWrap.faq .faqList-item p {
    margin-bottom: 0;
}
.contentWrap.faq .bnr-contact {
    width: 100%;
    display: block;
    margin: 40px auto 0;
}
@media print, screen and (min-width: 768px) {
    .contentWrap.faq .bnr-contact {
        width: 70%;
        margin: 20px auto 0;
    }
    .contentWrap.faq .bnr-contact:hover {
        opacity: 0.8;
    }
}

.preview-li {
    counter-reset: preview;
}
.preview-li li {
    position: relative;
    padding: 0px 0px 0px 40px;
    margin-top: 20px;
}
.preview-li li::before {
    width: 30px;
    height: 30px;
    background: #ddd;
    counter-increment: preview;
    content: counter(preview);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 30px;
}
.preview-li li:first-child::before {
    background: #fffc37;
    background: linear-gradient(45deg, #fffc37, #cac72b, #fffc37);
}
.preview-li li:nth-child(2)::before {
    background: #c3c3c3;
    background: linear-gradient(45deg, #c3c3c3, #9c9c9c, #c3c3c3);
}
.preview-li li:nth-child(3)::before {
    background: #5C5346;
    background: linear-gradient(45deg, #7f776a, #61584b, #7f776a);
}
.preview-li li a {
    font-size: 1.5rem;
    text-decoration: underline;
    line-height: 1.6;
}

/*========================================================
tradelaw
========================================================*/
.tradelaw .mainContent > div > p:first-child {
    margin-bottom: 10px;
}
.tradelaw .dl_table_style p:not(:first-child) {
    margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
    .tradelaw .dl_table_style > dl > dt {
        width: 180px;
    }
}
/*# sourceMappingURL=pages.css.map */