@charset "UTF-8";
/* ================================================================ *
 *  Layout
 * ================================================================ */
/*----------------------------------------------------
	common
----------------------------------------------------*/
.imgRepl, .topTopicsBlock .blockInner h2, .discoBlock .blockInner h2, .profileBlock .blockInner h2, .linkBlock .blockInner .twitterBox h2, .linkBlock .blockInner .bannerBox .btnBox_blog h2, .linkBlock .blockInner .bannerBox .btnBox_pastblog h2, .linkBlock .blockInner .bannerBox .btnBox_fc h2, .scheduleBlock .blockInner h2 {
  font-size: 0;
  *font-size: 100%;
  overflow: hidden;
  text-indent: -8000em;
}

.clearfix, article, .mainBlock .blockInner, .topTopicsBlock .blockInner h2, .topTopicsBlock .blockInner dl, .discoBlock .blockInner h2, .profileBlock .blockInner h2, .linkBlock .blockInner, .scheduleBlock .blockInner h2, .scheduleBlock .blockInner .scheduleBox .sday, .scheduleBlock .blockInner .scheduleBox dl {
  *zoom: 1;
}
.clearfix:after, article:after, .mainBlock .blockInner:after, .topTopicsBlock .blockInner h2:after, .topTopicsBlock .blockInner dl:after, .discoBlock .blockInner h2:after, .profileBlock .blockInner h2:after, .linkBlock .blockInner:after, .scheduleBlock .blockInner h2:after, .scheduleBlock .blockInner .scheduleBox .sday:after, .scheduleBlock .blockInner .scheduleBox dl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0px;
  font-size: fz(12);
  overflow: hidden;
}

article {
  width: 100%;
  position: relative;
}
article .blockInner {
  max-width: 1000px;
  margin: 0 auto;
}

/*----------------------------------------------------
	【TOP】MAIN
----------------------------------------------------*/
.mainBlock {
  background-color: #DAE6F4;
  background-image: url(../img/top/bg_top_main.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainBlock .blockInner {
  max-width: 900px;
  height: 640px;
  position: relative;
  background-color: #9ABBDA;
  box-shadow: 1px 2px 10px rgba(100, 100, 100, 0.4);
}
.mainBlock .blockInner .blockInner_main {
  width: 62%;
  max-width: 900px;
  height: 100%;
  background-color: #FFF;
}
.mainBlock .blockInner .blockInner_banner {
  display: block;
  width: 38%;
  max-width: 340px;
  height: 640px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #9ABBDA;
}

/*----------------------------------------------------
	Mein Photo スライドショー
----------------------------------------------------*/
.main_imgBox {
  width: 100%;
  height: 640px;
  overflow: hidden;
  position: relative;
}

/*----------------------------------------------------
	【TOP】 BANNER SLIDER
----------------------------------------------------*/
.sp-slides {
  height: 640px;
}

/*----------------------------------------------------
	【TOP】 Backguound
----------------------------------------------------*/
.bgSideL {
  background-image: url(../img/top/bg_top_main_l.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 596px;
  height: 403px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  display: block;
  z-index: 10;
}

.bgSideR {
  background-image: url(../img/top/bg_top_main_r.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 423px;
  height: 260px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 0px;
  display: block;
}

/*----------------------------------------------------
	【TOP】NEWS
----------------------------------------------------*/
.topTopicsBlock {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background-color: #2286BB;
  background-image: url(../img/top/bg_top_news.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.topTopicsBlock .blockInner {
  width: 100%;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.6rem;
  text-align: left;
  color: #FFF;
  overflow: hidden;
  z-index: 10;
}
.topTopicsBlock .blockInner h2 {
  background-image: url(../img/top/h_news.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 80px;
  margin-left: 60px;
}
.topTopicsBlock .blockInner dl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 70px;
}
.topTopicsBlock .blockInner dl dt {
  width: 225px;
  float: left;
  clear: both;
  padding-top: 8px;
  font-weight: bold;
  display: inline-block;
  min-height: 50px;
}
.topTopicsBlock .blockInner dl dd {
  width: 65%;
  margin-left: 15px;
  font-size: 100%;
  padding-top: 10px;
  min-height: 50px;
  display: inline-block;
}
.topTopicsBlock .blockInner dl dd a {
  color: #FFF;
  text-decoration: none;
}
.topTopicsBlock .blockInner .category {
  width: 105px;
  margin-left: 15px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #FFF;
}
.topTopicsBlock .blockInner .category span {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #FFF;
  padding: 3px 8px;
  width: 105px;
  height: 20px;
  display: block;
}
.topTopicsBlock .blockInner .release,
.topTopicsBlock .blockInner .fanclub,
.topTopicsBlock .blockInner .media,
.topTopicsBlock .blockInner .live,
.topTopicsBlock .blockInner .voice,
.topTopicsBlock .blockInner .other {
  color: #0F1265;
}
.topTopicsBlock .blockInner .buttonBox {
  float: right;
  margin-top: 60px;
  margin-right: 20px;
}

/*----------------------------------------------------
	DISCOGRAPHY
----------------------------------------------------*/
.discoBlock {
  background-color: #FFF;
  overflow: hidden;
}
.discoBlock--BG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/bg_top_discography.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.discoBlock .blockInner {
  width: 100%;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.6rem;
  text-align: left;
  color: #001966;
  overflow: hidden;
  z-index: 10;
}
.discoBlock .blockInner h2 {
  background-image: url(../img/top/h_disco.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 80px;
  margin-right: 60px;
}
.discoBlock .blockInner .buttonBox {
  float: right;
  margin-right: 60px;
  margin-top: 60px;
  margin-right: 20px;
}
.discoBlock iframe#discoFrame,
.discoBlock iframe#subscFrame {
  width: 100%;
}

article.discoBlock {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------
	Youtube
----------------------------------------------------*/
.youtubeBlock {
  width: 100%;
  background-color: #000;
}
.youtubeBlock .blockInner {
  max-width: 1100px;
  margin: 0 auto;
}
.youtubeBlock .youtubeBox {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtubeBlock .youtubeBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*----------------------------------------------------
	PROFILE
----------------------------------------------------*/
.profileBlock {
  background-color: #1B215D;
  background-image: url(../img/top/bg_top_profile.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.profileBlock .blockInner {
  width: 95%;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.6rem;
  text-align: left;
  z-index: 10;
  color: #FFF;
}
.profileBlock .blockInner h2 {
  background-image: url(../img/top/h_profile.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 80px;
}
.profileBlock .blockInner .profilePhoto {
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.profileBlock .blockInner .profileName {
  background-image: url(../img/top/top_profile_name.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 36px;
  font-size: 3.6rem;
  position: absolute;
  top: 300px;
  min-width: 460px;
  min-height: 280px;
  display: block;
  overflow: visible;
  text-align: center;
  padding-top: 60px;
  left: 50%;
  margin-left: -570px;
}
.profileBlock .blockInner .profileTxt {
  width: 300px;
  position: absolute;
  display: block;
  top: 0;
  max-width: 300px;
  padding-top: 380px;
  left: 50%;
  margin-left: 220px;
}
.profileBlock .blockInner .profileTxt dl {
  position: relative;
}
.profileBlock .blockInner .profileTxt dl dt {
  width: 30%;
  float: left;
  clear: both;
  padding-top: 8px;
  font-weight: bold;
  display: inline-block;
  min-height: 35px;
}
.profileBlock .blockInner .profileTxt dl dd {
  width: 65%;
  margin-left: 10px;
  font-size: 100%;
  line-height: 2.2rem;
  min-height: 35px;
  display: inline-block;
  text-align: left;
  clear: right;
}
.profileBlock .blockInner .profileTxt .buttonBox {
  margin-top: 40px;
  margin-left: 80px;
}

/*----------------------------------------------------
	LINK
----------------------------------------------------*/
.linkBlock {
  position: relative;
  background-color: #5A8BE5;
  overflow: hidden;
}
.linkBlock--BG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/bg_top_link.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.linkBlock .blockInner {
  width: 95%;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.6rem;
  text-align: left;
  z-index: 10;
  color: #FFF;
  overflow: hidden;
  position: relative;
  display: block;
}
.linkBlock .blockInner .twitterBox {
  width: 48%;
  float: right;
  display: block;
  position: relative;
}
.linkBlock .blockInner .twitterBox h2 {
  background-image: url(../img/top/h_twitter.png);
  background-position: right 70px top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 80px;
}
.linkBlock .blockInner .bannerBox {
  width: 48%;
  float: left;
  display: block;
  position: relative;
}
.linkBlock .blockInner .bannerBox .btnBox_blog {
  padding-top: 35px;
  text-align: center;
  width: 100%;
  height: 150px;
  background-color: #FFFFFF;
  /*margin-top: 80px;*/
  display: block;
  position: relative;
}
.linkBlock .blockInner .bannerBox .btnBox_blog h2 {
  background-image: url(../img/top/h_blog.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  height: 60px;
}
.linkBlock .blockInner .bannerBox .btnBox_pastblog {
  padding-top: 35px;
  text-align: center;
  width: 100%;
  height: 150px;
  background-color: #FFFFFF;
  margin-top: 17px;
  display: block;
  position: relative;
}
.linkBlock .blockInner .bannerBox .btnBox_pastblog h2 {
  background-image: url(../img/top/h_pastblog.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  height: 60px;
}
.linkBlock .blockInner .bannerBox .btnBox_fc {
  padding-top: 35px;
  text-align: center;
  width: 100%;
  height: 150px;
  background-color: #FFFFFF;
  margin-top: 17px;
  display: block;
  position: relative;
}
.linkBlock .blockInner .bannerBox .btnBox_fc h2 {
  background-image: url(../img/top/h_fanclub.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  height: 60px;
  position: relative;
}

/* 角色 */
.triangle {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  /*色指定*/
  border-top: 25px solid #0F1265;
  border-left: 25px solid transparent;
  border-right: 25px solid #0F1265;
  border-bottom: 25px solid transparent;
}

.btnBox_blog,
.btnBox_pastblog,
.btnBox_fc {
  position: relative;
}
.btnBox_blog a,
.btnBox_pastblog a,
.btnBox_fc a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.btnBox_blog a:hover,
.btnBox_pastblog a:hover,
.btnBox_fc a:hover {
  /* マウスオーバー時に色変更*/
  opacity: 0.5;
  background-color: #FFF;
}

/*----------------------------------------------------
	SCHEDULE
----------------------------------------------------*/
.scheduleBlock {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background-color: #FFF;
  background-image: url(../img/top/bg_top_schedule.jpg);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.scheduleBlock .blockInner {
  width: 95%;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.6rem;
  text-align: left;
  z-index: 10;
  color: #0F1265;
  overflow: hidden;
  margin-bottom: 320px;
}
.scheduleBlock .blockInner h2 {
  background-image: url(../img/top/h_schedule.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  height: 80px;
}
.scheduleBlock .blockInner .scheduleBox {
  width: 100%;
}
.scheduleBlock .blockInner .scheduleBox .sday {
  width: 15%;
  padding-top: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  float: left;
  clear: both;
  display: inline-block;
}
.scheduleBlock .blockInner .scheduleBox dl {
  width: 85%;
  display: inline-block;
  margin-bottom: 10px;
}
.scheduleBlock .blockInner .scheduleBox dl dt {
  width: 200px;
  float: left;
  clear: both;
  padding-top: 8px;
  font-weight: bold;
  display: inline-block;
  min-height: 35px;
}
.scheduleBlock .blockInner .scheduleBox dl dd {
  width: 75%;
  margin-left: 20px;
  font-size: 100%;
  line-height: 2.2rem;
  padding-top: 10px;
  min-height: 35px;
  display: inline-block;
  text-align: left;
  clear: right;
}
.scheduleBlock .blockInner .scheduleBox dl dd a {
  color: #001966;
  text-decoration: none;
}
.scheduleBlock .blockInner .scheduleBox dl dd a:hover {
  color: #3FD1E9;
}
.scheduleBlock .blockInner .scheduleBox .category {
  width: 100px;
  margin-left: 15px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.scheduleBlock .blockInner .scheduleBox .category span {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #0F1265;
  padding: 3px 8px;
  width: 100px;
  height: 20px;
  display: block;
}
.scheduleBlock .blockInner .scheduleBox .release {
  color: #26FFFF;
}
.scheduleBlock .blockInner .scheduleBox .fanclub {
  color: #C9B7FF;
}
.scheduleBlock .blockInner .scheduleBox .media {
  color: #FFDC73;
}
.scheduleBlock .blockInner .scheduleBox .live {
  color: #96FF73;
}
.scheduleBlock .blockInner .scheduleBox .voice {
  color: #FF99BA;
}
.scheduleBlock .blockInner .scheduleBox .other {
  color: #CCCCCC;
}
.scheduleBlock .blockInner .scheduleBox .live span {
  font-size: 11px;
  font-size: 1.1rem;
}
.scheduleBlock .blockInner .buttonBox {
  float: right;
  margin-top: 60px;
  margin-right: 20px;
}

/*----------------------------------------------------
	Subscription
----------------------------------------------------*/
.subscriptionBlock {
  background-color: #DFEEFF;
}
.subscriptionBlock .blockInner {
  width: 95%;
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 30px;
  overflow: hidden;
}

/*=================================================
	【TOP】 SLIDER COMMON / slick
=================================================*/
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-container a {
  outline: none;
}

/*=================================================
	【TOP】 Main Artist Photo / slick
=================================================*/
.main_imgBox {
  position: relative;
}
.main_imgBox img {
  pointer-events: none;
  transition: all 1s ease;
}
.main_imgBox .slick-dots {
  top: 600px;
  position: absolute;
  bottom: -25px;
}
.main_imgBox .slick-dots li {
  margin: 0 8px;
}
.main_imgBox .slick-dots li button:before {
  font-size: 20px;
  color: black;
}
.main_imgBox .slick-dots li.slick-active button:before {
  opacity: .85;
  color: #00A9FC;
}

#slider {
  width: 300px;
  height: 100px;
  margin: 0 auto;
}
#slider .slide-item {
  background-color: #666;
  z-index: 500;
}
#slider .slide-item span {
  display: block;
  width: 100%;
  line-height: 100px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

/*=================================================
	【TOP】 SLIDER BANNER / slick
=================================================*/
/*スライドをクリック時の枠線を消す*/
.slick-slide {
  outline: none;
}

/* TOP Main Banner【縦並び】 */
/* Banner Block */
.mainBlock .slick-container {
  height: 560px;
  margin: 20px 20px;
  position: relative;
  z-index: 100;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mainBlock .slick-container div {
  width: 95%;
  margin: 4px 0 16px 3px;
}

/* バナー リンク反応 */
.mainBlock .slick-container div a.linkArea {
  background-color: #fff;
  display: block;
}

.mainBlock .slick-container div a.linkArea img {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mainBlock .slick-container div a:hover.linkArea img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.mainBlock .slick-container .arrow,
.topTopicsBlock .slick-container_news .arrow {
  cursor: pointer;
  text-align: center;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}

/*矢印ボタン_戻る_上*/
.mainBlock .slick-container .prev {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-top: 3px solid #FFF;
  border-left: 3px solid #FFF;
  transform: rotate(45deg);
}

/*矢印ボタン_次へ_下*/
.mainBlock .slick-container .next {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  margin-top: -20px;
  /* 位置調整 */
}

/* Banner Block　バナー縦位置調整 */
@media (max-width: 900px) {
  /* TOP Main Banner */
  .mainBlock .slick-container {
    margin: 30px 15px;
  }
}
@media (max-width: 840px) {
  /* TOP Main Banner */
  .mainBlock .slick-container {
    margin: 30px 10px;
  }
}
/* Banner Block　SP表示 */
@media (max-width: 768px) {
  /* TOP Main Banner【横並び】 */
  .mainBlock .slick-container {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 25px 0;
    overflow: hidden;
  }

  .slick-slide img {
    width: 100%;
    height: auto;
  }

  .mainBlock .slick-container div {
    width: 100%;
    padding: 0 10px;
    margin: 0;
  }

  /*矢印*/
  .mainBlock .slick-container .arrow {
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.8));
  }

  /*矢印ボタン_戻る_左*/
  .mainBlock .slick-container .prev {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto auto auto 20px;
    border-top: none;
    border-left: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
    transform: rotate(45deg);
    /*position: absolute;*/
    position: absolute;
    z-index: 100;
    top: 45%;
    /*top: 0;*/
  }

  /*矢印ボタン_次へ_右*/
  .mainBlock .slick-container .next {
    display: block;
    width: 40px;
    height: 40px;
    margin: auto 20px auto auto;
    border-bottom: none;
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    z-index: 100;
    top: 45%;
    right: 0;
  }

  /* 両脇を目立たなくする */
  .mainBlock .slick-container .slick-slide:not(.slick-center) img {
    opacity: .4;
    filter: alpha(opacity=40);
    transition: 0.2s linear;
    display: block;
  }

  /* バナー リンク反応 */
  .mainBlock .slick-container div a:hover.linkArea img {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .mainBlock .slick-container div a.linkArea {
    background-color: #000;
    display: block;
  }
}
/*=================================================
	【TOP】 SLIDER NEWS / slick
=================================================*/
/*矢印ボタン_戻る_左*/
.topTopicsBlock .slick-container_news .prev {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto auto auto 20px;
  border-top: none;
  border-left: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  z-index: 100;
  top: 45%;
}

/*矢印ボタン_次へ_右*/
.topTopicsBlock .slick-container_news .next {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto 20px auto auto;
  border-bottom: none;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  z-index: 100;
  top: 45%;
  right: 0;
}

/*=================================================
	【TOP】 SPECIAL BANNER
=================================================*/
.spMovie {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 10px 20px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.7s;
}

.spMovie:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*=================================================
	【TOP】 ポップアップ
=================================================*/
.popup-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
.popup-overlay .btn-close {
  position: absolute;
  right: 40px;
  top: 40px;
  display: block;
  width: 50px;
  /*枠の大きさ*/
  height: 50px;
  /*枠の大きさ*/
  cursor: pointer;
  z-index: 10000000;
}
.popup-overlay .btn-close::before, .popup-overlay .btn-close::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 2px;
  /*バツ線の太さ*/
  background: #FFF;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}
.popup-overlay .btn-close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}
.popup-overlay .movie {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.popup-overlay .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*---------MOBILE---------*/
@media screen and (max-width: 768px) {
  .popup-overlay .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .popup-overlay .movie {
    width: 100%;
  }
}
/*=================================================
	【TOP】 BG Animation _ NEWS
=================================================*/
.newsBg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  position: absolute;
  /*右サイド背景*/
  /*左サイド背景*/
}
.newsBg div.bgItem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.newsBg div.bgItem .circle {
  border: solid thin #FFF;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
.newsBg .news_bgR {
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 0;
  margin-left: 500px;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.newsBg .news_bgR div.item-0 {
  width: 50px;
  height: 50px;
  margin-top: 70px;
  margin-left: 32px;
  opacity: 0.4;
}
.newsBg .news_bgR div.item-0 .circle {
  animation: ripple 10s 2s infinite;
}
.newsBg .news_bgR div.item-1 {
  width: 80px;
  height: 80px;
  margin-top: 183px;
  margin-left: 80px;
  opacity: 0.7;
}
.newsBg .news_bgR div.item-1 .circle {
  animation-delay: 0.6s;
  animation: ripple 5s 1s infinite;
}
.newsBg .news_bgR div.item-2 {
  width: 120px;
  height: 120px;
  margin-top: 140px;
  margin-left: 110px;
  opacity: 0.4;
}
.newsBg .news_bgR div.item-2 .circle {
  animation-delay: 1.4s;
  animation: ripple 8s 1.2s infinite;
}
.newsBg .news_bgR div.item-3 {
  width: 70px;
  height: 70px;
  margin-top: 96px;
  margin-left: 186px;
  opacity: 0.8;
}
.newsBg .news_bgR div.item-3 .circle {
  animation-delay: 2.6s;
  animation: ripple 12s 3s infinite;
}
.newsBg .news_bgR div.item-4 {
  width: 60px;
  height: 60px;
  margin-top: 435px;
  margin-left: 20px;
  opacity: 0.6;
}
.newsBg .news_bgR div.item-4 .circle {
  animation-delay: 0.8s;
  animation: ripple 16s 0.6s infinite;
}
.newsBg .news_bgR div.item-5 {
  width: 40px;
  height: 40px;
  margin-top: 362px;
  margin-left: 184px;
  opacity: 1.0;
}
.newsBg .news_bgR div.item-5 .circle {
  animation-delay: 1.0s;
  animation: ripple 9s 2s infinite;
}
.newsBg .news_bgR div.item-6 {
  width: 170px;
  height: 170px;
  margin-top: 305px;
  margin-left: 213px;
  opacity: 0.4;
}
.newsBg .news_bgR div.item-6 .circle {
  animation-delay: 2.2s;
  animation: ripple 13s 1.4s infinite;
}
.newsBg .news_bgR div.item-7 {
  width: 70px;
  height: 70px;
  margin-top: 510px;
  margin-left: 305px;
  opacity: 0.8;
}
.newsBg .news_bgR div.item-7 .circle {
  animation-delay: 1.4s;
  animation: ripple 17s 1.2s infinite;
}
.newsBg .news_bgL {
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 0;
  margin-left: -1500px;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.newsBg .news_bgL div.bgItem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
}
.newsBg .news_bgL div.item-0 {
  width: 90px;
  height: 90px;
  margin-top: 102px;
  margin-right: 130px;
  opacity: 0.4;
}
.newsBg .news_bgL div.item-0 .circle {
  animation-delay: 0s;
  animation: ripple 10s 0.5s infinite;
}
.newsBg .news_bgL div.item-1 {
  width: 60px;
  height: 60px;
  margin-top: 143px;
  margin-right: 115px;
  opacity: 0.7;
}
.newsBg .news_bgL div.item-1 .circle {
  animation-delay: 0.2s;
  animation: ripple 8s 1.1s infinite;
}
.newsBg .news_bgL div.item-2 {
  width: 180px;
  height: 180px;
  margin-top: 300px;
  margin-right: 183px;
  opacity: 0.4;
}
.newsBg .news_bgL div.item-2 .circle {
  animation-delay: 1.4s;
  animation: ripple 12s 1s infinite;
}
.newsBg .news_bgL div.item-3 {
  width: 70px;
  height: 70px;
  margin-top: 36px;
  margin-right: 256px;
  opacity: 0.4;
}
.newsBg .news_bgL div.item-3 .circle {
  animation-delay: 2.6s;
  animation: ripple 5s 1.6s infinite;
}
.newsBg .news_bgL div.item-4 {
  width: 120px;
  height: 120px;
  margin-top: 260px;
  margin-right: 127px;
  opacity: 0.5;
}
.newsBg .news_bgL div.item-4 .circle {
  animation-delay: 0.8s;
  animation: ripple 8s 2s infinite;
}
.newsBg .news_bgL div.item-5 {
  width: 25px;
  height: 25px;
  margin-top: 377px;
  margin-right: 42px;
  opacity: 0.6;
}
.newsBg .news_bgL div.item-5 .circle {
  animation-delay: 1.5s;
  animation: ripple 13s 1.1s infinite;
}
.newsBg .news_bgL div.item-6 {
  width: 50px;
  height: 50px;
  margin-top: 438px;
  margin-right: 110px;
  opacity: 0.4;
}
.newsBg .news_bgL div.item-6 .circle {
  animation-delay: 2.2s;
  animation: ripple 15s 1s infinite;
}
.newsBg .news_bgL div.item-7 {
  width: 320px;
  height: 320px;
  margin-top: 520px;
  margin-right: 20px;
  opacity: 0.5;
  text-align: center;
}
.newsBg .news_bgL div.item-7 .circle.layer-0 {
  animation-delay: 1.4s;
  animation: ripple 12s 1s infinite;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBg .news_bgL div.item-7 .circle.layer-1 {
  animation-delay: 1.6s;
  animation: ripple 12s 1s infinite;
  width: 85%;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBg .news_bgL div.item-7 .circle.layer-2 {
  animation-delay: 1.8s;
  animation: ripple 12s 1s infinite;
  width: 75%;
  height: 75%;
}
@keyframes ripple {
  0% {
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  20% {
    width: 80%;
    height: 80%;
    opacity: 0.8;
  }
  80% {
    width: 80%;
    height: 80%;
    opacity: 0.8;
  }
  100% {
    width: 110%;
    height: 110%;
    opacity: 0;
  }
}
#auto-slider-fade02 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 7.5%;
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  #auto-slider-fade02 {
    padding-bottom: 20px;
  }
}
#auto-slider-fade02 input {
  display: none;
}

.btn1 {
  position: absolute;
  bottom: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #ccc;
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  .btn1 {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}
#navi1,
#navi1b {
  left: 27%;
}

@media screen and (min-width: 641px) {
  #navi1,
  #navi1b {
    left: 43.5%;
  }
}
#navi2,
#navi2b {
  left: 37%;
}

@media screen and (min-width: 641px) {
  #navi2,
  #navi2b {
    left: 46.5%;
  }
}
#navi3,
#navi3b {
  left: 47%;
}

@media screen and (min-width: 641px) {
  #navi3,
  #navi3b {
    left: 49.5%;
  }
}
#navi4,
#navi4b {
  left: 57%;
}

@media screen and (min-width: 641px) {
  #navi4,
  #navi4b {
    left: 52.5%;
  }
}
#navi5,
#navi5b {
  left: 67%;
}

@media screen and (min-width: 641px) {
  #navi5,
  #navi5b {
    left: 55.5%;
  }
}
#slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: auto-slider-fade02 30s infinite;
  -moz-animation: auto-slider-fade02 30s infinite;
  -webkit-animation: auto-slider-fade02 30s infinite;
  pointer-events: none;
}

.slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide-img img {
  width: 100%;
}

#slide1 {
  left: 0;
}

#slide2 {
  left: 100%;
}

#slide3 {
  left: 200%;
}

#slide4 {
  left: 300%;
}

#slide5 {
  left: 400%;
}

.btn2 {
  position: absolute;
  bottom: 0;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #56b329;
}

@media screen and (min-width: 641px) {
  .btn2 {
    width: 10px;
    height: 10px;
    border-radius: 5px;
  }
}
#auto-slider-fade02-1:checked ~ #slide {
  animation: auto-slider-fade02-a 30s infinite;
  animation-delay: 0s;
  -moz-animation: auto-slider-fade02-a 30s infinite;
  -moz-animation-delay: 0s;
  -webkit-animation: auto-slider-fade02-a 30s infinite;
  -webkit-animation-delay: 0s;
}

#auto-slider-fade02-2:checked ~ #slide {
  animation: auto-slider-fade02-b 30s infinite;
  animation-delay: -6s;
  -moz-animation: auto-slider-fade02-b 30s infinite;
  -moz-animation-delay: -6s;
  -webkit-animation: auto-slider-fade02-b 30s infinite;
  -webkit-animation-delay: -6s;
}

#auto-slider-fade02-3:checked ~ #slide {
  animation: auto-slider-fade02-c 30s infinite;
  animation-delay: -12s;
  -moz-animation: auto-slider-fade02-c 30s infinite;
  -moz-animation-delay: -12s;
  -webkit-animation: auto-slider-fade02-c 30s infinite;
  -webkit-animation-delay: -12s;
}

#auto-slider-fade02-4:checked ~ #slide {
  animation: auto-slider-fade02-d 30s infinite;
  animation-delay: -18s;
  -moz-animation: auto-slider-fade02-d 30s infinite;
  -moz-animation-delay: -18s;
  -webkit-animation: auto-slider-fade02-d 30s infinite;
  -webkit-animation-delay: -18s;
}

#auto-slider-fade02-5:checked ~ #slide {
  animation: auto-slider-fade02-e 30s infinite;
  animation-delay: -24s;
  -moz-animation: auto-slider-fade02-e 30s infinite;
  -moz-animation-delay: -24s;
  -webkit-animation: auto-slider-fade02-e 30s infinite;
  -webkit-animation-delay: -24s;
}

@keyframes auto-slider-fade02 {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-webkit-keyframes auto-slider-fade02 {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-moz-keyframes auto-slider-fade02 {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@keyframes auto-slider-fade02-a {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-webkit-keyframes auto-slider-fade02-a {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-moz-keyframes auto-slider-fade02-a {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@keyframes auto-slider-fade02-b {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-webkit-keyframes auto-slider-fade02-b {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-moz-keyframes auto-slider-fade02-b {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@keyframes auto-slider-fade02-c {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-webkit-keyframes auto-slider-fade02-c {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-moz-keyframes auto-slider-fade02-c {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@keyframes auto-slider-fade02-d {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-webkit-keyframes auto-slider-fade02-d {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-moz-keyframes auto-slider-fade02-d {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@keyframes auto-slider-fade02-e {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-webkit-keyframes auto-slider-fade02-e {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
@-moz-keyframes auto-slider-fade02-e {
  0% {
    left: 0px;
    opacity: 0;
  }
  2% {
    left: 0px;
    opacity: 1;
  }
  18% {
    left: 0px;
    opacity: 1;
  }
  20% {
    left: 0px;
    opacity: 0;
  }
  20.005% {
    left: -100%;
    opacity: 0;
  }
  25% {
    left: -100%;
    opacity: 1;
  }
  38% {
    left: -100%;
    opacity: 1;
  }
  40% {
    left: -100%;
    opacity: 0;
  }
  40.005% {
    left: -200%;
    opacity: 0;
  }
  45% {
    left: -200%;
    opacity: 1;
  }
  58% {
    left: -200%;
    opacity: 1;
  }
  60% {
    left: -200%;
    opacity: 0;
  }
  60.005% {
    left: -300%;
    opacity: 0;
  }
  65% {
    left: -300%;
    opacity: 1;
  }
  78% {
    left: -300%;
    opacity: 1;
  }
  80% {
    left: -300%;
    opacity: 0;
  }
  80.005% {
    left: -400%;
    opacity: 0;
  }
  85% {
    left: -400%;
    opacity: 1;
  }
  98% {
    left: -400%;
    opacity: 1;
  }
  100% {
    left: -400%;
    opacity: 0;
  }
}
/* ================================================================ *
 *  Mobile
 * ================================================================ */
@media screen and (max-width: 1150px) {
  .discoBlock .blockInner {
    width: 95%;
  }
}
@media screen and (max-width: 1010px) {
  .linkBlock .blockInner .twitterBox h2 {
    background-position: right top;
    background-size: contain;
    height: 80px;
  }
}
@media screen and (max-width: 920px) {
  .scheduleBlock .blockInner .scheduleBox .sday {
    width: 19%;
  }
  .scheduleBlock .blockInner .scheduleBox dl {
    width: 81%;
  }
}
@media screen and (max-width: 900px) {
  .profileBlock .blockInner {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .profileBlock .blockInner h2 {
    margin-left: 20px;
    background-position: center top;
  }
  .profileBlock .blockInner .profileName {
    position: relative;
    width: 100%;
    min-height: 200px;
    min-width: auto;
    top: 0;
    padding-top: 70px;
    margin-top: 20px;
    margin-left: 0;
    left: 0;
    background-image: url(../img/top/top_profile_name.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .profileBlock .blockInner .profileTxt {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    left: 0;
  }
  .profileBlock .blockInner .profileTxt .buttonBox {
    float: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .mainBlock {
    background-image: url(../img/common/bg_top_main.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mainBlock .blockInner {
    height: auto;
    position: relative;
    box-shadow: none;
  }
  .mainBlock .blockInner .blockInner_main {
    width: 100%;
    max-width: auto;
    height: 560px;
  }
  .mainBlock .blockInner .blockInner_banner {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    position: relative;
  }

  /*----------------------------------------------------
  	Mein Photo スライドショー
  ----------------------------------------------------*/
  .main_imgBox {
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
  }

  /*----------------------------------------------------
  	【TOP】 Backguound
  ----------------------------------------------------*/
  .bgSideL {
    display: none;
  }

  .bgSideR {
    display: none;
  }

  .topTopicsBlock {
    background-image: url(../img/top/bg_m_top_news.jpg);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: auto;
  }
  .topTopicsBlock .blockInner {
    width: 90%;
    max-width: auto;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-bottom: 30px;
    text-align: center;
  }
  .topTopicsBlock .blockInner h2 {
    height: 40px;
    background-size: contain;
    background-position: center top;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .topTopicsBlock .blockInner dl {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 0px;
  }
  .topTopicsBlock .blockInner dl dt {
    width: 100%;
    min-height: 20px;
  }
  .topTopicsBlock .blockInner dl dd {
    width: 100%;
    line-height: 2.2rem;
    min-height: 20px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .topTopicsBlock .blockInner .buttonBox {
    float: none;
    margin-top: 40px;
  }

  .discoBlock {
    background-image: url(../img/top/bg_m_top_discography.jpg);
    background-position: center top;
    background-repeat: no-repeat;
  }
  .discoBlock .blockInner {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .discoBlock .blockInner h2 {
    height: 40px;
    background-size: contain;
    background-position: center top;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .discoBlock .blockInner .buttonBox {
    float: none;
    margin-top: 20px;
  }

  article.discoBlock .btn {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
  }

  /*----------------------------------------------------
  	【TOP】PROFILE
  ----------------------------------------------------*/
  .profileBlock {
    background-image: url(../img/top/bg_m_top_profile.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .profileBlock .blockInner {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .profileBlock .blockInner .buttonBox {
    float: none;
    margin-top: 20px;
  }

  /*----------------------------------------------------
  	【TOP】LINK
  ----------------------------------------------------*/
  .linkBlock {
    background-image: url(../img/top/bg_m_top_link.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .linkBlock .blockInner {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .linkBlock .blockInner .twitterBox {
    width: 100%;
    float: none;
    clear: both;
  }
  .linkBlock .blockInner .twitterBox h2 {
    height: 40px;
    background-size: contain;
    background-position: center top;
    margin-bottom: 40px;
  }
  .linkBlock .blockInner .bannerBox {
    width: 100%;
    min-height: 200px;
    float: none;
    margin: 0;
    padding: 0;
    clear: both;
  }
  .linkBlock .blockInner .bannerBox .btnBox_blog {
    margin: 0;
    padding: 25px 0 25px;
    margin-top: 20px;
    height: auto;
    min-height: 90px;
  }
  .linkBlock .blockInner .bannerBox .btnBox_blog h2 {
    background-image: url(../img/top/h_blog.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    margin: 30px 0;
    padding: 0;
    margin: 0;
  }
  .linkBlock .blockInner .bannerBox .btnBox_pastblog {
    margin: 0;
    padding: 25px 0 25px;
    margin-top: 20px;
    height: auto;
    min-height: 90px;
  }
  .linkBlock .blockInner .bannerBox .btnBox_pastblog h2 {
    background-image: url(../img/top/h_pastblog.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    margin: 30px 0;
    padding: 0;
    margin: 0;
  }
  .linkBlock .blockInner .bannerBox .btnBox_fc {
    margin: 0;
    padding: 25px 0 25px;
    margin-top: 20px;
    height: auto;
    min-height: 90px;
  }
  .linkBlock .blockInner .bannerBox .btnBox_fc h2 {
    background-image: url(../img/top/h_fanclub.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    margin: 30px 0;
    padding: 0;
    margin: 0;
  }
  .linkBlock .blockInner .bannerBox .btn_smallNavy {
    display: none;
  }

  /* 角色 */
  .triangle {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    /*色指定*/
    border-top: 25px solid #001A66;
    border-left: 25px solid transparent;
    border-right: 25px solid #001A66;
    border-bottom: 25px solid transparent;
  }

  .btnBox_blog,
  .btnBox_fc {
    position: absolute;
  }
  .btnBox_blog a,
  .btnBox_fc a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .btnBox_blog a:hover,
  .btnBox_fc a:hover {
    /* マウスオーバー時に色変更*/
    opacity: 0.5;
    background-color: #FFF;
  }

  /* ----------------------------------------------- *
   * 【TOP】SCHEDULE
   * ----------------------------------------------- */
  .scheduleBlock {
    background-image: url(../img/top/bg_m_top_schedule.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
  }
  .scheduleBlock .blockInner {
    width: 90%;
    max-width: auto;
    padding-top: 80px;
    padding-bottom: 50px;
    margin-bottom: 150px;
    text-align: center;
  }
  .scheduleBlock .blockInner h2 {
    height: 40px;
    background-size: contain;
    background-position: center top;
    margin-bottom: 40px;
  }
  .scheduleBlock .blockInner .scheduleBox {
    width: 100%;
    margin-bottom: 5px;
  }
  .scheduleBlock .blockInner .scheduleBox .sday {
    width: 100%;
    padding-top: 0px;
    font-size: 22px;
    font-size: 2.2rem;
    float: none;
    display: block;
    text-align: left;
  }
  .scheduleBlock .blockInner .scheduleBox dl {
    width: 100%;
    margin-bottom: 5px;
  }
  .scheduleBlock .blockInner .scheduleBox dl dt {
    width: 100%;
    min-height: auto;
  }
  .scheduleBlock .blockInner .scheduleBox dl dd {
    width: 100%;
    margin-left: 0px;
    min-height: auto;
    margin-bottom: 5px;
    padding-top: 5px;
  }
  .scheduleBlock .blockInner .scheduleBox .category {
    margin-left: 0px;
  }
  .scheduleBlock .blockInner .buttonBox {
    float: none;
    margin-top: 40px;
  }

  /*=================================================
  	【TOP】 SPECIAL BANNER
  =================================================*/
  .spMovie {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0 10px 250px 0;
    z-index: 10;
  }

  /*=================================================
  	【TOP】 Main Artist Photo / slick
  =================================================*/
  .main_imgBox .slick-dots {
    top: 520px;
    bottom: -25px;
  }
}
/* Banner Block　SP表示 */
@media (max-width: 650px) {
  /*=================================================
  	【TOP】 SPECIAL BANNER
  =================================================*/
  .spMovie {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0 10px 220px 0;
    z-index: 10;
  }
}
/* Banner Block　SP表示 */
@media (max-width: 550px) {
  /*=================================================
  	【TOP】 SPECIAL BANNER
  =================================================*/
  .spMovie {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0 10px 180px 0;
    z-index: 10;
  }
}
