/*!
 * Bootstrap Reboot v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
/* line 8, ../sass/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 14, ../sass/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, ../sass/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 25, ../sass/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 36, ../sass/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 40, ../sass/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 46, ../sass/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 51, ../sass/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 56, ../sass/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 66, ../sass/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 72, ../sass/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 79, ../sass/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 86, ../sass/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 90, ../sass/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 95, ../sass/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 99, ../sass/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 104, ../sass/_reboot.scss */
small {
  font-size: 80%;
}

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

/* line 116, ../sass/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 120, ../sass/_reboot.scss */
sup {
  top: -.5em;
}

/* line 124, ../sass/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 130, ../sass/_reboot.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 135, ../sass/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 140, ../sass/_reboot.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 145, ../sass/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 149, ../sass/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 157, ../sass/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 163, ../sass/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 167, ../sass/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 172, ../sass/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 177, ../sass/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 181, ../sass/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 189, ../sass/_reboot.scss */
th {
  text-align: inherit;
}

/* line 193, ../sass/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 198, ../sass/_reboot.scss */
button {
  border-radius: 0;
}

/* line 202, ../sass/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 207, ../sass/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 218, ../sass/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 223, ../sass/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 228, ../sass/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 232, ../sass/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 239, ../sass/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 246, ../sass/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 254, ../sass/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 260, ../sass/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 267, ../sass/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 272, ../sass/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 279, ../sass/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 291, ../sass/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 295, ../sass/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 300, ../sass/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 305, ../sass/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 309, ../sass/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 314, ../sass/_reboot.scss */
output {
  display: inline-block;
}

/* line 318, ../sass/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 323, ../sass/_reboot.scss */
template {
  display: none;
}

/* line 327, ../sass/_reboot.scss */
[hidden] {
  display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
/* line 5, ../sass/style.scss */
html {
  font-size: 10px;
}

/* line 9, ../sass/style.scss */
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 14, ../sass/style.scss */
.forPC {
  display: none;
}

/* line 17, ../sass/style.scss */
a {
  display: block;
  color: #000000;
}
/* line 20, ../sass/style.scss */
a.aframe {
  height: 3rem;
  border: .1rem solid #000000;
  width: 35%;
  margin: 1rem auto;
}
/* line 25, ../sass/style.scss */
a.aframe p {
  line-height: 3rem;
  margin: 0 auto;
  text-align: center;
}

/* line 32, ../sass/style.scss */
div.snsbox {
  font-size: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  *zoom: 1;
}
/* line 33, ../sass/style.scss */
div.snsbox.forPC {
  display: none;
}
/* line 42, ../sass/style.scss */
div.snsbox div.snsWrap {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
/* line 46, ../sass/style.scss */
div.snsbox div.snsWrap ul.snsList {
  width: 100%;
  float: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  *zoom: 1;
}
/* line 53, ../sass/style.scss */
div.snsbox div.snsWrap ul.snsList li {
  float: left;
}
/* line 59, ../sass/style.scss */
div.snsbox i.fa-twitter-square {
  color: #1DA1F2;
}
/* line 62, ../sass/style.scss */
div.snsbox i.fa-instagram {
  color: #CF2E92;
}
/* line 65, ../sass/style.scss */
div.snsbox i.fa-facebook {
  color: #3C5A99;
}
/* line 68, ../sass/style.scss */
div.snsbox i.fa-line {
  color: #00B900;
}

/* line 75, ../sass/style.scss */
div.movie .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}
/* line 81, ../sass/style.scss */
div.movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 600px) {
  /* line 91, ../sass/style.scss */
  .forSP {
    display: none;
  }

  /* line 94, ../sass/style.scss */
  .forPC {
    display: block;
  }

  /* line 97, ../sass/style.scss */
  article {
    margin: 0 auto;
    width: 80%;
  }

  /* line 101, ../sass/style.scss */
  .links {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 104, ../sass/style.scss */
  .links a {
    float: left;
  }
  /* line 106, ../sass/style.scss */
  .links a:nth-child(1) {
    width: 35.5%;
  }
  /* line 109, ../sass/style.scss */
  .links a:nth-child(2) {
    width: 27.2%;
  }
  /* line 112, ../sass/style.scss */
  .links a:nth-child(3) {
    width: 37.3%;
  }

  /* line 117, ../sass/style.scss */
  .reme {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 119, ../sass/style.scss */
  .reme .float {
    float: left;
  }
  /* line 121, ../sass/style.scss */
  .reme .float.left {
    width: 51.5%;
  }
  /* line 124, ../sass/style.scss */
  .reme .float.right {
    width: 48.5%;
  }

  /* line 130, ../sass/style.scss */
  div.snsbox.forPC {
    display: block;
  }
  /* line 133, ../sass/style.scss */
  div.snsbox div.snsWrap {
    width: 30%;
    float: right;
  }

  /* line 138, ../sass/style.scss */
  div.movie {
    overflow: hidden;
    *zoom: 1;
  }
  /* line 140, ../sass/style.scss */
  div.movie .pv, div.movie .tv {
    width: 49.5%;
  }
  /* line 143, ../sass/style.scss */
  div.movie .pv {
    float: left;
  }
  /* line 146, ../sass/style.scss */
  div.movie .tv {
    float: right;
  }
}
@media screen and (min-width: 1000px) {
  /* line 152, ../sass/style.scss */
  article {
    max-width: 1000px;
  }
}
