@charset "UTF-8";

/* reset */
* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #fff;
    transition: opacity 0.5s;
}
a:hover {
    opacity: .6;
}

/* common */
.pc {
    display: inline;
}
.sp {
    display: none;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    color: #fff;
}
h1, .kv-text {
    width: 100%;
    max-width: 1220px;
    margin: auto;
}
h1, h2, h3 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-size: 230px;
    margin-bottom: 1.6rem;
    padding: 0 1rem;
}
.kv .annotation {
    font-size: 14px;
    margin: -90px auto 100px;
    width: 100%;
    max-width: 1220px;
    padding-left: 20px;
}
h2 {
    font-size: 160px;
    opacity: .4;
    margin-top: -40px;
}
.h2_text {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 4rem;
}
.gradation {
    position: relative; 
}
.gradation::before {
    content: "";
    width: 100%;
    height: 200px;
    display: block;
    background: linear-gradient(rgba(255,255,255,0) 0, #648B8C 50%);
    position: absolute;
    top: -100px;
    left: 0;
}
.main {
    background: linear-gradient(#658d8e, #0D1518);
    padding: 160px 1rem 10px;
}
section {
    margin: auto;
    width: 100%;
    max-width: 1220px;
    margin-bottom: 220px;
}
@media screen and (max-width:1252px) {
    
}
@media screen and (max-width:480px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    h1 {
        font-size: 120px;
        margin-bottom: 100px;
    }
    h2 {
        font-size: 80px;
        margin-top: 0;
    }
    .h2_text {
        font-size: 28px;
        margin-bottom: 2.5rem;
    }
    section {
        margin-bottom: 110px;
    }
}

/* kv */
.kv {
    padding-top: 40px;
}
.kv-text {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 0 1rem;
}
.kv-text span {
    font-size: 3rem;
}
.kv .icon-x {
    color: #fff;
	width: 24px;
	height: 2px;
	position: relative;
}
.kv .icon-x::before,
.kv .icon-x::after {
	content: "";
	position: absolute;
	top: 8px;
    left: 1rem;
	width: 2px;
	height: 32px;
	background-color: currentColor;
}
.kv .icon-x::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.kv .icon-x::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-area {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    height: 630px;
}
#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}
@media screen and (max-width:480px) {
    .kv {
        padding-top: 1rem;
    }
    .kv-text {
        font-size: 1.125rem;
        letter-spacing: 0;
    }
    .kv-text span {
        font-size: 2.375rem;
    }
    .kv .icon-x {
        margin: -4px 0 8px;
        display: block;
    }
    .kv .annotation {
        margin-top: -120px;
    }
}

/* main */
.image-group {
    margin-bottom: 4rem;
    max-width: 610px;
}
section img {
    margin-bottom: .5rem;
}
.caption {
    text-align: center;
}
.flex-group {
    display: flex;
    justify-content: space-between;
}
.left-content {
    margin-right: 5rem;
}
.feature video, .case video {
    width: 100%;
}
.feature-list span {
    font-size: 1.25rem;
    font-weight: 500;
}
.feature-list li {
    margin: 0 0 40px 104px;
    position: relative;
}
.feature-list li:last-child {
    margin-bottom: 0;
}
.feature-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -104px;
    width: 80px;
    height: 2px;
    background-color: #8F9CA2;
    display: block;
    margin-right: 24px;
}
.case img {
    width: 100%;
    max-width: 580px;
}
.right-text {
    text-align: end;
}
.right-text span {
    font-size: 1.375rem;
    font-weight: 500;
    margin-bottom: 1rem;
    display: inline-block;
}
.sports .h2_text {
    margin-bottom: 0;
}
.sports .flex-group {
    justify-content: left;
}
.sports ul {
    position:relative;
    display:inline-block;
}
.sports ul::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color:#72797C;
    position: absolute;
    top: -.5rem;
    left: 0;
}
.sports ul li {
    font-size: 1.375rem;
    font-weight: 500;
    margin: 0 0 1.5rem 5rem
}
.sports ul li:last-child {
    font-size: 1rem;
    font-weight: 300;
}
.spec table {
    font-size: 1.25rem;
    background: #21333B;
    border-collapse: collapse;
}
.spec tr td:first-child {
    text-wrap: nowrap;
}
.spec th, .spec td {
    border: 2px solid #767F83;
    padding: 2.5em;
}
.comingsoon {
    text-align: center;
    color: #fff;
}
.comingsoon h3 {
    font-size: 4rem;
}
.contact {
    text-align: center;
}
.contact .button {
    font-size: 1.375rem;
    border: 1px solid #fff;
    padding: 1rem 2.5rem;
}
@media screen and (max-width:1252px) {
    .flex-group {
        display: block;
    }
    .case .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .case .right-text {
        margin-bottom: 4rem;
    }
    .left-content {
        margin: 0 0 5rem 0;
    }
    .sports ul li {
        font-size: 1.125rem;
        margin: 0 0 1.5rem 2.5rem;
    }
    .spec .table-wrap {
        overflow-x: scroll;
    }
    .spec table {
        white-space: nowrap;
        font-size: 1.125rem;
    }
    .spec th, .spec td {
        padding: 1.5em;
    }
    .feature-list li {
        margin: 0 0 32px 80px;
    }
    .feature-list li::before {
        width: 56px;
        margin-right: 24px;
    }
    .feature-list li::before {
        left: -80px;
    }
    .case .image-group{
        margin-top: 4rem;
    }
    .case .y-caption {
        width: 560px;
    }
}
@media screen and (max-width:480px) {
    .main {
        padding-top: 40px;
    }
    .right-text span {
        font-size: 1.25rem;
    }
    .case .sp {
        text-align: center;
    }
    .case .sp iframe {
        margin-top: 4rem;
    }
    .reverse .left-content {
        margin-bottom: 0;
    }
    .case .y-caption {
        width: 100%;
    }
}

/* footer */
footer {
	background: #0D1518;
	bottom: 0;
	width: 100%;
}
.footer-wrap {
	max-width: 1220px;
	margin: auto;
}
.footer-menu {
	display: flex;
	justify-content: center;
	padding: 56px 0 24px;
	font-size: 14px;
}
.footer-menu a {
	color: #fff;
}
.footer-menu-1 {
	text-align: center;
	margin-right: 40px;
}
.footer-menu-1 img {
	width: 100%;
	max-width: 240px;
    margin: auto;
}
.footer-menu-1 .footer-btn-dl {
	margin: 24px auto 16px;
}
.footer-btn-dl, .footer-btn-contact {
	border: 2px solid #fff;
	border-radius: 50px;
	width: 160px;
	padding: 8px 0;
}
.footer-btn-contact {
	margin: auto;
}
.footer-menu-3 li span {
	font-size: 12px;
}
.footer-menu-2, .footer-menu-3 {
	margin-right: 40px;
}
.footer-menu-4 li:last-child {
    display: flex;
}
.footer-menu-4 li a {
	font-size: 12px;
}
.footer-menu-2 li, .footer-menu-3 li, .footer-menu-4 li {
	margin-bottom: 16px;
}
.footer-menu-4 li img {
	width: 100%;
	max-width: 22px;
	margin-left: 4px;
}
.footer-menu-4 li img.icon-x {
	max-width: 18px;
}
.footer-under {
	text-align: center;
	padding: 10px 0;
}
.footer-under img {
	width: 100%;
	max-width: 128px;
    margin: auto;
}
.footer-under p {
	margin-top: 3px;
	font-size: 14px;
}
.footer-menu-3 li.machispo-banner img {
	width: 192px;
}
@media only screen and (max-width: 1090px) {
	.footer-menu {
		padding: 56px 20px;
		margin: auto;
		justify-content: center;
	}
	.footer-menu-1, .footer-menu-2, .footer-menu-3 {
		margin-right: 24px;
	}
	.footer-menu-2, .footer-menu-3, .footer-menu-4 {
		margin-top: 48px;
	}
}
@media only screen and (max-width: 780px) {
	.footer-menu {
		display: block;
	}
	.footer-menu-1 {
		margin: 0 auto;
	}
	.footer-menu-1 .footer-btn {
		display: flex;
		justify-content: center;
	}
	.footer-menu-1 .footer-btn-dl {
		margin: 24px 16px 24px 0;
		text-align: center;
	}
	.footer-menu-1 .footer-btn-contact {
		margin: 24px 0;
		text-align: center;
	}
}
