@charset "UTF-8";

/*====================================================================
common
====================================================================*/

body {
	margin: 0;
	color: #907e71;
	font-size: 13px;
	font-family: Roboto, Arial, Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	letter-spacing: 0.06em;
	-webkit-text-size-adjust: 100%;
}
figure, h1, h2, h3, h4, h5, h6, li, p, ul {
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 16px;
}
li, ul {
	list-style: none;
}
a, a:active, a:hover, a:link, a:visited {
	color: #907e71;
	text-decoration: none!important
}
a img {
	border: none;
}
.blockLink, .btn {
	display: block;
}
.btn {
	text-align: center;
}
.itemCb, .searchForm__ico:focus, .searchForm__key:focus {
	outline: 0;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.itemCb, select {
	border: 1px solid #ddd;
	background-color: #fff;
}
.hide {
	display: none!important;
}
.itemCb {
	border-radius: 4px;
}
.itemCb .btn-danger {
	background-image: none;
	background-color: #E95F5B;
	display: block!important;
	margin: 20px auto 0;
}
.itemCb #cboxClose {
	display: none;
}
.btn {
	appearance: none;
	border: none;
	border-radius: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
@media screen and (min-width: 955px) {
	.btn:hover, a:hover {
		opacity: .8;
	}
}

/*====================================================================
.onlyPC, .onlySP
====================================================================*/

@media screen and (min-width: 956px) {
	.onlySP {
		display: none;
	}
}
@media screen and (max-width: 1060px) {
	.onlyPC {
		display: none !important;
	}
}

/*====================================================================
.headerFixed
====================================================================*/

.headerFixed {
	position: fixed;
	z-index: 9960 !important;
	height: 56px;
	width: 100%;
	top: 0;
}
.headerFixed #baseMenu {
	float: right;
	padding: 7px 6px 0;
}
.headerFixed #baseMenu ul {}
.headerFixed #baseMenu li.base {
	margin-right: 10px;
	float: left;
}
.headerFixed #baseMenu li.cart {
	float: left;
}
.headerFixed #baseMenu li.cart img {
	display: inline-block;
	margin: 2px 4px 0 0;
}
.headerFixed #baseMenu a {
	display: table-cell;
	background-color: rgb(255, 255, 255);
	border-radius: 25px;
	height: 32px;
	text-align: center;
	width: 32px;
	padding: 5px;
	vertical-align: middle;
}
.headerFixed #baseMenu a img {
	height: 25px;
	width: 25px;
	border: none;
}
@media screen and (max-width: 955px) {
	.headerFixed {
		z-index: 2 !important;
	}
}

/*====================================================================
.container
====================================================================*/

.container {
	max-width: 2000px;
	margin: 0 auto;
	display: table;
	width: 100%;
}
.container.wNormal {
	max-width: 2000px;
}
.container.wSmall {
	max-width: 1610px;
}
.containerArea {
	padding: 0 7%;
	display: table-cell;
}
@media screen and (max-width: 1610px) {
	.container.wSmall {
		max-width: 1410px;
	}
}
@media screen and (max-width: 1500px) {
	.container.wNormal .containerArea {
		padding: 0 3%;
	}
	.container.wSmall .containerArea {
		padding: 0 7%;
	}
}
@media screen and (max-width: 955px) {
	.container.wNormal {
		max-width: 100%;
		display: block;
	}
	.container.wSmall {
		max-width: 100%;
		display: block;
	}
	.container.wNormal .containerArea {
		padding: 0;
		display: block;
	}
	.container.wSmall .containerArea {
		padding: 0;
		display: block;
	}
}

/*====================================================================
.topHeaderBlock
====================================================================*/

.topHeaderBlock {
	float: left;
	margin-right: -100%;
	width: 280px;
	position: relative;
	background-color: #fff;
	margin-left: -15px;
}
@media screen and (max-width: 1650px) {
	.topHeaderBlock {
		max-width: 245px;
	}
}
@media screen and (max-width: 1250px) {
	.topHeaderBlock {
		max-width: 210px;
	}
}
@media screen and (max-width: 955px) {
	.topHeaderBlock {
		padding: 60px 0 30px;
		float: none;
		margin: 0;
		max-width: 100%;
		position: relative;
		text-align: center;
		width: 100%;
		background-color: rgba(255, 255, 255, 0);
	}
}

/*====================================================================
.topHeader__wrapper
====================================================================*/

.topHeader__wrapper {
	padding: 100px 15px 15px;
	max-width: 280px;
}
@media screen and (max-width: 1140px) {
	.topHeader__wrapper {
		margin: 0;
		max-width: 240px;
		padding: 100px 15px 15px;
	}
}
@media screen and (max-width: 955px) {
	.topHeader__wrapper {
		padding: 0;
		margin: 30px auto 10px;
		max-width: 100%;
	}
}

/*====================================================================
.shopNameArea
====================================================================*/

.shopName-center {
	display: inline-block;
	margin: 0 0 5px;
}
.shopName__link {
	display: block;
}
.shopLogo>span .logoText {
	display: inline-block;
	word-break: break-all;
	font-family: Georgia, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.25em;
	color: #333;
}
.shopName-center .shopLogo img {
	max-width: 100%;
	width: 100%;
}
.site-description {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2em;
	opacity: 0.6;
	padding: 5px 1px;
	word-break: break-all;
        color: #808080;
}
@media screen and (max-width: 1250px) {
	.shopLogo>span .logoText {
		font-size: 23px !important;
	}
}
@media screen and (max-width: 955px) {
	.shopNameArea {
		padding: 0 20px;
	}
	.shopName-center .shopLogo img {
		margin: 10px 0 0;
		max-width: 300px;
	}
	.shopLogo>span .logoText {
		font-size: 26px !important;
		word-break: break-all;
	}
}
@media screen and (max-width: 640px) {
	.shopName-center .shopLogo img {
		margin: 10px 0 0;
		max-width: 180px;
	}
}
@media screen and (max-width:360px) and (min-width:321px) {
	.shopLogo img {
		max-width: 50%;
		margin: 10px 0 0;
	}
}
@media screen and (max-width:320px) {
	.shopLogo img {
		max-width: 50%;
		margin: 10px 0 0;
	}
}

/*====================================================================
.menu
====================================================================*/

.sp_menu-center {
	margin: 20px 0 0 0;
}
.menus {
	padding: 12% 0;
	font-family: 'Gill sans', 'Gill sans MT', 'Lato', Calibri, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
}
.menuList {
	margin: 0 0 20px;
	letter-spacing: 0.1em;
	text-align: left;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.menuList a.current {
	font-weight: bold;
}
.menuList__item {
	display: block;
	text-align: left;
	padding: 0.6em 0;
	margin-left: 17px;
}
.menuList__item:not(:last-child) {
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.menuList__item i {
	width: 15px;
	text-align: center;
}
.category__list {
	font-size: 14px;
	text-align: left;
}
.category__list--medium {
	font-size: 12px;
}
.category__list--medium .category__item {
	padding: 0.6em 0 0 12px;
	border-top: none;
}
.category__item a {
	box-sizing: border-box;
	display: block;
}
#cateMenu {
	position: relative;
}
.mainHeaderNavColor {
	display: block;
	cursor: pointer;
	color: #a2a2a2;
}
.category-list {
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	z-index: 54;
	margin-left: 0.5em;
}
#appsItemCategoryTag {
	margin: 0.6em 0 0;
}
.category__item {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.6em 0;
	margin-left: 1em;
}
.menuInfo {
	margin: -25px 0 20px;
}
.menuInfo a {
	display: inline-block;
}
.category__item a {
	text-indent: -15px;
	margin-left: 15px;
	word-break: break-all;
}
.category__list.category__list--medium .category__item a {
	text-indent: -20px;
	margin-left: 20px;
	word-break: break-all;
}
@media screen and (max-width: 955px) {
	#mask {
		display: none;
		opacity: .8;
		background: #333;
		height: 100%;
		z-index: 9962 !important;
	}
	#mask {
		width: 100%;
		position: fixed;
		top: 0
	}
	.sp_menu-center {
		margin: 0;
		top: 0;
		left: 0;
		width: 100%;
		position: fixed;
		z-index: 9970 !important;
	}
	.menus {
		padding: 0;
		background: #d6d1c7;
		width: 300px;
		left: -300px;
		display: block;
		bottom: 0;
		-webkit-overflow-scrolling: touch;
		overflow-y: auto;
		position: fixed;
		top: 0;
		transition: .5s;
	}
	.menus_open {
		-webkit-transform: translateZ(0);
		transition: .5s;
		left: 0!important;
	}
	.menus_sp {
		width: 300px;
		height: 100%;
		overflow-y: auto;
		padding: 0 0 50px;
	}
	.drawer-form__search {
		width: 86%;
		margin: 12px auto;
		padding: 1% 2%;
		display: block;
		border: 1px solid #e5e5e5;
		-webkit-appearance: none!important;
		border-radius: 0
	}
	.drawer-category {
		border-top: 1px solid #e5e5e5
	}
	.drawer-category__list {
		width: 100%;
		border-bottom: 1px solid #e5e5e5
	}
	#spNav__btn, #spNav__btn span {
		position: absolute;
	}
	#spNav__btn {
		left: 20px;
		top: 19px;
		height: 17px;
		width: 22px;
		position: fixed;
		z-index: 2 !important;
		cursor: pointer;
	}
	#spNav__btn span {
		background-color: #808080;
		height: 3px;
		left: 0;
		width: 100%;
		border-radius: 25px;
	}
	#spNav__btn span:nth-of-type(1) {
		top: 0;
	}
	#spNav__btn span:nth-of-type(2) {
		top: 7px;
	}
	#spNav__btn span:nth-of-type(3) {
		bottom: 0px;
	}
	#spNav__btn.active span:nth-of-type(1) {
		transform: translateY(9px) rotate(-315deg);
	}
	#spNav__btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	#spNav__btn.active span:nth-of-type(3) {
		transform: translateY(-9px) rotate(315deg);
	}
	.menuInfo {
		margin: 0;
		border-bottom: 1px solid rgb(255, 255, 255);
		padding: 20px 18px;
		text-align: left;
	}
	.menuList {
		padding: 0;
		border: none;
	}
	.menuList__item {
		display: block;
		padding: 0;
		margin: 0!important;
		font-size: 12px;
	}
	.menuList__item {
		border-bottom: 1px solid #fff !important;
		text-align: left;
	}
	.sp_center {
		border-bottom: none;
	}
	.menuList__item a, .mainHeaderNavColor {
		color: #907e71;
		display: block;
		line-height: 50px;
		width: auto;
		padding: 0 0 0 25px;
		font-family: 'Gill sans', 'Gill sans MT', 'Lato', Calibri, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	}
	.mainHeaderNavColor {
		cursor: default;
	}
	.menuList__item .category__item a {
		line-height: 20px;
		margin: 0;
	}
	.category-list {
		position: static;
		background-color: #f2ede9 !important;
		border-top: 0;
		margin: 0;
		max-width: 100%;
		border-radius: 0;
		display: block;
		width: 100%;
		height: auto;
	}
	.category__item {
		border-top: none;
		border-bottom: 1px dotted #d2d2d2;
		display: block;
		padding: 16px 5px 16px 0;
	}
	.category__item:last-child {
		border-bottom: none;
	}
	.category__list--medium .category__item {
		border-bottom: none;
		padding: 12px 5px 0px 12px;
		margin: 0;
	}
	#appsItemCategoryTag {
		margin: 0;
		padding: 0 0 0 25px;
	}
	#appsItemCategoryTag .category__item a, #appsItemCategoryTag .category__item a:link, #appsItemCategoryTag .category__item a:visited, #appsItemCategoryTag .category__item a:hover, #appsItemCategoryTag .category__item a:active {
		color: 907e71;
		font-size: 12px;
		padding: 0;
		display: block;
		width: auto;
		border-top: none;
	}
}
@media only screen and (max-width:320px) {
	.menus {
		width: 264px;
		left: -264px
	}
	.menus_sp {
		width: 264px;
		height: 100%;
		overflow-y: auto;
	}
}

/*====================================================================
.shopSNS
====================================================================*/

.shopSNS {
	margin: 0 0 20px;
}
.shopSNSList {
	text-align: left;
	padding: 0 12px;
}
.shopSNSList__item {
	display: inline-block;
}
.shopSNSList__item:not(:last-child) {
	margin: 0 8px 8px 0;
}
.shopSNSList__link {
	box-sizing: border-box;
	display: block;
	padding: 4px;
	text-align: center;
	width: 21px;
	height: 21px;
}
.shopSNSList__link img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.shopSNSList__icon.icon-ameba {
	font-size: 11px;
}
@media screen and (max-width: 955px) {
	.shopSNSList {
		padding: 0 20px;
	}
	.shopSNSList a, .shopSNSList a:link, .shopSNSList a:visited, .shopSNSList a:hover, .shopSNSList a:active {
		color: #111;
		font-size: 12px;
	}
}

/*====================================================================
#searchBox
====================================================================*/

#searchBox {
	margin: 0 0 20px 0;
	box-sizing: border-box;
	padding: 0 12px;
}
#searchBox form {
	overflow: hidden;
}
#searchBox input {
	float: left;
	border-style: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	color: #a7a7a7;
	vertical-align: middle;
	margin-left: 0;
	font-family: Roboto, Arial, Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	height: 25px;
	padding: 0px 10px;
	margin: 0 0px 0 0;
	background: transparent;
	width: 130px;
	border: 0;
	border: 1px solid #dddddd;
	font-size: 12px;
	border-radius: 2px;
	letter-spacing: 0.06em;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-moz-box-shadow: none;
	-moz-transition: border linear 0s, box-shadow linear -1s;
	-o-transition: border linear 0s, box-shadow linear .0s;
}
select, input[type="file"] {
	height: 30px;
	line-height: 30px;
}
#searchBox button {
	border-style: none;
	float: left;
	padding: 4px 7px;
	color: #a2a2a2;
	background: rgba(255, 255, 255, 0);
	cursor: pointer;
	height: 27px;
}
#searchBox input::-webkit-input-placeholder {
	font-size: 12px;
	line-height: 15px;
}
#searchBox input:-moz-placeholder {
	font-size: 12px;
}
#searchBox input::-moz-placeholder {
	font-size: 12px;
}
#searchBox input:-ms-input-placeholder {
	font-size: 12px;
}
@media screen and (max-width:1250px) {
	#searchBox input {
		width: 100px;
	}
}
@media screen and (max-width:955px) {
	#searchBox {
		margin: 0 0 50px 25px;
		padding: 0;
	}
	#searchBox input {
		width: 160px;
		font-size: 16px;
		height: 30px;
		padding: 0 10px;
		-webkit-appearance: none;
		border: 1px solid #e2e2e2;
		line-height: 16px;
	}
	#searchBox button {
		height: 32px;
	}
	#searchBox input::-webkit-input-placeholder {
		padding-top: 1px;
	}
	#searchBox input:-moz-placeholder {
		padding-top: 1px;
	}
	#searchBox input::-moz-placeholder {
		padding-top: 1px;
	}
	#searchBox input:-ms-input-placeholder {
		padding-top: 1px;
	}
}

/*====================================================================
.
====================================================================*/

.topNotice {
	margin: 30px 0;
	background-color: #ffffff;
	padding: 50px 30px;
	display: inline-block;
	text-align: center;
}

/*====================================================================
.searchResult
====================================================================*/

.searchResult {
	padding: 40px 10px;
	text-align: center;
}
@media screen and (max-width: 955px) {
	.searchResult {
		padding: 20px 10px;
		text-align: center;
	}
}

/*====================================================================
.itemCat
====================================================================*/

.itemCat {
	padding: 40px 10px;
	text-align: center;
}
.breadcrumb {
	background: #fff;
	padding: 10px;
	display: inline;
}
.itemCat .breadcrumb__child {
	display: inline;
	font-size: 11px;
}
.itemCat .breadcrumb__child:not(:last-child):after {
	content: " > ";
	padding: 0 5px;
}
.itemCat .childrenList {
	margin-top: 20px;
}
.itemCat .childrenList__li {
	border-radius: 3px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 11px;
	min-height: 14px;
	padding: 10px 15px;
	margin: 8px 4px 0;
}
@media screen and (max-width:1070px) {
	.itemCat {
		padding: 20px 10px;
		text-align: center;
	}
}

/*====================================================================
.mainBLock
====================================================================*/

.mainBLock {
	display: block;
	float: left;
	margin-left: 25.4118%;
	width: 74.5882%;
	padding: 100px 0 0;
}
@media screen and (max-width: 955px) {
	.mainBLock {
		display: block;
		float: none;
		margin-left: 0;
		width: 100%;
		padding: 0;
	}
}

/*====================================================================
.staticContainer
====================================================================*/

.staticContainer {
	padding: 0 40px;
}
@media screen and (max-width: 640px) {
	.staticContainer {
		padding: 0;
	}
}

/*====================================================================
.mainBLockWrapper .staticWrapper
====================================================================*/

.mainBLockWrapper.staticWrapper {
	max-width: 970px;
	margin: 20px auto 100px;
	display: block;
}
.mainBLockWrapper {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	width: 100%;
}
@media screen and (max-width: 1635px) {
	.mainBLockWrapper.staticWrapper {
		max-width: 94%;
		padding: 5px;
		margin: 20px auto 50px;
	}
	.mainBLockWrapper {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.mainBLockWrapper {
		display: block;
		width: 100%;
		max-width: 100%;
	}
}

/*====================================================================
.sBlock
====================================================================*/

.sBlock h1, .sBlock h2 {
	border-bottom: 1px dotted #ddd;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
	padding: 0 0 15px;
	text-align: center;
	color: #907e71;
	font-weight: normal;
	line-height: 2.0em;
}
.sBlock p {
	font-size: 13px;
	line-height: 1.9em;
	word-wrap: break-word;
}
@media screen and (max-width: 955px) {
	.sBlock h1, .sBlock h2 {
		font-size: 16px;
		margin: 0 0 20px;
		padding: 0 0 10px;
		text-align: center;
		line-height: 1.7em;
	}
}

/*====================================================================
.whiteArea
====================================================================*/

.whiteArea {
	background: #fff;
	padding: 1px 0 1px;
	margin: 0 0 15px;
	clear: both;
	border-radius:.4em;
}
.whiteArea-under {
	background: #fff;
	padding: 1px 0 1px;
	margin: 0 0 10px;
	clear: both;
}
.whiteArea-other {
	padding: 0;
	margin: 0 0 15px;
	clear: both;
	background-color: #fff;
}
.whiteArea-item {
	background: #fff;
	padding: 0;
	margin: 0 0 15px;
	clear: both;
	display: inline-block;
	width: 100%;
	border-radius:.6em;
}
@media screen and (max-width: 955px) {
	.whiteArea {
		background: #fff;
		padding: 10px 0 5px;
		margin: 0 2% 15px;
	}
	.whiteArea-under {
		background: #fff;
		padding: 10px 0 5px;
		margin: 0 2% 30px;
	}
	.whiteArea-other {
		padding: 0;
		margin: 0 2% 15px;
	}
	.whiteArea-item {
		background: #fff;
		padding: 0;
		clear: both;
		display: inline-block;
		margin: 0 2% 15px;
		width: 96%;
	}
}
@media screen and (max-width: 640px) {
	.whiteArea-item {
		background: #fff;
		padding: 0;
		margin: 0 2% 15px;
		display: block;
		width: initial;
	}
}

/*====================================================================
.titleArea
====================================================================*/

.titleArea {
	background: #fff;
	padding: 0 20px;
	margin: 0 25px;
}
.titleAreaCenter {}
.titleAreaLeft {
	right: inherit !important;
}
.titleAreaRight {
	left: inherit !important;
}
@media screen and (max-width: 640px) {
	.titleArea {
		padding: 0 15px;
		margin: 0 10px;
		font-size: 20px;
		letter-spacing: 4px;
	}
}
@media screen and (max-width: 320px) {
	.titleArea {
		font-size: 19px;
		letter-spacing: 3px;
	}
}

/*====================================================================
.mainImage
====================================================================*/

.mainImage {
	max-width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	display: table;
	width: 100%;
	position: relative;
        border-radius: 6em;
}

/*====================================================================
.featuresBlock
====================================================================*/

.featuresBlock {
	text-align: center;
	margin: 25px;
	padding: 52px 50px 32px;
	position: relative;
	border: 1px solid #ddd;
}
.featuresBlock__title {
	color: #222222;
	font-family: 'Gill sans', 'Gill sans MT', 'Lato', Calibri, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 5px;
	text-align: center;
	line-height: 2.0em;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	font-size: 23px;
}
.featuresBlock_item {
	text-align: center;
	margin: 45px 60px 0;
	padding: 52px 50px;
	position: relative;
	border: 1px solid #ddd;
}
.featuresBlock .itemInfo__title {
	white-space: normal;
	line-height: 2.0;
	padding: 0 20px;
}
@media screen and (max-width: 1300px) {
	.featuresBlock {}
	.featuresBlock_item {
		padding: 52px 20px;
	}
}
@media screen and (max-width: 755px) {
	.featuresBlock {
		padding: 30px 20px 10px;
		margin: 15px 10px 10px;
	}
	.featuresBlock_item {
		padding: 30px 20px;
		margin: 15px 0 0;
	}
}
@media screen and (max-width: 640px) {
	.featuresBlock .itemInfo__title {
		padding: 0;
	}
}

/*====================================================================
.newsBlock
====================================================================*/

.newsBlock {
	text-align: center;
	margin: 25px;
	padding: 52px 45px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: .4em;
}
.newsBlock__title {
	color: #222222;
	font-family: 'Gill sans', 'Gill sans MT', 'Lato', Calibri, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 5px;
	text-align: center;
	line-height: 2.0em;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	font-size: 23px;
}
@media screen and (max-width: 640px) {
	.newsBlock {
		padding: 40px 25px;
		margin: 15px 10px 10px;
	}
}

/*====================================================================
.memoBlock
====================================================================*/

.memoBlock {
	text-align: center;
	margin: 25px;
	padding: 52px 45px;
	position: relative;
	border: 1px solid #ddd;
}
.memoBlock__title {
	color: #222222;
	font-family: 'Gill sans', 'Gill sans MT', 'Lato', Calibri, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 5px;
	text-align: center;
	line-height: 2.0em;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	font-size: 23px;
}
.memoBlock__content, .newsBlock__content {
	font-size: 13px;
	color: #222222;
	letter-spacing: 0.12em;
	line-height: 2.0em;
	word-break: break-all;
}
@media screen and (max-width: 640px) {
	.memoBlock {
		padding: 40px 25px;
		margin: 15px 10px 10px;
	}
}

/*====================================================================
#movie
====================================================================*/

:focus {
	outline: none;
}
.movie {
	text-align: center;
}
.movie a.btn {
	display: inline-block;
	padding: 12px 70px;
	border: 1px solid #333333;
	background: #000000;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: .3s;
	border-radius: 0px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	font-size: 13px;
	color: #fff;
	box-shadow: 0 0 5px 1px rgba(113, 135, 164, 0.12);
}
.movie a.btn:hover {
	border: 1px solid rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, .5);
	color: #444;
}
p.movie .waku {}
#movie {
	margin: 25px;
	padding: 36px 20px 52px;
	position: relative;
	border: 1px solid #ddd;
}
#movie h3 {
	color: #222222;
	font-family: 'Gill sans', 'Gill sans MT', 'Lato', Calibri, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 5px;
	text-align: center;
	line-height: 2.0em;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	font-size: 23px;
}
#movie .sub {
	padding: 0 0 16px;
	text-align: center;
	line-height: 2.0em;
}
#movie .thumb {
	width: 373px;
	margin: 0 auto;
}
#movie .thumb img {
	width: 100%;
}
#movie .thumb a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
@media screen and (max-width: 640px) {
	#movie {
		padding: 40px 20px;
		margin: 15px 10px 10px;
	}
	#movie .thumb {
		width: 100%;
		text-align: center;
	}
	#movie .thumb img {
		width: 90%;
	}
}
@media screen and (max-width: 300px) {
	.movie a.btn {
		padding: 12px 15px;
	}
}

/*====================================================================
.bannerImage
====================================================================*/

.bannerImage {
	margin: 0 auto;
	width: 100%;
}
.bannerArea {
	margin: 24px 25px;
}
.bannerImage img {
	width: 100%;
}
@media screen and (max-width: 640px) {
	.bannerImage {
		max-width: 100%;
	}
	.bannerArea {
		margin: 0 10px 0px;
	}
	.bannerImage img {
		width: 100%;
	}
}

/*====================================================================
.itemBLock -items-
====================================================================*/

.itemBLock {
	background-color: #fff;
}
.itemPhotoBlock {
	position: relative;
	margin-right: 20px;
}
.itemPhotoBlock .label_image {
	position: absolute;
	left: -12px;
	top: -12px;
	width: 70px;
	z-index: 52;
}
.itemSlideWrapper {
	margin: 0 auto;
	position: relative;
}
.itemSlideWrapper .bx-wrapper {
	margin-bottom: 30px;
}
.itemSlideWrapper .bx-wrapper .bx-viewport {
	background-color: transparent;
	border: none;
	box-shadow: none;
	left: 0;
}
.itemSlideWrapper .mainImg__item {
	text-align: center;
}
.itemSlideWrapper .mainImg__item img {
	width: 100%;
}
#itemSlidePager {
	text-align: center;
	margin: 0;
	padding: 0 0 30px;
}
#itemSlidePager.noslide {
	padding-top: 20px;
}
#itemSlidePager a {
	text-align: center;
	display: inline-block;
	opacity: .7;
	margin: 0 5px 10px;
	padding: 0;
}
#itemSlidePager a.active {
	opacity: 1;
}
#itemSlidePager a img {
	max-width: 80px;
	max-height: 80px;
}
.itemInfoBlock .itemInfoWrapper {
	padding: 0 0 25px;
}
.itemInfoBlock .itemDetail__title {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
.itemInfoBlock .itemDetail__price {
	font-size: 16px;
	margin-bottom: 25px;
}
.itemInfoBlock #itemAttention {
	font-size: 11px;
	margin-bottom: 20px;
}
#postageOpen {
	color: #1d96f7 !important;
}
.itemInfoBlock #itemSelect {
	margin: 40px 0 20px;
}
.itemInfoBlock #itemSelect>div {
	margin: 0 0 10px;
}
.itemInfoBlock #itemSelect label {
	display: block;
	margin: 20px 0 8px 0;
}
.itemInfoBlock #itemSelect select {
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	display: block;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}
.itemInfoBlock .addCartBtn {
	background-color: #ff7d7d;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	width: 100%;
}
.itemInfoBlock .addCartBtn.soldout {
	background-color: #a2a2a2;
	color: #ffffff;
	cursor: default;
}
.itemInfoBlock .itemExplain {
	border-top: 1px dotted #ddd;
	margin: 30px 0;
	padding: 30px 0;
}
.itemInfoBlock #widget {
	margin: 0px 0 0 10px!important;
}
.itemInfoBlock .widgetLink {
	background-color: #3a3a3a!important;
	border-radius: 2px!important;
	color: #fff!important;
	height: auto!important;
	font-size: 10px!important;
	padding: 0.5px 5px!important;
	text-align: center!important;
}
.itemInfoBlock .itemSocial {
	margin-top: 20px;
	text-align: center;
}
.itemInfoBlock .itemSocial>div {
	display: inline-block;
	vertical-align: top;
}
.itemInfoBlock .itemSocial>div:first-child {
	margin: 0 10px 10px 0;
}
.itemInfoBlock .illegalReportBlock {
	border-top: 1px dotted #ddd;
	font-size: 11px;
	margin-top: 30px;
	padding-top: 20px;
	text-align: right;
}
.itemDetailCol {
	width: 50%;
	float: left;
}
.itemDetailCol:last-child {
	width: 50%;
	float: left;
}
.itemPhotoBlock {
	margin: 30px 0 30px 30px;
}
.itemInfoBlock {
	margin: 30px;
}
@media screen and (max-width:1300px) {
	.itemSlideWrapper {
		padding: 0;
	}
}
@media screen and (max-width: 955px) {
	.itemBLock {
		padding: 0;
	}
	#itemSlidePager {
		padding: 10px 0;
	}
	#itemSlidePager a img {
		max-width: 45px;
		max-height: 45px;
	}
	.itemSlideWrapper .bx-wrapper {
		margin-bottom: 10px;
	}
	.itemPhotoBlock .label_image {
		left: -9px;
		top: -9px;
		width: 50px;
		z-index: 1;
	}
}
@media screen and (max-width: 640px) {
	.itemBLock {
		padding: 15px 15px;
	}
	.itemDetailCol {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	.itemDetailCol:last-child {
		margin: 0 auto;
		width: 100%;
		float: none;
	}
	.itemPhotoBlock {
		margin: 0;
	}
	.itemInfoBlock {
		margin: 0;
	}
}

/*====================================================================
.itemBlock -list-
====================================================================*/

.itemBlock {
	max-width: 1300px;
	margin: 0 auto 40px;
	display: block;
	position: relative;
	padding: 0 40px;
}
.itemBlock__title {
	color: #222222;
	padding: 0 20px;
	font-family: 'Gill sans', 'Gill sans MT', 'Lato', Calibri, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 5px;
	text-align: center;
	line-height: 2.0em;
	font-size: 23px;
}
.itemList {
	padding: 15px 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.itemList__item {
	margin: 0 1% 2%;
	border-radius:.3em;
	width: 27.3%;
	float: left;
	background-color: #fff;
	padding: 3% 2% 1%;
	box-shadow: 0 0 4px 1px rgba(113, 135, 164, 0.12);
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}
.itemList__item a {
	position: relative;
}
.itemList__imgbox {
	border-radius: 154px;
	overflow: hidden;
	vertical-align: middle;
	width: 290px;
	height: 290px;
	position: relative;
	margin: 0 auto;
}
.itemList__imgbox img {
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
	width: 100%;
	height: 100%;
}
.itemInfo {
	padding: 20px 0 15px;
	text-align: center;
}
.itemInfo__title {
	color: #907e71;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	line-height: 15px;
}
.itemInfo__price {
	padding-top: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	line-height: 28px;
}
.itemInfo__price span {
	color: #a2a2a2;
}
@media screen and (min-width: 1071px) {
	.wSmall .itemBlock {
		padding: 0 20px;
	}
}
@media screen and (min-width: 1951px) {
	.itemList__imgbox {
		width: 240px;
		height: 240px;
	}
}
@media screen and (max-width: 1950px) {
	.itemList__imgbox {
		width: 230px;
		height: 230px;
	}
}
@media screen and (max-width: 1850px) {
	.itemList__imgbox {
		width: 220px;
		height: 220px;
	}
}
@media screen and (max-width: 1650px) {
	.itemList__imgbox {
		width: 210px;
		height: 210px;
	}
}
@media screen and (max-width: 1650px) {
	.itemList__imgbox {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width: 1550px) {
	.itemList__imgbox {
		width: 190px;
		height: 190px;
	}
}
@media screen and (max-width: 1550px) {
	.itemList__imgbox {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width: 1450px) {
	.itemList__imgbox {
		width: 190px;
		height: 190px;
	}
}
@media screen and (max-width: 1350px) {
	.itemList__imgbox {
		width: 180px;
		height: 180px;
	}
}
@media screen and (max-width: 1250px) {
	.itemList__imgbox {
		width: 170px;
		height: 170px;
	}
}
@media screen and (max-width: 1150px) {
	.itemList__imgbox {
		width: 160px;
		height: 160px;
	}
}
@media screen and (max-width: 1070px) {
	.itemBlock {
		padding: 0 20px;
	}
	.itemList__imgbox {
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 955px) {
	.itemList__imgbox {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width: 900px) {
	.itemList__imgbox {
		width: 190px;
		height: 190px;
	}
}
@media screen and (max-width: 800px) {
	.itemList__imgbox {
		width: 180px;
		height: 180px;
	}
}
@media screen and (max-width: 750px) {
	.itemList__imgbox {
		width: 170px;
		height: 170px;
	}
}
@media screen and (max-width:700px) {
	.itemList__imgbox {
		width: 155px;
		height: 155px;
	}
}
@media screen and (max-width: 640px) {
	.itemBlock {
		padding: 0 2%;
	}
	.itemBlock__title {
		letter-spacing: 4px;
		font-size: 20px;
	}
	.itemList__item {
		width: 44%;
	}
	.itemList__imgbox {
		width: 190px;
		height: 190px;
	}
}
@media screen and (max-width: 550px) {
	.itemList__imgbox {
		width: 170px;
		height: 170px;
	}
}
@media screen and (max-width: 450px) {
	.itemList__imgbox {
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 375px) {
	.itemBlock {
		padding: 0 1%;
	}
	.itemList__imgbox {
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 360px) {
	.itemInfo__title {
		height: auto;
		white-space: normal;
		line-height: 2.0;
	}
	.itemList__item {
		margin: 0 4% 3%;
		width: 84%;
		float: none;
		padding: 7% 4% 1%;
	}
	.itemList__imgbox {
		width: 230px;
		height: 230px;
	}
}
@media screen and (max-width: 320px) {
	.itemBlock__title {
		letter-spacing: 3px;
		font-size: 19px;
	}
	.itemList__imgbox {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width: 270px) {
	.itemList__imgbox {
		width: 170px;
		height: 170px;
	}
}
@media screen and (max-width: 200px) {
	.itemList__imgbox {
		width: 100px;
		height: 100px;
	}
}

/*====================================================================
.itemList__item.pick
====================================================================*/

.itemList__item.pick {
	margin: 0;
	width: 50%;
	padding: 0;
	box-shadow: none;
}
@media screen and (min-width: 1751px) {
	.itemList__item.pick .itemList__imgbox {
		width: 300px;
		height: 300px;
	}
}
@media screen and (max-width: 1750px) {
	.itemList__item.pick .itemList__imgbox {
		width: 270px;
		height: 270px;
	}
}
@media screen and (max-width: 1550px) {
	.itemList__item.pick .itemList__imgbox {
		width: 250px;
		height: 250px;
	}
}
@media screen and (max-width: 1350px) {
	.itemList__item.pick .itemList__imgbox {
		width: 230px;
		height: 230px;
	}
}
@media screen and (max-width: 1150px) {
	.itemList__item.pick .itemList__imgbox {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width: 955px) {
	.itemList__item.pick .itemList__imgbox {
		width: 220px;
		height: 220px;
	}
}
@media screen and (max-width: 850px) {
	.itemList__item.pick .itemList__imgbox {
		width: 210px;
		height: 210px;
	}
}
@media screen and (max-width: 750px) {
	.itemList__item.pick .itemList__imgbox {
		width: 200px;
		height: 200px;
	}
}
@media screen and (max-width: 640px) {
	.itemList__item.pick {
		margin: 0;
		width: 94%;
		padding: 2%;
	}
	.itemList__item.pick .itemList__imgbox {
		width: 190px;
		height: 190px;
	}
}
@media screen and (max-width: 540px) {
	.itemList__item.pick .itemList__imgbox {
		width: 180px;
		height: 180px;
	}
}
@media screen and (max-width: 440px) {
	.itemList__item.pick .itemList__imgbox {
		width: 170px;
		height: 170px;
	}
}
@media screen and (max-width: 300px) {
	.itemList__item.pick .itemList__imgbox {
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 250px) {
	.itemList__item.pick .itemList__imgbox {
		width: 100px;
		height: 100px;
	}
}

/*====================================================================
.itemList__item .label_image
====================================================================*/

.itemList__item .label_image {
	position: absolute;
	width: 60px;
	z-index: 2;
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 1450px) {
	.itemList__item .label_image {
		top: -8px;
		width: 50px;
		z-index: 1;
	}
}
@media screen and (max-width: 640px) {
	.itemList__item .label_image {
		top: -6px;
	}
}

/*====================================================================
.itemList__item.soldout
====================================================================*/

.itemList__item.soldout .itemInfo__price span {
	text-decoration: line-through;
	line-height: 15px;
}
.itemList__item.soldout .itemInfo__price:before {
	content: "SOLD OUT";
	color: #F44336;
	font-size: 10px;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #F44336;
	padding: 4px 7px;
	margin: 0 7px 0 0px;
	border-radius: 3px;
	line-height: 25px;
}
@media screen and (min-width: 955px) {
	.itemList__item.soldout .itemList__imgbox:hover {
		position: relative;
	}
	.itemList__item.soldout .itemList__imgbox:hover img {
		opacity: 0.3;
	}
	.itemList__item.soldout .itemList__imgbox:hover:after {
		color: #000000;
		content: "SOLD OUT";
		font-size: 16px;
		display: block;
		height: 100px;
		line-height: 100px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0;
		margin: auto;
		text-align: center;
		z-index: 1;
	}
}
@media screen and (max-width: 1100px) {
	.itemList__item.soldout .itemInfo__price:before {
		content: "SOLD OUT";
		color: #F44336;
		font-size: 10px;
		text-decoration: none;
		background: #ffffff;
		border: 1px solid #F44336;
		padding: 4px 4px;
		margin: 0 4px 0 0px;
		border-radius: 3px;
		line-height: 25px;
		letter-spacing: 0;
	}
}

/*====================================================================
.aboutBlock
====================================================================*/

.aboutBlock {
	background-color: #fff;
	padding: 30px 30px 70px;
}
.aboutBlock a, .aboutBlock a:active, .aboutBlock a:hover, .aboutBlock a:link, .aboutBlock a:visited {
	border-bottom: 1px dotted #a2a2a2!important;
}
.aboutImage {
	margin: 0 auto 15px;
	width: 100%;
}
.aboutImage img {
	width: 100%;
}
@media screen and (max-width: 955px) {
	.aboutBlock {
		padding: 20px 40px 50px;
	}
	.aboutBlock p {}
}
@media screen and (max-width: 640px) {
	.aboutBlock {
		padding: 20px 20px 50px;
	}
}
@media screen and (max-width: 910px) {
	.aboutImage {
		max-width: 100%;
	}
	.aboutImage img {
		width: 100%;
	}
}

/*====================================================================
.contactBlock
====================================================================*/

.sBlock.contactBlock {
	padding: 30px 30px 70px;
}
.sBlock .inquirySection p {
	text-align: center;
	margin: 0 0 20px;
}
.sBlock .inquirySection form dl {
	margin: 0 auto;
	width: 85%;
}
.sBlock .inquirySection form dt {
	margin: 0 0 10px
}
.sBlock .inquirySection form span {
	color: #E95F5B;
	font-size: 12px;
}
.sBlock .inquirySection form span:before {
	content: '  ';
}
.sBlock .inquirySection form dd {
	margin: 0 0 30px;
}
.sBlock .inquirySection form dd input, .sBlock .inquirySection form dd textarea {
	border: 1px solid #ddd;
	padding: 2%;
	width: 96%;
}
.sBlock .inquirySection form dd textarea {
	height: 70px;
}
.sBlock .inquirySection form .control-panel {
	padding: 30px 0 10px;
	text-align: center;
}
.sBlock .inquirySection form .control-panel input {
	-webkit-appearance: button;
	background-color: #f5d7cd;
	border: none;
	border-radius: 5px;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	font-size: 15px;
	width: 60%;
	cursor: pointer;
}
.sBlock .inquirySection#inquiryConfirmSection dd {
	background-color: #f4f4f4;
	border-radius: 3px;
	padding: 15px 10px;
}
.sBlock .inquirySection#inquiryCompleteSection>p {
	padding: 40px 0 80px;
}
.sBlock .inquirySection#inquiryCompleteSection>a {
	text-align: center;
}
.sBlock .inquirySection#inquiryCompleteSection>a {
	display: block;
	margin: 50px 0 0;
	text-align: right;
}
@media screen and (max-width: 955px) {
	.sBlock.contactBlock {
		padding: 20px 20px 50px;
	}
	.sBlock .inquirySection form .control-panel {
		padding: 10px 0;
	}
	.sBlock .inquirySection#inquiryCompleteSection>a {
		text-align: center;
	}
	.sBlock .inquirySection form dd input, .sBlock .inquirySection form dd textarea {
		font-size: 16px;
	}
}
@media screen and (max-width: 640px) {
	.sBlock .inquirySection form dl {
		width: 95%;
	}
}

/*====================================================================
#, #privacy
====================================================================*/

.lawBlock, .privacyBlock {
	padding: 30px 30px 70px;
}
.sBlock #law h3 {
	margin-top: 20px;
	font-size: 14px;
}
.sBlock #privacy h3 {
	margin-bottom: 20px;
	font-size: 13px;
}
.sBlock #privacy dl dt {
	font-weight: 700;
	margin: 0 0 5px;
}
.sBlock #privacy dl dd {
	margin: 0 0 15px;
}
@media screen and (max-width: 955px) {
	.lawBlock, .privacyBlock {
		padding: 20px 30px 50px;
	}
	.sBlock #law, .sBlock #privacy {
		margin: 0 auto;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.lawBlock, .privacyBlock {
		padding: 20px 20px 50px;
	}
}

/*====================================================================
.blog
====================================================================*/

.blogBlock {
	padding: 50px 0;
}
.sBlock.blogBlock .blog_title h2 {
	word-wrap: break-word;
	font-weight: normal;
	border-bottom: none;
	font-size: 16px;
	letter-spacing: .1em;
	margin: 0 0 10px;
	padding-bottom: 10px;
	text-align: left;
}
.sBlock.blogBlock .blog_inner .social ul {
	text-align: center;
}
.main #about.blogListMain>.blog_inner {
	padding: 0 0 40px 0 !important;
	margin: 0 30px 40px;
}
.main #about.blogListMain .blog_publish {
	margin: 0 0 20px !important;
}
.main #about.blogListMain .read_more {
	text-align: center;
	bottom: 25px !important;
}
.main #about.blogListMain .read_more a {
	background-color: #777777;
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff !important;
	font-size: 11px;
	padding: 8px 22px;
	text-align: center;
	font-weight: normal !important;
}
.main #about.blogDetail>.blog_inner {
	padding: 0 0 0 0 !important;
	margin: 0 30px;
}
.main #about.blogDetail .blog_publish {
	margin: 0 0 10px !important;
}
.main #about.blogListMain .publish_date, .main #about.blogDetail .publish_date {
	color: #888888;
	font-size: 10px !important;
	margin: 0 !important;
}
.main #about>.blog_inner .blog_contents {
	height: auto !important;
	padding-bottom: 50px;
}
.main #about .blog_contents img {
	max-width: 100%;
	height: auto;
}
.main #about .blog_contents .social img {
	max-width: 65%;
}
.sBlock.blogBlock .blog_inner .blog_head_image {
	margin: 0 0 16px;
}
.sBlock.blogBlock .blog_inner .blog_head_image img {
	max-width: 100%;
}
.sBlock.blogBlock .blog_inner .social {
	margin-top: 10px;
}
.sBlock.blogBlock .blog_inner .social li {
	display: inline-block;
	margin-right: 8px;
}
.paginate-wrp {
	margin: 0 30px !important;
}
.paginate li {
	line-height: 10px !important;
}
@media screen and (max-width:518px) {
	.blogBlock {
		padding: 20px 0 50px;
	}
}
@media screen and (max-width:650px) {
	.youtube, .vimeo {
		width: 100%;
		height: 22em;
	}
}
@media screen and (max-width:414px) {
	.youtube, .vimeo {
		height: 15em;
	}
}
@media screen and (max-width:375px) {
	.youtube, .vimeo {
		height: 13em;
	}
}
@media screen and (max-width:320px) {
	.youtube, .vimeo {
		height: 12em;
	}
}

/*====================================================================
.footer
====================================================================*/

.footer {
	display: block;
	float: left;
	margin-left: 25.4118%;
	width: 74.5882%;
	background: rgb(255, 255, 255);
	border-radius:.6em;
}
.footer .footerMenu {
	display: inline-block;
	font-size: 12px;
	padding: 0 0 20px;
}
.footer .footerMenu__item {
	display: inline-block;
	margin: 10px 15px 0;
}
.footer .footerMenu__item #i18>div, .footerWrapper {
	position: relative;
}
.footer .footerMenu__item #i18 .currency, .footer .footerMenu__item #i18 .lang {
	display: inline-block;
}
.footer .footerMenu__item #i18 select {
	border: 1px solid #ddd;
	cursor: pointer;
	font-size: 11px;
	min-width: inherit;
	background-color: #fff;
	padding: 4px 10px;
	margin: 0;
}
.footerSocial {
	text-align: center;
}
.footer .footerSocial>div {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}
.footerWrapper {
	height: auto;
	padding: 60px 30px 30px;
}
.footerMenu {
	width: 100%;
	text-align: center;
}
.footer .rBlock {
	display: inline-block;
	width: 100%;
}
.footer .copy {
	text-align: center;
	color: #a2a2a2;
	font-size: 12px;
	margin-top: 20px;
	vertical-align: bottom;
}
@media screen and (max-width: 955px) {
	.footer {
		display: block;
		float: none;
		margin-left: 0;
		width: 100%;
		padding: 0;
	}
	.footer .footerMenu__item {
		display: block;
		text-align: center;
		margin: 0;
	}
	.footer .footerMenu__item:not(:last-child) {
		margin: 0 0 10px;
	}
	.footer .footerMenu__item #i18>div:after {
		display: none;
	}
	#i18 .input.select, .catContainer {
		position: relative;
	}
	#i18 .controlGroup {
		display: table;
		margin: 0 auto 10px;
	}
	#i18 .controlLabel, #i18 .controls {
		display: table-cell;
	}
	#i18 .controlLabel {
		padding: 0 20px 0 0;
	}
}

/*====================================================================
#page-top
====================================================================*/

#page-top {
	display: block;
	position: fixed;
	bottom: 100px;
	right: 33px;
	width: 35px;
	z-index: 50;
	margin: 0px;
}
#page-top img {
	width: 100%;
	border: none;
        border-radius;3em
}
@media screen and (max-width: 480px) {
	#page-top {
		bottom: 80px;
		right: 30px;
	}
}

/*====================================================================
design Layout
====================================================================*/

.Roboto {
	font-family: Roboto, Arial, Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
	letter-spacing: 0.06em;
}
.Gillsans {
	font-family: 'Gill sans', 'Gill sans MT', 'Lato', Calibri, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.06em;
}
.MSMincho {
	font-family: "ＭＳ Ｐ明朝", MS PMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
.HiraKaku {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", MS PGothic, "sans-serif";
	letter-spacing: 0.06em;
}
.MSGothic {
	font-family: "ＭＳ ゴシック", MS Gothic, "Osaka－等幅", " Osaka-mono", monospace;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
.non {}
.maru {
	background: url(https://basefile.s3.amazonaws.com/125naroom-theshop-jp/589ac1c796651/bg-sample02.jpg);
	background-repeat: repeat;
}
.happy {
	background: url(https://basefile.s3.amazonaws.com/125naroom-theshop-jp/589ac1b685aaf/bg-sample01.jpg);
	background-repeat: repeat;
}
.star {
	background: url(https://basefile.s3.amazonaws.com/125naroom-theshop-jp/589ac1f2ab51f/bg-sample06.jpg);
	background-repeat: repeat;
}
.maruWaku {
	border-radius: 200px;
}
.sikakuWaku {
	border-radius: 0;
}

/*====================================================================
.infoMark
====================================================================*/

.infoMark {
	background: #ff7777;
	color: #fff;
	border-radius: 220px;
	width: 180px;
	height: 180px;
	position: relative;
	font-family: Roboto, Arial, Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
}
.infoMark-area {
	display: block;
	height: 40px;
	line-height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	margin: auto;
	text-align: center;
	z-index: 1;
}
.infoMark-title {
	font-weight: normal;
	font-size: 14px;
}
.infoMark-text {
	font-size: 10px;
}
@media screen and (max-width: 955px) {
	.infoMark {
		background: #ff7777;
		color: #fff;
		margin: 0;
		border-radius: 0;
		width: 180px;
		height: auto;
		position: static;
		font-family: Roboto, Arial, Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
		border: 5px solid #fff;
	}
	.infoMark-area {
		display: block;
		height: auto;
		line-height: normal;
		position: static;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 20px;
		margin: auto;
		text-align: center;
		z-index: 1;
	}
	.infoMark-title {
		font-weight: normal;
		font-size: 12px;
	}
	.infoMark-text {
		font-size: 10px;
	}
}

/*====================================================================
sale app
====================================================================*/

.sale .itemInfo__price span {
	color: #c70e00;
}
.sale .off-text {
	display: inline-block;
	color: #c70e00;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
	padding: 0 7px;
	margin-top: 5px;
	background: #ffffff;
	border: 1px solid #c70e00;
	border-radius: 3px;
	box-sizing: border-box;
}
.sale .normal-price {
	color: #999;
	font-size: 11px;
}
.itemInfoBlock .sale-itemDetail {
	margin-bottom: 20px;
}
.itemInfoBlock .sale-itemDetail .itemDetail__price {
	font-size: 26px;
	margin-bottom: 0;
	color: #c70e00;
	font-weight: bold;
}
.itemInfoBlock .sale-itemDetail .off-text {
	border-radius: 2px;
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
	margin: 0 0 4px;
	background: #c70e00;
}
.itemInfoBlock .sale-itemDetail .normal-price {
	color: #999;
	font-size: 11px;
}

/*====================================================================
販売期間設定App
====================================================================*/

.itemList__item .waitingForSale {
	display: inline-block;
	color: #685b52;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
	padding: 0 7px;
	margin-top: 5px;
	background: #ffffff;
	border: 1px solid #685b52;
	border-radius: 3px;
	box-sizing: border-box;
}
.itemList__item .endOfSale {
	display: inline-block;
	color: #685b52;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
	padding: 0 7px;
	margin-top: 5px;
	background: #ffffff;
	border: 1px solid #685b52;
	border-radius: 3px;
	box-sizing: border-box;
}
.itemInfoBlock .waitingForSale {
	display: inline-block;
	color: #685b52;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 7px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 1px solid #685b52;
	border-radius: 3px;
	box-sizing: border-box;
}
.itemInfoBlock .endOfSale {
	display: inline-block;
	color: #685b52;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 7px;
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #685b52;
	border-radius: 3px;
	box-sizing: border-box;
}
.itemInfoBlock .salesPeriod--term, .itemInfoBlock .salesPeriod--willStart {}
.itemInfoBlock .salesPeriod--finish {
	margin-bottom: 20px;
}
.itemInfoBlock .purchaseButton__btn {
	display: block;
	text-align: center;
	appearance: none;
	border: none;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
.itemInfoBlock .purchaseButton__btn {
	background-color: #f5d7cd;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	width: 100%;
}
.itemInfoBlock .purchaseButton__btn:hover {
	opacity: 0.7;
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}
.itemInfoBlock .purchaseButton__btn.purchaseButton__btn--comingSoonStay {
	cursor: default;
	background: #ffffff;
	border-top: 3px solid #0076d7;
	border-bottom: 3px solid #0076d7;
	border-radius: 0;
	color: #0076d7;
	font-weight: bold;
}
.itemInfoBlock .purchaseButton__btn.purchaseButton__btn--comingSoonStay:hover {
	opacity: 1;
}
.itemInfoBlock .purchaseButton__btn.purchaseButton__btn--addToCart {
	border-radius:.6em;
}
#salesPeriodModal .salesPeriodModal__btn--submit {
	background: #000000 !important;
}

/*====================================================================
予約販売App
====================================================================*/

.preOrder {
	margin: 30px 0;
}
.preOrder .preOrder__label {
	display: inline-block;
	color: #222222;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 7px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 1px solid #222222;
	border-radius: 3px;
	box-sizing: border-box;
}
.preOrder .preOrder__data {}
@media screen and (max-width: 767px) {
	.preOrder .preOrder__data {
		font-size: 13px;
		padding: 15px 7px;
	}
}

/*====================================================================
商品説明カスタムApp
====================================================================*/

.itemExplain #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.0;
	padding: 1em 0;
	margin: 3em 0 2em;
	position: relative;
	border-top: 4px solid #f2f2f2;
	border-bottom: 4px solid #f2f2f2;
}
.itemExplain #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_heading:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #fff689;
	width: 20%;
	height: 4px;
	bottom: -4px;
}
.itemExplain #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
	font-size: 13px;
	margin: 24px 0;
}
.itemExplain #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_image {
	display: block;
	margin: 24px 0;
}
.itemExplain #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_youtube {
	margin: 24px 0;
}
.itemExplain #appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_slider {
	margin: 24px 0;
}

/*====================================================================
テイクアウトApp
====================================================================*/

.takeout_box {}
.takeout_box .takeout_t {
	display: inline-block;
	color: #222222;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
	padding: 0 7px;
	margin-top: 5px;
	background: #ffffff;
	border: 1px solid #222222;
	border-radius: 3px;
	box-sizing: border-box;
}
.takeout {
	margin: 30px 0;
}
.takeout .takeout__label {
	display: inline-block;
	color: #222222;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 7px;
	background: #ffffff;
	border: 1px solid #222222;
	border-radius: 3px;
	box-sizing: border-box;
}
.takeout .takeout__data {
	margin-top: 5px;
}
.takeout__text--anker {
	color: #1d96f7;
	font-weight: bold;
}

/*====================================================================
抽選販売App
====================================================================*/

.lottery_box {}
.lottery_box .lottery_t {
	display: inline-block;
	color: #222222;
	font-size: 11px;
	font-weight: normal;
	line-height: 19px;
	padding: 0 7px;
	margin-top: 5px;
	background: #ffffff;
	border: 1px solid #222222;
	border-radius: 3px;
	box-sizing: border-box;
}
.lottery {
	margin: 30px 0;
}
.lottery .lottery__label {
	display: inline-block;
	color: #222222;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 0 7px;
	background: #ffffff;
	border: 1px solid #222222;
	border-radius: 3px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.lottery .lottery__data {}

/*====================================================================
商品オプションApp
====================================================================*/

.itemInfoBlock #itemSelect label.itemOption__name {}
.itemInfoBlock #itemSelect select.itemOption__select {}
.itemInfoBlock #itemSelect .itemOption__caption {
	font-size: 12px;
	margin: 0 0 8px 0;
	color: #777777;
}
.itemInfoBlock #itemSelect input.itemOption__input {
	display: block;
	margin-bottom: 8px;
	width: 100%;
	box-sizing: border-box;
}
.itemInfoBlock #itemSelect input.itemOption__input[data-dirty="true"][data-has-error="true"] {
	border: 1px solid #c70e00;
}
.itemOption__bottomCaptionBlock {
	margin: 0 0 20px;
}
.itemOption__bottomCaptionBlock .itemOption__count {
	font-size: 12px;
	display: block;
	color: #777777;
}
.itemOption__bottomCaptionBlock .itemOption__caption--error {
	font-size: 12px;
	display: block;
	color: #c70e00;
}
.itemInfoBlock #itemSelect .itemOption__count.itemOption__count--error {
	color: #c70e00;
}

/*====================================================================
メールマガジンApp
====================================================================*/

.mail_m_box {
	padding: 20px 12px;
	background: #fff;
	margin: 0 0 20px;
	border-top: 1px solid #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
	box-sizing: border-box;
}
.mail_m_txt01 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.7;
	text-align: left;
	margin: 0 0 7px;
}
.mail_m_txt02 {
	color: #333;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	margin: 0 0 10px;
}
.mailMagazineSubscribe_field {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-column-gap: 9px;
	-moz-column-gap: 9px;
	column-gap: 9px;
}
.mailMagazineSubscribe_input {
	max-width: 240px !important;
	width: 100% !important;
	height: 34px !important;
	border: 1px solid #c2c8d2 !important;
	border-radius: 4px !important;
	padding: 4px 6px !important;
	background-color: #ffffff !important;
	box-sizing: border-box !important;
	-webkit-appearance: button !important;
	overflow: visible !important;
	margin: 0 !important;
}
.mailMagazineSubscribe_input::-webkit-input-placeholder {
	color: #c2c8d2 !important;
}
.mailMagazineSubscribe_input::-moz-placeholder {
	color: #c2c8d2 !important;
}
.mailMagazineSubscribe_input:-ms-input-placeholder {
	color: #c2c8d2 !important;
}
.mailMagazineSubscribe_input::-ms-input-placeholder {
	color: #c2c8d2 !important;
}
.mailMagazineSubscribe_input::placeholder {
	color: #c2c8d2 !important;
}
.mailMagazineSubscribe_submit {
	width: 70px;
	height: 34px;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	background-color: #252525;
	border-style: none;
	-webkit-appearance: button;
	cursor: pointer;
	overflow: visible;
	box-sizing: border-box;
	transition: 0.3s;
}
.mailMagazineSubscribe_submit:hover {
	opacity: .7;
}
.mailMagazineSubscribe_submit:disabled {
	opacity: .7;
}
.mailMagazineSubscribe_confirm {
	color: #333;
	font-size: 13px;
	text-align: left;
	padding: 0 12px;
}
@media screen and (max-width: 955px) {
	.mail_m_box {
		padding: 20px 25px;
	}
	.mail_m_txt01 {
		font-size: 13px;
	}
	.mail_m_txt02 {
		font-size: 13px;
	}
	.mailMagazineSubscribe_confirm {
		font-size: 12px;
	}
}