/* line 3, common.scss */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* line 23, common.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 28, common.scss */
html,
body {
  overflow-x: clip; }

/* line 32, common.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

/* line 37, common.scss */
body {
  font-size: 15px;
  color: #000000;
  line-height: 1;
  background-image: url("../img/bg_body.png");
  background-repeat: repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased; }

/* line 46, common.scss */
:target {
  scroll-margin-top: 20px; }

/* line 49, common.scss */
body,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400; }

/* line 56, common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 60, common.scss */
caption,
th,
td {
  font-weight: normal;
  text-align: left; }

/* line 66, common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #000000;
  clear: both;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0; }

/* line 80, common.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/* line 92, common.scss */
p {
  color: #000000;
  margin-bottom: 15px;
  line-height: 1.9; }

/* line 97, common.scss */
ol,
ul {
  list-style: none; }

/* line 101, common.scss */
ul li,
ol li {
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin: 0 0 5px; }

/* line 108, common.scss */
ol {
  list-style: decimal;
  margin: 0 0 20px 1.5em; }

/* line 112, common.scss */
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0; }

/* line 118, common.scss */
dl {
  margin: 0 0 24px 0; }

/* line 121, common.scss */
dt,
dd {
  line-height: 1.6; }

/* line 125, common.scss */
dt {
  font-weight: bold; }

/* line 128, common.scss */
dd {
  margin: 0; }

/* line 131, common.scss */
strong {
  font-weight: bold; }

/* line 134, common.scss */
cite,
i {
  font-style: normal; }

/* line 138, common.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 145, common.scss */
sup {
  top: -0.5em; }

/* line 148, common.scss */
sub {
  bottom: -0.25em; }

/* line 151, common.scss */
small {
  font-size: smaller; }

/* line 154, common.scss */
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; }
  /* line 159, common.scss */
  img.nosave {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    user-select: none; }

/* line 168, common.scss */
video {
  width: 100%; }

/* line 171, common.scss */
address {
  font-style: normal; }

/* line 176, common.scss */
.alignleft {
  float: left; }

/* line 179, common.scss */
.alignright {
  float: right; }

/* line 182, common.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 187, common.scss */
a {
  color: #000000;
  text-decoration: underline; }
  @media screen and (min-width: 800px) {
    /* line 191, common.scss */
    a:hover {
      text-decoration: none; }
      /* line 193, common.scss */
      a:hover img {
        opacity: 0.7; } }

/* line 200, common.scss */
a:focus, *:focus {
  outline: none; }

/* line 203, common.scss */
.pc {
  display: block; }
  @media screen and (max-width: 800px) {
    /* line 203, common.scss */
    .pc {
      display: none; } }

/* line 209, common.scss */
.sp {
  display: none; }
  @media screen and (max-width: 800px) {
    /* line 209, common.scss */
    .sp {
      display: block; } }

/* line 216, common.scss */
.youtube {
  display: flex;
  align-items: center;
  width: 100%;
  aspect-ratio: 16 / 9; }
  /* line 221, common.scss */
  .youtube iframe,
  .youtube video {
    width: 100%;
    height: 100%;
    border-radius: 15px; }

/* line 229, common.scss */
.cbox {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto; }

/*
header
*/
/* line 239, common.scss */
header {
  position: relative;
  width: 100%;
  padding-top: 25px;
  z-index: 0; }
  @media screen and (max-width: 800px) {
    /* line 239, common.scss */
    header {
      padding-top: 20px; } }
  /* line 247, common.scss */
  header h1 {
    text-align: center; }
    @media screen and (max-width: 800px) {
      /* line 247, common.scss */
      header h1 {
        width: 91.4%;
        margin: 0 auto; } }
    @media screen and (max-width: 800px) {
      /* line 253, common.scss */
      header h1 img {
        width: 100%; } }

/*
note
*/
/* line 265, common.scss */
.note {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  /* line 270, common.scss */
  .note::before {
    position: absolute;
    left: 50%;
    top: 86px;
    translate: -50% 0;
    width: 100%;
    height: calc(100% - 86px);
    background-image: url("../img/bg_note.png");
    background-repeat: repeat;
    background-position: left top;
    content: "";
    z-index: 0;
    pointer-events: none; }
    @media screen and (max-width: 800px) {
      /* line 270, common.scss */
      .note::before {
        top: 62px;
        width: calc(100% - 20px);
        height: calc(100% - 62px);
        background-image: url("../img/bg_note_sp.png"); } }

/*
main
*/
/* line 296, common.scss */
main {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 95px;
  padding: 0 10px; }
  @media screen and (max-width: 800px) {
    /* line 296, common.scss */
    main {
      margin-bottom: 55px; } }

/*
footer
*/
/* line 314, common.scss */
footer {
  position: relative;
  z-index: 1;
  width: calc(100% - 20px);
  text-align: center;
  margin: 0 auto;
  padding-bottom: 24px; }
  /* line 321, common.scss */
  footer .footer-img {
    max-width: 285px;
    margin: 0 auto 20px; }
    @media screen and (max-width: 800px) {
      /* line 321, common.scss */
      footer .footer-img {
        width: 67.4%;
        max-width: inherit;
        margin: 0 auto 28px; } }
    /* line 329, common.scss */
    footer .footer-img img {
      width: 100%; }
  /* line 333, common.scss */
  footer .copyright {
    font-size: 12px;
    line-height: 2;
    margin: 0; }
    /* line 337, common.scss */
    footer .copyright .bikou {
      display: block;
      font-size: 11px; }

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