* {
	margin:0;
	padding:0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
	line-height:150%;
}

article,aside,canvas,details,figcaption,figure,header,footer,hgroup,menu,nav,section,summary {
	display: block
}

img {
	border:0;
	vertical-align:bottom;
}

li {
	list-style:none;
}





/* CSS Document */

header {
	width:950px;
	margin:0 auto;
	display:table;
}

header .logo {
    padding:15px 0 13px;
    float: left;
    width: 485px;
    text-align: left;
}
header .logo img {
	display:block;
}

header ul {
	float: right;
	width:300px;
	margin-top:23px;
	font-size:75%;
	line-height:130%;
}
header ul li {
	display: block;
	float: right;
}
header ul li a {
	color:#777;
	text-decoration:none;
}
header ul li.mypage,
header ul li.entry {
	border-right:solid 1px #DDD;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
}



/* CSS Document */


.bar_01 {
	font-size:90%;
	line-height:150%;
	color:#FFF;
	background:#000;
	padding:8px 0;
	margin-top:-20px;
}
.bar_01 strong {
	font-weight:normal;
	width:900px;
	margin:0 auto;
	display:block;
}



div.header h1.text {
	width:900px;
	margin:20px auto;
	font-size:270%;
	line-height:130%;
	text-align:center;
	color:#F00;
}
div.header h2.text {
	width:900px;
	margin:20px auto;
	font-size:200%;
	line-height:130%;
	text-align:center;
}


div.header h1.img {
	background-size:cover;
	background-position:center;
	position: relative;
	z-index: 0;
	overflow: hidden;
	margin:0;
}
div.header h1.img div {
	background: rgba(255, 255, 255, 0.7);
}
div.header h1.img:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}
div.header h1.img img {
	display:block;
	margin:0 auto;
}


div.header h2.img img {
	display:block;
	margin:0 auto;
}


/* CSS Document */

#wrap {
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	padding:20px 0;
}


/* CSS Document */

article {
	box-sizing: border-box;
	background:#FFF;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:400;
}

article .text {
	width:900px;
	margin:0 auto;
}
article .text p {
	margin:30px 0;
}

article .text_set {
	width:900px;
	margin:0 auto;
}
article .text_set p {
	margin:30px 0;
}


.btn {
	margin:30px 0;
	text-align:center;
}


h2 {
	width:900px;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
	background:#900;
	color:#FFF;
	font-size:100%;
	line-height:130%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:20px auto 10px;
}
h2::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #FFF;
	border-radius: 4px;
}


.red_title {
	font-weight:800;
	text-align:center;
	width:900px;
	margin:50px auto;
	font-size:250%;
	line-height:140%;
	color:#900;
}


table.talk {
	width:750px;
	margin:20px auto;
	border-collapse:collapse;
	border-spacing:0;
	padding:10px;
	font-style:italic;
	border:solid 1px #CCC;
	font-weight:300;
	font-size:120%;
	line-height:150%;

background: -webkit-gradient(linear, left top, right bottom, from(#EEE), color-stop(0.25, #EEE), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #EEE), color-stop(0.75, #EEE), color-stop(0.75, white), to(white));
background: -moz-linear-gradient(-45deg, #EEE 25%, white 25%, white 50%, #EEE 50%, #EEE 75%, white 75%, white);
background: linear-gradient(-45deg, #EEE 25%, white 25%, white 50%, #EEE 50%, #EEE 75%, white 75%, white);
background-size: 4px 4px;
}
table.talk th,
table.talk td {
	vertical-align:top;
	padding:0 20px 20px 20px;
}
table.talk th {
	width:13%;
	text-align:left;
	padding-right:0;
	padding-left:30px;
}


table.talk tr:nth-of-type(1) th,
table.talk tr:nth-of-type(1) td {
	padding-top:20px;
}


.goods_info {
	width:710px;
	margin:30px auto;
	border:solid 4px #EEE;
	padding:20px;
}



/* CSS Document */

.img_title img {
	display:block;
	margin:50px auto 20px;
}


.img img {
	display:block;
	margin:30px auto;
}


.button {
	text-align:center;
	margin:45px auto;
}





/* CSS Document */

.review {
	width:900px;
	margin:30px auto;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	display: table;
}

.review dt {
	display: table-cell;
	width:20%;
	vertical-align:top;
	padding:30px 0;
}
.review dt img {
	border:solid 1px #DDD;
	padding:3px;
	display:block;
	margin:0 0 10px;
}
.review dt p {
	font-size:50%;
	line-height:130%;
	color:#666;
	margin:7px 0;
}
.review dt p strong {
	font-size:140%;
	margin:0 5px 0 0;
}

.review dd {
	display: table-cell;
	border-left:dotted 1px #CCC;
	vertical-align:top;
	padding:30px 0 30px 30px;
}
.review dd p {
	font-size:70%;
	line-height:150%;
}
.new_title {
	clear:both;
	font-weight:bold;
	padding:10px 0 0;
}

.star {
	color:#FFA64D;
	float:left;
	letter-spacing:-4px;
	font-size:100%;
	line-height:100%;
}
.star span {
	color:#CCC;
}
.star b {
	margin:0 0 0 10px;
	font-size:130%;
	line-height:100%;
	font-weight:normal;
}

.day {
	float:right;
	font-size:70%;
	line-height:130%;
}





/* CSS Document */

.check {
	margin:30px auto;
width:750px;
}
.check li {
	background:url(images/check/check.jpg) no-repeat;
	background-position:left center;
	padding:15px 0 15px 50px;
	border-bottom:dotted 1px #CCC;
}

.check_01 {
	margin:30px 50px;
}
.check_01 li {
	background:url(images/check/check_01.jpg) no-repeat;
	background-position:left center;
	padding:15px 0 15px 30px;
	border-bottom:dotted 1px #CCC;
}

.check_02 {
	margin:30px 50px;
}
.check_02 li {
	background:url(images/check/check_02.jpg) no-repeat;
	background-position:left center;
	padding:15px 0 15px 40px;
	border-bottom:dotted 1px #CCC;
}

.check_03 {
	margin:30px;
}
.check_03 li {
	background:url(images/check/check_03.jpg) no-repeat;
	background-position:left center;
	padding:15px 0 15px 50px;
	border-bottom:dotted 1px #CCC;
}



/* CSS Document */

footer > ul {
	display:table;
	width:950px;
	margin:20px auto 20px;
	font-size:70%;
	line-height:130%;
	color:#555;
}
footer a {
	text-decoration:none;
	color:#555;
}
footer > ul > li {
	display:table-cell;
}

footer > ul > li:nth-of-type(1) {
	width:30%;
}
footer > ul > li:nth-of-type(2) {
	width:70%;
	text-align:right;
}
