/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./_dev/assets/_sass/style.scss ***!
  \*********************************************************************************************************************************************************************************************/
@charset "UTF-8";
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

:root {
  --font-family: "Noto Sans JP", sans-serif;
  --color-default: #242344;
  --color-blue: #00178e;
  --color-navy: #001d38;
  --color-link: var(--color-default);
  --content-width: 75rem;
  --fixed-header-h: 3.25rem;
  --fixed-menu-h: 2.875rem;
}

@media screen and (max-width: 768px) {
  :root {
    --fixed-header-h: 3.125rem;
  }
}
/*****************************************************
  Foundation
*****************************************************/
/* -----------------------------------------------
  Base
----------------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--fixed-header-h);
}

body {
  min-width: 100%;
  margin: 0;
  overflow-x: hidden;
  word-break: break-word;
  word-wrap: break-word;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

main {
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.75;
  color: var(--color-default);
}
@media screen and (max-width: 768px) {
  main {
    font-size: 0.9375rem;
  }
}

* {
  box-sizing: border-box;
}

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

em {
  font-style: normal;
}

p {
  margin: 0;
}

sub {
  bottom: -0.1em;
}

p + p:not(.p-track_dialogue_name, .p-card_author_name) {
  margin-top: 0.88em;
}

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

b,
strong {
  font-weight: 600;
}

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

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  font-weight: 600;
}

a {
  color: var(--color-link);
  text-decoration: none;
}
a img {
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
@media (any-hover: hover) and (pointer: fine) {
  a:hover img {
    opacity: 0.7;
  }
}

button,
[type=button],
[type=reset],
[type=submit] {
  font-family: var(--font-family);
  font-weight: 400;
  touch-action: manipulation;
}

/*****************************************************
  Layout
*****************************************************/
/* -----------------------------------------------
	wrap
----------------------------------------------- */
#wrap {
  position: relative;
  overflow: hidden;
}

#wrap #nbpc_wrap {
  padding: 0;
}

@media (min-width: 751px) {
  #wrap #nbpc_wrap .gNav .menu_inner {
    top: 52px;
  }
}
/* -----------------------------------------------
	.l-footer
----------------------------------------------- */
.l-footer {
  position: relative;
  font-family: var(--font-family);
  line-height: 1.5;
  color: var(--color-default);
  border: 1px solid #d9d9d9;
}
.l-footer_container {
  position: relative;
  padding-block: 2.5rem 1.875rem;
  text-align: center;
}
.l-footer_logo img {
  display: inline;
  width: 20.6875rem;
  max-width: 100%;
  margin-inline: auto;
}
.l-footer_copy {
  margin-top: 1.625rem;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .l-footer_container {
    padding: 2.5rem 1.25rem;
  }
  .l-footer_logo img {
    width: 18.4375rem;
  }
  .l-footer_copy {
    margin-top: 1.25rem;
    font-size: 0.75rem;
  }
}

/* -----------------------------------------------
  Frame
----------------------------------------------- */
.l-wrapper {
  position: relative;
}

.l-main {
  position: relative;
  padding-top: 0;
}
.l-main a:not([class]) {
  color: #00178e;
  text-decoration: underline;
}
@media (any-hover: hover) and (pointer: fine) {
  .l-main a:hover:not([class]) {
    text-decoration: none;
  }
}

.l-contents {
  padding-inline: 1.875rem;
  overflow-x: clip;
  background: url(../images/bg_body.webp) repeat-y center top/100% auto;
}
.l-contents.-article {
  padding-block: 5rem;
}
@media screen and (max-width: 768px) {
  .l-contents {
    padding-inline: 1rem;
    background-image: url(../images/bg_body_sp.webp);
  }
  .l-contents.-article {
    padding-block: 2.5rem;
  }
}

.l-container {
  position: relative;
  z-index: 1;
  width: min(100%, var(--content-width));
  margin-inline: auto;
}
.l-container.-sm {
  width: min(100%, 49.375rem);
}
.l-container.-white {
  background-color: #fff;
}

/* -----------------------------------------------
  .l-breadcrumb
----------------------------------------------- */
.l-breadcrumb {
  margin-bottom: 1.25rem;
}
.l-breadcrumb_list {
  display: inline-block;
}
.l-breadcrumb_item {
  display: inline;
  font-family: var(--font-family) !important;
  font-size: 0.875rem;
}
.l-breadcrumb_item:not(:last-child) {
  position: relative;
  padding-right: 1.25rem;
}
.l-breadcrumb_item:not(:last-child)::after {
  position: absolute;
  box-sizing: border-box;
  display: block;
  content: "";
  top: calc(50% - 1px);
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  rotate: 45deg;
  translate: -50% -50%;
}

/* -----------------------------------------------
  .l-section
----------------------------------------------- */
.l-section {
  position: relative;
  padding-block: 6.25rem;
}
.l-section.-full {
  padding-inline: 1.875rem;
  margin-inline: -1.875rem;
}
.l-section.-slider {
  margin-inline: -1.875rem;
}
.l-section.-gray {
  background-color: #f4f4f5;
}
.l-section > .l-section:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding-block: 2.5rem;
  }
  .l-section.-full {
    padding-inline: 1rem;
    margin-inline: -1rem;
  }
  .l-section.-slider {
    margin-inline: 0;
  }
  .l-section.-track {
    margin-inline: -1rem;
  }
  .l-section.-gray {
    padding-block: 5rem;
  }
}

/* -----------------------------------------------
  .l-banner
----------------------------------------------- */
.l-banner {
  display: flex;
  justify-content: center;
  padding: 4rem 1rem;
}
.l-banner_item {
  width: min(100%, 23.625rem);
}
.l-banner_item a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-blue);
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-banner {
    padding-block: 2rem;
  }
}

/*****************************************************
  Object
*****************************************************/
/* =================================================
  Component
================================================= */
/* -----------------------------------------------
  title
----------------------------------------------- */
.c-titleLvTwo {
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.c-titleLvTwo.-white {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-titleLvTwo {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
  }
}

.c-titleLvThree {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-titleLvThree {
    margin-bottom: 2.5rem;
    font-size: 1.625rem;
  }
}

/* -----------------------------------------------
  .c-text
----------------------------------------------- */
.c-text {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1rem;
    line-height: 2;
  }
}

/* -----------------------------------------------
  .c-logo
----------------------------------------------- */
.c-logo {
  width: min(100%, 23.5625rem);
  margin: 0 auto 3.5rem;
}
.c-logo img {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .c-logo {
    padding: 1.6875rem 2.75rem;
    margin-bottom: 0;
  }
}

/* -----------------------------------------------
  .c-box
----------------------------------------------- */
.c-box {
  padding: 6.25rem 2.5rem;
  background-color: #f4f4f5;
  border-radius: 8px;
}
.c-box.-white {
  padding-block: 0;
  background-color: #fff;
}
.c-box.-ribbon {
  position: relative;
}
.c-box.-ribbon::before {
  position: absolute;
  top: -2.0625rem;
  left: 50%;
  display: block;
  width: 7.5rem;
  height: 5.5rem;
  content: "";
  background: url(../images/img_ribbon.webp) no-repeat center center/100% auto;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .c-box {
    padding: 3.5rem 1.25rem;
  }
  .c-box.-white {
    padding-inline: 0;
  }
  .c-box.-ribbon {
    position: relative;
  }
  .c-box.-ribbon::before {
    top: -1.125rem;
    width: 5rem;
    height: 3.6875rem;
  }
}

.c-whiteBox {
  background-color: #fff;
}

/* =================================================
  Project
================================================= */
/* -----------------------------------------------
  .p-mainVisual
----------------------------------------------- */
.p-mainVisual {
  position: relative;
  width: 100%;
  padding-inline: 1.875rem;
  margin-top: 52px;
  background: var(--color-navy) url(../images/bg_main_visual.webp) right center/min(51.35vw, 61.625rem) auto no-repeat;
}
.p-mainVisual_canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.p-mainVisual_inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding-block: 7.8125rem;
}
.p-mainVisual_container {
  width: min(100%, var(--content-width));
  margin-inline: auto;
}
.p-mainVisual_text {
  width: min(46.58%, 34.9375rem);
  font-size: 0;
  line-height: 1;
}
.p-mainVisual_text img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.p-mainVisual.-simple {
  background-image: url(../images/bg_main_visual_simple.webp);
  background-position: right calc((100vw - var(--scrollbar-width) - var(--content-width)) / 2 - 5.125rem) center;
  background-size: min(64.16%, 48.125rem) auto;
}
.p-mainVisual.-simple .p-mainVisual_inner {
  padding-block: 5.375rem;
}
.p-mainVisual.-simple .p-mainVisual_text {
  width: min(40.08%, 30.0625rem);
}
@media screen and (max-width: 1380px) {
  .p-mainVisual.-simple {
    background-position: right center;
  }
}
@media screen and (max-width: 1024px) {
  .p-mainVisual_inner {
    padding-block: 3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mainVisual {
    height: 177.86vw;
    padding-inline: 1.375rem;
    margin-top: 50px;
    background-image: url(../images/bg_main_visual_sp.webp);
    background-position: right bottom 3.125rem;
    background-size: contain;
  }
  .p-mainVisual_inner {
    padding-top: 3.5rem;
  }
  .p-mainVisual_container {
    width: 100%;
  }
  .p-mainVisual_text {
    width: 100%;
  }
  .p-mainVisual.-simple {
    height: 106.66vw;
    padding-inline: 2.375rem;
    background-image: url(../images/bg_main_visual_simple_sp.webp);
    background-position: right bottom;
    background-size: 89.89vw auto;
  }
  .p-mainVisual.-simple .p-mainVisual_inner {
    padding: 2.5rem 0;
  }
  .p-mainVisual.-simple .p-mainVisual_text {
    width: 100%;
  }
}

/* -----------------------------------------------
  .p-track
----------------------------------------------- */
.p-track {
  container: track/inline-size;
}
.p-track_inner {
  padding: 6.25rem 0;
  background-color: var(--color-navy);
  background-image: url(../images/bg_track_01.webp), url(../images/bg_track_02.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: left 7.125rem top, right top 10.5rem;
  background-size: min(21.39%, 24.875rem) auto, min(29.03%, 33.75rem) auto;
  border-radius: 8px;
}
.p-track_container {
  width: min(100%, 67.125rem);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
.p-track_dialogue {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.5rem;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #a7a7b4;
}
.p-track_dialogue_item {
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.p-track_dialogue_position {
  font-size: 0.9375rem;
  line-height: 1.6;
}
.p-track_dialogue_position span {
  display: block;
}
.p-track_dialogue_name {
  font-size: 2.375rem;
  line-height: 1.4;
}
.p-track_dialogue_name span {
  font-size: 1.5rem;
}
.p-track_dialogue_cross {
  width: 2.3125rem;
  height: 2.1875rem;
}
.p-track_dialogue_cross img {
  vertical-align: top;
}
.p-track_image {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-track_caption {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  margin-top: 2rem;
}
.p-track_caption_item {
  width: calc(50% - 1rem);
  padding-left: 1.5rem;
  border-left: 1px solid #002f5b;
}
.p-track_caption_name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.p-track_caption_description {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #a7a7b4;
}
.p-track_button {
  display: flex;
  justify-content: space-between;
  width: min(100%, 23.625rem);
  padding: 1rem;
  margin: 2rem auto 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-blue);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  transition-duration: 0.2s;
  transition-property: color, background-color;
}
.p-track_button_icon {
  width: 0.6875rem;
  height: 0.6875rem;
  transition: stroke opacity 0.2s;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-track_button:hover:hover {
    color: #fff;
    background: var(--color-blue);
  }
  .p-track_button:hover:hover .p-track_button_icon path {
    stroke: #fff;
  }
}
@container track (max-width: 1330px) {
  .p-track_inner {
    background-image: url(../images/bg_track_01_sp.webp), url(../images/bg_track_02_sp.webp);
    background-position: left top, right top 12.5rem;
    background-size: 10.625rem auto, 4.5625rem auto;
  }
}
@container track (min-width: 739px) and (max-width: 820px) {
  .p-track_dialogue_name {
    font-size: 2rem;
  }
  .p-track_dialogue_name span {
    font-size: 1.125rem;
  }
  .p-track_dialogue_position {
    font-size: 0.875rem;
  }
}
@container track (max-width: 738px) {
  .p-track_inner {
    padding: 6.25rem 0 5rem;
    border-radius: 0;
  }
  .p-track_container {
    padding-inline: 1rem;
  }
  .p-track_dialogue {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .p-track_dialogue_item {
    display: block;
    width: 100%;
  }
  .p-track_dialogue_position {
    font-size: 0.8125rem;
    text-align: center;
  }
  .p-track_dialogue_position span {
    display: inline-block;
    margin-left: 0.25rem;
  }
  .p-track_dialogue_name {
    margin-top: 0.25rem;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
  }
  .p-track_dialogue_name span {
    font-size: 1.125rem;
  }
  .p-track_dialogue_cross {
    width: 2.25rem;
    height: 2.1875rem;
  }
  .p-track_caption {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  .p-track_caption_item {
    width: 100%;
    padding-left: 1rem;
  }
  .p-track_caption_name {
    font-size: 1rem;
  }
  .p-track_notice {
    display: block;
  }
  .p-track_button {
    margin-top: 1rem;
  }
}

/* -----------------------------------------------
  .p-ranking
----------------------------------------------- */
.p-ranking_item {
  align-self: flex-start;
  width: 17.25rem !important;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.p-ranking_item:nth-child(even) .p-ranking_header {
  background: linear-gradient(180deg, #f0f5ff 0%, #fff 100%);
  border-top: 1px solid #c8dbff;
}
.p-ranking_header {
  padding: 1.25rem 1.25rem 1rem;
  background: linear-gradient(180deg, #f0fcff 0%, #fff 100%);
  border-top: 1px solid #cde7f0;
}
.p-ranking_year {
  font-family: Courgette;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: #8383a4;
  letter-spacing: -1.44px;
}
.p-ranking_event {
  margin-top: 0.5rem;
}
.p-ranking_event_title {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-ranking_event_list {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
}
.p-ranking_event_list_item {
  position: relative;
  padding-left: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.p-ranking_event_list_item::before {
  position: absolute;
  top: 0.375rem;
  left: 0;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  content: "";
  background-color: #1b8df8;
  border-radius: calc(infinity * 1px);
}
.p-ranking_event_list_item + .p-ranking_event_list_item {
  margin-top: 0.5rem;
}
.p-ranking_list {
  border-top: 1px solid #f4f4f5;
}
.p-ranking_list_item + .p-ranking_list_item {
  margin-top: 0.125rem;
}
.p-ranking_list_button {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 0.6875rem 1.125rem;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--color-default);
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #d9d9d9;
  border-left: 2px solid #9ca4e1;
  transition-duration: 0.2s;
  transition-property: background-color, color;
}
.p-ranking_list_button.is-active {
  background: #f0fcff;
  border-left: 2px solid #24b1e3;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-ranking_list_button:hover:hover {
    color: var(--color-blue);
  }
}
.p-ranking_list_rank {
  display: flex;
  flex: 0 0 2.8125rem;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.5625rem;
  margin-right: 0.75rem;
  font-weight: 700;
  text-align: right;
  border-right: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .p-ranking_item {
    width: 15.3125rem !important;
  }
}

/* -----------------------------------------------
  .p-carouselSlider
----------------------------------------------- */
.p-carouselSlider {
  position: relative;
  margin-left: calc((100vw - var(--scrollbar-width) - var(--content-width)) / 2);
  overflow-x: clip;
}
.p-carouselSlider .splide__track {
  overflow: visible !important;
}
.p-carouselSlider .splide--slide::before {
  position: absolute;
  box-sizing: border-box;
  display: block;
  content: "";
  top: -10px;
  right: 0;
  z-index: 2;
  width: max(11.25vw, (100vw - var(--scrollbar-width) - var(--content-width)) / 2);
  height: calc(100% + 20px);
  visibility: visible;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 40.79%);
  opacity: 1;
  transition-duration: 0.1s;
  transition-property: visibility, opacity;
}
.p-carouselSlider .splide--slide.is-end::before {
  visibility: hidden;
  opacity: 0;
}
.p-carouselSlider_controls {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.75rem;
  padding-inline: 5rem;
  margin: 2rem auto 0;
  translate: calc(-0.5 * (100vw - var(--scrollbar-width) - var(--content-width)) / 2) 0;
}
.p-carouselSlider_arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.75rem;
  pointer-events: none;
}
.p-carouselSlider_prevBtn, .p-carouselSlider_nextBtn {
  width: 3.75rem;
  height: 3.75rem;
  pointer-events: auto;
  background: var(--color-blue);
  border-radius: 0.25rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.25);
  opacity: 1;
  transition: opacity 0.2s linear;
}
.p-carouselSlider_prevBtn svg, .p-carouselSlider_nextBtn svg {
  fill: #fff;
  transition: fill 0.1s linear;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-carouselSlider_prevBtn:hover:hover:not(:disabled), .p-carouselSlider_nextBtn:hover:hover:not(:disabled) {
    background-color: #fff;
  }
  .p-carouselSlider_prevBtn:hover:hover:not(:disabled) svg, .p-carouselSlider_nextBtn:hover:hover:not(:disabled) svg {
    fill: var(--color-blue);
  }
}
.p-carouselSlider_prevBtn {
  left: 0;
}
.p-carouselSlider_prevBtn:disabled {
  pointer-events: none;
  background-color: #f2f2f2;
  opacity: 1;
}
.p-carouselSlider_prevBtn:disabled svg {
  opacity: 0.2;
  fill: var(--color-blue);
}
.p-carouselSlider_nextBtn {
  right: 0;
}
.p-carouselSlider_nextBtn:disabled {
  pointer-events: none;
  background-color: #f2f2f2;
  opacity: 1;
}
.p-carouselSlider_nextBtn:disabled svg {
  opacity: 0.2;
  fill: var(--color-blue);
}
.p-carouselSlider_pagination {
  position: static;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 1.5rem;
  background: var(--color-blue);
  border-radius: calc(infinity * 1px);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.p-carouselSlider_pagination > li {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: top;
}
.p-carouselSlider_pagination_button {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0;
  line-height: 1;
  background: transparent;
  border: 1px solid #fff;
}
.p-carouselSlider_pagination_button.is-active {
  background-color: #fff;
  opacity: 1;
  transform: none;
}
@media (any-hover: hover) and (pointer: fine) {
  .p-carouselSlider_pagination_button:hover:hover {
    background-color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 1280px) {
  .p-carouselSlider {
    margin-left: 1.875rem;
  }
  .p-carouselSlider .splide--slide::before {
    width: 11.25vw;
  }
  .p-carouselSlider_controls {
    translate: -1.875rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-carouselSlider {
    margin-right: -1rem;
    margin-left: 0;
  }
  .p-carouselSlider .splide--slide::before {
    content: none;
  }
  .p-carouselSlider .splide__track {
    margin-right: -1rem;
  }
  .p-carouselSlider_controls {
    padding-right: 1rem;
    padding-left: 0;
    translate: revert;
  }
  .p-carouselSlider_arrows {
    display: none;
  }
  .p-carouselSlider_pagination {
    max-width: calc(100vw - 2rem);
  }
}

/* -----------------------------------------------
  .p-message
----------------------------------------------- */
.p-message {
  display: flex;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  background-color: #fff;
}
.p-message + .p-message {
  margin-top: 5rem;
}
.p-message.-reverse {
  flex-direction: row-reverse;
}
.p-message_contents {
  flex-basis: calc(60% - 3.5rem);
}
.p-message_contents_header {
  margin-bottom: 1rem;
}
.p-message_contents_position {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.p-message_contents_name {
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.4;
}
.p-message_contents_name span {
  font-size: 1.5rem;
}
.p-message_image {
  flex-basis: 40%;
  border-radius: 8px 8px 0 0;
}
.p-message_image img {
  vertical-align: bottom;
}
.p-message_caption {
  padding: 1.5rem;
  margin: 0;
  background: #000f5c;
  border-radius: 0 0 8px 8px;
}
.p-message_caption_name {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.p-message_caption_description {
  font-size: 0.8125rem;
  line-height: 1.8;
  color: #a7a7b4;
}
@media screen and (max-width: 1024px) {
  .p-message {
    flex-direction: column;
    row-gap: 2rem;
  }
  .p-message + .p-message {
    margin-top: 2.5rem;
  }
  .p-message.-reverse {
    flex-direction: column;
  }
  .p-message_contents {
    flex-basis: 100%;
  }
  .p-message_contents_position {
    font-size: 0.8125rem;
  }
  .p-message_contents_name {
    font-size: 1.5rem;
  }
  .p-message_contents_name span {
    font-size: 1.125rem;
  }
  .p-message_image {
    flex-basis: 100%;
    order: -1;
    width: min(100%, 37.5rem);
    margin-inline: auto;
    border-radius: 4px 4px 0 0;
  }
  .p-message_caption {
    border-radius: 0 0 4px 4px;
  }
}

/* -----------------------------------------------
  .p-card
----------------------------------------------- */
.p-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}
.p-card_item {
  background-color: #fff;
}
.p-card_link {
  display: block;
  height: 100%;
  padding: 1.25rem;
  background-color: #fff;
}
.p-card_image {
  margin-bottom: 0.75rem;
}
.p-card_image img {
  width: 100%;
}
.p-card_title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
.p-card_subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #6c6a6a;
}
.p-card_author {
  margin-top: 0.75rem;
  border-top: 1px solid #f0f1f2;
}
.p-card_author_item {
  display: flex;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  align-items: center;
  padding-top: 0.9375rem;
}
.p-card_author_image {
  flex: 0 0 2.875rem;
  align-self: flex-start;
  height: 2.875rem;
  overflow: hidden;
  border-radius: calc(infinity * 1px);
}
.p-card_author_image img {
  width: 100%;
  height: auto;
}
.p-card_author_position {
  font-size: 0.625rem;
  line-height: 1.6;
  color: #6c6a6a;
}
.p-card_author_name {
  font-size: 0.75rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-card {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-card_title {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

/* -----------------------------------------------
  .p-article
----------------------------------------------- */
.p-article {
  padding: 2.5rem;
  background-color: #fff;
}
.p-article_image {
  width: min(100%, 50rem);
  margin-inline: auto;
}
.p-article_image02 {
  width: 18.75rem;
}
@media screen and (max-width: 768px) {
  .p-article {
    padding: 1rem;
  }
}

/* -----------------------------------------------
  CCL用追加CSS（CCLに使う）
  ※フォントサイズは設定しなおしてください
----------------------------------------------- */
.page_details article div.details_ttl ul.prof li.member_photo {
  height: revert;
}

.p-bannerList {
  width: 100%;
  margin-top: 64px;
  container: bannerlist/inline-size;
}
.p-bannerList_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.p-bannerList_item {
  width: min(50% - 20px, 378px);
  margin-bottom: 0;
}
.p-bannerList_item::before {
  content: none;
}
.p-bannerList_item a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 0.875rem;
  text-align: center;
}
.p-bannerList_item a span {
  display: block;
}
@container bannerlist (max-width: 690px) {
  .p-bannerList_item {
    width: 100%;
  }
}

/* -----------------------------------------------
  CCL用調整CSS（CCLには使わない）
----------------------------------------------- */
#nbpc_wrap #n-prev.gNav h1 {
  line-height: 1;
}
#nbpc_wrap .gNav .gNav_main .gNav_item:last-child a {
  padding: 20px 10px;
}

.page_details article {
  font-family: var(--font-family) !important;
}

.page_details article div.details_ttl > h1 {
  font-family: var(--font-family) !important;
  font-size: 1.5rem;
}

.page_details .body_txt h2 {
  font-family: var(--font-family) !important;
  font-size: 1.125rem;
}

.page_details .body_txt h4 {
  font-family: var(--font-family) !important;
  font-size: 1rem;
}

.page_details .body_txt p,
.page_details .body_txt a,
.page_details .body_txt span {
  font-family: var(--font-family) !important;
}

.page_details article div.details_ttl div p {
  font-family: var(--font-family) !important;
  font-size: 0.75rem;
}

.page_details article div.details_ttl ul.prof li.member_photo div p a,
.page_details article div.details_ttl ul.prof li.member_photo div p span {
  font-family: var(--font-family) !important;
  font-size: 0.875rem;
}

.page_details .body_txt div.lead {
  font-family: var(--font-family) !important;
  font-size: 0.9375rem;
}

.page_details .body_txt p {
  font-family: var(--font-family) !important;
  font-size: 1rem;
}

.page_details .body_txt .smallText {
  font-family: var(--font-family) !important;
  font-size: 0.875rem !important;
}

.page_details .body_txt ul li {
  font-family: var(--font-family) !important;
  font-size: 0.875rem;
}

@media screen and (max-width: 640px) {
  .page_details {
    padding-right: 0;
    padding-left: 0;
  }
  .page_details article div.details_ttl h1 {
    font-size: 1.375rem;
  }
  .page_details .body_txt h2 {
    font-size: 1rem;
  }
  .page_details article div.details_ttl ul.prof li.member_photo div p a,
  .page_details article div.details_ttl ul.prof li.member_photo div p span {
    font-size: 0.75rem;
  }
  .page_details .body_txt p {
    font-size: 0.9375rem;
  }
  .page_details article div.details_ttl ul.prof.full li.member_photo div p {
    width: 100%;
  }
}
/* =================================================
  Animation
================================================= */
@media not print {
  [data-animate=fadeIn] {
    opacity: 0;
    transition: 0.8s ease-in-out;
  }
  [data-animate=fadeIn].-animate {
    opacity: 1;
  }
  [data-animate=bottomToTop] {
    opacity: 0;
  }
  [data-animate=bottomToTop].-animate {
    opacity: 1;
    animation: bottomToTop 0.5s ease-in-out;
  }
  [data-animate=leftToRight] {
    opacity: 0;
  }
  [data-animate=leftToRight].-animate {
    opacity: 1;
    animation: leftToRight 0.5s ease-in-out;
  }
  [data-animate=rightToLeft] {
    opacity: 0;
  }
  [data-animate=rightToLeft].-animate {
    opacity: 1;
    animation: rightToLeft 0.5s ease-in-out;
  }
}
/* =================================================
  Utility
================================================= */
.u-inlineBlock {
  display: inline-block !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mtLarge {
  margin-top: 3.5rem !important;
}

.u-mtNormal {
  margin-top: 2.5rem !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mbLarge {
  margin-bottom: 3.5rem !important;
}

.u-mbNormal {
  margin-bottom: 2.5rem !important;
}

@media screen and (max-width: 768px) {
  .u-mtLarge {
    margin-top: 2rem !important;
  }
  .u-mtNormal {
    margin-top: 1.5rem !important;
  }
  .u-mbLarge {
    margin-bottom: 2rem !important;
  }
  .u-mbNormal {
    margin-bottom: 1.5rem !important;
  }
}
.u-ptLarge {
  padding-top: 3.5rem !important;
}

.u-ptNormal {
  padding-top: 2.5rem !important;
}

.u-pbLarge {
  padding-bottom: 3.5rem !important;
}

.u-pbNormal {
  padding-bottom: 2.5rem !important;
}

@media screen and (max-width: 768px) {
  .u-ptLarge {
    padding-top: 2rem !important;
  }
  .u-ptNormal {
    padding-top: 1.5rem !important;
  }
  .u-pbLarge {
    padding-bottom: 2rem !important;
  }
  .u-pbNormal {
    padding-bottom: 1.5rem !important;
  }
}
.u-ac {
  text-align: center !important;
}

.u-al {
  text-align: left !important;
}

.u-ar {
  text-align: right !important;
}

@media screen and (min-width: 768px) {
  .u-ac-pc {
    text-align: center !important;
  }
  .u-al-pc {
    text-align: left !important;
  }
  .u-ar-pc {
    text-align: right !important;
  }
}
@media screen and (max-width: 768px) {
  .u-ac-sp {
    text-align: center !important;
  }
  .u-al-sp {
    text-align: left !important;
  }
  .u-ar-sp {
    text-align: right !important;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: initial !important;
  }
  .u-hide-sp {
    display: none !important;
  }
}
.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*****************************************************
  CSS Animation
*****************************************************/
@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes bottomToTop {
  from {
    opacity: 0;
    transform: translateY(1.875rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftToRight {
  from {
    opacity: 0;
    transform: translateX(-3.125rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightToLeft {
  from {
    opacity: 0;
    transform: translateX(3.125rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
