@charset "UTF-8";
/* font
------------------------------------------------*/
.wfont {
  /*font-family: 'Noto Sans', sans-serif;*/
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
/* body
------------------------------------------------*/
html,
body {
  background-color: #ffff00;
  color: #000;
  font-family: sans-serif;
  font-size: 18px;
}
/* a
------------------------------------------------*/
main a {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}
main a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
main a:hover img {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
/* img
------------------------------------------------*/
main img {
  max-width: 100%;
  height: auto !important;
}
/* header
------------------------------------------------*/
#header {
  padding: 20px 10px 10px 10px;
  background: #000;
}

@media screen and (max-width:800px) {
#header {
  padding: 10px;
}
}
.header-body {
  display: table;
  width: 100%;
  background-color: #000;
}

@media screen and (max-width:800px) {
.header-body {
  display: block;
}
}
.header-body .gnav,
 .header-body .sns,
 .header-body .lang {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width:800px) {
.header-body .gnav,
 .header-body .sns,
 .header-body .lang {
  display: block;
}
}
/* gnav */
.gnav {
  font-size: 24px;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width:800px) {
.gnav {
  text-align: center;
}
}
.gnav a {
  color: #ffff00;
  padding: 0px 5px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}

@media screen and (max-width:800px) {
.gnav a {
  padding: 10px 5px;
  font-size: 21px;
}
}
.gnav a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.2s ease;
}
.gnav ul,
.gnav li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* lang nav */
#header .lang {
  text-align: right;
}

@media screen and (max-width:800px) {
#header .lang {
  text-align: center;
  padding: 5px 0 0 0;
}
}
#header .lang ul,
#header .lang li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
#header .lang a {
  padding: 0px 2px;
}

@media screen and (max-width:800px) {
#header .lang a {
  padding: 0px 5px;
}
}
/* sns nav */
.sns {
  text-align: right;
  white-space: nowrap;
}

@media screen and (max-width:800px) {
.sns {
  text-align: center;
  padding: 5px 0 0 0;
}
}
.sns ul,
.sns li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.sns a {
  padding: 0px 0px;
}
.sns a img {
  width: 40px;
}

@media screen and (max-width:800px) {
.sns a {
  padding: 0px 5px;
}
}
/* wrapper
------------------------------------------------*/
.wrapper {
  max-width: 960px;
  margin: auto;
}
/*page top
------------------------------------------------*/

.global-pagetop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 6000;
  width: 50px;
  height: 50px;
}
.global-pagetop a {
  display: block;
  font-size: 60px;
  line-height: 1;
}
.global-pagetop a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
/* footer
------------------------------------------------*/
#footer {
  border-top: solid 5px #000;
  text-align: center;
  padding: 30px 0 100px 0;
  margin: 60px 0 0 0;
  background-color: #000;
  color: #ffff00;
}
#footer a {
  color: #ffff00;
  text-decoration: none;
  font-size: 12px;
}
#footer a:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
/* sns nav */
#footer .sns {
  text-align: center;
  padding: 0 0 30px 0;
}

@media screen and (max-width:800px) {
#footer .sns {
  text-align: center;
  padding: 5px 0 0 0;
}
}
#footer .fnav {
  display: inline-block;
}
#footer .fnav ul,
 #footer .fnav li {
  list-style: none;
  display: inline-block;
}
#footer .fnav li::after {
  content: "|";
  display: inline-block;
  width: 1.5em;
  text-align: center;
}
#footer .copyright {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
}
/*
---------------------------------------------------------
ページング
---------------------------------------------------------
*/
.pagination {
  display: inline-block;
  margin: 25px 0 25px 0;
  padding: 0;
  border-radius: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 2px 35px;
  margin: 0 0 0 1px;
  line-height: 1.5;
  text-decoration: none;
  background-color: none;
  font-size: 21px;
  border: solid 5px #000;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  color: #000;
  background-color: none;
  border: solid 5px #000;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #000;
  background-color: none;
  border: solid 5px #000;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  opacity: 0.5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #666;
  background-color: none;
  border: solid 5px #000;
  opacity: 0.5;
  cursor: default
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #666;
  border-color: #000;
  cursor: not-allowed
}
/*
------------------------------------------------*/
.section-title {
  text-align: center;
}
.section-title span {
  padding: 20px 0px 10px 0px;
  font-size: 80px;
  display: inline-block;
  margin: 60px auto 40px auto;
  border-bottom: 5px solid #000;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  line-height: 1;
}
.second .section-title span {
  margin: 20px auto 40px auto;
}

@media screen and (max-width:800px) {
.section-title span {
  font-size: 55px;
}
}
/*
---------------------------------------------------------
HOME
---------------------------------------------------------
*/
/* main-image */
.main-image {
  /* max-width: 960px;*/
  margin: 0 auto -80px 0;
  padding: 0px 0 0 0;
  position: relative;
  z-index: 6000;
}

@media screen and (max-width:800px) {
.main-image {
  padding: 0px 0;
  margin: 0 auto -20px 0;
}
}
.main-image img {
  width: 100%;
}
/* .main-banner */
.main-banner {
  position: relative;
  z-index: 5000;
  background-color: #000;
  padding: 10px 10px 30px 10px;
  text-align: center;
}
.main-banner img {
  max-width: 100%;
  height: auto;
}
/* banner */
.banner {
  text-align: center;
  padding: 20px 10px 60px 10px;
}
.banner img {
  margin: 7px 0;
  max-width: 100%;
  height: auto;
}
.wrapper {
  padding: 15px;
}
/* news
------------------------------------------------*/

#news {
}
#news .item-date {
  padding: 0;
  margin: 0 0 20px 0;
}
#news .item-title {
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.new-label {
  display: inline-block;
  font-size: 11px;
  border: solid 1px #e7380e;
  padding: 2px 7px;
  margin: 0 3px;
  color: #fff;
  background-color: #e7380e;
  border-radius: 0px;
}
/* news detail
------------------------------------------------*/

#news_detail {
}
#news_detail .item-title {
  margin: 0;
  padding: 1rem 0;
  line-height: 1.5;
  font-weight: 400;
}
#news_detail .item-thumbnail_image {
}
#news_detail .item-date {
  text-align: right;
}
#news_detail .item-contents {
  padding: 1rem 0;
}
/*
---------------------------------------------------------
profile
---------------------------------------------------------
*/

#profile {
}
#profile .article-title {
}
#profile .article-title img {
}
#profile .image {
}
#profile .image img {
}
/*
------------------------------------------------*/
/* MOVIE
------------------------------------------------*/
#movie {
}
#movie .caption {
  font-size: 12px;
  line-height: 1.3;
  padding: 7px 0;
}
/*
---------------------------------------------------------
ディスコグラフィー
---------------------------------------------------------
*/
/* disc info
------------------------------------------------*/


#new_release {
}
#new_release .caption {
  font-size: 12px;
  line-height: 1.3;
  padding: 7px 0;
}
.group {
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
  border-bottom: solid 1px #666;
}
/* group */
.group-name {
  padding: 0 0 30px 0;
}
.group-top_text {
  padding: 0 0 30px 0;
}
.a_shopping,
.a_download {
  margin: 2px 0;
}
/* product */
.product-text2 {
  padding: 30px 0;
}
.product-prd_cd {
  padding: 5px 0 5px 0;
  display: inline-block;
}
.product-price {
  padding: 5px 0 5px 0;
  display: inline-block;
}
.product-image {
  padding: 0 0 5px 0;
}
.product-image .fit {
  width: 100%;
  height: auto;
}
/* disk */
.disk_item-name {
  /* new_release.php */
  padding: 8px 0 0 0;
}
.disk-name {
  /* detail.php */
  padding: 8px 0 0 0;
}
/* item */
.music-item {
  font-size: 12px;
  padding: 3px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 0 0 -1px 0;
}
.item-text {
  display: inline-block;
}
.youtube {
  display: inline-block;
}
.free_link1 {
  display: inline-block;
}
.trial {
  display: inline-block;
}
/* shop
------------------------------------------------*/
body.shop {
  background-color: #fff;
  color: #000;
}
#shop {
}
#shop .item {
  float: left;
  padding: 5px;
}
#shop .item img {
  vertical-align: bottom;
}
/* download
------------------------------------------------*/
body.download {
  background-color: #fff;
  color: #000;
}
#download {padding: 2rem 0;
}
#download a{
  display: block;
}
#download a:hover,
#download a:hover img{
  opacity: 1;
}
#download .container {
  display: flex;
  flex-flow: wrap;
  justify-content: center;

}
#download .download_text {
}
#download .item-url {
}
#download .item-box {
  width: 200px;
  border: 1px #666 solid;
  /*  float: left;*/
  border-radius: 5px;
  margin: 5px;
}
#download .item-name {
  text-align: center;
  line-height: 1;
  background-color: #f2f2f2;
  padding: 5px 10px;
  margin: 0 0 5px 0;
}
#download .item-image {
  text-align: center;
}
#download .item-image img {
  height: 35px;
  width: auto;
}
#download .item-qr {
  text-align: center;
}
#download .item-qr img {
  height: 160px;
  width: auto;
}
/* 購入、ダウンロードボタン
------------------------------------------------*/
.btn {
  text-decoration: none;
}
.btn-primary {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  text-shadow: none;
  font-size: 1.5rem;
  position: relative;
  line-height: 1;
  padding: 10px 0 10px 0;
}
/* secondary */
.btn-secondary {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #000;
  background: none !important;
  border: solid 5px #000;
}
.btn-secondary:hover {
  color: #000;
  background: none;
  border: solid 5px #000;
}
/*
---------------------------------------------------------
視聴プレーヤ
---------------------------------------------------------
*/
.group .player {
  margin: 0;
  padding: 0;
  width: 75px;
  height: 18px;
  overflow: hidden;
  position: relative;
  float: right;
  right: 0;
  margin-left: 8px;
  z-index: 100;
}
.group .player .switch {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 70px;
  height: 18px;
  padding: 0;
  margin: 0;
  border: 1px solid #000;
  text-align: center !important;
  background: #000;
}

.group .player input[type="image"]{
  outline: 0;
}

/*
---------------------------------------------------------

---------------------------------------------------------
*/
/*
---------------------------------------------------------
LIVE / EVENT
---------------------------------------------------------
*/


article.live {
}
article.live strong.month {
  display: block;
  padding: 20px 0 10px 0;
}
#live .item-date {
  padding: 0;
  margin: 0 0 20px 0;
}
#live .item-title {
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: bold;
}
/*
---------------------------------------------------------
album
---------------------------------------------------------
*/
.album-th {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.album-th img {
  width: 100%;
  height: auto;
}
/*
---------------------------------------------------------

---------------------------------------------------------
*/

/*
---------------------------------------------------------

---------------------------------------------------------
*/

/*
---------------------------------------------------------

---------------------------------------------------------
*/
