body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	zoom:1;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

img,video {
	width: 100%;
	display: block;
}

.mb50{
	margin-bottom: 50px;
}
/*-------------------------------------------------
	//オファー注意書き共通用
-------------------------------------------------*/
.offerTxt{
	margin: 0 auto;
	position: relative;
	font-size: 1rem;
	line-height: 1.3;

}
	.offerTxt li:before{
	content: '・';
	display: block;
	position: absolute;
	left: 0;
}
.offerTxt li:last-child:before{
	content: '※';
}
.offerTxt li{
	margin-bottom: 3px;
	padding-left: 15px;
}
.offerTxt li a{
	text-decoration: underline;
	color: #333;
}
p.preOrder{
	margin-top: 5px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
}
@media screen and (max-width: 720px){
	.offerTxt{
		font-size: 0.6rem;
		line-height: 1;
		letter-spacing: -0.07em;
	}
	.offerTxt li{
		padding-left: 10px;
	}
	p.preOrder{
		font-size: 0.6rem;
	}
}
/*成分表*/
.component{
	margin: 20px 2% 0;
	border:1px solid #CCC;
	padding:10px;
	line-height:160%;
	font-size: 1rem;
}
.component dt{
	font-weight: bold;
}
.component dt.title{
	margin-bottom: 20px;
}
.component dd{
	margin-bottom: 20px;
}
.component dd:last-child{
	margin-bottom: 0;
}
/*-------------------------------------------------
	//footer用
-------------------------------------------------*/
div, p {
	text-align: left;
	margin: 0;
	line-height: 150%;
	font-size: 12px;
	padding: 0px;
}
footer{
	margin-top:40px;
	border-top:3px solid #AA860C;
	padding-top:20px;
	text-align: center;
}
@media only screen and (max-width : 1000px){
	footer ul{
		margin-bottom: 80px;
	}
}
footer li{
	line-height:150%;
	padding-bottom:10px;
	color:#333333;
}

footer li a{
	color:#333333;
}
/*	コピーライト　*/
address{
	padding:3% 0;
	border-top:3px solid #000060;
}

address p{
	color:#666666;
	font-size:0.9em;
	text-align:center;
}

/* ロード画面 */
#loading {
	width: 100%;
	min-height: 100vh;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#loading img {
	max-width: 100%;
	width: 400px;
}

.blinking{
	animation:blink 1.0s ease-in-out infinite alternate;
}
@keyframes blink{
	0% {opacity:0.7;}
	100% {opacity:1;}
}

/**********ダイエット協会コンテンツ************/
.societyBox{
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 30px 0;
}
.societyBox .societyMovie01{
	position: absolute;
	width: 20%;
	left: 2%;
	top: 19.2%;
}
.societyBox .societyMovie02{
	position: absolute;
	width: 30%;
	right: 5%;
	top: 46.5%;
}
.societyBox .societyMovie03{
	position: absolute;
	width: 18%;
	right: 7%;
	top: 68%;
}