@charset "utf-8";


/*------------------------
FONT
------------------------*/
/*@font-face {
	font-family: "m-heavy";
	src: url("../../asset/font/m/mplus-1c-heavy.eot?") format('eot'),
	url("../../asset/font/m/mplus-1c-heavy.woff") format('woff'),
	url("../../asset/font/m/mplus-1c-heavy.ttf")  format('truetype');
}
@font-face {
	font-family: "m-bold";
	src: url("../../asset/font/m/mplus-1c-bold.eot?") format('eot'),
	url("../../asset/font/m/mplus-1c-bold.woff") format('woff'),
	url("../../asset/font/m/mplus-1c-bold.ttf")  format('truetype');
}
@font-face {
	font-family: "m-medium";
	src: url("../../asset/font/m/mplus-1c-medium.eot?") format('eot'),
	url("../../asset/font/m/mplus-1c-medium.woff") format('woff'),
	url("../../asset/font/m/mplus-1c-medium.ttf")  format('truetype');
}

@font-face {
	font-family: "m-regular";
	src: url("../../asset/font/m/mplus-1c-regular.eot?") format('eot'),
	url("../../asset/font/m/mplus-1c-regular.woff") format('woff'),
	url("../../asset/font/m/mplus-1c-regular.ttf")  format('truetype');
}
@font-face {
	font-family: "m-light";
	src: url("../../asset/font/m/mplus-1c-light.eot?") format('eot'),
	url("../../asset/font/m/mplus-1c-light.woff") format('woff'),
	url("../../asset/font/m/mplus-1c-light.ttf")  format('truetype');
}
@font-face {
	font-family: "m-thin";
	src: url("../../asset/font/m/mplus-1c-thin.eot?") format('eot'),
	url("../../asset/font/m/mplus-1c-thin.woff") format('woff'),
	url("../../asset/font/m/mplus-1c-thin.ttf")  format('truetype');
}
*/
/*------------------------
ALL
------------------------*/
* {
	margin:0;
	padding:0;
	outline:none;
	list-style:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html {
  font-size: 62.5%;
}

body {
	display:block;
	/*font-family: "Lato", "m-light", sans-serif;*/
	font-family: "Lato", sans-serif;
	font-style:normal;
	font-size:1.6px;
	font-size:1.6rem;
	font-weight:300;
	letter-spacing:.03em;
	font-variant:normal;
	font-size-adjust:none;
	font-stretch:none;
	letter-spacing:.03em;
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
	overflow-x: hidden;
	
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
section {
	width:100%;
}
h2 {
	padding:0 5%;
	font-family: "Lato", "m-light", sans-serif;
	font-weight:300;
	font-size:40px;
	font-size: 4.0rem;
	line-height: 1.5em;
}
h3 {
	font-family:"m-regular";
	font-size:36px;
	font-size:3.6rem;
}
p {
	line-height:1.4em;
}
a {
	text-decoration:none;
	color:#4b4b4b;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
li {
	list-style:none;
}
img {
	max-width: 100%;
	height: auto;
}

.arrow_left:before {
	content:'';
	height:12px;
	width:12px;
	display:block;
	border:5px solid #333;
	border-right-width:0;
	border-bottom-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	position:absolute;
	top:11px;
	left:20px;
}
.arrow_right:before {
	content:'';
	height:12px;
	width:12px;
	display:block;
	border:5px solid #333;
	border-left-width:0;
	border-top-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	position:absolute;
	top:11px;
	right:20px;
}

/*------------------------
HEADER
------------------------*/
.khead {
	height: 40px;
}
h1 span.logo a img {
	display: inline-block;
	float: left;
	margin: 14px 0 0 15px;
}
h1 span.logo_ap300 a {
	display: inline-block;
	float: right;
	margin: 12px 8px 0 0;
	font-weight:500;
	font-size:1.8rem;
}
h1 span.logo_ap300 a:after {
	content:"";
	display: inline-block;
	width: 25px;
	height: 18px;
	background:url(../images/icon_home.gif) no-repeat right;
}


/*form (select_lang)*/
form.select_lang {
	display: inline-block;
	margin: 7px 0 0 5%;}

/*------------------------
FOOTER
------------------------*/
footer {
	width: 100%;
	height: 260px;
}

/* pagetop */	
.pagetop {
	text-align:center;
}
.pagetop a {
	position:relative;
	display:block;
	height:40px;
	width:130px;
	margin:10% auto 5%;
	font-weight:500;
	line-height:40px;
}

.triangle:before {
	display:block;
	float:left;
	content:'';
	height:0;
	width:0;
	padding:9px 0;
	border:7px transparent solid;
	border-top-width:0;
	border-bottom-color:#333;
}

#btSns{
	width: 82px;
	margin: 0 auto;
	text-align: center;
	height: 29px;
}
	

#btSns li a{
	display:inline-block;
	float:left;
	width:29px;
	height:29px;
	margin:0 6px;
}

#btTw{
	background:url(../images/sns.jpg) -43px 0 no-repeat;
	background-size:250%;
}
#btFb{
	background:url(../images/sns.jpg) 0 0 no-repeat;
	background-size:250%;
}

p.cright {
	font-size:13px;
	font-size:1.3rem;
	text-align: center;
	margin-top: 20px;
}
.ui-body-d .ui-link {
	color: #333;
}
.ui-body-d .ui-link:visited {
	color: #333;
}
.sub_foot {
	margin: 50px 0 30px;
}

footer ul{
	display:block;
	clear:both;
	width:100%;
	height:40px;
	font-weight:700;
	line-height:40px;
	}
	
footer ul li.prev a, 
footer ul li.next a {
	position:relative;
	display:block;
	height:40px;
	font-weight:500;
}
	
footer ul li.prev a {
	float:left;
	width:140px;
	padding-left:45px;

}
footer ul li.next a {
	float:right;
	width:120px;
	padding-right:45px;
	text-align:right;
}



/*------------------------
	TOP
------------------------*/
#top section{
	padding:0;
	}

/*------------------------
	FORM
------------------------*/
#form {
	width:100%;
	height:auto;
	background:url(../images/form/bg_form.jpg) 0 0 no-repeat;
	background-size:100%;
}
#form section{
	height:auto;
	}
#form section h3 {
	margin:25% 0 10%;
}
#form section p {
	padding:0 8%;
	font-size:16px;
	font-size:1.6rem;
	line-height: 1.4em;

	color:#333;
	
	z-index:10;
}

#form section img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	
	z-index:0;	
	}
	
#form section:nth-of-type(1) h3 {
	margin:0;
	}

#form section:nth-of-type(3) p {	
	margin:-22% 0 10%;
}
#form section:nth-of-type(4){
	padding-bottom:10%;	
	}
	
#form section:nth-of-type(4) p{
	margin-bottom:10%;	
	}

#form section:nth-of-type(5) h3{
	display:none;
	margin:0;
	}
#form section:nth-of-type(5) {
	background:#000;
	}
#form section:nth-of-type(5) p {
	color:#fff;
	text-shadow:none;

	padding-bottom: 20%;
	margin-top: -5%;
}

	
/* designer */
#form section:nth-of-type(6) h3 {
	display:block;
	padding:0 8%;
	font-size:24px;
	font-size:2.4rem;
	/*line-height:2.4em;*/
	margin: 10% 0 2%;
}
#form section:nth-of-type(6) p {
	margin-bottom:1em;
	font-size:20px;
	font-size: 2.0rem;
	line-height: 1.5em;
	color:#666;
}

#form section:nth-of-type(6) img {
	width:40%;
	height:auto;
	margin:5% 0 0 5%;
	float:right;
	}
#form section:nth-of-type(6) p.designer {
	text-align:right;
	margin: 41% 45% 0 0;
}
#form section:nth-of-type(6) p.designer span {
	font-size:17px;
	font-size:1.7rem;
}

/*------------------------
	COLOR
------------------------*/
#color {
	width:100%;
}

#color section h3 {
	padding:0 6%;
	color:#fff;
	font-family: "Lato", "m-light", sans-serif;
	font-size:30px;
	font-size: 3rem;
	line-height:1.5em;
	font-weight:300;
}

#color section{
	height:auto;
	}
	
#color section img{
	width:100%;
	height:auto;
	margin-bottom: 18%;	
	}
	
#color section p{
	margin:2% 0;
	padding:0 6%;
	color:#666;
	font-size:24px;
	font-size:2.4rem;
	text-align:center;}
	
#color section#gray {
height: auto;
}

#color section#gray h3{
	background:#708596;}

#color section#black h3{
	background:#000;}

/*------------------------
	SOUND
------------------------*/
#sound{
	width:100%;
	min-height:570px !important;
}

#sound section{
	height:auto;
	margin-bottom: -1%;;
	}
	
#sound section img{
	width:100%;
	height:auto;
	
	z-index:1;
	}
	
#sound section h3{
	z-index:10;	
	}

#sound.num1 h3,
#sound.num2 h3{
	font-family:"m-light";
	position:relative;
	padding:8%;
	color:#a4a4a4;
	font-size:2.2px;
	font-size:2.2rem;
}

#sound.num3 h3,
#sound.num4 h3,
#sound.num5 h3{
	font-family:"m-light";
	font-size:28px;
	font-size:2.8rem;
	position:absolute;
	color:#1F5E8D;}


#sound.num3 h3{
	top: 25%;
	left: 8%;
	}
	
#sound.num4 h3{
	top: 22%;
	left: 7%;
	}
	
#sound.num5 h3{
	top: 33%;
	left: 7%;
	}

#sound nav{
	display:block;
	clear:both;
	width:100%;
	height: 98px;
	background:#e5e5e5;

	text-indent:-9999px !important;}
	
#sound.num1 nav{background:#e5e5e5 url(../images/sound/sound_menu1.gif) center center no-repeat;
background-size:54%;}
	
#sound.num2 nav{background:#e5e5e5 url(../images/sound/sound_menu2.gif) center center no-repeat;
background-size:54%;}
	
#sound.num3 nav{background:#e5e5e5 url(../images/sound/sound_menu3.gif) center center no-repeat;
background-size:54%;}
	
#sound.num4 nav{background:#e5e5e5 url(../images/sound/sound_menu4.gif) center center no-repeat;
background-size:54%;}
	
#sound.num5 nav{background:#e5e5e5 url(../images/sound/sound_menu5.gif) center center no-repeat;
background-size:54%;}

#sound nav p a img{
	display:block;
/*	width:100%;*/
	height:auto;
	}	

#sound nav p.prev a{
	float:left;
	margin:1% 2%;
}
#sound nav p.next a{
	float:right;
	margin:1% 2%;
}
	
#sound nav ul{
	display:block;
	/*width:360px;*/
	width:60%;

	height:100%;
	margin: 0 auto;
	padding:5px 0;
	}

#sound nav ul li a{
	display: inline-block;
	float: left;
	/*width: 73px;
	width:30%;*/
	width:20%;
	height: 80px;
	margin: 0;
	padding: 0;
	}

#sound footer{
	margin:20px 0;
	height: 220px;
}



/* ポートレートモードのスマートフォン向けのスタイル*/ 
@media screen and (min-width: 0px) and (max-width:479px) {
	
/*------------------------
ALL
------------------------*/
h2 {
	font-size: 32px;
	font-size:3.2rem;
}

h3 {
	font-size:20px;
	font-size:2.0rem;
}

/*------------------------
	COLOR
------------------------*/

#color section h3 {
	margin-top:0;
	font-size:20px;
	font-size:2.0rem;}
	
#color section p{
	font-size:16px;
	font-size:1.6rem;}

	
/*------------------------
	FORM
------------------------*/
#form section:nth-of-type(6) {
	margin-bottom:20%;
	}
#form section:nth-of-type(6) h3 {
	display:block;
	margin: 10% 0 2%;
	font-size:18px;
	font-size:1.8rem;
}

#form section:nth-of-type(6) p {
	font-size: 16px;
	font-size: 1.6rem;	
    line-height: 1.5em;
}

#form section:nth-of-type(6) p.designer {
text-align: right;
margin: 33% 38% 0 0;
}

/*------------------------
	SOUND
------------------------*/
#sound.num1 h3,
#sound.num2 h3{	
	font-size:14px;
	font-size:1.4rem;
}

#sound.num2 h3{
	padding:8% 0 8% 8%;
}
#sound.num3 h3,
#sound.num4 h3,
#sound.num5 h3{
	font-size:18px;
	font-size:1.8rem;}
	
#sound.num5 h3{
	top: 29%;
	left: 32%;
	}
	
#sound nav {
	height: 68px;
	margin-top:-5px;
}
#sound nav ul{
	padding:0;
}

#sound nav p a img {

	height:43px;
	margin:10px 0;
}

#sound nav p.prev a{
	float:left;
	margin:2px 3%;
}
#sound nav p.next a{
	float:right;
	margin:2px 3%;
}

#sound nav ul li a{
	width:20%;
	height: 65px;
	}
}
