@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a {
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
	border: 0;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}



/* Custom CSS
 * --------------------------------------- */
body {
	font-family: YuGothic, "Yu Gothic", 游ゴシック体, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	color: rgba(0,0,0,0.5);
	overflow-x: hidden;
}
h1 {
	font-size: 6em;
}
p {
	font-size: 2em;
}
.intro p {
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section {
	text-align:center;
}



/* header gnav
 * --------------------------------------- */

#header-wrap{
	position:fixed;
	top: 0;
	left: 0;
	width:100%;
    height: 60px;
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
	background-color: #eeeeee;
	z-index: 999;
}

#gnav{
	padding: 0;
}

.spTitle {
	display: none;
}

@media (max-width:740px){
	
	#header-wrap{
		display: none;
	}
	#gnav{
		display: none;
	}
	.spTitle {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background-color: #eeeeee;
		z-index: 10;
	}
	.spTitle img {
		display: block;
		position: fixed;
		top: 16px;
		left: 50%;
		width: 160px;
		height: 30px;
		margin-left: -80px;
	}
}

#gnav #menu{
	width: 100%;
    height: 60px;
	margin: 0;
	padding: 0;
}
#gnav #menu li {
	display: block;
	float: left;
	width: 12.5%;
    height: 60px;
	line-height: 60px;
	text-align: center;
    overflow: hidden;
	margin: 0;
	padding: 0;
}


@media (max-width:1024px){
	#gnav #menu li {
		font-size:0.8em;
	}
}

#gnav #menu li.active {
	background: #DBD9E2;
	color: #666;
}

#gnav #menu li.active.angel {
	background: #DA0F61;
	color: #FFF;
}

#gnav #menu li.active.star {
	background: #122A88;
	color: #FFF;
}

#gnav #menu li.active.rainbow {
	background: #F39800;
	color: #FFF;
}

#gnav #menu li.active.eggs {
	background: #23B8BC;
	color: #FFF;
}

#gnav #menu li.active.key {
	background: #23AC38;
	color: #FFF;
}

#gnav #menu li a{
	text-decoration:none;
	color: #999;
	font-size:1.2em;
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#gnav #menu li.active a:hover{
	color: #000;
}
#gnav #menu li:hover{
	background: #DBD9E2;
	color: #FFF;
}
#gnav #menu li a:hover{
	background: #DBD9E2;
	color: #666;
}
#gnav #menu li a,
#gnav #menu li.active a{
	display:block;
}

#gnav #menu li.active a{
	color: #666;
}

#gnav #menu li.active.angel a{
	color: #FFF;
}

#gnav #menu li.active.star a{
	color: #FFF;
}

#gnav #menu li.active.rainbow a{
	color: #FFF;
}

#gnav #menu li.active.eggs a{
	color: #FFF;
}

#gnav #menu li.active.key a{
	color: #FFF;
}



.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}


/* Fixed Area
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }
 
.left-icon {
	position: fixed;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	z-index: 9999;
}

.left-side {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(238, 238, 238, 0.5);
	z-index: 10;
}

.left-side img {
	position: fixed;
	bottom: 10px;
	left: 50%;
	width: 160px;
	height: 30px;
	margin-left: -80px;
}

@media (max-width:680px){
	
	.left-side img {
		display: none;
	}
}

#fp-nav ul li .fp-tooltip {
	display: none;
}

.nissen-btn {
	position: fixed;
	right: 30px;
	bottom: 4px;
	display: block;
	width: 234px;
	z-index: 10;
}

@media (max-width:740px){
	.nissen-btn {
		right: 50%;
		bottom: 4px;
		width: 234px;
		margin-right: -117px;
	}
}

.contact-btn:hover {
	color: #FFF;
    text-decoration: none;
	background-color: #B70312;
}


/* Custom CSS
 * --------------------------------------- */

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}


/* TOP Section
 * --------------------------------------- */




/* Section1
 * --------------------------------------- */

#section0 .layer .sec0Title {
	text-align: center;
	margin: 0;
	padding: 0;
}

#section0 .layer .sec0Title h2.sec0in-midashi {
	font-size: 1.6rem;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 400;
	color: #666;
	line-height: 1.0;
	letter-spacing: 10px;
	text-align: center;
	margin: 0;
	padding: 15% 0 5% 0;
}

#section0 .layer .sec0Title h1.sec0in-title {
	font-size: 6.0rem;
	font-weight: normal;
	font-family: 'Crimson Text', serif;
	color: #666;
	line-height: 1.0;
	letter-spacing: 2px;
	text-align: center;
	margin: 0;
	padding: 0 0 2% 0;
}

#section0 .layer .sec0Title .sec0in-subtitle {
    position: relative;
    width: 440px;
	margin: 0 auto;
    text-align: center;
}

#section0 .layer .sec0Title .sec0in-subtitle:before {
    border-top: 1px solid #666;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
	margin: 14px auto 0 auto;
}

#section0 .layer .sec0Title .sec0in-subtitle h2 {
    position: absolute;
    top: 0;
    left: 50%;
	background-color: #FFF;
	font-size: 1.2rem;
	font-family: "Sawarabi Mincho", serif;
	font-weight: 600;
	color: #666;
	letter-spacing: 8px;
	text-align: center;
    padding: 0 1em;
	margin-left: -110px;
}

@media (max-width:1680px){
}

@media (max-width:1440px){
	#section0 .layer .sec0Title h2.sec0in-midashi {
		padding: 12% 0 6% 0;
	}
}

@media (max-width:1280px){
	#section0 .layer .sec0Title h2.sec0in-midashi {
		padding: 20% 0 6% 0;
	}
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
	#section0 .layer .sec0Title h2.sec0in-midashi {
		padding: 15% 0 6% 0;
	}
}

@media (max-width:1024px){
	#section0 .layer .sec0Title h2.sec0in-midashi {
		padding: 25% 0 6% 0;
	}
}

@media (max-width:800px){
	#section0 .layer .sec0Title h2.sec0in-midashi {
		padding: 50% 0 6% 0;
	}
}

@media (max-width:740px){
	#section0 .layer .sec0Title h2.sec0in-midashi {
		font-size: 0.8rem;
		letter-spacing: 6px;
		padding: 22% 0 3% 0;
	}
	#section0 .layer .sec0Title h1.sec0in-title {
		font-size: 3.0rem;
		font-weight: normal;
		letter-spacing: 2px;
		padding: 0 0 3% 0;
	}
	#section0 .layer .sec0Title .sec0in-subtitle {
		width: 240px;
	}
	#section0 .layer .sec0Title .sec0in-subtitle:before {
		top: 50%;
		left: 0;
		margin: 5px auto 0 auto;
	}
	#section0 .layer .sec0Title .sec0in-subtitle h2 {
		font-size: 0.6rem;
		font-weight: normal;
		letter-spacing: 4px;
		margin-left: -60px;
	}
}

@media (max-width:420px){
	#section0 .layer .sec0Title h2.sec0in-midashi {
		font-size: 0.8rem;
		letter-spacing: 6px;
		padding: 70% 0 6% 0;
	}
	#section0 .layer .sec0Title h1.sec0in-title {
		padding: 0 0 5% 0;
	}
}



/* Section1
 * --------------------------------------- */

#section1 .layer .sec1section {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section1 .layer .sec1section .sec-left, 
#section1 .layer .sec1section .sec-right {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section1 .layer .sec1section .sec-left .lead-txt01 {
	position: absolute;
	top: 44%;
	left: 44%;
	width: 380px;
	margin: 0;
	padding: 0;
}

#section1 .layer .sec1section .sec-left h2.lead-txt01 img {
	max-width: 100%;
}

#section1 .layer .sec1section .sec-right img {
	max-width: 100%;
	padding: 4% 0 0 0;
}

@media (max-width:1680px){
	#section1 .layer .sec1section .sec-left .lead-txt01 {
		top: 44%;
		left: 44%;
		width: 320px;
	}
	#section1 .layer .sec1section .sec-right img {
		padding: 4% 0 0 0;
	}
}

@media (max-width:1440px){
	#section1 .layer .sec1section .sec-left .lead-txt01 {
		top: 44%;
		left: 44%;
		width: 280px;
	}
	#section1 .layer .sec1section .sec-right img {
		padding: 0 0 0 0;
	}
}

@media (max-width:1280px){
	#section1 .layer .sec1section .sec-right img {
		padding: 15% 0 0 0;
	}
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
	#section1 .layer .sec1section .sec-left .lead-txt01 {
		top: 44%;
		left: 44%;
		width: 280px;
	}
	#section1 .layer .sec1section .sec-right img {
		padding: 6% 0 0 0;
	}
}

@media (max-width:1024px){
	#section1 .layer .sec1section .sec-left {
		float: none;
		width: 100%;
	}
	#section1 .layer .sec1section .sec-left .lead-txt01 {
		top: 40%;
		left: 55%;
		width: 320px;
	}
	#section1 .layer .sec1section .sec-right {
		display: none;
	}
}

@media (max-width:800px){
	#section1 .layer .sec1section .sec-left .lead-txt01 {
		top: 45%;
		left: 46%;
		width: 320px;
	}
}

@media (max-width:740px){
	#section1 .layer .sec1section .sec-left .lead-txt01 {
		top: 42%;
		left: 40%;
		width: 300px;
	}
}

@media (max-width:420px){
	#section1 .layer .sec1section .sec-left .lead-txt01 {
		top: 40%;
		left: 36%;
		width: 220px;
	}
}

@media (max-width:360px){
	#section1 .layer .sec1section .sec-left .lead-txt01 {
		top: 38%;
		left: 34%;
		width: 200px;
	}
}



/* Section2
 * --------------------------------------- */

#section2 .layer .sec2section {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section2 .layer .sec2section .sec-left, 
#section2 .layer .sec2section .sec-right {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section2 .layer .sec2section .sec-left .lead-txt02 {
	position: absolute;
	top: 12%;
	right: 10%;
	width: 340px;
	margin: 0;
	padding: 0;
}

#section2 .layer .sec2section .sec-left h2.lead-txt02 img {
	max-width: 100%;
}

#section2 .layer .sec2section .sec-right img {
	max-width: 100%;
	padding: 4% 0 0 0;
}

@media (max-width:1680px){
	#section2 .layer .sec2section .sec-left .lead-txt02 {
		top: 20%;
		right: 8%;
		width: 280px;
	}
	#section2 .layer .sec2section .sec-right img {
		padding: 4% 0 0 0;
	}
}

@media (max-width:1440px){
	#section2 .layer .sec2section .sec-left .lead-txt02 {
		top: 18%;
		right: 8%;
		width: 240px;
	}
	#section2 .layer .sec2section .sec-right img {
		padding: 0 0 0 0;
	}
}

@media (max-width:1280px){
	#section2 .layer .sec2section .sec-right img {
		padding: 15% 0 0 0;
	}
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
	#section2 .layer .sec2section .sec-left .lead-txt02 {
		top: 18%;
		right: 8%;
		width: 240px;
	}
	#section2 .layer .sec2section .sec-right img {
		padding: 6% 0 0 0;
	}
}

@media (max-width:1024px){
	#section2 .layer .sec2section .sec-left {
		float: none;
		width: 100%;
	}
	#section2 .layer .sec2section .sec-left .lead-txt02 {
		top: 18%;
		right: 8%;
		width: 280px;
	}
	#section2 .layer .sec2section .sec-right {
		display: none;
	}
}

@media (max-width:800px){
	#section2 .layer .sec2section .sec-left .lead-txt02 {
		top: 14%;
		right: 8%;
		width: 280px;
	}
}

@media (max-width:740px){
}

@media (max-width:420px){
	#section2 .layer .sec2section .sec-left .lead-txt02 {
		top: 10%;
		right: 6%;
		width: 200px;
	}
}

@media (max-width:360px){
	#section2 .layer .sec2section .sec-left .lead-txt02 {
		top: 10%;
		right: 4%;
		width: 180px;
	}
}



/* Section3
 * --------------------------------------- */

#section3 .layer .sec3section {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section3 .layer .sec3section .sec-left, 
#section3 .layer .sec3section .sec-right {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section3 .layer .sec3section .sec-left .lead-txt03 {
	position: absolute;
	top: 16%;
	right: 12%;
	width: 280px;
	margin: 0;
	padding: 0;
}

#section3 .layer .sec3section .sec-left h2.lead-txt03 img {
	max-width: 100%;
}

#section3 .layer .sec3section .sec-right img {
	max-width: 100%;
	padding: 4% 0 0 0;
}

@media (max-width:1680px){
	#section3 .layer .sec3section .sec-left .lead-txt03 {
		top: 16%;
		right: 12%;
		width: 240px;
	}
	#section3 .layer .sec3section .sec-right img {
		padding: 4% 0 0 0;
	}
}

@media (max-width:1440px){
	#section3 .layer .sec3section .sec-left .lead-txt03 {
		top: 18%;
		right: 12%;
		width: 200px;
	}
	#section3 .layer .sec3section .sec-right img {
		padding: 0 0 0 0;
	}
}

@media (max-width:1280px){
	#section3 .layer .sec3section .sec-right img {
		padding: 15% 0 0 0;
	}
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
	#section3 .layer .sec3section .sec-left .lead-txt03 {
		top: 18%;
		right: 12%;
		width: 200px;
	}
	#section3 .layer .sec3section .sec-right img {
		padding: 6% 0 0 0;
	}
}

@media (max-width:1024px){
	#section3 .layer .sec3section .sec-left {
		float: none;
		width: 100%;
	}
	#section3 .layer .sec3section .sec-left .lead-txt03 {
		top: 14%;
		right: 12%;
		width: 240px;
	}
	#section3 .layer .sec3section .sec-right {
		display: none;
	}
}

@media (max-width:800px){
	#section3 .layer .sec3section .sec-left .lead-txt03 {
		top: 22%;
		right: 12%;
		width: 240px;
	}
}

@media (max-width:740px){
}

@media (max-width:420px){
	#section3 .layer .sec3section .sec-left .lead-txt03 {
		top: 10%;
		right: 12%;
		width: 160px;
	}
}

@media (max-width:360px){
	#section3 .layer .sec3section .sec-left .lead-txt03 {
		top: 14%;
		right: 10%;
		width: 150px;
	}
}


/* Section4
 * --------------------------------------- */

#section4 .layer .sec4section {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section4 .layer .sec4section .sec-left, 
#section4 .layer .sec4section .sec-right {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section4 .layer .sec4section .sec-left .lead-txt04 {
	position: absolute;
	top: 16%;
	left: 12%;
	width: 760px;
	margin: 0;
	padding: 0;
}

#section4 .layer .sec4section .sec-left h2.lead-txt04 img {
	max-width: 100%;
}

#section4 .layer .sec4section .sec-right img {
	max-width: 100%;
	padding: 4% 0 0 0;
}

@media (max-width:1680px){
	#section4 .layer .sec4section .sec-left .lead-txt04 {
		top: 16%;
		left: 10%;
		width: 660px;
	}
	#section4 .layer .sec4section .sec-right img {
		padding: 4% 0 0 0;
	}
}

@media (max-width:1440px){
	#section4 .layer .sec4section .sec-left .lead-txt04 {
		top: 18%;
		left: 10%;
		width: 560px;
	}
	#section4 .layer .sec4section .sec-right img {
		padding: 0 0 0 0;
	}
}

@media (max-width:1280px){
	#section4 .layer .sec4section .sec-right img {
		padding: 15% 0 0 0;
	}
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
	#section4 .layer .sec4section .sec-left .lead-txt04 {
		top: 18%;
		left: 10%;
		width: 560px;
	}
	#section4 .layer .sec4section .sec-right img {
		padding: 6% 0 0 0;
	}
}

@media (max-width:1024px){
	#section4 .layer .sec4section .sec-left {
		float: none;
		width: 100%;
	}
	#section4 .layer .sec4section .sec-left .lead-txt04 {
		top: 11%;
		left: 20%;
		width: 700px;
	}
	#section4 .layer .sec4section .sec-right {
		display: none;
	}
}

@media (max-width:800px){
	#section4 .layer .sec4section .sec-left .lead-txt04 {
		top: 18%;
		left: 8%;
		width: 640px;
	}
}

@media (max-width:740px){
	#section4 .layer .sec4section .sec-left .lead-txt04 {
		top: 18%;
		left: 10%;
		width: 540px;
	}
}

@media (max-width:570px){
	#section4 .layer .sec4section .sec-left .lead-txt04 {
		top: 18%;
		left: 6%;
		width: 500px;
	}
}

@media (max-width:420px){
	#section4 .layer .sec4section .sec-left .lead-txt04 {
		top: 12%;
		left: 3%;
		width: 340px;
	}
}

@media (max-width:360px){
	#section4 .layer .sec4section .sec-left .lead-txt04 {
		top: 18%;
		left: 2%;
		width: 300px;
	}
}



/* Section5
 * --------------------------------------- */

#section5 .layer .sec5section {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section5 .layer .sec5section .sec-left, 
#section5 .layer .sec5section .sec-right {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section5 .layer .sec5section .sec-left .lead-txt05 {
	position: absolute;
	top: 36%;
	left: 8%;
	width: 340px;
	margin: 0;
	padding: 0;
}

#section5 .layer .sec5section .sec-left h2.lead-txt05 img {
	max-width: 100%;
}

#section5 .layer .sec5section .sec-right img {
	max-width: 100%;
	padding: 4% 0 0 0;
}

@media (max-width:1680px){
	#section5 .layer .sec5section .sec-left .lead-txt05 {
		top: 36%;
		left: 8%;
		width: 280px;
	}
	#section5 .layer .sec5section .sec-right img {
		padding: 4% 0 0 0;
	}
}

@media (max-width:1440px){
	#section5 .layer .sec5section .sec-left .lead-txt05 {
		top: 30%;
		left: 8%;
		width: 250px;
	}
	#section5 .layer .sec5section .sec-right img {
		padding: 0 0 0 0;
	}
}

@media (max-width:1280px){
	#section5 .layer .sec5section .sec-left .lead-txt05 {
		top: 50%;
		left: 8%;
		width: 250px;
	}
	#section5 .layer .sec5section .sec-right img {
		padding: 15% 0 0 0;
	}
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
	#section5 .layer .sec5section .sec-left .lead-txt05 {
		top: 36%;
		left: 8%;
		width: 250px;
	}
	#section5 .layer .sec5section .sec-right img {
		padding: 6% 0 0 0;
	}
}

@media (max-width:1024px){
	#section5 .layer .sec5section .sec-left {
		float: none;
		width: 100%;
	}
	#section5 .layer .sec5section .sec-left .lead-txt05 {
		top: 36%;
		left: 20%;
		width: 280px;
	}
	#section5 .layer .sec5section .sec-right {
		display: none;
	}
}

@media (max-width:800px){
	#section5 .layer .sec5section .sec-left .lead-txt05 {
		top: 45%;
		left: 10%;
		width: 280px;
	}
}

@media (max-width:740px){
	#section5 .layer .sec5section .sec-left .lead-txt05 {
		top: 45%;
		left: 8%;
		width: 260px;
	}
}

@media (max-width:420px){
	#section5 .layer .sec5section .sec-left .lead-txt05 {
		top: 36%;
		left: 4%;
		width: 180px;
	}
}

@media (max-width:360px){
	#section5 .layer .sec5section .sec-left .lead-txt05 {
		top: 38%;
		left: 4%;
		width: 160px;
	}
}



/* Section6
 * --------------------------------------- */

#section6 .layer .sec6section {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section6 .layer .sec6section .sec-left, 
#section6 .layer .sec6section .sec-right {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section6 .layer .sec6section .sec-left .lead-txt06 {
	position: absolute;
	top: 16%;
	right: 10%;
	width: 340px;
	margin: 0;
	padding: 0;
}

#section6 .layer .sec6section .sec-left h2.lead-txt06 img {
	max-width: 100%;
}

#section6 .layer .sec6section .sec-right img {
	max-width: 100%;
	padding: 4% 0 0 0;
}

@media (max-width:1680px){
	#section6 .layer .sec6section .sec-left .lead-txt06 {
		top: 18%;
		right: 10%;
		width: 290px;
	}
	#section6 .layer .sec6section .sec-right img {
		padding: 4% 0 0 0;
	}
}

@media (max-width:1440px){
	#section6 .layer .sec6section .sec-left .lead-txt06 {
		top: 18%;
		right: 8%;
		width: 250px;
	}
	#section6 .layer .sec6section .sec-right img {
		padding: 0 0 0 0;
	}
}

@media (max-width:1280px){
	#section6 .layer .sec6section .sec-left .lead-txt06 {
		top: 25%;
		right: 8%;
		width: 250px;
	}
	#section6 .layer .sec6section .sec-right img {
		padding: 15% 0 0 0;
	}
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
	#section6 .layer .sec6section .sec-left .lead-txt06 {
		top: 18%;
		right: 8%;
		width: 250px;
	}
	#section6 .layer .sec6section .sec-right img {
		padding: 6% 0 0 0;
	}
}

@media (max-width:1024px){
	#section6 .layer .sec6section .sec-left {
		float: none;
		width: 100%;
	}
	#section6 .layer .sec6section .sec-left .lead-txt06 {
		top: 18%;
		right: 20%;
		width: 290px;
	}
	#section6 .layer .sec6section .sec-right {
		display: none;
	}
}

@media (max-width:800px){
	#section6 .layer .sec6section .sec-left .lead-txt06 {
		top: 24%;
		right: 8%;
		width: 280px;
	}
}

@media (max-width:740px){
}

@media (max-width:420px){
	#section6 .layer .sec6section .sec-left .lead-txt06 {
		top: 16%;
		right: 5%;
		width: 180px;
	}
}

@media (max-width:360px){
	#section6 .layer .sec6section .sec-left .lead-txt06 {
		top: 18%;
		right: 2%;
		width: 160px;
	}
}



/* Section7
 * --------------------------------------- */

#section7 .layer .sec7section {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section7 .layer .sec7section .sec-left, 
#section7 .layer .sec7section .sec-right {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#section7 .layer .sec7section .sec-left .lead-txt07 {
	margin: 0;
	padding: 15% 8%;
}

#section7 .layer .sec7section .sec-left h2.lead-txt07 img {
	max-width: 100%;
}

#section7 .layer .sec7section .sec-right .sec-right-price {
	float: left;
	width: 30%;
	height: 100%;
	margin: 15% 5% 0 15%;
	padding: 0;
}

table.price-list {
	width: 100%;
	margin: 0 0 11% 0;
}
table.price-list td {
	padding: 8px 2px;
	width: 50%;
	color: #666;
}
table.price-list td.p-left {
	text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
	border-bottom: 1px solid #666;
}
table.price-list td.p-left span {
    font-family: 'Crimson Text', serif;
}
table.price-list td.p-right{
	text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: 'Crimson Text', serif;
	border-bottom: 1px solid #666;
}
table.price-list td.p-spec {
	text-align: left;
    font-size: 1.0rem;
    font-weight: 600;
    font-family: "Sawarabi Mincho", serif;
	border-bottom: 1px solid #666;
}
table.price-list td.p-price {
	text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Sawarabi Mincho", serif;
	line-height: 1.0;
}
table.price-list td.p-price span {
    font-size: 1.0rem;
}

#section7 .layer .sec7section .sec-right .sec-right-spec {
	float: left;
	width: 30%;
	height: 100%;
	margin: 15% 15% 0 5%;
	padding: 0;
}

#section7 .layer .sec7section .sec-right .sec-right-spec img.slim-bt {
	max-width: 100%;
	margin: 0 0 12% 0;
	padding: 0;
}

#section7 .layer .sec7section .sec-right .sec-right-spec p.size {
	width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Sawarabi Mincho", serif;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #666;
	text-align: left;
	margin: 0 0 2% 0;
	padding: 0;
}

#section7 .layer .sec7section .sec-right .sec-right-spec p.t-size {
	width: 100%;
    font-size: 1.0rem;
    font-weight: 400;
    font-family: "Sawarabi Mincho", serif;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #666;
	text-align: left;
	margin: 0 0 12% 0;
	padding: 0;
}

@media (max-width:1680px){
	#section7 .layer .sec7section .sec-left .lead-txt07 {
		margin: 0;
		padding: 17% 6%;
	}
	
	#section7 .layer .sec7section .sec-right .sec-right-price {
		margin: 15% 5% 0 15%;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec {
		margin: 15% 15% 0 5%;
	}
	
	table.price-list {
		margin: 0 0 10% 0;
	}
	table.price-list td {
		padding: 6px 2px;
	}
	table.price-list td.p-left {
		font-size: 1.2rem;
		font-weight: 600;
	}
	table.price-list td.p-right{
		font-size: 1.2rem;
		font-weight: 600;
	}
	table.price-list td.p-spec {
		font-size: 0.8rem;
		font-weight: 600;
	}
	table.price-list td.p-price {
		font-size: 1.2rem;
		font-weight: 600;
	}
	table.price-list td.p-price span {
		font-size: 0.8rem;
	}
	
	#section7 .layer .sec7section .sec-right .sec-right-spec img.slim-bt {
		margin: 0 0 10% 0;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec p.size {
		font-size: 1.0rem;
		font-weight: 600;
		margin: 0 0 2% 0;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec p.t-size {
		font-size: 0.8rem;
		font-weight: 400;
		margin: 0 0 10% 0;
	}
}

@media (max-width:1440px){
	#section7 .layer .sec7section .sec-left .lead-txt07 {
		margin: 0;
		padding: 14% 6%;
	}
	
	#section7 .layer .sec7section .sec-right .sec-right-price {
		margin: 12% 5% 0 15%;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec {
		margin: 12% 15% 0 5%;
	}
	
	table.price-list {
		margin: 0 0 3% 0;
	}
	table.price-list td.p-spec {
		font-size: 0.7rem;
		font-weight: 600;
	}
	table.price-list td.p-price {
		font-size: 1.0rem;
		font-weight: 600;
	}
	
	#section7 .layer .sec7section .sec-right .sec-right-spec img.slim-bt {
		margin: 0 0 8% 0;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec p.size {
		font-size: 0.9rem;
		font-weight: 600;
		margin: 0 0 2% 0;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec p.t-size {
		font-size: 0.8rem;
		font-weight: 400;
		margin: 0 0 8% 0;
	}
}

@media (max-width:1280px){
	#section7 .layer .sec7section .sec-right .sec-right-price {
		width: 38%;
		margin: 14% 4% 0 8%;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec {
		width: 38%;
		margin: 14% 8% 0 4%;
	}
	
	table.price-list {
		margin: 0 0 6% 0;
	}
	
	#section7 .layer .sec7section .sec-right .sec-right-spec img.slim-bt {
		margin: 0 0 6% 0;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec p.size {
		font-size: 0.9rem;
		font-weight: 600;
		margin: 0 0 2% 0;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec p.t-size {
		font-size: 0.8rem;
		font-weight: 400;
		margin: 0 0 6% 0;
	}
}

@media (max-width:1024px){
	#section7 .layer .sec7section .sec-left, 
	#section7 .layer .sec7section .sec-right {
		float: none;
		width: 100%;
	}
	#section7 .layer .sec7section .sec-left .lead-txt07 {
		margin: 0;
		padding: 10% 6%;
	}
	#section7 .layer .sec7section .sec-right {
		margin: 0;
		padding: 0 6% 20% 6%;
	}
	
	table.price-list {
		margin: 0 0 18% 0;
	}
	table.price-list td.p-spec {
		font-size: 0.9rem;
		font-weight: 600;
	}
	table.price-list td.p-price {
		font-size: 1.2rem;
		font-weight: 600;
	}
}

@media (max-width:800px){
	#section7 .layer .sec7section .sec-left, 
	#section7 .layer .sec7section .sec-right {
		height: auto;
	}
	#section7 .layer .sec7section .sec-left .lead-txt07 {
		margin: 0;
		padding: 10% 6%;
	}
	#section7 .layer .sec7section .sec-right {
		margin: 0;
		padding: 0;
	}
	
	table.price-list {
		margin: 0 0 8% 0;
	}
	
	#section7 .layer .sec7section .sec-right .sec-right-price {
		width: 36%;
		margin: 5% 4% 10% 10%;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec {
		width: 36%;
		margin: 5% 10% 10% 4%;
	}
}

@media (max-width:740px){
}

@media (max-width:420px){
	
	#section7 .layer .sec7section .sec-right .sec-right-price {
		float: none;
		width: 80%;
		margin: 5% 10% 10% 10%;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec {
		float: none;
		width: 80%;
		margin: 0 10% 20% 10%;
	}
	
	#section7 .layer .sec7section .sec-right .sec-right-spec img.slim-bt {
		margin: 0 0 10% 0;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec p.size {
		font-size: 1.0rem;
		font-weight: 600;
		margin: 0 0 2% 0;
	}
	#section7 .layer .sec7section .sec-right .sec-right-spec p.t-size {
		font-size: 0.8rem;
		font-weight: 400;
		margin: 0 0 10% 0;
	}
}














