@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/css?family=Righteous&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;
  -webkit-box-sizing: border-box;
          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%;
  background-color: #ECECEC; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1.6rem; } }

::-moz-selection {
  background: #000000;
  color: #fff; }

::selection {
  background: #000000;
  color: #fff; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222222; }

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

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, .new, .view-more__wrapper, .twitter-account, .breadcrub, .contents-title, .category, .article .pagination__link, .discography-item__info, .track-disc__disc, .song__name, .schedule-header {
  font-family: "Righteous", cursive;
  font-size: 1.0rem;
  line-height: 1;
  letter-spacing: .04rem; }

.header, .header__wrapper, .info__wrapper, .top-video__wrapper, .twitter__wrapper, .content-twitter__wrapper, .footer, .footer__social-icons, .breadcrumbs__wrapper, .contents-header__wrapper, .contents-category, .item__date, .pagination__list, .pagination__link, .article-header__wrapper, .article-figure, .video__wrapper, .member, .member__wrapper, .discography__list, .discography-item__wrapper, .article-discography, .article-discography__disc, .schedule-header__wrapper, .tolink__wrapper, .contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1140px;
  padding: 0 40px;
  margin: 0 auto; }

.header {
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(236, 236, 236, 0.9);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px); }
  .header__wrapper {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .header__logo {
    height: 100%;
    padding: 20px 0; }
    .header__logo a img {
      width: auto;
      height: 100%; }
  .header__nav-toggle {
    display: none; }

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-item {
  margin-left: 10px;
  margin-right: 10px; }
  .nav-item__link {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1.4rem;
    color: #262626; }
    .nav-item__link:hover {
      color: #ff018d; }
    .nav-item__link.active {
      color: #ff018d; }
      .nav-item__link.active:before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 50%;
        height: 1px;
        background-color: #ff018d;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }

.label {
  display: inline-block;
  padding: 2px 5px 3px;
  margin-right: 10px;
  font-family: "Righteous", cursive;
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  color: #ffffff;
  background-color: #ff018d;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.date {
  margin-top: 4px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.new {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1rem;
  text-indent: .1rem;
  color: #ff018d; }

.main {
  position: relative;
  z-index: 100;
  min-height: calc(100vh - 363px);
  padding: 94px 0 8%;
  overflow: hidden;
  transform: translateY(70px);
}

/******************************************************************************************************************* home ***/
@media screen and (min-width: 768px) {
  .home .main {
    padding-top: 0; }
  .home .contents__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .home .item {
    width: 100%;
    margin: 0;
    padding: 20px 0; }
    .home .item__thumb {
      display: none; }
    .home .item__info {
      padding: 0; }
    .home .item__title {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.4; }
    .home .item + .item {
      padding-bottom: 0; }
      .home .item + .item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #dcdcdc;
        -webkit-transform: scaleY(0.5);
                transform: scaleY(0.5);
        -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0; } }

.view-more {
  position: absolute;
  top: calc(100% + 15px);
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .view-more__wrapper {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .04rem;
    color: #ffffff;
    text-decoration: underline; }
    .view-more__wrapper:before {
      content: "";
      position: absolute;
      bottom: 0;
      right: calc(100% + 5px);
      display: block;
      width: 24px;
      height: 1px;
      background-color: #ffffff;
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
      -webkit-transform-origin: 100% 0;
              transform-origin: 100% 0; }

.key-visual {
  width: 100%; }

.topics {
  padding: 3% 0 3%; }

.swiper-container {
  overflow: visible; }

.swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 14px 24px -12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 14px 24px -12px rgba(0, 0, 0, 0.3); }

.info {
  position: relative;
  z-index: 100;
  padding: 5% 0; }
  .info__wrapper {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.info-content {
  position: relative;
  width: 31%; }
  .info-content__title {
    position: absolute;
    top: -25px;
    left: 27px;
    font-family: "Righteous", cursive;
    font-size: 4.8rem;
    letter-spacing: .3rem;
    text-indent: .3rem;
    line-height: 1; }
  .info-content__wrapper {
    position: relative;
    height: 100%;
    padding: 20px 30px 30px 30px;
    background-color: #ffffff;
    border-radius: 8px; }

.top-video {
  position: relative;
  z-index: 99;
  padding: 16% 0;
  margin-top: -8%;
  background-color: #ff018d; }
  .top-video + .twitter {
    margin-top: -8%; }
  .top-video__container {
    position: relative; }
  .top-video__title {
    position: absolute;
    z-index: 100;
    bottom: 94%;
    left: -15%;
    font-family: "Righteous", cursive;
    font-size: 8vw;
    letter-spacing: 1.2rem;
    text-indent: 1.2rem;
    line-height: 1;
    color: #ffffff; }
  .top-video__img {
    position: relative;
    z-index: 101;
    width: 40.9956076135%; }
    .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;
    width: 32.9428989751%;
    margin-left: 4.75841874085%; }
  .top-video__date {
    position: absolute;
    top: -40px;
    left: 20px;
    font-family: "Righteous", cursive;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    color: #ffffff; }
  .top-video__text-title {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.46;
    color: #ffffff; }
  .top-video .view-more {
    right: 12%;
    padding: 7px 20px 7px 40px;
    background-color: #ffffff; }
    .top-video .view-more__wrapper {
      color: #000000; }
      .top-video .view-more__wrapper:before {
        background-color: #000000; }

.twitter {
  position: relative;
  z-index: 100; }
  .twitter__title {
    margin-right: 60px;
    font-family: "Righteous", cursive;
    font-size: 6.0rem;
    letter-spacing: .6rem;
    text-indent: .6rem;
    line-height: 1;
    color: #000000; }

.content-twitter {
  width: 100%; }

.tweet {
  width: 100%;
  padding: 0 20px; }
  .tweet__wrapper {
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.14);
            box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.14); }
    .tweet__wrapper iframe {
      vertical-align: bottom;
      margin-top: -1px !important; }

.twitter-account {
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 3.0rem;
  font-weight: 700;
  color: #ffffff; }

.footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  background-color: #000000; }
  .footer__logo {
    margin-bottom: 40px;
    width: 140px; }
  .footer__social-icons a {
    padding-left: 10px;
    padding-right: 10px; }
  .footer__social-icons img {
    width: 24px;
    height: 24px; }
  .footer__copyright {
    margin-top: 37px;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1;
    color: #ffffff; }
  .footer__powerd-by {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1;
    color: #787878; }

/*******************************************************************************************************************  content page***/
.breadcrumbs {
  padding: 30px 0; }
  .breadcrumbs__wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.breadcrub {
  font-size: 1.2rem;
  font-weight: 700; }
  .breadcrub:nth-of-type(3) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 400px; }
  .breadcrub + .breadcrub {
    margin-left: 6px; }
    .breadcrub + .breadcrub:before {
      content: "/"; }
  .breadcrub__link {
    color: #999999;
    text-decoration: underline; }
    .breadcrub__link:hover {
      color: #000000; }

.contents-header {
  padding-bottom: 54px; }
  .contents-header__wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.contents-title {
  margin-left: 43px;
  margin-right: 80px;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 3.45; }

.category {
  display: inline-block;
  padding: 4px 10px;
  margin-right: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  text-indent: 0.14rem;
  color: #999999; }
  .category.active {
    color: #ffffff;
    background-color: #000000;
    border-radius: 50px; }

.contents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.item {
  position: relative;
  width: 24.0291262136%;
  margin-bottom: 60px;
  margin-left: 1.29449838187%; }
  .item:nth-of-type(4n-3) {
    margin-left: 0; }
  .item__wrapper {
    position: relative;
    display: inline-block;
    width: 100%; }
    .item__wrapper:hover .item__thumb-wrapper img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .item__thumb {
    position: relative;
    margin-bottom: 10px;
    border-radius: 8px;
    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;
    background-color: #f8f8f8; }
    .item__thumb-wrapper img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all 5.6s cubic-bezier(0.06, 1, 0.2, 1) 0s;
      transition: all 5.6s cubic-bezier(0.06, 1, 0.2, 1) 0s; }
  .item__info {
    padding: 0 5px; }
  .item__date {
    position: relative;
    z-index: 102;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5px;
    font-family: "Righteous", cursive;
    font-size: 1.4rem;
    line-height: 1;
    color: #999999; }
  .item__title {
    position: relative;
    z-index: 102;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

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

/*******************************************************************************************************************  article page***/
.article .item__date {
  padding-bottom: 10px;
  font-size: 1.6rem; }
.article .label {
  font-size: 1.4rem; }
.article .new {
  font-size: 1.6rem; }
.article .pagination__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 800px;
  margin: 0 auto; }
.article .pagination__link {
  font-size: 1.6rem;
  color: #262626; }

.article-header {
  width: 100%;
  height: 480px;
  background-color: #f8f8f8; }
  .article-header__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .article-header__img {
    width: 50.943396226%;
    height: 380px; }
    .article-header__img img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: right center;
         object-position: right center; }
  .article-header__img-wrapper {
    width: 100%;
    height: 100%; }
  .article-header__text {
    width: 43.396226415%; }
  .article-header__title {
    padding-bottom: 20px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.5; }
  .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 a {
    display: inline-block;
    width: 44px;
    padding: 10px; }
  .article-header__release {
    font-family: "Righteous", cursive;
    font-size: 1.6rem;
    font-weight: 500;
    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: normal;
  line-height: 1.76; }
  .article-text p img {
    max-height: 420px;
    margin: 20px 0;
    -o-object-fit: contain;
       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 + 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: #ff018d;
  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 {
  -o-object-fit: contain;
     object-fit: contain; }

.article-figure {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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;
    -o-object-fit: cover;
       object-fit: cover; }

/*******************************************************************************************************************  video page***/
.video {
  padding: 30px 0;
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .video:hover {
    background-color: #262626;
    -webkit-transition: all 0.2s ease 0.1s;
    transition: all 0.2s ease 0.1s; }
    .video:hover .video__title {
      color: #ffffff;
      -webkit-transition: all 0.2s ease 0.1s;
      transition: all 0.2s ease 0.1s; }
    .video:hover .label {
      color: #ffffff;
      -webkit-transition: all 0.2s ease 0.1s;
      transition: all 0.2s ease 0.1s; }
    .video:hover .date {
      color: #ffffff;
      -webkit-transition: all 0.2s ease 0.1s;
      transition: all 0.2s ease 0.1s; }
  .video__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: bold;
    line-height: 1.5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .video__social-icons a {
    display: inline-block;
    width: 44px;
    padding: 10px; }

/*******************************************************************************************************************  profile page***/
.hero {
  width: 100%;
  height: 480px;
  background: #dae3e8 url("/images/1679/profile_hero.png") no-repeat center center;
  background-size: auto 100%; }

.gp-profile {
  padding: 6% 0;
  background-color: #f8f8f8; }
  .gp-profile__wrapper {
    padding: 0 100px; }
    .gp-profile__wrapper p {
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 1.68; }

.members {
  padding-top: 4%; }

.member {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 4%; }
  .member:nth-child(even) .member__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .member__wrapper {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0 19px 30px -8px rgba(0, 0, 0, 0.14);
            box-shadow: 0 19px 30px -8px rgba(0, 0, 0, 0.14); }
  .member__avatar {
    width: 37.735849056%; }
  .member__info {
    width: 62.264150943%;
    padding: 0 3.773584905%; }
  .member__nickname {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1;
    color: #666666; }
    .member__nickname .yomi {
      display: inline-block;
      font-size: 1.8rem;
      line-height: 1;
      margin-top: 5px;
      color: #262626; }
  .member__name {
    margin-bottom: 20px;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.3; }
    .member__name .yomi {
      font-size: 1.4rem;
      letter-spacing: .1rem; }
  .member__text {
    margin-bottom: 10px; }
    .member__text p {
      font-size: 1.4rem;
      font-weight: normal;
      line-height: 1.6; }
  .member__social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
    .member__social-icons a {
      display: inline-block;
      width: 54px;
      padding: 10px;
      vertical-align: bottom; }
      .member__social-icons a.app img {
        border-radius: 8px;
        overflow: hidden; }
      .member__social-icons a.hane {
        max-width: 140px;
        width: 100%; }
  .member__link-photo a {
    padding: 8px 12px;
    font-family: "Righteous", cursive;
    font-size: 1.2rem;
    color: #262626;
    border-radius: 50px;
    border: .9px solid #262626;
    background-color: #ffffff; }

/*******************************************************************************************************************  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;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
.discography__list {
  position: relative;
  z-index: 101;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .discography-item__img {
    width: 49.504950495%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 19px 30px -8px rgba(0, 0, 0, 0.3);
            box-shadow: 0 19px 30px -8px rgba(0, 0, 0, 0.3);
    overflow: hidden; }
    .discography-item__img img {
      -webkit-transition: all 5.6s cubic-bezier(0.06, 1, 0.2, 1) 0s;
      transition: all 5.6s cubic-bezier(0.06, 1, 0.2, 1) 0s; }
    .discography-item__img:hover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .discography-item__info {
    width: 43.564356435%;
    padding-top: 40px; }
  .discography-item__label {
    margin-bottom: 10px; }
  .discography-item__title {
    margin-bottom: 25px; }
  .discography-item h2 {
    font-size: 3.2rem;
    font-weight: bold;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .01rem; }
  .discography-item__release {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .01rem; }

/*******************************************************************************************************************  detail discography page***/
@media screen and (min-width: 768px) {
  .detail-discography .article-header__title {
    font-family: "Righteous", cursive;
    font-size: 4.8rem;
    font-weight: bold;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .12rem; } }
.article-discography {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .article-discography__disc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 68.75%; }
  .article-discography__description {
    position: relative;
    width: 31.25%;
    padding-left: 6.25%;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5; }
    .article-discography__description:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      height: 80px;
      background-color: #cecece; }
    .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; }

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

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

/*******************************************************************************************************************  schedule page***/
@media screen and (min-width: 768px) {
  .page-schedule .item {
    width: 14.2857142857%;
    height: 180px;
    margin: 0;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }
    .page-schedule .item:nth-of-type(7n-6) {
      border-left: 1px solid #dcdcdc; }
    .page-schedule .item:nth-of-type(7n-7), .page-schedule .item:nth-of-type(7n-6) {
      background-color: #f8f8f8; }
    .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: 1px solid #dcdcdc; }
    .page-schedule .item__wrapper {
      position: relative;
      z-index: 100;
      width: 100%;
      height: 100%;
      padding: 15px; }
      .page-schedule .item__wrapper:first-of-type .item__date {
        min-height: 15px;
        padding-left: 25px;
        margin-bottom: 8px; }
        .page-schedule .item__wrapper:first-of-type .item__date .label,
        .page-schedule .item__wrapper:first-of-type .item__date .new {
          margin-bottom: 0; }
      .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;
        -webkit-transform: translateX(-50%);
                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; }
      .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: inline-block;
      width: 100%;
      height: 100%;
      padding: 0;
      vertical-align: bottom;
      overflow: hidden; }
    .page-schedule .item__date {
      margin-bottom: 0; }
    .page-schedule .item__title {
      display: block;
      height: 100%;
      padding-bottom: 20px;
      font-size: 1.0rem;
      font-weight: bold;
      line-height: 1.5;
      color: #ffffff;
      overflow-y: scroll; }
    .page-schedule .item.have-events .day {
      color: #ffffff; }
  .page-schedule .label {
    margin-bottom: 8px;
    color: #262626;
    background-color: #ffffff; }
  .page-schedule .new {
    padding: 2px 5px 3px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-family: "Righteous", cursive;
    font-size: 1.0rem;
    letter-spacing: 0.1rem;
    color: #ffffff;
    background-color: #ff018d;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; } }
.schedule-header {
  padding-bottom: 40px;
  letter-spacing: .02rem; }
  .schedule-header__wrapper {
    max-width: 420px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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; }

.day {
  position: absolute;
  z-index: 102;
  top: 16px;
  left: 15px;
  font-family: "Righteous", cursive; }

.tolink__wrapper:first-child {
  margin-bottom: 20px; }
.tolink a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff018d;
  text-decoration: underline; }

/*******************************************************************************************************************  contact page***/
.contact-form {
  padding: 40px 0 0; }
  .contact-form__wrapper {
    max-width: 75.4716981132%;
    margin: 0 auto; }
  .contact-form__message {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 60px; }
  .contact-form__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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.message:before {
      content: none; }
  .contact-form input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border-style: none;
    font-size: 1.6rem; }
  .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: 1px solid #999999;
      border-radius: 50px;
      cursor: pointer;
      outline: none;
      -webkit-appearance: none;
         -moz-appearance: 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; }

/*******************************************************************************************************************  responsive page***/
@media screen and (max-width: 767px) {
  .header {
    height: 64px;
    padding: 0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: #ececec; }
    .header:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #dcdcdc;
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
      -webkit-transform-origin: 100% 0;
              transform-origin: 100% 0; }
    .header__wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; }
    .header__logo {
      padding: 0; }
      .header__logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        padding: 10px; }
    .header__nav {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #ffffff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
      transition: opacity 0.3s ease, visibility 0.3s ease; }
    .header__nav-wrapper {
      height: 100%;
      padding: 80px 0; }
    .header__nav-toggle {
      display: block;
      position: absolute;
      top: 23px;
      right: 23px;
      height: 18px;
      cursor: pointer; }
      .header__nav-toggle > div {
        position: relative;
        width: 24px; }
      .header__nav-toggle span {
        width: 100%;
        height: 2px;
        left: 0;
        display: block;
        background: #333;
        position: absolute;
        -webkit-transition: -webkit-transform .18s ease-in-out;
        transition: -webkit-transform .18s ease-in-out;
        transition: transform .18s ease-in-out;
        transition: transform .18s ease-in-out, -webkit-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;
    -webkit-transition: all .18s ease;
    transition: all .18s ease; }
  .nav-open .header__nav-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
            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;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

  .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }

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

  .main {
    padding-top: 64px;
    transform: none;
  }

  .container {
    padding: 0 16px; }

  .breadcrumbs {
    padding: 15px 0 20px; }

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

  .key-visual {
    height: auto;
    margin: 0; }

  .swiper-slide {
    -webkit-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3); }

  .swiper-slide-active {
    -webkit-animation: inout .4s;
            animation: inout .4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.3);
            box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.3); }

  @-webkit-keyframes inout {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    100% {
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1); } }

  @keyframes inout {
    0% {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    100% {
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1); } }
  .info {
    padding: 30px 0 60px; }
    .info__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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: 20px 12px;
      border-radius: 0 0 8px 8px; }
    .info-content__title {
      display: none; }
    .info-content__button__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .info-content__button__title {
      position: relative;
      width: 100%;
      padding: 12px 0 16px;
      font-family: 'Oswald', sans-serif;
      font-size: 2.2rem;
      font-weight: 500;
      line-height: 1;
      letter-spacing: .2rem;
      text-align: center;
      color: #999999; }
      .info-content__button__title:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #999999; }
      body.news-active .info-content__button__title.btn__news {
        color: #000000; }
        body.news-active .info-content__button__title.btn__news:before {
          background-color: #000000; }
      body.media-active .info-content__button__title.btn__media {
        color: #000000; }
        body.media-active .info-content__button__title.btn__media:before {
          background-color: #000000; }
      body.live-active .info-content__button__title.btn__live {
        color: #000000; }
        body.live-active .info-content__button__title.btn__live:before {
          background-color: #000000; }

  .top-video {
    padding: 200px 0 260px 0;
    margin: -120px 0 -180px 0; }
    .top-video__container {
      padding: 0 16px; }
    .top-video__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .top-video__title {
      left: auto;
      bottom: calc(100% + 12px);
      font-size: 2.4rem;
      letter-spacing: .02rem; }
    .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; }
    .top-video .view-more {
      right: 20px; }

  .twitter {
    padding-top: 32px;
    margin-top: 0 !Important; }
    .twitter__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .twitter__title {
      font-size: 2.4rem;
      letter-spacing: .02rem;
      margin-bottom: 12px; }

  .content-twitter__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

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

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

  .contents-header {
    padding-bottom: 16px; }
    .contents-header__wrapper {
      position: relative;
      padding-bottom: 12px; }
      .contents-header__wrapper:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #dcdcdc;
        -webkit-transform: scaleY(0.5);
                transform: scaleY(0.5);
        -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0; }

  .contents-title {
    display: none; }

  .contents__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .item {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0; }
    .item:last-child {
      margin-bottom: 0; }
    .item__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto !important; }
      .item__wrapper + .item__wrapper {
        margin-top: 16px; }
    .item__thumb {
      width: 100%;
      min-width: 60px;
      max-width: 60px;
      height: 60px;
      margin-bottom: 0; }
    .item__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0;
      margin-left: 12px; }
    .item__title {
      -webkit-line-clamp: 2; }
    .item__date {
      margin-bottom: 0; }

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

  .article-header {
    height: auto; }
    .article-header__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 16px 0; }
    .article-header__img {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 16px; }
      .article-header__img:before {
        content: "";
        display: block;
        padding-top: 56.25%; }
      .article-header__img img {
        -o-object-position: center;
           object-position: center; }
    .article-header__img-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .article-header__text {
      width: 100%; }
    .article-header__title {
      font-size: 1.8rem; }

  .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; }

  .pagination {
    padding-top: 40px; }

  /*******************************************************************************************************************  home ***/
  .home .item {
    padding: 12px 0 0 0;
    margin-bottom: 12px; }
    .home .item:last-child {
      margin-bottom: 0; }
    .home .item:first-child {
      padding: 0; }
      .home .item:first-child:before {
        content: none; }
    .home .item:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #dcdcdc;
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
      -webkit-transform-origin: 100% 0;
              transform-origin: 100% 0; }

  .page-schedule .item {
    display: none; }
    .page-schedule .item.have-events {
      display: block; }

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

  .hero {
    height: auto;
    padding-top: 57.8666666667%; }

  .gp-profile {
    padding-bottom: 60px; }
    .gp-profile__wrapper {
      padding: 0; }

  .members__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .member {
    width: 100%;
    padding-bottom: 40px; }
    .member__wrapper {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important;
      padding: 16px; }
    .member__avatar {
      width: 100%;
      margin-bottom: 24px; }
    .member__info {
      width: 100%; }
    .member__nickname {
      text-align: center;
      font-size: 1.1rem; }
      .member__nickname .yomi {
        font-size: 1.6rem; }
    .member__name {
      font-size: 2.6rem;
      text-align: center;
      margin-bottom: 20px; }
    .member__text {
      max-width: none; }
    .member__social-icons {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 16px; }
      .member__social-icons a {
        width: 44px; }
    .member__link-photo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

  /*******************************************************************************************************************  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 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .discography-item__img {
      width: 100%;
      -webkit-box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.3);
              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: 4px; }
    .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__wrapper {
      padding-top: 0; }
    .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;
      line-height: 1.4; }
  .detail-discography .item__date {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 12px; }

  .article-discography {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .article-discography__disc {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              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; }

  .track-disc {
    width: 100%; }
    .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: 16px 0; }
    .video__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .video__thumb {
      width: 100%;
      margin-bottom: 12px; }
    .video__text {
      width: 100%; }
    .video .item__date {
      margin-bottom: 2px; }
    .video__title {
      padding-bottom: 4px;
      font-size: 1.6rem;
      line-height: 1.4; }

  /*******************************************************************************************************************  schedule ***/
  .page-schedule .item__wrapper + .item__wrapper {
    margin-top: 4px; }
  .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); }

  .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;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

  /*******************************************************************************************************************  contact ***/
  .contact-form__wrapper {
    max-width: none; }
  .contact-form__message {
    font-size: 1.4rem;
    margin-bottom: 30px; }
  .contact-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
  .contact-form__left {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.2rem; }
  .contact-form__right {
    width: 100%; }
  .contact-form__submit button {
    padding: 8px 24px; } }
