@charset "UTF-8";@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap";@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese";.campaignContents {
    margin: 5px auto 0;
    font-size: 1.8rem;
    font-family: noto sans jp,sans-serif;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.4
}

.l_campaignPass {
    margin: 0 auto;
    background: #e7f9ff
}

.m_section_inner {
    width: 1160px;
    margin: 0 auto;
    padding: 60px 0
}

.m_section_ttl {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
    color: #36689b
}

.m_section_box {
    margin: 30px auto 0
}

.m_section_txt+.m_section_txt {
    margin-top: 15px
}

.m_txtBold {
    font-weight: 700
}

.m_txtRed {
    color: #c00
}

.m_txtLine {
    background: linear-gradient(#fff79b 0%,#fff79b 100%)
}

.m_button {
    padding: 15px 30px 18px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 50px;
    color: #333;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative
}

.m_button:hover {
    color: #fff;
    background: linear-gradient(180deg,rgba(15,13,13,1) 0%,rgba(88,88,87,1) 100%)
}

.m_button::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #181818;
    border-right: 2px solid #181818;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 43%;
    bottom: 0
}

.m_button:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff
}

.passArea {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
    text-align: center
}

.passAreaTtl {
    font-size: 2.5rem;
    font-weight: 600;
    color: #36689b
}

.passCode {
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 30px auto 20px;
    padding: 10px;
    font-size: 4rem;
    font-weight: 600;
    color: #c00
}

.passItemImg {
    margin-top: 40px
}

.passAreaBtn {
    width: 450px;
    font-size: 2.5rem;
    margin: 30px auto 0
}
.passAreaBtn.premiumBtn {
    width: 600px;
}

@media screen and (max-width: 767px) {
    .campaignContents {
        font-size:1.5rem
    }

    .campaignContents img {
        width: 100%;
        height: auto
    }

    .m_section_inner {
        width: 100%;
        padding: 40px 10px
    }

    .m_section_ttl {
        font-size: 2.4rem
    }

    .m_button {
        padding: 10px 30px 13px
    }

    .passArea {
        padding: 30px 10px
    }

    .passAreaTtl {
        font-size: 1.7rem
    }

    .passCode {
        max-width: 100%;
        margin: 15px auto;
        font-size: 2.4rem
    }

    .passItemImg {
        margin-top: 20px
    }

    .passAreaBtn {
        width: 100%;
        font-size: 1.7rem
    }
}
