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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  width: 100%;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

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

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  display: inline-block;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: normal;
  word-break: normal;
}

button {
  color: inherit;
}

textarea {
  line-height: 1.5;
  overflow: auto;
  resize: none;
  white-space: pre-line;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    margin: 0;
    width: 1600px;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
@font-face {
  font-family: SF-Pro;
  font-style: normal;
  font-weight: 400;
  src: url("../resources/fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: SF-Pro;
  font-style: normal;
  font-weight: 500;
  src: url("../resources/fonts/SF-Pro-Display-Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: SVN-Gilroy;
  font-style: normal;
  font-weight: 400;
  src: url("../resources/fonts/SVN-Gilroy-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: SVN-Gilroy;
  font-style: normal;
  font-weight: 500;
  src: url("../resources/fonts/SVN-Gilroy-Medium.otf") format("opentype");
  font-display: swap;
}
html {
  line-height: 1;
}
html::-webkit-scrollbar {
  opacity: 0;
  width: 0;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 5.2083333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1024.98px) {
  html {
    font-size: 8.3333333333vw;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    opacity: 0;
    width: 0;
  }
  html {
    font-size: 22.7272727273vw;
  }
}

body {
  color: #000;
  font-family: "SVN-Gilroy", serif;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}

a:not([class]),
.u-effect-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.03em;
  transition: -webkit-text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
}
a:not([class]):hover,
.u-effect-underline:hover {
  text-decoration-color: transparent;
}
html.is-touchable a:not([class]):hover,
html.is-touchable .u-effect-underline:hover {
  text-decoration-color: inherit;
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.trans {
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  transition: opacity 0.5s ease;
}
.trans:hover {
  opacity: 0.8;
}
html.is-touchable .trans:hover {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media print, (min-width: 768px) {
  .wrapper {
    max-width: 17.6rem;
    width: calc(100% - 0.4rem);
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    width: calc(100% - 0.4rem);
  }
}

@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}