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

*{
	margin: 0;
	padding: 0;
	font-family: "Hiragino sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 300;
}


#percentageCounter{
	position: fixed;
	top:0px;
	right: 0px;
	display: none;
}

body{
	animation: body-fadein 1s;
}

@keyframes body-fadein{
	0%{
		opacity: 0;
	}
}

.pc{
	display: block;
}

.smp{
	display: none !important;
}
li{
	list-style: none;
}

.grnd{
	width: 1000px;
	margin: 0 auto 0;
}

.grnd .img{
	transform: translate(50%);
	display: none;
	transition: all 1s ease-out;
}

.floatL{
	float: left;
}

.floatR{
	float: right;
}


section.block{
	padding: 0 0 0 0;
}

section.block.bg-01{
	background: url("../img/bg_01.jpg") no-repeat top center;
}
section.block.bg-02{
	background: url("../img/bg_02.jpg") no-repeat top center;
}
section.block.bg-03{
	background: url("../img/bg_03.jpg") no-repeat top center;
}
section.block.bg-04{
	background: url("../img/bg_04.jpg") no-repeat top center;
}
section.block.bg-05{
	background: url("../img/bg_05.jpg") no-repeat top center;
}


.bg-01 .grnd .top{
	width: 73%;
	height: 556px;
	margin: 0 auto 0;
	padding-bottom: 112px;
}

h2{
	font-size: 42px;
	font-weight: 700;
	padding: 20px 25px;
	-webkit-transform: skew(-16deg); 
     -moz-transform: skew(-16deg); 
     -o-transform: skew(-16deg); 
	display: inline-block;
	line-height: 1;
}


/*concept*/
.grnd .concept{
	height: 557px;
	padding: 0 0 150px 0;
}

.grnd .concept h2{
	color: #011223;
	 background: rgba(255,255,255,0.8);	
}

.grnd .concept .p-area{
	margin: 50px auto 0;
	width: 840px; 
	padding: 35px 50px 35px 50px;
	-webkit-transform: skew(8deg); 
     -moz-transform: skew(8deg); 
     -o-transform: skew(8deg); 
    background: rgba(255,255,255,0.8); 
	animation: p-area 1s;
	transition: all 1s ease-out;
	display: none;
}

@keyframes p-area{
	0%{
		opacity: 0;
		transform: translateX(20%) skew(8deg);
	}
	
	100%{
		opacity: 1;
		transform: translateX(0%) skew(8deg); ;
	}
}

.grnd .concept p{
	width: 840px; 
	-webkit-transform: skew(-8deg); 
     -moz-transform: skew(-8deg); 
     -o-transform: skew(-8deg); 
	font-size: 22px;
	color: #011223;
	line-height: 1.8;	
}
/*concept*/


/*ambassadors*/
.grnd .ambassadors{
	padding: 0 0 316px 0;
	height: 1230px;
}

.grnd .ambassadors h2{
	color: #fff;
	background: rgba(001,018,035,1);	
}

.grnd .ambassadors .amb-area{
	width: 860px;
	height: 556px;
	-webkit-transform: skew(-10deg); 
     -moz-transform: skew(-10deg); 
     -o-transform: skew(-10deg); 
    background: rgba(001,018,035,0.2); 
	margin: 120px 0 150px 100px;
	position: relative;
	animation: amb-area 0.5s;
	transition: all 0.5s ease-out;
	display: none;
}

.grnd .ambassadors .amb-area:before{
	position: absolute;
	content:'';
	width: 860px;
	height: 556px;
	border: 1px solid #011223;
	top: -30px;
	left: -30px;
}

@keyframes amb-area{
	0%{
		opacity: 0;
		transform: translateX(20%) skew(-10deg);
	}
	
	100%{
		opacity: 1;
		transform: translateX(0%) skew(-10deg); ;
	}
}

.grnd .ambassadors .amb-area .amb-peoples-main{
	-webkit-transform: skew(10deg); 
     -moz-transform: skew(10deg); 
     -o-transform: skew(10deg); 
	position: absolute;
	top:-75px;
	left: -135px;
}

.grnd .ambassadors .amb-area .amb-peoples-main dl{
	position: relative;
}

.grnd .ambassadors .amb-area .amb-peoples-main dd{
	position: absolute;
	-webkit-transform: skew(-10deg); 
     -moz-transform: skew(-10deg); 
     -o-transform: skew(-10deg); 
	font-size: 20px;
	top: 106px;
	right: -215px;
	border-left: 34px solid rgba(001,018,035,0.8);
	padding-left: 9px;
	line-height: 1.3;
	letter-spacing: 1.5px;
}

.grnd .ambassadors .amb-area .amb-peoples-main dd b{
	font-weight: 700;
}

.grnd .ambassadors .amb-area .amb-peoples-main dd span{
	font-size: 42px;
	font-weight: 700;
}

.amb-main-capt {
    position: absolute;
    top: 210px;
    left: 320px;
    width: 580px;
    transform: skew(-11deg);
    font-size: 120%;
    line-height: 2;
}



.grnd .ambassadors .amb-area .amb-peoples{
	-webkit-transform: skew(10deg); 
     -moz-transform: skew(10deg); 
     -o-transform: skew(10deg); 
	width: 1000px;
	position: absolute;
	left: -52px;
	top: 315px;
}

.grnd .ambassadors .amb-area .amb-peoples li{
	float: left;
	margin-left: -20px;
}

.grnd .ambassadors .amb-area .amb-peoples dl{
	position: relative;
}

.grnd .ambassadors .amb-area .amb-peoples dd{
	position: absolute;
	-webkit-transform: skew(-10deg); 
     -moz-transform: skew(-10deg); 
     -o-transform: skew(-10deg); 
	font-size: 15px;
	bottom: -52px;
	left: 8px;
	border-left: 22px solid rgba(001,018,035,0.8);
	padding-left: 9px;
	padding-top: 30px;
	line-height: 1.3;
}

.grnd .ambassadors .amb-area .amb-peoples dd b{
	font-weight: 700;
}

.grnd .ambassadors .amb-area .amb-peoples dd span{
	font-size: 26px;
	letter-spacing: 2px;
	font-weight: 700;
}

.grnd .ambassadors .amb-area .amb-peoples dd span.fix{
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -3px;
}

.grnd .ambassadors h3{
	font-weight: normal;
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom: 1px solid #011223;
	color: #001223;
	margin-bottom: 15px;
	line-height: 1.6;
	display: none;
}

.grnd .ambassadors h3 span{
	font-weight: bold;
	font-size: 36px;
}

.grnd .ambassadors p{
	font-size: 22px;
	line-height: 1.8;
	color: #001223;
	display: none;
}
/*ambassadors*/



/*effects*/
.grnd .effects{
	padding: 0 0 71px 0;
	height: 707px;
}

.grnd .effects h2{
	color: #011223;
	background: rgba(255,255,288,1);	
}


.grnd .effects .swiper-container{
	color: #fff;
	margin: 30px 0 30px;
	animation: effects 0.5s;
}

@keyframes effects{
	0%{
		opacity: 0;
		transform: translateX(20%);
	}
	
	100%{
		opacity: 1;
		transform: translateX(0%);
	}
}


.grnd .effects .swiper-container h3{
	font-size: 48px;
	line-height: 1.2;
	padding-bottom: 35px;
	margin-bottom: 35px;
	position: relative;
}

.grnd .effects .swiper-container h3:after{
	position: absolute;
	content: '';
	width: 17%;
	height: 5%;
	background: #fff;
	bottom: 0;
	left: 50%;
	margin-left: -7%;
	-webkit-transform: skew(-30deg); 
    -moz-transform: skew(-30deg); 
    -o-transform: skew(-30deg); 
}

.grnd .effects .swiper-container h3 i{
	font-weight: 600;
}

.grnd .effects .swiper-container h3 span{
	font-size: 38px;
	font-weight: 600;
}


.grnd .effects .swiper-container p i{
	font-weight: 300;
	font-size: 26px;
	line-height: 2;
}

.grnd .effects .swiper-container p.slide03 i{
	font-weight: 300;
	font-size: 24px;
	line-height: 1.8;
}

.grnd .effects .swiper-container .swiper-slide{
	padding-bottom: 80px;
	background: url("../img/effect-shadow.png") no-repeat;
	background-position: 50% 110%;
}
/*effects*/

/*line-up*/
.line-up{
	padding: 0;
}

.title{
	width: 1000px;
	margin: 0 auto 0;
}

.line-up h2{
	color: #fff;
	background: rgba(001,018,035,1);
	margin-bottom: 100px;
}

.product {
	display: block;
	background: url("../img/prdt-bg.png") no-repeat bottom center;
	/*カートへボタン表示する際削除*/
	padding-bottom: 230px;
	/*カートへボタン表示する際削除*/
}

.product .btn{
	display: none;
}

.product .prdt-ttl{
	text-align: center;
}

.product .prdt-ttl p{
	line-height: 1;
	font-style: italic;
}

.product .prdt-ttl p.capt{
	font-size: 24px;
	font-weight: 500;
}

.product .prdt-ttl .ttl-img{
	display: inline-block;
	margin: 20px 0;
	line-height: 1;
}

.product .prdt-ttl p.sub-ttl{
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
}

.product .prdt-ttl p.sub-ttl span{
	font-size: 32px;
	font-weight: 500;
}

.product .specialize{
	display: block;
	margin: 40px 0 40px 0;
}

.product .specialize ul{
	width: 900px;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
}

.product .specialize ul li{
	text-align: center;
	font-style: italic;
	width: 140px;
	font-size: 13px;
}

.product .specialize ul li span{
	font-size: 90%;
	line-height: 1;
}

.product.prdt002 .specialize ul li{
	text-align: center;
	font-style: italic;
	width: 130px;
	font-size: 13px;
}

.product .specialize ul li img{
	width: 100%;
}

.product .amb-cmnt{
	width: 900px;
	margin: 0 auto 0;
	display: block;
	overflow: hidden;
}

.product .amb-cmnt .amb-photo{
	width: 174px;
	height: 210px;
}

.product .amb-cmnt .comment{
	width: 726px;
	padding-top: 8px;
	color: #0c2f51;
}

.product .amb-cmnt .comment dl dt{
	font-size: 17px;
	font-weight: 600;
	padding-left: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid #0c2f51;
	width: 50%;
	line-height: 1;	
}

.product .amb-cmnt .comment dl dd{
	font-size: 17px;
	font-weight: 200;
	padding-left: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.5;	
}

.product .amb-cmnt .comment dl dd span{
	font-size: 27px;
	font-weight: 600;
}

.product .amb-cmnt .comment dl dd b{
	font-weight: 600;
}

.product .amb-cmnt .comment p{
	padding-left: 16px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.6;
	letter-spacing: -0.3px;
}



.prdt-img{
	width: 1000px;
	margin: 80px auto 50px;
	display: block;
	position: relative;
}

.prdt-img .main-img{
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 100;
	margin: 60px 0 0 0;
}

.prdt001 .prdt-img{
	height: 1020px;
}

.prdt001 .prdt-img .prdt-descript{
	position: absolute;
	z-index: 200;
	display: block;
}

.prdt001 .prdt-img .prdt-descript dl{
	position: absolute;
	display: inline-table;
	font-style: italic;
}

.prdt001 .prdt-img .prdt-descript dl dt{
	font-size: 17px;
	font-weight: 600;
}

.prdt001 .prdt-img .prdt-descript dl dd{
	font-size: 13px;
	font-weight: 400;
	width: 280px;
}

.prdt001 .prdt-img .detail01{
	top: 0px;
	right: 65px;
}

.prdt001 .prdt-img .detail01 dl{
	top: 230px;
	left: 135px;
	width: 260px;
}

.prdt001 .prdt-img .detail02{
	top: 360px;
	right: 35px;
}

.prdt001 .prdt-img .detail02 dl{
	top: 230px;
	left: 135px;
}

.prdt001 .prdt-img .detail02 table{
	position: absolute;
	top: 320px;
	left: 135px;
	width: 80%;
	font-style: italic;
	line-height: 1;
}

.prdt001 .prdt-img .detail02 table th{
	width: 30%;
	background: #052a50;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}

.prdt001 .prdt-img .detail02 table td{
	width: 35%;
	font-size: 13px;
	padding:  2px 0 2px 8px; 
	font-weight: 600;
}

.prdt001 .prdt-img .detail03{
	top: 0px;
	left: 40px;
}

.prdt001 .prdt-img .detail03 dl{
	top: 230px;
	left: 15px;
	width: 240px;
}

.prdt001 .prdt-img .detail04{
	top: 368px;
	left: 100px;
}

.prdt001 .prdt-img .detail04 dl{
	top: 230px;
	left: 0px;
	width: 260px;
}

.prdt001 .prdt-img .detail05{
	top: 600px;
	left: 250px;
}

.prdt001 .prdt-img .detail05 dl{
	top: 300px;
	left: -20px;
}

.prdt001 .prdt-img .detail06{
	top: 790px;
	right: 50px;
}

.prdt001 .prdt-img .wash-mark{
	top: 668px;
	right: 298px;
}


.detail06 p.price{
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 7px;
	text-align: center;
	background: #052a50;
	padding: 3px 120px;
	border: 2px solid #052a50;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	position: relative;
}

.detail06 p.price:before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #052a50 transparent transparent transparent;
	left: 50%;
	margin-left: -15px;
	bottom: -25px;
}

.detail06 p.price02{
	color: #830000;
	font-weight: 500;
	font-size: 34px;
	text-align: center;
	background: #FFF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 4px solid #052a50;
	box-sizing: border-box;
	font-style: italic;
	letter-spacing: 1px;
	padding: 12px 0;
}

.detail06 p.price02 span{
	font-size: 56px;
	font-weight: 800;
}

.detail06 p.price02 span.tax{
	font-size: 20px;
	font-weight: 300;
}

.detail06 .size-info{
	font-size: 15px;
	margin: 10px 0 ;
	color: #052a50;
}

.detail06 .size-info p.floatL{
	text-align: center;
	font-weight: 600;
}

.detail06 .size-info p.floatL span{
	font-size: 12px;
}

.detail06 .size-info p.floatR{
	font-size: 13px;
	font-weight: 600;
	border-left: 1px solid #052a50;
	padding-left: 20px;
}

.product .btn{
	width: 675px;
	margin: 50px auto 0px;
	overflow: hidden;
    padding-bottom: 230px;
	transition: all 0.3s ease-out;
}

.product .btn:hover{
	opacity: 0.8;
}




/*energy*/
.prdt002 .prdt-img{
	height: 980px;
}

.prdt002 .prdt-img .prdt-descript{
	position: absolute;
	z-index: 200;
	display: block;
}

.prdt002 .prdt-img .prdt-descript dl{
	position: absolute;
	display: inline-table;
	font-style: italic;
}

.prdt002 .prdt-img .prdt-descript dl dt{
	font-size: 17px;
	font-weight: 600;
}

.prdt002 .prdt-img .prdt-descript dl dd{
	font-size: 13px;
	font-weight: 400;
}

.prdt002 .prdt-img .detail01{
	top: 0px;
	right: 65px;
}

.prdt002 .prdt-img .detail01 dl{
	top: 230px;
	left: 135px;
	width: 250px;
}

.prdt002 .prdt-img .detail02{
	top: 6px;
	left: 17px;
}

.prdt002 .prdt-img .detail02 dl{
	top: 230px;
	left: 17px;
	width: 250px;
}

.prdt002 .prdt-img .detail03{
	top: 346px;
	right: 60px;
}

.prdt002 .prdt-img .detail03 dl{
	top: 230px;
	left: 120px;
	width: 280px;
}

.prdt002 .prdt-img .detail04{
	top: 360px;
	left: 20px;
}

.prdt002 .prdt-img .detail04 dl{
	top: 222px;
	left: 0px;
	width: 260px;
}

.prdt002 .prdt-img .detail05{
	top: 560px;
	left: 165px;
}

.prdt002 .prdt-img .detail05 dl{
	top: 320px;
	left: 0px;
	width: 260px;
}

.prdt002 .prdt-img .detail06{
	top: 710px;
	right: 50px;
}

.prdt002 .prdt-img .wash-mark{
	top: 606px;
	right: 320px;
}


/*speed*/
.prdt003 .prdt-img{
	height: 1020px;
}

.prdt003 .prdt-img .prdt-descript{
	position: absolute;
	z-index: 200;
	display: block;
}

.prdt003 .prdt-img .prdt-descript dl{
	position: absolute;
	display: inline-table;
	font-style: italic;
}

.prdt003 .prdt-img .prdt-descript dl dt{
	font-size: 17px;
	font-weight: 600;
}

.prdt003 .prdt-img .prdt-descript dl dd{
	font-size: 13px;
	font-weight: 400;
}

.prdt003 .prdt-img .detail01{
	top: -50px;
	right: 75px;
}

.prdt003 .prdt-img .detail01 dl{
	top: 230px;
	left: 135px;
	width: 280px;
}

.prdt003 .prdt-img .detail02{
	top: 200px;
	right: 75px;
}

.prdt003 .prdt-img .detail02 dl{
	top: 335px;
	left: 150px;
	width: 280px;
}

.prdt003 .prdt-img .detail02 dl dd{
	margin-left: 0.5em;
	font-size: 12.5px;
}

.prdt003 .prdt-img .detail02 dl dd strong{
	margin-left: -0.5em;
	font-weight: 600;
	font-size: 14px;
}


.prdt003 .prdt-img .detail03{
	top: -30px;
	left: 0px;
}

.prdt003 .prdt-img .detail03 dl{
	top: 230px;
	left: 8px;
	width: 290px;
}

.prdt003 .prdt-img .detail03 dl dd{
	top: 230px;
	left: 8px;
}

.prdt003 .prdt-img .detail04{
	top: 325px;
	left: 82px;
}

.prdt003 .prdt-img .detail04 dl{
	top: 220px;
	left: 15px;
	width: 250px;
}

.prdt003 .prdt-img .detail05{
	top: 555px;
	left: 185px;
}

.prdt003 .prdt-img .detail05 dl{
	top: 320px;
	left: 0px;
	width: 250px;
}

.prdt003 .prdt-img .detail06{
	top: 780px;
	right: 50px;
}

.prdt003 .prdt-img .wash-mark{
	top: 683px;
	right: 305px;
}



/*running*/
.prdt004 .prdt-img{
	height: 1020px;
}

.prdt004 .prdt-img .prdt-descript{
	position: absolute;
	z-index: 200;
	display: block;
}

.prdt004 .prdt-img .prdt-descript dl{
	position: absolute;
	display: inline-table;
	font-style: italic;
}

.prdt004 .prdt-img .prdt-descript dl dt{
	font-size: 17px;
	font-weight: 600;
}

.prdt004 .prdt-img .prdt-descript dl dd{
	font-size: 13px;
	font-weight: 400;
}

.prdt004 .prdt-img .detail01{
	top: 0px;
	right: 20px;
}

.prdt004 .prdt-img .detail01 dl{
	top: 230px;
	left: 115px;
	width: 300px;
}

.prdt004 .prdt-img .detail02{
	top: 20px;
	left: 30px;
}

.prdt004 .prdt-img .detail02 dl{
	top: 235px;
	left: 22px;
	width: 240px;
}


.prdt004 .prdt-img .detail02 dl dt, .prdt004 .prdt-img .detail03 dl dt{
	line-height: 1.2;
	margin-bottom: 3px;
}

.prdt004 .prdt-img dl dt span{
	font-size: 80%;
	margin-left: -0.5em;
}


.prdt004 .prdt-img .detail03{
	top: 460px;
	left: 50px;
}

.prdt004 .prdt-img .detail03 dl{
	top: 230px;
	left: 8px;
	width: 250px;
}

.prdt004 .prdt-img .detail03 dl dd{
	top: 230px;
	left: 8px;
}

.prdt004 .prdt-img .detail04{
	top: 360px;
	right: 20px;
}

.prdt004 .prdt-img .detail04 dl{
	top: 230px;
	left: 130px;
	width: 280px;
}


.prdt004 .prdt-img .detail06{
	top: 780px;
	right: 50px;
}

.prdt004 .prdt-img .wash-mark{
	top: 680px;
	right: 278px;
}

/*line-up*/

/*footer*/
footer{
	background-color: #EFEFEF;
	background: url(../img/bg_07.png) no-repeat top;
    position: relative;
	margin-top: -260px;
    padding-top: 280px;
}

.footer-nav{
	width: 60%;
	margin: 0 auto 25px;
}

.footer-nav ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 170px;
}

.footer-nav li{
	float: left;
	border-right: 1px solid #fff;
	display: block;
	width: 25%;
	text-align: center;
}

.footer-nav li:last-child{
	border-right: none;
}

.footer-nav li a{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	letter-spacing: 1.2px;
	position: relative;
}

.footer-nav li a:before{
	position: absolute;
	content: '・';
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	top: 0px;
	left:50%;
	margin-left: -8px;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.footer-nav li a:hover::before{
	top: -22px;
	opacity: 1
}


footer .obi{
	padding: 10px 0;
	background: #fff;
	width: 100%;
	line-height: 1;
}

footer .obi img{
	line-height: 1;
	margin-left: 50%;
	transform: translateX(-50%);
}


.copyright{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 25px 0;
    bottom: 0;
}


.prdt001 .main-img, .prdt002 .main-img, .prdt003 .main-img, .prdt004 .main-img{
	transition: all 0.5s ease-in;
	transform: scale(0.97) translateX(-50%) rotate(2deg);
}

.prdt-main-up{
	transition: all 0.5s ease-in !important;
	transform: scale(1) translateX(-50%) rotate(0deg)!important;
}

@keyframes fade-up{
	0%{
		margin-top: 10%;
	}
}

.prdt001 .detail01, .prdt001 .detail02, .prdt001 .detail06, .prdt002 .detail01, .prdt002 .detail03, .prdt002 .detail06, .prdt003 .detail01, .prdt003 .detail02, .prdt003 .detail06, .prdt004 .detail01, .prdt004 .detail04, .prdt004 .detail06, .wash-mark{
	display: none;
	animation: slide-in 0.5s;
	transition: all 0.5s ease-in;
}

@keyframes slide-in{
	0%{
		top: 70%;
		right: -8%;
	}
}

.prdt001 .detail03, .prdt001 .detail04, .prdt001 .detail05, .prdt002 .detail02, .prdt002 .detail04, .prdt002 .detail05, .prdt003 .detail03, .prdt003 .detail04, .prdt003 .detail05, .prdt004 .detail02, .prdt004 .detail03{
	display: none;
	animation: slide-in-left 0.5s;
	transition: all 0.5s ease-in;
}

@keyframes slide-in-left{
	0%{
		top: 70%;
		left: -8%;
	}
}

#back-top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	opacity: 0.6;
}

#back-top a{
	border-radius: 5px;
	padding: 15px;
	text-decoration: none;
	color: #072b51;
	font-weight: bold;
	display: block;
	position: relative;
	background: #ddd;
}

#back-top a:before{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 30px 15px;
	border-color: transparent transparent #ddd transparent;
	top: -20px;
	left: 50%;
	margin-left: -15px;
}

.swiper-wrapper .swiper-slide{
	text-align: center;
}

.block{
	overflow: hidden;
}



@media screen and (max-width:1000px){
	.bg-02 .grnd, .bg-03 .grnd, .bg-04 .grnd, .bg-05 .title {
		width: 94%;
		margin: 0 auto 0px;
	}
	
	.grnd{
		width: 100%;
	}
	
	.grnd .concept .p-area {
		width: 90%;
		padding: 2% 2% 2% 2%;
	}
	
	.grnd .concept p {
		width: 90%;
		margin: 0 auto 0;
		font-size: 1.3em;
	}
	
	.grnd .ambassadors .amb-area {
		width: 800px;
		height: 500px;
	}
	
	.grnd .ambassadors .amb-area:before {
		width: 800px;
		height: 500px;	
	}
	
	.grnd .ambassadors .amb-area .amb-peoples-main {
		-webkit-transform: skew(10deg) scale(0.8);
		-moz-transform: skew(10deg) scale(0.8);
		-o-transform: skew(10deg) scale(0.8);
		top: -85px;
    	left: -145px;
	}
	
	.grnd .ambassadors .amb-area .amb-peoples-main dd {
		top: 24%;
	}
	
	.grnd .ambassadors .amb-area .amb-peoples {
		top: 49%;
	}
	
	.grnd .ambassadors .amb-area .amb-peoples li {
		margin-left: -4%;
		transform: scale(0.9);
	}
	
	.grnd .effects .swiper-container p i {
		font-size: 22px;
	}
	.grnd .effects .swiper-container h3 {
		font-size: 42px;
	}
	.grnd .effects .swiper-container h3 span {
		font-size: 32px;
	}
	
	.prdt-ttl, .specialize, .prdt-img, .amb-cmnt, .btn {
		transform: scale(0.9);
	}
	
	.prdt-img{
		margin-top: 40px;
	}
}


@media screen and (max-width:768px){
	h2{
		font-size: 36px;
	}
	section.block.bg-01 {
		background: url(../img/bg_01.jpg) no-repeat bottom center;
	}
	.bg-01 .grnd .top {
		height: 430px;
	}
	.top img {
		width: 100%;
	}
	
	h2 {
		margin-top: 5%;
	}
	
	.grnd .concept p {
		font-size: 1.2em;
	}
	
	.grnd .concept .p-area{
		display: block;
	}
	
	.grnd .ambassadors .amb-area {
		width: 600px;
		height: 400px;
		margin-bottom:20%;
	}
	
	.grnd .ambassadors .amb-area:before {
		width: 600px;
		height: 400px;
	}
	
	.grnd .ambassadors .amb-area .amb-peoples-main {
		-webkit-transform: skew(10deg) scale(0.7);
		-moz-transform: skew(10deg) scale(0.8);
		-o-transform: skew(10deg) scale(0.8);
		top: -106px;
		left: -162px;
	}
	
	.grnd .ambassadors .amb-area .amb-peoples-main dd {
		top: 32%;
	}
	
	.grnd .ambassadors .amb-area .amb-peoples {
		-webkit-transform: skew(10deg) scale(0.8);
		-moz-transform: skew(10deg);
		-o-transform: skew(10deg);
		left: -161px;
	}
	
	.product{
		padding-bottom: 0px;
	}
	
	.product .specialize {
		margin: 20px 0 20px 0;
	}
	
	.product .specialize ul {
		width: 100%;
		margin: 0 auto 0;
		display: flex;
		justify-content: space-between;
	}
	
	.product .specialize ul li {
		width: 110px;
	}
	
	.product .amb-cmnt {
		width: 100%;
	}
	
	.product .amb-cmnt .amb-photo {
		width: 20%;
	}
	
	.product .amb-cmnt .amb-photo img {
		width: 100%
	}	
	.product .amb-cmnt .comment {
		width: 80%;
		padding-top: 0px;
		color: #0c2f51;
	}

	.product .amb-cmnt .comment dl dt {
		font-size: 14px;		
	}
	.product .amb-cmnt .comment dl dd {
		font-size: 15px;
		line-height: 1.4;
	}
	.product .amb-cmnt .comment dl dd span {
		font-size: 23px;
	}
	.product .amb-cmnt .comment p {
		font-size: 16px;
		line-height: 1.6;
	}
	.prdt001 .prdt-img {
		transform: translateX(-14%) translateY(-15%) scale(0.7);
	}
	.prdt002 .prdt-img {
		transform: translateX(-11%) translateY(-15%) scale(0.7);
	}
	.prdt003 .prdt-img {
		transform: translateX(-10%) translateY(-15%) scale(0.7);
	}
	.prdt004 .prdt-img {
		transform: translateX(-14%) translateY(-15%) scale(0.7);
	}
	.prdt002, .prdt003, .prdt004{
		margin-top: -155px;
	}
	.prdt003 .prdt-img .detail04 dl{
		
		margin-left: 0;
	}
	
	.prdt-main-up{
		transition: all 0.5s ease-in !important;
		transform: scale(1) translateX(-50%) rotate(0deg)!important;
	}
	
	.grnd .effects .swiper-container p i {
		font-size: 18px;
		line-height: 2.6;
	}
	.grnd .effects .swiper-container p.slide03 i {
		font-size: 18px;
		line-height: 1.8;
	}
}
