@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;
}


body{
	animation: body-fadein 1s;
}

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

.pc{
	display: none !important;
}

.smp{
	display: block !important;
}


li{
	list-style: none;
}

.grnd{
	width: 100%;
	margin: 0 auto 0;
}

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

.floatL{
	float: left;
}

.floatR{
	float: right;
}


section.block{
	width: 100%;
	overflow: hidden;
}

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


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

.bg-01 .grnd .top img{
	width: 100%;
}

h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    padding: 15px;
    -webkit-transform: skew(-16deg);
    -moz-transform: skew(-16deg);
    -o-transform: skew(-16deg);
    /* display: inline-block; */
    line-height: 1;
    margin: 10% auto 0;
    width: 50%;
}


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

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

.grnd .concept .p-area{
	margin: 8% auto 0;
	width: 80%; 
	padding: 6% 5%;
	background: rgba(255,255,255,0.8); 
	animation: p-area 1s;
	transition: all 1s ease-out;
	/*display: none;*/
}


@keyframes p-area{
	0%{
		opacity: 0.8;
	}
	
	100%{
		opacity: 1;
	}
}


.grnd .concept p{
	font-size: 14px;
	color: #011223;
	line-height: 1.6;	
}
/*concept*/


/*ambassadors*/
.grnd .ambassadors{
	padding: 0 0 260px 0;
	height: 1400px;
}

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

.grnd .ambassadors .amb-area {
    animation: amb-area 0.5s;
    transition: all 0.5s ease-out;
    display: none;
    margin: 5% auto 5%;
	width: 90%;	
}


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

.grnd .ambassadors .amb-area .amb-peoples-main{
	width: 100%;
	padding-bottom: 20px;
}

.grnd .ambassadors .amb-area .amb-peoples-main dt{
	width: 90%;
	margin: 0 auto 0;
}

.grnd .ambassadors .amb-area .amb-peoples-main dd{
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    font-size: 18px;
    border-left: 24px solid rgba(001,018,035,0.8);
    padding-left: 12px;
    padding-top: 20px;
    line-height: 1.3;
    letter-spacing: 1.5px;
	margin: -4% 0 0 8%;
}

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

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

.amb-main-capt {
    padding: 3% 0 0 0;
    width: 90%;
    transform: skew(-11deg);
    font-size: 80%;
    line-height: 1.5;
    margin: 0 auto 0;
}

.grnd .ambassadors .amb-area .amb-peoples{
    width: 100%;
    margin: 0 auto 0;
}

.grnd .ambassadors .amb-area .amb-peoples ul{
	width: 100%;
	padding-bottom: 5%;
	display: block;
	overflow: hidden;
}

.grnd .ambassadors .amb-area .amb-peoples li{
	float: left;
	width: 50%;
}

.grnd .ambassadors .amb-area .amb-peoples li dl, .grnd .ambassadors .amb-area .amb-peoples li dl dt{
	width: 100%;
}

.grnd .ambassadors .amb-area .amb-peoples li dl, .grnd .ambassadors .amb-area .amb-peoples li dl dt img{
	width: 100%;
}

.grnd .ambassadors .amb-area .amb-peoples dd{
	-webkit-transform: skew(-10deg); 
    -moz-transform: skew(-10deg); 
    -o-transform: skew(-10deg);
	font-size: 12px;
	margin-left: 8px;
	border-left: 12px solid rgba(001,018,035,0.8);
	padding-left: 2%;
	padding-top: 7%;
	line-height: 1.3;
	margin-top: -7%;
}

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

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

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

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

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

.grnd .ambassadors p{
	font-size: 90%;
	line-height: 1.8;
	color: #001223;
	display: none;
	width: 90%;
	margin: 0 auto 0;
}
/*ambassadors*/



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

.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: 32px;
	line-height: 1.2;
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}

.grnd .effects .swiper-container h3:after{
	position: absolute;
	content: '';
	width: 17%;
	height: 3%;
	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: 26px;
	font-weight: 600;
}

.grnd .effects .swiper-container p{
	width: 75%;
	margin: 0 auto 0;
}
.grnd .effects .swiper-container p i{
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
}

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

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

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

.title{
	width: 100%;
	margin: 0 auto 0;
}

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

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

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

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

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

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

.product .prdt-ttl .ttl-img img{
	width: 100%;
}

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

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

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

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

.product .specialize ul li{
	text-align: center;
	width: 16%;
	font-size: 0.5em;
	line-height: 1.3;
	letter-spacing: -0.2px;
}

.product .specialize ul li span{
	font-size: 80%;
}
.product .specialize ul li img{
	width: 100%;
}


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

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

.product .amb-cmnt h4{
	width: 100%;
	font-size: 11px;
	font-weight: 600;
	padding-bottom: 2%;
	line-height: 1;	
	color: #0c2f51;
}
.product .amb-cmnt .amb-photo{
	width: 25%;
}

.product .amb-cmnt .amb-photo img{
	width: 100%;
}

.product .amb-cmnt .comment{
	width: 75%;
	color: #0c2f51;
}

.product .amb-cmnt .comment dl{
	width: 100%;
}

.product .amb-cmnt .comment dl dt{
	font-size: 12px;
	font-weight: 200;
	padding-left: 6px;
	padding-bottom: 6px;
	line-height: 1.5;	
}
.product .amb-cmnt .comment dl dt span{
	font-size: 14px;
	font-weight: 600;
}

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

.product .amb-cmnt .comment dl dd{
    padding-left: 2%;
    font-size: 11px;
    font-weight: 200;
    line-height: 1.4;
    letter-spacing: -0.3px;
    width: 98%;
}


.prdt-img{
	width: 100%;
	margin: 10% auto 50px;
	display: block;
	position: relative;
}

.prdt-img .main-img-smp{
	z-index: 100;
	margin: 0 auto 10%;
	width: 70%;
}

.prdt-img .main-img-smp img{
	width: 100%;
}


.prdt-img .main-img, .prdt-img .detail01, .prdt-img .detail02, .prdt-img .detail03, .prdt-img .detail04, .prdt-img .detail05, .prdt-img .detail06, .prdt-img .wash-mark{
display: none !important;
}

.wash-mark-smp.smp {
    float: right;
    margin: -37% 12% 0 0;
    width: 12%;
}

.wash-mark-smp.smp img{
    width: 100%;
}

.prdt-img .smp-discript{
	width: 90%;
	margin: 0 auto 0;
}

.prdt-img .smp-discript table{
	width: 100%;
}

.prdt-img .smp-discript table th{
	width: 20%;
	vertical-align: top;
}

.prdt-img .smp-discript table th img{
    width: 100%;
    transform: scale(1.2) translateY(12%);
}

.prdt-img .smp-discript table td{
	width: 80%;
}

.prdt-img .smp-discript table td dl{
	padding: 4%;
	font-style: italic;
}

.prdt-img .smp-discript table td dl dt{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
    margin-bottom: 3%;
}

.prdt-img .smp-discript table td dl dt span{
	font-size: 80%;
	margin-left: -0.5em;
}

.prdt-img .smp-discript table td dl dd{
	font-size: 12px;
	line-height: 1.2;
}

.prdt-img .smp-discript table td dl dd strong{
	font-weight: 600;
	margin-top: 3%;
    display: inline-block;
}

.prdt-img .smp-discript table td > table{
	width: 92%;
	padding: 0 4%;
}

.prdt-img .smp-discript table td > table th{
	width: 40%;
    background: #052a50;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.prdt-img .smp-discript table td > table td{
    width: 30%;
    font-size: 11px;
    padding: 0 0 0 5px;
}


p.price{
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 7px;
	text-align: center;
	background: #052a50;
	padding: 3px 10px;
	border: 2px solid #052a50;
	border-radius: 5px;
	position: relative;
	width: 50%;
	margin: 8% auto 0;
}

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

p.price02{
	color: #830000;
	font-weight: 500;
	font-size: 34px;
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
	padding: 12px 0;
}

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

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

.size-info{
	width: 85%;
	margin: 0 auto 0 ;
	color: #052a50;
}

.size-info p.floatL{
	width: 22%;
	font-size: 12px;
	text-align: center;
	font-weight: 600;
}

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

.size-info p.floatR{
	width: 75%;
	padding-left: 3%;
	font-size: 11px;
	font-weight: 600;
	border-left: 1px solid #052a50;
	box-sizing: border-box;
}

.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;
}




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

.product .btn{
	display: none;
}

/*line-up*/

/*footer*/
footer{
	background: url(../img/bg_07.png) no-repeat top;
    margin-top: -180px;
	position: relative;
	padding-top: 150px;
	width: 100%;
	overflow: hidden;
}

.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;
}


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

#back-top a{
	border-radius: 5px;
	padding: 12px;
	text-decoration: none;
	color: #072b51;
	font-weight: bold;
	display: block;
	position: relative;
    background: #ddd;
    box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;

}

#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: -15px;
	left: 50%;
	margin-left: -15px;
}

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

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

.block{
	overflow: hidden;
}


