@charset "UTF-8";



/* Display */
.pc-none {
  display: none;
}
.sp-none {
  display: block;
}



/* Important News */
.important-news {
  display: flex;
  width: 100%;
  background-color: #f00;
  top: 0px;
  left: 0;
  overflow-y: visible;
  margin-top: -22px;
  margin-bottom: 22px;
}
.important-news a {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 14px;
  padding: 10px;
}
.important-news a:hover {
  text-decoration: none;
}



/* Header */
.header {
  background-color: rgba(255, 255, 255, 1);
  height: auto;
  border-bottom: 1px solid #d5d5d5;
  flex-flow: column;
  padding: 22px 0 0;
}
.header-contents {
    width: 100%;
    position: relative;
    height: 62px;
}
.header-inner {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.hd-gnav-ul li a {
  height: 64px;
  display: flex;
  align-items: center;
  color: #F85789;
  font-weight: 400;
}
.hd-gnav-ul li a:hover {
  text-decoration: underline;
}
.submenu {
  width: 100%;
  background-color: #F62A69;
  position: absolute;
  top: 62px;
  right: 0px;
}
.submenu ul::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 46px;
  border: 12px solid transparent;
  border-bottom: 12px solid #F62A69;
  display: none;
}
.submenu ul {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: 0 auto;
  width: 1000px;
}
.submenu li {
  height: 0;
  overflow: hidden;
  transition: .5s;
  border-left: none;
}
.hd-gnav-ul li:hover > .submenu > ul > li {
  height: 50px;
  overflow: visible;
  background-color: #F62A69;
}
.hd-gnav-ul li:hover > .submenu ul::before {
  display: block;
  visibility: visible;
  transition: .5s;
}
.hd-gnav-ul li:hover > .submenu > ul > li > a {
color: #fff;
}
.hd-ico-btn {
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.hd-ico-btn img {
  width: 32px;
  height: 32px;
}



/* Footer */
.footer {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 0 48px;
}
.btn-scroll-top {
  width: 100%;
  margin: 0 0 70px;
  font-size: 12px;
  line-height: 1;
  color: #fc82a8;
  border-radius: 0;
  background-color: #FCE2EF;
  height: 72px;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
}
.footer-logo {
  display: flex;
  list-style-type: none;
}
.footer-logo:nth-of-type(1) {
  margin-bottom: 48px;
}
.footer-logo li {
  margin: 0 8px;
}
.footer-nav {
  margin: 136px 0 0;
}
.footer-nav-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
.footer-nav-ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #AEAEAE;
  margin-bottom: 12px;
  padding: 0 6px;
  line-height: 1;
}
.footer-nav-ul:last-of-type li {
  margin-bottom: 0;
}
.footer-logo li img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
.footer-nav-ul:nth-of-type(2) li {
  border-right: none;
}
.footer-nav-ul li a {
  font-size: 12px;
  color: #AEAEAE;
  text-decoration: none;
  transition: all .3s linear;
}
.footer-copyright {
  margin: 32px auto 0;
  font-size: 12px;
  color: #707070;
  text-align: center;
}



/* Header */
@media  screen and (min-width: 1025px) and (max-width: 1100px) {
  .header {
    padding: 22px 0 0;
  }
  .header-contents {
    height: 62px;
    padding: 0 16px;
  }
  .important-news a {
    font-size: 12px;
  }
  .toggle-class.hd-ico-btn.hd-btn-menu {
    display: none;
  }
}



@media screen and (max-width: 1099px) {
  /* Display */
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}



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

  .header {
    padding: 0;
  }
  .header-contents {
    height: 80px;
  }
  .important-news {
    margin-top: 0;
    margin-bottom: 0;
  }
  .important-news a {
    font-size: 12px;
  }
  .player::before, .voting::before, .summary::before {
    display: none;
  }
  .player [class^="player-list-"] {
    margin: 0 0 70px;
  }

  /* common.css  5922*/
  .hd-ico-btn {
    position: relative;
    justify-content: center;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    padding: 0;
    background-color: #fff;
  }

  /* common.css  5932*/
  .hd-btn-menu {
    display: flex;
    background-color: transparent;
  }

  /* common.css  5937*/
  .mod-ico-menu {
    position: relative;
    width: 38px;
    height: 24px;
  }

  /* common.css  5943*/
  .mod-ico-menu .bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #FC82A8;
    transition: all .3s linear;
    border-radius: .4rem;
  }

  /* common.css  5990 */
  .hd-btn-login::after {
    content: "";
  }

  /* common.css  6000 */
  .hd-btn-menu.active {
    background-color: #F62A69;
  }

  /* common.css  6006 */
  .hd-gnav-inner {
    overflow-y: scroll;
    position: absolute;
    top: 81px;
    right: calc(-100% + 48px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% - 48px);
    height: calc(100vh - 82px);
    padding: 10px 0;
    background-color: #F62A69;
    transition: all .3s linear;
  }

  .hd-gnav-ul {
    padding: 0 24px;
  }
  .hd-gnav-ul li:first-child, .hd-gnav-ul li {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }

  .hd-gnav-ul li a {
    color: #fff;
    padding: 10px 15px 10px 0;
    width: 100%;
    height: 48px;
  }

  .hd-gnav-ul li a::after {
    background-image: none;
  }

  .submenu {
    display: none;
        position: relative;
  }

  .hd-btn-menu.active {
    background-color: #fff;
  }

  .hd-gnav-ul li.disp-sp {
    padding-left: 24px;
  }

  .hd-ico-btn {
    margin-left: 0;
  }

  .hd-ico-btn.hd-btn-login img {
    width: 40px !important;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}


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

  .important-news a {
    text-align: left;
    font-size: 11px;
  }


  /* Footer */
  .footer-logo {
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 40px);
  }
  .footer-logo:nth-of-type(1) {
    margin-bottom: 0;
  }
  .footer-logo li {
    width: calc((100% - 66px) / 3);
    text-align: center;
    margin-bottom: 32px;
  }
  .footer-logo li:not(:last-of-type) {
    margin-right: 12px;
  }
  .footer-logo:nth-of-type(2) li:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
  .footer-nav {
    margin: 80px 0 0;
  }
  .footer-copyright {
    font-size: 10px;
    margin: 32px auto 0;
  }
}
