@charset "utf-8";

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5% !important;
}

body {
    font-size: 1.6em;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.6;
    color: #1D2088;
    background-color: #fff;
    margin: 0 auto;
    font-weight: 400;
}

img {
    width: 100%;
    vertical-align: bottom;
}

.pcOnly {
    display: block;
}

.spOnly {
    display: none;
}

h1 {
    line-height: 0;
}

h2 {
    width: 300px;
    margin: 0 auto;
}

h3 {
    font-size: 2.5rem;
    font-weight: bold;
}

.white_area {
    background-color: #fff;
    border-radius: 20px;
    padding: 0.8em;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.campaign {
    background: url(../image/bg01.png) repeat, linear-gradient(135deg, #FDE3D6, #C788F4);
    background-size: 100% auto;
    padding: 40px 0 50px;
    text-align: center;
}

.campaign .cp_wrapper {
    width: 70vw;
    margin: 0 auto;
    position: relative;
    max-width: 960px;
}

.period {
    margin: 0 auto -1px;
    background: url(../image/bg03.png) repeat;
    background-size: cover;
    padding: 30px;
    position: relative;
}

.period .usada01 {
    position: absolute;
    top: 0;
    left: 200px;
    width: 64px;
}

.period .usada02 {
    position: absolute;
    bottom: 0;
    right: 200px;
    width: 62px;
}

.period .white_area {
    text-align: center;
    width: 45vw;
    border-radius: 40px;
    font-weight: bold;
}

.period .white_area .period_ttl {
    font-size: 1.8rem;
}

.period .white_area .period_txt {
    font-size: 2.3rem;
}

.end .white_area {
    width: 66vw;
}

.end .period_ttl {
    font-size: 3rem !important;
    font-weight: 700;
}

.end .period_txt {
    font-size: 2.3rem !important;
    font-weight: 700;
}

.vote {
    background: url(../image/bg04.png) bottom left no-repeat, url(../image/bg08.png) bottom right no-repeat;
    background-size: 50% 100%;
    margin: 0 auto;
    padding: 40px 30px 100px;
}

.vote .vote_ttl {
    width: 70vw;
    margin: 0 auto;
}

.vote .flex {
    align-items: flex-start;
}

.vote .flex .left {
    width: 50%;
    text-align: center;
}

.vote .flex .left .movie_bg {
    width: 530px;
    margin: 0 auto;
    position: relative;
}

.vote .flex .left iframe {
    position: absolute;
    /*top: 219px;
    right: 103px;*/
    top: 207px;
    right: 99px;
}

.vote .flex .left .btn {
    margin: 0 auto 0;
}

.vote .flex .right {
    width: 50%;
    text-align: center;
}

.vote .flex .right .movie_bg {
    width: 530px;
    /*margin: 10px auto 0;*/
    margin: 0 auto 0;
    position: relative;
}

.vote .flex .right iframe {
    position: absolute;
    /*top: 207px;
    right: 126px;*/
    top: 207px;
    right: 129px;
}

@media only screen and (max-width: 1024px) {
    .vote .flex .left .movie_bg {
        width: 440px;
    }

    .vote .flex .left iframe {
        width: 246px;
        height: 437px;
        /*top: 184px;
        right: 86px;*/
        top: 180px;
        right: 82px;
    }

    .vote .flex .right .movie_bg {
        width: 440px;
    }

    .vote .flex .right iframe {
        width: 246px;
        height: 437px;
        /*top: 172px;
        right: 105px;*/
        top: 180px;
        right: 107px;
    }
}

@media only screen and (max-width: 768px) {
    .vote .flex .left .movie_bg {
        width: 320px;
    }

    .vote .flex .left iframe {
        width: 180px;
        height: 320px;
        /*top: 133px;
        right: 61px;*/
        top: 129px;
        right: 59px;
    }

    .vote .flex .right .movie_bg {
        width: 320px;
    }

    .vote .flex .right iframe {
        width: 180px;
        height: 320px;
        /*top: 125px;
        right: 77px;*/
        top: 129px;
        right: 77px;
    }
}

@media only screen and (max-width: 599px) {
    .vote .flex .left .movie_bg {
        width: 475px;
    }

    .vote .flex .left iframe {
        width: 245px;
        height: 436px;
        top: 159px;
        right: 114px;
    }

    .vote .flex .right .movie_bg {
        width: 475px;
    }

    .vote .flex .right iframe {
        width: 245px;
        height: 436px;
        top: 167px;
        right: 116px;
    }
}

@media only screen and (max-width: 425px) {
    .vote .flex .left .movie_bg {
        width: 420px;
        overflow: hidden;
    }

    .vote .flex .left iframe {
        width: 217px;
        height: 386px;
        top: 140px;
        right: 101px;
    }

    .vote .flex .right .movie_bg {
        width: 420px;
        overflow: hidden;
    }

    .vote .flex .right iframe {
        width: 217px;
        height: 386px;
        top: 147px;
        right: 103px;
    }

}

@media only screen and (max-width: 375px) {
    .vote .flex .left .movie_bg {
        width: 370px;
        overflow: hidden;
    }

    .vote .flex .left iframe {
        width: 194px;
        height: 345px;
        top: 123px;
        right: 88px;
    }

    .vote .flex .right .movie_bg {
        width: 370px;
    }

    .vote .flex .right iframe {
        width: 194px;
        height: 345px;
        top: 129px;
        right: 89px;
    }
}

@media only screen and (max-width: 320px) {
    .vote .flex .left .movie_bg {
        width: 315px;
    }

    .vote .flex .left iframe {
        width: 166px;
        height: 295px;
        top: 104px;
        right: 74px;
    }

    .vote .flex .right .movie_bg {
        width: 315px;
    }

    .vote .flex .right iframe {
        width: 166px;
        height: 295px;
        top: 109px;
        right: 75px;
    }

}

.vote .flex .right .btn {
    /*margin: 10px auto 0;*/
    margin: 0 auto 0;
}

.vote .woman {
    width: 76vw;
    margin: 0 auto;
}

.vote .vote_area {
    background: url(../image/bg05.png) no-repeat center;
    background-size: 100% 100%;
    width: 70vw;
    margin: 0 auto;
    padding: 40px 0;
}

.vote .vote_area div:first-child {
    width: 84%;
}

.vote .vote_area .vote_img {
    margin: 0 auto;
}

.vote .vote_area #Cont {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
}

.vote .vote_area #Cont .graph {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 35px;
    margin-bottom: 20px;
    padding-top: 0;
}

.vote .vote_area #Cont .bar1 {
    background: #3034BA;
    background-image: linear-gradient(to top, #0F1047, #4347BE);
}

.vote .vote_area #Cont .graph > * {
    height: 70px;
    transition: all 1s 1s ease-out
}

.vote .vote_area #Cont .bar2 {
    background: #FF038F;
    background-image: linear-gradient(to top, #89034E, #FC068D);
}

.vote .vote_area #Cont .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 40px;
}

.vote .vote_area #Cont #data1 {
    background: #1d2088;
}

.vote .vote_area #Cont .box {
    width: 30vw;
    min-width: 270px;
    max-width: 320px;
    color: #fff;
    padding: 20px;
    margin: 0 1vw;
    border-radius: 30px;
    text-align: center;
}

.vote .vote_area #Cont #data2 {
    background: #e4057f;
}

.vote .vote_area #Cont .box p {
    width: auto;
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 800;
    position: relative;
}

.vote .vote_area #Cont .box p::before {
    content: "";
    height: 30px;
    width: 3px;
    border-radius: 1.5px;
    top: 5px;
    transform: rotate(-25deg);
    position: absolute;
    left: -15px;
    border-right: 3px solid #fff;
}

.vote .vote_area #Cont .box p::after {
    content: "";
    height: 30px;
    width: 3px;
    border-radius: 1.5px;
    top: 3px;
    transform: rotate(28deg);
    position: absolute;
    right: -8px;
    border-right: 3px solid #fff;
}

.vote .vote_area #Cont .box .count {
    font-weight: bold;
    font-size: 7rem;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    #Cont .graph {
        width: 90%;
        border-radius: 25px;
    }
}

#Cont .graph > * {
    height: 70px;
    width: 0%;
    transition: all 3s 3s ease-out;
}

@media only screen and (max-width: 768px) {
    #Cont .graph > * {
        height: 50px;
    }
}

#Cont .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#Cont .box {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    min-width: 250px;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
}

@media only screen and (max-width: 768px) {
    #Cont .box {
        min-width: 100px;
        width: 50%;
        display: block;
        padding: 30px 0px;
        border-radius: unset;
    }
}

#Cont .box p {
    width: auto;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
}

@media only screen and (max-width: 768px) {
    #Cont .box p {
        font-size: 1.1rem;
        letter-spacing: normal;
    }
}

#Cont .box p::before {
    content: "";
    height: 30px;
    width: 3px;
    border-radius: 1.5px;
    top: 5px;
    transform: rotate(-25deg);
    position: absolute;
    left: -15px;
    border-right: 3px solid #fff;
}

@media only screen and (max-width: 768px) {
    #Cont .box p::before {
        height: 20px;
        left: -10px;
        width: 2px;
        border-right: 3px solid #fff;
    }
}

#Cont .box p::after {
    content: "";
    height: 30px;
    width: 3px;
    border-radius: 1.5px;
    top: 3px;
    transform: rotate(25deg);
    position: absolute;
    right: -5px;
    border-right: 3px solid #fff;
}

@media only screen and (max-width: 768px) {
    #Cont .box p::after {
        height: 20px;
        right: -5px;
        width: 2px;
        border-right: 3px solid #fff;
    }
}

#Cont .box .count {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
}

@media only screen and (max-width: 768px) {
    #Cont .box .count {
        font-size: 3.5rem;
    }
}

#Cont #data1 {
    background: #1d2088;
}

#Cont #data2 {
    background: #e4057f;
}

.vote .vote_area .next {
    margin: 30px auto;
    position: relative;
    text-align: center;
}

.vote .vote_area .next p {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 800;
    color: #e4057f;
    /*background: linear-gradient(transparent 65%, #60CBFA 65%);*/
    background: linear-gradient(transparent 65%, #fa92cb 65%);
    display: inline-block;
}

.vote .vote_btn {
    margin: 0 auto;
    max-width: 784px;
}

.product {
    background: url(../image/bg06.png) bottom left no-repeat, url(../image/bg10.png) bottom right no-repeat;
    background-size: 50% 100%;
    padding: 30px 0 0;
}

.product .flex {
    text-align: center;
}

.product .flex .soda {
    font-size: 2rem;
    font-weight: bold;
    width: 35%;
    background-color: #1D2088;
    padding: 10px;
    color: #fff;
}

.product .flex .grape {
    font-size: 2rem;
    font-weight: bold;
    width: 35%;
    background-color: #E664AD;
    padding: 10px;
    color: #fff;
}

.product .flex span {
    font-size: 1.6rem;
}

.product .overview {
    padding: 20px 0;
}

.product .overview img {
    width: 40vw;
    padding: 0 30px;
}

.present {
    background: url(../image/bg01.png) repeat, linear-gradient(135deg, #FDE3D6, #C788F4);
    background-size: 100% auto;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 50px;
}

.present h2 {
    width: 260px;
}

.present .present_wrapper {
    background: url(../image/bg05.png) no-repeat center center;
    background-size: 100% 100%;
    width: 70vw;
    margin: 24px auto 0;
    padding: 70px 0 40px;
}

.present .present_wrapper .white_area {
    width: 53vw;
    padding: 0.8em 3.3em;
}

.present .present_wrapper p {
    font-weight: 800;
    font-size: 4rem;
    position: relative;
    display: inline-block;
    margin: 14px 0 10px;
}

.present .present_wrapper p::before {
    content: "";
    height: 46px;
    width: 3px;
    border-radius: 1.5px;
    top: 10px;
    transform: rotate(-25deg);
    position: absolute;
    left: -24px;
    border-right: 5px solid #1D2088;
}

.present .present_wrapper p::after {
    content: "";
    height: 46px;
    width: 3px;
    border-radius: 1.5px;
    top: 10px;
    transform: rotate(28deg);
    position: absolute;
    right: -16px;
    border-right: 5px solid #1D2088;
}

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

    .present .present_wrapper p {
        font-weight: 800;
        font-size: 2rem;
        position: relative;
        display: inline-block;
        margin: 14px 0 10px;
    }

    .present .present_wrapper p::before {
        content: "";
        height: 23px;
        width: 3px;
        border-radius: 1.5px;
        top: 5px;
        transform: rotate(-25deg);
        position: absolute;
        left: -15px;
        border-right: 3px solid #1D2088;
    }

    .present .present_wrapper p::after {
        content: "";
        height: 23px;
        width: 3px;
        border-radius: 1.5px;
        top: 3px;
        transform: rotate(28deg);
        position: absolute;
        right: -8px;
        border-right: 3px solid #1D2088;
    }

    .present .present_wrapper .flex div {
        width: 20vw;
        margin: 0 20px 30px;
    }
}

.present .present_wrapper .flex div {
    width: 25vw;
    margin: 0 30px 30px;
}

.present .present_wrapper .flex .secret {
    margin-bottom: 12px;
}

.present .present_wrapper .present_txt {
    width: 60vw;
    margin: 0 auto;
}

.rules {
    background: url(../image/bg07.png) repeat, linear-gradient(90deg, #FDE3D6, #C788F4);
    background-size: 100% auto;
    padding: 56px 0 120px;
    margin: 0 auto;
    text-align: center;
}

.rules h2 {
    width: 200px;
}

.rules .white_area {
    text-align: left;
    /*width: 740px;*/
    max-width: 740px;
    width: 85vw;
    padding: 3em 2.5em 2.2em 3em;
    border-radius: 70px;
    margin: 20px auto 30px;
}

.rules .white_area p {
    height: 370px;
    overflow: scroll;
    padding-right: 20px;
    color: #373739;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #E1C3F7;
    border-radius: 10px;
}

@media only screen and (max-width: 599px) {
    #wrapper {
        overflow-x: hidden !important;
        width: 100%;
    }

    .pcOnly {
        display: none;
    }

    .spOnly {
        display: block;
    }

    h2 {
        width: 132px;
    }

    h3 {
        font-size: 1.4rem;
        padding: 2px 0 12px;
    }

    .flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .campaign {
        padding: 14px 0 0;
        text-align: center;
        background: url(../image/sp_bg06.png) no-repeat;
        background-size: 100% auto;
    }

    .campaign .cp_wrapper {
        width: 100%;
    }

    .period {
        margin: 0 auto;
        padding: 30px 20px;
    }

    .period .usada01 {
        position: absolute;
        top: 0;
        left: 20px;
        width: 40px;
    }

    .period .usada02 {
        position: absolute;
        bottom: 0;
        right: 20px;
        width: 40px;
    }

    .period .white_area {
        text-align: center;
        width: 100%;
        border-radius: 60px;
    }

    .period .white_area .period_ttl {
        font-size: 1.5rem;
        font-weight: 900;
    }

    .period .white_area .period_txt {
        font-size: 1.3rem;
        font-weight: 900;
    }

    .end .period_ttl {
        font-size: 1.6rem !important;
        font-weight: 700 !important;
    }

    .end .period_txt {
        font-size: 1rem !important;
        font-weight: 700 !important;
    }

    .vote {
        background: none;
        padding: 0;
    }

    .sp_vote {
        background: url(../image/sp_bg01.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .vote .vote_ttl {
        width: 90vw;
        margin: 0 auto;
        padding: 20px 0 6px;
    }

    .vote .flex {
        display: block;
    }

    .vote .flex .left {
        width: 100%;
    }

    .vote .flex .left .btn {
        margin: -44px auto 0;
    }

    .vote .flex .right {
        width: 100%;
    }

    .vote .flex .right .movie_bg {
        margin: -20px auto 0;
    }

    .vote .flex .right .btn {
        margin: -20px auto 0;
    }

    .vote .woman {
        width: 95%;
        margin: -20px auto -36px;
    }

    .vote .vote_area {
        background: url(../image/sp_bg04.png) no-repeat center;
        background-size: 100% 100%;
        width: 100%;
        margin: 0 auto;
        padding: 40px 0 26px;
    }

    .vote .vote_area div:first-child {
        width: 100%;
    }

    .vote .vote_area #Cont {
        max-width: 90vw;
    }

    .vote .vote_area #Cont .graph {
        width: 94%;
        margin-bottom: 30px;
    }

    .vote .vote_area #Cont .flex {
        padding: 0;
        justify-content: space-between;
    }

    .vote .vote_area #Cont .box {
        width: 50%;
        min-width: auto;
        padding: 16px 10px;
        position: relative;
    }

    .vote .vote_area #Cont #data1::before {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 45px solid #1d2088;
    }

    .vote .vote_area #Cont #data2::before {
        content: "";
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-bottom: 45px solid #e4057f;
    }

    .vote .vote_area #Cont .box p {
        font-size: 1.2rem;
    }

    .vote .vote_area #Cont .box p::before {
        height: 15px;
        width: 3px;
        border-radius: 1.5px;
        top: 5px;
        left: -15px;
        border-right: 3px solid #fff
    }

    .vote .vote_area #Cont .box p::after {
        content: "";
        height: 15px;
        width: 3px;
        right: -10px;
        border-radius: 1.5px;
        border-right: 3px solid #fff;
    }

    .vote .vote_area #Cont .box .count {
        font-size: 3.3rem;
    }

    .vote .vote_area .next {
        width: 100%;
    }

    .vote .vote_area .next p {
        width: 90vw;
        margin: 0 auto;
        background: none;
        line-height: 1.5;
        font-size: 6.6vw;
        color: #e4057f;
    }

    .vote .vote_area .next span {
        /*background: linear-gradient(transparent 65%, #60CBFA 65%);*/
        background: linear-gradient(transparent 65%, #fa92cb 65%);
        padding-bottom: 5px;
    }

    .vote .vote_area .vote_btn {
        width: 100%;
        margin: -20px auto -10px;
    }


    .product {
        background: none;
        padding: 0;
    }

    .product .soda {
        background: url(../image/sp_bg02.png) no-repeat;
        background-size: 100% 100%;
        padding: 27px 0;
    }

    .product .soda p {
        font-size: 1.7rem;
        font-weight: 800;
        width: 80%;
        background-color: #1D2088;
        padding: 10px;
        color: #fff;
        margin: 0 0 20px auto;
        text-align: center;
    }

    .product .soda p span {
        font-size: 1.3rem;
    }

    .product .soda div {
        width: 80%;
        margin: 0 auto;
    }

    .product .grape {
        background: url(../image/sp_bg03.png) no-repeat;
        background-size: 100% 100%;
        padding: 27px 0;
    }

    .product .grape p {
        font-size: 1.7rem;
        font-weight: 800;
        width: 80%;
        background-color: #E664AD;
        padding: 10px;
        color: #fff;
        margin-bottom: 20px;
        text-align: center;
    }

    .product .grape p span {
        font-size: 1.3rem;
    }

    .product .grape div {
        width: 80%;
        margin: 0 auto;
    }

    .present {
        padding: 20px 0 0;
        background: url(../image/sp_bg06.png) no-repeat;
        background-size: 100% auto;
        margin: -1px auto 0;
    }

    .present h2 {
        width: 114px;
    }

    .present .present_wrapper {
        background: url(../image/sp_bg04.png) no-repeat center center;
        background-size: 100% 100%;
        width: 100vw;
        margin: 0 auto 0;
        padding: 40px 0 50px;
    }

    .present .present_wrapper .white_area {
        width: 76vw;
        padding: 0.8em 2.3em;
    }

    .present .present_wrapper p {
        /*font-size: 1.5rem;*/
        font-size: 2.25rem;
        position: relative;
        display: inline-block;
        margin: 14px 0 10px;
    }

    .present .present_wrapper p::before {
        /*height: 18px;
        border-right: 1px solid #1D2088;*/
        height: 27px;
        border-right: 2px solid #1D2088;
    }

    .present .present_wrapper p::after {
        /*height: 18px;
        border-right: 1px solid #1D2088;*/
        height: 27px;
        border-right: 2px solid #1D2088;
    }

    .present .present_wrapper .flex {
        flex-direction: column;
    }

    .present .present_wrapper .flex div {
        /*width: 38%;*/
        width: 66%;
        margin: 0 10px 20px;
    }

    .present .present_wrapper .present_txt {
        width: 76vw;
    }

    .rules {
        background: url(../image/sp_bg05.png) repeat, linear-gradient(90deg, #FDE3D6, #C788F4);
        background-size: 100% auto;
        padding: 30px 0 60px;
    }

    .rules h2 {
        width: 81px;
    }

    .rules h3 {
        padding: 2px 0 16px;
    }

    .rules .white_area {
        text-align: left;
        width: 85vw;
        padding: 2.3em 1.3em;
        border-radius: 60px;
        margin: 0 auto 30px;
    }

    .rules .white_area p {
        height: 450px;
        padding-right: 5px;
        color: #373739;
        font-size: 1.4rem;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .rules .rules_txt {
        font-size: 1.4rem;
    }
}



.sns_btn {
    margin: 0 auto;
    max-width: 784px;
}

.sns_btn img {
    margin-bottom: -2em !important;
}

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

    .sns_btn {
        width: 100%;
        margin: 0 auto -10px;
    }
}
