@charset "UTF-8";
/*==================================================*/
/* 前提css */
/*==================================================*/
a, article, blockquote, body, caption, dd, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, header, html, iframe, img, li, nav, ol, p, pre, section, small, span, strong, table, td, th, tr, ul, figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom; }

a, small, span, strong {
  vertical-align: baseline; }

article, footer, header, nav, section {
  display: block; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, th {
  font-style: normal; }

:focus, a:focus {
  outline: 0; }

br {
  letter-spacing: normal; }

img {
  height: auto;
  width: 100%; }

textarea {
  resize: none; }

a {
  text-decoration: none; }

@font-face {
  font-family: 'corp-M';
  src: url("../font/logotypejp_mp_m_1.1.woff") format("woff"), url("../font/logotypejp_mp_m_1.1.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'corp-B';
  src: url("../font/logotypejp_mp_b_1.1.woff") format("woff"), url("../font/logotypejp_mp_b_1.1.ttf") format("truetype");
  /* Safari, Android, iOS */ }
@font-face {
  font-family: 'D-DIN-B';
  src: url("../font/D-DIN-Bold.woff") format("woff"), url("../font/D-DIN-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */ }
/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
.pc {
  display: none; }

.sp {
  display: block; }

@media (min-width: 640px) {
  .pc {
    display: block; }

  .sp {
    display: none; } }
/*==================================================*/
/* ローディングアニメーション */
/*==================================================*/
#loading {
  background: #000;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #loading p {
    color: #fff;
    font-weight: 100;
    text-align: center;
    -webkit-animation: load 2.0s infinite ease-in-out;
    animation: load 2.0s infinite ease-in-out;
    width: 500px;
    font-size: 14px; }

@keyframes load {
  0% {
    opacity: 0.7; }
  50% {
    opacity: .2; }
  100% {
    opacity: 0.7; } }
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #9E1300;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/*==================================================*/
/* ズームインアニメーション */
/*==================================================*/
.is-animated {
  display: block !important;
  animation: .3s zoom-in; }

@keyframes zoom-in {
  0% {
    transform: scale(0.6); }
  100% {
    transform: none; } }
/*==================================================*/
/* 共通css */
/*==================================================*/
.InVfadeInUp {
  opacity: 0; }

a {
  cursor: pointer;
  transition: all .2s; }
  a:hover {
    opacity: .7; }

#wrap {
  overflow: hidden; }

#totop {
  position: fixed;
  width: 7.8125vw;
  height: 7.8125vw;
  display: block;
  right: 7.8125vw;
  bottom: 12.5vw;
  z-index: 999;
  /*display: none;*/ }
  @media (min-width: 640px) {
    #totop {
      width: 26.66665px; } }
  @media (min-width: 1024px) {
    #totop {
      width: 2.6041666667vw; } }
  @media (min-width: 640px) {
    #totop {
      height: 26.66665px; } }
  @media (min-width: 1024px) {
    #totop {
      height: 2.6041666667vw; } }
  @media (min-width: 640px) {
    #totop {
      position: fixed;
      width: 7.8125vw;
      height: 7.8125vw;
      display: block;
      right: 4.8828125vw;
      bottom: 4.8828125vw;
      z-index: 999;
      transition: all .3s; } }
  @media (min-width: 640px) and (min-width: 640px) {
    #totop {
      width: 26.66665px; } }
  @media (min-width: 640px) and (min-width: 1024px) {
    #totop {
      width: 2.6041666667vw; } }
  @media (min-width: 640px) and (min-width: 640px) {
    #totop {
      height: 26.66665px; } }
  @media (min-width: 640px) and (min-width: 1024px) {
    #totop {
      height: 2.6041666667vw; } }
  @media (min-width: 640px) {
      #totop:hover {
        opacity: .7; } }
  @media (min-width: 1024px) {
    #totop {
      right: 50px;
      bottom: 50px; } }

html {
  font-family: 'Sawarabi Mincho', 'Noto Serif JP','Noto Serif KR','Noto Serif SC', sans-serif,'游明朝';
  font-weight: 500;
  position: relative;
  font-size: 2.8125vw;
  font-weight: 600; }
  @media (min-width: 640px) {
    html {
      font-size: 9.599994px; } }
  @media (min-width: 1024px) {
    html {
      font-size: 0.9375vw; } }
  @media (min-width: 640px) {
    html {
      min-width: 1024px; } }

body {
  height: 100%;
  min-width: 1200px;
  overflow-x: hidden; }
  body #cont_wrap {
    opacity: 0;
    margin-top: 12.5vw;
    position: relative; }
  body section {
    position: relative;
    z-index: 5; }

.modal {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  overflow-y: scroll; }
  .modal .modal_wrap {
    cursor: pointer; }
  .modal .box {
    display: none; }
  .modal .modal_close {
    color: #fff;
    width: 1000px;
    margin: 0 auto;
    font-size: 64px;
    font-weight: 100;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 40px;
    line-height: 100% !important;
    cursor: pointer; }
  .modal h2 {
    color: #fff;
    width: 1000px;
    margin: 0 auto;
    font-size: 18px;
    pointer-events: none; }
  .modal figure {
    width: 1000px;
    margin: 20px auto 30px;
    pointer-events: none; }
  .modal h3 {
    pointer-events: none;
    color: #ff391e;
    width: 1000px;
    margin: 0 auto;
    font-size: 22px; }
    .modal h3::before {
      content: "－"; }
  .modal p {
    pointer-events: none;
    font-size: 16px;
    font-weight: 100;
    line-height: 180%;
    color: #fff;
    width: 1000px;
    margin: 20px auto 80px; }

/*--------------------------------------------------*/
/* header */
/*--------------------------------------------------*/
header {
  background-color: #000;
  width: 100%;
  height: 110px;
  left: 0;
  top: 0 !important;
  box-sizing: border-box;
  z-index: 999;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: #2d261d solid 1px;
  position: relative;
  z-index: 999; }
  header .left {
    width: 295px;
    display: flex;
    justify-content: space-between; }
    header .left p:nth-child(1) {
      width: 63px; }
    header .left p:nth-child(2) {
      width: 213px; }
  header .right {
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header .right p:nth-child(1) {
      width: 119px; }
    header .right p:nth-child(2) {
      width: 50px; }

nav.glo {
  background: url("../img/nav-bg.png") no-repeat top center/100% 100%;
  border-top: #050404 solid 2px;
  height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  top: 110px;
  left: 0;
  position: absolute;
  z-index: 999;
  min-width: 1200px;
  width: 100%; }
  nav.glo.fixed {
    top: 0;
    position: fixed; }
  nav.glo .left {
    display: flex;
    align-items: center;
    margin-top: 3px; }
    nav.glo .left li {
      position: relative;
      cursor: pointer; }
      nav.glo .left li::after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        display: block;
        opacity: 0;
        transition: all .2s;
        pointer-events: none; }
      nav.glo .left li:nth-child(1)::after {
        background: url("../img/nav01_on.png") no-repeat center/contain;
        height: 49px;
        width: 91px; }
      nav.glo .left li:nth-child(2)::after {
        background: url("../img/nav02_on.png") no-repeat center/contain;
        height: 49px;
        width: 120px; }
      nav.glo .left li:nth-child(3)::after {
        background: url("../img/nav03_on.png") no-repeat center/contain;
        height: 49px;
        width: 134px; }
      nav.glo .left li:nth-child(4)::after {
        background: url("../img/nav04_on.png") no-repeat center/contain;
        height: 49px;
        width: 141px; }
      nav.glo .left li:nth-child(5)::after {
        background: url("../img/nav05_on.png") no-repeat center/contain;
        height: 49px;
        width: 137px; }
      nav.glo .left li.jp:nth-child(6)::after {
        background: url("../img/jp/nav06_on.png") no-repeat center/contain;
        height: 49px;
        width: 232px; }
      nav.glo .left li.en:nth-child(6)::after {
        background: url("../img/en/nav06_on.png") no-repeat center/contain;
        height: 49px;
        width: 322px; }
      nav.glo .left li.kr:nth-child(6)::after {
        background: url("../img/kr/nav06_on.png") no-repeat center/contain;
        height: 49px;
        width: 232px; }
      nav.glo .left li.ch:nth-child(6)::after {
        background: url("../img/kr/nav06_on.png") no-repeat center/contain;
        height: 49px;
        width: 232px; }
      nav.glo .left li:hover::after {
        opacity: 1; }
      nav.glo .left li.active::after {
        opacity: 1; }
  nav.glo .right {
    width: 345px;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    nav.glo .right #lang {
      margin-top: 6px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      nav.glo .right #lang li {
        display: flex;
        position: relative;
        cursor: pointer; }
        nav.glo .right #lang li:not(:first-child)::before {
          background: url("../img/lang-line.png") no-repeat;
          content: "";
          display: block;
          width: 7px;
          height: 16px; }
        nav.glo .right #lang li::after {
          position: absolute;
          top: 0;
          left: 0;
          content: "";
          display: block;
          left: 10px;
          margin-right: 10px;
          opacity: 0;
          transition: all .2s; }
        nav.glo .right #lang li:hover::after {
          opacity: 1; }
        nav.glo .right #lang li img {
          display: block;
          margin-left: 10px;
          margin-right: 10px; }
        nav.glo .right #lang li:nth-child(1) img {
          width: 19px; }
        nav.glo .right #lang li:nth-child(1)::after {
          background: url("../img/lang-jp_on.png") no-repeat center/contain;
          height: 18px;
          width: 19px; }
        nav.glo .right #lang li:nth-child(2) img {
          width: 28px; }
        nav.glo .right #lang li:nth-child(2)::after {
          left: 17px;
          background: url("../img/lang-en_on.png") no-repeat center/contain;
          height: 15px;
          width: 28px; }
        nav.glo .right #lang li:nth-child(3) img {
          width: 28px; }
        nav.glo .right #lang li:nth-child(3)::after {
          left: 17px;
          background: url("../img/lang-kr_on.png") no-repeat center/contain;
          height: 15px;
          width: 28px; }
        nav.glo .right #lang li:nth-child(4) img {
          width: 30px; }
        nav.glo .right #lang li:nth-child(4)::after {
          left: 17px;
          background: url("../img/lang-ch_on.png") no-repeat center/contain;
          height: 15px;
          width: 30px; }
        nav.glo .right #lang li.active::after {
          opacity: 1; }
    nav.glo .right #sns {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 130px; }
      nav.glo .right #sns li {
        position: relative; }
        nav.glo .right #sns li::after {
          content: "";
          height: 36px;
          width: 36px;
          position: absolute;
          left: 0;
          top: 0;
          opacity: 0;
          transition: all .2s;
          pointer-events: none; }
        nav.glo .right #sns li:hover::after {
          opacity: 1; }
        nav.glo .right #sns li:nth-child(1)::after {
          background: url("../img/sns-tw_on.png") no-repeat center top/contain; }
        nav.glo .right #sns li:nth-child(2)::after {
          background: url("../img/sns-fb_on.png") no-repeat center top/contain; }
        nav.glo .right #sns li:nth-child(3)::after {
          background: url("../img/sns-line_on.png") no-repeat center top/contain; }

/*--------------------------------------------------*/
/* top */
/*--------------------------------------------------*/
#top {
  margin-top: 50px;
  padding-bottom: 40px;
  background: #000 url("../img/top-bg.jpg") no-repeat top center/100% auto;
  position: relative;
  z-index: 10; }
  #top figure {
    width: 1094px;
    margin: 0 auto; }
    #top figure img {
      position: relative;
      top: -10px; }
  #top h1 {
    width: 786px;
    margin: 0 auto;
    margin-top: -241px;
    position: relative; }
  #top .subttl {
    text-align: center;
    margin: -80px auto 0; }
    #top .subttl img.jp {
      width: 528px; }
    #top .subttl img.en {
      width: 723px; }
    #top .subttl img.kr {
      width: 543px; }
    #top .subttl img.ch {
      width: 494px; }
  #top .date {
    text-align: center;
    margin: -30px auto 0; }
    #top .date img.jp {
      width: 307px; }
    #top .date img.en {
      width: 923px; }
    #top .date img.kr {
      width: 297px; }
    #top .date img.ch {
      width: 304px; }
  #top .product_box {
    background: url("../img/product-bg.jpg") no-repeat;
    box-sizing: border-box;
    width: 1100px;
    margin: 40px auto 0;
    padding: 33px 36px; }
    #top .product_box ul {
      display: flex;
      justify-content: center;
      width: auto;
      max-width: 1035px;
      margin: 0 auto 15px; }
      #top .product_box ul li {
        background: url("../img/product-btn.png") no-repeat;
        box-sizing: border-box;
        width: 334px;
        height: 84px;
        display: flex;
        align-items: center;
        position: relative;
        transition: all .3s; }
        #top .product_box ul li:nth-child(n+2) {
          margin-left: 20px; }
        #top .product_box ul li a {
          position: absolute;
          width: 100%;
          height: 100%;
          content: "";
          display: block;
          left: 0;
          top: 0; }
        #top .product_box ul li:hover {
          opacity: .7; }
        #top .product_box ul li > span {
          margin: 0 auto;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-weight: 100;
          font-size: 16px; }
          #top .product_box ul li > span span {
            display: block; }
          #top .product_box ul li > span .small {
            margin-top: 2px;
            margin-left: .3em;
            margin-right: .3em;
            font-size: 14px; }
          #top .product_box ul li > span .logo {
            margin-right: 10px;
            margin-bottom: 4px; }
        #top .product_box ul li:nth-child(1) .logo {
          display: block;
          width: 119px; }
        #top .product_box ul li:nth-child(2) .logo {
          display: block;
          width: 50px; }
        #top .product_box ul li.none {
          filter: grayscale(1);
          pointer-events: none;
          opacity: .5; }
    #top .product_box p {
      margin: 0 auto;
      width: 1034px; }

/*--------------------------------------------------*/
/* point */
/*--------------------------------------------------*/
#point {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px; }
  #point::before {
    background: url("../img/point-bg01.jpg") no-repeat top/cover;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2; }
  #point h2 {
    text-align: center; }
    #point h2 img.jp {
      width: 668px; }
    #point h2 img.en {
      width: 650px; }
    #point h2 img.kr {
      width: 641px; }
    #point h2 img.ch {
      width: 535px; }
  #point figure {
    text-align: center; }
    #point figure img {
      margin-top: 35px;
      margin-bottom: 45px;
      margin-left: 75px;
      width: 725px; }
      #point figure img.jp {
        width: 725px; }
      #point figure img.en {
        margin-left: 0;
        width: 705px; }
      #point figure img.kr {
        margin-left: -130px;
        width: 769px; }
      #point figure img.ch {
        margin-left: 0;
        width: 641px; }
  #point .btn_list {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #point .btn_list li {
      height: 88px;
      width: 348px;
      font-weight: 100;
      color: #d9d9d9;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      padding-left: 20px;
      text-shadow: 0px 0px 3px #000000; }
      #point .btn_list li span {
        line-height: 140%;
        font-size: 20px;
        letter-spacing: -.05em; }
        #point .btn_list li span.en {
          font-size: 16px;
          letter-spacing: -.03em; }
      #point .btn_list li strong {
        color: #ff391e;
        font-weight: 100; }
    #point .btn_list .modal_open {
      cursor: pointer;
      transition: all .2s; }
      #point .btn_list .modal_open:hover {
        opacity: .7; }
  #point .btn_list.n1 li:nth-child(1) {
    background: url("../img/point-btn01.png") no-repeat top/contain; }
  #point .btn_list.n1 li:nth-child(2) {
    background: url("../img/point-btn02.png") no-repeat top/contain; }
  #point .btn_list.n1 li:nth-child(3) {
    background: url("../img/point-btn03.png") no-repeat top/contain; }
  #point .btn_list.n1 li:nth-child(4) {
    background: url("../img/point-btn04.png") no-repeat top/contain;
    margin-top: 30px;
    margin-left: 188px; }
  #point .btn_list.n1 li:nth-child(5) {
    background: url("../img/point-btn05.png") no-repeat top/contain;
    margin-top: 30px;
    margin-right: 188px; }
  #point .bg01 {
    background: url("../img/point-bg02.png") no-repeat top/cover;
    border-top: #303030 1px solid;
    border-bottom: #303030 1px solid;
    box-sizing: border-box;
    padding-top: 55px;
    padding-bottom: 60px;
    margin-top: 80px; }
    #point .bg01 h3 {
      margin: 0 auto 25px;
      text-align: center; }
      #point .bg01 h3 img.jp {
        width: 343px; }
      #point .bg01 h3 img.en {
        width: 466px; }
      #point .bg01 h3 img.kr {
        width: 292px; }
      #point .bg01 h3 img.ch {
        width: 252px; }
    #point .bg01 ul li:nth-child(1) {
      background: url("../img/point-btn06.png") no-repeat top/contain; }
    #point .bg01 ul li:nth-child(2) {
      background: url("../img/point-btn07.png") no-repeat top/contain; }
    #point .bg01 ul li:nth-child(3) {
      background: url("../img/point-btn08.png") no-repeat top/contain; }
  #point .bg02 {
    background: url("../img/point-bg03.png") no-repeat top/cover;
    border-top: #303030 1px solid;
    border-bottom: #303030 1px solid;
    box-sizing: border-box;
    padding-top: 55px;
    padding-bottom: 60px;
    margin-top: 80px; }
    #point .bg02 h3 {
      margin: 0 auto 25px;
      text-align: center; }
      #point .bg02 h3 img.jp {
        width: 506px; }
      #point .bg02 h3 img.en {
        width: 328px; }
      #point .bg02 h3 img.kr {
        width: 388px; }
      #point .bg02 h3 img.ch {
        width: 348px; }
    #point .bg02 ul li:nth-child(1) {
      background: url("../img/point-btn09.png") no-repeat top/contain; }
    #point .bg02 ul li:nth-child(2) {
      background: url("../img/point-btn10.png") no-repeat top/contain; }
    #point .bg02 ul li:nth-child(3) {
      background: url("../img/point-btn11.png") no-repeat top/contain; }

/*--------------------------------------------------*/
/* world */
/*--------------------------------------------------*/
#world {
  position: relative;
  z-index: 15;
  background: #000 url("../img/world-bg01.jpg") no-repeat top center/contain;
  padding-top: 90px;
  padding-bottom: 115px; }
  #world h2 {
    text-align: center; }
    #world h2 img {
      width: 220px; }
  #world .sub_ttl {
    text-align: center; }
    #world .sub_ttl img {
      margin-top: 55px;
      margin-bottom: 40px;
      width: 125px; }
  #world .txt {
    margin-left: 30px;
    font-weight: 100;
    font-size: 20px;
    line-height: 200%;
    color: #fff;
    text-align: center; }

/*--------------------------------------------------*/
/* field */
/*--------------------------------------------------*/
#field {
  position: relative;
  width: 1100px;
  margin: 140px auto 0; }
  #field.jp::after {
    content: "";
    background: url("../img/world-ttl02.png") no-repeat top/contain;
    height: 43px;
    width: 173px;
    position: absolute;
    top: -30px;
    left: 65px; }
  #field.en::after {
    content: "";
    background: url("../img/en/world-ttl02.png") no-repeat top/contain;
    height: 45px;
    width: 214px;
    position: absolute;
    top: -30px;
    left: 65px; }
  #field.kr::after {
    content: "";
    background: url("../img/world-ttl02.png") no-repeat top/contain;
    height: 43px;
    width: 173px;
    position: absolute;
    top: -30px;
    left: 65px; }
  #field.ch::after {
    content: "";
    background: url("../img/world-ttl02.png") no-repeat top/contain;
    height: 43px;
    width: 173px;
    position: absolute;
    top: -30px;
    left: 65px; }
  #field .slick-next {
    right: -8px;
    z-index: 20; }
    #field .slick-next::before {
      content: '';
      background: url("../img/slide_arw.png") no-repeat top/contain;
      height: 57px;
      width: 25px;
      display: block; }
  #field .slick-prev {
    left: -12px;
    z-index: 20; }
    #field .slick-prev::before {
      content: '';
      background: url("../img/slide_arw.png") no-repeat top/contain;
      height: 57px;
      width: 25px;
      display: block;
      transform: rotateZ(180deg); }
  #field .slick-slide {
    z-index: 15; }
  #field .slick-dots li {
    background: #3d3e41;
    width: 10px;
    height: 10px; }
    #field .slick-dots li button::before {
      display: none; }
    #field .slick-dots li.slick-active {
      background: #b2a487; }

/*--------------------------------------------------*/
/* action */
/*--------------------------------------------------*/
#action {
  position: relative;
  z-index: 15;
  background: #000 url("../img/action-bg.jpg") no-repeat top center/100% auto;
  padding-top: 90px;
  padding-bottom: 115px; }
  #action h2 {
    text-align: center; }
    #action h2 img.jp {
      width: 405px; }
    #action h2 img.en {
      width: 436px; }
    #action h2 img.kr {
      width: 405px; }
    #action h2 img.ch {
      width: 266px; }
  #action .kirikae {
    background: url("../img/nav02-bg.png") no-repeat top center/contain;
    margin: 60px auto 30px;
    height: 65px;
    width: 1102px;
    display: flex;
    align-items: center; }
    #action .kirikae ul {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      width: 635px; }
      #action .kirikae ul li {
        color: #a7a7a7;
        font-weight: 100;
        font-size: 20px;
        padding-left: 30px;
        transition: all .2s;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center; }
        #action .kirikae ul li::before {
          background: url("../img/nav-arw.png") no-repeat center/contain;
          content: "";
          height: 11px;
          width: 19px;
          display: block;
          position: absolute;
          left: 0; }
        #action .kirikae ul li::after {
          background: url("../img/nav-arw_on.png") no-repeat center/contain;
          content: "";
          height: 11px;
          width: 19px;
          display: block;
          position: absolute;
          transition: all .2s;
          left: 0;
          opacity: 0; }
        #action .kirikae ul li.active {
          color: #d0bb93; }
          #action .kirikae ul li.active::after {
            background: url("../img/nav-arw_on.png") no-repeat center/contain;
            opacity: 1; }
        #action .kirikae ul li:hover {
          color: #d0bb93; }
          #action .kirikae ul li:hover::after {
            background: url("../img/nav-arw_on.png") no-repeat center/contain;
            opacity: 1; }
  #action > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1100px;
    margin: 0 auto; }
    #action > div .box {
      width: 330px; }
      #action > div .box .name {
        text-align: center;
        margin-top: -40px;
        font-weight: 100;
        color: #ff391e;
        letter-spacing: -.05em;
        font-size: 26px; }
      #action > div .box .txt {
        text-align: center;
        margin-top: 10px;
        color: #fff;
        font-size: 17px;
        font-weight: 100;
        line-height: 160%; }
      #action > div .box:nth-child(2), #action > div .box:nth-child(3n+2) {
        padding-top: 30px;
        margin-left: 55px;
        margin-right: 55px; }
      #action > div .box:nth-child(n+4) {
        margin-top: 100px; }
    #action > div#use_box .box:nth-child(5) {
      padding-top: 0; }
    #action > div#survival_box .box:nth-child(2) {
      padding-top: 0; }

/*--------------------------------------------------*/
/* system */
/*--------------------------------------------------*/
#system {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
  z-index: 6; }
  #system .fix_bg {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/system_bg.jpg") no-repeat top/cover;
    z-index: -2; }
    #system .fix_bg.fixed {
      top: 0;
      position: fixed; }
  #system h2 {
    text-align: center; }
    #system h2 img {
      width: 230px; }
  #system #chara {
    margin-top: 80px; }
    #system #chara h2 {
      text-align: left;
      margin: 0 auto;
      width: 1100px;
      position: relative;
      z-index: 5; }
      #system #chara h2 img {
        width: 416px; }
    #system #chara .txt {
      margin: 25px auto 45px;
      width: 1100px;
      color: #fff;
      font-weight: 100;
      line-height: 180%;
      position: relative;
      z-index: 5; }
    #system #chara .bg {
      width: 100%;
      background: #131010; }
      #system #chara .bg .inr {
        position: relative;
        margin: 0 auto;
        width: 1100px;
        box-sizing: border-box;
        padding-top: 35px;
        padding-bottom: 35px;
        display: flex;
        align-items: center; }
        #system #chara .bg .inr .thumb {
          display: flex;
          flex-wrap: wrap;
          width: 430px;
          position: relative;
          z-index: 5; }
          #system #chara .bg .inr .thumb li {
            cursor: pointer;
            position: relative;
            width: 104px; }
            #system #chara .bg .inr .thumb li:nth-child(n+5) {
              margin-top: 3px; }
            #system #chara .bg .inr .thumb li:hover::after {
              background: url("../img/system-thumb_waku01.png") no-repeat left top/contain;
              height: 84px;
              width: 104px;
              display: block;
              content: "";
              position: absolute;
              top: 0;
              left: 0; }
            #system #chara .bg .inr .thumb li.active::after {
              background: url("../img/system-thumb_waku01.png") no-repeat left top/contain;
              height: 84px;
              width: 104px;
              display: block;
              content: "";
              position: absolute;
              top: 0;
              left: 0; }
        #system #chara .bg .inr .img {
          position: absolute;
          right: 100px;
          top: -280px;
          margin-left: -100px; }
          #system #chara .bg .inr .img figure {
            display: none;
            position: relative; }
            #system #chara .bg .inr .img figure.active {
              display: block; }
            #system #chara .bg .inr .img figure.n2 {
              right: 50px;
              top: -60px; }
            #system #chara .bg .inr .img figure.n3 {
              right: 75px;
              top: -50px; }
            #system #chara .bg .inr .img figure.n4 {
              right: 105px;
              top: 25px; }
            #system #chara .bg .inr .img figure.n5 {
              right: 160px;
              top: -120px; }
            #system #chara .bg .inr .img figure.n6 {
              right: 75px;
              top: 10px; }
            #system #chara .bg .inr .img figure.n7 {
              right: 95px;
              top: 15px; }
            #system #chara .bg .inr .img figure.n8 {
              right: 135px;
              top: 23px; }
        #system #chara .bg .inr .detail {
          width: 330px;
          position: absolute;
          left: 770px;
          top: 55px; }
          #system #chara .bg .inr .detail .name {
            text-shadow: 0px 0px 3px #000000,0px 0px 4px #000000;
            color: #ff391e;
            font-size: 34px; }
          #system #chara .bg .inr .detail .txt {
            text-shadow: 0px 0px 3px #000000,0px 0px 4px #000000;
            color: #fff;
            font-weight: 100;
            font-size: 17px;
            line-height: 150%; }
            #system #chara .bg .inr .detail .txt em {
              font-style: normal;
              color: #ada086; }
          #system #chara .bg .inr .detail > div {
            display: none; }
          #system #chara .bg .inr .detail > div.active {
            display: block; }
  #system #equip {
    margin-top: 170px; }
    #system #equip h2 {
      text-align: left;
      margin: 0 auto 75px;
      width: 1100px; }
      #system #equip h2 img.jp {
        width: 391px; }
      #system #equip h2 img.en {
        width: 391px; }
      #system #equip h2 img.kr {
        width: 391px; }
      #system #equip h2 img.ch {
        width: 391px; }
    #system #equip .bg {
      width: 100%;
      background: #131010; }
      #system #equip .bg .inr {
        display: flex;
        justify-content: space-between;
        width: 1100px;
        margin: 0 auto;
        width: 1100px;
        box-sizing: border-box;
        padding-top: 35px;
        padding-bottom: 35px; }
        #system #equip .bg .inr .thumb nav ul {
          display: flex;
          margin-bottom: 40px;
          width: auto; }
          #system #equip .bg .inr .thumb nav ul li {
            color: #a7a7a7;
            font-weight: 100;
            font-size: 20px;
            padding-left: 30px;
            transition: all .2s;
            cursor: pointer;
            position: relative;
            display: flex;
            align-items: center; }
            #system #equip .bg .inr .thumb nav ul li:nth-child(n+2) {
              margin-left: 1.5em; }
            #system #equip .bg .inr .thumb nav ul li::before {
              background: url("../img/nav-arw.png") no-repeat center/contain;
              content: "";
              height: 11px;
              width: 19px;
              display: block;
              position: absolute;
              left: 0; }
            #system #equip .bg .inr .thumb nav ul li::after {
              background: url("../img/nav-arw_on.png") no-repeat center/contain;
              content: "";
              height: 11px;
              width: 19px;
              display: block;
              position: absolute;
              transition: all .2s;
              left: 0;
              opacity: 0; }
            #system #equip .bg .inr .thumb nav ul li:hover {
              color: #d0bb93; }
              #system #equip .bg .inr .thumb nav ul li:hover::after {
                background: url("../img/nav-arw_on.png") no-repeat center/contain;
                opacity: 1; }
            #system #equip .bg .inr .thumb nav ul li.active {
              color: #d0bb93; }
              #system #equip .bg .inr .thumb nav ul li.active::after {
                background: url("../img/nav-arw_on.png") no-repeat center/contain;
                opacity: 1; }
        #system #equip .bg .inr .thumb > div ul {
          display: none;
          justify-content: space-between;
          flex-wrap: wrap;
          width: 440px; }
          #system #equip .bg .inr .thumb > div ul.active {
            display: flex; }
          #system #equip .bg .inr .thumb > div ul li {
            cursor: pointer;
            position: relative;
            width: 84px; }
            #system #equip .bg .inr .thumb > div ul li:hover::after {
              background: url("../img/system-thumb_waku02.png") no-repeat left top/contain;
              height: 84px;
              width: 104px;
              display: block;
              content: "";
              position: absolute;
              top: 0;
              left: 0; }
            #system #equip .bg .inr .thumb > div ul li.active::after {
              background: url("../img/system-thumb_waku02.png") no-repeat left top/contain;
              height: 84px;
              width: 104px;
              display: block;
              content: "";
              position: absolute;
              top: 0;
              left: 0; }
        #system #equip .bg .inr .detail {
          width: 520px; }
          #system #equip .bg .inr .detail div {
            display: none; }
            #system #equip .bg .inr .detail div.active {
              display: block; }
          #system #equip .bg .inr .detail .name {
            text-shadow: 0px 0px 3px #000000,0px 0px 4px #000000;
            color: #ff391e;
            font-size: 34px;
            margin-bottom: 15px; }
          #system #equip .bg .inr .detail .txt {
            text-shadow: 0px 0px 3px #000000,0px 0px 4px #000000;
            color: #fff;
            font-weight: 100;
            font-size: 17px;
            line-height: 150%; }
            #system #equip .bg .inr .detail .txt em {
              font-style: normal;
              color: #ada086; }
  #system #item {
    margin-top: 170px; }
    #system #item h2 {
      text-align: left;
      margin: 0 auto 75px;
      width: 1100px; }
      #system #item h2 img.jp {
        width: 173px; }
      #system #item h2 img.en {
        width: 203px; }
      #system #item h2 img.kr {
        width: 173px; }
      #system #item h2 img.ch {
        width: 173px; }
    #system #item .bg {
      width: 100%;
      background: #131010; }
      #system #item .bg .inr {
        display: flex;
        justify-content: space-between;
        width: 1100px;
        margin: 0 auto;
        width: 1100px;
        box-sizing: border-box;
        padding-top: 35px;
        padding-bottom: 35px; }
        #system #item .bg .inr .thumb nav ul {
          display: flex;
          margin-bottom: 40px;
          width: auto; }
          #system #item .bg .inr .thumb nav ul li {
            color: #a7a7a7;
            font-weight: 100;
            font-size: 20px;
            padding-left: 30px;
            transition: all .2s;
            cursor: pointer;
            position: relative;
            display: flex;
            line-height: 120%;
            align-items: center; }
            #system #item .bg .inr .thumb nav ul li:nth-child(n+2) {
              margin-left: 1.5em; }
            #system #item .bg .inr .thumb nav ul li::before {
              background: url("../img/nav-arw.png") no-repeat center/contain;
              content: "";
              height: 11px;
              width: 19px;
              display: block;
              position: absolute;
              left: 0; }
            #system #item .bg .inr .thumb nav ul li::after {
              background: url("../img/nav-arw_on.png") no-repeat center/contain;
              content: "";
              height: 11px;
              width: 19px;
              display: block;
              position: absolute;
              transition: all .2s;
              left: 0;
              opacity: 0; }
            #system #item .bg .inr .thumb nav ul li:hover {
              color: #d0bb93; }
              #system #item .bg .inr .thumb nav ul li:hover::after {
                background: url("../img/nav-arw_on.png") no-repeat center/contain;
                opacity: 1; }
            #system #item .bg .inr .thumb nav ul li.active {
              color: #d0bb93; }
              #system #item .bg .inr .thumb nav ul li.active::after {
                background: url("../img/nav-arw_on.png") no-repeat center/contain;
                opacity: 1; }
        #system #item .bg .inr .thumb > div ul {
          flex-wrap: wrap;
          width: 535px;
          display: none; }
          #system #item .bg .inr .thumb > div ul.active {
            display: flex; }
          #system #item .bg .inr .thumb > div ul li {
            cursor: pointer;
            position: relative;
            width: 84px; }
            #system #item .bg .inr .thumb > div ul li:nth-child(n+2) {
              margin-left: 2px; }
            #system #item .bg .inr .thumb > div ul li:hover::after {
              background: url("../img/system-thumb_waku02.png") no-repeat left top/contain;
              height: 84px;
              width: 104px;
              display: block;
              content: "";
              position: absolute;
              top: 0;
              left: 0; }
            #system #item .bg .inr .thumb > div ul li.active::after {
              background: url("../img/system-thumb_waku02.png") no-repeat left top/contain;
              height: 84px;
              width: 104px;
              display: block;
              content: "";
              position: absolute;
              top: 0;
              left: 0; }
        #system #item .bg .inr .detail {
          width: 520px; }
          #system #item .bg .inr .detail div {
            display: none; }
            #system #item .bg .inr .detail div.active {
              display: block; }
          #system #item .bg .inr .detail .name {
            text-shadow: 0px 0px 3px #000000,0px 0px 4px #000000;
            color: #ff391e;
            font-size: 34px;
            margin-bottom: 15px; }
          #system #item .bg .inr .detail .txt {
            text-shadow: 0px 0px 3px #000000,0px 0px 4px #000000;
            color: #fff;
            font-weight: 100;
            font-size: 17px;
            line-height: 150%; }
            #system #item .bg .inr .detail .txt em {
              font-style: normal;
              color: #ada086; }
  #system #base {
    margin-top: 170px; }
    #system #base h2 {
      text-align: left;
      margin: 0 auto 75px;
      width: 1100px; }
      #system #base h2 img.jp {
        width: 173px; }
      #system #base h2 img.en {
        width: 164px; }
      #system #base h2 img.kr {
        width: 164px; }
      #system #base h2 img.ch {
        width: 164px; }
    #system #base .bg {
      width: 100%;
      background: #131010; }
      #system #base .bg .inr {
        display: flex;
        justify-content: space-between;
        width: 1100px;
        margin: 0 auto;
        width: 1100px;
        box-sizing: border-box;
        padding-top: 35px;
        padding-bottom: 35px; }
        #system #base .bg .inr .thumb > div ul {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          width: 320px; }
          #system #base .bg .inr .thumb > div ul li {
            cursor: pointer;
            position: relative;
            width: 84px;
            width: 104px; }
            #system #base .bg .inr .thumb > div ul li.active::after {
              background: url("../img/system-thumb_waku01.png") no-repeat left top/contain;
              height: 84px;
              width: 104px;
              display: block;
              content: "";
              position: absolute;
              top: 0;
              left: 0; }
            #system #base .bg .inr .thumb > div ul li:hover::after {
              background: url("../img/system-thumb_waku01.png") no-repeat left top/contain;
              height: 84px;
              width: 104px;
              display: block;
              content: "";
              position: absolute;
              top: 0;
              left: 0; }
        #system #base .bg .inr .detail {
          width: 520px;
          position: relative;
          right: 210px; }
          #system #base .bg .inr .detail div {
            display: none; }
            #system #base .bg .inr .detail div.active {
              display: block; }
          #system #base .bg .inr .detail figure {
            position: relative; }
            #system #base .bg .inr .detail figure img {
              position: absolute;
              top: -310px;
              left: 0; }
          #system #base .bg .inr .detail .name {
            text-shadow: 0px 0px 3px #000000,0px 0px 4px #000000;
            color: #ff391e;
            font-size: 34px;
            margin-bottom: 15px;
            margin-top: 100px; }
          #system #base .bg .inr .detail .txt {
            text-shadow: 0px 0px 3px #000000,0px 0px 4px #000000;
            color: #fff;
            font-weight: 100;
            font-size: 17px;
            line-height: 150%; }
            #system #base .bg .inr .detail .txt em {
              font-style: normal;
              color: #ada086; }

/*--------------------------------------------------*/
/* movie_image */
/*--------------------------------------------------*/
#movie_image {
  min-height: 670px;
  position: relative;
  z-index: 15;
  background: #000 url("../img/movie-bg.jpg") no-repeat top center/100% auto;
  padding-top: 90px;
  padding-bottom: 115px; }
  #movie_image h2 {
    text-align: center; }
    #movie_image h2 img.jp {
      width: 405px; }
    #movie_image h2 img.en {
      width: 586px; }
    #movie_image h2 img.kr {
      width: 405px; }
    #movie_image h2 img.ch {
      width: 405px; }
  #movie_image .kirikae {
    background: url("../img/nav02-bg.png") no-repeat top center/contain;
    margin: 60px auto 30px;
    height: 65px;
    width: 1102px;
    display: flex;
    align-items: center; }
    #movie_image .kirikae ul {
      display: flex;
      justify-content: center;
      margin: 0 auto;
      width: 255px; }
      #movie_image .kirikae ul li {
        color: #a7a7a7;
        font-weight: 100;
        font-size: 20px;
        padding-left: 30px;
        transition: all .2s;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center; }
        #movie_image .kirikae ul li::before {
          background: url("../img/nav-arw.png") no-repeat center/contain;
          content: "";
          height: 11px;
          width: 19px;
          display: block;
          position: absolute;
          left: 0; }
        #movie_image .kirikae ul li::after {
          background: url("../img/nav-arw_on.png") no-repeat center/contain;
          content: "";
          height: 11px;
          width: 19px;
          display: block;
          position: absolute;
          transition: all .2s;
          left: 0;
          opacity: 0; }
        #movie_image .kirikae ul li:hover {
          color: #d0bb93; }
          #movie_image .kirikae ul li:hover::after {
            background: url("../img/nav-arw_on.png") no-repeat center/contain;
            opacity: 1; }
        #movie_image .kirikae ul li.active {
          color: #d0bb93; }
          #movie_image .kirikae ul li.active::after {
            background: url("../img/nav-arw_on.png") no-repeat center/contain;
            opacity: 1; }
  #movie_image #movie_list {
    display: none;
    justify-content: center;
    width: 1100px;
    margin: 0 auto; }
    #movie_image #movie_list.active {
      display: flex; }
    #movie_image #movie_list > div {
      width: 334px;
      position: relative; }
      #movie_image #movie_list > div:nth-child(2) {
        margin-left: 15px; }
      #movie_image #movie_list > div a {
        display: block; }
      #movie_image #movie_list > div:hover::after {
        background: url("../img/movie-thumb_waku.png") no-repeat left top/contain;
        height: 204px;
        width: 334px;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none; }
      #movie_image #movie_list > div p {
        text-shadow: 0px 0px 3px #000000,0px 0px 4px #000000;
        color: #ff391e;
        font-size: 24px;
        font-weight: 100;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 15px; }
  #movie_image #image_list {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto; }
    #movie_image #image_list.active {
      display: flex; }
    #movie_image #image_list > div {
      width: 334px;
      position: relative; }
      #movie_image #image_list > div:nth-child(n+3) {
        margin-top: 10px; }
      #movie_image #image_list > div:hover::after {
        background: url("../img/movie-thumb_waku.png") no-repeat left top/contain;
        height: 204px;
        width: 334px;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0; }
      #movie_image #image_list > div p {
        text-shadow: 0px 0px 3px #000000,0px 0px 4px #000000;
        color: #ff391e;
        font-size: 24px;
        font-weight: 100;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 15px; }

/*--------------------------------------------------*/
/* footer */
/*--------------------------------------------------*/
footer {
  background: url("../img/footer-bg.jpg") repeat-x;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 995; }
  footer p#copy img {
    width: 794px; }
  footer p#copy img.jp {
    width: 696px; }
  footer div.logo {
    position: absolute;
    right: 30px;
    top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 310px; }
