@charset "utf-8";

.f00_main {
    background-color: rgba(255, 255, 240, .9);
    padding: 1em;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.title-image>img {
    width: 100%;
}

.s-011>dl {
    text-shadow:
        #fff .1em .1em .1em,
        #fff -.1em .1em .1em,
        #fff .1em -.1em .1em,
        #fff -.1em -.1em .1em,
        #fff .1em 0 .1em,
        #fff -.1em 0 .1em,
        #fff 0 .1em .1em,
        #fff 0 -.1em .1em;
    background-color: rgba(255, 255, 255, .8);
    box-sizing: border-box;
    padding: 1em;
}

.s-011>dl>dt {
    font-weight: bold;
    text-align: center;
}

.txt-1>dt {
    font-size: 2.5vw;
}

.s-011>dl>dd {
    font-size: 1.8vw;
    margin: 0;
    text-indent: 1em;
}

.txt-1 dd:nth-last-child(1) {
    font-weight: bold;
    color: red;
    line-height: 3;
    font-size: 2.3vw;
}

.txt-1 dd:nth-last-child(1) span:nth-of-type(2) {
    font-size: 3.3vw;
}

/*--------------------------------

　景品説明

--------------------------------*/

.txt-2>dt {
    font-size: 2.2vw;
}

.txt-2>dd:nth-of-type(3),
.txt-2>dd:nth-of-type(4) {
    font-size: 3vw;
}

.txt-2 ul {
    font-size: 1.9vw;
    margin: 0;
    padding: 0 2em 1em 5em;
}

.txt-2 ul li {
    display: flex;
    width: 100%;
    margin-bottom: .5em;
    border-bottom: solid .08em rgb(255, 150, 150);
    align-items: center;
}

.txt-2 li:nth-of-type(1) p:nth-of-type(1):before {
    content: "★ ";
    color: rgb(255, 0, 0);
}

.txt-2 li:nth-of-type(2) p:nth-of-type(1):before {
    content: "★ ";
    color: rgb(0, 0, 250);
}

.txt-2 li:nth-of-type(3) p:nth-of-type(1):before {
    content: "★ ";
    color: rgb(250, 200, 0);
}

.txt-2 li:nth-of-type(4) p:nth-of-type(1):before {
    content: "★ ";
    color: rgb(200, 0, 200);
}

.txt-2 li:nth-of-type(5) p:nth-of-type(1):before {
    content: "★ ";
    color: rgb(0, 200, 0);
}

.txt-2 li p:nth-of-type(1) {
    font-weight: bold;
    font-size: 2.1vw;
    width: 4em;
    margin: 0;
}

.txt-2 li p:nth-of-type(2) {
    font-weight: bold;
    font-size: 1.8vw;
    width: 11em;
    margin: 0;
}

.txt-2 li p:nth-of-type(3) {
    text-indent: 1em;
    width: 35em;
    margin: 0;
    font-size: 1.7vw;
    line-height: 1.3;
}

.txt-2>dd:nth-last-child(1) {
    padding-bottom: 1em;
    font-size: 2.3vw;
    font-weight: bold;
}

.ev-img {
    text-align: center;
}

.ev-img img {
    width: 50%;
}

/*--------------------------------

　ダブルチャンス説明

--------------------------------*/
.double-chance {
    margin: 0 1em 2em;
    padding: .5em;
    border: .2em solid rgba(255, 0, 0, 1);
    border-radius: .5em;
    background: rgba(255, 150, 150, .1);
}

.double-chance dt {
    text-align: left;
    font-weight: bold;
    font-size: 2.5vw;
    margin-left: 2em;
}

.double-chance dd {
    font-size: 1.8vw;
    text-indent: 1em;
}

.double-chance b {
    font-size: 2.2vw;
    color: red;
}

/*--------------------------------

　注意事項

--------------------------------*/
.s-015 {
    padding: 1em;
    box-sizing: border-box;
    background: rgba(210, 190, 170, .3);
    box-shadow: 0 0 .2em rgba(100, 100, 85, .8);
    width: 90%;
    margin: 0 auto 2em;
    text-align: left;
}

.s-015>dt {
    font-weight: bold;
    font-size: 2.5vw;
    color: red;
    text-shadow:
        #fff .1em .1em .1em,
        #fff -.1em .1em .1em,
        #fff .1em -.1em .1em,
        #fff -.1em -.1em .1em,
        #fff .1em 0 .1em,
        #fff -.1em 0 .1em,
        #fff 0 .1em .1em,
        #fff 0 -.1em .1em;
}

.s-015 ul {
    margin: 0;
    list-style: square;
    font-size: 1.5vw;
}

.s-015 li {
    padding: .5em;
    line-height: 1.3;
}



/*--------------------------------------------------------------------------------
　最大サイズ到達時に適用
----------------------------------------------------------------------------------*/

@media screen and (min-device-width: 1040px) {
    .f00_main {
        width: 1000px;
    }

    .txt-1 dd:nth-last-child(1) span:nth-of-type(2) {
        font-size: 33px;
    }

    .txt-2>dd:nth-of-type(3),
    .txt-2>dd:nth-of-type(4) {
        font-size: 30px;
    }

    .double-chance dt,
    .s-015>dt,
    .txt-1>dt {
        font-size: 25px;
    }

    .txt-2>dd:nth-last-child(1),
    .txt-1 dd:nth-last-child(1) {
        font-size: 23px;
    }

    .double-chance b,
    .txt-2>dt {
        font-size: 22px;
    }

    .txt-2 li p:nth-of-type(1) {
        font-size: 21px;
    }

    .txt-2 ul {
        font-size: 19px;
    }

    .s-011>dl>dd,
    .double-chance dd,
    .txt-2 li p:nth-of-type(2) {
        font-size: 18px;
    }

    .txt-2 li p:nth-of-type(3) {
        font-size: 17px;
    }

    .s-015 ul {
        font-size: 15px;
    }
}

@media screen and (min-device-width: 1921px) {
    .f00_main {
        width: 1280px;
    }

    .txt-1 dd:nth-last-child(1) span:nth-of-type(2) {
        font-size: 42.24px;
    }

    .txt-2>dd:nth-of-type(3),
    .txt-2>dd:nth-of-type(4) {
        font-size: 38.4px;
    }

    .double-chance dt,
    .s-015>dt,
    .txt-1>dt {
        font-size: 32px;
    }

    .txt-2>dd:nth-last-child(1),
    .txt-1 dd:nth-last-child(1) {
        font-size: 29.44px;
    }

    .double-chance b,
    .txt-2>dt {
        font-size: 28.16px;
    }

    .txt-2 li p:nth-of-type(1) {
        font-size: 26.88px;
    }

    .txt-2 ul {
        font-size: 24.32px;
    }

    .s-011>dl>dd,
    .double-chance dd,
    .txt-2 li p:nth-of-type(2) {
        font-size: 23.04px;
    }

    .txt-2 li p:nth-of-type(3) {
        font-size: 21.76px;
    }

    .s-015 ul {
        font-size: 19.2px;
    }
}