@charset "euc-jp";

body {
	font-size: 16px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	line-height: 1.5;
	letter-spacing: .05em;	
	background-color: #fff;
	background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
	color:
 /* #464e54 */
	#53353e;
}
a {
	color: /* #464e54 */ #53353e;
}
a:hover {
	color: /* #5e5e5e */ #682727;
}
a:hover img{
	filter:alpha(opacity=60);
	 opacity: 0.6;
	-moz-opacity: 0.6;
}
a img{
	filter:alpha(opacity=100);
	opacity: 1;  
	-moz-opacity: 1;
}
h1 {
	color: #7d5c66;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Arial, Helvetica, sans-serif;	
	font-size: 16px;
	font-weight: normal;
	margin: 10px;
	text-align: center;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}


.marker {
	background:linear-gradient(transparent 50%, #fff 50%);
	display: inline-block;
	line-height: 0.5;
	margin: 20px 0 40px;
	padding: 0 5px 8px;
}


#outer {
	background-color: #f0d6db;
	background: url("https://img07.shop-pro.jp/PA01454/252/etc/bg.jpg?cmsp_timestamp=20210620001110");
	/* background-repeat: repeat-y,
										 repeat-y;
	background-position: left 0 top 0,
											 right 0 top 0; */
	box-shadow: 0 0 10px #eee;
	overflow-x: hidden;
	max-width: 100%;
	height: auto;	
}

#container {
	margin:0px auto;
	max-width: 1130px;
	text-align:left;
	/* background-color: #fff; */
	position: relative;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;  
}

#container .inner {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1080px;
	padding: 0 25px;
}

#container.open {
	-moz-transform: translate3d(280px, 0, 0);
	-webkit-transform: translate3d(280px, 0, 0);
	transform: translate3d(280px, 0, 0);
}


#drawer {
	box-sizing: border-box;
	border-top: 3px solid #f7eeee;
	padding: 0 10px;
	position: fixed;
	top: 0;
	left: -280px;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 280px;
	height: 100%;
	background-color: #fff;
	z-index: 11;
	-webkit-overflow-scrolling: touch;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
	box-shadow: rgba(0, 0, 0, 0.3) -2px 0px 5px inset;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#drawer.open {
	-moz-transform: translate3d(280px, 0, 0);
	-webkit-transform: translate3d(280px, 0, 0);
	transform: translate3d(280px, 0, 0);
}


.other-inner {
	padding: 60px 0 0;
}


/* header */
#header {
}
.header-bar {
	background-color: #f7eeee;
	border-top: 10px solid #edc3cc;
	color: #92605d;
	font-size: 12px;
	height: 50px;
	/* opacity: 0.9; */
}
.header-bar .search-box {
	display: inline-block;	
	float: left;
	padding: 10px 10px;
}

.header-bar [type="text"] {
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 12px;
}
.header-bar button {
	background-color: #fff;
	border: none;
	border-radius: 5px;
	padding: 5px;
}


.header-bar .header-bar-menu {
	float: right;
}
.header-bar ul {
	display: inline-block;	
	margin: 0 10px;
}
.header-bar li {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
}
.header-bar .cart-box {
	display: inline-block;
	padding: 4px 10px 4px 0;
}
.header-bar .cart-box img {
	width: 42px;
	height: 42px;	
}
.header-bar a {
	color: #53353e;	
	z-index: 1000;
}



#header .header-img {
	margin: 20px 0 0;
}
#header .header-img img {
	margin: -67px 0 0;
	pointer-events: none;
}
#header .ribbon-box-wrapper {
	height: 75px;
	position: relative;
}
#header .ribbon-box {
	margin: 0 auto;
	max-width:1260px;
	width: 1260px;
	position: absolute;
	left: -65px;	
}
#header .nav ul {
	background-image: url("https://img07.shop-pro.jp/PA01454/252/etc/ribbon_center.jpg?cmsp_timestamp=20210619234241");
	box-sizing: border-box;
	display: inline-block;
	height: 85px;
	list-style: none;
	margin: 0;
	max-width: 1130px;
	text-align: center;
	padding: 20px 10px;
	width: -webkit-calc(100% - 112px);  
	width: calc(100% - 112px);
}
#header .nav ul li {
	border-right: 1px solid #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Arial, Helvetica, sans-serif;		
	display: inline;
	padding: 7px 1.5%;
}
#header .nav ul li:last-child {
	border-right: none;
}
#header .nav ul li a {
	color: #53353e;
}
#header .nav ul li a img {
	margin-right: 5px;
	vertical-align: text-bottom;
}
#header .nav .nav-left {
	float: left;
	width: 65px;
}
#header .nav .nav-right {
	float: right;
	width: 65px;
}

#header .nav ul li .sub-menu {
	background: rgba(76, 37, 50, 0.895);
	display: none;
	margin: 0 0 0;
	position: absolute;
	padding: 15px 5px 15px;
	width: 210px;
	top: 52px;
	left: 230px;
	z-index: 10000;
	height: unset;    	
	text-align: left;
}
#header .nav ul li .menu02 {
	padding: 15px 5px 15px;
	width: 200px;
	left: 440px;
}
#header .nav ul li .menu03 {
	padding: 15px 5px 15px;
	width: 170px;
	left: 640px;
}
#header .nav ul li .menu04 {
	padding: 15px 5px 15px;
	width: 167px;
	left: 810px;
}
#header .nav ul li .sub-menu li {
	border-right: none;
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 3px 0;
	text-align: left;
	width: 100%;
}

#header .nav ul li .sub-menu a {
	display: inline-block;
	padding: 7px;
	color: #fff;
	transition:all .5s ease-out;	
}

#header .nav .dropdown a {
	padding-bottom: 15px;
}
#header .nav .dropdown:hover ul {
	display: block;
}
#header .nav .dropdown li a:hover {
	color: #a49885;
}

.midashi-box h1,
.midashi-box p {
	color: #7d5c66;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Arial, Helvetica, sans-serif;	
	font-size: 16px;
	font-weight: normal;
	margin: 15px 10px 10px;
	text-align: center;
}

/* トップページ */


/* 新着商品・おすすめ商品・ランキング */
.new_item-box {
	margin: 0 0 50px;	
}
.recommend-box {
	margin: 0 0 50px;	
}
.new_item-box h2,
.recommend-box h2,
.seller-box h2 {
	border: none !important;
	text-align: center !important;
}
.new_item-box h2 img,
.recommend-box h2 img,
.seller-box h2 img {
	vertical-align: baseline;
}
.new_item-box li,
.recommend-box li,
.seller-box li {
	font-size: 14px;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
}

.new_item-box li p,
.seller-box li p {
	margin: 5px 0 0;
	text-align: center;
}
.new_item-box li p.soldout,
.recommend-box li p.soldout,
.seller-box li p.soldout {
	margin-top: 10px;
}
.new_item-box li p.soldout span,
.recommend-box li p.soldout span,
.seller-box li p.soldout span {
	background-color: #edc3cc;
	border-radius: 10px;
	color: #fff;
	padding: 5px 10px;
}
.new_item-box li p.soldout img,
.recommend-box li p.soldout img,
.seller-box li p.soldout img {
	margin-right: 5px;
	vertical-align: sub;
	height: 17.69px;
	width: 30px;
}	

.seller-box {
	margin: 0 0 0;
}


/* 商品一覧 */

.cg_freespace_01 {
	margin: 30px 0;
}
.cg_freespace_02 {
	margin: 30px 0;
}

.productlist-box {
	display: block;
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 10px auto;
	padding: 9% 0 50px;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #fff;
	background-image: url("https://img07.shop-pro.jp/PA01454/252/etc/frame02_top.png?cmsp_timestamp=20210716002736"), url("https://img07.shop-pro.jp/PA01454/252/etc/frame02_bottom.png?cmsp_timestamp=20210716002818"),url("https://img07.shop-pro.jp/PA01454/252/etc/frame02_middle.png?cmsp_timestamp=20210716002833");
	background-repeat: no-repeat, repeat-x, repeat-y;
	background-position: center top, center bottom, center top;
	background-size: 100% auto, 100% auto, 100% auto;
	padding-bottom: 100px;
}

.productlist-box .inner {
	max-width: 95% !important;
	margin: 0 auto !important;
	padding: 0 !important;   
}



.productlist-box h2 {
	border-bottom: 2px solid #53353e;
	margin-bottom: 30px;
	padding: 0 10px 10px;
	text-align: left;
}
.productlist-box h2 img {
	vertical-align: baseline;
}
.productlist-box h3 {
	color: #53353e;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0 10px;
	padding: 0 10px 0;
}
.category-list {
	border: 1px dotted #eec5cd;
	border-radius: 20px;
	padding: 15px 10px;
}
.category-list li {
	font-size: 13px !important;
	margin-bottom: 10px !important;
	text-indent: -36px;
	padding-left: 36px;
}
.category-list li img {
	margin-right: 5px;
	vertical-align: sub;
	height: 17.69px;
	width: 30px;
}
.productlist-box li {
	font-size: 14px;
	margin-bottom: 15px;
	text-align: left;
}
.productlist-box li p {
	margin: 5px 0 0;
	text-align: center;
}
.productlist-box li p.soldout {
	margin-top: 10px;
}
.productlist-box li p.soldout span {
	background-color: #edc3cc;
	border-radius: 10px;
	color: #fff;
	padding: 5px 10px;
}
.productlist-box li p.soldout img {
	margin-right: 5px;
	vertical-align: sub;
	height: 17.69px;
	width: 30px;
}	

.productlist_sort {
	color: #bd96a2;
	font-size: 14px;
	margin: 30px 0 20px;
	text-align: right;
}
.productlist-box_top {
	margin: 5px 0 100px;
	padding: 67px 0 100px;	
}


/* 商品 */
.item_name {
	
}
.regular_price {
	text-decoration: line-through;	
}
.price {
	font-weight: bold;
}
.discount_price {
	
}
.discount_rate {
	margin: 0 !important;
	color: #d7547c;
	font-weight: bold;
}
.s_expl {
	color: #bd96a2;
}





.btn-more {
	width: 96%;
	margin: 0 auto 60px;
	padding: 10px 12px;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Arial, Helvetica, sans-serif;
	font-weight: normal;
}




/* お知らせ */

/* .info-box {
	border: 2px solid #f4e3e6;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	margin: 0 0 25px;
	position: relative;
} */

.info-box {
	display: block;
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 0 auto 35px;
	padding: 0;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #fff;
	background-image: url("https://img07.shop-pro.jp/PA01454/252/etc_base64/aW5mb3JtYXRpb24tZnJhbWUtYW5nZWwtbWVkaXVt.png?cmsp_timestamp=20260628040439");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	aspect-ratio: 1500 / 1486;
}

.info-box .scr {
	box-sizing: border-box;
	position: absolute;
	top: 26%;
	right: 15%;
	bottom: 16%;
	left: 16%;
	width: auto;
	height: auto;
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 40px 10px 16px;
}
.info-box h2 {
	display: none;
}
.info-box h2 img {
	vertical-align: baseline;
}
.info-box a {
	color: #5070cb;
	text-decoration: underline;
}


/* .info-box .frame_l {
	position: absolute;
	top: 5px;
	left: 5px;
}
.info-box .frame_r {
	position: absolute;
	top: 5px;
	right: 5px;
}
.info-box .frame_l_b {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.info-box .frame_r_b {
	position: absolute;
	bottom: 5px;
	right: 5px;
} */



.top-contents {
	margin: 0 0 120px;
}
.top-contents p {
	text-align: center;
}
.top-contents .img-box {
	margin: 0 auto 20px;
	text-align: center;
}
.top-contents a {
	color: #5070cb;
	text-decoration: underline;
}

.frame-box {
	background-color: #f4e3e6;
	/* background-color: #fffafa; */
	/* border: 1px solid #af945a; */
	margin: 0 0 10px;
	padding: 50px 50px 50px;
	position: relative;
	text-align: center;
}
.frame-box_02 {
	background-color: #fff;
	border: 1px solid #af945a;
}


.frame-box p {
	margin: 0 0 20px;
	text-align: center;	
}
.frame-box h3 {
	background:linear-gradient(transparent 70%, #fff 70%);
	display: inline;
	line-height: unset;
	margin: 20px 0 40px;
	padding: 0 10px 3px;
}
.frame-box_02 h3 {
	background:linear-gradient(transparent 70%, #f7e5e5 70%);
	display: inline;
	line-height: unset;
	margin: 20px 0 40px;
	padding: 0 10px 3px;
}
.frame-box_02 h4 {
	background-color: #f4e3e6;
	border-radius: 50px;
	padding: 15px;

}
.frame-box a {
	color: #5070cb;
	text-decoration: underline;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 15px;
}
.frame-box a p {
	margin: 0;
}
.frame-box a.boder_b {
	border-bottom: 1px solid #9a3f59;	
}

.frame-box a p.pink-btn {
	background-color: #efc2cb;
	border-bottom: none !important;
	border-radius: 30px;
	color: #53353e;
	padding: 15px 20px;
}
.frame-box a p.purple-btn {
	background-color: #d4c9da;
	border-bottom: none !important;
	border-radius: 30px;
	color: #fff;
	padding: 15px 20px;
}

.frame-box .frame_l {
	position: absolute;
	top: 0;
	left: 0;
}
.frame-box .frame_r {
	position: absolute;
	top: 0;
	right: 0;
}
.frame-box .frame_l_b {
	position: absolute;
	bottom: 0;
	left: 0;
}
.frame-box .frame_r_b {
	position: absolute;
	bottom: 0;
	right: 0;
}


.mag2-box table {
	width: 100% !important;
}
@media (max-width: 768px) {
	.mag2-box table p a {
		font-size: 14px !important;
	}
	.mag2-box table input#email6 {
		font-size: 11px;
		width: 150px !important;
	}
	.mag2-box table p {
		margin: 15px 0 5px;
	}
}
@media (max-width: 420px) {
	.mag2-box table p a {
		font-size: 12px !important;
	}
	.mag2-box table input#email6 {
		font-size: 10px;
		width: 140px !important;		
	}
	.mag2-box table p {
		margin: 12px 0 3px;
	}
}


/*
 * contents
 */

#contents {
	float: right;
	margin: 0 auto;
	width: 69.44444%;
/*   padding-left: 30px; */
}



/* bx-slider  */


.slider {
	max-width: 750px;
	margin: 20px auto 50px;
}

#slider div {
	display: none;
}

#slider div img {
	width: 100% !important;
	height: auto;
}
#slider .bx-caption {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 40%;
	margin: 0;
	padding: 10px 20px;
	background-color: rgba(121, 121, 121, 0.77);
	color: #fff;
}

.bx-viewport #slider div {
		display: block !important;
}

.bx-wrapper img {
	width: 100%;
/*   height: 480px; */
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.bx-wrapper .bx-controls-direction a {
	width: 35px !important;
	height: 35px !important;	
	z-index: 100 !important;	
}
.bx-wrapper .bx-pager {
	padding-top: 10px !important;
	bottom: 15px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #d95c83 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #eee !important;	
}

.bx-wrapper .bx-viewport {
	left: unset !important;
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	border: unset !important; 
}

.bx-wrapper .bx-caption {
	left: unset !important;
}





.side {
	margin: 20px 0 50px;
	width: 27.77777777%;
	float: left;
}


.side .unstyled img {
	/* display: block; */
	/* margin-bottom: 5px; */
}

.side .search-box {
	background-color: #d7547c;
	display: inline-block;	
	float: left;
	padding: 10px 10px;
	width: 93.5%;
}
.side .search-box form {
	margin: 0;
}
.side [type="text"] {
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 12px;
	width: 76%;
}
/* .side ::placeholder {
	color: #fff;
	font-weight: bold;
}
.side ::-ms-input-placeholder {
	color: #fff;
	font-weight: bold;
}
.side :-ms-input-placeholder {
	color: #fff;
	font-weight: bold;
} */
.side button {
	background-color: #fff;
	border: none;
	border-radius: 5px;
	padding: 5px;
	width: 13%;
}

.side .seller-box h2 {
	border-bottom: 3px solid #edc3cc;
	text-align: left;
}
.side h3 {
	background-color: #edc3d5;
	border: 1px solid #a98d54;
	color: #7b5757;
	font-size: 20px;
	padding: 5px 5px 10px;
}
.side h3 img {
	margin-right: 10px;
	vertical-align: bottom;
}



.side .banner-box img {
	margin-bottom: 15px;
}

.side .banner-box-new {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 0 70px;
	height: 480px;
}

.side .banner-box02 {
	margin: 42px 0 35px;
}


.side .menu {
	width: 100%;
	margin: 1em auto;
	padding: 0;
}
.side .menu li {
	font-size: 14px;
	list-style: none;
}
.side .menu > li {
	border-bottom: 1px dotted #777;
}
.side .menu li a {
	box-sizing: border-box;
	display: table;
	margin-top: 1px;
	padding: 8px 5px;
	width: 100%;
	background: #fff;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	color: #53353e;
	overflow: hidden;
	transition:all .5s ease-out;
}

.side .menu li img {
	margin-right: 2%;
	width: 11%;
}
.side .menu li span {
	display: inline-block;
	vertical-align: middle;
	width: 85%;
}

.side .menu > li:first-child a {
	margin-top: 0;
}
.side .menu li a:hover {
	background: #f7eeee;
	transition:all .5s ease-out;
}
.menu-contents img {
	margin-right: 3% !important;
	height: 26px !important;
	width: 21px !important;
}


/* ランキング */

.rank_box {
	background-image: url("https://img07.shop-pro.jp/PA01454/252/etc/rank_04.png?cmsp_timestamp=20210620001644");
	color: #fff;
	font-size: 18px;
	width: 50px;
	height: 37px;
	position: absolute;
	text-align: center;
}
.rank_box_side {
	background-image: url("https://img07.shop-pro.jp/PA01454/252/etc/rank_04.png?cmsp_timestamp=20210620001644");
	color: #fff;
	font-size: 14px;
	width: 50px;
	height: 37px;
	position: absolute;
	text-align: center;
}

.rank_box_color_1 {
	background-image: url("https://img07.shop-pro.jp/PA01454/252/etc/rank_01.png?cmsp_timestamp=20210620001706");
}

.rank_box_color_2 {
	background-image: url("https://img07.shop-pro.jp/PA01454/252/etc/rank_02.png?cmsp_timestamp=20210620001718");
}

.rank_box_color_3 {
	background-image: url("https://img07.shop-pro.jp/PA01454/252/etc/rank_03.png?cmsp_timestamp=20210620001756");
}

.rank_number {
	color: #fff;
	display: block;
	padding-top: 18px;
	font-size: 14px;
	z-index: 10;
}


.side .seller-box {
	margin: 0 0 50px;
}
.side .seller-box li {
	border: 1px solid #f9eded;
	padding: 5px;
}
.side .seller-box li p {
	font-size: 12px;
	text-align: left;
}
.side .seller-box .img-box {
	float: left;
	width: 45%;
}
.side .seller-box .exp-box {
	box-sizing: border-box;
	float: right;
	padding: 0 5px 0 10px;
	width: 55%;;
}
.side .seller-box li p.soldout span {
	font-size: 10px;
	padding: 3px 5px;
}
.rank_box_side_number {
	color: #fff;
	display: block;
	padding-top: 18px;
	font-size: 14px;
	z-index: 10;
}

.side .contact-box {
	border: 1px solid #a98d54;
	padding: 15px;
	text-align: center;
}
.side a .contact-box {
	color: #a98d54;
}
.side .manager-box {
	margin: 30px 0 50px;
}
.side .manager-box h3 {
	background-color: unset;
	border: unset;
	color: unset;
	font-size: 18px;
	margin: 20px 0 10px;
	text-align: center;
}
.side .manager-box img {
	vertical-align: baseline;
}
.side .manager-box .img-box {
	text-align: center;
}
.side .manager-box h5 {
	font-size: 16px;
	text-align: center;
}
.side .manager-box .text-box {
	font-size: 14px;
}


.license-box {
	clear: both;
	color: #777;
	font-size: 11px;
	margin: 10px 0 20px;
	text-align: right;
}

/* footer */

#footer {
	background-color: #f4e3e6;
	padding: 75px 10px 50px;
}
#footer .inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 0 15px;
}
#footer a {
	color: #fff;
}

#footer ul {
	margin: 0 0 50px;
	text-align: center;    
}
#footer ul li:first-child {
	padding: 0 2.2% 0 0;
}
#footer ul li {
	display: inline;
	font-size: 14px;
	padding: 0 2.2% 0 2.2%;
}
#footer ul li:last-child {
	padding: 0 0 0 2.2%;
}
#footer ul li+ li {
	border-left: 1px solid #777;
}
#footer ul a {
	color: #633946;
}
#footer ul.menu02 {
	margin: 0;
	text-align: right;    
}
#footer ul.menu02 li {
	display: inline;
	font-size: 11px;
	padding: 0 2.2% 0;
}
#footer ul.menu02 li:last-child {
	padding: 0 1% 0 2.2%;
}
#footer ul.menu02 li+ li {
	border-left: 1px solid #9e7985;
}
#footer ul.menu02 li a {
	color: #9e7985;
}


.sns-box {
	background-color: #edc3cc;
	padding: 10px 0;
	text-align: center;
}
.sns-box ul.sns-list {
	margin: 0 0 0;
}
.sns-box ul.sns-list li {
	display: inline-block;
	padding: 0 2px 0;
}
.sns-box ul.sns-list li+ li {
	border-left: unset;
}

address {
	background-color: #d7547d;
	clear: both;
	display: block;
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
	padding: 15px 10px;
	text-align: center;
}



/* LINEウィジェット */
.line-widget {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 1000;
}

.line-icon {
	width: 60px;
	height: 60px;
	border: none;
	background: none;
	cursor: pointer;
}

.line-icon img {
	width: 100%;
	height: 100%;
	
}

.line-bubble {
	position: absolute;
	bottom: 0;
	right: 80px;
	background: #f8e4f3;
	color: #7b3e40;
	padding: 9px 20px;
	border-radius: 10px;
	display: block;
	width: 170px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.line-bubble p {
	font-size: 14px;
	margin: 0;
}


.line-bubble::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translateY(-50%);
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #f8e4f3;
}


.bubble-close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 16px;
	color: #7b3e40;
	cursor: pointer;
}

@media (max-width: 768px) {
	.line-widget {
	}

	.line-bubble {
	}
}



/* フリーページ */
.freepage {
	margin: 0 0 50px;
	text-align: center;
	padding: 50px 40px 100px;
}
.freepage a {
	color: #5070cb;
	text-align: center;	
	text-decoration: underline;
}
.freepage h2 {
	color: #d7547c;
	text-align: center;
	margin: 40px 0;
}

.freepage h2 span::before,
.freepage h2 span::after {
	background-image: url("https://img07.shop-pro.jp/PA01454/252/etc/heart_icon.gif?cmsp_timestamp=20210619234336");
	background-size: contain;
	content: '';
	display: inline-block;
	margin: 0px 5px 5px;
	vertical-align: middle;
	height: 23px;
	width: 39px;
}

.freepage h3 {
	background: unset;
	display: block;
}
.freepage h4 {
	background: linear-gradient(transparent 70%, #f7e5e5 70%);
	display: inline;
	font-size: 18px;
	line-height: unset;
	margin: 20px 0 40px;
	padding: 0 10px 3px;
}
.freepage h5 {
	
}
.freepage .img-box {
	text-align: center;
}
.freepage .btn-box {
	background-color: #d7547c;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	padding: 10px 15px;
}
.freepage .btn-box:hover {
	background-color: #fff;
	border: 1px solid #d7547c;
	border-radius: 50px;
	color: #d7547c;
	padding: 10px 15px;
}

.pagetop {
	position: fixed;
	bottom: 50px;
	left: 20px;
	z-index: 100;
}



.clearfix:before,
.clearfix:after {
		content: " ";
		display: table;
}

.clearfix:after {
		clear: both;
}

.clearfix {
		*zoom: 1;
}


/* パンくずリスト */
.breadcrumbs {
	margin: 0 0 20px;
}
.breadcrumbs ul {
	margin: 0 0 0 10px;
}
.breadcrumbs ul li {
	display: inline;
	font-size: 12px;
	
}


/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
	background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }




@media (max-width: 1200px) {
	/* ~1200px */
	.header-bar {
		height: 60px;
	}
}
@media (max-width: 1100px) {
	/* ~1100px */
	#header .nav ul {
		max-width: 1100px;
		padding: 20px 0;
	}	
	#header .nav ul li {
		font-size: 15px;
		padding: 7px 1.0%;
	}
	#header .nav ul li .sub-menu {
		padding: 15px 5px 15px;
		width: 187px;
		left: 253px;
	}
	#header .nav ul li .menu02 {
		padding: 15px 5px 15px;
		width: 185px;
		left: 440px;
	}
	#header .nav ul li .menu03 {
		padding: 15px 5px 15px;
		width: 153px;
		left: 625px;
	}
	#header .nav ul li .menu04 {
		padding: 15px 5px 15px;
		width: 151px;
		left: 778px;
	}

	
	#footer ul li:first-child {
		padding: 0 2% 0 0;
	}
	#footer ul li {
		font-size: 13px;
		padding: 0 2% 0 2%;
	}
	#footer ul li:last-child {
		padding: 0 0 0 2%;
	}
	#footer ul.menu02 {
		text-align: center;
	}
	#footer ul.menu02 li {
		font-size: 11px;
	}

	
	
}
@media (max-width: 1040px) {
	/* ~1040px */
	#header .nav ul {
		max-width: 1040px;
		padding: 20px 0;
	}	
	#header .nav ul li {
		font-size: 14px;
		padding: 7px 0.8%;
	}
	
	#header .nav ul li .sub-menu {
		padding: 15px 5px 15px;
		width: 177px;
		left: 248px;
	}
	#header .nav ul li .menu02 {
		padding: 15px 5px 15px;
		width: 171px;
		left: 425px;
	}
	#header .nav ul li .menu03 {
		padding: 15px 5px 15px;
		width: 141px;
		left: 596px;
	}
	#header .nav ul li .menu04 {
		padding: 15px 5px 15px;
		width: 141px;
		left: 737px;
	}


	
}
@media (max-width: 1000px) {
	/* ~1000px */
	#header .nav ul {
		max-width: 1000px;
		padding: 20px 0;
	}	
	#header .nav ul li {
		font-size: 14px;
		padding: 7px 0.7%;
	}
	
	
	#header .nav ul li .sub-menu {
		padding: 15px 5px 15px;
		width: 175px;
		left: 233px;
	}
	#header .nav ul li .menu02 {
		padding: 15px 5px 15px;
		width: 168px;
		left: 408px;
	}
	#header .nav ul li .menu03 {
		padding: 15px 5px 15px;
		width: 138px;
		left: 576px;
	}
	#header .nav ul li .menu04 {
		padding: 15px 5px 15px;
		width: 138px;
		left: 714px;
	}
	
	
	
	#footer {
		padding: 50px 10px 25px;
	}
	#footer ul li:first-child {
		padding: 0 1.5% 0 0;
	}
	#footer ul li {
		font-size: 12px;
		padding: 0 1.5% 0 1.5%;
	}
	#footer ul li:last-child {
		padding: 0 0 0 1.5%;
	}

	
}



@media (max-width: 980px) {
	/* ~980px */
	#header .nav ul {
		max-width: 980px;
		padding: 20px 0;
	}	
	#header .nav ul li {
		font-size: 14px;
		padding: 7px 0.5%;
	}	
	
	#header .nav ul li .sub-menu {
		padding: 15px 5px 15px;
		width: 169px;
		left: 233px;
	}
	#header .nav ul li .menu02 {
		padding: 15px 5px 15px;
		width: 164px;
		left: 402px;
	}
	#header .nav ul li .menu03 {
		padding: 15px 5px 15px;
		width: 134px;
		left: 566px;
	}
	#header .nav ul li .menu04 {
		padding: 15px 5px 15px;
		width: 134px;
		left: 700px;
	}
	
	#base_gmoWrapp,
	#gmo_CMSPbar {
		overflow: hidden;
		min-width: 100% !important;
		width: 100% !important;
	}
}
@media (max-width: 940px) {
	/* ~940px */
	#header .nav ul {
		max-width: 940px;
		padding: 20px 0;
	}	
	#header .nav ul li {
		font-size: 14px;
		padding: 7px 0.4%;
	}
	
	#header .nav ul li .sub-menu {
		padding: 15px 5px 15px;
		width: 168px;
		left: 216px;
	}
	#header .nav ul li .menu02 {
		padding: 15px 5px 15px;
		width: 162px;
		left: 384px;
	}
	#header .nav ul li .menu03 {
		padding: 15px 5px 15px;
		width: 132px;
		left: 546px;
	}
	#header .nav ul li .menu04 {
		padding: 15px 5px 15px;
		width: 131px;
		left: 678px;
	}
	
}
@media (max-width: 900px) {
	/* ~900px */
	#header .nav ul {
		max-width: 900px;
		padding: 20px 0;
	}	
	#header .nav ul li {
		font-size: 13px;
		padding: 7px 0.4%;
	}
	
	#header .nav ul li .sub-menu {
		padding: 15px 5px 15px;
		width: 160px;
		left: 211px;
	}
	#header .nav ul li .menu02 {
		padding: 15px 5px 15px;
		width: 154px;
		left: 371px;
	}
	#header .nav ul li .menu03 {
		padding: 15px 5px 15px;
		width: 127px;
		left: 525px;
	}
	#header .nav ul li .menu04 {
		padding: 15px 5px 15px;
		width: 126px;
		left: 652px;
	}
	
}
@media (max-width: 870px) {
	/* ~870px */
	#header .nav ul {
		max-width: 870px;
		padding: 20px 0;
	}	
	#header .nav ul li {
		font-size: 13px;
		padding: 7px 0.4%;
	}
	
	#header .nav ul li .sub-menu {
		padding: 15px 5px 15px;
		width: 160px;
		left: 197px;
	}
	#header .nav ul li .menu02 {
		padding: 15px 5px 15px;
		width: 153px;
		left: 357px;
	}
	#header .nav ul li .menu03 {
		padding: 15px 5px 15px;
		width: 126px;
		left: 510px;
	}
	#header .nav ul li .menu04 {
		padding: 15px 5px 15px;
		width: 126px;
		left: 636px;
	}
	
}
@media (max-width: 850px) {
	/* ~870px */
	#header .nav ul {
		max-width: 850px;
		padding: 20px 0;
	}	
	#header .nav ul li {
		font-size: 12px;
		padding: 7px 0.3%;
	}
	
	#header .nav ul li .sub-menu {
		padding: 15px 5px 15px;
		width: 152px;
		left: 203px;
	}
	#header .nav ul li .menu02 {
		padding: 15px 5px 15px;
		width: 145px;
		left: 355px;
	}
	#header .nav ul li .menu03 {
		padding: 15px 5px 15px;
		width: 119px;
		left: 500px;
	}
	#header .nav ul li .menu04 {
		padding: 15px 5px 15px;
		width: 118px;
		left: 619px;
	}
	
	#footer ul li:first-child {
		padding: 0 0.7% 0 0;
	}
	#footer ul li {
		font-size: 12px;
		padding: 0 0.7% 0 0.7%;
	}
	#footer ul li:last-child {
		padding: 0 0 0 0.7%;
	}
	
}
@media (max-width: 820px) {
	/* ~820px */
	#header .nav ul {
		max-width: 820px;
		padding: 20px 0;
	}	
	#header .nav ul li {
		font-size: 12px;
		padding: 7px 0.2%;
	}
	
	#header .nav ul li .sub-menu {
		padding: 15px 5px 15px;
		width: 150px;
		left: 192px;
	}
	#header .nav ul li .menu02 {
		padding: 15px 5px 15px;
		width: 143px;
		left: 342px;
	}
	#header .nav ul li .menu03 {
		padding: 15px 5px 15px;
		width: 117px;
		left: 485px;
	}
	#header .nav ul li .menu04 {
		padding: 15px 5px 15px;
		width: 117px;
		left: 602px;
	}

	
}
@media (max-width: 790px) {
	/* ~790px */
	#header .nav ul {
		max-width: 790px;
		padding: 20px 0;
	}	
	#header .nav ul li {
		font-size: 12px;
		padding: 7px 0.1%;
	}
	
	#header .nav ul li .sub-menu {
		padding: 15px 5px 15px;
		width: 149px;
		left: 180px;
	}
	#header .nav ul li .menu02 {
		padding: 15px 5px 15px;
		width: 141px;
		left: 329px;
	}
	#header .nav ul li .menu03 {
		padding: 15px 5px 15px;
		width: 115px;
		left: 470px;
	}
	#header .nav ul li .menu04 {
		padding: 15px 5px 15px;
		width: 115px;
		left: 585px;
	}
		
}

@media (max-width: 768px) {
		/* ~768px */
	
	#outer {
		background: none;
	}
	
	.top-inner {
		padding: 0 10px;
	}
	.other-inner {
		padding: 0 10px;
	}
	
	
	/* ツールバー */
	.toolbar {
		background-color: #f7eeee;
		border-top: 3px solid #edc3cc;
		-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
		box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
		box-sizing: border-box;
		padding: 5px 10px;
		position: fixed;
		height: 57px;
		top: 0;
		width: 100%;
		z-index: 10000;		
	}
	.toolbar .menu-box {
		float: left;
		text-align: left;
		width: 20%;
	}
	.toolbar .menu-box span {
		display: block;
		font-size: 9px;
		font-weight: bold;
		margin-bottom: 2px;
	} 
	.toolbar .icon {
		width: 30px;
		margin: 0 10px 0 3px;
	}
	
	.toolbar  .search-box {
		display: inline-block;	
		float: left;
		padding: 10px 0;
		text-align: center;
		width: 60%;
	}
	.toolbar form {
		margin: 0;
	}
	.toolbar  [type="text"] {
		border: 1px solid #ccc;
		border-radius: 10px;
		font-size: 12px;
		width: 70%;
	}
	.toolbar  button {
		background-color: #fff;
		border: none;
		border-radius: 5px;
		padding: 5px;
	}
	.toolbar .cart-box {
		float: left;
		text-align: right;
		width: 20%;
	}
	.toolbar .cart-box img {
		width: 42px;
		height: 42px;
	}
	
	.midashi-box {
		background-color: #fff;
		padding: 66px 10px 35px;
	}
	.midashi-box h1,
	.midashi-box p {
		font-size: 12px;
		margin: 5px 0 0;
	}
	
	#drawer ul.account-box {
		margin: 30px auto 0;
		width: 90%;
	}	
	#drawer ul.account-box li {
		background-color: #ececec;
		border-radius: 20px;
		list-style: none;
		margin-bottom: 10px;
		padding: 10px 10px;
		text-align: center;
	}
	.side .banner-box02 {
		margin: 30px 10px 30px;
	}
	.accordion-click span::after {
		content: '\f054';
		float: right;
		font-family: 'FontAwesome';
		font-size: 14px;
		padding: 15px 10px 0 0;
	}

	.side {
		margin: 0 0 50px;
		width: 27.77777%;
		float: left;
	}
	
	/* header */
	#header {
		background-color: #fff;
		padding-top: 20px;
		text-align: center;
	}
	.header-bar {
		display: none;
	}
	
	#header .header-img {
		margin: -50px 0 0;
	}
	#header .header-img img.logo {
		margin: 0 0 0;
		pointer-events: unset;
		width: 85%;
	}
	#header .header-img img.top-img {
		margin: 0 0 5px;
	}
	#header .header-img img.bottom-img {
		margin: 12px 0 0;
	}
	
 
	
	.info-box {
		padding: 0;
		background-image: url("https://img07.shop-pro.jp/PA01454/252/etc_base64/aW5mb3JtYXRpb24tZnJhbWUtYW5nZWwtbW9iaWxlLXBsdXM.png?cmsp_timestamp=20260628141548");
		aspect-ratio: 1500 / 1550;
	}
	.info-box h2 {
		display: none;
	}
	.info-box .scr {
		top: 26%;
		right: 16%;
		bottom: 13%;
		left: 16%;
		width: auto;
		height: auto;
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 7px 34px 7px 12px;
		font-size: 13px;
		line-height: 1.58;
	}
	
		

	.slider {
		max-width: 750px;
		margin: 10px auto 20px;
	}
	#slider .bx-caption {
		top: -webkit-calc(380px - 20%);
		top: calc(380px - 20%);
	}
	
	
	#contents {
		margin: 0 auto;
		width: 100%;
	}
	#container .inner {
		margin: 0 auto;
		padding: 0 0;
	}
	#container .banner-box-new {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		justify-items: center;
		gap: 10px;
		margin: 0 0 30px;
	}
	#container .banner-box-new .img-box img  {
		max-width: 300px;
		width: 100%;
	}
	#contents .banner-box {
		margin-bottom: 50px;
	}
	#contents .banner-box .img-box {
		float: left;
		margin-right: 2%;
		width: 32%;
	}
	#contents .banner-box .img-box:last-child {
		margin-right: 0;
	}
	#contents .banner-box .img-box img {
		width: 100%;
	}
	
	
	/*  bottom-menu */
	.bottom-menu {
		background-color: #fff;
		padding: 10px;
	}
	.bottom-menu h3 {
		background-color: #edc3d5;
		border: 1px solid #a98d54;
		color: #7b5757;
		font-size: 20px;
		padding: 5px 5px 10px;
	}
	.bottom-menu h3 img {
		margin-right: 10px;
		vertical-align: bottom;
	}

	
	.bottom-menu .banner-box img {
		margin-bottom: 15px;
	}
	
	.bottom-menu .banner-box02 {
		margin: 46px 0 35px;
	}
	
	.bottom-menu .menu {
		width: 100%;
		margin: 1em auto;
		padding: 0;
	}
	.bottom-menu .menu li {
		font-size: 14px;
		list-style: none;
	}
	.bottom-menu .menu > li {
		border-bottom: 1px dotted #777;
	}
	.bottom-menu .menu li a {
		box-sizing: border-box;
		display: table;
		margin-top: 1px;
		padding: 8px 5px;
		width: 100%;
		background: #fff;
		text-decoration: none;
		text-align: left;
		vertical-align: middle;
		color: #53353e;
		overflow: hidden;
		transition:all .5s ease-out;
	}
	
	.bottom-menu .menu li img {
		margin-right: 2%;
		width: 30px;
	}
	.bottom-menu .menu li span {
		display: inline-block;
		vertical-align: middle;
		width: 87%;
	}
	
	.bottom-menu .menu > li:first-child a {
		margin-top: 0;
	}
	.bottom-menu .menu li a:hover {
		background: #f7eeee;
		transition:all .5s ease-out;
	}

	.license-box {
		text-align: center;
	}

	/* footer */
	#footer {
		padding: 0 10px;
}
	#footer ul li {
		display: block;
		font-size: 14px;
		margin: 25px 10px;
	}
	#footer ul li+ li {
		border-left: none;
	}
	#footer ul.menu02 li {
		display: block;
		font-size: 12px;
	} 
	#footer ul.menu02 li+ li {
		border-left: none;
	}  
	
	/* フリーページ */
	.freepage {
		padding: 80px 10px 70px;
		text-align: left;
	}
	.freepage h2 {
		
	}
	.freepage h3 {
		display: block;
	}
	.freepage h4 {
		
	}
	.freepage h5 {
		
	}
	
}
@media (max-width: 480px) {
	/* ~480px */
	
	.info-box {
		padding: 0;
		background-image: url("https://img07.shop-pro.jp/PA01454/252/etc_base64/aW5mb3JtYXRpb24tZnJhbWUtYW5nZWwtbW9iaWxlLXBsdXM.png?cmsp_timestamp=20260628141548");
		aspect-ratio: 1500 / 1550;
	}
	.info-box h2 {
		display: none;
	}
	.info-box .scr {
		top: 28%;
		right: 15%;
		bottom: 14%;
		left: 15%;
		width: auto;
		height: auto;
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 5px 28px 5px 10px;
		font-size: 12.5px;
		line-height: 1.55;
	}
	.frame-box {
		padding: 60px 20px 60px;
	}
	
	#contents .banner-box {
		margin-bottom: 50px;
	}
	#contents .banner-box .img-box {
		float: left;
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	#contents .banner-box .img-box:last-child {
		margin-right: 0;
	}
	
	
	
}



/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
	width: 16px;
	height: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
	width: 24fpx;
	height: 24px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.icon-b,
	.icon-w {
		-webkit-background-size: 368px 320px;
		background-size: 368px 320px;
	}

	.icon-lg-b,
	.icon-lg-w {
		-webkit-background-size: 552px 480px;
		background-size: 552px 480px;
	}

	.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
	.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
	.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
	.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
	.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
	.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
	.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
	.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/* ==================================================
RV CUSTOM START: bxSlider arrows
スライドショー左右矢印のデザイン・位置調整
================================================== */

/* bxSlider arrows: elegant text arrows outside image */
.bx-wrapper {
position: relative !important;
overflow: visible !important;
}

.bx-wrapper .bx-controls-direction a {
background: none !important;
text-indent: 0 !important;
font-size: 0 !important;
width: 28px !important;
height: 48px !important;
line-height: 48px !important;
margin-top: -24px !important;
z-index: 50 !important;
text-decoration: none !important;
opacity: 0.9;
}

.bx-wrapper .bx-controls-direction a::before {
display: block;
font-size: 34px;
line-height: 48px;
font-family: "Times New Roman", "Yu Mincho", serif;
font-weight: normal;
color: #8a4a4a;
text-shadow: 0 1px 3px rgba(255, 255, 255, 0.9);
}

.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-prev {
left: -34px !important;
}

.bx-wrapper .bx-controls-direction .bx-next,
.bx-wrapper .bx-next {
right: -28px !important;
}

.bx-wrapper .bx-prev::before {
content: "〈";
}

.bx-wrapper .bx-next::before {
content: "〉";
}

/* ==================================================
RV CUSTOM END: bxSlider arrows
スライドショー左右矢印のデザイン・位置調整ここまで
================================================== */

/* ==================================================
RV CUSTOM START: product title images
トップページ商品エリア見出し画像のサイズ・余白調整
================================================== */

/* product area title images */
.productlist-box_top h2.rv-product-title {
margin: 0 0 8px;
padding: 0;
text-align: center;
}

.productlist-box_top h2.rv-product-title img {
display: block;
width: min(100%, 300px);
height: auto;
margin: 0 auto;
}

/* ランキングブロック下に余白を足して、おすすめ前の間合いを揃える */
.productlist-box_top .seller-box {
margin-bottom: 50px;
}

/* ランキング・おすすめ見出しだけ、上余白を揃える */
.productlist-box_top h2.rv-product-title-spaced {
padding-top: 24px;
}

@media (max-width: 768px) {
.productlist-box_top h2.rv-product-title {
margin: 0 0 6px;
}

.productlist-box_top h2.rv-product-title img {
width: min(100%, 260px);
}

.productlist-box_top h2.rv-product-title-spaced {
padding-top: 18px;
}
}

/* ==================================================
RV CUSTOM END: product title images
トップページ商品エリア見出し画像のサイズ・余白調整ここまで
================================================== */


/* ==================================================
   RV CUSTOM START: PC DAMASK WALLPAPER
   PC大画面の左右背景・ダマスク壁紙
   ================================================== */

#outer {
  background-image: url("https://img07.shop-pro.jp/PA01454/252/etc_base64/cnYtYmctZGFtYXNrLXJvc2UtaXZvcnktODAweDQxMC12MQ.png?cmsp_timestamp=20260630100644");
  background-repeat: repeat;
  background-position: left top;
  background-size: auto;
}

@media (max-width: 768px) {
  #outer {
    background: none;
  }
}

/* ==================================================
   RV CUSTOM END: PC DAMASK WALLPAPER
   PC大画面の左右背景・ダマスク壁紙ここまで
   ================================================== */

/* ==================================================
   RV STONE DETAILS PC ONLY 20260710
   PC sidebar "天然石から選ぶ" toggle only

   Safe belt:
   - PC width only
   - .rv-stone-toggle only
   - smartphone drawer is not affected
   - no HTML entity arrows
   - arrow moved to left side before text
   - arrow enlarged for visibility
   ================================================== */

@media screen and (min-width: 769px) {

  .rv-stone-toggle {
    margin: 8px 0 16px;
    padding: 0;
    box-sizing: border-box;
  }

  .rv-stone-toggle > summary {
    position: relative;
    display: block;
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 10px 14px;
    text-align: center;
    font-weight: bold;
    color: #8a2f45;
    background: #fffdfd;
    border: 1px solid #d9a8b3;
    border-radius: 14px;
    line-height: 1.6;
    box-sizing: border-box;
    box-shadow:
      0 2px 6px rgba(120, 70, 80, 0.06),
      inset 0 0 0 1px rgba(255, 246, 248, 0.9);
  }

  .rv-stone-toggle > summary:hover {
    background: #fff8fb;
    border-color: #c996a4;
  }

  .rv-stone-toggle > summary::-webkit-details-marker {
    display: none;
  }

  .rv-stone-toggle > summary::marker {
    content: "";
  }

  .rv-stone-toggle > summary::before {
    content: none !important;
  }

  .rv-stone-toggle-open,
  .rv-stone-toggle-close {
    position: relative;
    display: inline-block;
    padding-left: 52px;
  }

  .rv-stone-toggle-open::before,
  .rv-stone-toggle-close::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #b77986;
    font-size: 52px;
    line-height: 1;
    font-weight: normal;
  }

  .rv-stone-toggle-open::before {
    content: "\25BE";
  }

  .rv-stone-toggle-close {
    display: none;
  }

  .rv-stone-toggle-close::before {
    content: "\25B4";
  }

  .rv-stone-toggle[open] .rv-stone-toggle-open {
    display: none;
  }

  .rv-stone-toggle[open] .rv-stone-toggle-close {
    display: inline-block;
  }

  .rv-side-stone-list {
    margin-top: 10px;
  }

}

/* ===== END RV STONE DETAILS PC ONLY 20260710 ===== */

/* ===== RV CONTENT SUBHEADINGS START ===== */
.menu.menu-contents > li.rv-content-heading {
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #e5bdca;
  border-radius: 8px;
  background: #f9e5ec;
  color: #7b3648;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .04em;
  margin: 18px 0 8px;
  padding: 7px 10px;
  text-decoration: none;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.menu.menu-contents > li.rv-content-heading:first-child {
  margin-top: 8px;
}
.menu.menu-contents > li.rv-content-heading::before {
  content: "\2665";
  color: #cf5f7f;
  font-weight: normal;
  margin-right: .4em;
}
/* ===== RV CONTENT SUBHEADINGS END ===== */

/* ===== RV GUIDE BANNERS START ===== */
.rv-guide-banners {
  max-width: 100%;
  margin: 20px auto 30px;
  text-align: center;
}
.rv-guide-banners a {
  display: block;
  margin: 0 0 22px;
}
.rv-guide-banners a:last-child {
  margin-bottom: 0;
}
.rv-guide-banners img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 0;
}
/* ===== RV GUIDE BANNERS END ===== */

/* ===== RV CONTACT FORM BUTTON START ===== */
#drawer > a.rv-contact-form-link {
  display: block;
  text-decoration: none;
}
#drawer > a.rv-contact-form-link .contact-box {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 100%;
  border: 1px solid #e5bdca;
  border-radius: 8px;
  background: #f9e5ec;
  color: #7b3648;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 36px;
  text-align: center;
  white-space: nowrap;
}
#drawer > a.rv-contact-form-link .contact-box::before,
#drawer > a.rv-contact-form-link .contact-box::after {
  position: absolute;
  top: 50%;
  color: #cf5f7f;
  line-height: 1;
  transform: translateY(-50%);
}
#drawer > a.rv-contact-form-link .contact-box::before {
  left: 12px;
  content: "\2709";
  font-size: 16px;
}
#drawer > a.rv-contact-form-link .contact-box::after {
  right: 12px;
  content: "\203A";
  font-size: 20px;
}
/* ===== RV CONTACT FORM BUTTON END ===== */

/* ===== RV FOOTER PRIMARY MENU START ===== */
#footer .inner > ul:first-child a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #footer .inner > ul:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #footer .inner > ul:first-child li,
  #footer .inner > ul:first-child li:first-child,
  #footer .inner > ul:first-child li:last-child {
    display: block;
    flex: 0 0 auto;
    border-left: 0;
    font-size: 14px;
    line-height: 1.6;
    margin: 6px 12px;
    padding: 0;
  }
}
/* ===== RV FOOTER PRIMARY MENU END ===== */
