@charset "UTF-8";
/* ===================================================================
CSS information

file name  : copy.css
author     : Abilive
style info : コピー
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.p-seasons .p-season {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-seasons .p-season {
    width: calc(1280 / 1440 * 100%);
    max-width: calc(1280px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-seasons .p-season {
    max-width: calc(1280px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-seasons .p-season {
    max-width: calc(1280px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons .p-season {
    width: calc(1280 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons .p-season {
    width: calc(348 / 428 * 100%);
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
button {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
}

.c-intro {
  margin-top: 10rem;
}
@media only screen and (min-width: 1025px) {
  .c-intro {
    margin-bottom: 9rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-intro {
    margin-bottom: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-intro {
    margin-top: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro {
    margin-top: 4.28rem;
  }
}

@media only screen and (min-width: 768px) {
  .p-seasons {
    margin-top: 3.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons {
    margin-top: 2.85rem;
  }
}
.p-seasons .p-season {
  max-width: 1100px;
}
@media only screen and (min-width: 1025px) {
  .p-seasons .p-season {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons .p-season {
    margin-bottom: 7.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons .p-season {
    margin-bottom: 5.71rem;
  }
}
@media only screen and (min-width: 1441px) {
  .p-seasons .p-season {
    max-width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons .p-season__inner {
    width: calc(1070 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons .p-season__inner {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons .p-season__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons .p-season:nth-child(odd) .p-season__inner {
    margin-left: auto;
    margin-right: 0;
    flex-direction: row-reverse;
  }
}
.p-seasons .p-season .img {
  aspect-ratio: 139 / 90;
}
@media only screen and (min-width: 768px) {
  .p-seasons .p-season .img {
    width: calc(556 / 1070 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons .p-season .img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons .p-season .img {
    height: 300px;
  }
  .p-seasons .p-season .img img {
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons .p-season .img {
    margin-bottom: 2.14rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-seasons .p-season__info {
    width: calc(460 / 1070 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons .p-season__info {
    width: calc(460 / 1070 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons .p-season__info {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons .p-season__info .c-title {
    margin-bottom: 1.78rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons .p-season__info .c-title {
    margin-bottom: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons .p-season__info .c-title {
    text-align: center;
  }
}
.p-seasons .p-season__info .c-btn-basic {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .p-seasons .p-season__info .c-btn-basic {
    margin-top: 1.78rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons .p-season__info .c-btn-basic {
    margin-top: 1.07rem;
  }
}

.p-seasons__detail {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-seasons__detail {
    max-width: calc(1100px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-seasons__detail {
    max-width: calc(1100px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail {
    width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail {
    width: calc(348 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail {
    margin-top: 8.86em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail {
    margin-top: 5.71em;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail {
    margin-top: 3.57em;
  }
}
.p-seasons__detail a {
  text-decoration: none;
}
.p-seasons__detail__content {
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 1500px) {
  .p-seasons__detail__content {
    width: calc(1100 / 1440 * 100%);
  }
}
.p-seasons__detail__content article .wrp_title {
  border-bottom: 1px solid var(--color-575757);
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content article .wrp_title {
    margin-bottom: calc(40 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content article .wrp_title {
    margin-bottom: calc(60 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_title {
    margin-bottom: calc(60 / 880 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content article .wrp_title {
    padding-bottom: calc(30 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content article .wrp_title {
    padding-bottom: calc(45 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_title {
    padding-bottom: calc(45 / 880 * 100%);
  }
}
.p-seasons__detail__content article .wrp_title .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .3em .5em;
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content article .wrp_title .info {
    margin-top: 1.07em;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_title .info {
    margin-top: 0.71em;
  }
}
.p-seasons__detail__content article .wrp_title .info dl dt {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.p-seasons__detail__content article .wrp_title .info dl.box_date dd {
  color: var(--color-575757);
}
.p-seasons__detail__content article .wrp_title .info .box_category dd ul {
  display: flex;
  gap: 0.57rem;
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content article .wrp_title .c-title {
    margin-top: calc(20 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content article .wrp_title .c-title {
    margin-top: calc(85 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_title .c-title {
    margin-top: calc(80 / 880 * 100%);
  }
}
.p-seasons__detail__content article .wrp_article img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content article .wrp_article > * {
    margin-top: calc(30 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content article .wrp_article > * {
    margin-top: calc(55 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article > * {
    margin-top: calc(80 / 880 * 100%);
  }
}
.p-seasons__detail__content article .wrp_article > *:first-child {
  margin-top: 0;
}
.p-seasons__detail__content article .wrp_article .layout_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.p-seasons__detail__content article .wrp_article .layout_img figcaption {
  display: block;
  margin-top: .8em;
}
.p-seasons__detail__content article .wrp_article .layout_img.single .img {
  width: 100%;
}
.p-seasons__detail__content article .wrp_article .layout_img.single figcaption {
  width: 90%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content article .wrp_article .layout_img.double .img {
    width: calc(495 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_img.double .img {
    width: calc(420 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content article .wrp_article .layout_img.triple {
    gap: 0 calc(30 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_img.triple {
    gap: 2em calc(40 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content article .wrp_article .layout_img.triple .img {
    width: calc(320 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_img.triple .img {
    width: calc(420 / 880 * 100%);
  }
}
.p-seasons__detail__content article .wrp_article .layout_column {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content article .wrp_article .layout_column {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_column {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content article .wrp_article .layout_column {
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_column.right {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content article .wrp_article .layout_column .img, .p-seasons__detail__content article .wrp_article .layout_column .wp-block-media-text__media {
    width: calc(495 / 1030 * 100%);
    max-width: 49%;
  }
}
.p-seasons__detail__content article .wrp_article .layout_column .txt, .p-seasons__detail__content article .wrp_article .layout_column .wp-block-media-text__content {
  line-height: 1.8;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content article .wrp_article .layout_column .txt, .p-seasons__detail__content article .wrp_article .layout_column .wp-block-media-text__content {
    width: calc(495 / 1030 * 100%);
    max-width: 51%;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_column .txt, .p-seasons__detail__content article .wrp_article .layout_column .wp-block-media-text__content {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content article .wrp_article .layout_column.reverse {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content article .wrp_article .layout_text + .layout_text {
    margin-top: calc(30 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content article .wrp_article .layout_text + .layout_text {
    margin-top: calc(45 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_text + .layout_text {
    margin-top: calc(45 / 880 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content article .wrp_article .layout_title.large + * {
    margin-top: calc(30 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content article .wrp_article .layout_title.large + * {
    margin-top: calc(45 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_title.large + * {
    margin-top: calc(45 / 880 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content article .wrp_article .layout_title.middle + * {
    margin-top: calc(30 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content article .wrp_article .layout_title.middle + * {
    margin-top: calc(45 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_title.middle + * {
    margin-top: calc(45 / 880 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content article .wrp_article .layout_title.small + * {
    margin-top: calc(30 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content article .wrp_article .layout_title.small + * {
    margin-top: calc(45 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_title.small + * {
    margin-top: calc(45 / 880 * 100%);
  }
}
.p-seasons__detail__content article .wrp_article .layout_slide .splide__arrows button {
  background: #fff;
}
.p-seasons__detail__content article .wrp_article .layout_slide .splide__arrows button svg {
  fill: var(--color-cv2);
}
.p-seasons__detail__content article .wrp_article .layout_slide .splide__pagination > li button {
  background: #fff;
}
.p-seasons__detail__content article .wrp_article .layout_slide .splide__pagination > li .is-active {
  background: var(--color-cv2);
}
.p-seasons__detail__content article .wrp_article .layout_movie {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(580 / 1030 * 100%);
}
.p-seasons__detail__content article .wrp_article .layout_movie iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-seasons__detail__content article .wrp_article .layout_table .tbl_basic tr th {
  width: 35%;
}
.p-seasons__detail__content article .wrp_article .layout_table .tbl_basic tr td {
  width: 65%;
}
.p-seasons__detail__content article .wrp_article .layout_btn .c-btn {
  display: block;
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content article .wrp_article .layout_btn .c-btn {
    margin-top: calc(30 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content article .wrp_article .layout_btn .c-btn {
    margin-top: calc(45 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_btn .c-btn {
    margin-top: calc(45 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content article .wrp_article .layout_btn .c-btn {
    max-width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_btn .c-btn {
    width: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content article .wrp_article .layout_btn .c-btn + .layout_btn {
    margin-top: calc(15 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content article .wrp_article .layout_btn .c-btn + .layout_btn {
    margin-top: calc(23 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content article .wrp_article .layout_btn .c-btn + .layout_btn {
    margin-top: calc(30 / 880 * 100%);
  }
}
.p-seasons__detail__content .box_pagination_detail dt {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.p-seasons__detail__content .box_pagination_detail dd {
  border-top: 1px solid var(--color-555);
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content .box_pagination_detail dd {
    margin: calc(60 / 1030 * 100%) auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content .box_pagination_detail dd {
    margin: calc(90 / 1030 * 100%) auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content .box_pagination_detail dd {
    margin: calc(90 / 880 * 100%) auto 0;
  }
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content .box_pagination_detail dd {
    padding-top: calc(30 / 1030 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content .box_pagination_detail dd {
    padding-top: calc(45 / 1030 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content .box_pagination_detail dd {
    padding-top: calc(45 / 880 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content .box_pagination_detail dd {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content .box_pagination_detail dd {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 768px) {
  .p-seasons__detail__content .box_pagination_detail dd .home {
    margin: 0 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content .box_pagination_detail dd .home {
    margin: 0 0.5em;
  }
}
.p-seasons__detail__content .box_pagination_detail dd .home a {
  color: #fff;
  display: block;
  padding: .5em 1.2em;
  box-sizing: border-box;
  text-decoration: none;
  background: var(--color-cv);
  transition: .3s ease-in-out;
}
.p-seasons__detail__content .box_pagination_detail dd .home a:hover {
  background: var(--color-575757);
}
.p-seasons__detail__content .box_pagination_detail dd .prev,
.p-seasons__detail__content .box_pagination_detail dd .next {
  transition: .3s ease-in-out;
}
.p-seasons__detail__content .box_pagination_detail dd .prev a,
.p-seasons__detail__content .box_pagination_detail dd .next a {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}
.p-seasons__detail__content .box_pagination_detail dd .prev:hover,
.p-seasons__detail__content .box_pagination_detail dd .next:hover {
  opacity: .7;
}
.p-seasons__detail__content .box_pagination_detail dd .prev .o-icon--lt {
  margin-right: 0.71em;
}
.p-seasons__detail__content .box_pagination_detail dd .next .o-icon--rt {
  margin-left: 0.71em;
}
.p-seasons__detail__content .c-title--bg {
  background-color: var(--color-text);
  color: var(--color-text-fff);
  padding: .5rem 1rem;
  display: block;
}
.p-seasons__detail__content .c-table table {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-seasons__detail__content .c-table table th,
.p-seasons__detail__content .c-table table td {
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0;
  word-break: break-all;
  border: 0;
}
.p-seasons__detail__content .c-table table tr th {
  border-bottom: 1px solid var(--color-line);
}
.p-seasons__detail__content .c-table table tr td {
  border-bottom: 1px solid var(--color-line);
}
.p-seasons__detail__content .c-table table tr td:first-of-type {
  text-align: center;
  width: 30%;
  padding: 1.42rem 0.71rem;
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content .c-table table tr td:first-of-type {
    width: 25%;
    padding: 1.25rem .5rem;
  }
}
.p-seasons__detail__content .c-table table td {
  padding: 1.42rem 0.71rem;
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content .c-table table td {
    padding: 1.25rem 0 1.25rem .75rem;
  }
}
.p-seasons__detail__content .c-table table td > span {
  display: block;
}
.p-seasons__detail__content .c-table table td > span + span {
  margin-top: 0.71rem;
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content .c-table--respon .table tr:first-child th {
    border-top: 1px solid var(--color-line);
  }
  .p-seasons__detail__content .c-table--respon .table th,
  .p-seasons__detail__content .c-table--respon .table td {
    display: block;
    width: 100%;
  }
  .p-seasons__detail__content .c-table--respon .table th {
    width: 100% !important;
    text-align: center;
    padding: 1rem !important;
  }
  .p-seasons__detail__content .c-table--respon .table td {
    padding: 1rem 1rem 2.5rem !important;
  }
}
.p-seasons__detail__content .youtube_movie .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(580 / 1030 * 100%);
}
.p-seasons__detail__content .youtube_movie .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-seasons__detail__content .wp-block-button__link {
  min-height: 2.85rem;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  color: #fff;
  line-height: 1.2;
  padding: 0.28rem 1.42rem;
  border-radius: 2.85rem;
  border-style: solid;
  border-width: 1px;
  position: relative;
  transition: background-color .3s ease, border-color .3s ease;
  min-width: 17.85rem;
  font-size: 1rem;
  line-height: 1.2;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  border-color: var(--color-text);
  color: var(--color-text);
}
.p-seasons__detail__content .wp-block-button__link:hover {
  background-color: var(--color-E8E8E8);
}
.p-seasons__detail__content .wp-block-button.pdf .wp-block-button__link::after {
  width: 0.6rem;
  height: 1rem;
  display: inline-block;
  content: "";
  background: url(../images/common/ic_pdf.svg) center bottom no-repeat;
  padding-left: 1.5rem;
}
.p-seasons__detail__content .wp-block-button.external .wp-block-button__link::after {
  width: 0.6rem;
  height: 1rem;
  display: inline-block;
  content: "";
  background: url(../images/common/ic_external.svg) center bottom no-repeat;
  padding-left: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  .p-seasons__detail__content .wp-block-button.wp-block-button__width-25 {
    width: auto !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seasons__detail__content .wp-block-button.wp-block-button__width-25 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-seasons__detail__content .wp-block-button.wp-block-button__width-25 {
    width: 80% !important;
  }
}

.c-list li {
  list-style-type: disc !important;
}
