@charset "UTF-8";
/* リセット
---------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*pokemon-card-common*/
main {
  display: block;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

body {
  color: #000;
  background: #fff;
}
body a {
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  img.ani-zoom {
    transition: 0.3s;
  }
  img.ani-zoom:hover {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    position: relative;
    z-index: 100;
  }
  img.ani-zoom.sp:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#PageTop {
  position: relative;
  z-index: 700;
}

#PageTop2 {
  position: fixed;
  bottom: 60px;
  right: 60px;
  opacity: 0;
  z-index: 700;
  transition: 0.3s;
}
#PageTop2 > a {
  display: block;
}
#PageTop2 > a:hover {
  opacity: 0.6;
}
#PageTop2.is-show {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  #PageTop2 {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  #PageTop2 {
    width: 58px;
    height: 58px;
  }
}

#PageTop {
  margin-top: 2em;
  text-align: center;
}
#PageTop > a {
  display: inline-block;
  cursor: pointer;
}
#PageTop > a:hover {
  opacity: 0.8;
}
#PageTopSP {
  display: none;
}
@media screen and (max-width: 768px) {
  #PageTopSP {
    display: block;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 24px;
    font-family: "Fjalla One", sans-serif;
  }
}

#PageTopSP a {
  color: #363636;
  text-decoration: none;
}

#PageTopSP a:before {
  font-family: pokemoncard-font;
  content: "\f700";
  margin-right: 11.2px;
  margin-right: 0.7rem;
  font-size: 90%;
}

.modal-card {
  display: none;
}
@media screen and (max-width: 768px) {
  .modal-card {
    transition: opacity 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: -1;
    padding: 10vh 20px 0;
    display: block;
    text-align: center;
    opacity: 0;
  }
  .modal-card > img {
    width: 100%;
    max-width: 335px;
  }
  .modal-card.is-show {
    opacity: 1;
    z-index: 9999;
  }
}

.share-list {
  -webkit-justify-content: center;
          justify-content: center;
}
.share-list > li {
  margin-left: 2.5%;
  margin-right: 2.5%;
}
@media screen and (max-width: 768px) {
  .share-list li {
    padding: 13% 0;
    width: 53px;
  }
  .share-list li > a {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
    width: 53px;
    height: 53px;
  }
}

br.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp-only {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  br.pc-only {
    display: none;
  }
}

body {
  min-width: auto;
}

main.new-trainer-journey {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  line-height: 1.4;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  main.new-trainer-journey {
    font-size: 14px;
  }
}
main.new-trainer-journey a {
  color: #fff;
  text-decoration: none;
}
main.new-trainer-journey p {
  line-height: 1.4;
}
main.new-trainer-journey span.inline-block {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  main.new-trainer-journey br.br--pc {
    display: none;
  }
}
main.new-trainer-journey[data-locale=ph], main.new-trainer-journey[data-locale=my], main.new-trainer-journey[data-locale=sg] {
  font-family: "Noto Sans", sans-serif;
}
main.new-trainer-journey[data-locale=ph] .notes > li, main.new-trainer-journey[data-locale=my] .notes > li, main.new-trainer-journey[data-locale=sg] .notes > li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
main.new-trainer-journey[data-locale=ph] .notes > li::before, main.new-trainer-journey[data-locale=my] .notes > li::before, main.new-trainer-journey[data-locale=sg] .notes > li::before {
  content: "* ";
}
main.new-trainer-journey[data-locale=tw], main.new-trainer-journey[data-locale=hk] {
  font-family: "Noto Sans TC", sans-serif;
}
main.new-trainer-journey[data-locale=tw] .notes > li, main.new-trainer-journey[data-locale=hk] .notes > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
main.new-trainer-journey[data-locale=tw] .notes > li::before, main.new-trainer-journey[data-locale=hk] .notes > li::before {
  content: "※";
  padding-right: 0.2em;
}
main.new-trainer-journey[data-locale=id] {
  font-family: "Noto Sans", sans-serif;
}
main.new-trainer-journey[data-locale=id] .notes > li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
main.new-trainer-journey[data-locale=id] .notes > li::before {
  content: "* ";
}
main.new-trainer-journey[data-locale=th] {
  font-family: "Bai Jamjuree", sans-serif;
}
main.new-trainer-journey[data-locale=th] .notes > li {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
main.new-trainer-journey[data-locale=th] .notes > li::before {
  content: "* ";
}
main.new-trainer-journey .gym-slick .slick-slide {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  main.new-trainer-journey .gym-slick .slick-slide {
    width: clamp(240px, 61.53vw, 420px);
  }
}
main.new-trainer-journey .info-fb {
  width: 500px;
}
@media screen and (max-width: 768px) {
  main.new-trainer-journey .info-fb {
    width: 350px;
  }
}

.article.topPage .faceBook {
  padding: 0;
  background-color: #000;
}

.footer {
  min-width: 0;
}

span.ex {
  font-size: 1.25em;
  display: inline-block;
  line-height: 1;
}

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

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

.ta-center {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.va-middle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .pc-ta-center {
    text-align: center;
  }
}
.mt-0 {
  margin-top: 0;
}

.min-height-67 {
  min-height: 67px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-67 {
    min-height: inherit;
    display: block;
  }
}

.min-height-85 {
  min-height: 85px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-85 {
    min-height: inherit;
    display: block;
  }
}

.min-height-90 {
  min-height: 90px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-90 {
    min-height: inherit;
    display: block;
  }
}

.min-height-100 {
  min-height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .min-height-100 {
    min-height: inherit;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-ta-left {
    text-align: left !important;
  }
  .sp-ta-center {
    text-align: center !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-width-100 {
    width: 100%;
  }
  .sp-height-16 > img {
    max-height: 16px;
  }
  .sp-height-22 > img {
    max-height: 22px;
  }
  .sp-height-26 > img {
    max-height: 26px;
  }
  .sp-height-30 > img {
    max-height: 30px;
  }
  .sp-height-32 > img {
    max-height: 32px;
  }
  .sp-height-36 > img {
    max-height: 36px;
  }
  .sp-height-38 > img {
    max-height: 38px;
  }
  .sp-height-40 > img {
    max-height: 40px;
  }
  .sp-height-42 > img {
    max-height: 42px;
  }
  .sp-height-46 > img {
    max-height: 46px;
  }
  .sp-height-52 > img {
    max-height: 52px;
  }
  .sp-height-58 > img {
    max-height: 58px;
  }
  .sp-height-64 > img {
    max-height: 64px;
  }
  .sp-height-70 > img {
    max-height: 70px;
  }
  .sp-height-74 > img {
    max-height: 74px;
  }
  .sp-height-94 > img {
    max-height: 94px;
  }
  .sp-height-120 > img {
    max-height: 120px;
  }
  .sp-maw-150 {
    max-width: 150px;
  }
  .sp-maw-180 {
    max-width: 180px;
  }
  .sp-maw-200 {
    max-width: 200px !important;
  }
  .sp-maw-210 {
    max-width: 210px !important;
  }
  .sp-maw-230 {
    max-width: 230px;
  }
  .sp-maw-300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-maw-346 {
    max-width: 346px;
    margin-left: auto;
    margin-right: auto;
  }
}header[data-astro-cid-3ef6ksr2].header{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;position:absolute;top:0;left:0;width:100%;z-index:2000}.header-logo[data-astro-cid-3ef6ksr2]>a[data-astro-cid-3ef6ksr2]{display:inline-block;width:300px}@media screen and (max-width: 768px){.header-logo[data-astro-cid-3ef6ksr2]>a[data-astro-cid-3ef6ksr2]{width:200px}}.header-logo[data-astro-cid-3ef6ksr2]>a[data-astro-cid-3ef6ksr2]:hover{opacity:0.6}.hero-inner[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%}.list[data-astro-cid-ibew47vb]{max-width:1280px;padding:70px 20px 60px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);-webkit-align-items:stretch;align-items:stretch;-webkit-justify-content:center;justify-content:center}@media screen and (max-width: 900px){.list[data-astro-cid-ibew47vb]{padding:13px 10px 30px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}.list--img[data-astro-cid-ibew47vb] .item[data-astro-cid-ibew47vb] .item__img[data-astro-cid-ibew47vb]{margin:0 auto;max-width:80px}@media screen and (max-width: 768px){.list--img[data-astro-cid-ibew47vb] .item[data-astro-cid-ibew47vb] .item__img[data-astro-cid-ibew47vb]{max-width:60px}}.list--img[data-astro-cid-ibew47vb] .item[data-astro-cid-ibew47vb]:nth-child(3) .item__img[data-astro-cid-ibew47vb]{max-width:92px}@media screen and (max-width: 768px){.list--img[data-astro-cid-ibew47vb] .item[data-astro-cid-ibew47vb]:nth-child(3) .item__img[data-astro-cid-ibew47vb]{max-width:70px}}.item[data-astro-cid-ibew47vb]:first-child a[data-astro-cid-ibew47vb].link{border-radius:20px 0 0 20px;border-right-width:1px}@media screen and (max-width: 900px){.item[data-astro-cid-ibew47vb]:first-child a[data-astro-cid-ibew47vb].link{border-radius:14px 0 0 0;border-bottom-width:1px}}.item[data-astro-cid-ibew47vb]:nth-child(2) a[data-astro-cid-ibew47vb].link{border-left-width:1px;border-right-width:1px}@media screen and (max-width: 900px){.item[data-astro-cid-ibew47vb]:nth-child(2) a[data-astro-cid-ibew47vb].link{border-radius:0 14px 0 0;border-right-width:2px;border-bottom-width:1px}}.item[data-astro-cid-ibew47vb]:nth-child(3) a[data-astro-cid-ibew47vb].link{border-left-width:1px;border-right-width:1px}@media screen and (max-width: 900px){.item[data-astro-cid-ibew47vb]:nth-child(3) a[data-astro-cid-ibew47vb].link{border-radius:0 0 0 14px;border-left-width:2px;border-top-width:1px}}.item[data-astro-cid-ibew47vb]:last-child a[data-astro-cid-ibew47vb].link{border-radius:0 20px 20px 0;border-left-width:1px}@media screen and (max-width: 900px){.item[data-astro-cid-ibew47vb]:last-child a[data-astro-cid-ibew47vb].link{border-radius:0 0 14px 0;border-top-width:1px}}.item[data-astro-cid-ibew47vb] a[data-astro-cid-ibew47vb].link{border:2px solid #fdd000;background:linear-gradient(180deg,#252525 49%,#000 50%,#252525 100%);box-shadow:0 4px 0 0 #fdd000;height:100px;display:grid;grid-template-columns:1fr 30px;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;gap:20px;padding:0 22px;font-size:clamp(15px,1.3888888889vw,20px);font-weight:700;line-height:1.2;text-align:center;box-sizing:border-box}@media (hover: hover){.item[data-astro-cid-ibew47vb] a[data-astro-cid-ibew47vb].link:hover{opacity:0.6;text-decoration:none}}@media screen and (max-width: 900px){.item[data-astro-cid-ibew47vb] a[data-astro-cid-ibew47vb].link{height:74px}}@media screen and (max-width: 768px){.item[data-astro-cid-ibew47vb] a[data-astro-cid-ibew47vb].link{grid-template-columns:1fr 26px;gap:2.0512820513vw;padding:0 2.3076923077vw;font-size:15px;letter-spacing:-0.02em}}.item[data-astro-cid-ibew47vb] a[data-astro-cid-ibew47vb].link:after{content:"";background-image:url(../images/bg/arrow-btn-0.MpsrDGJ_.svg);background-repeat:no-repeat;background-size:100%;width:30px;aspect-ratio:1/1;display:block}@media screen and (max-width: 768px){.item[data-astro-cid-ibew47vb] a[data-astro-cid-ibew47vb].link:after{width:26px}}.section[data-astro-cid-u43ozx4m]{overflow:hidden}.intro-wrap[data-astro-cid-u43ozx4m]{max-width:1440px;margin:0 auto;position:relative}.intro-wrap[data-astro-cid-u43ozx4m]::before{content:"";background-image:url(../images/bg/intro-bg-0.BZV9GzaJ.png);background-repeat:no-repeat;background-size:contain;position:absolute;top:clamp(24px,12.0138888889vw,173px);left:clamp(-55px,-3.8194444444vw,0px);width:clamp(177px,21.7361111111vw,313px);aspect-ratio:313/319;z-index:-1}@media screen and (max-width: 1439px){.intro-wrap[data-astro-cid-u43ozx4m]::before{top:clamp(24px,3.3333333333vw,48px);left:-20px}}@media screen and (max-width: 768px){.intro-wrap[data-astro-cid-u43ozx4m]::before{background-image:url(../images/bg/intro-bg-0_sp.Dab6uXeA.png);top:15px;left:0;width:100%;aspect-ratio:390/165}}.intro-wrap[data-astro-cid-u43ozx4m]::after{content:"";background-image:url(../images/bg/intro-bg-1.CXzkbsXl.png);background-repeat:no-repeat;background-size:contain;position:absolute;bottom:-66px;right:clamp(-39px,-2.7083333333vw,0px);width:clamp(200px,21.7361111111vw,313px);aspect-ratio:313/308;z-index:5}@media screen and (max-width: 1439px){.intro-wrap[data-astro-cid-u43ozx4m]::after{right:-15px}}@media screen and (max-width: 900px){.intro-wrap[data-astro-cid-u43ozx4m]::after{right:0;bottom:-8px}}@media screen and (max-width: 768px){.intro-wrap[data-astro-cid-u43ozx4m]::after{background-image:url(../images/bg/intro-bg-1_sp.DRCuvl3u.png);top:auto;bottom:135px;left:0;width:100%;aspect-ratio:390/109}}.intro-inner[data-astro-cid-u43ozx4m]{padding:145px 20px 70px;max-width:1032px;margin:0 auto;position:relative;z-index:10}@media screen and (max-width: 768px){.intro-inner[data-astro-cid-u43ozx4m]{padding:25.641025641vw 20px 10px}}.intro-inner[data-astro-cid-u43ozx4m]::before{content:"";background-image:url(../images/bg/intro-bg-2.DgrpWlDX.png);background-repeat:no-repeat;background-size:contain;position:absolute;top:0;right:clamp(-287px,-19.9305555556vw,-30px);width:clamp(177px,18.125vw,261px);aspect-ratio:261/242;z-index:-1}@media screen and (max-width: 1439px){.intro-inner[data-astro-cid-u43ozx4m]::before{right:clamp(-150px,-10.4166666667vw,-30px)}}@media screen and (max-width: 1240px){.intro-inner[data-astro-cid-u43ozx4m]::before{right:clamp(-100px,-6.9444444444vw,-20px)}}@media screen and (max-width: 768px){.intro-inner[data-astro-cid-u43ozx4m]::before{display:none}}.intro-inner[data-astro-cid-u43ozx4m]::after{display:none}@media screen and (max-width: 768px){.intro-inner[data-astro-cid-u43ozx4m]::after{content:"";background-image:url(../images/bg/intro-obj-0_sp.D-kUTXQ8.png);background-repeat:no-repeat;background-size:contain;position:relative;top:auto;right:auto;display:block;width:100%;aspect-ratio:350/175;margin:22px auto 0}}.intro-box[data-astro-cid-u43ozx4m]{-webkit-filter:drop-shadow(0 7px 2px #000);filter:drop-shadow(0 7px 2px #000);position:relative}.intro-box[data-astro-cid-u43ozx4m]::before{content:"";background-image:url(../images/bg/intro-obj-0.Bd8AIxYQ.png);background-repeat:no-repeat;background-size:contain;position:absolute;bottom:-2%;left:clamp(-91px,-6.3194444444vw,50px);width:clamp(166px,18.0555555556vw,260px);aspect-ratio:1/1;z-index:50}@media screen and (max-width: 1240px){.intro-box[data-astro-cid-u43ozx4m]::before{left:clamp(-50px,-1.7361111111vw,0px)}}@media screen and (max-width: 768px){.intro-box[data-astro-cid-u43ozx4m]::before{display:none}}.intro-box[data-astro-cid-u43ozx4m]::after{content:"";background-image:url(../images/bg/intro-obj-1.D5rOQRQV.png);background-repeat:no-repeat;background-size:contain;position:absolute;top:6%;right:clamp(-100px,-6.9444444444vw,0px);width:clamp(166px,18.75vw,270px);aspect-ratio:1/1;z-index:50}@media screen and (max-width: 1240px){.intro-box[data-astro-cid-u43ozx4m]::after{right:clamp(-50px,-1.3888888889vw,-20px)}}@media screen and (max-width: 768px){.intro-box[data-astro-cid-u43ozx4m]::after{display:none}}.intro-box__bg[data-astro-cid-u43ozx4m]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.intro-box__bg[data-astro-cid-u43ozx4m] svg[data-astro-cid-u43ozx4m]{width:100%;height:100%}.intro-box__title[data-astro-cid-u43ozx4m]{position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:center;width:100%}@media screen and (max-width: 768px){.intro-box__title[data-astro-cid-u43ozx4m]{top:-23px;max-width:350px}}.intro-box__title--th[data-astro-cid-u43ozx4m]{top:-18px}@media screen and (max-width: 768px){.intro-box__title--th[data-astro-cid-u43ozx4m]{top:-27px}}.intro-box__title--hk[data-astro-cid-u43ozx4m],.intro-box__title--tw[data-astro-cid-u43ozx4m]{top:-17px}@media screen and (max-width: 768px){.intro-box__title--hk[data-astro-cid-u43ozx4m],.intro-box__title--tw[data-astro-cid-u43ozx4m]{top:-27px}}.intro-box__text[data-astro-cid-u43ozx4m]{width:clamp(590px,46.6666666667vw,672px);max-width:672px;margin:0 auto;padding:79px 20px 60px;text-align:center}@media screen and (max-width: 900px){.intro-box__text[data-astro-cid-u43ozx4m]{width:clamp(475px,40.9722222222vw,590px)}}@media screen and (max-width: 768px){.intro-box__text[data-astro-cid-u43ozx4m]{width:100%;padding:85px 30px 51px;font-size:15px}}.intro-box__text[data-astro-cid-u43ozx4m] p[data-astro-cid-u43ozx4m]{font-weight:700;font-size:18px;line-height:1.4;color:#fff}@media screen and (max-width: 768px){.intro-box__text[data-astro-cid-u43ozx4m] p[data-astro-cid-u43ozx4m]{font-size:15px}}.intro-box__text[data-astro-cid-u43ozx4m] p[data-astro-cid-u43ozx4m]:not(:first-of-type){margin-top:25px}@media screen and (max-width: 768px){.intro-box__text[data-astro-cid-u43ozx4m] p[data-astro-cid-u43ozx4m]:not(:first-of-type){margin-top:21px}}.section[data-astro-cid-bqssetp2]{position:relative;background-image:url(../images/bg/bg-events-0.Btni1NNr.png);background-position-y:50%;background-repeat:no-repeat;background-size:100%;overflow:hidden}@media screen and (max-width: 768px){.section[data-astro-cid-bqssetp2]{background-image:url(../images/bg/bg-events-0_sp.Cg8P7iH2.png);background-position-y:58%}}.section[data-astro-cid-bqssetp2]::after{content:"";background-image:url(../images/bg/bg-battle-0.DLk9_YYb.png);background-repeat:no-repeat;background-size:100%;background-position:bottom;width:100%;aspect-ratio:1440/130;position:absolute;bottom:-10px;left:0;z-index:5}@media screen and (max-width: 768px){.section[data-astro-cid-bqssetp2]::after{background-image:url(../images/bg/bg-battle-0_sp.D6RyAy0c.png);aspect-ratio:390/50;bottom:-10px}}.events-wrap[data-astro-cid-bqssetp2]{max-width:1440px;margin:0 auto;position:relative}.events-wrap[data-astro-cid-bqssetp2]::before{content:"";background-image:url(../images/bg/bg-events-1.BUnFjVHt.png);background-repeat:no-repeat;background-size:100%;position:absolute;top:142px;left:clamp(-51px,-3.5416666667vw,-10px);z-index:5;width:clamp(166px,21.0416666667vw,303px);aspect-ratio:303/646}@media screen and (max-width: 768px){.events-wrap[data-astro-cid-bqssetp2]::before{background-image:url(../images/bg/bg-events-1_sp.CxWZTz0p.png);top:310px;left:-30px;width:clamp(100px,25.641025641vw,200px);aspect-ratio:100/99}}.events-wrap[data-astro-cid-bqssetp2]::after{content:"";background-image:url(../images/bg/bg-events-2.DNcG_9Ha.png);background-repeat:no-repeat;background-size:100%;position:absolute;bottom:133px;right:-68px;z-index:5;width:clamp(250px,25.7638888889vw,371px);aspect-ratio:371/450}@media screen and (max-width: 768px){.events-wrap[data-astro-cid-bqssetp2]::after{background-image:url(../images/bg/bg-events-3_sp.mVcOlWiy.png);width:clamp(180px,46.1538461538vw,360px);aspect-ratio:180/159;top:auto;bottom:4.8%;right:-54px}}.events-inner[data-astro-cid-bqssetp2]{padding:60px 20px 235px;max-width:1040px;margin:0 auto;color:#1c1c1c;position:relative;z-index:10}@media screen and (max-width: 768px){.events-inner[data-astro-cid-bqssetp2]{padding:30px 20px clamp(120px,30.7692307692vw,240px)}}.events-title[data-astro-cid-bqssetp2]{margin:0 auto 25px}@media screen and (max-width: 768px){.events-title[data-astro-cid-bqssetp2]{margin-bottom:10px;max-width:350px}}.events-text[data-astro-cid-bqssetp2]{margin-bottom:88px;text-align:center;font-size:20px;font-weight:700;line-height:1.2}@media screen and (max-width: 768px){.events-text[data-astro-cid-bqssetp2]{font-size:16px;line-height:1.4;margin-bottom:60px}}.events-container[data-astro-cid-bqssetp2]{display:grid;grid-template-columns:1fr 1fr;gap:4%}@media screen and (max-width: 768px){.events-container[data-astro-cid-bqssetp2]{grid-template-columns:1fr;gap:59px}}.events-container[data-astro-cid-bqssetp2]::before{display:none}@media screen and (max-width: 768px){.events-container[data-astro-cid-bqssetp2]::before{display:block;content:"";background-image:url(../images/bg/bg-events-2_sp.CSKDtgJo.png);background-repeat:no-repeat;background-size:100%;position:absolute;top:50.5%;right:50.5%;z-index:1;width:clamp(120px,30.7692307692vw,240px);aspect-ratio:120/114}}.events-box[data-astro-cid-bqssetp2]{border-radius:14px;background:#fff;-webkit-filter:drop-shadow(0 8px 3px rgba(0,0,0,0.6));filter:drop-shadow(0 8px 3px rgba(0,0,0,0.6));padding:58px 7.7083333333%;position:relative;z-index:3}@media screen and (max-width: 768px){.events-box[data-astro-cid-bqssetp2]{padding:37px 26px}}.events-box__step[data-astro-cid-bqssetp2]{position:absolute;top:-32px;left:-4px}@media screen and (max-width: 768px){.events-box__step[data-astro-cid-bqssetp2]{top:-25px;left:-4px}}.events-box__step[data-astro-cid-bqssetp2] img[data-astro-cid-bqssetp2]{display:block;width:100%}.events-box__title[data-astro-cid-bqssetp2]{text-align:center;font-size:40px;font-weight:700;line-height:1;margin-bottom:20px}@media screen and (max-width: 768px){.events-box__title[data-astro-cid-bqssetp2]{font-size:26px;max-width:277px;margin:0 auto 14px}}.events-box__title--th[data-astro-cid-bqssetp2]{line-height:1.4}.events-box__text[data-astro-cid-bqssetp2]{color:#1c1c1c;font-size:16px;font-weight:500;line-height:1.4;margin-bottom:30px}@media screen and (max-width: 768px){.events-box__text[data-astro-cid-bqssetp2]{font-size:14px;margin-bottom:21px}}.events-box__content[data-astro-cid-bqssetp2]{display:grid;grid-template-columns:1fr 1fr;gap:5.0890585242%}@media screen and (max-width: 768px){.events-box__content[data-astro-cid-bqssetp2]{gap:20px}}.events-box__item[data-astro-cid-bqssetp2]{color:#1c1c1c;text-align:center;font-size:14px;font-weight:500;line-height:1.4;display:grid;grid-template-rows:1fr 60px}@media screen and (max-width: 768px){.events-box__item[data-astro-cid-bqssetp2]{font-size:12px}}.events-box__item[data-astro-cid-bqssetp2]:nth-of-type(1) .events-box__lead--img[data-astro-cid-bqssetp2]{max-width:72px;margin:15px auto 20px}@media screen and (max-width: 768px){.events-box__item[data-astro-cid-bqssetp2]:nth-of-type(1) .events-box__lead--img[data-astro-cid-bqssetp2]{max-width:60px}}.events-box__item[data-astro-cid-bqssetp2]:nth-of-type(2) .events-box__lead--img[data-astro-cid-bqssetp2]{max-width:144px;margin:15px auto 20px}@media screen and (max-width: 768px){.events-box__item[data-astro-cid-bqssetp2]:nth-of-type(2) .events-box__lead--img[data-astro-cid-bqssetp2]{max-width:120px}}.events-box__set[data-astro-cid-bqssetp2]{border-radius:8px;background:#db353c;background-image:url(../images/bg/bg-pattern-0.CHlGhGvU.png);background-repeat:repeat;background-size:cover;padding:16px 0 13px;display:grid;grid-template-rows:30px 1fr auto;margin-bottom:10px}@media screen and (max-width: 768px){.events-box__set[data-astro-cid-bqssetp2]{background-image:url(../images/bg/bg-pattern-0_sp.C9Kk6Yqm.png);padding:10px 5px 0;grid-template-rows:26px 1fr auto}}.events-box__num[data-astro-cid-bqssetp2]{width:30px;aspect-ratio:1/1;margin:0 auto}@media screen and (max-width: 768px){.events-box__num[data-astro-cid-bqssetp2]{width:26px}}.events-box__lead[data-astro-cid-bqssetp2]{font-weight:700;font-size:clamp(15px,1.25vw,18px);line-height:1.2;text-align:center;margin:6px auto 10px;color:#ffffff;max-width:150px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}@media screen and (max-width: 768px){.events-box__lead[data-astro-cid-bqssetp2]{font-size:15px}}.events-box__img[data-astro-cid-bqssetp2]{margin:0 auto;max-width:150px;width:100%}@media screen and (max-width: 768px){.events-box__img[data-astro-cid-bqssetp2]{max-width:100%;width:28.4615384615vw;margin-bottom:14px}}.events-box__logo[data-astro-cid-bqssetp2]{max-width:190px;margin:0 auto;display:block}@media screen and (max-width: 768px){.events-box__logo[data-astro-cid-bqssetp2]{max-width:140px}}.events-box--battle[data-astro-cid-bqssetp2]{border:4px solid #db353c}.events-box--battle[data-astro-cid-bqssetp2]::after{content:"";background-image:url(../images/bg/battle-patch-0.BWeWBHVl.png);background-repeat:no-repeat;background-size:contain;position:absolute;top:clamp(-50px,-3.4722222222vw,-35px);right:clamp(-23px,-1.5972222222vw,-10px);z-index:5;width:clamp(100px,10.2777777778vw,148px);aspect-ratio:148/112}@media screen and (max-width: 768px){.events-box--battle[data-astro-cid-bqssetp2]::after{width:108px;aspect-ratio:108/84;top:-42px;right:-18px}}.events-box--battle[data-astro-cid-bqssetp2] .events-box__title[data-astro-cid-bqssetp2]{color:#db353c}.events-box--battle[data-astro-cid-bqssetp2] .events-box__title--img[data-astro-cid-bqssetp2]{max-width:159px;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.events-box--battle[data-astro-cid-bqssetp2] .events-box__title--img[data-astro-cid-bqssetp2]{max-width:103px}}.events-box--gym[data-astro-cid-bqssetp2]{border:4px solid #1658a7}.events-box--gym[data-astro-cid-bqssetp2]::after{content:"";background-image:url(../images/bg/gym-patch-0.tUw-L1BD.png);background-repeat:no-repeat;background-size:contain;position:absolute;top:clamp(-42px,-2.9166666667vw,-28px);right:clamp(-56px,-3.8888888889vw,-10px);z-index:5;width:clamp(125px,13.0555555556vw,188px);aspect-ratio:188/96}@media screen and (max-width: 1240px){.events-box--gym[data-astro-cid-bqssetp2]::after{right:clamp(-30px,-2.0833333333vw,-18px)}}@media screen and (max-width: 768px){.events-box--gym[data-astro-cid-bqssetp2]::after{top:-36px;right:-18px;width:133px;aspect-ratio:133/69}}.events-box--gym[data-astro-cid-bqssetp2] .events-box__title[data-astro-cid-bqssetp2]{color:#1658a7}.events-box--gym[data-astro-cid-bqssetp2] .events-box__title--img[data-astro-cid-bqssetp2]{max-width:183px;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.events-box--gym[data-astro-cid-bqssetp2] .events-box__title--img[data-astro-cid-bqssetp2]{max-width:119px}}.section[data-astro-cid-g4zpnxvl]{position:relative;background-color:#c9353b;background-image:url(../images/bg/bg-pattern-0.CHlGhGvU.png);background-repeat:repeat;background-size:contain;overflow:hidden}@media screen and (max-width: 768px){.section[data-astro-cid-g4zpnxvl]{background-image:url(../images/bg/bg-pattern-0_sp.C9Kk6Yqm.png)}}.section[data-astro-cid-g4zpnxvl]::after{content:"";background-image:url(../images/bg/bg-gym-0.DfMnObLv.png);background-repeat:no-repeat;background-size:100%;background-position:bottom;width:100%;aspect-ratio:1440/130;position:absolute;bottom:-10px;left:0;z-index:5}@media screen and (max-width: 768px){.section[data-astro-cid-g4zpnxvl]::after{background-image:url(../images/bg/bg-gym-0_sp.jt6SL-cX.png);aspect-ratio:390/50;bottom:-10px}}.battle-wrap[data-astro-cid-g4zpnxvl]{position:relative}.battle-wrap[data-astro-cid-g4zpnxvl]::before{content:"";position:absolute;top:0;left:0;z-index:10;display:block;width:100%;height:160px;background:linear-gradient(180deg,#c9353b 0%,rgba(201,53,59,0.5) 50%,rgba(201,53,59,0) 100%)}.battle-inner[data-astro-cid-g4zpnxvl]{position:relative;z-index:50;padding:60px 20px 260px;max-width:1280px;margin:0 auto}@media screen and (max-width: 768px){.battle-inner[data-astro-cid-g4zpnxvl]{padding:61px 20px 7.6923076923vw}}.battle-inner[data-astro-cid-g4zpnxvl]:after{display:none}@media screen and (max-width: 768px){.battle-inner[data-astro-cid-g4zpnxvl]:after{content:"";background-image:url(../images/bg/battle-obj-0_sp.xpTxs9bg.png);background-repeat:no-repeat;background-size:contain;display:block;width:100%;aspect-ratio:350/228;margin:22px auto 0}}.battle-title[data-astro-cid-g4zpnxvl]{max-width:515px;margin:0 auto;text-align:center}@media screen and (max-width: 768px){.battle-title--tw[data-astro-cid-g4zpnxvl],.battle-title--hk[data-astro-cid-g4zpnxvl]{max-width:310px}}.battle-patch[data-astro-cid-g4zpnxvl]{max-width:270px;margin:36px auto;display:block}@media screen and (max-width: 768px){.battle-patch[data-astro-cid-g4zpnxvl]{max-width:150px;margin:15px auto}}.battle-text[data-astro-cid-g4zpnxvl]{text-align:center;font-size:20px;font-weight:700;line-height:1.4;max-width:800px;margin:0 auto;color:#fff}@media screen and (max-width: 768px){.battle-text[data-astro-cid-g4zpnxvl]{font-size:16px;max-width:310px}}.battle-contaier[data-astro-cid-g4zpnxvl]{display:grid;gap:40px;margin-top:80px}@media screen and (max-width: 768px){.battle-contaier[data-astro-cid-g4zpnxvl]{margin-top:40px}}.battle-box[data-astro-cid-g4zpnxvl]{display:grid;grid-template-columns:50% minmax(auto,400px);gap:8.064516129%;-webkit-align-items:center;align-items:center}@media screen and (max-width: 768px){.battle-box[data-astro-cid-g4zpnxvl]{grid-template-columns:1fr;gap:20px}}.battle-box[data-astro-cid-g4zpnxvl]:nth-child(2n){grid-template-columns:minmax(auto,400px) 50%;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-align-items:flex-start;align-items:flex-start}@media screen and (max-width: 768px){.battle-box[data-astro-cid-g4zpnxvl]:nth-child(2n){grid-template-columns:1fr}}.battle-box[data-astro-cid-g4zpnxvl]:nth-child(2n) .battle-img[data-astro-cid-g4zpnxvl]{-webkit-order:1;order:1}@media screen and (max-width: 768px){.battle-box[data-astro-cid-g4zpnxvl]:nth-child(2n) .battle-img[data-astro-cid-g4zpnxvl]{-webkit-order:0;order:0}}.battle-box[data-astro-cid-g4zpnxvl]:nth-child(2n) .battle-contents[data-astro-cid-g4zpnxvl]{margin-top:clamp(0px,3.125vw,45px)}@media screen and (max-width: 768px){.battle-box[data-astro-cid-g4zpnxvl]:nth-child(2n) .battle-contents[data-astro-cid-g4zpnxvl]{margin:0}}.battle-box[data-astro-cid-g4zpnxvl]:nth-of-type(1) .battle-contents__title--img[data-astro-cid-g4zpnxvl]{max-width:136px}@media screen and (max-width: 768px){.battle-box[data-astro-cid-g4zpnxvl]:nth-of-type(1) .battle-contents__title--img[data-astro-cid-g4zpnxvl]{max-width:97px}}.battle-box[data-astro-cid-g4zpnxvl]:nth-of-type(2) .battle-contents__title--img[data-astro-cid-g4zpnxvl]{max-width:272px}@media screen and (max-width: 768px){.battle-box[data-astro-cid-g4zpnxvl]:nth-of-type(2) .battle-contents__title--img[data-astro-cid-g4zpnxvl]{max-width:193px}}@media screen and (max-width: 768px){.battle-contents[data-astro-cid-g4zpnxvl]{padding:0 20.5px}}.battle-contents__title[data-astro-cid-g4zpnxvl]{font-size:34px;font-weight:700;line-height:1.2;margin-bottom:10px}@media screen and (max-width: 768px){.battle-contents__title[data-astro-cid-g4zpnxvl]{font-size:24px;margin-bottom:5px}}.battle-contents__lead[data-astro-cid-g4zpnxvl]{font-size:20px;font-weight:700;line-height:1.4;margin-bottom:40px;color:#fff}@media screen and (max-width: 768px){.battle-contents__lead[data-astro-cid-g4zpnxvl]{font-size:16px;margin-bottom:20px}}.battle-contents__lead--tw[data-astro-cid-g4zpnxvl],.battle-contents__lead--hk[data-astro-cid-g4zpnxvl]{text-indent:-0.5em}.battle-contents__text[data-astro-cid-g4zpnxvl]{font-size:16px;font-weight:500;line-height:1.4;color:#fff}@media screen and (max-width: 768px){.battle-contents__text[data-astro-cid-g4zpnxvl]{font-size:14px}}.battle-contents__notes[data-astro-cid-g4zpnxvl]{margin-top:22px}.battle-prize[data-astro-cid-g4zpnxvl]{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-top:30px;position:relative;-webkit-filter:drop-shadow(0 8px 3px rgba(0,0,0,0.6));filter:drop-shadow(0 8px 3px rgba(0,0,0,0.6))}.battle-prize[data-astro-cid-g4zpnxvl]:first-of-type{margin-top:75px}@media screen and (max-width: 768px){.battle-prize[data-astro-cid-g4zpnxvl]:first-of-type{margin-top:40px;padding-top:28px}}.battle-prize[data-astro-cid-g4zpnxvl]:first-of-type .battle-prize__inner[data-astro-cid-g4zpnxvl]::after{content:"";background-image:url(../images/bg/battle-obj-0.BTUscZnw.png);background-repeat:no-repeat;background-size:contain;position:absolute;bottom:clamp(-40px,0.8333333333vw,12px);right:clamp(-154px,-10.6944444444vw,-140px);width:clamp(194px,21.5277777778vw,310px);aspect-ratio:1/1}@media screen and (max-width: 1240px){.battle-prize[data-astro-cid-g4zpnxvl]:first-of-type .battle-prize__inner[data-astro-cid-g4zpnxvl]::after{bottom:-46px;right:clamp(-160px,-5.5555555556vw,-40px)}}@media screen and (max-width: 768px){.battle-prize[data-astro-cid-g4zpnxvl]:first-of-type .battle-prize__inner[data-astro-cid-g4zpnxvl]::after{display:none}}.battle-prize[data-astro-cid-g4zpnxvl]:nth-of-type(2){margin-top:40px}@media screen and (max-width: 768px){.battle-prize[data-astro-cid-g4zpnxvl]:nth-of-type(2){padding-top:39px}}.battle-prize[data-astro-cid-g4zpnxvl]:nth-of-type(2) .battle-prize__inner[data-astro-cid-g4zpnxvl]::after{content:"";background-image:url(../images/bg/battle-obj-1.aipzirE9.png);background-repeat:no-repeat;background-size:contain;position:absolute;bottom:clamp(-100px,-6.9444444444vw,40px);left:clamp(-90px,-6.25vw,80px);width:clamp(185px,19.4444444444vw,280px);aspect-ratio:1/1}@media screen and (max-width: 1240px){.battle-prize[data-astro-cid-g4zpnxvl]:nth-of-type(2) .battle-prize__inner[data-astro-cid-g4zpnxvl]::after{left:clamp(-80px,-2.0833333333vw,0px)}}@media screen and (max-width: 768px){.battle-prize[data-astro-cid-g4zpnxvl]:nth-of-type(2) .battle-prize__inner[data-astro-cid-g4zpnxvl]::after{display:none}}.battle-prize[data-astro-cid-g4zpnxvl]:nth-of-type(2) .battle-prize__img[data-astro-cid-g4zpnxvl]{margin-top:82px}@media screen and (max-width: 768px){.battle-prize[data-astro-cid-g4zpnxvl]:nth-of-type(2) .battle-prize__img[data-astro-cid-g4zpnxvl]{margin-top:0}}.battle-prize[data-astro-cid-g4zpnxvl]:nth-of-type(2) .battle-prize__img--small[data-astro-cid-g4zpnxvl]{margin-top:0}@media screen and (max-width: 768px){.battle-prize[data-astro-cid-g4zpnxvl].battle-prize--medium{padding-top:28px}}@media screen and (max-width: 768px){.battle-prize[data-astro-cid-g4zpnxvl].battle-prize--small{padding-top:18px}}@media screen and (max-width: 1240px){.battle-prize[data-astro-cid-g4zpnxvl].battle-prize--th:first-child .battle-prize__notes[data-astro-cid-g4zpnxvl]{padding-right:30%}}@media screen and (max-width: 768px){.battle-prize[data-astro-cid-g4zpnxvl].battle-prize--th:first-child .battle-prize__notes[data-astro-cid-g4zpnxvl]{padding-right:0}}.battle-prize[data-astro-cid-g4zpnxvl].battle-prize--id:first-child .battle-prize__inner[data-astro-cid-g4zpnxvl]::after{right:-195px}@media screen and (max-width: 1240px){.battle-prize[data-astro-cid-g4zpnxvl].battle-prize--id:first-child .battle-prize__inner[data-astro-cid-g4zpnxvl]::after{right:clamp(-160px,-5.5555555556vw,-40px)}}@media screen and (max-width: 1240px){.battle-prize[data-astro-cid-g4zpnxvl].battle-prize--id:first-child .battle-prize__notes[data-astro-cid-g4zpnxvl]{padding-right:30%}}@media screen and (max-width: 768px){.battle-prize[data-astro-cid-g4zpnxvl].battle-prize--id:first-child .battle-prize__notes[data-astro-cid-g4zpnxvl]{padding-right:0}}.battle-prize[data-astro-cid-g4zpnxvl].battle-prize--id:nth-of-type(2){padding-top:42px}@media screen and (max-width: 768px){.battle-prize[data-astro-cid-g4zpnxvl].battle-prize--id:nth-of-type(2){padding-top:39px}}.battle-prize__inner[data-astro-cid-g4zpnxvl]{display:grid;grid-template-columns:48.7870619946% 45.8221024259%;padding:76px 4.8387096774%;gap:5.3908355795%;align-self:stretch;border-radius:14px;border:4px solid #4c4c4c;background:#fff;max-width:862px;color:#1c1c1c;position:relative}@media screen and (max-width: 768px){.battle-prize__inner[data-astro-cid-g4zpnxvl]{grid-template-columns:1fr;gap:20px;padding:51px 25px 38px}}.battle-prize__title[data-astro-cid-g4zpnxvl]{position:absolute;top:0;left:0;z-index:10}.battle-prize__title[data-astro-cid-g4zpnxvl] picture[data-astro-cid-g4zpnxvl],.battle-prize__title[data-astro-cid-g4zpnxvl] img[data-astro-cid-g4zpnxvl]{display:block;width:100%}.battle-prize__contents[data-astro-cid-g4zpnxvl]{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;gap:20px}.battle-prize__description[data-astro-cid-g4zpnxvl]{font-size:20px;font-weight:700;line-height:1.4}@media screen and (max-width: 768px){.battle-prize__description[data-astro-cid-g4zpnxvl]{font-size:16px;line-height:1.2}}.battle-prize__text[data-astro-cid-g4zpnxvl]{font-weight:700;font-style:Bold;font-size:16px;line-height:1.4}@media screen and (max-width: 768px){.battle-prize__text[data-astro-cid-g4zpnxvl]{font-size:14px;line-height:1.2}}.battle-prize__list[data-astro-cid-g4zpnxvl]{font-size:16px;font-weight:500;line-height:1.4;list-style-type:disc;padding-left:1.5em;margin-top:3px}@media screen and (max-width: 768px){.battle-prize__list[data-astro-cid-g4zpnxvl]{font-size:14px;line-height:1.2}}.battle-prize__item--name[data-astro-cid-g4zpnxvl]{font-size:20px;font-weight:700;line-height:1.4}@media screen and (max-width: 768px){.battle-prize__item--name[data-astro-cid-g4zpnxvl]{font-size:16px}}.battle-prize__item--description[data-astro-cid-g4zpnxvl]{font-size:16px;font-weight:500;line-height:1.4;margin-top:9px}@media screen and (max-width: 768px){.battle-prize__item--description[data-astro-cid-g4zpnxvl]{font-size:14px}}.battle-prize__notes[data-astro-cid-g4zpnxvl]{font-size:12px;font-weight:500;line-height:1.4}.battle-prize__schedule[data-astro-cid-g4zpnxvl] p[data-astro-cid-g4zpnxvl]{font-weight:500;font-size:16px;line-height:1.4;margin-bottom:10px}@media screen and (max-width: 768px){.battle-prize__schedule[data-astro-cid-g4zpnxvl] p[data-astro-cid-g4zpnxvl]{font-size:14px}}.battle-prize__schedule[data-astro-cid-g4zpnxvl] .battle-prize__list[data-astro-cid-g4zpnxvl]{font-size:12px;line-height:1.4}@media (hover: hover){.new-trainer-journey__button[data-astro-cid-4wmewgfm] a[data-astro-cid-4wmewgfm]:hover{opacity:0.6;text-decoration:none}}.new-trainer-journey__button[data-astro-cid-4wmewgfm] a[data-astro-cid-4wmewgfm]:hover{text-decoration:none}.new-trainer-journey__button[data-astro-cid-4wmewgfm] a[data-astro-cid-4wmewgfm]:hover img[data-astro-cid-4wmewgfm]{-webkit-filter:none;filter:none}@media screen and (max-width: 768px){.new-trainer-journey__button--img[data-astro-cid-4wmewgfm]{max-width:290px}}.new-trainer-journey__button--text[data-astro-cid-4wmewgfm] a[data-astro-cid-4wmewgfm]{border-radius:80px;border:2px solid #fdd000;background:linear-gradient(180deg,#252525 49%,#000 50%,#252525 100%);box-shadow:0 4px 0 0 #fdd000;padding:0 26px;min-height:86px;color:#fff;text-align:center;font-size:22px;font-weight:700;line-height:1.2;display:grid;grid-template-columns:1fr 30px;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;gap:10px;cursor:pointer}@media screen and (max-width: 768px){.new-trainer-journey__button--text[data-astro-cid-4wmewgfm] a[data-astro-cid-4wmewgfm]{border-radius:60px;padding:8px 18px;min-height:60px;font-size:16px;grid-template-columns:1fr 26px}}.new-trainer-journey__button--text[data-astro-cid-4wmewgfm] a[data-astro-cid-4wmewgfm]:after{content:"";background-image:url(../images/bg/arrow-btn-0.MpsrDGJ_.svg);background-repeat:no-repeat;background-size:100%;width:30px;aspect-ratio:1/1;display:block;-webkit-transform:rotate(270deg);transform:rotate(270deg)}@media screen and (max-width: 768px){.new-trainer-journey__button--text[data-astro-cid-4wmewgfm] a[data-astro-cid-4wmewgfm]:after{width:26px}}.new-trainer-journey__button--text[data-astro-cid-4wmewgfm] a[data-astro-cid-4wmewgfm].new-trainer-journey__link--small{grid-template-columns:calc(338px - 1em) 30px;-webkit-justify-content:end;justify-content:end}@media screen and (max-width: 768px){.new-trainer-journey__button--text[data-astro-cid-4wmewgfm] a[data-astro-cid-4wmewgfm].new-trainer-journey__link--small{grid-template-columns:calc(218px - 1em) 26px}}@media screen and (max-width: 768px){.new-trainer-journey__button--id[data-astro-cid-4wmewgfm] a[data-astro-cid-4wmewgfm]{font-size:14px}}@media screen and (max-width: 768px){.new-trainer-journey__button--id[data-astro-cid-4wmewgfm] a[data-astro-cid-4wmewgfm].new-trainer-journey__link--small{font-size:16px}}.section[data-astro-cid-bldau2gt]{position:relative;background-color:#244e95;background-image:url(../images/bg/bg-pattern-0.CHlGhGvU.png);background-repeat:repeat;background-size:contain;overflow:hidden}@media screen and (max-width: 768px){.section[data-astro-cid-bldau2gt]{background-image:url(../images/bg/bg-pattern-0_sp.C9Kk6Yqm.png)}}.gym-wrap[data-astro-cid-bldau2gt]{position:relative}.gym-wrap[data-astro-cid-bldau2gt]::before{content:"";position:absolute;top:0;left:0;z-index:10;display:block;width:100%;height:160px;background:linear-gradient(180deg,#244e95 0%,rgba(36,78,149,0.5) 50%,rgba(36,78,149,0) 100%)}.gym-inner[data-astro-cid-bldau2gt]{position:relative;z-index:50;padding:80px 20px 95px;max-width:902px;margin:0 auto}@media screen and (max-width: 768px){.gym-inner[data-astro-cid-bldau2gt]{padding:60px 20px 0}}.gym-inner[data-astro-cid-bldau2gt]:after{display:none}@media screen and (max-width: 768px){.gym-inner[data-astro-cid-bldau2gt]:after{content:"";background-image:url(../images/bg/gym-obj-0.CemXAFov.png);background-repeat:no-repeat;background-size:contain;display:block;width:47.4285714286%;aspect-ratio:1/1;margin:10px auto 0}}.gym-title[data-astro-cid-bldau2gt]{max-width:822px;margin:0 auto;text-align:center}@media screen and (max-width: 768px){.gym-title--tw[data-astro-cid-bldau2gt],.gym-title--hk[data-astro-cid-bldau2gt]{max-width:310px}}.gym-patch[data-astro-cid-bldau2gt]{max-width:400px;margin:35px auto;display:block;padding-left:32px}@media screen and (max-width: 768px){.gym-patch[data-astro-cid-bldau2gt]{max-width:205px;margin:15px auto 18px;padding-left:15px}}.gym-text[data-astro-cid-bldau2gt]{text-align:center;max-width:800px;margin:0 auto}@media screen and (max-width: 768px){.gym-text[data-astro-cid-bldau2gt]{max-width:310px}}.gym-text[data-astro-cid-bldau2gt]>p[data-astro-cid-bldau2gt]{font-size:20px;font-weight:700;line-height:1.4;color:#fff}@media screen and (max-width: 768px){.gym-text[data-astro-cid-bldau2gt]>p[data-astro-cid-bldau2gt]{font-size:16px}}.gym-text[data-astro-cid-bldau2gt]>p[data-astro-cid-bldau2gt]:not(:first-of-type){margin-top:25px}@media screen and (max-width: 768px){.gym-text[data-astro-cid-bldau2gt]>p[data-astro-cid-bldau2gt]:not(:first-of-type){margin-top:21px}}.gym-box[data-astro-cid-bldau2gt]{display:grid;grid-template-columns:200px 430px;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;gap:80px;margin-top:80px}@media screen and (max-width: 768px){.gym-box[data-astro-cid-bldau2gt]{grid-template-columns:1fr;gap:18px;margin-top:40px;max-width:290px;margin:38px auto 0}}.gym-logo[data-astro-cid-bldau2gt]{width:200px;margin:0 auto;display:block}@media screen and (max-width: 768px){.gym-logo[data-astro-cid-bldau2gt]{width:170px}}.gym-prize[data-astro-cid-bldau2gt]{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-top:30px;position:relative;margin-top:78px;-webkit-filter:drop-shadow(0 8px 3px rgba(0,0,0,0.6));filter:drop-shadow(0 8px 3px rgba(0,0,0,0.6))}@media screen and (max-width: 768px){.gym-prize[data-astro-cid-bldau2gt]{margin-top:40px}}.gym-prize__inner[data-astro-cid-bldau2gt]{padding:76px 6.4965197216%;border-radius:14px;border:4px solid #4c4c4c;background:#fff;max-width:862px;margin:0 auto;color:#1c1c1c;position:relative}@media screen and (max-width: 768px){.gym-prize__inner[data-astro-cid-bldau2gt]{padding:55px 27px 36px}}.gym-prize__inner[data-astro-cid-bldau2gt]::after{content:"";background-image:url(../images/bg/gym-obj-0.CemXAFov.png);background-repeat:no-repeat;background-size:contain;position:absolute;bottom:clamp(-165px,-11.4583333333vw,-100px);right:-131px;width:clamp(166px,18.0555555556vw,260px);aspect-ratio:1/1}@media screen and (max-width: 1240px){.gym-prize__inner[data-astro-cid-bldau2gt]::after{right:clamp(-130px,-2.0833333333vw,0px);bottom:clamp(-150px,-10.4166666667vw,-100px)}}@media screen and (max-width: 768px){.gym-prize__inner[data-astro-cid-bldau2gt]::after{display:none}}.gym-prize__wrap[data-astro-cid-bldau2gt]{display:grid;grid-template-columns:48.7870619946% 45.8221024259%;gap:5.3908355795%;align-self:stretch}@media screen and (max-width: 768px){.gym-prize__wrap[data-astro-cid-bldau2gt]{grid-template-columns:1fr;gap:20px}}.gym-prize__title[data-astro-cid-bldau2gt]{position:absolute;top:0;left:0;z-index:10}.gym-prize__title[data-astro-cid-bldau2gt] picture[data-astro-cid-bldau2gt],.gym-prize__title[data-astro-cid-bldau2gt] img[data-astro-cid-bldau2gt]{display:block;width:100%}.gym-prize__contents[data-astro-cid-bldau2gt]{display:grid;gap:40px}@media screen and (max-width: 768px){.gym-prize__contents[data-astro-cid-bldau2gt]{gap:20px}}.gym-prize__text[data-astro-cid-bldau2gt]{font-size:20px;font-weight:700;line-height:1.4;margin-bottom:9px}@media screen and (max-width: 768px){.gym-prize__text[data-astro-cid-bldau2gt]{font-size:16px}}.gym-prize__description[data-astro-cid-bldau2gt]{font-size:16px;font-weight:500;line-height:1.4}@media screen and (max-width: 768px){.gym-prize__description[data-astro-cid-bldau2gt]{font-size:14px}}.gym-prize__notes[data-astro-cid-bldau2gt]{font-size:12px;font-weight:500;line-height:1.4}.gym-prize__access[data-astro-cid-bldau2gt]{margin-top:50px}@media screen and (max-width: 768px){.gym-prize__access[data-astro-cid-bldau2gt]{margin-top:44px}}@media screen and (max-width: 768px){.gym-prize__access--scroll[data-astro-cid-bldau2gt]{overflow-x:scroll;-webkit-overflow-scrolling:touch;width:calc(100vw - 54px - 8px - 40px);text-align:center}.gym-prize__access--scroll[data-astro-cid-bldau2gt]::-webkit-scrollbar{display:none;-webkit-appearance:none}}.gym-prize__access[data-astro-cid-bldau2gt] .gym-prize__img[data-astro-cid-bldau2gt]{width:100%}@media screen and (max-width: 768px){.gym-prize__access[data-astro-cid-bldau2gt] .gym-prize__img[data-astro-cid-bldau2gt]{max-width:inherit;width:auto;height:564px}}.gym-prize__access--title[data-astro-cid-bldau2gt]{font-weight:700;font-size:20px;line-height:1;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background:#4c4c4c;color:#fff;height:69px;border-radius:9px 9px 0 0;margin-bottom:-1px}@media screen and (max-width: 768px){.gym-prize__access--title[data-astro-cid-bldau2gt]{font-size:16px;height:75px;padding:0 24px}}.gym-prize__access[data-astro-cid-bldau2gt] .gym-prize__notes[data-astro-cid-bldau2gt]{margin:13px 0 0 22px}@media screen and (max-width: 768px){.gym-prize__access[data-astro-cid-bldau2gt] .gym-prize__notes[data-astro-cid-bldau2gt]{margin:20px 0 0 0}}.gym-slick[data-astro-cid-bldau2gt]{position:relative;padding:100px 0 100px}@media screen and (max-width: 768px){.gym-slick[data-astro-cid-bldau2gt]{padding:10px 0 12.8205128205vw}}.gym-slick[data-astro-cid-bldau2gt]::before{content:"";background-color:#244e95;width:100%;height:295px;position:absolute;bottom:0;left:0}@media screen and (max-width: 768px){.gym-slick[data-astro-cid-bldau2gt]::before{height:40px}}.gym-slick[data-astro-cid-bldau2gt]::after{content:"";width:100%;height:158px;background:linear-gradient(0deg,#244e95 0%,rgba(36,78,149,0.5) 50%,rgba(36,78,149,0) 100%);position:absolute;top:-50px;left:0;z-index:1}@media screen and (max-width: 768px){.gym-slick[data-astro-cid-bldau2gt]::after{background:linear-gradient(0,#244e95 33.44%,rgba(36,78,149,0.5) 66.72%,rgba(36,78,149,0) 100%);height:160px;top:auto;bottom:40px}}.gym-slick__list[data-astro-cid-bldau2gt]{position:relative;z-index:10}.section[data-astro-cid-vxl4wgev]{position:relative}.section[data-astro-cid-vxl4wgev]::before{content:"";background-image:url(../images/bg/bg-gym-1.TNtsWkCf.png);background-repeat:no-repeat;background-size:100%;background-position:bottom;width:100%;aspect-ratio:1440/110;position:absolute;top:-10px;z-index:5}@media screen and (max-width: 768px){.section[data-astro-cid-vxl4wgev]::before{background-image:url(../images/bg/bg-gym-1_sp._3WYaAHV.png);aspect-ratio:390/50}}.section[data-astro-cid-vxl4wgev]::after{content:"";background-image:url(../images/bg/bg-social-0.nd1ZRhsW.png);background-repeat:no-repeat;background-size:100%;background-position:bottom;width:100%;aspect-ratio:1440/130;position:absolute;bottom:-10px;z-index:5}@media screen and (max-width: 768px){.section[data-astro-cid-vxl4wgev]::after{background-image:url(../images/bg/bg-social-0_sp.BrW2djZy.png);aspect-ratio:390/50}}.info-inner[data-astro-cid-vxl4wgev]{padding:220px 20px 240px;max-width:900px;margin:0 auto}@media screen and (max-width: 768px){.info-inner[data-astro-cid-vxl4wgev]{padding:28.2051282051vw 20px 20.5128205128vw}}.info-contaier[data-astro-cid-vxl4wgev]{display:grid;-webkit-justify-content:center;justify-content:center;gap:26px;padding:50px 0}@media screen and (max-width: 768px){.info-contaier[data-astro-cid-vxl4wgev]{gap:18px;padding:20px 0}}.info-contaier[data-astro-cid-vxl4wgev]:first-of-type{padding-top:0}.info-contaier[data-astro-cid-vxl4wgev]:last-of-type{padding-bottom:0}.info-title[data-astro-cid-vxl4wgev]{margin:0 auto;width:100%;max-width:860px}@media screen and (max-width: 768px){.info-title[data-astro-cid-vxl4wgev]{max-width:350px}}.info-fb[data-astro-cid-vxl4wgev]{margin:0 auto}.info-box[data-astro-cid-vxl4wgev]{border-radius:14px;border:4px solid #4c4c4c;background:#fff;box-shadow:0 8px 3px 0 rgba(0,0,0,0.6);padding:56px;color:#1c1c1c;font-size:16px;font-weight:500;line-height:1.4}@media screen and (max-width: 768px){.info-box[data-astro-cid-vxl4wgev]{padding:26px;font-size:14px}}.info-box--faq[data-astro-cid-vxl4wgev]{padding:56px 40px 56px 36px}@media screen and (max-width: 768px){.info-box--faq[data-astro-cid-vxl4wgev]{padding:26px}}.info-item[data-astro-cid-vxl4wgev]{display:grid;gap:38px}@media screen and (max-width: 768px){.info-item[data-astro-cid-vxl4wgev]{gap:23px}}.info-item__inner[data-astro-cid-vxl4wgev]{display:grid;grid-template-columns:50px auto;gap:20px}@media screen and (max-width: 768px){.info-item__inner[data-astro-cid-vxl4wgev]{grid-template-columns:30px auto;gap:10px}}.info-item__inner--label[data-astro-cid-vxl4wgev]{font-weight:700}.info-item[data-astro-cid-vxl4wgev]:not(:first-of-type){margin-top:57px;padding-top:62px;position:relative}@media screen and (max-width: 768px){.info-item[data-astro-cid-vxl4wgev]:not(:first-of-type){margin-top:30px;padding-top:30px}}.info-item[data-astro-cid-vxl4wgev]:not(:first-of-type)::before{content:"";background-image:url(../images/bg/line-dots-0.BAlBN7vH.svg);background-size:cover;display:block;position:absolute;top:0;width:100%;height:2px;z-index:5}.section[data-astro-cid-yxtifmrq]{position:relative;background-color:#a9a9ac;background-image:url(../images/bg/bg-pattern-0.CHlGhGvU.png);background-repeat:repeat;background-size:contain}@media screen and (max-width: 768px){.section[data-astro-cid-yxtifmrq]{background-image:url(../images/bg/bg-pattern-0_sp.C9Kk6Yqm.png)}}.social-wrap[data-astro-cid-yxtifmrq]{position:relative}.social-wrap[data-astro-cid-yxtifmrq]::before{content:"";position:absolute;top:0;left:0;z-index:10;display:block;width:100%;height:150px;background:linear-gradient(180deg,#a9a9ac 0%,rgba(169,169,172,0.5) 50%,rgba(169,169,172,0) 100%)}.social-inner[data-astro-cid-yxtifmrq]{position:relative;z-index:50;padding:40px 20px 80px;max-width:900px;margin:0 auto}@media screen and (max-width: 768px){.social-inner[data-astro-cid-yxtifmrq]{padding:60px 20px 80px;max-width:330px}}.social-container[data-astro-cid-yxtifmrq]{display:grid;grid-template-columns:50% 45.3488372093%;gap:4.6511627907%}@media screen and (max-width: 768px){.social-container[data-astro-cid-yxtifmrq]{grid-template-columns:1fr;gap:30px}}.social-content[data-astro-cid-yxtifmrq]{display:grid;gap:20px}@media screen and (max-width: 768px){.social-content[data-astro-cid-yxtifmrq]{gap:12px}}.social-fb[data-astro-cid-yxtifmrq] a[data-astro-cid-yxtifmrq]{border-radius:14px;background:#ececec;padding:40px 50px;display:grid;grid-template-columns:1fr 111px;-webkit-align-items:center;align-items:center;gap:20px;color:#1c1c1c;font-size:22px;font-weight:700;line-height:1.2;cursor:pointer}@media screen and (max-width: 768px){.social-fb[data-astro-cid-yxtifmrq] a[data-astro-cid-yxtifmrq]{padding:20px 49.5px;grid-template-columns:1fr 57px;font-size:16px}}@media (hover: hover){.social-fb[data-astro-cid-yxtifmrq] a[data-astro-cid-yxtifmrq]:hover{opacity:0.6;text-decoration:none}}.social-fb[data-astro-cid-yxtifmrq] a[data-astro-cid-yxtifmrq]:hover{text-decoration:none}@media screen and (max-width: 768px){.social-fb--tw[data-astro-cid-yxtifmrq] a[data-astro-cid-yxtifmrq],.social-fb--hk[data-astro-cid-yxtifmrq] a[data-astro-cid-yxtifmrq]{padding:20px 0;-webkit-justify-content:center;justify-content:center;grid-template-columns:auto 57px}}.social-fb--id[data-astro-cid-yxtifmrq] a[data-astro-cid-yxtifmrq]{padding:40px 29px;height:100%;-webkit-justify-content:center;justify-content:center}@media screen and (max-width: 768px){.social-fb--id[data-astro-cid-yxtifmrq] a[data-astro-cid-yxtifmrq]{padding:20px 0;grid-template-columns:145px 57px}}.social-fb--th[data-astro-cid-yxtifmrq] a[data-astro-cid-yxtifmrq]{padding:40px 37px;height:100%;-webkit-justify-content:center;justify-content:center}@media screen and (max-width: 768px){.social-fb--th[data-astro-cid-yxtifmrq] a[data-astro-cid-yxtifmrq]{padding:20px 0;grid-template-columns:134px 57px}}.social-fb__text--tw[data-astro-cid-yxtifmrq]{max-width:126px}@media screen and (max-width: 768px){.social-fb__text--tw[data-astro-cid-yxtifmrq]{max-width:140px}}.social-fb__text--hk[data-astro-cid-yxtifmrq]{max-width:142px}@media screen and (max-width: 768px){.social-fb__text--hk[data-astro-cid-yxtifmrq]{max-width:156px}}main[data-astro-cid-sckkx6r4].new-trainer-journey::before{content:"";position:fixed;inset:0;background:url(../images/bg/bg.Dezmf_iZ.png) center/cover no-repeat;z-index:-1}@media screen and (max-width: 768px){main[data-astro-cid-sckkx6r4].new-trainer-journey::before{background:url(../images/bg/bg_sp.DeaET33F.png) center/cover no-repeat}}