@charset "UTF-8";

/* CSS リセット */
html, body,
header, footer, hgroup,
section, article, nav, aside, details, figure, figcaption,
div, span,
a, b, i, u, s,
address, blockquote, q, ins, del, sub, sup, em, strong, abbr, cite, dfn, code, samp, var, mark, data,
h1, h2, h3, h4, h5, h6,
p, ol, ul, li, dl, dt, dd, pre,
bdo, bdi,
ruby, rt, rp,
fieldset, legend, label,
table, thead, tbody, tfoot, tr, th, td, caption, colgroup, col,
img, audio, video, source, track,
form, summary,
iframe
{
	margin: 0;
	padding: 0;
}

*, *:before, *:after
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

table
{
	border-collapse: collapse;
}

img
{
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	border: none;
}

img.size
{
	width: 100%;
}

img.size90
{
	width: 90%;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #e5007f;
	text-decoration: no-decoration;
}


a:hover img
{
	/*opacity: 0.8;*/
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

ol, ul
{
	list-style: none;
}

div.under_line
{
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dotted #7a7a7a;
}

/* 基本エリア */
html
{
	height: 100%;
	scroll-behavior: smooth;
}

body
{
	height: 100%;
	margin: 0%;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 16pt;
	color: #000000;
	text-align: center;
}

.clearfix:after
{
	content: "";
	clear: both;
	display: block;
}

.clear
{
	clear: both;
	font-size: 1px;
	height: 1px;
}

/* フッター */
footer.block_footer
{
	min-width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
	background-color: #4c4298;
	color: #ffffff;
	font-size: 12pt;
}

/* ヘッダーロゴ規定 ---------------------------------- */
div.header
{
	position: fixed;
	z-index: 999;
	width: 100%;
	max-width: 1000px;
	margin: 0% auto 0% auto;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	background-color: #ffffff;
}

div.logo
{
	float: left;
	width: 26%;
	margin: 0% 0% 0% 0%;
	padding: 3% 0% 1% 0%;
	line-height: 100%;
}

/* フローティング ボタン */
div.header_menu
{
	float: right;
	width: 60%;
	max-width: 600px;
	margin: 0% 0% 0% 0%;
}

div.menu_left
{
	float: right;
	width: 35%;
	margin: 0%;
	padding: 2% 0% 0% 0%;
	text-align: center;
}

div.menu_right
{
	float: right;
	width: 35%;
	margin: 0%;
	padding: 2% 0% 0% 0%;
	text-align: center;
}

/* 入力しても良いのココから -------------------------- */
div.all_block
{
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	width: 100%;
	max-width: 1000px;
	padding: 0% 0% 0% 0%;
	margin: 0px auto 0px auto;
	font-size: 16pt;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
}

div.main_img
{
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 120px 0px 0px 0px;
}

div.content_img
{
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
}

div.content_text
{
	width: 84%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 1% 0% 3% 0%;
	font-size: 26pt;
	line-height: 180%;
	text-align: left;
}

/* コンバージョンエリア */
div.cv_area
{
	width: 100%;
	margin: 0%;
	padding: 0%;
	text-align: center;
	background: url(../image/cv_bg08_202504.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

div.button01
{
	width: 80%;
	margin: 0% auto 0% auto;
	padding: 124% 0% 0% 0%;
}

div.button02
{
	width: 80%;
	margin: 0% auto 0% auto;
	padding: 138% 0% 70% 0%;
}

/* 大創業祭 */
div.coupon_area
{
	width: 95.8%;
	padding: 0px 0px 0px 0px;
	margin: 0% auto 0% auto;
}

div.coupon_left
{
	float: left;
	width: 40%;
	padding: 20px 0px 20px 0px;
	margin: 0% 0% 0% 0%;
	text-align: center;
	color: #ffffff;
	font-size: 24pt;
	background-color: #000000;
	border: 1px solid #000000;
}

div.coupon_right
{
	float: right;
	width: 60%;
	padding: 20px 0px 20px 0px;
	margin: 0% 0% 0% 0%;
	text-align: center;
	color: #000000;
	font-size: 24pt;
	background-color: #ffffff;
	border: 1px solid #000000;
}


/* よくあるご質問 -------------------------- */
div.q_area
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px;
	color: #000000;
	text-align: center;
	background-color: #eeeeee;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}

div.q_img
{
	float: left;
	width: 8%;
	margin: 0%;
	padding: 1% 1% 1% 1%;
}

div.q_text
{
	float: left;
	width: 92%;
	margin: 0%;
	padding: 2.5% 1% 1% 1%;
	text-align: left;
	font-size: 18pt;
	color: #534094;
	font-weight: bold;
	line-height: 150%;
}

div.a_area
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px;
	color: #000000;
	text-align: center;
}

div.a_img
{
	float: left;
	width: 8%;
	margin: 0%;
	padding: 1% 1% 1% 1%;
}

div.a_text
{
	float: left;
	width: 92%;
	margin: 0%;
	padding: 2.3% 1% 5% 1%;
	text-align: left;
	font-size: 16pt;
	color: #000000;
	font-weight: noemal;
	line-height: 160%;
}

div.a_text a
{
	color: #ff0000;
}

/* 成分 */
div.product-detcuis
{
	width: 100%;
	max-width: 1000px;
	padding: 3% 6% 3% 6%;
	margin: 20px auto 0px auto;
	text-align: left;
	background-color: #EBEBF4;
}

div.product-detcuis-tittle
{
	padding: 0% 0% 1% 0%;
	margin: 0px auto 0px auto;
	font-size: 16pt;
	color: #3E2F80;
	font-weight: bold;
}

div.product-detcuis-text
{
	padding: 0% 0% 5% 3%;
	margin: 0px auto 0px auto;
	font-size: 12pt;
	color: #000000;
}

/* 栄養成分表示テーブル */
table.nutrition_table
{
	width: 100%;
}

td.nutrition_title
{
	width: calc(100%/3);
	padding: 10px;
	color: #3c3c3c;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #999999;
	background-color: #eeeeee;
}

td.nutrition_text
{
	padding: 10px;
	color: #3c3c3c;
	font-size: 12pt;
	text-align: center;
	border: 1px solid #999999;
	background-color: #ffffff;
}



/* クローズ用バナー表示 */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    padding-top: 60px; 
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: center;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#modal-image {
    max-width: 100%;
    height: auto;
}


/* パソコンとスマホで画像やテキストを切り替える */

.pc{
	display: block !important;
}

.sp{
	display: none !important;
}

@media only screen and (max-width: 800px)
{
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
}