body {
    background-color: #EFEFEF;
    font-size: 14px;
    color: #000;
}

header {
    height: 60px;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

header img.logo {
    height: 24px;
}

header .sns {
    display: flex;
}

header .sns a {
    width: 36px;
    margin-right: 8px;
}

header .sns a:last-child {
    margin-right: 0;
}

header .sns img {
    width: 100%;
    display: block;
}

footer {
    padding: 48px 0;
}

.keyVision {}

.keyVision img {
    width: 100%;
}

.slogan {
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 12px;
}

.slogan .number {
    font-size: 2em;
}

.slogan.slash::before,
.slogan.slash::after {
    content: ' / ';
    font-size: .5em;
}

.sloganText {
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 12px;
}

.sloganText.tag {
    display: flex;
    align-items: center;
    text-align: left;
}

.sloganText.tag .number {
    font-size: 2em;
    margin-right: .25em;
    margin-top: -0.15em;
    display: flex;
    align-items: center;
}

.sloganText.tag .number::before {
    content: 'step';
    border: 2px solid;
    border-radius: 2em;
    text-align: center;
    font-size: .35em;
    font-weight: 100;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.5em;
}

cite {
    font-size: .65em;
    font-style: normal;
}

.nowrap {
    white-space: nowrap;
}

.colorText {}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* IE10+ CSS here */
    .btnBox .btn:first-child {
        margin: 0 auto;
    }
    .btnBox .btn {
        max-width: 10em;
        margin: 16px auto;
        display: block;
    }
}

button.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    box-sizing: content-box;
}

.wrap {
    margin: auto 16px;
}

article,
section {
    padding: 20px 0;
}


/* .contentBlock {
    background-color: #ceece4;
    border-radius: 12px;
    padding: 1em;
} */

.albumBlock img {
    width: 100%;
}

article.ruleBlock {
    background-color: #D51524;
    color: #fff;
}

article.ruleBlock hr {
    border-style: solid;
}

article.ruleBlock .artist p {
    text-align: center;
    margin-top: 1em;
}

article.stepsBlock .errorText {
    text-align: center;
}

article.songListBlock {}

article.songListBlock .songListBox {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

article.songListBlock .songListBox img {
    display: block;
    width: 100%;
}

article.songListBlock .songListBox .btnBlock {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}

article.songListBlock .songListBox a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
}

article.songListBlock .songListBox a.btnBlock .text {
    font-size: 16px;
}

article.adBlock {
    padding: 0;
}

article.adBlock img {
    display: block;
}

article.adBlock .mymusicBox {
    background-color: #ff2b85;
    color: #FFF;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    padding: 16px;
}

article.adBlock .mymusicBox img.logoMyMusic {
    width: 60%;
    margin: 1em auto;
}

article.adBlock .mymusicBox img.bag {
    width: 40px;
}

article.adBlock .foodpandaBox {
    padding: 16px;
}

article.adBlock .foodpandaBox .foodpnada {
    color: #ff2b85;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

article.adBlock .foodpandaBox .foodpnada img {
    margin-right: 8px;
}

article.adBlock .foodpandaBox .applepay {
    text-decoration: underline;
    display: flex;
    align-items: center;
    text-align: left;
}

article.adBlock .foodpandaBox .applepay img {
    margin-right: 8px;
}

article.adBlock .foodpandaBox .snBox {
    border: 2px solid #ff2b85;
    color: #ff2b85;
    border-radius: 2em;
    padding: 0.25em 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    max-width: 520px;
    box-sizing: border-box;
}

article.payBlock {
    background-color: #074066;
    color: #fff;
}

article.videoBlock {
    background-color: #074066;
    color: #fff;
}

article.videoBlock .video iframe {
    width: calc(100vw - 56px);
    height: calc(56vw - 56px);
    margin: 0 auto;
    display: block;
}

article.noteBlock {
    padding: 24px 0;
    background-color: #000;
    color: #fff;
}

article.noteBlock .note .sloganText {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 16px;
}

article.noteBlock .note .sloganText::after {
    content: "";
    background-image: url(../images/icon_arrow_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s;
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 20px;
    /* ↓黑箭頭 */
    /* filter: invert(.65); */
    /* ↓白箭頭 */
    filter: invert(0);
}

article.noteBlock .note.active .sloganText::after {
    transform: rotate(180deg);
}

article.noteBlock .note ol {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 8px 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}

article.noteBlock .note.active ol {
    height: auto;
    opacity: 1;
}

.owl-theme button:active,
.owl-theme button:focus {
    outline: none;
    border: none;
}

.owl-theme .owl-nav {
    display: block;
    position: absolute;
    top: calc(50% - 64px);
    width: 100%;
}

.owl-theme .owl-nav button span {
    display: none;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background-image: url(../images/icon_arrow_down.svg);
    background-size: cover;
    transform: rotate(90deg);
    display: block;
    position: absolute;
}

.owl-theme .owl-nav button.owl-prev {
    left: 0;
}

.owl-theme .owl-nav button.owl-next {
    transform: rotate(270deg);
    right: 0;
}

.owl-theme .owl-dots {
    text-align: center;
}

.owl-theme .owl-dots span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #484848;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
}

.select select {
    font-size: inherit;
    font-weight: 700;
    color: initial;
    background-color: #fff;
}

.select::after {
    top: calc(50% + 6px);
}

.select label {
    display: block;
}

.select>label {
    margin-bottom: 8px;
}

.radio {
    position: relative;
}

.select>label,
select+label {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    font-family: inherit;
    color: rgba(90, 90, 90, 0.72);
}

.select .state,
.radio .state {
    position: absolute;
    right: 0;
    bottom: -24px;
    font-family: inherit;
    font-weight: 700;
    color: rgba(90, 90, 90, 0.72);
}

.select .state.warning::after,
.radio .state.warning::after {
    background-image: url(https://www.mymusic.net.tw/ux/rwd/images/commonElement/icon_input_warning.svg);
}

.select .state::after,
.radio .state::after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
}

.select.error .state,
.radio.error .state {
    display: flex;
}

#activity_form .stateText,
#activity_form .input .state,
#activity_form .select .state,
#activity_form .radio .state {
    display: none;
}

@media screen and (min-width: 1024px) {
    header {
        height: 60px;
        padding: 15px 32px;
    }
    header img.logo {
        height: 26px;
    }
    header .sns a {
        width: 30px;
        margin-right: 16px;
    }
    footer {
        padding: 32px 0;
        font-size: 12px;
        line-height: 16px;
    }
    footer .copyright {
        text-align: center;
    }
    .wrap {
        width: 80%;
        max-width: 960px;
        margin: 0 auto;
    }
    .slogan {
        font-size: 48px;
        line-height: 60px;
    }
    .sloganText {
        font-size: 32px;
        line-height: 48px;
    }
    form {
        max-width: 640px;
        margin: 0 auto;
    }
    article.ruleBlock .wrap {
        max-width: 744px;
    }
    article.stepsBlock .wrap {
        max-width: 720px;
    }
    article.adBlock .content {
        display: flex;
        justify-content: center;
    }
    article.adBlock .mymusicBox {
        padding-right: 80px;
        width: 50%;
        height: 268px;
        box-sizing: border-box;
        align-items: center;
        position: relative;
    }
    article.adBlock .mymusicBox .textBox {
        width: calc(100% - 60px);
    }
    article.adBlock .mymusicBox img.bag {
        width: 60px;
        position: absolute;
        right: 80px;
        bottom: calc(50% - 88px);
    }
    article.adBlock .foodpandaBox {
        position: relative;
        width: 50%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    article.adBlock .foodpandaBox::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 268px 60px;
        border-color: transparent transparent #FFF transparent;
        position: absolute;
        top: 0;
        left: -60px;
    }
    article.videoBlock .video iframe {
        width: 80%;
        max-width: 1224px;
        max-height: 689px;
    }
    article.noteBlock {
        padding: 40px 0;
    }
    article.noteBlock .note .sloganText {
        margin-bottom: 24px;
    }
    article.noteBlock .note.active ol {
        padding: 32px 128px;
    }
}