@charset "UTF-8";

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

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #5e5a5e;
    background-color: #f9f9f9;
}

.wrapper {
    max-width: 94.67%;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.img-bottom {
    margin-bottom: 5px;
    aspect-ratio: 1/1;
}

.img-bottom:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}

.section-bottom {
    margin-bottom: 50px;
}

h2,
h3 {
    text-align: center;
    margin-bottom: 15px;
}

section {
    scroll-margin-top: 80px;
}





/* へっだー----------------- */
header {
    width: 100%;
    margin: 0;
}

.header-in {
    width: 100%;
    margin: 0 auto;
    height: 64px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(80, 122, 255);
}

.logo {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    padding: 0;
}

h1 {
    margin-left: 40px;
    padding: 0;
}

nav {
    margin-right: 40px;
    padding: 0;
}

.nav-item a {
    color: #ffffff;
    transition: color 0.4s;
}

.nav-list .nav-item a {
    text-decoration: none !important;
}

.nav-item a:hover {
    color: rgb(242, 152, 16) !important;
}

.nav-list {
    display: flex;
    padding: 0;
    gap: 0 30px;
    font-size: 1.2em;
}

.bkg-img {
    background-image: url(../images/top_img-desk.jpg);
    width: 100%;
    max-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 0;
    margin: 0 auto;
    aspect-ratio: 16/9;

    display: flex;
    align-items: center;
    justify-content: center;
}

.bkg-title {
    font-size: 3rem;
    margin: 0;
    text-align: center;
}


/* メインコンテンツーーーーーーーー */

/* WORKS---------------------------- */
.works {
    text-align: center;
    margin: 80px auto 15px;
}

.w-g-b {
    width: 100%;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-around;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    text-align: center;
}

.work-size {
    width: 100%;
    aspect-ratio: 1/1;
}

.work-size:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    opacity: 0.8;
}

.web,
.graphic,
.banner:hover {
    color: rgb(242, 152, 16);
}




/* ウェブデザインーーーーーーー */
.web-design {
    width: 100%;
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    text-align: center;

}

.img-bottom {
    margin-bottom: 5px;
}

.web-design p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 50px;
    color: #5e5a5e;
}


/* グラフィックーーーーーーーーーー */
.graphic-design {
    width: 100%;
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    text-align: center;
}

.graphic-design p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    color: #5e5a5e;
}

.graphic-design .content-bottom .img-bottom {
    aspect-ratio: auto;
}




/* バナーーーーーーーーーーーーーーーーー */
.banner-design {
    width: 100%;
    display: flex;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    text-align: center;
}

.banner-design p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    color: #5e5a5e;
}



/* プロフィール */
.section-profile {
    width: 94.67%;
    text-align: center;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.pf {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 5%;
}

.pf-flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
}

.pf-flex-box-in {
    display: flex;
    flex-direction: row;
}

.pf-flex-box p {
    margin: 0;
    padding-top: 5px;
    font-size: 1em;
}

.pf-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.pf-text {
    margin: 0 auto;
    width: 72%;
    text-align: center;
    padding: 30px 0 50px;
}

.pf-text p {
    padding-left: 5%;
    text-align: justify;
    line-height: 1.8em;
    margin: 0;
}



footer {
    width: 100%;
    background-color: rgb(77, 122, 255);
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-space {
    text-align: center;
    margin: 0 auto;
}

small {
    color: #ffffff;
}



/* ーーーーグラフィック０１ htmlーーーーーーーーーー */
.article-wrapper {
    width: 88.89%;
    margin: 80px auto;
}

.graphic-name {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
}

.thema-kinds {
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 32px;
}

.article-img {
    width: 100%;
    margin-bottom: 20px;
}

.article-text {
    margin: 0 auto;
    padding: 0;
}

.article-text-border {
    text-align: left;
    font-size: 1em;
    border-left: 3px solid #5e5a5e;
    padding-left: 5px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.article-text-p {
    padding-left: 20px;
    margin-bottom: 20px;
    padding: 2px 0 0 15px;
    line-height: 1.5em;
    background-color: rgb(245, 237, 220);
    color: #5e5a5e;
}











/* ーーーーーーーーーーー
ーーーーーレスポンシブーーーーーー
ーーーーーーーーーー------ */

@media (min-width: 800px) {
    .wrapper {
        width: 1440px;
        max-width: 72.92%;
    }

    .section-bottom {
        margin-bottom: 200px;
    }

    h2,
    h3 {
        font-size: 40px;
        margin-bottom: 45px;
    }

    /* へっだーーーーーーーーーー */
    .header-in {
        height: 100px;
    }

    h1 {
        margin-left: 144px;
    }

    .logo {
        width: 80px;
        height: 80px;
    }

    nav {
        margin-right: 144px;
    }

    .nav-list {
        gap: 0 62px;
        font-size: 2.5rem;
        font-weight: bold;
    }

    .bkg-img {
        width: 100%;
        max-height: 500px;
    }

    .bkg-title {
        font-size: 5.4rem;
    }

    /* メインコンテンツーーーーーーーーーーー */
    /* ワークスーーーーーーー */
    .works {
        margin: 150px auto 240px;
    }

    .w-g-b {
        width: 100%;
        margin: 0 auto 80px;
        gap: 45px;
    }

    /* webデザインーーーーーーーーーー */
    .web-design {
        gap: 90px;
    }

    img-bottom {
        margin-bottom: 15px;
    }

    .web-design p {
        margin: 0;
        padding-top: 15px;
        padding-bottom: 30px;
    }


    /* グラフィックーーーーーーーーー */
    .graphic-design {

        gap: 90px;
        text-align: center;
    }

    .graphic-design p {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    /* バナーーーーーーーーーーーー */

    .banner-design {
        grid-template-columns: 1fr 1fr;
        gap: 90px;
        text-align: center;
    }

    .banner-design p {
        margin: 0;
        padding-top: 15px;
        padding-bottom: 30px;
    }

    /* プロフィール -----------------*/
    .section-profile {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pf {
        gap: 40px;
        margin: 0 auto;
    }

    .pf-flex-box p {
        font-size: 1.8em;
    }

    .pf-img {
        width: 300px;
        height: 300px;
    }

    .pf-text {
        width: 740px;
    }

    .pf-text p {
        padding-left: 12%;
        line-height: 1.8em;
    }








    /* 制作物ページーーreーーーーーーーー */

    .article-container {
        max-width: 1240px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
        margin: 0 auto;
    }

    .article-img {
        max-width: 50%;
        width: 100%;
        margin-bottom: 20px;

    }

    .article-text-border {
        text-align: left;
        font-size: 1em;
        border-left: 3px solid #5e5a5e;
        padding-left: 5px;
        margin-bottom: 0;
        padding-bottom: 0;
        font-weight: bold;
    }

    .article-text {
        margin: 0 auto;
        padding: 0;
        text-align: left;
        max-width: 50%;
        width: 100%;
    }

    .article-text p {
        text-align: left;
        padding-left: 10px;
    }

    /* graphic-04 -------------- */

    .article-img-in {
        display: flex;
        justify-content: first baseline;
        align-content: flex-start;
        width: 50%;
        gap: 10px 0;
    }

/* -----------
graphic-img04,06
----------- */
    .article-img-in-area {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0;
        padding: 0;
        margin: 0 auto;
    }

.article-img-in-area .article-img-fes {
    max-width: 100%;
}
.article-img-in-area .article-img-dm {
    max-width: 100%;
}












}