@charset "UTF-8";
:root {
  --bggradient01: linear-gradient(
      to right,
      #009ee7 0%,
      #009ee7 10%,
      #27227e 40%,
      #cf197e 100%
  );
  --bggradient02: linear-gradient(
      to bottom,
      #009ee7 0%,
      #009ee7 10%,
      #27227e 40%,
      #cf197e 100%
  );
}

.c_txtlink01 .link, .footer_center__copyright {
  font-size: 0.75rem;
}

.c_listnote li::before, .c_tbl01__head .ttl_small {
  font-size: 0.875rem;
}

.p_sportsdigital_sec09__infor__txts .txt01,
.p_sportsdigital_sec09__infor__txts .txt02, .p_sportsdigital_sec07__question, .p_sportsdigital_sec05__intro__frame .list li, .p_sportsdigital_sec04__listitem .txt, .p_sportsdigital_sec03__part__ttl .ttl, .c_tbl01__head, .c_tbl01__content {
  font-size: 1rem;
}

.p_sportsdigital_sec09__infor__ttl, .p_sportsdigital_sec07__block__ttl, .p_sportsdigital_sec07__answer .faq_a, .p_sportsdigital_sec06__block01__txt, .p_sportsdigital_sec06__block03 .c_listnote li, .p_sportsdigital_sec05__intro__frame .ttl, .p_sportsdigital_sec05__block__head, .p_sportsdigital_sec04__txt, .p_sportsdigital_sec04__block__content .txt_desc, .p_sportsdigital_sec03__txt, .p_sportsdigital_sec03__block__txt, .p_sportsdigital_sec01__txt {
  font-size: 1rem;
}

.p_sportsdigital_sec04__frame01 .txt, .p_sportsdigital_sec04__block__head .ttl, .c_listsquare li, .c_btn01__link {
  font-size: 1.125rem;
}

.p_sportsdigital_sec04__frame02__ttl {
  font-size: clamp(1.125rem, 0.5102040816vw + 1.0054209184rem, 1.25rem);
}

.p_sportsdigital_sec08__block__date .txt_small {
  font-size: 1.25rem;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  line-height: 1.7;
  font-size: 0.875rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.u_d_none {
  display: none !important;
}

.u_d_inline {
  display: inline !important;
}

.u_d_inline_block {
  display: inline-block !important;
}

.u_d_block {
  display: block !important;
}

.u_d_flex {
  display: flex !important;
}
.u_fw_300 {
  font-weight: 300 !important;
}

.u_fw_400 {
  font-weight: 400 !important;
}

.u_fw_500 {
  font-weight: 500 !important;
}

.u_fw_600 {
  font-weight: 600 !important;
}

.u_fw_700 {
  font-weight: 700 !important;
}

.u_fw_800 {
  font-weight: 800 !important;
}

.u_fw_900 {
  font-weight: 900 !important;
}

.header {
  position: relative;
  z-index: 201;
}
.header .container {
  padding: 0 16px;
}

.footer {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.footer_top {
  padding-top: 60px;
}
.footer_top .container {
  display: flex;
  flex-direction: column;
}
.footer_top__logo {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
.footer_top__logo a {
  display: block;
}
.footer_top__main {
  margin: 30px auto 0;
}
.footer_top__menus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 0;
  width: 100%;
}
.footer_top__menu {
  line-height: 1.2;
  padding-right: clamp(0rem, 2.5510204082vw + -0.5978954082rem, 0.625rem);
}
.footer_top__menu:first-child {
  margin-top: 0;
}
.footer_top__menu .link {
  color: #5c5c5c;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}
.footer_center {
  margin-top: 40px;
  padding-bottom: 30px;
}
.footer_center .c_txtlink01 {
  text-align: center;
}
.footer_center__copyright {
  text-align: center;
  color: #333;
  margin-top: 10px;
}

#to_top {
  position: fixed;
  background: #00388d;
  cursor: pointer;
  width: 45px;
  height: 45px;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  border: solid 1px #fff;
}
#to_top::after {
  position: absolute;
  content: "";
  top: 59%;
  padding: 5px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
}

[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.1s"] {
  transition-delay: 1.1s;
}

[data-delay="1.2s"] {
  transition-delay: 1.2s;
}

[data-delay="1.3s"] {
  transition-delay: 1.3s;
}

[data-delay="1.4s"] {
  transition-delay: 1.4s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

[data-delay="1.6s"] {
  transition-delay: 1.6s;
}

[data-delay="1.7s"] {
  transition-delay: 1.7s;
}

[data-delay="1.8s"] {
  transition-delay: 1.8s;
}

[data-delay="1.9s"] {
  transition-delay: 1.9s;
}

[data-delay="2s"] {
  transition-delay: 2s;
}

[data-delay="2.1s"] {
  transition-delay: 2.1s;
}

[data-delay="2.2s"] {
  transition-delay: 2.2s;
}

[data-delay="2.3s"] {
  transition-delay: 2.3s;
}

[data-delay="2.4s"] {
  transition-delay: 2.4s;
}

[data-delay="2.5s"] {
  transition-delay: 2.5s;
}

[data-delay="2.6s"] {
  transition-delay: 2.6s;
}

[data-delay="2.7s"] {
  transition-delay: 2.7s;
}

[data-delay="2.8s"] {
  transition-delay: 2.8s;
}

[data-delay="2.9s"] {
  transition-delay: 2.9s;
}

[data-delay="3s"] {
  transition-delay: 3s;
}

[data-delay="3.1s"] {
  transition-delay: 3.1s;
}

[data-delay="3.2s"] {
  transition-delay: 3.2s;
}

[data-delay="3.3s"] {
  transition-delay: 3.3s;
}

[data-delay="3.4s"] {
  transition-delay: 3.4s;
}

[data-delay="3.5s"] {
  transition-delay: 3.5s;
}

.js_inview[data-interaction="1s"] {
  transition-duration: 1s;
}

.js_inview[data-interaction="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-interaction="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: 1s;
}

.fadeup {
  transform: translate3d(0, 20px, 0);
}

.fadedown {
  transform: translate3d(0, -20px, 0);
}

.faderight {
  transform: translate3d(100%, 0, 0);
}

.fadeupright {
  transform: translate3d(100%, -100%, 0);
}

.fadeleft {
  transform: translate3d(-100%, 0, 0);
}

.fadeupleft {
  transform: translate3d(-100%, -100%, 0);
}

.is_show.js_inview {
  opacity: 1;
  transform: none !important;
}

.nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 100px 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav_menu__item {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.nav_menu__item:first-child {
  margin-top: 0;
}
.nav_menu__item::after {
  position: absolute;
  content: none;
  background-color: #00388d;
  opacity: 0.5;
  width: 1px;
}
.nav_menu__item:last-child::after {
  content: none;
}
.nav_menu__link {
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
  color: #00388d;
  line-height: 1.2;
  display: inline-block;
}
.nav_menu__txt {
  display: inline-block;
}

.nav_hamburger {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 12;
  background-color: #fff;
}
.nav_hamburger.active {
  background-color: #2e97de;
}
.nav_hamburger.active .nav_hamburger__line {
  background-color: transparent;
}
.nav_hamburger.active .nav_hamburger__line::before, .nav_hamburger.active .nav_hamburger__line::after {
  background-color: #fff;
  margin-top: 0px;
  transition: all 0.5s;
}
.nav_hamburger.active .nav_hamburger__line::before {
  transform: rotate(45deg);
}
.nav_hamburger.active .nav_hamburger__line::after {
  transform: rotate(-45deg);
}
.nav_hamburger__line {
  display: block;
  margin: 0;
  width: 25px;
  height: 2px;
  background-color: #2e97de;
  transition: all 0.5s;
  position: relative;
}
.nav_hamburger__line::before, .nav_hamburger__line::after {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #2e97de;
  transition: all 0.5s;
  border-radius: 10px;
}
.nav_hamburger__line::before {
  margin-top: -10px;
}
.nav_hamburger__line::after {
  margin-top: 10px;
}

.c_btn01 {
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
}
.c_btn01__link {
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 8px;
  color: #2e97de;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  border: solid 1px #fff;
  padding: 16px 50px 15px;
}
.c_btn01__link::after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 19/15;
  width: 16px;
  -webkit-mask: url(../images/sports-digital/icon_blank_01.svg) no-repeat center/contain;
  mask: url(../images/sports-digital/icon_blank_01.svg) no-repeat center/contain;
  background-color: currentColor;
}
.c_btn01__link.bg_gradient {
  background: var(--bggradient01);
}
.c_btn01__link.bg_gradient::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to left, #009ee7 0%, #009ee7 10%, #27227e 40%, #cf197e 100%);
  opacity: 0;
  transition: all 0.5s;
}
.c_btn01__txt {
  position: relative;
  z-index: 2;
}

.c_ttl01_wrap {
  background: var(--bggradient01);
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
  transform: skewX(-12deg);
  padding: 12px 20px 10px;
  max-width: calc(100% - 14px);
  left: 7px;
}
.c_ttl01 .ttl {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  line-height: 1.5;
  transform: skewX(12deg);
}
.c_ttl01 .ttl img {
  display: block;
  width: 100%;
}

.c_tbl01 {
  border: solid 1px #2e97de;
}
.c_tbl01__row {
  display: flex;
  flex-direction: column;
}
.c_tbl01__row:first-child .c_tbl01__head, .c_tbl01__row:first-child .c_tbl01__content {
  border-top: 0;
}
.c_tbl01__head, .c_tbl01__content {
  font-weight: 700;
}
.c_tbl01__head {
  background-color: #2E97DE;
  color: #fff;
  padding: 10px 15px;
}
.c_tbl01__head .ttl, .c_tbl01__head .ttl_small {
  display: inline-block;
}
.c_tbl01__content {
  padding: 10px 15px;
}
.c_tbl01__content .txt {
  display: inline-block;
}

.c_listdot li {
  position: relative;
  color: #333;
  font-weight: 700;
  padding-left: 13px;
  margin-top: 3px;
}
.c_listdot li:first-child {
  margin-top: 0;
}
.c_listdot li::before {
  position: absolute;
  content: "";
  background-color: #00388d;
  border-radius: 50%;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
}

.c_listsquare li {
  position: relative;
  color: #333;
  font-weight: 700;
  padding-left: 18px;
  margin-top: 4px;
}
.c_listsquare li:first-child {
  margin-top: 0;
}
.c_listsquare li::before {
  position: absolute;
  content: "";
  background-color: #2e97de;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
}

.c_listnote li {
  position: relative;
  color: #333;
  font-weight: 500;
  padding-left: 15px;
}
.c_listnote li:first-child {
  margin-top: 0;
}
.c_listnote li::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
  color: #333;
}

.c_listnum {
  list-style-type: decimal;
  margin-left: 16px;
}

.c_listnum01 li {
  position: relative;
  color: #fff;
  display: flex;
}
.c_listnum01 li .num {
  width: 20px;
  flex-shrink: 0;
  display: inline-block;
}

.pc {
  display: none;
}
.c_txtlink01 .link {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 1.2;
  color: #00388D;
  padding-right: 20px;
}
.c_txtlink01 .link::after {
  position: absolute;
  content: "";
  right: 0;
  aspect-ratio: 15/12;
  width: 14px;
  top: 2px;
  background: url(../images/sports-digital/icon_blank_03.svg) no-repeat center/contain;
}
.c_txtlink01 .txt {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}
.c_txtlink01 .txt::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #00388D;
  height: 1px;
  width: 100%;
  transition: all 0.5s;
}

.container {
  width: 100%;
  padding: 0 20px;
}

#wrapper {
  overflow: hidden;
  width: 100%;
}

body.overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow-y: scroll;
}

a,
a *,
div,
div * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.l_bg_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.l_bg_fixed__img {
  height: 100%;
  width: 100%;
}
.l_bg_fixed img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_sportsdigital_sec {
  position: relative;
}

.p_sportsdigital_mv {
  width: 100%;
  position: relative;
  height: calc(100vh - 45px);
  height: calc(100lvh - 45px);
}
.p_sportsdigital_mv__box {
  display: flex;
  justify-content: flex-end;
}
.p_sportsdigital_mv__box__wrap {
  width: 154px;
  background: var(--bggradient01);
  padding: 15px 25px 17px;
}
.p_sportsdigital_mv__box__wrap .img {
  width: 103.26px;
}
.p_sportsdigital_mv__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.p_sportsdigital_mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_sportsdigital_mv__main {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 40px 0 0;
}
.p_sportsdigital_mv__ttl {
  margin-top: 177px;
}
.p_sportsdigital_mv__ttl01 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 358px;
}
.p_sportsdigital_mv__ttl02 {
  width: 100%;
  margin: 55px auto 0;
  position: relative;
  max-width: 358px;
}
.p_sportsdigital_mv__ttl03 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
  width: 100%;
  padding: 0 17px;
  max-width: 384px;
}
.p_sportsdigital_mv__ttl03 img {
  display: block;
  width: 100%;
}

.p_sportsdigital_sec01 {
  background-color: #2e97de;
  padding: 120px 0 60px;
}
.p_sportsdigital_sec01__ttl01 {
  text-align: center;
}
.p_sportsdigital_sec01__ttl01 .wrap {
  border: solid 1px #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 14px 10px 8px;
  width: 100%;
}
.p_sportsdigital_sec01__ttl01 .ttl {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  max-width: 310px;
}
.p_sportsdigital_sec01__ttl01 .ttl img {
  display: block;
  width: 100%;
}
.p_sportsdigital_sec01__txt {
  color: #fff;
  font-weight: 700;
  margin-top: 14px;
}
.p_sportsdigital_sec01__btn {
  margin-top: 30px;
}

.p_sportsdigital_sec02 {
  padding: 60px 0;
}
.p_sportsdigital_sec02__frame {
  padding: 30px 20px;
  background: var(--bggradient01);
}
.p_sportsdigital_sec02__ttl {
  text-align: center;
}
.p_sportsdigital_sec02__ttl .ttl {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
}
.p_sportsdigital_sec02__ttl .ttl img {
  display: block;
  width: 100%;
}
.p_sportsdigital_sec02__flex {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-top: 30px;
}
.p_sportsdigital_sec02__img {
  position: relative;
  flex-shrink: 0;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.p_sportsdigital_sec02__txt .txt {
  color: #fff;
  font-weight: 700;
}

.p_sportsdigital_sec03__head {
  background: var(--bggradient01);
  padding: 60px 0;
}
.p_sportsdigital_sec03__ttl01 {
  text-align: center;
}
.p_sportsdigital_sec03__ttl01 .ttl {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  max-width: 186px;
}
.p_sportsdigital_sec03__txt {
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}
.p_sportsdigital_sec03__main {
  padding: 60px 0;
}
.p_sportsdigital_sec03__content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px 20px;
}
.p_sportsdigital_sec03__blocks {
  display: grid;
  grid-gap: 30px 0;
}
.p_sportsdigital_sec03__block__ttl {
  text-align: center;
}
.p_sportsdigital_sec03__block__ttl .ttl {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
}
.p_sportsdigital_sec03__block__ttl .ttl.i01 {
  max-width: 200px;
}
.p_sportsdigital_sec03__block__ttl .ttl.i02 {
  max-width: 224px;
}
.p_sportsdigital_sec03__block__ttl .ttl.i03 {
  max-width: 130px;
}
.p_sportsdigital_sec03__block__img {
  text-align: center;
  margin: 20px auto 0;
  max-width: 340px;
  width: 100%;
}
.p_sportsdigital_sec03__block__txt {
  color: #333;
  font-weight: 700;
  margin-top: 10px;
}
.p_sportsdigital_sec03__subttl {
  text-align: center;
  margin-top: 30px;
}
.p_sportsdigital_sec03__subttl .ttl {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  max-width: 200px;
}
.p_sportsdigital_sec03__parts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 20px;
  margin-top: 25px;
}
.p_sportsdigital_sec03__part {
  width: 110px;
}
.p_sportsdigital_sec03__part__ttl {
  text-align: center;
}
.p_sportsdigital_sec03__part__ttl .ttl {
  color: #333;
  font-weight: 700;
  display: inline-block;
}

.p_sportsdigital_sec04__head {
  background: var(--bggradient01);
  padding: 60px 0;
}
.p_sportsdigital_sec04__ttl01 {
  text-align: center;
}
.p_sportsdigital_sec04__ttl01 .ttl {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  max-width: 248px;
}
.p_sportsdigital_sec04__txt {
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}
.p_sportsdigital_sec04__main {
  padding: 60px 0;
}
.p_sportsdigital_sec04__content {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 10px;
}
.p_sportsdigital_sec04__frame01 {
  padding: 20px;
  background-color: #cf197e;
}
.p_sportsdigital_sec04__frame01 .txt {
  color: #fff;
  font-weight: 700;
}
.p_sportsdigital_sec04__frame02 {
  position: relative;
  margin-top: 30px;
  padding: 30px 10px;
  background: var(--bggradient02);
}
.p_sportsdigital_sec04__frame02::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.25);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p_sportsdigital_sec04__frame02__inner {
  position: relative;
  border: solid 1px #fff;
  z-index: 2;
  padding: 20px 10px;
}
.p_sportsdigital_sec04__frame02__ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.p_sportsdigital_sec04__blocks {
  margin-top: 40px;
}
.p_sportsdigital_sec04__block {
  margin-top: 20px;
}
.p_sportsdigital_sec04__block:first-child {
  margin-top: 0;
}
.p_sportsdigital_sec04__block__head {
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;
}
.p_sportsdigital_sec04__block__head .ttl {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
.p_sportsdigital_sec04__block__content {
  background-color: #fff;
  padding: 20px;
}
.p_sportsdigital_sec04__block__content .txt_desc {
  font-weight: 700;
}
.p_sportsdigital_sec04__block.bg01 .p_sportsdigital_sec04__block__head {
  background-color: #e6a75b;
}
.p_sportsdigital_sec04__block.bg01 .p_sportsdigital_sec04__listitem .txt {
  color: #ef8d17;
}
.p_sportsdigital_sec04__block.bg02 .p_sportsdigital_sec04__block__head {
  background-color: #5fb9c7;
}
.p_sportsdigital_sec04__block.bg02 .p_sportsdigital_sec04__listitem .txt {
  color: #1596aa;
}
.p_sportsdigital_sec04__block.bg03 .p_sportsdigital_sec04__block__head {
  background-color: #de7fa3;
}
.p_sportsdigital_sec04__block.bg03 .p_sportsdigital_sec04__listitem .txt {
  color: #de7fa3;
}
.p_sportsdigital_sec04__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.p_sportsdigital_sec04__listitem {
  background-color: #cae9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 20px;
  min-height: 74px;
}
.p_sportsdigital_sec04__listitem .txt {
  font-weight: 700;
  text-align: center;
}

.p_sportsdigital_sec05__intro {
  background: var(--bggradient01);
  padding: 60px 0;
}
.p_sportsdigital_sec05__intro__ttl {
  text-align: center;
}
.p_sportsdigital_sec05__intro__ttl .ttl {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  max-width: 168px;
}
.p_sportsdigital_sec05__intro__frame {
  margin-top: 40px;
  border: solid 1px #fff;
  padding: 20px;
}
.p_sportsdigital_sec05__intro__frame .ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.p_sportsdigital_sec05__intro__frame .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  gap: 10px 15px;
  margin-top: 30px;
}
.p_sportsdigital_sec05__intro__frame .list li {
  color: #fff;
  position: relative;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 20px;
}
.p_sportsdigital_sec05__intro__frame .list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.p_sportsdigital_sec05__main {
  padding: 60px 0;
}
.p_sportsdigital_sec05__part {
  margin-top: 50px;
}
.p_sportsdigital_sec05__part:first-child {
  margin-top: 0;
}
.p_sportsdigital_sec05__part01 .c_ttl01 .ttl {
  max-width: 320px;
}
.p_sportsdigital_sec05__part02 .c_ttl01 .ttl {
  max-width: 330px;
}
.p_sportsdigital_sec05__part03 .c_ttl01 .ttl {
  max-width: 300px;
}
.p_sportsdigital_sec05__blocks {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 30px;
  gap: 30px 0;
}
.p_sportsdigital_sec05__block {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.p_sportsdigital_sec05__block__head {
  background-color: #00388d;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.p_sportsdigital_sec05__block__main {
  height: 100%;
  padding: 15px;
}

.p_sportsdigital_sec06 {
  background-color: #fff;
  padding: 60px 0;
}
.p_sportsdigital_sec06__block {
  margin-top: 30px;
}
.p_sportsdigital_sec06__block:first-child {
  margin-top: 0;
}
.p_sportsdigital_sec06__block .c_ttl01 .ttl.i01 {
  max-width: 262px;
}
.p_sportsdigital_sec06__block .c_ttl01 .ttl.i02 {
  max-width: 72px;
}
.p_sportsdigital_sec06__block .c_ttl01 .ttl.i03 {
  max-width: 98px;
}
.p_sportsdigital_sec06__block__main {
  margin-top: 20px;
}
.p_sportsdigital_sec06__block .c_listnote {
  margin-top: 20px;
}
.p_sportsdigital_sec06__block01__txt {
  font-weight: 700;
}
.p_sportsdigital_sec06__block01 .c_listsquare {
  margin-top: 20px;
}
.p_sportsdigital_sec06__block03 .c_listnote {
  margin-top: 40px;
}

.p_sportsdigital_sec07 {
  background-color: #2e97de;
  padding: 60px 0;
}
.p_sportsdigital_sec07__ttl {
  text-align: center;
}
.p_sportsdigital_sec07__ttl .ttl {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  max-width: 170px;
}
.p_sportsdigital_sec07__blocks {
  margin-top: 42px;
}
.p_sportsdigital_sec07__block {
  margin-top: 52px;
  padding-top: 31px;
}
.p_sportsdigital_sec07__block:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.p_sportsdigital_sec07__block__ttl {
  background-color: #00388d;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 700;
}
.p_sportsdigital_sec07__list {
  margin-top: 20px;
}
.p_sportsdigital_sec07__item {
  position: relative;
  margin-top: 15px;
}
.p_sportsdigital_sec07__item:first-child {
  margin-top: 0;
}
.p_sportsdigital_sec07__item.is_open .p_sportsdigital_sec07__question::after {
  opacity: 0;
  visibility: hidden;
}
.p_sportsdigital_sec07__item:last-child {
  margin-bottom: 0;
}
.p_sportsdigital_sec07__question {
  position: relative;
  display: flex;
  z-index: 2;
  transition: all 0.5s;
  padding: 15px 41px 15px 18px;
  font-weight: 700;
  color: #00388d;
  background-color: #fff;
  gap: 0 10px;
}
.p_sportsdigital_sec07__question::before, .p_sportsdigital_sec07__question::after {
  position: absolute;
  content: "";
  background-color: #00388d;
}
.p_sportsdigital_sec07__question::before {
  width: 15px;
  height: 1px;
  right: 18px;
  top: 27px;
}
.p_sportsdigital_sec07__question::after {
  height: 15px;
  width: 1px;
  right: 25px;
  top: 20px;
}
.p_sportsdigital_sec07__question .faq_q {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
}
.p_sportsdigital_sec07__answer {
  position: relative;
  display: none;
}
.p_sportsdigital_sec07__answer__content {
  width: 100%;
  display: flex;
  padding: 16px 18px;
  gap: 0 18px;
}
.p_sportsdigital_sec07__answer .txt_group {
  display: inline-block;
}
.p_sportsdigital_sec07__answer .faq_a {
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-top: 4px;
}
.p_sportsdigital_sec07__answer .faq_desc a {
  position: relative;
  display: inline-block;
}
.p_sportsdigital_sec07__answer .faq_desc a::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 2px;
  transition: all 0.5s;
}
.p_sportsdigital_sec07__answer .faq_desc .desc {
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}
.p_sportsdigital_sec07__answer .faq_desc .desc:first-child {
  margin-top: 0;
}
.p_sportsdigital_sec07__answer .faq_desc__block {
  margin-top: 15px;
}
.p_sportsdigital_sec07__answer .faq_desc__block:first-child {
  margin-top: 0;
}
.p_sportsdigital_sec07__answer .faq_desc__block__ttl {
  font-weight: 700;
  color: #fff;
}
.p_sportsdigital_sec07__answer .faq_desc__block__txt {
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
}
.p_sportsdigital_sec07__answer .faq_frame {
  border: solid 1px #fff;
  margin-top: 10px;
  padding: 20px;
  width: 100%;
}
.p_sportsdigital_sec07__answer .faq_frame .txt01,
.p_sportsdigital_sec07__answer .faq_frame .txt02 {
  color: #fff;
}
.p_sportsdigital_sec07__answer .c_listdot li {
  font-weight: 400;
  color: #fff;
  margin-top: 5px;
}
.p_sportsdigital_sec07__answer .c_listdot li::before {
  background-color: #fff;
}
.p_sportsdigital_sec07__answer .c_listnum {
  margin-top: 5px;
}
.p_sportsdigital_sec07__answer .c_listnum li {
  color: #fff;
}
.p_sportsdigital_sec07__answer .c_listnum li::before {
  color: #fff;
}

.p_sportsdigital_sec08 {
  background-color: #fff;
}
.p_sportsdigital_sec08 .container {
  padding: 0;
}
.p_sportsdigital_sec08__blocks {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.p_sportsdigital_sec08__block {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.p_sportsdigital_sec08__block__head {
  position: relative;
  padding: 40px 20px;
}
.p_sportsdigital_sec08__block__head::after {
  position: absolute;
  content: "";
  top: 0;
  background-color: #747474;
}
.p_sportsdigital_sec08__block__wrap {
  text-align: center;
  display: table;
  margin: 0 auto;
  position: relative;
}
.p_sportsdigital_sec08__block__date {
  line-height: 1;
  font-weight: 700;
  color: #ef8d17;
  font-size: 2rem;
}
.p_sportsdigital_sec08__block__date .txt_small {
  font-weight: 900;
  margin-right: 3px;
}
.p_sportsdigital_sec08__block__ttl {
  margin-top: 10px;
  color: #333;
  font-weight: 700;
  font-size: 1.75rem;
}
.p_sportsdigital_sec08__block__ttl .bg {
  background-color: #ef8d17;
  color: #fff;
  padding: 5px;
  margin: 0 5px;
  line-height: 1;
  display: inline-block;
}
.p_sportsdigital_sec08__block__content {
  position: relative;
}
.p_sportsdigital_sec08__block__content::after {
  position: absolute;
  content: "";
  top: 0;
  background-color: #fff;
}
.p_sportsdigital_sec08__block__content::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, #fff 15%, #fff 100%);
  width: 100%;
  height: clamp(4.6875rem, 6.3775510204vw + 3.1927614796rem, 6.25rem);
}
.p_sportsdigital_sec08__block:last-child .p_sportsdigital_sec08__block__head, .p_sportsdigital_sec08__block:last-child .p_sportsdigital_sec08__block__content {
  border-right: 0;
}
.p_sportsdigital_sec08__block__banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_sportsdigital_sec08__block__btn {
  position: relative;
  padding: 0 20px;
}
.p_sportsdigital_sec08__block__btn .c_btn01__link {
  color: #fff;
  background: var(--bggradient01);
}
.p_sportsdigital_sec08__block.color01 .p_sportsdigital_sec08__block__date {
  color: #ef8d17;
}
.p_sportsdigital_sec08__block.color01 .p_sportsdigital_sec08__block__ttl .bg {
  background-color: #ef8d17;
}
.p_sportsdigital_sec08__block.color02 .p_sportsdigital_sec08__block__date {
  color: #2e97de;
}
.p_sportsdigital_sec08__block.color02 .p_sportsdigital_sec08__block__ttl .bg {
  background-color: #2e97de;
}

.p_sportsdigital_sec09 {
  padding: 60px 0;
  background-color: #fff;
}
.p_sportsdigital_sec09 .c_ttl01 .ttl {
  max-width: 286px;
}
.p_sportsdigital_sec09__flex {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.p_sportsdigital_sec09__img {
  flex-shrink: 0;
}
.p_sportsdigital_sec09__img .img {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.p_sportsdigital_sec09__link {
  margin-top: 5px;
  text-align: center;
}
.p_sportsdigital_sec09__link a {
  position: relative;
  color: #00388d;
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1.2;
}
.p_sportsdigital_sec09__link a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #00388d;
  transition: all 0.5s;
}
.p_sportsdigital_sec09__infor {
  margin-top: 20px;
  width: 100%;
}
.p_sportsdigital_sec09__infor__ttl {
  font-weight: 700;
  color: #333;
}
.p_sportsdigital_sec09__infor__ttl .ttl01 {
  display: inline-block;
}
.p_sportsdigital_sec09__infor__txts {
  border-top: solid 1px #2e97de;
  margin-top: 15px;
  padding-top: 15px;
}
.p_sportsdigital_sec09__infor__txts .txt01,
.p_sportsdigital_sec09__infor__txts .txt02 {
  color: #333;
  font-weight: 500;
}

.p_sportsdigital_sec10 {
  position: relative;
  padding: 60px 0;
}
.p_sportsdigital_sec10::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--bggradient01);
  opacity: 0.75;
  width: 100%;
  height: 100%;
}
.p_sportsdigital_sec10 .container {
  position: relative;
  z-index: 1;
}
.p_sportsdigital_sec10__ttl {
  text-align: center;
}
.p_sportsdigital_sec10__ttl .ttl {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  max-width: 180px;
}
.p_sportsdigital_sec10__frame {
  width: 100%;
  margin: 30px auto 0;
  background-color: #fff;
  padding: 30px clamp(0.9375rem, 1.2755102041vw + 0.6385522959rem, 1.25rem);
}
.p_sportsdigital_sec10__frame__ttl {
  text-align: center;
}
.p_sportsdigital_sec10__frame__ttl .ttl {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
}
.p_sportsdigital_sec10__frame .c_listnote {
  display: table;
  margin: 20px auto 0;
}
.p_sportsdigital_sec10__frame__main {
  border-top: solid 1px #2e97de;
  margin-top: 20px;
  padding-top: 20px;
}
.p_sportsdigital_sec10__frame__tel {
  text-align: center;
}
.p_sportsdigital_sec10__frame__tel a {
  cursor: text;
}
.p_sportsdigital_sec10__frame__tel .icon {
  position: relative;
  flex-shrink: 0;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
  top: -5px;
}
.p_sportsdigital_sec10__frame__tel .txt_tel {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  color: #00388d;
  font-size: 1.875rem;
}
.p_sportsdigital_sec10__frame__address {
  text-align: center;
  color: #333;
  font-weight: 500;
  margin-top: 15px;
}
.p_sportsdigital_sec10__frame .c_txtlink01 {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 375px){
  .u_d_xs_none {
    display: none !important;
  }
  .u_d_xs_inline {
    display: inline !important;
  }
  .u_d_xs_inline_block {
    display: inline-block !important;
  }
  .u_d_xs_block {
    display: block !important;
  }
  .u_d_xs_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 768px){
  .c_txtlink01 .link, .footer_center__copyright {
    font-size: 0.875rem;
  }
  .c_listnote li::before, .c_tbl01__head .ttl_small {
    font-size: 1rem;
  }
  .p_sportsdigital_sec09__infor__txts .txt01,
  .p_sportsdigital_sec09__infor__txts .txt02, .p_sportsdigital_sec07__question, .p_sportsdigital_sec05__intro__frame .list li, .p_sportsdigital_sec04__listitem .txt, .p_sportsdigital_sec03__part__ttl .ttl, .c_tbl01__head, .c_tbl01__content {
    font-size: 1.125rem;
  }
  .p_sportsdigital_sec09__infor__ttl, .p_sportsdigital_sec07__block__ttl, .p_sportsdigital_sec07__answer .faq_a, .p_sportsdigital_sec06__block01__txt, .p_sportsdigital_sec06__block03 .c_listnote li, .p_sportsdigital_sec05__intro__frame .ttl, .p_sportsdigital_sec05__block__head, .p_sportsdigital_sec04__txt, .p_sportsdigital_sec04__block__content .txt_desc, .p_sportsdigital_sec03__txt, .p_sportsdigital_sec03__block__txt, .p_sportsdigital_sec01__txt {
    font-size: 1.25rem;
  }
  .p_sportsdigital_sec04__frame01 .txt, .p_sportsdigital_sec04__block__head .ttl, .c_listsquare li, .c_btn01__link {
    font-size: 1.375rem;
  }
  .p_sportsdigital_sec04__frame02__ttl {
    font-size: 1.75rem;
  }
  .p_sportsdigital_sec08__block__date .txt_small {
    font-size: 1.875rem;
  }
  body {
    font-size: 1rem;
    line-height: 1.675;
  }
  .u_d_md_none {
    display: none !important;
  }
  .u_d_md_inline {
    display: inline !important;
  }
  .u_d_md_inline_block {
    display: inline-block !important;
  }
  .u_d_md_block {
    display: block !important;
  }
  .u_d_md_flex {
    display: flex !important;
  }
  .header .container {
    padding: 0 20px;
  }
  .footer_top {
    padding-top: 119px;
  }
  .footer_top .container {
    gap: 0 20px;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer_top__logo {
    margin: 0;
    max-width: 314.61px;
  }
  .footer_top__logo a {
    transition: all 0.5s;
  }
  .footer_top__logo a:hover {
    opacity: 0.7;
  }
  .footer_top__main {
    margin: 0;
    padding-right: clamp(0rem, 15vw + -11.25rem, 3.75rem);
    padding-top: 4px;
  }
  .footer_top__menus {
    gap: 0;
    display: block;
    width: auto;
  }
  .footer_top__menu {
    padding-right: 0;
    width: auto;
    text-align: right;
    margin-top: 18.9px;
  }
  .footer_top__menu .link {
    line-height: 1.2;
    transition: all 0.5s;
  }
  .footer_top__menu .link:hover {
    opacity: 0.7;
  }
  .footer_center {
    margin-top: 77px;
    padding-bottom: 47px;
  }
  .footer_center__copyright {
    margin-top: 38px;
  }
  #to_top {
    border: solid 2px #fff;
    transition: all 0.5s;
    width: 60px;
    height: 60px;
  }
  #to_top:hover {
    background-color: #2e97de;
  }
  #to_top::after {
    padding: 7px;
    top: 59%;
  }
  .nav {
    position: static;
    display: inherit;
    border: 0;
    width: 100%;
    padding: 0;
    top: 0;
    overflow-y: inherit;
    overflow-x: inherit;
    transition: all 0.5s;
    height: 0;
  }
  .nav_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 17px 40px 16.5px;
  }
  .nav_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 13px;
    margin: 0 auto;
    max-width: 1240px;
  }
  .nav_menu__item {
    margin-top: 0;
    padding-right: 14px;
  }
  .nav_menu__item::after {
    top: 4px;
    height: calc(100% - 4px);
    content: "";
    right: 0;
  }
  .nav_menu__item:last-child {
    padding-right: 0;
  }
  .nav_menu__link {
    transition: all 0.5s;
    font-size: 0.9375rem;
  }
  .nav_menu__link:hover {
    opacity: 0.7;
  }
  .nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.5s;
  }
  .nav_hamburger {
    display: none;
  }
  .c_btn01 {
    max-width: 460px;
  }
  .c_btn01__link {
    padding: 19px 10px 22.62px;
    transition: all 0.5s;
  }
  .c_btn01__link:hover {
    color: #fff;
    background-color: #2e97de;
  }
  .c_btn01__link::after {
    width: 19px;
    right: clamp(0.9375rem, 1.6826923077vw + 0.1298076923rem, 1.8125rem);
    top: calc(50% + 1px);
  }
  .c_btn01__link.bg_gradient:hover::before {
    opacity: 1;
  }
  .c_btn01__txt {
    left: 7px;
  }
  .c_ttl01_wrap {
    padding: 20px 30px 14px;
    transform: skewX(-17deg);
    max-width: calc(100% - 22px);
    left: 11px;
  }
  .c_ttl01 .ttl {
    transform: skewX(17deg);
  }
  .c_tbl01__row {
    flex-direction: row;
  }
  .c_tbl01__head, .c_tbl01__content {
    text-align: center;
    line-height: 1.4;
  }
  .c_tbl01__head {
    width: clamp(15.625rem, 13.2211538462vw + 9.2788461538rem, 22.5rem);
    padding: 18px clamp(0.9375rem, 1.8028846154vw + 0.0721153846rem, 1.875rem) 14.7px;
    border-top: solid 1px #fff;
  }
  .c_tbl01__content {
    width: calc(100% - clamp(15.625rem, 13.2211538462vw + 9.2788461538rem, 22.5rem));
    padding: 18px clamp(0.9375rem, 1.8028846154vw + 0.0721153846rem, 1.875rem) 14.7px;
    border-top: solid 1px #2e97de;
  }
  .c_listdot li {
    margin-top: 4px;
    padding-left: 14px;
    line-height: 1.675;
  }
  .c_listdot li::before {
    top: 11px;
    width: 6px;
    height: 6px;
  }
  .c_listsquare li {
    padding-left: 28px;
    line-height: 1.675;
    margin-top: 7px;
  }
  .c_listsquare li::before {
    top: 12px;
    width: 16px;
    height: 16px;
  }
  .c_listnote li {
    padding-left: 24px;
    line-height: 1.675;
    margin-top: 5px;
  }
  .c_listnote li::before {
    top: 0;
  }
  .c_listnum {
    margin-left: 18px;
  }
  .c_listnum01 li {
    line-height: 1.675;
  }
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
  .c_txtlink01 .link {
    transition: all 0.5s;
    padding-right: 19px;
  }
  .c_txtlink01 .link:hover {
    opacity: 0.7;
  }
  .c_txtlink01 .link:hover .txt:after {
    opacity: 0;
  }
  .c_txtlink01 .link::after {
    top: 3px;
    width: 15px;
  }
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(1.5625rem, 1.8028846154vw + 0.6971153846rem, 2.5rem);
  }
  html {
    scrollbar-color: #00388D #eee;
    scrollbar-width: thin;
  }
  body::-webkit-scrollbar {
    width: 10px;
    background-color: #eee;
    z-index: 1;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #00388D;
  }
  .p_sportsdigital_mv {
    height: calc(100vh - clamp(3.75rem, -2700vw + 2096.25rem, 5.4375rem));
    height: calc(100lvh - clamp(3.75rem, -2700vw + 2096.25rem, 5.4375rem));
  }
  .p_sportsdigital_mv__box__wrap {
    width: min(220px, 30vh);
    padding: 21px 36px;
  }
  .p_sportsdigital_mv__box__wrap .img {
    width: 147.07px;
  }
  .p_sportsdigital_mv__main {
    padding: 2.5% 0 0;
  }
  .p_sportsdigital_mv__ttl {
    margin-top: 1.4%;
  }
  .p_sportsdigital_mv__ttl01 {
    left: 4px;
    max-width: min(908px, 95vh);
  }
  .p_sportsdigital_mv__ttl02 {
    max-width: min(1061px, 107vh);
    margin-top: 2%;
    left: -1px;
  }
  .p_sportsdigital_mv__ttl03 {
    left: calc(50% + 1px);
    bottom: -1px;
    max-width: min(1572px, 158vh);
  }
  .p_sportsdigital_sec01 {
    padding: 180px 0 120px;
  }
  .p_sportsdigital_sec01__ttl01 .wrap {
    width: auto;
    padding: 29px 52px 21px;
  }
  .p_sportsdigital_sec01__ttl01 .ttl {
    max-width: 554px;
  }
  .p_sportsdigital_sec01__txt {
    line-height: 1.675;
    margin-top: 28px;
    text-align: center;
  }
  .p_sportsdigital_sec01__btn {
    margin-top: 48px;
  }
  .p_sportsdigital_sec02 {
    padding: 80px 0;
  }
  .p_sportsdigital_sec02__frame {
    padding: 80px clamp(1.875rem, 3.6057692308vw + 0.1442307692rem, 3.75rem) 81px;
  }
  .p_sportsdigital_sec02__ttl .ttl {
    max-width: 654.41px;
  }
  .p_sportsdigital_sec02__flex {
    gap: 0;
    flex-direction: row;
    margin-top: 43px;
  }
  .p_sportsdigital_sec02__img {
    margin: 0;
    width: clamp(17.5rem, 5.2884615385vw + 14.9615384615rem, 20.25rem);
    top: 1px;
  }
  .p_sportsdigital_sec02__txt {
    padding-left: clamp(1.25rem, 3.6057692308vw + -0.4807692308rem, 3.125rem);
    width: calc(100% - clamp(17.5rem, 5.2884615385vw + 14.9615384615rem, 20.25rem));
  }
  .p_sportsdigital_sec03__head {
    padding: 79px 0 77px;
  }
  .p_sportsdigital_sec03__ttl01 .ttl {
    max-width: 220px;
  }
  .p_sportsdigital_sec03__txt {
    margin-top: 48px;
    text-align: center;
    line-height: 1.7;
  }
  .p_sportsdigital_sec03__main {
    padding: 50px 0 80px;
  }
  .p_sportsdigital_sec03__content {
    padding: 50px clamp(1.875rem, 3.6057692308vw + 0.1442307692rem, 3.75rem) 48px;
  }
  .p_sportsdigital_sec03__blocks {
    grid-gap: 30px clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
    grid-template-columns: repeat(3, 1fr);
  }
  .p_sportsdigital_sec03__block__ttl .ttl.i01 {
    max-width: 271px;
  }
  .p_sportsdigital_sec03__block__ttl .ttl.i02 {
    max-width: 294px;
  }
  .p_sportsdigital_sec03__block__ttl .ttl.i03 {
    max-width: clamp(7.875rem, 5.4086538462vw + 5.2788461538rem, 10.6875rem);
  }
  .p_sportsdigital_sec03__block__img {
    margin: 21px 0 0;
  }
  .p_sportsdigital_sec03__block__txt {
    margin-top: 18px;
    line-height: 1.675;
  }
  .p_sportsdigital_sec03__subttl {
    margin-top: 17px;
  }
  .p_sportsdigital_sec03__subttl .ttl {
    max-width: 220px;
  }
  .p_sportsdigital_sec03__parts {
    gap: 20px clamp(1.25rem, 2.4038461538vw + 0.0961538462rem, 2.5rem);
    margin-top: 30px;
  }
  .p_sportsdigital_sec03__part {
    width: 120px;
  }
  .p_sportsdigital_sec03__part__ttl {
    margin-top: 13px;
  }
  .p_sportsdigital_sec03__part__ttl .ttl {
    line-height: 1.4;
  }
  .p_sportsdigital_sec04__head {
    padding: clamp(2.8125rem, 4.0865384615vw + 0.8509615385rem, 4.9375rem) 0 45px;
  }
  .p_sportsdigital_sec04__ttl01 .ttl {
    max-width: 300px;
  }
  .p_sportsdigital_sec04__txt {
    text-align: center;
    margin-top: 48px;
    line-height: 1.675;
  }
  .p_sportsdigital_sec04__main {
    padding: 50px 0 80px;
  }
  .p_sportsdigital_sec04__content {
    padding: 50px clamp(1.875rem, 3.6057692308vw + 0.1442307692rem, 3.75rem) 39px;
  }
  .p_sportsdigital_sec04__frame01 {
    text-align: center;
    padding: 23px 30px 22px;
  }
  .p_sportsdigital_sec04__frame01 .txt {
    line-height: 1.675;
  }
  .p_sportsdigital_sec04__frame02 {
    margin-top: 30px;
    padding: 20px 25px 25px;
  }
  .p_sportsdigital_sec04__frame02__inner {
    padding: 26px 24px 29px;
  }
  .p_sportsdigital_sec04__frame02__ttl {
    line-height: 1.675;
  }
  .p_sportsdigital_sec04__blocks {
    margin-top: 26px;
  }
  .p_sportsdigital_sec04__block {
    margin-top: 25px;
  }
  .p_sportsdigital_sec04__block__head {
    padding: 10px 20px 12px;
  }
  .p_sportsdigital_sec04__block__content {
    padding: 23px 30px 25px;
  }
  .p_sportsdigital_sec04__block__content .txt_desc {
    text-align: center;
    line-height: 1.7;
  }
  .p_sportsdigital_sec04__block.i02 .p_sportsdigital_sec04__block__content {
    padding-top: 27px;
  }
  .p_sportsdigital_sec04__list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px 24px;
    margin-top: 22px;
  }
  .p_sportsdigital_sec04__listitem {
    min-height: 83px;
    padding: 16px 20px 17px;
  }
  .p_sportsdigital_sec04__listitem .txt {
    line-height: 1.3888888889;
  }
  .p_sportsdigital_sec05__intro {
    padding: 80px 0 50px;
  }
  .p_sportsdigital_sec05__intro__ttl .ttl {
    max-width: 195px;
  }
  .p_sportsdigital_sec05__intro__frame {
    margin-top: 50px;
    padding: 34px 30px 28px;
  }
  .p_sportsdigital_sec05__intro__frame .list {
    gap: 5px 23px;
    margin-top: 24px;
  }
  .p_sportsdigital_sec05__intro__frame .list li {
    padding-left: 21px;
  }
  .p_sportsdigital_sec05__intro__frame .list li::before {
    width: 16px;
    height: 16px;
    top: 6px;
  }
  .p_sportsdigital_sec05__main {
    padding: 50px 0 120px;
  }
  .p_sportsdigital_sec05__part {
    margin-top: 50px;
  }
  .p_sportsdigital_sec05__part01 .c_ttl01 .ttl {
    max-width: 666px;
  }
  .p_sportsdigital_sec05__part02 .p_sportsdigital_sec05__block {
    min-height: 158px;
  }
  .p_sportsdigital_sec05__part02 .p_sportsdigital_sec05__block__main {
    padding-bottom: clamp(0.9375rem, -2vw + 2.9375rem, 1.4375rem);
  }
  .p_sportsdigital_sec05__part02 .c_ttl01 .ttl {
    max-width: 670px;
  }
  .p_sportsdigital_sec05__part03 .c_ttl01 .ttl {
    max-width: 574px;
  }
  .p_sportsdigital_sec05__blocks {
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(1.875rem, 1.2019230769vw + 1.2980769231rem, 2.5rem);
    margin-top: 40px;
  }
  .p_sportsdigital_sec05__block {
    width: clamp(18.125rem, 17.5vw + 5rem, 22.5rem);
    min-height: 274px;
  }
  .p_sportsdigital_sec05__block__head {
    padding: 11px clamp(0.9375rem, -3.125vw + 4.0625rem, 1.25rem) 11px 20px;
  }
  .p_sportsdigital_sec05__block__main {
    padding: 23px clamp(1.25rem, 1vw + 0.5rem, 1.5rem) 27px;
  }
  .p_sportsdigital_sec06 {
    padding: 120px 0 118px;
  }
  .p_sportsdigital_sec06__block {
    margin-top: 46px;
  }
  .p_sportsdigital_sec06__block .c_ttl01_wrap {
    padding: 21px 30px 14px;
  }
  .p_sportsdigital_sec06__block__main {
    padding: 0 clamp(1.875rem, 3.6057692308vw + 0.1442307692rem, 3.75rem);
    margin-top: 23px;
  }
  .p_sportsdigital_sec06__block .c_listnote {
    margin-top: 19px;
  }
  .p_sportsdigital_sec06__block01__txt {
    text-align: center;
    line-height: 1.675;
  }
  .p_sportsdigital_sec06__block01 .c_listsquare {
    margin-top: 21px;
  }
  .p_sportsdigital_sec06__block02 .p_sportsdigital_sec06__block__main, .p_sportsdigital_sec06__block03 .p_sportsdigital_sec06__block__main {
    padding: 0;
    margin: 25px auto 0;
    max-width: 880px;
  }
  .p_sportsdigital_sec06__block03 .c_listnote {
    margin-top: 80px;
  }
  .p_sportsdigital_sec06__block03 .c_listnote li::before {
    top: 3px;
  }
  .p_sportsdigital_sec07 {
    padding: 98px 0 120px;
  }
  .p_sportsdigital_sec07__ttl .ttl {
    max-width: 230px;
  }
  .p_sportsdigital_sec07__blocks {
    margin-top: 75px;
  }
  .p_sportsdigital_sec07__block {
    margin-top: 85px;
    padding-top: 46px;
  }
  .p_sportsdigital_sec07__block__ttl {
    line-height: 1.675;
    padding: 12px 20px 14px;
  }
  .p_sportsdigital_sec07__list {
    margin-top: 26px;
  }
  .p_sportsdigital_sec07__item {
    margin-top: 30px;
  }
  .p_sportsdigital_sec07__question {
    padding: 14px 50px 16px 30px;
    line-height: 1.675;
    transition: all 0.5s;
    gap: 0 20px;
  }
  .p_sportsdigital_sec07__question:hover {
    cursor: pointer;
    background-color: rgba(0, 56, 141, 0.7);
  }
  .p_sportsdigital_sec07__question:hover * {
    color: #fff;
  }
  .p_sportsdigital_sec07__question:hover::before, .p_sportsdigital_sec07__question:hover::after {
    background-color: #fff;
  }
  .p_sportsdigital_sec07__question::before {
    width: 20px;
    height: 2px;
    right: 22px;
    top: 29px;
  }
  .p_sportsdigital_sec07__question::after {
    height: 20px;
    width: 2px;
    right: 31px;
    top: 20px;
  }
  .p_sportsdigital_sec07__question .faq_q {
    padding-top: 1px;
    width: 30px;
  }
  .p_sportsdigital_sec07__answer__content {
    gap: 0 23px;
    padding: 24px clamp(1.875rem, 3.6057692308vw + 0.1442307692rem, 3.75rem) 37px clamp(1.875rem, 3.6057692308vw + 0.1442307692rem, 3.75rem);
  }
  .p_sportsdigital_sec07__answer .faq_a {
    width: 20px;
    padding-top: 6px;
  }
  .p_sportsdigital_sec07__answer .faq_desc a:hover::after {
    opacity: 0;
  }
  .p_sportsdigital_sec07__answer .faq_desc .desc {
    line-height: 1.675;
    margin-top: 20px;
  }
  .p_sportsdigital_sec07__answer .faq_desc__block {
    margin-top: 25px;
  }
  .p_sportsdigital_sec07__answer .faq_desc__block__txt {
    line-height: 1.675;
    margin-top: 10px;
  }
  .p_sportsdigital_sec07__answer .faq_frame {
    padding: 30px;
    margin-top: 15px;
    max-width: 560px;
    margin-left: auto;
    padding: 30px;
    margin-top: 15px;
  }
  .p_sportsdigital_sec07__answer .c_listdot li {
    margin-top: 10px;
  }
  .p_sportsdigital_sec07__answer .c_listnum {
    margin-top: 10px;
  }
  .p_sportsdigital_sec08 .container {
    max-width: 100%;
  }
  .p_sportsdigital_sec08__blocks {
    gap: 0;
    flex-direction: row;
  }
  .p_sportsdigital_sec08__block {
    width: 50%;
  }
  .p_sportsdigital_sec08__block__head {
    padding: 58px clamp(1.875rem, 6.25vw + -2.8125rem, 3.4375rem) 33px;
  }
  .p_sportsdigital_sec08__block__head::after {
    width: 1px;
    height: 100%;
    left: calc(100% - 1px);
  }
  .p_sportsdigital_sec08__block__wrap {
    text-align: left;
    left: -1px;
  }
  .p_sportsdigital_sec08__block__date {
    font-size: clamp(2.625rem, 2.4038461538vw + 1.4711538462rem, 3.875rem);
  }
  .p_sportsdigital_sec08__block__date .txt_small {
    margin-right: 7px;
  }
  .p_sportsdigital_sec08__block__ttl {
    font-size: clamp(2rem, 1.6826923077vw + 1.1923076923rem, 2.875rem);
    margin-top: 15px;
    line-height: 1.3913043478;
  }
  .p_sportsdigital_sec08__block__ttl .bg {
    padding: 6px 7px;
  }
  .p_sportsdigital_sec08__block__content {
    padding-bottom: 16px;
  }
  .p_sportsdigital_sec08__block__content::after {
    width: 1px;
    height: 100%;
    left: 100%;
  }
  .p_sportsdigital_sec08__block__content::before {
    height: clamp(7.1875rem, 3.8461538462vw + 5.3413461538rem, 9.1875rem);
  }
  .p_sportsdigital_sec08__block__btn {
    margin-top: 6px;
  }
  .p_sportsdigital_sec09 {
    padding: 99px 0 119px;
  }
  .p_sportsdigital_sec09 .c_ttl01_wrap {
    padding: 19px 30px 18px;
  }
  .p_sportsdigital_sec09 .c_ttl01 .ttl {
    max-width: 285px;
  }
  .p_sportsdigital_sec09__flex {
    flex-direction: row;
    align-items: center;
    gap: 0 clamp(1.25rem, 4.8076923077vw + -1.0576923077rem, 3.75rem);
    margin-top: 50px;
    padding: 0 clamp(1.875rem, 6.0096153846vw + -1.0096153846rem, 5rem) 0 clamp(1.875rem, 3.6057692308vw + 0.1442307692rem, 3.75rem);
  }
  .p_sportsdigital_sec09__img {
    width: clamp(17.5rem, 14.4230769231vw + 10.5769230769rem, 25rem);
  }
  .p_sportsdigital_sec09__img .img {
    margin: 0;
    max-width: unset;
  }
  .p_sportsdigital_sec09__link {
    margin-top: 10px;
  }
  .p_sportsdigital_sec09__link a {
    transition: all 0.5s;
  }
  .p_sportsdigital_sec09__link a:hover {
    opacity: 0.7;
  }
  .p_sportsdigital_sec09__link a:hover::after {
    opacity: 0;
  }
  .p_sportsdigital_sec09__infor {
    margin-top: 0;
    width: calc(100% - clamp(17.5rem, 14.4230769231vw + 10.5769230769rem, 25rem));
    padding-top: 3px;
  }
  .p_sportsdigital_sec09__infor__ttl {
    line-height: 1.675;
  }
  .p_sportsdigital_sec09__infor__txts {
    margin-top: 17px;
    padding-top: 17px;
  }
  .p_sportsdigital_sec09__infor__txts .txt01,
  .p_sportsdigital_sec09__infor__txts .txt02 {
    line-height: 1.675;
  }
  .p_sportsdigital_sec09__infor__txts .txt02 {
    margin-top: 10px;
  }
  .p_sportsdigital_sec10 {
    padding: 80px 0 120px;
  }
  .p_sportsdigital_sec10__ttl .ttl {
    max-width: 232.63px;
  }
  .p_sportsdigital_sec10__frame {
    margin-top: 80px;
    padding: 93px clamp(1.875rem, 3.6057692308vw + 0.1442307692rem, 3.75rem) 78px;
    max-width: 1040px;
  }
  .p_sportsdigital_sec10__frame__ttl .ttl {
    max-width: 482px;
  }
  .p_sportsdigital_sec10__frame .c_listnote {
    margin-top: 33px;
  }
  .p_sportsdigital_sec10__frame__main {
    margin-top: 38px;
    padding-top: 10px;
  }
  .p_sportsdigital_sec10__frame__tel {
    pointer-events: none;
    margin-top: 30px;
  }
  .p_sportsdigital_sec10__frame__tel .icon {
    width: 39px;
    height: 39px;
    margin-right: 10px;
    top: -7px;
  }
  .p_sportsdigital_sec10__frame__tel .txt_tel {
    font-size: 3.125rem;
  }
  .p_sportsdigital_sec10__frame__address {
    margin-top: 26px;
    line-height: 1.675;
  }
  .p_sportsdigital_sec10__frame .c_txtlink01 {
    margin-top: 19px;
  }
}
/*# sourceMappingURL=maps/sports-digital.css.map */
