/*-----------------
基本設定
-----------------*/

*{
	margin: 0;
	padding: 0;
}

body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#wrapper{
    max-width: 800px;
	margin: 0px auto;
	overflow: hidden;
}

.name{
	text-align: center;
	font-size: 60%;
}

.top{
	position: relative;
}

.top_logo{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
    animation: bgAnime1 4.0s;
	animation-timing-function: ease-in;
    animation-fill-mode: backwards;
	animation-delay: 0.5s;
	opacity: 0;
}

@keyframes bgAnime1 {
   0% { opacity: 0; }
	25% { opacity: 1; }
	50% { opacity: 1; }
 100% { opacity: 0; }
}

.top_catch{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
    animation: bgAnime2 4.0s;
	animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
	animation-delay: 4.5s;
	opacity: 0;
}

@keyframes bgAnime2 {
   0% { opacity: 0; }
	25% { opacity: 1; }
 50% { opacity: 1; }
 100% { opacity: 0; }
}

.top_complete{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
    animation: bgAnime3 2.5s cubic-bezier(0, 0, 0, 0);
	animation-timing-function: linear;
    animation-fill-mode: forwards;
	animation-delay: 8.5s;
	opacity: 0;
}

@keyframes bgAnime3 {
   0% {
	   opacity: 0;
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  
  100% {
	  opacity: 1;
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}





.top2{
	position: relative;
	line-height: 0;
	overflow: hidden;
}

.top_logo2{
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
    animation: bgAnime4 3.0s;
	animation-timing-function: ease-in;
    animation-fill-mode: backwards;
	animation-delay: 0.5s;
	opacity: 0;
}

@keyframes bgAnime4 {
   0% { opacity: 0; transform: scale(10.0)}
	25% { opacity: 1; transform: scale(1.0)}
	60% { opacity: 1; transform: scale(1.0)}
 100% { opacity: 0; transform: scale(0)}
}

.top_catch2{
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
    animation: bgAnime5 4.0s;
	animation-timing-function: ease-in;
    animation-fill-mode: backwards;
	animation-delay: 4.0s;
	opacity: 0;
}

@keyframes bgAnime5 {
   0% { opacity: 0; transform: scale(10.0)}
	25% { opacity: 1; transform: scale(1.0)}
	60% { opacity: 1; transform: scale(1.0)}
 100% { opacity: 0; transform: scale(0)}
}

.top_complete2{
	position: absolute;
	overflow: hidden;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
    animation: bgAnime6 2.0s;
	animation-timing-function: ease-in;
    animation-fill-mode: forwards;
	animation-delay: 8.5s;
	opacity: 0;
}

@keyframes bgAnime6 {
   0% { opacity: 0; transform: scale(10.0)}
	35% { opacity: 1; transform: scale(1.0)}
	55% { opacity: 1; transform: scale(1.2)}
 100% { opacity: 1; transform: scale(1.0)}
}


.aging{
	margin-top: 13%;
	line-height: 0;
}

.lotion50{
	margin-bottom: 8%;
}

.kounyu_01{
	margin-top: 0%;
	text-align: center;
	position: relative;
	line-height: 0;
}

.bottun_01{
	width: 100%;
	height: auto;
	position: absolute;
	top: 29.3%;
	bottom: auto;
	right: auto;
	left: auto;
}

.bottun_00{
	width: 100%;
	height: auto;
	position: absolute;
	top: 63.5%;
	bottom: auto;
	right: auto;
	left: auto;
}

.bottun_02{
	width: 100%;
	height: auto;
	position: absolute;
	top: 93%;
	bottom: auto;
	right: 0;
	left: auto;
}

.kounyu_01_2{
	margin-top: 0%;
	text-align: center;
	position: relative;
	line-height: 0;
}

.bottun_08{
	width: 100%;
	height: auto;
	position: absolute;
	top: 26.5%;
	bottom: auto;
	right: auto;
	left: auto;
}

.bottun_09{
	width: 100%;
	height: auto;
	position: absolute;
	top: 60.5%;
	bottom: auto;
	right: auto;
	left: auto;
}

.bottun_10{
	width: 100%;
	height: auto;
	position: absolute;
	top: 92.5%;
	bottom: auto;
	right: 0;
	left: auto;
}

.bottun_03{
	width: 100%;
	height: auto;
	position: absolute;
	top: auto;
	bottom: 2.1%;
	right: 0;
	left: auto;
}

.kounyu_02{
	margin-top: 0px;
	text-align: center;
	position: relative;
	line-height: 0;
}

.bottun_04{
	width: 100%;
	height: auto;
	position: absolute;
	top: 44.2%;
	bottom: auto;
	right: auto;
	left: auto;
}

.bottun_05{
	width: 100%;
	height: auto;
	position: absolute;
	top: 69%;
	bottom: auto;
	right: 0;
	left: auto;
}

.bottun_06{
	width: 100%;
	height: auto;
	position: absolute;
	top: auto;
	bottom: 2.4%;
	right: 0;
	left: auto;
}

.bottun_07{
	width: 100%;
	height: auto;
	position: absolute;
	top: 19.7%;
	bottom: auto;
	right: 0;
	left: auto;
}


.concept{
	margin-top: 20px;
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(15%);
}

.kodawari{
	margin-top:5%;
	margin-bottom:10%;
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(15%);
}

.zenhoui2{
	margin-top: 25px;
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(10%);
	line-height: 0;
}
.zenhoui{
	margin-top: 25px;
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(10%);
	line-height: 0;
}

.threeweeks{
	line-height: 0;
}

.brandproducer{
	margin-top: 8%;
}


.howto_cream{
	position: relative;
}

.movie_cream{
	width: 100%;
	height: auto;
	position: absolute;
	top: auto;
	bottom: 5%;
	text-align: center;
}

.zeitakuseibun{
	margin-top: 8%;
	line-height: 0;
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(15%);
}

.insta{
	margin-top: 20px;
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(15%);
	line-height: 0;
}

.insta2{
	line-height: 0;
}

.voice1{
	margin-top: 6%;
	line-height: 0;
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(10%);
}

.q_a{
	margin-top: 30px;
}

.saranimiru2{
	display: block;
	width: 52%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	background-color: #4C4948;
	color: white;
	font-size: 80%;
	font-weight: normal;
}

.saranimiru2:hover{
	opacity: 0.5;
	cursor: pointer;
}

.mutenka{
	margin-top: 13%;
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(15%);
}

.activate{
	line-height: 0;
}
	

.fadein{
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
}

.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#product_info{
	width: 90%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#product_info_lotion{
	width: 90%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.product_name{
	color: #4C4948;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.zenseibun{
	font-size: 85%;
	color: #4C4948;
	text-align: justify;
	border: 1px solid #4C4948;
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}


footer{
	clear: both;
	margin-top: 30px;
}

footer a{
	text-decoration: underline;
	color: #4C4948;
}

footer a:hover{
	text-decoration: underline;
}

footer a:visited{
    color: #4C4948;
}


.policy_text{
	text-align: center;
}

.tokutei_text{
	text-align: center;
}


.kigyou_text{
	text-align: center;
}

.chosakuken{
	text-align: center;
}

footer p{
	text-align: center;
	line-height: 2.0em;
	font-size: 85%;
}
