@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*メディアサイズ*/
/* Scss Document */
/*メデイアクエリブレイクポイント*/
/*clearfix*/
* {
  font-family: 'Jost','Yu Gothic',YuGothic,sans-serif;
}

body {
  background: #fff;
  color: #212121;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
  /*PC*/
}

.wrapper .-top {
  margin-top: 0;
}

@media all and (min-width: 40em) {
  .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }
}

.main-contents {
  margin-bottom: 30px;
  width: 100%;
  /*PC*/
}

.main-contents.-top {
  width: 100%;
}

@media all and (min-width: 40em) {
  .main-contents {
    width: 70%;
  }
}

.-en, .sidebar__ttl, .pagenation__txt, .pagenation__link {
  font-family: "Jost", sans-serif !important;
  font-weight: 200 !important;
}

a:hover {
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: .6;
  color: initial;
}

.font-sizeS, .section__txt, .section__txt-wrap p, .section__btn, .section__contents, .post__body, .post__body p, .news__link, .discography__date, .discography__ttl, .discography__btn, .sidebar__ttl {
  font-size: 3.5vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .font-sizeS, .section__txt, .section__txt-wrap p, .section__btn, .section__contents, .post__body, .post__body p, .news__link, .discography__date, .discography__ttl, .discography__btn, .sidebar__ttl {
    font-size: 16px;
  }
}

.font-size2S, .section__txt-wrap figcaption, .section__category a, .post__body figcaption, .news__tag, .discography__btn-small, .copyright, .sidebar__link {
  font-size: 3vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .font-size2S, .section__txt-wrap figcaption, .section__category a, .post__body figcaption, .news__tag, .discography__btn-small, .copyright, .sidebar__link {
    font-size: 13px;
  }
}

.font-size3L {
  font-size: 12vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .font-size3L {
    font-size: 40px;
  }
}

.font-size2L, .mainvisual-logo__ttl {
  font-size: 8vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .font-size2L, .mainvisual-logo__ttl {
    font-size: 38px;
  }
}

.font-sizeL, .mainnav__link, .sns i, .mainvisual-logo__ttl.-en, .mainvisual-logo__ttl.sidebar__ttl, .mainvisual-logo__ttl.pagenation__txt, .mainvisual-logo__ttl.pagenation__link, .section__ttl, .pagenation__txt {
  font-size: 6vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .font-sizeL, .mainnav__link, .sns i, .mainvisual-logo__ttl.-en, .mainvisual-logo__ttl.sidebar__ttl, .mainvisual-logo__ttl.pagenation__txt, .mainvisual-logo__ttl.pagenation__link, .section__ttl, .pagenation__txt {
    font-size: 22px;
  }
}

.font-sizeM, .header__logo, .section__subttl, .section__date {
  font-size: 5vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .font-sizeM, .header__logo, .section__subttl, .section__date {
    font-size: 19px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}

.header__logo {
  display: block;
  width: 100%;
  font-family: 'Sawarabi Gothic',sans-serif;
  font-weight: normal;
  padding: 12px;
  margin: 0;
  padding: .2vw 0 0 4vw;
  font-size: 4vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .header__logo {
    font-size: 24px;
  }
}

.header__logo-link {
  color: #000;
}

.header__logo-link:hover {
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: .7;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  /*PC*/
}

@-webkit-keyframes open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mainnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: #fff;
  z-index: 80;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Jost', sans-serif;
}

.mainnav.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: open .3s linear 0s;
  animation: open .3s linear 0s;
}

.mainnav__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.mainnav__link {
  color: #212121;
  font-weight: 200;
  margin-bottom: 2vw;
  display: block;
}

/*  ハンバーガーメニュー */
.toggle,
.toggle span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.toggle {
  opacity: 1;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.toggle.top span {
  background-color: #fff;
  color: #fff;
}

.toggle.top span:nth-of-type(4) {
  bottom: -2em;
  border: none;
  background: none;
  height: inherit;
  font-size: 11px;
}

.toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  color: #fff;
  border-radius: 2px;
}

.toggle span.stop {
  background-color: #fff;
  color: #fff;
}

.toggle span:nth-of-type(1) {
  top: 0;
}

.toggle span:nth-of-type(2) {
  top: 8px;
}

.toggle span:nth-of-type(3) {
  top: 16px;
}

.toggle span:nth-of-type(4) {
  bottom: -2em;
  border: none;
  background: none;
  height: inherit;
  font-size: 11px;
}

.toggle.active {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.toggle.active span {
  background-color: #fff;
}

.toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  -ms-transform: translateY(8px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg);
}

.toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  -ms-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}

.toggle.active span:nth-of-type(4) {
  background: none;
  color: #fff;
}

.toggle_wrap {
  position: absolute;
  top: 10px;
  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;
  z-index: 100;
  padding: 10px;
  width: 40px;
  height: 40px;
  background: #212121;
  border: 1px solid #212121;
}

.toggle-cover {
  position: fixed;
  width: 100%;
  top: 0;
  height: 150%;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.toggle-cover.active {
  -webkit-transform: translate3d(-235px, 0, 0);
  transform: translate3d(-235px, 0, 0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 1;
  visibility: visible;
}

.sns {
  margin-right: 60px;
}

.sns__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}

.sns__list {
  margin: 0 1vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .sns__list {
    margin: 0 10px;
  }
}

.sns i {
  color: #212121;
}

.mainvisual {
  height: 100vw;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 60px;
  /*PC*/
}

@media all and (min-width: 40em) {
  .mainvisual {
    height: 60vw;
    max-height: 80vh;
    overflow: hidden;
  }
}

.mainvisual-logo {
  margin-top: 50vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .mainvisual-logo {
    margin-top: initial;
  }
}

.mainvisual-logo__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, 0.05);
  background-blend-mode: lighten;
  /*PC*/
}

@media all and (min-width: 40em) {
  .mainvisual-logo__wrap {
    height: 100%;
  }
}

.mainvisual-logo__ttl {
  text-align: right;
  height: 14vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  line-height: 1;
  font-family: 'Sawarabi Gothic',sans-serif;
  font-weight: normal;
  /*PC*/
}

@media all and (min-width: 40em) {
  .mainvisual-logo__ttl {
    height: 80px;
    padding-left: 20px;
  }
}

.mainvisual-logo__ttl:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 14vw;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  background: #fff;
  z-index: -10;
  opacity: .9;
  /*PC*/
}

@media all and (min-width: 40em) {
  .mainvisual-logo__ttl:after {
    opacity: 1;
    height: 80px;
  }
}

.mainvisual-logo__ttl.-en, .mainvisual-logo__ttl.sidebar__ttl, .mainvisual-logo__ttl.pagenation__txt, .mainvisual-logo__ttl.pagenation__link {
  height: 10vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .mainvisual-logo__ttl.-en, .mainvisual-logo__ttl.sidebar__ttl, .mainvisual-logo__ttl.pagenation__txt, .mainvisual-logo__ttl.pagenation__link {
    height: 80px;
    padding-left: 100px;
  }
}

.mainvisual-logo__ttl.-en:after, .mainvisual-logo__ttl.sidebar__ttl:after, .mainvisual-logo__ttl.pagenation__txt:after, .mainvisual-logo__ttl.pagenation__link:after {
  width: 130%;
  height: 10vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .mainvisual-logo__ttl.-en:after, .mainvisual-logo__ttl.sidebar__ttl:after, .mainvisual-logo__ttl.pagenation__txt:after, .mainvisual-logo__ttl.pagenation__link:after {
    width: 132%;
    height: 80px;
  }
}

.mainvisual__pro {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mainvisual__movie {
  position: absolute;
  top: 0;
  right: -25vw;
  min-height: 100vw;
  min-height: 100vw;
  min-width: 100%;
  min-width: 100vw;
  height: 100vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .mainvisual__movie {
    min-height: 100%;
    min-height: 100vh;
    margin: initial;
  }
}

.mainvisual__movie__wrap {
  height: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  /*PC*/
}

@media all and (min-width: 40em) {
  .mainvisual__movie__wrap {
    height: 100%;
    width: 100vw;
  }
}

.section, .archives, .post {
  width: 100%;
  margin: 30px 0;
  /*PC*/
}

@media all and (min-width: 40em) {
  .section, .archives, .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60vh;
    background: #fff;
    margin: 60px 0;
  }
}

.section__inr, .archives__inr, .post__inr {
  display: block;
  margin: 10vw auto;
  /*PC*/
  /*PC*/
}

@media all and (min-width: 40em) {
  .section__inr, .archives__inr, .post__inr {
    margin: 0;
    width: 100%;
  }
}

.section__inr.-top, .-top.archives__inr, .-top.post__inr {
  /*PC*/
}

@media all and (min-width: 40em) {
  .section__inr.-top, .-top.archives__inr, .-top.post__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.section__ttl {
  text-align: center;
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  position: relative;
  margin-bottom: 10vw;
  /*PC*/
}

.section__ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 2vw;
  background: #F6F6F6;
  z-index: -10;
  /*PC*/
}

@media all and (min-width: 40em) {
  .section__ttl:after {
    top: -40px;
    height: calc(100% + 80px);
    z-index: 1;
    width: 16px;
    left: calc(50% - 8px);
  }
}

@media all and (min-width: 40em) {
  .section__ttl {
    font-weight: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
  }
  .section__ttl.-tate {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    font-size: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.section__span--tate {
  /*PC*/
}

@media all and (min-width: 40em) {
  .section__span--tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 3;
  }
}

.section__subttl {
  margin-bottom: 3vw;
  margin-bottom: 15px;
}

.section__date {
  margin-bottom: 3vw;
  font-family: 'Jost',sans-serif;
  font-weight: 200;
  margin-bottom: 2vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .section__date {
    margin-bottom: 15px;
  }
}

.section__txt {
  line-height: 1.7;
}

.section__txt-wrap p {
  line-height: 1.7;
}

.section__txt-wrap figure {
  margin: 1vw 0;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .section__txt-wrap figure {
    width: 100% !important;
  }
}

.section__txt-wrap img {
  margin: 1vw 0;
  max-width: 100%;
  height: auto;
}

.section__txt-wrap figcaption {
  margin: .5vw 0;
}

.section__txt-wrap a:hover img {
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section__btn {
  color: #212121;
  font-family: 'jost' ,sans-serif;
  font-weight: 400;
  margin: .8vw 0;
  display: inline-block;
}

.section__btn:after {
  font-family: "Font Awesome 5 pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f35d";
  color: #FFC400;
  font-weight: 200;
  margin-left: .5rem;
}

.section__box {
  /*PC*/
}

@media all and (min-width: 40em) {
  .section__box {
    width: 45%;
  }
}

.section__category a {
  display: inline-block;
  font-family: 'Jost',sans-serif;
  font-weight: 400;
  background: #000;
  color: #fff;
  padding: .2vw 2vw;
  text-align: center;
  /*PC*/
}

@media all and (min-width: 40em) {
  .section__category a {
    padding: 2px 24px;
    width: 120px;
  }
}

.archives {
  /*PC*/
}

@media all and (min-width: 40em) {
  .archives {
    display: block;
    /*PC*/
  }
}

@media all and (min-width: 40em) and (min-width: 40em) {
  .archives {
    width: 80%;
  }
}

.archives__inr {
  border-bottom: 1px dashed #ccc;
}

.archives__link {
  color: inherit;
  display: block;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 3vw;
  /*PC*/
}

.archives__link:hover {
  text-decoration: none;
  color: inherit;
}

@media all and (min-width: 40em) {
  .archives__link {
    margin-bottom: 20px;
  }
}

.post {
  /*PC*/
}

@media all and (min-width: 40em) {
  .post {
    display: block;
    /*PC*/
  }
}

@media all and (min-width: 40em) and (min-width: 40em) {
  .post {
    width: 80%;
  }
}

.post__inr {
  border-bottom: 1px dashed #ccc;
}

.post__body figure {
  margin: 1vw 0;
  /*全スマホ*/
}

@media only screen and (max-width: 40em) {
  .post__body figure {
    width: 100% !important;
  }
}

.post__body img {
  margin: 1vw 0;
  max-width: 100%;
  height: auto;
}

.post__body figcaption {
  margin: .5vw 0;
}

.news {
  width: 100%;
  margin: 0 auto;
  /*PC*/
}

@media all and (min-width: 40em) {
  .news {
    width: 100%;
    max-width: 652px;
    margin: 0;
  }
}

.news__menu {
  list-style: none;
  margin: 0 0 5vw;
  padding: 0;
  /*PC*/
}

@media all and (min-width: 40em) {
  .news__menu {
    margin: 0 0 50px;
  }
}

.news__list {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1.5vw;
  margin-bottom: 3vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .news__list {
    padding-bottom: 14px;
    margin-bottom: 22px;
  }
}

.news__link {
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*PC*/
}

@media all and (min-width: 40em) {
  .news__link {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.news__date {
  font-family: 'Jost',sans-serif;
  font-weight: 600;
  min-width: 70px;
  /*PC*/
}

@media all and (min-width: 40em) {
  .news__date {
    width: 150px;
  }
}

.news__tag {
  font-family: 'Jost',sans-serif;
  font-weight: 400;
  background: #000;
  color: #fff;
  padding: .2vw 2vw;
  margin-left: .5rem;
  /*PC*/
}

@media all and (min-width: 40em) {
  .news__tag {
    padding: 2px 24px;
    margin-left: 15px;
    width: 120px;
  }
}

.news__ttl {
  width: 100%;
  display: block;
  margin: 1.5vw 0;
  /*PC*/
}

@media all and (min-width: 40em) {
  .news__ttl {
    margin: 0 0 0 10px;
  }
}

.news-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  /*PC*/
}

@media all and (min-width: 40em) {
  .news-footer__menu {
    text-align: right;
  }
}

.profile__head {
  text-align: center;
  margin-bottom: 2vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .profile__head {
    margin-bottom: 20px;
    text-align: left;
  }
}

.profile__face {
  width: 50vw;
  margin: 0 auto 3vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .profile__face {
    position: relative;
    width: 100%;
  }
  .profile__face:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    display: block;
    left: 0;
    bottom: 30px;
    background: #0142CF;
    z-index: 1;
  }
}

.profile__face-img {
  width: 100%;
  position: relative;
  z-index: 2;
  /*PC*/
}

@media all and (min-width: 40em) {
  .profile__face-img {
    width: 240px;
  }
}

.drummaker {
  padding: 0;
  margin: 10px 0;
  /*PC*/
  /*全スマホ*/
}

@media all and (min-width: 40em) {
  .drummaker {
    list-style: none;
  }
}

@media only screen and (max-width: 40em) {
  .drummaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.drummaker__list {
  /*PC*/
  /*全スマホ*/
}

@media all and (min-width: 40em) {
  .drummaker__list {
    display: inline-block;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 40em) {
  .drummaker__list {
    margin-right: 5%;
    display: block;
    width: 40%;
    float: left;
  }
}

.drummaker__img {
  /*PC*/
  /*全スマホ*/
}

@media all and (min-width: 40em) {
  .drummaker__img {
    width: 150px;
  }
}

@media only screen and (max-width: 40em) {
  .drummaker__img {
    width: 100%;
  }
}

.discography {
  /*PC*/
}

@media all and (min-width: 40em) {
  .discography {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.discography__box {
  width: 60vw;
  margin: 0 auto;
  /*PC*/
}

@media all and (min-width: 40em) {
  .discography__box {
    width: 200px;
    margin: 0 10px 0 0;
  }
}

.discography__img {
  width: 60vw;
  display: block;
  margin: 0 auto;
  /*PC*/
}

@media all and (min-width: 40em) {
  .discography__img {
    width: 100%;
  }
  .discography__img.-more {
    max-width: 180px;
    margin: 0 0 20px 0;
  }
}

.discography__date {
  color: #929292;
  font-family: 'Jost',sans-serif;
  margin: .5vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .discography__date {
    margin: 10px 0;
  }
}

.discography__ttl {
  margin: .5vw 0;
  /*PC*/
}

@media all and (min-width: 40em) {
  .discography__ttl {
    margin: 10px 0;
  }
}

.discography__modaal {
  display: none;
}

.discography__btn {
  background: #212121;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 1vw;
  /*PC*/
}

@media all and (min-width: 40em) {
  .discography__btn {
    padding: 20px;
  }
}

.youtube__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube__iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.copyright {
  text-align: center;
  margin: 2vw 0;
  /*PC*/
}

.sidebar {
  margin: 2vw 0;
  /*PC*/
}

@media all and (min-width: 40em) {
  .sidebar {
    width: 40%;
    margin: 60px 0;
  }
}

.sidebar__inr {
  /*PC*/
}

@media all and (min-width: 40em) {
  .sidebar__inr {
    max-width: 300px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.sidebar__ttl {
  min-width: 128px;
  background: #212121;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: .5vw;
  margin-bottom: 2vw;
}

.sidebar__menu {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  /*PC*/
}

@media all and (min-width: 40em) {
  .sidebar__menu {
    margin-bottom: 30px;
  }
}

.sidebar__list {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}

.sidebar__link {
  color: #212121;
}

.pagenation {
  margin: 3vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*PC*/
}

@media all and (min-width: 40em) {
  .pagenation {
    margin: 40px 0;
  }
}

.pagenation__txt {
  color: #717171;
  border-left: 1px solid #ccc;
  padding-left: 3vw;
  /*PC*/
}

.pagenation__txt:first-of-type {
  border: none;
  margin-right: 3vw;
  padding-left: 0;
}

@media all and (min-width: 40em) {
  .pagenation__txt {
    padding-left: 10px;
  }
}

.pagenation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 8vw;
  width: 8vw;
  margin-right: 2vw;
  background: #E5E5E5;
  color: #373737;
  /*PC*/
}

@media all and (min-width: 40em) {
  .pagenation__link {
    height: 40px;
    width: 40px;
    margin-right: 15px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
