@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*

COMMON

 */
html, body {
  text-align: center;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  min-width: 700px;
  font-size: 16px;
  color: #404243;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: none;
}


p {
  margin: 0 0 2em 0;
  line-height: 1.7em;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

a {
  color: #17a8eb;
  text-decoration: underline;
/*  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;*/
}
a:hover {
  color: #127ccd;
}
a:active, a:focus {
  color: #127ccd;
}
a img {
  border: none;
}
a:hover img{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  cursor: pointer;
}

.radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #f00;
  width: 200px;
  height: 200px;
}
.bold,strong{font-weight: bold;}
.red{color: #c00;}
.grn{color: #7db326;}
.org{color: #f18e1a;}
.xsmall{font-size: 65%;}
.small{font-size: 80%;}
.marker{color: #63ba00;background: #f6f7dc;}
.lign-height-3em{line-height: 3em;}


/*
BUTTON
*/
.button {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 200px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  outline: none;
  background-color: #fff;
  border: 2px solid #3b3a32;
  font-size: 14px;
  font-weight:400;
  color: #474530;
}
.button:hover {
  background-color: #2b9fd2;
  border-color: #2b9fd2;
  color: #fff;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.button::before {right: 0;}
.button::after {left: 0;}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #fff;
}


/*

HEADER

*/
header {
  width: 100%;
  height: 90px;
  margin: 0;
  padding: 0;
  line-height: 0em;
  position: relative;
  border-top: 5px solid #c1c1c1;
}
/* HEADING */
h1 {
  padding: 40px 0 0 0;
  margin: 0;
  font-size: 10px;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #404243;
  position: absolute;
  left: 60px;
}

/*GLOBAL LOGO*/
.global-logo{
  width: 60px;
  padding: 0;
  margin: 10px 0;
  position: absolute;
  right: 20px;
}
.global-logo img{
  width: 100%;
  height: auto;
  margin: 0;
}


/*

NAVIGTION

*/
.seriesNav{
  font-size: 16px;
  font-weight: 200;
  color: #666;
  text-align: center;
  background-color: #1d2a54;
  background-image: url(../images/bg-stripe.png);
  background-position:bottom;
  background-repeat: repeat-x;
  display:block;
  padding: 25px 0;
  margin:0;
}
.seriesNav a{color: #fff;text-decoration: none;}
.seriesNav a:hover{color:#17a8eb;}
.seriesNav span{color: #6b748e;}

nav {
  width: 100%;
  padding: 0;
  margin:0;
  text-align: center;
  font-weight: 400;
  line-height: 0em;
  background-position:bottom;
  background-repeat: repeat-x;
}
nav ul.navi {
  width: 100%;
  font-size: 18px;
  padding: 20px 0;
  margin: 0;
  line-height: 0em;
  text-align: center;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
nav ul.navi li {
  padding: 0;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  line-height: 1em;
  vertical-align: middle;
  border-left:1px solid #ddd;
  text-align: center;
}
nav ul.navi li:last-child{border-right:1px solid #ddd;}
nav ul.navi li a{
  text-decoration: none;
  padding:5px 30px;
  margin: 0;
  display: block;
  color: #404243;
}
nav ul.navi li a:hover{
  color: #fff;
  background:  #127ccd;
}
.border1pxGry{
  border: 1px solid #ddd;
}




/*

CONTENTS

*/
article{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
section{
  max-width: 100%;
  padding: 80px 0;
  margin:0;
  text-align: center;
}
.bg-gry{
  background-color: #f5f5f5;
}
.bg-stripe-lgry{
  background-image: url(../images/bg-stripe-lgry.png);
  background-position:bottom;
  background-repeat: repeat-x;
}

/* シリーズTOP*/
.seriesTop-contColumn{
  width: 350px;
  padding: 20px;
  margin: 15px;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.seriesTop-contColumn p{
  margin: 0 0 20px 0;
  line-height: 1.3em;
  text-align: center;
}
.seriesTop-contColumn p img{
  width: auto;
  height: 200px;
}


/* TOPPAGE IAMGES */
.topPageMain-photo{
  width: 800px;
  height: auto;
  padding: 0;
  margin: 0 auto 10px auto;
  line-height: 0;
}
.topPageMain-name{
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* LEAD */
h2{
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 900;
  text-align: center;
  color: #404243;
}
.lead{
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: 1.7em;
  font-weight:200;
  text-align: center;
  color: #404243;
}



h3{
  font-size: 60px;
  font-weight: 900;
  padding:25px 0;
  margin:0;
  text-align: center;
  line-height: 1em;
  color: #404243;
  background-image: url(../images/h3-border.png);
  background-position:top center;
  background-repeat: no-repeat;
}
.h3-sub{
  font-size: 18px;
  font-weight: 400;
  padding:0;
  margin: 0 0 60px 0;
  text-align: center;
  line-height: 1em;
  color: #404243;
}
h3.seriesTop_cont-h{
  font-size: 16px;
  font-weight: 400;
  padding:0;
  margin:0 0 30px 0;
  text-align: center;
  line-height: 1.4em;
  color: #404243;
  background-image:none;
}
h3.seriesTop_cont-h a{color: #404243; text-decoration: none;}
h3.seriesTop_cont-h a:hover{color: #127ccd;}




.disc-jkt-area,
.disc-cont{
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.disc-jkt-area{
  width: 380px;
  margin: 10px 30px 10px 10px;
}
.disc-cont{
  width: 600px;
  margin: 10px 0;
}
.disc-jkt{
  margin: 0 0 10px 0;
  padding: 0 !important;
}
.disc-jkt img{
  border: 1px solid #ddd;
  padding: 0 !important;
  margin: 0 !important;
}
h4{
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4em;
}
h5{
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1.6em;
}
h6{
  padding: 5px 10px;
  margin: 0 0 1.5rem 0;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4em;
  background-color: #ededed;
  border-left: 1px solid #3b3a32;
}

.coulum-one{
  width: 900px;
min-width: 700px;
margin: 0 auto;
padding: 0;
text-align: left;
}
.line-height-2em p{
  line-height: 2em;
}

ul.recordedList{
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
  text-align: left;
}
ul.recordedList li{
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 14px;
  line-height: 1.4em;
}

.indent-left30{
  margin-left:30px;
}
.flex{display: flex;}
.space-between{justify-content:space-between;}
.flex-start{justify-content: flex-start;}
.flex-end{display: flex;align-items:flex-end;}
.flex p{box-sizing: border-box;}
.flex p.column-half{width: 48%;}
.flex p.column-80{width: 78%;}
.flex p.column-20{width: 28%;}
.artist-photo-commentary{
width:280px;
height:auto;
font-size: 10px;
line-height:1.6em !important;
text-align:right;
margin:0 0 15px 25px;
}
.artist-photo-profile01{
width:300px;
height:auto;
font-size: 10px;
line-height:1.6em !important;
text-align:right;
margin:0 0 30px 30px;
}
.artist-photo-profile02{
width:500px;
height:auto;
font-size: 10px;
line-height:1.6em !important;
text-align:left;
margin:0 0 30px 0x;
}



/*

FOOTER

*/

.foot-nav{
  width: 100%;
  padding: 0;
  margin:0;
  text-align: center;
  font-size: 14px;
  line-height: 2em
}

/*SHARE*/
ul.share {
  width: 100%;
  padding: 0;
  margin:0 0 3em 0;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  line-height: 0em;
}
ul.share li {
  padding: 0 4px 0 0;
  display: inline-block;
  vertical-align: top;
  background: none;
  margin: 0;
}



footer {
  width: 100%;
  padding: 80px 0 100px 0;
  margin: 0 !important;
  text-align: center;
  background: #e8f0f3;
}

footer p.jasrac{
  font-size: 12px;
  line-height: 1em;
  text-align: center;
  padding: 0;
  margin: 0 0 10px 0;
}
footer p.copy {
  width: 100%;
  font-size: 10px;
  text-align: center;
  display: block;
  color: #666;
  padding: 0 0 10px 0;
  margin: 0;
}
footer p.companyLogo {
  width: 150px;
  height: auto;
  text-align: center;
  display: inline-block;
  color: #666;
  padding: 0;
  margin: 0 0 40px 0;
}



/* ANCHOR */
.topTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  text-align: left;
  line-height: 0em;
}

.topTop a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer;
}

.topTop a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
}


/*

OverWriteStyles

*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
hr{
  margin:40px 0;
  border: solid #ddd;
  border-width: 4px 0 0 0;
  height: 4px;
  clear: both;
}
hr.dot {
  width: 100%;
  border: dotted #ddd;
  border-width: 1px 0 0 0;
  height: 1px;
  /* for IE6 */
  clear: both;
  /* for IE6 */
  margin: 15px 0 40px 0;
}

/* ALIGNMENT */
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.txtleft {text-align: left;}
.txtright {text-align: right;}
.txtcenter {text-align: center;}

.inline{
  display: inline-block !important;
  border: 1px solid #f00;
  width: 45%;
  vertical-align: top;
}

