<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ↓PC（横幅640px超）の場合 */
html {
    /* 1rem = 1pxと定義 */
    font-size: 1px;
}

/* ↓スマホ（横幅640px以上）の場合 */


@media screen and (max-width: 640px) {
    html {
        font-size: .75px;
    }

}

body {
    font-size: 16rem;
    background: #fff;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    min-width: 375px;
    position: relative;
    margin: 0 auto;
}

.en {
    font-family: 'Poppins', sans-serif;
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

/*fv
================================================*/

#fv {
    margin: 0 auto -5%;
}

#fv img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:640px) {
    #fv {
        margin: 0 auto 0px;
    }
}

/*about
================================================*/



.fig_about img{
    width: 100%;
    height: auto;
}

#about .inner {
    max-width: 840px;
    padding: 60px 20px;
    margin: 0 auto;
}

#about h2 {
    text-align: center;
    margin: 0 auto 20px;
}

#about h2 img {
    height: 77px;
    width: auto;
}

#about p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 20px;
}

.note_kome li {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 0 0 1.5em;
    position: relative;
}

.note_kome li::before {
    content: "※";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
}


@media screen and (max-width:640px) {
    

    #about h2 img {
        height: 61px;
    }

    #about h2+p {
        font-size: 16px;
    }

    .note_kome li {
        font-size: 12px;
    }
}

/*exsample
================================================*/

#exsample {
    background: url(../img/bk_w.png) left top repeat;
}

#exsample .inner {
    max-width: 840px;
    margin: 0 auto;
    padding: 40px 20px 0px;
}

#exsample h2 {
    max-width: 370px;
    margin: 0 auto 20px;
}

#exsample h2 img {
    width: 100%;
    height: auto;
}

.box&gt;li {
    background: #fff;
    border-radius: 8px;
    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
    margin: 0 auto 20px;
    overflow: hidden;
}

.box&gt;li&gt;h3 {
    background: #FFE600;
    text-align: center;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    padding: .25em;
}

.box01 .box_content {
    padding: 30px 40px;
}

.box01 .box_content ul {
    display: flex;
    flex-wrap: wrap;
}

.box01 .box_content li {
    display: flex;
    flex-direction: column;
    width: calc((100% - 40px)/2);
    margin: 0 40px 0 0;
    justify-content: center;
}

.box01 .box_content li:nth-of-type(2n) {
    margin: 0;
}

.box01 .box_content figure img {
    width: 100%;
    height: auto;
}

.box01 .box_content dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 0;
    font-size: 19px;
}

.box01 .box_content dt,
.box01 .box_content dd {
    display: flex;
    flex-direction: column;
    width: 50%;
    line-height: 1.8;
    border-bottom: 1px solid #D4D4D4;
    padding: 0 .5em;
}

.box01 .box_content dt {
    font-weight: normal;
    width: 70%;
}

.box01 .box_content dd {
    font-weight: bold;
    text-align: right;
    width: 30%;
}

.txt_r {
    text-align: right !important;
    padding: 0 .25em 0 0;
    margin: 0 0 1.5em;
}

.box01 .box_content p {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}

.box01 .box_content p.txt_l {
    font-size: 20px;
    font-weight: bold;
}



@media screen and (max-width:680px) {
    #exsample h2 {
        max-width: 308px;
    }

    .box01 .box_content li {
        width: 100%;
        margin: 0 0 20px;
    }

    .box01 .box_content dl {
        font-size: 17px;
    }

    .box01 .box_content p {
        font-size: 16px;
    }

    .box01 .box_content p.txt_l {
        font-size: 18px;
    }
}



/*conditions
================================================*/

#conditions {
    padding: 60px 20px;
}

#conditions .inner {
    max-width: 800px;
}

#conditions h2 {
    text-align: center;
    margin: 0 auto 20px;
}

#conditions h2 img {
    width: 167px;
    height: auto;
}

#conditions p {
    line-height: 1.8;
    font-size: 18px;
    text-align: center;
}

#conditions p.txt_l {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 20px;
}

@media screen and (max-width:640px) {
    #conditions h2 img {
        width: 139px;
    }

    #conditions p {
        font-size: 16px;
        text-align: left;
    }

    #conditions p.txt_l {
        font-size: 19px;
        text-align: center;
    }

}

/*result
================================================*/

#result {
    background: url(../img/bk_w.png) top left repeat;
}

#result .inner {
    max-width: 840px;
    margin: 0 auto;
    padding: 20px 20px 20px;
}

#result h2 {
    text-align: center;
    margin: 0 auto 20px;
}

#result h2 img {
    width: 288px;
    height: auto;
}

.box02 .box_content {
    padding: 20px 10px;
}

.box02 .box_content h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #BABABA;
    color: #fff;
    border-radius: 20px;
    padding: .5em;
    margin: 0 0 20px;
}

.box02 .box_content dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto .5em;
    font-size: 19px;
}

.box02 .box_content dt,
.box02 .box_content dd {
    display: flex;
    flex-direction: column;
    width: 25%;
    line-height: 1.8;
    border-bottom: 1px solid #D4D4D4;
    padding: 0 .5em;
}

.box02 .box_content dt:nth-last-of-type(1),
.box02 .box_content dd:nth-last-of-type(1) {
    border: none;
    font-weight: bold;
    color: #FF0000;
}

.box02 .box_content dt {
    font-weight: normal;
    width: 40%;
}

.box02 .box_content dd {
    font-weight: bold;
    text-align: right;
    width: 10%;
}

.bnt_result {
    width: 300px;
    margin: 0 auto;
}

.bnt_result img {
    width: 100%;
    height: auto;
    filter: drop-shadow(3px 3px 0px #043C8F);
    transition: .3s;
}

.bnt_result img:hover {
    filter: drop-shadow(0px 0px 0px #043C8F);
    transform: translateX(3px) translateY(3px);
}

.bnt_result span {
    opacity: .5;
}

.bnt_result span img:hover {
    filter: drop-shadow(3px 3px 0px #043C8F);
    transform: translateX(0px) translateY(0px);
}

.coin_result {
    position: relative;
}

.coin_result::after {
    content: "";
    display: block;
    width: 76px;
    height: 79px;
    background: url(../img/coin_result.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5%;
    margin: auto;
}

.coin_ex {
    position: relative;
}

.coin_ex::after {
    content: "";
    display: block;
    max-width: 746px;
    height: 88px;
    background: url(../img/coin_ex.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5%;
    margin: auto;
}

@media screen and (max-width:640px) {
    #result h2 img {
        width: 240px;
    }

    .box02 .box_content h4 {
        font-size: 18px;
    }

    .box02 .box_content dl {
        font-size: 17px;
    }

    .box02 .box_content dt,
    .box02 .box_content dd {
        width: 50%;
    }
    .coin_result::after {
        width: 156px;
        height: 79px;
        background: url(../img/coin_result_s.png) center center no-repeat;
        background-size: contain;
        position: absolute;
        right: 40px;
        left: auto;
        bottom: 10px;
    }

    .coin_ex::after {
        width: 70px;
        height: 68px;
        background: url(../img/coin_ex_s.png) center center no-repeat;
        background-size: contain;
        left: auto;
        right: 40px;
        bottom: 0;
    }
}
}

/*chance
================================================*/
#chance {
    padding: 40px 20px;
}

#chance .inner {
    max-width: 800px;
    margin: 0 auto;
}


.box_chance {
    border-radius: 8px;
    overflow: hidden;
    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
    border: 3px solid #0B58CB;
    margin: 2.5em 0 0;
}

.box_chance h2 {
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #0B58CB;
    padding: .25em;
}

.box_chance h2 img {
    width: 282px;
    height: auto;
}

.box_chance div {
    padding: 20px 40px 30px;
    background: #fff;
}

.box_chance p {
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.box_chance ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.box_chance ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box_chance ul li img {
    width: 100%;
    height: auto;
}

.box_chance ul li p {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    font-weight: normal;
}

.box_chance ul li:nth-of-type(1) {
    width: 232px;
    margin: 0 40px 0 0;
}

.box_chance ul li:nth-of-type(2) {
    width: calc(100% - 40px - 232px);
}

.box_chance ol {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

.box_chance ol li {
    display: flex;
    flex-direction: column;
    width: calc((100% - 50px)/2);
    margin: 0 50px 0 0;
}

.box_chance ol li:nth-of-type(2) {
    margin: 0;
}

.box_chance ol h3 {
    font-size: 20px;
    font-weight: bold;
    color: #0B58CB;
    text-align: center;
    background: #FFE600;
    border-radius: 20px;
    padding: .25em;
    margin: 0 0 10px;
}

.box_chance ol p {
    font-weight: bold;
    font-size: 21px;
    line-height: 1.8;
    text-align: center;
}

.box_chance ol p span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

@media screen and (max-width:640px) {
    .box_chance h2 img {
        width: 275px;
    }

    .box_chance div {
        padding: 20px 10px 30px;
    }


    .box_chance ul li p {
        font-size: 16px;
    }

    .box_chance ul li:nth-of-type(1) {
        width: 100%;
        margin: 0 0 20px;
    }

    .box_chance ul li:nth-of-type(2) {
        width: 100%;
        margin: 0 0 20px;
    }

    .box_chance ol {
        width: 100%;
    }

    .box_chance ol li {
        width: 100%;
        margin: 0 0 20px;
    }

    .box_chance ol li:nth-of-type(2) {
        margin: 0;
    }

    .box_chance ol h3 {
        font-size: 18px;
    }

    .box_chance ol p {
        font-size: 19px;
    }

    .box_chance ol p span {
        font-size: 14px;
    }
}

/*date
================================================*/

#date {
    padding: 40px 20px;
}

#date .inner {
    max-width: 800px;
    margin: 0 auto;
}

#date h2 {
    text-align: center;
    margin: 0 0 20px;
}

#date h2 img {
    width: 283px;
    height: auto;
}

#date p {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8;
}

@media screen and (max-width:640px) {
    #date h2 img {
        width: 234px;
    }

    #date p {
        font-size: 19;
    }
}

/*note
================================================*/
#note {

}

#note .inner {
    max-width: 840px;
    margin: 0 auto;
    padding: 40px 20px 0;
}

#note h2 {
    text-align: center;
    margin: 0 0 20px;
}

#note h2 img {
    width: 167px;
    height: auto;
}

#note .inner ul {
    padding: 0 0 0 1.5em;
    margin: 0 0 1em;
}

#note .inner ul li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 1.8;
}

#note .inner ul ul {
    margin: 0em 0 0;
}

.box_contact {
    border-radius: 8px;
    overflow: hidden;
    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
    margin: 2.5em 0 40px;
}

.box_contact h3 {
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #FF0000;
    padding: .25em;
}

.box_contact div {
    padding: 20px;
    background: #fff;
}

.box_contact p {
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.box_contact a {
    text-decoration: none;
    display: block;
    font-size: 28px;
}

@media screen and (max-width:640px) {
    #note h2 img {
        width: 139px;
    }

    #note .inner ul li {
        font-size: 16px;
    }

}

/*footer
================================================*/
#footer {
    padding: 40px 20px;
    background: #222222;
}

#footer .inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

#footer h2 {
    margin: 0 0 16px;
}

#footer h2 img {
    width: 200px;
    height: auto;
}

#footer div {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 16px 0;
    margin: 0 0 16px;
}

#footer div p:nth-of-type(1) {
    margin: 0 0 16px;
    font-size: 14px;
}

#footer div p:nth-of-type(2) {
    font-size: 12px;
}

#footer .inner&gt;p {
    font-size: 12px;
}

/*bits
================================================*/
@media screen and (min-width:1000px) {}

@media screen and (max-width:640px) {
    .access_col li {
        display: flex;
        flex-direction: column;
        width: 100%;

    }

    .access_note li {
        width: 100%;
        margin: 0;
    }

    .access_col li:nth-of-type(1) {
        padding: 2em 0;
    }
}

.hide {
    visibility: hidden;
}

.pc_none {
    display: none !important;
}


.sp_none {
    display: block !important;
}

.mb2em {
    margin-bottom: 2em;
}

@media screen and (max-width:640px) {
    .pc_none {
        display: block !important;
    }

    .sp_none {
        display: none !important;
    }
}
.red_st {
    color:#FF0000;
    font-weight: 800;
}
/*
@media screen and (max-width:640px) {
  dl {
    display: flex;
    flex-wrap: wrap;
  }
  dt,
  dd {
    display: flex;
    flex-direction: column;
  }
}
*/</pre></body></html>