@charset "UTF-8";

/* =======================
cover
========================*/
.cover {
    margin-top: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid #292929;
}

.cover__container {
    padding: 0 15px;
}

.page__title {
    font-family: "Anton";
    color: #292929;
    font-size: 80px;
    line-height: 1;
    margin-top: 160px;
}

.page__subtitle {
    margin-top: 8px;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.cover__img {
    margin-top: 24px;
}

.cover__img img {
    width: 100%;
}

.intoroduction {
    margin-top: 40px;
}

.pc__image {
    display: none;
}

.content {
    margin-top: 56px;
    padding: 0 15px 56px;
    border-bottom: 1px solid #292929;
}

.intro__title {
    font-family: "Anton";
    font-size: 48px;
    font-style: normal;
    line-height: 1;
}

.intro__subtitle {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-top: 8px;
}

.br__sp {
    display: block;
}

.intro__slide {
    margin-top: 16px;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.intro__slide iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.intro__desc {
    margin-top: 16px;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
}

.sp__wrapper {
    display: block;
    margin-top: 56px;
}

.sp__wrapper img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

@media screen and (min-width:769px) {
    .cover {
        margin-top: 72px;
        padding:0 56px 72px;
    }

    .page__title {
        font-size: 132px;
        margin-top: 136px;
    }

    .cover__img {
        margin-top: 112px;
    }

    .cover__img img {
        width: 100%;
    }

    .intoroduction {
        margin-top: 112px;
    }

    .pc__wrapper {
        display: flex;
    }

    .pc__image {
        align-self: flex-start;
        display: block;
        width: 40%;
        padding: 56px 56px;
        margin: 0 auto;
    }

    .container {
        padding-top: 56px;
        border-left: 1px solid #292929;
        flex: 0 0 60%;
        max-width: 60%;
        box-sizing: border-box;
    }

    .content {
        margin-top: 0;
        padding: 0 56px 56px;
    }

    .content:last-of-type {
        border-bottom: none;
    }

    .intro__title {
        margin-top: 56px;
        font-size: 112px;
    }

    .container .content:first-child .intro__title {
        margin-top: 0;
    }

    .intro__subtitle {
        font-size: 16px;
    }

    .br__sp {
        display: none;
    }

    .intro__slide {
        margin-top: 40px;
    }

    .intro__desc {
        margin-top: 40px;
    }

    .sp__wrapper {
        display: none;
    }

    .sp__wrapper img {
        display: none;
    }
}

/* =======================
allworks
========================*/
.all__works {
    border-top: 1px solid #292929;
}

.allworks__title {
    margin-bottom: 24px;
    font-family: "Anton";
    font-size: 48px;
    font-style: normal;
    line-height: 1;
}

.webdesigns {
    padding: 56px 15px;
}

.webdesigns__contents {
    margin-top: 8px;
    display: flex;
    gap: 8px;
}

.webdesigns__container img {
    display: block;
    width: 100%;
}

.bannerdesigns {
    padding: 56px 15px;
    border-top: 1px solid #292929;
}

.bannerdesigns__container {
    margin-top: 8px;
}

.bannerdesigns__container img {
    display: block;
    width: 100%;
}

.bannerdesigns__contents {
    margin-top: 8px;
    display: flex;
    gap: 8px;
}

@media screen and (min-width:769px) {
    .all__works {
        padding: 0;
    }

    .allworks__title {
        font-size: 48px;
    }

    .all__works__wrapper {
        display: flex;
    }

    .webdesigns {
        width: 50%;
        padding: 56px;
    }

    .bannerdesigns {
        width: 50%;
        padding: 56px;
        border-left: 1px solid #292929;
        border-top: none;
    }

    .all__works a:hover {
        opacity: 0.5;
        transition: opacity 0.3s ease;
    }
}
