@charset "utf-8";
/* CSS Document */
a{	text-decoration:none;}	
div{ background-repeat:no-repeat;}
button{ outline:none;}
body{ overflow:hidden;}
.page{ text-align:center;}

@font-face{
	font-family:"Adobe Garamond Pro";
	src: url(../font/Adobe Garamond Pro.otf);
	}
	
.header{
	width:100%;
	height:50px;
	font-size:14px;
	position:fixed;
	top:0;
	z-index:9;
	}
	
.page-1,.page-2,.page-3,.page-4,.page-5,.page-6,.page-7,.page-8,.page-block{ z-index:3;}
	
.header ul{ display:block; padding:5px 15px 0 0; float:right;}	

.header li{
	display:inline-block;
	overflow:hidden;
	}
	
.header-icon{
	height:38px;
	width:100px;
	margin-right:5px;
	cursor:pointer;
	text-align:center;
	}

 .lh-1{ line-height:28px;}

.header-en{
	height:calc(100% - 9px);
	width:100%;
	padding:8px 0 1px 0;
	}
	
div.header-ch{
	height:38px;
	width:100px;
	margin-top:-38px;
	font-size:16px;
	line-height:38px;
	display:block;
	transition: all .2s;
	}

div.header-ch.lh-2{
  line-height: 1;
  height: 38px;
  padding-top: 6px;
  box-sizing: border-box;
}

.header li:hover div.header-ch {
	margin:0 auto;
	}
	
.header-logo{
	display:inline-block;
	background-size:auto 45px;
	background-position:center;
	background-repeat:no-repeat;
	width:250px;
	height:100%;
	float:left;
	margin-left:15px;
	cursor:pointer;
	}
	
.header-language a{ display:block;}

.header-language div{
	text-align:left;
	vertical-align:bottom;
	font-size:10px;
	}
	
.flag-japan{ margin-top:5px;}
.flag-japan div{ background-position:bottom;}
	
.flag{
	background-image:url(../images/header/flag.jpg);
	background-size:100% auto;
	display:inline-block;
	width:21px;
	height:15px;
	}
	
.header-language span{
	display:inline-block;
	margin-left:3px;
	margin-top:-5px;
	height:12px;
	cursor:pointer;
	}
	
.backtop{
	width: 3em;
	height: 3em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.1);
	position: fixed;
	right: 2em;
	bottom: 3em;
	cursor: pointer;
	transition: all .2s;
}
.backtop:hover{
	background-color: transparent;
	box-shadow: 2px 2px 5px #aaa;
}
.backtop img{
	margin-bottom: 5px;
}
/*頁面連結*/


/*網頁內容開始*/

/*首頁*/

.pages{
    padding-top: calc(20vh + 80px);
    margin-top: -20vh;
	text-align:center;
	}
	
.page-block{
	width:100%;
	height:100vh;
	max-width:1280px;
	position:relative;
	margin:0 auto;
	}
	
.page-block-title{
	width:100%;
	text-align:center;
	margin-bottom:50px;
	}
	
.page-1{
	background-color:#000;
	width:100%;
	height:120vh;
	padding-top:15vh;
	-webkit-clip-path: polygon(50% 115vh, 100% 135vh, 100% 0, 0 0, 0 135vh);
	clip-path: polygon(50% 115vh, 100% 135vh, 100% 0, 0 0, 0 135vh);
	top:0;
	}
	
.page-1-block{	color:#FFF; position:relative}
.page-1-title{ width:calc(100% - 65px);}
.page-1-title span{
	display:block;
	font-weight:bold;
	text-shadow:rgba(0 , 0 ,0 ,0.8) 1px 1px 3px;
	text-align:left;
	}

	
.page-1-title img{ width: 100%; max-width: 500px; min-width: 350px;}
.page-1-block > div.product-title-block{
	max-width:568px;
	min-width:475px;
    margin-left: 5%;
    padding-top: 10%;
	}
	
.page-1-block > div.product-title-block div{
	display:inline-block;
	height:100%;
	}
	
.product-title-block{
	height:120px;
	vertical-align:middle;
	}
		
.product-border-left,.product-border-right{ width:13px;}

.product-border-left{
	margin-right:5px;
	border-width:10px 0px 10px 10px;
	border-color:#F90 transparent #F90 #F90;
	border-style:solid none solid solid;
	}
	
.product-border-right{
	margin-left:5px;
	border-width:10px 10px 10px 0px;
	border-color:#F90  #F90 #F90 transparent;
	border-style:solid solid solid none;
	}
	
.product-title{
	font-size:28px;
	vertical-align:top;
	}
	
.product-title span{ display:inline-block; font-size:36px; margin-bottom:20px; letter-spacing:5px;}

.product-title p{ line-height:35px;}	
.product-title b,.product-title em{ font-weight:bold; font-size:42px;}
.product-title b{ color:#0093dc;}
.product-title em{ color:#f90;}

/*連結*/

	
/*品牌故事*/
	
.page-2{
	-webkit-clip-path: polygon(0 20vh, 50% 0, 100% 20vh, 100% 155vh, 50% 135vh, 0 155vh);
	clip-path: polygon(0 20vh, 50% 0, 100% 20vh, 100% 135vh, 50% 155vh, 0 135vh);
	background-image:url(../images/pages/page-2.png);
	background-position:left 10% bottom 90%;
	background-size:auto 50%;
	}	
	
.page-2-block{
	text-align:left;
	vertical-align:middle;
	position:relative;
	max-width:950px;
	position:relative;
	}
	
.page-2-left,.page-2-right{ display:inline-block; position:absolute; top:25%;}
	
.page-2-left{
	width:400px;
	}
	
.page-2-left b{ font-size:40px;}
.page-2-left em{ font-weight:bold;}
.page-2-left img{ width:300px;}
.page-2-left p{
	display:block;
	line-height:42px;
	margin-top:10px;
	font-size:28px;
	}
		
.page-2-right{
	font-size:18px;
	line-height:32px;
	width:calc(100% - 400px);
	position:absolute;
	left:450px;
	}
		
.page-2-right p{
	margin:15px auto; 
	text-align:left;
	width:100%;
	max-width:650px;
	min-width:505px;
	}
	
/*日本製作*/
	
.page-3{
	-webkit-clip-path: polygon(0 20vh, 50% 0, 100% 20vh, 100% 100%, 50% 100%, 0% 100% );
	clip-path: polygon(0 0, 50% 0, 100% 0, 100% 135vh, 50% 115vh, 0% 135vh );
	}
	
.page-3-block{
	width:100%;
	height:465px;
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	font-size:27px;
	}
	
.page-3-block b{
	display:block;
	font-size:50px;
	padding-bottom:10px;
	}
	
/*使用感受*/
	
.page-4{ 
    -webkit-clip-path: polygon(0 0, 50% 20vh, 100% 0, 100% 100%, 50% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 20vh, 100% 0, 100% 100%, 50% 100%, 0% 100%);
    background-image: url(../images/pages/page-4.jpg);
    background-position: center top 10vh;
    background-repeat: no-repeat;
    background-color: #FFF;
	background-size:100% auto;
	}
		
.page-4-block{
	height:80vh;
	position:relative;
	}

.page-4-right{
	padding:0 15px 0 20px;
	text-align:center;
    margin: 10% auto 0 50%;
	}
	
.page-4-right b{
	text-align:center;
	}

	
/*使用心得*/
	
.page-5{
	-webkit-clip-path: polygon(0% 0, 50% 20vh, 100% 0, 100% 135vh, 50% 100%, 0% 135vh);
	clip-path: polygon(0% 0, 50% 0%, 100% 0, 100% 115vh, 50% 100%, 0% 115vh);
	}
	
.page-5-title{ color:#FFF;}

.page-5-block>ul{
	margin:20% auto;
	width:515px;
	}

.page-5-block>ul>li{
	display:inline-block;
	height:280px;
	width:160px;
	overflow:hidden;
	margin-right:10px;
	background-color:rgba(255 , 255 , 255 , 0.8);
	text-align:left;
	}

.p5-user-01 img{ width:140%; margin:-30px;}
.p5-user-02 img{ width:130%; margin:-40px;}
.p5-user-03 img{ width:110%; margin:-20px;}

.p5-user li{ padding:5px; margin-bottom:5px;}

.p5-user li:first-child{
	height:160px;
	overflow:hidden;
	border:#FFF 5px solid;
	background-color:#FFF;
    text-align: center;
	padding:0;
	}
	
.p5-user-03{ margin:0 !important;}
	
/*使用方式*/
	
.page-6{
	-webkit-clip-path: polygon(0% 0, 50% 20vh, 100% 0, 100% 155vh, 50% 155vh, 0% 155vh);
	clip-path: polygon(0% 0, 50% 20vh, 100% 0, 100% 155vh, 50% 155vh, 0% 155vh);
	}
	
.page-6-block{
	height:100vh;
	}
		
.page-6-text{
	width:80%;
	height:100%;
    line-height: 40px;
	margin:10% auto 0 auto;
	position:relative;
	max-width:850px;
	}
	
.page-6-text img{
	display:inline-block;
	height:50%;
	vertical-align:middle;
	margin-right:30px;
	max-height:500px;
	min-height:320px;
	}

.page-6-text ul{ list-style: square inside;}
.page-6-text ul,.page-6-text p{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	text-align:left;
	}
	
/*系列商品*/
	
.page-7{
	background-color:#FFF;
	-webkit-clip-path: polygon(0 20vh, 50% 0, 100% 20vh, 100% 155vh, 50% 145vh , 0% 135vh);
	clip-path: polygon(0 20vh, 50% 0, 100% 20vh, 100% 135vh, 50% 135vh , 0% 135vh);
	text-align:center;
	}
	
.page-7-right div.product-title{
	text-align:left;
	}	
	
.page-7 div.product-title-block div{
	display:inline-block;
	height:auto;
	vertical-align: baseline;
	}
	
.page-7-block{ position:relative;}
	
.page-7-left{
	display:inline-block;
	width:auto;
	height:100vh;
	max-height:900px;
	vertical-align:middle
	}
	
.page-7-left img{
	height:100%;
	margin-top:-10%;
	}
	
.page-7-right{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	}
	

.page-7 div.product-title-block:before{
	content:" ";
	display:inline-block;
	width:10px;
	height:100px;
	border-color:#F90;
	border-style:solid none solid solid;
	border-width:8px;
	}
	
.page-7 div.product-title-block:after{
	content:" ";
	display:inline-block;
	width:10px;
	height:100px;
	border-color:#F90;
	border-style:solid solid solid none;
	border-width:8px;
	}

/*新品預告*/

.page-7-1{
	-webkit-clip-path: polygon(0 0, 100% 20vh, 100% 155vh, 0% 135vh);
	clip-path: polygon(0 0, 100% 20vh, 100% 155vh, 0% 135vh);
	}
	
.page-71-left,.page-71-right{ display:inline-block;}
	
.page-71-left{
	width:90%;
	height:90%;
	color:#FFF;
	margin-top:10vh;
	text-align:left;
	text-shadow:rgba(0 , 0 ,0 ,0.5) 2px 2px 1px;
	line-height:55px;
	background-image:url(../images/pages/empty-bottle.png);
	background-position:right top 15%;
	background-size:auto 60vh;
	}
	
.page-71-left b{
	font-size:65px;
	}
	
.page-71-left p{
	font-size:27px;
	letter-spacing:5px;
	}
	
.page-71-left img{
	display:block;
	width:50%;
	max-width:650px;
	margin-bottom:25px;
	}
	
.page-71-left b,.page-71-left p,.page-71-left img{ display:block; min-width:500px;}
	
.page-71-right{
	float:right;
	height:100%;
	min-width:600px;
	}
	
/*立即購買*/
	
.page-8{
	background-image:url(../images/bg/Water-PNG.png);
	background-position:left bottom  40%;
	background-size:110% auto;
	-webkit-clip-path: polygon(0 0, 100% 20vh, 100% 155vh, 0% 135vh);
	clip-path: polygon(0 0, 100% 20vh, 100% 135vh, 0% 135vh);
	text-align:center;
	background-color:#FFF;
	}
	
.page-8-logo{
	background-image:url(../images/pages/logo-big.png);
	background-size:300px auto;
	background-position:center;
	width:800px;
	height:250px;
	margin:0 auto;
	}
	
.page-8 b,.page-8 a{ display:block;}

.page-8 b{
	font-size:62px;
	color:#00a0e9;
	margin-bottom:40px;
	}
	
.page-8 em{ font-weight:bold; color:#F90;}
	
.buy-link{
	width:100%;
	height:90px;
	margin-top:20px;
	padding-top:15px;
	background-color:rgba(255 ,255 ,255 ,0.6);
	}
	
.buy-link a{
	height:50px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:center;
	background-size: auto 50px;
	margin:auto 15px;
	padding:10px;
	cursor:pointer;
	background-color:#FFF;
	border-radius:15px;
	}

.buy-link a:hover{
	box-shadow:1px 1px 3px #CCC;
	background-position:left 9px top 9px;
	}
	
.buy-link a:active{
	background-color:rgba(230 ,230 ,230 ,0.5);
	box-shadow:1px 1px 3px #CCC;
	background-position:center;
	}
	
.link-yahoo{
	background-image:url(../images/pages/yahoo.png);
	width:203px;
	}
	
.link-ruten{
	background-image:url(../images/pages/ruten.png);
	width:108px;
	}
	
.link-dp{
	background-image:url(../images/pages/DP-LOGO.png);
	width:250px;
	}
	
.link-ii{
	background-image:url(../images/pages/II.png);
	width:143px;
	}

/*20191028 NEW*/

body.img-page{
	overflow: auto;
	background-color: #FFF;
}

body.img-page .main{
	margin-top: 50px;
}

body.img-page article{
	text-align: center;
}

body.img-page article img{
	display: block;
	margin: 0 auto;
}

body.img-page .buynow{
	font-size: 2em;
	margin: 2em 0px;
}

.copyright{
    text-align: center;
    height: 2em;
    line-height: 2;
}

.copyright.type1{
    position: absolute;
    font-size: 16px;
    width: 100%;
    color: #FFF;
    background-color: transparent;
    bottom: 6em;
    text-shadow: 0px 0px 4px #000;
}

.copyright.type2{
	background-color: #eee;
}