﻿@charset "utf-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");

/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	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; }

/* ----------------------------------------

Redefine

---------------------------------------- */

body {
	line-height: 1;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
}

a {
	color: #000;
}

a:hover,
a:visited:hover {
	text-decoration: none;
}

a.normal{
	color:#018c91;
	text-decoration: none;
}

a.normal:hover{
	text-decoration: underline;
}


/* ----------------------------------------

Redefine - container

---------------------------------------- */

div#container {
	font-size: 100%;
	opacity: 0;
}

/*  --
WinIE,MacIE4,NN4,Opera7以下は除外
レガシーブラウザを回避してpx指定する場合
-- */

html[xmlns]>/**/body div#container {
/*	font-size: 13px;*/
}


/* ----------------------------------------

Redefine - header

---------------------------------------- */

div#header {
	padding-top:55px;
	margin-bottom: 97px;
}


/* ----------------------------------------

Redefine - detail

---------------------------------------- */

div#detail{
	background-image: url("../img/common/img_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0;
}

div.whtbox{
	background-color: rgba(255,255,255,0.9);
	padding: 10px 0;
}

div#detail h2{
	letter-spacing: -0.05em;
	margin-top: 95px;
}

div.contents{
	width:1031px;
	margin: 0 auto;
}

div#detail div.contents{
	padding-bottom: 70px;
}

div#detail ul#links{
	margin-bottom: 10px;
	margin-top: 20px;
}

div#detail ul#links li{
	margin-bottom: 10px;
}

div#detail ul#links li a{
	text-decoration: none;
	border:1px solid #000;
	padding: 18px 15px;
	width: 530px;
	display: block;
	font-size: 23px;
	background-image: url("../img/detail/icon_link.png");
	background-repeat: no-repeat;
	background-position: 528px center;
}

div#detail div.flr{
	width: 405px;
}

div#detail div.flr ul li{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 130%;
}

/* ----------------------------------------

Redefine - contents - musicvideo

---------------------------------------- */

div#musicvideo {
	width: 860px;
	margin: 90px auto 100px;
}

hr#line-musicvideo{
	background-image: url("../img/musicvideo/img_line.jpg");
}

/* ----------------------------------------

Redefine - contents - instore

---------------------------------------- */

div#instore {
	margin: 90px auto 100px;
}

hr#line-instore{
	background-image: url("../img/instore/img_line.jpg");
}


/* ----------------------------------------

Redefine - contents - special

---------------------------------------- */

div#special {
	margin: 90px 0 100px;
}

hr#line-special{
	background-image: url("../img/special/img_line.jpg");
}

div#instore h4 span,
div#special h4 span{
	color:#fff;
	background-color: #000;
	padding: 0.2em 1em;
	letter-spacing: 0.05em;
}

div#special div.contents,
div#interview-sub.contents{
	background-image: url("../img/common/img_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

div#special div.contents div.whtbox{
	padding: 74px 83px;
}

/* ----------------------------------------

Redefine - contents - interview

---------------------------------------- */

div#interview {
	width: 1031px;
	margin: 90px auto 100px;
}

hr#line-interview{
	background-image: url("../img/interview/img_line.jpg");
}

div#interview-sub.contents div.whtbox{
	padding: 33px 45px;
}

div#interview-sub{
	margin-bottom: 90px;
}

div#interview h3.subtitle{
	color:#018c91;
	margin-bottom: 50px;
}

div#interview p.fsi{
	margin-left: 0;
}

/* ----------------------------------------

Redefine - contents - tour

---------------------------------------- */

div#tour {
	margin: 90px auto 100px;
	width: 715px;
}

hr#line-tour{
	background-image: url("../img/tour/img_line.jpg");
}

div#tour h3 span{
	padding-bottom: 12px;
}

div#tour h4.date{
	color:#fff;
	background-color: #000;
	padding: 0.2em 0;
	letter-spacing: 0.05em;
}

/* ----------------------------------------

Redefine - footer

---------------------------------------- */

div#footer {
	margin-top: 50px;
	padding-bottom: 80px;
}

div#footer div#gotop {
	cursor: pointer;
	width: 155px;
	margin: 0 auto 70px;
}


/* ----------------------------------------

Common Class

---------------------------------------- */

.clear {clear: both;}
.fll {float:left;}
.flr {float:right;}
.fcg{color:#018c91;}
.fwb{font-weight: bold;}
.fsi{font-style: italic;margin-left: -0.5em;}
.fs13{font-size: 13px;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs25{font-size: 25px;}
.fs30{font-size: 30px;}
.fs35{font-size: 35px;}
.fs50{font-size: 50px;}
.fs65{font-size: 65px;}
.tar {text-align: right;}
.tac{text-align: center;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}
.mb130{margin-bottom: 130px;}
.mt20{margin-top: 20px;}
.mt60{margin-top: 60px;}
.mt95{margin-top: 95px;}
.pc{display: block;}
.sp{display: none;}
.br-sp {display:none;}
.br-pc {display:inline;}
.lh120{line-height: 120%;}
.lh140{line-height: 140%;}
.lh160{line-height: 160%;}
.lh180{line-height: 180%;}
.ls004{letter-spacing: 0.04em;}
.ls01{letter-spacing: 0.1em;}
hr.line{
	border: none;
	height:10px;
	background-repeat: no-repeat;
	background-size: cover;
}
.ul{border-bottom: 2px solid #000;}
a.aul{color:#018c91;}

/* ----------------------------------------

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: 750px) {
	.pc{display: none;}
	.sp{display: block;}
	.br-sp {display:inline;}
	.br-pc {display:none;}
	
	body{font-size: 24px;}
	
	.fs16{font-size: 16px;}
	.fs22{font-size: 24px;}
	.fs23{font-size: 24px;}
	.fs30{font-size: 24px;}
	.fs50{font-size: 48px;}
	.fs65{font-size: 57px;}
	
	div#container{
		width: 750px;
	}
	
	div#header {
		padding-top:45px;
		margin-bottom: 66px;
	}
	
	div#header h1 img{
		width:668px;
		height: auto;
	}
	
	div#header h1.mb50{margin-bottom: 45px;}
	
	div#header h2 img{
		width:663px;
		height: auto;
	}
	
	div#header h2.mb70{margin-bottom: 60px;}
	
	div#header p img{
		width:576px;
		height: auto;
	}
	
	div#detail h2{
		margin-top: 76px;
	}
	
	div.contents{
		width:660px;
		margin: 0 auto;
	}
	
	div#detail div.contents{
		padding-bottom: 30px;
	}
	
	div#detail div.fll img{
		width: 265px;
		height: auto;
	}
	
	div#detail ul#links{
		margin-bottom: 0;
		margin-top: 20px;
	}
	
	div#detail ul#links li{
		margin-bottom: 12px;
	}
	
	div#detail ul#links li a{
		padding: 25px 20px;
		width: 620px;
		display: block;
		font-size: 22px;
		background-position: 628px center;
	}
	
	div#detail div.clearfix{
		margin-bottom: 60px;
	}
	
	div#detail div.fll{
		width: 270px;
	}
	
	div#detail div.flr{
		width: 360px;
	}
	
	div#detail div.fwd{
		width: 660px;
		clear: both;
	}
	
	div#detail div.flr ul li{
		margin-bottom: 15px;
	}
	
	div#detail div.flr ul li{
		margin-bottom: 12px;
		font-size: 19px;
		line-height: 120%;
	}
	
	div#musicvideo {
		width: 660px;
		margin: 77px auto 75px;
	}
	
	div#musicvideo h2.mb90{
		margin-bottom: 48px;
	}
	
	div#musicvideo iframe{
		width: 660px;
		height: 372px;
	}
	
	div#special div.contents div.whtbox{
		padding: 55px 65px;
	}
	
	div#interview {
		width: 660px;
		margin: 90px auto 100px;
	}
	
	div#interview img{
		width: 660px;
		height: auto;
	}
	
	div#interview p.lh160{
		line-height: 180%;
	}
	
	div#interview p.mb40{
		margin-bottom: 50px;
	}
	
	div#tour h4.date{
		padding: 0.3em 0;
	}
	
	div#footer div#gotop.fs25{
		font-size: 14px;
	}
	
	div#footer p.fs25{
		font-size: 24px;
	}

}