@charset "utf-8";
/* CSS Document */


/*====================
reset
====================*/
figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol {
	margin: 0;
	padding: 0;
}
div:after, dl:after, ul:after {
	content: none;
}
*:focus {
	outline: none;
}
p, h1, h2, h3, h4, h5, h6, a, li, caption, td, th, dt, dd, input, textarea, select, address {
    font-family: "NotoSansCJKjp","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: normal;
}
/*====================
FONT読み込み
====================*/
@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 400;
	src: url(/sweets/hello-chocolate/common/font/NotoSansCJKjp-Regular.woff)format('woff');
}
@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: bold;
	font-weight: 700;
	src: url(/sweets/hello-chocolate/common/font/NotoSansCJKjp-Bold.woff)format('woff');
}

/*====================
basic
====================*/
* {
	box-sizing: border-box;
}
.contents_wrap,
.mfp-content{
	/*-webkit-text-size-adjust: 100%;*/
	font-size: 15px;
	line-height: 1.6;
	color: #3d3d3d;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.contents_wrap img,
.mfp-content img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	display: block;
	-webkit-backface-visibility: hidden;
}

/* 641px～ For SP
====================================================*/

@media screen and (max-width: 640px), print {
.isPC {
	display: none !important;
}
.contents_wrap,
.mfp-content{
	font-size: 14px;
	line-height: 1.7;
}
	
	
}

/* 641px～ For PC
====================================================*/

@media screen and (min-width: 641px), print {
.isSP {
	display: none !important;
}
body {
	min-width: 950px;
	position: relative;
}

}
