﻿* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    margin: 0;
    padding: 0;
}

@page {
    size: auto !important;
}
html,
body {
    height: 100vh;
    overflow: hidden;
}


body {
    font-size: 12px;
    font-weight: 200;
    display: flex;
    min-height: 100vh;
    height: -webkit-fill-available;
    flex-direction: column;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}


ul {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
    outline: none;
}

.pe-none{
    pointer-events:none !important;
}

#loadingBox {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 9999;
}

    #loadingBox .loader {
        margin: 100px auto;
        font-size: 25px;
        width: 1em;
        height: 1em;
        border-radius: 50%;
        position: relative;
        text-indent: -9999em;
        -webkit-animation: load5 1.1s infinite ease;
        animation: load5 1.1s infinite ease;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
    }

.productlist .row > div,
.colorlist .row > div {
    padding: .25rem;
}

    .productlist .row > div > div,
    .colorlist .row > div > div {
        height: 100%;
        margin: 0 !important;
    }

        .productlist .row > div > div > a,
        .colorlist .row > div > div > a {
            height: 100%;
            overflow: hidden;
        }

            .productlist .row > div > div > a .card-body,
            .colorlist .row > div > div > a .card-body {
                height: 100%;
                padding: .25rem !important;
            }

.icon-gender {
    width: auto;
    height: 1rem;
}

#navbox {
    position: absolute;
    bottom: 1rem;
    left: 0px;
    width: 100%;
}

    #navbox .nav-item img {
        width: auto;
        height: 35px;
    }


.product-info {
    width: 200px;
    margin: 0 0 0 auto;
    padding: 1rem 0;
}

    .product-info p {
        font-size: 18px;
        color: #FFF;
        font-weight: bold;
        line-height: 120%;
        margin: 0;
    }

.productlist .row .img,
.colorlist .row .img {
    padding-top: 74%;
    position: relative;
}

    .productlist .row .img img,
    .colorlist .row .img img {
        padding: 5px;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
    }

.mydisabled {
    opacity: .65;
    pointer-events: none;
}

a, button {
    border: solid 3px transparent !important;
}

.scroll-2 {
    height: calc(100vh - 280px);
}
.scroll-2.Baseball {
    height: calc(100vh - 280px);
}

.scroll-3 {
    height: calc(100vh - 420px);
}

.scroll-4 {
    height: calc(100vh - 560px);
}
.scroll-5 {
    height: calc(100vh - 40vh);
}

.grouplist {
    height: 76px;
}

    .grouplist.pants {
        height: 155px;
    }

.productlist {
    height: 85px;
}

    .productlist.pants {
        height: 110px;
    }

.menuiconlist {
    width: 100%;
}

.selectbtn {
    width: 80px !important;
    height: auto;
}

.weargroup {
    width: 60px !important;
    height: auto;
}

.weardesign {
    width: 60px !important;
    height: auto;
}

.wearcolorvariation {
    width: 60px !important;
    height: auto;
}

.markgrouplist {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    height: 50px !important;
}

    .markgrouplist.Baseball {
        height: 65px !important;
    }
    .markgrouplist.Basketball {
        height: 70px !important;
    }
    .markgrouplist.Soccer, .markgrouplist.Volleyball {
        height: 70px !important;
    }

    .markgrouplist img.Soccer, .markgrouplist img.Volleyball, .markgrouplist img.Basketball {
        height: 65px !important;
        max-height: 65px !important;
    }
    .markgrouplist img.Basketball {
        height: 60px !important;
        max-height: 60px !important;
    }

.markgroup {
    /*width: 90px !important;*/
    /*width: 19% !important;*/
    height: auto;
}

    .markgroup.Baseball {
        width: 100px !important;
    }
    .markgroup.Baseball.Zett {
        width: 80px !important;
        height:60px !important;
    }

.emblemtype{
    width:75px;
    height:auto;
}
.emblemtypelist {
    height: 95px !important;
    overflow-y: auto;
}

.markprocesslist {
    height: 50px !important;
}

    .markprocesslist.Baseball {
        height: 75px !important;
    }
    .markprocesslist.Soccer, .markprocesslist.Volleyball {
        height: 65px !important;
    }

    .markprocesslist img.Baseball {
        height: 70px !important;
        max-height: 70px !important;
    }
    .markprocesslist img.Soccer, .markprocesslist img.Volleyball {
        height: 60px !important;
        max-height: 60px !important;
    }

    .markedgelist {
    }

    .markedgelist .colorpanel {
        width: 42px;
        height: 30px;
        margin-top: 0.2rem !important;
        margin-left: 0.2rem !important;
    }

        .markedgelist .colorpanel.Baseball {
            width: 44px;
        }

.markstylelist {
    height: 75px !important;
    max-height: 75px !important;
}
    .markstylelist.Baseball {

    }
    .markstylelist img.Baseball, .markstylelist img.Basketball, .markstylelist img.Volleyball {
        height: 70px !important;
        max-height: 70px !important;
    }


.emblem-thumbnail {
    position: absolute;
    top: 15%;
    left: 65%;
    width: 150px;
    height: auto;
    background-color: white;
    border-radius: 10px;
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

hr.normal {
    border: solid 2px #666;
    background-color: #666;
    margin: 0;
}

.navbar-brand img {
    width: 100px;
    height: auto;
}


.sizebtn img,
.savebtn img {
    width: auto;
    height: 45px;
}

.menu {
    position: absolute;
    top: 0px;
    height: 100%;
}

.leftmenu {
    left: 0px;
}

.rightmenu {
    right: 0;
}

.btn-close {
    width: 50px;
    height: 50px;
}

.menuWrapper {
    /*width: calc(100% - 60px);*/
    height: 100vh;
    position: relative;
}

    .menuWrapper > div > p {
        margin: 0;
    }

.menu a {
    display: block;
    border-radius: .25rem;
}

.menu p.title {
    height: 90px;
}

.leftmenu {
    /*width: 100%;*/
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1 );
    transform: translateX(-100%);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

    .leftmenu.active {
        transform: translateX(0);
    }

.outofrange {
    position: fixed;
    top: 0px;
    right: 100%;
}

.rightmenu {
    width: 100%;
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1 );
    transform: translateX(100%);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

    .rightmenu.active {
        transform: translateX(0);
    }

button.selected:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/img/common/mark_selected.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.fs {
    font-size: .6rem;
}

#wearBox .nav-link,
#wearBox .menu a,
#wearBox button.btn {
    border-radius: 14px;
    border: 0px !important;
}

/* .nav-link.active,
    .menu a.active,
    button.active {
        background-color: #C9CACA;
    }*/


.wearmenu button {
    background-color: #FFF !important;
}

    .wearmenu button.active {
        background-color: #C9CACA !important;
    }

.wearmenu .first button.btn {
    background-color: #D3EDFB !important;
}

.wearmenu .first button.active {
    background-color: #C9CACA !important;
}

#markBox .nav-link.active,
#markBox a.active,
#markBox button.active {
    border: solid 3px #FF1100 !important;
    border-radius: 0px;
}
    #markBox .nav-link.active.Zett,
    #markBox a.active.Zett,
    #markBox button.active.Zett {
        border: solid 3px #ffff00 !important;
    }

a.markcolor1,
a.markcolor2,
a.markcolor3,
a.markcolor4,
a.sub-markcolor1,
a.sub-markcolor2,
a.sub-markcolor3,
a.sub-markcolor4 {
    border: solid 2px #AFAFAF !important;
    margin: 1px;
}

.markedgelist a {
    border-radius: 0px;
}

a.markcolor1.active,
a.markcolor2.active,
a.markcolor3.active,
a.markcolor4.active,
a.sub-markcolor1.active,
a.sub-markcolor2.active,
a.sub-markcolor3.active,
a.sub-markcolor4.active {
    border: solid 2px #990000 !important;
}

ul.markpositionboxlist button.active {
    border: solid 3px #FF1100 !important;
    border-radius: 0px;
}
ul.markstyleboxlist button.active {
    border: solid 3px #FF1100 !important;
    border-radius: 0px;
}

main {
    flex: 1 0 auto;
    position: relative;
}

article {
    position: relative;
}


header {
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

.card {
    background-color: #000;
    color: #FFF;
}



main {
    flex: 1 0 auto;
}

.ui-accordion .ui-accordion-content {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

article,
article > section,
article > section > div {
    height: 100vh;
}

.bg.Soccer {
    background-image: url(/img/simulator/Soccer/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 25% center;
    background-attachment: fixed;
}

.bg.Volleyball {
    background-image: url(/img/simulator/Volleyball/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 25% center;
    background-attachment: fixed;
}

.bg.Basketball {
    background-image: url(/img/simulator/Basketball/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 25% center;
    background-attachment: fixed;
}

.bg.Badminton {
    background-image: url(/img/simulator/Badminton/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 25% center;
    background-attachment: fixed;
}

.bg.TrackField {
    background-image: url(/img/simulator/TrackField/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 25% center;
    background-attachment: fixed;
}

.bg.AllSports {
    background-image: url(/img/simulator/AllSports/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 25% center;
    background-attachment: fixed;
}

.leftBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.centerBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

img.fixed {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.rightBox {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

#canvasBox {
    height: 100%;
}


.konvajs-content {
    height: 100% !important;
    -webkit-user-select: initial !important;
    user-select: initial !important;
}

/*canvas,
.konvajs-content {
    pointer-events: none;
}*/
canvas {
    /*    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;*/
    transition: transform .3s;
    opacity: 0;
}



footer {
    background-color: #333;
}

    footer p {
        color: #FFF;
        font-size: .9rem;
        height: 50px;
        line-height: 50px;
        margin: 0;
        padding: 0;
    }

    footer li {
        padding: 0 .5rem;
    }

        footer li.small p {
            font-size: .8rem;
        }

#orderbtn {
    width: 180px;
}

    #orderbtn img {
        width: 100%;
        height: auto;
    }

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    font-size: 18px;
    padding: 20px 0;
}

.ui-accordion .ui-accordion-content {
    padding: 10px;
}

.ui-accordion h3 {
    background-color: #000;
    color: #FFF;
    border: 0px;
    border-radius: initial;
    outline: none;
}

.ui-accordion .ui-accordion-header a {
    border-radius: 6px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 0px !important;
    border-radius: initial !important;
}

.ui-accordion .ui-accordion-header.ui-state-active a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

:focus,
.btn.focus,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}

#shopmenu {
    background-color: #DFDFDF;
}

    #shopmenu a {
        height: 100px;
        margin-bottom: 10px;
        font-size: 18px;
    }

.menu_title {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 1.5rem;
}

#save {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.leftBox {
    position: absolute;
    display: inline-block;
    /*width: 100%;*/
    height: 100%;
    vertical-align: top;
}




#accordion {
}

.menu h3 {
    border-top: solid 1px #505050 !important;
}

    .menu h3:last-of-type {
        border-bottom: solid 1px #505050 !important;
    }

.pc {
    display: none !important;
}

thead.member-list, tbody.member-list {
    display: block;
}

tbody.member-list {
    overflow-x: hidden;
    overflow-y: auto;
    /*height: 300px;*/
}

th.member-list-size, th.member-list-number, th.member-list-captainmark, th.member-list-name {
    text-align: center;
}

th.member-list-size, td.member-list-size {
    width: 120px;
}

th.member-list-number, td.member-list-number {
    width: 100px;
}

th.member-list-captainmark, td.member-list-captainmark {
    width: 120px;
}

th.member-list-name, td.member-list-name {
    width: 250px;
}

div.member-list {
    margin-left: auto;
    display: flex;
}

input.member-list-amount {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
}


.navmenu {
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
}

    .navmenu ul {
        margin: 0;
        padding: 0;
    }

    .navmenu a {
        background-color: #000;
        color: #FFF;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 100%;
        border-right: solid 1px #666;
    }

#spmenu {
}

#spContBox {
    background-color: #FFF;
    height: auto;
}

.posChange {
    display: none;
}

.modal-menu-title {
    background-color: black;
    color: white;
    font-family: HGGothicE;
}

.modal-width {
    min-width: 60%;
    width: 60%;
}
div.modal-dialog {
    position: fixed !important;
    margin: 0 !important;
    top: 30px;
    right: 10px;
}
/* オーバーレイを透明にするスタイル */
.modal-backdrop {
    background-color: transparent !important;
}

/*SP*/
@media (max-width:768px) {

    .modal-width {
        min-width: 80%;
        width: 80%;
    }

    .ui-accordion .ui-accordion-header {
        font-size: 12px;
    }

    footer p {
        line-height: 150%;
        padding-top: .5rem;
        width: 5.5rem;
    }

    #menuToggle {
        position: fixed;
        right: 0px;
        top: 0px;
        margin-top: 15px;
        margin-right: 15px;
        display: block;
        z-index: 100;
        -webkit-user-select: none;
        user-select: none;
        transition: color 0.3s ease;
    }

        #menuToggle input {
            display: block;
            width: 40px;
            height: 32px;
            position: absolute;
            top: -7px;
            left: -5px;
            cursor: pointer;
            opacity: 0; /* hide this */
            z-index: 2; /* and place it over the hamburger */
            -webkit-touch-callout: none;
        }

        #menuToggle > span {
            display: block;
            width: 33px;
            height: 4px;
            margin-bottom: 5px;
            position: relative;
            background: #FFF;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 4px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

        #menuToggle span:first-child {
            transform-origin: 0% 0%;
        }

        #menuToggle span:nth-last-child(2) {
            transform-origin: 0% 100%;
        }

        #menuToggle input:checked ~ span {
            opacity: 1;
            transform: rotate( 45deg ) translate(2px, -6px);
            background: #6E6E6E;
        }

            #menuToggle input:checked ~ span:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0deg) scale(0.2, 0.2);
            }

            #menuToggle input:checked ~ span:nth-last-child(2) {
                transform: rotate( -45deg ) translate(5px, 3px);
            }

    #spmenu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #FFF;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        display: none;
        /*transform: translate(100%, 0);
                        transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
                        transition: background 0.3s cubic-bezier(0.77,0.2,0.05,1.0);
                        transform-origin: 0% 0%;
                                */
    }

    #menuToggle input:checked ~ #spmenu {
        /*transform: none;*/
        display: block;
        animation: showmenu .3s linear 0s;
    }

    #spmenu a {
        display: inline-block !important;
    }

    #spmenu .spmenu_cont {
        margin-top: 50px;
    }

    #spmenu .back img {
        width: 200px;
    }

    #spmenu .spmenu_nav {
        text-align: center;
    }

        #spmenu .spmenu_nav li {
            margin-top: 1rem;
        }

        #spmenu .spmenu_nav img {
            width: auto;
            height: 75px;
        }

    #total_price {
        font-size: .9rem;
    }

    .menu {
        transition: none;
    }

    footer p {
        font-size: .6rem;
    }

    .sizebtn img, .savebtn img {
        width: 100px !important;
        height: auto !important;
    }

    input[type=text] {
        font-size: 16px;
    }

    #menu {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    body {
        font-size: 12px !important;
    }

    .form-group {
        padding-left: 1rem !important;
    }

    form section .container-fluid {
        padding: 0 1rem !important;
    }

    element.style {
        vertical-align: middle;
        border: none;
    }

    table#member-list-table td {
        padding: 0.1rem;
        border: 1px solid #dee2e6;
    }

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .member-list-index {
        color: #333 !important;
        font-weight: bold;
    }

    .topmenu {
        width: 100%;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        position: absolute;
        top: -100px;
        left: 0px;
        margin: 0;
    }

        .topmenu a.large {
            position: relative;
        }

            .topmenu a.large img {
                width: 80px;
            }

        .topmenu a.small {
            margin-top: 1.5rem;
            position: relative;
        }

            .topmenu a.small img {
                width: 60px;
            }

        .topmenu a.large.active:before {
            content: '';
            position: absolute;
            bottom: -43%;
            left: 15%;
            width: 70%;
            height: 70%;
            background-image: url(/img/common/img_arrow_sp.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

        .topmenu a.small.active:before {
            content: '';
            position: absolute;
            bottom: -50%;
            left: 8%;
            width: 85%;
            height: 85%;
            background-image: url(/img/common/img_arrow_sp.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

    .menu p.title {
        height: 35px;
    }
    /*.rightBox {
        background-color:rgba(0,0,0,.75);
    }
    .ui-accordion h3 {
        background-color: rgba(0,0,0,0);
    }*/
    h6 {
        font-size: .8rem;
    }

    .menu_title {
        padding: .1rem;
    }

    .ui-accordion .ui-accordion-header {
        padding: 5px;
    }

    .brandlist img {
        width: 70px !important;
    }

    hr.normal {
        border: solid 1px #666;
        background-color: #666;
        margin: 0;
    }

    #menu {
        transition: all .3s ease-out;
        transform: translateY(100%);
    }

        #menu.active {
            height: calc(100vh - 400px);
            /*         height: calc(var(--vh, 1vh) * 100 - 400px);*/
            transform: translateY(0);
        }

        #menu.keyboard {
            height: calc(100vh - 190px);
            height: calc(var(--vh, 1vh) * 100 - 190px);
        }

        #menu .title {
            padding: .3rem;
        }

    .sizebtn img,
    .savebtn img {
        width: auto;
        height: 25px;
    }

    #navbox {
        display: none;
    }

    .posChange {
        display: block;
        position: absolute;
        right: 5px;
        top: 45px;
        width: 50px;
        height: 50px;
        background-image: url(/img/common/img_poschange.png);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 99;
    }

    footer {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 50px;
        z-index: 10;
    }

    /*.spclosebtn {
        display: none;
    }*/

    /*.slide .spclosebtn {
        position: absolute;
        right: 5px;
        top: -10px;
        display: block;
    }*/

    .productlist .row .img, .colorlist .row .img {
        padding-top: 74%;
        position: relative;
    }

    #selectMenuModal {
    }

        #selectMenuModal .modal-title {
            width: 90%;
            height: 30px;
            margin-left: auto;
            margin-right: auto;
            background-color: cornflowerblue;
            color: white;
        }

        #selectMenuModal .modal-header {
            padding-bottom: 0.2rem;
            border: none;
        }

        #selectMenuModal .menuweariconlist {
        }
}

@media (min-width: 576px) {
}

@media (min-width: 568px) {
    #menuToggle {
        display: none;
    }
    /*article > .row > div {
        min-height: 600px;
    }*/
    /*#spmenuBox,
    #spcontBox,
    #sptopmenuBox {
        display: none;
    }*/
    .topmenu {
        position: absolute;
        left: -120px;
        top: 100px;
        width: 80px;
    }

        .topmenu a.large.active:before {
            content: '';
            position: absolute;
            top: 0px;
            right: -55px;
            width: 70px;
            height: 70px;
            background-image: url(/img/common/img_arrow_pc.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

        .topmenu a.small.active:before {
            content: '';
            position: absolute;
            top: 6px;
            right: -52px;
            width: 50px;
            height: 50px;
            background-image: url(/img/common/img_arrow_pc.png);
            background-repeat: no-repeat;
            background-size: cover;
        }

        .topmenu a.large {
            position: relative;
        }

            .topmenu a.large img {
                width: 80px;
            }

        .topmenu a.small {
            margin-left: 2rem;
            position: relative;
        }

            .topmenu a.small img {
                width: 70px;
            }

    .pc {
        display: block !important;
    }

    #menu {
        display: block;
        position: relative;
    }

    #spmenu {
        display: none;
    }

    footer {
        background-color: #333;
    }

        footer p {
            color: #FFF;
            font-size: 12px;
            height: 50px;
            line-height: 50px;
            margin: 0;
            padding: 0;
        }

            footer p #total_price {
                font-size: 20px;
                padding: 0 .5rem;
            }

        footer li {
            padding: 0 .5rem;
        }

            footer li.small p {
                font-size: 14px;
            }
}

@media (min-width: 1200px) {
    /*PC*/

    .pc {
        display: flex !important;
    }

    .sp {
        display: none !important;
    }

    .scroll-2 {
        height: calc(100vh - 280px);
    }
        .scroll-2.pants.Baseball {
            height: calc(100vh - 315px);
        }

    .scroll-3 {
        height: calc(100vh - 420px);
    }

    .scroll-4 {
        height: calc(100vh - 560px);
    }

    .scroll-5 {
        height: calc(100vh - 40vh);
    }

    .leftmenu {
        width: 33.333%;
    }

    .rightmenu {
        width: 33.333%;
    }

    /*.menuWrapper {
        width: 100%;
    }*/

    .footer-area {
        height: 70px;
    }

    div.zoom {
        transform: scale(calc(2 * var(--scale)));
        transform-origin: top;
    }

    div.shrink {
        transform: scale(calc(1 * var(--scale)));
        transform-origin: top;
    }

    div.zoom-mark {
        transform: scale(calc(5 * var(--scale))) translateY(-258px);
        transform-origin: top;
    }

    .selectbtn {
        width: 100px !important;
    }

    .selectmarkpositionbtn {
        width: 130px !important;
    }
    .selectmarkstylebtn {
        width: 115px !important;
    }

        .grouplist {
            height: 141px;
        }

        .grouplist.pants {
            height: 155px;
        }

    .productlist {
        height: 155px;
    }
    .productlist.pants {
        height: 155px;
    }

    .weardesign {
        width: 100px !important;
    }

    .weargroup {
        width: 100px !important;
    }

    .wearcolorvariation {
        width: 100px !important;
    }

    /*.markprocesslist.Baseball {
        height: 105px !important;
    }*/

    .linetype {
        width: 100px !important;
    }
    .linepattern {
        width: 100px !important;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

@media screen and (max-width: 896px) and (orientation: landscape) {
    .menu p.title {
        height: 35px;
    }

    #navbox {
        display: block;
        bottom: 50px;
    }

        #navbox img {
            height: 25px !important;
        }

    .col-md-9 {
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }

    #navbox p {
        font-size: 1.1em;
    }

    #navbox .product-info {
        width: 150px;
    }

    #navbox.col-9 {
        -ms-flex: 0 0 60% !important;
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }

    .col-md-3 {
        -ms-flex: 0 0 40% !important;
        flex: 0 0 40% !important;
        max-width: 40% !important;
    }

    #menuToggle {
        display: none;
    }

    article > .row > div {
        min-height: 600px;
    }
    /*#spmenuBox,
    #spcontBox,
    #sptopmenuBox {
        display: none;
    }*/
    .topmenu {
        position: absolute;
        left: -65px;
        top: 30px;
        width: 80px;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    header .navbar {
        transform: scale(.5);
        transform-origin: left top;
    }

    .sizebtn img, .savebtn img {
        width: 120px !important;
        height: auto !important;
    }

    #canvasBox {
        height: calc(100vh - 50px);
        height: calc(var(--vh, 1vh) * 100 - 50px);
    }

    .topmenu a.large.active:before {
        opacity: 0;
        content: '';
        position: absolute;
        top: 0px;
        right: -55px;
        width: 60px;
        height: 60px;
        background-image: url(/img/common/img_arrow_pc.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .topmenu a.small.active:before {
        opacity: 0;
        content: '';
        position: absolute;
        top: 6px;
        right: -52px;
        width: 40px;
        height: 40px;
        background-image: url(/img/common/img_arrow_pc.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .topmenu a.large {
        position: relative;
    }

        .topmenu a.large img {
            width: 60px;
        }

    .topmenu a.small {
        margin-left: 1rem !important;
        margin-top: 0rem !important;
        position: relative;
    }

        .topmenu a.small img {
            width: 55px;
        }

    .pc {
        display: block !important;
    }

    #menu {
        display: block;
        position: relative;
    }

    #spmenu {
        display: none;
    }

    footer {
        background-color: #333;
    }

        footer ul {
            width: 100%;
        }

        footer p {
            color: #FFF;
            font-size: 12px;
            height: 50px;
            line-height: 150%;
            margin: 0;
            padding: 0;
            width: 100%;
            padding-top: .5rem;
        }

    .posChange {
        display: none;
    }

    footer li.small p {
        line-height: 50px;
        padding: 0;
    }

    footer p #total_price {
        font-size: 1em;
        padding: 0 .5rem;
        line-height: 150%;
        width: 30%;
    }

    footer li {
        padding: 0 .5rem;
        width: 40%;
    }

        footer li.small {
            width: 25%;
        }

            footer li.small p {
                font-size: .8em;
            }

    article > .row > div {
        min-height: 100%;
    }

    .ui-accordion .ui-accordion-header {
        font-size: 12px;
    }
}

body.XR #menu h3 {
    font-size: 12px;
    padding: .3rem;
}

body.XR header,
body.XR header .navbar {
    pointer-events: none;
}

    body.XR header .navbar > * {
        pointer-events: all;
    }

body.XR input[type='text'] {
    font-size: 16px;
}

body.XR .menu .title {
    height: 35px;
}

    body.XR .menu .title .menu_title {
        padding: .1rem;
    }

body.XR .product-info {
    margin: 0;
}

body.XR .topmenu {
    top: 0px;
    transform: scale(.7);
    transform-origin: left top;
}

#markBox,
#mark_partial {
    pointer-events: none;
}

    #mark_partial * {
        pointer-events: initial;
    }
