@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html {
  /*overflow-y: scroll;*/
}

body, input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ofh {
  overflow: hidden;
}

@media all and (min-width: 768px) {
  .-sp {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .-pc {
    display: none !important;
  }
}

.js-iv {
  opacity: 0;
  transition: opacity 0.8s ease-in-out 0.5s;
}

.js-iv.viewed {
  opacity: 1;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

h1 {
  display: none;
}

.cntWrp {
  max-width: 1200px;
  margin: 0 auto;
}

.cntWrp img {
  width: 100%;
}

.kv {
  display: flex;
  align-items: flex-start;
}

.kv img {
  width: 50%;
}

@media all and (max-width: 767px) {
  .kv {
    flex-direction: column;
  }
  .kv img {
    width: 100%;
  }
}

.kv, .message {
  line-height: 0;
}

.profImg {
  line-height: 0;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.profImg img {
  max-width: 600px;
  width: 80%;
}

.prof {
  line-height: 1.8;
  padding: 25px 20px;
  font-size: 15px;
}

.prof p {
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}

.prof p.-ttl {
  font-weight: bold;
  font-size: 23px;
}

.prof b {
  font-variant: bold;
  border-bottom: 2px solid black;
}

.info {
  background: #e9314b;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  padding: 20px;
  letter-spacing: 0.1em;
}

.info a {
  color: inherit;
}

.info dt {
  font-weight: bold;
  font-size: 25px;
}

.info dd {
  font-size: 15px;
}

.sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 45px 0;
}

.sns img {
  width: 45px;
}

/*# sourceMappingURL=../css/style.map */