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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px 50px;
  max-width: 1600px;
}
.header-wrap .header-logo {
  max-width: 350px;
}
.header-wrap .header-nav {
  display: flex;
  gap: 20px;
}
.header-wrap .header-nav ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.header-wrap .header-nav ul li {
  border-right: 1px solid #666666;
}
.header-wrap .header-nav ul li:nth-child(8) {
  border: none;
}
.header-wrap .header-nav ul li a {
  color: #666666;
  padding: 0 20px;
  line-height: 0.8;
}
.header-wrap .header-nav ul li.sns-nav {
  border: none;
}
.header-wrap .header-nav ul li.sns-nav ul {
  gap: 10px;
}
.header-wrap .header-nav ul li.sns-nav ul li {
  border: none;
}
.header-wrap .header-nav ul li.sns-nav ul li._yt {
  width: 23px;
  height: 16px;
}
.header-wrap .header-nav ul li.sns-nav ul li._ig {
  width: 18px;
  height: 18px;
}
.header-wrap .header-nav ul li.sns-nav ul li._x {
  width: 18px;
  height: 17px;
}
.header-wrap .header-nav ul li.sns-nav ul li a {
  padding: 0;
}

.hamburger {
  width: 70px;
  height: 34px;
  z-index: 9999;
}
.hamburger__trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 70px;
  height: 18px;
}
.hamburger__trigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
  z-index: 3;
}
.hamburger__trigger span:nth-of-type(1) {
  top: 0;
}
.hamburger__trigger span:nth-of-type(2) {
  top: 8px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.hamburger__trigger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger__trigger.is-active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger__trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger__trigger.is-active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

body.is-open {
  height: 100vh;
  overflow-y: hidden;
}

.header__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px 28px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav.is-open {
  opacity: 1;
  visibility: visible;
}
.header__nav nav {
  display: flex;
  justify-content: end;
  width: 100%;
}
.header__nav nav ul.header__nav-list {
  display: block;
}
.header__nav nav ul.header__nav-list li {
  border: none;
  margin: 0;
  margin-bottom: 15px;
}
.header__nav nav ul.header__nav-list li a {
  font-size: 70px;
  font-weight: 100;
}
.header__nav .header__logo {
  max-width: 250px;
}
.header__nav .header__logo ul {
  max-width: 85%;
  margin: 30px auto 0;
}
.header__nav .header__logo ul li {
  border: none;
}
.header__nav .header__logo ul li a {
  padding: 0 15px;
}

.header__nav-list {
  list-style: none;
}

.header__nav-item {
  margin: 15px 0;
}
.header__nav-item a {
  color: #333;
  text-decoration: none;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  width: 100%;
  height: auto;
}

.sectionBg {
  padding: 160px 0;
}

a {
  color: #FFF;
  transition: 0.6s;
  display: block;
}
a:hover {
  text-decoration: none;
  color: #FFF;
}

.section-link a {
  letter-spacing: 5px;
}

.Bg-Black {
  background-color: #171C1B;
  color: #808080;
  position: relative;
}
.Bg-Black .section-title {
  color: #808080;
}
.Bg-gray {
  background-color: #414647;
  color: #93A3A5;
}
.Bg-gray .section-title {
  color: #93A3A5;
}
.Bg-gray .section-link a {
  border-bottom: 1px solid #93A3A5;
  color: #93A3A5;
}
.Bg-bluedark {
  background-color: #788C8F;
  color: #DAE1DF;
}
.Bg-bluedark .section-title {
  color: #DAE1DF;
}
.Bg-bluedark .section-link a {
  border-bottom: 1px solid #DAE1DF;
  color: #DAE1DF;
}
.Bg-bluegray {
  background-color: #A8B9B3;
  color: #EAEAE9;
}
.Bg-bluegray .section-title {
  color: #EAEAE9;
}
.Bg-bluegray .section-link a {
  border-bottom: 1px solid #EAEAE9;
  color: #EAEAE9;
}
.Bg-lightgray {
  background-color: #D2D3D2;
  color: #FFFFFF;
}
.Bg-lightgray .section-title {
  color: #FFFFFF;
}
.Bg-lightgray .section-link a {
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.Bg-white {
  background-color: #F3F4ED;
  padding: 160px 0 0;
}

.content-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 80px;
}
.content-grid-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.content-grid-threeCard {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
}

.mainVisual {
  position: relative;
  width: 100%;
  height: calc(100vh - 50px);
  background: rgb(161, 165, 176);
  background: linear-gradient(225deg, rgb(161, 165, 176) 14%, rgb(201, 204, 213) 35%, rgb(202, 209, 219) 100%);
  padding: 30px;
  /*    
      &::before {
          position: absolute;
          content: "";
          bottom: 0;
          right: 0;
          background-image: url(../images/mainVisual.png);
          background-size: contain;
          background-repeat: no-repeat;
          width: 1029px;
          height: 569px;
      }
  */
}
.mainVisual img.mainImg {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 1029px;
  height: 569px;
}
.mainVisual .main-text {
  color: #4D4D4D;
}
.mainVisual .main-text h1 {
  font-weight: 100;
  font-size: 56px;
}
.mainVisual .main-text ul li {
  font-weight: 100;
  font-size: 22px;
}

.section-title {
  position: absolute;
  left: 4.4vw;
  width: 68px;
}
.section-title h2 {
  writing-mode: vertical-rl;
  font-size: 140px;
  font-weight: 100;
  margin: 0;
  line-height: 0.7;
}
.section-link {
  margin-top: 100px;
}
.section-link a {
  border-bottom: 1px solid #808080;
  transition: 0.6s;
  padding-bottom: 20px;
  width: 100%;
  position: relative;
}
.section-link a span {
  font-size: 100px;
  line-height: 1;
  font-weight: 100;
}
.section-link a span::before {
  position: absolute;
  content: ">";
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 50px;
  font-weight: 100;
  opacity: 0;
  transition: 0.6s;
}
.section-link a:hover {
  padding-left: 30px;
}
.section-link a:hover span::before {
  position: absolute;
  content: ">";
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 50px;
  font-weight: 100;
  opacity: 1;
}
.section-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.section-content {
  margin-bottom: 60px;
  width: 69.9%;
  margin-left: 27.5%;
  padding: 0 25px;
  position: relative;
}

.news-wrap {
  border-top: 1px solid #414647;
  border-bottom: 1px solid #414647;
  padding: 25px 0;
  transition: 0.6s;
  font-weight: 100;
  letter-spacing: 2px;
}
.news-top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-date {
  width: 50%;
}
.news-date p {
  font-size: 14px;
}
.news-date p span {
  color: #808080;
}
.news-text {
  padding: 8px 0 0;
}
.news-text p {
  background-color: #323736;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 2px;
  padding: 5px 10px;
  position: relative;
  z-index: 3;
}
.news-text p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #808080;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.news-text p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #323736;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

a:hover .news-wrap {
  background-color: #414647;
}
a:hover .news-wrap p::before {
  width: 100%;
}
a:hover .news-wrap p::after {
  width: 100%;
}
a:hover .discography-wrap h3::before {
  width: 100%;
}
a:hover .discography-wrap h3::after {
  width: 100%;
}
a:hover .discography-img img {
  transform: scale(1.2);
}

.discography-date {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #93A3A5;
}
.discography-date p span {
  color: #93A3A5;
}
.discography-img {
  margin-bottom: 25px;
  height: 100%;
  overflow: hidden;
}
.discography-img img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.discography-title {
  background-color: #171C1B;
  text-align: center;
}
.discography-title h3 {
  padding: 5px;
  position: relative;
  z-index: 2;
}
.discography-title h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #788C8F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.discography-title h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #171C1B;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.youtube-wrap {
  text-align: right;
}
.youtube-date {
  padding: 10px 0;
}
.youtube-date p {
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 14px;
}
.youtube-img {
  height: 100%;
  overflow: hidden;
}
.youtube-img img {
  width: 100%;
  height: 100%;
  transition: 0.8s;
}
.youtube-title h3 {
  font-size: 16px;
  font-weight: 100;
}

a:hover .youtube-img img {
  transform: scale(1.5);
}
a:hover .live-wrap {
  background-color: #CFD9D1;
}
a:hover .live-wrap h3::before {
  width: 100%;
}
a:hover .live-wrap h3::after {
  width: 100%;
}
a:hover .schedule-wrap {
  background-color: #FFFFFF;
}
a:hover .schedule-wrap h3::before {
  width: 100%;
}
a:hover .schedule-wrap h3::after {
  width: 100%;
}

.live-wrap {
  padding: 25px 0;
  border-bottom: 1px solid #808080;
  transition: 0.6s;
}
.live-date p {
  color: #FFFFFF;
}
.live-date p span {
  color: #EAEAE9;
}
.live-title {
  padding-top: 10px;
}
.live-title h3 {
  color: #FFFFFF;
  background-color: #788C8F;
  width: fit-content;
  padding: 5px 10px;
  letter-spacing: 3px;
  font-weight: 100;
  font-size: 20px;
  position: relative;
  z-index: 3;
}
.live-title h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.live-title h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #788C8F;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.schedule-wrap {
  padding: 25px 0;
  transition: 0.6s;
}
.schedule-wrap ul li {
  border-bottom: 1px solid #666666;
}
.schedule-date {
  display: flex;
  gap: 20px;
}
.schedule-date p {
  color: #333333;
}
.schedule-date p span {
  color: #999999;
}
.schedule-title {
  padding-top: 10px;
}
.schedule-title h3 {
  color: #FFFFFF;
  background-color: #9B9C9C;
  width: fit-content;
  padding: 5px 10px;
  letter-spacing: 3px;
  font-weight: 100;
  font-size: 20px;
  position: relative;
  z-index: 3;
}
.schedule-title h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.schedule-title h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  height: 100%;
  background-color: #9B9C9C;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.tab-list {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.tab-list .tab-list-item {
  text-align: center;
  padding: 10px 0;
}
.tab-list .tab-list-item.active {
  text-decoration: underline;
}

.tab-contents-item {
  display: none;
}
.tab-contents-item.show {
  display: block;
}

.profile-wrap .profile-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 80px;
}
.profile-wrap .profile-grid.content-left {
  grid-template-columns: 3fr 1fr;
  align-items: flex-end;
}
.profile-wrap .profile-grid.content-right {
  grid-template-columns: 1fr 3fr;
}
.profile-content {
  color: #666666;
}
.profile-content p {
  font-weight: 400;
  line-height: 1.8;
}
.profile-content ul {
  margin: 0;
}
.profile-content ul li {
  color: #666666;
  margin-bottom: 10px;
  font-weight: 100;
}
.profile-title h3 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.profile-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  color: #666666;
}
.profile-list .profile-box span {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2px;
}
.profile-list .profile-box .profile-flex {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 20px;
  align-items: baseline;
}
.profile-list .profile-box .profile-flex h3 {
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 2px;
}
.profile-list .profile-box .profile-flex .sns-link {
  display: flex;
  justify-content: space-between;
}
.profile-list .profile-box .profile-flex .sns-link li {
  width: 16px;
}

.flash-basic {
  cursor: pointer;
}

.flash-basic:hover {
  opacity: 1;
  animation-name: flash-basic;
  animation-duration: 1.4s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes flash-basic {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.page-top {
  background-color: #D8D9D1;
  display: flex;
  padding: 20px 0 10px;
  justify-content: center;
}
.page-top .dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 3em;
  height: 3em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.page-top a {
  display: block;
  width: 100%;
  text-align: center;
}

.footer-wrap {
  padding: 160px 0 80px;
}
.footer-wrap .copy p {
  color: #4D4D4D;
  text-align: center;
}
.footer-wrap .footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.footer-wrap nav {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;
  margin-bottom: 60px;
  width: 69.9%;
  margin-left: 27.5%;
  padding: 0 25px;
  position: relative;
}
.footer-wrap nav ul.footer__nav-list {
  display: block;
}
.footer-wrap nav ul.footer__nav-list li {
  border: none;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1;
}
.footer-wrap nav ul.footer__nav-list li a {
  font-size: 70px;
  font-weight: 100;
  color: #666666;
}
.footer-wrap .footer__logo {
  position: absolute;
  left: 4.4vw;
  width: 200px;
  top: 0;
}
.footer-wrap .footer__logo ul {
  max-width: 85%;
  margin: 30px auto 0;
  display: flex;
}
.footer-wrap .footer__logo ul li {
  border: none;
}
.footer-wrap .footer__logo ul li a {
  padding: 0 15px;
}/*# sourceMappingURL=style.css.map */