@charset "UTF-8";
/*
Theme Name: VX Shift
Description: VX Shift
Version: 2026.7
Author: YH
*/
/* ------------------------------------------
   Reset
------------------------------------------ */
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, font, 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-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
* {
	outline: none;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
button {
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
input, button, select, textarea {
	border-radius: 0;
}
@media screen and (max-width: 767px) {
	input, button, select, textarea {}
}
/*
Web Fonts
font-family: "Poppins", sans-serif;
*/
/* ------------------------------------------
   Style
------------------------------------------ */
body {
	-webkit-font-smoothing: antialiased;
	height: 100%;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
	-webkit-text-size-adjust: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	transition: opacity 1s ease;
	-webkit-print-color-adjust: exact;
	letter-spacing: 0;
	opacity: 0;
}
body.show {
	opacity: 1;
}
body p {
	color: inherit;
	font-size: inherit;
	line-height: 2em;
}
a, a img, button {
	text-decoration: none;
	font-weight: 400;
	color: #000;
	transition: all 0.3s ease;
	overflow-wrap: anywhere;
	word-break: break-all;
	text-align: left;
	cursor: pointer;
}
.pc_view a:hover {
	opacity: 0.75;
}
.pc_view button:hover {
	opacity: 0.75;
}
span {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	/* word-break: keep-all; */
	/* word-wrap: normal; */
	overflow-wrap: break-word;
	letter-spacing: 0;
}
img {
	display: block;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	line-height: inherit;
	line-height: 1.6em;
}
*[data-view=pc] {
	display: block !important;
}
*[data-view=sp] {
	display: none !important;
}
.outline {
	position: relative;
	min-width: 1000px;
	margin: 0 auto;
}
.main {
	margin: 0 auto;
	position: relative;
	transition: opacity 0.3s ease;
	z-index: 100;
}
.f_en {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}
.scrollactive.fadein {
	position: relative;
	top: 20px;
	transition: all ease 1s;
	opacity: 0;
}
.scrollactive.fadein.active {
	opacity: 1;
	top: 0;
}
header {
	background: #fff;
	z-index: 1000;
	position: relative;
	padding-bottom: 1px;
}
header ul {
	display: flex;
	background: #222;
	gap: 24px;
	padding: 1px 25px;
}
header ul li {}
header ul li a {
	display: block;
	font-size: 10px;
	color: #fff !important;
	line-height: 1.5em;
	padding: 4px 0 5px 0;
}
header .logo {
	display: block;
	width: 73px;
	margin: 20px auto;
}
.gmenu .bt_menu {}
/*
footer {
	position: relative;
	z-index: 1000;
	background: #222;
	display: flex;
	align-items: center;
	padding: 20px 70px;
}
footer .logo {
	display: block;
	width: 90px;
}
footer .copyright {
	text-align: center;
	font-size: 14px;
	margin: 14px 0 0 20px;
	color: #ffff;
}
*/
.main {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}
.main .bottomline {
	position: relative;
}
.main .bottomline::before,
.main .bottomline::after {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 0px;
	background: #fff;
	bottom: 0px;
	transition: all ease 1s;
}
.main .bottomline::after {
	bottom: auto;
	top: 100%;
	background: #000;
}
.main .bottomline.active::before,
.main .bottomline.active::after {
	height: 46px;
}
.main .visual {
	position: relative;
	height: 500px;
}
.main .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #000;
}
.main .bg video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 100%;
	transition: 1s all ease;
}
.main .visual>.inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #fff;
	position: relative;
}
.main .visual h1 {
	font-size: 150px;
	font-weight: 200;
	line-height: 1em;
	letter-spacing: 0.2em;
	transition: all ease 1s;
	opacity: 0;
}
.main .visual.active h1 {
	letter-spacing: 0;
	opacity: 1;
}
.main .visual .copy {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 20px 0 13px 0;
}
.main .visual .copy span {
	display: block;
	font-size: 24px;
	letter-spacing: 0.1em;
	text-indent: -0.1em;
	position: relative;
	line-height: 1.8em;
	transition: all ease 1s;
	opacity: 0;
}
.main .visual.active .copy span {
	opacity: 1;
}
.main .visual .copy span::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background: #fff;
	transition: all ease 1s;
}
.main .visual.active .copy span::after {
	width: 100%;
}
.main .visual .note {
	position: absolute;
	right: 20px;
	bottom: 20px;
	line-height: 1em;
	font-size: 14px;
}
.main .content {}
.main .content .intro {
	position: relative;
}
.main .content .intro>.inner {
	padding: 110px 0 100px 0;
}
.main .content .intro .text {
	font-size: 18px;
	text-align: center;
	line-height: 2.3em;
}
.main .content .intro .text strong {
	color: #1472CB;
}
.main .content .gmenu {
	margin-top: 50px;
}
.main .content .gmenu nav {}
.main .content .gmenu ul {
	display: flex;
	justify-content: center;
	gap: 36px;
}
.main .content .gmenu ul li {}
.main .content .gmenu ul li a {
	display: flex;
	width: 290px;
	height: 70px;
	background: #000;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	position: relative;
}
.main .content .gmenu ul li a.bt2 {
	background: #1472CB;
}
.main .content .gmenu ul li a::after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0, -50%);
	width: 30px;
	height: 30px;
	background: url(../images/icon_arrow_down.webp) no-repeat center center / 20px auto;
}
.main .content .news {
	background: #F0F0F0;
	position: relative;
	padding: 110px 0 110px 0;
}
.main .content .news>.inner {
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	width: 94%;
}
.main .content .news h2 {
	font-size: 54px;
	line-height: 1em;
	margin-top: 7px;
}
.main .content .news ul {
	width: calc(100% - 250px);
	border-top: 1px solid #C4C4C4;
}
.main .content .news ul li {
	font-size: 16px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 0;
	justify-content: space-between;
	border-bottom: 1px solid #C4C4C4;
}
.main .content .news ul li .date {
	letter-spacing: 0.05em;
}
.main .content .news ul li .title {
	width: calc(100% - 150px);
}
.main .content .news ul li .title a {
	color: #fff;
	text-decoration: underline;
}
.main .content .sec {
	position: relative;
}
.main .content .sec>.inner {
	width: 94%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 100px 0 150px 0;
}
.main .content .sec h2 {
	height: 120px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.main .content .sec h2 .f_en {
	color: #ffffff33;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 80px;
	font-weight: 200;
	display: block;
	line-height: 1em;
	letter-spacing: 0.2em;
	transition: all ease 1s;
	opacity: 0;
}
.main .content .sec h2.active .f_en {
	letter-spacing: 0;
	opacity: 1;
}
.main .content .sec h2 .jp {
	font-size: 28px;
	letter-spacing: 0;
	text-indent: 0;
	transition: all ease 1s;
	opacity: 0;
	position: relative;
}
.main .content .sec h2.active .jp {
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	opacity: 1;
}
.main .content .sec h2.bottomline.active::before,
.main .content .sec h2.bottomline.active::after {
	height: 24px;
}
.main .content .sec .seclead {
	font-size: 18px;
	text-align: center;
	line-height: 2.3em;
	color: #fff;
	margin-bottom: 100px;
}
.main .content .sec .insec+.insec {
	margin-top: 100px;
}
.main .content .sec .insec h3 {
	display: flex;
	align-items: end;
	margin-bottom: 35px;
}
.main .content .sec .insec h3 .f_en {
	line-height: 1em;
	font-size: 54px;
}
.main .content .sec .insec h3 .jp {
	font-size: 20px;
	margin: 0 0 6px 26px;
}
.main .content .sec .insec ul.liststyle {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 36px;
}
.main .content .sec .insec ul.liststyle li {
	width: calc((100% - 72px) / 3);
}
.main .content .sec .insec ul.liststyle li:nth-child(2) {
	transition-delay: 0.2s;
}
.main .content .sec .insec ul.liststyle li:nth-child(3) {
	transition-delay: 0.4s;
}
.main .content .sec .insec ul.liststyle li:nth-child(4) {
	transition-delay: 0.6s;
}
.main .content .sec .insec ul.liststyle li:nth-child(5) {
	transition-delay: 0.8s;
}
.main .content .sec .insec ul.liststyle li:nth-child(6) {
	transition-delay: 1s;
}
.main .content .sec .insec ul.liststyle li a {
	display: block;
}
.main .content .sec .insec ul.liststyle li .img {}
.main .content .sec .insec ul.liststyle li .info {
	margin-top: 17px;
	padding: 1px 50px 0 0;
	position: relative;
}
.main .content .sec .insec ul.liststyle li .info::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	width: 30px;
	height: 30px;
	background: url(../images/icon_arrow.webp) no-repeat center center / 20px auto;
	background-color: #D9D9D9;
}
.main .content .sec .insec ul.liststyle li .info .label {
		background: #EB694A;
		color: #fff;
		justify-content: center;
		display: flex;
		width: 110px;
		margin: 4px 0 13px 0;
		font-size: 15px;
		box-sizing: border-box;
		padding: 0 0 1px 0;
		align-items: center;
		height: 30px;
}
.main .content .sec .insec ul.liststyle li .info .title {
	font-size: 15px;
	line-height: 1.6em;
}
.main .content .sec.pc {
	background: #1E2834;
}
.main .content .sec.pc h2,
.main .content .sec.pc h2::after {
	background: #1472CB;
}
.main .content .sec.pc .insec h3 {
	color: #1472CB;
	margin-bottom: 45px;
}
.main .content .sec.pc .insec ul.pclist li a {
	color: #fff;
}
.main .content .sec.pc .insec ul.pclist li .target {
	display: flex;
	background: #1472CB;
	height: 70px;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 1.4em;
	text-align: center;
}
.main .content .sec.pc .other {
	margin-top: 100px;
	text-align: center;
}
.main .content .sec.pc .other a {
	color: #fff;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	font-size: 18px;
}

@media screen and (max-width: 1200px) {
	.main .content .sec.pc .insec ul.pclist li .target {
		font-size: 1.5vw;
	}
}

.main .content .sec.pc .insec ul.pclist li .info::after {
	background-image: url(../images/icon_arrow_w.webp);
	background-color: #1472CB;
}
.main .content .sec.pc .insec ul.pclist li .info .title {
	font-size: 18px;
	padding-top: 5px;
}
.main .content .sec.pc .insec ul.pclist li .info .spec {
	margin-top: 15px;
	font-size: 12px;
	width: calc(100% + 50px);
	opacity: 0.6;
	letter-spacing: -0.02em;
}
@media screen and (max-width: 1340px) {
	.main .content .sec.pc .insec ul.pclist li .info .spec {
		font-size: 0.88vw;
	}
}

/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		overflow: visible !important;
		letter-spacing: 0;
		font-size: 15px;
	}
	body p {
		color: inherit;
		font-size: 15px;
	}
	a:hover {
		opacity: 1;
	}
	*[data-view=pc] {
		display: none !important;
	}
	*[data-view=sp] {
		display: block !important;
	}
	.outline {
		position: relative;
		min-width: 320px;
		padding-bottom: 0 !important;
	}
	.main {
		width: auto;
		margin: 0 auto;
		position: relative;
		/* overflow: hidden; */
	}        
    header {
        background: #fff;
        z-index: 1000;
        position: relative;
        padding-bottom: 1px;
    }
    header ul {
        display: flex;
        background: #222;
        gap: 24px;
        padding: 1px 25px;
    }
    header ul li {}
    header ul li a {
        display: block;
        font-size: 10px;
        color: #fff;
        line-height: 1.5em;
        padding: 4px 0 5px 0;
    }
    header .logo {
        display: block;
        width: 73px;
        margin: 20px auto;
    }
    .gmenu .bt_menu {}
    /*
    footer {
        position: relative;
        z-index: 1000;
        background: #222;
        display: flex;
        align-items: center;
        padding: 20px 70px;
    }
    footer .logo {
        display: block;
        width: 90px;
    }
    footer .copyright {
        text-align: center;
        font-size: 14px;
        margin: 14px 0 0 20px;
        color: #ffff;
    }
    */
    .main {
        position: relative;
        isolation: isolate;
        overflow: hidden;
    }
    .main .bottomline {
        position: relative;
    }
    .main .bottomline::before,
    .main .bottomline::after {
        content: "";
        position: absolute;
        display: block;
        width: 1px;
        height: 0px;
        background: #fff;
        bottom: 0px;
        transition: all ease 1s;
    }
    .main .bottomline::after {
        bottom: auto;
        top: 100%;
        background: #000;
    }
    .main .bottomline.active::before,
    .main .bottomline.active::after {
        height: 40px;
    }
    .main .visual {
        position: relative;
        height: 100vw;
    }
    .main .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: #000;
    }
    .main .bg video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 100%;
        transition: 1s all ease;
    }
    .main .visual>.inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: #fff;
        position: relative;
    }
    .main .visual h1 {
        font-size: 90px;
        font-weight: 200;
        line-height: 1em;
        letter-spacing: 0.2em;
        transition: all ease 1s;
        opacity: 0;
        position: relative;
        /* left: calc(50% - 500px); */
        width: 1000px;
        text-align: center;
    }
    .main .visual.active h1 {
        letter-spacing: 0;
        opacity: 1;
    }
    .main .visual .copy {
        display: flex;
        justify-content: center;
        position: relative;
        margin: 14px 0 8px 0;
    }
    .main .visual .copy span {
        display: block;
        font-size: 17px;
        letter-spacing: 0.1em;
        text-indent: -0.1em;
        position: relative;
        line-height: 2.2em;
        transition: all ease 1s;
        opacity: 0;
    }
    .main .visual.active .copy span {
        opacity: 1;
    }
    .main .visual .copy span::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 1px;
        background: #fff;
        transition: all ease 1s;
    }
    .main .visual.active .copy span::after {
        width: 100%;
    }
    .main .visual .note {
        position: absolute;
        right: 12px;
        bottom: 9px;
        line-height: 1.5em;
        font-size: 11px;
        text-align: right;
    }
    .main .content {}
    .main .content .intro {
        position: relative;
    }
    .main .content .intro>.inner {
        padding: 80px 0 70px 0;
    }
    .main .content .intro .text {
        font-size: 15px;
        text-align: center;
        line-height: 2em;
    }
    .main .content .intro .text strong {
        color: #1472CB;
    }
    .main .content .gmenu {
        margin: 40px auto 0 auto;
        width: 88%;
    }
    .main .content .gmenu nav {}
    .main .content .gmenu ul {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .main .content .gmenu ul li {
	  width: calc(50% - 5px);
	}
    .main .content .gmenu ul li a {
        display: flex;
        width: 100%;
        height: 60px;
        background: #000;
        color: #fff;
        justify-content: left;
        align-items: center;
        font-size: 15px;
        position: relative;
        box-sizing: border-box;
        padding: 0 0 0 20px;
    }
    .main .content .gmenu ul li a.bt2 {
        background: #1472CB;
    }
    .main .content .gmenu ul li a::after {
        content: "";
        display: block;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translate(0, -50%);
        width: 30px;
        height: 30px;
        background: url(../images/icon_arrow_down.webp) no-repeat center center / 20px auto;
    }
    .main .content .news {
        position: relative;
        padding: 60px 0 70px 0;
    }
    .main .content .news>.inner {
        max-width: 1200px;
        margin: 0 auto;
        display: block;
        width: 88%;
    }
    .main .content .news h2 {
        font-size: 30px;
        line-height: 1em;
        margin: 0 0 0 0;
        text-align: center;
    }
    .main .content .news ul {
        width: auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .main .content .news ul li {
        font-size: 12px;
        display: block;
        align-items: center;
        height: auto;
        box-sizing: border-box;
        padding: 15px 0 15px 0;
    }
    .main .content .news ul li .date {
        letter-spacing: 0.05em;
        line-height: 1.3em;
    }
    .main .content .news ul li .title {
        width: auto;
        font-size: 14px;
        line-height: 1.5em;
        margin-top: 3px;
    }
    .main .content .news ul li .title a {
        color: #fff;
        text-decoration: underline;
    }
    .main .content .sec {
        position: relative;
    }
    .main .content .sec>.inner {
        width: 88%;
        margin: 0 auto;
        padding: 70px 0 100px 0;
    }
    .main .content .sec h2 {
        height: 100px;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .main .content .sec h2 .f_en {
        width: 1000px;
        color: #ffffff33;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        font-size: 50px;
        font-weight: 200;
        display: block;
        line-height: 1em;
        letter-spacing: 0.2em;
        transition: all ease 1s;
        opacity: 0;
        text-align: center;
    }
    .main .content .sec h2.active .f_en {
        letter-spacing: 0;
        opacity: 1;
    }
    .main .content .sec h2 .jp {
        font-size: 20px;
        letter-spacing: 0;
        text-indent: 0;
        transition: all ease 1s;
        opacity: 0;
    }
    .main .content .sec h2.active .jp {
        letter-spacing: 0.2em;
        text-indent: 0.2em;
        opacity: 1;
    }
    .main .content .sec h2.bottomline.active::before,
    .main .content .sec h2.bottomline.active::after {
        height: 24px;
    }
    .main .content .sec .seclead {
        font-size: 15px;
        text-align: center;
        line-height: 2em;
        margin-bottom: 50px;
        width: 100vw;
        position: relative;
        left: -6vw;
    }
    .main .content .sec .insec+.insec {
        margin-top: 70px;
    }
    .main .content .sec .insec h3 {
        display: flex;
        align-items: end;
        margin-bottom: 30px;
    }
    .main .content .sec .insec h3 .f_en {
        line-height: 1em;
        font-size: 38px;
    }
    .main .content .sec .insec h3 .jp {
        font-size: 15px;
        margin: 0 0 1px 16px;
    }
    .main .content .sec .insec ul.liststyle {
        display: flex;
        flex-wrap: wrap;
        gap: 40px 0;
        flex-direction: column;
    }
    .main .content .sec .insec ul.liststyle li {
        width: auto;
        transition-delay: 0s !important;
    }
    .main .content .sec .insec ul.liststyle li a {
        display: block;
    }
    .main .content .sec .insec ul.liststyle li .img {}
    .main .content .sec .insec ul.liststyle li .info {
        margin-top: 17px;
        padding: 1px 50px 0 0;
        position: relative;
    }
    .main .content .sec .insec ul.liststyle li .info::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
        width: 30px;
        height: 30px;
        background: url(../images/icon_arrow.webp) no-repeat center center / 20px auto;
        background-color: #D9D9D9;
    }
    .main .content .sec .insec ul.liststyle li .info .title {
        font-size: 14px;
        line-height: 1.6em;
    }
    .main .content .sec.pc {
        background: #1E2834;
    }
    .main .content .sec.pc h2,
    .main .content .sec.pc h2::after {
        background: #1472CB;
    }
    .main .content .sec.pc .insec h3 {
        color: #1472CB;
        margin-bottom: 35px;
    }
    .main .content .sec.pc .insec ul.pclist {gap: 60px 0;}
    .main .content .sec.pc .insec ul.pclist li a {
        color: #fff;
    }
    .main .content .sec.pc .insec ul.pclist li .target {
        display: flex;
        background: #1472CB;
        height: 64px;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        line-height: 1.4em;
        text-align: center;
    }
    .main .content .sec.pc .insec ul.pclist li .info::after {
        background-image: url(../images/icon_arrow_w.webp);
        background-color: #1472CB;
    }
    .main .content .sec.pc .insec ul.pclist li .info .title {
        font-size: 16px;
        padding-top: 6px;
    }
	.main .content .sec.pc .insec ul.pclist li .info .spec {
		font-size: 10px;
	}
	.main .content .sec.pc .other {
		margin-top: 60px;
		text-align: center;
	}
	.main .content .sec.pc .other a {
		color: #fff;
		display: inline-block;
		border-bottom: 1px solid #fff;
		padding: 6px 0;
		font-size: 16px;
		text-align: center;
		line-height: 1.6em;
	}
}