* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 0.782vw;
    overflow-y: scroll;
}

body {
    font-family: "hiragino-mincho-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    background-color: #070707;
    color: #f2f2f2;
    font-size: 1.6rem;
    overflow: hidden;
    position: relative;
}

main {
    padding-top: 12rem;
    position: relative;
    z-index: 2;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    transition: 0.3s;
}

a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.container {
    width: 100rem;
    margin: auto;
}

.sp-only {
    display: none;
}

header {
    background-color: #410016;
    color: #fff;
    padding-top: 4rem;
    padding-bottom: 6.8rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(65 0 22) 0%, rgb(65 0 22) 60%, rgba(0, 0, 0, 0) 100%);
    z-index: 99;
}

header h1 {
    font-weight: 300;
    font-size: 3rem;
    letter-spacing: 1px;
}

.work-link-wrap {
    width: 100rem;
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    text-align: right;
    bottom: 12rem;
}

.work-link {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    width: 21.4rem;
    height: 5.2rem;
    background-image: url(../img/link_frame.png);
    background-size: cover;
    background-position: bottom;
}

footer {
    background-color: #410016;
    padding-bottom: 3.2rem;
    padding-top: 5.2rem;
    background: linear-gradient(to top, rgb(65 0 22) 0%, rgb(65 0 22) 60%, rgba(0, 0, 0, 0) 100%);
    text-align: right;
}

footer .logo img {
    height: 4.8rem;
}

.mv {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-bottom: 2rem;
}

.mv::after {
    content: "";
    height: 2.8rem;
    background-image: radial-gradient(closest-side, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 50%, 0) 100%);
    border: none;
    width: 120%;
    position: absolute;
    bottom: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.mv-img {
    width: 128rem;
}

.mv .font {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100rem;
    display: flex;
    align-items: center;
    text-align: left;
}

.mv .font img {
    width: 42rem;
}

.about {
    margin-top: -2rem;
    padding-top: 2rem;
}

.about .about-main {
    position: relative;
}

.about-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.about-man {
    width: 46.4rem;
}

.about-catch {
    position: absolute;
    font-size: 2.2rem;
    right: 8rem;
    top: 12rem;
}

.about-f {
    position: absolute;
    width: 54.6rem;
    bottom: 5.2rem;
    right: -2.8rem;
}

.about-contents {
    background: linear-gradient(to top, rgb(65 0 22) 52%, rgb(65 0 22) 40%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 2.8rem;
    padding-top: 2rem;
    text-align: center;
}

.about-contents h2 {
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 4.8rem;
}

.about-contents .msg {
    font-size: 2.2rem;
}

.about-contents .msg p:not(:last-child) {
    margin-bottom: 2rem;
}

.awards-main {
    position: relative;
}

.awards-f {
    position: absolute;
    width: 48rem;
    left: 1.5rem;
    top: 19.5rem;
}

.awards-contents {
    background: linear-gradient(to top, rgb(65 0 22) 10%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 2.8rem;
    padding-top: 2rem;
    margin-top: -5.8rem;
    position: relative;
}

.awards-contents h2 {
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 1px;
    background-image: url(../img/awards_title_bg.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: left bottom;
    padding-left: 1.6rem;
    padding-bottom: 0.2rem;
}

.awards-contents .detail {
    font-size: 2.2rem;
    text-align: right;
    margin-top: 6.8rem;
}

.profile-main {
    position: relative;
}

.profile-f {
    position: absolute;
    width: 50.2rem;
    right: 2.5rem;
    bottom: 13.5rem;
}

.profile-contents {
    background: linear-gradient(to top, rgb(65 0 22) 35%, rgb(65 0 22) 40%, rgba(0, 0, 0, 0) 100%);
    padding-bottom: 1.6rem;
    padding-top: 2rem;
    margin-top: -12rem;
    position: relative;
}

.profile-contents h2 {
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 1px;
    background-image: url(../img/profile_title_bg.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: right bottom;
    padding-right: 1.6rem;
    padding-bottom: 0.2rem;
    text-align: right;
}

.profile-contents .detail {
    font-size: 2.2rem;
    margin-top: 4rem;
}

.profile-contents .detail p:not(:last-child) {
    margin-bottom: 2rem;
}

.photo {
    padding: 14rem 0 12rem;
}

.photo ul {
    list-style: none;
    display: flex;
    gap: 4rem;
    position: relative;
}

.photo ul::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../img/line_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 75rem;
    height: 2rem;
    top: -4.4rem;
    left: 0;
}

.photo ul::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../img/line_02.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 75rem;
    height: 2rem;
    bottom: -4.4rem;
    right: 0;
}

.bg-img {
    display: inline-block;
    width: 200.4rem;
    position: absolute;
    left: 50%;
    bottom: -46rem;
    transform: translateX(-50%) rotate(0deg);
    background-size: cover;
    max-width: unset;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-img.show {
    clip-path: inset(0 0 0 0);
}

/* フェード */

.fade-in {
    opacity: 0;
    transition: opacity 4s ease;
    will-change: opacity;
}

.mv .font img.fade-in {
    transition-duration: 6s;
}

.is-inview {
    opacity: 1;
}

.fade-slower {
    transition-duration: 3.4s;
}

.shin-delay {
    transition-delay: .25s;
}

.reveal-up {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 1.6s ease, transform 1.6s ease;
    transition-delay: var(--d, 0ms);
    will-change: opacity, transform;
}

.reveal-up.inview {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .fade-in {
        opacity: 1;
        transition: none;
    }

    .reveal-up {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .page-curtain {
        transition: none;
    }
}

.page-curtain {
    position: fixed;
    inset: 0;
    background-color: #070707;
    z-index: 9999;
    opacity: 1;
    pointer-events: none;
    transition: opacity 5s ease;
}

.page-curtain.is-out {
    opacity: 0;
}

@media only screen and (min-width:1280px) {
    html {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 2.7vw;
    }

    body {
        font-size: 1.3rem;
    }

    main {
        padding-top: 6.8rem;
    }

    .container {
        width: 100%;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    header {
        padding: 2rem 5% 3.8rem;
    }

    header h1 {
        font-size: 1.8rem;
    }

    footer {
        padding: 3.8rem 5% 2rem;
    }

    footer .logo img {
        height: 3.2rem;
    }

    .work-link-wrap {
        width: 100%;
        padding-right: 5%;
        bottom: 7.2rem;
    }

    .work-link {
        font-size: 1.3rem;
        width: 12rem;
        height: 2.8rem;
    }

    .mv .font {
        bottom: 1.2rem;
        left: 2.8rem;
    }

    .mv .font img {
        width: 13.2rem;
    }

    .mv::after {
        height: 1.6rem;
    }

    .about-man {
        width: auto;
        height: 25rem;
    }

    .about-f {
        width: 18rem;
        bottom: 3.2rem;
        right: 0.8rem;
    }

    .about-catch {
        font-size: 1.3rem;
        right: 0.8rem;
        top: 4rem;
    }

    .about-contents {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .about-contents h2 {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }

    .about-contents .msg {
        font-size: 1.3rem;
    }

    .about-contents .msg p:not(:last-child) {
        margin-bottom: 1.2rem;
    }

    .awards-f {
        width: 16rem;
        top: 7.5rem;
    }

    .awards-contents {
        padding-top: 0;
        padding-bottom: 2rem;
        margin-top: -2rem;
    }

    .awards-contents h2 {
        font-size: 1.3rem;
        background-size: 60%;
        padding-bottom: 0;
        padding-left: 5%;
    }

    .awards-contents .detail {
        font-size: 1.3rem;
        margin-top: 2rem;
        padding: 0 5%;
    }

    .awards-contents p {
        display: flex;
        text-align: left;
    }

    .awards-contents p span {
        flex-shrink: 0;
    }

    .profile-f {
        width: 17rem;
        right: 2rem;
        bottom: 6.5rem;
    }

    .profile-contents {
        margin-top: -6rem;
    }

    .profile-contents h2 {
        font-size: 1.3rem;
        padding-bottom: 0;
        background-size: 60%;
    }

    .profile-contents .detail {
        font-size: 1.3rem;
        padding: 0 5%;
        margin-top: 2rem;
    }

    .profile-contents .detail p:not(:last-child) {
        margin-bottom: 0.8rem;
    }

    .photo {
        padding: 6rem 0 5.2rem;
    }

    .photo ul {
        gap: 1.2rem;
    }

    .photo ul::before {
        width: 80%;
        top: -2rem;
    }

    .photo ul::after {
        width: 80%;
        bottom: -4rem;
    }

    .bg-img {
        width: 74rem;
        bottom: -14rem;
    }

}