@charset "UTF-8";
.page-home .hero {
  margin-bottom: 80px; }

.page-home .content__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 20px 40px; }
  @media screen and (max-width: 767px) {
    .page-home .content__inner {
      padding: 30px 10px; } }

.page-home .content__heading {
  margin: 0 0 35px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    .page-home .content__heading {
      margin-bottom: 18px;
      font-size: 2rem; } }

.page-home .content-pickup {
  background: #4050b5;
  color: #fff; }
  .page-home .content-pickup .content__inner {
    max-width: 1320px; }
  .page-home .content-pickup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .page-home .content-pickup ul {
        display: block; } }
    .page-home .content-pickup ul li {
      width: calc((100% - 40px) / 3);
      text-align: center;
      background: #fff;
      margin: 0 20px; }
      @media screen and (max-width: 767px) {
        .page-home .content-pickup ul li {
          width: 100%;
          margin-bottom: 15px;
          margin-left: 0;
          margin-right: 0; }
          .page-home .content-pickup ul li:last-child {
            margin-bottom: 0; } }
      .page-home .content-pickup ul li img {
        width: 100%;
        height: auto;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
    .page-home .content-pickup ul a:hover img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }

.page-home .content-howto {
  color: #fff;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .page-home .content-howto {
      margin-top: 30px; } }
  .page-home .content-howto .content__inner {
    background: url(/wp-content/uploads/2025/11/bg_howto_sp.jpg) no-repeat 0 0/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 768px) {
      .page-home .content-howto .content__inner {
        background: url('/wp-content/uploads/2025/11/bg_howto.jpg') no-repeat 0 0;
        height: 298px;
        padding: 0; } }
  .page-home .content-howto ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .page-home .content-howto ul {
        display: block; } }
    .page-home .content-howto ul li {
      margin: 0 30px; }
      @media screen and (max-width: 767px) {
        .page-home .content-howto ul li {
          margin: 0 0 15px; }
          .page-home .content-howto ul li:last-child {
            margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .global-header__site-name.-card {
    margin: 6px 0 5px; } }

@media screen and (max-width: 767px) {
  .global-header__site-name.-card img {
    width: 85px; } }

.card-list-wrap {
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .card-list-wrap {
      padding-bottom: 50px; } }

.cn-wrapper {
  --blue-color: #4050b5;
  --dark-gray-color: #4b4b4b;
  --gray-line-color: #979797;
  --pale-gray-color: #f7f7f7;
  --gray-color: #e8e8e8;
  --lime-color: #c1cd31;
  --lime-yellow: #faac3b;
  --green-color: #54af90;
  --skyblue-color: #6ab2e7;
  --light-green-color: #7fc600;
  --light-red-color: #e70012;
  --max-width: 1000px;
  border-top: solid 5px var(--blue-color); }
  @media screen and (min-width: 768px) {
    .cn-wrapper {
      border: none; } }
  .cn-wrapper h2 {
    margin-top: 0; }
  .cn-wrapper h3 {
    margin: 3rem 0 2rem; }
    .cn-wrapper h3:first-child {
      margin-top: 0; }
  .cn-wrapper h4 {
    font-size: 1.6rem;
    margin: 3rem 0 2rem; }
  .cn-wrapper h5 {
    margin: 2rem 0 1rem; }
  .cn-wrapper figcaption {
    color: var(--gray-line-color);
    text-align: left; }
  .cn-wrapper .pt0 {
    padding-top: 0 !important; }
  .cn-wrapper .pb0 {
    padding-bottom: 0 !important; }
  .cn-wrapper .line-block__inner {
    padding: 0;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .cn-wrapper .line-block__inner {
        background: white;
        padding-top: 4rem; } }
  @media screen and (min-width: 768px) {
    .cn-wrapper .rules-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      max-width: var(--max-width);
      margin: 0 auto; }
      .cn-wrapper .rules-content.-single_col {
        display: block;
        max-width: 100%; }
      .cn-wrapper .rules-content__body {
        width: calc(100% - 300px);
        margin: 0 auto 80px; }
      .cn-wrapper .rules-content__aside {
        width: 260px;
        margin: 0 auto 80px; } }
  .cn-wrapper .article-header {
    background: white;
    text-align: center;
    padding: 5px 20px 50px 20px; }
    @media screen and (max-width: 767px) {
      .cn-wrapper .article-header {
        padding: 2.5rem 2rem; } }
    .cn-wrapper .article-header__title {
      margin: 0 auto;
      font-size: 2.2rem; }
      @media screen and (min-width: 768px) {
        .cn-wrapper .article-header__title {
          font-size: 2.8rem; } }
  .cn-wrapper .howtoplay, .cn-wrapper .movie {
    padding: 1.4rem;
    background: var(--pale-gray-color); }
    @media screen and (min-width: 768px) {
      .cn-wrapper .howtoplay__inner {
        max-width: 880px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .cn-wrapper .howtoplay__title, .cn-wrapper .movie__title {
      text-align: center;
      width: 100%; }
    .cn-wrapper .howtoplay__container {
      background: white;
      border-radius: 10px;
      padding: 2rem;
      margin-bottom: 2rem; }
      @media screen and (min-width: 768px) {
        .cn-wrapper .howtoplay__container {
          width: calc(100% / 2 - 10px); } }
      .cn-wrapper .howtoplay__container p:last-child {
        margin-bottom: 0; }
  .cn-wrapper .movie {
    padding-bottom: 2rem; }
    .cn-wrapper .movie__inner {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden; }
      .cn-wrapper .movie__inner .youtube {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  .cn-wrapper .banner-list img:hover {
    -webkit-transition: none;
    transition: none;
    opacity: .7; }
  .cn-wrapper .article-body {
    background: white;
    padding: 2rem 1.4rem; }
    @media screen and (min-width: 768px) {
      .cn-wrapper .article-body__inner {
        max-width: 880px;
        margin: 0 auto; } }
  .cn-wrapper .list-block {
    margin-left: 1.5rem;
    margin-bottom: 2rem; }
    .cn-wrapper .list-block__ttl {
      font-size: 1.6rem;
      text-indent: -1.5rem; }
  .cn-wrapper .line-block__title {
    background: var(--blue-color);
    padding: 12px;
    font-size: 1.8rem; }
    @media screen and (min-width: 768px) {
      .cn-wrapper .line-block__title {
        margin-top: 4rem; }
        .cn-wrapper .line-block__title:first-child {
          margin-top: 2rem; } }
    .cn-wrapper .line-block__title .article-detail__category-element {
      padding-left: 3rem;
      position: relative;
      display: block;
      line-height: 1.5em;
      font-weight: bold; }
      .cn-wrapper .line-block__title .article-detail__category-element:before {
        font-size: 1.8rem;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  .cn-wrapper .list-btn {
    margin-bottom: 4rem; }
    .cn-wrapper .list-btn__element a {
      font-size: 1.6rem;
      text-decoration: none;
      color: inherit;
      position: relative;
      width: 100%;
      border-bottom: solid 1px var(--gray-line-color);
      padding: 1.4rem;
      display: block; }
      .cn-wrapper .list-btn__element a:after {
        font-family: "icomoon" !important;
        line-height: 1;
        content: "\e900";
        font-size: 1.6rem;
        position: absolute;
        top: 50%;
        right: 0;
        color: var(--blue-color);
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .cn-wrapper .list-btn__element.-primary a {
      font-weight: bold; }
      .cn-wrapper .list-btn__element.-primary a:after {
        font-weight: normal; }
    .cn-wrapper .list-btn__element.-secondary a {
      padding-left: 3rem; }
  .cn-wrapper .page-target {
    background: white;
    padding: 0 1.4rem; }
    @media screen and (min-width: 768px) {
      .cn-wrapper .page-target {
        padding: 0; } }
    .cn-wrapper .page-target__list {
      border-top: solid 1px var(--gray-line-color); }
      @media screen and (min-width: 768px) {
        .cn-wrapper .page-target__list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border-bottom: solid 1px var(--gray-line-color); } }
    .cn-wrapper .page-target__element {
      width: 100%; }
      .cn-wrapper .page-target__element a {
        font-size: 1.6rem;
        text-decoration: none;
        color: inherit;
        position: relative;
        width: 100%;
        border-bottom: solid 1px var(--gray-line-color);
        padding: 1.4rem;
        display: block; }
        @media screen and (min-width: 768px) {
          .cn-wrapper .page-target__element a {
            border: none;
            border-right: solid 1px var(--gray-color); } }
        .cn-wrapper .page-target__element a:after {
          font-family: "icomoon" !important;
          line-height: 1;
          content: "\e906";
          position: absolute;
          font-size: 1.6rem;
          top: 50%;
          right: 1rem;
          color: var(--blue-color);
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .cn-wrapper .page-target__element:last-child a {
        border-right: none; }
  .cn-wrapper .list-aside__heading {
    font-size: 1.6rem;
    padding: 1.4rem;
    font-weight: bold;
    background: var(--gray-color);
    margin: 0; }
  .cn-wrapper .list-aside__element a {
    font-size: 1.6rem;
    text-decoration: none;
    color: inherit;
    position: relative;
    width: 100%;
    padding: 1.4rem;
    display: block; }
    .cn-wrapper .list-aside__element a:after {
      font-family: "icomoon" !important;
      line-height: 1;
      content: "\e900";
      font-size: 1.6rem;
      position: absolute;
      top: 50%;
      right: 1.4rem;
      color: var(--blue-color);
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .cn-wrapper .list-aside__element.-primary {
    background: var(--pale-gray-color); }
    .cn-wrapper .list-aside__element.-primary a {
      font-weight: bold; }
      .cn-wrapper .list-aside__element.-primary a:after {
        font-weight: normal; }
  .cn-wrapper .list-aside__element.-secondary {
    background: var(--pale-gray-color); }
    .cn-wrapper .list-aside__element.-secondary a {
      padding: 0 1.4rem;
      font-size: 1.4rem; }
      .cn-wrapper .list-aside__element.-secondary a span {
        border-top: solid 1px var(--gray-line-color);
        display: block;
        padding: 1.6rem; }
    .cn-wrapper .list-aside__element.-secondary:first-child a span {
      border: none; }
  .cn-wrapper .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.6rem; }
    .cn-wrapper .description.-green .description__num {
      background: var(--light-green-color); }
    .cn-wrapper .description.-red .description__num {
      background: var(--light-red-color); }
    .cn-wrapper .description__list {
      width: calc(100% - 50px);
      margin: 4px 1rem; }
    .cn-wrapper .description__num {
      background: var(--gray-line-color);
      display: block;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      border-radius: 100px;
      font-weight: bold;
      color: white;
      top: 4px;
      position: relative; }
    .cn-wrapper .description__ttl {
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 1rem; }
    .cn-wrapper .description__txt {
      margin: 0; }
  .cn-wrapper .page-navi {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 70px 0; }
    @media screen and (max-width: 767px) {
      .cn-wrapper .page-navi {
        margin: 50px 0; } }
    .cn-wrapper .page-navi__left {
      width: 100%;
      max-width: 150px;
      margin: 0 auto 0 0; }
      @media screen and (min-width: 768px) {
        .cn-wrapper .page-navi__left {
          max-width: 300px; } }
    .cn-wrapper .page-navi__right {
      width: 100%;
      max-width: 150px;
      margin: 0 0 0 auto; }
      @media screen and (min-width: 768px) {
        .cn-wrapper .page-navi__right {
          max-width: 300px; } }
      .cn-wrapper .page-navi__right .page-navi__link {
        padding: 10px 40px 10px 30px; }
        .cn-wrapper .page-navi__right .page-navi__link:before {
          content: "\e900";
          left: auto;
          right: 1.2rem; }
    .cn-wrapper .page-navi__link {
      text-decoration: none;
      text-align: center;
      color: white;
      display: block;
      background: var(--dark-gray-color);
      font-weight: bold;
      padding: 10px 30px 10px 40px;
      position: relative;
      border-radius: 100px; }
      .cn-wrapper .page-navi__link:before {
        font-family: "icomoon" !important;
        line-height: 1;
        content: "\e902";
        font-size: 1rem;
        font-weight: normal;
        position: absolute;
        left: 1.2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .cn-wrapper .page-navi__link:hover {
          opacity: 0.7; } }
  .cn-wrapper .c-btn {
    margin: 0; }
    .cn-wrapper .c-btn a {
      padding: 2.4rem 10px;
      width: 100%;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.8rem;
      color: white;
      display: block;
      text-align: center;
      border-radius: 10px; }
      .cn-wrapper .c-btn a:hover {
        opacity: 0.7; }
    .cn-wrapper .c-btn.-pdf {
      background: var(--dark-gray-color);
      max-width: 320px;
      border-radius: 100px;
      margin: 0 auto; }
      .cn-wrapper .c-btn.-pdf a {
        padding: 15px;
        position: relative; }
        .cn-wrapper .c-btn.-pdf a:after {
          font-family: "icomoon" !important;
          line-height: 1;
          content: "\e900";
          font-size: 1.4rem;
          font-weight: normal;
          position: absolute;
          right: 2rem;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .cn-wrapper .c-btn.-lime a {
      background: var(--lime-color); }
    .cn-wrapper .c-btn.-lime-yellow a {
      background: var(--lime-yellow); }
    .cn-wrapper .c-btn.-green a {
      background: var(--green-color); }
    .cn-wrapper .c-btn.-skyblue a {
      background: var(--skyblue-color); }
  .cn-wrapper .c-img img {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .cn-wrapper .c-img-btn {
      max-width: 70%;
      margin: 0 auto; } }
  .cn-wrapper .c-img-btn a {
    padding: 0 10px;
    margin: 2rem auto;
    border: solid 1px var(--gray-line-color);
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    display: block; }
    .cn-wrapper .c-img-btn a:hover {
      opacity: 0.75; }
  .cn-wrapper .c-img-btn__txt {
    position: relative;
    padding-right: 3rem; }
    .cn-wrapper .c-img-btn__txt:after {
      font-family: "icomoon" !important;
      line-height: 1;
      content: "\e900";
      color: var(--blue-color);
      font-size: 1.4rem;
      font-weight: normal;
      position: absolute;
      right: 1rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .cn-wrapper .c-liner {
    margin: 3rem 0 6rem; }
  .cn-wrapper .c-slider {
    padding-bottom: 4rem; }
    .cn-wrapper .c-slider__elements img {
      max-width: 100%;
      margin: 0 auto; }
    .cn-wrapper .c-slider__slide {
      position: relative; }
    .cn-wrapper .c-slider__head {
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      margin: 2rem 0 2.5rem; }
    .cn-wrapper .c-slider__body {
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        .cn-wrapper .c-slider__body {
          margin-top: 30px; } }
    .cn-wrapper .c-slider .slick-next,
    .cn-wrapper .c-slider .slick-prev {
      position: absolute;
      top: 50%;
      width: 48px;
      height: 48px;
      background: var(--blue-color);
      border-radius: 100%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .cn-wrapper .c-slider .slick-next,
        .cn-wrapper .c-slider .slick-prev {
          width: 30px;
          height: 30px; } }
      .cn-wrapper .c-slider .slick-next:before,
      .cn-wrapper .c-slider .slick-prev:before {
        font-size: 20px;
        opacity: 1;
        color: white; }
        @media screen and (max-width: 767px) {
          .cn-wrapper .c-slider .slick-next:before,
          .cn-wrapper .c-slider .slick-prev:before {
            font-size: 1.6rem; } }
      .cn-wrapper .c-slider .slick-next:hover,
      .cn-wrapper .c-slider .slick-prev:hover {
        opacity: 0.75; }
    .cn-wrapper .c-slider .slick-next {
      right: 0; }
      .cn-wrapper .c-slider .slick-next:before {
        content: "\e900"; }
    .cn-wrapper .c-slider .slick-prev {
      left: 0; }
      .cn-wrapper .c-slider .slick-prev:before {
        content: "\e902"; }
    .cn-wrapper .c-slider .slick-dots {
      bottom: -25px; }
      .cn-wrapper .c-slider .slick-dots li button {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        border: solid 1px var(--gray-line-color);
        background: var(--gray-line-color); }
      .cn-wrapper .c-slider .slick-dots .slick-active button {
        background: white; }
  .cn-wrapper .c-link:before {
    font-family: "icomoon" !important;
    line-height: 1;
    content: "\e900";
    font-size: 1.6rem;
    color: var(--blue-color); }
  .cn-wrapper .c-link a {
    text-decoration: none;
    color: inherit; }
    @media screen and (min-width: 768px) {
      .cn-wrapper .c-link a:hover {
        text-decoration: underline;
        color: #00d2ff; } }

.max-l {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  width: 94.66667%; }

.max-m {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  width: 80%; }

.max-ms {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .max-ms {
      min-width: 415px !important;
      max-width: calc((100% - 50px) / 2) !important; } }
  @media screen and (max-width: 767px) {
    .max-ms {
      min-width: 100%; } }

.max-s {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  width: 60%; }

.t-container.-left.-left2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.bdtn {
  border-top: none !important; }

.mbo {
  display: block;
  margin: 0.7em 0; }

.mg-clear {
  margin-bottom: 0 !important; }

.list-dote {
  margin-left: 18px;
  position: relative; }
  .list-dote::before {
    content: '・';
    position: absolute;
    display: inline-block;
    margin-left: -18px; }

.list-star {
  margin-left: 18px;
  position: relative; }
  .list-star::before {
    content: '★';
    position: absolute;
    display: inline-block;
    margin-left: -18px; }

.t-container.-left.-left2 img {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .t-container.-left.-left2 img {
      max-width: 100% !important; } }

@media screen and (min-width: 768px) {
  .t-container.-left.-left2 .left,
  .t-container.-left.-left2 .right {
    min-width: 415px !important;
    max-width: calc((100% - 50px) / 2) !important; } }

@media screen and (max-width: 767px) {
  .t-container.-left.-left2 .left,
  .t-container.-left.-left2 .right {
    min-width: 100%; } }

.t-container.-right.-right2 img {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .t-container.-right.-right2 img {
      max-width: 100% !important; } }

@media screen and (min-width: 768px) {
  .t-container.-right.-right2 .left,
  .t-container.-right.-right2 .right {
    min-width: 415px !important;
    max-width: calc((100% - 50px) / 2) !important; } }

@media screen and (max-width: 767px) {
  .t-container.-right.-right2 .left,
  .t-container.-right.-right2 .right {
    min-width: 100%; } }

.t-main .t-container.-right.-right2.-right3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .t-main .t-container.-right.-right2.-right3 .t-container__img {
    margin: 0; }

.rules-content .article-body {
  padding-top: 0 !important; }
  .rules-content .article-body > *:first-child {
    margin-top: 0 !important; }
  .rules-content .article-body .article-body__inner > *:first-child {
    margin-top: 0 !important; }

@media screen and (max-width: 767px) {
  .t-img_column.-three.-deck .t-image {
    margin-bottom: 2.5rem; } }

.t-img_column.-three.-deck .t-image img {
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 767px) {
    .t-img_column.-three.-deck .t-image img {
      margin-bottom: 0rem; } }

.description {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .description {
      margin-bottom: 1.5rem !important; } }
  .description .sp {
    display: none !important; }
    @media screen and (max-width: 767px) {
      .description .sp {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin-bottom: -1.3rem !important; } }
  .description .pc {
    display: none !important; }
    @media screen and (min-width: 768px) {
      .description .pc {
        display: block !important; } }

.mgb0 {
  margin-bottom: 0 !important; }

.no-link {
  background-color: #959595 !important;
  cursor: default; }
  .no-link:hover {
    opacity: 1 !important; }

.pc-only {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .pc-only {
      display: block !important; } }

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

.rules-content .article-body .page-title-spc {
  overflow: hidden;
  margin-top: 50px !important; }
  @media screen and (max-width: 767px) {
    .rules-content .article-body .page-title-spc {
      margin-top: 0 !important;
      padding-top: 5rem; } }

@media screen and (max-width: 767px) {
  .article-body__inner-spec {
    padding-top: 2rem; } }

@media screen and (min-width: 768px) {
  .article-body__inner-spec .banner-list--left,
  .article-body__inner-spec .banner-list--right {
    width: calc(100% / 2 - 10px);
    padding: 2rem 0; } }

@media screen and (max-width: 767px) {
  .article-body__inner-spec .banner-list--left,
  .article-body__inner-spec .banner-list--right {
    margin-bottom: 0; } }

.category-list__element .category-list__element-link {
  color: #000; }

.category-list__element .category-list__element-link:hover, .category-list__element .category-list__element--current {
  color: #fff; }

.category-list__element--all .category-list__element-link {
  border-color: #222; }

.category-list__element--all .category-list__element-link:hover, .category-list__element--all .category-list__element--current {
  background: #222; }

.category-list__element--product .category-list__element-link {
  border-color: #ff2000; }

.category-list__element--product .category-list__element-link:hover, .category-list__element--product .category-list__element--current {
  background: #ff2000; }

.category-list__element--campaign .category-list__element-link {
  border-color: #007d00; }

.category-list__element--campaign .category-list__element-link:hover, .category-list__element--campaign .category-list__element--current {
  background: #007d00; }

.category-list__element--event:hover {
  background: transparent !important; 
}

.category-list__element--event .category-list__element-link {
  border-color: #001cea; }

.category-list__element--event .category-list__element-link:hover, .category-list__element--event .category-list__element--current {
  background: #001cea; }

.category-list__element--column .category-list__element-link {
  border-color: #fdc000; }

.category-list__element--column .category-list__element-link:hover, .category-list__element--column .category-list__element--current {
  background: #fdc000; }

.category-list__element--other .category-list__element-link {
  border-color: #adadad; }

.category-list__element--other .category-list__element-link:hover, .category-list__element--other .category-list__element--current {
  background: #adadad; }

.card__category--card .card__products-title {
  color: #000; }

.card__category--card.card__category--product .card__thumb {
  border-color: #ff2000; }

.card__category--card.card__category--product .card__footer--category {
  background: #ff2000; }

.card__category--card.card__category--campaign .card__thumb {
  border-color: #007d00; }

.card__category--card.card__category--campaign .card__footer--category {
  background: #007d00; }

.card__category--card.card__category--event .card__thumb {
  border-color: #001cea; }

.card__category--card.card__category--event .card__footer--category {
  background: #001cea; }

.card__category--card.card__category--column .card__thumb {
  border-color: #fdc000; }

.card__category--card.card__category--column .card__footer--category {
  background: #fdc000; }

.card__category--card.card__category--other .card__thumb {
  border-color: #adadad; }

.card__category--card.card__category--other .card__footer--category {
  background: #adadad; }

.frame-video iframe, .movie__inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

.web-only {
  display: block !important; }

.xc-only {
  display: none !important; }

.xc .web-only {
  display: none !important; }

.xc .xc-only {
  display: block !important; }

.movie__title.xc-only {
  font-size: 14px;
  text-align: left !important;
  font-weight: bold; }

.xc-notice {
  background: #f5d146;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  margin: 0 36px 10px;
  padding: 10px 5px;
  border-radius: 5px;
  text-align: center; }

.xc-notice p {
  margin: 0; }

/* products */
.ContentsArea, .Section-products, .WrapperArea {
  position: relative; }

.productsArea .inner_box, .Section-products, .WrapperArea {
  position: relative; }

.Section-products {
  margin-bottom: 24px;
  position: relative;
  font-size: 1.6rem;
  display: block; }

.Section:before {
  display: table;
  content: "";
  clear: both; }

.Heading1 {
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  display: none; }

.Link {
  color: #000;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; }

.Link.Link-arrow, .Link.Link-arrow-right {
  padding-right: 1.25em;
  position: relative; }

.Link.Link-arrow-right:after, .Link.Link-arrow:after {
  position: absolute;
  content: "\F701";
  right: 3px; }

.Link.Link-arrow-left:before, .Link.Link-arrow-right:after, .Link.Link-arrow:after {
  font-size: 85%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  top: 50%;
  font-family: pokemoncard-font; }

.Link.Link-primary {
  color: #0075C2;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; }

.Link.Link-arrow:after {
  font-size: 85%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  top: 50%;
  font-family: pokemoncard-font;
  position: absolute;
  content: "\F701";
  right: 3px; }

.KSTab {
  -ms-touch-action: none;
  touch-action: none;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  padding-bottom: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .KSTab::after {
    overflow: hidden;
    content: ".";
    color: transparent;
    height: 0;
    line-height: 0;
    border-bottom: solid 2px #3F51B5;
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 0;
    width: 200%; }
  .KSTab .KSTab_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center; }
  .KSTab .KSTab_item {
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    display: table;
    border-radius: 7px 7px 0 0;
    font-size: 1.6rem;
    font-weight: 600; }

.KSTab .KSTab_item a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #333;
  margin: -12px;
  padding: 14px 22px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none; }

.KSTab .KSTab_item.current a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* border-bottom: solid 1px transparent; */
  border-radius: 7px 7px 0 0;
  color: #fff; }

.KSTab .KSTab_item, .KSTab .KSTab_item a {
  width: 240px;
  height: 100%;
  white-space: nowrap; }

.KSTab .KSTab_item.current {
  z-index: 4;
  pointer-events: none;
  cursor: default;
  color: #fff;
  background-color: #3F51B5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* border-bottom: solid 1px transparent; */ }

.KSTab .KSTab_item:first-child {
  margin-left: 0; }

.KSTab .KSTab_item:last-child {
  margin-right: 0; }

.iScrollHorizontalScrollbar {
  position: absolute;
  z-index: 0;
  height: 4px;
  left: 2px;
  right: 2px;
  bottom: 0; }
  .iScrollHorizontalScrollbar .iScrollIndicator {
    height: 100%;
    background: #ddd;
    position: absolute;
    border-radius: 2px; }

.Section-products .KSTabContents {
  margin-top: 14px; }

.KSTabContents .KSTabContents_item {
  height: 0;
  overflow: hidden; }

.KSTabContents .KSTabContents_item.current {
  height: auto;
  display: block; }

.List-product .List_item {
  border-bottom: solid 1px #ddd;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .List-product .List_item:last-child {
    border-bottom: none; }
  .List-product .List_item .List_item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .List-product .List_item .List_item_inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.List-product .List_item .List_item_inner a.List_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  height: 300px;
  margin-right: 27px;
  z-index: 1; }
  .List-product .List_item .List_item_inner a.List_title:hover {
    opacity: 0.6; }

.List-product .List_item .List_item_inner .List_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.List-product .List_item .List_item_inner .List_title img {
  z-index: 5;
  width: auto !important;
  margin: 0 auto;
  max-width: 300px;
  max-height: 300px; }

.List-product .List_item .List_item_inner a.List_title:after {
  content: ".";
  color: transparent;
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url(../tcg/img/products/icon-zoom-up.png);
  background-repeat: no-repeat;
  width: 24px;
  background-size: 100% auto;
  height: 24px; }

.List-product .List_item .List_item_inner .List_body {
  font-size: 1.4rem;
  font-weight: 400;
  padding-right: 0;
  min-height: 147px; }

.List-product .List_item .List_item_inner .List_body .Title {
  font-size: 1.8rem;
  margin-bottom: 8px;
  font-weight: bold; }

.List-product .List_item .List_item_inner .List_body .Description {
  color: #3C3C3C;
  font-size: 1.2rem;
  margin-bottom: 70px; }
  .List-product .List_item .List_item_inner .List_body .Description li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5px;
    font-size: 1.1em; }

.List-product .List_item .List_item_inner .List_body .Description .Description_title {
  font-weight: 700;
  padding-right: 1.5em;
  vertical-align: top;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.List-product .List_item .List_item_inner .List_body .Description .Description_body {
  vertical-align: top; }

  .List-product .List_item .List_item_inner .List_body .Description .Description_body p{
    margin: 0;
  }

.Layout, .Layout-default {
  margin: 24px 0; }

.Layout-right, .SearchHitNumArea, .SearchHitNumArea .ResultText, .SearchResult .SearchResultTextBox .SearchHitNumArea {
  text-align: right; }

.List-product .List_item .List_item_inner .List_buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end; }

.Button {
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  color: #fff;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  background-color: #4B4B4B;
  text-decoration: none;
  border: 1px solid transparent;
  width: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 35px; }

.List-product .List_item .List_item_inner .List_buttons .Button:first-child {
  margin-left: 0; }

.Button.Button-texture.Button-large {
  padding: 0; }

.Button.Button-normal, .Button.Button-texture {
  color: #fff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700; }

.Button.Button-responsive {
  display: block; }

.List-product .List_item .List_item_inner .List_buttons .Button:first-child {
  margin-left: 0; }

.Header .HeaderLinkList .HeaderLinkList_item, .List-product .List_item .List_item_inner .List_buttons .Button {
  margin-left: 8px; }

.Button.Button-texture.Button-large {
  padding: 0; }

.Button.Button-arrow {
  position: relative; }

.Button.Button-texture {
  padding: 0;
  line-height: 1;
  background-repeat: repeat; }

.Button.Button-normal, .Button.Button-texture {
  color: #fff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700; }

.Button.Button-texture.Button-large .bebel {
  line-height: 1.3333;
  font-size: 1.6rem;
  padding: 13px 25px; }

.Button.Button-texture .bebel {
  vertical-align: middle;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 14px 18px;
  background-repeat: no-repeat; }

.Button.Button-arrow:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 24px;
  font-size: 1.1rem; }

#ModalArea {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none; }
  #ModalArea .ModalWindow {
    border-radius: 2px;
    cursor: default;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 720px;
    background-color: #fff; }

#ModalArea .ModalWindow .ModalWindow_header {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#ModalArea .ModalWindow .ModalWindow_body {
  text-align: center;
  width: 600px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
  #ModalArea .ModalWindow .ModalWindow_body img {
    max-width: 600px;
    max-height: 600px; }

#ModalArea .ModalWindow .ModalWindow_footer {
  text-align: center;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#ModalArea .ModalWindow .ModalWindow_footer .ButtonModalClose {
  width: 45px;
  height: 45px;
  background: url(../tcg/img/products/icon-close.png) no-repeat;
  background-size: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-decoration: none; }
  #ModalArea .ModalWindow .ModalWindow_footer .ButtonModalClose:hover {
    opacity: 0.6;
    text-decoration: none; }

.KSTab .KSTab_item, .KSTable th {
  background-color: #eee; }

.KSTabContents_item {
  display: none; }

.KSTabContents_item.current {
  display: block; }

.KSTab .KSTab_item:hover {
  opacity: 0.6; }

.List-product .List_item .List_item_inner .List_buttons .GotoListButton {
  height: 52px;
  display: block;
  font-size: 1.6rem; }

.Button.Button-texture.disabled {
  background-image: none;
  background-color: #DDD !important;
  opacity: 1; }

.Button.disabled, .Button.disabled:focus, .Button:disabled, .Button:disabled:focus {
  opacity: .5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  cursor: not-allowed;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }

.Link.Link-primary:hover {
  text-decoration: underline;
  color: gray;
  padding-right: 1.25em;
  position: relative; }

.Link:hover {
  text-decoration: underline;
  color: gray;
  position: relative; }

.Button:hover {
  opacity: 0.6;
  text-decoration: none;
  -webkit-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out; }


@media screen and (max-width: 767px) {
  .productsArea {
    padding-top: 24px;
    padding-left: 2%;
    padding-right: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff; }
  .Section-products {
    padding-bottom: 16px; }
  .Heading1 {
    margin-bottom: 30px;
    font-size: 3.2rem; }
  .KSTab {
    padding-bottom: 0;
    margin-bottom: 0; }
    .KSTab::before {
      display: none; }
    .KSTab::after {
      border: none; }
    .KSTab .KSTab_item:hover {
      opacity: 1; }
  .listKSTab .KSTab_list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important; }
  .listKSTab .KSTab_item {
    margin: 10px 0 0;
    width: 48%; }
  .listKSTab .KSTab_item a {
    width: 48%; }
  .infoKSTab .iScrollHorizontalScrollbar, .listKSTab .iScrollHorizontalScrollbar {
    display: none; }
  .Section-products .KSTabContents {
    margin-top: 0px; }
  .List-product .List_item {
    padding-top: 35px;
    padding-bottom: 35px; }
  .List-product .List_item .List_item_inner a.List_title {
    width: 150px;
    height: 150px;
    margin: 0 auto; }
    .List-product .List_item .List_item_inner a.List_title:hover {
      opacity: 1; }
    .List-product .List_item .List_item_inner a.List_title img {
      max-width: 150px;
      max-height: 150px; }
  .List-product .List_item .List_item_inner .List_body .Title {
    font-weight: 700;
    font-size: 2rem; }
  .List-product .List_item .List_item_inner .List_body .Description {
    margin-bottom: 25px; }
    .List-product .List_item .List_item_inner .List_body .Description li {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .List-product .List_item .List_item_inner .List_body .Description .Description_title {
    width: 100%; }
  .List-product .List_item .List_item_inner .List_body {
    padding-bottom: 60px;
    padding-top: 50px;
    margin-right: 0;
    position: relative;
    width: 100%; }
  .List-product .List_item .List_item_inner .List_buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: 0 auto; }
  .Button.Button-responsive {
    width: 100%; }
  #ModalArea .ModalWindow {
    width: 90%;
    padding-bottom: 20px; }
  #ModalArea .ModalWindow .ModalWindow_body {
    width: 100%;
    height: 50%; }
  #ModalArea .ModalWindow .ModalWindow_body img {
    max-width: 300px;
    max-height: 300px; }
  #ModalArea .ModalWindow .ModalWindow_footer {
    padding-top: 0; }
  #ModalArea .ModalWindow .ModalWindow_footer .ButtonModalClose {
    width: 35px;
    height: 35px;
    top: 17px; } }

@media screen and (min-width: 768px) {
  .productsArea {
    margin: 0 auto 24px;
    max-width: 980px; }
  .productsArea:after, .productsArea:before {
    content: "";
    display: table;
    clear: both; }
  .productsArea .inner_box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto 70px auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .Heading1 {
    margin-bottom: 50px;
    font-size: 3.8rem; }
  .List-product .List_item .List_item_inner .List_body {
    width: calc(100% - 328px); }
  .List-product .List_item .List_item_inner .List_body .Title {
    font-size: 1.8rem; }
  .Button.Button-responsive {
    width: 45%; }
  #ModalArea .ModalWindow {
    width: 720px; }
  .ModalWindow .ModalWindow_body img {
    width: auto; } }

.button-disabled {
  cursor: default !important;
  background-color: #999 !important;
  pointer-events: none !important;
}

.button-disabled:hover {
  opacity: 1 !important;
}
