﻿@charset "utf-8";

/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

/* ----------------------------------------

Noto Sans

---------------------------------------- */

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('NotoSansJP-Regular.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
 }


/* ----------------------------------------

Redefine

---------------------------------------- */

html{
	background-color: #D50000;
}

body {
	color: #FFF;
	font: 14px/1 "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	opacity: 0;
	letter-spacing: 0.01em;
}

a {
	color: #fff;
	text-decoration: none;
}
/* ----------------------------------------

Redefine - mainvisual

---------------------------------------- */
div#mainvisual{
	z-index:990;
}


/* ----------------------------------------

Redefine - header

---------------------------------------- */

div#header{
	position: fixed;
	top:34px;
	left: 19px;
	z-index: 999;
}

div#header h1{
	pointer-events: none;
}

div#header ul{
	background: url("../img/header/img_buyat.png") no-repeat;
	padding-top: 40px;
	width: 175px;
	margin: 22px 0 0 3px;
}

div#header ul li{
	float: left;
	margin: 0 5px 6px 0;
	position: relative;
}

div#header ul li .tooltip{
	position: absolute;
	z-index: 10;
	display: none;
}

div#header ul li #tooltip1{
	top:24px;
	left: -9px;
}

div#header ul li #tooltip2{
	top:24px;
	left: -43px;
}

div#header ul li #tooltip3{
	top:24px;
	left: -77px;
}

div#header ul li #tooltip4{
	top:24px;
	left: -111px;
}

div#header ul li #tooltip5{
	top:24px;
	left: -140px;
}

div#header ul li #tooltip6{
	top:24px;
	left: -9px;
}

div#header ul li #tooltip7{
	top:24px;
	left: -43px;
}

div#header ul li #tooltip8{
	top:24px;
	left: -77px;
}
/*
div#header ul li:hover .tooltip{
	display: block;
}*/

/* ----------------------------------------

Redefine - menu

---------------------------------------- */

div#menu{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	width: 210px;
	height: 60px;
}

div#menu ul#menu-sns{
	position: absolute;
	top:19px;
	left: 0;
}

div#menu ul#menu-sns li{
	float: left;
	margin-right: 8px;
}

div#menu-btn{
	background: #FFF;
	width: 60px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top:0;
	right: 0;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	pointer-events: none;
}
.menu-trigger {
	position: relative;
	width: 33px;
	height: 22px;
	margin: 19px 0 0 14px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #D50000;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

/* ----------------------------------------

Redefine - menu-open

---------------------------------------- */

div#menu-open{
	background: #FFF;
	width: 340px;
	height: 100%;
	position: fixed;
	top:61px;
	right:0;
	z-index: 999;
	display: none;
}

div#menu-open.active{
	display: block;
}

div#menu-open ul{
	margin: 50px 0 0 52px;
}

div#menu-open ul li{
	margin-bottom: 29px;
}

/* ----------------------------------------

Redefine - wrapper

---------------------------------------- */

div#wrapper {
	margin: 0px auto;
	font-size: 100%;
	width: 660px;
	position: relative;
	padding: 0 50px;
}

/*  --
WinIE,MacIE4,NN4,Opera7以下は除外
レガシーブラウザを回避してpx指定する場合
-- */

html[xmlns]>/**/body div#wrapper {
/*	font-size: 13px;*/
}

/* ----------------------------------------

Redefine - container

---------------------------------------- */

div#container {
	width: 660px;
	margin:0 auto;
}

/* -- NOSCRIPT -- */

p#Noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #DDD;
	color: #333;
}

/* ----------------------------------------

Redefine - releaseinfo

---------------------------------------- */
div#releaseinfo{
	padding-top: 70px;
}

/* ----------------------------------------

Redefine - tracklist

---------------------------------------- */
div#tracklist{
	padding-top: 70px;
	margin-bottom: 110px;
}

div#tracklist ul.border li{
	border-bottom: 1px solid #fff;
}

div#tracklist ul.border li.play{
	background: url("../img/main/btn_play.png") right center no-repeat;
}

div#tracklist ul.border li.play a{
	display: block;
}

/* ----------------------------------------

Redefine - buyat

---------------------------------------- */
div#buyat a{
	background: #fff;
	color:#D50000;
	font-weight: bold;
	padding: 0 10px 0 2px;
}

/* ----------------------------------------

Redefine - musicvideo

---------------------------------------- */
div#musicvideo{
	padding-top: 70px;
}

/* ----------------------------------------

Redefine - comment

---------------------------------------- */
div#comment{
	padding-top: 70px;
	margin-bottom: 120px;
}


/* ----------------------------------------

Redefine - interview

---------------------------------------- */
div#interview{
	width: 942px;
	margin: 0 auto 540px;
}

div#interview div.contents{
	margin-top: 120px;
	background: #FFF;
	padding: 100px 86px;
}

/*
div#interview{
	width: 755px;
	margin: 0 0 188px 49px;
}

div#interview div.contents{
	margin-top: 91px;
}
*/


/* ----------------------------------------

Redefine - footer

---------------------------------------- */

div#footer {
	padding-bottom: 30px;
}

div#gotop{
	position: fixed;
	bottom:50px;
	right:10px;
	cursor: pointer;
}

/* ----------------------------------------

Common Class

---------------------------------------- */

.clear {clear: both;}
.fll {float:left;}
.flr {float:right;}
.tac {text-align: center;}
.tar {text-align: right;}
.fw500 {font-weight:500;}
.fw700 {font-weight:700;}
.fw900 {font-weight:900;}
.fsi {font-style: italic;}
.fs10 {font-size: 10px;}
.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs13 {font-size: 13px;}
.fs14 {font-size: 14px;}
.fs15 {font-size: 15px;}
.fs16 {font-size: 16px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs23 {font-size: 23px;}
.fs24 {font-size: 24px;}
.fs25 {font-size: 25px;}
.fs26 {font-size: 26px;}
.fs30 {font-size: 30px;}
.fcr{color:#ff1616;}
.fcg{color:#47a842;}
.fcb{color:#4277a8}
.p5{padding: 5px 0;}
.pt30{padding-top: 30px;}
.pt50{padding-top: 50px;}
.mt5 {margin-top: 5px;}
.mt40 {margin-top: 40px;}
.mt60 {margin-top: 60px;}
.mt80 {margin-top: 80px;}
.mb170 {margin-bottom: 170px;}
.mb160 {margin-bottom: 160px;}
.mb150 {margin-bottom: 150px;}
.mb130 {margin-bottom: 130px;}
.mb100 {margin-bottom: 100px;}
.mb90 {margin-bottom: 90px;}
.mb80 {margin-bottom: 80px;}
.mb70 {margin-bottom: 70px;}
.mb60 {margin-bottom: 60px;}
.mb50 {margin-bottom: 50px;}
.mb40 {margin-bottom: 40px;}
.mb35 {margin-bottom: 35px;}
.mb30 {margin-bottom: 30px;}
.mb25 {margin-bottom: 25px;}
.mb20 {margin-bottom: 20px;}
.mb15 {margin-bottom: 15px;}
.mb10 {margin-bottom: 10px;}
.mb5 {margin-bottom: 5px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.mr60{margin-right: 60px;}
.lh100 {line-height: 100%;}
.lh140 {line-height: 140%;}
.lh160 {line-height: 160%;}
.lh180 {line-height: 180%;}
.lh200 {line-height: 200%;}
.lh220 {line-height: 220%;}
.lh240 {line-height: 240%;}
.ls-ss{letter-spacing:-0.01em;}
.ls-s{letter-spacing:-0.02em;}
.ls-m{letter-spacing:-0.04em;}
.ls-l{letter-spacing:-0.06em;}
.op3{filter:alpha(opacity=30);-moz-opacity: 0.3;opacity: 0.3;}
a.fcw{color: #FFF;}
div.title{position: absolute;}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* -- Modern Browsers -- */

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* -- IE7 -- */

.clearfix {
	display: inline-block;
}

/*  -- Legacy IE -- */

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media screen and (max-width: 850px) {
	div#gotop{
		display: none;
	}
	.fs10 {font-size: 20px;}
	.fs11 {font-size: 21px;}
	.fs12 {font-size: 22px;}
	.fs13 {font-size: 23px;}
	body,.fs14 {font-size: 24px;}
	.fs15 {font-size: 25px;}
	.fs16 {font-size: 26px;}
	.fs17 {font-size: 27px;}
	.fs18 {font-size: 28px;}
	.fs20 {font-size: 30px;}
	.fs22 {font-size: 32px;}
	.fs24 {font-size: 34px;}
	.fs25 {font-size: 34px;}
	.fs26 {font-size: 34px;}
	.fs30 {font-size: 40px;}
}