@charset "UTF-8";
/******************************************************
        スマホサイト用
******************************************************/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .oswald {
    font-family: 'Oswald', sans-serif;
  }
  .noto_serif {
    font-family: 'Noto Serif JP', serif;
  }
  .sub {
    font-family: 'Noto Sans JP', sans-serif;
  }
  html {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10px !important;
    overflow-x: hidden;
  }
  body {
    font-family: 'Noto Sans JP',"Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
    line-height: 1;
    position: relative;
    overflow-x: hidden;
  }
  h3 .smaller {
    font-size: 1.2rem;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px 24px 0 24px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    z-index: 100;
  }
  header p {
    font-size: 1.4rem;
    color: #fff;
    z-index: 10;
  }
  header #sp_open_menu_main {
    position: absolute;
    top: 0;
    width: 260px;
    height: 100vh;
    right: -120%;
    z-index: 20;
    transition: .6s ease all;
    display: flex;
    align-items: center;
    background: #000;
  }
  header #sp_open_menu_main ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  header #sp_open_menu_main ul li {
    padding: 30px 0;
    padding-left: 73px;
  }
  header #sp_open_menu_main ul li a {
    color: #fff;
    font-size: 2rem;
  }
  header #sp_open_menu_main.active {
    position: absolute;
    right: 0;
    top: 0;
  }
  header #sp_open_menu {
    width: 31px;
    height: 23px;
    position: relative;
    z-index: 30;
  }
  header #sp_open_menu button {
    width: 100%;
    height: 100%;
  }
  header #sp_open_menu span {
    transition: .6s ease all;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
  }
  header #sp_open_menu span:nth-of-type(1) {
    top: 0;
  }
  header #sp_open_menu span:nth-of-type(2) {
    top: 50%;
  }
  header #sp_open_menu span:nth-of-type(3) {
    top: 100%;
  }
  header #sp_open_menu.active span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 12px;
  }
  header #sp_open_menu.active span:nth-of-type(2) {
    display: none;
  }
  header #sp_open_menu.active span:nth-of-type(3) {
    transform: rotate(45deg);
    top: 12px;
  }
  footer {
    padding: 127px 0 121px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../images/sp/footer.jpg") no-repeat center;
    background-size: cover;
  }
  footer img {
    margin-bottom: 54px;
    width: 262px;
    height: auto;
  }
  footer p {
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
}
