@charset "UTF-8";

#title-bg,
.footer-contact {
  display: none
}

.main-home .section {
  padding: 50px 0
}

.main-home p {
  line-height: 1.6
}

.main-home .title-en {
  color: #a98711;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 10px;
  margin-bottom: 25px;
  position: relative
}

.main-home .title-en:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #a98711;
  position: absolute;
  bottom: 1px
}

.main-home .title-en.is-center {
  text-align: center;
  margin-bottom: 40px
}

.main-home .title-en.is-center:after {
  width: 400px;
  left: 50%;
  margin-left: -200px
}

@media screen and (max-width:767px) {
  #l-header {
    background: transparent;
    position: absolute
  }

  .main-home {
    font-size: 93%
  }

  .main-home .section {
    padding: 40px 20px
  }

  .main-home .title-en {
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 20px
  }

  .main-home .title-en.is-center {
    text-align: left
  }

  .main-home .title-en.is-center:after {
    width: 100%;
    left: 0;
    margin-left: 0
  }
}

#main-visual {
  background: #fbfbfb;
  background: -webkit-linear-gradient(315deg, #fcfcfc 40%, #dbdad7 100%);
  background: -o-linear-gradient(315deg, #fcfcfc 40%, #dbdad7 100%);
  background: linear-gradient(135deg, #fcfcfc 40%, #dbdad7 100%);
  position: relative;
  min-height: 630px
}

#main-visual .main-visual-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -130px
}

#main-visual .main-visual-bnr {
  position: absolute;
  top: 60%;
  right: 15%;
  max-width: 450px;
  /* margin-top: -130px */
}

#main-visual .main-visual-img {
  pointer-events: none;
  position: absolute;
  top: -120px
}

#main-visual .p-copy {
  position: absolute;
  left: 10px;
  bottom: 10px
}

@media screen and (max-width:767px) {
  #main-visual {
    min-height: 0
  }

  #main-visual .main-visual-txt {
    position: static;
    margin-top: 0;
    margin-left: 35%;
    padding: 18% 25px 16% 0
  }

  #main-visual .main-visual-txt img {
    width: 100%;
    max-width: 320px
  }

  #main-visual .main-visual-img {
    top: -10px;
    left: -30px;
    width: 50%
  }

  #main-visual .p-copy {
    left: 5px;
    bottom: 0
  }
}

#news {
  color: #fff;
  background: #273457;
  background: -webkit-linear-gradient(315deg, #132248 40%, #0a1738 100%);
  background: -o-linear-gradient(315deg, #132248 40%, #0a1738 100%);
  background: linear-gradient(135deg, #132248 40%, #0a1738 100%);
  position: relative;
  padding: 0;
  padding-left: 20%
}

#news .news-bg {
  background: url("/img/home/news/p01.jpg") no-repeat center;
  background-size: cover
}

#news .news-in {
  background: #0a1738;
  margin-top: -60px
}

#news .news-body {
  padding: 50px;
  min-height: 400px
}

#news table td,
#news table th {
  display: block
}

#news table th {
  color: #a98711;
  margin-bottom: .3em;
  font-weight: normal;
  font-size: 108%;
  font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 2px
}

#news table td {
  margin-bottom: 1.3em;
  line-height: 1.4
}

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

#news table td a:hover {
  text-decoration: underline
}

#news a.btn {
  background: #7a6108
}

@media screen and (max-width:767px) {
  #news {
    padding: 0;
    padding-left: 0
  }

  #news .news-bg {
    display: none
  }

  #news .news-in {
    margin-top: 0
  }

  #news .news-body {
    padding: 40px 20px
  }
}

#discography {
  padding: 70px 0
}

#discography .discography-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 40px;
  margin-left: -4%
}

#discography .discography-list>li {
  width: 100%;
  -webkit-box-shadow: 10px 10px 30px rgba(60, 35, 15, 0.07);
  box-shadow: 10px 10px 30px rgba(60, 35, 15, 0.07);
  margin-left: 4%
}

@media screen and (max-width:767px) {
  #discography {
    padding: 40px 20px
  }

  #discography .discography-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4%;
    margin-bottom: 20px
  }

  #discography .discography-list>li {
    margin-left: 4%;
    margin-bottom: 4%;
    width: 46%
  }
}

#profile {
  background: url("/img/home/profile/bg.jpg") no-repeat center top;
  background-size: cover;
  position: relative;
  padding-top: 45%
}

#profile .profile-body {
  width: 40%;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  padding: 4%;
  right: 24px;
  bottom: 24px
}

#profile .profile-body p {
  line-height: 1.9;
  margin-bottom: 15px
}

#profile .p-copy {
  position: absolute;
  left: 10px;
  bottom: 10px
}

@media screen and (max-width:767px) {
  #profile {
    padding: 20px 20px 40px
  }

  #profile .profile-body {
    width: 100%;
    position: static;
    padding: 25px;
    right: 0;
    bottom: 0
  }

  #profile .profile-body p {
    line-height: 1.9;
    margin-bottom: 15px
  }

  #profile .p-copy {
    left: auto;
    right: 10px;
    bottom: 10px
  }
}

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