@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.area-contents {
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
    padding-bottom: 0px;
    font-family: "Noto Sans JP", sans-serif;
}

.main {
    background-image: url(../images/bg_sp.png);
    padding-bottom: 40px;
}

.campaign {
    position: relative;
}

.campaign img {
    width: 100%;
    display: block;
}

.noto-area {
    position: absolute;
    top: 58%;
    right: 4%;
    bottom: 0%;
    width: 50%;
}

.noto-area p {
    color: #fff;
    margin: 0 auto;
}

.noto-area .info{
    font-size: 2.2vw;
    line-height: 1.2;
}

.event-period {
    border-top: 2px solid #63442c;
    border-bottom: 2px solid #63442c;
}

.event-period .year {
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.2;
}

.event-period .date {
  font-size: 3.8vw;
  font-weight: 500;
  padding-bottom: 2px;
  line-height: 1.1;
}

.noto .notice {
  font-size: 3vw;
  padding-top: 2px;
  line-height: 1.2;
}

.section {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
.top_banner_sp,
.event_banner_sp,
.lineup_banner_sp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.top_banner_pc,
.event_banner_pc, 
.lineup_banner_sp{
    display: none;
}

.lineup_section,
.howtoplay_section,
.step_section {
    width: calc(100% - 30px);
    max-width: 767px;
    margin: 0 auto;
    padding:
        20px
        15px
        40px;
}

.lineup_section{
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 40px;
    margin: 20px auto 0;
    display: block;
    justify-content: center;
    align-items: center; 
}


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

.pc-only {
    display: none;
}

.section01,
.section02,
.section03,
.section05,
.section08,
.section10 {
    padding-bottom: 30px;
}

.sp-only img{
    padding-bottom: 6px;
}

.btn img {
    transition: 0.3s;
}

.btn a:active img {
    transform: scale(0.98);
}

.howtoplay_section {
    background-color: #FFE6AD;
    margin: 0 auto;
    display: block;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}

.howtoplay_section img{
    display: block;
    margin: 0 auto;
}

.description{
    width: 345px;
    height:auto;
}

.arrow {
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

.arrow img {
    width: auto;
    height: auto;
}

.step_section {
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 40px;
    margin: 0 auto;
    margin-top: 0px;
    display: block;
    justify-content: center;
    align-items: center; 
}

.step_section img{
    display: block;
    margin: 0 auto;
}


.txt {
    width:100%;
    height: 42px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 14px;
}

.txt p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #F00000;
    text-align: center;
    margin-bottom: 24px !important;
}

.notice-area {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
    padding:0 15px;
}

.notice-area ul {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
}

.notice-area p {
    font-size: 14px;
}

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

    .area-contents {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        font-family: "Noto Sans JP", sans-serif;
    }

    .main {
        background-image: url(../images/bg_pc.png);
        padding-bottom: 63px;
    }

    .lineup_section,
    .howtoplay_section,
    .step_section {
        max-width: 1056px;
        margin: 0px auto;
        padding: 40px 0;
    }

    .lineup_section{
        margin-top: 32px;
    }

    .section01,
    .section05{
        padding-bottom: 50px;
    }

     .section.campaign {
        position: relative;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
        line-height: 0;
    }

    .section.campaign picture img {
        width: 100%;
        height: auto;
        display: block;
    }

    .section.campaign .noto-area {
        position: absolute;
        left: 50%;
        top: 58%;
        transform: translateX(-2.08vw);
        width: min-content; 
        min-width: 310px; 
        max-width: 42vw; 
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        z-index: 10;
        line-height: 1.5;
    }

    .event-period {
        display: inline-flex; 
        flex-direction: row;
        align-items: baseline;
        width: auto; 
        padding: 0.4vw 0;
        border-top: 2px solid #63442c;
        border-bottom: 2px solid #63442c;
        white-space: nowrap;
    }

    .event-period .year,
    .event-period .date {
        color: #63442c;
        font-weight: 700;
        font-size: clamp(16px, 1.8vw, 36px); 
        margin: 0;
    }

    .event-period .year {
        margin-right: 10px;
    }

    .noto {
        display: block;
        width: 100%; 
        padding-top: 4px;
    }

    .noto .info {
        color: #63442c;
        text-align: left;
        font-size: clamp(8px, 1.1vw, 14px);
        display: block;
        width: 100%;
        white-space: normal !important;
        word-break: break-all;
        line-height: 1;
    }

    /* --- QRコード --- */
    .pc-only {
        display: block;
    }

    .section04 {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto 20px;
        text-align: center;
    }

    .section04 > picture {
        display: block;
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .qr_flex_container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 45px;
        width: 500px;
        margin: 0 auto;
    }

    .qr img {
        max-height: 130px;
        width: auto;
    }

    .qr_right {
        flex: 1;
        text-align: left;
    }

    .qr_right p {
        font-size: 10px !important;
        line-height: 1.4;
    }

    .sp-only {
        display: none;
    }

    .section01,
    .section05,
    .section10 {
    padding-bottom: 50px;
}

    .section01 img,
    .section05 img, 
    .section10 img,
    .btn img {
        width: 85%;
        max-width: 1200px;
        margin: 0 auto;
        display: block;
    }

    .arrow {
        display: flex;
        justify-content: center;
        padding: 0 0 4px;
    }

    .step_flow {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 0px 38px 50px;
    }

    .txt p {
        font-size: 22px;
        font-weight: 500;
        color: #F00000;
        text-align: center;
        margin-top:0px;
        margin-bottom: 27px !important;
    }

    .txt p br {
        display: none;
    }

    .notice-area {
        max-width: 1056px;
        margin-top: 20px;
        padding: 0 20px;
        display: block;
    }
}