@charset "utf-8";

/* reset
============================================================================================================ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, main, figure {
	margin: 0;
	padding: 0;
}
table {
	font-size: 100%;
	font-family: inherit;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: middle;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
select, input, textarea {
	font-size: 100%;
}
header,footer,nav,main,section,article,figure,aside {
	display: block;
}


/*
============================================================================================================ */
html {
	font-size: 62.5%;
}
body {
	font-size: 1rem;
	line-height: 1.5;
	color: #221714;
	word-wrap: break-word;
	overflow-wrap: break-word;

	/* 游ゴシックベース */
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;

	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	}
}

.hidden {
	display: none !important;
}
.item.muuri-item-hidden {
	z-index: 0;
}



/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (min-width: 769px), print {
	.pc_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
	.pc_hidden {
		position: relative;
		overflow: hidden;
		display: block;
		height: 0;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
	td.sp, th.sp {
		display: table-cell !important;
	}
	.sp_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 370px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
	.sps_non {
		display: none !important;
	}
}


/* transition
============================================================================================================ */
@media screen and (min-width: 769px) {
	body.init a[href],
	body.init a[href]::before,
	body.init a[href]::after,
	body.init button,
	body.init .basic_trs,
	body.init .basic_trs::before,
	body.init .basic_trs::after,
	body.init .basic_trs *,
	body.init .basic_trs *::before,
	body.init .basic_trs *::after {
		-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}
}


/* font family
============================================================================================================ */
.ff_min {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", 'Noto Serif', "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.ff_min {
		font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", YuMincho, "HGS明朝E", "HG明朝E", "メイリオ", Meiryo, serif;
	}
}


/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 1px;
	top: -40px;
}
.target.pt {
	top: -80px;
}
@media screen and (max-width: 768px) {
	.target {
		top: 0;
	}
	.target.pt {
		top: -30px;
	}
}


/* spパディング
============================================================================================================ */
@media screen and (max-width: 768px) {
	.sp_pd {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	.sp_full {
		margin-left: -35px !important;
		margin-right: -35px !important;
	}
	.sp_full_r {
		margin-right: -35px !important;
	}
}
@media screen and (max-width: 370px) {
	.sp_pd {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.sp_full {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
	.sp_full_r {
		padding-right: 15px !important;
	}
}

/* w
============================================================================================================ */
@media screen and (min-width: 769px), print {
	.mw {
		min-width: 1000px;
	}
}
@media screen and (max-width: 768px) {
}



/* font family
============================================================================================================ */
.ff_td {
	font-family: tbudrgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.ff_museo {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 800;
	font-style: normal;
}


/* header
============================================================================================================ */
#header {
	position: relative;
	z-index: 99;
}
#header h1 {
	position: relative;
	background-position: 50%;
	border-top: 10px solid #e60039;
	text-align: center;
}
#header h1 .bnr {
	position: absolute;
}
#header h1 .bnr:hover {
	opacity: .9;
}
@media screen and (min-width: 769px), print {
	#header h1 {
		padding: 58px 0;
		background-image: url(../img/main_bg.png);
	}
	#header h1 .bnr {
		right: 40px;
		bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	#header h1 {
		border-top-width: 5px;
		padding: 20px 0;
		background-image: url(../img/main_bg_sp.png);
		-webkit-background-size: cover;
		background-size: cover;
	}
	#header h1 img {
		width: 295px;
	}
	#header h1 .bnr {
		top: 10px;
		right: 15px;
	}
	#header h1 .bnr img {
		width: 105px;
	}
}

#header nav {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	background-color: #e60039;
	z-index: 100;
}
#header nav::before {
	content: "";
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
	border-bottom: 3px solid #a30028;
}
#header nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: auto;
}
#header nav > ul {
}
#header nav > ul > li {
	width: 100%;
}
#header nav > ul > li > a {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 63px;
	border-left: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	z-index: 3;
}
#header nav > ul > li > a::after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: 0;
	left: -1px;
	border-bottom: 3px solid #a30028;
}
#header nav > ul > li:last-child > a {
	border-right: 1px solid #fff;
}
#header nav > ul > li > a > span {
	position: relative;
	padding: 3px 34px 0 40px;
}
#header nav > ul > li > a svg {
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 26px;
	margin-top: -12px;
	fill: #fff;
}
#header nav > ul > li > a .arrow {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background-color: #fff;
}
#header nav > ul > li > a .arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	margin-right: -4px;
	border-bottom: 2px solid #e60039;
	border-right: 2px solid #e60039;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header nav > ul > li > a.active {
	background-color: #fff !important;
	color: #e60039;
	z-index: 5;
}
#header nav > ul > li > a.active::after {
	border-bottom-color: #fff;
}
#header nav > ul > li > a.active .arrow {
	background-color: #e60039;
}
#header nav > ul > li > a.active .arrow::before {
	border-color: #fff;
}
#header nav > ul > li > a.active svg {
	fill: #e60039;
}
#header nav ul .dd {
	position: absolute;
	top: 63px;
	right: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: height .3s;
	-o-transition: height .3s;
	transition: height .3s;
}
#header nav ul .dd.active {
	z-index: 5;
}
#header nav ul .dd ul {
	padding: 25px 0;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#header nav ul .dd ul li {
	padding: 5px 10px;
}
#header nav ul .dd.shop ul li {
	width: 20%;
}
#header nav ul .dd.category ul li {
	width: 33.33%;
}
#header nav ul .dd.price ul li {
	width: 33.33%;
}
#header nav ul .dd ul a {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding-top: 1px;
	text-align: center;
	border: 2px solid #d5d5d5;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.3;
	text-decoration: none;
	color: #221613;
	font-weight: bold;
}
#header nav ul .dd ul a.active {
	color: #e60039;
	border-color: #e60039;
}
@media screen and (min-width: 769px), print {
	#header nav ul {
		width: 900px;
	}
	#header nav > ul > li > a:hover {
		background-color: #ee4d75;
	}
	#header nav ul .dd ul {
		width: 920px;
	}
	#header nav ul .dd ul a:hover {
		color: #e60039;
		border-color: #e60039;
	}
	body.init #header nav > ul > li > a .arrow,
	body.init #header nav > ul > li > a .arrow::before {
		-webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out;
		-o-transition: border 0.2s ease-in-out, background 0.2s ease-in-out;
		transition: border 0.2s ease-in-out, background 0.2s ease-in-out;
	}
	body.init #header nav > ul > li > a svg {
		-webkit-transition: fill 0.2s ease-in-out;
		-o-transition: fill 0.2s ease-in-out;
		transition: fill 0.2s ease-in-out;
	}
}
@media screen and (max-width: 768px) {
	#header nav::before {
		top: 55px;
		border-bottom-width: 2px;
	}
	#header nav ul {
		width: 330px;
	}
	#header nav > ul > li > a {
		height: 57px;
		padding-bottom: 14px;
		font-size: 1.1rem;
		line-height: 1.3;
	}
	#header nav > ul > li > a::after {
		border-bottom-width: 2px;
	}
	#header nav > ul > li > a > span {
		position: relative;
		padding: 0 0 0 26px;
	}
	#header nav > ul > li > a svg {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	#header nav > ul > li > a .arrow {
		right: 50%;
		top: auto;
		bottom: -22px;
		margin-top: 0;
		margin-right: -11px;
		width: 22px;
		height: 22px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		-o-transform: scale(.6);
		transform: scale(.6);
	}
	#header nav ul .dd {
		top: 57px;
	}
	#header nav ul .dd ul {
		width: 340px;
	}
	#header nav ul .dd ul {
		padding: 15px 0;
	}
	#header nav ul .dd ul li {
		padding: 5px;
	}
	#header nav ul .dd.category ul li {
		width: 50%;
	}
	#header nav ul .dd.price ul li {
		width: 50%;
	}
	#header nav ul .dd ul a {
		height: 40px;
		border-width: 1px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 370px) {
	#header nav ul {
		width: 100%;
	}
	#header nav ul .dd ul {
		width: auto;
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media screen {
	#header nav.fixed {
		position: fixed;
		top: 0;
	}
}



/* footer
============================================================================================================ */
#footer {
	position: relative;
}
#footer .info {
	padding: 40px 0;
	background-color: #e60039;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2;
	text-align: center;
}
#footer .info dt {
	margin-bottom: 15px;
}
#footer small {
	display: block;
	background-color: #281d1a;
	color: #fff;
	padding: 15px 0;
	font-size: 1.5rem;
	text-align: center;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#footer .info {
		padding: 12px 0;
		font-size: 1rem;
	}
	#footer .info dt {
		width: 120px;
		margin: 0 auto 10px;
	}
	#footer small {
		padding: 8px 0;
		font-size: 1rem;
	}
}


/* pagetop
============================================================================================================ */
#pagetop {
	position: fixed;
	right: 40px;
	bottom: 40px;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0;
	pointer-events: none;
	z-index: 200;
}
#pagetop.show {
	pointer-events: auto;
	opacity: 1;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #281d1a;
	border-radius: 100%;
}
#pagetop a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-top: -4px;
	margin-left: -6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (min-width: 769px), print {
	#pagetop.abs {
		position: absolute;
		bottom: auto;
		top: 30px;
	}
	#pagetop a:hover {
		background-color: #00abd4;
	}
}
@media screen and (max-width: 768px) {
	#pagetop {
		right: 5px;
		bottom: 25px;
	}
	#pagetop a {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
	}
}
@media print {
	#pagetop {
		display: none;
	}
}


/* information
============================================================================================================ */
#information {
	position: relative;
	overflow: hidden;
	padding: 80px 0 100px;
	background: #c9eeff url(../img/info_bg.png) 50% 0;
}
@media screen and (min-width: 769px), print {
	#information > * {
		width: 950px;
		margin: auto;
	}
}
@media screen and (max-width: 768px) {
	#information {
		padding: 40px 0 60px;
		-webkit-background-size: 216px;
		background-size: 216px;
	}
}

#information .bazar {
	position: relative;
	margin-bottom: 20px;
	padding: 40px;
	background-color: #fff;
	text-align: center;
}
#information .bazar::before {
	content: "";
	position: absolute;
	width: 104px;
	height: 114px;
	top: 144px;
	right: -64px;
	background: url(../img/info_point01.png) no-repeat 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#information .notes {
	font-size: 1.3rem;
}
#information .notes li {
	position: relative;
	margin-bottom: .3em;
	padding-left: 1.2em;
}
#information .notes li span {
	position: absolute;
	top: 0;
	left: 0;
}
#information section {
	position: relative;
	margin-top: 40px;
	padding: 40px 40px 50px;
	background-color: #fff;
	font-size: 1.4rem;
}
#information section h1 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 2.4rem;
}
#information section li {
	margin-top: .3em;
}
#information section .time li b {
	font-weight: normal;
}
#information section .note {
	margin-top: 2em;
}
#information section .note li {
	position: relative;
	padding-left: 1.2em;
}
#information section .note li span {
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (min-width: 769px), print {
	#information section > * {
		display: table;
		margin: auto;
	}
	#information .bazar::after {
		content: "";
		position: absolute;
		width: 94px;
		height: 136px;
		bottom: -15px;
		left: -80px;
		background: url(../img/info_point02.png) no-repeat 50%;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
}
@media screen and (max-width: 768px) {
	#information .bazar {
		padding: 20px;
	}
	#information .bazar::before {
		width: 52px;
		height: 57px;
		top: 74px;
		right: -18px;
	}
	#information .notes {
		font-size: 1.1rem;
	}
	#information section {
		margin-top: 30px;
		padding: 25px 20px 30px;
		font-size: 1.2rem;
	}
	#information section h1 {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	#information section li {
		margin-top: .5em;
	}
	#information section::after {
		content: "";
		position: absolute;
		width: 47px;
		height: 68px;
		bottom: -20px;
		left: -26px;
		background: url(../img/info_point02.png) no-repeat 50%;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	#information section .time li {
		display: table;
	}
	#information section .time li > * {
		display: table-cell;
		vertical-align: top;
	}
	#information section .time li strong {
		white-space: nowrap;
		padding-right: .5em;
	}
	#information section .time li b {
		display: block;
		margin-top: .2em;
		font-weight: bold;
	}
}

/* itemBlock
============================================================================================================ */
#itemBlock {
	position: relative;
	overflow: hidden;
	background-color: #fed9ec;
}
#itemBlock::before,
#itemBlock::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2000px;
	background: url(../img/bg01.png) 50% 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#itemBlock::before {
	right: 20px;
}
#itemBlock::after {
	left: 20px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	background-position: 50% 1060px;
}
#itemBlock > div::before,
#itemBlock > div::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1820px;
	background: url(../img/bg02.png) 50% 0;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#itemBlock > div::before {
	right: 200px;
}
#itemBlock > div::after {
	left: 200px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	background-position: 50% 1060px;
}
#itemBlock > div {
	min-height: 1250px;
}
@media screen and (max-width: 768px) {
	#itemBlock > div {
		min-height: 900px;
	}
	#itemBlock::before,
	#itemBlock::after {
		width: 800px;
	}
	#itemBlock::after {
		background-position: 50% 424px;
	}
	#itemBlock > div::before,
	#itemBlock > div::after {
		width: 586px;
	}
	#itemBlock > div::before {
		right: 200px;
	}
	#itemBlock > div::after {
		left: 200px;
		background-position: 50% 318px;
	}
}

#itemBlock.loading {
	pointer-events: none;
}
#itemBlock.loading > div {
	opacity: .2;
}
#itemBlock.loading.first > div {
	opacity: 0;
}
#itemBlock.show > div {
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

#itemBlock .loading_ico::after {
	content: "";
	position: absolute;
	top: 250px;
	left: 50%;
	margin: 0 0 0 -25px;
	width: 50px;
	height: 50px;
	border-top: 8px solid rgba(230, 0, 57, 0.3);
	border-right: 8px solid rgba(230, 0, 57, 0.3);
	border-bottom: 8px solid rgba(230, 0, 57, 0.3);
	border-left: 8px solid rgba(230, 0, 57, 0.9);
	border-radius: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: main_loadimg 1.1s infinite linear;
	animation: main_loadimg 1.1s infinite linear;
	z-index: 20;
}
#itemBlock.loading.first  .loading_ico::after {
	top: 150px;
}
@media screen and (max-width: 768px) {
	#itemBlock  .loading_ico::after {
		top: 180px;
	}
	#itemBlock.loading.first  .loading_ico::after {
		top: 100px;
	}
}
@-webkit-keyframes main_loadimg {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes main_loadimg {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#item {
	position: relative;
	padding-top: 145px;
	padding-bottom: 80px;
	z-index: 3;
}
#item .grid {
	position: relative;
}
@media screen and (min-width: 769px), print {
	#item {
		width: 950px;
		margin: auto;
	}
	#item > * {
		margin-left: -25px;
	}
	#item > *::after {
		content: "";
		display: block;
		clear: both;
	}
}
@media screen and (max-width: 768px) {
	#item {
		padding-top: 110px;
		padding-bottom: 50px;
	}
}

#item .sub_btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 45px;
}
#item .sub_btn a {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 40px;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.6rem;
	font-weight: bold;
}
#item .sub_btn a.kana_local {
	margin-right: 10px;
	background-color: #fff;
	border: 1px solid #cceef6;
	color: #cceef6;
	width: 40px;
}
#item .sub_btn a.kana_local[href] {
	border-color: #00abd4;
	color: #00abd4;
}
#item .sub_btn a.back_btn {
	background-color: #221714;
	padding: 0 50px 0 30px;
	color: #fff;
}
#item .sub_btn a.back_btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -3px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 769px), print {
	#item .sub_btn {
		margin-left: 0;
	}
	#item .sub_btn a.back_btn:hover {
		opacity: .7;
	}
	#item .sub_btn a.kana_local::after {
		content: "";
		position: absolute;
		bottom: -7px;
		left: 50%;
		margin-left: -4px;
		border-style: solid;
		border-width: 6px 4px 0 4px;
		border-color: #00abd4 transparent transparent transparent;
		opacity: 0;
	}
	#item .sub_btn a.kana_local[href]:hover {
		background-color: #00abd4;
		color: #fff;
	}
	#item .sub_btn a.kana_local[href]:hover::after {
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	#item .sub_btn {
		margin-bottom: 25px;
	}
	#item .sub_btn a {
		height: 30px;
		font-size: 1.2rem;
	}
	#item .sub_btn a.kana_local {
		margin-right: 5px;
		width: 30px;
	}
	#item .sub_btn a.back_btn {
		padding: 0 25px 0 15px;
	}
	#item .sub_btn a.back_btn::before {
		right: 10px;
		width: 8px;
		height: 8px;
		margin-top: -2px;
	}
}

#item .shop > * {
	background-color: #fff;
	font-size: 1.3rem;
}
@media screen and (min-width: 769px), print {
	#item .shop {
		position: absolute;
		width: 300px;
		margin-left: 25px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px) {
	#item .shop {
		/*-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;*/
		position: absolute;
		margin-bottom: 20px;
		font-size: 1.1rem;
		width: 100%;
	}
}

#item .shop .category {
	position: relative;
	padding: 8px 0 8px 44px;
	background-color: #e60039;
	color: #fff;
	font-weight: bold;
}
#item .shop .category .icon {
	position: absolute;
	left: 15px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff 50% no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	border-radius: 100%;
	text-align: center;
}
#item .shop[data-category="ファッション"] .category .icon {
	background-image: url(../img/ico_cat_fashion.png);
}
#item .shop[data-category="ファッショングッズ"] .category .icon {
	background-image: url(../img/ico_cat_goods.png);
}
#item .shop[data-category="ライフスタイルグッズ"] .category .icon {
	background-image: url(../img/ico_cat_life.png);
}
#item .shop[data-category="コスメ"] .category .icon {
	background-image: url(../img/ico_cat_cosmetics.png);
}
#item .shop[data-category="レストラン&カフェ"] .category .icon {
	background-image: url(../img/ico_cat_cafe.png);
}
#item .shop[data-category="スイーツ&フード"] .category .icon {
	background-image: url(../img/ico_cat_sweets.png);
}
#item .shop[data-category="サービス・その他"] .category .icon {
	background-image: url(../img/ico_cat_other.png);
}
#item .shop[data-category="フード&タイムイセタン ヨコハマ"] .category .icon {
	background-image: url(../img/ico_cat_isetan.png);
}
#item .shop .category .icon svg {
	width: 12px;
	height: 20px;
	fill: #e60039;
}
#item .shop .category .floor {
	position: absolute;
	right: 15px;
	top: 50%;
	padding: 0 10px;
	background-color: #fff;
	font-size: 1.5rem;
	color: #e60039;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#item .shop .advance {
	position: relative;
}
#item .shop .advance p {
	position: absolute;
	top: -2px;
	left: -6px;
	padding: 2px 10px;
	background: #00abdc;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
}
#item .shop .advance p::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #0b5c77 transparent transparent;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(.5);
	-ms-transform: scaleY(.5);
	-o-transform: scaleY(.5);
	transform: scaleY(.5);
}

#item .shop .contents {
	padding: 30px 20px 10px;
}
#item .shop .title {
	display: block;
	text-decoration: none;
	color: #000;
}
#item .shop .logo {
}
#item .shop .logo > span {
	display: block;
	position: relative;
	padding-top: 38.46%;
	text-align: center;
}
#item .shop .logo > span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#item .shop h1 {
	margin-bottom: 20px;
	text-align: center;
}
#item .shop-items {
}
#item .shop-items .shop-item {
	position: relative;
	padding-bottom: 30px;
}
#item .shop-items.count2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#item .shop-items.count2 .shop-item {
	width: calc(50% - 6px);
}
#item .shop-items .price {
	margin-bottom: 20px;
}
#item .shop-items .price::after {
	content: "";
	display: block;
	clear: both;
}
#item .shop-items.count2 .price {
	margin-bottom: 15px;
}
#item .shop-items .limit {
	background-color: #cf972a;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: center;
}
#item .shop-items .limit .num {
	font-size: 1.8rem;
}
#item .shop-items .limit .unit {
	font-size: 1.3rem;
}
#item .shop-items .price .p {
	color: #e60039;
	white-space: nowrap;
	text-align: center;
	line-height: 1;
}
#item .shop-items .price .p .en {
	font-weight: 900;
	font-size: 2.5rem;
}
#item .shop-items .price .p .num {
	font-size: 5rem;
}
#item .shop-items .price .p2 {
	margin-top: 4px;
	display: block;
	font-size: 1.3rem;
	color: #221714;
	white-space: normal;
	line-height: 1.3;
}
#item .shop-items .price .p2 span {
	display: inline-block;
}
#item .shop-items.count1 .price {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
#item .shop-items.count1 .limit {
	min-width: 65px;
	margin-right: 8px;
	padding: 3px;
}
#item .shop-items.count2 .limit {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 24px;
	margin-bottom: 10px;
	padding-top: 2px;
	line-height: 1;
}
#item .shop-items.count2 .limit br {
	display: none;
}
#item .shop-items.count2 .price .p .en {
	font-size: 1.5rem;
}
#item .shop-items.count2 .price .p .num {
	font-size: 3.4rem;
}
#item .shop-items.count2 .price .p2 {
	font-size: 1.2rem;
}
#item .shop-items .more {
	font-size: 1.4rem;
}
#item .shop-items .more > * {
	padding-top: 20px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHZJREFUeNpi/P//PwM5gAVdgHHNVR0gxQ/E5/6HaH/HpZERZiNQAw+QWg/ELlC5N0AcBtS8H5tGJiR2C5ImEBAB4lVAAzkJafTEIg/SbEFIIy7/fCGkcQEW+UugQCKkcSIQ1wHxeyD+B8S7gNgXGDh/sWkECDAAPfgfWu1GSZ0AAAAASUVORK5CYII=) repeat-x 0 0;
	-webkit-background-size: 7px;
	background-size: 7px;
}
#item .shop-items.count2 .more > * {
	padding-top: 15px;
}
#item .shop-items .shop-item.has_btn .more > * {
	padding-bottom: 60px;
}
#item .shop-items .more_ph {
	max-width: 170px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30px;
}
#item .shop-items .more_ph a {
	display: block;
	text-align: center;
	background-color: #e60039;
	color: #fff;
	padding: 10px 0;
	font-size: 1.5rem;
	text-decoration: none;
	font-weight: bold;
}
#item .shop-items .more_ph a > span {
	display: inline-block;
	padding-left: 35px;
	background: url(../img/ico_camera.png) no-repeat 0;
	-webkit-background-size: 20px;
	background-size: 20px;
}
#item .shop-items.count2 .more_ph a {
	font-size: 1.4rem;
}
#item .shop-items.count2 .more_ph a > span {
	padding-left: 28px;
}
@media screen and (min-width: 769px), print {
	#item .shop h1 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		height: 3.2em;
	}
	#item .shop-items .more_ph a:hover {
		opacity: .7;
	}
	#item .shop .title[href]:hover {
		opacity: .5;
	}
}
@media screen and (max-width: 768px) {
	#item .shop .category {
		padding: 5px 0 5px 35px;
		font-size: 1.1rem;
	}
	#item .shop .category .icon {
		left: 10px;
	}
	#item .shop .category .floor {
		right: 8px;
		font-size: 1.1rem;
	}
	#item .shop .advance p {
		top: -1px;
		font-size: 1rem;
	}
	#item .shop .contents {
		padding: 24px 20px 10px;
	}
	#item .shop .title {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	#item .shop .title > * {
		width: calc(50% - 6px);
	}
	#item .shop h1 {
		margin-bottom: 0;
		text-align: left;
	}
	#item .shop-items {
	}
	#item .shop-items .shop-item {
		padding-bottom: 10px;
	}
	#item .shop-items.count2 .shop-item {
		padding-top: 22px;
	}
	#item .shop-items .limit {
		font-size: 1rem;
	}
	#item .shop-items .limit .num {
		font-size: 1.2rem;
	}
	#item .shop-items .limit .unit {
		font-size: 1rem;
	}
	#item .shop-items .price {
		margin-bottom: 10px;
	}
	#item .shop-items .price .p .en {
		font-size: 2rem;
	}
	#item .shop-items .price .p .num {
		font-size: 3rem;
	}
	#item .shop-items .price .p2 {
		margin-top: 3px;
		font-size: 1.2rem;
	}
	#item .shop-items.count1 .limit {
		min-width: 0;
	}
	#item .shop-items.count1 .p2 {
		margin-left: 5px;
	}
	#item .shop-items.count2 .limit {
		height: 16px;
	}
	#item .shop-items.count2 .price .p .en {
		font-size: 2rem;
	}
	#item .shop-items.count2 .price .p .num {
		font-size: 3rem;
	}
	#item .shop-items .more {
		font-size: 1.2rem;
		display: none;
		/*
		position: relative;
		height: 0;
		overflow: hidden;
		*/
		/*-webkit-transition: height .3s;
		-o-transition: height .3s;
		transition: height .3s;*/
	}
	#item .shop-items .more.show {
		display: block;
	}
	#item .shop-items .more > * {
		padding-top: 15px;
		padding-bottom: 20px;
	}
	#item .shop-items .shop-item.has_btn .more > * {
		padding-bottom: 45px;
	}
	#item .shop-items.count2 .more > * {
		padding-top: 10px;
	}
	#item .shop-items .more_ph {
		bottom: 15px;
	}
	#item .shop-items .more_ph a {
		padding: 6px 0;
		font-size: 1.2rem;
	}
	#item .shop-items.count2 .more_ph a {
		font-size: 1.2rem;
	}
	#item .sp_more {
		padding-bottom: 10px;
	}
	#item .sp_more a {
		position: relative;
		display: block;
		padding: 5px;
		text-align: center;
		border: 2px solid #e60039;
		text-decoration: none;
		color: #000;
		font-size: 1.2rem;
	}
	#item .sp_more a::before,
	#item .sp_more a::after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		width: 10px;
		border-top: 1px solid #e60039;
	}
	#item .sp_more a::after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#item .sp_more a .c {
		display: none;
	}
	#item .sp_more a.open .c {
		display: block;
	}
	#item .sp_more a.open .o {
		display: none;
	}
	#item .sp_more a.open::after {
		opacity: 0;
	}
}


/* more_load
============================================================================================================ */
.more_load {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	background-color: rgba(230,0,57,.9);
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	z-index: 50;
}
.more_load > span {
	position: relative;
	padding-left: 32px;
}
.more_load > span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(../img/ico_load.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
@media screen and (min-width: 769px), print {
	.more_load:hover {
		background-color: rgba(238,77,117,1);
	}
}
@media screen and (max-width: 768px) {
	.more_load {
		height: 50px;
		font-size: 1.3rem;
	}
}



/* modal_ele
============================================================================================================ */
.modal_ele {
	position: absolute;
	top: -9999em;
	pointer-events: none;
	perspective: 2000px;
	z-index: 9500;
}
.modal_ele > * {
	padding: 20px 20px 40px;
	background-color: #fff;
	font-size: 1.3rem;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform:  translateY(30px) rotateY(-60deg);
	opacity: 0;
}
.modal_ele.show {
	pointer-events: auto;
}
.modal_ele.show > * {
	transform: translateY(0) rotateY(0deg);
	opacity: 1;
}
.modal_ele .ph {
	text-align: center;
}
.modal_ele .ph img {
	max-width: 100%;
}
.modal_ele .notes {
	margin: 10px 0 0;
}
.modal_ele .close {
	position: relative;
	display: block;
	width: 190px;
	margin: 20px auto 0;
	padding: 8px 0;
	background-color: #221714;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.6rem;
}
.modal_ele .close::before,
.modal_ele .close::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 20px;
	margin-top: -1px;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal_ele .close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (min-width: 769px), print {
	.modal_ele {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.modal_ele .close:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 768px) {
	.modal_ele {
		right: 0;
		left: 0;
		padding: 0 5px;
		overflow: hidden;
	}
	.modal_ele > * {
		padding: 10px 10px 20px;
		font-size: 1.1rem;
	}
	.modal_ele .close {
		padding: 6px 0;
		font-size: 1.4rem;
	}
}



/* overlay
============================================================================================================ */
#overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,.4);
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	opacity: 0;
	z-index: 9000;
}
#overlay.show {
	bottom: 0;
	opacity: 1;
}
#overlay.loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	border-top: 8px solid rgba(255,255,255,0.5);
	border-right: 8px solid rgba(255,255,255,0.5);
	border-bottom: 8px solid rgba(255,255,255,0.5);
	border-left: 8px solid rgba(255,255,255,1);
	border-radius: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: main_loadimg 1.1s infinite linear;
	animation: main_loadimg 1.1s infinite linear;
	z-index: 20;
}

#navOverlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgba(0,0,0,.2);
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	opacity: 0;
	z-index: 90;
}
#navOverlay.show {
	bottom: 0;
	opacity: 1;
}



/* close_txt
============================================================================================================ */
.close_txt {
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 769px), print {
	.close_txt {
		margin-top: 85px;
		margin-bottom: 80px;
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 768px) {
	.close_txt {
		margin-top: 60px;
		margin-bottom: 50px;
		font-size: 1.6rem;
	}
}


