@charset "UTF-8";

.l-top {
  padding: 80px 0 170px;
}

.p-hero {
  padding: 0 0 120px;
  width: calc(100vw - 200px);
}

.p-hero__kv {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1020px;
}

.p-hero__kv-img {
  -webkit-clip-path: polygon(0.8% 0%, 99.2% 0, 100% 1.6%, 100% 98.4%, 99.2% 100%, 0.8% 100%, 0% 98.4%, 0% 1.6%);
          clip-path: polygon(0.8% 0%, 99.2% 0, 100% 1.6%, 100% 98.4%, 99.2% 100%, 0.8% 100%, 0% 98.4%, 0% 1.6%);
}

.p-hero__scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  width: 50px;
  height: 110px;
}

.p-hero__scroll-text {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-100%) rotate(90deg);
      -ms-transform: translateY(-100%) rotate(90deg);
          transform: translateY(-100%) rotate(90deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  width: 110px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .4px;
}

.p-hero__scroll-line {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 60px;
  height: 1.5px;
  overflow: hidden;
}

.p-hero__scroll-line::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: line 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: line 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  background: #000;
  width: 0;
  height: 100%;
  content: "";
}

.p-hero__scroll-line::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: width 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #e5e5e5;
  width: 100%;
  height: 100%;
  content: "";
}

.p-hero__banner {
  position: relative;
  margin: 100px auto 0;
  width: 90.196%;
  max-width: 920px;
}

@-webkit-keyframes line {
  0% {
    left: 0;
    width: 0;
  }
  45% {
    left: 0;
    width: 100%;
  }
  46% {
    width: 100%;
  }
  90% {
    left: 100%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes line {
  0% {
    left: 0;
    width: 0;
  }
  45% {
    left: 0;
    width: 100%;
  }
  46% {
    width: 100%;
  }
  90% {
    left: 100%;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-top_banner__item + .p-top_banner__item {
  margin-top: 30px;
}

.l-section {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.l-section[data-area="schedule"]::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/pattern_dot.png") repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%;
  content: "";
}

.l-section[data-area="profile"] {
  padding-bottom: 100px;
}

.l-section[data-area="profile"]::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/pattern_dot.png") repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%;
  content: "";
}

.l-section__container {
  position: relative;
  padding: 90px 60px 98px 0;
  width: calc(100vw - 200px);
}

.l-section__title {
  position: relative;
  margin: 0 auto 34px;
  width: 100%;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
}

.l-section__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1020px;
}

.p-schedule {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-schedule__inner {
  position: relative;
  padding-top: 65%;
  width: 100%;
}

.p-schedule iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-news {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-movie {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-discography {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-news__more {
  display: table;
  position: relative;
}

.p-movie__more {
  display: table;
  position: relative;
}

.p-discography__more-text {
  display: block;
  border: 2px solid #000;
  padding: 5px 22px;
  color: #333;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}


.p-discography__more {
  display: table;
  position: relative;
}

.p-discography__more-text {
  display: block;
  border: 2px solid #000;
  padding: 5px 22px;
  color: #333;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}



.p-news__more-text {
  display: block;
  border: 2px solid #000;
  padding: 5px 22px;
  color: #333;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.p-movie__more-text::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  background: #333;
  width: 10px;
  height: 100%;
  content: "";
}

.p-movie__more-text::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  background: #333;
  width: 10px;
  height: 100%;
  content: "";
}

.p-movie__more-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: rgba(128, 128, 128, 0.4) url("../img/common/pattern_dot.png") repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%;
  content: "";
}





.p-discography__more-text::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  background: #333;
  width: 10px;
  height: 100%;
  content: "";
}

.p-discography__more-text::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  background: #333;
  width: 10px;
  height: 100%;
  content: "";
}

.p-discography__more-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: rgba(128, 128, 128, 0.4) url("../img/common/pattern_dot.png") repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%;
  content: "";
}

.p-news__more-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: rgba(128, 128, 128, 0.4) url("../img/common/pattern_dot.png") repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%;
  content: "";
}

.p-about {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-about__intro {
  margin-bottom: 30px;
  padding-top: 20px;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.p-about__intro-name {
  display: inline-block;
  vertical-align: bottom;
  width: 675px;
  letter-spacing: normal;
}

.p-about__intro-toha {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 3px;
  width: 104px;
  letter-spacing: normal;
}

.p-about__description {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .6px;
  line-height: 2;
  text-align: center;
}

.p-member {
  position: relative;
  width: calc(100vw - 200px);
}

.p-member__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1020px;
}

.p-member__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-member__list-item + .p-member__list-item {
  margin-top: 40px;
}

.p-prof {
  position: relative;
  margin: 0 auto;
  width: 88.235%;
}

.p-prof__cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-prof__cover::before {
  display: block;
  position: absolute;
  top: -5px;
  right: -15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: 1;
  border-bottom: 2px solid #000;
  width: 40px;
  height: 2px;
  content: "";
}

.p-prof__cover::after {
  display: block;
  position: absolute;
  bottom: 25px;
  left: -5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  z-index: 1;
  border-bottom: 2px solid #000;
  width: 40px;
  height: 2px;
  content: "";
}

.p-prof__line {
  display: block;
  position: absolute;
  border-style: solid;
  border-color: #2c4b9b;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.p-prof__line--left_top {
  top: 0;
  left: 0;
  border-top-width: 2px;
  border-left-width: 2px;
}

.p-prof__line--right_bottom {
  right: 0;
  bottom: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.p-prof__in {
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 34px 50px;
  width: 100%;
}

.p-prof__in::after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: '.';
}

.p-prof__visual {
  position: relative;
  float: right;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 38.5%;
  max-width: 300px;
}

.p-prof__visual::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
}

.p-prof__visual-in {
  position: relative;
  width: 100%;
}

.p-prof__visual-in::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  width: 10px;
  height: 10px;
  pointer-events: none;
  content: "";
}

.p-prof__visual-in::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  width: 10px;
  height: 10px;
  pointer-events: none;
  content: "";
}

.p-prof__img {
  position: relative;
}

.p-prof__img::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #fff;
  width: 10px;
  height: 10px;
  pointer-events: none;
  content: "";
}

.p-prof__img::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: 10px solid transparent;
  width: 10px;
  height: 10px;
  pointer-events: none;
  content: "";
}

.p-prof__name {
  margin-bottom: 20px;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-prof__name-main {
  display: inline-block;
  vertical-align: bottom;
  font-size: 40px;
  letter-spacing: .6px;
}

.p-prof__name-sub {
  display: inline-block;
  vertical-align: bottom;
  color: #2c4b9b;
  font-family: "Damion", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  letter-spacing: .6px;
}

.p-prof__data {
  position: relative;
  width: 100%;
}

.p-prof__data a {
  color: #2c4b9b;
}

.p-prof__data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.p-prof__data dl dt {
  padding-right: 10px;
  width: 165px;
}

.p-prof__data dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

@media screen and (min-width: 961px) {
  .l-header__brand {
    -webkit-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 180px;
  }
  .is-scroll .l-header__brand {
    width: 120px;
  }
  .l-header__nav {
    top: 242px;
    -webkit-transition: top 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .is-scroll .l-header__nav {
    top: 180px;
  }
  .p-hero {
    margin-left: 200px;
    padding-right: 60px;
  }
  .l-section__container {
    margin-left: 200px;
  }
  .p-movie__more {
    position: absolute;
    top: -35px;
    right: 0;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }

  .p-discography__more {
    position: absolute;
    top: -35px;
    right: 0;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }

  .p-news__more {
    position: absolute;
    top: -35px;
    right: 0;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }

  .p-discography__more-text:hover::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }

  .p-movie__more-text:hover::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }

  .p-news__more-text:hover::before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  .p-member {
    margin: -120px 0 0 200px;
    padding-right: 60px;
  }
  .p-prof__visual {
    padding: 0 0 8px 38px;
  }
  .p-prof__name-sub {
    margin-left: 15px;
  }
  .p-prof__data {
    padding-left: 22px;
  }
  .p-prof__data dl dd a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 960px) {
  .l-header__brand {
    top: 10px;
    -webkit-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 98px;
  }
  .is-scroll .l-header__brand {
    top: 20px;
    width: 64px;
  }
  .l-top {
    padding: 60px 0 80px;
  }
  .p-hero {
    margin: 0 auto;
    padding-bottom: 60px;
    width: 94%;
  }
  .p-hero__kv {
    max-width: 700px;
  }
  .p-hero__scroll {
    display: none;
  }
  .p-hero__banner {
    margin-top: 30px;
    width: 98%;
  }
  .p-top_banner__item + .p-top_banner__item {
    margin-top: 16px;
  }
  .l-section[data-area="profile"] {
    padding-bottom: 40px;
  }
  .l-section__container {
    margin: 0 auto;
    padding: 50px 0 60px;
    width: 90%;
  }
  .l-section__title {
    margin-bottom: 18px;
    font-size: 20px;
  }
  .l-section__inner {
    width: 100%;
    max-width: 500px;
  }
  .p-schedule__inner {
    padding-top: 100%;
  }
  .p-movie_more {
    margin: 22px auto 0;
    width: 80%;
    max-width: 260px;
    text-align: center;
  }
  .p-nmovie__more-text {
    padding: 10px 22px;
  }


  .p-discography_more {
    margin: 22px auto 0;
    width: 80%;
    max-width: 260px;
    text-align: center;
  }
  .p-discography__more-text {
    padding: 10px 22px;
  }


  .p-news__more {
    margin: 22px auto 0;
    width: 80%;
    max-width: 260px;
    text-align: center;
  }
  .p-news__more-text {
    padding: 10px 22px;
  }
  .p-about__intro {
    margin-bottom: 18px;
    padding-top: 8px;
  }
  .p-about__intro-name {
    width: 100%;
  }
  .p-about__intro-toha {
    margin-left: .6%;
    width: 17.164%;
  }
  .p-about__description {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  .p-member {
    margin: -62px auto 0;
    width: 100%;
  }
  .p-member__inner {
    max-width: 500px;
  }
  .p-member__list-item + .p-member__list-item {
    margin-top: 20px;
  }
  .p-prof__cover::before {
    width: 30px;
  }
  .p-prof__cover::after {
    bottom: 15px;
    width: 30px;
  }
  .p-prof__line {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .p-prof__in {
    padding: 30px 15px;
  }
  .p-prof__visual {
    width: 52%;
  }
  .p-prof__visual-in::before {
    border-width: 5px;
    width: 5px;
    height: 5px;
  }
  .p-prof__visual-in::after {
    border-width: 5px;
    width: 5px;
    height: 5px;
  }
  .p-prof__img::before {
    border-width: 5px;
    width: 5px;
    height: 5px;
  }
  .p-prof__img::after {
    border-width: 5px;
    width: 5px;
    height: 5px;
  }
  .p-prof__name {
    width: 48%;
  }
  .p-prof__visual + .p-prof__name {
    padding-top: 33%;
  }
  .p-prof__name-main {
    font-size: 30px;
  }
  .p-prof__name-sub {
    display: block;
    font-size: 14px;
  }
  .p-prof__data {
    clear: both;
  }
  .p-prof__data dl {
    font-size: 13px;
  }
  .p-prof__data dl dt {
    padding-right: 6px;
    width: 85px;
  }
  .p-prof__data-qa dl {
    display: block;
  }
  .p-prof__data-qa dl dt {
    margin-bottom: 6px;
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .p-hero {
    width: 95%;
  }
  .p-member {
    width: 95%;
  }
}