*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:root {
  color-scheme: light dark;
  --primary-color: #04BEED;
  --secondary-color: #1695BB;
  --color-black: #000000;
  --color-black-2: #222222;
  --color-white: #FFFFFF;
  --color-separator: #CDCDCD;
  --color-bg-base-pri: #FFFFFF;
  --color-bg-base-sec: #FFFFFF;
  --color-bg-base-custom: #EDEFF0;
  --label-primary: rgba(38, 45, 51, 100%);
  --label-secondary: rgba(60, 60, 67, 60%);
  --label-tertiary: rgba(147, 150, 153, 100%);
  --label-myself-blue: #1AA0E5;
  --label-myself-pink: #DF137E;
}

html {
  font-size: 62.5%;
}

html[lang="en"] body {
  font-family: 'Roboto', sans-serif;
}

html[lang="zh-Hant"] body {
  font-family: 'Noto Sans TC', 'Roboto', sans-serif;
}

html[lang="jp"] body {
  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
}

body {
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.7;
  color: var(--label-primary);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
}

.btn:link, .btn:visited {
  font-size: 1.4rem;
  color: var(--color-white);
  display: inline-block;
  text-decoration: none;
  background-color: var(--primary-color);
  padding: 1rem 2.5rem;
  border-radius: 50rem;
}

.btn2:link, .btn2:visited {
      font-size: 1.4rem;
      color: var(--primary-color);
      display: inline-block;
      text-decoration: none;
      background-color: var(--color-whit);
      padding: 1rem 2.5rem;
      border-radius: 50rem;
      border: 1px solid #04BEED;
}

a:link, a:visited {
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  padding-bottom: .14rem;
  border-bottom: 0.2rem solid var(--primary-color);
  -webkit-transition: border-bottom .3s;
  transition: border-bottom .3s;
}

a:hover, a:active {
  padding-bottom: .14rem;
  border-bottom: 0.2rem solid var(--primary-color);
}

nav {
  width: 100%;
  height: 6rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  font-size: 1.6rem;
  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;
  background-color: var(--color-bg-base-sec);
}

footer {
  width: 100%;
  height: 30rem;
  font-size: 1.6rem;
  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;
}

h1 {
  font-size: 5.5rem;
  line-height: 7rem;
  font-weight: 700;
}

h2 {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
}

h3 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
}

h4 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}

h5 {
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 700;
}

h6 {
  font-size: 2.0rem;
  line-height: auto;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

h7 {
  text-transform: none;
  font-size: 2rem;
  line-height: auto;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.large_font {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 700;
}

.subtitle1_font {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}

p {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--label-secondary);
}

.caption {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-style: italic;
}

ul, ol {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  padding: 0 2rem;
  color: var(--label-secondary);
}

li {
  margin-top: 1.5rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
}

dl {
  margin-top: 1.5rem;
}

dt {
  font-weight: 400;
}

dd {
  font-weight: 700;
}

.sticky-bar {
  width: 100%;
  height: .8rem;
  background-color: var(--primary-color);
}

.custom-bg {
  background-color: var(--color-bg-base-custom);
}

nav h6 {
  font-weight: 400;
}

.hero {
  max-width: 55rem;
  margin: 0 auto;
  padding: 2.4rem;
  padding-bottom: 0;
}

.contentMain {
  width: 100%;
  margin: 0 auto;
  padding: .4rem;
  padding-bottom: .4rem;
  display: flex;
}

.contentMain .contentLeft {
  width: 50%;
  align-items: left;
  padding-right: 2rem;
}

.contentMain .contentRight {
  width: 50%;
  align-items: center;
  padding-top: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contentLeft img.kit_img {
  max-width: 90%;
  align-items: center;
  margin: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hero img.kit_img {
  margin: 4rem auto 3.2rem;
}

.hero .title {
  padding: 2.7rem 0 2.1rem;
  border-top: 1px solid var(--color-separator);
}

.hero .key-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 0 2.2rem;
}

.hero .key-info .item img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 1.6rem;
}

.hero .key-info .item p {
  color: var(--label-secondary);
}

.hero .key-info .item:first-child {
  border-top: 1px solid var(--color-separator);
}

.hero .key-info .item:last-child {
  padding-top: 0;
  padding-bottom: 2.2rem;
}

.hero .subtitle {
  padding: 2.7rem 0 2.1rem;
  border-top: 1px solid var(--color-separator);
}

.overview {
  max-width: 55rem;
  margin: 0 auto;
  padding: 0 2.4rem;
}

.overview h6 {
  border-top: 1px solid var(--color-separator);
  padding-top: 2.7rem;
}

.overview hr {
  border: none;
  border-bottom: 1px solid var(--color-separator);
  margin-bottom: 1rem;
}

.overview .wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.2rem;
}

.overview .wrapper .item img {
  margin-right: 1.6rem;
}

.overview .wrapper .item:first-child {
  margin-top: 2.1rem;
}

.overview .wrapper .item:last-child {
  margin-bottom: 2.1rem;
}

.overview .caption {
  color: var(--label-secondary);
  margin-top: 1.8rem;
}

.overview .wrapper-sports {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 2.1rem 0 0;
  padding: 0 2.4rem;
}

.overview .images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-top: 2.1rem;
  padding: 0 2.4rem;
}

.overview .images picture {
  -ms-grid-column-align: center;
      justify-self: center;
}

.overview .images picture:nth-child(3) {
  margin-top: 2.1rem;
}

.overview .images picture:nth-child(4) {
  margin-top: 2.1rem;
}

.overview .images img {
  -ms-grid-column-align: center;
      justify-self: center;
}

.overview .images img:nth-child(3) {
  margin-top: 2.1rem;
}

.overview .images img:nth-child(4) {
  margin-top: 2.1rem;
}

.what-to-learn {
  max-width: 55rem;
  margin: 0 auto 6rem;
  padding: 2.4rem;
}

.what-to-learn h6 {
  border-top: 1px solid var(--color-separator);
  padding-top: 2.7rem;
}

.what-to-learn .wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.1rem;
}

.what-to-learn .wrapper .item:first-child {
  margin-top: 1.7rem;
}

.what-to-learn .wrapper .item img {
  margin-right: 1.6rem;
}

.what-to-learn .subtitle1_font {
  margin-top: 2.1rem;
  margin-bottom: 2.1rem;
}

.what-to-learn img.chart {
  margin: 3.2em auto;
}

.subtitle1_font_center {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
}

.item ul {
  color: var(--label-primary);
}

.item_center {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 5em;
  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;
}

.call-to-action {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 6.8rem;
  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;
  padding: 1.6rem 2.4rem;
  -webkit-box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.1);
  background-color: var(--color-bg-base-sec);
}

.call-to-action .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 55rem;
  margin: 0 auto;
}

.container {
  max-width: 55rem;
  margin: 0 auto 10rem;
  padding: 2.4rem;
  padding-bottom: 0;
  /* MYSELF */
  /* GENERATIONS */
  /* GRP */
  /* General */
  /* GRP terms start */
  /* GRP terms end */
}

.container.myself-report h5 {
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 2rem;
}

.container.myself-report h6 {
  color: var(--label-myself-pink);
  text-align: center;
  margin-bottom: 2rem;
}

.container.myself-report p {
  margin-top: 2rem;
}

.container.myself-report img {
  margin: 0 auto 3rem;
}

.container.myself-report .sec-title {
  font-weight: 700;
  margin: 2rem 0 1rem;
}

.container.myself-report .caption {
  color: var(--label-secondary);
}

.container.generations h2 {
  font-weight: 300;
}

.container.generations h5 {
  margin-top: 4rem;
  margin-bottom: -1rem;
}

.container.generations p {
  margin-top: 2rem;
}

.container.generations img {
  width: 100%;
  margin: 2.5rem auto 3rem;
}

.container.grp p {
  margin-top: 2rem;
}

.container.grp h5 {
  margin-top: 4rem;
  margin-bottom: -1rem;
}

.container.grp .circle {
  display: block;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: var(--color-bg-base-sec);
  margin: 5rem auto 0;
  shape-outside: circle(50%);
  position: relative;
  z-index: 9999;
  padding-top: 1.5rem;
  margin-bottom: -8rem;
}

.container.grp .circle img {
  margin: 0 auto;
}

.container.grp .wrapper {
  background-color: var(--color-bg-base-sec);
  position: relative;
  padding: 8rem 2.4rem 4rem;
  border-radius: 1.6rem;
}

.container.grp .wrapper:before {
  position: absolute;
  content: '';
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  top: -10rem;
  background-color: var(--color-bg-base-custom);
  left: 50%;
  -webkit-transform: translateX(-10rem);
          transform: translateX(-10rem);
}

.container.grp .wrapper h5 {
  border-bottom: 1px solid var(--color-separator);
  padding-bottom: 1rem;
}

.container.general p {
  margin-top: 2rem;
}

.container.general h5 {
  margin-top: 4rem;
  margin-bottom: -1rem;
}

.container.general .circle {
  display: block;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background-color: var(--color-bg-base-sec);
  margin: 5rem auto 0;
  shape-outside: circle(50%);
  position: relative;
  z-index: 9999;
  padding-top: 2.8rem;
  margin-bottom: -6rem;
}

.container.general .circle img {
  margin: 0 auto;
}

.container.general .wrapper {
  background-color: var(--color-bg-base-sec);
  position: relative;
  padding: 8rem 2.4rem 4rem;
  border-radius: 1.6rem;
}

.container.general .wrapper:before {
  position: absolute;
  content: '';
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  top: -8rem;
  background-color: var(--color-bg-base-custom);
  left: 50%;
  -webkit-transform: translateX(-8rem);
          transform: translateX(-8rem);
}

.container.general .indent {
  padding-left: 2rem;
  margin-top: .5rem;
}

.container.general.terms ul.no-bullet {
  list-style: none;
}

.container.general.terms ul + p {
  margin-bottom: 1.5rem;
}

.container.general.terms ol p, .container.general.terms ul p {
  margin-top: .5rem;
}

.container.general.terms ol p.margin-top-1-5, .container.general.terms ul p.margin-top-1-5 {
  margin-top: 1.5rem;
}

.container.general.terms ol + p {
  margin-top: 1.5rem;
}

.container.general.terms dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-separator);
}

.container.general.terms dl + p {
  margin-top: 1.5rem;
}

.container.general.grp-tac ul {
  list-style-type: none;
  counter-reset: mct;
}

.container.general.grp-tac ul li::before {
  counter-increment: mct;
  content: "(" counter(mct) ")";
  display: inline-block;
  width: 2.5rem;
  margin-left: -2.5rem;
}

@media (prefers-color-scheme: dark) {
  :root {
    --primary-color: #319bd9;
    --secondary-color: #1695BB;
    --color-separator: #4B5157;
    --color-bg-base-sec: #262D33;
    --color-bg-base-custom: #222222;
    --label-primary: rgba(255, 255, 255, 100%);
    --label-secondary: rgba(217, 218, 219, 100%);
    --label-tertiary: rgba(147, 150, 153, 100%);
    --label-myself-blue: #3094E5;
    --label-myself-pink: #DE2865;
  }
}

@media (min-width: 550px) {
  /* GENERATIONS */
  .container.generations img {
    width: 38.6rem;
    margin: 2.5rem auto 3rem;
  }
}
/*# sourceMappingURL=style.css.map */