@charset "utf-8";

/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*----------------------------------------------------------------------------
01：base
----------------------------------------------------------------------------*/

html,
body {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo,Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.8;
}

/* link */

a {
  color: #333;
  outline: none;
 /* transition:opacity 0.3s ease; */;
}

a:hover {
  text-decoration: none;
  color: #333;
}

a img {
 /* transition:opacity 0.3s ease; */;
}

a:hover img {
  opacity: .8;
}

*:focus {
  -moz-outline-style: none;
}

sup {
  font-size: smaller;
  line-height: none;
  vertical-align: super;
}

sub {
  font-size: smaller;
  line-height: none;
  vertical-align: sub;
}

/* img */

img {
  line-height: 1;
  vertical-align: middle;
}

input,
textarea,
button {
  font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic','Osaka',sans-serif;
  outline: none;
}

/*----------------------------------------------------------------------------
01：html bofy
----------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
  overflow-y: scroll !important;
}

body {
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
  min-width: 1024px;
  height: 100vh;
  margin: 0 auto;
  background: #fffde4;
}

.init {
  overflow: visible;
  height: auto;
  padding-right: 0 !important;
}

.tc {
  text-align: center;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px !important;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl10 {
  padding-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pr10 {
  padding-right: 20px !important;
}

.tc {
  text-align: center;
}

.tR {
  text-align: right;
}

.flL {
  float: left;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.inblk {
  display: inline-block;
  text-align: left;
}

.fs {
  font-size: 1.2rem;
}

.fb {
  font-weight: bold;
}

.wid200 {
  width: 200px;
}

.colred {
  color: #e2231a;
}

.ln12 {
  line-height: 1.2;
}

.ispc {
  display: block;
}

.issp {
  display: none;
}

.pagetop {
  position: absolute;
  z-index: 200;
  right: 53px;
  bottom: -58px;
}

/*----------------------------------------------------------------------------

----------------------------------------------------------------------------*/

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

main {
  display: block;
}

.m-menubtn {
  position: fixed;
  z-index: 10;
  top: 40px;
  right: 50px;
  opacity: 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: 25px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-315deg);
  -ms-transform: translateY(12px) rotate(-315deg);
  transform: translateY(12px) rotate(-315deg);
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  -ms-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
  background-color: #fff;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.menu {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 100vw;
  width: 100%;
  height: 100%;
  transition: all .3s ease 0s;
  opacity: 0;
  background: #d9e367;
}

.menu ul {
  display: block;
  overflow: hidden;
  width: 283px;
  height: auto;
  margin: 100px 0 0 50px;
  padding: 0;
}

.menu ul li {
  margin: 0;
}

.menu ul li:first-child {
  margin: 0 0 30px;
}

.menu ul li:nth-child(6) {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #fff;
}

.open {
  left: calc(100vw - 385px);
  display: block;
  opacity: 1;
}

.l-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: #d9e367;
}

.m-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-loading span {
  position: relative;
  display: block;
}

.m-loading .percent {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  width: 99.99%;
  height: 100%;
  border: 1px solid #d9e367;
 /* content:''; */
  background: #fff;
}

.m-loading .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.m-logo .txt {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.m-sptxt {
  margin: 100% 0 0;
  padding: 15% 0 0;
  opacity: 0;
}

.m-scr {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 43px;
  height: 59px;
  margin: auto;
  opacity: 0;
}

.m-scr span {
  display: inline-block;
}

.m-scr span:first-child {
  margin: 0 0 5px;
}

.m-scr span:last-child {
  -webkit-animation: sdb 1s infinite;
  animation: sdb 1s infinite;
}

.m-mains {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1024px;
  height: 650px;
  margin: auto;
  text-align: center;
  opacity: 0;
}

.m-mains img {
  position: absolute;
  top: 400px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.m-cloud {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1024px;
  height: 650px;
  margin: auto;
}

.cloud01 {
  position: absolute;
  top: 80px;
  left: 10px;
  opacity: 0;
}

.cloud02 {
  position: absolute;
  top: 235px;
  left: 20px;
  opacity: 0;
}

.cloud03 {
  position: absolute;
  top: 55px;
  left: 614px;
  opacity: 0;
}

.cloud04 {
  position: absolute;
  top: 139px;
  left: 746px;
  opacity: 0;
}

.cloud05 {
  position: absolute;
  top: 245px;
  left: 681px;
  opacity: 0;
}

.cloud06 {
  position: absolute;
  top: 363px;
  left: 762px;
  opacity: 0;
}

.logo {
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 50px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-col01 {
  width: 1024px;
  margin: 0 auto;
}

header ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 0 40px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header ul li {
  margin: 0 20px;
}

header ul li:first-child {
  margin-right: auto;
}

main {
  display: block;
  overflow: hidden;
}

.m-ttl {
  padding: 70px 0 90px;
  text-align: center;
}

.test {
  height: 100vh;
  min-height: 530px;
  color: #f00;
  background: #000;
}

.en {
  display: inline-block;
  width: 800px;
  background: #f00;
}

.en img {
  width: 100%;
  height: 100%;
}

.en::before {
  content: '';
}

.en::after {
  width: 100px;
  height: 100px;
  content: '';
  background: #0f0;
}

.box1 {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100px;
  height: 100px;
  background: #f00;
}

.l-road {
  position: relative;
  height: 3683px;
  background: url(../img/bg_road_pc.png) no-repeat left top;
}

.l-road svg {
  display: none;
  width: 100%;
}

.l-road svg g {
  vertical-align: top;
}

.l-road02 {
  background: none;
}

.order {
  position: absolute;
  margin-top: -50px;
  padding-top: 50px;
  opacity: 0;
}

.order01 {
  top: -27px;
  left: 105px;
}

.order02 {
  top: 490px;
  left: 313px;
}

.order03 {
  top: 1497px;
  left: 299px;
  margin-top: -100px;
  padding-top: 100px;
}

.order04 {
  top: 2485px;
  /* left: 738px; */
  left:478px;
  margin-top: -100px;
  padding-top: 100px;
}

.order05 {
  /* top: 3012px;
  left: 181px; */
  top: 2732px;
    left: 11px;
  margin-top: -70px;
  padding-top: 70px;
}

.order06 {
  /* top: 3388px;
  left: 766px; */
  top: 3008px;
    left: 546px;
  margin-top: -100px;
  padding-top: 100px;
}

.m-lead {
  position: absolute;
  opacity: 0;
}

.m-lead01 {
  top: -50px;
  left: 194px;
}

.m-lead02 {
  top: 594px;
  left: 3px;
}

.m-lead03 {
  top: 2321px;
  left: 307px;
}

.m-lead04 {
  top: 2850px;
  left: 154px;
}

.m-lead05 {
  top: 3286px;
  left: 402px;
}

.m-leadtxt {
  position: absolute;
  opacity: 0;
}

.m-leadtxt01 {
  top: 277px;
  left: 500px;
}

.m-leadtxt02 {
  top: 889px;
  left: 265px;
}

.m-leadtxt03 {
  top: 1098px;
  left: 617px;
}

.m-leadtxt04 {
  top: 1308px;
  left: 582px;
}
.m-lead06{
  top:1328px;
  left:70px;
}

.m-leadtxt05 {
  top: 1632px;
  left: 3px;
}

.m-leadtxt06 {
  top: 1882px;
  left: 275px;
}

.m-leadtxt07 {
  top: 2617px;
  left: 3px;
}

.m-leadtxt08 {
  top: 3117px;
  left: 593px;
}

.m-illust {
  position: absolute;
}

.m-illust01 {
  top: 444px;
  left: 670px;
}

.m-illust02 {
  top: 284px;
  left: 290px;
}

.m-illust03 {
  top: 1004px;
  left: 60px;
}

.m-illust04 {
  top: 1449px;
  left: 729px;
}

.m-illust05 {
  top: 1519px;
  left: 149px;
}

.m-illust06 {
  top: 1963px;
  left: 797px;
}

.m-illust07 {
  z-index: 1;
  top: 2433px;
  left: 205px;
}

.m-illust08 {
  top: 2934px;
  left: 596px;
}

.m-illust09 {
  top: 3355px;
  left: 122px;
}

.linkedoff {
  pointer-events: none;
}

.linkedon {
  pointer-events: auto;
}

.m-rbtn {
  position: absolute;
  opacity: 0;
}

.m-rbtn:hover,
.m-rbtn:hover img {
  opacity: 1;
}

.m-rbtn01 {
  top: 137px;
  left: 519px;
}

.m-rbtn02 {
  top: 369px;
  left: 546px;
}

.m-rbtn03 {
  top: 731px;
  left: 412px;
}

.m-rbtn04 {
  top: 892px;
  left: 543px;
}

.m-rbtn05 {
  top: 1187px;
  left: 389px;
}

.m-rbtn06 {
  top: 1378px;
  left: 503px;
}

.m-rbtn07 {
  top: 1698px;
  left: 425px;
}

.m-rbtn08 {
  top: 1869px;
  left: 494px;
}

.m-rbtn09 {
  top: 2051px;
  left: 253px;
}

.m-rbtn10 {
  top: 2220px;
  left: 353px;
}

.m-rbtn11 {
  top: 2602px;
  left: 407px;
}

.m-rbtn12 {
  top: 2758px;
  left: 398px;
}

.m-rbtn13 {
  top: 3256px;
  left: 437px;
}
.m-rbtn14 {
  top: 1418px;
  left: 183px;
}

.m-txt {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #444;
}

.m-txt > p:first-child {
  font-size: 1.3rem;
  margin: 0 0 4px;
  color: #00a4ea;
}

.l-group {
  position: relative;
}

.m-group01 {
  text-align: center;
}

.m-group02 {
  width: 725px;
  margin: 0 auto 100px;
  text-align: center;
  background: #fff;
}

.m-group02 a {
  display: block;
  margin: 0 auto;
}

.m-group02 div{
  position:absolute;
  bottom: -90px;
  left: 160px;
  font-size: 1.0rem;
}

.m-group02 .pb70 {
  padding-bottom: 70px;
}

.m-group02 .pb40 {
  padding-bottom: 40px;
}

footer {
  background: #d9e367;
}

.m-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 25px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-footer > div {
  text-align: right;
}

.m-footer .fmenu {
  font-size: 1.2rem;
}

#trigger {
  margin-top: -125px;
}

.l-sub {
  position: relative;
  height: 625px;
  text-align: center;
}

.sub01,
.sub01_5,
.sub04 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.sub04 {
  opacity: 0;
}

.sub02 {
  position: absolute;
  top: 100px;
  left: 70px;
  opacity: 0;
}

.sub03 {
  position: absolute;
  right: 70px;
  bottom: 100px;
  opacity: 0;
}

.sub05 {
  position: absolute;
  top: 100px;
  left: 154px;
  opacity: 0;
}

.sub06 {
  position: absolute;
  right: 184px;
  bottom: 120px;
  opacity: 0;
}

.remodal-overlay {
  background: rgba(0, 0, 0, .5);
}

.remodal-close {
  top: 10px;
  right: 10px;
  left: auto;
  color: #886d28;
  background: url(../img/close.png) no-repeat left top;
}

.remodal-close::before {
  font-size: 4.0rem;
  content: '';
}

.remodal {
  width: auto;
  text-align: center;
  border: 1px solid #886d28;
  border-radius: 10px;
}

.m-mttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: left;
  color: #886d28;
}

.m-mtxt {
  text-align: left;
}

.m-mtxt .fs {
  line-height: 1.2;
  display: inline-block;
  margin: 10px 0 0;
}

@media only screen and (max-width: 767px) {

  img {
    width: 100%;
  }

  body {
    width: 100%;
    min-width: 100%;
  }

  .ispc {
    display: none;
  }

  .issp {
    display: block;
  }

  .pagetop {
    right: 20px;
    bottom: -40px;
    width: 30px;
  }

  .m-menubtn {
    top: 15px;
    right: 20px;
    -webkit-transform: translate3d(0, 0, 2px);
    transform: translate3d(0, 0, 2px);
  }

  .menu {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }

  .menu ul {
    width: 88%;
    margin: 50px 0 0;
  }

  .menu ul li:first-child {
    margin: 0;
  }

  .menu ul li:nth-child(6) {
    margin: 0;
    padding: 0;
    border: none;
  }

  .open {
    left: 10%;
  }

  .l-main {
    height: auto;
  }

  .m-loading {
    top: 23%;
    right: 0;
    left: 0;
    width: 70%;
    margin: auto;
    -webkit-transform: translateY(-23%);
    -ms-transform: translateY(-23%);
    transform: translateY(-23%);
  }

  .m-logo {
    top: 23%;
    right: 0;
    left: 0;
    width: 70%;
    margin: auto;
    -webkit-transform: translateY(-23%);
    -ms-transform: translateY(-23%);
    transform: translateY(-23%);
  }

  .m-mains {
    width: 100%;
    height: auto;
  }

  .m-mains img {
    top: 27%;
    bottom: auto;
    width: 120%;
    margin: 0 0 0 -10%;
  }

  .m-cloud {
    width: 100%;
  }

  .l-col01 {
    width: 100%;
  }

  .m-ttl {
    padding: 20px 0 50px;
  }

  .l-road {
    background: url(../img/bg_road_sp.png) no-repeat left top;
    background-size: cover;
  }

  .l-road svg {
    height: 100%;
  }

  .l-road svg g {
    width: 100%;
  }

  .l-road02 {
    background: none;
  }

  .order {
    width: 100%;
  }

  .order01 {
    top: -.7%;
    left: 0;
  }

  .order02 {
    top: 14.6%;
    left: 0;
  }

  .order03 {
    top: 40.4%;
    left: 0;
  }

  .order04 {
    top: 60%;
    left: 0;
  }

  .order05 {
    top: 73.0%;
    left: 0;
  }

  .order06 {
    top: 79.4%;
    left: 0;
  }

  .m-lead {
    width: 100%;
  }

  .m-lead01 {
    top: 1.2%;
    left: 30px;
  }

  .m-lead02 {
    top: 16.6%;
    left: -30px;
  }

  .m-lead03 {
    top: 60.3%;
    left: 30px;
  }

  .m-lead04 {
    top: 74.7%;
    left: -30px;
  }

  .m-lead05 {
    top: 88.1%;
    left: 0;
  }

  .m-lead06 {
    top: 42.4%;
    left:30px;
  }

  .m-lead06 img{
    transform: translateX(40px);

  }

  .m-leadtxt {
    width: 100%;
  }

  .m-leadtxt01 {
    top: 8.5%;
    left: 30px;
  }

  .m-leadtxt02 {
    top: 21.5%;
    left: -30px;
  }

  .m-leadtxt03 {
    top: 30.4%;
    left: 30px;
  }

  .m-leadtxt04 {
    top: 34.8%;
    left: 30px;
  }

  .m-leadtxt05 {
    top: 47%;
    left: -30px;
  }
  .m-leadtxt05 img{
    transform: translateX(-4%);
  }
  .m-leadtxt06 {
    top: 51.1%;
    left: -30px;
  }
  .m-leadtxt06 img{
    transform: translateX(9%);
  }

  .m-leadtxt07 {
    top: 69.6%;
    left: -30px;
  }

  .m-leadtxt08 {
    top: 85.0%;
    left: 30px;
  }

  .m-illust {
    width: 100%;
  }

  .m-illust01 {
    top: 11.2%;
    left: 0;
  }

  .m-illust02 {
    top: 11.2%;
    left: 0;
  }

  .m-illust03 {
    top: 25.3%;
    left: 0;
  }

  .m-illust04 {
    top: 37.9%;
    left: 8%;
  }

  .m-illust05 {
    top: 39.6%;
    left: -10%;
  }

  .m-illust06 {
    top: 53.1%;
    left: 0;
    left:-11%;
  }

  .m-illust07 {
    top: 66.0%;
    left: 0;
  }

  .m-illust08 {
    top: 80.9%;
    left: 0;
  }

  .m-illust09 {
    top: 93%;
    left: 0;
  }

  .m-rbtn {
    width: 100%;
  }

  .m-rbtn01 {
    top: 3.8%;
    left: 30px;
  }

  .m-rbtn02 {
    top: 7.2%;
    left: 30px;
  }

  .m-rbtn03 {
    top: 19.4%;
    left: -30px;
  }

  .m-rbtn04 {
    top: 23.5%;
    left: -30px;
  }

  .m-rbtn05 {
    top: 32.4%;
    left: 30px;
  }

  .m-rbtn06 {
    top: 37.7%;
    left: 30px;
  }

  .m-rbtn07 {
    top: 49.2%;
    left: -30px;
  }

  .m-rbtn08 {
    top: 53.2%;
    left: -30px;
  }

  .m-rbtn09 {
    top: 57.9%;
    left: 30px;
  }

  .m-rbtn10 {
    top: 63.1%;
    left: 30px;
  }

  .m-rbtn11 {
    top: 71.8%;
    left: -30px;
  }

  .m-rbtn12 {
    top: 77.7%;
    left: -30px;
  }

  .m-rbtn13 {
    top: 88.0%;
    left: 30px;
  }
  .m-rbtn14 {
    top: 45.2%;
    left: -30px;
  }
  .m-group02 {
    width: 90%;
    margin: 0 auto 50px;
  }

  .m-group02 a {
    width: 90%;
  }
  .m-group02 div{
    
    bottom: -42px;
    left: 20px;
    width:225px;
    text-align: left;
  }
  .m-group02 .pb70 {
    padding-bottom: 35px;
  }

  .m-group02 .pb40 {
    padding-bottom: 20px;
  }

  .m-footer {
    display: block;
    padding: 25px 0;
  }

  .m-footer .flogo{
    width:60%;
    margin:0 auto 15px;
  }

  .m-footer > div {
    text-align: center;
  }

  .sub02 {
    top: 35%;
    left: 0;
  }

  .sub03 {
    right: 0;
    bottom: 35%;
  }

  .sub05 {
    top: 35%;
    left: 0;
  }

  .sub06 {
    right: 0;
    bottom: 35%;
  }
}

@media only screen and (-ms-high-contrast: active) and (max-width: 767px), only screen and (-ms-high-contrast: none) and (max-width: 767px) {

  .l-road:not(:target) {
    background: url(../img/bg_road_sp.png) no-repeat left top;
    background-size: cover;
  }

  .l-road:not(:target) svg {
    display: none;
  }
}

@-webkit-keyframes sdb {

  0% {
    -webkit-transform: translate(0, 0);
  }

  10% {
    -webkit-transform: translate(0, 10px);
  }

  40% {
    -webkit-transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes sdb {

  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  10% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  40% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

