@charset "UTF-8";

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

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

.heading_top {
  margin-bottom: 16px;
  font-size: 3.2rem;
  font-family: YakuHanJP, 'Poppins', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1em;
}

.area.top_area {
  position: relative;
  padding-bottom: 4em !important;
}

.area.top_area .box {
  margin-bottom: 1em;
}

.area.top_area a {
  text-decoration: none;
  color: inherit;
}

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

.morebtn_part {
  text-align: right;
}

.morebtn_part a.view_more {
  position: static;
  display: inline-block;
}

.morebtn_part a.view_more:hover {
  transform: translateX(10px);
}

.morebtn_part a.view_more span {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
}

.morebtn_part a span i.icon-arrow_right::before {
  font-size: 4rem;
}

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

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

  .area.top_area {
    padding-bottom: 80px !important;
  }

  .area.top_area .box {
    margin-bottom: 60px;
  }

  .morebtn_part a.view_more span {
    font-size: 3rem;
  }

  .morebtn_part a.view_more:hover {
    transform: translateX(20px);
  }

  .morebtn_part a.view_more {
    bottom: -20px;
  }
  .morebtn_part a.view_more i.icon-arrow_right::before {
    font-size: 6rem;
  }
}

@media screen and (min-width: 1025px) {
  .heading_top {
    font-size: 10rem;
  }
}

/* slick */

.slick-prev,
.slick-next {
  display: inline-block;
  width: auto;
  height: auto;
  top: calc(50% - 60px);
}

.slick-prev {
  left: 80px;
  z-index: 2;
  transition: 0.3s;
}

.slick-next {
  right: 80px;
  z-index: 2;
  transition: 0.3s;
}

@media screen and (min-width: 1025px) {
  .slick-prev:hover {
    transform: translate(-20px, -80px);
  }

  .slick-next:hover {
    transform: translate(20px, -80px);
  }
}

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

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

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

.slick-prev:hover::before,
.slick-next:hover::before {
  transition: 0.3s;
  opacity: 1;
}

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

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

/* promo アニメーション */
.promo_slider {
  opacity: 0;
  animation: fadeInSlider 1.6s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInSlider {
  to {
    opacity: 1;
  }
}

.promo_slider li img {
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.03);
  animation: blurZoomIn 1s ease forwards;
  animation-delay: 0.6s;
}

@keyframes blurZoomIn {
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* promo アニメーションここまで */

#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 {
    margin-top: -120px;
  }

  #promo_wrap ul.promo_slider .object_fit::before {
    padding-top: 100vh;
  }
}

#promo_wrap .scroll {
  font-weight: 500;
  text-align: center;
  opacity: 1;
  transition: all 1.5s ease 2.3s;
  -webkit-transition: all 1.5s ease 2.3s;
  width: 6%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#promo_wrap .scroll p {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: relative;
  bottom: 30px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

#promo_wrap .scroll .icon {
  position: relative;
  width: 24px;
  padding: 182px 0 0;
  margin: 0 auto;
}

#promo_wrap .scroll .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 100%;
  overflow: hidden;
}

#promo_wrap .scroll .line > span {
  display: block;
  width: 5px;
  margin: auto;
  height: 112px;
  background: #fff;
  -webkit-animation: move-y 2s infinite ease-in-out;
  animation: move-y 2s infinite ease-in-out;
}

@keyframes move-y {
  from {
    transform: translateY(-182px);
  }
  to {
    transform: translateY(182px);
  }
}

/* top_promovideo */

.top_promovideo {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: #fff;
}

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

/* アニメーション */
.top_promovideo video {
  opacity: 0;
  animation: fadeInVideo 1.5s ease-out 0.8s forwards;
}

@keyframes fadeInVideo {
  to {
    opacity: 1;
  }
}

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

/* background */

#backgroundcolor .top_area:nth-child(even) {
  background: var(--sub_color);
}

/* top_importantnews */

#top_importantnews_area a {
  text-decoration: underline;
  font-weight: bold;
}

#top_importantnews_area a:hover {
  opacity: 0.8;
}

#top_importantnews_area .top_importantnews_part {
  display: flex;
  padding: 10px 10px 10px 15px !important;
  border: 5px solid var(--text_color);
}

.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 li .news_date time {
  color: var(--text_color);
  font-weight: bold;
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
  font-style: italic;
}

.top_importantnews_part .importantnews_cont li p.news_title {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #top_importantnews_area {
    padding-top: 20px !important;
    padding-bottom: 0 !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 li p.news_title {
    line-height: 1.4em;
  }
}

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

  #top_importantnews_area a {
    font-size: 2.4rem;
  }

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

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

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

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

  .top_importantnews_part .importantnews_cont .news_date time {
    font-size: 2.7rem;
  }

  .top_importantnews_part .importantnews_cont .news_title {
    padding-left: 160px;
    font-size: 2.4rem;
  }
}

/* top_catch_area */

#top_catch_area .catch_part a.view_more {
  display: inline-block;
}

#top_catch_area .catch_part a.view_more:hover {
  transform: translateX(10px);
}

#top_catch_area .catch_part a.view_more span {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.6rem;
}

#top_catch_area .catch_part .icon-arrow_right::before {
  margin-left: 5px;
  font-size: 2rem;
}

#top_catch_area .catch_part .catch_copy {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  #top_catch_area .box:not(:last-child) {
    margin-bottom: 5rem !important;
  }
  #top_catch_area .catch_part .catch_cont {
    width: 90%;
    padding: 30px 20px 100px;
  }
  #top_catch_area .catch_part .catch_image {
    margin-top: -80px;
    margin-left: auto;
    margin-right: 0;
    width: 90%;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  #top_catch_area .box:not(:last-child) {
    margin-bottom: 60px !important;
  }

  #top_catch_area .catch_part .catch_copy {
    font-size: 2.4rem;
  }

  #top_catch_area .catch_part .catch_cont {
    width: 80%;
    padding: 40px 40px 100px;
  }

  #top_catch_area .catch_part a.view_more span {
    font-size: 1.8rem;
  }

  #top_catch_area .catch_part .icon-arrow_right::before {
    font-size: 2.2rem;
  }
  #top_catch_area .catch_part .catch_image {
    margin-top: -80px;
    margin-left: auto;
    margin-right: 0;
    width: 70%;
  }
}

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

  #top_catch_area .catch_part .catch_inner_cont {
    z-index: 2;
  }

  #top_catch_area .catch_part .catch_btn {
    margin-top: 0.5em;
    text-align: right;
  }
}

@media screen and (min-width: 1025px) {
  #top_catch_area {
    padding-top: 140px !important;
  }
  #top_catch_area .catch_part {
    display: flex;
    justify-content: space-between;
  }

  #top_catch_area .catch_part .catch_image {
    flex-basis: 45%;
    max-width: 45%;
  }

  #top_catch_area .catch_part .catch_cont {
    position: relative;
    flex-basis: 45%;
    max-width: 45%;
  }

  #top_catch_area .catch_part .catch_inner_cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  #top_catch_area .catch_part .catch_inner_cont .catch_text {
    line-height: 1.8em;
  }

  #top_catch_area .top_catch_box:nth-child(even) .catch_inner_cont {
    right: 0;
  }

  #top_catch_area .catch_part .catch_copy {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }

  #top_catch_area .catch_part .catch_btn {
    margin-top: 15px;
    text-align: right;
  }

  #top_catch_area .catch_part a.view_more span {
    font-size: 2rem;
  }

  #top_catch_area .catch_part .icon-arrow_right::before {
    margin-left: 5px;
    font-size: 4rem;
  }

  #top_catch_area .top_catch_box:nth-child(even) .catch_part {
    flex-direction: row-reverse;
  }
}

/* top_clmblock_area */

#top_clmblock_area .clm_part {
  margin-bottom: 0 !important;
}

#top_clmblock_area .list_cont {
  margin-bottom: 3em;
}

#top_clmblock_area .list_cont .clm_pic {
  margin-bottom: 15px;
}

#top_clmblock_area .list_cont .link_btn {
  margin-top: 5px;
}

#top_clmblock_area .list_cont a.view_more {
  display: inline-block;
}

#top_clmblock_area .list_cont a.view_more span {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: italic;
}

#top_clmblock_area .list_cont a.view_more:hover {
  transform: translateX(10px);
}

@media screen and (max-width: 599px) {
  #top_clmblock_area .list_cont:last-child {
    margin-bottom: 0;
  }
  #top_clmblock_area .list_cont .link_btn {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  #top_clmblock_area .clm3_pc .list_cont:last-child,
  #top_clmblock_area .clm3_pc .list_cont:nth-last-child(2),
  #top_clmblock_area .clm3_pc .list_cont:nth-last-child(3) {
    margin-bottom: 0;
  }

  #top_clmblock_area .clm2_pc .list_cont:last-child,
  #top_clmblock_area .clm2_pc .list_cont:nth-last-child(2) {
    margin-bottom: 0;
  }

  #top_clmblock_area .list_cont a.view_more span {
    font-size: 1.6rem !important;
  }

  #top_clmblock_area a.view_more span i.icon::before {
    font-size: 3rem !important;
  }
}

/* #top_schedule_area */

#top_schedule_area .select_month {
  position: relative;
}

#top_schedule_area .this_month {
  margin-bottom: 0.6em;
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

#top_schedule_area .this_month span {
  margin-left: 5px;
  font-size: 4rem;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  line-height: 1.2em;
  font-weight: 500;
}

#top_schedule_area ul.schedule_ul li {
  margin-bottom: 1em;
}

#top_schedule_area ul.schedule_ul a {
  text-decoration: none;
  position: relative;
}

#top_schedule_area ul.schedule_ul a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

#top_schedule_area ul.schedule_ul li a .pic_cont {
  position: relative;
  overflow: hidden;
}

#top_schedule_area ul.schedule_ul li a .pic_cont .object_fit {
  margin-bottom: 0 !important;
}

#top_schedule_area ul.schedule_ul a .pic_cont img {
  transition: 0.5s;
}

#top_schedule_area ul.schedule_ul a:hover .pic_cont img {
  transform: scale(1.1);
  transition: 0.5s;
}

#top_schedule_area ul.schedule_ul li a .date {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 7px;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

#top_schedule_area ul.schedule_ul li a .date .schedule_date {
  font-size: 2.8rem;
  line-height: 1em;
}

#top_schedule_area ul.schedule_ul .schedule_week.schedule_Sat {
  color: #2d76ba;
}

#top_schedule_area ul.schedule_ul .schedule_week.schedule_Sun {
  color: #ed3e3e;
}

#top_schedule_area ul.schedule_ul li a .detail_cont {
  padding: 10px 0;
}

#top_schedule_area ul.schedule_ul li a .title {
  flex-basis: calc(100% - 60px);
  min-width: calc(100% - 60px);
}

#top_schedule_area ul.schedule_ul li a .title .schedule_title {
  margin-bottom: 5px;
  font-size: 1.8rem;
  line-height: 1.4em;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  #top_schedule_area .this_month {
    font-size: 2rem;
  }

  #top_schedule_area .this_month span {
    font-size: 6rem;
  }

  #top_schedule_area .month_nav a {
    font-size: 3rem;
  }

  #top_schedule_area .month_nav .icon-arrow_left::before,
  #top_schedule_area .month_nav .icon-arrow_right::before {
    display: inline-block;
    font-size: 3.8rem;
  }

  #top_schedule_area .month_nav .icon-arrow_left::before {
    margin-right: 10px;
  }

  #top_schedule_area .month_nav .icon-arrow_right::before {
    margin-left: 10px;
  }
}

/* top_video_area */

#top_video_area .box {
  width: 100%;
  max-width: 100%;
}

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

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

#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;
}

#top_video_area .icon-play-circle::before {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
}

@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 (min-width: 600px) and (max-width: 1024px) {
  #top_video_area ul.video_slider li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

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

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

lite-youtube > .lty-playbtn {
  background-image: none;
  transition: 0.3s;
}

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

lite-youtube:hover span.icon {
  opacity: 0.8;
  transition: 0.3s;
}

@media screen and (min-width: 600px) {
  lite-youtube span.icon {
    font-size: 8rem;
  }
}

@media screen and (min-width: 1025px) {
  lite-youtube span.icon {
    font-size: 12rem;
  }
}

/* top_discography_area */

#top_discography_area .disco_scroll_box {
  width: 100%;
  max-width: 100%;
}

#top_discography_area ul.disco_ul {
  display: flex;
  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_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: bold;
  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) {
  ul.disco_slider li {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  #top_discography_area .top_disco_caption {
    display: block;
  }
}

/* top_news_area */

.news_category {
  position: absolute;
  top: 2px;
  left: 130px;
  padding: 2px 10px 3px;
  background-color: var(--text_color);
  color: var(--main_color);
  font-size: 0.8em;
  line-height: 1em;
  white-space: nowrap;
  font-weight: 700;
}

@media screen and (min-width: 600px) {
  .news_category {
    position: absolute;
    top: 3px;
    left: 230px;
    padding: 4px 10px 5px;
    font-size: 0.9em;
  }
}
