﻿.bg-brown-red {
    background-color: #772319
}

.bg-cream {
    background: linear-gradient(180deg, #FFFFFF 30%, #FFF6E5 100%)
}

.bg-cream2 {
    background-color: #fff6e5
}

.bg-cream3 {
    background: linear-gradient(180deg, #FFF6DB 14.05%, #FFE45C 100%)
}

.bg-red {
    background-color: #ee4531
}

.bg-red2 {
    background-color: #f87378
}

.bg-yellow {
    background-color: #fff6db
}

.bg-yellow2 {
    background-color: #ffe45c
}

.bg-yellow3 {
    background-color: rgba(255, 246, 219, .5019607843)
}

.bg-yellow4 {
    background-color: #f5ae4a
}

.bg-white {
    background-color: #fff
}

.bg-white2 {
    background-color: #fff0f0
}

.bg-white3 {
    background-color: #ffe4e4
}

.bg-kabu-present-web-roulette {
    background: url("/images/content/kabu-present-web-multiple/roulette-bg--pc.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-kabu-present-web-result {
    background: url("/images/content/kabu-present-web-multiple/background_result.png");
    background-size: 100% 812px;
    background-repeat: no-repeat;
}

.bg-kabu-present-web-result2 {
    background: url("/images/content/kabu-present-web-multiple/background_result.png");
    background-size: cover;
}

.border-1px-solid-black {
    border: 1px solid #333
}

.border-1px-solid-red {
    border: solid 1px red
}

.border-1px-solid-red2 {
    border: solid 1px #ee4531
}

.border-2px-solid-green {
    border: 2px solid #05aa8b
}

.border-2px-solid-yellow {
    border: 2px solid #fae47d
}

.border-b-1px-dotted-yellow {
    border-bottom: 1px dotted #fae47d
}

.border-b-1\.5px-dotted-black {
    border-bottom: 1.5px dotted #101010
}

.border-b-1\.5px-dotted-yellow {
    border-bottom: 1.5px dotted #fae47d
}

.box-border {
    box-sizing: border-box
}

.color-black {
    color: #333
}

.color-black2 {
    color: #585858
}

.color-black3 {
    color: #101010
}

.color-blue {
    color: #007cff
}

.color-brown {
    color: #573007
}

.color-gray {
    color: gray
}

.color-gray2 {
    color: #999
}

.color-green {
    color: #01aca4
}

.color-green2 {
    color: #05aa8b
}

.color-red {
    color: #ee4531
}

.color-red2 {
    color: #f63027
}

.color-red3 {
    color: red
}

.color-red4 {
    color: #f87378
}

.color-red5 {
    color: #ff6847
}

.color-red6 {
    color: #f43830
}

.color-white {
    color: #fff
}

.placeholder\:color-gray::placeholder {
    color: #999
}

.placeholder\:color-red::placeholder {
    color: #ee4531
}

.decoration-none {
    text-decoration: none
}

.block {
    display: block
}

.flex {
    display: flex
}

.inline-block {
    display: inline-block
}

.none {
    display: none
}

.font-300 {
    font-weight: 300
}

.font-500 {
    font-weight: 500
}

.font-600 {
    font-weight: 600
}

.font-700 {
    font-weight: 700
}

.font-800 {
    font-weight: 800
}

.font-900 {
    font-weight: 900
}

.h-16-px {
    height: 16px
}

.h-22-px {
    height: 22px
}

.h-30-px {
    height: 30px
}

.h-175-px {
    height: 175px
}

.items-center {
    align-items: center
}

.justify-between {
    justify-content: space-between
}

.justify-center {
    justify-content: center
}

body {
    background: linear-gradient(to right, #FFED91, #FFFFFF);
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    color: #333
}

footer {
    background: #01ACA4;
    color: #fff
}

@media(min-width: 750px) {
    footer {
        width: 750px;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0
    }
}

input[type=checkbox].checkbox-input {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #dce2e6;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer
}

input[type=checkbox].checkbox-input::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 5px;
    width: 3px;
    height: 10px;
    border: solid #00b894;
    border-width: 0 3px 4px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .2s
}

input[type=checkbox].checkbox-input:checked::after {
    opacity: 1
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.modal-content {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 24px 20px 36px;
    width: 287px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .2509803922);
    animation: modalSlideIn .3s ease-out
}

.modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 4px;
    background: linear-gradient(90deg, #FFE45C 0%, #FF7C82 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none
}

.modal-close-btn {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    background: #000;
    opacity: .7;
    color: #fff;
    border: none;
    border-radius: 37.26px;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes modal-slide-in {
    from {
        transform: translateY(-50px);
        opacity: 0
    }

    to {
        transform: translateY(0) å;
        opacity: 1
    }
}

.m-0 {
    margin: 0
}

.m-0-auto {
    margin: 0 auto
}

.ml-4-px {
    margin-left: 4px
}

.ml-5-px {
    margin-left: 5px
}

.ml-6-px {
    margin-left: 6px
}

.ml-10-px {
    margin-left: 10px
}

.mb-2-px {
    margin-bottom: 2px
}

.mb-4-px {
    margin-bottom: 4px
}

.mb-8-px {
    margin-bottom: 8px
}

.mb-12-px {
    margin-bottom: 12px
}

.mb-14-px {
    margin-bottom: 14px
}

.mb-16-px {
    margin-bottom: 16px
}

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

.mb-24-px {
    margin-bottom: 24px
}

.mb-32-px {
    margin-bottom: 32px
}

.mb-36-px {
    margin-bottom: 36px
}

.mb-48-px {
    margin-bottom: 48px
}

.mb-64-px {
    margin-bottom: 64px
}

@media(min-width: 750px) {
    .w-750\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .w-750\:m-0-auto {
        margin: 0 auto
    }

    .w-750\:mb-16-px {
        margin-bottom: 16px
    }

    .w-750\:mb-24-px {
        margin-bottom: 24px
    }
}

.p-4-px {
    padding: 4px
}

.p-16-px {
    padding: 16px
}

.pt-10-px {
    padding-top: 10px
}

.pt-12-px {
    padding-top: 12px
}

.pt-16-px {
    padding-top: 16px
}

.pt-24-px {
    padding-top: 24px
}

.pl-4-px {
    padding-left: 4px
}

.pl-38-px {
    padding-left: 38px
}

.pr-12-px {
    padding-right: 12px
}

.pb-6-px {
    padding-bottom: 6px
}

.pb-8-px {
    padding-bottom: 8px
}

.pb-12-px {
    padding-bottom: 12px
}

.pb-16-px {
    padding-bottom: 16px
}

.pb-20-px {
    padding-bottom: 20px
}

.pb-24-px {
    padding-bottom: 24px
}

.pb-32-px {
    padding-bottom: 32px
}

.px-8-px {
    padding-left: 8px;
    padding-right: 8px
}

.px-12-px {
    padding-left: 12px;
    padding-right: 12px
}

.px-16-px {
    padding-left: 16px;
    padding-right: 16px
}

.px-18-px {
    padding-left: 18px;
    padding-right: 18px
}

.px-20-px {
    padding-left: 20px;
    padding-right: 20px
}

.px-24-px {
    padding-left: 24px;
    padding-right: 24px
}

.px-36-px {
    padding-left: 36px;
    padding-right: 36px
}

.py-4-px {
    padding-top: 4px;
    padding-bottom: 4px
}

.py-5-px {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-8-px {
    padding-top: 8px;
    padding-bottom: 8px
}

.py-12-px {
    padding-top: 12px;
    padding-bottom: 12px
}

.py-16-px {
    padding-top: 16px;
    padding-bottom: 16px
}

.rounded-2-px {
    border-radius: 2px
}

.rounded-5-px {
    border-radius: 5px
}

.rounded-8-px {
    border-radius: 8px
}

.rounded-10-px {
    border-radius: 10px
}

.rounded-20-px {
    border-radius: 20px
}

.rounded-100-px {
    border-radius: 100px
}

.rounded-999-px {
    border-radius: 999px
}

.rounded-top-left-20-px {
    border-top-left-radius: 20px
}

.rounded-top-right-20-px {
    border-top-right-radius: 20px
}

.rounded-bottom-left-20-px {
    border-bottom-left-radius: 20px
}

.rounded-bottom-right-20-px {
    border-bottom-right-radius: 20px
}

.shadow-black {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .1019607843)
}

.shadow-red {
    box-shadow: 0 0 5px rgba(255, 0, 0, .5)
}

.text-10-px {
    font-size: 10px
}

.text-11-px {
    font-size: 11px
}

.text-12-px {
    font-size: 12px
}

.text-12\.5-px {
    font-size: 12.5px
}

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

.text-14-px {
    font-size: 14px
}

.text-18-px {
    font-size: 18px
}

.text-20-px {
    font-size: 20px
}

.text-22-px {
    font-size: 22px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.w-18-px {
    width: 18px
}

.w-19-px {
    width: 19px
}

.w-22-px {
    width: 22px
}

.w-40-px {
    width: 40px
}

.w-49-px {
    width: 49px
}

.w-80-px {
    width: 80px
}

.w-95-px {
    width: 95px
}

.w-100-px {
    width: 100px
}

.w-192-px {
    width: 192px
}

.w-232-px {
    width: 232px
}

.w-250-px {
    width: 250px
}

.w-270-px {
    width: 270px
}

.w-311-px {
    width: 311px
}

.w-330-px {
    width: 330px
}

.w-100\%-80px-12px {
    width: calc(100% - 80px - 12px)
}

.w-100\%--80px--4px {
    width: calc(100% - 80px - 4px)
}

.w-full {
    width: 100%
}

@media(min-width: 750px) {
    .w-750\:w-unset {
        width: unset
    }

    .w-750\:w-50-\% {
        width: 50%
    }

    .w-750\:w-335-px {
        width: 335px
    }

    .w-750\:w-375-px {
        width: 375px
    }

    .w-750\:w-558-px {
        width: 558px
    }

    .w-750\:w-638-px {
        width: 638px
    }

    .w-750\:w-750-px {
        width: 750px
    }
}

/* ===============================================
# 全体共通
=============================================== */
.u-desktop {
    display: none;
}
@media (min-width: 750px) {
    .u-desktop {
        display: block;
    }

    .u-mobile {
        display: none;
    }
}

/* ===============================================
# roulette
=============================================== */
.roulette__content {
    width: 100%;
    height: auto;
}

@media (min-width: 750px) {
    .roulette__content {
        width: 340px;
        height: auto;
        margin: 0 auto;
    }
}

/* ===============================================
# modal (PCのみ文字サイズを1.2倍)
=============================================== */
@media (min-width: 750px) {
    .modal-content .text-10-px {
        font-size: 12px;
    }

    .modal-content .text-11-px {
        font-size: 13.2px;
    }

    .modal-content .text-12-px {
        font-size: 14.4px;
    }

    .modal-content .text-12\.5-px {
        font-size: 15px;
    }

    .modal-content .text-13-px {
        font-size: 15.6px;
    }

    .modal-content .text-14-px {
        font-size: 16.8px;
    }

    .modal-content .text-18-px {
        font-size: 21.6px;
    }

    .modal-content .text-20-px {
        font-size: 24px;
    }

    .modal-content .text-22-px {
        font-size: 26.4px;
    }
}