@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 750px) {

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

    body {
        font-family: 'M PLUS 1p', sans-serif;
        color: #1F1F1F;
        background-color: #4d4d4d;
        margin: 0px;
    }

    .pc_flex::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-image: url(../images/back-sp.png);
        background-size: cover;
    }


    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: block;
    }

    .pc {
        display: none;
    }

    /*  header
------------------------------------------------------------------*/
    header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        top: 0;
        width: 100%;
        position: fixed;
        z-index: 200;
        background-color: #267EB1;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .head {
        width: 40%;
        padding-left: 20px;
    }

    .head2 {
        width: 40%;
        padding-left: 20px;
    }

    .head2>a>img {
        width: 15%;
        margin-left: 18px;
    }

    .ham {
        position: relative;
        width: 60px;
        height: 40px;
        cursor: pointer;
    }

    .ham_line {
        position: absolute;
        right: 10px;
        width: 45px;
        height: 3px;
        background-color: #000;
        transition: all 0.3s;
    }

    .ham_line1 {
        top: 10px;
    }

    .ham_line2 {
        top: 18px;
    }

    .ham_line3 {
        top: 26px;
    }

    .clicked .ham_line1 {
        transform: rotate(45deg);
        top: 20px;
    }

    .clicked .ham_line2 {
        width: 0px;
    }

    .clicked .ham_line3 {
        transform: rotate(-45deg);
        top: 20px;
    }

    .menu {
        display: block;
        position: fixed;
        margin-top: 20px;
        width: 100%;
        height: 100%;
        background: rgba(75, 75, 75, 0.9);
        transition: all 0.6s;
    }

    .clicked .menu {
        left: 0px;
    }

    header nav ul {
        font-size: 16px;
        margin-top: 40px;
    }

    header nav ul li {
        margin-bottom: 40px;
        padding-left: 30px;
    }

    header nav ul li a {
        color: #fff;
    }

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

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

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

    .top{
        margin-top: 60px;
    }

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

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

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

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

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

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

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

    .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;
        align-items: start;
        justify-content: center;
        gap: 5%;
        padding-top: 20px;
    }

    .entimg img {
        width: 30%;
    }

    .nagare{
        padding-top: 30px;
    }

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

    .geinin {
        text-align: center;
        padding-top: 0;
    }

    .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.2rem;
        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: 0.8rem;
        padding: 10px;
        flex-grow:1;

    }

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

    .box4 p {
        color: #000;
        font-size: 0.8rem;
        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: 1rem;
        align-items: center;
    }

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

    .ent {
        padding-top: 30px;
        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 {
        padding-top: 30px;
        text-align: center;
    }

    .on_a {
        background-color: #a0a0a0;
        color: #fff;
        padding: 20px 30px;
        font-size: 0.8rem;
    }


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

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

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

    .fot01>a {
        display: block;
    }

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



    .copy {
        margin-top: 20px;
    }

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

    /*  固定エントリー
------------------------------------------------------------------*/

    .ent_btn_sp {
        width: 35%;
        text-align: center;
        position: fixed;
        z-index: 500;
        bottom: 30px;
        right: 10px;
        display: flex;
        justify-content: space-between;

    }

    .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)
        }
    }

}