@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i");
* {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  html {
    min-width: 1000px;
  }
}

html[data-loading],
html[data-loading] body {
  height: 100%;
  overflow: hidden;
}

#wp {
  position: relative;
  z-index: 2;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity ease 0.6s;
  transition: opacity ease 0.6s;
}

.popup .popup_thumb {
  width: 640px;
  height: 450px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-image: url(https://www.jp.square-enix.com/saga_portal/_img/img_pop.png);
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .popup .popup_thumb {
    width: 90vw;
    height: calc(90vw * 0.96969697);
    background-image: url(https://www.jp.square-enix.com/saga_portal/_img/img_pop_sp.png);
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999999;
}

#loading #loading-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 632px;
  height: 287px;
  margin: auto;
  background: url(../_img/loading-logo.png) center top/100% auto no-repeat;
}

@media screen and (max-width: 767px) {
  #loading #loading-logo {
    top: -5%;
    width: 210.66667px;
    height: 95.66667px;
  }
}

#loading #loading-chara {
  position: absolute;
  right: 40px;
  bottom: 30px;
  padding: 76px 106px 4px 0;
  background: right bottom no-repeat;
  color: #fff;
  font-size: 16px;
  font-family: "Lora", serif;
  line-height: 1em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #loading #loading-chara {
    right: 20px;
    bottom: 20px;
    padding: 38px 53px 2px 0;
    background-size: auto 100%;
    font-size: 12px;
  }
}

#loading[data-chara="1"] #loading-chara {
  background-image: url(../_img/charactor/loading-chara01.gif);
}

#loading[data-chara="2"] #loading-chara {
  background-image: url(../_img/charactor/loading-chara02.gif);
}

#loading[data-chara="3"] #loading-chara {
  background-image: url(../_img/charactor/loading-chara03.gif);
}

#loading[data-chara="4"] #loading-chara {
  background-image: url(../_img/charactor/loading-chara04.gif);
}

#loading[data-chara="5"] #loading-chara {
  background-image: url(../_img/charactor/loading-chara05.gif);
}

#loading[data-chara="6"] #loading-chara {
  background-image: url(../_img/charactor/loading-chara06.gif);
}

#loading[data-chara="7"] #loading-chara {
  background-image: url(../_img/charactor/loading-chara07.gif);
}

#loading[data-chara="8"] #loading-chara {
  background-image: url(../_img/charactor/loading-chara08.gif);
}

#contents {
  background: transparent;
}

#contents img {
  max-width: 100%;
  height: auto;
}

#contents nav {
  position: relative;
  background: #000;
}

#contents nav.is-fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

#contents nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95.8333%;
  margin: 0 auto;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #contents nav .inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents nav .inner .logo {
  width: 220px;
  margin: auto auto auto 0;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  #contents nav .inner .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 55px;
    margin: 0;
    padding: 0 0 0 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #contents nav .inner .logo img {
    height: 100%;
  }
}

#contents nav .inner .logo .sp-nav_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  #contents nav .inner .logo .sp-nav_btn {
    display: block;
    margin: 10px 0;
    padding: 9px 16px 10px;
    border-left: 1px solid #333;
  }
  #contents nav .inner .logo .sp-nav_btn div {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 16px;
  }
  #contents nav .inner .logo .sp-nav_btn div span {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #dbb138;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #contents nav .inner .logo .sp-nav_btn div span:nth-of-type(1) {
    top: 0;
  }
  #contents nav .inner .logo .sp-nav_btn div span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  #contents nav .inner .logo .sp-nav_btn div span:nth-of-type(3) {
    bottom: 0;
  }
  #contents nav .inner .logo .sp-nav_btn.is-active div span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  #contents nav .inner .logo .sp-nav_btn.is-active div span:nth-of-type(2) {
    opacity: 0;
  }
  #contents nav .inner .logo .sp-nav_btn.is-active div span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
}

#contents nav .inner .sp-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav {
    position: absolute;
    top: 55px;
    display: none;
    width: 100%;
    background: #111;
    overflow: hidden;
    z-index: 9999;
  }
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav .links {
    padding: 25px 0 50px;
    text-align: center;
  }
}

#contents nav .inner .sp-nav .links li {
  display: table-cell;
  vertical-align: middle;
  min-width: 50px;
  height: 90px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav .links li {
    display: block;
    height: auto;
    padding: 0;
  }
}

#contents nav .inner .sp-nav .links li a {
  position: relative;
  display: block;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav .links li a {
    padding: 13px 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #contents nav .inner .sp-nav .links li:not(.twitter) a::after {
    position: absolute;
    bottom: -8px;
    left: -1px;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #dbb138;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #contents nav .inner .sp-nav .links li:not(.twitter) a:hover::after {
    width: 100%;
  }
  #contents nav .inner .sp-nav .links li:not(.twitter).is-active a::after {
    width: 100%;
  }
}

#contents nav .inner .sp-nav .links li.grayout {
  cursor: default;
  opacity: .6;
}

@media screen and (min-width: 768px) {
  #contents nav .inner .sp-nav .links li.grayout a:hover::after {
    width: 0;
  }
}

#contents nav .inner .sp-nav .links li.twitter a {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav .links li.twitter a {
    display: inline-block;
    margin-top: 13px;
    padding: 13px 25px 11px;
    border: 1px solid #dbb138;
  }
  #contents nav .inner .sp-nav .links li.twitter a img {
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav .links li.twitter a span {
    margin-left: 14px;
    font-size: 10px;
    vertical-align: middle;
  }
}

#contents nav .inner .sp-nav .musicSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 306px;
  height: 37px;
  margin: auto 0 auto 17px;
  padding: 10px 40px;
  background: url(../_img/sound_bg.png) no-repeat;
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav .musicSelect {
    display: none;
  }
}

#contents nav .inner .sp-nav .musicSelect [data-musicsound] {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: center / 100% auto no-repeat;
  cursor: pointer;
}

#contents nav .inner .sp-nav .musicSelect [data-musicsound][data-musicsound="play"] {
  background-image: url(../_img/sound_on.png);
}

#contents nav .inner .sp-nav .musicSelect [data-musicsound][data-musicsound="pause"] {
  background-image: url(../_img/sound_off.png);
}

#contents nav .inner .sp-nav .musicSelect [data-musicselect] {
  position: relative;
  margin: 0 14px 0 18px;
  padding-right: 12px;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  cursor: pointer;
}

#contents nav .inner .sp-nav .musicSelect [data-musicselect]::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #dbb138;
  border-right: 1px solid #dbb138;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#contents nav .inner .sp-nav .musicSelect .music-text {
  position: relative;
  width: 122px;
  overflow: hidden;
}

#contents nav .inner .sp-nav .musicSelect .music-text .text-inner {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

#contents nav .inner .sp-nav .mode {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 9999;
  display: inline-block;
  height: 40px;
  padding: 0 92px 0 16px;
  background: #222;
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav .mode {
    position: relative;
    bottom: 0;
    display: block;
    padding: 0;
    text-align: center;
  }
}

#contents nav .inner .sp-nav .mode .mode-name {
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 11px;
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav .mode .mode-name {
    font-size: 10px;
  }
}

#contents nav .inner .sp-nav .mode .character {
  position: absolute;
  right: 17px;
  bottom: 6px;
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav .mode .character {
    width: 30px;
    bottom: 8px;
  }
}

@media screen and (min-width: 768px) {
  #contents nav .inner .sp-nav .mode .character:hover .fukidashi {
    width: 170px;
    height: 76px;
  }
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav .mode .character.is-touched .fukidashi {
    width: 119px;
    height: auto;
  }
}

#contents nav .inner .sp-nav .mode .character .fukidashi {
  position: absolute;
  top: 57px;
  right: -7px;
  width: 0;
  -webkit-transition: .1s;
  transition: .1s;
}

@media screen and (max-width: 767px) {
  #contents nav .inner .sp-nav .mode .character .fukidashi {
    width: 0;
    top: auto;
    bottom: 29px;
    right: 27px;
  }
}

#contents #pjaxWrap.fadeIn {
  -webkit-animation: fadeIn 1s both;
          animation: fadeIn 1s both;
}

#contents #pjaxWrap.fadeOut {
  -webkit-animation: fadeOut 1s both;
          animation: fadeOut 1s both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}

#contents .mainvisual {
  position: relative;
  width: 100%;
  height: 780px;
  background-color: #111;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #contents .mainvisual {
    height: auto;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

#contents .mainvisual .chronicle {
  position: absolute;
  right: 20px;
  bottom: 200px;
  z-index: 19;
  width: 300px;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

#contents .mainvisual .banner-is {
  position: absolute;
  right: 20px;
  bottom: 410px;
  z-index: 19;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  #contents .mainvisual .chronicle {
    right: 10px;
    bottom: auto;
    width: 130px;
    margin-top: -27px;
  }

  #contents .mainvisual .banner-is {
    right: 10px;
    bottom: auto;
    width: 130px;
    margin-top: -69px;
  }
}

#contents .mainvisual .chronicle a,
#contents .mainvisual .banner-is a{
  color: #dbb138;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

@media screen and (min-width: 768px) {
  #contents .mainvisual .chronicle a:hover,
  #contents .mainvisual .banner-is a:hover{
    opacity: .7;
  }
}

#contents .mainvisual .topics {
  position: absolute;
  bottom: 0;
  z-index: 19;
  width: 100%;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  #contents .mainvisual .topics {
    position: static;
    padding: 40px 0 25px;
  }
}

#contents .mainvisual .topics .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1044px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #contents .mainvisual .topics .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents .mainvisual .topics .inner li {
  width: 33%;
  margin: 0 10px;
  -webkit-transition: .25s;
  transition: .25s;
}

@media screen and (max-width: 767px) {
  #contents .mainvisual .topics .inner li {
    width: calc(100% - 45px);
    margin: 0 auto 15px;
  }
}

@media screen and (min-width: 768px) {
  #contents .mainvisual .topics .inner li:hover {
    opacity: .7;
    -webkit-transition: .25s;
    transition: .25s;
  }
}

#contents #index.mainArea {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 89px 0 0;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea {
    width: 100%;
    padding: 44px 0 0;
  }
}

#contents #index.mainArea .information {
  width: 100%;
  max-width: 1170px;
  min-height: 671px;
  margin: 0 auto 88px;
  padding: 39px 45px;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .information {
    width: calc(100% - 45px);
    margin: 0 auto 60px;
    padding: 16px 0;
  }
}

#contents #index.mainArea .information .info-inner {
  padding: 1px 0;
  background: #111;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .information .info-inner {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

#contents #index.mainArea .information .info-inner .info-ornament01 {
  margin: -40px -45px;
  padding: 39px 45px;
  background-image: url(../_img/info_bg-tl.png), url(../_img/info_bg-tr.png), url(../_img/info_bg-rb.png), url(../_img/info_bg-lb.png);
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .information .info-inner .info-ornament01 {
    margin: -16px -12px;
    padding: 15px 12px;
    background-size: 63px auto;
  }
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 {
  margin: -7px;
  padding: 7px;
  background-image: url(../_img/info_bg-hr.png), url(../_img/info_bg-vr.png), url(../_img/info_bg-hr.png), url(../_img/info_bg-vr.png);
  background-position: center top, right center, center bottom, left center;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 {
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
  }
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 68px 75px 48px;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 37px 35px;
  }
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-head h2 {
  margin: 0 auto 0 0;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-head h2 {
    font-size: 28px;
  }
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-head h2 span {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-head h2 span {
    font-size: 10px;
  }
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-head .more {
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-head .more {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-head .more a {
  position: relative;
  padding-right: 74px;
  color: #d8cdad;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-head .more a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 54px;
  height: 27px;
  margin: auto;
  background: url(../_img/arrow-right.png) right center/100% auto no-repeat;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  #contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-head .more a:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 30px);
  max-width: 960px;
  margin: 0 auto 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list {
    width: calc(100% - 40px);
    margin-bottom: 113px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li {
  width: 33%;
  margin: 0 15px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li {
    width: 100%;
    margin: 0 0 35px 0;
  }
}

@media screen and (min-width: 768px) {
  #contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li:hover a .thumb {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li a {
  display: block;
  width: 100%;
  color: #d8cdad;
  font-size: 16px;
  text-decoration: none;
  text-align: left;
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li a .thumb {
  position: relative;
  margin-bottom: 12px;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
  font-size: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li a .date {
  margin-bottom: 12px;
  color: #d8cdad;
  font-family: "Lora", serif;
  font-size: 12px;
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li a .title {
  color: #fff;
  font-size: 14px;
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li[data-cat] a .thumb::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 25px;
  background: gray;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-align: center;
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li[data-cat="game"] a .thumb::after {
  content: "GAME";
  background: #9e1941;
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li[data-cat="event"] a .thumb::after {
  content: "EVENT";
  background: #055d90;
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li[data-cat="campaign"] a .thumb::after {
  content: "CAMPAIGN";
  background: #3b3bb9;
}

#contents #index.mainArea .information .info-inner .info-ornament01 .info-ornament02 .info-list li[data-cat="other"] a .thumb::after {
  content: "OTHER";
  background: #946d0d;
}

#contents #index.mainArea .linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  max-width: 1170px;
  margin: 0 auto 153px;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .linkArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: calc(100% - 45px);
    margin: 0 auto 79px;
  }
}

#contents #index.mainArea .linkArea .bnr-area {
  width: 100%;
  max-width: 540px;
  margin: 0 2.906% 0 0;
  font-size: 0;
}

#contents #index.mainArea .linkArea .bnr-area .bnr-item {
  position: relative;
  background-color: #111;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .linkArea .bnr-area .bnr-item {
    background-size: auto 100%;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 768px) {
  #contents #index.mainArea .linkArea .bnr-area .bnr-item:hover {
    opacity: .7;
  }
}

#contents #index.mainArea .linkArea .bnr-area .bnr-item:first-child {
  margin-bottom: 20px;
}

#contents #index.mainArea .linkArea .bnr-area .bnr-item a {
  display: block;
  width: 100%;
  padding-bottom: 48.14815%;
  background-image: url(../_img/bnr-corner.png), url(../_img/bnr-corner.png), url(../_img/bnr-corner.png), url(../_img/bnr-corner.png);
  background-size: 660px auto;
  background-repeat: no-repeat;
  background-position: left 2px top 2px, right 2px top 2px, right 2px bottom 2px, left 2px bottom 2px;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .linkArea .bnr-area .bnr-item a {
    background-position: left top, right top, right bottom, left bottom;
  }
}

@media screen and (min-width: 768px) {
  #contents #index.mainArea .linkArea .bnr-area .bnr-item a::before, #contents #index.mainArea .linkArea .bnr-area .bnr-item a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contents #index.mainArea .linkArea .bnr-area .bnr-item a::before {
    width: calc(100% - 80px);
    height: calc(100% - 10px);
    border-top: 1px solid rgba(201, 157, 23, 0.4);
    border-bottom: 1px solid rgba(201, 157, 23, 0.4);
  }
  #contents #index.mainArea .linkArea .bnr-area .bnr-item a::after {
    width: calc(100% - 10px);
    height: calc(100% - 80px);
    border-left: 1px solid rgba(201, 157, 23, 0.4);
    border-right: 1px solid rgba(201, 157, 23, 0.4);
  }
}

#contents #index.mainArea .linkArea .bnr-area .bnr-item a .text {
  position: absolute;
  top: 50%;
  left: 9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#contents #index.mainArea .linkArea .bnr-area .bnr-item a .text h2 {
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 40px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .linkArea .bnr-area .bnr-item a .text h2 {
    font-size: 28px;
  }
}

#contents #index.mainArea .linkArea .bnr-area .bnr-item a .text h2 span {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .linkArea .bnr-area .bnr-item a .text h2 span {
    font-size: 10px;
  }
}

#contents #index.mainArea .linkArea .bnr-area .bnr-item a .text hr {
  content: url(../_img/bnr-horizontal.png);
  margin: 20px 0 0;
  border: none;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .linkArea .bnr-area .bnr-item a .text hr {
    width: 25px;
    margin: 10px 0 0;
  }
}

#contents #index.mainArea .linkArea .bnr-area .bnr-item a .text p {
  color: #d8cdad;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.05em;
}

#contents #index.mainArea .linkArea .bnr-area .bnr-item a .grayout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
}

#contents #index.mainArea .linkArea .bnr-area .bnr-item a .grayout p {
  position: relative;
  top: 50%;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .linkArea .bnr-area .bnr-item a .grayout p {
    font-size: 24px;
  }
}

#contents #index.mainArea .linkArea .twitter {
  background: #292f33;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #contents #index.mainArea .linkArea .twitter {
    margin-bottom: 40px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

#contents #information.mainArea .h2-wrap {
  height: 110px;
  background: #111;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .h2-wrap {
    height: 40px;
  }
}

#contents #information.mainArea .h2-wrap h2 {
  width: calc(100% - 80px);
  margin: 0 auto;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 40px;
  line-height: 110px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .h2-wrap h2 {
    width: calc(100% - 45px);
    font-size: 20px;
    line-height: 40px;
  }
}

#contents #information.mainArea .cnt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap {
    width: 100%;
    padding: 60px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents #information.mainArea .cnt-wrap .side-memu {
  min-width: calc(148px + 2.7157%);
  margin: 0;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap .side-memu {
    min-width: auto;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap .side-memu .sm-inr {
    width: calc(100% - 45px);
    margin: 0 auto 43px;
  }
}

@media screen and (min-width: 768px) {
  #contents #information.mainArea .cnt-wrap .side-memu .sm-inr.is-fixed {
    position: fixed;
    top: 190px;
  }
}

#contents #information.mainArea .cnt-wrap .side-memu .sm-inr h3 {
  margin-bottom: 25px;
  color: #d8cdad;
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap .side-memu .sm-inr h3 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap .side-memu .sm-inr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -1.5rem;
  }
}

#contents #information.mainArea .cnt-wrap .side-memu .sm-inr ul li {
  margin-bottom: 17px;
  line-height: 1em;
}

#contents #information.mainArea .cnt-wrap .side-memu .sm-inr ul li[data-sort] {
  position: relative;
  height: 20px;
  padding-left: 15px;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
  opacity: .4;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap .side-memu .sm-inr ul li[data-sort] {
    width: calc((100% - 4.5rem) / 3);
    height: auto;
    margin-right: 1.5rem;
    padding: 8px 0;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 1em;
    text-align: center;
    opacity: 1;
  }
}

#contents #information.mainArea .cnt-wrap .side-memu .sm-inr ul li[data-sort]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  #contents #information.mainArea .cnt-wrap .side-memu .sm-inr ul li[data-sort]:hover {
    opacity: 1;
  }
  #contents #information.mainArea .cnt-wrap .side-memu .sm-inr ul li[data-sort]:hover::after {
    width: 3px;
    height: 100%;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

#contents #information.mainArea .cnt-wrap .side-memu .sm-inr ul li.is-active {
  opacity: 1;
}

#contents #information.mainArea .cnt-wrap .side-memu .sm-inr ul li.is-active::after {
  width: 3px;
  height: 100%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap .side-memu .sm-inr ul li.is-active::after {
    width: 100%;
    opacity: .3;
  }
}

#contents #information.mainArea .cnt-wrap .list {
  width: 100%;
  max-width: 920px;
  margin-bottom: 160px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap .list {
    width: calc(100% - 85px);
    margin: 0 auto 110px;
  }
}

#contents #information.mainArea .cnt-wrap .list ul {
  width: calc(100% + 2.6455%);
  margin-left: -2.6455%;
  font-size: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap .list ul {
    width: 100%;
    margin: 0;
  }
}

#contents #information.mainArea .cnt-wrap .list ul li {
  display: inline-block;
  width: 30.6878%;
  max-width: 290px;
  margin: 0 0 30px 2.6455%;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap .list ul li {
    width: 100%;
    max-width: unset;
    margin: 0 0 35px 0;
  }
}

@media screen and (min-width: 768px) {
  #contents #information.mainArea .cnt-wrap .list ul li:hover a .thumb {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}

#contents #information.mainArea .cnt-wrap .list ul li a {
  text-decoration: none;
}

#contents #information.mainArea .cnt-wrap .list ul li a .thumb {
  position: relative;
  margin-bottom: 12px;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap .list ul li a .thumb {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

#contents #information.mainArea .cnt-wrap .list ul li a .date {
  margin-bottom: 12px;
  color: #d8cdad;
  font-family: "Lora", serif;
  font-size: 12px;
}

#contents #information.mainArea .cnt-wrap .list ul li a .title {
  color: #fff;
  font-size: 14px;
}

#contents #information.mainArea .cnt-wrap .list ul li[data-cat] a .thumb::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 25px;
  background: gray;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-align: center;
}

#contents #information.mainArea .cnt-wrap .list ul li[data-cat="game"] a .thumb::after {
  content: "GAME";
  background: #9e1941;
}

#contents #information.mainArea .cnt-wrap .list ul li[data-cat="event"] a .thumb::after {
  content: "EVENT";
  background: #055d90;
}

#contents #information.mainArea .cnt-wrap .list ul li[data-cat="campaign"] a .thumb::after {
  content: "CAMPAIGN";
  background: #3b3bb9;
}

#contents #information.mainArea .cnt-wrap .list ul li[data-cat="other"] a .thumb::after {
  content: "OTHER";
  background: #946d0d;
}

#contents #information.mainArea .cnt-wrap .list .more {
  position: relative;
  display: none;
  margin: 10px 0 0;
  padding-bottom: 34px;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #contents #information.mainArea .cnt-wrap .list .more {
    margin: 0;
  }
}

#contents #information.mainArea .cnt-wrap .list .more::after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  border-right: solid 5px #dbb138;
  border-bottom: solid 5px #dbb138;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#contents #information-detail.mainArea .h2-wrap {
  height: 110px;
  background: #111;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .h2-wrap {
    height: 40px;
  }
}

#contents #information-detail.mainArea .h2-wrap h2 {
  width: calc(100% - 80px);
  margin: 0 auto;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 40px;
  line-height: 110px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .h2-wrap h2 {
    width: calc(100% - 45px);
    font-size: 20px;
    line-height: 40px;
  }
}

#contents #information-detail.mainArea .cnt-wrap {
  width: calc(100% - 40px);
  max-width: 1170px;
  margin: 0 auto;
}

#contents #information-detail.mainArea .cnt-wrap .breadcrumb {
  margin: 10px 0 78px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap .breadcrumb {
    width: calc(100% + 19%);
    margin: 10px 10px 60px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

#contents #information-detail.mainArea .cnt-wrap .breadcrumb li {
  display: inline-block;
  margin-right: 15px;
  color: #d8cdad;
  font-size: 14px;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap .breadcrumb li {
    margin-right: 8px;
    font-size: 12.5px;
  }
}

#contents #information-detail.mainArea .cnt-wrap .breadcrumb li a {
  color: #d8cdad;
  font-size: 11px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap .breadcrumb li a {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  #contents #information-detail.mainArea .cnt-wrap .breadcrumb li a:hover {
    opacity: .6;
  }
}

#contents #information-detail.mainArea .cnt-wrap article {
  max-width: 1024px;
  margin: 0 auto 160px;
  padding: 80px 112px 0;
  background: #fff;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article {
    width: 100%;
    margin: 0 auto 80px;
    padding: 30px 20px 0;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

#contents #information-detail.mainArea .cnt-wrap article .options [data-cat] {
  display: inline-block;
  width: 100px;
  height: 25px;
  margin-right: 20px;
  background: gray;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 11px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .options [data-cat] {
    width: 70px;
    height: 15px;
    margin-right: 10px;
    font-size: 10px;
    line-height: 15px;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .options [data-cat="game"] {
  background: #9e1941;
}

#contents #information-detail.mainArea .cnt-wrap article .options [data-cat="event"] {
  background: #055d90;
}

#contents #information-detail.mainArea .cnt-wrap article .options [data-cat="campaign"] {
  background: #3b3bb9;
}

#contents #information-detail.mainArea .cnt-wrap article .options [data-cat="other"] {
  background: #946d0d;
}

#contents #information-detail.mainArea .cnt-wrap article .options .date {
  display: inline-block;
  color: #999;
  font-family: "Lora", serif;
  font-size: 12px;
}

#contents #information-detail.mainArea .cnt-wrap article h3 {
  margin: 30px 0;
  font-size: 28px;
  line-height: 46px;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article h3 {
    font-size: 18px;
    line-height: 25px;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .thumb {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area h2, #contents #information-detail.mainArea .cnt-wrap article .edit-area h3, #contents #information-detail.mainArea .cnt-wrap article .edit-area h4 {
  margin: 60px 0 0;
  font-weight: bold;
  line-height: 1.5em;
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area h2 {
  display: inline-block;
  margin: 30px 0 0;
  padding-bottom: 8px;
  border-bottom: 4px solid #000;
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area h2 {
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 25px;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area h3 {
  margin: 50px 0 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area h3 {
    margin: 40px 0 -15px;
    font-size: 16px;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area h4 {
  margin: 40px 0 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area h4 {
    margin: 40px 0 -15px;
    font-size: 14px;
    line-height: 23px;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area p {
  margin: 20px 0 30px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area p {
    font-size: 13px;
    line-height: 26px;
    text-align: justify;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area a {
  color: #946d0d;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area a {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area a:hover {
    text-decoration: none;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area ul {
  margin: 30px 0;
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area ul li {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area ul li {
    padding: 0 0 0 17px;
    font-size: 13px;
    line-height: 23px;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area ul li::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #946d0d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area table {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area table {
    margin: 40px 0;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area table tr {
  border-bottom: 1px solid #ccc;
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area table tr th, #contents #information-detail.mainArea .cnt-wrap article .edit-area table tr td {
  padding: 20px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area table tr th, #contents #information-detail.mainArea .cnt-wrap article .edit-area table tr td {
    padding: 15px 10px;
    font-size: 11px;
    line-height: 18px;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area table tr th {
  width: 30%;
  background: #eee;
  font-weight: bold;
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area .edit-image {
  max-width: 640px;
  margin: 60px auto 40px;
  font-size: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area .edit-image {
    margin: 40px auto 30px;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area .edit-image img {
  max-width: 100%;
  height: auto;
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area .link-btn {
  margin: 40px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area .link-btn {
    margin: 30px 0;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area .link-btn a {
  position: relative;
  display: inline-block;
  width: 400px;
  padding: 2.45rem 3rem;
  background: #111;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area .link-btn a {
    width: calc(100% - 34px);
    padding: 1.45rem 3rem;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .edit-area .link-btn a::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area .link-btn a::after {
    right: 13px;
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
}

@media screen and (min-width: 768px) {
  #contents #information-detail.mainArea .cnt-wrap article .edit-area .link-btn a:hover {
    opacity: .6;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .back {
  height: 120px;
  margin: 100px -112px 0;
  background: #000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .back {
    height: 80px;
    margin: 60px -20px 0;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .back a {
  position: relative;
  padding-left: 30px;
  color: #dbb138;
  font-size: 16px;
  text-decoration: none;
  line-height: 120px;
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .back a {
    font-size: 15px;
    line-height: 80px;
  }
}

#contents #information-detail.mainArea .cnt-wrap article .back a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin: auto;
  border-bottom: 4px solid #dbb138;
  border-left: 4px solid #dbb138;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #contents #information-detail.mainArea .cnt-wrap article .back a::after {
    width: 11px;
    height: 11px;
  }
}

#contents #lineup.mainArea .h2-wrap {
  height: 110px;
  background: #111;
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .h2-wrap {
    height: 40px;
  }
}

#contents #lineup.mainArea .h2-wrap h2 {
  width: calc(100% - 80px);
  margin: 0 auto;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 40px;
  line-height: 110px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .h2-wrap h2 {
    width: calc(100% - 45px);
    font-size: 20px;
    line-height: 40px;
  }
}
#contents #lineup.mainArea .list .text-area .title {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-weight: 800;
  margin-top: 18px;
  margin-bottom: 18px;
}
#contents #lineup.mainArea .list .text-area .hardware {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}
#contents #lineup.mainArea .list .text-area .release {
  font-size: 10px;
  color: #d8cdad;
  margin-top: 5px;
}
#contents #lineup.mainArea .list .text-area .release .btn-dl {
  width: 50px;
  height: 16px;
  background: #000000;
  color: #fff;
  font-size: 10px;
  text-align: center;
  margin-left: 10px;
  transition: 0.3s ease;
  display: inline-block;
}
#contents #lineup.mainArea .list .text-area .release .btn-dl:hover {
  opacity: 0.6;
}

#contents #lineup.mainArea .list .thumb a{
  transition: 0.3s ease;
}
#contents #lineup.mainArea .list .thumb a:hover{
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .list li {
    display: flex;
  }
  #contents #lineup.mainArea .list .thumb{
    width: 40%;
  }

  #contents #lineup.mainArea .list .text-area{
    width: 60%;
    padding-left: 14px;
  }
  #contents #lineup.mainArea .list .text-area .title {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    font-weight: 800;
    margin: 0;
  }
  #contents #lineup.mainArea .list .text-area .hardware {
    font-size: 9px;
    color: #fff;
    margin-top: 12px;
  }
  #contents #lineup.mainArea .list .text-area .release {
    font-size: 9px;
    color: #d8cdad;
    margin-top: 4px;
  }
  #contents #lineup.mainArea .list .text-area .release .btn-dl {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #000000;
    color: #fff;
    font-size: 10px;
    margin-left: 0px;
    margin-top: 8px;
    text-align: center;
    transition: 0.3s ease;
    display: inline-block;
  }
  #contents #lineup.mainArea .list .text-area .release .btn-dl:hover {
    opacity: 0.6;
  }
}



#contents #lineup.mainArea .cnt-wrap .list, #contents #lineup.mainArea .new-wrap .list {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 0 90px;
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .cnt-wrap .list, #contents #lineup.mainArea .new-wrap .list {
    width: calc(100% - 45px);
    padding: 60px 0;
  }
}

#contents #lineup.mainArea .cnt-wrap .list h3, #contents #lineup.mainArea .new-wrap .list h3 {
  margin: 0 0 44px;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .cnt-wrap .list h3, #contents #lineup.mainArea .new-wrap .list h3 {
    margin: 0 0 15px;
    font-size: 28px;
  }
}

#contents #lineup.mainArea .cnt-wrap .list .inner, #contents #lineup.mainArea .new-wrap .list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contents #lineup.mainArea .cnt-wrap .list .inner ul, #contents #lineup.mainArea .new-wrap .list .inner ul {
  width: calc(100% + (28 / 1208 * 100%));
  margin-right: -2.31788%;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .cnt-wrap .list .inner ul, #contents #lineup.mainArea .new-wrap .list .inner ul {
    width: 100%;
    margin: 0;
  }
}

#contents #lineup.mainArea .cnt-wrap .list .inner ul li, #contents #lineup.mainArea .new-wrap .list .inner ul li {
  display: inline-block;
  width: 22.68212%;
  max-width: 274px;
  margin: 0 2.31788% 70px 0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .cnt-wrap .list .inner ul li, #contents #lineup.mainArea .new-wrap .list .inner ul li {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
  }
  #contents #lineup.mainArea .cnt-wrap .list .inner ul li:first-child, #contents #lineup.mainArea .new-wrap .list .inner ul li:first-child {
    border: none;
  }
}

@media screen and (min-width: 768px) {
  #contents #lineup.mainArea .cnt-wrap .list .inner ul li:hover a .thumb, #contents #lineup.mainArea .new-wrap .list .inner ul li:hover a .thumb {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}

#contents #lineup.mainArea .cnt-wrap .list .inner ul li a, #contents #lineup.mainArea .new-wrap .list .inner ul li a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .cnt-wrap .list .inner ul li a, #contents #lineup.mainArea .new-wrap .list .inner ul li a {
    //display: -webkit-box;
    //display: -ms-flexbox;
    //display: flex;
    display: inline-block;
  }
}

#contents #lineup.mainArea .cnt-wrap .list .inner ul li a .thumb, #contents #lineup.mainArea .new-wrap .list .inner ul li a .thumb {
  margin-bottom: 10px;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .cnt-wrap .list .inner ul li a .thumb, #contents #lineup.mainArea .new-wrap .list .inner ul li a .thumb {
    width: calc((100%) / 3);
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 0;
  }
  #contents #lineup.mainArea .cnt-wrap .list .inner ul li a .thumb img, #contents #lineup.mainArea .new-wrap .list .inner ul li a .thumb img {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .cnt-wrap .list .inner ul li a .text-area, #contents #lineup.mainArea .new-wrap .list .inner ul li a .text-area {
    width: calc((100% - 1.5rem) / 3 * 2);
    margin-left: 1.5rem;
  }
}

#contents #lineup.mainArea .cnt-wrap .list .inner ul li a .text-area .hardware, #contents #lineup.mainArea .new-wrap .list .inner ul li a .text-area .hardware {
  width: 100%;
  margin-bottom: 12px;
  padding: 2px 0 1px;
  border: 1px solid #ccc;
  color: #ccc;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .cnt-wrap .list .inner ul li a .text-area .hardware, #contents #lineup.mainArea .new-wrap .list .inner ul li a .text-area .hardware {
    margin-bottom: 7px;
    padding: 1px 0.6rem 0;
    text-align: left;
    overflow: hidden;
  }
}

#contents #lineup.mainArea .cnt-wrap .list .inner ul li a .text-area .hardware span, #contents #lineup.mainArea .new-wrap .list .inner ul li a .text-area .hardware span {
  display: inline-block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .cnt-wrap .list .inner ul li a .text-area .hardware span, #contents #lineup.mainArea .new-wrap .list .inner ul li a .text-area .hardware span {
    width: calc(100% + 25%);
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

#contents #lineup.mainArea .cnt-wrap .list .inner ul li a .text-area .title, #contents #lineup.mainArea .new-wrap .list .inner ul li a .text-area .title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .cnt-wrap .list .inner ul li a .text-area .title, #contents #lineup.mainArea .new-wrap .list .inner ul li a .text-area .title {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}

#contents #lineup.mainArea .cnt-wrap .list .inner ul li a .text-area .title .sub-title, #contents #lineup.mainArea .new-wrap .list .inner ul li a .text-area .title .sub-title {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

#contents #lineup.mainArea .cnt-wrap .list .inner ul li a .text-area .release, #contents #lineup.mainArea .new-wrap .list .inner ul li a .text-area .release {
  color: #d8cdad;
  font-size: 10px;
  line-height: 1em;
}

#contents #lineup.mainArea .new-wrap {
  margin-top: 125px;
  background: rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .new-wrap {
    margin-top: 70px;
    padding-bottom: 20px;
  }
}

#contents #lineup.mainArea .new-wrap .list {
  padding: 1px 0 0;
}

#contents #lineup.mainArea .new-wrap .list h3 {
  margin: -26px 0 44px;
}

@media screen and (max-width: 767px) {
  #contents #lineup.mainArea .new-wrap .list h3 {
    margin: -16px 0 10px;
  }
}

#contents #about.mainArea .h2-wrap {
  height: 110px;
  background: #111;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .h2-wrap {
    height: 40px;
  }
}

#contents #about.mainArea .h2-wrap h2 {
  width: calc(100% - 80px);
  margin: 0 auto;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 40px;
  line-height: 110px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .h2-wrap h2 {
    width: calc(100% - 45px);
    font-size: 20px;
    line-height: 40px;
  }
}

#contents #about.mainArea .cnt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap {
    width: 100%;
    padding: 60px 0 0;
  }
}

#contents #about.mainArea .cnt-wrap article {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 173px;
  padding: 100px 62px 40px;
  background: #111;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article {
    width: calc(100% - 45px);
    margin: 0 auto 80px;
    padding: 40px 20px 20px;
    background-image: none;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

#contents #about.mainArea .cnt-wrap article h3 {
  margin-bottom: 74px;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article h3 {
    margin-bottom: 35px;
    font-size: 20px;
  }
}

#contents #about.mainArea .cnt-wrap article h3 span {
  display: block;
  color: #d8cdad;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article h3 span {
    font-size: 12px;
    letter-spacing: 0;
  }
}

#contents #about.mainArea .cnt-wrap article ul {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents #about.mainArea .cnt-wrap article ul li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article ul li {
    margin-top: 20px;
  }
  #contents #about.mainArea .cnt-wrap article ul li:first-child {
    margin-top: 0;
  }
}

#contents #about.mainArea .cnt-wrap article p {
  color: #ccc;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article p {
    font-size: 13px;
    line-height: 26px;
  }
}

#contents #about.mainArea .cnt-wrap article .about-area ul li {
  width: 32.2222%;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .about-area ul li {
    width: 100%;
    text-align: center;
  }
}

#contents #about.mainArea .cnt-wrap article .about-area p {
  margin: 40px 0 70px;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .about-area p {
    margin: 40px 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .message-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents #about.mainArea .cnt-wrap article .message-area .dot-img {
  margin-top: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .message-area .dot-img {
    height: 190px;
    margin: 0 0 40px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #contents #about.mainArea .cnt-wrap article .message-area .dot-img img {
    height: 100%;
  }
}

#contents #about.mainArea .cnt-wrap article .message-area h3 {
  margin: 40px 0;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .message-area h3 {
    margin: 40px 0 35px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

#contents #about.mainArea .cnt-wrap article .message-area h3 span {
  margin-top: 20px;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .message-area h3 span {
    margin-top: 13px;
  }
}

#contents #about.mainArea .cnt-wrap article .message-area p {
  margin: 0 0 70px;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .message-area p {
    margin: 0 0 40px;
    padding: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

#contents #about.mainArea .cnt-wrap article .link-area {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .link-area {
    margin-top: 20px;
  }
}

#contents #about.mainArea .cnt-wrap article .link-area ul li {
  position: relative;
  width: 48.8888%;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .link-area ul li {
    width: 100%;
    margin: 0;
  }
  #contents #about.mainArea .cnt-wrap article .link-area ul li:first-child {
    margin: 0 0 15px 0;
  }
}

#contents #about.mainArea .cnt-wrap article .link-area ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 150px;
  border: 2px solid #dbb138;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-image: url(../_img/bnr-corner.png), url(../_img/bnr-corner.png), url(../_img/bnr-corner.png), url(../_img/bnr-corner.png);
  background-size: 660px auto;
  background-repeat: no-repeat;
  background-position: left 2px top 2px, right 2px top 2px, right 2px bottom 2px, left 2px bottom 2px;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .link-area ul li a {
    height: 75px;
    font-size: 24px;
    background-size: 330px auto;
    background-position: left top, right top, right bottom, left bottom;
  }
}

@media screen and (min-width: 768px) {
  #contents #about.mainArea .cnt-wrap article .link-area ul li a::before, #contents #about.mainArea .cnt-wrap article .link-area ul li a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contents #about.mainArea .cnt-wrap article .link-area ul li a::before {
    width: calc(100% - 80px);
    height: calc(100% - 10px);
    border-top: 1px solid rgba(201, 157, 23, 0.4);
    border-bottom: 1px solid rgba(201, 157, 23, 0.4);
  }
  #contents #about.mainArea .cnt-wrap article .link-area ul li a::after {
    width: calc(100% - 10px);
    height: calc(100% - 80px);
    border-left: 1px solid rgba(201, 157, 23, 0.4);
    border-right: 1px solid rgba(201, 157, 23, 0.4);
  }
}

#contents #about.mainArea .cnt-wrap article .link-area ul li a span {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .link-area ul li a span {
    font-size: 10px;
  }
}

#contents #about.mainArea .cnt-wrap article .link-area ul li .grayout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
}

#contents #about.mainArea .cnt-wrap article .link-area ul li .grayout p {
  position: relative;
  top: 50%;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 32px;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #contents #about.mainArea .cnt-wrap article .link-area ul li .grayout p {
    font-size: 24px;
  }
}

#contents #about.mainArea .cnt-wrap article hr {
  border: none;
  border-top: 1px solid #333;
}

#contents #chronicle.mainArea .h2-wrap {
  height: 110px;
  background: #111;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .h2-wrap {
    height: 40px;
  }
}

#contents #chronicle.mainArea .h2-wrap h2 {
  width: calc(100% - 80px);
  margin: 0 auto;
  color: #dbb138;
  font-family: "Lora", serif;
  font-size: 40px;
  line-height: 110px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .h2-wrap h2 {
    width: calc(100% - 45px);
    font-size: 20px;
    line-height: 40px;
  }
}

#contents #chronicle.mainArea .cnt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 40px);
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap {
    width: 100%;
    padding: 60px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-ancher {
  min-width: 210px;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-ancher {
    min-width: auto;
    margin: 0 auto 60px;
  }
}

@media screen and (min-width: 768px) {
  #contents #chronicle.mainArea .cnt-wrap .l-ancher {
    position: relative;
  }
  #contents #chronicle.mainArea .cnt-wrap .l-ancher .sm-inr.is-fixed {
    position: fixed;
    top: 190px;
  }
  #contents #chronicle.mainArea .cnt-wrap .l-ancher .sm-inr.is-stoped {
    position: absolute;
    top: auto;
    bottom: 293px;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item {
  position: relative;
}

#contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item::before, #contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 0 2px #dbb138 inset,  0 0 0 1px #dbb138;
          box-shadow: 0 0 0 2px #dbb138 inset,  0 0 0 1px #dbb138;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item::before, #contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item::after {
    width: 3px;
    height: 3px;
    border: 1px solid transparent;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item::before {
  top: -4px;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item::before {
    top: -2px;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item::after {
  bottom: -4px;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item::after {
    bottom: -2px;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item:first-child::before {
  display: none;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item:nth-last-child(2)::after {
    display: none;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item a {
  display: inline-block;
  width: 210px;
  padding: 15px 10px 13px;
  border: 1px solid #dbb138;
  background-color: #111;
  background-image: url(../_img/bnr-corner.png), url(../_img/bnr-corner.png);
  background-position: left -3px top -3px, right -3px bottom -3px;
  background-size: 660px auto;
  background-repeat: no-repeat;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
  color: #d8cdad;
  font-size: 13px;
  font-family: "Lora", serif;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item a {
    width: 255px;
    padding: 7px 10px;
    background-size: 330px auto;
    background-position: left -1px top -1px, right -1px bottom -1px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    opacity: 1;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item a span {
  display: block;
  margin-top: 3px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item a span {
    margin-top: 1px;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-item.is-active a {
  opacity: 1;
}

#contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-line {
  content: "";
  width: 1px;
  height: 27px;
  margin: 4px auto;
  background: #dbb138;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-line {
    height: 12px;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-line:last-child {
  margin: 4px auto 0;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-ancher .ancher-line:last-child {
    display: none;
  }
}

#contents #chronicle.mainArea .cnt-wrap .label {
  display: inline-block;
  width: 100px;
  height: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .label {
    width: 70px;
    height: 15px;
    margin-bottom: 15px;
    font-size: 10px;
    line-height: 15px;
  }
}

#contents #chronicle.mainArea .cnt-wrap .label-game {
  background-color: #9e1941;
}

#contents #chronicle.mainArea .cnt-wrap .label-event {
  background-color: #055d90;
}

#contents #chronicle.mainArea .cnt-wrap .label-goods {
  background-color: #946d0d;
}

#contents #chronicle.mainArea .cnt-wrap .label + .catchcopy {
  display: none;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .label + .catchcopy {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline {
  width: 100%;
  max-width: 900px;
  margin-top: -1em;
  color: #fff;
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-box:nth-child(n+2) {
  margin-top: 40px;
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-year {
  margin-bottom: 8px;
  color: #d8cdad;
  font-size: 48px;
  font-family: "Lora", serif;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-year {
    margin-bottom: 24px;
    font-size: 36px;
    text-align: center;
  }
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-year + .timeline-item .timeline-date .timeline-border {
    height: 35px !important;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item {
  position: relative;
  padding: 20px 20px 30px;
  background-color: #000;
  background: -webkit-gradient(linear, left top, right top, from(black), to(#222222));
  background: -webkit-linear-gradient(left, black 0%, #222222 100%);
  background: linear-gradient(to right, black 0%, #222222 100%);
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item {
    width: calc(100% - 45px);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.timeline-type-01 {
  margin-left: 150px;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.timeline-type-01 {
    margin: 0 auto;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.timeline-type-01 .timeline-date {
  left: -175px;
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.timeline-type-02 {
  margin-left: 120px;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.timeline-type-02 {
    margin: 0 auto;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.timeline-type-02 .timeline-date {
  left: -145px;
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.timeline-type-03 {
  margin-left: 150px;
  padding: 20px 20px 16px;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.timeline-type-03 {
    margin: 0 auto;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.timeline-type-03 .timeline-date {
  left: -175px;
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.timeline-type-03 .timeline-list .label {
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.timeline-type-03 .timeline-list .label {
    margin: 0 0 15px 0;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item-lastcomment {
  padding: 50px 20px 110px;
  margin-bottom: 50px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item-lastcomment {
    margin-top: 0 !important;
    padding: 90px 20px 80px;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item-lastcomment p {
  color: #d8cdad;
  font-size: 48px;
  font-family: "Lora", serif;
  font-style: italic;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item-lastcomment p {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item-lastcomment .timeline-date .timeline-border {
    bottom: -111px !important;
    height: 80px !important;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item + .timeline-item {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item + .timeline-item {
    margin-top: 30px;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.bg-game {
  background: -webkit-gradient(linear, left top, right top, from(black), to(#56001a));
  background: -webkit-linear-gradient(left, black 0%, #56001a 100%);
  background: linear-gradient(to right, black 0%, #56001a 100%);
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-item.bg-event {
  background: -webkit-gradient(linear, left top, right top, from(black), to(#002e48));
  background: -webkit-linear-gradient(left, black 0%, #002e48 100%);
  background: linear-gradient(to right, black 0%, #002e48 100%);
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-border {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #d8cdad;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-border {
    bottom: -13px;
    height: 30px !important;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-border-last {
  position: absolute;
  bottom: 0;
  left: -75px;
  width: 1px;
  height: 100%;
  background-color: #d8cdad;
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-date {
  position: absolute;
  width: 140px;
  color: #d8cdad;
  font-size: 18px;
  font-family: "Lora", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-date {
    top: -21px !important;
    left: 0 !important;
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-list .list-image {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-list .list-image {
    margin: 0 0 20px 0;
    padding: 0 17px;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-list .list-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -0.2em;
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-list .list-detail .catchcopy {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-list .list-detail .catchcopy {
    display: none;
  }
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-list .list-detail .detail {
  color: #ccc;
  font-size: 13px;
  line-height: 26px;
}

#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-list .list-detail .detail-link {
  display: inline-block;
  color: #dbb138;
  font-size: 13px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-list .list-detail .detail {
    font-size: 12px;
    line-height: 24px;
  }

　　#contents #chronicle.mainArea .cnt-wrap .l-timeline .timeline-list .list-detail .detail-link {
  　　font-size: 12px;
　　}
}

#contents .footArea .reTop {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #contents .footArea .reTop {
    margin-bottom: 40px;
  }
}

#contents .footArea .reTop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 860px;
  margin: 0 auto;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  #contents .footArea .reTop ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #contents .footArea .reTop ul li {
    display: none;
  }
}

#contents .footArea .reTop ul .top-arrow {
  padding: 0 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contents .footArea .reTop ul .top-arrow {
    display: block;
  }
}

#contents .footArea .reTop ul .top-arrow a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

#contents .footArea .reTop ul .top-arrow a img {
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  #contents .footArea .reTop ul .top-arrow a:hover img {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

#contents .footArea .reTop ul .top-arrow a span {
  display: block;
  font-family: "Lora", serif;
  font-size: 11px;
  color: #d8cdad;
}

@media screen and (max-width: 767px) {
  #contents .footArea .reTop ul .top-arrow a span {
    font-size: 10px;
  }
}

#contents .footArea .footBnr {
  padding: 30px 0;
  background: #000;
}

#contents .footArea .footBnr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #contents .footArea .footBnr ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 35px);
  }
}

#contents .footArea .footBnr ul li {
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  #contents .footArea .footBnr ul li {
    width: calc(50% - 10px);
    margin: 5px;
  }
}

@media screen and (min-width: 768px) {
  #contents .footArea .footBnr ul li:hover {
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

body[data-mode] #main-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body[data-mode] #main-slide {
    height: 0;
    padding-top: 80%;
  }
}

body[data-mode] #main-slide div {
  position: absolute;
  background-repeat: no-repeat;
}

body[data-mode] #main-slide div.slide-item1 {
  top: 0;
  left: 50%;
  z-index: 13;
  width: 2100px;
  height: 930px;
  margin: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: slide1 30s linear infinite normal;
          animation: slide1 30s linear infinite normal;
}

@media screen and (min-width: 1921px) {
  body[data-mode] #main-slide div.slide-item1 {
    width: 100%;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  body[data-mode] #main-slide div.slide-item1 {
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 80%;
    background-size: cover;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: slide1sp 30s linear infinite normal;
            animation: slide1sp 30s linear infinite normal;
  }
}

@-webkit-keyframes slide1 {
  0% {
    top: 0;
  }
  33.3333% {
    opacity: 1;
  }
  36.6666% {
    top: -150px;
    opacity: 0;
  }
  95.6666% {
    top: -150px;
    opacity: 0;
    z-index: 13;
  }
  96.6666% {
    top: -150px;
    opacity: 0;
    z-index: 13;
  }
  96.6667% {
    top: 0;
    opacity: 1;
    z-index: 10;
  }
  100% {
    top: 0;
    opacity: 1;
    z-index: 10;
  }
}

@keyframes slide1 {
  0% {
    top: 0;
  }
  33.3333% {
    opacity: 1;
  }
  36.6666% {
    top: -150px;
    opacity: 0;
  }
  95.6666% {
    top: -150px;
    opacity: 0;
    z-index: 13;
  }
  96.6666% {
    top: -150px;
    opacity: 0;
    z-index: 13;
  }
  96.6667% {
    top: 0;
    opacity: 1;
    z-index: 10;
  }
  100% {
    top: 0;
    opacity: 1;
    z-index: 10;
  }
}

@-webkit-keyframes slide1sp {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33.3333% {
    opacity: 0;
  }
  96.6667% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide1sp {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33.3333% {
    opacity: 0;
  }
  96.6667% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body[data-mode] #main-slide div.slide-item2 {
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 12;
  width: 2100px;
  height: 930px;
  margin: auto;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: slide2 30s linear infinite normal;
          animation: slide2 30s linear infinite normal;
}

@media screen and (min-width: 1921px) {
  body[data-mode] #main-slide div.slide-item2 {
    width: 100%;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  body[data-mode] #main-slide div.slide-item2 {
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 80%;
    background-size: cover;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    -webkit-animation: slide2sp 30s linear infinite normal;
            animation: slide2sp 30s linear infinite normal;
  }
}

@-webkit-keyframes slide2 {
  33.3333% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  69.9999% {
    opacity: 1;
  }
  73.3332% {
    -webkit-transform: translateX(-50%) scale(0.9142);
            transform: translateX(-50%) scale(0.9142);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(0.9142);
            transform: translateX(-50%) scale(0.9142);
    opacity: 0;
  }
}

@keyframes slide2 {
  33.3333% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  69.9999% {
    opacity: 1;
  }
  73.3332% {
    -webkit-transform: translateX(-50%) scale(0.9142);
            transform: translateX(-50%) scale(0.9142);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(0.9142);
            transform: translateX(-50%) scale(0.9142);
    opacity: 0;
  }
}

@-webkit-keyframes slide2stop {
  33.3333% {
  }
  69.9999% {
    opacity: 1;
  }
  73.3332% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slide2stop {
  33.3333% {
  }
  69.9999% {
    opacity: 1;
  }
  73.3332% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slide2sp {
  0% {
    opacity: 0;
  }
  26.6664% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  63.3333% {
    opacity: 1;
  }
  66.6666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slide2sp {
  0% {
    opacity: 0;
  }
  26.6664% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  63.3333% {
    opacity: 1;
  }
  66.6666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

body[data-mode] #main-slide div.slide-item3 {
  top: 0;
  left: 50%;
  z-index: 11;
  width: 2100px;
  height: 780px;
  margin: auto;
  -webkit-transform: translateX(-50%) translateX(90px);
          transform: translateX(-50%) translateX(90px);
  /* IE11 bugfix */
  -webkit-animation: slide3 30s linear infinite normal;
          animation: slide3 30s linear infinite normal;
}

@media screen and (min-width: 1921px) {
  body[data-mode] #main-slide div.slide-item3 {
    width: 100%;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  body[data-mode] #main-slide div.slide-item3 {
    left: 0;
    width: 100%;
    height: 0;
    padding-top: 80%;
    background-size: cover;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation: none;
            animation: none;
  }
}

@-webkit-keyframes slide3 {
  69.9999% {
    -webkit-transform: translateX(-50%) translateX(90px);
            transform: translateX(-50%) translateX(90px);
    /* IE11 bugfix */
  }
  96.6667% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateX(-90px);
            transform: translateX(-50%) translateX(-90px);
    /* IE11 bugfix */
    opacity: 0;
  }
}

@keyframes slide3 {
  69.9999% {
    -webkit-transform: translateX(-50%) translateX(90px);
            transform: translateX(-50%) translateX(90px);
    /* IE11 bugfix */
  }
  96.6667% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateX(-90px);
            transform: translateX(-50%) translateX(-90px);
    /* IE11 bugfix */
    opacity: 0;
  }
}

body[data-mode] #fixed-bg {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../_img/bg/bg_pattern.png) center top repeat;
}

body[data-mode] #fixed-bg .mode-bg {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  body[data-mode] #fixed-bg .mode-bg {
    background-size: cover;
  }
}

body[data-mode][data-mode="rsrs"] #main-slide .slide-item1 {
  background-image: url(../_img/mainvisual/reuniverse_1.jpg);
}

body[data-mode][data-mode="rsrs"] #main-slide .slide-item2 {
  height: 780px;
  background-image: url(../_img/mainvisual/reuniverse_2.jpg);
  -webkit-animation: slide2stop 30s linear infinite normal;
          animation: slide2stop 30s linear infinite normal;
}

body[data-mode][data-mode="rsrs"] #main-slide .slide-item3 {
  background-image: url(../_img/mainvisual/reuniverse_3.jpg);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="rsrs"] #main-slide .slide-item1 {
    background-image: url(../_img/mainvisual/reuniverse_1_sp.jpg);
  }
  body[data-mode][data-mode="rsrs"] #main-slide .slide-item2 {
    height: 0;
    background-image: url(../_img/mainvisual/reuniverse_2_sp.jpg);
    -webkit-animation: slide2sp 30s linear infinite normal;
            animation: slide2sp 30s linear infinite normal;
  }
  body[data-mode][data-mode="rsrs"] #main-slide .slide-item3 {
    background-image: url(../_img/mainvisual/reuniverse_3_sp.jpg);
  }
}

body[data-mode][data-mode="rsrs"] .mode-bg {
  background-image: url(../_img/bg/bg_reuniverse.png);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="rsrs"] .mode-bg {
    background-image: url(../_img/bg/bg_reuniverse_sp.jpg);
  }
}

body[data-mode][data-mode="rsrs"] .mode-name::before {
  content: "MODE / Romancing SaGa Re;univerSe";
}

body[data-mode][data-mode="rs2"] #main-slide .slide-item1 {
  background-image: url(../_img/mainvisual/romasaga2_1.jpg);
}

body[data-mode][data-mode="rs2"] #main-slide .slide-item2 {
  background-image: url(../_img/mainvisual/romasaga2_2.jpg);
}

body[data-mode][data-mode="rs2"] #main-slide .slide-item3 {
  background-image: url(../_img/mainvisual/romasaga2_3.jpg);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="rs2"] #main-slide .slide-item1 {
    background-image: url(../_img/mainvisual/romasaga2_1_sp.jpg);
  }
  body[data-mode][data-mode="rs2"] #main-slide .slide-item2 {
    background-image: url(../_img/mainvisual/romasaga2_2_sp.jpg);
  }
  body[data-mode][data-mode="rs2"] #main-slide .slide-item3 {
    background-image: url(../_img/mainvisual/romasaga2_3_sp.jpg);
  }
}

body[data-mode][data-mode="rs2"] .mode-bg {
  background-image: url(../_img/bg/bg_romasaga2.png);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="rs2"] .mode-bg {
    background-image: url(../_img/bg/bg_romasaga2_sp.jpg);
  }
}

body[data-mode][data-mode="rs2"] .mode-name::before {
  content: "MODE / Romancing SaGa 2";
}

body[data-mode][data-mode="rs3"] #main-slide .slide-item1 {
  background-image: url(../_img/mainvisual/romasaga3_1.jpg);
}

body[data-mode][data-mode="rs3"] #main-slide .slide-item2 {
  background-image: url(../_img/mainvisual/romasaga3_2.jpg);
}

body[data-mode][data-mode="rs3"] #main-slide .slide-item3 {
  background-image: url(../_img/mainvisual/romasaga3_3.jpg);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="rs3"] #main-slide .slide-item1 {
    background-image: url(../_img/mainvisual/romasaga3_1_sp.jpg);
  }
  body[data-mode][data-mode="rs3"] #main-slide .slide-item2 {
    background-image: url(../_img/mainvisual/romasaga3_2_sp.jpg);
  }
  body[data-mode][data-mode="rs3"] #main-slide .slide-item3 {
    background-image: url(../_img/mainvisual/romasaga3_3_sp.jpg);
  }
}

body[data-mode][data-mode="rs3"] .mode-bg {
  background-image: url(../_img/bg/bg_romasaga3.png);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="rs3"] .mode-bg {
    background-image: url(../_img/bg/bg_romasaga3_sp.jpg);
  }
}

body[data-mode][data-mode="rs3"] .mode-name::before {
  content: "MODE / Romancing SaGa 3";
}

body[data-mode][data-mode="is"] #main-slide .slide-item1 {
  background-image: url(../_img/mainvisual/imperialsaga_1.jpg);
}

body[data-mode][data-mode="is"] #main-slide .slide-item2 {
  background-image: url(../_img/mainvisual/imperialsaga_2.jpg);
}

body[data-mode][data-mode="is"] #main-slide .slide-item3 {
  background-image: url(../_img/mainvisual/imperialsaga_3.jpg);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="is"] #main-slide .slide-item1 {
    background-image: url(../_img/mainvisual/imperialsaga_1_sp.jpg);
  }
  body[data-mode][data-mode="is"] #main-slide .slide-item2 {
    background-image: url(../_img/mainvisual/imperialsaga_2_sp.jpg);
  }
  body[data-mode][data-mode="is"] #main-slide .slide-item3 {
    background-image: url(../_img/mainvisual/imperialsaga_3_sp.jpg);
  }
}

body[data-mode][data-mode="is"] .mode-bg {
  background-image: url(../_img/bg/bg_imperialsaga.png);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="is"] .mode-bg {
    background-image: url(../_img/bg/bg_imperialsaga_sp.jpg);
  }
}

body[data-mode][data-mode="is"] .mode-name::before {
  content: "MODE / Imperial SaGa eclipse";
}

body[data-mode][data-mode="ssg"] #main-slide .slide-item1 {
  background-image: url(../_img/mainvisual/sagacollection_1.jpg);
}

body[data-mode][data-mode="ssg"] #main-slide .slide-item2 {
  background-image: url(../_img/mainvisual/sagacollection_2.jpg);
}

body[data-mode][data-mode="ssg"] #main-slide .slide-item3 {
  background-image: url(../_img/mainvisual/sagacollection_3.jpg);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="ssg"] #main-slide .slide-item1 {
    background-image: url(../_img/mainvisual/sagacollection_1_sp.jpg);
  }
  body[data-mode][data-mode="ssg"] #main-slide .slide-item2 {
    background-image: url(../_img/mainvisual/sagacollection_2_sp.jpg);
  }
  body[data-mode][data-mode="ssg"] #main-slide .slide-item3 {
    background-image: url(../_img/mainvisual/sagacollection_3_sp.jpg);
  }
}

body[data-mode][data-mode="ssg"] .mode-bg {
  background-image: url(../_img/bg/bg_collection.png);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="ssg"] .mode-bg {
    background-image: url(../_img/bg/bg_collection_sp.jpg);
  }
}

body[data-mode][data-mode="ssg"] .mode-name::before {
  content: "MODE / Sa・Ga COLLECTION";
}

body[data-mode][data-mode="as"] #main-slide .slide-item1 {
  background-image: url(../_img/mainvisual/allstar_1.jpg);
}

body[data-mode][data-mode="as"] #main-slide .slide-item2 {
  background-image: url(../_img/mainvisual/allstar_2.jpg);
}

body[data-mode][data-mode="as"] #main-slide .slide-item3 {
  background-image: url(../_img/mainvisual/allstar_3.jpg);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="as"] #main-slide .slide-item1 {
    background-image: url(../_img/mainvisual/allstar_1_sp.jpg);
  }
  body[data-mode][data-mode="as"] #main-slide .slide-item2 {
    background-image: url(../_img/mainvisual/allstar_2_sp.jpg);
  }
  body[data-mode][data-mode="as"] #main-slide .slide-item3 {
    background-image: url(../_img/mainvisual/allstar_3_sp.jpg);
  }
}

body[data-mode][data-mode="as"] .mode-bg {
  background-image: url(../_img/bg/bg_allstar.png);
}

@media screen and (max-width: 767px) {
  body[data-mode][data-mode="as"] .mode-bg {
    background-image: url(../_img/bg/bg_allstar_sp.jpg);
  }
}

body[data-mode][data-mode="as"] .mode-name::before {
  content: "MODE / ALL STAR";
}
