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 {
vertical-align:bottom;
}
video{
	display: block;
	width: 100%;
}
/*****************************************/

@media screen and (min-width:751px) {
	#contents{
		width: 750px;
		margin: 0 auto;
	}
}
@media screen and (max-width:750px) {
	#contents{
		width: 100%;
	}
}
.switch{
	display: none;
	min-height: 200px;
}

.cvBox,.movieBox{
	position: relative;
}
.cvBox .btn01{
	position: absolute;
	width: 88%;
	left: 0;
	right: 0;
	margin: 0 auto;
	/*top:78.5%;*/
	top:76%;
}

.movieBox .movie01,
.movieBox .movie02{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.movieBox .movie01{
	width: 90%;
	height: 70%;
	margin: 20px auto;
	top: 25%;
}
.movieBox .movie02{
	width: 80%;
	top: 18%;
}
/*成分表示*/
.component{
	width: 96%;
	margin: 50px auto;

}
.component .component-title{
	margin-bottom: 20px;
	font-size: 1.2rem;
	color: #004197;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.component .component-title:before,
.component .component-title:after{
	content: '';
	position: absolute;
	border-top: 3px solid #004197;
	width: 35%;
	top: 50%;
}
.component .component-title:before{
	left: 0;
}
.component .component-title:after{
	right: 0;
}

.component .component01{
	margin-bottom: 30px;
	border-bottom: 1px solid #004197;

}
.component .component01 dt{
	color: #004197;
	font-weight: bold;
}
.component .component01 dt,
.component .component02 dt{
	font-size: 1rem;
	line-height: 1.5;
}
.component .component01 dd,
.component .component02 dd{
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.5;
}
.component .component01 dd .italic{
	font-style: italic;
}
.component .component01 dd ul li{
	position: relative;
	padding-left: 5%;
}
.component .component01 dd ul li:before{
	content: '●';
	position: absolute;
	left: 0;
}
/**********************/
.upsell {
	max-width: 600px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.upsell .cv_b {
	width: 86%;
	top: 7%;
	left: 7%;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.upsell2 .cv_b {
	width: 86%;
	top: 7%;
	left: 7%;
}

.upsell2 .cv_a {
	top: 0;
	left: 9.5%;
	width: 50%;
	height: 7.5%;
}

.upsell2 .cv_a button {
	height: 100%;
	width: 100%;
	border: 0;
	background: transparent;
	cursor: pointer;
}


.upsell2 .cv_arrow {
	top: 0.3%;
	right: 0;
	width: 41%;
	height: auto;
	animation: flash 1s linear infinite;
}

.upsell2 .relative {
	max-height: 100%;
}

.upsell2 .relative img {
	max-height: 100%;
	max-width: 100%;
}

.cvBox .movie_upsell_c{
	background: url("../img/upsell/upsell_b_02.jpg") repeat-y;
	background-size: 100%;
}
.cvBox .movie_upsell_c video{
	width: 82.6%;
	margin: 0 auto;
}


.no_animation {
	height:auto;
}

.fadeIn_left {
	max-height: 0;
	opacity: 0.2;
	overflow: hidden;
	transition: max-height 3s linear,opacity 1s linear;
}
.fadeIn_left.is-show {
	max-height: 2120px;
	opacity: 1;
}

.upsell_button {
	cursor: pointer;
}

@keyframes flash {
	0%,50%, 100% {
		opacity: 1;
	}

	75% {
		opacity: 0.0;
	}
}

.inview_adjust {
	display: block;
	height: 0;
	width: 0;
	top: 300px;
}

.rc_openBtn {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	width: 100%;
	max-width: 400px;
}
.rc_openBtn img {
	max-width: 100%;
}
.rc_float_parent {
	cursor: pointer;
}

/*font*/
.component .component-title , .component .component01 dt, .component .component02 dt , .component .component01 dd , .component .component02 dd {
    font-size: 16px;
    font-size: 1.6rem;
}


/* ロード画面 */
#loading {
	width: 100%;
	min-height: 100vh;
	background: #81298b;
	display: none;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	position:fixed;
	top:0;
	left: 0;
	z-index:99999999;
}
#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;}
}
@media screen and (max-width: 600px) {
    #loading {
		min-height: 100vh;
    }
}
@supports (-webkit-touch-callout: none) {
    #loading {
        /* Safari用のハック */
        height: -webkit-fill-available;
    }
}
