@charset "UTF-8";

#cp_area {
	width: 100%;
	background:#eee;
	padding-bottom:40px;
}
#cp_contents {
	max-width: 1000px;
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	margin:0 auto;
	background:#fff;
	padding-bottom:40px;
}
.cp_titlearea {
	position: relative;
	margin: 0 auto;
}
.title_01 {
	/*max-width: 700px;*/
	position: relative;
	margin: 0 auto;
	padding: 30px 0 70px;
	width: 95%;
}
.cp_sec00 {
	background: url(images/main_bg.jpg)no-repeat;
	background-size: cover;
	background-position: left;
}
.cp_sec01 {
	margin:0 auto;
	padding: 0;
	background:url(images/img_02.jpg)no-repeat center;
	background-size: cover;
	background-color: #fff;
	text-align: center;
}
.cp_sec02 {
	max-width: 1000px;
	margin:0 auto;
	background: #fff;
	padding: 2em 2em 4em;
}
.cp_sec03 img {
	width: 300px;
	height: auto;
	margin-top: -50px;
}
.cp_sec03 span {
	font-size: inherit;
	font-weight: bold;
}
.cp_sec03 .txtbox {
	font-size: 16px;
	padding: 20px;
}
.cp_sec03 {
    max-width: 900px;
    margin: 50px auto 0;
    background: #eee;
    padding: 0;
}

h1 {
	display: none;
	font-size:20px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
h2 {
	display: block;
	text-align: center;
	line-height: 1.4;
	color:#333;
	margin:0 auto;
	padding:20px 10px;
	font-weight: 700;
	font-size: 2.0rem;
}
img {
	border:0 none;
	height:auto;
	line-height: 1;
	outline:none;
	text-decoration: none;
}
.gaiyou {
	border-collapse: collapse;
	margin: 0 auto;
	width: 90%;
	border: 0;
}
.gaiyou td {
	padding: 5px 20px;
	font-size: 1.6em;
	color: #333;
}
.gaiyou td p {
	padding: 20px;
}
.gaiyou tr:last-child {
	border-bottom: none;
}
.gd_vitamin {
	color: #fff!important;
	background: -moz-linear-gradient(left,#bf0908,#e86160);
	background: -webkit-linear-gradient(left,#bf0908,#e86160);
	background: linear-gradient(to right,#bf0908,#e86160); 
}
.mainimage-pc {
		display: block;
	}
.mainimage-sp {
	display: none;
}
.rotate {
	display: inline-block;
  	transform: rotate(-20deg);
  	font-size: 1.4em;
}
/**.cp_leadcopy {
	background:url(images/img_02.png)no-repeat center;
	background-position: bottom;
	background-size: contain;
}**/
.cp_leadcopy_inner {
	display: inline-block;
	max-width: 70%;
	text-align: left;
	font-size:1.3rem;
	line-height: 1.8;
	color:#fff;
	margin:80px auto;
	font-weight: 500;
	/*ackground-color:rgba(255,255,255,0.5);*/
}
.cp_bodycopy {
	font-size:1.4em;
	line-height: 2.0;
	color:#333;
	max-width:700px;
	margin:20px auto;
	padding:20px;
	/*font-weight: 500;*/
	letter-spacing: 0.07em;
}

.cp_flexbox {
	display:flex;
	border-bottom: 1px solid #ccc;
	justify-content: flex-start; 
	align-items: center;
}
.cp_btn {
	padding:10px 30px!important;
	border:none;
	display: inline-block;
	font-weight: bold;
	color:#000;
	background: linear-gradient(#d6e29a, #b0c46f);
	margin: 20px auto 0;
	font-size: 16px;
	border-radius: 5px;
	white-space: nowrap;
}
.bld {
	font-weight: 700;
}
.red-text {
	font-size: inherit;
	color: #DB2B1B;
	font-weight: bold;
}
hr {
	border-style: none;
    border-top: 1px solid #000;
    width: 20%;
    margin: 20px auto;
}
.del {
	text-decoration: line-through;
}
.cp_br_sp { display: none; }

.img-center {
	display:block;
	margin: 0 auto;
}

.text-center{
	text-align: center;
}

.big-text{
	font-size:1.5em;
	line-height: 1.6em;
}

.sp-only{
	display: none;
}

.pc-only{
	display: block;
}

@media screen and (max-width: 800px){
	h1 { margin-bottom: 0!important; }
	h2 {
    	font-size:2.0rem!important;
    }
    .cp_leadcopy_inner {
		margin:60px auto;
	}
}
@media screen and (max-width: 750px){
	.cp_leadcopy_inner {
		margin:50px auto;
	}
}
@media screen and (max-width: 700px){
	.cp_bodycopy {
		font-size: 14px;
		line-height: 1.8;
	}
	.cp_leadcopy {
		font-size: 1.1rem;
		line-height: 2.0;
	}
	.cp_bodycopy {
		font-size: 16px;
	}
    .cp_btn {margin-bottom: 20px!important;}
	.mainimage-pc {
		display: none;
	}
	.mainimage-sp {
		display: block;
	}
	.cp_leadcopy_inner {
		font-size: 1.1rem;
		margin:50px auto;
	}
}
@media screen and (min-width: 701px){
	.mainimage-pc {
		display: block;
	}
	.mainimage-sp {
		display: none;
	}
}
@media screen and (max-width: 650px){
	.title_01 {
		width: 100%;
	}
	.big-text{
	font-size:1.2em;
	line-height: 1.3em;
	}
	.sp-only{
	display: block;
	}
	.pc-only{
	display: none;
	}
	.gaiyou {
		width: 100%;
	}
	.cp_flexbox {
	    flex-direction: column;
	    border-bottom: none;
	}
	.cp_leadcopy_inner {
		font-size: 1.0rem;
		margin:30px auto;
		max-width: 70%;
	}
}
@media screen and (max-width: 500px){
	.cp_leadcopy {
		font-size: 1.1rem;
		padding:30px 10px;
	}
	.cp_bodycopy {
	    font-size: 1.0rem;
	    padding: 0;
	}
	.gaiyou td {
		font-size: 1.0rem;
	}
	.gaiyou td p {
	    padding: 10px 0;
	}
	hr {
		width: 100%;
		margin-top: 0;
	}
	.cp_leadcopy_inner {
		margin:10px auto;
		max-width: 90%;
	}
	.title_01 {
		padding: 20px 0;
		width: 100%;
	}
}
@media screen and (max-width: 450px){
	.cp_sec03 .txtbox { font-size: 14px;text-align: center; }
	.cp_br_sp { display: inline; }
}
@media screen and (max-width: 380px){
	.cp_leadcopy_inner {
		font-size: 1.0rem;
		line-height: 1.8;
		margin:0 auto;
	}
}