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%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
* {
  box-sizing: border-box
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
html {
  font-size: 100px
}
body {
  font-size: .15rem;
  line-height: 1.7;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #222;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}
body.open {
  overflow: hidden
}
#page {
  width: 100%;
  height: 100%;
  max-width: 1040px;
  margin: 0 auto;
  box-shadow: 0px 0px 80px #dadada;
  overflow: hidden
}
a {
  text-decoration: none;
  color: #222;
  -webkit-transition: all .3s;
  transition: all .3s
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle
}
.js-fadein img {
  opacity: 0;
  -webkit-transition: opacity 3s;
  -webkit-transition: opacity 2s;
  transition: opacity 2s
}
.js-fadein.lazyloaded img.lazyloaded {
  opacity: 1
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5
}
.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100
}
.siteHeader {
  position: relative
}
.siteHeader__logo {
	position: absolute;
	top: 14px;
	left: 50%;
	z-index: 1;
	width: 960px;
	text-align: left;
	margin: auto;
	transform: translateX(-50%);
}
.siteHeader__logo a:hover {
  opacity: .75
}
.keyVisual {
  position: relative
}
.keyVisual img {
  width: 100%
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 96px
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 80px
  }
}
@media screen and (max-width: 560px) {
  html {
    font-size: 83px
  }
  body {
    font-size: .17rem;
    line-height: 1.8
  }
  .boxYoutubeModal {
    padding: .2rem
  }
}
@media screen and (max-width: 320px) {
  body {
    font-size: .16rem
  }
}
@media screen and (max-width: 560px) {
  .siteHeader__logo {
    width: 32.612%;
    top: 3%;
    left: 10px
  }
}
@media screen and (max-width: 1517px) {
  .keyVisual__ribbon {
    font-size: 1.8vw
  }
}
@media screen and (max-width: 560px) {
  .keyVisual__ribbon {
    font-size: 3.8vw;
    padding: .3em 1.9em;
    top: 3%
  }
  .keyVisual__ribbon::after {
    width: 4%
  }
}