@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: #000;
        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)
        }
    }

    /*  PC_TOPメイン
------------------------------------------------------------------*/
    .top {
        margin-top: 20px;
    }


    /*  メインテキスト
------------------------------------------------------------------*/

    .about {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }

    .about_p {
        margin-top: 20px;
        font-size: 1.5rem;
        line-height: 2.5;
        font-weight: 500;
        text-align: left;
    }

    /*  オーディション日程
------------------------------------------------------------------*/

    .h2_text {
        font-weight: 800;
        font-size: 3rem;
        margin-bottom: 30px;
        border-bottom: 4px #000 solid;
    }

    .day {
        display: flex;
        width: 100%;
        margin-top: 20px;
    }

    .day p {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.5rem;
    }

    .place {
        width: 30%;
        background-color: #000;
        color: #fff;

    }

    .date {
        width: 70%;
        background-color: #fff;
    }


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

    .mini_ent {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .mini_ent_00 {
        background-color: #fff;
        border: #000 4px solid;
        box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
        width: 100%;
        border-radius: 60px;
        display: inline-block;
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 2.3rem;
        font-weight: bold;
        color: #000;
    }

    .mini_ent_00:hover {
        opacity: 10;
        background-color: #000;
        background-position: right center;
        background-size: 200% auto;
        color: #fff;
    }

    /*  オーディション日程
------------------------------------------------------------------*/

    .shikaku_p {
        font-size: 1.5rem;
    }

    /*  審査内容
------------------------------------------------------------------*/

    .shinsa_01 {
        background-color: #000;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        font-size: 1.5rem;
    }

    .shinsa_02 {
        font-size: 2rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .shinsa_03 {
        padding: 1px;
        background-color: #000;
    }

    .shinsa_flex {
        display: flex;
        align-items: center;
        margin: 40px;
        justify-content: space-around;
    }

    .genre {
        width: 60%;
        background-color: #fff;
        border-radius: 30px;
        color: #000;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.2rem;
    }

    .kadai {
        width: 38%;
        color: #fff;
        font-size: 1.2rem;
    }

    .kadai_s {
        font-size: 0.7rem;
    }

    /*  当日の流れ
------------------------------------------------------------------*/

    .nagare_flex {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .nagare_flex img {
        width: 24%;
    }

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

    .kojin {
        text-align: center;
    }

    .on_a {
        display: inline-block;
        background-color: #fff;
        color: #1b1b1b;
        padding: 20px 30px;
        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;
    }

}