@charset "utf-8";

/* CSS Document */
@media screen and (min-width: 751px) {

    /*  共通部分
----------------------------------------*/
    html {
        font-size: 100%;
        scroll-behavior: smooth;
    }

    body {
        font-family: 'M PLUS 1p', sans-serif;
        color: #fff;
        margin: 0;
        background-color: #4d4d4d;
        background-image: url(../images/back-pc.png);
        background-size: cover;
        background-attachment: fixed;
    }

    a {
        color: #000;
        text-decoration: none;
    }

    a:hover {
        opacity: 0.7;
    }

    img {
        max-width: 100%;
    }

    ul {
        list-style-type: none;
        padding: 0;
    }

    .wrapper {
        max-width: 750px;
        margin: 0 auto;
        padding: 0 4%;
    }

    h1 {
        margin: 0;
    }

    h2,
    h3,
    h4,
    p,
    ul {
        margin: 0;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }


    /*  配置/PC版両サイド
------------------------------------------------------------------*/

    .pc_flex {
        display: flex;
        justify-content: space-between;
        align-items: first baseline;
        opacity: 1;
        background-size: 24px 24px;
    }

    .center {
        width: 40%;
        margin: auto;
    }

    .left {
        left: 0;
        width: 30%;
        height: 40vh;
        position: fixed;
        text-align: center;
        box-sizing: border-box;
        padding: 2% 2%;
    }

    .left_fixed {
        width: 25%;
        position: fixed;
        top: 50%
    }

    .pc_left_logo {
        width: 80%;
    }


    .right {
        right: 0;
        width: 30%;
        height: 40vh;
        position: fixed;
        text-align: center;
        box-sizing: border-box;
        padding: 2% 2%;
    }

    .right_fixed {
        width: 25%;
        position: fixed;
        top: 30%
    }

    .side_sns {
        padding: 0 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 20px;
    }

    .side_sns>a {
        width: 10%;
    }

    .r_nav {
        padding-left: 20%;
        text-align: center;
        margin-top: 10%;
    }

    .l_nav {
        padding-left: 20%;
        text-align: left;
        margin-top: 10%;
    }

    .l_nav>li {
        margin-bottom: 5%;
    }

    .ent01 {
        padding: 8px;
    }

    .ent01>a {
        color: #fff;
    }

    .ent02 {
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }

    .fuwafuwa {
        animation: fuwafuwa 2s linear infinite;
    }

    /* fuwafuwa */
    @keyframes fuwafuwa {
        0% {
            transform: translateY(0)
        }

        33.33333% {
            transform: translateY(30px)
        }

        66.66667% {
            transform: translateY(0)
        }

        100% {
            transform: translateY(0)
        }
    }

    /*  テキストスタイル
------------------------------------------------------------------*/
    h2 {
        text-align: center;
        font-size: 3rem;
        border-bottom: 2px solid #fff;
        display: inline-block;
        padding-top: 80px;
        font-weight: bold;
    }

    .parent-element {
        text-align: center;
    }

    .topp {
        padding-top: 30px;
        font-weight: normal;
        line-height: 1.8em;
    }

    /*   特待生特典
------------------------------------------------------------------*/

    .flex {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .flex img {
        width: 48%;
        padding-top: 50px;
    }

    /*  審査内容
------------------------------------------------------------------*/
    .box1 {
        background-color: #fff;
        padding: 20px;
        margin-top: 40px;
    }

    .box1 p {
        color: #000;
        text-align: center;
        font-size: 1.5rem;
    }

    .box2 {
        background-color: #fff;
        padding: 20px;
        margin-top: 40px;
    }

    .box2 p {
        color: #000;
        text-align: center;
        font-size: 1.5rem;
    }

    .dli-plus {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        width: 1em;
        height: 0.1em;
        background: currentColor;
        border-radius: 0.1em;
        position: relative;
    }

    .dli-plus::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        border-radius: inherit;
        transform: rotate(90deg);
    }

    .plus {
        text-align: center;
        padding-top: 20px;
    }

    /*  エントリーの流れ
------------------------------------------------------------------*/

    .entimg {
        display: flex;
        justify-content: center;
        align-items: start;
        gap: 5%;
        padding-top: 20px;
    }

    .entimg img {
        width: 30%;
    }

    .nagare {
        padding-top: 30px;
    }

    /*  オーディション実績
------------------------------------------------------------------*/
    .geinin img {
        width: 100%;
    }

    .geinin {
        text-align: center;
    }

    .geinin p {
        font-size: 0.7rem;
        width: 100%;
    }

    .gap {
        display: flex;
        justify-content: space-between;
        align-items: start;
        gap: 10px;
        padding-top: 20px;
    }

    .jisseki{
        margin-top: 30px;
    }

    /*  オーディション日程
------------------------------------------------------------------*/
    .nittei h3 {
        text-align: center;
        padding-top: 20px;
        font-size: 1.5rem;
        font-weight: normal;
        letter-spacing: 0.3em;
    }

    .box3 {
        background-color: #fff;
        padding: 15px;
        margin-top: 10px;
        flex-grow:1;
    }

    .box3 p {
        color: #000;
        font-size: 1rem;
        padding: 10px;
        flex-grow:1;
    }

    .box4 {
        background-color: #fff;
        padding: 15px;
        margin-top: 10px;
    }

    .box4 p {
        color: #000;
        font-size: 1rem;
        padding: 10px;
        flex-grow:1;
    }

    .nittei{
        width: 48%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .nitteiflex{
        display: flex;
        height: auto;
        justify-content: space-between;
    }

    /*  応募資格
------------------------------------------------------------------*/
    .wrapper ul{
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 1.3rem;
        line-height: 2.2rem;
    }

    /*  エントリーはこちら
------------------------------------------------------------------*/

    .ent {
        padding-top: 80px;
        text-align: center;
    }

    .ent a {
        display: inline-block;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #fff100;
        border-radius: 50px;
        color: #2872a6;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 600;
    }

    /*  個人情報の取り扱いについて
------------------------------------------------------------------*/

    .kojin {
        text-align: center;
    }

    .on_a {
        display: inline-block;
        background-color: #a0a0a0;
        color: #fff;
        padding: 10px 20px;
        font-size: 1rem;
    }

    /*  footer
------------------------------------------------------------------*/

    footer {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .ft {
        color: #000;
        margin-top: 40px;
    }

    .fot01 {
        margin-bottom: 30px;
    }

    .fot01>a {
        display: block;
    }

    .fot01>a>img {
        width: 60%;
    }

    .copy {
        margin-top: 20px;
    }

    .copy>p {
        font-size: 0.6rem;
    }

}