/* Fundation */

@import url(./sanitize.css);
@import url('https://fonts.googleapis.com/css?family=Lora:400|Noto+Sans+JP:300,600|Noto+Serif+JP:300,600&display=swap');

@font-face {
  font-family: Lora;
  src: url('https://fonts.googleapis.com/css?family=Lora:500');
  font-weight: bold;
}



html {
  scroll-padding-top: 72px;
}

body {
  min-height: 100vh;
  background: #6A7479;
  text-align: center;
  color: #E9E9E9;
  font-family: 'Lora', 'Noto Serif JP', serif;
  font-weight: 100;
  letter-spacing: 1px;
}

a {
  color: #E9E9E9;
}

ul {
  list-style-type: none;
}

button:focus {
  outline:0;
}

/* Layout */


.l-top_main{
  width: 76%;
  max-width: 330px;
  margin: 0 auto 1.7rem;
}

/* .u-top_footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 23vh;
  background: none;
} */

.l-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 500px;
  /*height: 168px;*/
  margin: 0 auto;
  padding-bottom: 6px;
}

.l-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  background: rgb(106, 116, 121);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.c-header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 0;
  left: 0;
  max-width: 980px;
  height: 72px;
  margin: 0 auto;
}

.l-main {
  min-height: calc(100vh - 251px);
  margin: 0 auto 96px;
  padding-top: 96px;
}

@media screen and (min-width: 650px) {
  .l-main{
    padding-top: 120px;
  }
}




/* Component */

.c-content_width {
  width: 76%;
  max-width: 768px;
  margin: 0 auto;
}

.c-bunner_text {
  display: block;
  margin-bottom: 3px;
  text-align: center;
  color: #E9E9E9;
}

.c-ul_borderable li:first-child {
  border: none;
}

.c-top_live {
  padding: 5px 0 9px;
  line-height: 1.3;
  border-top: #B3B3B3 solid 1px;
}

.c-top_live_area {
  font-size: 13px;
}

.c-navi {
  display: flex;
  justify-content: space-between;
  width: 76%;
  max-width: 330px;
  margin: 0 auto;
}

.c-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.c-btn_55_serif {
  width: 48px;
  height: 48px;
}

.c-btn_menu {
  width: 60px;
  height: 30px;
  margin: 0 5px 0 25px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #cfcfcf;
  border: 1px solid ;
  border-radius: 5px;
}

.c-icon {
  font-size: 33px;
}

.c-icon_base {
  width: 33px;
  height: auto;
  color: #5C5C5C;
}

.c-copyright {
  color: #898989;
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

.c-menu_top {
  display: flex;
  position: absolute;
  top: 0;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-width: 980px;
  transition: all 200ms 200ms ease;
}

.isopen .c-menu_top {
  opacity: 1;
  visibility: visible;
}

.c-menu_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 48px;
  height: 48px;
}

.u-navi_transition {
  transition: none;
}

.c-menu .u-navi_transition {
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 20px;
}
.c-menu .u-navi_transition:nth-child(1) {
  transition: all 200ms 200ms ease;
}
.c-menu .u-navi_transition:nth-child(2) {
  transition: all 200ms 300ms ease;
}
.c-menu .u-navi_transition:nth-child(3) {
  transition: all 200ms 400ms ease;
}
.c-menu .u-navi_transition:nth-child(4) {
  transition: all 200ms 500ms ease;
}
.isopen .c-menu .u-navi_transition {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.c-bio {
  background: rgba(0, 0, 0, 0.12);
  padding: 72px 0 48px;
}

.c-bio_wrap {
  text-align: left;
  margin-bottom: 48px;
}

.c-bio_wrap:not(:first-child) {
  padding-top: 48px;
  border-top: 1px solid #6A7479;
}

.c-bio_date {
  color: rgb(197, 197, 197);
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 6px;
}

.c-bio_content{
  font-size: 1.7rem;
}
 
.c-bio_link {
  text-decoration: underline;
}

.c-disc {
  margin: 0 auto;
}

.p-disc_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: calc(76% + 10px);
  max-width: 380px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.p-disc_type:not(:first-child) {
  padding-top: 24px;
  border-top: 1px solid rgb(144, 158, 165);
}

.c-disc_wrap {
  flex: 0 1 47%;
  cursor: pointer;
  max-width: 192px;
  margin: 0 1.5% 12px;
  text-align: left;
}

@media screen and (min-width: 785px) {
  .p-disc_type {
    max-width: 606px;
    padding-bottom: 48px;
  }
  .p-disc_type:not(:first-child) {
    padding-top: 48px;
  }

  .c-disc_wrap {
    margin: 0 5px 12px;
  }
}

.c-disc_jacket {
  width: 100%;
  height: auto;
}

.c-disc_type {
  font-size: 11px;
  color: rgb(209, 209, 209);
  margin-bottom: 2px;
}

.c-disc_card {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 192px;
  height: 192px;
}

.c-spinner_loader {
  animation: spinner-loader 2000ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgb(209, 209, 209) 1.5em 0 0 0, rgb(209, 209, 209) 1.1em 1.1em 0 0, rgb(209, 209, 209) 0 1.5em 0 0, rgb(209, 209, 209) -1.1em 1.1em 0 0, rgb(209, 209, 209) -1.5em 0 0 0, rgb(209, 209, 209) -1.1em -1.1em 0 0, rgb(209, 209, 209) 0 -1.5em 0 0, rgb(209, 209, 209) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}

@keyframes spinner-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.c-disc_detail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100vw;
  min-height: 100vh;
  background: rgba(84, 98, 107, 0.96);
  z-index: 1;
}

.c-disc_detail_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.c-disc_modal_close {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  width: 100vw;
  max-width: 980px;
}

.material-icons.c-disc_modal_close_btn {
  margin: 12px 12px 0 0;
  font-size: 30px;
  cursor: pointer;
}

.c-disc_left_column {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 48px;
}

.c-disc_right_column {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 24px;
}

.c-disc_detail_jacket {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.c-disc_detail_title {
  font-size: 22px;
  line-height: 36px;
}

.c-disc_detail_icons {
  display: flex;
  justify-content: space-around;
  width: 86%;
  max-width: 258px;
  font-size: 36px;
  margin: 12px auto 24px;
}

.c-disc_detail_songs {
  text-align: left;
  list-style: decimal-leading-zero outside;
  width: 70%;
  margin: 0 auto 24px;
  color: #EEEEEE;
}

.c-disc_detail_date {
  margin-bottom: 24px;
  font-size: 14px;
  color: #CECECE;
}


@media screen and (orientation: landscape) and (min-height: 600px) {

  .c-disc_detail_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: row;
  }

  .c-disc_modal_close {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .c-disc_left_column {
    margin: 8px;
    padding: 0;
  }

  .c-disc_right_column {
    text-align: left;
    max-width: 450px;
    margin: 0;
    padding: 0px 12px 0;
  }

  .c-disc_detail_icons {
    margin-left: -5px;
  }
  
  .c-disc_detail_songs {
    width: 90%;
    margin-left: 39px;
  }

  .c-disc_detail_title,
  .c-disc_detail_date {
    margin-left: 8px;
  }
}




.c-live_wrap {
  display: flex;
  justify-content: space-between;
  width: 76%;
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 0;
  border-top: 1px solid rgb(157, 173, 180);
}

.c-live_wrap:first-of-type {
  padding: 0 0 24px;
  border: none;
}

.c-live_detail {
  text-align: left;
  margin-right: 4px;
}

.c-live_date {
  font-size: 24px;
  line-height: 36px;
}

.c-live_area {
  color: #BEBFCE;
}

.c-live_w {
  margin-bottom: 12px;
}

.c-live_reserve {
  display: inline-block;
  padding: 5px 10px;
  background: #6A7D89;
  text-decoration: underline;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
}

.c-live_soldout::before {
  content: "SOLDOUT";
  color: red;
}

.c-live_flyer { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  margin-top: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
}

.c-live_flyer .material-icons {
  font-size: 40px;
}

@media screen and (min-width: 650px) {
  .c-live_flyer {
    flex: 0 0 168px;
    width: 168px;
    height: 168px;
  }
  .c-live_flyer .material-icons {
    position: relative;
    left: 126px;
    bottom: -60px;
    width: 24px;
    font-size: 34px;
  }
}


.c-form_text {
  display: block;
  text-align: left;
  margin-bottom: 6px;
}

.c-form_txtbox {
  width: 100%;
  margin-bottom: 24px;
  text-align: left;
  color: black;
  background: #FFFFFF;
}

.c-form_submit_btn {
  display: block;
  width: 100%;
  padding: 6px 0;
  text-align: center;
  font-size: 19px;
  background: #889DAA;
  border-radius: 5px;
}


/* Project */

.p-top_logo {
  flex: 0 0 auto;
}

.p-top_logo_img {
  width: 70%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

.p-top_contents {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  list-style-type: none;
}

.p-top_main_title {
  margin-bottom: 3px;
  font-size: 10px;
  color: #B3B3B3;
}

.p-top_content {
  margin-bottom: 0.5rem;
}

.p-top_bunner {
  width: 100%;
  height: 53px;
  box-shadow: 0px -3px 6px rgb(32 32 32 / 40%);
  background: rgba(32, 32, 32, 0.71);
}

.p-top_bunner + .p-top_bunner {
  margin-top: 6px;
}

.p-navi_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
}

.p-top_btn {
  color: #5C5C5C;
  box-shadow: 0px -3px 6px rgba(32, 32, 32, 0.396);
  font-size: 12px;
  background: rgba(226, 226, 226, 0.22);
}

.p-menu_btn {
  color: #E9E9E9;
  background: #54626B;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.122);
  font-size: 12px;
}

.p-footer_bg {
  width: 100%;  
  background: linear-gradient(to top, #FFFDDF, #6A7479 100%);
}

.p-nav_content {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: #54626B;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 200ms 0s ease;
}

.p-nav_content.isopen {
  opacity: 1;
  visibility: visible;
}

.p-menu_btn-onpage {
  cursor: default;
  background: rgba(84, 98, 107, 0.22);
  box-shadow: none;
  font-size: 12px;
}
.c-menu > .p-menu_btn-onpage {
  text-shadow: 0px 3px 6px rgb(68, 68, 68);
  background: rgba(0, 0, 0, 0.07);
}

.p-header_logo_img {
  width: 90px;
  height: auto;
}

.p-bio_photo {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 24px;
}

@media screen and (min-width: 650px) {
  .p-bio_photo {
    margin: -24px auto 24px;
  }
}

.p-title {
  font-size: 26px;
  margin-bottom: 24px;
}

.p-bio_about {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 72px;
}

.p-bio_about_text {
  margin-bottom: 12px;
  font-size: 16px;
}

.p-bio_year_navis {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
  text-decoration: underline;
}

.p-bio_year_navi {
  margin-right: 1rem;
}


.p-apple_music_icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
}


.p-title {
  max-width: 600px;
  margin: 0 auto 24px;
}

.p-upcoming_live {
  /* max-width: 600px; */
  margin: 0 auto 48px;
}

.p-past_live {
  padding-bottom: 48px;
  background: #6F7F8A;
}

.p-past_title {
  padding-top: 24px;
}

@media screen and (min-width: 650px) {
  .p-title,
  .p-upcoming_live {
    /* width: 76%; */
    text-align: left;
  }
}


.p-mail_form {
  max-width: 330px;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-required_text {
  font-size: 12px;
  text-align: left;
  margin-bottom: 12px;
}

/* Utility */

.u-top_background {
  background: linear-gradient(to top, #FFFDDF, #6A7479 27%);
}

.u-txt10 {
  font-size: 10px;
}

.u-txt11 {
  font-size: 11px;
}

.u-txt14 {
  font-size: 14px;
}

.txt_color_e9 {
  color: #E9E9E9
}

.txt_color_gray {
  color: #5C5C5C;
}

.u-4way_bunner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44) ),url(../img/twojacket_jp.png);
  background-size: 130%;
  padding-top: 4px;
}
.u-2ndep_bunner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44) ),url(../img/2ndep_jacket.jpg);
  background-size: 130%;
  padding-top: 6px;
}

.u-margin_l_15 {
  margin-left: 15px;
}

.u-margin_bt_10 {
  margin-bottom: 12px;
}

.u-margin_bt_30 {
  margin-bottom: 30px;
}

.u-margin_bt_20 {
  margin-bottom: 20px;
}

.u-adjust-box {
  position: relative;
  width: auto;
  height: 100%;
  background: #EEE;
}
.u-box-1x1:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.u-inner {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}

.u-pointer {
  cursor: pointer;
}

.material-icons.u-menu_icon_size {
  font-size: 36px;  
} 

.u-required {
  color: red;
}

.u-top_footer .p-navi_wrap {
  padding: 0;
}

.u-max_width {
  max-width: 980px;
}

.u-flex_center {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.u-block {
  display: block;
}

@media screen and (orientation: landscape) {
  .l-top_main {
    height: calc(100vh - 131px - 2rem - 202px);
  }

  .p-top_contents {
    width: 330px;
  }

  .u-top_footer {
    max-height: 140px;
  }
  
  @media screen and (max-height: 650px){
    .u-top_background {
      height: 650px;
    }

    .l-top_header {
      height: 104px;
    }

    .l-top_main {
      height: 398px;
    }

    .u-top_footer {
      position: relative;
      height: 140px;
      margin: 8px auto;
    }
  }
}


@media screen and (min-width: 766px) {
  .c-menu_navi {
    margin: 24px;
  }

  .c-navi.c-menu {
    max-width: 500px;
  }

  .c-menu .c-btn {
    font-size: 14px;
  }

  .c-menu .p-menu_btn,
  .c-menu .p-menu_btn-onpage {
    width: 60px;
    height: 60px;
  }

  .material-icons.u-menu_icon_size {
    
    font-size: 48px;
  }

  .material-icons.c-disc_modal_close_btn {
    margin: 24px 24px 0 0;
    font-size: 48px;
  }
}
