@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Averia+Serif+Libre";
@import "https://fonts.googleapis.com/css?family=Lato";
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic|Poppins:300");
* {
  -webkit-appearance: none; }

body {
  font-family: lato, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-size: 90%;
  line-height: 1.8;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%; }
  @media only screen and (max-width: 480px) {
    body {
      font-size: 85% !important; } }

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease; }

a:hover {
  color: #37608a; }

h1, h2, h3, h4 {
  font-weight: 600; }

h3 {
  margin-bottom: 0; }

ul {
  list-style: none;
  padding-left: 0; }

.inner {
  max-width: 1024px;
  margin: 0 auto; }

.section-title {
  text-align: center;
  max-width: 260px;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin: 20px auto 30px; }
  @media only screen and (max-width: 1024px) {
    .section-title {
      margin-top: 10px; } }

.button {
  display: inline-block;
  background: #fff;
  color: #333;
  padding: 10px 30px;
  border: 1px solid #333;
  text-align: center; }
  .button:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color 0.35s,background-color 0.35s;
    transition: color 0.35s,background-color 0.35s; }
  @media only screen and (max-width: 1024px) {
    .button {
      width: 200px; } }

/*top page header*/
.top-header {
  background: url(../img/cover-201706.jpg) center 30% no-repeat;
  background-size: cover;
  height: 520px; }
  .top-header .top-header-title {
    text-shadow: 1px 1px #000;
    padding: 100px 0 0 0;
    text-align: right;
    color: white; }
  .top-header h1 {
    font-size: 5em;
    letter-spacing: 4px;
    margin-bottom: 10px;
    font-family: Didact Gothic, sans-serif;
    line-height: 1.1em;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.9); }
  .top-header h3 {
    font-size: 2em;
    font-family: Didact Gothic, sans-serif;
    letter-spacing: 1px;
    font-weight: 100; }

@media only screen and (max-width: 1024px) {
  .top-header {
    background-position: left center;
    height: 420px; }
    .top-header .top-header-title {
      padding: 160px 10px 0; }
    .top-header h1 {
      font-size: 3.5em;
      color: rgba(255, 255, 255, 0.9); }
    .top-header h3 {
      font-size: 1.3em; } }
/*top page 共通設定*/
#top-info, #top-profile, #top-videos {
  padding: 30px 10px; }
  @media only screen and (max-width: 1024px) {
    #top-info, #top-profile, #top-videos {
      padding: 20px 10px; } }

.top-section-title {
  max-width: 200px;
  border-bottom: 2px solid;
  padding: 0 0 5px 5px;
  margin: 30px 0;
  font-size: 2em;
  font-family: Didact Gothic, sans-serif;
  letter-spacing: 1px; }
  @media only screen and (max-width: 1024px) {
    .top-section-title {
      margin-top: 10px; } }

/*top page information*/
#top-info li {
  padding: 7px 0; }

.top-info-cat {
  width: 20%;
  display: inline-block;
  vertical-align: top; }
  .top-info-cat span {
    text-align: center;
    display: inline-block;
    width: 150px;
    border: 1px solid;
    padding: 3px 0;
    margin: 0 5px; }

.top-info-news {
  width: 75%;
  display: inline-block;
  line-height: 33px; }
  .top-info-news a {
    color: #378b76; }
  .top-info-news a:hover {
    color: #37608a; }

.top-info-button {
  margin: 20px auto;
  text-align: center; }
  .top-info-button .button {
    padding: 10px 45px; }

@media only screen and (max-width: 1024px) {
  .top-info-cat {
    width: 21%; }
    .top-info-cat span {
      width: 90%;
      padding: 3px 0;
      margin: 0; }

  .top-info-news {
    width: 78%;
    line-height: 33px; } }
@media only screen and (max-width: 480px) {
  .top-info-cat span {
    padding: 2px 0; }

  .top-info-news {
    line-height: 30px; } }
/*top page profile*/
#top-profile {
  background-image: url(../img/profile_201706.jpg);
  background-size: cover;
  background-position: right bottom;
  color: #fff; }

.top-prof-img {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  padding-right: 30px; }
  .top-prof-img img {
    width: 100%; }

.top-prof-text {
  display: inline-block;
  width: 61%;
  vertical-align: top; }
  .top-prof-text h2 {
    font-size: 2em;
    margin: 10px auto 0; }
    .top-prof-text h2 small {
      display: inline-block;
      font-size: .65em;
      padding-left: 10px; }
  .top-prof-text h3 {
    margin: 15px auto 25px;
    font-weight: 400; }

.top-profile-button {
  margin: 20px 0; }

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  #top-profile {
    background-position: 40% bottom; }

  .top-prof-img {
    display: inline-block;
    width: 35%;
    padding-right: 20px; }

  .top-prof-text {
    width: 59%; }

  .top-profile-button {
    margin: 20px auto;
    text-align: center; } }
@media only screen and (max-width: 480px) {
  #top-profile {
    background-position: 21% bottom; }

  .top-prof-img {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 0; }

  .top-prof-text {
    width: 100%;
    margin-top: 10px; }

  .top-profile-button {
    margin: 20px auto;
    text-align: center; } }
/*top page video*/
.top-videos-wrap {
  text-align: center; }

.top-videos-content {
  width: 32%;
  margin: 0.5%;
  display: inline-block; }
  .top-videos-content p {
    margin-bottom: 20px; }

/*.top-videos-content {
  width: 70%;
  margin: 0 auto;
}*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

@media only screen and (max-width: 1024px) {
  .top-videos-content {
    width: 100%;
    margin: 0 0 10px; }

  .top-videos-content:last-child {
    margin-bottom: 0; }

  .top-videos-content:last-child {
    margin: 0; } }
/*top page content*/
.top-photos-content {
  width: 32%;
  margin: 0.5%;
  display: inline-block; }
  .top-photos-content img {
    width: 100%; }
  .top-photos-content p {
    margin-bottom: 20px;
    text-align: center; }

@media only screen and (max-width: 1024px) {
  .top-photos-content {
    width: 100%;
    margin: 0 0 10px; }

  .top-photos-content:last-child {
    margin-bottom: 0; }

  .top-photos-content:last-child {
    margin: 0; } }
/*lower layer*/
.lowerlayer-header {
  padding: 20px 0 10px;
  margin: 0 auto;
  text-align: center; }
  .lowerlayer-header .lowerlayer-header-title {
    display: inline-block;
    vertical-align: top; }
    .lowerlayer-header .lowerlayer-header-title a {
      color: #333; }
      .lowerlayer-header .lowerlayer-header-title a:hover {
        text-decoration: none; }
  .lowerlayer-header h1 {
    font-family: Didact Gothic, sans-serif;
    letter-spacing: 1px;
    font-size: 1.6em;
    margin: 0;
    line-height: 30px; }
  .lowerlayer-header p {
    margin: 0 auto;
    font-size: 90%; }
  .lowerlayer-header .lowerlayer-header-nav {
    display: inline-block; }
    .lowerlayer-header .lowerlayer-header-nav ul {
      text-align: center;
      margin: 0 0 0 40px; }
    .lowerlayer-header .lowerlayer-header-nav li {
      display: inline-block;
      padding: 12px 15px 0;
      font-size: 1.1em; }
      .lowerlayer-header .lowerlayer-header-nav li a {
        color: #333; }

@media only screen and (max-width: 1024px) {
  .lowerlayer-header {
    padding: 0; }

  .drawer-navbar-header {
    padding: 10px 0; } }
@media only screen and (max-width: 768px) {
  .lowerlayer-header .lowerlayer-header-nav ul {
    margin: 10px 0 0 0; }
  .lowerlayer-header .lowerlayer-header-nav li {
    padding: 10px 10px 0 10px; } }
@media only screen and (min-width: 1024px) {
  .lowerlayer-header .nav-sp {
    display: none; } }
.drawer--top .drawer-nav {
  background-color: rgba(255, 255, 255, 0); }

.drawer-open .drawer-nav {
  background-color: rgba(255, 255, 255, 0.9); }

/*schedule page*/
/*calendar*/
.calendar-wrap {
  padding: 30px 10px; }

.pickup-event {
  padding: 0 0 30px; }

.pickup-event-wrap {
  padding: 20px 10px;
  border-bottom: 1px solid #f7f7f7; }

.pickup-date-wrap {
  width: 70px;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  vertical-align: top; }
  .pickup-date-wrap .pickup-date h2 {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid;
    font-size: 2em; }
  .pickup-date-wrap .pickup-day {
    color: #fff;
    background-color: #333; }

.pickup-detail {
  width: 624px;
  display: inline-block;
  margin-left: 50px;
  vertical-align: middle; }
  .pickup-detail h2 {
    margin: 0; }
  .pickup-detail p {
    margin: 10px 0 0; }
  .pickup-detail .tour p {
    vertical-align: top;
    padding-top: 5px;
    line-height: 1.6em; }
  .pickup-detail .tour .tour-venue {
    font-size: 1.15em;
    color: #333; }
  .pickup-detail .tour .tour-time {
    color: rgba(51, 51, 51, 0.6); }

.pickup-detail-201701 p {
  margin-top: 5px; }

.pickup-event-button {
  display: inline-block;
  vertical-align: middle; }
  .pickup-event-button .button {
    width: 140px; }

@media only screen and (max-width: 1024px) {
  .pickup-event-wrap {
    padding: 20px 0; }

  .pickup-date-wrap {
    width: 16%;
    border: 1px solid; }

  .pickup-detail {
    width: 76%;
    margin-left: 15px; }

  .pickup-event-button {
    margin: 20px auto;
    display: block;
    text-align: center; }

  .pickup-event-button {
    display: none; }

  .pickup-event-textlink a {
    color: #333; }
    .pickup-event-textlink a:hover {
      color: #37608a; }

  .pickup-detail-tour p {
    margin-top: 5px; } }
@media only screen and (min-width: 1024px) {
  .pickup-event-textlink {
    display: none; }

  .pickup-detail-tour {
    width: 85%; }

  .tour p {
    width: 49%;
    display: inline-block; } }
#calendar {
  overflow: hidden; }
  #calendar .month {
    margin: 30px auto; }
  #calendar h1 {
    margin: 0;
    width: 60%;
    display: inline-block;
    line-height: 34px; }
  #calendar .month-navi {
    display: inline-block;
    width: 39%;
    text-align: right;
    vertical-align: top;
    font-size: 1.1em; }
  #calendar .prev-month {
    display: inline-block;
    text-align: left;
    margin-right: 10px; }
  #calendar .next-month {
    display: inline-block;
    text-align: right; }
  #calendar .prev-month span, #calendar .next-month span {
    display: inline-block;
    border: 1px solid #333;
    padding: 5px 10px;
    color: #333; }
    #calendar .prev-month span:hover, #calendar .next-month span:hover {
      background: #333;
      color: #fff;
      -webkit-transition: color 0.35s,background-color 0.35s;
      transition: color 0.35s,background-color 0.35s; }
  #calendar .nomonthdate span {
    background: #636363;
    color: #d3d3d5;
    border: 1px solid #636363; }
    #calendar .nomonthdate span:hover {
      background: #636363;
      color: #d3d3d5;
      cursor: default; }
  #calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: .95em; }
  #calendar ul.weekdays {
    height: 40px; }
  #calendar ul.weekdays li {
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    border: none !important;
    padding: 10px 6px;
    color: rgba(51, 51, 51, 0.6);
    font-size: 13px; }
  #calendar li {
    display: block;
    float: left;
    width: 14.342%;
    padding: 5px;
    box-sizing: border-box;
    border-top: 1px solid #d3d3d5;
    border-right: 1px solid #d3d3d5;
    border-left: 1px solid #d3d3d5;
    margin-right: -1px; }
  #calendar .days li {
    height: 130px; }
  #calendar .lastrow li {
    border-bottom: 1px solid #d3d3d5; }
  #calendar .date {
    text-align: center;
    padding: 4px;
    color: #000;
    float: right; }
  #calendar .event {
    clear: both;
    border-radius: 4px;
    margin-top: 28px; }
    #calendar .event a {
      color: #333; }
      #calendar .event a:hover {
        color: #37608a; }
    #calendar .event .eventdesc-darkgrey {
      color: #333; }
  #calendar .venue {
    font-size: 85%;
    color: rgba(51, 51, 51, 0.6); }
  #calendar .event-desc {
    color: rgba(51, 51, 51, 0.6); }
  #calendar .event-time {
    margin-top: 4px;
    color: #636363; }
  #calendar .other-month {
    background: #f7f7f7; }

@media only screen and (max-width: 666px) {
  #calendar .weekdays, #calendar .other-month {
    display: none; }
  #calendar .month {
    margin-bottom: 10px; }
  #calendar h1 {
    display: block;
    width: 100%;
    text-align: center; }
  #calendar .month-navi {
    margin: 10px 0 0 0;
    width: 100%; }
  #calendar .prev-month, #calendar .next-month {
    width: 49%;
    margin: 0; }
  #calendar li {
    height: auto !important;
    border: 1px solid #d3d3d5;
    width: 100%;
    padding: 7px 10px;
    margin-bottom: -1px; }
  #calendar .date {
    width: 19%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 0 6px 0 0;
    float: none; }
    #calendar .date .date-sp {
      display: inline-block;
      padding-left: 9px;
      color: rgba(51, 51, 51, 0.6);
      font-size: 0.8em; }
  #calendar .event {
    width: 77%;
    display: inline-block;
    margin-top: 0; }
  #calendar .event-time {
    margin-top: 0; }
  #calendar .lastrow .lastday {
    margin-bottom: 0;
    border-bottom: 1px solid #d3d3d5; } }
@media only screen and (min-width: 667px) {
  .date-sp {
    display: none; }

  .event {
    line-height: 1.3em; } }
@media only screen and (min-width: 667px) and (max-width: 1024px) {
  #calendar .date {
    padding: 0 4px 2px; }
  #calendar .event {
    font-size: .85em; } }
/*ライブ詳細*/
.live-detail-wrap {
  background-color: #eee;
  border-bottom: none;
  padding: 30px 10px; }
  .live-detail-wrap .inner {
    border: 1px solid #ccc;
    background-color: #fff; }
  .live-detail-wrap .live-detail {
    padding: 20px; }
  .live-detail-wrap a {
    color: #ce011c; }
  .live-detail-wrap a:hover {
    color: #37608a; }

@media only screen and (max-width: 1024px) {
  .live-detail-wrap .live-detail {
    padding: 20px 10px; }
  .live-detail-wrap h2 {
    line-height: 1.5;
    margin-bottom: 10px; }
  .live-detail-wrap p {
    line-height: 1.6;
    margin-top: 8px; } }
/*discography*/
.discography {
  padding: 30px 10px 0; }

.disc-featured {
  padding: 30px 0; }
  .disc-featured .disc-featured-img {
    display: inline-block;
    width: 43%;
    vertical-align: top;
    padding-right: 30px; }
    .disc-featured .disc-featured-img img {
      width: 100%; }
  .disc-featured .disc-featured-text {
    display: inline-block;
    width: 53%;
    vertical-align: top; }
    .disc-featured .disc-featured-text h2 {
      font-size: 2em;
      line-height: 1.1em;
      margin: 0 auto 10px;
      letter-spacing: 1px; }
    .disc-featured .disc-featured-text h3 {
      margin: 0 auto 5px;
      line-height: 1.1em; }
    .disc-featured .disc-featured-text .price {
      margin-top: 0; }
  .disc-featured .disc-featured-button {
    margin-top: 20px; }
    .disc-featured .disc-featured-button .button {
      margin: 0 20px 15px 0; }

@media only screen and (max-width: 1024px) {
  .disc-featured .disc-featured-img {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding: 0; }
  .disc-featured .disc-featured-text {
    width: 100%;
    margin-top: 15px; }
    .disc-featured .disc-featured-text h2 {
      font-size: 1.6em;
      letter-spacing: 0; }
    .disc-featured .disc-featured-text h3 {
      font-weight: 400; }
  .disc-featured .disc-featured-button .button {
    width: auto;
    padding: 10px 20px;
    margin-bottom: 15px; } }
.disc-wrap {
  padding: 30px 0;
  margin: 0 auto; }

.disc {
  width: 30%;
  margin: 10px 16px 35px;
  display: inline-block;
  vertical-align: top; }
  .disc img {
    width: 100%; }
  .disc h2 {
    margin: 15px auto 8px;
    line-height: 1em;
    text-align: left; }
  .disc p {
    margin-top: 0;
    text-align: left;
    line-height: 25px; }
  .disc .disc-button {
    text-align: center; }
    .disc .disc-button .button {
      padding: 5px 15px; }

@media only screen and (max-width: 1024px) {
  .disc-wrap {
    padding-bottom: 0; }

  .disc {
    width: 100%;
    margin: 0 0 25px; }
    .disc img {
      width: 90%;
      display: block;
      margin: 0 auto; }
    .disc .disc-button .button {
      width: auto;
      text-align: center;
      padding: 10px 20px;
      margin-bottom: 15px; } }
/*live photos page*/
.photo-header {
  background-position: center;
  background-size: cover; }
  .photo-header .photo-header-title-bg {
    background: rgba(0, 0, 0, 0.6);
    padding: 80px 10px; }
  .photo-header .photo-header-title {
    text-align: center;
    color: white; }
    .photo-header .photo-header-title h2 {
      margin-top: 0;
      padding: 10px 0;
      font-size: 3em;
      line-height: 1.5em; }
    .photo-header .photo-header-title h3 {
      font-weight: 400; }

.photo-header-20170222 {
  background-image: url(../img/20170222/20170222-81.jpg); }

.photo-photolist {
  padding: 30px 10px; }
  .photo-photolist .inner {
    text-align: center; }
  .photo-photolist #container {
    width: 100%; }
  .photo-photolist .grid-item {
    width: 30%;
    height: auto;
    display: inline-block;
    margin: 0.5%; }
    .photo-photolist .grid-item img {
      width: 100%; }

@media only screen and (max-width: 666px) {
  .photo-header .photo-header-title-bg {
    padding: 40px 10px; }
  .photo-header .photo-header-title h2 {
    font-size: 2em; }
  .photo-header .photo-header-title h3 {
    font-size: 1.1em; }

  .photo-photolist .grid-item {
    width: 48.5%;
    margin: 0.5%; } }
/*footer*/
footer {
  clear: both;
  padding: 10px 10px 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd; }
  footer ul {
    text-align: center;
    margin-bottom: 0; }
  footer .social {
    margin-top: 8px;
    margin-bottom: 1em; }
  footer li {
    display: inline-block;
    padding: 0 15px;
    font-size: 1.1em; }
    footer li a {
      color: #333; }
  footer p {
    text-align: center;
    font-size: 0.8em; }

@media only screen and (max-width: 1024px) {
  footer li {
    padding: 0 8px 6px; } }

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