@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
:root {
  --color-green-bg: #00aca8;
  --color-green-text: #009b97;
  --color-orange: #ff8a00;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

li {
  list-style: none;
}

body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #000;
  letter-spacing: 0.05em;
}

body.is-modal-open {
  overflow: hidden;
}

html {
  font-size: 3.125vw;
}
@media only screen and (min-width:961px) {
  html {
    font-size: 16px;
  }
}

a {
  color: #000;
  text-decoration: none;
}

template {
  display: none;
}

.svg_icon {
  fill-rule: evenodd;
}

#wrapper {
  overflow: hidden;
}

@media only screen and (min-width:961px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width:960px) {
  .pc {
    display: none;
  }
}
body {
  background: url("../img/pattern.jpg") center;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background: url("../img/pattern.jpg") center top;
}
.loading-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  bottom: -95%;
}
.loading-cover .wave_wrap {
  position: absolute;
  top: -60px;
}
@media only screen and (max-width:960px) {
  .loading-cover .wave_wrap {
    top: -7.47vw;
  }
}
.is_open .loading {
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.4s cubic-bezier(0.32, 0, 0.67, 0) 0.8s, opacity 0.2s cubic-bezier(0.32, 0, 0.67, 0) 1s;
  transition: height 0.4s cubic-bezier(0.32, 0, 0.67, 0) 0.8s, opacity 0.2s cubic-bezier(0.32, 0, 0.67, 0) 1s;
}
.is_open .loading .loading-cover {
  bottom: 0;
  -webkit-transition: bottom 0.6s cubic-bezier(0.32, 0, 0.67, 0) 0.2s;
  transition: bottom 0.6s cubic-bezier(0.32, 0, 0.67, 0) 0.2s;
}

#wrapper {
  opacity: 0;
}
.is_open #wrapper {
  opacity: 1;
  -webkit-transition: opacity 0s ease-out 0.4s;
  transition: opacity 0s ease-out 0.4s;
}

.main_area h1, .main_area .main_date, .main_area .main_onair dl {
  opacity: 0;
  -webkit-transform: translateY(1.4rem);
  transform: translateY(1.4rem);
}
.is_open .main_area h1, .is_open .main_area .main_date, .is_open .main_area .main_onair dl {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-out 1s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 1s;
  -webkit-transition: opacity 0.6s ease-out 1s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 1s;
  transition: opacity 0.6s ease-out 1s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 1s;
  transition: opacity 0.6s ease-out 1s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 1s;
  transition: opacity 0.6s ease-out 1s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 1s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 1s;
}
.is_open .main_area .main_date {
  -webkit-transition-delay: 1.08s;
  transition-delay: 1.08s;
}
.is_open .main_area .main_onair dl {
  -webkit-transition-delay: 1.28s;
  transition-delay: 1.28s;
}

.scroll_in .page_title {
  opacity: 0;
  -webkit-transform: translateY(1.4rem);
  transform: translateY(1.4rem);
}
.scroll_in .about_lead, .scroll_in .corner_contents, .scroll_in .lineup_list__item {
  opacity: 0;
  -webkit-transform: translateY(1.4rem);
  transform: translateY(1.4rem);
}
.scroll_in.is-active .page_title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-out 0s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  -webkit-transition: opacity 0.6s ease-out 0s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.6s ease-out 0s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.6s ease-out 0s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.6s ease-out 0s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}
.scroll_in.is-active .about_lead, .scroll_in.is-active .corner_contents, .scroll_in.is-active .lineup_list__item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-out 0s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  -webkit-transition: opacity 0.6s ease-out 0s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.6s ease-out 0s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.6s ease-out 0s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
  transition: opacity 0.6s ease-out 0s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}
.scroll_in.is-active .about_lead:nth-child(1), .scroll_in.is-active .corner_contents:nth-child(1), .scroll_in.is-active .lineup_list__item:nth-child(1) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.scroll_in.is-active .about_lead:nth-child(2), .scroll_in.is-active .corner_contents:nth-child(2), .scroll_in.is-active .lineup_list__item:nth-child(2) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.scroll_in.is-active .about_lead:nth-child(3), .scroll_in.is-active .corner_contents:nth-child(3), .scroll_in.is-active .lineup_list__item:nth-child(3) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.waves {
  position: relative;
  width: 100%;
  height: 66px;
  margin-bottom: -3px;
}
@media only screen and (max-width:960px) {
  .waves {
    height: 8vw;
  }
}

.parallax > use {
  -webkit-animation: move-forever 10s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: move-forever 10s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
.wave_wrap {
  width: 100%;
}
.wave_wrap .svg_icon {
  fill: #fff;
  width: 100%;
}

.main_area {
  color: #FFF;
}
.main_area .main_visual {
  position: relative;
}
.main_area .main_logo {
  position: relative;
}
.main_area .main_onair {
  text-align: center;
}
.main_area .main_onair dd {
  line-height: 1.4;
  font-weight: 600;
}
@media only screen and (min-width:961px) {
  .main_area {
    padding-bottom: 170px;
    text-align: center;
  }
  .main_area .main_logo {
    text-align: center;
    margin: -130px auto 60px;
  }
  .main_area .main_logo h1 {
    width: 718px;
    width: 49.86%;
    margin: auto;
    margin-bottom: 30px;
  }
  .main_area .main_logo .main_date {
    width: 960px;
    width: 66.66%;
    margin: auto;
    background: url("../img/header_day_bg.png") no-repeat center;
    background-size: contain;
    padding: 26px 0;
  }
  .main_area .main_logo .main_date p {
    margin: 0 12%;
  }
  .main_area .main_onair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
  .main_area .main_onair dl {
    width: 290px;
  }
  .main_area .main_onair dl dt {
    width: 226px;
    margin: 0 auto 16px;
  }
  .main_area .main_onair dl dd {
    font-size: 22px;
  }
  .main_area .main_onair dl dd .-notice {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0.6em;
  }
}
@media only screen and (max-width:960px) {
  .main_area {
    padding-bottom: 20vw;
  }
  @-webkit-keyframes move-main {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-219.18vw);
      transform: translateX(-219.18vw);
    }
  }
  @keyframes move-main {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-219.18vw);
      transform: translateX(-219.18vw);
    }
  }
  .main_area .main_visual {
    width: 438.36vw;
    background: url("../img/main_img.jpg") repeat-x left top;
    background-size: auto 100%;
    -webkit-animation: move-main 20s linear infinite;
    animation: move-main 20s linear infinite;
  }
  .main_area .main_visual figure {
    opacity: 0;
    width: 219.18vw;
  }
  .main_area .main_logo {
    margin: -15.47vw auto 8vw;
  }
  .main_area .main_logo h1 {
    width: 81.59vw;
    margin: auto;
    margin-bottom: 5.33vw;
  }
  .main_area .main_logo .main_date {
    width: 89.6vw;
    height: 18.13vw;
    margin: auto;
    background: url("../img/header_day_bg_sp.png") no-repeat center;
    background-size: contain;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3.33vw 16vw;
  }
  .main_area .main_onair dl + dl {
    margin-top: 4vw;
  }
  .main_area .main_onair dl dt {
    width: 36vw;
    margin: 0 auto 1.4rem;
  }
  .main_area .main_onair dl dd {
    font-size: 1.3rem;
  }
  .main_area .main_onair dl dd .-notice {
    font-size: 1rem;
    margin-top: 0.4em;
  }
}

.page_title {
  text-align: center;
}

.about_area {
  background: #FFF;
  position: relative;
}
.about_area .about_lead {
  text-align: center;
  line-height: 2;
  font-weight: 500;
}
.about_area .about_lead .-cap {
  color: var(--color-green-text);
  font-weight: 700;
}
.about_area .wave_wrap {
  position: absolute;
  left: 0;
}
@media only screen and (min-width:961px) {
  .about_area {
    padding-bottom: 120px;
    padding-top: 98px;
  }
  .about_area .wave_wrap {
    position: absolute;
    top: -60px;
  }
  .about_area .page_title {
    width: 466px;
    margin: 0 auto 54px;
  }
  .about_area .about_lead {
    font-size: 18px;
  }
  .about_area .about_lead .-cap {
    font-size: 22px;
    margin-top: 30px;
  }
}
@media only screen and (max-width:960px) {
  .about_area {
    padding-bottom: 22.66vw;
    padding-top: 14.66vw;
  }
  .about_area .wave_wrap {
    top: -7.47vw;
  }
  .about_area .page_title {
    width: 67.2vw;
    margin: 0 auto 10vw;
  }
  .about_area .about_lead {
    font-size: 1.18rem;
  }
  .about_area .about_lead .-cap {
    font-size: 1.4rem;
    margin-top: 1.2rem;
  }
}

.corner_area {
  background: #FFF;
  position: relative;
}
.corner_area .corner_contents {
  background: url("../img/corner_deco_bg.png") no-repeat center bottom #eaf4f5;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.corner_area .corner_contents-text {
  text-align: center;
}
.corner_area .corner_contents-text .-text {
  font-weight: 500;
  line-height: 1.5;
}
.corner_area .wave_wrap {
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only screen and (min-width:961px) {
  .corner_area {
    padding-bottom: 120px;
  }
  .corner_area .wave_wrap {
    bottom: -60px;
  }
  .corner_area .page_title {
    width: 528px;
    margin: 0 auto 60px;
  }
  .corner_area .corner_contents {
    max-width: 1160px;
    width: 1160px;
    width: 80.55%;
    margin: auto;
    padding: 40px;
    border-radius: 20px;
  }
  .corner_area .corner_contents .corner_contents__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .corner_area .corner_contents-photo, .corner_area .corner_contents-text {
    width: 50%;
  }
  .corner_area .corner_contents + .corner_contents {
    margin-top: 10px;
  }
  .corner_area .corner_contents.contents1 .corner_contents-text .-title {
    width: 60%;
    margin: 0 auto 35px;
  }
  .corner_area .corner_contents.contents2 .corner_contents__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .corner_area .corner_contents.contents2 .corner_contents-text .-title {
    width: 74%;
    margin: 0 auto 35px;
  }
  .corner_area .corner_contents.contents3 .corner_contents-text .-title {
    width: 52%;
    margin: 0 auto 35px;
  }
}
@media only screen and (max-width:960px) {
  .corner_area {
    padding-bottom: 17.33vw;
    margin-top: -3px;
  }
  .corner_area .wave_wrap {
    bottom: -7.47vw;
  }
  .corner_area .page_title {
    width: 82.66vw;
    margin: 0 auto 10.66vw;
  }
  .corner_area .corner_contents {
    width: 90vw;
    margin: auto;
    padding: 8vw 5.33vw;
    border-radius: 12px;
    background-image: url("../img/corner_deco_bg_sp.png");
  }
  .corner_area .corner_contents + .corner_contents {
    margin-top: 5.33vw;
  }
  .corner_area .corner_contents-photo {
    margin-bottom: 5.33vw;
  }
  .corner_area .corner_contents-text {
    font-size: 1.18rem;
  }
  .corner_area .corner_contents.contents1 .corner_contents-text .-title {
    width: 57.33vw;
    margin: 0 auto 1.3rem;
  }
  .corner_area .corner_contents.contents2 .corner_contents__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .corner_area .corner_contents.contents2 .corner_contents-text .-title {
    width: calc_Vw(544);
    margin: 0 auto 1.3rem;
  }
  .corner_area .corner_contents.contents3 .corner_contents-text .-title {
    width: 62.93vw;
    margin: 0 auto 1.3rem;
  }
}

.lineup_area .lineup_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lineup_area .lineup_list__item {
  background: #FFF;
  position: relative;
}
@media only screen and (min-width:961px) {
  .lineup_area {
    padding-top: 160px;
    padding-bottom: 204px;
  }
  .lineup_area .page_title {
    width: 522px;
    margin: 0 auto 64px;
  }
  .lineup_area .lineup_list {
    max-width: 1160px;
    width: 1160px;
    width: 80.55%;
    margin: auto;
  }
  .lineup_area .lineup_list ul {
    gap: 15px;
  }
  .lineup_area .lineup_list__item {
    width: 33%;
    border-radius: 10px;
    padding: 0 2%;
    overflow: hidden;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .lineup_area .lineup_list__item img {
    -webkit-transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .lineup_area .lineup_list__item:hover {
    background: #eaf4f5;
  }
  .lineup_area .lineup_list__item:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}
@media only screen and (max-width:960px) {
  .lineup_area {
    padding-top: 24vw;
    padding-bottom: 20vw;
  }
  .lineup_area .page_title {
    width: 73.33vw;
    margin: 0 auto 10.66vw;
  }
  .lineup_area .lineup_list {
    width: 90vw;
    margin: auto;
  }
  .lineup_area .lineup_list ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .lineup_area .lineup_list__item {
    width: calc(50% - 5px);
    border-radius: 8px;
    padding: 2% 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

footer {
  background: #FFF;
  position: relative;
}
footer .fotter_wrapper .share_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .fotter_wrapper .share_list__item {
  position: relative;
}
footer .fotter_wrapper .share_list__item a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
footer .aniplex_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .aniplex_list__item {
  position: relative;
  font-weight: 600;
}
footer .aniplex_list__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.2em;
  background: #000;
  top: -0.1em;
  right: 0;
}
footer .aniplex_list__item a {
  padding: 0 1.2em;
}
footer .aniplex_list__item:last-child:after {
  display: none;
}
footer .wave_wrap {
  position: absolute;
  left: 0;
}
@media only screen and (min-width:961px) {
  footer {
    padding: 20px 60px 90px;
  }
  footer .wave_wrap {
    position: absolute;
    top: -60px;
    left: 0;
  }
  footer .fotter_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .fotter_wrapper .footer_logo {
    width: 247px;
  }
  footer .fotter_wrapper .footer_logo a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  footer .fotter_wrapper .footer_logo a:hover {
    opacity: 0.6;
  }
  footer .fotter_wrapper .share_list {
    margin-bottom: 30px;
  }
  footer .fotter_wrapper .share_list ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .fotter_wrapper .share_list__item {
    width: 30px;
    margin-left: 18px;
    font-size: 12px;
  }
  footer .fotter_wrapper .share_list__item.-title {
    width: auto;
    font-weight: 600;
  }
  footer .fotter_wrapper .share_list__item .svg_icon {
    -webkit-transition: fill 0.2s ease-out;
    transition: fill 0.2s ease-out;
  }
  footer .fotter_wrapper .share_list__item:hover .svg_icon {
    fill: var(--color-green-text);
  }
  footer .fotter_wrapper .aniplex_list {
    font-size: 11px;
    margin-bottom: 30px;
  }
  footer .fotter_wrapper .aniplex_list ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  footer .fotter_wrapper .aniplex_list__item a {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  footer .fotter_wrapper .aniplex_list__item a:hover {
    color: var(--color-green-text);
  }
  footer .fotter_wrapper .aniplex_list__item:last-child a {
    padding-right: 0;
  }
  footer .fotter_wrapper .footer_text {
    font-size: 10px;
    text-align: right;
    line-height: 1.8;
    font-weight: 500;
  }
}
@media only screen and (max-width:960px) {
  footer {
    text-align: center;
    padding-bottom: 24vw;
    padding-top: 4vw;
  }
  footer .wave_wrap {
    top: -7.47vw;
  }
  footer .footer_logo {
    width: 47.46vw;
    margin: 0 auto 8.53vw;
  }
  footer .share_list {
    margin-bottom: 10.66vw;
  }
  footer .share_list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .share_list__item {
    width: 8vw;
    margin-left: 18px;
    font-size: 12px;
  }
  footer .share_list__item.-title {
    width: auto;
    font-weight: 600;
  }
  footer .aniplex_list {
    margin-bottom: 7.46vw;
  }
  footer .aniplex_list ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .aniplex_list__item {
    font-size: 0.9rem;
  }
  footer .footer_text {
    font-size: 0.9rem;
    line-height: 1.8;
  }
}

.corner_area .corner_contents-text .-text a{
display: block;
background: #f49d1c;
padding: 0.8rem 0 ;
max-width: 390px;
margin: auto;
-webkit-border-radius: 12px;
        border-radius: 12px;
}
@media only screen and (min-width:961px) {
	corner_area .corner_contents-text .-text a{
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    }
	.corner_area .corner_contents-text .-text a:hover{
    	background:var(--color-green-text);
        color : #fff;
    }
}