@charset "UTF-8";

html {
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
}

body {
    background-color: #0d491c;
    color: #fff;
    font-family: 'Klee One', cursive;
    line-height: 1.7;
    font-size: 14px;
}

img {
    width: 100%;
}

.main {
    padding-top: 50px;
}

.logo {
    font-family: 'Caveat';
    font-size: 1.5rem;
}


/*-----------------------------------
ヘッダー
----------------------------------- */

.header {
    z-index: 9999;
    background-color: rgba(13, 73, 28, 0.8)
}

.global-nav-pc {
    /* ↓スマホではPC用のナビゲーションを消す */
    display: none;
}

.drawer-hamburger {
    background-color: rgba(13, 73, 28, 0.5)
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background: #fff;
    box-shadow: 10px 10px 15px -10px;
}


.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    height: 2px;
}


.drawer--left .drawer-nav {
    background: #0d491c;
    text-align: center;
}


.drawer-menu-item,
.drawer-brand {
    color: #fff;
}


.drawer--left.drawer-open .drawer-nav {
    opacity: 0.8;
    width: 100vw;
    padding-top: 150px;
}


.drawer--left.drawer-open .drawer-hamburger {
    left: 0px;
}


.drawer-menu-item:hover {
    color: #ccc;
}


/* PC */

@media screen and (min-width:1024px) {


    header {
        width: 100%;
        position: relative;
        position: fixed;
        /* left: 50%; */
        /* transform: translate(-50%); */
        height: 50px;
    }


    .header-wrap {
        max-width: 1280px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-inline: auto;
        padding: 5px 0;
    }



    .drawer-hamburger,
    .drawer-nav {
        display: none;
    }

    .global-nav-pc {
        display: block;
    }

    .pc_menu {
        display: flex;
        padding: 10px;
    }


    .pc_menu li {
        position: relative;
        display: inline-block;
        margin-left: 40px;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }


    .pc_menu li a::after {
        position: absolute;
        bottom: -5px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
    }

    .pc_menu li a:hover::after {
        visibility: visible;
        opacity: 1;
    }

}

/* ここまで */


.MV {
    display: flex;
    justify-content: end;
    max-width: 600px;
    margin: auto;
    position: relative;
}

@media screen and (min-width:1024px) {
    .MV {
        margin-top: 0;
    }

}

.MV_copy {
    position: absolute;
    top: 20rem;
    left: 2rem;
    z-index: 1;
}


/* キャッチコピー１文字ずつ出現させるCSS */
.eachTextAnime span {
    opacity: 0;
}

.eachTextAnime.appeartext span {
    animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

/* ここまで */


.MV_slider {
    width: 268px;
    height: 358px;
}

@media screen and (min-width:1024px) {
    .eachTextAnime {
        font-size: 20px;
    }

    .MV_copy {
        position: absolute;
        top: 20rem;
        left: 5rem;
        z-index: 1;
    }
}



/*-----------------------------------
CONCEPT
----------------------------------- */
.CONCEPT {
    margin: 100px auto;
    text-align: center;
}

.el_title {
    font-size: 24px;
    font-weight: bold;
}

.CONCEPT_photo {
    width: 300px;
}

.CONCEPT_body {
    margin: 40px auto;
}

.logo_body {
    font-family: 'Caveat';
    font-size: 16px;
}

/*-----------------------------------
ITEM
----------------------------------- */
.el_title_2 {
    color: #333;
}

.bl_White {
    background-color: #fff;
    color: rgb(58, 56, 56);
    padding-top: 80px;
    padding-bottom: 65px;
    text-align: center;
    box-shadow: 0px 5px 10px 0 rgba(100, 94, 94, 0.5);
}

.bl_item {
    margin-top: 65px;
    margin-bottom: 65px;
}

.ITEM_photo {
    width: 150px;
}

.bl_itemparts {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.el_item_title {
    width: 170px;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin-left: 10px;
}

.btn {
    display: block;
    width: 11rem;
    padding: 0.5rem;
    /* background: #fff; */
    color: #333;
    border: solid 1px;
    position: relative;
}

.btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -20%;
    width: 30%;
    height: 1px;
    background: #333;
    transition: all .2s linear
}

.btn::after {
    content: "";
    position: absolute;
    top: 22%;
    width: 1px;
    height: 12px;
    background: #333;
    transform: skewX(45deg);
    right: -17%;
    transition: all .2s linear
}

.caption {
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
    font-weight: 100;
}

.sub_title {
    font-size: 10px;
}

@media screen and (min-width:768px) {
    .bl_item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bl_item_1,
    .bl_item_2 {
        margin: 0 50px;
    }
}

/*-----------------------------------
ABOUT
----------------------------------- */
.ABOUT {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.ABUT_lead {
    margin-top: 60px;
}

.el_sub_title {
    font-size: 20px;
    margin: 60px auto 40px;
}

.career {
    display: inline-block;
    text-align: left;
    max-width: 320px;
    margin-bottom: 40px;
}

@media screen and (min-width:595px) {
    .career {
        margin-bottom: 0;
    }
}

.MY_photo {
    width: 280px;
    margin-left: 10px;
}

.space {
    margin-left: 40px;
}

/*-----------------------------------
SHOP
----------------------------------- */
.el_caption {
    color: #333;
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn_standerd {
    display: inline-block;
    width: 300px;
    height: 70px;
    background-color: #0d491c;
    color: #fff;
    border-radius: 25px;
    padding: 25px;
    margin-top: 20px;
    box-shadow: 0px 5px 10px 0 rgba(100, 94, 94, 0.5);

}

.btn_icon {
    width: 24px;
}

.onlineshop-icon {
    margin-left: 30px;
}

.shop-icon_1 {
    margin-left: 48px;
}

.shop-icon_2 {
    margin-left: 20px;
}


/*-----------------------------------
footer
----------------------------------- */
.footer {
    margin: 80px auto;
    text-align: center;
}

.sns_icon_frame {
    width: 70px;
    margin-right: 13px;
    margin-left: 13px;
    position: relative;
}

.sns_icon {
    width: 35px;
}

.sns_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.sns_icon_frame::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -50%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -5;
}






/*-----------------------------------

----------------------------------- */

.fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    /* invew発動時のTOPへ戻る時のスレ対処法、50％を↑20%に変更 */
    transition: 2s;
}

.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}



/*-----------------------------------

----------------------------------- */