@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.1.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,800&display=swap&subset=japanese");
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

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

blockquote, q {
  quotes: none;
}

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

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

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] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

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

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^='tel'] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  word-wrap: break-word;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/*!
  Styles
  */
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
  font-family: YakuHanJP, "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
}

.l-wrapper[data-page="top"] .l-header h1 a {
  display: none;
}

body.is-open {
  overflow: hidden;
}

.m-modal {
  position: relative;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 19;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -ms-touch-action: none;
      touch-action: none;
  pointer-events: none;
}

.m-modal.is-open {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -ms-touch-action: auto;
      touch-action: auto;
  pointer-events: auto;
}

.m-modal .m-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  background: rgba(255, 204, 0, 0.93);
  background-size: cover;
  width: 100%;
  height: 100%;
}

.m-modal .m-modal__inner {
  position: fixed;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 0;
  text-align: center;
}

.m-modal .m-modal__content {
  display: table;
  position: relative;
  top: auto;
  left: auto;
  z-index: 100;
  margin: 0 auto;
  width: 95%;
  max-width: 950px;
  min-height: calc(100% - 240px);
}

.m-modal .m-modal__content > * {
  width: 100%;
  height: auto;
}

.m-modal .m-modal__content > * img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.m-modal .m-modal__content_wrap {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.m-modal .m-modal__content_inner {
  position: relative;
  width: 100%;
  height: auto;
}

.m-modal .m-modal__close {
  cursor: pointer;
  width: 60px;
  height: 60px;
}

.m-modal .m-modal__close_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.m-modal .m-modal__close_inner span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  height: 1px;
}

.m-modal .m-modal__close_inner span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.m-modal .m-modal__close_inner span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.m-modal_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.l-header_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  padding: 12px 0 10px;
  width: 100%;
}

.l-header_btn::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(220, 186, 0, 0.6);
          box-shadow: 0px 0px 10px 1px rgba(220, 186, 0, 0.6);
  border-radius: 50%;
  background: #ffcc00;
  padding-top: 400%;
  width: 400%;
  content: "";
}

.l-header_btn__item {
  position: relative;
  margin: 0 auto;
  width: 24px;
  height: 17px;
}

.l-header_btn__item span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #fff;
  width: 100%;
  height: 3px;
}

.l-header_btn__item span:nth-child(1) {
  top: 0;
}

.l-header_btn__item span:nth-child(2) {
  top: 7px;
}

.l-header_btn__item span:nth-child(3) {
  top: 14px;
}

.l-header_btn.is-open .l-header_btn__item span {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.l-header_btn.is-open .l-header_btn__item span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.l-header_btn.is-open .l-header_btn__item span:nth-child(2) {
  -webkit-transform: translate(-100%, 0%);
      -ms-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-header_btn.is-open .l-header_btn__item span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.l-header h1 {
  position: relative;
  cursor: pointer;
}

.l-header h1 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-header_bg::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(220, 186, 0, 0.6);
          box-shadow: 0px 0px 10px 2px rgba(220, 186, 0, 0.6);
  border-radius: 50%;
  background: #ffcc00;
  padding-top: 100%;
  width: 100%;
  content: "";
}

.l-header_inner {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

.l-header_nav {
  color: #fff;
}

.l-header_nav__list {
  font-family: YakuHanJP, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.l-header_nav__list + .l-header_nav__list {
  margin-top: 36px;
}

.l-header_nav__list li {
  position: relative;
  cursor: pointer;
}

.l-header_nav__list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-header_nav__list li + li {
  margin-top: 20px;
}

.l-header_nav__list--small {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.l-header_nav__link, .l-header_nav__copy {
  font-size: 11px;
  line-height: 2em;
}

.l-header_nav__link a, .l-header_nav__copy a {
  color: #fff;
}

.l-header_nav__link {
  margin-top: 11%;
}

.l-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.l-content.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease 1s;
  transition: opacity 1s ease 1s;
}

@-webkit-keyframes bg_pos {
  0% {
    background-position: left center;
  }
  100% {
    background-position: -25500px center;
  }
}

@keyframes bg_pos {
  0% {
    background-position: left center;
  }
  100% {
    background-position: -25500px center;
  }
}

@-webkit-keyframes bg_pos2 {
  0% {
    background-position: left center;
  }
  100% {
    background-position: -26160px center;
  }
}

@keyframes bg_pos2 {
  0% {
    background-position: left center;
  }
  100% {
    background-position: -26160px center;
  }
}

@-webkit-keyframes bg_pos3 {
  0% {
    background-position: left center;
  }
  100% {
    background-position: -25630px center;
  }
}

@keyframes bg_pos3 {
  0% {
    background-position: left center;
  }
  100% {
    background-position: -25630px center;
  }
}

.l-section {
  position: relative;
  padding: 80px 0 100px;
}

.l-section_title {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 50px;
}

.l-section_title figure {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bg_pos 300s linear infinite;
          animation: bg_pos 300s linear infinite;
  background-position: left center;
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.l-section_content {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 880px;
}

.l-section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-section_bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  background-position: top center;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.p-top {
  position: relative;
  overflow: hidden;
}

.p-top img {
  width: 100%;
}

.p-top_title {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(25%, -25%);
      -ms-transform: translate(25%, -25%);
          transform: translate(25%, -25%);
  max-width: 210px;
}

.p-top_title img {
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}

@-webkit-keyframes motionBg_vertical {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes motionBg_vertical {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@-webkit-keyframes motionBg_diagonal {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes motionBg_diagonal {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@-webkit-keyframes motionBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100%;
  }
}

@keyframes motionBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100%;
  }
}

.p-news_bg__inner {
  -webkit-animation: motionBg_diagonal 150s linear 0s infinite alternate;
          animation: motionBg_diagonal 150s linear 0s infinite alternate;
  background-image: url(../img/bg_dot_1.png);
  background-size: 32px;
  width: 200%;
  height: 200%;
}

.p-schedule_bg__inner {
  -webkit-animation: motionBg 150s linear 0s infinite forwards;
          animation: motionBg 150s linear 0s infinite forwards;
  background-image: url(../img/bg_circle_pc.png);
  background-size: auto 1000px;
  height: 2000px;
}

.p-disco .l-section_title figure {
  -webkit-animation: bg_pos2 300s linear infinite;
          animation: bg_pos2 300s linear infinite;
}

.p-bio {
  padding-bottom: 225px;
}

.p-bio .l-section_title figure {
  -webkit-animation: bg_pos3 300s linear infinite;
          animation: bg_pos3 300s linear infinite;
}

.p-bio_img {
  margin: 70px auto 40px;
  max-width: 425px;
}

.p-bio_txt {
  border-radius: 20px;
  background: #ffcc00;
  padding: 47px 50px 42px;
  color: #fff;
  font-size: 14px;
  line-height: 2em;
}

.p-bio_txt__bottom {
  margin-top: 46px;
  border-top: 2px solid #fff;
  padding-top: 30px;
}

.p-bio_txt__name {
  font-size: 31px;
  letter-spacing: 0.03em;
}

.p-bio_txt__name .is-small {
  padding-top: 4px;
  font-size: 11px;
  letter-spacing: 0.075em;
}

.p-bio_txt__info li {
  display: table;
  width: 100%;
  font-size: 0;
  letter-spacing: -0.4em;
}

.p-bio_txt__info li + li {
  margin-top: 8px;
}

.p-bio_txt__info li p {
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.3em;
}

.p-bio_txt__info li p.is-catch {
  width: 4.5em;
}

.p-bio_txt__info li p.is-content {
  position: relative;
  padding-left: 0.75em;
}

.p-bio_txt__info li p.is-content::before {
  position: absolute;
  top: 0;
  left: 0;
  content: ":";
}

.c-archive_item {
  border-radius: 30px;
  background: #ffcc00;
  padding: 34px 50px;
}

.c-archive_item + .c-archive_item {
  margin-top: 12px;
}

.c-archive_item__head {
  position: relative;
  cursor: pointer;
  padding-right: 90px;
  color: #fff;
  font-size: 0;
  letter-spacing: -0.4em;
}

.c-archive_item__head::before {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  background: #ffe500;
  width: 60px;
  height: 60px;
  content: "";
}

.c-archive_item__head--title {
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1.6em;
}

.c-archive_item__head--date {
  padding-bottom: 10px;
  font-size: 14px;
}

.c-archive_item__head--cate {
  border-radius: 3px;
  background: #fff;
  padding: 0 10px 2px;
  color: #ffcc00;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.c-archive_item__head--cate, .c-archive_item__head--date {
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
  margin-right: 8px;
  letter-spacing: normal;
}

.c-archive_item__body {
  position: relative;
  margin-top: 40px;
  border-top: 2px solid #fff;
  padding-top: 25px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.95em;
}

.c-archive_item__body a {
  color: #fff;
}

.c-archive_item__body img,
.c-archive_item__body iframe,
.c-archive_item__body video {
  margin: 1em 0;
  max-width: 100%;
}

.c-archive_item__icon {
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 60px;
  height: 60px;
  pointer-events: none;
}

.c-archive_item__icon::before, .c-archive_item__icon::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
  content: "";
}

.c-archive_item__icon::before {
  width: 20px;
  height: 4px;
}

.c-archive_item__icon::after {
  -webkit-transition: height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 4px;
  height: 20px;
}

.c-archive_item.is-open .c-archive_item__icon::after {
  -webkit-transition: height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: 0;
}

.c-archive_item.is-open .c-archive_item__body {
  display: block;
}

.c-more {
  margin-top: 20px;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.c-more a {
  display: inline-block;
  vertical-align: top;
  border-bottom: 4px solid #ffcc00;
  padding: 5px 0;
  color: #ffcc00;
  font-size: 20px;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.c-pagination {
  margin-top: 26px;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.c-pagination li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 0.7%;
  padding: 12px 0;
  width: 60px;
  color: #ffcc00;
  font-family: YakuHanJP, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
}

.c-pagination li p {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 0 4px 8px;
  letter-spacing: 0.05em;
}

.c-pagination li p::before {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  background: #ffcc00;
  width: 100%;
  height: 4px;
  content: "";
}

.c-pagination li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-pagination li.is-current p::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-pagination li.is-current a {
  display: none;
}

.c-cate {
  color: #ffcc00;
}

.c-movie_list {
  margin-top: 65px;
  padding-bottom: 200px;
  width: 100%;
  font-size: 0;
  letter-spacing: -0.4em;
}

.c-movie_list__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  letter-spacing: normal;
}

.c-movie_list__item--inner {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden;
}

.c-movie_list__item--inner figure,
.c-movie_list__item--inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-movie_list__item--inner figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-disco_list {
  margin-top: 65px;
  padding-bottom: 10px;
}

.c-disco_list__item {
  position: relative;
  margin-bottom: 32px;
  border-radius: 22px;
  background: #ffcc00;
  color: #fff;
}

.c-disco_list__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-disco_list__item--inner {
  position: relative;
  padding: 22px 22px 46px;
  width: 100%;
}

.c-disco_list__item--inner::before {
  position: absolute;
  right: 28px;
  bottom: 20px;
  background: url(../img/icon_blank.png) bottom right no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  content: "";
}

.c-disco_list__img {
  width: 100%;
}

.c-disco_list__img figure {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  width: 100%;
}

.c-disco_list__txt {
  padding: 6px 0 0;
  width: 100%;
}

.c-disco_list__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 2.8em;
  overflow: hidden;
  font-size: 22px;
  line-height: 1.4em;
}

.c-disco_list__date {
  margin-top: 6px;
  font-size: 14px;
}

.l-footer {
  background: #ffcc00;
  padding: 34px 10px 10px;
  color: #fff;
}

.l-footer_twitter__title {
  margin-top: 13px;
  margin-right: 46px;
}

.l-footer_twitter__box {
  position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 10px 30px;
  width: 54%;
}

.l-footer_txt {
  font-size: 11px;
  letter-spacing: 0.05em;
}

.l-footer_txt a {
  color: #fff;
}

.l-footer_txt__link {
  margin-right: 15px;
}

.l-footer_txt__link a {
  text-decoration: none;
}

.l-opening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.l-opening_content {
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.l-opening_content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(220, 186, 0, 0.6);
          box-shadow: 0px 0px 10px 2px rgba(220, 186, 0, 0.6);
  border-radius: 50%;
  background: #ffcc00;
  padding-top: 250%;
  width: 250%;
  content: "";
}

.l-opening_logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: top;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15%;
  max-width: 250px;
  letter-spacing: normal;
}

.l-opening_logo::before {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffcc00;
  width: 100%;
  height: 100%;
  content: "";
}

.l-opening.is-start .l-opening_content::before {
  -webkit-transform: translate(-50%, -50%) scale(0.6);
      -ms-transform: translate(-50%, -50%) scale(0.6);
          transform: translate(-50%, -50%) scale(0.6);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.25);
  transition: transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 1s cubic-bezier(0.68, -0.55, 0.265, 1.25);
}

.l-opening.is-start .l-opening_logo::before {
  -webkit-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 0;
}

.l-opening.is-start.is-end {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: all 0.3s ease 3s;
  transition: all 0.3s ease 3s;
}

.l-opening.is-start.is-end .l-opening_content {
  -webkit-transform: translate(150%, 50%) rotate(180deg);
      -ms-transform: translate(150%, 50%) rotate(180deg);
          transform: translate(150%, 50%) rotate(180deg);
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.68, -0.15, 0.265, 1.25) 0.8s;
  transition: -webkit-transform 2s cubic-bezier(0.68, -0.15, 0.265, 1.25) 0.8s;
  transition: transform 2s cubic-bezier(0.68, -0.15, 0.265, 1.25) 0.8s;
  transition: transform 2s cubic-bezier(0.68, -0.15, 0.265, 1.25) 0.8s, -webkit-transform 2s cubic-bezier(0.68, -0.15, 0.265, 1.25) 0.8s;
}

.l-opening.is-start.is-end .l-opening_logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-in {
  min-height: 100vh;
}

.l-in_bg__inner {
  -webkit-animation: motionBg_diagonal 150s linear 0s infinite alternate;
          animation: motionBg_diagonal 150s linear 0s infinite alternate;
  background-image: url(../img/bg_dot_1.png);
  background-size: 32px;
  width: 200%;
  height: 200%;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
  .m-modal .m-modal__content {
    padding: 60px 0;
    height: 100%;
  }
  .m-modal .m-modal__close {
    position: absolute;
    top: -60px;
    right: 0px;
  }
  .l-header {
    -webkit-transform: translate(-100%, -25%);
        -ms-transform: translate(-100%, -25%);
            transform: translate(-100%, -25%);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    padding: 186px 20px 725px 36px;
    width: 240px;
  }
  .l-header.is-active {
    -webkit-transform: translate(0%, 0%) rotate(0);
        -ms-transform: translate(0%, 0%) rotate(0);
            transform: translate(0%, 0%) rotate(0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.1), -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  }
  .l-header h1 {
    width: 90%;
  }
  .l-header_bg {
    position: absolute;
    top: -117%;
    right: 0;
    width: 1500%;
    pointer-events: none;
  }
  .l-header_nav {
    margin-top: 44px;
  }
  .l-header_nav__list li {
    -webkit-transition: letter-spacing 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: letter-spacing 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    white-space: nowrap;
  }
  .l-header_nav__list li:hover {
    -webkit-transition: letter-spacing 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: letter-spacing 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.18em;
  }
  .l-section_inner {
    padding-left: 235px;
  }
  .p-top.is-active .p-top_img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 15s linear;
    transition: -webkit-transform 15s linear;
    transition: transform 15s linear;
    transition: transform 15s linear, -webkit-transform 15s linear;
  }
  .p-top {
    padding-left: 180px;
  }
  .p-top_img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
  .p-bio_txt__above {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-bio_txt__name {
    width: 168px;
  }
  .p-bio_txt__info {
    width: calc(100% - 168px);
  }
  .c-archive_item__body a:hover {
    text-decoration: none;
  }
  .c-more a {
    -webkit-transition: letter-spacing 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: letter-spacing 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .c-more a:hover {
    -webkit-transition: letter-spacing 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: letter-spacing 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: 0.2em;
  }
  .c-pagination li p::before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-pagination li:hover p::before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    border-bottom: 2px solid #ffcc00;
    text-align: center;
  }
  .c-cate.is-live {
    margin-right: auto;
    margin-left: auto;
    max-width: 352px;
  }
  .c-cate.is-live li {
    width: 50%;
  }
  .c-cate li {
    position: relative;
    padding: 24px 0;
    width: 20%;
    letter-spacing: 0.05em;
  }
  .c-cate li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    background: #ffcc00;
    width: 100%;
    height: 4px;
    content: "";
  }
  .c-cate li.is-current::before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .c-cate li.is-current a {
    display: none;
  }
  .c-cate li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-cate.is-sp {
    display: none;
  }
  .c-movie_list__item {
    margin-right: 5%;
    width: 47.5%;
  }
  .c-movie_list__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-movie_list__item:nth-child(n + 3) {
    margin-top: 40px;
  }
  .c-movie_list__item figure {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .c-movie_list__item:hover figure {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .c-disco_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-disco_list__item {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-right: 3.5%;
    width: 31%;
  }
  .c-disco_list__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-disco_list__item:hover {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .l-footer_twitter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 30px auto 74px;
    width: 90%;
    max-width: 1030px;
  }
  .l-footer_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-footer_txt__link a:hover {
    text-decoration: underline;
  }
  .l-footer_txt__copy a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .m-modal .m-modal__content {
    margin: 50px auto;
    min-height: calc(100% - 100px);
  }
  .m-modal .m-modal__close {
    margin: 5% auto 0;
  }
  .l-header {
    position: fixed;
  }
  .l-header.is-active h1,
  .l-header.is-active .l-header_btn {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: -webkit-transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 1.1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  }
  .l-header h1 {
    position: relative;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
    z-index: 20;
    margin: 0 auto;
    padding: 24px 0 26px;
    width: 50%;
  }
  .l-header h1::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(220, 186, 0, 0.6);
            box-shadow: 0px 0px 10px 1px rgba(220, 186, 0, 0.6);
    border-radius: 50%;
    background: #ffcc00;
    padding-top: 750%;
    width: 750%;
    content: "";
  }
  .l-header h1 img {
    position: relative;
  }
  .l-header_bg {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.4s ease 0.6s, visibility 0.4s ease 0.6s;
    transition: opacity 0.4s ease 0.6s, visibility 0.4s ease 0.6s;
    width: 100%;
    height: 100%;
  }
  .l-header_bg::before {
    -webkit-transform: translate(-50%, 0%) scale(0.01);
        -ms-transform: translate(-50%, 0%) scale(0.01);
            transform: translate(-50%, 0%) scale(0.01);
    -webkit-transition: opacity 0.4s ease 1s, visibility 0.4s ease 1s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.4s ease 1s, visibility 0.4s ease 1s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.4s ease 1s, visibility 0.4s ease 1s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
    transition: opacity 0.4s ease 1s, visibility 0.4s ease 1s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  }
  .l-header_bg.is-open {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .l-header_bg.is-open::before {
    -webkit-transform: translate(-50%, 0%) scale(1);
        -ms-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .l-header_bg::before {
    top: 0%;
    left: 0%;
    padding-top: 400%;
    width: 400%;
  }
  .l-header_nav {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .l-header_nav.is-open {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.4s ease 0.5s, visibility 0.4s ease 0.5s;
    transition: opacity 0.4s ease 0.5s, visibility 0.4s ease 0.5s;
  }
  .l-header_nav__inner {
    display: table;
    position: relative;
    padding: 70px 0 75px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-align: center;
  }
  .l-header_nav__inner nav {
    display: table-cell;
    vertical-align: middle;
  }
  .l-header_nav__list {
    font-size: 21px;
    letter-spacing: 0.05em;
  }
  .l-header_nav__list + .l-header_nav__list {
    margin-top: 16%;
  }
  .l-header_nav__list--small {
    font-size: 12px;
  }
  .l-section {
    padding: 30px 0 50px;
  }
  .l-section_title {
    margin-bottom: 20px;
    height: 35px;
  }
  .p-top {
    padding-top: 14px;
  }
  .p-top_img {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-45%, 0);
        -ms-transform: translate(-45%, 0);
            transform: translate(-45%, 0);
    width: 124%;
  }
  .p-news_bg__inner {
    background-size: 16px;
  }
  .p-schedule {
    padding: 42px 0 60px;
  }
  .p-schedule .l-section_title {
    margin-bottom: 15px;
  }
  .p-schedule_bg__inner {
    background-image: url(../img/bg_circle_sp.png);
    background-size: auto 354px;
  }
  .p-bio {
    padding-bottom: 75px;
  }
  .p-bio_img {
    margin: 30px auto 25px;
    width: 80%;
  }
  .p-bio_txt {
    border-radius: 15px;
    padding: 8% 8% 10%;
    font-size: 11px;
    line-break: 1.8em;
  }
  .p-bio_txt__bottom {
    margin-top: 24px;
    padding-top: 20px;
  }
  .p-bio_txt__name {
    font-size: 24px;
  }
  .p-bio_txt__name .is-small {
    padding-top: 0;
    font-size: 10px;
  }
  .p-bio_txt__info {
    margin-top: 12px;
  }
  .p-bio_txt__info li + li {
    margin-top: 6px;
  }
  .p-bio_txt__info li p {
    font-size: 11px;
    line-height: 1.4em;
  }
  .c-archive_item + .c-archive_item {
    margin-top: 6px;
  }
  .c-archive_item {
    border-radius: 15px;
    padding: 10px 5% 17px;
  }
  .c-archive_item__head::before {
    right: -1%;
    width: 28px;
    height: 28px;
  }
  .c-archive_item__head {
    padding-right: 37px;
  }
  .c-archive_item__head--title {
    font-size: 13px;
  }
  .c-archive_item__head--date {
    padding-bottom: 0;
    font-size: 11px;
  }
  .c-archive_item__head--cate {
    border-radius: 2px;
    padding: 0 5px 1px;
    font-size: 11px;
  }
  .c-archive_item__head--cate, .c-archive_item__head--date {
    margin-top: 2px;
    margin-right: 4px;
  }
  .c-archive_item__body {
    margin-top: 14px;
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 10px;
  }
  .c-archive_item__icon {
    right: -1%;
    width: 28px;
    height: 28px;
  }
  .c-archive_item__icon::before {
    width: 10px;
    height: 2px;
  }
  .c-archive_item__icon::after {
    width: 2px;
    height: 10px;
  }
  .c-more {
    margin-top: 15px;
  }
  .c-more a {
    border-width: 3px;
    font-size: 16px;
  }
  .c-pagination {
    margin-top: 15px;
  }
  .c-pagination li {
    padding: 8px 0;
    width: 30px;
    font-size: 15px;
  }
  .c-pagination li p {
    padding: 0 2px 4px;
  }
  .c-pagination li p::before {
    height: 3px;
  }
  .c-cate {
    position: relative;
    margin: 0 auto 30px;
    border-bottom: 2px solid #ffcc00;
    width: 94%;
  }
  .c-cate::before {
    position: absolute;
    top: 50%;
    right: 4%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-width: 8px 4px 0 4px;
    border-style: solid;
    border-color: #ffcc00 transparent transparent transparent;
    width: 0;
    height: 0;
    pointer-events: none;
    content: "";
  }
  .c-cate select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    padding: 10px 4%;
    width: 100%;
    color: #ffcc00;
    font-family: YakuHanJP, "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.075em;
  }
  .c-cate select::-ms-expand {
    display: none;
  }
  .c-cate.is-live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #ffcc00;
    text-align: center;
  }
  .c-cate.is-live::before {
    display: none;
  }
  .c-cate.is-live li {
    position: relative;
    padding: 16px 0;
    width: 50%;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .c-cate.is-live li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
            transform: scale(0, 1);
    background: #ffcc00;
    width: 100%;
    height: 2px;
    content: "";
  }
  .c-cate.is-live li.is-current::before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .c-cate.is-live li.is-current a {
    display: none;
  }
  .c-cate.is-live li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-movie_list {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .c-movie_list__item {
    width: 100%;
  }
  .c-movie_list__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .c-disco_list {
    margin-top: 30px;
    padding-bottom: 0px;
  }
  .c-disco_list__item {
    margin-bottom: 20px;
    border-radius: 15px;
  }
  .c-disco_list__item--inner {
    padding: 8% 8% 30px;
  }
  .c-disco_list__item--inner::before {
    right: 8%;
    width: 14px;
    height: 14px;
  }
  .c-disco_list__title {
    font-size: 16px;
  }
  .c-disco_list__date {
    font-size: 11px;
  }
  .l-footer {
    padding: 5%;
    padding: 32px 5% 62px;
  }
  .l-footer_twitter {
    position: relative;
    padding-left: 30px;
  }
  .l-footer_twitter__title {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 20px;
  }
  .l-footer_twitter__box {
    padding: 5%;
    width: 100%;
  }
  .l-footer_twitter__box iframe {
    min-height: 140px !important;
  }
  .l-footer_txt {
    display: none;
  }
  .l-opening_logo {
    width: 30%;
  }
  .l-opening.is-start .l-opening_content::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  .l-opening.is-start.is-end .l-opening_content {
    -webkit-transform: translate(200%, 50%) rotate(180deg);
        -ms-transform: translate(200%, 50%) rotate(180deg);
            transform: translate(200%, 50%) rotate(180deg);
    -webkit-transition: -webkit-transform 2.2s cubic-bezier(0.68, -0.15, 0.265, 1.25) 0.8s;
    transition: -webkit-transform 2.2s cubic-bezier(0.68, -0.15, 0.265, 1.25) 0.8s;
    transition: transform 2.2s cubic-bezier(0.68, -0.15, 0.265, 1.25) 0.8s;
    transition: transform 2.2s cubic-bezier(0.68, -0.15, 0.265, 1.25) 0.8s, -webkit-transform 2.2s cubic-bezier(0.68, -0.15, 0.265, 1.25) 0.8s;
  }
  .l-in {
    padding-top: 90px;
  }
  .l-in_bg__inner {
    background-size: 16px;
  }
}

@media all and (-ms-high-contrast: none) {
  .m-modal {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .m-modal.is-open {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .p-news_bg__inner {
    -webkit-animation: motionBg_diagonal 150s linear 0s infinite;
            animation: motionBg_diagonal 150s linear 0s infinite;
  }
  .c-archive_item__head--date {
    min-width: 6em;
  }
  .c-archive_item__head--cate {
    padding: 1px 10px 1px;
  }
  .l-in_bg__inner {
    -webkit-animation: motionBg_diagonal 150s linear 0s infinite;
            animation: motionBg_diagonal 150s linear 0s infinite;
  }
}

@media screen and (min-width: 1280px) {
  .l-header {
    width: 18.5%;
  }
  .l-header h1 {
    width: 88%;
    max-width: 250px;
  }
  .l-header_bg {
    top: -111vw;
  }
  .l-header_nav__list + .l-header_nav__list {
    margin-top: 20%;
  }
  .l-header_nav__list li + li {
    margin-top: 14%;
  }
}

@media screen and (min-width: 2000px) {
  .l-header h1 {
    max-width: 280px;
  }
}

@media screen and (min-width: 1350px) {
  .l-header_nav__list {
    font-size: 1.3vw;
  }
  .l-header_nav__list--small {
    font-size: 1vw;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-cate li::before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-cate li:hover::before {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
