@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%;
}

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
{
	width: 100%;
	max-width: 1000px;
	margin: 0% auto 0% auto;
	background-color: #ffffff;
	padding: 16px 0px 16px 16px;
}

h1.logo
{
	width: 40%;
	max-width: 320px;
	min-width: 320px;
	margin: 0% auto 0% 1%;
	line-height: 100%;
}

/* 入力しても良いのココから -------------------------- */
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;
}

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

div.menu_left
{
	float: left;
	width: 50%;
	max-width: 500px;
}

div.menu_right
{
	float: right;
	width: 50%;
	max-width: 500px;
}

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

div.testimony_list
{
	float: left;
	width: 50%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

div.product_list
{
	float: left;
	width: 50%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}


/* カウントダウン */
div.countdown1
{
	font-weight: bold;
	font-size: 50pt;
}

div.countdown2
{
	font-weight: bold;
	font-size: 34pt;
}

span.countdown_time
{
	color: red;
	font-weight: bold;
	font-size: 70pt;
}

span.countdown_time2
{
	color: #000000;
	font-weight: bold;
	font-size: 50pt;
}

/* 販売中のカウントダウン */

div.count_down_timer
{
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 3% 0% 3% 0%;
	background-color: #593d94;
}

div.count_down_timer_details
{
	width: 90%;
	margin: 0% auto 0% auto;
	padding: 2% 3% 2% 3%;
	background-color: #ffffff;
	border-radius: 45px;
}


/* メニュー */

div.menu_area
{
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 2% 0% 2% 0%;
	background-color: #ea4971;
}

div.menu_list01
{
	float: left;
	width: 50%;
	max-width: 500px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

div.menu_list02
{
	float: left;
	width: 50%;
	max-width: 500px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

div.menu_list03
{
	float: left;
	width: 34%;
	max-width: 343px;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}



/* おねだり数 */
div.onedari
{
	width: 100%;
	margin: 0% 0% 0% 0%;
	padding: 11% 10% 5% 0%;
	background: url(../image/0117_10.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

div.onedari_count
{
	margin: 0% 0% 0% 0%;
	padding: 0% 6% 0% 0%;
	font-size: 86pt;
	text-align: right;
	font-weight: bold;
}


/* 上部に戻るボタン */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


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

.pc{
	display: block !important;
}

.sp{
	display: none !important;
}

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