@charset "utf-8";

/*-----------------
COMMON
-----------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 15px;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Noto Sans JP', sans-serif;
	font-display: swap;
	letter-spacing: 0.25em;
}
br.sp{
  display: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	background: #131418;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear; /* opera */
	-moz-transition: all 0.2s linear; /* firefox */
	-webkit-transition: all 0.2s linear; /* chrome, safari */
	-ms-transition: all 0.2s linear; /* ie */
}
a img{
	opacity: 1;
	transition: all 0.2s linear;
	-o-transition: all 0.2s linear; /* opera */
	-moz-transition: all 0.2s linear; /* firefox */
	-webkit-transition: all 0.2s linear; /* chrome, safari */
	-ms-transition: all 0.2s linear; /* ie */
}
img {
    -ms-interpolation-mode: bicubic;
}
button,input{
    text-decoration: none;
    color: #000;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear; /* opera */
    -moz-transition: all 0.2s linear; /* firefox */
    -webkit-transition: all 0.2s linear; /* chrome, safari */
    -ms-transition: all 0.2s linear; /* ie */
}
a:hover{
    cursor: pointer;
}
button:hover{
    cursor: pointer;
}
button:hover{
    opacity: 0.7;
}
input:hover{
    cursor: pointer;
}
a:hover img{
    opacity: 0.7;
}
.wrap{
    opacity: 0;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear; /* opera */
    -moz-transition: all 0.2s linear; /* firefox */
    -webkit-transition: all 0.2s linear; /* chrome, safari */
    -ms-transition: all 0.2s linear; /* ie */
}
.show{
    animation-name: show;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode:forwards;
}

@keyframes show {
    0% { opacity: 0 }
    100% { opacity: 1 }
}

h1,
#support > h4,
.rave > div > h2,
#faq h2,
#manual h2{
   width: calc(100% - 18px);
   text-align: center;
   /* font-family: 'Comfortaa', cursive; */
   transform: rotate(0.005deg);
   padding: 244px 0 0 10px;
   /* font-weight: 600; */
   font-size: 18px;
   letter-spacing: 0.68em;
   display: block;
   position: relative;
   color: #000;
}


/*-----------------
header
-----------------*/
header{
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    background: rgba(19,20,24,0.95);
    z-index: 9999;
}
#headerNav{
    width: 90vw;
    max-width: 1080px;
    height: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
#headerNav > div{
    width: 20%;
    margin: -10px 0 0 0;
}
#headerNav > div a{
    display: block;
}
#headerNav > div a img{
    width: 100%;
}
#headerNav > nav{
    width: 76%;
}
#headerNav > nav > ul{
    display: flex;
    justify-content: flex-end;
    padding: 0 0 0 36px;
}
#headerNav > nav > ul:nth-child(1){
    margin: 0px 46px 0 0;
}
#headerNav > nav > ul:nth-child(1) li{
    /*position: relative;*/
    padding: 0 0 0 42px;
}
#headerNav > nav > ul:nth-child(1) li a{
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.1em;
}
#headerNav > nav > ul:nth-child(1) li a:hover{
    opacity: 0.5;
}
#headerNav > nav > ul:nth-child(2){
    padding: 36px 0 0 0;
}
#headerNav > nav > ul:nth-child(2) li{
    position: relative;
    padding: 0 0 0 28px;
}
#headerNav > nav > ul:nth-child(2) li:nth-child(1):before{
    content:"/";
    position: absolute;
    right: -19px;
    font-size: 11px;
    top: -1px;
    color: #96948e;
    font-weight: 300;
}
#headerNav > nav > ul:nth-child(2) li span{
    font-size: 11px;
    font-family: 'Comfortaa', cursive;
    transform: rotate(0.005deg);
    font-weight: 300;
    color: #010101;
    line-height: 1em;
    display: block;
    position: relative;
}
#headerNav > nav > ul:nth-child(2) li span:before{
    content:"";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #928969;
    position: absolute;
    top:17px;
    left: 50%;
    margin: 0 0 0 -4px;
}
#headerNav > nav > ul:nth-child(2) li a{
    font-size: 11px;
    font-family: 'Comfortaa', cursive;
    transform: rotate(0.005deg);
    font-weight: 300;
    color: #010101;
    line-height: 1em;
    display: block;
}

/*
-----------------
hmNav @PC
-----------------
*/

.hmNav{
    display: none;
}

/*
-----------------
hmNav @mobile
-----------------
*/
#hmNav{
    opacity: 1.0!important;
}
#hmNav,.hamburger__icon,.hamburger__icon:after,.hamburger__icon:before{
    -moz-transition-duration:.4!importants;
    -o-transition-duration:.4!importants;
    -webkit-transition-duration:.4!importants
}
.hamburger{
    display:block;
    width:95px;
    height:95px;
    position:fixed;
    top:10px;
    left:calc(50% + 470px);
    z-index:10000;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-tap-highlight-color:transparent;
    -ms-touch-action:manipulation;
    touch-action:manipulationl;
}
.hamburger:hover{
    opacity: 1;
}
.hamburger__icon{
    position:relative;
    margin: 28px 25px 0 0;
}
.hamburger__icon:before{
    display:block;
    width:24px;
    height:3px;
    background-color:#fff;
    -moz-transition-property:background-color,-moz-transform;
    -o-transition-property:background-color,-o-transform;
    -webkit-transition-property:background-color,-webkit-transform;
    transition-property:height,width,background-color,transform;
    transition-duration:.4s;
}
.hamburger:hover .hamburger__icon:before{
    width:47px;
}
.hamburger__icon:after{
    display:block;
    width:47px;
    height:3px;
    background-color:#fff;
    -moz-transition-property:background-color,-moz-transform;
    -o-transition-property:background-color,-o-transform;
    -webkit-transition-property:background-color,-webkit-transform;
    transition-property:height,width,background-color,transform;
    transition-duration:.4s;
}
.hamburger__icon:before{
    position:absolute;
    content:"";
}
.hamburger__icon:before{
    top:0;
    right: 0;
}
.hamburger__icon:after{
    position:absolute;
    content:"";
}
.hamburger__icon:after{
    top:10px;
    right: 0;
}
.hamburger.active .hamburger__icon:before{
    display:block;
    width:47px;
    height:2px;
}
.hamburger.active .hamburger__icon:after{
    display:block;
    width:47px;
    height:2px;
}
.hamburger.active .hamburger__icon{
    background-color:transparent
}
.hamburger.active .hamburger__icon:before{
    -moz-transform:translateY(0)rotate(-198deg);
    -ms-transform:translateY(0)rotate(-198deg);
    -webkit-transform:translateY(0)rotate(-198deg);
    transform:translateY(0)rotate(-198deg);
    top:7px;

}
.hamburger.active .hamburger__icon:after{
    -moz-transform:translateY(0)rotate(198deg);
    -ms-transform:translateY(0)rotate(198deg);
    -webkit-transform:translateY(0)rotate(198deg);
    transform:translateY(0)rotate(198deg);
    top:7px;
    right: 0;
}
#hmNav{
    z-index:15000;
    display:none;
    width:100%;
    height: 100vh;
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
    -moz-transition-property:-moz-transform;
    -o-transition-property:-o-transform;
    -webkit-transition-property:-webkit-transform;
    transition-property:transform;
    transition-duration:.4s;
    overflow:hidden;
    -webkit-overflow-scrolling:touch;
    padding: 114px 0 137px 0;
    background: rgba(0,0,0, 0.9);
    margin: -114px 0 0 0;
}
.hmNav{
    width: 100vw;
    display: block;
    height: 100%;
}
#hmNav, .hmNav {
    overflow-y: scroll;
    overflow-x: hidden;
}
.hmNav ul{
    margin-bottom: 150px;
}
.hmNav li a{
    width: 90vw;
    max-width: 1010px;
    margin: 0 auto;
    padding: 26px;
    display: block;
    color: #fff;
    font-size: 13px;
}
.hmNav li a:hover{
    background: #000;
    color: #dcdcdc;
}
#hmNav.active{
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
}



/*
-----------------
breadcrumbs @PC
-----------------
*/
#breadcrumbs{
    background: #fff;
    padding: 42px 0 36px 0;
}
#breadcrumbs ul{
    display: flex;
    width: 90vw;
    max-width: 1080px;
    margin: 0 auto;
}
#breadcrumbs ul li a{
    font-size: 11px;
    font-family: 'Comfortaa', cursive;
    transform: rotate(0.005deg);
    font-weight: 300;
    color: #010101;
    line-height: 1em;
    display: block;
    position: relative;
    letter-spacing: 0.33em;
    padding: 0 18px 0 22px;
}
#breadcrumbs ul li a:before{
    content:"〉";
    color: #010101;
    position: absolute;
    top: -1px;
    left: 0;
}





/*
-----------------
footer @PC
-----------------
*/
footer{
    width: 100%;
    background: #131418;
    background-size: contain;
}
footer > div{
    width: 90vw;
    max-width: 1080px;
    margin: 0 auto;
}

/*
-----------------
footer-support @PC
-----------------
*/

#support{
    width: 90vw;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: block;
    padding: 54px 0 204px 0;
}

#support > h4{
    padding: 64px 0 0 10px;
    color: #fff;
}
#support > div > ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0 0;
}
#support > div > ul li{
    width: 48%;
}
#support > div > ul > li a{
    display: block;
}
#support > div > ul > li a{
    color: #000;
    border: 1px dotted #ccc;
    font-size: 14px;
    padding: 18px 102px 18px 102px;
}
#support > div > ul > li a{
    display: block;
    padding: 20px 28px 24px 28px;
    text-align: center;
}
#support > div > ul > li a span{
    color: #8e8e8e;
    font-size: 10px;
}
#support > div > ul > li a p{
    color: #ccc;
    font-size: 15px;
    padding: 6px 0 0 0;
}
#support > div > ul > li a {
  position: relative;
  display: block;
  transition: all .2s;
}
#support > div > ul > li a:hover p{
  color: #fff;
}
#support > div > ul > li a::before,
#support > div > ul > li a::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
}
#support > div > ul > li a::before {
  top: -1px;
  left: -1px;
}
#support > div > ul > li a::after {
  bottom: -1px;
  right: -1px;
}
#support > div > ul > li a:hover::before,
#support > div > ul > li a:hover::after {
  width: 100%;
  height: 100%;
}
#support > div > ul > li a:hover::before {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: height .3s, width .3s .3s;
}
#support > div > ul > li a:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: height .3s, width .3s .3s;
}




/*
-----------------
footer-nav @PC
-----------------
*/

#pagetop{
    text-align: center;
}
#pagetop a{
    width: 24px;
    height: 220px;
    background: url(../../img/pagetopPC.png) 4px 100% no-repeat;
    display: block;
    position: relative;
    transition: all 0.2s linear;
    -o-transition: all 0.2s linear; /* opera */
    -moz-transition: all 0.2s linear; /* firefox */
    -webkit-transition: all 0.2s linear; /* chrome, safari */
    -ms-transition: all 0.2s linear; /* ie */
    margin: 0 auto;
    opacity: 0.3;
    display: block;
}
#pagetop a:hover{
    width: 24px;
    height: 220px;
    background: url(../../img/pagetopPC.png) 4px 100% no-repeat;
    display: block;
    position: relative;
    margin: 0 auto;
    opacity: 1;
}

footer > div:nth-child(2){
    width: 100%;
    height: 134px;
    position: relative;
}
footer > div:nth-child(2) > div:nth-child(1){
    position: absolute;
    left: 0;
    top: 20px;
}
footer > div:nth-child(2) > div:nth-child(1) ul{
    display: flex;
    align-items: center;
}
footer > div:nth-child(2) > div:nth-child(1) ul li:nth-child(2){
    margin: 0 0 0 30px;
}
footer > div:nth-child(2) > div:nth-child(1) ul li:nth-child(2) a{
    font-size: 10px;
    font-weight: 400;
    color: #8e8e8e;
}
footer > div:nth-child(2) > div:nth-child(1) ul li:nth-child(2) a:hover{
    opacity: 0.7;
}
footer > div:nth-child(2) > div:nth-child(2){
    position: absolute;
    left: 50%;
    margin: 0 0 0 -8px;
    bottom: 0;
}
footer > div:nth-child(2) > div:nth-child(3){
    position: absolute;
    right: 0;
    top: 32px;
}
footer > div:nth-child(2) > div:nth-child(3) p{
    font-size: 8px;
    color: #8e8e8e;
}



/*
-------------------------
    MEDIA QUERIES
-------------------------
*/
@media screen and (max-width:1080px){
    .hamburger{
        right: 20px;
        left: auto;
    }
}
@media screen and (max-width:720px){
    br.sp{
        display: block;
    }
    /* tmp */
    body,html{
        overflow-x: hidden;
    }

    /* header */
    header{
    }
    #headerNav{
        width: 100%;
        height: 84px;
    }
    #headerNav > div{
        width: 40%;
        margin: -5px 0 0 5vw;
    }
    #headerNav > nav{
        display: none;
    }
    #hmNav,
    .hmNav{
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .hmNav ul{
        margin-bottom: 150px;
    }
    .hamburger{
        left: auto;
        right: 5vw;
        top: 0;
    }
    .hamburger__icon{
        margin: 36px 0;
    }
    .hamburger__icon:before{

    }
    h1,
    #support > h4,
    .manual h3,
    .rave > div > h2{
        padding: 120px 0 0 10px;
    }
    #support{
        padding-top: 0;
    }
    #support > div > ul{
        flex-direction: column;
    }
    #support > div > ul li{
        width: 100%;
        margin-bottom: 16px;
    }
    #breadcrumbs ul{
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #breadcrumbs ul li{
        margin-bottom: 16px;
    }
    #breadcrumbs ul li a{
        font-size: 11px;
        line-height: 1.2em;
        padding: 0 6px 0 12px;
    }
    #breadcrumbs ul li a:before{
        top: 1px;
    }
    footer > div:nth-child(2) > div:nth-child(3){
        position: relative;
        text-align: center;
        top: -50px;
    }

}





