html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
}
@font-face {
    font-family: 'LINE Seed JP_OTF_Rg';
    src: url("./Fonts/LINESeedJP_A_TTF_Rg.ttf") format("TrueType");
}

@font-face {
    font-family: 'LINE Seed JP_OTF_Bd';
    src: url("./Fonts/LINESeedJP_A_TTF_Bd.ttf") format("TrueType");
}
body{
    margin: 0;
    color: #444444;
    font-family: "LINE Seed JP_OTF_Rg";

    background-color: #FDF6F3;
}

.bar{
    display: flex;
    align-items: stretch; 
    

    position: fixed;
    z-index: 1000;
    width: 100%;
    font-family: "LINE Seed JP_OTF_Bd";
    background-color: transparent;
}
.left{
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #FDF6F3;
    padding-top: 1.2%;
    padding-bottom: 1.2%;
    padding-right: 5.1%;
    padding-left: 5.1%;
}
.right {
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0;
    background-color: #FDF6F3;
    padding-top: 1.2%;
    padding-bottom: 1.2%;
    margin-left: 0;
    padding-right: 5.2%;
    border-bottom-left-radius: -20px;
}


.BorderTitles{
    margin: 0;
    font-size: 32px;
    
}
.BorderTexts{
    margin-right: 2.8%;
    text-align: right;
    justify-content: right;
    color: #444444;
    text-decoration: none;
}
.BorderImgX{
    display: none;
    
}
.BorderTexts:hover {
    color: gray;
}
.ImgWrapper {
    background-color: #EB6101;
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0;
}
.MainImg{
    width: 100%;
    display: block;
    object-fit: cover;
    border-bottom: solid 1px #EB6101;


}
/* .LogoBackImg{
    width: 358px;
    left: 50%;
    top: 32%;
    transform: translateX(-50%);
    align-items: center;
    position: absolute;
    pointer-events: none;
} */
@keyframes rotateLogo {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

.LogoImg{
    width: 22.3%;
    left: 50%;
    top: 32%;
    transform: translateX(-50%);
    align-items: center;
    position: absolute;
    pointer-events: none;

    animation: rotateLogo 10s linear infinite;
}
.MishimaTitle{
    left: 50%;
    top: 70%;
    color: #FDF6F3;
    text-shadow: 0.25px 0.25px 0 #444444, -0.25px -0.25px 0 #444444,
                -0.25px 0.25px 0 #444444, 0.25px -0.25px 0 #444444,
                0px 0.25px 0 #444444,  0 -0.25px 0 #444444,
                 -0.25px 0 0 #444444, 0.25px 0 0 #444444;
    transform: translateX(-50%);
    font-size: 40px;
    align-items: center;
    position: absolute;
    pointer-events: none;
}
.BorderImg {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    pointer-events: none; /* クリックなどのイベントを透過 */
}
.SwimForm{
    margin: 0;
    margin-top: -20px;
    background-color: #EB6101;
    padding-top: 10px;
}
.WorksTitle{
    margin: 0;
    margin-top: 10px;
    font-size: 24px;
    padding-top: 8.3%;

    text-align: center;
    font-family: "LINE Seed JP_OTF_Bd";
}
.WorksTitle2{
    margin: 0;
    font-size: 12px;
    padding-bottom: 4.4%;
    text-align: center;


}
.WorksForm{
    border-radius: 100px;
    background-color: #FDF6F3;
    
}
.Center{
    padding: 5%;
    padding-top: 0;
}
.worksAll{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.7%;
}

.WorksClass{
    margin-bottom:4.4%;
    justify-content: center;
    width: 45%;
}

.WorksClass:last-child {
    margin-right: 0;

}
.WorksImg{
    width: 100%;
    height: auto;
    
}

.CanWorks{
    width: 100%;
    display: flex;
    flex-wrap: wrap; 
    font-size: 12px;
    text-align: center;

}
.Member{
    margin: 0;
    color: #FDF6F3;
    background-color: #EB6101;
    padding-left: 21px;
    padding-right: 21px;
    border-radius: 90px;
    margin: 8px;
    margin-right: 0.5%;

}
.Solo{
    margin: 0;
    color: #444444;
    background-color: #FFDE4B;
    padding-left: 21px;
    padding-right: 21px;
    border-radius: 90px;
    margin: 8px;
    margin-right: 0.5%;

}
.Work{
    margin: 0;
    display: inline-block;
    border: solid 1px #444444;
    padding-left: 21px;
    padding-right: 21px;
    border-radius: 90px;
    margin: 8px;
    margin-right: 0.5%;
    
}
.ProfileForm{
    border-radius: 100px;
    background-color: #FFDE4B;
}
.ProfileTitle{
    margin: 0;
    font-size: 24px;
    padding-top: 8.3%;
    text-align: center;
    font-family: "LINE Seed JP_OTF_Bd";
}
.ProfileTitle2{
    margin: 0;
    font-size: 12px;
    padding-bottom: 4.4%;
    text-align: center;
}
.container {
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.NameForm{
    justify-content: center;
    display: flex;
    margin: 0;
}
.NameClass{
    display: flex;
    flex-direction: column;
}
.NameTitle{
    display: flex;
    
}
.NameImgClass{
    width: 506px;
    height: 300px;
    margin-bottom: 8.3%;
    margin-right: 92px;
}
.MishimaImg{
    width: 506px;
    border-radius: 40px;
}
.container{
    margin: 0;
    width: 500px;
    height: 200px;
}
.fluid {
    
    background: #EB6101;
    width: 200px;
    height: 200px;
    animation: fluidAnimation 40s ease 0s infinite normal;
}

@keyframes fluidAnimation {
    0%    { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%;
            
    }
    12.5% { border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%;
            width: 250px;
            height: 250px;
    }
    25%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%;
            width: 200px;
            height: 200px;
    }
    37.5% { border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%;
            width: 250px;
            height: 250px;
    }
    50%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%;
            width: 200px;
            height: 200px;
    }
    62.5% { border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%;
            width: 250px;
            height: 250px;
    }
    75%   { border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%;
            width: 200px;
            height: 200px;
    }
    87.5% { border-radius: 40% 60% 55% 45% / 50% 60% 40% 50%;
            width: 250px;
            height: 250px;
    }
    100%  { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%;
            width: 200px;
            height: 200px;
    }
}
.SkillForm{
    margin: 0;
    
    background-image: url("Img/Border3.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left, top; 
    background-color: #EB6101;
    
}
.Skilstitle{
    margin: 0;
    padding-top: 8.3%;
    text-align: center;
    font-family: "LINE Seed JP_OTF_Bd";
    font-size: 24px;
    color: #FDF6F3;
}
.Skilstitle2{
    margin: 0;
    font-size: 12px;
    padding-bottom: 3.75%;
    text-align: center;
    color: #FDF6F3;
}
.SkilsClass{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    margin-bottom: 3.8%;
}
.SkillName{
    max-width: fit-content;
    padding-right: 16px;
    padding-left: 56px;
    margin-bottom: 8px;
    margin-top: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #FDF6F3;
    position: relative;
    margin-right: 0;
    margin-left: 21px;
}

.SkillName::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #EB6101;
}

.EventsForm{
    position: relative;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    padding-bottom: 7.3%;
    background-color: #FDF6F3;
}
.EventsTitle{
    margin: 0;
    padding-top: 8.3%;
    text-align: center;
    font-size: 24px;
    font-family: "LINE Seed JP_OTF_Bd";
}
.EventsTitle2{
    margin: 0;
    font-size: 12px;
    padding-bottom: 4.7%;
    text-align: center;
}
.EventsImage{
    margin: 0;
    display: flex;
    justify-content: center;
}
.YearFont{
    margin-top: -0.5%;
    color: #AAAAAA;
    font-size: 24px;
}

.EventsBorder{
    padding-left: 3.75%;
    padding-bottom: 8.3%;

    width: 10px;
}
.EventsClass{
    margin: 0;
    width: 400px;
    
    margin-top: -1%;
    padding-left: 9%;
    padding-bottom: 9%;
}
.EventsNames{
    display: inline-block;
    padding-bottom: 55px;
}
.Events_group{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.Events_group::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + 22px);
    background-color: #444444;
    z-index: 30;
}
.Events_group2{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 22px;
    position: relative;
}
.Events_group2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + 22px);
    background-color: #AAAAAA;
    z-index: 30;
}
.Events_icon{
    position: absolute;
    top: -10px;
    left: 15px;
    width: 10px;
    height: 10px;
}
.point{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 50;
}
.bestpoint{
    border-bottom: solid 2px #FFDE4B;
}
.ContactForm{
    position: relative;
    border-radius: 24px;
    background-color: #FFDE4B;
    margin-left: 3.2%;
    margin-right: 3.2%;
    
}
.ContactTitale{
    margin: 0;
    width: 100%;
    padding-top: 5%;
    font-size: 24px;
    text-align: center;
    font-family: "LINE Seed JP_OTF_Bd";
}
.ContactTitale2{
    margin: 0;
    font-size: 12px;
    padding-bottom: 3.9%;
    text-align: center;
}
.EmailSave{
    font-size: 16px;
    text-align: center;
}
.EmailDiv{
    display: flex;
    justify-content: center;
    padding-bottom: 5%;
    padding-top: 0;
}
.EmailAdless{
    font-size: 32px;
    border-radius: 24px;
    background-color: #FDF6F3;
    padding-left: 17.6%;
    padding-right: 17.6%;
    padding-top: 1.1%;
    padding-bottom: 1.1%;
}
.MarkXY{
    bottom: 0;
}
.Mark{
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    width: 17.3%;

    

}


@media screen and (max-width: 844px) {
    .SkilsClass{
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }
    .MishimaTitle{
        width: auto;
        left: 50%;
        top: 60%;
        color: #FDF6F3;
        transform: translateX(-50%);
        font-size: 32px;
    }
}

@media screen and (max-width: 1024px) {
    html, body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .MainImg{
        width: 100%;
        height: 1024px;
        display: block;
        object-fit: cover;
    
    }
    .LogoImg{
        width: 33%;
    }
    .MishimaTitle{
        width: auto;
        left: 50%;
        top: 65%;
        color: #FDF6F3;
        transform: translateX(-50%);
        font-size: 32px;
    }
    .WorksImg{
        width: 100%;
        height: auto;
        
    }
    .CanWorks{
        width: 100%;
        display: flex;
        flex-wrap: wrap; 
        font-size: 12px;
    
    }

    
    .container{
        margin: 0;
        width: 300px;
        height: 100px;
    }
    .NameForm{
        justify-content: center;
        display: flex;
        margin: 0;
    }
    .NameImgClass{
        width: 348px;
        height: 207px;
        margin-right: 52px;
    }
    .MishimaImg{
        width: 348px;

    }
    .fluid {
    
        background: #EB6101;
        width: 100px;
        height: 100px;
        animation: fluidAnimation 40s ease 0s infinite normal;
    }
    
    @keyframes fluidAnimation {
        0%    { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%;
                
        }
        12.5% { border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%;
                width: 150px;
                height: 150px;
        }
        25%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%;
                width: 100px;
                height: 100px;
        }
        37.5% { border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%;
                width: 150px;
                height: 150px;
        }
        50%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%;
                width: 100px;
                height: 100px;
        }
        62.5% { border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%;
                width: 150px;
                height: 150px;
        }
        75%   { border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%;
                width: 100px;
                height: 100px;
        }
        87.5% { border-radius: 40% 60% 55% 45% / 50% 60% 40% 50%;
                width: 150px;
                height: 150px;
        }
        100%  { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%;
                width: 100px;
                height: 100px;
        }

    }
    .SkilsClass{
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        
    }
    .SkillName{
        max-width: fit-content;
        padding-right: 16px;
        padding-left: 56px;
        margin-bottom: 8px;
        margin-top: 0;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        background-color: #FDF6F3;
        position: relative;
        margin-right: 0;
        margin-left: 24px;
    }
    
    .SkillName::before {
        content: '';
        position: absolute;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #EB6101;
    }
    .EmailAdless{
        font-size: 20px;
        padding-left: 72px;
        padding-right: 72px;
    }
    .Mark{
        position: absolute;
        right: 0;
        transform: translateY(-50%);
        width: 17.3%;
    }

}

/* スマホ対応のスタイル */
@media screen and (max-width: 430px) {
    html, body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    
    .BorderTitles{
    
        font-size: 20px;
        
    }
    .BorderTexts{
        display: none;
        /* margin-right: 2.8%;
        text-align: right;
        justify-content: right;
        color: #444444;
        text-decoration: none; */
    }
    .right{
        padding-top: 1.2%;
        padding-bottom: 1.2%;
        margin-left: 0;
        padding-right: 5.2%;
    }
    .left{
        padding: 0;
        padding: 28px;
    }

    .BorderImgX{
        width: 50%;
        display: flex;
        margin-left: auto;
        padding-top: 12px;
        padding-bottom: 6px;
    }
    .ImgWrapper {
    
        width: 100%;
        position: relative;
        display: inline-block;
        margin: 0;
    }
    .MainImg{
        width: 100%;
        height: 844px;
        display: block;
        object-fit: cover;
    
    }

    .LogoImg{
        width: 57%;
    }
    .MishimaTitle{
        font-size: 24px;
        left: 50%;
        top: 60%;
        color: #FDF6F3;
        transform: translateX(-50%);
        align-items: center;
        position: absolute;
        pointer-events: none;
    }
    .WorksForm{
        border-radius: 25px;
    }
    .WorksClass{
        width: 75%;
    }
    .WorksTitle{
        font-size: 20px;
    }
    .Center{
        padding: 0;
    }
    .worksAll {
        justify-content: center;
        padding: 0;

    }
    .WorksImg{
        width: 100%;
        height: auto;
    }
    .CanWorks{
        width: 100%;
    }
    .ProfileForm{
        border-radius: 25px;
    }
    .ProfileTitle{
        font-size: 20px;
    }
    .NameForm{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        margin-bottom: 8.6%;
    }

    .NameImgClass{
        margin: 0;
        margin-bottom: 60px;
        width: 348px;
        height: 207px;


    }
    .NameClass{
        margin: 0;
        margin-top: 24px;
        margin-bottom: 55px;
        align-items: left;    
    }
    .NameTitle{
        font-size: 16px;
        margin: 0;
    }
    .NameTitle2{
        font-size: 12px;
        margin: 0;
    }

    .MishimaImg{
        width: 348px;
        margin-bottom: 8.4%;
        margin-right: 92px;
    }
    .container{
        margin: 0;
        margin-top: -50px;
        margin-left: 200px;
        width: 100px;
        height: 100px;
    }
    .fluid {
    
        background: #EB6101;
        width: 100px;
        height: 100px;
        animation: fluidAnimation 40s ease 0s infinite normal;
    }
    
    @keyframes fluidAnimation {
        0%    { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%;
                
        }
        12.5% { border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%;
                width: 150px;
                height: 150px;
        }
        25%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%;
                width: 100px;
                height: 100px;
        }
        37.5% { border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%;
                width: 150px;
                height: 150px;
        }
        50%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%;
                width: 100px;
                height: 100px;
        }
        62.5% { border-radius: 60% 40% 50% 45% / 60% 40% 60% 40%;
                width: 150px;
                height: 150px;
        }
        75%   { border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%;
                width: 100px;
                height: 100px;
        }
        87.5% { border-radius: 40% 60% 55% 45% / 50% 60% 40% 50%;
                width: 150px;
                height: 150px;
        }
        100%  { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%;
                width: 100px;
                height: 100px;
        }

    }
    .Skilstitle{
        font-size: 20px;
    }

    .SkilsClass{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        text-align: center;
        justify-content: left;
        align-items: left;
    }
    .SkillName{
        max-width: fit-content;
        padding-right: 16px;
        padding-left: 56px;
        margin-bottom: 8px;
        margin-top: 0;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        background-color: #FDF6F3;
        position: relative;
        margin-right: 0;
        margin-left: 21px;
    }
    
    .SkillName::before {
        content: '';
        position: absolute;
        left: 7px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #EB6101;
    }
    .EventsForm{
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
    }
    .EventsNames{
        margin-left: 20px;
    }
    .EventsTitle{
        font-size: 20px;
    }
    .EventsClass{
        margin-left: 20px;
        width: 232px;
    }
    .ContactForm{
        border-radius: 16px;
    }
    .ContactTitale{
        font-size: 20px;
    }
    .EmailAdless{
        font-size: 16px;
        padding-left: 26px;
        padding-right: 26px;
    }
    .Mark{
        display: none;
    
        
    
    }

}

