@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
html {
  color: #000;
  background: transparent;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

@font-face {
  font-family: "BananaSlip";
  src: url("../fonts/YDWbananaslipplus.otf");
}
body {
  font-family: "M PLUS 1", sans-serif;
  width: 100%;
  letter-spacing: 0.1em;
  overflow: hidden;
  font-size: clamp(10px, 1.6vw, 16px);
  color: #414456;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
body a {
  text-decoration: none;
  color: #48D1E8;
  font-weight: 700;
  cursor: pointer;
}
body a:hover {
  color: #789193;
}
body dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border: 0.5px solid rgba(65, 68, 86, 0.137);
  padding: 1.5em 1.5em;
  background: #fff;
  border-radius: 2em;
  margin: 1em;
}
body dt {
  font-weight: 600;
  position: relative;
  font-size: 100%;
  color: #FB92BE;
  font-family: "BananaSlip" !important;
  margin-bottom: 0.4em;
}
body p {
  line-height: 1.8em;
  position: relative;
}
body .newsArea {
  position: relative;
  padding: 1rem;
  box-sizing: border-box;
}
body .inner {
  width: 100%;
  height: 97vh;
  letter-spacing: 0.1em;
  font-size: 120%;
  margin-bottom: 5em;
}/*# sourceMappingURL=news.css.map */