@charset "UTF-8";

/* shop.common.css START */


/*印刷NG*/

@media print {
	.topSlide img,
	.top_campaign_bnr img {
		display: none !important;
	}
}

#wrap .maisondebouquet {
	margin-top: 105px;
}

#header {
	height: 105px;
}

#header .links {
	right: 11%;
}

#header .form {
	right: 100%;
}

@media only screen and (max-width: 1630px) and (min-width: 1501px) {
	#header .form {
		right: 95%;
	}
}
@media only screen and (max-width: 1500px) and (min-width: 1385px) {
	#header .form {
		right: 90%;
	}
}
@media only screen and (max-width: 1384px) and (min-width: 1231px) {
	#header .form {
		right: 84%;
	}
}
@media only screen and (max-width: 1230px) and (min-width: 1131px) {
	#header .form {
		right: 81%;
	}
}
@media only screen and (max-width: 1130px) and (min-width: 750px) {
	#header .links {
		right: 13%;
	}

	#header .form {
		right: 78%;
	}

	#header .links li a {
		font-size: 0.8em;
	}
}

@media only screen and (max-width: 749px) {
	.pc {
		display: none;
	}

	#wrap .maisondebouquet {
		margin-top: 55px;
	}

	#header {
		height: 55px;
	}

	#header .header_bottom {
		height: 55px
	}

	#wrap .maisondebouquet #header .header_bottom .inner .member {
		display: flex block !important;
		width:78px;
		top: 10px;
	}
	#wrap .maisondebouquet #header .header_bottom .inner .member .login {
		width: 34px;
	}
	#wrap .maisondebouquet #header .header_bottom .inner .member .cart {
		width: 34px;
		top: -1px;
	}
}

#header .header_bottom.perfectoneHeader {
	background-color: #453c3a;
}

#container {
	padding-top: 230px;
}

#contents {
	max-width: 1200px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1200px) {
	#contents {
		width: auto;
		min-width: 960px;
	}
}

@media only screen and (max-width: 749px) {
	#contents {
		min-width: auto;
	}
}

#pageTitleBox {
	background-color: #f9f8f6;
	text-align: center;
	padding: 3em 0;
}

@media only screen and (max-width: 749px) {
	#pageTitleBox {
		border-top: 1px #9b9b9b solid;
		padding: 2.4em 0;
		border-bottom: 1px #dedede solid;
	}
}

#pageTitleBox p {
	line-height: 1;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
}

#pageTitleBox p.pageName {
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}

@media only screen and (max-width: 749px) {
	#pageTitleBox p.pageName {
		font-size: 2.2rem;
		font-weight: normal;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 749px) {
	#topGroupName {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#topGroupName h3.level_h3 {
	border-bottom: 1px #e6e6e6 solid;
	padding: 0 0 5px 0;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
	position: relative;
}

@media only screen and (max-width: 749px) {
	#topGroupName h3.level_h3 {
		font-size: 2.0rem;
	}
}

#topGroupName h3.level_h3:before {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #da9d9f;
	position: absolute;
	bottom: -1px;
	left: 0;
}

#topGroupName h4.level_h4 {
	color: #c26f71;
	font-weight: bold;
	font-size: 1.8rem;
	border-bottom: 1px #c26f71 solid;
}

.btnBrawn01,
.btnPink01,
.btnBack {
	display: inline-block;
	background-color: #654f4a;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	padding: 0.8em 1em 0.8em 1em;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	min-width: 296px;
	position: relative;
}

@media only screen and (max-width: 749px) {
	.btnBrawn01,
	.btnPink01,
	.btnBack {
		min-width: auto;
		width: 90%;
		padding: 0.8em 1em 0.9em 1em;
		font-size: 1.4rem;
	}
}

.btnBrawn01:hover,
.btnPink01:hover,
.btnBack:hover {
	text-decoration: none;
	opacity: 0.8;
}

.btnBrawn01:before,
.btnPink01:before,
.btnBack:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: calc(50% - 3px);
}

.btnPink01 {
	background-color: #c26f71;
}

.top_sec01 {
	width: 90%;
	margin: 10vw auto;
}

.top_sec01 .inner {
	padding: 8vw 5vw;
	border-radius: 10px;
}

.submitWrap {
	position: relative;
}

.submitWrap .saveButton {
	cursor: pointer;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	padding: 1.1em 1em 1.1em 1em;
}

.submitWrap:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px #fff solid;
	border-bottom: 1px #fff solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: calc(50% - 3px);
	z-index: 2;
}

.btnBack {
	background-color: #bababa;
}

.btnBack:before {
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
	right: auto;
	left: 20px;
	top: 50%;
}

.btn_border01 {
	display: block;
	border: 1px #c0c0c0 solid;
	padding: 0.7em 1em 0.75em 1em;
	display: inline-block;
	position: relative;
	text-align: center;
	width: 200px;
	margin-bottom: 5px;
}

.btn_border01:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
}

.btn_border01.isDisabled {
	background-color: #eaeaea;
	color: #999999;
	border: none;
	pointer-events: none;
}

.btn_border01.isDisabled:before {
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

.commonTbl,
.inputTbl {
	width: 100%;
}

.commonTbl th,
.commonTbl td,
.inputTbl th,
.inputTbl td {
	border: 1px #e6e6e6 solid;
	padding: 0.5em 1em;
	font-size: 1.6rem;
	vertical-align: middle;
}

.commonTbl th,
.inputTbl th {
	background-color: #f9f8f6;
	width: 30%;
	text-align: left;
	font-weight: bold;
	position: relative;
}

.inputTbl td,
.layoutGroup.table td {
	padding: 1.25em 1em;
	position: relative;
}

.inputTbl input[type=text],
.inputTbl select,
.inputTbl input[type=password],
.layoutGroup.table input[type=text],
.layoutGroup.table select,
.layoutGroup.table input[type=password] {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.5em;
	border: 1px #cfcfcf solid;
	border-radius: 3px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.inputTbl .comboboxWrap .items,
.layoutGroup.table .comboboxWrap .items {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.inputTbl .comboboxWrap .items:before,
.layoutGroup.table .comboboxWrap .items:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background-color: #eee;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.inputTbl .comboboxWrap .items:after,
.layoutGroup.table .comboboxWrap .items:after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 1px #040404 solid;
	border-bottom: 1px #040404 solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 18px;
	top: 16px;
	z-index: -1;
}

.inputTbl .comboboxWrap .items select,
.layoutGroup.table .comboboxWrap .items select {
	min-width: 100px;
	padding-right: 44px;
	background-color: transparent;
	overflow: hidden;
	padding: 0.6em 0.5em 0.5em;
}

.inputTbl span.required,
.layoutGroup.table span.required {
	position: absolute;
	background-color: #cf6a6f;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1;
	padding: 4px 8px 6px;
	border-radius: 5px;
	right: 5%;
	top: 35%;
}

.layoutGroup.table {
	margin-top: 2em;
	border-bottom: 1px #e6e6e6 solid;
	margin-bottom: 3em;
}

.layoutGroup.table .tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.layoutGroup.table .tr .th,
.layoutGroup.table .tr .td {
	border: 1px #e6e6e6 solid;
	border-bottom: none;
	padding: 1.25em 1em;
	font-size: 1.6rem;
	vertical-align: middle;
}

.layoutGroup.table .tr .th {
	background-color: #f9f8f6;
	width: 30%;
	text-align: left;
	font-weight: bold;
	position: relative;
	border-right: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.layoutGroup.table .tr .th label {
	font-weight: bold;
}

.layoutGroup.table .tr .td {
	width: 70%;
}

.layoutGroup.table .tr .td #nameSei {
	margin-right: 1em;
}

.layoutGroup.table .tr .td #nameSei,
.layoutGroup.table .tr .td #nameMei {
	width: 150px;
}

.layoutGroup.table .tr .td #nameSeiKana {
	margin-right: 1em;
}

.layoutGroup.table .tr .td #nameSeiKana,
.layoutGroup.table .tr .td #nameMeiKana {
	width: 150px;
}

.layoutGroup.table .tr .td .MAIL_ADDRESS {
	width: 100%;
}

.layoutGroup.table .tr .td #address11,
.layoutGroup.table .tr .td #address21,
.layoutGroup.table .tr .td #address31 {
	width: 60%;
}

.layoutGroup.table .tr .td .TEL_1,
.layoutGroup.table .tr .td .TEL_2,
.layoutGroup.table .tr .td .TEL_3 {
	width: 120px;
}

.layoutGroup.table .telSeparateLabel,
.layoutGroup.table .preLabel {
	line-height: 2.6;
	display: inline-block;
	margin-right: 5px;
	font-size: 1.6rem;
	min-width: 40px;
	text-align: right;
}

.layoutGroup.table .telSeparateLabel {
	min-width: auto;
	margin-left: 5px;
}

.layoutGroup.table #postCodeSearchButton {
	background-color: #eee;
	padding: 0.6em 1em 0.8em;
	line-height: 1;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	border-radius: 5px;
	margin-left: 5px;
	margin-bottom: 4px;
}

.layoutGroup.table .REQUIRED_COMBO {
	width: 240px;
}

.layoutGroup.table .MIXED {
	margin-top: 5px;
}

.buttonGroup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5em;
}

.buttonGroup>div:nth-child(1) {
	margin-right: 2em;
}

#flow {
	margin-bottom: 3.5em;
}

#flow ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

#flow ul li {
	text-align: center;
	line-height: 1.4;
	width: 33%;
	position: relative;
	padding-top: 2.0em;
	letter-spacing: 0.1em;
}

#flow ul li:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px #333 solid;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	left: calc(50% - 10px);
	top: 0;
}

#flow ul li:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	position: absolute;
	left: 50%;
	top: 10px;
	z-index: -1;
}

#flow ul li.active {
	font-weight: bold;
	color: #da9d9f;
}

#flow ul li.active:before {
	border-color: #da9d9f;
	background-color: #da9d9f;
}

#flow ul li:last-child:after {
	display: none;
}

#rankingIncludeItemWrap,
#browsingGoodsIncludeItemWrap	 {
	padding: 80px 0 1px;
}

#rankingIncludeItemWrap.inner,
#browsingGoodsIncludeItemWrap.inner {
	width: 1200px;
	margin: auto;
}

@media only screen and (max-width: 749px) {
	#rankingIncludeItemWrap,
	#browsingGoodsIncludeItemWrap {
		padding: 10vw 0 0;
	}
	#rankingIncludeItemWrap .inner,
	#browsingGoodsIncludeItemWrap .inner {
		width: 90%;
		margin: auto;
	}
}

#topRanking,
#browsingGoodsList {
	margin-bottom: 120px;
}

#topRanking a,
#browsingGoodsList a {
	text-align: left;
	display: block;
	text-decoration: none;
}

#topRanking a:hover,
#browsingGoodsList a:hover {
	opacity: .7;
}

#topRanking a span,
#browsingGoodsList a span {
	display: block;
}

#topRanking a .image,
#browsingGoodsList a .image {
	margin-bottom: 20px;
}

#topRanking .cat {
	display: inline-block;
	font-size: 12px;
	color: #999999;
	padding: 2px 5px;
	line-height: 1.2em;
	border: 1px solid #999999;
	background: #fff;
}

#topRanking a .name,
#browsingGoodsList a .name {
	color: #333333;
	line-height: 1.6em;
	margin: 10px auto;
}

#topRanking a .price {
	color: #333333;
	line-height: 1.6em;
}
#topRanking .slick-prev,
#topRanking .slick-next,
#browsingGoodsList .slick-prev,
#browsingGoodsList .slick-next {
	color:unset;
	background:unset;
	border-width:2px;
	/*left:50%;*/
	padding:25px;
	border:none;
	z-index:99;
	font-size:0;
}

#topRanking .slick-prev,
#browsingGoodsList .slick-prev {
	left: -54px;
	margin-left:0;
	/*margin-left:-800px;*/
	background:url(/contents/shop/sns/img/common/arrow_prev.png)top center no-repeat;
	background-size:contain;
}

#topRanking .slick-next,
#browsingGoodsList .slick-next {
	right: -34px;
	margin-left:0;
	/*margin-left:800px;*/
	background:url(/contents/shop/sns/img/common/arrow_next.png)top center no-repeat;
	background-size:contain;
}

#topRanking .slick-prev:before,
#topRanking .slick-next:before,
#browsingGoodsList .slick-prev:before,
#browsingGoodsList .slick-next:before {
	content:"";
	background:unset;
	color:unset;
	width:40px;
	height:40px;
	left:0;
}

@media only screen and (max-width: 1920px) {
	#topRanking .slick-prev,
	#browsingGoodsList .slick-prev {
		/*margin-left: calc(-45% - 20px);*/
	}

	#topRanking .slick-next,
	#browsingGoodsList .slick-next{
		/*margin-left: calc(45% - 20px);*/
	}
}

@media only screen and (max-width: 749px) {

	#topRanking .slick-slide,
	#browsingGoodsList .slick-slide {
	width: calc(45vw - 6px);
	padding-right: 2.5vw;
	padding-left: 2.5vw;
	}

	#topRanking a .image,
	#browsingGoodsList a .image {
	margin-bottom: 3vw;
	}

	#topRanking .cat {
	font-size: 2vw;
	padding: 1vw 2vw;
	}

	#topRanking a .name,
	#browsingGoodsList a .name {
	margin: 1vw auto;
	font-size: 3vw;
	}

	#topRanking a .price {
	font-size: 3vw;
	}

	#topRanking .slick-prev,
	#browsingGoodsList .slick-prev	{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -2vw;
	margin: auto;
	width: 8vw;
	height: 8vw;
	z-index: 1;
	border: none;
	padding: 0;
	border-radius: 0;
	background: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/top/prev.png);;
	}

	#topRanking .slick-next,
	#browsingGoodsList .slick-next {
	position: absolute;
	top: 0;
	left:auto;
	right: -2vw;
	bottom: 0;
	margin: auto;
	width: 8vw;
	height: 8vw;
	z-index: 1;
	border: none;
	padding: 0;
	border-radius: 0;
	background: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/top/next.png);;
	}

	#topRanking .slick-prev:before,
	#topRanking .slick-next:before,
	#browsingGoodsList .slick-prev:before,
	#browsingGoodsList .slick-next:before {
	content: '';
	}
}

#results p.category {
	color: #999999;
	font-size: 1rem;
	text-align: center;
	border: 1px #999999 solid;
	padding: 0 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

@media only screen and (max-width: 749px) {
	#results p.category {
		font-size: 2vw;
		padding: 1vw 1.0vw;
	}
}

#categoryResults p.category {
	color: #999999;
	font-size: 1rem;
	text-align: center;
	border: 1px #999999 solid;
	padding: 0 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

@media only screen and (max-width: 749px) {
	#categoryResults p.category {
		font-size: 2vw;
		padding: 1vw 1.0vw;
	}
}

#contentSec .inner,
#browsingGoods .inner {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1210px) {
	#contentSec .inner #topRanking,
	#browsingGoods .inner #browsingGoodsList {
		padding: 0 3%;
	}
}

#contentSec .inner #topRanking li,
#browsingGoods .inner #browsingGoodsList li {
	width: 224px;
	margin: 0 20px 0 0;
	position: relative;
}

@media only screen and (max-width: 1210px) {
	#contentSec .inner #topRanking li,
	#browsingGoods .inner #browsingGoodsList li {
		width: 19%;
	}
}

@media only screen and (max-width: 749px) {
	#contentSec .inner #topRanking li,
	#browsingGoods .inner #browsingGoodsList li {
		width: calc(45vw - 6px);
		margin: auto;
	}
}

#contentSec .inner #topRanking li:last-child,
#browsingGoods .inner #browsingGoodsList li:last-child {
	margin-right: 0;
}

@media only screen and (max-width: 749px) {
	#contentSec .inner #topRanking li:last-child,
	#browsingGoods .inner #browsingGoodsList li:last-child {
		margin-right: auto;
	}
}

#contentSec .inner #topRanking li a,
#browsingGoods .inner #browsingGoodsList li a {
	width: 100% !important;
}

@media only screen and (max-width: 749px) {
	#contentSec .inner #topRanking li a,
	#browsingGoods .inner #browsingGoodsList li a {
		width: auto !important;
	}
	#contentSec .inner #topRanking li a:hover,
	#browsingGoods .inner #browsingGoodsList li a:hover{
		color: #424242;
	}
}

#contentSec .inner #topRanking li img,
#browsingGoods .inner #browsingGoodsList li img {
	border: 1px #c0c0c0 solid;
	margin: 0 auto;
	width: 100%;
}

#contentSec .inner #topRanking li .categoryWrap {
	text-align: center;
	margin-top: 10px;
}

#contentSec .inner #topRanking li p.category {
	color: #999999;
	font-size: 1.2rem;
	text-align: center;
	border: 1px #999999 solid;
	padding: 0 5px;
	display: inline;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

@media only screen and (max-width: 749px) {
	#contentSec .inner #topRanking li p.category {
		font-size: 2vw;
		padding: 1vw 1.0vw;
	}
}

#contentSec .inner #topRanking li h3,
#browsingGoods .inner #browsingGoodsList li h3 {
	text-align: left;
	line-height: 1.5;
	margin-top: 0.5em;
}

@media only screen and (max-width: 749px) {
	#contentSec .inner #topRanking li h3,
	#browsingGoods .inner #browsingGoodsList li h3 {
		font-size: 3vw;
		padding: 1vw 0;
	}
}

#contentSec .inner #topRanking li .items,
#browsingGoods .inner #browsingGoodsList li .items {
	text-align: right;
	font-size: 1.0rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-top: 10px;
}

#contentSec .inner #topRanking li .items span.price {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: inline;
}

@media only screen and (max-width: 749px) {
	#contentSec .inner #topRanking li .items span.price {
		font-size: 3vw;
	}
}

#bnrCntents {
	margin-top: 120px;
}

@media only screen and (max-width: 1210px) {
	#bnrCntents {
		padding: 0 3%;
		margin-top: 5em;
	}
}

@media only screen and (max-width: 749px) {
	#bnrCntents {
		margin-top: 3em;
		padding: 0 5%;
	}
}

#bnrCntents ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 749px) {
	#bnrCntents ul {
		display: block;
	}
}

#bnrCntents ul li {
	margin-right: 30px;
}

@media only screen and (max-width: 749px) {
	#bnrCntents ul li {
		margin: 0 0 2em;
	}
}

#bnrCntents ul li:last-child {
	margin-right: 0;
}

#bnrCntents ul li img {
	border: 1px #e4e4e4 solid;
	width: 100%;
}

#bnrCntents ul li .title {
	margin: 1em 0 0;
}

@media only screen and (max-width: 749px) {
	#bnrCntents ul li .title {
		margin: .5em 0 0;
	}
}

#bnrCntents ul li .title p {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	font-weight: 500;
}

@media only screen and (max-width: 749px) {
	#bnrCntents ul li .title p {
		font-size: 1.6rem;
		line-height: 1.2;
	}
}

#bnrCntents ul li .title span {
	font-size: 1.4rem;
	color: #7f7b71;
	letter-spacing: 0.1em;
}

#bnrCntents ul li a {
	text-decoration: none;
}

@media only screen and (max-width: 749px) {
	.two_column_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 4%;
	}
	.two_column_box #sideNavi {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.two_column_box .mainContents {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.mainContents {
		margin-top: 4em;
	}
	.rankingSec .inner {
		width: 90%;
		margin: auto;
	}
	#topRanking,
	#browsingGoodsList {
		margin-bottom: 10vw;
	}
	#topRanking .slick-slide,
	#browsingGoodsList .slick-slide {
		width: calc(45vw - 6px);
		padding-right: 2.5vw;
		padding-left: 2.5vw;
	}
	#topRanking a .image,
	#browsingGoodsList a .image {
		margin-bottom: 3vw;
	}
	#topRanking .cat {
		font-size: 2vw;
		padding: 1vw 2vw;
	}
	#topRanking a .name,
	#browsingGoodsList a .name {
		margin: 1vw auto;
		font-size: 3vw;
	}
	#topRanking a .price {
		font-size: 3vw;
	}
}


/* レビュー */

.reviewWrap .reviewUser span:nth-of-type(2) {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	position: relative;
}

.reviewWrap .reviewUser span:nth-of-type(2)::before {
	content: "|";
	position: absolute;
	top: -5px;
	left: -2px;
}

.reviewWrap .reviewUser span:nth-of-type(3) {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	position: relative;
}

.reviewWrap .reviewUser span:nth-of-type(3)::before {
	content: "|";
	position: absolute;
	top: -5px;
	left: -2px;
}


/* shop.common.css END */

@media only screen and (min-width: 750px) {
	#headerSpMenu {
		display: none;
	}
	.pcDn {
		display: none;
	}
}

@media only screen and (max-width: 749px) {
	.spDn {
		display: none;
	}
}

#header .maisondebouquetHeader {
	/*background: #e8f0f7; */
	/*background: linear-gradient(351deg,rgba(237, 234, 230, 1) 0%, rgba(251, 249, 249, 1) 35%, rgba(207, 224, 239, 1) 100%);*/
	background: #ffb6c1;
	background: linear-gradient(to bottom, #ffb6c1, #ffefd5);
}


#header .maisondebouquetHeader .logo2 {
	padding-top: 13px;
	text-align: center;
	width: 200px;
	margin: auto;
}

#header .maisondebouquetHeader .nav {
	/*background:#c9dded;*/
	background:rgba(255,255,255,0);
}

#header .maisondebouquetHeader .nav ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

#header .maisondebouquetHeader .nav ul>li:last-child {
	width: 30%;
}

#header .maisondebouquetHeader .nav a {
	color: #444!important;
}

#header .maisondebouquetHeader .nav a:hover {
	background: rgba(160,197,223,0.1) !important;
	color: #444;
}

@media only screen and (max-width: 749px) {
	#header .maisondebouquetHeader .logo2 {
		padding-top: 0;
	}
	#header .maisondebouquetHeader .logo2 a {
		display: block;
		width: 100%;
		margin: auto;
	}
	#header .maisondebouquetHeader .logo2 a img {
		vertical-align: middle;
		max-width: 150px;
	}
}

#headerSpMenu .sp_logo {
	/* background: #fce66b; */
	width: 60vw;
	padding: .5em 1em;
	line-height: 1;
	text-align: center;
}

.top_news {
	background: #f7f7f7;
}

.top_news .inner {
	width: 1000px;
	margin: auto;
	padding: 40px 0;
}

.top_news h2 {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .2em;
}

.top_news dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 20px;
}

.top_news dl dt {
	color: #808080;
	width: 110px;
	padding: 10px 0;
	border-bottom: 1px solid #b9b9b9;
	font-size: 12px;
	line-height: 24px;
}

.top_news dl dd {
	width: 890px;
	padding: 10px 0;
	border-bottom: 1px solid #b9b9b9;
	font-size: 14px;
	line-height: 24px;
}

.top_news dl dd a {
	font-size: 1.4rem;
	line-height: 24px;
}

.top_news .btn {
	text-align: right;
}

.top_news .btn a {
	display: inline-block;
	padding: 5px 50px;
	background: #312b2a;
	color: #fff;
	text-decoration: none;
	border: 1px solid #312b2a;
	border-radius: 5px;
	position: relative;
}

.top_news .btn a::after {
	content: '';
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.top_news .btn a:hover {
	background: #fff;
	color: #312b2a;
}

.top_news .btn a:hover::after {
	border-right: 1px solid #312b2a;
	border-bottom: 1px solid #312b2a;
}

.top_news .campaignBanners {
	width: 1200px;
	margin: auto;
	margin: 80px auto;
}

.top_news .campaignBanners .inner {
	padding: 60px 110px;
	background: #f7f7f7;
}

@media only screen and (max-width: 749px) {
	.top_news .inner {
		width: 100%;
		margin: auto;
		padding: 10vw 5vw;
	}
	.top_news h2 {
		font-size: 5vw;
		margin-bottom: 2vw;
		text-align: left;
	}
	.top_news dl {
		display: block;
		margin-bottom: 3vw;
	}
	.top_news dl dt {
		width: 100%;
		padding: 4vw 0 0;
		border-bottom: none;
		font-size: 3vw;
		line-height: 2em;
		letter-spacing: .1em;
	}
	.top_news dl dd {
		width: 100%;
		padding: 0 0 4vw;
		font-size: 4vw;
		line-height: 1.6em;
	}
	.top_news dl dd a {
		line-height: 1.6em;
	}
	.top_news .btn a {
		padding: 2vw 8vw 2vw 6vw;
		border-radius: 1vw;
	}
	.top_news .btn a::after {
		width: 2vw;
		height: 2vw;
		right: 3vw;
	}
}
#campaignIncludeArea .top_campaign_bnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}

#campaignIncludeArea .top_campaign_bnr li {
	width: 585px;
	margin-bottom: 30px;
}

#campaignIncludeArea .top_campaign_bnr li a:hover {
	opacity: .7;
}

#campaignIncludeArea .top_btn01 {
	width: 296px;
	margin: 20px auto auto;
}
#campaignIncludeArea .campaignText {
	display: none;
}

.campaignListFlexBoxTitle {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0.5% 0 1.5%;
	line-height: 1.5;
}

#campaignCarouselIncludeArea .top_btn01 {
	width: 296px;
	margin: 20px auto auto;
}
#campaignCarouselIncludeArea .top_btn01 a {
	display: block;
	text-align: center;
	background: #fff;
	padding: 8px;
	border-radius: 5px;
	color: #312b2a;
	position: relative;
	text-decoration: none;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
#campaignCarouselIncludeArea .top_btn01 a::after {
	content: '';
	width: 8px;
	height: 8px;
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	border-right: 1px solid #312b2a;
	border-bottom: 1px solid #312b2a;
}
@media screen and (max-width:641px) {
	.campaignListFlexBoxTitle {
		font-size: inherit;
	}
	.campaignListFlexBoxTitleSurround {
		float: left;
		width: 28%;
	}
	.campaignListFlexBoxTextAreaBox {
		display: flex;
		align-items: center;
	}
	#campaignIncludeArea .top_campaign_bnr {
		display: block;
		width: 100%;
		margin: auto;
	}
	#campaignIncludeArea .top_campaign_bnr li {
		width: 100%;
		margin-bottom: 3vw;
	}
}

#newsNewIncludeArea .inner {
	width: 1000px;
	margin: auto;
	padding: 40px 0;
}

#newsNewIncludeArea h2 {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: .2em;
}

#newsNewIncludeArea .targetCategoryTab {
	display:none;
}

#newsNewIncludeArea .results {
	display: none;
}

#newsNewIncludeArea .results.is-active{
		display: block;
	}

#newsNewIncludeArea dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 20px;
}

#newsNewIncludeArea dl dt {
	color: #808080;
	width: 110px;
	padding: 10px 0;
	font-size: 12px;
	line-height: 24px;
	flex-grow: 0;
}

#newsNewIncludeArea dl dd {
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	flex-grow: 1;
}

#newsNewIncludeArea dl dd a {
	font-size: 14px;
	line-height: 24px;
}

@media screen and (max-width:641px) {
	#news_tab_container #targetCategoryTabItemWrap {
		overflow-x: scroll;
	}
}

@media only screen and (max-width: 749px) {
	#news_tab_container .tabs {
		overflow-y: hidden;
		scrollbar-color: #8c86858a transparent;
	}
}

@media only screen and (max-width: 749px) {
	#news_tab_container .news_scroll_tab {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 749px) {
	#tabsScroll {
		scrollbar-color: unset;
	}

	/* SP時に縦スクロールを表示する */
	#news_tab_container .list {
		overflow-y: unset;
	}

	#news_tab_container .list-container {
		overflow-y: scroll;
	}
}

/*maisondebouquet TOP*/
.dummy {
	text-align: center;
	margin: auto auto 100px;
}

.footer_sns p {
	line-height: 1em;
	margin-right: 1em;
	padding-right: 1em;
	color: #df7f7a;
	border-right: 1px solid #df7f7a;
}

@media only screen and (max-width: 749px) {
	.footer_sns p {
		line-height: 2em;
		margin-right: 0;
		padding-right: 0;
		color: #df7f7a;
		border-bottom: 1px solid #df7f7a;
		border-right: none;
	}
}

/* 閲覧履歴・お気に入り・お買い物ガイドのボタン */
.menu_btn{
	display: flex;
}

/* 最近見た商品 */
#browsingGoods {
	margin: 0;
}

#browsingGoods .inner {
	padding: 0;
}

#browsingGoods li img {
	border: 1px #c0c0c0 solid;
	margin: 0 auto;
	width: 100%;
}

#browsingGoods li a {
	width: 100%
}

#browsingGoods li {
	width: 280px;
	margin: 0 20px 0 0;
	position: relative;
}

#browsingGoodsList {
	width: 1200px;
	margin: 0;
	display: block;
}

@media only screen and (max-width: 749px) {
	#browsingGoodsList {
		width: auto;
	}
}

.browsingGoods {
	margin: 0;
}

#browsingGoods a:hover {
	color: #c26f71;
}