@charset "UTF-8";

/* Lower pages keep their original #header geometry and spacing. */
#header.site-header .fanclub-link {
  display: block;
  height: 17px;
  line-height: 0;
}

#header.site-header .fanclub-link img {
  display: block;
  height: 17px;
  width: 76px;
}

#header.site-header #headerContent {
  width: 940px;
}

#header.site-header ul.navi li {
  margin-right: 20px;
}

#header.site-header ul.link {
  margin: -4px 10px 0 0;
}

#header.site-header ul.link li {
  float: left;
  line-height: 0;
  margin-left: 10px;
}

#header.site-header ul.link a {
  display: block;
  height: 24px;
}

#header.site-header ul.link img {
  display: block;
  height: 24px;
  width: 24px;
}

#header.site-header ul.link .youtube-icon {
  width: 24px;
}

/* TOP alone receives the same geometry used by the standard lower pages. */
#top-page #header.site-header {
  background: url("../img/common/header_bg.jpg") center top no-repeat #fff;
  height: 100px;
  left: auto;
  min-width: 980px;
  position: relative;
  top: auto;
  width: 100%;
  z-index: 9000;
}

#top-page #header.site-header .wrapper {
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 950px;
}

#top-page #header.site-header #top {
  float: none;
  height: auto;
  line-height: 0;
  margin: 0;
  padding: 10px 0 0;
  position: static;
  text-align: center;
  width: auto;
}

#top-page #header.site-header #top img {
  height: 43px;
  width: 226px;
}

#top-page #header.site-header #headerContent {
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 15px 0 0;
  position: static;
  width: 940px;
}

#top-page #header.site-header ul.navi {
  display: block;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

#top-page #header.site-header ul.navi li {
  display: block;
  float: left;
  height: auto;
  line-height: 0;
  margin: 0 20px 0 0;
  padding: 0;
  width: auto;
}

#top-page #header.site-header ul.link {
  display: block;
  float: right;
  height: auto;
  margin: -4px 10px 0 0;
  padding: 0;
  width: auto;
}

#top-page #header.site-header ul.link li {
  float: left;
  margin: 0 0 0 10px;
}

/* TOP banner slider replacing TOPICS / PICK UP. */
#top-page #html-container {
  height: auto;
  min-height: 100%;
}

#top-page main {
  background: #000;
  margin-top: calc(100vh - 250px);
  padding: 40px 0 80px;
  position: relative;
}

#top-page #footer {
  padding: 0;
}

#top-page #hero-banner-area {
  bottom: auto;
  margin: 0 auto;
  position: relative;
  right: auto;
  width: 100%;
  z-index: 10;
}

#top-page #hero-banner-area .swiper-container {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  height: 19.7024vw;
  min-height: 193px;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
}

#top-page #hero-banner-area.is-ready .swiper-container {
  visibility: visible;
}

#top-page #hero-banner-area .swiper-slide {
  height: 19.7024vw;
  min-height: 193px;
}

#top-page #hero-banner-area .swiper-slide a,
#top-page #hero-banner-area .swiper-slide img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#top-page #hero-banner-area .swiper-pagination {
  bottom: auto;
  line-height: 12px;
  margin-top: 12px;
  position: static;
  text-align: center;
  width: 100%;
}

#top-page #hero-banner-area .swiper-pagination-bullet {
  background: #fff;
  margin: 0 4px;
  opacity: 1;
}

#top-page #hero-banner-area .swiper-pagination-bullet-active {
  background: #e60012;
}

/* Member SNS is consolidated on BIOGRAPHY. */
.member-sns {
  background: #e7e7e7;
  box-sizing: border-box;
  clear: both;
  margin: 23px auto 90px;
  padding: 30px;
  width: 960px;
}

.member-sns__inner {
  margin: 0 auto;
  width: 500px;
}

.member-sns__title {
  border-bottom: 1px solid #030000;
  line-height: 0;
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-align: center;
}

.member-sns__title img {
  height: 40px;
  width: 274px;
}

.member-sns__member {
  border-bottom: 1px dashed #030000;
  box-sizing: border-box;
  display: table;
  height: 100px;
  width: 500px;
}

.member-sns__member:last-child {
  border-bottom: 0;
}

.member-sns__thumb {
  display: table-cell;
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
  width: 90px;
}

.member-sns__thumb img {
  display: block;
  height: 70px;
  width: 70px;
}

.member-sns__body {
  display: table-cell;
  padding: 15px 0;
  vertical-align: top;
  width: 410px;
}

.member-sns__name {
  line-height: 0;
  margin: 0 0 12px !important;
}

.member-sns__name img {
  display: block;
  height: 18px;
  width: 224px;
}

.member-sns__links {
  display: flex;
  gap: 10px;
}

.member-sns__links a,
.member-sns__links img {
  display: block;
  height: 38px;
  width: 130px;
}
