@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
/*-----------------------------------

beyblade.scss

------------------------------------*/
.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

footer #bottomArea p {
  text-align: center;
}

.fade-here,
.fade-scale,
.fade-up,
.fade-down,
.fade-from-left,
.fade-from-right {
  transition: 0.3s ease-in-out;
}

html {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
}

#main {
  padding-top: 0;
}

.container {
  padding: 0;
  background: none;
}

.specialArea {
  background-color: rgba(255, 255, 255, 0.8);
}

.contArea {
  position: relative;
  width: 100%;
  height: 100%;
}

.beyblade {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.65;
}
.beyblade img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.beyblade .inner {
  margin: 0 5.3333333333vw;
  width: auto;
}

.cmn__fixed--bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(/img/special/beyblade/cmn-bg01-pc.jpg) center top no-repeat;
  background-size: cover;
  opacity: 0.25;
}

.kv {
  position: relative;
}

.kv__jleague--logo {
  position: absolute;
  top: 2.6666666667vw;
  left: 2.6666666667vw;
  width: 10.6666666667vw;
}

.kv__composite--logo {
  margin: 0;
}

.about__lead--wrap {
  margin: 13.3333333333vw 0;
  text-align: center;
}

.about__lead--txt {
  margin: 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.6;
}
.about__lead--txt + .about__lead--txt {
  margin-top: 5.3333333333vw;
}
.about__lead--txt mark {
  background: none;
  color: #fff;
  font-size: 5.6vw;
  font-weight: 700;
  text-shadow: 0 0 10px #00cacf, 0 0 10px #00cacf, 0 0 20px #00cacf;
}

.about__beyblade--wrap {
  margin: 0 auto;
  width: auto;
  border: 1px solid #00cacf;
  background-color: rgba(0, 202, 207, 0.1);
  background-image: url(/img/special/beyblade/cmn-pat-h-li-bk-bg01.png);
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 202, 207, 0.5), 0 0 30px rgba(0, 202, 207, 0.5);
}

.about__beyblade--ttl {
  margin: 2px;
  padding: 20px 0;
  background-color: rgba(0, 202, 207, 0.75);
  text-align: center;
}
.about__beyblade--ttl img {
  width: 80vw;
}

.about__beyblade--txt {
  margin: 5.3333333333vw 0;
}
.about__beyblade--txt p {
  margin: 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
.about__beyblade--txt p ruby {
  font-weight: 700;
}
.about__beyblade--txt p ruby rt {
  margin-bottom: 0.2em;
  font-size: 2.1333333333vw;
  font-weight: 500;
}

.about__youtube--wrap {
  margin-top: 10.6666666667vw;
  padding: 2px;
  width: auto;
  border: 1px solid #00cacf;
  box-sizing: border-box;
}
.about__youtube--wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.main__contents {
  border-top: 2px solid #00cacf;
  margin-top: 13.3333333333vw;
  padding-top: 13.3333333333vw;
  background-color: rgba(0, 0, 0, 0.5);
}

.gnav__btn--list {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  gap: 2.6666666667vw;
  list-style: none;
}

.gnav__btn--item {
  width: 43.3333333333vw;
  background-color: #000;
  font-weight: 700;
  text-align: center;
  border: 1px solid #00cacf;
  box-shadow: 0 0 10px rgba(0, 202, 207, 0.5), 0 0 20px rgba(0, 202, 207, 0.5);
  box-sizing: border-box;
}
.gnav__btn--item a {
  display: block;
  padding: 2.6666666667vw 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 8vw;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.gnav__btn--item a::after {
  display: block;
  content: "";
  margin: 1.6vw auto 0;
  width: 1.6vw;
  height: 1.6vw;
  border-top: 2px solid #00cacf;
  border-right: 2px solid #00cacf;
  transform: rotateZ(135deg);
}
.gnav__btn--item a i {
  display: block;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 700;
}

#goods {
  padding-top: 20vw;
}

.goods__maim--head {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 18.6666666667vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0 0 10px #00cacf, 0 0 30px #00cacf;
}

.goods__maim--txt {
  margin: 5.3333333333vw 0 0 0;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.goods__maim--txt i {
  font-style: normal;
  font-size: 4.2666666667vw;
  font-weight: 700;
}

.goods__mv--img {
  margin: 8vw auto 0;
  width: auto;
}

.goods__mv--figure {
  margin: 0;
}

.goods__spec--img {
  display: block;
  margin-top: 5.3333333333vw;
}

.goods__spec--dransword {
  width: auto;
}

.goods__spec--cobaltdragoon {
  margin-top: 5.3333333333vw;
  width: auto;
}

.goods__spec--figure {
  margin: 0;
}

.goods__catalog--wrap {
  margin-top: 5.3333333333vw;
  background-color: rgba(0, 202, 207, 0.1);
  background-image: url(/img/special/beyblade/cmn-pat-h-li-bk-bg01.png);
  border: 1px solid #00cacf;
  box-sizing: border-box;
  box-shadow: 0 0 10px #00cacf, 0 0 30px #00cacf;
}

.goods__catalog--head {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 1px;
  padding: 0 2.6666666667vw;
  min-height: 10.6666666667vw;
  background-color: rgba(0, 202, 207, 0.4);
  overflow: hidden;
}
.goods__catalog--head::before {
  position: absolute;
  top: 4.2666666667vw;
  right: 0;
  content: "BX-00";
  color: #00cacf;
  font-family: "Rajdhani", sans-serif;
  font-size: 21.3333333333vw;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  line-height: 21.3333333333vw;
  opacity: 0.1;
}
.goods__catalog--head.dransword::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "DRANSWORD";
  color: #00cacf;
  font-family: "Rajdhani", sans-serif;
  font-size: 7.7333333333vw;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.1;
}
.goods__catalog--head.cobaltdragoon::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "cobaltdragoon";
  color: #00cacf;
  font-family: "Rajdhani", sans-serif;
  font-size: 7.7333333333vw;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.1;
}

.goods__catalog--ttl {
  margin: 0;
  padding: 1.3333333333vw 0 0;
  font-size: 5.6vw;
  font-weight: 700;
}
.goods__catalog--ttl ruby {
  font-weight: 700;
}
.goods__catalog--ttl ruby rt {
  font-size: 5.3333333333vw;
}
.goods__catalog--ttl i {
  display: block;
  font-size: 3.2vw;
  font-style: normal;
}

.goods__catalog--sub {
  margin: 1.3333333333vw 0 2.6666666667vw 0;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.goods__catalog--txt {
  margin: 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.8;
}

.goods__catalog--price {
  margin: 0 5.3333333333vw 5.3333333333vw;
  color: #00cacf;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: right;
  line-height: 1;
}
.goods__catalog--price strong {
  font-family: "Rajdhani", sans-serif;
  font-size: 13.3333333333vw;
  font-weight: 700;
}
.goods__catalog--price span {
  margin-right: 1em;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
}

.goods__beytube--lead {
  margin: 13.3333333333vw 0 0 0;
  font-size: 5.6vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.6;
  text-shadow: 0 0 10px #00cacf, 0 0 20px #00cacf;
}

.goods__beytube--txt {
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
}
.goods__beytube--txt mark {
  background: none;
  color: #00cacf;
  font-weight: 700;
}

.goods__beytube--pv {
  margin-top: 40px;
  padding: 2px;
  width: auto;
  border: 1px solid #00cacf;
  box-sizing: border-box;
}
.goods__beytube--pv iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.goods__purchase--wrap {
  margin: 13.3333333333vw 0 20vw;
}

.goods__purchase--head {
  margin: 0;
  font-size: 8.5333333333vw;
  font-weight: 700;
  text-align: center;
}
.goods__purchase--head i {
  display: block;
  color: #00cacf;
  font-family: "Rajdhani", sans-serif;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

.goods__purchase--list {
  display: block;
  justify-content: space-between;
  margin-top: 8vw;
}

.goods__purchase--box {
  width: auto;
  border: 1px solid #00cacf;
  box-sizing: border-box;
  box-shadow: 0 0 10px #00cacf, 0 0 20px #00cacf;
}
.goods__purchase--box + .goods__purchase--box {
  margin-top: 8vw;
}

.goods__purchase--ttl {
  margin: 4vw 0 0 0;
  font-size: 6.9333333333vw;
  font-weight: 700;
  text-align: center;
}
.goods__purchase--ttl::after {
  display: block;
  content: "";
  margin: 4vw auto 0;
  width: 8vw;
  height: 2px;
  background-color: #00cacf;
}

.goods__purchase--date {
  margin: 5.3333333333vw 0 0 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.goods__purchase--date i {
  font-style: normal;
  font-weight: 700;
}
.goods__purchase--date mark {
  background: none;
  color: #fff;
  font-size: 6.4vw;
  font-weight: 700;
}

.goods__purchase--bnr {
  display: block;
  margin: 8vw auto 0;
  width: 80vw;
  border: 1px solid #00cacf;
  box-sizing: border-box;
  box-shadow: 0 0 10px #00cacf, 0 0 20px #00cacf;
}

.goods__purchase--txt {
  margin: 8vw 0 10.6666666667vw;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
}

.goods__purchase--note {
  margin: 8vw 0 10.6666666667vw;
  font-size: 2.6666666667vw;
  text-align: center;
}
.goods__purchase--note:before {
  content: "※";
}

#event {
  padding: 20vw 0;
  background-color: rgba(0, 202, 207, 0.2);
}

.event__maim--head {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 18.6666666667vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0 0 10px #00cacf, 0 0 20px #00cacf;
}

.event__maim--txt {
  margin: 4vw 0 0 0;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.event__maim--txt i {
  font-style: normal;
  font-size: 4.2666666667vw;
}

.event__target {
  margin: 10.6666666667vw auto 0;
  width: auto;
  background-color: rgba(0, 202, 207, 0.1);
  border: 1px solid #00cacf;
  box-sizing: border-box;
  box-shadow: 0 0 10px #00cacf, 0 0 20px #00cacf;
}

.event__target--head {
  position: relative;
  margin: 0;
  padding: 5.3333333333vw 0;
  background-color: rgba(0, 202, 207, 0.3);
  font-size: 8vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.event__target--head::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/img/special/beyblade/cmn-pat-h-li-wh-bg01.png);
  opacity: 0.1;
}

.event__target--txt {
  margin: 0;
  padding: 3.2vw 0;
  background-color: #000;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.event__target--txt i {
  font-size: 3.7333333333vw;
  font-style: normal;
  font-weight: 700;
}

.event__target--match {
  padding: 8vw 0;
}
.event__target--match:nth-of-type(even) {
  background-color: rgba(0, 202, 207, 0.5);
}

.event__target--card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.event__target--club {
  margin: 0;
  width: 32vw;
  text-align: center;
}
.event__target--club img {
  margin: 0 auto;
  width: auto;
  height: 16vw;
}
.event__target--club figcaption {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.event__target--blank {
  display: block;
  margin: 0 auto;
  width: 16vw;
  height: 16vw;
  background-color: rgba(0, 202, 207, 0.1);
  border: 1px solid #00cacf;
  box-sizing: border-box;
  box-shadow: 0 0 10px #00cacf, 0 0 20px #00cacf;
}

.event__target--date {
  width: 40vw;
  font-family: "Rajdhani", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.event__target--date mark {
  background: none;
  color: #fff;
  font-size: 9.6vw;
  font-weight: 700;
}

.event__target--btn {
  position: relative;
  margin: 8vw 5.3333333333vw 0;
  display: block;
  width: auto;
  height: 18.6666666667vw;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #00cacf;
  box-sizing: border-box;
  text-align: center;
}
.event__target--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2px;
  height: 100%;
  color: #fff;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1em;
}
.event__target--btn a p {
  margin: 0;
  font-weight: 700;
}
.event__target--btn a i {
  display: block;
  margin-top: 2.1333333333vw;
  width: 100%;
  color: #00cacf;
  font-family: "Rajdhani", sans-serif;
  font-size: 3.2vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1em;
}
.event__target--btn a span {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  width: 20px;
  height: calc(100% - 4px);
  background-color: rgba(0, 202, 207, 0.5);
}
.event__target--btn a span:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 11px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotateZ(45deg) translateY(-50%);
}

.event__target--notes {
  margin: 4.2666666667vw auto 0;
  padding-left: 0;
  width: auto;
  list-style-type: none;
}
.event__target--notes .event__target--item {
  position: relative;
  padding-left: 1em;
  font-size: 3.7333333333vw;
  box-sizing: border-box;
}
.event__target--notes .event__target--item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.event__canpaign--btn {
  margin: 10.6666666667vw auto 0;
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/img/special/beyblade/cmn-pat-h-li-bk-bg01.png);
  border: 1px solid #00cacf;
  text-align: center;
}
.event__canpaign--btn a {
  display: block;
  padding: 2px;
  color: #fff;
}

.event__canpaign--txt {
  display: block;
  margin-top: 2.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.4;
}

.event__canpaign--here {
  display: block;
  margin-top: 2.6666666667vw;
  padding: 1.3333333333vw 0;
  background-color: grey;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 1;
}

.event__topics {
  margin-top: 20vw;
}

.event__topics--head {
  margin: 0;
  font-size: 13.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.event__topics--head i {
  display: block;
  margin-top: 2.6666666667vw;
  color: #00cacf;
  font-family: "Rajdhani", sans-serif;
  font-size: 5.3333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}

.event__topics--box {
  margin: 13.3333333333vw auto 0;
  width: auto;
  box-sizing: border-box;
}

.event__topics--ttl {
  display: block;
  width: auto;
  background-color: rgba(0, 202, 207, 0.75);
  color: #000;
  font-size: 5.3333333333vw;
  text-align: center;
  line-height: 1.2;
}
.event__topics--ttl p {
  margin: 0;
  padding: 2.6666666667vw 2.6666666667vw;
  font-size: 4.8vw;
  font-weight: 700;
}
.event__topics--ttl i {
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 700;
}

.event__topics--num {
  display: block;
  padding: 1.6vw 0;
  width: auto;
  background-color: #000;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
}

.event__topics--figure {
  position: relative;
  margin: 5.3333333333vw 0 0 0;
  text-align: center;
}
.event__topics--figure img {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #00cacf;
  box-sizing: border-box;
}
.event__topics--figure figcaption {
  position: absolute;
  bottom: 2.6666666667vw;
  left: 50%;
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
  line-height: 1;
  transform: translateX(-50%);
}

.event__topics--lead {
  margin: 5.3333333333vw 0 0 0;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 10px #00cacf, 0 0 20px #00cacf;
}

.event__topics--txt {
  margin: 4vw 0 0 0;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
}

.event__outline--wrap {
  margin: 6.6666666667vw auto 0;
  padding: 5.3333333333vw;
  width: auto;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #00cacf;
  box-sizing: border-box;
}

.event__outline--lead {
  margin: 0;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.event__outline--list {
  display: flex;
  flex-wrap: wrap;
  margin: 2.6666666667vw 0 0 0;
  font-size: 3.7333333333vw;
  font-weight: 700;
}

.event__outline--ttl {
  position: relative;
  width: 5em;
  font-weight: 700;
}
.event__outline--ttl:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
}

.event__outline--txt {
  margin: 0;
  width: calc(100% - 5em);
  font-weight: 700;
}

.event__outline--notes {
  padding-left: 0;
  list-style: none;
  font-size: 2.6666666667vw;
  font-weight: 400;
}

.event__outline--item {
  position: relative;
  padding-left: 1em;
}
.event__outline--item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.event__rule--list {
  margin: 20px 0 0 0;
  padding-left: 0;
  font-size: 3.7333333333vw;
  font-weight: 700;
  list-style: none;
}
.event__rule--list .event__rule--txt {
  font-weight: 700;
}
.event__rule--list a {
  color: #00cacf;
  font-weight: 700;
  text-decoration: underline;
}

.event__topics--notes {
  margin: 5.3333333333vw auto 0;
  padding-left: 0;
  width: auto;
  list-style: none;
}

.event__topics--item {
  position: relative;
  padding-left: 1em;
  font-size: 2.6666666667vw;
}
.event__topics--item:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}