@charset "Shift_JIS";

body {
	margin: 0;
	padding: 0;
}

.icon-gift:before {
  content: "\e99f";
    font-size: 130%;
    padding-right: 5px;
}

#wrapper img {
	border: 0;
	vertical-align: bottom;
}


#wrapper a:link { color: #000000; text-decoration:none; }
#wrapper a:visited { color: #000000; }
#wrapper a:hover { color: #000000; }
#wrapper a:active { color: #000000; }

/* Header */


/*
* styles
*/

.bk01 {
    background-color: #f4f3dd;
}

#Main {
	display: block;
	width: 60%;
    max-width: 540px;
	margin:3% auto 1%;
	position:relative;
}


#wrapper {
	margin: 2% auto;
	width: 985px;
	position: relative;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#wrapper p{
	text-align:center;
	font-size:12px;
	line-height:1.6em;
	margin: 3% 0 0;
}

#wrapper h1 {
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	letter-spacing: 0.038em;
	margin: 5% auto 3%;
	line-height: 1.6em;
    color: #12331B;
}

#wrapper h2 {
	font-size: 30px;
	font-family: 'Raleway', sans-serif;
	margin: 5% auto 3%;
	text-align: center;
}

#wrapper h3 {
	font-size: 16px;
	color: #000000;
	font-weight: 200;
	text-align: center;
	letter-spacing: 0.038em;
	margin: 10px auto 20px;
	line-height: 1.6em;
}

#wrapper h4 {
	font-family: 'Marcellus SC', serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin: 0 auto 25px;
	text-align: center;
}


.Lead {
	font-size:15px; 
	font-weight: 100;
	line-height:2.1em;
	text-align: center;
	margin: 6% auto;
    color: #7c2222;
}



.Sml {
	font-size: 12px;
	margin: 3px;
}

.item_name {
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 1.6em;
	margin: 2% auto 1%;
	color: #9e43b8;
}

.stylebox {
	width: 100%;
	margin: 2% auto;
    display: flex;
    flex-direction: row;
} 

.thumb {
	margin: .5%;
	float: left;
	text-align: center;
}

.thumb img {
	width: 100%;
}

figure {
	margin:0;
	position: relative;
}

.btn_check {
	width: 43%;
	position:absolute; 
	bottom:10%; right:0;
	cursor: pointer;
}

.btn_check2 {
	width: 43%;
	position:absolute; 
	bottom:35%; right:0;
	cursor: pointer;
}

/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 15px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px 10px;
	display: inline-block;
	margin: 0 auto 3%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 40%;
	font-size: 10px;
	margin: 2% auto;
	padding: 1%;
	color: #fff;
	border: solid 1px #000;
    background-color: #12331B;
}


/* Button 2 */
.btn-2 {
	width: 250px;
	margin: 10px auto 30px;
	border: solid 3px #414f5a;
	background-color: #414f5a;
	color: #FFFFFF;
}

.clear {
	clear: both;
}

.br_pc {
	display: block;
}

.br_sp {
	display: none;
}

.pc {
	display: block;
}
.sp {
	display: none;
}




@media only screen and (max-width:750px){
	#wrapper {
		width: 100%;		
	}	
	
	#wrapper img {
		width: 100%;
	}
	
	.wrap_content {
		width: 100%;
		float: none;
	}
	
	#Main {
		margin: 0 auto 1%;
		width: 80%;
	}	
	.pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
	#wrapper h1 {
		font-size: 14px;
		margin: 5% auto ;
	}
	
	#wrapper h2 {
		font-size: 20px;
		margin: 3% auto 2%;
	}
	
	#wrapper h3 {
		font-size: 12px;
		margin: 1% auto 3%;
	}
	
	
	#wrapper p {
		font-size: 10px;
	}
	
	.Lead {
		font-size: 12px;
		line-height: 1.8em;
	}
	
	.item_name {
		font-size: 10px;
		line-height: 1.5em;
		text-align: center;
		margin: 3% auto;
	}
	
	.thumb {
		width: 48%;
		margin: 0 1%;
	}
	
	.btn {
		font-size: 13px;
	}
	
	/* Button 1 */
	.btn-1 {
		width: 60%;
		font-size: 10px;
		letter-spacing: 0.035em;
		margin: 4% auto 10%;
	}
	
	/* Button 2 */
	.btn-2 {
		font-size: 11px;
		width: 60%;
		margin: 2% auto 8%;
		position: relative;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}

	
}