@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/css/swiper.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300&display=swap");
html,
body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
figure,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none;
  list-style-type: none; }

html {
  font-size: 62.5%; }

/**/
/**/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.6rem; } }

::selection {
  background: #FFEBF4;
  color: #999999; }

*, *:before, *:after {
  box-sizing: border-box;
  color: #444444; }

a {
  cursor: pointer;
  text-decoration: none; }

h1 {
  line-height: 1.3; }

h2 {
  line-height: 1.35; }

h3 {
  line-height: 1.4; }

P {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #444444; }
  P:last-child {
    margin-bottom: 0; }

img {
  width: 100%;
  vertical-align: bottom; }

.pc-elm {
  display: inline-block !important; }
  @media screen and (max-width: 767px) {
    .pc-elm {
      display: none !important; } }

.sp-elm {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .sp-elm {
      display: inline-block !important; } }

/******************************************************************************************************************* common ***/
.nav-item__link, .view-more__wrapper, .twitter-account, .breadcrub, .category, .article .pagination__link, .discography-item__info, .track-disc__disc, .song__name, .schedule-header {
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .2rem; }

.header__wrapper, .date, .view-more__wrapper, .info__wrapper, .info-content__title, .top-video__title, .top-video__item-wrapper, .twitter__wrapper, .twitter__title, .content-twitter__wrapper, .footer, .footer__social-icons, .breadcrumbs__wrapper, .contents-header__wrapper, .contents-category, .category, .item__date, .pagination__list, .pagination__link, .article-header__wrapper, .article-figure, .video__wrapper, .members__list, .member, .member__info, .member__social-icons, .discography__list, .discography-item__wrapper, .discography-item__label, .article-discography, .article-discography__disc, .schedule-header__wrapper, .contact-form__item {
  display: flex;
  align-items: center;
  justify-content: center; }

.container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: calc(1200px + 9.375% * 2);
  padding: 0 9.375%;
  margin: 0 auto; }

.header {
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #ffffff; }
  .header__wrapper {
    position: relative;
    width: 100%;
    justify-content: space-between; }
  .header__logo {
    height: 42px; }
    .header__logo img {
      width: auto;
      height: 100%; }
  .header__nav-toggle {
    display: none; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    padding: 0 60px; }

.nav-list {
  display: flex; }

.nav-item {
  margin-left: 10px;
  margin-right: 10px; }
  .nav-item__link {
    position: relative;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    color: #444444;
    transition: all 0.2s ease 0s; }
    .nav-item__link:before {
      position: absolute;
      bottom: -13px;
      left: 10%;
      content: '';
      width: 80%;
      height: 1px;
      background-color: #444444;
      transform: scale(0, 1);
      transform-origin: center top;
      transition: transform .2s; }
    .nav-item__link:hover:before {
      transform: scale(1, 1); }
    .nav-item__link.active {
      color: #999999; }
      .nav-item__link.active:before {
        background-color: #999999;
        transform: scale(1, 1); }

.label {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04rem;
  text-indent: 0.02rem;
  color: #444444;
  word-break: break-all;
  padding: 2px 4px;
  margin-bottom: 6px;
  background-color: #ededed; }

.date {
  transition: all 0.2s ease;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #999999; }

.new {
  font-family: "Roboto", sans-serif;
  font-size: 1.0rem;
  font-weight: 500;
  letter-spacing: 0.167rem;
  text-indent: 0.0835rem;
  color: #ffffff;
  padding: 3px 5px;
  margin-left: 8px;
  border-radius: 50px;
  background-color: #f10000;
  transition: all 0.2s ease; }

.main {
  position: relative;
  z-index: 100;
  min-height: calc(100vh - 363px);
  padding-top: 80px;
  padding-bottom: 150px;
  overflow: hidden; }

/******************************************************************************************************************* home ***/
.home .header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: translateY(-100%);
  transition: all 0.2s ease 0.1s; }
.home .header.fix:before {
  transform: translateY(0); }

.view-more {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  .view-more__wrapper {
    position: relative;
    padding: 10px 30px 10px 17px;
    font-size: 1.4rem;
    letter-spacing: .183rem;
    color: #999999;
    border: .9px solid #bcbcbc; }
    .view-more__wrapper:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #FFEBF4;
      opacity: 0;
      transform: translateX(-10px);
      transition: 0.3s ease-in-out; }
    .view-more__wrapper:after {
      content: "";
      display: block;
      position: absolute;
      right: 17px;
      top: 50%;
      width: 6px;
      height: 11px;
      background-image: url("/images/1751/arrow.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%;
      vertical-align: bottom;
      transform: translateY(-50%);
      transition: 0.4s ease; }
    .view-more__wrapper:hover:before {
      opacity: 1;
      transform: translateX(0); }
    .view-more__wrapper:hover:after {
      right: 14px; }

.intro {
  width: 100%;
  max-width: 1600px;
  height: calc(100vh - 80px);
  margin: 0 auto;
  padding: 0 80px 80px; }

.key-visual {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.swiper-container {
  padding-bottom: 60px;
  overflow: visible; }

.swiper-slide {
  border: 1px solid #DCDCDC; }

.swiper-pagination {
  bottom: 0 !important; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px !important;
  background-color: transparent;
  border: 1px solid #DCDCDC;
  opacity: 1; }

.swiper-pagination-bullet-active {
  background-color: #999999;
  border: 1px solid #999999; }

.topics {
  padding-bottom: 120px; }

.info {
  position: relative;
  z-index: 100;
  padding-bottom: 150px; }
  .info__wrapper {
    align-items: stretch;
    justify-content: space-between; }

.info-content {
  position: relative;
  width: 100%; }
  .info-content__title {
    font-family: "Roboto", sans-serif;
    font-size: 4rem;
    font-style: italic;
    letter-spacing: 0.522rem;
    text-indent: 0.261rem;
    line-height: 1;
    color: #444444;
    position: relative;
    margin-bottom: 52px; }
    .info-content__title span {
      position: relative;
      display: block;
      vertical-align: bottom; }
      .info-content__title span em {
        position: relative;
        z-index: 10;
        font-weight: 100; }
      .info-content__title span:after {
        content: "";
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: -10px;
        display: block;
        width: calc(100% + 20px);
        height: 18px;
        background-color: #FFEBF4; }
  .info-content__wrapper {
    position: relative;
    padding: 0 30px; }

.top-video {
  position: relative;
  z-index: 99;
  padding-bottom: 150px; }
  .top-video__container {
    position: relative; }
  .top-video__title {
    justify-content: flex-start;
    position: relative;
    z-index: 100;
    font-family: "Roboto", sans-serif;
    font-size: 6.8rem;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 0.887rem;
    text-indent: 0.4435rem;
    line-height: 1;
    color: #444444;
    max-width: 1440px;
    padding-left: calc(5.31966813133% + 60px);
    margin: 0 auto 30px; }
    .top-video__title span {
      position: relative;
      display: block;
      vertical-align: bottom; }
      .top-video__title span em {
        position: relative;
        z-index: 10;
        font-weight: 100; }
      .top-video__title span:after {
        content: "";
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: -14px;
        display: block;
        width: calc(100% + 28px);
        height: 24px;
        background-color: #FFEBF4; }
  .top-video__item-container {
    background-color: #f8f8f8;
    padding: 100px 0; }
  .top-video__item-wrapper {
    position: relative;
    justify-content: space-around;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }
  .top-video__item {
    width: 42.020497803%; }
    @media screen and (min-width: 768px) {
      .top-video__item:nth-of-type(2) {
        margin-top: -150px; } }
  .top-video__img {
    position: relative;
    z-index: 101;
    width: 100%;
    margin-bottom: 20px; }
    .top-video__img:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
  .top-video__img-wrapper {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .top-video__img-wrapper iframe {
      width: 100%;
      height: 100%; }
  .top-video__text {
    position: relative;
    z-index: 102;
    margin: 0 10px; }
  .top-video__text-title {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.5;
    color: #444444; }
  @media screen and (min-width: 768px) {
    .top-video .view-more {
      position: absolute;
      top: calc(100% + 4px);
      right: calc(5.31966813133% + 32px); } }

.twitter {
  position: relative;
  z-index: 100; }
  .twitter__wrapper {
    flex-direction: column; }
  .twitter__title {
    position: relative;
    margin-bottom: 80px;
    z-index: 100;
    font-family: "Roboto", sans-serif;
    font-size: 6.8rem;
    font-weight: 100;
    font-style: italic;
    letter-spacing: 0.887rem;
    text-indent: 0.4435rem;
    line-height: 1;
    color: #444444; }
    .twitter__title span {
      position: relative;
      display: block;
      vertical-align: bottom; }
      .twitter__title span em {
        position: relative;
        z-index: 10;
        font-weight: 100; }
      .twitter__title span:after {
        content: "";
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: -14px;
        display: block;
        width: calc(100% + 28px);
        height: 24px;
        background-color: #FFEBF4; }

.content-twitter {
  width: 100%; }

.tweet {
  width: 100%;
  max-width: 600px;
  padding: 0 20px; }
  .tweet__wrapper {
    height: 300px;
    background-color: #ffffff;
    overflow-y: scroll;
    border: 1px solid #DCDCDC;
    border-radius: 3px; }

.twitter-account {
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 3.2rem;
  font-weight: 100;
  letter-spacing: 0.417rem;
  text-indent: 0.2085rem;
  color: #444444; }

.instagram-media {
  margin: 0 !important;
  border-style: none !important;
  border-bottom: 1px solid #DCDCDC; }

.footer {
  flex-direction: column;
  padding-bottom: 80px; }
  .footer__social-icons a {
    padding: 0 12px; }
  .footer__social-icons img {
    width: 24px;
    height: auto; }
  .footer__copyright {
    margin-top: 42px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.157rem;
    text-indent: 0.0785rem;
    color: #444444; }
  .footer__powerd-by {
    margin-top: 12px;
    font-size: 1.1rem;
    line-height: 1;
    color: #999999; }

/*******************************************************************************************************************  content page***/
.breadcrumbs {
  padding: 36px 0; }
  .breadcrumbs__wrapper {
    justify-content: flex-start; }

.breadcrub {
  display: flex;
  flex-wrap: nowrap;
  font-size: 1.2rem;
  letter-spacing: 0.186rem;
  text-indent: 0.093rem;
  color: #444444; }
  .breadcrub:nth-of-type(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px; }
  .breadcrub + .breadcrub:before {
    content: "/";
    margin: 0 8px; }
  .breadcrub__link {
    color: #999999; }
    .breadcrub__link:hover {
      opacity: .8; }

.contents-header {
  padding-bottom: 66px; }
  .contents-header__wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column; }

.contents-title {
  margin-left: 43px;
  margin-right: 80px;
  font-family: "Roboto", sans-serif;
  font-size: 6.8rem;
  font-weight: 100;
  font-style: italic;
  letter-spacing: 0.887rem;
  text-indent: 0.4435rem;
  line-height: 1;
  color: #444444; }
  .contents-title span {
    position: relative;
    display: block;
    vertical-align: bottom; }
    .contents-title span em {
      position: relative;
      z-index: 10;
      font-weight: 100; }
    .contents-title span:after {
      content: "";
      position: absolute;
      z-index: 9;
      bottom: 0;
      left: -14px;
      display: block;
      width: calc(100% + 28px);
      height: 24px;
      background-color: #FFEBF4; }

.contents-category {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 36px; }

.category {
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 0.04rem;
  text-indent: 0.02rem;
  color: #999999;
  margin-bottom: 8px; }
  .category + .category:before {
    content: "|";
    margin: 0 20px;
    font-weight: 100 !important;
    color: #999999 !important; }
  .category.active {
    font-weight: 700;
    color: #444444; }
  .category a {
    font-weight: 100;
    color: #999999;
    transition: all 0.2s ease 0.1s; }
    .category a:hover {
      font-weight: bold;
      color: #444444; }
      .category a:hover:before {
        font-weight: 100; }

.contents__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px; }

.item {
  position: relative;
  width: 33.3333333333%;
  padding: 0 20px;
  margin-bottom: 60px; }
  .item__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%; }
    .item__wrapper:hover .item__thumb-wrapper img {
      transform: scale(1.2); }
  .item__thumb {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    border: 1px solid #DCDCDC;
    overflow: hidden; }
    .item__thumb:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
  .item__thumb-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .item__thumb-wrapper img {
      height: 100%;
      object-fit: cover;
      transition: all 5.6s cubic-bezier(0.06, 1, 0.2, 1) 0s; }
  .item__info {
    width: 100%;
    padding: 0 5px; }
  .item__date {
    position: relative;
    z-index: 102;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 8px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    color: #999999; }
  .item__title {
    position: relative;
    z-index: 102;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.4;
    color: #444444; }

.pagination__item {
  margin: 0 4px; }
.pagination__link {
  font-family: "Roboto Condensed", sans-serif;
  width: 36px;
  height: 36px;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: .1rem;
  text-indent: .1rem;
  color: #999999; }
  .pagination__link img {
    width: 40px; }
  .pagination__link.active {
    position: relative;
    color: #444444; }
    .pagination__link.active:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 1px solid #444444; }

/*******************************************************************************************************************  article page***/
.article .item__date {
  padding-bottom: 10px;
  font-size: 1.6rem; }
.article .label {
  font-size: 1.4rem;
  margin-bottom: 12px; }
.article .new {
  font-size: 1.2rem; }
.article .pagination__list {
  justify-content: flex-end;
  max-width: 800px;
  margin: 0 auto; }
.article .pagination__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  height: auto;
  font-size: 1.2rem;
  color: #999999;
  transition: all .2s ease; }
  .article .pagination__link:before {
    display: block;
    content: "";
    width: 4px;
    height: 1px;
    margin-right: 3px;
    background-color: #999999;
    transition: all .4s ease; }
  .article .pagination__link:hover {
    color: #444444; }
    .article .pagination__link:hover:before {
      width: 12px;
      background-color: #444444; }

.article-header {
  width: 100%;
  padding: 5% 0;
  background-color: #f8f8f8; }
  .article-header__wrapper {
    justify-content: space-between; }
  .article-header__img {
    width: 50.943396226%;
    height: 100%; }
    .article-header__img img {
      height: 100%;
      max-height: 580px;
      object-fit: contain;
      object-position: right center; }
  .article-header__img-wrapper {
    width: 100%;
    height: 100%; }
  .article-header__text {
    width: 43.396226415%; }
  .article-header__title {
    padding-bottom: 40px;
    font-size: 2.4vw;
    font-weight: 300;
    line-height: 1.3; }
  .article-header__description {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5; }
    .article-header__description__date + .article-header__description__place {
      margin-top: 10px; }
  .article-header__social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80px; }
    .article-header__social-icons a {
      width: 22px; }
  .article-header__release {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .04rem; }

.article-body {
  padding: 40px 0 80px; }
  .article-body__wrapper {
    max-width: 75.4716981132%;
    margin: 0 auto; }

.article-text h1 {
  font-size: 2.4rem;
  margin-bottom: 30px; }
.article-text h2 {
  font-size: 2.0rem;
  margin-bottom: 20px; }
  .article-text h2 + h3 {
    margin-top: 30px; }
.article-text h3 {
  font-size: 1.8rem;
  margin-bottom: 20px; }
.article-text p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.76; }
  .article-text p img {
    max-height: 420px;
    margin: 20px 0;
    object-fit: contain; }
  .article-text p + h1 {
    margin-top: 50px; }
  .article-text p + h2 {
    margin-top: 40px; }
  .article-text p + h3 {
    margin-top: 30px; }
.article-text ul {
  margin-bottom: 20px; }
  .article-text ul + h1 {
    margin-top: 50px; }
  .article-text ul + h2 {
    margin-top: 40px; }
  .article-text ul + h3 {
    margin-top: 30px; }
.article-text li {
  margin-bottom: 14px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.76; }
.article-text a {
  margin-bottom: 20px;
  color: #FF6490;
  text-decoration: underline; }
.article-text small {
  font-size: 1.2rem;
  line-height: 1.4;
  display: inherit; }
.article-text td {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6; }
.article-text img {
  object-fit: contain; }

.article-figure {
  justify-content: flex-start;
  padding-top: 60px; }

.figure {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  overflow: hidden; }
  .figure + .figure {
    margin-left: 1px; }
  .figure img {
    width: 90px;
    height: 90px;
    object-fit: cover; }

/*******************************************************************************************************************  video page***/
.video {
  padding: 30px 0;
  color: #444444;
  background-color: #ffffff;
  transition: all 0.2s ease; }
  .video:hover {
    background-color: #FFEBF4;
    transition: all 0.2s ease 0.1s; }
  .video__wrapper {
    justify-content: space-between;
    height: 100%; }
  .video__thumb {
    position: relative;
    width: 50.9433962264%; }
    .video__thumb:before {
      content: "";
      display: block;
      padding-top: 56.25%; }
  .video__thumb-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .video__thumb-wrapper iframe {
      width: 100%;
      height: 100%; }
  .video__text {
    width: 43.3962264151%; }
  .video__title {
    padding-bottom: 20px;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.5;
    transition: all 0.2s ease; }
  .video__social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80px; }
    .video__social-icons a {
      width: 22px; }

/*******************************************************************************************************************  free page***/
.free-content img {
  height: auto; }

/*******************************************************************************************************************  profile page***/
.hero {
  width: 100%;
  max-width: 1600px;
  height: 480px;
  margin: -96px auto 0;
  padding: 0 60px; }

.hero-img {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.profile-text {
  margin: -80px 0 80px; }
  .profile-text__container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 1600px;
    padding-left: 130px;
    margin: 0 auto; }
  .profile-text__wrapper {
    padding: 36px 65px 46px 47px;
    background-color: #F8F8F8; }
    .profile-text__wrapper p {
      font-size: 1.6rem;
      font-weight: 300;
      line-height: 2.25; }

.members .container {
  max-width: 1080px; }
.members__list {
  flex-direction: column; }

.member {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 80px; }
  .member__avatar {
    position: relative;
    width: 39.09090909%; }
    .member__avatar img {
      object-fit: cover; }
  .member__info {
    flex-direction: column;
    align-items: flex-start;
    width: 52.954545454%; }
  .member__name {
    margin-bottom: 32px;
    font-size: 4.8rem;
    font-weight: 200;
    line-height: 1; }
  .member__position {
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    letter-spacing: 0.229rem;
    text-indent: 0.1145rem;
    color: #444444;
    margin-bottom: 16px; }
  .member__text {
    margin-bottom: 20px; }
    .member__text p {
      font-size: 1.8rem;
      font-weight: 300;
      line-height: 1.6;
      white-space: pre-line; }
  .member__social-icons a {
    width: 28px; }
    .member__social-icons a + a {
      margin-left: 20px; }

/*******************************************************************************************************************  discography page***/
.discography__wrapper {
  position: relative;
  padding-top: 120px; }
  .discography__wrapper:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 50%;
    width: 350px;
    height: calc(100% - 50px);
    background-color: #f8f8f8;
    border-radius: 16px;
    transform: translateX(-50%); }
.discography__list {
  position: relative;
  z-index: 101;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }

.discography-item {
  width: 47.641509434%;
  padding-bottom: 100px; }
  .discography-item:nth-child(odd) .discography-item__wrapper {
    padding-bottom: 120px;
    margin-top: -120px; }
  .discography-item__wrapper {
    align-items: flex-start;
    justify-content: space-between; }
  .discography-item__img {
    width: 49.504950495%;
    background-color: #ffffff;
    box-shadow: 0 19px 30px -8px rgba(0, 0, 0, 0.3);
    overflow: hidden; }
    .discography-item__img img {
      transition: all 5.6s cubic-bezier(0.06, 1, 0.2, 1) 0s; }
    .discography-item__img:hover img {
      transform: scale(1.2); }
  .discography-item__info {
    width: 43.564356435%;
    padding-top: 40px; }
  .discography-item__label {
    position: relative;
    justify-content: flex-start;
    margin-bottom: 10px; }
    .discography-item__label .label {
      margin: 0; }
  .discography-item__title {
    margin-bottom: 25px; }
  .discography-item h2 {
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: .01rem; }
  .discography-item__release {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .01rem; }

/*******************************************************************************************************************  detail discography page***/
.detail-discography .article-header__title {
  font-size: 4.8rem; }
.detail-discography .item__date {
  flex-direction: row; }
.detail-discography .label {
  margin-bottom: 0; }

.article-discography {
  align-items: flex-start; }
  .article-discography__disc {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 62.5%; }
  .article-discography__description {
    position: relative;
    width: 31.25%;
    padding-left: 6.25%;
    margin-left: 6.25%;
    font-size: 1.4rem;
    font-weight: normal; }
    .article-discography__description:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 80px;
      background-color: #DCDCDC;
      transform: scaleX(0.5);
      transform-origin: 100% 0; }
    .article-discography__description h1 {
      font-size: 2.0rem; }
      .article-discography__description h1 + h1 {
        margin-top: 20px; }
      .article-discography__description h1 + h2 {
        margin-top: 20px; }
      .article-discography__description h1 + h3 {
        margin-top: 20px; }
      .article-discography__description h1 + p {
        margin-top: 20px; }
    .article-discography__description h2 {
      font-size: 1.8rem; }
      .article-discography__description h2 + h1 {
        margin-top: 20px; }
      .article-discography__description h2 + h2 {
        margin-top: 20px; }
      .article-discography__description h2 + h3 {
        margin-top: 20px; }
      .article-discography__description h2 + p {
        margin-top: 20px; }
    .article-discography__description h3 {
      font-size: 1.6rem; }
      .article-discography__description h3 + h1 {
        margin-top: 20px; }
      .article-discography__description h3 + h2 {
        margin-top: 20px; }
      .article-discography__description h3 + h3 {
        margin-top: 20px; }
      .article-discography__description h3 + p {
        margin-top: 20px; }
    .article-discography__description p {
      font-size: 1.2rem; }
      .article-discography__description p + h1 {
        margin-top: 20px; }
      .article-discography__description p + h2 {
        margin-top: 20px; }
      .article-discography__description p + h3 {
        margin-top: 20px; }
      .article-discography__description p + p {
        margin-top: 20px; }
    .article-discography__description a {
      color: #FF6490;
      text-decoration: underline; }

.track-disc {
  width: 45%;
  margin-bottom: 40px; }
  .track-disc__list {
    list-style: decimal; }
  .track-disc__disc {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: .05rem;
    color: #999999; }

.song__name {
  margin-bottom: 6px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .02rem; }

/*******************************************************************************************************************  schedule page***/
.page-schedule .item__date {
  align-items: center;
  flex-direction: row; }
  .page-schedule .item__date span {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .page-schedule .item {
    display: flex;
    flex-direction: column;
    width: 14.2857142857%;
    height: 220px;
    padding: 0;
    margin: 0;
    border-right: 0.9px solid #DCDCDC;
    border-bottom: 0.9px solid #DCDCDC;
    background-color: #ffffff; }
    .page-schedule .item:nth-of-type(7n-6) {
      border-left: 0.9px solid #DCDCDC; }
    .page-schedule .item:nth-of-type(7n-7), .page-schedule .item:nth-of-type(7n-6) {
      background-color: #f8f8f8; }
      .page-schedule .item:nth-of-type(7n-7) .day, .page-schedule .item:nth-of-type(7n-6) .day {
        color: #444444; }
    .page-schedule .item:first-child, .page-schedule .item:nth-of-type(2), .page-schedule .item:nth-of-type(3), .page-schedule .item:nth-of-type(4), .page-schedule .item:nth-of-type(5), .page-schedule .item:nth-of-type(6), .page-schedule .item:nth-of-type(7) {
      border-top: 0.9px solid #DCDCDC; }
    .page-schedule .item__wrapper {
      position: relative;
      z-index: 100;
      width: 100%;
      height: 100%;
      padding: 15px;
      overflow: hidden; }
      .page-schedule .item__wrapper:first-of-type {
        padding-top: 40px; }
      .page-schedule .item__wrapper + .item__wrapper:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 101;
        top: 0;
        left: 50%;
        width: calc(100% - 15px * 2);
        height: 1px;
        background-color: #dcdcdc;
        transform: translateX(-50%); }
    .page-schedule .item__thumb {
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin: 0;
      border-radius: 0;
      border-style: none; }
      .page-schedule .item__thumb:before {
        position: absolute;
        z-index: 101;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.55); }
    .page-schedule .item__info-wrapper {
      height: 100%;
      padding: 5px 15px 15px 15px; }
    .page-schedule .item__info {
      position: relative;
      z-index: 102;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      padding: 0;
      overflow-y: scroll; }
    .page-schedule .item__title {
      display: block;
      height: 100%;
      font-size: 1.0rem;
      font-weight: 900;
      line-height: 1.3;
      color: #ffffff; }
    .page-schedule .item.have-events .day {
      color: #ffffff; }
  .page-schedule .label {
    background-color: #ffffff; } }
.schedule-header {
  padding-bottom: 40px;
  letter-spacing: .02rem; }
  .schedule-header__wrapper {
    max-width: 420px;
    margin: 0 auto;
    justify-content: space-between; }
  .schedule-header .prev a,
  .schedule-header .next a {
    font-size: 1.6rem;
    letter-spacing: .04rem;
    color: #999999; }
  .schedule-header .month {
    font-size: 3.2rem;
    color: #444444; }

.day {
  position: absolute;
  z-index: 102;
  top: 16px;
  left: 15px;
  font-family: "Roboto Condensed", sans-serif;
  color: #444444; }

/*******************************************************************************************************************  contact page***/
.contact-form {
  padding: 40px 0 0; }
  .contact-form__wrapper {
    max-width: 75.4716981132%;
    margin: 0 auto; }
  .contact-form__item {
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px; }
  .contact-form__left {
    width: 18.75%;
    font-size: 1.4rem;
    font-weight: normal; }
  .contact-form__right {
    position: relative;
    width: 75%; }
    .contact-form__right:before {
      content: "";
      display: block;
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #DCDCDC; }
    .contact-form__right.message:before {
      content: none; }
  .contact-form input {
    width: 100%;
    border-style: none;
    font-size: 1.6rem;
    background-color: transparent; }
  .contact-form input:focus {
    outline: 0;
    border-style: none; }
  .contact-form__submit {
    text-align: center; }
    .contact-form__submit button {
      font-size: 1.4rem;
      font-weight: normal;
      padding: 15px 55px;
      background-color: transparent;
      border: 0.9px solid #DCDCDC;
      border-radius: 50px;
      cursor: pointer;
      outline: none;
      appearance: none; }
  .contact-form__send {
    font-size: 1.6rem;
    line-height: 1.5; }

#text {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  background-color: transparent; }

/*******************************************************************************************************************  responsive page***/
@media screen and (min-width: 768px) {
  .home .header {
    background: transparent; } }
@media screen and (min-width: 1200px) {
  .home .item__wrapper {
    flex-direction: row; }
  .home .item__thumb {
    width: 33.33333%;
    margin: 0; }
    .home .item__thumb:before {
      padding-top: 100%; }
  .home .item__info {
    width: 66.66666%;
    padding: 0 0 0 20px; }
  .home .item__title {
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.625; } }
@media screen and (min-width: 768px) {
  .home .contents__wrapper {
    flex-direction: column; }
  .home .item {
    width: 100%; } }
@media screen and (max-width: 1199px) {
  .header__nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease; }
  .header__nav-wrapper {
    height: 100%;
    padding: 80px 0; }
  .header__nav-toggle {
    display: block;
    height: 18px;
    cursor: pointer; }
    .header__nav-toggle > div {
      position: relative;
      width: 32px; }
    .header__nav-toggle span {
      width: 100%;
      height: 1px;
      left: 0;
      display: block;
      background: #444444;
      position: absolute;
      transition: transform .18s ease-in-out; }
      .header__nav-toggle span:nth-child(1) {
        top: 0; }
      .header__nav-toggle span:nth-child(2) {
        top: 8px; }
      .header__nav-toggle span:nth-child(3) {
        top: 16px; }

  .nav-open .header__nav {
    visibility: visible;
    opacity: 1;
    transition: all .18s ease; }
  .nav-open .header__nav-toggle span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg); }
  .nav-open .header__nav-toggle span:nth-child(2) {
    top: 9px;
    width: 0;
    left: 50%; }
  .nav-open .header__nav-toggle span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg); }

  .nav-list {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; }

  .nav-item {
    padding: 20px 0; }
    .nav-item__link {
      font-size: 1.8rem; } }
@media screen and (max-width: 767px) {
  .header {
    height: 64px;
    padding: 0;
    border-bottom: 0.9px solid #DCDCDC; }
    .header__wrapper {
      justify-content: center;
      height: 100%; }
    .header__logo {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      height: 42px; }
      .header__logo a {
        height: 100%; }
    .header__nav-toggle {
      position: absolute;
      right: 0; }
    .header .container {
      padding: 0 32px; }

  .nav-item__link {
    font-size: 1.6rem; }

  .main {
    padding-top: 64px;
    padding-bottom: 80px; }

  .container {
    padding: 0 16px; }

  .breadcrumbs {
    padding: 16px 0; }

  .breadcrub:nth-of-type(3) {
    max-width: 240px;
    letter-spacing: 0; }

  .intro {
    height: auto;
    padding: 0;
    margin-bottom: 24px; }

  .key-visual {
    padding-top: 57.8666666667%; }

  .topics {
    padding-bottom: 60px; }

  .swiper-container {
    padding-bottom: 40px; }

  .swiper-slide-active {
    animation: inout .4s;
    animation-iteration-count: 1;
    animation-fill-mode: both; }

  @keyframes inout {
    0% {
      transform: scale(1, 1); }
    100% {
      transform: scale(1.1, 1.1); } }
  .info {
    padding-bottom: 80px; }
    .info__wrapper {
      flex-direction: column; }

  .info-content {
    display: none;
    width: 100%; }
    body.news-active .info-content.ic-news {
      display: block; }
    body.media-active .info-content.ic-media {
      display: block; }
    body.live-active .info-content.ic-live {
      display: block; }
    .info-content__wrapper {
      padding: 0; }
    .info-content__title {
      display: none; }
    .info-content__button {
      margin-bottom: 40px; }
      .info-content__button__wrapper {
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-bottom: 1px solid #DCDCDC; }
      .info-content__button__title {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 12px 0 16px;
        font-family: "Roboto", sans-serif;
        font-size: 2.2rem;
        font-weight: 100;
        font-style: italic;
        line-height: 1;
        letter-spacing: 0.287rem;
        text-indent: 0.1435rem;
        text-align: center;
        color: #999999; }
        .info-content__button__title span {
          position: relative;
          display: block;
          vertical-align: bottom; }
          .info-content__button__title span em {
            position: relative;
            z-index: 10;
            font-weight: 100; }
          .info-content__button__title span:after {
            content: "";
            position: absolute;
            z-index: 9;
            bottom: 0;
            left: -8px;
            display: block;
            width: calc(100% + 16px);
            height: 10px;
            background-color: #FFEBF4; }
        .info-content__button__title:before {
          content: "";
          display: block;
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #444444;
          transform: scale(0, 1);
          transform-origin: center top;
          transition: transform .2s; }
        body.news-active .info-content__button__title.btn__news:before {
          transform: scale(1, 1); }
        body.media-active .info-content__button__title.btn__media:before {
          transform: scale(1, 1); }
        body.live-active .info-content__button__title.btn__live:before {
          transform: scale(1, 1); }

  .top-video {
    padding-bottom: 80px; }
    .top-video__title {
      font-size: 3.6rem;
      letter-spacing: 0.47rem;
      text-indent: 0.235rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0 0 40px 0; }
      .top-video__title span:after {
        left: -8px;
        width: calc(100% + 16px);
        height: 16px; }
    .top-video__item-container {
      padding: 48px 16px; }
    .top-video__item-wrapper {
      flex-direction: column; }
    .top-video__item {
      width: 100%;
      margin-bottom: 40px; }
    .top-video__img {
      width: 100%;
      margin-bottom: 16px; }
    .top-video__text {
      width: 100%;
      margin: 0; }
    .top-video__date {
      position: relative;
      top: auto;
      left: auto;
      font-size: 1.6rem;
      margin-bottom: 4px; }
    .top-video__text-title {
      font-size: 1.6rem; }

  .twitter__title {
    font-size: 3.6rem;
    letter-spacing: 0.47rem;
    text-indent: 0.235rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 40px 0; }
    .twitter__title span:after {
      left: -8px;
      width: calc(100% + 16px);
      height: 16px; }

  .content-twitter__wrapper {
    flex-direction: column; }

  .tweet {
    padding: 0; }
    .tweet + .tweet {
      margin-top: 32px; }

  .twitter-account {
    font-size: 2.0rem;
    margin: 0 0 8px 0; }

  .contents-header {
    padding-bottom: 16px; }
    .contents-header__wrapper {
      position: relative;
      padding-bottom: 12px; }

  .contents-title {
    display: none; }

  .contents__wrapper {
    flex-direction: column;
    margin: 0; }

  .item {
    width: 100%;
    padding: 0 0 28px 0;
    margin-bottom: 0; }
    .item__wrapper {
      flex-direction: row; }
      .item__wrapper + .item__wrapper {
        margin-top: 16px; }
    .item__thumb {
      width: 33.3333333%;
      margin-bottom: 0; }
      .item__thumb:before {
        padding-top: 100%; }
    .item__info {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 66.666666%;
      padding: 6px 0 0 16px; }
    .item__title {
      font-size: 1.5rem; }

  .article .item__date {
    padding-bottom: 4px; }

  .article-header {
    height: auto;
    padding: 0; }
    .article-header .container {
      padding: 0; }
    .article-header__wrapper {
      flex-direction: column;
      padding: 0; }
    .article-header__img {
      position: relative;
      width: 100%;
      height: auto; }
      .article-header__img:before {
        content: none; }
      .article-header__img img {
        max-height: 480px;
        object-position: center; }
    .article-header__img-wrapper {
      height: auto;
      background-color: #ecedee; }
    .article-header__text {
      width: 100%;
      padding: 20px 20px 32px; }
    .article-header__title {
      font-size: 1.8rem;
      padding-bottom: 40px; }

  .article-body {
    padding: 20px 0 60px; }
    .article-body__wrapper {
      max-width: none; }

  .article-text h2 {
    font-size: 1.8rem; }
  .article-text h3 {
    font-size: 1.6rem; }
  .article-text p {
    font-size: 1.4rem; }
    .article-text p img {
      max-height: 257px; }
  .article-text li {
    font-size: 1.4rem; }
  .article-text small {
    font-size: 1.1rem; }
  .article-text td {
    font-size: 1.4rem; }

  /*******************************************************************************************************************  home ***/
  .page-profile .contents-header,
  .page-video .contents-header,
  .page-contact .contents-header {
    display: none; }

  /*******************************************************************************************************************  profile ***/
  .hero {
    height: auto;
    padding: 0;
    margin: 0; }

  .hero-img {
    padding-top: 50%; }

  .profile-text {
    margin-top: 0; }
    .profile-text__container {
      padding: 0; }
    .profile-text__wrapper {
      width: 100%;
      padding: 16px; }
      .profile-text__wrapper p {
        line-height: 1.8;
        font-size: 1.5rem; }

  .members__list {
    flex-direction: column;
    align-items: center; }

  .member {
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .member__avatar {
      width: 67%;
      margin-bottom: 24px; }
    .member__info {
      width: 100%; }
    .member__name {
      font-size: 3.2rem;
      margin-bottom: 20px; }
    .member__text p {
      font-size: 1.6rem; }

  /*******************************************************************************************************************  discography ***/
  .discography__wrapper:before {
    width: 44.8%; }

  .discography-item {
    padding-bottom: 60px; }
    .discography-item:nth-child(odd) .discography-item__wrapper {
      padding-bottom: 100px;
      margin-top: -100px; }
    .discography-item__wrapper {
      flex-direction: column; }
    .discography-item__img {
      width: 100%;
      box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.3); }
    .discography-item__info {
      width: 100%;
      padding-top: 12px;
      text-align: center; }
    .discography-item__label {
      margin-bottom: 8px;
      justify-content: center; }
    .discography-item__title {
      margin-bottom: 12px; }
    .discography-item h2 {
      font-size: 2.0rem; }
    .discography-item__release {
      font-weight: 200; }

  .detail-discography .article-header {
    background-color: transparent; }
    .detail-discography .article-header__text {
      text-align: center; }
    .detail-discography .article-header__img {
      margin-bottom: 24px; }
    .detail-discography .article-header__title {
      font-size: 3.2rem; }
  .detail-discography .item__date {
    justify-content: center;
    padding-bottom: 12px; }

  .article-discography {
    flex-direction: column; }
    .article-discography__disc {
      flex-direction: column;
      width: 100%; }
    .article-discography__description {
      width: 100%;
      padding-left: 0;
      padding-top: 20px;
      margin-top: 16px;
      line-height: 1.78; }
      .article-discography__description:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        transform: scale(1, 0.5); }

  .track-disc {
    width: 100%;
    margin-bottom: 0; }
    .track-disc__list {
      padding-left: 20px; }

  .song__name {
    font-size: 1.4rem; }

  .track-disc + .track-disc {
    margin-left: 0;
    margin-top: 20px; }

  /*******************************************************************************************************************  video ***/
  .video {
    padding: 20px 0; }
    .video__wrapper {
      flex-direction: column; }
    .video__thumb {
      width: 100%;
      margin-bottom: 16px; }
    .video__text {
      width: 100%; }
    .video .item__date {
      margin-bottom: 2px; }
    .video__title {
      padding-bottom: 16x;
      font-size: 1.8rem;
      line-height: 1.4; }

  /*******************************************************************************************************************  schedule ***/
  .page-schedule .item {
    display: none; }
    .page-schedule .item.have-events {
      display: block; }
    .page-schedule .item__wrapper {
      height: auto !important; }
      .page-schedule .item__wrapper + .item__wrapper {
        margin-top: 8px; }
    .page-schedule .item__thumb {
      flex-shrink: 0;
      width: 60px;
      height: 60px;
      margin-bottom: 0; }
      .page-schedule .item__thumb:before {
        position: absolute;
        z-index: 101;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.55); }
    .page-schedule .item__info {
      width: 100%;
      padding: 0 0 0 12px; }

  .schedule-header {
    padding: 20px 0 16px; }
    .schedule-header__wrapper {
      padding: 0 36px; }
    .schedule-header .month {
      padding: 0 8px;
      font-size: 2.0rem;
      text-align: center; }
    .schedule-header .prev a {
      font-size: 1.4rem; }

  .day {
    top: 30px;
    left: 30px;
    font-size: 2.4rem;
    color: #ffffff;
    transform: translate(-50%, -50%); }

  /*******************************************************************************************************************  contact ***/
  .contact-form__wrapper {
    max-width: none; }
  .contact-form__item {
    flex-direction: column; }
  .contact-form__left {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.2rem; }
  .contact-form__right {
    width: 100%; }
  .contact-form__submit button {
    padding: 8px 24px; } }

/*# sourceMappingURL=common.css.map */
