
/* 20210623 add */
body#simplepay div#content .Ge6DVWPd h3 + p {
    margin-top: 0;
    margin-bottom: 0;
}

.payment-group .Ge6DVWPd h3,
.payment-group .Ge6DVWPd .payment-group__title {
    margin-bottom: 0;
}

.payment-group h4, .payment-group .Ge6DVWPd h4.payment-group__title {
    margin-bottom: 0;
}

/*!
version:1.0.0
*/

@-webkit-keyframes prgrsBarActive {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 25px 25px
    }
}
@-moz-keyframes prgrsBarActive {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 25px 25px
    }
}
@keyframes prgrsBarActive {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 25px 25px
    }
}
@-webkit-keyframes loopingTooltip {
    0% {
        opacity: 0
    }
    2% {
        opacity: 1
    }
    4% {
        opacity: 0
    }
    6% {
        opacity: 1
    }
    8% {
        opacity: 0
    }
    10% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}
@keyframes fade {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0
    }
    100% {
        display: block;
        opacity: 1
    }
}
@-moz-keyframes fade {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0
    }
    100% {
        display: block;
        opacity: 1
    }
}
@-webkit-keyframes fade {
    0% {
        display: none;
        opacity: 0
    }
    1% {
        display: block;
        opacity: 0
    }
    100% {
        display: block;
        opacity: 1
    }
}
.Ge6DVWPd .c-loading {
    width: 24px;
    height: 24px;
    clear: both;
    margin: 0 auto;
    border: 2px rgba(239, 87, 99, 0.6) solid;
    border-top: 2px #EF5763 solid;
    border-radius: 50%;
    -webkit-animation: spinnerRot 0.8s infinite linear;
    animation: spinnerRot 0.8s infinite linear;
    margin: 10px auto
}
@-webkit-keyframes spinnerRot {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}
@keyframes spinnerRot {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}
html[lang="en"] .Yu9ZEyns > h4::before {
    width: 9%
}
html[lang="en"] .Yu9ZEyns > h4::after {
    width: 9%
}
.Yu9ZEyns {
    border: 4px solid #BF2929;
    box-sizing: border-box;
    padding: 21px 12px;
    position: relative;
    margin: 0 0 90px 0
}
.Yu9ZEyns::after {
    content: "";
    width: 104%;
    height: 1px;
    background: #E7E7E7;
    display: block;
    position: absolute;
    bottom: -39px;
    left: -12px;
    right: 0;
    margin: auto
}
.Yu9ZEyns h3 {
    margin: 0;
    padding: 0
}
.Yu9ZEyns h4 {
    margin: 0;
    padding: 0
}
.Yu9ZEyns p {
    margin: 0;
    padding: 0
}
.Yu9ZEyns > span {
    background: url(/image/jp/scratch/star_bg.png) repeat-x left center;
    background-size: 35px 15px;
    display: block;
    width: 78%;
    margin: 0 auto
}
.Yu9ZEyns > span > h3 {
    font-size: 23px;
    color: #B03636;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    display: inline-block;
    width: auto
}
.Yu9ZEyns > h4 {
    font-size: 15px;
    color: #B03636;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    display: inline-block;
    width: 78%;
    position: relative;
    margin: 10px 0px
}
.Yu9ZEyns > h4::before {
    content: "";
    height: 1px;
    width: 22%;
    background: #d27070;
    position: absolute;
    display: block;
    left: 0;
    bottom: 50%
}
.Yu9ZEyns > h4::after {
    content: "";
    height: 1px;
    width: 22%;
    background: #d27070;
    position: absolute;
    display: block;
    right: 0;
    bottom: 50%
}
.Yu9ZEyns_start {
    background: #b60700;
    background: linear-gradient(90deg, #b60700 0%, #ff5050 50%, #b60700 100%);
    border: none;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 20%;
    cursor: pointer
}
.Yu9ZEyns_start:hover {
    opacity: 0.8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1)
}
.Yu9ZEyns_finished {
    background: #f7f7f7;
    background: linear-gradient(0deg, #f7f7f7 0%, #efefef 100%);
    border: none;
    color: #000;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 18%
}
.Yu9ZEyns > p {
    font-size: 13px;
    color: #4C4C4C;
    padding: 12px 0
}
.Ge6DVWPd {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
}
.Ge6DVWPd[aria-hidden="false"] {
    opacity: 1;
    animation-duration: 0.25s;
    animation-name: fade;
    -moz-animation-duration: 0.25s;
    -moz-animation-name: fade;
    -webkit-animation-duration: 0.25s;
    -webkit-animation-name: fade
}
.Ge6DVWPd_content {
    position: relative;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#000000');
    z-index: 9999;
    margin: 0 auto;
    width: 600px;
    background: #fff
}
.Ge6DVWPd_content_loadTxt {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #797979
}
.Ge6DVWPd_content_notbingo {
    height: 480px;
    position: relative
}
.Ge6DVWPd_content_notbingo .c-loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}
.Ge6DVWPd_content_notbingoCnt {
    background: #F1F1F1;
    height: 480px
}
.Ge6DVWPd_content_notbingoCnt > h4 {
    background: #F45421;
    border: none;
    color: #fff;
    font-size: 22px;
    padding: 20px 0;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    animation: Ge6DVWPd_fadeIn 3s, fadeOut 2s 2s forwards
}
.Ge6DVWPd_content_notbingoCnt > span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 31px 0
}
.Ge6DVWPd_content_bingo {
    height: 480px;
    position: relative;
    text-align: left;
}
.Ge6DVWPd_content_bingo .c-loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}
.Ge6DVWPd_content_bingoclose {
    display: block;
    width: 300px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #676767;
    font-size: 13px;
    padding: 12px 0;
    cursor: pointer;
    background: #d9d9d9;
    background: linear-gradient(0deg, #d9d9d9 0%, #fff 100%);
    font-weight: bold;
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0
}
.Ge6DVWPd_content_bingoclose:hover {
    opacity: 0.8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1)
}
.Ge6DVWPd_content_bingoCnt > h4 {
    background: #b60700;
    background: linear-gradient(90deg, #b60700 0%, #ff5050 50%, #b60700 100%);
    border: none;
    color: #fff;
    font-size: 22px;
    padding: 20px 0;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    animation: Ge6DVWPd_fadeIn 3s, fadeOut 2s 2s forwards;
    font-family: arial
}
.Ge6DVWPd_content_bingoCnt > span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 31px 0
}
.Ge6DVWPd_content_first {
    height: 480px
}
.Ge6DVWPd_content_first > h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    text-align: center;
    background: #b60700;
    background: linear-gradient(90deg, #b60700 0%, #ff5050 50%, #b60700 100%)
}
.Ge6DVWPd_content_first > p {
    text-align: center;
    padding: 12px 0 0 0;
    font-size: 13px;
    color: #6b6b6b
}
.Ge6DVWPd_content_first > ul {
    display: flex;
    margin: 0 12px !important;
}
.Ge6DVWPd_content_first > ul > li img {
    width: 100%
}
.Ge6DVWPd_content_first > ul > li > .radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    outline: 0
}
.Ge6DVWPd_content_first > ul > li > .radio-inline__label {
    display: inline-block;
    margin: 12px 6px;
    border-radius: 3px;
    transition: all .2s;
    cursor: pointer;
    padding: 4px;
    outline: 0
}
.Ge6DVWPd_content_first > ul > li > .radio-inline__input:checked + .radio-inline__label {
    background: #FF7B7B;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
    padding: 4px;
    outline: 0
}
.Ge6DVWPd_content_first > ul > li > .radio-inline__input:focus + .radio-inline__label {
    outline-color: #4D90FE;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
    outline: 0
}
.Ge6DVWPd_content_go {
    display: block;
    width: 300px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #676767;
    font-size: 13px;
    padding: 12px 0;
    cursor: pointer;
    background: #d9d9d9;
    background: linear-gradient(0deg, #d9d9d9 0%, #fff 100%);
    font-weight: bold
}
.Ge6DVWPd_content_go:hover {
    opacity: 0.8;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1)
}
.Ge6DVWPd_content_closebutton {
    background: none;
    border: none;
    text-align: center;
    display: block;
    width: 200px;
    margin: 0 auto;
    color: #868686;
    padding: 10px 0 12px 0;
    cursor: pointer
}
@keyframes Ge6DVWPd_fadeIn {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.Ge6DVWPd canvas {
    height: 100%;
    width: 100%;
    position: absolute
}
.Ge6DVWPd [aria-hidden="false"] {
    display: block
}
.Ge6DVWPd [class^="c-card-102"][aria-hidden="true"] {
    display: block
}
.Ge6DVWPd [class^="c-btn-104"][aria-hidden="false"] {
    display: inline-block
}
.Ge6DVWPd [class^="c-rankBest-110"][aria-hidden="true"] {
    height: 250px
}
.Ge6DVWPd .c-rankBest-110 {
    -webkit-animation: Ge6DVWPd_carousel 0.3s linear forwards;
    animation: Ge6DVWPd_carousel 0.3s linear forwards
}
@keyframes Ge6DVWPd_carousel {
    from {
        height: 0
    }
    to {
        height: 250px
    }
}
.Ge6DVWPd [aria-hidden="true"] {
    display: none !important
}
