@-webkit-keyframes move_t_pc {
  0% {
    left: 0;
  }
  100% {
    left: -3861px;
  }
}
@keyframes move_t_pc {
  0% {
    left: 0;
  }
  100% {
    left: -3861px;
  }
}
@-webkit-keyframes move_t_sp {
  0% {
    left: 0;
  }
  100% {
    left: -1716px;
  }
}
@keyframes move_t_sp {
  0% {
    left: 0;
  }
  100% {
    left: -1716px;
  }
}
.top_content .main_area {
  position: relative;
}
.top_content .main_visual {
  position: relative;
}
.top_content .main_visual-c1, .top_content .main_visual-c2, .top_content .main_visual-c3 {
  position: absolute;
  top: 0;
}
.top_content .main_visual-copy {
  position: absolute;
  top: 0;
}
.top_content .main_info-banner .-special p {
  opacity: 0;
}
.top_content .main_info-banner .-special p.p1 {
  position: absolute;
  top: 0;
}
.top_content .main_info-banner .-special p.show {
  opacity: 1;
}
.top_content .main_info-banner .-special .change_image {
  position: relative;
}
.top_content .main_info-banner .-special .change_image:before, .top_content .main_info-banner .-special .change_image:after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 50%;
  background: #000;
  z-index: 1;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.top_content .main_info-banner .-special .change_image:before {
  top: 0;
  left: 0;
}
.top_content .main_info-banner .-special .change_image:after {
  bottom: 0;
  right: 0;
}
.top_content .main_info-banner .-special .is_change:before, .top_content .main_info-banner .-special .is_change:after {
  width: 100%;
}
.top_content .main_info-banner .-special .is_change:before {
  left: auto;
  right: 0;
}
.top_content .main_info-banner .-special .is_change:after {
  right: auto;
  left: 0;
}
@media only screen and (min-width:961px) {
  .top_content .main_area {
    margin-bottom: 150px;
  }
  .top_content .main_logo {
    position: absolute;
    width: 730px;
    width: 26%;
    right: 2.3%;
    z-index: 5;
    top: 50px;
  }
  .top_content .main_visual {
    width: 1790px;
    width: 63%;
    /* min-width: 680px; */
    margin-left: 10%;
  }
  .top_content .main_catch {
    position: absolute;
    top: 0;
    width: 120px;
    width: 8%;
    text-align: center;
    left: 11%;
    min-width: 100px;
  }
  .top_content .main_info {
    position: absolute;
    top: 22%;
    right: 0;
    width: 27%;
  }
  .top_content .main_info-onair {
    position: relative;
    width: 120%;
    left: -20%;
    margin-bottom: 30px;
  }
  .top_content .main_info-banner .-special, .top_content .main_info-banner .-slide {
    width: 70%;
    max-width: 400px;
    margin: auto;
  }
  .top_content .main_info-banner .-special {
    margin-bottom: 30px;
  }
  .top_content .main_info-banner .-slide p {
    margin-bottom: 20px;
  }
  .top_content .main_info-banner .-slide p:last-child {
    margin-bottom: 0;
  }
  .top_content .main_info-banner a img {
    -webkit-transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .top_content .main_info-banner a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .top_content .main_info-movie {
    width: 70%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .top_content .main_info-movie .movie_wrapper + .movie_wrapper {
    margin-top: 12px;
  }
}
@media only screen and (max-width:960px) {
  .top_content .main_area {
    margin-bottom: 24vw;
    padding-top: 5vw;
  }
  .top_content .main_logo {
    width: 30vw;
    margin: 0 5vw 4vw auto;
  }
  .top_content .main_visual {
    margin-bottom: 13vw;
  }
  .top_content .main_catch {
    position: absolute;
    width: 14vw;
    top: 17vw;
    left: 3vw;
  }
  .top_content .main_info-onair {
    width: 110vw;
    left: -5vw;
    position: relative;
    margin-bottom: 11vw;
  }
  .top_content .main_info-banner {
    width: 81vw;
    margin: 0 auto 8vw;
  }
  .top_content .main_info-banner .-special {
    margin-bottom: 8vw;
  }
  .top_content .main_info-banner .-slide p {
    margin-bottom: 4vw;
  }
  .top_content .main_info-banner .-slide p:last-child {
    margin-bottom: 0;
  }
  .top_content .main_info-banner .-slide p img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  .top_content .main_info-movie {
    width: 81vw;
    margin: 0 auto 8vw;
  }
  .top_content .main_info-movie .movie_wrapper + .movie_wrapper {
    margin-top: 4vw;
  }
}
.top_content .news_area {
  position: relative;
}
.top_content .news_area .news_list__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.top_content .news_area .news_list__item .-date {
  color: var(--color-blue);
  font-family: "Inria Serif", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_content .news_area .news_list__item .-date .-ym {
  letter-spacing: 0;
}
.top_content .news_area .news_list__item .-date .-ym span {
  display: block;
}
.top_content .news_area .news_list__item .-date .-d {
  font-size: 2.8em;
}
.top_content .news_area .news_list__item .-title {
  line-height: 1.6;
}
.top_content .news_area .news_list__item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.top_content .news_area .twitter_inner {
  position: relative;
}
.top_content .news_area .twitter_inner .widget_wrapper {
  overflow: hidden;
}
.top_content .news_area .btn_more {
  font-family: "Inria Serif", serif;
  letter-spacing: 0.2em;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_content .news_area .btn_more a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width:961px) {
  .top_content .news_area {
    width: 1050px;
    width: 75%;
    margin: 0 auto 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top_content .news_area .news_inner {
    width: calc(50% - 50px);
    position: relative;
  }
  .top_content .news_area .news_inner .news_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 54px 0;
  }
  .top_content .news_area .news_inner .news_list__item:first-child {
    padding-top: 0;
  }
  .top_content .news_area .news_inner .news_list__item:last-child {
    margin-bottom: 0;
  }
  .top_content .news_area .news_inner .news_list__item .-date {
    font-size: 16px;
    margin-right: 30px;
  }
  .top_content .news_area .news_inner .news_list__item .-date .-ym {
    padding-right: 16px;
  }
  .top_content .news_area .news_inner .news_list__item .-title {
    font-size: 13px;
  }
  .top_content .news_area .news_inner .news_list__item .-date, .top_content .news_area .news_inner .news_list__item .-title {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .top_content .news_area .news_inner .news_list__item:hover .-date {
    color: var(--color-orange);
  }
  .top_content .news_area .news_inner .news_list__item:hover .-title {
    color: var(--color-orange);
  }
  .top_content .news_area .twitter_inner {
    width: calc(50% - 50px);
    height: 407px;
  }
  .top_content .news_area .twitter_inner .widget_wrapper {
    width: 100%;
    height: 100%;
  }
  .top_content .news_area .btn_more {
    position: absolute;
    right: 0;
    bottom: -70px;
  }
  .top_content .news_area .btn_more .-text {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .top_content .news_area .btn_more .-icon {
    right: 0;
    width: 50px;
    margin-left: 10px;
    position: relative;
    -webkit-transition: right 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: right 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .top_content .news_area .btn_more:hover .-text {
    color: var(--color-blue);
  }
  .top_content .news_area .btn_more:hover .-icon {
    right: -12px;
  }
}
@media only screen and (max-width:960px) {
  .top_content .news_area {
    margin-bottom: clac_vw(120);
  }
  .top_content .news_area .news_inner {
    width: 81vw;
    margin: 0 auto 24vw;
  }
  .top_content .news_area .news_inner .news_list__item {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  .top_content .news_area .news_inner .news_list__item:last-child {
    margin-bottom: 0;
  }
  .top_content .news_area .news_inner .news_list__item .-date {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }
  .top_content .news_area .news_inner .news_list__item .-date .-ym {
    padding-right: 1em;
  }
  .top_content .news_area .news_inner .news_list__item .-title {
    font-size: 1.1rem;
  }
  .top_content .news_area .twitter_inner {
    width: 81vw;
    margin: auto;
  }
  .top_content .news_area .twitter_inner .widget_wrapper {
    height: 81vw;
  }
  .top_content .news_area .btn_more {
    margin-top: 10vw;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .top_content .news_area .btn_more .-icon {
    width: 12vw;
    margin-left: 0.6em;
  }
}

.p-timeline {
  height: 100%;
  display: block;
  position: relative;
}
.p-timeline__inner {
  height: 100%;
  display: block;
  position: relative;
}
.p-timeline__iframe {
  height: 100%;
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-timeline-loaded .p-timeline__iframe {
  opacity: 1;
}
.p-timeline__iframe > .twitter-timeline {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-timeline__iframe > .twitter-timeline > iframe {
  width: 100% !important;
  height: 100% !important;
}
.p-timeline__loader {
  height: 48px;
  height: 3rem;
  width: 48px;
  width: 3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (max-width:960px) {
  .p-timeline__loader {
    height: 4rem;
    width: 4rem;
  }
}
.is-timeline-loaded .p-timeline__loader {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-timeline__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 3.2px solid var(--color-white);
  border: 0.2rem solid var(--color-white);
  border-top: 3.2px solid var(--color-black);
  border-top: 0.2rem solid var(--color-black);
  -webkit-animation: rotate 0.5s linear infinite;
  animation: rotate 0.5s linear infinite;
  z-index: 20;
  pointer-events: none;
}
.is-timeline-loaded .p-timeline__loader::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media only screen and (max-width:960px) {
  .p-timeline__loader::before {
    border-width: 0.1rem;
  }
}