@charset "utf-8";

/*----------------------------------------------------
        narrow 共通
----------------------------------------------------*/
#page_narrow *,
#page_narrow *:before,
#page_narrow *:after {
    box-sizing: border-box;
}

#page_narrow .inner {
    margin: 0 auto;
    max-width: 640px;
    padding: 0 3%;
}

#page_narrow .mv {
    background: #e02324;
    text-align: center;
}

#page_narrow .mv h1 {
    text-align: center;
}

#page_narrow .mv img {
    max-width: 640px;
}

#page_narrow .apply {
    background: #fff000;
    padding: 32px 0 24px;
}

#page_narrow .apply .btn_area {
    margin: 0 30px 20px;
}

#page_narrow .apply a.btn {
    background: #f32774;
    border-bottom: 5px solid #dc0456;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto 10px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    width: 85%;
}

#page_narrow .apply .txt {
    bottom: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    text-shadow: 2px 2px 1px #fff,
    -2px 2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff;
}

#page_narrow .apply .txt .link {
    border-bottom: 1px solid #006cff;
    color: #006cff;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 2px 0 0 #fff;
}

#page_narrow .marker {
    background: linear-gradient(transparent 50%, #fff000 50%);
}

/*----------------------------------------------------
        class overview
----------------------------------------------------*/
#page_narrow .overview {
    background: url(/img/lp_narrow_audition/con1_bg.png);
    background-size: 5%;
    padding: 105px 0 140px;
    position: relative;
}

#page_narrow .overview h2 {
    position: absolute;
    top: 10px;
    left: -1px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

#page_narrow .overview h2 > img {
    width: 309px;
}

#page_narrow .overview .text_area {
    background: #fff;
    border: 3px solid #000;
    border-radius: 5px;
    padding: 52px 8% 58px;
    position: relative;
}

#page_narrow .overview .text_area::after {
    content: "";
    background: url(/img/lp_narrow_audition/con1_04.png) no-repeat;
    background-size: 100%;
    height: 178px;
    width: 182px;
    position: absolute;
    bottom: -122px;
    right: 50%;
    margin-right: -91px;
}

#page_narrow .overview .text_area p {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
}

#page_narrow .overview .text_area p:last-child {
    margin: 24px 0 0;
}

#page_narrow .overview .text_area p.emphasis {
    color: #111;
    font-size: 18px;
    line-height: 24px;
    margin: 24px 0 22px;
}

/*----------------------------------------------------
        参加概要 .condition
----------------------------------------------------*/
#page_narrow .condition {
    background: url(/img/lp_narrow_audition/con2_bg.png) no-repeat;
    background-size: cover;
    padding: 55px 0 52px;
}

#page_narrow .condition .contents {
    background: #fff;
    border: 3px solid #000;
    border-radius: 5px;
    padding: 44px 4% 5px;
    position: relative;
}

#page_narrow .condition .contents h2 {
    position: absolute;
    top: -45px;
    left: 2px;
    width: 210px;
}

#page_narrow .condition ul li {
    background: url(/img/lp_narrow_audition/icon_01.png) no-repeat top 4px left;
    background-size: 15px;
    margin: 0 0 25px;
    padding: 0 0 0 18px;
}

#page_narrow .condition ul li h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
}

#page_narrow .condition ul li p,
#page_narrow .condition ul li ul li {
    font-size: 14px;
    font-weight: bold;
}

#page_narrow .condition ul li p {
    line-height: 24px;
}

#page_narrow .condition ul li .caution {
    line-height: 24px;
}


#page_narrow .condition ul li ul li {
    background: url(/img/lp_narrow_audition/icon_02.png) no-repeat top 5px left;
    background-size: 12px;
    margin: 0 0 5px;
    padding: 0 0 0 14px;
}

/*----------------------------------------------------
        オーディション特典 .privilege
----------------------------------------------------*/
#page_narrow .privilege {
    background: #fce128;
    padding: 94px 0 32px;
    position: relative;
}

#page_narrow .privilege::before {
    content: "";
    background: url(/img/lp_narrow_audition/con3_01.png) repeat-x top;
    background-size: 20px 10px;
    height: 10px;
    width: 100%;
    position: absolute;
    top: -10px;
}

#page_narrow .privilege::after {
    content: "";
    background: url(/img/lp_narrow_audition/con3_05.png) repeat-x bottom;
    background-size: 20px 10px;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -10px;
}

#page_narrow .privilege .contents {
    position: relative;
}

#page_narrow .privilege h2 {
    position: absolute;
    top: -77px;
    left: 2px;
    width: 208px;
}

#page_narrow .privilege .contents .block {
    background: url(/img/lp_narrow_audition/con3_04.png) no-repeat top 20px center, #fff;
    background-size: 142px 131px;
    border-radius: 5px;
    box-shadow: 5px 5px 0 0 #111;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 170px 8% 18px;
    position: relative;
    width: 98%;
}

#page_narrow .privilege .contents .block::before {
    content: "";
    background: url(/img/lp_narrow_audition/con3_03.png) no-repeat top right;
    background-size: 100%;
    height: 58px;
    width: 90px;
    position: absolute;
    top: -58px;
    right: -4px;
}

#page_narrow .privilege .contents .block h3 {
    color: #e52c2c;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}

#page_narrow .privilege .contents .block ul li {
    background: url(/img/lp_narrow_audition/icon_03.png) no-repeat top 6px left;
    background-size: 12px;
    padding: 0 0 0 18px;
    margin-bottom: 12px;
    letter-spacing: 1px;
    line-height: 24px;
}

#page_narrow .privilege .contents .block ul li:last-child {
    margin-bottom: 0;
}

/*----------------------------------------------------
        スケジュール .schedule
----------------------------------------------------*/
#page_narrow .schedule {
    background: url(/img/lp_narrow_audition/con4_bg.png);
    background-size: 10%;
    padding: 32px 0 32px;
}

#page_narrow .schedule h2 {
    margin: 0 0 18px;
    width: 208px;
}

#page_narrow .schedule ul {
    position: relative;
    z-index: 0;
}

#page_narrow .schedule ul li {
    margin-bottom: 20px;
}

#page_narrow .schedule ul li:last-child {
    margin-bottom: 0;
}

#page_narrow .schedule .date {
    background: url(/img/lp_narrow_audition/con4_02.png) no-repeat;
    background-size: 100%;
    color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
    padding: 10px 0 14px 8px;
    text-align: center;
    width: 110px;
}

#page_narrow .schedule li:first-child .date{
    padding: 10px 2px 14px 0;
}

#page_narrow .schedule .detail h3 {
    background: linear-gradient(transparent 50%, #fff000 50%);
    color: #111;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 14px 6px;
}

#page_narrow .schedule .detail h3 span {
    font-size: 16px;
    letter-spacing: 2px;
}

#page_narrow .schedule .detail p {
    color: #111;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
}

#page_narrow .schedule .outcome h3 {
    display: inline-block;
    line-height: 36px;
    margin: 0 0 10px 0;
    text-align: left;
}

#page_narrow .schedule .outcome h3 span {
    background: url(/img/lp_narrow_audition/con4_03.png) no-repeat center top;
    background-size: 32px 22px;
    font-size: 28px;
    padding: 26px 0 0;
}

#page_narrow .schedule .outcome .detail {
    padding: 28px 0 0;
    text-align: center;
}

#page_narrow .schedule .detail .caution {
    font-size: 12px;
    margin-top: 8px;
}

/*----------------------------------------------------
        協賛プロダクション .sponsorship
----------------------------------------------------*/
#page_narrow .sponsorship {
    background: url(/img/lp_narrow_audition/con2_bg.png) no-repeat;
    background-size: cover;
    padding: 72px 0 52px;
    position: relative;
}

#page_narrow .sponsorship h2 {
    position: absolute;
    top: -50px;
    left: -3px;
    width: 292px;
}

#page_narrow .sponsorship .contents {
    background: #fff;
    border: 3px solid #000;
    border-radius: 5px;
    padding: 48px 4% 5px;
    position: relative;
}

#page_narrow .sponsorship ul li {
    margin: 0 0 36px;
    text-align: center;
}

#page_narrow .sponsorship ul li a {
    display: block;
    margin: 0 auto;
    width: 74%;
}

#page_narrow .sponsorship ul li p {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

#page_narrow .sponsorship ul li .production_name {
    font-size: 19px;
    margin: 22px 0 14px;
}
