@charset "utf-8";
* { margin: 0; padding: 0;}
ul {list-style:none}
img {vertical-align: middle;}

html {
	background: #000 url(../images/bg.jpg) no-repeat left top fixed;
	background-size: 1200px;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
                                color: #fff
}
body {
	margin: 0 auto;
	padding: 0;
}


/* Loading*/
.loading {
    display: none;
    max-width: 100%;
    min-width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
	background: #000 url(../images/bg.jpg) no-repeat left top fixed;
	background-size: 1200px;
  z-index: 99998;
}

/* Loading画像中央配置　*/
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.trinity-rings-spinner, .trinity-rings-spinner * {
      box-sizing: border-box;
    }

    .trinity-rings-spinner {
      height: 86px;
      width: 86px;
      padding: 3px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      overflow: hidden;
      box-sizing: border-box;
    }

    .trinity-rings-spinner .circle {
      position:absolute;
      display:block;
      border-radius:50%;
      border: 3px solid #fff;
      opacity: 1;
    }

    .trinity-rings-spinner .circle:nth-child(1) {
      height: 80px;
      width: 80px;
      animation : trinity-rings-spinner-circle1-animation 1.5s infinite linear;
      border-width: 2px;
    }

    .trinity-rings-spinner .circle:nth-child(2) {
      height: calc(80px * 0.65);
      width: calc(80px * 0.65);
      animation : trinity-rings-spinner-circle2-animation 1.5s infinite linear;
      border-width: 1px;
    }

    .trinity-rings-spinner .circle:nth-child(3) {
      height: calc(80px * 0.1);
      width: calc(80px * 0.1);
      animation:trinity-rings-spinner-circle3-animation 1.5s infinite linear;
      border-width: 1px;
    }

    @keyframes trinity-rings-spinner-circle1-animation{
      0% {
        transform: rotateZ(20deg) rotateY(0deg);
      }
      100% {
        transform: rotateZ(100deg) rotateY(360deg);
      }
    }

    @keyframes trinity-rings-spinner-circle2-animation{
      0% {
        transform: rotateZ(100deg) rotateX(0deg);
      }
      100% {
        transform: rotateZ(0deg) rotateX(360deg);
      }
    }

    @keyframes trinity-rings-spinner-circle3-animation{
      0% {
        transform: rotateZ(100deg) rotateX(-360deg);
      }
      100% {
        transform: rotateZ(-360deg) rotateX(360deg);
      }
    }

/* Loading*/


a { word-break: break-all; }

a:link,
a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: inherit;
	color: #00a5e2;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-size: inherit;
	color: #ad2f25;
}
a:active {
	text-decoration: underline;
	font-weight: normal;
	font-size: inherit;
	text-decoration: none;
	color: #ff1e10;
}


img {
	border:0;
	max-width: 100%;
}
p {
	margin: 1em 0;
}
hr {
	clear: both;
	visibility: hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 5px;
}
h1 {
	margin: 0;
}
h2 {
	font-size: 7vw;
	line-height: 1;
                                color: #ab0300;
                                font-family: "Bruno Ace SC", sans-serif;
                                font-weight: 400;
                                font-style: normal;
	text-align: center;
	margin: 0;
                                padding: 0;
}
.title {
                                padding: 0 10px;
	text-align: left;
}
.title h2 {
	text-align: left;
}

span.h2_first {
	font-size: 160%;
                                display:inline-block;
                                margin: 0 -8px 0 0;
}
.title span.jp {
	line-height: 1;
                                color: #4e5659;
                                letter-spacing: 2px;
                                font-size: 85%;
	margin: 0 auto 0;
                                display: block;
                                padding: 0;
}
h3 {
	font-size: 1.5rem;
	line-height: 1.1;
                                color: #fff
}
h4 {
	font-size: 1.1rem;
}
h5 {
	font-size: 1rem;
	line-height: 1.2;
                                margin: 0 auto 1rem;
                                font-weight: 700;
                                text-align: center;
                                color: #000;
                                background: #ad2f25;
                                padding: 15px 5px;
}


.right_txt {
	text-align: right
}
.little {
	font-size: 70%;
	line-height: 1.2;
	font-weight: normal;
}
h3 .little {
	display: block;
}
.kakomi {
                                background: #ab0300;
	display: inline-block;
                                padding: 3px 10px;
}
.small {
	font-size: 80%;
	line-height: 1.2;
	font-weight: normal;
}
.b {
	font-weight: bold;
}
.red {
	color: #a9121e;
}
.gold {
	color: #cfbb13
}
.bruno {
                                font-family: "Bruno Ace SC", sans-serif;
                                font-weight: 400;
                                font-style: normal;
                                font-size: 0.9em
}


div#SNS {
	text-align: center;
	line-height: 0;
	margin: 1rem auto;
	z-index: 100;
                                width: 220px;
}
#SNS ul li {
	width: 90px!important;
	float: left;
	text-align: center;
	line-height: 0;
	padding: 0;
}
#SNS ul li.twitter {
	padding: 0 8px 0 0;
}
iframe.twitter-share-button {
	padding: 0;
	width: 100px!important;
}

div.wrapp {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}
section {
                                padding: 20px 0;
                                margin: 0 10px 50px;
                                background: rgba(0,0,0,0.6);
                                border: 2px solid #ab0300;
                                position: relative;
}

.contents {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px;
}

header {
	position: relative;
	margin: 0;
	padding: 0 0 5vh;
	text-align: center;
}
header #title {
	margin: 0 1vw;
}
header h1{
	margin: 0 auto;
                                padding: 2rem 0 0.5rem;
}
header h2{
	margin: 0 auto;
                                padding: 0;
	max-width: 300px;
                                background: none;
}
.housou {
                                text-align: center;
}
img.red_logo {
	width: 155px;
	margin: 0 auto 1rem;
                                position: absolute;
                                top: 8px; right: 5px;
}


#WhatsNew ul  {
	margin: 0 auto;
}
#WhatsNew ul li {
                                font-weight: bold;
	margin: 0;
}

#WhatsNew ul li a {
        font-size: 0.9rem;
                                line-height: 1.55em;
        display: block;
        margin-left: auto;
        margin-right: auto;
        font-weight: normal;
        padding: 15px 5px;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;

                                border-bottom: 3px dotted #4e5659;
                                color: #00a5e2;
}
#WhatsNew ul li:last-child a {
                                border-bottom: 0 solid #000;
}
#WhatsNew ul li span.day {
                                color: #fff;
                                font-family: "Bruno Ace SC", sans-serif;
                                font-weight: 400;
                                font-style: normal;
                                display: block;
	margin: 0;
                                padding: 0;
}

/* マウスオーバー時 */
#WhatsNew ul li a:hover, .hvr-shrink:focus, .hvr-shrink:active {
                                -webkit-transform: scale(1.02);
                                transform: scale(1.02);
                                cursor: pointer;
	text-decoration: none;
}
.whatsnew_btn {
                                font-weight: bold;
                                padding: 0 4px;
                                display: inline-block;
                                font-weight: 700;
}
.tokutenLink {
                                color: #fff;
                                background: #314d6a;
}
.lineupLink {
                                color: #fff;
                                background: #931515;
}
.themeLink {
                                color: #fff;
                                background: #2b3f29;
}

footer {
	margin: 0 auto;
	padding: 30px 10px 80px;
	text-align: center;
	font-size: 90%;
}

footer small {
	display: block;
}
.footerLink a {
	padding: 3px;
	border: 1px solid;
                                background: #000;
}


#release {
	text-decoration: none;
}
#release img {
	display: block;
	margin: 0 auto 5px;
}

#release h3.day{
	margin: 0 auto 1rem;
	text-align: center;
                                font-weight: normal;
                                border-bottom: 1px solid #666;
}


div.jacket {
	margin: 0 auto;
	padding: 0 0.5rem;
	text-align: center;
	max-width: 400px;
}
div.jacket img {
	border: 1px solid #333;
}
div.discInfo {
	margin: 1rem 0.5rem 2rem;
	text-align: left;
}
div.tokuten_photo {
	margin: 0 auto;
	text-align: center;
}

div.cdInfo {
	margin: 20px auto;
	padding: 0;
}
div.cdInfo h3, #info h3 {
	padding: 10px 5px 10px 0;
	color: #ad2f25;	
	text-align: left;
                                font-weight: 700;
                                border-bottom: 1px solid #ad2f25;
                                font-weight: normal;
                                margin: 0 auto 1rem;
}
.movie {
                                margin: 2rem auto;
                                padding: 0 0.5rem 1px;
                                background: rgba(171,3,0,0.2);
                                border: 1px solid #ab0300;
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ol {
	margin: 1rem 0 0 30px;
}
ol li {
	margin: 0 0 1.2em;
	text-align: left;
	font-size: 90%;
	border-bottom: 1px solid #666
}
ol li:last-child {
	border-bottom: none
}
ol li h4{
                                font-weight: 700;
                                color: #ad2f25;
                                line-height: 1.2;
}
ol li span{
	display: block;
}
.bangumi {
                                line-height: 1.2;
}

div.prof {
	margin: 0 0 2em;
                                padding: 0.5rem;
	text-align: center;
                                background: rgba(171,3,0,0.2);
                                border: 1px solid #ab0300;
}

div.prof h3 {
                                margin: 0 auto 1rem;
                                font-weight: 700;
                                font-weight: normal;
}
div.prof h4 {
                                color: #ad2f25;
                                padding: 0.5rem 0;
                                border: 1px solid;
                                border-width: 1px 0;
                                font-weight: normal;
}
div.prof p {
	font-size: 90%;
	padding: 0 1em;
	margin: 0 0 2em;
	text-align: justify;
}
div.profphoto {
	text-align: center;
                                margin: 0 10px 1rem;
}
div.profphoto img{
	display: block;
	padding: 0;
                                margin: 0;
}
div.proftext {
	text-align: justify;
	line-height: 1.6em;
}
ul.prof_link li {
                                margin: 0 5px 5px 0;
                                display: inline-block;
}
ul.prof_link li a {
	display: block;
                                border: 1px solid;
                                padding: 1rem 35px 1rem 0.8rem;
                                background: rgba(171,3,0,0.2);
                                border: 1px solid #ab0300;
                                color: #fff;
                                line-height: 1.2;

	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	opacity: 0.9;
	background: url(../images/new_window.png) no-repeat right 10px center;
	background-size: 16px;
}

ul.prof_link li a:hover {
	opacity: 0.9;
	text-decoration: none;
                                background: ;
	background: rgba(171,3,0,0.8) url(../images/new_window.png) no-repeat right 10px center;
	background-size: 16px;
                                box-shadow: #de0300 0 0 10px;
                                text-shadow: #fff 0 0 10px;
}



#info dl {
	margin: 0 auto 100px;
}
#info dl dt {
	margin: 0 0 0.5em;
                                padding: 0.5rem 0;
                                color: #89afca;
	line-height: 1.2;
                                border: 1px solid;
                                border-width: 1px 0;
                                font-weight: normal;
}

#info dl dd {
	margin: 0 0 30px;
	padding: 10px 0 20px 1em;
}
#info dl:last-child {
	margin: 0 0 30px;
}


ul.note {
  margin: 0 0 1em 1em;
}
ul.note li {
  font-size: 14px;
  text-indent: -1.3em;
  line-height: 1.4;
}
ul.note li br{
  line-height: 1.4;
}
ul.note li:before {
  content: "※";
  margin-right: 0.3em;
}

.pc { display: none; }


/*--line up--*/
.lineup ul {
    margin: 20px 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
}
.lineup ul li {
	width:44%;
	margin: 1% auto;
	padding: 2% 1% 0;
	text-align: center;
    font-size: 0.85rem;
	line-height: 1.2em;
    display: block;
    font-weight: normal;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;

                                font-size: 12px;
}
.lineup ul li a {
                                color: #fff;
                                font-weight: normal;
                                line-height: 1.1;
}
.lineup ul li a div.day {
                                color: #fff;
                                font-size: 13px;
                                line-height: 1.5;
                                font-weight: 700;
}
.lineup ul li a br {
                                line-height: 1.1;
}
.lineup ul li a h3 {
                                color: #a83027;
                                font-size: 15px;
                                font-weight: normal;
                                line-height: 1.1;
}

.lineup ul li a img{
	margin: 0 auto 3px;
	display: block;
	text-align: center;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.2s;
        -webkit-transition-property: transform;
        transition-property: transform;

	border: 1px solid #333;
}
/* マウスオーバー時 */
.lineup ul li a:hover, .lineup ul li a:hover h3, .lineup ul li a:hover div.day {
                                text-decoration: none;
                                opacity: 0.8
}
.lineup ul li a.btn {
                                font-size: 11px;
	font-weight: normal;
                                color: #fff;
}
.lineup ul li a:hover.btn {
	text-decoration: none;
                                opacity: 1
}
.lineup ul li a:hover img {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        cursor: pointer;
	text-decoration: none;
}


.lineup ul li a:hover {
	text-decoration:none;
}


iframe {
	max-width: 100%;
	display: block;
	text-align: center;
	margin: 1em auto;
}



/*リンクを右下に固定*/
#page-top {
                                display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(200px);
}
#page-top a {
                                width: 90px;
                                height: 60px;
	padding: 30px 0 0;
                                border-radius:50%;

                                font-family: "Bruno Ace SC", sans-serif;
                                font-weight: 400;
                                font-style: normal;
                                line-height: 1.4;
                                color: #fff;
                                font-size: 14px;

                                background: rgba(171,3,0,0.6);
                                border: 1px solid #ab0300;
                                display: block;
                                text-align: center;


	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	opacity: 1;
                                margin: 0
}
#page-top a:hover {
	text-decoration: none;
                                background: rgba(171,3,0,0.8);
                                box-shadow: #de0300 0 0 10px;
                                text-shadow: #fff 0 0 10px;
                                margin: 0 0 5px
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(200px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(200px);
  }
}



a.btn {
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;

	display: block;
	margin: 1.5rem 1px;
                                text-align: center;
	line-height: 1.2;
	padding: 5px;
                                color: #fff;
                                background: rgba(171,3,0,0.2);
                                border: 1px solid #ab0300;
	opacity: 1;
} 
a:hover.btn {
	opacity: 0.9;
	text-decoration: none;
                                background: rgba(171,3,0,0.8);
                                box-shadow: #de0300 0 0 10px;
                                text-shadow: #fff 0 0 10px;
} 



/*768px以上 ----------------------------------------*/

@media screen and (min-width:768px){


.pc { display: block; }
.sp { display: none; }



html {
}

a.btn {
                                margin: 1rem auto;
	padding: 6px 12px 5px;
} 
h2 {
	font-size: 40px;
}

header h1{
	margin: 0 auto;
                                padding: 2rem 0 0.5rem;
	max-width: 500px;
}

#release h3.day{
	font-size: 1.7rem;
	margin: 0 auto 1rem;
	position: relative;
	padding: 1.3rem 1.5rem 1rem;
	line-height: 1.2;
                                max-width: 750px;
}
.movie {
                                padding: 1rem 3rem;
}

#page-top {
  right: 20px;
}

/*--line up--*/
.lineup ul {
	width: 100%;
                                margin: 0 auto;
}
.lineup ul li {
	width: 27.3%;
	margin: 0.5%;
	padding: 2% 2% 1%;
}
.lineup ul li a h3{
        font-size: 15px;
}

footer {
	margin: 0 auto;
	padding: 30px 10px 80px;
	text-align: center;
	font-size: 90%
}

footer small {
	display: inline-block;
		padding: 0 1rem;
}
section {
                                padding: 0;
                                margin: 0 10px 50px;
}

}



/*980px以上 ----------------------------------------*/

@media screen and (min-width:980px){
html {
	background: #000 url(../images/bg.jpg) no-repeat center top fixed;
	background-size: contain;
}
.loading {
	background: #000 url(../images/bg.jpg) no-repeat center top fixed;
	background-size: contain;
}
.title {
                                margin: 0;
                                padding: 0;
                                position: absolute;
                                top: 30px; left: 70px;
                                transform-origin: top left;
                                transform: rotate(90deg);
}
section#WhatsNew {
                                min-height: 350px;
}
h2 {
                                padding: 0;
	margin: 0 0 5px;
                                display: block;
	line-height: 0.9;
}
h5 {
	font-size: 2rem;
                                letter-spacing: 2px;
}

.title span.jp {
                                display: block;
}

img.R_photo {
	float: right;
	margin: 0 0 0 10px;
}
img.L_photo {
	float: left;
	margin: 0 10px 0 0;
}


div.wrapp {
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
}


header {
	width: 28%;
	padding: 30px 5% 40px 3%;
                                position: fixed;
	max-width: 400px;
}
header h2{
	margin: 0 auto 0;
	max-width: 400px;
	display:block;
}
header #title {
	margin: 0 auto;
}
header h1{
	margin: 0 auto 0;
                                padding: 0;
	display: inline-block;
                                vertical-align: top;
	max-width: 515px;
}
.housou {
	display: inline-block;
                                vertical-align: top;
	margin: -20px auto 0;
}
img.red_logo {
	margin: 0;
                                width: 180px;
                                top: 8px; right: none; left: 2vw;
}


.contents {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px 10px 10%;
}


main {
                                padding: 60px 0 0 35%;
}

div.jacket {
	margin: 0 auto 20px;
	max-width: 350px;
}
div.discInfo {
	margin: 0 auto 2rem;
	text-align: center;
}

div.cdInfo {
	margin: 0 auto 3rem;
}
ol li {
	margin: 0 0 1.2em;
	text-align: left;
	font-size: 90%;
}
ol li h4{
	display: inline-block;
}
ol li span{
	display: inline-block;
}

div.prof {
	margin: 0 0 2em;
                                padding: 1rem 2rem 2rem;
}
div.profphoto {
                                max-width: 550px;
	text-align: center;
                                margin: 0 auto 2rem;
}
div.proftext {
                                margin: 0;
                                padding: 0;
}


}



/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(150px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}
	
	
	/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
	 
	.fadeUpTrigger{
		opacity: 0;
	}