@charset "utf-8";
/* {outline: 1px solid magenta;}*/
:root{    
	--black: #000;
    --yellow: #ffd800;
    --green: #36fe4b;
    --gray: #989898;
    --red: rgb(184, 17, 17);
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../font/inter-v20-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('../font/inter-v20-latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url('../font/orbitron-v35-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 500;
  src: url('../font/orbitron-v35-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 600;
  src: url('../font/orbitron-v35-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  src: url('../font/orbitron-v35-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 800;
  src: url('../font/orbitron-v35-latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 900;
  src: url('../font/orbitron-v35-latin-900.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../font/open-sans-v44-latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  src: url('../font/noto-sans-jp-v56-japanese_latin-800.woff2') format('woff2');
}
.axisr{
    font-family: 'A+mfCv-AXIS Font ベーシック R ProN';
}
.axism{
    font-family: 'A+mfCv-AXIS Font ベーシック M ProN';
}
.axisb{
    font-family: 'A+mfCv-AXIS Font ベーシック B ProN';
}
.axish{
    font-family: 'A+mfCv-AXIS Font ベーシック H ProN';
}
.en{
    font-family: 'Inter';
    font-weight: 800;
    letter-spacing: -0.05em;
}
.orb{
    font-family: "Orbitron";
    font-weight: 900;
}
html,body{

}
body{
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 1.6;
    font-family: 'A+mfCv-AXIS Font ベーシック B ProN', sans-serif;
}
p,dt,dd,tr,th,td,li,a,b,em,span,strong,div,img,header,section,article,nav,footer,h1,h2,h3,h4,h5,h6,button{
	font-size: clamp(15px, 1.3vw, 17px);
	line-height: 1.6;
    font-family: 'A+mfCv-AXIS Font ベーシック B ProN', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'A+mfCv-AXIS Font ベーシック H ProN';
    font-weight: normal;
}
p{
	margin: 0 0 1em;
}
p:last-child{
	margin-bottom: 0;
}
body {
	position: relative;
	width: 100%;
}
.wrapper{
	width: 90%;
	margin-inline: auto !important;
}
.wrap{
	width: 90%;
	max-width: 1480px;
	margin-inline: auto !important;
}
.btn-wrap{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.btn {
    padding: 1em 2em;
    background: var(--yellow);
    font-size: clamp(14px, 1.3vw, 17px);
    line-height: 1.6;
    font-family: 'A+mfCv-AXIS Font ベーシック M ProN';
    color: var(--black);
}
.btn:hover{
    background: var(--black);
    color: #fff;
}
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.is-show {
    opacity: 1;
    transform: translateY(0);
}
.link{
    width: 77%;
    display: block;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.link:before{
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: var(--yellow);
    position: absolute;
    bottom: 1.5px;
    right: 20%;
    transform: rotate(-45deg);
    transform-origin: bottom;
    transition: 0.2s all;
}
.link:after{
    content: "";
    display: block;
    width: 80%;
    height: 3px;
    background: var(--yellow);
    transition: 0.2s all;
}
.link span{
    color: #fff;
    font-size: clamp(16px, 2vw, 28px);
}
.link .orb:after{
    content: " / ";
}
.link span.orb{
    font-weight: 500;
    letter-spacing: 0.2em;
}
.link:hover span{
    color: var(--yellow);
}
.link:hover:after{
    width: 100%;
}
.link:hover:before{
    right: 0;
}
@media screen and (max-width: 980px) {
    p,dt,dd,tr,th,td,li,a,b,em,span,strong,div,img,header,section,article,nav,footer,h1,h2,h3,h4,h5,h6,button{
        line-height: 1.7;
    }
    .link{
        width: 85%;
    }
}
@media (max-width: 680px) {
    .link{
        width: 90%;
    }
}
@media (max-width: 480px) {
    .concept .link .axisM{
        padding-bottom: 0.5em;
    }
    .concept .link span {
        display: block;
        line-height: 1.2;
    }
    .concept .link .orb:after{
        display: none;
    }
    .concept .link:before {
        height: 50%;
    }
}
/*HEADER*/
.header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    position: fixed;
    top: 3vw;
    left: 0;
    background: var(--black);
}
.header-a{
    width: clamp(280px, 35vw, 560px);
    padding: 1em 0 1em 2.5%;
    z-index: 100;
}
.gnav-trigar{
    display: block;
    position: relative;
    cursor: pointer;
    width: clamp(40px, 4.5vw, 60px);
    height: clamp(20px, 2.3vw, 40px);
    margin: 0 2.5% 0 auto;
}
.gnav-trigar span{
    position: absolute;
    left: 0;
    width: 100%;
    height: clamp(3px, 0.3vw, 6px);
    background: #fff;
    transition: 0.3s ease;
}
.gnav-trigar span:nth-of-type(1) {
    top: 0;
}
.gnav-trigar span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.gnav-trigar span:nth-of-type(3) {
    bottom: 0;
}
.gnav-trigar.clicked span:nth-of-type(1) {
    top: 50%;
    transform: rotate(405deg);
    transform-origin: center;
}
.gnav-trigar.clicked span:nth-of-type(2) {
    opacity: 0;
}
.gnav-trigar.clicked span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-405deg);
    transform-origin: center;
}
.gnav{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: scroll;
    display: block;
    padding: 10em 0;
    transition: 0.2s all ease;
    background: var(--black);
}
.gnav.clicked{
    right: 0;
}
.gnav-wrap{
    width: 90%;
    margin: 0 auto;
    max-width: 1380px;
    font-family: 'A+mfCv-AXIS Font ベーシック B ProN';
}
.gnav-a{
    display: block;
    color: #fff;
    padding: 0.7em 0;
}
.gnav-a .axism{
    font-size: clamp(18px, 2vw, 34px);
    line-height: 1;
    font-style: normal;
}
.gnav-a .orb:after,
.gnav-a .orb{
    font-family: 'Orbitron';
    font-weight: 500;
    font-size: clamp(20px, 2.3vw, 48px);
    letter-spacing: 0.15em;
    line-height: 1;
}
.gnav-a .orb:after{
    content: " / ";
}
.gnav-a:hover span,
.gnav-a:hover{
    color: var(--yellow);
}
.gnav-sns{
    display: flex;
    margin-top: 1em;
}
.gnav-sns .gnav-a {
    width: 2.2em;
    filter: invert(1);
    margin-right: 0.7em;
}
.gnav-search{
    border-bottom: 1px solid #fff;
    margin-top: 2em;
    display: flex;
}
.gnav-search_btn{
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.gnav-search_btn img{
    filter: invert(1);
    width: clamp(28px, 3vw, 68px);
}
.gnav-search_input{
    flex: 1;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: clamp(18px, 3vw, 48px);
    padding: 0.5em;
}
.header.sticky{
    top: 0;
}
.header.sticky .header-a {
    width: 300px;
    padding: 0.5em 0 0.5em 1.5%;
}
.header.sticky .gnav-trigar {
    width: 30px;
    height: 20px;
    margin: 0 1.5% 0 auto;
}
.header.sticky .gnav-trigar span{
    height: 2px;
}
.gnav-a.disabled{
    pointer-events: none;
}
.gnav-a.disabled{
    opacity: 0.6;
}
.gnav-a.disabled:after{
    content: "COMING SOON";
    display: block;
    color: #666;
    font-family: 'Inter';
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: clamp(21px, 2vw, 34px);
}
@media screen and (max-width: 680px) {
    .gnav{
        padding: 7em 0 0;
    }
    .gnav-a {
        margin-bottom: 1em;
        padding: 0;
    }
    .gnav-a .axish{
        line-height: 1.3;
        font-weight: 500;
        font-size: clamp(16px, 1.5vw, 24px);
        color: var(--gray);
    }
    .gnav-a .orb{
        display: block;
        line-height: 1.1;
        color: #fff;
    }
    .gnav-a .orb:after{
        display: none;
    }
    .gnav-search_btn {
        padding: 1em 0;
    }
}
@media screen and (max-width: 1180px) {


}
@media screen and (max-width: 480px) {

}



.footer{
    background: var(--black);
    padding-bottom: 0 !important;
}
.footer-cta{
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
}
.footer-cta a{
    border: 1px solid #fff;
    padding: 1em 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter';
    font-weight: 800;
    font-size: clamp(12px, 1.1vw, 21px);
}
.footer-cta a:hover{
    background: var(--yellow);
    border: 1px solid var(--yellow);
    color: var(--black);
}
.footer-wrap{
    width: 90%;
    display: flex;
    gap: 0 2em;
    margin: 3em auto;
}
.footer-sns{
    display: flex;
    margin-bottom: 2em;
}
.footer-search,
.footer-sns a{
    margin-right: 2em;
}
.footer-search img,
.footer-sns a img{
    filter: invert(1);
    width: clamp(28px, 3vw, 50px);
}
.footer-search_btn{
    border: none;
}
.footer-search_input{
    width: 0;
    border: none;
    padding: 0;
}
.footer-copy,
.footer-copy a,
.footer-add a,
.footer-add p{
    color: #fff;
    font-size: clamp(11px, 1.1vw, 14px);
    line-height: 1.9;
}
.footer-add a:hover{
    color: var(--yellow);
}
.footer-map{
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.footer-map img{
    width: clamp(12px, 1.1vw, 14px);
}
.footer-copy br{
    display: none;
}
.footer-copy a{
    display: inline-block;
    line-height: 1;
    padding-left: 1em;
    margin-left: 1em;
    border-left: 1px solid #fff;
}
.footer-buddy{
    width: clamp(200px, 35vw, 480px);
}
.footer-buddy img{
    filter: invert(1);
}
@media screen and (max-width: 1280px) {
    .footer-cta{
        gap: 0.5em;
    }
    .footer-copy br{
        display: block;
    }
    .footer-copy a{
        padding-left: 0;
        padding-right: 1em;
        margin-left: 0;
        margin-right: 1em;
        border-left: none;
        border-right: 1px solid #fff;
    }
    .footer-copy a:last-child{
        border: none;
        padding-right: 0;
        margin-right: 0;
    }
    .footer-buddy {
        width: clamp(200px, 43vw, 480px);
    }
}
@media screen and (max-width: 1180px) {
    .footer-cta {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 780px) {
    .footer-wrap{
        display: block;
    }
    .footer-buddy{
        margin-top: 2em;
        width: 80%;
    }
}
@media screen and (max-width: 480px) {
    .footer-wrap{
        margin-bottom: 1em;
    }
    .footer-cta {
        grid-template-columns: 1fr;
    }
    .footer-cta a {
        font-size: clamp(16px, 1.1vw, 21px);
    }
}


/*TOTOP*/
#totop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    width: 35px;
    height: 35px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all opacity;
    background: var(--black);
}
#totop:before{
    content: "";
    width: 15px;
    height: 15px;
    border-top: 5px solid var(--yellow);
    border-left: 5px solid var(--yellow);
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center;
}
#totop.is-visible { 
	opacity: 1; 
	pointer-events: auto; 
}
#totop:hover{
	transform: scale(1.2,1.2);
}
