/* 緒方さんLP-style */

.voiceacter__wrap {
    background: url(../../../img/event/cp2409-voiceactor/ogata_bg_texture.png), linear-gradient(180deg, #1c1c1c 0%, #1a1a1a 25%, #1a1a1a 50%, #3c3c3c 75%, #555555 100%);
    background-size: contain;
    background-position-x: center, center;
    background-position-y: top, top;
    background-repeat: repeat-y, no-repeat;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* categorymenu背景 */
.ctgmenu__area {
    background: url(../../../img/event/cp2409-voiceactor/ogata_nav_bg.png) no-repeat top center;
    background-size: cover;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: sticky;
    top: 0;
    z-index: 99;
}

/* 導入 */
.bg-intro {
    background: url(../../../img/event/cp2409-voiceactor/ogata_intro_img.png) no-repeat top center;
    background-size: cover;
    padding: 160px 0;
    text-align: center;
    color: #fff;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    font-family: 'Noto Serif JP' !important;
}

.bg-intro p {
    line-height: 4.5rem;
    font-size: x-large;
    margin: 0;
}

/* 各カテゴリ下の導入文 */
.ctg__intro--area {
    border-left: 2px solid #fff;
}

.actor-introduction__area {
    background: rgb(255 255 255 / 20%);
    border: 1px solid #aaa;
    max-width: 800px;
    margin: auto;
    padding: 15px;
}

.actor-introduction__area img {
    border-right: 2px solid #fff;
}

/* 対応機種一覧 */
.model--area {
    max-width: 1000px;
    background: linear-gradient(180deg, rgb(40 40 40 / 60%) 0%, rgb(26 26 26 / 70%) 100%);
    margin: 3rem auto 0;
    padding: 30px 20px;
    border: 2px solid #7e7e7e;
    box-shadow: 0 2px 7px #000;
    font-size: large;
    text-align: center;
}

.benefits--area {
    max-width: 1000px;
    background: linear-gradient(180deg, rgb(40 40 40 / 60%) 0%, rgb(26 26 26 / 70%) 100%);
    margin: 40px auto;
    padding: 20px;
    border: 2px solid #7e7e7e;
    box-shadow: 0 2px 7px #000;
    font-size: large;
    text-align: center;
}

/* ボタン */
.btn01 {
    background: rgb(255 255 255 / 75%);
    box-shadow: 0 4px 5px #212529, 2px 2px 5px #6c6c6c inset;
    border: 2px solid #fff;
    text-align: center;
    max-width: 320px;
    font-size: large;
}

.btn01 a {
    color: #2a2a2a;
    text-decoration: none;
    display: block;
    font-weight: 500;
    padding: 10px 0;
}

.btn01 a::after {
    content: "";
    display: inline-block;
    width: 34px;
    height: 30px;
    margin: -5px 0 0 30px;
    background: url(../../../img/event/cp2409-voiceactor/ogata_btn_icon_arrow.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
}

/* リスト */
.list--area {
    margin: 30px 0;
    padding: 25px 10px;
    background: linear-gradient(180deg, rgb(40 40 40 / 60%) 0%, rgb(26 26 26 / 70%) 100%);
    border: 2px solid #7e7e7e;
    box-shadow: 0 2px 7px #000;
}

/* ラインアップ */
.list--area ul li.lineup-white::before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 1px solid #383838;
    border-radius: 20px;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
}

.list--area ul li.lineup-gray::before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    background: #595959;
    border: 2px solid #CCCCCC;
    border-radius: 20px;
    margin: 0 10px 0 0;
    vertical-align: text-bottom;
}

/* フッター */
.lp-footer {
    background: url(../../../img/event/cp2409-voiceactor/ogata_footer_bg.jpg) no-repeat top center;
    background-size: cover;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-top: 0;
}

.lp-footer .footer__detail {
    text-align: center;
    color: #454545;
    font-size: x-large;
    font-weight: bold;
    font-family: 'Noto Serif JP' !important;
    padding: 30px 0;
}

@media screen and (max-width: 768px) {

    .voiceacter__wrap {
        background: url(../../../img/event/cp2409-voiceactor/sp_ogata_bg_texture.png), linear-gradient(180deg, #1a1a1a 0%, #3c3c3c 66%, #555555 100%);
        background-size: contain;
        background-position-x: center, center;
        background-position-y: top, top;
        background-repeat: repeat-y, no-repeat;
        padding: 0;
    }

    .bg-intro {
        background: url(../../../img/event/cp2409-voiceactor/sp_ogata_intro_img.png) no-repeat top center;
        background-size: cover;
        padding: 50px 5px;
    }

    .bg-intro p {
        line-height: 3.0rem;
        font-size: larger;
        text-shadow: 0 3px 5px #333;
    }

    /* フッター */
    .lp-footer {
        background: url(../../../img/event/cp2409-voiceactor/ogata_footer_bg.jpg) no-repeat top center;
        background-size: cover;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        padding-top: 0;
    }

}