
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');

#pageTtl {
display: none;
}
div#contents {
width:100% !important;
}
#contentsMain{
width:100% !important;
padding-top: 0 !important;
}

#contents {
    width: 100%;
    max-width: 1920px;
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
}

#contents img {
    max-width: 100%;
}

.kv {
    width: 100%;
    background: url(/campaign/display20m/images/kv_bg.jpg) no-repeat center center;
}

.kv div {
    width: 100%;
    max-width: 1300px;
    display: block;
    padding: 0 20px 21px;
    box-sizing: border-box;
    margin: 0 auto;
}

.campaign_schedule {
    padding: 20px;
    background: #D1192E;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.campaign_schedule .title {
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #D1192E;
    padding: 6px 10px;
    background: #FFFFFF;
}

.campaign_schedule .date {
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.05em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}

.campaign_schedule .date em {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-size: 40px;
}

.campaign_schedule .date small {
    font-size: 20px;
    font-weight: 400;
}

.campaign_content {
    padding: 60px 20px;
}


.campaign_content.prize_content {
    padding: 60px 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EAE9FF 20%, rgba(234, 233, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
}

.campaign_content.wchance_content {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%), url(/campaign/display20m/images/campaign_content_bg.jpg) no-repeat center bottom/cover;
}

.campaign_content.prize_content>.toparea {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.campaign_content>.mark {
    text-align: center;
    margin-bottom: 30px;
}

.campaign_content>.title {
    text-align: center;
    margin-bottom: 60px;
}

.campaign_content>section {
    box-shadow: 0px 0px 20px rgba(78, 71, 164, 0.2);
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.campaign_content>section>.header {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    background: #D1192E;
    padding: 20px;
    text-align: center;
}

.campaign_content>section>.content {
    padding: 40px;
    background: #FFFFFF;
}

.campaign_content>section>.content>.h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #23204D;
    padding: 0 0 13px 24px;
    background: url(/campaign/display20m/images/mizuhiki.png) no-repeat top 9px left/16px, url(/campaign/display20m/images/h1_line.png) no-repeat center bottom/100% 5px;
    margin-bottom: 30px;
}

.campaign_content>section>.content>.present1_2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.campaign_content>section>.content>.present1_2 article {
    display: flex;
    justify-content: space-between;
}

.campaign_content>section>.content>.present1_2 article:nth-child(even) {
    flex-direction: row-reverse;
}

.campaign_content>section>.content>.present1_2 article .text {
    width: 48.8%;
}

.campaign_content>section>.content>.present1_2 article .image {
    width: 47.7%;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #404040;
}

.campaign_content>section>.content>.present1_2 article .image img {
    margin-bottom: 8px;
}

.campaign_content>section>.content>.present1_2 article .text .title {
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #D1192E;
    margin-bottom: 20px;
    text-align: left;
}

.campaign_content>section span.number {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 10px;
    margin-right: 8px;
    background-color: #D1192E;
}

.campaign_content>section>.content>.present1_2 article .text table {
    border-collapse: collapse;
    width: 100%;
}

.campaign_content>section>.content>.present1_2 article .text table th,
.campaign_content>section>.content>.present1_2 article .text table td {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #23204D;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #CBCAEF;
    vertical-align: top;
}

.campaign_content>section>.content>.present1_2 article .text table td {
    padding-right: 0;
}


.campaign_content>section>.content>.present_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 30px;
}

.campaign_content>section>.content>.present_list article {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.campaign_content>section>.content>.present_list article .title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: #D1192E;
    margin-bottom: 9px;
}


.campaign_content>section>.content>.present_list article .text {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #23204D;
}

.campaign_content>section>.content>.present_list article .text small {
    font-weight: 500;
    font-size: 12px;
}

.campaign_content>section>.content>.present_list article .text span {
    font-weight: 500;
    font-size: 14px;
}

.campaign_content>section>.content.wchance {
    text-align: center;
}


.campaign_content>section>.content.wchance .number {
    margin: 0 10px;
}

.campaign_content>section>.content.wchance>.catch {
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #23204D;
    margin-bottom: 20px;
}

.campaign_content>section>.content.wchance>.purple {
    font-family: 'Oswald', 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #6C32AC;
    margin-bottom: 20px;
}

.campaign_content>section>.content.wchance>.purple span {
    font-size: 40px;
}

.campaign_content>section>.content.wchance>.image {
    margin-bottom: 20px;
}

.campaign_content>section>.content.wchance>.description {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #23204D;
    text-align: left;
}

.campaign_content>section>.content.wchance>.description em {
    font-style: normal;
    font-weight: 700;
}

.campaign_content>section>.content.wchance>.description a {
    color: #6C32AC;
    text-decoration: none;
}



.info {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 20px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #404040;
}

.info ul li {
    list-style: disc;
    padding-left: -2em;
    margin-left: 2em;
    margin-bottom: 5px;
}

.entryarea {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%), url(/campaign/display20m/images/entryarea_bg.jpg) no-repeat center bottom/cover;
    padding: 60px 20px;
}


.entryarea>section {
    width: 100%;
    max-width: 960px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(234, 233, 255, 0.3) 49.52%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 20px rgba(78, 71, 164, 0.2);
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
}

.entryarea>section>.header {
    background: #EAE9FF;
    padding: 16px;
    border-radius: 20px 20px 0 0;
}

.entryarea>section>.header .baloon {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #23204D;
    margin-bottom: 10px;
}

.entryarea>section>.header .question {
    display: flex;
    justify-content: center;
}

.entryarea>section>.header .question .h1 {
    padding: 10px 20px;
    background: #23204D;
    color: #ffffff;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
}

.entryarea>section>.header .question .text {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #23204D;
    background: #ffffff;
    padding: 10px 20px;
}

.entryarea>section>.content {
    padding: 20px;
}

.entryarea>section>.content .text1 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #23204D;
    margin-bottom: 10px;
}

.entryarea>section>.content .text2 {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #23204D;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding: 0 30px;
}

.entryarea>section>.content .text2 em {
    color: #D1192E;
    font-style: normal;
}

.entryarea>section>.content .text2 span {
    position: relative;
}

.entryarea>section>.content .text2 span::before {
    width: 100%;
    height: 19px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    background: #FFEB14;
    opacity: 0.2;
    z-index: -1;
}

.summaryarea {
    background: #EAE9FF;
    padding: 60px 20px;
}

.summaryarea table {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.summaryarea table th {
    padding: 20px 5px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: #6C32AC;
    border-bottom: 1px solid #6C32AC;
}

.summaryarea table td {
    padding: 20px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #23204D;
    border-bottom: 1px solid #CBCAEF;
}

.summaryarea table td ul {
    padding-left: 20px;
    list-style: disc !important;
    margin-bottom: 30px;
}

.summaryarea table td ul li {
    list-style: disc !important;
}

.summaryarea table td em {
    color: #6C32AC;
    font-style: normal;
}

.qualityarea {
    background: #23204D;
    color: #ffffff;
    padding: 60px 20px 80px;
}

.qualityarea>section {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.qualityarea>section>.h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    padding: 0 0 13px 24px;
    background: url(/campaign/display20m/images/mizuhiki_white.png) no-repeat top 9px left/16px, url(/campaign/display20m/images/h1_line.png) no-repeat center bottom/100% 5px;
    margin-bottom: 30px;
}

.qualityarea>section>.listarea>.list {
    display: flex;
    justify-content: center;
    gap: 0;
}

.qualityarea>section>.listarea {
    margin-bottom: 40px;
}

.qualityarea>section>.listarea>.list article {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}


.qualityarea>section>.listarea>.list article .title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    background: linear-gradient(180deg, #FFFFFF 0%, #E3BF3B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 10px;
}

.qualityarea>section>.listarea>.list article .text {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #FFFFFF;
}

.qualityarea>section>.achievements {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
    max-width: 557px;
    margin: 0 auto;
}

.qualityarea>section>.achievements div:first-child {
    width: 53.3%;
}

.qualityarea>section>.achievements div:last-child {
    width: 41.2%;
}

.qualityarea>section>.achievements div img {
    width: 100%;
    object-fit: contain;
}



/* FADE IN */
.fade {
    opacity: 0;
    transition: opacity 0.3s ease;
    will-change: opacity;
}

.fade.is-visible {
    opacity: 1;
}


.mask {
    position: relative;

}

.mask::after {
    content: '';
    display: block;
    background: linear-gradient(180deg, #6C32AC 0%, #ABAEFF 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in, transform 0.5s ease;
    transform-origin: right bottom;
}

.mask.is-visible::after {
    background: linear-gradient(180deg, #6C32AC 0%, #ABAEFF 100%);
    opacity: 0;
    transform: scaleY(0);
    right: -1px;
}


/* PC */
@media screen and (min-width: 899px) {
    .sp {
        display: none !important;
    }
}


/* SP */
@media screen and (max-width: 900px) {

    .pc {
        display: none !important;
    }




    .kv {
        background: none;
    }

    .kv div {
        padding: 0;
    }

    .campaign_schedule {
        padding: 16px;
        flex-direction: column;
        gap: 8px;
    }

    .campaign_schedule .title {
        width: 100%;
        font-size: 14px;
        line-height: 160%;
        text-align: center;
        padding: 2px;
    }

    .campaign_schedule .date {
        font-size: 20px;
    }

    .campaign_schedule .date em {
        font-size: 24px;
    }

    .campaign_schedule .date small {
        font-size: 18px;
    }

    .campaign_content {
        padding: 60px 20px;
    }


    .campaign_content.prize_content {
        padding: 30px 20px;
    }

    .campaign_content.prize_content>.toparea {
        gap: 8px;
        margin-bottom: 20px;
    }

    .campaign_content .mark {
        margin-bottom: 0;
    }

    .campaign_content .mark img {
        width: 70px;
    }

    .campaign_content>section>.header {
        padding: 10px;
        font-size: 20px;
        line-height: 130%;

    }

    .campaign_content>section>.content {
        padding: 30px 16px;
    }

    .campaign_content>section>.content>.h1 {
        margin-bottom: 2cap;
    }

    .campaign_content>section>.content>.present1_2 {
        gap: 20px;
        margin-bottom: 20px;
    }

    .campaign_content>section>.content>.present1_2 article {
        flex-direction: column-reverse;
    }

    .campaign_content>section>.content>.present1_2 article:nth-child(even) {
        flex-direction: column-reverse;
    }

    .campaign_content>section>.content>.present1_2 article .text {
        width: 100%;
    }

    .campaign_content>section>.content>.present1_2 article .image {
        width: 100%;
        margin-bottom: 20px;
    }

    .campaign_content>section>.content>.present1_2 article .image img {
        margin-bottom: 8px;
    }

    .campaign_content>section>.content>.present1_2 article .text .title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .campaign_content>section span.number {
        font-size: 18px;
        padding: 2px 6px;
    }

    .campaign_content>section>.content>.present1_2 article .text table {
        border-collapse: collapse;
        width: 100%;
    }

    .campaign_content>section>.content>.present1_2 article .text table th {
        white-space: nowrap;
    }

    .campaign_content>section>.content>.present1_2 article .text table th,
    .campaign_content>section>.content>.present1_2 article .text table td {
        font-size: 14px;
    }

    .campaign_content>section>.content>.present1_2 article .text table td {
        padding-right: 0;
    }


    .campaign_content>section>.content>.present_list {
        flex-direction: column;
        margin-bottom: 30px;
        gap: 20px;
    }

    .campaign_content>section>.content>.present_list:last-child {
        margin-bottom: 0;
    }

    .campaign_content>section>.content>.present_list article {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .campaign_content>section>.content>.present_list article .title {}


    .campaign_content>section>.content>.present_list article .text {
        font-size: 14px;
    }

    .campaign_content>section>.content>.present_list article .text small {
        font-weight: 500;
        font-size: 12px;
    }

    .campaign_content>section>.content>.present_list article .text span {
        font-weight: 500;
        font-size: 12px;
    }

    .campaign_content>section>.content.wchance {
        text-align: center;
    }

    .campaign_content>section>.content.wchance>.catch {
        font-size: 20px;
        line-height: 200%;
        margin-bottom: 10px;
    }

    .campaign_content>section>.content.wchance>.purple {
        margin-bottom: 20px;
        line-height: 180%;
    }

    .campaign_content>section>.content.wchance>.purple span {
        font-size: 24px;
    }

    .campaign_content>section>.content.wchance>.image {
        margin-bottom: 16px;
    }

    .campaign_content>section>.content.wchance>.description {
        font-size: 12px;
    }


    .entryarea {
        padding: 30px 20px;
    }


    .entryarea>section {}

    .entryarea>section>.header {}

    .entryarea>section>.header .baloon {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .entryarea>section>.header .question {
        flex-direction: column;
    }

    .entryarea>section>.header .question .h1 {
        padding: 10px 20px;
        font-size: 20px;
        line-height: 130%;
        color: #FFFFFF;
    }

    .entryarea>section>.header .question .text {
        font-size: 20px;
        padding: 8px 16px;
    }

    .entryarea>section>.content {
        padding: 20px;
    }

    .entryarea>section>.content .text1 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .entryarea>section>.content .text2 {
        font-size: 28px;
        margin-bottom: 20px;
        padding: 0;
    }

    .entryarea>section>.content .text2 em {
        color: #D1192E;
        font-style: normal;
    }


    .summaryarea {
        padding: 30px 20px;
    }

    .summaryarea table th {
        display: block;
        padding: 16px 0;
        font-size: 14px;
    }

    .summaryarea table td {
        display: block;
        padding: 16px;
        font-size: 14px;
    }

    .summaryarea table td ul {
        padding-left: 20px;
        list-style: disc !important;
        margin-bottom: 30px;
    }

    .summaryarea table td ul li {
        list-style: disc !important;
    }

    .summaryarea table td em {
        color: #6C32AC;
        font-style: normal;
    }

    .qualityarea {
        padding: 30px 20px;
    }

    .qualityarea>section>.h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .qualityarea>section>.listarea>.list {
        flex-direction: column;
        gap: 0;
    }

    .qualityarea>section>.listarea {
        margin-bottom: 40px;
    }

    .qualityarea>section>.listarea>.list article {
        padding: 10px 15px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        box-sizing: border-box;
    }


    .qualityarea>section>.listarea>.list article .title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .qualityarea>section>.listarea>.list article .text {
        font-size: 12px;
    }

    .qualityarea>section>.listarea>.list article .image {
        width: 100%;
    }

    .qualityarea>section>.achievements {
        gap: 10px;
        width: 90%;
        margin: 0 auto;
    }



    /* FADE IN */
    .fade {
        opacity: 0;
        transition: opacity 0.3s ease;
        will-change: opacity;
    }

    .fade.is-visible {
        opacity: 1;
    }


    .mask {
        position: relative;

    }

    .mask::after {
        content: '';
        display: block;
        background: linear-gradient(180deg, #6C32AC 0%, #ABAEFF 100%);
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        transition: opacity 0.5s ease-in, transform 0.5s ease;
        transform-origin: right bottom;
    }

    .mask.is-visible::after {
        background: linear-gradient(180deg, #6C32AC 0%, #ABAEFF 100%);
        opacity: 0;
        transform: scaleY(0);
        right: -1px;
    }




}



