@charset "utf-8";

* {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
    width: 100%;
    height: 100%;
}

body {
    font-family: メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000;
    font-size: 1.0rem;
    font-weight: normal;

    background-color: #4d060c;
}

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

.clear { clear: both;}

.content_wrapper{
    position: relative;
    width: 100%;

    min-width: 1024px;
    height: 100%;
    text-align: center;
    overflow-x: hidden;
}

.content_inner{
	position: absolute;
	left: 50%;
	margin-left: -512px;

	width: 1024px;
}

h1{
	position: relative;
	width: 1920px;
	margin-left: -448px;
}

h1 .header_logo{
	position: absolute;
	left: 483px;
	top: 30px;
}

.content_data_body{
	position: relative;
	width: 1150px;
	height: 0px;
	margin-left: -63px;

	overflow:hidden;
	text-align: center;
}
.content_data_body_inner{
	position: relative;
}

.btn_content_data_detail{
	position: absolute;
	left: 241px;
}
.rummy .btn_content_data_detail{
	bottom: 115px;
}
.bacchus .btn_content_data_detail{
	bottom: 115px;
}
.coffee_liqueur .btn_content_data_detail{
	bottom: 115px;
}
.almond_chocolate .btn_content_data_detail{
	bottom: 95px;
}
.almond_chocolate_crisp .btn_content_data_detail{
	bottom: 95px;
}

.btn_content_data_close{
	position: absolute;
	right: 163px;
}

.rummy .btn_content_data_close{
	bottom: 60px;
}
.bacchus .btn_content_data_close{
	bottom: 60px;
}
.coffee_liqueur .btn_content_data_close{
	bottom: 60px;
}
.almond_chocolate .btn_content_data_close{
	bottom: 40px;
}
.almond_chocolate_crisp .btn_content_data_close{
	bottom: 40px;
}

.menu_bgArea .st-Container .menu-TitleWrap .title .bigTx,.recipe_read{
	color:#450e7a;
}