table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
figcaption {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

abbr,
acronym {
    border: 0
}

ul {
    list-style: none
}

select option {
    padding-right: 5px
}

body.selectcancel {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

body {
    -webkit-text-size-adjust: none
}

.height-100rate {
    height: 100vh;
}

#bg-fadeOutUp,
#bg-fadeOut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

#bg-fadeOutUp {
    background-color: white;
    z-index: 301;
    opacity: 1;
    background-image: url('assets/img/logo.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150px auto;
}

#bg-fadeOut {
    background-color: #99FFFF;
    z-index: 201;
    opacity: 0.6;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 0;
    }
}

#bg-container {
    position: relative;
    overflow: hidden;
    background-color: #000;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 1
}

#bg-container #bg-imges-cont {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 10
}

#bg-container #bg-imges-cont .bgcont {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    height: 100vh;
    width: 100%;
    opacity: 0;
    background-size: cover;
    transition: .3s linear
}

#bg-container #bg-imges-cont .bgcont video {
    width: auto;
    height: 100%
}

#bg-container #bg-imges-cont .bgcont.img1 {
    background: transparent url("../images/bg_default.jpg") no-repeat 50% 0;
    background-size: cover;
    opacity: 1
}

#bg-container #bg-imges-cont .bgcont.img2 {
    background: transparent url("../images/bg_case.jpg") no-repeat 50% 0;
    background-size: cover
}

#bg-container #bg-imges-cont .bgcont.img3 {
    background: transparent url("../images/bg_staff.jpg") no-repeat 50% 0;
    background-size: cover
}

#bg-container #bg-imges-cont .bgcont.img4 {
    background: transparent url("../images/bg_owner.jpg") no-repeat 50% 0;
    background-size: cover
}

#bg-container #bg-imges-cont .bgcont.img5 {
    background: transparent url("../images/bg_ouchi.jpg") no-repeat 50% 0;
    background-size: cover
}

#bg-container header {
    position: relative;
    display: block;
    height: 60px;
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.8);
}

#bg-container header .logo {
    width: 130px;
    padding: 10px 0;
}

#bg-container header span.msg {
    position: absolute;
    display: block;
    top: 0;
    right: 20px;
    text-align: right;
    line-height: 60px;
    letter-spacing: 3px;
    font-size: 12px;
    color: black;
}

#bg-container div.logo {
    position: relative;
    margin-top: -40px;
    overflow: hidden;
    text-align: center;
    z-index: 50
}

#bg-container div.logo span {
    position: relative;
    display: inline-block;
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
}

#bg-container div.logo span::before,
#bg-container div.logo span::after {
    position: absolute;
    display: inline-block;
    top: 70%;
    content: '';
    width: 1000%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

#bg-container div.logo span::before {
    right: 100%
}

#bg-container div.logo span::after {
    left: 100%
}

#bg-container #top-image-container {
    display: block;
    position: absolute;
    top: 0;
    padding-top: 60px;
    width: 100%;
    height: 100vh;
    z-index: 40;
    overflow: hidden;
}

#bg-container #top-image-container #bg-container-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}

#bg-container #top-image-container #bg-container-img img,
#bg-container #top-image-container #bg-container-img video {
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
}

#bg-container #top-image-container a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 20%;
    height: 100%;
    vertical-align: middle;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    text-decoration: none;
    z-index: 101;
}

#bg-container #top-image-container a:last-child {
    border: 0
}

#bg-container #top-image-container a div {
    position: relative;
    top: 50%;
    margin-top: -30px;
    color: #fff;
    text-align: center;
    transition: .3s linear
}

#bg-container #top-image-container a div.ieno {
    margin-top: -46px
}

#bg-container #top-image-container a span.tx {
    display: block;
    font-size: 2em;
    line-height: 1.1;
    margin-top: 10px;
    font-family: "�ｭ�ｳ 繧ｴ繧ｷ繝�け", "MS Gothic", "Osaka�咲ｭ牙ｹ�", Osaka-mono, monospace;
}

#bg-container #top-image-container a span.ja {
    display: block;
    font-size: .8em;
    letter-spacing: 5px;
    line-height: 1.5;
    margin-top: 10px;
}

#bg-container #top-image-container a:hover div {
    top: 48%
}

#bg-container #top-image-container a.nothover div {
    color: rgba(255, 255, 255, 0.6)
}

.category_big_wrap {
    overflow: hidden;
}

nav#topnavi {
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 90px;
    background-color: rgba( 255, 255, 255, 0.9);
    opacity: 0;
    z-index: 1
}

nav#topnavi.view {
    position: fixed;
    display: block;
    transition: .3s linear;
    top: 0;
    opacity: 1;
    z-index: 100
}

nav#topnavi .logo {
    float: left;
    margin-top: 10px;
}

nav#topnavi .menu {
    float: right;
    text-align: right
}

nav#topnavi .menu .icon {
    display: none
}

nav#topnavi .menu li {
    display: inline-block;
    padding: 5px 15px 0;
    line-height: 85px
}

nav#topnavi .menu li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

nav#topnavi .menu li a:hover {
    text-decoration: underline
}

#bg-subimage {
    display: none
}

#maincont {
    position: relative;
    z-index: 90;
    background-color: #fff;
    width: 100%;
    top: 0;
    overflow: hidden;
}

#maincont.container {
    padding: 0;
}

.tags-sm {
    display: none;
}

.tags-sm .el-select .el-input__inner {
    margin: 0;
    border: 1px solid #000;
    border-bottom: 0;
    border-radius: 0;
    text-align: center;
}

.visibility-hidden {
    visibility: hidden;
}

@media screen and (max-width: 1200px) {
    .tags-pc {
        display: none;
    }
    .tags-sm {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    #bg-container {
        display: none
    }
    nav#topnavi {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        display: block;
        transition: .3s linear;
        top: 0;
        opacity: 1;
        z-index: 100;
        height: 60px;
    }
    nav#topnavi .logo {
        height: 60px;
        text-align: center;
        margin-top: 0px;
    }
    nav#topnavi a.logo {
        z-index: 200;
        display: block;
    }
    nav#topnavi .menu {
        clear: both;
        float: none;
        position: relative;
        top: -60px;
        text-align: right
    }
    nav#topnavi .menu .icon {
        display: inline-block;
        height: 60px;
        width: 60px
    }
    nav#topnavi .menu .icon::before {
        content: '';
        display: block;
        width: 60px;
        height: 60px;
        background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDE1MzYgMTc5MiI+PHBhdGggZmlsbD0iIzMzMyIgc3Ryb2tlPSIjMDAwIiBkPSJNMCAxNTM2di0yNTBoMTU0MHYyNTB6TTAgNTA2di0yNTBoMTU0MHYyNTB6TTAgMTAxNnYtMjUwaDE1NDB2MjUweiIvPjwvc3ZnPg==") no-repeat 50% 50%
    }
    nav#topnavi .menu .icon span {
        display: none
    }
    nav#topnavi .menu .icon.view::before {
        content: '';
        background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDE0MDggMTc5MiI+PHBhdGggZmlsbD0iIzMzMyIgc3Ryb2tlPSIjMDAwIiBkPSJNMTA4MCAxNTM0bC0zNzAtMzYwLTM3MCAzNjAtMjcwLTI3MCAzNjItMzcwLTM2Mi0zNzAgMjcwLTI3MCAzNzAgMzYwIDM3MC0zNjAgMjcwIDI3MC0zNzQgMzcwIDM3NCAzNzB6Ii8+PC9zdmc+") no-repeat 50% 50%
    }
    nav#topnavi .menu ul {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        width: 100%;
        margin-top: -2px
    }
    nav#topnavi .menu ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        display: block;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4);
        text-align: left
    }
    nav#topnavi .menu ul li a {
        display: block;
        padding: 5px 15px 0;
        font-size: 1.2em;
        font-weight: bold;
        color: #fff;
        line-height: 55px;
    }
    nav#topnavi .menu ul li a:hover {
        background-color: rgba(0, 0, 0, 0.4)
    }
    nav#topnavi .icon.view+ul {
        display: block
    }
    #bg-subimage {
        position: relative;
        display: block;
        /*margin-top: 110px;*/
        /*margin-top: 145px;*/
        margin: 60px 0 auto 0;
        width: 100%;
        height: 100vh;
        /*background: transparent url("../img/lineup.jpg") 50% 0 no-repeat;*/
        background-size: cover;
        z-index: 50
    }
    #bg-subimage h1 {
        font-family: 'Hina Mincho', serif;
        display: block;
        width: 50px;
        line-height: 1px;
        background-color: rgba( 255, 255, 255, 0.7);
        color: #000;
        writing-mode: vertical-rl;
        text-align: center;
        position: absolute;
        top: 0px;
        left: 16px;
        z-index: 999;
        padding: 16px 30px;
        font-size: 18px;
        letter-spacing: 2px;
    }
    /* #bg-subimage img {
        position: absolute;
        top: -50px;
        left: 15px;
        width: 265px;
    }*/
    #maincont {
        margin-top: 460px;
        top: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1194px) and (orientation: portrait) {
    #bg-subimage {
        margin: 60px 0 auto 0;
    }
}


/* スライダーのwrapper */

.infinite-slider .swiper-wrapper {
    transition-timing-function: linear;
}


/* スライド */

.infinite-slider .swiper-slide {
    height: 100vh !important;
    width: auto !important;
}

.infinite-slider .swiper-slide img {
    width: auto;
    height: 100vh;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__second-level li a {
    padding: 0px;
    display: block;
    height: 20px;
    line-height: 20px;
}

.menu__second-level li a:hover {}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 80px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background-color: rgba( 209, 209, 209, 0.6);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 90px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level>li {
    float: left;
    width: 32%;
    border: none;
    text-align: left;
    padding: 0px;
    font-size: 10px;
}

li.menu__mega ul.menu__second-level>li:nth-child(3n+2) {
    margin: 0 1%;
}