@charset "utf-8";
@import url("reset.css");

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
    position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.025em;
	background-color: #0c1424;
	color: #202020;
    overflow-x: hidden; /* 横スクロールバーを隠す */
}

div, p{
	text-align: justify;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}


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

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

body{
	position: relative;
	margin: 0;
}


.fvOuter{
    width: 100%;
    padding: 30px 0 65px 0;
    background-image: url('../image/fvBg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fvWpr{
    width: 95%;
    margin: 0 auto;
}

.fvHeader{
    width: 100%;
    margin: 0 auto 30px auto;
}

.fvHeaderTag{
    width: 300px;
    height: 36px;
    margin: 0 auto 10px auto;
    background-color: #e1251b;
    transform: skewX(-15deg);
}

.fvHeaderTag p{
    width: 300px;
    height: 36px;
    font-size: 19px;
    font-weight: 900;
    color: #FFF;
    line-height: 34px;
    text-align: center;
    font-style: oblique;
    transform: skewX(15deg);
}

.fvHeaderMainCatch{
    width: 100%;
    margin: 0 auto 15px auto;
    font-size: 39px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    line-height: 46px;
}

.fvHeaderMainCatch span{
    color: #c7be8b;
}

.fvHeaderLeed{
    position: relative;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 900;
    color: #FFF;
    line-height: 22px;
    text-align: center;
}

/*
.fvHeaderLeed::before{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: #FFF;
}

.fvHeaderLeed::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    right: 0;
    width: 120px;
    height: 1px;
    background-color: #FFF;
}
*/

.fvImgWpr{
    width: 100%;
    margin: 0 auto;
}



.fvMakerInfo{
    width: 100%;
    margin: 0 auto 25px auto;
}

.fvMakerLogo{
    width: 65%;
    margin: 0 auto 30px auto;
    text-align: center;
}

.fvMaker{
    width: 80%;
    margin: 0 auto 10px auto;
    text-align: center;
}

.fvImg{
    width: 80%;
    margin: 0 auto 10px auto;
    text-align: center;
}

.fvResWpr{
    width: 100%;
    margin: 0 auto 10px auto;
}

.fvResWpr div{
    width: 100%;
    margin: 0 0 10px 0;
    height: 39px;
    text-align: center;
}

.fvResWpr div img{
    display: block;
    width: auto;
    height: 39px;
    margin: 0 auto;
}

.fvResNotice{
    width: 100%;
    margin: 0 auto 40px auto;
    text-align: center;
    font-size: 12px;
    color: #FFF;
}

.fvItemWpr{
    width: 100%;
}

.fvItemWpr div{
    width: 90%;
    margin: 0 auto;
}

/* featUnit */

.featWpr{
    width: 95%;
    margin: 0 auto;
}

.FeatUnit{
    width: 95%;
    margin: 0 auto 15px auto;
    padding: 45px 15px 30px 15px;
    background-color: #252c3a;
    overflow: hidden;
}

.FeatUnitTitleWpr{
    position: relative;
    width: 100%;
    margin: 0 auto 15px auto;
}

.FeatUnitTagWpr{
    position: absolute;
    display: flex;
    justify-content: center;
    top: -45px;
    left: 0;
    right: 0;
    width: 150px;
    height: 35px;
    margin: 0 auto;
    padding: 0;
    background-color: #0c1424;
    color: #c7be8b;
    transform: skewX(-15deg);
}

.FeatUnitTag{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px;
}

.FeatUnitTagNum{
    margin: 0 0 0 13px;
    font-size: 25px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 35px; 
}

.FeatUnitTitle{
    padding: 0;
    font-size: 23px;
    font-weight: 900;
    color: #FFF;
    line-height: 32px; 
    font-style: oblique;
    text-align: center;
}

.FeatUnitLine{
    width: 100%;
    height: 3px;
    margin: 0 auto 30px auto;
    background: linear-gradient(to right, #252c3a 0%, #6b7da1 50%,#252c3a 100%);
}

.FeatUnitBodyWpr{
}

.FeatUnitImg{
    width: 70%;
    max-width: 300px;
    margin: 0 auto 30px auto;
}

.FeatUnitImg img{
    width: 100%;
    height: auto;
}

.FeatUnitBody{
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
}

.FeatUnitBodyImg{
    width: 100%;
    max-width: 300px;
    margin: 0 auto 25px auto;
    text-align: center;
}


.detail{
    margin: 0 0 30px 0;
    color: #FFF;
}

.detail dt{
    padding: 10px 0;
    border-bottom: 1px dotted #bebebe;
    font-size: 16px;
    font-weight: 700;
}

.detail dd{
    margin: 0 0 10px 0;
    padding: 5px 0;
    font-size: 14px;
}

.featBlockWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 20px auto;
}

.featBlocUnit{
    width: 48%;
    margin: 0 0 10px 0;
}

.modelsLogo{
    width: 100%;
    padding: 40px 0 0 0;
}

.modelsLogo img{
    width: 100%;
    height: auto;
}

.testUnit{
    width: 97%;
    margin: 0 auto 20px auto;
}

.testUnit:nth-child(2){
    margin: 0 auto 10px auto;
}

.testUnitTitleWpr{
    position: relative;
    width: 100%;
    height: 33px;
    margin: 0 auto 15px auto;
    background-color: #414c63;
    overflow: hidden;
}

.testUnitTitle{
    width: 100%;
    height: 33px;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    line-height: 31px;
}

.testUnitTitleCv{
    position: absolute;
    top: 0;
    right: -40px;
    width: 100px;
    height: 41px;
    background-color: #1b2231;
    transform: skewX(-35deg);
}

.testUnitLeed{
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 0 0 0 7px;
    border-left: 1px solid #797d86;
    font-size: 13px;
    color: #FFF;
    line-height: 20px;
}

.testUnitImg{
    width: 100%;
    margin: 0 auto;
}

.testUnitImg img{
    width: 100%;
    height: auto;
}

.testNotice p{
    width: 97%;
    margin: 0 auto;
    padding: 0 0 0 14px;
    text-indent: -14px;;
    font-size: 14px;
    color: #FFf;
    line-height: 22px;
}

/* bottom content */

.orderBtnWpr{
    width: 100%;
    padding: 30px 0 50px 0;
    margin: 0 auto;
}

.orderBtnWpr a{
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 55px;
    border-radius: 27px;
    border-top: 1px solid #e2625b;
    border-left: 1px solid #e2625b;
    border-right: 1px solid #5b0b07;
    border-bottom: 1px solid #5b0b07;
    background: linear-gradient(to bottom, #e1261c 0%, #bb1208 100%);
    box-shadow: 5px 5px 5px rgba(0,0,0,1);
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    line-height: 52px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

.orderBtnWpr a:hover{
    opacity: .9;
}

.orderBtnWpr a::after{
    position: absolute;
    display: block;
    content: "";
    top: 21px;
    right: 15px;
    width: 15px;
    height: 3px;
    background-color: #FFF;
    transform: rotate(45deg);
}

.orderBtnWpr a::before{
    position: absolute;
    display: block;
    content: "";
    top: 30px;
    right: 15px;
    width: 15px;
    height: 3px;
    background-color: #FFF;
    transform: rotate(-45deg);
}

.bottomLogo{
    width: 280px;
    margin: 0 auto 35px auto;
    text-align: center;
}

.ytWpr{
    width: 95%;
    margin: 0 auto 40px auto;
    border-radius: 3px;
    overflow: hidden;
}

iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* footer */

footer{
    width: 100%;
    background-color: #252c3a;
}

.uprMenu{
    width: 95%;
    margin: 0 auto;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #51555d;
}

.footerLogo{
    width: 125px;
    margin: 0 auto 10px auto;
}

nav.grandMenu ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

nav.grandMenu ul li{
    display: block;
    width: 48%;
}

nav.grandMenu ul li a{
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding: 15px 0;
    font-size: 14px;
    color: #bebebe;
    line-height: 20px;
    text-align: center;
    background-color: rgba(255,255,255,.02);
}

/*
nav.grandMenu ul li a:hover{
    color: #FFF; 
}

nav.grandMenu ul li a::before{
    position: absolute;
    display: block;
    content: "";
    top: 3px;
    bottom: 0;
    left: -5px;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    transform: rotate(45deg);
}

nav.grandMenu ul li a:hover::before{
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF; 
}
*/
nav.infoMenu{
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
}

nav.infoMenu ul{
}

nav.infoMenu ul a{
    display: block;
    margin: 0;
    padding: 15px 0;
    font-size: 14px;
    color: #bebebe;
    text-align: center;
}

nav.infoMenu ul a:hover{
    color: #FFF;
}

/*
nav.infoMenu ul a::after{
    position: absolute;
    display: block;
    content: "";
    top: 2px;
    bottom: 0;
    margin: auto 0;
    right: -19px;
    width: 1px;
    height: 14px;
    background-color: #bebebe;
}

nav.infoMenu ul li:last-child a::after{
    display: none;
}

nav.infoMenu ul a:hover::after{
    background-color: #FFF;
}
*/
.crWpr{
    width: 100%;
    background-color: #2e3543;
}

.cr{
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 12px;
    color: #bebebe;
    text-align: center;
}


.pc{
	display: none !important;
}

}

@media screen and (min-width:1050px){

.fvOuter{
    width: 100%;
    height: 1180px;
    padding: 60px 0 65px 0;
    background-image: url('../image/fvBg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fvWpr{
    width: 1050px;
    margin: 0 auto;
}

.fvHeader{
    width: 100%;
    margin: 0 auto 90px auto;
}

.fvHeaderTag{
    width: 465px;
    height: 51px;
    margin: 0 auto 25px auto;
    background-color: #e1251b;
    transform: skewX(-15deg);
}

.fvHeaderTag p{
    width: 465px;
    height: 51px;
    font-size: 30px;
    font-weight: 900;
    color: #FFF;
    line-height: 48px;
    text-align: center;
    font-style: oblique;
    transform: skewX(15deg);
}

.fvHeaderMainCatch{
    width: 100%;
    height: 55px;
    margin: 0 auto 25px auto;
    font-size: 59px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    line-height: 59px;
}

.fvHeaderMainCatch span{
    color: #c7be8b;
}

.fvHeaderLeed{
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 25px;
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
    text-align: center;
}

.fvHeaderLeed::before{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: #FFF;
}

.fvHeaderLeed::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    right: 0;
    width: 120px;
    height: 1px;
    background-color: #FFF;
}

.fvImgWpr{
    display: flex;
    justify-content: space-between;
    width: 930px;
    margin: 0 auto;
}

.fvMakerLogo{
    margin: 0 auto 27px auto;
    text-align: center;
}

.fvResWpr{
    display: flex;
    justify-content: center;
    width: 960px;
    margin: 0 auto 10px auto;
}

.fvResWpr div{
    margin: 0 20px 0 0;
}

.fvResNotice{
    width: 920px;
    margin: 0 auto 105px auto;
    text-align: right;
    font-size: 14px;
    color: #FFF;
}

.fvItemWpr{
    display: flex;
    justify-content: center;
}

.fvItemWpr div{
    margin: 0 10px;
}

/* featUnit */

.featWpr{
    width: 1050px;
    margin: 0 auto;
}

.FeatUnit{
    width: 100%;
    margin: 0 auto 35px auto;
    padding: 30px 40px 50px 40px;
    background-color: #252c3a;
    overflow: hidden;
}

.FeatUnitTitleWpr{
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 auto 25px auto;
}

.FeatUnitTitleWpr.double{
    position: relative;
    width: 100%;
    height: 110px;
    margin: 0 auto 25px auto;
}

.FeatUnitTagWpr{
    position: absolute;
    display: flex;
    top: 0;
    left: -50px;
    width: 200px;
    height: 60px;
    padding: 0 0 0 40px;
    background-color: #0c1424;
    color: #c7be8b;
    transform: skewX(-15deg);
}

.FeatUnitTitleWpr.double .FeatUnitTagWpr{
    top: 20px;
}

.FeatUnitTag{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 61px;
}

.FeatUnitTagNum{
    margin: 0 0 0 13px;
    font-size: 45px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 61px; 
}

.FeatUnitTitle{
    padding: 0 0 0 170px;
    font-size: 39px;
    font-weight: 900;
    color: #FFF;
    line-height: 58px; 
    font-style: oblique;
}

.FeatUnitTitleWpr.double .FeatUnitTitle{
    padding: 0 0 0 170px;
    font-size: 38px;
    font-weight: 900;
    color: #FFF;
    line-height: 48px; 
    font-style: oblique;
    letter-spacing: -0.08rem;
}

.FeatUnitLine{
    width: 90%;
    height: 5px;
    margin: 0 auto 50px auto;
    background: linear-gradient(to right, #252c3a 0%, #6b7da1 50%,#252c3a 100%);
}

.FeatUnitBodyWpr{
    display: flex;
    justify-content: space-between;
}

.FeatUnitImg{
    width: 365px;
}

.FeatUnitImg img{
    width: 100%;
    height: auto;
}

.FeatUnitBody{
    width: 560px;
    font-size: 16px;
    line-height: 27px;
    color: #FFF;
}

.FeatUnitBodyImg{
    width: 100%;
    margin: 0 auto 45px auto;
    text-align: center;
}

.featBlockWpr{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 50px auto;
}

.modelsLogo{
    width: 100%;
    padding: 40px 0 0 0;
}

.modelsLogo img{
    width: 100%;
    height: auto;
}

.testUnit{
    width: 97%;
    margin: 0 auto 55px auto;
}

.testUnit:nth-child(2){
    margin: 0 auto 30px auto;
}

.testUnitTitleWpr{
    position: relative;
    width: 100%;
    height: 41px;
    margin: 0 auto 15px auto;
    background-color: #414c63;
    overflow: hidden;
}

.testUnitTitle{
    width: 100%;
    height: 41px;
    padding: 0 0 0 20px;
    font-size: 17px;
    font-weight: 700;
    color: #FFF;
    line-height: 39px;
}

.testUnitTitleCv{
    position: absolute;
    top: 0;
    right: -40px;
    width: 150px;
    height: 41px;
    background-color: #1b2231;
    transform: skewX(-35deg);
}

.testUnitLeed{
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 0 0 0 20px;
    border-left: 4px solid #797d86;
    font-size: 15px;
    color: #FFF;
    line-height: 24px;
}

.testUnitImg{
    width: 100%;
    margin: 0 auto;
}

.testUnitImg img{
    width: 100%;
    height: auto;
}

.testNotice p{
    width: 97%;
    margin: 0 auto;
    padding: 0 0 0 15px;
    text-indent: -17px;;
    font-size: 15px;
    color: #FFf;
    line-height: 22px;
}

/* bottom content */

.orderBtnWpr{
    width: 710px;
    padding: 100px 0 150px 0;
    margin: 0 auto;
}

.orderBtnWpr a{
    position: relative;
    display: block;
    width: 100%;
    height: 94px;
    border-radius: 47px;
    border-top: 1px solid #e2625b;
    border-left: 1px solid #e2625b;
    border-right: 1px solid #5b0b07;
    border-bottom: 1px solid #5b0b07;
    background: linear-gradient(to bottom, #e1261c 0%, #bb1208 100%);
    box-shadow: 5px 5px 5px rgba(0,0,0,1);
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    line-height: 85px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

.orderBtnWpr a:hover{
    opacity: .9;
}

.orderBtnWpr a::after{
    position: absolute;
    display: block;
    content: "";
    top: 33px;
    right: 30px;
    width: 30px;
    height: 3px;
    background-color: #FFF;
    transform: rotate(45deg);
}

.orderBtnWpr a::before{
    position: absolute;
    display: block;
    content: "";
    top: 53px;
    right: 30px;
    width: 30px;
    height: 3px;
    background-color: #FFF;
    transform: rotate(-45deg);
}

.bottomLogo{
    margin: 0 auto 55px auto;
    text-align: center;
}

.ytWpr{
    width: 1050px;
    margin: 0 auto 140px auto;
    border-radius: 6px;
    overflow: hidden;
}

iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* footer */

footer{
    width: 100%;
    background-color: #252c3a;
}

.uprMenu{
    display: flex;
    width: 1050px;
    margin: 0 auto;
    padding: 35px 0 25px 0;
    border-bottom: 1px solid #51555d;
}

.footerLogo{
    width: 125px;
    margin: 0 70px 0 0;
}

nav.grandMenu ul{
    display: flex;
    padding: 15px 0 0 0;
}

nav.grandMenu ul li a{
    position: relative;
    display: block;
    margin: 0 50px 0 0;
    padding: 0 0 0 18px;
    font-size: 14px;
    color: #bebebe;
    line-height: 20px;
}

nav.grandMenu ul li a:hover{
    color: #FFF; 
}

nav.grandMenu ul li a::before{
    position: absolute;
    display: block;
    content: "";
    top: 3px;
    bottom: 0;
    left: -5px;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-top: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    transform: rotate(45deg);
}

nav.grandMenu ul li a:hover::before{
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF; 
}

nav.infoMenu{
    width: 1050px;
    padding: 25px 0 35px 0;
    margin: 0 auto;
}

nav.infoMenu ul{
    display: flex;
}

nav.infoMenu ul a{
    margin: 0 38px 0 0;
    position: relative;
    font-size: 14px;
    color: #bebebe;
}

nav.infoMenu ul a:hover{
    color: #FFF;
}

nav.infoMenu ul a::after{
    position: absolute;
    display: block;
    content: "";
    top: 2px;
    bottom: 0;
    margin: auto 0;
    right: -19px;
    width: 1px;
    height: 14px;
    background-color: #bebebe;
}

nav.infoMenu ul li:last-child a::after{
    display: none;
}

nav.infoMenu ul a:hover::after{
    background-color: #FFF;
}

.crWpr{
    width: 100%;
    background-color: #2e3543;
}

.cr{
    width: 1050px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 13px;
    color: #bebebe;
}

.sp{
	display: none;
}

}