@charset "UTF-8";

#title {
background-image: url("image/title.jpg");
padding: 150px 0 150px 0;
}
#title p {
margin: 1em 0 2em 0;
}
#title p.copy {
padding: 0.6em;
font-family: ryo-gothic-plusn, sans-serif;
font-weight: 700;
font-style: normal;
font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
line-height: 1.6em;
letter-spacing: 0em;
background: rgba(255, 0, 0, 1);
display: inline;
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
text-align: left;
margin: 0 0 0em 0;
position: relative;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
#title {
background-image: url("image/title_sp.jpg");
padding: 100px 0 100px 0;
}
}
