/* ---------- animation ---------- */
[data-scroll] {
  -webkit-transition: .8s ease-out;
  -o-transition: .8s ease-out;
  transition: .8s ease-out;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform; }

.effect_scroll {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px); }

.animeted {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* ---------- more btn ---------- */
.morebtn {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .morebtn {
      width: 66.8vw; } }
  .morebtn span {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity; }
  .morebtn .on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .morebtn a:hover .on {
    opacity: 1; }

@media screen and (min-width: 768px) {
  main {
    min-width: 1150px; } }

article {
  width: 100%; }

header {
  display: none; }

/*=============================================
  mainvisual
=============================================*/
#mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(/assets/images/top/bg_mainvisual_pc_2.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  z-index: 0; 
    }
  @media screen and (max-width: 767px) {

    #mainvisual{
      position: relative;
      width: 100%;
      height: 100vh;
      background-image: url(/assets/images/top/bg_mainvisual_sp_2.jpg);
      background-size: cover;
      background-position: center;
      overflow: hidden;
      z-index: 0; 
      }
    }
  #mainvisual .inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #mainvisual .mainvisual_logo {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #mainvisual .mainvisual_logo {
        width: 91.33333vw;
        margin: 0 auto; } }
  #mainvisual .mainvisual_center {
    text-align: center; }
    @media screen and (max-width: 767px) {
      #mainvisual .mainvisual_center {
        padding-bottom: 2vw; } }
  #mainvisual .mainvisual_txt {
    position: relative;
    margin-top: -30px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      #mainvisual .mainvisual_txt {
        width: 78.13333vw;
        margin: -4vw auto 0; } }
  #mainvisual .mainvisual_scroll {
    margin-top: 20px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      #mainvisual .mainvisual_scroll {
        position: absolute;
        margin: 0 auto;
        bottom: 24.66667vw;
        left: 0;
        right: 0;
        width: 14.8vw;
        z-index: 10; } }
  #mainvisual:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-image: url(/assets/images/top/bg_mainvisual_fog_pc.png);
    background-repeat: repeat-x;
    background-size: 50% auto;
    z-index: 0;
    background-position: left bottom;
    -webkit-animation: anim_sec01_bg 100s linear 0s infinite;
    animation: anim_sec01_bg 100s linear 0s infinite;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      #mainvisual:before {
        background-image: url(/assets/images/top/bg_mainvisual_fog_sp.png); } }
  #mainvisual:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-image: url(/assets/images/top/bg_mainvisual_fog04_pc.png);
    background-repeat: repeat-x;
    background-size: 100%;
    background-position: left bottom;
    z-index: 0;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      #mainvisual:after {
        background-image: url(/assets/images/top/bg_mainvisual_fog04_sp.png); } }
  #mainvisual .inner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-image: url(/assets/images/top/bg_mainvisual_fog02_pc.png);
    background-repeat: repeat-x;
    background-size: 100%;
    background-size: 50% auto;
    z-index: 0;
    background-position: left bottom;
    -webkit-animation: anim_sec01_bg 80s linear 0s infinite;
    animation: anim_sec01_bg 80s linear 0s infinite;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      #mainvisual .inner:before {
        width: 100%;
        background-image: url(/assets/images/top/bg_mainvisual_fog02_sp.png); } }
  #mainvisual .inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-image: url(/assets/images/top/bg_mainvisual_fog03_pc.png);
    background-repeat: repeat-x;
    background-size: 100%;
    background-size: 50% auto;
    z-index: 0;
    background-position: left bottom;
    -webkit-animation: anim_sec01_bg 120s linear 0s infinite;
    animation: anim_sec01_bg 120s linear 0s infinite;
    opacity: 0; }
    @media screen and (max-width: 767px) {
      #mainvisual .inner:after {
        background-image: url(/assets/images/top/bg_mainvisual_fog03_sp.png); } }

#mainvisual:before, #mainvisual:after,
#mainvisual .inner:before, #mainvisual .inner:after {
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out; }

#mainvisual.animeend:before, #mainvisual.animeend:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

#mainvisual.animeend .inner:before, #mainvisual.animeend .inner:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.mainvisual_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

@-webkit-keyframes anim_sec01_bg {
  0% {
    left: 0%; }
  100% {
    left: -100%; } }

@keyframes anim_sec01_bg {
  0% {
    left: 0%; }
  100% {
    left: -100%; } }

#mainvisual .register_formatbox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background-image: url("/assets/images/pre/bg.png");*/
    padding: 15px 0 25px;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      #mainvisual .register_formatbox {
        position: relative;
        padding: 27vw 0 0; } }
    #mainvisual .register_formatbox .register-title {
      text-align: center; }
      @media screen and (max-width: 767px) {
        #mainvisual .register_formatbox .register-title {
          padding-bottom: 2.66667vw; } }
    #mainvisual .register_formatbox .register_inner {
      width: 960px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #mainvisual .register_formatbox .register_inner {
          width: 100%; } }
    #mainvisual .register_formatbox .register_btnbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 5px;
      width: 760px;
      margin-left: 105px; }
      @media screen and (max-width: 767px) {
        #mainvisual .register_formatbox .register_btnbox {
          width: auto;
          margin-left: auto;
        }
      }

  #mainvisual .register_formatbox .register_btn a {
      position: relative;
      display: block; }
      #mainvisual .register_formatbox .register_btn a .on {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      #mainvisual .register_formatbox .register_btn a span {
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out;
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity; }
    @media screen and (min-width: 767px) {
      #mainvisual .register_formatbox .register_btn a:hover .on {
        opacity: 1; } }

/*=============================================
news
=============================================*/
#news {
  background-image: url(/assets/images/top/bg_news02_pc.png), url(/assets/images/top/bg_news01_pc.jpg);
  background-position: center center , center top;
  background-size: auto,cover;
  background-repeat: no-repeat , repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    #news {
      margin-top: -12vw;
      padding-top: 12vw;
      background-image: url(/assets/images/top/bg_news02_sp.png), url(/assets/images/top/bg_news01_sp.jpg);
      background-size: 100%; } }
  #news .campaign_banners {
    display: block;
    text-align: center;
    width: 100%; }
  #news .campaign_banners img {
    margin-top: 35px;
  }
  #news .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1150px;
    margin: 0 auto;
    padding: 55px 20px 68px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #news .inner {
        display: block;
        width: 92vw;
        margin: 0 auto;
        padding: 8vw 0 11.33333vw; } }
  #news h2 img {
    vertical-align: bottom; }

#news .news_block {
  width: 530px; }
  @media screen and (max-width: 767px) {
    #news .news_block {
      width: 100%; } }
  #news .news_block h2 {
    text-align: center; }
    @media screen and (max-width: 767px) {
      #news .news_block h2 {
        width: 20.13333vw;
        margin: 0 auto; } }
  #news .news_block .block_main {
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
    padding: 40px 33px 40px;
    background-image: url(/assets/images/top/bg_news01_pc.png);
    background-size: 100%;
    -webkit-box-shadow: 5px 5px 19px -11px #1e2a29;
    box-shadow: 5px 5px 19px -11px #1e2a29;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #news .news_block .block_main {
        height: 84vw;
        padding: 6.66667vw 5.33333vw 10.66667vw;
        background-image: url(/assets/images/top/bg_news01_sp.png); } }
    #news .news_block .block_main:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 102px;
      height: 58px;
      background-image: url(/assets/images/top/pict_news01.png);
      background-size: 100%;
      background-repeat: no-repeat;
      z-index: 0; }
      @media screen and (max-width: 767px) {
        #news .news_block .block_main:before {
          width: 18.13333vw;
          height: 10.26667vw; } }
    #news .news_block .block_main:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 102px;
      height: 58px;
      background-image: url(/assets/images/top/pict_news02.png);
      background-size: 100%;
      background-repeat: no-repeat;
      z-index: 0; }
      @media screen and (max-width: 767px) {
        #news .news_block .block_main:after {
          width: 18.13333vw;
          height: 10.26667vw; } }
  #news .news_block .news_list {
    width: 100%;
    padding-right: calc(100vw - 100%);
    overflow-y: auto;
    height: 100%; }
    @media screen and (max-width: 767px) {
      #news .news_block .news_list {
        padding-right: 0; } }
  #news .news_block .news_item {
    padding-bottom: 15px;
    border-bottom: 1px dotted #626d6a; }
    @media screen and (max-width: 767px) {
      #news .news_block .news_item {
        padding-bottom: 3.33333vw; } }
    #news .news_block .news_item a {
      display: block;
      -webkit-transition: .3s ease-out;
      -o-transition: .3s ease-out;
      transition: .3s ease-out; }
      #news .news_block .news_item a:hover {
        opacity: .7; }
        #news .news_block .news_item a:hover .text {
          text-decoration: underline; }
  #news .news_block .news_item + .news_item {
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      #news .news_block .news_item + .news_item {
        margin-top: 4.66667vw; } }
  #news .news_block .news_item:last-child {
    border-bottom: none; }
  #news .news_block .date {
    font-size: 1.3rem;
    color: #626d6a;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #news .news_block .date {
        margin-bottom: 3.33333vw;
        font-size: 3.2vw;
        letter-spacing: 0.06em; } }
  #news .news_block .text {
    font-size: 1.4rem;
    line-height: 1.78571;
    color: #455c55;
    letter-spacing: 0.06em;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #news .news_block .text {
        font-size: 3.46667vw;
        line-height: 1.53846; } }

#news .tw_block {
  width: 530px; }
  @media screen and (max-width: 767px) {
    #news .tw_block {
      width: 100%;
      margin-top: 18.53333vw; } }
  #news .tw_block h2 {
    text-align: center; }
    @media screen and (max-width: 767px) {
      #news .tw_block h2 {
        width: 32.53333vw;
        margin: 0 auto; } }
  #news .tw_block .block_main {
    padding: 15px;
    background-color: rgba(176, 165, 165, 0.59);
    -webkit-box-shadow: 5px 5px 19px -11px #1e2a29;
    box-shadow: 5px 5px 19px -11px #1e2a29;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #news .tw_block .block_main {
        padding: 4vw; } }
  #news .tw_block .block_twitter {
    height: 290px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #news .tw_block .block_twitter {
        height: 68vw; } }
  #news .tw_block iframe {
    background: #fff; }
  #news .tw_block .btn_twitter {
    margin: 15px auto 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #news .tw_block .btn_twitter {
        width: 66.8vw;
        margin: 3.86667vw auto 0; } }
    #news .tw_block .btn_twitter a {
      position: relative;
      display: inline-block; }
      #news .tw_block .btn_twitter a span {
        -webkit-transition: .3s ease-out;
        -o-transition: .3s ease-out;
        transition: .3s ease-out;
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity; }
      #news .tw_block .btn_twitter a .on {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      #news .tw_block .btn_twitter a:hover .on {
        opacity: 1; }

/*=============================================
world
=============================================*/
@media screen and (max-width: 767px) {
  #world {
    margin-top: -12vw;
    padding-top: 12vw; } }

#world .world_head {
  height: 180px;
  background-image: url(/assets/images/top/bg_world01_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    #world .world_head {
      height: 40vw;
      background-image: url(/assets/images/top/bg_world01_sp.jpg); } }
  #world .world_head .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 1150px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #world .world_head .inner {
        width: 74.66667vw;
        margin: 0 auto;
        padding: 0; } }
  #world .world_head h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 75px; }
    @media screen and (max-width: 767px) {
      #world .world_head h2 {
        display: block;
        width: 100%;
        margin: 0 0 0 auto; } }
    @media screen and (max-width: 767px) {
      #world .world_head h2 .title {
        display: block;
        width: 53.33333vw;
        margin: 0 0 5.73333vw auto; } }
    #world .world_head h2 .text {
      display: block;
      font-size: 1.6rem;
      color: #6d5c46;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        #world .world_head h2 .text {
          text-align: right;
          padding-right: 11.33333vw;
          font-size: 3.73333vw;
          letter-spacing: 0.3em; } }
      #world .world_head h2 .text:before {
        content: "";
        display: inline-block;
        width: 46px;
        height: 1px;
        vertical-align: middle;
        margin: 0 23px 0 53px;
        background: #ded6cc; }
        @media screen and (max-width: 767px) {
          #world .world_head h2 .text:before {
            margin: 0 5.33333vw 0 53px;
            width: 10.8vw; } }

#world .world_main {
  background-image: url(/assets/images/top/bg_world02_pc.jpg);
  background-size: cover;
  background-position: center top; }
  @media screen and (min-width: 768px) {
    #world .world_main {
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    #world .world_main {
      background-image: url(/assets/images/top/bg_world02_sp.jpg); } }
  #world .world_main .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1150px;
    margin: 0 auto;
    padding: 173px 20px 95px;
    padding: 0 20px 95px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #world .world_main .inner {
        display: block;
        width: 92vw;
        margin: 0 auto;
        padding: 0 0 10.66667vw; } }
  #world .world_main .world_left {
    position: relative;
    padding-top: 95px;
    margin-top: 163px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #world .world_main .world_left {
        margin-top: 0;
        padding: 0;
        padding-top: 14.66667vw; } }
    @media screen and (max-width: 767px) {
      #world .world_main .world_left .cards {
        position: absolute;
        top: -5.33333vw;
        width: 34.66667vw;
        z-index: 0; } }
    #world .world_main .world_left .text {
      position: absolute;
      top: -108px;
      left: 166px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        #world .world_main .world_left .text {
          position: relative;
          top: 0;
          left: 8.66667vw;
          width: 71.86667vw;
          z-index: 1; } }
  #world .world_main .world_right {
    width: 768px;
    margin-top: -65px; }
    @media screen and (max-width: 767px) {
      #world .world_main .world_right {
        position: relative;
        width: 100%;
        margin: 0;
        z-index: 1; } }
  #world .world_main .world_text {
    margin-left: -185px; }
    @media screen and (max-width: 767px) {
      #world .world_main .world_text {
        width: 82.8vw;
        margin: 4vw 0 0 4.93333vw; } }
  #world .world_main .morebtn {
    margin-top: -80px; }
    @media screen and (max-width: 767px) {
      #world .world_main .morebtn {
        margin: 7.06667vw auto 0; } }
  #world .world_main .world_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 676px;
    margin-left: auto;
    margin-top: -10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #world .world_main .world_cards {
        width: 100%;
        margin-top: 10.66667vw; } }
    @media screen and (max-width: 767px) {
      #world .world_main .world_cards p {
        width: 25.6vw; } }
    #world .world_main .world_cards .cards_first {
      margin-top: 52px; }
      @media screen and (max-width: 767px) {
        #world .world_main .world_cards .cards_first {
          margin-top: 0; } }
    @media screen and (max-width: 767px) {
      #world .world_main .world_cards .cards_second {
        margin-top: 10vw; } }
    #world .world_main .world_cards .cards_third {
      margin-top: 97px; }
      @media screen and (max-width: 767px) {
        #world .world_main .world_cards .cards_third {
          margin-top: 4.66667vw; } }

/*=============================================
system
=============================================*/
@media screen and (max-width: 767px) {
  #system {
    margin-top: -12vw;
    padding-top: 12vw; } }

#system .system_head {
  height: 180px;
  background-image: url(/assets/images/top/bg_system01_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    #system .system_head {
      height: 40vw;
      background-image: url(/assets/images/top/bg_system01_sp.jpg); } }
  #system .system_head .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1150px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #system .system_head .inner {
        width: 74.66667vw;
        margin: 0 auto;
        padding: 0; } }
  #system .system_head h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 75px; }
    @media screen and (max-width: 767px) {
      #system .system_head h2 {
        display: block;
        width: 100%;
        margin: 0 0 0 auto; } }
    @media screen and (max-width: 767px) {
      #system .system_head h2 .title {
        display: block;
        width: 54vw;
        margin: 0 0 5.73333vw; } }
    #system .system_head h2 .text {
      display: block;
      font-size: 1.6rem;
      color: #688872;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        #system .system_head h2 .text {
          text-align: right;
          padding-right: 11.33333vw;
          font-size: 3.73333vw;
          letter-spacing: 0.3em; } }
      #system .system_head h2 .text:before {
        content: "";
        display: inline-block;
        width: 46px;
        height: 1px;
        vertical-align: middle;
        margin: 0 23px 0 53px;
        background: #fbfcfb; }
        @media screen and (max-width: 767px) {
          #system .system_head h2 .text:before {
            margin: 0 6.13333vw 0 6.8vw;
            width: 10.8vw; } }

#system .system_main .chara p {
  position: absolute; }
  @media screen and (max-width: 767px) {
    #system .system_main .chara p {
      top: 0; } }

#system .system_main .chara img {
  width: 100%; }

#system .system_main .chara .warrior {
  width: 55px;
  left: 6px;
  top: -28px; }
  @media screen and (max-width: 767px) {
    #system .system_main .chara .warrior {
      width: 10.26667vw;
      top: -2.8vw;
      left: 14.8vw; } }

#system .system_main .chara .gunner {
  width: 54px;
  left: 71px;
  top: -26px; }
  @media screen and (max-width: 767px) {
    #system .system_main .chara .gunner {
      width: 9.33333vw;
      top: -1.86667vw;
      left: 26.13333vw; } }

@media screen and (max-width: 767px) {
  #system .system_main .chara .mage {
    width: 15.6vw;
    top: -2.4vw;
    left: 37.33333vw; } }

#system .system_main .chara .gunner02 {
  width: 88px;
  top: -26px;
  left: 145px; }
  @media screen and (max-width: 767px) {
    #system .system_main .chara .gunner02 {
      width: 15.2vw;
      top: -3.06667vw;
      left: 70.13333vw; } }

#system .system_main .chara .goblin {
  width: 85px;
  bottom: -36px;
  right: 120px; }
  @media screen and (max-width: 767px) {
    #system .system_main .chara .goblin {
      width: 16vw;
      top: -4.66667vw;
      left: 51.73333vw;
      right: auto;
      bottom: auto; } }

#system .system_main .chara .mushroom {
  width: 59px;
  bottom: -30px;
  right: 40px; }

#system .system_main {
  position: relative;
  background-color: #fbfcfb;
  background-image: url(/assets/images/top/bg_system02_pc.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 89.06%;
  background-size: auto 100%; }
  @media screen and (min-width: 768px) {
    #system .system_main {
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    #system .system_main {
      background-image: url(/assets/images/top/bg_system02_sp.jpg);
      background-size: 100%; } }
  #system .system_main:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 89.06%;
    background-repeat: no-repeat;
    background-size: 89.06%;
    height: 100%;
    z-index: -1; }
  #system .system_main .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1150px;
    margin: 0 auto;
    padding: 90px 20px 165px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #system .system_main .inner {
        display: block;
        width: 92vw;
        width: 100%;
        margin: 0 auto;
        padding: 15.33333vw 0 10.4vw;
        padding: 0 0 10.4vw; } }
  #system .system_main .system_text {
    position: relative;
    z-index: 1; }
    #system .system_main .system_text:before {
      content: "";
      position: absolute;
      left: -262px;
      top: -238px;
      width: 875px;
      height: 730px;
      background-image: url(/assets/images/top/bg_txt_system_pc.png);
      z-index: -1; }
      @media screen and (max-width: 767px) {
        #system .system_main .system_text:before {
          content: none; } }
    @media screen and (max-width: 767px) {
      #system .system_main .system_text {
        width: 98.4vw;
        width: 100vw; } }
  #system .system_main .system_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      #system .system_main .system_left {
        margin-top: -16vw;
        padding: 0 8.66667vw 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    #system .system_main .system_left .first_block {
      position: relative;
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        #system .system_main .system_left .first_block {
          position: static;
          margin: 0; } }
    #system .system_main .system_left .second_block {
      position: relative;
      padding-top: 80px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #system .system_main .system_left .second_block {
          position: static;
          padding: 0; } }
    #system .system_main .system_left .cards_first {
      -webkit-box-shadow: 4px 4px 9px -6px #0e1514;
      box-shadow: 4px 4px 9px -6px #0e1514; }
      #system .system_main .system_left .cards_first img {
        vertical-align: bottom; }
      @media screen and (max-width: 767px) {
        #system .system_main .system_left .cards_first {
          width: 36.93333vw;
          margin: 0; } }
    #system .system_main .system_left .cards_second {
      -webkit-box-shadow: 4px 4px 9px -6px #0e1514;
      box-shadow: 4px 4px 9px -6px #0e1514; }
      #system .system_main .system_left .cards_second img {
        vertical-align: bottom; }
      @media screen and (max-width: 767px) {
        #system .system_main .system_left .cards_second {
          width: 36.93333vw;
          margin: 0; } }
  #system .system_main .system_right {
    margin-top: 110px; }
    @media screen and (max-width: 767px) {
      #system .system_main .system_right {
        margin: 0; } }
  #system .system_main .morebtn {
    margin-top: 35px; }
    @media screen and (max-width: 767px) {
      #system .system_main .morebtn {
        margin: 0vw auto 26.66667vw; } }

/*=============================================
cards
=============================================*/
#cards {
  background: #f0f5f0; }
  @media screen and (max-width: 767px) {
    #cards {
      margin-top: -12vw;
      padding-top: 12vw; } }

#cards .cards_head {
  height: 180px;
  background-image: url(/assets/images/top/bg_cards01_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    #cards .cards_head {
      height: 40vw;
      background-image: url(/assets/images/top/bg_cards01_sp.jpg); } }
  #cards .cards_head .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1150px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #cards .cards_head .inner {
        width: 100%;
        margin: 0 auto;
        padding: 0; } }
  #cards .cards_head h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 300px; }
    @media screen and (max-width: 767px) {
      #cards .cards_head h2 {
        display: block;
        width: 100%;
        margin: 0 0 0 26vw; } }
    @media screen and (max-width: 767px) {
      #cards .cards_head h2 .title {
        display: block;
        width: 47.06667vw;
        margin: 0 0 5.73333vw; } }
    #cards .cards_head h2 .text {
      display: block;
      font-size: 1.6rem;
      color: #688872;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        #cards .cards_head h2 .text {
          font-size: 3.73333vw;
          letter-spacing: 0.2em; } }
      #cards .cards_head h2 .text:before {
        content: "";
        display: inline-block;
        width: 46px;
        height: 1px;
        vertical-align: middle;
        margin: 0 23px 0 45px;
        background: #d3e4d7; }
        @media screen and (max-width: 767px) {
          #cards .cards_head h2 .text:before {
            margin: 0 5.33333vw 0 10vw;
            width: 10.8vw; } }

#cards .cards_main {
  position: relative;
  height: 393px; }
  @media screen and (max-width: 767px) {
    #cards .cards_main {
      height: auto; } }
  #cards .cards_main .inner {
    position: relative;
    width: 1150px;
    height: 100%;
    margin: 0 auto;
    padding: 58px 20px 165px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #cards .cards_main .inner {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 8.93333vw 0 16.4vw; } }
  #cards .cards_main .cards_night {
    position: absolute;
    top: -55px;
    right: 20px;
    -webkit-box-shadow: 4px 4px 9px -6px #0e1514;
    box-shadow: 4px 4px 9px -6px #0e1514;
    border-radius: 15px; }
    #cards .cards_main .cards_night img {
      vertical-align: bottom; }
    @media screen and (max-width: 767px) {
      #cards .cards_main .cards_night {
        position: static;
        width: 32.8vw;
        margin-left: auto;
        margin-right: 7.46667vw; } }
  #cards .cards_main .cards_text {
    margin-top: 23px; }
    @media screen and (max-width: 767px) {
      #cards .cards_main .cards_text {
        width: 79.33333vw;
        margin-top: 0;
        margin-left: 8.66667vw; } }
  #cards .cards_main .morebtn {
    margin-top: 44px; }
    @media screen and (max-width: 767px) {
      #cards .cards_main .morebtn {
        margin: 8.66667vw auto 0; } }
  @media screen and (max-width: 767px) {
    #cards .cards_main .cards_list {
      position: relative;
      margin-top: 10vw; } }
  #cards .cards_main .cards_btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 85px;
    height: 205px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #cards .cards_main .cards_btm {
        position: static;
        height: auto;
        padding: 0; } }
    #cards .cards_main .cards_btm li {
      position: absolute; }
    #cards .cards_main .cards_btm .cards_first {
      top: 92px;
      left: 40px; }
      @media screen and (max-width: 767px) {
        #cards .cards_main .cards_btm .cards_first {
          width: 45.2vw;
          top: 0;
          left: 9.33333vw; } }
    #cards .cards_main .cards_btm .cards_second {
      top: 4px;
      left: 255px; }
      @media screen and (max-width: 767px) {
        #cards .cards_main .cards_btm .cards_second {
          width: 45.33333vw;
          top: 29.86667vw;
          left: 11.33333vw;
          z-index: 1; } }
    #cards .cards_main .cards_btm .cards_third {
      top: 52px;
      right: 285px; }
      @media screen and (max-width: 767px) {
        #cards .cards_main .cards_btm .cards_third {
          width: 45.6vw;
          left: -16vw;
          top: 11.33333vw;
          right: auto; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(16, 28, 21, 0.8) !important;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
.modal .closebtn {
  background-color: #ffffff;
  width: 300px;
  height: 65px;
  margin: 50px auto 0;
  cursor: pointer;
  display: block; }
@media screen and (max-width: 767px) {
  .modal .closebtn {
    width: 62.66667vw;
    height: 11.73333vw;
    margin: 6.66667vw auto 0; } }
.modal .closebtn span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  padding: 25px 0;
  position: relative; }
@media screen and (max-width: 767px) {
  .modal .closebtn span {
    font-size: 3.46667vw;
    letter-spacing: 0.66667vw;
    padding: 4vw 0; } }
.modal .my-parts span:before,
.modal .my-parts span:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  width: 20px;
  height: 2px;
  background: #393939; }
@media screen and (max-width: 767px) {
  .modal .my-parts span:before,
  .modal .my-parts span:after {
    left: 6.66667vw;
    width: 3.667vw;
    height: 0.4vw; } }
.modal .my-parts span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.modal .my-parts span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.modal .modalbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 70px 95px 50px; }
@media screen and (max-width: 767px) {
  .modal .modalbox {
    border-radius: 1.06667vw;
    padding: 9.33333vw 5.33333vw 6.66667vw; } }
.modal .title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px; }
@media screen and (max-width: 767px) {
  .modal .title {
    font-size: 4.26667vw;
    letter-spacing: 0.66667vw; } }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
   * Scrollbar rail styles
   */
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
   * Scrollbar thumb styles
   */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

main {
  overflow: hidden; }
@media screen and (min-width: 768px) {
  main {
    min-width: 1150px; } }

article {
  width: 100%; }

.modal-enter-active {
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.modal-enter {
  opacity: 0; }

.modal-enter-to {
  opacity: 1; }

.modal-leave-active {
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s; }

.modal-leave {
  opacity: 1; }

.modal-leave-to {
  opacity: 0; }

.modal__close {
  position: absolute;
  top: 4px;
  right: 16px;
  color: #fff;
  cursor: pointer;
  font: bold 40px sans-serif;
  line-height: 1; }

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modal .modalbox {
  padding: 30px;
  border-radius: 0px; }
@media screen and (max-width: 767px) {
  .modal .modalbox {
    padding: 4vw;
    width: 82%; } }
.modal .modalbox .title {
  text-align: center;
  background-color: #022924;
  padding: 15px 0; }
@media screen and (max-width: 767px) {
  .modal .modalbox .title {
    padding: 3.33333vw 2vw; }
  .modal .modalbox .title img {
    width: 49.06667vw; } }
.modal .modalbox .scrollbox {
  width: 900px;
  height: 440px;
  padding-top: 30px; }
@media screen and (max-width: 767px) {
  .modal .modalbox .scrollbox {
    width: 100%;
    padding-top: 5.33333vw;
    height: 60vh; } }
.modal .modalbox .scrollbox ul {
  overflow-y: scroll;
  height: 440px; }
@media screen and (max-width: 767px) {
  .modal .modalbox .scrollbox ul {
    height: 58vh; } }
.modal .modalbox .scrollbox li:nth-of-type(1n+ 2) {
  margin-top: 35px; }
@media screen and (max-width: 767px) {
  .modal .modalbox .scrollbox li:nth-of-type(1n+ 2) {
    margin-top: 6vw; } }
.modal .modalbox .desc_title {
  font-weight: bold;
  font-size: 1.8rem;
  color: #022924; }
@media screen and (max-width: 767px) {
  .modal .modalbox .desc_title {
    font-size: 4vw; } }
.modal .modalbox .desc_text {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-top: 15px;
  color: #022924; }
@media screen and (max-width: 767px) {
  .modal .modalbox .desc_text {
    font-size: 3.46667vw;
    line-height: 5.6vw; } }

.modal .my-parts span:before, .modal .my-parts span:after {
  top: 20px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #FFF; }
@media screen and (max-width: 767px) {
  .modal .my-parts span:before, .modal .my-parts span:after {
    width: 9vw;
    height: 3px; } }

.modal .closebtn {
  background-color: transparent;
  width: 50px;
  position: absolute;
  top: -60px;
  right: -80px;
  margin: 0; }
@media screen and (max-width: 767px) {
  .modal .closebtn {
    top: -14vw;
    right: 0;
    width: 9vw; } }
@media screen and (max-width: 767px) {
  .modal .closebtn span {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .btn_official {
    width: 28.68318vw; } }

.btn_official a {
  position: relative;
  display: block; }

.btn_official span {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.btn_official .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

@media screen and (min-width: 767px) {
  .btn_official a:hover .on {
    opacity: 1; } }

@media screen and (max-width: 767px) {
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.btn_campaign {
  text-align: center;
  margin-top: 0; }
@media screen and (max-width: 767px) {
  .btn_campaign {
    margin-top: 0; } }
.btn_campaign a {
  position: relative;
  display: block;
  width: 320px;
  margin: auto; }
@media screen and (max-width: 767px) {
  .btn_campaign a {
    width: 66.8vw; } }
.btn_campaign span {
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
.btn_campaign .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
@media screen and (min-width: 767px) {
  .btn_campaign a:hover .on {
    opacity: 1; } }