/* Scss Document */
@media screen and (max-width: 979px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 11px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    max-width: 100%;
    width: auto;
  }
  header .menu {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    right: 2em;
    top: 1.75em;
    z-index: 9999;
  }
  header .menu span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #fff;
    transition: 0.5s;
  }
  header .menu .span {
    top: calc(50% - 9px);
  }
  header .menu .span2 {
    bottom: calc(50% - 1px);
    opacity: 1;
  }
  header .menu .span3 {
    bottom: calc(50% - 9px);
  }
  header .menu.open .span {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  header .menu.open .span2 {
    opacity: 0;
  }
  header .menu.open .span3 {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  header nav {
    display: none;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    background: #e50012;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
  }
  header nav ul {
    margin-top: 6rem;
  }
  header nav ul li {
    display: block;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
  header nav ul li a {
    font-size: 125%;
    padding: 0.875em 1.5rem;
  }
  header nav ul li a:after {
    display: none;
  }
  header nav ul li:first-child a {
    padding-left: 0.875rem;
  }
  header nav ul li.on a {
    background: transparent;
  }
  header nav ul li ul {
    display: block;
    width: auto;
    padding: 0 0 1.5rem;
    margin: 0 1.5rem;
    background: transparent;
    position: static;
    top: 0;
    left: 0;
  }
  header nav ul li ul li {
    border-top: none;
  }
  header nav ul li ul li a {
    font-size: 100%;
  }
  header nav ul li ul li .offset {
    display: block;
    padding-left: 2rem;
  }
  header nav ul li ul li:first-child a {
    padding-left: 0;
  }
  header .youtube {
    display: none;
  }
  #index {
    padding-bottom: 3rem;
  }
  #index_s01 .box {
    width: calc(100vw - 4rem);
    max-width: 210px;
  }
  #index_s01 .box h1 {
    margin: 1.5rem 1.5rem 0;
  }
  #index_s01 .box h1 img {
    width: 100%;
  }
  #index_s02 {
    width: calc(100vw - 4rem);
    height: auto;
    margin: 0 auto;
  }
  #index_s02 .box {
    width: auto;
    margin: 3rem 0 0 0;
    position: static;
    top: 0;
    transform: translateY(0);
  }
  #index_s02 .box p {
    font-size: 100%;
    line-height: 2;
    margin: -0.5em 0;
  }
  #index_s03 {
    width: calc(100vw - 4rem);
    height: auto;
    margin: 9rem auto 0;
    position: relative;
  }
  #index_s03 .box {
    width: auto;
    margin: 0;
    position: static;
    top: 0;
    transform: translateY(0);
  }
  #index_s03 .box .inner {
    padding-top: 0;
  }
  #index_s03 .box .inner dl {
    display: block;
    margin: 1.5rem 0 0;
    position: static;
  }
  #index_s03 .box .inner dl dt {
    width: auto;
    float: none;
  }
  #index_s03 .box .inner dl dd {
    width: auto;
    float: none;
    padding: 1.5rem;
  }
  #index_s03 .box .inner dl dd .txt2 {
    margin: calc(1rem - 0.125em) 0 -0.125em;
  }
  #index_s03 .box .inner dl dd .txt3 {
    font-size: 75%;
    margin: calc(1rem - 0.375em) 0 -0.375em;
  }
  #index_s03 .box ul {
    display: none;
  }
  .index_s04 {
    width: calc(100vw - 4rem);
    height: auto;
    margin: 6rem auto 0;
    position: relative;
  }
  .index_s04:after {
    display: none;
  }
  .index_s04 .box {
    width: auto;
    position: static;
    top: 0;
    transform: translateY(0);
  }
  .index_s04 .box .txt2 {
    text-align: left;
  }
  #index_s04 .box {
    margin-top: 3rem;
  }
  #index_s01 h2,
  #index_s02 h2,
  #index_s03 h2,
  #index_s04 h2 {
    font-size: 200%;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.2em;
    writing-mode: initial;
    position: static;
    top: 0;
    left: 0;
  }
  #index_s01 h2:after,
  #index_s02 h2:after,
  #index_s03 h2:after,
  #index_s04 h2:after {
    display: none;
  }
  #index_s02 h2 {
    top: 0rem;
  }
}/*# sourceMappingURL=sp.css.map */