@charset "UTF-8";
/* ==========================================================================
	PAGE:INDEX
========================================================================== */
.sitefront {
  position: relative;
}

/* ==========================================================================
	MAIN VISUAL
========================================================================== */
.mainvisual {
  position: relative;
  width: 100%;
  min-width: 1120px;
  height: auto;
  background-image: url(/assets/img/top/mainvisual04.png);
  background-size: cover;
}

.mainvisual img {
  max-width: 100%;
}

.mainvisual:before {
  content: "";
  display: block;
  padding-top: 70%;
}

.mainvisual__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainvisual__catch {
  position: absolute;
  left: 50%;
  bottom: 32%;
  margin-left: -340px;
}

.mainvisual .c-cont_inner {
  height: 200px;
}

.mainvisual__logo {
  position: absolute;
  top: 0;
  left: -12px;
}

.mainvisual__bddvd {
  position: absolute;
  top: 34px;
  right: 79px;
}

/* 要素被り防止 */
.mainvisual__banner__link.is-hinamatsuri {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  top: 10px;
  right: 176px;
}

.mainvisual__banner__link:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.mainvisual__banner__link.is-int {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  top: 0;
  right: 24px;
}

.mainvisual__banner__link.is-int a {
  display: block;
  width: 150px;
  height: 172px;
  background: url(/assets/img/banner/int08_banner.png) no-repeat 0 0;
}

.mainvisual__banner__link.is-int a:hover {
  background: url(/assets/img/banner/int08_banner_hover.png) no-repeat 0 0;
}

@media (max-width: 1400px) {
  .mainvisual__banner__link.is-int {
    top: 160px;
    right: 24px;
  }
  .mainvisual__banner__link.is-hinamatsuri {
    top: 170px;
    right: 176px;
  }
}

/* ==========================================================================
	SIDEINFO
========================================================================== */
.sideinfo {
  position: relative;
  margin: -100px auto 0;
  width: 960px;
  color: #000;
}

.sidenews {
  position: absolute;
  top: 0;
  left: 0;
  width: 456px;
  float: left;
}

.sidenews a {
  display: block;
  height: 100%;
}

.sidenews__goall {
  position: absolute;
  top: 0.15em;
  right: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.sidenews__goall:after {
  font-family: 'FontAwesome';
  content: '\f105';
  margin-left: .5em;
  font-size: 16px;
  font-size: 1rem;
}

.sidenews__date {
  font-size: 12px;
  font-size: 0.75rem;
  color: #9685DB;
  width: 100px;
  position: absolute;
  top: 10px;
  left: 50px;
}

.sidenews__ttl {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 406px;
  height: 42px;
  overflow: hidden;
  padding: 20px 0 0 10px;
}

.sidenews__thumb {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: left;
  background-color: #fff;
}

.sidenews__thumb img {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
}

.sidenews__item {
  position: relative;
  padding: 10px 0;
  height: 60px;
  border-bottom: 1px dotted #78716F;
  font-size: 13px;
  font-size: 0.8125rem;
}

.sidenews__item:first-child {
  border-top: 1px dotted #78716F;
}

.sidemovie {
  width: 220px;
  margin-left: 504px;
  float: left;
}

.sidemovie__video01 {
  position: relative;
  display: block;
  width: 220px;
  height: 124px;
  background: url(//i.ytimg.com/vi/zUw8Tqk-suk/maxresdefault.jpg) center;
  background-size: cover;
}

.sidemovie__video02 {
  position: relative;
  display: block;
  width: 220px;
  height: 124px;
  background: url(//i.ytimg.com/vi/0syEefY8cUw/maxresdefault.jpg) center;
  background-size: cover;
}

.sidemovie__videotitle {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 8px;
  font-weight: bold;
}

.sidelinkfeed {
  float: right;
  width: 220px;
}

.sidelinkfeed img {
  width: 100%;
}

.sidelinkfeed .slick-dots {
  margin-top: 0;
}

.sidelinkfeed .slick-list {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidelinkfeed .slick-list:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sidemailbtn {
  margin-top: 20px;
  display: block;
  width: 205px;
  text-align: center;
  padding: 8px;
  border: 1px solid #78716F;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: .04em;
}

.sidemailbtn i {
  display: inline-block;
  margin-right: .3em;
}

.sidebanner__link.is-int {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  right: 40px;
}

.sidebanner__link.is-hinamatsuri {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  right: 80px;
}

.sidebanner:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* ==========================================================================
	NEXT EP
========================================================================== */
.nextep {
  position: relative;
  background: #3E3431;
  color: #3E3431;
  padding: 56px 0;
  margin-bottom: 120px;
}

.nextep__title {
  position: absolute;
  top: -76px;
  left: -42px;
  z-index: 1;
}

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

.nextep__bigthumb:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(10, 10, 40, 0.5);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  width: 100%;
  height: 100%;
}

.nextep__bigthumb.is-novideo:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(255, 255, 255, 0.75);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  width: 100%;
  height: 100%;
}

.nextep__video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 320px;
  height: 180px;
}

.nextep__info {
  margin-left: 350px;
  color: #3E3431;
  font-weight: bold;
}

.nextep__onair {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.nextep__links {
  margin-top: 22px;
}

.nextep__links-item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: left;
  width: 240px;
  margin-left: 10px;
  border-radius: 3px;
  padding: .5em 0 .35em;
  font-weight: bold;
  background-color: #3E3431;
  color: #fff;
}

.nextep__links-item:first-child {
  margin-left: 0;
}

.nextep__links-item:hover {
  background: #3E3431;
  color: #fff;
}

.js-theme01 .nextep__links-item:hover {
  background: #C8373C;
}

.js-theme03 .nextep__links-item:hover {
  background: #C8373C;
}

/* ==========================================================================
	SNSFEED
========================================================================== */
.snsfeed {
  position: relative;
  padding: 43px 0 80px;
  color: #fff;
}

.js-theme01 .snsfeed.is-bg {
  color: #000;
}

.js-theme01 .snsfeed.is-bg.is-bg {
  background: #E77368;
}

.js-theme02 .snsfeed.is-bg {
  color: #000;
}

.js-theme02 .snsfeed.is-bg.is-bg {
  background: #288CC8;
}

.js-theme03 .snsfeed.is-bg {
  color: #000;
}

.js-theme03 .snsfeed.is-bg.is-bg {
  background: #0A7FD3;
}

.snsfeed__follow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: -12px;
  right: 0;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid;
  padding: 0.5em 1em;
}

.snsfeed__follow i {
  margin-right: 0.3em;
}

.snsfeed__follow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.snsfeed__twitter {
  position: relative;
  float: left;
  width: 405px;
}

.snsfeed__facebook {
  float: left;
  margin-left: 30px;
  width: 405px;
}

.timeline-Widget {
  border-radius: 0 !important;
}

/* ==========================================================================
	PICKUP
========================================================================== */
.pickup {
  position: relative;
  background: #fff;
  padding: 30px 0 43px;
}

.special_info {
  width: 876px;
  margin: 0 auto;
}

.special_info__item {
  width: 252px;
  height: 252px;
  margin: 0 20px;
}

.special_info__item img {
  max-width: 100%;
  border: 1px solid #ddd;
}

/* ==========================================================================
	FLASH MUSIC
========================================================================== */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.flash_music {
  z-index: 7000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}

.flash_music__bg {
  overflow: auto;
  z-index: 8000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(246, 169, 22, 0.4) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(246, 169, 22, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(246, 169, 22, 0.4) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(246, 169, 22, 0.4) 100%);
}

.flash_music__in {
  z-index: 500;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background: url(/assets/img/top/flash_music/flash_music_m-bg.png) center center;
}

.flash_music__cont {
  width: 920px;
  height: 764px;
  background: url(/assets/img/top/flash_music/bg_flash_music.png) center center;
  margin: auto;
}

.flash_music__cont__main {
  text-align: center;
}

.flash_music__cont__in {
  width: 780px;
  padding: 50px 0;
  margin: 0 auto;
}

.flash_music__cont__in h2 {
  display: block;
  text-align: center;
  margin: 24px 0 11px;
}

.flash_music__cont .share__ttl {
  margin-top: 47px;
}

.flash_music__cont .share__list {
  margin: 0 -3px;
}

.flash_music__cont .share__list li {
  display: inline-block;
  padding: 0 2px;
}

.flash_music__cont .share__list li a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.flash_music__cont .share__list li a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.flash_music__cont h1 {
  text-align: center;
  margin: 0 0 20px;
}
