@charset "utf-8";
/*-----------------------------------------------------------------------------
** fix
-----------------------------------------------------------------------------*/
body,html {
	/*height: 100%;高さが計算できなくなる*/
	overflow-x: hidden; /* スワイプ時に、左右に動くことを 禁止*/
}

/*-----------------------------------------------------------------------------
** 初期設定
-----------------------------------------------------------------------------*/
html {
	font-size: 62.5%;/* 10px */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: url("https://www.movic.jp/img/freepage/dakimakuraDP/img/bg_white.png") left top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
}

/*-----------------------------------------------------------------------------
** a
-----------------------------------------------------------------------------*/
a {
	color: #0585cf;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);/* スマホリンクのグレー背景を無効にする */
}
a:hover,
a:active {
	color: #ff8800;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------
** img
-----------------------------------------------------------------------------*/
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

/*-----------------------------------------------------------------------------
** wrap
-----------------------------------------------------------------------------*/
#wrap {
	min-height: calc(100vh - 44px);	
	text-align: left;
	width: 100%;
}

/*-----------------------------------------------------------------------------
** header
-----------------------------------------------------------------------------*/
header {
	width: 100%;
}
header h1 {
	background: #000000;
	color: #FFFFFF;
	font-size: 1.1rem;
	font-weight: normal;
	margin-bottom: 16px;
	overflow: hidden;
	padding: 1px 10px;
}
header h1 span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (min-width: 769px) {
	header h1 {
		margin-bottom: 20px;
		padding: 1px 0;
	}
	header h1 span {
		display: block;
		margin: 0 auto;
		width: 1000px;
	}
}
#headerInner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 0 2.6%;
}
@media screen and (min-width: 769px) {
	#headerInner {
		margin: 0 auto;
		width: 1000px;
	}
}
#headerInner #titleImgPc {
	display: none;
}
@media screen and (min-width: 769px) {
	#headerInner #titleImgPc {
		display: block;
		margin-top: 15px;
	}
}
#headerInner h2 {
	width: 24%;
}
@media screen and (min-width: 769px) {
	#headerInner h2 {
		width: 227px;
	}
}
#headerInner #snsWrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	width: 30%;
}
@media screen and (min-width: 769px) {
	#headerInner #snsWrap {
		margin-top: 25px;
		width: 160px;
	}
}
#headerInner #snsWrap li {
	margin-left: 10px;
}
#headerInner #snsWrap li img {
	width: 48px;
}
@media screen and (min-width: 769px) {
	#headerInner #snsWrap li {
		margin-left: 16px;
	}
	#headerInner #snsWrap li img {
		width: 60px;
	}
}
#titleImgSp {
	margin: 0 auto;
	width: 95%;
}
@media screen and (min-width: 769px) {
	#titleImgSp {
		display: none;
	}
}

/*-----------------------------------------------------------------------------
** mainContent
-----------------------------------------------------------------------------*/
#mainContent {
	margin: 0 auto;
}
/*------ slider01&#TW ------*/
#topWrap {
	margin-bottom: 24px;
	padding: 2.6%;
} 
@media screen and (min-width:750px) {
	#topWrap {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
}
/*------ sliderWrap ------*/
@media screen and (min-width: 769px) {
	#topWrap {
		margin: 0 auto;
		width: 1000px;
	}
}
#topWrap .slider01 {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	margin: 0 auto 32px;
	padding: 20px 0 30px;
	position: relative;
	width: 90%;
}
@media screen and (min-width:750px) {
	#topWrap .slider01 {
		margin: 0 0 0 30px;
		width: 60%;
	}
}
/*-- 余白 --*/
#topWrap .slider01 img {
	background-color: #FFF;
	margin: 0 auto;
}
/*-- 前次ボタン --*/
#topWrap .slider01 .prev,
#topWrap .slider01 .next {
	color: #e8418d;
	cursor: pointer;
	font-size: 3.0rem;
	height: 50px;
	line-height: 44px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	text-align: center;
	text-shadow: white 1px 1px 1px,
		white -1px 1px 1px,
		white -1px -1px 1px,
		white 1px -1px 1px;
	width: 50px;
	z-index: 100;
}
#topWrap .slider01 .prev {
	left: -36px;
}
#topWrap .slider01 .next {
	right: -36px;
}
@media screen and (min-width: 769px) {
	#topWrap .slider01 .prev {
		left: -40px;
	}
	#topWrap .slider01 .next {
		right: -40px;
	}
}
#topWrap .slider01 .slick-dots {
	bottom: 0;
}
@media screen and (min-width: 769px) {
	#topWrap .slider01 .slick-dots {
		bottom: 8px;
	}
}
#topWrap .slider01 .slick-dots li,
#topWrap .slider01 .slick-dots li button {
	height: 30px;
	width: 30px;
}
#topWrap .slider01 .slick-dots li button:before {
	content: '•';
	font-size: 1.6rem;
	line-height: 30px;
	height: 30px;
	width: 30px;
}
/*------ twitterWrap ------*/
#topWrap .twitterWrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#topWrap .twitterWrap:before {
	content: "";
	display: block;
	padding-top: 60%;
}
#topWrap .twitterWrap .TW {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@media screen and (min-width: 769px) {
	#topWrap .twitterWrap {
		width: 30.8%;
		height: 280px;
	}
}

/*------ itemWrap ------*/
section#itemWrap {
	background: url("https://www.movic.jp/img/freepage/dakimakuraDP/img/bg_green.png") left top;
	border-top: 4px solid #5ba6a5;
	padding: 24px 2.6% 0;
}
@media screen and (min-width: 769px) {
	section#itemWrap {
		padding: 24px 0 0;
	}
}
.StyleF_Frame_ {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
@media screen and (min-width: 769px) {
	.StyleF_Frame_ {
		justify-content: flex-start;
		margin: 0 auto;
		width: 1000px;
	}
}
.StyleF_Item_ {
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 6px;
	margin-bottom: 30px;
	padding: 10px 2%;
	width: 44%;
}
@media screen and (min-width: 769px) {
	.StyleF_Item_ {
		margin-right: 3.2%;
		padding: 1.6%;
		width: 27.6%;
	}
	.StyleF_Item_:nth-child(3n) {
		margin-right: 0;
	}
}
.img_ {
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
	text-align: center;
}
.img_:hover {
	border: 2px solid #e8418d;
}
.img_ img {
	width: 100%;
}
.name_ {
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 8px;
}
.goods_name_ {
	font-size: 1.6rem;
	line-height: 1.2;
}
.price_ {
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.comment_ {
	background: #fdf9ce;
	font-size: 1.2rem;
	line-height: 1.3;
	padding: 4px;
}
.comment_:empty {
	display: none;
	visibility: hidden!important;
}
.cart_ {
	margin-top: 16px;
}
@media screen and (min-width: 769px) {
	.price_ {
		font-size: 1.6rem;
	}
	.comment_ {
		font-size: 1.4rem;
		padding: 8px;
	}
}
.rdt_,
.pre_sales_ {
	display: none;
}


/*-----------------------------------------------------------------------------
** footer
-----------------------------------------------------------------------------*/
footer {
	background: #FFFFFF;
	border-top: 2px solid #5ba6a5;
	font-size: 1.2rem;
	padding: 24px 0;
	text-align: center;
	width: 100%;
}
footer p.softLink {
	background: rgba(232,65,141,0.6);
	border-radius: 80px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 2.4em;
	line-height: 60px;
	position: fixed;
	right: 16px;
	bottom: 16px;
	width: 60px;
	height: 60px;
	text-align: center;
	z-index: 99;
}
footer small {
	display: block;
	margin-bottom: 32px;
}
footer img {
	width: 50%;
}
@media screen and (min-width: 769px) {
	footer img {
		width: 220px;
	}
}


/*-----------------------------------------------------------------------------
** button
-----------------------------------------------------------------------------*/
input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	border-radius: 6px;
	font-size: 1.3rem;
	font-weight: bold;
	width: 100%;
	padding: 8px 0;
	text-align: center;
}
/* 予約ボタン */
input[type="button"].reservation_ {
	background: #e69b19;
	border-top: 1px solid #ce8302;
	border-right: 1px solid #ce8302;
	border-bottom: 5px solid #ce8302;
	border-left: 1px solid #ce8302;
	color: #FFFFFF;
}
/* 注文ボタン */
input[type="button"].order_ {
	background: #ce7bb1;
	border-top: 1px solid #b06194;
	border-right: 1px solid #b06194;
	border-bottom: 5px solid #b06194;
	border-left: 1px solid #b06194;
	color: #FFFFFF;
}
/* 完売、販売終了ボタン */
span.sold_out_,
span.closed_ {
	border-radius: 6px;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	width: 100%;
	padding: 8px 0;
	text-align: center;
}
span.sold_out_ {
	background: #cccccc;
	border: 1px solid #999999;
	color: #666666;
}
span.closed_ {
	background: #999999;
	color: #FFFFFF;
}


