<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/**======================================
	top
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

.area {
  background: #fff;
}

.heading_top {
  margin-bottom: 25px;
  font-size: 3.4rem;
  text-align: center;
  font-family: YakuHanJP, 'Lato', 'Noto Sans JP', sans-serif;
  color: #333;
  letter-spacing: 0.06em;
  line-height: 1em;
}

.top_area_more {
  position: absolute;
  top: 5px;
  right: 0;
  padding-left: 15px;
  font-size: 1.2rem;
}

.top_area_more a {
  color: inherit;
}

.top_area_more a:hover {
  color: var(--link_color);
}

.area.top_area {
  position: relative;
}

.icon-angle-right::before {
  font-size: 1.2rem;
}

.morebtn_part {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .top_area_more {
    right: 5%;
  }
}

@media screen and (min-width: 600px) {
  .heading_top {
    margin-bottom: 30px;
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 1025px) {
}

/* slick */

.slick-prev {
  left: 30px;
  z-index: 2;
  transition: 0.3s;
  width: auto;
  height: auto;
}

.slick-next {
  right: 30px;
  z-index: 2;
  transition: 0.3s;
  width: auto;
  height: auto;
}

.slick-prev::before,
.slick-next::before {
  position: relative;
  display: inline-block;
  font-family: 'icomoon';
  font-weight: 900;
  opacity: 1;
  color: #fff;
  font-size: 50px;
  transition: 0.3s;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

.slick-prev::before {
  content: '\e911';
}

.slick-next::before {
  content: '\e912';
}

.slick-prev:hover::before {
  transform: translate(-10px);
}

.slick-next:hover::before {
  transform: translate(10px);
}

/*--------------------------------------
	promo
---------------------------------------*/

#promo_wrap {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  z-index: 2;
}

#promo_wrap .promo_slider li.object_fit {
  margin-bottom: 0;
}

#promo_wrap .promo_slider li:not(:first-child) {
  opacity: 0;
}

@media screen and (max-width: 599px) {
  #promo_wrap ul.promo_slider .object_fit::before {
    padding-top: 250px;
  }
}

@media screen and (min-width: 600px) {
  #promo_wrap ul.promo_slider .object_fit::before {
    padding-top: 500px;
  }
}

@media screen and (min-width: 1025px) {
  #promo_wrap ul.promo_slider .object_fit::before {
    padding-top: calc(100vh - 121px);
  }
}

/* top_video */

.top_video {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 121px);
  background: #333;
}

.top_video video {
  position: absolute;
  display: block;
  padding-top: 0;
  min-width: 100%;
  min-height: calc(100vh - 121px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 599px) {
  .top_video {
    height: 300px;
  }

  .top_video video {
    min-height: 0;
    height: 300px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .top_video {
    height: 500px;
  }

  .top_video video {
    min-height: 0;
    height: 500px;
  }
}

/*--------------------------------------
	top_contents
---------------------------------------*/

/* top_importantnews */

#top_importantnews_area .top_importantnews_part {
  display: flex;
  padding: 10px 10px 10px 15px !important;
  border: 5px solid #eee;
}

.top_importantnews_part .icon-exclamation-circle {
  flex-basis: 40px;
  max-width: 40px;
  font-size: 30px;
}

.top_importantnews_part .importantnews_cont {
  flex-basis: calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.top_importantnews_part .importantnews_cont li {
  margin-bottom: 10px;
}

.top_importantnews_part .importantnews_cont li:last-child {
  margin-bottom: 0;
}

.top_importantnews_part .importantnews_cont .news_date {
  color: #aaa;
}

@media screen and (max-width: 599px) {
  #top_importantnews_area {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .top_importantnews_part .icon-exclamation-circle {
    flex-basis: 40px;
    max-width: 40px;
    font-size: 30px;
  }

  .top_importantnews_part .importantnews_cont {
    flex-basis: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .top_importantnews_part .icon-exclamation-circle {
    padding-top: 10px;
  }

  .top_importantnews_part .importantnews_cont .news_title {
    line-height: 1.4em;
  }
}

@media screen and (min-width: 600px) {
  #top_importantnews_area {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  #top_importantnews_area .top_importantnews_box {
    margin-bottom: 0 !important;
  }

  .top_importantnews_part .icon-exclamation-circle {
    flex-basis: 50px;
    max-width: 50px;
    font-size: 28px;
  }

  .top_importantnews_part .importantnews_cont {
    flex-basis: calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .top_importantnews_part .importantnews_cont .news_date {
    float: left;
    clear: left;
  }

  .top_importantnews_part .importantnews_cont .news_title {
    padding-left: 100px;
  }
}

/* top_schedule_area */

#top_schedule_area .icon-chevron-right-solid::before {
  margin-right: 5px;
}

.top_schedule_part .archive_li {
  display: flex;
}

.top_schedule_part .archive_li .date {
  flex-basis: 100px !important;
}

.top_schedule_part .archive_li .title {
  flex-basis: calc(100% - 100px) !important;
}

@media screen and (min-width: 1025px) {
  #top_schedule_area {
    width: 90%;
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #top_schedule_area .part {
    margin: 0 !important;
    padding: 0;
  }

  .top_schedule_box {
    position: absolute !important;
    bottom: 90px;
    left: 0;
    margin: 0;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.4);
    width: auto !important;
    max-width: 600px !important;
    min-width: 330px;
    color: #ffffff;
  }

  .top_schedule_box .hgroup {
    width: 100%;
  }

  .top_schedule_box .heading_top {
    margin-bottom: 15px;
    color: #ffffff;
    text-align: left;
  }

  .top_schedule_box .top_area_more {
    position: absolute;
    top: 25px;
    right: 30px;
    padding-left: 15px;
    font-size: 1.2rem;
  }

  .top_area_more .btn_more span {
    font-size: 1.6rem;
    font-weight: normal;
  }

  .top_area_more .btn_more span i.icon::before {
    font-size: 3rem;
    font-weight: normal;
  }

  .top_schedule_part ul.archive_ul {
    border: none;
  }

  .top_schedule_part ul.archive_ul li.archive_li {
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }

  .top_schedule_part ul.archive_ul li .date time {
    color: #fff;
  }
}

/* top_video_area */

#top_video_area .icon-play-circle:before {
  opacity: 0.9;
}

#top_video_area ul.video_ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

#top_video_area ul.video_ul .list_cont {
  margin-bottom: 30px;
  height: auto;
}

#top_video_area ul.video_ul li:last-child {
  margin-bottom: 0;
}

#top_video_area ul.video_slider {
  margin-bottom: 30px;
}

#top_video_area ul.video_slider li {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

#top_video_area ul.video_slider li iframe {
  pointer-events: none;
}

#top_video_area ul.video_slider li.slick-current iframe,
#top_video_area ul.video_slider li.is-active-next iframe {
  pointer-events: auto;
}

@media screen and (max-width: 599px) {
  #top_video_area .top_video_box .part li {
    margin-bottom: 1em;
  }

  #top_video_area ul.video_slider {
    margin-bottom: 20px;
  }

  #top_video_area ul.video_slider li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 1024px) {
  #top_video_area .box {
    width: 100%;
    max-width: none;
  }

  #top_video_area ul.video_ul {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

lite-youtube &gt; .lty-playbtn {
  background-image: none;
}

lite-youtube &gt; .lty-playbtn {
  background-image: none;
  transition: 0.6s;
}

lite-youtube span.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: #fff;
  transition: 0.6s;
}

lite-youtube span.icon::before {
  font-size: 5rem;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

lite-youtube:hover span.icon {
  color: var(--link_color);
  transition: 0.6s;
}

@media screen and (min-width: 600px) {
  lite-youtube span.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
    color: #fff;
    transition: 0.6s;
  }

  lite-youtube span.icon::before {
    font-size: 8rem;
  }
}

/* top_discography_area */

#top_discography_area ul.disco_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#top_discography_area ul.disco_ul li:last-child {
  margin-right: 0;
}

#top_discography_area p.pic {
  margin-bottom: 0;
}

#top_discography_area .top_disco_cont {
  position: relative;
  overflow: hidden;
}

#top_discography_area .top_disco_cont img {
  border: 1px solid #eee;
}

#top_discography_area .top_disco_cont:hover img {
  filter: blur(3px);
}

#top_discography_area .top_disco_caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  text-align: center;
  color: #fff;
  font-weight: 500;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

#top_discography_area .top_disco_caption .caption_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
}

#top_discography_area .top_disco_cont:hover .top_disco_caption {
  opacity: 1;
  transition: 0.3s;
}

#top_discography_area .object_fit {
  margin-bottom: 0;
}

#top_discography_area .object_fit::before {
  padding-top: 100%;
}

ul.disco_slider {
  margin-bottom: 30px;
}

ul.disco_slider li {
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 599px) {
  #top_discography_area .top_disco_caption {
    display: none;
  }

  ul.disco_slider {
    margin-bottom: 1.5em;
  }

  ul.disco_ul li:nth-last-child(1),
  ul.disco_ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  #top_discography_area ul.disco_ul li {
    margin-bottom: 0;
    margin-right: 2%;
    flex-basis: 23.5%;
    max-width: 23.5%;
  }

  #top_discography_area .top_disco_caption {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  #top_discography_area .box {
    width: 100%;
    max-width: none;
  }

  ul.disco_ul {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

@media screen and (min-width: 1025px) {
  #top_discography_area ul.disco_slider {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  ul.disco_slider li {
    margin-left: 10px;
    margin-right: 10px;
  }

  #top_discography_area .top_disco_caption {
    display: block;
  }
}

/* top_topics_area */

#top_topics_area .topics_box .list_cont a {
  text-decoration: none;
}

#top_topics_area .topics_box .list_cont a:hover {
  color: inherit;
}

#top_topics_area .topics_box .list_cont a .topics_pic {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  border: 1px solid #eee;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 8px 3px;
  font-size: 1rem;
  font-weight: 500;
  z-index: 2;
  color: #fff;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat00 {
  display: none !important;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat01 {
  background: #c3003a;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat02 {
  background: #3a546b;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat03 {
  background: #d5a02e;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat04 {
  background: #918d43;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat05 {
  background: #787cac;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat06 {
  background: #604439;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat07 {
  background: #6f2757;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat08 {
  background: #c1541c;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat09 {
  background: #565d63;
}

#top_topics_area .topics_box .list_cont a .topics_pic .topics_category.cat10 {
  background: #baaa52;
}

#top_topics_area .topics_box .list_cont a .topics_pic p.object_fit {
  margin-bottom: 0;
}

#top_topics_area .topics_box .list_cont a img {
  transition: 0.5s;
}

#top_topics_area .topics_box .list_cont a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: 0.5s;
}

#top_topics_area .topics_box .list_cont p.topics_date time {
  margin-bottom: 5px;
  font-weight: 500;
  font-style: italic;
  color: #999;
  font-size: 1.4rem;
}

@media screen and (max-width: 599px) {
  #top_topics_area .topics_box ul.topics_ul {
    margin-bottom: 15px !important;
  }

  #top_topics_area .topics_box .list_cont {
    margin-bottom: 0.5em;
  }

  #top_topics_area .topics_box .list_cont .topics_cont {
    display: flex;
    justify-content: space-between;
  }

  #top_topics_area .topics_box .list_cont .topics_cont .topics_pic {
    flex-basis: 40%;
    max-width: 40%;
  }

  #top_topics_area .topics_box .list_cont .topics_cont .topics_caption {
    flex-basis: 58%;
    max-width: 58%;
  }

  #top_topics_area .topics_box .list_cont .topics_title {
    line-height: 1.4em;
  }
}

@media screen and (min-width: 600px) {
  #top_topics_area .topics_box ul.topics_ul {
    margin-bottom: 0 !important;
  }

  #top_topics_area .topics_box .list_cont {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 1025px) {
}

/*--------------------------------------
	fixed-background
---------------------------------------*/

.fixed-background {
  height: 200px;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 599px) {
}

@media screen and (min-width: 600px) {
}

@media screen and (min-width: 1025px) {
  .fixed-background {
    background-attachment: fixed;
    width: 100%;
    padding-top: 500px;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
</pre></body></html>