@charset "UTF-8";
/* CSS Document */



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;&display=swap');



@font-face {
	font-family:'DINPro-Regular';
	src:url('../../fonts/DINPro-Regular.eot');
	src:url('../../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/DINPro-Regular.woff2') format('woff2'),
	url('../../fonts/DINPro-Regular.woff') format('woff'),
	url('../../fonts/DINPro-Regular.ttf') format('truetype'),
	url('../../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
}

@font-face {
	font-family:'DINPro-Medium';
	src:url('../../fonts/DINPro-Medium.eot');
	src:url('../../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
	url('../../fonts/DINPro-Medium.woff2') format('woff2'),
	url('../../fonts/DINPro-Medium.woff') format('woff'),
	url('../../fonts/DINPro-Medium.ttf') format('truetype'),
	url('../../fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
}



/* ---------- RESET ---------- */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, b, u, i, center,
ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input {
  margin:0;
  padding:0;
  border:0;
  font-size: 100%;
  font:inherit;
  vertical-align: baseline;
  text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, textarea, button{
  -webkit-apparence:none;
  border:none;
  background: none;
  outline: none;
}
input:focus, textarea:focus{
  -webkit-apparence:none;
  outline: none;
  border:none;
}
img{
	border:none;
	outline:none;
	vertical-align:top;
	font-size:0;
	line-height:0;
}
img a{
	border:none;
	outline: none;
}
a:focus{
	outline:none;
}
hr {
  height:0;
  margin:0;
  padding:0;
  border:0;
}
h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration:none;
}

input, textarea, button{
  -webkit-apparence:none;
  border:none;
  background: none;
  outline: none;
}
a{
	-webkit-transition: all 0.4s;
	   -moz-transition: all 0.4s;
	    -ms-transition: all 0.4s;
	        transition: all 0.4s;
}
a.nohover:hover {
  opacity: 1.0;
}

img{
	width:100%;
	height:auto;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0,0,0);
}
*{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-box-shadow:none;
    box-shadow:none;   
    outline:none;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
    box-shadow: none;   
    outline: none;
}





html,body{
    height: 100%;
}
body{
	color:#000;
	font-weight:400;
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'メイリオ', 'Meiryo', Arial, Meiryo, "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
    line-height: 1.7;
    background: #FFF;
}

/*body.no-scroll{position:fixed;width:100%;top:0;left:0;height:100%;}*/

.clear:after{
	  content: "";
	  display: table;
	  float:none;
	  clear: both;
}














/* --------------------- LOADING ------------------------ */
#loader-bg{
	display:block;
	position:fixed;
	width:100%;
	height:100vh;
	min-height:100vh;
	top:0px;
	left:0px;
	background:#FFF;
	z-index:10000;
	overflow:hidden;

}


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



/* standard */
.fadeIn,
.fadeIn.delighter{
    -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
    position: relative;
    top: 70px;
	-webkit-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);	
	   -moz-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	    -ms-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* start */
.fadeIn.delighter.started{
    -webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
    top: 0;
}
/* end */
.fadeIn.delighter.ended{
}



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




.header{
    width: 100%;
    height: 100%;
    position: relative;
	background: url("../images/mainimage_pc.jpg") center center no-repeat;
	background-size: cover;
}

.header .hhLogo{
	 position: absolute;
	 width: 80px;
	 top: 20px;
	 left: 20px;
	 z-index: 10;
}

.header .title{
    width: 20%;
    position: absolute;
    bottom: 22%;
    right: 5%;
    -webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}

.header .title h1{
    width: 100%;
    position: relative;
    top: 30px;
    -webkit-transition:all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);	
	   -moz-transition:all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	    -ms-transition:all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition:all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-opacity:0;
	   -moz-opacity:0;
	    -ms-opacity:0;
	        opacity:0;
}
.header .title h1.view{
    top:0px;
    -webkit-opacity:1;
	   -moz-opacity:1;
	    -ms-opacity:1;
	        opacity:1;
}




.main{
	width: 100%;
	overflow: hidden;
}




.lead{
    width: 100%;
	position: relative;
}
.lead .photo{
	background: url("../images/lead_image.jpg") center center no-repeat;
	background-size: cover;
	width: 45%;
	padding-top: 62%;
	float: left;
	position: relative;
}
.lead .textBox{
	position: relative;
	width: 55%;
	padding-top: 62%;
	float: right;
	background: #C2D5DC;
}
.lead .textBox p{
	position: absolute;
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.4;
	width: 80%;
	max-width: 650px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}



.lead .cover,
.lead.delighter .cover{
    position:absolute;
    top: 0;
	bottom: 0;
	right:0;
	width: 100%;
	z-index: 100;
	background: #FFF;
	-webkit-transition:all 2.6s cubic-bezier(0.25, 1, 0.5, 1);	
	   -moz-transition:all 2.6s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition:all 2.6s cubic-bezier(0.25, 1, 0.5, 1);
	           transition:all 2.6s cubic-bezier(0.25, 1, 0.5, 1);
}
/* start */
.lead.delighter.started .cover{
   width:0%;
}


.lead .photoCover,
.lead.delighter .photoCover{
    position:absolute;
    top: 0;
	bottom: 0;
	left:0;
	width: 100%;
	z-index: 90;
	background: #C2D5DC;
	-webkit-transition:all 1.6s cubic-bezier(0.45, 0, 0.55, 1) 0.8s;	
	   -moz-transition:all 1.6s cubic-bezier(0.45, 0, 0.55, 1) 0.8s;
	    -ms-transition:all 1.6s cubic-bezier(0.45, 0, 0.55, 1) 0.8s;
	        transition:all 1.6s cubic-bezier(0.45, 0, 0.55, 1) 0.8s;
}
/* start */
.lead.delighter.started .photoCover{
   width:0%;
}







.group{
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}
.group.set01{margin-top: 10%;}
.group.set01 .imageBox{width: 100%;}
.group.set02{margin-top: 10%;}
.group.set02 .imageBox{width: 100%;}
.group.set03{margin-top: 10%;}
.group.set03 .imageBox{width: 100%;}

.group .imageBox .photoS01-01{width: 100%;}
.group .imageBox .photoS01-02{width: 55%;float: left;margin-top: 8%;}
.group .imageBox .photoS01-03{width: 40%;float: right;margin-top: 18%;}

.group .imageBox .photoS02-01{width: 100%;}
.group .imageBox .photoS02-02{width: 50%;float: left;}
.group .imageBox .photoS02-03{width: 50%;float: right;}

.group .imageBox .photoS03-01{width: 80%;margin: 0 auto;}

.group .imageBox .photoS04-01{width: 50%;float: left;}
.group .imageBox .photoS04-02{width: 80%;float: right;margin-top: 8%;}



.group .itemBox{
	width: 80%;
	margin: 0 auto;
	padding: 16% 0;
}
.group .itemBox .itemImage{
	width: 48%;
	float: left;
}
.group .itemBox .spec{
	width: 52%;
	float: right;
	position: relative;
	padding-top: 48%;
}
.group .itemBox .spec .specInner{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	   -moz-transform:translate(-50%,-50%);
	    -ms-transform:translate(-50%,-50%);
	        transform:translate(-50%,-50%);
}


.group.set03 .itemBox{padding: 0;width: 65%;}
.group.set03 .itemBox.left{margin: 0 0 0 10%;padding-top: 16%;}
.group.set03 .itemBox.right{margin: 5% 0 0 30%;padding-bottom: 16%;}
.group.set03 .itemBox .itemImage{width: 52%;}
.group.set03 .itemBox .spec{width: 48%;padding-top: 52%;}



.group .itemBox .spec .position{
	font-family:'DINPro-Regular';
    font-size: 18px;
    line-height: 1.0;
	margin-bottom: 0.5em;
	font-weight: normal;
	white-space: nowrap
}
.group .itemBox .spec h2{
	font-family:'DINPro-Medium';
    font-size: 28px;
    line-height: 1.0;
	font-weight: normal;
	white-space: nowrap
}
.group .itemBox .spec h3{
	font-family:'DINPro-Regular';
    font-size: 18px;
    line-height: 1.0;
	margin: 0.8em 0;
	font-weight: normal;
	white-space: nowrap
}
.group .itemBox .spec h4{
	font-family:'DINPro-Medium';
    font-size: 20px;
    line-height: 1.0;
	font-weight: normal;
	white-space: nowrap
}
.group .itemBox .spec h4 span{
	font-family:'DINPro-Regular';
	font-weight: normal;
    font-size: 14px;
}
.group .itemBox .buy{
	margin-top: 20px;
}
.group .itemBox .buy a{
	font-family:'DINPro-Regular';
    font-size: 18px;
    line-height: 1.0;
	border: 1px solid #000;
	display: inline-block;
	padding: 4px 12px 7px;
	font-weight: normal;
	white-space: nowrap;
	color: #000;
}





/* standard */
.scale,
.scale.delighter{
	overflow: hidden;
	position: relative;
    top: 40px;
	-webkit-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);	
	   -moz-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	    -ms-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.scale.delighter.started{
	top: 0;
}


.scale img,
.scale.delighter  img{
	-webkit-transform:scale(1.5);
	   -moz-transform:scale(1.5);
	    -ms-transform:scale(1.5);
	        transform:scale(1.5);	
	-webkit-transition: all 2.6s cubic-bezier(0.5, 1, 0.89, 1);
	   -moz-transition: all 2.6s cubic-bezier(0.5, 1, 0.89, 1);
	    -ms-transition: all 2.6s cubic-bezier(0.5, 1, 0.89, 1);
	            transition: all 2.6s cubic-bezier(0.5, 1, 0.89, 1);
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
}

.scale.delighter.started  img{
	-webkit-transform:scale(1.0);
	   -moz-transform:scale(1.0);
	    -ms-transform:scale(1.0);
	        transform:scale(1.0);	
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}





.while{
	width: 100%;
	position: relative;
	overflow:hidden;
}
.while .photoW01-01{
	width: 50%;
	float: left;
}
.while .photoW01-02{
	width: 50%;
	float: right;
}
.while.w01 .copy{
	width: 100%;
	background: url("../images/p06_pc.jpg") center center no-repeat;
	background-size: cover;
	padding-top: 50%;
	position: relative;
	float: left;
}
.while.w01 .copy p{
	color: #FFF;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2.4;
	width: 80%;
	max-width: 920px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform:translateY(-50%);
	   -moz-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
}


.while .photoW02-01{
	width: 100%;
}



.while .cover,
.while.delighter .cover{
    position:absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right:0;
	width: 100%;
	z-index: 100;
	background: #FFF;
	-webkit-transition:all 2.5s cubic-bezier(0.25, 1, 0.5, 1);	
	   -moz-transition:all 2.5s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition:all 2.5s cubic-bezier(0.25, 1, 0.5, 1);
	           transition:all 2.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.while.delighter.started .cover{
   top: 100%;
}






footer{
	width: 100%;
	padding: 5% 0 5%;
}
footer h3{
	width: 280px;
	margin: 0 auto;
	cursor: pointer;
}


















/* standard */
.itemSet .itemImage .image span,
.itemSet .itemImage .image span .delighter{
    -webkit-transform:scale(1.4);
	   -moz-transform:scale(1.4);
	    -ms-transform:scale(1.4);
	        transform:scale(1.4);
    -webkit-opacity:0;
	   -moz-opacity:0;
	    -ms-opacity:0;
	        opacity:0;
    display: block;
	-webkit-transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	   -moz-transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	    -ms-transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* start */
.itemSet .itemImage .image span.delighter.started{
    -webkit-transform:scale(1.0);
	   -moz-transform:scale(1.0);
	    -ms-transform:scale(1.0);
	        transform:scale(1.0);
    -webkit-opacity:1;
	   -moz-opacity:1;
	    -ms-opacity:1;
	        opacity:1;
}
























@media (min-width: 1500px) {
.header .title{width: 300px;}
.lead .textBox p{font-size: 17px;}
.while.w01 .copy{padding-top: 750px;}
.while.w01 .copy p{font-size: 17px;}
}

@media (min-width: 769px) {
.group .itemBox .buy a:hover{background: #000;color: #FFF;}
}






@media (max-width: 1000px) {
.header .title{width: 210px;}
.lead .textBox p{font-size: 15px;letter-spacing: 0.08em;line-height: 2.2;}



.group .itemBox{width: 90%;padding: 20% 0;}

.group .imageBox .photoS03-01{width: 100%;}
/*
.group .itemBox .itemImage{width: 45%;}

.group .itemBox .spec{width: 55%;padding-top: 56%;}
*/
.group.set03 .itemBox{width:80%;}
.group.set03 .itemBox.left{margin: 0; padding-top: 20%;}
.group.set03 .itemBox.right{margin: 7% 0 0 20%;padding-bottom: 16%;}
/*
.group.set03 .itemBox .itemImage{width: 50%;}
.group.set03 .itemBox .spec{width: 50%;padding-top: 62%;}
*/
.group .itemBox .spec .position{font-size: 17px;}
.group .itemBox .spec h2{font-size: 26px;}
.group .itemBox .spec h3{font-size: 17px;}
.group .itemBox .spec h4{font-size: 19px;}
.group .itemBox .spec h4 span{font-size: 13px;}
.group .itemBox .buy a{font-size: 17px;}


.while.w01 .copy{padding-top: 55%;}
.while.w01 .copy p{font-size: 15px;letter-spacing: 0.08em;line-height: 2.2;}


footer{padding: 6% 0;}
footer h3{width: 260px;}

}






@media (max-width: 768px) {
.header .title{width: 30%;right: 7%;}
.header .hhLogo{ width: 70px; top: 15px; left: 15px;}

.lead .photo{width: 100%;padding-top: 120%;float: none;}

.lead .textBox{width: 100%;padding: 15% 0;float:none;}
.lead .textBox p{position:relative;width: 80%;
	-webkit-transform:none;
	   -moz-transform:none;
	    -ms-transform:none;
	        transform:none;
}

.lead .textBox p,
.lead .textBox p.delighter{
   top: 70px;
   position: relative;
   -webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	opacity:0;
	-webkit-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);	
	   -moz-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	    -ms-transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition:all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lead .textBox p.delighter.started{
	top: 0;
	-webkit-opacity:1;
	-moz-opacity:1;
	-ms-opacity:1;
	opacity:1;
}


.lead .cover,
.lead.delighter .cover{
	-webkit-transition:all 2.0s cubic-bezier(0.25, 1, 0.5, 1);	
	   -moz-transition:all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition:all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
	           transition:all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
}
.lead .photoCover,
.lead.delighter .photoCover{display: none;}







.group{width: 90%;}
.group .imageBox .photoS01-02{margin-top:5%;}
.group .imageBox .photoS01-03{margin-top: 14%;}


.group .itemBox{width: 100%;padding: 20% 0;}

.group.set03 .itemBox{width:90%;}
.group.set03 .itemBox.right{margin: 7% 0 0 10%;padding-bottom: 16%;}

/*
.group.set03 .itemBox .itemImage{width: 50%;}
.group.set03 .itemBox .spec{width: 50%;padding-top: 62%;}
*/

.group .itemBox .spec .position{font-size: 16px;}
.group .itemBox .spec h2{font-size: 24px;}
.group .itemBox .spec h3{font-size: 16px;}
.group .itemBox .spec h4{font-size: 18px;}
.group .itemBox .spec h4 span{font-size: 13px;}
.group .itemBox .buy a{font-size: 16px;}


.while.w01 .copy{padding:10% 0;}
.while.w01 .copy p{position:relative;top: 0;
	-webkit-transform:none;
	   -moz-transform:none;
	    -ms-transform:none;
	        transform:none;
}


.while .cover,
.while.delighter .cover{
    position:absolute;
    top: 0;
	bottom: 0;
	left:auto;
	right:0;
	width: 100%;
	z-index: 100;
	background: #FFF;
	-webkit-transition:all 2.0s cubic-bezier(0.25, 1, 0.5, 1);	
	   -moz-transition:all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
	    -ms-transition:all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
	           transition:all 2.0s cubic-bezier(0.25, 1, 0.5, 1);
}

.while.delighter.started .cover{
	width: 0;
	top: 0;
}




footer h3{width: 250px;}

}






@media (max-width: 700px) {

.header .title{width: 32%;}

.lead .textBox{padding: 16% 0;}
.lead .textBox p{font-size: 14px;}

.group{width: 88%;}
.group .imageBox .photoS01-02{width: 60%;float: none;margin-top: 7%;}
.group .imageBox .photoS01-03{width: 50%;float: none;margin: 4% 0 0 50%;}

.group .imageBox .photoS04-01{width: 60%;}
.group .imageBox .photoS04-02{width: 90%;margin-top: 8%;}




.group .itemBox{padding: 20% 0;}


.group .itemBox .itemImage{width: 55%;}
.group .itemBox .spec{width: 45%;padding-top: 55%;}

.group.set03 .itemBox{width:100%;}
.group.set03 .itemBox.left{padding-top: 20%;}
.group.set03 .itemBox.right{margin: 7% 0 0 0;padding-bottom: 20%;}
.group.set03 .itemBox .itemImage{width: 55%;}
.group.set03 .itemBox .spec{width: 45%;padding-top: 55%;}


.group .itemBox .spec .specInner{
	position: absolute;
	left: 12%;
	-webkit-transform:translate(0%,-50%);
	   -moz-transform:translate(0%,-50%);
	    -ms-transform:translate(0%,-50%);
	        transform:translate(0%,-50%);
}


.group .itemBox .spec .position{font-size: 15px;}
.group .itemBox .spec h2{font-size: 21px;}
.group .itemBox .spec h3{font-size: 15px;}
.group .itemBox .spec h4{font-size: 16px;}
.group .itemBox .spec h4 span{font-size: 12px;}
.group .itemBox .buy{margin-top: 17px;}
.group .itemBox .buy a{font-size: 15px;}



.while .photoW01-01{width: 100%;float: none;}
.while .photoW01-02{width: 100%;float: none;}
.while.w01 .copy{padding:16% 0;}
.while.w01 .copy p{font-size: 14px;}


footer{padding: 7% 0 8%;}
footer h3{width: 230px;}

}






@media (max-width: 580px) {

.header{background-image: url("../images/mainimage_sp.jpg");}
.header .title{width: 35%;bottom: 20%;}
.header .hhLogo{ width: 60px;}
.lead .photo{padding-top: 120%;}
.lead .textBox{padding: 20% 0;}

.group{width: 92%;}
.group.set01{margin-top: 15%;}
.group.set02{margin-top: 15%;}
.group.set03{margin-top: 15%;}

.group .imageBox .photoS04-01{width: 65%;}
.group .imageBox .photoS04-02{width: 90%;margin-top: 8%;}

.group .itemBox{padding: 25% 0;}
.group .itemBox .itemImage{width: 62%;margin: 0 auto;float: none;}
.group .itemBox .spec{width: 62%;margin: 20px auto 0;float: none;padding-top: 0;}
.group .itemBox .spec .specInner{
	position:relative;
	top: 0;
	left: 0;
	-webkit-transform:none;
	   -moz-transform:none;
	    -ms-transform:none;
	        transform:none;
}


.group.set03 .itemBox{width:100%;}
.group.set03 .itemBox.left{padding-top: 25%;margin-left: -15%;}
.group.set03 .itemBox.right{margin: 10% 0 0 15%;padding-bottom: 25%;}
.group.set03 .itemBox .itemImage{width: 62%;}
.group.set03 .itemBox .spec{width: 62%;margin: 20px auto 0;float: none;padding-top: 0;}


.group .itemBox .spec h3{margin: 0.5em 0;}


.while.w01 .copy{padding:18% 0;background-image: url("../images/p06_sp.jpg");}
.while.w01 .copy p{font-size: 14px;}


footer{padding: 7% 0 8%;}
footer h3{width: 42%;}
}










@media (max-width: 460px) {

.header .title{width: 37%;bottom: 20%;}
.header .hhLogo{ width: 52px;top: 12px;left: 12px;}

.lead .textBox p{width: 80%;}

.group{width: 94%;}
.group .imageBox .photoS01-02{width: 65%;margin-top: 4%;}
.group .imageBox .photoS01-03{width: 55%;margin: 4% 0 0 45%;}


.group .itemBox .itemImage{width: 75%;}
.group .itemBox .spec{width: 75%;margin: 20px auto 0;text-align: center;}

.group.set03 .itemBox.left{margin-left: -10%;}
.group.set03 .itemBox.right{margin: 15% 0 0 10%}
.group.set03 .itemBox .itemImage{width: 70%;}
.group.set03 .itemBox .spec{width: 70%;margin: 5px auto 0;}
.group.set03 .itemBox .spec .specInner{display: inline-block;}
.group.set03 .itemBox .spec .specInner .position{text-align: left;}

.group .itemBox .spec .position{font-size: 14px;}
.group .itemBox .spec h2{font-size: 19px;}
.group .itemBox .spec h3{font-size: 13px;}
.group .itemBox .spec h4{font-size: 15px;}
.group .itemBox .spec h4 span{font-size: 12px;}
.group .itemBox .buy{margin-top: 17px;}
.group .itemBox .buy a{font-size: 15px;}

.while.w01 .copy p{width: 85%;}

footer{padding: 8% 0 10%;}
footer h3{width: 45%;}

}





@media (max-width: 360px) {

}







/*IE*/
@media all and (-ms-high-contrast: none) {

}




























