@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;
  background: linear-gradient(90deg, #9C006B 0%, #9C006B 50%, #006F73 50%, #006F73 100%);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

::selection {
  background: #444444;
  color: #adadad;
}

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

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: #ffffff;
}
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;
  }
}

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

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

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

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

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

.header {
  position: fixed;
  z-index: 199;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(90deg, #9C006B 0%, #9C006B 50%, #006F73 50%, #006F73 100%);
}
.header__wrapper {
  position: relative;
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__logo {
  margin-bottom: 20px;
}
.header__logo img {
  width: 110px;
  height: auto;
  transition: 0.2s;
}
.scroll .header__logo img {
  width: 40px;
}
.header__nav-toggle {
  display: none;
}

.nav-list {
  display: flex;
  align-items: center;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.770956%;
}
.nav-item__link {
  position: relative;
  display: flex;
}
.nav-item__link .niw,
.nav-item__link .nio {
  display: flex;
}
.nav-item__link .niw {
  position: relative;
  z-index: 9;
}
.nav-item__link .nio {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  clip: rect(0, 0, auto, auto);
  transition: 0.2s;
}
.nav-item__link:hover .nio {
  clip: rect(0, 300px, auto, auto);
}
.nav-item__link.active .nio {
  clip: rect(0, 300px, auto, auto);
}

.btn-top {
  width: 8.913813%;
}

.btn-news {
  width: 10.094451%;
}

.btn-schedule {
  width: 16.35183%;
}

.btn-profile {
  width: 14.580874%;
}

.btn-discography {
  width: 21.841795%;
}

.btn-goods {
  width: 11.511216%;
}

.btn-fanclub {
  width: 16.706021%;
}

.label {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0rem;
  text-indent: 0rem;
  color: #9C006B;
  padding: 2px 6px;
  margin-bottom: 8px;
  background-color: #ffffff;
  border-radius: 30px;
}

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

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

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

/******************************************************************************************************************* home ***/
.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: 0.183rem;
  color: #adadad;
  border: 0.9px solid #bcbcbc;
}
.view-more__wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #9C006B;
  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: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}

.key-visual {
  width: 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: #adadad;
  border: 1px solid #adadad;
}

.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: 33.33333333%;
}
.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: #ffffff;
  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: #9C006B;
}
.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: #ffffff;
  max-width: 1440px;
  padding-left: calc(5.3196681313% + 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: #9C006B;
}
.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: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-video .view-more {
    position: absolute;
    top: calc(100% + 4px);
    right: calc(5.3196681313% + 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: #ffffff;
}
.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: #9C006B;
}

.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: #ffffff;
}

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

.footer {
  padding-bottom: 80px;
}
.footer__social-icons {
  flex-wrap: wrap;
}
.footer__social-icons .aw {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 64px;
  overflow: hidden;
  text-align: center;
}
.footer__social-icons .aw img {
  position: relative;
  bottom: 0;
  transition: all 0.2s ease;
}
.footer__social-icons .aw a:hover {
  color: #FF6A00;
}
.footer__social-icons .aw:hover img {
  bottom: 100%;
}
.footer__social-icons .aw:hover .account {
  top: 0;
}
.footer__social-icons .account {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.2s ease;
}
.footer__social-icons .account a + a {
  margin-top: 8px;
}
.footer__social-icons > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
  margin: 0 20px;
}
.footer__social-icons > a .niw,
.footer__social-icons > a .nio {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer__social-icons > a .niw {
  position: relative;
  z-index: 9;
}
.footer__social-icons > a .nio {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  clip: rect(0, 0, auto, auto);
  transition: 0.2s;
}
.footer__social-icons > a:hover .nio {
  clip: rect(0, 200px, auto, auto);
}
.footer__social-icons > a.active .nio {
  clip: rect(0, 200px, auto, auto);
}
.footer__social-icons img {
  width: auto;
  height: 100%;
}
.footer__copyright {
  margin-top: 42px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.157rem;
  text-indent: 0.0785rem;
  color: #ffffff;
  text-align: center;
}
.footer__powerd-by {
  margin-top: 12px;
  font-size: 1.1rem;
  line-height: 1;
  color: #adadad;
  text-align: center;
}

/*******************************************************************************************************************  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: #ffffff;
}
.breadcrub:nth-of-type(3) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
}
.breadcrub + .breadcrub:before {
  content: "/";
  margin: 0 8px;
  color: #ffffff;
}
.breadcrub__link {
  color: #adadad;
}
.breadcrub__link:hover {
  opacity: 0.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: #ffffff;
}
.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: #9C006B;
}

.contents-category {
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-category {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-top: 20px;
  }
}

.category {
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 0.267rem;
  text-indent: 0.1335rem;
  color: #ffffff;
  margin-bottom: 8px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  padding: 8px;
  flex-shrink: 0;
}
.category + .category {
  margin-left: 5px;
}
.category.active {
  font-weight: 700;
  background: #ffffff;
  font-weight: 600;
  color: #9C006B;
}
.category a {
  font-weight: 100;
  transition: all 0.2s ease 0.1s;
}
.category a:hover {
  font-weight: bold;
}
.category a:hover:before {
  font-weight: 100;
}

.contents__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}

.item {
  position: relative;
  width: 100%;
}
.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;
  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;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  color: #adadad;
}
.item__title {
  position: relative;
  z-index: 102;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
  color: #ffffff;
}

.pagination {
  padding-top: 60px;
}
.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: 0.1rem;
  text-indent: 0.1rem;
  color: #adadad;
}
.pagination__link img {
  width: 40px;
}
.pagination__link.active {
  position: relative;
  color: #ffffff;
}
.pagination__link.active:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

/*******************************************************************************************************************  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: #adadad;
  transition: all 0.2s ease;
}
.article .pagination__link:before {
  display: block;
  content: "";
  width: 4px;
  height: 1px;
  margin-right: 3px;
  background-color: #adadad;
  transition: all 0.4s ease;
}
.article .pagination__link:hover {
  color: #ffffff;
}
.article .pagination__link:hover:before {
  width: 12px;
  background-color: #ffffff;
}

.article-header {
  width: 100%;
  padding: 40px 0;
}
.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: 0.04rem;
}

.article-body {
  padding: 40px 0 0;
}
.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: 2rem;
  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: #FF6A00;
  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***/
.news .main .container {
  max-width: 880px;
}
.news .item + .item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 0.9px solid #ffffff;
}

/*******************************************************************************************************************  video page***/
.video {
  padding: 30px 0;
  color: #ffffff;
  background-color: #ffffff;
  transition: all 0.2s ease;
}
.video:hover {
  background-color: #9C006B;
  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;
}
/*******************************************************************************************************************  profile page***/
.page-profile .article-header__title {
  width: 242px;
}

.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-end;
  width: 100%;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .member:first-child {
    flex-direction: row-reverse;
    padding-left: 40px;
  }
  .member:nth-of-type(2) {
    padding-right: 40px;
  }
  .member:nth-of-type(2) .member__info {
    align-items: flex-end;
  }
  .member:nth-of-type(2) .member__text {
    text-align: right;
    margin-right: -20px;
  }
}
.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: #ffffff;
  margin-bottom: 16px;
}
.member__text {
  margin-bottom: 20px;
}
.member__text p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
}
.member__social-icons a {
  width: 28px;
}
.member__social-icons a + a {
  margin-left: 20px;
}

/*******************************************************************************************************************  discography page***/
.discography__wrapper {
  position: relative;
  padding-top: 120px;
}
.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: 0.01rem;
}
.discography-item__release {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
}

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

.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: 2rem;
}
.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: #FF6A00;
  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: 200;
  letter-spacing: 0.05rem;
  color: #ffffff;
}

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

/*******************************************************************************************************************  schedule page***/
@media screen and (min-width: 768px) {
  .page-schedule .contents__wrapper {
    flex-direction: row;
  }
  .page-schedule .item {
    width: 14.2857142857%;
    height: 220px;
    padding: 0;
    margin: 0;
    border-right: 0.9px solid rgba(255, 255, 255, 0.6);
    border-bottom: 0.9px solid rgba(255, 255, 255, 0.6);
  }
  .page-schedule .item:nth-of-type(7n-6) {
    border-left: 0.9px solid rgba(255, 255, 255, 0.6);
  }
  .page-schedule .item:nth-of-type(7n-7) .day, .page-schedule .item:nth-of-type(7n-6) .day {
    color: #FF6A00;
  }
  .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 rgba(255, 255, 255, 0.6);
  }
  .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;
  }
  .page-schedule .item__wrapper:first-of-type .item__date .label {
    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;
    transform: translateX(-50%);
  }
  .page-schedule .item__thumb {
    display: 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 {
    position: relative;
    z-index: 102;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    vertical-align: bottom;
    overflow: hidden;
  }
  .page-schedule .item__title {
    display: block;
    height: 100%;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff;
    overflow-y: scroll;
  }
  .page-schedule .item.have-events .day {
    color: #ffffff;
  }
}
.page-schedule .item__thumb {
  border-style: none;
}
.page-schedule .item__date {
  flex-direction: row;
}
.page-schedule .item__date span:first-of-type {
  margin-left: 0;
  margin-bottom: 0;
}

.schedule-header {
  padding-bottom: 40px;
  letter-spacing: 0.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: 0.04rem;
  color: #999999;
}
.schedule-header .month {
  font-size: 3.2rem;
  color: #ffffff;
}

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

/*******************************************************************************************************************  contact page***/
.contact-form {
  padding: 40px 0 0;
}
.contact-form__wrapper {
  max-width: 75.4716981132%;
  margin: 0 auto;
}
.contact-form p + p {
  margin-top: 20px;
}
.contact-form__item {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
.contact-form__left {
  width: 23.75%;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}
.contact-form__right {
  position: relative;
  width: 70%;
}
.contact-form__right:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
}
.contact-form__right.caution:before, .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 (max-width: 1199px) {
  .header {
    height: 64px;
  }
  .header__wrapper {
    justify-content: center;
    height: 100%;
    padding: 0;
  }
  .header__logo {
    height: 28px;
    margin-bottom: 0;
  }
  .header__logo a {
    height: 100%;
  }
  .header__logo img {
    width: auto;
    height: 100%;
  }
  .header__nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, #9C006B 0%, #9C006B 50%, #006F73 50%, #006F73 100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .header__nav-wrapper {
    height: 100%;
    padding: 80px 0;
  }
  .header__nav-toggle {
    position: absolute;
    right: 0;
    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: #ffffff;
    position: absolute;
    transition: transform 0.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 0.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: space-between;
    height: 100%;
  }

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

  .btn-top {
    width: 55.89px;
  }

  .btn-news {
    width: 68.16px;
  }

  .btn-schedule {
    width: 133.23px;
  }

  .btn-profile {
    width: 114.83px;
  }

  .btn-discography {
    width: 190.33px;
  }

  .btn-goods {
    width: 82.89px;
  }

  .btn-fanclub {
    width: 136.92px;
  }

  .main {
    padding-top: 64px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 64px;
    padding: 0;
  }
  .header__logo a {
    display: inline-block;
    vertical-align: bottom;
  }
  .header .container {
    padding: 0 32px;
  }

  .container {
    padding: 0 16px;
  }

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

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

  .intro {
    padding: 0 20px;
  }

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

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

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

  .info-content {
    display: none;
    width: 100%;
  }
  .info-content + .info-content {
    margin-left: 0;
  }
  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: flex;
    align-items: center;
    justify-content: space-around;
  }
  .info-content__button__title {
    position: relative;
    width: 100%;
    padding: 12px 12px 10px;
    font-family: "Roboto", sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.2rem;
    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: 78px 0 70px;
  }
  .top-video__container {
    padding: 0 16px;
  }
  .top-video__wrapper {
    flex-direction: column;
  }
  .top-video__title {
    left: auto;
    bottom: calc(100% + 12px);
    font-size: 2.4rem;
    letter-spacing: 0.02rem;
    color: #9C006B;
  }
  .top-video__img {
    width: 100%;
    margin-bottom: 16px;
  }
  .top-video__text {
    width: 100%;
    margin-top: 10px;
  }
  .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: 0;
  }

  .twitter {
    padding-top: 32px;
    margin-top: 0 !important;
  }
  .twitter:before {
    padding-top: 120px;
    background-color: #9C006B;
  }
  .twitter__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .twitter__title {
    font-size: 2.4rem;
    letter-spacing: 0.02rem;
    margin-bottom: 12px;
  }

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

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

  .twitter-account {
    font-size: 2rem;
    margin: 0 0 8px 0;
    text-align: center;
    color: #ffffff;
  }

  .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: #ffffff;
    transform: scaleY(0.5);
    transform-origin: 100% 0;
  }

  .contents-title {
    display: none;
  }

  .contents__wrapper {
    flex-direction: column;
  }

  .item {
    width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
  }
  .item:last-child {
    margin-bottom: 0;
  }
  .item__wrapper {
    flex-direction: row;
    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: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    margin-left: 12px;
  }
  .item__title {
    -webkit-line-clamp: 2;
  }
  .article .item__date {
    padding-bottom: 4px;
  }

  .article-header {
    height: auto;
  }
  .article-header__wrapper {
    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 {
    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 0;
  }
  .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 .main {
    padding-bottom: 40px;
  }
  .home .topics {
    padding: 10% 0 3%;
  }
  .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;
    transform: scaleY(0.5);
    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;
  }

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

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

  .member {
    width: 100%;
    padding-bottom: 40px;
  }
  .member__avatar {
    margin-bottom: 24px;
  }
  .member__info {
    width: 100%;
  }
  .member__name {
    font-size: 2.6rem;
  }
  .member__text {
    max-width: none;
  }

  /*******************************************************************************************************************  discography ***/
  .news .item {
    margin-bottom: 0;
  }
  .news .item + .item {
    margin-top: 16px;
    padding-top: 16px;
  }
  .news .item__info {
    margin-left: 0;
  }

  /*******************************************************************************************************************  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: 2rem;
  }
  .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;
    line-height: 1.4;
  }
  .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;
    margin-left: 0;
    line-height: 1.78;
  }
  .article-discography__description:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(1);
  }

  .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: 16px 0;
  }
  .video__wrapper {
    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;
  }

  .schedule-header {
    padding: 20px 0 16px;
  }
  .schedule-header__wrapper {
    padding: 0 36px;
  }
  .schedule-header .month {
    padding: 0 8px;
    font-size: 2rem;
    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;
  }

  /*******************************************************************************************************************  profile ***/
  .page-profile .article-header {
    padding: 10px 0;
  }
  .page-profile .article-header__img:before {
    padding-top: 0;
  }
  .page-profile .article-header__img-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

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