@charset "utf-8";

/* ==========================
 common
===========================*/
:root {
    --primary-black: #4d4d4d;
    --primary-green: #4B8B0C;
    --primary-blackW: rgba(66, 4, 5, 0.18);
}

html {
    font-size: 62.5%;
}

body {
    font-family:
        'Kiwi Maru',
        sans-serif,
        Arial;
    font-style: normal;
    color: var(--primary-black, #4d4d4d);
    background-color: #fffffe;
    line-height: 1.5;
}

.nav__list .nav__item  a ,
.header .header__topic a,
.nav.active a{
    font-family:
        'Kiwi Maru',
        sans-serif,
        Arial;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-black, #4d4d4d);
    background-color: #fffffe;
    line-height: 1.5;
}


img {
    max-width: 100%;
    height: auto;
}

.topic {
    margin: 0 auto;
}

.btn {
    display: block;
    width: 325px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 300;
    padding: 25px 0;
    color: #ff3399;
    border: double 4px #ff3399;
    background-color: #fff;
    border-radius: 20px;
    transition: 0.4s;
}

.btn:hover {
    opacity: 0.5;
}

/* common pc */
@media screen and (min-width: 769px) {
    .btn {
        width: 616px;
        height: auto;
        font-size: 30px;
        font-weight: 400;
        padding: 25px 0;
    }
}/* pc 769px */

@media screen and (min-width: 1038px) {
     .nav__list .nav__item  a {
        font-size: 1.5rem;
    }
}/* pc 1038px */


/* ==========================
 header
===========================*/
.header__pc {
    display: none;
}

.header {
    padding: 0 5.3%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__topic a,
.nav__topic a {
    display: flex;
    align-items: center;
    font-family: "M PLUS 1";
    font-size: 0.8rem;
    max-width: 100%;
}

.header__logo {
    display: block;
    width: 38px;
    height: 38px;
}


/* .nav 初期表示 */
.nav {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    padding: 0 5.3%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__item a {
    color: #4d4d4d;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
}

.nav__item .pcBr {
    display: none;
}

.nav__item img {
    display: inline-block;
    vertical-align: -4px;
    margin-right: 5px;
}

.nav__item {
    margin: 60px 0 0 47px;
}

.nav__item--first {
    margin-top: 10px;
}

/*  .nav.activ表示 */
.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    width: 30px;
    height: 25px;
}

.nav__btn {
    display: block;
    width: 24px;
    height: 24px;
}

/* pc 1065px */
@media screen and (min-width:1065px) {
    .header {
        padding: 0 3vw; 
        height: 10vh; 
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap; 
        min-width: auto; 
    }

    .nav__list .pcBr {
        display: block;
    }

    .header {
        text-align: left;
    }

    .header__topic a {
        display: flex;
        align-items: center;
        font-size: 1.5vw; 
        white-space: nowrap; 
    }

    .header__logo {
        display: block;
        width: 104px;
        height: 104px;
        width: 5vw; 
        height: auto; 
    }

    .nav__header {
        display: none;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translateX(0);
    }

    .nav__list {
        display: flex;
        flex-wrap: nowrap; 
        gap: 1vw; 
        max-width: 100%;
    }
    
    .nav__item {
        margin: 0 0 0 28px;
        text-align: center;
        font-weight: 300;
    }

    .nav__item img, 
    .header__btn { 
        display: none; 
    }

     .header__btn { 
        display: none !important; 
    }

    .nav__item a {
        max-width: 100%;
    }

 }/* pc 1057px */



/* ==========================
    footer
===========================*/
.footer__pc {
    display: none;
}

.footer__sp {
    margin-top: 64px;
    width: 100%;
}

.sns__item--pc {
        display: none;
    }

.footer__address {
    padding: 13px 17px;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    line-height: 30px;
}

.youtubesp {
    width: 100PX;
    height: 60px;
}

.facebooksp {
    width: 100px;
    height: 60px;
}

.abirasp {
    width: 100px;
    height: 60px;
}

.sns {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.copy {
    font-family: "Noto Sans JP";
    font-size: 1.1rem;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width:769px) {
    .footer__sp,
    .spBr, 
    .sns__item--sp {
        display: none;
    }

    .footer__pc,
    .sns__item--pc {
        display: block;
    }

    .footer__pc {
        width: 100%;
    }

    .footer__address {
        text-align: center;
        color: #333;
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        margin-top: 10px;
    }

    .youtubepc {
        width: 192px;
        height: 60px;
    }

    .facebookpc {
        width: 183px;
        height: 60px;
    }

    .abirapc {
        width: 251px;
        height: 30px;
    }

    .sns {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin-top: 44px;
        margin-left: 40px;
    }

    .copy {
        text-align: center;
        color: #333;
        font-family: "Noto Sans JP";
        font-size: 20px;
        font-weight: 400;
        margin-top: 35px;
        margin-bottom: 25px;
    }
} /* pc769px */