@charset "utf-8";
body {
  background-image: url(../images/body_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}

body.bodybg2 {
  background-image: url(../images/body_bg02.jpg);
  background-position: top left;
}

body.bodybg3 {
  background-image: url(../images/body_bg03.jpg);
  background-position: top left;
}

body.bodybg4 {
  background-image: url(../images/body_bg04.jpg);
  background-position: top left;
}

body.bodybg5 {
  background-image: url(../images/body_bg05.jpg);
  background-position: top left;
}

body.bodybg6 {
  background-image: url(../images/body_bg06.jpg);
  background-position: top left;
}

body.bodybg7 {
  background-image: url(../images/body_bg07.jpg);
  background-position: top left;
}

body.bodybg8 {
  background-image: url(../images/body_bg08.jpg);
  background-position: top left;
}

h1 {
  width: 100%;
  text-align: right;
  padding: 10px 42px 0 0;
}

.menu {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 602px;
  float: right;
  /*margin-top: 375px;*/
}

.menu li {
  color: #999;
  line-height: 2.5em;
  list-style: disc;
  list-style-position: inside;
}

.menu li a {
  color: #ffffff;
}

.snsBox {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
}

.snsBox .fb_iframe_widget {
  height: 25px;
}

.snsBox>* {
  vertical-align: bottom;
  line-height: 1;
}

#releaseBox {
  width: 100%;
  max-width: 602px;
  float: right;
  padding: 315px 42px 80px 0;
  /*padding: 0 42px 80px 0;*/
  /*margin-bottom: 30px;*/
}

#releaseBox .release {
  margin-bottom: o;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}

#releaseBox h2 {
  margin-bottom: 15px;
}

#releaseBox h2 img {
  width: 100%;
}

#releaseBox .jacket {
  margin-bottom: 20px;
  width: 100%;
}

.menu {
  margin-bottom: o;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu h2 {
  margin-bottom: 0 !important;
}

.songList {
  margin-top: 30px;
}

.songList .box01, .songList .box02 {
  width: 45%;
  float: left;
  color: #999;
  font-size: 95%;
  margin-bottom: 20px;
}

.songList .box01 {
  text-align: center;
  margin-right: 20px;
}

.songList ol {
  list-style: none;
  counter-reset: num;
}

.songList ol li:before {
  content: counter(num) ". ";
  counter-increment: num;
  display: inline-block;
  width: 2em;
}

.personnel {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #999;
  font-size: 95%;
}

#liveBt {
  position: absolute;
  top: 100px;
  right: 0;
}

#liveBox {
  background-color: #C6BF8E;
  position: absolute;
  top: 30px;
  right: 15px;
  display: none;
  color: #000;
}

#liveBox h2 {
  margin-bottom: 15px;
  width: 400px;
  float: left;
}

#liveBox .liveClose {
  float: right;
  padding: 5px;
  display: block;
}

#liveBox a {
  color: #ff0000;
}

#liveBox h3 {
  padding: 0 15px 15px;
}

#liveBox .pickup {
  padding: 0 15px 15px;
  color: #000;
  font-size: 85%;
  line-height: 130%;
}

#liveBox dl {
  padding: 0 15px 15px;
  color: #000;
  font-size: 85%;
  line-height: 130%;
}

#liveBox dt {
  font-weight: bold;
}

#bnBox img {
  margin-bottom: 8px;
}

.salesBn {
  display: inline;
}

address {
  padding: 3px;
}

.sales_links {
  margin-top: 10px;
  margin-bottom: 30px;
}

.sales_links p {
  color: #808000;
}

.sales_links a:before {
  content: "> ";
}

.share-button2 {
  display: inline;
}

.fb-share-button, .fb-like {
  line-height: 1;
}

.banners {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.banners a {
  display: inline-block;
  margin: 0 5px;
  flex-basis: 50%;
}

.banners img {
  width: 100%;
}

/* ================= .articles ================= */

body.articles {
  background-image: none;
  margin-left: 10px;
  margin-right: 10px;
}

.articles h2 {
  border-bottom: 1px solid #999;
  width: 500px;
  border-left: 6px solid #C6BF8E;
  padding-left: 6px;
  margin-bottom: 30px;
  margin-top: 40px;
  font-weight: normal;
  padding-bottom: 2px;
  line-height: 1.3em;
}

.article_img {
  float: left;
  width: 45%;
  margin-right: 30px;
  max-width: 300px;
}

.article_img img {
  width: 100%;
}

.article {
  float: left;
  width: 50%;
}

.article dd {
  margin-bottom: 10px;
}

.article dd a {
  font-size: 110%;
}

.book {
  margin-bottom: 30px;
}

.book .book_img {
  width: 45%;
  max-width: 200px;
  margin-left: 10px;
  margin-right: 30px;
  float: left;
}

.book_img img {
  width: 100%;
}

.book .book_link {
  float: left;
}

.book .book_link li {
  margin-bottom: 10px;
}

.book .book_link li a:before {
  content: "> ";
}

/* ================= .podcasts ================= */

body.podcasts {
  background-image: none;
  margin-left: 10px;
  margin-right: 10px;
}

.podcasts h2 {
  border-bottom: 1px solid #999;
  width: 100%;
  border-left: 6px solid #C6BF8E;
  padding-left: 6px;
  margin-bottom: 30px;
  margin-top: 40px;
  font-weight: normal;
  padding-bottom: 2px;
  line-height: 1.3em;
}

.podcasts .banner {
  float: left;
  width: 300px;
  margin-right: 45px;
}

.podcasts .schedule {
  float: left;
}

.podcasts .schedule dl {
  margin-top: 0.7em;
}

.podcasts p.sub {
  text-align: right;
}

.podcasts h3 {
  border-bottom: 1px solid #999;
  border-left: 3px solid #C6BF8E;
  width: 100%;
  padding-left: 6px;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: normal;
  line-height: 1.3em;
}

/* ================= .liveInfo ================= */

body.liveInfo {
  background-image: none;
  margin-left: 10px;
  margin-right: 10px;
}

.liveInfo .contentBox {
  display: flex;
  margin-top: 20px;
  height: 85%;
}

.liveInfo .contentBox .contentLeft, .liveInfo .contentBox .contentRight {
  width: 50%;
}

.liveInfo .contentLeft img {
  text-align: left;
  height: 100%;
  object-fit: cover;
  max-width: 170%;
}

.liveInfo .contentRight {}

.liveInfo .contentBody {
  padding: 15px;
  overflow-y: scroll;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.liveInfo .contentSubTitle {
  font-size: 130%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.liveInfo .contentBody a {
  color: #ff0000;
  text-decoration: underline;
}

.liveInfo .contentRight dl {
  margin: 30px 0;
  border-bottom: 1px dotted #666;
  padding-bottom: 20px;
}

.liveInfo .contentRight dt {
  margin: 10px 0;
  font-size: 110%;
  font-weight: bold;
}

.liveInfo .contentRight dd {
  margin: 10px;
}

/* ================= Mobile ================= */

@media screen and (max-width:600px) {
  body {
    background-image: url(../images/body_bg_mob.jpg);
    background-position: top center;
    background-size: contain;
  }
  body.bodybg2 {
    background-image: url(../images/body_bg_mob02.jpg);
    background-position: 0 60px;
  }
  body.bodybg3 {
    background-image: url(../images/body_bg_mob03.jpg);
    background-position: 0 20px;
  }
  body.bodybg4 {
    background-image: url(../images/body_bg_mob04.jpg);
    background-position: 0 20px;
  }
  body.bodybg5 {
    background-image: url(../images/body_bg_mob05.jpg);
    background-position: 0 20px;
  }
  body.bodybg6 {
    background-image: url(../images/body_bg_mob06.jpg);
    background-position: 0 20px;
  }
  body.bodybg7 {
    background-image: url(../images/body_bg_mob07.jpg);
    background-position: 0 20px;
  }
  body.bodybg8 {
    background-image: url(../images/body_bg_mob08.jpg);
    background-position: 0 20px;
  }
  #footer {
    padding: 10px;
  }
  #footer .inquiry {
    margin-bottom: 30px;
  }
  h1 {
    width: 100%;
    text-align: right;
    padding: 10px 5px;
  }
  h1 img {
    width: 55%;
    max-width: 224px;
  }
  .menu {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    float: none;
    /*margin-top: 280px;*/
    margin-bottom: 10px;
    margin-top: 0;
  }
  .menu p {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu p:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .menu a {
    display: block;
    padding: 10px 0;
  }
  .snsBox {
    padding: 30px 10px;
  }
  #releaseBox {
    width: 100%;
    padding: 275px 0 0;
    /*padding: 0px 10px 20px;*/
  }
  body.bodybg7 #releaseBox {
    padding: 210px 0 0;
  }
  body.bodybg8 #releaseBox {
    padding: 200px 0 0;
  }
  .songList .box01, .songList .box02 {
    width: 100%;
    float: none;
  }
  .songList .box01 img {
    max-width: 200px;
  }
  #liveBt {
    top: 100px;
  }
  #liveBox {
    width: 100%;
    position: absolute;
    ;
    top: 0px;
    display: none;
    max-width: 0 auto;
  }
  #liveBox h2 {
    width: 50%;
  }
  #liveBox .liveClose {
    width: 10%;
  }
  #liveBox dl {
    margin-left: 15px;
  }
  #liveBox h3 {
    margin-left: 15px;
  }
  #liveBox .pickup {
    margin-left: 15px;
  }
  .salesBn {
    display: block;
    margin-bottom: 5px;
  }
  .sales_links {
    margin-top: 15px;
  }
  .sales_links li {
    margin-top: 10px;
  }
  .share-button2 {
    display: block;
    margin-top: 30px;
  }
  .banners a {
    display: block;
    margin: 0 3px 20px 3px;
    width: 100%;
  }
  .banners img {
    width: 100%;
  }
  /* ================= .articles ================= */
  body.articles {
    background-image: none;
  }
  .articles h2 {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 130%;
  }
  .article_img {
    float: none;
    clear: both;
    width: 50%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
  }
  .article {
    clear: both;
    float: none;
    width: 100%;
    margin: 10px 0 30px 0;
    padding: 0;
  }
  .book {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .book .book_img {
    float: none;
    clear: both;
    width: 50%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
  }
  .book_img img {
    width: 100%;
  }
  .book .book_link {
    float: none;
    clear: both;
  }
  .book .book_link li {
    margin-top: 10px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #999;
  }
  .book .book_link li a {
    display: block;
    height: 100%;
    margin-left: 10px;
  }
  /* ================= .podcasts ================= */
  body.podcasts {
    background-image: none;
  }
  .podcasts h2 {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 130%;
  }
  .podcasts .banner {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .podcasts .schedule {
    float: none;
  }
  .podcasts .schedule dl {
    margin-top: 10px;
  }
  .podcasts h3 {
    border-bottom: 1px solid #999;
    border-left: 3px solid #C6BF8E;
    width: 100%;
    padding-left: 6px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: normal;
    line-height: 1.3em;
  }
  /* ================= .liveInfo ================= */
  .liveInfo .contentBox {
    display: block;
    margin-top: 20px;
    height: auto;
  }
  .liveInfo .contentBox .contentLeft, .liveInfo .contentBox .contentRight {
    width: 100%;
  }
  .liveInfo .contentRight {
    margin-top: -35px;
  }
  .liveInfo .contentLeft img {
    text-align: center;
    width: 100%;
    height: 300px;
    object-position: top;
    object-fit: cover;
    max-width: 100%;
  }
  .liveInfo .contentTitle {
    text-align: right;
  }

  .liveInfo .contentSubTitle {
    border-bottom: 1px solid #777;
  }

  .liveInfo .contentSubTitle:nth-child(1) {
    margin-top: 10px;
  }

  .liveInfo .contentBody {
    background-color: rgba(255, 255, 255, 0);
  }
  .liveInfo .contentBody a {
  }
  .liveInfo .contentRight dl {
    margin: 0 0 30px 0;
    border-bottom: 1px dotted #333;
  }
  .liveInfo .contentRight dt {
  }
  .liveInfo .contentRight dd {
  }
}

/* ================= /Mobile ================= */