/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 9px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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: normal;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 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;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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 {
  font-size: 1.6rem;
  line-height: 1.5;
}

a {
  display: inline-block;
}

img,
video {
  width: 100%;
  height: auto;
}

@media (max-width: 959px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .u-sp {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 67px;
}

@media (min-width: 960px) {
  html {
    scroll-padding-top: 84px;
  }
}

body.is-fixed {
  overflow: hidden;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #121212;
}

.u-inner,
.u-inner--grid,
.u-inner--has-aside {
  width: 91.7948717949%;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .u-inner,
  .u-inner--grid,
  .u-inner--has-aside {
    width: 91.6666666667%;
    max-width: 1320px;
  }
}

.u-inner--has-aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 960px) {
  .u-inner--has-aside {
    grid-template-columns: 1fr 350px;
    gap: 60px;
  }
}

.u-inner--grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 960px) {
  .u-inner--grid {
    grid-template-columns: 1fr 350px;
    gap: 60px;
  }
}

.u-link {
  text-decoration: underline;
}

.c-heading-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  line-height: 1.5;
}

.c-heading-common__sub {
  font-family: "Meow Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
}

@media (min-width: 960px) {
  .c-heading-common__sub {
    font-size: 3.6rem;
  }
}

.c-heading-common__main {
  font-size: 1.4rem;
}

.c-list-article,
.c-list-article--row,
.c-list-article--related,
.c-list-article--popular,
.c-list-article--latest {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 14px;
}

@media (min-width: 960px) {
  .c-list-article,
  .c-list-article--row,
  .c-list-article--related,
  .c-list-article--popular,
  .c-list-article--latest {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.c-list-article--latest {
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 960px) {
  .c-list-article--latest {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.c-list-article--latest .c-list-article__item-inner {
  position: relative;
}

.c-list-article--latest .c-list-article__category {
  display: none;
}

.c-list-article--latest .c-list-article__content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 12px 14px;
  border-radius: 0 0 8px 8px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(18, 18, 18, 0)),
    to(#121212)
  );
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0), #121212);
  color: #fff;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 960px) {
  .c-list-article--latest .c-list-article__content {
    height: 50%;
  }
}

.c-list-article--latest .c-list-article__title {
  margin-top: auto;
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  .c-list-article--latest .c-list-article__title {
    font-size: 1.5rem;
  }
}

.c-list-article--latest .c-list-article__date {
  font-size: 1.1rem;
  color: #fff;
}

@media (min-width: 960px) {
  .c-list-article--latest .c-list-article__date {
    font-size: 1.2rem;
  }
}

.c-list-article--popular {
  grid-template-columns: 1fr;
  gap: 24px;
}

.c-list-article--popular .c-list-article__item-inner {
  grid-template-columns: 174px 1fr;
  gap: 12px;
}

@media (min-width: 960px) {
  .c-list-article--popular .c-list-article__item-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (min-width: 960px) {
  .c-list-article--popular .c-list-article__title a {
    font-size: 1.5rem;
  }
}

@media (min-width: 960px) {
  .c-list-article--popular .c-list-article__category {
    margin-top: 16px;
  }
}

@media (min-width: 960px) {
  .c-list-article--popular .c-list-article__date {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}

.c-list-article--related {
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 960px) {
  .c-list-article--related {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-list-article--related .c-list-article__item-inner {
  grid-template-columns: 174px 1fr;
  gap: 12px;
}

@media (min-width: 960px) {
  .c-list-article--related .c-list-article__item-inner {
    position: relative;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (min-width: 960px) {
  .c-list-article--related .c-list-article__content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 50%;
    padding: 12px 14px;
    border-radius: 0 0 8px 8px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(18, 18, 18, 0)),
      to(#121212)
    );
    background: linear-gradient(to bottom, rgba(18, 18, 18, 0), #121212);
    color: #fff;
    z-index: 2;
    pointer-events: none;
  }
}

@media (min-width: 960px) {
  .c-list-article--related .c-list-article__title a {
    font-size: 1.5rem;
  }
}

@media (min-width: 960px) {
  .c-list-article--related .c-list-article__category {
    display: none;
  }
}

@media (min-width: 960px) {
  .c-list-article--related .c-list-article__date {
    font-size: 1.2rem;
  }
}

.c-list-article--row {
  grid-template-columns: 1fr;
  gap: 24px;
}

.c-list-article--row .c-list-article__item-inner {
  grid-template-columns: 174px 1fr;
  gap: 12px;
}

@media (min-width: 960px) {
  .c-list-article--row .c-list-article__item-inner {
    grid-template-columns: 350px 1fr;
    gap: 16px;
  }
}

@media (min-width: 960px) {
  .c-list-article--row .c-list-article__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}

@media (min-width: 960px) {
  .c-list-article--row .c-list-article__title {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .c-list-article--row .c-list-article__title a {
    font-size: 1.8rem;
  }
}

@media (min-width: 960px) {
  .c-list-article--row .c-list-article__category {
    margin-top: 0;
  }
}

@media (min-width: 960px) {
  .c-list-article--row .c-list-article__date {
    margin-top: 0;
  }
}

.c-list-article__item-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.c-list-article__thumbnail {
  display: block;
  aspect-ratio: 2/1;
  border-radius: 8px;
  overflow: hidden;
}

.c-list-article__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-list-article__content {
  -ms-flex-item-align: start;
  align-self: start;
}

.c-list-article__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 500;
}

@media (min-width: 960px) {
  .c-list-article__title a {
    font-size: 1.3rem;
  }
}

.c-list-article__category {
  margin-top: 8px;
}

.c-list-article__date {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #999;
}

.c-list-tag {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.c-list-tag__link {
  position: relative;
  padding-left: 16px;
}

.c-list-tag__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background: #b5dbe8;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-list-category ul,
.c-list-category--large ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

@media (min-width: 960px) {
  .c-list-category ul,
  .c-list-category--large ul {
    gap: 8px;
  }
}

.c-list-category ul li a,
.c-list-category--large ul li a {
  padding: 2px 6px;
  background: #daecf2;
  border-radius: 200px;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #505050;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-list-category ul li a.is-active,
.c-list-category--large ul li a.is-active,
.c-list-category ul li a:hover,
.c-list-category--large ul li a:hover {
  background: #248eb2;
  color: #fff;
}

.c-list-category--large ul {
  gap: 6px;
}

@media (min-width: 960px) {
  .c-list-category--large ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }
}

.c-list-category--large ul li a {
  padding: 6px 14px;
  font-size: 1.2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (min-width: 960px) {
  .c-list-category--large ul li a {
    padding: 6px 24px;
    font-size: 1.4rem;
  }
}

.c-list-category--large ul li a.is-active,
.c-list-category--large ul li a:hover {
  background: #248eb2;
  color: #fff;
}

.c-list-information {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (min-width: 960px) {
  .c-list-information {
    grid-template-columns: 200px 1fr;
    gap: 0;
    font-size: 1.5rem;
  }
}

.c-list-information__title {
  font-weight: 700;
  color: #8fbccc;
}

@media (min-width: 960px) {
  .c-list-information__title {
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.c-list-information__detail {
  font-weight: 400;
}

@media (min-width: 960px) {
  .c-list-information__detail {
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.c-list-terms {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.c-list-terms__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
}

@media (min-width: 960px) {
  .c-list-terms__title {
    font-size: 2.4rem;
  }
}

.c-list-terms__detail {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.7em;
  font-size: 1.3rem;
}

.c-list-num > li {
  counter-increment: item;
  position: relative;
  padding-left: 1.5em;
}

.c-list-num > li::before {
  content: counter(item) ". ";
  position: absolute;
  left: 0;
}

.c-list-alpha {
  counter-reset: alpha;
}

.c-list-alpha > li {
  counter-increment: alpha;
  position: relative;
  padding-left: 1.5em;
}

.c-list-alpha > li::before {
  content: counter(alpha, lower-alpha) ". ";
  position: absolute;
  left: 0;
}

.c-list-roman {
  counter-reset: roman;
}

.c-list-roman li {
  counter-increment: roman;
  position: relative;
  padding-left: 1.5em;
}

.c-list-roman li::before {
  content: counter(roman, lower-roman) ". ";
  position: absolute;
  left: 0;
}

.c-list-difficulty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.c-list-difficulty__link {
  display: block;
  padding: 10px 18px;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (min-width: 960px) {
  .c-list-difficulty__link {
    padding: 10px 24px;
  }
}

.c-list-difficulty__link.is-active,
.c-list-difficulty__link:hover {
  background: #7ab7cc;
  border-color: #7ab7cc;
}

.c-list-difficulty__link.is-active .c-list-level__path,
.c-list-difficulty__link:hover .c-list-level__path {
  fill: #fff;
}

.c-list-level,
.c-list-level--level5,
.c-list-level--level4,
.c-list-level--level3,
.c-list-level--level2,
.c-list-level--level1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}

.c-list-level--level1 .c-list-level__item:nth-child(1) .c-list-level__path {
  fill: #ffd400;
}

.c-list-level--level2 .c-list-level__item:nth-child(1) .c-list-level__path,
.c-list-level--level2 .c-list-level__item:nth-child(2) .c-list-level__path {
  fill: #ffd400;
}

.c-list-level--level3 .c-list-level__item:nth-child(1) .c-list-level__path,
.c-list-level--level3 .c-list-level__item:nth-child(2) .c-list-level__path,
.c-list-level--level3 .c-list-level__item:nth-child(3) .c-list-level__path {
  fill: #ffd400;
}

.c-list-level--level4 .c-list-level__item:nth-child(1) .c-list-level__path,
.c-list-level--level4 .c-list-level__item:nth-child(2) .c-list-level__path,
.c-list-level--level4 .c-list-level__item:nth-child(3) .c-list-level__path,
.c-list-level--level4 .c-list-level__item:nth-child(4) .c-list-level__path {
  fill: #ffd400;
}

.c-list-level--level5 .c-list-level__item:nth-child(1) .c-list-level__path,
.c-list-level--level5 .c-list-level__item:nth-child(2) .c-list-level__path,
.c-list-level--level5 .c-list-level__item:nth-child(3) .c-list-level__path,
.c-list-level--level5 .c-list-level__item:nth-child(4) .c-list-level__path,
.c-list-level--level5 .c-list-level__item:nth-child(5) .c-list-level__path {
  fill: #ffd400;
}

.c-list-level--large .c-list-level__item {
  width: 20px;
}

.c-list-level__path {
  fill: #cecece;
}

.is-active .c-list-level__path {
  fill: #fff;
}

.c-list-level__item {
  width: 14px;
}

.c-list-level__item svg {
  display: block;
  width: 100%;
}

.c-list-music {
  font-weight: 400;
}

.c-list-music__item {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 960px) {
  .c-list-music__item {
    padding: 16px 24px;
  }
}

.c-list-music__item:first-child {
  border-top: 1px solid #e6e6e6;
}

.c-list-music__article {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  gap: 16px;
}

@media (min-width: 960px) {
  .c-list-music__article {
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
  }
}

.c-list-music__container {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
}

.c-list-music__icon {
  -ms-flex-item-align: start;
  align-self: start;
}

.c-list-music__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 960px) {
  .c-list-music__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.c-list-music__title-link {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #505050;
  text-decoration: underline;
}

.c-list-music__title-link:hover {
  color: #248eb2;
}

.c-list-music__composer {
  margin-top: 2px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #505050;
}

.c-list-music__category {
  margin-top: 6px;
}

.c-list-music__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

@media (min-width: 960px) {
  .c-list-music__bottom {
    -ms-flex-item-align: center;
    align-self: center;
    gap: 8px;
  }
}

.c-list-music__more {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #248eb2;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 40px;
}

@media (max-width: 959px) {
  .c-list-music__more {
    width: 30px;
    height: 30px;
    padding: 6px;
    border: 1px solid #82c3d9;
    border-radius: 100px;
    background: url(../images/btn_arrow.svg) no-repeat 10px/20px auto;
    background-position: center;
  }
}

@media (min-width: 960px) {
  .c-list-music__more {
    position: relative;
    padding-top: 43px;
    background: url(../images/arrow_circle.svg) no-repeat center top/40px auto;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .c-list-music__more:hover {
    background: url(../images/arrow_circle_fill.svg) no-repeat center top/40px
      auto;
  }
}

.c-btn-more {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  max-width: 360px;
  height: 46px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #cecece;
  font-size: 1.4rem;
}

.c-btn-more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  width: 20px;
  height: 100%;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}

.c-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
}

.c-btn-icon::after {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url(../images/icon_arrow_white.svg) no-repeat center/20px auto,
    #b5dbe8;
}

.c-btn-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px 16px 8px 40px;
  background: url(../images/icon_close.svg) no-repeat center left 12px/18px auto,
    #f1f1f1;
  border-radius: 100px;
  font-weight: 400;
}

.c-tab__btn-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
}

@media (min-width: 960px) {
  .c-tab__btn-list {
    gap: 0;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
  }
}

.c-tab__btn {
  display: grid;
  place-content: center;
  height: 50px;
  border-radius: 8px 8px 0 0;
  background: #ebebeb;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 960px) {
  .c-tab__btn {
    height: 54px;
    border-radius: 0;
    font-size: 1.4rem;
  }

  .c-tab__btn:not(:first-child) {
    border-left: 1px solid #d9d9d9;
  }
}

.c-tab__btn.is-active {
  background: #82c3d9;
  color: #fff;
}

.c-tab__content {
  position: relative;
  padding: 24px 4.1025641026% 32px;
  padding: 24px 0 32px;
  background: #f7f7f7;
}

@media (min-width: 960px) {
  .c-tab__content {
    width: 100%;
    padding: 24px 20px 32px;
    border-radius: 0 0 12px 12px;
  }
}

.c-tab__content > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 959px) {
  .c-tab__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: #f7f7f7;
    z-index: 1;
  }
}

.c-tab__content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

@media (min-width: 960px) {
  .c-tab__content-btn {
    margin-top: 32px;
  }
}

.c-section-common {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 960px) {
  .c-section-common {
    gap: 24px;
  }
}

.c-filter {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media (min-width: 960px) {
  .c-filter {
    gap: 24px;
  }
}

.c-filter__keyword .screen-reader-text {
  display: none;
}

.c-filter__keyword .screen-reader-text + input {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 12px 64px 12px 32px;
  border-radius: 100px;
  font-size: 1.4rem;
}

.c-filter__keyword .screen-reader-text + input::-webkit-input-placeholder {
  color: #bababa;
}

.c-filter__keyword .screen-reader-text + input::-moz-placeholder {
  color: #bababa;
}

.c-filter__keyword .screen-reader-text + input:-ms-input-placeholder {
  color: #bababa;
}

.c-filter__keyword .screen-reader-text + input::-ms-input-placeholder {
  color: #bababa;
}

.c-filter__keyword .screen-reader-text + input::placeholder {
  color: #bababa;
}

.c-filter__keyword .search-submit {
  position: absolute;
  top: 0;
  right: 32px;
  width: 24px;
  height: 100%;
  background: url(../images/icon_search.svg) no-repeat center/contain;
  z-index: 1;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
}

.c-filter__keyword-form {
  position: relative;
}

.c-filter__keyword-text {
  display: none;
}

.c-filter__keyword-input {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 12px 64px 12px 32px;
  border-radius: 100px;
  font-size: 1.4rem;
}

.c-filter__keyword-input::-webkit-input-placeholder {
  color: #bababa;
}

.c-filter__keyword-input::-moz-placeholder {
  color: #bababa;
}

.c-filter__keyword-input:-ms-input-placeholder {
  color: #bababa;
}

.c-filter__keyword-input::-ms-input-placeholder {
  color: #bababa;
}

.c-filter__keyword-input::placeholder {
  color: #bababa;
}

.c-filter__keyword-btn {
  position: absolute;
  top: 0;
  right: 32px;
  width: 24px;
  height: 100%;
  background: url(../images/icon_search.svg) no-repeat center/contain;
  z-index: 1;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
}

.c-filter__wrapper {
  color: #bababa;
}

.c-slider {
  width: 100%;
  padding-bottom: 48px;
}

@media (min-width: 960px) {
  .c-slider {
    padding: 0;
  }
}

@media (min-width: 960px) {
  .c-slider__slide {
    padding: 0 83px;
  }

  .c-modal-view .c-slider__slide {
    padding: 0;
  }
}

.c-slider__slide img {
  display: block;
}

.c-slider__navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  z-index: 2;
  pointer-events: none;
}

@media (min-width: 960px) {
  .c-slider__navigation {
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-modal-view .c-slider__navigation {
    position: relative;
    height: auto;
    margin-top: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-slider__navigation-arrow,
.c-slider__navigation-arrow--next,
.c-slider__navigation-arrow--prev {
  position: relative;
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #82c3d9;
  pointer-events: auto;
}

@media (min-width: 960px) {
  .c-slider__navigation-arrow,
  .c-slider__navigation-arrow--next,
  .c-slider__navigation-arrow--prev {
    width: 56px;
    height: 56px;
  }
}

.c-slider__navigation-arrow--prev {
  padding-right: 2px;
}

.c-slider__navigation-arrow--prev::after {
  clip-path: polygon(100% 0, 100% 100%, 0% 50%);
}

.c-slider__navigation-arrow--next {
  padding-left: 2px;
}

.c-slider__navigation-arrow--next::after {
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
}

.c-slider__navigation-arrow::after,
.c-slider__navigation-arrow--prev::after,
.c-slider__navigation-arrow--next::after {
  content: "";
  width: 9px;
  height: 11px;
  background: #fff;
}

@media (min-width: 960px) {
  .c-slider__navigation-arrow::after,
  .c-slider__navigation-arrow--prev::after,
  .c-slider__navigation-arrow--next::after {
    width: 15px;
    height: 19px;
  }
}

.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.c-pagination__item .page-numbers {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cecece;
  color: #777;
  font-size: 1.4rem;
}

.c-pagination__item .page-numbers.current {
  background: #b5dbe8;
  border-color: #b5dbe8;
  color: #fff;
}

.c-pagination__item span.dots {
  border: 0;
  width: auto;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.5);
  z-index: 100;
  display: none;
}

.c-modal__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.c-modal__close {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
}

.c-modal__close::before,
.c-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #121212;
}

.c-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__content {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 16px 16px 32px;
  border-radius: 16px 16px 0 0;
}

.c-modal-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.5);
  z-index: 200;
  display: none;
}

.c-modal-movie__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 960px) {
  .c-modal-movie__inner {
    padding: 100px;
  }
}

.c-modal-movie__close {
  position: fixed;
  top: 20px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

@media (min-width: 960px) {
  .c-modal-movie__close {
    top: 20px;
    right: 40px;
    width: 30px;
    height: 30px;
  }
}

.c-modal-movie__close-icon {
  position: relative;
  width: 100%;
  height: 1px;
}

@media (min-width: 960px) {
  .c-modal-movie__close-icon {
    height: 2px;
  }
}

.c-modal-movie__close-icon::before,
.c-modal-movie__close-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.c-modal-movie__close-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal-movie__close-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal-movie__content {
  width: 100%;
  aspect-ratio: 16/9;
}

@media (min-width: 960px) {
  .c-modal-movie__content {
    max-width: calc(100% - 200px);
  }
}

.c-modal-movie__content iframe {
  width: 100%;
  height: 100%;
}

.c-modal-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.5);
  z-index: 100;
  display: none;
}

.c-modal-view__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (min-width: 960px) {
  .c-modal-view__inner {
    padding: 40px;
  }
}

.c-modal-view__close {
  position: fixed;
  top: 20px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

@media (min-width: 960px) {
  .c-modal-view__close {
    top: 20px;
    right: 40px;
    width: 30px;
    height: 30px;
  }
}

.c-modal-view__close-icon {
  position: relative;
  width: 100%;
  height: 1px;
}

@media (min-width: 960px) {
  .c-modal-view__close-icon {
    height: 2px;
  }
}

.c-modal-view__close-icon::before,
.c-modal-view__close-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.c-modal-view__close-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal-view__close-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal-view__content {
  width: 100%;
}

@media (min-width: 960px) {
  .c-modal-view__content {
    max-width: 120vh;
  }
}

.c-modal-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.5);
  z-index: 100;
  display: none;
}

.c-modal-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 912px;
  margin: 0 auto;
  height: 100%;
  padding: 12px;
}

.c-modal-detail__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: 100%;
  padding: 16px;
  background: #fff;
  border-radius: 16px;
}

@media (min-width: 960px) {
  .c-modal-detail__content {
    gap: 16px;
    padding: 32px;
  }
}

.c-modal-detail__close {
  display: block;
  width: 24px;
  margin-left: auto;
}

.c-modal-detail__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

@media (min-width: 960px) {
  .c-modal-detail__body {
    gap: 16px;
  }
}

.c-modal-detail__info-list {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 16px 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (min-width: 960px) {
  .c-modal-detail__info-list {
    grid-template-columns: 77px 1fr;
    font-size: 1.4rem;
  }
}

.c-modal-detail__info-list + .c-modal-detail__info-list {
  border-top: 1px solid #e6e6e6;
}

.c-modal-detail__info-title {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  font-weight: 500;
}

.c-modal-detail__info-detail {
  padding: 0 8px;
  font-weight: 500;
}

.c-table-article {
  width: 100%;
  font-size: 1.3rem;
  color: #505050;
}

@media (min-width: 960px) {
  .c-table-article {
    font-size: 1.4rem;
  }
}

.c-table-article__tr {
  display: grid;
  grid-template-columns: 1fr 64px 64px;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-top: 0;
  overflow: hidden;
}

@media (min-width: 960px) {
  .c-table-article__tr {
    grid-template-columns: 1fr 120px 120px;
  }
}

.c-table-article__head .c-table-article__tr {
  border-color: #daecf2;
  border-radius: 12px 12px 0 0;
}

.c-table-article__body .c-table-article__tr:last-child {
  border-radius: 0 0 12px 12px;
}

.c-table-article__tr:nth-child(odd) {
  background: #fff;
}

.c-table-article__th,
.c-table-article__td {
  font-weight: 500;
}

.c-table-article__th:not(:first-child),
.c-table-article__td:not(:first-child) {
  border-left: 1px solid #d9d9d9;
}

.c-table-article__th {
  text-align: center;
  padding: 10px 0;
  background: #daecf2;
}

.c-table-article__td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
}

@media (min-width: 960px) {
  .c-table-article__td {
    padding: 9px 24px;
  }
}

.c-table-article__td:not(:first-child) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-table-article__icon,
.c-table-article__icon--yt,
.c-table-article__icon--sheet {
  position: relative;
  display: block;
  width: 30px;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .c-table-article__icon::before,
  .c-table-article__icon--yt::before,
  .c-table-article__icon--sheet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.c-table-article__icon:hover::before,
.c-table-article__icon--yt:hover::before,
.c-table-article__icon--sheet:hover::before {
  opacity: 0;
}

@media (min-width: 960px) {
  .c-table-article__icon--sheet::before {
    background-image: url(../images/icon_sheet_mono.svg);
  }
}

@media (min-width: 960px) {
  .c-table-article__icon--yt::before {
    background-image: url(../images/icon_yt_mono.svg);
  }
}

.c-table-level {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.c-table-level__head {
  background: #7ab7cc;
  color: #fff;
}

.c-table-level__th:not(:first-child),
.c-table-level__td:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}

.c-table-level__th {
  padding: 6px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
}

.c-table-level__th-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.c-table-level__th-icon {
  width: 15px;
}

.c-table-level__body {
  background: #f6f6f6;
}

.c-table-level__td {
  padding: 8px;
  font-size: 1.2rem;
  color: #505050;
}

.c-table-level__td-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.c-table-level__td-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.c-table-level__td-icon {
  width: 15px;
}

.c-table-detail {
  width: 100%;
  font-size: 1.4rem;
}

.c-table-detail__body .c-table-detail__tr:last-child {
  border: 0;
}

.c-table-detail__tr {
  display: grid;
  grid-template-columns: 1fr 90px 90px;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 960px) {
  .c-table-detail__tr {
    grid-template-columns: 1fr 264px 264px;
  }
}

.c-table-detail__th,
.c-table-detail__td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}

.c-table-detail__th:not(:first-child),
.c-table-detail__td:not(:first-child) {
  border-left: 1px solid #e6e6e6;
}

.c-table-detail__th {
  padding: 12px;
  font-weight: 400;
  text-align: center;
}

.c-table-detail__td {
  padding: 18px 0;
}

.c-table-detail__td-icon {
  display: block;
  width: 30px;
}

@media (min-width: 960px) {
  .c-table-detail__td-icon {
    width: 32px;
  }
}

.c-table-detail__td-icon img {
  display: block;
}

.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0;
}

@media (min-width: 960px) {
  .l-header__inner {
    padding: 32px 0 0;
  }
}

.l-header__logo {
  display: block;
  width: 160px;
}

@media (min-width: 960px) {
  .l-header__logo {
    width: 244px;
  }
}

.l-header__logo a {
  display: block;
}

.l-header__search {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  background: url(../images/icon_search.svg) no-repeat center/contain;
}

.l-footer {
  padding: 40px 0;
  background: #f1f1f1;
}

.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 960px) {
  .l-footer__inner {
    gap: 16px;
  }
}

@media (min-width: 960px) {
  .l-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-footer__logo {
  display: block;
  width: 158px;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .l-footer__logo {
    margin: 0;
  }
}

.l-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  margin-top: 32px;
}

@media (min-width: 960px) {
  .l-footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
  }
}

.l-footer__nav-list li a {
  display: grid;
  place-content: center;
  padding: 12px;
  border-bottom: 1px solid #dedede;
  font-size: 1.2rem;
  line-height: 1.7;
}

@media (min-width: 960px) {
  .l-footer__nav-list li a {
    padding: 0;
    border: 0;
    font-size: 1.3rem;
  }
}

@media (min-width: 960px) {
  .l-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-footer__bottom-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  font-size: 1.1rem;
  line-height: 1.7;
}

@media (min-width: 960px) {
  .l-footer__bottom-nav-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-footer__copyright {
  display: block;
  margin-top: 12px;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  color: #aaa;
}

@media (min-width: 960px) {
  .l-footer__copyright {
    text-align: right;
  }
}

.l-aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 960px) {
  .l-aside {
    padding-top: 54px;
    -ms-flex-item-align: start;
    align-self: start;
  }
}

@media (min-width: 960px) {
  .l-aside .c-heading-common__sub {
    font-size: 3.2rem;
  }
}

.l-crumb {
  padding: 8px 0;
}

.l-crumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  line-height: 1.7;
  white-space: nowrap;
  overflow: auto;
}

.l-crumb__item:not(:first-child) {
  position: relative;
}

.l-crumb__item:not(:first-child)::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -11px;
  color: #cecece;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-crumb__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 1.1rem;
  font-weight: 400;
}

.l-crumb__home-icon {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_home.svg) no-repeat center/contain;
}

.p-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
}

.p-top__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-top .l-header__search {
  display: none;
}

.p-top__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 720px;
}

@media (min-width: 960px) {
  .p-top__inner {
    gap: 24px;
    padding-top: 56px;
  }
}

@media (min-width: 960px) {
  .p-top__head {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

.p-top__level {
  padding-top: 16px;
}

.p-top__clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

@media (min-width: 960px) {
  .p-top__clear {
    margin-top: 32px;
  }
}

.p-top__section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-bottom: 24px;
}

@media (min-width: 960px) {
  .p-top__section {
    gap: 40px;
    padding-bottom: 96px;
  }
}

@media (min-width: 960px) {
  .p-top__section-head {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
}

.p-top__content {
  padding: 24px 0 48px;
  overflow: hidden;
}

@media (min-width: 960px) {
  .p-top__content {
    padding-bottom: 96px;
  }
}

.p-top__tab {
  margin-top: 32px;
}

.p-top__archives {
  margin-top: 32px;
}

@media (min-width: 960px) {
  .p-top__archives {
    margin-top: 40px;
  }
}

.p-top__archives-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 960px) {
  .p-top__archives-content {
    gap: 48px;
  }
}

.p-top__archives-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-archives {
  background: #fff;
}

.p-archives .l-header__search {
  display: none;
}

.p-archives__content {
  padding: 32px 0 48px;
}

@media (min-width: 960px) {
  .p-archives__content {
    padding-bottom: 96px;
  }
}

.p-archives-filter {
  background: #fff;
}

@media (max-width: 959px) {
  .p-archives-filter .l-header {
    border-bottom: 1px solid #ccc;
  }
}

.p-archives-filter__content {
  padding: 32px 0 48px;
}

@media (min-width: 960px) {
  .p-archives-filter__content {
    padding-bottom: 96px;
  }
}

@media (max-width: 959px) {
  .p-single .l-header {
    border-bottom: 1px solid #ccc;
  }
}

.p-single__content {
  padding: 32px 0 48px;
}

@media (min-width: 960px) {
  .p-single__content {
    padding-bottom: 96px;
  }
}

.p-single__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.p-single__heading {
  font-size: 2.8rem;
}

.p-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.p-single__date {
  font-size: 1rem;
  color: #999;
}

.p-single__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 24px;
}

.p-single__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-single__youtube {
  aspect-ratio: 16/9;
}

@media (min-width: 960px) {
  .p-single__youtube {
    width: calc(100% - 96px);
    margin: 48px auto 32px;
  }
}

.p-single__youtube iframe {
  width: 100%;
  height: 100%;
}

.p-single__slider {
  width: 100%;
}

@media (min-width: 960px) {
  .p-single__slider {
    margin-top: 32px;
  }
}

@media (min-width: 960px) {
  .p-single__bottom {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.p-single__bottom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 0;
}

@media (min-width: 960px) {
  .p-single__aside {
    align-self: start;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

.p-other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
}

@media (max-width: 959px) {
  .p-other .l-header {
    border-bottom: 1px solid #ccc;
  }
}

.p-other .l-main .u-inner,
.p-other .l-crumb .u-inner {
  max-width: 960px;
}

.p-other__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 16px 0 48px;
}

@media (min-width: 960px) {
  .p-other__main {
    padding: 32px 0 96px;
  }
}

.p-other__heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  text-align: center;
}

.p-other__heading-sub {
  font-family: "Meow Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1;
}

.p-other__heading-main {
  font-size: 1.3rem;
  line-height: 1.7;
}

@media (min-width: 960px) {
  .p-other__information {
    margin-top: 32px;
  }
}

.p-other__terms {
  margin-top: 24px;
  line-height: 1.7;
  font-weight: 400;
}

@media (min-width: 960px) {
  .p-other__terms {
    margin-top: 32px;
  }
}

.p-other__terms-lead {
  font-size: 1.4rem;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}

@media (min-width: 960px) {
  .p-other__terms-lead {
    padding-bottom: 32px;
  }
}

.p-other__terms-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 24px;
}

@media (min-width: 960px) {
  .p-other__terms-list {
    margin-top: 32px;
  }
}

.p-other__terms-right-text {
  margin-top: 8px;
  font-size: 1.3rem;
  text-align: right;
}

.c-list-music__inline-level {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8px;
}
