*{
    scroll-behavior: smooth;
    font-family: "Spline Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    /* outline:  2px solid blue; */
}
body{
    background: #f5f5f5;
}
h1,h2,h3,p,a,span{
    color: #1b1b1b;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
    list-style: none;
}

.header{
    display: flex;
    align-items: center;
    justify-content: end;
    /* background: blue; */
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}
.header-item-sp{
    display: none;
}
.header-list{
    display: flex;
}
.header-item,.header-item-span{
    font-size: 22px;
    letter-spacing: 0.05em;
    margin-right: 18px;
    position: relative;
    padding: 7px 0;
    overflow: hidden;
}
.header-item::after{
    position: absolute;
    bottom: 0px;
    left: -100%;
    content: "";
    width: 100%;
    height: 2px;
    background: #1b1b1b;
    transition: all 0.5s;
}
.header-item:hover.header-item::after{
    left: 0;
    transition: all 0.5s;
}
.header-item-span{
    overflow: visible;
}
.header-item-span a{
    border-radius: 50px;
    letter-spacing: 0.05em;
    color: #f2f2f2;
    padding: 7px 17px;
    background: #1b1b1b;
    transition: all 0.5s;
}
.header-item-span a:hover{
    color: #1b1b1b;
    background: #eb4b4b;
    transition: all 0.5s;
}
.sp-item{
    display: none;
}

.fv-section{
    height: 100vh;
}
.fv-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-left: 130px;
    height: 700px;
}
.fv-title{
    width: 100%;
    font-size: 200px;
    letter-spacing: 0.05em;
}
.title1{
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
}
.title1.fade-left{
    transition: all 1.2s ease;
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.title2{
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
}
.title2.fade-left{
    transition: all 1.2s ease;
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.title3{
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100px);
}
.title3.fade-left{
    transition: all 1.2s ease;
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.title-span{
    opacity: 0;
    color: #eb4b4b;
}
.title3.fade-left .title-span{
    opacity: 1;
    transition: all 1s ease;
    transition-delay: 1.3s;
}

.slide-section{
    overflow: hidden;
}
.slide-wrapper{
    margin: 100px 0;
    /* transform: rotate(-5deg); */
}
.slide-content{
    display: block;
    width: 250px;
    height: 250px;
    margin: 50px;
    position: relative;
    overflow: hidden;
}
.slide-content::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "View details";
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    width: 100%;
    height: 100%;
    color: #d9d9d9;
    transition: all 0.8s;
    background: #000;
    opacity: 0;
}
.slide-content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all 0.8s;
}
.slide-content:hover.slide-content img{
    transform: scale(1.2,1.2);
    transition: all 0.8s;
}
.slide-content:hover.slide-content::after{
    transition: all 0.8s;
    opacity: 0.7;
    transform: scale(1.2,1.2);
}

.footer{
    /* padding: 40px 76px 12px 76px; */
    padding: 70px 100px 12px 100px;
    height: 300px;
    background: #222;
}
.footer h1,a,p{
}
.footer-main{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.footer-logo{
    font-size: 40px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    color: #f2f2f2;
}
.footer-right{
    display: flex;
    justify-content: space-between;
}
.footer-btn-text{
    color: #f2f2f2;
    letter-spacing: 0.05em;
}
.footer-first-content{
    margin-right: 140px;
}
.footer-left,.footer-first-content,.footer-second-content{
    position: relative;
}
.footer-left::before,.footer-first-content::before,.footer-second-content::before{
    position: absolute;
    top: -30px;
    left: 2px;
    content: "";
    width: 35px;
    height: 3px;
    background: #eb4b4b;
}
.footer-first-btn,.footer-second-btn{
    width: 200px;
    height: 100px;
    background: #eb4b4b;
    color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-top: 30px;
}
.footer-btn:hover{
    opacity: 0.7;
}
.footer-btm p{
    text-align: center;
    color: #f2f2f2;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.profile-section,.contact-section{
    min-height: 100vh;
}
.profile-top{
    height: 100vh;
    /* width: 750px; */
    /* margin: 150px auto; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-left,.profile-right{
    padding: 0 30px;
}
.profile-job{
    color: #1b1b1b;
    font-size: 100px;
    letter-spacing: 0.03em;
    font-family: "Square Peg", cursive;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    transform: translateY(-100px);
}
.profile-job.fade-btm{
    transition: all 1.2s ease;
    opacity: 1;
    transform: translateY(0);
}
.profile-name{
    color: #1b1b1b;
    font-size: 80px;
    letter-spacing: 0.03em;
    font-family: "Squada One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 19px 0 40px 0;
    opacity: 0;
    transform: translateY(-100px);
}
.profile-name.fade-btm{
    transition: all 1.2s ease;
    opacity: 1;
    transform: translateY(0);
}
.profile-age{
    color: #1b1b1b;
    font-size: 50px;
    letter-spacing: 0.03em;
    font-family: "Squada One", sans-serif;
    font-weight: 400;
    font-style: normal;
    opacity: 0;
    transform: translateY(-100px);
}
.profile-age.fade-btm{
    transition: all 1.2s ease;
    opacity: 1;
    transform: translateY(0);
}
.profile-right-outer{
    position: relative;
    width: 286px;
    height: 496px;
}
.profile-right{
    position: absolute;
    top: 150px;
    left: 200px;
    opacity: 0;
    transform: rotate(30deg);
}
.profile-right img{
    /* width: 286px; */
    /* height: 496px; */
}
.profile-right.fade{
    opacity: 1;
    transform: rotate(0deg);
    top: 0;
    left: 0;
    transition: all 0.8s ease;
}
.design-block{
    background: #d9d9d9;
    height: 100px;
}
.profile-title{
    color: #1b1b1b;
    letter-spacing: 0.03em;
    font-size: 100px;
    width: fit-content;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.profile-title span{
    padding-left: 5px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.profile-title::before{
    content: "";
    width: 100px;
    height: 200px;
    background: #eb4b4b;
    position: absolute;
    top: -90px;
    left: -120px;
}
.profile-text{
    color: #4b4b4b;
    font-size: 20px;
    letter-spacing: 0.03em;
    width: 800px;
    margin: 100px auto;
    line-height: 60px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
}

.contact-wrapper{
    margin: 100px 70px;
}
.contact-area{
    position: relative;
    overflow: hidden;
}
.contact-title{
    padding-left: 70px;
    font-size: 80px;
    letter-spacing: 0.05em;
    color: #1b1b1b;
    transform: translateX(-100%);
}
.contact-title.is-active{
    transform: translateX(0);
    transition: all 1.5s ease;
}
.contact-line{
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 0%;
    background: #eb4b4b;
}
.contact-line.is-active{
    height: 100%;
    transition: all 1s ease;
}
.contact-form{
    background: #949393;
    margin: 100px 0;
    padding: 100px 80px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(300px);
}
.contact-form.is-active{
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
    transform: translateY(0);
}
input,textarea{
    display: block;
    background: #f1f1f1;
    font-size: 22px;
    color: #949393;
    padding: 35px;
    width: 100%;
    margin: 30px auto;
}
input{
    height: 100px;
}
.submit-img{
    width: 200px;
    height: 100px;
    padding: 20px 60px;
    margin-top: 100px;
    background: #eb4b4b;
    color: #f1f1f1;
    text-align: center;
}
input[type="img"]{
    width: 100px;
    height: 100px;
}

.single-wrapper{
    padding: 70px 0 50px 0;
}
.single-title{
    text-align: center;
    font-size: 70px;
    color: #1b1b1b;
    opacity: 0;
}
.single-title.fade{
    opacity: 1;
    transition: all 1.5s;
}
.single-date{
    text-align: center;
    font-size: 18px;
    color: #555;
    padding: 20px 0 40px 0;
    opacity: 0;
}
.single-date.fade{
    opacity: 1;
    transition: all 1.5s;
}
.single-img{
    width: 300px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(300px);
}
.single-img.fade{
    transition: all 1s;
    opacity: 1;
    transform: translateY(0px);
}
.single-img img{
    width: 100%;
    height: 100%;
}
.single-text{
    opacity: 0;
    transform: translateY(300px);
}
.single-text.fade{
    opacity: 1;
    transition: all 1s;
    transform: translateY(0px);
}
.single-text p{
    word-break: break-all;
    width: 800px;
    margin: 40px auto;
    color: #1b1b1b;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 40px;
}

@media screen and (max-width:1439px){
}
@media screen and (max-width:1024px){
    .fv-wrapper{
        margin-left: 50px;
    }
    .slide-content{
        /* height: 150px; */
    }
    .footer-first-btn{
        width: 150px;
    }
    .footer-second-btn{
        width: 150px;
    }
    .footer-first-content{
        margin-right: 50px;
    }

    .profile-title{
        font-size: 70px;
    }
}
@media screen and (max-width:900px){
    .fv-title{
        font-size: 150px;
    }
    .profile-text{
        width: 90%;
    }
    .single-text p{
        width: 90%;
    }
}
@media screen and (max-width:768px){
    .header-list{
        display: block;
        position: absolute;
        top: 30px;
        right: 20px;
    }
    .header-item-span a{
        background: transparent;
        color: #1b1b1b;
        padding: 0;
    }
    .header-item-sp{
        display: block;
        height: 30px;
        width: 100%;
        position: relative;
    }
    .ham-line{
        height: 1px;
        width: 50px;
        border-bottom: 3px solid #000;
        /* background: #000; */
    }
    .ham-line:nth-of-type(1){
        position: absolute;
        top: 0;
        left: 0;
        transition: all 1s ease;
    }
    .ham-line:nth-of-type(2){
        position: absolute;
        top: 10px;
        left: 0;
        transition: all 1s ease;
        transition-delay: 0.5s;
    }
    .ham-line:nth-of-type(3){
        position: absolute;
        top: 20px;
        left: 0;
        transition: all 1s ease;
    }
    .header-item-sp.is-active .ham-line:nth-of-type(1){
        transform: rotate(225deg);
        width: 25px;
        top: 10px;
        left: 0px;
        transition: all 1s ease;
    }
    .header-item-sp.is-active .ham-line:nth-of-type(2){
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    }
    .header-item-sp.is-active .ham-line:nth-of-type(3){
        transform: rotate(-225deg);
        width: 25px;
        top: 10px;
        left: 0px;
        transition: all 1s ease;
    }
    .header-item-span{
        display: none;
    }
    .sp-item{
        display: block;
    }
    .ham-item{
        opacity: 0;
        visibility: hidden;
        transform: translateY(100px);
        transition: all 1s ease;
    }
    .ham-item.is-active{
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: all 1s ease;
    }
    .ham-item:nth-last-of-type(1){
        transition-delay: 0.2s;
    }
    .ham-item:nth-last-of-type(2){
        transition-delay: 0.5s;
    }
    .ham-item:nth-last-of-type(3){
        transition-delay: 0.8s;
    }
    .ham-item:nth-last-of-type(1).is-active{
        transition-delay: 0.8s;
    }
    .ham-item:nth-last-of-type(2).is-active{
        transition-delay: 0.5s;
    }
    .ham-item:nth-last-of-type(3).is-active{
        transition-delay: 0.2s;
    }
    .fv-title{
        font-size: 130px;
    }
    .footer{
        height: auto;
        padding: 30px 0px 12px 0px;
    }
    .footer-logo{
    font-size: 60px;
    }
    .footer-main,.footer-right{
        display: block;
    }
    .footer-left,.footer-first-content,.footer-second-content{
        width: 350px;
        margin: 40px auto;
    }
    .footer-first-content{
    padding-bottom: 30px;
    }
    .footer-right{
        padding-top: 10px;
        margin-top: 0;
    }
    .footer-first-btn,.footer-second-btn{
        width: 100%;
        margin-top: 15px;
    }
    .footer-first-content::before{
        top: -25px;
    }
    .footer-second-content::before{
        top: -25px;
    }

    .profile-top{
        flex-direction: column-reverse;
        margin-bottom: 50px;
    }
    .profile-left,.profile-right{
        padding: 0;
    }
    .profile-right-outer{
        width: 150px;
        height: 250px;
    }
    .profile-right{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .profile-right img{
        width: 150px;
        height: auto;
    }
    .profile-job{
        font-size: 90px;
        text-align: center;
    }
    .profile-name{
        font-size: 50px;
        margin-bottom: 20px;
        text-align: center;
    }
    .profile-age{
        font-size: 40px;
        text-align: center;
    }
    .design-block{
        height: 70px;
    }
    .profile-title::before{
        width: 70px;
        height: 150px;
        left: -90px;
    }
    .profile-title{
        font-size: 50px;
    }
    .profile-title span{
        padding: 0;
    }
    .profile-text{
        margin-top: 50px;
        font-size: 16px;
    }
    .contact-wrapper{
        margin: 70px 30px;
    }
    .contact-title{
        padding-left: 20px;
    }
    .contact-form{
        margin-top: 50px;
        padding: 50px;
    }
}
@media screen and (max-width:600px){
    .header-list{
    right: 0;
    }
    .fv-wrapper{
        height: 500px;
    }
    .fv-title{
        font-size: 100px;
    }
    .design-block{
        height: 60px;
        display: none;
    }
    .profile-title::before{
        display: none;
    }
    .profile-title{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 100px;
    }
    .profile-title span{
        width: 100%;
        /* margin-left: 100px; */
        display: block;
        text-align: center;
    }
}
@media screen and (max-width:500px){
    .fv-wrapper{
        margin-left: 0px;
        width: 300px;
        margin: 0 auto;
    }
    .fv-title{
        font-size: 80px;
    }
    .contact-title{
        font-size: 50px;
    }
    input{
        height: 60px;
    }
    input,textarea{
        padding: 5px 15px;
        font-size: 16px;
        margin: 10px 0;
    }
    .submit-img{
        width: 150px;
        height: 60px;
        margin: 30px auto 0 auto;
    }
    .contact-form{
        padding: 20px 20px 40px 20px;
    }
    .single-title{
        font-size: 50px;
    }
}
@media screen and (max-width:1439px){
}
@media screen and (max-width:375px){
}