@charset "UTF-8";
body {
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  background: #000;
  font-size: 18px; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.clearfix:before {
  　　　　content: "";
  display: block;
  clear: both; }

.clearfix {
  display: block; }

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 150; }
  @media (max-width: 768px) {
    header {
      position: static; } }

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 37px;
  background: url("../img/bg.jpg") no-repeat;
  background-position: 50% 0; }
  @media (max-width: 750px) {
    .wrapper {
      background: url("../img/bg_sp.jpg") no-repeat;
      background-size: 100%;
      margin-top: 0; } }

.header_area {
  position: fixed;
  top: 37px;
  left: 0;
  width: 100%;
  z-index: 500;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c2d2d4+0,c2d2d4+5,c2d2d4+50,c2d2d4+95,c2d2d4+100 */
  background: #c2d2d4;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(193, 210, 212, 0) 0%, rgba(193, 210, 212, 0.8) 5%, rgba(193, 210, 212, 0.9) 50%, rgba(193, 210, 212, 0.8) 95%, rgba(193, 210, 212, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(193, 210, 212, 0) 0%, rgba(193, 210, 212, 0.8) 5%, rgba(193, 210, 212, 0.9) 50%, rgba(193, 210, 212, 0.8) 95%, rgba(193, 210, 212, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(193, 210, 212, 0) 0%, rgba(193, 210, 212, 0.8) 5%, rgba(193, 210, 212, 0.9) 50%, rgba(193, 210, 212, 0.8) 95%, rgba(193, 210, 212, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2d2d4', endColorstr='#c2d2d4',GradientType=0 );
  /* IE6-9 */ }

.head_link {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto; }
  .head_link a {
    display: block;
    height: 20px; }
    .head_link a:hover:before {
      content: url(../img/current.png);
      position: absolute;
      top: -10px;
      left: -39px; }
      @media (max-width: 1250px) {
        .head_link a:hover:before {
          left: -34px;
          transform: scale(0.7);
          top: -13px; } }
  .head_link li {
    position: relative;
    display: block;
    margin: 0 20px; }
  @media (max-width: 1250px) {
    .head_link {
      max-width: 967px; }
      .head_link img {
        height: 15px;
        width: auto; } }
  @media (max-width: 900px) {
    .head_link img {
      height: 12px;
      width: auto; } }
  @media (max-width: 768px) {
    .head_link {
      display: none; } }

#nav li.on a {
  color: #ffd10b; }

#nav li {
  position: relative;
  /*
  &:nth-of-type(1){
  	width: 0;
  	height: 0;
  	overflow: hidden;
  	position: absolute;
  	top: 0;
  	left: 0;
  }
  */ }
  @media (min-width: 750px) {
    #nav li:hover a {
      color: #ffd10b; }
    #nav li:hover:before {
      content: url("../img/finger.png");
      position: absolute;
      top: -12px;
      left: -67px; } }

.on:before {
  content: url("../img/finger.png");
  position: absolute;
  top: -12px;
  left: -67px; }
  @media (max-width: 750px) {
    .on:before {
      content: url("../img/finger2.png");
      position: absolute;
      top: -5px;
      left: -31px; } }

.add:before {
  content: url("../img/finger.png");
  position: absolute;
  top: -12px;
  left: -67px; }
  @media (max-width: 750px) {
    .add:before {
      content: url("../img/finger2.png");
      position: absolute;
      top: -5px;
      left: -31px; } }

.add2:before {
  content: "" !important; }

.br_hid {
  display: none; }
  @media (max-width: 750px) {
    .br_hid {
      display: inline; } }

.menu_hide {
  width: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0 !important; }

.news_wrap::-webkit-scrollbar {
  width: 15px;
  padding: 5px;
  border-radius: 10px; }

.news_wrap::-webkit-scrollbar-thumb {
  background: #fff;
  border: 1px solid #1b256d;
  border-radius: 10px; }

.news_wrap::-webkit-scrollbar-track {
  background: #1b256d; }

.news_wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #1b256d;
  border: 1px solid #96aaaa;
  width: 20px; }

.link_top {
  position: fixed;
  bottom: 20px;
  right: 5px;
  display: none;
  z-index: 1000; }
  @media (max-width: 750px) {
    .link_top img {
      width: 50px;
      height: auto; } }

.sect2 {
  position: relative; }

.sect3 {
  position: relative;
  padding-top: 100px;
  margin-bottom: 50px; }
  @media (max-width: 750px) {
    .sect3 {
      padding-top: 30vw;
      margin-bottom: 25vw;
      margin-top: -25vw; } }

.sect4 {
  position: relative;
  padding-top: 100px;
  margin-bottom: 200px; }
  @media (max-width: 750px) {
    .sect4 {
      padding-top: 29vw;
      margin-top: -28vw;
      margin-bottom: 13vw; } }

.sect5 {
  position: relative;
  margin-bottom: 200px;
  padding-top: 80px; }
  @media (max-width: 750px) {
    .sect5 {
      padding-top: 30vw;
      margin-bottom: 12vw; } }

.sect6 {
  position: relative;
  margin-bottom: 200px;
  padding-top: 80px; }
  @media (max-width: 750px) {
    .sect6 {
      padding-top: 30vw;
      margin-bottom: 6vw; } }

.sect7 {
  position: relative;
  margin-bottom: 400px;
  padding-top: 80px; }
  @media (max-width: 750px) {
    .sect7 {
      padding-top: 30vw;
      margin-bottom: 72vw; } }

.rel {
  position: relative; }

.frame_top, .frame_btm {
  display: block;
  margin: 0 auto; }
  @media (max-width: 820px) {
    .frame_top, .frame_btm {
      width: calc(100% - 20px);
      height: auto; } }

.frame_mid {
  background: url("../img/frame_mid.png") repeat-y;
  background-size: 100%;
  padding: 0 40px;
  width: 720px;
  margin: 0 auto; }
  @media (max-width: 820px) {
    .frame_mid {
      width: calc(100% - 60px);
      padding: 0 20px; } }

.frame_mid2 {
  background: url("../img/frame_mid.png") repeat-y;
  background-size: 100%;
  padding: 0 40px;
  width: 720px;
  margin: 0 auto; }
  .frame_mid2 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  @media (max-width: 820px) {
    .frame_mid2 {
      width: calc(100% - 60px);
      padding: 0 20px; } }

.range {
  text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
  margin-top: 20px;
  padding-bottom: 5px; }
  @media (max-width: 750px) {
    .range {
      font-size: 16px;
      line-height: 1.3em; } }

.menu {
  position: fixed;
  top: 50px;
  left: calc(50% - 400px);
  z-index: 100;
  transition: .3s; }
  .menu ul {
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center; }
    .menu ul li {
      position: relative;
      list-style: none; }
      .menu ul li a {
        color: #fff;
        text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
        text-decoration: none;
        font-size: 24px; }
        @media (max-width: 750px) {
          .menu ul li a {
            font-size: 18px;
            text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; } }
  @media (max-width: 820px) {
    .menu {
      left: 0;
      width: 100%; } }
  @media (max-width: 750px) {
    .menu {
      left: 0;
      width: 100%;
      top: 15vw; }
      .menu ul {
        padding: 0; } }

.audio_wrap {
  position: absolute;
  top: 0;
  left: -105px; }
  .audio_wrap img {
    position: absolute;
    top: 0;
    left: 0; }
  @media (max-width: 1024px) {
    .audio_wrap {
      top: 103px;
      left: initial;
      right: 103px; } }
  @media (max-width: 820px) {
    .audio_wrap {
      top: 12vw;
      right: 70px; }
      .audio_wrap img {
        width: 50px;
        height: 50px; } }

.bgm_on {
  display: none; }

h1 {
  margin: 268px auto 100px auto;
  text-align: center; }
  @media (max-width: 820px) {
    h1 img {
      width: calc(100% - 40px); } }
  @media (max-width: 750px) {
    h1 {
      margin: 30vw auto 10vw auto; } }

h2 {
  text-align: center; }
  @media (max-width: 820px) {
    h2 img {
      width: 100%;
      height: auto; } }

.banner_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 10; }
  .banner_flex a {
    margin: 0 10px 0 0;
    position: relative;
    display: block; }
    @media (min-width: 750px) {
      .banner_flex a:hover img {
        opacity: 0.9; } }
    .banner_flex a img {
      transition: .3s;
      display: block; }
  @media (max-width: 1024px) {
    .banner_flex {
      width: 78%;
      margin: 0 auto 100px auto; } }
  @media (max-width: 750px) {
    .banner_flex {
      width: 100%;
      margin: 0 auto; }
      .banner_flex a {
        width: 100%;
        margin: 0 10px 20px 10px; }
        .banner_flex a img {
          width: 100%;
          height: auto; } }

.banner_flex2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center; }
  .banner_flex2 a {
    margin: 0 10px 20px 10px;
    transition: .3s;
    position: relative;
    display: block;
    background: #fff; }
    @media (min-width: 750px) {
      .banner_flex2 a:hover img {
        opacity: 0.8; } }
    .banner_flex2 a img {
      transition: .3s;
      display: block; }
  @media (max-width: 1024px) {
    .banner_flex2 {
      width: 78%;
      margin: 0 auto; } }
  @media (max-width: 750px) {
    .banner_flex2 {
      width: 100%;
      margin: 0 auto; }
      .banner_flex2 a {
        width: calc(50% - 30px);
        margin: 0 10px 20px 10px; }
        .banner_flex2 a img {
          width: 100%;
          height: auto; } }

.b_bk {
  background: #000;
  padding: 20px 0 0 0; }

.tit1 {
  color: #fff;
  text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
  text-decoration: none;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 10px;
  line-height: 1.5em; }
  .tit1 span {
    color: #3de6fd;
    font-size: 28px; }
  @media (max-width: 750px) {
    .tit1 {
      margin-bottom: 20px;
      font-size: 20px;
      text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; } }

.tit2 {
  color: #fff;
  text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
  text-decoration: none;
  font-size: 24px;
  text-align: left;
  margin-bottom: 40px;
  margin-left: 25px;
  padding-top: 10px; }
  .tit2 span {
    color: #3de6fd;
    font-size: 28px; }
    @media (max-width: 750px) {
      .tit2 span {
        font-size: 24px; } }
  @media (max-width: 750px) {
    .tit2 {
      margin: 0 0 25px 0;
      line-height: 1.5em;
      font-size: 20px;
      text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; } }

.tit3 {
  color: #fff;
  text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
  text-decoration: none;
  font-size: 24px;
  text-align: left;
  margin-bottom: 50px;
  margin-left: 56px;
  padding-top: 10px; }
  .tit3 span {
    color: #3de6fd;
    font-size: 24px; }
  @media (max-width: 750px) {
    .tit3 {
      margin: 0 0 25px 0;
      line-height: 1.5em;
      font-size: 20px;
      text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; } }

.tit4 {
  color: #fff;
  text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
  text-decoration: none;
  font-size: 24px;
  text-align: left;
  margin-bottom: 40px;
  margin-left: 25px;
  padding-top: 10px; }
  .tit4 span {
    color: #3de6fd;
    font-size: 28px; }
    @media (max-width: 750px) {
      .tit4 span {
        font-size: 24px; } }
  @media (max-width: 750px) {
    .tit4 {
      margin: 0 0 25px 0;
      line-height: 1.5em;
      font-size: 20px;
      text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; } }
  @media (max-width: 350px) {
    .tit4 {
      font-size: 5vw; }
      .tit4 span {
        font-size: 7vw; } }

.news_wrap {
  overflow-y: scroll;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500; }
  .news_wrap div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    line-height: 1.5em; }
    .news_wrap div p:nth-of-type(1) {
      width: 20%; }
      @media (max-width: 750px) {
        .news_wrap div p:nth-of-type(1) {
          width: 30%; } }
    .news_wrap div p:nth-of-type(2) {
      width: calc(80% - 20px);
      margin-left: 20px; }
      @media (max-width: 750px) {
        .news_wrap div p:nth-of-type(2) {
          width: calc(70% - 30px); } }
    .news_wrap div a {
      color: #fff;
      text-decoration: none;
      display: block;
      width: calc(80% - 20px);
      margin-left: 20px; }
      @media (min-width: 750px) {
        .news_wrap div a:hover {
          text-decoration: underline; } }
      @media (max-width: 750px) {
        .news_wrap div a {
          width: calc(70% - 30px); } }
  @media (max-width: 750px) {
    .news_wrap {
      font-size: 14px; } }

.game_choice {
  margin-left: 100px;
  padding: 5px 0; }
  .game_choice p {
    text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
    text-align: left;
    position: relative;
    width: max-content; }
    @media (max-width: 750px) {
      .game_choice p {
        font-size: 18px;
        text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; } }
    .game_choice p a {
      color: #fff;
      text-decoration: none;
      margin-bottom: 20px;
      display: inline-block; }
    .game_choice p:last-of-type a {
      margin-bottom: 0; }
    @media (min-width: 750px) {
      .game_choice p:hover:before {
        content: url("../img/finger.png");
        position: absolute;
        top: -12px;
        left: -67px; } }
  .game_choice div {
    text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
    text-decoration: none;
    font-size: 24px;
    text-align: left;
    position: relative;
    width: max-content;
    color: #909b9b;
    font-family: sans-serif; }
    .game_choice div:first-of-type {
      margin: 20px 0 0 0; }
    @media (max-width: 750px) {
      .game_choice div {
        font-size: 18px;
        text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; } }
  .game_choice .on a {
    color: #ffd10b; }
  .game_choice .add {
    color: #ffd10b; }
  .game_choice .add a {
    color: #ffd10b; }
  @media (max-width: 750px) {
    .game_choice {
      margin-left: 18px; } }

.game_select {
  margin-left: 100px; }
  .game_select p {
    text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    width: max-content; }
    @media (max-width: 750px) {
      .game_select p {
        font-size: 18px;
        text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; } }
    .game_select p a {
      color: #fff;
      text-decoration: none; }
    .game_select p:last-of-type {
      margin-bottom: 0;
      padding-bottom: 5px; }
    @media (min-width: 750px) {
      .game_select p:hover:before {
        content: url("../img/finger.png");
        position: absolute;
        top: -12px;
        left: -67px; } }
  .game_select .on a {
    color: #ffd10b; }
  .game_select .add a {
    color: #ffd10b; }
  @media (max-width: 750px) {
    .game_select {
      margin-left: 18px; } }

.not_on a {
  color: #fff !important; }
  .not_on a:before {
    content: "" !important; }

.dest1 {
  max-width: 713px;
  height: auto;
  display: block;
  margin: 0 auto; }

.dest_flex {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .dest_flex p {
    text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
    font-size: 14px;
    line-height: 1.7em;
    pading-bottom: 20px; }
    .dest_flex p span {
      color: #3de6fd;
      font-size: 16px; }
  .dest_flex div {
    margin: 0 30px 0 30px; }
  @media (max-width: 750px) {
    .dest_flex {
      display: block;
      padding: 0 0 20px 0; }
      .dest_flex div {
        margin: 0;
        padding-bottom: 20px; }
      .dest_flex p {
        text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; } }

.not {
  text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
  font-size: 24px;
  text-align: left;
  margin: 0 0 30px 30px; }
  @media (max-width: 750px) {
    .not {
      margin: 0 0 25px 0;
      font-size: 18px;
      text-shadow: 1px 1px 2px #000, -1px 1px 2px #000, 1px -1px 2px #000, -1px -1px 2px #000, 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000; } }

@media (max-width: 750px) {
  .img_pc {
    display: none !important; } }

.img_sp {
  display: none !important; }
  @media (max-width: 750px) {
    .img_sp {
      display: block !important; } }

@media (max-width: 820px) {
  .img_pc2 {
    display: none !important; } }

.img_sp2 {
  display: none !important; }
  @media (max-width: 820px) {
    .img_sp2 {
      display: block !important; } }

.dest2 {
  width: 100%;
  height: auto; }

.dest3 {
  width: 100%;
  height: auto; }

@media (max-width: 750px) {
  .big {
    width: 50%;
    height: auto; } }

.chara1 {
  text-align: center;
  margin-top: 20px; }
  @media (max-width: 750px) {
    .chara1 img {
      width: auto;
      height: 18vw; } }

.chara2 {
  text-align: center;
  margin-top: 20px; }
  @media (max-width: 750px) {
    .chara2 img {
      width: auto;
      height: 12vw; } }

.chara3 {
  text-align: center;
  margin-top: 20px; }
  @media (max-width: 750px) {
    .chara3 img {
      width: auto;
      height: 12vw; } }

.chara4 {
  text-align: center;
  margin-top: 20px; }
  @media (max-width: 750px) {
    .chara4 img {
      width: auto;
      height: 12vw; } }

.chara_wrap {
  width: 1920px;
  position: relative;
  position: absolute;
  top: 0;
  left: calc(50% - 960px); }
  @media (max-width: 750px) {
    .chara_wrap {
      display: none; } }

.chara_wrap2 {
  width: 1920px;
  position: relative;
  position: absolute;
  bottom: 370px;
  left: calc(50% - 960px); }
  @media (max-width: 750px) {
    .chara_wrap2 {
      display: none; } }

.chara5 {
  position: absolute;
  top: 10px;
  left: 142px; }

.chara6 {
  position: absolute;
  top: 39px;
  right: 264px; }

.chara7 {
  position: absolute;
  top: 239px;
  left: 465px; }

.chara8 {
  position: absolute;
  top: 316px;
  right: 135px; }

.chara9 {
  position: absolute;
  top: 696px;
  left: 145px; }

.chara10 {
  position: absolute;
  top: 770px;
  right: 131px; }

.chara11 {
  position: absolute;
  bottom: 351px;
  left: 263px; }

.chara12 {
  position: absolute;
  bottom: 351px;
  right: 295px; }

.chara13 {
  position: absolute;
  top: 87px;
  left: 155px; }

.chara14 {
  position: absolute;
  top: 284px;
  right: 170px; }

.chara15 {
  position: absolute;
  top: -10px;
  left: 239px; }

.chara16 {
  position: absolute;
  top: 165px;
  right: 246px; }

.chara17 {
  position: absolute;
  top: 139px;
  left: 173px; }

.chara18 {
  position: absolute;
  top: 307px;
  right: 169px; }

.chara19 {
  position: absolute;
  top: 799px;
  left: 165px; }

.chara20 {
  display: none;
  height: 13vw;
  width: auto;
  position: absolute;
  top: 46vw;
  left: 18vw; }
  @media (max-width: 750px) {
    .chara20 {
      display: block; } }

.chara21 {
  display: none;
  height: 13vw;
  width: auto;
  position: absolute;
  top: 26vw;
  right: 19vw; }
  @media (max-width: 750px) {
    .chara21 {
      display: block; } }

.chara22 {
  display: none;
  height: 13vw;
  width: auto;
  position: absolute;
  top: 19vw;
  left: 18vw; }
  @media (max-width: 750px) {
    .chara22 {
      display: block; } }

.chara23 {
  display: none;
  height: 13vw;
  width: auto;
  position: absolute;
  top: 12vw;
  right: 18vw; }
  @media (max-width: 750px) {
    .chara23 {
      display: block; } }

.chara24 {
  display: none;
  height: 13vw;
  width: auto;
  position: absolute;
  top: 8vw;
  left: 18vw; }
  @media (max-width: 750px) {
    .chara24 {
      display: block; } }

.chara25 {
  display: none;
  height: 13vw;
  width: auto;
  position: absolute;
  top: 28vw;
  right: 19vw; }
  @media (max-width: 750px) {
    .chara25 {
      display: block; } }

.sect8 {
  background: rgba(255, 255, 255, 0.7);
  padding: 100px 0;
  margin-bottom: 200px;
  width: 100%;
  max-width: 1664px;
  margin: 0 auto 200px auto;
  overflow: hidden; }
  .sect8 h3 {
    text-align: center;
    margin-bottom: 100px; }
    .sect8 h3 img {
      width: 100%;
      max-width: 922px;
      height: auto; }
  @media (max-width: 750px) {
    .sect8 {
      margin-bottom: 25vw;
      padding: 10vw 0; }
      .sect8 h3 {
        margin-bottom: 10vw; } }

@keyframes slider {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-50%, 0); } }
.slider {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 4900px;
  animation: slider 20s linear infinite;
  animation-name: slider;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards; }
  .slider li {
    width: 350px;
    list-style: none; }
    .slider li img {
      width: 100%;
      height: auto; }
  @media (max-width: 750px) {
    .slider {
      margin-bottom: 10vw;
      width: 3500px; }
      .slider li {
        width: 250px; } }
  @media (max-width: 450px) {
    .slider {
      width: 2800px; }
      .slider li {
        width: 200px; } }

.plat_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .plat_wrap div {
    margin: 0 5px; }
  @media (max-width: 1024px) {
    .plat_wrap div {
      width: calc(25% - 5px); }
      .plat_wrap div img {
        width: 100%;
        height: auto; } }
  @media (max-width: 750px) {
    .plat_wrap div {
      width: calc(50% - 20px);
      margin-bottom: 10px; } }

.btn_por {
  text-align: center; }
  @media (max-width: 750px) {
    .btn_por img {
      width: calc(100% - 40px);
      max-width: 518px;
      height: auto; } }
  .btn_por a {
    transition: .3s; }
    @media (min-width: 750px) {
      .btn_por a:hover {
        opacity: 0.8; } }

.info {
  position: absolute;
  top: -87px;
  right: 39px; }
  @media (max-width: 750px) {
    .info {
      width: 60px;
      height: auto;
      top: -50px;
      right: -2px; } }

.show1, .show2, .show3, .show4, .show5, .show6, .show7, .show8 {
  opacity: 0; }

@keyframes bounceIn {
  0%,
    20%,
    40%,
    60%,
    80%,
    to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scaleX(1); } }
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
  animation-fill-mode: forwards; }
