@charset "UTF-8";
html {
  background: #fff;
  height: 100%;
}

body {
  background: #fff;
  height: 100%;
  font: 400 100%/1 "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  font-feature-settings: "pkna" 1;
  overflow-y: scroll;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

@media (min-width: 829px) {
  body {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  }
}
a {
  tap-highlight-color: rgba(0, 0, 0, 0);
  color: blue;
  text-decoration: none;
}

@media (min-width: 829px) {
  a:hover {
    text-decoration: underline;
  }
}
img {
  width: 100%;
}

#loading {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
}
#loading .spinner {
  animation: loading 1.2s infinite ease-in-out;
  border: 0.2em solid #ccc;
  border-radius: 50%;
  bottom: 0;
  height: 3em;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 3em;
}

@keyframes loading {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
#header {
  position: relative;
  z-index: 100;
}
#header .global {
  box-sizing: border-box;
  padding: 12px 20px;
  z-index: 1;
}
#header .global .ci {
  height: 16px;
  width: auto;
}
#header .local {
  background: #fff;
  width: 100%;
}
#header .local .visual {
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: auto 24.155vw;
  overflow: hidden;
  padding-top: 24.155%;
  position: relative;
  transition: padding 0.3s;
}
#header .local .visual .contInr h1 {
  position: absolute;
  transition: all 0.3s;
}
#header .local .visual .contInr h1 a {
  display: block;
}
#header .local .nav {
  box-sizing: border-box;
  height: 61px;
  overflow: hidden;
  position: relative;
}
#header .local .nav::before {
  background: #e5e5e5;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
#header .local .nav .contInr {
  height: calc(100% + 1em);
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
#header .local .nav .contInr .wrap {
  height: calc(100% - 1em);
  position: relative;
}
#header .local .nav .contInr .wrap ul {
  display: inline-table;
  height: 100%;
  margin: 0 1.208%;
}
#header .local .nav .contInr .wrap ul li {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 1;
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
#header .local .nav .contInr .wrap ul li a {
  box-sizing: border-box;
  color: #787878;
  display: block;
  height: 100%;
  padding: 24px 15px 0;
  white-space: nowrap;
}
#header .local .nav .contInr .wrap ul li.current {
  font-weight: 600;
}
#header .local .nav .contInr .wrap ul li.current a {
  color: #000;
  pointer-events: none;
}
#header .local .nav .contInr .wrap .line {
  bottom: 0;
  height: 4px;
  position: absolute;
  z-index: 1;
}
#header .local.fixed {
  left: 0;
  position: fixed;
  top: 0;
}
#header .local.fixed .visual {
  padding-top: 14.493%;
}

@media (min-width: 829px) {
  #header .global {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 829px) {
  #header .global .ci {
    height: 20px;
  }
}
@media (min-width: 829px) {
  #header .local .visual {
    background-size: auto 200px;
    padding-top: 200px;
  }
}
@media (min-width: 829px) {
  #header .local .visual .contInr {
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 829px) {
  #header .local .nav {
    height: 61px;
  }
}
@media (min-width: 829px) {
  #header .local .nav .contInr .wrap ul {
    margin: 0;
  }
}
@media (min-width: 829px) {
  #header .local .nav .contInr .wrap ul li {
    font-size: 14px;
  }
}
@media (min-width: 829px) {
  #header .local .nav .contInr .wrap ul li a {
    padding: 24px 30px 0;
  }
}
@media (min-width: 829px) {
  #header .local .nav .contInr .wrap ul li a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 829px) {
  #header .local .nav .contInr .wrap ul li.current a:hover {
    text-decoration: none;
  }
}
@media (min-width: 829px) {
  #header .local .nav .contInr .wrap .line {
    height: 4px;
  }
}
@media (max-width: 828px) and (orientation: landscape) {
  #header .local.fixed .visual {
    padding-top: 0;
  }
}
@media (min-width: 829px) {
  #header .local.fixed .visual {
    padding-top: 120px;
  }
}
@media (max-width: 828px) and (orientation: landscape) {
  #header .local.fixed .visual .contInr h1 {
    opacity: 0;
  }
}
@media (min-width: 829px) {
  .contInr {
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
  }
}
@media (min-width: 1000px) {
  .contInr {
    width: 1000px;
  }
}
#footer {
  margin-top: 60px;
  padding-bottom: 38px;
  position: relative;
  z-index: 100;
}
#footer .back {
  color: #a0a0a0;
  font-size: 13px;
  line-height: 3.077;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  text-align: center;
}
#footer .back a {
  color: #a0a0a0;
}
#footer .link {
  margin-top: 22px;
}
#footer .link ul {
  color: #787878;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
}
#footer .link ul li ~ li {
  margin-left: 2.4em;
  position: relative;
}
#footer .link ul li ~ li::before {
  background: #c0c0c0;
  content: "";
  display: inline-block;
  height: 1em;
  left: -1.2em;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 1px;
}
#footer .link a {
  color: #6e6e6e;
  text-decoration: none;
}
#footer .link a:hover {
  text-decoration: underline;
}
#footer .copy {
  color: #a0a0a0;
  font-size: 10px;
  line-height: 1.5;
  font-family: Verdana, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  margin: 10px auto 0;
  text-align: center;
}

@media (min-width: 829px) {
  #footer {
    margin: 80px 0 25px;
  }
}
@media (max-width: 370px) and (orientation: portrait) {
  #footer .back {
    color: #a0a0a0;
    font-size: 3.14vw;
    line-height: 3.077;
  }
}
@media (min-width: 829px) {
  #footer .back {
    font-size: 14px;
    line-height: 60px;
  }
}
@media (min-width: 829px) {
  #footer .link {
    margin-top: 27px;
  }
}
@media (max-width: 370px) and (orientation: portrait) {
  #footer .link ul {
    color: #787878;
    font-size: 2.899vw;
    line-height: 1;
  }
}
@media (max-width: 370px) and (orientation: portrait) {
  #footer .copy {
    color: #a0a0a0;
    font-size: 2.358vw;
    line-height: 1.5;
  }
}
@media (min-width: 829px) {
  #footer .copy {
    font-size: 11px;
    margin-top: 12px;
  }
}
#list {
  overflow: hidden;
}
#list .contInr section {
  margin: 9.662% auto 0;
  width: 92.271%;
}
#list .contInr section a {
  display: block;
  opacity: 0;
  transform: translateY(30vw);
  transition: transform 0.5s, opacity 0.3s;
}
#list .contInr section a ~ a {
  margin-top: 9.424%;
}
#list .contInr section a.fadeIn {
  opacity: 1;
  transform: translateY(0);
}
#list .contInr section a dl {
  position: relative;
}
#list .contInr section a dl dt {
  position: relative;
  z-index: 1;
}
#list .contInr section a dl dd {
  position: relative;
  z-index: 1;
  margin: 3.927% 1.047% 0;
}
#list .contInr section a dl dd .label {
  color: #fff;
  font-size: 10px;
  line-height: 1.8;
  border-radius: 18px;
  display: inline-block;
  float: left;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 75px;
}
#list .contInr section a dl dd .date {
  color: #787878;
  font-size: 12px;
  line-height: 1;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  float: left;
  margin: 4px 0 13px 7px;
}
#list .contInr section a dl dd h2 {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  clear: both;
}
#list .contInr section a.fixed::before {
  bottom: 0;
  content: "";
  display: block;
  height: calc(100% + 7.729vw);
  left: -3.865vw;
  margin: auto;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: calc(100% + 7.729vw);
}
#list .contInr section .empty {
  text-align: center;
  width: 100%;
}
#list .contInr .pagination .sp {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/icon-arw.svg") no-repeat 50% 52%/28.333% 16.667%;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 60px;
  margin: 5.918% auto 0;
  outline: none;
  overflow: hidden;
  text-indent: 100%;
  white-space: normal;
  width: 60px;
}
#list .contInr .pagination .pc {
  display: none;
  height: 40px;
  margin-top: 7.2%;
  position: relative;
}
#list .contInr .pagination .pc ul {
  display: flex;
  justify-content: center;
  position: relative;
}
#list .contInr .pagination .pc ul li {
  border-radius: 50%;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
#list .contInr .pagination .pc ul li:hover {
  text-decoration: underline;
}
#list .contInr .pagination .pc ul li.current {
  color: #fff;
  font-weight: 600;
  pointer-events: none;
}
#list .contInr .pagination .pc button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  box-sizing: border-box;
  display: block;
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 80px;
}
#list .contInr .pagination .pc button::after {
  background: url("../img/icon-arw.svg") no-repeat 0 0/cover;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}
#list .contInr .pagination .pc button.prev {
  left: -100px;
}
#list .contInr .pagination .pc button.prev::after {
  transform: rotate(90deg);
}
#list .contInr .pagination .pc button.next {
  right: -100px;
}
#list .contInr .pagination .pc button.next::after {
  transform: rotate(-90deg);
}
#list .contInr .pagination .pc button.inactive {
  background-color: #fafafa;
  border: 0;
  pointer-events: none;
}
#list .contInr .pagination .pc button.inactive.prev::after, #list .contInr .pagination .pc button.inactive.next::after {
  opacity: 0.16;
}

@media (min-width: 829px) {
  #list .contInr section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 8%;
    width: 100%;
  }
}
@media (min-width: 829px) {
  #list .contInr section a {
    color: #000;
    transform: translateY(50px);
    width: 48%;
  }
}
@media (min-width: 829px) {
  #list .contInr section a ~ a {
    margin-top: 0;
  }
}
@media (min-width: 829px) {
  #list .contInr section a:nth-child(n+3) {
    margin-top: 3.2%;
  }
}
@media (min-width: 829px) {
  #list .contInr section a dl dd {
    margin: 4.167% 2.083% 0;
  }
}
@media (min-width: 829px) {
  #list .contInr section a dl dd .label {
    font-size: 12px;
    border-radius: 12px;
    line-height: 2;
    width: 90px;
  }
}
@media (min-width: 829px) {
  #list .contInr section a dl dd .date {
    font-size: 14px;
    margin: 1.404% 0 4.248% 2.174%;
  }
}
@media (min-width: 829px) {
  #list .contInr section a dl dd h2 {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (min-width: 829px) {
  #list .contInr section a.fixed::before {
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 829px) {
  #list .contInr .pagination {
    text-align: center;
  }
}
@media (min-width: 829px) {
  #list .contInr .pagination .sp {
    display: none;
  }
}
@media (min-width: 829px) {
  #list .contInr .pagination .pc {
    display: inline-block;
  }
}
#article .contInr section {
  margin: 9.662% auto 0;
  width: 92.271%;
}
#article .contInr section .topicpath {
  display: none;
}
#article .contInr section .topicpath ol li {
  display: inline-block;
  font-size: 14px;
}
#article .contInr section .topicpath ol li a {
  color: #000;
}
#article .contInr section .topicpath ol li:nth-child(1) a {
  color: #787878;
}
#article .contInr section .topicpath ol li ~ li::before {
  background: url("../img/icon-arw.png") no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 10px 0 4px;
  position: relative;
  top: -1px;
  width: 4px;
}
#article .contInr section .ttl .label {
  color: #fff;
  font-size: 10px;
  line-height: 1.8;
  border-radius: 18px;
  display: inline-block;
  float: left;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 75px;
}
#article .contInr section .ttl .date {
  color: #787878;
  font-size: 12px;
  line-height: 1;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  float: left;
  margin: 4px 0 13px 7px;
}
#article .contInr section .ttl h2 {
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  clear: both;
}
#article .contInr section .img {
  margin-top: 6.545%;
}
#article .contInr section .cont {
  color: #303030;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4.45%;
  padding: 0 1.309%;
}
#article .contInr section .cont p {
  line-height: 1.4;
}
#article .contInr section .cont img {
  margin: 3px 0;
  max-width: 100% !important;
}
#article .contInr section .cont .table {
  display: block;
  margin: 2.2em 1.309% 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  white-space: normal;
}
#article .contInr section .cont .table table {
  width: 100%;
}
#article .contInr section .cont .table table th, #article .contInr section .cont .table table td {
  color: #303030;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #303030;
  padding: 0.833em 1em 0.625em;
}
#article .contInr section .cont .table table img {
  min-width: 100px;
}
#article .contInr .share .icon {
  height: 0;
  position: absolute;
  width: 0;
}
#article .contInr .share .icon path {
  fill: #787878;
}
#article .contInr .share ul {
  display: flex;
  justify-content: space-between;
  margin: 10.471% 1.178% 0 auto;
  width: 123px;
}
#article .contInr .share ul li {
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  box-sizing: border-box;
  height: 34px;
  overflow: hidden;
  position: relative;
  width: 34px;
}
#article .contInr .share ul li a {
  display: block;
  height: 100%;
}
#article .contInr .share ul li a svg {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
#article .contInr .share ul li.tw svg {
  left: 8%;
  top: 3%;
  width: 50%;
}
#article .contInr .share ul li.fb svg {
  width: 58.621%;
}
#article .contInr .share ul li.li svg {
  top: 2%;
  width: 52.941%;
}
#article .contInr .pagenation {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d2d2d2;
  border-left: 0;
  border-right: 0;
  margin-top: 40px;
}
#article .contInr .pagenation button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
  display: block;
  height: 49px;
}
#article .contInr .pagenation button.prev, #article .contInr .pagenation button.next {
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 11.836%;
}
#article .contInr .pagenation button.prev::after, #article .contInr .pagenation button.next::after {
  background: url("../img/icon-arw.svg") no-repeat 0 0/100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 12.245%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20.408%;
}
#article .contInr .pagenation button.prev {
  margin-left: 3.261%;
}
#article .contInr .pagenation button.prev::after {
  transform: rotate(90deg);
}
#article .contInr .pagenation button.list {
  color: #000;
  font-size: 14px;
  line-height: 1;
  width: 26.812%;
}
#article .contInr .pagenation button.next {
  margin-right: 3.261%;
}
#article .contInr .pagenation button.next::after {
  transform: rotate(-90deg);
}
#article .contInr .pagenation button.inactive {
  background-color: #fafafa;
  border: 0;
  pointer-events: none;
}
#article .contInr .pagenation button.inactive.prev::after, #article .contInr .pagenation button.inactive.next::after {
  opacity: 0.16;
}

@media (min-width: 829px) {
  #article .contInr section {
    margin-top: 8%;
    width: 100%;
  }
}
@media (min-width: 829px) {
  #article .contInr section .topicpath {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
  }
}
@media (min-width: 829px) {
  #article .contInr section .ttl .label {
    font-size: 12px;
    border-radius: 12px;
    line-height: 2;
    width: 90px;
  }
}
@media (min-width: 829px) {
  #article .contInr section .ttl .label {
    width: 9%;
  }
}
@media (min-width: 829px) {
  #article .contInr section .ttl .date {
    font-size: 14px;
    margin: 1.404% 0 4.248% 2.174%;
  }
}
@media (min-width: 829px) {
  #article .contInr section .ttl .date {
    margin: 0.6% 0 2.3% 1%;
  }
}
@media (min-width: 829px) {
  #article .contInr section .ttl h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 829px) {
  #article .contInr section .img {
    margin: 3.4% 1% 0;
    width: 600px;
  }
}
@media (min-width: 829px) {
  #article .contInr section .cont {
    line-height: 1.8;
    margin: 3.5% 1% 0;
    padding: 0;
  }
}
@media (min-width: 829px) {
  #article .contInr section .cont p {
    line-height: 1.8;
  }
}
@media (min-width: 829px) {
  #article .contInr section .cont img {
    max-width: 600px !important;
  }
}
@media (min-width: 829px) {
  #article .contInr section .cont .table {
    margin: 2.2em calc(1% + 1px) 0;
  }
}
@media (min-width: 829px) {
  #article .contInr .share ul {
    margin: 4% 1% 0 auto;
    width: 16%;
  }
}
@media (min-width: 829px) {
  #article .contInr .share ul li {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 829px) {
  #article .contInr .pagenation {
    border: 0;
    margin: 8% auto 0;
    width: 50%;
  }
}
@media (min-width: 829px) {
  #article .contInr .pagenation button {
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    height: 40px;
  }
}
@media (min-width: 829px) {
  #article .contInr .pagenation button.prev, #article .contInr .pagenation button.next {
    width: 80px;
  }
}
@media (min-width: 829px) {
  #article .contInr .pagenation button.prev::after, #article .contInr .pagenation button.next::after {
    height: 8px;
    width: 14px;
  }
}
@media (min-width: 829px) {
  #article .contInr .pagenation button.prev {
    margin-left: 0;
  }
}
@media (min-width: 829px) {
  #article .contInr .pagenation button.list {
    font-size: 14px;
    width: 300px;
  }
}
@media (min-width: 829px) {
  #article .contInr .pagenation button.next {
    margin-right: 0;
  }
}
.sevenknights.visual, .sevenknights .line, .sevenknights .label, .sevenknights .fixed::before, .sevenknights .pagination .current, .sevenknights#article .img {
  background-color: #423732;
}
.sevenknights.visual {
  background-image: url("../img/visual-sevenknights.jpg");
}
.sevenknights.visual h1 {
  left: 4.831%;
  top: 19.5%;
  width: 26.57%;
}

@media (max-width: 828px) and (orientation: landscape) {
  .sevenknights.visual h1 {
    width: 26.57% !important;
  }
}
@media (min-width: 829px) {
  .sevenknights.visual h1 {
    left: 12.6%;
    width: 22%;
  }
}
.fixed .sevenknights h1 {
  width: 15.942%;
}

@media (min-width: 829px) {
  .fixed .sevenknights h1 {
    width: 13.2%;
  }
}
.l2r.visual, .l2r .line, .l2r .label, .l2r .fixed::before, .l2r .pagination .current, .l2r#article .img {
  background-color: #1e323f;
}
.l2r.visual {
  background-image: url("../img/visual-l2r.jpg");
}
.l2r.visual h1 {
  left: 4.831%;
  top: 25%;
  width: 26.57%;
}

@media (max-width: 828px) and (orientation: landscape) {
  .l2r.visual h1 {
    width: 26.57% !important;
  }
}
@media (min-width: 829px) {
  .l2r.visual h1 {
    left: 12.6%;
    width: 22%;
  }
}
.fixed .l2r h1 {
  width: 15.942%;
}

@media (min-width: 829px) {
  .fixed .l2r h1 {
    width: 13.2%;
  }
}
@media (max-width: 828px) and (orientation: landscape) {
  .teriasaga.visual h1 {
    width: 26.449% !important;
  }
}
@media (min-width: 829px) {
  .teriasaga.visual h1 {
    left: 12.6%;
    width: 21.9%;
  }
}
.kofallstar.visual, .kofallstar .line, .kofallstar .label, .kofallstar .fixed::before, .kofallstar .pagination .current, .kofallstar#article .img {
  background-color: #510004;
}
.kofallstar.visual {
  background-image: url("../img/visual-kofallstar.jpg");
}
.kofallstar.visual h1 {
  left: 4.831%;
  top: 28%;
  width: 27.778%;
}

@media (max-width: 828px) and (orientation: landscape) {
  .kofallstar.visual h1 {
    width: 27.778% !important;
  }
}
@media (min-width: 829px) {
  .kofallstar.visual h1 {
    left: 12.6%;
    width: 23%;
  }
}
.fixed .kofallstar h1 {
  width: 15.869%;
}

@media (min-width: 829px) {
  .fixed .kofallstar h1 {
    width: 16.668%;
  }
}
.taizai.visual, .taizai .line, .taizai .label, .taizai .fixed::before, .taizai .pagination .current, .taizai#article .img {
  background-color: #0047cc;
}
.taizai.visual {
  background-image: url("../img/visual-7taizai.jpg");
}
.taizai.visual h1 {
  left: 4.831%;
  top: 17.5%;
  width: 28.986%;
}

@media (max-width: 828px) and (orientation: landscape) {
  .taizai.visual h1 {
    width: 28.986% !important;
  }
}
@media (min-width: 829px) {
  .taizai.visual h1 {
    left: 12.6%;
    width: 24%;
  }
}
.fixed .taizai h1 {
  width: 17.392%;
}

@media (min-width: 829px) {
  .fixed .taizai h1 {
    width: 14.4%;
  }
}
.nanaorigin.visual, .nanaorigin .line, .nanaorigin .label, .nanaorigin .fixed::before, .nanaorigin .pagination .current, .nanaorigin#article .img {
  background-color: #0063AD;
}
.nanaorigin.visual {
  background-image: url("../img/visual-7origin.jpg");
}
.nanaorigin.visual h1 {
  left: 4.831%;
  top: 17.5%;
  width: 28.986%;
}

@media (max-width: 828px) and (orientation: landscape) {
  .nanaorigin.visual h1 {
    width: 28.986% !important;
  }
}
@media (min-width: 829px) {
  .nanaorigin.visual h1 {
    left: 12.6%;
    width: 24%;
  }
}
.fixed .nanaorigin h1 {
  width: 17.392%;
}

@media (min-width: 829px) {
  .fixed .nanaorigin h1 {
    width: 14.4%;
  }
}
.bsr.visual, .bsr .line, .bsr .label, .bsr .fixed::before, .bsr .pagination .current, .bsr#article .img {
  background-color: #101010;
}
.bsr.visual {
  background-image: url("../img/visual-bsr.jpg");
}
.bsr.visual h1 {
  left: 4.831%;
  top: 25%;
  width: 23.551%;
}

@media (max-width: 828px) and (orientation: landscape) {
  .bsr.visual h1 {
    width: 23.551% !important;
  }
}
@media (min-width: 829px) {
  .bsr.visual h1 {
    left: 12.6%;
    width: 19.5%;
  }
}
.fixed .bsr h1 {
  width: 15.942%;
}

@media (min-width: 829px) {
  .fixed .bsr h1 {
    width: 13.2%;
  }
}
.worlds.visual, .worlds .line, .worlds .label, .worlds .fixed::before, .worlds .pagination .current, .worlds#article .img {
  background-color: #0089cd;
}
.worlds.visual {
  background-image: url("../img/visual-2worlds.jpg");
}
.worlds.visual h1 {
  left: 4.831%;
  top: 17.5%;
  width: 28.986%;
}

@media (max-width: 828px) and (orientation: landscape) {
  .worlds.visual h1 {
    width: 28.986% !important;
  }
}
@media (min-width: 829px) {
  .worlds.visual h1 {
    left: 12.6%;
    width: 24%;
  }
}
.fixed .worlds h1 {
  width: 17.392%;
}

@media (min-width: 829px) {
  .fixed .worlds h1 {
    width: 14.4%;
  }
}
.sevenknights2.visual, .sevenknights2 .line, .sevenknights2 .label, .sevenknights2 .fixed::before, .sevenknights2 .pagination .current, .sevenknights2#article .img {
  background-color: #302622;
}
.sevenknights2.visual {
  background-image: url("../img/visual-sevenknights2.jpg");
}
.sevenknights2.visual h1 {
  left: 4.831%;
  top: 20.5%;
  width: 22.705%;
}

@media (max-width: 828px) and (orientation: landscape) {
  .sevenknights2.visual h1 {
    width: 23.551% !important;
  }
}
@media (min-width: 829px) {
  .sevenknights2.visual h1 {
    left: 12.6%;
    width: 22%;
  }
}
.fixed .sevenknights2 h1 {
  width: 15.942%;
}

@media (min-width: 829px) {
  .fixed .sevenknights2 h1 {
    width: 13.2%;
  }
}
/*# sourceMappingURL=common.css.map */