* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    font-variant-ligatures: none;
    font-family: YakuHanJPs_Narrow, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: 500;
    font-size:100%
}

*, * :before, * :after {
    box-sizing:border-box
}

h1, h2, h3, h4, h5, h6 {
    font-weight:600
}

html, body {
    background: #fff;
    color: #333;
    font-size: 18px;
    line-height: 1.8;
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    height: 100%;
    word-wrap: break-word;
    overflow-wrap:break-word;
    overflow: hidden;
}

span {
    font:inherit
}

a {
    font: inherit;
    color:blue
}

a:hover {
    text-decoration:none
}

a, img {
    border:none
}

li {
    list-style-type:none
}

.noselect, img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select:none
}

img {
    display: block;
    width: 100%;
    height:auto
}

.container {
    min-width: 320px;
    height: 100%;
    overflow:hidden;
    display: flex;
    justify-content: center;
    align-items: center; 
}

i.fas {
    font-weight:400;
    padding-right: .2em;
}


@media screen and (max-width: 768px) {
    html, body {
        font-size:14px
    }
}

html, body {
    font-size: 18px;
    color: #000;
    background:#000
}

a {
    color:#000
}

strong {
    font-weight:600
}

.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: 1.2;
    max-width: calc(100% - 1em);
    font-size: 90%;
    font-weight: 600;
    padding: 1em 1.6em;
    padding-bottom: 1.2em;
    margin: .2em .4em;
    text-shadow: none;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    background-color: #000;
    text-decoration: underline;
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function:ease
}

.btn:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #001;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function: ease;
    opacity: 0;
    pointer-events:none
}

.btn:hover {
    text-decoration: none;
    transform:scale(1.02)
}

.btn[href=""] {
    background: #ccc;
    pointer-events: none
}

.btn[href=""]:before {
    display:none
}

.btn i {
    margin:0 .3em
}

.btn i:last-child {
    margin-right:0
}

.btn i:first-child {
    margin-left:0
}

.btn div {
    font: inherit;
    font-size: 90%;
    margin-top: .4em;
    line-height:1.4
}

.btn--small {
    font-size:80%
}

.btn--xsmall {
    font-size:60%
}

.btn--large {
    font-size:100%
}

.btn--max {
    display: block !important;
    text-align: center;
    margin: 1em auto;
    max-width:480px
}

.btn--max:first-child {
    margin-top:0
}

.btn--max:last-child {
    margin-bottom:0
}

.btn--white {
    color: #000;
    background-color:#fff
}

.en {
    font-family: "Comfortaa", sans-serif !important;
    font-weight:700 !important
}

.hover {
    transition-property: opacity;
    transition-duration: 200ms;
    transition-timing-function:ease
}

.hover:hover {
    opacity:.8
}

.textshadow {
    text-shadow:1px 1px 0 #000
}

.textshadow_white {
    text-shadow:1px 1px 0 #fff
}

.boxshadow {
    box-shadow:3px 3px 20px rgba(0, 0, 0, .05)
}

.marker {
    background-image: linear-gradient(0deg, rgba(255, 145, 0, 0.4) 50%, rgba(255, 145, 0, 0) 50%);
    display: inline;
    padding: 0 .1em;
    margin: 0 .1em;
    font-weight:600 !important
}

@media screen and (max-width: 1080px) {
    html, body {
        font-size:16px
    }
}

.container {
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
    margin: 0 auto;
    position:relative
}

.nav {
    display: block;
    font-size: 130%;
    line-height: 1;
    text-align: center;
    background: #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    height: 75px;
    width:100%
}

.nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(navbg.jpg) center repeat #000;
    background-size: auto 100%;
    height:100%
}

.nav ul li {
    display: flex;
    align-items: center;
    justify-content:center
}

.nav ul li:first-child:before {
    display:none
}

.nav button, .nav a {
    background: rgba(0, 0, 0, 0);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    color: #ff9100;
    text-shadow: 0 0 5px red;
    text-decoration: none;
    display: block;
    margin: .4em;
    margin-top: .6em;
    padding: .1em;
    font-size: 50px;
    border-radius:3px
}

.nav button:hover, .nav a:hover {
    background: rgba(255, 145, 0, .1);
    color: #ffb400;
    animation-name: BLINK;
    animation-duration: 500ms;
    animation-iteration-count:1
}

@keyframes BLINK {
    0% {
        opacity:.1
    }

    100% {
        opacity: 1
    }
}

.bg {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100svh;
    pointer-events:none
}

.bg video {
    position: absolute;
    transition-property: width, height, left, top, opacity;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height:100%
}

.bg:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(top_over.png) center no-repeat rgba(0, 0, 0, .8);
    background-size:cover
}

@media screen and (max-width: 700px) {
    .bg {
        background: url(bg_over_sp.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 25px 0;
    }

    .bg:after {
        display:none
    }

    #player {
        display:none
    }
}

.about {
    color: #fff;
    padding: 4em 2em;
    padding-bottom: 5em;
    position:relative;
}

.about__inner {
    position: relative;
    max-width: 960px;
    margin:0 auto
}

.about__header {
    margin-bottom:2em
}

.about__header h2 {
    width: 320px;
    margin:0 auto
}

.about__product {
    position: relative;
    z-index: 1;
    padding: 4em;
    margin-top: 2em;
    display: flex;
    align-items: top;
    justify-content: flex-start;
    flex-wrap:wrap
}

.about__product:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(about_bg.jpg) center no-repeat;
    background-size: cover;
    opacity: .15;
    z-index: -1;
    pointer-events:none
}

.about__product__title {
    width: 100%;
    padding: 0 2em;
    margin-bottom:3em
}

.about__product__title img {
    max-width: 800px;
    margin:0 auto
}

.about__product__image, .about__product__text {
    width: 50%;
    padding: 0 1.5em;
    display: flex;
    align-items: center;
    justify-content:center
}

.about__product__nav {
    width: 100%;
    margin-top: 2em;
    text-align:center
}

.about__product ul {
    font-size: 80%;
    width:100%
}

.about__product ul li {
    margin-bottom:.6em
}

.about__product h2 {
    margin-bottom:.6em
}

@media screen and (max-width: 768px) {
    .about {
        padding:4em 1em
    }

    .about__header h2 {
        width:60%
    }

    .about__product {
        display: block;
        padding:2em 1em
    }

    .about__product__title {
        padding: 0;
        margin-bottom:2em
    }

    .about__product__image, .about__product__text {
        width: 100%;
        padding:0
    }

    .about__product__image img {
        width: 60%;
        margin:0 auto
    }

    .about__product__text {
        margin-top:1em
    }

    .about__product__nav {
        margin-top:1em
    }

    .about__product ul {
        font-size:90%
    }
}