@charset "UTF-8";

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.ff-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* -----------------------------------------------------------
  STYLES: layouts
----------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

html.is-open {
  overflow: hidden;
}

body {
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "sans-serif";
}

a {
  color: #000;
  line-height: 1.5;
}
a:hover {
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.5;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.sp {
  display: none !important;
}

.opac {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.opac:hover {
  opacity: 0.7;
}

#wrapper {
  font-size: 16px;
  line-height: 26px;
}
/* -----------------------------------------------------------
  STYLES: partials
----------------------------------------------------------- */
.section-archieve {
  background-color: #ffffff;
}
.section-archieve .archieve__ttl {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.section-archieve .archieve-content {
  background-color: #F6F6F6;
}
.section-archieve .archieve-content .txt__season {
  color: #333333;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-archieve .archieve-content .archieve__list > li {
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#section-footer {
  background: #1f2b3e;
  color: #ffffff;
}
#section-footer .footer-nav a {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-decoration: none;
}
#section-footer .footer-nav a:hover, #section-footer .footer-nav a:visited {
  color: #FFFFFF;
}
#section-footer small {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

#section-header {
  background: #FFFFFF;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#section-header .header__logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#section-header .header__logo > a {
  display: inline-block;
}
#section-header .header__logo > a > img {
  width: auto;
}
#section-header .header__txt {
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
#section-header .header__btn > a {
  color: #EF3D93;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.03em;
  background: #FFF;
}
#section-header .header__btn > a .header__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#section-header .header__btn > a .header__label::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(../img/icon--btn.svg) no-repeat center/cover;
}
.section-maintenance .maintenance__ttl {
  font-weight: 700;
  text-align: center;
}
.section-maintenance .maintenance__txt {
  text-align: center;
}

/* -----------------------------------------------------------
  pages
----------------------------------------------------------- */
.page-index {
  /* -----------------------------------------------------------
  fall
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  winter
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  spring
  ----------------------------------------------------------- */
  /* -----------------------------------------------------------
  suumer
  ----------------------------------------------------------- */
}
.page-index a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.page-index a:hover, .page-index a:visited {
  color: inherit;
}
.page-index .kv {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.page-index .kv__ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.page-index .kv__ttl .year {
  letter-spacing: -0.025em;
}
.page-index .bnr-wrapper {
  display: block;
  height: auto;
}
.page-index .tab {
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-index .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
.page-index .tab-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.page-index .tab-list__item.is-active {
  font-weight: 900;
}
.page-index .tab-content {
  display: none;
}
.page-index .tab-content.is-active {
  display: block;
}
.page-index .tab-content__note {
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: left;
  color: #fff;
}
.page-index .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.page-index .link-list__item {
  position: relative;
  background-color: #FFFFFF;
}
.page-index .link-list__item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  line-height: 1;
}
.page-index .daily-content.is-no-item .card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-index .daily-content.is-no-item .card-wrapper::before {
  content: "";
  display: inline-block;
  background: url(../img/icon--no__item.png) no-repeat center/contain;
}
.page-index .daily-content.is-no-item .card-wrapper::after {
  content: "ただいま配信はありません";
  display: inline-block;
  color: #C5C5C5;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.01em;
}
.page-index .daily-content.is-no-item .daily-content__ttl {
  color: #C5C5C5;
}
.page-index .daily-content.is-no-item .daily-content__ttl > span {
  color: #2E295E;
}
.page-index .daily-content.is-no-item .daily-content__ttl::before, .page-index .daily-content.is-no-item .daily-content__ttl::after {
  background-color: #C5C5C5;
}
.page-index .daily-content.is-no-item .daily-content__ttl > span {
  background-color: #C5C5C5;
}
.page-index .daily-content--cs .daily-content__ttl::before, .page-index .daily-content--cs .daily-content__ttl::after {
  display: none;
}
.page-index .daily-content--cs .episode__date {
  opacity: 0;
}
.page-index .daily-content__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.page-index .daily-content__ttl::before, .page-index .daily-content__ttl::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
}
.page-index .daily-content__ttl > span {
  color: #FFFFFF;
  text-align: center;
  border-radius: 100%;
}
.page-index .card {
  background-color: #fff;
}
.page-index .card__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.page-index .card__head .series__ttl {
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.page-index .card__head .txt__update {
  color: #000000;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.page-index .card__body {
  width: 100%;
}
.page-index .card__body .series-wrapper .series__thumb {
  border: 1px solid #EEEEEE;
}
.page-index .card__body .series-wrapper .series__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.page-index .card__body .episode-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-index .card__body .episode-wrapper .episode__thumb {
  border: 1px solid #EEEEEE;
}
.page-index .card__body .episode-wrapper .episode__thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-index .card__body .episode-wrapper .episode__ttl {
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.02em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.page-index .card__body .episode-wrapper .episode__date {
  color: #666666;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.page-index .card__body .episode-wrapper .episode__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background-color: #21ABE6;
}
.page-index .card__body .credit-txt {
  color: #666666;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.page-index.fall .kv__ttl {
  color: #793600;
}
.page-index.fall .tab-list__item {
  color: #784A00;
  background-color: #FEEDB6;
}
.page-index.fall .tab-list__item.is-active {
  color: #FEEDB6;
  background-color: #784A00;
}
.page-index.fall .tab-content {
  background-color: #FEEDB6;
}
.page-index.fall .link-list__item > a {
  color: #784A00;
}
.page-index.fall .daily-content__ttl::before, .page-index.fall .daily-content__ttl::after {
  background-color: #784A00;
}
.page-index.fall .daily-content__ttl > span {
  background-color: #784A00;
}
.page-index.fall .card__head {
  background-color: #EEEEEE;
}
.page-index.fall .card__head .series__ttl {
  color: #000000;
}
.page-index.winter .kv__ttl {
  color: #718CCF;
}
.page-index.winter .tab-list__item {
  color: #535353;
  background-color: #DAEEF5;
}
.page-index.winter .tab-list__item.is-active {
  color: #FFFFFF;
  background-color: #718CCF;
}
.page-index.winter .tab-content {
  background-color: #DAEEF5;
}
.page-index.winter .tab-content--season .daily-content:not(.daily-content--cs) .txt__update {
  color: #FFFFFF;
  background-color: #00508C;
}
.page-index.winter .link-list__item > a {
  color: #718CCF;
}
.page-index.winter .daily-content__ttl::before, .page-index.winter .daily-content__ttl::after {
  background-color: #718CCF;
}
.page-index.winter .daily-content__ttl > span {
  background-color: #718CCF;
}
.page-index.winter .card__head {
  background-color: #C1D2FE;
}
.page-index.winter .card__head .series__ttl {
  color: #000000;
}
.page-index.spring .kv__ttl {
  color: #EC7EBC;
}
.page-index.spring .tab-list__item {
  color: #535353;
  background-color: #FFECF3;
}
.page-index.spring .tab-list__item.is-active {
  color: #FFFFFF;
  background-color: #EC7EBC;
}
.page-index.spring .tab-content {
  background-color: #FFECF3;
}
.page-index.spring .tab-content--season .daily-content:not(.daily-content--cs) .txt__update {
  color: #FFFFFF;
  background-color: #E03696;
}
.page-index.spring .link-list__item > a {
  color: #EC7EBC;
}
.page-index.spring .daily-content__ttl::before, .page-index.spring .daily-content__ttl::after {
  background-color: #EC7EBC;
}
.page-index.spring .daily-content__ttl > span {
  background-color: #EC7EBC;
}
.page-index.spring .card__head {
  background-color: #FDE0EA;
}
.page-index.spring .card__head .series__ttl {
  color: #000000;
}
.page-index.suumer .tab-list__item {
  color: #EF3D93;
  background-color: #FFFFFF;
}
.page-index.suumer .tab-list__item.is-active {
  color: #FFFFFF;
  background-color: #EF3D93;
}
.page-index.suumer .tab-content {
  background-position: top;
  background-size: 100% auto;
  background-repeat: repeat-y;
  position: relative;
}
.page-index.suumer .tab-content--season .daily-content:not(.daily-content--cs) .txt__update {
  color: #FFFFFF;
  background-color: #EF3D93;
}
.page-index.suumer .link-list__item > a {
  color: #EF3D93;
}
.page-index.suumer .link-list__item.is-no-link {
  opacity: 0.4;
}
.page-index.suumer .link-list__item.is-no-link::after {
  background: url(../img/icon--tab__gray.svg) no-repeat center/contain;
}
.page-index.suumer .link-list__item.is-no-link > a {
  pointer-events: none;
  color: #6E6E6E;
}
.page-index.suumer .daily-content__ttl {
  color: #FFF;
}
.page-index.suumer .daily-content__ttl::before, .page-index.suumer .daily-content__ttl::after {
  background-color: #EF3D93;
}
.page-index.suumer .daily-content__ttl > span {
  background-color: #EF3D93;
}
.page-index.suumer .card__head {
  background-color: #fff;
}
.page-index.suumer .card__head .series__ttl {
  color: #000000;
}
.page-index.suumer .card__body .series-wrapper .series__thumb {
  border: none;
}
.page-index.suumer .card__body .episode-wrapper .episode__link {
  background-color: #EF3D93;
}
@media print, screen and (min-width: 836px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  .section-archieve {
    width: 835px;
    padding: 40px 0 46px;
    margin: 0 auto;
  }
  .section-archieve .archieve__ttl {
    font-size: 30px;
  }
  .section-archieve .archieve-content {
    width: 100%;
    padding: 29px 34px 29px 43px;
    margin: 32px auto 0;
    border-radius: 8px;
  }
  .section-archieve .archieve-content .txt__season {
    font-size: 24px;
  }
  .section-archieve .archieve-content .archieve__list {
    margin-top: 12px;
  }
  .section-archieve .archieve-content .archieve__list > li {
    font-size: 14px;
  }
  .section-archieve .archieve-content .archieve__list > li + li {
    margin-top: 16px;
  }
  #section-footer {
    padding: 60px 0;
  }
  #section-footer .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
  }
  #section-footer .footer-nav a {
    font-size: 14px;
  }
  #section-footer small {
    font-size: 14px;
    margin-top: 19px;
  }
  #section-header {
    max-width: 1280px;
    height: 78px;
    padding: 0 20px;
  }
  #section-header .header__logo {
    padding-top: 14px;
    padding-bottom: 11px;
    gap: 0 30px;
  }
  #section-header .header__txt {
    font-size: 12px;
  }
  #section-header .header__btn > a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px 11px;
    font-size: 13px;
    border-radius: 5px;
    border: 2px solid #EF3D93;
  }
  #section-header .header__btn > a .header__label {
    gap: 0 11px;
  }
  .section-maintenance {
    width: 835px;
    padding: 40px 0 46px;
    margin: 0 auto;
  }
  .section-maintenance .maintenance__ttl {
    font-size: 24px;
  }
  .page-index .kv {
    width: 100%;
    max-width: 2775px;
    height: 37.7990430622vw;
  }
  .page-index .kv__img {
    max-width: 2775px;
    width: 100%;
    height: 37.7990430622vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .page-index .kv__ttl {
    top: 33%;
    font-size: 6.6666666667vw;
  }
  .page-index .kv__ttl .year {
    font-size: 5.2vw;
  }
  .page-index .kv__ttl .season {
    font-size: 8vw;
  }
  .page-index .bnr-wrapper {
    width: 650px;
    margin: 27px auto;
  }
  .page-index .bnr-wrapper img {
    border-radius: 4px;
  }
  .page-index .tab {
    padding: 0 20px;
    margin: -70px auto 0;
  }
  .page-index .tab-list {
    gap: 16px;
  }
  .page-index .tab-list__item {
    width: 632px;
    height: 57px;
    font-size: 20px;
    letter-spacing: 0.05em;
    border-radius: 16px 16px 0 0;
  }
  .page-index .tab-list__item.is-active {
    height: 70px;
    font-size: 30px;
    letter-spacing: 0.02em;
  }
  .page-index .tab-content {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .page-index .tab-content--standard .daily-content {
    margin-top: 0;
    padding-top: 10px;
  }
  .page-index .tab-content--standard .card-wrapper {
    min-height: 490px;
  }
  .page-index .tab-content__note {
    max-width: 875px;
    width: 100%;
    padding: 0 30px;
    font-size: 12px;
    margin: 16px auto 0;
  }
  .page-index .link-list {
    gap: 16px;
    padding: 0 20px;
  }
  .page-index .link-list__item {
    width: 124px;
    height: 35px;
    border-radius: 16px;
  }
  .page-index .link-list__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 17px;
    height: 17px;
    background: url(../img/icon--tab.svg) no-repeat center/contain;
    pointer-events: none;
  }
  .page-index .link-list__item > a {
    font-size: 20px;
  }
  .page-index .daily-content {
    max-width: 875px;
    width: 100%;
    margin: 70px auto 0;
    padding-top: 20px;
  }
  .page-index .daily-content.is-no-item .card-wrapper {
    gap: 0;
  }
  .page-index .daily-content.is-no-item .card-wrapper::before {
    margin-top: 15px;
    width: 99.692px;
    height: 72.59px;
  }
  .page-index .daily-content.is-no-item .card-wrapper::after {
    margin-top: 20px;
    font-size: 20px;
  }
  .page-index .daily-content--cs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-index .daily-content--cs .daily-content__ttl {
    width: auto;
    height: 54px;
    font-size: 30px;
    padding: 0 13px 8px;
    border-bottom: 2px solid #EF3D93;
    display: inline-block;
  }
  .page-index .daily-content__ttl {
    gap: 9px;
    font-size: 22px;
    padding: 0 20px;
  }
  .page-index .daily-content__ttl::before {
    margin-right: 8px;
  }
  .page-index .daily-content__ttl::after {
    margin-left: 8px;
  }
  .page-index .daily-content__ttl > span {
    width: 55px;
    height: 55px;
    font-size: 32px;
    line-height: 49px;
  }
  .page-index .card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 35px;
    padding: 30px 20px 0;
    margin-top: 1px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-index .card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 35px;
    padding: 30px 20px 0;
    margin-top: 1px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-index .card {
    width: calc((100% - 35px) / 2);
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .page-index .card__head {
    height: 56px;
    gap: 0 5px;
  }
  .page-index .card__head .series__ttl {
    font-size: 16px;
  }
  .page-index .card__head .txt__update {
    font-size: 12px;
  }
  .page-index .card__body {
    margin-top: 10px;
  }
  .page-index .card__body .series-wrapper .series__thumb {
    width: 100%;
    height: 209px;
  }
  .page-index .card__body .episode-wrapper {
    gap: 15px;
    width: 100%;
    padding: 13px 0 0;
  }
  .page-index .card__body .episode-wrapper .episode__thumb {
    width: 159px;
    min-width: 159px;
    height: 90px;
  }
  .page-index .card__body .episode-wrapper .episode__info {
    min-width: 171px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .page-index .card__body .episode-wrapper .episode__ttl {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
  }
  .page-index .card__body .episode-wrapper .episode__date {
    font-size: 11px;
    margin-top: 1px;
  }
  .page-index .card__body .episode-wrapper .episode__link {
    height: 27px;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 7px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 14px;
  }
  .page-index .card__body .episode-wrapper .episode__link .i-play {
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 20px;
    background: url(../img/icon--play.svg) no-repeat center/contain;
  }
  .page-index .card__body .credit-txt {
    font-size: 10px;
    margin-top: 13px;
  }
  .page-index.fall .tab-content {
    border-top: 8px solid #784A00;
  }
  .page-index.fall .daily-content--cs .daily-content__ttl {
    background: url(../img/daily-content__dec--pc.png) no-repeat center/contain;
  }
  .page-index.winter .tab-content {
    border-top: 8px solid #718CCF;
  }
  .page-index.winter .tab-content--season .daily-content:not(.daily-content--cs) .txt__update {
    border-radius: 6px;
    padding: 8px 12px;
  }
  .page-index.winter .daily-content--cs .daily-content__ttl {
    background: url(../img/daily-content__dec--pc.png) no-repeat center/contain;
  }
  .page-index.winter .card {
    border-radius: 10px;
  }
  .page-index.winter .card__head {
    border-radius: 10px 10px 0 0;
  }
  .page-index.spring .tab-content {
    border-top: 8px solid #EC7EBC;
  }
  .page-index.spring .tab-content--season .daily-content:not(.daily-content--cs) .txt__update {
    border-radius: 6px;
    padding: 8px 12px;
  }
  .page-index.spring .daily-content--cs .daily-content__ttl {
    background: url(../img/daily-content__dec--pc.png) no-repeat center/contain;
  }
  .page-index.spring .card {
    border-radius: 10px;
  }
  .page-index.spring .card__head {
    border-radius: 10px 10px 0 0;
  }
  .page-index.suumer .tab-content {
    border-top: 8px solid #EF3D93;
    background-image: url(../img/contents__bg.jpg);
  }
  .page-index.suumer .tab-content--season .daily-content:not(.daily-content--cs) .txt__update {
    border-radius: 6px;
    padding: 8px 12px;
  }
  .page-index.suumer .card {
    border-radius: 10px;
    padding-top: 15px;
  }
  .page-index.suumer .card__head {
    border-radius: 10px 10px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 835px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .section-archieve {
    width: 100%;
    padding: 7.2vw 3.6vw 9.0666666667vw;
    margin: 0 auto;
  }
  .section-archieve .archieve__ttl {
    font-size: 5.3333333333vw;
  }
  .section-archieve .archieve-content {
    padding: 6.6666666667vw;
    margin-top: 5.6vw;
    border-radius: 2.1333333333vw;
  }
  .section-archieve .archieve-content + .archieve-content {
    margin-top: 4.2666666667vw;
  }
  .section-archieve .archieve-content .txt__season {
    font-size: 4.2666666667vw;
  }
  .section-archieve .archieve-content .archieve__list {
    margin-top: 5.3333333333vw;
  }
  .section-archieve .archieve-content .archieve__list > li {
    font-size: 3.7333333333vw;
  }
  .section-archieve .archieve-content .archieve__list > li + li {
    margin-top: 4.2666666667vw;
  }
  #section-footer {
    padding: 8.2666666667vw 8.5333333333vw 6.6666666667vw;
  }
  #section-footer .footer-nav li + li {
    margin-top: 4.2666666667vw;
  }
  #section-footer .footer-nav a {
    font-size: 3.7333333333vw;
  }
  #section-footer small {
    font-size: 3.7333333333vw;
    margin-top: 7.7333333333vw;
  }
  #section-header {
    height: 13.3333333333vw;
    padding: 2.1333333333vw 2.6666666667vw;
    gap: 0 0.5333333333vw;
  }
  #section-header .header__logo {
    gap: 0 2.2666666667vw;
  }
  #section-header .header__logo > a {
    width: 18.6666666667vw;
    height: auto;
  }
  #section-header .header__logo > a > img {
    height: 8vw;
  }
  #section-header .header__txt {
    font-size: 2.6666666667vw;
    max-width: 22.1333333333vw;
  }
  #section-header .header__btn > a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 3.4666666667vw;
    padding: 1.4666666667vw 2.9333333333vw;
    border-radius: 1.3333333333vw;
    border: 0.5333333333vw solid #EF3D93;
  }
  #section-header .header__btn > a .header__label {
    gap: 0 2.9333333333vw;
  }
  #section-header .header__btn > a .header__label::after {
    width: 1.6vw;
    height: 2.4vw;
  }
  .section-maintenance {
    width: 100%;
    padding: 7.2vw 3.6vw 9.0666666667vw;
    margin: 0 auto;
  }
  .section-maintenance .maintenance__ttl {
    font-size: 6.4vw;
  }
  .page-index .kv__img {
    width: 100%;
    height: auto;
  }
  .page-index .kv__ttl {
    top: 38%;
    width: 100%;
    font-size: 13.3333333333vw;
    line-height: 0.9;
  }
  .page-index .kv__ttl .year {
    font-size: 10.4vw;
  }
  .page-index .kv__ttl .season {
    font-size: 16vw;
  }
  .page-index .bnr-wrapper {
    width: 100%;
    margin: 4.8vw auto;
    padding: 0 3.2vw;
  }
  .page-index .bnr-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 1.0666666667vw;
  }
  .page-index .tab {
    margin: -11.7333333333vw auto 0;
  }
  .page-index .tab-list__item {
    width: 48vw;
    height: 9.0666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
  .page-index .tab-list__item.is-active {
    height: 11.7333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.02em;
  }
  .page-index .tab-content {
    padding-top: 5.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
  .page-index .tab-content--standard .daily-content {
    padding-top: 0;
  }
  .page-index .tab-content--standard .card-wrapper {
    min-height: 58.6666666667vw;
  }
  .page-index .tab-content__note {
    width: 91.4666666667vw;
    font-size: 2.6666666667vw;
    margin: 4vw auto 0;
  }
  .page-index .link-list {
    gap: 1.6vw;
  }
  .page-index .link-list__item {
    width: 12vw;
    height: 9.3333333333vw;
    border-radius: 4.2666666667vw;
  }
  .page-index .link-list__item > a {
    font-size: 3.7333333333vw;
  }
  .page-index .daily-content {
    margin: 4vw auto 0;
    padding-top: 2.6666666667vw;
  }
  .page-index .daily-content.is-no-item .card-wrapper::before {
    margin-top: 4vw;
    width: 22.5824vw;
    height: 16.3266666667vw;
  }
  .page-index .daily-content.is-no-item .card-wrapper::after {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
  .page-index .daily-content--cs {
    margin-top: 13.3333333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-index .daily-content--cs .daily-content__ttl {
    width: auto;
    height: auto;
    font-size: 5.3333333333vw;
    padding: 0 13px 8px;
    border-bottom: 2px solid #EF3D93;
    display: inline-block;
  }
  .page-index .daily-content__ttl {
    font-size: 3.6vw;
    max-width: 92vw;
  }
  .page-index .daily-content__ttl::before, .page-index .daily-content__ttl::after {
    height: 0.5333333333vw;
    margin: 0;
  }
  .page-index .daily-content__ttl::before {
    margin-right: 2.1333333333vw;
  }
  .page-index .daily-content__ttl::after {
    margin-left: 2.1333333333vw;
  }
  .page-index .daily-content__ttl > span {
    width: 9.4666666667vw;
    height: 9.4666666667vw;
    font-size: 5.3333333333vw;
    line-height: 9.2vw;
    margin-right: 1.3333333333vw;
    margin-left: 1.3333333333vw;
  }
  .page-index .card-wrapper {
    width: 92vw;
    margin: 5.3333333333vw auto 0;
    border-radius: 2.1333333333vw;
  }
  .page-index .card {
    width: 100%;
  }
  .page-index .card + .card {
    margin-top: 4vw;
  }
  .page-index .card__head {
    height: auto;
    padding: 3.4666666667vw 3.4666666667vw 2.6666666667vw;
    gap: 2.6666666667vw;
  }
  .page-index .card__head .series__ttl {
    font-size: 3.7333333333vw;
  }
  .page-index .card__head .txt__update {
    font-size: 2.6666666667vw;
  }
  .page-index .card__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.6666666667vw;
  }
  .page-index .card__body .series-wrapper .series__thumb {
    width: 43.2vw;
    height: 24.2666666667vw;
  }
  .page-index .card__body .episode-wrapper {
    margin-left: 2.6666666667vw;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .page-index .card__body .episode-wrapper .episode__thumb {
    display: none;
  }
  .page-index .card__body .episode-wrapper .episode__info {
    width: 39.4666666667vw;
  }
  .page-index .card__body .episode-wrapper .episode__ttl {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
  .page-index .card__body .episode-wrapper .episode__date {
    font-size: 2.6666666667vw;
    margin-top: 0.5333333333vw;
  }
  .page-index .card__body .episode-wrapper .episode__link {
    height: 6.6666666667vw;
    font-size: 2.9333333333vw;
    border-radius: 1.0666666667vw;
    margin-top: 2.1333333333vw;
  }
  .page-index .card__body .episode-wrapper .episode__link .i-play {
    display: block;
    width: 4vw;
    height: 4vw;
    margin-right: 1.8666666667vw;
    background: url(../img/icon--play.svg) no-repeat center/contain;
  }
  .page-index .card__body .credit-txt {
    width: 100%;
    font-size: 2.1333333333vw;
    margin-top: 2.6666666667vw;
  }
  .page-index.fall .tab-content {
    border-top: 1.3333333333vw solid #784A00;
  }
  .page-index.fall .daily-content--cs .daily-content__ttl {
    background: url(../img/daily-content__dec--sp.png) no-repeat center/contain;
  }
  .page-index.winter .tab-content {
    border-top: 1.3333333333vw solid #718CCF;
  }
  .page-index.winter .tab-content--season .daily-content:not(.daily-content--cs) .txt__update {
    border-radius: 1.6vw;
    padding: 2.1333333333vw 3.2vw;
  }
  .page-index.winter .daily-content--cs .daily-content__ttl {
    background: url(../img/daily-content__dec--sp.png) no-repeat center/contain;
  }
  .page-index.winter .card {
    border-radius: 2.6666666667vw;
  }
  .page-index.winter .card__head {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .page-index.spring .tab-content {
    border-top: 1.3333333333vw solid #EC7EBC;
  }
  .page-index.spring .tab-content--season .daily-content:not(.daily-content--cs) .txt__update {
    border-radius: 1.6vw;
    padding: 2.1333333333vw 3.2vw;
  }
  .page-index.spring .daily-content--cs .daily-content__ttl {
    background: url(../img/daily-content__dec--sp.png) no-repeat center/contain;
  }
  .page-index.spring .card {
    border-radius: 2.6666666667vw;
  }
  .page-index.spring .card__head {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .page-index.suumer .tab-content {
    border-top: 1.3333333333vw solid #EF3D93;
    background-image: url(../img/contents__bg--sp.jpg);
  }
  .page-index.suumer .tab-content--season .daily-content:not(.daily-content--cs) .txt__update {
    border-radius: 1.6vw;
    padding: 2.1333333333vw 3.2vw;
  }
  .page-index.suumer .card {
    border-radius: 2.6666666667vw;
  }
  .page-index.suumer .card__head {
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
@media print {
  body {
    width: 100%;
    overflow: hidden;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: auto;
  }
  #wrapper {
    padding: 0;
    margin: 0;
  }
}
@media print, screen and (min-width: 1281px) {
  .section-archieve {
    width: 1280px;
  }
  .section-archieve .archieve-content .archieve__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 36px;
    margin-top: 12px;
  }
  .section-archieve .archieve-content .archieve__list > li {
    width: 575px;
    font-size: 14px;
  }
  .section-maintenance {
    width: 1280px;
  }
  .page-index .kv {
    width: 100%;
    max-width: 2775px;
    height: 435px;
  }
  .page-index .kv__img {
    max-width: 2775px;
    width: 100%;
    height: 435px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .page-index .kv__ttl {
    top: 33%;
    font-size: 100px;
    width: 100%;
  }
  .page-index .kv__ttl .year {
    font-size: 78px;
  }
  .page-index .kv__ttl .season {
    font-size: 120px;
  }
  .page-index .tab-content__note {
    padding: 0 30px;
    width: 1280px;
    font-size: 12px;
    margin: 16px auto 0;
    max-width: inherit;
  }
  .page-index .daily-content {
    width: 1280px;
    max-width: inherit;
    margin: 70px auto 0;
    padding-top: 20px;
  }
  .page-index .card {
    width: calc((100% - 70px) / 3);
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
  }
}