.site-main {
  padding-bottom: 0;
}
.site-main .breadcrumb {
  position: relative;
  z-index: 2;
}
.site-footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 80px;
}
.page-content {
  position: relative;
  background-color: #fff;
  background-image: url(/v=1659065610/files/user/beginner_new2208/page_content_bg_pc.webp);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100%;
}
@media screen and (max-width: 961px) {
  .page-content {
    background-image: url(/v=1659065610/files/user/beginner_new2208/page_content_bg_sp.webp);
    background-size: 961px 1740px;
  }
}
.beginner-keyvisual {
  position: relative;
  color: #fff;
}
.beginner-keyvisual::before {
  content: "";
  position: fixed;
  z-index: 0;
  top: 110px;
  left: 0;
  display: block;
  width: 100vw;
  height: 535px;
  background-image: url(/v=1659065610/files/user/beginner_new2208/keyvisual_bg_pc.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 961px) {
  .beginner-keyvisual::before {
    top: 61px;
    height: 355px;
    background-image: url(/v=1659065610/files/user/beginner_new2208/keyvisual_bg_sp.webp);
  }
}
.beginner-keyvisual .keyvisual-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}
@media screen and (max-width: 961px) {
  .beginner-keyvisual .keyvisual-content {
    height: 320px;
  }
}
.beginner-keyvisual .keyvisual-title {
  padding-top: 50px;
  background-image: url(/v=1656334192/files/user/beginner_new2208/keyvisual_icon_beginner.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 961px) {
  .beginner-keyvisual .keyvisual-title {
    padding-top: 30px;
    background-size: 18.33px;
  }
}
.beginner-keyvisual .keyvisual-title-text-1 {
  display: block;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 961px) {
  .beginner-keyvisual .keyvisual-title-text-1 {
    font-size: 20px;
  }
}
.beginner-keyvisual .keyvisual-title-text-2 {
  display: block;
}
.beginner-keyvisual .keyvisual-title-text-2 .font-blg {
  font-size: 74px;
}
@media screen and (max-width: 961px) {
  .beginner-keyvisual .keyvisual-title-text-2 .font-blg {
    font-size: 55px;
  }
}
@media screen and (max-width: 961px) {
  .beginner-navigation {
    text-align: center;
  }
}
.beginner-navigation .navigation-list {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
}
@media screen and (max-width: 961px) {
  .beginner-navigation .navigation-list {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
    padding-top: 15px;
  }
}
.beginner-navigation .navigation-list li {
  text-align: left;
}
@media screen and (max-width: 961px) {
  .beginner-navigation .navigation-list li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .beginner-navigation .navigation-list li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-left: 15px;
  }
  .beginner-navigation .navigation-list li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    margin-left: 15px;
  }
  .beginner-navigation .navigation-list li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    margin-top: 16px;
  }
  .beginner-navigation .navigation-list li:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    margin-top: 16px;
    margin-left: 15px;
  }
}
.beginner-navigation .navigation-list li a {
  display: flex;
  align-items: flex-start;
  color: #6F7E90;
  transition: color 0.3s ease;
}
@media screen and (max-width: 961px) {
  .beginner-navigation .navigation-list li a {
    transition: none;
  }
}
.beginner-navigation .navigation-list li a .item-number {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  margin-top: 1px;
  border-bottom: 3px solid #B21920;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 961px) {
  .beginner-navigation .navigation-list li a .item-number {
    width: 34px;
    margin-top: 0;
  }
}
.beginner-navigation .navigation-list li a .item-number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 6px;
  border-style: solid;
  border-color: #B21920 transparent transparent;
  transform: translate(-50%, 14px);
}
.beginner-navigation .navigation-list li a .item-number .font-blg {
  margin-left: -1px;
  font-size: 30px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 961px) {
  .beginner-navigation .navigation-list li a .item-number .font-blg {
    font-size: 20px;
  }
}
.beginner-navigation .navigation-list li a .item-text {
  flex-grow: 0;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 10px;
  font-size: 17px;
  line-height: 22px;
}
@media screen and (max-width: 961px) {
  .beginner-navigation .navigation-list li a .item-text {
    font-size: 12px;
    line-height: 14px;
  }
}
.beginner-navigation .navigation-list li a:hover {
  color: #B21920;
}
@media screen and (max-width: 961px) {
  .beginner-navigation .navigation-list li a:hover {
    color: #6F7E90;
  }
}
.beginner-section .beginner-headline .headline-title {
  position: relative;
  z-index: 1;
  padding-left: 0;
  text-align: center;
}
.beginner-section .beginner-headline .headline-title::before {
  content: none;
}
.beginner-section .beginner-headline .headline-title-number {
  display: block;
  color: rgba(111, 126, 144, 0.7);
}
.beginner-section .beginner-headline .headline-title-number .font-blg {
  font-size: 120px;
  line-height: 1;
}
@media screen and (max-width: 961px) {
  .beginner-section .beginner-headline .headline-title-number .font-blg {
    font-size: 60px;
  }
}
.beginner-section .beginner-headline .headline-title-text {
  display: block;
  color: #6F7E90;
  font-size: 44px;
  font-weight: normal;
}
@media screen and (max-width: 961px) {
  .beginner-section .beginner-headline .headline-title-text {
    margin-top: -10px;
    font-size: 22px;
  }
}
.beginner-section .beginner-headline .headline-title-text.color-reversal {
  color: #fff;
}
.beginner-section .beginner-headline .headline-title-text .font-blg {
  margin-right: 5px;
  font-size: 68px;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media screen and (max-width: 961px) {
  .beginner-section .beginner-headline .headline-title-text .font-blg {
    margin-top: 0;
    font-size: 30px;
  }
}
.beginner-about {
  position: relative;
}
.beginner-about::before, .beginner-about::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 487px;
  height: 1252px;
  background: url(/v=1656334190/files/user/beginner_new2208/common_section_effect.webp) no-repeat 0 0;
}
@media screen and (max-width: 961px) {
  .beginner-about::before, .beginner-about::after {
    width: 182px;
    height: 487px;
    background-size: contain;
  }
}
.beginner-about::before {
  top: 0;
  left: 50%;
  transform: translateX(642px);
}
@media screen and (max-width: 961px) {
  .beginner-about::before {
    top: calc(56.4102564103vw + 1px);
    left: auto;
    right: -120px;
    transform: translateX(0px);
  }
}
.beginner-about::after {
  bottom: 0;
  right: 50%;
  transform: scale(67.7%) rotate(180deg) translate(900px, -250px);
}
@media screen and (max-width: 961px) {
  .beginner-about::after {
    top: calc(56.4102564103vw + 220px);
    bottom: auto;
    right: auto;
    left: -110px;
    transform: scale(67.7%) rotate(180deg);
  }
}
.beginner-about .beginner-headline .headline-title-text {
  margin-top: 0;
  font-size: 16px;
}
.beginner-about-description {
  margin-top: -128px;
}
@media screen and (max-width: 961px) {
  .beginner-about-description {
    margin-top: -60px;
  }
}
.beginner-about-description .description-video {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 970px;
  height: 546px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-video {
    width: 100vw;
    height: 56.4102564103vw;
    border-radius: 0;
    margin-left: -10px;
  }
}
.beginner-about-description .description-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}
.beginner-about-description .description-list {
  position: relative;
  display: flex;
  width: 100vw;
  max-width: 1280px;
  margin-top: -60px;
  margin-left: 50%;
  padding: 0 20px;
  transform: translateX(-50%);
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-list {
    display: block;
    width: 100%;
    margin-top: -20px;
    margin-left: 0;
    padding: 0;
    transform: none;
  }
}
.beginner-about-description .description-item {
  flex-grow: 1;
  flex-basis: 0;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item {
    display: flex;
  }
}
.beginner-about-description .description-item:nth-child(n+2) {
  margin-left: 35px;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item:nth-child(n+2) {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item .item-image {
    flex-shrink: 0;
    width: 180px;
  }
}
.beginner-about-description .description-item .item-image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.beginner-about-description .description-item dl {
  position: relative;
  margin-top: -17px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dl {
    flex-grow: 1;
    margin-top: 10px;
    margin-left: 15px;
    text-align: left;
  }
}
.beginner-about-description .description-item dt .item-title-lead-svg {
  display: block;
}
.beginner-about-description .description-item dt .item-title-lead-svg svg {
  width: 100%;
  height: 34px;
  transform: translateX(50%);
  overflow: visible;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dt .item-title-lead-svg svg {
    height: 18px;
    transform: translateX(0%);
  }
}
.beginner-about-description .description-item dt .item-title-lead-svg .svg-stop {
  transition: stop-color ease 0.5s;
}
.beginner-about-description .description-item dt .item-title-lead-svg .svg-stop .mark-1 {
  stop-color: #27313C;
}
.beginner-about-description .description-item dt .item-title-lead-svg .svg-stop .mark-2 {
  stop-color: #27313C;
}
.beginner-about-description .description-item dt .item-title-lead-svg .svg-text {
  font-size: 48px;
  text-anchor: middle;
  transform: translate(0%, 34px);
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dt .item-title-lead-svg .svg-text {
    font-size: 25px;
    text-anchor: start;
    transform: translate(0%, 18px);
  }
}
.beginner-about-description .description-item dt .item-title-lead {
  display: block;
}
.beginner-about-description .description-item dt .item-title-lead .font-blg {
  display: inline-block;
  font-size: 48px;
  line-height: 1;
  background: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dt .item-title-lead .font-blg {
    font-size: 25px;
  }
}
.beginner-about-description .description-item dt .item-title-text {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dt .item-title-text {
    margin-top: 5px;
    font-size: 10px;
  }
}
.beginner-about-description .description-item dd {
  margin-top: 5px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dd {
    font-size: 10px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 961px) {
  .beginner-about-description .description-item dd br {
    display: none;
  }
}
.beginner-about-description .description-item.worldclass dt .item-title-lead-svg.is-over-expand .mark-1 {
  stop-color: #F00000;
}
.beginner-about-description .description-item.worldclass dt .item-title-lead-svg.is-over-expand .mark-2 {
  stop-color: #C929B7;
}
.beginner-about-description .description-item.worldclass dt .item-title-lead .font-blg {
  background-image: linear-gradient(to right, #F00000 0%, #C929B7 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.beginner-about-description .description-item.exciting dt .item-title-lead-svg.is-over-expand .mark-1 {
  stop-color: #FF7F00;
}
.beginner-about-description .description-item.exciting dt .item-title-lead-svg.is-over-expand .mark-2 {
  stop-color: #FF4686;
}
.beginner-about-description .description-item.exciting dt .item-title-lead .font-blg {
  background-image: linear-gradient(to right, #FF7F00 0%, #FF4686 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.beginner-about-description .description-item.bleague dt .item-title-lead-svg.is-over-expand .mark-1 {
  stop-color: #DB1B9D;
}
.beginner-about-description .description-item.bleague dt .item-title-lead-svg.is-over-expand .mark-2 {
  stop-color: #377BAC;
}
.beginner-about-description .description-item.bleague dt .item-title-lead .font-blg {
  background-image: linear-gradient(to right, #DB1B9D 0%, #377BAC 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.beginner-about-club {
  margin-top: 45px;
}
@media screen and (max-width: 961px) {
  .beginner-about-club {
    margin-top: 30px;
  }
}
.beginner-about-club .club-headline {
  display: flex;
  align-items: center;
}
.beginner-about-club .club-headline .headline-title {
  flex-shrink: 0;
}
.beginner-about-club .club-headline .headline-title h3 {
  font-size: 24px;
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-headline .headline-title h3 {
    font-size: 18px;
  }
}
.beginner-about-club .club-headline p {
  flex-grow: 1;
  margin-left: 20px;
  font-size: 12px;
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-headline p {
    font-size: 10px;
  }
}
.beginner-about-club .club-tab {
  display: flex;
  align-items: center;
  width: 400px;
  height: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-tab {
    width: 100%;
  }
}
.beginner-about-club .club-tab-wrapper {
  margin-top: 30px;
}
.beginner-about-club .club-tab-content {
  display: none;
  margin-top: 30px;
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-tab-content {
    margin-top: 15px;
  }
}
.beginner-about-club .club-tab-content.is-active {
  display: block;
}
.beginner-about-club .club-tab-item {
  flex-grow: 1;
  flex-basis: 0;
  height: 100%;
}
.beginner-about-club .club-tab-item button {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #6F7E90;
  transition: all 0.3s ease;
}
.beginner-about-club .club-tab-item button .font-blg {
  font-size: 18px;
}
.beginner-about-club .club-tab-item.is-active button {
  background-color: #B21920;
  border-color: #B21920;
  color: #fff;
}
.beginner-about-club .club-tab-button {
  text-align: center;
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-tab-button {
    margin-top: 30px;
  }
}
.beginner-about-club .club-list {
  display: flex;
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-list {
    display: block;
  }
}
.beginner-about-club .club-list-title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.beginner-about-club .club-list-title .title-number {
  display: block;
}
.beginner-about-club .club-list-title .title-number .font-blg {
  font-size: 90px;
  line-height: 1;
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-list-title .title-number .font-blg {
    font-size: 50px;
  }
}
.beginner-about-club .club-list-title .title-unit {
  display: block;
  margin-top: -5px;
}
.beginner-about-club .club-list-title .title-unit .font-blg {
  font-size: 34px;
  line-height: 1;
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-list-title .title-unit .font-blg {
    font-size: 19px;
  }
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-list-map {
    text-align: center;
  }
}
.beginner-about-club .club-list-map .wrap-svg {
  position: relative;
  width: 610px;
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-list-map .wrap-svg {
    display: inline-block;
    width: auto;
  }
}
.beginner-about-club .club-list-map .svg {
  width: 100%;
  height: auto;
}
.beginner-about-club .club-list-map .svg-land {
  fill: #E0E0E0;
}
.beginner-about-club .club-list-map .svg-location {
  fill: #B21920;
}
.beginner-about-club .club-list-map .svg-border {
  fill: none;
  stroke: #c4c4c4;
  stroke-linecap: round;
  stroke-width: 3px;
}
.beginner-about-club .club-list-map .svg-line {
  fill: none;
  stroke: #c4c4c4;
}
.beginner-about-club .club-list-map a {
  display: inline-block;
}
.beginner-about-club .club-list-map a > g {
  stroke: rgba(255, 255, 255, 0.1);
  transition: stroke ease-in 0.4s;
}
.beginner-about-club .club-list-map a .svg-circle {
  fill: #f2f2f2;
}
.beginner-about-club .club-list-map a:hover {
  opacity: 1;
}
.beginner-about-club .club-list-map a:hover > g {
  stroke: rgba(178, 25, 32, 0.2);
}
.beginner-about-club .club-list-name {
  display: flex;
  margin-left: 20px;
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-list-name {
    justify-content: center;
    margin-top: 10px;
    margin-left: 0;
  }
}
.beginner-about-club .club-list-name ul:nth-child(n+2) {
  margin-left: 10px;
}
.beginner-about-club .club-list-name ul li:nth-child(n+2) {
  margin-top: 10px;
}
.beginner-about-club .club-list-name ul li a {
  display: flex;
  align-items: center;
  color: #0148A8;
}
.beginner-about-club .club-list-name ul li .item-logo {
  width: 30px;
}
.beginner-about-club .club-list-name ul li .item-logo img {
  width: 100%;
}
.beginner-about-club .club-list-name ul li .item-name {
  margin-left: 10px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 961px) {
  .beginner-about-club .club-list-name ul li .item-name {
    font-size: 10px;
    white-space: normal;
  }
}
.beginner-player-feature {
  margin-top: -124px;
  padding-bottom: 20px;
  background-color: #000;
  background-image: url(/v=1656334194/files/user/beginner_new2208/player_feature_bg_pc.webp);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 961px) {
  .beginner-player-feature {
    margin-top: -53px;
    padding-bottom: 10px;
    background-image: url(/v=1656334195/files/user/beginner_new2208/player_feature_bg_sp.webp);
  }
}
.beginner-player-feature > .site-container::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.beginner-player-feature .feature-visual {
  position: relative;
  z-index: 1;
  margin-top: -23px;
}
@media screen and (max-width: 961px) {
  .beginner-player-feature .feature-visual {
    margin-top: -16px;
  }
}
.beginner-player-feature .feature-visual-item {
  width: 1351px;
  height: 587px;
  margin-left: 50%;
  background-image: url(/v=1743408561/files/user/beginner_new2208/player_feature_visual_pc.webp);
  background-repeat: no-repeat;
  background-position: center top;
  transform: translate(-50%, 15%);
}
@media screen and (max-width: 961px) {
  .beginner-player-feature .feature-visual-item {
    top: -15px;
    width: 100%;
    max-width: 495px;
    height: 466px;
    background-image: url(/v=1743408561/files/user/beginner_new2208/player_feature_visual_sp.webp);
    background-size: contain;
  }
}
.beginner-player-feature .feature-button {
  margin-top: 140px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .beginner-player-feature .feature-button {
    margin-top: 70px;
  }
}
.beginner-player-feature .marker-list {
  margin-top: 10px;
}
.beginner-schedule-content {
  margin-top: -130px;
  padding: 200px 0 70px;
  background: url(/v=1659065662/files/user/beginner_new2208/schedule_bg.webp) no-repeat center top/cover;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .beginner-schedule-content {
    margin-top: -60px;
  }
}
@media screen and (max-width: 641px) {
  .beginner-schedule-content {
    padding: 160px 0 40px;
    background-image: url(/v=1659065662/files/user/beginner_new2208/schedule_bg_sp.webp);
  }
}
.beginner-schedule-text img {
  width: 333px;
  height: auto;
}
@media screen and (max-width: 641px) {
  .beginner-schedule-text img {
    width: 274px;
  }
}
.beginner-schedule-button {
  margin-top: 85px;
  text-align: center;
}
.beginner-howto {
  position: relative;
}
.beginner-howto::before, .beginner-howto::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 487px;
  height: 1252px;
  background: url(/v=1656334190/files/user/beginner_new2208/common_section_effect.webp) no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 961px) {
  .beginner-howto::before, .beginner-howto::after {
    width: 182px;
    height: 487px;
    background-size: contain;
  }
}
.beginner-howto::before {
  top: 0;
  right: 50%;
  transform: scale(82.9%) rotateY(180deg) translate(750px, -250px);
}
@media screen and (max-width: 961px) {
  .beginner-howto::before {
    top: -100px;
    right: auto;
    left: -100px;
    transform: scale(82.9%) rotateY(180deg) translateX(0px);
  }
}
.beginner-howto::after {
  bottom: 0;
  left: 50%;
  transform: scale(66.1%) rotateX(180deg) translate(900px, -300px);
}
@media screen and (max-width: 961px) {
  .beginner-howto::after {
    bottom: 50px;
    right: -100px;
    left: auto;
    transform: scale(67.7%) rotateX(180deg);
  }
}
.beginner-howto-article .article-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item {
    display: block;
  }
}
.beginner-howto-article .article-item:nth-child(n+2) {
  margin-top: 70px;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.beginner-howto-article .article-item-picture {
  flex-shrink: 0;
  width: 600px;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item-picture {
    width: auto;
  }
}
.beginner-howto-article .article-item-picture img {
  width: 100%;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item-description {
    margin-top: 20px;
  }
}
.beginner-howto-article .article-item-description .description-lead-svg svg {
  width: 100%;
  height: 48px;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item-description .description-lead-svg svg {
    height: 38px;
  }
}
.beginner-howto-article .article-item-description .description-lead-svg .svg-stop {
  transition: stop-color ease 0.5s;
}
.beginner-howto-article .article-item-description .description-lead-svg .svg-stop .mark-1 {
  stop-color: #27313C;
}
.beginner-howto-article .article-item-description .description-lead-svg .svg-stop .mark-2 {
  stop-color: #27313C;
}
.beginner-howto-article .article-item-description .description-lead-svg .svg-text {
  font-size: 68px;
  transform: translate(0, 48px);
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item-description .description-lead-svg .svg-text {
    font-size: 52px;
    transform: translate(0, 38px);
  }
}
.beginner-howto-article .article-item-description .description-lead {
  white-space: nowrap;
}
.beginner-howto-article .article-item-description .description-lead .font-blg {
  display: inline-block;
  font-size: 68px;
  line-height: 1;
  background: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item-description .description-lead .font-blg {
    font-size: 52px;
  }
}
.beginner-howto-article .article-item-description .description-title {
  margin-top: 10px;
}
.beginner-howto-article .article-item-description .description-title h3 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item-description .description-title h3 {
    font-size: 20px;
  }
}
.beginner-howto-article .article-item-description .description-text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item-description .description-text {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.beginner-howto-article .article-item-description .description-button {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item-description .description-button {
    margin-top: 20px;
  }
}
.beginner-howto-article .article-item-description .description-link {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item-description .description-link {
    margin-top: 10px;
  }
}
.beginner-howto-article .article-item-description .description-link .link-line {
  font-size: 12px;
  font-weight: 500;
}
.beginner-howto-article .article-item:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.beginner-howto-article .article-item:nth-child(2n+1) .article-item-description {
  margin-right: 30px;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item:nth-child(2n+1) .article-item-description {
    margin-right: 0;
  }
}
.beginner-howto-article .article-item:nth-child(2n) .article-item-description {
  margin-left: 30px;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item:nth-child(2n) .article-item-description {
    margin-left: 0;
  }
}
.beginner-howto-article .article-item.enjoy .article-item-picture {
  width: 649px;
  margin-right: -49px;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item.enjoy .article-item-picture {
    width: auto;
    margin-right: 0;
  }
}
.beginner-howto-article .article-item.enjoy .description-lead .font-blg {
  background-image: linear-gradient(to right, #FFA700 0%, #FF4646 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.beginner-howto-article .article-item.enjoy .description-lead-svg.is-over-expand .mark-1 {
  stop-color: #FFA700;
}
.beginner-howto-article .article-item.enjoy .description-lead-svg.is-over-expand .mark-2 {
  stop-color: #FF4646;
}
.beginner-howto-article .article-item.rule .article-item-picture {
  width: 612px;
  margin-left: -12px;
}
@media screen and (max-width: 961px) {
  .beginner-howto-article .article-item.rule .article-item-picture {
    width: auto;
    margin-left: 0;
  }
}
.beginner-howto-article .article-item.rule .description-lead .font-blg {
  background-image: linear-gradient(to right, #0000F0 0%, #29A4C9 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.beginner-howto-article .article-item.rule .description-lead-svg.is-over-expand .mark-1 {
  stop-color: #0000F0;
}
.beginner-howto-article .article-item.rule .description-lead-svg.is-over-expand .mark-2 {
  stop-color: #29A4C9;
}
.beginner-service-text {
  color: #fff;
}
.beginner-service-list {
  margin-top: -124px;
  padding-top: 167px;
  background-image: url(/v=1656334196/files/user/beginner_new2208/service_list_bg_pc.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 961px) {
  .beginner-service-list {
    margin-top: -53px;
    padding-top: 85px;
  }
}
.beginner-service-list .site-container {
  max-width: 1240px;
}
.beginner-service-list .service-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-list {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}
.beginner-service-list .service-item.ticket {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.beginner-service-list .service-item.basketlive {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.basketlive {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.beginner-service-list .service-item.app {
  display: -ms-grid;
  display: grid;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-columns: 380px auto;
  grid-template-columns: 380px auto;
  width: 100%;
  max-width: 1040px;
  margin: 40px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.app {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-columns: 150px auto;
    grid-template-columns: 150px auto;
    margin-top: 30px;
    padding: 0;
  }
}
.beginner-service-list .service-item.app .item-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  height: auto;
  min-height: 366px;
  background-image: url(/v=1656334198/files/user/beginner_new2208/service_list_picture_app.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.app .item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    min-height: 188px;
    background-size: contain;
  }
}
.beginner-service-list .service-item.app .item-description {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  align-self: flex-end;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.app .item-description {
    -ms-grid-row-align: center;
    align-self: center;
    margin-left: 5px;
  }
}
.beginner-service-list .service-item.app .item-description .item-headline .headline-lead {
  display: block;
  font-size: 17px;
  font-weight: 200;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.app .item-description .item-headline .headline-lead {
    font-size: 10px;
    font-weight: bold;
  }
}
.beginner-service-list .service-item.app .item-description .item-headline .headline-title {
  display: block;
  margin-top: 10px;
  font-size: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.app .item-description .item-headline .headline-title {
    margin-top: 6px;
    font-size: 20px;
  }
}
.beginner-service-list .service-item.app .item-description .item-text {
  margin-top: 20px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.app .item-description .item-text {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.6;
  }
}
.beginner-service-list .service-item.app .item-link {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  margin-top: 35px;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.app .item-link {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    margin-top: 20px;
    text-align: center;
  }
}
.beginner-service-list .service-item.component {
  position: relative;
  padding: 30px 30px 10px;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.component {
    padding: 0;
  }
}
.beginner-service-list .service-item.component .item-headline h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.component .item-headline h3 {
    height: auto;
  }
}
.beginner-service-list .service-item.component .item-text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.component .item-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.beginner-service-list .service-item.component .item-button {
  margin-top: 25px;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.component .item-button {
    margin-top: 20px;
  }
}
.beginner-service-list .service-item.component .item-link {
  margin-top: 10px;
}
.beginner-service-list .service-item.component .item-link .link {
  color: inherit;
  font-size: 12px;
  font-weight: 500;
}
.beginner-service-list .service-item.component.ticket .headline-logo img {
  width: 141px;
}
.beginner-service-list .service-item.component.ticket .headline-text {
  margin-left: 17px;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.component.ticket .headline-text {
    margin-left: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.component.basketlive {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 3px solid rgba(242, 242, 242, 0.23);
  }
}
.beginner-service-list .service-item.component.basketlive::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  width: 4px;
  height: 100%;
  background-color: rgba(242, 242, 242, 0.23);
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.component.basketlive::before {
    content: none;
  }
}
.beginner-service-list .service-item.component.basketlive .headline-logo img {
  max-width: 100%;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.component.basketlive .headline-logo img {
    max-width: 200px;
    width: 100%;
  }
}
.beginner-service-list .service-item.component.basketlive .headline-title {
  margin-left: 18px;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.component.basketlive .headline-title {
    margin-left: 15px;
  }
}
.beginner-service-list .service-item.component.basketlive .headline-title .title-logo {
  display: block;
}
.beginner-service-list .service-item.component.basketlive .headline-title .title-logo .font-blg {
  font-size: 34px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.component.basketlive .headline-title .title-logo .font-blg {
    font-size: 24px;
  }
}
.beginner-service-list .service-item.component.basketlive .headline-title .title-text {
  display: block;
  margin-top: 5px;
  padding: 4px 0 5px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 961px) {
  .beginner-service-list .service-item.component.basketlive .headline-title .title-text {
    margin-top: 3px;
    font-size: 12px;
  }
}
.top-news .news-important {
  margin-top: 0;
  padding-top: 20px;
}
/*# sourceMappingURL=map/beginner_new2208.css.map */