@charset "utf-8";

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

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

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

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_tab.jpg");
background-position:top;
background-size: contain;
background-repeat: no-repeat;
overflow: hidden;
}

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

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

#first .splash{
position: absolute;
top:150px;
left:0;
right:0;
z-index:11;
text-align: center;
width:650px;
margin:0 auto;
}

#first .main-bottle{
position: absolute;
top:240px;
left:0;
right:0;
z-index:22;
text-align: center;
width:300px;
margin:0 auto;
}

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


#second{
position:relative;
}

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

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

.try{
width:200px;
margin:0 auto;
}

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

.item-detail h1{
width:100%;
}

.item-detail p{
width:100%;
margin:30px 0 0 0;
font-size:1.4rem;
line-height: 2rem;
font-weight: bold;
}

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

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

.photo img{
max-width:200px;
width:100%;
}


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

}

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

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

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

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

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

.life p{
color:#FFF;
font-weight:bold;
font-size:1.2rem;
line-height: 1.8rem;
text-align: center;
padding:5%;
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:100px 0;
}

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

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

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

.gallery img{
border: 5px 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:100px 0;
}

#fifth h1{
text-align: center;
width:90%;
margin:0 auto;
}

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

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

.ect{
color:#FFF;
background:#ff4668;
padding:5px 10px;
width:150px;
margin:40px 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:80%;
margin:60px auto 0;
}

.flex2 div{
width:30%;
}

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

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

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

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

.bottle-photo{
width:15%;
}

.bottle-photo img{
max-width:120px;
width:100%;
}

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

.spec{
width:60%;
}

.flex3 h1{
width:80%;
}

table.spec-table{
border-top:1px solid #FFF;
border-left:1px solid #FFF;
margin-top:15px;
width:100%;
}

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

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

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

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

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

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

.pcview{
display:none!important;
}

.tabview{
display:block!important;
}

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