#logo{
	position: absolute;
	top:3%;
	right:3%;
	width: 17%;
	-webkit-animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#logo2{
	display: none;
}

#catch{
	position: absolute;
	left:0;
	top:4%;
	width: 43%;
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000)  both;
	        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000)  both;
}

#point_cnt{
	width: 52%;
	display: flex;
	justify-content:space-between;
	position: absolute;
	right: 3%;
	bottom:13%;

}

.point{
	border: solid 1.5px #b9a47a;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	width: 24%;
}

.point_height{
	position: relative;
	padding-top: 100%;
	height: 0;
}

.point_height_1line p{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: calc((100% - 1.5em)/2.0);
	font-size:1.3vw;
	color: #b9a47a;
	line-height: 1.25em;
}

.point_height_3line p{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: calc((100% - 1.5em)/2.75);
	font-size:1.3vw;
	color: #b9a47a;
	line-height: 1.25em;
}

.point_height p{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: calc((100% - 1.25em)/2.25);
	font-size:1.3vw;
	color: #b9a47a;
	line-height: 1.25em;
}

.product_img{
	width: 37%;
	position: absolute;
	bottom:3%;
	left:2%;
}

#move_1st{
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s both;
}

#move_2nd{
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s both;
}

#move_3rd{
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.9s both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.9s both;
}

#move_4th{
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.1s both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.1s both;
}

#move_5th{
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.3s both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.3s both;
}

.pd_name{
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.sup2{
	font-size: 0.75em;
}

.notes2{
	font-size: 0.75em;
	text-align: left;
	color: #7a7a7a;
	line-height: 1.5em;
}

.notes2 li{
	padding-left: 1em;
	text-indent: -1em;
}

.pd_l{
	float: left;
	width: 350px;
}

.pd_r{
	float: right;
	width: 530px;
}

.check_list{
	width: 630px;
}

.composition_2{
	width: 630px;
	margin: 40px auto 0 auto;
	float: none;
}

.product{
	width: 930px;
	margin:0 auto 60px auto;
}

h2.pd_name{
	margin-bottom: 40px;
}

h2.pd_name:after{
	display: none;
}

.h2_pd{
	line-height: 1.5em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #f3a098;
	text-align: left;
	font-size: 27px;
}

.h2_pd:after{
	display: none;
}

.check_list{
	margin-bottom: 80px;
}

@media screen and (max-width: 768px){
	#logo{
		position: absolute;
		top:3%;
		right:3%;
		width: 31.25%;
	}

	#catch{
		position: absolute;
		left:0;
		top:5%;
		width: 68.3%;
		-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000)  both;
				animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000)  both;
	}
	
	#point_cnt{
		width: 95%;
		display: flex;
		justify-content:space-between;
		position: absolute;
		left:2.5%;
		right: 2.5%;
		bottom:7%;
	}
	
	.point{
		width: 23.5%;
	}

	.point_height p{
		top: calc((100% - 1.25em)/2.5);
		font-size:3vw;
	}
	
	.point_height_1line p{
		position: absolute;
		left: 0;
		right: 0;
		text-align: center;
		top: calc((100% - 1.5em)/2.0);
		font-size:3vw;
		color: #b9a47a;
		line-height: 1.25em;
	}
	
	.point_height_3line P{
		top: calc((100% - 1.5em)/3);
		font-size:3vw;
		line-height: 1.2em;
	}
	
	.product_img{
		width: 55%;
		position: absolute;
		bottom:20%;
		left:40%;
	}
	
	.product{
		width: 95%;
		margin:0 auto 20px auto;
	}

	
	.pd_l{
		float: none;
		width: 50%;
		margin: 0 auto 20px auto;
	}

	.pd_r{
		float: none;
		width: 100%;
	}

	
	.check_list{
		width: 75%;
		margin: 0 auto;
	}
	
	#check2{
		width: 85%;
		margin: 0 auto;
	}
	
	.composition_1{
		margin-top: 20px;
	}
	
	.composition_2{
		width: 100%;
		margin: 0;
		float: none;
	}
	
	.h2_pd{
		line-height: 1.5em;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: solid 1px #f3a098;
		font-size: 5vw;
	}
	.check_list{
		width: 60%;
		margin: 0 auto 40px auto;
	}
	
	.irregular_3_mgn_s{
		margin-top: 30px;
	}
}