@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 900px) {
  html {
    min-width: inherit;
    min-width: auto;
  }
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #06042D;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

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

.pc-block {
  display: block;
}
@media screen and (max-width: 900px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 900px) {
  .sp-block {
    display: block;
  }
}

.header {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.header .hd-bg {
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url(../../../images/bullbear/high_low/mv_bg.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .header .hd-bg {
    background-image: url(../../../images/bullbear/high_low/mv_bg_sp.png);
  }
}
.header.active .hd-bg {
  -webkit-animation: zoomOut 0.5s ease 0.5s forwards;
  animation: zoomOut 0.5s ease 0.5s forwards;
}
.header.active .mv .logo {
  -webkit-animation: zoomOut 0.5s ease-out 0.5s 1 forwards;
  animation: zoomOut 0.5s ease-out 0.5s 1 forwards;
}
.header.active .mv .point-list {
  -webkit-animation: fadeUpAnime 1s ease 1s 1 forwards;
  animation: fadeUpAnime 1s ease 1s 1 forwards;
}
.header.active .mv .account-buttons .unit-btn-01 {
  -webkit-animation: fadeUpAnime 1s ease 1.5s 1 forwards;
  animation: fadeUpAnime 1s ease 1.5s 1 forwards;
}
.header:before {
  content: "";
  width: 293px;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .header:before {
    width: 250px;
    height: 366px;
  }
}
.header:after {
  content: "";
  width: 100%;
  height: 83px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 4, 45, 0)), to(rgb(6, 4, 45)));
  background: linear-gradient(to bottom, rgba(6, 4, 45, 0) 0%, rgb(6, 4, 45) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .header:after {
    height: 23px;
  }
}
.header .hd-wrapper {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: auto;
  padding: 20px 0 0;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .header .hd-wrapper {
    padding: 0;
    width: 100%;
    z-index: 10;
  }
}
.header .hd-wrapper .lang-box {
  width: 155px;
  height: 40px;
  padding: 5px 40px 5px 10px;
  border: 1px solid #fff;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 900px) {
  .header .hd-wrapper .lang-box {
    border: 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
    z-index: 10;
    width: 50px;
  }
}
.header .hd-wrapper .lang-box:hover {
  cursor: pointer;
}
.header .hd-wrapper .lang-box:after {
  content: "";
  width: 10px;
  height: 5px;
  background: url(../../../images/bullbear/high_low/arrow_icon.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .header .hd-wrapper .lang-box:after {
    display: none;
  }
}
.header .hd-wrapper .lang-box img {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 18px;
  font-size: 0;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .header .hd-wrapper .lang-box img {
    margin: 0 0;
    top: 0;
    z-index: 10;
    padding: 20px 0 0 0;
  }
}
.header .hd-wrapper .lang-box a {
  display: none;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 900px) {
  .header .hd-wrapper .lang-box a {
    position: absolute;
  }
}
.header .hd-wrapper .lang-box a.current {
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .header .hd-wrapper .lang-box a.current {
    display: none;
  }
}
.header .hd-wrapper .lang-box a.is-show {
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  color: #000;
  padding: 8px 10px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .header .hd-wrapper .lang-box a.is-show {
    text-align: center;
    width: 90px;
    right: 10px;
    left: auto;
    top: 50px;
    z-index: 5;
    padding: 5px;
  }
}
.header .mv {
  position: relative;
  max-width: 585px;
  height: 800px;
  width: 100%;
  margin: auto;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .header .mv {
    max-width: 359px;
    padding-bottom: 350px;
  }
  .header .mv .unit-btn-01 {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
}
.header .mv .logo {
  opacity: 0;
}
.header .mv .logo .txt {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.28rem;
}
@media screen and (max-width: 900px) {
  .header .mv .logo .txt {
    font-size: 1.6rem;
  }
}
.header .mv .logo img {
  width: 100%;
}
.header .mv .point-list {
  max-width: 293px;
  width: 100%;
  margin: auto;
  opacity: 0;
}
.header .mv .point-list li {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 0 0;
}
@media screen and (max-width: 900px) {
  .header .mv .point-list li {
    font-size: 1.6rem;
  }
}
.header .mv .point-list li:after {
  content: "";
  max-width: 214px;
  width: 100%;
  display: block;
  position: relative;
  height: 3px;
  border-width: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #0045FF), to(transparent));
  background-image: linear-gradient(90deg, transparent 0%, #0045FF 50%, transparent 100%);
  margin: 10px auto auto;
}
.header .mv .account-buttons .unit-btn-01 {
  opacity: 0;
}

.footer {
  padding: 0 0 20px;
  font-size: 1.1rem;
  color: #7D7D7D;
  line-height: 1.4rem;
}
.footer p {
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}
.footer img {
  width: 232px;
  margin-bottom: 20px;
}
.footer .copy-box {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer small {
  width: 100%;
  display: block;
  margin-top: 25px;
}
.footer .guidelink {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

.main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .main {
    overflow: hidden;
  }
}
.main .sec-binary {
  position: relative;
  padding: 150px 0 150px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .main .sec-binary {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.main .sec-binary:after {
  content: "";
  width: 100%;
  height: 150px;
  background: #06042D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .main .sec-binary:after {
    display: none;
  }
}
.main .sec-binary figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-95%, -48%);
  transform: translate(-95%, -48%);
  width: 70%;
  max-width: 800px;
  z-index: 2;
}
.main .sec-binary figure img {
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .main .sec-binary figure {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin: 20px auto auto;
    -webkit-transform: translateX(1.5%);
    transform: translateX(1.5%);
  }
}
.main .sec-binary .right-txt-box {
  max-width: 418px;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .main .sec-binary .right-txt-box {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
.main .sec-binary .right-txt-box .bull-bear {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .main .sec-binary .right-txt-box .bull-bear {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.main .sec-binary .right-txt-box .bull-bear:last-of-type {
  margin-bottom: 15px;
}
.main .sec-binary .right-txt-box .bull-bear dt {
  padding: 0 0 10px;
}
.main .sec-binary .right-txt-box .bull-bear dt:after {
  content: "";
  width: 20px;
  height: 2px;
  background: url(../../../images/bullbear/high_low/dot.png) no-repeat center center;
  background-size: 100% auto;
  display: inline-block;
  margin: auto 10px;
  position: relative;
  top: -7px;
}
.main .sec-binary .right-txt-box .bull-bear dd img {
  height: 34px;
  font-size: 0;
  display: inline-block;
  -webkit-filter: drop-shadow(0px 0px 7px #58FA7D) drop-shadow(0px 0px 1px #58FA7D);
  filter: drop-shadow(0px 0px 7px #58FA7D) drop-shadow(0px 0px 1px #58FA7D);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.main .sec-binary .right-txt-box .bull-bear.bear dd img {
  -webkit-filter: drop-shadow(0px 0px 7px #FA5896) drop-shadow(0px 0px 1px #FA5896);
  filter: drop-shadow(0px 0px 7px #FA5896) drop-shadow(0px 0px 1px #FA5896);
}
.main .sec-binary .right-txt-box .attention {
  font-size: 1.3rem;
}
.main .sec0 {
  position: relative;
  padding: 150px 0 50px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .main .sec0 {
    padding-bottom: 0;
    padding-top: 100px;
  }
  .main .sec0 .sub-title {
    margin-bottom: 30px;
  }
}
.main .sec0:before {
  content: "";
  width: 100%;
  height: 83px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 4, 45, 0)), to(rgb(6, 4, 45)));
  background: linear-gradient(to top, rgba(6, 4, 45, 0) 0%, rgb(6, 4, 45) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 2;
}
.main .sec0 figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-26%, -48%);
  transform: translate(-26%, -48%);
  width: 80%;
  max-width: 950px;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .main .sec0 figure {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin-top: -30vw;
  }
}
@media screen and (max-width: 900px) {
  .main .sec0 p {
    text-align: center;
  }
}
.main .sec0 p.attention {
  margin-top: 10px;
}
.main .sec0 .wrapper {
  position: relative;
  z-index: 2;
}
.main .sec1 {
  position: relative;
  padding: 200px 0 100px;
  margin-top: -50px;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .main .sec1 {
    margin: 50px auto 100px;
    padding: 0 0 40px;
    margin-top: -100px;
  }
}
.main .sec1:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../../images/bullbear/high_low/sec1_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .main .sec1:before {
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  .main .sec1:before {
    background-image: url(../../../images/bullbear/high_low/sec1_bg_sp.png);
  }
}
@media screen and (max-width: 900px) {
  .main .sec1:before {
    background-size: 100% 100%;
  }
}
.main .sec1 .wrapper {
  position: relative;
  z-index: 1;
}
.main .sec1 .sec1-list li {
  max-width: 470px;
  width: 48%;
  margin: 2% 0;
  border: 2px solid #00B1FF;
  background: rgba(6, 4, 45, 0.6);
  -webkit-box-shadow: rgb(0, 177, 255) 0px 0px 15px 0, rgb(0, 177, 255) 0px 0px 15px 0 inset;
  box-shadow: rgb(0, 177, 255) 0px 0px 15px 0, rgb(0, 177, 255) 0px 0px 15px 0 inset;
  padding: 40px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .main .sec1 .sec1-list li {
    width: 100%;
    margin: 10px auto;
    padding: 30px 0;
    text-align: center;
  }
  .main .sec1 .sec1-list li > .img {
    display: none;
  }
}
.main .sec1 .sec1-list li .img {
  width: 106px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .main .sec1 .sec1-list li .img {
    width: 77px;
  }
}
.main .sec1 .sec1-list li .img img {
  -webkit-filter: drop-shadow(0px 0px 5px rgb(0, 177, 255));
  filter: drop-shadow(0px 0px 5px rgb(0, 177, 255));
}
.main .sec1 .sec1-list li .txt-box {
  width: calc(100% - 140px);
  padding-left: 30px;
}
@media screen and (max-width: 900px) {
  .main .sec1 .sec1-list li .txt-box {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main .sec1 .sec1-list li .txt-box p {
    width: 100%;
    margin-top: 20px;
  }
}
.main .sec1 .sec1-list li .txt-box .title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 900px) {
  .main .sec1 .sec1-list li .txt-box .title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    width: 190px;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.main .sec1 .sec1-list li:nth-of-type(2) .img img {
  width: 99px;
}
@media screen and (max-width: 900px) {
  .main .sec1 .sec1-list li:nth-of-type(2) .img img {
    width: 70px;
  }
}
.main .sec1 .sec1-list li:nth-of-type(3) .img img {
  width: 84px;
}
@media screen and (max-width: 900px) {
  .main .sec1 .sec1-list li:nth-of-type(3) .img img {
    width: 60px;
  }
}
.main .sec1 .sec1-list li:nth-of-type(4) .img img {
  width: 102px;
}
@media screen and (max-width: 900px) {
  .main .sec1 .sec1-list li:nth-of-type(4) .img img {
    width: 72px;
  }
}
.main .sec2 {
  background: #06042D;
  position: relative;
  padding: 210px 0 230px;
}
@media screen and (max-width: 900px) {
  .main .sec2 {
    padding: 0;
    text-align: center;
  }
  .main .sec2 .txt-right {
    text-align: center;
  }
}
.main .sec2 .unit-title-01 {
  margin-left: auto;
  width: 19ch;
}
@media screen and (max-width: 900px) {
  .main .sec2 .unit-title-01 {
    width: 100%;
  }
}
.main .sec2 .bg {
  background: #06042D url(../../../images/bullbear/high_low/sec2_bg.png) no-repeat left top;
  background-size: 656px 729px;
  width: 1280px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .main .sec2 .bg {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .main .sec2 .bg {
    max-width: 110%;
    width: 110%;
    margin: auto -5%;
    top: 260px;
    background-image: url(../../../images/bullbear/high_low/sec2_bg_sp.png);
    background-size: 130% 500px;
    background-position: -90px 10px;
  }
}
.main .sec2 .bg:before {
  content: "";
  width: 710px;
  height: 764px;
  background: url(../../../images/bullbear/high_low/sec2_bg_icon1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -60px;
  mix-blend-mode: color-dodge;
  -webkit-animation: 20s linear infinite rotation1;
  animation: 20s linear infinite rotation1;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .main .sec2 .bg:before {
    left: auto;
    right: 46%;
  }
}
@media screen and (max-width: 900px) {
  .main .sec2 .bg:before {
    max-width: 110%;
    width: 530px;
    height: 600px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: contain;
  }
}
@media screen and (max-width: 430px) {
  .main .sec2 .bg:before {
    margin: auto -5%;
  }
}
.main .sec2 .bg:after {
  content: "";
  width: 681px;
  height: 763px;
  background: url(../../../images/bullbear/high_low/sec2_bg_icon2.png) no-repeat right center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 900px) {
  .main .sec2 .bg:after {
    display: none;
  }
}
.main .sec2 .wrapper {
  position: relative;
  z-index: 1;
}
.main .sec2 .wrapper .screen {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .screen {
    margin-top: 0;
    text-align: center;
    height: 500px;
  }
}
@media screen and (max-width: 331px) {
  .main .sec2 .wrapper .screen {
    height: 480px;
  }
}
.main .sec2 .wrapper .screen .icon {
  width: 304px;
  position: absolute;
  left: -15px;
  top: -280px;
  -webkit-animation: 3s fuwa infinite;
  animation: 3s fuwa infinite;
}
@media screen and (max-width: 900px) {
  .main .sec2 .wrapper .screen .icon {
    position: relative;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 272px;
  }
}
.main .sec3 {
  position: relative;
  padding: 0 0 100px;
  background: url(../../../images/bullbear/high_low/sec3_bg.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .main .sec3 {
    padding-top: 0;
    background-image: url(../../../images/bullbear/high_low/sec3_bg_sp.png);
  }
}
.main .sec3:after {
  content: "";
  width: 100%;
  height: 53px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 4, 45, 0)), to(rgb(6, 4, 45)));
  background: linear-gradient(to bottom, rgba(6, 4, 45, 0) 0%, rgb(6, 4, 45) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main .sec3 .sec3-list {
  margin: 40px auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 900px) {
  .main .sec3 .sec3-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.main .sec3 .sec3-list li {
  max-width: 220px;
  width: 24.5%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .main .sec3 .sec3-list li {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .main .sec3 .sec3-list li:nth-of-type(2) {
    margin: 90px auto;
  }
}
.main .sec3 .sec3-list li:nth-of-type(2):before, .main .sec3 .sec3-list li:nth-of-type(2):after {
  content: "";
  width: 80px;
  height: 60px;
  position: absolute;
  top: 55.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../../images/bullbear/high_low/list_icon.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-animation: 3s fuwaX infinite;
  animation: 3s fuwaX infinite;
}
@media screen and (max-width: 900px) {
  .main .sec3 .sec3-list li:nth-of-type(2):before, .main .sec3 .sec3-list li:nth-of-type(2):after {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: 3s fuwaXsp infinite;
    animation: 3s fuwaXsp infinite;
  }
}
.main .sec3 .sec3-list li:nth-of-type(2):before {
  left: -43px;
}
@media screen and (max-width: 900px) {
  .main .sec3 .sec3-list li:nth-of-type(2):before {
    top: -75px;
  }
}
.main .sec3 .sec3-list li:nth-of-type(2):after {
  right: -43px;
}
@media screen and (max-width: 900px) {
  .main .sec3 .sec3-list li:nth-of-type(2):after {
    bottom: -150px;
  }
}
@media screen and (max-width: 900px) {
  .main .sec3 .sec3-list li:nth-of-type(4) {
    margin: 90px auto;
  }
}
.main .sec3 .sec3-list li:nth-of-type(4):before {
  content: "";
  width: 80px;
  height: 60px;
  position: absolute;
  top: 55.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../../../images/bullbear/high_low/list_icon.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-animation: 3s fuwaX infinite;
  animation: 3s fuwaX infinite;
}
@media screen and (max-width: 900px) {
  .main .sec3 .sec3-list li:nth-of-type(4):before {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: 3s fuwaXsp infinite;
    animation: 3s fuwaXsp infinite;
  }
}
.main .sec3 .sec3-list li:nth-of-type(4):before {
  left: -43px;
}
@media screen and (max-width: 900px) {
  .main .sec3 .sec3-list li:nth-of-type(4):before {
    top: -75px;
  }
}
.main .sec3 .sec3-list li .title {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
.main .sec3 .sec3-list li .title span {
  font-size: 0.7em;
}
@media screen and (max-width: 900px) {
  .main .sec3 .sec3-list li .title {
    font-size: 2rem;
  }
}
.main .sec3 .sec3-list li .title:after {
  content: "";
  max-width: 214px;
  width: 100%;
  display: block;
  position: relative;
  height: 3px;
  border-width: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #fff), to(transparent));
  background-image: linear-gradient(90deg, transparent 0%, #fff 50%, transparent 100%);
  margin: 10px auto 15px;
}
.main .sec4 {
  position: relative;
  padding: 50px 0 50px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .main .sec4 {
    padding-bottom: 150px;
  }
}
.main .sec4:before, .main .sec4:after {
  content: "";
  width: 746px;
  height: 239px;
  background: url(../../../images/bullbear/high_low/sec4_bg.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
}
.main .sec4:before {
  right: -60px;
  top: 70px;
}
@media screen and (max-width: 900px) {
  .main .sec4:before {
    right: -480px;
  }
}
.main .sec4:after {
  left: -320px;
  bottom: 50px;
}
@media screen and (max-width: 900px) {
  .main .sec4:after {
    left: -480px;
  }
}
.main .sec4 .wrapper {
  position: relative;
  z-index: 1;
}
.main .sec4 .wrapper .scroll-box {
  border: 1px solid #59A3C4;
  background: #1C1A3E;
  width: 100%;
  height: 700px;
  overflow: auto;
  padding: 20px;
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .scroll-box {
    height: 523px;
  }
}
.main .sec4 .wrapper .scroll-box::-webkit-scrollbar {
  width: 16px;
}
.main .sec4 .wrapper .scroll-box::-webkit-scrollbar-thumb {
  background: #59A3C4;
  border-radius: 0;
  border: 6px solid transparent;
  background-clip: padding-box;
}
.main .sec4 .wrapper .scroll-box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 4px;
  margin-bottom: 4px;
}
.main .sec4 .wrapper .scroll-box .sec4-list {
  border-bottom: 1px solid #274755;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .scroll-box .sec4-list {
    border-bottom: 0;
  }
}
.main .sec4 .wrapper .scroll-box .sec4-list.sec {
  border-top: 1px solid #274755;
  margin-top: 15px;
}
.main .sec4 .wrapper .scroll-box .sec4-list dt, .main .sec4 .wrapper .scroll-box .sec4-list dd {
  padding: 30px 0;
  border-top: 1px solid #274755;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .scroll-box .sec4-list dt, .main .sec4 .wrapper .scroll-box .sec4-list dd {
    font-size: 1.4rem;
  }
}
.main .sec4 .wrapper .scroll-box .sec4-list dt:nth-of-type(1), .main .sec4 .wrapper .scroll-box .sec4-list dd:nth-of-type(1) {
  border-top: 0;
}
.main .sec4 .wrapper .scroll-box .sec4-list dt {
  width: 212px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .scroll-box .sec4-list dt {
    width: 100%;
    border-top: 0;
    padding-bottom: 0;
  }
}
.main .sec4 .wrapper .scroll-box .sec4-list dd {
  width: calc(100% - 212px);
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .scroll-box .sec4-list dd {
    width: 100%;
    border-top: 0;
    padding-top: 10px;
    border-bottom: 1px solid #274755;
  }
}
.main .sec4 .wrapper .scroll-box .sec4-list.jp dt {
  width: 190px;
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .scroll-box .sec4-list.jp dt {
    width: 100%;
  }
}
.main .sec4 .wrapper .scroll-box .sec4-list.jp dd {
  width: calc(100% - 190px);
}
@media screen and (max-width: 900px) {
  .main .sec4 .wrapper .scroll-box .sec4-list.jp dd {
    width: 100%;
  }
}
.main .sec4 .wrapper .scroll-box .attention {
  margin-top: 20px;
}
.main .sec4 .wrapper .scroll-box .attention a {
  font-weight: 700;
}
.main .sec5 {
  background: url(../../../images/bullbear/high_low/bot_bk.png) no-repeat center top;
  background-size: 1580px;
  padding: 150px 0;
}
@media screen and (max-width: 900px) {
  .main .sec5 {
    padding-top: 0;
    background: url(../../../images/bullbear/high_low/bot_bk_sp.png) no-repeat center top;
    background-size: 100%;
  }
  .main .sec5 .wrapper {
    width: 100%;
    max-width: 562px;
  }
}
.main .sec5 .waku {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
}
.main .sec5 .waku h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 28px;
  width: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .main .sec5 .waku h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .main .sec5 .waku h2 {
    font-size: 22px;
  }
}
.main .sec5 .waku h2 span {
  font-size: 0.785em;
}
.main .sec5 .waku h2 span.emm {
  font-size: 0.892em;
}

.wrapper {
  width: 960px;
  max-width: 90%;
  margin: auto;
}

.unit-title-01 {
  color: #58C8FA;
  text-shadow: 0px 0px 10px #0076FF, 0px 0px 10px #0076FF;
  font-size: 5.5rem;
  font-family: "video", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .unit-title-01 {
    font-size: 3.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 414px) {
  .unit-title-01 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 360px) {
  .unit-title-01 {
    font-size: 2.8rem;
  }
}

.sub-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 900px) {
  .sub-title {
    font-size: 2.2rem;
    text-align: center;
  }
}

.account-buttons {
  display: flex;
}

.unit-btn-01 {
  width: 363px;
  height: auto;
  text-align: center;
  margin: auto;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 900px) {
  .account-buttons {
    flex-direction: column;
  }
  .unit-btn-01 {
    width: 239px;
  }
}
.unit-btn-01 img {
  -webkit-animation: 20s linear infinite rotation1;
  animation: 20s linear infinite rotation1;
}
.unit-btn-01 a {
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 49%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .unit-btn-01 a {
    top: 49%;
  }
}
.unit-btn-01 a .txt {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .unit-btn-01 a .txt {
    font-size: 2rem;
  }
}
.unit-btn-01 a:hover {
  opacity: 1;
}
.unit-btn-01:hover {
  -webkit-filter: drop-shadow(0px 0px 10px #c0fcff);
  filter: drop-shadow(0px 0px 10px #c0fcff);
}
.unit-btn-01:hover a {
  text-shadow: 0px 0px 10px #ffffff;
}

.unit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.unit-flex.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.unit-flex.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.unit-flex.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-mid {
  font-weight: 500;
}

.txt-bold {
  font-weight: 700;
}

.txt-box p {
  margin-bottom: 20px;
}
.txt-box p:last-of-type {
  margin-bottom: 0;
}

.iblock {
  display: inline-block;
}

.unit-list-01 li {
  position: relative;
  margin-top: 5px;
  padding-left: 1em;
}
.unit-list-01 li:before {
  content: "・";
  margin-left: -1em;
}
.unit-list-01 li:first-child {
  margin-top: 0;
}
.unit-list-01 li a {
  color: #0071BC;
  text-decoration: underline;
}

.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.typing {
  opacity: 0;
}
.typing span {
  position: relative;
}

.typing.is-show {
  opacity: 1;
}
.typing.is-show span {
  display: inline-block;
  width: 26ch;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 400;
  -webkit-animation: typing 0.2s steps(23);
  animation: typing 0.2s steps(23);
}
.typing.is-show span.ch11 {
  width: 10ch;
}
.typing.is-show span.ch18 {
  width: 17ch;
}
.typing.is-show span.ch19 {
  width: 19ch;
}
.typing.is-show span.ch16 {
  width: 16ch;
}

.blink {
  opacity: 0;
}

.blink.is-show {
  opacity: 1;
  -webkit-animation: blink 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s both;
  animation: blink 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s both;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fuwaX {
  0%, 100% {
    -webkit-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-5px);
    transform: translateY(-50%) translateX(-5px);
  }
}
@keyframes fuwaX {
  0%, 100% {
    -webkit-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
  }
  50% {
    -webkit-transform: translateY(-50%) translateX(-5px);
    transform: translateY(-50%) translateX(-5px);
  }
}
@-webkit-keyframes fuwaXsp {
  0%, 100% {
    -webkit-transform: translateY(5px) translateX(0) rotate(90deg);
    transform: translateY(5px) translateX(0) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(-5px) translateX(0) rotate(90deg);
    transform: translateY(-5px) translateX(0) rotate(90deg);
  }
}
@keyframes fuwaXsp {
  0%, 100% {
    -webkit-transform: translateY(5px) translateX(0) rotate(90deg);
    transform: translateY(5px) translateX(0) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(-5px) translateX(0) rotate(90deg);
    transform: translateY(-5px) translateX(0) rotate(90deg);
  }
}
@-webkit-keyframes blink {
  0%, 25%, 80% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  35%, 65%, 100% {
    opacity: 1;
  }
}
@keyframes blink {
  0%, 25%, 80% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  35%, 65%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes typing {
  from {
    width: 0;
  }
}
@keyframes typing {
  from {
    width: 0;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.en-body .header .mv .point-list li {
  font-size: 1.8rem;
}
.en-body .main .sec1 .sec1-list li .txt-box .title {
  letter-spacing: 0;
}
.en-body .main .sec3 .sec3-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.en-body .main .sec2 {
  padding: 290px 0 260px;
}
@media screen and (max-width: 900px) {
  .en-body .main .sec2 {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .en-body .main .sec2 .bg {
    top: 150px;
  }
}