.head-information__list-item .date:before {
  background-position: 0 -12px !important;
}

.head-information.active .head-information__list-item .date:before {
  background-position: 0 0 !important;
}

/* Home
----------------------------------------*/
body {
  background: none;
}

#wrap {
  min-width: 1080px;
}

#main {
  min-width: 890px;
}

#content {
  width: auto;
  padding: 0;
  max-width: none;
}

#content__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  display: none;
}

/* Head Information */
.head-information {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  background-color: #fcf7fa;
  overflow: hidden;
  z-index: 1000;
  transition: background-color .2s ease;
}
.head-information.active {
  background-color: #ff80aa;
}
.head-information.active .head-information__list {
  padding: 10px 0;
}
.head-information.active .head-information__list-item a {
  line-height: 28px;
  height: 28px;
  color: #fff;
}
.head-information.active .head-information__list-item .date:after {
  color: #fff;
}

.head-information__list {
  position: relative;
  transition: padding .2s ease;
}

.head-information__more {
  position: absolute;
  top: 10px;
  right: 20px;
}

.head-information__list-item {
  padding-left: 20px;
  margin-right: 100px;
  font-size: 12px;
  height: 28px;
}
.head-information__list-item a {
  color: #6C6C6C;
  transition: color .3s ease;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  transition: opacity .7s ease;
  line-height: 40px;
}
.head-information__list-item a:hover {
  opacity: 0.7;
}
.head-information__list-item .date {
  position: relative;
  margin-right: 15px;
  padding-left: 14px;
  font-size: 13px;
  letter-spacing: .02em;
  display: inline-block;
  height: 100%;
}
.head-information__list-item .date:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  margin-right: 5px;
  background: url('../img/common/sprites/bullet-s54505d4c7b.png');
  width: 8px;
  height: 12px;
  margin-top: -6px;
  margin-top: -8px\9
  /* Less to IE10 */
  /* IE11 */
}
.head-information__list-item .date:before *::-ms-backdrop, .head-information__list-item .date:before {
  margin-top: -8px;
}
.head-information__list-item .date:after {
  content: '/';
  display: block;
  position: absolute;
  top: 50%;
  right: -9px;
  line-height: 1.4;
  color: #a6a6a6;
  font-size: 12px;
  margin-top: -6px;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
}

/* Hero Area */
#hero {
  min-width: 890px;
}

.fifteen img {
  width: 110px;
  position: absolute;
  top: 1%;
  right: 2%;
  z-index: 1;
}

/*********************************************************************/

/*
.hero-illust {
  position: relative;
  min-width: 890px;
  overflow: hidden;
  height: 750px;
  background: url(../img/top/visual/main11.jpg) no-repeat center 0;
  background-size: cover;
  z-index:0;
}
*/

.hero-illust {
  width: 100%;
  position: relative;
  padding-bottom: 15%;
  background: url(../img/top/visual/main12/bg.jpg) top cadetblue;
}

.hero-illust img {
  width: 100%;
}

.hero-illust .hero-illus_info {
  position: absolute;
  width: 100%;
  bottom: 10%;
}

.hero-illust .hero-illus_release {
  width: 85%;
  max-width: 850px;
  margin: 0 auto;
}

.hero-illust .hero-illus_catch {
  width: 75%;
  max-width: 780px;
  margin: -20px auto 0;
}

.hero-illust .hero-illus_link {
  width: 250px;
  margin: 20px auto 0;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.hero-illust .hero-illus_link:hover {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}


/*********************************************************************/

.hero-bunner {
  width: 100%;
  min-width: 890px;
}

.hero-bunner-item {
  /*width: 25%;*/
  width: 33.333%;
  overflow: hidden;
  position: relative;
  background-color: #000;
  float: left;
  min-width: 222.5px;
  height: 180px;
}
.hero-bunner-item a {
  display: block;
  height: 160px;
}
.hero-bunner-item a img {
  transition: all .4s ease;
}
.hero-bunner-item a:hover img {
  opacity: .7;
}
.hero-bunner-item.hero-bunner-item--full-effects:hover img {
  -webkit-transform: scale(1.1) rotate(4deg);
      -ms-transform: scale(1.1) rotate(4deg);
          transform: scale(1.1) rotate(4deg);
}

.hero-bunner__caption {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 11px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  letter-spacing: 0.06em;
  font-weight: 300;
}

.bunner__onair {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff99bb;
}

.bunner__onair-box {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 210px;
  height: 137px;
}

.bunner__onair-btn {
  display: block;
  margin: 20px auto 0;
  width: 146px;
}

/* News Grid */
#home-news {
  position: relative;
  width: 870px;
  margin: 40px auto;
  padding: 0 10px 100px;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.home-news__head {
  padding-left: 24px;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  background: url(../img/top/news_ttl_bullet.png) no-repeat left center;
  color: #ff6699;
}
.home-news__head h2 {
  font-weight: 300;
  line-height: 1;
  padding-top: 22px\9
  /* Less to IE10 */
  /* IE11 */
}
.home-news__head h2 *::-ms-backdrop, .home-news__head h2 {
  padding-top: 22px;
}

.home-news__filter {
  position: absolute;
  top: 10px;
  right: 28px;
}

.home-news__filter-item {
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  color: #fff;
  border-radius: 3px;
  margin-left: 6px;
  font-size: 12px;
  cursor: pointer;
  transition: all .3s ease;
  padding-top: 6px\9
  /* Less to IE10 */
  /* IE11 */
}
.home-news__filter-item:first-child {
  margin-left: 0;
}
.home-news__filter-item.active {
  cursor: default;
}
.home-news__filter-item *::-ms-backdrop, .home-news__filter-item {
  padding-top: 6px;
}

.home-news__filter-item[data-filter="ALL"] {
  background-color: #ffccdd;
}
.home-news__filter-item[data-filter="ALL"]:hover, .home-news__filter-item[data-filter="ALL"].active {
  background-color: #ff80aa;
}

.home-news__filter-item[data-filter="INFORMATION"] {
  background-color: #ffc0b3;
}
.home-news__filter-item[data-filter="INFORMATION"]:hover, .home-news__filter-item[data-filter="INFORMATION"].active {
  background-color: #ff9580;
}

.home-news__filter-item[data-filter="EVENT"] {
  background-color: #ffd599;
}
.home-news__filter-item[data-filter="EVENT"]:hover, .home-news__filter-item[data-filter="EVENT"].active {
  background-color: #ffb54c;
}

.home-news__filter-item[data-filter="ONAIR"] {
  background-color: #aee07d;
}
.home-news__filter-item[data-filter="ONAIR"]:hover, .home-news__filter-item[data-filter="ONAIR"].active {
  background-color: #88d13f;
}

.home-news__filter-item[data-filter="MEDIA"] {
  background-color: #8dddc2;
}
.home-news__filter-item[data-filter="MEDIA"]:hover, .home-news__filter-item[data-filter="MEDIA"].active {
  background-color: #52cca3;
}

.home-news__filter-item[data-filter="GOODS"] {
  background-color: #93d1ef;
}
.home-news__filter-item[data-filter="GOODS"]:hover, .home-news__filter-item[data-filter="GOODS"].active {
  background-color: #50b4e5;
}

.home-news__grid {
  margin-top: -30px;
  margin-left: -20px;
  min-height: 500px;
}

/* News Child */
.home-news__grid-item.INFORMATION a:before, .home-news__grid-item.EVENT a:before, .home-news__grid-item.ONAIR a:before, .home-news__grid-item.MEDIA a:before, .home-news__grid-item.GOODS a:before {
  content: '';
  position: absolute;
  width: 87px;
  height: 49px;
  top: 0;
  right: 0;
  z-index: 1000;
}

.home-news__grid-item.INFORMATION a:after, .home-news__grid-item.EVENT a:after, .home-news__grid-item.ONAIR a:after, .home-news__grid-item.MEDIA a:after, .home-news__grid-item.GOODS a:after {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 13px;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  z-index: 2000;
  color: #fff;
  line-height: 36px;
}

.home-news__grid-item {
  width: 270px;
  margin-left: 20px;
  margin-top: 30px;
}
.home-news__grid-item.INFORMATION a:before {
  background: url(../img/top/label/label_info.png);
}
.home-news__grid-item.INFORMATION a:after {
  content: 'INFO';
}
.home-news__grid-item.INFORMATION .news__thumb {
  background-color: #ff9580;
}
.home-news__grid-item.EVENT a:before {
  background: url(../img/top/label/label_event.png);
}
.home-news__grid-item.EVENT a:after {
  content: 'EVENT';
}
.home-news__grid-item.EVENT .news__thumb {
  background-color: #ffb54c;
}
.home-news__grid-item.ONAIR a:before {
  background: url(../img/top/label/label_onair.png);
}
.home-news__grid-item.ONAIR a:after {
  content: 'ONAIR';
}
.home-news__grid-item.ONAIR .news__thumb {
  background-color: #88d13f;
}
.home-news__grid-item.MEDIA a:before {
  background: url(../img/top/label/label_media.png);
}
.home-news__grid-item.MEDIA a:after {
  content: 'MEDIA';
}
.home-news__grid-item.MEDIA .news__thumb {
  background-color: #52cca3;
}
.home-news__grid-item.GOODS a:before {
  background: url(../img/top/label/label_goods.png);
}
.home-news__grid-item.GOODS a:after {
  content: 'GOODS';
}
.home-news__grid-item.GOODS .news__thumb {
  background-color: #50b4e5;
}

.home-news__grid-box {
  position: relative;
  padding-bottom: 30px;
  border-bottom: solid 2px #f2f2f2;
}
.home-news__grid-box a {
  display: block;
  padding-top: 212px;
  padding-left: 10px;
  padding-right: 10px;
}
.home-news__grid-box a .news__title {
  transition: opacity .4s ease;
}
.home-news__grid-box a .news__thumb span {
  transition: -webkit-transform .4s ease, opacity .4s ease;
  transition: transform .4s ease, opacity .4s ease;
}
.home-news__grid-box a .news__description {
  transition: opacity .4s ease;
}
.home-news__grid-box a:hover .news__title {
  opacity: .7;
}
.home-news__grid-box a:hover .news__thumb span {
  opacity: .8;
  -webkit-transform: scale(1.1) rotate(4deg);
      -ms-transform: scale(1.1) rotate(4deg);
          transform: scale(1.1) rotate(4deg);
}
.home-news__grid-box a:hover .news__description {
  opacity: .7;
}
.home-news__grid-box a:hover .btn-more {
  background-color: #ffb2cc;
}

.news__title {
  margin: 0;
  font-size: 15px;
  text-justify: inter-ideograph;
  text-align: justify;
  word-break: break-all;
  line-height: 1.4;
  letter-spacing: .01em;
  font-weight: 500;
}

.news__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 190px;
  overflow: hidden;
  border: solid 1px #f2f2f2;
  box-sizing: border-box;
}
.news__thumb span {
  display: block;
  width: 270px;
  height: 190px;
}

.news__description {
  font-size: 12px;
  height: 8em;
  overflow: hidden;
  text-justify: inter-ideograph;
  text-align: justify;
  word-break: break-all;
  color: #333333;
  letter-spacing: -.03em;
  position: relative;
}
.news__description:after {
  content: '...';
  position: absolute;
  bottom: 0;
  right: -1px;
  background-color: #fff;
  width: 1em;
  height: 1.3em;
  line-height: 1;
}
.news__description img {
  display: none;
}

.news__release-date {
  color: #a6a6a6;
  float: left;
  height: 22px;
  line-height: 22px;
  width: 192px;
}
.news__release-date .date {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  letter-spacing: .02em;
  display: inline-block;
  height: 22px;
  line-height: 22px;
}
.news__release-date .date:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  margin-right: 5px;
  background: url(../img/top/news_bullet.png) no-repeat left top;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  margin-top: -8px\9
  /* Less to IE10 */
  /* IE11 */
}
.news__release-date .date:before *::-ms-backdrop, .news__release-date .date:before {
  margin-top: -8px;
}

.news__more {
  float: left;
}
/* Loader */
#loader {
  position: relative;
  background-color: none;
}

/* Splash */
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

.splash__in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.splash__in .splash__logo {
  padding-top: 20px;
}

.splash__in .splash__fifteen {
  padding-left: 25px;
}

.splash__copyright {
  position: absolute;
  bottom: 2.5%;
  text-align: center;
  color: #d5d5d5;
  font-size: 12px;
  width: 100%;
  font-family: 'Roboto' sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: .06em;
}

@media screen and (min-width: 1360px) {
  #home-news {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 1140px;
  }

  .home-news__filter {
    right: 8px;
  }
}

/*visual*/
.main-s {
  position: relative;
  width: 100%;
  padding-top: 55%;
}
.fadeout,
.fadein {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  transition: 3s ease-in-out;
  -webkit-transition: 3s ease-in-out;
}
.fadeout {
  opacity: 0;
}
.fadein {
  opacity: 1;
}