@charset "UTF-8";
/* luz artist site CSS (main.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

/* ============================================
 base
============================================ */
html {
  overflow-y: scroll;
}

html, body {
  width: 100%;
  height: auto;
  color: #fff;
  min-width: 320px;
  letter-spacing: -0.1px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", sans-serif;
  word-break: break-all;
}

.clearfix:before, .chronology dl:before, .clearfix:after, .chronology dl:after {
  content: "";
  display: table;
}

.clearfix:after, .chronology dl:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 90%;
  margin: 0 5%;
}

.nosp {
  display: none;
}

/* ============================================
 header
============================================ */
header {
  position: fixed;
  webkit-transform: translateZ;
  top: 0;
  width: 100%;
  height: 55px;
  background: #000;
  z-index: 100;
}

header a :hover {
  text-decoration: none !important;
}

header .head_wrap {
  padding: 13px 0;
  background: #000;
}

header .head_left {
  float: left;
  width: 47%;
  max-width: 160px;
}

header .logo {
  margin-left: -7px;
  margin-right: 0;
}

header .logo a :hover {
  text-decoration: none !important;
}

header .head_right {
  padding-top: 5px;
  padding-right: 30px;
}

header .head_right .sns {
  float: right;
  display: block;
  width: 6%;
  max-width: 25px;
  margin-right: 8px;
}

/*-----------------------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button, .menu_button span {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.menu_button {
  position: absolute;
  right: 0;
  top: 18.5px;
  width: 25px;
  height: 17px;
  cursor: pointer;
}

.menu_button:hover {
  text-decoration: none;
}

.menu_button span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

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

.menu_button span:nth-of-type(2) {
  top: 7px;
}

.menu_button span:nth-of-type(3) {
  bottom: 0;
}

/*-----------  active  ------------*/
.menu_button.active span:nth-of-type(1) {
  -webkit-transform: translateY(6.5px) rotate(-45deg);
  transform: translateY(6.5px) rotate(-45deg);
}

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

.menu_button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

/*-----------------------------------------------------------------
  dropdown nav
------------------------------------------------------------------*/
.dropdown_nav {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-height: 0;
}

.dropdown_nav_open {
  max-height: 1000px;
  opacity: 1;
  z-index: 9999;
  position: relative;
}

nav li a, nav li span {
  font-family: "cambria", sans-serif;
  font-size: 16px;
  font-size: 1.45455rem;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px;
  border: solid 1px #fff;
  padding: 4px 8px 5px;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
}

nav li span {
  color: #6e6e6e;
}

/* ============================================
 contents
============================================ */
#content_area {
  padding-top: 55px;
}

section {
  margin-top: 120px;
}

section h2 {
  font-family: "Cormorant", serif;
  font-size: 40px;
  font-size: 3.63636rem;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 1px;
}

.special_site {
  margin-top: 15px;
}

.special_site a, .special_site span {
  font-family: "cambria", sans-serif;
  font-size: 18px;
  font-size: 1.63636rem;
  display: block;
  border: solid 2px #fff;
  text-align: center;
  padding: 12px 0;
}

.special_site span {
  color: #525252;
}

/*-----------  top image  ------------*/
#top_image {
  width: 100%;
  /*height: 360px;*/
  /*background-image: url("images/img_top2.jpg");*/
  background-size: cover;
  background-position: center top;
}

/*-----------  news  ------------*/
#news {
  margin-top: 40px;
}

.news_list dl {
  border-top: 1px dashed #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}

.news_list dl:first-child {
  padding-top: 0;
  border-top: none;
}

.news_list dl dt {
  color: #ff0000;
  margin-bottom: 5px;
}

.news_list dl dd a {
  text-decoration: underline;
}

.news_list dl dd a:hover {
  text-decoration: none;
}

.news_list span.new {
  color: #ff0000;
}

/*-----------  twitter widget  ------------*/
#twitter_area {
  margin: 130px 0 30px;
}

#twitter_area .tw_widget {
  width: 90%;
  margin: 0 auto 20px;
}

#twitter_area h2 {
  font-size: 11px;
  font-size: 1rem;
  margin: 35px 0 10px;
}

/*-----------  media  ------------*/
#media h2 {
  margin-bottom: 25px;
}

.media_list {
  border-top: 1px dashed #fff;
  padding-bottom: 30px;
  padding-top: 30px;
}

.media_list div:first-child {
  padding-top: 0;
  border-top: none;
}

.media_list div p a {
  text-decoration: underline;
}

.media_list div p a:hover {
  text-decoration: none;
}

/*-----------  live  ------------*/
#live h2 img {
  width: 65px;
  margin-bottom: 3px;
}

.live_list {
  margin-top: 70px;
}

.live_list:first-child {
  margin-top: 0;
}

.live_list h3 {
  font-size: 22px;
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.live_list p {
  line-height: 1.8;
}

.live_list .special_site {
  margin-top: 20px;
}

#aftertherain {
  font-size: 15px;
}

/*-----------  discography  ------------*/
.disco_list {
  margin-top: 35px;
}

.disco_list:first-child {
  margin-top: 0;
}

.disco_detail h3 {
  font-size: 22px;
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.disco_detail .release {
  font-size: 15px;
  font-size: 1.36364rem;
}

.disco_detail .price {
  font-size: 10px;
  font-size: 0.90909rem;
}

.disco_detail .tracklist {
  margin-top: 15px;
  line-height: 1.8;
}

.disco_detail .tracklist span {
  font-size: 12px;
  display: block;
  margin-top: -8px;
  padding-left: 18px;
}

/*-----------  biography  ------------*/
.bio_txt {
  margin-top: 15px;
}

.bio_txt p {
  line-height: 1.8;
  margin-bottom: 25px;
}

.bio_txt .profile {
  font-size: 15px;
  font-size: 1.36364rem;
  line-height: 1.6;
}

.chronology {
  margin: 30px 0 0;
}

.chronology dl {
  margin: 3px 0;
  line-height: 1.8;
}

.chronology dl dt {
  float: left;
}

.chronology dl dd {
  padding-left: 1em;
  overflow: auto;
}

/*-----------  download  ------------*/
.download .download_box {
  margin-bottom: 100px;
}
.download .download_box:last-child {
  margin-bottom: 0;
}
.download h2 {
  font-family: "Cormorant", serif;
  text-align: center;
  font-size: 30px;
  font-size: 9.375vw;
  margin-bottom: 35px;
  line-height: 1;
  letter-spacing: 1px;
}
.download h2 strong {
  font-size: 22px;
  font-size: 6.875vw;
}
.download h3 {
  font-size: 15px;
  font-size: 4.6875vw;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}
.download h3 strong {
  font-size: 22px;
  font-size: 6.875vw;
}
.download .inst_img {
  margin-bottom: 30px;
  text-align: center;
}
.download .inst_img img {
  width: 70%;
}
.download h4 {
  padding: 10px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-left: -5px;
  display: flex;
  align-items: center;
}
.download h4:before, .download h4:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.download h4:before {
  margin-right: 1rem;
}
.download h4:after {
  margin-left: 1rem;
}
.download P {
  margin: 20px auto;
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
  letter-spacing: -0.3px;
}
.download .guideline01 {
  margin-top: 0;
}

.download_wrap ul li {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download_wrap ul li:first-child {
  border-top: 1px solid #fff;
}
.download_wrap ul li .dl_inner {
  width: auto;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}
.download_wrap ul li h3 {
  text-align: center;
  font-size: 22px;
  font-size: 1.8333333333rem;
  font-weight: 900;
  margin-bottom: 15px;
  white-space: nowrap;
}

.dl_btn_wrap {
  display: flex;
  justify-content: left;
  margin-bottom: 13px;
}
.dl_btn_wrap a {
  transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  width: auto;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.dl_btn_wrap a:hover {
  opacity: 0.7;
}
.dl_btn_wrap .name {
  font-weight: normal;
  color: #fff;
  display: flex;
  width: 9rem;
  margin-right: 7px;
  font-size: 16px;
  font-size: 1.3333333333rem;
}
.dl_btn_wrap .name i {
  font-size: 20px;
  font-size: 1.6666666667rem;
}
.dl_btn_wrap .dl_btn {
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  font-size: 1.1666666667rem;
  width: auto;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 3px 8px;
}

/*-----------  movie  ------------*/
#movie .special_site {
  margin-top: 25px;
}

#movie h2 img {
  width: 89px;
  margin-left: -0.1em;
}

.movie_panel {
  width: 100%;
  margin: 0 auto 15px;
  overflow: hidden;
  position: relative;
  /* paddingで高さを出している */
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
}

.movie_panel iframe,
.movie_panel object,
.movie_panel embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------  link  ------------*/
#link hr {
  margin: 25px 0;
  height: 5px;
  outline: 0;
  border: none;
  background: #fff;
}

/*-----------  footer image  ------------*/
#footer_img {
  margin-top: 110px;
  width: 100%;
  height: 270px;
  background-image: url("images/img_footer2.jpg?a");
  background-size: cover;
  background-position: left bottom;
}

/* ============================================
 footer
============================================ */
footer {
  padding-bottom: 60px;
}

footer .logo {
  margin: 40px 0 30px;
  text-align: center;
}

footer .logo img {
  opacity: 0.1;
  filter: alpha(opacity=10);
  width: 170px;
}

footer .copyrights {
  font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 8px;
  font-size: 0.72727rem;
  text-align: center;
}

#page_top {
  width: 35px;
  height: 35px;
  position: fixed;
  right: 5%;
  bottom: 15px;
  cursor: pointer;
  display: none;
}

/********************************
            popup
********************************/
.modalwindow {
  /* オーバーレイ＆スクロール領域になるレイヤー */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 101;
  width: 100%;
  /* スマホでスワイプして指を離すまでの間下部の背景が無くなるため余分に指定 */
  height: calc(100% + 100px);
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 100px solid transparent;
  opacity: 1;
}

.modalwindow.no_overlay_close {
  cursor: default;
}

.modalwindow.lock .close_modal {
  background: #000;
}

.modalwindow .body {
  /* ウィンドウ自体 アニメーションなどで装飾 */
  position: relative;
  left: 50%;
  top: 0;
  width: 370px;
  margin-left: -185px;
  margin-top: 40px;
  margin-bottom: 10px;
  background: #000;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  animation: 200ms modalwindow_body_out;
  color: #fff;
}

.modalwindow .body .modal_content {
  padding: 20px;
  font-size: 15px;
}

.modalwindow .body > footer {
  padding: 10px;
  background: #fcfcfc;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #e5e5e5;
}

.modalwindow.is_visible .body {
  transform: translateY(0px);
  animation: 400ms modalwindow_body_in;
}

.modalwindow_header_close {
  /* 右上に表示する×ボタン 面倒なので動的に追加してます */
  position: absolute;
  right: 0;
  top: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.modalwindow_header_close:before {
  content: "×";
  font-size: 24px;
  font-family: serif;
  color: #ccc;
}

#ModalWindow1 h2 {
  font-size: 20px;
  color: #fff000;
  font-weight: bold;
  padding: 10px 0;
}

span.sp {
  display: block;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 600px) {
  html, body {
    font-size: 12px;
  }

  /*-----------  top image  ------------*/
  #top_image {
    /*height: 580px;*/
  }

  /*-----------  footer image  ------------*/
  #footer_img {
    height: 430px;
  }

  /*-----------  live  ------------*/
  #live h2 img {
    width: 75px;
  }

  #aftertherain {
    font-size: 1.63636rem;
  }

  /*-----------  movie  ------------*/
  #movie h2 img {
    width: 109px;
  }

  span.sp {
    display: inline-block;
  }
}
/*---------------------------------------------  for PC  ----------------------------------------------*/
@media screen and (min-width: 768px) {
  .nopc {
    display: none;
  }

  .nosp {
    display: inline;
  }

  html, body {
    font-size: 14px;
  }

  /*-----------  top image  ------------*/
  #top_image {
    /*height: 740px;*/
  }

  /*-----------  footer image  ------------*/
  #footer_img {
    height: 630px;
  }

  /* ============================================
   header
  ============================================ */
  header {
    height: 80px;
  }

  header .head_wrap {
    padding: 15px 0;
  }

  header .head_left {
    width: 320px;
    max-width: 320px;
  }

  header .logo {
    margin-left: 0px;
    margin-top: -2px;
  }

  header .head_right {
    padding-top: 8px;
    padding-right: 47px;
  }

  header .head_right .sns {
    width: 43px;
    margin-right: 13px;
    max-width: 43px;
  }

  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button {
    top: 25px;
    width: 40px;
    height: 26px;
  }

  .menu_button span {
    width: 100%;
    height: 4px;
  }

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

  .menu_button span:nth-of-type(2) {
    top: 11px;
  }

  .menu_button span:nth-of-type(3) {
    bottom: 0;
  }

  /*-----------  active  ------------*/
  .menu_button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

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

  .menu_button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }

  /*-----------------------------------------------------------------
    dropdown nav
  ------------------------------------------------------------------*/
  nav li a, nav li span {
    line-height: 46px;
  }

  /* ============================================
   contents
  ============================================ */
  #content_area {
    padding-top: 80px;
  }

  section {
    margin-top: 140px;
  }

  section h2 {
    margin-bottom: 25px;
  }

  .special_site a:hover {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff;
    color: #000;
  }

  /*-----------  twitter widget  ------------*/
  #twitter_area {
    margin: 130px 0 30px;
  }

  #twitter_area .twitter_container {
    margin-left: -2.5%;
  }

  #twitter_area .tw_widget {
    float: left;
    width: 47.5%;
    margin: 0 0 20px 2.5%;
  }

  #twitter_area h2 {
    display: none;
    font-size: 18px;
    font-size: 1.63636rem;
    margin: 35px 0 10px;
  }

  /*-----------  live  ------------*/
  #live h2 img {
    width: 90px;
  }

  /*-----------  discography  ------------*/
  .disco_list {
    margin-top: 80px;
  }

  .disco_jk {
    float: left;
    width: 48.5%;
  }

  .disco_detail {
    float: left;
    margin-left: 3%;
    width: 48.5%;
  }

  .disco_detail h3 {
    font-size: 22px;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .disco_detail h3 small {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .disco_detail .tracklist span {
    padding-left: 27px;
    margin-top: -10px;
  }

  /*-----------  biography  ------------*/
  .bio_img img {
    max-width: 500px;
  }

  .bio_txt p {
    margin-bottom: 40px;
  }

  .chronology {
    margin: 45px 0 0;
  }

  .chronology dl dt {
    float: left;
  }

  .chronology dl dd {
    padding-left: 1.5em;
  }

  .download .download_box {
    margin-bottom: 140px;
  }
  .download .download_box:last-child {
    margin-bottom: 0;
  }
  .download P {
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    max-width: 550px;
  }
  .download h2 {
    margin: 10px auto 70px;
    font-size: 45px;
    font-size: 3.75rem;
  }
  .download h2 strong {
    font-size: 36px;
    font-size: 3rem;
  }
  .download h3 {
    font-size: 28px;
    font-size: 2.3333333333rem;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .download h3 strong {
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  .download .inst_img {
    margin-bottom: 40px;
    text-align: center;
  }
  .download .inst_img img {
    width: 70%;
  }
  .download h4 {
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-size: 1.6666666667rem;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .download h4:before, .download h4:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
  }
  .download h4:before {
    margin-right: 1rem;
  }
  .download h4:after {
    margin-left: 1rem;
  }

  .download_wrap ul li {
    border-bottom: 1px solid #000;
  }
  .download_wrap ul li:first-child {
    border-top: 1px solid #000;
  }
  .download_wrap ul li .dl_inner {
    width: auto;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
  }
  .download_wrap ul li h3 {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 22px;
    font-size: 1.8333333333rem;
    font-weight: 900;
    margin-bottom: 15px;
    white-space: nowrap;
  }

  .dl_btn_wrap a {
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  .dl_btn_wrap a:hover {
    opacity: 0.7;
  }
  .dl_btn_wrap .name {
    font-size: 18px;
    font-size: 1.5rem;
  }
  .dl_btn_wrap .name i {
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  .dl_btn_wrap .dl_btn {
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 7px 15px;
    font-weight: bold;
  }

  /*-----------  movie  ------------*/
  #movie h2 img {
    width: 124px;
  }

  /* ============================================
   footer
  ============================================ */
  footer .logo {
    margin: 60px 0 40px;
    text-align: center;
  }

  footer .logo img {
    width: 230px;
  }

  footer .copyrights {
    font-size: 8px;
    font-size: 0.72727rem;
  }

  #page_top {
    width: 55px;
    height: 55px;
    right: 5%;
    bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #top_image, #footer_img {
    width: 900px;
  }

  /*-----------  top image  ------------*/
  #top_image {
    margin: 0 auto;
  }

  /*-----------  footer image  ------------*/
  #footer_img {
    margin: 110px auto 0;
  }

  .wrapper {
    width: 900px;
    margin: 0 auto;
  }

  #page_top {
    right: 50%;
    margin-right: -450px;
    bottom: 20px;
  }

  .modalwindow .body {
    position: relative;
    left: 50%;
    top: 0;
    width: 600px;
    margin-left: -300px;
  }
}
.yellow {
  color: #f2e400;
}

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