@charset "UTF-8";
/* Scss Document */
body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}

button {
    font-family: "Noto Sans JP", sans-serif;
}

#app {
    padding-bottom: 100px;
    padding-top: 95px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 950;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    transition: 0.3s;
}

.mask2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    transition: 0.3s;
}

.mask3 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    transition: 0.3s;
}

.mask_b {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    background: #000;
    width: 100%;
    height: 100vh;
    transition: 0.3s;
}

@keyframes loading {
    0% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.loading {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    color: #fff;
    width: 100%;
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    opacity: 0;
    animation-name: loading;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.loading span {
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 0 1px;
    letter-spacing: 1px;
}

.menu_pc {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.menu_pc ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.menu_pc ul li {
    list-style: none;
    margin-right: 20px;
}
.menu_pc ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .menu_pc ul {
        font-size: 1.4vw;
    }
}
@media (max-width: 768px) {
    .menu_pc {
        display: none;
    }
}

.menu_sp {
    display: none;
}
@media (max-width: 768px) {
    .menu_sp {
        display: block;
    }
}

.br_hid {
    display: none;
}
@media (max-width: 1024px) {
    .br_hid {
        display: inline;
    }
}

.br_hid2 {
    display: none;
}
@media (max-width: 768px) {
    .br_hid2 {
        display: inline;
    }
}

#animation_container {
    position: absolute;
    width: 100% !important;
    height: 100vh !important;
    top: 0;
    left: 0;
    z-index: 1010;
}

#canvas {
    width: 100% !important;
    height: auto !important;
    max-width: 640px;
    margin: 0 auto;
}

#dom_overlay_container {
    width: 100% !important;
    height: auto !important;
}

.catch_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% - 40px);
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .catch_flex {
        display: block;
        padding: 0;
        width: 100%;
    }
}

.area_pc {
    width: calc(100% - 40px);
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .area_pc {
        display: block;
        padding: 0;
        width: 100%;
    }
}

.catch {
    margin-bottom: 20px;
    text-decoration: none;
    display: block;
    width: calc(50% - 10px);
}
@media (max-width: 768px) {
    .catch {
        width: 100%;
        margin: 0 auto 20px auto;
        max-width: 500px;
    }
}
.catch img {
    display: block;
}
.catch .catch_main {
    width: 100%;
    height: auto;
    display: block;
}

.catch2 {
    margin: 0 auto 20px auto;
    text-decoration: none;
    display: block;
    max-width: 768px;
    width: calc(100% - 10px);
}
@media (max-width: 768px) {
    .catch2 {
        width: 100%;
        margin: 0 auto 20px auto;
    }
}
.catch2 img {
    display: block;
}
.catch2 .catch_main {
    width: 100%;
    height: auto;
    display: block;
}

.tab_slde {
    width: auto;
    height: 10vw;
    max-height: 47px;
}

.sale {
    background: #f73750;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    margin-left: 10px;
    min-width: 110px;
}

.sold {
    background: #a2a2a2;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    margin-left: 10px;
    min-width: 110px;
}

.item {
    background: #162075;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 150px;
}

.top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_flex p {
    margin-left: 10px;
    font-size: 14px;
    color: #162075;
    margin-right: 5px;
}
.top_flex img {
    height: 37px;
    width: auto;
}

.price {
    position: relative;
    overflow: hidden;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.3);
    display: block;
    text-decoration: none;
}
.price .price_num {
    background: #162075;
    /* Old browsers */
    background: -moz-linear-gradient(
        left,
        #f73750 0%,
        #f73750 50%,
        #162075 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
        left,
        #f73750,
        #f73750 50% 0%,
        #162075 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to right,
        #f73750 0%,
        #f73750 50%,
        #162075 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    padding: 10px 20px;
    text-align: right;
}
.price img {
    display: block;
}

.img_mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.link_gacya {
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.vis {
    display: block;
}

header {
    width: 100%;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #f73750;
}
header h1 {
    font-size: 16px;
    text-align: center;
    line-height: 1.3em;
    font-weight: 700;
    color: #fff;
    padding: 5px 0;
    letter-spacing: 0.05rem;
}
@media (max-width: 1024px) {
    header h1 {
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    header h1 {
        width: calc(100% - 80px);
        margin: 0 auto;
        font-size: 16px;
    }
}

footer {
    width: 100%;
    padding: 10px 0 30px 0;
    background: #f73750;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
footer div {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 10px;
    padding: 0 10px;
}
@media (max-width: 340px) {
    footer div {
        padding: 0 10px;
    }
}
footer a {
    display: block;
    text-decoration: none;
}

.btn_left,
.btn_right,
.btn_center {
    background: none;
    border: none;
    transition: 0.3s;
    position: relative;
}
.btn_left img,
.btn_right img,
.btn_center img {
    display: block;
}
@media (min-width: 768px) {
    .btn_left:hover,
    .btn_right:hover,
    .btn_center:hover {
        filter: brightness(1.1);
    }
}

.btn_left img,
.btn_right img {
    width: auto;
    height: 65px;
}
@media (max-width: 368px) {
    .btn_left img,
    .btn_right img {
        height: 55px;
    }
}

.btn_left img {
    height: 65px;
}

.hover_cancel:hover {
    filter: brightness(1);
}

.btn_center {
    position: absolute;
    left: calc(50% - 53px);
    padding: 0;
}
@media (max-width: 368px) {
    .btn_center {
        left: calc(50% - 43px);
    }
}
@media (max-width: 368px) {
    .btn_center img {
        width: auto;
        height: 90px;
    }
}

.login_pos {
    width: 150px !important;
    position: absolute;
    top: 33px;
    left: calc(50% - 75px);
}
@media (max-width: 450px) {
    .login_pos {
        width: 140px !important;
        position: absolute;
        left: calc(50% - 70px);
        font-size: 16px !important;
    }
}
@media (max-width: 368px) {
    .login_pos {
        top: 25px;
        width: 130px !important;
        left: calc(50% - 60px);
    }
}

.btn_icon {
    width: 12px;
    height: 12px;
    background: #f73750;
    border-radius: 50%;
    position: absolute;
    bottom: 18px;
    right: -7px;
    padding: 0 !important;
}

.btn_grad {
    background: #fff;
    border: none;
    color: #162075;
    padding: 10px 0;
    font-size: 18px;
    width: 50%;
    border: 2px solid #162075;
    border-image: linear-gradient(45deg, #ff0000, #162075) 1;
    display: block;
    text-align: center;
    transition: 0.3s;
}
@media (min-width: 768px) {
    .btn_grad:hover {
        opacity: 0.8 !important;
        color: #162075 !important;
    }
}
@media (max-width: 768px) {
    .btn_grad:hover {
        opacity: 1 !important;
        color: #162075 !important;
    }
}

.back_arrow {
    position: absolute;
    top: 26px;
    left: 10px;
}

.menu_trig {
    position: fixed;
    top: 12px;
    right: 10px;
    z-index: 1010;
    width: 28px;
    height: 25px;
    display: none;
}
.menu_trig span {
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    display: block;
    transition: 0.3s;
}
.menu_trig span:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
}
.menu_trig span:nth-of-type(2) {
    position: absolute;
    top: 11px;
    left: 0;
}
.menu_trig span:nth-of-type(3) {
    position: absolute;
    top: 22px;
    left: 0;
}
@media (max-width: 768px) {
    .menu_trig {
        display: block;
    }
}

.menu_on span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 11px;
}
.menu_on span:nth-of-type(2) {
    transform: rotate(-45deg);
}
.menu_on span:nth-of-type(3) {
    display: none;
}

.menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -102vw;
    z-index: 1000;
    background: #f73750;
    transition: 0.5s;
    box-shadow: -3px 1px 5px rgba(0, 0, 0, 0.5);
    font-size: 18px;
}
.menu ul {
    margin: 86px 0 20px 15px;
    height: 130px;
}
.menu ul li {
    list-style: none;
    margin-bottom: 30px;
}
.menu ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 700;
}
@media (min-width: 768px) {
    .menu ul li a:hover {
        opacity: 0.8;
    }
}

.menu_show {
    right: -40vw;
}

.m_area {
    /*height: 100vh;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;*/
}

.back_top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
}

ｒ .gacya_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100vh - 40px);
    padding: 20px;
    background: #faffe0;
    font-size: 14px;
    z-index: 1000;
    transition: 0.3s;
}
ｒ .gacya_pop h2 {
    font-size: 20px;
    text-align: center;
    margin: 0 auto 20px auto;
    width: calc(100% - 50px);
}
ｒ .gacya_pop img {
    width: 100%;
    height: auto;
}
ｒ .gacya_pop p {
    text-align: center;
}

.btn_close {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
    background: none;
    border: none;
}

.select_pop {
    background: #faffe0;
    position: fixed;
    bottom: 100px;
    left: 20px;
    width: calc(100% - 80px);
    padding: 20px;
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.select_pop h3 {
    text-align: center;
    margin-bottom: 20px;
}
.select_pop a {
    display: block;
    background: #f38300;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 30px;
}

.show {
    z-index: 1100;
    opacity: 1;
}

.style01 {
    background: #fff;
    padding: 20px 20px 30px 20px;
    width: 768px;
    position: fixed;
    top: 100px;
    left: calc(50% - 384px);
    z-index: 1000;
}
@media (max-width: 768px) {
    .style01 {
        top: 0;
        left: 0;
        height: 100vh;
        width: calc(100% - 40px);
    }
}

.breadcrumb {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0 30px 0;
    font-size: 14px;
}
.breadcrumb li {
    color: #162075;
    list-style: none;
    margin-right: 10px;
    font-weight: 400;
}
.breadcrumb li a {
    color: #162075;
}
@media (max-width: 1024px) {
    .breadcrumb {
        margin: -5px 0 20px 10px;
    }
}

small {
    width: 80%;
    margin: 0 auto;
    display: block;
    color: #ff0000;
}

.sub1 {
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
}

.sub2 {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
}
.sub2 p {
    padding: 15px 20px;
    background: #f73750;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    line-height: 1.3em;
}

.sub3 {
    color: #000;
    font-size: 14px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.3em;
}

.form_wrap {
    margin-bottom: 20px;
}
.form_wrap input {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 10px 5px;
    border: none;
    background: #e8e8e8;
}
.form_wrap input:focus {
    outline: 3px solid #ff0000;
}
.form_wrap p {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 10px auto;
    color: #000;
}

.btn_login {
    width: 80%;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f73750;
    font-size: 14px;
    color: #fff !important;
    border: none;
    margin: 30px auto 20px auto;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}
.btn_login:disabled {
    background: #a2a2a2;
}
@media (min-width: 768px) {
    .btn_login:hover {
        opacity: 0.8;
    }
}

.btn_join {
    width: 80%;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #162075;
    font-size: 14px;
    color: #fff;
    border: none;
    margin: 0 auto 20px auto;
    text-decoration: none;
    transition: 0.3s;
}
.btn_join:hover {
    color: #fff;
}
@media (min-width: 768px) {
    .btn_join:hover {
        opacity: 0.8;
    }
}

.link_plane {
    color: #162075;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}
@media (min-width: 768px) {
    .link_plane:hover {
        color: #5d79ba;
    }
}

.range_area {
    width: calc(100% - 40px);
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
}
.range_area div {
    margin-bottom: 20px;
}
.range_area div p {
    color: #000;
    line-height: 1.3em;
}
.range_area div p:nth-of-type(1) {
    margin-bottom: 10px;
}
.range_area p {
    color: #000;
    line-height: 1.3em;
}
@media (max-width: 768px) {
    .range_area {
        padding: 0;
    }
    .range_area p {
        font-size: 15px;
    }
}
@media (max-width: 360px) {
    .range_area p {
        font-size: 13px;
    }
}

.btn_lot {
    position: relative;
    width: 140px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #162075;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: none;
    margin: 0 auto 20px auto;
    text-decoration: none;
    transition: 0.3s;
}
.btn_lot span {
    font-size: 12px;
    line-height: 1.1em;
    display: block;
    margin-top: 3px;
    color: #162075;
}
@media (min-width: 768px) {
    .btn_lot:hover {
        opacity: 0.8;
    }
}

.btn_lot2 {
    position: relative;
    width: 140px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #162075;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: none;
    margin: 0 auto 20px auto;
    text-decoration: none;
    transition: 0.3s;
}
.btn_lot2 span {
    font-size: 12px;
    line-height: 1.1em;
    display: block;
    margin-top: 3px;
    color: #162075;
}
@media (min-width: 768px) {
    .btn_lot2:hover {
        opacity: 0.8;
    }
}

.free_info {
    position: absolute;
    top: -33px;
    left: calc(50% - 89px);
    width: 160px;
    background: #fff;
    border: 1px solid #0054a5;
    padding: 5px 0;
}

.item_wrap {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}
.item_wrap a {
    text-decoration: none;
    display: inline-block;
}
@media (min-width: 768px) {
    .item_wrap a:hover {
        text-decoration: underline;
        text-decoration-color: #fff;
    }
}

.item_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    background: #fff;
    margin: 0 auto 20px auto;
    position: relative;
}
.item_flex a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
}

.prize_img {
    width: 32%;
    height: auto;
}
@media (max-width: 450px) {
    .prize_img {
        width: 40%;
    }
}

.prize_left {
    width: calc(68% + 10px);
    padding: 20px;
    border: 1px solid #6d6d6d;
    box-shadow: inset 4px 5px 0px #fff, 5px 5px 0px #f5f5f5;
    margin-bottom: 5px;
    background: #f5f5f5;
    color: #162075;
    font-weight: 700;
    padding: 8px 10px 5px 10px;
    margin-left: -15px;
    height: 213px;
    margin-top: 15px;
}
.prize_left p {
    color: #162075;
    font-size: 18px;
}
@media (max-width: 768px) {
    .prize_left p {
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    .prize_left p {
        font-size: 14px;
        margin-bottom: 0;
    }
}
.prize_left div {
    color: #ccd2e0;
    font-size: 18px;
    line-height: 1.3em;
}
@media (max-width: 450px) {
    .prize_left div {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .prize_left {
        height: 28vw;
        margin-top: 1vw;
    }
}
@media (max-width: 450px) {
    .prize_left {
        width: calc(60% + 10px);
        padding: 10px;
        height: 34vw;
        margin-top: 1.5vw;
    }
}

.icon_arrow {
    position: absolute;
    bottom: 40px;
    right: 20px;
}
@media (max-width: 768px) {
    .icon_arrow {
        bottom: 11px;
        right: 10px;
        width: 15px;
        height: auto;
    }
}
@media (max-width: 450px) {
    .icon_arrow {
        bottom: 21px;
        right: 10px;
        width: 15px;
        height: auto;
    }
}

.prize_tit {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 18px;
    margin-bottom: 20px;
}
@media (max-width: 450px) {
    .prize_tit {
        margin-bottom: 10px;
    }
}
.prize_tit p:nth-of-type(1) {
    width: calc(100% - 40px);
}
.prize_tit p:nth-of-type(2) {
    width: 65px;
}
@media (max-width: 450px) {
    .prize_tit p:nth-of-type(2) {
        width: 65px;
    }
}

.prize_rest {
    background: #a2a2a2;
    padding: 5px 0;
    color: #fff !important;
    text-align: center;
    border-radius: 30px;
    width: 173px;
    position: absolute;
    bottom: 10px;
    right: 14%;
}
@media (max-width: 768px) {
    .prize_rest {
        margin: 10px auto 0 auto;
        width: 126px;
    }
}

.prize_rest2 {
    background: #f73750;
    padding: 5px 0;
    color: #fff !important;
    text-align: center;
    border-radius: 30px;
    width: 173px;
    position: absolute;
    bottom: 42px;
    right: 14%;
}
@media (max-width: 768px) {
    .prize_rest2 {
        margin: 10px auto 0 auto;
        width: 126px;
        bottom: 20px;
        font-size: 16px !important;
    }
}
@media (max-width: 450px) {
    .prize_rest2 {
        font-size: 14px !important;
    }
}

[v-cloak] {
    display: none;
}

.v-enter-active,
.v-leave-actibe {
    transition: opacity 0.3s;
}

.v-enter,
.v-leave-to {
    opacity: 0;
    transition: opacity 0.3s;
}

.l_inner {
    width: calc(100% - 40px);
    padding: 0 20px;
    margin-bottom: 30px;
}

.range {
    font-size: 14px;
    margin-bottom: 20px;
}
.range p {
    line-height: 1.3em;
}
.range p:nth-of-type(1) {
    margin-bottom: 5px;
}

.ticket_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3881ef;
    padding: 5px 0;
    margin-bottom: 20px;
}
.ticket_wrap div {
    color: #fff;
    margin: 0 5px;
}
.ticket_wrap button {
    background: none;
    border: none;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.btn_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.btn_wrap button {
    border: none;
    background: #f38300;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 120px;
    padding: 10px 0;
    font-size: 18px;
    margin: 0 5px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
}

.btn_list {
    border: none;
    background: #3881ef;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 120px;
    padding: 10px 0;
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
    display: block;
}

.prize_wrap {
    margin-bottom: 50px;
}

.prize_sect {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px;
}
.prize_sect img {
    width: 40%;
    height: auto;
}

.prize_right {
    width: calc(60% - 20px);
    margin-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.prize_name {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.prize_dist {
    margin-bottom: 10px;
    line-height: 1.3em;
}

.prize_number {
    background: #888;
    color: #fff !important;
    width: 90%;
    border-radius: 20px;
    padding: 5px 0;
    text-align: center;
    margin: 0 auto;
}

.prize_number2 {
    background: #f73750;
    color: #fff !important;
    width: 90%;
    border-radius: 20px;
    padding: 5px 0;
    text-align: center;
    margin: 0 auto;
}

.prize_arrow {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.notice {
    margin-left: 20px;
}
.notice li {
    margin-bottom: 10px;
    list-style: none;
}

.sect_wrap {
    max-width: 1024px;
    margin: 0 auto;
}

.l_prize1 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    background: #fcfadf;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.l_prize1:last-child {
    border: none;
}

.l_sectHead {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    background: #162075;
    padding: 10px;
}
.l_sectHead p {
    color: #fff;
}
.l_sectHead p:nth-of-type(4) {
    width: 100%;
    margin-top: 10px;
}

.l_sectHead2 {
    text-align: center;
    background: -moz-linear-gradient(left, #e7525b 0%, #fa7441 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e7525b 0%, #fa7441 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e7525b 0%, #fa7441 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 10px;
}
.l_sectHead2 p {
    color: #fff;
}

.l_prize_c1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 14px;
}
.l_prize_c1 img {
    width: 100%;
    max-width: 250px;
}
.l_prize_c1 .prize_one {
    width: calc(50% - 20px);
    max-width: 238px;
    margin: 0 10px 20px 10px;
    text-align: center;
}
.l_prize_c1 .prize_one p {
    line-height: 1.3em;
    color: #10214e;
}
.l_prize_c1 .prize_one p:nth-of-type(1) {
    margin-bottom: 10px;
}
.l_prize_c1 img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
    cursor: pointer;
}

.prize_txt {
    color: #10214e;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.not_txt {
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    font-weight: 400;
    color: #a2a2a2;
}

.prize_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #faffe0;
}

.swiper {
    width: 600px;
    height: 300px;
}

.swiper-slide div {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 20px;
    margin: 0 10px;
}

.swiper-slide label {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 20px;
    margin: 0 5px;
    cursor: pointer;
}

.icon1 {
    background: #fb813f;
    background: -moz-linear-gradient(left, #fb813f 0%, #ddbd0c 100%);
    background: -webkit-linear-gradient(left, #fb813f 0%, #ddbd0c 100%);
    background: linear-gradient(to right, #fb813f 0%, #ddbd0c 100%);
    cursor: pointer;
}

.icon2 {
    background: #a2a2a2;
    cursor: pointer;
}
.icon2 :checked {
    background: #fb813f;
    background: -moz-linear-gradient(left, #fb813f 0%, #ddbd0c 100%);
    background: -webkit-linear-gradient(left, #fb813f 0%, #ddbd0c 100%);
    background: linear-gradient(to right, #fb813f 0%, #ddbd0c 100%);
}

.swiper-container {
    margin-bottom: 20px;
    width: calc(100% - 20px);
    max-width: 500px;
}

.album_wrap {
    max-width: 1024px;
    margin: 0 auto;
}

.thum_wrap {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.thum_wrap div {
    width: calc(25% - 10px);
    margin: 0 5px 10px 5px;
}
@media (max-width: 768px) {
    .thum_wrap div {
        width: calc(33% - 10px);
    }
}
.thum_wrap div img {
    width: 100%;
    height: auto;
}

.al_tit_name {
    width: 65px !important;
}
.al_tit_name img {
    width: 11px !important;
}

.al_pop {
    position: fixed;
    top: calc(50% - 165px);
    z-index: 1010;
    border-radius: 10px;
    width: calc(100% - 60px);
    background: #fff;
    padding: 20px;
    left: calc(50% - 250px);
    width: 500px;
}
@media (max-width: 768px) {
    .al_pop {
        top: 30px;
        left: calc(50% - 155px);
        width: 310px;
    }
}

.al_pop_l {
    position: fixed;
    top: 30px;
    z-index: 1010;
    border-radius: 10px;
    width: calc(100% - 60px);
    background: #fff;
    padding: 20px;
    left: calc(50% - 225px);
    width: 450px;
    height: calc(100vh - 145px);
    overflow-y: scroll;
}
@media (max-width: 768px) {
    .al_pop_l {
        left: calc(50% - 155px);
        width: 310px !important;
    }
}

.al_pop2 {
    width: 100%;
    background: #fff;
    padding: 20px;
    background: #fcfadf;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.al_pop2 img {
    max-width: 450px;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.al_pop2 p {
    text-align: center;
    color: #162075;
    max-width: 650px;
    width: 80%;
    line-height: 1.3em;
}
.al_pop2 p:nth-of-type(1) {
    margin: 0 auto 10px auto;
}
.al_pop2 p:nth-of-type(2) {
    margin: 0 auto 20px auto;
}

.al_pop3 {
    position: fixed;
    bottom: 150px;
    z-index: 1010;
    border-radius: 10px;
    width: calc(100% - 60px);
    background: #fff;
    padding: 20px;
    left: calc(50% - 250px);
    width: 500px;
    line-height: 1.3em;
    max-height: calc(100vh - 163px);
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.al_pop3 div {
    font-size: 18px;
    color: #162075;
    margin-bottom: 10px;
}
.al_pop3 a {
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .al_pop3 {
        left: calc(50% - 150px);
        width: 300px;
        padding: 10px;
    }
}

.pop_scroll {
    overflow-y: scroll;
    max-height: 500px;
}
@media (max-height: 670px) {
    .pop_scroll {
        max-height: 380px;
    }
}

.al_tit_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    width: 100% !important;
}
.al_tit_flex div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 65px;
}
.al_tit_flex p {
    color: #162075;
    margin-left: 10px;
    font-size: 20px;
}
.al_tit_flex h3 {
    color: #162075;
    line-height: 1.5em;
    margin-left: 20px;
}

.al_thum {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.al_dest1 {
    text-align: center;
    margin-bottom: 30px;
    color: #162075;
}

.al_dest2 {
    line-height: 1.3em;
    color: #162075;
    margin-bottom: 30px;
}

.al_num {
    margin: 20px auto 0 auto;
    color: #162075;
    background: #fcfadf;
    border-radius: 20px;
    text-align: center;
    padding: 5px 0;
    width: 150px;
}

.buy_tit {
    color: #162075;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.3em;
    display: inline-block;
    text-align: left;
}
.buy_tit span {
    color: #f73750;
}

.tic_name {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #f73750;
    border-radius: 20px;
    margin-bottom: 20px;
}

.btn_flex {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.btn_flex div {
    margin: 0 5px;
}
.btn_flex button {
    margin: 0 5px;
    border: none;
}

.btn_flex2 {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin: 50px 0 0 -30px;
    width: calc(100% + 50px);
}
.btn_flex2 div {
    margin: 0 5px;
}
.btn_flex2 button {
    margin: 0 5px;
}

.btn_gray {
    background: #9d9d9d;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    font-size: 18px;
    width: calc(50% - 5px);
    max-width: 150px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 20px;
}
@media (min-width: 768px) {
    .btn_gray:hover {
        opacity: 0.9;
    }
}

.btn_grad2 {
    background: #162075;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
    font-size: 18px;
    width: calc(50% - 5px);
    max-width: 150px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
    transition: 0.3s;
}
.btn_grad2:hover {
    color: #fff;
}
@media (min-width: 768px) {
    .btn_grad2:hover {
        opacity: 0.9;
    }
}

.history_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    padding: 10px 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 1px -1px 3px rgba(0, 0, 0, 0.3);
    max-width: 1024px;
    margin: 0 auto 20px auto;
}
.history_wrap img {
    width: 20%;
    max-width: 150px;
    height: auto;
}
@media (max-width: 480px) {
    .history_wrap img {
        width: 30%;
    }
}

.history_right {
    width: 80%;
    padding: 0 20px 0;
}
.history_right div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.history_right div p:nth-of-type(1) {
    color: #162075;
    font-weight: 700;
}
.history_right div p:nth-of-type(2) {
    color: #a8a8a8;
    font-weight: 700;
}
@media (max-width: 480px) {
    .history_right div {
        margin-bottom: 10px;
    }
}
.history_right p {
    color: #162075;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 16px;
}
@media (max-width: 480px) {
    .history_right p {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .history_right {
        width: 70%;
    }
}

.pop_show {
    display: block !important;
}

label input {
    display: none;
}

label span {
    color: #fff;
    font-size: 14px;
    background: #bdbdbd;
    padding: 10px;
    display: block;
    width: 100%;
}

.icon_b span {
    background: #162075 !important;
}

label input:checked + span {
    color: #fff;
    background: #0043dc;
    background: -moz-linear-gradient(bottom, #0043dc 0%, #0043dc 100%);
    background: -webkit-linear-gradient(bottom, #0043dc 0%, #0043dc 100%);
    background: linear-gradient(to top, #0043dc 0%, #0043dc 100%);
}

.count_flex {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin: 20px auto 0 auto;
    background: #fff;
    border: 1px solid #162075;
    padding: 5px 10px;
    width: 250px;
    position: relative;
}
.count_flex p {
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
}

.c_up_btn {
    background: #162075;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 11px);
    right: 3px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
}
.c_up_btn span {
    font-size: 20px;
    color: #fff;
}

.privacy_int {
    text-align: center;
    line-height: 1.8em;
    font-size: 20px;
    margin: 50px 0 100px 0;
}
@media (max-width: 768px) {
    .privacy_int {
        font-size: 14px;
        margin: 5vw 0 10vw 0;
    }
}

.privacy_wrap {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
    font-weight: 400;
}

.p_tit {
    background: #f2eded;
    padding: 10px;
    font-weight: 700;
}
@media (max-width: 768px) {
    .p_tit {
        font-size: 14px;
    }
}

.p_dest {
    padding: 30px 0 50px 0;
    line-height: 1.8em;
}
@media (max-width: 768px) {
    .p_dest {
        font-size: 14px;
    }
}

.company_info {
    font-weight: 700;
    margin: 50px 0 100px 0;
}
@media (max-width: 768px) {
    .company_info {
        font-size: 14px;
    }
}

.company_info p {
    margin-bottom: 20px;
}

.back_link {
    display: none;
}
@media (max-width: 768px) {
    .back_link {
        display: block;
        position: fixed;
        top: 17px;
        left: 10px;
        z-index: 900;
    }
}

.al_pop3 {
    max-width: 768px;
    padding: 0 20px;
    margin: 0 auto;
}
.al_pop3 li {
    list-style: none;
    margin-bottom: 20px;
}
.al_pop3 a {
    color: #162075;
    text-decoration: none;
}
@media (min-width: 768px) {
    .al_pop3 a:hover {
        text-decoration: underline;
    }
}

.pagination {
    margin: 0 auto 50px auto;
    justify-content: center;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    border: 1px solid #162075;
    color: #162075;
    padding: 0.375rem 0.6rem;
    border-radius: 50%;
    cursor: pointer;
}
@media (min-width: 768px) {
    .page-link:hover {
        background: #d8d8d8;
        border: 1px solid #d8d8d8;
        color: #162075;
    }
}

.page-item.active .page-link {
    background-color: #162075;
    border-color: #162075;
    cursor: default;
}

.page-item.disabled .page-link {
    color: #162075;
    border: none;
}

.page-item:first-child .page-link {
    border: none;
}
@media (min-width: 768px) {
    .page-item:first-child .page-link:hover {
        background: rgba(0, 0, 0, 0) !important;
        color: #162075;
    }
}

.page-item:last-child .page-link {
    border: none;
}
@media (min-width: 768px) {
    .page-item:last-child .page-link:hover {
        background: rgba(0, 0, 0, 0) !important;
        color: #162075;
    }
}

.taC.line13 {
    line-height: 1.7em;
}

.line13 .font16 {
    font-weight: 500;
}

.link_wrap {
    max-width: 768px;
    padding: 0 20px;
    margin: 0 auto;
}
.link_wrap li {
    list-style: none;
    margin-bottom: 20px;
}
.link_wrap a {
    color: #162075;
    text-decoration: none;
}
@media (min-width: 768px) {
    .link_wrap a:hover {
        text-decoration: underline;
    }
}
