@charset "utf-8";

body {
	display: none;
}
.about_textbox{
    margin-top: 150px;
}
.about_textboxinner{
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.about_maintext{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2em;


}

.about_text{
    margin-top: 4em;
    letter-spacing: 0.1em;
    line-height: 3;
    text-align: center;
}
.about_bigimagebox{
    margin-top: 150px;
}
.about_bigimage{
    width: 100%;
}

/* シェフ紹介 */
.chef{
    margin-top: 170px;
    justify-content: space-between;
}
.chef_imagebox{
    width: 40%;
}
.chef_image{
    width: 100%;
}
.name{
    position: relative;
}
.name::after{
    content: "Seiya Inoue";
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    color:#EFEFEF;
    z-index: -10;
    top: -85%;
    right:0;
    font-weight:500;
}
.profile_box{
    width: 40%;
}
.profile_text{
    margin-top: 2em;
}
.profile_text02{
    margin-top: 1em;
}
.chefname{
    font-size: 24px;
    font-weight: bold;
    margin-left: 2em;
}

/* 受賞歴 */
.award_box{
    margin-top: 2em;
}
.award{
    font-size: 18px;
    font-weight: bold;
}

.Tournament{
    font-weight: bold;
    margin-top: 1em;
}




    /* スマホサイズ */

    @media (max-width:750px) {
        .about_textbox{
            margin-top: 80px;
        }

        .about_textboxinner{
            width: 100%;
        }
        .about_maintext {
            font-size: 18px;
        }

        .about_bigimagebox{
            width: 100%;
            overflow: hidden;
            margin-top: 80px;
        }

        .about_bigimage{
            width: 120%;
        }
        .chef{
            margin-top: 80px;
        }
        .chef_imagebox{
            width: 100%;
        }
        .profile_box{
            width: 100%;
            margin-top: 2em;
        }
        .award_box{
            margin-top: 3em;

        }

        .name::after{
            font-size: 34px;
            top:-48%;
        }

        .chefname{
            font-size: 20px;
        }
        .award{
            font-size: 16px;
        }
    }