@charset "UTF-8";

/* =================================
   common
==================================== */


html{
    font-size: 62.5%;
}

body {
    font-family:
    "Noto Serif","Hiragino Mincho Pro W3";
    font-weight:400;
    font-style:normal;
    color: #fff;
    background-color: #000;
    line-height: 1.5;
    margin: 0;
}

.inner{
    max-width: 1160px;
    margin: auto;
}

img {
    width: 100%;
    height: auto;
}

.btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*==========================
slick
==========================*/

.slick-slider{
    overflow:hidden;
    margin: 0 auto 64px;
}

/* slick-slider pc */

@media screen  and (min-width:769px){
    .slick-slider{
        padding: 4.2%;
    }
    .slider__item{
        margin: 0 10px;
    }
}
/* pc 769px */

/*==========================
scrollTop
==========================*/
.page_top_btn {
font-size: 1.4rem;
position: fixed;
bottom: 10px;
right: 10px;
padding: 0.7em;
text-align: center;
color: #fff;
transition: 0.3s;
writing-mode:vertical-rl;
}


/* マウスオーバー時 */
.page_top_btn:hover {
color:#696969;
}

/*==========================
fadeIn
==========================*/
.fadeIn{
    transform: translate(0,50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated{
    transform: translate(0,0);
    opacity: 1;
}


/* =================================
   header
==================================== */


.header {
    padding: 20px 24px 30px 24px;
    justify-content: center;
    align-items: flex-start;
    gap: 207px;
    align-self: stretch;
}

.header__tittle{
    display: flex;
    justify-content: space-between;
}

.mainLogo{
    width: fit-content;
}

.Main{
    display: none;
}

.icon{
    display: flex;
    align-items: center;
    gap: 20px;
}

.hamburger {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 25px;
    z-index: 101;
}
.hamburger span {
    transition: all .3s;
    position: absolute;
    height: 2px;
    background-color: #fff;
    width:100%;
    z-index: 101;
}
.hamburger span:nth-of-type(1) {
    top: 4px;
}
.hamburger span:nth-of-type(2) {
    top: 12px;
}
.hamburger span:nth-of-type(3) {
    top: 20px;
}
.hamburger.active span:nth-of-type(1) {
    top: 10px;
    transform: translateY(6px) rotate(-33deg);
}
.hamburger.active span:nth-of-type(2) {
    opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
    top: 22px;
    transform: translateY(-6px) rotate(33deg);
}

/* .nav */

.nav {
    background: #000;
    width: 100%;
    height: 100vh;
    padding: 24px 6.4%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}


.nav__list {
    margin-top: 60px;
    margin-left: 24px;
    list-style: none;
}

.nav__item {
    font-size: 1.4rem;
    font-weight:lighter;
    line-height: 1;
    letter-spacing: 1.4px;
    margin-top: 30px;
    transition-duration: 0.4s;

}

.nav__item::first-letter{
    margin-top: 0%;
}

.nav__item a{
    text-transform:capitalize;
}

.nav_logo{
    width: fit-content;
}

/* .nav.active */

.nav.active {
    transform: translateX(0);
}


/* .header pc */

@media screen and (min-width:769px) {
    .page_top_btn{
        font-size: 2rem;
    }
    .header {
        max-width: 1160px;
        display: flex;
        margin: 0 auto;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }

    .header_tittle{
        flex-shrink: 0;
    }
     .hamburger{
            display: none;
        }

    .mainLogo{
    padding: 0 ;
    display:block;
    width: 100px;
    
    }    

    .icon{
        display: none;
    }

    .nav{
        background: transparent;
        width: auto;
        height: auto;
        position: static;
        transform: translate(0);
        padding: 0;
    }



        .nav__list{
            display: flex;
            text-align: center;
            gap: 20px;
            flex-wrap: wrap;
            margin: 0;
        }

        .nav__item{
        font-size: 1.8rem;
        line-height: 1.3;
        margin-top: 0;
        
        }

        .nav__header{
            display: none;
        }

      
    
}
/* pc 769px */


/*==========================
footer
==========================*/
.footer {
    padding: 0 40px 30px 40px ;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
}
.footer__group{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav__listf{
    margin-left: 24px;
    list-style: none;
}

.nav__itemf{
    font-size: 1.4rem;
    font-weight:lighter;
    line-height: 1;
    letter-spacing: 1.4px;
    margin-top: 20px;
}

.nav__item::first-letter{
    margin-top: 0%;
}
.copy {
    font-family: "Hiragino Mincho Pro";
    text-align: center;
    font-size: 1.2rem;
    line-height:1.5;
    margin-top: 40px;
}


/* footer pc */

@media screen and (min-width: 769px) {
 .footer {
    display: block;
    padding: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer__group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 ;
    gap: 400px;
    padding: 0 24px;
}

.nav__listf{
    margin-left: 24px;
    list-style: none;
}

.nav__itemf{
    font-size: 1.6rem;
    font-weight:lighter;
    line-height: 1;
    letter-spacing: 1.4px;
    margin-top: 30px;
}

.copy {
    margin: 21px 0;
    white-space: nowrap;
}

    
}/* pc 769px */