body#history {
  background-image: url("../../images/pc/world/history/bg.jpg");
  overflow-x: visible;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100%;
  min-width: 1200px }
  body#history #wrapper {
    box-sizing: border-box;
    padding-bottom: 50px; }
    body#history #wrapper #main{
      background-image: url("../../images/pc/world/history/text_bg.png");
      background-position: 0px 315px;
      background-repeat: no-repeat;
      position: relative;
    }
      body#history #wrapper #main .main-visual{
        position: relative;
        width: 1200px;
        margin: 0 auto;
      }
        body#history #wrapper #main .main-visual .category{
          position: absolute;
          top: 140px;
          left: 65px;
        }
        body#history #wrapper #main .main-visual .text{
          padding-top: 350px;
          padding-left: 92px;
          margin-bottom: 83px;
        }
        body#history #wrapper #main .main-visual .char{
          position: absolute;
          top: 162px;
          left: 319px;
          z-index: -1;
        }
        body#history #wrapper #main .main-visual .arrow .next{
          position: absolute;
          top: 670px;
          right: 26px;
        }
        body#history #wrapper #main .main-visual .arrow .prev{
          position: absolute;
          top: 670px;
          left: 26px;
        }

        body#history #wrapper #main .main-visual .world-tab {
          width: 1000px;
          margin: 0 auto;
        }
        body#history #wrapper #main .main-visual .world-tab li{
          display: inline-block;
          margin-left: 5px;
        }
        body#history #wrapper #main .main-visual .world-tab li:first-child{
          margin-left: 0px;
        }
  body#history footer {
    z-index: 12;
  }
