@charset "UTF-8";
/******************************************************
        PCサイト用
******************************************************/
@media screen and (min-width: 768px), print {
  .sp {
    display: none;
  }
  a:hover {
    opacity: 0.7;
  }
  .oswald {
    font-family: 'Oswald', sans-serif;
  }
  .noto_serif {
    font-family: 'Noto Serif JP', serif;
  }
  .sub {
    font-family: 'Noto Sans JP', sans-serif;
  }
  h3 .smaller {
    font-size: 1.3rem;
  }
  html {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 10px !important;
    min-width: 1200px;
  }
  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;
  }
  body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* 背景カラー */
    z-index: 9999;
    /* 一番手前に */
    pointer-events: none;
    /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
    opacity: 0;
    /* 初期値 : 透過状態 */
    -webkit-transition: opacity .8s ease;
    /* アニメーション時間は 0.8秒 */
    transition: opacity .8s ease;
  }
  body.fadeout:after {
    opacity: 1;
  }
  main {
    position: relative;
  }
  header {
    position: absolute;
    z-index: 100;
    display: flex;
    width: 91%;
    min-width: 1000px;
    top: 57px;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: space-between;
  }
  header p {
    font-size: 1.5rem;
    color: #fff;
  }
  header .header_anker_wrap ul {
    display: flex;
    width: 412px;
    justify-content: space-between;
  }
  header .header_anker_wrap ul li a {
    color: #fff;
    font-size: 1.5rem;
  }
  footer {
    height: 640px;
    width: 100%;
    background: url("../images/footer.jpg") center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer img {
    width: 360px;
    height: auto;
    margin-bottom: 68px;
  }
  footer .copyright {
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    color: #fff;
  }
}
