@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,900);
/* 共通
-------------------------------------------- */
.snsList {
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
  margin-top: 20px;
}

#bg_wrapper {
  background: #fff;
}

.nikke2609 {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  text-align: center;
}
.nikke2609 a {
  color: #ff0000;
  text-decoration: underline;
}
.nikke2609 ul.caut {
  margin: 1em 0;
  padding: 0  0.5em;
  list-style-type: none;
  text-align: left;
}
.nikke2609 ul.caut li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 0.3em;
}
.nikke2609 ul.caut.dot li {
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.nikke2609 ul.caut li.att,
.nikke2609 p.caut.att {
  color: #ff0000;
}

/* PC
-------------------------------------------- */
@media screen and (min-width: 751px), print {
  .sp {
    display: none;
  }

  #wrapper {
    min-width: inherit;
  }

  #bg_wrapper {
    position: relative;
  }

  #bg_wrapper #wrapper2 {
    max-width: none;
  }

  nav.submenu.open {
    left: calc(50% - 500px) !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  nav.submenu.open {
    left: 0 !important;
  }
}
@media screen and (min-width: 751px), print {
  #maga_head_wrap {
    max-width: inherit;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 90;
  }

  #maga_header {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  #footer_sec-03 .innerBlock {
    max-width: 1000px;
    width: 100%;
  }

  #footer_sec-03 .innerBlock > ul.list01 > li {
    max-width: 201px;
    height: 460px;
    width: calc(100% / 5);
  }

  #footer_sec-03 .innerBlock > ul.list01 > li:first-child {
    max-width: 190px;
    width: calc(100% / 5);
  }

  #footer_sec-03 .innerBlock > ul.list01 > li > ul {
    margin: 0 10px 0 20px;
  }

  .nikke2609 {
    font-size: 16px;
    font-feature-settings: "palt";
    color: #000;
    overflow: hidden;
    z-index: 0;
    min-height: 1300px;
    position: relative;
  }
  .nikke2609 img {
    width: 100%;
    height: auto;
  }
  .nikke2609_bg_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background: linear-gradient(80deg, #376ab3, #77aede);
  }
  .nikke2609_bg_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
    background: url("../img/nikke2609_bg_kira.png");
    background-repeat: repeat-y;
    background-position: center 0;
    will-change: transform;
  }
  .nikke2609_yokoku {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 53px;
    background: #cc0000;
  }
  .nikke2609_yokoku img {
    width: 73.5px;
  }
  .nikke2609_pre {
    max-width: 1000px;
    width: 100%;
    margin: 10px auto 0;
    line-height: 0;
    overflow: hidden;
  }
  .nikke2609_pre img {
    width: 100%;
    transition: 2s ease-out;
  }
  .nikke2609_pre img:hover {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_archive {
    max-width: 800px;
    width: 80%;
    margin: 50px auto 0;
    line-height: 0;
  }
  .nikke2609_copy {
    margin-top: 100px;
    text-align: center;
    font-size: 14px;
  }
}
/* SP用
-------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    min-height: 100vh;
  }

  a:hover {
    opacity: 1 !important;
  }

  .pc {
    display: none;
  }

  #maga_head_wrap {
    max-width: inherit;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 90;
  }

  .spfooter {
    position: relative;
  }

  .snsList ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .snsList ul li, .snsList ul a, .snsList ul img {
    display: block;
    width: 70px;
    height: 40px;
    font-size: 1em;
    line-height: 0;
    vertical-align: bottom;
  }

  .nikke2609 {
    font-size: 3.2vw;
    color: #000;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .nikke2609_bg_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background: linear-gradient(80deg, #376ab3, #77aede);
  }
  .nikke2609_bg_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
    background: url("../img/nikke2609_bg_kira_sp.png");
    background-size: 94.1333333333vw auto;
    background-repeat: repeat-y;
    background-position: center 0;
    will-change: transform;
  }
  .nikke2609 img {
    width: 100%;
    height: auto;
  }
  .nikke2609_yokoku {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cc0000;
    height: 6.8vw;
    line-height: 0;
  }
  .nikke2609_yokoku img {
    width: 9.8666666667vw;
  }
  .nikke2609_pre {
    width: 100%;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
  }
  .nikke2609_archive {
    width: 88.1333333333vw;
    margin: 13.3333333333vw auto 0;
    line-height: 0;
  }
  .nikke2609_copy {
    text-align: center;
    font-size: 2.6666666667vw;
    padding: 13.3333333333vw 0 0;
  }
}
