@charset "utf-8";

/* ======================
　　　　　common
======================= */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family:
        "Overlock",
        "Yuji Syuku",
        "Sawarabi Gothic",
        "Ovo",
        sans-serif;
    font-style: normal;
    background-color: #fff;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

.section__topic {
    font-family: "Yuji Syuku";
    font-size: 3.5rem;
    font-weight: 400;
    text-align: center;
    color: #085194;
}

/* common pc */

@media screen and (min-width: 769px) {
    .section__topic {
        font-family: "Yuji Syuku";
        font-size: 7.0rem;
        font-weight: 400;
        text-align: center;
        color: #085194;
    }

} /* common pc END */


/* ======================
　　　　　header
======================= */

.header {
    padding: 20px 5.3%;
    height: 55px;
}

.header__topic_sp {
    width: 40px;
    height: 20px;
    position: fixed;
    z-index: 10;
}

.header__topic_pc {
    display: none;
}

/* .nav初期表示 */
.nav {
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 445px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__topic {
    margin: 20px 5.3%;
    width: 40px;
    height: 20px;
}

.nav__btn {
    padding: 18px 5.3%;
}

.nav__header {
    display: flex;
    justify-content: space-between;
}

.nav__list {
    margin-top: 75px;
}

.nav__item {
    font-family: Ovo;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: normal;
    color: #5F849C;
    margin-top: 30px;
    margin-left: 35px;
}

.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 20px;
    height: 15px;
    top: 20px;
    right: 5.3%;
    cursor: pointer;
    position: absolute;
    position: fixed;
    z-index: 10;
}

/* header pc */

@media screen and (min-width: 769px) {
    .header {
        width: 100%;
        height: 55px;
        display: flex;
        margin: 0 auto;
        padding: 20px 20px 20px 20px;
        display: flex;
        justify-content: space-between;
        position: fixed;
        z-index: 10;
    }

    .header__topic_sp{
        display: none;
    }

    .header__topic_pc {
        display: block;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);    
    }

    .nav__list {
        justify-content: right;
        margin-top: 0;
        display: flex;
    }

    .nav__item {
        margin-top: 0;
        color: #5F849C;
        font-family: Ovo;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 1.3;
        margin-left: 70px;
    }

    .nav__header {
        display: none;
    }

    .header__btn {
        display: none;
    }

} /* header pc END */


/* ======================
　　　　　main
======================= */

/* article header */

.blank {
    display: none;
}

.article__header {
    height: 667px;
    background-image: url(../images/back-butterfly_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 60px bottom;
    position: relative;
}

.MiokaYamakawa__sp {
    margin: 70px 0px 0px 54px;
    width: 300px;
    height: 120px;
}

.MiokaYamakawa__pc {
    display: none;
}

.header__sns__sp {
   padding: 90px 16px 0px 0px;
}

.header__sns__item1,
.header__sns__item2,
.header__sns__item3 {
    margin-left: auto;
    width: 40px;
}

.header__sns__pc {
    display: none;
}


/* article header pc */

@media screen and (min-width: 769px) {

.blank {
    display: block;
    color: #FFF;
    height: 70px;
}

.article__header {
    height: 807px;
    background-image: url(../images/back-butterfly_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 120px bottom;
    position: relative;
    }  

    .MiokaYamakawa__sp {
        display: none;
    }

    .MiokaYamakawa__pc {
        display: block;
        padding: 80px 0px 0px 105px;
    }

    .header__sns__sp {
        display: none;
    }

    .header__sns__pc {
        display: block;
        text-align: right;
        padding: 0px 50px 0px 0px;
    }

    .header__sns__item5,
    .header__sns__item6 {
        margin-top: 10px;
    }

} /* article header pc END */


/* About */

.blank {
    display: none;
}

.section__topic {
    padding: 40px;
}

.profileImg__sp {
    margin: -10px 34px 0px 28px;
    text-align: center;
}

.profileImg__pc {
    display: none;
}

.About__txt {
    color: #5F849C;
    font-family: "Sawarabi Gothic";
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin: 46px 35px 24px 35px;
    line-height: 30px;
}

.skills__sp {
    text-align: center;
    padding-right: 10px;
    margin-bottom: 52px;
}

.skills__pc {
    display: none;
}

.icon_skills {
    width: 100px;
    margin-top: 10px;
    margin-left: 10px
}


/* About pc */

@media screen and (min-width: 769px) {

    .blank {
        color: #FFF;
        display: block;
        height: 70px;
    }

    .profile {
        display: flex;
        flex-direction: row-reverse;
        max-width: 1440px;
        margin: 0 auto;
    }

    .profileImg__pc {
        display: block;
        padding-right: 60px;
        margin-top: -50px;
    }

    .profileImg__sp {
        display: none;
}

    .About__txt{
        color: #5F849C;
        font-family: "Sawarabi Gothic";
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: -0.7px;
        padding: 60px 0px 0px 0px;
        line-height: 40px;
        width: 44%;
    }

    .skills__sp {
        display: none;
    }

    .skills__pc {
        display: block;
        text-align: center;
        margin-bottom: 100px;
    }

    .icon_skills {
        margin-top: 80px;
        margin-left: 50px
    }

} /* About pc END */


/* Favorite */

.section--Favorite {
    padding: 0px 0px 30px 0px;
    background-color: #B1D6F7;
}

.FavoriteImg_sp {
    text-align: center;
}

.FavoriteImg_pc {
    display: none;
}

.Favorite__contents1__sp {
    width: 375px;
    height: 275px;
}

.Favorite__contents2__sp {
    width: 375px;
    height: 293px;
    margin-bottom: 10px;
}

.Favorite__contents3__sp {
    width: 375px;
    height: 250px;
}

.Favorite__contents4__sp {
    width: 350px;
    height: 293px;
}

.Favorite__contents5__sp {
    width: 374px;
    height: 279px;
}


/* Favorite pc */

@media screen and (min-width: 769px) {

.section--Favorite {
    padding: 0px 0px 80px 0px;
    background-color: #B1D6F7;
}

.FavoriteImg_sp {
    display: none;
}

.FavoriteImg_pc {
    display: block;
    text-align: center;
}

.Favorite__contents1__pc {
    width: 649px;
    height: 473px;
}

.Favorite__contents2__pc {
    width: 550px;
    height: 502px;
}

.Favorite__contents3__pc {
    padding: 0px 50px 0px 50px;
}

.Favorite__contents4__pc {
    width: 636px;
    height: 516px; 
}

.Favorite__contents5__pc {
    width: 563px;
    height: 500px; 
}

}


@media screen and (min-width: 1201px) {

.Favorite__contents2__pc {
    margin: 0px 0px -90px 0px;
}

.Favorite__contents3__pc {
    padding: 0px 50px 0px 50px;
    width: 971px;
    height: 470px;
}

.Favorite__contents5__pc {
    padding: 0px 0px 50px 0px;
    width: 563px;
    height: 500px; 
}

}


@media screen and (min-width: 1609px) {

    .Favorite__contents4__pc {
        margin-top: 110px;
    }


} /* Favorite pc END */


/* Works */

.section--Works {
    background-image: url(../images/back-mable.jpg);
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    background-repeat: no-repeat;
    background-size: cover;
}

.caseImg_sp {
    text-align: center;
}

.case_pc {
    display: none;
}

.caseNav_sp {
    text-align: center;
    padding: 30px 0px 60px 0px;
}

.caseNav_pc {
    display: none;
}


/* Works pc */

@media screen and (min-width: 769px) {

    .caseImg_sp {
        display: none;
    }

    .case_pc {
        display: flex;
        justify-content: center;
    }

    .caseImg2_pc {
        display: block;
        padding-left: 25px;
    }

    .caseImg1_pc {
        display: block;
        padding: 44px 0px 0px 40px ;
    }

    .caseImg3_pc {
        display: block;
        padding: 44px 40px 0px 25px;
    }

    .caseNav_sp {
        display: none;
    }

    .caseNav_pc {
        display: block;
        text-align: center;
        padding: 20px 0px 60px 0px;
    }

} /* Works pc END */


/* Contact */

.btn__barcode_sp {
    text-align: center;
    margin: 40px 87px 0px 87px;
}

.btn__barcode_pc {
    display: none;
}

.btn__txt {
    color: #5F849C;
    font-family: Ovo;
    font-size: 2.5rem;
    line-height: normal;
    letter-spacing: 12.5px;
    text-align: center;
    margin: 0px 0px 40px 15px;
}


/* Contact pc */

@media screen and (min-width: 769px) {

    .btn__barcode_sp {
        display: none;
    }

    .btn__barcode_pc {
        display: block;
        text-align: center;
        margin: 95px 87px 0px 87px;
    }

    .btn__txt {
        color: #5F849C;
        font-family: Ovo;
        font-size: 5.0rem;
        line-height: normal;
        letter-spacing: 25px;
        text-align: center;
        margin: 0px 0px 90px 15px;
    }

} /* Contact pc END */


/* ======================
　　　　　footer
======================= */

.footer {
    background-image: url(../images/back-flower.jpg);
    background-color:rgba(95, 131, 156, 0.7);
    background-blend-mode:Multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    position: relative;
}

.footer__logo_sp {
    margin: 0 auto;
    text-align: center;
    padding: 33px 0px 0px 0px;
    width: 25%;
}

.footer__logo_pc {
    display: none;
}

.footer__sns {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.footer__sns__item1,
.footer__sns__item2,
.footer__sns__item3 {
    width: 26px;
    height: 25px;
}

.footer__sns__item2 {
    margin-left: 30px;
}

.footer__sns__item3 {
    margin-left: 30px;
    padding-top: 2px;
}

.copy {
    padding: 30px 0px 11px 17px;
}

.copy small {
    color: #FFF;
    font-family: Ovo;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
}

.topBtn_sp {
    display: inline-block;
    margin: 14px 14px;
    width: 54px;
    height: 52px;

    position: fixed;
    bottom: 1.4%;
    right: 1.4%;
}

.topBtn_pc {
    display: none;
}


/* footer pc */

@media screen and (min-width: 769px) {

    .footer {
        background-image: url(../images/back-flower.jpg);
        background-color:rgba(95, 131, 156, 0.7);
        background-blend-mode:Multiply;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left bottom -170px;
        position: relative;
    }

    .footer__logo_sp {
        display: none;
    }

    .footer__logo_pc {
        display: block;
        text-align: center;
        padding-top: 60px;
    }

    .copy {
        padding: 50px 0px 24px 30px;
    }
    
    .copy small {
        color: #FFF;
        font-family: Ovo;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: normal;
    }

    .topBtn_sp {
        display: none;
    }

    .topBtn_pc {
        display: inline-block;
        margin: 18px 18px;
    
        position: fixed;
        bottom: 1.4%;
        right: 1.4%;
    }


} /* footer pc END */