@charset "UTF-8";
/* ----ヘッダー---- */
.pane-header {
	width: 100%;
	min-width: 1200px;
	border-bottom: 1px solid rgba(120, 130, 139, 0.15);
}
.pane-header.pane-header-fixd {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.95);
}
.pane-header .container {
	align-items: flex-start;
	height: auto;
	width: 96%;
	margin: 0 auto;
	padding: 23px 0 17px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-header-logo {
	width: 17%;
	max-width: 216px;
	flex-shrink: 2;
	font-size: 0;
	padding-top: 5px;
	margin-bottom: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-header-logo img {
	max-width: 100%;
}
.block-headernav {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: auto;
}
.block-headernav--item-lists {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.block-headernav--item-list li {
}
.block-headernav--item-list li a {
}
.block-headernav--item-list li.block-headernav--item-list-txt a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px;
	display: block;
	position: relative;
}
@media screen and (min-width:1400px) {
	.block-headernav--item-list li.block-headernav--item-list-txt a {
		padding: 0 18px;
	}
}
.block-headernav--item-list li.block-headernav--item-list-txt a:hover {
	color: #FF6994;
}
.block-headernav--item-list li.block-headernav--item-list-txt a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 1px;
	margin-left: -20px;
	background-color: #FF6994;
	transform: scale(0, 1);
	transform-origin: center top;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-headernav--item-list li.block-headernav--item-list-txt a:hover::after {
	transform: scale(1, 1);
}
.block-headernav--item-list-shop-list, .block-headernav--item-list-shop-mypage, .block-headernav--item-list-cart {
}
.block-headernav--item-list-shop-list a, .block-headernav--item-list-shop-mypage a, .block-headernav--item-list-cart > a {
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.0;
}
.block-headernav--item-list-shop-list {
	width: 53px;
}
.block-headernav--item-list-shop-list img {
	width: 27px;
}
.block-headernav--item-list-shop-mypage {
	width: 46px;
}
.block-headernav--item-list-shop-mypage img {
	width: 20px;
}
.block-headernav--item-list-cart {
	width: 53px;
	height: 44px;
	position: relative;
}
.block-headernav--item-list-cart > a > img {
	width: 26px;
}
.block-headernav--item-list-menu {
	width: 48px;
	height: 44px;
	position: relative;
	cursor: pointer;
}
.block-headernav--item-list-menu::before, .block-headernav--item-list-menu::after {
	content: "";
	position: absolute;
	left: 12px;
	width: 24px;
	height: 2px;
	background-color: #99a1a7;
}
.block-headernav--item-list-menu::before {
	top: 12px;
}
.block-headernav--item-list-menu::after {
	bottom: 12px;
}
.block-headernav--item-list-menu span {
	display: block;
	width: 24px;
	height: 2px;
	position: absolute;
	left: 12px;
	top: 21px;
	background-color: #99a1a7;
}
.block-headernav--cart-count {
	display: none;
	position: absolute;
	width: 17px;
	height: 17px;
	line-height: 17px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #FF6994;
	border-radius: 10px;
	top: 3px;
	right: 5px;
	z-index: 2;
}
.block-headernav--item-list {
	position: relative;
	margin: 0 5px 0 0;
}
.block-headernav--item-list:nth-child(1) {
	width: 185px;
}
.block-headernav--item-list:nth-child(2) {
	width: 130px;
	margin: 0 10px 0 0;
}
.block-headernav--item-list:nth-child(3) {
	width: 140px;
}
.block-headernav--item-list:nth-child(4) {
	width: 110px;
}
.block-headernav--item-list:last-child {
	width: 110px;
	margin: 0;
}
.block-headernav--item-list-txt {
	color: #999;
	font-size: 13px;
	font-weight: bold;
	padding: 12px 2px 0;
}
.block-headernav--item-list-txt a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.block-headernav--item-list-txt a:hover {
	color: #FF6994;
}
.block-headernav--item-list-txt a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 1px;
	margin-left: -20px;
	background-color: #FF6994;
	transform: scale(0, 1);
	transform-origin: center top;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-headernav--item-list-txt a:hover:after {
	transform: scale(1, 1);
}
.block-headernav--item-list-body {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	background: rgba(255, 255, 255, .8);
	z-index: 1;
}
.block-headernav--item-list:nth-child(4) .block-headernav--item-list-body {
	width: 155px;
}
.block-headernav--item-list-body a {
	position: relative;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
	padding: 3px 0;
	transition: none;
}
.block-headernav--item-list-body a:hover {
	color: #ff6994;
}
.block-headernav--item-list-body a:before {
	content: '';
	position: absolute;
	top: 4px;
	left: -5px;
	width: 2px;
	height: 20px;
	background: #ff6994;
	transform: scale(0, 1);
	transform-origin: center top;
}
.block-headernav--item-list-body a:hover:before {
	transform: scale(1, 1);
}

.block-headernav--item-list-body02 { left: -235px; width: 740px; padding: 10px 0; }
.block-headernav--item-list-body-item { display: flex; justify-content: space-between; }
.block-headernav--item-list-column { border-right: 1px solid #CCC; padding: 0 20px; }
.block-headernav--item-list-column:nth-child(1) { width: 280px; }
.block-headernav--item-list-column:nth-child(2) { width: 200px; }
.block-headernav--item-list-column:nth-child(3) { width: 260px; border: 0; }
.block-headernav--item-list-column-bnr { margin: 0 0 10px; }
.block-headernav--item-list-column-bnr a { padding: 0; border: 1px solid #E6E6E6; margin: 0 0 10px; }
.block-headernav--item-list-column-bnr a:last-child { margin: 0; }
.block-headernav--item-list-column-bnr a:hover:before { display: none; }
.block-headernav--item-list-column-title { color: #FF6994; font-size: 14px; font-weight: bold; }
.block-headernav--item-list-body.block-headernav--item-list-body02 a { font-size: 15px; }
.block-headernav--item-list-body.block-headernav--item-list-body02 .block-headernav--item-list-column-text { display: inline-block; font-size: 13px; line-height: 1.5; margin: 0 0 0 10px; }

@media all and (-ms-high-contrast: none) {
	.block-headernav--cart-count {
		padding-top: 1px;
	}
}

#header .block-global-search { max-width: 340px; width: auto; margin: 0 15px; position: relative;}
#header .block-global-search form { background: #fff;}
#header .block-global-search #keyword { max-width: 340px; padding: 0 40px 0 15px; height: 40px; border: #EAECEE 1px solid; outline: none !important; line-height: 38px; box-sizing: border-box; background: #fff;}
#header .block-global-search .block-global-search--submit { width: 38px; height: 38px; padding: 0; margin: 0; border: none; border-radius: 0; box-sizing: border-box; background: #FFF url("../../img/usr/common/ico_search_btn.png") center center no-repeat; -webkit-background-size: 18px 18px; background-size: 18px 18px; position: absolute; top: 1px; right: 1px;}
#header .block-global-search .block-header--search-suggest-area { max-width: 440px; width: 150%; padding: 15px 5px 10px 15px; border-radius: 0 4px 4px 4px; background: #F9F9F9; display: none; position: absolute; left: 0; top: 40px;}
#header .block-global-search:hover .block-header--search-suggest-area { display: block; z-index: 2;}
#header .block-global-search .block-header--search-suggest-area .block-header--search-suggest-caption { padding: 0; margin: 0 0 10px 0; font-size: 12px; text-align: left;}
#header .block-global-search .block-header--search-suggest-area .block-header--search-suggest-word-list { display: flex; flex-wrap: wrap;}
#header .block-global-search .block-header--search-suggest-area .block-header--search-suggest-word-list li { margin: 0 10px 5px 0; font-size: 14px; line-height: 1.2;}
#header .block-global-search .block-header--search-suggest-area .block-header--search-suggest-word-list li a { height: 33px; padding: 0 10px; border: #FFF 1px solid; border-radius: 4px; display: flex; justify-content: center; align-items: center; font-size: 13px; line-height: 1.0; text-decoration: none; background: #FFF;}
#header .block-global-search .block-header--search-suggest-area .block-header--search-suggest-word-list li a:hover { border: #FF6994 1px solid; color: #FF6994;}
#header .block-global-search .block-global-search--searchdetail { display: none !important;}

/* ----revico（トップページ）---- */
#block_of_top_free2 .revico-review-zone {
	margin-top: 150px;
}
#block_of_top_free2 #revico-comment .revico-logo {
	margin-left: auto !important;
	margin-right: auto !important;
}
#block_of_top_free2 #revico-comment .revico-star-block {
	margin-top: -15px !important;
}
#block_of_top_free2 .revico-comment-main.revico-widget {
	flex-direction: column;
	height: auto !important;
	overflow-y: auto !important;
	width: 1200px;
	max-height: 675px;
}
#block_of_top_free2 .revico-review-comment-row-wrapper.revico-review-comment-row-wrapper {
	margin: 0 auto 15px !important;
	width: 94%;
}
#block_of_top_free2 .revico-widget .revico-review-comment-row {
	height: 100%;
	margin-bottom: 0 !important;
	min-height: 254px !important;
	padding-bottom: 20px;
	position: relative;
	width: 100% !important;
}
#block_of_top_free2 .revico-review-comment-row .revico-review-comment-detail {
	padding-left: 240px;
	position: relative;
}
#block_of_top_free2 .revico-review-comment-row .revico-review-comment-detail--product-name {
	font-weight: bold !important;
	height: auto;
	position: static !important;
}
#block_of_top_free2 .revico-review-comment-detail--product-name-image {
	left: 20px;
	position: absolute;
	top: 20px;
	width: 200px;
}
#block_of_top_free2 .revico-review-comment-row .revico-review-comment-detail--product-name img {
	height: auto;
	width: 100%;
}
#block_of_top_free2 .revico-review-comment-row .revico-review-comment-detail--product-name p {
	font-size: 18px !important;
	text-align: left;
}
#block_of_top_free2 .revico-review-comment-row .revico-review-comment-detail--product-name span {
	bottom: 20px !important;
	font-size: 12px;
	right: 20px;
	top: auto;
}
#block_of_top_free2 .revico-review-comment-row .revico-review-comment-detail--product-name span img {
	height: 10px;
	margin-left: 8px;
	margin-right: 0;
	opacity: 0.7;
	position: relative;
	top: 5px;
	width: 6px;
}
#block_of_top_free2 #revico-comment .revico-star-block {
	justify-content: flex-start !important;
	margin-top: 0 !important;
	text-align: left;
	transform-origin: left !important;
}
#block_of_top_free2 #revico-comment .revico-star-block--rate {
	margin: 0 !important;
	text-align: left;
	transform-origin: left;
}
#block_of_top_free2 .revico-review-comment-detail--content {
	-webkit-line-clamp: 3 !important;
	max-height: none !important;
	padding-right: 20px;
	width: auto !important;
}
#block_of_top_free2 .revico-back {
	display: none;
	left: -0.5em !important;
	padding-top: 300px !important;
}
#block_of_top_free2 .revico-next {
	display: none;
	padding-top: 300px !important;
	right: -0.5em !important;
}
/* ----カートの中身---- */
.block-jscart {
	position: absolute;
	right: -48px;
	top: 30px;
	z-index: 50;
	width: 300px;
	padding-top: 20px;
	display: none;
}
.block-jscart::after {
	content: "";
	position: absolute;
	right: 63px;
	top: 4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 16px 9px;
	border-color: transparent transparent #ff6994 transparent;
	z-index: 2;
}
.block-jscart--body {
	padding: 20px 20px 25px;
	background-color: #ffffff;
	border: 1px solid #FF6994;
}
.block-jscart--title {
	padding: 0 0 5px;
	margin: 0 0 28px;
	position: relative;
}
.block-jscart--title span {
	color: #FF6994;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	display: block;
	position: relative;
	z-index: 5;
}
.block-jscart--title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 200px;
	height: 15px;
	margin-left: -100px;
	background-color: #FFF5F8;
	z-index: 1;
}
.block-jscart--items {
	display: flex;
	border: 0;
	margin-bottom: 30px;
}
.block-jscart--items dt {
	width: 93px;
}
.block-jscart--image {
	width: 93px;
	height: 93px;
}
.block-jscart--image a {
	display: block;
}
.block-jscart--image figure {
	width: 93px;
	height: 93px;
}
.block-jscart--items dd {
	width: 150px;
	margin-left: auto;
	text-align: left;
}
.block-jscart--name a {
	color: #78828B;
	font-size: 16px;
	line-height: 1.625;
	text-decoration: none;
}
.block-jscart--name a:hover {
	text-decoration: underline;
}
.block-jscart--size {
	font-size: 12px;
	line-height: 1.66;
}
.block-jscart--price {
	display: flex;
	align-items: center;
}
.block-jscart--price .block-jscart--qty, .block-jscart--price .block-jscart--unit-price {
	display: block;
}
.block-jscart--price .block-jscart--qty {
	font-size: 14px;
	line-height: 1.85;
}
.block-jscart--price .block-jscart--unit-price {
	color: #FF6994;
	font-size: 18px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: bold;
	line-height: 1.44;
	margin-left: auto;
}
.block-jscart--price .block-jscart--unit-price small {
	font-size: 10px;
	line-height: 2.6;
}
.block-jscart--delete {
	text-align: left;
	margin: 2px 0 0;
}
.block-jscart--delete .block-jscart--delete-btn {
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	color: #BBBBBB;
	font-size: 12px;
	line-height: 1.666;
	text-decoration: underline;
	text-align: left;
}
.block-jscart--delete .block-jscart--delete-btn:hover {
	text-decoration: none;
}
.block-jscart--total {
	display: flex;
	justify-content: flex-end;
	margin-top: 5px;
	padding-top: 15px;
	border-top: 1px dashed #aaaaaa;
}
.block-jscart--total dt {
	font-size: 14px;
	text-align: center;
	line-height: 1.85;
	width: 50px;
}
.block-jscart--total .block-jscart--total-price {
	color: #FF6994;
	font-size: 18px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: bold;
	line-height: 1.444;
	text-align: right;
	width: 110px;
}
.block-jscart--total .block-jscart--total-price small {
	font-size: 10px;
	line-height: 2.6;
}
.block-jscart--cart-to-order {
	margin-top: 14px;
}
.block-jscart--cart-to-order a {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	line-height: 1.428;
	text-decoration: none;
	width: 180px;
	margin: 0 auto;
	padding: 11px 0 9px 62px;
	background-color: #FF6994;
	border: 1px solid #FF6994;
	background-image: url("../../img/usr/common/ico_cart_w.png");
	background-position: 26px center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	display: block;
}
.block-jscart--cart-to-order a:hover {
	color: #FF6994;
	background-color: #ffffff;
	background-image: url("../../img/usr/common/ico_cart_p.png");
}
/* ----ヘッダー検索---- */
.block-global-search {
	width: 460px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.block-global-search--keyword {
	width: 280px;
}
.block-global-search form {
	background-color: #eee;
}
input.block-global-search--keyword:hover, input.block-global-search--keyword {
	border: none;
	background-color: transparent;
}
button.block-global-search--submit {
	border: none;
	background-color: transparent;
	width: 33px;
}
.block-global-search--searchdetail {
	margin-left: 15px;
}
.block-global-search--search-detail-link {
	color: #6fb4c3;
	text-decoration: underline;
}
.block-global-search--search-detail-link:hover {
	text-decoration: none;
}
/* ----グローバルナビ---- */
.block-globalnav-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(247, 247, 247, 0.70);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 180;
	display: none;
}
.pane-globalnav .container {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
}
.block-globalnav {
	width: 210px;
	padding: 0 0 36px;
}
.block-globalnav--btn-close {
	position: fixed;
	right: 36px;
	top: 43px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.block-globalnav--btn-close::before, .block-globalnav--btn-close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 9px;
	width: 1px;
	height: 16px;
	background-color: #ffffff;
}
.block-globalnav--btn-close::before {
	transform: rotate(-45deg);
}
.block-globalnav--btn-close::after {
	transform: rotate(45deg);
}
.block-globalnav-menu {
}
.block-globalnav-menu li {
	margin-top: 35px;
}
.block-globalnav-menu li:first-child {
	margin-top: 0;
}
.block-globalnav-menu li a {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.71;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-left: 44px;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
}
.block-globalnav-menu li.block-globalnav-menu--mypage a {
	background-image: url("../../img/usr/common/ico_mypage_w.png");
	background-position: 5px center;
	background-size: 19px auto;
}
.block-globalnav-menu li.block-globalnav-menu--regular a {
	background-image: url("../../img/usr/common/ico_truck_w.png");
	background-size: 27px auto;
}
.block-globalnav-menu li.block-globalnav-menu--history a {
	background-image: url("../../img/usr/common/ico_clock_w.png");
	background-size: 25px auto;
}
.block-globalnav-menu li.block-globalnav-menu--guide a {
	background-image: url("../../img/usr/common/ico_guide.png");
	background-position: 6px center;
	background-size: 17px auto;
}
.block-globalnav-menu li.block-globalnav-menu--support a {
	background-image: url("../../img/usr/common/ico_question.png");
	background-position: 4px center;
	background-size: 22px 22px;
}
.block-globalnav-menu li.block-globalnav-menu--faq a {
	background-image: url("../../img/usr/common/ico_question.png");
	background-position: 3px center;
	background-size: 22px 22px;
}
.block-globalnav-menu li.block-globalnav-menu--contact a {
	background-image: url("../../img/usr/common/ico_mail_w.png");
	background-position: 2px center;
	background-size: 22px auto;
}
.block-globalnav-menu li.block-globalnav-menu--map a {
	background-image: url("../../img/usr/common/ico_map_w.png");
	background-position: 0 center;
	background-size: 25px auto;
}
.block-globalnav-sns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 220px;
}
.block-globalnav-sns li {
	margin: 0 10px;
}
li.block-globalnav--sns-instagram img {
	width: 20px;
}
li.block-globalnav--sns-line img {
	width: 21px;
}
li.block-globalnav--sns-youtube img {
	width: 22px;
}
li.block-globalnav--sns-twitter img {
	width: 22px;
}
li.block-globalnav--sns-mail img {
	width: 20px;
}
.block-globalnav--logo {
	margin-top: 35px;
}
/* ----フッター---- */
footer .container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 77px 7.5% 54px;
	position: relative;
}
.block-footer--logo img {
	width: 148px;
}
.block-footer--nav-link {
	display: flex;
	margin-top: 50px;
}
.block-footer--nav-link ul {
	/*width : calc(100% / 4) ;
	*/
	margin-right: 90px;
}
.block-footer--nav-link ul:last-of-type {
	margin-right: 0;
}
.block-footer--nav-link ul li {
	margin-top: 10px;
}
.block-footer--nav-link ul li a {
	font-size: 12px;
	line-height: 1.6;
	padding-left: 15px;
	text-decoration: none;
	display: block;
	position: relative;
}
.block-footer--nav-link ul li a:hover {
	text-decoration: underline;
}
.block-footer--nav-link ul li a::before {
	content: "";
	position: absolute;
}
.block-footer--nav-link ul li a::before {
	width: 7px;
	height: 1px;
	left: 0;
	top: 8px;
	background-color: #CCCCCC;
}
.block-footer--nav-link ul li.block-footer--nav-link-list-em a {
	padding: 0;
}
.block-footer--nav-link ul li.block-footer--nav-link-list-em span {
	color: #FF6994;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.64;
	display: inline-block;
	padding-right: 25px;
	position: relative;
}
.block-footer--nav-link ul li.block-footer--nav-link-list-em a::before {
	display: none;
}
.block-footer--nav-link ul li.block-footer--nav-link-list-em a span::before, .block-footer--nav-link ul li.block-footer--nav-link-list-em a span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	background-color: #FF6994;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-footer--nav-link ul li.block-footer--nav-link-list-em a span::before {
	width: 15px;
}
.block-footer--nav-link ul li.block-footer--nav-link-list-em a span::after {
	width: 6px;
	transform: rotate(35deg);
	margin-top: -2px;
}
.block-footer--nav-link ul li.block-footer--nav-link-list-em a span:hover::before {
	transform: translateX(5px);
}
.block-footer--nav-link ul li.block-footer--nav-link-list-em a span:hover::after {
	transform: translateX(5px) rotate(35deg);
}
.block-footernav {
	margin-top: 50px;
}
.block-footernav ul {
	display: flex;
	align-items: center;
}
.block-footernav ul li {
}
.block-footernav ul li a {
	font-size: 12px;
	line-height: 1.6;
	text-decoration: none;
	letter-spacing: 0.05em;
	display: block;
	padding-right: 25px;
}
.block-footernav ul li a:hover {
	text-decoration: underline;
}
.block-footer--sns {
	margin-top: 40px;
}
.block-footer--sns ul {
	display: flex;
	align-items: center;
}
.block-footer--sns ul li {
	margin-right: 15px;
}
.block-footer--sns ul li a {
	display: block;
	line-height: 1.0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-indent: -9999px;
	background-color: #F9F9F9;
	background-position: center center;
	background-repeat: no-repeat;
}
li.block-footer--sns-instagram a {
	background-image: url("../../img/usr/common/ico_instagram.png");
	background-size: 28px auto;
}
li.block-footer--sns-line a {
	background-image: url("../../img/usr/common/ico_line.png");
	background-size: 30px auto;
}
li.block-footer--sns-youtube a {
	background-image: url("../../img/usr/common/ico_youtube.png");
	background-size: 32px auto;
}
li.block-footer--sns-twitter a {
	background-image: url("../../img/common/snsIcon_x_gray.png");
	background-size: 32px auto;
}
li.block-footer--sns-mail a {
	background-image: url("../../img/usr/common/ico_mail.png");
	background-size: 31px auto;
}
.block-footer--sns ul li a:hover {
	background-color: #FF6994;
}
li.block-footer--sns-instagram a:hover {
	background-image: url("../../img/usr/common/ico_instagram_w.png");
}
li.block-footer--sns-line a:hover {
	background-image: url("../../img/usr/common/ico_line_w.png");
}
li.block-footer--sns-youtube a:hover {
	background-image: url("../../img/usr/common/ico_youtube_w.png");
}
li.block-footer--sns-twitter a:hover {
	background-image: url("../../img/common/snsIcon_x_white.png");
}
li.block-footer--sns-mail a:hover {
	background-image: url("../../img/usr/common/ico_mail_w.png");
}
.block-footer--corp-info {
	margin-top: 45px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.block-footer--corp-address p {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.block-footer--corp-address p.tag-line {
	font-size: 18px;
	text-align: center;
	letter-spacing: 4px;
}
.block-footer--address-logo {
	margin: 7px 0 20px;
}
.block-footer--address-logo img {
	width: 305px;
}
.block-footer--corp-logo ul {
	display: flex;
	align-items: flex-end;
}
.block-footer--corp-logo ul li {
	margin-left: 30px;
}
li.block-footer--logo-kose img {
	width: 140px;
}
li.block-footer--logo-maruho img {
	width: 136px;
}
/* ----ページトップに戻る---- */
.block-page-top {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}
.block-page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #FF6994;
	border: 1px solid #FF6994;
}
.block-page-top a::before, .block-page-top a::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 21px;
	width: 1px;
	background-color: #ffffff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-page-top a::before {
	height: 22px;
}
.block-page-top a::after {
	height: 10px;
	margin-left: 3px;
	transform: rotate(-35deg);
}
.block-page-top a:hover::before {
	transform: translateY(-5px);
}
.block-page-top a:hover::after {
	transform: translateY(-5px) rotate(-35deg);
}
/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
	width: 400px;
	text-align: center;
	margin: 0 auto 20px;
}
.block-switcher li {
	display: inline-block;
}
.block-switcher--switch {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #444;
	color: #fff;
}
.block-switcher--switch:hover {
	text-decoration: none;
	background-color: #ccc;
}
.block-switcher--current {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ccc;
	color: #fff;
}
.block-switcher .fa {
	margin-right: 10px;
	vertical-align: middle;
}
.block-switcher .fa-mobile-phone {
	font-size: 22px;
}
.block-switcher .fa-desktop {
	font-size: 18px;
}
/* ----Copyright---- */
.block-copyright {
	font-size: 10px;
	text-align: center;
	color: #444;
}
/* ----ブランド画面---- */
.block-brand-list {
	margin: 40px 0 60px;
}
.block-brand-list .block-topic-path {
	margin-bottom: 40px;
}
.block-brand-list--items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.block-brand-list--item {
	flex-grow: 1;
	flex-basis: 390px;
	max-width: 390px;
	margin: 0 0 20px 15px;
}
.block-brand-list--item:nth-of-type(3n+1) {
	margin-left: 0;
}
.block-brand-list--item-img {
	width: 390px;
	height: 240px;
}
.block-brand-list--item-name, .block-brand-list--item-comment {
	border: #ddd 1px solid;
	border-top: none;
	border-bottom: none;
}
.block-brand-list--item-name {
	padding: 15px 35px 0;
}
.block-brand-list--item-comment {
	border-bottom: #ddd 1px solid;
	padding: 15px 35px 35px;
}
.block-brand-list--item-btn {
	display: block;
	text-align: center;
	width: 240px;
	height: 48px;
	line-height: 48px;
	color: #333;
	font-size: 14px;
	margin: 15px auto 0;
	background: #e5e5e5;
}
.block-brand-detail--image {
	margin-top: 40px;
}
.block-brand-detail--description {
	margin-bottom: 30px;
}
/* ----商品詳細画面---- */
.block-src-l {
	width: 565px;
	/*height: 605px;
	*/
	margin-left: auto;
	position: relative;
}
.block-src-l > div {
}
.block-src-l a {
	display: block;
	position: relative;
}
.block-src-l figure {
	width: 565px;
	height: 605px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}
.block-src-l figure img {
	max-width: 565px;
}
.block-src-l .block-icon--auto-new {
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	left: -45px;
	top: 20px;
}
.block-src-l a::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	left: 20px;
	bottom: 20px;
	background-image: url("../../img/usr/common/ico_search.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.block-goods-gallery {
	width: 565px;
	margin: 10px 0 0 auto;
}
.block-goods-gallery li {
	width: 50px;
	height: 53px;
	margin: 0 7px 7px 0;
}
.block-goods-gallery li:nth-child(10n) {
	margin-right: 0;
}
.block-goods-gallery li a {
	display: block;
}
.block-goods-gallery li figure {
	width: 50px;
	height: 53px;
}
/**/
.block-goods-favorite {
	width: 50px;
}
.block-goods-favorite--btn {
	width: 50px;
	height: 50px;
	margin: 0;
	border-radius: 50%;
	text-align: left;
	text-indent: -9999px;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	border: 0;
}
.block-goods-favorite--btn:hover {
	background-color: #FF6994;
	background-image: url("../../img/usr/common/ico_favorite_on.png");
}
.pane-goods-right-side .block-goods-favorite {
	position: absolute;
	right: 0;
	top: 38px;
}
.pane-goods-right-side .block-icon > span {
	font-size: 12px;
}
div.block-goods-name2 {
	margin-top: 14px;
	display: flex;
	align-items: center;
}
.block-goods-category-name {
	font-size: 14px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.625;
	letter-spacing: 0.05em;
	margin-right: 15px;
}
p.block-goods-name2 {
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: 0.05em;
}
.block-goods-name .block-goods-name--text {
	color: #FF6994;
	font-size: 36px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.277;
	letter-spacing: 0.05em;
	margin: 0;
}
.block-goods-type {
	margin-top: 12px;
}
.block-goods-type span {
	font-size: 13px;
	line-height: 1.0;
	letter-spacing: 0.02em;
	border: 1px solid #DBDBDB;
	padding: 5px 10px 3px;
	display: inline-block;
}
@media all and (-ms-high-contrast: none) {
	.block-goods-type span {
		padding: 7px 10px 1px;
	}
}
.block-goods-comment {
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin: 16px 0 30px;
}
.goods-detail-description dt, .goods-detail-description dd {
	font-size: 14px;
	font-weight: 400;
	line-height: 2.357;
	vertical-align: middle;
}
.goods-detail-description dt {
	width: 70px;
}
.block-goods-revico-star {
	line-height: 1.0;
	display: inline-block;
}
.block-goods-revico-star img {
	height: 13px;
	vertical-align: baseline;
	margin-right: 5px;
}
.block-goods-revico-star span {
	font-size: 12px;
	display: inline-block;
}
.block-goods-revico dd a {
	color: #78828B;
	font-size: 11px;
	line-height: 1.3;
	display: inline-block;
}
.block-goods-price dd {
	font-size: 16px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 2.0625;
}
.block-goods-price strong {
	font-size: 24px;
	line-height: 1.375;
}
.block-goods-point dd {
}
.block-goods-point dd strong {
	color: #FF6994;
	font-size: 18px;
	font-weight: bold;
}
.block-goods-point dd strong small {
	font-size: 14px;
}
.block-goods-point dd a {
	font-size: 11px;
	margin-left: 10px;
}
.pane-goods-right-side .block-add-cart {
	margin-top: 30px;
	letter-spacing: -5px;
}
.block-add-cart .block-add-cart--btn, .block-add-cart .block-subsc-cart--btn {
	line-height: 1.57;
	letter-spacing: 0.1em;
	text-align: left;
	width: 245px;
	margin: 0 10px 0 0;
	padding: 14px 0 14px 95px;
	background-position: 20px center;
	background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
	.block-add-cart .block-add-cart--btn, .block-add-cart .block-subsc-cart--btn {
		padding: 18px 0 10px 95px;
	}
}
.block-add-cart .block-add-cart--btn {
	background-image: url("../../img/usr/common/ico_cart_w.png");
	background-size: 18px auto;
}
.block-add-cart .block-add-cart--btn:hover {
	background-image: url("../../img/usr/common/ico_cart_p.png");
}
.block-add-cart .block-subsc-cart--btn {
	background-image: url("../../img/usr/common/ico_regular_w.png");
	background-size: 20px auto;
}
.block-add-cart .block-subsc-cart--btn:hover {
	background-image: url("../../img/usr/common/ico_regular_p.png");
}
.block-add-cart .goods-regular.block-add-cart--btn {
	background-image: url("../../img/usr/common/ico_regular_w.png");
	background-size: 20px auto;
}
.block-add-cart .goods-regular.block-add-cart--btn:hover {
	background-image: url("../../img/usr/common/ico_regular_p.png");
}
.block-shop-search--btn {
	width: 500px;
	margin-top: 10px;
}
.block-shop-search--btn .block-shop-search--btn {
	line-height: 1.57;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 13px 0;
	background-image: url("../../img/usr/common/ico_shop_p.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 21px auto;
}
.block-shop-search--btn .block-shop-search--btn:hover {
	background-image: url("../../img/usr/common/ico_shop_w.png");
}
@media all and (-ms-high-contrast: none) {
	.block-shop-search--btn .block-shop-search--btn {
		padding: 16px 0 10px;
	}
}
.block-goods-sns {
	margin-top: 23px;
	display: flex;
	align-items: center;
}
.block-goods-sns li {
	width: 36px;
	margin-right: 5px;
}
.block-goods-sns li a {
	display: block;
	line-height: 1.0;
	text-indent: -9999px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #F9F9F9;
	background-position: center center;
	background-repeat: no-repeat;
}
.block-goods-sns li a:hover {
	background-color: #FF6994;
}
.block-goods-sns li.block-goods-sns--title {
	font-size: 13px;
	line-height: 2.76;
	width: 76px;
	margin: 0;
}
.block-goods-sns li.block-goods-sns--twitter a {
	background-image: url("../../img/usr/common/ico_twitter.png");
	background-size: 17px auto;
}
.block-goods-sns li.block-goods-sns--facebook a {
	background-image: url("../../img/usr/common/ico_facebook.png");
	background-size: 10px auto;
}
.block-goods-sns li.block-goods-sns--line a {
	background-image: url("../../img/usr/common/ico_line.png");
	background-size: 19px auto;
}
.block-goods-sns li.block-goods-sns--twitter a:hover {
	background-image: url("../../img/usr/common/ico_twitter_w.png?v1");
}
.block-goods-sns li.block-goods-sns--facebook a:hover {
	background-image: url("../../img/usr/common/ico_facebook_w.png");
}
.block-goods-sns li.block-goods-sns--line a:hover {
	background-image: url("../../img/usr/common/ico_line_w.png");
}
/* カートモーダル */
.block-add-cart--modal-wrap {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background-color: rgba(0, 0, 0, 0.70);
	display: none;
}
.block-add-cart--modal-close {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 50%;
	top: 4%;
	margin-right: -435px;
	cursor: pointer;
}
.block-add-cart--modal-close::before, .block-add-cart--modal-close::after {
	content: "";
	position: absolute;
	left: 14px;
	top: 24px;
	width: 22px;
	height: 2px;
	background-color: #ffffff;
}
.block-add-cart--modal-close::before {
	transform: rotate(-45deg);
}
.block-add-cart--modal-close::after {
	transform: rotate(45deg);
}
.block-add-cart--modal-box {
	width: 870px;
	max-height: 80%;
	background-color: #ffffff;
	position: fixed;
	left: 50%;
	top: 10%;
	margin-left: -435px;
	overflow-y: auto;
	z-index: 300;
}
.block-add-cart--modal-box .block-add-cart--modal-box-inner {
	text-align: center;
	padding: 50px;
}
.block-add-cart--modal-box h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin: 0;
}
.block-add-cart--modal-box h4 {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0;
	margin-top: 50px;
}
.block-add-cart--modal-box p {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0;
	margin-top: 8px;
}
.block-add-cart--modal-counter-area {
	display: flex;
	align-items: center;
	margin: 0 10px;
}
p.block-add-cart--modal-counter-text {
	width: 62px;
	text-align: center;
	margin: 0;
}
.block-add-cart--modal-counter-box {
	width: 182px;
	height: 60px;
	position: relative;
}
.block-add-cart--modal-counter-box input.counter_num {
	color: #ff6994;
	text-align: center;
	width: 72px;
	height: 60px;
	border: 0;
	border-top: 1px solid #ff6994;
	border-bottom: 1px solid #ff6994;
}
.block-add-cart--modal-counter-box .counter_btn {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	width: 55px;
	height: 60px;
	background-color: #ff6994;
	border: 1px solid #ff6994;
	position: absolute;
	top: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-add-cart--modal-counter-box .counter_btn:hover {
	color: #ff6994;
	background-color: #ffffff;
	border: 1px solid #ff6994;
}
.block-add-cart--modal-counter-box .counter_btn-minus {
	left: 0;
}
.block-add-cart--modal-counter-box .counter_btn-plus {
	right: 0;
}
.block-add-cart--modal-box-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.block-add-cart--modal-box-btn .block-add-cart--btn {
	width: 244px;
	height: 60px;
	margin: 0 10px;
	padding-left: 93px;
	text-align: left;
	background-image: url("../../img/usr/common/ico_cart_w.png");
	background-position: 55px center;
	background-repeat: no-repeat;
	background-size: 25px auto;
}
.block-add-cart--modal-box-btn .block-add-cart--btn:hover {
	background-image: url("../../img/usr/common/ico_cart_p.png");
}
.block-add-cart--modal-box-outside {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 25px;
}
.block-add-cart--modal-box-outside li {
	width: 244px;
	margin: 0 10px 20px;
}
/**/
.block-goods-comment1, .block-goods-comment2, .block-goods-comment3, .block-goods-comment4 {
	margin: 200px auto 0;
}
.block-goods-comment1, .block-goods-comment2, .block-goods-comment4 {
	max-width: 1200px;
}
.block-goods-comment5 {
	max-width: 1100px;
	margin: 110px auto 0;
}
/* 使用方法（商品コメント3） */
.block-goods-howto {
	display: flex;
	align-items: center;
}
.block-goods-howto--image {
	text-align: center;
}
.block-goods-howto--description {
}
.block-goods-howto--description h2 {
	font-size: 30px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 2.0;
	letter-spacing: 0.08em;
	margin: 0;
}
.block-goods-howto--description p {
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0.08em;
	margin-top: 30px;
}
.block-goods-howto--description p small {
	font-size: 13px;
}
.block-goods-howto--description-note li {
	font-size: 13px;
	line-height: 1.69;
	line-height: 1.69;
	text-indent: -1em;
	padding-left: 1em;
}
.block-goods-howto01, .block-goods-howto03, .block-goods-howto05 {
	flex-flow: row-reverse;
}
.block-goods-howto--efficacy {
	display: flex;
	width: 86%;
	margin-left: auto;
}
.block-goods-howto--efficacy .block-goods-howto--efficacy-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin: 0 auto 40px;
    border: 2px solid #b2bec9;
    border-radius: 8px;
	font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    overflow: hidden;
}
.block-goods-howto--efficacy .block-goods-howto--efficacy-frame dt {
    padding: 2px 1.0em;
}
.block-goods-howto--efficacy .block-goods-howto--efficacy-frame dd {
    padding: 2px 1.0em;
	background: #f4f7fa;
}
.block-goods-howto01 .block-goods-howto--image {
	width: 52.5%;
	max-width: 735px;
	margin-left: auto;
}
.block-goods-howto01 .block-goods-howto--description {
	width: 45%;
	max-width: 625px;
}
.block-goods-howto01 .block-goods-howto--description-inner {
	width: 86%;
	max-width: 536px;
	margin-left: auto;
}
.block-goods-howto02, .block-goods-howto04 {
	margin-top: 200px;
}
.block-goods-howto02 .block-goods-howto--image, .block-goods-howto04 .block-goods-howto--image {
	width: 43.5%;
	max-width: 607px;
	text-align: right;
}
.block-goods-howto02 .block-goods-howto--image img, .block-goods-howto04 .block-goods-howto--image img {
	width: 84%;
	max-width: 507px;
}
.block-goods-howto02 .block-goods-howto--description, .block-goods-howto04 .block-goods-howto--description {
	width: 52.5%;
	max-width: 734px;
	margin-left: auto;
}
.block-goods-howto02 .block-goods-howto--description-inner, .block-goods-howto04 .block-goods-howto--description-inner {
	width: 86.5%;
	max-width: 634px;
}
.block-goods-howto03, .block-goods-howto05 {
	margin-top: 150px;
}
.block-goods-howto03 .block-goods-howto--image, .block-goods-howto05 .block-goods-howto--image {
	width: 51.5%;
	max-width: 720px;
}
.block-goods-howto03 .block-goods-howto--description, .block-goods-howto05 .block-goods-howto--description {
	width: 43.6%;
	max-width: 610px;
	margin-left: auto;
}
.block-goods-howto03 .block-goods-howto--description-inner, .block-goods-howto05 .block-goods-howto--description-inner {
	width: 86%;
	max-width: 525px;
}
.block-goods-howto-img {
	text-align: center;
	margin: 110px 0 0;
}
.block-goods-howto-img h2 {
	text-align: left;
	padding: 0 60px;
}
.block-goods-balm01 {
	flex-direction: row-reverse;
	border: 1px solid #E4E4E4;
	padding: 40px;
	max-width: 1150px;
	margin: 100px auto 0;
}
.block-goods-balm01 h2 {
	margin-bottom: 15px;
	font-size: 20px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.block-goods-balm01 .block-goods-howto--description {
	margin-right: 60px;
}
.block-goods-balm01 .block-goods-howto--description p {
	margin-top: 15px;
}
.block-goods-caution {
	text-align: center;
	margin: 0 0 50px;
}
.block-goods-desc-info {
	max-width: 1000px;
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-goods-desc-info.at-close {
	height: 900px;
	padding-bottom: 100px;
	overflow: hidden;
	position: relative;
}
.block-goods-desc-info.at-close::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 240px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.block-goods-desc-info.at-close.at-open::after {
	display: none;
}
.block-goods-desc-info--btn {
	color: #FF6994;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.46;
	width: 350px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -175px;
	padding: 11px 0 9px;
	border: 1px solid #FF6994;
	z-index: 10;
	cursor: pointer;
}
.block-goods-desc-info--btn::before, .block-goods-desc-info--btn::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 9px;
	height: 1px;
	background-color: #FF6994;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-goods-desc-info--btn::before {
	transform: rotate(-90deg);
}
.block-goods-desc-info--btn.at-open::before {
	transform: rotate(0);
}
.block-goods-desc-info h2 {
	font-size: 30px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 2.0;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
}
.block-goods-desc-info p {
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0.08em;
}
.block-goods-desc-info p.block-goods-desc-info--lead {
	font-size: 22px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 2.363;
	margin-top: 32px;
}
.block-goods-desc-info ul.block-goods-desc-info--note {
}
.block-goods-desc-info ul.block-goods-desc-info--note li {
	font-size: 13px;
	line-height: 1.69;
	text-indent: -1em;
	padding-left: 1em;
}
.block-goods-desc-info--image {
	text-align: center;
	margin-top: 40px;
}
.block-goods-desc-info--inner {
	padding-top: 50px;
}
.block-goods-desc-info--inner:nth-of-type(1) {
	padding-top: 0;
}
.block-goods-desc-info--image.image01 img {
	max-width: 907px;
}
.block-goods-onestep {
	margin-bottom: 200px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.block-goods-onestep p {
	font-size: 16px;
}
ul.block-goods-onestep-item {
	display: flex;
	margin: 80px auto 0;
	width: 930px;
}
li.block-goods-onestep-item--item {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	padding: 100px 40px 80px;
	text-align: center;
}
li.block-goods-onestep-item--item.block-goods-onestep-item--item01 {
	background: rgba(255,105,148, 0.1);
}
li.block-goods-onestep-item--item.block-goods-onestep-item--item02 {
	border: 1px solid rgba(255,105,148, 0.1);
}
.block-goods-onestep-item--item li {
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 35px;
	text-align: left;
	background: url(/img/usr/detail/icon_check.png) 0 50% no-repeat;
	background-size: 25px 25px;
}
.block-goods-onestep-item--image {
	width: 180px;
	height: 250px;
	margin: 20px auto 0;
	text-align: center;
}
.block-goods-onestep-item--image a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.block-goods-onestep-item--image img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	aspect-ratio: width(attr)/height(attr);
}
.block-goods-onestep-item--item .block-goods-type {
	margin-top: 0;
}
.block-goods-onestep-item--item a.block-list-regular-cart-btn {
	min-width: 180px;
	margin-top: 20px;
}
.block-goods-onestep-item--item h3 {
	font-size: 30px;
  font-weight: 400;
	position: absolute;
	top: -20px;
	left: 50%;
	min-width: 330px;
	margin-left: -165px;
	padding: 15px 0;
	letter-spacing: 0;
	color: #fff;
	border: 1px solid #ff6994;
	background: #ff6994;
}
.block-goods-onestep-item--item.block-goods-onestep-item--item02 h3 {
	color: #ff6994;
	background: #fff;
}
.block-goods-onestep-item--item h3::after {
	position: absolute;
	top: 100%;
	left: 50%;
	display: block;
	width: 0;
	margin-left: -6px;
	content: "";
	border-top: 12px solid #ff6994;
	border-right: 7px solid transparent;
	border-bottom: 0;
	border-left: 7px solid transparent;
}
.block-goods-onestep-item--item02 h3::before {
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 50%;
	display: block;
	width: 0;
	margin-left: -5px;
	content: "";
	border-top: 11px solid #fff;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-left: 6px solid transparent;
}
.block-goods-onestep-item--item h3 small {
	font-size: 20px;
}
.block-goods-precautions {
	/* max-width: 1000px;
	*/
	margin: 0 auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-goods-comment2 .block-goods-precautions {
	margin-top: 200px;
}
.block-goods-precautions + .block-goods-precautions {
	margin-top: 60px;
}
.block-goods-comment2 .block-goods-precautions h3 {
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 26px;
}
.block-goods-precautions p {
	font-size: 16px;
	font-weight: 400;
}
.block-goods-precautions.at-close {
	height: 700px;
	padding-bottom: 100px;
	overflow: hidden;
	position: relative;
}
.block-goods-precautions.at-close::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 240px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.block-goods-precautions.at-close.at-open::after {
	display: none;
}
.block-goods-precautions--btn {
	color: #FF6994;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.46;
	width: 350px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -175px;
	padding: 11px 0 9px;
	border: 1px solid #FF6994;
	z-index: 10;
	cursor: pointer;
	background: #fff;
}
.block-goods-precautions--btn::before, .block-goods-precautions--btn::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 9px;
	height: 1px;
	background-color: #FF6994;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-goods-precautions--btn::before {
	transform: rotate(-90deg);
}
.block-goods-precautions--btn.at-open::before {
	transform: rotate(0);
}
.block-goods-precautions h2 {
	font-size: 30px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 2.0;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
}
.block-goods-precautions h2 small {
	font-size: 20px;
}
.block-goods-precautions .block-goods-precautions--step {
	display: flex;
	justify-content: flex-start;
	margin-top: 40px;
}
.block-goods-precautions .block-goods-precautions--step dl {
	width: 380px;
	margin-right: 30px;
}
.block-goods-comment2 .block-goods-precautions .block-goods-precautions--step dl {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.block-goods-precautions .block-goods-precautions--step dl:nth-of-type(3n) {
	margin-right: 0;
}
.block-goods-precautions .block-goods-precautions--step dl dt {
	text-align: center;
}
.block-goods-precautions .block-goods-precautions--step dl dd {
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0.08em;
	margin-top: 10px;
}
.block-goods-comment2 .block-goods-precautions .block-goods-precautions--step dl dd {
	text-align: center;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
}
.block-goods-precautions .block-goods-precautions--video {
	text-align: center;
	margin-top: 100px;
}
.block-goods-precautions .block-goods-precautions--video.is-sponly {
	display: none;
}
/* PHSQ・PHSP・PHTG*/
#how-to-use.block-goods-precautions .block-goods-precautions--step {
	display: block;
	margin-top: 40px;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step dl {
	width: 232px;
	margin-right: 0;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step dl dd {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-top: 15px;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step-list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0 126px;
	margin-bottom: 70px;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step-list img {
	height: 150px;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step-list-item h3 {
	display: flex;
	align-items: center;
	font-size: 20px;
	margin: 24px 0 26px;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step-list-item img {
	width: 210px;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step-list-item h3::before {
	content: "";
	border-top: 1px solid #707070;
	flex: 1;
	margin-right: 12px;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step-list-item h3::after {
	content: "";
	border-top: 1px solid #707070;
	flex: 1;
	margin-left: 12px;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step-list-item-inner {
	display: flex;
	gap: 0 50px;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step-point {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border: 1px solid #707070;
	box-sizing: border-box;
	width: 858px;
	margin: 0 auto;
	padding: 25px 0 15px;
	gap: 0 60px;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step img {
	height: 150px;
}
.block-goods-ingredients {
	max-width: 1100px;
	margin: 0 auto;
	border-top: 1px dashed #AAAAAA;
}
.block-goods-ingredients--box {
	border-bottom: 1px dashed #AAAAAA;
}
.block-goods-ingredients--box h2 {
	font-size: 26px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 2.3;
	letter-spacing: 0.08em;
	padding: 17px 100px 12px 40px;
	margin: 0;
	cursor: pointer;
	position: relative;
}
.block-goods-ingredients--box h2::before, .block-goods-ingredients--box h2::after {
	content: "";
	position: absolute;
	right: 55px;
	top: 50%;
	width: 19px;
	height: 1px;
	background-color: #FF6994;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-goods-ingredients--box h2::before {
	transform: rotate(0);
}
.block-goods-ingredients--box.at-open h2::before {
	transform: rotate(90deg);
}
.block-goods-ingredients--body {
	padding: 0 40px 40px;
}
.block-goods-ingredients--body sup {
	font-size: 13px;
}
.block-goods-ingredients--body p {
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0.05em;
}
.block-goods-ingredients--body p.block-goods-ingredients--note {
	font-size: 13px;
	line-height: 1.69;
	text-indent: -1em;
	padding-left: 1em;
}
.block-goods-footer-cart {
	width: 100%;
	min-width: 1200px;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #F9F9F9;
	z-index: 100;
	display: none;
}
.block-goods-footer-cart--inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.block-goods-footer-cart--description {
}
.block-goods-footer-cart--category-name {
	font-size: 14px;
	line-height: 1.428;
	text-align: left;
}
.block-goods-footer-cart--name {
	max-width: 500px;
	color: #FF6994;
	font-size: 26px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	text-align: left;
	line-height: 1.076;
	letter-spacing: 0.05em;
	display: inline-block;
	margin-right: 20px;
}
.block-goods-footer-cart--revico-star {
	font-size: 14px;
	line-height: 1.0;
	display: inline-block;
}
.block-goods-footer-cart--revico-star img {
	height: 13px;
}
.block-goods-footer-cart--revico-star span {
	font-size: 12px;
	display: inline-block;
}
.block-goods-footer-cart--price-box {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.block-goods-footer-cart--price {
	font-size: 14px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.0;
	margin-right: 15px;
}
.block-goods-footer-cart--price strong {
	font-size: 24px;
}
.block-goods-footer-cart--price-box .block-add-cart {
	position: relative;
}
.block-goods-footer-cart--price-box .block-add-cart .block-add-cart--balloon {
	color: #FF6994;
	font-size: 13px;
	line-height: 1.0;
	text-align: center;
	padding: 10px 25px 9px;
	border: 1px solid #FF6994;
	background-color: #ffffff;
	border-radius: 50px;
	position: absolute;
	left: 13px;
	top: -42px;
	animation: balloonAnime 3s ease-out 0s infinite normal both;
}
@keyframes balloonAnime {
	0% {
		transform: scale(1);
	}
	10% {
		transform: scale(1.05);
	}
	20% {
		transform: scale(1);
	}
	30% {
		transform: scale(1.02);
	}
	40% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
@media all and (-ms-high-contrast: none) {
	.block-goods-footer-cart--price-box .block-add-cart .block-add-cart--balloon {
		padding: 12px 25px 7px;
	}
}
.block-goods-footer-cart--price-box .block-add-cart .block-add-cart--balloon::after, .block-goods-footer-cart--price-box .block-add-cart .block-add-cart--balloon::before {
	top: 100%;
	left: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.block-goods-footer-cart--price-box .block-add-cart .block-add-cart--balloon::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 5px 0 5px;
	border-color: #ff6994 transparent transparent transparent;
}
.block-goods-footer-cart--price-box .block-add-cart .block-add-cart--balloon::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
	margin-left: 1px;
}
/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side {
	display: flex;
	flex-flow: column wrap;
}
.block-goods-sns {
	order: 330;
}
.page-goods .block-icon {
	order: 20;
}
.block-goods-comment {
	order: 45;
}
.block-goods-name {
	order: 40;
}
.block-goods-name2 {
	order: 35;
}
.block-goods-price {
	order: 50;
}
.block-goods-code {
	order: 60;
}
.block-goods-item-code {
	order: 70;
}
.block-goods-item-code2 {
	order: 80;
}
.block-goods-item-code3 {
	order: 90;
}
.block-goods-release-dt {
	order: 100;
}
.block-goods-class1 {
	order: 110;
}
.block-goods-class2 {
	order: 120;
}
.block-goods-attr1 {
	order: 130;
}
.block-goods-attr2 {
	order: 140;
}
.block-goods-attr3 {
	order: 150;
}
.block-goods-size {
	order: 145;
}
.block-goods-color {
	order: 170;
}
.block-goods-point {
	order: 180;
}
.block-goods-postage {
	order: 190;
}
.block-goods-stock {
	order: 200;
}
.block-goods-spec {
	order: 210;
}
.block-goods-sales-detail-append {
	order: 220;
}
.block-variation {
	order: 230;
}
.block-custom-order {
	order: 240;
}
.block-goods-comment6 {
	order: 245;
	font-size: 14px;
}
.block-add-cart {
	order: 250;
}
.block-no-stock {
	order: 260;
}
.block-arrival-notice {
	order: 270;
}
.block-goods-store-stock {
	order: 280;
}
.block-goods-set {
	order: 290;
}
.block-accessory-list {
	order: 300;
}
.block-variation-back-order {
	order: 310;
}
.block-contact-about-goods {
	order: 320;
}
.block-goods-favorite {
	order: 10;
}
.block-goods-link {
	order: 340;
}
.block-goods-type {
	order: 43;
}
.block-goods-revico {
	order: 140;
}
.block-goods-price {
	order: 150;
}
.block-shop-search--btn {
	order: 320;
}
.block-goods-campaign-comment {
	order: 350;
}
/* ----トピック（INFORMATION）---- */
.block-top-topic {
	width: 1000px;
	margin: 150px auto 0;
}
.block-top-topic--header {
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 2.0;
	text-align: left;
	letter-spacing: 0.08em;
	border: 0;
	padding: 0;
	margin: 0 0 21px;
}
.block-top-topic--header strong {
	color: #FF6994;
	font-size: 40px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.225;
	letter-spacing: 0;
	display: block;
}
.block-topic-page--article-body {
	font-size: 16px;
}
.block-top-topic--body {
	margin: 0;
}
.block-top-topic--items {
	border-top: 1px dashed #AAAAAA;
}
.block-top-topic--items li {
	border-bottom: 1px dashed #AAAAAA;
	padding: 0;
}
.block-top-topic--items li a {
	/* display: block;
	*/
	padding: 24px 0 16px;
	text-decoration: none;
	display: flex;
}
.block-top-topic--items dl, .block-top-topic--items dt, .block-top-topic--items dd {
	display: block;
}
.block-top-topic--items dl {
	margin: 0 0 0 10px;
}
.block-top-topic--items dt {
	color: #FF6994;
	font-size: 14px;
	line-height: 1.35;
}
.block-top-topic--items dd {
	color: #78828B;
	font-size: 15px;
	line-height: 2.0;
	letter-spacing: 0.02em;
}
.block-top-topic--items li a:hover dd {
	text-decoration: underline;
}
.block-top-topic--next-page {
	margin-top: 30px;
}
.block-top-topic--next-page a {
	color: #FF6994;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.92;
	text-align: center;
	letter-spacing: 0.02em;
	text-decoration: none;
	display: inline-block;
	width: 126px;
	position: relative;
}
.block-top-topic--next-page a::before, .block-top-topic--next-page a::after {
	content: "";
	position: absolute;
	height: 2px;
	background-color: #FF6994;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-top-topic--next-page a::before {
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-top-topic--next-page a::after {
	width: 13px;
	right: 0;
	bottom: 4px;
	transform: rotate(35deg);
}
.block-top-topic--next-page a:hover::before {
	transform: translateX(5px);
}
.block-top-topic--next-page a:hover::after {
	transform: translateX(5px) rotate(35deg);
}
.block-top-topic--image {
	min-width: 185px;
	max-width: 185px;
	width: 185px;
	font-size: 0;
}
/* ----トピック 詳細---- */
.block-topic-details--items {
	border-top: 1px dashed #AAAAAA;
}
.block-topic-details--items li {
	border-bottom: 1px dashed #AAAAAA;
	padding: 0;
}
.block-topic-details--items li a {
	/* display: block;
	*/
	padding: 24px 0 16px;
	text-decoration: none;
	display: flex;
}
.block-topic-details--items li dl, .block-topic-details--items li dt, .block-topic-details--items li dd {
	display: block;
}
.block-topic-details--items li dl {
	margin: 0 0 0 10px;
}
.block-topic-details--items li dt {
	color: #FF6994;
	font-size: 14px;
	line-height: 1.35;
}
.block-topic-details--items li dd {
	color: #78828B;
	font-size: 15px;
	line-height: 2.0;
	letter-spacing: 0.02em;
}
.block-topic-details--items li a:hover dd {
	text-decoration: underline;
}
.block-topic-details--image {
	min-width: 185px;
	max-width: 185px;
	width: 185px;
	font-size: 0;
}
.block-topic-details--header {
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 2.0;
	text-align: left;
	letter-spacing: 0.08em;
	border: 0;
	padding: 0;
	margin: 0 0 21px;
	color: #999999;
}
.block-topic-details--header strong {
	color: #FF6994;
	font-size: 40px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.225;
	letter-spacing: 0;
	display: block;
}
/* ----イベントタイトル---- */
.block-top-event--header {
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 2.0;
	letter-spacing: 0.08em;
	margin: 70px 0 50px;
	padding: 0;
	border: 0;
}
.block-top-event--header strong {
	color: #FF6994;
	font-size: 40px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.225;
	letter-spacing: 0;
	display: block;
}
.block-top-event--title {
	font-size: 30px;
	text-align: center;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.66;
	letter-spacing: 0.08em;
	margin: 100px 0 24px;
}
/* ----アイコン---- */
.block-icon > span {
	font-size: 11px;
	line-height: 1.0;
	text-align: center;
	padding: 5px 10px 4px;
	display: inline-block;
	background-color: #F9F9F9;
	border-radius: 50px;
}
/* ----商品一覧　4つ並び---- */
.block-thumbnail-t li {
	margin-bottom: 25px;
}
.block-thumbnail-t--goods {
	width: 281px;
	text-align: center;
	margin-left: 25px;
	position: relative;
}
.block-thumbnail-t--goods-favorite {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #ffffff;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 13px auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-thumbnail-t--goods-favorite:hover {
	background-color: #FF6994;
	background-image: url("../../img/usr/common/ico_favorite_on.png");
}
.block-thumbnail-t--goods a {
	color: #78828B;
	display: block;
	padding: 10px 10px 25px;
	border: 1px solid #EBECEE;
	text-decoration: none;
	position: relative;
}
.block-thumbnail-t--goods a:hover {
	border: 1px solid #FF6994;
}
.block-thumbnail-t--goods-description {
	margin: 0;
}
.block-thumbnail-t--goods-description .block-icon {
	text-align: left;
}
.block-thumbnail-t--goods-name {
	color: #FF6994;
	font-size: 22px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin-top: 23px;
}
.block-thumbnail-t--goods-name a:hover {
	text-decoration: underline;
}
.block-thumbnail-t--goods-catch {
	font-size: 14px;
	line-height: 1.85;
}
.block-thumbnail-t--goods-image {
	position: relative;
	margin-top: 20px;
}
.block-thumbnail-t--goods-image .block-icon--auto-new {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
}
.block-thumbnail-t--goods-image figure {
	width: 260px;
	height: 290px;
	background: #ffffff;
}
.block-thumbnail-t--goods-variation {
	margin-top: 25px;
}
.block-thumbnail-t--goods-type {
}
.block-thumbnail-t--goods-type span {
	font-size: 12px;
	line-height: 1.0;
	letter-spacing: 0.02em;
	border: 1px solid #DBDBDB;
	padding: 3px 10px 2px;
	display: inline-block;
}
@media all and (-ms-high-contrast: none) {
	.block-thumbnail-t--goods-type span {
		padding: 5px 10px 0;
	}
}
.block-thumbnail-t--goods-revico {
	margin-top: 13px;
	line-height: 1.0;
}
.block-thumbnail-t--goods-revico-star {
	display: inline-block;
	vertical-align: middle;
}
.block-thumbnail-t--goods-revico-star img {
	height: 13px;
}
.block-thumbnail-t--goods-revico span {
	font-size: 10px;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
}
.block-thumbnail-t--goods-item {
	font-size: 12px;
	margin-top: 10px;
}
.block-thumbnail-t--goods-size {
	font-size: 12px;
}
/* ----商品一覧　3つ並び---- */
.block-pickup-list-p li {
	margin-bottom: 25px;
}
.block-pickup-list-p--item-body {
	display: block;
	text-align: center;
	width: 383px;
	padding: 10px 10px 25px;
	border: 1px solid #ebecee;
	position: relative;
	margin-right: 25px;
}
.block-pickup-list-p--item-body:last-child {
	margin-right: 0;
}
.block-pickup-list-p--item-body.dryskincare {
	background: #FFE6ED;
}
.block-pickup-list-p--item-body.balancecare {
	background: #EBFFE8;
}
.block-pickup-list-p--item-body a {
	display: block;
}
.block-pickup-list-p--item-description {
	width: 100%;
	padding: 0;
}
.block-pickup-list-p--item-description .block-icon {
	text-align: left;
}
.block-pickup-list-p--goods-name {
	margin-top: 23px;
}
.block-pickup-list-p--goods-name a {
	color: #FF6994;
	font-size: 22px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.block-pickup-list-p--goods-name a:hover {
	text-decoration: underline;
}
.block-pickup-list-p--goods-catch {
	font-size: 14px;
	line-height: 1.85;
}
.block-pickup-list-p--goods-favorite {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #ffffff;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-pickup-list-p--goods-favorite:hover {
	background-color: #FF6994;
	background-image: url("../../img/usr/common/ico_favorite_on.png");
}
.block-pickup-list-p--image {
	width: 340px;
	height: 340px;
	margin: 15px auto 0;
	position: relative;
}
.block-pickup-list-p--image figure {
	width: 340px;
	height: 340px;
	background-color: #ffffff;
}
.block-pickup-list-p--image .block-icon--auto-new {
	position: absolute;
	left: 20px;
	top: 3px;
	width: 60px;
	height: 60px;
}
.block-pickup-list-p--item-spec {
	margin-top: 20px;
}
.block-pickup-list-p--goods-type {
}
.block-pickup-list-p--goods-type span {
	font-size: 12px;
	line-height: 1.0;
	letter-spacing: 0.02em;
	border: 1px solid #DBDBDB;
	padding: 3px 10px 2px;
	display: inline-block;
}
@media all and (-ms-high-contrast: none) {
	.block-pickup-list-p--goods-type span {
		padding: 5px 10px 0;
	}
}
.block-pickup-list-p--price-items {
	margin-top: 4px;
}
.block-pickup-list-p .price {
	color: #FF6994;
	font-size: 13px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.04em;
}
.block-pickup-list-p .price strong {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
}
.block-pickup-list-p .price small {
	font-size: 11px;
}
ul.block-pickup-list-p--add-cart {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 6px 0 0;
}
ul.block-pickup-list-p--add-cart li {
	margin: 0 5px;
}
ul.block-pickup-list-p--add-cart.at-column1 li {
	width: 180px;
}
ul.block-pickup-list-p--add-cart.at-column2 li {
	width: 140px;
}
.block-pickup-list-p--add-cart .block-list-add-cart-btn, .block-pickup-list-p--add-cart .block-list-regular-cart-btn {
	width: 100%;
	padding: 10px;
	text-align: left;
	background-position: left center;
	background-repeat: no-repeat;
}
@media all and (-ms-high-contrast: none) {
	.block-pickup-list-p--add-cart .block-list-add-cart-btn, .block-pickup-list-p--add-cart .block-list-regular-cart-btn {
		padding: 14px 10px 6px;
	}
}
.block-pickup-list-p--add-cart .block-list-add-cart-btn {
	background-image: url("../../img/usr/common/ico_cart_w.png");
	background-size: 18px auto;
}
.block-pickup-list-p--add-cart .block-list-add-cart-btn:hover {
	background-image: url("../../img/usr/common/ico_cart_p.png");
}
.block-pickup-list-p--add-cart .block-list-regular-cart-btn {
	background-image: url("../../img/usr/common/ico_regular_w.png");
	background-size: 26px auto;
}
.block-pickup-list-p--add-cart .block-list-regular-cart-btn:hover {
	background-image: url("../../img/usr/common/ico_regular_p.png");
}
ul.block-pickup-list-p--add-cart.at-column1 li a {
	padding-left: 73px;
	background-position: 20px center;
}
ul.block-pickup-list-p--add-cart.at-column2 li a {
	padding-left: 53px;
	background-position: 20px center;
}
.block-pickup-list-p--goods-revico {
	margin-top: 13px;
	line-height: 1.0;
}
.block-pickup-list-p--goods-revico-star {
	display: inline-block;
	vertical-align: middle;
}
.block-pickup-list-p--goods-revico-star img {
	height: 13px;
}
.block-pickup-list-p--goods-revico span {
	font-size: 10px;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
}
.block-pickup-list-p--goods-item {
	font-size: 12px;
	line-height: 1.66;
	margin-top: 10px;
}
.block-pickup-list-p--goods-size {
	font-size: 12px;
	line-height: 1.66;
}
/* ----商品一覧ブックマーク---- */
.js-list--goods-favorite {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #ffffff;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.js-list--goods-favorite.liked {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #FF6994;
	background-image: url("../../img/usr/common/ico_favorite_on.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.js-list--goods-favorite:hover {
	background-color: #FF6994;
	background-image: url("../../img/usr/common/ico_favorite_on.png");
}
/* ----関連商品---- */
.block-accessory-list--name {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	line-height: 2.0;
	letter-spacing: 0.08em;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0 0 18px;
}
.block-accessory-list--name strong {
	color: #FF6994;
	font-size: 40px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.225;
	letter-spacing: 0;
	display: block;
}
.block-accessory-list {
	width: 100%;
	max-width: 1400px;
	margin-top: 145px;
	padding-left: 7%;
	overflow: hidden;
	display: block;
	position: relative;
}
.block-accessory-list--list {
}
.block-goods-detail-j--items {
}
.block-goods-detail-j--goods {
	float: left;
	width: 281px;
	flex-basis: 281px;
	text-align: center;
	margin: 0 25px 0 0;
	position: relative;
}
.block-goods-detail-j {
}
.block-goods-detail-j li {
	display: block;
	margin: 0;
}
.block-goods-detail-j--goods-favorite {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #ffffff;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px auto;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-goods-detail-j--goods-favorite:hover {
	background-color: #FF6994;
	background-image: url("../../img/usr/common/ico_favorite_on.png");
}
.block-goods-detail-j--goods a.js-enhanced-ecommerce-goods-name {
	color: #78828B;
	display: block;
	padding: 10px 10px 25px;
	border: 1px solid #EBECEE;
	text-decoration: none;
	position: relative;
}
.block-goods-detail-j--goods a:hover {
	border: 1px solid #FF6994;
}
.block-goods-detail-j--goods-description {
	margin: 0;
}
.block-goods-detail-j--goods-description .block-icon {
	text-align: left;
}
.block-goods-detail-j--goods-name {
	color: #FF6994;
	font-size: 22px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin-top: 23px;
}
.block-goods-detail-j--goods-name a:hover {
	text-decoration: underline;
}
.block-goods-detail-j--goods-catch {
	font-size: 14px;
	line-height: 1.85;
}
.block-goods-detail-j--goods-image {
	position: relative;
	margin-top: 20px;
}
.block-goods-detail-j--goods-image .block-icon--auto-new {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
}
.block-goods-detail-j--goods-image figure {
	width: 100%;
	height: 290px;
	background: #ffffff;
}
.block-goods-detail-j--goods-variation {
	margin-top: 25px;
}
.block-goods-detail-j--goods-type {
}
.block-goods-detail-j--goods-type span {
	font-size: 12px;
	line-height: 1.0;
	letter-spacing: 0.02em;
	border: 1px solid #DBDBDB;
	padding: 3px 10px 2px;
	display: inline-block;
}
@media all and (-ms-high-contrast: none) {
	.block-goods-detail-j--goods-type span {
		padding: 5px 10px 0;
	}
}
.block-goods-detail-j--goods-revico {
	margin-top: 13px;
	line-height: 1.0;
}
.block-goods-detail-j--goods-revico-star {
	display: inline-block;
	vertical-align: middle;
}
.block-goods-detail-j--goods-revico-star img {
	height: 13px;
}
.block-goods-detail-j--goods-revico span {
	font-size: 10px;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
}
.block-goods-detail-j--goods-item {
	font-size: 12px;
	margin-top: 10px;
}
.block-goods-detail-j--goods-size {
	font-size: 12px;
}
.block-goods-detail-j .bx-controls-direction a {
	position: absolute;
	right: 0;
	top: 43px;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	z-index: 10;
	background-color: #FF6994;
	border: 1px solid #FF6994;
}
.block-goods-detail-j .bx-controls-direction a:focus {
	outline: none;
}
.block-goods-detail-j .bx-controls-direction a::before, .block-goods-detail-j .bx-controls-direction a::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #ffffff;
}
.block-goods-detail-j .bx-controls-direction a::before {
	left: 6px;
	width: 16px;
}
.block-goods-detail-j .bx-controls-direction a::after {
	width: 5px;
	margin-top: -2px;
}
.block-goods-detail-j .bx-controls-direction a.bx-prev::after {
	left: 6px;
	transform: rotate(-40deg);
}
.block-goods-detail-j .bx-controls-direction a.bx-next::after {
	right: 6px;
	transform: rotate(40deg);
}
.block-goods-detail-j .bx-controls-direction a.bx-prev {
	right: 132px;
}
.block-goods-detail-j .bx-controls-direction a.bx-next {
	right: 100px;
}
.block-goods-detail-j .bx-controls-direction a:hover {
	background-color: #ffffff;
}
.block-goods-detail-j .bx-controls-direction a:hover::before, .block-goods-detail-j .bx-controls-direction a:hover::after {
	background-color: #FF6994;
}
@media screen and (max-width:1200px) {
	.pane-goods-left-side {
		width: 610px;
	}
	.block-accessory-list {
		padding-left: 2%;
	}
}
/* ----最近見た商品---- */
.block-recent-item {
	width: 1200px;
	margin: 25px auto 150px;
}
.block-recent-item--header, .block-cart-recent-item--header {
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 2.0;
	text-align: left;
	letter-spacing: 0.08em;
	border: 0;
	padding: 0;
	margin: 0 0 33px;
}
.block-recent-item--header strong, .block-cart-recent-item--header strong {
	color: #FF6994;
	font-size: 40px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.225;
	letter-spacing: 0;
	display: block;
}
.block-recent-item--items {
	width: 100%;
}
.block-cart-recent-item {
	/* margin-top: 120px; */
	margin-top: 80px;
}
.block-thumbnail-h {
	margin: 0;
}
.block-thumbnail-h li, .block-goods-list-c--item-body {
	width: 160px;
	flex-basis: 160px;
	margin-left: 40px;
}
.block-thumbnail-h li:nth-child(6n+1), .block-goods-list-c--item-body:nth-child(6n+1) {
	margin-left: 20px;
}
.block-thumbnail-h li a, .block-goods-list-c--item-body a {
	display: block;
}
.block-thumbnail-h--goods-image figure, .block-goods-list-c--image figure {
	width: 160px;
	height: 160px;
	background-color: #ffffff;
}
.block-thumbnail-h--goods-description, .block-goods-list-c--goods-description {
	margin-top: 18px;
}
.block-thumbnail-h--goods-name a, .block-goods-list-c--goods-name a {
	font-size: 14px;
	line-height: 1.85;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.block-thumbnail-h--goods-name a:hover, .block-goods-list-c--goods-name a:hover {
	text-decoration: underline;
}
.block-recent-item--keep-history {
	display: none;
}
/* ----5つのお得---- */
.block-benefits {
	background-color: #F9F9F9;
}
.block-benefits-inner {
	width: 1200px;
	margin: 0 auto;
	padding: 37px 0;
}
.block-benefits h2 {
	color: #FF6994;
	font-size: 34px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1.26;
	letter-spacing: 0.05em;
	margin: 0 0 18px;
	position: relative;
}
.block-benefits h2::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -100px;
	width: 200px;
	height: 15px;
	z-index: 1;
	background-color: #f9eff2;
}
.block-benefits h2 span {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.block-benefits ul {
	display: flex;
}
.block-benefits ul li {
	text-align: center;
	width: calc(100% / 5);
	padding: 16px 0 14px;
	border-left: 1px dashed #DDDDDD;
}
.block-benefits ul li:first-child {
	border-left: 0;
}
.block-benefits ul li a {
	text-decoration: none;
}
.block-benefits ul li a:hover {
	opacity: .8;
}
.block-benefits-icon-free img {
	width: 75px;
}
.block-benefits-icon-point img {
	width: 60px;
}
.block-benefits-icon-gift img {
	width: 65px;
}
.block-benefits-icon-regular img {
	width: 72px;
}
.block-benefits-icon-clock img {
	width: 60px;
}
.block-benefits ul li p {
	font-size: 14px;
	line-height: 1.85;
	margin-top: 12px;
}
.block-benefits ul li p strong {
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	display: block;
}
.block-benefits-next {
	margin-top: 10px;
	text-align: right;
}
.block-benefits-next a {
	color: #FF6994;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.16;
	letter-spacing: 0.02em;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	width: 135px;
	padding-left: 25px;
	position: relative;
}
.block-benefits-next a::before, .block-benefits-next a::after {
	content: "";
	position: absolute;
	height: 2px;
	background-color: #FF6994;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-benefits-next a::before {
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-benefits-next a::after {
	width: 13px;
	right: 0;
	bottom: 4px;
	transform: rotate(35deg);
}
.block-benefits-next a:hover::before {
	transform: translateX(5px);
}
.block-benefits-next a:hover::after {
	transform: translateX(5px) rotate(35deg);
}
/* ----商品一覧　ページャーと並び替えをまとめる---- */
.block-goods-list--top-wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 25px;
}
.block-goods-list--top-wrap .pager {
	margin: 0 auto 0 0;
	order: 3;
}
.block-goods-list--top-wrap .pager .pager-count {
	display: block;
	line-height: 2.66;
}
/* ----商品一覧　カテゴリトップ---- */
.block-category-list--header-wrap {
	background-position: center top;
	background-repeat: no-repeat;
}
.block-category-list--header-box {
	margin-bottom: 150px;
}
.block-category-list--header-box-txt {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 120px;
	display: flex;
	align-items: center;
}
.block-category-list--header-box-txt > div {
	padding-bottom: 85px;
}
.block-category-list--header-box-txt h1 {
	color: #78828B;
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 2.0;
	text-align: left;
	letter-spacing: 0.08em;
	border: 0;
	padding: 0;
	margin: 0 0 21px;
}
.block-category-list--header-box-txt h1 strong {
	color: #FF6994;
	font-size: 40px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.225;
	letter-spacing: 0;
	display: block;
}
.block-category-list--header-box-lead {
	font-size: 30px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 2.0;
	letter-spacing: 0.08em;
}
.block-category-list--header-box-banner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
/* ----ユーザーレビュー（レビコ）---- */
.p-product-detail__review__title {
	padding: 138px 0 50px;
	margin-top: 150px;
	background-color: #F3F3F3;
}
.p-product-detail__review__title__t01 {
	font-size: 16px;
	line-height: 2.0;
	text-align: center;
}
.p-product-detail__review__title__t01 strong {
	color: #FF6994;
	font-size: 40px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.225;
	display: block;
}
.revico-star .revico-star-graph-wrapper {
	justify-content: center !important;
}
#revico-comment .revico-comment-footer {
	margin-bottom: 0 !important;
}
.revico-comment-outer-foot {
	text-align: center;
	padding-bottom: 130px;
	background-color: #F3F3F3;
}
#revico-comment .revico-comment-header .revico-comment-filter, #revico-comment .revico-comment-header .revico-comment-sort, #revico-comment .revico-review-comment-footer--more button, #revico-comment button.revico-comment-footer--filter, #revico-comment button.revico-comment-footer--sort {
	color: #FF6994 !important;
	background-color: #ffffff !important;
	border: 1px solid #FF6994 !important;
}
#revico-comment .revico-comment-header .revico-comment-filter:hover, #revico-comment .revico-comment-header .revico-comment-sort:hover, #revico-comment .revico-review-comment-footer--more button:hover, #revico-comment button.revico-comment-footer--filter:hover, #revico-comment button.revico-comment-footer--sort:hover {
	color: #ffffff !important;
	background-color: #FF6994 !important;
}
/* ----コラム---- */
.block-top-column {
	width: 1200px;
	margin: 150px auto 0;
}
.block-top-column--header {
	font-size: 16px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 2.0;
	letter-spacing: 0.08em;
	text-align: center;
	border: 0;
	padding: 0;
	margin: 0 0 20px;
}
.block-top-column--header strong {
	color: #FF6994;
	font-size: 40px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.225;
	letter-spacing: 0;
	display: block;
}
.block-top-column--items {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.block-top-column--items li {
	width: 281px;
	margin-bottom: 25px;
}
.block-top-column--items li a {
	display: block;
	text-decoration: none;
}
.block-top-column--image .img-center {
	width: 100%;
	height: 200px;
}
.block-top-column--description {
	margin-top: 20px;
}
.block-top-column--date {
	color: #FF6994;
	font-size: 14px;
	line-height: 1.357;
}
.block-top-column--txt {
	font-size: 15px;
	line-height: 2.0;
	letter-spacing: 0.02em;
	margin-top: 5px;
}
.block-top-column--items li a:hover .block-top-column--txt {
	text-decoration: underline;
}
.block-top-column--next-page {
	margin-top: 30px;
	text-align: right;
}
.block-top-column--next-page a {
	color: #FF6994;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.92;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 126px;
	position: relative;
}
.block-top-column--next-page a::before, .block-top-column--next-page a::after {
	content: "";
	position: absolute;
	height: 2px;
	background-color: #FF6994;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-top-column--next-page a::before {
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-top-column--next-page a::after {
	width: 13px;
	right: 0;
	bottom: 4px;
	transform: rotate(35deg);
}
.block-top-column--next-page a:hover::before {
	transform: translateX(5px);
}
.block-top-column--next-page a:hover::after {
	transform: translateX(5px) rotate(35deg);
}
/* ----ユーザーネーム---- */
div[class$="--customer-name"] {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin: 16px 0 30px;
}
/* ----お問い合わせ履歴一覧---- */
.block-inquiry-history--body li {
	border-bottom: 1px dashed #AAAAAA;
}
.block-inquiry-history--body li a {
	color: #78828B;
	text-decoration: none;
}
.block-inquiry-history--body li a:hover {
	text-decoration: underline;
}
/* ----リンクアクション---- */
.block-member-id--login-link {
	display: inline-block;
}
.block-member-id--login-link a, .block-member-password--login-link a, .block-reset-new-password--completed-message p a, .block-mail-address--mypage-link a, .block-additional-authentication--inquiry, .block-mypage--withdrawal {
	color: #FF6994;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.5;
	letter-spacing: 0.02em;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 10px 30px 3px 10px;
	position: relative;
}
.block-member-id--login-link a::before, .block-member-id--login-link a::after, .block-member-password--login-link a::before, .block-member-password--login-link a::after, .block-reset-new-password--completed-message p a::before, .block-reset-new-password--completed-message p a::after, .block-mail-address--mypage-link a::before, .block-mail-address--mypage-link a::after, .block-additional-authentication--inquiry::before, .block-additional-authentication--inquiry::after, .block-mypage--withdrawal::before, .block-mypage--withdrawal::after {
	content: "";
	position: absolute;
	height: 2px;
	background-color: #FF6994;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-member-id--login-link a::before, .block-member-password--login-link a::before, .block-reset-new-password--completed-message p a::before, .block-mail-address--mypage-link a::before, .block-additional-authentication--inquiry::before, .block-mypage--withdrawal::before {
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-member-id--login-link a::after, .block-member-password--login-link a::after, .block-reset-new-password--completed-message p a::after, .block-mail-address--mypage-link a::after, .block-additional-authentication--inquiry::after, .block-mypage--withdrawal::after {
	width: 13px;
	right: 0;
	bottom: 4px;
	transform: rotate(35deg);
}
.block-member-id--login-link a:hover::before, .block-member-password--login-link a:hover::before, .block-reset-new-password--completed-message p a:hover::before, .block-mail-address--mypage-link a:hover::before, .block-additional-authentication--inquiry:hover::before, .block-mypage--withdrawal:hover::before {
	transform: translateX(5px);
}
.block-member-id--login-link a:hover::after, .block-member-password--login-link a:hover::after, .block-reset-new-password--completed-message p a:hover::after, .block-mail-address--mypage-link a:hover::after, .block-additional-authentication--inquiry:hover::after, .block-mypage--withdrawal:hover::after {
	transform: translateX(5px) rotate(35deg);
}
/* ----お問い合わせ履歴詳細---- */
.block-inquiry-history-detail--item dt {
	align-items: center;
}
.block-inquiry-history-detail--update-dt {
	font-size: 14px;
	line-height: 1.8;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
/* ----ログイン---- */
.block-login--amazon-body {
	border-left: 1px dashed #AAAAAA;
}
/* ----購入フロー---- */
.block-order-flow--step1, .block-order-flow--step2, .block-order-flow--step3, .block-order-flow--step4, .block-order-flow--step5 {
	height: 40px;
	padding-top: 7px;
}
.block-order-flow--step1::after, .block-order-flow--step2::after, .block-order-flow--step3::after, .block-order-flow--step4::after, .block-order-flow--step5::after {
	border-bottom-width: 20px;
	border-top-width: 20px;
}
.block-order-flow--step-current {
	background-color: #FF6994;
}
.block-order-flow--step-current::after {
	border-left-color: #FF6994;
}
/* ----購入画面・送料無料---- */
.block-order-text--free {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 30px;
	background-color: #fff2f6;
}
.block-order-text--free p {
	color: #ff6994;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.block-order-text--free p span {
	font-size: 12px;
}
/* ----購入履歴詳細---- */
.block-purchase-history-detail--shipping-info-items td {
	width: 290px;
}
.block-purchase-history-detail--order-body {
	flex-wrap: wrap;
}
/* ----購入履歴一覧---- */
.block-purchase-history--status {
	width: 300px;
}
/* ----ご注文キャンセル---- */
.block-order-cancellation--order-detail .legend {
	margin-top: 0;
}
/* ----ログアウト---- */
.block-logout--message a {
	color: #FF6994;
	text-decoration: none;
}
.block-logout--message a:hover {
	text-decoration: underline;
}
/* ----画像---- */
.block-cart--goods-list-image, .block-order-method--goods-item-image, .block-order-estimate--goods-item-image {
	background-color: transparent;
}
/* ----お気に入り---- */
.block-favorite--items li {
	padding: 10px 10px 25px;
	border: 1px solid #EBECEE;
}
/* ----入荷案内申し込み商品---- */
.block-arrival-notice-list--items li {
	padding: 10px 10px 25px;
	border: 1px solid #EBECEE;
}
/* ----マイページトップ---- */
.block-mypage--customer-status {
	background-color: #FF6994;
}
.block-mypage--sign {
	border-right-color: #ffffff;
}
.block-mypage--customer-status .block-mypage--customer-name {
	margin: 0;
}
/* ----ログイン---- */
.page-login .p-my-content {
	padding: 0;
}
.c-sns-area button, .accordion__content button {
	line-height: inherit;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.c-sns-area form {
	color: #75797b;
	box-sizing: border-box;
	text-decoration: underline;
}
@media screen and (min-width: 901px), print {
	.c-sns-area form {
		width: 195px;
		height: 35px;
		font-size: 12px;
		padding-left: 35px;
		cursor: pointer;
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.c-sns-area form:hover {
		opacity: 0.5;
	}
}
.c-sns-area form .c-sns-area__btn {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
.c-sns-area form .c-sns-area__btn button {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	color: #75797b;
	background-color: white;
	text-decoration: underline;
	cursor: pointer;
}
.c-arrow:after {
	content: '';
	border-top: 1px solid #469de2;
	border-right: 1px solid #469de2;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
}
.c-arrow--absolute:after {
	position: absolute;
	margin-left: auto;
	top: 50%;
	right: 6px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.c-arrow--grey {
	position: relative;
}
.c-arrow--grey:after {
	border-top: 1px solid #424648;
	border-right: 1px solid #424648;
}
.page-login .p-my-content .block-login--body {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-top: 45px;
}
.page-login .p-my-content .block-login--body .block-login--member, .page-login .p-my-content .block-login--body .block-login--first-time {
	width: inherit;
}
.page-login .p-my-content .block-login--body .block-login--member {
	margin-bottom: 0;
}
.page-login .p-my-content .block-login--body .block-login--member-body {
	overflow: hidden;
	background: #fff;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items {
	margin-top: 0;
	margin-bottom: 0;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items.fieldset {
	font-size: 14px;
	margin: 0;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items.fieldset .form-label, .page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items.fieldset .constraint, .page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items.fieldset .form-control {
	display: table-cell;
	box-sizing: border-box;
	margin: 0;
	padding: 0 !important;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items.fieldset .form-group {
	display: block;
	border: none;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items .block-login--uid, .page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items .block-login--pwd {
	max-width: 320px;
	width: 320px;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items .block-login--uid input, .page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items .block-login--pwd input {
	max-width: 320px;
	width: 320px;
	border: 1px solid #b1b3b4;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0;
	padding: 7px 8px;
	font-size: 13px;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items .block-login--pwd {
	margin-top: 15px;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items + .action-buttons {
	margin-top: 21px;
	justify-content: flex-start;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--input-items + .action-buttons .action {
	margin: 0;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--ask-password .arrow-link, .page-login .p-my-content .block-login--body .block-login--member-frame .block-login--entry--pc .arrow-link {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	position: relative;
	padding-right: 15px;
	text-decoration: none !important;
	font-size: 14px;
	color: #3b4043;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--ask-password .arrow-link::after, .page-login .p-my-content .block-login--body .block-login--member-frame .block-login--entry--pc .arrow-link::after {
	content: '';
	width: 7px;
	height: 7px;
	border: 0;
	border-top: solid 1px #3b4043;
	border-right: solid 1px #3b4043;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3.5px;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--ask-password {
	margin-top: 30px;
	margin-bottom: 2px;
	text-align: left;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--ask-password .btn:active, .page-login .p-my-content .block-login--body .block-login--member-frame .block-login--ask-password .btn.active {
	outline: 0;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--ask-password .btn {
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	border: none;
	box-sizing: border-box;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--entry--pc .arrow-link:after {
	border-color: #f06400;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--entry {
	margin: 0;
	padding: 0;
	color: #f06400;
	font-weight: bold;
	width: inherit;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .action-buttons {
	margin: 24px 0 0;
	width: 100%;
	text-align: center;
	display: block;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .action-buttons .action .btn-primary {
	font-size: 13px;
	width: 218px;
	height: 38px;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #ee696f !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all .3s;
	border: none;
	text-decoration: none;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .action-buttons.customer-entry {
	margin: 0;
	width: 100%;
	text-align: center;
	display: block;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .action-buttons.customer-entry .action .btn-primary {
	font-size: 13px;
	width: 218px;
	height: 38px;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #FF6994 !important;
	display: inline;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all .3s;
	border: none;
	text-decoration: none;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .customer-entry-h {
	font-weight: bold;
}
.page-login .p-my-content .block-login--body .block-login--member-body.customer-entry-body {
	margin-top: 20px;
}
.page-login .p-my-content .block-login--body .block-login--first-time {
	width: auto;
	border-left: 1px solid #e3e3e3;
	margin-left: 90px;
	padding-top: 0;
	padding-left: 55px;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__btn-wrapper {
	margin-top: 0;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__btn-list {
	width: 300px;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__btn-list__child {
	position: relative;
	line-height: 44px;
	height: auto;
	border-top: 1px solid #e3e3e3;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__btn-list__child:last-child {
	border-bottom: 1px solid #e3e3e3;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__btn {
	text-align: left;
	box-sizing: border-box;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__btn button {
	padding-left: 40px;
	text-align: left;
	width: 100%;
	text-decoration: none;
	color: #3b4043;
	position: static;
	vertical-align: middle;
	transform: none;
	background-color: transparent;
	top: unset;
	left: unset;
	line-height: inherit;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__btn button .sns_word {
	vertical-align: middle;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area form {
	cursor: pointer;
	transition: 0.5s ease;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--line, .page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--yahoo, .page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--facebook, .page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--twitter, .page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--gplus {
	padding-left: 0;
	width: 100%;
	height: 44px;
	position: relative;
	line-height: 44px;
	font-size: 13px;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--line:hover, .page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--yahoo:hover, .page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--facebook:hover, .page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--twitter:hover, .page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--gplus:hover {
	opacity: .5;
}
/*.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--line {
	background: url(/carte/img/usr/common/sns/icon/pc_line.png) no-repeat;
	background-size: 23px auto;
	background-position: 8px 50%;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--yahoo {
	background: url(/carte/img/usr/common/sns/icon/pc_yahoo.png) no-repeat;
	background-size: 23px auto;
	background-position: 8px 50%;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--facebook {
	background: url(/carte/img/usr/common/sns/icon/pc_facebook.png) no-repeat;
	background-size: 23px auto;
	background-position: 8px 50%;
}
.page-login .p-my-content .block-login--body .block-login--first-time .c-sns-area__form--twitter {
	background: url(/carte/img/usr/common/sns/icon/pc_twitter.png) no-repeat;
	background-size: 23px auto;
	background-position: 8px 50%;
}
*/
/* 打ち消し */
.page-login .p-my-content__heading, .page-menu .p-my-content__heading {
	font-size: 40px;
	line-height: 1.225;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--ask-password .arrow-link, .page-login .p-my-content .block-login--body .block-login--member-frame .block-login--entry {
	color: #FF6994;
	font-weight: bold;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .block-login--ask-password .arrow-link::after, .page-login .p-my-content .block-login--body .block-login--member-frame .block-login--entry--pc .arrow-link::after {
	border-color: #FF6994;
}
.page-login .p-my-content .block-login--body .block-login--member-frame .action-buttons .action .btn-primary {
	background-color: #FF6994 !important;
}
/* ----マイページ系---- */
.page-menu .p-my-content {
	padding: 50px 0 100px;
}
.c-breadcrumb {
	/*background: #f3f3f3;
	*/
	max-width: 1400px;
	margin: 0 auto;
}
.c-breadcrumb__inner {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	box-sizing: border-box;
}
@media screen and (min-width: 901px), print {
	.c-breadcrumb__inner {
		padding: 12px 3.75%;
	}
}
.c-breadcrumb__item {
	display: inline;
	color: #999999;
	padding-left: 15px;
	position: relative;
}
.c-breadcrumb__item::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 4px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	transform: rotate(-45deg);
}
.c-breadcrumb__item:first-child {
	padding-left: 0;
}
.c-breadcrumb__item:first-child::after {
	display: none;
}
@media screen and (min-width: 901px), print {
	.c-breadcrumb__item {
		font-size: 10px;
	}
	.c-breadcrumb__item a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.c-breadcrumb__item a:hover {
		opacity: 0.5;
	}
}
.c-breadcrumb__item a {
	color: #999999;
	text-decoration: none;
}
.c-breadcrumb__item a:hover {
	text-decoration: underline;
}
.p-my-content {
	position: relative;
}
@media screen and (min-width: 901px), print {
	.p-my-content {
		max-width: 1170px;
		margin: 0 auto;
		padding-top: 50px;
	}
}
.p-my-content__heading.is-index {
	width: 175.3px;
}
.p-my-content__heading.is-favorite {
	width: 139.7px;
}
.p-my-content__inner {
	padding-top: 75px;
	padding-bottom: 143px;
}
.l-main__content .p-my-content__inner {
	padding-top: 0;
}
@media screen and (min-width: 901px), print {
	.p-my-content__inner {
		width: 1170px;
		margin: 0 auto;
	}
	.p-my-content__inner:after {
		content: '';
		display: block;
		clear: both;
	}
}
.p-my-content__sidenavi {
	width: 196px;
}
@media screen and (min-width: 901px), print {
	.p-my-content__sidenavi {
		float: left;
		position: relative;
	}
}
.p-my-content__main {
	width: 870px;
}
@media screen and (min-width: 901px), print {
	.p-my-content__main {
		float: right;
	}
}
.p-my-content__navigation__wrapper + .p-my-content__navigation__wrapper {
	margin-top: 74px;
}
.p-my-content__navigation__wrapper + .p-my-content__navigation__wrapper {
	margin-top: 74px;
}
.p-my-content__navigation {
	width: 100%;
	border-bottom: 1px solid #e0e1e1;
}
.p-my-content__navigation__heading + .p-my-content__navigation {
	margin-top: 18px;
}
.p-my-content__navigation__heading {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #75797b;
}
.p-my-content__navigation__item {
	width: 100%;
	/*height: 46px;
	*/
	border-top: 1px solid #e0e1e1;
	position: relative;
	height: auto;
	min-height: 44px;
	line-height: 44px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	font-size: 13px;
}
@media screen and (min-width: 901px), print {
	.p-my-content__navigation__item {
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		font-size: 14px;
	}
	.p-my-content__navigation__item:hover {
		background-color: #F9F9F9;
	}
}
.p-my-content__navigation__item.active {
	background-color: #e4f3f8;
}
.p-my-content__navigation__item.is-favorite a {
	background-image: url("../../img/usr/common/ico_favorite.png");
	background-size: 29px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item__accordion__ttl {
	text-indent: 40px;
	color: #3b4043;
	background-repeat: no-repeat;
}
.p-my-content__navigation__item__accordion__ttl:hover {
	background-color: #F9F9F9;
}
.p-my-content__navigation__item__accordion__ttl .accordion__cross {
	right: 4px;
}
.p-my-content__navigation__item.is-history a, .p-my-content__navigation__item.is-delivery a, .p-my-content__navigation__item.is-favorite a, .p-my-content__navigation__item.is-point a, .p-my-content__navigation__item.is-user a, .p-my-content__navigation__item.is-mail a, .p-my-content__navigation__item.is-key a, .p-my-content__navigation__item.is-address_edit a, .p-my-content__navigation__item.is-address_new a, .p-my-content__navigation__item.is-address--confirm a, .p-my-content__navigation__item.is-card a, .p-my-content__navigation__item.is-magazine a, .p-my-content__navigation__item.is-introduce a, .p-my-content__navigation__item.is-coupon a, .p-my-content__navigation__item.is-address--confirm a {
	padding-left: 40px;
	background-size: 20px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-history a {
	background-image: url("../../img/usr/common/ico_history.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-delivery a {
	background-image: url("../../img/usr/common/ico_delivery.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-point a {
	background-image: url("../../img/usr/common/ico_point_address.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-introduce a {
	background-image: url("../../img/usr/common/ico_introduce.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-address--confirm a {
	background-image: url("../../img/usr/common/ico_address_confirm.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-user a {
	background-image: url("../../img/usr/common/ico_user.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-mail a {
	background-image: url("../../img/usr/common/ico_mail.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-key a {
	background-image: url("../../img/usr/common/ico_key.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-address_new a {
	background-image: url("../../img/usr/common/ico_address_new.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-address_edit a {
	background-image: url("../../img/usr/common/ico_address_edit.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-card a {
	background-image: url("../../img/usr/common/ico_card.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-magazine a {
	background-image: url("../../img/usr/common/ico_magazine.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-coupon a {
	background-image: url("../../img/usr/common/ico_coupon.png");
	/*background-size: 29px auto;
	*/
	background-position: 6px 50%;
}
.p-my-content__navigation__item .c-sns-area__form--line {
	position: relative;
	background: url("/carte/img/usr/common/sns/icon/pc_line.png") no-repeat;
	background-size: 23px auto;
	background-position: 8px 50%;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.p-my-content__navigation__item.is-user--construction .p-my-content__navigation__item__accordion__ttl {
	background-image: url("../../img/usr/common/ico_setting.png");
	background-position: 6px 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.p-my-content__navigation__item.is-federation .p-my-content__navigation__item__accordion__ttl {
	background-image: url("../../img/usr/common/ico_external_id.png");
	background-position: 6px 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.snslogin-contents.c-sns-area__btn--line, .snslogin-contents.c-sns-area__btn--yahoo, .snslogin-contents.c-sns-area__btn--facebook, .snslogin-contents.c-sns-area__btn--twitter, .snslogin-contents.c-sns-area__btn--gplus {
	background-position: 6px 50%;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.snslogin-contents.c-sns-area__btn--line {
	background-image: url("../../img/usr/common/ico_line_c.png");
}
.snslogin-contents.c-sns-area__btn--yahoo {
	background-image: url("../../img/usr/common/ico_yahoo_c.png");
}
.snslogin-contents.c-sns-area__btn--facebook {
	background-image: url("../../img/usr/common/ico_facebook_c.png");
}
.snslogin-contents.c-sns-area__btn--twitter {
	background-image: url("../../img/usr/common/ico_x_c.png");
}
.snslogin-contents.c-sns-area__btn--gplus {
	background-image: url("../../img/usr/common/ico_google.png");
}
.p-my-content__navigation__item .c-sns-area__btn button {
	background-color: transparent;
	cursor: pointer;
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: #3b4043;
	vertical-align: bottom;
	font-size: 13px;
}
.p-my-content__navigation__item .c-sns-area__btn button::active {
	color: #3b4043;
}
.p-my-content__navigation__item .c-sns-area__btn button .sns_word {
	vertical-align: middle;
	padding-left: 40px;
}
.p-my-content__navigation__item a {
	color: #3b4043;
	text-decoration: none;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 43px;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
.p-my-content__navigation__item.active a:after {
	background-color: #e4f3f8;
}
.p-my-content__navigation__logout {
	margin-top: 30px;
}
.p-my-content__navigation__logout a {
	font-size: 14px;
	line-height: 1.92857;
	letter-spacing: 0.03em;
	color: #75797b;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #75797b;
}
.p-my-content__main .p-my-content__status {
	width: auto;
	height: auto;
	padding: 64px 50px 70px;
	margin: 0;
	background: none;
	background-color: #f3f3f3;
	border-radius: 10px;
	text-align: center;
}
.page-menu .p-my-content__status__name {
	font-size: 30px;
	line-height: 1.8;
	padding: 0 0 0 56px;
	display: inline-block;
	background-image: url("../../img/usr/common/ico_mypage_g.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.page-menu .p-my-content__status__point {
	font-size: 18px;
	margin: 0;
	width: 100%;
}
.page-menu .p-my-content__status__point__value {
	color: #ff7099;
	font-size: 38px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: bold;
	line-height: 1.105;
}
.page-menu .p-my-content__status__point__value + span {
	color: #ff7099;
	font-size: 18px;
}
.mypage-point-block {
	margin: 40px 0 0;
}
.mypage-point-block .ttl {
	font-size: 18px;
	padding: 4px 0 4px 50px;
	margin: 0 0 10px;
	background: url(../../img/usr/common/ico_point.png) no-repeat left center / 40px;
}
.mypage-point-block .text {
	padding: 0 0 0 50px;
	margin: 0 0 20px;
}
.mypage-point-block ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 10px;
}
.mypage-point-block li {
	width: 280px;
	margin: 0 15px 15px 0;
	border: 1px solid #ff799e;
}
.mypage-point-block li:nth-child(3n) {
	margin-right: 0;
}
.mypage-point-block li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	text-decoration: none;
	height: 100%;
}
.mypage-point-block li .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 100%;
}
.mypage-point-block li img {
	width: 69px;
}
.mypage-point-block li p {
	width: 160px;
	color: #ff799e;
	line-height: 1.4;
}
.mypage-point-block li p span {
	font-size: 18px;
	margin: 0 2px 0 0;
}
.mypage-point-block .link {
	text-align: right;
}
.mypage-point-block .link a {
	position: relative;
	text-decoration: none;
	padding: 0 11px 0 0;
}
.mypage-point-block .link a:after {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	width: 7px;
	height: 7px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.mypage-point-block .link a:hover {
	text-decoration: underline;
}
.mypage-point-block .point-new p:not(:last-child) {
	margin: 0 0 15px;
}
.mypage-point-block .caution {
	font-size: 14px;
	margin: 15px 0 0;
}
/* ----会員登録情報---- */
.block-member-info--items.fieldset .form-label, .block-member-info-confirmation--items.fieldset .form-label {
	padding: 5px 10px 5px 20px;
}
.block-member-info--items.fieldset .constraint, .block-member-info-confirmation--items.fieldset .constraint {
	padding: 5px 20px 5px 0;
}
/* ----会員登録情報の確認・変更---- */
.block-member-info--items input[name="name"], .block-member-info--items input[name="name2"], .block-member-info--items input[name="kana"], .block-member-info--items input[name="kana2"], .block-shipping-address--form input[name="name"], .block-shipping-address--form input[name="name2"], .block-shipping-address--form input[name="kana"], .block-shipping-address--form input[name="kana2"] {
	width: 200px;
}
.block-member-info--message a {
	color: #FF6994;
	font-weight: bold;
	padding-right: 15px;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.block-member-info--message a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid #FF6994;
	border-right: 1px solid #FF6994;
	transform: rotate(45deg);
	margin-top: -3.5px;
}
.block-member-info--message a:hover {
	opacity: 0.7;
}
/* ----オンラインショップご利用に関するお問い合わせ---- */
@media screen and (min-width: 901px), print {
	.p-contact-content {
		/*padding: 50px 0 107px;
		*/
	}
}
.p-contact-content__inner {
	width: 1200px;
	max-width: 85.33333%;
	margin: 0 auto 140px;
}
@media screen and (min-width: 901px), print {
	.p-contact-content__inner {
		/*padding: 0 0 0 135px;
		*/
	}
}
.p-contact-bg-gray {
	background-color: #f3f3f3;
}
@media screen and (min-width: 901px), print {
	.p-contact-bg-gray {
		padding: 90px 0 90px;
		margin-top: 50px;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__heading--primary {
		font-size: 24px;
		letter-spacing: 0.09em;
		line-height: 1.222222;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__heading--secondary {
		font-size: 18px;
		letter-spacing: 0.09em;
		line-height: 1;
	}
}
.p-contact-content__notice {
	width: 100%;
	border: 1px solid #ee696f;
	color: #ee696f;
	box-sizing: border-box;
}
@media screen and (min-width: 901px), print {
	.p-contact-content__notice {
		padding: 38px 45px;
		margin-top: 53px;
	}
}
.p-contact-content__notice__heading {
	color: #ee696f;
}
@media screen and (min-width: 901px), print {
	.p-contact-content__notice__heading {
		font-size: 18px;
		letter-spacing: 0.09em;
		line-height: 1.666666;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__notice__list {
		margin-top: 20px;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__notice__list li {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.714285;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__notice__list li:not(:first-child) {
		margin-top: 15px;
	}
}
.p-contact-content__text {
	color: #3b4043;
}
@media screen and (min-width: 901px), print {
	.p-contact-content__text {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__text + .p-contact-content__heading--secondary {
		margin-top: 60px;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__buttons-area {
		margin-top: 80px;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__buttons-area--no-margin {
		margin-top: 0px;
	}
}
.p-contact-content__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 901px), print {
	.p-contact-content__buttons {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-top: 36px;
	}
}
.p-contact-content__buttons__button {
	border: 1px solid #b1b3b4;
	text-align: center;
	text-decoration: none;
	color: #3b4043;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-sizing: border-box;
}
@media screen and (min-width: 901px), print {
	.p-contact-content__buttons__button {
		width: 48.27586%;
		height: 60px;
		padding: 0 40px;
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.5;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__buttons__button:nth-child(2n) {
		margin-left: 15px;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__buttons__button:nth-child(n+3) {
		margin-top: 30px;
	}
}
.p-contact-content__buttons__button--icon-self {
	position: relative;
}
.p-contact-content__buttons__button--icon-self:after {
	content: "";
	background-image: url("/carte/freepage/maison-kose/common/img/icon/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 6px;
	height: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 901px), print {
	.p-contact-content__buttons__button--icon-self:after {
		right: 22px;
	}
}
.p-contact-content__buttons__button--icon-blank {
	position: relative;
}
.p-contact-content__buttons__button--icon-blank:after {
	content: "";
	background-image: url("/carte/freepage/maison-kose/common/img/link/icn_link-blank.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}
@media screen and (min-width: 901px), print {
	.p-contact-content__buttons__button--icon-blank:after {
		right: 22px;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__corporation {
		margin-top: 85px;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__corporation__heading {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 1.714285;
	}
}
@media screen and (min-width: 901px), print {
	.p-contact-content__corporation__list {
		margin-top: 20px;
	}
}
.p-contact-content__corporation__list li {
	list-style: disc;
	color: #469de2;
	margin-left: 1.5em;
}
@media screen and (min-width: 901px), print {
	.p-contact-content__corporation__list li {
		font-size: 14px;
		letter-spacing: 0.03em;
		line-height: 3;
	}
}
.p-contact-content__corporation__list li a {
	color: #3b4043;
	text-decoration: underline;
}
.p-contact-content__corporation__textlink--icon-blank {
	margin-left: 5px;
	height: 11px;
	width: 11px;
}
@media screen and (min-width: 901px), print {
	.p-contact-content__is-sp {
		display: none;
	}
}
.p-contact-content__hover-action {
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
@media screen and (min-width: 901px), print {
	.p-contact-content__hover-action:hover {
		opacity: 0.7;
	}
}
.p-my-content-online {
	margin: 0 0 40px;
}
@media screen and (min-width: 901px), print {
	.p-my-content-online .p-my-content__heading--secondaly {
		/*margin-bottom: 10px;
		*/
	}
}
.p-my-content-online__inner {
	display: block;
	box-sizing: border-box;
}
.p-my-content-online__inner span {
	display: block;
	margin-bottom: 20px;
}
@media screen and (min-width: 901px), print {
	.p-my-content-online__inner span {
		font-size: 14px;
	}
}
.p-my-content-online__inner a {
	color: #3b4043;
	text-decoration: underline;
}
.p-my-content-online__inner h2 {
	margin-top: 30px;
	margin-bottom: 16px;
	letter-spacing: 0.09em;
}
@media screen and (min-width: 901px), print {
	.p-my-content-online__inner h2 {
		font-size: 21px;
	}
}
.p-my-content-online__inner ul li {
	margin-bottom: 6px;
}
.p-my-content-online__inner ul .txt-red {
	color: #ee696f;
}
.p-my-content-online__tel h3 {
	margin-bottom: 16px;
	font-weight: 600;
}
/* ----お気に入り---- */
.p-my-favorite-content__tab {
	height: 36px;
	border: 1px solid #FF6994;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 901px), print {
	.p-my-favorite-content__tab {
		width: 100%;
	}
}
.p-my-favorite-content__tab__item {
	width: 50%;
}
@media screen and (min-width: 901px), print {
	.p-my-favorite-content__tab__item:hover a {
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		color: #ffffff;
		background: #FF6994;
	}
}
.p-my-favorite-content__tab__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #FF6994;
	background: #ffffff;
	text-decoration: none;
}
@media screen and (min-width: 901px), print {
	.p-my-favorite-content__tab__item a {
		font-size: 14px;
	}
}
.p-my-favorite-content__tab__item a.active {
	color: #ffffff;
	background: #FF6994;
}
.p-my-favorite-content__tab__target {
	display: none;
	margin-top: 90px;
}
.p-my-favorite-content__tab__target:after {
	content: "";
	display: block;
	clear: both;
}
.p-my-favorite-content__tab__target.active {
	display: block;
}
.p-my-favorite-content__tab__target.active {
	display: block;
}
.p-my-favorite-content__tab__target > label {
	margin-bottom: 15px;
	display: block;
}
.p-my-favorite-content__tab__target > input.multi_delete_button {
	font-size: 14px;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.42;
	letter-spacing: 0.1em;
	color: #ffffff;
	font-weight: bold;
	background-color: #FF6994;
	border: 1px solid #FF6994;
	padding: 10px;
	margin: 20px auto 0;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
.p-my-favorite-content__tab__target > input.multi_delete_button:hover {
	color: #FF6994;
	background-color: #ffffff;
}
.p-my-favorite-content__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.c-product__item {
	width: 18.12444%;
	position: relative;
}
@media screen and (min-width: 901px), print {
	.c-product__item + .c-product__item {
		margin-left: 2.34%;
	}
}
.c-product__thumb {
	height: auto;
	/*padding-top: 131.34328%;
	*/
	padding-top: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff;
	position: relative;
}
.c-product__thumb:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 101%;
	top: 0;
	left: 0;
	background: url("/carte/freepage/maison-kose/common/img/frames/frame_product_s.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 10;
	pointer-events: none;
}
.c-product__thumb.is-new:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: url("/carte/freepage/maison-kose/common/img/badge/new.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 50;
}
@media screen and (min-width: 901px), print {
	.c-product__thumb.is-new:before {
		width: 48px;
		height: 48px;
		top: -16px;
		left: 2px;
	}
}
.c-product__thumb.is-soon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: url("/carte/freepage/maison-kose/common/img/badge/comingsoon.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 50;
}
@media screen and (min-width: 901px), print {
	.c-product__thumb.is-soon:before {
		width: 48px;
		height: 48px;
		top: -16px;
		left: 2px;
	}
}
.c-product__thumb > img, .c-product__thumb__img {
	width: 97.1831%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.c-product__thumb__img img {
	width: 100%;
}
@media screen and (min-width: 901px), print {
	.c-product__thumb__img {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.c-product__thumb__img:hover {
		opacity: 0.5;
	}
}
.c-product__thumb > label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	display: inline-block;
	z-index: 10;
}
@media screen and (min-width: 901px), print {
	.p-my-content__main .c-product__item {
		width: 22.52874%;
		padding: 10px 10px 25px;
		border: 1px solid #ebecee;
	}
}
@media screen and (min-width: 901px), print {
	.p-my-content__main .c-product__item + .c-product__item {
		margin-left: 3.25%;
	}
}
@media screen and (min-width: 901px), print {
	.p-my-content__main .c-product__item:nth-child(4n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 901px), print {
	.p-my-content__main .c-product__item:nth-child(n+5) {
		margin-top: 50px;
	}
}
.c-product__about {
	position: relative;
}
.c-product__special, .c-product__brand, .c-product__name, .c-product__product-name, .c-product__price, .c-product__info, .c-product__hashtag-area, .c-product__launch-date {
	/*line-height: 1;
	*/
	text-align: center;
}
@media screen and (min-width: 901px), print {
	.c-product__special, .c-product__brand, .c-product__name, .c-product__product-name, .c-product__price, .c-product__info, .c-product__hashtag-area, .c-product__launch-date {
		/*padding: 0 12px;
		*/
	}
}
.c-product__brand {
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.03em;
	color: #3b4043;
	margin-top: 7px;
}
.c-product__hashtag-area {
	display: block;
}
@media screen and (min-width: 901px), print {
	.c-product__hashtag-area {
		margin-top: 7px;
	}
}
.c-product__hashtag-area a, .c-product__hashtag-area p {
	color: #3b4043;
	display: inline;
}
@media screen and (min-width: 901px), print {
	.c-product__hashtag-area a, .c-product__hashtag-area p {
		font-size: 12px;
	}
	.c-product__hashtag-area a + p, .c-product__hashtag-area a + a, .c-product__hashtag-area p + p, .c-product__hashtag-area p + a {
		margin-left: 6px;
	}
}
@media screen and (min-width: 901px), print {
	.c-product__hashtag-area a {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
	}
	.c-product__hashtag-area a:hover {
		opacity: 0.5;
	}
}
.c-product__hashtag-area span {
	color: #469de2;
}
.c-favorite-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	/*  background: url("/carte/freepage/maison-kose/common/img/favorite/like.png") no-repeat;
	background-size: cover;
	*/
	border-radius: 50%;
	z-index: 20;
}
.c-favorite-btn:before {
	/*  content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #ffffff;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px auto;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
	*/
}
.c-favorite-btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px auto;
	border-radius: 50%;
	z-index: 5;
	box-sizing: border-box;
	pointer-events: none;
}
.c-favorite-btn:hover:after, .c-favorite-btn.liked:after {
	background-color: #FF6994;
	background-image: url("../../img/usr/common/ico_favorite_on.png");
}
.c-favorite-btn a {
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 901px), print {
	.c-favorite-btn {
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	.c-favorite-btn:hover {
		background: white;
	}
	.c-favorite-btn:hover:after {
		-webkit-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		opacity: 0.5;
	}
}
.c-favorite-btn.type02 {
	/*  background: url("/carte/freepage/maison-kose/common/img/favorite/like02.png") no-repeat;
	background-size: cover;
	border: 1px solid #48add3;
	*/
}
.c-favorite-btn.type02:before, .c-favorite-btn.type02:after {
	background: none;
}
@media screen and (min-width: 901px), print {
	.c-favorite-btn.type02 {
		width: 55px;
		height: 55px;
	}
}
.c-favorite-btn.type02.play {
	background: none;
}
@media screen and (min-width: 901px), print {
	.c-favorite-btn--large {
		width: 60px;
		height: 60px;
	}
}
.c-favorite-btn--inline {
	position: relative;
}
@media screen and (min-width: 901px), print {
	.c-favorite-btn--inline {
		margin-right: 16px;
	}
}
.c-favorite-btn__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*  top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	*/
	opacity: 0;
	display: none;
}
.c-favorite-btn__img.play {
	opacity: 1;
	-webkit-animation: faveAnim 0.6s ease;
	animation: faveAnim 0.6s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.c-favorite-btn__img.play:hover {
	opacity: 0.5 !important;
}
.c-favorite-btn.play:after {
	/*background: none;
	*/
}
/* ----ポイント履歴一覧---- */
.page-pointlist .action-buttons .action .btn-default {
	color: #FF6994;
	font-weight: bold !important;
	background-color: #ffffff;
	border: 1px solid #FF6994;
	width: auto;
}
.page-pointlist .action-buttons .action .btn-default:hover {
	color: #ffffff;
	background-color: #FF6994;
	opacity: 1.0;
}
/* ----登録済みお届け先住所の確認・変更---- */
.c-common-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
}
.c-common-modal__background {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	position: fixed;
	top: 0;
	left: 0;
}
.c-common-modal__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.c-common-modal__closebtn {
	display: block;
	position: absolute;
	top: -75px;
	right: 0;
	width: 52px;
	height: 52px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 9999;
	opacity: 1;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
.c-common-modal__closebtn:after, .c-common-modal__closebtn:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
.c-common-modal__closebtn:before {
	width: 52px;
	height: 1px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.c-common-modal__closebtn:after {
	width: 52px;
	height: 1px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}
.c-common-modal__closebtn:hover {
	opacity: 0.7;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
.p-my-content__modal {
	color: #3b4043;
	font-size: 14px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 901px), print {
	.p-my-content__modal {
		padding: 157px 0;
	}
}
.p-my-content__modal .modal_link {
	display: block;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.p-my-content__modal .modal_link:hover {
	opacity: 0.5;
}
.p-my-content__modal__inner {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	letter-spacing: 0.03em;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
@media screen and (min-width: 901px), print {
	.p-my-content__modal__inner {
		max-width: 1080px;
		width: 75%;
		padding: 60px 105px 50px;
	}
}
.p-my-content__modal__hdg {
	color: #FF6994;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 24px;
	letter-spacing: 0;
	margin-bottom: 12px;
}
.p-my-content__modal__subhdg {
	line-height: 1.54167;
	font-size: 14px;
	margin-top: 38px;
}
.p-my-content__modal__subhdg--address {
	width: 100%;
	line-height: 1;
	margin-top: 5px;
	text-align: center;
}
.p-my-content__modal__address-list {
	box-sizing: border-box;
	border-top: 1px solid #e0e1e1;
}
@media screen and (min-width: 901px), print {
	.p-my-content__modal__address-list {
		width: 505px;
		margin: 60px auto 0;
	}
}
.p-my-content__modal__address-item {
	box-sizing: border-box;
	border-bottom: 1px solid #e0e1e1;
	position: relative;
}
@media screen and (min-width: 901px), print {
	.p-my-content__modal__address-item {
		padding: 15px 0 15px 15px;
	}
}
.p-my-content__modal__address-item a {
	display: block;
	color: #3b4043;
}
@media screen and (min-width: 901px), print {
	.p-my-content__modal__address-item a {
		font-size: 14px;
	}
}
.p-my-content__modal__address-item a {
	display: block;
	color: #3b4043;
}
@media screen and (min-width: 901px), print {
	.p-my-content__modal__address-item a {
		font-size: 14px;
	}
}
.page-exchangegoods .p-product-detail__modal__inner {
	background: #fff;
	padding: 60px;
	width: 870px;
}
.page-exchangegoods .p-product-detail__img {
	margin: 0 0 10px;
}
.page-exchangegoods .p-product-detail__item__title {
	font-size: 27px;
}
/* ----メルマガ配信設定---- */
.block-mail-news {
	padding-top: 50px;
}
.block-mail-news .p-my-content__heading--thirdaly {
	margin-top: 50px;
}
/* ----定期お届け便---- */
.block-regular-purcharse-list .block-regular-purcharse-list-in {
	margin-top: 30px;
}
.block-regular-purcharse-list .block-regular-purcharse-list-in .block-regular-purcharse-list--title p {
	/*color: #f69c60;
	*/
	color: #FF6994;
	font-weight: 600;
}
.block-regular-purcharse-list .block-regular-purcharse-list-in .action-buttons {
	margin-top: 20px;
}
.block-regular-purcharse-list .block-regular-purcharse-list-in .action-buttons .action a {
	/*color: #469de2;
	*/
	color: #FF6994;
}
.block-regular-purcharse-list-col2 dl + dl {
	margin-top: 12px;
}
@media screen and (min-width: 901px), print {
	.block-regular-purcharse-list-col2 dl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: 1px solid #b8babb;
		border-top: none;
	}
}
.block-regular-purcharse-list-col2 dl dt, .block-regular-purcharse-list-col2 dl dd {
	box-sizing: border-box;
}
@media screen and (min-width: 901px), print {
	.block-regular-purcharse-list-col2 dl dt, .block-regular-purcharse-list-col2 dl dd {
		border-top: 1px solid #b8babb;
		padding: 16px 30px;
	}
}
.block-regular-purcharse-list-col2 dl dt {
	background-color: #f3f3f3;
}
@media screen and (min-width: 901px), print {
	.block-regular-purcharse-list-col2 dl dt {
		width: 280px;
		border-right: 1px solid #b8babb;
	}
}
@media screen and (min-width: 901px), print {
	.block-regular-purcharse-list-col2 dl dd {
		width: calc(100% - 280px);
	}
}
.block-regular-purcharse-list-col2 dl dd .status {
	font-weight: 600;
}
.block-regular-purcharse-list-col2 dl dd .status_wait {
	color: #ee696f;
}
.block-regular-purcharse-list-col2 dl dd .message {
	color: #ee696f;
}
.block-regular-purcharse-list-col2 dl dd select {
	height: 30px;
	padding: 0;
	font-size: 16px;
}
.block-regular-purcharse-list-col2 dl dd input {
	vertical-align: baseline;
}
@media screen and (min-width: 901px), print {
	.block-regular-purcharse-list-col2 dl dd .radio {
		margin-right: 24px;
	}
}
.block-regular-purcharse-list-col2 dl dd p + p {
	margin-top: 10px;
}
/* ----定期お届け便 詳細情報・内容の変更---- */
.block-regular-purcharse-detail-in {
	margin: 0 0 60px;
}
.block-purchase-detail--table {
	width: 100%;
	margin: 5px 0 20px;
	padding: 12px;
	border: 1px solid #b1b3b4;
}
.block-purchase-detail--table th {
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
.block-purchase-detail--table td {
	padding: 20px;
	border: none;
	vertical-align: top;
}
.block-purchase-detail--table p {
	margin: 0 0 10px;
}
.block-purchase-detail--table a {
	/*color: #3b4043;
	*/
}
.block-purchase-detail--table-btn {
	text-align: right;
}
.block-purchase-detail--table-tel {
	max-width: 360px;
	margin: 16px 0;
	padding: 16px 0;
	border-top: 1px solid #b1b3b4;
	border-bottom: 1px solid #b1b3b4;
	font-size: 14px;
}
.modal-dialog-regular .btn-regular {
	background-color: #FF6994;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
	border: 0;
	height: 45px;
}
.modal-dialog-regular .btn-regular-noselect {
	background: #f2f2f2;
	color: #e0e0e0;
	pointer-events: none;
	padding: 0;
	margin: 0 auto;
	border: 0;
	height: 45px;
}
.block-regular-purcharse-detail--goods-img {
	text-align: center;
}
.block-regular-purcharse-detail--goods-img img {
	width: 120px;
	height: 120px;
}
.modal-dialog-regular .block-regular-purcharse-detail--goods-items-in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 901px), print {
	.modal-dialog-regular .block-regular-purcharse-detail--goods-items-in {
		margin-top: 30px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.block-regular-purcharse-detail .block-regular-purcharse-detail--title {
	margin-top: 30px;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail--title p {
	/* color: #f69c60;
	*/
	color: #FF6994;
	font-weight: 600;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in {
	margin-top: 15px;
}
@media screen and (min-width: 901px), print {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in:first-of-type {
		margin-top: 30px;
	}
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in > p:first-child {
	margin-bottom: 10px;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .p-my-content__heading--thirdaly {
	font-weight: 600;
	border: none;
}
@media screen and (min-width: 901px), print {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .p-my-content__heading--thirdaly {
		margin-bottom: 10px;
	}
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table {
	border: none;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table th {
	border: none;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table td {
	padding: 10px;
	border: none;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table td:empty {
	display: none;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table td select {
	height: 30px;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .regular_cycle_title {
	display: block;
	margin-top: 10px;
	font-weight: 600;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .next_expected_process {
	font-weight: 600;
	color: #ee696f;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .block-regular-purcharse-detail--card-confirm {
	display: block;
	margin-top: 10px;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .block-regular-purcharse-detail--card-confirm a {
	font-size: 16px;
	color: #469de2;
	text-decoration: none;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--append-items {
	display: inline-block;
	margin: 0 10px;
	padding: 20px;
	border: 1px solid #b1b3b4;
	width: auto;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-img {
	border: 1px solid #b1b3b4;
	margin: 10px 0;
}
@media screen and (min-width: 901px), print {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-img {
		width: 140px;
	}
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-img a {
	display: block;
	padding: 10px;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-name {
	padding: 10px;
	/*background-color: #deebf7;
	*/
	background-color: #f8f8f8;
	box-sizing: border-box;
	margin: 10px 0;
}
@media screen and (min-width: 901px), print {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-name {
		width: calc(100% - 160px);
	}
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .status {
	font-weight: 600;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .status_wait {
	color: #ee696f;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .message {
	color: #ee696f;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--select-cycle {
	color: #ee696f;
}
/* ----買い物かご---- */
.block-cart--goods-list-item {
	width: 350px;
}
.block-cart--goods-list-item-price-info {
	width: 150px;
}
.block-cart--goods-list-item-calc-btn, .block-cart--goods-list-item-calc-btn:hover {
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
	color: #3b4043;
	background: #f2f2f2;
	border: none;
	line-height: normal;
	font-weight: 400 !important;
	padding: 3px 10px;
}
/* ----購入フロー---- */
.block-order-estimate--goods-price-items {
	color:#FF6994;
	font-size:14px;
	float: none;
}
.block-order-estimate--goods-price-items * {
	color: #78828B;
	font-size: 16px;
}
.block-order-estimate--goods-point {
	margin-bottom: 5px;
}
.default_hide_ {
	display: none;
}
.block-order-method--promotion-content {
	margin: 20px 0;
}
.block-order-method--promotion-content .promotion_field_ {
	margin: 0 0 20px;
}
/* ----ご注文の確認---- */
.block-order-estimate--pay-input {
	background-color: #ffffff;
	border: 0;
}
.block-order-estimate--pay-input.fieldset .form-group, .block-order-estimate--pay-input.fieldset .form-control, .block-order-estimate--pay-input.fieldset .form-label {
	border: 0;
}
.block-order-estimate--pay-input > .js-keepcard {
	border: 0 !important;
}
.block-order-estimate--pay-input .js-keepcard > div {
	margin: 10px 0;
	border: 1px solid #AAAAAA;
	border-bottom: 0;
}
.block-order-estimate--pay-input .js-keepcard > div .form-group {
	border-bottom: 1px solid #AAAAAA;
}
.block-order-estimate--pay-input .js-keepcard > div .form-group .form-control {
	border-left: 1px solid #AAAAAA;
}
.block-order-estimate--pay-input.fieldset > .form-group {
	border-top: 1px solid #AAAAAA;
}
.block-order-estimate--pay-input.fieldset > .block-order-estimate--pay-selectcard {
	border-top: 0;
}
.block-order-estimate--pay-input.fieldset > .block-order-estimate--pay-card {
	/*border-top: 1px solid #AAAAAA;
	*/
}
.block-order-estimate--pay-input.fieldset > .js-newcard .form-label, .block-order-estimate--pay-input.fieldset > .js-newcard .form-control {
	border-left: 1px solid #AAAAAA;
}
.block-order-estimate--pay-input.fieldset > .js-newcard .form-control {
	border-right: 1px solid #AAAAAA;
}
.block-order-estimate--pay-input.fieldset > .block-order-estimate--pay-savecard {
	border-bottom: 1px solid #AAAAAA;
}
.block-order-estimate--pay-savecard {
	padding: 0;
}
.form-group.block-order-estimate--pay-card-seq {
	padding: 20px !important;
}
/* ----かいものかご---- */
.block-cart--goods-list-item-name a {
	text-decoration: none;
}
.block-cart--goods-list-item-name a:hover {
	text-decoration: underline;
}
/* ----お友達紹介URL---- */
.block-member-introduce-view {
	text-align: center;
}
.block-member-introduce-view .block-introduce-view--header {
	text-align: left;
}
.block-member-introduce-view #copyTarget {
	width: 100%;
	margin-bottom: 15px;
}
.block-member-introduce-view #qrcode {
	margin-top: 15px;
}
/* ----アンケート---- */
.block-questionnaire--item {
}
.block-questionnaire--form fieldset, .block-questionnaire--confirmation-form fieldset {
	max-width: 1024px;
}
.block-questionnaire--form .form-group, .block-questionnaire--form .form-group .form-control, .block-questionnaire--confirmation-form .form-group, .block-questionnaire--confirmation-form .form-group .form-control {
	display: block;
	border: 0;
}
.block-questionnaire--form .form-group .form-group-title, .block-questionnaire--confirmation-form .form-group .form-group-title {
	margin: 0 0 10px;
	padding: 5px 10px;
	background: #f3f3f3;
	overflow: hidden;
}
.block-questionnaire--form .form-group .form-group-title_design, .block-questionnaire--confirmation-form .form-group .form-group-title_design {
	margin: 0 0 10px;
	padding: 5px 10px;
	overflow: hidden;
}
.block-questionnaire--form .form-group .form-label, .block-questionnaire--confirmation-form .form-group .form-label {
	font-size: 18px;
	width: 100%;
	display: block;
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	background: #f3f3f3;
	overflow: hidden;
	border-left: 0;
}
.block-questionnaire--form .form-group .form-group-title .constraint, .block-questionnaire--confirmation-form .form-group .form-group-title .constraint .form-label {
	width: auto;
	border: 0;
	background: none;
	padding: 0;
}
.block-questionnaire--form .form-group .form-group-title_design .constraint, .block-questionnaire--confirmation-form .form-group .form-group-title_design .constraint .form-label {
	width: auto;
	border: 0;
	background: none;
	padding: 0;
}
.block-questionnaire--form .form-group .form-group-title .constraint, .block-questionnaire--confirmation-form .form-group .form-group-title .constraint {
	width: auto;
	padding: 0;
	background: none;
}
.block-questionnaire--form .form-group .form-group-title_design .constraint, .block-questionnaire--confirmation-form .form-group .form-group-title_design .constraint {
	width: auto;
	padding: 0;
	background: none;
}
.block-questionnaire--form .form-group .form-group-title .constraint .required, .block-questionnaire--confirmation-form .form-group .form-group-title .constraint .required {
	display: inline-block;
	padding: 5px 0 0;
}
.block-questionnaire--form .form-group .form-group-title_design .constraint .required, .block-questionnaire--confirmation-form .form-group .form-group-title_design .constraint .required {
	display: inline-block;
	padding: 5px 0 0;
}
.block-questionnaire--form .form-group .form-group-title .constraint .form-label, .block-questionnaire--confirmation-form .form-group .form-group-title .constraint .form-label {
	display: block;
	width: auto;
	background: none;
	margin: 5px 0 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 0.09em;
	font-weight: normal;
	border-left: 0;
	/* border-bottom: #999 1px solid;
	*/
}
.block-questionnaire--form .form-group .form-group-title_design .constraint .form-label, .block-questionnaire--confirmation-form .form-group .form-group-title_design .constraint .form-label {
	display: block;
	width: auto;
	background: none;
	margin: 5px 0 0;
	padding: 0;
	font-size: 18px;
	letter-spacing: 0.09em;
	font-weight: normal;
	border-left: 0;
	/* border-bottom: #999 1px solid;
	*/
}
.block-questionnaire--form .form-group .block-questionnaire--item-description {
	margin: 0 0 5px;
	font-size: 18px;
}
.block-questionnaire--form .form-group .form-control,.block-questionnaire--confirmation-form .form-group .form-control {
	font-size: 18px;
	margin-bottom: 10px;
}
.block-questionnaire--form .help-block {
	font-size: 14px;
}
.block-questionnaire--form .block-questionnaire--name-value-label {
	width: auto;
	min-width: 60px;
}
.block-questionnaire--box-content > span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block-questionnaire--box-content > span input {
	width: 30px;
	margin: 0 0 10px;
	font-size: 18px;
}
.block-questionnaire--box-content > span label {
	width: calc(100% - 30px);
	margin: 0 0 10px;
	font-size: 18px;
}
/* 定期メリット追加 */
.goodsdetail-add-regular-merit {
	width: 500px;
	padding: 35px 30px;
	margin: 50px 0 0 0;
	background: #F9F9F9;
	box-sizing: border-box;
}
.goodsdetail-add-regular-merit.cart-page-middle {
	width: 900px;
	margin: 20px 0 0 0;
	display: none;
}
.goodsdetail-add-regular-merit .is-sponly  {
	display: none;
}
.goodsdetail-add-regular-merit h2.title    {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 26px;
	text-align: center;
	color: #FF6994;
}
.goodsdetail-add-regular-merit .lead-text  {
	margin: 0 0 40px 0;
	font-size: 14px;
	text-align: center;
	line-height: 2.0;
}
.goodsdetail-add-regular-merit .merit-list {
	position: relative;
}
.goodsdetail-add-regular-merit .list-title {
	width: 100%;
	font-size: 20px;
	text-align: center;
	color: #FF6994;
	position: absolute;
	top: -16px;
	left: 0;
}
.goodsdetail-add-regular-merit .merit-list {
	padding: 25px 50px;
	background: #FFF;
	display: flex;
	justify-content: center;
}
.goodsdetail-add-regular-merit .merit-list ul {
	min-width: 350px;
}
.goodsdetail-add-regular-merit .merit-list li {
	padding: 15px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.goodsdetail-add-regular-merit .merit-list .icon {
	width: 55px;
}
.goodsdetail-add-regular-merit .merit-list .desc {
	width: calc(100% - 85px);
	text-align: left;
}
.goodsdetail-add-regular-merit .merit-list .text {
	font-size: 16px;
}
.goodsdetail-add-regular-merit .merit-list .memo {
	font-size: 12px;
}

/* つめかえ用バナー(テキスト版) */
.goodsdetail-add-reserve-bnr {
	max-width: 500px;
	margin: 20px 0 0 0;
	text-align: center;
}

.goodsdetail-add-reserve-bnr img {
	max-width: 100%;
	vertical-align: top;
}

.goodsdetail-add-reserve-bnr-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 500px;
	margin: 0 auto;
	padding: 16px 20px;
	background-color: #5ed6a8;
	border-radius: 8px;
	text-decoration: none;
	box-sizing: border-box;
}

.goodsdetail-add-reserve-bnr-btn .price-text {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
}

.goodsdetail-add-reserve-bnr-btn .arrow-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
}

.goodsdetail-add-reserve-bnr-btn .arrow-icon svg {
	width: 11px;
	height: 11px;
	margin-left: 2px;
}

/* 30秒以上閲覧したユーザーにバナー表示 */
#sec30_pop_banner {
	display: none;
	position: fixed;
	left: 15px;
	bottom: 0;
	opacity: 0;
	transition: 0.5s;
	z-index: 99;
}
#sec30_pop_banner.active {
	display: block;
	bottom: 100px;
	opacity: 1.0;
}
#sec30_pop_banner .sp-only {
	display: none !important;
}
#sec30_pop_banner .sec30-pop-banner-list {
	width: 320px;
}
#sec30_pop_banner .sec30-pop-banner-item {
	position: relative;
}
#sec30_pop_banner .sec30-pop-banner-item img {
	width: 320px;
}
#sec30_pop_banner .sec30-pop-banner-close {
	width: 35px;
	height: 35px;
	position: absolute;
	top: -45px;
	right: 0;
	cursor: pointer;
}
#sec30_pop_banner .sec30-pop-banner-close img {
	width: 35px;
	vertical-align: top;
}
/* ブラウザバックでバナー表示 */
#bnrLineCounseling {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 100002;
}
#bnrLineCounseling .modal-contents {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 600px;
	height: 745px;
}
#bnrLineCounseling .modal-close {
	position: absolute;
	top: -30px;
	right: -50px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
#bnrLineCounseling .modal-close:before,
#bnrLineCounseling .modal-close:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
}
#bnrLineCounseling .modal-close:after {
	transform: rotate(-45deg);
}
/* ポイント履歴一覧 ポイント利用 */
.block-point-history-list--howto {
	margin: 40px 0 0;
}
.block-point-history-list--howto-ttl {
	font-size: 18px;
	padding: 4px 0 4px 50px;
	margin: 0 0 10px;
	background: url(../../img/usr/common/ico_point.png) no-repeat left center / 40px;
}
.block-point-history-list--howto-text {
	padding: 0 0 0 50px;
}
.block-point-history-list--howto-text p {
	margin: 0 0 15px;
}
.block-point-history-list--howto-caution {
	font-size: 14px;
	margin: 0;
}
.block-point-history-list--howto-link {
	text-align: right;
}
.block-point-history-list--howto-link a {
	position: relative;
	text-decoration: none;
	padding: 0 11px 0 0;
}
.block-point-history-list--howto-link a:after {
	content: '';
	position: absolute;
	top: 6px;
	right: 0;
	width: 7px;
	height: 7px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
.block-point-history-list--howto-link a:hover {
	text-decoration: underline;
}
/* -- 帯バナー挿入 -- */
.block-header--banner {
	text-align: center;
}
.block-header--banner a {
	background-color: #F9F9F9;
	color: #FF6994;
	text-decoration: none;
	display: inline-block;
	padding: 5px 30px;
	margin: 5px 0 0;
	width: 100%;
}
.block-header--banner a:hover {
	opacity: 0.8;
}
/* 検索結果 */
body.page-search #block_search_goods { margin-top: 80px;}
body.page-search #block_search_goods .fieldset { margin-top: 0;}
body.page-search #block_search_goods .fieldset .form-group.block-search-goods--keyword { border: none !important;}
body.page-search #block_search_goods .fieldset .block-search-goods--keyword .form-label { display: none !important;}
body.page-search #block_search_goods .fieldset .block-search-goods--keyword .form-control { padding: 0 200px; border: none !important;}
body.page-search #block_search_goods .fieldset .block-search-goods--keyword .form-control input[name="keyword"] { width: 100%; padding: 10px 20px; margin: 0; border: #ccc 1px solid; box-sizing: border-box;}
h1.block-title-search-result { margin: 0 0 30px 0; font-weight: normal; text-align: center; color: #999;}
h2.block-title-search-result-sub { font-weight: bold; text-align: center; color: #999;}

/* 商品表示ポイント交換改修 */
.block-cart .block-accessory-list--name{
	margin-top: 80px;
}
.block-point-n{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.block-point-n--items{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.block-point-n--items li.block-point-n--item-body{
	text-align: center;
	width: 383px;
	padding: 10px 10px 25px;
	border: 1px solid #ebecee;
	position: relative;
}
.block-point-n--items li.block-point-n--item-body a {
	display: block;
}
.block-point-n--item-body.dryskincare {
	background: #FFE6ED;
}
.block-point-n--item-body.balancecare {
	background: #EBFFE8;
}

.block-point-n--item-body.wrinklebrighteningcare {
	background: #fdeed7;
}

.block-point-n--item-description{
	width: 340px;
	margin: 0 auto;
}
.block-point-n--item-description .block-icon {
	text-align: left;
	min-height: 29px;
}
.block-point-n--image {
	width: 340px;
	height: 340px;
	margin: 15px auto 0;
	position: relative;
}
.block-point-n--image figure {
	width: 340px;
	height: 340px;
	background-color: #ffffff;
}
.block-point-n--goods-name {
	margin: 23px 0 18px;
}
.block-point-n--goods-name a {
	color: #FF6994;
	font-size: 19px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.37;
	text-decoration: none;
}
.block-point-n--goods-name a:hover {
	text-decoration: underline;
}
.block-point-n--goods-catch {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: left;
}
ul.block-point-n--add-cart {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 6px 0 0;
}
ul.block-point-n--add-cart li {
	margin: 0 5px;
}
ul.block-point-n--add-cart.at-column1 li {
	width: 180px;
}
ul.block-point-n--add-cart.at-column2 li {
	width: 140px;
}
.block-point-n--add-cart .block-list-add-cart-btn, .block-point-n--add-cart .block-list-regular-cart-btn {
	width: 100%;
	padding: 10px;
	text-align: left;
	background-position: left center;
	background-repeat: no-repeat;
}
.block-point-n--add-cart .block-list-add-cart-btn {
	background-image: url("../../img/usr/common/ico_cart_w.png");
	background-size: 18px auto;
}
.block-point-n--add-cart .block-list-add-cart-btn:hover {
	background-image: url("../../img/usr/common/ico_cart_p.png");
}
.block-point-n--add-cart .block-list-regular-cart-btn {
	background-image: url("../../img/usr/common/ico_regular_w.png");
	background-size: 26px auto;
}
.block-point-n--add-cart .block-list-regular-cart-btn:hover {
	background-image: url("../../img/usr/common/ico_regular_p.png");
}
.block-point-n--add-cart .block-list-custom-order-btn {
	display: block;
	padding: 8px 0;
	width: 160px;
	margin-bottom: 5px;
}
.block-point-n .price {
	color: #FF6994;
	font-size: 13px;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.04em;
}
.block-point-n .price strong {
	font-size: 22px;
	line-height: 1.5;
	display: inline-block;
}
.block-point-n .price small {
	font-size: 11px;
}
.block-point-n--scomment {
	color: #cc3302;
	display: none;
}
.block-point-n--item-spec {
	margin-top: 20px;
}
.block-point-n--image .block-icon--auto-new {
	position: absolute;
	left: 20px;
	top: 3px;
	width: 60px;
	height: 60px;
}
.block-point-n--price-items {
	margin-top: 4px;
}
ul.block-point-n--add-cart.at-column1 li a {
	padding-left: 73px;
	background-position: 20px center;
}
ul.block-point-n--add-cart.at-column2 li a {
	padding-left: 53px;
	background-position: 20px center;
}
.block-point-n--goods-item {
	font-size: 12px;
	line-height: 1.66;
	margin-top: 10px;
}
.block-point-n--goods-size {
	font-size: 12px;
	line-height: 1.66;
}
/* ランディングページ管理 フォーム */
.page-contentspages .l-main .c-breadcrumb {
	display: none;
}
.page-contentspages .l-main .l-main__content .p-my-content {
	padding: 0;
}
.page-contentspages .p-my-content__inner {
	padding: 80px 0 0;
	font-size: 14px;
}
.block-landingpage-login--member {
	border: 1px solid #DCDCDC;
	margin: 0 0 20px;
	padding: 20px;
}
.block-landingpage-login--member .legend {
	font-size: 20px;
	margin: 0 0 2px;
}
.block-landingpage-login--member .action-buttons {
	margin: 0;
}
.block-landingpage-login--member .block-landingpage-login--login {
	width: 218px;
}
.block-landingpage-order {
	border: 0;
	padding: 0;
}
.block-landingpage-order form {
	margin: 0 0 100px;
}
.block-landingpage-order form > .legend {
	font-size: 20px;
	margin: 0;
	padding: 20px 20px 7px;
	border: 1px solid #DCDCDC;
	border-bottom: 0;
}
.block-landingpage-order--goods {
	padding: 0 20px 20px;
	border: 1px solid #DCDCDC;
	border-top: 0;
}
.block-landingpage-order--goods-info {
	margin: 0;
}
.block-landingpage-form--goods {
	display: flex;
	align-items: center;
	border: 0;
	padding: 0;
}
.block-landingpage-form--order--goods-info-name.form-group {
	border: 0;
}
.block-landingpage-form--goods .form-label {
	margin-left: auto;
	padding: 0 10px;
	background: none;
	border: 0;
	font-weight: normal;
	text-align: right;
	width: 50px;
}
.block-landingpage-form--goods .form-label:first-child {
	display: none;
}
.block-landingpage-form--goods .form-control {
	border: 0;
	padding: 0;
	flex: 1;
}
.page-contentspages .p-my-content__inner select {
	border-color: #999;
	padding: 10px;
}
.block-landingpage-order--guest {
	margin: 40px 0 0;
}
.block-landingpage-order--guest .legend {
	font-size: 20px;
	margin: 0 0 2px;
}
.block-landingpage-login--guest-info .form-group,
.block-landingpage-login--guest-info .form-label,
.block-landingpage-login--guest-info .form-control,
.block-member-info--items-use-spoofing-protection .form-group,
.block-member-info--items-use-spoofing-protection .form-label,
.block-member-info--items-use-spoofing-protection .form-control {
	border-color: #DCDCDC;
}
.block-landingpage-login--guest-info {
	margin: 17px 0 40px;
	padding: 0;
	border: 0;
}
.block-member-info--message-use-spoofing-protection span:hover {
	text-decoration: none;
}
.block-order-method--regular {
	margin: 40px 0 0;
}
.block-order-method--regular-title {
	font-size: 20px;
	margin: 0 0 10px;
}
.block-order-method--regular-content h3 {
	font-size: 18px;
	margin: 0 0 5px;
}
.block-regular-cycle--cycle-sub-type {
	border: 0;
	background: #F9F9F9;
	padding: 15px 20px;
}
.block-regular-cycle--cycle-sub-type h3 {
	font-size: 20px;
	margin: 0 0 2px;
}
.block-regular-cycle--cycle-sub-type .help-block {
	color: #78828B;
	font-size: 14px;
	margin: 0 0 15px;
}
.block-regular-cycle--select-dm {
	margin: 7px 0 0;
}
.block-regular-cycle--select-dm .help-block {
	font-size: 12px;
	margin: 5px 0 12px;
}
.block-regular-cycle--cycle-timing-m label {
	display: inline-block;
	transform: translateY(2px);
}
.block-regular-cycle--deliv_date {
	margin: 30px 0 0;
}
.block-regular-cycle--deliv_date--prev-expected-dt,
.block-regular-cycle--deliv_date--next-expected-dt {
	border: 0;
}
.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
	border: 0;
}
.block-landingpage-form--payment {
	margin: 40px 0 50px;
}
.block-landingpage-form--payment .legend {
	font-size: 20px;
	margin: 0 0 5px;
}
.block-landingpage-form--payment-content-method-select li:last-child {
	margin: 0;
}
.block-landingpage-form--payment-content-method-select .help-block {
	font-size: 12px;
}
.block-landingpage-order .btn-primary {
	width: 218px;
}
.block-landingpage--body-bottom {
	margin: 0 0 80px;
}
.js-landingpage-goods-qty-loading {
	position: relative;
	display: block;
	padding: 0 20px 0 0;
}
.js-landingpage-goods-qty-loading:after {
	content: '個';
	position: absolute;
	top: 9px;
	right: 0;
	font-weight: bold;
}
/* ログイン画面下部 フォーム */
.block-login--customer-regist {
	font-size: 14px;
	margin: 50px 0 0;
}
.block-login--customer-regist .legend {
	font-size: 20px;
	margin: 0 0 7px;
}
.block-login--customer-regist .block-login--member-info-items {
	margin: 12px 0 40px;
}
.block-login--customer-regist .fieldset .form-group,
.block-login--customer-regist .fieldset .form-label,
.block-login--customer-regist .fieldset .form-control {
	border-color: #DCDCDC;
}
/* ランディングページ フッター */
.block-lp-footer {
	max-width: 828px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px;
}
.block-lp-footer--text {
	font-size: 17px;
	color: #78828b;
	text-align: center;
}
