@charset "UTF-8";
/*******************************
共通CSS
********************************/
:root {
  --font-family-en: "Oswald", sans-serif;
  --font-family-en-2: "roboto", sans-serif;
  --font-family-en-3: "Unbounded", sans-serif;
  --font-family-en-4: "helvetica-lt-pro", sans-serif;
  --font-family-J: "Noto Sans JP", sans-serif;
  --font-family-J-2: "Hiragino Sans", sans-serif;
  --creamyellow: #FFF8B9;
  --red: #7E0B0B;
}

/* ALL
------------------------------------------------------------*/
body.racer {
  font-family: "Noto Sans JP", "Unbounded", "roboto", "Oswald", "helvetica-lt-pro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
}
body.racer * {
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
  font-style: normal;
}
body.racer picture, body.racer img {
  display: block;
  width: 100%;
  height: auto;
}
body.racer a.link {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
body.racer button {
  cursor: pointer;
}
body.racer .menuArea {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background: #000;
  padding: 60px 0;
}
body.racer .menuArea ul {
  margin: 0 auto;
  padding-top: 70px;
}
body.racer .menuArea ul .cate5 {
  margin-bottom: 100px;
  padding: 70px 0;
}
body.racer .footer {
  top: 0;
  padding: 45px 0 80px;
}
body.racer .footer > ul:first-child {
  margin: 0 auto 22px;
}
body.racer .footer > p {
  margin: 1em 0;
}
body.racer #wrapper {
  margin-top: 0;
}
body.racer #wrapper #contents {
  margin-top: 80px;
}
body.racer #wrapper .bg {
  background: radial-gradient(ellipse 370% 333% at 200px 836px, #FF433F 0%, #3B1300 40%);
  background-blend-mode: screen;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
body.racer #wrapper .bg::before {
  content: "";
  background: radial-gradient(rgba(255, 255, 255, 0.2) 12%, transparent 12%) 0 0/40px 40px;
  width: 200%;
  height: 200%;
  margin: auto;
  position: absolute;
  inset: -100%;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-animation: bg-ani 60s linear infinite;
          animation: bg-ani 60s linear infinite;
  z-index: -1;
}
body.racer #wrapper .bg::after {
  content: "";
  background: url("../images/racer_bg_pattern.svg") repeat-y left 10px top 0%/42px auto, url("../images/racer_bg_pattern.svg") repeat-y right 10px top 0%/42px auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: bg-ani02 60s linear infinite;
          animation: bg-ani02 60s linear infinite;
}

@-webkit-keyframes bg-ani {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}

@keyframes bg-ani {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}
@-webkit-keyframes bg-ani02 {
  0% {
    background-position: left 10px top 0%, right 10px top 0%;
  }
  100% {
    background-position: left 10px top 100%, right 10px top -100%;
  }
}
@keyframes bg-ani02 {
  0% {
    background-position: left 10px top 0%, right 10px top 0%;
  }
  100% {
    background-position: left 10px top 100%, right 10px top -100%;
  }
}
/* タイトル＆リード文
------------------------------------------------------------*/
body.racer #wrapper main {
  position: relative;
}
body.racer #wrapper main::before {
  content: "";
  background: url(../images/racer_h2_card.png) no-repeat center/contain;
  width: 215px;
  height: 252px;
  position: absolute;
  top: 104px;
  right: 5px;
  z-index: 3;
  animation: fuwafuwa 2.5s ease-in-out infinite alternate-reverse;
}
body.racer #wrapper h2 {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  -webkit-animation: fadeUp 0.7s ease-in-out forwards;
          animation: fadeUp 0.7s ease-in-out forwards;
}
body.racer #wrapper .lead {
  border-top: 3px solid var(--creamyellow);
  border-bottom: 3px solid var(--creamyellow);
  color: #fff;
  font-size: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 203px;
  margin-top: -45px;
  position: relative;
  z-index: 2;
  -webkit-animation: fadeUp 0.7s ease-in-out forwards;
          animation: fadeUp 0.7s ease-in-out forwards;
}
body.racer #wrapper .lead::before, body.racer #wrapper .lead::after {
  content: "";
  background: url("../images/racer_lead_accent01.svg") no-repeat center/contain;
  width: 160px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
}
body.racer #wrapper .lead::after {
  background: url("../images/racer_lead_accent02_02.svg") no-repeat center/contain;
  -webkit-filter: drop-shadow(0 -1px 8px rgba(0, 0, 0, 0.65));
          filter: drop-shadow(0 -1px 8px rgba(0, 0, 0, 0.65));
  width: 122px;
  height: 119px;
  top: auto;
  bottom: -60px;
  right: auto;
  left: 7px;
  z-index: 2;
}
body.racer #wrapper .lead > span {
  width: 234px;
  position: absolute;
  top: -84px;
  left: 10px;
  z-index: 3;
}
body.racer #wrapper .lead p {
  position: relative;
  padding-top: 5px;
}
body.racer #wrapper .lead p::before {
  content: "";
  background: url("../images/racer_lead_accent02_01.svg") no-repeat center/contain;
  width: 90px;
  height: 75px;
  position: absolute;
  bottom: -25px;
  right: -35px;
}
body.racer #wrapper .lead p em {
  color: var(--creamyellow);
  font-size: 35px;
  font-weight: 900;
}
body.racer #wrapper .lead p span {
  background: radial-gradient(circle at center, #FFF8B9 25%, transparent 25%) top right/1em 0.3em repeat-x;
  padding-top: 0.4em; /* 縦方向の位置調整 */
}

@-webkit-keyframes fadeUp {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
/* 応募方法＆締切
------------------------------------------------------------*/
body.racer #wrapper .summary {
  border-bottom: 3px solid var(--creamyellow);
  padding: 0 30px 77px;
  position: relative;
  -webkit-animation: fadeUp 0.7s ease-in-out forwards;
          animation: fadeUp 0.7s ease-in-out forwards;
}
body.racer #wrapper .summary::before, body.racer #wrapper .summary::after {
  content: "";
  background: url("../images/racer_lead_accent01.svg") no-repeat center/contain;
  width: 160px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
body.racer #wrapper .summary::after {
  background: url("../images/racer_lead_accent02_03.svg") no-repeat center/contain;
  -webkit-filter: drop-shadow(0 -1px 8px rgba(0, 0, 0, 0.65));
          filter: drop-shadow(0 -1px 8px rgba(0, 0, 0, 0.65));
  width: 90px;
  height: 88px;
  bottom: -3px;
  left: auto;
  right: 9px;
  -webkit-transform: none;
          transform: none;
}
body.racer #wrapper .summary .howto h3 {
  color: var(--creamyellow);
  font-size: 45px;
  font-weight: 900;
  text-shadow: 0 3px 0 rgba(109, 11, 0, 0.6);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 8px auto;
  position: relative;
}
body.racer #wrapper .summary .howto h3::before, body.racer #wrapper .summary .howto h3::after {
  content: "";
  background: var(--creamyellow);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: auto;
  position: absolute;
  inset: 0;
  left: -30px;
  right: auto;
}
body.racer #wrapper .summary .howto h3::after {
  left: auto;
  right: -30px;
}
body.racer #wrapper .summary .howto .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 74px;
}
body.racer #wrapper .summary .howto .box {
  background: #FFCDC7;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 10px);
  height: 500px;
  position: relative;
}
body.racer #wrapper .summary .howto .box::before {
  content: "";
  background: var(--red);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  width: 79px;
  height: 25px;
  margin: auto;
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
}
body.racer #wrapper .summary .howto .box > span {
  height: 87px;
  position: absolute;
  top: -88px;
  -webkit-animation: twitchY 3.5s infinite;
          animation: twitchY 3.5s infinite;
}
body.racer #wrapper .summary .howto .box > span img {
  width: auto;
  height: 100%;
}
body.racer #wrapper .summary .howto .box p {
  color: var(--red);
  font-size: 28px;
}
body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(1) p {
  margin-bottom: 51px;
  padding-top: 17px;
}
body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(1) p a {
  background: #000;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  width: 220px;
  height: 50px;
  padding: 2px 26px 2px 0;
  position: relative;
}
body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(1) p a::before {
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 17px;
  height: 20px;
  margin: auto;
  position: absolute;
  inset: 0;
  left: auto;
  right: 13px;
}
body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(2) a {
  color: var(--red);
  text-decoration: underline;
  display: inline-block;
  width: 230px;
}
body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(2) a:nth-child(1) {
  display: inline;
}
body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(2) picture, body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(2) img {
  display: inline-block;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
body.racer #wrapper .summary .howto .box:nth-child(2) {
  background: url("../images/racer_howto_bg.svg") no-repeat center bottom/260px auto, #FFCDC7;
}
body.racer #wrapper .summary .howto .box:nth-child(2) .p_wrap:nth-of-type(1) p {
  margin-bottom: 64px;
  padding-top: 30px;
}
body.racer #wrapper .summary .howto .box:nth-child(2) .p_wrap:nth-of-type(1) p a {
  background: -webkit-gradient(linear, left top, right top, from(#A100FF), to(#2414B4));
  background: linear-gradient(to right, #A100FF, #2414B4);
  border: 4px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-weight: 900;
  line-height: 73px;
  display: inline-block;
  width: 284px;
  height: 84px;
  padding-right: 34px;
  position: relative;

  /* 1007追加 */
  pointer-events: none;
  opacity: 0.5;
}
body.racer #wrapper .summary .howto .box:nth-child(2) .p_wrap:nth-of-type(1) p a::before {
  content: "";
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 17px;
  height: 20px;
  margin: auto;
  position: absolute;
  inset: 0;
  left: auto;
  right: 42px;
}
body.racer #wrapper .summary .dead {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80px;
  margin: 20px 0 27px;
  padding: 0 14px;
  overflow: hidden;
}
body.racer #wrapper .summary .dead h3 {
  color: var(--creamyellow);
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 50px;
  position: relative;
  z-index: 1;
}
body.racer #wrapper .summary .dead h3::before {
  content: "";
  background: #540000;
  width: 400px;
  height: 120%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  z-index: -1;
}
body.racer #wrapper .summary .dead img {
  width: 339px;
  margin-left: 18px;
}
body.racer #wrapper .summary .attention li {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
body.racer #wrapper .summary .attention li:last-child {
  padding-left: 6em;
  text-indent: -6em;
}
body.racer #wrapper .summary button {
  width: 100%;
  margin-top: 45px;
}
body.racer #wrapper .summary button a {
  background: -webkit-gradient(linear, left top, right top, from(#A100FF), to(#2414B4));
  background: linear-gradient(to right, #A100FF, #2414B4);
  border: 4px solid #fff;
  border-radius: 60px;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 104px;

  /* 1007追加 */
  pointer-events: none;
  opacity: 0.5;
}
body.racer #wrapper .summary button a span {
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 20px;
  height: 24px;
  margin-left: 20px;
}

@-webkit-keyframes twitchY {
  0%, 85%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  88% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); /* 上に少し動く */
  }
  91% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); /* 下に少し動く */
  }
  94% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  97% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes twitchY {
  0%, 85%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  88% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); /* 上に少し動く */
  }
  91% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); /* 下に少し動く */
  }
  94% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  97% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 絞り込み・並び替えUI
------------------------------------------------------------*/
body.racer #wrapper #racer_list nav {
  margin-bottom: 30px;
  padding: 0 30px;
}
body.racer #wrapper #racer_list nav ul.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
body.racer #wrapper #racer_list nav ul.sort li {
  width: calc((100% - 12px) / 3);
}
body.racer #wrapper #racer_list nav ul.sort li button {
  background: #E2FBFF;
  border: 4px solid #000B72;
  border-radius: 100px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  color: #623BFF;
  font-size: 31px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  pointer-events: auto;
}
body.racer #wrapper #racer_list nav ul.sort li button span {
  display: inline-block;
  background: #623BFF;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  width: 17px;
  height: 15px;
  margin-left: 6px;
}
body.racer #wrapper #racer_list nav ul.sort li button.active {
  background: #623BFF;
  color: #fff;
}
body.racer #wrapper #racer_list nav ul.sort li button.active span {
  background: #fff;
}
body.racer #wrapper #racer_list nav .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 128px;
}
body.racer #wrapper #racer_list nav .btn-wrap button.all {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  width: 96px;
  height: 100%;
  margin-right: 12px;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 96px);
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li {
  width: calc((100% - 24px) / 3);
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li button {
  border: 5px solid #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 6px;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li button span {
  display: block;
  width: 44px;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li button.active {
  background: #fff !important;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(1) button {
  background: #B4F5FF;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(1) button > picture {
  width: 163px;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(1) button.active {
  border: 5px solid #003ADB;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(2) button {
  background: #D2FFCA;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(2) button > picture {
  width: 108px;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(2) button.active {
  border: 5px solid #078725;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(3) button {
  background: #FFD6FE;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(3) button > picture {
  width: 108px;
}
body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(3) button.active {
  border: 5px solid #CB156A;
}

/* コラム
------------------------------------------------------------*/
body.racer #wrapper #racer_list #column {
  width: 100%;
}
body.racer #wrapper #racer_list #column > div {
  display: none;
  padding: 580px 0 72px;
  position: relative;
}
body.racer #wrapper #racer_list #column > div.active {
  display: block;
}
body.racer #wrapper #racer_list #column > div h4 {
  width: 295px;
  position: absolute;
  top: 0;
  left: 0;
}
body.racer #wrapper #racer_list #column > div > picture img {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
}
body.racer #wrapper #racer_list #column > div:nth-child(1) {
  background: url("../images/racer_column_bg01.svg") no-repeat center bottom/100% auto, #fff;
  border-top: 5px solid #003ADB;
  border-bottom: 5px solid #003ADB;
}
body.racer #wrapper #racer_list #column > div:nth-child(2) {
  background: url("../images/racer_column_bg02.svg") no-repeat center bottom/100% auto, #fff;
  border-top: 5px solid #0FA814;
  border-bottom: 5px solid #0FA814;
}
body.racer #wrapper #racer_list #column > div:nth-child(3) {
  background: url("../images/racer_column_bg03.svg") no-repeat center bottom/100% auto, #fff;
  border-top: 5px solid #C63277;
  border-bottom: 5px solid #C63277;
}
body.racer #wrapper #racer_list #column > div h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 92px;
  margin: 40px auto;
}
body.racer #wrapper #racer_list #column > div h5 img {
  width: auto;
  height: 100%;
}
body.racer #wrapper #racer_list #column > div p {
  font-size: 30px;
  font-weight: 500;
  text-align: justify;
  line-height: 1.5;
  padding: 0 30px;
}
body.racer #wrapper #racer_list #column > div p em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFE600));
  background: linear-gradient(to bottom, transparent 50%, #FFE600 50%);
  font-weight: 900;
}

/* レーサーリスト
------------------------------------------------------------*/
body.racer #wrapper #racer_list {
  padding: 35px 0 55px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}
body.racer #wrapper #racer_list .p_wrap {
  margin: 20px auto;
  padding: 0 30px;
  position: relative;
}
body.racer #wrapper #racer_list .p_wrap::before, body.racer #wrapper #racer_list .p_wrap::after {
  content: "";
  background: #550000;
  width: 173px;
  height: 3px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
}
body.racer #wrapper #racer_list .p_wrap::after {
  left: auto;
  right: 30px;
}
body.racer #wrapper #racer_list .p_wrap p {
  color: #550000;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
body.racer #wrapper #racer_list .p_wrap p::before, body.racer #wrapper #racer_list .p_wrap p::after {
  content: "";
  background: #550000;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  width: 20px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38px;
}
body.racer #wrapper #racer_list .p_wrap p::after {
  left: auto;
  right: -38px;
}
body.racer #wrapper #racer_list dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
}
body.racer #wrapper #racer_list dialog::-ms-backdrop {
  background: rgba(0, 0, 0, 0.6);
}
body.racer #wrapper #racer_list dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
body.racer #wrapper #racer_list dialog .dialog-body {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.racer #wrapper #racer_list dialog .dialog-body .battle-card {
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}
body.racer #wrapper #racer_list dialog .dialog-body .battle-card::before {
  content: none;
}
body.racer #wrapper #racer_list dialog #dialogClose {
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 24px;
  margin: auto;
  position: absolute;
  bottom: calc(50% - 590px);
  left: 0;
  right: 0;
  opacity: 0.54;
  cursor: pointer;
  z-index: 2;
}
body.racer #wrapper #racer_list dialog #dialogClose:focus {
  outline: none;
}
body.racer #wrapper #racer_list .battle-card {
  background: linear-gradient(83deg, #A100FF, #2414B4);
  border: 2px solid #000;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.76);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.76);
  width: 338px;
  height: 564px;
  padding: 12px;
  position: relative;
  cursor: pointer;
}
body.racer #wrapper #racer_list .battle-card.a2 {
  background: linear-gradient(83deg, #C8F313, #15853E);
}
body.racer #wrapper #racer_list .battle-card.a2 .rank {
  border: 2px solid #39980A;
  color: #39980A;
}
body.racer #wrapper #racer_list .battle-card.a2 .rank::before {
  border: 2px solid #39980A;
}
body.racer #wrapper #racer_list .battle-card.add {
  pointer-events: none;
}
body.racer #wrapper #racer_list .battle-card.add::before {
  content: none;
}
body.racer #wrapper #racer_list .battle-card.add .inner .status::after {
  content: "追加あっせん";
  color: #fff;
  font-size: 28px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  position: absolute;
  inset: 0;
  top: 23px;
  z-index: 10;
}
body.racer #wrapper #racer_list .battle-card.add .inner .status ul {
  display: none;
}
body.racer #wrapper #racer_list .battle-card.add .inner .status .txt-wrap {
  display: none;
}
body.racer #wrapper #racer_list .battle-card::before {
  content: "";
  background: url("../images/racer_card_loupe.svg") no-repeat center/41px auto, #000;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 183px;
  left: 25px;
  opacity: 0.54;
  z-index: 10;
}
body.racer #wrapper #racer_list .battle-card .name {
  color: #fff;
  font-family: Meiryo, sans-serif;
  font-size: 28px;
  line-height: 44px;
  width: 145px;
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
}
body.racer #wrapper #racer_list .battle-card .rank {
  background: #fff;
  border: 2px solid #0041C3;
  border-radius: 50%;
  color: #464CFF;
  font-family: var(--font-family-en-4);
  font-size: 41px;
  line-height: 1;
  letter-spacing: -0.1em;
  text-indent: -0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 69px;
  height: 69px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body.racer #wrapper #racer_list .battle-card .rank::before {
  content: "";
  border: 2px solid #0041C3;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  margin: auto;
  position: absolute;
  inset: 0;
}
body.racer #wrapper #racer_list .battle-card .inner {
  border: 5px solid;
  -o-border-image: linear-gradient(-56deg, #676767, #2B2B2B, #B6B6B6, #656565, #FAFAFA, #272626, #FFFFFF) 1;
     border-image: linear-gradient(-56deg, #676767, #2B2B2B, #B6B6B6, #656565, #FAFAFA, #272626, #FFFFFF) 1;
  border-radius: 5px;
  clip-path: polygon(0 0, 46% 0, 53% 9%, 100% 9%, 100% 100%, 0 100%);
  width: 100%;
  height: 100%;
  position: relative;
}
body.racer #wrapper #racer_list .battle-card .inner .toban {
  background: #fff;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  font-family: Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32px;
  padding: 3px 0 0 56px;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 2;
}
body.racer #wrapper #racer_list .battle-card .inner > img {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: -1;
}
body.racer #wrapper #racer_list .battle-card .inner .grade {
  background: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 33px;
  position: absolute;
  top: 150px;
  right: 8px;
  overflow: hidden;
}
body.racer #wrapper #racer_list .battle-card .inner .grade.sg {
  border: 1px solid #FF0000;
}
body.racer #wrapper #racer_list .battle-card .inner .grade.sg .tit {
  background: url("../images/racer_card_crown.svg") no-repeat center 2px/11px auto, #FF0000;
}
body.racer #wrapper #racer_list .battle-card .inner .grade.sg .ans {
  color: #FF0000;
}
body.racer #wrapper #racer_list .battle-card .inner .grade.g1 {
  border: 1px solid #FF6F00;
  top: 185px;
}
body.racer #wrapper #racer_list .battle-card .inner .grade.g1 .tit {
  background: url("../images/racer_card_crown.svg") no-repeat center 2px/11px auto, #FF6F00;
  text-indent: -0.1em;
}
body.racer #wrapper #racer_list .battle-card .inner .grade.g1 .ans {
  color: #FF6F00;
}
body.racer #wrapper #racer_list .battle-card .inner .grade p.tit {
  color: #fff;
  font-family: var(--font-family-en-2);
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  width: 38px;
  height: 100%;
  padding: 3px 0 0 3px;
}
body.racer #wrapper #racer_list .battle-card .inner .grade p.ans {
  font-family: var(--font-family-en-2);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  width: calc(100% - 38px);
}
body.racer #wrapper #racer_list .battle-card .inner .grade p.ans em {
  font-family: var(--font-family-en);
  font-size: 28px;
}
body.racer #wrapper #racer_list .battle-card .inner h5 {
  -webkit-filter: drop-shadow(0 -1px 8px rgba(0, 0, 0, 0.65));
          filter: drop-shadow(0 -1px 8px rgba(0, 0, 0, 0.65));
  width: 183px;
  margin: auto;
  position: absolute;
  top: 226px;
  left: 0;
  right: 0;
  z-index: 5;
}
body.racer #wrapper #racer_list .battle-card .inner .status {
  background: #fff;
  clip-path: polygon(4% 23px, 96% 23px, 100% 0, 100% 100%, 0 100%, 0 0);
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: calc(100% - 218px);
  margin-top: 218px;
  padding: 36px 12px 8px;
  position: relative;
  z-index: 2;
}
body.racer #wrapper #racer_list .battle-card .inner .status::before {
  content: "";
  background: url("../images/racer_card_status_bg.jpg") no-repeat center top/cover;
  clip-path: polygon(4% 23px, 96% 23px, 100% 0, 100% 100%, 0 100%, 0 0);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: -1;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li {
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 35px;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li:nth-child(3) dl dd {
  color: #fff;
  font-size: 16px;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li:nth-child(3) dl dd em {
  color: #FFE600;
  font-family: var(--font-family-en-3);
  font-size: 28px;
  line-height: 1;
  margin-right: 8px;
  margin-top: 2px;
  letter-spacing: -0.25em;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  padding: 3px 6px;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dt {
  color: #fff;
  font-size: 17px;
  line-height: 1;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd {
  color: #6F6F6F;
  font-size: 22px;
  line-height: 1;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd span {
  position: relative;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd span::before {
  content: "";
  background: url("../images/racer_card_star.png") no-repeat center/100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star1 span:nth-child(2)::before {
  content: none;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star1 span:nth-child(3)::before {
  content: none;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star1 span:nth-child(4)::before {
  content: none;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star1 span:nth-child(5)::before {
  content: none;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star2 span:nth-child(3)::before {
  content: none;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star2 span:nth-child(4)::before {
  content: none;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star2 span:nth-child(5)::before {
  content: none;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star3 span:nth-child(4)::before {
  content: none;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star3 span:nth-child(5)::before {
  content: none;
}
body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star4 span:nth-child(5)::before {
  content: none;
}
body.racer #wrapper #racer_list .battle-card .inner .status .txt-wrap {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #0019FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  padding: 8px;
}
body.racer #wrapper #racer_list .battle-card .inner .status .txt-wrap p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.2;
}
body.racer #wrapper #racer_list ul.con {
  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;
  row-gap: 20px;
  padding: 0 30px;
}
body.racer #wrapper #racer_list ul.con > li {
  width: calc(50% - 6px);
  display: none;
}
body.racer #wrapper #racer_list ul.con > li.active {
  display: block;
}
body.racer #wrapper #racer_list ul.con > li .seiseki {
  background: #000;
  -webkit-box-shadow: 0 0 20px #fff;
          box-shadow: 0 0 20px #fff;
  margin-top: 15px;
  position: relative;
}
body.racer #wrapper #racer_list ul.con > li .seiseki::before {
  content: "";
  background: #000;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 28px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 2px solid #000;
  width: 100%;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table caption {
  background: url("../images/racer_seiseki_tit_bg.svg") no-repeat center/100% auto;
  font-size: 26px;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table thead {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  height: 27px;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table tbody {
  font-family: var(--font-family-en-2);
  font-size: 28px;
  font-weight: 900;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table tbody span {
  font-size: 17px;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table th, body.racer #wrapper #racer_list ul.con > li .seiseki table td {
  width: 33.3333333333%;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table td {
  height: 37px;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table td:last-child {
  border-right: none !important;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table:nth-child(1) caption {
  color: #00DDFF;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table:nth-child(1) thead {
  background: #1C23FF;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table:nth-child(1) tbody {
  background: #E6FFFB;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table:nth-child(1) td {
  border-right: 2px solid #1C23FF;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table:nth-child(2) caption {
  color: #FF9F32;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table:nth-child(2) thead {
  background: #FF511C;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table:nth-child(2) tbody {
  background: #FFF4E7;
}
body.racer #wrapper #racer_list ul.con > li .seiseki table:nth-child(2) td {
  border-right: 2px solid #FF511C;
}

body.racer #wrapper #racer_list ul.con li .seiseki a {
  pointer-events: none;
  overflow: hidden;
  position: relative;
}
body.racer #wrapper #racer_list ul.con li .seiseki a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

body.racer #wrapper #racer_list .attention {
  margin-top: 28px;
  padding: 0 30px;
}
body.racer #wrapper #racer_list .attention li {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  text-indent: -1em;
  padding-left: 1em;
}

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 751px) {
  /* ALL
  ------------------------------------------------------------*/
  body.racer .menuArea {
    padding: 60px 0;
  }
  body.racer .menuArea ul {
    width: 430px;
    margin: 0 15px;
    padding-top: 0;
    -webkit-padding-start: 30px;
            padding-inline-start: 30px;
  }
  body.racer .menuArea ul.cate4 {
    width: 470px;
    padding-right: 40px;
  }
  body.racer .menuArea ul .cate5 {
    margin: 50px 0 70px;
    padding: 0;
  }
  body.racer .menuArea p {
    font-weight: 400;
  }
  body.racer .footer {
    background: #000;
    top: 0;
    padding: 3px 0;
  }
  body.racer .footer > ul:first-child {
    margin: 25px auto 15px;
  }
  body.racer #wrapper {
    background: none;
  }
  body.racer #wrapper #contents {
    margin-top: 0;
  }
  body.racer #wrapper .bg {
    background: radial-gradient(ellipse 370% 333% at 27% 93%, #FF433F 0%, #3B1300 40%);
  }
  body.racer #wrapper .bg::before {
    background: radial-gradient(rgba(255, 255, 255, 0.2) 14%, transparent 14%) 0 0/40px 40px;
    -webkit-animation: bg-ani 120s linear infinite;
            animation: bg-ani 120s linear infinite;
  }
  body.racer #wrapper .bg::after {
    background: url("../images/racer_bg_pattern.svg") repeat-y left 310px top 0%/42px auto, url("../images/racer_bg_pattern.svg") repeat-y right 310px top 0%/42px auto;
    -webkit-animation: bg-ani02 60s linear infinite;
            animation: bg-ani02 60s linear infinite;
  }
  @-webkit-keyframes bg-ani02 {
    0% {
      background-position: left 310px top 0%, right 310px top 0%;
    }
    100% {
      background-position: left 310px top 100%, right 310px top -100%;
    }
  }
  @keyframes bg-ani02 {
    0% {
      background-position: left 310px top 0%, right 310px top 0%;
    }
    100% {
      background-position: left 310px top 100%, right 310px top -100%;
    }
  }
  /* タイトル＆リード文
  ------------------------------------------------------------*/
  body.racer #wrapper main::before {
    background: url(../images/racer_h2_card_pc.png) no-repeat center/contain;
    width: 288px;
    height: 275px;
    top: 54px;
    right: calc(50% - 548px);
  }
  body.racer #wrapper main::after {
    content: "";
    background: url(../images/racer_h2_card_accent_pc.svg) no-repeat center/contain;
    -webkit-filter: drop-shadow(0 -1px 8px #000);
            filter: drop-shadow(0 -1px 8px #000);
    width: 56px;
    height: 56px;
    position: absolute;
    top: 84px;
    right: calc(50% - 553px);
    z-index: 5;
  }
  body.racer #wrapper h2 {
    width: 1200px;
    margin: -45px auto 0;
  }
  body.racer #wrapper .lead {
    font-size: 21px;
    height: 113px;
    margin-top: -14px;
    z-index: 2;
  }
  body.racer #wrapper .lead::before {
    background: url("../images/racer_lead_accent01_pc.svg") no-repeat center/contain;
    width: 300px;
    height: 25px;
    top: -25px;
  }
  body.racer #wrapper .lead::after {
    background: url("../images/racer_lead_accent02_02_pc.svg") no-repeat center/contain;
    width: 91px;
    height: 92px;
    top: auto;
    bottom: -130px;
    right: auto;
    left: 276px;
  }
  body.racer #wrapper .lead > span {
    width: 262px;
    top: -76px;
    left: 470px;
  }
  body.racer #wrapper .lead p::before {
    width: 104px;
    height: 86px;
    bottom: -13px;
    right: calc(50% - 421px);
    -webkit-transform: scale(-1, 1) rotate(-10deg);
            transform: scale(-1, 1) rotate(-10deg);
  }
  body.racer #wrapper .lead p em {
    font-size: 26px;
  }
  body.racer #wrapper .lead p span {
    background: radial-gradient(circle at center, #FFF8B9 25%, transparent 25%) top right/1em 0.5em repeat-x;
    padding-top: 0.3em; /* 縦方向の位置調整 */
  }
  /* 応募方法＆締切
  ------------------------------------------------------------*/
  body.racer #wrapper .summary {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 44px;
  }
  body.racer #wrapper .summary::before, body.racer #wrapper .summary::after {
    background: url("../images/racer_lead_accent01_pc.svg") no-repeat center/contain;
    width: 300px;
    height: 25px;
  }
  body.racer #wrapper .summary::after {
    background: url("../images/racer_lead_accent02_03_pc.svg") no-repeat center/contain;
    width: 125px;
    height: 125px;
    bottom: 94px;
    left: auto;
    right: 257px;
    -webkit-transform: none;
            transform: none;
  }
  body.racer #wrapper .summary .howto {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body.racer #wrapper .summary .howto h3 {
    font-size: 30px;
    margin: 16px auto 0;
  }
  body.racer #wrapper .summary .howto h3::before, body.racer #wrapper .summary .howto h3::after {
    left: -25px;
  }
  body.racer #wrapper .summary .howto h3::after {
    left: auto;
    right: -25px;
  }
  body.racer #wrapper .summary .howto .box-wrap {
    margin-top: 30px;
  }
  body.racer #wrapper .summary .howto .box {
    background: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(50% - 10px);
    height: 245px;
  }
  body.racer #wrapper .summary .howto .box::before {
    width: 70px;
    top: 81px;
  }
  body.racer #wrapper .summary .howto .box > span {
    height: 76px;
    top: -77px;
  }
  body.racer #wrapper .summary .howto .box .p_wrap {
    background: #FFCDC7;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 13px 0;
  }
  body.racer #wrapper .summary .howto .box p {
    font-size: 20px;
  }
  body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(1) {
    height: 70px;
  }
  body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(1) p {
    margin-bottom: 0;
    padding-top: 0;
  }
  body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(1) p a {
    width: 170px;
    height: 40px;
    margin: 0 10px;
    padding: 2px 20px 2px 0;
  }
  body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(1) p a::before {
    width: 10px;
    height: 12px;
    right: 9px;
  }
  body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(2) {
    height: 130px;
  }
  body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(2) picture, body.racer #wrapper .summary .howto .box:nth-child(1) .p_wrap:nth-of-type(2) img {
    width: 230px;
    margin-right: 3px;
  }
  body.racer #wrapper .summary .howto .box:nth-child(2) {
    background: none;
  }
  body.racer #wrapper .summary .howto .box:nth-child(2) p {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }
  body.racer #wrapper .summary .howto .box:nth-child(2) .p_wrap:nth-of-type(1) {
    height: 70px;
  }
  body.racer #wrapper .summary .howto .box:nth-child(2) .p_wrap:nth-of-type(1) p a {
    border: 3px solid #fff;
    line-height: 44px;
    width: 250px;
    height: 50px;
    margin-right: 10px;
    padding-right: 14px;

    pointer-events: none;
    opacity: 0.5;
  }
  body.racer #wrapper .summary .howto .box:nth-child(2) .p_wrap:nth-of-type(1) p a::before {
    width: 12px;
    height: 15px;
    right: 37px;
  }
  body.racer #wrapper .summary .howto .box:nth-child(2) .p_wrap:nth-of-type(2) {
    background: url("../images/racer_howto_bg.svg") no-repeat center bottom/180px auto, #FFCDC7;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 130px;
  }
  body.racer #wrapper .summary .dead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
    height: 65px;
    margin: 17px auto 40px auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body.racer #wrapper .summary .dead h3 {
    font-size: 32px;
    padding: 0 67px 0 0;
    z-index: 1;
  }
  body.racer #wrapper .summary .dead h3::before {
    width: 600px;
  }
  body.racer #wrapper .summary .dead img {
    width: 266px;
    margin-left: 53px;
  }
  body.racer #wrapper .summary .attention {
    margin: 10px auto 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.racer #wrapper .summary .attention li {
    font-size: 16px;
  }
  body.racer #wrapper .summary .attention li:nth-child(2) {
    padding-left: 6em;
    text-indent: -6em;
  }
  body.racer #wrapper .summary button {
    width: 480px;
    margin: 0 auto;
    margin-top: 0px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  body.racer #wrapper .summary button a {
    border: 3px solid #fff;
    border-radius: 80px;
    font-size: 28px;
    width: 100%;
    height: 80px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    z-index: 1;
    overflow: hidden;

    pointer-events: none;
    opacity: 0.5;
  }
  body.racer #wrapper .summary button a::before, body.racer #wrapper .summary button a::after {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#2414B4), to(#A100FF));
    background: linear-gradient(to right, #2414B4, #A100FF);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  body.racer #wrapper .summary button a::after {
    background: -webkit-gradient(linear, left top, right top, from(#A100FF), to(#2414B4));
    background: linear-gradient(to right, #A100FF, #2414B4);
    z-index: -2;
  }
  body.racer #wrapper .summary button a:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  body.racer #wrapper .summary button a:hover::before {
    opacity: 0;
  }
  /* 絞り込み・並び替えUI
  ------------------------------------------------------------*/
  body.racer #wrapper #racer_list nav {
    width: 1200px;
    margin: 0 auto 45px;
    padding: 0;
  }
  body.racer #wrapper #racer_list nav ul.sort li {
    width: calc((100% - 15px) / 3);
  }
  body.racer #wrapper #racer_list nav ul.sort li button {
    border: 3px solid #000B72;
    border-radius: 50px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    font-size: 30px;
    height: 50px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  body.racer #wrapper #racer_list nav ul.sort li button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  body.racer #wrapper #racer_list nav ul.sort li button.active:hover {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body.racer #wrapper #racer_list nav ul.sort li button span {
    margin-left: 11px;
  }
  body.racer #wrapper #racer_list nav .btn-wrap {
    height: 100px;
  }
  body.racer #wrapper #racer_list nav .btn-wrap button.all {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    width: 180px;
    margin-right: 15px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  body.racer #wrapper #racer_list nav .btn-wrap button.all:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  body.racer #wrapper #racer_list nav .btn-wrap button.all.active:hover {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body.racer #wrapper #racer_list nav .btn-wrap ul.refine {
    width: calc(100% - 180px);
  }
  body.racer #wrapper #racer_list nav .btn-wrap ul.refine li {
    width: calc((100% - 30px) / 3);
  }
  body.racer #wrapper #racer_list nav .btn-wrap ul.refine li button {
    border: 4px solid #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  body.racer #wrapper #racer_list nav .btn-wrap ul.refine li button:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  body.racer #wrapper #racer_list nav .btn-wrap ul.refine li button.active:hover {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body.racer #wrapper #racer_list nav .btn-wrap ul.refine li button span {
    width: 44px;
  }
  body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(1) button > picture {
    width: 191px;
    margin-right: 38px;
  }
  body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(2) button > picture {
    width: 126px;
    margin-right: 47px;
  }
  body.racer #wrapper #racer_list nav .btn-wrap ul.refine li:nth-child(3) button > picture {
    width: 212px;
    margin-right: 17px;
  }
  /* コラム
  ------------------------------------------------------------*/
  body.racer #wrapper #racer_list #column {
    width: 100%;
    padding: 0 85px;
  }
  body.racer #wrapper #racer_list #column > div {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 610px;
    padding: 0;
  }
  body.racer #wrapper #racer_list #column > div.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.racer #wrapper #racer_list #column > div h4 {
    width: 295px;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.racer #wrapper #racer_list #column > div > picture img {
    width: 817px;
    top: auto;
    left: auto;
    right: 930px;
    bottom: 0;
  }
  body.racer #wrapper #racer_list #column > div:nth-child(1) {
    background: url("../images/racer_column_bg01_pc.svg") no-repeat right -1px bottom/807px auto, #fff;
    border: 5px solid #003ADB;
  }
  body.racer #wrapper #racer_list #column > div:nth-child(2) {
    background: url("../images/racer_column_bg02_pc.svg") no-repeat right -1px bottom/807px auto, #fff;
    border: 5px solid #0FA814;
  }
  body.racer #wrapper #racer_list #column > div:nth-child(3) {
    background: url("../images/racer_column_bg03_pc.svg") no-repeat right -1px bottom/807px auto, #fff;
    border: 5px solid #C63277;
  }
  body.racer #wrapper #racer_list #column > div .txt_wrap {
    width: 820px;
    margin: 0 65px 0 auto;
  }
  body.racer #wrapper #racer_list #column > div h5 {
    height: 37px;
    margin: 0 auto 30px;
  }
  body.racer #wrapper #racer_list #column > div p {
    font-size: 20px;
    padding: 0;
  }
  /* レーサーリスト
  ------------------------------------------------------------*/
  body.racer #wrapper #racer_list {
    padding: 45px 0 68px;
  }
  body.racer #wrapper #racer_list .p_wrap {
    margin: 30px auto;
    padding: 0 85px;
  }
  body.racer #wrapper #racer_list .p_wrap::before, body.racer #wrapper #racer_list .p_wrap::after {
    width: 690px;
    left: 85px;
  }
  body.racer #wrapper #racer_list .p_wrap::after {
    left: auto;
    right: 85px;
  }
  body.racer #wrapper #racer_list .p_wrap p {
    font-size: 28px;
  }
  body.racer #wrapper #racer_list .p_wrap p::before, body.racer #wrapper #racer_list .p_wrap p::after {
    width: 20px;
    height: 15px;
    left: -38px;
  }
  body.racer #wrapper #racer_list .p_wrap p::after {
    left: auto;
    right: -38px;
  }
  body.racer #wrapper #racer_list dialog .dialog-body .battle-card {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  body.racer #wrapper #racer_list dialog #dialogClose {
    width: 80px;
    height: 80px;
    padding: 20px;
    bottom: calc(50% + 354px);
    left: auto;
    right: calc(50% - 268px);
  }
  body.racer #wrapper #racer_list .battle-card {
    border-radius: 18px;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.76);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.76);
    width: 328px;
    height: 564px;
    padding: 12px;
  }
  body.racer #wrapper #racer_list .battle-card::before {
    content: "";
    background: url("../images/racer_card_loupe.svg") no-repeat center/41px auto, #000;
    border: 2px solid #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 183px;
    left: 25px;
    opacity: 0.54;
    z-index: 10;
  }
  body.racer #wrapper #racer_list .battle-card .name {
    font-size: 28px;
    line-height: 44px;
    width: 145px;
    top: 12px;
    right: 14px;
  }
  body.racer #wrapper #racer_list .battle-card .inner .toban {
    font-size: 15px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 32px;
    padding: 3px 0 0 56px;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 2;
  }
  body.racer #wrapper #racer_list .battle-card .inner > img {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 26px;
    left: 0;
    z-index: -1;
  }
  body.racer #wrapper #racer_list .battle-card .inner .grade {
    background: #fff;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90px;
    height: 33px;
    position: absolute;
    top: 150px;
    right: 8px;
    overflow: hidden;
  }
  body.racer #wrapper #racer_list .battle-card .inner .grade.sg {
    border: 1px solid #FF0000;
  }
  body.racer #wrapper #racer_list .battle-card .inner .grade.sg .tit {
    background: url("../images/racer_card_crown.svg") no-repeat center 2px/11px auto, #FF0000;
  }
  body.racer #wrapper #racer_list .battle-card .inner .grade.sg .ans {
    color: #FF0000;
  }
  body.racer #wrapper #racer_list .battle-card .inner .grade.g1 {
    border: 1px solid #FF6F00;
    top: 185px;
  }
  body.racer #wrapper #racer_list .battle-card .inner .grade.g1 .tit {
    background: url("../images/racer_card_crown.svg") no-repeat center 2px/11px auto, #FF6F00;
    text-indent: -0.1em;
  }
  body.racer #wrapper #racer_list .battle-card .inner .grade.g1 .ans {
    color: #FF6F00;
  }
  body.racer #wrapper #racer_list .battle-card .inner .grade p.tit {
    color: #fff;
    font-family: var(--font-family-en-2);
    font-size: 22px;
    font-weight: 900;
    font-style: italic;
    width: 38px;
    padding-top: 3px;
  }
  body.racer #wrapper #racer_list .battle-card .inner .grade p.ans {
    font-family: var(--font-family-en-2);
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    width: calc(100% - 38px);
  }
  body.racer #wrapper #racer_list .battle-card .inner .grade p.ans em {
    font-family: var(--font-family-en);
    font-size: 28px;
  }
  body.racer #wrapper #racer_list .battle-card .inner h5 {
    -webkit-filter: drop-shadow(0 -1px 8px rgba(0, 0, 0, 0.65));
            filter: drop-shadow(0 -1px 8px rgba(0, 0, 0, 0.65));
    width: 183px;
    margin: auto;
    position: absolute;
    top: 226px;
    left: 0;
    right: 0;
    z-index: 5;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status {
    background: #fff;
    clip-path: polygon(4% 23px, 96% 23px, 100% 0, 100% 100%, 0 100%, 0 0);
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: calc(100% - 218px);
    margin-top: 218px;
    padding: 36px 12px 8px;
    position: relative;
    z-index: 2;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status::before {
    clip-path: polygon(4% 23px, 96% 23px, 100% 0, 100% 100%, 0 100%, 0 0);
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li {
    height: 35px;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li:nth-child(3) dl dd {
    font-size: 16px;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li:nth-child(3) dl dd em {
    font-size: 28px;
    margin-right: 12px;
    margin-top: 2px;
    letter-spacing: -0.3em;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100%;
    padding: 3px 6px;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dt {
    color: #fff;
    font-size: 17px;
    line-height: 1;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd {
    color: #6F6F6F;
    font-size: 22px;
    line-height: 1;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd span {
    position: relative;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd span::before {
    content: "";
    background: url("../images/racer_card_star.png") no-repeat center/100% auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star1 span:nth-child(2)::before {
    content: none;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star1 span:nth-child(3)::before {
    content: none;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star1 span:nth-child(4)::before {
    content: none;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star1 span:nth-child(5)::before {
    content: none;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star2 span:nth-child(3)::before {
    content: none;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star2 span:nth-child(4)::before {
    content: none;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star2 span:nth-child(5)::before {
    content: none;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star3 span:nth-child(4)::before {
    content: none;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star3 span:nth-child(5)::before {
    content: none;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status ul li dl dd.star4 span:nth-child(5)::before {
    content: none;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status .txt-wrap {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid #0019FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 8px;
    padding: 8px;
  }
  body.racer #wrapper #racer_list .battle-card .inner .status .txt-wrap p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.2;
  }
  body.racer #wrapper #racer_list ul.con {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px 28px;
    padding: 0 85px;
  }
  body.racer #wrapper #racer_list ul.con li {
    width: calc((100% - 112px) / 5);
  }
  body.racer #wrapper #racer_list ul.con li .seiseki {
    -webkit-box-shadow: 0 0 20px #fff;
            box-shadow: 0 0 20px #fff;
    margin-top: 15px;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki::before {
    width: 28px;
    height: 14px;
    margin: auto;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid #000;
    width: 100%;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki table caption {
    font-size: 24px;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki table thead {
    font-size: 19px;
    line-height: 27px;
    height: 27px;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki table tbody {
    font-family: var(--font-family-en-2);
    font-size: 28px;
    font-weight: 900;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki table tbody span {
    font-size: 17px;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki table th, body.racer #wrapper #racer_list ul.con li .seiseki table td {
    width: 33.3333333333%;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki table td {
    height: 37px;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki table td:last-child {
    border-right: none !important;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki a {
    -webkit-transition: none;
    transition: none;
    pointer-events: none;
    overflow: hidden;
    position: relative;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.5);
    pointer-events: none;
  }
  body.racer #wrapper #racer_list ul.con li .seiseki a :hover {
    opacity: 0.5;
  }
  body.racer #wrapper #racer_list .attention {
    margin-top: 32px;
    padding: 0 85px;
  }
  body.racer #wrapper #racer_list .attention li {
    font-size: 20px;
  }
}
/***********************************************************************
「★SP版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************//*# sourceMappingURL=racer.css.map */