@charset "UTF-8";
/**************************************************************
※モバイルファースト
※ビューポートスケーリング無し

・pxはすべてremに置き換え(10px = 1rem)(htmlに基準値を付与)
  例：デザインカンプ 20px = 2rem
***************************************************************/
/* CSS Document */
:root {
  --font-family-en-1: "nocturne-serif", sans-serif;
  --font-family-en-2: "itc-avant-garde-gothic-pro", sans-serif;
  --font-family-en-3: "roboto", sans-serif;
  --font-family-en-4: "Oswald", sans-serif;
  --font-family-J: "Noto Sans JP", sans-serif;
  --font-family-J-2: "toppan-bunkyu-midashi-min-st", serif;
  --red: #E50012;
  --red2: #EA5E45;
  --pink: #FF54D1;
  --lightblue: #00FFDC;
  --lightblue2: #77CBEF;
  --yellow: #F4E329;
  --orange: #FF9F21;
  --lightgreen: #98FF21;
}

body.column {
  background: radial-gradient(ellipse 82.2rem 90.3rem at 50% 0%, #00FFED 0%, #008CAF 50%);
  position: relative;
}
body.column::before {
  content: "";
  background: url(../images/bg_pop.png) repeat-y 50% -1.9rem/100% auto;
  mix-blend-mode: soft-light;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@supports (background-image: url("../images/bg_pop.webp")) {
  body.column::before {
    background: url(../images/bg_pop.webp) repeat-y 50% -1.9rem/100% auto;
  }
}
/* ALL
------------------------------------------------------------*/
body.column main {
  margin-top: 18rem;
}
body.column .attention li {
  color: #000;
}

/* title & read
------------------------------------------------------------*/
body.column h2 {
  width: 56.5rem;
  margin: 0 auto 4rem;
}
body.column .read {
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 5.4rem;
}

/* tab buttons
------------------------------------------------------------*/
body.column ul[data-tabs] {
  background: none;
  border: none;
  border-bottom: 0.3rem solid #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(100% + 6rem);
  padding: 0 4.9rem;
  margin: 0 auto 3.2rem -3rem;
  overflow-x: visible;
}
body.column ul[data-tabs] li[role=tab] {
  color: #000;
  font-weight: 700;
  -webkit-filter: drop-shadow(0.3rem 0.3rem 1.3rem rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0.3rem 0.3rem 1.3rem rgba(0, 0, 0, 0.35));
  -webkit-transform: translateZ(0);
          transform: translateZ(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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21rem;
  height: 12rem;
  padding: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body.column ul[data-tabs] li[role=tab]:hover {
  background: none;
  opacity: 0.8;
}
body.column ul[data-tabs] li[role=tab]:active {
  background: none;
}
body.column ul[data-tabs] li[role=tab]:focus {
  border: none;
}
body.column ul[data-tabs] li[role=tab][aria-selected=true] {
  /* active style */
  background: none;
  border: none;
  cursor: auto;
}
body.column ul[data-tabs] li[role=tab][aria-selected=true]:hover {
  opacity: 1;
}
body.column ul[data-tabs] li[role=tab][aria-selected=true] p.step {
  font-size: 4.3rem;
}
body.column ul[data-tabs] li[role=tab][aria-selected=true] p.step em {
  font-size: 7.2rem;
}
body.column ul[data-tabs] li[role=tab][aria-selected=true] span {
  display: none;
}
body.column ul[data-tabs] li[role=tab].no {
  color: #fff;
  pointer-events: none;
}
body.column ul[data-tabs] li[role=tab].no::before {
  background: #535E5E !important;
}
body.column ul[data-tabs] li[role=tab].no::after {
  content: "";
  width: 9.6rem;
  height: 9.6rem;
  position: absolute;
  top: -3.5rem;
  right: -4.4rem;
  z-index: 2;
}
body.column ul[data-tabs] li[role=tab].no span {
  background: #fff;
}
body.column ul[data-tabs] li[role=tab].no:nth-child(2) {
  z-index: 2;
}
body.column ul[data-tabs] li[role=tab].no:nth-child(2)::after {
  background: url("../images/column_day02.svg") no-repeat center/100% auto;
}
body.column ul[data-tabs] li[role=tab].no:nth-child(3)::after {
  background: url("../images/column_day03.svg") no-repeat center/100% auto;
}
body.column ul[data-tabs] li[role=tab]::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transform: skew(-17deg);
          transform: skew(-17deg);
}
body.column ul[data-tabs] li[role=tab]:nth-child(1)::before {
  background: var(--lightgreen);
}
body.column ul[data-tabs] li[role=tab]:nth-child(2)::before {
  background: var(--orange);
}
body.column ul[data-tabs] li[role=tab]:nth-child(3)::before {
  background: var(--pink);
}
body.column ul[data-tabs] li[role=tab] p {
  line-height: 1;
}
body.column ul[data-tabs] li[role=tab] p.step {
  font-family: var(--font-family-en-1);
  font-size: 2.6rem;
  font-style: italic;
}
body.column ul[data-tabs] li[role=tab] p.step em {
  font-size: 4.4rem;
}
body.column ul[data-tabs] li[role=tab] span {
  background: #000;
  -webkit-mask: url("../images/column_icn_arrow.svg") no-repeat center/contain;
          mask: url("../images/column_icn_arrow.svg") no-repeat center/contain;
  display: block;
  width: 2.7rem;
  height: 1.5rem;
  margin-top: 1.2rem;
}

/* tab panes
------------------------------------------------------------*/
body.column ul[data-panes] {
  border: none;
  margin-bottom: 8rem;
}
body.column ul[data-panes] > * {
  font-weight: 700;
}
body.column ul[data-panes] > li {
  padding: 3.2rem;
  overflow: hidden;
}
body.column ul[data-panes] > li div.step {
  clip-path: polygon(100% 0, 100% 45%, 50% 100%, 0 45%, 0 0);
  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: calc(100% + 6.4rem);
  margin: -3.5rem 0 0 -3.2rem;
  height: 8.3rem;
}
body.column ul[data-panes] > li div.step p {
  font-family: var(--font-family-en-1);
  font-size: 2.9rem;
  font-style: italic;
  line-height: 1;
}
body.column ul[data-panes] > li div.step p em {
  font-size: 5.8rem;
}
body.column ul[data-panes] > li h3 {
  width: 76rem;
  margin: -2rem 0 2.4rem calc(50% - 38rem);
}
body.column ul[data-panes] > li section {
  margin-bottom: 5.4rem;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
body.column ul[data-panes] > li section.mov {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.column ul[data-panes] > li article {
  margin-bottom: 5.4rem;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
body.column ul[data-panes] > li article.mov {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.column ul[data-panes] > li article h6 {
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 2.4rem;
}
body.column ul[data-panes] > li article p {
  font-size: 3rem;
  font-weight: 500;
  text-align: justify;
  line-height: 1.87;
}
body.column ul[data-panes] > li article p b {
  color: #ff8d13;
  font-weight: 900;
}
body.column ul[data-panes] > li article p em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(136, 255, 0, 0.5)));
  background: linear-gradient(to bottom, transparent 50%, rgba(136, 255, 0, 0.5) 50%);
  font-weight: 900;
}
body.column ul[data-panes] > li table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 1;
}
body.column ul[data-panes] > li table::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 220, 146, 0)), color-stop(15%, rgba(235, 220, 146, 0.5)), color-stop(85%, rgba(235, 220, 146, 0.5)), to(rgba(235, 220, 146, 0)));
  background: linear-gradient(to bottom, rgba(235, 220, 146, 0) 0%, rgba(235, 220, 146, 0.5) 15%, rgba(235, 220, 146, 0.5) 85%, rgba(235, 220, 146, 0) 100%);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.column ul[data-panes] > li table th, body.column ul[data-panes] > li table td {
  border: 0.1rem solid #B09A30;
  height: 100%;
  padding: 0.8rem;
  vertical-align: middle;
}
body.column ul[data-panes] > li table thead {
  font-size: 3.2rem;
}
body.column ul[data-panes] > li table thead tr {
  height: 5.5rem;
}
body.column ul[data-panes] > li table thead tr th {
  border-bottom: 0.2rem solid #B09A30;
  border-top: none;
  height: 100%;
}
body.column ul[data-panes] > li table thead tr th:first-child {
  border-left: none;
}
body.column ul[data-panes] > li table thead tr th:last-child {
  border-right: none;
}
body.column ul[data-panes] > li table tbody {
  font-family: var(--font-family-en-3);
  font-size: 3.2rem;
  font-weight: 500;
}
body.column ul[data-panes] > li table tbody .ja {
  font-family: var(--font-family-J);
}
body.column ul[data-panes] > li table tbody em {
  font-size: 2.7rem;
  font-weight: 700;
}
body.column ul[data-panes] > li table tbody tr {
  height: 6rem;
}
body.column ul[data-panes] > li table tbody tr td:first-child {
  border-left: none;
}
body.column ul[data-panes] > li table tbody tr td:last-child {
  border-right: none;
}
body.column ul[data-panes] > li table tbody tr:last-child td {
  border-bottom: none;
}
body.column ul[data-panes] > li:nth-child(1) {
  /* STEP.1 */
  border: 0.3rem solid var(--lightgreen);
}
body.column ul[data-panes] > li:nth-child(1) div.step {
  background: var(--lightgreen);
}
body.column ul[data-panes] > li:nth-child(1) h4 {
  color: #fff;
  font-family: var(--font-family-J-2);
  font-size: 4.8rem;
  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: 45.3rem;
  height: 6rem;
  margin: 0 auto 0.8rem;
  position: relative;
  z-index: 1;
}
body.column ul[data-panes] > li:nth-child(1) h4::before, body.column ul[data-panes] > li:nth-child(1) h4::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#EBDC92), color-stop(40%, #B09A30), color-stop(60%, #B09A30), to(#EBDC92));
  background: linear-gradient(90deg, #EBDC92 0%, #B09A30 40%, #B09A30 60%, #EBDC92 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -webkit-transform: skew(-22deg);
          transform: skew(-22deg);
  z-index: -1;
}
body.column ul[data-panes] > li:nth-child(1) h4::after {
  opacity: 0.55;
  -webkit-transform: skew(22deg);
          transform: skew(22deg);
}
body.column ul[data-panes] > li:nth-child(1) section:nth-of-type(1) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.column ul[data-panes] > li:nth-child(1) section:nth-of-type(1)::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 220, 146, 0)), color-stop(40%, #EBDC92), to(rgba(235, 220, 146, 0)));
  background: linear-gradient(to bottom, rgba(235, 220, 146, 0) 0%, #EBDC92 40%, rgba(235, 220, 146, 0) 100%);
  width: calc(100% + 6.4rem);
  height: 224.3rem;
  margin: auto;
  position: absolute;
  top: -10rem;
  left: -10%;
  right: -10%;
  z-index: -1;
}
body.column ul[data-panes] > li:nth-child(1) section h5 {
  color: #B09A30;
  font-family: var(--font-family-J-2);
  font-size: 3.6rem;
  line-height: 1;
  width: 100%;
  margin-bottom: 2.4rem;
  position: relative;
}
body.column ul[data-panes] > li:nth-child(1) section h5::before, body.column ul[data-panes] > li:nth-child(1) section h5::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#EBDC92), to(#B09A30));
  background: linear-gradient(90deg, #EBDC92, #B09A30);
  width: 20.1rem;
  height: 0.3rem;
  margin: auto;
  position: absolute;
  inset: 0;
  right: auto;
}
body.column ul[data-panes] > li:nth-child(1) section h5::after {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
body.column ul[data-panes] > li:nth-child(1) section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}
body.column ul[data-panes] > li:nth-child(1) section ul.mov li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
body.column ul[data-panes] > li:nth-child(1) section ul li {
  -webkit-box-shadow: 0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.35);
          box-shadow: 0.6rem 0.6rem 1rem rgba(0, 0, 0, 0.35);
  width: calc((100% - 2.4rem) / 3);
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
}
body.column ul[data-panes] > li:nth-child(1) section ul li:nth-child(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.column ul[data-panes] > li:nth-child(1) section ul li:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.column ul[data-panes] > li:nth-child(1) section ul li:nth-child(3) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.column ul[data-panes] > li:nth-child(1) section ul li:nth-child(4) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.column ul[data-panes] > li:nth-child(1) section ul li:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
body.column ul[data-panes] > li:nth-child(1) section ul li:nth-child(6) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
body.column ul[data-panes] > li:nth-child(1) section ul li:nth-child(7) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
body.column ul[data-panes] > li:nth-child(1) section ul li:nth-child(8) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
body.column ul[data-panes] > li:nth-child(1) section ul li:nth-child(9) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
body.column ul[data-panes] > li:nth-child(1) section ul li:nth-child(10) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
body.column ul[data-panes] > li:nth-child(1) section ul li .racer_data {
  width: 100%;
  height: 15.1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
body.column ul[data-panes] > li:nth-child(1) section ul li .racer_data::before, body.column ul[data-panes] > li:nth-child(1) section ul li .racer_data::after {
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(#049FC0), color-stop(150%, #002156));
  background: linear-gradient(to left, #049FC0 0%, #002156 150%);
  width: 120%;
  height: 120%;
  margin: auto;
  position: absolute;
  inset: -20%;
  top: 2.4rem;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  z-index: -1;
}
body.column ul[data-panes] > li:nth-child(1) section ul li .racer_data::after {
  background: -webkit-gradient(linear, right top, left top, from(#EBDC92), to(#B09A30));
  background: linear-gradient(to left, #EBDC92, #B09A30);
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  z-index: -2;
}
body.column ul[data-panes] > li:nth-child(1) section ul li .racer_data p {
  color: #fff;
  font-family: var(--font-family-J-2);
  line-height: 1;
}
body.column ul[data-panes] > li:nth-child(1) section ul li .racer_data p.num {
  font-size: 1.7rem;
  margin: 2.3rem 0 0.8rem;
}
body.column ul[data-panes] > li:nth-child(1) section ul li .racer_data p.num em {
  font-size: 2.7rem;
}
body.column ul[data-panes] > li:nth-child(1) section ul li .racer_data p.name {
  font-size: 3.4rem;
}
body.column ul[data-panes] > li:nth-child(1) section ul li .racer_data p:nth-child(3) {
  background: radial-gradient(ellipse 88.5rem 90.1rem, #fff 0%, rgba(255, 255, 255, 0) 100%);
  color: #000;
  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%;
  margin-top: 1.2rem;
  height: 3.7rem;
  font-size: 2.4rem;
  position: relative;
}
body.column ul[data-panes] > li:nth-child(1) section ul li .racer_data p:nth-child(3) span.toban {
  margin-right: 3.6rem;
}
body.column ul[data-panes] > li:nth-child(1) section ul li .racer_data p:nth-child(3)::before {
  content: "";
  background: #000;
  width: 0.1rem;
  height: 2.6rem;
  margin: auto;
  position: absolute;
  inset: 0;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
body.column ul[data-panes] > li:nth-child(1) section table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 1;
}
body.column ul[data-panes] > li:nth-child(1) section table::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 220, 146, 0)), color-stop(15%, rgba(235, 220, 146, 0.5)), color-stop(85%, rgba(235, 220, 146, 0.5)), to(rgba(235, 220, 146, 0)));
  background: linear-gradient(to bottom, rgba(235, 220, 146, 0) 0%, rgba(235, 220, 146, 0.5) 15%, rgba(235, 220, 146, 0.5) 85%, rgba(235, 220, 146, 0) 100%);
  width: 44.9rem;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
body.column ul[data-panes] > li:nth-child(1) section table th, body.column ul[data-panes] > li:nth-child(1) section table td {
  border: 0.1rem solid #B09A30;
  height: 100%;
  padding: 0.8rem;
  vertical-align: middle;
}
body.column ul[data-panes] > li:nth-child(1) section table thead {
  font-size: 2.7rem;
}
body.column ul[data-panes] > li:nth-child(1) section table thead tr {
  height: 5.5rem;
}
body.column ul[data-panes] > li:nth-child(1) section table thead tr th {
  border-bottom: 0.2rem solid #B09A30;
  border-top: none;
  height: 100%;
}
body.column ul[data-panes] > li:nth-child(1) section table thead tr th:first-child {
  border-left: none;
}
body.column ul[data-panes] > li:nth-child(1) section table thead tr th:last-child {
  border-right: none;
}
body.column ul[data-panes] > li:nth-child(1) section table tbody {
  font-size: 2.3rem;
  font-weight: 500;
}
body.column ul[data-panes] > li:nth-child(1) section table tbody em {
  font-size: 2.7rem;
  font-weight: 700;
}
body.column ul[data-panes] > li:nth-child(1) section table tbody tr {
  height: 6rem;
}
body.column ul[data-panes] > li:nth-child(1) section table tbody tr td:first-child {
  border-left: none;
}
body.column ul[data-panes] > li:nth-child(1) section table tbody tr td:last-child {
  border-right: none;
}
body.column ul[data-panes] > li:nth-child(1) section table tbody tr:last-child td {
  border-bottom: none;
}
body.column ul[data-panes] > li:nth-child(1) article p em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(136, 255, 0, 0.5)));
  background: linear-gradient(to bottom, transparent 50%, rgba(136, 255, 0, 0.5) 50%);
}
body.column ul[data-panes] > li:nth-child(2) {
  border: 0.3rem solid var(--orange);
}
body.column ul[data-panes] > li:nth-child(2) div.step {
  background: var(--orange);
}
body.column ul[data-panes] > li:nth-child(2) h4 {
  color: #fff;
  font-size: 4.2rem;
  line-height: 1;
  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: 96%;
  height: auto;
  margin: 0 auto 2.4rem;
  padding: 0.8rem 0;
  position: relative;
  z-index: 1;
}
body.column ul[data-panes] > li:nth-child(2) h4::before, body.column ul[data-panes] > li:nth-child(2) h4::after {
  content: "";
  background: #FF9F21;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -webkit-transform: skew(-22deg);
          transform: skew(-22deg);
  z-index: -1;
}
body.column ul[data-panes] > li:nth-child(2) h4::after {
  opacity: 0.5;
  -webkit-transform: skew(22deg);
          transform: skew(22deg);
}
body.column ul[data-panes] > li:nth-child(2) section {
  margin-bottom: 7.2rem;
}
body.column ul[data-panes] > li:nth-child(2) section table::before {
  background: rgba(235, 220, 146, 0.5);
}
body.column ul[data-panes] > li:nth-child(2) section table th span, body.column ul[data-panes] > li:nth-child(2) section table td span {
  line-height: 4.2rem;
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  margin: 0 0.4rem;
}
body.column ul[data-panes] > li:nth-child(2) section table th span.waku1, body.column ul[data-panes] > li:nth-child(2) section table td span.waku1 {
  background: #ffffff;
  border: 0.1rem solid #000;
}
body.column ul[data-panes] > li:nth-child(2) section table th span.waku2, body.column ul[data-panes] > li:nth-child(2) section table td span.waku2 {
  background: #000000;
  color: #fff;
}
body.column ul[data-panes] > li:nth-child(2) section table th span.waku3, body.column ul[data-panes] > li:nth-child(2) section table td span.waku3 {
  background: #FF0000;
  color: #fff;
}
body.column ul[data-panes] > li:nth-child(2) section table th span.waku4, body.column ul[data-panes] > li:nth-child(2) section table td span.waku4 {
  background: #002BFF;
  color: #fff;
}
body.column ul[data-panes] > li:nth-child(2) section table th span.waku5, body.column ul[data-panes] > li:nth-child(2) section table td span.waku5 {
  background: #FFF700;
  border: 0.1rem solid #000;
}
body.column ul[data-panes] > li:nth-child(2) section table th span.waku6, body.column ul[data-panes] > li:nth-child(2) section table td span.waku6 {
  background: #00AD23;
  color: #fff;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart {
  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.column ul[data-panes] > li:nth-child(2) section .pie-chart > div {
  background: conic-gradient(#FF4C4C 21.9%, #ffa800 21.9% 38.3%, #00CA72 38.3% 54.8%, #008eff 54.8% 71%, #A27CFF 71% 92.7%, #808080 92.7% 100%);
  border-radius: 50%;
  width: 31.6rem;
  height: 31.6rem;
  margin-right: 4.8rem;
  position: relative;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li {
  color: #fff;
  font-family: var(--font-family-en-3);
  font-size: 2.2rem;
  line-height: 1;
  position: absolute;
  z-index: 3;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li > em {
  font-size: 3.2rem;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li > span {
  font-size: 2rem;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li > span > em {
  font-size: 2.2rem;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li:nth-child(1) {
  top: 16%;
  right: 18%;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li:nth-child(2) {
  top: 50.4%;
  right: 6.7%;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li:nth-child(3) {
  top: 75.6%;
  right: 30.2%;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li:nth-child(4) {
  top: 63.5%;
  right: 62%;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li:nth-child(5) {
  top: 27.2%;
  right: 67.4%;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li:nth-child(6) {
  color: #000;
  top: -6%;
  right: 83.6%;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li:nth-child(6)::before, body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li:nth-child(6)::after {
  content: "";
  background: #000;
  width: 5.9rem;
  height: 0.2rem;
  position: absolute;
  top: 1.6rem;
  right: -6.6rem;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li:nth-child(6)::after {
  width: 3.8rem;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: rotate(-103deg);
          transform: rotate(-103deg);
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div .gap-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div .gap-wrap span {
  background: #fff;
  display: block;
  width: 0.3rem;
  height: 50%;
  position: absolute;
  margin: auto;
  inset: 0;
  bottom: auto;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div .gap-wrap span:nth-child(2) {
  -webkit-transform: rotate(78.2deg);
          transform: rotate(78.2deg);
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div .gap-wrap span:nth-child(3) {
  -webkit-transform: rotate(137.6deg);
          transform: rotate(137.6deg);
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div .gap-wrap span:nth-child(4) {
  -webkit-transform: rotate(197deg);
          transform: rotate(197deg);
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div .gap-wrap span:nth-child(5) {
  -webkit-transform: rotate(255.5deg);
          transform: rotate(255.5deg);
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div .gap-wrap span:nth-child(6) {
  -webkit-transform: rotate(334deg);
          transform: rotate(334deg);
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > ol li {
  font-size: 2.8rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
  padding-left: 2.3rem;
  position: relative;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > ol li:last-child {
  margin-bottom: 0;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > ol li::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  position: absolute;
  inset: 0;
  right: auto;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > ol li:nth-child(1)::before {
  background: #FF4C4C;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > ol li:nth-child(2)::before {
  background: #ffa800;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > ol li:nth-child(3)::before {
  background: #00CA72;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > ol li:nth-child(4)::before {
  background: #008eff;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > ol li:nth-child(5)::before {
  background: #A27CFF;
}
body.column ul[data-panes] > li:nth-child(2) section .pie-chart > ol li:nth-child(6)::before {
  background: #808080;
}
body.column ul[data-panes] > li:nth-child(2) article p em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 159, 33, 0.5)));
  background: linear-gradient(to bottom, transparent 50%, rgba(255, 159, 33, 0.5) 50%);
}
body.column ul[data-panes] > li:nth-child(3) {
  border: 0.3rem solid var(--pink);
}
body.column ul[data-panes] > li:nth-child(3) div.step {
  background: var(--pink);
}
body.column ul[data-panes] > li:nth-child(3) section {
  display: grid;
  grid-template-columns: 29rem 1fr;
  grid-auto-rows: auto auto;
  margin-bottom: 5.4rem;
}
body.column ul[data-panes] > li:nth-child(3) section::before {
  content: none !important;
}
body.column ul[data-panes] > li:nth-child(3) section h4 {
  background: url("../images/column_motor_bg.svg") no-repeat center/contain;
  color: #000;
  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: 29rem;
  margin-bottom: 2.4rem;
}
body.column ul[data-panes] > li:nth-child(3) section h4::before, body.column ul[data-panes] > li:nth-child(3) section h4::after {
  content: none;
}
body.column ul[data-panes] > li:nth-child(3) section h4 p {
  font-family: var(--font-family-J);
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 0.9;
  margin-top: 1.2rem;
}
body.column ul[data-panes] > li:nth-child(3) section h4 p em {
  font-family: var(--font-family-en-1);
  font-size: 13.5rem;
  font-weight: 700;
  font-style: italic;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou {
  width: 100%;
  height: 29rem;
  position: relative;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou picture {
  width: auto;
  height: 100%;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou picture img {
  width: auto;
  height: 100%;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data {
  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: 21.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data::before, body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#049FC0), color-stop(150%, #002156));
  background: linear-gradient(to bottom, #049FC0 0%, #002156 150%);
  width: 120%;
  height: 120%;
  margin: auto;
  position: absolute;
  inset: -20%;
  left: 1.6rem;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  z-index: -1;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#EBDC92), to(#B09A30));
  background: linear-gradient(to top, #EBDC92, #B09A30);
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
  z-index: -2;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data .data_wrap {
  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: 16.4rem;
  margin-left: 2rem;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data h5 {
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  color: #fff;
  font-family: var(--font-family-J);
  font-size: 2.4rem;
  line-height: 1;
  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;
  height: 3.6rem;
  margin-bottom: 3.2rem;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data h5::before, body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data h5::after {
  content: none;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data p {
  color: #fff;
  font-family: "roboto", var(--font-family-J);
  line-height: 1;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data p.toban {
  font-size: 3.4rem;
  margin-bottom: 1.1rem;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data p.name {
  font-size: 3.4rem;
  width: 104%;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data p:nth-child(4) {
  background: radial-gradient(ellipse 88.5rem 90.1rem, #fff 0%, rgba(255, 255, 255, 0) 100%);
  color: #000;
  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%;
  margin-top: 1.2rem;
  height: 3.7rem;
  font-size: 2.4rem;
  position: relative;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data p:nth-child(4) span.kyu {
  margin-right: 3.6rem;
}
body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data p:nth-child(4)::before {
  content: "";
  background: #000;
  width: 0.1rem;
  height: 2.6rem;
  margin: auto;
  position: absolute;
  inset: 0;
  right: 1.8rem;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki {
  grid-column: 1/3;
  grid-row: 2;
  padding: 0 3.2rem;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki h5 {
  color: #fff;
  font-family: var(--font-family-J);
  font-size: 3.2rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2.4rem;
  padding: 0.8rem 4.2rem;
  position: relative;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki h5::before {
  content: "";
  background: var(--pink);
  width: 92%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
  -webkit-transform: skew(-22deg);
          transform: skew(-22deg);
  z-index: -1;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki h5::after {
  content: "";
  background: var(--pink);
  width: 61.6rem;
  height: 0.3rem;
  margin: auto;
  position: absolute;
  inset: 0;
  top: auto;
  left: 0.4rem;
  right: auto;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto auto;
  gap: 1.6rem;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li {
  background: rgba(255, 84, 209, 0.3);
  -webkit-box-shadow: none;
          box-shadow: none;
  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%;
  height: 19.8rem;
  margin: 0;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child {
  grid-column: 1/4;
  grid-row: 2;
  height: 8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 12px;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child::before {
  content: "";
  background: #4400FF;
  width: 0.2rem;
  height: 4rem;
  margin: auto;
  position: absolute;
  inset: 0;
  right: 32rem;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child > span {
  margin-bottom: 0;
  margin-right: 3rem;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child em {
  color: #000;
  font-family: "roboto", var(--font-family-J);
  font-size: 3.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 12px;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child em span.ja {
  font-size: 3.1rem;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child em span.space {
  display: inline-block;
  width: 0.5em;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child em span.jy {
  color: #3E64E2;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child em span.ys {
  color: #E82762;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li > span {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  display: block;
  margin-bottom: 1.2rem;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li em {
  color: #02517F;
  font-family: var(--font-family-en-3);
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
}
body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li em span.small {
  font-size: 0.45em;
}
body.column ul[data-panes] > li:nth-child(3) article {
  padding: 0 3.2rem;
}
body.column ul[data-panes] > li:nth-child(3) article h5 {
  color: #fff;
  font-family: var(--font-family-J);
  font-size: 3.2rem;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.2rem;
  padding: 0.8rem 4.2rem;
  position: relative;
}
body.column ul[data-panes] > li:nth-child(3) article h5::before {
  content: "";
  background: var(--pink);
  width: 92%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
  -webkit-transform: skew(-22deg);
          transform: skew(-22deg);
  z-index: -1;
}
body.column ul[data-panes] > li:nth-child(3) article h5::after {
  content: "";
  background: var(--pink);
  width: 61.6rem;
  height: 0.3rem;
  margin: auto;
  position: absolute;
  inset: 0;
  top: auto;
  left: 0.4rem;
  right: auto;
}
body.column ul[data-panes] > li:nth-child(3) article p b {
  color: #000;
}
body.column ul[data-panes] > li:nth-child(3) article p em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 84, 209, 0.5)));
  background: linear-gradient(to bottom, transparent 50%, rgba(255, 84, 209, 0.5) 50%);
}
body.column ul[data-panes] > li:nth-child(3) ul[data-tabs] {
  border-bottom: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
body.column ul[data-panes] > li:nth-child(3) ul[data-tabs] li[role=tab] {
  background: var(--pink);
  clip-path: polygon(100% 0, 100% 82%, 50% 100%, 0 82%, 0 0);
  width: calc((100% - 4.8rem) / 5);
  height: 15.7rem;
  opacity: 0.2;
  position: relative;
  z-index: 1;
}
body.column ul[data-panes] > li:nth-child(3) ul[data-tabs] li[role=tab]::before {
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 3.2rem;
  height: 3.2rem;
  top: 0.5rem;
  bottom: auto;
  left: 0.5rem;
  right: auto;
  -webkit-transform: none;
          transform: none;
}
body.column ul[data-panes] > li:nth-child(3) ul[data-tabs] li[role=tab] p {
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 0.9;
  margin-bottom: 1.5rem;
}
body.column ul[data-panes] > li:nth-child(3) ul[data-tabs] li[role=tab] p em {
  font-family: var(--font-family-en-1);
  font-size: 6.4rem;
  font-weight: 700;
  font-style: italic;
}
body.column ul[data-panes] > li:nth-child(3) ul[data-tabs] li[role=tab][aria-selected=true] {
  opacity: 1;
  -webkit-transform: translateY(2.9rem);
          transform: translateY(2.9rem);
}
body.column ul[data-panes] > li:nth-child(3) ul[data-panes] {
  margin-bottom: 0;
}
body.column ul[data-panes] > li:nth-child(3) ul[data-panes] li {
  background: #F4EBC1;
  border: none;
  width: calc(100% + 6.4rem);
  margin: 0 -3.2rem;
  padding: 0;
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media (min-width: 751px) {
  body.column {
    background: radial-gradient(ellipse 224rem 140rem at 50% 0%, #00FFED 0%, #008CAF 50%);
  }
  body.column::before {
    background: url(../images/pc/bg_pop.png) repeat-y 50% -23.4rem/100% auto;
  }
  @supports (background-image: url("../images/pc/bg_pop.webp")) {
    body.column::before {
      background: url(../images/pc/bg_pop.webp) repeat-y 50% -23.4rem/100% auto;
    }
  }
  /* ALL
  ------------------------------------------------------------*/
  body.column .min-inner {
    width: 155.4rem;
  }
  body.column main {
    margin-top: 0;
  }
  body.column .attention li {
    text-align: right;
  }
  /* title & read
  ------------------------------------------------------------*/
  body.column h2 {
    width: 61.1rem;
    margin: 6.4rem auto 2.8rem;
  }
  body.column .read {
    font-size: 2.4rem;
    margin-bottom: 3.6rem;
  }
  /* tab buttons
  ------------------------------------------------------------*/
  body.column ul[data-tabs] {
    width: 100vw;
    margin: 0 auto 3.2rem calc(50% - 50vw);
    padding: 0 19.8rem;
  }
  body.column ul[data-tabs] li[role=tab] {
    width: 50rem;
    height: 9.6rem;
  }
  body.column ul[data-tabs] li[role=tab][aria-selected=true] {
    /* active style */
  }
  body.column ul[data-tabs] li[role=tab][aria-selected=true] p.step {
    font-size: 4rem;
  }
  body.column ul[data-tabs] li[role=tab][aria-selected=true] p.step em {
    font-size: 5.8rem;
  }
  body.column ul[data-tabs] li[role=tab][aria-selected=true] p.mida {
    font-size: 2.4rem;
  }
  body.column ul[data-tabs] li[role=tab].no::after {
    top: -3rem;
    right: -3.4rem;
  }
  body.column ul[data-tabs] li[role=tab] p.step {
    font-size: 2.4rem;
  }
  body.column ul[data-tabs] li[role=tab] p.step em {
    font-size: 3.7rem;
  }
  body.column ul[data-tabs] li[role=tab] p.mida {
    font-family: var(--font-family-J-2);
    font-size: 2rem;
    margin-top: 0.4rem;
  }
  body.column ul[data-tabs] li[role=tab] span {
    margin-top: 1.2rem;
  }
  /* tab panes
  ------------------------------------------------------------*/
  body.column ul[data-panes] > li {
    padding: 0;
  }
  body.column ul[data-panes] > li div.step {
    clip-path: polygon(100% 0, 50% 100%, 0 0);
    width: 124.4rem;
    margin: -0.1rem auto;
    height: 8.3rem;
  }
  body.column ul[data-panes] > li h3 {
    width: 76rem;
    margin: -1.6rem auto 3.2rem;
  }
  body.column ul[data-panes] > li article {
    width: 112rem;
    margin: 0 auto 5.4rem;
  }
  body.column ul[data-panes] > li article h6 {
    font-size: 4rem;
    margin-bottom: 1.4rem;
  }
  body.column ul[data-panes] > li article p {
    font-size: 2rem;
  }
  body.column ul[data-panes] > li:nth-child(1) {
    background: url("../images/pc/column_bg_l01.svg") no-repeat left top/34% auto, url("../images/pc/column_bg_r01.svg") no-repeat right top/25.6% auto, #fff;
    /* STEP.1 */
  }
  body.column ul[data-panes] > li:nth-child(1) section {
    width: 112rem;
    margin: 0 auto;
    margin-bottom: 5.4rem;
  }
  body.column ul[data-panes] > li:nth-child(1) section:nth-of-type(1)::before {
    width: 155.4rem;
    height: 133.9rem;
    left: -100%;
    right: -100%;
  }
  body.column ul[data-panes] > li:nth-child(1) section h5::before, body.column ul[data-panes] > li:nth-child(1) section h5::after {
    width: 44.6rem;
  }
  body.column ul[data-panes] > li:nth-child(1) section ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 4rem;
  }
  body.column ul[data-panes] > li:nth-child(1) section ul li {
    width: calc((100% - 11.2rem) / 5);
  }
  body.column ul[data-panes] > li:nth-child(1) section table::before {
    width: 81.1rem;
  }
  body.column ul[data-panes] > li:nth-child(2) {
    background: url("../images/pc/column_bg_l02.svg") no-repeat left top/25.2% auto, url("../images/pc/column_bg_r02.svg") no-repeat right top/23.2% auto, #fff;
  }
  body.column ul[data-panes] > li:nth-child(2) .data-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
    width: 112rem;
    margin: 0 auto;
    position: relative;
  }
  body.column ul[data-panes] > li:nth-child(2) .data-wrap .data-l,
  body.column ul[data-panes] > li:nth-child(2) .data-wrap .data-r {
    width: 50%;
  }
  body.column ul[data-panes] > li:nth-child(2) .data-wrap::before, body.column ul[data-panes] > li:nth-child(2) .data-wrap::after {
    content: "";
    background: url("../images/column_pstar_bg.svg") no-repeat center/100% auto;
    width: 50rem;
    height: 25.4rem;
    position: absolute;
    bottom: 3.1rem;
    left: 0;
  }
  body.column ul[data-panes] > li:nth-child(2) .data-wrap::after {
    background: url("../images/column_pstar.svg") no-repeat center/100% auto;
    width: 29rem;
    height: 19.7rem;
    bottom: 5.6rem;
    left: 3rem;
  }
  body.column ul[data-panes] > li:nth-child(2) h4 {
    font-size: 4rem;
  }
  body.column ul[data-panes] > li:nth-child(2) section {
    margin-bottom: 5.6rem;
  }
  body.column ul[data-panes] > li:nth-child(2) section table thead {
    font-size: 2.4rem;
  }
  body.column ul[data-panes] > li:nth-child(2) section table tbody {
    font-size: 2.8rem;
  }
  body.column ul[data-panes] > li:nth-child(2) section table .ja {
    font-size: 2.6rem;
  }
  body.column ul[data-panes] > li:nth-child(2) section .pie-chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div {
    width: 29.2rem;
    height: 29.2rem;
    margin-right: 0;
  }
  body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li {
    min-width: 5.2rem;
    font-size: 1.8rem;
  }
  body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li > em {
    font-size: 2.8rem;
  }
  body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li > span {
    font-size: 1.6rem;
  }
  body.column ul[data-panes] > li:nth-child(2) section .pie-chart > div ol li > span > em {
    font-size: 1.8rem;
  }
  body.column ul[data-panes] > li:nth-child(2) section .pie-chart > ol {
    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;
    gap: 1.6rem;
    width: 80%;
    margin: 2.4rem auto 0;
  }
  body.column ul[data-panes] > li:nth-child(2) section .pie-chart > ol li {
    font-size: 2.4rem;
    width: 18.5rem;
    margin-bottom: 0;
  }
  body.column ul[data-panes] > li:nth-child(3) {
    background: url("../images/pc/column_bg_l03.svg") no-repeat left top/50% auto, url("../images/pc/column_bg_r03.svg") no-repeat right top/50% auto, #fff;
  }
  body.column ul[data-panes] > li:nth-child(3) section {
    width: 100%;
    grid-template-columns: 28rem 32.6rem 41.8rem;
    grid-auto-rows: 29rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  body.column ul[data-panes] > li:nth-child(3) section h4 {
    margin-bottom: 0;
  }
  body.column ul[data-panes] > li:nth-child(3) section h4 p {
    font-family: var(--font-family-J);
    font-size: 5.4rem;
    font-weight: 900;
    line-height: 0.9;
    margin-top: 1.2rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section h4 p em {
    font-family: var(--font-family-en-1);
    font-size: 13.5rem;
    font-weight: 700;
    font-style: italic;
  }
  body.column ul[data-panes] > li:nth-child(3) section .shiyou {
    height: 23.8rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data {
    width: 17.9rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data .data_wrap {
    width: 13.4rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data h5 {
    font-size: 2rem;
    height: 3rem;
    margin-bottom: 2.4rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data p.toban {
    font-size: 2.7rem;
    margin-bottom: 0.6rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data p.name {
    font-size: 2.7rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data p:nth-child(4) {
    margin-top: 1rem;
    height: 3rem;
    font-size: 2rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data p:nth-child(4) span.kyu {
    margin-right: 3rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .shiyou .racer_data p:nth-child(4)::before {
    height: 2rem;
    right: 1.8rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki {
    grid-column: 3;
    grid-row: 1;
    padding: 0;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki h5 {
    font-size: 2.4rem;
    margin-bottom: 1.8rem;
    padding: 0.6rem 3.2rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki h5::after {
    width: 38.4rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul {
    gap: 1rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li {
    height: 12.3rem;
    padding: 0;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child {
    height: 5rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child::before {
    height: 2.6rem;
    right: 20.5rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child > span {
    margin-right: 2rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child em {
    font-size: 2.4rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child em span.ja {
    font-size: 2rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child em span.space {
    display: inline-block;
    width: 0.5em;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child em span.jy {
    color: #3E64E2;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li:last-child em span.ys {
    color: #E82762;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li > span {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  body.column ul[data-panes] > li:nth-child(3) section .seiseki ul li em {
    font-size: 4rem;
  }
  body.column ul[data-panes] > li:nth-child(3) article {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body.column ul[data-panes] > li:nth-child(3) article h5 {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
    padding: 0.6rem 3.2rem;
  }
  body.column ul[data-panes] > li:nth-child(3) article h5::after {
    width: 105.3rem;
  }
  body.column ul[data-panes] > li:nth-child(3) ul[data-tabs] {
    display: none;
  }
  body.column ul[data-panes] > li:nth-child(3) ul[data-panes] {
    width: 112rem;
    margin: 0 auto;
  }
  body.column ul[data-panes] > li:nth-child(3) ul[data-panes] > li {
    display: block !important;
    width: 100%;
    padding: 0 3.2rem 2.6rem;
    margin: 0 0 2.4rem 0;
  }
  body.column ul[data-panes] > li:nth-child(3) ul[data-panes] > li:last-child {
    margin: 0 0 5.4rem 0;
  }
}
/***********************************************************************
@keyframes
**********************************************************************//*# sourceMappingURL=column.css.map */