@charset "utf-8";

*{
margin: 0;
padding: 0;
}
/*dragバック*/
.jux-container {
width: 100%;
margin: 0 auto;
/*background-color: black;*/
/*background-image: linear-gradient(0deg, #404040, #000000, #404040);*/
background-image: linear-gradient(0deg, #404040, #000000);
}
.jux-wrapper{
max-width: 1000px;
margin: 0 auto;
position: relative;
/*padding: 100px 30px 150px 30px;*/
padding: 80px 30px 120px 30px;
}
.jux-example-top_sub{
font-size: 36px;  /*38px;*/
font-weight: bold;
font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
color: white;
text-align: center;
margin-bottom: 30px;
letter-spacing: 5px;
}
div.jx-handle::after {
content: 'ドラッグ';  /*'Drag';*/
color: black;
width: 75px;
height: 40px;
background: silver; /*#8b643b;*/
display: block;
position: absolute;
top: 50%;
margin-top: -80px;
left: -17px;
font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
padding-top: 4px;
}
/*@media screen and (max-width: 480px){
div.jx-handle::after {
width: 65px;
height: 30px;
left: -14px;
font-size: 16px;
}
}
@media screen and (max-width: 360px){
div.jx-handle::after {
width: 60px;
height: 25px;
left: -12px;
font-size: 14px;
}
}*/

.jx-model{
display: flex;
justify-content: space-between;
color: white;
font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
font-feature-settings: "palt";
margin-top: 15px;
}
.model-sionyx{
font-weight: bolder;
}
/*追加指定*/
@media screen and (max-width: 800px){
div.jx-handle::after {
padding-top: 2px;
}
}
@media screen and (max-width: 700px){
.jux-example-top_sub{
font-size: 34px;
}
}
@media screen and (max-width: 600px){
.jux-wrapper{
padding: 60px 30px 80px 30px;
}
div.jx-handle::after {
width: 68px;
height: 34px;
font-size: 13px;
left: -15px;
margin-top: -70px;
}
.jux-example-top_sub{
font-size: 30px;
}
}
@media screen and (max-width: 480px){
div.jx-handle::after {
width: 65px;
height: 30px;
left: -14px;
font-size: 13px;
margin-top: -60px;
}
}
@media screen and (max-width: 360px){
.jux-wrapper{
padding: 50px 30px 80px 30px;
}
div.jx-handle::after {
width: 60px;
height: 25px;
left: -12px;
font-size: 12px;
margin-top: -50px;
}
.jux-example-top_sub{
font-size: 24px;
}
.jx-model{
font-size: 12px;
margin-top: 10px;
}
}