body{
position: relative;
}

section h2{
position: relative;
font-family: 'mobo-bold', sans-serif;
font-size: 3rem;
}




#mv > div:first-child{
position: relative;
background-image: url('../images/mv-bg.webp');
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
border-bottom: min(160px, 10vw) solid #0082cd;
aspect-ratio:2.1 / 1;
width: 100%;
height: auto;
max-height: 76rem;
}

#mv h1{
position: absolute;
z-index: 1;
bottom: max(-234px, -14.625vw);
left: 50%;
transform: translateX(-50%);
width: 1600px;
max-width: 100%;
text-align: center;
}

#mv h1 img{
max-width: 100%;
}


#mv > div:last-child{
background-color: #cee9e7;
padding: min(110px, 11vw) 9.8%;
text-align: center;
}

#mv > div:last-child div{
max-width: 1042px;
margin: 0 auto;
}

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

#mv > div:first-child{
background-image: url('../images/mv-bg-sp.webp');
border-bottom-width: 16.25vw;
aspect-ratio:440 / 309;
max-height: 618px;
}

#mv h1{
bottom: -22.5vw;
width: 880px;
text-align: center;
}

#mv > div:last-child{
padding: 8.523vw 0;
}

}


.about{
background: linear-gradient(to bottom right, #1194a4, #7bc05d);
padding: min(75px, 7.5vw) 10%;
}

.about div{
max-width: 1000px;
text-align: center;
margin: 0 auto min(60px, 6vw) auto;
}

.about div:last-child{
margin-bottom: 0;
}

@media screen and (max-width: 880px) {
.about{
padding: 8.523vw 0;
}
}


.movie{
background-color: #fff;
padding: min(100px, 10vw) 10%;
}

.movie h2{
max-width: 1000px;
margin:auto auto min(40px, 4vw) auto;
text-align: center;
}

.movie > div{
aspect-ratio: 16 / 9;
max-width: 1000px;
height: auto;
margin:auto;
}

.movie iframe{
border: none;
width: 100%;
height: 100%;
}

@media screen and (max-width: 880px) {
.movie{
padding: 8.523vw 0;
}

.movie > div{
width: 700px;
max-width: 90%;
}

}

.outage{
background-image: url('../images/outage-bg.webp');
background-size:auto 100%;
background-position: center center;
background-repeat: no-repeat;
background-color: #494949;
padding: 0 10%;
text-align: center;
}

@media screen and (max-width: 880px) {
.outage{
background-image: url('../images/outage-bg-sp.webp');
background-size: cover;
background-position: center top;
}

.outage img{
max-width: 100%;
}

}

.spec{
background-color: #fff;
padding: min(100px, 10vw) 10%;
text-align: center;
}

.spec h2,
.spec div{
max-width: 1000px;
margin: auto;
}

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

.spec{
padding: 8.523vw 0;
}

.spec h2 img{
max-width: 100%;
}

}



.lineup{
background-color: #f1ecdd;
padding: min(100px, 10vw) 10%;
text-align: center;
}


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

.lineup{
padding: 10.223vw 0;
}

}


.warranty{
background-color: #fff;
padding: min(100px, 10vw) 10%;
text-align:center;
}

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

.warranty{
padding: 11.364vw 0;
}

}

.faq{
background-color: #fffabc;
padding: min(100px, 10vw) 10%;
text-align: center;
}

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

.faq{
padding: 10.9091vw 0;
}

}

/*
NEWS
*/

.news{
background-color: #fff;
padding: min(100px, 10vw) 10%;
}

.news > div{
position: relative;
max-width: 1000px;
margin:auto;
}

.news h2{
display: flex;
align-items: center;
margin-bottom: 5rem;
line-height: 1;
text-box-trim: trim-both cap alphabetic;
}

.news h2 span{
display: inline-block;
display: inline-block;
background: linear-gradient(to right, #1194a4, #7bc05d);
background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 1;
margin: -0.1em 0.3em 0 0.3em;
font-size: 5rem;
}

.news h2::before{
content:"";
display: inline-block;
background: linear-gradient(to bottom, #1194a4, #7bc05d);
width: 10px;
height: 6.2rem;
}

.news ul{
list-style: none;
}

.news .splide__slide a{
display: flex;
flex-direction: column;
align-items: flex-start;
}

.news h3{
order: 3;
font-size: 1.8rem;
}

.news .tag{
order: 1;
font-family: 'mobo-bold', sans-serif;
font-size: 1.8rem;
}

.news .tag span{
display: inline-block;
border-radius: 5px;
padding:0.05em 0.55em 0.15em 0.55em;
}

.news .thumb{
order:2;
overflow: hidden;
width: 100%;
height: 19.2rem;
margin: 1.4rem 0;
}

.news .thumb img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
transition: all 0.3s ease-in-out;
}

.news .date{
order: 4;
width: 100%;
margin-top: 0.7em;
font-size: 1.3rem;
text-align: right;
}

.news li a:link,
.news li a:visited{
text-decoration: none;
}

.news li a:link h3,
.news li a:visited h3,
.news li a:link p,
.news li a:visited p{
color: #494949;
text-decoration: none;
} 

.news li a:link .tag,
.news li a:visited .tag{
color: #fff;
}

.news li a:hover .thumb img{
transform: scale(1.1);
}

.news .tonews{
position: absolute;
bottom: 0;
right: 0;
font-size: 2rem;
}

.news .tonews a{
transition: all 0.3s ease-in-out;
}

.news .tonews a:link,
.news .tonews a:visited{
color:#c30d23;
text-decoration-color: transparent;
}

.news .tonews a:hover{
text-decoration-color: #c30d23;
}

.splide__track{
}

.splide__pagination{
display: none;
}

.splide__arrows{
display: flex;
justify-content: center;
padding-top: 4rem;
}

.splide__arrow{
position: static;
top: auto;
transform: translateY(0);
background-color: transparent;
margin: 0 2.5rem;
}


.splide__arrow svg{
fill:#c30d23;
stroke-width:3px;
stroke:#c30d23;
width: 2.6rem;
height: 4rem;
}

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

.news{
padding-right: 5%;
padding-left: 5%;
}

.news h2{
display: block;
margin-bottom: 2.3rem;
padding-left: 1em;
font-size: 1.3636rem;
}

.news h2::before{
position: absolute;
left: 0;
height: 2.5rem;
}

.news h2 span{
display: block;
width: 3em;
margin:0 0 0.3em 0;
font-size:2.2727rem;
}

.news .tag{
font-size: 1rem;
}

.news .thumb{
width: 10.3182rem;
height: 9.7272rem;
}

.news .thumb img{
max-width: 100%;
}


.news h3{
font-size:1rem;
}

.news .date{
font-size:1rem;
}

.splide__arrows{
padding-top: 1rem;
margin-bottom: 1rem;
}

.splide__arrow{
transform: scale(0.7);
}



.news .tonews{
position: static;
font-size:1rem;
text-align: center;
}

}

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

.news .thumb{
width: 19rem;
}


}


/*
TEL
*/


.tel{
background-color: #4c88c8;
padding: min(60px, 3.75vw) 0;
}

.tel h2{
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-family: 'mobo-bold', sans-serif;
font-size: 4.331rem;
text-align: center;
}

.tel h2 img{
margin-right: 0.3em;
}

.tel address{
color: #fff;
margin: 0.3em 0;
line-height: 1;
font-family: 'mobo-bold', sans-serif;
font-size: 5.069rem;
text-align: center;
}

.tel p{
color: #fff;
font-size: 2.4rem;
text-align: center;
}

@media screen and (max-width: 880px) {
.tel h2{
font-size: 2rem;
}

.tel h2 img{
width: 9.09rem;
}

.tel address{
font-size: 2.364rem;
}
.tel p{
font-size: 1.1364rem;
}


}


footer > div{
padding: 50px 0;
}

footer .agency{
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1000px;
margin: auto;
}

footer .agency h2{
display: flex;
align-items: center;
color: #404040;
line-height: 1;
font-family: 'mobo-bold';
font-size: min(27px, 2.7vw);
}

footer .agency h2 span{
display: inline-block;
margin: 0 0.3em;
font-size: min(34px, 3.4vw);
font-family: 'Impact', sans-serif;
}

footer .agency img{
width: min(52px, 5.2vw);
height: min(36px, 3.6vw);
vertical-align: middle;
}

footer .agency p{
width: min(606px, 60.6vw);
font-size: min(16px, 1.6vw);
}

footer .agency p a{
position: relative;
display: flex;
align-items: center;
background-color: #fff;
border: 1px solid #404040;
border-radius: 3em;
height: 2.375em;
padding:0 0 0 1em;
text-decoration: none;
line-height: 2.375;
transition: all 0.3s ease-in-out;
}

footer .agency p a::before,
footer .agency p a::after{
content:"";
position: absolute;
right: 1.5em;
top: 50%;
display: block;
transition: all 0.3s ease-in-out;
}

footer .agency p a::before{
transform: translateY(-50%) rotate(45deg);
border-top: 2px solid #404040;
border-right: 2px solid #404040;
width: 8px;
height: 8px;
}

footer .agency p a::after{
transform: translateY(-50%);
border-top: 2px solid #404040;
width: 18px;
}




footer .agency p a:link,
footer .agency p a:visited{
color: #404040;
}

footer .agency p a:hover{
background-color: #404040;
color: #fff;
}

footer .agency p a:hover::before,
footer .agency p a:hover::after{
border-color: #fff;
}



footer > .arx{
background-color: #fff;
padding: 3.5rem 0;
text-align: center;
}

footer > .arx img{
height: 5.1rem;
}

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

footer > div{
padding: 6.591vw 0;
}


footer .agency{
flex-direction: column;
}

footer .agency h2{
margin-bottom: 0.6em;
font-size: 1.682rem;
}

footer .agency h2 span{
font-size: 2.183rem;
}

footer .agency img{
width: 3.3182rem;
height: 2.273rem;
}

footer .agency p{
width: auto;
font-size: 1em;
}

footer .agency p a{
padding-right: 3em;
}

footer .agency p a::before{
width: 0.909vw;
height: 0.909vw;
}

footer .agency p a::after{
width: 2.04545vw;
}

footer > .arx{
padding: 2.727273rem 0;
}

footer > .arx img{
height: 3.27273rem;
}

}

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

footer .agency p a::before{
border-top: 1px solid #404040;
border-right: 1px solid #404040;
width: 4px;
height: 4px;
}

footer .agency p a::after{
border-top: 1px solid #404040;
width: 9px;
}

}


nav{
position: fixed;
z-index: 10;
top: calc(min(600px, 37.5vw) + 40px);
right: 1rem;
}

nav .drop-shadow img{
filter: drop-shadow(3px 3px 0 rgba(0,0,0,0.3));
}


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

nav{
top: auto;
right: 2%;
bottom: 2vw;
}

nav img{
max-width: 100%;
width: 42vw;
}

footer .copyright{
padding-bottom: 10vw;
}

}
