@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  font-size: 0.5208vw;
  margin: 0;
}
@media print, screen and (max-width: 1024px) {
  html {
    font-size: 0.9765vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.5vw;
    font-size: clamp(1px, 2.5vw, 10px);
  }
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
}
body.fixed {
  position: fixed;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

main {
  position: relative;
  overflow: hidden;
}
main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 44.6rem;
  bottom: 0;
  background: url(../img/common/bg-dot-20.png) top left/46.5rem 23.3rem repeat, linear-gradient(180deg, rgba(0, 162, 154, 0), rgba(0, 162, 154, 0.2));
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  main::before {
    height: 200px;
    background: url(../img/common/bg-dot-20.png) left -50px/46.5rem 23.3rem repeat, linear-gradient(180deg, rgba(0, 162, 154, 0), rgba(0, 162, 154, 0.2));
  }
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

button {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  font: inherit;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

@keyframes navCar_slideHorizontal {
  from {
    left: 0;
    transform: translateX(-100%);
  }
  to {
    left: 100%;
    transform: translateX(0);
  }
}
@keyframes ScrollSuggestionLinePc {
  0% {
    opacity: 1;
    left: -30px;
  }
  80% {
    opacity: 1;
    left: 100%;
  }
  99% {
    opacity: 0;
    left: 100%;
  }
  to {
    opacity: 0;
    left: -30px;
  }
}
@keyframes aniShine {
  0% {
    -webkit-mask-position: left -20%;
    mask-position: left -20%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: right 100%;
    mask-position: right 100%;
    opacity: 1;
  }
}
@keyframes thumbSwipe {
  0% {
    -webkit-mask-position: left -20%;
    mask-position: left -20%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: right 100%;
    -webkit-mask-size: auto 500%;
    mask-position: right 100%;
    -webkit-mask-size: auto 450%;
            mask-size: auto 450%;
    opacity: 1;
  }
}
@keyframes animate-reason-road {
  0% {
    stroke-dashoffset: 1590px;
    stroke-dasharray: 1590px;
  }
  100% {
    stroke-dashoffset: 0px;
    stroke-dasharray: 1590px;
  }
}
@keyframes link-lineloop {
  0% {
    transform: scaleX(1);
    transform-origin: top right;
  }
  30% {
    transform: scaleX(0);
    transform-origin: top right;
  }
  32% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  to {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
@keyframes link-lineloop-vertical {
  0% {
    transform: scaleY(1);
    transform-origin: bottom left;
  }
  30% {
    transform: scaleY(0);
    transform-origin: bottom left;
  }
  32% {
    transform: scaleY(0);
    transform-origin: top left;
  }
  to {
    transform: scaleY(1);
    transform-origin: top left;
  }
}
@keyframes shake-loop {
  0% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
}
@keyframes shake-loop-vertical {
  0% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
}
@keyframes click_effect {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
@keyframes h_slide {
  100% {
    transform: translateX(100%);
  }
}
@keyframes blur {
  from {
    filter: blur(10px);
  }
  to {
    filter: blur(0px);
  }
}/*# sourceMappingURL=reset.css.map */