@charset "UTF-8";
/* ====================
		common
===================== */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

html,
body {
	font-family: Roboto, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #221815;
}

main {
	margin-top: 50px;
	overflow: hidden;
}

.contInner {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	opacity: 0.7;
}

h2 {
	display: flex;
	align-items: center;
	text-align: center;
	/* for no-flexbox browsers */
}

h2:before,
h2:after {
	border-top: 1px solid;
	content: "";
	display: inline;
	/* for IE */
	flex-grow: 1;
}

h2:before {
	margin-right: 0.5em;
}

h2:after {
	margin-left: 0.5em;
}

h2.noBorder:before,
h2.noBorder:after {
	border: none;
	margin: 0;
}

.moreBtn {
	width: 90%;
	margin: 0 auto;
}

.moreBtn {
	display: block;
	position: relative;
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	text-align: center;
	padding: 10px 0px;
	font-size: 1rem;
}

.moreBtn:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
}

.wh {
	color: #fff;
}

.wh.moreBtn {
	color: #fff;
	border: 1px solid #fff;
}

.wh.moreBtn:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.contInner h2 {
	font-size: 1.125rem;
	text-align: center;
	margin-bottom: 24px;
}

.slideInner {
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.slideInner .swiper-button-prev {
	top: 80px;
	left: -10px;
}

.slideInner .swiper-button-next {
	top: 80px;
	right: -5px;
}

.infoSlide,
.calSlide {
	width: 1080px;
	margin: 0 auto;
}

.swiper-slide a {
	color: #000;
	text-decoration: none;
}

.swiper-slide a:hover {
	opacity: 0.6;
	text-decoration: none;
	color: #b1034e;
}

.swiper-button-prev {
	background-image: url("../img/common/arrow_prev.png") !important;
}

.swiper-button-next {
	background-image: url("../img/common/arrow_next.png") !important;
}

p.itemType {
	margin: 10px 0 15px;
}

p.itemType span {
	font-size: 1rem;
	border: 1px solid #000;
	padding: 5px;
}

p.itemCode {
	font-size: 1rem;
}

p.itemPrice {
	font-size: 1rem;
}

p.itemPrice span {
	font-size: 1.25rem;
}


.leftOnly {
	display: none;
}

.alC {
	text-align: center !important;
}

.alL {
	text-align: left !important;
}

.fs18 {
	font-size: 1.125rem;
}

.pad0 {
	padding: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mt20 {
	margin-top: 20px;
}

.mr0 {
	margin-right: 0 !important;
}

.mr1 {
	margin-right: 1px !important;
}

.mr2 {
	margin-right: 2px !important;
}

.mr3 {
	margin-right: 3px !important;
}

.mr4 {
	margin-right: 4px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}


/* ========================================
	header
======================================== */
header {
	margin: 15px auto !important;
}

header .contInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .rightArea ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .rightArea li.text {
	font-size: 0.7rem;
	line-height: 1.2;
	margin-right: 10px;
}

header .rightArea li.tel {
	font-size: 1.6rem;
	margin-right: 14px;
}

header .rightArea li.tel img {
	margin-right: 7px;
	position: relative;
	top: 3px;
}

header .rightArea li.pBtn a {
	display: block;
	background: #b1034e;
	color: #fff;
	width: 115px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	font-size: 0.9rem;
	border-radius: 3px;
}

header .rightArea li.pBtn {
	margin-right: 10px;
}

header .rightArea li.pBtn:last-child {
	margin-right: 0;
}

header .rightArea ul li.pBtn img {
	height: 20px !important;
	width: auto !important;
	margin-right: 6px;
	vertical-align: middle;
}

header .rightArea ul li:last-child img {
	margin-right: 0;
}

header .rightArea li.pBtn:nth-child(n) {
	margin-right: 10px !important;
}

/*.icn_event img{
    width: 24px;
    padding-top: 5px;
}

.icn_member{
	height: 22px;
    position: relative;
    top: 7px;
}

.icn_wish{
	height: 19px;
    position: relative;
    top: 7px;
}

.icn_cart{
	height: 22px;
    position: relative;
    top: 7px;
}
*/

/* ========================================
	megamenu
======================================== */
.navigation {
	font-size: 1rem;
	min-width: 1080px;
	position: relative;
	z-index: 10;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 3px !important;
}

ul.menu {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	background: #fff;
	z-index: 2;
}

ul.menu>li {
	float: left;
	background: #fff;
	text-align: center;
	margin-right: 1.4rem;
	font-size: 1rem;
	height: 40px;
}

ul.menu>li:last-child {
	margin-right: 0;
}

ul.menu>li:nth-child(8) {
	padding: 5px 0 0 0;
	margin-right: 20px;
	border-right: 1px solid #999;
	height: 15px;
	margin-top: 5px;
}

/*ul.menu > li:nth-child(7) {
	padding-left: 2rem;
}*/

ul.menu>li a {
	display: block;
	color: #000;
}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 100;
}

ul.menu .init-bottom {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #221815;
}

ul.menu .init-bottom::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #b1034e;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

ul.menu .init-bottom:hover::after {
	transform: scale(1, 1);
}

/* floatクリア */
.menu:before,
.menu:after {
	content: " ";
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}

li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 43px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 60px;
	background: #f3f0eb;
	line-height: initial;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
	top: 43px;
	visibility: visible;
	opacity: 1;
}

/* ====================
		カート数表示2021/2/2
===================== */

.fs-client-cart-count {
background: #383838;
border-radius: 50%;
text-align:center;
color: #fff;
font-weight: bold;
line-height: 18px;
width: 18px;
position: relative;
left: 30px;
top: -10px;
}

.fs-client-cart-count--0 {
display: none;
}

/* ====================
		検索
===================== */
.allItem {
	text-align: left;
	background: #b1034e;
	width: 220px;
	height: 50px;
	line-height: 52px;
	margin-bottom: 20px;
	border-radius: 3px;
}

.allItem a {
	color: #fff !important;
	text-align: center;
	display: block;
}

.searchInner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.searchBox {
	width: 300px;
	text-align: left;
	margin: 15px 25px 0 0;
	font-size: 1rem;
	line-height: 2;
}

li.menu__mega .searchBox {
	margin: 15px 20px 0 0;
}

.searchBox h3 {
	border-bottom: 1px solid #000;
	font-size: 0.9rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.searchBox ul li {
	text-indent: 0.2em;
}

.searchBox ul li a:hover {
	color: #b1034e;
}

.search {
	padding-top: 86px;
}

.search h2 {
	width: 32%;
	margin: 0 auto;
}

.search article {
	padding: 30px 50px;
}

.search .allItem {
	margin: auto;
	text-align: center;
}

.searchBox label {
	line-height: 135%;
	position: relative;
	margin: 15px 10px;
	cursor: pointer;
	display: block;
}

.searchBox .checkBox {
	position: relative;
	margin: 0 15px 0 0;
	cursor: pointer;
}

.searchBox .checkBox:before {
	position: absolute;
	z-index: 1;
	top: -0.05rem;
	left: 3px;
	width: 10px;
	height: 5px;
	content: '';
	border: 2px solid #fff;
	border-top-style: none;
	border-right-style: none;
}

.searchBox .checkBox:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	transform: rotate(-45deg) scale(1, 1);
}

.searchBox .checkBox:after {
	position: absolute;
	top: -7px;
	left: -2px;
	width: 20px;
	height: 20px;
	content: '';
	cursor: pointer;
	border: 1px solid #ccc;
	background: #ffffff;
	border-radius: 3px;
}

.searchBox .checkBox:checked:after {
	background: #b1034e;
}

.searchNum {
	margin: 30px auto;
	text-align: center;
}

.searchNum p {
	font-size: 1.2rem
}

.searchNum p span {
	color: #b1034e;
	font-size: 2rem;
}

.btnInner {
	text-align: center;
}

input[type="submit"] {
	-webkit-appearance: none;
	width: 220px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	cursor: pointer;
	margin: 0 10px;
	border: 0px;
	border-radius: 3px;
}

input.resetButton {
	background: #857d78 url(../img/left/reset.gif) no-repeat 50px center;
	text-indent: 1em;
}

input.submitButton {
	background: #b1034e;
}

/* ====================
		footer
===================== */
footer {
	background: url("../img/common/footer_bg.jpg");
	background-size: cover;
	height: 587px;
}

footer .contInner {
	padding-top: 40px;
}

footer .toTop {
	position: absolute;
	top: -70px;
	right: 0;
}

footer .fNav {
	display: flex;
	justify-content: space-between;
	color: #fff;
	text-align: left;
	width: 880px;
	margin: 0 auto;
}

footer .fNav>div {
	width: 225px;
}

footer .fNav>div p:first-child {
	margin-top: 0;
}

footer .fNav p {
	border-bottom: 1px solid #fff;
	padding-bottom: 11px;
	margin-top: 23px;
}

footer .fNav a {
	color: #fff;
}

footer .fNav ul {
	margin-top: 1rem;
}

footer .fNav li {
	font-size: 1rem;
	margin-bottom: 1.1rem;
}

footer .fNav li ul li {
	text-indent: 1em;
}

footer .fNav .moreBtn {
	width: 100%;
	margin-top: 40px;
}

footer .logoNav {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

footer .logoNav li {
	padding: 0 20px;
	border-left: 1px solid #fff;
}

footer .logoNav li:first-child {
	border: none;
}

footer p.copy {
	color: #fff;
	margin-top: 40px;
	font-size: 0.75rem;
	line-height: 1.9;
}

/* ====================
		recomend
===================== */
.recomend {
	padding: 60px 0 120px;
}

.recomend h2 {
	width: 28%;
	margin: 0 auto 88px;
}

.recomend .slideInner {
	width: 1080px;
}

.recSlide {
	width: 940px;
	margin: 0 auto;
}

.recomend .slideInner .swiper-button-prev,
.recomend .slideInner .swiper-button-next {
	top: 245px;
}

.recomend p {
	font-size: 1.25rem;
	margin: 5px 0;
}

.recomend p.itemPrice {
	font-size: 1rem;
}

/* ====================
	サイドバー
===================== */
#leftArea {
	width: 220px;
	float: left;
	margin: 0px;
	vertical-align: top;
}

#leftArea .search {
	padding-top: 0;
	margin: 10px 0;
}

#leftArea .searchInput {
	position: relative;
	margin: 0px;
}

#leftArea input.searchText {
	border: 1px solid #333333;
	border-radius: 10px;
	width: 198px;
	height: 40px;
	line-height: 38px;
	padding: 0 10px;
	-webkit-appearance: none;
	font-size: 1rem;
}

#leftArea input.searchBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 40px;
	border: none;
	background: #333333 url("../img/left/search.png") no-repeat center;
	margin: 0;
	border-radius: 0 10px 10px 0;
	/*    background-size: auto 90%;*/
}

#leftArea .searchBox {
	line-height: 1.2 !important;
	margin: 15px 0 !important;
}

#leftArea .searchBox label {
	margin: 8px 0;
	padding: 0;
	font-size: 1rem;
	display: block;
	line-height: 150%;
}

#leftArea .searchBox h3 {
	font-size: 1.1rem;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#leftArea .searchBox h3 span {
	font-size: 70%;
}

#leftArea .searchBox .labelInner {
	margin: 20px 0 0 32px;
}

#leftArea .searchBox .checkBox {
	margin: 0 17px 0 -30px;
}

#leftArea .leftOnly {
	display: block;
}

#leftArea input[type="submit"] {
	margin: 0 0 20px 0;
}

#leftArea .bannerArea {
	margin-bottom: 20px;
}

#leftArea .banner {
	position: relative;
	margin-top: 30px;
}

#leftArea .banner .textArea {
	position: absolute;
	bottom: 15px;
	text-align: center;
	width: 100%;
	font-size: 0.875rem;
}

#leftArea .banner .moreBtn {
	font-size: 0.875rem;
}

#leftArea .banner p {
	margin-bottom: 10px;
	line-height: 1.4;
}

#leftArea .btnArea a {
	display: block;
	margin-bottom: 10px;
}

#leftArea .searchBox .checkBox:before {
	position: absolute;
	z-index: 1;
	top: -0.05rem;
	left: 3px;
	width: 10px;
	height: 5px;
	content: '';
	border: 2px solid #fff;
	border-top-style: none;
	border-right-style: none;
}

#leftArea .searchBox .checkBox:after {
	position: absolute;
	top: -7px;
	left: -2px;
	width: 20px;
	height: 20px;
	content: '';
	cursor: pointer;
	border: 1px solid #ccc;
	background: #ffffff;
	border-radius: 3px;
}

#leftArea .searchBox .checkBox:checked:after {
	background: #b1034e;
}

/* ====================
	フロートボタン
===================== */
.float_catalog {
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 10000;
}

.float_catalog a {
	background: #b1034e;
	border-radius: 5px;
	line-height: 1.4;
	opacity: 0.9;
	padding: 20px 10px 20px 5px;
	position: relative;
	text-align: center;
	right: -5px;
	color: #fff;
	display: block;
	font-size: 0.8rem;
}

.float_catalog a:hover {
	text-decoration: none;
	opacity: 0.7;
	color: #fff;
}

.float_catalog a img {
	height: 25px;
}

/* ====================
	フロートバナー
===================== */
.float_bnr {
	position: fixed;
	right: 0;
	top: 114px;
	display: none;
	z-index: 10;
}

/* ====================
	下層ページ共通
===================== */
#rightArea {
	width: 830px;
	float: left;
	vertical-align: top;
}

/* ====================
		reset
===================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*vertical-align:baseline;*/
	list-style: none;
}

body {
	color: #000;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	/* モダンブラウザ向け */
	font: 100%;
	/* Win IE 5-5.5､6(後方互換モード)向け */
	word-wrap: break-word;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

/* clear some floats */
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

span.red {
	color: #ff0000;
}

span.large {
	font-size: 160%;
	font-weight: bold;
}

span.small {
	font-size: 90%;
}

.clf {
	clear: both !important;
	overflow: hidden;
}

.flL {
	float: left !important;
}

.flR {
	float: right !important;
}

.txt_pnk {
	color: #b1034e;
}

.taC {
	text-align: center !important;
}


a:hover {
	color: #333333;
}





/*=== 200128追加　カートの文言 ===*/
.fs-c-cartTable .fs-c-listedOptionPrice,
.fs-c-cartTable .searchBoxfs-c-price,
.fs-c-cartTable .fs-c-price__addon {
	font-size: 90%;
	line-height: 1.8em;
}

/*=== 200707追加　Amazonフロートバナー ===*/
.bnr-amazon {
	position: fixed;
	top: 126px;
	right: 0;
	height: 260px;
}

.bnr-amazon img {
	height: 100%;
}