@charset "UTF-8";



#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
header {
    padding-top: 24.8px;
    
}

header#header.header--index {
    position: absolute;
    top: calc(100vh - 70px);
    padding-top: 30px;

}

header#header.header--index.header--fixed {
    position: fixed;
    top: 0;
    z-index: 100;

}

.header__logo--static {
    position: absolute;
    left: 0;
    top: 24.8px;
}

.header__logo {
    z-index: 10;
}

.header__logo img {
    width: 120px;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__right {
    display: flex;
    align-items: center;
}
.header__whats {
    color: #fff;
    margin-right: 32px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.04em;
}

.header__whats.hide {
    display: none;
}
.header__whatsIcon {
    width: 17px;
    height: auto;
}

.header__whatsIcon.pc {
    display: inline !important;
}

.header__whatsIcon.sp {
    display: none !important;
}

body.fixed {
    overflow: hidden;
}

.ham {
    width: 45px;
    height: 28px;
    position: relative;
    z-index: 10;
    padding: 0 6px;
}
.ham.active .ham__line:nth-child(1) {
    opacity: 0;
}
.ham.active .ham__line:nth-child(2) {
    transform: translateY(-50%);
    bottom: 50%;
}
.ham__line {
    width: 100%;
    max-width: 32px;
    height: auto;
    position: absolute;
    transition: 0.3s;
}
.ham__line:nth-child(1) {
    top: 8px;
}
.ham__line:nth-child(2) {
    bottom: 8px;
}

.hamMenu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: none;
}
.hamMenu__wrapper {
    display: flex;
}
.hamMenu__imgWrapper {
    width: 43.5%;
    position: relative;
}
.hamMenu__imgWrapper img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.hamMenu__img--hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.hamMenu__txtWrapper {
    width: 56.5%;
    height: 100vh;
    background-color: #383838;
    position: relative;
    color: #fff;
}
.hamMenu__txtInner {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.hamMenu__list {
    margin-bottom: 20px;
}
.hamMenu__listItem {
    font-size: 30px;
    line-height: 1.75;
    width: fit-content;
    width: fit-content;
}
.hamMenu__list--small {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45.6px;
}
.hamMenu__listItem--small {
    width: 50%;
    font-size: 18px;
    margin-top: 18px;
    white-space: nowrap;
}
.hamMenu__info {
    margin-bottom: 58.9px;
}
.hamMenu__infoHeading {
    font-size: 12px;
    letter-spacing: 0.04em;
    border-bottom: solid 0.8px #7E7E7E;
    padding-bottom: 5px;
    margin-bottom: 16.9px;
}
.hamMenu__infoDate {
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-bottom: 3px;
}
.hamMenu__infoTitle {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.5;
}
.hamMenu__bottom {
    display: flex;
    justify-content: space-between;
}
.hamMenu__bottomLink {
    font-size: 12px;
    letter-spacing: 0.02em;
    text-decoration: underline;
}

.hamMenu__snsLink:first-of-type {
    margin-right: 8px;
}

/* animation */

.hamMenu__listItem {
    overflow: hidden;    
}
.headerAnime {
    position: relative;
    bottom: -38px
}

.popanime--1 {
    animation: popanime .3s ease-out .2s forwards;
}
.popanime--2 {
    animation: popanime .3s ease-out .25s forwards;
}
.popanime--3 {
    animation: popanime .3s ease-out .3s forwards;
}
.popanime--4 {
    animation: popanime .3s ease-out .35s forwards;
}
@keyframes popanime {
    from {
        bottom: -38px;
        opacity: 0;
    }
    to {
        bottom: 0px;
        opacity: 1; 
    }   
}

.headerAnime--2Wrapper {
    width: 100%;
    overflow: hidden;
}
.headerAnime--2 {
    width: 100%;
    display: flex;
    position: relative;
    bottom: -39px;
}
.popanime--5 {
    animation: popanime .3s ease-out .4s forwards;
}
.popanime--6  {
    animation: popanime .3s ease-out .45s forwards;
}
.hamMenu__listItem .underline::after {
    bottom: 6px;
}
.hamMenu__listItem--small .underline::after {
    bottom: 0px;
}

@keyframes popanime_2 {
    from {
        bottom: -39px;
        opacity: 0;
    }
    to {
        bottom: 0px;
        opacity: 1; 
    }
}

.hamMenu__info {
    overflow: hidden;   
}
.headerAnime--3 {
    position: relative;
    bottom: -95px;
    animation: popanime .3s ease-out .5s forwards;
}
@keyframes popanime_3 {
    from {
        bottom: -95px;
        opacity: 0;
    }
    to {
        bottom: 0px;
        opacity: 1; 
    }
}
.hamMenu__bottom {
    overflow: hidden;
}
.headerAnime--4 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    bottom: -74px;
    animation: popanime .4s ease-out .55s forwards;
}
@keyframes popanime_4 {
    from {
        bottom: -38px;
        opacity: 0;
    }
    to {
        bottom: 0px;
        opacity: 1; 
    }
}


/* loading */

.loading {
    background-color: #383838;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 101;
}
body.fixed {
    overflow: hidden;
}
.loadingIcon__wrapper {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.loadingIcon--svg {
    width: 100px !important;
    height: 100px !important;
}

@media screen and (max-width: 1240px) {
    .header__logo--static {
        left: 3%;
    }
}


@media screen and (max-width: 750px) {
    #header {
        height: 70px;
    }

    .header__logo img {
        width: 84.76px;
    }

    .header__logo--static {
        left: 0;
    }

    .header__whatsIcon.sp {
        display: inline !important;
    }

    .header__whatsIcon {
        width: 13px;
    }
    
    .header__whatsIcon.pc {
        display: none !important;
    }

    header#header.header--index {
        position: fixed;
        top: 0;
        padding-top: 30px;
    }

    .header--index .header__right {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .header__whats {
        margin-right: 0;
        margin-top: 8px;
    }
    

    .header__logo {
        width: 104px;
    }
    .hamMenu__imgWrapper {
        display: none;
    }
    .hamMenu__txtWrapper {
        width: 100%;
    }
    .hamMenu__txtInner {
        position: static;
        transform: none;
        padding-top: 130px;
        width: 88%;
        margin-left: auto;
        margin-right: auto;
    }
}