/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require common
 *= require_self
 */

/*# sourceMappingURL=application.css.map */
body {
    margin: 0;
    padding: 0;
    color: #333D50;
    font-size: 1rem;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    position: relative
}

div,article,section,ul,ol,li,dl,dt,dd,a {
    box-sizing: border-box
}

h1,h2,h3,h4,p,a,span {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: #2C2E34
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
    vertical-align: bottom;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    -touch-callout: none;
    user-select: none
}

*::before,*::after {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

select,input[type="text"],input[type="submit"],input[type="button"],input[type="number"] {
    -webkit-appearance: none;
    font-size: 1rem
}

#container {
    width: 100%;
    height: auto;
    position: relative;
    overflow-x: hidden
}

.follow {
    box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.3)
}

#cmn_header {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    z-index: 150;
    transition: .3s;
    position: fixed;
    top: 0;
    left: 0
}

#cmn_header .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    padding-top: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

#cmn_header .head_logo {
    display: block;
    width: 216px;
    margin-right: 24px;
    transition: opacity .3s;
    padding-top: 10px
}

#cmn_header .head_logo:hover {
    opacity: .7
}

#cmn_header .head_logo img {
    width: 100%;
    height: auto
}

.border_gradation {
    transition: .3s;
    display: block;
    width: 100%;
    height: 5px;
    margin: 0;
    padding: 0;
    background: #46dfff;
    background: linear-gradient(90deg, #46dfff 0%, #8aafff 50%, #8f4eff 100%)
}

ul.head_nav {
    width: 325px;
    margin: 0;
    padding: 0 0 0 24px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none
}

.after_log ul.head_nav {
    width: 420px
}

ul.head_nav li {
    text-align: center;
    position: relative;
    transition: opacity .3s
}

.before_log ul.head_nav li {
    width: 33.3%
}

.after_log ul.head_nav li {
    width: 25%
}

ul.head_nav li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background: #2DC5FF;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top
}

ul.head_nav li:hover {
    opacity: .7
}

ul.head_nav li:hover::after {
    transform: scale(1, 1)
}

ul.head_nav li:hover a {
    color: #2DC5FF
}

ul.head_nav li a {
    text-decoration: none;
    display: block;
    color: #333D50;
    font-size: 80%;
    padding-top: 10px;
    padding-bottom: 8px;
    transition: color .3s
}

ul.head_nav .pending-alert a {
    background: #FF2D83;
    color: #fff
}

ul.head_nav .pending-alert a:hover {
    opacity: .5
}

ul.head_nav .pending-alert::after {
    display: none
}

ul.head_nav li img {
    display: block;
    margin: 0 auto 4px;
    height: 26px
}

#search_wrap {
    margin: 14px 0 0 auto
}

#search_wrap form {
    display: flex;
    align-items: center;
    justify-content: center
}

.search_text {
    width: 240px;
    -webkit-appearance: none;
    padding: 8px;
    margin: auto 3px;
    border: 0
}

.search_btn {
    -webkit-appearance: none;
    border: 0;
    background: #fff url(../images/common/icon_search.svg) no-repeat 17px center;
    background-size: 20px 20px;
    width: 40px;
    height: 40px;
    padding: 0
}

#search_wrap.action_search_cont {
    width: 260px;
    max-width: 400px
}

.action_search_cont .search_text {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 16px 12px 46px;
    background: #eee url(../images/common/icon_search.svg) no-repeat 20px center;
    background-size: 14px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #647681;
    background-color: #eee;
    letter-spacing: 0;
    font-size: .75rem
}

.action_search_cont .search_btn {
    display: none
}

.tippy-tooltip[data-animation=shift-toward-subtle][data-placement^=top][data-state=hidden] {
    transform: translateY(-5px)
}

.tippy-tooltip[data-animation=shift-toward-subtle][data-placement^=bottom][data-state=hidden] {
    transform: translateY(5px)
}

.tippy-tooltip[data-animation=shift-toward-subtle][data-placement^=left][data-state=hidden] {
    transform: translateX(-5px)
}

.tippy-tooltip[data-animation=shift-toward-subtle][data-placement^=right][data-state=hidden] {
    transform: translateX(5px)
}

.tippy-tooltip[data-animation=shift-toward-subtle][data-state=hidden] {
    opacity: 0
}

.tippy-tooltip.light-border-theme {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,8,16,0.15);
    color: #26323d;
    box-shadow: 0 4px 14px -2px rgba(0,8,16,0.08)
}

.tippy-tooltip.light-border-theme>.tippy-backdrop {
    background-color: #fff
}

.tippy-tooltip.light-border-theme>.tippy-arrow:after,.tippy-tooltip.light-border-theme>.tippy-arrow:before,.tippy-tooltip.light-border-theme>.tippy-svg-arrow:after,.tippy-tooltip.light-border-theme>.tippy-svg-arrow:before {
    content: "";
    position: absolute;
    z-index: -1
}

.tippy-tooltip.light-border-theme>.tippy-svg-arrow {
    fill: #fff
}

.tippy-tooltip.light-border-theme>.tippy-svg-arrow:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEuNDE0IiB2aWV3Qm94PSIwIDAgMTggNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA3czIuMDIxLS4wMTUgNS4yNTMtNC4yMThDNi41ODQgMS4wNTEgNy43OTcuMDA3IDkgMGMxLjIwMy0uMDA3IDIuNDE2IDEuMDM1IDMuNzYxIDIuNzgyQzE2LjAxMiA3LjAwNSAxOCA3IDE4IDd6IiBmaWxsPSIjMzMzIiBmaWxsLW9wYWNpdHk9Ii4yMzUiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
    background-size: 18px 7px;
    width: 18px;
    height: 7px;
    left: 0;
    top: 0;
    fill: rgba(0,8,16,0.15)
}

.tippy-tooltip.light-border-theme[data-placement^=top]>.tippy-svg-arrow:after {
    top: 1px;
    transform: rotate(180deg)
}

.tippy-tooltip.light-border-theme[data-placement^=top]>.tippy-arrow {
    border-top-color: #fff
}

.tippy-tooltip.light-border-theme[data-placement^=top]>.tippy-arrow:after {
    border-top: 7px solid #fff;
    top: -7px
}

.tippy-tooltip.light-border-theme[data-placement^=top]>.tippy-arrow:before {
    border-top: 7px solid rgba(0,8,16,0.2);
    bottom: -1px
}

.tippy-tooltip.light-border-theme[data-placement^=bottom]>.tippy-svg-arrow:after {
    top: -1px
}

.tippy-tooltip.light-border-theme[data-placement^=bottom]>.tippy-arrow {
    border-bottom-color: #fff
}

.tippy-tooltip.light-border-theme[data-placement^=bottom]>.tippy-arrow:after {
    border-bottom: 7px solid #fff;
    bottom: -7px
}

.tippy-tooltip.light-border-theme[data-placement^=bottom]>.tippy-arrow:before {
    border-bottom: 7px solid rgba(0,8,16,0.2);
    bottom: -6px
}

.tippy-tooltip.light-border-theme[data-placement^=left]>.tippy-svg-arrow:after {
    left: 1px;
    top: 0;
    transform: rotate(90deg)
}

.tippy-tooltip.light-border-theme[data-placement^=left]>.tippy-arrow {
    border-left-color: #fff
}

.tippy-tooltip.light-border-theme[data-placement^=left]>.tippy-arrow:after {
    border-left: 7px solid #fff;
    left: -7px
}

.tippy-tooltip.light-border-theme[data-placement^=left]>.tippy-arrow:before {
    border-left: 7px solid rgba(0,8,16,0.2);
    left: -6px
}

.tippy-tooltip.light-border-theme[data-placement^=right]>.tippy-svg-arrow:after {
    left: -1px;
    top: 0;
    transform: rotate(-90deg)
}

.tippy-tooltip.light-border-theme[data-placement^=right]>.tippy-arrow {
    border-right-color: #fff
}

.tippy-tooltip.light-border-theme[data-placement^=right]>.tippy-arrow:after {
    border-right: 7px solid #fff;
    right: -7px
}

.tippy-tooltip.light-border-theme[data-placement^=right]>.tippy-arrow:before {
    border-right: 7px solid rgba(0,8,16,0.2);
    right: -6px
}

.tippy-tooltip.light-border-theme[data-placement^=bottom]>.tippy-arrow,.tippy-tooltip.light-border-theme[data-placement^=bottom]>.tippy-svg-arrow,.tippy-tooltip.light-border-theme[data-placement^=top]>.tippy-arrow,.tippy-tooltip.light-border-theme[data-placement^=top]>.tippy-svg-arrow {
    transform: translateX(-1px)
}

.tippy-tooltip.light-border-theme[data-placement^=bottom]>.tippy-arrow:after,.tippy-tooltip.light-border-theme[data-placement^=bottom]>.tippy-arrow:before,.tippy-tooltip.light-border-theme[data-placement^=top]>.tippy-arrow:after,.tippy-tooltip.light-border-theme[data-placement^=top]>.tippy-arrow:before {
    left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.tippy-tooltip.light-border-theme[data-placement^=left]>.tippy-arrow,.tippy-tooltip.light-border-theme[data-placement^=left]>.tippy-svg-arrow,.tippy-tooltip.light-border-theme[data-placement^=right]>.tippy-arrow,.tippy-tooltip.light-border-theme[data-placement^=right]>.tippy-svg-arrow {
    transform: translateY(-1px)
}

.tippy-tooltip.light-border-theme[data-placement^=left]>.tippy-arrow:after,.tippy-tooltip.light-border-theme[data-placement^=left]>.tippy-arrow:before,.tippy-tooltip.light-border-theme[data-placement^=right]>.tippy-arrow:after,.tippy-tooltip.light-border-theme[data-placement^=right]>.tippy-arrow:before {
    top: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: -200px;
    width: 100%;
    font-size: 15px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 1.2em;
    box-sizing: border-box;
    border: 1px solid #ddd;
    visibility: hidden;
    transition: .5s;
    z-index: 9999
}

.is-show {
    visibility: visible !important;
    bottom: 0px
}

.cookie-text {
    width: 90%
}

.cookie-text a {
    color: #fff
}

.cookie-agree {
    color: #fff;
    background: dodgerblue;
    padding: 0.4em 1.0em
}

.cookie-agree:hover {
    cursor: pointer
}

.cc-hide1 {
    display: none
}

.cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards
}

@keyframes hide {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@media screen and (max-width: 950px) {
    .cookie-consent {
        flex-direction:column
    }

    .cookie-text {
        font-size: 13px
    }

    .cookie-agree {
        margin-top: 12px
    }
}

@media screen and (max-height: 460px) {
    .cookie-text {
        font-size:11px
    }

    .cookie-agree {
        font-size: 12px
    }
}

#cmn_footer {
    width: 100%;
    height: auto;
    margin: 0;
    background: #5C6B87
}

#cmn_footer .inner {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 48px 0
}

#cmn_footer .foot_nav {
    padding: 0 3%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: .875rem
}

#cmn_footer ul.sns_links {
    list-style: none;
    height: 35px;
    width: 200px;
    padding: 0;
    margin: 0 auto 24px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

#cmn_footer ul.sns_links li {
    padding: 0 12px
}

#cmn_footer ul.sns_links li a {
    display: block
}

#cmn_footer ul.sns_links li img {
    max-width: inherit
}

li.links_Twitter img {
    width: 43px;
    height: 35px
}

li.links_Facebook img {
    width: 35px;
    height: 35px
}

li.links_Line img {
    width: 37px;
    height: 35px
}

#cmn_footer .foot_nav ul {
    width: 25%;
    list-style: none;
    border-right: 1px solid #fff;
    padding: 0 4%
}

#cmn_footer .foot_nav ul:last-child {
    border-right: 0
}

#cmn_footer .foot_nav ul li {
    margin-bottom: 16px
}

#cmn_footer .foot_nav ul li:last-child {
    margin-bottom: 0
}

#cmn_footer .foot_nav ul li a {
    color: #fff;
    text-decoration: none
}

.copylight {
    width: 100%;
    padding: 12px;
    color: #fff;
    text-align: center;
    background: #333D50
}

.breadcrumb {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 56px;
    padding: 12px 0 0;
    border-top: 1px solid #E1E1E1;
    list-style: none;
    text-align: right
}

.breadcrumb li {
    display: inline;
    list-style: none;
    font-size: 0.875rem;
    font-weight: 400
}

.breadcrumb li:after {
    content: '>';
    padding: 0 0.2em;
    font-size: 80%;
    color: #9EABC2
}

.breadcrumb li:last-child:after {
    content: ''
}

.breadcrumb li a {
    text-decoration: none;
    color: #2C2E34
}

.breadcrumb li a:hover {
    text-decoration: underline
}

a.text_link_style {
    font-size: 1rem;
    font-weight: 800;
    color: #2C2E34;
    position: relative;
    display: inline-block
}

a.text_link_style::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 8px;
    border-color: transparent transparent transparent #2C2E34;
    border-radius: 4px;
    position: absolute;
    top: 3px;
    right: -20px
}

#lotteries_list_container {
    background: #DDF2FF;
    position: relative
}

#lotteries_list_container::before {
    content: '';
    background: url(../images/common/container_before.svg) no-repeat bottom;
    background-size: cover;
    width: 920px;
    height: 24px;
    position: absolute;
    top: -24px;
    right: 0
}

#lotteries_list_container::after {
    content: '';
    background: url(../images/common/container_after.svg) no-repeat top;
    background-size: cover;
    width: 920px;
    height: 24px;
    position: absolute;
    bottom: -24px;
    left: 0
}

#lotteries_list_container .inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 36px 0
}

#lotteries_list_container .head_cont {
    text-align: center;
    padding-bottom: 36px
}

#lotteries_list_container h2 {
    font-size: 1.6rem;
    color: #0095CE;
    display: inline-block;
    position: relative;
    margin: 0
}

#lotteries_list_container h2::before {
    content: '';
    background: url(../images/common/lineup_head_icon.png) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -12px;
    left: -46px
}

#lotteries_list_container p.head-p {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    color: #333D50;
    margin: 0
}

#lotteries_list_container .anchor_cont {
    text-align: center
}

.lotteries_list {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    margin-right: -2.3%;
    padding: 0
}

.lotteries_list li {
    width: 31%;
    padding: 12px;
    margin-bottom: 24px;
    margin-right: 2.3%;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    border: 1px solid #efefef;
    position: relative;
    cursor: pointer;
    transition: opacity .3s, transform .3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lotteries_list li:hover {
    opacity: .6;
    transform: scale(1.02);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lotteries_list li a {
    text-decoration: none
}

.lotteries_list h3 {
    box-sizing: border-box;
    color: #333D50;
    margin: 8px auto 0;
    padding-right: 34px;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

.lotteries_list p {
    font-size: .875rem;
    font-weight: 800;
    color: #FF2D83;
    position: relative;
    padding-left: 1.6em;
    padding-right: 34px;
    margin: 8px 0 0
}

.lotteries_list p::before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    font-size: 1.125rem;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0
}

.lotteries_list.clause p {
    color: #7484A2
}

.lotteries_list img {
    width: 100%
}

span.type_change.dedicated {
    content: '';
    display: block;
    background: url(../images/lotteries/lot_type_dedicated.png) no-repeat;
    background-size: cover;
    width: 31px;
    height: 42px;
    position: absolute;
    bottom: 12px;
    right: 16px
}

span.type_change.shared {
    content: '';
    display: block;
    background: url(../images/lotteries/lot_type_shared.png) no-repeat;
    background-size: cover;
    width: 34px;
    height: 47px;
    position: absolute;
    bottom: 12px;
    right: 10px
}

span.status {
    display: block;
    background: #FFAA00;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding: 8px;
    width: 80px;
    position: absolute;
    top: -10px;
    left: -10px
}

span.status::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 10px 0 0;
    border-color: #FFAA00 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -10px
}

span.status.coming {
    background: #95E000
}

span.status.coming::after {
    border-color: #95E000 transparent transparent transparent
}

span.status.upclause {
    background: #FF2D83
}

span.status.upclause::after {
    border-color: #FF2D83 transparent transparent transparent
}

span.status.clause {
    background: #7484A2
}

span.status.clause::after {
    border-color: #7484A2 transparent transparent transparent
}

.contact_container .inner {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 0 36px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    text-align: center
}

.faq-cont,.form-cont {
    width: 45%
}

.contact_container p {
    font-size: .875rem
}

a.common_link_btn {
    max-width: 330px;
    text-decoration: none;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 26px 0px;
    font-weight: 600;
    font-size: 1.125rem;
    color: #fff;
    border-radius: 100px;
    overflow: hidden;
    background: #46dfff;
    background: linear-gradient(90deg, #46dfff 0%, #8f4eff 100%);
    box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.3);
    transition: opacity .4s
}

a.common_link_btn:hover {
    opacity: .7
}

a.common_link_btn::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 38%;
    right: 6%;
    transition: right .4s
}

a.common_link_btn:hover::after {
    right: 4%
}

a.common_link_btn.faq,a.common_link_btn.contact {
    padding-left: 32px;
    max-width: 310px
}

a.common_link_btn.faq::after,a.common_link_btn.contact::after {
    display: none
}

a.common_link_btn.faq::before {
    content: '';
    display: block;
    width: 50px;
    height: 32px;
    background: url(../images/common/btn_faq.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 21px;
    left: 32px
}

a.common_link_btn.contact::before {
    content: '';
    display: block;
    width: 33px;
    height: 28px;
    background: url(../images/common/btn_contact.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 25px;
    left: 32px
}

.localmenu-list {
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    border: 1px solid #b8b8b8;
    border-radius: 12px;
    overflow: hidden
}

.localmenu-list li {
    width: 33.6%;
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
    overflow: hidden;
    border-right: 1px solid #b8b8b8
}

.localmenu-list li:last-child {
    border-right: 0
}

.localmenu-list li a,.localmenu-list li span {
    text-decoration: none;
    color: #333D50;
    display: block;
    padding: 24px 0;
    background: #F5F9FB;
    transition: background-color .3s
}

.localmenu-list li a:hover {
    background: #e1eaef
}

.localmenu-list li.active {
    background: #41cbff;
    background: linear-gradient(45deg, #41cbff 0%, #955bff 100%);
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.4)
}

.localmenu-list li.active a,.localmenu-list li.active span {
    color: #fff;
    background: transparent;
    pointer-events: none
}

.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-weight: 600
}

.pagination li {
    margin: 5px
}

.pagination li.prev a,.pagination li.next a {
    padding: 8px;
    position: relative
}

.pagination li.prev.disabled a,.pagination li.next.disabled a {
    color: #aaa;
    cursor: not-allowed
}

.pagination li.prev.disabled a:hover,.pagination li.next.disabled a:hover {
    opacity: 1
}

.pagination li.prev.disabled a::before,.pagination li.prev.disabled a::after,.pagination li.next.disabled a::before,.pagination li.next.disabled a::after {
    color: #aaa
}

.pagination li.prev a::before {
    content: '<';
    width: 0;
    height: 0;
    color: #2DC5FF;
    position: absolute;
    top: 10px;
    left: -1em
}

.pagination li.next a::after {
    content: '>';
    width: 0;
    height: 0;
    color: #2DC5FF;
    position: absolute;
    top: 9px;
    right: -.5em
}

.pagination a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 15px 20px;
    background: none;
    transition: .3s
}

.pagination a:hover {
    opacity: .5
}

.pagination .active a {
    color: #fff;
    background: #2DC5FF;
    border-radius: 8px;
    border: 2px solid transparent
}

.pagination .active a:hover {
    background: #fff;
    border: 2px solid #2DC5FF;
    color: #2DC5FF;
    opacity: 1
}

#page-top_scroll {
    right: 0;
    z-index: 100;
    display: none;
    margin: 0 0 0 auto;
    background: url(../images/common/top_scroll.png) no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    cursor: pointer
}

#page-top_scroll:hover {
    transition: .3s;
    opacity: .7
}

.back_link {
    text-align: center;
    padding: 16px 0 48px;
    max-width: 1100px;
    margin: 0 auto
}

.back_link a.text_link_style {
    color: #2C2E34
}

.back_link a.text_link_style::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8px 9px 0;
    border-color: transparent #2C2E34 transparent transparent;
    border-radius: 4px;
    position: absolute;
    top: 3px;
    left: -20px
}

.back_link a.text_link_style::after {
    display: none
}

.blank {
    display: block;
    margin-top: 10%
}

.page_margin {
    display: block;
    overflow: hidden;
    margin-bottom: 48px
}

.page_head {
    background: #eefdff;
    background: linear-gradient(45deg, #eefdff 0%, #efe8ff 100%);
    padding: 3.6% 0;
    text-align: center
}

.page_head .inner {
    display: inline-block
}

.page_head h1 {
    font-size: 2.5rem;
    margin: 0 0 8px;
    border-bottom: 2px solid #26c3ff;
    border-radius: 1px;
    position: relative
}

.page_head span {
    font-weight: 800;
    color: #333D50
}

.page_inner {
    width: 80%;
    max-width: 1100px;
    margin: 24px auto;
    padding: 0 24px 24px 24px;
    border-radius: 8px
}

.page_inner h2 {
    font-size: 1.25rem;
    line-height: 1.2em;
    margin: 0 0 8px;
    padding-left: 12px;
    border-left: 4px solid #2DC5FF;
    border-radius: 2px
}

.page_inner h3 {
    font-size: 1rem;
    margin-left: 12px;
    padding-bottom: 12px;
    font-weight: 400
}

.page_inner p {
    line-height: 1.8em;
    margin: 0 0 24px;
    padding-left: 12px
}

.page_inner span.small {
    font-size: .875rem
}

.page_inner p.mgnb-0px__pddl-0px {
    margin-bottom: 0;
    padding-left: 0
}

.mgnt-0px {
    margin-top: 0
}

.page_inner p.mgnt-0px {
    margin-top: 0
}

.page_inner p.mgnb-0px {
    margin-bottom: 0
}

.mgnb-0px {
    margin-bottom: 0
}

.center {
    text-align: center
}

.page_inner a {
    color: #2C2E34
}

a.common_link_btn {
    color: #fff
}

.page_inner .text_box {
    max-width: 460px;
    margin: 24px 0 0;
    padding: 24px;
    background: #eff7ff;
    border-radius: 12px;
    text-align: center
}

.page_inner table.about {
    width: 100%;
    border-collapse: collapse;
    font-size: .875rem
}

.page_inner table.about tr {
    border-bottom: solid 2px white
}

.page_inner table.about tr:last-child {
    border-bottom: none
}

.page_inner table.about th {
    position: relative;
    width: 30%;
    background-color: #2DC5FF;
    color: white;
    text-align: center;
    padding: 24px 0;
    border-radius: 12px 0 0 12px
}

.page_inner table.about td {
    text-align: left;
    width: 70%;
    text-align: left;
    background-color: #eff7ff;
    padding: 24px;
    border-radius: 0 12px 12px 0
}

.page_inner ul {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0 0 1em;
    margin: 0 0 16px;
    box-sizing: border-box
}

.page_inner ul li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 1em 30px;
    margin-bottom: .5em;
    border-bottom: 1px dashed #b7b7b7
}

.page_inner ul li:last-child {
    margin-bottom: 0
}

.page_inner ul li:before {
    position: absolute;
    content: '';
    display: inline-block;
    background: #2DC5FF;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    top: 1.5em;
    left: 8px;
    width: 10px;
    height: 10px;
    line-height: 25px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.page_inner ol {
    counter-reset: number;
    list-style-type: none !important;
    padding: 0 0 1em;
    margin: 0 0 16px
}

.page_inner ol li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 1em 30px;
    margin-bottom: .5em;
    border-bottom: 1px dashed #b7b7b7
}

.page_inner ol li:last-child {
    margin-bottom: 0
}

.page_inner ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #2DC5FF;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50%;
    top: 1.8em;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

ul.h3lists,ol.h3lists {
    margin-left: 18px
}

.page_inner.faq section {
    margin-bottom: 48px;
    text-align: center
}

.page_inner.faq section:last-child {
    margin-bottom: 0
}

.page_inner.faq h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-top: 12px;
    padding-left: 1.4em;
    padding-right: 1.4em;
    padding-bottom: 12px;
    border-left: 0;
    text-align: center;
    display: inline-block;
    position: relative
}

.page_inner.faq h2::before {
    content: '';
    width: 1em;
    height: 2px;
    background: #333D50;
    position: absolute;
    top: 50%;
    left: 0
}

.page_inner.faq h2::after {
    content: '';
    width: 1em;
    height: 2px;
    background: #333D50;
    position: absolute;
    top: 50%;
    right: 0
}

.page_inner.faq dl {
    margin: 0 auto 12px;
    line-height: 1.8em;
    text-align: left
}

.page_inner.faq dl dt {
    font-size: 1.125rem;
    margin: 0;
    font-weight: 800;
    padding: 16px;
    padding-left: 55px;
    box-sizing: border-box;
    position: relative;
    background: #266674;
    color: #fff;
    border: 2px solid #266674
}

.page_inner.faq dl dt::before {
    content: '';
    background: url("../images/others/q.png") no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 8px;
    top: 10px
}

.page_inner.faq dl dd {
    margin: 0 auto;
    padding: 16px;
    padding-left: 55px;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 0 0 12px 12px
}

.page_inner.faq dl dd::before {
    content: '';
    background: url("../images/others/a.png") no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 8px;
    top: 10px
}

h2.guide_layout__head {
    display: inline-block;
    box-sizing: border-box;
    margin: 0 auto 16px;
    border-left: 0;
    padding: 0 36px;
    font-size: 1.625rem;
    text-align: center;
    position: relative
}

.sec_guide01 small {
    font-size: 1rem;
    font-weight: bold;
    display: block
}

h2.guide_layout__head::before {
    content: '';
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #46dfff;
    position: absolute;
    top: 45%;
    left: 0
}

h2.guide_layout__head::after {
    content: '';
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: #BF9CFF;
    position: absolute;
    top: 45%;
    right: 0
}

.sec_guide01 {
    text-align: center;
    font-size: 1.125rem
}

.guide_local-linkbtn {
    max-width: 45vw;
    margin: 36px auto;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative
}

.guide_local-linkbtn::before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background: #46dfff;
    background: linear-gradient(90deg, #46dfff 20%, #8aafff 50%, #bf9cff 80%);
    position: absolute;
    top: 50%;
    left: 0
}

.guide_local-linkbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 10vw;
    height: 10vw;
    min-width: 150px;
    min-height: 150px;
    border-radius: 100%;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    transition: .4s
}

.guide_local-linkbtn a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 16px;
    left: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-radius: 4px;
    border-color: #fff transparent transparent transparent;
    transition: .4s
}

.guide_local-linkbtn a:nth-child(1) {
    background: #2DC5FF;
    position: relative;
    border: 4px solid #2DC5FF
}

.guide_local-linkbtn a:nth-child(2) {
    background: #68B9FF;
    position: relative;
    border: 4px solid #68B9FF
}

.guide_local-linkbtn a:last-child {
    background: #BF9CFF;
    position: relative;
    border: 4px solid #BF9CFF
}

.guide_local-linkbtn a:hover {
    background: #fff
}

.guide_local-linkbtn a:nth-child(1):hover {
    color: #2DC5FF
}

.guide_local-linkbtn a:nth-child(2):hover {
    color: #68B9FF
}

.guide_local-linkbtn a:last-child:hover {
    color: #BF9CFF
}

.guide_local-linkbtn a:nth-child(1):hover::after {
    border-color: #2DC5FF transparent transparent transparent;
    bottom: 10px
}

.guide_local-linkbtn a:nth-child(2):hover::after {
    border-color: #68B9FF transparent transparent transparent;
    bottom: 10px
}

.guide_local-linkbtn a:last-child:hover::after {
    border-color: #BF9CFF transparent transparent transparent;
    bottom: 10px
}

.guide_local-linkbtn__var2 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.guide_local-linkbtn__var2 a {
    width: 49.5%;
    padding: 12px;
    border: 2px solid #2DC5FF;
    border-radius: 12px;
    text-decoration: none;
    margin-bottom: 12px;
    position: relative;
    transition: .3s
}

.guide_local-linkbtn__var2 a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #2DC5FF transparent transparent transparent;
    position: absolute;
    top: 45%;
    right: 8px;
    transition: .3s
}

.guide_local-linkbtn__var2 a:hover {
    background: #2DC5FF;
    color: #fff
}

.guide_local-linkbtn__var2 a:hover::after {
    border-color: #fff transparent transparent transparent
}

.htp_btn {
    max-width: 330px;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 20px 0px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2C2E34;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.3);
    transition: .4s
}

.htp_btn:hover {
    color: #fff;
    background: #2C2E34;
    border: 2px solid #fff
}

.htp_btn::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 10px;
    border-color: transparent transparent transparent #2C2E34;
    position: absolute;
    top: 36%;
    right: 6%;
    transition: .4s
}

.htp_btn:hover::after {
    border-color: transparent transparent transparent #fff;
    right: 4%
}

.sec_htp {
    background: #68B9FF;
    position: relative;
    overflow: hidden;
    margin-bottom: 36px
}

.sec_htp::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/common/lott_pattern.png);
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.sec_htp .inner {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 0;
    position: relative;
    z-index: 2
}

.sec_htp h2 {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    margin: 0 auto 24px
}

.sec_htp p {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 24px 0
}

.htp_flow {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between
}

.htp_flow li {
    width: 24.5%;
    border-radius: 12px;
    box-shadow: 0px 3px 12px -6px rgba(0,0,0,0.3)
}

.kuji_type__info {
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-bottom: 36px
}

.kuji_type__info::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/common/lott_pattern.png);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.type_info_block {
    width: 50%;
    padding: 6% 0;
    display: block;
    background: #F5EFFF;
    position: relative;
    text-align: center
}

.type_info_block.box {
    background: #F5EFFF
}

.type_info_block.percent {
    background: #F1FDFF
}

.type_info_block h3 {
    display: inline-block;
    text-align: center;
    font-size: 1.375rem;
    letter-spacing: .1rem;
    margin: 0 auto 16px;
    padding-left: 70px;
    position: relative;
    z-index: 10
}

.type_info_block.box h3::before {
    content: '';
    display: block;
    background: url(../images/lotteries/lot_type_dedicated.png) no-repeat;
    width: 66px;
    height: 59px;
    position: absolute;
    top: -10px;
    left: 0
}

.type_info_block.box h3 span {
    color: #955BFF;
    font-size: 2.25rem
}

.type_info_block.percent h3::before {
    content: '';
    display: block;
    background: url(../images/lotteries/lot_type_shared.png) no-repeat;
    width: 66px;
    height: 56px;
    position: absolute;
    top: -12px;
    left: 0
}

.type_info_block.percent h3 span {
    color: #2DC5FF;
    font-size: 2.25rem
}

.type_content {
    width: 90%;
    max-width: 600px;
    background: #fff;
    border-radius: 12px;
    margin: 0 auto;
    padding: 0 0 36px;
    box-shadow: 4px 7px 16px rgba(9,35,64,0.1);
    overflow: hidden;
    min-height: 300px;
    text-align: left;
    position: relative;
    z-index: 10
}

.type_content h4 {
    background: #2DC5FF;
    text-align: center;
    padding: 12px;
    margin: 0;
    font-size: 1.375rem;
    font-weight: bold;
    color: #fff
}

.type_info_block.box .type_content h4 {
    background: #BF9CFF
}

.type_content p {
    padding: 0 36px;
    font-size: 1.125rem;
    line-height: 1.8rem
}

span.emp {
    font-size: 1.25rem;
    color: #ff2d83;
    font-weight: bold;
    position: relative
}

span.emp::after {
    content: '';
    display: none;
    width: 100%;
    height: 6px;
    background: #e0cfff;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1
}

.type_info_block.percent span.emp::after {
    content: '';
    display: none;
    width: 100%;
    height: 6px;
    background: #abe9ff;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1
}

.mapages_images {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px
}

.mapages_images .image_contents {
    width: 33%;
    border: 2px solid #2DC5FF;
    position: relative;
    margin: 0;
    padding: 0
}

.mapages_images .image_contents.onlyimage {
    width: 49.5%;
    margin: 0 auto
}

.mapages_images .image_contents h3 {
    margin: 0;
    padding: 12px;
    display: inline-block;
    background: #2DC5FF;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.Sgoods-name_inner {
    padding: 48px 0;
    margin-top: 12px;
    margin-bottom: 24px;
    position: relative;
    background: #F1FDFF;
    background: linear-gradient(#F1FDFF 0%, #F5EFFF 100%)
}

.Sgoods-name_inner::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/common/lott_pattern.png);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.lastwin_cont {
    text-align: center;
    width: 80%;
    max-width: 680px;
    margin: 0 auto 24px;
    padding: 36px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 7px 16px rgba(9,35,64,0.1);
    position: relative;
    z-index: 10;
    margin-bottom: 36px
}

.morechan_cont {
    text-align: center;
    width: 80%;
    max-width: 680px;
    margin: 0 auto;
    padding: 36px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 7px 16px rgba(9,35,64,0.1);
    position: relative;
    z-index: 10
}

h3.Sgoods-name_tit {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 8px;
    text-align: center
}

h3.Sgoods-name_tit img {
    width: 310px;
    margin-right: 8px
}

ul.info_caution {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 0
}

ul.info_caution li {
    width: 49.5%;
    border: none;
    padding: 0;
    margin: 0
}

ul.info_caution li::before {
    display: none
}

ul.info_caution li h4 {
    font-size: 1.375rem;
    margin: 0 auto 4px;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative
}

ul.info_caution li .number {
    display: inline-block;
    padding: 4px;
    margin-right: 8px;
    background: #BF9CFF;
    color: #fff;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    border-radius: 100%;
    text-align: center;
    font-size: 1.25rem;
    position: absolute;
    top: 8px;
    left: 0
}

ul.info_caution li p {
    padding-left: 0;
    font-size: 1rem
}

.guide__caption_cont {
    text-align: center
}

.page_inner p.caption_head {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: -18px;
    display: block;
    position: relative;
    z-index: 1
}

.page_inner p.caption_head span {
    display: inline-block;
    background: #fff;
    color: #ff2d83
}

.page_inner p.caption {
    display: inline-block;
    font-size: .875rem;
    padding: 24px;
    border: 1px solid #ff2d83;
    border-radius: 12px
}

.caution_container .inner {
    width: 90%;
    margin-top: 0;
    padding-top: 0
}

.caution_container .text_block {
    max-width: 820px;
    margin: 0 auto
}

.caution_container h3 {
    margin-top: 36px
}

.lottery-image {
    aspect-ratio: 55/31
}

.prize-image {
    aspect-ratio: 1
}

.prize-image.disabled {
    filter: grayscale(100%)
}

.lot-type-image {
    aspect-ratio: 44/60
}

.lotteries_container.category_page {
    background: none
}

.category_page__info_text {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.8rem;
    margin-bottom: 8%
}

.category_page__info_text b {
    font-size: 1.375rem;
    display: block
}

.caution_container .inner {
    width: 80%;
    max-width: 920px;
    margin: 0 auto;
    padding: 36px 0
}

.caution_container h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    margin: 0 0 8px;
    padding-left: 12px;
    border-left: 4px solid #2DC5FF;
    border-radius: 2px
}

.caution_container p {
    line-height: 1.8em;
    margin: 0 0 28px;
    padding-left: 12px
}

.field_with_errors {
    color: #f7374e !important
}

.field_with_errors input,.field_with_errors textarea,.field_with_errors select {
    color: #f7374e;
    border-color: #f66d80 !important;
    outline-color: #f66d80 !important
}

a.disabled {
    pointer-events: none
}

.alert {
    color: #f7374e;
    border: solid 1px #f66d80;
    width: 90%;
    max-width: 1100px;
    font-weight: bold;
    text-align: center;
    margin: 16px auto 0;
    padding: 0.5em 0
}

.alert.alert-info {
    color: #31708f;
    border-color: #bce8f1
}

.search-container {
    box-sizing: border-box;
    display: none;
    margin: 0;
    position: absolute
}

.search-container--open {
    display: block
}

.search-container .search-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.18);
    box-shadow: 0 6px 12px rgba(0,0,0,0.18);
    border-color: #66afe9;
    overflow-x: hidden;
    margin-top: -1px
}

.search-container--open .search-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.search-container--open .search-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1051;
    left: 0
}

.search-results {
    display: block
}

.search-container .search-results>.search-results__options {
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0
}

.search-container .search-results__option {
    padding: 6px 12px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none
}

.search-container .search-results__option:hover {
    background-color: #2DC5FF;
    color: #fff
}

.form_btn {
    border-radius: 12px;
    margin: 24px auto 0;
    padding: 16px 0;
    width: 220px;
    display: block;
    color: #fff;
    background: #00A8FF;
    border: 2px solid #00A8FF;
    font-weight: bold;
    font-size: 1.125rem;
    text-decoration: none;
    transition: background-color .3s, color .3s, opacity .3s;
    text-align: center
}

.form_btn:hover {
    background: #fff;
    color: #00A8FF
}

.form_btn:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.form_btn:disabled:hover {
    background: #00A8FF;
    color: #fff
}

.form_btn.cancel {
    color: #00A8FF;
    border-color: #00A8FF;
    background: #fff
}

.form_btn.cancel:hover {
    opacity: .3
}

.turning_point{
    padding-top: 70px;
}
