@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/************共通パーツ***************/

#body-inside > header a {
    text-decoration: none;
    outline: none;
    color: #322F31;
    cursor: pointer;
    line-height: 2.5;
}

#body-inside > header a:hover,
#header-navigation-sp-sns a:hover {
    opacity: .8;
}

#body-inside {
    overflow-x: hidden;
}

/* メニュー */
#header-navigation a {
    font-size: 1rem;
    font-size: min(4vw,1rem);
    padding: 0.8em 0.8rem 1.2em;
    display: block;
    line-height: initial;
    /*margin: 10px 0;*/
    position: relative;
} 
#header-navigation a::before {
    content: '';
    width: 100%;
    border-top: solid 1px #a0a0a0;
    position: absolute;
    top: -5px;
    left: 0;
}
#header-navigation .logo::before {
    border-top: none;
}
#header-navigation a.parent {
    margin-bottom: 0;
    /*margin-top: 4%!important;*/
}
#header-navigation a.parent.last-menu {
    margin-top: 0!important;
}
#header-navigation a.child {
    font-size: 14px;
    padding: 0 1rem;
    text-indent: 5px;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}
#header-navigation a.child.last-menu {
    margin-bottom: 1.4em;
}
#header-navigation a.child::before {
    border: 0;
}
#header-navigation a.parent:hover, 
#header-navigation a.child:hover {
    color: #ba996b;
    opacity: 1;
}
#header-navigation .th {
    padding-bottom: 0;
}

#global-menu .shop-link {
    display: flex;
    color: #fff;
    justify-content: center;
    margin: 3% 0 -3%!important;
    border-top: solid 1px #e6e6e6;
    padding: 3% 0 0!important;
    font-size: 0.7rem;
}
#global-menu .shop-link a {
    margin: 0 10px;
}

#menu-btn {
    font-size: 0.65rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 10px;
}

#menu-btn .icon {
    font-size: 1.6rem;
    margin: 0 5px 0 0;
}

#menu-btn .icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

#global-menu .tw-logo-link {
    width: min(230px,56%);
    margin: 0 auto;
    height: 46px;
}

#global-menu.active {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

#global-menu {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    transition: ease .6s;
}

#global-menu {
    display: block;
    background: rgb(12 12 12 / 90%);
    width: 50vw;
    margin-left: calc(100% - 50vw);
    font-size: 0.95rem;
    padding: 30px 4vw 0;
    z-index: 9999;
}

#global-menu section:last-of-type {
    margin-bottom: 6%;
}

#header-navigation {
    margin: 0;
    display: block;
    width: 100%;
}

#global-menu a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: ease .4s;
}
#global-menu a img {
    width: 100%;
}
#global-menu a:hover {
    opacity: .8;
}

#close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    padding: 5px 8px 0 8px;
    font-size: 0.6rem;
    line-height: 2.5;
}

#close-btn i {
    font-size: 1.4rem;
    margin-bottom: -5px;
}

.fas {
    font-family: "Font Awesome 5 Free";
}

#global-menu #campany-sns {
    margin: 0;
    border: 0;
}

#global-menu .sns-link {
    font-size: 0.6rem;
    border: solid 1px #ffffff3b;
    border-width: 1px 0 1px 0;
    padding: 3% 0;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    align-items: center;
}

#global-menu #campany-sns a {
    color: #fff !important;
}

#global-menu #campany-sns .logo {
    margin: 0;
    margin-right: 10px;
    height: 55px;
    width: 100%;
}

#global-menu .sns-link i {
    font-size: 1.4rem;
    margin-right: 5px;
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa, .fas {
    font-weight: 900;
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}



/* メニュー おわり*/



@media (max-width: 769px) {
    #global-menu {
        width: 100%;
        margin: 0;
    }
    #header-navigation a.parent {
        /*margin-top: 6% !important;*/
    }
}

/*********************************/
/* SVGアイコン定義コンテナクラス */
.svg-defs {
    width: 0;
    height: 0;
    /*visibility: hidden;*/
    display: none;
    margin: 0 auto;
}

/* SVGアイコンクラス */
.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    /* baselineより垂直方向にちょっとだけ下げる */
    /*vertical-align: baseline;
  top: 0.125em;*/
}


/************header***************/
#body-inside > header {
    position: fixed;
    top: 0;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 20px 2% 15px;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

/*#body-inside > header a:hover {
    text-decoration: underline;
}*/

#header-logo {
    width: 100px;
    width: min(30vw, 100px);
    margin-right: auto;
    margin-right: 3%;
}

#header-logo img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#body-inside > header .logo {
    width: 100%;
    height: 100%;
}

#header-text {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    margin-right: auto;
    font-size: 110%;
}

#smt-ec-btn,
#smt-trial-btn {
    display: none;
}

@media (max-width: 769px) {
    #smt-ec-btn,#smt-trial-btn {
        display: block;
    }

    .shop-link {
        display: none;
    }

    #menu-btn {
        flex-direction: column;
    }

    #menu-btn .icon {
        margin: 0 0 -10px;
    }

    #smt-ec-btn {
        display: flex;
        align-items: center;
        font-size: 85%;
        margin-right: 3px;
        margin-left: 4px;
    }
    #smt-trial-btn {
        font-size: 95%;
    }
}