@charset "utf-8";

/************共通パーツ***************/
body {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    margin: 0;
    font-size: 0.9rem;
    line-height: 2em;
    color: #322F31;
    overflow-x: hidden;
    letter-spacing: .1rem;
    padding-top: 70px;
}

a {
    text-decoration: none;
    outline: none;
    color: #322F31;
    cursor: pointer;
}

a:hover,
#footer-sns a:hover,
#header-navigation-sp-sns a:hover {
    opacity: .8;
}

* {
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    outline: none;
}

i {
    font-style: normal;
}

img {
    max-width: 100%;
}

.f-sans {
    font-family: 'Noto Sans JP', sans-serif;
}

#body-inside {
    overflow-x: hidden;
}

#wrapper {
    max-width: 1500px;
    padding: 0 45px;
    margin: 0 auto;
}

#wrapper section {
    text-align: center;
    position: relative;
}

.pc-none {
    display: none;
}
/* .sp-none {
    display: block;
} */


/* メニュー */
#header-navigation a {
    font-size: 1rem;
    font-size: min(4vw,1rem);
    padding: 0.8rem;
    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: 6%!important;
}
#header-navigation a.child {
    font-size: 14px;
    padding: 0 0.8rem;
    text-indent: 5px;
    margin-top: 0;
}
#header-navigation a.child::before {
    border: 0;
}
#header-navigation a.parent:hover , #header-navigation a.child:hover {
    background-color: #383838;;
}
#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;
}

#menu-btn {
    font-size: 0.7rem;
    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;
}

#menu-btn {
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 10px;
}

#global-menu .tw-logo-link {
    width: 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: .3s;
}

#global-menu {
    display: block;
    background: #1a1a1a;
    width: 400px;
    margin-left: calc(100% - 400px);
    font-size: 0.9rem;
    padding: 30px 10px 0;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
    z-index: 9999;
}

#global-menu section:last-of-type {
    margin-bottom: 6%;
}

#header-navigation {
    margin: 0;
    display: block;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

#global-menu a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#close-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 5px 8px 0 8px;
    font-size: 0.6rem;
    background: #fff;
    color: #1a1a1a !important;
}

#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;
}

#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) {
    .bg-cover {
        margin: 0 auto 6% !important;
        padding: 40px 3% !important;
    }
    #global-menu {
        width: 100%;
        margin: 0;
    }
}

/*********************************/
/* 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***************/
header {
    position: fixed;
    top: 0;
    height: 70px;
    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);
}

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;
}

.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%;
    }
}



/************footer************/
footer {
    font-size: 0.7rem;
    padding: 1% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 3% 0;
}

footer a:hover {
    text-decoration: underline;
}

#footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer-nav a:not(:last-child) {
    margin-right: 5px;
}

#footer-sns a {
    font-size: 1rem;
    color: #99999a;
}

#footer-copyright {
    font-size: 10px;
    text-align: center;
}

.shop-link {
    font-size: 0.7rem;
}

.shop-link a {
    margin: 0 10px;
}

.sns-link {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}

.sns-link a {
    margin: 5px 10px;
}

.sns-link a:first-child {
    font-size: 95%;
    opacity: 1;
}

.footer-sns-group {
    font-size: 0.7rem;
    font-weight: bold;
}

footer .logo {
    height: 30px;
}

#campany-sns {
    margin-left: 30px;
}

#campany-sns a {
    color: #999 !important;
    margin: 2px;
    font-size: 85%;
}

@media (max-width: 769px) {
    footer, #footer-nav {
        flex-direction: column;
    }

    #campany-sns {
        margin: 12% 0 5%;
    }

    .sns-link {
        font-size: 2rem;
    }

    #footer-copyright {
        line-height: 1.5;
    }
}


/*WM*/
#web-members {
    background: #ba996b !important;
}

#web-members h3 {
    font-size: min(5vw, 2.2rem);
    margin: 0 1vw;
    margin-bottom: 10px;
    line-height: 1em;
}

#web-members span {
    font-size: min(4vw, 1.2rem);
}

#web-members a {
    justify-content: center;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 3% 0;
}

#web-members a h3 {
    color: #fff;
}

@media (max-width: 769px) {
    #web-members span {
        text-align: center;
    }
}

/* sub-footer */
.sub-footer {
    padding: 182px 3% 60px;
    font-family: Roboto, 'Noto Sans JP', sans-serif;
}

.sub-footer .sub-list {
    display: flex;
    justify-content: center;
    max-width: 1214px;
    margin: 0 auto;
}

.sub-footer .list-box:last-of-type {
    margin-right: 0;
}

.sub-footer .list-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sub-footer .list-box .title {
    line-height: 1;
}

/* sub-footerホバー */
.sub-footer .list-box {
    width: 33%;
    margin-right: 3%;
    position: relative;
}

.sub-footer .list-box .img-wrap::before {
    content: 'View More';
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 9;
    color: #fff;
    border: solid 1px;
    padding: 10px;
    font-weight: bold;
    pointer-events: none;
    transition: all .5s .1s ease;
    opacity: 0;
    line-height: 2;
}

.sub-footer .list-box .img-wrap {
    background: #000;
    position: relative;
    overflow: hidden;
    margin-bottom: 2%;
    line-height: 0;
}

.sub-footer .list-box img {
    transition: all .5s .1s ease;
    width: 100%;
    aspect-ratio: 15/9;
    object-fit: cover;
}

.sub-footer .list-box:hover .img-wrap:before {
    opacity: 1;
}

.sub-footer .list-box:hover img {
    transform: scale(1.05);
    opacity: .6;
}

.sub-footer .list-box:hover .list-box {
    opacity: .8;
}

/* sub-footerホバーおわり */

@media (max-width: 769px) {
    .sub-footer .sub-list {
        display: block;
    }

    .sub-footer .list-box {
        width: 100%;
        margin-bottom: 40px;
    }

    .sub-footer .list-box img {
        width: 100%;
    }

    .sub-footer .list-box .title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .sub-footer {
        padding-top: 4rem;
    }

    .sub-footer .list-box .title {
        font-size: 1rem;
    }
}

/*試打会バナー*/
/*imgの時*/
.float-bnr {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
    line-height: 0;
    font-size: 0;
    max-width: 440px;
    background: #fff;
    margin: 1%;
    box-shadow: 0px -5px 10px rgb(0 0 0 / 16%);
}
.float-bnr .img {
    margin: 0;
    line-height: 0;
}
.float-bnr:hover img {
    opacity: 0.8;
}
.float-bnr img {
    transition: opacity 0.5s ease-out;
    backface-visibility: hidden;
}

/* teamhonma */
.float-bnr.fb-th {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
    line-height: 1.3;
    font-size: 20px;
    max-width: 450px;
    background: #fff;
    margin: 1%;
    box-shadow: 0px -5px 10px rgb(0 0 0 / 16%);
    border: 5px solid #fff;
    font-family: Roboto, 'Noto Sans JP', sans-serif;
    color: #1a1a1a;
    font-weight: bold;
}
.fb-th .img {
    line-height: 0;
    width: 150px;
    height: 90px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 0;
    margin: 0;
}
.fb-th .img img {
    width: 150%;
    margin-left: -20%;
    margin-top: -6%;
    max-width: initial;
}
.fb-th .text {
    width: 70%;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-feature-settings: "palt";
    padding: 10px;
    line-height: 1.3;
    margin: 0;
}
.fb-th .text span {
    display: block;
    font-size: 205%;
    margin-bottom: -8px;
    font-style: italic;
    letter-spacing: 0;
}

.bnr-none .float-bnr {
    display: none;
}
@media (max-width: 769px) {
    footer {
        padding-bottom: 15vh;
    }
    /*.float-bnr {
        max-width: 250px;
    }*/
    .float-bnr.fb-th {
        max-width: 300px;
    }
    .fb-th .img {
        width: 90px;
        height: 70px;
    }
    .fb-th .img img {
        width: 190%;
        margin-left: -40%;
        margin-top: -6%;
    }
    .fb-th .text {
        font-size: 3.2vw;
        line-height: 1.2;
    }
    .fb-th .text span {
        font-size: min(7vw,27px);
        margin-bottom: 0;
        letter-spacing: -1px;
    }
}

/* ページTOP */
#pagetop {
    cursor: pointer;
    color: #cecece;
    position: fixed;
    right: 1rem;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 12px;
    letter-spacing: .02em;
    display: none;
    top: calc(30% + 250px);
    width: unset;
    font-family: 'Noto Sans JP', sans-serif;
    z-index: 3;
}

#pagetop>i {
    margin-bottom: 1em;
    display: inline-block;
    height: 1.5rem;
    fill: #cecece;
}

/* 試打会バナー */
.shida_bnr {
    margin: 2% auto 0;
    text-align: center;
    padding: 0 4%;
}
.shida_bnr a {
    display: block;
    line-height: 0;
}