@charset "UTF-8";
/*===*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font-size: inherit;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #c6d1cc;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/*===========================
  @use
===========================*/
/*===========================
  @use
===========================*/
/* General
------------------------------------*/
body {
  font-family:'Zen Kaku Gothic New','Hiragino Sans','Yu Gothic',sans-serif;
  line-height: 1;
  width: 100%;
  height: 100%;
  color: #c6d1cc;
  background:#fff;
  -webkit-text-size-adjust: 100%;
  overflow-X: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  vertical-align: bottom;
  text-decoration: none;
  color: #c6d1cc;
}
a:focus {
  text-decoration: none;
}
@media (hover) {
  a:hover {
    text-decoration: none;
  }
}
.ua-ie a:hover {
  text-decoration: none;
}

* {
  letter-spacing: 0.05em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 1200px) {
  .xlUp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .lgUp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mdUp {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .smUp {
    display: none;
  }
}

.xlUnder {
  display: none;
}
@media screen and (max-width: 1200px) {
  .xlUnder {
    display: block;
  }
}

.lgUnder {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lgUnder {
    display: block;
  }
}

.mdUnder {
  display: none;
}
@media screen and (max-width: 768px) {
  .mdUnder {
    display: block;
  }
}

.smUnder {
  display: none;
}
@media screen and (max-width: 576px) {
  .smUnder {
    display: block;
  }
}

.indent_word {
  display: inline-block;
  text-indent: inherit;
}
.indent_word::after {
  content: ".";
  display: inline-block;
  width: 0;
  color: transparent;
  pointer-events: none;
}

/*===========================
  @use
===========================*/
/*=========================*/
.header {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.headerLogo {
  /* width: 128px; */
  width: 10vw;
  height: auto;
  margin-left: 16px;
  /* margin-bottom: 16px; */
}
/* @media screen and (max-height: 768px) {
  .headerLogo {
    width: 250px;
  }
}
.training .headerLogo {
  width: 250px;
  margin-bottom: 10px;
}
@media screen and (max-height: 768px) {
  .training .headerLogo {
    width: 200px;
  }
} */

.footer {
  position: fixed;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
}

.currentMode__title, .currentMode__text {
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
  font-weight: normal;
  color: #49f63c;
}

.currentMode__title {
  font-size: 32px;
}
@media screen and (max-height: 768px) {
  .currentMode__title {
    font-size: 24px;
  }
}
.training .currentMode__title {
  font-size: 24px;
}
@media screen and (max-height: 768px) {
  .training .currentMode__title {
    font-size: 20px;
  }
}

.currentMode__text {
  font-size: 14px;
}

.pageWrap {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.rankChange {
  position: fixed;
  top: 5px;
  right: 5px;
  background: url(../img/common/rankChange_bg.png) no-repeat center center;
  background-size: contain;
  width: 170px;
  height: 170px;
}

.rankChange__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -52%);
      -ms-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
  width: 139px;
  height: 139px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.rankChange__arrow.rank1 {
  -webkit-transform: translate(-50%, -52%) rotate(-29deg);
      -ms-transform: translate(-50%, -52%) rotate(-29deg);
          transform: translate(-50%, -52%) rotate(-29deg);
}
.rankChange__arrow.rank2 {
  -webkit-transform: translate(-50%, -52%) rotate(-14deg);
      -ms-transform: translate(-50%, -52%) rotate(-14deg);
          transform: translate(-50%, -52%) rotate(-14deg);
}
.rankChange__arrow.rank3 {
  -webkit-transform: translate(-50%, -52%) rotate(0deg);
      -ms-transform: translate(-50%, -52%) rotate(0deg);
          transform: translate(-50%, -52%) rotate(0deg);
}
.rankChange__arrow.rank4 {
  -webkit-transform: translate(-50%, -52%) rotate(14deg);
      -ms-transform: translate(-50%, -52%) rotate(14deg);
          transform: translate(-50%, -52%) rotate(14deg);
}
.rankChange__arrow.rank5 {
  -webkit-transform: translate(-50%, -52%) rotate(27deg);
      -ms-transform: translate(-50%, -52%) rotate(27deg);
          transform: translate(-50%, -52%) rotate(27deg);
}
.rankChange__arrow.rank6 {
  -webkit-transform: translate(-50%, -52%) rotate(41deg);
      -ms-transform: translate(-50%, -52%) rotate(41deg);
          transform: translate(-50%, -52%) rotate(41deg);
}
.rankChange__arrow.rank7 {
  -webkit-transform: translate(-50%, -52%) rotate(55deg);
      -ms-transform: translate(-50%, -52%) rotate(55deg);
          transform: translate(-50%, -52%) rotate(55deg);
}
.rankChange__arrow.rank8 {
  -webkit-transform: translate(-50%, -52%) rotate(69deg);
      -ms-transform: translate(-50%, -52%) rotate(69deg);
          transform: translate(-50%, -52%) rotate(69deg);
}
.rankChange__arrow.rank9 {
  -webkit-transform: translate(-50%, -52%) rotate(83deg);
      -ms-transform: translate(-50%, -52%) rotate(83deg);
          transform: translate(-50%, -52%) rotate(83deg);
}
.rankChange__arrow.rank10 {
  -webkit-transform: translate(-50%, -52%) rotate(98deg);
      -ms-transform: translate(-50%, -52%) rotate(98deg);
          transform: translate(-50%, -52%) rotate(98deg);
}

.rankChange__text {
  text-align: center;
  font-size: 16px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rankChange__numbers {
  text-align: center;
  font-size: 36px;
  position: absolute;
  top: 63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rankChange__btn {
  background-color: rgba(33, 39, 37, 0.8);
  -webkit-box-shadow: inset 0 0 10px 4px rgba(70, 101, 88, 0.6);
          box-shadow: inset 0 0 10px 4px rgba(70, 101, 88, 0.6);
  border-radius: 50px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rankChange__btn button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 42px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.rankChange__btn button:focus {
  -webkit-box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
          box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
}
.rankChange__btn button:focus::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (hover) {
  .rankChange__btn button:hover {
    -webkit-box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
            box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
  }
  .rankChange__btn button:hover::after {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.rankChange__minusBtn {
  padding: 0 22px 0 32px;
  border-radius: 50px 0 0 50px;
}
.rankChange__minusBtn::before {
  content: "-";
  display: block;
  -webkit-transform: scale(1.5, 1) translateY(-2px);
      -ms-transform: scale(1.5, 1) translateY(-2px);
          transform: scale(1.5, 1) translateY(-2px);
}
.rankChange__minusBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 246, 60, 0.6)), to(rgba(60, 246, 174, 0.6)));
  background: -o-linear-gradient(left, rgba(73, 246, 60, 0.6) 0%, rgba(60, 246, 174, 0.6) 100%);
  background: linear-gradient(90deg, rgba(73, 246, 60, 0.6) 0%, rgba(60, 246, 174, 0.6) 100%);
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.rankChange__plusBtn {
  padding: 0 27px 0 19px;
  border-radius: 0 50px 50px 0;
}
.rankChange__plusBtn::before {
  content: "+";
  display: block;
  line-height: 1;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
.rankChange__plusBtn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 246, 60, 0.6)), to(rgba(60, 246, 174, 0.6)));
  background: -o-linear-gradient(left, rgba(73, 246, 60, 0.6) 0%, rgba(60, 246, 174, 0.6) 100%);
  background: linear-gradient(90deg, rgba(73, 246, 60, 0.6) 0%, rgba(60, 246, 174, 0.6) 100%);
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

.pager .button {
  font-size: 37px;
  line-height: 1;
  border-radius: 50px;
  position: fixed;
  padding: 14px 70px;
  min-width: 270px;
  text-align: center;
}
@media screen and (max-height: 768px) {
  .pager .button {
    padding: 10px 40px;
    min-width: 200px;
    font-size: 28px;
  }
}
.pager .button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #1d2522;
  border-radius: 50px;
  z-index: -1;
  opacity: 1;
}
.pager .button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(73, 246, 60)), to(rgb(60, 246, 174)));
  background: -o-linear-gradient(left, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  background: linear-gradient(90deg, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  border-radius: 50px;
  z-index: -2;
}
.pager .button .small {
  font-size: 14px;
  display: block;
}
.pager .button:focus {
  -webkit-box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
          box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
}
.pager .button:focus::before {
  opacity: 0.8;
}
@media (hover) {
  .pager .button:hover {
    -webkit-box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
            box-shadow: 0px 0px 21px rgba(73, 246, 60, 0.31);
  }
  .pager .button:hover::before {
    opacity: 0.8;
  }
}
.pager .back {
  bottom: 36px;
  left: 36px;
}
@media screen and (max-height: 768px) {
  .pager .back {
    bottom: 10px;
    left: 10px;
  }
}
.pager .start {
  bottom: 36px;
  right: 36px;
}
@media screen and (max-height: 768px) {
  .pager .start {
    bottom: 10px;
    right: 10px;
  }
}
.pager .stop {
  bottom: 36px;
  right: 36px;
}
@media screen and (max-height: 768px) {
  .pager .stop {
    bottom: 10px;
    right: 10px;
  }
}
.pager .next {
  bottom: 36px;
  right: 36px;
}
@media screen and (max-height: 768px) {
  .pager .next {
    bottom: 10px;
    right: 10px;
  }
}
.pager .register {
  bottom: 36px;
  right: 36px;
}
@media screen and (max-height: 768px) {
  .pager .register {
    bottom: 10px;
    right: 10px;
  }
}

.homeLink {
  display: inline-block;
  width: 132px;
  font-size: 13px;
  position: fixed;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  color: #49f63c;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-bottom: 20px;
}
.homeLink .text {
  padding-bottom: 3px;
}
.homeLink::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(73, 246, 60)), to(rgb(60, 246, 174)));
  background: -o-linear-gradient(left, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  background: linear-gradient(90deg, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  -webkit-box-shadow: 0px 0px 29px 0px rgba(73, 246, 60, 0.27);
          box-shadow: 0px 0px 29px 0px rgba(73, 246, 60, 0.27);
  border-radius: 3px;
}
.homeLink:focus {
  bottom: 0;
}
@media (hover) {
  .homeLink:hover {
    bottom: 0;
  }
}

.content {
  /* margin: 90px 0; */
  position: relative;
}

.selectNumber  { position:absolute; bottom:5%; left:50%; transform:translateX(-50%); display:flex; gap:.7vw; z-index:10; }
.number {
  width:5vw; height:5vw; border-radius:.9vw;
  border:none;
  font-size:2vw; font-weight:900; cursor:pointer;
  transition:all .12s; display:flex; align-items:center; justify-content:center;
  user-select:none;
  text-shadow:0 1px 2px rgba(0,0,0,.15);
}
.number:hover  { transform:translateY(-.2vw); }
.number:active { transform:translateY(.15vw); }
.training1 .number {
  background:linear-gradient(160deg,#ffe44d,#ffb347);
  box-shadow:0 .35vw 0 #d48c00, 0 .5vw 1vw rgba(255,160,0,.2);
  color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,.15);
}
.training1 .number:hover  { box-shadow:0 .55vw 0 #d48c00, 0 .8vw 1.5vw rgba(255,160,0,.3); }
.training1 .number:active { box-shadow:0 .1vw 0 #d48c00; }
.training3 .number {
  background:linear-gradient(160deg,#dfc8ec,#9070b8);
  box-shadow:0 .32vw 0 #503878;
  color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,.15);
}
.training3 .number:hover  { box-shadow:0 .5vw 0 #503878; }
.training3 .number:active { box-shadow:0 .1vw 0 #503878; }

/* .selectNumber.current1::after {
  left: 40px;
}
.selectNumber.current2::after {
  left: 105px;
}
.selectNumber.current3::after {
  left: 170px;
}
.selectNumber.current4::after {
  left: 235px;
}
.selectNumber.current5::after {
  left: 300px;
}
.selectNumber.current6::after {
  left: 365px;
}
.selectNumber.current7::after {
  left: 430px;
}
.selectNumber.current8::after {
  left: 495px;
}
.selectNumber.current9::after {
  left: 560px;
}
.selectNumber.current10::after {
  left: 625px;
} */

.textLink {
  text-decoration: underline;
}
.textLink:focus {
  color: #49f63c;
  text-decoration: underline;
}
@media (hover) {
  .textLink:hover {
    color: #49f63c;
    text-decoration: underline;
  }
}
.ua-ie .textLink:hover {
  color: #49f63c;
  text-decoration: underline;
}

.textLink.center {
  text-align: center;
  display: block;
}

.bracesBtn {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  background: rgb(73, 246, 60);
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.04)), to(rgba(73, 246, 60, 0.1)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  color: #49f63c;
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
  position: relative;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bracesBtn::before, .bracesBtn::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bracesBtn::before {
  border-left: 2px solid #49f63c;
  border-top: 2px solid #49f63c;
  top: -1px;
  left: -1px;
}
.bracesBtn::after {
  border-right: 2px solid #49f63c;
  border-bottom: 2px solid #49f63c;
  bottom: -1px;
  right: -1px;
}
.bracesBtn:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.2)), to(rgba(73, 246, 60, 0.3)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  color: #c6d1cc;
}
.bracesBtn:focus::before, .bracesBtn:focus::after {
  width: 17px;
  height: 17px;
}
@media (hover) {
  .bracesBtn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.2)), to(rgba(73, 246, 60, 0.3)));
    background: -o-linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
    background: linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
    color: #c6d1cc;
  }
  .bracesBtn:hover::before, .bracesBtn:hover::after {
    width: 17px;
    height: 17px;
  }
}
.ua-ie .bracesBtn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.2)), to(rgba(73, 246, 60, 0.3)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  color: #c6d1cc;
}
.ua-ie .bracesBtn:hover::before, .ua-ie .bracesBtn:hover::after {
  width: 17px;
  height: 17px;
}

.logLinkBtn__wrap {
  position: fixed;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logLinkBtn {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  border-radius: 50px;
  padding: 14px 30px;
  margin: 0 5px;
  text-align: center;
  position: relative;
}
.logLinkBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #1d2522;
  border-radius: 50px;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logLinkBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: -webkit-gradient(linear, left top, right top, from(rgb(73, 246, 60)), to(rgb(60, 246, 174)));
  background: -o-linear-gradient(left, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  background: linear-gradient(90deg, rgb(73, 246, 60) 0%, rgb(60, 246, 174) 100%);
  border-radius: 50px;
  z-index: -2;
}
.logLinkBtn .small {
  font-size: 14px;
  display: block;
}
.logLinkBtn:focus {
  -webkit-box-shadow: 0px 0px 10px rgba(73, 246, 60, 0.2);
          box-shadow: 0px 0px 10px rgba(73, 246, 60, 0.2);
}
.logLinkBtn:focus::before {
  opacity: 0.9;
}
@media (hover) {
  .logLinkBtn:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(73, 246, 60, 0.2);
            box-shadow: 0px 0px 10px rgba(73, 246, 60, 0.2);
  }
  .logLinkBtn:hover::before {
    opacity: 0.9;
  }
}

.pentagon {
  background: url(../img/menu/pentagon.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
.pentagon::after {
  content: "";
  display: block;
  width: 117%;
  height: 117%;
  background: url(../img/menu/hover.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pentagon:focus::after {
  opacity: 0.7;
}
@media (hover) {
  .pentagon:hover::after {
    opacity: 0.7;
  }
}
.ua-ie .pentagon:hover::after {
  opacity: 0.7;
}

.pageHeading {
  display: block;
  text-align: center;
  margin: 0 auto 50px;
}
@media screen and (max-height: 768px) {
  .pageHeading {
    margin-bottom: 30px;
  }
}
.pageHeading .ja {
  font-size: 6vw;
  /* font-size: 24px; */
  font-weight: 500;
  color: #1a1a1a;
}
.pageHeading .en {
  margin-top: 1.5vw;
  font-size: 1.7vw;
  /* font-size: 14px; */
  font-weight: 700;
  letter-spacing: .3em;
  color: #aaa;
}

.min-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 0 50px;
  position: relative;
}
.min-pager a:focus {
  color: #49f63c;
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
}
@media (hover) {
  .min-pager a:hover {
    color: #49f63c;
    text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
  }
}
.ua-ie .min-pager a:hover {
  color: #49f63c;
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
}

.min-pager .current {
  color: #49f63c;
}
.min-pager .prev {
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.min-pager .prev::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-left: 2px solid;
}
.min-pager .no {
  padding: 10px 15px;
  margin: 0 10px;
}
.min-pager .next {
  padding: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.min-pager .next::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.topLinkBtn__wrap {
  width: calc(100vw - 100px);
  max-width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}

.topLinkBtn {
  width: calc(33.3333333333% - 30px);
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  margin: 0 15px;
}
.topLinkBtn:nth-of-type(even) {
  position: relative;
  top: -100px;
}

.topLinkBtn__icon {
  margin: -20px auto 10px;
  width: 45%;
  max-height: 36%;
}
.topLinkBtn__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain", sans-serif;
}

.topLinkBtn__text {
  width: calc(100% - 50px);
  text-align: center;
  border-top: 1px solid #48584f;
  padding-top: 12px;
  color: #49f63c;
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
}
.topLinkBtn__text .en {
  font-size: clamp(18px, 2vw, 28px);
}

.topUnder {
  text-align: center;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.topRankingbtn {
  font-size: 14px;
  font-weight: bold;
  max-width: 270px;
  width: 100%;
  margin: auto;
  padding: 8px 22px;
}
.topRankingbtn .en {
  font-weight: normal;
  font-size: 27px;
}

.topText {
  margin-top: 30px;
}

.topLogout {
  width: 100px;
  height: 106px;
  margin-left: 30px;
}
.topLogout img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.profile-completion p {
  text-align: center;
  margin-bottom: 30px;
}
.profile-completion a {
  padding: 10px 35px;
  border: 1px solid;
}

.menuList {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8vw;
}

.menuItem {
  width:20vw;
  background:#fff;
  border-radius:1.8vw;
  box-shadow: 0 2px 0 #e0e0e0, 0 6px 24px rgba(0,0,0,.07);
  border: 2px solid #f0f0f0;
  text-decoration:none;
  /* display:flex; flex-direction:column; align-items:center; */
  padding:2.6vw 1.7vw 1.9vw;
  /* gap:1.2vh; */
  transition:transform .2s, box-shadow .2s;
  cursor:pointer;
}

.menuBtn {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center; */
          align-items: center;
}

.menuBtn__img {
  width: 9.5vw;
  height: 9.5vw;
}

.menuBtn__text {
  letter-spacing: 0;
}

.menuBtn__text.subTitle {
  margin-top: 1vh;
  padding: .5vh 1.1vw;
  font-size: 1.05vw;
  font-weight: 800;
  letter-spacing: .12em;
}
.menuBtn__text.subTitle.item1 {
  color: #f5a623;
}
.menuBtn__text.subTitle.item2 {
  color: #7ec8a0;
}
.menuBtn__text.subTitle.item3 {
  color: #a07ec8;
}
.menuBtn__text.subTitle.item4 {
  color: #e87a7a;
}

.menuBtn__text.label {
  margin-top: 1vh;
  font-size: .7vw;
  font-weight: 700;
  border-radius: 2vw;
  letter-spacing: .22em;
  color: #fff;
  padding: .6vh 1.1vw;
}
.menuBtn__text.label.item1 {
  background: #f5a623;
}
.menuBtn__text.label.item2 {
  background: #7ec8a0;
}
.menuBtn__text.label.item3 {
  background: #a07ec8;
}
.menuBtn__text.label.item4 {
  background: #e87a7a;
}

.menuBtn__text.title {
  margin-top: 1.6vh;
  margin-bottom: 1.6vh;
  font-size: 1.8vw;
  font-weight: 600;
  letter-spacing: .05em;
  color: #1a1a1a;
}

.menuBtn__text.desc {
  font-size: 1vw;
  color: #888;
  text-align: center;
  line-height: 1.9;
}
.menuBtn__text.desc rt {
  font-size: .6em;
  color: #aaa;
  font-weight:600;
  letter-spacing: .02em;
}

.menuRank {
  background: rgb(73, 246, 60);
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.04)), to(rgba(73, 246, 60, 0.1)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  border: 1px solid #49f63c;
  position: relative;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 20px;
}
.menuRank::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #49f63c;
  position: absolute;
  top: -32px;
  left: calc(50% + 1px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.menuRank button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 42px;
  line-height: 1;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.menuRank button:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.04)), to(rgba(73, 246, 60, 0.1)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
}
@media (hover) {
  .menuRank button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.04)), to(rgba(73, 246, 60, 0.1)));
    background: -o-linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
    background: linear-gradient(0, rgba(60, 246, 174, 0.04) 0%, rgba(73, 246, 60, 0.1) 100%);
  }
}

.menuRank__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0 10px;
}

.menuResult {
  margin: 20px 0 10px;
  border: 1px solid #49f63c;
  padding: 0 10px;
  color: #49f63c;
  position: relative;
}
.menuResult::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #49f63c;
  position: absolute;
  top: -21px;
  left: calc(50% + 1px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menuResult__item {
  padding: 5px 10px;
}
.menuResult__item:not(:first-child) {
  border-top: 1px solid #48584f;
}
.menuResult__item.arrow::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/menu/arrow.png) no-repeat center center;
  background-size: contain;
  vertical-align: -6px;
}
.menuResult__item.arrow::after {
  display: none;
}
.menuResult__item.arrow-cross::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 1.3em;
  height: 1.3em;
  background: url(../img/menu/arrow-cross.png) no-repeat center center;
  background-size: contain;
  vertical-align: -4px;
}
.menuResult__item.arrow-cross::after {
  display: none;
}
.menuResult__item.arrow-x::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/menu/arrow-x.png) no-repeat center center;
  background-size: contain;
  vertical-align: -2px;
}
.menuResult__item.arrow-x::after {
  display: none;
}

.menuTestDate {
  font-size: 14px;
  color: #49f63c;
  margin-bottom: 20px;
}

.ranking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rankingLeft {
  width: 470px;
  display: none;
}
.rankingLeft.active {
  display: block;
}

.rankingList {
  width: 470px;
}
.rankingList .number {
  width: 10%;
  text-align: center;
  min-width: 64px;
}
.rankingList .name {
  width: 80%;
  text-align: center;
}
.rankingList .point {
  width: 10%;
  text-align: center;
  min-width: 62px;
}

.rankingList__head {
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 246, 60, 0.5)), to(rgba(60, 246, 174, 0.5)));
  background: -o-linear-gradient(left, rgba(73, 246, 60, 0.5) 0%, rgba(60, 246, 174, 0.5) 100%);
  background: linear-gradient(90deg, rgba(73, 246, 60, 0.5) 0%, rgba(60, 246, 174, 0.5) 100%);
  margin-bottom: 14px;
  display: block;
}
.rankingList__head th {
  padding: 5px;
}

.rankingList__body {
  display: block;
}

.rankingList__item {
  background-color: #2a3531;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.rankingList__item td {
  display: block;
  padding: 5px;
}
.rankingList__item.current {
  background-color: #4e7163;
}

.rankingRight {
  width: 164px;
  margin-left: 60px;
}

.rankingBtn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.rankingBtn {
  width: 100%;
  padding: 10px;
}
.rankingBtn.active {
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(60, 246, 174, 0.2)), to(rgba(73, 246, 60, 0.3)));
  background: -o-linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  background: linear-gradient(0, rgba(60, 246, 174, 0.2) 0%, rgba(73, 246, 60, 0.3) 100%);
  color: #c6d1cc;
}
.rankingBtn.active::before, .rankingBtn.active::after {
  width: 17px;
  height: 17px;
}

.reach10__title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(73, 246, 60, 0.5)), to(rgba(60, 246, 174, 0.5)));
  background: -o-linear-gradient(left, rgba(73, 246, 60, 0.5) 0%, rgba(60, 246, 174, 0.5) 100%);
  background: linear-gradient(90deg, rgba(73, 246, 60, 0.5) 0%, rgba(60, 246, 174, 0.5) 100%);
  margin-bottom: 14px;
  padding: 5px;
  text-align: center;
}

.reach10__direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 17px;
}
.reach10__direction a {
  text-align: center;
  margin: 0 10px;
  color: #3f4643;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.reach10__direction a::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  display: block;
}
.reach10__direction a.current {
  color: #c6d1cc;
}
.reach10__direction a:focus {
  color: #909995;
}
@media (hover) {
  .reach10__direction a:hover {
    color: #909995;
  }
}
.ua-ie .reach10__direction a:hover {
  color: #909995;
}

.reach10__direction .right::before {
  content: "→";
  font-size: 1.25em;
  margin: 0 auto 3px;
}
.reach10__direction .left::before {
  content: "←";
  font-size: 1.25em;
  margin: 0 auto 3px;
}
.reach10__direction .up::before {
  content: "↑";
  font-size: 1.25em;
  margin: 0 auto 3px;
}
.reach10__direction .down::before {
  content: "↓";
  font-size: 1.25em;
  margin: 0 auto 3px;
}
.reach10__direction .arrow::before {
  display: none;
}
.reach10__direction .arrow-cross::before {
  display: none;
}
.reach10__direction .arrow-x::before {
  display: none;
}

.reach10__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px 30px;
}

.reach10__item {
  width: calc(50% - 6px);
  margin: 0 3px 6px;
  padding: 5px;
  text-align: center;
  background-color: #2a3531;
}
.reach10__item.current {
  background-color: #4e7163;
}

.practice-log {
  margin-bottom: 50px;
}

.practice-log__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.practice-log__item .data {
  width: 160px;
  margin-right: 1em;
}
.practice-log__item .name {
  width: 90px;
  margin-right: 1em;
}
.practice-log__item .rank {
  width: 70px;
  margin-right: 1em;
}
.practice-log__item .rate {
  width: 50px;
  text-align: end;
}

.result__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result__graph {
  width: 600px;
  height: 350px;
  margin: 0 20px;
  border: 1px solid;
}
.result__graph .charts-css .data {
  font-size: 0;
  position: relative;
}
.result__graph .charts-css .data::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #c6d1cc;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.result__graph .charts-css.line {
  --line-size: 2px;
}
.result__graph .charts-css .tra1-1 {
  --color-1: #c6d1cc;
}
.result__graph .charts-css .tra1-1 .data::after {
  background-color: #c6d1cc;
  border-radius: 50%;
}
.result__graph .charts-css .tra1-2 {
  --color-2: #c6d1cc;
}
.result__graph .charts-css .tra1-2 .data::after {
  background-color: #c6d1cc;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  top: 1px;
  left: -2px;
}
.result__graph .charts-css .tra1-3 {
  --color-3: #c6d1cc;
}
.result__graph .charts-css .tra1-3 .data::after {
  background-color: #c6d1cc;
}
.result__graph .charts-css .tra1-4 {
  --color-4: #c6d1cc;
}
.result__graph .charts-css .tra1-4 .data::after {
  background-color: #191f1d;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 5px;
  border-color: transparent transparent #c6d1cc transparent;
}
.result__graph .charts-css .tra2 {
  --color-5: #1f469f;
}
.result__graph .charts-css .tra2 .data::after {
  background-color: #1f469f;
  border-radius: 50%;
}
.result__graph .charts-css .tra3-1 {
  --color-6: #df0f40;
}
.result__graph .charts-css .tra3-1 .data::after {
  background-color: #df0f40;
  border-radius: 50%;
}
.result__graph .charts-css .tra3-2 {
  --color-7: #df0f40;
}
.result__graph .charts-css .tra3-2 .data::after {
  background-color: #df0f40;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  top: 1px;
  left: -2px;
}
.result__graph .charts-css .tra3-3 {
  --color-8: #df0f40;
}
.result__graph .charts-css .tra3-3 .data::after {
  background-color: #df0f40;
}
.result__graph .charts-css .tra4 {
  --color-9: #47ec3c;
}
.result__graph .charts-css .tra4 .data::after {
  background-color: #47ec3c;
  border-radius: 50%;
}

.result__input-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.result__input-data select {
  background-color: #2a3531;
  padding: 3px 10px;
  font-size: 0.8em;
}
.result__input-data .text {
  display: block;
  margin: 0 5px;
}

.result__input-check label {
  position: relative;
  margin-right: 1em;
  padding-left: 1.25em;
}
.result__input-check label::before {
  position: absolute;
  top: calc(((1.5 * 1em) - 1em) / 2);
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  border: 1px solid #ddd;
  background: #eee;
}
.result__input-check input:checked + label::after {
  position: absolute;
  top: calc(((1.5 * 1em) - 1em) / 2 + 2px);
  left: 2px;
  display: block;
  width: 10px;
  height: 5px;
  content: "";
  border-left: 3px solid #a66970;
  border-bottom: 3px solid #a66970;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow::after {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  vertical-align: -0.3em;
  background: url(../img/history/arrow.png) no-repeat center center;
  background-size: contain;
  margin-left: 3px;
}

.arrow-cross::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.2em;
  background: url(../img/history/arrow_cross.png) no-repeat center center;
  background-size: contain;
  margin-left: 3px;
}

.arrow-x::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.2em;
  background: url(../img/history/arrow_x.png) no-repeat center center;
  background-size: contain;
  margin-left: 3px;
}

.arrowInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -10px 0;
}
.arrowInput li {
  width: 70px;
  height: 70px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 2px solid #33483d;
  -webkit-box-shadow: inset 0 0 5px #415a50;
          box-shadow: inset 0 0 5px #415a50;
  border-radius: 5px;
}
.arrowInput li:focus {
  border: 2px solid #49f63c;
}
@media (hover) {
  .arrowInput li:hover {
    border: 2px solid #49f63c;
  }
}
.ua-ie .arrowInput li:hover {
  border: 2px solid #49f63c;
}

.arrowInput li::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  width: 30px;
  height: 30px;
  z-index: -1;
}
.arrowInput li.right::after {
  content: "→";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.arrowInput li.left::after {
  content: "→";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.arrowInput li.up::after {
  content: "→";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.arrowInput li.down::after {
  content: "→";
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.arrowInput li input {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.result {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 100px);
  max-width: 950px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* .resultGraph {
  width: 600px;
  height: 350px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #c6d1cc;
  position: relative;
}
.resultGraph table {
  height: 100%;
  width: 100%;
  --color-1: #49f63c;
}
.resultGraph table .success::after {
  content: "〇";
  font-size: 11px;
  line-height: 1;
  color: #49f63c;
}
.resultGraph table .failure::after {
  content: "×";
  font-size: 20px;
  line-height: 1;
  color: #49f63c;
}
.resultGraph::before {
  content: "ランク";
  display: block;
  position: absolute;
  top: 50%;
  left: -2em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.resultGraph::after {
  content: "回数";
  display: block;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
} */

.resultContent {
  display: flex;
  gap: 2.5vw;
  margin-top: .2vw;
  /* width: 300px;
  margin-left: 50px;
  padding: 30px 25px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 20px #415a50;
          box-shadow: inset 0 0 20px #415a50; */
}
.resultContent__item {
  /* padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
}
/* .resultContent__item:not(:last-of-type) {
  border-bottom: 1px solid #25302d;
} */
.resultContent__kinds {
  /* font-size: 14px;
  color: #7a8681; */
  margin-top: 1.0vh;
  font-size:.6vw; color:#bbb; letter-spacing:.1vw;
}
/* .resultContent__title {
  font-size: 22px;
  text-shadow: 0px 0px 8px rgba(73, 246, 60, 0.53);
  width: 100%;
} */
.resultContent__value {
  /* -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 22px; */
  font-size:1.8vw; font-weight:900;
}
.training1 .resultContent__value {
  color:#f5a623;
}
.training2 .resultContent__value {
  color:#7ec8a0;
}
.training3 .resultContent__value {
  color:#a07ec8;
}
.training4 .resultContent__value {
  color:#e87a7a;
}
/* .resultContent__comment {
  margin-top: 10px;
  font-size: 18px;
} */

.countdown {
  text-align: center;
}
/* .countdown p:not(:last-child) {
  margin-bottom: 50px;
} */
.countdown_Number {
  display: block;
  position: relative;
  height: 100vh;
}
.countdown_Number .no {
  position: absolute;
  top: 50%;
  left: 50%;
  /* -webkit-transform: translate(-50%, -50%); */
      /* -ms-transform: translate(-50%, -50%); */
          /* transform: translate(-50%, -50%); */
  /* font-size: 60px; */
  line-height: 1;
  font-size:10vw; font-weight:900;
  -webkit-animation: countPulse 1s ease-out infinite;
          animation: countPulse 1s ease-out infinite;
}
@keyframes countPulse {
  0%   { opacity: 0; transform: scale(1.4) translate(-28%, -42%); }
  30%  { opacity: 1; }
  100% { opacity: 1; transform: scale(1.0) translate(-50%, -50%); }
}
.training1 .countdown_Number .no {
  color: #f5a623;
  text-shadow: 0 4px 0 rgba(213,120,0,.3), 0 0 4vw rgba(245,166,35,.2);
}
.training2 .countdown_Number .no {
  color: #7ec8a0;
  text-shadow: 0 4px 0 rgba(126,200,160,.3), 0 0 4vw rgba(126,200,160,.2);
}
.training3 .countdown_Number .no {
  color: #a07ec8;
  text-shadow: 0 4px 0 rgba(160,126,200,.3), 0 0 4vw rgba(160,126,200,.2);
}
.training4 .countdown_Number .no {
  color: #f5a623;
  text-shadow: 0 4px 0 rgba(213,120,0,.3), 0 0 4vw rgba(245,166,35,.2);
}
.guidance {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #888;
  font-size: .8vw;
  letter-spacing: .2vw;
}
.menu.content {
  margin-top: -0.5vh;
}
.menu .guidance {
  display: block;
  position: relative;
  margin-top: 3.5vh;
  text-align: center;
  font-size: .95vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .04em;
}
.training2 .guidance {
}
.training3 .selectNumber .guidance {
  top: 1.5vw;
  bottom: auto;
  font-size: .9vw;
  font-weight: 700;
}
.training4 .guidance {
  position: static;
  transform: none;
  font-size: 1.2vmin;
  text-align: center;
  letter-spacing: .1vw;
  line-height: 1.9;
}
.training4 .guidance strong {
  color:#c05a5a;
}
/* .countdown_Number svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
} */
/* .countdown_Number circle {
  fill: transparent;
  stroke: #c6d1cc;
  stroke-width: 1;
  -webkit-animation: circle linear 1s infinite;
          animation: circle linear 1s infinite;
} */
/* @-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
} */

.operation {
  max-width: 900px;
  width: calc(100vw - 100px);
}

.operationWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.operationImg {
  width: 400px;
  height: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid;
  margin-right: 30px;
}

.operationContent__title {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 30px;
}

.operationContent__list li {
  font-size: 18px;
  padding-left: 1em;
  text-indent: -1em;
}
.operationContent__list li:not(:last-of-type) {
  margin-bottom: 10px;
}

/* .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
} */

.resultForm {
  margin-left: 45px;
}
.resultForm .bracesBtn {
  width: 100%;
  max-width: 165px;
  padding: 15px;
  margin: 30px 0 0 auto;
  display: block;
}

.resultForm__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.resultForm__date input {
  background-color: #2a3531;
  font-size: 18px;
}
.resultForm__date p {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}

.resultForm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resultForm__item .checkbox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.resultForm__item .checkbox label {
  position: relative;
  margin-right: 1em;
  padding-left: 1.25em;
}
.resultForm__item .checkbox label::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  border: 1px solid #c6d1cc;
}
.resultForm__item .checkbox input:checked + label::after {
  position: absolute;
  top: 7px;
  left: 4px;
  display: block;
  width: 7px;
  height: 4px;
  content: "";
  border-left: 2px solid #c6d1cc;
  border-bottom: 2px solid #c6d1cc;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.resultForm__item .graphstyle {
  width: 80px;
  height: 3px;
  position: relative;
}
.resultForm__item .graphstyle.training1-1 {
  background-color: #CCFF00;
}
.resultForm__item .graphstyle.training1-2 {
  background-color: #99FF33;
}
.resultForm__item .graphstyle.training1-3 {
  background-color: #33FF99;
}
.resultForm__item .graphstyle.training1-4 {
  background-color: #00FF33;
}
.resultForm__item .graphstyle.training2-1 {
  background-color: #00CCFF;
}
.resultForm__item .graphstyle.training3-1 {
  background-color: #9999FF;
}
.resultForm__item .graphstyle.training3-2 {
  background-color: #CC9966;
}
.resultForm__item .graphstyle.training3-3 {
  background-color: #FF66CC;
}
.resultForm__item .graphstyle.training4-1 {
  background-color: #9900FF;
}
.resultForm__item .newRank, .resultForm__item .maxRank {
  width: 60px;
  text-align: center;
  font-size: 16px;
}

.login .loginForm {
  max-width: 460px;
}

.login__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.login__title span {
  font-size: 0.8em;
}

.login__text {
  margin: 0 0 40px;
  text-align: center;
}

.loginForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100vw - 100px);
  max-width: 600px;
  margin: auto;
}

.loginForm__title {
  width: 40%;
  margin-bottom: 10px;
}

.loginForm__input {
  width: 60%;
  margin-bottom: 10px;
}
.loginForm__input input, .loginForm__input textarea {
  width: 100%;
}
.loginForm__input input {
  padding: 0 5px;
  border: 1px solid;
}
.loginForm__input textarea {
  padding: 5px;
  border: 1px solid;
}
.loginForm__input.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.loginForm__input .yubin1 {
  width: 50px;
  margin: 0 5px;
  text-align: center;
}
.loginForm__input .yubin2 {
  width: 60px;
  margin: 0 5px;
  text-align: center;
}
.loginForm__input .year, .loginForm__input .month, .loginForm__input .day {
  position: relative;
}
.loginForm__input .year::after, .loginForm__input .month::after, .loginForm__input .day::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  position: absolute;
  top: 46%;
  right: calc(1em + 12px);
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: -1;
}
.loginForm__input #form_year {
  width: 65px;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid;
}
.loginForm__input #form_month {
  margin: 0 5px;
  width: 60px;
  padding: 0 5px;
  border: 1px solid;
}
.loginForm__input #form_day {
  margin: 0 5px;
  width: 60px;
  padding: 0 5px;
  border: 1px solid;
}

.loginForm__check label {
  position: relative;
  margin-right: 1em;
  padding-left: 1.25em;
}
.loginForm__check label::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  border: 1px solid #c6d1cc;
}
.loginForm__check input:checked + label::after {
  position: absolute;
  top: 5px;
  left: 2px;
  display: block;
  width: 10px;
  height: 5px;
  content: "";
  border-left: 3px solid #c6d1cc;
  border-bottom: 3px solid #c6d1cc;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.loginForm__btn {
  display: block;
  width: 100px;
  margin: 30px auto;
  padding: 0 5px;
  border: 1px solid;
}

.errorText {
  font-size: 30px;
}

.training_result {
  text-align: center;
}
.training_result .content {
  position:absolute;
  left: 0; 
  right: 0;
  top: 50%;
  transform: translateY(-50%); 
}
.training_result .title {
  margin-bottom: 1.8vh;
  font-size: .85vw;
  font-weight: 700;
  letter-spacing: .4vw;
}
.training1.training_result .title {
  color: #f5a623;
}
.training2.training_result .title {
  color: #7ec8a0;
}
.training3.training_result .title {
  color: #a07ec8;
}
.training4.training_result .title {
  color: #e87a7a;
}
.training_result .level {
  margin-bottom: 2.6vh;
}
.training_result .level * {
  letter-spacing: unset;
}
.training_result .level .level_value {
  font-size: 6.5vw;
  font-weight:900;
  color:#1a1a1a;
  line-height:1;
}
.training_result .level .level_label {
  margin-top: 1.8vh;
  font-size:.8vw;
  color:#bbb;
  letter-spacing:.25vw;
  /* margin-top:-.4vw;  */
  /* font-size: .85vw;
  font-weight: 700;
  letter-spacing: .4vw;
  color: #f5a623; */
}
.training1 {
  /*
  width: 740px;
  height: 740px;
  background: url(../img/training1/bg.png) no-repeat center center;
  background-size: contain;
  margin: 0;
  */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.training1 .background1 {
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 50vh;
  transform: translateY(-50%); 
  border-radius: 50%;
  background: radial-gradient(ellipse at 42% 38%, #fffef5 0%, #fffbe6 35%, #fff3c0 70%, #ffe880 100%);
  box-shadow: 0 0 80px rgba(255,200,0,.18), 0 0 160px rgba(255,180,0,.1), inset 0 0 60px rgba(255,220,80,.15);
  overflow: hidden;
} 
.training1.training_result .background1 {
  border-radius: 0%;
  background: url('/img/game1/result/background-27.png') 68% 50%/85% auto no-repeat rgba(255,255,255,.96);
  box-shadow: none;
}
.training1 .background2 {
  position:absolute;
  left: 0; 
  right: 0;
  top: 50%;
  transform: translateY(-50%); 
  height:22%;
  overflow:hidden;
  background:linear-gradient(to bottom,
    rgba(255,230,100,.3) 0%,
    rgba(255,210,60,.55) 30%,
    rgba(255,200,40,.65) 50%,
    rgba(255,210,60,.55) 70%,
    rgba(255,230,100,.3) 100%);
}
.training1 .background2 .road_top,.road_bottom {
  position:absolute; left:0; right:0; height:3px;
  background:linear-gradient(to right, transparent, rgba(245,166,35,.7), transparent);
}
.training1 .background2 .road_top { top: 0; }
.training1 .background2 .road_bottom { bottom: 0; }
.training1 .road {
  width: 740px;
  height: 740px;
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.training1 canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training1.fullCorrect::after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  border: 30px solid #49f63c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.training1__input {
  position: absolute;
  top: 50.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.training1__input.row {
  width: 600px;
}
.training1__input.row-reverse {
  width: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.training1__input.column {
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 130px;
}
.training1__input.column .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.training1__input.column-reverse {
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  padding-bottom: 130px;
}
.training1__input.column-reverse .wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.training1__input .input {
  /* width: 50px;
  height: 50px;
  font-size: 27px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #415a50;
          box-shadow: inset 0 0 5px #415a50; */
  text-align: center;
  /* color: #49f63c; */
  width: 4.5vw;
  height: 4.5vw;
  border: .25vw solid rgba(245,166,35,.45);
  border-radius: .8vw;
  background: rgba(255,255,255,.85);
  /* display: flex;
  align-items: center;
  justify-content: center; */
  font-size: 2.5vw;
  font-weight: 900;
  color: #1a1a1a;
  /* transition: all .2s; */
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.training1__input .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.training1__input .incorrect {
  font-size: 24px;
  color: #f44;
  margin: 0 10px;
}

.training2 {
  /*
  width: 800px;
  height: 600px;
  background: url(../img/training2/bg.png) no-repeat center center;
  background-size: contain;
  margin: 0;
  */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.training2 .background1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 740px;
  height: 540px;
  display: grid;
  grid-template-columns: 362px 16px 362px;
  grid-template-rows: 262px 16px 262px;
} 
.training2.training_result .background1 {
  width: 100vw;
  height: 100vh;
  display: block;
  background:url('/img/game2/result/background-28.png') center/cover no-repeat rgba(255,255,255,.97);
}
.training2 .background2 {
  background:radial-gradient(ellipse at 42% 38%, #fffef5 0%, #fff8d0 40%, #ffe880 75%, #ffd060 100%);
  position:relative; overflow:hidden;
  --cr:4vmin;
  -webkit-mask:
    radial-gradient(circle at 0 0,   #0000 var(--cr),#fff 0)   0   0  /50.5% 50.5%,
    radial-gradient(circle at 100% 0, #0000 var(--cr),#fff 0) 100%  0  /50.5% 50.5%,
    radial-gradient(circle at 0 100%, #0000 var(--cr),#fff 0)   0 100%/50.5% 50.5%,
    radial-gradient(circle at 100% 100%,#0000 var(--cr),#fff 0) 100% 100%/50.5% 50.5%;
  -webkit-mask-repeat:no-repeat;
  mask:
    radial-gradient(circle at 0 0,   #0000 var(--cr),#fff 0)   0   0  /50.5% 50.5%,
    radial-gradient(circle at 100% 0, #0000 var(--cr),#fff 0) 100%  0  /50.5% 50.5%,
    radial-gradient(circle at 0 100%, #0000 var(--cr),#fff 0)   0 100%/50.5% 50.5%,
    radial-gradient(circle at 100% 100%,#0000 var(--cr),#fff 0) 100% 100%/50.5% 50.5%;
  mask-repeat:no-repeat;
}
.training2 .background2.tl { grid-column:1; grid-row:1; }
.training2 .background2.tr { grid-column:3; grid-row:1; }
.training2 .background2.bl { grid-column:1; grid-row:3; }
.training2 .background2.br { grid-column:3; grid-row:3; }
.training2 .background2 .background3 {
  position:absolute; inset:0;
  background-image:
    radial-gradient(circle,rgba(255,200,60,.6) 1px,transparent 1px),
    radial-gradient(circle,rgba(255,170,30,.4) 1.5px,transparent 1.5px),
    radial-gradient(circle,rgba(255,220,100,.35) 1px,transparent 1px);
  background-size:28px 28px,45px 45px,65px 65px;
  background-position:3px 3px,14px 9px,8px 22px;
  animation:sparkDrift 6s linear infinite;
  }
@keyframes sparkDrift {
  0%  { background-position:3px 3px,  14px  9px,  8px 22px; }
  100%{ background-position:31px 31px,59px 54px,73px 87px; }
}

.training2.fullCorrect::after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  border: 30px solid #49f63c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training2__item-list {
  /* position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  margin: 0 auto 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 800px;
  height: 600px;
}
.training2__item {
  position: absolute;
  font-size: 24px;
  font-weight: 900;
  color: #7ec8a0;
}
.training2__item::after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training2__item.circle {
  width: 20px;
  height: 20px;
  background-color: #7ec8a0;
  box-shadow:0 0 .8vmin rgba(0,0,0,.3);
  border-radius: 50%;
  font-size: 0;
}
.training2__item.circle.correct {
  background-color: #49f63c;
}
.training2__item.circle.offIncorrect {
  background-color: #f44;
}
.training2__item.circle.onIncorrect {
  background-color: #ffbd35;
}
.training2__item.square {
  width: 20px;
  height: 20px;
  background-color: #7ec8a0;
  box-shadow:0 0 .8vmin rgba(0,0,0,.3);
  font-size: 0;
}
.training2__item.square.offIncorrect {
  background-color: #f44;
}
.training2__item.square.onIncorrect {
  background-color: #ffbd35;
}
.training2__item:nth-of-type(1) {
  bottom: 18px;
  left: 19px;
}
.training2__item:nth-of-type(2) {
  bottom: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.training2__item:nth-of-type(3) {
  bottom: 18px;
  right: 14px;
}
.training2__item:nth-of-type(4) {
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.training2__item:nth-of-type(5) {
  top: 50%;
  left: 49.9%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training2__item:nth-of-type(6) {
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.training2__item:nth-of-type(7) {
  top: 18px;
  left: 19px;
}
.training2__item:nth-of-type(8) {
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.training2__item:nth-of-type(9) {
  top: 18px;
  right: 14px;
}

.training3 {
  /*
  width: 870px;
  height: 560px;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  background: url(../img/training3/bg.png) no-repeat center center;
  background-size: contain;
  margin: 0;
  */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.training3 .background1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1044px; /* 870*1.2 */
  height: 672px; /* 560*1.2 */
  border-radius: 50%;
  background: #7858a0;
}
.training3 .background1::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: inherit;
  filter: blur(8px);
  z-index: -1;
  opacity: 0.2;
}
.training3.training_result .background1 {
  width: 100vw;
  height: 100vh;
  display: block;
  border-radius: 0%;
  background:url('/img/game3/result/background-29.png') center/cover no-repeat rgba(255,255,255,.97);
}
.training3.training_result .background1::before {
    content: none;
}
.training3 .background2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.3vw solid #7858a0;
  background: radial-gradient(ellipse 65% 65% at 42% 38%, #fffef5 0%, #fff3c0 45%, #ffe880 100%);
}
.training3 .selectNumber {
  /* bottom: 100px; */
  background:#fff; padding:1.5vh 2.5vw; border-radius:1.2vw;
  border:.15vw solid #f0f0f0;
  box-shadow:0 4px 20px rgba(0,0,0,.08);
  padding-top: 3.5vw;
}
.training3.fullCorrect::after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  border: 30px solid #49f63c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.training3__line {
  width: 600px; /* 470px*1.2+36 */
  height: 600px; /* 470px*1.2+36 */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training3__line > * {
  position: absolute;
  -webkit-transform-origin: calc(60px + 100%); /* (470-200*2)/2*1.2+36/2 */
      -ms-transform-origin: calc(60px + 100%); /* (470-200*2)/2*1.2+36/2 */
          transform-origin: calc(60px + 100%); /* (470-200*2)/2*1.2+36/2 */
  top: 49%;
  left: 0;
  width: 240px;/* 200px*1.2 */
  height: 19px;/* 1em */
}
.training3__line > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}
.training3__line > *:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.training3__line > *:nth-of-type(1) .number {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.training3__line > *:nth-of-type(2) {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.training3__line > *:nth-of-type(2) .number {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.training3__line > *:nth-of-type(3) {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.training3__line > *:nth-of-type(3) .number {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.training3__line > *:nth-of-type(4) {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.training3__line > *:nth-of-type(4) .number {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.training3__line > *:nth-of-type(5) {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.training3__line > *:nth-of-type(5) .number {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.training3__line > *:nth-of-type(6) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.training3__line > *:nth-of-type(6) .number {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.training3__line > *:nth-of-type(7) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.training3__line > *:nth-of-type(7) .number {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.training3__line > *:nth-of-type(8) {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.training3__line .lineButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*@include hover(){
    color: $font_green;
    &::before,&::after{
      background-color: $bg_green;
    }
  }*/
}
.training3__line .lineButton.select {
  color: #a07ec8;
}
.training3__line .lineButton.select::before, .training3__line .lineButton.select::after {
  margin: 0;
  height: 4px;
  border: none;
  background-color: #a07ec8;
}
.training3__line .lineButton::before, .training3__line .lineButton::after {
  content: "";
  display: inline-block;
  margin: 0 1px;
  width: 120px; /*84px;*/
  height: 0;
  border-bottom: #00000030 dashed 2px;
}
.training3__line .lineButton.offIncorrect {
  color: #f44;
}
.training3__line .lineButton.offIncorrect::before, .training3__line .lineButton.offIncorrect::after {
  background-color: #f44;
}
.training3__line .lineButton.onIncorrect .number {
  position: relative;
}
.training3__line .lineButton.onIncorrect .number::before {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: #f44;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.training3__line .lineButton.onIncorrect .number::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: #f44;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.training3__line .number {
  position: absolute;
  top: 0; /*-24px;*/
  left: 0;
  color: #a07ec8;
  background: none;
  box-shadow: none;
  text-shadow: none;
}
.training3__line .number:hover {
  box-shadow: none;
}
.training3__line .number:active {
  box-shadow: none;
}
.training3__number {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
}
.training3__number .number {
  background: none;
  box-shadow: none;
  font-size: 4vw;
  color: #000;
  text-shadow: none;
}
.training3__number .input {
  /* width: 50px;
  height: 50px;
  font-size: 27px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #415a50;
          box-shadow: inset 0 0 5px #415a50; */
  text-align: center;
  /* color: #49f63c; */
  width: 4.5vw;
  height: 4.5vw;
  border: .25vw solid rgba(160,126,200,.4);
  border-radius: .8vw;
  background: rgba(255,255,255,.85);
  font-size: 2.5vw;
  font-weight: 900;
  color: #1a1a1a;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.training3__number .input:focus {
  border: 2px solid #a07ec8;
  -webkit-box-shadow: 0 0 10px rgba(160,126,200,.4);
          box-shadow: 0 0 10px rgba(160,126,200,.4);
  caret-color: transparent;
}
.training3__number .incorrect {
  font-size: 24px;
  color: #f44;
  position: absolute;
  top: 0;
  left: 27px;
}
.training3__number #inputbox2 {
  min-width: 0.5rem;
  min-height: 2rem;
}

.training4 {
  /*
  width: 750px;
  height: 660px;
  */
  /* background: url(../img/training4/bg.png) no-repeat center center; */
  /*
  background-size: contain;
  margin: 0;
  */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.training4 .background1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 750px;
  height: 660px;
} 
.training4.training_result .background1 {
  width: 100vw;
  height: 100vh;
  display: block;
  background:url('/img/game4/result/background-30.png') center/cover no-repeat rgba(255,255,255,.97);
}
.training4 .background2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width:  520px; /* 165*3 + 5*2 + 5*2 + 5 */
  height: 520px; /* 165*3 + 5*2 + 5*2 + 5 */
  margin: 0 auto;
  padding: 5px;
  background: rgba(245,166,35,.08);
  border: 3px solid rgba(245,166,35,.3);
  border-radius: 4px;
}
.training4 .background2 .background2-sub {
  width: 165px;
  height: 165px;
  background:#fffdf5;
  border: 2px solid rgba(245,166,35,.18);
  border-radius: 3px;
}
.training4 .background2 .background2-sub.p1 { position: fixed; top: 345px; left:   5px; }
.training4 .background2 .background2-sub.p2 { position: fixed; top: 345px; left: 175px; }
.training4 .background2 .background2-sub.p3 { position: fixed; top: 345px; left: 345px; }
.training4 .background2 .background2-sub.p4 { position: fixed; top: 175px; left:   5px; }
.training4 .background2 .background2-sub.p5 { position: fixed; top: 175px; left: 175px; }
.training4 .background2 .background2-sub.p6 { position: fixed; top: 175px; left: 345px; }
.training4 .background2 .background2-sub.p7 { position: fixed; top:   5px; left:   5px; }
.training4 .background2 .background2-sub.p8 { position: fixed; top:   5px; left: 175px; }
.training4 .background2 .background2-sub.p9 { position: fixed; top:   5px; left: 345px; }
.training4 .background3 {
  width: 115px; height: 237px;
  background: linear-gradient(135deg,#ffe87a 0%,#ffca28 55%,#ffa020 100%);
  position: relative; overflow: hidden;
}
.training4 .background3::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 35% 30%,rgba(255,255,200,.4) 0%,transparent 60%);
}
.training4 .background3.tl { position: absolute; top:    83px;           clip-path:polygon(28% 0%,100% 0%,100% 100%,  0% 100%); }
.training4 .background3.bl { position: absolute; bottom: 83px;           clip-path:polygon( 0% 0%,100% 0%,100% 100%, 28% 100%); }
.training4 .background3.tr { position: absolute; top:    83px; right: 0; clip-path:polygon( 0% 0%, 72% 0%,100% 100%,  0% 100%); }
.training4 .background3.br { position: absolute; bottom: 83px; right: 0; clip-path:polygon( 0% 0%,100% 0%, 72% 100%,  0% 100%); }

.training4.fullCorrect::after {
  content: "";
  display: block;
  width: 450px;
  height: 450px;
  border: 30px solid #49f63c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training4 + .training4 {
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.training4__list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 510px; /* 345px; */
  height: 510px; /* 345px; */
  /* border: 2px solid #303e37; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: wrap-reverse;
          flex-flow: wrap-reverse;
  /* background-color: #1a201d; */
}
.training4__list li {
  width: 33.3333333333%;
  height: 33.3333333333%;
  /* border-right: 1px solid #303e37; */
  /* border-bottom: none; */
}
/* .training4__list li:nth-of-type(3n) {
  border-right: none;
}
.training4__list li:nth-of-type(n+3) {
  border-bottom: 1px solid #303e37;
} */
.training4__list .item {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* font-size: 44px;
  color: #49f63c; */
  position: relative;
  font-size: 38px;
  font-weight: 900;
  color: rgba(0,0,0,.25);
  transition: color .12s;
}
.training4__list .item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.training4__list .item.circle {
  font-size: 0;
}
.training4__list .item.circle::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url(../img/training4/circle.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.triangle {
  font-size: 0;
}
.training4__list .item.triangle::after {
  content: "";
  display: block;
  width: 61px;
  height: 54px;
  background: url(../img/training4/triangle.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.square {
  font-size: 0;
}
.training4__list .item.square::after {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url(../img/training4/square.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.cross {
  font-size: 0;
}
.training4__list .item.cross::after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/training4/cross.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.circleIncorrect::before {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  background: url(../img/training4/circleIncorrect.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.triangleIncorrect::before {
  content: "";
  display: block;
  width: 61px;
  height: 54px;
  background: url(../img/training4/triangleIncorrect.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.squareIncorrect::before {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url(../img/training4/squareIncorrect.png) no-repeat center center;
  background-size: contain;
}
.training4__list .item.crossIncorrect::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/training4/crossIncorrect.png) no-repeat center center;
  background-size: contain;
}

.training4__selectMark {
  /* width: 115px;
  height: 115px;
  border: 2px solid #303e37; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* background-color: #1a201d;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); */
  width: 130px;
  height: 130px;
  background:#fffdf5;
  border: 3.5px solid rgba(192,90,90,.6);
  border-radius:.4vmin;
  /* display:flex; align-items:center; justify-content:center; */
  box-shadow:0 2px 12px rgba(192,90,90,.15);
}
.training4__selectMark_box {
  position: absolute;
  left: calc(50% + 400px);
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vmin;
  /* opacity:0; pointer-events:none; transition:opacity .2s; */
}
.training4__dots {
  position: absolute;
  top: calc(50% + 285px);
  left: 50%;
  transform:translateX(-50%);
  display: flex;
  gap: 1.2vmin;
  justify-content: center;
}
.training4__dots .dot {
  width: 1.5vmin;
  height: 1.5vmin;
  border-radius: 50%;
  background: rgba(192,90,90,.2);
}
.training4__dots .dot.current {
  background :#c05a5a;
  box-shadow: 0 0 1vmin rgba(192,90,90,.6);
}

/* 追加分など */

.testTitle {
  text-align: center;
}
.testTitle .startTitle {
  font-size: 5vw;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: .1em;
  line-height: 1.5;
}
.testTitle .startSub1 {
  margin-top: 1.5vw;
  font-size: 1.1vw;
  font-weight: 800;
  color: #f5a623;
  letter-spacing: .12em;
}
.testTitle .startSub2 {
  margin-top: 1.5vw;
  font-size: 1.1vw;
  font-weight: 800;
  color:#7ec8a0;
  letter-spacing: .12em;
}
.testTitle .startSub3 {
  margin-top: 1.5vw;
  font-size: 1.1vw;
  font-weight: 800;
  color:#a07ec8;
  letter-spacing: .12em;
}
.testTitle .startSub4 {
  margin-top: 1.5vw;
  font-size: 1.1vw;
  font-weight: 800;
  color:#e87a7a;
  letter-spacing: .12em;
}
.testTitle .startLabel1 {
  margin-top: 1.2vw;
  font-size: 1.5vw;
  font-weight: 700;
  color: #f5a623;
  letter-spacing: .35em;
}
.testTitle .startLabel2 {
  margin-top: 1.2vw;
  font-size: 1.5vw;
  font-weight: 700;
  color: #7ec8a0;
  letter-spacing: .35em;
}
.testTitle .startLabel3 {
  margin-top: 1.2vw;
  font-size: 1.5vw;
  font-weight: 700;
  color: #a07ec8;
  letter-spacing: .35em;
}
.testTitle .startLabel4 {
  margin-top: 1.2vw;
  font-size: 1.5vw;
  font-weight: 700;
  color: #e87a7a;
  letter-spacing: .35em;
}
.testTitle .startDesc {
  margin-top: 1.4vw;
  font-size: 1.2vw;
  color: #1a1a1a;
  line-height: 1.9;
  letter-spacing: 0px;
}
.testTitle .startDesc ruby {
  letter-spacing: 0px;
}
.testTitle .startDesc ruby rt {
  font-size:.55em;
  font-weight:600;
  color:#aaa;
  letter-spacing:.02em;
}
.testButton {
  padding: 1vw 5vw;
  font-size: 1.8vw;
  font-weight: 900;
  line-height: normal;
  border-radius:4vw;
  border:none;
  color:#fff;
  cursor: pointer;
  letter-spacing: .15vw;
  transition: all .15s;
  text-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.training1 .testButton {
  background: linear-gradient(135deg,#ffe44d,#ffb347);
  box-shadow: 0 .4vw 0 #d48c00, 0 .6vw 2vw rgba(255,180,0,.4);
}
.training2 .testButton {
  background: linear-gradient(135deg,#cdebd9,#6db793);
  box-shadow: 0 .4vw 0 #3e7058, 0 .6vw 2vw rgba(126,200,160,.3);
}
.training3 .testButton {
  background: linear-gradient(135deg,#dfc8ec,#9070b8);
  box-shadow: 0 .4vw 0 #503878, 0 .5vw 1.5vw rgba(160,126,200,.3);
}
.training4 .testButton {
  background: linear-gradient(135deg,#ffd0d0,#d65a5a);
  box-shadow: 0 .45vw 0 #883838, 0 .5vw 1.5vw rgba(232,122,122,.3);
}
.testButton.start1 {
  display: inline-block;
  margin-top: 2vw;
  background: linear-gradient(135deg,#ffe44d,#ffb347);
  box-shadow: 0 .4vw 0 #d48c00, 0 .6vw 2vw rgba(255,180,0,.4);
}
.testButton.start2 {
  display: inline-block;
  margin-top: 2vw;
  background: linear-gradient(135deg,#cdebd9,#6db793);
  box-shadow: 0 .4vw 0 #3e7058, 0 .6vw 2vw rgba(126,200,160,.3);
}
.testButton.start3 {
  display: inline-block;
  margin-top: 2vw;
  background: linear-gradient(135deg,#dfc8ec,#9070b8);
  box-shadow: 0 .4vw 0 #503878, 0 .6vw 2vw rgba(160,126,200,.4);
}
.testButton.start4 {
  display: inline-block;
  margin-top: 2vw;
  background: linear-gradient(135deg,#ffd0d0,#d65a5a);
  box-shadow: 0 .4vw 0 #883838, 0 .6vw 2vw rgba(232,122,122,.4);
}
.testButton.skip {
  position: absolute;
  right: 50%;
  bottom: 5%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.testButton.next {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.testButton.retry {
  display: inline-block;
  margin-top: 1.8vw;
  padding: .9vw 3.5vw;
  font-size: 1.05vw;
}
.toTraningMenu {
  margin-top: 2.8vw;
  font-size: 1.1vw;
  color: #aaa;
  text-decoration: none;
  letter-spacing: .1em;
}
.toTraningMenu a {
  color: #aaa;
}
.toTraningMenuButton {
  display: inline-block;
  position: absolute;
  top: 4%;
  right: 4%;
  padding: .5vw 1.2vw;
  font-size: .8vw;
  font-weight: 700;
  border:.15vw solid #e0e0e0;
  border-radius: 2vw;
  color: #999;
  background:transparent;
  cursor: pointer;
  letter-spacing: .1vw;
  transition: all .2s;
  text-decoration: none;
}
.startBackground {
  position: fixed;
  z-index: -1;
}
.startBackground img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.testRound {
  position: absolute;
  top: 4%;
  left: 50%;
  font-size: .85vw;
  font-weight: 700;
  color: #bbb;
  letter-spacing: .15vw;
  transform: translateX(-50%);
}

/* ── Decorative characters ── */
.deco {
  position:fixed; top:50%; left:50%;
  transform:translate(calc(-50% + var(--x,0vw)), calc(-50% + var(--y,0vw)));
  pointer-events:none; z-index:-1;
}
@keyframes bob {
  0%,100%{ transform:translateY(0) rotate(var(--r,0deg)); }
  50%     { transform:translateY(-10px) rotate(var(--r,0deg)); }
}
.deco svg, .deco img { animation: bob var(--dur,4s) ease-in-out infinite; animation-delay:var(--dl,0s); }

.rohto-logo { position:absolute; top:3%; left:50%; transform:translateX(-50%); z-index:60; }
.rohto-logo img { width:8vw; height:auto; display:block; }

.main-title {
  width: auto;
  height: 4.2vw;
}

/*===*/
