@charset "utf-8";

/* base&reset settings ----------------------------------------------------*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

html,
body{
width:100%;
height:100%;
}

html{
margin:0px;
padding: 0px;
font-size: 62.5%;
font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
color: #333333;
line-height:18px;
background:#fffff;
}

body,p,div,ul,li,h1,h2,h3,h4,dl,dt,dd{
padding:0;
margin:0;
}

li{
list-style:none;
}

a{
color:#ff4668;
text-decoration: none;
}

a:hover{
color:#ffaebd;
}

/*content
----------------------------------------------------*/

#first{
position:relative;
background-image: url("../image/bubble_main.jpg");
background-position:top;
background-size: auto;
background-repeat: no-repeat;
overflow: hidden;
}

#first .inner{
min-height:970px;
}

#first .main-logo-mark{
position: absolute;
left:3%;
top:5%;
width:160px;
}

#first .splash{
position: absolute;
top:130px;
left:0;
right:0;
z-index:11;
text-align: center;
}

#first .splash img{
max-width:770px;
height: auto;
}

#first .main-bottle{
position: absolute;
top:220px;
left:0;
right:0;
z-index:22;
text-align: center;
}

#first .main-bottle img{
max-width:280px;
height: auto;
}

#first .hsb-copy{
position: absolute;
width:500px;
top:640px;
left:0;
right:0;
margin:0 auto;
padding-right:500px;
z-index:33;
}


#second{
position:relative;
}

#second .wrapper{
background-image: url("../image/sec_bg_s.png");
background-position:top;
background-size: auto;
background-repeat: no-repeat;
overflow: hidden;
margin-top:-100px;
}

#second .inner{
padding:170px 0 380px;
margin-top:200px;
}

.try{
max-width:270px;
margin:0 auto;
}

.item-detail{
color:#FFF;
width:765px;
margin:100px auto 0;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}

.item-detail h1{
width:540px;
}

.item-detail p{
width:540px;
margin:30px 0 0 0;
font-size:1.8rem;
line-height: 2.6rem;
font-weight: bold;
}

.copy{
width:70%;
text-align: center;
}

.photo{
width:30%;
text-align: right;
}

.photo img{
max-width:180px;
}


#third{
position: relative;
background-image: url("../image/bubble.jpg");
background-position:bottom;
background-size: auto;
background-repeat: no-repeat;

}

#third .wrapper{
margin-top:-200px;
}

#third .inner{
padding:150px 0;
min-height: 1220px;
}

#third h1{
text-align: center;
width:540px;
margin:0 auto;
}

.flex1 {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
max-width:810px;
margin:100px auto 0;
}

.life{
position:relative;
width:46%;
}

.life p{
color:#FFF;
font-weight:bold;
font-size:1.6rem;
line-height: 2.2rem;
text-align: center;
padding:7%;
position:absolute;
bottom:0;
}


#fourth{
position: relative;
background-image: url("../image/gallery_bg.jpg");
background-position:top;
background-size: contain;
background-repeat:repeat-x;
}

#fourth .inner{
padding:150px 0;
}

#fourth h1{
text-align: center;
width:540px;
margin:0 auto;
position: absolute;
top:150px;
left:0;
right:0;
z-index: 99;
}

.gallery{
width:100%;
margin:135px auto 0;
position: relative;
z-index: 88;
}

.slick-slide{
margin:0 20px;
}

.gallery img{
border: 10px solid #FFF;
}


#fifth{
position: relative;
background-image: url("../image/fifth_bg.jpg");
background-position:top;
background-size: contain;
background-repeat:repeat-x;
}

#fifth .inner{
padding:130px 0;
}

#fifth h1{
text-align: center;
width:972px;
margin:0 auto;
}

.case{
width:405px;
margin:80px auto 0;
}

.buy-copy{
color:#FFF;
font-weight:bold;
font-size:2.6rem;
text-align: center;
margin:70px 0 0 0;
}

.ect{
color:#FFF;
background:#ff4668;
padding:5px 10px;
width:135px;
margin:60px auto 0;
font-size:1.4rem;
line-height: 1.4rem;
text-align:center;
}

.flex2 {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
width:972px;
margin:60px auto 0;
}

.flex2 div{
width:30%;
}

.flex2 img{
border-radius: 10px;
}

footer{
background: #333;
color:#FFF;
}

footer .inner{
padding:130px 0 0;
}

.flex3 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width:810px;
	margin:0 auto;
}

.bottle-photo{
width:15%;
}

.bottle-photo img{
max-width:108px;
}

.logo-mark{
width:25%;
text-align: right;
padding-top:70px;
}

.spec{
width:55%;
}

.flex3 h1{
width:360px;
}

table.spec-table{
border-top:1px solid #FFF;
border-left:1px solid #FFF;
margin-top:25px;
width:440px;
}

table.spec-table td{
border-bottom:1px solid #FFF;
border-right:1px solid #FFF;
padding:10px 10px 10px 30px;
font-size:1.6rem;
}

.spec p{
margin-top:30px;
font-size:1.6rem;
color: #ff4668;
}

.spec span{
color:#FFF;
background:#ff4668;
padding:5px 10px;
}

.credit{
text-align: center;
padding:20px 0;
}

/* button
----------------------------------------------------*/

/* spview
----------------------------------------------------*/

.spview{
display:none!important;
}

.tabview{
display:none!important;
}


/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*画像透過*/
.alpha a:hover img {
opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha(opacity=60)";
}

.alpha img {
-webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.clear{
clear:both;
}