.marquee_slider_lyout01{
width: 60vw;
height: 30px;
line-height: 30px;

margin: 20px 0 0 4vw;
padding: 0;
background: #000;

/*Neue Haas Grotesk Display Pro 65 Medium*/
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 600;
font-style: normal;

font-size: 20px;
letter-spacing: 0.0em;
color: #fff;

user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}

.marquee_slider_lyout04{
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 60vw;
height: 30px;
line-height: 30px;

margin: 0;
padding: 0;
background: #000;

/*Neue Haas Grotesk Display Pro 65 Medium*/
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 600;
font-style: normal;

font-size: 20px;
letter-spacing: 0.0em;
color: #fff;

user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}



.marquee_slider{
margin: 0;
padding: 0;
opacity: 0;
overflow: hidden;
}

.marquee-content{
display: flex;
width: fit-content;
align-items: center;
}

.marquee_slide{
width: auto;
margin: 0 5px;
padding: 0;
white-space: nowrap;
flex-shrink: 0;
}

.marquee_slide img{
display: block;
height: auto;
width: auto;
}




.marquee_slider_lyout02{
width: 30vw;
height: 20px;
line-height: 20px;

margin: 0 0 20px 0;
padding: 0;
background: #fff;

/*Neue Haas Grotesk Display Pro 65 Medium*/
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 600;
font-style: normal;

font-size: 19px;
letter-spacing: 0.0em;
color: #000;

user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}



.marquee_slider_lyout03{
width: 30vw;
height: 20px;
line-height: 20px;

margin: 0 0 0 0;
padding: 0;
background: #fff;

/*Neue Haas Grotesk Display Pro 65 Medium*/
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 600;
font-style: normal;

font-size: 19px;
letter-spacing: 0.0em;
color: #000;

user-select:none;
-webkit-user-select:none;
-ms-user-select: none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}






/*スマホ終了
--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {


.marquee_slider_lyout01{
display: none;
}

.marquee_slider_lyout02{
display: none;
}



}/*PC 終了括弧*/
