﻿@charset "UTF-8";
body {
  margin: 0px auto;
  text-align: left;
  width: 100%;
  background-color: #ffffff; }

#header .header_inner .logo {
  margin: 0px 0px 20px 0px; }

/*******************************
#back
*******************************/
.top_back {
  background: url(../images/background_header.png), url(../images/background_pattern.png), url(../images/background.png);
  background-position: top center,
 top center,
 top center;
  background-repeat: no-repeat,
 repeat-y,
 repeat-y;
  background-color: #DC0023;
  min-width: 980px;
  width: 100%;
  position: relative; }

/*******************************
#title
*******************************/
#title {
  margin: 5px 0px 0px 0px;
  width: 100% auto;
  height: 451px;
  background-repeat: repeat-x;
  background-position: top center; }

.jumbotron {
  width: 100%;
  height: 465px;
  position: relative;
  /* breadcrumb */ }
  .jumbotron .border {
    width: 100%;
    height: 465px;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    border-bottom: 10px solid #DC0023;
    border-top: 10px solid #DC0023; }
  .jumbotron .characters {
    width: 100%;
    height: 453px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #c3001f; }
    .jumbotron .characters .container {
      max-width: 2000px;
      width: 100%;
      height: 453px;
      margin: 0 auto;
      display: flex; }
      .jumbotron .characters .container > div:nth-child(1) {
        width: 100%;
        background-image: url("../images/jumbotron/character1.jpg");
        background-position: center;
        background-repeat: no-repeat; }
      .jumbotron .characters .container > div:nth-child(2) {
        width: 100%;
        background-image: url("../images/jumbotron/character2.jpg");
        background-position: center;
        background-repeat: no-repeat; }
      .jumbotron .characters .container > div:nth-child(3) {
        width: 100%;
        background-image: url("../images/jumbotron/character3.jpg");
        background-position: center;
        background-repeat: no-repeat; }
      .jumbotron .characters .container > div:nth-child(4) {
        width: 100%;
        background-image: url("../images/jumbotron/character4.jpg");
        background-position: center;
        background-repeat: no-repeat; }
      .jumbotron .characters .container > div:nth-child(5) {
        width: 100%;
        background-image: url("../images/jumbotron/character5.jpg");
        background-position: center;
        background-repeat: no-repeat; }
  .jumbotron .brand-logo {
    width: 319px;
    height: 141px;
    position: absolute;
    top: 225px;
    left: -400px;
    right: 0;
    margin: 0 auto;
    background-image: url("../images/jumbotron/brand_logo.png");
    background-repeat: none; }
  .jumbotron .heading-image {
    width: 100%;
    position: absolute;
    top: 362px;
    padding: 6px 0;
    overflow-x: hidden;
    background-color: rgba(220, 0, 35, 0.7);
    text-align: center; }
  .jumbotron .pan_kuzu_solid {
    position: absolute;
    top: 10px;
    left: 0;
    right: 75%;
    height: 21px;
    background-color: #DC0023; }
  .jumbotron .pan_kuzu {
    width: 989px;
    height: 21px;
    background-image: url(../images/breadcrumb.png);
    background-position: 50px top;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: -550px;
    right: 0;
    margin: 0 auto;
    padding-right: 165px; }
    .jumbotron .pan_kuzu a:link,
    .jumbotron .pan_kuzu #title .pan_kuzu a:visited {
      text-decoration: none;
      color: #00a0e9; }
    .jumbotron .pan_kuzu a:active,
    .jumbotron .pan_kuzu #title .pan_kuzu a:hover {
      text-decoration: none;
      color: #00a0e9; }
    .jumbotron .pan_kuzu .inner {
      text-align: center; }
    .jumbotron .pan_kuzu .inner span {
      font-size: 12px;
      color: white; }

.sub-jumbotron {
  color: #DC0023;
  text-align: center; }
  .sub-jumbotron .disclaimer {
    line-height: 2.5em; }
  .sub-jumbotron a.banner {
    width: 657px;
    margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block; }
  .sub-jumbotron a.banner:hover {
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 500ms;
    filter: drop-shadow(8px 6px 0 #DC0023) brightness(105%);
    opacity: 0.85; }
  .sub-jumbotron .ability {
    background-image: url("../images/transparent_circle.png"), url("../images/highlight_pattern.png");
    background-repeat: no-repeat, repeat;
    background-position: center, left;
    background-position-y: -25px;
    padding: 13px 0;
    border-top: 10px solid #DC0023;
    border-bottom: 10px solid #DC0023; }
    .sub-jumbotron .ability .ability-inner {
      padding: 18px 0 0 5px;
      border-top: 5px solid white;
      border-bottom: 5px solid white; }
      .sub-jumbotron .ability .ability-inner span {
        display: inline-block;
        margin: 0.2em;
        padding: 0 0.2em;
        background-color: white; }

.extension-box {
  max-width: 980px;
  margin: 2em auto;
  padding: 1em;
  background-color: white;
  box-shadow: 8px 8px #DC0023;
  border: 1px solid #DC0023; }

/*******************************
#contents
*******************************/
#contents {
  position: relative;
  width: 100%; }

#contents .contents_inner {
  width: 980px;
  color: #FFFFFF;
  margin: 0px auto; }

#contents .kome {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  line-height: 2em;
  color: #ffffff; }

/*******************************
#topic1
*******************************/
#topic1 {
  background: #FFF;
  width: 930px;
  margin: 0px auto;
  color: #000; }

#topic1 .title_bar {
  background: url(../images/title.png) no-repeat;
  width: 976px;
  margin: 0px 0px 0px -25px;
  height: 47px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFF;
  line-height: 47px; }

#topic1 .box {
  width: 900px;
  margin: 20px auto 0px auto; }

#topic1 .img_box {
  float: left;
  width: 250px;
  margin: 0px 0px 0px 20px; }

#topic1 .txt_box {
  margin: 0px 0px 0px 30px;
  text-align: left;
  width: 600px;
  font-size: 12px;
  float: left; }

#topic1 .txt_box dl {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-size: 14px; }

#topic1 .txt_box dt {
  padding: 0px 0px 0px 0px;
  float: left;
  width: 70px;
  font-weight: bold;
  line-height: 26px; }

#topic1 .txt_box dd {
  padding: 0px 0px 0px 0px;
  line-height: 26px; }

#topic1 .txt_box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #FF0004; }

#topic1 .txt_box h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ff0063;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  line-height: 0px; }

#topic1 .txt_box h5 {
  font-size: 16px;
  font-weight: bold;
  color: #008eff;
  margin: 20px 0px 10px 0px;
  padding: 0px; }

#topic1 .txt_box ul {
  text-align: left;
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

#topic1 .txt_box li::before {
  content: "♦"; }

#topic1 .txt_box li {
  text-align: left;
  margin: 10px 0px 0px 0px;
  padding: 0px; }

#topic1 .txt_box li h3 {
  color: black;
  display: inline-block;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 25px; }

#topic1 .txt_box a {
  text-decoration: none; }




/*******************************
sakka
*******************************/
#txt_bar {
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url("../images/transparent_circle.png"), url("../images/highlight_pattern.png");
  background-repeat: no-repeat, repeat;
  background-position: center, left;
  background-position-y: -15px;
  padding: 13px 0;
  border-top: 10px solid #DC0023;
  border-bottom: 10px solid #DC0023; }
  #txt_bar .txt_bar-inner {
    border-top: 2px solid white;
    border-bottom: 2px solid white; }

.txt_box2-outer {
  position: relative;
  width: 913px;
  height: 850px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: white;
  background-color: #DC0023; }

#txt_box2 {
  position: relative;
  width: 909px;
  height: 850px;
  border: 2px solid white;
  display: flex;
  align-items: center; }

  width: 100%; }
#txt_box2 > div {

#txt_box2 div p:first-child {
  margin-top: 0; }

#txt_box2 div p:last-child {
  margin-bottom: 0; }

#txt_box2 div > p {
  margin: 0.8em 0;
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 18px; }

.kome2 {
  padding: 30px 0;
  text-align: center;
  color: black;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold; }

/* 末端背景 */
.bottom-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 692px;
  background-image: url("../images/cloud_bottom.png");
  background-repeat: no-repeat;
  background-position: center; }
