@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/************共通パーツ***************/
body {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 500;
    margin: 0;
    font-size: 0.9rem;
    line-height: 2em;
    color: #322F31;
    overflow-x: hidden;
    letter-spacing: .1rem;
    padding-top: 56px;
}

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;
} */

.cont-hidden,
.club_list .list.cont-hidden .btn {
    display: none;
}
.club_list .list.cont-hidden a {
    pointer-events: none;
}


/* メニュー */
#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-top: 0;
    letter-spacing: 2px;
}
#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;
}

#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;
}

#close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    padding: 5px 8px 0 8px;
    font-size: 0.6rem;
}

#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;
    }
    #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***************/
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);
}

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: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 3% 6em 14em;/*bnr*/
    /*padding: 3% 6em 9em;*/
    position: relative;
    background: #fff;
}

footer a:hover {
    text-decoration: underline;
}
footer .foot-inner {
    width: 50vw;
    text-align: left;
}

#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;
    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 a {
    color: #999 !important;
    margin: 2px;
    font-size: 85%;
}

@media (max-width: 769px) {
    footer {
        padding: 3% 6% 13em;
    }
    footer, #footer-nav {
        flex-direction: column;
    }

    #campany-sns {
        margin: 12% 0 5%;
    }
    .sns-link {
        font-size: 2rem;
    }
    #footer-copyright {
        line-height: 1.5;
        display: block;
        text-align: left;
    }
}


/*TH*/
#teamhonma {
    background: #0c0c0c !important;
    position: relative;
}
#teamhonma h3 {
    width: min(36%,315px);
    line-height: 0;
}
#teamhonma span {
    font-size: min(2.8vw,20px);
    background: #fff;
    display: block;
    border: 1px solid #0c0c0c;
    border-radius: 100px;
    color: #0c0c0c;
    width: min(400px,45%);
    padding: 10px 20px;
    text-align: center;
    position: relative;
}
#teamhonma span i {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#teamhonma a {
    justify-content: space-around;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 3% 0;
    transition: ease .6s;
}

@media (max-width: 769px) {
    #teamhonma a {
        display: block;
        padding: 6% 3%;
    }
    #teamhonma h3 {
        width: min(60%, 315px);
        margin: auto;
    }
    #teamhonma span {
        font-size: min(4vw, 20px);
        width: 86%;
        margin: 3% auto 0;
    }
}

/* 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;
    }
}


/* ページ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;
}
@media (max-width: 769px) {
    #pagetop {
        display: none !important;
        right: 4px;
    }
}

/* 試打会バナー */
.shida_bnr {
    margin: 2% auto 0;
    text-align: center;
    padding: 0 4%;
}
.shida_bnr a {
    display: block;
    line-height: 0;
}

/**** foot-menu ****/
#foot-menu {
    /* background: #fff; */
    position: fixed;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: min(1130px, 88%);
    letter-spacing: 0.5px;
    z-index: 10;
}
#foot-menu .floatmenu {
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}
#foot-menu .menu-btn {
    width: 33%;
    margin: 0 3px;
    padding: 0;
}
#foot-menu .menu-btn a {
    background: #09579d;
    display: block;
    border: 1px solid #0c0c0c;
    color: #ffffff;
    padding: 14px 26px;
    border-radius: 100px;
    position: relative;
    transition: all 0.4s;
    font-size: min(1.8vw,18px);
    text-align: center;
    letter-spacing: 2px;
}
#foot-menu .menu-btn a:hover {
    opacity: 1;
    background: #0c0c0c;
    color: #fff;
}
#foot-menu .menu-btn a .icon,
#foot-menu .menu-btn a i {
    margin-right: 7px;
}
#foot-menu .menu-btn a .icon {
    display: inline-block;
    vertical-align: top;
}
#foot-menu .menu-btn.trial a {
    background: #ba996b;
}
#foot-menu .menu-btn.trial a:hover {
    background: #0c0c0c;
}
#foot-menu .menu-btn.ec a {
    background: #152233;
}
#foot-menu .menu-btn.ec a:hover {
    background: #fff;
    color: #152233;
}
@media (max-width: 769px) {
    #foot-menu {
        width: min(1130px, 96%);
    }
    #foot-menu .floatmenu {
        flex-wrap: wrap;
    }
    #foot-menu .menu-btn.ec {
        width: 100%;
        margin-top: 4px;
    }
    #foot-menu .menu-btn {
        width: calc(100% / 2 - 4px);
        margin: 0 2px;
    }
    #foot-menu .menu-btn a {
        font-size: min(3.4vw, 18px);
        padding: 8px 26px;
    }
    #foot-menu .menu-btn a .icon {
        vertical-align: text-top;
    }
}

/***** main-float_btn *****/
.main-float_btn {
}
.main-float_btn.active a {
    bottom: 9%;
}
.main-float_btn a {
    background: url(../img/icon_float-movie.png) no-repeat;
    background-size: contain;
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: 20px;
    width: min(210px, 40%);
    z-index: 3;
    filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 10%));
    transition: all 0.4s;
}
.main-float_btn a:hover {
    background: url(../img/icon_float-movie_on.png) no-repeat;
    background-size: contain;
    opacity: 1;
}
.main-float_btn img {
    transition: all 0.4s;
}
.main-float_btn a:hover img {
    transition: 0.4s all;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 769px) {
    .main-float_btn a {
        right: 6px;
    }
    .main-float_btn.active a {
        bottom: 15%;
    }
}