@charset "utf-8";

/*-------------------------------------------------
共通
-------------------------------------------------*/
.pc {
    display: block;
}

.sp {
    display: none;
}

.sp-only{
    display: none;
}

.pt80-pc {
    padding-top: 80px;
}
.pt4 {
    padding-top: 4px;
}

.pt10 {
    padding-top: 10px;
}

.small {
    font-size: 13px !important;
}

.text-center {
    text-align: center;
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg);
}

.text-right {
    text-align: right;
    transform: rotate(0.05deg);
}

.text-left{
    text-align: left;
    transform: rotate(0.05deg);
}

.text-weight{
    font-weight: bold;
}

.required::before {
    content: '※';
    color: #B60014;
}

.text-red{
    color: #B60014;
}

.text-red-i{
    color: #B60014!important;
}

.text-blue {
    color: #5566D1 !important;
}

.text-light-gray{
    color: #cccccc;
}

.text-slight-gray{
    color: #8b8b8b;
}

.text-gray{
    color: #666666;
}

.text-white {
    color: #ffffff!important;
}

.text-yellow {
    color: #FF8800;!important;
}

.text-green {
    color: #339933;!important;
}

.text-black {
    color: #222222;!important;
}

/* 自動改行させない */
.text-nowrap {
  white-space: nowrap;
}

.under_line{
    text-decoration: underline!important;
    word-break: break-all;
}

/* 非表示 */
.display-none {
    display: none;
}

/* Lityカスタマイズ */
.lity-close {
    display: none;
}
.lity-content:after{
    box-shadow: none!important;
}


html {
    min-width: 100%;
    background-color: #F5F5F5;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400;
}

textarea {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}


a:default,
a:link,
a:active,
a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* ヘッダ */
header {
    position: fixed;
    width: 100%;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
    z-index: 200; 
}

.header-top {
    height: 70px;
    /* 変更 */
    background: #B60014;
    /* 変更 */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /* 追記 */
}

.header-top .logo {
    margin: 5px 0 0 25px;
    /* 変更 */
}
.header-top .logo img{
    width: 166px;
}

.header-top .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}

.home-btn {
    display: none;
}

.header-top .games-store{
    text-indent: 0;
    display: block;
    background: #000000;
    color: #ffff8d;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 15px;
    margin-right: 15px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

/* ハンバーガーメニュー */
.nav-button {
    display: none;
}

nav.nav {
    height: 64px;
    background: linear-gradient(180deg, #ffffff, #ececec);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav.nav a {
    display: block;
    padding: 0 15px;
    font-size: 15px;
    font-weight: bold;
    margin: 12px 2px;
    /* 変更 */
    position: relative;
    line-height: 40px;
    text-indent: 2em;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    border-radius: 40px;
}

nav.nav a::before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: auto 32px;
    background-position: center right;
    background-repeat:no-repeat;
}

nav.nav a:hover {
    background-color:rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.h_top:before {
    top: 1px!important;
    background-image: url(/assets/img/h_top.png);
}

.news:before,
.news.alert:before{
    background-image: url(/assets/img/news.png);
}

.campaign:before {
    background-image: url(/assets/img/campaign.png);
}

.gamelinkto:before {
    /* 追記 */
    background-image: url(/assets/img/gamelink.png);
}

.use:before {
    background-image: url(/assets/img/use.png);
}

.save:before {
    background-image: url(/assets/img/save.png);
}

.balance:before {
    background-image: url(/assets/img/balance.png);
}

.setting:before,
.setting.new:before {
    background-image: url(/assets/img/ic_mypage.png);
}

.news.alert:after {
    position: absolute;
    top: 0;
    left: 28px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: auto 16px;
    background-position: center right;
    background-repeat:no-repeat;
    background-image: url(/assets/img/alert.png);
}

.setting.new:after {
    position: absolute;
    top: -10px;
    left: 40%;
    content: "";
    display: inline-block;
    width: 48px;
    height: 20px;
    background-size: auto 20px;
    background-position: center right;
    background-repeat:no-repeat;
    /*background-image: url(/assets/img/new.png);*/
}

.pc_menu {
    display: block !important;
}

.sp_menu {
    display: none !important;
}

/* メイン */
.main-default {
    padding: 194px 15px;
    background-image: url(/assets/img/common/strip_w_bg.png);
}

.main-default.nopad {
    padding: 194px 0 0 0;
}


.main-message {
    width: 560px;
    padding: 18px;
    overflow: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
.main-message::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

.large{
    width: 640px;
}

.main-default article, .main-default section,
.main-message article, .main-message section
{
    max-width: calc(1024px - (15px * 2));
    margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 1.6;
}

.ppc h1, .ppc h2 {
    display: inline-block;
    border-width: 0 0 0 8px;
    border-style: solid;
    border-color: #666666;
    /* border-radius: 10px -20px; */
    padding: 4px 8px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: bold;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.ppc h3, .ppc h4 {
    display: inline-block;
    padding: 4px 8px 4px 0;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: bold;
    vertical-align: middle;
    font-size: 18px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.lity-content h3{
    display: block;
}

.ppc h3:before {
    content:"";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #666666;
    border-radius: 8px;
    margin-right: 4px;
}

.ppc h1 {
    font-size: 24px;
}

.ppc h2 {
    font-size: 21px;
}

.ppc p {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.ppc .mb {
    margin-bottom: 20px;
}

.ppc .mb-small {
    margin-bottom: 8px;
}

.ppc .mb-big {
    margin-bottom: 40px;
}

.ppc .ppc-box {
    padding: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #bbbbbb;
    border-radius: 10px;
    background-color: #ffffff;
}

.ppc .ppc-box.ppc-box-grad-h {
    background: linear-gradient(90deg,#F0F0F0, #ffffff);
}
.ppc .ppc-box.ppc-box-grad-v {
    background: linear-gradient(180deg,#F0F0F0, #ffffff);
}
.ppc .ppc-box.ppc-box-gray {
    background-color: #F0F0F0;
}
.ppc .ppc-box.ppc-box-lightgray {
    background-color: #F5F5F5;
}

.ppc .ppc-box.ppc-box-notice {
    background-color: #ffffff;
    border-color: #B60014;
}

.ppc .ppc-box.ppc-box-yellow {
    background-color: #FFF9E2;
    border-color: #FAC357;
}

.ppc .border-red {
    border-color: #B60014;
}
.ppc .border-yellow {
    border-color: #FF8800;
}
.ppc .border-green {
    border-color: #339933;
}
.ppc .border-blue {
    border-color: #5566D1;
}
.ppc .border-gray {
    border-color: #666666;
}
.ppc .border-black {
    border-color: #222222;
}

.ppc .bg-red {
    background-color: #B60014;
}
.ppc .bg-yellow {
    background-color: #FF8800;
}
.ppc .bg-green {
    background-color: #339933;
}
.ppc .bg-blue {
    background-color: #5566D1;
}
.ppc .bg-gray {
    background-color: #666666;
}
.ppc .bg-black {
    background-color: #222222;
}

/* その他 */
.char {
    text-align: center;
    padding: 32px;
}

.char img{
    width: 160px;
    height: 160px;
}

.modal_container {
    text-align: center;
    padding: 32px;
}

.modal_container img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .modal_container {
        padding: 0px;
    }

    .ppc-form-row-flex select {
        width: 80%;
        font-size: 16px !important;
    }

}

.loading {
    padding: 32px;
    text-align: center;
}

.loading img{
    width: 84px;
    height: 84px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
	0% {
       -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
	100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/* フォーム */
.ppc .ppc-form-row {
    margin-bottom: 20px;
}

.ppc-form-row input:focus,
.ppc-form-row textarea:focus,
.ppc-form-row select:focus,
.ppc-button {
    outline: none;
}

.ppc-form-row .ppc-form-title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    text-align: right;
    width: 40%;
    padding: 0 16px 0 0;
}

.ppc-form-row .long-title{
    width: 70%;
}

.ppc-form-row input[type="text"],
.ppc-form-row input[type="url"],
.ppc-form-row select,
.ppc-form-row textarea,
.ppc-form-row-flex select
{
    height: 50px;
    font-size: 18px;
    border-width: 2px;
    border-style: solid;
    border-color: #777777;
    border-radius: 5px;
    background-color: #ffffff;
    vertical-align: middle;
    padding: 0 8px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.ppc-form-row .ppc-form-static {
    display: inline-block;
    font-size: 18px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.ppc-form-row select, .ppc-form-row-flex select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding-right: 58px;
    background-image: url(/assets/img/common/select_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 50px auto;
    cursor: pointer;
}

.ppc-form-row select.disable{
    pointer-events: none;
}

/* チェックボックス */
.ppc-checkbox input[type="checkbox"]{
    display: none;
}

.ppc-checkbox {
    display: inline;
}

.ppc-checkbox label {
    display: inline-block;
    font-size: 18px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    margin-right: 8px;
    cursor: pointer;
    white-space: nowrap;
}

.ppc-checkbox label::before{
    content: "";
    display: inline-block;
    height: 40px;
    width: 40px;
    border-width: 2px;
    border-style: solid;
    border-color: #777777;
    border-radius: 5px;
    background-color: #ffffff;
    vertical-align: middle;
    margin: 0 8px 8px 0;
    cursor: pointer;
}

.ppc-checkbox label.disabled::before{
    background-color: #f0f0f0;
}

.ppc-checkbox input:checked + label::before {
    background-image: url(/assets/img/common/checkbox_check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
}

.ppc-buttons {
    margin: 30px 0 0 0;
    text-align: center;
}

.ppc-button {
    display: inline-block;
    min-width: 160px;
    font-size: 18px;
    font-weight: bold;
    border-width: 3px;
    border-style: solid;
    border-radius: 25px;
    vertical-align: middle;
    margin: 0 8px;
    cursor: pointer;
    padding: 7px 20px;
    line-height: 24px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.ppc-button:hover {
    opacity: 0.8;
    transition: .3s;
}


.ppc-button.ppc-button-default {
    color: #666666;
    border-color: #777777;
    background: linear-gradient(180deg,#ffffff, #ebebeb);
}

.ppc-button.ppc-button-primary {
    color: #ffffff;
    border-color: #770000;
    background: linear-gradient(180deg,#b60014, #990014);
}

.ppc-button.ppc-button-secondary {
    color: #ffffff;
    border-color: #666666;
    background-color: #777777;
}

.ppc-button.ppc-button-Tertiary {
    color: #b60014;
    border-color: #b60014;
    background-color: #fff;
}

.ppc-button.ppc-button-Fourth {
    color: #ffffff;
    border-color: #b60014;
    background-color: #b60014;
}

.ppc-button.ppc-button-default.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.ppc-button.ppc-button-primary.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.ppc-button.ppc-button-secondary.disabled {
    /*opacity: 0.5;*/
    pointer-events: none;
}
.ppc-button.ppc-button-Tertiary.disabled {
    /*opacity: 0.5;*/
    pointer-events: none;
}
.ppc-button.ppc-button-Fourth.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.ppc-button.ppc-button-secondary.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.ppc-button.ppc-button-Tertiary.disabled {
    /*opacity: 0.5;*/
    pointer-events: none;
}

.ppc-button.ppc-button-Fourth.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.hidden-button{
    min-width: 160px;
    pointer-events: none;
    display: inline-block;
}
.inline-buttons{
    font-size: 0;
}

/* リンクグループ */
.ppc-link-group a {
    display: inline-block;
    min-width: 120px;
    text-align: center;
    font-size: 18px;
    border-style: solid;
    border-color: #777777;
    background-color: #ffffff;
    padding: 8px 8px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    border-width: 2px 0 2px 2px;
}

.ppc-link-group a:hover {
    background-color:#bbbbbb;
    transition: .3s;
}

.ppc-link-group a:nth-of-type(1) {
    border-radius: 8px 0 0 8px;
    border-width: 2px 0 2px 2px;
}

.ppc-link-group a:last-of-type {
    border-radius: 0 8px 8px 0;
    border-width: 2px 2px 2px 2px;
}

.ppc-link-group.ppc-link-group-red a {
    border-color: #B60014;
}
.ppc-link-group.ppc-link-group-yellow a {
    border-color: #FF8800;
}

.ppc-link-group.ppc-link-group-green a {
    border-color: #339933;
}
.ppc-link-group.ppc-link-group-blue a {
    border-color: #5566D1;
}
.ppc-link-group.ppc-link-group-gray a {
    border-color: #666666;
}
.ppc-link-group.ppc-link-group-black a {
    border-color: #222222;
}

.ppc-link-group a.acvive {
    color: #ffffff;
    pointer-events:none
}

.ppc-link-group.ppc-link-group-red a.acvive {
    background-color: #B60014;
}
.ppc-link-group.ppc-link-group-yellow a.acvive {
    background-color: #FF8800;
}

.ppc-link-group.ppc-link-group-green a.acvive {
    background-color: #339933;
}
.ppc-link-group.ppc-link-group-blue a.acvive {
    background-color: #5566D1;
}
.ppc-link-group.ppc-link-group-gray a.acvive {
    background-color: #666666;
}
.ppc-link-group.ppc-link-group-black a.acvive {
    background-color: #222222;
}

.ppc .content-disable {
    pointer-events: none !important;
}

.ppc .content-disable a {
    text-decoration:none !important;
}



/* フッター */
footer {
    background-color: #f0f0f0;
    /* 変更 */
    height: auto;
    border-top: solid 8px #ffdc14;
    /* 追加 */
}

.border-foot {
    height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.border-foot .border-foot-center  {
    width: 100%;
    max-width: 1280px;
    background-image: url(/assets/img/common/border_foot_center.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1280px auto;
}
.border-foot .border-foot-side  {
    width: calc((100% - 1280px) / 2);
    background-image: url(/assets/img/common/border_foot_side.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 10px auto;
}

.top-shaddow {
    box-shadow: 0px -5px 10px rgba(0,0,0,0.15);
    position: relative;
    z-index: 100; 
}

.footer-title {
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 40px;
    position: relative;
    line-height: 1em;
    text-shadow:0 2px 1px #ffffff;
}

.footer-title::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/assets/img/arrow.png) no-repeat;
    background-size: contain;
    background-position: 10px 0;
}

.footer-inner {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 25px;
    /* 変更 */
    padding-bottom: 35px;
    /* 追加 */
}

/* Information */
.information-list {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}


.information-list tr {
    font-size: 16px;
    border-bottom: 1px solid #999999;
    border: 0;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.information-list tr a {
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.information-list th {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    padding: 19px 5px;
    width: 15%;
    box-sizing: border-box;
}

.information-list td {
    vertical-align: inherit;
    padding: 19px 0;
    width: 80%;
}

/* 外部バナー */
.outer-banners {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 28px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.outer-banners li {
    width: calc(100% / 2 - 6px);
    -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
    margin-bottom: 15px;
}
.outer-banners li img {
    width: 100%;
    border-radius: 10px;
}


/* フッターナビ */
.footer-nav {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.footer-nav a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* 変更 */
    box-shadow: 0px 2px 2px rgba(0,0,0,0.15);
    font-size: 16px;
    font-weight: 500;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: calc(100% / 4 - 10px);
    margin: 5px;
    /* 変更 */
    padding: 8px;
    height: 52px;
    /* 変更 */
    color: #333333;
    background-color: white;
    border-radius: 40px;
    line-height: 38px;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.footer-nav .table-box{
    display: table;
    line-height: normal;
    padding: 5px;
}

.footer-nav .table-box p {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.25;
}

.footer-nav a:hover {
    background-color:rgba(0, 0, 0, 0.15);
    transition: .3s;
}

.footer-nav .games-store {
    background-color: #000000;
    color: #ffff8d;
    transition: .3s;
    border-radius: 10px;
}

/* フッター：最下部 */
/* 追加 */
.footer__bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer__bottom__note {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.61538;
    color: #999999;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
}

.footer__bottom__note__p1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.25em;
}

.footer__bottom__note__p1 img {
    width: 30px;
    height: auto;
    margin-right: 0.25em;
}

.footer__bottom__note__p2 img {
    width: auto;
    height: 12px;
}

.footer__bottom__logo {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.footer__bottom__logo1 {
    width: 180px;
}

.footer__bottom__logo2 {
    width: 120px;
}

.footer__bottom__logo__separator {
    border-left: solid #bbbbbb 1px;
    height: 70px;
    margin: 0 15px;
}

.footer__bottom__copyright {
    font-size: 10px;
    font-weight: 700;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    white-space: nowrap;
    letter-spacing: -0.02em;
}

/* フッターロゴ */
/* 不要
.foot-logo {
    display: block;
    width: 100%;
}

.foot-logo img {
    display: block;
    max-width: 254px;
    max-height: 75px;
    width: 100%;
    margin: 0 auto;
}

.copyright {
    text-align: center;
    padding: 20px 0 30px;
    transform: rotate(0.05deg);
}
*/

#page_top {
    display: none;
    position: fixed;
    right: 40px;
    /* 変更 */
    bottom: 30px;
    z-index: 2;
}
#page_top p{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}

#page_top img{
    /* 不要
    max-width: 60px;
*/
    width: 39px;
    /* 追加 */
    height: auto;
    /* 追加 */
}
.page {
    text-align: right;
    font-weight: 800;
    color: #666666;
    font-size: 18px;
    vertical-align: middle;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    margin-top: 8px;
}

.svg-icon{
    fill: #B60014;
    stroke:#B60014;
    max-width: 180px;
    margin: 0 auto;
}

.coming-soon {
    z-index: 2;
    position: absolute;
    left: 3%;
    top: -10px;
    display: block;
    width: 4em;
    height: 4em;
    background: #B60014;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    font-size: 18px;
    text-align: center;
}

.coming-soon span {
    display: block;
    width: 4em;
    height: 4em;
    color: #FFF;
    font-weight: bold;
    background: #B60014;
    -webkit-transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    font-size: 18px;
}
.coming-soon span span span{
    padding-top: 10px;
    line-height: 1.5;
    text-shadow: #FF2F2F 1px 0 6px;
}

.float-news {
    position: fixed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 2px;
    border-style: solid;
    border-color: #bbbbbb;
    border-radius: 10px;
    background-color: #ffffff;
    bottom: 30px;
    left: 30px;
    width: auto;
    max-width: 480px;
    min-width: 240px;
    z-index: 2;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}

.float-news-link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
}

.float-news-link:hover {
    background-color:#d8d8d8;
    transition: .3s;
    border-radius: 8px;
}

.float-news .news-image {
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.float-news .close{
    top: -15px;
    right: -15px;
}

.news_end-btn{
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.float-news .news-col {
    padding: 0 16px;
    width: calc(100% - 64px);
}

.float-news .category-title {
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: rotate(0.05deg);
    transform: rotate(0.05deg);
    line-height: 1.2;
}

.toc {
    background-color: #f7f7f7;
    padding-bottom: 5px;
}

.toc-item {
    margin-bottom: 5px;
    padding-left: 5px;
}

/* セクションヘッダ */
.section-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section-header-point-none {
    justify-content: flex-start !important;
}

.section-header.pad {
    padding: 0 15px;
}

.section-header .section-header-icon {
    width: 60px;
    height: 60px;
}

.section-header h1.section-title {
    display: block;
    width: calc(100% - 60px);
    border-width: 0;
    padding: 0 8px 0 8px;
    margin: 0;
    transform: rotate(0.05deg);
    line-height: 1.2;
}

.section-header h1.section-title-point-none {
    width: calc(100% - 60px);
}

/* marketoタグ */
#wp-top {
    width: 90%;
    margin: 0 auto;
}

/* Gamesストアモーダル */
.gamesstore-modal .container {
    background-color: #222222;
    border: none;
    border-radius: 20px;
    padding: 10px 20px 20px 20px;
}

.gamesstore-modal .header {
    display: flex;
    align-items: center;
    color: #FFFF8d;
    margin-bottom: 4px;
}

.gamesstore-modal .header p {
    flex: 1;
    font-size: 20px;
}

.gamesstore-modal .header .close {
    position: static;
    width: 36px;
}

.gamesstore-modal .header .close img {
    width: 100%;
}

.gamesstore-modal .games {
    display: flex;
}

.gamesstore-modal .games .box {
    width: 200px;
    height: 100%;
    margin: 6px;
    border-radius: 10px;
    background: linear-gradient(180deg, white 0%, #e6e6e6 100%);
    font-size: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.gamesstore-modal .games img {
    margin-top: 8px;
    width: 70px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
}

.gamesstore-modal .games p {
    height: 2.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.1;
    margin: 2px 0px 10px 0px;
}

.gamesstore-modal .games .dummy {
    display: none;
}

@media only screen and (max-width: 920px) {
    .gamesstore-modal {
        max-width: 380px;
        width: 100%;
        padding: 0;
    }

    .gamesstore-modal .container {
        padding: 10px 5px 5px 5px;
    }

    .gamesstore-modal .header {
        flex-direction: row;
    }

    .gamesstore-modal .header p {
        font-size: 16px;
    }

    .gamesstore-modal .header .close {
        width: 25px;
        height: 25px;
    }

    .gamesstore-modal .games {
        flex-direction: row;
        flex-wrap: wrap;
        justify-center: center;
    }

    .gamesstore-modal .games .box {
        width: calc(50% - 12px);
        height: 100%;
    }

    .gamesstore-modal .games img {
        width: 50px;
    }

    .gamesstore-modal .games p {
        font-size: 13px;
        margin: 1px 0px 5px 0px;
    }

    .gamesstore-modal .games .dummy {
        display: block;
        font-size: 13px;
        height: calc(70px + 2.2em);
        background: #333333;
    }
}

/*-------------------------------------------------
〜 1335px  追加
-------------------------------------------------*/
@media (max-width: 1335px) {
    nav.nav a {
        font-size: 1.04869vw;
    }
    nav.nav a:before {
        width: 2.99625vw;
    }
}

/*-------------------------------------------------
〜 1250px
-------------------------------------------------*/
@media (max-width: 1250px) {
    nav.nav a {
        /* 不要
        font-size: 13px;
		*/
        margin: 12px 3px;
        padding: 0 8px;
    }
    nav.nav a::before {
        top: 0;
        left: 0;
        width: 28px;
        /* 変更 */
        background-size: auto 24px;
    }
    .news.alert:after {
        top: -2px;
        left: 22px;
    }
    .setting.new:after {
        top: -7px;
        left: 38%;
        background-size: auto 16px;
        width: 38px;
        height: 16px;
    }

}

/*-------------------------------------------------
〜 920px
-------------------------------------------------*/

@media (max-width: 920px) {

    html.is-fixed,
    html.is-fixed body {
        height: 100%;
        overflow: hidden;
    }

    .pt80-pc {
        display: none;
    }
    /* ヘッダ */
    .header-top {
        height: 50px;
        /* 変更 */
    }

    .header-top .logo {
        margin: 18px;
    }
    .header-top .logo img{
        width: 114px;
    }

    .header-top .games-store {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 30px;
        margin: 10px 0;
        font-size: 13px;
        line-height: 1;
        border-radius: 5px;
    }

    .home-btn {
        display: block;
        height: 50px;
        /* 変更 */
        width: 50px;
        /* 変更 */
        /* 不要
        position: relative;
        */
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /* 追記 */
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        /* 追記 */
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        /* 追記 */
    }

    .home-btn .home {
        display: block;
        cursor: pointer;
        height: 30px;
        /* 変更 */
        width: 33px;
        /* 変更 */
        background-image: url("/assets/img/common/home.png");
        /* 変更 */
        background-size: 33px 30px;
        background-repeat: no-repeat;
        background-position: center;
        /* 不要
        position: absolute;
        top: 12px;
        left: 16px;
        */
    }

    /* ハンバーガーメニュー */
    .menu-btn {
        /* 追記 */
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .nav-button {
        display: block;
        cursor: pointer;
        margin: 8px;
        /* 変更 */
        z-index: 20;
        position: relative;
        width: 34px;
        height: 26px;
    }
    .nav-button.alert::after{
        position: absolute;
        top: -16px;
        left: 8px;
        /* 変更 */
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        background-size: auto 16px;
        background-position: center right;
        background-repeat:no-repeat;
        background-image: url(/assets/img/alert.png);
    }

    .nav-button span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        background: linear-gradient(180deg, #ffffff, #bbbbbb);
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        border-radius: 4px;
    }

    .nav-button span:nth-of-type(1) {
        top: 0;
    }

    .nav-button span:nth-of-type(2) {
        top: 11px;
    }

    .nav-button span:nth-of-type(3) {
        bottom: 0;
    }

    .nav-button.active span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-45deg);
        transform: translateY(11px) rotate(-45deg);
    }

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

    .nav-button.active span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg);
    }

    /* グロナビ */
    nav.nav {
        display: none;
        position: fixed;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-sizing: border-box;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
        left: 0;
        top: 50px;
        /* 変更 */
        z-index: 200;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        height:calc(100% - 50px);
        overflow: scroll;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
    }
    nav.nav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }

    nav.nav a {
        box-sizing: border-box;
        font-size: 15px;
        width: calc((100% - 10px) / 2);
        height: 100px;
        background: linear-gradient(180deg, #ffffff, #e6e6e6);
        border: 2px solid lightgray;
        border-radius: 10px;
        margin: 0 0 10px 0;
        text-align: center;
        padding-top: 16px;
    }

    nav.nav a::before {
        position: static;
        content: "";
        display: block;
        width: 40px;
        margin: 0 auto;
        background-size: auto 40px;
        background-position: center center;
    }

    nav.nav a:hover {
        border-radius: 10px;
        background: linear-gradient(180deg, #ffffff, #e6e6e6);
    }

    .pc_menu {
        display: none !important;
    }

    .sp_menu {
        display: block !important;
    }

    /* メイン */
    .main-default {
        padding: 80px 15px;
    }

    .main-default.nopad {
        padding: 80px 0 0 0;
    }

    .main-message {
        width: 400px;
    }

    .ppc h1 {
        font-size: 20px;
    }
    .ppc h2 {
        font-size: 18px;
    }
    .ppc h3 {
        font-size: 15px;
    }


    .ppc .ppc-box {
        padding: 15px;
    }

    .ppc p.mb {
        margin-bottom: 16px;
    }

    .ppc-form-row .ppc-form-title {
        font-size: 16px;
        display: block;
        text-align: left;
        width: 100%;
        padding: 0 0 8px 0;
    }

    .ppc-form-row input,
    .ppc-form-row select,
    .ppc-form-row textarea,
    .ppc-form-row .ppc-form-static
    {
        width: 100%;
        font-size: 16px;
    }

    .ppc-checkbox label {
        font-size: 16px;
        white-space: normal;
    }
    .ppc-button {
        font-size: 16px;
        width: 80%;
        margin: 8px 0;
        padding: 7px 15px;
    }

    .title-btn{
        font-size: 15px;
        width: 160px;
    }

    .ppc-buttons-inline {
        min-width: 80px;
        width: auto;
        margin: 8px 2px;
    }

    /* リンクグループ */
    .ppc-link-group a {
        display:block;
        font-size: 16px;
        border-width: 2px 2px 0 2px;
    }

    .ppc-link-group a:nth-of-type(1) {
        border-radius: 8px 8px 0 0;
        border-width: 2px 2px 0 2px;
    }

    .ppc-link-group a:last-of-type {
        border-radius: 0 0 8px 8px;
        border-width: 2px 2px 2px 2px;
    }


    /* フッタ */
    .border-foot {
        height: 30px;
    }

    .border-foot .border-foot-center  {
        width: 100%;
        max-width: 640px;
        background-image: url(/assets/img/common/border_foot_center.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 640px auto;
    }
    .border-foot .border-foot-side  {
        width: calc((100% - 640px) / 2);
        background-image: url(/assets/img/common/border_foot_side.png);
        background-repeat: repeat-x;
        background-position: left top;
        background-size: 5px auto;
    }

    .border-foot-plane {
        height: 30px;
        background-size: 5px auto;
        margin-bottom: 20px;
    }


    .footer-title {
        font-size: 30px;
    }

    .footer-inner {
        padding:20px;
    }

    /* Information */
    .information-list th {
        width: 100%;
        display: block;
        padding: 19px 0;
        font-weight: bold;
    }

    .information-list td {
        display: block;
        width: 100%;
        padding: 0 0 19px;
    }

    /* 外部バナー */
    .outer-banners li {
        width: 65%;
        margin: 2px auto;
    }


    /* フッターナビ */
    .footer-nav {
        /* 追加 */
        margin-bottom: 20px;
    }
    .footer-nav a {
        width: calc(100% / 2 - 10px);
        /* 変更 */
        font-size: 12px;
        padding: 8px 4px;
        height: 42px;
        /* 追加 */
    }

    .page{
        font-size: 14px;
    }


    .coming-soon {
        width: 3.5em;
        height: 3.5em;
        top: 20px;
        left: 4%;
        font-size: 16px;
    }

    .coming-soon span {
        width: 3.5em;
        height: 3.5em;
        font-size: 16px;
    }
    .coming-soon span span span{
        padding-top: 4px;
    }

    .br-pc {
        display: none;
    }

    .float-news {
        max-width: 65%;
    }

    .copyright {
        padding: 20px 0 140px;
    }

    .menu-user_mail {
        line-height: 18px!important;
    }

    .news.alert:after {
        top: 8px;
        left: auto;
        right: 30%;
        width: 24px;
        height: 24px;
        background-size: auto 24px;
    }

    .setting.new:after {
        top: 8px;
        left: 8px;
        width: 48px;
        height: 20px;
        background-size: auto 20px;
    }
    /* フッター：最下部 */
    /* 追加 */
    .footer__bottom {
        display: block;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
    .footer__bottom__note {
        font-size: 10px;
        margin-bottom: 15px;
    }
    .footer__bottom__note__p1 img {
        width: 30px;
    }
    .footer__bottom__note__p2 img {
        height: 10px;
    }
    .footer__bottom__logo {
        justify-content: center;
        margin-right: 0;
    }
    .footer__bottom__logo1 {
        width: 140px;
    }
    .footer__bottom__logo2 {
        width: 90px;
    }
    .footer__bottom__copyright {
        letter-spacing: -0.07em;
        font-size: 9px;
    }
    .footer__bottom__logo__separator {
        height: 60px;
        margin: 0 10px;
    }
    /* ページトップボタン */
    /* 追加 */
    #page_top {
        right: 20px;
        bottom: 20px;
    }
}

/*-------------------------------------------------
〜 767px
-------------------------------------------------*/
@media (max-width: 767px) {

    /* セクションヘッダ */
    .section-header.pad {
        padding: 0 10px;
    }

    .section-header .section-header-icon {
        width: 52px;
        height: 52px;
    }

    .section-header h1.section-title {
        width: calc(100% - 52px);
        font-size: 16px;
    }

    .section-header h1.section-title-point-none {
        width: calc(100% - 52px);
    }

    .sp-only{
        display: block;
    }
}

/*-------------------------------------------------
/*                                                 */
/*-------------------------------------------------*/
@media (max-width: 390px) {

    #page_top {
        right: 20px;
        bottom: 20px;
    }

    #page_top img {
        max-width: 50px;
    }

    .float-news {
        padding: 5px;
        bottom: 20px;
        left: 20px;
        width: calc(100% - 110px);
        max-width: initial;
        min-width: initial;
    }

    .float-news .category-title {
        font-size: 13px;
    }

    .float-news .news-col {
        padding: 0 8px;
    }

    .ppc-buttons-inline {
        padding: 7px 7px;
        min-width: 65px;
    }

    .hidden-button{
        display: none;
    }

    .inline-buttons{
        white-space: nowrap;
    }

    .footer-title {
        font-size: 22px;
    }

    .footer-title::after {
        background-position: 8px 0;
    }

    nav.nav a {
        box-sizing: border-box;
        font-size: 14px;
        padding: 16px 0 0 0;
    }

    .outer-banners li {
        width: 100%;
        max-width: 244px;
        margin: 2px auto;
    }

    .button-box li {
        width: calc(100% / 2 - 10px);
        margin: 5px;
        white-space: nowrap;
    }


    .coming-soon {
        font-size: 14px;
        left: 5%;
    }

    .coming-soon span {
        font-size: 14px;
    }
    .coming-soon span span span{
        padding-top: 4px;
    }

    .copyright {
        padding: 20px 0 160px;
    }


    .main-message {
        width: 320px;
    }

    .large {
        width: 320px;
        padding: 8px;
    }

    .news.alert:after {
        right: 24px;

    }

    .setting.new:after {
        top: 6px;
        left: 6px;
        width: 38px;
        height: 16px;
        background-size: auto 16px;
    }

}
/* デバイスサイズごとの表示切り替え */
@media only screen and (min-width: 921px) {
    .hidePC {
        display: none !important;
    }
}
