@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;
  flex-flow: column;
  padding: 22px 0 0;
}
.header-contents {
    width: 100%;
    position: relative;
}
.header-inner {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.hd-gnav-ul li a {
  display: flex;
  align-items: center;
  color: #141414;
  font-weight: 400;
}
.hd-gnav-ul li a:hover {
  text-decoration: underline;
}
.hd-gnav-about-mngt-ul .submenu ul li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #E62E6E;
  margin-right: 2px;
}
.submenu {
  width: 100%;
  top: 62px;
  right: 0px;
}
.hd-gnav-ul li:hover > .submenu > ul > li {
  height: 50px;
  overflow: visible;
  background-color: #F62A69;
}
.hd-gnav-ul li:hover > .submenu > ul > li > a {
color: #fff;
}
.hd-ico-btn {
  margin-left: 24px;
}
.hd-ico-btn img {
  width: 56px;
  height: 56px;
}

@media screen and (min-width: 1025px) {
  .hd-gnav-inner {
    flex-direction: column;
    align-items: flex-end;
  }
  
  .hd-gnav-ul {
    margin-bottom: 8px;
  }
  
  .hd-gnav-about-mngt-ul {
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .hd-gnav-about-mngt-ul > li {
    display: flex;
    align-items: center;
    height: 1em;
  }
  
  .hd-gnav-about-mngt-li a {
    color: #E62E6E;
    font-size: 18px;
    font-weight: 700;
  }

  .hd-gnav-about-mngt-ul > li > a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    padding: 0 .5em;
    border-left: 1px solid #fff;
    white-space: nowrap;
  }
  
  .hd-gnav-about-mngt-ul > li > a:hover {
    text-decoration: underline;
  }
  
  .hd-gnav-about-mngt-ul .submenu {
    display: flex;
  }
  
  .hd-gnav-about-mngt-ul .submenu ul {
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .hd-gnav-about-mngt-ul .submenu ul li {
    display: flex;
    align-items: center;
    height: 1em;
    padding: 0 .25em;
  }
  
  .hd-gnav-about-mngt-ul .submenu ul li a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #141414;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  
  .hd-gnav-about-mngt-ul .submenu ul li a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1024px) {
  .hd-gnav-about-mngt-ul .submenu ul {
    display: block;
  }
  
  .hd-gnav-about-mngt-ul .submenu ul li {
    display: block;
    padding: 4px 12px;
  }

  .hd-gnav-about-mngt-ul .submenu ul li a::before {
    margin-right: 5px;
  }

  .hd-gnav-about-mngt-ul li a {
    color: #141414;
  }
}

/* Footer */
.footer {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 0 48px;
}
.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: 46px 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 {
    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;
  }
  .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;
    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;
    width: calc(100% - 48px);
    height: calc(100vh - 82px);
    padding: 10px 0;
    background-color: #EFEFEF;
    transition: all .3s linear;
  }

  .hd-gnav-ul {
    padding: 0 24px;
  }

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

  .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,
  .hd-ico-btn.hd-btn-mypge img {
    width: 32px;
    height: 32px;
    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;
  }
}
