@charset "UTF-8";
/* ----ヘッダー---- */
.pane-header.pane-header-fixd {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
.block-header-logo {
	/*width: 173px;
	*/
	width: 41.79vw;
	/*margin-left: 20px;
	*/
	margin-left: 4.83vw;
	line-height: 0;
}
.page-top .block-header-logo {
	/*width: 226px;
	*/
	width: 54.59vw;
	/*padding-top: 10px;
	*/
	padding-top: 2.42vw;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.page-top .pane-header-fixd .block-header-logo {
	/*width: 173px;
	*/
	width: 41.79vw;
	padding-top: 0;
}
.block-headernav {
	/*margin-right: 10px;
	*/
	margin-right: 2.42vw;
}
.block-headernav--item-list {
	display: flex;
	justify-content: flex-end;
}
.block-headernav--item-list li {
	/*width: 46px;
	*/
	width: 11.11vw;
	/*height: 60px;
	*/
	height: 14.49vw;
}
.block-headernav--item-list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.block-headernav--item-list li a:hover {
	text-decoration: none;
}
.block-headernav--item-list li.block-headernav--item-list-shop-list img,
.block-headernav--item-list li.block-headernav--item-list-cart img {
	/*width: 23px;
	*/
	width: 5.56vw;
}
.block-headernav--item-list li.block-headernav--item-list-cart {
	position: relative;
}
.block-headernav--cart-count {
	display: none;
	position: absolute;
	/*width: 17px;
	*/
	width: 4.11vw;
	/*height: 17px;
	*/
	height: 4.11vw;
	/*line-height: 17px;
	*/
	line-height: 4.11vw;
	/*font-size: 11px;
	*/
	font-size: 2.66vw;
	text-align: center;
	background-color: #FF6994;
	color: #fff;
	/*border-radius: 10px;
	*/
	border-radius: 2.42vw;
	/*top: 9px;
	*/
	top: 2.17vw;
	/*right: 3px;
	*/
	right: 0.72vw;
	z-index: 2;
}
.block-headernav--item-list li.block-headernav--item-list-menu {
	position: relative;
}
.block-headernav--item-list li.block-headernav--item-list-menu span, .block-headernav--item-list li.block-headernav--item-list-menu::after, .block-headernav--item-list li.block-headernav--item-list-menu::before {
	position: absolute;
	/*left: 12px;
	*/
	left: 2.9vw;
	/*width: 22px;
	*/
	width: 5.31vw;
	/*height: 1px;
	*/
	height: 0.24vw;
	background-color: #78828B;
}
.block-headernav--item-list li.block-headernav--item-list-menu span {
	/*top: 29px;
	*/
	top: 7vw;
}
.block-headernav--item-list li.block-headernav--item-list-menu::after, .block-headernav--item-list li.block-headernav--item-list-menu::before {
	content: "";
}
.block-headernav--item-list li.block-headernav--item-list-menu::before {
	/*top: 21px;
	*/
	top: 5.07vw;
}
.block-headernav--item-list li.block-headernav--item-list-menu::after {
	/*top: 37px;
	*/
	top: 8.94vw;
}
/* ----グローバルナビ---- */
.pane-globalnav .container {
	/*padding: 70px 30px 37px;
	*/
	padding: 16.91vw 7.25vw 8.94vw;
}
.block-globalnav--btn-close {
	position: absolute;
	right: 0;
	top: 0;
	/*width: 60px;
	*/
	width: 14.49vw;
	/*height: 60px;
	*/
	height: 14.49vw;
}
.block-globalnav--btn-close::before, .block-globalnav--btn-close::after {
	content: "";
	position: absolute;
	/*left: 18px;
	*/
	left: 4.35vw;
	/*top: 28px;
	*/
	top: 6.76vw;
	/*width: 22px;
	*/
	width: 5.31vw;
	/*height: 2px;
	*/
	height: 0.48vw;
	background-color: #ffffff;
}
.block-globalnav--btn-close::before {
	transform: rotate(-45deg);
}
.block-globalnav--btn-close::after {
	transform: rotate(45deg);
}
.block-globalnav-link {
	/*border-top: 1px dashed #ffffff;
	*/
	border-top: 0.24vw dashed #ffffff;
}
.block-globalnav-link > li {
	/*border-bottom: 1px dashed #ffffff;
	*/
	border-bottom: 0.24vw dashed #ffffff;
}
.block-globalnav-link li a, .block-globalnav-link li span {
	color: #ffffff;
	/*font-size: 11px;
	*/
	font-size: 2.66vw;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-decoration: none;
	/*padding: 14px 60px 16px 18px;
	*/
	padding: 3.38vw 14.49vw 3.86vw 4.35vw;
	display: block;
	position: relative;
}
.block-globalnav-link li a:not(:last-child) {
	padding-bottom: 0;
}
.block-globalnav-link li strong {
	/*font-size: 18px;
	*/
	font-size: 4.35vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.22;
	display: block;
}
.block-globalnav-link > li > a::before, .block-globalnav-link > li > a::after, .block-globalnav-link > li > span::before, .block-globalnav-link > li > span::after {
	content: "";
	position: absolute;
	/*right: 20px;
	*/
	right: 4.83vw;
	top: 50%;
	/*height: 1px;
	*/
	height: 0.24vw;
	background-color: #ffffff;
}
.block-globalnav-link > li > a::before {
	/*width: 20px;
	*/
	width: 4.83vw;
}
.block-globalnav-link > li > a::after {
	/*width: 7px;
	*/
	width: 1.69vw;
	transform: rotate(40deg);
	/*margin-top: -3px;
	*/
	margin-top: -0.72vw;
}
.block-globalnav-link > li > span::before, .block-globalnav-link > li > span::after {
	/*width: 20px;
	*/
	width: 4.83vw;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-globalnav-link > li > span::before {
	transform: rotate(90deg);
}
.block-globalnav-link > li > span.at-open::before {
	transform: rotate(0);
}
.block-globalnav-link li > ul {
	display: none;
}
.block-globalnav-link li ul li {
	/*border-top: 1px dashed #ffffff;
	*/
	/*border-top: 0.24vw dashed #ffffff;
	*/
}
.block-globalnav-link li ul li a {
	/*font-size: 16px;
	*/
	font-size: 3.86vw;
	padding: 0 60px 16px 36px;
	padding: 0 14.49vw 3.86vw 8.7vw;
}
.block-globalnav-link li ul li a::before {
	content: "";
	position: absolute;
	/*left: 17px;
	*/
	left: 4.11vw;
	/*top: 11px;
	*/
	top: 2.66vw;
	/*width: 7px;
	*/
	width: 1.69vw;
	/*height: 1px;
	*/
	height: 0.24vw;
	background-color: #ffffff;
}
.block-globalnav-menu {
	display: flex;
	flex-wrap: wrap;
	/*margin-top: 36px;
	*/
	margin-top: 8.7vw;
}
.block-globalnav-menu li {
	width: 50%;
}
.block-globalnav-menu li.block-globalnav-menu--language {
	background: url("../../img/usr/common/ico_language.png") no-repeat 1.21vw 10px / 5.6vw;
	padding: 9px 0 0 10.39vw;
	box-sizing: border-box;
}
.block-globalnav-menu li a {
	color: #ffffff;
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	text-decoration: none;
	line-height: 1.857;
	display: block;
	/*padding: 11px 0 12px 43px;
	*/
	padding: 2.66vw 0 2.9vw 10.39vw;
	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: 9px center;
	*/
	background-position: 2.17vw center;
	/*background-size: 17px auto;
	*/
	background-size: 4.11vw auto;
}
.block-globalnav-menu li.block-globalnav-menu--regular a {
	background-image: url("../../img/usr/common/ico_truck_w.png");
	/*background-position: 1px center;
	*/
	background-position: 0.24vw center;
	/*background-size: 30px auto;
	*/
	background-size: 7.25vw auto;
}
.block-globalnav-menu li.block-globalnav-menu--history a {
	background-image: url("../../img/usr/common/ico_clock_w.png");
	/*background-position: 2px center;
	*/
	background-position: 0.48vw center;
	/*background-size: 27px auto;
	*/
	background-size: 6.52vw auto;
}
.block-globalnav-menu li.block-globalnav-menu--guide a {
	background-image: url("../../img/usr/common/ico_guide.png");
	/*background-position: 6px center;
	*/
	background-position: 1.45vw center;
	/*background-size: 19px auto;
	*/
	background-size: 4.59vw auto;
}
.block-globalnav-menu li.block-globalnav-menu--support a {
	background-image: url("../../img/usr/common/ico_question.png");
	/*background-position: 5px center;
	*/
	background-position: 1.21vw center;
	/*background-size: 24px auto;
	*/
	background-size: 5.8vw auto;
}
.block-globalnav-menu li.block-globalnav-menu--language a {
	padding: 0;
}
.block-globalnav-sns {
	display: flex;
	align-items: center;
	justify-content: center;
	/*margin-top: 40px;
	*/
	margin-top: 9.66vw;
}
.block-globalnav-sns li {
	/*margin: 0 10px;
	*/
	margin: 0 2.42vw;
}
.block-globalnav-sns li a {
	display: block;
	line-height: 1.0;
}
.block-globalnav-sns li.block-globalnav--sns-instagram img {
	/*width: 20px;
	*/
	width: 4.83vw;
}
.block-globalnav-sns li.block-globalnav--sns-line img {
	/*width: 21px;
	*/
	width: 5.07vw;
}
.block-globalnav-sns li.block-globalnav--sns-youtube img {
	/*width: 22px;
	*/
	width: 5.31vw;
}
.block-globalnav-sns li.block-globalnav--sns-twitter img {
	/*width: 22px;
	*/
	width: 5.31vw;
}
.block-globalnav-sns li.block-globalnav--sns-mail img {
	/*width: 20px;
	*/
	width: 4.83vw;
}
.block-globalnav--logo {
	/*margin-top: 34px;
	*/
	margin-top: 8.21vw;
	text-align: center;
}
.block-globalnav--logo img {
	/*width: 204px;
	*/
	width: 49.28vw;
}
.block-globalnav-link--items {
	display: none;
}
.block-globalnav-link--box {
	margin: 0 0 10px;
}
.block-globalnav-link--box-title {
	font-size: 3.86vw;
	font-weight: bold;
	margin: 0 3.5vw 5px;
	pointer-events: none;
}
.block-globalnav-link li .block-globalnav-link--box li a {
	padding-right: 0;
}
.block-headernav--item-list li.block-headernav--item-list-search span { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.block-headernav--item-list li.block-headernav--item-list-search img  { width: 5.56vw;}

.block-global-search { width: 100%; margin: 0; padding: 30px 30px 20px 30px; background: #F9F9F9; position: relative; box-sizing: border-box; display: none;}
.block-global-search.fixed { display: block; position: fixed; left: 0; top: 14.6vw; z-index: 10;}
.block-global-search form { background: #F9F9F9;}
.block-global-search #keyword { width: 100%; padding: 0 40px 0 15px; height: 40px; border: #EAECEE 1px solid; border-radius: 4px; font-size: 14px; line-height: 38px; box-sizing: border-box; background: #fff;}
.block-global-search .block-global-search--submit { width: 38px; height: 38px; padding: 0; margin: 0; border: none; border-radius: 0 5px 5px 0; box-sizing: border-box; background: #fff url("../../img/usr/common/ico_search_btn_sp.png") center center no-repeat; -webkit-background-size: 18px 18px; background-size: 18px 18px; position: absolute; top: 31px; right: 31px;}
.block-global-search .block-header--search-suggest-area { padding: 20px 0 0 0;}
.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;}
.block-global-search .block-header--search-suggest-area .block-header--search-suggest-word-list { display: flex; flex-wrap: wrap;}
.block-global-search .block-header--search-suggest-area .block-header--search-suggest-word-list li { margin: 0 10px 10px 0; font-size: 14px; line-height: 1.2;}
.block-global-search .block-header--search-suggest-area .block-header--search-suggest-word-list li a { min-height: 33px; padding: 5px 10px; border-radius: 4px; font-size: 13px; text-decoration: none; display: flex; justify-content: center; align-items: center; background: #fff;}
.block-global-search .block-global-search--searchdetail { display: none !important;}
/* ----フッター---- */
.pane-footer {
	position: relative;
	/*padding: 50px 0 0;
	*/
	padding: 12.08vw 0 0;
	background-color: #ffffff;
}
.pane-footer .container {
	/*padding: 64px 30px 47px;
	*/
	padding: 15.46vw 7.25vw 11.35vw;
}
.block-footer--logo {
}
.block-footer--logo img {
	/*width: 118px;
	*/
	width: 28.5vw;
}
.block-footer--nav-link {
	/*margin-top: 36px;
	*/
	margin-top: 8.7vw;
}
.block-footer--nav-link-list {
	/*border-top: 1px dashed #CCCCCC;
	*/
	border-top: 0.24vw dashed #CCCCCC;
}
.block-footer--nav-link-list > li {
	/*border-bottom: 1px dashed #CCCCCC;
	*/
	border-bottom: 0.24vw dashed #CCCCCC;
}
.block-footer--nav-link-list li a, .block-footer--nav-link-list li span {
	color: #78828B;
	/*font-size: 15px;
	*/
	font-size: 3.62vw;
	text-decoration: none;
	line-height: 1.8;
	letter-spacing: 0.05em;
	display: block;
	/*padding: 15px 60px 10px 17px;
	*/
	padding: 3.62vw 14.49vw 2.42vw 4.11vw;
	position: relative;
}
.block-footer--nav-link-list > li > a::before, .block-footer--nav-link-list > li > a::after {
	content: "";
	position: absolute;
	/*right: 20px;
	*/
	right: 4.83vw;
	top: 50%;
	/*height: 1px;
	*/
	height: 0.24vw;
	background-color: #FF6994;
}
.block-footer--nav-link-list > li > a::before {
	/*width: 20px;
	*/
	width: 4.83vw;
}
.block-footer--nav-link-list > li > a::after {
	/*width: 7px;
	*/
	width: 1.69vw;
	transform: rotate(40deg);
	/*margin-top: -3px;
	*/
	margin-top: -0.72vw;
}
.block-footer--nav-link-list li span::before, .block-footer--nav-link-list li span::after {
	content: "";
	position: absolute;
	/*right: 20px;
	*/
	right: 4.83vw;
	top: 50%;
	/*width: 20px;
	*/
	width: 4.83vw;
	/*height: 1px;
	*/
	height: 0.24vw;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #FF6994;
}
.block-footer--nav-link-list li span::before {
	transform: rotate(-90deg);
}
.block-footer--nav-link-list li span.at-open::before {
	transform: rotate(0);
}
.block-footer--nav-link-list > li ul {
	display: none;
}
.block-footer--nav-link-list > li ul li {
	/*border-top: 1px dashed #CCCCCC;
	*/
	/*border-top: 0.24vw dashed #CCCCCC;
	*/
}
.block-footer--nav-link-list > li ul li a {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	/*padding-left: 34px;
	*/
	padding-left: 8.21vw;
	position: relative;
}
.block-footer--nav-link-list > li ul li a::before {
	content: "";
	position: absolute;
	/*left: 17px;
	*/
	left: 4.11vw;
	/*top: 27px;
	*/
	top: 6.52vw;
	/*width: 7px;
	*/
	width: 1.69vw;
	/*height: 1px;
	*/
	height: 0.24vw;
	background-color: #cccccc;
}
.block-footernav {
}
.block-footernav--item-list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.block-footernav--item-list li {
	position: relative;
	/*margin-top: 32px;
	*/
	margin-top: 7.73vw;
	padding: 0 4vw;
}
.block-footernav--item-list li:last-child {
	display: flex;
}
.block-footernav--item-list li a {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 1.66;
	text-align: center;
	text-decoration: none;
	display: block;
}
.block-footernav--item-list li:not(:nth-child(3)):not(:nth-child(5))::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	/*width: 1px;
	*/
	width: 0.24vw;
	/*height: 16px;
	*/
	height: 3.86vw;
	/*margin-top: -8px;
	*/
	margin-top: -1.93vw;
	background-color: #CCCCCC;
}
.block-footernav--item-list li:last-child a:not(:last-child) {
	margin-right: 15px;
}
.block-footer--sns {
	/*margin-top: 40px;
	*/
	padding-top: 9.66vw;
}
.block-footer--sns ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-footer--sns ul li {
	/*width: 45px;
	*/
	width: 10.87vw;
	/*margin: 0 6px;
	*/
	margin: 0 1.45vw;
}
.block-footer--sns ul li a {
	/*width: 45px;
	*/
	width: 10.87vw;
	/*height: 45px;
	*/
	height: 10.87vw;
	line-height: 1.0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F9F9F9;
}
.block-footer--sns ul li.block-footer--sns-instagram img {
	/*width: 21px;
	*/
	width: 5.07vw;
}
.block-footer--sns ul li.block-footer--sns-line img {
	/*width: 23px;
	*/
	width: 5.56vw;
}
.block-footer--sns ul li.block-footer--sns-youtube img {
	width: 24px;
	width: 5.8vw;
}
.block-footer--sns ul li.block-footer--sns-twitter img {
	width: 24px;
	width: 5.8vw;
}
.block-footer--sns ul li.block-footer--sns-mail img {
	width: 20px;
	width: 4.83vw;
}
.block-footer--corp-info {
	/*margin-top: 37px;
	*/
	margin-top: 8.94vw;
	text-align: center;
}
.block-footer--corp-address p {
	/*font-size: 16px;
	*/
	font-size: 3.86vw;
	line-height: 1.38;
}
.block-footer--corp-address p.tag-line {
	/* font-size: 15px;
	*/
	font-size: 3.62vw;
	/* letter-spacing: 2px;
	*/
	letter-spacing: 0.48vw;
}
.block-footer--address-logo {
	/*margin: 12px 0 33px;
	*/
	margin: 2.9vw 0 7.97vw;
}
.block-footer--address-logo img {
	/*width: 255px;
	*/
	width: 61.59vw;
}
.block-footer--corp-logo {
	/*margin-top: 50px;
	*/
	margin-top: 12.08vw;
}
.block-footer--corp-logo ul {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.block-footer--corp-logo ul li {
	width: 50%;
}
.block-footer--corp-logo ul li a {
	display: block;
}
.block-footer--corp-logo li.block-footer--logo-kose img {
	/*width: 110px;
	*/
	width: 26.57vw;
}
.block-footer--corp-logo li.block-footer--logo-maruho img {
	/*width: 125px;
	*/
	width: 30.19vw;
}
/* ----ページトップに戻る---- */
.block-page-top a {
	position: relative;
	display: block;
	/*width: 50px;
	*/
	width: 12.08vw;
	/*height: 50px;
	*/
	height: 12.08vw;
	background-color: #FF6994;
	/*border: 1px solid #FF6994;
	*/
	border: 0.24vw solid #FF6994;
}
.block-page-top a::before, .block-page-top a::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	/*top: 15px;
	*/
	top: 3.62vw;
	/*width: 1px;
	*/
	width: 0.24vw;
	background-color: #ffffff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-page-top a::before {
	/*height: 22px;
	*/
	height: 5.31vw;
}
.block-page-top a::after {
	/*height: 10px;
	*/
	height: 2.42vw;
	/*margin-left: 3px;
	*/
	margin-left: 0.72vw;
	transform: rotate(-35deg);
}
.block-page-top a:hover::before {
	/*transform: translateY(-5px);
	*/
	transform: translateY(-1.21vw);
}
.block-page-top a:hover::after {
	/*transform: translateY(-5px) rotate(-35deg);
	*/
	transform: translateY(-1.21vw) rotate(-35deg);
}
.block-page-top {
	position: fixed;
	top: auto;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 10;
}
.page-method .block-page-top {
	position: fixed;
	top: auto;
	bottom: 74px;
	right: 26px;
	display: none;
}
/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
	border-top: 1px solid #eee;
	display: block;
	padding: 10px 10px 0 0;
}
.block-switcher li {
	display: inline-block;
	padding: 0 0 10px 10px;
	width: 50%;
}
.block-switcher--switch {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #444;
	color: #fff;
	text-decoration: none;
}
.block-switcher--current {
	display: block;
	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: 24px;
}
.block-switcher .fa-desktop {
	font-size: 18px;
}
/* ----Copyright---- */
.block-copyright {
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	background: #eee;
	color: #444;
}
/* ----ブランド画面---- */
.block-brand-list--item-img img {
	width: 100%;
	height: auto;
}
.block-brand-list--item-name {
	padding: 10px;
	text-decoration: underline;
}
.block-brand-list--item-comment {
	padding: 0 10px 10px 10px;
}
.block-brand-detail--image img {
	width: 100%;
	height: auto;
}
.block-brand-detail--description {
	margin: 0 10px 10px 10px;
}
/* ----商品詳細画面---- */
.block-goods-detail .block-icon > span {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
}
#large_image {
	width: 100%;
	position: relative;
	margin: 0;
}
#large_image ul li {
	position: relative;
}
#large_image > ul > li:not(:first-child) {
	display: none;
}
#large_image ul li a {
	display: block;
}
#large_image ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	/*top: 338px;
	*/
	top: 81.64vw;
	/*width: 40px;
	*/
	width: 9.66vw;
	/*height: 40px;
	*/
	height: 9.66vw;
	z-index: 10;
	background-image: url("../../img/usr/common/ico_search.png");
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 21px auto;
	*/
	background-size: 5.07vw auto;
}
#large_image ul li > div {
	/*margin: 10px 0;
	*/
	margin: 2.42vw 0;
}
#large_image .slick-arrow {
	/*width: 30px;
	*/
	width: 7.25vw;
	/*height: 30px;
	*/
	height: 7.25vw;
	border: 0;
	padding: 0;
	position: absolute;
	/*top: 175px;
	*/
	top: 42.27vw;
	/*margin-top: -15px;
	*/
	margin-top: -3.62vw;
	text-indent: -9999px;
	z-index: 10;
	background-color: #FF6994;
}
#large_image .slick-arrow.slick-disabled {
	display: none !important;
}
#large_image .slick-arrow::before, #large_image .slick-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	/*height: 1px;
	*/
	height: 0.24vw;
	background-color: #ffffff;
}
#large_image .slick-arrow::before {
	/*width: 16px;
	*/
	width: 3.86vw;
	/*left: 7px;
	*/
	left: 1.69vw;
}
#large_image .slick-arrow::after {
	/*width: 5px;
	*/
	width: 1.21vw;
	/*margin-top: -2px;
	*/
	margin-top: -0.48vw;
}
#large_image .slick-prev {
	/*left: -15px;
	*/
	left: -3.62vw;
}
#large_image .slick-prev::after {
	/*left: 7px;
	*/
	left: 1.69vw;
	transform: rotate(-40deg);
}
#large_image .slick-next {
	/*right: -15px;
	*/
	right: -3.62vw;
}
#large_image .slick-next::after {
	/*right: 7px;
	*/
	right: 1.69vw;
	transform: rotate(40deg);
}
#large_image .block-icon--auto-new {
	/*left: -15px;
	*/
	left: -3.62vw;
}
div.block-goods-name2 {
	display: flex;
	align-items: center;
	/*margin-top: 30px;
	*/
	margin-top: 7.25vw;
}
.block-goods-category-name {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	font-weight: 400;
	line-height: 1.375;
	letter-spacing: 0.05em;
}
p.block-goods-name2 {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	font-weight: 400;
	line-height: 1.57;
	/*margin-left: 10px;
	*/
	margin-left: 2.42vw;
}
.block-goods-name {
	margin: 0;
}
.block-goods-name--text {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.533;
	letter-spacing: 0.01em;
	padding: 0;
}
.block-goods-type {
	/*margin: 6px 0 0;
	*/
	margin: 1.45vw 0 0;
}
.block-goods-type span {
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
	text-align: center;
	line-height: 1.537;
	letter-spacing: 0.02em;
	display: inline-block;
	/*padding: 1px 10px 0;
	*/
	padding: 0.24vw 2.42vw 0;
	/*border: 1px solid #DBDBDB;
	*/
	border: 0.24vw solid #DBDBDB;
}
.block-goods-comment {
	/*font-size: 16px;
	*/
	font-size: 3.86vw;
	line-height: 1.375;
	/*margin: 13px 0 0;
	*/
	margin: 3.14vw 0 0;
}
.goods-detail-description {
	/*margin-top: 8px;
	*/
	margin-top: 1.93vw;
}
.goods-detail-description dt, .goods-detail-description dd {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.4285;
}
.goods-detail-description dt {
	/*width: 60px;
	*/
	width: 14.49vw;
	font-weight: 400;
}
.goods-detail-description dd {
	text-indent: -1em;
	padding-left: 1em;
}
.goods-detail-description dd a {
	/*font-size: 11px;
	*/
	font-size: 2.66vw;
	/*padding-left: 10px;
	*/
	padding-left: 2.42vw;
}
.block-goods-revico-star {
	/*display: inline-block;
	*/
}
.block-goods-revico-star img {
	/*height: 13px;
	*/
	height: 3.14vw;
	width: auto;
	vertical-align: baseline;
	/*margin-right: 5px;
	*/
	margin-right: 1.21vw;
}
.block-goods-revico-star span {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	/*display: inline-block;
	*/
}
.block-goods-price {
	text-align: left;
	/*margin: 8px 0 0;
	*/
	margin: 1.93vw 0 0;
}
.block-goods-price dd {
	/*font-size: 16px;
	*/
	font-size: 3.86vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.25;
}
.block-goods-price dd strong {
	/*font-size: 24px;
	*/
	font-size: 5.8vw;
	font-weight: 400;
}
.block-goods-point dd strong {
	color: #FF6994;
	/*font-size: 18px;
	*/
	font-size: 4.35vw;
	font-weight: bold;
}
.block-goods-point dd strong small {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
}
.block-goods-detail .block-add-cart {
	/*margin: 27px 0 0;
	*/
	margin: 6.52vw 0 0;
}
.block-add-cart {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.block-add-cart .block-subsc-cart--btn, .block-add-cart .block-add-cart--btn {
	/*width: 172px;
	*/
	width: 41.55vw;
	margin: 0;
	/*padding-left: 68px;
	*/
	padding-left: 16.43vw;
	text-align: left;
	/*background-position: 13px center;
	*/
	background-position: 3.14vw center;
	background-repeat: no-repeat;
}
.block-add-cart .block-subsc-cart--btn {
	background-image: url("../../img/usr/common/ico_regular_w.png");
	/*background-size: 23px auto;
	*/
	background-size: 5.56vw auto;
}
.block-add-cart .block-add-cart--btn {
	background-image: url("../../img/usr/common/ico_cart_w.png");
	/*background-size: 21px auto;
	*/
	background-size: 5.07vw auto;
}
.block-add-cart .goods-regular.block-add-cart--btn {
	background-image: url("../../img/usr/common/ico_regular_w.png");
	/*background-size: 23px auto;
	*/
	background-size: 5.56vw auto;
}
.block-goods-favorite {
	position: absolute;
	/*right: -15px;
	*/
	right: -3.62vw;
	/*top: -10px;
	*/
	top: -2.42vw;
	/*width: 50px;
	*/
	width: 12.08vw;
	/*height: 50px;
	*/
	height: 12.08vw;
}
.block-goods-favorite--btn {
	margin: 0;
	padding: 0;
	border-radius: 50%;
	display: block;
	/*width: 50px;
	*/
	width: 12.08vw;
	/*height: 50px;
	*/
	height: 12.08vw;
	text-indent: -9999px;
	border: 0;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 18px auto;
	*/
	background-size: 4.35vw auto;
}
.block-shop-search--btn a {
	display: block;
	text-align: left;
	letter-spacing: 0.02em;
	/*padding-left: 130px;
	*/
	padding-left: 31.4vw;
	/*margin: 20px 0 0;
	*/
	margin: 4.83vw 0 0;
	background-image: url("../../img/usr/common/ico_shop_p.png");
	/*background-position: 28px center;
	*/
	background-position: 6.76vw center;
	background-repeat: no-repeat;
	/*background-size: 23px auto;
	*/
	background-size: 5.56vw auto;
}
.block-goods-sns {
	display: flex;
	align-items: center;
	justify-content: center;
	/*margin-top: 30px;
	*/
	margin-top: 7.25vw;
}
.block-goods-sns--title {
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
	/*width: 72px;
	*/
	width: 17.39vw;
}
.block-goods-sns--twitter, .block-goods-sns--facebook, .block-goods-sns--line {
	/*width: 36px;
	*/
	width: 8.7vw;
	/*margin: 0 2px;
	*/
	margin: 0 0.48vw;
}
.block-goods-sns--twitter a, .block-goods-sns--facebook a, .block-goods-sns--line a {
	display: flex;
	align-items: center;
	justify-content: center;
	/*width: 36px;
	*/
	width: 8.7vw;
	/*height: 36px;
	*/
	height: 8.7vw;
	line-height: 1.0;
	background-color: #F9F9F9;
	border-radius: 50%;
}
.block-goods-sns--twitter img {
	/*width: 17px;
	*/
	width: 4.11vw;
}
.block-goods-sns--facebook img {
	/*width: 9px;
	*/
	width: 2.17vw;
}
.block-goods-sns--line img {
	/*width: 19px;
	*/
	width: 4.59vw;
}
.block-goods-detail-footer {
	position: fixed;
	left: 0;
	bottom: 60px;
	margin: 0;
	width: 100%;
	background-color: #F9F9F9;
	z-index: 50;
}
.block-goods-detail-footer .block-add-cart {
	/*padding: 10px 30px;
	*/
	padding: 2.42vw 7.25vw;
	position: relative;
}
.block-goods-detail-footer .block-add-cart .block-add-cart--balloon {
	color: #FF6994;
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
	line-height: 1.0;
	text-align: center;
	/*padding: 10px 25px 9px;
	*/
	padding: 2.42vw 6.04vw 2.17vw;
	border: 1px solid #FF6994;
	background-color: #ffffff;
	/*border-radius: 50px;
	*/
	border-radius: 12.08vw;
	position: absolute;
	/*left: 13px;
	*/
	left: 3.14vw;
	/*top: -42px;
	*/
	top: -10.14vw;
	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);
	}
}
.block-goods-detail-footer .block-add-cart .block-add-cart--balloon::after, .block-goods-detail-footer .block-add-cart .block-add-cart--balloon::before {
	top: 100%;
	left: 50%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}
.block-goods-detail-footer .block-add-cart .block-add-cart--balloon::before {
	width: 0;
	height: 0;
	border-style: solid;
	/*border-width: 13px 5px 0 5px;
	*/
	border-width: 3.14vw 1.21vw 0 1.21vw;
	border-color: #ff6994 transparent transparent transparent;
}
.block-goods-detail-footer .block-add-cart .block-add-cart--balloon::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.66vw 0.97vw 0 0.97vw;
	border-color: #ffffff transparent transparent transparent;
	margin-left: 0.24vw;
}
.block-goods-comment1 {
	text-align: center;
	margin-top: 7.25vw;
}
.block-goods-comment2 {
	margin: 7.25vw -7.25vw 0;
}
.block-goods-howto--description {
	width: 85.51vw;
	margin: 5.56vw auto 0;
}
.block-goods-howto--description-inner {
	width: 78.26vw;
}
.block-goods-howto--description h2 {
	font-size: 6.28vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.92;
}
.block-goods-howto--description p {
	font-size: 3.38vw;
	line-height: 2.42;
	margin-top: 6.04vw;
}
.block-goods-howto--description p small {
	font-size: 2.9vw;
}
.block-goods-howto--description-note {
	margin-top: 3.02vw;
}
.block-goods-howto--description-note li {
	color: #999999;
	font-size: 2.9vw;
	line-height: 2.0;
	letter-spacing: 0.06em;
	text-indent: -1em;
	padding-left: 1em;
}
.block-goods-howto--efficacy {
	display: flex;
	width: calc(100% + 14vw);
	margin: 0 -7vw;
}
.block-goods-howto--efficacy .block-goods-howto--efficacy-frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	margin: 0 auto 30px;
	border: 1px solid #b2bec9;
	border-radius: 6px;
	font-size: 3.2vw;
	font-weight: 500;
	line-height: 1.5;
	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: 86.23vw;
	margin: 0 0 0 auto;
}
.block-goods-howto01 .block-goods-howto--description-inner {
	margin-left: auto;
}
.block-goods-howto02,.block-goods-howto04 {
	margin-top: 18.84vw;
}
.block-goods-howto02 .block-goods-howto--image,.block-goods-howto04 .block-goods-howto--image {
	width: 68.84vw;
}
.block-goods-howto02 .block-goods-howto--description-inner,.block-goods-howto04 .block-goods-howto--description-inner {
	width: 100%;
}
.block-goods-howto03,.block-goods-howto05 {
	margin-top: 18.84vw;
}
.block-goods-howto03 .block-goods-howto--image,.block-goods-howto05 .block-goods-howto--image {
	width: 92.75vw;
	margin-left: auto;
}
.block-goods-howto03 .block-goods-howto--description-inner, .block-goods-howto05 .block-goods-howto--description-inner {
	margin-left: auto;
}
.block-goods-howto.block-goods-balm01 .block-goods-howto--description-inner {
	width: 100%;
}
.block-goods-howto-img {
	margin: 60px 30px 0;
}
.block-goods-howto-img h2 {
	margin: 0 0 10px;
}
.block-goods-caution {
	text-align: center;
	margin: 0 0 30px;
}
.block-goods-balm01 {
	flex-direction: column-reverse;
	border: 1px solid #E4E4E4;
	display: flex;
	flex-direction: column-reverse;
	border: 1px solid #E4E4E4;
	padding: 6vw 4.8vw;
	margin: 6vw auto 0;
	box-sizing: border-box;
	width: 85.51vw;
}
.block-goods-balm01 h2 {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 3.8vw;
}
.block-goods-balm01 .block-goods-howto--description {
	width: auto;
	margin: 0;
}
.block-goods-balm01 .block-goods-howto--description p {
	margin-top: 2.6vw;
}
.block-goods-comment1, .block-goods-comment2, .block-goods-comment3, .block-goods-comment4, .block-goods-comment5 {
	margin-bottom: 0;
}
.block-goods-comment3 {
	margin-top: 35.02vw;
}
.block-goods-desc-info {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-goods-desc-info.at-close {
	height: 98.12vw;
	padding-bottom: 24.15vw;
	overflow: hidden;
	position: relative;
}
.block-goods-desc-info.at-close::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/*height: 200px;
	*/
	height: 48.31vw;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%);
}
.block-goods-desc-info.at-close.at-open::after {
	display: none;
}
.block-goods-desc-info--btn {
	color: #FF6994;
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
	text-align: center;
	line-height: 1.46;
	/*width: 310px;
	*/
	width: 74.88vw;
	position: absolute;
	left: 50%;
	bottom: 0;
	/*margin-left: -155px;
	*/
	margin-left: -37.44vw;
	/*padding: 16px 0 11px;
	*/
	padding: 3.86vw 0 2.66vw;
	/*border: 1px solid #FF6994;
	*/
	border: 0.24vw solid #FF6994;
	background-color: #ffffff;
	z-index: 10;
	cursor: pointer;
}
.block-goods-desc-info--btn::before, .block-goods-desc-info--btn::after {
	content: "";
	position: absolute;
	/*right: 14px;
	*/
	right: 3.38vw;
	top: 50%;
	/*width: 9px;
	*/
	width: 2.17vw;
	/*height: 1px;
	*/
	height: 0.24vw;
	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: 26px;
	*/
	font-size: 6.28vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.923;
}
.block-goods-desc-info p {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 2.07;
}
.block-goods-desc-info p.block-goods-desc-info--lead {
	/*font-size: 18px;
	*/
	font-size: 4.35vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.888;
	/*margin-top: 80px;
	*/
	margin-top: 19.32vw;
}
.block-goods-desc-info p.block-goods-desc-info--lead:first-child {
	/*margin-top: 21px;
	*/
	margin-top: 5.07vw;
}
.block-goods-desc-info--note {
	/*margin-top: 4px;
	*/
	margin-top: 0.97vw;
}
.block-goods-desc-info--note li {
	color: #999999;
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 2.0;
	letter-spacing: 0.06em;
	text-indent: -1em;
	padding-left: 1em;
}
.block-goods-desc-info--image {
	text-align: center;
	/*width: 300px;
	*/
	width: 72.46vw;
	margin: 0 auto;
}
.block-goods-onestep {
	margin-bottom: 19.3vw;
	margin-left: auto;
	margin-right: auto;
}
.block-goods-onestep h2 {
	font-size: 6.28vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.92;
}
.block-goods-onestep p {
	font-size: 3.38vw;
	line-height: 2.42;
	margin-top: 6.04vw;
}
.block-goods-onestep-item {
	margin: 14vw auto 0;
}
li.block-goods-onestep-item--item {
	position: relative;
	box-sizing: border-box;
	padding: 14.49vw 4.83vw 9.6vw;
	text-align: center;
	margin-top: 12vw;
	border: 1px solid rgba(255,105,148, 0.1);
}
li.block-goods-onestep-item--item.block-goods-onestep-item--item01 {
	background: 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: 3.8vw;
	font-weight: normal;
	margin-bottom: 3.62vw;
	padding-left: 8.45vw;
	text-align: left;
	background: url(/img/usr/detail/icon_check.png) 0 50% no-repeat;
	background-size: 5.3vw 5.3vw;
}
.block-goods-onestep-item--image {
	margin: 4.83vw auto 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-goods-onestep-item--image img {
	max-width: 43.47vw;
	max-height: 60.3vw;
	width: auto;
	height: auto;
	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: 38.64vw;
	margin-top: 4.83vw;
	background-image: none;
}
.block-goods-onestep-item--item h3 {
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 7.24vw;
	font-weight: 400;
	position: absolute;
	top: -8.45vw;
	left: 50%;
	line-height: 1.2;
	min-width: 79.7vw;
	margin-left: -39.85vw;
	padding: 3.62vw 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: 4.83vw;
}
.block-goods-comment4 {
	/*margin-top: 160px;
	*/
	margin-top: 38.65vw;
}
.block-goods-precautions {
	/*width: 354px;
	*/
	width: 85.51vw;
}
.block-goods-comment2 .block-goods-precautions {
	margin: 24.15vw auto 0;
}
.block-goods-precautions + .block-goods-precautions {
	margin-top: 20.29vw;
}
.block-goods-comment2 .block-goods-precautions + .block-goods-precautions {
	margin-top: 12vw;
}
.block-goods-comment2 .block-goods-precautions--step dd {
	font-size: 3.38vw;
	line-height: 1.71;
	margin-top: 2.9vw;
	text-align: center;
}
.block-goods-precautions h2 {
	/*font-size: 26px;
	*/
	font-size: 6.28vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.923;
}
.block-goods-comment2 .block-goods-precautions h2 {
	text-align: left;
}
.block-goods-precautions h2 small {
	font-size: 4.8vw;
	margin-top: 4.83vw;
}
.block-goods-comment2 .block-goods-precautions h3 {
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 4.34vw;
	font-weight: 400;
	line-height: 1.923;
	letter-spacing: 0.04em;
}
.block-goods-precautions p {
	font-size: 3.38vw;
	text-align: left;
}
.block-goods-precautions--step {
	/*margin-top: 20px;
	*/
	margin-top: 4.83vw;
	position: relative;
}
.block-goods-precautions--step dt {
	text-align: center;
}
.block-goods-precautions--step dd {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.71;
	/*margin-top: 12px;
	*/
	margin-top: 2.9vw;
}
.block-goods-comment2 .block-goods-precautions--step dd {
	text-align: center;
}
.block-goods-precautions--step .slick-arrow {
	/*width: 30px;
	*/
	width: 7.25vw;
	/*height: 30px;
	*/
	height: 7.25vw;
	background-color: #FF6994;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	/*top: 111px;
	*/
	top: 26.81vw;
	text-indent: -9999px;
	z-index: 5;
}
.block-goods-precautions--step .slick-arrow.slick-disabled {
	display: none !important;
}
.block-goods-precautions--step .slick-arrow::before, .block-goods-precautions--step .slick-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	/*height: 1px;
	*/
	height: 0.24vw;
	background-color: #ffffff;
}
.block-goods-precautions--step .slick-arrow::before {
	/*width: 15px;
	*/
	width: 3.62vw;
}
.block-goods-precautions--step .slick-arrow::after {
	/*width: 7px;
	*/
	width: 1.69vw;
	/*margin-top: -3px;
	*/
	margin-top: -0.72vw;
}
.block-goods-precautions--step .slick-prev {
	/*left: -15px;
	*/
	left: -3.62vw;
}
.block-goods-precautions--step .slick-next {
	/*right: -15px;
	*/
	right: -3.62vw;
}
.block-goods-precautions--step .slick-prev::before {
	/*left: 8px;
	*/
	left: 1.93vw;
}
.block-goods-precautions--step .slick-prev::after {
	/*left: 8px;
	*/
	left: 1.93vw;
	transform: rotate(-40deg);
}
.block-goods-precautions--step .slick-next::before {
	/*right: 8px;
	*/
	right: 1.93vw;
}
.block-goods-precautions--step .slick-next::after {
	/*right: 8px;
	*/
	right: 1.93vw;
	transform: rotate(40deg);
}

/* PHSQ・PHSP・PHTG*/
#how-to-use.block-goods-precautions h3 {
	font-size: 4.83vw;
	display: flex;
	align-items: center;
	margin-bottom: 3.02vw;
	margin-top: 8.815vw;
}
#how-to-use.block-goods-precautions h3::before {
	content: "";
	border-top: 1px solid #707070;
	flex: 1;
	margin-right: 14.5vw;
}

#how-to-use.block-goods-precautions h3::after {
	content: "";
	border-top: 1px solid #707070;
	flex: 1;
	margin-left: 14.5vw;
}

#how-to-use.block-goods-precautions dd {
	margin-top: 3.86vw;
}

#how-to-use.block-goods-precautions .block-goods-precautions--step {
	margin-top: 0;
	margin-bottom: 8.82vw;
}
#how-to-use.block-goods-precautions .block-goods-precautions--step img {
	height: 52.19vw;
	object-fit: cover;
}

#how-to-use.block-goods-precautions .block-goods-precautions--list dl {
	margin-bottom: 8.82vw;
}

#how-to-use.block-goods-precautions .block-goods-precautions--point {
	border: 1px solid #707070;
	padding: 6.24vw;
}

#how-to-use.block-goods-precautions .block-goods-precautions--point dl:not(:last-child) {
	margin-bottom: 4.305vw;
}

#how-to-use.block-goods-precautions .block-goods-precautions--point dt {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#how-to-use.block-goods-precautions .block-goods-precautions--point img {
	width: 63.8vw;
	display: block;
	margin: 0 auto;
}

.block-goods-precautions--video {
	text-align: center;
	/*margin-top: 84px;
	*/
	margin-top: 20.29vw;
}
.block-goods-precautions--video.is-pconly {
	display: none;
}
.block-goods-precautions--video iframe {
	width: 100%;
	height: 48.07vw;
}
.block-goods-comment5 {
	/*margin-top: 90px;
	*/
	margin-top: 21.74vw;
}
.block-goods-ingredients {
	/*border-top: 1px dashed #AAAAAA;
	*/
	border-top: 0.24vw dashed #AAAAAA;
}
.block-goods-ingredients--box {
	/*border-bottom: 1px dashed #AAAAAA;
	*/
	border-bottom: 0.24vw dashed #AAAAAA;
}
.block-goods-ingredients--box h2 {
	/*font-size: 18px;
	*/
	font-size: 4.35vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.88;
	/*padding: 13px 60px 12px 20px;
	*/
	padding: 3.14vw 14.49vw 2.9vw 4.83vw;
	position: relative;
	cursor: pointer;
}
.block-goods-ingredients--box h2::before, .block-goods-ingredients--box h2::after {
	content: "";
	position: absolute;
	/*right: 20px;
	*/
	right: 4.83vw;
	top: 50%;
	/*width: 16px;
	*/
	width: 3.86vw;
	/*height: 1px;
	*/
	height: 0.24vw;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #FF6994;
}
.block-goods-ingredients--box h2::before {
	transform: rotate(-90deg);
}
.block-goods-ingredients--box h2.at-open::before {
	transform: rotate(0);
}
.block-goods-ingredients--body {
	display: none;
	/*padding: 0 20px 12px;
	*/
	padding: 0 4.83vw 2.9vw;
}
.block-goods-ingredients--body p {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.71;
}
/* カートモーダル */
.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;
	*/
	width: 12.08vw;
	/*height: 50px;
	*/
	height: 12.08vw;
	position: fixed;
	right: 0;
	top: 0;
	cursor: pointer;
}
.block-add-cart--modal-close::before, .block-add-cart--modal-close::after {
	content: "";
	position: absolute;
	/*left: 14px;
	*/
	left: 3.38vw;
	/*top: 24px;
	*/
	top: 5.8vw;
	/*width: 22px;
	*/
	width: 5.31vw;
	/*height: 2px;
	*/
	height: 0.48vw;
	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: 354px;
	*/
	width: 85.51vw;
	max-height: 80%;
	background-color: #ffffff;
	position: fixed;
	left: 50%;
	top: 10%;
	/*margin-left: -177px;
	*/
	margin-left: -42.75vw;
	overflow-y: auto;
	z-index: 300;
}
.block-add-cart--modal-box .block-add-cart--modal-box-inner {
	text-align: center;
	/*padding: 60px 0;
	*/
	padding: 14.49vw 0;
}
.block-add-cart--modal-box h3 {
	/*font-size: 22px;
	*/
	font-size: 5.31vw;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin: 0;
}
.block-add-cart--modal-box h4 {
	/*font-size: 16px;
	*/
	font-size: 3.86vw;
	font-weight: 400;
	line-height: 1.8;
	/*margin-top: 30px;
	*/
	margin-top: 7.25vw;
}
.block-add-cart--modal-box p {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.8;
	/*margin-top: 8px;
	*/
	margin-top: 1.93vw;
}
.block-add-cart--modal-counter-area {
	display: flex;
	align-items: center;
	margin: 0;
	/*width: 295px;
	*/
	width: 71.26vw;
}
p.block-add-cart--modal-counter-text {
	/*width: 62px;
	*/
	width: 14.98vw;
	text-align: center;
	margin: 0;
}
.block-add-cart--modal-counter-box {
	position: relative;
	/*width: 233px;
	*/
	width: 56.28vw;
}
.block-add-cart--modal-counter-box input.counter_num {
	color: #ff6994;
	/*font-size: 16px;
	*/
	font-size: 3.86vw;
	font-weight: bold;
	text-align: center;
	/*width: 125px;
	*/
	width: 30.19vw;
	/*height: 45px;
	*/
	height: 10.87vw;
	border: 0;
	/*border-top: 1px solid #ff6994;
	*/
	border-top: 0.24vw solid #ff6994;
	/*border-bottom: 1px solid #ff6994;
	*/
	border-bottom: 0.24vw solid #ff6994;
}
.block-add-cart--modal-counter-box .counter_btn {
	color: #ffffff;
	/*font-size: 24px;
	*/
	font-size: 5.8vw;
	font-weight: bold;
	/*width: 54px;
	*/
	width: 13.04vw;
	/*height: 45px;
	*/
	height: 10.87vw;
	background-color: #ff6994;
	/*border: 1px solid #ff6994;
	*/
	border: 0.24vw 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-minus {
	left: 0;
}
.block-add-cart--modal-counter-box .counter_btn-plus {
	right: 0;
}
.block-add-cart--modal-box-btn {
	/*width: 295px;
	*/
	width: 71.26vw;
	/*margin: 25px auto 0;
	*/
	margin: 6.04vw auto 0;
}
.block-add-cart--modal-box-btn .block-add-cart--btn {
	/*height: 70px;
	*/
	height: 16.91vw;
	/*margin: 15px 0 0;
	*/
	margin: 3.62vw 0 0;
	/*padding-left: 118px;
	*/
	padding-left: 28.5vw;
	text-align: left;
	background-image: url("../../img/usr/common/ico_cart_w.png");
	/*background-position: 75px center;
	*/
	background-position: 18.12vw center;
	background-repeat: no-repeat;
	/*background-size: 25px auto;
	*/
	background-size: 6.04vw 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: 25px auto 0;
	*/
	margin: 6.04vw auto 0;
	/*width: 285px;
	*/
	width: 68.84vw;
}
.block-add-cart--modal-box-outside li {
	/*margin: 0 0 10px;
	*/
	margin: 0 0 2.42vw;
}
/**/
/*CSSによる商品詳細画面の項目の並び順変更用*/
.block-goods-detail {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	/*margin: 0 30px;
	*/
	margin: 0 7.25vw;
	/*padding-top: 10px;
	*/
	padding-top: 2.42vw;
	position: relative;
}
.block-src-l {
	order: 10;
}
.block-src-c {
	order: 20;
}
.block-goods-gallery {
	order: 30;
}
.block-goods-name2 {
	order: 35;
}
.block-goods-name {
	order: 40;
}
.page-goods .block-icon {
	order: 5;
}
.block-goods-type {
	order: 50;
}
.block-goods-comment {
	order: 60;
}
.block-goods-detail--promotion-freespace {
	order: 70;
}
.block-goods-affix-list {
	order: 80;
}
.block-goods-price {
	order: 100;
}
.block-goods-code {
	order: 100;
}
.block-goods-item-code {
	order: 110;
}
.block-goods-item-code2 {
	order: 120;
}
.block-goods-item-code3 {
	order: 130;
}
.block-goods-release-dt {
	order: 140;
}
.block-goods-class1 {
	order: 150;
}
.block-goods-class2 {
	order: 160;
}
.block-goods-attr1 {
	order: 170;
}
.block-goods-attr2 {
	order: 180;
}
.block-goods-attr3 {
	order: 90;
}
.block-goods-point {
	order: 110;
}
.block-goods-postage {
	order: 210;
}
.block-goods-stock {
	order: 220;
}
.block-goods-spec {
	order: 230;
}
.block-goods-sales-detail-append {
	order: 240;
}
.block-variation {
	order: 250;
}
.block-custom-order {
	order: 260;
}
.block-goods-comment6 {
	order: 265;
	margin: 6.52vw 0 0;
	font-size: 3.14vw;
}
.block-add-cart {
	order: 270;
}
.block-goods-favorite {
	order: 280;
}
.block-arrival-notice {
	order: 290;
}
.block-no-stock {
	order: 300;
}
.block-goods-store-stock {
	order: 310;
}
.block-variation-back-order {
	order: 320;
}
.block-goods-set {
	order: 330;
}
.block-goods-sns {
	order: 340;
}
.block-contact-about-goods {
	order: 350;
}
.block-goods-link {
	order: 360;
}
.block-goods-comment1 {
	order: 370;
}
.block-goods-comment2 {
	order: 380;
}
.block-goods-comment3 {
	order: 390;
}
.block-goods-comment4 {
	order: 400;
}
.block-goods-comment5 {
	order: 410;
}
.block-rules-comment {
	order: 420;
}
.block-goods-revico {
	order: 70;
}
.block-goods-size {
	order: 80;
}
.block-shop-search--btn {
	order: 290;
}
/* ----5つのお得---- */
.block-benefits {
	/*padding: 31px 0 33px;
	*/
	padding: 7.49vw 0 7.97vw;
	background-color: #F9F9F9;
}
.block-benefits h2 {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: center;
	line-height: 1.3;
	position: relative;
}
.block-benefits h2::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	/*width: 200px;
	*/
	width: 48.31vw;
	/*height: 15px;
	*/
	height: 3.62vw;
	/*margin-left: -100px;
	*/
	margin-left: -24.15vw;
	background-color: #f9eff2;
}
.block-benefits h2 span {
	position: relative;
	z-index: 1;
}
.block-benefits ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.block-benefits ul li {
	text-align: center;
	/*margin-top: 30px;
	*/
	margin-top: 7.25vw;
}
.block-benefits ul li a {
	text-decoration: none;
}
.block-benefits ul li p {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.57;
	/*margin-top: 10px;
	*/
	margin-top: 2.42vw;
}
.block-benefits ul li.block-benefits--free, .block-benefits ul li.block-benefits--point, .block-benefits ul li.block-benefits--gift {
	/*width: 127px;
	*/
	width: 30.68vw;
}
.block-benefits ul li.block-benefits--regular, .block-benefits ul li.block-benefits--clock {
	/*width: 162px;
	*/
	width: 39.13vw;
}
.block-benefits-icon-free img {
	/*width: 75px;
	*/
	width: 18.12vw;
}
.block-benefits-icon-point img {
	/*width: 60px;
	*/
	width: 14.49vw;
}
.block-benefits-icon-gift img {
	/*width: 65px;
	*/
	width: 15.7vw;
}
.block-benefits-icon-regular img {
	/*width: 71px;
	*/
	width: 17.15vw;
}
.block-benefits-icon-clock img {
	/*width: 60px;
	*/
	width: 14.49vw;
}
.block-benefits-next {
	text-align: center;
	/*padding: 25px 30px 0;
	*/
	padding: 6.04vw 7.25vw 0;
}
.block-benefits-next a {
	color: #FF6994;
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
	font-weight: bold;
	line-height: 1.76;
	letter-spacing: 0.02em;
	text-decoration: none;
	display: inline-block;
	/*padding: 0 30px 0 28px;
	*/
	padding: 0 7.25vw 0 6.76vw;
	position: relative;
}
.block-benefits-next a::before, .block-benefits-next a::after {
	content: "";
	position: absolute;
	background-color: #FF6994;
	/*height: 2px;
	*/
	height: 0.48vw;
}
.block-benefits-next a::before {
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-benefits-next a::after {
	/*width: 10px;
	*/
	width: 2.42vw;
	right: 0;
	/*bottom: 3px;
	*/
	bottom: 0.72vw;
	transform: rotate(40deg);
}
/* ----トップページ本文 MV---- */
/* ----トップページ本文 お知らせ---- */
.block-top--important-info {
	/*width: 354px;
	*/
	width: 85.51vw;
	/*margin: 33px auto 0;
	*/
	margin: 7.97vw auto 0;
	background-color: #F9F9F9;
}
.block-top--important-info ul {
	/*padding: 12px 0 10px;
	*/
	padding: 2.9vw 0 2.42vw;
}
.block-top--important-info ul li {
}
.block-top--important-info ul li a {
	color: #FF6994;
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.714;
	text-decoration: none;
	display: block;
	/*padding: 0 70px 0 30px;
	*/
	padding: 0 16.91vw 0 7.25vw;
	position: relative;
}
.block-top--important-info ul li a::before, .block-top--important-info ul li a::after {
	content: "";
	position: absolute;
	/*right: 18px;
	*/
	right: 4.35vw;
	top: 50%;
	/*height: 1px;
	*/
	height: 0.24vw;
	background-color: #FF6994;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.block-top--important-info ul li a::before {
	/*width: 32px;
	*/
	width: 7.73vw;
}
.block-top--important-info ul li a::after {
	/*width: 10px;
	*/
	width: 2.42vw;
	transform: rotate(35deg);
	/*margin-top: -3px;
	*/
	margin-top: -0.72vw;
}
.block-top--important-info ul li a:hover::before {
	/*transform: translateX(5px);
	*/
	transform: translateX(1.21vw);
}
.block-top--important-info ul li a:hover::after {
	/*transform: translateX(5px) rotate(35deg);
	*/
	transform: translateX(1.21vw) rotate(35deg);
}
/* ----トップページ本文 ABOUT---- */
.block-top--about {
	width: 100%;
	/*margin: 68px auto 0;
	*/
	margin: 16.43vw auto 0;
}
.block-top--about-image {
	/*width: 350px;
	*/
	width: 84.54vw;
}
.block-top--about-description {
	/*width: 354px;
	*/
	width: 85.51vw;
	/*margin: 74px auto 0;
	*/
	margin: 17.87vw auto 0;
}
.block-top--about-description .block-top--title {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.4;
	margin: 0;
}
.block-top--about-description .block-top--title strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	display: block;
}
.block-top--section-lead {
	/*font-size: 26px;
	*/
	font-size: 6.28vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.04em;
	/*margin-top: 11px;
	*/
	margin-top: 2.66vw;
}
.block-top--section-txt {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 2.4;
	/*margin-top: 35px;
	*/
	margin-top: 8.45vw;
}
.block-top--section-lead + .block-top--section-txt {
	/*margin-top: 26px;
	*/
	margin-top: 6.28vw;
}
ul.block-top--section-btn {
	/*padding-top: 25px;
	*/
	padding-top: 6.04vw;
}
ul.block-top--section-btn li {
	/*width: 260px;
	*/
	width: 62.8vw;
	/*margin-top: 20px;
	*/
	margin-top: 4.83vw;
}
ul.block-top--section-btn li a {
	color: #FF6994;
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	/*padding: 18px 0 17px;
	*/
	padding: 4.35vw 0 4.11vw;
	text-decoration: none;
	display: block;
	/*border: 1px solid #FF6994;
	*/
	border: 0.24vw solid #FF6994;
}
ul.block-top--section-btn li a:hover {
	color: #ffffff;
	background-color: #FF6994;
}
/* ----トップページ予備テンプレート2---- */
/* ----トピック（INFORMATION）---- */
.block-top-topic {
	/*margin: 168px 30px 0;
	*/
	margin: 10.58vw 7.25vw 0;
}
h2.block-top-topic--header {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.4;
	/*margin: 0 0 10px;
	*/
	margin: 0 0 2.42vw;
	border: 0;
}
h2.block-top-topic--header strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	display: block;
}
.block-topic-page--article-body {
	margin: 0;
	/*font-size: 15px;
	*/
	font-size: 3.62vw;
}
.block-topic-page--article-body p {
	/*font-size: 15px;
	*/
	font-size: 3.62vw;
}
.block-top-topic--items {
	/*border-top: 1px dashed #AAAAAA;
	*/
	border-top: 0.24vw dashed #AAAAAA;
}
.block-top-topic--items li {
	padding: 0;
	/*border-bottom: 1px dashed #AAAAAA;
	*/
	border-bottom: 0.24vw dashed #AAAAAA;
}
.block-top-topic--items li a {
	/*padding: 22px 10px 15px;
	*/
	padding: 5.31vw 2.42vw 3.62vw;
	display: flex;
	align-items: flex-start;
}
.block-top-topic--items li dt {
	color: #FF6994;
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 1.8;
}
.block-top-topic--items li dd {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.714;
}
.block-top-topic--items li a:after {
	display: none;
}
.block-top-topic--next-page {
	/*padding: 32px 0 0;
	*/
	padding: 7.73vw 0 0;
}
.block-top-topic--next-page a {
	color: #FF6994;
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
	font-weight: bold;
	line-height: 1.76;
	letter-spacing: 0.02em;
	text-decoration: none;
	display: inline-block;
	/*padding: 0 30px 0 28px;
	*/
	padding: 0 7.25vw 0 6.76vw;
	position: relative;
}
.block-top-topic--next-page a::before, .block-top-topic--next-page a::after {
	content: "";
	position: absolute;
	background-color: #FF6994;
	/*height: 2px;
	*/
	height: 0.48vw;
}
.block-top-topic--next-page a::before {
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-top-topic--next-page a::after {
	/*width: 10px;
	*/
	width: 2.42vw;
	right: 0;
	/*bottom: 3px;
	*/
	bottom: 0.72vw;
	transform: rotate(40deg);
}
.block-top-topic--items li a dl {
	width: calc(100% - (220/630) * 100%);
	padding: 0 5px 0 0;
}
.block-top-topic--image {
	max-width: 250px;
	width: calc((220/630) * 100%);
	font-size: 0;
}
/* ----トップページ　雑誌・メディア掲載---- */
.block-top-media {
	/*margin: 165px 30px 0;
	*/
	margin: 21.86vw 7.25vw 0;
}
h2.block-top-media--header {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.4;
	/*margin: 0 0 10px;
	*/
	margin: 0 0 2.42vw;
	border: 0;
}
h2.block-top-media--header strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	display: block;
}
.block-top-media--items, .block-topic-details--items {
	/*border-top: 1px dashed #AAAAAA;
	*/
	border-top: 0.24vw dashed #AAAAAA;
}
.block-topic-details--items {
	margin: 0;
}
.block-top-media--items li, .block-topic-details--items li {
	padding: 0;
	/*border-bottom: 1px dashed #AAAAAA;
	*/
	border-bottom: 0.24vw dashed #AAAAAA;
}
.block-top-media--items li a, .block-topic-details--items li a, .block-top-media--items li span.at-nolink, .block-topic-details--items li span.at-nolink {
	text-decoration: none;
	/*padding: 22px 10px 15px;
	*/
	padding: 5.31vw 2.42vw 3.62vw;
	display: block;
}
.block-top-media--items li dt, .block-topic-details--items li dt {
	color: #FF6994;
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 1.8;
}
.block-top-media--items li dd, .block-topic-details--items li dd {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.714;
}
.block-top-media--items li a:after, .block-topic-details--items li a::after {
	display: none;
}
.block-top-media--next-page {
	text-align: right;
	/*padding: 32px 0 0;
	*/
	padding: 7.73vw 0 0;
}
.block-top-media--next-page a {
	color: #FF6994;
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
	font-weight: bold;
	line-height: 1.76;
	letter-spacing: 0.02em;
	text-decoration: none;
	display: inline-block;
	/*padding: 0 30px 0 28px;
	*/
	padding: 0 7.25vw 0 6.76vw;
	position: relative;
}
.block-top-media--next-page a::before, .block-top-media--next-page a::after {
	content: "";
	position: absolute;
	background-color: #FF6994;
	/*height: 2px;
	*/
	height: 0.48vw;
}
.block-top-media--next-page a::before {
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-top-media--next-page a::after {
	/*width: 10px;
	*/
	width: 2.42vw;
	right: 0;
	/*bottom: 3px;
	*/
	bottom: 0.72vw;
	transform: rotate(40deg);
}
h1.block-topic-details--header {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.4;
	/*margin: 0 0 10px;
	*/
	margin: 0 0 2.42vw;
	border: 0;
	color: #999999;
}
h1.block-topic-details--header strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	display: block;
}
.block-topic-details--image {
	max-width: 250px;
	width: calc((220/630) * 100%);
	font-size: 0;
}
.block-topic-details--items li a {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
	width: 100%;
}
.block-topic-details--items li a dl {
	width: calc(100% - (220/630) * 100%);
	padding: 0 5px 0 0;
}
/* ----トップページ　バナー---- */
.block-top--banner {
	/*margin: 60px 0 0;
	*/
	margin: 14.49vw 0 0;
}
.page-top .block-top--banner {
	/*margin: 170px 0 0;
	*/
	margin: 41.06vw 0 0;
}
.block-top--banner a {
	display: block;
	text-align: center;
}
/* ----トップページ　ショップリスト---- */
.block-top--shop-list {
	/*height: 350px;
	*/
	height: 84.54vw;
	/*margin: 170px 30px 0;
	*/
	margin: 41.06vw 7.25vw 0;
	background-color: #F9F9F9;
	background-image: url("../../img/usr/top/shoplist_bg.png");
	/*background-position: 27px 57px;
	*/
	background-position: 6.52vw 13.77vw;
	background-repeat: no-repeat;
	/*background-size: 300px auto;
	*/
	background-size: 72.46vw auto;
}
.block-top--shop-list-inner {
	/*padding: 35px 0 0 30px;
	*/
	padding: 8.45vw 0 0 7.25vw;
}
.block-top--shop-list h2.block-top--title {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.4;
	margin: 0;
}
.block-top--shop-list h2.block-top--title strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	display: block;
}
.block-top--shop-list .block-top--link-arrow {
	/*margin-top: 4px;
	*/
	margin-top: 0.97vw;
}
.block-top--shop-list .block-top--link-arrow a {
	color: #FF6994;
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	font-weight: bold;
	line-height: 1.57;
	letter-spacing: 0.02em;
	text-decoration: none;
	display: inline-block;
	/*padding: 0 30px 9px 28px;
	*/
	padding: 0 7.25vw 2.17vw 6.76vw;
	position: relative;
}
.block-top--shop-list .block-top--link-arrow a::before, .block-top--shop-list .block-top--link-arrow a::after {
	content: "";
	position: absolute;
	background-color: #FF6994;
	/*height: 2px;
	*/
	height: 0.48vw;
}
.block-top--shop-list .block-top--link-arrow a::before {
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-top--shop-list .block-top--link-arrow a::after {
	/*width: 10px;
	*/
	width: 2.42vw;
	right: 0;
	/*bottom: 3px;
	*/
	bottom: 0.72vw;
	transform: rotate(40deg);
}
/* ----トップページ　トピックス---- */
.block-top--topics {
	/*margin: 170px 30px 0;
	*/
	margin: 20.06vw 7.25vw 0;
}
h2.block-top-topics--header {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.4;
	/*margin: 0 0 10px;
	*/
	margin: 0 0 2.42vw;
}
h2.block-top-topics--header strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	display: block;
}
.block-top-topics--items li {
	/*margin-top: 40px;
	*/
	margin-top: 9.66vw;
}
.block-top-topics--items li:first-child {
	margin-top: 0;
}
.block-top-topics--items li a {
	display: block;
	text-decoration: none;
}
.block-top-topics--items-image {
	text-align: center;
}
.block-top-topics--items-title {
	color: #FF6994;
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.35;
	/*margin-top: 13px;
	*/
	margin-top: 3.14vw;
}
.block-top-topics--items li p {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.71;
	/*margin-top: 5px;
	*/
	margin-top: 1.21vw;
}
.block-top-topics--next-page {
	text-align: right;
	/*padding: 19px 0 0;
	*/
	padding: 4.59vw 0 0;
}
.block-top-topics--next-page a {
	color: #FF6994;
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
	font-weight: bold;
	line-height: 1.76;
	letter-spacing: 0.02em;
	text-decoration: none;
	display: inline-block;
	/*padding: 0 30px 0 28px;
	*/
	padding: 0 7.25vw 0 6.76vw;
	position: relative;
}
.block-top-topics--next-page a::before, .block-top-topics--next-page a::after {
	content: "";
	position: absolute;
	background-color: #FF6994;
	/*height: 2px;
	*/
	height: 0.48vw;
}
.block-top-topics--next-page a::before {
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-top-topics--next-page a::after {
	/*width: 10px;
	*/
	width: 2.42vw;
	right: 0;
	/*bottom: 3px;
	*/
	bottom: 0.72vw;
	transform: rotate(40deg);
}
/* ----トップページ revico---- */
#block_of_free2 #revico-comment .revico-widget {
	flex-direction: column;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-height: 95vw;
}
#block_of_free2 #revico-comment .revico-review-comment-row-wrapper.revico-review-comment-row-wrapper {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}
#block_of_free2 #revico-comment .revico-review-comment-row-wrapper .revico-review-comment-row.revico-review-comment-row {
	width: 100% !important;
	margin: 0 0 4% 0 !important;
	padding: 0 !important;
}
#block_of_free2 .revico-review-comment-row .revico-review-comment-detail {
	text-align: center !important;
	width: 92% !important;
	position: relative;
	min-height: 128px;
	padding: 10px 10px 10px 110px !important;
}
#block_of_free2 .revico-review-comment-row .revico-review-comment-detail--product-name {
	font-weight: bold !important;
	max-height: 170px !important;
	height: auto !important;
	position: static;
	padding-bottom: 0 !important;
}
#block_of_free2 .revico-review-comment-detail--product-name p {
	width: auto !important;
	text-align: left !important;
}
#block_of_free2 .revico-review-comment-row .revico-review-comment-detail--product-name span {
	bottom: 0.5em !important;
}
#block_of_free2 .revico-review-comment-detail--product-name-image {
	left: 0;
	position: absolute;
	top: 10px;
	width: 100px;
}
#block_of_free2 .revico-review-comment-row .revico-review-comment-detail--product-name-image img {
	text-align: center !important;
	max-height: 100% !important;
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	margin-right: 0 !important;
}
#block_of_free2 #revico-comment .revico-star-block {
	margin-top: 0 !important;
	justify-content: flex-start !important;
}
#block_of_free2 #revico-comment .revico-star-block--rate {
	transform-origin: left !important;
	margin: 0;
}
#block_of_free2 .revico-review-comment-detail--content {
	-webkit-line-clamp: 3 !important;
	width: auto !important;
	margin-bottom: 1.5em;
}
#block_of_free2 .revico-review-comment-row .revico-review-comment-detail--comment {
	width: auto !important;
}
/* ----並べ替え---- */
.block-sort--header {
	display: none;
}
.block-sort--element {
	margin: 0 30px;
	display: block !important;
}
.block-sort--select {
	display: block;
	height: auto;
	padding: 0;
}
.block-sort--select select {
	width: 100%;
}
/**/
.block-goods-list--top-wrap {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 30px 12px;
}
.block-goods-list--top-wrap .pager-total {
	display: flex;
	align-items: center;
	order: 2;
	min-height: 9.6vw;
	margin-right: 5px;
	padding: 3px;
}
.block-goods-list--top-wrap .block-goods-list--sort-order-items,
.block-goods-list--top-wrap .block-goods-list--sort-order-category {
	width: 200px;
	display: block;
}
.block-goods-list--top-wrap .block-goods-list--sort-order-items {
	order: 1;
}
.block-goods-list--top-wrap .block-goods-list--sort-order-category {
	order: 3;
	margin-top: 10px;
}
.block-goods-list--sort-order-category.is_PC {
	display: none !important;
}
.pager-total {
	display: flex;
	align-items: center;
	order: 2;
	min-height: 9.6vw;
	margin-right: 5px;
	padding: 3px;
}
.block-goods-list--top-wrap {
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 30px 12px;
}
.block-goods-list--top-wrap .block-goods-list--sort-order-items,
.block-goods-list--top-wrap .block-goods-list--sort-order-category {
	width: 200px;
}
.block-goods-list--top-wrap .block-goods-list--sort-order-items {
	order: 1;
}
.block-goods-list--top-wrap .block-goods-list--sort-order-category {
	order: 3;
	margin-top: 10px;
}
.block-goods-list--top-wrap .block-goods-list-naviframe, .block-goods-list--top-wrap .block-sort--element {
	margin: 0;
}
/* ----アイコン---- */
.block-icon > span {
	/*font-size: 11px;
	*/
	font-size: 2.66vw;
	line-height: 1.0;
	text-align: center;
	/*padding: 5px 10px 4px;
	*/
	padding: 1.21vw 2.42vw 0.97vw;
	display: inline-block;
	background-color: #F9F9F9;
	/* border-radius: 50px;
	*/
	border-radius: 2.08vw;
}
/* ----商品一覧　ボタン付き---- */
.block-goods-detail-j--items {
	/*margin: 0 30px;
	*/
	margin: 0 7.25vw;
	border: 0;
}
.block-goods-detail-j--items li {
	border: 0;
	padding: 0;
}
.block-goods-detail-j--items > li {
	text-align: center;
	/*margin: 30px 0 0;
	*/
	margin: 7.25vw 0 0;
	/*padding: 10px 10px 32px;
	*/
	padding: 2.42vw 2.42vw 7.73vw;
	position: relative;
	border: 1px solid #EBECEE;
}
.block-goods-detail-j--items > li.dryskincare {
	background: #FFE6ED;
}
.block-goods-detail-j--items > li.balancecare {
	background: #EBFFE8;
}
.block-goods-detail-j--goods-description, .block-goods-detail-j--goods-image, .block-goods-detail-j--goods-spec {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}
.block-goods-detail-j--items > li .block-icon {
	text-align: left;
}
.block-goods-detail-j--items > li .block-icon > span {
	/*margin: 0 5px 5px 0;
	*/
	margin: 0 1.21vw 1.21vw 0;
}
.block-goods-detail-j--goods-name {
	/*margin-top: 17px;
	*/
	margin-top: 4.11vw;
}
.block-goods-detail-j--goods-name a {
	color: #FF6994;
	/*font-size: 22px;
	*/
	font-size: 5.31vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.545;
	display: block;
}
.block-goods-detail-j--goods-catch {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.85;
}
.block-goods-detail-j--goods-favorite {
	/*width: 30px;
	*/
	width: 7.25vw;
	/*height: 30px;
	*/
	height: 7.25vw;
	position: absolute;
	/*right: 8px;
	*/
	right: 1.93vw;
	/*top: 10px;
	*/
	top: 2.42vw;
	border-radius: 50%;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 14px auto;
	*/
	background-size: 3.38vw auto;
}
.block-goods-detail-j--goods-image {
	/*width: 300px;
	*/
	width: 72.46vw;
	/*height: 322px;
	*/
	height: 77.78vw;
	/*margin: 13px auto 0;
	*/
	margin: 3.14vw auto 0;
	position: relative;
}
.block-goods-detail-j--goods-image figure {
	/*width: 300px;
	*/
	width: 72.46vw;
	/*height: 322px;
	*/
	height: 77.78vw;
	background-color: #ffffff;
}
.block-icon--auto-new {
	position: absolute;
	left: 0;
	top: 0;
	/*width: 60px;
	*/
	width: 14.49vw;
}
.block-goods-detail-j--goods-spec {
	/*margin-top: 10px;
	*/
	margin-top: 2.42vw;
}
.block-goods-detail-j--goods-type {
}
.block-goods-detail-j--goods-type span {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	text-align: center;
	display: inline-block;
	/*padding: 3px 10px 2px;
	*/
	padding: 0.72vw 2.42vw 0.48vw;
	/*border: 1px solid #DBDBDB;
	*/
	border: 0.24vw solid #DBDBDB;
}
.block-goods-detail-j--price-items {
	/*margin-top: 6px;
	*/
	margin-top: 1.45vw;
}
.block-goods-detail-j--goods-add-cart {
	/*margin: 10px auto 0;
	*/
	margin: 2.42vw auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-goods-detail-j--goods-add-cart li {
	/*width: 160px;
	*/
	width: 38.65vw;
	/*margin: 0 3px;
	*/
	margin: 0 0.72vw;
}
.block-goods-detail-j--goods-add-cart li a {
	text-align: left;
	/*padding-left: 60px;
	*/
	padding-left: 14.49vw;
	background-repeat: no-repeat;
}
.block-list-add-cart-btn {
	background-image: url("../../img/usr/common/ico_cart_w.png");
	/*background-position: 19px center;
	*/
	background-position: 4.59vw center;
	/*background-size: 19px auto;
	*/
	background-size: 4.59vw auto;
}
.block-list-regular-cart-btn {
	background-image: url("../../img/usr/common/ico_regular_w.png");
	/*background-position: 17px center;
	*/
	background-position: 4.11vw center;
	/*background-size: 20px auto;
	*/
	background-size: 4.83vw auto;
}
.block-goods-detail-j--goods-revico {
	/*margin-top: 13px;
	*/
	margin-top: 3.14vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-goods-detail-j--goods-revico-star {
	/*height: 13px;
	*/
	height: 3.14vw;
}
.block-goods-detail-j--goods-revico-star img {
	/*height: 13px;
	*/
	height: 3.14vw;
	width: auto;
	vertical-align: top;
}
.block-goods-detail-j--goods-revico span {
	/*font-size: 10px;
	*/
	font-size: 2.42vw;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
}
.block-goods-detail-j--goods-item {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 1.666;
	/*margin-top: 12px;
	*/
	margin-top: 2.9vw;
}
.block-goods-detail-j--goods-size {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 1.416;
}
/* ----商品一覧　ボタンなし---- */
.block-thumbnail-t--items {
	margin: 0;
	padding: 0;
	border: 0;
}
.block-thumbnail-t--items li {
	text-align: center;
	/*margin: 0 10px 10px;
	*/
	margin: 0 2.42vw 2.42vw;
	/*padding: 10px 0 32px;
	*/
	padding: 2.42vw 0 7.73vw;
	position: relative;
	border: 1px solid #EBECEE;
	display: block;
	width: 281px;
}
.block-thumbnail-t--goods-description {
	/*margin: 0 10px;
	*/
	margin: 0 2.42vw;
}
.block-thumbnail-t--items .block-icon {
	text-align: left;
}
.block-thumbnail-t--items .block-icon > span {
	/*margin: 0 5px 5px 0;
	*/
	margin: 0 1.21vw 1.21vw 0;
}
.block-thumbnail-t--goods-name {
	color: #FF6994;
	/*font-size: 22px;
	*/
	font-size: 5.31vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.545;
	letter-spacing: 0.05em;
	display: block;
	/*padding-top: 17px;
	*/
	padding-top: 4.11vw;
}
#block_of_accessory .block-thumbnail-t--goods-name {
	font-size: 4.9vw;
}
.block-thumbnail-t--goods-catch {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.85;
}
.block-thumbnail-t--goods-favorite {
	/*width: 30px;
	*/
	width: 7.25vw;
	/*height: 30px;
	*/
	height: 7.25vw;
	position: absolute;
	/*right: 8px;
	*/
	right: 1.93vw;
	/*top: 10px;
	*/
	top: 2.42vw;
	border-radius: 50%;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 14px auto;
	*/
	background-size: 3.38vw auto;
}
.block-thumbnail-t--goods-image {
	width: 100%;
	/*height: 300px;
	*/
	height: 72.46vw;
	/*margin: 13px auto 0;
	*/
	margin: 3.14vw auto 0;
	position: relative;
}
.block-thumbnail-t--goods-image figure {
	width: 100%;
	/*height: 300px;
	*/
	height: 72.46vw;
	background-color: #ffffff;
	padding: 0;
	min-width: auto;
	min-height: auto;
}
.block-icon--auto-new {
	position: absolute;
	/*left: 10px;
	*/
	left: 2.42vw;
	top: 0;
	/*width: 60px;
	*/
	width: 14.49vw;
}
.block-thumbnail-t--goods-spec {
	/*margin: 10px 10px 0;
	*/
	margin: 2.42vw 2.42vw 0;
}
.block-thumbnail-t--goods-type {
}
.block-thumbnail-t--goods-type span {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	text-align: center;
	display: inline-block;
	/*padding: 3px 10px 2px;
	*/
	padding: 0.72vw 2.42vw 0.48vw;
	/*border: 1px solid #DBDBDB;
	*/
	border: 0.24vw solid #DBDBDB;
}
.block-thumbnail-t--goods-revico {
	/*margin-top: 13px;
	*/
	margin-top: 3.14vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-thumbnail-t--goods-revico-star {
	/*height: 13px;
	*/
	height: 3.14vw;
}
.block-thumbnail-t--goods-revico-star img {
	/*height: 13px;
	*/
	height: 3.14vw;
	width: auto;
	vertical-align: top;
}
.block-thumbnail-t--goods-revico span {
	/*font-size: 10px;
	*/
	font-size: 2.42vw;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
}
.block-thumbnail-t--goods-item {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 1.666;
	/*margin-top: 12px;
	*/
	margin-top: 2.9vw;
}
.block-thumbnail-t--goods-size {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 1.416;
}
.block-thumbnail-t--goods-add-cart {
	/*margin: 10px auto 0;
	*/
	margin: 2.42vw auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#block_of_accessory .block-thumbnail-t--goods-add-cart {
	display: none;
}
.block-thumbnail-t--goods-add-cart li {
	/*width: 160px;
	*/
	width: 38.65vw;
	/*margin: 0 3px;
	*/
	margin: 0 0.72vw;
	border: none;
}
#block_of_accessory .block-thumbnail-t--goods-add-cart li {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}
#block_of_accessory .block-thumbnail-t--goods-add-cart li:last-child {
	margin: 0;
}
.block-thumbnail-t--goods-add-cart li a {
	text-align: left;
	/*padding-left: 60px;
	*/
	padding-left: 14.49vw;
	background-repeat: no-repeat;
	width: 100%;
}
#block_of_accessory .block-thumbnail-t--goods-add-cart li a {
	padding-left: 2vw;
	text-align: center;
}
/* ----商品一覧　関連商品---- */
.block-accessory-list--name {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.4;
	text-align: center;
	/*margin: 170px 0 5px;
	*/
	margin: 41.06vw 0 1.21vw;
}
.block-accessory-list--name strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	display: block;
}
.block-cart-i--items {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
}
.block-cart-i--items li {
	text-align: center;
	margin: 0 10px 10px;
	/*padding: 10px 0 32px;
	*/
	padding: 2.42vw 0 7.73vw;
	position: relative;
	border: 1px solid #EBECEE;
	display: block;
	width: 281px;
}
.block-cart-i--goods-description {
	margin: 0 10px;
}
.block-cart-i--items .block-icon {
	text-align: left;
}
.block-cart-i--items .block-icon > span {
	/*margin: 0 5px 5px 0;
	*/
	margin: 0 1.21vw 1.21vw 0;
}
.block-cart-i--goods-name {
	color: #FF6994;
	/*font-size: 22px;
	*/
	font-size: 5.31vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.545;
	display: block;
	/*margin-top: 17px;
	*/
	margin-top: 4.11vw;
}
.block-cart-i--goods-catch {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.85;
}
.block-cart-i--goods-favorite {
	/*width: 30px;
	*/
	width: 7.25vw;
	/*height: 30px;
	*/
	height: 7.25vw;
	position: absolute;
	/*right: 8px;
	*/
	right: 1.93vw;
	/*top: 10px;
	*/
	top: 2.42vw;
	border-radius: 50%;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 14px auto;
	*/
	background-size: 3.38vw auto;
}
.block-cart-i--goods-image {
	width: 100%;
	/*height: 300px;
	*/
	height: 72.46vw;
	/*margin: 13px auto 0;
	*/
	margin: 3.14vw auto 0;
	position: relative;
}
.block-cart-i--goods-image figure {
	width: 100%;
	/*height: 300px;
	*/
	height: 72.46vw;
	background-color: #ffffff;
	padding: 0;
	min-width: auto;
	min-height: auto;
}
.block-icon--auto-new {
	position: absolute;
	/*left: 10px;
	*/
	left: 2.42vw;
	top: 0;
	/*width: 60px;
	*/
	width: 14.49vw;
}
.block-cart-i--goods-spec {
	/*margin: 10px 10px 0;
	*/
	margin: 2.42vw 2.42vw 0;
}
.block-cart-i--goods-type {
}
.block-cart-i--goods-type span {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	text-align: center;
	display: inline-block;
	/*padding: 3px 10px 2px;
	*/
	padding: 0.72vw 2.42vw 0.48vw;
	/*border: 1px solid #DBDBDB;
	*/
	border: 0.24vw solid #DBDBDB;
}
.block-cart-i--goods-revico {
	/*margin-top: 13px;
	*/
	margin-top: 3.14vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block-cart-i--goods-revico-star {
	/*height: 13px;
	*/
	height: 3.14vw;
}
.block-cart-i--goods-revico-star img {
	/*height: 13px;
	*/
	height: 3.14vw;
	width: auto;
	vertical-align: top;
}
.block-cart-i--goods-revico span {
	/*font-size: 10px;
	*/
	font-size: 2.42vw;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
}
.block-cart-i--goods-item {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 1.666;
	/*margin-top: 12px;
	*/
	margin-top: 2.9vw;
}
.block-cart-i--goods-size {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 1.416;
}
.block-cart-i--items .slick-arrow {
	/*width: 30px;
	*/
	width: 7.25vw;
	/*height: 30px;
	*/
	height: 7.25vw;
	background-color: #FF6994;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	/*margin-top: -15px;
	*/
	margin-top: -3.62vw;
	z-index: 5;
}
.block-cart-i--items .slick-arrow::before, .block-cart-i--items .slick-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	/*height: 1px;
	*/
	height: 0.24vw;
	background-color: #ffffff;
}
.block-cart-i--items .slick-arrow::before {
	/*width: 15px;
	*/
	width: 3.62vw;
}
.block-cart-i--items .slick-arrow::after {
	/*width: 7px;
	*/
	width: 1.69vw;
	/*margin-top: -3px;
	*/
	margin-top: -0.72vw;
}
.block-cart-i--items .slick-prev {
	/*left: 15px;
	*/
	left: 3.62vw;
}
.block-cart-i--items .slick-next {
	/*right: 15px;
	*/
	right: 3.62vw;
}
.block-cart-i--items .slick-prev::before {
	/*left: 8px;
	*/
	left: 1.93vw;
}
.block-cart-i--items .slick-prev::after {
	/*left: 8px;
	*/
	left: 1.93vw;
	transform: rotate(-40deg);
}
.block-cart-i--items .slick-next::before {
	/*right: 8px;
	*/
	right: 1.93vw;
}
.block-cart-i--items .slick-next::after {
	/*right: 8px;
	*/
	right: 1.93vw;
	transform: rotate(40deg);
}
/* ----商品一覧　カテゴリトップ---- */
.block-category-list--header-box {
	text-align: center;
	/*height: 546px;
	*/
	height: 131.88vw;
	/*padding: 14px 0 0;
	*/
	padding: 3.38vw 0 0;
	width: 100%;
}
.block-category-list--header-box h1 {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.42;
	border: 0;
}
.block-category-list--header-box h1 strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.01em;
	display: block;
	/*padding-top: 2px;
	*/
	padding-top: 0.48vw;
}
.block-category-list--header-box-lead {
	/*font-size: 26px;
	*/
	font-size: 6.28vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.92;
	letter-spacing: 0.04em;
	/*margin-top: 12px;
	*/
	margin-top: 2.9vw;
}
.block-category-list--header-box-banner {
	/*margin: 0 30px;
	*/
	margin: 0 7.25vw;
	text-align: center;
}
.block-category-list--goods {
	/*margin-top: 80px;
	*/
	margin-top: 19.32vw;
}
/* ----商品一覧　カテゴリトップ---- */
.block-recent-item--body, .block-cart-recent-item--body {
	/*padding: 85px 0 50px;
	*/
	padding: 20.53vw 0 12.08vw;
}
h2.block-recent-item--header, h2.block-cart-recent-item--header {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.4;
	margin: 0;
	/*padding: 0 30px 10px;
	*/
	padding: 0 7.25vw 2.42vw;
}
h2.block-recent-item--header strong, h2.block-cart-recent-item--header strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	display: block;
}
.block-thumbnail-h, .block-goods-list-c {
	/*width: 384px;
	*/
	width: 92.75vw;
	/*margin-left: 30px;
	*/
	margin-left: 7.25vw;
	overflow: hidden;
}
.block-thumbnail-h--items, .block-goods-list-c--items {
	padding: 0;
	/*width: 465px;
	*/
	width: 112.32vw;
	border: 0;
}
.block-thumbnail-h--items.js-non-scroll, .block-goods-list-c--items.js-non-scroll {
	/*width: 310px;
	*/
	width: 74.88vw;
}
.block-thumbnail-h--items li, .block-goods-list-c--items li {
	/*width: 155px;
	*/
	width: 37.44vw;
	/*padding: 0 15px 0 0;
	*/
	padding: 0 3.62vw 0 0;
}
.block-thumbnail-h--items li a, .block-goods-list-c--items li a {
	display: block;
}
.block-thumbnail-h--goods-image figure, .block-goods-list-c--goods-image figure {
	/*min-width: 140px;
	*/
	min-width: 33.82vw;
	/*min-height: 150px;
	*/
	min-height: 36.23vw;
	background-color: #ffffff;
}
.block-thumbnail-h--ggoods-description, .block-goods-list-c--ggoods-description {
	/*margin-top: 10px;
	*/
	margin-top: 2.42vw;
}
.block-thumbnail-h--goods-name, .block-goods-list-c--goods-name {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	text-align: center;
	line-height: 2.0;
}
/* ----商品一覧ブックマーク---- */
.js-list--goods-favorite {
	/*width: 30px;
	*/
	width: 7.25vw;
	/*height: 30px;
	*/
	height: 7.25vw;
	position: absolute;
	/*right: 8px;
	*/
	right: 1.93vw;
	/*top: 10px;
	*/
	top: 2.42vw;
	border-radius: 50%;
	background-image: url("../../img/usr/common/ico_favorite_off.png");
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 14px auto;
	*/
	background-size: 3.38vw auto;
}
.js-list--goods-favorite.liked {
	/*width: 30px;
	*/
	width: 7.25vw;
	/*height: 30px;
	*/
	height: 7.25vw;
	position: absolute;
	/*right: 8px;
	*/
	right: 1.93vw;
	/*top: 10px;
	*/
	top: 2.42vw;
	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: 14px auto;
	*/
	background-size: 3.38vw auto;
}
/* ----トップページ　イベントタイトル---- */
h2.block-top-event--header {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.4;
	text-align: center;
	/*margin: 170px 0 5px;
	*/
	margin: 20.06vw 0 1.21vw;
}
h2.block-top-event--header strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	display: block;
}
.block-top-event--title {
	/*font-size: 22px;
	*/
	font-size: 5.31vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.4545;
	letter-spacing: 0.05em;
	text-align: center;
	/*margin: 75px 0 12px;
	*/
	margin: 18.12vw 0 2.9vw;
}
/* ----トップページ　イベント スライダー---- */
.block-top-event--goods .block-thumbnail-t, .page-event .block-thumbnail-t, .page-goods #block_of_accessory .block-thumbnail-t {
	position: relative;
}
.block-top-event--goods .block-thumbnail-t .slick-arrow, .page-event .block-thumbnail-t .slick-arrow, .page-goods #block_of_accessory .block-thumbnail-t .slick-arrow {
	/*width: 30px;
	*/
	width: 7.25vw;
	/*height: 30px;
	*/
	height: 7.25vw;
	background-color: #FF6994;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	/*margin-top: -15px;
	*/
	margin-top: -3.62vw;
	z-index: 5;
}
.block-top-event--goods .block-thumbnail-t .slick-arrow::before, .block-top-event--goods .block-thumbnail-t .slick-arrow::after, .page-event .block-thumbnail-t .slick-arrow::before, .page-event .block-thumbnail-t .slick-arrow::after, .page-goods #block_of_accessory .block-thumbnail-t .slick-arrow::before, .page-goods #block_of_accessory .block-thumbnail-t .slick-arrow::after {
	content: "";
	position: absolute;
	top: 51%;
	/*height: 1px;
	*/
	height: 0.24vw;
	background-color: #ffffff;
}
.block-top-event--goods .block-thumbnail-t .slick-arrow::before, .page-event .block-thumbnail-t .slick-arrow::before, .page-goods #block_of_accessory .block-thumbnail-t .slick-arrow::before {
	/*width: 15px;
	*/
	width: 3.62vw;
}
.block-top-event--goods .block-thumbnail-t .slick-arrow::after, .page-event .block-thumbnail-t .slick-arrow::after, .page-goods #block_of_accessory .block-thumbnail-t .slick-arrow::after {
	/*width: 7px;
	*/
	width: 1.69vw;
	/*margin-top: -3px;
	*/
	margin-top: -0.72vw;
}
.block-top-event--goods .block-thumbnail-t .slick-prev, .page-event .block-thumbnail-t .slick-prev, .page-goods #block_of_accessory .block-thumbnail-t .slick-prev {
	/*left: 15px;
	*/
	left: 3.62vw;
}
.block-top-event--goods .block-thumbnail-t .slick-next, .page-event .block-thumbnail-t .slick-next, .page-goods #block_of_accessory .block-thumbnail-t .slick-next {
	/*right: 15px;
	*/
	right: 3.62vw;
}
.block-top-event--goods .block-thumbnail-t .slick-prev::before, .page-event .block-thumbnail-t .slick-prev::before, .page-goods #block_of_accessory .block-thumbnail-t .slick-prev::before {
	/*left: 8px;
	*/
	left: 1.93vw;
}
.block-top-event--goods .block-thumbnail-t .slick-prev::after, .page-event .block-thumbnail-t .slick-prev::after, .page-goods #block_of_accessory .block-thumbnail-t .slick-prev::after {
	/*left: 8px;
	*/
	left: 1.93vw;
	transform: rotate(-40deg);
}
.block-top-event--goods .block-thumbnail-t .slick-next::before, .page-event .block-thumbnail-t .slick-next::before, .page-goods #block_of_accessory .block-thumbnail-t .slick-next::before {
	/*right: 8px;
	*/
	right: 1.93vw;
}
.block-top-event--goods .block-thumbnail-t .slick-next::after, .page-event .block-thumbnail-t .slick-next::after, .page-goods #block_of_accessory .block-thumbnail-t .slick-next::after {
	/*right: 8px;
	*/
	right: 1.93vw;
	transform: rotate(40deg);
}
/* ----コラム---- */
.block-top-column {
	/*margin: 168px 30px 0;
	*/
	margin: 18.58vw 7.25vw 0;
}
h2.block-top-column--header {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.4;
	/*margin: 0 0 10px;
	*/
	margin: 0 0 2.42vw;
	border: 0;
}
h2.block-top-column--header strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	display: block;
}
.block-top-column--items li {
	/*margin-bottom: 27px;
	*/
	margin-bottom: 6.52vw;
}
.block-top-column--items li a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.block-top-column--image {
	/*width: 152px;
	*/
	width: 36.71vw;
}
.block-top-column--description {
	/*width: 184px;
	*/
	width: 44.44vw;
	margin-left: auto;
}
.block-top-column--date {
	color: #FF6994;
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 1.66;
}
.block-top-column--txt {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.714;
	/*margin-top: 2px;
	*/
	margin-top: 0.48vw;
}
.block-top-column--next-page {
	text-align: right;
	/*padding: 9px 0 0;
	*/
	padding: 2.17vw 0 0;
}
.block-top-column--next-page a {
	color: #FF6994;
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
	font-weight: bold;
	line-height: 1.76;
	letter-spacing: 0.02em;
	text-decoration: none;
	display: inline-block;
	/*padding: 0 30px 0 28px;
	*/
	padding: 0 7.25vw 0 6.76vw;
	position: relative;
}
.block-top-column--next-page a::before, .block-top-column--next-page a::after {
	content: "";
	position: absolute;
	background-color: #FF6994;
	/*height: 2px;
	*/
	height: 0.48vw;
}
.block-top-column--next-page a::before {
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-top-column--next-page a::after {
	/*width: 10px;
	*/
	width: 2.42vw;
	right: 0;
	/*bottom: 3px;
	*/
	bottom: 0.72vw;
	transform: rotate(40deg);
}
/* ----ユーザーレビュー（レビコ）---- */
.p-product-detail__review__title {
	/*padding: 40px 0 10px;
	*/
	padding: 9.66vw 0 2.42vw;
	/*margin-top: 150px;
	*/
	margin-top: 36.23vw;
	background-color: #F3F3F3;
}
.p-product-detail__review__title__t01 {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.4;
	text-align: center;
	margin: 0;
	padding: 0 30px 10px;
}
.p-product-detail__review__title__t01 strong {
	color: #FF6994;
	/*font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.8;
	display: block;
}
#revico-comment .revico-comment-footer {
	margin-bottom: 0 !important;
}
.revico-comment-outer-foot {
	background-color: #F3F3F3;
}
#revico-comment .revico-comment-header .revico-comment-filter, #revico-comment .revico-comment-header .revico-comment-sort, #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;
}
/* ----ユーザーネーム---- */
div[class$="--customer-name"] {
	/*font-size: 20px;
	*/
	font-size: 4.83vw;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	/*margin: 16px 0 30px;
	*/
	margin: 3.86vw 0 7.25vw;
}
/* ----マイページトップ---- */
.block-mypage--customer-status {
	background-color: #FF6994;
	margin: 0 0 7.25vw;
}
.block-mypage--customer-status .block-mypage--customer-name {
	margin: 0;
}
.block-mypage--mypoint {
	border-top-color: #ffffff;
}
.block-mypage--withdrawal-link {
	/*padding: 20px 0;
	*/
	padding: 4.83vw 0;
}
.block-mypage--logout {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
}
.block-mypage--mypoint {
	/*padding-top: 5px;
	*/
	padding-top: 1.21vw;
	/*border-top: 1px solid #ffffff;
	*/
	border-top: 0.24vw solid #ffffff;
}
.block-mypage--mypoint-point {
	/*font-size: 18px;
	*/
	font-size: 4.35vw;
}
.block-mypage--sign {
	/*padding-bottom: 5px;
	*/
	padding-bottom: 1.21vw;
}
/* ----リンクレイアウト---- */
.block-update-mail-address--mypage-link, .block-update-member-password--login-link, .block-reset-new-password--completed-message p, .block-order-complete--home {
	/*margin: 30px 0 20px;
	*/
	margin: 7.25vw 0 4.83vw;
}
.block-login--ask-password {
	text-align: center;
}
.block-mypage--withdrawal-link a, .block-update-mail-address--mypage-link a, .block-update-member-password--login-link a, .block-reset-new-password--completed-message a, .block-order-complete--home a {
	color: #FF6994;
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
	font-weight: bold;
	line-height: 1.76;
	text-decoration: none;
	letter-spacing: 0.02em;
	display: inline-block;
	/*padding: 0 30px 0 28px;
	*/
	padding: 0 7.25vw 0 6.76vw;
	position: relative;
}
.block-mypage--withdrawal-link a::before, .block-mypage--withdrawal-link a::after, .block-update-mail-address--mypage-link a::before, .block-update-mail-address--mypage-link a::after, .block-update-member-password--login-link a::before, .block-update-member-password--login-link a::after, .block-reset-new-password--completed-message a::before, .block-reset-new-password--completed-message a::after, .block-order-complete--home a::before, .block-order-complete--home a::after {
	content: "";
	position: absolute;
	background-color: #FF6994;
	/*height: 2px;
	*/
	height: 0.48vw;
}
.block-mypage--withdrawal-link a::before, .block-update-mail-address--mypage-link a::before, .block-update-member-password--login-link a::before, .block-reset-new-password--completed-message a::before, .block-order-complete--home a::before {
	width: 100%;
	left: 0;
	bottom: 0;
}
.block-mypage--withdrawal-link a::after, .block-update-mail-address--mypage-link a::after, .block-update-member-password--login-link a::after, .block-reset-new-password--completed-message a::after, .block-order-complete--home a::after {
	/*width: 10px;
	*/
	width: 2.42vw;
	right: 0;
	/*bottom: 3px;
	*/
	bottom: 0.72vw;
	transform: rotate(40deg);
}
/* ----お問い合わせ履歴詳細---- */
.block-inquiry-history-detail--update-dt {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.7;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
/* ----ログアウト---- */
.block-logout--message a {
	color: #FF6994;
}
/* ----配送先の選択---- */
.block-order-gift-dest--address-new {
	background: none;
}
/* ----買い物かご---- */
.block-cart--procedure-container {
	background: #ffffff;
}
.block-cart--subtotal-container .block-cart--subtotal {
	/*font-size: 16px;
	*/
	font-size: 3.86vw;
}
.block-cart--procedure-container .action-buttons .action .btn {
	/*font-size: 16px;
	*/
	font-size: 3.86vw;
}
.block-cart--goods-list-item-calc {
	/*width: 80px;
	*/
	width: 19.32vw;
}
.block-cart--goods-list-item-calc-btn {
	/*width: 70px;
	*/
	/* width: 16.91vw;
	*/
	width: 18vw;
	color: #3b4043;
	background: #f2f2f2;
	border-color: #f2f2f2;
	font-weight: 400;
	font-size: 3vw;
	padding: 4px 10px;
	line-height: normal;
}
.block-cart--goods-list li {
	/*padding: 10px;
	*/
	padding: 2.42vw;
	/*border-bottom: 1px solid #dcdcdc;
	*/
	border-bottom: 0.24vw solid #dcdcdc;
}
.block-cart--goods-list-image {
	/*width: 110px;
	*/
	width: 26.57vw;
}
.block-cart--goods-list-image figure {
	/*width: 110px;
	*/
	width: 26.57vw;
	/*height: 110px;
	*/
	height: 26.57vw;
	background-color: #ffffff;
}
.block-cart--goods-list-item-container {
	/*padding-left: 10px;
	*/
	padding-left: 2.42vw;
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
}
.block-cart--goods-list-item-delete-btn {
	color: #333;
	border: none;
	text-decoration: underline;
	background: none;
	font-weight: 400;
	font-size: 3vw;
}
.block-cart--procedure-container .action-buttons {
	/*margin-bottom: 10px;
	*/
	margin-bottom: 2.42vw;
}
.block-cart--amazonpay-description {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	/*margin: 5px 0;
	*/
	margin: 1.21vw 0;
}
.block-cart--amazonpay-button img {
	width: auto;
}
/* ----お問い合わせ履歴一覧---- */
.block-inquiry-history--body ul {
	/*border-top: 1px dashed #AAAAAA;
	*/
	border-top: 0.24vw dashed #AAAAAA;
}
.block-inquiry-history--body li {
	/*padding: 22px 10px 15px;
	*/
	padding: 5.31vw 2.42vw 3.62vw;
	/*border-bottom: 1px dashed #AAAAAA;
	*/
	border-bottom: 0.24vw dashed #AAAAAA;
}
.block-inquiry-history--body li:first-child {
	border-top: 0;
}
.block-inquiry-history--subject, .block-inquiry-history--inquiry-id {
	padding: 0;
}
.block-inquiry-history--inquiry-dt, .block-inquiry-history--inquiry-id, .block-inquiry-history--body li a {
	text-decoration: none;
	display: block;
}
.block-inquiry-history--inquiry-dt {
	color: #FF6994;
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
	line-height: 1.8;
}
.block-inquiry-history--body li a, .block-inquiry-history--inquiry-id {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	line-height: 1.714;
}
.block-inquiry-history--subject a:after {
	display: none;
}
/* ----会員規約---- */
.block-member-terms--body {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	/*height: 250px;
	*/
	height: 60.39vw;
}
/* ----購入履歴詳細---- */
.block-purchase-history-detail--goods-code {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
}
.block-purchase-history-detail--order-info {
	/*margin-top: 10px;
	*/
	margin-top: 2.42vw;
}
.block-purchase-history-detail--order-info-dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 20px;
}
.block-purchase-history-detail--order-info-dl dt {
	width: 30%;
}
.block-purchase-history-detail--order-info-dl dd {
	width: 70%;
}
.block-purcharse--goods-list {
	font-size: 14px;
}
.block-purcharse--goods-item, .block-regular-purcharse--goods-item {
	margin: 0 0 40px;
}
.block-purcharse--goods-item-image, .block-regular-purcharse--goods-item-image {
	width: 75px;
	display: table-cell;
	vertical-align: top;
}
.block-purcharse--goods-item-image figure, .block-regular-purcharse--goods-item-image figure {
	background: #f5f5f5;
	width: 75px;
	height: 75px;
}
.block-purcharse--goods-description, .block-regular-purcharse--goods-description {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
}
.block-purcharse--goods-description .block-purcharse--goods-name, .block-purcharse--goods-description .block-regular-purcharse-detail--goods-name, .block-regular-purcharse--goods-description .block-purcharse--goods-name, .block-regular-purcharse--goods-description .block-regular-purcharse-detail--goods-name {
	margin: 0 0 20px;
}
.block-purchase-history-detail--shipping-info-items-in {
	margin-top: 20px;
}
.block-purchase-history-detail--shipping-info-items-in p {
	margin-top: 12px;
}
.p-my-content .p-my-content__sidenavi {
	margin-left: 0;
	margin-right: 0;
}
/* ----定期購入商品配送先変更---- */
.block-regular-purcharse-shipment-info-update--old-info > address, .block-regular-purcharse-shipment-info-update--new-info-items > div > address {
	/*border: 1px solid #c8c8c8;
	*/
	border: 0.24vw solid #c8c8c8;
	/*padding: 10px;
	*/
	padding: 2.42vw;
}
.block-regular-purcharse-shipment-info-update--new-info-items > div > address {
	/*margin-top: 10px;
	*/
	margin-top: 2.42vw;
}
.block-regular-purcharse-list--table, .block-regular-purcharse-detail--goods-items {
	/*margin-bottom: 10px;
	*/
	margin-bottom: 2.42vw;
}
.block-regular-purcharse-detail--shipment-info {
	/*padding-bottom: 10px;
	*/
	padding-bottom: 2.42vw;
}
/* ----定期お届け便---- */
.p-my-content__heading--secondaly-sub {
	margin-top: 15px;
	font-weight: 600;
}
.block-regular-purcharse-list-in {
	margin: 0 0 60px;
}
.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: #FF6994;
	font-weight: 600;
}
.block-regular-purcharse-list .block-regular-purcharse-list-in .action-buttons {
	margin-top: 20px;
}
@media screen {
	.block-regular-purcharse-list .block-regular-purcharse-list-in .action-buttons .action {
		text-align: center;
	}
}
.block-regular-purcharse-list .block-regular-purcharse-list-in .action-buttons .action a {
	color: #FF6994;
}
@media screen {
	.block-regular-purcharse-list-col2 {
		font-size: 14px;
	}
}
.block-regular-purcharse-list-col2 dl + dl {
	margin-top: 12px;
}
.block-regular-purcharse-list-col2 dl dt, .block-regular-purcharse-list-col2 dl dd {
	box-sizing: border-box;
}
@media screen {
	.block-regular-purcharse-list-col2 dl dt, .block-regular-purcharse-list-col2 dl dd {
		padding: 6px;
	}
}
.block-regular-purcharse-list-col2 dl dt {
	background-color: #f3f3f3;
}
@media screen {
	.block-regular-purcharse-list-col2 dl dt {
		margin-top: 15px;
		padding: 2px 6px;
		font-size: 3.3vw;
	}
}
.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;
}
.block-regular-purcharse-list-col2 dl dd p + p {
	margin-top: 10px;
}
@media screen {
	.block-regular-purcharse-list-col2 + .txt-attention {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 13px;
	}
}
@media screen {
	.block-regular-purcharse-list-col2 + table {
		margin-top: 15px;
	}
}
.block-regular-purcharse-list-col2-in + .block-regular-purcharse-list-col2-in {
	margin-top: 12px;
}
@media screen {
	.block-regular-purcharse-list-col2-next {
		margin-top: 24px;
	}
}
.block-regular-purcharse-list-col2-next dl dt {
	background-color: #deebf7;
}
.block-regular-purcharse-list-col2-next dl dd {
	color: #469de2;
	font-weight: 600;
}
@media screen {
	.block-regular-purcharse-list-col2 .block-regular-cycle--select-dm {
		margin-top: 10px;
	}
}
.block-regular-purcharse-list-col2 .help-block {
	margin-top: 12px;
}
.block-regular-purcharse-list {
	margin: 0;
}
/* ----定期お届け便詳細情報・内容の変更---- */
.block-regular-purcharse-detail .block-regular-purcharse-detail--title {
	margin-top: 30px;
}
.block-regular-purcharse-detail .block-regular-purcharse-detail--title p {
	color: #FF6994;
	font-weight: 600;
}
.block-regular-purcharse-detail-in {
	margin: 0 0 60px;
}
@media screen {
	.block-regular-purcharse-detail-in {
		font-size: 14px;
	}
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in {
	margin-top: 15px;
}
@media screen {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in {
		margin-bottom: 30px;
	}
	.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 {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .p-my-content__heading--thirdaly {
		margin-bottom: 6px;
	}
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table {
	border: none;
}
@media screen {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table {
		margin-bottom: 10px;
	}
}
.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table th {
	border: none;
}
@media screen {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table th {
		padding: 5px 10px;
	}
}
.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;
}
@media screen {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table td {
		/*white-space: nowrap;
		*/
	}
}
.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;
}
@media screen {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .block-regular-purcharse-detail--card-confirm a {
		font-size: 14px;
	}
}
.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;
}
.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;
}
@media screen {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-img {
		width: 30%;
	}
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-img img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
}
.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;
}
@media screen {
	.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-name {
		width: calc(100% - 32%);
	}
}
.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-regular-purcharse-detail {
	margin: 0;
}
.block-purchase-detail--table-btn {
	margin: 10px 0;
}
.modal-dialog-regular .modal-header {
	background-color: #f69c60;
}
@media screen {
	.modal-dialog-regular .modal-header {
		font-size: 3.5vw;
	}
}
@media screen {
	.modal-dialog-regular .modal-body {
		height: 55vh;
		overflow: scroll;
	}
}
.modal-dialog-regular .modal-content {
	background-color: #fff;
}
.modal-dialog-regular .block-regular-purcharse-detail--goods-items-in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media screen {
	.modal-dialog-regular .block-regular-purcharse-detail--goods-items-in {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px dotted #b1b3b4;
	}
	.modal-dialog-regular .block-regular-purcharse-detail--goods-items-in:first-child {
		padding-top: 0;
		border-top: none;
	}
}
/* ----のし・ラッピング---- */
.block-order-gift-noshi--noshi-select, .block-order-gift-noshi--purpose-content ul, .block-order-gift-noshi--paper-select, .block-order-gift-noshi--nameprint-select, .block-order-gift-noshi--covertype-select, .block-order-gift-noshi--wrap-select, .block-order-gift-noshi--bag-select {
	/*border: 1px solid #c8c8c8;
	*/
	border: 0.24vw solid #c8c8c8;
	/*padding: 10px;
	*/
	padding: 2.42vw;
}
/* ----配送先商品の追加---- */
.block-order-gift-select--sender-info, .block-order-gift-select--delivery-dest-address, .block-order-gift-select--point-payment-content, .block-order-gift-select--coupon-content, .block-order-gift-select--promotion-content, .block-order-gift-select--method-content, .block-order-gift-select--delivery-date-content {
	/*border: 1px solid #c8c8c8;
	*/
	border: 0.24vw solid #c8c8c8;
	/*padding: 10px;
	*/
	padding: 2.42vw;
	/*margin-top: 10px;
	*/
	margin-top: 2.42vw;
}
/* ----配送先の選択---- */
.block-order-gift-dest--list-body, .block-order-gift-dest--method-sender-info {
	/*border: 1px solid #c8c8c8;
	*/
	border: 0.24vw solid #c8c8c8;
	/*padding: 10px;
	*/
	padding: 2.42vw;
	/*margin-top: 10px;
	*/
	margin-top: 2.42vw;
}
/* ----入荷案内申し込み商品---- */
.block-arrival-notice-list--items li {
	/*padding: 10px */
	padding: 2.42vw;
	/*border: 1px solid #EBECEE;
	*/
	border: 0.24vw solid #EBECEE;
	/*margin-top: 10px;
	*/
	margin-top: 2.42vw;
}
.block-arrival-notice-list--items > li:first-child {
	/*border-top: 1px solid #EBECEE;
	*/
	border-top: 0.24vw solid #EBECEE;
}
.block-arrival-notice-list--goods .block-arrival-notice-list--image {
	width: 28.99vw;
	padding: 1.21vw;
}
.block-arrival-notice-list--image figure {
	width: 26.57vw;
	height: 26.57vw;
}
.block-arrival-notice-list--goods .block-arrival-notice-list--description {
	padding: 1.21vw;
}
.block-arrival-notice-list--price-items {
	overflow: hidden;
}
.block-arrival-notice-list--price-title {
	/* font-size: 13px;
	*/
	font-size: 3.14vw;
}
/* ----お気に入り---- */
.block-favorite--items > li {
	/*padding: 10px */
	padding: 2.42vw;
	/*border: 1px solid #EBECEE;
	*/
	border: 0.24vw solid #EBECEE;
	/*margin-top: 10px;
	*/
	margin-top: 2.42vw;
}
.block-favorite--items > li:first-child {
	/*border-top: 1px solid #EBECEE;
	*/
	border-top: 0.24vw solid #EBECEE;
}
.block-favorite--checkbox {
	width: 4.83vw;
	padding: 1.21vw;
}
.block-favorite--image {
	padding: 1.21vw;
	width: 28.99vw;
}
.block-favorite--image figure {
	width: 26.57vw;
	height: 26.57vw;
	background-color: #ffffff;
}
.block-favorite--description {
	padding: 1.21vw;
}
.block-favorite--comment {
	margin-top: 2.42vw;
}
.block-favorite--delete-item {
margin-top: 0.97vw}
.block-favorite--update {
	background-color: #FF6994;
	border: 0;
}
.block-favorite--cancel {
	color: #FF6994;
	/* border: 1px solid #FF6994;
	*/
	border: 0.24vw solid #FF6994;
}
.block-favorite--update, .block-favorite--cancel {
	/*margin-bottom: 5px;
	*/
	margin-bottom: 1.21vw;
	/*padding: 11px 10px 10px;
	*/
	padding: 2.66vw 2.42vw 2.42vw;
}
.count-msg-another {
	/*font-size: 11px;
	*/
	font-size: 2.66vw;
	/*margin-top: 5px;
	*/
	margin-top: 1.21vw;
}
.block-favorite--price-items {
	overflow: hidden;
}
.block-favorite--price-title {
	/* font-size: 13px;
	*/
	font-size: 3.14vw;
}
/* ----ログイン---- */
.block-login--amazon-login img {
	width: auto;
}
/* ----会員規約/メールニュース---- */
.block-mail-news--terms-body {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	height: 60.39vw;
}
/* ----ポイント履歴一覧---- */
.block-point-history-list--point {
	font-size: 18px;
	font-size: 4.35vw;
}
/* ----のし---- */
.block-order-gift-noshi--paper-select li, .block-order-gift-noshi--nameprint-select li, .block-order-gift-noshi--covertype-select li, .block-order-gift-noshi--wrap-select li, .block-order-gift-noshi--bag-select li {
	/*width: 140px;
	*/
	width: 33.82vw;
	margin-right: 5px;
	margin-right: 1.21vw;
}
/* ----注文方法指定/注文内容確認---- */
.block-order-flow--step {
	/*font-size: 20px;
	*/
	font-size: 4.83vw;
}
.block-order-method h1 {
	margin: 0;
}
.block-order-flow--step1 {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
}
.block-order-estimate--commit {
	/*margin: 5px 0;
	*/
	margin: 1.21vw 0;
}
.block-order-estimate--commit .action .btn {
	/*margin: 5px 0;
	*/
	margin: 1.21vw 0;
	/*padding: 15px 0;
	*/
	padding: 3.62vw 0;
	/*font-size: 18px;
	*/
	font-size: 4.35vw;
}
.block-order-estimate {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
}
.block-order-method--dest-title-salesinclude {
	/*font-size: 15px;
	*/
	font-size: 3.62vw;
}
.block-order-method--orderer-detail {
	/*padding: 10px;
	*/
	padding: 2.42vw;
	/*border: 1px solid #dcdcdc;
	*/
	border: 0.24vw solid #dcdcdc;
}
.block-order-method--dest-item, .block-order-method--dest-add, .block-order-method--promotion, .block-order-method--point-use, .block-order-method--payment-method, .block-order-method--coupon, .block-order-method--date-spec, .block-order-method--time-spec, .block-order-method--goods-list li, .block-order-estimate--delivery-summary {
	/*padding: 10px;
	*/
	padding: 2.42vw;
	/*border-bottom: 1px solid #dcdcdc;
	*/
	border-bottom: 0.24vw solid #dcdcdc;
}
.block-order-method--goods-item-image {
	/*width: 110px;
	*/
	width: 26.57vw;
}
.block-order-method--goods-item-image figure {
	/*width: 110px;
	*/
	width: 26.57vw;
	/*height: 110px;
	*/
	height: 26.57vw;
	background-color: #ffffff;
}
.block-order-estimate--point-add-message {
	/*font-size: 12px;
	*/
	font-size: 2.9vw;
}
.block-order-estimate--price-items {
	/*padding: 10px 10px 5px 10px;
	*/
	padding: 2.42vw 2.42vw 1.21vw 2.42vw;
}
.block-order-estimate--dest .block-order-estimate--change-btn {
	/*width: 75px;
	*/
	width: 18.12vw;
	/*right: 10px;
	*/
	right: 2.42vw;
	/*top: 10px;
	*/
	top: 2.42vw;
}
.block-order-estimate--method-pay-content .block-order-estimate--change-btn, .block-order-estimate--discount-info .block-order-estimate--point .block-order-estimate--change-btn, .block-order-estimate--discount-info .block-order-estimate--promotion-code .block-order-estimate--change-btn, .block-order-estimate--discount-info .block-order-estimate--coupon .block-order-estimate--change-btn, .block-order-estimate--date-spec .block-order-estimate--change-btn, .block-order-estimate--time-spec .block-order-estimate--change-btn, .block-order-estimate--regular-cycle-name .block-order-estimate--change-btn {
	/*width: 70px;
	*/
	width: 16.91vw;
	/*right: 10px;
	*/
	right: 2.42vw;
	/*top: 10px;
	*/
	top: 2.42vw;
}
.block-order-estimate--method h3 {
	/*padding: 0 90px 10px 0;
	*/
	padding: 0 21.74vw 2.42vw 0;
}
.block-order-estimate--regular-cycle-name {
	/*padding: 10px 90px 10px 10px;
	*/
	padding: 2.42vw 21.74vw 2.42vw 2.42vw;
}
.block-order-estimate--goods-item-image {
	/*width: 110px;
	*/
	width: 26.57vw;
}
.block-order-estimate--goods-item-image figure {
	/*width: 110px;
	*/
	width: 26.57vw;
	/*height: 110px;
	*/
	height: 26.57vw;
	background-color: #ffffff;
}
.block-order-estimate--goods-description {
	/*padding-left: 10px;
	*/
	padding-left: 2.42vw;
	font-size: 3.14vw;
	color:#FF6994;
}
.block-order-estimate--goods-description * {
	color: #78828B;
	font-size: 3.38vw;
}
.block-order-estimate--goods-qty {
	margin-bottom: 5px;
}
.block-order-estimate--commit-ft .span {
	/*padding-top: 10px;
	*/
	padding-top: 2.42vw;
	/*padding-bottom: 24px;
	*/
	padding-bottom: 5.8vw;
	/*font-size: 13px;
	*/
	font-size: 3.14vw;
}
.block-order-estimate--dest .block-order-estimate--salesinclude-btn {
	/*width: 75px;
	*/
	width: 18.12vw;
	/*right: 10px;
	*/
	right: 2.42vw;
	/*top: 60px;
	*/
	top: 14.49vw;
	/*height: 31px;
	*/
	height: 7.49vw;
	/* font-size: 12px;
	*/
	font-size: 2.9vw;
	/*padding: 5px 0px;
	*/
	padding: 1.21vw 0;
}
.block-order-estimate--dest-address-container h2, .block-order-estimate--guest-address-container h2, .block-order-estimate--amazonpay-address-container h2 {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
	/*margin: 10px 0 14px 0;
	*/
	margin: 2.42vw 0 3.38vw 0;
	/*padding: 5px;
	*/
	padding: 1.21vw;
}
.block-order-estimate--dest-address-container, .block-order-estimate--guest-address-container, .block-order-estimate--amazonpay-address-container {
	/*font-size: 14px;
	*/
	font-size: 3.38vw;
}
/* ----購入画面・送料無料---- */
.block-order-text--free {
	padding: 3.63vw;
	background-color: #fff2f6;
}
.block-order-text--free p {
	color: #ff6994;
	font-size: 3.38vw;
	font-weight: bold;
	text-align: center;
}
.block-order-text--free p span {
	font-size: 2.9vw;
}
/* ----ログイン画面---- */
.block-login--entry .btn {
	display: inline-block;
	margin: 0;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	/*padding: 4px 10px;
	*/
	padding: 0.97vw 2.42vw;
	border: none;
	font-weight: 400;
}
.c-sns-area__btn-list button, .p-my-content__navigation__item button {
	line-height: inherit;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.c-arrow:after {
	content: '';
	display: inline-block;
}
@media screen {
	.c-arrow:after {
		/*width: 6px;
		*/
		width: 1.45vw;
		/*height: 6px;
		*/
		height: 1.45vw;
		/*margin-left: 5px;
		;
		*/
		margin-left: 5px;
	}
}
.c-arrow--grey:after {
	/*border-top: 1px solid #424648;
	*/
	border-top: 0.24vw solid #424648;
	/*border-right: 1px solid #424648;
	*/
	border-right: 0.24vw solid #424648;
}
.c-arrow--absolute:after {
	position: absolute;
	margin-left: auto;
	top: 50%;
	/*right: 6px;
	*/
	right: 1.45vw;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.p-my-content .block-login--body .block-login--ask-password .btn, .p-my-content .block-login--body .block-login--entry .btn {
	padding: 0;
	background-color: transparent;
}
.p-my-content .block-login--body .block-login--ask-password .btn:active, .p-my-content .block-login--body .block-login--entry .btn:active {
	box-shadow: none;
}
.p-my-content .block-login--body .block-login--input-items, .p-my-content .block-login--body .block-login--uid, .p-my-content .block-login--body .block-login--ask-password, .p-my-content .block-login--body .block-login--entry {
	text-align: right;
	text-decoration: none;
	background-color: transparent;
}
.p-my-content .block-login--body .block-login--member-body .block-login--ask-password .arrow-link, .p-my-content .block-login--body .block-login--member-body .block-login--entry .arrow-link {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	position: relative;
	margin-right: 3px;
	padding-right: 15px;
	text-decoration: none !important;
	font-size: 12px;
}
.p-my-content .block-login--body .block-login--member-body .block-login--ask-password .arrow-link::after, .p-my-content .block-login--body .block-login--member-body .block-login--entry .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: -4px;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member {
	margin-top: 40px;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member .c-sns-area {
	max-width: inherit;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member .c-sns-area__btn-wrapper {
	margin-top: 0;
	display: block;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member .c-sns-area__btn {
	position: relative;
	line-height: 41px;
	height: auto;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member .c-sns-area__accordion__ttl {
	padding-left: 4px;
	font-size: 12px;
	color: #3b4043;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member .c-sns-area__accordion__ttl .accordion__cross {
	margin-right: 4px;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member form {
	padding-left: 0;
	font-size: 12px;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member form.c-sns-area__form--line, .p-my-content .block-login--body .block-login--member .block-snslogin--member form.c-sns-area__form--yahoo, .p-my-content .block-login--body .block-login--member .block-snslogin--member form.c-sns-area__form--facebook, .p-my-content .block-login--body .block-login--member .block-snslogin--member form.c-sns-area__form--twitter {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member form.c-sns-area__form--line {
	position: relative;
	background: url(/freepage/maison-kose/common/img/sns/icon/sp_line.png) no-repeat;
	background-size: 25px auto;
	background-position: 8px 50%;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member form.c-sns-area__form--yahoo {
	position: relative;
	background: url(/freepage/maison-kose/common/img/sns/icon/sp_yahoo.png) no-repeat;
	background-size: 25px auto;
	background-position: 8px 50%;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member form.c-sns-area__form--facebook {
	position: relative;
	background: url(/freepage/maison-kose/common/img/sns/icon/sp_facebook.png) no-repeat;
	background-size: 25px auto;
	background-position: 8px 50%;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member form.c-sns-area__form--twitter {
	position: relative;
	background: url(/freepage/maison-kose/common/img/sns/icon/sp_twitter.png) no-repeat;
	background-size: 25px auto;
	background-position: 8px 50%;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member form .c-sns-area__btn button {
	background-color: transparent;
	cursor: pointer;
	width: 100%;
	text-align: left;
	text-decoration: none;
	color: #3b4043;
	position: relative;
	top: unset;
	left: unset;
	line-height: inherit;
	transform: none;
	padding-right: 0;
	margin-right: 0;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member form .c-sns-area__btn button::active {
	color: #3b4043;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member form .c-sns-area__btn button .sns_word {
	vertical-align: middle;
	padding-left: 40px;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member .c-sns-area__btn-list__child {
	position: relative;
	line-height: 41px;
	height: auto;
	-webkit-text-size-adjust: 100%;
	border-top: 1px solid #e3e3e3;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member .c-sns-area__btn-list__child:last-child {
	border-bottom: 1px solid #e3e3e3;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member .c-sns-area__btn-list__child .c-sns-area__form--line, .p-my-content .block-login--body .block-login--member .block-snslogin--member .c-sns-area__btn-list__child .c-sns-area__form--facebook, .p-my-content .block-login--body .block-login--member .block-snslogin--member .c-sns-area__btn-list__child .c-sns-area__form--twitter {
	position: relative;
	line-height: 41px;
	height: auto;
	margin-top: 0;
}
.p-my-content .block-login--body .block-login--member .block-snslogin--member .c-sns-area__btn-list__child .snslogin-contents .snslogin:before {
	display: none;
}
/* 打ち消し */
.p-my-content .block-login--body .block-login--member-body .block-login--ask-password .arrow-link, .p-my-content .block-login--body .block-login--entry .block-login--entry-btn {
	color: #FF6994;
	font-weight: bold;
}
.p-my-content .block-login--body .block-login--member-body .block-login--ask-password .arrow-link::after, .p-my-content .block-login--body .block-login--member-body .block-login--entry .arrow-link:after {
	border-color: #FF6994;
}
.p-my-content .block-login--body .block-login--uid, .block-login--input-items.fieldset-vertical .form-group {
	padding: 0;
	border: 0;
}
.p-my-content__heading, .p-my-content__heading.is-index {
	color: #FF6994;
	/* font-size: 30px;
	*/
	font-size: 7.25vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.8;
	/*margin: 0 0 20px;
	*/
	margin: 0 0 4.83vw;
}
/* ----マイページトップ---- */
.p-my-content__navigation__item {
	position: relative;
}
.c-arrow--grey:after {
	/*border-top: 1px solid #424648;
	*/
	border-top: 0.24vw solid #424648;
	/*border-right: 1px solid #424648;
	*/
	border-right: 0.24vw solid #424648;
}
.c-arrow--absolute:after {
	position: absolute;
	margin-left: auto;
	top: 50%;
	/* right: 6px;
	*/
	right: 1.45vw;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.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;
	*/
	padding-left: 10.39vw;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
.p-my-content .p-my-content__status {
	width: auto;
	height: auto;
	/*padding: 34px 5px 32px;
	*/
	padding: 10.63vw 1.56vw 10vw;
	margin: 0;
	background: none;
	background-color: #f3f3f3;
	/*border-radius: 10px;
	*/
	border-radius: 3.13vw;
	text-align: center;
}
.p-my-content__status__name, .p-my-content__status__point, .p-my-content__status__limit {
	position: relative;
	top: auto;
	left: auto;
}
.page-menu .p-my-content__status__name {
	/*font-size: 18px;
	*/
	font-size: 5.63vw;
	line-height: 1.8;
	/*padding: 0 0 0 40px;
	*/
	padding: 0 0 0 12.5vw;
	display: inline-block;
	background-image: url("../../img/usr/common/ico_mypage_g.png");
	background-position: left center;
	background-repeat: no-repeat;
	/*background-size: 29px 29px;
	*/
	background-size: 9.06vw 9.06vw;
}
.page-menu .p-my-content__status__point {
	/*font-size: 13px;
	*/
	font-size: 4.06vw;
	margin: 0;
	width: 100%;
}
.page-menu .p-my-content__status__point__value {
	color: #ff7099;
	/*font-size: 28px;
	*/
	font-size: 8.75vw;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: bold;
	line-height: 1.14;
}
.page-menu .p-my-content__status__point__value + span {
	color: #ff7099;
	/*font-size: 13px;
	*/
	font-size: 4.06vw;
}
.p-my-content__status__limit {
	/*font-size: 12px;
	*/
	font-size: 3.75vw;
	/*margin-top: 15px;
	*/
	margin-top: 4.69vw;
}
.mypage-point-block {
	margin: 25px 0 0;
}
.mypage-point-block .ttl {
	font-size: 4.06vw;
	line-height: 35px;
	padding: 0 0 0 45px;
	margin: 0 0 8px;
	background: url(../../img/usr/common/ico_point.png) no-repeat left center / 35px;
}
.mypage-point-block .text {
	margin: 0 0 10px;
}
.mypage-point-block ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 5px;
}
.mypage-point-block li {
	width: 49%;
	min-height: 86px;
	margin: 0 0 7px;
	border: 1px solid #ff799e;
}
.mypage-point-block li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 5px;
	text-decoration: none;
	height: 100%;
}
.mypage-point-block li .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32%;
	height: 100%;
}
.mypage-point-block li img {
	width: 85%;
}
.mypage-point-block li p {
	width: 66%;
	color: #ff799e;
	line-height: 1.4;
}
.mypage-point-block li p span {
	font-size: 4vw;
	margin: 0 1px 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 .point-new p:not(:last-child) {
	margin: 0 0 10px;
}
.mypage-point-block .caution {
	margin: 12px 0 0;
	font-size: 3.2vw;
}
.c-breadcrumb {
	/*margin: -20px 0 0;
	*/
	margin: -4.83vw 0 0;
	/*padding: 14px 30px 13px;
	*/
	padding: 3.38vw 7.25vw 3.14vw;
	background-color: transparent;
	overflow-x: scroll;
}
.c-breadcrumb .c-breadcrumb__inner {
	padding: 0;
	width: 100%;
}
.c-breadcrumb__inner li {
	color: #999999;
	/*font-size: 10px;
	*/
	font-size: 2.42vw;
	line-height: 1.3;
	/*padding-left: 20px;
	*/
	padding-left: 4.84vw;
	display: inline-block;
	position: relative;
}
.c-breadcrumb__inner li::after {
	content: "";
	position: absolute;
	/*left: 7px;
	*/
	left: 1.69vw;
	top: 50%;
	/*width: 4px;
	*/
	width: 0.97vw;
	/*height: 4px;
	*/
	height: 0.97vw;
	/*border-right: 1px solid #999999;
	*/
	border-right: 0.24vw solid #999999;
	/*border-bottom: 1px solid #999999;
	*/
	border-bottom: 0.24vw solid #999999;
	transform: rotate(-45deg);
	/*margin-top: -2px;
	*/
	margin-top: -0.48vw;
}
.c-breadcrumb__inner li a {
	display: inline-block;
	text-decoration: none;
}
.c-breadcrumb__inner li:first-child {
	padding-left: 0;
}
.c-breadcrumb__inner li:first-child::after {
	display: none;
}
.p-my-content__sidenavi {
	/*margin: 40px 30px 0;
	*/
	margin: 9.66vw 7.25vw 0;
	box-sizing: border-box;
}
.p-my-content__navigation {
	font-size: 12px;
	border-bottom: 1px solid #e3e3e3;
}
.p-my-content__navigation .c-arrow--absolute:after {
	right: 10px;
}
.p-my-content__navigation__item {
	font-size: 12px;
	color: #3b4043;
	line-height: 41px;
	height: auto;
	border-top: 1px solid #e3e3e3;
	background-color: transparent;
}
.p-my-content__navigation__item a {
	padding-left: 40px;
}
.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 {
	background-size: 20px auto;
}
.p-my-content__navigation__item.is-address--confirm a {
	background-image: url("/assets/img/project/my/icon/sp_address_confirm.png");
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-favorite a {
	background-image: url("../../img/usr/common/ico_favorite.png");
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-history a {
	background-image: url("../../img/usr/common/ico_history.png");
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-delivery a {
	background-image: url("../../img/usr/common/ico_delivery.png");
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-point a {
	background-image: url("../../img/usr/common/ico_point_address.png");
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-user a {
	background-image: url("../../img/usr/common/ico_user.png");
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-mail a {
	background-image: url("../../img/usr/common/ico_mail.png");
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-key a {
	background-image: url("../../img/usr/common/ico_key.png");
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-address_new a {
	background-image: url("../../img/usr/common/ico_address_new.png");
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-address_edit a {
	background-image: url("../../img/usr/common/ico_address_edit.png");
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-card a {
	background-image: url("../../img/usr/common/ico_card.png");
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-magazine a {
	background-image: url("../../img/usr/common/ico_magazine.png");
	background-position: 6px 50%;
}
.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;
}
.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-coupon a {
	background-image: url("../../img/usr/common/ico_coupon.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%;
}
.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;
}
.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__accordion__ttl {
	font-size: 12px !important;
	text-indent: 40px;
	text-decoration: none;
	display: block;
	position: relative;
	position: relative;
	line-height: 41px;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
.p-my-content__navigation__item__accordion__ttl .accordion__cross {
	right: 8px;
}
/*.p-my-content__navigation__item.is-user--construction .p-my-content__navigation__item__accordion__ttl {
	background-image: url("/assets/img/project/my/icon/sp_status.png");
	background-size: 25px auto;
	background-position: 6px 50%;
}
.p-my-content__navigation__item.is-federation .p-my-content__navigation__item__accordion__ttl {
	background-image: url("/assets/img/project/my/icon/sp_federation.png");
	background-size: 25px auto;
	background-position: 6px 50%;
}
*/
.p-my-content__navigation__item .c-sns-area__form--line {
	position: relative;
	background: url("/freepage/maison-kose/common/img/sns/icon/sp_line.png") no-repeat;
	background-size: 25px auto;
	background-position: 8px 50%;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.p-my-content__navigation__item .accordion__content {
	background-color: #f7f7f7;
}
.p-my-content__navigation__item .accordion__content .c-sns-area__form--yahoo {
	position: relative;
	background: url("/freepage/maison-kose/common/img/sns/icon/sp_yahoo.png") no-repeat;
	background-size: 25px auto;
	background-position: 8px 50%;
	border-bottom: 1px solid #e3e3e3;
}
.p-my-content__navigation__item .accordion__content .c-sns-area__form--facebook {
	position: relative;
	background: url("/freepage/maison-kose/common/img/sns/icon/sp_facebook.png") no-repeat;
	background-size: 25px auto;
	background-position: 8px 50%;
	border-bottom: 1px solid #e3e3e3;
}
.p-my-content__navigation__item .accordion__content .c-sns-area__form--twitter {
	position: relative;
	background: url("/freepage/maison-kose/common/img/sns/icon/sp_twitter.png") no-repeat;
	background-size: 25px auto;
	background-position: 8px 50%;
}
.p-my-content__navigation__item.is-federation .accordion__content .snslogin-contents {
	vertical-align: middle;
}
.p-my-content__navigation__item.is-federation .accordion__content .c-sns-area__lead {
	padding: 10px 10px 0;
	background-color: #f7f7f7;
	font-size: 12px;
	line-height: 1.65;
}
.p-my-content__navigation__item.is-federation .accordion__content .c-sns-area__btn {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: left;
}
.p-my-content__navigation__item.is-federation .accordion__content .c-sns-area__btn button {
	position: relative;
	line-height: 41px;
	height: auto;
}
.p-my-content__navigation__logout {
	margin-top: 18px;
}
.p-my-content__navigation__logout a {
	padding-bottom: 0;
	font-size: 13px;
	border-bottom: 0;
	text-decoration: underline;
	color: #3b4043;
}
/* 打ち消し */
.p-my-content .p-my-content__inner {
	margin: 0;
	padding: 0;
}
.block-member-info--message a {
	color: #FF6994;
	font-weight: bold;
	/*padding-right: 15px;
	*/
	padding-right: 3.62vw;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.block-member-info--message a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	/*width: 7px;
	*/
	width: 1.69vw;
	/*height: 7px;
	*/
	height: 1.69vw;
	/*border-top: 1px solid #FF6994;
	*/
	border-top: 0.24vw solid #FF6994;
	/*border-right: 1px solid #FF6994;
	*/
	border-right: 0.24vw solid #FF6994;
	transform: rotate(45deg);
	/*margin-top: -3.5px;
	*/
	margin-top: -0.85vw;
}
/* ----オンラインショップご利用に関するお問い合わせ---- */
.p-my-content-online {
	margin: 0 0 40px;
}
.p-my-content-online__inner {
	display: block;
	box-sizing: border-box;
}
@media screen {
	.p-my-content-online__inner {
		/*padding: 0 5.2%;
		*/
	}
}
.p-my-content-online__inner span {
	display: block;
	margin-bottom: 20px;
}
@media screen {
	.p-my-content-online__inner span {
		font-size: 12px;
	}
}
.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 {
	.p-my-content-online__inner h2 {
		font-size: 16px;
	}
}
@media screen {
	.p-my-content-online__inner ul {
		font-size: 14px;
	}
}
.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;
}
@media screen {
	.p-my-content-online__tel h3 {
		font-size: 18px;
	}
}
@media screen {
	.p-my-content-online__tel p {
		font-size: 14px;
	}
}
/* ----お気に入り---- */
.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 {
	.p-my-favorite-content__tab {
		/*width: 95.53571%;
		*/
		margin: 0 auto;
	}
}
.p-my-favorite-content__tab__item {
	width: 50%;
}
.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 {
	.p-my-favorite-content__tab__item a {
		font-size: 12px;
	}
}
.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;
}
@media screen {
	.p-my-favorite-content__tab__target {
		margin-top: 12.77259%;
	}
}
.p-my-favorite-content__tab__target.active {
	display: block;
}
.p-my-favorite-content__tab__target {
	display: none;
	margin-top: 90px;
}
.p-my-favorite-content__tab__target:after {
	content: "";
	display: block;
	clear: both;
}
@media screen {
	.p-my-favorite-content__tab__target {
		margin-top: 12.77259%;
	}
}
.p-my-favorite-content__tab__target.active {
	display: block;
}
.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;
}
@media screen {
	.p-my-favorite-content__list {
		width: 100%;
		margin: 0 auto;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.p-my-content__main .c-product__item {
	/* padding: 10px 10px 32px;
	*/
	padding: 2.42vw 2.42vw 7.73vw;
	border: 1px solid #EBECEE;
}
@media screen {
	.p-my-content__main .c-product__item {
		width: 48.6%;
		position: relative;
	}
}
@media screen {
	.p-my-content__main .c-product__item + .c-product__item {
		margin-left: 0;
	}
}
@media screen {
	.p-my-content__main .c-product__item:nth-child(n+3) {
		margin-top: 30px;
	}
}
.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: #f7f7f7;
	position: relative;
}
@media screen {
	.c-product__thumb {
		position: relative;
	}
}
.c-product__thumb:after {
	content: '';
	position: absolute;
	width: 101%;
	height: 101%;
	top: 0;
	left: 0;
	background: url("/maisonkose/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("/maisonkose/freepage/maison-kose/common/img/badge/new.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 50;
}
@media screen {
	.c-product__thumb.is-new:before {
		width: 36px;
		height: 36px;
		font-size: 2.57812vw;
		line-height: 1.03718593;
	}
}
.c-product__thumb.is-soon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: url("/maisonkose/freepage/maison-kose/common/img/badge/comingsoon.png") no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 50;
}
@media screen {
	.c-product__thumb.is-soon:before {
		width: 36px;
		height: 36px;
		font-size: 2.57812vw;
		line-height: 1.03718593;
	}
}
.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%;
}
.c-product__thumb > label {
	position: absolute;
	left: 0;
	/*right: 0;
	*/
	top: 0;
	width: 100%;
	height: 30px;
	display: inline-block;
	z-index: 10;
}
.c-favorite-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	/*  background: url("/maisonkose/freepage/maison-kose/common/img/favorite/like.png") no-repeat;
	background-size: cover;
	*/
	border-radius: 50%;
	z-index: 9;
}
.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: 14px auto;
	*/
	/*	background-size: 3.38vw 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: 14px auto;
	*/
	background-size: 3.38vw auto;
	border-radius: 50%;
	z-index: 5;
	box-sizing: border-box;
	pointer-events: none;
}
.c-favorite-btn.liked:after {
	background-color: #FF6994;
	background-image: url("../../img/usr/common/ico_favorite_on.png");
}
@media screen {
	.c-favorite-btn {
		width: 34px;
		height: 34px;
	}
}
.c-favorite-btn.type02 {
	/*  background: url("/maisonkose/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 {
	.c-favorite-btn.type02 {
		width: 45px;
		height: 45px;
	}
}
.c-favorite-btn.type02.play {
	background: none;
}
@media screen {
	.c-favorite-btn--large {
		right: 12px;
		bottom: 3px;
		width: 50px;
		height: 50px;
	}
}
.c-favorite-btn--inline {
	position: relative;
}
@media screen {
	.c-favorite-btn--inline {
		margin-right: 10px;
	}
}
.c-favorite-btn__img {
	position: absolute;
	width: 100%;
	height: 100%;
	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: 0;
	-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;
	*/
}
@media screen {
	.p-my-favorite-content__list__note {
		margin-top: 9.34579%;
		font-size: 10px;
		letter-spacing: 0.03em;
		color: #b1b3b4;
	}
}
.c-product__about {
	position: relative;
}
@media screen {
	.c-product__about {
		margin-top: 3.8961%;
	}
}
.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;
	*/
}
@media screen {
	.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 6px;
		*/
	}
}
.c-product__brand {
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.03em;
	color: #3b4043;
	margin-top: 7px;
}
@media screen {
	.c-product__brand {
		font-size: 3.2vw;
		line-height: 1.5;
		letter-spacing: 0.03em;
		color: #3b4043;
	}
}
.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: 11px 10px 10px;
	*/
	padding: 2.66vw 2.42vw 2.42vw;
	/*margin: 10px auto 0;
	*/
	margin: 2.42vw 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 form > label {
	display: block;
	/*margin-bottom: 10px;
	*/
	margin-bottom: 2.42vw;
}
/* ----登録済みお届け先住所の確認・変更---- */
.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;
}
@media screen {
	.c-common-modal__closebtn {
		width: 25px;
		height: 25px;
		top: -42px;
	}
}
.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);
}
@media screen {
	.c-common-modal__closebtn:before {
		width: 25px;
	}
}
.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);
}
@media screen {
	.c-common-modal__closebtn:after {
		width: 25px;
	}
}
.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 {
	.p-my-content__modal {
		padding: 75px 0;
		font-size: 3.2vw;
	}
}
.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 {
	.p-my-content__modal__inner {
		width: 85.6%;
		padding: 15.73333% 6.66667% 14.66667%;
	}
	.p-my-content__modal__inner img {
		width: 100%;
	}
}
@media screen {
	.p-my-content__modal__closebtn {
		top: -39px;
		right: -1.25%;
	}
}
.p-my-content__modal__hdg {
	color: #FF6994;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 24px;
	letter-spacing: 0;
	margin-bottom: 12px;
}
@media screen {
	.p-my-content__modal__hdg {
		font-size: 4.8vw;
		margin-bottom: 12.59259%;
		text-align: center;
	}
}
.p-my-content__modal__subhdg {
	line-height: 1.54167;
	font-size: 14px;
	margin-top: 38px;
}
@media screen {
	.p-my-content__modal__subhdg {
		font-size: 3.2vw;
		margin-top: 9.25926%;
		text-align: center;
	}
}
@media screen {
	.p-my-content__modal__hdg--address {
		margin-bottom: 1.85185%;
	}
}
.p-my-content__modal__subhdg--address {
	width: 100%;
	line-height: 1;
	margin-top: 5px;
	text-align: center;
}
.p-my-content__modal__txt {
	line-height: 30px;
	margin-top: 9px;
}
@media screen {
	.p-my-content__modal__txt {
		line-height: 175%;
		margin-top: 1.11111%;
	}
}
.p-my-content__modal__txt + .p-my-content__modal__txt {
	margin-top: 20px;
}
.p-my-content__modal__txt--buy {
	margin-top: 60px;
}
@media screen {
	.p-my-content__modal__txt--buy {
		font-size: 3.73333vw;
		margin-top: 15px;
	}
}
.p-my-content__modal__address-list {
	box-sizing: border-box;
	border-top: 1px solid #e0e1e1;
}
@media screen {
	.p-my-content__modal__address-list {
		width: 100%;
		margin-top: 50px;
	}
}
.p-my-content__modal__address-list li {
	border-bottom: 1px solid #e0e1e1;
	position: relative;
}
.p-my-content__modal__address-list li:after {
	content: "";
	position: absolute;
	margin-left: auto;
	top: 50%;
	right: 1.45vw;
	width: 1.69vw;
	height: 1.69vw;
	border-top: 1px solid #424648;
	border-right: 1px solid #424648;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.p-my-content__modal__address-list li a {
	display: block;
	color: #3b4043;
	padding: 2.42vw;
}
.p-my-content__modal__address-item {
	box-sizing: border-box;
	border-bottom: 1px solid #e0e1e1;
	position: relative;
}
@media screen {
	.p-my-content__modal__address-item {
		padding: 22px 0 22px 15px;
		font-size: 4vw;
	}
}
.p-my-content__modal__address-item a {
	display: block;
	color: #3b4043;
}
@media screen {
	.p-my-content__modal__address-item a {
		font-size: 3.2vw;
	}
}
.page-exchangegoods .p-product-detail__modal__inner {
	background: #fff;
	width: 85.6%;
	padding: 60px 8.41121%;
}
.page-exchangegoods .p-product-detail__left {
	margin: 0 0 8%;
}
.page-exchangegoods .p-product-detail__item__name {
	font-size: 4vw;
	margin: 0 0 1%;
}
.page-exchangegoods .p-product-detail__item__title {
	font-size: 5vw;
	margin: 0 0 7%;
}
/* ----購入フロー---- */
.default_hide_ {
	display: none;
}
.block-order-method--payment-method-title {
	/*font-size: 22px;
	*/
	font-size: 5.31vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.4545;
	letter-spacing: 0.05em;
	/* margin: 30px 0 20px;
	*/
	margin: 7.25vw 0 4.83vw;
	border: 0;
}
.block-order-method--promotion-content input[type="text"] {
	margin: 8px 0;
}
/* ----ご注文の確認---- */
.block-order-estimate--method-pay-content {
	border: 0;
	padding: 0;
}
.block-order-estimate--pay-input > .fieldset-vertical, .block-order-estimate--pay-input > .fieldset-vertical .form-group {
	border: 0;
}
.block-order-estimate--pay-input > .fieldset-vertical > .js-keepcard {
	border-top: 0 !important;
	border-bottom: 1px solid #AAAAAA !important;
	margin-bottom: 20px;
}
.block-order-estimate--pay-input > .fieldset-vertical > .js-keepcard .block-order-estimate--pay-card-seq {
	width: 35px !important;
	padding: 5px 0 !important;
	vertical-align: top !important;
}
.block-order-estimate--pay-input > .fieldset-vertical .form-group .form-label {
	float: none;
	width: 100%;
	background-color: #f8f8f8;
}
.block-order-estimate--discount-info h2 {
	margin-top: 0;
}
/* ----かいものかご---- */
.block-cart--goods-list li a {
	display: block;
	text-decoration: none;
	/*margin-bottom: 10px;
	*/
	margin-bottom: 2.42vw;
}
.block-cart--goods-list-item-price {
	color: #999999;
	/* font-size: 14px;
	*/
	font-size: 3.38vw;
}
/* ----お友達紹介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: 3.62vw;
}
.block-member-introduce-view #qrcode {
	margin-top: 3.62vw;
}
/* ----アンケート---- */
.page-everyform .p-my-content {
	margin: 0;
}
@media screen {
	.block-questionnaire--form .form-group, .block-questionnaire--confirmation-form .form-group {
		margin-top: 30px;
		margin-left: -7.25vw;
		margin-right: -7.25vw;
	}
	.block-questionnaire--form .form-group-title, .block-questionnaire--confirmation-form .form-group-title {
		margin: 0 0 10px;
		padding: 5px 7.25vw;
		background: #f3f3f3;
		overflow: hidden;
	}
	.block-questionnaire--form .form-label, .block-questionnaire--confirmation-form .form-label {
		margin: 5px 0;
		font-size: 14px;
		font-weight: bold;
	}
	.block-questionnaire--form .form-group > .form-label, .block-questionnaire--confirmation-form .form-group > .form-label {
		text-align: left;
		margin: 0 -15px 10px;
		padding: 10px 7.25vw;
		background: #f3f3f3;
		overflow: hidden;
	}
	.block-questionnaire--form .btn, .block-questionnaire--confirmation-form .btn {
		font-size: 14px;
	}
	.block-questionnaire--item-description,.block-questionnaire--form .form-control,.block-questionnaire--confirmation-form .form-control ,.block-questionnaire--form .form-control textarea,.block-questionnaire--form .form-control input,.block-questionnaire--form .form-control label {
		font-size: 14px;
	}
	.block-questionnaire--form .help-block {
		font-size: 3.2vw;
	}
}
.block-questionnaire--form .form-control select, .block-questionnaire--confirmation-form .form-control select {
	font-size: 16px;
}
.block-questionnaire--form .action-buttons, .block-questionnaire--confirmation-form .action-buttons {
	margin-top: 30px;
}
.block-questionnaire--form .form-error, .block-questionnaire--confirmation-form .form-error {
	margin-top: 10px;
	color: #ee696f;
}
.block-questionnaire-completed--message {
	margin-top: 50px;
	margin-bottom: 50px;
}
.block-questionnaire--box-content {
	padding: 15px;
}
.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;
}
.block-questionnaire--box-content > span label {
	width: calc(100% - 30px);
	margin: 0 0 10px;
}
/* 定期メリット追加 */
.goodsdetail-add-regular-merit {
	padding: 20px;
	margin: 0;
	background: #F9F9F9;
	box-sizing: border-box;
}
.goodsdetail-add-regular-merit.cart-page-footer {
	margin: 20px 4.83vw;
	display: none;
}
.goodsdetail-add-regular-merit h2.title    {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 4.35vw;
	text-align: center;
	color: #FF6994;
}
.goodsdetail-add-regular-merit .lead-text  {
	margin: 0 0 35px 0;
	font-size: 3.14vw;
	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: 3.38vw;
	text-align: center;
	color: #FF6994;
	position: absolute;
	top: -12px;
	left: 0;
}
.goodsdetail-add-regular-merit .merit-list {
	padding: 20px 10px 20px 15px;
	background: #FFF;
	display: flex;
	justify-content: center;
}
.goodsdetail-add-regular-merit .merit-list ul {
	min-width: 260px;
	margin: 0 auto;
}
.goodsdetail-add-regular-merit .merit-list li {
	padding: 12px 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.goodsdetail-add-regular-merit .merit-list .icon {
	width: 36px;
}
.goodsdetail-add-regular-merit .merit-list .desc {
	width: calc(100% - 50px);
	text-align: left;
	align-self: center;
}
.goodsdetail-add-regular-merit .merit-list .text {
	font-size: 3.14vw;
	line-height: 1.2;
}
.goodsdetail-add-regular-merit .merit-list .memo {
	font-size: 10px;
}
/* ご注文内容の確認 */
.page-estimate  footer {
	padding-bottom: 11.59vw;
}
.page-estimate  #footer_pagetop {
	bottom: 120px !important;
}
.page-estimate .block-order-estimate--commit {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.page-estimate .block-order-estimate--commit-ft .span {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	background: rgba(255,255,255,0.8);
	display: block;
}
.page-estimate .block-order-estimate--commit .action .btn {
	margin: 0;
}
.page-estimate .block-order-estimate--commit .action .btn  input {
	margin: 0;
}
/* 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: 85px;
	opacity: 1.0;
}
#sec30_pop_banner .pc-only {
	display: none !important;
}
#sec30_pop_banner .sec30-pop-banner-list {
	width: 60%;
}
#sec30_pop_banner .sec30-pop-banner-item {
	position: relative;
}
#sec30_pop_banner .sec30-pop-banner-item img {
	width: 100%;
}
#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: 80%;
	height: 120vw;
}
#bnrLineCounseling .modal-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
#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);
}
#bnrLineCounseling a {
	display: block;
}
.p-my-content .block-questionnaire .block-login--member-body .block-login--ask-password .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: -4px;
	border-color: #FF6994;
}
.block-questionnaire .block-login--member-body .questionnaire-pwd-btn .arrow-link {
	color: #FF6994;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	font-size: 12px;
	padding-right: 15px;
}
.block-questionnaire .block-login--member-body .questionnaire-pwd-btn {
	text-align: right;
	text-decoration: none;
}
/* ポイント履歴一覧 ポイント利用 */
.block-point-history-list--howto {
	margin: 25px 0 0;
}
.block-point-history-list--howto-ttl {
	font-size: 4.06vw;
	line-height: 35px;
	padding: 0 0 0 45px;
	margin: 0 0 8px;
	background: url(../../img/usr/common/ico_point.png) no-repeat left center / 35px;
}
.block-point-history-list--howto-text p {
	margin: 0 0 10px;
}
.block-point-history-list--howto-caution {
	font-size: 3.2vw;
	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: 4px;
	right: 0;
	width: 7px;
	height: 7px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	transform: rotate(-45deg);
}
/* -- 帯バナー挿入 -- */
.block-header--banner {
	text-align: center;
	background-color: #fff;
}
.block-header--banner a {
	background-color: #F9F9F9;
	color: #FF6994;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding: 5px 30px;
	margin: 10px 0;
}
/* 検索結果 */
.page-search .pane-main .l-main { padding-top: 0;}
h1.block-title-search-result { margin: 0 0 10px 0; font-weight: normal; text-align: center; color: #999;}
h2.block-title-search-result-sub { margin: 0 0 30px 0; padding: 0 7.25vw; font-weight: bold; text-align: center; color: #999;}
.page-search .fieldset-vertical.block-search-goods--condition-items { margin-top: 30px; padding: 0 7.25vw; border: none;}
.page-search .fieldset-vertical.block-search-goods--condition-items + .action-buttons { margin: 0 7.25vw;}
.page-search .fieldset-vertical .form-group.block-search-goods--keyword { border: none;}
.page-search .fieldset-vertical .form-group.block-search-goods--keyword .form-label   { display: none;}
.page-search .fieldset-vertical .form-group.block-search-goods--keyword .form-control { padding: 2.42vw 0;}
.page-search .fieldset-vertical .form-group.block-search-goods--keyword .form-control input[name="keyword"] { width: 100%; margin: 0; box-sizing: border-box;}
/* 商品表示ポイント交換改修 */
.block-cart .block-accessory-list--name strong{
	font-size: 6.93vw;
}
.block-cart h2.block-cart-recent-item--header strong {
	font-size: 6.93vw;
}
.block-point-n--items {
	margin: 0 2.56vw;
	border: 0;
	display: flex;
	flex-wrap: wrap;
gap:2.56vw
}
.block-point-n--items li {
	border: 0;
	padding: 0;
}
.block-point-n--items > li {
	width: calc((100% - 2.56vw) / 2);
	text-align: center;
	padding: 1.1vw 2.42vw 2.42vw;
	position: relative;
	border: 1px solid #EBECEE;
}
.block-point-n--items > li.dryskincare {
	background: #FFE6ED;
}
.block-point-n--items > li.balancecare {
	background: #EBFFE8;
}
.block-point-n--goods-description, .block-point-n--goods-image, .block-point-n--goods-spec {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}
.block-point-n--items > li .block-icon {
	text-align: left;
	margin-bottom: 0;
	min-height: 1.03vw;
}
.block-point-n--items > li .block-icon > span {
	margin: 0 1.21vw 1.21vw 0;
	padding: 1.21vw 1.21vw 0.97vw;
	font-size: 2.56vw;
}
.block-point-n--goods-name {
	margin-top: 4vw;
}
.block-point-n--goods-name a {
	color: #FF6994;
	font-size: 2.93vw;
	font-family: "Poppins","Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	line-height: 1.36;
	display: block;
	text-decoration: none;
}
.block-point-n--goods-image {
	position: relative;
}
.block-point-n--goods-image figure {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	background-color: #ffffff;
	overflow: hidden;
}
.block-icon--auto-new {
	position: absolute;
	left: 0;
	top: 0;
	width: 14.49vw;
}
.block-point-n--goods-spec {
	margin-top: 4vw;
}
.block-point-n--price.price strong {
	font-size: 3.56vw;
	font-weight: 400;
}
.block-point-n--goods-add-cart {
	margin: 1.28vw auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.28vw;
}
.block-point-n--goods-add-cart li {
	width: calc((100% - 1.28vw) / 2);
	flex-grow: 1;
	margin: 0;
}
.block-point-n--goods-add-cart li a {
	text-align: center;
	background-repeat: no-repeat;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 3.56vw;
	min-height: 10.26vw;
	padding-left: 7.49vw;
	padding-top: 1.03vw;
	padding-bottom: 1.03vw;
	line-height: 1.2;
	white-space: normal;
	width: 100%;
}
.block-point-n--goods-add-cart li:first-child a {
	padding-left: 9.23vw;
	padding-right: 1.54vw;
	font-size: 3.08vw;
}
.block-point-n--goods-add-cart li:last-child a {
	padding-left: 7.49vw;
	padding-right: 2.42vw;
	font-size: 3.56vw;
}
.block-point-n--goods-add-cart li:nth-child(2) a {
	padding-left: 9.23vw;
	padding-right: 1.54vw;
	font-size: 3.08vw;
}
.block-list-add-cart-btn {
	background-image: url("../../img/usr/common/ico_cart_w.png");
	background-position: 2.59vw center;
	background-size: 4.59vw auto;
}
.block-list-regular-cart-btn {
	background-image: url("../../img/usr/common/ico_regular_w.png");
	background-position: 2.59vw center;
	background-size: 4.83vw auto;
}
/* ランディングページ管理 フォーム */
.page-contentspages .l-main {
	padding: 0;
}
.page-contentspages .l-main .c-breadcrumb {
	display: none;
}
.page-contentspages .l-main .l-main__content .p-my-content {
	margin: 0;
}
.page-contentspages .p-my-content__inner {
	font-size: 3.4vw;
	margin: 50px 0 80px;
}
.block-landingpage {
	margin: 0 7.25vw;
}
.block-landingpage-login--member {
	margin: 0 0 30px;
}
.page-contentspages .p-my-content__inner .legend {
	font-size: 4.84vw;
	padding: 0;
	margin: 0 0 12px;
}
.btn.block-landingpage-login--login {
	margin-top: 0;
}
.block-landingpage-order {
	border: 0;
	padding: 0;
}
.block-landingpage-form--goods {
	border: 0;
	padding: 0;
	margin: 0 0 20px;
}
.block-landingpage-form--goods-goods .block-form--title-secondaly {
	display: none;
}
.form-group.block-landingpage-form--goods-goods {
	border: 0;
}
.block-landingpage-form--goods-goods .form-control {
	padding: 0;
}
.form-group.block-landingpage-form--goods-qty {
	display: flex;
	align-items: center;
	border: 0;
}
.block-landingpage-form--goods-qty .block-form--title-secondaly {
	border: 0;
	padding: 0;
	background: none;
}
.block-landingpage-form--goods-qty .form-control {
	padding-left: 5px;
}
.block-landingpage-login--guest {
	border: 0;
}
.page-contentspages .block-landingpage-login--guest .legend,
.page-contentspages .block-landingpage-login--guest-body > .legend,
.block-landingpage-form--payment .legend {
	margin: 0 0 7px;
}
.block-landingpage-login--guest-body {
	border: 0;
	padding: 0;
	margin: 0 0 30px;
}
.block-landingpage-order--host {
	margin: 0 0 30px;
}
.block-landingpage-login--guest .fieldset-vertical {
	border: 0;
}
.block-landingpage-login--guest .block-landingpage-login--guest-body .form-group {
	border: 0;
	padding: 0;
	margin: 0 0 20px;
}
.block-landingpage-order--host-content .block-form--title-secondaly {
	border: 1px solid #DCDCDC;
}
.block-landingpage-order--host-content .form-control {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.block-landingpage-order--value-label {
	display: none;
}
.block-landingpage-order--name .form-control span,
.block-landingpage-order--kana .form-control span,
.block-landingpage-login--guest-info-sex .form-control span,
.block-landingpage-order--zip .form-control span,
.block-landingpage-order--pref .form-control span {
	width: 50%;
}
.block-landingpage-login--guest-info-birth .checktype_date {
	display: block;
	width: 100%;
}
.block-landingpage-order--name .form-control input,
.block-landingpage-order--kana .form-control input,
.block-landingpage-login--guest-info-sex .form-control select,
.block-landingpage-order--zip .form-control input,
.block-landingpage-order--pref .form-control select {
	border-top: 0;
	width: 100%;
	border-color: #DCDCDC;
}
.block-landingpage-order--name .form-control span:first-child input,
.block-landingpage-order--kana .form-control span:first-child input {
	border-right: 0;
}
.block-landingpage-login--guest-info-birth .form-control {
	border: 1px solid #DCDCDC;
	border-top: 0;
	padding: 0;
}
.block-landingpage-login--guest-info-birth .form-control select {
	border-top: 0;
	border-bottom: 0;
}
.block-landingpage-login--guest-info-birth .form-control select[name="yy_s_birth"] {
	border-left: 0;
	width: calc((100% - 67px) * .4);
}
.block-landingpage-login--guest-info-birth .form-control select[name="mm_s_birth"],
.block-landingpage-login--guest-info-birth .form-control select[name="dd_s_birth"] {
	width: calc((100% - 67px) * .3);
}
.block-landingpage-order--mail .checktype_mail,
.block-landingpage-order--tel .checktype_tel,
div[class^="form-group block-landingpage-order--addr"] .form-control span {
	display: block;
	width: 100%;
}
.block-landingpage-order--mail .checktype_mail input,
.block-landingpage-order--tel .checktype_tel input,
div[class^="form-group block-landingpage-order--addr"] .form-control span input {
	border-top: 0;
	width: 100%;
}
.block-member-info--use-spoofing-protection .block-form--title-secondaly {
	background: #F9F9F9;
	border: 1px solid #DCDCDC;
	padding: 10px;
}
.block-member-info--use-spoofing-protection .form-control {
	border: 1px solid #DCDCDC;
	border-top: 0;
	padding: 10px;
}
.block-order-method--regular-title {
	font-size: 4.84vw;
	padding: 0;
	margin: 0 0 7px;
}
.block-regular-cycle--cycle-type + br {
	display: none;
}
.block-regular-cycle--cycle-sub-type {
	border: 0;
	margin: 15px 0 0;
}
.block-regular-cycle--cycle-timing-m .help-block {
	margin: 3px 0 10px;
}
.block-regular-cycle--deliv_date--prev-expected-dt,
.block-regular-cycle--deliv_date--next-expected-dt,
.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
	border: 0;
}
.block-order-method--regular-content {
	margin: 0 0 30px;
	border-bottom: 1px solid #DCDCDC;
}
.block-regular-cycle--deliv_date {
	margin-bottom: 0;
}
.block-landingpage-form--payment-content-method-select li:last-child {
	margin: 0;
}
.block-landingpage--body-bottom {
	margin: 40px 0 0;
}
/* ログイン画面下部 フォーム */
.block-login--customer-regist {
	font-size: 3.4vw;
	margin: 40px 7.25vw 0;
}
.block-login--customer-regist .legend {
	font-size: 4.84vw;
	padding: 0;
	margin: 0 0 7px;
}
.block-login--customer-regist .fieldset-vertical {
	border: 0;
	margin: 0 0 30px;
}
.block-login--customer-regist .fieldset-vertical .form-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #F9F9F9;
	margin: 0 0 20px;
	border: 0;
}
.block-login--customer-regist .fieldset-vertical .form-group:last-child {
	margin: 0;
}
.block-login--customer-regist .form-label {
	position: relative;
	padding: 2.42vw;
}
.block-login--customer-regist .form-label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 85.5vw;
	height: 100%;
	border: 1px solid #DCDCDC;
}
.block-login--customer-regist .form-control {
	display: flex;
	flex-wrap: wrap;
	background: #FFF;
	width: 100%;
	padding: 0;
}
.block-login--customer-regist .block-login--member-info-value-label {
	display: none;
}
.block-login--customer-regist .block-login--member-info-name span,
.block-login--customer-regist .block-login--member-info-kana span,
.block-login--customer-regist .block-login--member-info-sex span,
.block-login--customer-regist .block-login--member-info-zip span,
.block-login--customer-regist .block-login--member-info-pref span {
	display: block;
	width: 50%;
}
.block-login--customer-regist .block-login--member-info-name input,
.block-login--customer-regist .block-login--member-info-kana input,
.block-login--customer-regist .block-login--member-info-sex select,
.block-login--customer-regist .block-login--member-info-zip input,
.block-login--customer-regist .block-login--member-info-pref select {
	border-top: 0;
	width: 100%;
}
.block-login--customer-regist .block-login--member-info-name span:first-child input,
.block-login--customer-regist .block-login--member-info-kana span:first-child input {
	border-right: 0;
}
.block-login--customer-regist .block-login--member-info-birth .form-control span {
	display: block;
	width: 100%;
	border: 1px solid #DCDCDC;
	border-top: 0;
}
.block-login--customer-regist .block-login--member-info-birth select {
	border-top: 0;
	border-bottom: 0;
	width: calc((100% - 67px) * .3);
}
.block-login--customer-regist .block-login--member-info-birth select[name="yy_s_birth"] {
	border-left: 0;
	width: calc((100% - 67px) * .4);
}
.block-login--customer-regist .block-login--member-info-mail .checktype_mail,
.block-login--customer-regist .block-login--member-info-cmail .checktype_cmail,
.block-login--customer-regist .block-login--member-info-tel .checktype_tel,
.block-login--customer-regist div[class^="form-group block-login--member-info-addr"] span {
	display: block;
	width: 100%;
}
.block-login--customer-regist .block-login--member-info-mail .checktype_mail input,
.block-login--customer-regist .block-login--member-info-cmail .checktype_cmail input,
.block-login--customer-regist .block-login--member-info-tel .checktype_tel input,
.block-login--customer-regist div[class^="form-group block-login--member-info-addr"] input {
	width: 100%;
	border-top: 0;
}
.block-login--customer-regist .block-member-info--use-spoofing-protection {
	margin: 0 0 20px;
}
.block-login--customer-regist .block-member-info--use-spoofing-protection .form-label {
	padding: 0;
}
.block-login--customer-regist .block-member-info--use-spoofing-protection .form-label:after {
	display: none;
}
.block-login--customer-regist .block-member-info--use-spoofing-protection .form-control {
	padding: 10px;
}
/* ランディングページ フッター */
.block-lp-footer {
	padding: 0 0 20px;
}
.block-lp-footer--text {
	font-size: 2.05vw;
	text-align: center;
}
